
body.modal-open .master-content {
    position: fixed;
    height: 0;
    overflow: visible;
    width: 100%;
    font-family: 'Times New Roman', Times, serif;
}
body.modal-open .modal-wrapper .modal {
    position: relative;
}

/* .h1-seo {
    text-indent: -99999px;
    margin: 0 !important;
    padding: 0;
    height: 0;
} */
@-webkit-keyframes sk-bouncedelay {
    0%,
    80%,
    100% {
        -webkit-transform: scale(0);
        -webkit-transform-origin: center;
    }
    40% {
        -webkit-transform: scale(1);
        -webkit-transform-origin: center;
    }
}
@keyframes sk-bouncedelay {
    0%,
    80%,
    100% {
        -webkit-transform: scale(0);
        -webkit-transform-origin: center;
        transform: scale(0);
        transform-origin: center;
    }
    40% {
        -webkit-transform: scale(1);
        -webkit-transform-origin: center;
        transform: scale(1);
        transform-origin: center;
    }
}
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}
@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: transparent;
    -webkit-font-smoothing: antialiased;
}
*,
*::before,
*::after {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}
@-ms-viewport {
    width: device-width;
}
article,
aside,
dialog,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
    display: block;
}
body {
    margin: 0;
    font-family: "Nunito", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 1rem;
    font-weight: normal;
    line-height: 1.5;
    color: #68596e;
    background-color: #fff;
}
[tabindex="-1"]:focus {
    outline: none !important;
}
hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: 0;
}
p {
    margin-top: 0;
    margin-bottom: 1rem;
}
/* abbr[title],
abbr[data-original-title] {
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    cursor: help;
    border-bottom: 0;
} */
address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit;
}
ol,
ul,
dl {
    margin-top: 0;
    margin-bottom: 1rem;
}
ol ol,
ul ul,
ol ul,
ul ol {
    margin-bottom: 0;
}
dt {
    font-weight: 800;
}
dd {
    margin-bottom: 0.5rem;
    margin-left: 0;
}
blockquote {
    margin: 0 0 1rem;
}
dfn {
    font-style: italic;
}
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: #007bff; */
    color: red;
    -webkit-text-decoration: none;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}
a:hover {
    color: #0056b3;
    -webkit-text-decoration: underline;
    text-decoration: underline;
}
a:not([href]):not([tabindex]) {
    color: inherit;
    text-decoration: none;
}
a:not([href]):not([tabindex]):focus,
a:not([href]):not([tabindex]):hover {
    color: inherit;
    text-decoration: none;
}
a:not([href]):not([tabindex]):focus {
    outline: 0;
}
pre,
code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}
pre {
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
}
figure {
    margin: 0 0 1rem;
}
img {
    vertical-align: middle;
    border-style: none;
}
svg:not(:root) {
    overflow: hidden;
}
a,
area,
button,
[role="button"],
input,
label,
select,
summary,
textarea {
    -ms-touch-action: manipulation;
    touch-action: manipulation;
}
table {
    border-collapse: collapse;
}
/* caption {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    color: #868e96;
    text-align: left;
    caption-side: bottom;
} */
th {
    text-align: left;
}
label {
    display: inline-block;
    margin-bottom: 0.5rem;
}
button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color;
}
input,
button,
select,
optgroup,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
button,
input {
    overflow: visible;
}
button,
select {
    text-transform: none;
}
button,
html [type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    padding: 0;
    border-style: none;
}
input[type="radio"],
input[type="checkbox"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}
input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
    -webkit-appearance: listbox;
}
::-webkit-input-placeholder {
    color: #afa2ba;
}
:-moz-placeholder {
    color: #afa2ba;
    opacity: 1;
}
::-moz-placeholder {
    color: #afa2ba;
    opacity: 1;
}
:-ms-input-placeholder {
    color: #afa2ba;
}
::-ms-input-placeholder {
    color: #afa2ba;
}
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 {
    -webkit-appearance: none;
    margin: 0;
}
[type="search"] {
    outline-offset: -2px;
    -webkit-appearance: none;
}
[type="search"]::-webkit-search-cancel-button,
[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;
}
template {
    display: none;
}
[hidden] {
    display: none !important;
}
.lazy-load {
    opacity: 0;
    transition: opacity 0.3s;
}
.lazy-load.loaded {
    opacity: 1;
}
.container {
    margin-right: auto;
    margin-left: auto;
    padding-right: 15px;
    padding-left: 15px;
}
@media (min-width: 769px) {
    .container {
        width: 768px;
        max-width: 100%;
    }
}
@media (min-width: 990px) {
    .container {
        width: 900px;
        max-width: 100%;
    }
}
@media (min-width: 1225px) {
    .container {
        width: 1191px;
        max-width: 100%;
    }
}
@media (min-width: 1460px) {
    .container {
        width: 1400px;
        max-width: 100%;
    }
}
.container-fluid {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 15px;
    padding-left: 15px;
}
.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-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col,
.col-auto,
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs,
.col-xs-auto,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm,
.col-sm-auto,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md,
.col-md-auto,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg,
.col-lg-auto,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl,
.col-xl-auto {
    position: relative;
    width: 100%;
    min-height: 1px;
    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%;
}
.col-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
}
.col-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
}
.col-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
}
.col-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}
.col-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
}
.col-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
}
.col-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
.col-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
}
.col-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
}
.col-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
}
.col-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
}
.col-11 {
    -webkit-box-flex: 0;
    -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-1 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 1;
    order: 1;
}
.order-2 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 2;
    order: 2;
}
.order-3 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 3;
    order: 3;
}
.order-4 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 4;
    order: 4;
}
.order-5 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 5;
    order: 5;
}
.order-6 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 6;
    order: 6;
}
.order-7 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 7;
    order: 7;
}
.order-8 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 8;
    order: 8;
}
.order-9 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 9;
    order: 9;
}
.order-10 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 10;
    order: 10;
}
.order-11 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 11;
    order: 11;
}
.order-12 {
    -webkit-box-ordinal-group: 12;
    -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: 480px) {
    .col-xs {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }
    .col-xs-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }
    .col-xs-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }
    .col-xs-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }
    .col-xs-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-xs-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }
    .col-xs-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }
    .col-xs-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-xs-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }
    .col-xs-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }
    .col-xs-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-xs-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }
    .col-xs-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }
    .col-xs-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .order-xs-1 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 1;
        order: 1;
    }
    .order-xs-2 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 2;
        order: 2;
    }
    .order-xs-3 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 3;
        order: 3;
    }
    .order-xs-4 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 4;
        order: 4;
    }
    .order-xs-5 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 5;
        order: 5;
    }
    .order-xs-6 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 6;
        order: 6;
    }
    .order-xs-7 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 7;
        order: 7;
    }
    .order-xs-8 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 8;
        order: 8;
    }
    .order-xs-9 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 9;
        order: 9;
    }
    .order-xs-10 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 10;
        order: 10;
    }
    .order-xs-11 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 11;
        order: 11;
    }
    .order-xs-12 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 12;
        order: 12;
    }
    .offset-xs-0 {
        margin-left: 0;
    }
    .offset-xs-1 {
        margin-left: 8.33333%;
    }
    .offset-xs-2 {
        margin-left: 16.66667%;
    }
    .offset-xs-3 {
        margin-left: 25%;
    }
    .offset-xs-4 {
        margin-left: 33.33333%;
    }
    .offset-xs-5 {
        margin-left: 41.66667%;
    }
    .offset-xs-6 {
        margin-left: 50%;
    }
    .offset-xs-7 {
        margin-left: 58.33333%;
    }
    .offset-xs-8 {
        margin-left: 66.66667%;
    }
    .offset-xs-9 {
        margin-left: 75%;
    }
    .offset-xs-10 {
        margin-left: 83.33333%;
    }
    .offset-xs-11 {
        margin-left: 91.66667%;
    }
}
@media (min-width: 769px) {
    .col-sm {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }
    .col-sm-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }
    .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-1 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 1;
        order: 1;
    }
    .order-sm-2 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 2;
        order: 2;
    }
    .order-sm-3 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 3;
        order: 3;
    }
    .order-sm-4 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 4;
        order: 4;
    }
    .order-sm-5 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 5;
        order: 5;
    }
    .order-sm-6 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 6;
        order: 6;
    }
    .order-sm-7 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 7;
        order: 7;
    }
    .order-sm-8 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 8;
        order: 8;
    }
    .order-sm-9 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 9;
        order: 9;
    }
    .order-sm-10 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 10;
        order: 10;
    }
    .order-sm-11 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 11;
        order: 11;
    }
    .order-sm-12 {
        -webkit-box-ordinal-group: 12;
        -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: 990px) {
    .col-md {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }
    .col-md-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }
    .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-1 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 1;
        order: 1;
    }
    .order-md-2 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 2;
        order: 2;
    }
    .order-md-3 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 3;
        order: 3;
    }
    .order-md-4 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 4;
        order: 4;
    }
    .order-md-5 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 5;
        order: 5;
    }
    .order-md-6 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 6;
        order: 6;
    }
    .order-md-7 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 7;
        order: 7;
    }
    .order-md-8 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 8;
        order: 8;
    }
    .order-md-9 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 9;
        order: 9;
    }
    .order-md-10 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 10;
        order: 10;
    }
    .order-md-11 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 11;
        order: 11;
    }
    .order-md-12 {
        -webkit-box-ordinal-group: 12;
        -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: 1225px) {
    .col-lg {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }
    .col-lg-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }
    .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-1 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 1;
        order: 1;
    }
    .order-lg-2 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 2;
        order: 2;
    }
    .order-lg-3 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 3;
        order: 3;
    }
    .order-lg-4 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 4;
        order: 4;
    }
    .order-lg-5 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 5;
        order: 5;
    }
    .order-lg-6 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 6;
        order: 6;
    }
    .order-lg-7 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 7;
        order: 7;
    }
    .order-lg-8 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 8;
        order: 8;
    }
    .order-lg-9 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 9;
        order: 9;
    }
    .order-lg-10 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 10;
        order: 10;
    }
    .order-lg-11 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 11;
        order: 11;
    }
    .order-lg-12 {
        -webkit-box-ordinal-group: 12;
        -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: 1460px) {
    .col-xl {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }
    .col-xl-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }
    .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-1 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 1;
        order: 1;
    }
    .order-xl-2 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 2;
        order: 2;
    }
    .order-xl-3 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 3;
        order: 3;
    }
    .order-xl-4 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 4;
        order: 4;
    }
    .order-xl-5 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 5;
        order: 5;
    }
    .order-xl-6 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 6;
        order: 6;
    }
    .order-xl-7 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 7;
        order: 7;
    }
    .order-xl-8 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 8;
        order: 8;
    }
    .order-xl-9 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 9;
        order: 9;
    }
    .order-xl-10 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 10;
        order: 10;
    }
    .order-xl-11 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 11;
        order: 11;
    }
    .order-xl-12 {
        -webkit-box-ordinal-group: 12;
        -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%;
    }
}
.form-control {
    display: block;
    width: 100%;
    padding: 13px 15px;
    font-size: 14px;
    color: #68596e;
    background-color: #fff;
    background-image: none;
    background-clip: padding-box;
    border: 1px solid #dfdae4;
    border-radius: 8px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.form-control::-ms-expand {
    background-color: transparent;
    border: 0;
}
.form-control:focus {
    background-color: #fff;
    border-color: #01dfa1;
    outline: none;
}
.form-control::-webkit-input-placeholder {
    color: #868e96;
    opacity: 1;
}
.form-control:-ms-input-placeholder {
    color: #868e96;
    opacity: 1;
}
.form-control::placeholder {
    color: #868e96;
    opacity: 1;
}
.form-control:disabled,
.form-control[readonly] {
    background-color: #f8f7fc;
    opacity: 1;
}
@media (min-width: 769px) {
    .form-control {
        padding: 16px 20px 15px;
    }
}
@media (min-width: 1460px) {
    .form-control {
        padding: 18px 20px 15px;
        font-size: 16px;
        border-radius: 10px;
    }
}
.form-control-feedback {
    display: none;
    font-size: 12px;
    padding: 13px 15px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    margin-bottom: 0;
}
@media (min-width: 769px) {
    .form-control-feedback {
        font-size: 13px;
        padding: 9px 20px 8px;
        padding: 16px 20px 15px;
    }
}
@media (min-width: 1460px) {
    .form-control-feedback {
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
        font-size: 14px;
    }
}
select.form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 0.01px;
    text-overflow: "";
    background-size: 32px 100%;
    background-color: #fff;
    background-image: url(/Assets/Icons/arrow-down.svg);
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
}
select.form-control::-ms-expand {
    display: none;
}
select.form-control:focus::-ms-value {
    color: #68596e;
    background-color: #fff;
}
.form-group {
    margin-bottom: 1rem;
    position: relative;
}
.form-group.has-feedback .form-control {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.form-group.has-feedback .form-control-feedback {
    display: block;
}
.form-group.has-loading .form-control-load {
    opacity: 1;
    visibility: visible;
}
.form-group.has-loading .form-control-load > div {
    -webkit-animation-play-state: running;
    animation-play-state: running;
}
.form-group.has-loading .form-control-link {
    opacity: 0;
}
.form-group.has-loading .form-control-button {
    opacity: 0;
}
.form-group.has-success {
}
.form-group.has-success .form-control {
    border-color: #42cda1;
}
.form-group.has-success.has-feedback .form-control-feedback {
    background-color: #42cda1;
    border-color: #42cda1;
    color: #fff;
}
.form-group.has-warning {
}
.form-group.has-warning .form-control {
    border-color: #ffd803;
}
.form-group.has-warning.has-feedback .form-control-feedback {
    background-color: #ffd803;
    border-color: #ffd803;
    color: #fff;
}
.form-group.has-error {
}
.form-group.has-error .form-control {
    border-color: #f45459;
}
.form-group.has-error.has-feedback .form-control-feedback {
    color: #fff;
    background-color: #f45459;
    border-color: #f45459;
}
.select-wrapper {
    position: relative;
}
.select-wrapper::after {
    background-image: url(/Assets/Icons/arrow-down.svg);
    background-repeat: no-repeat;
    background-size: 35px 100%;
    position: absolute;
    top: 0;
    right: 13px;
    height: 100%;
    width: 32px;
    content: "";
    pointer-events: none;
    z-index: 0;
    background-position: center;
}
.invalid-feedback {
    display: none;
    margin-top: 0.25rem;
    font-size: 0.875rem;
    color: #dc3545;
}
.was-validated .form-control:valid,
.form-control.is-valid,
.was-validated .custom-select:valid,
.custom-select.is-valid {
    border-color: #28a745;
}
.was-validated .form-control:valid:focus,
.form-control.is-valid:focus,
.was-validated .custom-select:valid:focus,
.custom-select.is-valid:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.was-validated .form-control:invalid,
.form-control.is-invalid,
.was-validated .custom-select:invalid,
.custom-select.is-invalid {
    border-color: #dc3545;
}
.was-validated .form-control:invalid:focus,
.form-control.is-invalid:focus,
.was-validated .custom-select:invalid:focus,
.custom-select.is-invalid:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.checkbox {
    position: absolute;
    opacity: 0;
}
.checkbox + label {
    position: relative;
    cursor: pointer;
    padding: 0;
}
.checkbox + label:before {
    content: "";
    margin-right: 10px;
    display: inline-block;
    vertical-align: text-top;
    min-width: 30px;
    height: 30px;
    background: #fff;
    border: 2px solid #dfdae4;
    border-radius: 10px;
}
.checkbox:focus + label:before,
.checkbox:hover + label:before {
    border-color: #42cda1;
}
.checkbox:focus + label:after,
.checkbox:hover + label:after {
    content: "";
    position: absolute;
    left: 9px;
    top: 44%;
    background: #dfdae4;
    width: 3px;
    height: 3px;
    box-shadow: 2px 0 0 #dfdae4, 4px 0 0 #dfdae4, 4px -2px 0 #dfdae4,
        4px -4px 0 #dfdae4, 4px -6px 0 #dfdae4, 4px -8px 0 #dfdae4;
    transform: rotate(45deg) scale(1.1);
}
.checkbox:focus + label:before {
    box-shadow: 0 0 0 1px #f8f7fc;
}
.checkbox:checked + label:before {
    background: #42cda1;
    border-color: #42cda1;
}
.checkbox:disabled + label {
    color: #68596e;
    cursor: auto;
}
.checkbox:disabled + label:before {
    box-shadow: none;
    background: #afa2ba;
}
.checkbox:checked + label:after {
    content: "";
    position: absolute;
    left: 9px;
    top: 44%;
    background: #fff;
    width: 3px;
    height: 3px;
    box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white,
        4px -6px 0 white, 4px -8px 0 white;
    transform: rotate(45deg) scale(1.1);
}
.select-option {
    border-radius: 100px;
    background-color: #fff;
    border: solid 1px #dfdae4;
    width: 100%;
    transition: transform 0.1s ease-in-out, border-color 0.1s ease;
    text-decoration: none !important;
}
.select-option-wrapper {
    width: 50%;
}
.select-option-wrapper:nth-child(odd) {
    padding-left: 0 !important;
}
.select-option-wrapper:nth-child(even) {
    padding-right: 0 !important;
}
.select-option.has-error {
    border-color: #f45459;
}
.select-option:hover,
.select-option:focus {
    cursor: pointer;
    transform: scale(1.05);
    transition: transform 0.2s ease-in-out;
}
.select-option:focus {
    outline: none;
    border-color: #01dfa1;
}
.select-option:active,
.select-option.was-selected {
    background-color: #f8f7fc;
    border-color: #01dfa1;
    transform: scale(0.95);
}
.btn {
    display: inline-block;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    white-space: nowrap;
    font-size: 13px;
    letter-spacing: 0.7px;
    border-radius: 100px;
    text-transform: uppercase;
    font-weight: 900;
    -webkit-appearance: initial;
    width: 100%;
    max-width: 300px;
    height: 55px;
}
.btn:hover,
.btn.hover {
    cursor: pointer;
    text-decoration: none;
}
.btn:focus,
.btn.focus,
.btn:active,
.btn.active {
    outline: 0;
    text-decoration: none;
}
.btn.disabled,
.btn:disabled {
    opacity: 0.3;
}
@media (min-width: 769px) {
    .btn {
        height: 55px;
    }
}
.btn-layer {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.btn-content {
    display: inline-block;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}
.btn-animated-focus > .btn {
    background: none;
    -webkit-transition: letter-spacing 0.2s ease-in-out;
    transition: letter-spacing 0.2s ease-in-out;
    position: absolute;
    top: 0;
    left: 0;
}
.btn-animated-focus .btn-animated-hide {
    opacity: 1;
}
.btn-animated-focus .btn-animated-show {
    opacity: 0;
}
.btn-animated-focus:hover,
.btn-animated-focus:focus {
    background-color: #01dfa1;
    background-image: none;
}
.btn-animated-focus:hover > .btn,
.btn-animated-focus:focus > .btn {
    letter-spacing: 2px;
}
.btn-animated-focus:hover .btn-animated-hide,
.btn-animated-focus:focus .btn-animated-hide {
    opacity: 0;
}
.btn-animated-focus:hover .btn-animated-show,
.btn-animated-focus:focus .btn-animated-show {
    opacity: 1;
}
.btn-animated-swype-y > .btn {
    background: none;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-transform: translate(0, -100%);
    transform: translate(0, -100%);
}
.btn-animated-swype-y:hover > .btn,
.btn-animated-swype-y:focus > .btn,
.btn-animated-swype-y:active > .btn {
    -webkit-transform: translate(0, 0%);
    transform: translate(0, 0%);
}
.btn-animated-swype-x > .btn {
    background: none;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    display: inline-block;
}
.btn-animated-swype-x:hover > .btn {
    -webkit-transform: translate(-100%, 0);
    transform: translate(-100%, 0);
    -webkit-transform-origin: center;
    transform-origin: center;
}
.btn-animated.always-backwards-motion .btn-layer-go,
.btn-animated.always-backwards-motion .btn-layer-default,
.btn-animated.always-backwards-motion .btn-layer-loader,
.btn-animated.always-backwards-motion .btn-layer-fail,
.btn-animated.always-backwards-motion .btn-layer-success {
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.btn-animated.always-backwards-motion .btn-layer-fail,
.btn-animated.always-backwards-motion .btn-layer-success {
    transition: translateY(-100%);
}
.btn-animated.always-backwards-motion .btn-layer-go {
    transform: translateX(100%);
}
.btn-animated.always-backwards-motion .btn-layer-loader {
    transform: translateY(100%);
}
.btn-animated.always-backwards-motion:hover .btn-layer-go,
.btn-animated.always-backwards-motion.hover .btn-layer-go,
.btn-animated.always-backwards-motion:focus .btn-layer-go,
.btn-animated.always-backwards-motion.focus .btn-layer-go {
    transform: translateX(0);
}
.btn-animated.always-backwards-motion:hover .btn-layer-default,
.btn-animated.always-backwards-motion.hover .btn-layer-default,
.btn-animated.always-backwards-motion:focus .btn-layer-default,
.btn-animated.always-backwards-motion.focus .btn-layer-default {
    transform: translateX(-100%);
}
.btn-animated.always-backwards-motion.is-loading .btn-layer-loader {
    transform: translateY(0);
}
.btn-animated.always-backwards-motion.is-loading
    .btn-layer-loader
    [data-type="loader"] {
    opacity: 1;
    visibility: visible;
    transform: translateY(-20%);
}
.btn-animated.always-backwards-motion.is-loading
    .btn-layer-loader
    [data-type="loader"]
    > span {
    -webkit-animation: sk-bouncedelay 1.4s infinite cubic-bezier(0.4, 0, 0.2, 1)
        both;
    animation: sk-bouncedelay 1.4s infinite cubic-bezier(0.4, 0, 0.2, 1) both;
}
.btn-animated.always-backwards-motion.is-loading
    .btn-layer-loader
    [data-type="loader"]
    > span:nth-child(2) {
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}
.btn-animated.always-backwards-motion.is-loading
    .btn-layer-loader
    [data-type="loader"]
    > span:nth-child(3) {
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}
.btn-animated.always-backwards-motion.is-loading .btn-layer-default,
.btn-animated.always-backwards-motion.is-loading .btn-layer-go {
    transform: translateY(100%);
}
.btn-animated.always-backwards-motion.has-succeed .btn-layer-success {
    transform: translateY(0);
}
.btn-animated.always-backwards-motion.has-succeed .btn-layer-default,
.btn-animated.always-backwards-motion.has-succeed .btn-layer-go {
    transform: translateY(100%);
}
.btn-animated.always-backwards-motion.has-failure .btn-layer-fail {
    transform: translateY(0);
}
.btn-animated.always-backwards-motion.has-failure .btn-layer-default,
.btn-animated.always-backwards-motion.has-failure .btn-layer-go {
    transform: translateY(100%);
}
.btn-animated.always-foward-motion .btn-layer-go,
.btn-animated.always-foward-motion .btn-layer-default,
.btn-animated.always-foward-motion .btn-layer-loader,
.btn-animated.always-foward-motion .btn-layer-fail,
.btn-animated.always-foward-motion .btn-layer-success {
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.btn-animated.always-foward-motion .btn-layer-fail,
.btn-animated.always-foward-motion .btn-layer-success {
    transform: translateY(-100%);
}
.btn-animated.always-foward-motion .btn-layer-go {
    transform: translateX(-100%);
}
.btn-animated.always-foward-motion .btn-layer-loader {
    transform: translateY(100%);
}
.btn-animated.always-foward-motion:hover .btn-layer-go,
.btn-animated.always-foward-motion.hover .btn-layer-go,
.btn-animated.always-foward-motion:focus .btn-layer-go,
.btn-animated.always-foward-motion.focus .btn-layer-go {
    transform: translateX(0);
}
.btn-animated.always-foward-motion:hover .btn-layer-default,
.btn-animated.always-foward-motion.hover .btn-layer-default,
.btn-animated.always-foward-motion:focus .btn-layer-default,
.btn-animated.always-foward-motion.focus .btn-layer-default {
    transform: translateX(100%);
}
.btn-animated.always-foward-motion.is-loading .btn-layer-loader {
    transform: translateY(0);
}
.btn-animated.always-foward-motion.is-loading
    .btn-layer-loader
    [data-type="loader"] {
    opacity: 1;
    visibility: visible;
    transform: translateY(-20%);
}
.btn-animated.always-foward-motion.is-loading
    .btn-layer-loader
    [data-type="loader"]
    > span {
    -webkit-animation: sk-bouncedelay 1.4s infinite cubic-bezier(0.4, 0, 0.2, 1)
        both;
    animation: sk-bouncedelay 1.4s infinite cubic-bezier(0.4, 0, 0.2, 1) both;
}
.btn-animated.always-foward-motion.is-loading
    .btn-layer-loader
    [data-type="loader"]
    > span:nth-child(2) {
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}
.btn-animated.always-foward-motion.is-loading
    .btn-layer-loader
    [data-type="loader"]
    > span:nth-child(3) {
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}
.btn-animated.always-foward-motion.is-loading .btn-layer-default,
.btn-animated.always-foward-motion.is-loading .btn-layer-go {
    transform: translateY(-100%);
}
.btn-animated.always-foward-motion.has-succeed .btn-layer-success {
    transform: translateY(0);
}
.btn-animated.always-foward-motion.has-succeed .btn-layer-default,
.btn-animated.always-foward-motion.has-succeed .btn-layer-go {
    transform: translateY(100%);
}
.btn-animated.always-foward-motion.has-failure .btn-layer-fail {
    transform: translateY(0);
}
.btn-animated.always-foward-motion.has-failure .btn-layer-default,
.btn-animated.always-foward-motion.has-failure .btn-layer-go {
    transform: translateY(100%);
}
.btn-animated.next-step-motion .btn-layer-default,
.btn-animated.next-step-motion .btn-layer-loader,
.btn-animated.next-step-motion .btn-layer-fail,
.btn-animated.next-step-motion .btn-layer-success {
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.btn-animated.next-step-motion .btn-layer-fail,
.btn-animated.next-step-motion .btn-layer-success {
    transition: translateY(-100%);
}
.btn-animated.next-step-motion .btn-layer-loader {
    transform: translateY(100%);
}
.btn-animated.next-step-motion.is-loading .btn-layer-loader {
    transform: translateY(0);
}
.btn-animated.next-step-motion.is-loading
    .btn-layer-loader
    [data-type="loader"] {
    opacity: 1;
    visibility: visible;
    transform: translateY(-20%);
}
.btn-animated.next-step-motion.is-loading
    .btn-layer-loader
    [data-type="loader"]
    > span {
    -webkit-animation: sk-bouncedelay 1.4s infinite cubic-bezier(0.4, 0, 0.2, 1)
        both;
    animation: sk-bouncedelay 1.4s infinite cubic-bezier(0.4, 0, 0.2, 1) both;
}
.btn-animated.next-step-motion.is-loading
    .btn-layer-loader
    [data-type="loader"]
    > span:nth-child(2) {
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}
.btn-animated.next-step-motion.is-loading
    .btn-layer-loader
    [data-type="loader"]
    > span:nth-child(3) {
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}
.btn-animated.next-step-motion.is-loading .btn-layer-default,
.btn-animated.next-step-motion.is-loading .btn-layer-go {
    transform: translateY(-100%);
}
.btn-animated.next-step-motion.has-succeed .btn-layer-success {
    transform: translateY(0);
}
.btn-animated.next-step-motion.has-succeed .btn-layer-default,
.btn-animated.next-step-motion.has-succeed .btn-layer-go {
    transform: translateY(100%);
}
.btn-animated.next-step-motion.has-failure .btn-layer-fail {
    transform: translateY(0);
}
.btn-animated.next-step-motion.has-failure .btn-layer-default,
.btn-animated.next-step-motion.has-failure .btn-layer-go {
    transform: translateY(100%);
}
.btn-animated.go-down-motion .btn-layer-go,
.btn-animated.go-down-motion .btn-layer-default {
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.btn-animated.go-down-motion .btn-layer-go {
    transform: translateY(-100%);
}
.btn-animated.go-down-motion:hover .btn-layer-go,
.btn-animated.go-down-motion.hover .btn-layer-go,
.btn-animated.go-down-motion:focus .btn-layer-go,
.btn-animated.go-down-motion.focus .btn-layer-go {
    transform: translateY(0);
}
.btn-animated.go-down-motion:hover .btn-layer-default,
.btn-animated.go-down-motion.hover .btn-layer-default,
.btn-animated.go-down-motion:focus .btn-layer-default,
.btn-animated.go-down-motion.focus .btn-layer-default {
    transform: translateY(100%);
}
.btn-back {
    position: relative;
    display: inline-block;
    box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.1);
    color: #afa2ba;
    transition: color 0.1s linear, border-color 0.1s linear;
}
.btn-back svg {
    fill: #afa2ba;
    stroke: #afa2ba;
    -webkit-transition: fill 0.1s linear, stroke 0.1s linear;
    transition: fill 0.1s linear, stroke 0.1s linear;
}
.btn-back:hover,
.btn-back:active,
.btn-back:focus {
    color: #01dfa1;
    text-decoration: none;
}
.btn-back:hover:hover svg,
.btn-back:hover:active svg,
.btn-back:hover:focus svg,
.btn-back:active:hover svg,
.btn-back:active:active svg,
.btn-back:active:focus svg,
.btn-back:focus:hover svg,
.btn-back:focus:active svg,
.btn-back:focus:focus svg {
    fill: #01dfa1;
    stroke: #01dfa1;
}
@media (max-width: 768px) {
    .btn-back {
        background-color: transparent;
        -webkit-box-shadow: none;
        box-shadow: none;
        text-align: center;
        border-radius: 0;
    }
}
.btn-green {
    background-color: #3bd3d7;
    color: #fff;
    color: #fff;
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.15);
    -webkit-transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
.btn-green:hover,
.btn-green.hover,
.btn-green:focus,
.btn-green.focus {
    color: #fff;
    background-color: #34bec1;
}
.btn-green:active,
.btn-green.active {
    -webkit-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.15);
}
.btn-gradient-green {
    background-color: #01e0a0;
    background-image: -webkit-gradient(
        linear,
        left top,
        right top,
        color-stop(50%, #01dfa1),
        to(#00d3f6)
    );
    background-image: linear-gradient(90deg, #01dfa1 50%, #00d3f6);
    background-size: 200%;
    background-position-x: 99%;
    color: #fff;
    -webkit-transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    border: none;
}
.btn-gradient-green:hover,
.btn-gradient-green:focus {
    background-image: -webkit-gradient(
        linear,
        left top,
        right top,
        color-stop(50%, #01dfa1),
        to(#00d3f6)
    );
    background-image: linear-gradient(90deg, #01dfa1 50%, #00d3f6);
    background-position-x: 0%;
    color: #fff;
}
.btn-gradient-green:active {
    -webkit-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.15);
}
.btn-facebook {
    background-color: red;
    background-image: -webkit-linear-gradient(
        left,
        #345088,
        #2462af 50%,
        #2462af 85%,
        #116bc6
    );
    background-image: linear-gradient(
        to right,
        #345088,
        #2462af 50%,
        #2462af 85%,
        #116bc6
    );
    background-size: 200%;
    background-position-x: 99%;
    color: #fff;
    -webkit-transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    border: none;
}
.btn-facebook:hover,
.btn-facebook:focus {
    background-image: -webkit-linear-gradient(
        left,
        #345088,
        #385898 50%,
        #2462af 85%,
        #116bc6
    );
    /* background-image: linear-gradient(
        to right,
        #345088,
        #2462af 50%,
        #2462af 85%,
        #116bc6
    ); */
    background-position-x: 0%;
    color: #fff;
}
.btn-facebook:active {
    -webkit-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.15);
}
.btn-google {
    background-color: #2462af;
    background-image: -webkit-linear-gradient(
        left,
        #dd4b39,
        #cd4b3b 50%,
        #cd4b3b 85%,
        #d21d07
    );
    background-image: linear-gradient(
        to right,
        #dd4b39,
        #cd4b3b 50%,
        #cd4b3b 85%,
        #d21d07
    );
    background-size: 200%;
    background-position-x: 99%;
    color: #fff;
    -webkit-transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    border: none;
}
.btn-google:hover,
.btn-google:focus {
    background-image: -webkit-linear-gradient(
        left,
        #dd4b39,
        #cd4b3b 50%,
        #cd4b3b 85%,
        #d21d07
    );
    background-image: linear-gradient(
        to right,
        #dd4b39,
        #cd4b3b 50%,
        #cd4b3b 85%,
        #d21d07
    );
    background-position-x: 0%;
    color: #fff;
}
.btn-google:active {
    -webkit-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.15);
}
.btn-white {
    background-color: #fff;
    color: #68596e;
    -webkit-transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
.btn-white:hover,
.btn-white.hover,
.btn-white:focus,
.btn-white.focus {
    color: #68596e;
    background-color: #f8f7fc;
}
.btn-white:active,
.btn-white.active {
    -webkit-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.15);
}
.btn-grey {
    background-color: #dfdae4;
    color: #fff;
    -webkit-transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
.btn-grey:hover,
.btn-grey.hover,
.btn-grey:focus,
.btn-grey.focus {
    color: #fff;
    background-color: #dfdae4;
}
.btn-grey:active,
.btn-grey.active {
    -webkit-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.15);
}
.btn-yellow {
    background-color: #fdd932;
    color: #68596e;
    -webkit-transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    border: none;
}
.btn-yellow:hover,
.btn-yellow.hover,
.btn-yellow:focus,
.btn-yellow.focus {
    color: #68596e;
    background-color: #edcb30;
}
.btn-yellow:active,
.btn-yellow.active {
    -webkit-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.15);
}
.btn-outline-grey {
    border-style: solid;
    border-width: 2px;
    background-color: transparent;
    border-color: #dfdae4;
    color: #afa2ba;
    -webkit-transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
.btn-outline-grey:hover,
.btn-outline-grey.hover,
.btn-outline-grey:focus,
.btn-outline-grey.focus {
    color: #68596e;
    border-color: #afa2ba;
}
.btn-outline-grey:active,
.btn-outline-grey.active {
    border-color: #afa2ba;
    -webkit-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.15);
}
.btn-outline-white {
    border-style: solid;
    border-width: 2px;
    background-color: transparent;
    border-color: rgba(255, 255, 255, 0.4);
    color: #fff;
    -webkit-transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
.btn-outline-white:hover,
.btn-outline-white:focus {
    color: #fff;
    border-color: #dfdae4;
}
.btn-outline-white:active {
    border-color: #dfdae4;
    -webkit-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.15);
}
.btn-shadow {
    box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.1);
}
.btn.btn-smaller {
    font-size: 11px;
    letter-spacing: 0.6px;
    height: 48px;
}
@media (min-width: 1460px) {
    .btn.btn-smaller {
        font-size: 12px;
        letter-spacing: 0.7px;
    }
}
.btn.btn-block {
    display: block;
    width: 100%;
    max-width: none;
}
.btn.btn-auto {
    width: auto;
    height: auto;
    max-width: none;
}
.btn.btn-auto .btn-content {
    transform: none;
    top: auto;
}
.btn.btn-animated {
    position: relative;
    overflow: hidden;
    padding: 0;
}
.btn.btn-new {
    height: 40px;
    line-height: 40px;
    padding-right: 40px;
    padding-left: 40px;
    border-width: 0;
    font-size: 12px;
    min-width: 180px;
}
.btn.btn-new .btn-icon {
    width: 20px;
    margin-right: 15px;
    height: 100%;
}
@media (min-width: 480px) {
    .btn.btn-new {
        padding-right: 50px;
        padding-left: 50px;
    }
}
@media (min-width: 769px) {
    .btn.btn-new {
        height: 50px;
        line-height: 50px;
        min-width: 240px;
    }
}
@media (min-width: 1225px) {
    .btn.btn-new {
        font-size: 13px;
        height: 55px;
        line-height: 55px;
        padding-right: 70px;
        padding-left: 70px;
    }
}
@media (min-width: 1460px) {
    .btn.btn-new {
        height: 60px;
        line-height: 60px;
        min-width: 260px;
        padding-right: 70px;
        padding-left: 70px;
    }
}
.btn.btn-rounded {
    border-radius: 100%;
    height: 50px;
    width: 50px;
}
@media (min-width: 769px) {
    .btn.btn-rounded {
        height: 60px;
        width: 60px;
    }
}
.link {
    color: #01dfa1;
    text-decoration: none;
    font-weight: 900;
    text-transform: uppercase;
    font-size: 11px;
}
.link:hover,
.link:focus,
.link:active {
    text-decoration: underline;
    color: #01dfa1;
}
.link:focus {
    outline: none;
}
.link[type="button"] {
    -webkit-appearance: initial;
}
.link-load {
    opacity: 0;
    visibility: hidden;
    text-align: center;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    margin-left: 10px;
}
.link-load-wrapper {
    position: relative;
}
.link-load-wrapper.has-loading .link-load {
    opacity: 1;
    visibility: visible;
    top: -2px;
    position: relative;
}
.link-load-wrapper.has-loading .link-load > div {
    -webkit-animation-play-state: running;
    animation-play-state: running;
}
.link-load > span {
    width: 10px;
    height: 10px;
    background-color: #01dfa1;
    -webkit-animation-play-state: paused;
    animation-play-state: paused;
    border-radius: 100%;
    display: inline-block;
    -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
    animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}
@media (min-width: 1460px) {
    .link-load > span {
        height: 10px;
        width: 10px;
    }
}
.link-load .bounce1 {
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}
.link-load .bounce2 {
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}
.link-back {
    position: relative;
    margin-left: 1.33333em;
}
.link-back:before {
    background-image: url(/Assets/svg/ico-input-arrow-left.svg);
    position: absolute;
    top: -0.22222em;
    left: -1.66667em;
    height: 1.77778em;
    width: 1.77778em;
    display: inline-block;
    content: "";
    background-repeat: no-repeat;
    background-size: contain;
}
.link-edit {
    position: relative;
    margin-left: 1.33333em;
}
.link-edit:before {
    background-image: url(/Assets/svg/ico-edit.svg);
    position: absolute;
    top: -0.22222em;
    left: -1.66667em;
    height: 1.77778em;
    width: 1.77778em;
    display: inline-block;
    content: "";
    background-repeat: no-repeat;
    background-size: contain;
}
.block-loader {
    border: 4px solid #f3f3f3;
    border-top: 4px solid #01dfa1;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    -webkit-animation: spin 0.6s linear infinite;
    animation: spin 0.6s linear infinite;
    -webkit-animation-play-state: paused;
    animation-play-state: paused;
    display: block;
}
.block-loader-wrapper {
    visibility: hidden;
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: rgba(248, 247, 252, 0.8);
    opacity: 0;
}
.block-loader-container {
    position: relative;
}
.block-loader-container.loading > .block-loader-wrapper {
    z-index: 1;
    visibility: visible;
    opacity: 1;
}
.block-loader-container.loading > .block-loader-wrapper .block-loader {
    -webkit-animation-play-state: running;
    animation-play-state: running;
}
@media (min-width: 769px) {
    .block-loader {
        border-width: 4px;
        border-top-width: 4px;
        border-radius: 50%;
        width: 70px;
        height: 70px;
    }
}
.inline-loader {
    opacity: 0;
    visibility: hidden;
    text-align: center;
    transition: all 0.3s ease-in-out;
}
.inline-loader > span {
    width: 10px;
    height: 10px;
    background-color: #fff;
    border-radius: 100%;
    display: inline-block;
    float: left;
    margin-left: 5px;
    margin-right: 5px;
}
@media (min-width: 1460px) {
    .inline-loader > span {
        height: 10px;
        width: 10px;
    }
}
.inline-loader.is-loading {
    opacity: 1;
    visibility: visible;
}
.inline-loader.is-loading > span {
    -webkit-animation: sk-bouncedelay 1.4s infinite cubic-bezier(0.4, 0, 0.2, 1)
        both;
    animation: sk-bouncedelay 1.4s infinite cubic-bezier(0.4, 0, 0.2, 1) both;
}
.inline-loader.is-loading > span:nth-child(2) {
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}
.inline-loader.is-loading > span:nth-child(3) {
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}
.fade {
    opacity: 0;
    -webkit-transition: opacity 0.15s linear;
    transition: opacity 0.15s linear;
}
.fade.show {
    opacity: 1;
}
.collapse {
    display: none;
}
.collapse.show {
    display: block;
}
tr.collapse.show {
    display: table-row;
}
tbody.collapse.show {
    display: table-row-group;
}
.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition: height 0.35s ease;
    transition: height 0.35s ease;
}
.btn-group,
.btn-group-vertical {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
    border-radius: 10px;
    transition: all 0.1s ease-in-out;
    text-transform: initial;
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    margin-bottom: 0;
    height: 30px;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover {
    z-index: 2;
}
.btn-group > .btn:focus,
.btn-group > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
    z-index: 2;
}
@media (min-width: 480px) {
    .btn-group > .btn,
    .btn-group-vertical > .btn {
        height: 50px;
    }
}
@media (min-width: 1225px) {
    .btn-group > .btn,
    .btn-group-vertical > .btn {
        height: 54px;
    }
}
@media (min-width: 1460px) {
    .btn-group > .btn,
    .btn-group-vertical > .btn {
        height: 63px;
    }
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group,
.btn-group-vertical .btn + .btn,
.btn-group-vertical .btn + .btn-group,
.btn-group-vertical .btn-group + .btn,
.btn-group-vertical .btn-group + .btn-group {
    margin-left: -1px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
    border-radius: 0;
}
.btn-group > .btn:first-child {
    margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.btn-group > .btn-group {
    float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
    border-radius: 0;
}
.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.card {
    border-radius: 15px;
    white-space: normal;
}
.card-group {
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    overflow: scroll;
}
.card-product {
    padding-right: 30px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 130px;
    min-height: 150px;
}
.card-product-icon,
.card-product-collection {
    opacity: 0.75;
    transition: opacity 0.2s ease-in-out;
}
.card-product > img {
    height: auto;
    width: 110px;
    left: 10px;
}
@media (min-width: 480px) {
    .card-product > img {
        left: 15px;
    }
}
.card-product:hover,
.card-product:focus {
    text-decoration: none;
}
.card-product:hover .card-product-icon,
.card-product:hover .card-product-collection,
.card-product:focus .card-product-icon,
.card-product:focus .card-product-collection {
    opacity: 1;
}
@media (min-width: 480px) {
    .card-product {
        padding-left: 140px;
    }
}
@media (min-width: 769px) {
    .card-product {
        padding-left: 160px;
        min-height: 166px;
    }
    .card-product > img {
        width: 140px;
        left: 10px;
    }
}
@media (min-width: 990px) {
    .card-product {
        padding-left: 210px;
        min-height: 226px;
    }
    .card-product > img {
        width: 190px;
    }
}
.big-card-product {
    box-shadow: 0 35px 11px -30px #afa2ba;
    max-width: 435px;
}
.big-card-product-image {
    margin-bottom: -30px;
}
.detailed-card-product-image {
    height: 140px;
    width: auto;
}
@media (min-width: 480px) {
    .detailed-card-product-image {
        height: 206px;
    }
}
@media (min-width: 769px) {
    .detailed-card-product-image {
        height: 264px;
    }
}
@media (min-width: 769px) {
    .detailed-card-product-image {
        height: 280px;
    }
}
.detailed-card-product-details {
    max-width: 460px;
}
.badge {
    display: inline-block;
    padding: 3px 5px;
    font-size: 10px;
    font-weight: 900;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 20px;
}
.badge:empty {
    display: none;
}
.btn .badge {
    position: relative;
    top: -1px;
}
.badge-darkgrey {
    color: #fff;
    background-color: #68596e;
}
.badge-darkgrey[href]:focus,
.badge-darkgrey[href]:hover {
    color: #fff;
    text-decoration: none;
    background-color: #4d4252;
}
.badge-grey {
    color: #111;
    background-color: #afa2ba;
}
.badge-grey[href]:focus,
.badge-grey[href]:hover {
    color: #111;
    text-decoration: none;
    background-color: #9685a4;
}
.badge-lightgrey {
    color: #111;
    background-color: #dfdae4;
}
.badge-lightgrey[href]:focus,
.badge-lightgrey[href]:hover {
    color: #111;
    text-decoration: none;
    background-color: #c6bdce;
}
.badge-lightergrey {
    color: #111;
    background-color: #f8f7fc;
}
.badge-lightergrey[href]:focus,
.badge-lightergrey[href]:hover {
    color: #111;
    text-decoration: none;
    background-color: #d8d2ee;
}
.badge-white {
    color: #111;
    background-color: #fff;
}
.badge-white[href]:focus,
.badge-white[href]:hover {
    color: #111;
    text-decoration: none;
    background-color: #e6e6e6;
}
.badge-lightergreen {
    color: #111;
    background-color: #33cf9f;
}
.badge-lightergreen[href]:focus,
.badge-lightergreen[href]:hover {
    color: #111;
    text-decoration: none;
    background-color: #27a880;
}
.badge-lightgreen {
    color: #fff;
    background-color: #2dc495;
}
.badge-lightgreen[href]:focus,
.badge-lightgreen[href]:hover {
    color: #fff;
    text-decoration: none;
    background-color: #239b75;
}
.badge-shinegreen {
    color: #fff;
    background-color: #01dfa1;
}
.badge-shinegreen[href]:focus,
.badge-shinegreen[href]:hover {
    color: #fff;
    text-decoration: none;
    background-color: #01ac7c;
}
.badge-green {
    color: #111;
    background-color: #42cda1;
}
.badge-green[href]:focus,
.badge-green[href]:hover {
    color: #111;
    text-decoration: none;
    background-color: #2eae85;
}
.badge-darkgreen {
    color: #fff;
    background-color: #369993;
}
.badge-darkgreen[href]:focus,
.badge-darkgreen[href]:hover {
    color: #fff;
    text-decoration: none;
    background-color: #29736f;
}
.badge-blue {
    color: #111;
    background-color: #69c1ff;
}
.badge-blue[href]:focus,
.badge-blue[href]:hover {
    color: #111;
    text-decoration: none;
    background-color: #36acff;
}
.badge-bluegreen {
    color: #111;
    background-color: #3bd3d7;
}
.badge-bluegreen[href]:focus,
.badge-bluegreen[href]:hover {
    color: #111;
    text-decoration: none;
    background-color: #26b5b9;
}
.badge-purple {
    color: #fff;
    background-color: #907feb;
}
.badge-purple[href]:focus,
.badge-purple[href]:hover {
    color: #fff;
    text-decoration: none;
    background-color: #6a53e4;
}
.badge-darkpurple {
    color: #fff;
    background-color: #7b61ce;
}
.badge-darkpurple[href]:focus,
.badge-darkpurple[href]:hover {
    color: #fff;
    text-decoration: none;
    background-color: #5b3cc0;
}
.badge-tomato {
    color: #fff;
    background-color: #f45459;
}
.badge-tomato[href]:focus,
.badge-tomato[href]:hover {
    color: #fff;
    text-decoration: none;
    background-color: #f1242a;
}
.badge-darktomato {
    color: #fff;
    background-color: #d44144;
}
.badge-darktomato[href]:focus,
.badge-darktomato[href]:hover {
    color: #fff;
    text-decoration: none;
    background-color: #b82a2d;
}
.badge-yellow {
    color: #111;
    background-color: #ffd803;
}
.badge-yellow[href]:focus,
.badge-yellow[href]:hover {
    color: #111;
    text-decoration: none;
    background-color: #cfaf00;
}
.badge-darkyellow {
    color: #111;
    background-color: #e29d00;
}
.badge-darkyellow[href]:focus,
.badge-darkyellow[href]:hover {
    color: #111;
    text-decoration: none;
    background-color: #af7a00;
}
.badge-mustard {
    color: #111;
    background-color: #feb800;
}
.badge-mustard[href]:focus,
.badge-mustard[href]:hover {
    color: #111;
    text-decoration: none;
    background-color: #cb9300;
}
.badge-orange {
    color: #111;
    background-color: #feae00;
}
.badge-orange[href]:focus,
.badge-orange[href]:hover {
    color: #111;
    text-decoration: none;
    background-color: #cb8b00;
}
.badge-pink {
    color: #fff;
    background-color: #ff2f63;
}
.badge-pink[href]:focus,
.badge-pink[href]:hover {
    color: #fff;
    text-decoration: none;
    background-color: #fb003f;
}
.badge-darkblack {
    color: #fff;
    background-color: #171524;
}
.badge-darkblack[href]:focus,
.badge-darkblack[href]:hover {
    color: #fff;
    text-decoration: none;
    background-color: #020204;
}
.badge-black {
    color: #fff;
    background-color: #221e33;
}
.badge-black[href]:focus,
.badge-black[href]:hover {
    color: #fff;
    text-decoration: none;
    background-color: #0d0b13;
}
.badge-realblack {
    color: #fff;
    background-color: #000;
}
.badge-realblack[href]:focus,
.badge-realblack[href]:hover {
    color: #fff;
    text-decoration: none;
    background-color: #000;
}
.list-unstyled {
    padding-left: 0;
    list-style: none;
}
.modal-open {
    overflow: hidden;
}
.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: none;
    overflow: hidden;
    outline: 0;
}
.modal.fade .modal-dialog {
    -webkit-transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}
.modal.show {
    z-index: 1050;
}
.modal.show .modal-dialog {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}
.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}
@media (min-width: 769px) {
    .modal-open .modal-center {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }
    .modal-open .modal-center[aria-hidden="true"] {
        display: none !important;
    }
}
.modal-close {
    background: #fff;
}
.modal-close-icon {
    height: 16px;
    width: 16px;
    fill: #afa2ba;
    transition: fill 0.1s ease-in-out;
}
.modal-close-helper {
    margin-top: 2px;
    font-size: 7px;
    line-height: 0.71;
    letter-spacing: 0.1px;
    color: #afa2ba;
    transition: color 0.1s ease-in-out;
}
.modal-close:hover .modal-close-icon,
.modal-close:focus .modal-close-icon {
    fill: #01dfa1;
}
.modal-close:hover .modal-close-helper,
.modal-close:focus .modal-close-helper {
    color: #01dfa1;
}
@media (max-width: 768px) {
    .modal-close {
        height: 50px;
        width: 50px;
    }
}
@media (min-width: 1225px) {
    .modal-close {
        margin-right: -65px;
    }
}
.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px;
}
.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;
    background-clip: padding-box;
    outline: 0;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0.3rem;
}
.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000;
}
.modal-backdrop.fade {
    opacity: 0;
}
.modal-backdrop.show {
    opacity: 0.75;
}
.modal-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 15px;
    border-bottom: 1px solid #e9ecef;
}
.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: 15px;
}
.modal-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 15px;
    border-top: 1px solid #e9ecef;
}
.modal-footer > :not(:first-child) {
    margin-left: 0.25rem;
}
.modal-footer > :not(:last-child) {
    margin-right: 0.25rem;
}
.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}
@media (min-width: 769px) {
    .modal-dialog {
        max-width: 500px;
        width: 100%;
        margin: 30px auto;
    }
    .modal-sm {
        max-width: 300px;
    }
}
@media (min-width: 1225px) {
    .modal-lg {
        max-width: 800px;
    }
}
.message-error ul {
    list-style-position: inside;
    margin-left: 0;
    padding-left: 0;
}
.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: block;
    max-width: 280px;
    min-width: 276px;
    padding: 1px;
    font-family: "Nunito", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: normal;
    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(0, 0, 0, 0.2);
    border-radius: 0.3rem;
}
.popover-backdrop {
    background: rgba(0, 0, 0, 0.6);
    z-index: 1040;
}
.popover .arrow {
    position: absolute;
    display: block;
    width: 10px;
    height: 5px;
}
.popover .arrow::before,
.popover .arrow::after {
    position: absolute;
    display: block;
    border-color: transparent;
    border-style: solid;
}
.popover .arrow::before {
    content: "";
    border-width: 11px;
}
.popover .arrow::after {
    content: "";
    border-width: 11px;
}
.popover.bs-popover-top,
.popover.bs-popover-auto[x-placement^="top"] {
    margin-bottom: 10px;
}
.popover.bs-popover-top .arrow,
.popover.bs-popover-auto[x-placement^="top"] .arrow {
    bottom: 0;
}
.popover.bs-popover-top .arrow::before,
.popover.bs-popover-auto[x-placement^="top"] .arrow::before,
.popover.bs-popover-top .arrow::after,
.popover.bs-popover-auto[x-placement^="top"] .arrow::after {
    border-bottom-width: 0;
}
.popover.bs-popover-top .arrow::before,
.popover.bs-popover-auto[x-placement^="top"] .arrow::before {
    bottom: -11px;
    margin-left: -6px;
    border-top-color: rgba(0, 0, 0, 0.25);
}
.popover.bs-popover-top .arrow::after,
.popover.bs-popover-auto[x-placement^="top"] .arrow::after {
    bottom: -10px;
    margin-left: -6px;
    border-top-color: #fff;
}
.popover.bs-popover-right,
.popover.bs-popover-auto[x-placement^="right"] {
    margin-left: 10px;
}
.popover.bs-popover-right .arrow,
.popover.bs-popover-auto[x-placement^="right"] .arrow {
    left: 0;
}
.popover.bs-popover-right .arrow::before,
.popover.bs-popover-auto[x-placement^="right"] .arrow::before,
.popover.bs-popover-right .arrow::after,
.popover.bs-popover-auto[x-placement^="right"] .arrow::after {
    margin-top: -8px;
    border-left-width: 0;
}
.popover.bs-popover-right .arrow::before,
.popover.bs-popover-auto[x-placement^="right"] .arrow::before {
    left: -11px;
    border-right-color: rgba(0, 0, 0, 0.25);
}
.popover.bs-popover-right .arrow::after,
.popover.bs-popover-auto[x-placement^="right"] .arrow::after {
    left: -10px;
    border-right-color: #fff;
}
.popover.bs-popover-bottom,
.popover.bs-popover-auto[x-placement^="bottom"] {
    margin-top: 10px;
}
.popover.bs-popover-bottom .arrow,
.popover.bs-popover-auto[x-placement^="bottom"] .arrow {
    top: 0;
}
.popover.bs-popover-bottom .arrow::before,
.popover.bs-popover-auto[x-placement^="bottom"] .arrow::before,
.popover.bs-popover-bottom .arrow::after,
.popover.bs-popover-auto[x-placement^="bottom"] .arrow::after {
    margin-left: -7px;
    border-top-width: 0;
}
.popover.bs-popover-bottom .arrow::before,
.popover.bs-popover-auto[x-placement^="bottom"] .arrow::before {
    top: -11px;
    border-bottom-color: rgba(0, 0, 0, 0.25);
}
.popover.bs-popover-bottom .arrow::after,
.popover.bs-popover-auto[x-placement^="bottom"] .arrow::after {
    top: -10px;
    border-bottom-color: #fff;
}
.popover.bs-popover-bottom .popover-header::before,
.popover.bs-popover-auto[x-placement^="bottom"] .popover-header::before {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 20px;
    margin-left: -10px;
    content: "";
    border-bottom: 1px solid #f7f7f7;
}
.popover.bs-popover-left,
.popover.bs-popover-auto[x-placement^="left"] {
    margin-right: 10px;
}
.popover.bs-popover-left .arrow,
.popover.bs-popover-auto[x-placement^="left"] .arrow {
    right: 0;
}
.popover.bs-popover-left .arrow::before,
.popover.bs-popover-auto[x-placement^="left"] .arrow::before,
.popover.bs-popover-left .arrow::after,
.popover.bs-popover-auto[x-placement^="left"] .arrow::after {
    margin-top: -8px;
    border-right-width: 0;
}
.popover.bs-popover-left .arrow::before,
.popover.bs-popover-auto[x-placement^="left"] .arrow::before {
    right: -11px;
    border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.bs-popover-left .arrow::after,
.popover.bs-popover-auto[x-placement^="left"] .arrow::after {
    right: -10px;
    border-left-color: #fff;
}
.popover-header {
    padding: 8px 14px;
    margin-bottom: 0;
    font-size: 1rem;
    color: inherit;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-top-left-radius: calc(0.3rem - 1px);
    border-top-right-radius: calc(0.3rem - 1px);
}
.popover-header:empty {
    display: none;
}
.carousel {
    position: relative;
    overflow: hidden;
}
.carousel-control-next {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    z-index: 1;
}
.carousel-control-next-btn {
    right: -50%;
}
.carousel-control-next-icon {
    position: relative;
}
.carousel-control-prev {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    z-index: 1;
}
.carousel-control-prev-btn {
    left: -50%;
}
.carousel-control-prev-icon {
    position: relative;
}
.flex-carousel-content {
    -webkit-transition: -webkit-transform 600ms cubic-bezier(0.4, 0, 0.2, 1);
    transition: -webkit-transform 600ms cubic-bezier(0.4, 0, 0.2, 1);
    transition: transform 600ms cubic-bezier(0.4, 0, 0.2, 1);
    transition: transform 600ms cubic-bezier(0.4, 0, 0.2, 1),
        -webkit-transform 600ms cubic-bezier(0.4, 0, 0.2, 1);
}
.flex-carousel-controls {
    margin-top: 18px;
    opacity: 0;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: opacity 300ms ease,
        -webkit-transform 300ms cubic-bezier(0, 0, 0.2, 1);
    transition: opacity 300ms ease,
        -webkit-transform 300ms cubic-bezier(0, 0, 0.2, 1);
    transition: opacity 300ms ease, transform 300ms cubic-bezier(0, 0, 0.2, 1);
    transition: opacity 300ms ease, transform 300ms cubic-bezier(0, 0, 0.2, 1),
        -webkit-transform 300ms cubic-bezier(0, 0, 0.2, 1);
    -webkit-transition-delay: 500ms;
    transition-delay: 500ms;
}
.flex-carousel-controls-dots span {
    display: block;
    height: 20px;
    width: 20px;
    position: relative;
}
.flex-carousel-controls-dots span::after {
    content: "";
    border-radius: 100%;
    display: block;
    height: 8px;
    width: 8px;
    position: absolute;
    top: 50%;
    left: 50%;
    background: #dfdae4;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}
.flex-carousel-controls-dots span.is-visible::after {
    background-color: #3bd3d7;
}
.flex-carousel-controls-next,
.flex-carousel-controls-previous {
    height: 55px;
    width: 55px;
    border-radius: 100%;
    background-color: #fff;
    border: 1px solid rgba(238, 235, 241, 0.4);
    border: 1px solid #f8f7fc;
    -webkit-box-shadow: 0 3px 10px 0 #eeebf1;
    box-shadow: 0 3px 10px 0 #eeebf1;
    position: relative;
    -webkit-transition-duration: 200ms;
    transition-duration: 200ms;
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.flex-carousel-controls-next svg,
.flex-carousel-controls-previous svg {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 30px;
    -webkit-transition-duration: 200ms;
    transition-duration: 200ms;
    -webkit-transition-property: fill;
    transition-property: fill;
    -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    fill: #3bd3d7;
}
.flex-carousel-controls-next:hover,
.flex-carousel-controls-previous:hover {
    -webkit-transition-duration: 300ms;
    transition-duration: 300ms;
    cursor: pointer;
    -webkit-box-shadow: 0 5px 10px -1px rgba(223, 218, 228, 0.9);
    box-shadow: 0 5px 10px -1px rgba(223, 218, 228, 0.9);
}
.flex-carousel-controls-next:hover svg,
.flex-carousel-controls-previous:hover svg {
    -webkit-transition-duration: 300ms;
    transition-duration: 300ms;
    fill: #34bec1;
}
.flex-carousel-controls-next:active,
.flex-carousel-controls-previous:active {
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
    -webkit-box-shadow: 0 2px 6px -1px rgba(223, 218, 228, 0.9);
    box-shadow: 0 2px 6px -1px rgba(223, 218, 228, 0.9);
}
.flex-carousel-controls-next.disabled,
.flex-carousel-controls-previous.disabled {
    opacity: 0;
    pointer-events: none;
}
.flex-carousel-controls-next svg {
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}
.flex-carousel-controls-previous svg {
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}
.flex-carousel.is-ready .flex-carousel-controls {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
}
.align-baseline {
    vertical-align: baseline;
}
.align-top {
    vertical-align: top;
}
.align-middle {
    vertical-align: middle;
}
.align-bottom {
    vertical-align: bottom;
}
.align-text-bottom {
    vertical-align: text-bottom;
}
.align-text-top {
    vertical-align: text-top;
}
.bg-darkgrey {
    background-color: #68596e !important;
}
a.bg-darkgrey:focus,
a.bg-darkgrey:hover {
    background-color: #4d4252 !important;
}
.bg-grey {
    background-color: #afa2ba !important;
}
a.bg-grey:focus,
a.bg-grey:hover {
    background-color: #9685a4 !important;
}
.bg-lightgrey {
    background-color: #dfdae4 !important;
}
a.bg-lightgrey:focus,
a.bg-lightgrey:hover {
    background-color: #c6bdce !important;
}
.bg-lightergrey {
    background-color: #f8f7fc !important;
}
a.bg-lightergrey:focus,
a.bg-lightergrey:hover {
    background-color: #d8d2ee !important;
}
.bg-white {
    background-color: #fff !important;
}
a.bg-white:focus,
a.bg-white:hover {
    background-color: #e6e6e6 !important;
}
.bg-lightergreen {
    background-color: #33cf9f !important;
}
a.bg-lightergreen:focus,
a.bg-lightergreen:hover {
    background-color: #27a880 !important;
}
.bg-lightgreen {
    background-color: #2dc495 !important;
}
a.bg-lightgreen:focus,
a.bg-lightgreen:hover {
    background-color: #239b75 !important;
}
.bg-shinegreen {
    background-color: #01dfa1 !important;
}
a.bg-shinegreen:focus,
a.bg-shinegreen:hover {
    background-color: #01ac7c !important;
}
.bg-green {
    background-color: #42cda1 !important;
}
a.bg-green:focus,
a.bg-green:hover {
    background-color: #2eae85 !important;
}
.bg-darkgreen {
    background-color: #369993 !important;
}
a.bg-darkgreen:focus,
a.bg-darkgreen:hover {
    background-color: #29736f !important;
}
.bg-blue {
    background-color: #69c1ff !important;
}
a.bg-blue:focus,
a.bg-blue:hover {
    background-color: #36acff !important;
}
.bg-bluegreen {
    background-color: #3bd3d7 !important;
}
a.bg-bluegreen:focus,
a.bg-bluegreen:hover {
    background-color: #26b5b9 !important;
}
.bg-purple {
    background-color: #907feb !important;
}
a.bg-purple:focus,
a.bg-purple:hover {
    background-color: #6a53e4 !important;
}
.bg-darkpurple {
    background-color: #7b61ce !important;
}
a.bg-darkpurple:focus,
a.bg-darkpurple:hover {
    background-color: #5b3cc0 !important;
}
.bg-tomato {
    background-color: #f45459 !important;
}
a.bg-tomato:focus,
a.bg-tomato:hover {
    background-color: #f1242a !important;
}
.bg-darktomato {
    background-color: #d44144 !important;
}
a.bg-darktomato:focus,
a.bg-darktomato:hover {
    background-color: #b82a2d !important;
}
.bg-yellow {
    background-color: #ffd803 !important;
}
a.bg-yellow:focus,
a.bg-yellow:hover {
    background-color: #cfaf00 !important;
}
.bg-darkyellow {
    background-color: #e29d00 !important;
}
a.bg-darkyellow:focus,
a.bg-darkyellow:hover {
    background-color: #af7a00 !important;
}
.bg-mustard {
    background-color: #feb800 !important;
}
a.bg-mustard:focus,
a.bg-mustard:hover {
    background-color: #cb9300 !important;
}
.bg-orange {
    background-color: #feae00 !important;
}
a.bg-orange:focus,
a.bg-orange:hover {
    background-color: #cb8b00 !important;
}
.bg-pink {
    background-color: #ff2f63 !important;
}
a.bg-pink:focus,
a.bg-pink:hover {
    background-color: #fb003f !important;
}
.bg-darkblack {
    background-color: #171524 !important;
}
a.bg-darkblack:focus,
a.bg-darkblack:hover {
    background-color: #020204 !important;
}
.bg-black {
    background-color: #221e33 !important;
}
a.bg-black:focus,
a.bg-black:hover {
    background-color: #0d0b13 !important;
}
.bg-realblack {
    background-color: #000 !important;
}
a.bg-realblack:focus,
a.bg-realblack:hover {
    background-color: #000 !important;
}
.bg-transparent {
    background-color: transparent;
}
.borderc-darkgrey {
    border-color: #68596e;
}
.borderc-grey {
    border-color: #afa2ba;
}
.borderc-lightgrey {
    border-color: #dfdae4;
}
.borderc-lightergrey {
    border-color: #f8f7fc;
}
.borderc-white {
    border-color: #fff;
}
.borderc-lightergreen {
    border-color: #33cf9f;
}
.borderc-lightgreen {
    border-color: #2dc495;
}
.borderc-shinegreen {
    border-color: #01dfa1;
}
.borderc-green {
    border-color: #42cda1;
}
.borderc-darkgreen {
    border-color: #369993;
}
.borderc-blue {
    border-color: #69c1ff;
}
.borderc-bluegreen {
    border-color: #3bd3d7;
}
.borderc-purple {
    border-color: #907feb;
}
.borderc-darkpurple {
    border-color: #7b61ce;
}
.borderc-tomato {
    border-color: #f45459;
}
.borderc-darktomato {
    border-color: #d44144;
}
.borderc-yellow {
    border-color: #ffd803;
}
.borderc-darkyellow {
    border-color: #e29d00;
}
.borderc-mustard {
    border-color: #feb800;
}
.borderc-orange {
    border-color: #feae00;
}
.borderc-pink {
    border-color: #ff2f63;
}
.borderc-darkblack {
    border-color: #171524;
}
.borderc-black {
    border-color: #221e33;
}
.borderc-realblack {
    border-color: #000;
}
.borderw-0 {
    border-width: 0;
}
.borderw-t-0 {
    border-top-width: 0;
}
.borderw-1 {
    border-width: 1px;
}
.borderw-t-1 {
    border-top-width: 1px;
}
.borderw-2 {
    border-width: 2px;
}
.borderw-t-2 {
    border-top-width: 2px;
}
.borderw-3 {
    border-width: 3px;
}
.borderw-t-3 {
    border-top-width: 3px;
}
.borderr-0 {
    border-radius: 0;
}
.borderr-t-0 {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.borderr-r-0 {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.borderr-b-0 {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.borderr-l-0 {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.borderr-10 {
    border-radius: 10px;
}
.borderr-t-10 {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.borderr-r-10 {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}
.borderr-b-10 {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.borderr-l-10 {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}
.borderr-15 {
    border-radius: 15px;
}
.borderr-t-15 {
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}
.borderr-r-15 {
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
}
.borderr-b-15 {
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}
.borderr-l-15 {
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
}
.borderr-20 {
    border-radius: 20px;
}
.borderr-t-20 {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}
.borderr-r-20 {
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
}
.borderr-b-20 {
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}
.borderr-l-20 {
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
}
@media (min-width: 480px) {
    .borderc-xs-darkgrey {
        border-color: #68596e;
    }
    .borderc-xs-grey {
        border-color: #afa2ba;
    }
    .borderc-xs-lightgrey {
        border-color: #dfdae4;
    }
    .borderc-xs-lightergrey {
        border-color: #f8f7fc;
    }
    .borderc-xs-white {
        border-color: #fff;
    }
    .borderc-xs-lightergreen {
        border-color: #33cf9f;
    }
    .borderc-xs-lightgreen {
        border-color: #2dc495;
    }
    .borderc-xs-shinegreen {
        border-color: #01dfa1;
    }
    .borderc-xs-green {
        border-color: #42cda1;
    }
    .borderc-xs-darkgreen {
        border-color: #369993;
    }
    .borderc-xs-blue {
        border-color: #69c1ff;
    }
    .borderc-xs-bluegreen {
        border-color: #3bd3d7;
    }
    .borderc-xs-purple {
        border-color: #907feb;
    }
    .borderc-xs-darkpurple {
        border-color: #7b61ce;
    }
    .borderc-xs-tomato {
        border-color: #f45459;
    }
    .borderc-xs-darktomato {
        border-color: #d44144;
    }
    .borderc-xs-yellow {
        border-color: #ffd803;
    }
    .borderc-xs-darkyellow {
        border-color: #e29d00;
    }
    .borderc-xs-mustard {
        border-color: #feb800;
    }
    .borderc-xs-orange {
        border-color: #feae00;
    }
    .borderc-xs-pink {
        border-color: #ff2f63;
    }
    .borderc-xs-darkblack {
        border-color: #171524;
    }
    .borderc-xs-black {
        border-color: #221e33;
    }
    .borderc-xs-realblack {
        border-color: #000;
    }
    .borderw-xs-0 {
        border-width: 0;
    }
    .borderw-t-xs-0 {
        border-top-width: 0;
    }
    .borderw-xs-1 {
        border-width: 1px;
    }
    .borderw-t-xs-1 {
        border-top-width: 1px;
    }
    .borderw-xs-2 {
        border-width: 2px;
    }
    .borderw-t-xs-2 {
        border-top-width: 2px;
    }
    .borderw-xs-3 {
        border-width: 3px;
    }
    .borderw-t-xs-3 {
        border-top-width: 3px;
    }
    .borderr-xs-0 {
        border-radius: 0;
    }
    .borderr-t-xs-0 {
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }
    .borderr-r-xs-0 {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }
    .borderr-b-xs-0 {
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
    }
    .borderr-l-xs-0 {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }
    .borderr-xs-10 {
        border-radius: 10px;
    }
    .borderr-t-xs-10 {
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
    }
    .borderr-r-xs-10 {
        border-top-right-radius: 10px;
        border-bottom-right-radius: 10px;
    }
    .borderr-b-xs-10 {
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
    }
    .borderr-l-xs-10 {
        border-top-left-radius: 10px;
        border-bottom-left-radius: 10px;
    }
    .borderr-xs-15 {
        border-radius: 15px;
    }
    .borderr-t-xs-15 {
        border-top-left-radius: 15px;
        border-top-right-radius: 15px;
    }
    .borderr-r-xs-15 {
        border-top-right-radius: 15px;
        border-bottom-right-radius: 15px;
    }
    .borderr-b-xs-15 {
        border-bottom-left-radius: 15px;
        border-bottom-right-radius: 15px;
    }
    .borderr-l-xs-15 {
        border-top-left-radius: 15px;
        border-bottom-left-radius: 15px;
    }
    .borderr-xs-20 {
        border-radius: 20px;
    }
    .borderr-t-xs-20 {
        border-top-left-radius: 20px;
        border-top-right-radius: 20px;
    }
    .borderr-r-xs-20 {
        border-top-right-radius: 20px;
        border-bottom-right-radius: 20px;
    }
    .borderr-b-xs-20 {
        border-bottom-left-radius: 20px;
        border-bottom-right-radius: 20px;
    }
    .borderr-l-xs-20 {
        border-top-left-radius: 20px;
        border-bottom-left-radius: 20px;
    }
}
@media (min-width: 769px) {
    .borderc-sm-darkgrey {
        border-color: #68596e;
    }
    .borderc-sm-grey {
        border-color: #afa2ba;
    }
    .borderc-sm-lightgrey {
        border-color: #dfdae4;
    }
    .borderc-sm-lightergrey {
        border-color: #f8f7fc;
    }
    .borderc-sm-white {
        border-color: #fff;
    }
    .borderc-sm-lightergreen {
        border-color: #33cf9f;
    }
    .borderc-sm-lightgreen {
        border-color: #2dc495;
    }
    .borderc-sm-shinegreen {
        border-color: #01dfa1;
    }
    .borderc-sm-green {
        border-color: #42cda1;
    }
    .borderc-sm-darkgreen {
        border-color: #369993;
    }
    .borderc-sm-blue {
        border-color: #69c1ff;
    }
    .borderc-sm-bluegreen {
        border-color: #3bd3d7;
    }
    .borderc-sm-purple {
        border-color: #907feb;
    }
    .borderc-sm-darkpurple {
        border-color: #7b61ce;
    }
    .borderc-sm-tomato {
        border-color: #f45459;
    }
    .borderc-sm-darktomato {
        border-color: #d44144;
    }
    .borderc-sm-yellow {
        border-color: #ffd803;
    }
    .borderc-sm-darkyellow {
        border-color: #e29d00;
    }
    .borderc-sm-mustard {
        border-color: #feb800;
    }
    .borderc-sm-orange {
        border-color: #feae00;
    }
    .borderc-sm-pink {
        border-color: #ff2f63;
    }
    .borderc-sm-darkblack {
        border-color: #171524;
    }
    .borderc-sm-black {
        border-color: #221e33;
    }
    .borderc-sm-realblack {
        border-color: #000;
    }
    .borderw-sm-0 {
        border-width: 0;
    }
    .borderw-t-sm-0 {
        border-top-width: 0;
    }
    .borderw-sm-1 {
        border-width: 1px;
    }
    .borderw-t-sm-1 {
        border-top-width: 1px;
    }
    .borderw-sm-2 {
        border-width: 2px;
    }
    .borderw-t-sm-2 {
        border-top-width: 2px;
    }
    .borderw-sm-3 {
        border-width: 3px;
    }
    .borderw-t-sm-3 {
        border-top-width: 3px;
    }
    .borderr-sm-0 {
        border-radius: 0;
    }
    .borderr-t-sm-0 {
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }
    .borderr-r-sm-0 {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }
    .borderr-b-sm-0 {
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
    }
    .borderr-l-sm-0 {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }
    .borderr-sm-10 {
        border-radius: 10px;
    }
    .borderr-t-sm-10 {
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
    }
    .borderr-r-sm-10 {
        border-top-right-radius: 10px;
        border-bottom-right-radius: 10px;
    }
    .borderr-b-sm-10 {
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
    }
    .borderr-l-sm-10 {
        border-top-left-radius: 10px;
        border-bottom-left-radius: 10px;
    }
    .borderr-sm-15 {
        border-radius: 15px;
    }
    .borderr-t-sm-15 {
        border-top-left-radius: 15px;
        border-top-right-radius: 15px;
    }
    .borderr-r-sm-15 {
        border-top-right-radius: 15px;
        border-bottom-right-radius: 15px;
    }
    .borderr-b-sm-15 {
        border-bottom-left-radius: 15px;
        border-bottom-right-radius: 15px;
    }
    .borderr-l-sm-15 {
        border-top-left-radius: 15px;
        border-bottom-left-radius: 15px;
    }
    .borderr-sm-20 {
        border-radius: 20px;
    }
    .borderr-t-sm-20 {
        border-top-left-radius: 20px;
        border-top-right-radius: 20px;
    }
    .borderr-r-sm-20 {
        border-top-right-radius: 20px;
        border-bottom-right-radius: 20px;
    }
    .borderr-b-sm-20 {
        border-bottom-left-radius: 20px;
        border-bottom-right-radius: 20px;
    }
    .borderr-l-sm-20 {
        border-top-left-radius: 20px;
        border-bottom-left-radius: 20px;
    }
}
@media (min-width: 990px) {
    .borderc-md-darkgrey {
        border-color: #68596e;
    }
    .borderc-md-grey {
        border-color: #afa2ba;
    }
    .borderc-md-lightgrey {
        border-color: #dfdae4;
    }
    .borderc-md-lightergrey {
        border-color: #f8f7fc;
    }
    .borderc-md-white {
        border-color: #fff;
    }
    .borderc-md-lightergreen {
        border-color: #33cf9f;
    }
    .borderc-md-lightgreen {
        border-color: #2dc495;
    }
    .borderc-md-shinegreen {
        border-color: #01dfa1;
    }
    .borderc-md-green {
        border-color: #42cda1;
    }
    .borderc-md-darkgreen {
        border-color: #369993;
    }
    .borderc-md-blue {
        border-color: #69c1ff;
    }
    .borderc-md-bluegreen {
        border-color: #3bd3d7;
    }
    .borderc-md-purple {
        border-color: #907feb;
    }
    .borderc-md-darkpurple {
        border-color: #7b61ce;
    }
    .borderc-md-tomato {
        border-color: #f45459;
    }
    .borderc-md-darktomato {
        border-color: #d44144;
    }
    .borderc-md-yellow {
        border-color: #ffd803;
    }
    .borderc-md-darkyellow {
        border-color: #e29d00;
    }
    .borderc-md-mustard {
        border-color: #feb800;
    }
    .borderc-md-orange {
        border-color: #feae00;
    }
    .borderc-md-pink {
        border-color: #ff2f63;
    }
    .borderc-md-darkblack {
        border-color: #171524;
    }
    .borderc-md-black {
        border-color: #221e33;
    }
    .borderc-md-realblack {
        border-color: #000;
    }
    .borderw-md-0 {
        border-width: 0;
    }
    .borderw-t-md-0 {
        border-top-width: 0;
    }
    .borderw-md-1 {
        border-width: 1px;
    }
    .borderw-t-md-1 {
        border-top-width: 1px;
    }
    .borderw-md-2 {
        border-width: 2px;
    }
    .borderw-t-md-2 {
        border-top-width: 2px;
    }
    .borderw-md-3 {
        border-width: 3px;
    }
    .borderw-t-md-3 {
        border-top-width: 3px;
    }
    .borderr-md-0 {
        border-radius: 0;
    }
    .borderr-t-md-0 {
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }
    .borderr-r-md-0 {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }
    .borderr-b-md-0 {
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
    }
    .borderr-l-md-0 {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }
    .borderr-md-10 {
        border-radius: 10px;
    }
    .borderr-t-md-10 {
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
    }
    .borderr-r-md-10 {
        border-top-right-radius: 10px;
        border-bottom-right-radius: 10px;
    }
    .borderr-b-md-10 {
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
    }
    .borderr-l-md-10 {
        border-top-left-radius: 10px;
        border-bottom-left-radius: 10px;
    }
    .borderr-md-15 {
        border-radius: 15px;
    }
    .borderr-t-md-15 {
        border-top-left-radius: 15px;
        border-top-right-radius: 15px;
    }
    .borderr-r-md-15 {
        border-top-right-radius: 15px;
        border-bottom-right-radius: 15px;
    }
    .borderr-b-md-15 {
        border-bottom-left-radius: 15px;
        border-bottom-right-radius: 15px;
    }
    .borderr-l-md-15 {
        border-top-left-radius: 15px;
        border-bottom-left-radius: 15px;
    }
    .borderr-md-20 {
        border-radius: 20px;
    }
    .borderr-t-md-20 {
        border-top-left-radius: 20px;
        border-top-right-radius: 20px;
    }
    .borderr-r-md-20 {
        border-top-right-radius: 20px;
        border-bottom-right-radius: 20px;
    }
    .borderr-b-md-20 {
        border-bottom-left-radius: 20px;
        border-bottom-right-radius: 20px;
    }
    .borderr-l-md-20 {
        border-top-left-radius: 20px;
        border-bottom-left-radius: 20px;
    }
}
@media (min-width: 1225px) {
    .borderc-lg-darkgrey {
        border-color: #68596e;
    }
    .borderc-lg-grey {
        border-color: #afa2ba;
    }
    .borderc-lg-lightgrey {
        border-color: #dfdae4;
    }
    .borderc-lg-lightergrey {
        border-color: #f8f7fc;
    }
    .borderc-lg-white {
        border-color: #fff;
    }
    .borderc-lg-lightergreen {
        border-color: #33cf9f;
    }
    .borderc-lg-lightgreen {
        border-color: #2dc495;
    }
    .borderc-lg-shinegreen {
        border-color: #01dfa1;
    }
    .borderc-lg-green {
        border-color: #42cda1;
    }
    .borderc-lg-darkgreen {
        border-color: #369993;
    }
    .borderc-lg-blue {
        border-color: #69c1ff;
    }
    .borderc-lg-bluegreen {
        border-color: #3bd3d7;
    }
    .borderc-lg-purple {
        border-color: #907feb;
    }
    .borderc-lg-darkpurple {
        border-color: #7b61ce;
    }
    .borderc-lg-tomato {
        border-color: #f45459;
    }
    .borderc-lg-darktomato {
        border-color: #d44144;
    }
    .borderc-lg-yellow {
        border-color: #ffd803;
    }
    .borderc-lg-darkyellow {
        border-color: #e29d00;
    }
    .borderc-lg-mustard {
        border-color: #feb800;
    }
    .borderc-lg-orange {
        border-color: #feae00;
    }
    .borderc-lg-pink {
        border-color: #ff2f63;
    }
    .borderc-lg-darkblack {
        border-color: #171524;
    }
    .borderc-lg-black {
        border-color: #221e33;
    }
    .borderc-lg-realblack {
        border-color: #000;
    }
    .borderw-lg-0 {
        border-width: 0;
    }
    .borderw-t-lg-0 {
        border-top-width: 0;
    }
    .borderw-lg-1 {
        border-width: 1px;
    }
    .borderw-t-lg-1 {
        border-top-width: 1px;
    }
    .borderw-lg-2 {
        border-width: 2px;
    }
    .borderw-t-lg-2 {
        border-top-width: 2px;
    }
    .borderw-lg-3 {
        border-width: 3px;
    }
    .borderw-t-lg-3 {
        border-top-width: 3px;
    }
    .borderr-lg-0 {
        border-radius: 0;
    }
    .borderr-t-lg-0 {
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }
    .borderr-r-lg-0 {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }
    .borderr-b-lg-0 {
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
    }
    .borderr-l-lg-0 {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }
    .borderr-lg-10 {
        border-radius: 10px;
    }
    .borderr-t-lg-10 {
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
    }
    .borderr-r-lg-10 {
        border-top-right-radius: 10px;
        border-bottom-right-radius: 10px;
    }
    .borderr-b-lg-10 {
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
    }
    .borderr-l-lg-10 {
        border-top-left-radius: 10px;
        border-bottom-left-radius: 10px;
    }
    .borderr-lg-15 {
        border-radius: 15px;
    }
    .borderr-t-lg-15 {
        border-top-left-radius: 15px;
        border-top-right-radius: 15px;
    }
    .borderr-r-lg-15 {
        border-top-right-radius: 15px;
        border-bottom-right-radius: 15px;
    }
    .borderr-b-lg-15 {
        border-bottom-left-radius: 15px;
        border-bottom-right-radius: 15px;
    }
    .borderr-l-lg-15 {
        border-top-left-radius: 15px;
        border-bottom-left-radius: 15px;
    }
    .borderr-lg-20 {
        border-radius: 20px;
    }
    .borderr-t-lg-20 {
        border-top-left-radius: 20px;
        border-top-right-radius: 20px;
    }
    .borderr-r-lg-20 {
        border-top-right-radius: 20px;
        border-bottom-right-radius: 20px;
    }
    .borderr-b-lg-20 {
        border-bottom-left-radius: 20px;
        border-bottom-right-radius: 20px;
    }
    .borderr-l-lg-20 {
        border-top-left-radius: 20px;
        border-bottom-left-radius: 20px;
    }
}
@media (min-width: 1460px) {
    .borderc-xl-darkgrey {
        border-color: #68596e;
    }
    .borderc-xl-grey {
        border-color: #afa2ba;
    }
    .borderc-xl-lightgrey {
        border-color: #dfdae4;
    }
    .borderc-xl-lightergrey {
        border-color: #f8f7fc;
    }
    .borderc-xl-white {
        border-color: #fff;
    }
    .borderc-xl-lightergreen {
        border-color: #33cf9f;
    }
    .borderc-xl-lightgreen {
        border-color: #2dc495;
    }
    .borderc-xl-shinegreen {
        border-color: #01dfa1;
    }
    .borderc-xl-green {
        border-color: #42cda1;
    }
    .borderc-xl-darkgreen {
        border-color: #369993;
    }
    .borderc-xl-blue {
        border-color: #69c1ff;
    }
    .borderc-xl-bluegreen {
        border-color: #3bd3d7;
    }
    .borderc-xl-purple {
        border-color: #907feb;
    }
    .borderc-xl-darkpurple {
        border-color: #7b61ce;
    }
    .borderc-xl-tomato {
        border-color: #f45459;
    }
    .borderc-xl-darktomato {
        border-color: #d44144;
    }
    .borderc-xl-yellow {
        border-color: #ffd803;
    }
    .borderc-xl-darkyellow {
        border-color: #e29d00;
    }
    .borderc-xl-mustard {
        border-color: #feb800;
    }
    .borderc-xl-orange {
        border-color: #feae00;
    }
    .borderc-xl-pink {
        border-color: #ff2f63;
    }
    .borderc-xl-darkblack {
        border-color: #171524;
    }
    .borderc-xl-black {
        border-color: #221e33;
    }
    .borderc-xl-realblack {
        border-color: #000;
    }
    .borderw-xl-0 {
        border-width: 0;
    }
    .borderw-t-xl-0 {
        border-top-width: 0;
    }
    .borderw-xl-1 {
        border-width: 1px;
    }
    .borderw-t-xl-1 {
        border-top-width: 1px;
    }
    .borderw-xl-2 {
        border-width: 2px;
    }
    .borderw-t-xl-2 {
        border-top-width: 2px;
    }
    .borderw-xl-3 {
        border-width: 3px;
    }
    .borderw-t-xl-3 {
        border-top-width: 3px;
    }
    .borderr-xl-0 {
        border-radius: 0;
    }
    .borderr-t-xl-0 {
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }
    .borderr-r-xl-0 {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }
    .borderr-b-xl-0 {
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
    }
    .borderr-l-xl-0 {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }
    .borderr-xl-10 {
        border-radius: 10px;
    }
    .borderr-t-xl-10 {
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
    }
    .borderr-r-xl-10 {
        border-top-right-radius: 10px;
        border-bottom-right-radius: 10px;
    }
    .borderr-b-xl-10 {
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
    }
    .borderr-l-xl-10 {
        border-top-left-radius: 10px;
        border-bottom-left-radius: 10px;
    }
    .borderr-xl-15 {
        border-radius: 15px;
    }
    .borderr-t-xl-15 {
        border-top-left-radius: 15px;
        border-top-right-radius: 15px;
    }
    .borderr-r-xl-15 {
        border-top-right-radius: 15px;
        border-bottom-right-radius: 15px;
    }
    .borderr-b-xl-15 {
        border-bottom-left-radius: 15px;
        border-bottom-right-radius: 15px;
    }
    .borderr-l-xl-15 {
        border-top-left-radius: 15px;
        border-bottom-left-radius: 15px;
    }
    .borderr-xl-20 {
        border-radius: 20px;
    }
    .borderr-t-xl-20 {
        border-top-left-radius: 20px;
        border-top-right-radius: 20px;
    }
    .borderr-r-xl-20 {
        border-top-right-radius: 20px;
        border-bottom-right-radius: 20px;
    }
    .borderr-b-xl-20 {
        border-bottom-left-radius: 20px;
        border-bottom-right-radius: 20px;
    }
    .borderr-l-xl-20 {
        border-top-left-radius: 20px;
        border-bottom-left-radius: 20px;
    }
}
.borders-dashed {
    border-style: dashed;
}
.borders-dotted {
    border-style: dotted;
}
.borders-solid {
    border-style: solid;
}
.borders-double {
    border-style: double;
}
.border-circle {
    border-radius: 50%;
}
.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-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: 480px) {
    .d-xs-none {
        display: none !important;
    }
    .d-xs-inline {
        display: inline !important;
    }
    .d-xs-inline-block {
        display: inline-block !important;
    }
    .d-xs-block {
        display: block !important;
    }
    .d-xs-table {
        display: table !important;
    }
    .d-xs-table-cell {
        display: table-cell !important;
    }
    .d-xs-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }
    .d-xs-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}
@media (min-width: 769px) {
    .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-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: 990px) {
    .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-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: 1225px) {
    .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-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: 1460px) {
    .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-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;
    }
}
.d-print-block {
    display: none !important;
}
@media print {
    .d-print-block {
        display: block !important;
    }
}
.d-print-inline {
    display: none !important;
}
@media print {
    .d-print-inline {
        display: inline !important;
    }
}
.d-print-inline-block {
    display: none !important;
}
@media print {
    .d-print-inline-block {
        display: inline-block !important;
    }
}
@media print {
    .d-print-none {
        display: none !important;
    }
}
.flex-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
}
.flex-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
}
.flex-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
}
.flex-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !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;
}
.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;
    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;
    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;
    align-self: stretch !important;
}
@media (min-width: 480px) {
    .flex-xs-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }
    .flex-xs-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }
    .flex-xs-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }
    .flex-xs-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }
    .flex-xs-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }
    .flex-xs-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }
    .flex-xs-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }
    .justify-content-xs-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }
    .justify-content-xs-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }
    .justify-content-xs-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }
    .justify-content-xs-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }
    .justify-content-xs-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }
    .align-items-xs-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }
    .align-items-xs-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }
    .align-items-xs-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important;
    }
    .align-items-xs-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }
    .align-items-xs-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }
    .align-content-xs-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }
    .align-content-xs-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }
    .align-content-xs-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }
    .align-content-xs-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }
    .align-content-xs-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }
    .align-content-xs-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }
    .align-self-xs-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important;
    }
    .align-self-xs-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }
    .align-self-xs-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }
    .align-self-xs-center {
        -ms-flex-item-align: center !important;
        align-self: center !important;
    }
    .align-self-xs-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }
    .align-self-xs-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
    }
}
@media (min-width: 769px) {
    .flex-sm-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }
    .flex-sm-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !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;
    }
    .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;
        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;
        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;
        align-self: stretch !important;
    }
}
@media (min-width: 990px) {
    .flex-md-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }
    .flex-md-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !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;
    }
    .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;
        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;
        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;
        align-self: stretch !important;
    }
}
@media (min-width: 1225px) {
    .flex-lg-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }
    .flex-lg-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !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;
    }
    .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;
        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;
        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;
        align-self: stretch !important;
    }
}
@media (min-width: 1460px) {
    .flex-xl-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }
    .flex-xl-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !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;
    }
    .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;
        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;
        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;
        align-self: stretch !important;
    }
}
.float-left {
    float: left !important;
}
.float-right {
    float: right !important;
}
.float-none {
    float: none !important;
}
@media (min-width: 480px) {
    .float-xs-left {
        float: left !important;
    }
    .float-xs-right {
        float: right !important;
    }
    .float-xs-none {
        float: none !important;
    }
}
@media (min-width: 769px) {
    .float-sm-left {
        float: left !important;
    }
    .float-sm-right {
        float: right !important;
    }
    .float-sm-none {
        float: none !important;
    }
}
@media (min-width: 990px) {
    .float-md-left {
        float: left !important;
    }
    .float-md-right {
        float: right !important;
    }
    .float-md-none {
        float: none !important;
    }
}
@media (min-width: 1225px) {
    .float-lg-left {
        float: left !important;
    }
    .float-lg-right {
        float: right !important;
    }
    .float-lg-none {
        float: none !important;
    }
}
@media (min-width: 1460px) {
    .float-xl-left {
        float: left !important;
    }
    .float-xl-right {
        float: right !important;
    }
    .float-xl-none {
        float: none !important;
    }
}
.fsize-65 {
    font-size: 65px;
}
.fsize-45 {
    font-size: 45px;
}
.fsize-35 {
    font-size: 35px;
}
.fsize-30 {
    font-size: 30px;
}
.fsize-26 {
    font-size: 26px;
}
.fsize-24 {
    font-size: 24px;
}
.fsize-22 {
    font-size: 22px;
}
.fsize-20 {
    font-size: 20px;
}
.fsize-16 {
    font-size: 16px;
}
.fsize-18 {
    font-size: 18px;
}
.fsize-15 {
    font-size: 15px;
}
.fsize-14 {
    font-size: 14px;
}
.fsize-13 {
    font-size: 13px;
}
.fsize-12 {
    font-size: 12px;
}
.fsize-11 {
    font-size: 11px;
}
.fsize-10 {
    font-size: 10px;
}
.fsize-7 {
    font-size: 7px;
}
@media (min-width: 480px) {
    .fsize-xs-65 {
        font-size: 65px;
    }
    .fsize-xs-45 {
        font-size: 45px;
    }
    .fsize-xs-35 {
        font-size: 35px;
    }
    .fsize-xs-30 {
        font-size: 30px;
    }
    .fsize-xs-26 {
        font-size: 26px;
    }
    .fsize-xs-24 {
        font-size: 24px;
    }
    .fsize-xs-22 {
        font-size: 22px;
    }
    .fsize-xs-20 {
        font-size: 20px;
    }
    .fsize-xs-16 {
        font-size: 16px;
    }
    .fsize-xs-18 {
        font-size: 18px;
    }
    .fsize-xs-15 {
        font-size: 15px;
    }
    .fsize-xs-14 {
        font-size: 14px;
    }
    .fsize-xs-13 {
        font-size: 13px;
    }
    .fsize-xs-12 {
        font-size: 12px;
    }
    .fsize-xs-11 {
        font-size: 11px;
    }
    .fsize-xs-10 {
        font-size: 10px;
    }
    .fsize-xs-7 {
        font-size: 7px;
    }
}
@media (min-width: 769px) {
    .fsize-sm-65 {
        font-size: 65px;
    }
    .fsize-sm-45 {
        font-size: 45px;
    }
    .fsize-sm-35 {
        font-size: 35px;
    }
    .fsize-sm-30 {
        font-size: 30px;
    }
    .fsize-sm-26 {
        font-size: 26px;
    }
    .fsize-sm-24 {
        font-size: 24px;
    }
    .fsize-sm-22 {
        font-size: 22px;
    }
    .fsize-sm-20 {
        font-size: 20px;
    }
    .fsize-sm-16 {
        font-size: 16px;
    }
    .fsize-sm-18 {
        font-size: 18px;
    }
    .fsize-sm-15 {
        font-size: 15px;
    }
    .fsize-sm-14 {
        font-size: 14px;
    }
    .fsize-sm-13 {
        font-size: 13px;
    }
    .fsize-sm-12 {
        font-size: 12px;
    }
    .fsize-sm-11 {
        font-size: 11px;
    }
    .fsize-sm-10 {
        font-size: 10px;
    }
    .fsize-sm-7 {
        font-size: 7px;
    }
}
@media (min-width: 990px) {
    .fsize-md-65 {
        font-size: 65px;
    }
    .fsize-md-45 {
        font-size: 45px;
    }
    .fsize-md-35 {
        font-size: 35px;
    }
    .fsize-md-30 {
        font-size: 30px;
    }
    .fsize-md-26 {
        font-size: 26px;
    }
    .fsize-md-24 {
        font-size: 24px;
    }
    .fsize-md-22 {
        font-size: 22px;
    }
    .fsize-md-20 {
        font-size: 20px;
    }
    .fsize-md-16 {
        font-size: 16px;
    }
    .fsize-md-18 {
        font-size: 18px;
    }
    .fsize-md-15 {
        font-size: 15px;
    }
    .fsize-md-14 {
        font-size: 14px;
    }
    .fsize-md-13 {
        font-size: 13px;
    }
    .fsize-md-12 {
        font-size: 12px;
    }
    .fsize-md-11 {
        font-size: 11px;
    }
    .fsize-md-10 {
        font-size: 10px;
    }
    .fsize-md-7 {
        font-size: 7px;
    }
}
@media (min-width: 1225px) {
    .fsize-lg-65 {
        font-size: 65px;
    }
    .fsize-lg-45 {
        font-size: 45px;
    }
    .fsize-lg-35 {
        font-size: 35px;
    }
    .fsize-lg-30 {
        font-size: 30px;
    }
    .fsize-lg-26 {
        font-size: 26px;
    }
    .fsize-lg-24 {
        font-size: 24px;
    }
    .fsize-lg-22 {
        font-size: 22px;
    }
    .fsize-lg-20 {
        font-size: 20px;
    }
    .fsize-lg-16 {
        font-size: 16px;
    }
    .fsize-lg-18 {
        font-size: 18px;
    }
    .fsize-lg-15 {
        font-size: 15px;
    }
    .fsize-lg-14 {
        font-size: 14px;
    }
    .fsize-lg-13 {
        font-size: 13px;
    }
    .fsize-lg-12 {
        font-size: 12px;
    }
    .fsize-lg-11 {
        font-size: 11px;
    }
    .fsize-lg-10 {
        font-size: 10px;
    }
    .fsize-lg-7 {
        font-size: 7px;
    }
}
@media (min-width: 1460px) {
    .fsize-xl-65 {
        font-size: 65px;
    }
    .fsize-xl-45 {
        font-size: 45px;
    }
    .fsize-xl-35 {
        font-size: 35px;
    }
    .fsize-xl-30 {
        font-size: 30px;
    }
    .fsize-xl-26 {
        font-size: 26px;
    }
    .fsize-xl-24 {
        font-size: 24px;
    }
    .fsize-xl-22 {
        font-size: 22px;
    }
    .fsize-xl-20 {
        font-size: 20px;
    }
    .fsize-xl-16 {
        font-size: 16px;
    }
    .fsize-xl-18 {
        font-size: 18px;
    }
    .fsize-xl-15 {
        font-size: 15px;
    }
    .fsize-xl-14 {
        font-size: 14px;
    }
    .fsize-xl-13 {
        font-size: 13px;
    }
    .fsize-xl-12 {
        font-size: 12px;
    }
    .fsize-xl-11 {
        font-size: 11px;
    }
    .fsize-xl-10 {
        font-size: 10px;
    }
    .fsize-xl-7 {
        font-size: 7px;
    }
}
.pos-relative {
    position: relative;
}
.pos-absolute {
    position: absolute;
}
.pos-fixed {
    position: fixed;
}
.pos-sticky {
    position: -webkit-sticky;
    position: sticky;
}
.pos-top {
    top: 0;
}
.pos-left {
    left: 0;
}
.pos-right {
    right: 0;
}
.pos-bottom {
    bottom: 0;
}
.overflow-hidden {
    overflow: hidden;
}
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    overflow: visible;
    clip: auto;
    white-space: normal;
    -webkit-clip-path: none;
    clip-path: none;
}
.w-25 {
    width: 25%;
}
.w-50 {
    width: 50%;
}
.w-75 {
    width: 75%;
}
.w-100 {
    width: 100%;
}
.h-25 {
    height: 25%;
}
.h-50 {
    height: 50%;
}
.h-75 {
    height: 75%;
}
.h-100 {
    height: 100%;
}
.mw-100 {
    max-width: 100%;
}
.mh-100 {
    max-height: 100%;
}
.m-100 {
    margin: 100px;
}
.mt-100 {
    margin-top: 100px;
}
.mr-100 {
    margin-right: 100px;
}
.mb-100 {
    margin-bottom: 100px;
}
.ml-100 {
    margin-left: 100px;
}
.mx-100 {
    margin-right: 100px;
    margin-left: 100px;
}
.my-100 {
    margin-top: 100px;
    margin-bottom: 100px;
}
.m-90 {
    margin: 90px;
}
.mt-90 {
    margin-top: 90px;
}
.mr-90 {
    margin-right: 90px;
}
.mb-90 {
    margin-bottom: 90px;
}
.ml-90 {
    margin-left: 90px;
}
.mx-90 {
    margin-right: 90px;
    margin-left: 90px;
}
.my-90 {
    margin-top: 90px;
    margin-bottom: 90px;
}
.m-85 {
    margin: 85px;
}
.mt-85 {
    margin-top: 85px;
}
.mr-85 {
    margin-right: 85px;
}
.mb-85 {
    margin-bottom: 85px;
}
.ml-85 {
    margin-left: 85px;
}
.mx-85 {
    margin-right: 85px;
    margin-left: 85px;
}
.my-85 {
    margin-top: 85px;
    margin-bottom: 85px;
}
.m-80 {
    margin: 80px;
}
.mt-80 {
    margin-top: 80px;
}
.mr-80 {
    margin-right: 80px;
}
.mb-80 {
    margin-bottom: 80px;
}
.ml-80 {
    margin-left: 80px;
}
.mx-80 {
    margin-right: 80px;
    margin-left: 80px;
}
.my-80 {
    margin-top: 80px;
    margin-bottom: 80px;
}
.m-70 {
    margin: 70px;
}
.mt-70 {
    margin-top: 70px;
}
.mr-70 {
    margin-right: 70px;
}
.mb-70 {
    margin-bottom: 70px;
}
.ml-70 {
    margin-left: 70px;
}
.mx-70 {
    margin-right: 70px;
    margin-left: 70px;
}
.my-70 {
    margin-top: 70px;
    margin-bottom: 70px;
}
.m-65 {
    margin: 65px;
}
.mt-65 {
    margin-top: 65px;
}
.mr-65 {
    margin-right: 65px;
}
.mb-65 {
    margin-bottom: 65px;
}
.ml-65 {
    margin-left: 65px;
}
.mx-65 {
    margin-right: 65px;
    margin-left: 65px;
}
.my-65 {
    margin-top: 65px;
    margin-bottom: 65px;
}
.m-60 {
    margin: 60px;
}
.mt-60 {
    margin-top: 60px;
}
.mr-60 {
    margin-right: 60px;
}
.mb-60 {
    margin-bottom: 60px;
}
.ml-60 {
    margin-left: 60px;
}
.mx-60 {
    margin-right: 60px;
    margin-left: 60px;
}
.my-60 {
    margin-top: 60px;
    margin-bottom: 60px;
}
.m-50 {
    margin: 50px;
}
.mt-50 {
    margin-top: 50px;
}
.mr-50 {
    margin-right: 50px;
}
.mb-50 {
    margin-bottom: 50px;
}
.ml-50 {
    margin-left: 50px;
}
.mx-50 {
    margin-right: 50px;
    margin-left: 50px;
}
.my-50 {
    margin-top: 50px;
    margin-bottom: 50px;
}
.m-40 {
    margin: 40px;
}
.mt-40 {
    margin-top: 40px;
}
.mr-40 {
    margin-right: 40px;
}
.mb-40 {
    margin-bottom: 40px;
}
.ml-40 {
    margin-left: 40px;
}
.mx-40 {
    margin-right: 40px;
    margin-left: 40px;
}
.my-40 {
    margin-top: 40px;
    margin-bottom: 40px;
}
.m-35 {
    margin: 35px;
}
.mt-35 {
    margin-top: 35px;
}
.mr-35 {
    margin-right: 35px;
}
.mb-35 {
    margin-bottom: 35px;
}
.ml-35 {
    margin-left: 35px;
}
.mx-35 {
    margin-right: 35px;
    margin-left: 35px;
}
.my-35 {
    margin-top: 35px;
    margin-bottom: 35px;
}
.m-30 {
    margin: 30px;
}
.mt-30 {
    margin-top: 30px;
}
.mr-30 {
    margin-right: 30px;
}
.mb-30 {
    margin-bottom: 30px;
}
.ml-30 {
    margin-left: 30px;
}
.mx-30 {
    margin-right: 30px;
    margin-left: 30px;
}
.my-30 {
    margin-top: 30px;
    margin-bottom: 30px;
}
.m-20 {
    margin: 20px;
}
.mt-20 {
    margin-top: 20px;
}
.mr-20 {
    margin-right: 20px;
}
.mb-20 {
    margin-bottom: 20px;
}
.ml-20 {
    margin-left: 20px;
}
.mx-20 {
    margin-right: 20px;
    margin-left: 20px;
}
.my-20 {
    margin-top: 20px;
    margin-bottom: 20px;
}
.m-15 {
    margin: 15px;
}
.mt-15 {
    margin-top: 15px;
}
.mr-15 {
    margin-right: 15px;
}
.mb-15 {
    margin-bottom: 15px;
}
.ml-15 {
    margin-left: 15px;
}
.mx-15 {
    margin-right: 15px;
    margin-left: 15px;
}
.my-15 {
    margin-top: 15px;
    margin-bottom: 15px;
}
.m-10 {
    margin: 10px;
}
.mt-10 {
    margin-top: 10px;
}
.mr-10 {
    margin-right: 10px;
}
.mb-10 {
    margin-bottom: 10px;
}
.ml-10 {
    margin-left: 10px;
}
.mx-10 {
    margin-right: 10px;
    margin-left: 10px;
}
.my-10 {
    margin-top: 10px;
    margin-bottom: 10px;
}
.m-5 {
    margin: 5px;
}
.mt-5 {
    margin-top: 5px;
}
.mr-5 {
    margin-right: 5px;
}
.mb-5 {
    margin-bottom: 5px;
}
.ml-5 {
    margin-left: 5px;
}
.mx-5 {
    margin-right: 5px;
    margin-left: 5px;
}
.my-5 {
    margin-top: 5px;
    margin-bottom: 5px;
}
.m-0 {
    margin: 0;
}
.mt-0 {
    margin-top: 0;
}
.mr-0 {
    margin-right: 0;
}
.mb-0 {
    margin-bottom: 0;
}
.ml-0 {
    margin-left: 0;
}
.mx-0 {
    margin-right: 0;
    margin-left: 0;
}
.my-0 {
    margin-top: 0;
    margin-bottom: 0;
}
.p-100 {
    padding: 100px;
}
.pt-100 {
    padding-top: 100px;
}
.pr-100 {
    padding-right: 100px;
}
.pb-100 {
    padding-bottom: 100px;
}
.pl-100 {
    padding-left: 100px;
}
.px-100 {
    padding-right: 100px;
    padding-left: 100px;
}
.py-100 {
    padding-top: 100px;
    padding-bottom: 100px;
}
.p-90 {
    padding: 90px;
}
.pt-90 {
    padding-top: 90px;
}
.pr-90 {
    padding-right: 90px;
}
.pb-90 {
    padding-bottom: 90px;
}
.pl-90 {
    padding-left: 90px;
}
.px-90 {
    padding-right: 90px;
    padding-left: 90px;
}
.py-90 {
    padding-top: 90px;
    padding-bottom: 90px;
}
.p-85 {
    padding: 85px;
}
.pt-85 {
    padding-top: 85px;
}
.pr-85 {
    padding-right: 85px;
}
.pb-85 {
    padding-bottom: 85px;
}
.pl-85 {
    padding-left: 85px;
}
.px-85 {
    padding-right: 85px;
    padding-left: 85px;
}
.py-85 {
    padding-top: 85px;
    padding-bottom: 85px;
}
.p-80 {
    padding: 80px;
}
.pt-80 {
    padding-top: 80px;
}
.pr-80 {
    padding-right: 80px;
}
.pb-80 {
    padding-bottom: 80px;
}
.pl-80 {
    padding-left: 80px;
}
.px-80 {
    padding-right: 80px;
    padding-left: 80px;
}
.py-80 {
    padding-top: 80px;
    padding-bottom: 80px;
}
.p-70 {
    padding: 70px;
}
.pt-70 {
    padding-top: 70px;
}
.pr-70 {
    padding-right: 70px;
}
.pb-70 {
    padding-bottom: 70px;
}
.pl-70 {
    padding-left: 70px;
}
.px-70 {
    padding-right: 70px;
    padding-left: 70px;
}
.py-70 {
    padding-top: 70px;
    padding-bottom: 70px;
}
.p-65 {
    padding: 65px;
}
.pt-65 {
    padding-top: 65px;
}
.pr-65 {
    padding-right: 65px;
}
.pb-65 {
    padding-bottom: 65px;
}
.pl-65 {
    padding-left: 65px;
}
.px-65 {
    padding-right: 65px;
    padding-left: 65px;
}
.py-65 {
    padding-top: 65px;
    padding-bottom: 65px;
}
.p-60 {
    padding: 60px;
}
.pt-60 {
    padding-top: 60px;
}
.pr-60 {
    padding-right: 60px;
}
.pb-60 {
    padding-bottom: 60px;
}
.pl-60 {
    padding-left: 60px;
}
.px-60 {
    padding-right: 60px;
    padding-left: 60px;
}
.py-60 {
    padding-top: 60px;
    padding-bottom: 60px;
}
.p-50 {
    padding: 50px;
}
.pt-50 {
    padding-top: 50px;
}
.pr-50 {
    padding-right: 50px;
}
.pb-50 {
    padding-bottom: 50px;
}
.pl-50 {
    padding-left: 50px;
}
.px-50 {
    padding-right: 50px;
    padding-left: 50px;
}
.py-50 {
    padding-top: 50px;
    padding-bottom: 50px;
}
.p-40 {
    padding: 40px;
}
.pt-40 {
    padding-top: 40px;
}
.pr-40 {
    padding-right: 40px;
}
.pb-40 {
    padding-bottom: 40px;
}
.pl-40 {
    padding-left: 40px;
}
.px-40 {
    padding-right: 40px;
    padding-left: 40px;
}
.py-40 {
    padding-top: 40px;
    padding-bottom: 40px;
}
.p-35 {
    padding: 35px;
}
.pt-35 {
    padding-top: 35px;
}
.pr-35 {
    padding-right: 35px;
}
.pb-35 {
    padding-bottom: 35px;
}
.pl-35 {
    padding-left: 35px;
}
.px-35 {
    padding-right: 35px;
    padding-left: 35px;
}
.py-35 {
    padding-top: 35px;
    padding-bottom: 35px;
}
.p-30 {
    padding: 30px;
}
.pt-30 {
    padding-top: 30px;
}
.pr-30 {
    padding-right: 30px;
}
.pb-30 {
    padding-bottom: 30px;
}
.pl-30 {
    padding-left: 30px;
}
.px-30 {
    padding-right: 30px;
    padding-left: 30px;
}
.py-30 {
    padding-top: 30px;
    padding-bottom: 30px;
}
.p-20 {
    padding: 20px;
}
.pt-20 {
    padding-top: 20px;
}
.pr-20 {
    padding-right: 20px;
}
.pb-20 {
    padding-bottom: 20px;
}
.pl-20 {
    padding-left: 20px;
}
.px-20 {
    padding-right: 20px;
    padding-left: 20px;
}
.py-20 {
    padding-top: 20px;
    padding-bottom: 20px;
}
.p-15 {
    padding: 15px;
}
.pt-15 {
    padding-top: 15px;
}
.pr-15 {
    padding-right: 15px;
}
.pb-15 {
    padding-bottom: 15px;
}
.pl-15 {
    padding-left: 15px;
}
.px-15 {
    padding-right: 15px;
    padding-left: 15px;
}
.py-15 {
    padding-top: 15px;
    padding-bottom: 15px;
}
.p-10 {
    padding: 10px;
}
.pt-10 {
    padding-top: 10px;
}
.pr-10 {
    padding-right: 10px;
}
.pb-10 {
    padding-bottom: 10px;
}
.pl-10 {
    padding-left: 10px;
}
.px-10 {
    padding-right: 10px;
    padding-left: 10px;
}
.py-10 {
    padding-top: 10px;
    padding-bottom: 10px;
}
.p-5 {
    padding: 5px;
}
.pt-5 {
    padding-top: 5px;
}
.pr-5 {
    padding-right: 5px;
}
.pb-5 {
    padding-bottom: 5px;
}
.pl-5 {
    padding-left: 5px;
}
.px-5 {
    padding-right: 5px;
    padding-left: 5px;
}
.py-5 {
    padding-top: 5px;
    padding-bottom: 5px;
}
.p-0 {
    padding: 0;
}
.pt-0 {
    padding-top: 0;
}
.pr-0 {
    padding-right: 0;
}
.pb-0 {
    padding-bottom: 0;
}
.pl-0 {
    padding-left: 0;
}
.px-0 {
    padding-right: 0;
    padding-left: 0;
}
.py-0 {
    padding-top: 0;
    padding-bottom: 0;
}
.m-auto {
    margin: auto;
}
.mt-auto {
    margin-top: auto;
}
.mr-auto {
    margin-right: auto;
}
.mb-auto {
    margin-bottom: auto;
}
.ml-auto {
    margin-left: auto;
}
.mx-auto {
    margin-right: auto;
    margin-left: auto;
}
.my-auto {
    margin-top: auto;
    margin-bottom: auto;
}
@media (min-width: 480px) {
    .m-xs-100 {
        margin: 100px;
    }
    .mt-xs-100 {
        margin-top: 100px;
    }
    .mr-xs-100 {
        margin-right: 100px;
    }
    .mb-xs-100 {
        margin-bottom: 100px;
    }
    .ml-xs-100 {
        margin-left: 100px;
    }
    .mx-xs-100 {
        margin-right: 100px;
        margin-left: 100px;
    }
    .my-xs-100 {
        margin-top: 100px;
        margin-bottom: 100px;
    }
    .m-xs-90 {
        margin: 90px;
    }
    .mt-xs-90 {
        margin-top: 90px;
    }
    .mr-xs-90 {
        margin-right: 90px;
    }
    .mb-xs-90 {
        margin-bottom: 90px;
    }
    .ml-xs-90 {
        margin-left: 90px;
    }
    .mx-xs-90 {
        margin-right: 90px;
        margin-left: 90px;
    }
    .my-xs-90 {
        margin-top: 90px;
        margin-bottom: 90px;
    }
    .m-xs-85 {
        margin: 85px;
    }
    .mt-xs-85 {
        margin-top: 85px;
    }
    .mr-xs-85 {
        margin-right: 85px;
    }
    .mb-xs-85 {
        margin-bottom: 85px;
    }
    .ml-xs-85 {
        margin-left: 85px;
    }
    .mx-xs-85 {
        margin-right: 85px;
        margin-left: 85px;
    }
    .my-xs-85 {
        margin-top: 85px;
        margin-bottom: 85px;
    }
    .m-xs-80 {
        margin: 80px;
    }
    .mt-xs-80 {
        margin-top: 80px;
    }
    .mr-xs-80 {
        margin-right: 80px;
    }
    .mb-xs-80 {
        margin-bottom: 80px;
    }
    .ml-xs-80 {
        margin-left: 80px;
    }
    .mx-xs-80 {
        margin-right: 80px;
        margin-left: 80px;
    }
    .my-xs-80 {
        margin-top: 80px;
        margin-bottom: 80px;
    }
    .m-xs-70 {
        margin: 70px;
    }
    .mt-xs-70 {
        margin-top: 70px;
    }
    .mr-xs-70 {
        margin-right: 70px;
    }
    .mb-xs-70 {
        margin-bottom: 70px;
    }
    .ml-xs-70 {
        margin-left: 70px;
    }
    .mx-xs-70 {
        margin-right: 70px;
        margin-left: 70px;
    }
    .my-xs-70 {
        margin-top: 70px;
        margin-bottom: 70px;
    }
    .m-xs-65 {
        margin: 65px;
    }
    .mt-xs-65 {
        margin-top: 65px;
    }
    .mr-xs-65 {
        margin-right: 65px;
    }
    .mb-xs-65 {
        margin-bottom: 65px;
    }
    .ml-xs-65 {
        margin-left: 65px;
    }
    .mx-xs-65 {
        margin-right: 65px;
        margin-left: 65px;
    }
    .my-xs-65 {
        margin-top: 65px;
        margin-bottom: 65px;
    }
    .m-xs-60 {
        margin: 60px;
    }
    .mt-xs-60 {
        margin-top: 60px;
    }
    .mr-xs-60 {
        margin-right: 60px;
    }
    .mb-xs-60 {
        margin-bottom: 60px;
    }
    .ml-xs-60 {
        margin-left: 60px;
    }
    .mx-xs-60 {
        margin-right: 60px;
        margin-left: 60px;
    }
    .my-xs-60 {
        margin-top: 60px;
        margin-bottom: 60px;
    }
    .m-xs-50 {
        margin: 50px;
    }
    .mt-xs-50 {
        margin-top: 50px;
    }
    .mr-xs-50 {
        margin-right: 50px;
    }
    .mb-xs-50 {
        margin-bottom: 50px;
    }
    .ml-xs-50 {
        margin-left: 50px;
    }
    .mx-xs-50 {
        margin-right: 50px;
        margin-left: 50px;
    }
    .my-xs-50 {
        margin-top: 50px;
        margin-bottom: 50px;
    }
    .m-xs-40 {
        margin: 40px;
    }
    .mt-xs-40 {
        margin-top: 40px;
    }
    .mr-xs-40 {
        margin-right: 40px;
    }
    .mb-xs-40 {
        margin-bottom: 40px;
    }
    .ml-xs-40 {
        margin-left: 40px;
    }
    .mx-xs-40 {
        margin-right: 40px;
        margin-left: 40px;
    }
    .my-xs-40 {
        margin-top: 40px;
        margin-bottom: 40px;
    }
    .m-xs-35 {
        margin: 35px;
    }
    .mt-xs-35 {
        margin-top: 35px;
    }
    .mr-xs-35 {
        margin-right: 35px;
    }
    .mb-xs-35 {
        margin-bottom: 35px;
    }
    .ml-xs-35 {
        margin-left: 35px;
    }
    .mx-xs-35 {
        margin-right: 35px;
        margin-left: 35px;
    }
    .my-xs-35 {
        margin-top: 35px;
        margin-bottom: 35px;
    }
    .m-xs-30 {
        margin: 30px;
    }
    .mt-xs-30 {
        margin-top: 30px;
    }
    .mr-xs-30 {
        margin-right: 30px;
    }
    .mb-xs-30 {
        margin-bottom: 30px;
    }
    .ml-xs-30 {
        margin-left: 30px;
    }
    .mx-xs-30 {
        margin-right: 30px;
        margin-left: 30px;
    }
    .my-xs-30 {
        margin-top: 30px;
        margin-bottom: 30px;
    }
    .m-xs-20 {
        margin: 20px;
    }
    .mt-xs-20 {
        margin-top: 20px;
    }
    .mr-xs-20 {
        margin-right: 20px;
    }
    .mb-xs-20 {
        margin-bottom: 20px;
    }
    .ml-xs-20 {
        margin-left: 20px;
    }
    .mx-xs-20 {
        margin-right: 20px;
        margin-left: 20px;
    }
    .my-xs-20 {
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .m-xs-15 {
        margin: 15px;
    }
    .mt-xs-15 {
        margin-top: 15px;
    }
    .mr-xs-15 {
        margin-right: 15px;
    }
    .mb-xs-15 {
        margin-bottom: 15px;
    }
    .ml-xs-15 {
        margin-left: 15px;
    }
    .mx-xs-15 {
        margin-right: 15px;
        margin-left: 15px;
    }
    .my-xs-15 {
        margin-top: 15px;
        margin-bottom: 15px;
    }
    .m-xs-10 {
        margin: 10px;
    }
    .mt-xs-10 {
        margin-top: 10px;
    }
    .mr-xs-10 {
        margin-right: 10px;
    }
    .mb-xs-10 {
        margin-bottom: 10px;
    }
    .ml-xs-10 {
        margin-left: 10px;
    }
    .mx-xs-10 {
        margin-right: 10px;
        margin-left: 10px;
    }
    .my-xs-10 {
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .m-xs-5 {
        margin: 5px;
    }
    .mt-xs-5 {
        margin-top: 5px;
    }
    .mr-xs-5 {
        margin-right: 5px;
    }
    .mb-xs-5 {
        margin-bottom: 5px;
    }
    .ml-xs-5 {
        margin-left: 5px;
    }
    .mx-xs-5 {
        margin-right: 5px;
        margin-left: 5px;
    }
    .my-xs-5 {
        margin-top: 5px;
        margin-bottom: 5px;
    }
    .m-xs-0 {
        margin: 0;
    }
    .mt-xs-0 {
        margin-top: 0;
    }
    .mr-xs-0 {
        margin-right: 0;
    }
    .mb-xs-0 {
        margin-bottom: 0;
    }
    .ml-xs-0 {
        margin-left: 0;
    }
    .mx-xs-0 {
        margin-right: 0;
        margin-left: 0;
    }
    .my-xs-0 {
        margin-top: 0;
        margin-bottom: 0;
    }
    .p-xs-100 {
        padding: 100px;
    }
    .pt-xs-100 {
        padding-top: 100px;
    }
    .pr-xs-100 {
        padding-right: 100px;
    }
    .pb-xs-100 {
        padding-bottom: 100px;
    }
    .pl-xs-100 {
        padding-left: 100px;
    }
    .px-xs-100 {
        padding-right: 100px;
        padding-left: 100px;
    }
    .py-xs-100 {
        padding-top: 100px;
        padding-bottom: 100px;
    }
    .p-xs-90 {
        padding: 90px;
    }
    .pt-xs-90 {
        padding-top: 90px;
    }
    .pr-xs-90 {
        padding-right: 90px;
    }
    .pb-xs-90 {
        padding-bottom: 90px;
    }
    .pl-xs-90 {
        padding-left: 90px;
    }
    .px-xs-90 {
        padding-right: 90px;
        padding-left: 90px;
    }
    .py-xs-90 {
        padding-top: 90px;
        padding-bottom: 90px;
    }
    .p-xs-85 {
        padding: 85px;
    }
    .pt-xs-85 {
        padding-top: 85px;
    }
    .pr-xs-85 {
        padding-right: 85px;
    }
    .pb-xs-85 {
        padding-bottom: 85px;
    }
    .pl-xs-85 {
        padding-left: 85px;
    }
    .px-xs-85 {
        padding-right: 85px;
        padding-left: 85px;
    }
    .py-xs-85 {
        padding-top: 85px;
        padding-bottom: 85px;
    }
    .p-xs-80 {
        padding: 80px;
    }
    .pt-xs-80 {
        padding-top: 80px;
    }
    .pr-xs-80 {
        padding-right: 80px;
    }
    .pb-xs-80 {
        padding-bottom: 80px;
    }
    .pl-xs-80 {
        padding-left: 80px;
    }
    .px-xs-80 {
        padding-right: 80px;
        padding-left: 80px;
    }
    .py-xs-80 {
        padding-top: 80px;
        padding-bottom: 80px;
    }
    .p-xs-70 {
        padding: 70px;
    }
    .pt-xs-70 {
        padding-top: 70px;
    }
    .pr-xs-70 {
        padding-right: 70px;
    }
    .pb-xs-70 {
        padding-bottom: 70px;
    }
    .pl-xs-70 {
        padding-left: 70px;
    }
    .px-xs-70 {
        padding-right: 70px;
        padding-left: 70px;
    }
    .py-xs-70 {
        padding-top: 70px;
        padding-bottom: 70px;
    }
    .p-xs-65 {
        padding: 65px;
    }
    .pt-xs-65 {
        padding-top: 65px;
    }
    .pr-xs-65 {
        padding-right: 65px;
    }
    .pb-xs-65 {
        padding-bottom: 65px;
    }
    .pl-xs-65 {
        padding-left: 65px;
    }
    .px-xs-65 {
        padding-right: 65px;
        padding-left: 65px;
    }
    .py-xs-65 {
        padding-top: 65px;
        padding-bottom: 65px;
    }
    .p-xs-60 {
        padding: 60px;
    }
    .pt-xs-60 {
        padding-top: 60px;
    }
    .pr-xs-60 {
        padding-right: 60px;
    }
    .pb-xs-60 {
        padding-bottom: 60px;
    }
    .pl-xs-60 {
        padding-left: 60px;
    }
    .px-xs-60 {
        padding-right: 60px;
        padding-left: 60px;
    }
    .py-xs-60 {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .p-xs-50 {
        padding: 50px;
    }
    .pt-xs-50 {
        padding-top: 50px;
    }
    .pr-xs-50 {
        padding-right: 50px;
    }
    .pb-xs-50 {
        padding-bottom: 50px;
    }
    .pl-xs-50 {
        padding-left: 50px;
    }
    .px-xs-50 {
        padding-right: 50px;
        padding-left: 50px;
    }
    .py-xs-50 {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .p-xs-40 {
        padding: 40px;
    }
    .pt-xs-40 {
        padding-top: 40px;
    }
    .pr-xs-40 {
        padding-right: 40px;
    }
    .pb-xs-40 {
        padding-bottom: 40px;
    }
    .pl-xs-40 {
        padding-left: 40px;
    }
    .px-xs-40 {
        padding-right: 40px;
        padding-left: 40px;
    }
    .py-xs-40 {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .p-xs-35 {
        padding: 35px;
    }
    .pt-xs-35 {
        padding-top: 35px;
    }
    .pr-xs-35 {
        padding-right: 35px;
    }
    .pb-xs-35 {
        padding-bottom: 35px;
    }
    .pl-xs-35 {
        padding-left: 35px;
    }
    .px-xs-35 {
        padding-right: 35px;
        padding-left: 35px;
    }
    .py-xs-35 {
        padding-top: 35px;
        padding-bottom: 35px;
    }
    .p-xs-30 {
        padding: 30px;
    }
    .pt-xs-30 {
        padding-top: 30px;
    }
    .pr-xs-30 {
        padding-right: 30px;
    }
    .pb-xs-30 {
        padding-bottom: 30px;
    }
    .pl-xs-30 {
        padding-left: 30px;
    }
    .px-xs-30 {
        padding-right: 30px;
        padding-left: 30px;
    }
    .py-xs-30 {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .p-xs-20 {
        padding: 20px;
    }
    .pt-xs-20 {
        padding-top: 20px;
    }
    .pr-xs-20 {
        padding-right: 20px;
    }
    .pb-xs-20 {
        padding-bottom: 20px;
    }
    .pl-xs-20 {
        padding-left: 20px;
    }
    .px-xs-20 {
        padding-right: 20px;
        padding-left: 20px;
    }
    .py-xs-20 {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .p-xs-15 {
        padding: 15px;
    }
    .pt-xs-15 {
        padding-top: 15px;
    }
    .pr-xs-15 {
        padding-right: 15px;
    }
    .pb-xs-15 {
        padding-bottom: 15px;
    }
    .pl-xs-15 {
        padding-left: 15px;
    }
    .px-xs-15 {
        padding-right: 15px;
        padding-left: 15px;
    }
    .py-xs-15 {
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .p-xs-10 {
        padding: 10px;
    }
    .pt-xs-10 {
        padding-top: 10px;
    }
    .pr-xs-10 {
        padding-right: 10px;
    }
    .pb-xs-10 {
        padding-bottom: 10px;
    }
    .pl-xs-10 {
        padding-left: 10px;
    }
    .px-xs-10 {
        padding-right: 10px;
        padding-left: 10px;
    }
    .py-xs-10 {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .p-xs-5 {
        padding: 5px;
    }
    .pt-xs-5 {
        padding-top: 5px;
    }
    .pr-xs-5 {
        padding-right: 5px;
    }
    .pb-xs-5 {
        padding-bottom: 5px;
    }
    .pl-xs-5 {
        padding-left: 5px;
    }
    .px-xs-5 {
        padding-right: 5px;
        padding-left: 5px;
    }
    .py-xs-5 {
        padding-top: 5px;
        padding-bottom: 5px;
    }
    .p-xs-0 {
        padding: 0;
    }
    .pt-xs-0 {
        padding-top: 0;
    }
    .pr-xs-0 {
        padding-right: 0;
    }
    .pb-xs-0 {
        padding-bottom: 0;
    }
    .pl-xs-0 {
        padding-left: 0;
    }
    .px-xs-0 {
        padding-right: 0;
        padding-left: 0;
    }
    .py-xs-0 {
        padding-top: 0;
        padding-bottom: 0;
    }
    .m-xs-auto {
        margin: auto;
    }
    .mt-xs-auto {
        margin-top: auto;
    }
    .mr-xs-auto {
        margin-right: auto;
    }
    .mb-xs-auto {
        margin-bottom: auto;
    }
    .ml-xs-auto {
        margin-left: auto;
    }
    .mx-xs-auto {
        margin-right: auto;
        margin-left: auto;
    }
    .my-xs-auto {
        margin-top: auto;
        margin-bottom: auto;
    }
}
@media (min-width: 769px) {
    .m-sm-100 {
        margin: 100px;
    }
    .mt-sm-100 {
        margin-top: 100px;
    }
    .mr-sm-100 {
        margin-right: 100px;
    }
    .mb-sm-100 {
        margin-bottom: 100px;
    }
    .ml-sm-100 {
        margin-left: 100px;
    }
    .mx-sm-100 {
        margin-right: 100px;
        margin-left: 100px;
    }
    .my-sm-100 {
        margin-top: 100px;
        margin-bottom: 100px;
    }
    .m-sm-90 {
        margin: 90px;
    }
    .mt-sm-90 {
        margin-top: 90px;
    }
    .mr-sm-90 {
        margin-right: 90px;
    }
    .mb-sm-90 {
        margin-bottom: 90px;
    }
    .ml-sm-90 {
        margin-left: 90px;
    }
    .mx-sm-90 {
        margin-right: 90px;
        margin-left: 90px;
    }
    .my-sm-90 {
        margin-top: 90px;
        margin-bottom: 90px;
    }
    .m-sm-85 {
        margin: 85px;
    }
    .mt-sm-85 {
        margin-top: 85px;
    }
    .mr-sm-85 {
        margin-right: 85px;
    }
    .mb-sm-85 {
        margin-bottom: 85px;
    }
    .ml-sm-85 {
        margin-left: 85px;
    }
    .mx-sm-85 {
        margin-right: 85px;
        margin-left: 85px;
    }
    .my-sm-85 {
        margin-top: 85px;
        margin-bottom: 85px;
    }
    .m-sm-80 {
        margin: 80px;
    }
    .mt-sm-80 {
        margin-top: 80px;
    }
    .mr-sm-80 {
        margin-right: 80px;
    }
    .mb-sm-80 {
        margin-bottom: 80px;
    }
    .ml-sm-80 {
        margin-left: 80px;
    }
    .mx-sm-80 {
        margin-right: 80px;
        margin-left: 80px;
    }
    .my-sm-80 {
        margin-top: 80px;
        margin-bottom: 80px;
    }
    .m-sm-70 {
        margin: 70px;
    }
    .mt-sm-70 {
        margin-top: 70px;
    }
    .mr-sm-70 {
        margin-right: 70px;
    }
    .mb-sm-70 {
        margin-bottom: 70px;
    }
    .ml-sm-70 {
        margin-left: 70px;
    }
    .mx-sm-70 {
        margin-right: 70px;
        margin-left: 70px;
    }
    .my-sm-70 {
        margin-top: 70px;
        margin-bottom: 70px;
    }
    .m-sm-65 {
        margin: 65px;
    }
    .mt-sm-65 {
        margin-top: 65px;
    }
    .mr-sm-65 {
        margin-right: 65px;
    }
    .mb-sm-65 {
        margin-bottom: 65px;
    }
    .ml-sm-65 {
        margin-left: 65px;
    }
    .mx-sm-65 {
        margin-right: 65px;
        margin-left: 65px;
    }
    .my-sm-65 {
        margin-top: 65px;
        margin-bottom: 65px;
    }
    .m-sm-60 {
        margin: 60px;
    }
    .mt-sm-60 {
        margin-top: 60px;
    }
    .mr-sm-60 {
        margin-right: 60px;
    }
    .mb-sm-60 {
        margin-bottom: 60px;
    }
    .ml-sm-60 {
        margin-left: 60px;
    }
    .mx-sm-60 {
        margin-right: 60px;
        margin-left: 60px;
    }
    .my-sm-60 {
        margin-top: 60px;
        margin-bottom: 60px;
    }
    .m-sm-50 {
        margin: 50px;
    }
    .mt-sm-50 {
        margin-top: 50px;
    }
    .mr-sm-50 {
        margin-right: 50px;
    }
    .mb-sm-50 {
        margin-bottom: 50px;
    }
    .ml-sm-50 {
        margin-left: 50px;
    }
    .mx-sm-50 {
        margin-right: 50px;
        margin-left: 50px;
    }
    .my-sm-50 {
        margin-top: 50px;
        margin-bottom: 50px;
    }
    .m-sm-40 {
        margin: 40px;
    }
    .mt-sm-40 {
        margin-top: 40px;
    }
    .mr-sm-40 {
        margin-right: 40px;
    }
    .mb-sm-40 {
        margin-bottom: 40px;
    }
    .ml-sm-40 {
        margin-left: 40px;
    }
    .mx-sm-40 {
        margin-right: 40px;
        margin-left: 40px;
    }
    .my-sm-40 {
        margin-top: 40px;
        margin-bottom: 40px;
    }
    .m-sm-35 {
        margin: 35px;
    }
    .mt-sm-35 {
        margin-top: 35px;
    }
    .mr-sm-35 {
        margin-right: 35px;
    }
    .mb-sm-35 {
        margin-bottom: 35px;
    }
    .ml-sm-35 {
        margin-left: 35px;
    }
    .mx-sm-35 {
        margin-right: 35px;
        margin-left: 35px;
    }
    .my-sm-35 {
        margin-top: 35px;
        margin-bottom: 35px;
    }
    .m-sm-30 {
        margin: 30px;
    }
    .mt-sm-30 {
        margin-top: 30px;
    }
    .mr-sm-30 {
        margin-right: 30px;
    }
    .mb-sm-30 {
        margin-bottom: 30px;
    }
    .ml-sm-30 {
        margin-left: 30px;
    }
    .mx-sm-30 {
        margin-right: 30px;
        margin-left: 30px;
    }
    .my-sm-30 {
        margin-top: 30px;
        margin-bottom: 30px;
    }
    .m-sm-20 {
        margin: 20px;
    }
    .mt-sm-20 {
        margin-top: 20px;
    }
    .mr-sm-20 {
        margin-right: 20px;
    }
    .mb-sm-20 {
        margin-bottom: 20px;
    }
    .ml-sm-20 {
        margin-left: 20px;
    }
    .mx-sm-20 {
        margin-right: 20px;
        margin-left: 20px;
    }
    .my-sm-20 {
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .m-sm-15 {
        margin: 15px;
    }
    .mt-sm-15 {
        margin-top: 15px;
    }
    .mr-sm-15 {
        margin-right: 15px;
    }
    .mb-sm-15 {
        margin-bottom: 15px;
    }
    .ml-sm-15 {
        margin-left: 15px;
    }
    .mx-sm-15 {
        margin-right: 15px;
        margin-left: 15px;
    }
    .my-sm-15 {
        margin-top: 15px;
        margin-bottom: 15px;
    }
    .m-sm-10 {
        margin: 10px;
    }
    .mt-sm-10 {
        margin-top: 10px;
    }
    .mr-sm-10 {
        margin-right: 10px;
    }
    .mb-sm-10 {
        margin-bottom: 10px;
    }
    .ml-sm-10 {
        margin-left: 10px;
    }
    .mx-sm-10 {
        margin-right: 10px;
        margin-left: 10px;
    }
    .my-sm-10 {
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .m-sm-5 {
        margin: 5px;
    }
    .mt-sm-5 {
        margin-top: 5px;
    }
    .mr-sm-5 {
        margin-right: 5px;
    }
    .mb-sm-5 {
        margin-bottom: 5px;
    }
    .ml-sm-5 {
        margin-left: 5px;
    }
    .mx-sm-5 {
        margin-right: 5px;
        margin-left: 5px;
    }
    .my-sm-5 {
        margin-top: 5px;
        margin-bottom: 5px;
    }
    .m-sm-0 {
        margin: 0;
    }
    .mt-sm-0 {
        margin-top: 0;
    }
    .mr-sm-0 {
        margin-right: 0;
    }
    .mb-sm-0 {
        margin-bottom: 0;
    }
    .ml-sm-0 {
        margin-left: 0;
    }
    .mx-sm-0 {
        margin-right: 0;
        margin-left: 0;
    }
    .my-sm-0 {
        margin-top: 0;
        margin-bottom: 0;
    }
    .p-sm-100 {
        padding: 100px;
    }
    .pt-sm-100 {
        padding-top: 100px;
    }
    .pr-sm-100 {
        padding-right: 100px;
    }
    .pb-sm-100 {
        padding-bottom: 100px;
    }
    .pl-sm-100 {
        padding-left: 100px;
    }
    .px-sm-100 {
        padding-right: 100px;
        padding-left: 100px;
    }
    .py-sm-100 {
        padding-top: 100px;
        padding-bottom: 100px;
    }
    .p-sm-90 {
        padding: 90px;
    }
    .pt-sm-90 {
        padding-top: 90px;
    }
    .pr-sm-90 {
        padding-right: 90px;
    }
    .pb-sm-90 {
        padding-bottom: 90px;
    }
    .pl-sm-90 {
        padding-left: 90px;
    }
    .px-sm-90 {
        padding-right: 90px;
        padding-left: 90px;
    }
    .py-sm-90 {
        padding-top: 90px;
        padding-bottom: 90px;
    }
    .p-sm-85 {
        padding: 85px;
    }
    .pt-sm-85 {
        padding-top: 85px;
    }
    .pr-sm-85 {
        padding-right: 85px;
    }
    .pb-sm-85 {
        padding-bottom: 85px;
    }
    .pl-sm-85 {
        padding-left: 85px;
    }
    .px-sm-85 {
        padding-right: 85px;
        padding-left: 85px;
    }
    .py-sm-85 {
        padding-top: 85px;
        padding-bottom: 85px;
    }
    .p-sm-80 {
        padding: 80px;
    }
    .pt-sm-80 {
        padding-top: 80px;
    }
    .pr-sm-80 {
        padding-right: 80px;
    }
    .pb-sm-80 {
        padding-bottom: 80px;
    }
    .pl-sm-80 {
        padding-left: 80px;
    }
    .px-sm-80 {
        padding-right: 80px;
        padding-left: 80px;
    }
    .py-sm-80 {
        padding-top: 80px;
        padding-bottom: 80px;
    }
    .p-sm-70 {
        padding: 70px;
    }
    .pt-sm-70 {
        padding-top: 70px;
    }
    .pr-sm-70 {
        padding-right: 70px;
    }
    .pb-sm-70 {
        padding-bottom: 70px;
    }
    .pl-sm-70 {
        padding-left: 70px;
    }
    .px-sm-70 {
        padding-right: 70px;
        padding-left: 70px;
    }
    .py-sm-70 {
        padding-top: 70px;
        padding-bottom: 70px;
    }
    .p-sm-65 {
        padding: 65px;
    }
    .pt-sm-65 {
        padding-top: 65px;
    }
    .pr-sm-65 {
        padding-right: 65px;
    }
    .pb-sm-65 {
        padding-bottom: 65px;
    }
    .pl-sm-65 {
        padding-left: 65px;
    }
    .px-sm-65 {
        padding-right: 65px;
        padding-left: 65px;
    }
    .py-sm-65 {
        padding-top: 65px;
        padding-bottom: 65px;
    }
    .p-sm-60 {
        padding: 60px;
    }
    .pt-sm-60 {
        padding-top: 60px;
    }
    .pr-sm-60 {
        padding-right: 60px;
    }
    .pb-sm-60 {
        padding-bottom: 60px;
    }
    .pl-sm-60 {
        padding-left: 60px;
    }
    .px-sm-60 {
        padding-right: 60px;
        padding-left: 60px;
    }
    .py-sm-60 {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .p-sm-50 {
        padding: 50px;
    }
    .pt-sm-50 {
        padding-top: 50px;
    }
    .pr-sm-50 {
        padding-right: 50px;
    }
    .pb-sm-50 {
        padding-bottom: 50px;
    }
    .pl-sm-50 {
        padding-left: 50px;
    }
    .px-sm-50 {
        padding-right: 50px;
        padding-left: 50px;
    }
    .py-sm-50 {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .p-sm-40 {
        padding: 40px;
    }
    .pt-sm-40 {
        padding-top: 40px;
    }
    .pr-sm-40 {
        padding-right: 40px;
    }
    .pb-sm-40 {
        padding-bottom: 40px;
    }
    .pl-sm-40 {
        padding-left: 40px;
    }
    .px-sm-40 {
        padding-right: 40px;
        padding-left: 40px;
    }
    .py-sm-40 {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .p-sm-35 {
        padding: 35px;
    }
    .pt-sm-35 {
        padding-top: 35px;
    }
    .pr-sm-35 {
        padding-right: 35px;
    }
    .pb-sm-35 {
        padding-bottom: 35px;
    }
    .pl-sm-35 {
        padding-left: 35px;
    }
    .px-sm-35 {
        padding-right: 35px;
        padding-left: 35px;
    }
    .py-sm-35 {
        padding-top: 35px;
        padding-bottom: 35px;
    }
    .p-sm-30 {
        padding: 30px;
    }
    .pt-sm-30 {
        padding-top: 30px;
    }
    .pr-sm-30 {
        padding-right: 30px;
    }
    .pb-sm-30 {
        padding-bottom: 30px;
    }
    .pl-sm-30 {
        padding-left: 30px;
    }
    .px-sm-30 {
        padding-right: 30px;
        padding-left: 30px;
    }
    .py-sm-30 {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .p-sm-20 {
        padding: 20px;
    }
    .pt-sm-20 {
        padding-top: 20px;
    }
    .pr-sm-20 {
        padding-right: 20px;
    }
    .pb-sm-20 {
        padding-bottom: 20px;
    }
    .pl-sm-20 {
        padding-left: 20px;
    }
    .px-sm-20 {
        padding-right: 20px;
        padding-left: 20px;
    }
    .py-sm-20 {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .p-sm-15 {
        padding: 15px;
    }
    .pt-sm-15 {
        padding-top: 15px;
    }
    .pr-sm-15 {
        padding-right: 15px;
    }
    .pb-sm-15 {
        padding-bottom: 15px;
    }
    .pl-sm-15 {
        padding-left: 15px;
    }
    .px-sm-15 {
        padding-right: 15px;
        padding-left: 15px;
    }
    .py-sm-15 {
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .p-sm-10 {
        padding: 10px;
    }
    .pt-sm-10 {
        padding-top: 10px;
    }
    .pr-sm-10 {
        padding-right: 10px;
    }
    .pb-sm-10 {
        padding-bottom: 10px;
    }
    .pl-sm-10 {
        padding-left: 10px;
    }
    .px-sm-10 {
        padding-right: 10px;
        padding-left: 10px;
    }
    .py-sm-10 {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .p-sm-5 {
        padding: 5px;
    }
    .pt-sm-5 {
        padding-top: 5px;
    }
    .pr-sm-5 {
        padding-right: 5px;
    }
    .pb-sm-5 {
        padding-bottom: 5px;
    }
    .pl-sm-5 {
        padding-left: 5px;
    }
    .px-sm-5 {
        padding-right: 5px;
        padding-left: 5px;
    }
    .py-sm-5 {
        padding-top: 5px;
        padding-bottom: 5px;
    }
    .p-sm-0 {
        padding: 0;
    }
    .pt-sm-0 {
        padding-top: 0;
    }
    .pr-sm-0 {
        padding-right: 0;
    }
    .pb-sm-0 {
        padding-bottom: 0;
    }
    .pl-sm-0 {
        padding-left: 0;
    }
    .px-sm-0 {
        padding-right: 0;
        padding-left: 0;
    }
    .py-sm-0 {
        padding-top: 0;
        padding-bottom: 0;
    }
    .m-sm-auto {
        margin: auto;
    }
    .mt-sm-auto {
        margin-top: auto;
    }
    .mr-sm-auto {
        margin-right: auto;
    }
    .mb-sm-auto {
        margin-bottom: auto;
    }
    .ml-sm-auto {
        margin-left: auto;
    }
    .mx-sm-auto {
        margin-right: auto;
        margin-left: auto;
    }
    .my-sm-auto {
        margin-top: auto;
        margin-bottom: auto;
    }
}
@media (min-width: 990px) {
    .m-md-100 {
        margin: 100px;
    }
    .mt-md-100 {
        margin-top: 100px;
    }
    .mr-md-100 {
        margin-right: 100px;
    }
    .mb-md-100 {
        margin-bottom: 100px;
    }
    .ml-md-100 {
        margin-left: 100px;
    }
    .mx-md-100 {
        margin-right: 100px;
        margin-left: 100px;
    }
    .my-md-100 {
        margin-top: 100px;
        margin-bottom: 100px;
    }
    .m-md-90 {
        margin: 90px;
    }
    .mt-md-90 {
        margin-top: 90px;
    }
    .mr-md-90 {
        margin-right: 90px;
    }
    .mb-md-90 {
        margin-bottom: 90px;
    }
    .ml-md-90 {
        margin-left: 90px;
    }
    .mx-md-90 {
        margin-right: 90px;
        margin-left: 90px;
    }
    .my-md-90 {
        margin-top: 90px;
        margin-bottom: 90px;
    }
    .m-md-85 {
        margin: 85px;
    }
    .mt-md-85 {
        margin-top: 85px;
    }
    .mr-md-85 {
        margin-right: 85px;
    }
    .mb-md-85 {
        margin-bottom: 85px;
    }
    .ml-md-85 {
        margin-left: 85px;
    }
    .mx-md-85 {
        margin-right: 85px;
        margin-left: 85px;
    }
    .my-md-85 {
        margin-top: 85px;
        margin-bottom: 85px;
    }
    .m-md-80 {
        margin: 80px;
    }
    .mt-md-80 {
        margin-top: 80px;
    }
    .mr-md-80 {
        margin-right: 80px;
    }
    .mb-md-80 {
        margin-bottom: 80px;
    }
    .ml-md-80 {
        margin-left: 80px;
    }
    .mx-md-80 {
        margin-right: 80px;
        margin-left: 80px;
    }
    .my-md-80 {
        margin-top: 80px;
        margin-bottom: 80px;
    }
    .m-md-70 {
        margin: 70px;
    }
    .mt-md-70 {
        margin-top: 70px;
    }
    .mr-md-70 {
        margin-right: 70px;
    }
    .mb-md-70 {
        margin-bottom: 70px;
    }
    .ml-md-70 {
        margin-left: 70px;
    }
    .mx-md-70 {
        margin-right: 70px;
        margin-left: 70px;
    }
    .my-md-70 {
        margin-top: 70px;
        margin-bottom: 70px;
    }
    .m-md-65 {
        margin: 65px;
    }
    .mt-md-65 {
        margin-top: 65px;
    }
    .mr-md-65 {
        margin-right: 65px;
    }
    .mb-md-65 {
        margin-bottom: 65px;
    }
    .ml-md-65 {
        margin-left: 65px;
    }
    .mx-md-65 {
        margin-right: 65px;
        margin-left: 65px;
    }
    .my-md-65 {
        margin-top: 65px;
        margin-bottom: 65px;
    }
    .m-md-60 {
        margin: 60px;
    }
    .mt-md-60 {
        margin-top: 60px;
    }
    .mr-md-60 {
        margin-right: 60px;
    }
    .mb-md-60 {
        margin-bottom: 60px;
    }
    .ml-md-60 {
        margin-left: 60px;
    }
    .mx-md-60 {
        margin-right: 60px;
        margin-left: 60px;
    }
    .my-md-60 {
        margin-top: 60px;
        margin-bottom: 60px;
    }
    .m-md-50 {
        margin: 50px;
    }
    .mt-md-50 {
        margin-top: 50px;
    }
    .mr-md-50 {
        margin-right: 50px;
    }
    .mb-md-50 {
        margin-bottom: 50px;
    }
    .ml-md-50 {
        margin-left: 50px;
    }
    .mx-md-50 {
        margin-right: 50px;
        margin-left: 50px;
    }
    .my-md-50 {
        margin-top: 50px;
        margin-bottom: 50px;
    }
    .m-md-40 {
        margin: 40px;
    }
    .mt-md-40 {
        margin-top: 40px;
    }
    .mr-md-40 {
        margin-right: 40px;
    }
    .mb-md-40 {
        margin-bottom: 40px;
    }
    .ml-md-40 {
        margin-left: 40px;
    }
    .mx-md-40 {
        margin-right: 40px;
        margin-left: 40px;
    }
    .my-md-40 {
        margin-top: 40px;
        margin-bottom: 40px;
    }
    .m-md-35 {
        margin: 35px;
    }
    .mt-md-35 {
        margin-top: 35px;
    }
    .mr-md-35 {
        margin-right: 35px;
    }
    .mb-md-35 {
        margin-bottom: 35px;
    }
    .ml-md-35 {
        margin-left: 35px;
    }
    .mx-md-35 {
        margin-right: 35px;
        margin-left: 35px;
    }
    .my-md-35 {
        margin-top: 35px;
        margin-bottom: 35px;
    }
    .m-md-30 {
        margin: 30px;
    }
    .mt-md-30 {
        margin-top: 30px;
    }
    .mr-md-30 {
        margin-right: 30px;
    }
    .mb-md-30 {
        margin-bottom: 30px;
    }
    .ml-md-30 {
        margin-left: 30px;
    }
    .mx-md-30 {
        margin-right: 30px;
        margin-left: 30px;
    }
    .my-md-30 {
        margin-top: 30px;
        margin-bottom: 30px;
    }
    .m-md-20 {
        margin: 20px;
    }
    .mt-md-20 {
        margin-top: 20px;
    }
    .mr-md-20 {
        margin-right: 20px;
    }
    .mb-md-20 {
        margin-bottom: 20px;
    }
    .ml-md-20 {
        margin-left: 20px;
    }
    .mx-md-20 {
        margin-right: 20px;
        margin-left: 20px;
    }
    .my-md-20 {
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .m-md-15 {
        margin: 15px;
    }
    .mt-md-15 {
        margin-top: 15px;
    }
    .mr-md-15 {
        margin-right: 15px;
    }
    .mb-md-15 {
        margin-bottom: 15px;
    }
    .ml-md-15 {
        margin-left: 15px;
    }
    .mx-md-15 {
        margin-right: 15px;
        margin-left: 15px;
    }
    .my-md-15 {
        margin-top: 15px;
        margin-bottom: 15px;
    }
    .m-md-10 {
        margin: 10px;
    }
    .mt-md-10 {
        margin-top: 10px;
    }
    .mr-md-10 {
        margin-right: 10px;
    }
    .mb-md-10 {
        margin-bottom: 10px;
    }
    .ml-md-10 {
        margin-left: 10px;
    }
    .mx-md-10 {
        margin-right: 10px;
        margin-left: 10px;
    }
    .my-md-10 {
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .m-md-5 {
        margin: 5px;
    }
    .mt-md-5 {
        margin-top: 5px;
    }
    .mr-md-5 {
        margin-right: 5px;
    }
    .mb-md-5 {
        margin-bottom: 5px;
    }
    .ml-md-5 {
        margin-left: 5px;
    }
    .mx-md-5 {
        margin-right: 5px;
        margin-left: 5px;
    }
    .my-md-5 {
        margin-top: 5px;
        margin-bottom: 5px;
    }
    .m-md-0 {
        margin: 0;
    }
    .mt-md-0 {
        margin-top: 0;
    }
    .mr-md-0 {
        margin-right: 0;
    }
    .mb-md-0 {
        margin-bottom: 0;
    }
    .ml-md-0 {
        margin-left: 0;
    }
    .mx-md-0 {
        margin-right: 0;
        margin-left: 0;
    }
    .my-md-0 {
        margin-top: 0;
        margin-bottom: 0;
    }
    .p-md-100 {
        padding: 100px;
    }
    .pt-md-100 {
        padding-top: 100px;
    }
    .pr-md-100 {
        padding-right: 100px;
    }
    .pb-md-100 {
        padding-bottom: 100px;
    }
    .pl-md-100 {
        padding-left: 100px;
    }
    .px-md-100 {
        padding-right: 100px;
        padding-left: 100px;
    }
    .py-md-100 {
        padding-top: 100px;
        padding-bottom: 100px;
    }
    .p-md-90 {
        padding: 90px;
    }
    .pt-md-90 {
        padding-top: 90px;
    }
    .pr-md-90 {
        padding-right: 90px;
    }
    .pb-md-90 {
        padding-bottom: 90px;
    }
    .pl-md-90 {
        padding-left: 90px;
    }
    .px-md-90 {
        padding-right: 90px;
        padding-left: 90px;
    }
    .py-md-90 {
        padding-top: 90px;
        padding-bottom: 90px;
    }
    .p-md-85 {
        padding: 85px;
    }
    .pt-md-85 {
        padding-top: 85px;
    }
    .pr-md-85 {
        padding-right: 85px;
    }
    .pb-md-85 {
        padding-bottom: 85px;
    }
    .pl-md-85 {
        padding-left: 85px;
    }
    .px-md-85 {
        padding-right: 85px;
        padding-left: 85px;
    }
    .py-md-85 {
        padding-top: 85px;
        padding-bottom: 85px;
    }
    .p-md-80 {
        padding: 80px;
    }
    .pt-md-80 {
        padding-top: 80px;
    }
    .pr-md-80 {
        padding-right: 80px;
    }
    .pb-md-80 {
        padding-bottom: 80px;
    }
    .pl-md-80 {
        padding-left: 80px;
    }
    .px-md-80 {
        padding-right: 80px;
        padding-left: 80px;
    }
    .py-md-80 {
        padding-top: 80px;
        padding-bottom: 80px;
    }
    .p-md-70 {
        padding: 70px;
    }
    .pt-md-70 {
        padding-top: 70px;
    }
    .pr-md-70 {
        padding-right: 70px;
    }
    .pb-md-70 {
        padding-bottom: 70px;
    }
    .pl-md-70 {
        padding-left: 70px;
    }
    .px-md-70 {
        padding-right: 70px;
        padding-left: 70px;
    }
    .py-md-70 {
        padding-top: 70px;
        padding-bottom: 70px;
    }
    .p-md-65 {
        padding: 65px;
    }
    .pt-md-65 {
        padding-top: 65px;
    }
    .pr-md-65 {
        padding-right: 65px;
    }
    .pb-md-65 {
        padding-bottom: 65px;
    }
    .pl-md-65 {
        padding-left: 65px;
    }
    .px-md-65 {
        padding-right: 65px;
        padding-left: 65px;
    }
    .py-md-65 {
        padding-top: 65px;
        padding-bottom: 65px;
    }
    .p-md-60 {
        padding: 60px;
    }
    .pt-md-60 {
        padding-top: 60px;
    }
    .pr-md-60 {
        padding-right: 60px;
    }
    .pb-md-60 {
        padding-bottom: 60px;
    }
    .pl-md-60 {
        padding-left: 60px;
    }
    .px-md-60 {
        padding-right: 60px;
        padding-left: 60px;
    }
    .py-md-60 {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .p-md-50 {
        padding: 50px;
    }
    .pt-md-50 {
        padding-top: 50px;
    }
    .pr-md-50 {
        padding-right: 50px;
    }
    .pb-md-50 {
        padding-bottom: 50px;
    }
    .pl-md-50 {
        padding-left: 50px;
    }
    .px-md-50 {
        padding-right: 50px;
        padding-left: 50px;
    }
    .py-md-50 {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .p-md-40 {
        padding: 40px;
    }
    .pt-md-40 {
        padding-top: 40px;
    }
    .pr-md-40 {
        padding-right: 40px;
    }
    .pb-md-40 {
        padding-bottom: 40px;
    }
    .pl-md-40 {
        padding-left: 40px;
    }
    .px-md-40 {
        padding-right: 40px;
        padding-left: 40px;
    }
    .py-md-40 {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .p-md-35 {
        padding: 35px;
    }
    .pt-md-35 {
        padding-top: 35px;
    }
    .pr-md-35 {
        padding-right: 35px;
    }
    .pb-md-35 {
        padding-bottom: 35px;
    }
    .pl-md-35 {
        padding-left: 35px;
    }
    .px-md-35 {
        padding-right: 35px;
        padding-left: 35px;
    }
    .py-md-35 {
        padding-top: 35px;
        padding-bottom: 35px;
    }
    .p-md-30 {
        padding: 30px;
    }
    .pt-md-30 {
        padding-top: 30px;
    }
    .pr-md-30 {
        padding-right: 30px;
    }
    .pb-md-30 {
        padding-bottom: 30px;
    }
    .pl-md-30 {
        padding-left: 30px;
    }
    .px-md-30 {
        padding-right: 30px;
        padding-left: 30px;
    }
    .py-md-30 {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .p-md-20 {
        padding: 20px;
    }
    .pt-md-20 {
        padding-top: 20px;
    }
    .pr-md-20 {
        padding-right: 20px;
    }
    .pb-md-20 {
        padding-bottom: 20px;
    }
    .pl-md-20 {
        padding-left: 20px;
    }
    .px-md-20 {
        padding-right: 20px;
        padding-left: 20px;
    }
    .py-md-20 {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .p-md-15 {
        padding: 15px;
    }
    .pt-md-15 {
        padding-top: 15px;
    }
    .pr-md-15 {
        padding-right: 15px;
    }
    .pb-md-15 {
        padding-bottom: 15px;
    }
    .pl-md-15 {
        padding-left: 15px;
    }
    .px-md-15 {
        padding-right: 15px;
        padding-left: 15px;
    }
    .py-md-15 {
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .p-md-10 {
        padding: 10px;
    }
    .pt-md-10 {
        padding-top: 10px;
    }
    .pr-md-10 {
        padding-right: 10px;
    }
    .pb-md-10 {
        padding-bottom: 10px;
    }
    .pl-md-10 {
        padding-left: 10px;
    }
    .px-md-10 {
        padding-right: 10px;
        padding-left: 10px;
    }
    .py-md-10 {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .p-md-5 {
        padding: 5px;
    }
    .pt-md-5 {
        padding-top: 5px;
    }
    .pr-md-5 {
        padding-right: 5px;
    }
    .pb-md-5 {
        padding-bottom: 5px;
    }
    .pl-md-5 {
        padding-left: 5px;
    }
    .px-md-5 {
        padding-right: 5px;
        padding-left: 5px;
    }
    .py-md-5 {
        padding-top: 5px;
        padding-bottom: 5px;
    }
    .p-md-0 {
        padding: 0;
    }
    .pt-md-0 {
        padding-top: 0;
    }
    .pr-md-0 {
        padding-right: 0;
    }
    .pb-md-0 {
        padding-bottom: 0;
    }
    .pl-md-0 {
        padding-left: 0;
    }
    .px-md-0 {
        padding-right: 0;
        padding-left: 0;
    }
    .py-md-0 {
        padding-top: 0;
        padding-bottom: 0;
    }
    .m-md-auto {
        margin: auto;
    }
    .mt-md-auto {
        margin-top: auto;
    }
    .mr-md-auto {
        margin-right: auto;
    }
    .mb-md-auto {
        margin-bottom: auto;
    }
    .ml-md-auto {
        margin-left: auto;
    }
    .mx-md-auto {
        margin-right: auto;
        margin-left: auto;
    }
    .my-md-auto {
        margin-top: auto;
        margin-bottom: auto;
    }
}
@media (min-width: 1225px) {
    .m-lg-100 {
        margin: 100px;
    }
    .mt-lg-100 {
        margin-top: 100px;
    }
    .mr-lg-100 {
        margin-right: 100px;
    }
    .mb-lg-100 {
        margin-bottom: 100px;
    }
    .ml-lg-100 {
        margin-left: 100px;
    }
    .mx-lg-100 {
        margin-right: 100px;
        margin-left: 100px;
    }
    .my-lg-100 {
        margin-top: 100px;
        margin-bottom: 100px;
    }
    .m-lg-90 {
        margin: 90px;
    }
    .mt-lg-90 {
        margin-top: 90px;
    }
    .mr-lg-90 {
        margin-right: 90px;
    }
    .mb-lg-90 {
        margin-bottom: 90px;
    }
    .ml-lg-90 {
        margin-left: 90px;
    }
    .mx-lg-90 {
        margin-right: 90px;
        margin-left: 90px;
    }
    .my-lg-90 {
        margin-top: 90px;
        margin-bottom: 90px;
    }
    .m-lg-85 {
        margin: 85px;
    }
    .mt-lg-85 {
        margin-top: 85px;
    }
    .mr-lg-85 {
        margin-right: 85px;
    }
    .mb-lg-85 {
        margin-bottom: 85px;
    }
    .ml-lg-85 {
        margin-left: 85px;
    }
    .mx-lg-85 {
        margin-right: 85px;
        margin-left: 85px;
    }
    .my-lg-85 {
        margin-top: 85px;
        margin-bottom: 85px;
    }
    .m-lg-80 {
        margin: 80px;
    }
    .mt-lg-80 {
        margin-top: 80px;
    }
    .mr-lg-80 {
        margin-right: 80px;
    }
    .mb-lg-80 {
        margin-bottom: 80px;
    }
    .ml-lg-80 {
        margin-left: 80px;
    }
    .mx-lg-80 {
        margin-right: 80px;
        margin-left: 80px;
    }
    .my-lg-80 {
        margin-top: 80px;
        margin-bottom: 80px;
    }
    .m-lg-70 {
        margin: 70px;
    }
    .mt-lg-70 {
        margin-top: 70px;
    }
    .mr-lg-70 {
        margin-right: 70px;
    }
    .mb-lg-70 {
        margin-bottom: 70px;
    }
    .ml-lg-70 {
        margin-left: 70px;
    }
    .mx-lg-70 {
        margin-right: 70px;
        margin-left: 70px;
    }
    .my-lg-70 {
        margin-top: 70px;
        margin-bottom: 70px;
    }
    .m-lg-65 {
        margin: 65px;
    }
    .mt-lg-65 {
        margin-top: 65px;
    }
    .mr-lg-65 {
        margin-right: 65px;
    }
    .mb-lg-65 {
        margin-bottom: 65px;
    }
    .ml-lg-65 {
        margin-left: 65px;
    }
    .mx-lg-65 {
        margin-right: 65px;
        margin-left: 65px;
    }
    .my-lg-65 {
        margin-top: 65px;
        margin-bottom: 65px;
    }
    .m-lg-60 {
        margin: 60px;
    }
    .mt-lg-60 {
        margin-top: 60px;
    }
    .mr-lg-60 {
        margin-right: 60px;
    }
    .mb-lg-60 {
        margin-bottom: 60px;
    }
    .ml-lg-60 {
        margin-left: 60px;
    }
    .mx-lg-60 {
        margin-right: 60px;
        margin-left: 60px;
    }
    .my-lg-60 {
        margin-top: 60px;
        margin-bottom: 60px;
    }
    .m-lg-50 {
        margin: 50px;
    }
    .mt-lg-50 {
        margin-top: 50px;
    }
    .mr-lg-50 {
        margin-right: 50px;
    }
    .mb-lg-50 {
        margin-bottom: 50px;
    }
    .ml-lg-50 {
        margin-left: 50px;
    }
    .mx-lg-50 {
        margin-right: 50px;
        margin-left: 50px;
    }
    .my-lg-50 {
        margin-top: 50px;
        margin-bottom: 50px;
    }
    .m-lg-40 {
        margin: 40px;
    }
    .mt-lg-40 {
        margin-top: 40px;
    }
    .mr-lg-40 {
        margin-right: 40px;
    }
    .mb-lg-40 {
        margin-bottom: 40px;
    }
    .ml-lg-40 {
        margin-left: 40px;
    }
    .mx-lg-40 {
        margin-right: 40px;
        margin-left: 40px;
    }
    .my-lg-40 {
        margin-top: 40px;
        margin-bottom: 40px;
    }
    .m-lg-35 {
        margin: 35px;
    }
    .mt-lg-35 {
        margin-top: 35px;
    }
    .mr-lg-35 {
        margin-right: 35px;
    }
    .mb-lg-35 {
        margin-bottom: 35px;
    }
    .ml-lg-35 {
        margin-left: 35px;
    }
    .mx-lg-35 {
        margin-right: 35px;
        margin-left: 35px;
    }
    .my-lg-35 {
        margin-top: 35px;
        margin-bottom: 35px;
    }
    .m-lg-30 {
        margin: 30px;
    }
    .mt-lg-30 {
        margin-top: 30px;
    }
    .mr-lg-30 {
        margin-right: 30px;
    }
    .mb-lg-30 {
        margin-bottom: 30px;
    }
    .ml-lg-30 {
        margin-left: 30px;
    }
    .mx-lg-30 {
        margin-right: 30px;
        margin-left: 30px;
    }
    .my-lg-30 {
        margin-top: 30px;
        margin-bottom: 30px;
    }
    .m-lg-20 {
        margin: 20px;
    }
    .mt-lg-20 {
        margin-top: 20px;
    }
    .mr-lg-20 {
        margin-right: 20px;
    }
    .mb-lg-20 {
        margin-bottom: 20px;
    }
    .ml-lg-20 {
        margin-left: 20px;
    }
    .mx-lg-20 {
        margin-right: 20px;
        margin-left: 20px;
    }
    .my-lg-20 {
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .m-lg-15 {
        margin: 15px;
    }
    .mt-lg-15 {
        margin-top: 15px;
    }
    .mr-lg-15 {
        margin-right: 15px;
    }
    .mb-lg-15 {
        margin-bottom: 15px;
    }
    .ml-lg-15 {
        margin-left: 15px;
    }
    .mx-lg-15 {
        margin-right: 15px;
        margin-left: 15px;
    }
    .my-lg-15 {
        margin-top: 15px;
        margin-bottom: 15px;
    }
    .m-lg-10 {
        margin: 10px;
    }
    .mt-lg-10 {
        margin-top: 10px;
    }
    .mr-lg-10 {
        margin-right: 10px;
    }
    .mb-lg-10 {
        margin-bottom: 10px;
    }
    .ml-lg-10 {
        margin-left: 10px;
    }
    .mx-lg-10 {
        margin-right: 10px;
        margin-left: 10px;
    }
    .my-lg-10 {
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .m-lg-5 {
        margin: 5px;
    }
    .mt-lg-5 {
        margin-top: 5px;
    }
    .mr-lg-5 {
        margin-right: 5px;
    }
    .mb-lg-5 {
        margin-bottom: 5px;
    }
    .ml-lg-5 {
        margin-left: 5px;
    }
    .mx-lg-5 {
        margin-right: 5px;
        margin-left: 5px;
    }
    .my-lg-5 {
        margin-top: 5px;
        margin-bottom: 5px;
    }
    .m-lg-0 {
        margin: 0;
    }
    .mt-lg-0 {
        margin-top: 0;
    }
    .mr-lg-0 {
        margin-right: 0;
    }
    .mb-lg-0 {
        margin-bottom: 0;
    }
    .ml-lg-0 {
        margin-left: 0;
    }
    .mx-lg-0 {
        margin-right: 0;
        margin-left: 0;
    }
    .my-lg-0 {
        margin-top: 0;
        margin-bottom: 0;
    }
    .p-lg-100 {
        padding: 100px;
    }
    .pt-lg-100 {
        padding-top: 100px;
    }
    .pr-lg-100 {
        padding-right: 100px;
    }
    .pb-lg-100 {
        padding-bottom: 100px;
    }
    .pl-lg-100 {
        padding-left: 100px;
    }
    .px-lg-100 {
        padding-right: 100px;
        padding-left: 100px;
    }
    .py-lg-100 {
        padding-top: 100px;
        padding-bottom: 100px;
    }
    .p-lg-90 {
        padding: 90px;
    }
    .pt-lg-90 {
        padding-top: 90px;
    }
    .pr-lg-90 {
        padding-right: 90px;
    }
    .pb-lg-90 {
        padding-bottom: 90px;
    }
    .pl-lg-90 {
        padding-left: 90px;
    }
    .px-lg-90 {
        padding-right: 90px;
        padding-left: 90px;
    }
    .py-lg-90 {
        padding-top: 90px;
        padding-bottom: 90px;
    }
    .p-lg-85 {
        padding: 85px;
    }
    .pt-lg-85 {
        padding-top: 85px;
    }
    .pr-lg-85 {
        padding-right: 85px;
    }
    .pb-lg-85 {
        padding-bottom: 85px;
    }
    .pl-lg-85 {
        padding-left: 85px;
    }
    .px-lg-85 {
        padding-right: 85px;
        padding-left: 85px;
    }
    .py-lg-85 {
        padding-top: 85px;
        padding-bottom: 85px;
    }
    .p-lg-80 {
        padding: 80px;
    }
    .pt-lg-80 {
        padding-top: 80px;
    }
    .pr-lg-80 {
        padding-right: 80px;
    }
    .pb-lg-80 {
        padding-bottom: 80px;
    }
    .pl-lg-80 {
        padding-left: 80px;
    }
    .px-lg-80 {
        padding-right: 80px;
        padding-left: 80px;
    }
    .py-lg-80 {
        padding-top: 80px;
        padding-bottom: 80px;
    }
    .p-lg-70 {
        padding: 70px;
    }
    .pt-lg-70 {
        padding-top: 70px;
    }
    .pr-lg-70 {
        padding-right: 70px;
    }
    .pb-lg-70 {
        padding-bottom: 70px;
    }
    .pl-lg-70 {
        padding-left: 70px;
    }
    .px-lg-70 {
        padding-right: 70px;
        padding-left: 70px;
    }
    .py-lg-70 {
        padding-top: 70px;
        padding-bottom: 70px;
    }
    .p-lg-65 {
        padding: 65px;
    }
    .pt-lg-65 {
        padding-top: 65px;
    }
    .pr-lg-65 {
        padding-right: 65px;
    }
    .pb-lg-65 {
        padding-bottom: 65px;
    }
    .pl-lg-65 {
        padding-left: 65px;
    }
    .px-lg-65 {
        padding-right: 65px;
        padding-left: 65px;
    }
    .py-lg-65 {
        padding-top: 65px;
        padding-bottom: 65px;
    }
    .p-lg-60 {
        padding: 60px;
    }
    .pt-lg-60 {
        padding-top: 60px;
    }
    .pr-lg-60 {
        padding-right: 60px;
    }
    .pb-lg-60 {
        padding-bottom: 60px;
    }
    .pl-lg-60 {
        padding-left: 60px;
    }
    .px-lg-60 {
        padding-right: 60px;
        padding-left: 60px;
    }
    .py-lg-60 {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .p-lg-50 {
        padding: 50px;
    }
    .pt-lg-50 {
        padding-top: 50px;
    }
    .pr-lg-50 {
        padding-right: 50px;
    }
    .pb-lg-50 {
        padding-bottom: 50px;
    }
    .pl-lg-50 {
        padding-left: 50px;
    }
    .px-lg-50 {
        padding-right: 50px;
        padding-left: 50px;
    }
    .py-lg-50 {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .p-lg-40 {
        padding: 40px;
    }
    .pt-lg-40 {
        padding-top: 40px;
    }
    .pr-lg-40 {
        padding-right: 40px;
    }
    .pb-lg-40 {
        padding-bottom: 40px;
    }
    .pl-lg-40 {
        padding-left: 40px;
    }
    .px-lg-40 {
        padding-right: 40px;
        padding-left: 40px;
    }
    .py-lg-40 {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .p-lg-35 {
        padding: 35px;
    }
    .pt-lg-35 {
        padding-top: 35px;
    }
    .pr-lg-35 {
        padding-right: 35px;
    }
    .pb-lg-35 {
        padding-bottom: 35px;
    }
    .pl-lg-35 {
        padding-left: 35px;
    }
    .px-lg-35 {
        padding-right: 35px;
        padding-left: 35px;
    }
    .py-lg-35 {
        padding-top: 35px;
        padding-bottom: 35px;
    }
    .p-lg-30 {
        padding: 30px;
    }
    .pt-lg-30 {
        padding-top: 30px;
    }
    .pr-lg-30 {
        padding-right: 30px;
    }
    .pb-lg-30 {
        padding-bottom: 30px;
    }
    .pl-lg-30 {
        padding-left: 30px;
    }
    .px-lg-30 {
        padding-right: 30px;
        padding-left: 30px;
    }
    .py-lg-30 {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .p-lg-20 {
        padding: 20px;
    }
    .pt-lg-20 {
        padding-top: 20px;
    }
    .pr-lg-20 {
        padding-right: 20px;
    }
    .pb-lg-20 {
        padding-bottom: 20px;
    }
    .pl-lg-20 {
        padding-left: 20px;
    }
    .px-lg-20 {
        padding-right: 20px;
        padding-left: 20px;
    }
    .py-lg-20 {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .p-lg-15 {
        padding: 15px;
    }
    .pt-lg-15 {
        padding-top: 15px;
    }
    .pr-lg-15 {
        padding-right: 15px;
    }
    .pb-lg-15 {
        padding-bottom: 15px;
    }
    .pl-lg-15 {
        padding-left: 15px;
    }
    .px-lg-15 {
        padding-right: 15px;
        padding-left: 15px;
    }
    .py-lg-15 {
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .p-lg-10 {
        padding: 10px;
    }
    .pt-lg-10 {
        padding-top: 10px;
    }
    .pr-lg-10 {
        padding-right: 10px;
    }
    .pb-lg-10 {
        padding-bottom: 10px;
    }
    .pl-lg-10 {
        padding-left: 10px;
    }
    .px-lg-10 {
        padding-right: 10px;
        padding-left: 10px;
    }
    .py-lg-10 {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .p-lg-5 {
        padding: 5px;
    }
    .pt-lg-5 {
        padding-top: 5px;
    }
    .pr-lg-5 {
        padding-right: 5px;
    }
    .pb-lg-5 {
        padding-bottom: 5px;
    }
    .pl-lg-5 {
        padding-left: 5px;
    }
    .px-lg-5 {
        padding-right: 5px;
        padding-left: 5px;
    }
    .py-lg-5 {
        padding-top: 5px;
        padding-bottom: 5px;
    }
    .p-lg-0 {
        padding: 0;
    }
    .pt-lg-0 {
        padding-top: 0;
    }
    .pr-lg-0 {
        padding-right: 0;
    }
    .pb-lg-0 {
        padding-bottom: 0;
    }
    .pl-lg-0 {
        padding-left: 0;
    }
    .px-lg-0 {
        padding-right: 0;
        padding-left: 0;
    }
    .py-lg-0 {
        padding-top: 0;
        padding-bottom: 0;
    }
    .m-lg-auto {
        margin: auto;
    }
    .mt-lg-auto {
        margin-top: auto;
    }
    .mr-lg-auto {
        margin-right: auto;
    }
    .mb-lg-auto {
        margin-bottom: auto;
    }
    .ml-lg-auto {
        margin-left: auto;
    }
    .mx-lg-auto {
        margin-right: auto;
        margin-left: auto;
    }
    .my-lg-auto {
        margin-top: auto;
        margin-bottom: auto;
    }
}
@media (min-width: 1460px) {
    .m-xl-100 {
        margin: 100px;
    }
    .mt-xl-100 {
        margin-top: 100px;
    }
    .mr-xl-100 {
        margin-right: 100px;
    }
    .mb-xl-100 {
        margin-bottom: 100px;
    }
    .ml-xl-100 {
        margin-left: 100px;
    }
    .mx-xl-100 {
        margin-right: 100px;
        margin-left: 100px;
    }
    .my-xl-100 {
        margin-top: 100px;
        margin-bottom: 100px;
    }
    .m-xl-90 {
        margin: 90px;
    }
    .mt-xl-90 {
        margin-top: 90px;
    }
    .mr-xl-90 {
        margin-right: 90px;
    }
    .mb-xl-90 {
        margin-bottom: 90px;
    }
    .ml-xl-90 {
        margin-left: 90px;
    }
    .mx-xl-90 {
        margin-right: 90px;
        margin-left: 90px;
    }
    .my-xl-90 {
        margin-top: 90px;
        margin-bottom: 90px;
    }
    .m-xl-85 {
        margin: 85px;
    }
    .mt-xl-85 {
        margin-top: 85px;
    }
    .mr-xl-85 {
        margin-right: 85px;
    }
    .mb-xl-85 {
        margin-bottom: 85px;
    }
    .ml-xl-85 {
        margin-left: 85px;
    }
    .mx-xl-85 {
        margin-right: 85px;
        margin-left: 85px;
    }
    .my-xl-85 {
        margin-top: 85px;
        margin-bottom: 85px;
    }
    .m-xl-80 {
        margin: 80px;
    }
    .mt-xl-80 {
        margin-top: 80px;
    }
    .mr-xl-80 {
        margin-right: 80px;
    }
    .mb-xl-80 {
        margin-bottom: 80px;
    }
    .ml-xl-80 {
        margin-left: 80px;
    }
    .mx-xl-80 {
        margin-right: 80px;
        margin-left: 80px;
    }
    .my-xl-80 {
        margin-top: 80px;
        margin-bottom: 80px;
    }
    .m-xl-70 {
        margin: 70px;
    }
    .mt-xl-70 {
        margin-top: 70px;
    }
    .mr-xl-70 {
        margin-right: 70px;
    }
    .mb-xl-70 {
        margin-bottom: 70px;
    }
    .ml-xl-70 {
        margin-left: 70px;
    }
    .mx-xl-70 {
        margin-right: 70px;
        margin-left: 70px;
    }
    .my-xl-70 {
        margin-top: 70px;
        margin-bottom: 70px;
    }
    .m-xl-65 {
        margin: 65px;
    }
    .mt-xl-65 {
        margin-top: 65px;
    }
    .mr-xl-65 {
        margin-right: 65px;
    }
    .mb-xl-65 {
        margin-bottom: 65px;
    }
    .ml-xl-65 {
        margin-left: 65px;
    }
    .mx-xl-65 {
        margin-right: 65px;
        margin-left: 65px;
    }
    .my-xl-65 {
        margin-top: 65px;
        margin-bottom: 65px;
    }
    .m-xl-60 {
        margin: 60px;
    }
    .mt-xl-60 {
        margin-top: 60px;
    }
    .mr-xl-60 {
        margin-right: 60px;
    }
    .mb-xl-60 {
        margin-bottom: 60px;
    }
    .ml-xl-60 {
        margin-left: 60px;
    }
    .mx-xl-60 {
        margin-right: 60px;
        margin-left: 60px;
    }
    .my-xl-60 {
        margin-top: 60px;
        margin-bottom: 60px;
    }
    .m-xl-50 {
        margin: 50px;
    }
    .mt-xl-50 {
        margin-top: 50px;
    }
    .mr-xl-50 {
        margin-right: 50px;
    }
    .mb-xl-50 {
        margin-bottom: 50px;
    }
    .ml-xl-50 {
        margin-left: 50px;
    }
    .mx-xl-50 {
        margin-right: 50px;
        margin-left: 50px;
    }
    .my-xl-50 {
        margin-top: 50px;
        margin-bottom: 50px;
    }
    .m-xl-40 {
        margin: 40px;
    }
    .mt-xl-40 {
        margin-top: 40px;
    }
    .mr-xl-40 {
        margin-right: 40px;
    }
    .mb-xl-40 {
        margin-bottom: 40px;
    }
    .ml-xl-40 {
        margin-left: 40px;
    }
    .mx-xl-40 {
        margin-right: 40px;
        margin-left: 40px;
    }
    .my-xl-40 {
        margin-top: 40px;
        margin-bottom: 40px;
    }
    .m-xl-35 {
        margin: 35px;
    }
    .mt-xl-35 {
        margin-top: 35px;
    }
    .mr-xl-35 {
        margin-right: 35px;
    }
    .mb-xl-35 {
        margin-bottom: 35px;
    }
    .ml-xl-35 {
        margin-left: 35px;
    }
    .mx-xl-35 {
        margin-right: 35px;
        margin-left: 35px;
    }
    .my-xl-35 {
        margin-top: 35px;
        margin-bottom: 35px;
    }
    .m-xl-30 {
        margin: 30px;
    }
    .mt-xl-30 {
        margin-top: 30px;
    }
    .mr-xl-30 {
        margin-right: 30px;
    }
    .mb-xl-30 {
        margin-bottom: 30px;
    }
    .ml-xl-30 {
        margin-left: 30px;
    }
    .mx-xl-30 {
        margin-right: 30px;
        margin-left: 30px;
    }
    .my-xl-30 {
        margin-top: 30px;
        margin-bottom: 30px;
    }
    .m-xl-20 {
        margin: 20px;
    }
    .mt-xl-20 {
        margin-top: 20px;
    }
    .mr-xl-20 {
        margin-right: 20px;
    }
    .mb-xl-20 {
        margin-bottom: 20px;
    }
    .ml-xl-20 {
        margin-left: 20px;
    }
    .mx-xl-20 {
        margin-right: 20px;
        margin-left: 20px;
    }
    .my-xl-20 {
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .m-xl-15 {
        margin: 15px;
    }
    .mt-xl-15 {
        margin-top: 15px;
    }
    .mr-xl-15 {
        margin-right: 15px;
    }
    .mb-xl-15 {
        margin-bottom: 15px;
    }
    .ml-xl-15 {
        margin-left: 15px;
    }
    .mx-xl-15 {
        margin-right: 15px;
        margin-left: 15px;
    }
    .my-xl-15 {
        margin-top: 15px;
        margin-bottom: 15px;
    }
    .m-xl-10 {
        margin: 10px;
    }
    .mt-xl-10 {
        margin-top: 10px;
    }
    .mr-xl-10 {
        margin-right: 10px;
    }
    .mb-xl-10 {
        margin-bottom: 10px;
    }
    .ml-xl-10 {
        margin-left: 10px;
    }
    .mx-xl-10 {
        margin-right: 10px;
        margin-left: 10px;
    }
    .my-xl-10 {
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .m-xl-5 {
        margin: 5px;
    }
    .mt-xl-5 {
        margin-top: 5px;
    }
    .mr-xl-5 {
        margin-right: 5px;
    }
    .mb-xl-5 {
        margin-bottom: 5px;
    }
    .ml-xl-5 {
        margin-left: 5px;
    }
    .mx-xl-5 {
        margin-right: 5px;
        margin-left: 5px;
    }
    .my-xl-5 {
        margin-top: 5px;
        margin-bottom: 5px;
    }
    .m-xl-0 {
        margin: 0;
    }
    .mt-xl-0 {
        margin-top: 0;
    }
    .mr-xl-0 {
        margin-right: 0;
    }
    .mb-xl-0 {
        margin-bottom: 0;
    }
    .ml-xl-0 {
        margin-left: 0;
    }
    .mx-xl-0 {
        margin-right: 0;
        margin-left: 0;
    }
    .my-xl-0 {
        margin-top: 0;
        margin-bottom: 0;
    }
    .p-xl-100 {
        padding: 100px;
    }
    .pt-xl-100 {
        padding-top: 100px;
    }
    .pr-xl-100 {
        padding-right: 100px;
    }
    .pb-xl-100 {
        padding-bottom: 100px;
    }
    .pl-xl-100 {
        padding-left: 100px;
    }
    .px-xl-100 {
        padding-right: 100px;
        padding-left: 100px;
    }
    .py-xl-100 {
        padding-top: 100px;
        padding-bottom: 100px;
    }
    .p-xl-90 {
        padding: 90px;
    }
    .pt-xl-90 {
        padding-top: 90px;
    }
    .pr-xl-90 {
        padding-right: 90px;
    }
    .pb-xl-90 {
        padding-bottom: 90px;
    }
    .pl-xl-90 {
        padding-left: 90px;
    }
    .px-xl-90 {
        padding-right: 90px;
        padding-left: 90px;
    }
    .py-xl-90 {
        padding-top: 90px;
        padding-bottom: 90px;
    }
    .p-xl-85 {
        padding: 85px;
    }
    .pt-xl-85 {
        padding-top: 85px;
    }
    .pr-xl-85 {
        padding-right: 85px;
    }
    .pb-xl-85 {
        padding-bottom: 85px;
    }
    .pl-xl-85 {
        padding-left: 85px;
    }
    .px-xl-85 {
        padding-right: 85px;
        padding-left: 85px;
    }
    .py-xl-85 {
        padding-top: 85px;
        padding-bottom: 85px;
    }
    .p-xl-80 {
        padding: 80px;
    }
    .pt-xl-80 {
        padding-top: 80px;
    }
    .pr-xl-80 {
        padding-right: 80px;
    }
    .pb-xl-80 {
        padding-bottom: 80px;
    }
    .pl-xl-80 {
        padding-left: 80px;
    }
    .px-xl-80 {
        padding-right: 80px;
        padding-left: 80px;
    }
    .py-xl-80 {
        padding-top: 80px;
        padding-bottom: 80px;
    }
    .p-xl-70 {
        padding: 70px;
    }
    .pt-xl-70 {
        padding-top: 70px;
    }
    .pr-xl-70 {
        padding-right: 70px;
    }
    .pb-xl-70 {
        padding-bottom: 70px;
    }
    .pl-xl-70 {
        padding-left: 70px;
    }
    .px-xl-70 {
        padding-right: 70px;
        padding-left: 70px;
    }
    .py-xl-70 {
        padding-top: 70px;
        padding-bottom: 70px;
    }
    .p-xl-65 {
        padding: 65px;
    }
    .pt-xl-65 {
        padding-top: 65px;
    }
    .pr-xl-65 {
        padding-right: 65px;
    }
    .pb-xl-65 {
        padding-bottom: 65px;
    }
    .pl-xl-65 {
        padding-left: 65px;
    }
    .px-xl-65 {
        padding-right: 65px;
        padding-left: 65px;
    }
    .py-xl-65 {
        padding-top: 65px;
        padding-bottom: 65px;
    }
    .p-xl-60 {
        padding: 60px;
    }
    .pt-xl-60 {
        padding-top: 60px;
    }
    .pr-xl-60 {
        padding-right: 60px;
    }
    .pb-xl-60 {
        padding-bottom: 60px;
    }
    .pl-xl-60 {
        padding-left: 60px;
    }
    .px-xl-60 {
        padding-right: 60px;
        padding-left: 60px;
    }
    .py-xl-60 {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .p-xl-50 {
        padding: 50px;
    }
    .pt-xl-50 {
        padding-top: 50px;
    }
    .pr-xl-50 {
        padding-right: 50px;
    }
    .pb-xl-50 {
        padding-bottom: 50px;
    }
    .pl-xl-50 {
        padding-left: 50px;
    }
    .px-xl-50 {
        padding-right: 50px;
        padding-left: 50px;
    }
    .py-xl-50 {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .p-xl-40 {
        padding: 40px;
    }
    .pt-xl-40 {
        padding-top: 40px;
    }
    .pr-xl-40 {
        padding-right: 40px;
    }
    .pb-xl-40 {
        padding-bottom: 40px;
    }
    .pl-xl-40 {
        padding-left: 40px;
    }
    .px-xl-40 {
        padding-right: 40px;
        padding-left: 40px;
    }
    .py-xl-40 {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .p-xl-35 {
        padding: 35px;
    }
    .pt-xl-35 {
        padding-top: 35px;
    }
    .pr-xl-35 {
        padding-right: 35px;
    }
    .pb-xl-35 {
        padding-bottom: 35px;
    }
    .pl-xl-35 {
        padding-left: 35px;
    }
    .px-xl-35 {
        padding-right: 35px;
        padding-left: 35px;
    }
    .py-xl-35 {
        padding-top: 35px;
        padding-bottom: 35px;
    }
    .p-xl-30 {
        padding: 30px;
    }
    .pt-xl-30 {
        padding-top: 30px;
    }
    .pr-xl-30 {
        padding-right: 30px;
    }
    .pb-xl-30 {
        padding-bottom: 30px;
    }
    .pl-xl-30 {
        padding-left: 30px;
    }
    .px-xl-30 {
        padding-right: 30px;
        padding-left: 30px;
    }
    .py-xl-30 {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .p-xl-20 {
        padding: 20px;
    }
    .pt-xl-20 {
        padding-top: 20px;
    }
    .pr-xl-20 {
        padding-right: 20px;
    }
    .pb-xl-20 {
        padding-bottom: 20px;
    }
    .pl-xl-20 {
        padding-left: 20px;
    }
    .px-xl-20 {
        padding-right: 20px;
        padding-left: 20px;
    }
    .py-xl-20 {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .p-xl-15 {
        padding: 15px;
    }
    .pt-xl-15 {
        padding-top: 15px;
    }
    .pr-xl-15 {
        padding-right: 15px;
    }
    .pb-xl-15 {
        padding-bottom: 15px;
    }
    .pl-xl-15 {
        padding-left: 15px;
    }
    .px-xl-15 {
        padding-right: 15px;
        padding-left: 15px;
    }
    .py-xl-15 {
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .p-xl-10 {
        padding: 10px;
    }
    .pt-xl-10 {
        padding-top: 10px;
    }
    .pr-xl-10 {
        padding-right: 10px;
    }
    .pb-xl-10 {
        padding-bottom: 10px;
    }
    .pl-xl-10 {
        padding-left: 10px;
    }
    .px-xl-10 {
        padding-right: 10px;
        padding-left: 10px;
    }
    .py-xl-10 {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .p-xl-5 {
        padding: 5px;
    }
    .pt-xl-5 {
        padding-top: 5px;
    }
    .pr-xl-5 {
        padding-right: 5px;
    }
    .pb-xl-5 {
        padding-bottom: 5px;
    }
    .pl-xl-5 {
        padding-left: 5px;
    }
    .px-xl-5 {
        padding-right: 5px;
        padding-left: 5px;
    }
    .py-xl-5 {
        padding-top: 5px;
        padding-bottom: 5px;
    }
    .p-xl-0 {
        padding: 0;
    }
    .pt-xl-0 {
        padding-top: 0;
    }
    .pr-xl-0 {
        padding-right: 0;
    }
    .pb-xl-0 {
        padding-bottom: 0;
    }
    .pl-xl-0 {
        padding-left: 0;
    }
    .px-xl-0 {
        padding-right: 0;
        padding-left: 0;
    }
    .py-xl-0 {
        padding-top: 0;
        padding-bottom: 0;
    }
    .m-xl-auto {
        margin: auto;
    }
    .mt-xl-auto {
        margin-top: auto;
    }
    .mr-xl-auto {
        margin-right: auto;
    }
    .mb-xl-auto {
        margin-bottom: auto;
    }
    .ml-xl-auto {
        margin-left: auto;
    }
    .mx-xl-auto {
        margin-right: auto;
        margin-left: auto;
    }
    .my-xl-auto {
        margin-top: auto;
        margin-bottom: auto;
    }
}
.text-justify {
    text-align: justify !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: 480px) {
    .text-xs-left {
        text-align: left !important;
    }
    .text-xs-right {
        text-align: right !important;
    }
    .text-xs-center {
        text-align: center !important;
    }
}
@media (min-width: 769px) {
    .text-sm-left {
        text-align: left !important;
    }
    .text-sm-right {
        text-align: right !important;
    }
    .text-sm-center {
        text-align: center !important;
    }
}
@media (min-width: 990px) {
    .text-md-left {
        text-align: left !important;
    }
    .text-md-right {
        text-align: right !important;
    }
    .text-md-center {
        text-align: center !important;
    }
}
@media (min-width: 1225px) {
    .text-lg-left {
        text-align: left !important;
    }
    .text-lg-right {
        text-align: right !important;
    }
    .text-lg-center {
        text-align: center !important;
    }
}
@media (min-width: 1460px) {
    .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;
}
.fweight-regular {
    font-weight: 400;
}
.fweight-semibold {
    font-weight: 600;
}
.fweight-bold {
    font-weight: 700;
}
.fweight-extra-bold {
    font-weight: 900;
}
.fweight-black {
    font-weight: 900;
}
@media (min-width: 480px) {
    .fweight-xs-regular {
        font-weight: 400;
    }
    .fweight-xs-semibold {
        font-weight: 600;
    }
    .fweight-xs-bold {
        font-weight: 700;
    }
    .fweight-xs-extra-bold {
        font-weight: 900;
    }
    .fweight-xs-black {
        font-weight: 900;
    }
}
@media (min-width: 769px) {
    .fweight-sm-regular {
        font-weight: 400;
    }
    .fweight-sm-semibold {
        font-weight: 600;
    }
    .fweight-sm-bold {
        font-weight: 700;
    }
    .fweight-sm-extra-bold {
        font-weight: 900;
    }
    .fweight-sm-black {
        font-weight: 900;
    }
}
@media (min-width: 990px) {
    .fweight-md-regular {
        font-weight: 400;
    }
    .fweight-md-semibold {
        font-weight: 600;
    }
    .fweight-md-bold {
        font-weight: 700;
    }
    .fweight-md-extra-bold {
        font-weight: 900;
    }
    .fweight-md-black {
        font-weight: 900;
    }
}
@media (min-width: 1225px) {
    .fweight-lg-regular {
        font-weight: 400;
    }
    .fweight-lg-semibold {
        font-weight: 600;
    }
    .fweight-lg-bold {
        font-weight: 700;
    }
    .fweight-lg-extra-bold {
        font-weight: 900;
    }
    .fweight-lg-black {
        font-weight: 900;
    }
}
@media (min-width: 1460px) {
    .fweight-xl-regular {
        font-weight: 400;
    }
    .fweight-xl-semibold {
        font-weight: 600;
    }
    .fweight-xl-bold {
        font-weight: 700;
    }
    .fweight-xl-extra-bold {
        font-weight: 900;
    }
    .fweight-xl-black {
        font-weight: 900;
    }
}
.font-italic {
    font-style: italic;
}
.text-darkgrey {
    color: #68596e !important;
}
a.text-darkgrey:focus,
a.text-darkgrey:hover {
    color: #4d4252 !important;
}
.text-grey {
    color: #afa2ba !important;
}
a.text-grey:focus,
a.text-grey:hover {
    color: #9685a4 !important;
}
.text-lightgrey {
    color: #dfdae4 !important;
}
a.text-lightgrey:focus,
a.text-lightgrey:hover {
    color: #c6bdce !important;
}
.text-lightergrey {
    color: #f8f7fc !important;
}
a.text-lightergrey:focus,
a.text-lightergrey:hover {
    color: #d8d2ee !important;
}
.text-white {
    color: #fff !important;
}
a.text-white:focus,
a.text-white:hover {
    color: #e6e6e6 !important;
}
.text-lightergreen {
    color: #33cf9f !important;
}
a.text-lightergreen:focus,
a.text-lightergreen:hover {
    color: #27a880 !important;
}
.text-lightgreen {
    color: #2dc495 !important;
}
a.text-lightgreen:focus,
a.text-lightgreen:hover {
    color: #239b75 !important;
}
.text-shinegreen {
    color: #01dfa1 !important;
}
a.text-shinegreen:focus,
a.text-shinegreen:hover {
    color: #01ac7c !important;
}
.text-green {
    color: #42cda1 !important;
}
a.text-green:focus,
a.text-green:hover {
    color: #2eae85 !important;
}
.text-darkgreen {
    color: #369993 !important;
}
a.text-darkgreen:focus,
a.text-darkgreen:hover {
    color: #29736f !important;
}
.text-blue {
    color: #69c1ff !important;
}
a.text-blue:focus,
a.text-blue:hover {
    color: #36acff !important;
}
.text-bluegreen {
    color: #3bd3d7 !important;
}
a.text-bluegreen:focus,
a.text-bluegreen:hover {
    color: #26b5b9 !important;
}
.text-purple {
    color: #907feb !important;
}
a.text-purple:focus,
a.text-purple:hover {
    color: #6a53e4 !important;
}
.text-darkpurple {
    color: #7b61ce !important;
}
a.text-darkpurple:focus,
a.text-darkpurple:hover {
    color: #5b3cc0 !important;
}
.text-tomato {
    color: #f45459 !important;
}
a.text-tomato:focus,
a.text-tomato:hover {
    color: #f1242a !important;
}
.text-darktomato {
    color: #d44144 !important;
}
a.text-darktomato:focus,
a.text-darktomato:hover {
    color: #b82a2d !important;
}
.text-yellow {
    color: #ffd803 !important;
}
a.text-yellow:focus,
a.text-yellow:hover {
    color: #cfaf00 !important;
}
.text-darkyellow {
    color: #e29d00 !important;
}
a.text-darkyellow:focus,
a.text-darkyellow:hover {
    color: #af7a00 !important;
}
.text-mustard {
    color: #feb800 !important;
}
a.text-mustard:focus,
a.text-mustard:hover {
    color: #cb9300 !important;
}
.text-orange {
    color: #feae00 !important;
}
a.text-orange:focus,
a.text-orange:hover {
    color: #cb8b00 !important;
}
.text-pink {
    color: #ff2f63 !important;
}
a.text-pink:focus,
a.text-pink:hover {
    color: #fb003f !important;
}
.text-darkblack {
    color: #171524 !important;
}
a.text-darkblack:focus,
a.text-darkblack:hover {
    color: #020204 !important;
}
.text-black {
    color: #221e33 !important;
}
a.text-black:focus,
a.text-black:hover {
    color: #0d0b13 !important;
}
.text-realblack {
    color: #000 !important;
}
a.text-realblack:focus,
a.text-realblack:hover {
    color: #000 !important;
}
.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}
.text-underline {
    text-decoration: underline;
}
.text-line-through {
    text-decoration: line-through;
}
.visible {
    visibility: visible !important;
}
.invisible {
    visibility: hidden !important;
}
@media (min-width: 480px) {
    .visible-xs {
        visibility: visible !important;
    }
    .invisible-xs {
        visibility: hidden !important;
    }
}
@media (min-width: 769px) {
    .visible-sm {
        visibility: visible !important;
    }
    .invisible-sm {
        visibility: hidden !important;
    }
}
@media (min-width: 990px) {
    .visible-md {
        visibility: visible !important;
    }
    .invisible-md {
        visibility: hidden !important;
    }
}
@media (min-width: 1225px) {
    .visible-lg {
        visibility: visible !important;
    }
    .invisible-lg {
        visibility: hidden !important;
    }
}
@media (min-width: 1460px) {
    .visible-xl {
        visibility: visible !important;
    }
    .invisible-xl {
        visibility: hidden !important;
    }
}
.overlevel-dropdown {
    z-index: 1005 !important;
}
.unverlevel-dropdown {
    z-index: 995 !important;
}
.level-dropdown {
    z-index: 1000 !important;
}
.overlevel-sticky {
    z-index: 1025 !important;
}
.unverlevel-sticky {
    z-index: 1015 !important;
}
.level-sticky {
    z-index: 1020 !important;
}
.overlevel-fixed {
    z-index: 1035 !important;
}
.unverlevel-fixed {
    z-index: 1025 !important;
}
.level-fixed {
    z-index: 1030 !important;
}
.overlevel-backdrop {
    z-index: 1045 !important;
}
.unverlevel-backdrop {
    z-index: 1035 !important;
}
.level-backdrop {
    z-index: 1040 !important;
}
.overlevel-modal {
    z-index: 1055 !important;
}
.unverlevel-modal {
    z-index: 1045 !important;
}
.level-modal {
    z-index: 1050 !important;
}
.overlevel-popover {
    z-index: 1065 !important;
}
.unverlevel-popover {
    z-index: 1055 !important;
}
.level-popover {
    z-index: 1060 !important;
}
.overlevel-tooltip {
    z-index: 1075 !important;
}
.unverlevel-tooltip {
    z-index: 1065 !important;
}
.level-tooltip {
    z-index: 1070 !important;
}
@media (min-width: 480px) {
    .overlevel-xs-dropdown {
        z-index: 1005 !important;
    }
    .unverlevel-xs-dropdown {
        z-index: 995 !important;
    }
    .level-xs-dropdown {
        z-index: 1000 !important;
    }
    .overlevel-xs-sticky {
        z-index: 1025 !important;
    }
    .unverlevel-xs-sticky {
        z-index: 1015 !important;
    }
    .level-xs-sticky {
        z-index: 1020 !important;
    }
    .overlevel-xs-fixed {
        z-index: 1035 !important;
    }
    .unverlevel-xs-fixed {
        z-index: 1025 !important;
    }
    .level-xs-fixed {
        z-index: 1030 !important;
    }
    .overlevel-xs-backdrop {
        z-index: 1045 !important;
    }
    .unverlevel-xs-backdrop {
        z-index: 1035 !important;
    }
    .level-xs-backdrop {
        z-index: 1040 !important;
    }
    .overlevel-xs-modal {
        z-index: 1055 !important;
    }
    .unverlevel-xs-modal {
        z-index: 1045 !important;
    }
    .level-xs-modal {
        z-index: 1050 !important;
    }
    .overlevel-xs-popover {
        z-index: 1065 !important;
    }
    .unverlevel-xs-popover {
        z-index: 1055 !important;
    }
    .level-xs-popover {
        z-index: 1060 !important;
    }
    .overlevel-xs-tooltip {
        z-index: 1075 !important;
    }
    .unverlevel-xs-tooltip {
        z-index: 1065 !important;
    }
    .level-xs-tooltip {
        z-index: 1070 !important;
    }
}
@media (min-width: 769px) {
    .overlevel-sm-dropdown {
        z-index: 1005 !important;
    }
    .unverlevel-sm-dropdown {
        z-index: 995 !important;
    }
    .level-sm-dropdown {
        z-index: 1000 !important;
    }
    .overlevel-sm-sticky {
        z-index: 1025 !important;
    }
    .unverlevel-sm-sticky {
        z-index: 1015 !important;
    }
    .level-sm-sticky {
        z-index: 1020 !important;
    }
    .overlevel-sm-fixed {
        z-index: 1035 !important;
    }
    .unverlevel-sm-fixed {
        z-index: 1025 !important;
    }
    .level-sm-fixed {
        z-index: 1030 !important;
    }
    .overlevel-sm-backdrop {
        z-index: 1045 !important;
    }
    .unverlevel-sm-backdrop {
        z-index: 1035 !important;
    }
    .level-sm-backdrop {
        z-index: 1040 !important;
    }
    .overlevel-sm-modal {
        z-index: 1055 !important;
    }
    .unverlevel-sm-modal {
        z-index: 1045 !important;
    }
    .level-sm-modal {
        z-index: 1050 !important;
    }
    .overlevel-sm-popover {
        z-index: 1065 !important;
    }
    .unverlevel-sm-popover {
        z-index: 1055 !important;
    }
    .level-sm-popover {
        z-index: 1060 !important;
    }
    .overlevel-sm-tooltip {
        z-index: 1075 !important;
    }
    .unverlevel-sm-tooltip {
        z-index: 1065 !important;
    }
    .level-sm-tooltip {
        z-index: 1070 !important;
    }
}
@media (min-width: 990px) {
    .overlevel-md-dropdown {
        z-index: 1005 !important;
    }
    .unverlevel-md-dropdown {
        z-index: 995 !important;
    }
    .level-md-dropdown {
        z-index: 1000 !important;
    }
    .overlevel-md-sticky {
        z-index: 1025 !important;
    }
    .unverlevel-md-sticky {
        z-index: 1015 !important;
    }
    .level-md-sticky {
        z-index: 1020 !important;
    }
    .overlevel-md-fixed {
        z-index: 1035 !important;
    }
    .unverlevel-md-fixed {
        z-index: 1025 !important;
    }
    .level-md-fixed {
        z-index: 1030 !important;
    }
    .overlevel-md-backdrop {
        z-index: 1045 !important;
    }
    .unverlevel-md-backdrop {
        z-index: 1035 !important;
    }
    .level-md-backdrop {
        z-index: 1040 !important;
    }
    .overlevel-md-modal {
        z-index: 1055 !important;
    }
    .unverlevel-md-modal {
        z-index: 1045 !important;
    }
    .level-md-modal {
        z-index: 1050 !important;
    }
    .overlevel-md-popover {
        z-index: 1065 !important;
    }
    .unverlevel-md-popover {
        z-index: 1055 !important;
    }
    .level-md-popover {
        z-index: 1060 !important;
    }
    .overlevel-md-tooltip {
        z-index: 1075 !important;
    }
    .unverlevel-md-tooltip {
        z-index: 1065 !important;
    }
    .level-md-tooltip {
        z-index: 1070 !important;
    }
}
@media (min-width: 1225px) {
    .overlevel-lg-dropdown {
        z-index: 1005 !important;
    }
    .unverlevel-lg-dropdown {
        z-index: 995 !important;
    }
    .level-lg-dropdown {
        z-index: 1000 !important;
    }
    .overlevel-lg-sticky {
        z-index: 1025 !important;
    }
    .unverlevel-lg-sticky {
        z-index: 1015 !important;
    }
    .level-lg-sticky {
        z-index: 1020 !important;
    }
    .overlevel-lg-fixed {
        z-index: 1035 !important;
    }
    .unverlevel-lg-fixed {
        z-index: 1025 !important;
    }
    .level-lg-fixed {
        z-index: 1030 !important;
    }
    .overlevel-lg-backdrop {
        z-index: 1045 !important;
    }
    .unverlevel-lg-backdrop {
        z-index: 1035 !important;
    }
    .level-lg-backdrop {
        z-index: 1040 !important;
    }
    .overlevel-lg-modal {
        z-index: 1055 !important;
    }
    .unverlevel-lg-modal {
        z-index: 1045 !important;
    }
    .level-lg-modal {
        z-index: 1050 !important;
    }
    .overlevel-lg-popover {
        z-index: 1065 !important;
    }
    .unverlevel-lg-popover {
        z-index: 1055 !important;
    }
    .level-lg-popover {
        z-index: 1060 !important;
    }
    .overlevel-lg-tooltip {
        z-index: 1075 !important;
    }
    .unverlevel-lg-tooltip {
        z-index: 1065 !important;
    }
    .level-lg-tooltip {
        z-index: 1070 !important;
    }
}
@media (min-width: 1460px) {
    .overlevel-xl-dropdown {
        z-index: 1005 !important;
    }
    .unverlevel-xl-dropdown {
        z-index: 995 !important;
    }
    .level-xl-dropdown {
        z-index: 1000 !important;
    }
    .overlevel-xl-sticky {
        z-index: 1025 !important;
    }
    .unverlevel-xl-sticky {
        z-index: 1015 !important;
    }
    .level-xl-sticky {
        z-index: 1020 !important;
    }
    .overlevel-xl-fixed {
        z-index: 1035 !important;
    }
    .unverlevel-xl-fixed {
        z-index: 1025 !important;
    }
    .level-xl-fixed {
        z-index: 1030 !important;
    }
    .overlevel-xl-backdrop {
        z-index: 1045 !important;
    }
    .unverlevel-xl-backdrop {
        z-index: 1035 !important;
    }
    .level-xl-backdrop {
        z-index: 1040 !important;
    }
    .overlevel-xl-modal {
        z-index: 1055 !important;
    }
    .unverlevel-xl-modal {
        z-index: 1045 !important;
    }
    .level-xl-modal {
        z-index: 1050 !important;
    }
    .overlevel-xl-popover {
        z-index: 1065 !important;
    }
    .unverlevel-xl-popover {
        z-index: 1055 !important;
    }
    .level-xl-popover {
        z-index: 1060 !important;
    }
    .overlevel-xl-tooltip {
        z-index: 1075 !important;
    }
    .unverlevel-xl-tooltip {
        z-index: 1065 !important;
    }
    .level-xl-tooltip {
        z-index: 1070 !important;
    }
}
.cart-reminder {
    border-radius: 10px;
    overflow: hidden;
    background-color: #fff;
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
}
.cart-reminder-header-images {
    margin-bottom: -90px;
}
.cart-reminder-header-image {
    width: 6.35714em;
    height: 9em;
    -webkit-box-shadow: 0 4px 7px -2px rgba(0, 0, 0, 0.25);
    box-shadow: 0 4px 7px -2px rgba(0, 0, 0, 0.25);
    background-color: #dcdcdc;
}
.cart-reminder-header-image-1 {
    position: relative;
    z-index: 3;
}
.cart-reminder-header-image-2,
.cart-reminder-header-image-3 {
    position: absolute;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    display: inline-block;
    top: 0;
}
.cart-reminder-header-image-2 {
    -webkit-transform: scale(0.8) translateX(1.78571em);
    transform: scale(0.8) translateX(1.78571em);
    z-index: 2;
}
.cart-reminder-header-image-3 {
    -webkit-transform: scale(0.8) translateX(-1.78571em);
    transform: scale(0.8) translateX(-1.78571em);
    z-index: 1;
}
.cart-reminder-popover {
    border-width: 0;
    padding: 0;
    background: none;
}
.cart-reminder-popover .popover-header {
    display: none;
}
.cart-reminder-popover .arrow::before,
.cart-reminder-popover .arrow::after {
    top: -7px !important;
    border-bottom-color: #907feb !important;
}
.cart-reminder-body::before {
    content: "";
    display: block;
    background-image: url(/Assets/svg/pattern-wave.svg);
    background-repeat: repeat-x;
    background-size: 30px 10px;
    background-position: bottom;
    height: 11px;
    z-index: 0;
    position: relative;
    top: -1px;
}
.cart-reminder-action .btn {
    font-size: 10px;
    height: 35px;
    width: auto;
}
.cart-reminder-backdrop {
    opacity: 0 !important;
}
.menu-header-mobile-action-cart.has-cart-reminder,
.menu-header-action-cart.has-cart-reminder {
    color: #907feb !important;
}
.menu-header-mobile-action-cart.has-cart-reminder svg path,
.menu-header-action-cart.has-cart-reminder svg path {
    stroke: #907feb !important;
    fill: #907feb !important;
}
.banner-top {
    width: 100%;
    /* height: 135px !important; */
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    z-index: 0;
    position: relative;
    display: block;
}
.banner-top-badge {
    color: #624508;
    background-color: #ffb505;
    padding-left: 7px;
    padding-right: 7px;
    margin-left: 1px;
    margin-right: 1px;
}
@media (max-width: 479px) {
    .banner-top p {
        max-width: 200px;
    }
}
.banner-top.banner-ativo img {
    width: 100%;
    height: 135px !important;
    /* max-width: 100%;
    max-height: 100%; */
    background-size: cover;
    background-repeat: no-repeat;
}
.menu-product-card {
    border-radius: 10px;
    margin-bottom: 10px;
    position: relative;
    -webkit-box-shadow: 0 2px 20px 0 rgba(223, 218, 228, 0.5);
    box-shadow: 0 2px 20px 0 rgba(223, 218, 228, 0.5);
    -webkit-transition-duration: 150ms;
    transition-duration: 150ms;
    -webkit-transition-property: -webkit-box-shadow, background-color;
    transition-property: -webkit-box-shadow, background-color;
    transition-property: box-shadow;
    -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    overflow: hidden;
    background-color: #a975f2;
}
.menu-product-card > * {
    position: relative;
    z-index: 1;
}
.menu-product-card h4 {
    color: #000;
    padding-left: 10px;
    padding-right: 6px;
    font-size: 14px;
    font-weight: 400;
}
.menu-product-card h4 svg {
    fill: #afa2ba;
    opacity: 0.6;
    height: 20px;
    width: 20px;
}
.menu-product-card-image {
    height: 75%;
    width: 75%;
}
.menu-product-card-image-wrapper {
    height: 70px;
    line-height: 70px;
    width: 70px;
    background-color: #fff;
    text-align: center;
}
@media (min-width: 1460px) {
    .menu-product-card-image-wrapper {
        height: 80px;
        line-height: 80px;
        width: 80px;
    }
}
.menu-product-card-catalog .row {
    margin-left: -5px;
    margin-right: -5px;
}
.menu-product-card-catalog .row > div {
    padding-left: 5px;
    padding-right: 5px;
}
.menu-product-card:focus {
    text-decoration: none;
    -webkit-box-shadow: 0 5px 10px -1px rgba(223, 218, 228, 0.9);
    box-shadow: 0 5px 10px -1px rgba(223, 218, 228, 0.9);
}
.menu-product-card:hover {
    text-decoration: none;
    -webkit-box-shadow: 0 5px 10px -1px rgba(223, 218, 228, 0.9);
    box-shadow: 0 5px 10px -1px rgba(223, 218, 228, 0.9);
    color: #fff;
}
.menu-product-card:hover h4 {
    color: #fff;
}
.menu-product-card:hover h4 svg {
    fill: #fff;
}
.menu-product-card:not(:hover) {
    background: #fff !important;
}
.hamburger {
    padding: 2px 2px;
    display: inline-block;
    cursor: pointer;
    transition-property: opacity, filter;
    transition-duration: 0.15s;
    transition-timing-function: linear;
    font: inherit;
    color: inherit;
    text-transform: none;
    background-color: transparent;
    border: 0;
    margin: 0;
    overflow: visible;
}
.hamburger:hover {
    opacity: 1;
}
.hamburger-box {
    width: 22px;
    height: 17px;
    display: inline-block;
    position: relative;
}
.hamburger-inner {
    display: block;
    top: 50%;
    margin-top: -1.5px;
}
.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
    width: 22px;
    height: 3px;
    background-color: #3bd3d7;
    border-radius: 10px;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease;
}
.hamburger-inner::before,
.hamburger-inner::after {
    content: "";
    display: block;
}
.hamburger-inner::before {
    top: -7px;
}
.hamburger-inner::after {
    bottom: -7px;
}
.hamburger--slider .hamburger-inner {
    top: 1.5px;
}
.hamburger--slider .hamburger-inner::before {
    top: 7px;
    transition-property: transform, opacity;
    transition-timing-function: ease;
    transition-duration: 0.15s;
}
.hamburger--slider .hamburger-inner::after {
    top: 14px;
}
.hamburger--slider.is-active .hamburger-inner {
    transform: translate3d(0, 7px, 0) rotate(45deg);
}
.hamburger--slider.is-active .hamburger-inner::before {
    transform: rotate(-45deg) translate3d(-3.14286px, -4px, 0);
    opacity: 0;
}
.hamburger--slider.is-active .hamburger-inner::after {
    transform: translate3d(0, -14px, 0) rotate(-90deg);
}
.menu-header-mobile {
    border-bottom: 1px solid #f8f7fc;
    background: #fff;
    align-items: center;
    display: flex;
}
.menu-header-mobile .container-fluid {
    padding: 0 16px 0 16px !important;
}
.menu-header-mobile-partner-logo img {
    height: 31px;
    width: auto;
}
.menu-header-mobile-actions svg {
    height: 22px;
    width: 22px;
}
.menu-header-mobile-actions svg path {
    fill: #3bd3d7;
    stroke: #3bd3d7;
}
.menu-header-mobile-actions a,
.menu-header-mobile-actions button {
    padding-left: 15px;
}
.menu-header-mobile-actions > *:first-child {
    padding-left: 0;
}
.menu-header-mobile-action-login,
.menu-header-mobile-action-user {
    font-size: 14px;
    font-weight: 600;
    color: #3bd3d7 !important;
}
.menu-header-mobile-action-login svg,
.menu-header-mobile-action-user svg {
    margin-left: 5px;
    min-width: 22px;
}
.menu-header-mobile-action-login svg circle {
    fill: #3bd3d7;
}
.menu-header-mobile-action-login svg path {
    fill: white;
    stroke: #3bd3d7;
}
.menu-header-mobile .menu-loja {
    position: relative;
}
.menu-header-mobile .menu-loja::after {
    background: #9b70e3;
    height: 4px;
    width: 100px;
    content: "";
    display: block;
    position: absolute;
    top: 44px;
    border-radius: 100px 100px 0 0;
}
@media (min-width: 480px) {
    .menu-header-mobile .menu-loja::after {
        top: 50px !important;
    }
}
.menu-header-mobile-action-user {
    max-width: 110px;
    max-width: 25vw;
    -webkit-transition: color 150ms cubic-bezier(0.4, 0, 0.6, 1);
    transition: color 150ms cubic-bezier(0.4, 0, 0.6, 1);
}
.menu-header-mobile-action-user svg circle {
    stroke: #3bd3d7;
    fill: #3bd3d7;
    -webkit-transition: stroke 150ms cubic-bezier(0.4, 0, 0.6, 1),
        fill 150ms cubic-bezier(0.4, 0, 0.6, 1);
    transition: stroke 150ms cubic-bezier(0.4, 0, 0.6, 1),
        fill 150ms cubic-bezier(0.4, 0, 0.6, 1);
}
.menu-header-mobile-action-user svg path {
    stroke: #fff;
    fill: #fff;
}
.menu-header-mobile-action-user span {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-transform: capitalize;
}
.menu-header-mobile-action-user.is-active {
    color: #907feb !important;
}
.menu-header-mobile-action-user.is-active svg circle {
    stroke: #907feb;
    fill: #907feb;
}
.menu-header-mobile-action-cart {
    padding-left: 15px !important;
}
.menu-header-mobile-action-cart-badge {
    -webkit-transform: translate(55%, -60%);
    transform: translate(55%, -60%);
    right: 50%;
    top: 50%;
    font-size: 9px;
    font-weight: 900;
    color: #fff;
}
.menu-header-mobile-action-cart svg {
    height: 24px;
    width: 25px;
}
.menu-header-mobile-action-cart.cart-with-items svg path {
    fill: #ff4641;
    stroke: #ff4641;
}
.menu-header-mobile-action-main {
    margin-top: 1px;
}
.menu-header-mobile-action-main .hamburger-inner::after {
    width: 16px;
}
.menu-header-mobile-action-main.is-active .hamburger-inner::after {
    width: 22px;
}
.menu-header-mobile-action-main:focus {
    outline: none;
}
.menu-header-mobile.is-inverted {
    border-bottom-color: #1fbfc3;
    background: #3bd3d7;
}
.menu-header-mobile.is-inverted .menu-header-mobile-actions svg path {
    fill: #fff;
    stroke: #fff;
}
.menu-header-mobile.is-inverted .menu-header-mobile-action-login,
.menu-header-mobile.is-inverted .menu-header-mobile-action-user {
    color: #fff !important;
}
.menu-header-mobile.is-inverted .menu-header-mobile-action-login svg circle,
.menu-header-mobile.is-inverted .menu-header-mobile-action-user svg circle {
    stroke: #fff !important;
    fill: #fff !important;
}
.menu-header-mobile.is-inverted .menu-header-mobile-action-login svg path,
.menu-header-mobile.is-inverted .menu-header-mobile-action-user svg path {
    stroke: #3bd3d7 !important;
    fill: #3bd3d7 !important;
}
.menu-header-mobile.is-inverted .menu-header-mobile-action-login.is-active,
.menu-header-mobile.is-inverted .menu-header-mobile-action-user.is-active {
    color: #907feb !important;
}
.menu-header-mobile.is-inverted
    .menu-header-mobile-action-login.is-active
    svg
    circle,
.menu-header-mobile.is-inverted
    .menu-header-mobile-action-user.is-active
    svg
    circle {
    stroke: #907feb !important;
    fill: #907feb !important;
}
.menu-header-mobile.is-inverted .menu-header-mobile-action-cart-badge {
    color: #fff;
}
.menu-header-mobile.is-inverted
    .menu-header-mobile-action-cart.cart-with-items
    svg
    path {
    fill: #ff4641;
    stroke: #ff4641;
}
.menu-header-mobile.is-inverted .hamburger-inner,
.menu-header-mobile.is-inverted .hamburger-inner::before,
.menu-header-mobile.is-inverted .hamburger-inner::after {
    background-color: #fff;
}
.menu-header-mobile.has-partnership .menu-header-mobile-logo {
    width: 31px;
    overflow: hidden;
}
@media (min-width: 480px) {
    .menu-header-mobile.has-partnership .menu-header-mobile-logo {
        width: 91px;
        overflow: auto;
    }
}
.categories-new {
    z-index: 0 !important;
    border-bottom: none !important;
}
.categories-new .sub-description {
    color: #385898 ;
}
.categories-new .menu-clube .badge {
    padding: 4px 5px !important;
}
menu-header {
    z-index: 1;
}
menu-header .container {
    width: 990px !important;
}
.border-clube {
    border-bottom: 1px solid #dfdae4;
    border-top: 1px solid #dfdae4;
}
.header-clean {
}
.ballon-icon {
    margin-left: 6px;
    margin-right: 16px !important;
}
.ballon-icon svg {
    margin-right: 16px !important;
}
.px-25 {
    padding-left: 25px;
    padding-right: 25px;
}
.with-icon {
    padding-left: 15px !important;
}
.btn-menu-unsigned {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
    text-align: center;
    left: 0;
    bottom: 0;
    letter-spacing: 0.9px;
    width: 100%;
    height: 50px;
    line-height: 50px;
    background: #8e4dd4;
    border-radius: 100px;
    text-transform: uppercase;
    text-decoration: none;
    font-family: Nunito !important;
    font-size: 12px !important;
    font-weight: 900;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #fff;
}
.btn-menu-unsigned:hover {
    color: #fff;
    text-decoration: none;
}
.text-clube {
    font-family: Roboto;
    font-size: 12px !important;
    font-weight: bold !important;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.64;
    color: #923fda !important;
    text-transform: uppercase;
}
.text-small {
    text-align: center;
    margin-left: 20px;
    font-family: Roboto;
    font-size: 10px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #66596d;
}
.text-clube-button {
    opacity: 0.7;
    font-family: Roboto;
    font-size: 14px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.64;
    color: #68596e;
    text-transform: uppercase;
}
.menu-header {
    border-bottom: 1px solid #f2f1f2;
    background: #fff;
}
@media (min-width: 990px) {
    .menu-header .container {
        width: 1000px !important;
    }
    .menu-header .container .sub-description {
        font-size: 12px !important;
    }
}
@media (min-width: 1225px) {
    .menu-header .container {
        width: 1191px !important;
    }
    .menu-header .container .sub-description {
        font-size: 14px !important;
    }
}
@media (min-width: 1460px) {
    .menu-header .container {
        width: 1400px !important;
    }
}
.menu-header a {
    font-family: "Roboto";
    font-size: 14px;
}
.menu-header .active-loja-page {
    position: relative;
    display: flex;
    flex-direction: column;
}
.menu-header .active-loja-page .sub-title {
    flex-grow: 1;
}
.menu-header .active-loja-page .active-page-feel {
    position: absolute;
    top: 37px;
    right: -10px;
    background: #9b70e3;
    height: 5px;
    width: 145px;
    content: "";
    display: block;
    border-radius: 100px 100px 0 0;
}
.menu-header .active-loja-page .active-page-book {
    position: absolute;
    top: 37px;
    right: -16px;
    background: #9b70e3;
    height: 5px;
    width: 85px;
    content: "";
    display: block;
    border-radius: 100px 100px 0 0;
}
.menu-header .active-loja-page .active-page-holiday {
    position: absolute;
    top: 37px;
    right: -3px;
    background: #9b70e3;
    height: 5px;
    width: 140px;
    content: "";
    display: block;
    border-radius: 100px 100px 0 0;
}
.menu-header .active-loja-page .active-page-freebie {
    position: absolute;
    top: 37px;
    right: -7px;
    background: #9b70e3;
    height: 5px;
    width: 58px;
    content: "";
    display: block;
    border-radius: 100px 100px 0 0;
}
.menu-header .active-loja-page .active-page-animals {
    position: absolute;
    top: 37px;
    right: -8px;
    background: #9b70e3;
    height: 5px;
    width: 150px;
    content: "";
    display: block;
    border-radius: 100px 100px 0 0;
}
.menu-header .active-loja-page .active-page-best {
    position: absolute;
    top: 37px;
    right: -13px;
    background: #9b70e3;
    height: 5px;
    width: 100px;
    content: "";
    display: block;
    border-radius: 100px 100px 0 0;
}
.menu-header .active-loja-page .active-page-collection {
    position: absolute;
    top: 37px;
    right: -1px;
    background: #9b70e3;
    height: 5px;
    width: 160px;
    content: "";
    display: block;
    border-radius: 100px 100px 0 0;
}
.menu-header .menu-loja,
.menu-header .menu-clube {
    display: flex;
    flex-direction: row;
    margin-left: 25px;
}
.menu-header .menu-loja:hover .sub-description,
.menu-header .menu-loja:focus .sub-description,
.menu-header .menu-clube:hover .sub-description,
.menu-header .menu-clube:focus .sub-description {
    opacity: 0.8 !important;
}
.menu-header .menu-loja:hover .sub-title,
.menu-header .menu-loja:focus .sub-title,
.menu-header .menu-clube:hover .sub-title,
.menu-header .menu-clube:focus .sub-title {
    opacity: 1 !important;
}
.menu-header .menu-loja .sub-description,
.menu-header .menu-clube .sub-description {
    font-family: Roboto;
    font-size: 14px;
    line-height: 18px;
}
.menu-header .menu-loja .sub-title,
.menu-header .menu-clube .sub-title {
    font-family: Roboto;
    color: #fff;
    line-height: 18px;
    opacity: 1;
    margin-top: 7px;
}
.menu-header .hamburger-inner,
.menu-header .hamburger-inner::before,
.menu-header .hamburger-inner::after {
    background-color: #fff;
    padding: 0 !important;
}
.menu-header .hamburger-box {
    padding: 0 !important;
    margin-right: 7px !important;
}
.menu-header .menu-header-mobile-action-main {
    margin: 0 !important;
}
.menu-header .menu-loja {
    position: relative;
}
.menu-header-logo {
    width: 174px;
    height: 55px;
}
.menu-header-logo svg {
    width: 100%;
    height: 100%;
}
.menu-header-logo img {
    width: 100%;
    height: 100%;
}
.menu-header-partner-logo img {
    height: 31px;
    width: auto;
}
.menu-header-actions .menu-header-action {
    font-size: 14px;
    color: #afa2ba;
    font-weight: 400;
    height: 30px;
    border-right: 1px solid #f2f1f2;
    -webkit-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
    -webkit-transition-duration: 150ms;
    transition-duration: 150ms;
}
@media (min-width: 1225px) {
    .menu-header-actions .menu-header-action {
        font-size: 16px;
    }
}
.menu-header-actions .menu-header-action:hover,
.menu-header-actions .menu-header-action:focus {
    text-decoration: none;
    opacity: 1;
}
.menu-header-actions .menu-header-action.menu-header-action-cart {
    border-right-width: 0;
}
.menu-header-action-user {
    opacity: 0.7;
}
.menu-header-action-user:hover,
.menu-header-action-user:focus {
    opacity: 1 !important;
}
.menu-header-action-user span,
.menu-header-action-menu span {
    padding-left: 2px;
    text-transform: capitalize;
}
.menu-header-action-user svg,
.menu-header-action-menu svg {
    height: 26px;
    width: 26px;
    -webkit-transition: stroke 150ms cubic-bezier(0.4, 0, 0.6, 1),
        fill 150ms cubic-bezier(0.4, 0, 0.6, 1);
    transition: stroke 150ms cubic-bezier(0.4, 0, 0.6, 1),
        fill 150ms cubic-bezier(0.4, 0, 0.6, 1);
}
.menu-header-action-user svg circle,
.menu-header-action-menu svg circle {
    stroke: #afa2ba;
    fill: #afa2ba;
    -webkit-transition: stroke 150ms cubic-bezier(0.4, 0, 0.6, 1),
        fill 150ms cubic-bezier(0.4, 0, 0.6, 1);
    transition: stroke 150ms cubic-bezier(0.4, 0, 0.6, 1),
        fill 150ms cubic-bezier(0.4, 0, 0.6, 1);
}
.menu-header-action-user svg.icon {
    height: 26px;
    width: 26px;
    -webkit-transition: stroke 150ms cubic-bezier(0.4, 0, 0.6, 1),
        fill 150ms cubic-bezier(0.4, 0, 0.6, 1);
    transition: stroke 150ms cubic-bezier(0.4, 0, 0.6, 1),
        fill 150ms cubic-bezier(0.4, 0, 0.6, 1);
}
.menu-header-action-user svg.icon circle {
    stroke: #afa2ba;
    fill: #afa2ba;
    -webkit-transition: stroke 150ms cubic-bezier(0.4, 0, 0.6, 1),
        fill 150ms cubic-bezier(0.4, 0, 0.6, 1);
    transition: stroke 150ms cubic-bezier(0.4, 0, 0.6, 1),
        fill 150ms cubic-bezier(0.4, 0, 0.6, 1);
}
.menu-header-action-user svg.arrow {
    opacity: 0.8;
    margin-left: 2px;
    height: 16px;
    width: 16px;
    -webkit-transition: stroke 150ms cubic-bezier(0.4, 0, 0.6, 1),
        fill 150ms cubic-bezier(0.4, 0, 0.6, 1);
    transition: stroke 150ms cubic-bezier(0.4, 0, 0.6, 1),
        fill 150ms cubic-bezier(0.4, 0, 0.6, 1);
}
.menu-header-action-user svg.arrow path {
    stroke: #afa2ba;
    fill: #afa2ba;
    -webkit-transition: stroke 150ms cubic-bezier(0.4, 0, 0.6, 1),
        fill 150ms cubic-bezier(0.4, 0, 0.6, 1);
    transition: stroke 150ms cubic-bezier(0.4, 0, 0.6, 1),
        fill 150ms cubic-bezier(0.4, 0, 0.6, 1);
}
.menu-header-action-menu svg {
    fill: #afa2ba;
}
.menu-header-action-cart > div::before {
    content: "";
    background-color: #fff;
    width: 100%;
    height: 100%;
    position: absolute;
    -webkit-transform: scale(1.55);
    transform: scale(1.55);
    border-radius: 100%;
    left: 0;
    top: 0;
    z-index: -1;
}
.menu-header-action-cart svg {
    height: 32px;
    width: 32px;
}
.menu-header-action-cart svg path {
    fill: #afa2ba;
    stroke: #afa2ba;
    -webkit-transition: fill 150ms cubic-bezier(0.4, 0, 0.6, 1),
        stroke 150ms cubic-bezier(0.4, 0, 0.6, 1);
    transition: fill 150ms cubic-bezier(0.4, 0, 0.6, 1),
        stroke 150ms cubic-bezier(0.4, 0, 0.6, 1);
}
.menu-header-action-cart-badge {
    -webkit-transform: translate(55%, -70%);
    transform: translate(55%, -70%);
    right: 50%;
    top: 50%;
    font-size: 9px;
    font-weight: 900;
    width: 22px;
    color: #fff;
    text-align: center;
}
.menu-header-action-cart.cart-with-items svg path {
    fill: #ff4641;
    stroke: #ff4641;
}
.menu-header-action-cart.cart-with-items:hover,
.menu-header-action-cart.cart-with-items:focus {
    color: #ff4641;
}
.menu-header-user-options {
    opacity: 0;
    -webkit-transform: translateY(-12px);
    transform: translateY(-12px);
    visibility: hidden;
    z-index: -1;
    -webkit-transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s,
        z-index 0.3s linear 0.01s;
    transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s,
        z-index 0.3s linear 0.01s;
    width: 260px;
    right: -50px;
    top: 110%;
    border-radius: 10px;
}
.menu-header-user-options > div {
    position: relative;
    z-index: 2;
    -webkit-box-shadow: 0 10px 26px 0 rgba(47, 15, 42, 0.2);
    box-shadow: 0 10px 26px 0 rgba(47, 15, 42, 0.2);
    border-radius: 10px;
}
.menu-header-user-options hr {
    border-bottom: solid 1px #dfdae4;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    margin-top: 15px;
    margin-bottom: 15px;
}
.menu-header-user-options-line {
    min-height: 35px;
    font-family: Roboto;
    font-size: 8px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #68596e;
    opacity: 0.7;
}
.menu-header-user-options-line svg {
    margin-right: 10px;
    fill: #68596e;
}
.menu-header-user-options-line svg path {
    fill: #68596e;
}
.menu-header-user-options-line:hover,
.menu-header-user-options-line:focus {
    color: #68596e;
    text-decoration: none;
    -webkit-transition: color 150ms cubic-bezier(0.4, 0, 0.6, 1);
    transition: color 150ms cubic-bezier(0.4, 0, 0.6, 1);
    opacity: 1;
}
.menu-header-user-options-wrapper:hover .menu-header-user-options,
.menu-header-user-options-wrapper:focus .menu-header-user-options {
    visibility: visible;
    opacity: 1;
    z-index: 2;
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
    -webkit-transition-delay: 0s, 0s, 0s;
    transition-delay: 0s, 0s, 0s;
}
.menu-header .row {
    min-height: 90px;
}
.menu-header.is-inverted {
    border-color: rgba(255, 255, 255, 0.25);
    background: #3bd3d7;
}
.menu-header.is-inverted .menu-header-actions .menu-header-action {
    color: #fff;
    border-right-color: rgba(255, 255, 255, 0.25);
}
.menu-header.is-inverted
    .menu-header-actions
    .menu-header-action.menu-header-action-cart,
.menu-header.is-inverted
    .menu-header-actions
    .menu-header-action.menu-header-action-user,
.menu-header.is-inverted
    .menu-header-actions
    .menu-header-action.menu-header-action-login {
    border-right-width: 0;
}
.menu-header.is-inverted .menu-header-actions .menu-header-action b {
    letter-spacing: 0.8px;
}
.menu-header.is-inverted .menu-header-action-user {
    color: #fff;
}
.menu-header.is-inverted .menu-header-action-user svg.icon circle {
    stroke: #fff;
    fill: #fff;
}
.menu-header.is-inverted .menu-header-action-user svg.icon path {
    fill: #3bd3d7;
}
.menu-header.is-inverted .menu-header-action-user svg.arrow path {
    stroke: #fff;
    fill: #fff;
}
.menu-header.is-inverted .menu-header-action-menu svg {
    fill: #fff;
}
.menu-header.is-inverted .menu-header-action-cart svg path {
    fill: #3bd3d7;
    stroke: #3bd3d7;
}
.menu-header.is-inverted .menu-header-action-cart-badge {
    color: #fff;
}
.menu-header.is-inverted .menu-header-action-cart:hover svg path,
.menu-header.is-inverted .menu-header-action-cart:focus svg path {
    fill: #1fbfc3;
    stroke: #1fbfc3;
}
.menu-header.is-inverted .menu-header-action-cart.cart-with-items svg path {
    fill: #ff4641;
    stroke: #ff4641;
}
.menu-header.is-inverted .menu-header-action-cart.cart-with-items:hover,
.menu-header.is-inverted .menu-header-action-cart.cart-with-items:focus {
    color: #ff4641;
}
.menu-header.is-inverted
    .menu-header-user-options-wrapper:hover
    .menu-header-user-options,
.menu-header.is-inverted
    .menu-header-user-options-wrapper:focus
    .menu-header-user-options {
    visibility: visible;
    opacity: 1;
    z-index: 2;
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
    -webkit-transition-delay: 0s, 0s, 0s;
    transition-delay: 0s, 0s, 0s;
}
.menu-header-partner-logo.ensinamais img {
    height: 50px;
}
.ml-5-mobile {
    padding-right: 0 !important;
}
.list-title-menu {
    text-transform: uppercase;
}
.border-clube {
    border-bottom: 1px solid #dfdae4;
}
.ballon-icon {
    margin-left: 6px;
    margin-right: 14px !important;
}
.text-small {
    margin-bottom: 14px;
    padding-left: 10px;
    font-size: 8px;
    color: #fff;
    font-family: Roboto, Helvetica, Arial, sans-serif;
}
.text-clube {
    font-size: 12px;
    color: #fff;
    font-family: Roboto, Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-weight: bold;
}
@media (max-width: 989px) {
    .text-clube {
        color: #923fda !important;
        min-height: 35px;
        opacity: 1 !important;
        padding-left: 15px;
    }
}
.menu-mobile {
    height: 100%;
}
.menu-mobile .container-fluid {
    padding-left: 0;
    padding-right: 21px;
}
.menu-mobile .menu-header-mobile .menu-header-mobile-action-login {
    font-weight: unset;
}
.menu-mobile .collapse-menu {
    background-color: #fff;
}
.menu-mobile .collapse-menu span {
    font-weight: unset !important;
    color: #68596e !important;
    opacity: 0.7;
}
.menu-mobile .collapse-menu a {
    font-weight: unset !important;
    color: #68596e !important;
    opacity: 0.7;
}
.menu-mobile .collapse-menu svg {
    margin-right: 10px;
}
.menu-mobile .collapse-menu svg,
.menu-mobile .collapse-menu path {
    fill: #68596e;
}
.menu-mobile .collapse-menu-user {
    color: #fff;
    margin-bottom: 17px;
}
.menu-mobile .collapse-menu-user svg {
    width: unset;
    height: unset;
}
.menu-mobile .collapse-menu-user svg circle {
    stroke: white;
}
.menu-mobile .collapse-menu-container {
    box-shadow: unset;
    padding: 10px;
}
.menu-mobile .collapse-menu-container .container-fluid:first-child {
    margin-top: 14px;
}
.menu-mobile .collapse-menu-line {
    min-height: unset;
    margin-bottom: 20px;
}
.menu-mobile .menu-deslogado {
    padding-top: 10px;
}
.menu-mobile .menu-deslogado a {
    margin-bottom: 13px;
}
.menu-mobile .menu-deslogado a:last-child {
    margin-bottom: 24px;
}
.menu-mobile .menu-clube b {
    font-size: 12px;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.64;
    color: #923fda !important;
    font-family: Roboto, Helvetica, Arial, sans-serif;
}
.menu-mobile .menu-clube ul {
    margin-top: 5px;
    list-style-type: none;
    padding: 0;
}
.menu-mobile .menu-clube ul li {
    font-size: 16px;
    margin-bottom: 13px;
    position: relative;
}
.menu-mobile .menu-clube ul li:nth-child(2) {
    margin-bottom: 14px;
}
.menu-mobile .menu-clube ul li:last-child {
    margin-bottom: 25px;
}
.menu-mobile .menu-acessos a:last-child,
.menu-mobile .menu-extras div:first-child a {
    margin-bottom: 20px;
}
.menu-mobile .menu-extras {
    padding: 10px;
}
.menu-mobile .menu-extras .container-fluid:first-child {
    margin-top: 14px;
}
.menu-mobile .menu-logoff {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    text-align: center;
    padding-bottom: 10vh;
}
.menu-mobile .menu-logoff a {
    font-size: 13px;
    color: #fff;
    opacity: 1;
    font-family: Roboto, Helvetica, Arial, sans-serif;
}
.menu-mobile .saiba-mais {
    margin-top: 10px;
    margin-bottom: 22px;
}
.menu-mobile .saiba-mais .btn {
    background: #8e4dd4;
    color: #fff !important;
    opacity: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 900 !important;
    max-width: 100%;
    box-shadow: 0 5px 15px 0 #dfdae4;
    transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
.menu-mobile .saiba-mais .btn:focus,
.menu-mobile .saiba-mais .btn:active {
    transform: translateY(0.14286rem) scale(0.97);
}
.collapse-menu {
    position: absolute;
    left: 0;
    transform: translateY(-100%);
    width: 100%;
    background-color: #fff;
}
.collapse-menu-user svg {
    height: 50px;
    width: 50px;
}
.collapse-menu-user svg circle {
    fill: #3bd3d7;
    stroke: #3bd3d7;
}
.collapse-menu-user svg path {
    stroke: #3bd3d7;
}
.collapse-menu-category {
    border-radius: 10px;
    box-shadow: 0 6px 20px 0 #dfdae4;
}
.collapse-menu-category > a {
    height: 110px;
    font-size: 14px;
    font-weight: 900;
    text-transform: uppercase;
    text-decoration: none;
    color: #afa2ba;
}
.collapse-menu-category > a svg {
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
    transition: transform 200ms cubic-bezier(0.4, 0, 0.6, 1);
}
.collapse-menu-category > a:hover {
    text-decoration: none;
}
.collapse-menu-category > a[aria-expanded="true"] {
    color: #3bd3d7;
}
.collapse-menu-category > a[aria-expanded="true"] svg {
    transform: translateY(-50%) rotate(180deg);
}
.collapse-menu-category > div hr {
    border-bottom: solid 2px #f8f7fc;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    margin-top: 0;
    transition: border-bottom-color 150ms cubic-bezier(0.4, 0, 0.6, 1);
}
.collapse-menu-category > div.show hr {
    border-color: #3bd3d7;
}
.collapse-menu-item {
    border-radius: 10px;
    background-image: linear-gradient(to right, #cecece, #efefef);
    padding-top: 13px;
    padding-bottom: 13px;
    padding-left: 15px;
    padding-right: 15px;
}
.collapse-menu-item img {
    box-shadow: -5px 5px 10px -4px rgba(0, 0, 0, 0.3);
    height: 67px;
    width: 48px;
}
@media (min-width: 480px) {
    .collapse-menu-item img {
        height: 120px;
        width: 86px;
    }
}
.collapse-menu-item p {
    font-size: 14px;
    font-weight: 600;
    line-height: 1.2;
    margin-left: 10px;
    margin-right: 20px;
    color: #fff;
}
@media (min-width: 480px) {
    .collapse-menu-item p {
        margin-left: 15px;
    }
}
.collapse-menu-item svg {
    right: 5px;
    transform: rotate(-90deg);
    opacity: 0.5;
}
.collapse-menu-item svg path {
    fill: #68596e;
}
.collapse-menu-item.turma-da-monica-abc {
    background-image: linear-gradient(to right, #16baf8, #03a0f4);
}
.collapse-menu-item.smilinguido {
    background-image: linear-gradient(to right, #aed852, #09b64f);
}
.collapse-menu-item.show-da-luna,
.collapse-menu-item.show-da-luna-alturas {
    background-image: linear-gradient(to right, #d19cfc, #9374f4);
}
.collapse-menu-item.turma-da-monica {
    background-image: linear-gradient(to right, #f88556, #e94410);
}
.collapse-menu-item.ppg,
.collapse-menu-item.ppg-amizade,
.collapse-menu-item.ppg-homem-garoto {
    background-image: linear-gradient(to right, #ffd4e6, #f17db1);
}
.collapse-menu-item.galinha-pintadinha-banho {
    background-image: linear-gradient(224deg, #ff8526, #f8d5ba);
}
.collapse-menu-item.galinha-pintadinha-lanchinho {
    background-image: linear-gradient(44deg, #de8ef4, #655ec1);
}
.collapse-menu-item.galinha-pintadinha-sonho {
    background-image: linear-gradient(44deg, #8cd193, #319444);
}
.collapse-menu-item.patrulha-canina {
    background-image: linear-gradient(44deg, #86d4ff, #0086d1);
}
.collapse-menu-item.dentro-historia-fantastico-aniversario {
    background-image: linear-gradient(44deg, #5453d0, #363693);
}
.collapse-menu-item.dora-cores {
    background-image: linear-gradient(44deg, #53b2bc, #3e8d95);
}
.collapse-menu-item.pequeno-atletico-mineiro {
    background-image: linear-gradient(44deg, #616161, #242424);
}
.collapse-menu-item.pequeno-botafogo {
    background-image: linear-gradient(44deg, #777, #262626);
}
.collapse-menu-item.pequeno-corinthians {
    background-image: linear-gradient(44deg, #696969, #2f2f2f);
}
.collapse-menu-item.pequeno-cruzeiro {
    background-image: linear-gradient(44deg, #2498ff, #1363aa);
}
.collapse-menu-item.pequeno-flamengo {
    background-image: linear-gradient(44deg, #ff1824, #b00d16);
}
.collapse-menu-item.pequeno-fluminense {
    background-image: linear-gradient(44deg, #b92140, #87152c);
}
.collapse-menu-item.pequeno-gremio {
    background-image: linear-gradient(44deg, #0088bc, #02adef);
}
.collapse-menu-item.pequeno-internacional {
    background-image: linear-gradient(44deg, #a9001b, #e00024);
}
.collapse-menu-item.pequeno-santos {
    background-image: linear-gradient(44deg, #4b4a4a, #242424);
}
.collapse-menu-item:hover,
.collapse-menu-item:focus {
    text-decoration: none;
}
.collapse-menu-container {
    box-shadow: 0 1px 6px 0 #dfdae4;
}
.collapse-menu-line {
    min-height: 60px;
    font-size: 16px;
    font-weight: 600;
    color: #68596e;
}
.collapse-menu-line:hover,
.collapse-menu-line:focus,
.collapse-menu-line > a:hover,
.collapse-menu-line:focus {
    color: #68596e;
    text-decoration: none;
    transition: color 150ms cubic-bezier(0.4, 0, 0.6, 1);
}
.collapse-menu-line:hover svg path,
.collapse-menu-line:focus svg path,
.collapse-menu-line > a:hover svg path,
.collapse-menu-line:focus svg path {
    fill: #68596e !important;
    transition: fill 150ms cubic-bezier(0.4, 0, 0.6, 1);
}
.collapse-menu-line-wrapper + hr,
.collapse-menu-line + hr {
    border-bottom: solid 1px #dfdae4;
    border-top: 0;
    border-left: 0;
    border-right: 0;
}
.collapse-menu-collapse > hr {
    border-bottom: solid 1px #dfdae4;
    border-top: 0;
    border-left: 0;
    border-right: 0;
}
.collapse-menu-collapse .collapse-menu-line {
    min-height: 50px;
    font-size: 14px;
}
.collapse-menu > [data-context] {
    display: none;
}
.collapse-menu.visible {
    display: block;
    transform: translateY(0);
    position: relative;
    min-height: calc(100vh - 51px);
}
.collapse-menu.visible .show {
    display: block;
}
.collapse-menu .collapse-menu-line.arrow-left svg {
    transform: rotate(-90deg);
    margin-right: -10px;
}
.collapse-menu .collapse-menu-line.arrow-left svg path {
    fill: #dfdae4;
}
.collapse-menu .collapse-menu-line.arrow-down svg {
    margin-right: -10px;
}
.collapse-menu .collapse-menu-line.arrow-down svg path {
    fill: #dfdae4;
}
.collapse-menu .collapse-menu-line.arrow-down:not(.collapsed) svg {
    transform: rotate(-180deg);
}
.categories-menu-mobile {
    position: relative;
    background-color: #fff;
}
.categories-menu-mobile-anchors {
    border-bottom: 1px solid #f2f1f2;
    padding: 4px 0;
    overflow: auto;
    overflow-x: scroll;
    overflow-y: hidden;
    position: relative;
    z-index: 1;
    height: 55px;
}
.categories-menu-mobile-anchors::after,
.categories-menu-mobile-anchors::before {
    content: "";
    width: 5px;
    height: 31px;
    display: block;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}
.categories-menu-mobile-anchor {
    display: block;
    height: 36px;
    line-height: 30px;
    position: relative;
    margin-right: 5px;
    color: #000;
    font-size: 14px;
    border-radius: 5px;
    font-family: "Roboto";
    color: #3bd3d7;
    padding: 5px;
    border: 1px solid #f1eff8;
}
.categories-menu-mobile-anchor:last-child {
    margin-right: 0;
}
.categories-menu-mobile-anchor:hover {
    text-decoration: none;
    color: #3bd3d7;
    background-color: #f1eff8;
}
.categories-menu-mobile-anchor.is-page-link:hover {
    text-decoration: none;
    color: #3bd3d7;
    background-color: #f1eff8;
}
.categories-menu-mobile-anchor.is-focus,
.categories-menu-mobile-anchor.is-selected {
    color: #fff;
    background-color: #3bd3d7;
}
.categories-menu-mobile-collapse-category {
    width: 100%;
    padding-bottom: 60px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    opacity: 0;
}
.categories-menu-mobile-collapse-category-wrapper {
    background: #f8f7fc;
    width: 100%;
    overflow: hidden;
    z-index: 0;
    position: relative;
    min-height: calc(100vh - 92px);
}
.categories-menu-mobile-collapse-category-wrapper.is-collapsed {
    opacity: 0;
    z-index: -1;
    height: 0;
    overflow: hidden;
    min-height: 0;
}
.categories-menu-mobile-collapse-category.is-visible {
    z-index: 1;
    position: relative;
    opacity: 1;
}
@media (min-width: 1460px) {
    .categories-menu-mobile-collapse-category {
        min-height: 484px;
    }
}
.categories-menu-mobile-collapse-subcategory {
    -webkit-box-shadow: 0 2px 5px 0 rgba(223, 218, 228, 0.4);
    box-shadow: 0 2px 5px 0 rgba(223, 218, 228, 0.4);
    border-radius: 10px;
    overflow: hidden;
}
.categories-menu-mobile-collapse-subcategory-image {
    position: absolute;
    top: 50%;
    left: 50%;
    width: auto;
    height: 100%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}
.categories-menu-mobile-collapse-subcategory-image-wrapper {
    height: 210px;
    overflow: hidden;
    position: relative;
    z-index: 0;
}
@media (min-width: 1460px) {
    .categories-menu-mobile-collapse-subcategory-image-wrapper {
        height: 246px;
    }
}
.categories-menu-mobile-collapse-subcategory-product {
    -webkit-box-shadow: 0 2px 4px 0 rgba(223, 218, 228, 0.5);
    box-shadow: 0 2px 4px 0 rgba(223, 218, 228, 0.5);
    border-radius: 60px;
    height: 40px;
    line-height: 40px;
    width: 40px;
    background-color: #fff;
    overflow: hidden;
    margin: 0 3px;
    vertical-align: middle;
    text-align: center;
    font-size: 12px;
    color: #3bd3d7;
    letter-spacing: 0.67px;
    font-weight: 900;
}
.categories-menu-mobile-collapse-subcategory-product img {
    width: 80%;
}
.categories-menu-mobile-collapse-subcategory-product-wrapper {
    margin-top: -20px;
    position: relative;
    z-index: 1;
}
.categories-menu-mobile-collapse-subcategory-product:hover,
.categories-menu-mobile-collapse-subcategory-product:focus {
    text-decoration: none;
    color: #34bec1;
}
.categories-menu-mobile-collapse-subcategory-content {
    padding: 20px;
}
.categories-menu-mobile-collapse-subcategory-content a {
    width: 100% !important;
    padding-right: 5px !important;
    padding-left: 5px !important;
    min-width: 0 !important;
    height: 40px !important;
    line-height: 40px !important;
}
@media (min-width: 1225px) {
    .categories-menu-mobile-collapse-subcategory-content a {
        height: 50px !important;
        line-height: 50px !important;
    }
}
.categories-menu-mobile-others-products {
    border-radius: 100px;
    margin-bottom: 10px;
    border: 1px solid #3bd3d7;
    position: relative;
    -webkit-box-shadow: 0 2px 20px 0 rgba(223, 218, 228, 0.5);
    box-shadow: 0 2px 20px 0 rgba(223, 218, 228, 0.5);
    -webkit-transition-duration: 150ms;
    transition-duration: 150ms;
    -webkit-transition-property: -webkit-box-shadow;
    transition-property: -webkit-box-shadow;
    transition-property: box-shadow;
    transition-property: box-shadow, -webkit-box-shadow;
    -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    font-weight: 900;
    text-align: center;
    height: 70px;
    line-height: 70px;
    font-size: 12px;
    text-transform: uppercase;
    width: 100%;
    display: block;
    text-decoration: none;
    color: #3bd3d7;
    background-color: #fff;
}
.categories-menu-mobile-others-products:hover,
.categories-menu-mobile-others-products:focus {
    text-decoration: none;
    -webkit-box-shadow: 0 5px 10px -1px rgba(223, 218, 228, 0.9);
    box-shadow: 0 5px 10px -1px rgba(223, 218, 228, 0.9);
    color: #fff;
    background-color: #3bd3d7;
}
@media (min-width: 1460px) {
    .categories-menu-mobile-others-products {
        height: 80px;
        line-height: 80px;
    }
}
.categories-menu-mobile-collapse-backdrop {
    position: fixed;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: #000;
    opacity: 0;
    -webkit-transition: opacity 150ms cubic-bezier(0.4, 0, 0.2, 1),
        z-index 150ms cubic-bezier(0.4, 0, 0.2, 1);
    transition: opacity 150ms cubic-bezier(0.4, 0, 0.2, 1),
        z-index 150ms cubic-bezier(0.4, 0, 0.2, 1);
    z-index: -1;
}
.categories-menu-mobile-collapse-backdrop.is-visible {
    opacity: 0.4;
    -webkit-transition: opacity 150ms cubic-bezier(0.4, 0, 0.2, 1);
    transition: opacity 150ms cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 1045;
}
.categories-menu-mobile.is-inverted {
    background: #3bd3d7;
}
.categories-menu-mobile.is-inverted .categories-menu-mobile-anchors {
    border-bottom-color: #1fbfc3;
}
.categories-menu-mobile.is-inverted .categories-menu-mobile-anchor {
    color: #fff;
    background: rgba(48, 48, 48, 0.13);
}
.categories-menu-mobile.is-inverted .categories-menu-mobile-anchor svg {
    fill: white;
}
.categories-menu-mobile.is-inverted .categories-menu-mobile-anchor::after {
    background-color: #ffd806;
}
.categories-menu-mobile.is-inverted
    .categories-menu-mobile-anchor.is-page-link:hover,
.categories-menu-mobile.is-inverted
    .categories-menu-mobile-anchor.is-page-link:focus,
.categories-menu-mobile.is-inverted .categories-menu-mobile-anchor.is-selected {
    text-decoration: none;
    color: #3bd3d7;
    background-color: #f1eff8;
}
.categories-menu-mobile h3 {
    padding-top: 18px;
    font-size: 20px;
    font-weight: 900;
    padding-bottom: 16px;
}
.categories-menu-mobile h3 a {
    color: #3bd3d7;
}
.categories-menu-mobile .categories-menu-mobile-anchors span {
    color: #000;
    margin-right: 8px;
    font-size: 8px;
}
.categories-menu-mobile .categories-menu-mobile-anchors span.badge {
    margin-right: 0;
    font-size: 10px;
}
.categories-menu-mobile.is-inverted .categories-menu-mobile-anchors span {
    color: #fff;
}
.categories-menu {
    position: relative;
}
.categories-menu-direct-link span:nth-child(1) {
    -webkit-transition: opacity 150ms cubic-bezier(0, 0, 0.2, 1);
    transition: opacity 150ms cubic-bezier(0, 0, 0.2, 1);
}
.categories-menu-direct-link:hover,
.categories-menu-direct-link:focus {
    text-decoration: none;
}
.categories-menu-direct-link:hover span:nth-child(1),
.categories-menu-direct-link:focus span:nth-child(1) {
    opacity: 0.7;
}
.categories-menu-anchors {
    border-bottom: 1px solid #f2f1f2;
    background: #fff;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.categories-menu-anchor {
    display: block;
    height: 60px;
    line-height: 60px;
    position: relative;
    margin-left: 20px;
    margin-right: 20px;
    color: #3bd3d7;
    font-size: 14px;
    font-family: "Roboto";
    -webkit-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
    -webkit-transition-duration: 150ms;
    transition-duration: 150ms;
}
.categories-menu-anchor svg {
    height: 12px;
    width: 12px;
    position: relative;
    fill: #3bd3d7;
    margin-left: 2px;
}
.categories-menu-anchor::after {
    position: absolute;
    opacity: 0;
    content: "";
    width: 100%;
    width: calc(100% - 3px);
    background-color: #3bd3d7;
    height: 3px;
    bottom: -10px;
    left: 0;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
    -webkit-transition-duration: 150ms;
    transition-duration: 150ms;
}
.categories-menu-anchor:hover {
    color: #3bd3d7;
    text-decoration: none;
}
.categories-menu-anchor:hover span {
    opacity: 0.7;
}
.categories-menu-anchor:hover svg {
    opacity: 0.7;
}
.categories-menu-anchor.is-selected {
    opacity: 1 !important;
}
.categories-menu-anchor.is-selected::after {
    opacity: 1;
}
.categories-menu-collapse-category {
    width: 100%;
    padding-bottom: 60px;
    -webkit-transition-timing-function: transform 200ms
            cubic-bezier(0.4, 0, 1, 1),
        opacity 150ms cubic-bezier(0.4, 0, 1, 1);
    transition-timing-function: transform 200ms cubic-bezier(0.4, 0, 1, 1),
        opacity 150ms cubic-bezier(0.4, 0, 1, 1);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    opacity: 0;
}
.categories-menu-collapse-category-wrapper {
    background: #f8f7fc;
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: -1;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transform: translateY(calc(100% - 1px));
    transform: translateY(calc(100% - 1px));
    overflow: hidden;
    -webkit-transition: opacity 300ms ease,
        -webkit-transform 300ms cubic-bezier(0.4, 0, 0.2, 1);
    transition: opacity 300ms ease,
        -webkit-transform 300ms cubic-bezier(0.4, 0, 0.2, 1),
        height 300ms cubic-bezier(0.4, 0, 0.2, 1);
    transition: opacity 300ms ease, transform 300ms cubic-bezier(0.4, 0, 0.2, 1),
        height 300ms cubic-bezier(0.4, 0, 0.2, 1);
    transition: opacity 300ms ease, transform 300ms cubic-bezier(0.4, 0, 0.2, 1),
        -webkit-transform 300ms cubic-bezier(0.4, 0, 0.2, 1),
        height 300ms cubic-bezier(0.4, 0, 0.2, 1);
}
.categories-menu-collapse-category-wrapper.is-collapsed {
    pointer-events: none;
    opacity: 0;
    -webkit-transform: translateY(80%);
    transform: translateY(80%);
}
.categories-menu-collapse-category.out-left {
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
}
.categories-menu-collapse-category.out-right {
    -webkit-transform: translateX(100px);
    transform: translateX(100px);
}
.categories-menu-collapse-category.is-visible {
    z-index: 1;
    position: relative;
    opacity: 1;
    -webkit-transform: none;
    transform: none;
    -webkit-transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
    -webkit-transition-duration: 250ms, 300ms;
    transition-duration: 250ms, 300ms;
}
.categories-menu-collapse-category.is-visible.in-right {
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
    opacity: 0;
}
.categories-menu-collapse-category.is-visible.in-left {
    -webkit-transform: translateX(100px);
    transform: translateX(100px);
    opacity: 0;
}
.categories-menu-collapse-subcategory {
    -webkit-box-shadow: 0 2px 5px 0 rgba(223, 218, 228, 0.4);
    box-shadow: 0 2px 5px 0 rgba(223, 218, 228, 0.4);
    border-radius: 10px;
    overflow: hidden;
    background: #fff;
}
.categories-menu-collapse-subcategory-image {
    position: absolute;
    top: 50%;
    left: 50%;
    width: auto;
    height: 100%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    -webkit-transition-duration: 250ms;
    transition-duration: 250ms;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.categories-menu-collapse-subcategory-image-wrapper {
    height: 220px;
    overflow: hidden;
    position: relative;
    z-index: 0;
}
@media (min-width: 1460px) {
    .categories-menu-collapse-subcategory-image-wrapper {
        height: 260px;
    }
}
.categories-menu-collapse-subcategory-product {
    -webkit-box-shadow: 0 2px 4px 0 rgba(223, 218, 228, 0.5);
    box-shadow: 0 2px 4px 0 rgba(223, 218, 228, 0.5);
    border-radius: 60px;
    height: 40px;
    line-height: 40px;
    width: 40px;
    background-color: #fff;
    overflow: hidden;
    margin: 0 3px;
    vertical-align: middle;
    text-align: center;
    font-size: 12px;
    color: #3bd3d7;
    letter-spacing: 0.67px;
    font-weight: 900;
}
.categories-menu-collapse-subcategory-product img {
    width: 80%;
}
.categories-menu-collapse-subcategory-product-wrapper {
    margin-top: -20px;
    position: relative;
    z-index: 1;
}
.categories-menu-collapse-subcategory-product:hover,
.categories-menu-collapse-subcategory-product:focus {
    text-decoration: none;
    color: #34bec1;
}
.categories-menu-collapse-subcategory-content {
    padding: 20px;
}
.categories-menu-collapse-subcategory-content .btn {
    width: 100% !important;
    padding-right: 5px !important;
    padding-left: 5px !important;
    min-width: 0 !important;
    height: 40px !important;
    line-height: 40px !important;
}
@media (min-width: 1225px) {
    .categories-menu-collapse-subcategory-content .btn {
        height: 50px !important;
        line-height: 50px !important;
    }
}
.categories-menu-collapse-subcategory:hover
    .categories-menu-collapse-subcategory-image {
    -webkit-transform: translateX(-50%) translateY(-50%) scale(1.1);
    transform: translateX(-50%) translateY(-50%) scale(1.1);
}
.categories-menu-featured-product {
    height: 386px;
    position: relative;
    color: #fff;
}
.categories-menu-featured-product-wrapper {
    border-bottom-left-radius: 50px;
    overflow: hidden;
    -webkit-mask-image: -webkit-radial-gradient(white, black);
}
.categories-menu-featured-product-content {
    margin-left: 60px;
    max-width: 250px;
}
.categories-menu-featured-product-content h4 {
    font-size: 26px;
    font-weight: 900;
    line-height: 1.2;
    max-width: 205px;
}
.categories-menu-featured-product-content h4 b {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 7px;
}
.categories-menu-featured-product-content p {
    margin-top: 10px;
    font-size: 14px;
    margin-bottom: 0;
}
@media (min-width: 1460px) {
    .categories-menu-featured-product-content {
        margin-left: 65px;
        max-width: 286px;
    }
}
.categories-menu-featured-product-badge {
    position: absolute;
    top: 25px;
    right: 37px;
    background: #ffd803;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.17);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.17);
    border-radius: 6px;
    font-size: 10px;
    font-weight: 900;
    text-transform: uppercase;
    color: #8d5f13;
    letter-spacing: 0.56px;
    text-align: center;
    padding: 5px 10px 3px;
}
@media (min-width: 1460px) {
    .categories-menu-featured-product-badge {
        top: 32px;
    }
}
.categories-menu-featured-product-heading-phrase {
    position: absolute;
    top: 20px;
    left: 0;
    padding: 9px 25px;
    background-color: #f8f7fc;
    border-top-right-radius: 100px;
    border-bottom-right-radius: 100px;
    font-weight: 900;
    font-size: 14px;
}
@media (min-width: 1460px) {
    .categories-menu-featured-product-heading-phrase {
        top: 25px;
    }
}
.categories-menu-featured-product-image-wrapper {
    position: absolute;
    bottom: 0;
    right: 25%;
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
    width: 50%;
    text-align: center;
}
.categories-menu-featured-product-image-wrapper img {
    height: 320px;
}
@media (min-width: 1460px) {
    .categories-menu-featured-product-image-wrapper img {
        height: 350px;
    }
}
.categories-menu-featured-product-link {
    height: 50px;
    line-height: 50px;
    max-width: 200px;
    margin-top: 15px;
}
.categories-menu-featured-product:hover,
.categories-menu-featured-product:focus {
    color: #fff;
    text-decoration: none;
}
@media (min-width: 1460px) {
    .categories-menu-featured-product {
        height: 442px;
    }
}
.categories-menu-others-products {
    border-radius: 100px;
    margin-bottom: 10px;
    border: 1px solid #3bd3d7;
    position: relative;
    -webkit-box-shadow: 0 2px 20px 0 rgba(223, 218, 228, 0.5);
    box-shadow: 0 2px 20px 0 rgba(223, 218, 228, 0.5);
    -webkit-transition-duration: 150ms;
    transition-duration: 150ms;
    -webkit-transition-property: -webkit-box-shadow;
    transition-property: -webkit-box-shadow;
    transition-property: box-shadow;
    transition-property: box-shadow, -webkit-box-shadow;
    -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    font-weight: 900;
    text-align: center;
    height: 70px;
    line-height: 70px;
    font-size: 12px;
    text-transform: uppercase;
    width: 100%;
    display: block;
    text-decoration: none;
    color: #3bd3d7;
    background-color: #fff;
}
.categories-menu-others-products:hover,
.categories-menu-others-products:focus {
    text-decoration: none;
    -webkit-box-shadow: 0 5px 10px -1px rgba(223, 218, 228, 0.9);
    box-shadow: 0 5px 10px -1px rgba(223, 218, 228, 0.9);
    color: #fff;
    background-color: #3bd3d7;
}
@media (min-width: 1460px) {
    .categories-menu-others-products {
        height: 80px;
        line-height: 80px;
    }
}
.categories-menu-others-products-small {
    padding: 14px 25px;
    color: #3bd3d7;
    -webkit-box-shadow: 0 3px 10px 0 #eeebf1;
    box-shadow: 0 3px 10px 0 #eeebf1;
    position: relative;
    -webkit-transition-duration: 200ms;
    transition-duration: 200ms;
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    border: 1px solid rgba(238, 235, 241, 0.4);
    background: #fff !important;
}
@media (min-width: 769px) {
    .categories-menu-others-products-small:hover,
    .categories-menu-others-products-small:focus {
        color: #3bd3d7 !important;
        background-color: #fff;
        -webkit-box-shadow: 0 5px 10px -1px rgba(223, 218, 228, 0.9);
        box-shadow: 0 5px 10px -1px rgba(223, 218, 228, 0.9);
    }
    .categories-menu-others-products-small:active {
        background-color: #fff;
    }
}
.categories-menu-collapse-backdrop {
    position: fixed;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: #000;
    opacity: 0;
    -webkit-transition: opacity 150ms cubic-bezier(0.4, 0, 0.2, 1),
        z-index 150ms cubic-bezier(0.4, 0, 0.2, 1);
    transition: opacity 150ms cubic-bezier(0.4, 0, 0.2, 1),
        z-index 150ms cubic-bezier(0.4, 0, 0.2, 1);
    z-index: -1;
}
.categories-menu-collapse-backdrop.is-visible {
    opacity: 0.7;
    -webkit-transition: opacity 150ms cubic-bezier(0.4, 0, 0.2, 1);
    transition: opacity 150ms cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 1045;
}
.categories-menu.is-inverted .categories-menu-anchors {
    border-bottom-color: #1fbfc3;
    background: #3bd3d7;
}
.categories-menu.is-inverted .categories-menu-anchor {
    color: #fff;
}
.categories-menu.is-inverted .categories-menu-anchor svg {
    fill: white;
}
.categories-menu.is-inverted .categories-menu-anchor::after {
    background-color: #ffd806;
}
.categories-menu h3 {
    padding-top: 25px;
    font-size: 18px;
    padding-bottom: 25px;
    font-weight: 900;
}
.categories-menu h3 a {
    color: #3bd3d7;
}
.categories-menu h3 a:hover,
.categories-menu h3 a:focus {
    text-decoration: none;
    opacity: 0.7;
}
@media (min-width: 1460px) {
    .categories-menu h3 {
        padding-top: 30px;
        font-size: 22px;
        padding-bottom: 30px;
    }
}
.categories-menu .flex-carousel-wrapper {
    overflow: hidden;
}
.categories-menu .flex-carousel-controls {
    -webkit-transform: none !important;
    transform: none !important;
    margin-top: 0;
    opacity: 1;
}
.categories-menu .flex-carousel-controls .flex-carousel-controls-previous,
.categories-menu .flex-carousel-controls .flex-carousel-controls-next {
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-box-shadow: 0 1px 3px 0 rgba(35, 35, 35, 0.33);
    box-shadow: 0 1px 3px 0 rgba(35, 35, 35, 0.33);
}
.categories-menu .flex-carousel-controls .flex-carousel-controls-previous:hover,
.categories-menu .flex-carousel-controls .flex-carousel-controls-previous:focus,
.categories-menu .flex-carousel-controls .flex-carousel-controls-next:hover,
.categories-menu .flex-carousel-controls .flex-carousel-controls-next:focus {
    -webkit-box-shadow: 0 3px 5px 0 rgba(35, 35, 35, 0.33);
    box-shadow: 0 3px 5px 0 rgba(35, 35, 35, 0.33);
}
.categories-menu .flex-carousel-controls .flex-carousel-controls-previous {
    background-color: #f8f7fc;
    position: absolute;
    top: 50%;
    left: -1px;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}
.categories-menu .flex-carousel-controls .flex-carousel-controls-previous svg {
    left: 75%;
    width: 22px;
}
.categories-menu
    .flex-carousel-controls
    .flex-carousel-controls-previous.disabled {
    opacity: 1;
    -webkit-transform: translateX(-100%) translateY(-50%);
    transform: translateX(-100%) translateY(-50%);
}
.categories-menu .flex-carousel-controls .flex-carousel-controls-next {
    background-color: #f8f7fc;
    position: absolute;
    top: 50%;
    right: -1px;
    -webkit-transform: translateX(50%) translateY(-50%);
    transform: translateX(50%) translateY(-50%);
}
.categories-menu .flex-carousel-controls .flex-carousel-controls-next svg {
    left: 25%;
    width: 22px;
}
.categories-menu .flex-carousel-controls .flex-carousel-controls-next.disabled {
    opacity: 1;
    -webkit-transform: translateX(100%) translateY(-50%);
    transform: translateX(100%) translateY(-50%);
}
.categories-menu .flex-carousel-controls-dots {
    height: 50px;
}
.categories-menu .categories-menu-collapse-category.has-featured-products {
}
.categories-menu ul li:first-child > .categories-menu-anchor {
    margin-left: 0;
}
.navbar-sticked {
    -webkit-transition: -webkit-transform 0.5s ease;
    transition: -webkit-transform 0.5s ease;
    transition: transform 0.5s ease;
    transition: transform 0.5s ease, -webkit-transform 0.5s ease;
    -webkit-transform: translateY(-110%);
    transform: translateY(-110%);
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
}
.navbar-sticked.is-visible {
    z-index: 10;
    -webkit-transform: translateY(-1px);
    transform: translateY(-1px);
}
@media (max-width: 768px) {
    .navbar-sticked {
        bottom: 0;
        top: initial;
        -webkit-transform: translateY(110%);
        transform: translateY(110%);
        -webkit-box-shadow: 0 -2px 4px 0 rgba(0, 0, 0, 0.2);
        box-shadow: 0 -2px 4px 0 rgba(0, 0, 0, 0.2);
    }
    .navbar-sticked.is-visible {
        -webkit-transform: translateY(1px);
        transform: translateY(1px);
    }
}
.banner-discount {
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: Nunito;
    font-size: 14px;
    background-color: #9378f0;
    padding: 15px;
    color: #fff;
}
.banner-discount .description {
    margin-right: 5px;
}
.banner-discount .bagde {
    font-weight: bold;
    background-color: rgba(0, 0, 0, 0.3);
    padding: 0 5px;
    border-radius: 5px;
    font-size: 12px;
}
.banner-discount-link:hover {
    color: #9378f0;
    text-decoration: unset;
}
.menu .cat-menu {
    padding: 25px 0;
    display: flex;
}
.menu .cat-menu .sub-description {
    font-family: "Nunito" !important;
    font-weight: 600;
}
.hr-menu {
    border: 1px solid rgba(255, 255, 255, 0.25);
    border-top: 0;
    margin: 0;
}
.menu {
    position: relative;
}
.menu .menu-header {
    z-index: 1;
}
.menu .menu-header-mobile {
    flex-direction: column;
}
.menu .menu-description {
    display: flex;
    justify-content: center;
}
.menu .menu-description .span-details {
    display: flex;
    justify-content: center;
    width: 50%;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
    padding: 10px;
    text-decoration: none;
}
.menu .menu-description .span-details .title {
    font-family: Roboto;
    font-size: 16px;
    color: #fff;
    line-height: 18px;
}
.menu .menu-description .span-details .description {
    font-family: Roboto;
    font-size: 12px;
    color: #fff;
    line-height: 18px;
}
@media (min-width: 480px) {
    .menu .span-details {
        display: flex;
        justify-content: center;
        width: 50%;
        flex-wrap: wrap;
        flex-direction: column;
        align-items: center;
        padding: 10px;
        text-decoration: none;
    }
    .menu .span-details .title {
        font-family: Roboto-Regular;
        font-size: 14px;
        color: #fff;
        line-height: 16px;
    }
    .menu .span-details .description {
        font-family: Roboto-Regular;
        font-size: 11px;
        color: #fff;
        line-height: 16px;
    }
}
.menu .is-inverted .menu-header-left a {
    color: #fff;
}
.menu .menu-header-categories a:first-child {
    margin-left: 18px;
}
.menu .menu-header-left a {
    color: #afa2ba;
    transition-duration: 150ms;
}
.menu .menu-header-left a:hover {
    text-decoration: none;
    opacity: 0.7;
}
.menu .menu-header,
.menu .menu-header-mobile {
    position: relative;
}
.menu .collapse-menu {
    z-index: 2;
}
.menu .menu-header-mobile {
    z-index: 4;
}
.menu .categories-menu-mobile {
    z-index: 3;
}
.menu .categories-menu-mobile-collapse-backdrop.is-visible {
    z-index: 2;
}
.menu.is-inverted {
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #3bd3d7;
}
.cookies-banner {
    position: fixed;
    bottom: 17px;
    left: 17px;
    width: 320px;
    padding: 17px;
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 5px 22px 0 rgba(181, 172, 190, 0.6);
    font-family: "Nunito";
    font-size: 16px;
    color: #685a6f;
    opacity: 0;
    transition: opacity 0.4s;
    visibility: hidden;
}
@media (max-width: 768px) {
    .cookies-banner {
        left: 0;
        font-size: 14px;
        width: 100%;
        padding: 12px;
        text-align: center;
    }
}
.cookies-banner.banner-active {
    opacity: 1;
    z-index: 999;
    transition: opacity 0.3s;
}
@media (max-width: 768px) {
    .cookies-banner.banner-active {
        margin: 0 3vw;
        width: 94%;
    }
}
.cookies-banner a {
    text-decoration: underline;
    color: #3bd3d7;
}
.cookies-banner .btn-got-it {
    width: 110px;
    height: 40px;
    border-radius: 100px;
    background-color: #3bd3d7;
    font-family: "Nunito";
    font-size: 12px;
    font-weight: 900;
    color: #fff;
    margin-left: auto;
    margin-top: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}
@media (max-width: 768px) {
    .cookies-banner .btn-got-it {
        margin-left: auto;
        margin-right: auto;
        width: 110px;
        height: 32px;
        font-size: 10px;
    }
}
.cookies-banner .btn-got-it:hover {
    cursor: pointer;
}
.carousel {
    position: relative;
}
.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
}
.carousel-item {
    position: relative;
    display: none;
    align-items: center;
    width: 100%;
    -webkit-transition: transform 0.6s ease;
    transition: transform 0.6s ease;
    backface-visibility: hidden;
    perspective: 1000px;
}
.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
    display: block;
}
.carousel-item-next,
.carousel-item-prev {
    position: absolute;
    top: 0;
}
.carousel-item-next.carousel-item-left,
.carousel-item-prev.carousel-item-right {
    transform: translateX(0);
}
@supports (transform-style: preserve-3d) {
    .carousel-item-next.carousel-item-left,
    .carousel-item-prev.carousel-item-right {
        transform: translate3d(0, 0, 0);
    }
}
.carousel-item-next,
.active.carousel-item-right {
    transform: translateX(100%);
}
@supports (transform-style: preserve-3d) {
    .carousel-item-next,
    .active.carousel-item-right {
        transform: translate3d(100%, 0, 0);
    }
}
.carousel-item-prev,
.active.carousel-item-left {
    transform: translateX(-100%);
}
@supports (transform-style: preserve-3d) {
    .carousel-item-prev,
    .active.carousel-item-left {
        transform: translate3d(-100%, 0, 0);
    }
}
.carousel-fade .carousel-item {
    opacity: 0;
    transition-duration: 0.6s;
    transition-property: opacity;
}
.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
    opacity: 1;
}
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
    opacity: 0;
}
.carousel-fade .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active,
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-prev {
    transform: translateX(0);
}
@supports (transform-style: preserve-3d) {
    .carousel-fade .carousel-item-next,
    .carousel-fade .carousel-item-prev,
    .carousel-fade .carousel-item.active,
    .carousel-fade .active.carousel-item-left,
    .carousel-fade .active.carousel-item-prev {
        transform: translate3d(0, 0, 0);
    }
}
.carousel-control-prev,
.carousel-control-next {
    position: absolute;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 15%;
    color: #fff;
    text-align: center;
    opacity: 0.5;
}
.carousel-control-prev:focus,
.carousel-control-prev:hover,
.carousel-control-next:focus,
.carousel-control-next:hover {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: 0.9;
}
.carousel-control-prev {
    left: 0;
}
.carousel-control-next {
    right: 0;
}
.carousel-control-prev-icon,
.carousel-control-next-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: transparent no-repeat center center;
    background-size: 100% 100%;
}
.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M4 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
}
.carousel-control-next-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M1.5 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
}
.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 10px;
    left: 0;
    z-index: 15;
    display: flex;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none;
}
.carousel-indicators li {
    position: relative;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    background-color: rgba(255, 255, 255, 0.5);
}
.carousel-indicators li::before {
    position: absolute;
    top: -10px;
    left: 0;
    display: inline-block;
    width: 100%;
    height: 10px;
    content: "";
}
.carousel-indicators li::after {
    position: absolute;
    bottom: -10px;
    left: 0;
    display: inline-block;
    width: 100%;
    height: 10px;
    content: "";
}
.carousel-indicators .active {
    background-color: #fff;
}
/* .carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
} */
.ec {
    position: relative;
    display: block;
}
.ec-input {
    background: transparent;
}
.ec-list {
    display: none;
}
.ec-list {
    height: auto;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1050 !important;
    background-color: #fff;
    overflow: hidden;
    list-style: none;
    padding: 0.2381rem;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
    border: 0.1px solid #f0ebf5;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    margin: -0.9px 0 0;
    font-size: 14px;
    line-height: normal;
    padding: 5px;
    transform: translateY(20px);
    -moz-transform: translateY(-10px);
}
.ec-suggest {
    color: silver;
    position: absolute;
    z-index: -1000;
    bottom: 0;
    left: 0;
    border-color: transparent;
    background: #fff;
}
.ec-item {
    overflow: hidden;
    margin: 0;
    padding: 0.5em 0.8em;
    cursor: pointer;
    white-space: nowrap;
    text-overflow: ellipsis;
    box-sizing: border-box;
    color: #000;
}
.ec-item.ec-selected {
    background-color: rgba(60, 211, 215, 0.2);
}
.field-validation-error,
.validation-summary-errors {
    color: red;
    width: 100%;
    display: inline-block;
    text-align: left;
    font-size: 13px;
}
@media (min-width: 480px) {
    .field-validation-error,
    .validation-summary-errors {
        font-size: 14px;
    }
}
.modal-close {
    background: #fff;
    margin-right: 10px;
    height: 50px;
    width: 50px;
}
.modal-close-icon {
    height: 16px;
    width: 16px;
}
.modal-close-icon svg {
    fill: #afa2ba;
    -webkit-transition: fill 0.1s ease-in-out;
    transition: fill 0.1s ease-in-out;
}
.modal-close-helper {
    font-size: 7px;
    line-height: 0.71;
    letter-spacing: 0.1px;
    color: #afa2ba;
    -webkit-transition: color 0.1s ease-in-out;
    transition: color 0.1s ease-in-out;
}
.modal-close:hover .modal-close-icon svg,
.modal-close:focus .modal-close-icon svg {
    fill: #01dfa1;
}
.modal-close:hover .modal-close-helper,
.modal-close:focus .modal-close-helper {
    color: #01dfa1;
}
@media (min-width: 480px) {
    .modal-close {
        margin-top: 0;
        margin-right: 0;
        height: 60px;
        width: 60px;
    }
}
.modal-separator {
    width: 100%;
    text-align: center;
    border-bottom: 1px solid #e9eaed;
    line-height: 0.1em;
    margin: 20px 0;
}
.modal-separator span {
    background-color: #fff;
    padding: 0 10px;
}
.auth-modal .modal-dialog {
    margin: 0;
}
@media (min-width: 480px) and (max-width: 768px) {
    .auth-modal .modal-dialog {
        padding: 15px;
    }
}
@media (min-width: 480px) {
    .auth-modal .modal-dialog {
        margin: 10px auto;
        max-width: 620px;
    }
}
@media (min-width: 1225px) {
    .auth-modal .modal-close {
        margin-right: -65px;
    }
}
.auth-modal .modal-body {
    background-color: #fff;
    -webkit-box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.12);
}
.auth-modal .modal-body .ec-list {
    transform: translateX(-1px) translateY(-16px);
    -webkit-transform: translateX(-1px) translateY(-16px);
    -moz-transform: translateX(-1px) translateY(-16px);
}
.auth-modal .modal-body > p {
    padding-top: 20px;
    margin: 0;
    font-size: 12px;
    color: #68596e;
    font-family: Nunito, "Open Sans", Arial, sans-serif;
    font-weight: 400;
}
@media (min-width: 480px) {
    .auth-modal .modal-body > p {
        padding-top: 36px;
    }
}
@media (min-width: 480px) {
    .auth-modal .modal-body {
        padding-top: 35px;
        padding-bottom: 35px;
        border-top-left-radius: 20px;
        border-top-right-radius: 20px;
        border-bottom-left-radius: 20px;
        border-bottom-right-radius: 20px;
    }
}
@media (min-width: 480px) {
    .auth-modal .modal-body {
        padding-left: 90px;
        padding-right: 90px;
    }
}
@media (max-width: 350px) {
    .d-none-350 {
        display: none;
    }
}
.py-20-40 {
    padding-top: 20px;
    padding-bottom: 40px;
}
.order {
    background-color: #fff;
    border-top: solid 1px #f8f7fc;
    border-bottom: solid 1px #f8f7fc;
    -webkit-box-shadow: 0 1px 1px 0 #dfdae4;
    box-shadow: 0 1px 1px 0 #dfdae4;
}
.order-header {
    padding-top: 43px;
    padding-bottom: 8px;
}
.order-header .row > div:nth-child(2) div {
    width: 160px;
}
.order-header .row > div:nth-child(3) div {
    width: 160px;
}
.order-item-list > .order-item:last-child::before {
    border-bottom: 1px solid rgba(223, 218, 228, 0.7);
}
.order-item {
    -webkit-transition: opacity 200ms ease;
    transition: opacity 200ms ease;
}
.order-item::before {
    content: "";
    position: absolute;
    width: calc(100% - 30px);
    height: 100%;
    left: 15px;
    display: block;
    border-top: 1px solid rgba(223, 218, 228, 0.7);
}
.order-item::before {
    top: 0;
}
@media (max-width: 768px) {
    .order-item::before {
        content: none;
    }
}
.order-item::after {
    bottom: 0;
}
.order-item-header + hr {
    background: repeating-linear-gradient(
        to right,
        #dfdae4,
        #dfdae4 5px,
        transparent 5px,
        transparent 10px
    );
    height: 1px;
    border: 0;
}
.order-item-header > .col-auto div {
    width: 160px;
}
.order-item-subheader {
    margin-top: 2px;
}
@media (min-width: 769px) {
    .order-item-subheader {
        margin-top: 7px;
    }
}
.order-item-image {
    height: 70px;
    min-width: 42px;
    width: auto;
    margin-right: 7px;
    box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.15),
        -5px 7px 10px 0 rgba(0, 0, 0, 0.15);
}
@media (min-width: 769px) {
    .order-item-image {
        height: 172px;
        min-width: 115px;
    }
}
@media (min-width: 990px) {
    .order-item-image {
        max-width: 240px;
        height: 253px;
        margin-right: 30px;
    }
}
.order-item-image-no-box {
    height: 82px;
    min-width: 57px;
    width: auto;
    -webkit-box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.15),
        -5px 7px 10px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.15),
        -5px 7px 10px 0 rgba(0, 0, 0, 0.15);
}
@media (min-width: 769px) {
    .order-item-image-no-box {
        height: 182px;
        min-width: 130px;
    }
}
@media (min-width: 990px) {
    .order-item-image-no-box {
        height: 294px;
        min-width: 209px;
    }
}
.order-item-box-image {
    position: absolute;
    top: 10px;
    left: 7px;
    height: 70px;
    min-width: 42px;
    width: auto;
    box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.15),
        -5px 7px 10px 0 rgba(0, 0, 0, 0.15);
}
@media (min-width: 769px) {
    .order-item-box-image {
        left: 8px !important;
        height: 172px;
        min-width: 115px;
    }
}
@media (min-width: 990px) {
    .order-item-box-image {
        left: 30px !important;
        height: 253px;
        width: 180px;
        top: 20px !important;
    }
}
.order-item-price {
    text-decoration: line-through;
    color: #dfdae4;
    display: inline-block;
}
@media (min-width: 769px) {
    .order-item-price {
        margin-right: 5px;
    }
}
.order-item-quantity input,
.order-item-quantity select {
    padding: 6px 15px;
    width: 60px;
}
@media (min-width: 769px) {
    .order-item-quantity input,
    .order-item-quantity select {
        width: 75px;
    }
}
.order-item-quantity select {
    background-image: url(/Assets/ShoppingCart/order-item-quantity-select-background.png);
    background-repeat: no-repeat;
    background-position: calc(100% - 10px) center;
    background-size: auto 50%;
}
@media only screen and (min-device-pixel-ratio: 2),
    only screen and (-webkit-min-device-pixel-ratio: 2),
    only screen and (min-resolution: 192dpi) {
    .order-item-quantity select {
        background-image: url(/Assets/ShoppingCart/order-item-quantity-select-background@2x.png);
    }
}
@media only screen and (min-device-pixel-ratio: 3),
    only screen and (-webkit-min-device-pixel-ratio: 3),
    only screen and (min-resolution: 288dpi) {
    .order-item-quantity select {
        background-image: url(/Assets/ShoppingCart/order-item-quantity-select-background@3x.png);
    }
}
.order-item-quantity input[type="tel"] {
    display: none;
}
.order-item-quantity.too-many select {
    display: none;
}
.order-item-quantity.too-many input[type="tel"] {
    display: block;
}
.order-item .col:last-child > .row:first-child {
    margin-top: 25px;
}
.order-item .col:last-child > .row:first-child > div:nth-child(2) div {
    width: 160px;
}
.order-item .col:last-child > .row:first-child > div:nth-child(3) div {
    width: 160px;
}
.order-item.is-updating,
.order-item.is-deleting {
    opacity: 0.5;
}
@media (max-width: 768px) {
    .order-item {
        border-bottom: 1px solid rgba(223, 218, 228, 0.7);
    }
}
.order-item-action-edit {
    color: #01dfa1;
}
.order-item-action-remove {
    color: #d0021b;
}
.order-item-action-remove:hover,
.order-item-action-remove:focus {
    color: #f45459;
}
.order-additional-item {
    margin-top: 15px;
    border: 1px solid #dfdae4;
    border-radius: 4px;
}
@media (min-width: 769px) and (max-width: 989px) {
    .order-additional-item-wrapper {
        position: relative;
        margin-right: -163px;
        left: -163px;
    }
}
.order-additional-item-image {
    max-height: 100%;
    width: 100%;
}
.order-additional-item-image-wrapper {
    position: relative;
    overflow: hidden;
    width: 67px !important;
    background: #fff;
    background-image: url(/Assets/ShoppingCart/cart-item-image-background.png);
    background-position: center;
    background-size: 40% auto;
    background-repeat: no-repeat;
}
@media (min-width: 480px) {
    .order-additional-item-image-wrapper {
        width: 83px !important;
        height: 83px;
    }
}
@media (min-width: 769px) {
    .order-additional-item-image-wrapper {
        width: 100px !important;
        height: 100px;
    }
}
@media (min-width: 990px) {
    .order-additional-item-image-wrapper {
        width: 110px !important;
        height: 110px;
    }
}
@media (max-width: 768px) {
    .order-additional-item-image {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        right: 0;
        min-height: 100%;
        width: auto;
    }
}
.order-additional-item-description {
    line-height: 1.3;
}
.order-additional-item > div:first-child {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
}
.order-additional-item > div:last-child {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 13px;
    padding-right: 13px;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: auto;
    max-width: none;
}
@media (max-width: 379px) {
    .order-additional-item > div:last-child {
        padding-top: 10px;
        padding-bottom: 10px;
        padding-left: 10px;
        padding-right: 10px;
    }
}
@media (max-width: 379px) {
    .order-additional-item {
        position: relative;
        margin-left: 0;
        margin-top: 7px;
    }
    .order-additional-item .fsize-14 {
        font-size: 12px;
    }
}
@media (min-width: 769px) and (max-width: 989px) {
    .order-additional-item {
        margin-top: 50px;
    }
}
@media (min-width: 1225px) {
    .order-additional-item {
        max-width: 379px;
    }
}
.order-additional-item-action-preview {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    color: #afa2ba;
    max-width: 130px;
}
.order-additional-item-action-add {
    width: 100px !important;
    height: 26px;
}
.order-additional-item-action-add .btn-layer-loader .btn-content {
    -webkit-transform: translateY(-88%) scale(0.6);
    transform: translateY(-88%) scale(0.6);
}
@media (max-width: 350px) {
    .order-additional-item-action-add {
        font-size: 10px;
    }
}
.order-item-image-wrapper {
    position: relative;
    background: #fff;
    background-image: url(/Assets/ShoppingCart/cart-item-image-background.png);
    background-position: center;
    background-size: 40% auto;
    background-repeat: no-repeat;
}
@media only screen and (min-device-pixel-ratio: 2),
    only screen and (-webkit-min-device-pixel-ratio: 2),
    only screen and (min-resolution: 192dpi) {
    .order-item-image-wrapper {
        background-image: url(/Assets/ShoppingCart/cart-item-image-background@2x.png);
    }
}
.order-item-price-wrapper .order-item-price {
    display: none;
}
.order-item-price-wrapper.has-discount .order-item-price {
    display: inline;
}
.order-footer-form {
    padding-top: 15px;
    padding-bottom: 15px;
}
@media (min-width: 769px) {
    .order-footer-form {
        padding-top: 16px;
        padding-bottom: 24px;
    }
}
.order-footer-submit {
    height: 40px;
    min-width: 100%;
}
@media (min-width: 769px) {
    .order-footer-submit {
        min-width: initial;
    }
}
@media (min-width: 990px) {
    .order-footer-submit {
        height: 50px;
    }
}
@media (min-width: 1225px) {
    .order-footer-submit {
        height: 55px;
    }
}
.order-totals {
    min-width: 280px;
}
.order-totals-subtotal {
    text-decoration: line-through;
    color: #dfdae4;
    margin: 0 5px;
}
.order-totals-subtotal:empty {
    margin: 0;
}
.empty-cart-header h1 {
    padding-bottom: 30px;
    line-height: 1;
}
@media (min-width: 480px) {
    .empty-cart-header h1 {
        font-size: 32px;
    }
}
@media (min-width: 769px) {
    .empty-cart-header h1 {
        color: #fff;
        padding-top: 80px;
        padding-bottom: 90px;
        font-size: 100px;
        max-width: 1000px;
    }
}
@media (min-width: 1225px) {
    .empty-cart-header h1 {
        max-width: 1090px;
        padding-bottom: 140px;
        font-size: 150px;
    }
}
.empty-cart-header-image {
    max-width: 100%;
    margin: 0 auto;
}
@media (min-width: 769px) {
    .empty-cart-header-image {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        -webkit-transform: translate(0, 70px);
        transform: translate(0, 70px);
        height: 275px;
    }
}
@media (min-width: 1225px) {
    .empty-cart-header-image {
        height: 395px;
    }
}
@media (max-width: 1459px) {
    .py-30-m-15 {
        padding-left: 55px;
    }
}
@media (max-width: 989px) {
    .py-30-m-15 {
        padding-left: 45px;
    }
}
@media (max-width: 768px) {
    .py-30-m-15 {
        padding-left: 25px;
    }
}
@media (max-width: 989px) {
    .pr-7 {
        padding-right: 7px;
    }
}
@media (max-width: 989px) {
    .order .order-item .order-item-header > .col-auto:last-child {
        position: static;
        padding: 0;
    }
}
@media (min-width: 769px) and (max-width: 989px) {
    .order .order-item .order-item-quantity {
        position: absolute;
        left: 0;
        bottom: 0;
        z-index: 1;
    }
}
@media (max-width: 768px) {
    .order .order-item .order-item-quantity {
        position: absolute;
        right: 0;
        top: 50px;
        z-index: 1;
    }
}
@media (max-width: 350px) {
    .order .order-item .order-item-quantity {
        top: 30px;
        font-size: 12px;
    }
}
.order .order-item .order-item-subheader .link {
    text-transform: none;
    font-weight: bold;
}
@media (max-width: 989px) {
    .order .order-item .order-item-subheader > .col:first-child {
        z-index: 0;
        padding-right: 110px;
    }
}
@media (max-width: 768px) {
    .order .order-item .order-item-subheader > .col:first-child {
        padding-right: 65px;
    }
}
@media (max-width: 989px) {
    .order .order-item .order-item-subheader > .col-auto:last-child {
        z-index: 0;
        position: static;
    }
}
@media (min-width: 769px) and (max-width: 989px) {
    .order .order-item .order-item-subheader {
        z-index: 0;
        padding-bottom: 40px;
    }
}
@media (max-width: 350px) {
    .order .order-item .order-item-action-edit {
        font-size: 10px;
    }
    .order .order-item .order-item-action-edit svg {
        height: 12px;
    }
}
.order .order-item .order-item-box {
    color: #01dfa1;
}
@media (max-width: 350px) {
    .order .order-item .order-item-box {
        font-size: 10px;
    }
    .order .order-item .order-item-box svg {
        height: 12px;
    }
}
@media (max-width: 768px) {
    .order .order-item .order-item-action-remove {
        z-index: 1;
        position: absolute;
        right: 0;
        top: 87px;
    }
}
@media (max-width: 350px) {
    .order .order-item .order-item-action-remove {
        top: 70px;
        font-size: 10px;
    }
}
@media (max-width: 350px) {
    .order .order-item .fsize-14 {
        font-size: 11px !important;
    }
}
@media (max-width: 350px) {
    .order .order-item .fisze-12 {
        font-size: 9px !important;
    }
}
.order .order-footer .badge {
    border-radius: 4px;
}
.buy-4 {
    display: flex;
    flex-direction: row;
    align-items: center;
    background: #ed0057;
    box-shadow: -16px 6px 10px 0 rgba(0, 0, 0, 0.1);
    color: #fff;
    min-height: 50px;
    justify-content: center;
    padding: 16px 15px;
    font-size: 14px;
    font-family: "Roboto";
}
@media (max-width: 768px) {
    .buy-4 {
        padding: 20px;
        height: 100%;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        padding: 20px;
    }
    .buy-4 .view-discount {
        align-self: flex-end;
        text-decoration: none !important;
    }
}
.buy-4 .title {
    margin-right: 4px;
    font-weight: bold;
}
.buy-4 .description {
    margin-right: 4px;
    opacity: 0.8;
}
.buy-4 .view-discount {
    color: #fff;
    text-decoration: underline;
    font-weight: bold;
}
.cart.is-occupied [data-cart-state="empty"] {
    display: none !important;
}
.cart.is-empty [data-cart-state="occupy"] {
    display: none !important;
}
.empty-title {
    font-family: Nunito;
    font-size: 26px;
    font-weight: 900;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #68596e;
    margin-top: 27px;
}
.empty-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 270px;
    height: 55px;
    border-radius: 100px;
    background-image: linear-gradient(to right, #01e0a0, #00d3f6);
}
.empty-btn-header {
    display: flex;
    justify-content: center;
}
.empty-btn-header a {
    text-decoration: none;
}
.empty-btn-label {
    font-family: Nunito;
    font-size: 14px;
    font-weight: 900;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.71;
    letter-spacing: 0.78px;
    text-align: center;
    color: #fff;
    cursor: pointer;
}
@media (min-width: 769px) {
    .suggested-item-list {
        padding-left: 25px;
        padding-right: 25px;
    }
    .suggested-item-list > div {
        margin-left: -48px;
        margin-right: -48px;
    }
    .suggested-item-list > div > div {
        -webkit-transition: all 500ms ease-out !important;
        transition: all 500ms ease-out !important;
    }
}
@media (max-width: 768px) {
    .suggested-item-list {
        max-width: 100%;
        overflow-x: scroll;
        -webkit-overflow-scrolling: touch;
    }
    .suggested-item-list > div::after,
    .suggested-item-list > div::before {
        position: relative;
        content: "";
        display: block;
        min-width: 20px;
        height: 1px;
    }
}
.suggested-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    margin-bottom: 10px;
    width: 160px;
    margin-left: auto;
    margin-right: auto;
}
.suggested-item-badge {
    bottom: 0;
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
    font-size: 10px;
    text-transform: uppercase;
    padding: 4px 6px;
    border-radius: 4px;
    left: 5px;
}
.suggested-item-badge.badge-release {
    background: #ff2f63;
}
.suggested-item-rating svg {
    height: 15px;
    width: 15px;
}
.suggested-item-image {
    width: 100%;
    height: auto;
}
.suggested-item-price {
    color: #907feb;
    font-weight: 900;
    display: inline-block;
}
.suggested-item-discounted-price {
    color: #dfdae4;
    text-decoration: line-through;
}
.suggested-item-link {
    visibility: hidden;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    height: 35px;
    max-width: 100%;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    background-image: -webkit-gradient(
        linear,
        left top,
        right top,
        from(#01e0a0),
        color-stop(50%, #01e0a0),
        to(#00d3f6)
    );
    background-image: linear-gradient(to right, #01e0a0, #01e0a0 50%, #00d3f6);
    color: #fff !important;
    -webkit-transition: none;
    transition: none;
}
@media (max-width: 768px) {
    .suggested-item-link {
        display: none;
    }
}
.suggested-item:hover,
.suggested-item:focus {
    cursor: pointer !important;
}
@media (min-width: 769px) {
    .suggested-item:hover,
    .suggested-item:focus {
        background-color: #fff;
        -webkit-box-shadow: 0 2px 6px 0 #dfdae4;
        box-shadow: 0 2px 6px 0 #dfdae4;
    }
}
.suggested-item:hover .suggested-item-link,
.suggested-item:focus .suggested-item-link {
    visibility: visible;
}
@media (min-width: 769px) {
    .suggested-item {
        margin-bottom: 35px;
        width: 193px;
    }
}
@media (min-width: 990px) {
    .suggested-item {
        width: 226px;
    }
}
@media (min-width: 1225px) {
    .suggested-item {
        width: 230px;
    }
}
.empty-cart-image {
    max-width: 100%;
    margin: 0 auto;
}
@media (min-width: 769px) {
    .empty-cart-image {
        position: relative !important;
        height: auto !important;
        transform: none !important;
    }
}
@media (max-width: 768px) {
    .suggested-item.galinha-pintadinha .suggested-item-protagonist {
        max-width: 127px;
        white-space: nowrap;
        overflow: hidden;
    }
}
@media (max-width: 768px) {
    .cart-header {
        border-top: solid 1px #dfdae4;
    }
}
body {
    background-color: #f8f7fc;
}
.cart-header .carousel {
    max-width: 560px;
}
.cart-header .carousel .carousel-item {
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    opacity: 0;
}
.cart-header .carousel .carousel-item > div {
    min-height: 50px;
}
.cart-header .carousel .carousel-item > div > p {
    margin-left: 15px;
}
.cart-header .carousel .active.carousel-item-left,
.cart-header .carousel .active.carousel-item-right {
    opacity: 0;
}
.cart-header .carousel .carousel-item.active,
.cart-header .carousel .carousel-item-next.carousel-item-left,
.cart-header .carousel .carousel-item-prev.carousel-item-right {
    opacity: 1;
}
.cart-header .carousel .carousel-item-next.carousel-item-left,
.cart-header .carousel .carousel-item-prev.carousel-item-right {
    -webkit-transform: translateX(0);
    transform: translateX(0);
}
@supports (-webkit-transform-style: preserve-3d)
    or (transform-style: preserve-3d) {
    .cart-header .carousel .carousel-item-next.carousel-item-left,
    .cart-header .carousel .carousel-item-prev.carousel-item-right {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
.cart-header .carousel .carousel-item-next,
.cart-header .carousel .active.carousel-item-right {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
}
@supports (-webkit-transform-style: preserve-3d)
    or (transform-style: preserve-3d) {
    .cart-header .carousel .carousel-item-next,
    .cart-header .carousel .active.carousel-item-right {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
}
.cart-header .carousel .carousel-item-prev,
.cart-header .carousel .active.carousel-item-left {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    opacity: 0;
}
@supports (-webkit-transform-style: preserve-3d)
    or (transform-style: preserve-3d) {
    .cart-header .carousel .carousel-item-prev,
    .cart-header .carousel .active.carousel-item-left {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}
.suggestions {
    padding-top: 27px;
    padding-bottom: 10px;
}
.suggestions h1 {
    margin-left: auto;
    margin-right: auto;
}
@media (max-width: 400px) {
    .suggestions h1 {
        max-width: 230px;
    }
}
@media (max-width: 768px) {
    .suggestions .container {
        padding-left: 0;
        padding-right: 0;
    }
}
.suggestions .suggestions-header .btn-gradient-green {
    position: relative;
    color: #01dfa1;
}
.suggestions .suggestions-header .btn-gradient-green::before {
    content: "";
    background: #fff;
    display: block;
    position: absolute;
    top: 2px;
    left: 2px;
    width: calc(100% - 4px);
    height: calc(100% - 4px);
    border-radius: 100px;
}
.suggestions .suggestions-header[data-cart-state="empty"] p {
    max-width: 550px;
}
.suggestions-action-prev,
.suggestions-action-next {
    height: 40px !important;
    width: 40px !important;
    top: 130px;
}
.suggestions-action-prev svg path,
.suggestions-action-next svg path {
    -webkit-transition: fill 200ms ease;
    transition: fill 200ms ease;
}
.suggestions-action-prev:hover svg path,
.suggestions-action-prev:focus svg path,
.suggestions-action-next:hover svg path,
.suggestions-action-next:focus svg path {
    fill: #01dfa1;
}
@media (min-width: 990px) {
    .suggestions-action-prev,
    .suggestions-action-next {
        height: 55px !important;
        width: 55px !important;
    }
}
.suggestions-action-prev {
    -webkit-transform: translateX(calc(-50% - 10px));
    transform: translateX(calc(-50% - 10px));
}
.suggestions-action-next {
    -webkit-transform: translateX(calc(50% + 10px));
    transform: translateX(calc(50% + 10px));
}
.suggestions:not(.is-initialized) .suggested-item-list {
    max-height: 0;
    overflow: hidden;
}
@media (min-width: 769px) {
    .suggestions {
        padding-top: 66px;
        padding-bottom: 36px;
    }
}
/* @charset 'UTF-8'; */
.slick-loading .slick-list {
    background: #fff
        url(/Scripts/ThirdParties/slick-master/slick/ajax-loader.gif) center
        center no-repeat;
}
@font-face {
    font-family: "slick";
    font-weight: normal;
    font-style: normal;
    src: url(/Scripts/ThirdParties/slick-master/slick/fonts/slick.eot);
    src: url(/Scripts/ThirdParties/slick-master/slick/fonts/slick.eot?#iefix)
            format("embedded-opentype"),
        url(/Scripts/ThirdParties/slick-master/slick/fonts/slick.woff)
            format("woff"),
        url(/Scripts/ThirdParties/slick-master/slick/fonts/slick.ttf)
            format("truetype"),
        url(/Scripts/ThirdParties/slick-master/slick/fonts/slick.svg#slick)
            format("svg");
}
.slick-prev,
.slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
    opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
    font-family: "slick";
    font-size: 20px;
    line-height: 1;
    opacity: 0.75;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-prev {
    left: -25px;
}
[dir="rtl"] .slick-prev {
    right: -25px;
    left: auto;
}
.slick-prev:before {
    content: "←";
}
[dir="rtl"] .slick-prev:before {
    content: "→";
}
.slick-next {
    right: -25px;
}
[dir="rtl"] .slick-next {
    right: auto;
    left: -25px;
}
.slick-next:before {
    content: "→";
}
[dir="rtl"] .slick-next:before {
    content: "←";
}
.slick-dotted.slick-slider {
    margin-bottom: 30px;
}
.slick-dots {
    position: absolute;
    bottom: -25px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}
.slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}
.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
    opacity: 1;
}
.slick-dots li button:before {
    font-family: "slick";
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: "•";
    text-align: center;
    opacity: 0.25;
    color: #000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
    opacity: 0.75;
    color: #000;
}
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus {
    outline: none;
}
.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after {
    display: table;
    content: "";
}
.slick-track:after {
    clear: both;
}
.slick-loading .slick-track {
    visibility: hidden;
}
.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[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;
}
.product-card {
    border-radius: 10px;
    background-color: #fff;
    -webkit-box-shadow: 0 2px 5px 0 rgba(223, 218, 228, 0.5);
    box-shadow: 0 2px 5px 0 rgba(223, 218, 228, 0.5);
    color: #000;
    -webkit-transition-duration: 250ms;
    transition-duration: 250ms;
    -webkit-transition-property: -webkit-box-shadow;
    transition-property: -webkit-box-shadow;
    transition-property: box-shadow;
    transition-property: box-shadow, -webkit-box-shadow;
    -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}


.product-card-wrapper {
    position: relative;
}


.product-card-badge {
    border-radius: 4px;
    background-color: #ffd803;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
    font-size: 8px;
    font-weight: 900;
    letter-spacing: 0.6px;
    text-align: center;
    color: #7e5512;
    display: inline-block;
    padding: 5px 8px;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    z-index: 10;
}
@media (min-width: 990px) {
    .product-card-badge {
        padding: 6px 10px;
        border-radius: 6px;
        font-size: 10px;
    }
}
@media (min-width: 1225px) {
    .product-card-badge {
        padding: 8px 12px;
        z-index: 0;
    }
}
.product-card-name {
    line-height: normal;
}
.product-card-name,
.product-card-content,
.product-card-image-wrapper,
.product-card-link {
    -webkit-transition-duration: 200ms;
    transition-duration: 200ms;
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}


.product-card-name:hover,
.product-card-name:hover .product-card-name,
.product-card-name:hover .product-card-content,
.product-card-name:hover .product-card-image-wrapper,
.product-card-name:hover .product-card-link,
.product-card-content:hover,
.product-card-content:hover .product-card-name,
.product-card-content:hover .product-card-content,
.product-card-content:hover .product-card-image-wrapper,
.product-card-content:hover .product-card-link,
.product-card-image-wrapper:hover,
.product-card-image-wrapper:hover .product-card-name,
.product-card-image-wrapper:hover .product-card-content,
.product-card-image-wrapper:hover .product-card-image-wrapper,
.product-card-image-wrapper:hover .product-card-link,
.product-card-link:hover,
.product-card-link:hover .product-card-name,
.product-card-link:hover .product-card-content,
.product-card-link:hover .product-card-image-wrapper,
.product-card-link:hover .product-card-link {
    -webkit-transition-duration: 300ms;
    transition-duration: 300ms;
}
.product-card:hover,
.product-card:focus {
    text-decoration: none;
    color: #000;
    -webkit-box-shadow: 0 5px 10px -1px rgba(223, 218, 228, 0.9);
    box-shadow: 0 5px 10px -1px rgba(223, 218, 228, 0.9);
}
.product-card-collapsed {
    display: block;
    overflow: hidden;
    margin-top: 13px;
    -webkit-transition-duration: 250ms;
    transition-duration: 250ms;
    -webkit-transition-property: -webkit-box-shadow, transform;
    transition-property: -webkit-box-shadow, transform;
    transition-property: box-shadow, transform;
    transition-property: box-shadow, -webkit-box-shadow, transform;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.product-card-collapsed-wrapper {
    transition: transform 250ms cubic-bezier(0.4, 0, 0.2, 1);
    -webkit-transition: transform 250ms cubic-bezier(0.4, 0, 0.2, 1);
}
.product-card-collapsed-wrapper:hover {
    transform: translateY(-3px);
}
.product-card-collapsed .product-card-content {
    margin-top: -30px;
    padding-top: 60px;
    padding-bottom: 30px;
    background: #fff;
    color: #000;
}
@media (min-width: 1225px) {
    .product-card-collapsed .product-card-name {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
}
.product-card-collapsed .product-card-image {
    z-index: 2;
    width: 100%;
    position: relative;
    height: auto;
}
.product-card-collapsed .product-card-image-wrapper {
    position: relative;
    z-index: 0;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    width: 56.5%;
    margin: 20px auto 0;
    pointer-events: none;
}
.product-card-collapsed .product-card-image-wrapper:before {
    content: "";
    -webkit-box-shadow: -3px 3px 5px 0 rgba(0, 0, 0, 0.1),
        0 2px 10px 0 rgba(0, 0, 0, 0.1);
    box-shadow: -3px 3px 5px 0 rgba(0, 0, 0, 0.1),
        0 2px 10px 0 rgba(0, 0, 0, 0.1);
    position: absolute;
    top: 0;
    left: 0;
    width: 96px;
    height: 130px;
    border-radius: 3px;
    z-index: 1;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}
@media (min-width: 1225px) {
    .product-card-collapsed .product-card-image-wrapper:before {
        -webkit-box-shadow: -5px 5px 10px 0 rgba(0, 0, 0, 0.15),
            0 2px 50px 0 rgba(0, 0, 0, 0.15);
        box-shadow: -5px 5px 10px 0 rgba(0, 0, 0, 0.15),
            0 2px 50px 0 rgba(0, 0, 0, 0.15);
        width: 100%;
        height: 100%;
    }
}
@media (min-width: 1225px) {
    .product-card-collapsed .product-card-image-wrapper {
        margin-top: 30px;
    }
}
@media (min-width: 480px) {
    .product-card-collapsed .product-card-image {
        min-height: 215px;
        height: auto;
    }
}
@media (min-width: 1460px) {
    .product-card-collapsed .product-card-image {
        min-height: 253px;
    }
}
.product-card-collapsed .product-card-link {
    text-align: center;
    left: 0;
    bottom: 0;
    font-size: 12px;
    letter-spacing: 0.9px;
    color: #fff;
    width: 100%;
    height: 50px;
    line-height: 50px;
    max-width: 180px;
}
.product-card-collapsed:hover,
.product-card-collapsed:focus {
    cursor: pointer;
}
@media (max-width: 1224px) {
    .product-card-collapsed {
        min-width: 151px;
    }
}
.product-card-resumed {
    padding: 0 10px 0;
    transform-style: preserve-3d;
    transform: none;
    margin-top: 13px;
    background-color: transparent;
    box-shadow: none;
}
.product-card-resumed .product-card-image {
    z-index: 1;
    width: 100%;
    position: relative;
}
.product-card-resumed .product-card-image-wrapper {
    min-height: 138px;
    width: 100%;
    position: relative;
    z-index: 1;
    display: inline-block;
}
.product-card-resumed .product-card-image-wrapper:before {
    content: "";
    border: 1px solid #fff;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 99%;
    -webkit-box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.1) inset;
    box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.1) inset;
    background-color: #f8f7fc;
    border-radius: 3px;
    z-index: 0;
}
@media (min-width: 480px) {
    .product-card-resumed .product-card-image-wrapper {
        max-width: 120px;
        min-height: 169px;
    }
}
.product-card-resumed .product-card-content {
    padding: 35px 10px 0;
    margin: -20px -10px 0;
    transform-style: preserve-3d;
    transform: translateZ(-1px);
    border: 1px solid #dfdae4;
    -webkit-box-shadow: 0 2px 5px 0 rgba(223, 218, 228, 0.5);
    box-shadow: 0 2px 5px 0 rgba(223, 218, 228, 0.5);
    height: 150px;
    border-radius: 5px;
}
.product-card-resumed .product-card-content.mobile {
    padding: 28px 0 0;
    height: 100% !important;
    min-height: auto !important;
    border-radius: 4px;
    box-shadow: 0 2px 5px 0 rgba(223, 218, 228, 0.5);
    border: solid 1px #f1f0f7;
}
@media (max-width: 1459px) {
    .product-card-resumed .product-card-content.mobile {
        height: 120px !important;
    }
}
@media (max-width: 768px) {
    .product-card-resumed .product-card-content.mobile {
        height: 100% !important;
    }
}
.product-card-resumed .product-card-link {
    min-width: 0;
    display: block;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    font-size: 10px;
    height: 32px;
    line-height: 32px;
    max-width: 135px;
}
.product-card-resumed .product-card-footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
    left: 0;
    height: 40px;
    line-height: 40px;
    z-index: 0;
}
.product-card-resumed .product-card-footer::before {
    content: "";
    display: block;
    margin: 0 auto;
    width: calc(100% - 20px);
    height: 1px;
    background-color: #f2f1f7;
    position: relative;
    top: 1px;
}
.product-card-resumed:hover,
.product-card-resumed:focus {
    box-shadow: none !important;
}
@media (min-width: 480px) {
    .product-card-resumed {
        height: 308px;
        min-width: 151px;
    }
}
@media (min-width: 990px) {
    .product-card-resumed {
        height: 294px;
    }
}
@media (min-width: 1225px) {
    .product-card-resumed {
        height: 308px;
    }
}
.product-card-detailed {
    min-height: 202px;
    position: relative;
    margin-top: 18px;
    color: #fff;
}
.product-card-detailed .product-card-name {
    max-width: 172px;
}
@media (min-width: 1225px) {
    .product-card-detailed .product-card-name {
        font-size: 24px;
        max-width: 230px;
    }
}
@media (min-width: 1460px) {
    .product-card-detailed .product-card-name {
        font-size: 26px;
        max-width: 230px;
        line-height: 1.2;
    }
}
.product-card-detailed .product-card-footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
    left: 0;
    height: 40px;
    line-height: 40px;
    z-index: 0;
}
.product-card-detailed .product-card-footer::before {
    content: "";
    display: block;
    width: calc(100% - 40px);
    height: 1px;
    background-color: #fff;
    position: relative;
    top: 1px;
    margin: 0 auto;
    opacity: 0.36;
}
.product-card-detailed .product-card-footer .product-card-link {
    color: #fff;
}
.product-card-detailed .product-card-content {
    padding-right: 40%;
    padding-bottom: 20px;
    padding-left: 20px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
@media (min-width: 1225px) {
    .product-card-detailed .product-card-content {
        padding-left: 50%;
        padding-bottom: 0;
        padding-right: 10px;
    }
}
@media (min-width: 1460px) {
    .product-card-detailed .product-card-content {
        padding-right: 46px;
    }
}
.product-card-detailed .product-card-link {
    letter-spacing: 0.7px;
}
@media (min-width: 1225px) {
    .product-card-detailed .product-card-link {
        max-width: 180px;
        height: 48px;
    }
}
@media (min-width: 1460px) {
    .product-card-detailed .product-card-link {
        max-width: 200px;
        height: 50px;
    }
}
.product-card-detailed .product-card-image {
    position: absolute;
    right: 0;
    height: 186px;
    bottom: 37px;
    z-index: 2;
}
@media (min-width: 1225px) {
    .product-card-detailed .product-card-image {
        height: 340px;
        left: 0;
        right: auto;
        bottom: 0;
    }
}
@media (min-width: 1460px) {
    .product-card-detailed .product-card-image {
        height: 404px;
    }
}
.product-card-detailed:hover,
.product-card-detailed.hover {
    color: #fff;
}
.product-card-detailed:hover .product-card-link,
.product-card-detailed.hover .product-card-link {
    opacity: 1;
}
.product-card-detailed.has-customization-modal {
    min-height: 224px;
}
.product-card-detailed.has-customization-modal .product-card-image {
    bottom: 57px;
}
.product-card-detailed.has-customization-modal
    .product-card-image-wrapper::before {
    content: "";
    display: block;
    box-shadow: 0 2px 5px 1px rgba(0, 0, 0, 0.2);
    background-color: #fff;
    position: absolute;
    right: 32px;
    height: 130px;
    bottom: 58px;
    z-index: 2;
    width: 84px;
}
.product-card-detailed.has-customization-modal .product-card-content {
    padding-bottom: 50px;
    padding-right: 50%;
}
.product-card-detailed.has-customization-modal .product-card-footer {
    height: auto;
    line-height: initial;
    border-radius: 0 0 8px 8px;
}
.product-card-detailed.has-customization-modal .product-card-footer .btn {
    line-height: 30px;
    height: 30px;
    border-radius: 20px;
    background-color: #f7f6fb;
    border: none;
    font-size: 10px;
}
@media (min-width: 1225px) {
    .product-card-detailed {
        margin-top: 30px;
        height: 310px;
    }
}
@media (min-width: 1460px) {
    .product-card-detailed {
        margin-top: 38px;
        height: 366px;
    }
}
.product-card-large {
    min-height: 202px;
    position: relative;
    padding-top: 20px;
    padding-bottom: 60px;
    padding-left: 20px;
    padding-right: 20px;
    color: #fff;
}
.product-card-large .product-card-name {
    max-width: 160px;
}
@media (min-width: 1225px) {
    .product-card-large .product-card-name {
        font-size: 24px;
        max-width: 260px;
    }
}
@media (min-width: 1460px) {
    .product-card-large .product-card-name {
        font-size: 26px;
        max-width: 280px;
        line-height: 1.2;
    }
}
.product-card-large .product-card-content {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 70%;
    flex: 0 0 70%;
    max-width: 70%;
    padding-left: 20px;
    padding-right: 20px;
}
@media (min-width: 480px) {
    .product-card-large .product-card-content {
        padding-right: 0;
    }
}
@media (min-width: 1225px) {
    .product-card-large .product-card-content {
        -ms-flex: 0 0 50%;
        -webkit-box-flex: 0;
        flex: 0 0 50%;
        max-width: 50%;
        padding-left: 0;
    }
}
.product-card-large .product-card-link {
    height: 40px;
    line-height: 40px;
    min-width: 0;
    padding-left: 20px;
    padding-right: 20px;
}
@media (max-width: 1224px) {
    .product-card-large .product-card-link {
        font-size: 10px;
    }
}
@media (min-width: 1225px) {
    .product-card-large .product-card-link {
        height: 48px;
        line-height: 48px;
        padding-left: 40px;
        padding-right: 40px;
    }
}
@media (min-width: 1460px) {
    .product-card-large .product-card-link {
        height: 50px;
        line-height: 50px;
        padding-left: 57px;
        padding-right: 57px;
    }
}
.product-card-large .product-card-image {
    height: auto;
    width: 100%;
    height: auto;
    position: relative;
    z-index: 1;
}
.product-card-large .product-card-image-wrapper {
    max-width: 100%;
    -ms-flex: 0 0 96px;
    -webkit-box-flex: 0;
    flex: 0 0 96px;
    width: 96px;
    height: 135px;
    position: relative;
    z-index: 1;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}
.product-card-large .product-card-image-wrapper:before {
    content: "";
    -webkit-box-shadow: -3px 3px 5px 0 rgba(0, 0, 0, 0.1),
        0 2px 10px 0 rgba(0, 0, 0, 0.1);
    box-shadow: -3px 3px 5px 0 rgba(0, 0, 0, 0.1),
        0 2px 10px 0 rgba(0, 0, 0, 0.1);
    border: 1px solid #fff;
    position: absolute;
    top: 0;
    left: 0;
    width: 96px;
    height: 130px;
    background-color: #fff;
    border-radius: 3px;
    z-index: 1;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}
@media (min-width: 1225px) {
    .product-card-large .product-card-image-wrapper:before {
        -webkit-box-shadow: -5px 5px 10px 0 rgba(0, 0, 0, 0.15),
            0 2px 50px 0 rgba(0, 0, 0, 0.15);
        box-shadow: -5px 5px 10px 0 rgba(0, 0, 0, 0.15),
            0 2px 50px 0 rgba(0, 0, 0, 0.15);
        width: 100%;
        height: 100%;
    }
}
@media (min-width: 480px) {
    .product-card-large .product-card-image-wrapper {
        -ms-flex: 0 0 116px;
        -webkit-box-flex: 0;
        flex: 0 0 116px;
        width: 116px;
        height: 162px;
        margin-bottom: 10px;
    }
}
@media (min-width: 769px) {
    .product-card-large .product-card-image-wrapper {
        -ms-flex: 0 0 96px;
        -webkit-box-flex: 0;
        flex: 0 0 96px;
        width: 96px;
        height: 135px;
    }
}
@media (min-width: 1225px) {
    .product-card-large .product-card-image-wrapper {
        -ms-flex: 0 0 160px;
        -webkit-box-flex: 0;
        flex: 0 0 160px;
        width: 160px;
        height: 224px;
        margin-right: 47px;
    }
}
@media (min-width: 1460px) {
    .product-card-large .product-card-image-wrapper {
        -ms-flex: 0 0 180px;
        -webkit-box-flex: 0;
        flex: 0 0 180px;
        width: 180px;
        width: 180px;
        height: 252px;
        margin-right: 56px;
    }
}
.product-card-large .product-card-footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
    left: 0;
    height: 40px;
    line-height: 40px;
    z-index: 0;
}
.product-card-large .product-card-footer::before {
    content: "";
    display: block;
    width: calc(100% - 40px);
    height: 1px;
    background-color: #fff;
    position: relative;
    top: 1px;
    margin: 0 auto;
    opacity: 0.36;
}
.product-card-large .product-card-footer .product-card-link {
    color: #fff;
}
.product-card-large:hover,
.product-card-large.hover {
    color: #fff;
}
.product-card-large:hover .product-card-link,
.product-card-large.hover .product-card-link {
    opacity: 1;
}
.product-card-large.collection-product .product-card-image {
    height: auto;
    width: 100%;
    height: auto;
    position: relative;
    z-index: 1;
}
.product-card-large.collection-product .product-card-image-wrapper {
    max-width: 100%;
    -ms-flex: 0 0 96px;
    -webkit-box-flex: 0;
    flex: 0 0 96px;
    width: 96px;
    height: 135px;
    position: relative;
    z-index: 1;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}
.product-card-large.collection-product .product-card-image-wrapper:before {
    content: "";
    -webkit-box-shadow: -3px 3px 5px 0 rgba(0, 0, 0, 0.1),
        0 2px 10px 0 rgba(0, 0, 0, 0.1);
    box-shadow: -3px 3px 5px 0 rgba(0, 0, 0, 0.1),
        0 2px 10px 0 rgba(0, 0, 0, 0.1);
    border: 1px solid #fff;
    position: absolute;
    top: 0;
    left: 0;
    width: 72px;
    height: 102px;
    background-color: #fff;
    border-radius: 3px;
    z-index: 1;
    left: -24px;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}
@media (min-width: 480px) {
    .product-card-large.collection-product .product-card-image-wrapper:before {
        left: 0;
        width: 107px;
        height: 150px;
        background-color: #fff;
        border-radius: 3px;
        z-index: 1;
        left: -34px;
        right: 0;
    }
}
@media (min-width: 769px) {
    .product-card-large.collection-product .product-card-image-wrapper:before {
        width: 74%;
        height: 99%;
        left: -28px;
        top: 1px;
        height: 124px;
    }
}
@media (min-width: 1225px) {
    .product-card-large.collection-product .product-card-image-wrapper:before {
        -webkit-box-shadow: -5px 5px 10px 0 rgba(0, 0, 0, 0.15),
            0 2px 50px 0 rgba(0, 0, 0, 0.15);
        box-shadow: -5px 5px 10px 0 rgba(0, 0, 0, 0.15),
            0 2px 50px 0 rgba(0, 0, 0, 0.15);
        width: 74%;
        height: 99%;
        left: -50px;
        top: 1px;
    }
}
@media (min-width: 1460px) {
    .product-card-large.collection-product .product-card-image-wrapper:before {
        -webkit-box-shadow: -5px 5px 10px 0 rgba(0, 0, 0, 0.15),
            0 2px 50px 0 rgba(0, 0, 0, 0.15);
        box-shadow: -5px 5px 10px 0 rgba(0, 0, 0, 0.15),
            0 2px 50px 0 rgba(0, 0, 0, 0.15);
        width: 74%;
        height: 99%;
        left: -56px;
        top: 1px;
    }
}
@media (min-width: 480px) {
    .product-card-large.collection-product .product-card-image-wrapper {
        -ms-flex: 0 0 142px;
        -webkit-box-flex: 0;
        flex: 0 0 142px;
        width: 142px;
        height: 135px;
    }
}
@media (min-width: 769px) {
    .product-card-large.collection-product .product-card-image-wrapper {
        -ms-flex: 0 0 122px;
        -webkit-box-flex: 0;
        flex: 0 0 122px;
        width: 122px;
        height: 135px;
    }
}
@media (min-width: 1225px) {
    .product-card-large.collection-product .product-card-image-wrapper {
        -ms-flex: 0 0 210px;
        -webkit-box-flex: 0;
        flex: 0 0 210px;
        width: 210px;
        height: 224px;
        margin-right: 27px;
    }
}
@media (min-width: 1460px) {
    .product-card-large.collection-product .product-card-image-wrapper {
        -ms-flex: 0 0 236px;
        -webkit-box-flex: 0;
        flex: 0 0 236px;
        width: 236px;
        height: 252px;
        margin-right: 30px;
    }
}
@media (min-width: 769px) {
    .product-card-large {
        padding-top: 30px;
        padding-bottom: 50px;
        padding-left: 20px;
        padding-right: 20px;
    }
}
@media (min-width: 1225px) {
    .product-card-large {
        padding-bottom: 20px;
        height: 310px;
    }
}
@media (min-width: 1460px) {
    .product-card-large {
        height: 366px;
    }
}
.product-card-more {
    background-color: #3bd3d7;
    text-align: center;
}
.product-card-more h4 {
    max-width: 190px;
}
.product-card-more p {
    max-width: 200px;
}
.product-card-more .product-card-link {
    max-width: 160px;
    height: 40px;
    color: #3bd3d7;
}
@media (max-width: 1224px) {
    .product-card-more .product-card-link {
        height: 40px;
        position: absolute;
        line-height: 40px;
        color: #fff;
        background: none;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        left: 0;
        bottom: 0;
        width: 100%;
        max-width: none;
    }
}
@media (min-width: 1225px) {
    .product-card-more .product-card-link {
        max-width: 180px;
        height: 48px;
    }
}
@media (min-width: 1460px) {
    .product-card-more .product-card-link {
        max-width: 200px;
        height: 50px;
    }
}
.product-card .product-card-line {
    height: 1px;
    border: solid 1px #e9e7f6;
    margin-top: 19px;
    margin-bottom: 38px;
}
.product-card .product-card-line-mobile {
    height: 100%;
    margin-bottom: 9px;
}
.product-card .product-card-line-mobile label {
    margin-top: 15px !important;
}
.product-card .product-card-line-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: 17px;
    padding-right: 9px;
}
.product-card .product-card-line-flex label {
    font-family: Nunito;
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #68596e;
    margin-top: 21px;
}
.product-card .product-card-line-flex.mobile {
    padding-left: 9px;
    padding-right: 8px;
}
.product-card .product-card-line .btn-card-line {
    width: 48px;
    height: 48px;
    border: solid 1px #f1edf5;
    border-radius: 100%;
    margin-top: 9px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.product-card .product-card-line .btn-card-line svg {
    width: 23px;
    height: 30px;
    fill: #fff;
}
.btn-card-line-mobile {
    width: 30px;
    height: 30px;
    border: solid 1px #f1edf5;
    border-radius: 100%;
    margin-top: 9px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.btn-card-line-mobile svg {
    width: 18px !important;
    height: 12px !important;
    fill: #fff !important;
}
.hr-product-mobile {
    height: 1px;
    border-width: 0;
    color: #e9e7f6;
    background-color: #e9e7f6;
    margin-bottom: 0;
}
.category-options {
    background-color: #fff;
    border: solid 1px rgba(223, 218, 228, 0.5);
    color: #000;
}
.category-options-mode b {
    margin-right: 5px;
    font-size: 14px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #dfdae4;
}
@media (min-width: 769px) {
    .category-options-mode b {
        margin-right: 15px;
    }
}
.category-options-mode a {
    height: 36px;
    width: 36px;
    margin: -4px 0;
}
.category-options-mode a svg {
    fill: none;
    stroke: #dfdae4;
    -webkit-transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
.category-options-mode a:hover svg,
.category-options-mode a:focus svg {
    stroke: #3bd3d7;
}
.category-options-mode a.is-selected svg {
    stroke: #34bec1;
}
@media (min-width: 769px) {
    .category-options-mode a {
        margin: initial;
    }
}
.category-options-breadcrumb {
    border-radius: 100px;
    background-color: #f8f7fc;
    height: 40px;
    line-height: 40px;
    font-size: 10px;
    font-weight: 900;
    letter-spacing: 0.6px;
    text-align: center;
    color: #3bd3d7;
    text-transform: uppercase;
    display: inline-block;
    padding-right: 60px;
    padding-left: 20px;
    margin-left: 10px;
}
.category-options-breadcrumb-options {
    position: absolute;
    display: none;
}
.product-card-wrapper {
    margin-top: 15px;
    margin-bottom: 15px;
}
.main-header h1 {
    font-size: 60px;
    line-height: 0.95;
    text-align: center;
}
.main-header h1,
.main-header h2 {
    color: #242426;
}
.product-card-collapsed-wrapper {
    transform: translateY(0) !important;
}
.tag-badge-collection {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 10px;
}
.tag-badge-collection .tag-show {
    color: #fff;
    border-radius: 6px;
    padding: 5px 15px;
    font-size: 12px;
    font-weight: bold;
}
.tag-collection {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    text-align: center;
    vertical-align: baseline;
    border-radius: 4px;
    margin: 15px 20px;
    color: #fff;
    padding: 10px;
}
@media (max-width: 989px) {
    .tag-collection {
        font-size: 11px;
        padding: 5px;
        margin: 16px;
        height: 24px;
    }
}
.btn-read-more {
    color: #000;
    font-size: 14px;
    transition: opacity 0.15s;
    text-decoration: none;
    width: auto;
    padding: 0;
    border: none;
    background: transparent;
    border-color: transparent;
    outline: none;
    text-decoration: underline;
    cursor: pointer;
    font-weight: bold;
}
.product-card-wrapper {
    background: #fff;
    border-radius: 10px;
}
.collection-card-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-decoration: none !important;
}


.collection-card-footer .text-frete {
    margin: 15px 20px;
    line-height: 50px;
    color: #fff;
}
@media (max-width: 989px) {
    .collection-card-footer .text-frete {
        line-height: 32px;
        margin: 16px;
        font-size: 10px;
    }
}
.collection-card-footer .btn {
    margin: 15px 20px;
    height: 50px;
    line-height: 50px;
    padding-left: 40px;
    padding-right: 40px;
    color: #fff;
}
@media (max-width: 989px) {
    .collection-card-footer .btn {
        height: 32px;
        line-height: 32px;
        padding: 0 16px;
        margin: 16px;
        font-size: 10px;
    }
}
.card-shadow {
    -webkit-box-shadow: 0 2px 5px 0 rgba(223, 218, 228, 0.5);
    box-shadow: 0 3px 5px 0 rgba(223, 218, 228, 0.5);
}
.card-shadow:hover {
    -webkit-box-shadow: 0 2px 5px 0 rgba(223, 218, 228, 0.5);
    box-shadow: 0 6px 5px 0 rgba(223, 218, 228, 0.5);
}
@media (max-width: 768px) {
    .card-shadow {
        border: 1px solid #f1eff8;
    }
}
.card-collection {
    display: flex;
    flex-direction: column;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    height: auto !important;
    padding: 20px 30px 20px 20px !important;
}
@media (max-width: 768px) {
    .card-collection {
        padding: 16px !important;
    }
}
.card-collection .card-image {
    display: flex;
    flex-direction: row;
    width: 216px;
}
@media (min-width: 769px) {
    .card-collection .card-image {
        width: 236px;
    }
}
@media (min-width: 990px) {
    .card-collection .card-image {
        width: 320px;
    }
}
@media (min-width: 1225px) {
    .card-collection .card-image {
        width: 320px;
    }
}
.card-collection .card-image :first-child {
    margin-left: 0 !important;
}
.card-collection .card-image :first-child picture {
    margin-left: 0;
}
.card-collection .card-image picture {
    box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.15),
        -5px 7px 10px 0 rgba(0, 0, 0, 0.15);
    width: 100%;
    height: auto;
    margin-left: 10px;
}
.card-collection .card-image picture :first-child {
    margin-left: 0 !important;
}
.card-collection .four-books {
    width: 292px;
}
@media (min-width: 769px) {
    .card-collection .four-books {
        width: 318px;
    }
}
@media (min-width: 990px) {
    .card-collection .four-books {
        width: 318px;
    }
}
@media (min-width: 990px) {
    .card-collection .four-books {
        width: 430px;
    }
}
@media (min-width: 1225px) {
    .card-collection .four-books {
        width: 430px;
    }
}
.card-collection .collection-badge {
    width: 80px;
    height: 72px;
    border-top-right-radius: 10px;
}
@media (min-width: 769px) {
    .card-collection .collection-badge {
        width: 60px;
        height: auto;
    }
}
@media (min-width: 1225px) {
    .card-collection .collection-badge {
        width: 120px;
    }
}
.card-collection .card-description {
    display: flex;
    width: 100%;
    flex-direction: column;
    font-family: Nunito;
    margin-top: 20px;
}
@media (max-width: 768px) {
    .card-collection .card-description {
        margin-top: 8px;
    }
}
.card-collection .card-description .mobile {
    width: 88%;
    overflow: hidden;
    height: 35px;
    transition: height 0.3s;
}
.card-collection .card-description .description-mobile-wrapper {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
}
.card-collection .card-description .description-title {
    font-size: 20px;
    font-weight: 700;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #fff;
}
@media (max-width: 768px) {
    .card-collection .card-description .description-title {
        font-size: 16px;
    }
}
.card-collection .card-description .description-subtitle {
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.43;
    letter-spacing: normal;
    color: #fff;
}
@media (max-width: 768px) {
    .card-collection .card-description .description-subtitle {
        display: -webkit-box;
        -webkit-mask: linear-gradient(
                0deg,
                transparent 0,
                transparent 18.0001px,
                black 18.0001px
            ),
            linear-gradient(
                270deg,
                transparent 0,
                transparent 3.8px,
                black 34.8002px
            );
        font-size: 12px;
        line-height: 1.5;
    }
}
.card-collection .card-description .btn-more {
    color: #fff;
    font-size: 12px;
    transition: opacity 0.15s;
    text-decoration: none;
    width: auto;
    padding: 0;
    border: none;
    background: transparent;
    border-color: transparent;
    outline: none;
    text-decoration: underline;
    cursor: pointer;
    font-weight: bold;
}
@keyframes plyr-progress {
    to {
        background-position: 25px 0;
    }
}
@keyframes plyr-popup {
    0% {
        opacity: 0.5;
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
@keyframes plyr-fade-in {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
.plyr {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    direction: ltr;
    font-family: Avenir, "Avenir Next", "Helvetica Neue", "Segoe UI", Helvetica,
        Arial, sans-serif;
    font-variant-numeric: tabular-nums;
    font-weight: 500;
    line-height: 1.7;
    max-width: 100%;
    min-width: 200px;
    position: relative;
    text-shadow: none;
    transition: box-shadow 0.3s ease;
}
.plyr audio,
.plyr video {
    border-radius: inherit;
    height: auto;
    vertical-align: middle;
    width: 100%;
}
.plyr button {
    font: inherit;
    line-height: inherit;
    width: auto;
}
.plyr:focus {
    outline: 0;
}
.plyr--full-ui {
    box-sizing: border-box;
}
.plyr--full-ui *,
.plyr--full-ui ::after,
.plyr--full-ui ::before {
    box-sizing: inherit;
}
.plyr--full-ui a,
.plyr--full-ui button,
.plyr--full-ui input,
.plyr--full-ui label {
    touch-action: manipulation;
}
.plyr__badge {
    background: #4f5b5f;
    border-radius: 2px;
    color: #fff;
    font-size: 9px;
    line-height: 1;
    padding: 3px 4px;
}
.plyr--full-ui ::-webkit-media-text-track-container {
    display: none;
}
.plyr__captions {
    animation: plyr-fade-in 0.3s ease;
    bottom: 0;
    color: #fff;
    display: none;
    font-size: 14px;
    left: 0;
    padding: 10px;
    position: absolute;
    text-align: center;
    transform: translateY(-40px);
    transition: transform 0.4s ease-in-out;
    width: 100%;
}
.plyr__captions span {
    background: rgba(0, 0, 0, 0.8);
    border-radius: 2px;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
    line-height: 185%;
    padding: 0.2em 0.5em;
    white-space: pre-wrap;
}
.plyr__captions span div {
    display: inline;
}
.plyr__captions span:empty {
    display: none;
}
@media (min-width: 480px) {
    .plyr__captions {
        font-size: 16px;
        padding: 20px;
    }
}
@media (min-width: 768px) {
    .plyr__captions {
        font-size: 18px;
    }
}
.plyr--captions-active .plyr__captions {
    display: block;
}
.plyr--hide-controls .plyr__captions {
    transform: translateY(-15px);
}
.plyr__control {
    background: 0 0;
    border: 0;
    border-radius: 3px;
    color: inherit;
    cursor: pointer;
    flex-shrink: 0;
    overflow: visible;
    padding: 7px;
    position: relative;
    transition: all 0.3s ease;
}
.plyr__control svg {
    display: block;
    fill: currentColor;
    height: 18px;
    pointer-events: none;
    width: 18px;
}
.plyr__control:focus {
    outline: 0;
}
.plyr__control.plyr__tab-focus {
    box-shadow: 0 0 0 3px rgba(26, 175, 255, 0.35);
    outline: 0;
}
.plyr__control[aria-pressed="false"] .icon--pressed,
.plyr__control[aria-pressed="false"] .label--pressed,
.plyr__control[aria-pressed="true"] .icon--not-pressed,
.plyr__control[aria-pressed="true"] .label--not-pressed {
    display: none;
}
.plyr--audio .plyr__control.plyr__tab-focus,
.plyr--audio .plyr__control:hover,
.plyr--audio .plyr__control[aria-expanded="true"] {
    background: #1aafff;
    color: #fff;
}
.plyr__control--overlaid {
    background: rgba(26, 175, 255, 0.8);
    border: 0;
    border-radius: 100%;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
    color: #fff;
    display: none;
    left: 50%;
    padding: 15px;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
}
.plyr__control--overlaid svg {
    height: 20px;
    left: 2px;
    position: relative;
    width: 20px;
}
.plyr__control--overlaid:focus,
.plyr__control--overlaid:hover {
    background: #1aafff;
}
.plyr--playing .plyr__control--overlaid {
    opacity: 0;
    visibility: hidden;
}
.plyr--full-ui.plyr--video .plyr__control--overlaid {
    display: block;
}
.plyr--full-ui ::-webkit-media-controls {
    display: none;
}
.plyr__controls {
    align-items: center;
    display: flex;
    text-align: center;
}
.plyr__controls .plyr__menu,
.plyr__controls .plyr__progress,
.plyr__controls .plyr__time,
.plyr__controls > .plyr__control {
    margin-left: 5px;
}
.plyr__controls .plyr__menu:first-child,
.plyr__controls .plyr__menu:first-child + [data-plyr="pause"],
.plyr__controls .plyr__progress:first-child,
.plyr__controls .plyr__progress:first-child + [data-plyr="pause"],
.plyr__controls .plyr__time:first-child,
.plyr__controls .plyr__time:first-child + [data-plyr="pause"],
.plyr__controls > .plyr__control:first-child,
.plyr__controls > .plyr__control:first-child + [data-plyr="pause"] {
    margin-left: 0;
}
.plyr__controls .plyr__volume {
    margin-left: 5px;
}
@media (min-width: 480px) {
    .plyr__controls .plyr__menu,
    .plyr__controls .plyr__progress,
    .plyr__controls .plyr__time,
    .plyr__controls > .plyr__control {
        margin-left: 10px;
    }
    .plyr__controls .plyr__menu + .plyr__control,
    .plyr__controls > .plyr__control + .plyr__control,
    .plyr__controls > .plyr__control + .plyr__menu {
        margin-left: 5px;
    }
}
.plyr--video .plyr__controls {
    background: linear-gradient(transparent, rgba(0, 0, 0, 0.7));
    border-bottom-left-radius: inherit;
    border-bottom-right-radius: inherit;
    bottom: 0;
    color: #fff;
    left: 0;
    padding: 35px 10px 10px;
    position: absolute;
    right: 0;
    transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;
    z-index: 2;
}
.plyr--video .plyr__controls .plyr__control svg {
    -webkit-filter: drop-shadow(0 1px 1px rgba(0, 0, 0, 0.15));
    filter: drop-shadow(0 1px 1px rgba(0, 0, 0, 0.15));
}
.plyr--video .plyr__controls .plyr__control.plyr__tab-focus,
.plyr--video .plyr__controls .plyr__control:hover,
.plyr--video .plyr__controls .plyr__control[aria-expanded="true"] {
    background: #1aafff;
    color: #fff;
}
.plyr--audio .plyr__controls {
    background: #fff;
    border-radius: inherit;
    color: #4f5b5f;
    padding: 10px;
}
.plyr--video.plyr--hide-controls .plyr__controls {
    opacity: 0;
    pointer-events: none;
    transform: translateY(100%);
}
.plyr [data-plyr="airplay"],
.plyr [data-plyr="captions"],
.plyr [data-plyr="fullscreen"],
.plyr [data-plyr="pip"] {
    display: none;
}
.plyr--airplay-supported [data-plyr="airplay"],
.plyr--captions-enabled [data-plyr="captions"],
.plyr--fullscreen-enabled [data-plyr="fullscreen"],
.plyr--pip-supported [data-plyr="pip"] {
    display: inline-block;
}
.plyr__video-embed {
    height: 0;
    padding-bottom: 56.25%;
    position: relative;
}
.plyr__video-embed iframe {
    border: 0;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100%;
}
.plyr--full-ui .plyr__video-embed iframe {
    pointer-events: none;
}
.plyr--full-ui .plyr__video-embed > .plyr__video-embed__container {
    padding-bottom: 240%;
    position: relative;
    transform: translateY(-38.28125%);
}
.plyr__menu {
    display: flex;
    position: relative;
}
.plyr__menu .plyr__control svg {
    transition: transform 0.3s ease;
}
.plyr__menu .plyr__control[aria-expanded="true"] svg {
    transform: rotate(90deg);
}
.plyr__menu .plyr__control[aria-expanded="true"] .plyr__tooltip {
    display: none;
}
.plyr__menu__container {
    animation: plyr-popup 0.2s ease;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 4px;
    bottom: 100%;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
    color: #4f5b5f;
    font-size: 16px;
    margin-bottom: 10px;
    position: absolute;
    right: -3px;
    text-align: left;
    white-space: nowrap;
    z-index: 3;
}
.plyr__menu__container > div {
    overflow: hidden;
    transition: height 0.35s cubic-bezier(0.4, 0, 0.2, 1),
        width 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}
.plyr__menu__container::after {
    border: 4px solid transparent;
    border-top-color: rgba(255, 255, 255, 0.9);
    content: "";
    height: 0;
    position: absolute;
    right: 15px;
    top: 100%;
    width: 0;
}
.plyr__menu__container ul {
    list-style: none;
    margin: 0;
    overflow: hidden;
    padding: 7px;
}
.plyr__menu__container ul li {
    margin-top: 2px;
}
.plyr__menu__container ul li:first-child {
    margin-top: 0;
}
.plyr__menu__container .plyr__control {
    align-items: center;
    color: #4f5b5f;
    display: flex;
    font-size: 14px;
    padding: 4px 14px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100%;
}
.plyr__menu__container .plyr__control::after {
    border: 4px solid transparent;
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.plyr__menu__container .plyr__control--forward {
    padding-right: 28px;
}
.plyr__menu__container .plyr__control--forward::after {
    border-left-color: rgba(79, 91, 95, 0.8);
    right: 5px;
}
.plyr__menu__container .plyr__control--forward.plyr__tab-focus::after,
.plyr__menu__container .plyr__control--forward:hover::after {
    border-left-color: currentColor;
}
.plyr__menu__container .plyr__control--back {
    font-weight: 500;
    margin: 7px;
    margin-bottom: 3px;
    padding-left: 28px;
    position: relative;
    width: calc(100% - 14px);
}
.plyr__menu__container .plyr__control--back::after {
    border-right-color: rgba(79, 91, 95, 0.8);
    left: 7px;
}
.plyr__menu__container .plyr__control--back::before {
    background: #b7c5cd;
    box-shadow: 0 1px 0 #fff;
    content: "";
    height: 1px;
    left: 0;
    margin-top: 4px;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 100%;
}
.plyr__menu__container .plyr__control--back.plyr__tab-focus::after,
.plyr__menu__container .plyr__control--back:hover::after {
    border-right-color: currentColor;
}
.plyr__menu__container label.plyr__control {
    padding-left: 7px;
}
.plyr__menu__container label.plyr__control input[type="radio"] + span {
    background: rgba(0, 0, 0, 0.1);
    border-radius: 100%;
    display: block;
    flex-shrink: 0;
    height: 16px;
    margin-right: 10px;
    position: relative;
    transition: all 0.3s ease;
    width: 16px;
}
.plyr__menu__container label.plyr__control input[type="radio"] + span::after {
    background: #fff;
    border-radius: 100%;
    content: "";
    height: 6px;
    left: 5px;
    opacity: 0;
    position: absolute;
    top: 5px;
    transform: scale(0);
    transition: transform 0.3s ease, opacity 0.3s ease;
    width: 6px;
}
.plyr__menu__container label.plyr__control input[type="radio"]:checked + span {
    background: #1aafff;
}
.plyr__menu__container
    label.plyr__control
    input[type="radio"]:checked
    + span::after {
    opacity: 1;
    transform: scale(1);
}
.plyr__menu__container label.plyr__control input[type="radio"]:focus + span {
    box-shadow: 0 0 0 3px rgba(26, 175, 255, 0.35);
    outline: 0;
}
.plyr__menu__container
    label.plyr__control.plyr__tab-focus
    input[type="radio"]
    + span,
.plyr__menu__container label.plyr__control:hover input[type="radio"] + span {
    background: rgba(0, 0, 0, 0.1);
}
.plyr__menu__container .plyr__menu__value {
    align-items: center;
    display: flex;
    margin-left: auto;
    margin-right: -7px;
    overflow: hidden;
    padding-left: 25px;
    pointer-events: none;
}
.plyr__progress {
    display: flex;
    flex: 1;
    position: relative;
}
.plyr__progress input[type="range"] {
    position: relative;
    z-index: 2;
}
.plyr__progress .plyr__tooltip {
    font-size: 14px;
    left: 0;
}
.plyr__progress--buffer {
    -webkit-appearance: none;
    background: 0 0;
    border: 0;
    border-radius: 100px;
    height: 6px;
    left: 0;
    margin: -3px 0 0;
    padding: 0;
    position: absolute;
    top: 50%;
    width: 100%;
}
.plyr__progress--buffer::-webkit-progress-bar {
    background: 0 0;
    transition: width 0.2s ease;
}
.plyr__progress--buffer::-webkit-progress-value {
    background: currentColor;
    border-radius: 100px;
    min-width: 6px;
}
.plyr__progress--buffer::-moz-progress-bar {
    background: currentColor;
    border-radius: 100px;
    min-width: 6px;
    transition: width 0.2s ease;
}
.plyr__progress--buffer::-ms-fill {
    border-radius: 100px;
    transition: width 0.2s ease;
}
.plyr--video .plyr__progress--buffer {
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
    color: rgba(255, 255, 255, 0.25);
}
.plyr--audio .plyr__progress--buffer {
    color: rgba(183, 197, 205, 0.66);
}
.plyr--loading .plyr__progress--buffer {
    animation: plyr-progress 1s linear infinite;
    background-image: linear-gradient(
        -45deg,
        rgba(47, 52, 61, 0.6) 25%,
        transparent 25%,
        transparent 50%,
        rgba(47, 52, 61, 0.6) 50%,
        rgba(47, 52, 61, 0.6) 75%,
        transparent 75%,
        transparent
    );
    background-repeat: repeat-x;
    background-size: 25px 25px;
    color: transparent;
}
.plyr--video.plyr--loading .plyr__progress--buffer {
    background-color: rgba(255, 255, 255, 0.25);
}
.plyr--audio.plyr--loading .plyr__progress--buffer {
    background-color: rgba(183, 197, 205, 0.66);
}
.plyr__poster {
    background-color: #000;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: contain;
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: opacity 0.3s ease;
    width: 100%;
    z-index: 1;
    pointer-events: none;
}
.plyr--stopped .plyr__poster {
    opacity: 1;
}
.plyr--full-ui input[type="range"] {
    -webkit-appearance: none;
    background: 0 0;
    border: 0;
    border-radius: 28px;
    color: #1aafff;
    display: block;
    height: 20px;
    margin: 0;
    padding: 0;
    transition: box-shadow 0.3s ease;
    width: 100%;
}
.plyr--full-ui input[type="range"]::-webkit-slider-runnable-track {
    background: 0 0;
    border: 0;
    border-radius: 3px;
    height: 6px;
    transition: all 0.3s ease;
    -webkit-user-select: none;
    user-select: none;
    background-image: linear-gradient(to right, currentColor 0, transparent 0);
}
.plyr--full-ui input[type="range"]::-webkit-slider-thumb {
    background: #fff;
    border: 0;
    border-radius: 100%;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(47, 52, 61, 0.2);
    box-sizing: border-box;
    height: 14px;
    position: relative;
    transition: all 0.2s ease;
    width: 14px;
    -webkit-appearance: none;
    margin-top: -4px;
}
.plyr--full-ui input[type="range"]::-moz-range-track {
    background: 0 0;
    border: 0;
    border-radius: 3px;
    height: 6px;
    transition: all 0.3s ease;
    -moz-user-select: none;
    user-select: none;
}
.plyr--full-ui input[type="range"]::-moz-range-thumb {
    background: #fff;
    border: 0;
    border-radius: 100%;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(47, 52, 61, 0.2);
    box-sizing: border-box;
    height: 14px;
    position: relative;
    transition: all 0.2s ease;
    width: 14px;
}
.plyr--full-ui input[type="range"]::-moz-range-progress {
    background: currentColor;
    border-radius: 3px;
    height: 6px;
}
.plyr--full-ui input[type="range"]::-ms-track {
    background: 0 0;
    border: 0;
    border-radius: 3px;
    height: 6px;
    transition: all 0.3s ease;
    -ms-user-select: none;
    user-select: none;
    color: transparent;
}
.plyr--full-ui input[type="range"]::-ms-fill-upper {
    background: 0 0;
    border: 0;
    border-radius: 3px;
    height: 6px;
    transition: all 0.3s ease;
    -ms-user-select: none;
    user-select: none;
}
.plyr--full-ui input[type="range"]::-ms-fill-lower {
    background: 0 0;
    border: 0;
    border-radius: 3px;
    height: 6px;
    transition: all 0.3s ease;
    -ms-user-select: none;
    user-select: none;
    background: currentColor;
}
.plyr--full-ui input[type="range"]::-ms-thumb {
    background: #fff;
    border: 0;
    border-radius: 100%;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(47, 52, 61, 0.2);
    box-sizing: border-box;
    height: 14px;
    position: relative;
    transition: all 0.2s ease;
    width: 14px;
    margin-top: 0;
}
.plyr--full-ui input[type="range"]::-ms-tooltip {
    display: none;
}
.plyr--full-ui input[type="range"]:focus {
    outline: 0;
}
.plyr--full-ui input[type="range"]::-moz-focus-outer {
    border: 0;
}
.plyr--full-ui
    input[type="range"].plyr__tab-focus::-webkit-slider-runnable-track {
    box-shadow: 0 0 0 3px rgba(26, 175, 255, 0.35);
    outline: 0;
}
.plyr--full-ui input[type="range"].plyr__tab-focus::-moz-range-track {
    box-shadow: 0 0 0 3px rgba(26, 175, 255, 0.35);
    outline: 0;
}
.plyr--full-ui input[type="range"].plyr__tab-focus::-ms-track {
    box-shadow: 0 0 0 3px rgba(26, 175, 255, 0.35);
    outline: 0;
}
.plyr--full-ui.plyr--video input[type="range"]::-webkit-slider-runnable-track {
    background-color: rgba(255, 255, 255, 0.25);
}
.plyr--full-ui.plyr--video input[type="range"]::-moz-range-track {
    background-color: rgba(255, 255, 255, 0.25);
}
.plyr--full-ui.plyr--video input[type="range"]::-ms-track {
    background-color: rgba(255, 255, 255, 0.25);
}
.plyr--full-ui.plyr--video input[type="range"]:active::-webkit-slider-thumb {
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(47, 52, 61, 0.2),
        0 0 0 3px rgba(255, 255, 255, 0.5);
}
.plyr--full-ui.plyr--video input[type="range"]:active::-moz-range-thumb {
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(47, 52, 61, 0.2),
        0 0 0 3px rgba(255, 255, 255, 0.5);
}
.plyr--full-ui.plyr--video input[type="range"]:active::-ms-thumb {
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(47, 52, 61, 0.2),
        0 0 0 3px rgba(255, 255, 255, 0.5);
}
.plyr--full-ui.plyr--audio input[type="range"]::-webkit-slider-runnable-track {
    background-color: rgba(183, 197, 205, 0.66);
}
.plyr--full-ui.plyr--audio input[type="range"]::-moz-range-track {
    background-color: rgba(183, 197, 205, 0.66);
}
.plyr--full-ui.plyr--audio input[type="range"]::-ms-track {
    background-color: rgba(183, 197, 205, 0.66);
}
.plyr--full-ui.plyr--audio input[type="range"]:active::-webkit-slider-thumb {
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(47, 52, 61, 0.2),
        0 0 0 3px rgba(0, 0, 0, 0.1);
}
.plyr--full-ui.plyr--audio input[type="range"]:active::-moz-range-thumb {
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(47, 52, 61, 0.2),
        0 0 0 3px rgba(0, 0, 0, 0.1);
}
.plyr--full-ui.plyr--audio input[type="range"]:active::-ms-thumb {
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(47, 52, 61, 0.2),
        0 0 0 3px rgba(0, 0, 0, 0.1);
}
.plyr__time {
    font-size: 14px;
}
.plyr__time + .plyr__time::before {
    content: "⁄";
    margin-right: 10px;
}
@media (max-width: 767px) {
    .plyr__time + .plyr__time {
        display: none;
    }
}
.plyr--video .plyr__time {
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
}
.plyr__tooltip {
    background: rgba(255, 255, 255, 0.9);
    border-radius: 3px;
    bottom: 100%;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
    color: #4f5b5f;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.3;
    margin-bottom: 10px;
    opacity: 0;
    padding: 5px 7.5px;
    pointer-events: none;
    position: absolute;
    transform: translate(-50%, 10px) scale(0.8);
    transform-origin: 50% 100%;
    transition: transform 0.2s 0.1s ease, opacity 0.2s 0.1s ease;
    white-space: nowrap;
    z-index: 2;
}
.plyr__tooltip::before {
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid rgba(255, 255, 255, 0.9);
    bottom: -4px;
    content: "";
    height: 0;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    width: 0;
    z-index: 2;
}
.plyr .plyr__control.plyr__tab-focus .plyr__tooltip,
.plyr .plyr__control:hover .plyr__tooltip,
.plyr__tooltip--visible {
    opacity: 1;
    transform: translate(-50%, 0) scale(1);
}
.plyr .plyr__control:hover .plyr__tooltip {
    z-index: 3;
}
.plyr__controls > .plyr__control:first-child .plyr__tooltip,
.plyr__controls > .plyr__control:first-child + .plyr__control .plyr__tooltip {
    left: 0;
    transform: translate(0, 10px) scale(0.8);
    transform-origin: 0 100%;
}
.plyr__controls > .plyr__control:first-child .plyr__tooltip::before,
.plyr__controls
    > .plyr__control:first-child
    + .plyr__control
    .plyr__tooltip::before {
    left: 16px;
}
.plyr__controls > .plyr__control:last-child .plyr__tooltip {
    right: 0;
    transform: translate(0, 10px) scale(0.8);
    transform-origin: 100% 100%;
}
.plyr__controls > .plyr__control:last-child .plyr__tooltip::before {
    left: auto;
    right: 16px;
    transform: translateX(50%);
}
.plyr__controls > .plyr__control:first-child .plyr__tooltip--visible,
.plyr__controls
    > .plyr__control:first-child
    + .plyr__control
    .plyr__tooltip--visible,
.plyr__controls
    > .plyr__control:first-child
    + .plyr__control.plyr__tab-focus
    .plyr__tooltip,
.plyr__controls
    > .plyr__control:first-child
    + .plyr__control:hover
    .plyr__tooltip,
.plyr__controls > .plyr__control:first-child.plyr__tab-focus .plyr__tooltip,
.plyr__controls > .plyr__control:first-child:hover .plyr__tooltip,
.plyr__controls > .plyr__control:last-child .plyr__tooltip--visible,
.plyr__controls > .plyr__control:last-child.plyr__tab-focus .plyr__tooltip,
.plyr__controls > .plyr__control:last-child:hover .plyr__tooltip {
    transform: translate(0, 0) scale(1);
}
.plyr--video {
    overflow: hidden;
}
.plyr--video.plyr--menu-open {
    overflow: visible;
}
.plyr__video-wrapper {
    background: #000;
    border-radius: inherit;
    overflow: hidden;
    position: relative;
    z-index: 0;
}
.plyr__volume {
    flex: 1;
    position: relative;
}
.plyr__volume input[type="range"] {
    position: relative;
    z-index: 2;
}
@media (min-width: 480px) {
    .plyr__volume {
        max-width: 50px;
    }
}
@media (min-width: 768px) {
    .plyr__volume {
        max-width: 80px;
    }
}
.plyr--is-ios .plyr__volume {
    display: none !important;
}
.plyr--is-ios.plyr--vimeo [data-plyr="mute"] {
    display: none !important;
}
.plyr--has-error {
    pointer-events: none;
}
.plyr--has-error::after {
    align-items: center;
    background: #000;
    color: #fff;
    content: attr(data-plyr-error);
    display: flex;
    font-size: 16px;
    height: 100%;
    justify-content: center;
    left: 0;
    position: absolute;
    text-align: center;
    text-shadow: 0 1px 1px #000;
    top: 0;
    width: 100%;
    z-index: 10;
}
.plyr:-webkit-full-screen {
    background: #000;
    border-radius: 0 !important;
    height: 100%;
    margin: 0;
    width: 100%;
}
.plyr:-moz-full-screen {
    background: #000;
    border-radius: 0 !important;
    height: 100%;
    margin: 0;
    width: 100%;
}
.plyr:-ms-fullscreen {
    background: #000;
    border-radius: 0 !important;
    height: 100%;
    margin: 0;
    width: 100%;
}
.plyr:fullscreen {
    background: #000;
    border-radius: 0 !important;
    height: 100%;
    margin: 0;
    width: 100%;
}
.plyr:-webkit-full-screen video {
    height: 100%;
}
.plyr:-moz-full-screen video {
    height: 100%;
}
.plyr:-ms-fullscreen video {
    height: 100%;
}
.plyr:fullscreen video {
    height: 100%;
}
.plyr:-webkit-full-screen .plyr__video-wrapper {
    height: 100%;
    width: 100%;
}
.plyr:-moz-full-screen .plyr__video-wrapper {
    height: 100%;
    width: 100%;
}
.plyr:-ms-fullscreen .plyr__video-wrapper {
    height: 100%;
    width: 100%;
}
.plyr:fullscreen .plyr__video-wrapper {
    height: 100%;
    width: 100%;
}
.plyr:-webkit-full-screen .plyr__video-embed {
    overflow: visible;
}
.plyr:-moz-full-screen .plyr__video-embed {
    overflow: visible;
}
.plyr:-ms-fullscreen .plyr__video-embed {
    overflow: visible;
}
.plyr:fullscreen .plyr__video-embed {
    overflow: visible;
}
.plyr:-webkit-full-screen.plyr--vimeo .plyr__video-wrapper {
    height: 0;
    top: 50%;
    transform: translateY(-50%);
}
.plyr:-moz-full-screen.plyr--vimeo .plyr__video-wrapper {
    height: 0;
    top: 50%;
    transform: translateY(-50%);
}
.plyr:-ms-fullscreen.plyr--vimeo .plyr__video-wrapper {
    height: 0;
    top: 50%;
    transform: translateY(-50%);
}
.plyr:fullscreen.plyr--vimeo .plyr__video-wrapper {
    height: 0;
    top: 50%;
    transform: translateY(-50%);
}
.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen {
    display: block;
}
.plyr:-moz-full-screen .plyr__control .icon--exit-fullscreen {
    display: block;
}
.plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen {
    display: block;
}
.plyr:fullscreen .plyr__control .icon--exit-fullscreen {
    display: block;
}
.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen + svg {
    display: none;
}
.plyr:-moz-full-screen .plyr__control .icon--exit-fullscreen + svg {
    display: none;
}
.plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen + svg {
    display: none;
}
.plyr:fullscreen .plyr__control .icon--exit-fullscreen + svg {
    display: none;
}
.plyr:-webkit-full-screen.plyr--hide-controls {
    cursor: none;
}
.plyr:-moz-full-screen.plyr--hide-controls {
    cursor: none;
}
.plyr:-ms-fullscreen.plyr--hide-controls {
    cursor: none;
}
.plyr:fullscreen.plyr--hide-controls {
    cursor: none;
}
@media (min-width: 1024px) {
    .plyr:-webkit-full-screen .plyr__captions {
        font-size: 21px;
    }
    .plyr:-moz-full-screen .plyr__captions {
        font-size: 21px;
    }
    .plyr:-ms-fullscreen .plyr__captions {
        font-size: 21px;
    }
    .plyr:fullscreen .plyr__captions {
        font-size: 21px;
    }
}
.plyr:-webkit-full-screen {
    background: #000;
    border-radius: 0 !important;
    height: 100%;
    margin: 0;
    width: 100%;
}
.plyr:-webkit-full-screen video {
    height: 100%;
}
.plyr:-webkit-full-screen .plyr__video-wrapper {
    height: 100%;
    width: 100%;
}
.plyr:-webkit-full-screen .plyr__video-embed {
    overflow: visible;
}
.plyr:-webkit-full-screen.plyr--vimeo .plyr__video-wrapper {
    height: 0;
    top: 50%;
    transform: translateY(-50%);
}
.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen {
    display: block;
}
.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen + svg {
    display: none;
}
.plyr:-webkit-full-screen.plyr--hide-controls {
    cursor: none;
}
@media (min-width: 1024px) {
    .plyr:-webkit-full-screen .plyr__captions {
        font-size: 21px;
    }
}
.plyr:-moz-full-screen {
    background: #000;
    border-radius: 0 !important;
    height: 100%;
    margin: 0;
    width: 100%;
}
.plyr:-moz-full-screen video {
    height: 100%;
}
.plyr:-moz-full-screen .plyr__video-wrapper {
    height: 100%;
    width: 100%;
}
.plyr:-moz-full-screen .plyr__video-embed {
    overflow: visible;
}
.plyr:-moz-full-screen.plyr--vimeo .plyr__video-wrapper {
    height: 0;
    top: 50%;
    transform: translateY(-50%);
}
.plyr:-moz-full-screen .plyr__control .icon--exit-fullscreen {
    display: block;
}
.plyr:-moz-full-screen .plyr__control .icon--exit-fullscreen + svg {
    display: none;
}
.plyr:-moz-full-screen.plyr--hide-controls {
    cursor: none;
}
@media (min-width: 1024px) {
    .plyr:-moz-full-screen .plyr__captions {
        font-size: 21px;
    }
}
.plyr:-ms-fullscreen {
    background: #000;
    border-radius: 0 !important;
    height: 100%;
    margin: 0;
    width: 100%;
}
.plyr:-ms-fullscreen video {
    height: 100%;
}
.plyr:-ms-fullscreen .plyr__video-wrapper {
    height: 100%;
    width: 100%;
}
.plyr:-ms-fullscreen .plyr__video-embed {
    overflow: visible;
}
.plyr:-ms-fullscreen.plyr--vimeo .plyr__video-wrapper {
    height: 0;
    top: 50%;
    transform: translateY(-50%);
}
.plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen {
    display: block;
}
.plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen + svg {
    display: none;
}
.plyr:-ms-fullscreen.plyr--hide-controls {
    cursor: none;
}
@media (min-width: 1024px) {
    .plyr:-ms-fullscreen .plyr__captions {
        font-size: 21px;
    }
}
.plyr--fullscreen-fallback {
    background: #000;
    border-radius: 0 !important;
    height: 100%;
    margin: 0;
    width: 100%;
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 10000000;
}
.plyr--fullscreen-fallback video {
    height: 100%;
}
.plyr--fullscreen-fallback .plyr__video-wrapper {
    height: 100%;
    width: 100%;
}
.plyr--fullscreen-fallback .plyr__video-embed {
    overflow: visible;
}
.plyr--fullscreen-fallback.plyr--vimeo .plyr__video-wrapper {
    height: 0;
    top: 50%;
    transform: translateY(-50%);
}
.plyr--fullscreen-fallback .plyr__control .icon--exit-fullscreen {
    display: block;
}
.plyr--fullscreen-fallback .plyr__control .icon--exit-fullscreen + svg {
    display: none;
}
.plyr--fullscreen-fallback.plyr--hide-controls {
    cursor: none;
}
@media (min-width: 1024px) {
    .plyr--fullscreen-fallback .plyr__captions {
        font-size: 21px;
    }
}
.plyr__ads {
    border-radius: inherit;
    bottom: 0;
    cursor: pointer;
    left: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
}
.plyr__ads > div,
.plyr__ads > div iframe {
    height: 100%;
    position: absolute;
    width: 100%;
}
.plyr__ads::after {
    background: rgba(47, 52, 61, 0.8);
    border-radius: 2px;
    bottom: 10px;
    color: #fff;
    content: attr(data-badge-text);
    font-size: 11px;
    padding: 2px 6px;
    pointer-events: none;
    position: absolute;
    right: 10px;
    z-index: 3;
}
.plyr__ads::after:empty {
    display: none;
}
.plyr__cues {
    background: currentColor;
    display: block;
    height: 6px;
    left: 0;
    margin: -3px 0 0;
    opacity: 0.8;
    position: absolute;
    top: 50%;
    width: 3px;
    z-index: 3;
}
.plyr--no-transition {
    transition: none !important;
}
.plyr__sr-only {
    clip: rect(1px, 1px, 1px, 1px);
    overflow: hidden;
    border: 0 !important;
    height: 1px !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important;
}
.family-favorite-category {
    position: relative;
}
.family-favorite-category::before {
    content: none;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 22px;
    background-image: url(/Assets/Home/Index/main-header-pattern.svg);
    background-size: auto 100%;
    background-position: 0 0, 0 top;
    background-color: #3bd3d7;
}
@media (min-width: 990px) {
    .family-favorite-category::before {
        content: none;
    }
}
.family-favorite-category::after {
    content: "";
    display: block;
    position: absolute;
    top: 20px;
    width: 100%;
    height: 4px;
    background-color: #fff;
}
@media (min-width: 990px) {
    .family-favorite-category::after {
        content: none;
    }
}
.family-favorite-category .product-card-more {
    height: 278px;
    min-width: 151px;
}
@media (min-width: 480px) {
    .family-favorite-category .product-card-more {
        height: 308px;
    }
}
@media (min-width: 990px) {
    .family-favorite-category .product-card-more {
        height: 294px;
    }
}
@media (min-width: 1225px) {
    .family-favorite-category .product-card-more {
        height: 308px;
    }
}
.family-favorite-category-featured-products {
    margin-left: -5px;
    margin-right: -5px;
}
.family-favorite-category-products {
    margin-left: -5px;
    margin-right: -5px;
}
.family-favorite-category-products .col-3 {
    max-width: none;
}
.family-favorite-category-products .product-card-detailed {
    height: 308px;
    width: 480px !important;
}
.family-favorite-category-products .product-card-detailed .product-card-image {
    right: inherit;
    left: 0;
    bottom: 0;
    width: 50%;
    height: auto;
}
.family-favorite-category-products .product-card-detailed .product-card-name {
    margin: 0 auto;
}
.family-favorite-category-products
    .product-card-detailed
    .product-card-content {
    text-align: center;
    margin-left: 54%;
    padding-bottom: 20px;
    padding-right: 0;
    max-width: 182px;
    padding-left: 0;
}
.family-favorite-category-products .product-card-detailed .btn {
    margin-top: 20px;
    padding-right: 0;
    padding-left: 0;
    width: 100%;
    height: 40px;
    line-height: 40px;
}
.family-favorite-category h2 {
    font-size: 22px;
    line-height: 1.3;
    max-width: 260px;
}
@media (min-width: 480px) {
    .family-favorite-category h2 {
        font-size: 26px;
        max-width: 310px;
    }
}
@media (min-width: 769px) {
    .family-favorite-category h2 {
        font-size: 22px;
        max-width: initial;
    }
}
.family-favorite-category h3 {
    max-width: 280px;
}
@media (min-width: 769px) {
    .family-favorite-category h3 {
        max-width: initial;
    }
}
.family-favorite-category .btn-green {
    height: 50px;
    line-height: 50px;
    margin-top: 22px;
    min-width: 100%;
}
@media (min-width: 480px) {
    .family-favorite-category .btn-green {
        min-width: 0;
    }
}
@media (min-width: 769px) {
    .family-favorite-category .btn-green {
        height: 60px;
        line-height: 60px;
        margin-top: 30px;
        margin-bottom: -30px;
    }
}
@media (min-width: 769px) {
    .family-favorite-category .flex-carousel {
        overflow: hidden;
        padding: 8px 8px 10px;
        margin: -8px -8px -10px;
    }
}
.family-favorite-category .flex-carousel-controls {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
}
.family-favorite-category .glide__bullets {
    bottom: 10px;
}
.family-favorite-category .glide__bullet {
    background-color: #dfdae4;
    width: 8px;
    height: 8px;
    padding: 0;
    border-radius: 50%;
    border: 0 solid transparent;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    cursor: pointer;
    line-height: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin: 0 3px;
}
.family-favorite-category .glide__bullet.glide__bullet--active {
    background-color: #3bd3d7;
}
.age-filters {
    margin-bottom: 0;
}
.age-filters .product-card-resumed .product-card-content {
    max-height: 150px;
    min-height: 113px;
    height: auto;
    transform: none;
    transform-style: unset;
}
@media (min-width: 1225px) {
    .age-filters {
        margin-bottom: 30px;
    }
}
.age-filters .characters-list-panel {
    margin-bottom: 0;
}
@keyframes animacaoFiltroOut {
    0% {
        transform: scale(1.1);
    }
    50% {
        transform: scale(0.9);
    }
    100% {
        transform: scale(1);
    }
}
@keyframes animacaoFiltro {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.2);
    }
    100% {
        transform: scale(1.1);
    }
}
@keyframes animacaoFiltroMobile {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.2);
    }
    100% {
        transform: scale(1);
    }
}
.banner-vitrine-mobile {
    padding: 0 5px;
}
.characters-list-panel .list-title {
    width: 100%;
    font-family: Nunito;
    font-size: 26px;
    font-weight: 900;
    line-height: 1.35;
    text-align: center;
    color: #b474f2;
    margin: 0 auto;
}
@media (max-width: 1224px) {
    .characters-list-panel .list-title {
        width: 80%;
        font-size: 18px;
        margin-top: 20px;
    }
}
.characters-list-panel .list-ages {
    width: 100%;
    font-family: Nunito;
    font-size: 26px;
    font-weight: 900;
    line-height: 1.35;
    text-align: start;
    color: #8e4ed4;
    margin: 0 auto;
    padding-left: 10px;
}
@media (max-width: 1224px) {
    .characters-list-panel .list-ages {
        padding-left: 0;
        font-size: 18px;
        margin-top: 20px;
    }
}
.characters-list-panel .banner-vitrine {
    margin-bottom: 40px;
}
.characters-list-panel .banner-vitrine img {
    width: 100%;
}
.characters-list-panel .banner-vitrine-desk {
    margin-bottom: 70px;
}
.characters-list-panel .banner-vitrine-mobile img {
    border-radius: 10px;
}
.characters-list-panel .characters-list {
    overflow-x: hidden;
}
.characters-list-panel .characters-list .options {
    position: relative;
    width: 100%;
}
@media (max-width: 989px) {
    .characters-list-panel .characters-list .options {
        margin: 0;
    }
}
.characters-list-panel
    .characters-list
    .options
    .flex-carousel-controls-previous,
.characters-list-panel .characters-list .options .flex-carousel-controls-next {
    top: -95px !important;
}
@media (min-width: 990px) {
    .characters-list-panel
        .characters-list
        .options
        .flex-carousel-controls-previous,
    .characters-list-panel
        .characters-list
        .options
        .flex-carousel-controls-next {
        height: 55px !important;
        width: 55px !important;
    }
}
@media (min-width: 769px) {
    .characters-list-panel
        .characters-list
        .options
        .flex-carousel-controls-previous,
    .characters-list-panel
        .characters-list
        .options
        .flex-carousel-controls-next {
        height: 45px !important;
        width: 45px !important;
    }
}
@media (min-width: 990px) {
    .characters-list-panel
        .characters-list
        .options
        .flex-carousel-controls-previous,
    .characters-list-panel
        .characters-list
        .options
        .flex-carousel-controls-next {
        height: 55px !important;
        width: 55px !important;
    }
}
@media (min-width: 1460px) {
    .characters-list-panel
        .characters-list
        .options
        .flex-carousel-controls-previous,
    .characters-list-panel
        .characters-list
        .options
        .flex-carousel-controls-next {
        top: -105px !important;
    }
}
.characters-list-panel
    .characters-list
    .options
    .flex-carousel-controls-previous {
    left: 10px !important;
}
.characters-list-panel .characters-list .options .flex-carousel-controls-next {
    right: 10px !important;
}
.characters-list-panel .characters-list .options-content {
    overflow: hidden;
    margin: 0 auto;
    margin-bottom: 20px;
}
@media (max-width: 768px) {
    .characters-list-panel .characters-list .options-content {
        padding: 0 15px;
        width: 100% !important;
    }
}
@media (min-width: 480px) {
    .characters-list-panel .characters-list .options-content {
        width: 560px;
    }
}
@media (min-width: 990px) {
    .characters-list-panel .characters-list .options-content {
        width: 735px;
    }
}
@media (min-width: 1225px) {
    .characters-list-panel .characters-list .options-content {
        width: 915px;
    }
}
@media (min-width: 1460px) {
    .characters-list-panel .characters-list .options-content {
        width: 1170px;
    }
}
.characters-list-panel .characters-list .options-content .content {
    padding-top: 30px;
    padding-left: 35px;
    padding-right: 35px;
    transition: all 0.3s;
    align-items: start !important;
}
@media (max-width: 768px) {
    .characters-list-panel .characters-list .options-content .content {
        padding: 20px 0 10px;
        overflow-x: auto;
        scroll-behavior: smooth;
        -webkit-overflow-scrolling: touch;
        border-bottom: 1px solid #f2f1f2;
    }
}
@media (min-width: 1460px) {
    .characters-list-panel .characters-list .options-content .content {
        padding-left: 35px;
        padding-right: 40px;
    }
}
.characters-list-panel .characters-list .option-block {
    margin-right: 20px;
    text-align: center;
    display: flex;
    justify-content: center;
    flex-direction: column;
}
@media (max-width: 768px) {
    .characters-list-panel .characters-list .option-block {
        max-width: unset !important;
        margin-right: 15px;
    }
}
@media (min-width: 769px) {
    .characters-list-panel .characters-list .option-block {
        max-width: 70px;
    }
}
@media (min-width: 1460px) {
    .characters-list-panel .characters-list .option-block {
        max-width: 95px;
    }
}
.characters-list-panel .characters-list .option-block:hover .option {
    animation-duration: 0.3s;
    animation-timing-function: linear;
    animation-fill-mode: forwards;
    animation-name: animacaoFiltro;
}
@media (max-width: 989px) {
    .characters-list-panel .characters-list .option-block:hover .option {
        animation-name: animacaoFiltroMobile;
    }
}
.characters-list-panel .characters-list .option-block:not(:hover) .option {
    animation-name: animacaoFiltroOut;
    animation-duration: 0.3s;
    animation-timing-function: linear;
    animation-fill-mode: forwards;
}
.characters-list-panel .characters-list .option-block .character {
    font-size: 11px;
    color: #68596e;
    margin-top: 7px;
}
.characters-list-panel .characters-list .option-block .option {
    width: 95px;
    height: 95px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1 0 auto;
    border-radius: 100px;
    border: solid 2px #f1eff8;
    cursor: pointer;
    background: #fff;
}
@media (max-width: 768px) {
    .characters-list-panel .characters-list .option-block .option {
        width: 65px;
        height: 65px;
    }
}
@media (min-width: 769px) {
    .characters-list-panel .characters-list .option-block .option {
        width: 70px;
        height: 70px;
    }
}
@media (min-width: 1460px) {
    .characters-list-panel .characters-list .option-block .option {
        width: 95px;
        height: 95px;
    }
}
.characters-list-panel .characters-list .option-block .option.active .todos {
    background-color: #3bd3d7;
    color: #fff;
}
.characters-list-panel .characters-list .option-block .option.active {
    border-color: #3bd3d7;
}
.characters-list-panel .characters-list .option-block .option img {
    width: 94%;
    border-radius: 100px;
}
@media (max-width: 768px) {
    .characters-list-panel .characters-list .option-block:first-child {
        padding-left: 15px;
    }
}
@media (max-width: 768px) {
    .characters-list-panel .characters-list .option-block:last-child {
        padding-right: 15px;
    }
}
.characters-list-panel .characters-list .flex-carousel-controls {
    opacity: 1;
    height: 0;
    margin: 0;
}
@media (max-width: 768px) {
    .characters-list-panel .characters-list .flex-carousel-controls {
        display: none !important;
    }
}
.characters-list-panel .card-item {
    margin-bottom: 40px;
}
.characters-list-panel .card-item span {
    display: none;
}
.characters-list-panel .card-item .product-card-wrapper {
    width: 100%;
    animation-duration: 0.3s;
    animation-timing-function: linear;
    animation-fill-mode: forwards;
    animation-name: cardSlide;
    position: relative;
}
.characters-list-panel .card-item .product-card-wrapper .product-card {
    margin-top: 0;
}
@keyframes cardSlide {
    0% {
        transform: scale(0);
        opacity: 0;
    }
    100% {
        transform: scale(1);
        opacity: 1;
    }
}
.product-gallery-separation {
    display: block;
    border: none;
    height: 2px;
    background-color: #f8f7fc;
    border-radius: 10px;
}
@media (min-width: 769px) {
    .product-gallery-separation {
        height: 4px;
        width: 738px;
        margin-left: auto;
        margin-left: auto;
    }
}
@media (min-width: 990px) {
    .product-gallery-separation {
        width: 870px;
    }
}
@media (min-width: 1225px) {
    .product-gallery-separation {
        width: 1161px;
    }
}
@media (min-width: 1460px) {
    .product-gallery-separation {
        width: 1370px;
    }
}
.product-gallery-btn {
    color: #3bd3d7 !important;
    padding: 16px 23px;
    border-radius: 100px;
    -webkit-box-shadow: 0 3px 10px 0 #eeebf1;
    box-shadow: 0 3px 10px 0 #eeebf1;
    position: relative;
    -webkit-transition-duration: 200ms;
    transition-duration: 200ms;
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    border: 1px solid rgba(238, 235, 241, 0.4);
    background: transparent !important;
}
@media (min-width: 769px) {
    .product-gallery-btn:hover,
    .product-gallery-btn:focus {
        color: #34bec1 !important;
        background-color: #fff;
        -webkit-box-shadow: 0 5px 10px -1px rgba(223, 218, 228, 0.9);
        box-shadow: 0 5px 10px -1px rgba(223, 218, 228, 0.9);
    }
    .product-gallery-btn:active {
        background-color: #f8f7fc;
    }
}
@media (max-width: 768px) {
    .product-gallery-btn {
        font-size: 10px;
        padding: 0;
        border: 0;
        box-shadow: none;
    }
    .product-gallery-btn:hover,
    .product-gallery-btn:focus {
        background-color: transparent;
        box-shadow: none;
        color: #34bec1;
    }
}
.product-gallery {
    position: relative;
}
.product-gallery .btn-green {
    height: 50px;
    line-height: 50px;
    margin-top: 22px;
    min-width: 100%;
}
@media (min-width: 480px) {
    .product-gallery .btn-green {
        min-width: 0;
    }
}
@media (min-width: 769px) {
    .product-gallery .btn-green {
        height: 60px;
        line-height: 60px;
        margin-top: 30px;
        margin-bottom: -30px;
    }
}
.product-gallery .flex-carousel {
    overflow: hidden;
    margin: -7px;
    padding: 7px;
}
.product-gallery .flex-carousel.is-ready + .flex-carousel-controls {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
}
@media (min-width: 769px) {
    .product-gallery .flex-carousel {
        margin: -8px;
        padding: 8px;
    }
}
@media (min-width: 1225px) {
    .product-gallery .flex-carousel {
        padding: 28px;
        margin: -28px;
    }
}
@media (min-width: 1225px) {
    .product-gallery .flex-carousel-controls {
        position: static;
        margin-top: 0;
        height: 0;
        opacity: 1;
    }
    .product-gallery .flex-carousel-controls .flex-carousel-controls-dots {
        display: none !important;
    }
    .product-gallery .flex-carousel-controls .flex-carousel-controls-next,
    .product-gallery .flex-carousel-controls .flex-carousel-controls-previous {
        position: absolute !important;
        -webkit-transform: translateY(-50%) !important;
        transform: translateY(-50%) !important;
        z-index: 1;
        top: -212px;
    }
}
@media (min-width: 1225px) and (min-width: 1460px) {
    .product-gallery .flex-carousel-controls .flex-carousel-controls-next,
    .product-gallery .flex-carousel-controls .flex-carousel-controls-previous {
        top: -233px;
    }
}
@media (min-width: 1225px) {
    .product-gallery .flex-carousel-controls .flex-carousel-controls-next {
        box-shadow: -2px 4px 10px -3px rgba(104, 89, 110, 0.51);
        right: -28px;
    }
    .product-gallery .flex-carousel-controls .flex-carousel-controls-next:hover,
    .product-gallery
        .flex-carousel-controls
        .flex-carousel-controls-next:focus {
        box-shadow: -4px 6px 21px -3px rgba(104, 89, 110, 0.5);
    }
    .product-gallery
        .flex-carousel-controls
        .flex-carousel-controls-next:active {
        box-shadow: -4px 6px 21px -3px rgba(104, 89, 110, 0.5);
        transform: translateY(calc(-50% + 1px)) !important;
    }
    .product-gallery .flex-carousel-controls .flex-carousel-controls-previous {
        box-shadow: 2px 4px 10px -3px rgba(104, 89, 110, 0.51);
        left: -28px;
    }
    .product-gallery
        .flex-carousel-controls
        .flex-carousel-controls-previous:hover,
    .product-gallery
        .flex-carousel-controls
        .flex-carousel-controls-previous:focus {
        box-shadow: 4px 6px 21px -3px rgba(104, 89, 110, 0.5);
    }
    .product-gallery
        .flex-carousel-controls
        .flex-carousel-controls-previous:active {
        box-shadow: -4px 2px 10px -3px rgba(104, 89, 110, 0.5);
        transform: translateY(calc(-50% + 2px)) !important;
    }
}
.banner-card-content-bg {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    right: 0;
    overflow: hidden;
    z-index: -1;
}
.banner-card-content-bg::after {
    content: "";
    position: absolute;
    height: 355px;
    width: 355px;
    bottom: -18%;
    right: 50%;
    background-color: #ffd803;
    border-radius: 54% 46% 69% 31%/36% 57% 43% 64%;
    transform: translateX(50%);
}
@media (min-width: 769px) {
    .banner-card-content-bg::after {
        height: 500px;
        width: 500px;
        bottom: initial;
        top: -80px;
        right: -70px;
        background-color: #ffd803;
        border-radius: 50% 25% 50%/50% 40% 60%;
        transform: none;
    }
}
@media (min-width: 990px) {
    .banner-card-content-bg {
        border-radius: 30px;
    }
}
.collection-promotional-image-wrapper {
    margin: 20px auto -10px;
}
@media (min-width: 769px) {
    .collection-promotional-image-wrapper {
        margin: 20px 20px -20px;
    }
}
@media (min-width: 1460px) {
    .collection-promotional-image-wrapper {
        min-height: 477px;
    }
}
.collection-promotional-products {
    overflow: hidden;
    -webkit-box-shadow: 0 2px 5px 0 rgba(78, 48, 150, 0.31);
    box-shadow: 0 2px 5px 0 rgba(78, 48, 150, 0.31);
    border-radius: 6px;
    background: #fff;
    margin: 3px;
    height: 66px;
    width: 66px;
    text-align: center;
    position: relative;
}
.collection-promotional-products-wrapper {
    margin-left: -2px;
    margin-right: -2px;
}
.collection-promotional-products-wrapper::before,
.collection-promotional-products-wrapper::after {
    content: "";
    display: block;
    clear: both;
    width: 100%;
}
@media (max-width: 768px) {
    .collection-promotional-products-wrapper > span {
        width: 25%;
        padding-bottom: 25%;
        height: auto;
    }
}
@media (min-width: 769px) {
    .collection-promotional-products-wrapper {
        border-radius: 10px;
        margin-left: -5px;
        margin-right: -5px;
    }
}
@media (min-width: 990px) {
    .collection-promotional-products-wrapper {
        margin-left: -4px;
        margin-right: -4px;
    }
}
@media (min-width: 1225px) {
    .collection-promotional-products-wrapper {
        margin-left: -2px;
        margin-right: -2px;
    }
}
.collection-promotional-products-tooltip {
    position: absolute;
    top: 0;
    left: 50%;
    font-size: 10px;
    line-height: normal;
    min-width: 100%;
    padding: 5px;
    background: rgba(0, 0, 0, 0.9);
    border-radius: 8px;
    color: #fff;
    font-weight: 900;
    text-transform: uppercase;
    z-index: 1;
    opacity: 0;
    -webkit-transition-duration: 250ms;
    transition-duration: 250ms;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    pointer-events: none;
    -webkit-transform: translateY(calc(-100%)) translateX(-50%);
    transform: translateY(calc(-100%)) translateX(-50%);
}
.collection-promotional-products-tooltip::before {
    content: "";
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid rgba(0, 0, 0, 0.9);
    position: absolute;
    bottom: -6px;
    left: 50%;
    margin-left: -3px;
}
.collection-promotional-products::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 110%;
    width: 110%;
    background: rgba(0, 0, 0, 0.15);
    opacity: 0;
    -webkit-transition-duration: 250ms;
    transition-duration: 250ms;
    -webkit-transition-property: background-color, opacity, -webkit-box-shadow;
    transition-property: background-color, opacity, -webkit-box-shadow;
    transition-property: background-color, box-shadow, opacity;
    transition-property: background-color, box-shadow, opacity,
        -webkit-box-shadow;
    -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.collection-promotional-products img {
    position: relative;
}
@media (max-width: 768px) {
    .collection-promotional-products img {
        height: 80%;
        width: 80%;
        top: 10%;
        left: 0%;
    }
}
@media (min-width: 769px) {
    .collection-promotional-products img {
        width: 65px;
        height: 65px;
        top: 4px;
    }
}
@media (min-width: 990px) {
    .collection-promotional-products img {
        top: 11px;
    }
}
@media (min-width: 1225px) {
    .collection-promotional-products img {
        width: 72px;
        height: 72px;
        top: 10px;
    }
}
.collection-promotional-products:hover
    + .collection-promotional-products-tooltip,
.collection-promotional-products:focus
    + .collection-promotional-products-tooltip {
    -webkit-transform: translateY(calc(-100% - 10px)) translateX(-50%);
    transform: translateY(calc(-100% - 10px)) translateX(-50%);
    opacity: 1;
    -webkit-transition-duration: 200ms;
    transition-duration: 200ms;
}
.collection-promotional-products:hover:after,
.collection-promotional-products:focus:after {
    -webkit-transition-duration: 300ms;
    transition-duration: 300ms;
    opacity: 1;
}
@media (max-width: 768px) {
    .collection-promotional-products {
        position: absolute;
        height: 94%;
        width: 94%;
        top: 3%;
        left: 3%;
        margin: 0;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}
@media (min-width: 769px) {
    .collection-promotional-products {
        height: 72px;
        width: 72px;
        margin: 0 4px 3px 4px;
    }
}
@media (min-width: 990px) {
    .collection-promotional-products {
        height: 88px;
        width: 88px;
    }
}
@media (min-width: 1225px) {
    .collection-promotional-products {
        height: 92px;
        width: 92px;
        margin: 0 4px 6px;
    }
}
.collection-promotional h3 {
    font-size: 22px;
    line-height: 1.3;
    max-width: 210px;
    margin-left: auto;
    margin-right: auto;
}
@media (min-width: 480px) {
    .collection-promotional h3 {
        font-size: 26px;
        max-width: 250px;
    }
}
@media (min-width: 769px) {
    .collection-promotional h3 {
        font-size: 35px;
        max-width: 320px;
    }
}
@media (min-width: 1225px) {
    .collection-promotional h3 {
        font-size: 45px;
        max-width: 480px;
    }
}
@media (min-width: 1460px) {
    .collection-promotional h3 {
        font-size: 50px;
    }
}
.collection-promotional .btn-new {
    min-width: initial;
    width: auto;
    color: #3bd3d7;
}
.collection-promotional .btn-new svg {
    fill: #3bd3d7 !important;
}
.collection-promotional .btn-new:hover,
.collection-promotional .btn-new:focus {
    color: #3bd3d7;
}
.collection-promotional .btn-new:hover svg,
.collection-promotional .btn-new:focus svg {
    fill: #3bd3d7 !important;
}
.collection-promotional .badge {
    border-radius: 4px;
    background-color: #ffd803;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
    font-size: 8px;
    font-weight: 900;
    letter-spacing: 0.6px;
    text-align: center;
    color: #7e5512;
    display: inline-block;
    padding: 5px 8px;
    z-index: 10;
}
@media (min-width: 1460px) {
    .collection-promotional .badge {
        font-size: 10px;
        padding: 6px 10px;
    }
}
@media (min-width: 1460px) {
    .collection-promotional .badge {
        font-size: 12px;
        padding: 7px 12px;
    }
}
.collection-promotional .banner-card {
    background-color: #3bd3d7;
    padding: 0;
    background-position: 40% center;
}
.collection-promotional .banner-card-content {
    padding-left: 0;
    padding-right: 0;
}
.collection-promotional .banner-card-content .row .col-12 > div {
    max-width: 295px;
}
@media (min-width: 769px) {
    .collection-promotional .banner-card-content .row .col-12 > div {
        max-width: initial;
    }
}
.collection-promotional .banner-card-wrapper {
    height: auto;
}
@media (min-width: 769px) {
    .collection-promotional .banner-card-wrapper {
        height: initial;
        max-height: none;
    }
}
.collection-promotional p {
    max-width: 300px;
}
@media (min-width: 769px) {
    .collection-promotional p {
        max-width: 322px;
    }
}
@media (min-width: 1225px) {
    .collection-promotional p {
        max-width: none;
    }
}
@media (max-width: 1224px) {
    .collection-promotional > .container {
        width: 100%;
    }
}
.impact-phrase h3 {
    font-size: 22px;
    line-height: 1.3;
    max-width: 210px;
    margin-left: auto;
    margin-right: auto;
}
@media (min-width: 480px) {
    .impact-phrase h3 {
        font-size: 26px;
        max-width: 250px;
    }
}
@media (min-width: 769px) {
    .impact-phrase h3 {
        font-size: 35px;
        max-width: 320px;
    }
}
@media (min-width: 1225px) {
    .impact-phrase h3 {
        font-size: 45px;
        max-width: 480px;
    }
}
@media (min-width: 1460px) {
    .impact-phrase h3 {
        font-size: 50px;
    }
}
.impact-phrase .banner-card {
    padding: 0;
    background-position: 40% center;
}
.impact-phrase .banner-card-content {
    padding-left: 0;
    padding-right: 0;
    background-image: -webkit-gradient(
        linear,
        left bottom,
        left top,
        from(rgba(0, 0, 0, 0.5)),
        to(transparent)
    );
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent);
}
@media (min-width: 769px) {
    .impact-phrase .banner-card-content > div {
        margin-left: auto;
        width: 380px;
    }
}
@media (min-width: 990px) {
    .impact-phrase .banner-card-content > div {
        width: 430px;
    }
}
@media (min-width: 1225px) {
    .impact-phrase .banner-card-content > div {
        width: 520px;
        margin-left: calc(100% - 520px - (50% - 520px) / 2);
    }
}
.impact-phrase .banner-card-content img {
    width: 60px;
    height: 62px;
}
@media (min-width: 769px) {
    .impact-phrase .banner-card-content img {
        width: 60px;
        height: 63px;
    }
}
@media (min-width: 1225px) {
    .impact-phrase .banner-card-content img {
        width: 79px;
        height: 83px;
    }
}
@media (min-width: 769px) {
    .impact-phrase .banner-card-content {
        background-image: none;
    }
}
.impact-phrase .banner-card-wrapper {
    height: 100vh;
    max-height: 650px;
}
@media (min-width: 769px) {
    .impact-phrase .banner-card-wrapper {
        max-height: none;
        height: 550px;
    }
}
@media (min-width: 1225px) {
    .impact-phrase .banner-card-wrapper {
        height: 650px;
    }
}
@media (min-width: 1460px) {
    .impact-phrase .banner-card-wrapper {
        height: 743px;
    }
}
.impact-phrase .banner-card[data-was-processed] {
    background-image: -webkit-gradient(
            linear,
            left top,
            left bottom,
            from(rgba(0, 0, 0, 0.05)),
            to(rgba(0, 0, 0, 0.05))
        ),
        url(/Assets/Home/Index/bg-crianca-livro-personalizado-galinha-pintadinha-mobile.jpg);
    background-image: linear-gradient(
            to bottom,
            rgba(0, 0, 0, 0.05),
            rgba(0, 0, 0, 0.05)
        ),
        url(/Assets/Home/Index/bg-crianca-livro-personalizado-galinha-pintadinha-mobile.jpg);
}
@media only screen and (min-device-pixel-ratio: 2),
    only screen and (-webkit-min-device-pixel-ratio: 2),
    only screen and (min-resolution: 192dpi) {
    .impact-phrase .banner-card[data-was-processed] {
        background-image: -webkit-gradient(
                linear,
                left top,
                left bottom,
                from(rgba(0, 0, 0, 0.05)),
                to(rgba(0, 0, 0, 0.05))
            ),
            url(/Assets/Home/Index/bg-crianca-livro-personalizado-galinha-pintadinha-mobile@2x.jpg);
        background-image: linear-gradient(
                to bottom,
                rgba(0, 0, 0, 0.05),
                rgba(0, 0, 0, 0.05)
            ),
            url(/Assets/Home/Index/bg-crianca-livro-personalizado-galinha-pintadinha-mobile@2x.jpg);
    }
}
@media (min-width: 769px) {
    .impact-phrase .banner-card[data-was-processed] {
        background-image: url(/Assets/Home/Index/banner-crianca-livro-personalizado-galinha-pintadinha.jpg);
        background-position: center;
    }
}
@media only screen and (min-width: 769px) and (min-device-pixel-ratio: 2),
    only screen and (min-width: 769px) and (-webkit-min-device-pixel-ratio: 2),
    only screen and (min-width: 769px) and (min-resolution: 192dpi) {
    .impact-phrase .banner-card[data-was-processed] {
        background-image: url(/Assets/Home/Index/banner-crianca-livro-personalizado-galinha-pintadinha@2x.jpg);
    }
}
@media (min-width: 1225px) {
    .impact-phrase .banner-card {
        -webkit-box-shadow: 0 50px 50px -50px #25a5b1;
        box-shadow: 0 50px 50px -50px #25a5b1;
    }
}
.impact-phrase p {
    max-width: 300px;
}
@media (min-width: 769px) {
    .impact-phrase p {
        max-width: 322px;
    }
}
@media (min-width: 1225px) {
    .impact-phrase p {
        max-width: none;
    }
}
@media (max-width: 1224px) {
    .impact-phrase > .container {
        width: 100%;
    }
}
.gallery .banner {
    margin-top: 16px;
}
@media (min-width: 769px) {
    .gallery .banner {
        margin-top: 24px;
    }
}
.gallery-image {
    background-repeat: repeat-x;
    background-position: center;
    background-size: contain;
    height: 100vw;
}
.gallery-image img {
    min-height: 383px;
    height: 60vw;
    max-height: 911px;
}
.gallery-image[data-was-processed] {
    opacity: 1;
    background-image: url(/Assets/Home/Index/bg-galeria-fotos-instagram-dentro-da-historia-mobile.jpg);
}
@media only screen and (min-device-pixel-ratio: 2),
    only screen and (-webkit-min-device-pixel-ratio: 2),
    only screen and (min-resolution: 192dpi) {
    .gallery-image[data-was-processed] {
        background-image: url(/Assets/Home/Index/bg-galeria-fotos-instagram-dentro-da-historia-mobile@2x.jpg);
    }
}
@media (min-width: 480px) {
    .gallery-image[data-was-processed] {
        background-position: center 78%;
        background-size: auto 50%;
        background-image: url(/Assets/Home/Index/bg-galeria-fotos-instagram-dentro-da-historia.jpg);
        height: auto;
    }
}
@media only screen and (min-width: 480px) and (min-device-pixel-ratio: 2),
    only screen and (min-width: 480px) and (-webkit-min-device-pixel-ratio: 2),
    only screen and (min-width: 480px) and (min-resolution: 192dpi) {
    .gallery-image[data-was-processed] {
        background-image: url(/Assets/Home/Index/bg-galeria-fotos-instagram-dentro-da-historia@2x.jpg);
    }
}
@media (min-width: 990px) {
    .gallery-image[data-was-processed] {
        background-position: center 78%;
        background-size: auto 50%;
        background-image: url(/Assets/Home/Index/bg-galeria-fotos-instagram-dentro-da-historia.jpg);
    }
}
@media only screen and (min-width: 990px) and (min-device-pixel-ratio: 2),
    only screen and (min-width: 990px) and (-webkit-min-device-pixel-ratio: 2),
    only screen and (min-width: 990px) and (min-resolution: 192dpi) {
    .gallery-image[data-was-processed] {
        background-image: url(/Assets/Home/Index/bg-galeria-fotos-instagram-dentro-da-historia@2x.jpg);
    }
}
@media (min-width: 1225px) {
    .gallery-image[data-was-processed] {
        background-position: center 77%;
        background-size: auto 47%;
    }
}
.gallery-heading h2 {
    font-size: 22px;
    line-height: 1.3;
    max-width: 300px;
}
@media (min-width: 480px) {
    .gallery-heading h2 {
        font-size: 26px;
        max-width: 380px;
    }
}
@media (min-width: 769px) {
    .gallery-heading h2 {
        font-size: 35px;
        max-width: 500px;
    }
}
@media (min-width: 1225px) {
    .gallery-heading h2 {
        font-size: 45px;
        max-width: 640px;
    }
}
@media (min-width: 1460px) {
    .gallery-heading h2 {
        font-size: 50px;
    }
}
.gallery-heading p {
    max-width: 330px;
}
@media (min-width: 769px) {
    .gallery-heading p {
        max-width: 440px;
    }
}
@media (min-width: 1460px) {
    .gallery-heading p {
        max-width: 520px;
    }
}
.gallery .fb-share-button {
    position: relative;
}
@media (min-width: 769px) {
    .gallery .fb-share-button span {
        -webkit-transform: scale(1.15);
        transform: scale(1.15);
    }
}
@media (min-width: 1225px) {
    .gallery .fb-share-button span {
        -webkit-transform: scale(1.37);
        transform: scale(1.37);
    }
}
@media (min-width: 769px) {
    .gallery .fb-share-button[fb-xfbml-state="rendered"]::before {
        display: block;
        position: absolute;
        left: 10px;
        content: "";
        bottom: -68px;
        height: 72px;
        width: 282px;
        background-image: url(/Assets/Home/Index/share-icon.svg),
            url(/Assets/Home/Index/share-message.svg);
        background-size: 21px 21px, 173px 41px;
        background-repeat: no-repeat;
        background-position: 40% 30%, bottom center;
    }
}
@media (min-width: 1225px) {
    .gallery .fb-share-button[fb-xfbml-state="rendered"]::before {
        background-size: 21px 21px, 263px 41px;
    }
}
@media (min-width: 480px) {
    .gallery {
        background-position: center 84%;
        background-size: auto 350px;
    }
}
@media (min-width: 990px) {
    .gallery {
        background-position: center 84%;
        background-size: auto 450px;
    }
}
@media (min-width: 1225px) {
    .gallery {
        background-position: center 84%;
        background-size: auto 592px;
    }
}
.others-categories {
    background-image: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(#f8f7fc),
        color-stop(50%, #fff),
        to(#fff)
    );
    background-image: linear-gradient(to bottom, #f8f7fc, #fff 50%, #fff);
    background-repeat: repeat-x;
    background-position: top;
    z-index: 1;
    position: relative;
    padding-top: 50px;
    padding-bottom: 50px;
}
.others-categories-heading h2 {
    font-size: 22px;
    line-height: 1.3;
    max-width: 240px;
}
@media (min-width: 480px) {
    .others-categories-heading h2 {
        font-size: 26px;
        max-width: 300px;
    }
}
@media (min-width: 769px) {
    .others-categories-heading h2 {
        font-size: 35px;
        max-width: 410px;
    }
}
@media (min-width: 1225px) {
    .others-categories-heading h2 {
        font-size: 45px;
        max-width: 540px;
    }
}
@media (min-width: 1460px) {
    .others-categories-heading h2 {
        font-size: 50px;
    }
}
.others-categories-heading p {
    max-width: 330px;
}
@media (min-width: 769px) {
    .others-categories-heading p {
        max-width: 370px;
    }
}
@media (min-width: 1225px) {
    .others-categories-heading p {
        max-width: 420px;
    }
}
.others-categories-card {
    background-color: #3bd3d7;
    border-radius: 10px;
    background-color: #3bd3d7;
    -webkit-box-shadow: 0 2px 20px 0 rgba(223, 218, 228, 0.5);
    box-shadow: 0 2px 20px 0 rgba(223, 218, 228, 0.5);
    -webkit-transition-duration: 250ms;
    transition-duration: 250ms;
    -webkit-transition-property: background-color, opacity, -webkit-box-shadow;
    transition-property: background-color, opacity, -webkit-box-shadow;
    transition-property: background-color, box-shadow, opacity;
    transition-property: background-color, box-shadow, opacity,
        -webkit-box-shadow;
    -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.others-categories-card-image {
    max-width: 100%;
    width: 120px;
    height: 113px;
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}
.others-categories-card-image img {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    height: auto;
    width: auto;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}
@media (min-width: 769px) {
    .others-categories-card-image {
        width: 266px;
        height: 160px;
        border-radius: 15px;
    }
}
@media (min-width: 1225px) {
    .others-categories-card-image {
        width: 166px;
        height: 150px;
    }
}
@media (min-width: 1460px) {
    .others-categories-card-image {
        height: 166px;
        width: 180px;
    }
}
.others-categories-card .btn {
    background-color: transparent;
    padding-left: 0;
    padding-right: 0;
    min-width: 0;
    width: 100%;
}
.others-categories-card .btn .btn-icon {
    margin-right: 0;
}
.others-categories-card .btn:active {
    -webkit-box-shadow: none;
    box-shadow: none;
}
@media (min-width: 769px) {
    .others-categories-card .btn {
        border: 2px solid #fff;
        height: 50px;
        line-height: 46px;
    }
}
.others-categories-card:hover,
.others-categories-card:focus {
    text-decoration: none;
    color: #000;
    -webkit-box-shadow: 0 5px 10px -1px rgba(223, 218, 228, 0.9);
    box-shadow: 0 5px 10px -1px rgba(223, 218, 228, 0.9);
    background-color: #34bec1;
}
.others-categories .row .row {
    max-width: 423px;
    margin-right: auto;
    margin-left: auto;
}
@media (min-width: 769px) {
    .others-categories .row .row {
        max-width: 630px;
    }
}
@media (min-width: 1225px) {
    .others-categories .row .row {
        max-width: none;
    }
}
.others-categories[data-was-processed] {
    opacity: 1;
}
@media (min-width: 480px) {
    .others-categories[data-was-processed] {
        background-image: url(/Assets/Home/Index/others-categories-pattern.svg),
            linear-gradient(to bottom, #f8f7fc 7px, #fff 50%, #fff);
        background-size: auto 8px, auto;
        background-position: 0 0, 0 7px;
        margin-top: -7px;
    }
}
@media (min-width: 769px) {
    .others-categories[data-was-processed] {
        background-image: url(/Assets/Home/Index/others-categories-pattern.svg),
            linear-gradient(to bottom, #f8f7fc 11px, #fff 50%, #fff);
        background-size: auto 12px, auto;
        background-position: 0 0, 0 11px;
        margin-top: -11px;
    }
}
@media (min-width: 769px) {
    .others-categories {
        padding-top: 90px;
        padding-bottom: 90px;
    }
}
@media (min-width: 1225px) {
    .others-categories {
        padding-top: 150px;
        padding-bottom: 150px;
    }
}
.banner-discount {
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: Nunito;
    font-size: 14px;
    background-color: #9378f0;
    padding: 15px;
    color: #fff;
}
.banner-discount .description {
    margin-right: 5px;
}
.banner-discount .bagde {
    font-weight: bold;
    background-color: rgba(0, 0, 0, 0.3);
    padding: 0 5px;
    border-radius: 5px;
    font-size: 12px;
}
.sub-description {
    color: #fff !important;
}
.menu-clube .badge {
    padding: 4px 5px !important;
}
.categories-new {
    border-bottom: 1px solid rgba(255, 255, 255, 0.25) !important;
    z-index: 0 !important;
}
.menu,
.menu-header {
    background: transparent !important;
    position: relative;
    z-index: 1;
}
.menu .cat-menu,
.menu-header .cat-menu {
    position: relative;
    z-index: 0 !important;
}
.characters-list-panel .subtitle {
    color: #685a6f;
    font-family: Nunito;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #685a6f;
}
.characters-list-panel .list-title {
    color: #8e4ed4 !important;
}
@media (max-width: 1224px) {
    .characters-list-panel .subtitle {
        font-size: 14px;
    }
    .characters-list-panel .list-title {
        font-size: 20px;
    }
}
.fsize-32 {
    font-size: 32px !important;
}
.bold-900 {
    font-weight: 900;
}
.text-purple-2 {
    color: #8e4ed4 !important;
}
.slick-dots li {
    margin: 0;
}
.font-color-default {
    color: #68596e;
}
@media (min-width: 990px) {
    .new-collection {
        width: 870px;
    }
}
@media (min-width: 1225px) {
    .new-collection {
        width: 1171px;
    }
}
@media (min-width: 1460px) {
    .new-collection {
        width: 1400px;
    }
}
@media (min-width: 1460px) {
    .new-collection .row {
        margin-left: -6px !important;
        margin-right: -6px !important;
    }
}
.slick-disabled {
    opacity: 0;
    pointer-events: none;
}
.slick-dots li.slick-active button:before {
    color: #3bd3d7 !important;
    background: #3bd3d7 !important;
    opacity: 1;
}
.slick-dots li button:focus:before,
.slick-dots li button:hover:before {
    color: #3bd3d7 !important;
    background: #3bd3d7 !important;
}
.slick-dots li button:before {
    font-size: 20px;
    content: "";
    border-radius: 100%;
    display: block;
    height: 8px;
    width: 8px;
    position: absolute;
    top: 50%;
    left: 50%;
    background: #dfdae4;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    opacity: 1;
}
.slick-next-button {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    right: -20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: #fff;
}
.slick-next-button svg,
.slick-next-button path {
    color: #3bd3d7;
    fill: #3bd3d7;
}
.slick-prev-button {
    z-index: 9;
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    left: -20px;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: #fff;
}
.slick-prev-button svg,
.slick-prev-button path {
    color: #3bd3d7;
    fill: #3bd3d7;
}
#gallery {
    background-color: #fff;
}
#gallery .characters-list-panel {
    margin-bottom: 0;
}
#gallery .characters-list-panel .banner-vitrine-desk {
    padding-bottom: 70px;
    margin-bottom: 0;
}
.master-content .home-ps .shadow-contrast {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 500px;
    display: flex;
    opacity: 0.8;
    background-image: linear-gradient(to top, transparent 33%, #000 97%);
    z-index: -1;
}
.master-content .home-ps .sub-banner {
    background-image: url(https://dx3qsh2d19iq.cloudfront.net/Assets/Home/index-playstories/img-playstories-hero@3x.jpg);
    background-size: cover;
    background-position: center;
    position: absolute;
    z-index: -2;
    width: 100%;
    height: 700px;
}
@media (max-width: 1224px) {
    .master-content .home-ps .sub-banner {
        height: 670px;
        overflow: hidden;
    }
}
@media (min-width: 1460px) {
    .master-content .home-ps .sub-banner {
        height: 800px;
    }
}
.master-content .home-ps .sub-banner .barbara {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 1050px;
}
@media (min-width: 1020px) {
    .master-content .home-ps .sub-banner .barbara {
        right: -70px;
        top: 132px;
        width: 740px;
    }
}
@media (max-width: 1224px) {
    .master-content .home-ps .sub-banner .barbara {
        right: -50px;
        width: 620px;
    }
}
@media (min-width: 1225px) {
    .master-content .home-ps .sub-banner .barbara {
        right: -30px;
        top: unset;
        width: 700px;
        bottom: 25px;
    }
}
@media (min-width: 1460px) {
    .master-content .home-ps .sub-banner .barbara {
        right: -150px;
        width: 1050px;
        bottom: 0;
    }
}
.master-content .home-ps .sub-banner .barbara img {
    width: 100%;
    margin-left: auto;
    display: block;
}
.master-content .home-ps .sub-banner svg {
    position: absolute;
    bottom: -36px;
    width: 100%;
}
@media (min-width: 992px) {
    .master-content .home-ps .sub-banner svg {
        bottom: -34px;
    }
}
@media (min-width: 1225px) {
    .master-content .home-ps .sub-banner svg {
        bottom: -25px;
    }
}
.master-content .home-ps .sub-banner svg g {
    fill: #f8f7fc;
}
.master-content .home-ps-mobile {
    overflow: hidden;
    position: relative;
}
.master-content .home-ps-mobile .shadow-contrast {
    position: absolute;
    top: 0;
    width: 100%;
    height: 184px;
    opacity: 0.5;
    background-image: linear-gradient(to top, transparent 33%, #000 97%);
    z-index: 20;
}
.master-content .home-ps-mobile .banner {
    background-image: url(https://dx3qsh2d19iq.cloudfront.net/Assets/Home/index-playstories/img-playstories-hero@3x.jpg);
    background-size: 220%;
    background-position: 61% center;
    height: 65vw;
    position: relative;
    z-index: 10;
}
.master-content .home-ps-mobile .banner img {
    width: 100%;
    top: -9vw;
    position: absolute;
    right: 0;
}
.master-content .home-ps-mobile .banner svg {
    position: absolute;
    bottom: -30vw;
    width: 100%;
    height: 100%;
}
.master-content .home-ps-mobile .banner svg g {
    fill: #3cd3d8;
}
@media (min-width: 768px) {
    .master-content .home-ps-mobile .banner svg {
        display: none;
    }
}
.hero-section.hero-desk {
    margin: 90px 0 90px;
}
@media (min-width: 1225px) {
    .hero-section.hero-desk {
        margin: 90px 0 90px;
    }
}
@media (min-width: 1460px) {
    .hero-section.hero-desk {
        margin: 110px 0 140px;
    }
}
@media (max-width: 992px) {
    .hero-section.hero-desk {
        margin: 0;
        background: #385898 !important;
        padding: 40px 0;
    }
    .hero-section.hero-desk .btn-show-more .btn-more {
        height: 50px;
        background-color: #fff;
        box-shadow: 0 5px 10px 0 rgba(134, 192, 194, 0.6);
        min-width: 180px;
        padding: 25px;
    }
    .hero-section.hero-desk .btn-show-more .btn-more .text {
        color: white !important;
    }
}
.hero-section.hero-desk .hero-section__text {
    font-family: "Nunito";
    font-size: 50px;
    text-align: center;
    font-weight: 900;
    color: #fff;
    margin: 0 auto;
    width: 930px;
    margin-bottom: 30px;
    line-height: 63px;
}
@media (max-width: 1224px) {
    .hero-section.hero-desk .hero-section__text {
        line-height: 40px;
    }
}
@media (max-width: 992px) {
    .hero-section.hero-desk .hero-section__text {
        font-size: 20px;
        line-height: 31px;
        width: 100%;
    }
}
@media (min-width: 992px) {
    .hero-section.hero-desk .hero-section__text {
        font-size: 32px;
        width: 500px;
    }
}
@media (min-width: 1225px) {
    .hero-section.hero-desk .hero-section__text {
        font-size: 46px;
        width: 930px;
    }
}
@media (min-width: 1460px) {
    .hero-section.hero-desk .hero-section__text {
        font-size: 50px;
    }
}
.hero-section.hero-desk a:hover {
    text-decoration: none;
}
.hero-section.hero-mobile {
    background: #3cd3d8;
    padding: 20px 0;
}
.hero-section.hero-mobile .hero-section__text {
    text-align: center;
    color: #fff;
    font-family: "Nunito";
    font-weight: 900;
    font-size: 20px;
    line-height: 31px;
    margin-bottom: 15px;
}
.banner-vitrine {
    margin-bottom: 0 !important;
}
@media (max-width: 1224px) {
    .product-card-detailed {
        min-height: 165px !important;
        margin-top: 0 !important;
    }
    .product-card-wrapper {
        background: none;
    }
    .product-card-detailed .product-card-image {
        bottom: -1px !important;
    }
}
.product-card-detailed {
    height: 280px !important;
    box-shadow: none;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
@media (max-width: 1459px) {
    .product-card-detailed {
        height: 240px !important;
    }
}
@media (max-width: 1224px) {
    .product-card-detailed {
        height: 190px !important;
    }
}
@media (min-width: 990px) {
    .product-card-detailed .product-card-content {
        padding-right: 30% !important;
    }
}
@media (min-width: 1225px) {
    .product-card-detailed .product-card-content {
        padding-right: 30px !important;
        padding-left: 40% !important;
    }
}
.product-card-detailed .product-card-name {
    max-width: none !important;
    font-size: 20px;
}
@media (max-width: 1459px) {
    .product-card-detailed .product-card-name {
        max-width: 230px !important;
    }
}
@media (max-width: 1224px) {
    .product-card-detailed .product-card-name {
        max-width: none !important;
        font-size: 18px;
    }
}
.product-card-detailed .product-card-image {
    height: 270px !important;
    left: 25px !important;
}
@media (max-width: 1459px) {
    .product-card-detailed .product-card-image {
        height: 220px !important;
    }
}
@media (max-width: 1224px) {
    .product-card-detailed .product-card-image {
        height: 160px !important;
        left: auto !important;
        right: 15px !important;
    }
}
.suggested-item {
    width: 100%;
}
@media (max-width: 989px) {
    .suggested-item {
        width: 40%;
    }
}
@media (min-width: 769px) {
    .suggested-item {
        width: auto;
    }
}
.suggestions-action-next,
.suggestions-action-prev {
    top: 165px;
}
@media (min-width: 1225px) {
    .suggestions-action-next,
    .suggestions-action-prev {
        top: 215px;
    }
}
.characters-list-panel {
    margin-bottom: 55px;
}
.suggestions {
    margin-bottom: 0;
    padding-top: 30px;
    padding-bottom: 40px;
}
.suggestions .product-name {
    color: #68596e !important;
}
.product-swipper-new .row {
    flex-wrap: nowrap;
}
.book-explication {
    display: flex;
    justify-content: center;
    margin-bottom: 25px;
}
@media (min-width: 769px) {
    .book-explication {
        width: 100%;
        padding: 0 0;
    }
}
@media (min-width: 990px) {
    .book-explication {
        width: 870px;
        padding-right: 15px;
        padding-left: 15px;
    }
}
@media (min-width: 1225px) {
    .book-explication {
        width: 1171px;
    }
}
@media (min-width: 1460px) {
    .book-explication {
        width: 1400px;
    }
}
@media (max-width: 1224px) {
    .book-explication .explication-container-2 {
        padding-left: 0 !important;
        padding-right: 0 !important;
        padding-top: 16px !important;
        padding-bottom: 16px !important;
    }
    .book-explication .explication-container-2 .description-body {
        margin-top: 0 !important;
    }
}
@media (max-width: 1459px) {
    .book-explication .explication-container-2 .description-body {
        margin-top: 0 !important;
    }
}
.book-explication .box-explication {
    display: flex;
    width: 100%;
    height: 100%;
    box-shadow: 0 5px 10px 0 rgba(181, 172, 190, 0.4);
    border-radius: 16px;
    padding: 50px;
    justify-content: center;
    max-width: 1350px;
    flex-direction: column;
    background-color: #fff;
}
@media (min-width: 769px) {
    .book-explication .box-explication {
        border-radius: 0;
        padding-left: 40px !important;
        padding-right: 40px !important;
        padding-top: 30px !important;
        padding-bottom: 30px !important;
    }
}
@media (min-width: 990px) {
    .book-explication .box-explication {
        border-radius: 16px;
        padding-left: 0 !important;
        padding-right: 0 !important;
        padding-top: 30px !important;
        padding-bottom: 30px !important;
    }
}
@media (min-width: 1225px) {
    .book-explication .box-explication {
        padding: 40px !important;
    }
}
.book-explication .box-explication .simple-description {
    /* font-family: Nunito; */
    font-size: 12px;
    font-weight: 900;
    text-align: center;
    color: #385898;
    text-transform: uppercase;
}
@media (max-width: 1224px) {
    .book-explication .box-explication .simple-description {
        font-size: 10px;
    }
}
.book-explication .box-explication .simple-description .text-style-number-1 {
    color: #3bd3d7;
}
.book-explication .box-explication .description-title {
    font-family: Nunito;
    font-size: 26px;
    font-weight: 900;
    text-align: center;
    color: #8e4ed4;
}
@media (max-width: 1224px) {
    .book-explication .box-explication .description-title {
        font-size: 20px;
    }
}
.book-explication .box-explication .description-body {
    display: flex;
    justify-content: space-between;
    margin-top: 24px;
}
@media (max-width: 1224px) {
    .book-explication .box-explication .description-body {
        flex-direction: column;
    }
}
.book-explication .box-explication .description-body .box-description {
    display: flex;
    flex-direction: row;
}
@media (max-width: 1224px) {
    .book-explication
        .box-explication
        .description-body
        .box-description
        .box-svg {
        display: flex;
        order: 2;
    }
    .book-explication
        .box-explication
        .description-body
        .box-description
        .box-svg
        svg {
        width: 90px !important;
        height: 90px !important;
        padding-right: 16px;
    }
}
@media (max-width: 1459px) {
    .book-explication
        .box-explication
        .description-body
        .box-description
        .box-svg
        svg {
        width: 100px !important;
        height: 100px !important;
    }
}
.book-explication
    .box-explication
    .description-body
    .box-description
    .box-svg
    svg {
    width: 130px;
    height: 130px;
}
.book-explication
    .box-explication
    .description-body
    .box-description
    .box-body {
    display: flex;
    flex-direction: column;
    padding: 20px;
    text-align: center;
}

.box-body {
    align-items: center;
    margin-left: auto;
    margin-right: auto;
}

@media (min-width: 769px) {
    .book-explication
        .box-explication
        .description-body
        .box-description
        .box-body {
        flex-grow: 1;
    }
}
@media (min-width: 990px) {
    .book-explication
        .box-explication
        .description-body
        .box-description
        .box-body {
        flex-grow: 1;
        padding: 10px 20px;
    }
}
.book-explication
    .box-explication
    .description-body
    .box-description
    .box-body
    .box-title {
    font-family: Nunito;
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #afa2ba;
}
@media (max-width: 1224px) {
    .book-explication
        .box-explication
        .description-body
        .box-description
        .box-body
        .box-title {
        font-size: 16px;
    }
}
.book-explication
    .box-explication
    .description-body
    .box-description
    .box-body
    .box-title {
    font-weight: 900;
    color: #3bd3d7;
}
.book-explication
    .box-explication
    .description-body
    .box-description
    .box-body
    .box-title
    .title {
    font-weight: 900;
    color: #8e4ed4;
}
.book-explication
    .box-explication
    .description-body
    .box-description
    .box-body
    .box-description {
    font-family: Nunito;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #68596e;
}
@media (max-width: 1224px) {
    .book-explication
        .box-explication
        .description-body
        .box-description
        .box-body
        .box-description {
        font-size: 14px;
    }
}
.suggestions .btn-show-more {
    display: flex;
    justify-content: center;
    align-items: center;
}
.suggestions .btn-show-more :hover {
    cursor: pointer;
}
.suggestions .btn-show-more .btn-more {
    display: flex;
    text-decoration: none;
    justify-content: space-between;
    align-items: center;
    text-transform: uppercase;
    height: 70px;
    background-color: #3bd3d7;
    box-shadow: 0 5px 10px 0 rgba(134, 192, 194, 0.6);
    min-width: 250px;
    border-radius: 100px;
    padding: 25px;
    transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
@media (max-width: 1224px) {
    .suggestions .btn-show-more .btn-more {
        height: 50px;
        min-width: 180px;
    }
    .suggestions .btn-show-more .btn-more svg {
        display: none;
    }
}
.suggestions .btn-show-more .btn-more:hover {
    cursor: pointer;
    transform: translateY(-3px);
}
.suggestions .btn-show-more .btn-more .text {
    font-family: Nunito;
    font-size: 13px;
    font-weight: 900;
    font-stretch: normal;
    font-style: normal;
    line-height: 5.08;
    letter-spacing: 0.72px;
    text-align: center;
    color: #fff;
    text-align: center;
    display: flex;
    align-self: center;
    align-items: flex-end;
    flex-grow: 1;
    justify-content: center;
}
.suggestions .btn-show-more .btn-more .btn-svg {
    color: #fff;
    display: flex;
}
.suggestions .btn-show-more .btn-more .btn-svg path {
    color: #fff;
    fill: #fff;
}
.btn-show-more {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}
.btn-show-more .btn-more {
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-transform: uppercase;
    height: 70px;
    background-color: #3bd3d7;
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.6);
    min-width: 250px;
    border-radius: 100px;
    padding: 25px;
    transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
.btn-show-more .btn-more:hover {
    cursor: pointer;
    transform: translateY(-3px);
}
@media (max-width: 1224px) {
    .btn-show-more .btn-more {
        height: 50px;
        min-width: 180px;
    }
    .btn-show-more .btn-more svg {
        display: none;
    }
}
.btn-show-more .btn-more .text {
    font-family: Nunito;
    font-size: 13px;
    font-weight: 900;
    font-stretch: normal;
    font-style: normal;
    line-height: 5.08;
    letter-spacing: 0.72px;
    text-align: center;
    color: #fff;
    text-align: center;
    display: flex;
    align-self: center;
    align-items: flex-end;
    flex-grow: 1;
    justify-content: center;
}
.btn-show-more .btn-more .btn-svg {
    color: #fff;
    display: flex;
}
.btn-show-more .btn-more .btn-svg path {
    color: #fff;
    fill: #fff;
}
.btn:hover,
.btn:focus {
    color: #fff;
}
.btn-group .btn {
    padding-left: 20px;
    padding-right: 20px;
    border: 1px solid #3bd3d7;
    text-transform: uppercase;
    color: #3bd3d7;
    font-size: 12px;
    height: 55px;
    -webkit-transition: 200ms ease;
    transition: 200ms ease;
    width: 240px;
}
.btn-group .btn:first-child {
    border-bottom-left-radius: 50px;
    border-top-left-radius: 50px;
    padding-left: 25px;
}
.btn-group .btn:last-child {
    border-bottom-right-radius: 50px;
    border-top-right-radius: 50px;
    padding-right: 25px;
}
.btn-group .btn.is-selected {
    background-color: #3bd3d7;
    color: #fff;
}
.btn-group .btn.is-selected .btn-content {
    opacity: 1 !important;
}
.btn-group .btn.is-selected:hover,
.btn-group .btn.is-selected.hover,
.btn-group .btn.is-selected:focus,
.btn-group .btn.is-selected.focus {
    background-color: #34bec1;
}
.continuous-player {
    position: relative;
}
.continuous-player-replay {
    height: 24px;
    line-height: 24px;
    vertical-align: middle;
    color: #fff;
    font-size: 11px;
    text-transform: uppercase;
    bottom: 30px;
    left: 0;
    width: 100%;
    -webkit-transition: opacity 250ms cubic-bezier(0.4, 0, 0.2, 1);
    transition: opacity 250ms cubic-bezier(0.4, 0, 0.2, 1);
    opacity: 0;
    pointer-events: none;
}
.continuous-player-replay svg {
    height: 24px;
    width: 24px;
    fill: white;
}
.continuous-player-replay span {
    color: #fff;
    font-weight: 900;
}
@media (min-width: 1460px) {
    .continuous-player-replay {
        bottom: 50px;
    }
}
.continuous-player .plyr__video-wrapper,
.continuous-player .plyr__poster {
    background-color: #fff;
}
.continuous-player .plyr--video {
    border-radius: 10px;
}
.continuous-player .plyr__control--overlaid {
    opacity: 0;
    padding: 25px;
    background-color: #3bd3d7;
}
.continuous-player-restart {
    opacity: 0;
    -webkit-transition: opacity 300ms ease;
    transition: opacity 300ms ease;
}
.continuous-player.was-previewed .plyr--paused + .continuous-player-replay {
    opacity: 1;
}
.continuous-player.was-previewed .plyr__control--overlaid {
    opacity: 1;
}
.bg-purple {
    background-color: #9378f0;
}
@media (max-width: 1224px) {
    .product-gallery .flex-carousel-content,
    .family-favorite-category .flex-carousel-content {
        margin-left: -10px;
        margin-right: -10px;
    }
    .product-gallery .flex-carousel-content > div,
    .family-favorite-category .flex-carousel-content > div {
        padding-left: 10px;
        padding-right: 10px;
    }
}
@media (max-width: 768px) {
    .product-gallery .flex-carousel-content,
    .family-favorite-category .flex-carousel-content {
        margin-left: -5px;
        margin-right: -5px;
    }
    .product-gallery .flex-carousel-content > div,
    .family-favorite-category .flex-carousel-content > div {
        padding-left: 5px;
        padding-right: 5px;
    }
}
.product-gallery .flex-carousel .product-card {
    max-width: 100%;
}
.testimonials {
    padding-top: 90px;
    background-image: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(#fff),
        color-stop(40%, #fff),
        to(#fcf9ff)
    );
    background-image: linear-gradient(to bottom, #fff, #fff 40%, #fcf9ff);
    background: #f8f7fc;
}
.testimonials .container {
    max-width: 750px;
}
.testimonials .container > p {
    margin-bottom: 36px;
}
.testimonials .container > .pos-relative .flex-carousel-controls-previous,
.testimonials .container > .pos-relative .flex-carousel-controls-next {
    height: 70px;
    width: 70px;
    border: 1px solid #f9f9f9;
}
@media (min-width: 1225px) {
    .testimonials .container > .pos-relative .flex-carousel-controls-previous {
        position: absolute;
        top: 30%;
        left: -50px;
        -webkit-transform: translateY(-50%) translateX(-100%);
        transform: translateY(-50%) translateX(-100%);
    }
    .testimonials
        .container
        > .pos-relative
        .flex-carousel-controls-previous:active {
        -webkit-transform: translateY(calc(-50% + 2px)) translateX(-100%);
        transform: translateY(calc(-50% + 2px)) translateX(-100%);
    }
}
@media (min-width: 1225px) {
    .testimonials .container > .pos-relative .flex-carousel-controls-next {
        position: absolute;
        top: 30%;
        right: -50px;
        -webkit-transform: translateY(-50%) translateX(100%);
        transform: translateY(-50%) translateX(100%);
    }
    .testimonials
        .container
        > .pos-relative
        .flex-carousel-controls-next:active {
        -webkit-transform: translateY(calc(-50% + 2px)) translateX(100%);
        transform: translateY(calc(-50% + 2px)) translateX(100%);
    }
}
.testimonials .container > .pos-relative .flex-carousel-controls-dots {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    margin-top: 15px;
}
.testimonials .flex-carousel p {
    font-size: 40px;
}
.testimonials .flex-carousel b {
    margin-top: 30px;
}
.testimonials .testimonials-link {
    position: relative;
    margin-top: 80px;
}
.testimonials .testimonials-link .btn {
    height: 70px;
    line-height: 70px;
}
@media (min-width: 1225px) {
    .testimonials .testimonials-link {
        bottom: -30px;
    }
}
.press {
    background: #3bd3d7;
    padding-top: 70px;
    padding-bottom: 70px;
}
.press .container {
    max-width: 1000px;
}
.press p {
    max-width: 240px;
}
body {
    color: #000 !important;
}
body .footer.bg-purple {
    background-color: #3bd3d7 !important;
}
body .footer .company-details {
    background-color: #2fc1c5;
}
.product-card {
    border-radius: 10px;
    background-color: #fff;
    -webkit-box-shadow: 0 2px 5px 0 rgba(223, 218, 228, 0.5);
    box-shadow: 0 2px 5px 0 rgba(223, 218, 228, 0.5);
    color: #000;
    -webkit-transition-duration: 250ms;
    transition-duration: 250ms;
    -webkit-transition-property: -webkit-box-shadow;
    transition-property: -webkit-box-shadow;
    transition-property: box-shadow;
    transition-property: box-shadow, -webkit-box-shadow;
    -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.product-card-wrapper {
    position: relative;
}
.product-card-badge {
    border-radius: 4px;
    background-color: #ffd803;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
    font-size: 8px;
    font-weight: 900;
    letter-spacing: 0.6px;
    text-align: center;
    color: #7e5512;
    display: inline-block;
    padding: 5px 8px;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    z-index: 10;
}
@media (min-width: 990px) {
    .product-card-badge {
        padding: 6px 10px;
        border-radius: 6px;
        font-size: 10px;
    }
}
@media (min-width: 1225px) {
    .product-card-badge {
        padding: 8px 12px;
        z-index: 0;
    }
}
.product-card-name {
    line-height: normal;
}
.product-card-name,
.product-card-content,
.product-card-image-wrapper,
.product-card-link {
    -webkit-transition-duration: 200ms;
    transition-duration: 200ms;
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.product-card-name:hover,
.product-card-name:hover .product-card-name,
.product-card-name:hover .product-card-content,
.product-card-name:hover .product-card-image-wrapper,
.product-card-name:hover .product-card-link,
.product-card-content:hover,
.product-card-content:hover .product-card-name,
.product-card-content:hover .product-card-content,
.product-card-content:hover .product-card-image-wrapper,
.product-card-content:hover .product-card-link,
.product-card-image-wrapper:hover,
.product-card-image-wrapper:hover .product-card-name,
.product-card-image-wrapper:hover .product-card-content,
.product-card-image-wrapper:hover .product-card-image-wrapper,
.product-card-image-wrapper:hover .product-card-link,
.product-card-link:hover,
.product-card-link:hover .product-card-name,
.product-card-link:hover .product-card-content,
.product-card-link:hover .product-card-image-wrapper,
.product-card-link:hover .product-card-link {
    -webkit-transition-duration: 300ms;
    transition-duration: 300ms;
}
.product-card:hover,
.product-card:focus {
    text-decoration: none;
    color: #000;
    -webkit-box-shadow: 0 5px 10px -1px rgba(223, 218, 228, 0.9);
    box-shadow: 0 5px 10px -1px rgba(223, 218, 228, 0.9);
}
.product-card-collapsed {
    display: block;
    overflow: hidden;
    margin-top: 13px;
    -webkit-transition-duration: 250ms;
    transition-duration: 250ms;
    -webkit-transition-property: -webkit-box-shadow, transform;
    transition-property: -webkit-box-shadow, transform;
    transition-property: box-shadow, transform;
    transition-property: box-shadow, -webkit-box-shadow, transform;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.product-card-collapsed-wrapper {
    transition: transform 250ms cubic-bezier(0.4, 0, 0.2, 1);
    -webkit-transition: transform 250ms cubic-bezier(0.4, 0, 0.2, 1);
}
.product-card-collapsed-wrapper:hover {
    transform: translateY(-3px);
}
.product-card-collapsed .product-card-content {
    margin-top: -30px;
    padding-top: 60px;
    padding-bottom: 30px;
    background: #fff;
    color: #000;
}
@media (min-width: 1225px) {
    .product-card-collapsed .product-card-name {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
}
.product-card-collapsed .product-card-image {
    z-index: 2;
    width: 100%;
    position: relative;
    height: auto;
}
.product-card-collapsed .product-card-image-wrapper {
    position: relative;
    z-index: 0;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    width: 56.5%;
    margin: 20px auto 0;
    pointer-events: none;
}
.product-card-collapsed .product-card-image-wrapper:before {
    content: "";
    -webkit-box-shadow: -3px 3px 5px 0 rgba(0, 0, 0, 0.1),
        0 2px 10px 0 rgba(0, 0, 0, 0.1);
    box-shadow: -3px 3px 5px 0 rgba(0, 0, 0, 0.1),
        0 2px 10px 0 rgba(0, 0, 0, 0.1);
    position: absolute;
    top: 0;
    left: 0;
    width: 96px;
    height: 130px;
    border-radius: 3px;
    z-index: 1;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}
@media (min-width: 1225px) {
    .product-card-collapsed .product-card-image-wrapper:before {
        -webkit-box-shadow: -5px 5px 10px 0 rgba(0, 0, 0, 0.15),
            0 2px 50px 0 rgba(0, 0, 0, 0.15);
        box-shadow: -5px 5px 10px 0 rgba(0, 0, 0, 0.15),
            0 2px 50px 0 rgba(0, 0, 0, 0.15);
        width: 100%;
        height: 100%;
    }
}
@media (min-width: 1225px) {
    .product-card-collapsed .product-card-image-wrapper {
        margin-top: 30px;
    }
}
@media (min-width: 480px) {
    .product-card-collapsed .product-card-image {
        min-height: 215px;
        height: auto;
    }
}
@media (min-width: 1460px) {
    .product-card-collapsed .product-card-image {
        min-height: 253px;
    }
}
.product-card-collapsed .product-card-link {
    text-align: center;
    left: 0;
    bottom: 0;
    font-size: 12px;
    letter-spacing: 0.9px;
    color: #fff;
    width: 100%;
    height: 50px;
    line-height: 50px;
    max-width: 180px;
}
.product-card-collapsed:hover,
.product-card-collapsed:focus {
    cursor: pointer;
}
@media (max-width: 1224px) {
    .product-card-collapsed {
        min-width: 151px;
    }
}
.product-card-resumed {
    padding: 0 10px 0;
    transform-style: preserve-3d;
    transform: none;
    margin-top: 13px;
    background-color: transparent;
    box-shadow: none;
}
.product-card-resumed .product-card-image {
    z-index: 1;
    width: 100%;
    position: relative;
}
.product-card-resumed .product-card-image-wrapper {
    min-height: 138px;
    width: 100%;
    position: relative;
    z-index: 1;
    display: inline-block;
}
.product-card-resumed .product-card-image-wrapper:before {
    content: "";
    border: 1px solid #fff;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 99%;
    -webkit-box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.1) inset;
    box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.1) inset;
    background-color: #f8f7fc;
    border-radius: 3px;
    z-index: 0;
}
@media (min-width: 480px) {
    .product-card-resumed .product-card-image-wrapper {
        max-width: 120px;
        min-height: 169px;
    }
}
.product-card-resumed .product-card-content {
    padding: 35px 10px 0;
    margin: -20px -10px 0;
    transform-style: preserve-3d;
    transform: translateZ(-1px);
    border: 1px solid #dfdae4;
    -webkit-box-shadow: 0 2px 5px 0 rgba(223, 218, 228, 0.5);
    box-shadow: 0 2px 5px 0 rgba(223, 218, 228, 0.5);
    height: 150px;
    border-radius: 5px;
}
.product-card-resumed .product-card-content.mobile {
    padding: 28px 0 0;
    height: 100% !important;
    min-height: auto !important;
    border-radius: 4px;
    box-shadow: 0 2px 5px 0 rgba(223, 218, 228, 0.5);
    border: solid 1px #f1f0f7;
}
@media (max-width: 1459px) {
    .product-card-resumed .product-card-content.mobile {
        height: 120px !important;
    }
}
@media (max-width: 768px) {
    .product-card-resumed .product-card-content.mobile {
        height: 100% !important;
    }
}
.product-card-resumed .product-card-link {
    min-width: 0;
    display: block;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    font-size: 10px;
    height: 32px;
    line-height: 32px;
    max-width: 135px;
}
.product-card-resumed .product-card-footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
    left: 0;
    height: 40px;
    line-height: 40px;
    z-index: 0;
}
.product-card-resumed .product-card-footer::before {
    content: "";
    display: block;
    margin: 0 auto;
    width: calc(100% - 20px);
    height: 1px;
    background-color: #f2f1f7;
    position: relative;
    top: 1px;
}
.product-card-resumed:hover,
.product-card-resumed:focus {
    box-shadow: none !important;
}
@media (min-width: 480px) {
    .product-card-resumed {
        height: 308px;
        min-width: 151px;
    }
}
@media (min-width: 990px) {
    .product-card-resumed {
        height: 294px;
    }
}
@media (min-width: 1225px) {
    .product-card-resumed {
        height: 308px;
    }
}
.product-card-detailed {
    min-height: 202px;
    position: relative;
    margin-top: 18px;
    color: #fff;
}
.product-card-detailed .product-card-name {
    max-width: 172px;
}
@media (min-width: 1225px) {
    .product-card-detailed .product-card-name {
        font-size: 24px;
        max-width: 230px;
    }
}
@media (min-width: 1460px) {
    .product-card-detailed .product-card-name {
        font-size: 26px;
        max-width: 230px;
        line-height: 1.2;
    }
}
.product-card-detailed .product-card-footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
    left: 0;
    height: 40px;
    line-height: 40px;
    z-index: 0;
}
.product-card-detailed .product-card-footer::before {
    content: "";
    display: block;
    width: calc(100% - 40px);
    height: 1px;
    background-color: #fff;
    position: relative;
    top: 1px;
    margin: 0 auto;
    opacity: 0.36;
}
.product-card-detailed .product-card-footer .product-card-link {
    color: #fff;
}
.product-card-detailed .product-card-content {
    padding-right: 40%;
    padding-bottom: 20px;
    padding-left: 20px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
@media (min-width: 1225px) {
    .product-card-detailed .product-card-content {
        padding-left: 50%;
        padding-bottom: 0;
        padding-right: 10px;
    }
}
@media (min-width: 1460px) {
    .product-card-detailed .product-card-content {
        padding-right: 46px;
    }
}
.product-card-detailed .product-card-link {
    letter-spacing: 0.7px;
}
@media (min-width: 1225px) {
    .product-card-detailed .product-card-link {
        max-width: 180px;
        height: 48px;
    }
}
@media (min-width: 1460px) {
    .product-card-detailed .product-card-link {
        max-width: 200px;
        height: 50px;
    }
}
.product-card-detailed .product-card-image {
    position: absolute;
    right: 0;
    height: 186px;
    bottom: 37px;
    z-index: 2;
}
@media (min-width: 1225px) {
    .product-card-detailed .product-card-image {
        height: 340px;
        left: 0;
        right: auto;
        bottom: 0;
    }
}
@media (min-width: 1460px) {
    .product-card-detailed .product-card-image {
        height: 404px;
    }
}
.product-card-detailed:hover,
.product-card-detailed.hover {
    color: #fff;
}
.product-card-detailed:hover .product-card-link,
.product-card-detailed.hover .product-card-link {
    opacity: 1;
}
.product-card-detailed.has-customization-modal {
    min-height: 224px;
}
.product-card-detailed.has-customization-modal .product-card-image {
    bottom: 57px;
}
.product-card-detailed.has-customization-modal
    .product-card-image-wrapper::before {
    content: "";
    display: block;
    box-shadow: 0 2px 5px 1px rgba(0, 0, 0, 0.2);
    background-color: #fff;
    position: absolute;
    right: 32px;
    height: 130px;
    bottom: 58px;
    z-index: 2;
    width: 84px;
}
.product-card-detailed.has-customization-modal .product-card-content {
    padding-bottom: 50px;
    padding-right: 50%;
}
.product-card-detailed.has-customization-modal .product-card-footer {
    height: auto;
    line-height: initial;
    border-radius: 0 0 8px 8px;
}
.product-card-detailed.has-customization-modal .product-card-footer .btn {
    line-height: 30px;
    height: 30px;
    border-radius: 20px;
    background-color: #f7f6fb;
    border: none;
    font-size: 10px;
}
@media (min-width: 1225px) {
    .product-card-detailed {
        margin-top: 30px;
        height: 310px;
    }
}
@media (min-width: 1460px) {
    .product-card-detailed {
        margin-top: 38px;
        height: 366px;
    }
}
.product-card-large {
    min-height: 202px;
    position: relative;
    padding-top: 20px;
    padding-bottom: 60px;
    padding-left: 20px;
    padding-right: 20px;
    color: #fff;
}
.product-card-large .product-card-name {
    max-width: 160px;
}
@media (min-width: 1225px) {
    .product-card-large .product-card-name {
        font-size: 24px;
        max-width: 260px;
    }
}
@media (min-width: 1460px) {
    .product-card-large .product-card-name {
        font-size: 26px;
        max-width: 280px;
        line-height: 1.2;
    }
}
.product-card-large .product-card-content {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 70%;
    flex: 0 0 70%;
    max-width: 70%;
    padding-left: 20px;
    padding-right: 20px;
}
@media (min-width: 480px) {
    .product-card-large .product-card-content {
        padding-right: 0;
    }
}
@media (min-width: 1225px) {
    .product-card-large .product-card-content {
        -ms-flex: 0 0 50%;
        -webkit-box-flex: 0;
        flex: 0 0 50%;
        max-width: 50%;
        padding-left: 0;
    }
}
.product-card-large .product-card-link {
    height: 40px;
    line-height: 40px;
    min-width: 0;
    padding-left: 20px;
    padding-right: 20px;
}
@media (max-width: 1224px) {
    .product-card-large .product-card-link {
        font-size: 10px;
    }
}
@media (min-width: 1225px) {
    .product-card-large .product-card-link {
        height: 48px;
        line-height: 48px;
        padding-left: 40px;
        padding-right: 40px;
    }
}
@media (min-width: 1460px) {
    .product-card-large .product-card-link {
        height: 50px;
        line-height: 50px;
        padding-left: 57px;
        padding-right: 57px;
    }
}
.product-card-large .product-card-image {
    height: auto;
    width: 100%;
    height: auto;
    position: relative;
    z-index: 1;
}
.product-card-large .product-card-image-wrapper {
    max-width: 100%;
    -ms-flex: 0 0 96px;
    -webkit-box-flex: 0;
    flex: 0 0 96px;
    width: 96px;
    height: 135px;
    position: relative;
    z-index: 1;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}
.product-card-large .product-card-image-wrapper:before {
    content: "";
    -webkit-box-shadow: -3px 3px 5px 0 rgba(0, 0, 0, 0.1),
        0 2px 10px 0 rgba(0, 0, 0, 0.1);
    box-shadow: -3px 3px 5px 0 rgba(0, 0, 0, 0.1),
        0 2px 10px 0 rgba(0, 0, 0, 0.1);
    border: 1px solid #fff;
    position: absolute;
    top: 0;
    left: 0;
    width: 96px;
    height: 130px;
    background-color: #fff;
    border-radius: 3px;
    z-index: 1;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}
@media (min-width: 1225px) {
    .product-card-large .product-card-image-wrapper:before {
        -webkit-box-shadow: -5px 5px 10px 0 rgba(0, 0, 0, 0.15),
            0 2px 50px 0 rgba(0, 0, 0, 0.15);
        box-shadow: -5px 5px 10px 0 rgba(0, 0, 0, 0.15),
            0 2px 50px 0 rgba(0, 0, 0, 0.15);
        width: 100%;
        height: 100%;
    }
}
@media (min-width: 480px) {
    .product-card-large .product-card-image-wrapper {
        -ms-flex: 0 0 116px;
        -webkit-box-flex: 0;
        flex: 0 0 116px;
        width: 116px;
        height: 162px;
        margin-bottom: 10px;
    }
}
@media (min-width: 769px) {
    .product-card-large .product-card-image-wrapper {
        -ms-flex: 0 0 96px;
        -webkit-box-flex: 0;
        flex: 0 0 96px;
        width: 96px;
        height: 135px;
    }
}
@media (min-width: 1225px) {
    .product-card-large .product-card-image-wrapper {
        -ms-flex: 0 0 160px;
        -webkit-box-flex: 0;
        flex: 0 0 160px;
        width: 160px;
        height: 224px;
        margin-right: 47px;
    }
}
@media (min-width: 1460px) {
    .product-card-large .product-card-image-wrapper {
        -ms-flex: 0 0 180px;
        -webkit-box-flex: 0;
        flex: 0 0 180px;
        width: 180px;
        width: 180px;
        height: 252px;
        margin-right: 56px;
    }
}
.product-card-large .product-card-footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
    left: 0;
    height: 40px;
    line-height: 40px;
    z-index: 0;
}
.product-card-large .product-card-footer::before {
    content: "";
    display: block;
    width: calc(100% - 40px);
    height: 1px;
    background-color: #fff;
    position: relative;
    top: 1px;
    margin: 0 auto;
    opacity: 0.36;
}
.product-card-large .product-card-footer .product-card-link {
    color: #fff;
}
.product-card-large:hover,
.product-card-large.hover {
    color: #fff;
}
.product-card-large:hover .product-card-link,
.product-card-large.hover .product-card-link {
    opacity: 1;
}
.product-card-large.collection-product .product-card-image {
    height: auto;
    width: 100%;
    height: auto;
    position: relative;
    z-index: 1;
}
.product-card-large.collection-product .product-card-image-wrapper {
    max-width: 100%;
    -ms-flex: 0 0 96px;
    -webkit-box-flex: 0;
    flex: 0 0 96px;
    width: 96px;
    height: 135px;
    position: relative;
    z-index: 1;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}
.product-card-large.collection-product .product-card-image-wrapper:before {
    content: "";
    -webkit-box-shadow: -3px 3px 5px 0 rgba(0, 0, 0, 0.1),
        0 2px 10px 0 rgba(0, 0, 0, 0.1);
    box-shadow: -3px 3px 5px 0 rgba(0, 0, 0, 0.1),
        0 2px 10px 0 rgba(0, 0, 0, 0.1);
    border: 1px solid #fff;
    position: absolute;
    top: 0;
    left: 0;
    width: 72px;
    height: 102px;
    background-color: #fff;
    border-radius: 3px;
    z-index: 1;
    left: -24px;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}
@media (min-width: 480px) {
    .product-card-large.collection-product .product-card-image-wrapper:before {
        left: 0;
        width: 107px;
        height: 150px;
        background-color: #fff;
        border-radius: 3px;
        z-index: 1;
        left: -34px;
        right: 0;
    }
}
@media (min-width: 769px) {
    .product-card-large.collection-product .product-card-image-wrapper:before {
        width: 74%;
        height: 99%;
        left: -28px;
        top: 1px;
        height: 124px;
    }
}
@media (min-width: 1225px) {
    .product-card-large.collection-product .product-card-image-wrapper:before {
        -webkit-box-shadow: -5px 5px 10px 0 rgba(0, 0, 0, 0.15),
            0 2px 50px 0 rgba(0, 0, 0, 0.15);
        box-shadow: -5px 5px 10px 0 rgba(0, 0, 0, 0.15),
            0 2px 50px 0 rgba(0, 0, 0, 0.15);
        width: 74%;
        height: 99%;
        left: -50px;
        top: 1px;
    }
}
@media (min-width: 1460px) {
    .product-card-large.collection-product .product-card-image-wrapper:before {
        -webkit-box-shadow: -5px 5px 10px 0 rgba(0, 0, 0, 0.15),
            0 2px 50px 0 rgba(0, 0, 0, 0.15);
        box-shadow: -5px 5px 10px 0 rgba(0, 0, 0, 0.15),
            0 2px 50px 0 rgba(0, 0, 0, 0.15);
        width: 74%;
        height: 99%;
        left: -56px;
        top: 1px;
    }
}
@media (min-width: 480px) {
    .product-card-large.collection-product .product-card-image-wrapper {
        -ms-flex: 0 0 142px;
        -webkit-box-flex: 0;
        flex: 0 0 142px;
        width: 142px;
        height: 135px;
    }
}
@media (min-width: 769px) {
    .product-card-large.collection-product .product-card-image-wrapper {
        -ms-flex: 0 0 122px;
        -webkit-box-flex: 0;
        flex: 0 0 122px;
        width: 122px;
        height: 135px;
    }
}
@media (min-width: 1225px) {
    .product-card-large.collection-product .product-card-image-wrapper {
        -ms-flex: 0 0 210px;
        -webkit-box-flex: 0;
        flex: 0 0 210px;
        width: 210px;
        height: 224px;
        margin-right: 27px;
    }
}
@media (min-width: 1460px) {
    .product-card-large.collection-product .product-card-image-wrapper {
        -ms-flex: 0 0 236px;
        -webkit-box-flex: 0;
        flex: 0 0 236px;
        width: 236px;
        height: 252px;
        margin-right: 30px;
    }
}
@media (min-width: 769px) {
    .product-card-large {
        padding-top: 30px;
        padding-bottom: 50px;
        padding-left: 20px;
        padding-right: 20px;
    }
}
@media (min-width: 1225px) {
    .product-card-large {
        padding-bottom: 20px;
        height: 310px;
    }
}
@media (min-width: 1460px) {
    .product-card-large {
        height: 366px;
    }
}
.product-card-more {
    background-color: #3bd3d7;
    text-align: center;
}
.product-card-more h4 {
    max-width: 190px;
}
.product-card-more p {
    max-width: 200px;
}
.product-card-more .product-card-link {
    max-width: 160px;
    height: 40px;
    color: #3bd3d7;
}
@media (max-width: 1224px) {
    .product-card-more .product-card-link {
        height: 40px;
        position: absolute;
        line-height: 40px;
        color: #fff;
        background: none;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        left: 0;
        bottom: 0;
        width: 100%;
        max-width: none;
    }
}
@media (min-width: 1225px) {
    .product-card-more .product-card-link {
        max-width: 180px;
        height: 48px;
    }
}
@media (min-width: 1460px) {
    .product-card-more .product-card-link {
        max-width: 200px;
        height: 50px;
    }
}
.product-card .product-card-line {
    height: 1px;
    border: solid 1px #e9e7f6;
    margin-top: 19px;
    margin-bottom: 38px;
}
.product-card .product-card-line-mobile {
    height: 100%;
    margin-bottom: 9px;
}
.product-card .product-card-line-mobile label {
    margin-top: 15px !important;
}
.product-card .product-card-line-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: 17px;
    padding-right: 9px;
}
.product-card .product-card-line-flex label {
    font-family: Nunito;
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #68596e;
    margin-top: 21px;
}
.product-card .product-card-line-flex.mobile {
    padding-left: 9px;
    padding-right: 8px;
}
.product-card .product-card-line .btn-card-line {
    width: 48px;
    height: 48px;
    border: solid 1px #f1edf5;
    border-radius: 100%;
    margin-top: 9px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.product-card .product-card-line .btn-card-line svg {
    width: 23px;
    height: 30px;
    fill: #fff;
}
.btn-card-line-mobile {
    width: 30px;
    height: 30px;
    border: solid 1px #f1edf5;
    border-radius: 100%;
    margin-top: 9px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.btn-card-line-mobile svg {
    width: 18px !important;
    height: 12px !important;
    fill: #fff !important;
}
.hr-product-mobile {
    height: 1px;
    border-width: 0;
    color: #e9e7f6;
    background-color: #e9e7f6;
    margin-bottom: 0;
}
.glide {
    position: relative;
    width: 100%;
    box-sizing: border-box;
}
.glide * {
    box-sizing: inherit;
}
.glide__track {
    overflow: hidden;
}
.glide__slides {
    position: relative;
    width: 100%;
    list-style: none;
    backface-visibility: hidden;
    transform-style: preserve-3d;
    touch-action: pan-Y;
    overflow: hidden;
    padding: 0;
    white-space: nowrap;
    display: flex;
    flex-wrap: nowrap;
    will-change: transform;
}
.glide__slides--dragging {
    user-select: none;
}
.glide__slide {
    width: 100%;
    height: 100%;
    flex-shrink: 0;
    white-space: normal;
    user-select: none;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent;
}
.glide__slide a {
    user-select: none;
    -webkit-user-drag: none;
    -moz-user-select: none;
    -ms-user-select: none;
}
.glide__arrows {
    -webkit-touch-callout: none;
    user-select: none;
}
.glide__bullets {
    -webkit-touch-callout: none;
    user-select: none;
}
.glide--rtl {
    direction: rtl;
}
.glide__arrow {
    position: absolute;
    display: block;
    top: 50%;
    z-index: 2;
    color: #fff;
    text-transform: uppercase;
    padding: 9px 12px;
    background-color: transparent;
    border: 2px solid rgba(255, 255, 255, 0.5);
    border-radius: 4px;
    box-shadow: 0 0.25em 0.5em 0 rgba(0, 0, 0, 0.1);
    text-shadow: 0 0.25em 0.5em rgba(0, 0, 0, 0.1);
    opacity: 1;
    cursor: pointer;
    transition: opacity 150ms ease, border 300ms ease-in-out;
    transform: translateY(-50%);
    line-height: 1;
}
.glide__arrow:focus {
    outline: none;
}
.glide__arrow:hover {
    border-color: #fff;
}
.glide__arrow--left {
    left: 2em;
}
.glide__arrow--right {
    right: 2em;
}
.glide__arrow--disabled {
    opacity: 0.33;
}
.glide__bullets {
    position: absolute;
    z-index: 2;
    bottom: 2em;
    left: 50%;
    display: inline-flex;
    list-style: none;
    transform: translateX(-50%);
}
.glide__bullet {
    background-color: rgba(255, 255, 255, 0.5);
    width: 9px;
    height: 9px;
    padding: 0;
    border-radius: 50%;
    border: 2px solid transparent;
    transition: all 300ms ease-in-out;
    cursor: pointer;
    line-height: 0;
    box-shadow: 0 0.25em 0.5em 0 rgba(0, 0, 0, 0.1);
    margin: 0 0.25em;
}
.glide__bullet:focus {
    outline: none;
}
.glide__bullet:hover,
.glide__bullet:focus {
    border: 2px solid #fff;
    background-color: rgba(255, 255, 255, 0.5);
}
.glide__bullet--active {
    background-color: #fff;
}
.glide--swipeable {
    cursor: grab;
    cursor: -moz-grab;
    cursor: -webkit-grab;
}
.glide--dragging {
    cursor: grabbing;
    cursor: -moz-grabbing;
    cursor: -webkit-grabbing;
}
.pattern {
    width: 100%;
    overflow: hidden;
    background-color: #3bd3d7;
    position: relative;
    margin-bottom: 50px;
}
.pattern-content {
    position: relative;
    height: 100%;
}
.pattern-content::before {
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    content: "";
    bottom: 0;
    background: #a96cdc;
}
@media (min-width: 990px) {
    .pattern-content::before {
        background-image: url(https://dx3qsh2d19iq.cloudfront.net/Assets/Home/banner-dentro-da-historia-dia-criancas-cover.jpg);
        background-size: cover;
        background-position: right bottom;
    }
}
@media (min-width: 1225px) {
    .pattern-content::before {
        background-position: 60% bottom;
    }
}
.pattern-content::after {
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    content: "";
    opacity: 0.25;
    background: rgba(0, 0, 0, 0.5);
    background: linear-gradient(45deg, #000 0%, transparent 100%);
    background-size: 2px 2px;
    background-repeat: repeat;
}
.pattern-border-bottom {
    width: 100%;
    position: absolute;
    bottom: -2px;
    display: none;
}
.pattern-border-bottom svg {
    height: 5.7vw;
    width: 101vw;
    left: 50%;
    display: block;
    position: relative;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
@media (max-width: 989px) {
    .pattern-border-bottom svg path {
        fill: #3bd3d7;
    }
}
@media (min-width: 990px) {
    .pattern-border-bottom svg {
        bottom: 0;
    }
}
@media (max-width: 989px) {
    .pattern {
        margin-bottom: 0 !important;
    }
}
@media (min-width: 990px) {
    .pattern {
        top: 0;
        left: 0;
        background-color: #f8f7fc;
        height: 350px;
    }
}
@media (min-width: 1225px) {
    .pattern {
        background-color: #fff;
    }
}
@media (max-width: 1224px) {
    .pattern {
        height: auto !important;
    }
}
.pattern video {
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    width: auto;
    height: auto;
    min-height: 100%;
    min-width: 100%;
}
@media (max-width: 768px) {
    .pattern .glide__slides {
        margin-bottom: 0;
    }
}
.pattern .glide__slides .glide__slide {
    height: 350px;
    margin-left: 0 !important;
    margin-right: 0 !important;
    background-size: 1920px;
    background-position: center;
    justify-content: center;
}
@media (max-width: 1224px) {
    .pattern .glide__slides .glide__slide {
        height: 262px;
        background-size: 1080px;
    }
    .pattern .glide__slides .glide__slide a,
    .pattern .glide__slides .glide__slide img {
        width: auto !important;
    }
}
@media (max-width: 479px) {
    .pattern .glide__slides .glide__slide {
        height: unset;
    }
    .pattern .glide__slides .glide__slide a,
    .pattern .glide__slides .glide__slide img {
        width: 100% !important;
    }
}
.pattern .glide__slides .glide__slide a {
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    height: 100%;
    margin: 0 auto;
}
.pattern .glide__slides .glide__slide img {
    width: 1920px;
    height: 100%;
}
@media (max-width: 768px) {
    .pattern .glide__slides .glide__slide[data-slide="1"] {
        background: unset;
    }
}
.pattern .flex-carousel-controls {
    opacity: 1;
    margin-top: 0;
    position: relative;
    top: -160px;
}
@media (max-width: 1224px) {
    .pattern .flex-carousel-controls {
        top: -120px;
    }
}
@media (max-width: 768px) {
    .pattern .flex-carousel-controls {
        top: -100px;
    }
}
.pattern .flex-carousel-controls .flex-carousel-controls-previous {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    left: -20px;
    background-color: rgba(241, 241, 241, 0.6);
    box-shadow: none;
    border: 0;
}
.pattern .flex-carousel-controls .flex-carousel-controls-previous:hover {
    background: #fff;
}
.pattern .flex-carousel-controls .flex-carousel-controls-previous svg {
    transform: translateX(-30%) translateY(-50%);
    opacity: 1;
}
.pattern .flex-carousel-controls .flex-carousel-controls-next {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    right: -20px;
    background-color: rgba(241, 241, 241, 0.6);
    box-shadow: none;
    border: 0;
}
.pattern .flex-carousel-controls .flex-carousel-controls-next:hover {
    background: #fff;
}
.pattern .flex-carousel-controls .flex-carousel-controls-next svg {
    transform: translateX(-70%) translateY(-50%);
    opacity: 1;
}
.pattern .flex-carousel-bullets {
    position: absolute;
    opacity: 1;
    bottom: 10px;
    width: 100%;
}
.pattern .flex-carousel-bullets .flex-carousel-bullet {
    width: 11px;
    height: 11px;
    margin: 0 5px;
    border-radius: 100px;
}
.pattern .flex-carousel-bullets .flex-carousel-bullet .bullet-element {
    background: #fff;
    opacity: 0.6;
    width: 100%;
    height: 100%;
    content: "";
    display: block;
    border-radius: 100px;
}
.pattern .flex-carousel-bullets .bullect-active .bullet-element {
    opacity: 1;
}
.main-header {
    background-color: #3bd3d7;
    display: none;
}
.main-header-next-section {
    height: 40px;
    line-height: 40px;
    position: relative;
    margin-bottom: -30px;
    bottom: -20px;
    opacity: 0.5;
}
.main-header-next-section svg {
    height: 22px;
    width: 22px;
    fill: white;
}
@media (min-width: 990px) {
    .main-header {
        margin-top: 0;
        min-height: 417px;
        background-color: transparent;
    }
}
@media (min-width: 1225px) {
    .main-header {
        min-height: 500px;
    }
}
@media (min-width: 1460px) {
    .main-header {
        min-height: 600px;
    }
}
.main-header h1 {
    font-size: 22px;
    line-height: 1.3;
    max-width: 300px;
}
@media (min-width: 480px) and (max-width: 768px) {
    .main-header h1 {
        margin-right: auto;
        margin-left: auto;
        max-width: 400px;
        text-align: center;
    }
}
@media (min-width: 480px) {
    .main-header h1 {
        font-size: 26px;
    }
}
@media (min-width: 769px) {
    .main-header h1 {
        font-size: 28px;
        line-height: 1.2;
        max-width: 380px;
    }
}
@media (min-width: 990px) {
    .main-header h1 {
        font-size: 40px;
        max-width: 550px;
        text-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
    }
}
@media (min-width: 1460px) {
    .main-header h1 {
        font-size: 50px;
        max-width: 710px;
    }
}
.main-header h2 {
    max-width: 552px;
}
@media (min-width: 480px) and (max-width: 768px) {
    .main-header h2 {
        margin-right: auto;
        margin-left: auto;
        max-width: 400px;
        text-align: center;
    }
}
.main-header .container {
    max-width: 1090px;
}
.main-header .btn.btn-new {
    max-width: 283px;
}
.main-header .btn.btn-new.btn-white {
    background-color: #fff;
    color: #3bd3d7;
    width: 200px;
}
@media (max-width: 768px) {
    .main-header .btn.btn-new {
        min-width: 140px;
    }
}
@media (min-width: 990px) {
    .main-header .btn.btn-new {
        height: 60px;
        line-height: 60px;
        max-width: none;
    }
}
@media (min-width: 1225px) {
    .main-header .btn.btn-new {
        height: 65px;
        line-height: 65px;
    }
}
@media (min-width: 1460px) {
    .main-header .btn.btn-new {
        height: 70px;
        line-height: 70px;
    }
}
@media (min-width: 1460px) {
    .main-header {
        padding-top: 90px;
        padding-bottom: 90px;
    }
}
.main-banner-mobile {
    background-color: #136ab7;
    background-image: url(https://dx3qsh2d19iq.cloudfront.net/Assets/Home/Index/banner-lancamento-patrulha-canina-background.jpg);
    background-size: cover;
    background-position: center;
    max-height: 550px;
    overflow: hidden;
}
.main-banner-mobile img {
    width: 70vw;
    position: relative;
    left: 8vw;
    max-width: 420px;
}
.main-banner-mobile .btn-white {
    color: #3bd3d7;
}
.main-banner-mobile .btn-white:hover,
.main-banner-mobile .btn-white:focus {
    color: #3bd3d7;
}
.main-banner-mobile .product-card-badge {
    position: relative !important;
    left: initial;
    -webkit-transform: none;
    transform: none;
}
@media only screen and (min-device-pixel-ratio: 2),
    only screen and (-webkit-min-device-pixel-ratio: 2),
    only screen and (min-resolution: 192dpi) {
    .main-banner-mobile {
        background-image: url(https://dx3qsh2d19iq.cloudfront.net/Assets/Home/Index/banner-lancamento-patrulha-canina-background@2x.jpg);
    }
}
@-webkit-keyframes bannerCardProgressbar {
    0% {
        stroke-dashoffset: 180px;
    }
    100% {
        stroke-dashoffset: 0;
    }
}
@keyframes bannerCardProgressbar {
    0% {
        stroke-dashoffset: 180px;
    }
    100% {
        stroke-dashoffset: 0;
    }
}
.banner-card {
    height: 100%;
    background-color: #907feb;
    background-size: cover;
    background-repeat: no-repeat;
    opacity: 0;
    -webkit-transition: opacity 300ms ease;
    transition: opacity 300ms ease;
}
.banner-card-image {
    min-height: 100%;
    height: auto;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}
@media (min-width: 769px) {
    .banner-card-image {
        min-width: 100%;
        width: auto;
    }
}
.banner-card-wrapper {
    height: 510px;
}
.banner-card-wrapper.start-progress .banner-card-progress-bar svg circle {
    -webkit-animation: bannerCardProgressbar 5s 300ms 1 forwards linear;
    animation: bannerCardProgressbar 5s 300ms 1 forwards linear;
}
.banner-card-wrapper:hover .banner-card-progress-bar svg circle {
    -webkit-animation-play-state: paused;
    animation-play-state: paused;
}
@media (min-width: 1225px) {
    .banner-card-wrapper {
        height: 550px;
    }
}
@media (min-width: 1460px) {
    .banner-card-wrapper {
        height: 610px;
    }
}
.banner-card-content {
    z-index: 1;
}
@media (max-width: 768px) {
    .banner-card-content {
        width: 100%;
    }
}
.banner-card-badge {
    right: 25px;
    bottom: 25px;
}
.banner-card-badge-text {
    overflow: hidden;
    margin-right: 10px;
}
.banner-card-badge-text span {
    opacity: 0;
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
    -webkit-transition: opacity 300ms ease-in-out,
        -webkit-transform 300ms ease-in-out;
    transition: opacity 300ms ease-in-out, -webkit-transform 300ms ease-in-out;
    transition: opacity 300ms ease-in-out, transform 300ms ease-in-out;
    transition: opacity 300ms ease-in-out, transform 300ms ease-in-out,
        -webkit-transform 300ms ease-in-out;
}
.banner-card-badge-icon {
    height: 50px;
    width: 50px;
    margin: 2px;
    border-radius: 50px;
    background: rebeccapurple;
}
.banner-card-progress-bar {
    z-index: 1;
    width: 54px;
    height: 54px;
    border-radius: 50%;
    right: 25px;
    bottom: 25px;
    border: 1px solid #cfd6d9;
}
.banner-card-progress-bar svg {
    height: 100%;
    width: 100%;
    height: calc(100% + 2px);
    width: calc(100% + 2px);
    margin: -1px 0 0 -1px;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
.banner-card-progress-bar svg circle {
    stroke-dashoffset: 0;
    stroke: #fff;
    stroke-width: 2px;
    stroke-dashoffset: 182px;
}
.banner-card.is-visible {
    opacity: 1;
}
.banner-card.is-visible .banner-card-badge-text span {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition-delay: 100ms;
    transition-delay: 100ms;
}
@media (min-width: 1225px) {
    .banner-card {
        border-radius: 30px;
        padding-left: 90px;
        padding-right: 90px;
        -webkit-box-shadow: 0 50px 50px -50px #cfc7d5;
        box-shadow: 0 50px 50px -50px #cfc7d5;
    }
}
@media (min-width: 1460px) {
    .banner-card {
        padding-left: 120px;
        padding-right: 120px;
    }
}
.categories-menu {
    -webkit-transition: background 250ms ease-in-out;
    transition: background 250ms ease-in-out;
    -webkit-transition-delay: 600ms;
    transition-delay: 600ms;
}
.categories-menu .categories-menu-anchor,
.categories-menu .text-white {
    -webkit-transition: color 250ms ease-in-out;
    transition: color 250ms ease-in-out;
    -webkit-transition-delay: 600ms;
    transition-delay: 600ms;
}
.categories-menu .categories-menu-anchor svg {
    -webkit-transition-delay: 600ms;
    transition-delay: 600ms;
}
.categories-menu .categories-menu-collapse-category-wrapper {
    -webkit-transform: translateY(calc(100% - 60px));
    transform: translateY(calc(100% - 60px));
    -webkit-transition-delay: 0ms, 300ms, 0;
    transition-delay: 0ms, 300ms, 0;
}
.categories-menu:hover,
.categories-menu:hover .categories-menu-anchor,
.categories-menu:hover .categories-menu-anchor svg,
.categories-menu:hover .text-white {
    -webkit-transition-delay: 0ms;
    transition-delay: 0ms;
}
.categories-menu:hover {
    background-color: #fff;
}
.categories-menu:hover .text-white {
    color: #afa2ba !important;
}
.categories-menu.collapse-menu-opened {
    background-color: #fff;
}
.categories-menu.collapse-menu-opened,
.categories-menu.collapse-menu-opened .categories-menu-anchor,
.categories-menu.collapse-menu-opened .categories-menu-anchor svg,
.categories-menu.collapse-menu-opened .text-white {
    -webkit-transition-delay: 0ms;
    transition-delay: 0ms;
}
.categories-menu.collapse-menu-opened
    .categories-menu-collapse-category-wrapper {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transform: translateY(calc(100% - 1px));
    transform: translateY(calc(100% - 1px));
}
.categories-menu.collapse-menu-opened .text-white {
    color: #afa2ba !important;
}
.menu-header.is-inverted {
    border-color: rgba(255, 255, 255, 0.25);
}
.categories-menu.is-inverted .categories-menu-anchors {
    border-bottom-color: rgba(255, 255, 255, 0.25);
}
.menu-header.is-inverted .menu-header-actions .menu-header-action {
    border-right-color: rgba(255, 255, 255, 0.25);
}
@media (max-width: 768px) {
    .pattern {
        height: 50vw;
    }
}
@media (min-width: 769px) and (max-width: 989px) {
    .pattern {
        height: 262px;
    }
}
body {
}
body.modal-open .master-content {
    position: fixed;
    height: 0;
    overflow: visible;
    width: 100%;
}
body.modal-open .modal-wrapper .modal {
    position: relative;
}

.h1-seo {
    text-indent: -99999px;
    margin: 0 !important;
    padding: 0;
    color: white;
    margin-top: 30px;
    text-align: center;
    height: 0;
}
@-webkit-keyframes sk-bouncedelay {
    0%,
    80%,
    100% {
        -webkit-transform: scale(0);
        -webkit-transform-origin: center;
    }
    40% {
        -webkit-transform: scale(1);
        -webkit-transform-origin: center;
    }
}
@keyframes sk-bouncedelay {
    0%,
    80%,
    100% {
        -webkit-transform: scale(0);
        -webkit-transform-origin: center;
        transform: scale(0);
        transform-origin: center;
    }
    40% {
        -webkit-transform: scale(1);
        -webkit-transform-origin: center;
        transform: scale(1);
        transform-origin: center;
    }
}
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}
@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: transparent;
    -webkit-font-smoothing: antialiased;
}
*,
*::before,
*::after {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}
@-ms-viewport {
    width: device-width;
}
article,
aside,
dialog,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
    display: block;
}
body {
    margin: 0;
    font-family: "Nunito", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 1rem;
    font-weight: normal;
    line-height: 1.5;
    color: #68596e;
    background-color: #fff;
}
[tabindex="-1"]:focus {
    outline: none !important;
}
hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: 0;
}
p {
    margin-top: 0;
    margin-bottom: 1rem;
}
/* abbr[title],
abbr[data-original-title] {
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    cursor: help;
    border-bottom: 0;
} */
address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit;
}
ol,
ul,
dl {
    margin-top: 0;
    margin-bottom: 1rem;
}
ol ol,
ul ul,
ol ul,
ul ol {
    margin-bottom: 0;
}
dt {
    font-weight: 800;
}
dd {
    margin-bottom: 0.5rem;
    margin-left: 0;
}
blockquote {
    margin: 0 0 1rem;
}
dfn {
    font-style: italic;
}
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: #007bff;
    -webkit-text-decoration: none;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}
a:hover {
    color: #0056b3;
    -webkit-text-decoration: underline;
    text-decoration: underline;
}
a:not([href]):not([tabindex]) {
    color: inherit;
    text-decoration: none;
}
a:not([href]):not([tabindex]):focus,
a:not([href]):not([tabindex]):hover {
    color: inherit;
    text-decoration: none;
}
a:not([href]):not([tabindex]):focus {
    outline: 0;
}
pre,
code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}
pre {
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
}
figure {
    margin: 0 0 1rem;
}
img {
    vertical-align: middle;
    border-style: none;
}
svg:not(:root) {
    overflow: hidden;
}
a,
area,
button,
[role="button"],
input,
label,
select,
summary,
textarea {
    -ms-touch-action: manipulation;
    touch-action: manipulation;
}
table {
    border-collapse: collapse;
}
caption {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    color: #868e96;
    text-align: left;
    caption-side: bottom;
}
th {
    text-align: left;
}
label {
    display: inline-block;
    margin-bottom: 0.5rem;
}
button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color;
}
input,
button,
select,
optgroup,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
button,
input {
    overflow: visible;
}
button,
select {
    text-transform: none;
}
button,
html [type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    padding: 0;
    border-style: none;
}
input[type="radio"],
input[type="checkbox"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}
input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
    -webkit-appearance: listbox;
}
::-webkit-input-placeholder {
    color: #afa2ba;
}
:-moz-placeholder {
    color: #afa2ba;
    opacity: 1;
}
::-moz-placeholder {
    color: #afa2ba;
    opacity: 1;
}
:-ms-input-placeholder {
    color: #afa2ba;
}
::-ms-input-placeholder {
    color: #afa2ba;
}
textarea {
    overflow: auto;
    resize: vertical;
}
fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0;
}

progress {
    vertical-align: baseline;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
[type="search"] {
    outline-offset: -2px;
    -webkit-appearance: none;
}
[type="search"]::-webkit-search-cancel-button,
[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;
}
template {
    display: none;
}
[hidden] {
    display: none !important;
}
.lazy-load {
    opacity: 0;
    transition: opacity 0.3s;
}
.lazy-load.loaded {
    opacity: 1;
}
.container {
    margin-right: auto;
    margin-left: auto;
    padding-right: 15px;
    padding-left: 15px;
}
@media (min-width: 769px) {
    .container {
        width: 768px;
        max-width: 100%;
    }
}
@media (min-width: 990px) {
    .container {
        width: 900px;
        max-width: 100%;
    }
}
@media (min-width: 1225px) {
    .container {
        width: 1191px;
        max-width: 100%;
    }
}
@media (min-width: 1460px) {
    .container {
        width: 1400px;
        max-width: 100%;
    }
}
.container-fluid {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 15px;
    padding-left: 15px;
}
.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-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col,
.col-auto,
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs,
.col-xs-auto,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm,
.col-sm-auto,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md,
.col-md-auto,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg,
.col-lg-auto,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl,
.col-xl-auto {
    position: relative;
    width: 100%;
    min-height: 1px;
    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%;
}
.col-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
}
.col-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
}
.col-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
}
.col-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}
.col-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
}
.col-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
}
.col-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
.col-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
}
.col-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
}
.col-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
}
.col-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
}
.col-11 {
    -webkit-box-flex: 0;
    -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-1 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 1;
    order: 1;
}
.order-2 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 2;
    order: 2;
}
.order-3 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 3;
    order: 3;
}
.order-4 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 4;
    order: 4;
}
.order-5 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 5;
    order: 5;
}
.order-6 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 6;
    order: 6;
}
.order-7 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 7;
    order: 7;
}
.order-8 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 8;
    order: 8;
}
.order-9 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 9;
    order: 9;
}
.order-10 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 10;
    order: 10;
}
.order-11 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 11;
    order: 11;
}
.order-12 {
    -webkit-box-ordinal-group: 12;
    -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: 480px) {
    .col-xs {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }
    .col-xs-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }
    .col-xs-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }
    .col-xs-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }
    .col-xs-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-xs-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }
    .col-xs-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }
    .col-xs-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-xs-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }
    .col-xs-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }
    .col-xs-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-xs-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }
    .col-xs-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }
    .col-xs-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .order-xs-1 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 1;
        order: 1;
    }
    .order-xs-2 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 2;
        order: 2;
    }
    .order-xs-3 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 3;
        order: 3;
    }
    .order-xs-4 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 4;
        order: 4;
    }
    .order-xs-5 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 5;
        order: 5;
    }
    .order-xs-6 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 6;
        order: 6;
    }
    .order-xs-7 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 7;
        order: 7;
    }
    .order-xs-8 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 8;
        order: 8;
    }
    .order-xs-9 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 9;
        order: 9;
    }
    .order-xs-10 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 10;
        order: 10;
    }
    .order-xs-11 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 11;
        order: 11;
    }
    .order-xs-12 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 12;
        order: 12;
    }
    .offset-xs-0 {
        margin-left: 0;
    }
    .offset-xs-1 {
        margin-left: 8.33333%;
    }
    .offset-xs-2 {
        margin-left: 16.66667%;
    }
    .offset-xs-3 {
        margin-left: 25%;
    }
    .offset-xs-4 {
        margin-left: 33.33333%;
    }
    .offset-xs-5 {
        margin-left: 41.66667%;
    }
    .offset-xs-6 {
        margin-left: 50%;
    }
    .offset-xs-7 {
        margin-left: 58.33333%;
    }
    .offset-xs-8 {
        margin-left: 66.66667%;
    }
    .offset-xs-9 {
        margin-left: 75%;
    }
    .offset-xs-10 {
        margin-left: 83.33333%;
    }
    .offset-xs-11 {
        margin-left: 91.66667%;
    }
}
@media (min-width: 769px) {
    .col-sm {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }
    .col-sm-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }
    .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-1 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 1;
        order: 1;
    }
    .order-sm-2 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 2;
        order: 2;
    }
    .order-sm-3 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 3;
        order: 3;
    }
    .order-sm-4 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 4;
        order: 4;
    }
    .order-sm-5 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 5;
        order: 5;
    }
    .order-sm-6 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 6;
        order: 6;
    }
    .order-sm-7 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 7;
        order: 7;
    }
    .order-sm-8 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 8;
        order: 8;
    }
    .order-sm-9 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 9;
        order: 9;
    }
    .order-sm-10 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 10;
        order: 10;
    }
    .order-sm-11 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 11;
        order: 11;
    }
    .order-sm-12 {
        -webkit-box-ordinal-group: 12;
        -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: 990px) {
    .col-md {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }
    .col-md-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }
    .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-1 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 1;
        order: 1;
    }
    .order-md-2 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 2;
        order: 2;
    }
    .order-md-3 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 3;
        order: 3;
    }
    .order-md-4 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 4;
        order: 4;
    }
    .order-md-5 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 5;
        order: 5;
    }
    .order-md-6 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 6;
        order: 6;
    }
    .order-md-7 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 7;
        order: 7;
    }
    .order-md-8 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 8;
        order: 8;
    }
    .order-md-9 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 9;
        order: 9;
    }
    .order-md-10 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 10;
        order: 10;
    }
    .order-md-11 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 11;
        order: 11;
    }
    .order-md-12 {
        -webkit-box-ordinal-group: 12;
        -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: 1225px) {
    .col-lg {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }
    .col-lg-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }
    .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-1 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 1;
        order: 1;
    }
    .order-lg-2 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 2;
        order: 2;
    }
    .order-lg-3 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 3;
        order: 3;
    }
    .order-lg-4 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 4;
        order: 4;
    }
    .order-lg-5 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 5;
        order: 5;
    }
    .order-lg-6 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 6;
        order: 6;
    }
    .order-lg-7 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 7;
        order: 7;
    }
    .order-lg-8 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 8;
        order: 8;
    }
    .order-lg-9 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 9;
        order: 9;
    }
    .order-lg-10 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 10;
        order: 10;
    }
    .order-lg-11 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 11;
        order: 11;
    }
    .order-lg-12 {
        -webkit-box-ordinal-group: 12;
        -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: 1460px) {
    .col-xl {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }
    .col-xl-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }
    .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-1 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 1;
        order: 1;
    }
    .order-xl-2 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 2;
        order: 2;
    }
    .order-xl-3 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 3;
        order: 3;
    }
    .order-xl-4 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 4;
        order: 4;
    }
    .order-xl-5 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 5;
        order: 5;
    }
    .order-xl-6 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 6;
        order: 6;
    }
    .order-xl-7 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 7;
        order: 7;
    }
    .order-xl-8 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 8;
        order: 8;
    }
    .order-xl-9 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 9;
        order: 9;
    }
    .order-xl-10 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 10;
        order: 10;
    }
    .order-xl-11 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 11;
        order: 11;
    }
    .order-xl-12 {
        -webkit-box-ordinal-group: 12;
        -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%;
    }
}
.form-control {
    display: block;
    width: 100%;
    padding: 13px 15px;
    font-size: 14px;
    color: #68596e;
    background-color: #fff;
    background-image: none;
    background-clip: padding-box;
    border: 1px solid #dfdae4;
    border-radius: 8px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.form-control::-ms-expand {
    background-color: transparent;
    border: 0;
}
.form-control:focus {
    background-color: #fff;
    border-color: #01dfa1;
    outline: none;
}
.form-control::-webkit-input-placeholder {
    color: #868e96;
    opacity: 1;
}
.form-control:-ms-input-placeholder {
    color: #868e96;
    opacity: 1;
}
.form-control::placeholder {
    color: #868e96;
    opacity: 1;
}
.form-control:disabled,
.form-control[readonly] {
    background-color: #f8f7fc;
    opacity: 1;
}
@media (min-width: 769px) {
    .form-control {
        padding: 16px 20px 15px;
    }
}
@media (min-width: 1460px) {
    .form-control {
        padding: 18px 20px 15px;
        font-size: 16px;
        border-radius: 10px;
    }
}
.form-control-feedback {
    display: none;
    font-size: 12px;
    padding: 13px 15px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    margin-bottom: 0;
}
@media (min-width: 769px) {
    .form-control-feedback {
        font-size: 13px;
        padding: 9px 20px 8px;
        padding: 16px 20px 15px;
    }
}
@media (min-width: 1460px) {
    .form-control-feedback {
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
        font-size: 14px;
    }
}
select.form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 0.01px;
    text-overflow: "";
    background-size: 32px 100%;
    background-color: #fff;
    background-image: url(/Assets/Icons/arrow-down.svg);
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
}
select.form-control::-ms-expand {
    display: none;
}
select.form-control:focus::-ms-value {
    color: #68596e;
    background-color: #fff;
}
.form-group {
    margin-bottom: 1rem;
    position: relative;
}
.form-group.has-feedback .form-control {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.form-group.has-feedback .form-control-feedback {
    display: block;
}
.form-group.has-loading .form-control-load {
    opacity: 1;
    visibility: visible;
}
.form-group.has-loading .form-control-load > div {
    -webkit-animation-play-state: running;
    animation-play-state: running;
}
.form-group.has-loading .form-control-link {
    opacity: 0;
}
.form-group.has-loading .form-control-button {
    opacity: 0;
}
.form-group.has-success {
}
.form-group.has-success .form-control {
    border-color: #42cda1;
}
.form-group.has-success.has-feedback .form-control-feedback {
    background-color: #42cda1;
    border-color: #42cda1;
    color: #fff;
}
.form-group.has-warning {
}
.form-group.has-warning .form-control {
    border-color: #ffd803;
}
.form-group.has-warning.has-feedback .form-control-feedback {
    background-color: #ffd803;
    border-color: #ffd803;
    color: #fff;
}
.form-group.has-error {
}
.form-group.has-error .form-control {
    border-color: #f45459;
}
.form-group.has-error.has-feedback .form-control-feedback {
    color: #fff;
    background-color: #f45459;
    border-color: #f45459;
}
.select-wrapper {
    position: relative;
}
.select-wrapper::after {
    background-image: url(/Assets/Icons/arrow-down.svg);
    background-repeat: no-repeat;
    background-size: 35px 100%;
    position: absolute;
    top: 0;
    right: 13px;
    height: 100%;
    width: 32px;
    content: "";
    pointer-events: none;
    z-index: 0;
    background-position: center;
}
.invalid-feedback {
    display: none;
    margin-top: 0.25rem;
    font-size: 0.875rem;
    color: #dc3545;
}
.was-validated .form-control:valid,
.form-control.is-valid,
.was-validated .custom-select:valid,
.custom-select.is-valid {
    border-color: #28a745;
}
.was-validated .form-control:valid:focus,
.form-control.is-valid:focus,
.was-validated .custom-select:valid:focus,
.custom-select.is-valid:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.was-validated .form-control:invalid,
.form-control.is-invalid,
.was-validated .custom-select:invalid,
.custom-select.is-invalid {
    border-color: #dc3545;
}
.was-validated .form-control:invalid:focus,
.form-control.is-invalid:focus,
.was-validated .custom-select:invalid:focus,
.custom-select.is-invalid:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.checkbox {
    position: absolute;
    opacity: 0;
}
.checkbox + label {
    position: relative;
    cursor: pointer;
    padding: 0;
}
.checkbox + label:before {
    content: "";
    margin-right: 10px;
    display: inline-block;
    vertical-align: text-top;
    min-width: 30px;
    height: 30px;
    background: #fff;
    border: 2px solid #dfdae4;
    border-radius: 10px;
}
.checkbox:focus + label:before,
.checkbox:hover + label:before {
    border-color: #42cda1;
}
.checkbox:focus + label:after,
.checkbox:hover + label:after {
    content: "";
    position: absolute;
    left: 9px;
    top: 44%;
    background: #dfdae4;
    width: 3px;
    height: 3px;
    box-shadow: 2px 0 0 #dfdae4, 4px 0 0 #dfdae4, 4px -2px 0 #dfdae4,
        4px -4px 0 #dfdae4, 4px -6px 0 #dfdae4, 4px -8px 0 #dfdae4;
    transform: rotate(45deg) scale(1.1);
}
.checkbox:focus + label:before {
    box-shadow: 0 0 0 1px #f8f7fc;
}
.checkbox:checked + label:before {
    background: #42cda1;
    border-color: #42cda1;
}
.checkbox:disabled + label {
    color: #68596e;
    cursor: auto;
}
.checkbox:disabled + label:before {
    box-shadow: none;
    background: #afa2ba;
}
.checkbox:checked + label:after {
    content: "";
    position: absolute;
    left: 9px;
    top: 44%;
    background: #fff;
    width: 3px;
    height: 3px;
    box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white,
        4px -6px 0 white, 4px -8px 0 white;
    transform: rotate(45deg) scale(1.1);
}
.select-option {
    border-radius: 100px;
    background-color: #fff;
    border: solid 1px #dfdae4;
    width: 100%;
    transition: transform 0.1s ease-in-out, border-color 0.1s ease;
    text-decoration: none !important;
}
.select-option-wrapper {
    width: 50%;
}
.select-option-wrapper:nth-child(odd) {
    padding-left: 0 !important;
}
.select-option-wrapper:nth-child(even) {
    padding-right: 0 !important;
}
.select-option.has-error {
    border-color: #f45459;
}
.select-option:hover,
.select-option:focus {
    cursor: pointer;
    transform: scale(1.05);
    transition: transform 0.2s ease-in-out;
}
.select-option:focus {
    outline: none;
    border-color: #01dfa1;
}
.select-option:active,
.select-option.was-selected {
    background-color: #f8f7fc;
    border-color: #01dfa1;
    transform: scale(0.95);
}
.btn {
    display: inline-block;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    white-space: nowrap;
    font-size: 13px;
    letter-spacing: 0.7px;
    border-radius: 100px;
    text-transform: uppercase;
    font-weight: 900;
    -webkit-appearance: initial;
    width: 100%;
    max-width: 300px;
    height: 55px;
}
.btn:hover,
.btn.hover {
    cursor: pointer;
    text-decoration: none;
}
.btn:focus,
.btn.focus,
.btn:active,
.btn.active {
    outline: 0;
    text-decoration: none;
}
.btn.disabled,
.btn:disabled {
    opacity: 0.3;
}
@media (min-width: 769px) {
    .btn {
        height: 55px;
    }
}
.btn-layer {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.btn-content {
    display: inline-block;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}
.btn-animated-focus > .btn {
    background: none;
    -webkit-transition: letter-spacing 0.2s ease-in-out;
    transition: letter-spacing 0.2s ease-in-out;
    position: absolute;
    top: 0;
    left: 0;
}
.btn-animated-focus .btn-animated-hide {
    opacity: 1;
}
.btn-animated-focus .btn-animated-show {
    opacity: 0;
}
.btn-animated-focus:hover,
.btn-animated-focus:focus {
    background-color: #01dfa1;
    background-image: none;
}
.btn-animated-focus:hover > .btn,
.btn-animated-focus:focus > .btn {
    letter-spacing: 2px;
}
.btn-animated-focus:hover .btn-animated-hide,
.btn-animated-focus:focus .btn-animated-hide {
    opacity: 0;
}
.btn-animated-focus:hover .btn-animated-show,
.btn-animated-focus:focus .btn-animated-show {
    opacity: 1;
}
.btn-animated-swype-y > .btn {
    background: none;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-transform: translate(0, -100%);
    transform: translate(0, -100%);
}
.btn-animated-swype-y:hover > .btn,
.btn-animated-swype-y:focus > .btn,
.btn-animated-swype-y:active > .btn {
    -webkit-transform: translate(0, 0%);
    transform: translate(0, 0%);
}
.btn-animated-swype-x > .btn {
    background: none;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    display: inline-block;
}
.btn-animated-swype-x:hover > .btn {
    -webkit-transform: translate(-100%, 0);
    transform: translate(-100%, 0);
    -webkit-transform-origin: center;
    transform-origin: center;
}
.btn-animated.always-backwards-motion .btn-layer-go,
.btn-animated.always-backwards-motion .btn-layer-default,
.btn-animated.always-backwards-motion .btn-layer-loader,
.btn-animated.always-backwards-motion .btn-layer-fail,
.btn-animated.always-backwards-motion .btn-layer-success {
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.btn-animated.always-backwards-motion .btn-layer-fail,
.btn-animated.always-backwards-motion .btn-layer-success {
    transition: translateY(-100%);
}
.btn-animated.always-backwards-motion .btn-layer-go {
    transform: translateX(100%);
}
.btn-animated.always-backwards-motion .btn-layer-loader {
    transform: translateY(100%);
}
.btn-animated.always-backwards-motion:hover .btn-layer-go,
.btn-animated.always-backwards-motion.hover .btn-layer-go,
.btn-animated.always-backwards-motion:focus .btn-layer-go,
.btn-animated.always-backwards-motion.focus .btn-layer-go {
    transform: translateX(0);
}
.btn-animated.always-backwards-motion:hover .btn-layer-default,
.btn-animated.always-backwards-motion.hover .btn-layer-default,
.btn-animated.always-backwards-motion:focus .btn-layer-default,
.btn-animated.always-backwards-motion.focus .btn-layer-default {
    transform: translateX(-100%);
}
.btn-animated.always-backwards-motion.is-loading .btn-layer-loader {
    transform: translateY(0);
}
.btn-animated.always-backwards-motion.is-loading
    .btn-layer-loader
    [data-type="loader"] {
    opacity: 1;
    visibility: visible;
    transform: translateY(-20%);
}
.btn-animated.always-backwards-motion.is-loading
    .btn-layer-loader
    [data-type="loader"]
    > span {
    -webkit-animation: sk-bouncedelay 1.4s infinite cubic-bezier(0.4, 0, 0.2, 1)
        both;
    animation: sk-bouncedelay 1.4s infinite cubic-bezier(0.4, 0, 0.2, 1) both;
}
.btn-animated.always-backwards-motion.is-loading
    .btn-layer-loader
    [data-type="loader"]
    > span:nth-child(2) {
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}
.btn-animated.always-backwards-motion.is-loading
    .btn-layer-loader
    [data-type="loader"]
    > span:nth-child(3) {
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}
.btn-animated.always-backwards-motion.is-loading .btn-layer-default,
.btn-animated.always-backwards-motion.is-loading .btn-layer-go {
    transform: translateY(100%);
}
.btn-animated.always-backwards-motion.has-succeed .btn-layer-success {
    transform: translateY(0);
}
.btn-animated.always-backwards-motion.has-succeed .btn-layer-default,
.btn-animated.always-backwards-motion.has-succeed .btn-layer-go {
    transform: translateY(100%);
}
.btn-animated.always-backwards-motion.has-failure .btn-layer-fail {
    transform: translateY(0);
}
.btn-animated.always-backwards-motion.has-failure .btn-layer-default,
.btn-animated.always-backwards-motion.has-failure .btn-layer-go {
    transform: translateY(100%);
}
.btn-animated.always-foward-motion .btn-layer-go,
.btn-animated.always-foward-motion .btn-layer-default,
.btn-animated.always-foward-motion .btn-layer-loader,
.btn-animated.always-foward-motion .btn-layer-fail,
.btn-animated.always-foward-motion .btn-layer-success {
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.btn-animated.always-foward-motion .btn-layer-fail,
.btn-animated.always-foward-motion .btn-layer-success {
    transform: translateY(-100%);
}
.btn-animated.always-foward-motion .btn-layer-go {
    transform: translateX(-100%);
}
.btn-animated.always-foward-motion .btn-layer-loader {
    transform: translateY(100%);
}
.btn-animated.always-foward-motion:hover .btn-layer-go,
.btn-animated.always-foward-motion.hover .btn-layer-go,
.btn-animated.always-foward-motion:focus .btn-layer-go,
.btn-animated.always-foward-motion.focus .btn-layer-go {
    transform: translateX(0);
}
.btn-animated.always-foward-motion:hover .btn-layer-default,
.btn-animated.always-foward-motion.hover .btn-layer-default,
.btn-animated.always-foward-motion:focus .btn-layer-default,
.btn-animated.always-foward-motion.focus .btn-layer-default {
    transform: translateX(100%);
}
.btn-animated.always-foward-motion.is-loading .btn-layer-loader {
    transform: translateY(0);
}
.btn-animated.always-foward-motion.is-loading
    .btn-layer-loader
    [data-type="loader"] {
    opacity: 1;
    visibility: visible;
    transform: translateY(-20%);
}
.btn-animated.always-foward-motion.is-loading
    .btn-layer-loader
    [data-type="loader"]
    > span {
    -webkit-animation: sk-bouncedelay 1.4s infinite cubic-bezier(0.4, 0, 0.2, 1)
        both;
    animation: sk-bouncedelay 1.4s infinite cubic-bezier(0.4, 0, 0.2, 1) both;
}
.btn-animated.always-foward-motion.is-loading
    .btn-layer-loader
    [data-type="loader"]
    > span:nth-child(2) {
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}
.btn-animated.always-foward-motion.is-loading
    .btn-layer-loader
    [data-type="loader"]
    > span:nth-child(3) {
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}
.btn-animated.always-foward-motion.is-loading .btn-layer-default,
.btn-animated.always-foward-motion.is-loading .btn-layer-go {
    transform: translateY(-100%);
}
.btn-animated.always-foward-motion.has-succeed .btn-layer-success {
    transform: translateY(0);
}
.btn-animated.always-foward-motion.has-succeed .btn-layer-default,
.btn-animated.always-foward-motion.has-succeed .btn-layer-go {
    transform: translateY(100%);
}
.btn-animated.always-foward-motion.has-failure .btn-layer-fail {
    transform: translateY(0);
}
.btn-animated.always-foward-motion.has-failure .btn-layer-default,
.btn-animated.always-foward-motion.has-failure .btn-layer-go {
    transform: translateY(100%);
}
.btn-animated.next-step-motion .btn-layer-default,
.btn-animated.next-step-motion .btn-layer-loader,
.btn-animated.next-step-motion .btn-layer-fail,
.btn-animated.next-step-motion .btn-layer-success {
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.btn-animated.next-step-motion .btn-layer-fail,
.btn-animated.next-step-motion .btn-layer-success {
    transition: translateY(-100%);
}
.btn-animated.next-step-motion .btn-layer-loader {
    transform: translateY(100%);
}
.btn-animated.next-step-motion.is-loading .btn-layer-loader {
    transform: translateY(0);
}
.btn-animated.next-step-motion.is-loading
    .btn-layer-loader
    [data-type="loader"] {
    opacity: 1;
    visibility: visible;
    transform: translateY(-20%);
}
.btn-animated.next-step-motion.is-loading
    .btn-layer-loader
    [data-type="loader"]
    > span {
    -webkit-animation: sk-bouncedelay 1.4s infinite cubic-bezier(0.4, 0, 0.2, 1)
        both;
    animation: sk-bouncedelay 1.4s infinite cubic-bezier(0.4, 0, 0.2, 1) both;
}
.btn-animated.next-step-motion.is-loading
    .btn-layer-loader
    [data-type="loader"]
    > span:nth-child(2) {
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}
.btn-animated.next-step-motion.is-loading
    .btn-layer-loader
    [data-type="loader"]
    > span:nth-child(3) {
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}
.btn-animated.next-step-motion.is-loading .btn-layer-default,
.btn-animated.next-step-motion.is-loading .btn-layer-go {
    transform: translateY(-100%);
}
.btn-animated.next-step-motion.has-succeed .btn-layer-success {
    transform: translateY(0);
}
.btn-animated.next-step-motion.has-succeed .btn-layer-default,
.btn-animated.next-step-motion.has-succeed .btn-layer-go {
    transform: translateY(100%);
}
.btn-animated.next-step-motion.has-failure .btn-layer-fail {
    transform: translateY(0);
}
.btn-animated.next-step-motion.has-failure .btn-layer-default,
.btn-animated.next-step-motion.has-failure .btn-layer-go {
    transform: translateY(100%);
}
.btn-animated.go-down-motion .btn-layer-go,
.btn-animated.go-down-motion .btn-layer-default {
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.btn-animated.go-down-motion .btn-layer-go {
    transform: translateY(-100%);
}
.btn-animated.go-down-motion:hover .btn-layer-go,
.btn-animated.go-down-motion.hover .btn-layer-go,
.btn-animated.go-down-motion:focus .btn-layer-go,
.btn-animated.go-down-motion.focus .btn-layer-go {
    transform: translateY(0);
}
.btn-animated.go-down-motion:hover .btn-layer-default,
.btn-animated.go-down-motion.hover .btn-layer-default,
.btn-animated.go-down-motion:focus .btn-layer-default,
.btn-animated.go-down-motion.focus .btn-layer-default {
    transform: translateY(100%);
}
.btn-back {
    position: relative;
    display: inline-block;
    box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.1);
    color: #afa2ba;
    transition: color 0.1s linear, border-color 0.1s linear;
}
.btn-back svg {
    fill: #afa2ba;
    stroke: #afa2ba;
    -webkit-transition: fill 0.1s linear, stroke 0.1s linear;
    transition: fill 0.1s linear, stroke 0.1s linear;
}
.btn-back:hover,
.btn-back:active,
.btn-back:focus {
    color: #01dfa1;
    text-decoration: none;
}
.btn-back:hover:hover svg,
.btn-back:hover:active svg,
.btn-back:hover:focus svg,
.btn-back:active:hover svg,
.btn-back:active:active svg,
.btn-back:active:focus svg,
.btn-back:focus:hover svg,
.btn-back:focus:active svg,
.btn-back:focus:focus svg {
    fill: #01dfa1;
    stroke: #01dfa1;
}
@media (max-width: 768px) {
    .btn-back {
        background-color: transparent;
        -webkit-box-shadow: none;
        box-shadow: none;
        text-align: center;
        border-radius: 0;
    }
}
.btn-green {
    background-color: #3bd3d7;
    color: #fff;
    color: #fff;
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.15);
    -webkit-transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
.btn-green:hover,
.btn-green.hover,
.btn-green:focus,
.btn-green.focus {
    color: #fff;
    background-color: #34bec1;
}
.btn-green:active,
.btn-green.active {
    -webkit-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.15);
}
.btn-gradient-green {
    background-color: #01e0a0;
    background-image: -webkit-gradient(
        linear,
        left top,
        right top,
        color-stop(50%, #01dfa1),
        to(#00d3f6)
    );
    background-image: linear-gradient(90deg, #01dfa1 50%, #00d3f6);
    background-size: 200%;
    background-position-x: 99%;
    color: #fff;
    -webkit-transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    border: none;
}
.btn-gradient-green:hover,
.btn-gradient-green:focus {
    background-image: -webkit-gradient(
        linear,
        left top,
        right top,
        color-stop(50%, #01dfa1),
        to(#00d3f6)
    );
    background-image: linear-gradient(90deg, #01dfa1 50%, #00d3f6);
    background-position-x: 0%;
    color: #fff;
}
.btn-gradient-green:active {
    -webkit-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.15);
}
.btn-facebook {
    background-color: #2462af;
    background-image: -webkit-linear-gradient(
        left,
        #345088,
        #2462af 50%,
        #2462af 85%,
        #116bc6
    );
    background-image: linear-gradient(
        to right,
        #345088,
        #2462af 50%,
        #2462af 85%,
        #116bc6
    );
    background-size: 200%;
    background-position-x: 99%;
    color: #fff;
    -webkit-transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    border: none;
}
.btn-facebook:hover,
.btn-facebook:focus {
    background-image: -webkit-linear-gradient(
        left,
        #345088,
        #2462af 50%,
        #2462af 85%,
        #116bc6
    );
    background-image: linear-gradient(
        to right,
        #345088,
        #2462af 50%,
        #2462af 85%,
        #116bc6
    );
    background-position-x: 0%;
    color: #fff;
}
.btn-facebook:active {
    -webkit-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.15);
}
.btn-google {
    background-color: #2462af;
    background-image: -webkit-linear-gradient(
        left,
        #dd4b39,
        #cd4b3b 50%,
        #cd4b3b 85%,
        #d21d07
    );
    background-image: linear-gradient(
        to right,
        #dd4b39,
        #cd4b3b 50%,
        #cd4b3b 85%,
        #d21d07
    );
    background-size: 200%;
    background-position-x: 99%;
    color: #fff;
    -webkit-transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    border: none;
}
.btn-google:hover,
.btn-google:focus {
    background-image: -webkit-linear-gradient(
        left,
        #dd4b39,
        #cd4b3b 50%,
        #cd4b3b 85%,
        #d21d07
    );
    background-image: linear-gradient(
        to right,
        #dd4b39,
        #cd4b3b 50%,
        #cd4b3b 85%,
        #d21d07
    );
    background-position-x: 0%;
    color: #fff;
}
.btn-google:active {
    -webkit-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.15);
}
.btn-white {
    background-color: #fff;
    color: #68596e;
    -webkit-transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
.btn-white:hover,
.btn-white.hover,
.btn-white:focus,
.btn-white.focus {
    color: #68596e;
    background-color: #f8f7fc;
}
.btn-white:active,
.btn-white.active {
    -webkit-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.15);
}
.btn-grey {
    background-color: #dfdae4;
    color: #fff;
    -webkit-transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
.btn-grey:hover,
.btn-grey.hover,
.btn-grey:focus,
.btn-grey.focus {
    color: #fff;
    background-color: #dfdae4;
}
.btn-grey:active,
.btn-grey.active {
    -webkit-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.15);
}
.btn-yellow {
    background-color: #fdd932;
    color: #68596e;
    -webkit-transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    border: none;
}
.btn-yellow:hover,
.btn-yellow.hover,
.btn-yellow:focus,
.btn-yellow.focus {
    color: #68596e;
    background-color: #edcb30;
}
.btn-yellow:active,
.btn-yellow.active {
    -webkit-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.15);
}
.btn-outline-grey {
    border-style: solid;
    border-width: 2px;
    background-color: transparent;
    border-color: #dfdae4;
    color: #afa2ba;
    -webkit-transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
.btn-outline-grey:hover,
.btn-outline-grey.hover,
.btn-outline-grey:focus,
.btn-outline-grey.focus {
    color: #68596e;
    border-color: #afa2ba;
}
.btn-outline-grey:active,
.btn-outline-grey.active {
    border-color: #afa2ba;
    -webkit-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.15);
}
.btn-outline-white {
    border-style: solid;
    border-width: 2px;
    background-color: transparent;
    border-color: rgba(255, 255, 255, 0.4);
    color: #fff;
    -webkit-transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
.btn-outline-white:hover,
.btn-outline-white:focus {
    color: #fff;
    border-color: #dfdae4;
}
.btn-outline-white:active {
    border-color: #dfdae4;
    -webkit-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.15);
}
.btn-shadow {
    box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.1);
}
.btn.btn-smaller {
    font-size: 11px;
    letter-spacing: 0.6px;
    height: 48px;
}
@media (min-width: 1460px) {
    .btn.btn-smaller {
        font-size: 12px;
        letter-spacing: 0.7px;
    }
}
.btn.btn-block {
    display: block;
    width: 100%;
    max-width: none;
}
.btn.btn-auto {
    width: auto;
    height: auto;
    max-width: none;
}
.btn.btn-auto .btn-content {
    transform: none;
    top: auto;
}
.btn.btn-animated {
    position: relative;
    overflow: hidden;
    padding: 0;
}
.btn.btn-new {
    height: 40px;
    line-height: 40px;
    padding-right: 40px;
    padding-left: 40px;
    border-width: 0;
    font-size: 12px;
    min-width: 180px;
}
.btn.btn-new .btn-icon {
    width: 20px;
    margin-right: 15px;
    height: 100%;
}
@media (min-width: 480px) {
    .btn.btn-new {
        padding-right: 50px;
        padding-left: 50px;
    }
}
@media (min-width: 769px) {
    .btn.btn-new {
        height: 50px;
        line-height: 50px;
        min-width: 240px;
    }
}
@media (min-width: 1225px) {
    .btn.btn-new {
        font-size: 13px;
        height: 55px;
        line-height: 55px;
        padding-right: 70px;
        padding-left: 70px;
    }
}
@media (min-width: 1460px) {
    .btn.btn-new {
        height: 60px;
        line-height: 60px;
        min-width: 260px;
        padding-right: 70px;
        padding-left: 70px;
    }
}
.btn.btn-rounded {
    border-radius: 100%;
    height: 50px;
    width: 50px;
}
@media (min-width: 769px) {
    .btn.btn-rounded {
        height: 60px;
        width: 60px;
    }
}
.link {
    color: #01dfa1;
    text-decoration: none;
    font-weight: 900;
    text-transform: uppercase;
    font-size: 11px;
}
.link:hover,
.link:focus,
.link:active {
    text-decoration: underline;
    color: #01dfa1;
}
.link:focus {
    outline: none;
}
.link[type="button"] {
    -webkit-appearance: initial;
}
.link-load {
    opacity: 0;
    visibility: hidden;
    text-align: center;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    margin-left: 10px;
}
.link-load-wrapper {
    position: relative;
}
.link-load-wrapper.has-loading .link-load {
    opacity: 1;
    visibility: visible;
    top: -2px;
    position: relative;
}
.link-load-wrapper.has-loading .link-load > div {
    -webkit-animation-play-state: running;
    animation-play-state: running;
}
.link-load > span {
    width: 10px;
    height: 10px;
    background-color: #01dfa1;
    -webkit-animation-play-state: paused;
    animation-play-state: paused;
    border-radius: 100%;
    display: inline-block;
    -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
    animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}
@media (min-width: 1460px) {
    .link-load > span {
        height: 10px;
        width: 10px;
    }
}
.link-load .bounce1 {
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}
.link-load .bounce2 {
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}
.link-back {
    position: relative;
    margin-left: 1.33333em;
}
.link-back:before {
    background-image: url(/Assets/svg/ico-input-arrow-left.svg);
    position: absolute;
    top: -0.22222em;
    left: -1.66667em;
    height: 1.77778em;
    width: 1.77778em;
    display: inline-block;
    content: "";
    background-repeat: no-repeat;
    background-size: contain;
}
.link-edit {
    position: relative;
    margin-left: 1.33333em;
}
.link-edit:before {
    background-image: url(/Assets/svg/ico-edit.svg);
    position: absolute;
    top: -0.22222em;
    left: -1.66667em;
    height: 1.77778em;
    width: 1.77778em;
    display: inline-block;
    content: "";
    background-repeat: no-repeat;
    background-size: contain;
}
.block-loader {
    border: 4px solid #f3f3f3;
    border-top: 4px solid #01dfa1;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    -webkit-animation: spin 0.6s linear infinite;
    animation: spin 0.6s linear infinite;
    -webkit-animation-play-state: paused;
    animation-play-state: paused;
    display: block;
}
.block-loader-wrapper {
    visibility: hidden;
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: rgba(248, 247, 252, 0.8);
    opacity: 0;
}
.block-loader-container {
    position: relative;
}
.block-loader-container.loading > .block-loader-wrapper {
    z-index: 1;
    visibility: visible;
    opacity: 1;
}
.block-loader-container.loading > .block-loader-wrapper .block-loader {
    -webkit-animation-play-state: running;
    animation-play-state: running;
}
@media (min-width: 769px) {
    .block-loader {
        border-width: 4px;
        border-top-width: 4px;
        border-radius: 50%;
        width: 70px;
        height: 70px;
    }
}
.inline-loader {
    opacity: 0;
    visibility: hidden;
    text-align: center;
    transition: all 0.3s ease-in-out;
}
.inline-loader > span {
    width: 10px;
    height: 10px;
    background-color: #fff;
    border-radius: 100%;
    display: inline-block;
    float: left;
    margin-left: 5px;
    margin-right: 5px;
}
@media (min-width: 1460px) {
    .inline-loader > span {
        height: 10px;
        width: 10px;
    }
}
.inline-loader.is-loading {
    opacity: 1;
    visibility: visible;
}
.inline-loader.is-loading > span {
    -webkit-animation: sk-bouncedelay 1.4s infinite cubic-bezier(0.4, 0, 0.2, 1)
        both;
    animation: sk-bouncedelay 1.4s infinite cubic-bezier(0.4, 0, 0.2, 1) both;
}
.inline-loader.is-loading > span:nth-child(2) {
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}
.inline-loader.is-loading > span:nth-child(3) {
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}
.fade {
    opacity: 0;
    -webkit-transition: opacity 0.15s linear;
    transition: opacity 0.15s linear;
}
.fade.show {
    opacity: 1;
}
.collapse {
    display: none;
}
.collapse.show {
    display: block;
}
tr.collapse.show {
    display: table-row;
}
tbody.collapse.show {
    display: table-row-group;
}
.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition: height 0.35s ease;
    transition: height 0.35s ease;
}
.btn-group,
.btn-group-vertical {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
    border-radius: 10px;
    transition: all 0.1s ease-in-out;
    text-transform: initial;
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    margin-bottom: 0;
    height: 30px;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover {
    z-index: 2;
}
.btn-group > .btn:focus,
.btn-group > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
    z-index: 2;
}
@media (min-width: 480px) {
    .btn-group > .btn,
    .btn-group-vertical > .btn {
        height: 50px;
    }
}
@media (min-width: 1225px) {
    .btn-group > .btn,
    .btn-group-vertical > .btn {
        height: 54px;
    }
}
@media (min-width: 1460px) {
    .btn-group > .btn,
    .btn-group-vertical > .btn {
        height: 63px;
    }
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group,
.btn-group-vertical .btn + .btn,
.btn-group-vertical .btn + .btn-group,
.btn-group-vertical .btn-group + .btn,
.btn-group-vertical .btn-group + .btn-group {
    margin-left: -1px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
    border-radius: 0;
}
.btn-group > .btn:first-child {
    margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.btn-group > .btn-group {
    float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
    border-radius: 0;
}
.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.card {
    border-radius: 15px;
    white-space: normal;
}
.card-group {
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    overflow: scroll;
}
.card-product {
    padding-right: 30px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 130px;
    min-height: 150px;
}
.card-product-icon,
.card-product-collection {
    opacity: 0.75;
    transition: opacity 0.2s ease-in-out;
}
.card-product > img {
    height: auto;
    width: 110px;
    left: 10px;
}
@media (min-width: 480px) {
    .card-product > img {
        left: 15px;
    }
}
.card-product:hover,
.card-product:focus {
    text-decoration: none;
}
.card-product:hover .card-product-icon,
.card-product:hover .card-product-collection,
.card-product:focus .card-product-icon,
.card-product:focus .card-product-collection {
    opacity: 1;
}
@media (min-width: 480px) {
    .card-product {
        padding-left: 140px;
    }
}
@media (min-width: 769px) {
    .card-product {
        padding-left: 160px;
        min-height: 166px;
    }
    .card-product > img {
        width: 140px;
        left: 10px;
    }
}
@media (min-width: 990px) {
    .card-product {
        padding-left: 210px;
        min-height: 226px;
    }
    .card-product > img {
        width: 190px;
    }
}
.big-card-product {
    box-shadow: 0 35px 11px -30px #afa2ba;
    max-width: 435px;
}
.big-card-product-image {
    margin-bottom: -30px;
}
.detailed-card-product-image {
    height: 140px;
    width: auto;
}
@media (min-width: 480px) {
    .detailed-card-product-image {
        height: 206px;
    }
}
@media (min-width: 769px) {
    .detailed-card-product-image {
        height: 264px;
    }
}
@media (min-width: 769px) {
    .detailed-card-product-image {
        height: 280px;
    }
}
.detailed-card-product-details {
    max-width: 460px;
}
.badge {
    display: inline-block;
    padding: 3px 5px;
    font-size: 10px;
    font-weight: 900;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 20px;
}
.badge:empty {
    display: none;
}
.btn .badge {
    position: relative;
    top: -1px;
}
.badge-darkgrey {
    color: #fff;
    background-color: #68596e;
}
.badge-darkgrey[href]:focus,
.badge-darkgrey[href]:hover {
    color: #fff;
    text-decoration: none;
    background-color: #4d4252;
}
.badge-grey {
    color: #111;
    background-color: #afa2ba;
}
.badge-grey[href]:focus,
.badge-grey[href]:hover {
    color: #111;
    text-decoration: none;
    background-color: #9685a4;
}
.badge-lightgrey {
    color: #111;
    background-color: #dfdae4;
}
.badge-lightgrey[href]:focus,
.badge-lightgrey[href]:hover {
    color: #111;
    text-decoration: none;
    background-color: #c6bdce;
}
.badge-lightergrey {
    color: #111;
    background-color: #f8f7fc;
}
.badge-lightergrey[href]:focus,
.badge-lightergrey[href]:hover {
    color: #111;
    text-decoration: none;
    background-color: #d8d2ee;
}
.badge-white {
    color: #111;
    background-color: #fff;
}
.badge-white[href]:focus,
.badge-white[href]:hover {
    color: #111;
    text-decoration: none;
    background-color: #e6e6e6;
}
.badge-lightergreen {
    color: #111;
    background-color: #33cf9f;
}
.badge-lightergreen[href]:focus,
.badge-lightergreen[href]:hover {
    color: #111;
    text-decoration: none;
    background-color: #27a880;
}
.badge-lightgreen {
    color: #fff;
    background-color: #2dc495;
}
.badge-lightgreen[href]:focus,
.badge-lightgreen[href]:hover {
    color: #fff;
    text-decoration: none;
    background-color: #239b75;
}
.badge-shinegreen {
    color: #fff;
    background-color: #01dfa1;
}
.badge-shinegreen[href]:focus,
.badge-shinegreen[href]:hover {
    color: #fff;
    text-decoration: none;
    background-color: #01ac7c;
}
.badge-green {
    color: #111;
    background-color: #42cda1;
}
.badge-green[href]:focus,
.badge-green[href]:hover {
    color: #111;
    text-decoration: none;
    background-color: #2eae85;
}
.badge-darkgreen {
    color: #fff;
    background-color: #369993;
}
.badge-darkgreen[href]:focus,
.badge-darkgreen[href]:hover {
    color: #fff;
    text-decoration: none;
    background-color: #29736f;
}
.badge-blue {
    color: #111;
    background-color: #69c1ff;
}
.badge-blue[href]:focus,
.badge-blue[href]:hover {
    color: #111;
    text-decoration: none;
    background-color: #36acff;
}
.badge-bluegreen {
    color: #111;
    background-color: #3bd3d7;
}
.badge-bluegreen[href]:focus,
.badge-bluegreen[href]:hover {
    color: #111;
    text-decoration: none;
    background-color: #26b5b9;
}
.badge-purple {
    color: #fff;
    background-color: #907feb;
}
.badge-purple[href]:focus,
.badge-purple[href]:hover {
    color: #fff;
    text-decoration: none;
    background-color: #6a53e4;
}
.badge-darkpurple {
    color: #fff;
    background-color: #7b61ce;
}
.badge-darkpurple[href]:focus,
.badge-darkpurple[href]:hover {
    color: #fff;
    text-decoration: none;
    background-color: #5b3cc0;
}
.badge-tomato {
    color: #fff;
    background-color: #f45459;
}
.badge-tomato[href]:focus,
.badge-tomato[href]:hover {
    color: #fff;
    text-decoration: none;
    background-color: #f1242a;
}
.badge-darktomato {
    color: #fff;
    background-color: #d44144;
}
.badge-darktomato[href]:focus,
.badge-darktomato[href]:hover {
    color: #fff;
    text-decoration: none;
    background-color: #b82a2d;
}
.badge-yellow {
    color: #111;
    background-color: #ffd803;
}
.badge-yellow[href]:focus,
.badge-yellow[href]:hover {
    color: #111;
    text-decoration: none;
    background-color: #cfaf00;
}
.badge-darkyellow {
    color: #111;
    background-color: #e29d00;
}
.badge-darkyellow[href]:focus,
.badge-darkyellow[href]:hover {
    color: #111;
    text-decoration: none;
    background-color: #af7a00;
}
.badge-mustard {
    color: #111;
    background-color: #feb800;
}
.badge-mustard[href]:focus,
.badge-mustard[href]:hover {
    color: #111;
    text-decoration: none;
    background-color: #cb9300;
}
.badge-orange {
    color: #111;
    background-color: #feae00;
}
.badge-orange[href]:focus,
.badge-orange[href]:hover {
    color: #111;
    text-decoration: none;
    background-color: #cb8b00;
}
.badge-pink {
    color: #fff;
    background-color: #ff2f63;
}
.badge-pink[href]:focus,
.badge-pink[href]:hover {
    color: #fff;
    text-decoration: none;
    background-color: #fb003f;
}
.badge-darkblack {
    color: #fff;
    background-color: #171524;
}
.badge-darkblack[href]:focus,
.badge-darkblack[href]:hover {
    color: #fff;
    text-decoration: none;
    background-color: #020204;
}
.badge-black {
    color: #fff;
    background-color: #221e33;
}
.badge-black[href]:focus,
.badge-black[href]:hover {
    color: #fff;
    text-decoration: none;
    background-color: #0d0b13;
}
.badge-realblack {
    color: #fff;
    background-color: #000;
}
.badge-realblack[href]:focus,
.badge-realblack[href]:hover {
    color: #fff;
    text-decoration: none;
    background-color: #000;
}
.list-unstyled {
    padding-left: 0;
    list-style: none;
}
.modal-open {
    overflow: hidden;
}
.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: none;
    overflow: hidden;
    outline: 0;
}
.modal.fade .modal-dialog {
    -webkit-transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}
.modal.show {
    z-index: 1050;
}
.modal.show .modal-dialog {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}
.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}
@media (min-width: 769px) {
    .modal-open .modal-center {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }
    .modal-open .modal-center[aria-hidden="true"] {
        display: none !important;
    }
}
.modal-close {
    background: #fff;
}
.modal-close-icon {
    height: 16px;
    width: 16px;
    fill: #afa2ba;
    transition: fill 0.1s ease-in-out;
}
.modal-close-helper {
    margin-top: 2px;
    font-size: 7px;
    line-height: 0.71;
    letter-spacing: 0.1px;
    color: #afa2ba;
    transition: color 0.1s ease-in-out;
}
.modal-close:hover .modal-close-icon,
.modal-close:focus .modal-close-icon {
    fill: #01dfa1;
}
.modal-close:hover .modal-close-helper,
.modal-close:focus .modal-close-helper {
    color: #01dfa1;
}
@media (max-width: 768px) {
    .modal-close {
        height: 50px;
        width: 50px;
    }
}
@media (min-width: 1225px) {
    .modal-close {
        margin-right: -65px;
    }
}
.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px;
}
.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;
    background-clip: padding-box;
    outline: 0;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0.3rem;
}
.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000;
}
.modal-backdrop.fade {
    opacity: 0;
}
.modal-backdrop.show {
    opacity: 0.75;
}
.modal-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 15px;
    border-bottom: 1px solid #e9ecef;
}
.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: 15px;
}
.modal-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 15px;
    border-top: 1px solid #e9ecef;
}
.modal-footer > :not(:first-child) {
    margin-left: 0.25rem;
}
.modal-footer > :not(:last-child) {
    margin-right: 0.25rem;
}
.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}
@media (min-width: 769px) {
    .modal-dialog {
        max-width: 500px;
        width: 100%;
        margin: 30px auto;
    }
    .modal-sm {
        max-width: 300px;
    }
}
@media (min-width: 1225px) {
    .modal-lg {
        max-width: 800px;
    }
}
.message-error ul {
    list-style-position: inside;
    margin-left: 0;
    padding-left: 0;
}
.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: block;
    max-width: 280px;
    min-width: 276px;
    padding: 1px;
    font-family: "Nunito", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: normal;
    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(0, 0, 0, 0.2);
    border-radius: 0.3rem;
}
.popover-backdrop {
    background: rgba(0, 0, 0, 0.6);
    z-index: 1040;
}
.popover .arrow {
    position: absolute;
    display: block;
    width: 10px;
    height: 5px;
}
.popover .arrow::before,
.popover .arrow::after {
    position: absolute;
    display: block;
    border-color: transparent;
    border-style: solid;
}
.popover .arrow::before {
    content: "";
    border-width: 11px;
}
.popover .arrow::after {
    content: "";
    border-width: 11px;
}
.popover.bs-popover-top,
.popover.bs-popover-auto[x-placement^="top"] {
    margin-bottom: 10px;
}
.popover.bs-popover-top .arrow,
.popover.bs-popover-auto[x-placement^="top"] .arrow {
    bottom: 0;
}
.popover.bs-popover-top .arrow::before,
.popover.bs-popover-auto[x-placement^="top"] .arrow::before,
.popover.bs-popover-top .arrow::after,
.popover.bs-popover-auto[x-placement^="top"] .arrow::after {
    border-bottom-width: 0;
}
.popover.bs-popover-top .arrow::before,
.popover.bs-popover-auto[x-placement^="top"] .arrow::before {
    bottom: -11px;
    margin-left: -6px;
    border-top-color: rgba(0, 0, 0, 0.25);
}
.popover.bs-popover-top .arrow::after,
.popover.bs-popover-auto[x-placement^="top"] .arrow::after {
    bottom: -10px;
    margin-left: -6px;
    border-top-color: #fff;
}
.popover.bs-popover-right,
.popover.bs-popover-auto[x-placement^="right"] {
    margin-left: 10px;
}
.popover.bs-popover-right .arrow,
.popover.bs-popover-auto[x-placement^="right"] .arrow {
    left: 0;
}
.popover.bs-popover-right .arrow::before,
.popover.bs-popover-auto[x-placement^="right"] .arrow::before,
.popover.bs-popover-right .arrow::after,
.popover.bs-popover-auto[x-placement^="right"] .arrow::after {
    margin-top: -8px;
    border-left-width: 0;
}
.popover.bs-popover-right .arrow::before,
.popover.bs-popover-auto[x-placement^="right"] .arrow::before {
    left: -11px;
    border-right-color: rgba(0, 0, 0, 0.25);
}
.popover.bs-popover-right .arrow::after,
.popover.bs-popover-auto[x-placement^="right"] .arrow::after {
    left: -10px;
    border-right-color: #fff;
}
.popover.bs-popover-bottom,
.popover.bs-popover-auto[x-placement^="bottom"] {
    margin-top: 10px;
}
.popover.bs-popover-bottom .arrow,
.popover.bs-popover-auto[x-placement^="bottom"] .arrow {
    top: 0;
}
.popover.bs-popover-bottom .arrow::before,
.popover.bs-popover-auto[x-placement^="bottom"] .arrow::before,
.popover.bs-popover-bottom .arrow::after,
.popover.bs-popover-auto[x-placement^="bottom"] .arrow::after {
    margin-left: -7px;
    border-top-width: 0;
}
.popover.bs-popover-bottom .arrow::before,
.popover.bs-popover-auto[x-placement^="bottom"] .arrow::before {
    top: -11px;
    border-bottom-color: rgba(0, 0, 0, 0.25);
}
.popover.bs-popover-bottom .arrow::after,
.popover.bs-popover-auto[x-placement^="bottom"] .arrow::after {
    top: -10px;
    border-bottom-color: #fff;
}
.popover.bs-popover-bottom .popover-header::before,
.popover.bs-popover-auto[x-placement^="bottom"] .popover-header::before {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 20px;
    margin-left: -10px;
    content: "";
    border-bottom: 1px solid #f7f7f7;
}
.popover.bs-popover-left,
.popover.bs-popover-auto[x-placement^="left"] {
    margin-right: 10px;
}
.popover.bs-popover-left .arrow,
.popover.bs-popover-auto[x-placement^="left"] .arrow {
    right: 0;
}
.popover.bs-popover-left .arrow::before,
.popover.bs-popover-auto[x-placement^="left"] .arrow::before,
.popover.bs-popover-left .arrow::after,
.popover.bs-popover-auto[x-placement^="left"] .arrow::after {
    margin-top: -8px;
    border-right-width: 0;
}
.popover.bs-popover-left .arrow::before,
.popover.bs-popover-auto[x-placement^="left"] .arrow::before {
    right: -11px;
    border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.bs-popover-left .arrow::after,
.popover.bs-popover-auto[x-placement^="left"] .arrow::after {
    right: -10px;
    border-left-color: #fff;
}
.popover-header {
    padding: 8px 14px;
    margin-bottom: 0;
    font-size: 1rem;
    color: inherit;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-top-left-radius: calc(0.3rem - 1px);
    border-top-right-radius: calc(0.3rem - 1px);
}
.popover-header:empty {
    display: none;
}
.carousel {
    position: relative;
    overflow: hidden;
}
.carousel-control-next {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    z-index: 1;
}
.carousel-control-next-btn {
    right: -50%;
}
.carousel-control-next-icon {
    position: relative;
}
.carousel-control-prev {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    z-index: 1;
}
.carousel-control-prev-btn {
    left: -50%;
}
.carousel-control-prev-icon {
    position: relative;
}
.flex-carousel-content {
    -webkit-transition: -webkit-transform 600ms cubic-bezier(0.4, 0, 0.2, 1);
    transition: -webkit-transform 600ms cubic-bezier(0.4, 0, 0.2, 1);
    transition: transform 600ms cubic-bezier(0.4, 0, 0.2, 1);
    transition: transform 600ms cubic-bezier(0.4, 0, 0.2, 1),
        -webkit-transform 600ms cubic-bezier(0.4, 0, 0.2, 1);
}
.flex-carousel-controls {
    margin-top: 18px;
    opacity: 0;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: opacity 300ms ease,
        -webkit-transform 300ms cubic-bezier(0, 0, 0.2, 1);
    transition: opacity 300ms ease,
        -webkit-transform 300ms cubic-bezier(0, 0, 0.2, 1);
    transition: opacity 300ms ease, transform 300ms cubic-bezier(0, 0, 0.2, 1);
    transition: opacity 300ms ease, transform 300ms cubic-bezier(0, 0, 0.2, 1),
        -webkit-transform 300ms cubic-bezier(0, 0, 0.2, 1);
    -webkit-transition-delay: 500ms;
    transition-delay: 500ms;
}
.flex-carousel-controls-dots span {
    display: block;
    height: 20px;
    width: 20px;
    position: relative;
}
.flex-carousel-controls-dots span::after {
    content: "";
    border-radius: 100%;
    display: block;
    height: 8px;
    width: 8px;
    position: absolute;
    top: 50%;
    left: 50%;
    background: #dfdae4;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}
.flex-carousel-controls-dots span.is-visible::after {
    background-color: #3bd3d7;
}
.flex-carousel-controls-next,
.flex-carousel-controls-previous {
    height: 55px;
    width: 55px;
    border-radius: 100%;
    background-color: #fff;
    border: 1px solid rgba(238, 235, 241, 0.4);
    border: 1px solid #f8f7fc;
    -webkit-box-shadow: 0 3px 10px 0 #eeebf1;
    box-shadow: 0 3px 10px 0 #eeebf1;
    position: relative;
    -webkit-transition-duration: 200ms;
    transition-duration: 200ms;
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.flex-carousel-controls-next svg,
.flex-carousel-controls-previous svg {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 30px;
    -webkit-transition-duration: 200ms;
    transition-duration: 200ms;
    -webkit-transition-property: fill;
    transition-property: fill;
    -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    fill: #3bd3d7;
}
.flex-carousel-controls-next:hover,
.flex-carousel-controls-previous:hover {
    -webkit-transition-duration: 300ms;
    transition-duration: 300ms;
    cursor: pointer;
    -webkit-box-shadow: 0 5px 10px -1px rgba(223, 218, 228, 0.9);
    box-shadow: 0 5px 10px -1px rgba(223, 218, 228, 0.9);
}
.flex-carousel-controls-next:hover svg,
.flex-carousel-controls-previous:hover svg {
    -webkit-transition-duration: 300ms;
    transition-duration: 300ms;
    fill: #34bec1;
}
.flex-carousel-controls-next:active,
.flex-carousel-controls-previous:active {
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
    -webkit-box-shadow: 0 2px 6px -1px rgba(223, 218, 228, 0.9);
    box-shadow: 0 2px 6px -1px rgba(223, 218, 228, 0.9);
}
.flex-carousel-controls-next.disabled,
.flex-carousel-controls-previous.disabled {
    opacity: 0;
    pointer-events: none;
}
.flex-carousel-controls-next svg {
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}
.flex-carousel-controls-previous svg {
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}
.flex-carousel.is-ready .flex-carousel-controls {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
}
.align-baseline {
    vertical-align: baseline;
}
.align-top {
    vertical-align: top;
}
.align-middle {
    vertical-align: middle;
}
.align-bottom {
    vertical-align: bottom;
}
.align-text-bottom {
    vertical-align: text-bottom;
}
.align-text-top {
    vertical-align: text-top;
}
.bg-darkgrey {
    background-color: #68596e !important;
}
a.bg-darkgrey:focus,
a.bg-darkgrey:hover {
    background-color: #4d4252 !important;
}
.bg-grey {
    background-color: #afa2ba !important;
}
a.bg-grey:focus,
a.bg-grey:hover {
    background-color: #9685a4 !important;
}
.bg-lightgrey {
    background-color: #dfdae4 !important;
}
a.bg-lightgrey:focus,
a.bg-lightgrey:hover {
    background-color: #c6bdce !important;
}
.bg-lightergrey {
    background-color: #f8f7fc !important;
}
a.bg-lightergrey:focus,
a.bg-lightergrey:hover {
    background-color: #d8d2ee !important;
}
.bg-white {
    background-color: #fff !important;
}
a.bg-white:focus,
a.bg-white:hover {
    background-color: #e6e6e6 !important;
}
.bg-lightergreen {
    background-color: #33cf9f !important;
}
a.bg-lightergreen:focus,
a.bg-lightergreen:hover {
    background-color: #27a880 !important;
}
.bg-lightgreen {
    background-color: #2dc495 !important;
}
a.bg-lightgreen:focus,
a.bg-lightgreen:hover {
    background-color: #239b75 !important;
}
.bg-shinegreen {
    background-color: #01dfa1 !important;
}
a.bg-shinegreen:focus,
a.bg-shinegreen:hover {
    background-color: #01ac7c !important;
}
.bg-green {
    background-color: #42cda1 !important;
}
a.bg-green:focus,
a.bg-green:hover {
    background-color: #2eae85 !important;
}
.bg-darkgreen {
    background-color: #369993 !important;
}
a.bg-darkgreen:focus,
a.bg-darkgreen:hover {
    background-color: #29736f !important;
}
.bg-blue {
    background-color: #69c1ff !important;
}
a.bg-blue:focus,
a.bg-blue:hover {
    background-color: #36acff !important;
}
.bg-bluegreen {
    background-color: #3bd3d7 !important;
}
a.bg-bluegreen:focus,
a.bg-bluegreen:hover {
    background-color: #26b5b9 !important;
}
.bg-purple {
    background-color: #907feb !important;
}
a.bg-purple:focus,
a.bg-purple:hover {
    background-color: #6a53e4 !important;
}
.bg-darkpurple {
    background-color: #7b61ce !important;
}
a.bg-darkpurple:focus,
a.bg-darkpurple:hover {
    background-color: #5b3cc0 !important;
}
.bg-tomato {
    background-color: #f45459 !important;
}
a.bg-tomato:focus,
a.bg-tomato:hover {
    background-color: #f1242a !important;
}
.bg-darktomato {
    background-color: #d44144 !important;
}
a.bg-darktomato:focus,
a.bg-darktomato:hover {
    background-color: #b82a2d !important;
}
.bg-yellow {
    background-color: #ffd803 !important;
}
a.bg-yellow:focus,
a.bg-yellow:hover {
    background-color: #cfaf00 !important;
}
.bg-darkyellow {
    background-color: #e29d00 !important;
}
a.bg-darkyellow:focus,
a.bg-darkyellow:hover {
    background-color: #af7a00 !important;
}
.bg-mustard {
    background-color: #feb800 !important;
}
a.bg-mustard:focus,
a.bg-mustard:hover {
    background-color: #cb9300 !important;
}
.bg-orange {
    background-color: #feae00 !important;
}
a.bg-orange:focus,
a.bg-orange:hover {
    background-color: #cb8b00 !important;
}
.bg-pink {
    background-color: #ff2f63 !important;
}
a.bg-pink:focus,
a.bg-pink:hover {
    background-color: #fb003f !important;
}
.bg-darkblack {
    background-color: #171524 !important;
}
a.bg-darkblack:focus,
a.bg-darkblack:hover {
    background-color: #020204 !important;
}
.bg-black {
    background-color: #221e33 !important;
}
a.bg-black:focus,
a.bg-black:hover {
    background-color: #0d0b13 !important;
}
.bg-realblack {
    background-color: #000 !important;
}
a.bg-realblack:focus,
a.bg-realblack:hover {
    background-color: #000 !important;
}
.bg-transparent {
    background-color: transparent;
}
.borderc-darkgrey {
    border-color: #68596e;
}
.borderc-grey {
    border-color: #afa2ba;
}
.borderc-lightgrey {
    border-color: #dfdae4;
}
.borderc-lightergrey {
    border-color: #f8f7fc;
}
.borderc-white {
    border-color: #fff;
}
.borderc-lightergreen {
    border-color: #33cf9f;
}
.borderc-lightgreen {
    border-color: #2dc495;
}
.borderc-shinegreen {
    border-color: #01dfa1;
}
.borderc-green {
    border-color: #42cda1;
}
.borderc-darkgreen {
    border-color: #369993;
}
.borderc-blue {
    border-color: #69c1ff;
}
.borderc-bluegreen {
    border-color: #3bd3d7;
}
.borderc-purple {
    border-color: #907feb;
}
.borderc-darkpurple {
    border-color: #7b61ce;
}
.borderc-tomato {
    border-color: #f45459;
}
.borderc-darktomato {
    border-color: #d44144;
}
.borderc-yellow {
    border-color: #ffd803;
}
.borderc-darkyellow {
    border-color: #e29d00;
}
.borderc-mustard {
    border-color: #feb800;
}
.borderc-orange {
    border-color: #feae00;
}
.borderc-pink {
    border-color: #ff2f63;
}
.borderc-darkblack {
    border-color: #171524;
}
.borderc-black {
    border-color: #221e33;
}
.borderc-realblack {
    border-color: #000;
}
.borderw-0 {
    border-width: 0;
}
.borderw-t-0 {
    border-top-width: 0;
}
.borderw-1 {
    border-width: 1px;
}
.borderw-t-1 {
    border-top-width: 1px;
}
.borderw-2 {
    border-width: 2px;
}
.borderw-t-2 {
    border-top-width: 2px;
}
.borderw-3 {
    border-width: 3px;
}
.borderw-t-3 {
    border-top-width: 3px;
}
.borderr-0 {
    border-radius: 0;
}
.borderr-t-0 {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.borderr-r-0 {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.borderr-b-0 {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.borderr-l-0 {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.borderr-10 {
    border-radius: 10px;
}
.borderr-t-10 {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.borderr-r-10 {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}
.borderr-b-10 {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.borderr-l-10 {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}
.borderr-15 {
    border-radius: 15px;
}
.borderr-t-15 {
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}
.borderr-r-15 {
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
}
.borderr-b-15 {
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}
.borderr-l-15 {
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
}
.borderr-20 {
    border-radius: 20px;
}
.borderr-t-20 {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}
.borderr-r-20 {
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
}
.borderr-b-20 {
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}
.borderr-l-20 {
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
}
@media (min-width: 480px) {
    .borderc-xs-darkgrey {
        border-color: #68596e;
    }
    .borderc-xs-grey {
        border-color: #afa2ba;
    }
    .borderc-xs-lightgrey {
        border-color: #dfdae4;
    }
    .borderc-xs-lightergrey {
        border-color: #f8f7fc;
    }
    .borderc-xs-white {
        border-color: #fff;
    }
    .borderc-xs-lightergreen {
        border-color: #33cf9f;
    }
    .borderc-xs-lightgreen {
        border-color: #2dc495;
    }
    .borderc-xs-shinegreen {
        border-color: #01dfa1;
    }
    .borderc-xs-green {
        border-color: #42cda1;
    }
    .borderc-xs-darkgreen {
        border-color: #369993;
    }
    .borderc-xs-blue {
        border-color: #69c1ff;
    }
    .borderc-xs-bluegreen {
        border-color: #3bd3d7;
    }
    .borderc-xs-purple {
        border-color: #907feb;
    }
    .borderc-xs-darkpurple {
        border-color: #7b61ce;
    }
    .borderc-xs-tomato {
        border-color: #f45459;
    }
    .borderc-xs-darktomato {
        border-color: #d44144;
    }
    .borderc-xs-yellow {
        border-color: #ffd803;
    }
    .borderc-xs-darkyellow {
        border-color: #e29d00;
    }
    .borderc-xs-mustard {
        border-color: #feb800;
    }
    .borderc-xs-orange {
        border-color: #feae00;
    }
    .borderc-xs-pink {
        border-color: #ff2f63;
    }
    .borderc-xs-darkblack {
        border-color: #171524;
    }
    .borderc-xs-black {
        border-color: #221e33;
    }
    .borderc-xs-realblack {
        border-color: #000;
    }
    .borderw-xs-0 {
        border-width: 0;
    }
    .borderw-t-xs-0 {
        border-top-width: 0;
    }
    .borderw-xs-1 {
        border-width: 1px;
    }
    .borderw-t-xs-1 {
        border-top-width: 1px;
    }
    .borderw-xs-2 {
        border-width: 2px;
    }
    .borderw-t-xs-2 {
        border-top-width: 2px;
    }
    .borderw-xs-3 {
        border-width: 3px;
    }
    .borderw-t-xs-3 {
        border-top-width: 3px;
    }
    .borderr-xs-0 {
        border-radius: 0;
    }
    .borderr-t-xs-0 {
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }
    .borderr-r-xs-0 {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }
    .borderr-b-xs-0 {
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
    }
    .borderr-l-xs-0 {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }
    .borderr-xs-10 {
        border-radius: 10px;
    }
    .borderr-t-xs-10 {
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
    }
    .borderr-r-xs-10 {
        border-top-right-radius: 10px;
        border-bottom-right-radius: 10px;
    }
    .borderr-b-xs-10 {
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
    }
    .borderr-l-xs-10 {
        border-top-left-radius: 10px;
        border-bottom-left-radius: 10px;
    }
    .borderr-xs-15 {
        border-radius: 15px;
    }
    .borderr-t-xs-15 {
        border-top-left-radius: 15px;
        border-top-right-radius: 15px;
    }
    .borderr-r-xs-15 {
        border-top-right-radius: 15px;
        border-bottom-right-radius: 15px;
    }
    .borderr-b-xs-15 {
        border-bottom-left-radius: 15px;
        border-bottom-right-radius: 15px;
    }
    .borderr-l-xs-15 {
        border-top-left-radius: 15px;
        border-bottom-left-radius: 15px;
    }
    .borderr-xs-20 {
        border-radius: 20px;
    }
    .borderr-t-xs-20 {
        border-top-left-radius: 20px;
        border-top-right-radius: 20px;
    }
    .borderr-r-xs-20 {
        border-top-right-radius: 20px;
        border-bottom-right-radius: 20px;
    }
    .borderr-b-xs-20 {
        border-bottom-left-radius: 20px;
        border-bottom-right-radius: 20px;
    }
    .borderr-l-xs-20 {
        border-top-left-radius: 20px;
        border-bottom-left-radius: 20px;
    }
}
@media (min-width: 769px) {
    .borderc-sm-darkgrey {
        border-color: #68596e;
    }
    .borderc-sm-grey {
        border-color: #afa2ba;
    }
    .borderc-sm-lightgrey {
        border-color: #dfdae4;
    }
    .borderc-sm-lightergrey {
        border-color: #f8f7fc;
    }
    .borderc-sm-white {
        border-color: #fff;
    }
    .borderc-sm-lightergreen {
        border-color: #33cf9f;
    }
    .borderc-sm-lightgreen {
        border-color: #2dc495;
    }
    .borderc-sm-shinegreen {
        border-color: #01dfa1;
    }
    .borderc-sm-green {
        border-color: #42cda1;
    }
    .borderc-sm-darkgreen {
        border-color: #369993;
    }
    .borderc-sm-blue {
        border-color: #69c1ff;
    }
    .borderc-sm-bluegreen {
        border-color: #3bd3d7;
    }
    .borderc-sm-purple {
        border-color: #907feb;
    }
    .borderc-sm-darkpurple {
        border-color: #7b61ce;
    }
    .borderc-sm-tomato {
        border-color: #f45459;
    }
    .borderc-sm-darktomato {
        border-color: #d44144;
    }
    .borderc-sm-yellow {
        border-color: #ffd803;
    }
    .borderc-sm-darkyellow {
        border-color: #e29d00;
    }
    .borderc-sm-mustard {
        border-color: #feb800;
    }
    .borderc-sm-orange {
        border-color: #feae00;
    }
    .borderc-sm-pink {
        border-color: #ff2f63;
    }
    .borderc-sm-darkblack {
        border-color: #171524;
    }
    .borderc-sm-black {
        border-color: #221e33;
    }
    .borderc-sm-realblack {
        border-color: #000;
    }
    .borderw-sm-0 {
        border-width: 0;
    }
    .borderw-t-sm-0 {
        border-top-width: 0;
    }
    .borderw-sm-1 {
        border-width: 1px;
    }
    .borderw-t-sm-1 {
        border-top-width: 1px;
    }
    .borderw-sm-2 {
        border-width: 2px;
    }
    .borderw-t-sm-2 {
        border-top-width: 2px;
    }
    .borderw-sm-3 {
        border-width: 3px;
    }
    .borderw-t-sm-3 {
        border-top-width: 3px;
    }
    .borderr-sm-0 {
        border-radius: 0;
    }
    .borderr-t-sm-0 {
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }
    .borderr-r-sm-0 {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }
    .borderr-b-sm-0 {
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
    }
    .borderr-l-sm-0 {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }
    .borderr-sm-10 {
        border-radius: 10px;
    }
    .borderr-t-sm-10 {
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
    }
    .borderr-r-sm-10 {
        border-top-right-radius: 10px;
        border-bottom-right-radius: 10px;
    }
    .borderr-b-sm-10 {
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
    }
    .borderr-l-sm-10 {
        border-top-left-radius: 10px;
        border-bottom-left-radius: 10px;
    }
    .borderr-sm-15 {
        border-radius: 15px;
    }
    .borderr-t-sm-15 {
        border-top-left-radius: 15px;
        border-top-right-radius: 15px;
    }
    .borderr-r-sm-15 {
        border-top-right-radius: 15px;
        border-bottom-right-radius: 15px;
    }
    .borderr-b-sm-15 {
        border-bottom-left-radius: 15px;
        border-bottom-right-radius: 15px;
    }
    .borderr-l-sm-15 {
        border-top-left-radius: 15px;
        border-bottom-left-radius: 15px;
    }
    .borderr-sm-20 {
        border-radius: 20px;
    }
    .borderr-t-sm-20 {
        border-top-left-radius: 20px;
        border-top-right-radius: 20px;
    }
    .borderr-r-sm-20 {
        border-top-right-radius: 20px;
        border-bottom-right-radius: 20px;
    }
    .borderr-b-sm-20 {
        border-bottom-left-radius: 20px;
        border-bottom-right-radius: 20px;
    }
    .borderr-l-sm-20 {
        border-top-left-radius: 20px;
        border-bottom-left-radius: 20px;
    }
}
@media (min-width: 990px) {
    .borderc-md-darkgrey {
        border-color: #68596e;
    }
    .borderc-md-grey {
        border-color: #afa2ba;
    }
    .borderc-md-lightgrey {
        border-color: #dfdae4;
    }
    .borderc-md-lightergrey {
        border-color: #f8f7fc;
    }
    .borderc-md-white {
        border-color: #fff;
    }
    .borderc-md-lightergreen {
        border-color: #33cf9f;
    }
    .borderc-md-lightgreen {
        border-color: #2dc495;
    }
    .borderc-md-shinegreen {
        border-color: #01dfa1;
    }
    .borderc-md-green {
        border-color: #42cda1;
    }
    .borderc-md-darkgreen {
        border-color: #369993;
    }
    .borderc-md-blue {
        border-color: #69c1ff;
    }
    .borderc-md-bluegreen {
        border-color: #3bd3d7;
    }
    .borderc-md-purple {
        border-color: #907feb;
    }
    .borderc-md-darkpurple {
        border-color: #7b61ce;
    }
    .borderc-md-tomato {
        border-color: #f45459;
    }
    .borderc-md-darktomato {
        border-color: #d44144;
    }
    .borderc-md-yellow {
        border-color: #ffd803;
    }
    .borderc-md-darkyellow {
        border-color: #e29d00;
    }
    .borderc-md-mustard {
        border-color: #feb800;
    }
    .borderc-md-orange {
        border-color: #feae00;
    }
    .borderc-md-pink {
        border-color: #ff2f63;
    }
    .borderc-md-darkblack {
        border-color: #171524;
    }
    .borderc-md-black {
        border-color: #221e33;
    }
    .borderc-md-realblack {
        border-color: #000;
    }
    .borderw-md-0 {
        border-width: 0;
    }
    .borderw-t-md-0 {
        border-top-width: 0;
    }
    .borderw-md-1 {
        border-width: 1px;
    }
    .borderw-t-md-1 {
        border-top-width: 1px;
    }
    .borderw-md-2 {
        border-width: 2px;
    }
    .borderw-t-md-2 {
        border-top-width: 2px;
    }
    .borderw-md-3 {
        border-width: 3px;
    }
    .borderw-t-md-3 {
        border-top-width: 3px;
    }
    .borderr-md-0 {
        border-radius: 0;
    }
    .borderr-t-md-0 {
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }
    .borderr-r-md-0 {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }
    .borderr-b-md-0 {
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
    }
    .borderr-l-md-0 {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }
    .borderr-md-10 {
        border-radius: 10px;
    }
    .borderr-t-md-10 {
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
    }
    .borderr-r-md-10 {
        border-top-right-radius: 10px;
        border-bottom-right-radius: 10px;
    }
    .borderr-b-md-10 {
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
    }
    .borderr-l-md-10 {
        border-top-left-radius: 10px;
        border-bottom-left-radius: 10px;
    }
    .borderr-md-15 {
        border-radius: 15px;
    }
    .borderr-t-md-15 {
        border-top-left-radius: 15px;
        border-top-right-radius: 15px;
    }
    .borderr-r-md-15 {
        border-top-right-radius: 15px;
        border-bottom-right-radius: 15px;
    }
    .borderr-b-md-15 {
        border-bottom-left-radius: 15px;
        border-bottom-right-radius: 15px;
    }
    .borderr-l-md-15 {
        border-top-left-radius: 15px;
        border-bottom-left-radius: 15px;
    }
    .borderr-md-20 {
        border-radius: 20px;
    }
    .borderr-t-md-20 {
        border-top-left-radius: 20px;
        border-top-right-radius: 20px;
    }
    .borderr-r-md-20 {
        border-top-right-radius: 20px;
        border-bottom-right-radius: 20px;
    }
    .borderr-b-md-20 {
        border-bottom-left-radius: 20px;
        border-bottom-right-radius: 20px;
    }
    .borderr-l-md-20 {
        border-top-left-radius: 20px;
        border-bottom-left-radius: 20px;
    }
}
@media (min-width: 1225px) {
    .borderc-lg-darkgrey {
        border-color: #68596e;
    }
    .borderc-lg-grey {
        border-color: #afa2ba;
    }
    .borderc-lg-lightgrey {
        border-color: #dfdae4;
    }
    .borderc-lg-lightergrey {
        border-color: #f8f7fc;
    }
    .borderc-lg-white {
        border-color: #fff;
    }
    .borderc-lg-lightergreen {
        border-color: #33cf9f;
    }
    .borderc-lg-lightgreen {
        border-color: #2dc495;
    }
    .borderc-lg-shinegreen {
        border-color: #01dfa1;
    }
    .borderc-lg-green {
        border-color: #42cda1;
    }
    .borderc-lg-darkgreen {
        border-color: #369993;
    }
    .borderc-lg-blue {
        border-color: #69c1ff;
    }
    .borderc-lg-bluegreen {
        border-color: #3bd3d7;
    }
    .borderc-lg-purple {
        border-color: #907feb;
    }
    .borderc-lg-darkpurple {
        border-color: #7b61ce;
    }
    .borderc-lg-tomato {
        border-color: #f45459;
    }
    .borderc-lg-darktomato {
        border-color: #d44144;
    }
    .borderc-lg-yellow {
        border-color: #ffd803;
    }
    .borderc-lg-darkyellow {
        border-color: #e29d00;
    }
    .borderc-lg-mustard {
        border-color: #feb800;
    }
    .borderc-lg-orange {
        border-color: #feae00;
    }
    .borderc-lg-pink {
        border-color: #ff2f63;
    }
    .borderc-lg-darkblack {
        border-color: #171524;
    }
    .borderc-lg-black {
        border-color: #221e33;
    }
    .borderc-lg-realblack {
        border-color: #000;
    }
    .borderw-lg-0 {
        border-width: 0;
    }
    .borderw-t-lg-0 {
        border-top-width: 0;
    }
    .borderw-lg-1 {
        border-width: 1px;
    }
    .borderw-t-lg-1 {
        border-top-width: 1px;
    }
    .borderw-lg-2 {
        border-width: 2px;
    }
    .borderw-t-lg-2 {
        border-top-width: 2px;
    }
    .borderw-lg-3 {
        border-width: 3px;
    }
    .borderw-t-lg-3 {
        border-top-width: 3px;
    }
    .borderr-lg-0 {
        border-radius: 0;
    }
    .borderr-t-lg-0 {
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }
    .borderr-r-lg-0 {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }
    .borderr-b-lg-0 {
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
    }
    .borderr-l-lg-0 {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }
    .borderr-lg-10 {
        border-radius: 10px;
    }
    .borderr-t-lg-10 {
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
    }
    .borderr-r-lg-10 {
        border-top-right-radius: 10px;
        border-bottom-right-radius: 10px;
    }
    .borderr-b-lg-10 {
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
    }
    .borderr-l-lg-10 {
        border-top-left-radius: 10px;
        border-bottom-left-radius: 10px;
    }
    .borderr-lg-15 {
        border-radius: 15px;
    }
    .borderr-t-lg-15 {
        border-top-left-radius: 15px;
        border-top-right-radius: 15px;
    }
    .borderr-r-lg-15 {
        border-top-right-radius: 15px;
        border-bottom-right-radius: 15px;
    }
    .borderr-b-lg-15 {
        border-bottom-left-radius: 15px;
        border-bottom-right-radius: 15px;
    }
    .borderr-l-lg-15 {
        border-top-left-radius: 15px;
        border-bottom-left-radius: 15px;
    }
    .borderr-lg-20 {
        border-radius: 20px;
    }
    .borderr-t-lg-20 {
        border-top-left-radius: 20px;
        border-top-right-radius: 20px;
    }
    .borderr-r-lg-20 {
        border-top-right-radius: 20px;
        border-bottom-right-radius: 20px;
    }
    .borderr-b-lg-20 {
        border-bottom-left-radius: 20px;
        border-bottom-right-radius: 20px;
    }
    .borderr-l-lg-20 {
        border-top-left-radius: 20px;
        border-bottom-left-radius: 20px;
    }
}
@media (min-width: 1460px) {
    .borderc-xl-darkgrey {
        border-color: #68596e;
    }
    .borderc-xl-grey {
        border-color: #afa2ba;
    }
    .borderc-xl-lightgrey {
        border-color: #dfdae4;
    }
    .borderc-xl-lightergrey {
        border-color: #f8f7fc;
    }
    .borderc-xl-white {
        border-color: #fff;
    }
    .borderc-xl-lightergreen {
        border-color: #33cf9f;
    }
    .borderc-xl-lightgreen {
        border-color: #2dc495;
    }
    .borderc-xl-shinegreen {
        border-color: #01dfa1;
    }
    .borderc-xl-green {
        border-color: #42cda1;
    }
    .borderc-xl-darkgreen {
        border-color: #369993;
    }
    .borderc-xl-blue {
        border-color: #69c1ff;
    }
    .borderc-xl-bluegreen {
        border-color: #3bd3d7;
    }
    .borderc-xl-purple {
        border-color: #907feb;
    }
    .borderc-xl-darkpurple {
        border-color: #7b61ce;
    }
    .borderc-xl-tomato {
        border-color: #f45459;
    }
    .borderc-xl-darktomato {
        border-color: #d44144;
    }
    .borderc-xl-yellow {
        border-color: #ffd803;
    }
    .borderc-xl-darkyellow {
        border-color: #e29d00;
    }
    .borderc-xl-mustard {
        border-color: #feb800;
    }
    .borderc-xl-orange {
        border-color: #feae00;
    }
    .borderc-xl-pink {
        border-color: #ff2f63;
    }
    .borderc-xl-darkblack {
        border-color: #171524;
    }
    .borderc-xl-black {
        border-color: #221e33;
    }
    .borderc-xl-realblack {
        border-color: #000;
    }
    .borderw-xl-0 {
        border-width: 0;
    }
    .borderw-t-xl-0 {
        border-top-width: 0;
    }
    .borderw-xl-1 {
        border-width: 1px;
    }
    .borderw-t-xl-1 {
        border-top-width: 1px;
    }
    .borderw-xl-2 {
        border-width: 2px;
    }
    .borderw-t-xl-2 {
        border-top-width: 2px;
    }
    .borderw-xl-3 {
        border-width: 3px;
    }
    .borderw-t-xl-3 {
        border-top-width: 3px;
    }
    .borderr-xl-0 {
        border-radius: 0;
    }
    .borderr-t-xl-0 {
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }
    .borderr-r-xl-0 {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }
    .borderr-b-xl-0 {
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
    }
    .borderr-l-xl-0 {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }
    .borderr-xl-10 {
        border-radius: 10px;
    }
    .borderr-t-xl-10 {
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
    }
    .borderr-r-xl-10 {
        border-top-right-radius: 10px;
        border-bottom-right-radius: 10px;
    }
    .borderr-b-xl-10 {
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
    }
    .borderr-l-xl-10 {
        border-top-left-radius: 10px;
        border-bottom-left-radius: 10px;
    }
    .borderr-xl-15 {
        border-radius: 15px;
    }
    .borderr-t-xl-15 {
        border-top-left-radius: 15px;
        border-top-right-radius: 15px;
    }
    .borderr-r-xl-15 {
        border-top-right-radius: 15px;
        border-bottom-right-radius: 15px;
    }
    .borderr-b-xl-15 {
        border-bottom-left-radius: 15px;
        border-bottom-right-radius: 15px;
    }
    .borderr-l-xl-15 {
        border-top-left-radius: 15px;
        border-bottom-left-radius: 15px;
    }
    .borderr-xl-20 {
        border-radius: 20px;
    }
    .borderr-t-xl-20 {
        border-top-left-radius: 20px;
        border-top-right-radius: 20px;
    }
    .borderr-r-xl-20 {
        border-top-right-radius: 20px;
        border-bottom-right-radius: 20px;
    }
    .borderr-b-xl-20 {
        border-bottom-left-radius: 20px;
        border-bottom-right-radius: 20px;
    }
    .borderr-l-xl-20 {
        border-top-left-radius: 20px;
        border-bottom-left-radius: 20px;
    }
}
.borders-dashed {
    border-style: dashed;
}
.borders-dotted {
    border-style: dotted;
}
.borders-solid {
    border-style: solid;
}
.borders-double {
    border-style: double;
}
.border-circle {
    border-radius: 50%;
}
.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-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: 480px) {
    .d-xs-none {
        display: none !important;
    }
    .d-xs-inline {
        display: inline !important;
    }
    .d-xs-inline-block {
        display: inline-block !important;
    }
    .d-xs-block {
        display: block !important;
    }
    .d-xs-table {
        display: table !important;
    }
    .d-xs-table-cell {
        display: table-cell !important;
    }
    .d-xs-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }
    .d-xs-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}
@media (min-width: 769px) {
    .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-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: 990px) {
    .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-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: 1225px) {
    .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-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: 1460px) {
    .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-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;
    }
}
.d-print-block {
    display: none !important;
}
@media print {
    .d-print-block {
        display: block !important;
    }
}
.d-print-inline {
    display: none !important;
}
@media print {
    .d-print-inline {
        display: inline !important;
    }
}
.d-print-inline-block {
    display: none !important;
}
@media print {
    .d-print-inline-block {
        display: inline-block !important;
    }
}
@media print {
    .d-print-none {
        display: none !important;
    }
}
.flex-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
}
.flex-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
}
.flex-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
}
.flex-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !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;
}
.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;
    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;
    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;
    align-self: stretch !important;
}
@media (min-width: 480px) {
    .flex-xs-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }
    .flex-xs-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }
    .flex-xs-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }
    .flex-xs-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }
    .flex-xs-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }
    .flex-xs-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }
    .flex-xs-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }
    .justify-content-xs-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }
    .justify-content-xs-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }
    .justify-content-xs-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }
    .justify-content-xs-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }
    .justify-content-xs-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }
    .align-items-xs-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }
    .align-items-xs-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }
    .align-items-xs-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important;
    }
    .align-items-xs-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }
    .align-items-xs-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }
    .align-content-xs-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }
    .align-content-xs-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }
    .align-content-xs-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }
    .align-content-xs-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }
    .align-content-xs-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }
    .align-content-xs-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }
    .align-self-xs-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important;
    }
    .align-self-xs-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }
    .align-self-xs-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }
    .align-self-xs-center {
        -ms-flex-item-align: center !important;
        align-self: center !important;
    }
    .align-self-xs-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }
    .align-self-xs-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
    }
}
@media (min-width: 769px) {
    .flex-sm-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }
    .flex-sm-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !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;
    }
    .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;
        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;
        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;
        align-self: stretch !important;
    }
}
@media (min-width: 990px) {
    .flex-md-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }
    .flex-md-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !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;
    }
    .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;
        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;
        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;
        align-self: stretch !important;
    }
}
@media (min-width: 1225px) {
    .flex-lg-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }
    .flex-lg-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !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;
    }
    .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;
        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;
        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;
        align-self: stretch !important;
    }
}
@media (min-width: 1460px) {
    .flex-xl-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }
    .flex-xl-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !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;
    }
    .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;
        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;
        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;
        align-self: stretch !important;
    }
}
.float-left {
    float: left !important;
}
.float-right {
    float: right !important;
}
.float-none {
    float: none !important;
}
@media (min-width: 480px) {
    .float-xs-left {
        float: left !important;
    }
    .float-xs-right {
        float: right !important;
    }
    .float-xs-none {
        float: none !important;
    }
}
@media (min-width: 769px) {
    .float-sm-left {
        float: left !important;
    }
    .float-sm-right {
        float: right !important;
    }
    .float-sm-none {
        float: none !important;
    }
}
@media (min-width: 990px) {
    .float-md-left {
        float: left !important;
    }
    .float-md-right {
        float: right !important;
    }
    .float-md-none {
        float: none !important;
    }
}
@media (min-width: 1225px) {
    .float-lg-left {
        float: left !important;
    }
    .float-lg-right {
        float: right !important;
    }
    .float-lg-none {
        float: none !important;
    }
}
@media (min-width: 1460px) {
    .float-xl-left {
        float: left !important;
    }
    .float-xl-right {
        float: right !important;
    }
    .float-xl-none {
        float: none !important;
    }
}
.fsize-65 {
    font-size: 65px;
}
.fsize-45 {
    font-size: 45px;
}
.fsize-35 {
    font-size: 35px;
}
.fsize-30 {
    font-size: 30px;
}
.fsize-26 {
    font-size: 26px;
}
.fsize-24 {
    font-size: 24px;
}
.fsize-22 {
    font-size: 22px;
}
.fsize-20 {
    font-size: 20px;
}
.fsize-16 {
    font-size: 16px;
}
.fsize-18 {
    font-size: 18px;
}
.fsize-15 {
    font-size: 15px;
}
.fsize-14 {
    font-size: 14px;
}
.fsize-13 {
    font-size: 13px;
}
.fsize-12 {
    font-size: 12px;
}
.fsize-11 {
    font-size: 11px;
}
.fsize-10 {
    font-size: 10px;
}
.fsize-7 {
    font-size: 7px;
}
@media (min-width: 480px) {
    .fsize-xs-65 {
        font-size: 65px;
    }
    .fsize-xs-45 {
        font-size: 45px;
    }
    .fsize-xs-35 {
        font-size: 35px;
    }
    .fsize-xs-30 {
        font-size: 30px;
    }
    .fsize-xs-26 {
        font-size: 26px;
    }
    .fsize-xs-24 {
        font-size: 24px;
    }
    .fsize-xs-22 {
        font-size: 22px;
    }
    .fsize-xs-20 {
        font-size: 20px;
    }
    .fsize-xs-16 {
        font-size: 16px;
    }
    .fsize-xs-18 {
        font-size: 18px;
    }
    .fsize-xs-15 {
        font-size: 15px;
    }
    .fsize-xs-14 {
        font-size: 14px;
    }
    .fsize-xs-13 {
        font-size: 13px;
    }
    .fsize-xs-12 {
        font-size: 12px;
    }
    .fsize-xs-11 {
        font-size: 11px;
    }
    .fsize-xs-10 {
        font-size: 10px;
    }
    .fsize-xs-7 {
        font-size: 7px;
    }
}
@media (min-width: 769px) {
    .fsize-sm-65 {
        font-size: 65px;
    }
    .fsize-sm-45 {
        font-size: 45px;
    }
    .fsize-sm-35 {
        font-size: 35px;
    }
    .fsize-sm-30 {
        font-size: 30px;
    }
    .fsize-sm-26 {
        font-size: 26px;
    }
    .fsize-sm-24 {
        font-size: 24px;
    }
    .fsize-sm-22 {
        font-size: 22px;
    }
    .fsize-sm-20 {
        font-size: 20px;
    }
    .fsize-sm-16 {
        font-size: 16px;
    }
    .fsize-sm-18 {
        font-size: 18px;
    }
    .fsize-sm-15 {
        font-size: 15px;
    }
    .fsize-sm-14 {
        font-size: 14px;
    }
    .fsize-sm-13 {
        font-size: 13px;
    }
    .fsize-sm-12 {
        font-size: 12px;
    }
    .fsize-sm-11 {
        font-size: 11px;
    }
    .fsize-sm-10 {
        font-size: 10px;
    }
    .fsize-sm-7 {
        font-size: 7px;
    }
}
@media (min-width: 990px) {
    .fsize-md-65 {
        font-size: 65px;
    }
    .fsize-md-45 {
        font-size: 45px;
    }
    .fsize-md-35 {
        font-size: 35px;
    }
    .fsize-md-30 {
        font-size: 30px;
    }
    .fsize-md-26 {
        font-size: 26px;
    }
    .fsize-md-24 {
        font-size: 24px;
    }
    .fsize-md-22 {
        font-size: 22px;
    }
    .fsize-md-20 {
        font-size: 20px;
    }
    .fsize-md-16 {
        font-size: 16px;
    }
    .fsize-md-18 {
        font-size: 18px;
    }
    .fsize-md-15 {
        font-size: 15px;
    }
    .fsize-md-14 {
        font-size: 14px;
    }
    .fsize-md-13 {
        font-size: 13px;
    }
    .fsize-md-12 {
        font-size: 12px;
    }
    .fsize-md-11 {
        font-size: 11px;
    }
    .fsize-md-10 {
        font-size: 10px;
    }
    .fsize-md-7 {
        font-size: 7px;
    }
}
@media (min-width: 1225px) {
    .fsize-lg-65 {
        font-size: 65px;
    }
    .fsize-lg-45 {
        font-size: 45px;
    }
    .fsize-lg-35 {
        font-size: 35px;
    }
    .fsize-lg-30 {
        font-size: 30px;
    }
    .fsize-lg-26 {
        font-size: 26px;
    }
    .fsize-lg-24 {
        font-size: 24px;
    }
    .fsize-lg-22 {
        font-size: 22px;
    }
    .fsize-lg-20 {
        font-size: 20px;
    }
    .fsize-lg-16 {
        font-size: 16px;
    }
    .fsize-lg-18 {
        font-size: 18px;
    }
    .fsize-lg-15 {
        font-size: 15px;
    }
    .fsize-lg-14 {
        font-size: 14px;
    }
    .fsize-lg-13 {
        font-size: 13px;
    }
    .fsize-lg-12 {
        font-size: 12px;
    }
    .fsize-lg-11 {
        font-size: 11px;
    }
    .fsize-lg-10 {
        font-size: 10px;
    }
    .fsize-lg-7 {
        font-size: 7px;
    }
}
@media (min-width: 1460px) {
    .fsize-xl-65 {
        font-size: 65px;
    }
    .fsize-xl-45 {
        font-size: 45px;
    }
    .fsize-xl-35 {
        font-size: 35px;
    }
    .fsize-xl-30 {
        font-size: 30px;
    }
    .fsize-xl-26 {
        font-size: 26px;
    }
    .fsize-xl-24 {
        font-size: 24px;
    }
    .fsize-xl-22 {
        font-size: 22px;
    }
    .fsize-xl-20 {
        font-size: 20px;
    }
    .fsize-xl-16 {
        font-size: 16px;
    }
    .fsize-xl-18 {
        font-size: 18px;
    }
    .fsize-xl-15 {
        font-size: 15px;
    }
    .fsize-xl-14 {
        font-size: 14px;
    }
    .fsize-xl-13 {
        font-size: 13px;
    }
    .fsize-xl-12 {
        font-size: 12px;
    }
    .fsize-xl-11 {
        font-size: 11px;
    }
    .fsize-xl-10 {
        font-size: 10px;
    }
    .fsize-xl-7 {
        font-size: 7px;
    }
}
.pos-relative {
    position: relative;
}
.pos-absolute {
    position: absolute;
}
.pos-fixed {
    position: fixed;
}
.pos-sticky {
    position: -webkit-sticky;
    position: sticky;
}
.pos-top {
    top: 0;
}
.pos-left {
    left: 0;
}
.pos-right {
    right: 0;
}
.pos-bottom {
    bottom: 0;
}
.overflow-hidden {
    overflow: hidden;
}
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    overflow: visible;
    clip: auto;
    white-space: normal;
    -webkit-clip-path: none;
    clip-path: none;
}
.w-25 {
    width: 25%;
}
.w-50 {
    width: 50%;
}
.w-75 {
    width: 75%;
}
.w-100 {
    width: 100%;
}
.h-25 {
    height: 25%;
}
.h-50 {
    height: 50%;
}
.h-75 {
    height: 75%;
}
.h-100 {
    height: 100%;
}
.mw-100 {
    max-width: 100%;
}
.mh-100 {
    max-height: 100%;
}
.m-100 {
    margin: 100px;
}
.mt-100 {
    margin-top: 100px;
}
.mr-100 {
    margin-right: 100px;
}
.mb-100 {
    margin-bottom: 100px;
}
.ml-100 {
    margin-left: 100px;
}
.mx-100 {
    margin-right: 100px;
    margin-left: 100px;
}
.my-100 {
    margin-top: 100px;
    margin-bottom: 100px;
}
.m-90 {
    margin: 90px;
}
.mt-90 {
    margin-top: 90px;
}
.mr-90 {
    margin-right: 90px;
}
.mb-90 {
    margin-bottom: 90px;
}
.ml-90 {
    margin-left: 90px;
}
.mx-90 {
    margin-right: 90px;
    margin-left: 90px;
}
.my-90 {
    margin-top: 90px;
    margin-bottom: 90px;
}
.m-85 {
    margin: 85px;
}
.mt-85 {
    margin-top: 85px;
}
.mr-85 {
    margin-right: 85px;
}
.mb-85 {
    margin-bottom: 85px;
}
.ml-85 {
    margin-left: 85px;
}
.mx-85 {
    margin-right: 85px;
    margin-left: 85px;
}
.my-85 {
    margin-top: 85px;
    margin-bottom: 85px;
}
.m-80 {
    margin: 80px;
}
.mt-80 {
    margin-top: 80px;
}
.mr-80 {
    margin-right: 80px;
}
.mb-80 {
    margin-bottom: 80px;
}
.ml-80 {
    margin-left: 80px;
}
.mx-80 {
    margin-right: 80px;
    margin-left: 80px;
}
.my-80 {
    margin-top: 80px;
    margin-bottom: 80px;
}
.m-70 {
    margin: 70px;
}
.mt-70 {
    margin-top: 70px;
}
.mr-70 {
    margin-right: 70px;
}
.mb-70 {
    margin-bottom: 70px;
}
.ml-70 {
    margin-left: 70px;
}
.mx-70 {
    margin-right: 70px;
    margin-left: 70px;
}
.my-70 {
    margin-top: 70px;
    margin-bottom: 70px;
}
.m-65 {
    margin: 65px;
}
.mt-65 {
    margin-top: 65px;
}
.mr-65 {
    margin-right: 65px;
}
.mb-65 {
    margin-bottom: 65px;
}
.ml-65 {
    margin-left: 65px;
}
.mx-65 {
    margin-right: 65px;
    margin-left: 65px;
}
.my-65 {
    margin-top: 65px;
    margin-bottom: 65px;
}
.m-60 {
    margin: 60px;
}
.mt-60 {
    margin-top: 60px;
}
.mr-60 {
    margin-right: 60px;
}
.mb-60 {
    margin-bottom: 60px;
}
.ml-60 {
    margin-left: 60px;
}
.mx-60 {
    margin-right: 60px;
    margin-left: 60px;
}
.my-60 {
    margin-top: 60px;
    margin-bottom: 60px;
}
.m-50 {
    margin: 50px;
}
.mt-50 {
    margin-top: 50px;
}
.mr-50 {
    margin-right: 50px;
}
.mb-50 {
    margin-bottom: 50px;
}
.ml-50 {
    margin-left: 50px;
}
.mx-50 {
    margin-right: 50px;
    margin-left: 50px;
}
.my-50 {
    margin-top: 50px;
    margin-bottom: 50px;
}
.m-40 {
    margin: 40px;
}
.mt-40 {
    margin-top: 40px;
}
.mr-40 {
    margin-right: 40px;
}
.mb-40 {
    margin-bottom: 40px;
}
.ml-40 {
    margin-left: 40px;
}
.mx-40 {
    margin-right: 40px;
    margin-left: 40px;
}
.my-40 {
    margin-top: 40px;
    margin-bottom: 40px;
}
.m-35 {
    margin: 35px;
}
.mt-35 {
    margin-top: 35px;
}
.mr-35 {
    margin-right: 35px;
}
.mb-35 {
    margin-bottom: 35px;
}
.ml-35 {
    margin-left: 35px;
}
.mx-35 {
    margin-right: 35px;
    margin-left: 35px;
}
.my-35 {
    margin-top: 35px;
    margin-bottom: 35px;
}
.m-30 {
    margin: 30px;
}
.mt-30 {
    margin-top: 30px;
}
.mr-30 {
    margin-right: 30px;
}
.mb-30 {
    margin-bottom: 30px;
}
.ml-30 {
    margin-left: 30px;
}
.mx-30 {
    margin-right: 30px;
    margin-left: 30px;
}
.my-30 {
    margin-top: 30px;
    margin-bottom: 30px;
}
.m-20 {
    margin: 20px;
}
.mt-20 {
    margin-top: 20px;
}
.mr-20 {
    margin-right: 20px;
}
.mb-20 {
    margin-bottom: 20px;
}
.ml-20 {
    margin-left: 20px;
}
.mx-20 {
    margin-right: 20px;
    margin-left: 20px;
}
.my-20 {
    margin-top: 20px;
    margin-bottom: 20px;
}
.m-15 {
    margin: 15px;
}
.mt-15 {
    margin-top: 15px;
}
.mr-15 {
    margin-right: 15px;
}
.mb-15 {
    margin-bottom: 15px;
}
.ml-15 {
    margin-left: 15px;
}
.mx-15 {
    margin-right: 15px;
    margin-left: 15px;
}
.my-15 {
    margin-top: 15px;
    margin-bottom: 15px;
}
.m-10 {
    margin: 10px;
}
.mt-10 {
    margin-top: 10px;
}
.mr-10 {
    margin-right: 10px;
}
.mb-10 {
    margin-bottom: 10px;
}
.ml-10 {
    margin-left: 10px;
}
.mx-10 {
    margin-right: 10px;
    margin-left: 10px;
}
.my-10 {
    margin-top: 10px;
    margin-bottom: 10px;
}
.m-5 {
    margin: 5px;
}
.mt-5 {
    margin-top: 5px;
}
.mr-5 {
    margin-right: 5px;
}
.mb-5 {
    margin-bottom: 5px;
}
.ml-5 {
    margin-left: 5px;
}
.mx-5 {
    margin-right: 5px;
    margin-left: 5px;
}
.my-5 {
    margin-top: 5px;
    margin-bottom: 5px;
}
.m-0 {
    margin: 0;
}
.mt-0 {
    margin-top: 0;
}
.mr-0 {
    margin-right: 0;
}
.mb-0 {
    margin-bottom: 0;
}
.ml-0 {
    margin-left: 0;
}
.mx-0 {
    margin-right: 0;
    margin-left: 0;
}
.my-0 {
    margin-top: 0;
    margin-bottom: 0;
}
.p-100 {
    padding: 100px;
}
.pt-100 {
    padding-top: 100px;
}
.pr-100 {
    padding-right: 100px;
}
.pb-100 {
    padding-bottom: 100px;
}
.pl-100 {
    padding-left: 100px;
}
.px-100 {
    padding-right: 100px;
    padding-left: 100px;
}
.py-100 {
    padding-top: 100px;
    padding-bottom: 100px;
}
.p-90 {
    padding: 90px;
}
.pt-90 {
    padding-top: 90px;
}
.pr-90 {
    padding-right: 90px;
}
.pb-90 {
    padding-bottom: 90px;
}
.pl-90 {
    padding-left: 90px;
}
.px-90 {
    padding-right: 90px;
    padding-left: 90px;
}
.py-90 {
    padding-top: 90px;
    padding-bottom: 90px;
}
.p-85 {
    padding: 85px;
}
.pt-85 {
    padding-top: 85px;
}
.pr-85 {
    padding-right: 85px;
}
.pb-85 {
    padding-bottom: 85px;
}
.pl-85 {
    padding-left: 85px;
}
.px-85 {
    padding-right: 85px;
    padding-left: 85px;
}
.py-85 {
    padding-top: 85px;
    padding-bottom: 85px;
}
.p-80 {
    padding: 80px;
}
.pt-80 {
    padding-top: 80px;
}
.pr-80 {
    padding-right: 80px;
}
.pb-80 {
    padding-bottom: 80px;
}
.pl-80 {
    padding-left: 80px;
}
.px-80 {
    padding-right: 80px;
    padding-left: 80px;
}
.py-80 {
    padding-top: 80px;
    padding-bottom: 80px;
}
.p-70 {
    padding: 70px;
}
.pt-70 {
    padding-top: 70px;
}
.pr-70 {
    padding-right: 70px;
}
.pb-70 {
    padding-bottom: 70px;
}
.pl-70 {
    padding-left: 70px;
}
.px-70 {
    padding-right: 70px;
    padding-left: 70px;
}
.py-70 {
    padding-top: 70px;
    padding-bottom: 70px;
}
.p-65 {
    padding: 65px;
}
.pt-65 {
    padding-top: 65px;
}
.pr-65 {
    padding-right: 65px;
}
.pb-65 {
    padding-bottom: 65px;
}
.pl-65 {
    padding-left: 65px;
}
.px-65 {
    padding-right: 65px;
    padding-left: 65px;
}
.py-65 {
    padding-top: 65px;
    padding-bottom: 65px;
}
.p-60 {
    padding: 60px;
}
.pt-60 {
    padding-top: 60px;
}
.pr-60 {
    padding-right: 60px;
}
.pb-60 {
    padding-bottom: 60px;
}
.pl-60 {
    padding-left: 60px;
}
.px-60 {
    padding-right: 60px;
    padding-left: 60px;
}
.py-60 {
    padding-top: 60px;
    padding-bottom: 60px;
}
.p-50 {
    padding: 50px;
}
.pt-50 {
    padding-top: 50px;
}
.pr-50 {
    padding-right: 50px;
}
.pb-50 {
    padding-bottom: 50px;
}
.pl-50 {
    padding-left: 50px;
}
.px-50 {
    padding-right: 50px;
    padding-left: 50px;
}
.py-50 {
    padding-top: 50px;
    padding-bottom: 50px;
}
.p-40 {
    padding: 40px;
}
.pt-40 {
    padding-top: 40px;
}
.pr-40 {
    padding-right: 40px;
}
.pb-40 {
    padding-bottom: 40px;
}
.pl-40 {
    padding-left: 40px;
}
.px-40 {
    padding-right: 40px;
    padding-left: 40px;
}
.py-40 {
    padding-top: 40px;
    padding-bottom: 40px;
}
.p-35 {
    padding: 35px;
}
.pt-35 {
    padding-top: 35px;
}
.pr-35 {
    padding-right: 35px;
}
.pb-35 {
    padding-bottom: 35px;
}
.pl-35 {
    padding-left: 35px;
}
.px-35 {
    padding-right: 35px;
    padding-left: 35px;
}
.py-35 {
    padding-top: 35px;
    padding-bottom: 35px;
}
.p-30 {
    padding: 30px;
}
.pt-30 {
    padding-top: 30px;
}
.pr-30 {
    padding-right: 30px;
}
.pb-30 {
    padding-bottom: 30px;
}
.pl-30 {
    padding-left: 30px;
}
.px-30 {
    padding-right: 30px;
    padding-left: 30px;
}
.py-30 {
    padding-top: 30px;
    padding-bottom: 30px;
}
.p-20 {
    padding: 20px;
}
.pt-20 {
    padding-top: 20px;
}
.pr-20 {
    padding-right: 20px;
}
.pb-20 {
    padding-bottom: 20px;
}
.pl-20 {
    padding-left: 20px;
}
.px-20 {
    padding-right: 20px;
    padding-left: 20px;
}
.py-20 {
    padding-top: 20px;
    padding-bottom: 20px;
}
.p-15 {
    padding: 15px;
}
.pt-15 {
    padding-top: 15px;
}
.pr-15 {
    padding-right: 15px;
}
.pb-15 {
    padding-bottom: 15px;
}
.pl-15 {
    padding-left: 15px;
}
.px-15 {
    padding-right: 15px;
    padding-left: 15px;
}
.py-15 {
    padding-top: 15px;
    padding-bottom: 15px;
}
.p-10 {
    padding: 10px;
}
.pt-10 {
    padding-top: 10px;
}
.pr-10 {
    padding-right: 10px;
}
.pb-10 {
    padding-bottom: 10px;
}
.pl-10 {
    padding-left: 10px;
}
.px-10 {
    padding-right: 10px;
    padding-left: 10px;
}
.py-10 {
    padding-top: 10px;
    padding-bottom: 10px;
}
.p-5 {
    padding: 5px;
}
.pt-5 {
    padding-top: 5px;
}
.pr-5 {
    padding-right: 5px;
}
.pb-5 {
    padding-bottom: 5px;
}
.pl-5 {
    padding-left: 5px;
}
.px-5 {
    padding-right: 5px;
    padding-left: 5px;
}
.py-5 {
    padding-top: 5px;
    padding-bottom: 5px;
}
.p-0 {
    padding: 0;
}
.pt-0 {
    padding-top: 0;
}
.pr-0 {
    padding-right: 0;
}
.pb-0 {
    padding-bottom: 0;
}
.pl-0 {
    padding-left: 0;
}
.px-0 {
    padding-right: 0;
    padding-left: 0;
}
.py-0 {
    padding-top: 0;
    padding-bottom: 0;
}
.m-auto {
    margin: auto;
}
.mt-auto {
    margin-top: auto;
}
.mr-auto {
    margin-right: auto;
}
.mb-auto {
    margin-bottom: auto;
}
.ml-auto {
    margin-left: auto;
}
.mx-auto {
    margin-right: auto;
    margin-left: auto;
}
.my-auto {
    margin-top: auto;
    margin-bottom: auto;
}
@media (min-width: 480px) {
    .m-xs-100 {
        margin: 100px;
    }
    .mt-xs-100 {
        margin-top: 100px;
    }
    .mr-xs-100 {
        margin-right: 100px;
    }
    .mb-xs-100 {
        margin-bottom: 100px;
    }
    .ml-xs-100 {
        margin-left: 100px;
    }
    .mx-xs-100 {
        margin-right: 100px;
        margin-left: 100px;
    }
    .my-xs-100 {
        margin-top: 100px;
        margin-bottom: 100px;
    }
    .m-xs-90 {
        margin: 90px;
    }
    .mt-xs-90 {
        margin-top: 90px;
    }
    .mr-xs-90 {
        margin-right: 90px;
    }
    .mb-xs-90 {
        margin-bottom: 90px;
    }
    .ml-xs-90 {
        margin-left: 90px;
    }
    .mx-xs-90 {
        margin-right: 90px;
        margin-left: 90px;
    }
    .my-xs-90 {
        margin-top: 90px;
        margin-bottom: 90px;
    }
    .m-xs-85 {
        margin: 85px;
    }
    .mt-xs-85 {
        margin-top: 85px;
    }
    .mr-xs-85 {
        margin-right: 85px;
    }
    .mb-xs-85 {
        margin-bottom: 85px;
    }
    .ml-xs-85 {
        margin-left: 85px;
    }
    .mx-xs-85 {
        margin-right: 85px;
        margin-left: 85px;
    }
    .my-xs-85 {
        margin-top: 85px;
        margin-bottom: 85px;
    }
    .m-xs-80 {
        margin: 80px;
    }
    .mt-xs-80 {
        margin-top: 80px;
    }
    .mr-xs-80 {
        margin-right: 80px;
    }
    .mb-xs-80 {
        margin-bottom: 80px;
    }
    .ml-xs-80 {
        margin-left: 80px;
    }
    .mx-xs-80 {
        margin-right: 80px;
        margin-left: 80px;
    }
    .my-xs-80 {
        margin-top: 80px;
        margin-bottom: 80px;
    }
    .m-xs-70 {
        margin: 70px;
    }
    .mt-xs-70 {
        margin-top: 70px;
    }
    .mr-xs-70 {
        margin-right: 70px;
    }
    .mb-xs-70 {
        margin-bottom: 70px;
    }
    .ml-xs-70 {
        margin-left: 70px;
    }
    .mx-xs-70 {
        margin-right: 70px;
        margin-left: 70px;
    }
    .my-xs-70 {
        margin-top: 70px;
        margin-bottom: 70px;
    }
    .m-xs-65 {
        margin: 65px;
    }
    .mt-xs-65 {
        margin-top: 65px;
    }
    .mr-xs-65 {
        margin-right: 65px;
    }
    .mb-xs-65 {
        margin-bottom: 65px;
    }
    .ml-xs-65 {
        margin-left: 65px;
    }
    .mx-xs-65 {
        margin-right: 65px;
        margin-left: 65px;
    }
    .my-xs-65 {
        margin-top: 65px;
        margin-bottom: 65px;
    }
    .m-xs-60 {
        margin: 60px;
    }
    .mt-xs-60 {
        margin-top: 60px;
    }
    .mr-xs-60 {
        margin-right: 60px;
    }
    .mb-xs-60 {
        margin-bottom: 60px;
    }
    .ml-xs-60 {
        margin-left: 60px;
    }
    .mx-xs-60 {
        margin-right: 60px;
        margin-left: 60px;
    }
    .my-xs-60 {
        margin-top: 60px;
        margin-bottom: 60px;
    }
    .m-xs-50 {
        margin: 50px;
    }
    .mt-xs-50 {
        margin-top: 50px;
    }
    .mr-xs-50 {
        margin-right: 50px;
    }
    .mb-xs-50 {
        margin-bottom: 50px;
    }
    .ml-xs-50 {
        margin-left: 50px;
    }
    .mx-xs-50 {
        margin-right: 50px;
        margin-left: 50px;
    }
    .my-xs-50 {
        margin-top: 50px;
        margin-bottom: 50px;
    }
    .m-xs-40 {
        margin: 40px;
    }
    .mt-xs-40 {
        margin-top: 40px;
    }
    .mr-xs-40 {
        margin-right: 40px;
    }
    .mb-xs-40 {
        margin-bottom: 40px;
    }
    .ml-xs-40 {
        margin-left: 40px;
    }
    .mx-xs-40 {
        margin-right: 40px;
        margin-left: 40px;
    }
    .my-xs-40 {
        margin-top: 40px;
        margin-bottom: 40px;
    }
    .m-xs-35 {
        margin: 35px;
    }
    .mt-xs-35 {
        margin-top: 35px;
    }
    .mr-xs-35 {
        margin-right: 35px;
    }
    .mb-xs-35 {
        margin-bottom: 35px;
    }
    .ml-xs-35 {
        margin-left: 35px;
    }
    .mx-xs-35 {
        margin-right: 35px;
        margin-left: 35px;
    }
    .my-xs-35 {
        margin-top: 35px;
        margin-bottom: 35px;
    }
    .m-xs-30 {
        margin: 30px;
    }
    .mt-xs-30 {
        margin-top: 30px;
    }
    .mr-xs-30 {
        margin-right: 30px;
    }
    .mb-xs-30 {
        margin-bottom: 30px;
    }
    .ml-xs-30 {
        margin-left: 30px;
    }
    .mx-xs-30 {
        margin-right: 30px;
        margin-left: 30px;
    }
    .my-xs-30 {
        margin-top: 30px;
        margin-bottom: 30px;
    }
    .m-xs-20 {
        margin: 20px;
    }
    .mt-xs-20 {
        margin-top: 20px;
    }
    .mr-xs-20 {
        margin-right: 20px;
    }
    .mb-xs-20 {
        margin-bottom: 20px;
    }
    .ml-xs-20 {
        margin-left: 20px;
    }
    .mx-xs-20 {
        margin-right: 20px;
        margin-left: 20px;
    }
    .my-xs-20 {
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .m-xs-15 {
        margin: 15px;
    }
    .mt-xs-15 {
        margin-top: 15px;
    }
    .mr-xs-15 {
        margin-right: 15px;
    }
    .mb-xs-15 {
        margin-bottom: 15px;
    }
    .ml-xs-15 {
        margin-left: 15px;
    }
    .mx-xs-15 {
        margin-right: 15px;
        margin-left: 15px;
    }
    .my-xs-15 {
        margin-top: 15px;
        margin-bottom: 15px;
    }
    .m-xs-10 {
        margin: 10px;
    }
    .mt-xs-10 {
        margin-top: 10px;
    }
    .mr-xs-10 {
        margin-right: 10px;
    }
    .mb-xs-10 {
        margin-bottom: 10px;
    }
    .ml-xs-10 {
        margin-left: 10px;
    }
    .mx-xs-10 {
        margin-right: 10px;
        margin-left: 10px;
    }
    .my-xs-10 {
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .m-xs-5 {
        margin: 5px;
    }
    .mt-xs-5 {
        margin-top: 5px;
    }
    .mr-xs-5 {
        margin-right: 5px;
    }
    .mb-xs-5 {
        margin-bottom: 5px;
    }
    .ml-xs-5 {
        margin-left: 5px;
    }
    .mx-xs-5 {
        margin-right: 5px;
        margin-left: 5px;
    }
    .my-xs-5 {
        margin-top: 5px;
        margin-bottom: 5px;
    }
    .m-xs-0 {
        margin: 0;
    }
    .mt-xs-0 {
        margin-top: 0;
    }
    .mr-xs-0 {
        margin-right: 0;
    }
    .mb-xs-0 {
        margin-bottom: 0;
    }
    .ml-xs-0 {
        margin-left: 0;
    }
    .mx-xs-0 {
        margin-right: 0;
        margin-left: 0;
    }
    .my-xs-0 {
        margin-top: 0;
        margin-bottom: 0;
    }
    .p-xs-100 {
        padding: 100px;
    }
    .pt-xs-100 {
        padding-top: 100px;
    }
    .pr-xs-100 {
        padding-right: 100px;
    }
    .pb-xs-100 {
        padding-bottom: 100px;
    }
    .pl-xs-100 {
        padding-left: 100px;
    }
    .px-xs-100 {
        padding-right: 100px;
        padding-left: 100px;
    }
    .py-xs-100 {
        padding-top: 100px;
        padding-bottom: 100px;
    }
    .p-xs-90 {
        padding: 90px;
    }
    .pt-xs-90 {
        padding-top: 90px;
    }
    .pr-xs-90 {
        padding-right: 90px;
    }
    .pb-xs-90 {
        padding-bottom: 90px;
    }
    .pl-xs-90 {
        padding-left: 90px;
    }
    .px-xs-90 {
        padding-right: 90px;
        padding-left: 90px;
    }
    .py-xs-90 {
        padding-top: 90px;
        padding-bottom: 90px;
    }
    .p-xs-85 {
        padding: 85px;
    }
    .pt-xs-85 {
        padding-top: 85px;
    }
    .pr-xs-85 {
        padding-right: 85px;
    }
    .pb-xs-85 {
        padding-bottom: 85px;
    }
    .pl-xs-85 {
        padding-left: 85px;
    }
    .px-xs-85 {
        padding-right: 85px;
        padding-left: 85px;
    }
    .py-xs-85 {
        padding-top: 85px;
        padding-bottom: 85px;
    }
    .p-xs-80 {
        padding: 80px;
    }
    .pt-xs-80 {
        padding-top: 80px;
    }
    .pr-xs-80 {
        padding-right: 80px;
    }
    .pb-xs-80 {
        padding-bottom: 80px;
    }
    .pl-xs-80 {
        padding-left: 80px;
    }
    .px-xs-80 {
        padding-right: 80px;
        padding-left: 80px;
    }
    .py-xs-80 {
        padding-top: 80px;
        padding-bottom: 80px;
    }
    .p-xs-70 {
        padding: 70px;
    }
    .pt-xs-70 {
        padding-top: 70px;
    }
    .pr-xs-70 {
        padding-right: 70px;
    }
    .pb-xs-70 {
        padding-bottom: 70px;
    }
    .pl-xs-70 {
        padding-left: 70px;
    }
    .px-xs-70 {
        padding-right: 70px;
        padding-left: 70px;
    }
    .py-xs-70 {
        padding-top: 70px;
        padding-bottom: 70px;
    }
    .p-xs-65 {
        padding: 65px;
    }
    .pt-xs-65 {
        padding-top: 65px;
    }
    .pr-xs-65 {
        padding-right: 65px;
    }
    .pb-xs-65 {
        padding-bottom: 65px;
    }
    .pl-xs-65 {
        padding-left: 65px;
    }
    .px-xs-65 {
        padding-right: 65px;
        padding-left: 65px;
    }
    .py-xs-65 {
        padding-top: 65px;
        padding-bottom: 65px;
    }
    .p-xs-60 {
        padding: 60px;
    }
    .pt-xs-60 {
        padding-top: 60px;
    }
    .pr-xs-60 {
        padding-right: 60px;
    }
    .pb-xs-60 {
        padding-bottom: 60px;
    }
    .pl-xs-60 {
        padding-left: 60px;
    }
    .px-xs-60 {
        padding-right: 60px;
        padding-left: 60px;
    }
    .py-xs-60 {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .p-xs-50 {
        padding: 50px;
    }
    .pt-xs-50 {
        padding-top: 50px;
    }
    .pr-xs-50 {
        padding-right: 50px;
    }
    .pb-xs-50 {
        padding-bottom: 50px;
    }
    .pl-xs-50 {
        padding-left: 50px;
    }
    .px-xs-50 {
        padding-right: 50px;
        padding-left: 50px;
    }
    .py-xs-50 {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .p-xs-40 {
        padding: 40px;
    }
    .pt-xs-40 {
        padding-top: 40px;
    }
    .pr-xs-40 {
        padding-right: 40px;
    }
    .pb-xs-40 {
        padding-bottom: 40px;
    }
    .pl-xs-40 {
        padding-left: 40px;
    }
    .px-xs-40 {
        padding-right: 40px;
        padding-left: 40px;
    }
    .py-xs-40 {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .p-xs-35 {
        padding: 35px;
    }
    .pt-xs-35 {
        padding-top: 35px;
    }
    .pr-xs-35 {
        padding-right: 35px;
    }
    .pb-xs-35 {
        padding-bottom: 35px;
    }
    .pl-xs-35 {
        padding-left: 35px;
    }
    .px-xs-35 {
        padding-right: 35px;
        padding-left: 35px;
    }
    .py-xs-35 {
        padding-top: 35px;
        padding-bottom: 35px;
    }
    .p-xs-30 {
        padding: 30px;
    }
    .pt-xs-30 {
        padding-top: 30px;
    }
    .pr-xs-30 {
        padding-right: 30px;
    }
    .pb-xs-30 {
        padding-bottom: 30px;
    }
    .pl-xs-30 {
        padding-left: 30px;
    }
    .px-xs-30 {
        padding-right: 30px;
        padding-left: 30px;
    }
    .py-xs-30 {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .p-xs-20 {
        padding: 20px;
    }
    .pt-xs-20 {
        padding-top: 20px;
    }
    .pr-xs-20 {
        padding-right: 20px;
    }
    .pb-xs-20 {
        padding-bottom: 20px;
    }
    .pl-xs-20 {
        padding-left: 20px;
    }
    .px-xs-20 {
        padding-right: 20px;
        padding-left: 20px;
    }
    .py-xs-20 {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .p-xs-15 {
        padding: 15px;
    }
    .pt-xs-15 {
        padding-top: 15px;
    }
    .pr-xs-15 {
        padding-right: 15px;
    }
    .pb-xs-15 {
        padding-bottom: 15px;
    }
    .pl-xs-15 {
        padding-left: 15px;
    }
    .px-xs-15 {
        padding-right: 15px;
        padding-left: 15px;
    }
    .py-xs-15 {
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .p-xs-10 {
        padding: 10px;
    }
    .pt-xs-10 {
        padding-top: 10px;
    }
    .pr-xs-10 {
        padding-right: 10px;
    }
    .pb-xs-10 {
        padding-bottom: 10px;
    }
    .pl-xs-10 {
        padding-left: 10px;
    }
    .px-xs-10 {
        padding-right: 10px;
        padding-left: 10px;
    }
    .py-xs-10 {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .p-xs-5 {
        padding: 5px;
    }
    .pt-xs-5 {
        padding-top: 5px;
    }
    .pr-xs-5 {
        padding-right: 5px;
    }
    .pb-xs-5 {
        padding-bottom: 5px;
    }
    .pl-xs-5 {
        padding-left: 5px;
    }
    .px-xs-5 {
        padding-right: 5px;
        padding-left: 5px;
    }
    .py-xs-5 {
        padding-top: 5px;
        padding-bottom: 5px;
    }
    .p-xs-0 {
        padding: 0;
    }
    .pt-xs-0 {
        padding-top: 0;
    }
    .pr-xs-0 {
        padding-right: 0;
    }
    .pb-xs-0 {
        padding-bottom: 0;
    }
    .pl-xs-0 {
        padding-left: 0;
    }
    .px-xs-0 {
        padding-right: 0;
        padding-left: 0;
    }
    .py-xs-0 {
        padding-top: 0;
        padding-bottom: 0;
    }
    .m-xs-auto {
        margin: auto;
    }
    .mt-xs-auto {
        margin-top: auto;
    }
    .mr-xs-auto {
        margin-right: auto;
    }
    .mb-xs-auto {
        margin-bottom: auto;
    }
    .ml-xs-auto {
        margin-left: auto;
    }
    .mx-xs-auto {
        margin-right: auto;
        margin-left: auto;
    }
    .my-xs-auto {
        margin-top: auto;
        margin-bottom: auto;
    }
}
@media (min-width: 769px) {
    .m-sm-100 {
        margin: 100px;
    }
    .mt-sm-100 {
        margin-top: 100px;
    }
    .mr-sm-100 {
        margin-right: 100px;
    }
    .mb-sm-100 {
        margin-bottom: 100px;
    }
    .ml-sm-100 {
        margin-left: 100px;
    }
    .mx-sm-100 {
        margin-right: 100px;
        margin-left: 100px;
    }
    .my-sm-100 {
        margin-top: 100px;
        margin-bottom: 100px;
    }
    .m-sm-90 {
        margin: 90px;
    }
    .mt-sm-90 {
        margin-top: 90px;
    }
    .mr-sm-90 {
        margin-right: 90px;
    }
    .mb-sm-90 {
        margin-bottom: 90px;
    }
    .ml-sm-90 {
        margin-left: 90px;
    }
    .mx-sm-90 {
        margin-right: 90px;
        margin-left: 90px;
    }
    .my-sm-90 {
        margin-top: 90px;
        margin-bottom: 90px;
    }
    .m-sm-85 {
        margin: 85px;
    }
    .mt-sm-85 {
        margin-top: 85px;
    }
    .mr-sm-85 {
        margin-right: 85px;
    }
    .mb-sm-85 {
        margin-bottom: 85px;
    }
    .ml-sm-85 {
        margin-left: 85px;
    }
    .mx-sm-85 {
        margin-right: 85px;
        margin-left: 85px;
    }
    .my-sm-85 {
        margin-top: 85px;
        margin-bottom: 85px;
    }
    .m-sm-80 {
        margin: 80px;
    }
    .mt-sm-80 {
        margin-top: 80px;
    }
    .mr-sm-80 {
        margin-right: 80px;
    }
    .mb-sm-80 {
        margin-bottom: 80px;
    }
    .ml-sm-80 {
        margin-left: 80px;
    }
    .mx-sm-80 {
        margin-right: 80px;
        margin-left: 80px;
    }
    .my-sm-80 {
        margin-top: 80px;
        margin-bottom: 80px;
    }
    .m-sm-70 {
        margin: 70px;
    }
    .mt-sm-70 {
        margin-top: 70px;
    }
    .mr-sm-70 {
        margin-right: 70px;
    }
    .mb-sm-70 {
        margin-bottom: 70px;
    }
    .ml-sm-70 {
        margin-left: 70px;
    }
    .mx-sm-70 {
        margin-right: 70px;
        margin-left: 70px;
    }
    .my-sm-70 {
        margin-top: 70px;
        margin-bottom: 70px;
    }
    .m-sm-65 {
        margin: 65px;
    }
    .mt-sm-65 {
        margin-top: 65px;
    }
    .mr-sm-65 {
        margin-right: 65px;
    }
    .mb-sm-65 {
        margin-bottom: 65px;
    }
    .ml-sm-65 {
        margin-left: 65px;
    }
    .mx-sm-65 {
        margin-right: 65px;
        margin-left: 65px;
    }
    .my-sm-65 {
        margin-top: 65px;
        margin-bottom: 65px;
    }
    .m-sm-60 {
        margin: 60px;
    }
    .mt-sm-60 {
        margin-top: 60px;
    }
    .mr-sm-60 {
        margin-right: 60px;
    }
    .mb-sm-60 {
        margin-bottom: 60px;
    }
    .ml-sm-60 {
        margin-left: 60px;
    }
    .mx-sm-60 {
        margin-right: 60px;
        margin-left: 60px;
    }
    .my-sm-60 {
        margin-top: 60px;
        margin-bottom: 60px;
    }
    .m-sm-50 {
        margin: 50px;
    }
    .mt-sm-50 {
        margin-top: 50px;
    }
    .mr-sm-50 {
        margin-right: 50px;
    }
    .mb-sm-50 {
        margin-bottom: 50px;
    }
    .ml-sm-50 {
        margin-left: 50px;
    }
    .mx-sm-50 {
        margin-right: 50px;
        margin-left: 50px;
    }
    .my-sm-50 {
        margin-top: 50px;
        margin-bottom: 50px;
    }
    .m-sm-40 {
        margin: 40px;
    }
    .mt-sm-40 {
        margin-top: 40px;
    }
    .mr-sm-40 {
        margin-right: 40px;
    }
    .mb-sm-40 {
        margin-bottom: 40px;
    }
    .ml-sm-40 {
        margin-left: 40px;
    }
    .mx-sm-40 {
        margin-right: 40px;
        margin-left: 40px;
    }
    .my-sm-40 {
        margin-top: 40px;
        margin-bottom: 40px;
    }
    .m-sm-35 {
        margin: 35px;
    }
    .mt-sm-35 {
        margin-top: 35px;
    }
    .mr-sm-35 {
        margin-right: 35px;
    }
    .mb-sm-35 {
        margin-bottom: 35px;
    }
    .ml-sm-35 {
        margin-left: 35px;
    }
    .mx-sm-35 {
        margin-right: 35px;
        margin-left: 35px;
    }
    .my-sm-35 {
        margin-top: 35px;
        margin-bottom: 35px;
    }
    .m-sm-30 {
        margin: 30px;
    }
    .mt-sm-30 {
        margin-top: 30px;
    }
    .mr-sm-30 {
        margin-right: 30px;
    }
    .mb-sm-30 {
        margin-bottom: 30px;
    }
    .ml-sm-30 {
        margin-left: 30px;
    }
    .mx-sm-30 {
        margin-right: 30px;
        margin-left: 30px;
    }
    .my-sm-30 {
        margin-top: 30px;
        margin-bottom: 30px;
    }
    .m-sm-20 {
        margin: 20px;
    }
    .mt-sm-20 {
        margin-top: 20px;
    }
    .mr-sm-20 {
        margin-right: 20px;
    }
    .mb-sm-20 {
        margin-bottom: 20px;
    }
    .ml-sm-20 {
        margin-left: 20px;
    }
    .mx-sm-20 {
        margin-right: 20px;
        margin-left: 20px;
    }
    .my-sm-20 {
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .m-sm-15 {
        margin: 15px;
    }
    .mt-sm-15 {
        margin-top: 15px;
    }
    .mr-sm-15 {
        margin-right: 15px;
    }
    .mb-sm-15 {
        margin-bottom: 15px;
    }
    .ml-sm-15 {
        margin-left: 15px;
    }
    .mx-sm-15 {
        margin-right: 15px;
        margin-left: 15px;
    }
    .my-sm-15 {
        margin-top: 15px;
        margin-bottom: 15px;
    }
    .m-sm-10 {
        margin: 10px;
    }
    .mt-sm-10 {
        margin-top: 10px;
    }
    .mr-sm-10 {
        margin-right: 10px;
    }
    .mb-sm-10 {
        margin-bottom: 10px;
    }
    .ml-sm-10 {
        margin-left: 10px;
    }
    .mx-sm-10 {
        margin-right: 10px;
        margin-left: 10px;
    }
    .my-sm-10 {
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .m-sm-5 {
        margin: 5px;
    }
    .mt-sm-5 {
        margin-top: 5px;
    }
    .mr-sm-5 {
        margin-right: 5px;
    }
    .mb-sm-5 {
        margin-bottom: 5px;
    }
    .ml-sm-5 {
        margin-left: 5px;
    }
    .mx-sm-5 {
        margin-right: 5px;
        margin-left: 5px;
    }
    .my-sm-5 {
        margin-top: 5px;
        margin-bottom: 5px;
    }
    .m-sm-0 {
        margin: 0;
    }
    .mt-sm-0 {
        margin-top: 0;
    }
    .mr-sm-0 {
        margin-right: 0;
    }
    .mb-sm-0 {
        margin-bottom: 0;
    }
    .ml-sm-0 {
        margin-left: 0;
    }
    .mx-sm-0 {
        margin-right: 0;
        margin-left: 0;
    }
    .my-sm-0 {
        margin-top: 0;
        margin-bottom: 0;
    }
    .p-sm-100 {
        padding: 100px;
    }
    .pt-sm-100 {
        padding-top: 100px;
    }
    .pr-sm-100 {
        padding-right: 100px;
    }
    .pb-sm-100 {
        padding-bottom: 100px;
    }
    .pl-sm-100 {
        padding-left: 100px;
    }
    .px-sm-100 {
        padding-right: 100px;
        padding-left: 100px;
    }
    .py-sm-100 {
        padding-top: 100px;
        padding-bottom: 100px;
    }
    .p-sm-90 {
        padding: 90px;
    }
    .pt-sm-90 {
        padding-top: 90px;
    }
    .pr-sm-90 {
        padding-right: 90px;
    }
    .pb-sm-90 {
        padding-bottom: 90px;
    }
    .pl-sm-90 {
        padding-left: 90px;
    }
    .px-sm-90 {
        padding-right: 90px;
        padding-left: 90px;
    }
    .py-sm-90 {
        padding-top: 90px;
        padding-bottom: 90px;
    }
    .p-sm-85 {
        padding: 85px;
    }
    .pt-sm-85 {
        padding-top: 85px;
    }
    .pr-sm-85 {
        padding-right: 85px;
    }
    .pb-sm-85 {
        padding-bottom: 85px;
    }
    .pl-sm-85 {
        padding-left: 85px;
    }
    .px-sm-85 {
        padding-right: 85px;
        padding-left: 85px;
    }
    .py-sm-85 {
        padding-top: 85px;
        padding-bottom: 85px;
    }
    .p-sm-80 {
        padding: 80px;
    }
    .pt-sm-80 {
        padding-top: 80px;
    }
    .pr-sm-80 {
        padding-right: 80px;
    }
    .pb-sm-80 {
        padding-bottom: 80px;
    }
    .pl-sm-80 {
        padding-left: 80px;
    }
    .px-sm-80 {
        padding-right: 80px;
        padding-left: 80px;
    }
    .py-sm-80 {
        padding-top: 80px;
        padding-bottom: 80px;
    }
    .p-sm-70 {
        padding: 70px;
    }
    .pt-sm-70 {
        padding-top: 70px;
    }
    .pr-sm-70 {
        padding-right: 70px;
    }
    .pb-sm-70 {
        padding-bottom: 70px;
    }
    .pl-sm-70 {
        padding-left: 70px;
    }
    .px-sm-70 {
        padding-right: 70px;
        padding-left: 70px;
    }
    .py-sm-70 {
        padding-top: 70px;
        padding-bottom: 70px;
    }
    .p-sm-65 {
        padding: 65px;
    }
    .pt-sm-65 {
        padding-top: 65px;
    }
    .pr-sm-65 {
        padding-right: 65px;
    }
    .pb-sm-65 {
        padding-bottom: 65px;
    }
    .pl-sm-65 {
        padding-left: 65px;
    }
    .px-sm-65 {
        padding-right: 65px;
        padding-left: 65px;
    }
    .py-sm-65 {
        padding-top: 65px;
        padding-bottom: 65px;
    }
    .p-sm-60 {
        padding: 60px;
    }
    .pt-sm-60 {
        padding-top: 60px;
    }
    .pr-sm-60 {
        padding-right: 60px;
    }
    .pb-sm-60 {
        padding-bottom: 60px;
    }
    .pl-sm-60 {
        padding-left: 60px;
    }
    .px-sm-60 {
        padding-right: 60px;
        padding-left: 60px;
    }
    .py-sm-60 {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .p-sm-50 {
        padding: 50px;
    }
    .pt-sm-50 {
        padding-top: 50px;
    }
    .pr-sm-50 {
        padding-right: 50px;
    }
    .pb-sm-50 {
        padding-bottom: 50px;
    }
    .pl-sm-50 {
        padding-left: 50px;
    }
    .px-sm-50 {
        padding-right: 50px;
        padding-left: 50px;
    }
    .py-sm-50 {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .p-sm-40 {
        padding: 40px;
    }
    .pt-sm-40 {
        padding-top: 40px;
    }
    .pr-sm-40 {
        padding-right: 40px;
    }
    .pb-sm-40 {
        padding-bottom: 40px;
    }
    .pl-sm-40 {
        padding-left: 40px;
    }
    .px-sm-40 {
        padding-right: 40px;
        padding-left: 40px;
    }
    .py-sm-40 {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .p-sm-35 {
        padding: 35px;
    }
    .pt-sm-35 {
        padding-top: 35px;
    }
    .pr-sm-35 {
        padding-right: 35px;
    }
    .pb-sm-35 {
        padding-bottom: 35px;
    }
    .pl-sm-35 {
        padding-left: 35px;
    }
    .px-sm-35 {
        padding-right: 35px;
        padding-left: 35px;
    }
    .py-sm-35 {
        padding-top: 35px;
        padding-bottom: 35px;
    }
    .p-sm-30 {
        padding: 30px;
    }
    .pt-sm-30 {
        padding-top: 30px;
    }
    .pr-sm-30 {
        padding-right: 30px;
    }
    .pb-sm-30 {
        padding-bottom: 30px;
    }
    .pl-sm-30 {
        padding-left: 30px;
    }
    .px-sm-30 {
        padding-right: 30px;
        padding-left: 30px;
    }
    .py-sm-30 {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .p-sm-20 {
        padding: 20px;
    }
    .pt-sm-20 {
        padding-top: 20px;
    }
    .pr-sm-20 {
        padding-right: 20px;
    }
    .pb-sm-20 {
        padding-bottom: 20px;
    }
    .pl-sm-20 {
        padding-left: 20px;
    }
    .px-sm-20 {
        padding-right: 20px;
        padding-left: 20px;
    }
    .py-sm-20 {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .p-sm-15 {
        padding: 15px;
    }
    .pt-sm-15 {
        padding-top: 15px;
    }
    .pr-sm-15 {
        padding-right: 15px;
    }
    .pb-sm-15 {
        padding-bottom: 15px;
    }
    .pl-sm-15 {
        padding-left: 15px;
    }
    .px-sm-15 {
        padding-right: 15px;
        padding-left: 15px;
    }
    .py-sm-15 {
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .p-sm-10 {
        padding: 10px;
    }
    .pt-sm-10 {
        padding-top: 10px;
    }
    .pr-sm-10 {
        padding-right: 10px;
    }
    .pb-sm-10 {
        padding-bottom: 10px;
    }
    .pl-sm-10 {
        padding-left: 10px;
    }
    .px-sm-10 {
        padding-right: 10px;
        padding-left: 10px;
    }
    .py-sm-10 {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .p-sm-5 {
        padding: 5px;
    }
    .pt-sm-5 {
        padding-top: 5px;
    }
    .pr-sm-5 {
        padding-right: 5px;
    }
    .pb-sm-5 {
        padding-bottom: 5px;
    }
    .pl-sm-5 {
        padding-left: 5px;
    }
    .px-sm-5 {
        padding-right: 5px;
        padding-left: 5px;
    }
    .py-sm-5 {
        padding-top: 5px;
        padding-bottom: 5px;
    }
    .p-sm-0 {
        padding: 0;
    }
    .pt-sm-0 {
        padding-top: 0;
    }
    .pr-sm-0 {
        padding-right: 0;
    }
    .pb-sm-0 {
        padding-bottom: 0;
    }
    .pl-sm-0 {
        padding-left: 0;
    }
    .px-sm-0 {
        padding-right: 0;
        padding-left: 0;
    }
    .py-sm-0 {
        padding-top: 0;
        padding-bottom: 0;
    }
    .m-sm-auto {
        margin: auto;
    }
    .mt-sm-auto {
        margin-top: auto;
    }
    .mr-sm-auto {
        margin-right: auto;
    }
    .mb-sm-auto {
        margin-bottom: auto;
    }
    .ml-sm-auto {
        margin-left: auto;
    }
    .mx-sm-auto {
        margin-right: auto;
        margin-left: auto;
    }
    .my-sm-auto {
        margin-top: auto;
        margin-bottom: auto;
    }
}
@media (min-width: 990px) {
    .m-md-100 {
        margin: 100px;
    }
    .mt-md-100 {
        margin-top: 100px;
    }
    .mr-md-100 {
        margin-right: 100px;
    }
    .mb-md-100 {
        margin-bottom: 100px;
    }
    .ml-md-100 {
        margin-left: 100px;
    }
    .mx-md-100 {
        margin-right: 100px;
        margin-left: 100px;
    }
    .my-md-100 {
        margin-top: 100px;
        margin-bottom: 100px;
    }
    .m-md-90 {
        margin: 90px;
    }
    .mt-md-90 {
        margin-top: 90px;
    }
    .mr-md-90 {
        margin-right: 90px;
    }
    .mb-md-90 {
        margin-bottom: 90px;
    }
    .ml-md-90 {
        margin-left: 90px;
    }
    .mx-md-90 {
        margin-right: 90px;
        margin-left: 90px;
    }
    .my-md-90 {
        margin-top: 90px;
        margin-bottom: 90px;
    }
    .m-md-85 {
        margin: 85px;
    }
    .mt-md-85 {
        margin-top: 85px;
    }
    .mr-md-85 {
        margin-right: 85px;
    }
    .mb-md-85 {
        margin-bottom: 85px;
    }
    .ml-md-85 {
        margin-left: 85px;
    }
    .mx-md-85 {
        margin-right: 85px;
        margin-left: 85px;
    }
    .my-md-85 {
        margin-top: 85px;
        margin-bottom: 85px;
    }
    .m-md-80 {
        margin: 80px;
    }
    .mt-md-80 {
        margin-top: 80px;
    }
    .mr-md-80 {
        margin-right: 80px;
    }
    .mb-md-80 {
        margin-bottom: 80px;
    }
    .ml-md-80 {
        margin-left: 80px;
    }
    .mx-md-80 {
        margin-right: 80px;
        margin-left: 80px;
    }
    .my-md-80 {
        margin-top: 80px;
        margin-bottom: 80px;
    }
    .m-md-70 {
        margin: 70px;
    }
    .mt-md-70 {
        margin-top: 70px;
    }
    .mr-md-70 {
        margin-right: 70px;
    }
    .mb-md-70 {
        margin-bottom: 70px;
    }
    .ml-md-70 {
        margin-left: 70px;
    }
    .mx-md-70 {
        margin-right: 70px;
        margin-left: 70px;
    }
    .my-md-70 {
        margin-top: 70px;
        margin-bottom: 70px;
    }
    .m-md-65 {
        margin: 65px;
    }
    .mt-md-65 {
        margin-top: 65px;
    }
    .mr-md-65 {
        margin-right: 65px;
    }
    .mb-md-65 {
        margin-bottom: 65px;
    }
    .ml-md-65 {
        margin-left: 65px;
    }
    .mx-md-65 {
        margin-right: 65px;
        margin-left: 65px;
    }
    .my-md-65 {
        margin-top: 65px;
        margin-bottom: 65px;
    }
    .m-md-60 {
        margin: 60px;
    }
    .mt-md-60 {
        margin-top: 60px;
    }
    .mr-md-60 {
        margin-right: 60px;
    }
    .mb-md-60 {
        margin-bottom: 60px;
    }
    .ml-md-60 {
        margin-left: 60px;
    }
    .mx-md-60 {
        margin-right: 60px;
        margin-left: 60px;
    }
    .my-md-60 {
        margin-top: 60px;
        margin-bottom: 60px;
    }
    .m-md-50 {
        margin: 50px;
    }
    .mt-md-50 {
        margin-top: 50px;
    }
    .mr-md-50 {
        margin-right: 50px;
    }
    .mb-md-50 {
        margin-bottom: 50px;
    }
    .ml-md-50 {
        margin-left: 50px;
    }
    .mx-md-50 {
        margin-right: 50px;
        margin-left: 50px;
    }
    .my-md-50 {
        margin-top: 50px;
        margin-bottom: 50px;
    }
    .m-md-40 {
        margin: 40px;
    }
    .mt-md-40 {
        margin-top: 40px;
    }
    .mr-md-40 {
        margin-right: 40px;
    }
    .mb-md-40 {
        margin-bottom: 40px;
    }
    .ml-md-40 {
        margin-left: 40px;
    }
    .mx-md-40 {
        margin-right: 40px;
        margin-left: 40px;
    }
    .my-md-40 {
        margin-top: 40px;
        margin-bottom: 40px;
    }
    .m-md-35 {
        margin: 35px;
    }
    .mt-md-35 {
        margin-top: 35px;
    }
    .mr-md-35 {
        margin-right: 35px;
    }
    .mb-md-35 {
        margin-bottom: 35px;
    }
    .ml-md-35 {
        margin-left: 35px;
    }
    .mx-md-35 {
        margin-right: 35px;
        margin-left: 35px;
    }
    .my-md-35 {
        margin-top: 35px;
        margin-bottom: 35px;
    }
    .m-md-30 {
        margin: 30px;
    }
    .mt-md-30 {
        margin-top: 30px;
    }
    .mr-md-30 {
        margin-right: 30px;
    }
    .mb-md-30 {
        margin-bottom: 30px;
    }
    .ml-md-30 {
        margin-left: 30px;
    }
    .mx-md-30 {
        margin-right: 30px;
        margin-left: 30px;
    }
    .my-md-30 {
        margin-top: 30px;
        margin-bottom: 30px;
    }
    .m-md-20 {
        margin: 20px;
    }
    .mt-md-20 {
        margin-top: 20px;
    }
    .mr-md-20 {
        margin-right: 20px;
    }
    .mb-md-20 {
        margin-bottom: 20px;
    }
    .ml-md-20 {
        margin-left: 20px;
    }
    .mx-md-20 {
        margin-right: 20px;
        margin-left: 20px;
    }
    .my-md-20 {
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .m-md-15 {
        margin: 15px;
    }
    .mt-md-15 {
        margin-top: 15px;
    }
    .mr-md-15 {
        margin-right: 15px;
    }
    .mb-md-15 {
        margin-bottom: 15px;
    }
    .ml-md-15 {
        margin-left: 15px;
    }
    .mx-md-15 {
        margin-right: 15px;
        margin-left: 15px;
    }
    .my-md-15 {
        margin-top: 15px;
        margin-bottom: 15px;
    }
    .m-md-10 {
        margin: 10px;
    }
    .mt-md-10 {
        margin-top: 10px;
    }
    .mr-md-10 {
        margin-right: 10px;
    }
    .mb-md-10 {
        margin-bottom: 10px;
    }
    .ml-md-10 {
        margin-left: 10px;
    }
    .mx-md-10 {
        margin-right: 10px;
        margin-left: 10px;
    }
    .my-md-10 {
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .m-md-5 {
        margin: 5px;
    }
    .mt-md-5 {
        margin-top: 5px;
    }
    .mr-md-5 {
        margin-right: 5px;
    }
    .mb-md-5 {
        margin-bottom: 5px;
    }
    .ml-md-5 {
        margin-left: 5px;
    }
    .mx-md-5 {
        margin-right: 5px;
        margin-left: 5px;
    }
    .my-md-5 {
        margin-top: 5px;
        margin-bottom: 5px;
    }
    .m-md-0 {
        margin: 0;
    }
    .mt-md-0 {
        margin-top: 0;
    }
    .mr-md-0 {
        margin-right: 0;
    }
    .mb-md-0 {
        margin-bottom: 0;
    }
    .ml-md-0 {
        margin-left: 0;
    }
    .mx-md-0 {
        margin-right: 0;
        margin-left: 0;
    }
    .my-md-0 {
        margin-top: 0;
        margin-bottom: 0;
    }
    .p-md-100 {
        padding: 100px;
    }
    .pt-md-100 {
        padding-top: 100px;
    }
    .pr-md-100 {
        padding-right: 100px;
    }
    .pb-md-100 {
        padding-bottom: 100px;
    }
    .pl-md-100 {
        padding-left: 100px;
    }
    .px-md-100 {
        padding-right: 100px;
        padding-left: 100px;
    }
    .py-md-100 {
        padding-top: 100px;
        padding-bottom: 100px;
    }
    .p-md-90 {
        padding: 90px;
    }
    .pt-md-90 {
        padding-top: 90px;
    }
    .pr-md-90 {
        padding-right: 90px;
    }
    .pb-md-90 {
        padding-bottom: 90px;
    }
    .pl-md-90 {
        padding-left: 90px;
    }
    .px-md-90 {
        padding-right: 90px;
        padding-left: 90px;
    }
    .py-md-90 {
        padding-top: 90px;
        padding-bottom: 90px;
    }
    .p-md-85 {
        padding: 85px;
    }
    .pt-md-85 {
        padding-top: 85px;
    }
    .pr-md-85 {
        padding-right: 85px;
    }
    .pb-md-85 {
        padding-bottom: 85px;
    }
    .pl-md-85 {
        padding-left: 85px;
    }
    .px-md-85 {
        padding-right: 85px;
        padding-left: 85px;
    }
    .py-md-85 {
        padding-top: 85px;
        padding-bottom: 85px;
    }
    .p-md-80 {
        padding: 80px;
    }
    .pt-md-80 {
        padding-top: 80px;
    }
    .pr-md-80 {
        padding-right: 80px;
    }
    .pb-md-80 {
        padding-bottom: 80px;
    }
    .pl-md-80 {
        padding-left: 80px;
    }
    .px-md-80 {
        padding-right: 80px;
        padding-left: 80px;
    }
    .py-md-80 {
        padding-top: 80px;
        padding-bottom: 80px;
    }
    .p-md-70 {
        padding: 70px;
    }
    .pt-md-70 {
        padding-top: 70px;
    }
    .pr-md-70 {
        padding-right: 70px;
    }
    .pb-md-70 {
        padding-bottom: 70px;
    }
    .pl-md-70 {
        padding-left: 70px;
    }
    .px-md-70 {
        padding-right: 70px;
        padding-left: 70px;
    }
    .py-md-70 {
        padding-top: 70px;
        padding-bottom: 70px;
    }
    .p-md-65 {
        padding: 65px;
    }
    .pt-md-65 {
        padding-top: 65px;
    }
    .pr-md-65 {
        padding-right: 65px;
    }
    .pb-md-65 {
        padding-bottom: 65px;
    }
    .pl-md-65 {
        padding-left: 65px;
    }
    .px-md-65 {
        padding-right: 65px;
        padding-left: 65px;
    }
    .py-md-65 {
        padding-top: 65px;
        padding-bottom: 65px;
    }
    .p-md-60 {
        padding: 60px;
    }
    .pt-md-60 {
        padding-top: 60px;
    }
    .pr-md-60 {
        padding-right: 60px;
    }
    .pb-md-60 {
        padding-bottom: 60px;
    }
    .pl-md-60 {
        padding-left: 60px;
    }
    .px-md-60 {
        padding-right: 60px;
        padding-left: 60px;
    }
    .py-md-60 {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .p-md-50 {
        padding: 50px;
    }
    .pt-md-50 {
        padding-top: 50px;
    }
    .pr-md-50 {
        padding-right: 50px;
    }
    .pb-md-50 {
        padding-bottom: 50px;
    }
    .pl-md-50 {
        padding-left: 50px;
    }
    .px-md-50 {
        padding-right: 50px;
        padding-left: 50px;
    }
    .py-md-50 {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .p-md-40 {
        padding: 40px;
    }
    .pt-md-40 {
        padding-top: 40px;
    }
    .pr-md-40 {
        padding-right: 40px;
    }
    .pb-md-40 {
        padding-bottom: 40px;
    }
    .pl-md-40 {
        padding-left: 40px;
    }
    .px-md-40 {
        padding-right: 40px;
        padding-left: 40px;
    }
    .py-md-40 {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .p-md-35 {
        padding: 35px;
    }
    .pt-md-35 {
        padding-top: 35px;
    }
    .pr-md-35 {
        padding-right: 35px;
    }
    .pb-md-35 {
        padding-bottom: 35px;
    }
    .pl-md-35 {
        padding-left: 35px;
    }
    .px-md-35 {
        padding-right: 35px;
        padding-left: 35px;
    }
    .py-md-35 {
        padding-top: 35px;
        padding-bottom: 35px;
    }
    .p-md-30 {
        padding: 30px;
    }
    .pt-md-30 {
        padding-top: 30px;
    }
    .pr-md-30 {
        padding-right: 30px;
    }
    .pb-md-30 {
        padding-bottom: 30px;
    }
    .pl-md-30 {
        padding-left: 30px;
    }
    .px-md-30 {
        padding-right: 30px;
        padding-left: 30px;
    }
    .py-md-30 {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .p-md-20 {
        padding: 20px;
    }
    .pt-md-20 {
        padding-top: 20px;
    }
    .pr-md-20 {
        padding-right: 20px;
    }
    .pb-md-20 {
        padding-bottom: 20px;
    }
    .pl-md-20 {
        padding-left: 20px;
    }
    .px-md-20 {
        padding-right: 20px;
        padding-left: 20px;
    }
    .py-md-20 {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .p-md-15 {
        padding: 15px;
    }
    .pt-md-15 {
        padding-top: 15px;
    }
    .pr-md-15 {
        padding-right: 15px;
    }
    .pb-md-15 {
        padding-bottom: 15px;
    }
    .pl-md-15 {
        padding-left: 15px;
    }
    .px-md-15 {
        padding-right: 15px;
        padding-left: 15px;
    }
    .py-md-15 {
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .p-md-10 {
        padding: 10px;
    }
    .pt-md-10 {
        padding-top: 10px;
    }
    .pr-md-10 {
        padding-right: 10px;
    }
    .pb-md-10 {
        padding-bottom: 10px;
    }
    .pl-md-10 {
        padding-left: 10px;
    }
    .px-md-10 {
        padding-right: 10px;
        padding-left: 10px;
    }
    .py-md-10 {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .p-md-5 {
        padding: 5px;
    }
    .pt-md-5 {
        padding-top: 5px;
    }
    .pr-md-5 {
        padding-right: 5px;
    }
    .pb-md-5 {
        padding-bottom: 5px;
    }
    .pl-md-5 {
        padding-left: 5px;
    }
    .px-md-5 {
        padding-right: 5px;
        padding-left: 5px;
    }
    .py-md-5 {
        padding-top: 5px;
        padding-bottom: 5px;
    }
    .p-md-0 {
        padding: 0;
    }
    .pt-md-0 {
        padding-top: 0;
    }
    .pr-md-0 {
        padding-right: 0;
    }
    .pb-md-0 {
        padding-bottom: 0;
    }
    .pl-md-0 {
        padding-left: 0;
    }
    .px-md-0 {
        padding-right: 0;
        padding-left: 0;
    }
    .py-md-0 {
        padding-top: 0;
        padding-bottom: 0;
    }
    .m-md-auto {
        margin: auto;
    }
    .mt-md-auto {
        margin-top: auto;
    }
    .mr-md-auto {
        margin-right: auto;
    }
    .mb-md-auto {
        margin-bottom: auto;
    }
    .ml-md-auto {
        margin-left: auto;
    }
    .mx-md-auto {
        margin-right: auto;
        margin-left: auto;
    }
    .my-md-auto {
        margin-top: auto;
        margin-bottom: auto;
    }
}
@media (min-width: 1225px) {
    .m-lg-100 {
        margin: 100px;
    }
    .mt-lg-100 {
        margin-top: 100px;
    }
    .mr-lg-100 {
        margin-right: 100px;
    }
    .mb-lg-100 {
        margin-bottom: 100px;
    }
    .ml-lg-100 {
        margin-left: 100px;
    }
    .mx-lg-100 {
        margin-right: 100px;
        margin-left: 100px;
    }
    .my-lg-100 {
        margin-top: 100px;
        margin-bottom: 100px;
    }
    .m-lg-90 {
        margin: 90px;
    }
    .mt-lg-90 {
        margin-top: 90px;
    }
    .mr-lg-90 {
        margin-right: 90px;
    }
    .mb-lg-90 {
        margin-bottom: 90px;
    }
    .ml-lg-90 {
        margin-left: 90px;
    }
    .mx-lg-90 {
        margin-right: 90px;
        margin-left: 90px;
    }
    .my-lg-90 {
        margin-top: 90px;
        margin-bottom: 90px;
    }
    .m-lg-85 {
        margin: 85px;
    }
    .mt-lg-85 {
        margin-top: 85px;
    }
    .mr-lg-85 {
        margin-right: 85px;
    }
    .mb-lg-85 {
        margin-bottom: 85px;
    }
    .ml-lg-85 {
        margin-left: 85px;
    }
    .mx-lg-85 {
        margin-right: 85px;
        margin-left: 85px;
    }
    .my-lg-85 {
        margin-top: 85px;
        margin-bottom: 85px;
    }
    .m-lg-80 {
        margin: 80px;
    }
    .mt-lg-80 {
        margin-top: 80px;
    }
    .mr-lg-80 {
        margin-right: 80px;
    }
    .mb-lg-80 {
        margin-bottom: 80px;
    }
    .ml-lg-80 {
        margin-left: 80px;
    }
    .mx-lg-80 {
        margin-right: 80px;
        margin-left: 80px;
    }
    .my-lg-80 {
        margin-top: 80px;
        margin-bottom: 80px;
    }
    .m-lg-70 {
        margin: 70px;
    }
    .mt-lg-70 {
        margin-top: 70px;
    }
    .mr-lg-70 {
        margin-right: 70px;
    }
    .mb-lg-70 {
        margin-bottom: 70px;
    }
    .ml-lg-70 {
        margin-left: 70px;
    }
    .mx-lg-70 {
        margin-right: 70px;
        margin-left: 70px;
    }
    .my-lg-70 {
        margin-top: 70px;
        margin-bottom: 70px;
    }
    .m-lg-65 {
        margin: 65px;
    }
    .mt-lg-65 {
        margin-top: 65px;
    }
    .mr-lg-65 {
        margin-right: 65px;
    }
    .mb-lg-65 {
        margin-bottom: 65px;
    }
    .ml-lg-65 {
        margin-left: 65px;
    }
    .mx-lg-65 {
        margin-right: 65px;
        margin-left: 65px;
    }
    .my-lg-65 {
        margin-top: 65px;
        margin-bottom: 65px;
    }
    .m-lg-60 {
        margin: 60px;
    }
    .mt-lg-60 {
        margin-top: 60px;
    }
    .mr-lg-60 {
        margin-right: 60px;
    }
    .mb-lg-60 {
        margin-bottom: 60px;
    }
    .ml-lg-60 {
        margin-left: 60px;
    }
    .mx-lg-60 {
        margin-right: 60px;
        margin-left: 60px;
    }
    .my-lg-60 {
        margin-top: 60px;
        margin-bottom: 60px;
    }
    .m-lg-50 {
        margin: 50px;
    }
    .mt-lg-50 {
        margin-top: 50px;
    }
    .mr-lg-50 {
        margin-right: 50px;
    }
    .mb-lg-50 {
        margin-bottom: 50px;
    }
    .ml-lg-50 {
        margin-left: 50px;
    }
    .mx-lg-50 {
        margin-right: 50px;
        margin-left: 50px;
    }
    .my-lg-50 {
        margin-top: 50px;
        margin-bottom: 50px;
    }
    .m-lg-40 {
        margin: 40px;
    }
    .mt-lg-40 {
        margin-top: 40px;
    }
    .mr-lg-40 {
        margin-right: 40px;
    }
    .mb-lg-40 {
        margin-bottom: 40px;
    }
    .ml-lg-40 {
        margin-left: 40px;
    }
    .mx-lg-40 {
        margin-right: 40px;
        margin-left: 40px;
    }
    .my-lg-40 {
        margin-top: 40px;
        margin-bottom: 40px;
    }
    .m-lg-35 {
        margin: 35px;
    }
    .mt-lg-35 {
        margin-top: 35px;
    }
    .mr-lg-35 {
        margin-right: 35px;
    }
    .mb-lg-35 {
        margin-bottom: 35px;
    }
    .ml-lg-35 {
        margin-left: 35px;
    }
    .mx-lg-35 {
        margin-right: 35px;
        margin-left: 35px;
    }
    .my-lg-35 {
        margin-top: 35px;
        margin-bottom: 35px;
    }
    .m-lg-30 {
        margin: 30px;
    }
    .mt-lg-30 {
        margin-top: 30px;
    }
    .mr-lg-30 {
        margin-right: 30px;
    }
    .mb-lg-30 {
        margin-bottom: 30px;
    }
    .ml-lg-30 {
        margin-left: 30px;
    }
    .mx-lg-30 {
        margin-right: 30px;
        margin-left: 30px;
    }
    .my-lg-30 {
        margin-top: 30px;
        margin-bottom: 30px;
    }
    .m-lg-20 {
        margin: 20px;
    }
    .mt-lg-20 {
        margin-top: 20px;
    }
    .mr-lg-20 {
        margin-right: 20px;
    }
    .mb-lg-20 {
        margin-bottom: 20px;
    }
    .ml-lg-20 {
        margin-left: 20px;
    }
    .mx-lg-20 {
        margin-right: 20px;
        margin-left: 20px;
    }
    .my-lg-20 {
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .m-lg-15 {
        margin: 15px;
    }
    .mt-lg-15 {
        margin-top: 15px;
    }
    .mr-lg-15 {
        margin-right: 15px;
    }
    .mb-lg-15 {
        margin-bottom: 15px;
    }
    .ml-lg-15 {
        margin-left: 15px;
    }
    .mx-lg-15 {
        margin-right: 15px;
        margin-left: 15px;
    }
    .my-lg-15 {
        margin-top: 15px;
        margin-bottom: 15px;
    }
    .m-lg-10 {
        margin: 10px;
    }
    .mt-lg-10 {
        margin-top: 10px;
    }
    .mr-lg-10 {
        margin-right: 10px;
    }
    .mb-lg-10 {
        margin-bottom: 10px;
    }
    .ml-lg-10 {
        margin-left: 10px;
    }
    .mx-lg-10 {
        margin-right: 10px;
        margin-left: 10px;
    }
    .my-lg-10 {
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .m-lg-5 {
        margin: 5px;
    }
    .mt-lg-5 {
        margin-top: 5px;
    }
    .mr-lg-5 {
        margin-right: 5px;
    }
    .mb-lg-5 {
        margin-bottom: 5px;
    }
    .ml-lg-5 {
        margin-left: 5px;
    }
    .mx-lg-5 {
        margin-right: 5px;
        margin-left: 5px;
    }
    .my-lg-5 {
        margin-top: 5px;
        margin-bottom: 5px;
    }
    .m-lg-0 {
        margin: 0;
    }
    .mt-lg-0 {
        margin-top: 0;
    }
    .mr-lg-0 {
        margin-right: 0;
    }
    .mb-lg-0 {
        margin-bottom: 0;
    }
    .ml-lg-0 {
        margin-left: 0;
    }
    .mx-lg-0 {
        margin-right: 0;
        margin-left: 0;
    }
    .my-lg-0 {
        margin-top: 0;
        margin-bottom: 0;
    }
    .p-lg-100 {
        padding: 100px;
    }
    .pt-lg-100 {
        padding-top: 100px;
    }
    .pr-lg-100 {
        padding-right: 100px;
    }
    .pb-lg-100 {
        padding-bottom: 100px;
    }
    .pl-lg-100 {
        padding-left: 100px;
    }
    .px-lg-100 {
        padding-right: 100px;
        padding-left: 100px;
    }
    .py-lg-100 {
        padding-top: 100px;
        padding-bottom: 100px;
    }
    .p-lg-90 {
        padding: 90px;
    }
    .pt-lg-90 {
        padding-top: 90px;
    }
    .pr-lg-90 {
        padding-right: 90px;
    }
    .pb-lg-90 {
        padding-bottom: 90px;
    }
    .pl-lg-90 {
        padding-left: 90px;
    }
    .px-lg-90 {
        padding-right: 90px;
        padding-left: 90px;
    }
    .py-lg-90 {
        padding-top: 90px;
        padding-bottom: 90px;
    }
    .p-lg-85 {
        padding: 85px;
    }
    .pt-lg-85 {
        padding-top: 85px;
    }
    .pr-lg-85 {
        padding-right: 85px;
    }
    .pb-lg-85 {
        padding-bottom: 85px;
    }
    .pl-lg-85 {
        padding-left: 85px;
    }
    .px-lg-85 {
        padding-right: 85px;
        padding-left: 85px;
    }
    .py-lg-85 {
        padding-top: 85px;
        padding-bottom: 85px;
    }
    .p-lg-80 {
        padding: 80px;
    }
    .pt-lg-80 {
        padding-top: 80px;
    }
    .pr-lg-80 {
        padding-right: 80px;
    }
    .pb-lg-80 {
        padding-bottom: 80px;
    }
    .pl-lg-80 {
        padding-left: 80px;
    }
    .px-lg-80 {
        padding-right: 80px;
        padding-left: 80px;
    }
    .py-lg-80 {
        padding-top: 80px;
        padding-bottom: 80px;
    }
    .p-lg-70 {
        padding: 70px;
    }
    .pt-lg-70 {
        padding-top: 70px;
    }
    .pr-lg-70 {
        padding-right: 70px;
    }
    .pb-lg-70 {
        padding-bottom: 70px;
    }
    .pl-lg-70 {
        padding-left: 70px;
    }
    .px-lg-70 {
        padding-right: 70px;
        padding-left: 70px;
    }
    .py-lg-70 {
        padding-top: 70px;
        padding-bottom: 70px;
    }
    .p-lg-65 {
        padding: 65px;
    }
    .pt-lg-65 {
        padding-top: 65px;
    }
    .pr-lg-65 {
        padding-right: 65px;
    }
    .pb-lg-65 {
        padding-bottom: 65px;
    }
    .pl-lg-65 {
        padding-left: 65px;
    }
    .px-lg-65 {
        padding-right: 65px;
        padding-left: 65px;
    }
    .py-lg-65 {
        padding-top: 65px;
        padding-bottom: 65px;
    }
    .p-lg-60 {
        padding: 60px;
    }
    .pt-lg-60 {
        padding-top: 60px;
    }
    .pr-lg-60 {
        padding-right: 60px;
    }
    .pb-lg-60 {
        padding-bottom: 60px;
    }
    .pl-lg-60 {
        padding-left: 60px;
    }
    .px-lg-60 {
        padding-right: 60px;
        padding-left: 60px;
    }
    .py-lg-60 {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .p-lg-50 {
        padding: 50px;
    }
    .pt-lg-50 {
        padding-top: 50px;
    }
    .pr-lg-50 {
        padding-right: 50px;
    }
    .pb-lg-50 {
        padding-bottom: 50px;
    }
    .pl-lg-50 {
        padding-left: 50px;
    }
    .px-lg-50 {
        padding-right: 50px;
        padding-left: 50px;
    }
    .py-lg-50 {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .p-lg-40 {
        padding: 40px;
    }
    .pt-lg-40 {
        padding-top: 40px;
    }
    .pr-lg-40 {
        padding-right: 40px;
    }
    .pb-lg-40 {
        padding-bottom: 40px;
    }
    .pl-lg-40 {
        padding-left: 40px;
    }
    .px-lg-40 {
        padding-right: 40px;
        padding-left: 40px;
    }
    .py-lg-40 {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .p-lg-35 {
        padding: 35px;
    }
    .pt-lg-35 {
        padding-top: 35px;
    }
    .pr-lg-35 {
        padding-right: 35px;
    }
    .pb-lg-35 {
        padding-bottom: 35px;
    }
    .pl-lg-35 {
        padding-left: 35px;
    }
    .px-lg-35 {
        padding-right: 35px;
        padding-left: 35px;
    }
    .py-lg-35 {
        padding-top: 35px;
        padding-bottom: 35px;
    }
    .p-lg-30 {
        padding: 30px;
    }
    .pt-lg-30 {
        padding-top: 30px;
    }
    .pr-lg-30 {
        padding-right: 30px;
    }
    .pb-lg-30 {
        padding-bottom: 30px;
    }
    .pl-lg-30 {
        padding-left: 30px;
    }
    .px-lg-30 {
        padding-right: 30px;
        padding-left: 30px;
    }
    .py-lg-30 {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .p-lg-20 {
        padding: 20px;
    }
    .pt-lg-20 {
        padding-top: 20px;
    }
    .pr-lg-20 {
        padding-right: 20px;
    }
    .pb-lg-20 {
        padding-bottom: 20px;
    }
    .pl-lg-20 {
        padding-left: 20px;
    }
    .px-lg-20 {
        padding-right: 20px;
        padding-left: 20px;
    }
    .py-lg-20 {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .p-lg-15 {
        padding: 15px;
    }
    .pt-lg-15 {
        padding-top: 15px;
    }
    .pr-lg-15 {
        padding-right: 15px;
    }
    .pb-lg-15 {
        padding-bottom: 15px;
    }
    .pl-lg-15 {
        padding-left: 15px;
    }
    .px-lg-15 {
        padding-right: 15px;
        padding-left: 15px;
    }
    .py-lg-15 {
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .p-lg-10 {
        padding: 10px;
    }
    .pt-lg-10 {
        padding-top: 10px;
    }
    .pr-lg-10 {
        padding-right: 10px;
    }
    .pb-lg-10 {
        padding-bottom: 10px;
    }
    .pl-lg-10 {
        padding-left: 10px;
    }
    .px-lg-10 {
        padding-right: 10px;
        padding-left: 10px;
    }
    .py-lg-10 {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .p-lg-5 {
        padding: 5px;
    }
    .pt-lg-5 {
        padding-top: 5px;
    }
    .pr-lg-5 {
        padding-right: 5px;
    }
    .pb-lg-5 {
        padding-bottom: 5px;
    }
    .pl-lg-5 {
        padding-left: 5px;
    }
    .px-lg-5 {
        padding-right: 5px;
        padding-left: 5px;
    }
    .py-lg-5 {
        padding-top: 5px;
        padding-bottom: 5px;
    }
    .p-lg-0 {
        padding: 0;
    }
    .pt-lg-0 {
        padding-top: 0;
    }
    .pr-lg-0 {
        padding-right: 0;
    }
    .pb-lg-0 {
        padding-bottom: 0;
    }
    .pl-lg-0 {
        padding-left: 0;
    }
    .px-lg-0 {
        padding-right: 0;
        padding-left: 0;
    }
    .py-lg-0 {
        padding-top: 0;
        padding-bottom: 0;
    }
    .m-lg-auto {
        margin: auto;
    }
    .mt-lg-auto {
        margin-top: auto;
    }
    .mr-lg-auto {
        margin-right: auto;
    }
    .mb-lg-auto {
        margin-bottom: auto;
    }
    .ml-lg-auto {
        margin-left: auto;
    }
    .mx-lg-auto {
        margin-right: auto;
        margin-left: auto;
    }
    .my-lg-auto {
        margin-top: auto;
        margin-bottom: auto;
    }
}
@media (min-width: 1460px) {
    .m-xl-100 {
        margin: 100px;
    }
    .mt-xl-100 {
        margin-top: 100px;
    }
    .mr-xl-100 {
        margin-right: 100px;
    }
    .mb-xl-100 {
        margin-bottom: 100px;
    }
    .ml-xl-100 {
        margin-left: 100px;
    }
    .mx-xl-100 {
        margin-right: 100px;
        margin-left: 100px;
    }
    .my-xl-100 {
        margin-top: 100px;
        margin-bottom: 100px;
    }
    .m-xl-90 {
        margin: 90px;
    }
    .mt-xl-90 {
        margin-top: 90px;
    }
    .mr-xl-90 {
        margin-right: 90px;
    }
    .mb-xl-90 {
        margin-bottom: 90px;
    }
    .ml-xl-90 {
        margin-left: 90px;
    }
    .mx-xl-90 {
        margin-right: 90px;
        margin-left: 90px;
    }
    .my-xl-90 {
        margin-top: 90px;
        margin-bottom: 90px;
    }
    .m-xl-85 {
        margin: 85px;
    }
    .mt-xl-85 {
        margin-top: 85px;
    }
    .mr-xl-85 {
        margin-right: 85px;
    }
    .mb-xl-85 {
        margin-bottom: 85px;
    }
    .ml-xl-85 {
        margin-left: 85px;
    }
    .mx-xl-85 {
        margin-right: 85px;
        margin-left: 85px;
    }
    .my-xl-85 {
        margin-top: 85px;
        margin-bottom: 85px;
    }
    .m-xl-80 {
        margin: 80px;
    }
    .mt-xl-80 {
        margin-top: 80px;
    }
    .mr-xl-80 {
        margin-right: 80px;
    }
    .mb-xl-80 {
        margin-bottom: 80px;
    }
    .ml-xl-80 {
        margin-left: 80px;
    }
    .mx-xl-80 {
        margin-right: 80px;
        margin-left: 80px;
    }
    .my-xl-80 {
        margin-top: 80px;
        margin-bottom: 80px;
    }
    .m-xl-70 {
        margin: 70px;
    }
    .mt-xl-70 {
        margin-top: 70px;
    }
    .mr-xl-70 {
        margin-right: 70px;
    }
    .mb-xl-70 {
        margin-bottom: 70px;
    }
    .ml-xl-70 {
        margin-left: 70px;
    }
    .mx-xl-70 {
        margin-right: 70px;
        margin-left: 70px;
    }
    .my-xl-70 {
        margin-top: 70px;
        margin-bottom: 70px;
    }
    .m-xl-65 {
        margin: 65px;
    }
    .mt-xl-65 {
        margin-top: 65px;
    }
    .mr-xl-65 {
        margin-right: 65px;
    }
    .mb-xl-65 {
        margin-bottom: 65px;
    }
    .ml-xl-65 {
        margin-left: 65px;
    }
    .mx-xl-65 {
        margin-right: 65px;
        margin-left: 65px;
    }
    .my-xl-65 {
        margin-top: 65px;
        margin-bottom: 65px;
    }
    .m-xl-60 {
        margin: 60px;
    }
    .mt-xl-60 {
        margin-top: 60px;
    }
    .mr-xl-60 {
        margin-right: 60px;
    }
    .mb-xl-60 {
        margin-bottom: 60px;
    }
    .ml-xl-60 {
        margin-left: 60px;
    }
    .mx-xl-60 {
        margin-right: 60px;
        margin-left: 60px;
    }
    .my-xl-60 {
        margin-top: 60px;
        margin-bottom: 60px;
    }
    .m-xl-50 {
        margin: 50px;
    }
    .mt-xl-50 {
        margin-top: 50px;
    }
    .mr-xl-50 {
        margin-right: 50px;
    }
    .mb-xl-50 {
        margin-bottom: 50px;
    }
    .ml-xl-50 {
        margin-left: 50px;
    }
    .mx-xl-50 {
        margin-right: 50px;
        margin-left: 50px;
    }
    .my-xl-50 {
        margin-top: 50px;
        margin-bottom: 50px;
    }
    .m-xl-40 {
        margin: 40px;
    }
    .mt-xl-40 {
        margin-top: 40px;
    }
    .mr-xl-40 {
        margin-right: 40px;
    }
    .mb-xl-40 {
        margin-bottom: 40px;
    }
    .ml-xl-40 {
        margin-left: 40px;
    }
    .mx-xl-40 {
        margin-right: 40px;
        margin-left: 40px;
    }
    .my-xl-40 {
        margin-top: 40px;
        margin-bottom: 40px;
    }
    .m-xl-35 {
        margin: 35px;
    }
    .mt-xl-35 {
        margin-top: 35px;
    }
    .mr-xl-35 {
        margin-right: 35px;
    }
    .mb-xl-35 {
        margin-bottom: 35px;
    }
    .ml-xl-35 {
        margin-left: 35px;
    }
    .mx-xl-35 {
        margin-right: 35px;
        margin-left: 35px;
    }
    .my-xl-35 {
        margin-top: 35px;
        margin-bottom: 35px;
    }
    .m-xl-30 {
        margin: 30px;
    }
    .mt-xl-30 {
        margin-top: 30px;
    }
    .mr-xl-30 {
        margin-right: 30px;
    }
    .mb-xl-30 {
        margin-bottom: 30px;
    }
    .ml-xl-30 {
        margin-left: 30px;
    }
    .mx-xl-30 {
        margin-right: 30px;
        margin-left: 30px;
    }
    .my-xl-30 {
        margin-top: 30px;
        margin-bottom: 30px;
    }
    .m-xl-20 {
        margin: 20px;
    }
    .mt-xl-20 {
        margin-top: 20px;
    }
    .mr-xl-20 {
        margin-right: 20px;
    }
    .mb-xl-20 {
        margin-bottom: 20px;
    }
    .ml-xl-20 {
        margin-left: 20px;
    }
    .mx-xl-20 {
        margin-right: 20px;
        margin-left: 20px;
    }
    .my-xl-20 {
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .m-xl-15 {
        margin: 15px;
    }
    .mt-xl-15 {
        margin-top: 15px;
    }
    .mr-xl-15 {
        margin-right: 15px;
    }
    .mb-xl-15 {
        margin-bottom: 15px;
    }
    .ml-xl-15 {
        margin-left: 15px;
    }
    .mx-xl-15 {
        margin-right: 15px;
        margin-left: 15px;
    }
    .my-xl-15 {
        margin-top: 15px;
        margin-bottom: 15px;
    }
    .m-xl-10 {
        margin: 10px;
    }
    .mt-xl-10 {
        margin-top: 10px;
    }
    .mr-xl-10 {
        margin-right: 10px;
    }
    .mb-xl-10 {
        margin-bottom: 10px;
    }
    .ml-xl-10 {
        margin-left: 10px;
    }
    .mx-xl-10 {
        margin-right: 10px;
        margin-left: 10px;
    }
    .my-xl-10 {
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .m-xl-5 {
        margin: 5px;
    }
    .mt-xl-5 {
        margin-top: 5px;
    }
    .mr-xl-5 {
        margin-right: 5px;
    }
    .mb-xl-5 {
        margin-bottom: 5px;
    }
    .ml-xl-5 {
        margin-left: 5px;
    }
    .mx-xl-5 {
        margin-right: 5px;
        margin-left: 5px;
    }
    .my-xl-5 {
        margin-top: 5px;
        margin-bottom: 5px;
    }
    .m-xl-0 {
        margin: 0;
    }
    .mt-xl-0 {
        margin-top: 0;
    }
    .mr-xl-0 {
        margin-right: 0;
    }
    .mb-xl-0 {
        margin-bottom: 0;
    }
    .ml-xl-0 {
        margin-left: 0;
    }
    .mx-xl-0 {
        margin-right: 0;
        margin-left: 0;
    }
    .my-xl-0 {
        margin-top: 0;
        margin-bottom: 0;
    }
    .p-xl-100 {
        padding: 100px;
    }
    .pt-xl-100 {
        padding-top: 100px;
    }
    .pr-xl-100 {
        padding-right: 100px;
    }
    .pb-xl-100 {
        padding-bottom: 100px;
    }
    .pl-xl-100 {
        padding-left: 100px;
    }
    .px-xl-100 {
        padding-right: 100px;
        padding-left: 100px;
    }
    .py-xl-100 {
        padding-top: 100px;
        padding-bottom: 100px;
    }
    .p-xl-90 {
        padding: 90px;
    }
    .pt-xl-90 {
        padding-top: 90px;
    }
    .pr-xl-90 {
        padding-right: 90px;
    }
    .pb-xl-90 {
        padding-bottom: 90px;
    }
    .pl-xl-90 {
        padding-left: 90px;
    }
    .px-xl-90 {
        padding-right: 90px;
        padding-left: 90px;
    }
    .py-xl-90 {
        padding-top: 90px;
        padding-bottom: 90px;
    }
    .p-xl-85 {
        padding: 85px;
    }
    .pt-xl-85 {
        padding-top: 85px;
    }
    .pr-xl-85 {
        padding-right: 85px;
    }
    .pb-xl-85 {
        padding-bottom: 85px;
    }
    .pl-xl-85 {
        padding-left: 85px;
    }
    .px-xl-85 {
        padding-right: 85px;
        padding-left: 85px;
    }
    .py-xl-85 {
        padding-top: 85px;
        padding-bottom: 85px;
    }
    .p-xl-80 {
        padding: 80px;
    }
    .pt-xl-80 {
        padding-top: 80px;
    }
    .pr-xl-80 {
        padding-right: 80px;
    }
    .pb-xl-80 {
        padding-bottom: 80px;
    }
    .pl-xl-80 {
        padding-left: 80px;
    }
    .px-xl-80 {
        padding-right: 80px;
        padding-left: 80px;
    }
    .py-xl-80 {
        padding-top: 80px;
        padding-bottom: 80px;
    }
    .p-xl-70 {
        padding: 70px;
    }
    .pt-xl-70 {
        padding-top: 70px;
    }
    .pr-xl-70 {
        padding-right: 70px;
    }
    .pb-xl-70 {
        padding-bottom: 70px;
    }
    .pl-xl-70 {
        padding-left: 70px;
    }
    .px-xl-70 {
        padding-right: 70px;
        padding-left: 70px;
    }
    .py-xl-70 {
        padding-top: 70px;
        padding-bottom: 70px;
    }
    .p-xl-65 {
        padding: 65px;
    }
    .pt-xl-65 {
        padding-top: 65px;
    }
    .pr-xl-65 {
        padding-right: 65px;
    }
    .pb-xl-65 {
        padding-bottom: 65px;
    }
    .pl-xl-65 {
        padding-left: 65px;
    }
    .px-xl-65 {
        padding-right: 65px;
        padding-left: 65px;
    }
    .py-xl-65 {
        padding-top: 65px;
        padding-bottom: 65px;
    }
    .p-xl-60 {
        padding: 60px;
    }
    .pt-xl-60 {
        padding-top: 60px;
    }
    .pr-xl-60 {
        padding-right: 60px;
    }
    .pb-xl-60 {
        padding-bottom: 60px;
    }
    .pl-xl-60 {
        padding-left: 60px;
    }
    .px-xl-60 {
        padding-right: 60px;
        padding-left: 60px;
    }
    .py-xl-60 {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .p-xl-50 {
        padding: 50px;
    }
    .pt-xl-50 {
        padding-top: 50px;
    }
    .pr-xl-50 {
        padding-right: 50px;
    }
    .pb-xl-50 {
        padding-bottom: 50px;
    }
    .pl-xl-50 {
        padding-left: 50px;
    }
    .px-xl-50 {
        padding-right: 50px;
        padding-left: 50px;
    }
    .py-xl-50 {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .p-xl-40 {
        padding: 40px;
    }
    .pt-xl-40 {
        padding-top: 40px;
    }
    .pr-xl-40 {
        padding-right: 40px;
    }
    .pb-xl-40 {
        padding-bottom: 40px;
    }
    .pl-xl-40 {
        padding-left: 40px;
    }
    .px-xl-40 {
        padding-right: 40px;
        padding-left: 40px;
    }
    .py-xl-40 {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .p-xl-35 {
        padding: 35px;
    }
    .pt-xl-35 {
        padding-top: 35px;
    }
    .pr-xl-35 {
        padding-right: 35px;
    }
    .pb-xl-35 {
        padding-bottom: 35px;
    }
    .pl-xl-35 {
        padding-left: 35px;
    }
    .px-xl-35 {
        padding-right: 35px;
        padding-left: 35px;
    }
    .py-xl-35 {
        padding-top: 35px;
        padding-bottom: 35px;
    }
    .p-xl-30 {
        padding: 30px;
    }
    .pt-xl-30 {
        padding-top: 30px;
    }
    .pr-xl-30 {
        padding-right: 30px;
    }
    .pb-xl-30 {
        padding-bottom: 30px;
    }
    .pl-xl-30 {
        padding-left: 30px;
    }
    .px-xl-30 {
        padding-right: 30px;
        padding-left: 30px;
    }
    .py-xl-30 {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .p-xl-20 {
        padding: 20px;
    }
    .pt-xl-20 {
        padding-top: 20px;
    }
    .pr-xl-20 {
        padding-right: 20px;
    }
    .pb-xl-20 {
        padding-bottom: 20px;
    }
    .pl-xl-20 {
        padding-left: 20px;
    }
    .px-xl-20 {
        padding-right: 20px;
        padding-left: 20px;
    }
    .py-xl-20 {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .p-xl-15 {
        padding: 15px;
    }
    .pt-xl-15 {
        padding-top: 15px;
    }
    .pr-xl-15 {
        padding-right: 15px;
    }
    .pb-xl-15 {
        padding-bottom: 15px;
    }
    .pl-xl-15 {
        padding-left: 15px;
    }
    .px-xl-15 {
        padding-right: 15px;
        padding-left: 15px;
    }
    .py-xl-15 {
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .p-xl-10 {
        padding: 10px;
    }
    .pt-xl-10 {
        padding-top: 10px;
    }
    .pr-xl-10 {
        padding-right: 10px;
    }
    .pb-xl-10 {
        padding-bottom: 10px;
    }
    .pl-xl-10 {
        padding-left: 10px;
    }
    .px-xl-10 {
        padding-right: 10px;
        padding-left: 10px;
    }
    .py-xl-10 {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .p-xl-5 {
        padding: 5px;
    }
    .pt-xl-5 {
        padding-top: 5px;
    }
    .pr-xl-5 {
        padding-right: 5px;
    }
    .pb-xl-5 {
        padding-bottom: 5px;
    }
    .pl-xl-5 {
        padding-left: 5px;
    }
    .px-xl-5 {
        padding-right: 5px;
        padding-left: 5px;
    }
    .py-xl-5 {
        padding-top: 5px;
        padding-bottom: 5px;
    }
    .p-xl-0 {
        padding: 0;
    }
    .pt-xl-0 {
        padding-top: 0;
    }
    .pr-xl-0 {
        padding-right: 0;
    }
    .pb-xl-0 {
        padding-bottom: 0;
    }
    .pl-xl-0 {
        padding-left: 0;
    }
    .px-xl-0 {
        padding-right: 0;
        padding-left: 0;
    }
    .py-xl-0 {
        padding-top: 0;
        padding-bottom: 0;
    }
    .m-xl-auto {
        margin: auto;
    }
    .mt-xl-auto {
        margin-top: auto;
    }
    .mr-xl-auto {
        margin-right: auto;
    }
    .mb-xl-auto {
        margin-bottom: auto;
    }
    .ml-xl-auto {
        margin-left: auto;
    }
    .mx-xl-auto {
        margin-right: auto;
        margin-left: auto;
    }
    .my-xl-auto {
        margin-top: auto;
        margin-bottom: auto;
    }
}
.text-justify {
    text-align: justify !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: 480px) {
    .text-xs-left {
        text-align: left !important;
    }
    .text-xs-right {
        text-align: right !important;
    }
    .text-xs-center {
        text-align: center !important;
    }
}
@media (min-width: 769px) {
    .text-sm-left {
        text-align: left !important;
    }
    .text-sm-right {
        text-align: right !important;
    }
    .text-sm-center {
        text-align: center !important;
    }
}
@media (min-width: 990px) {
    .text-md-left {
        text-align: left !important;
    }
    .text-md-right {
        text-align: right !important;
    }
    .text-md-center {
        text-align: center !important;
    }
}
@media (min-width: 1225px) {
    .text-lg-left {
        text-align: left !important;
    }
    .text-lg-right {
        text-align: right !important;
    }
    .text-lg-center {
        text-align: center !important;
    }
}
@media (min-width: 1460px) {
    .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;
}
.fweight-regular {
    font-weight: 400;
}
.fweight-semibold {
    font-weight: 600;
}
.fweight-bold {
    font-weight: 700;
}
.fweight-extra-bold {
    font-weight: 900;
}
.fweight-black {
    font-weight: 900;
}
@media (min-width: 480px) {
    .fweight-xs-regular {
        font-weight: 400;
    }
    .fweight-xs-semibold {
        font-weight: 600;
    }
    .fweight-xs-bold {
        font-weight: 700;
    }
    .fweight-xs-extra-bold {
        font-weight: 900;
    }
    .fweight-xs-black {
        font-weight: 900;
    }
}
@media (min-width: 769px) {
    .fweight-sm-regular {
        font-weight: 400;
    }
    .fweight-sm-semibold {
        font-weight: 600;
    }
    .fweight-sm-bold {
        font-weight: 700;
    }
    .fweight-sm-extra-bold {
        font-weight: 900;
    }
    .fweight-sm-black {
        font-weight: 900;
    }
}
@media (min-width: 990px) {
    .fweight-md-regular {
        font-weight: 400;
    }
    .fweight-md-semibold {
        font-weight: 600;
    }
    .fweight-md-bold {
        font-weight: 700;
    }
    .fweight-md-extra-bold {
        font-weight: 900;
    }
    .fweight-md-black {
        font-weight: 900;
    }
}
@media (min-width: 1225px) {
    .fweight-lg-regular {
        font-weight: 400;
    }
    .fweight-lg-semibold {
        font-weight: 600;
    }
    .fweight-lg-bold {
        font-weight: 700;
    }
    .fweight-lg-extra-bold {
        font-weight: 900;
    }
    .fweight-lg-black {
        font-weight: 900;
    }
}
@media (min-width: 1460px) {
    .fweight-xl-regular {
        font-weight: 400;
    }
    .fweight-xl-semibold {
        font-weight: 600;
    }
    .fweight-xl-bold {
        font-weight: 700;
    }
    .fweight-xl-extra-bold {
        font-weight: 900;
    }
    .fweight-xl-black {
        font-weight: 900;
    }
}
.font-italic {
    font-style: italic;
}
.text-darkgrey {
    color: #68596e !important;
}
a.text-darkgrey:focus,
a.text-darkgrey:hover {
    color: #4d4252 !important;
}
.text-grey {
    color: #afa2ba !important;
}
a.text-grey:focus,
a.text-grey:hover {
    color: #9685a4 !important;
}
.text-lightgrey {
    color: #dfdae4 !important;
}
a.text-lightgrey:focus,
a.text-lightgrey:hover {
    color: #c6bdce !important;
}
.text-lightergrey {
    color: #f8f7fc !important;
}
a.text-lightergrey:focus,
a.text-lightergrey:hover {
    color: #d8d2ee !important;
}
.text-white {
    color: #fff !important;
}
a.text-white:focus,
a.text-white:hover {
    color: #e6e6e6 !important;
}
.text-lightergreen {
    color: #33cf9f !important;
}
a.text-lightergreen:focus,
a.text-lightergreen:hover {
    color: #27a880 !important;
}
.text-lightgreen {
    color: #2dc495 !important;
}
a.text-lightgreen:focus,
a.text-lightgreen:hover {
    color: #239b75 !important;
}
.text-shinegreen {
    color: #01dfa1 !important;
}
a.text-shinegreen:focus,
a.text-shinegreen:hover {
    color: #01ac7c !important;
}
.text-green {
    color: #42cda1 !important;
}
a.text-green:focus,
a.text-green:hover {
    color: #2eae85 !important;
}
.text-darkgreen {
    color: #369993 !important;
}
a.text-darkgreen:focus,
a.text-darkgreen:hover {
    color: #29736f !important;
}
.text-blue {
    color: #69c1ff !important;
}
a.text-blue:focus,
a.text-blue:hover {
    color: #36acff !important;
}
.text-bluegreen {
    color: #3bd3d7 !important;
}
a.text-bluegreen:focus,
a.text-bluegreen:hover {
    color: #26b5b9 !important;
}
.text-purple {
    color: #907feb !important;
}
a.text-purple:focus,
a.text-purple:hover {
    color: #6a53e4 !important;
}
.text-darkpurple {
    color: #7b61ce !important;
}
a.text-darkpurple:focus,
a.text-darkpurple:hover {
    color: #5b3cc0 !important;
}
.text-tomato {
    color: #f45459 !important;
}
a.text-tomato:focus,
a.text-tomato:hover {
    color: #f1242a !important;
}
.text-darktomato {
    color: #d44144 !important;
}
a.text-darktomato:focus,
a.text-darktomato:hover {
    color: #b82a2d !important;
}
.text-yellow {
    color: #ffd803 !important;
}
a.text-yellow:focus,
a.text-yellow:hover {
    color: #cfaf00 !important;
}
.text-darkyellow {
    color: #e29d00 !important;
}
a.text-darkyellow:focus,
a.text-darkyellow:hover {
    color: #af7a00 !important;
}
.text-mustard {
    color: #feb800 !important;
}
a.text-mustard:focus,
a.text-mustard:hover {
    color: #cb9300 !important;
}
.text-orange {
    color: #feae00 !important;
}
a.text-orange:focus,
a.text-orange:hover {
    color: #cb8b00 !important;
}
.text-pink {
    color: #ff2f63 !important;
}
a.text-pink:focus,
a.text-pink:hover {
    color: #fb003f !important;
}
.text-darkblack {
    color: #171524 !important;
}
a.text-darkblack:focus,
a.text-darkblack:hover {
    color: #020204 !important;
}
.text-black {
    color: #221e33 !important;
}
a.text-black:focus,
a.text-black:hover {
    color: #0d0b13 !important;
}
.text-realblack {
    color: #000 !important;
}
a.text-realblack:focus,
a.text-realblack:hover {
    color: #000 !important;
}
.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}
.text-underline {
    text-decoration: underline;
}
.text-line-through {
    text-decoration: line-through;
}
.visible {
    visibility: visible !important;
}
.invisible {
    visibility: hidden !important;
}
@media (min-width: 480px) {
    .visible-xs {
        visibility: visible !important;
    }
    .invisible-xs {
        visibility: hidden !important;
    }
}
@media (min-width: 769px) {
    .visible-sm {
        visibility: visible !important;
    }
    .invisible-sm {
        visibility: hidden !important;
    }
}
@media (min-width: 990px) {
    .visible-md {
        visibility: visible !important;
    }
    .invisible-md {
        visibility: hidden !important;
    }
}
@media (min-width: 1225px) {
    .visible-lg {
        visibility: visible !important;
    }
    .invisible-lg {
        visibility: hidden !important;
    }
}
@media (min-width: 1460px) {
    .visible-xl {
        visibility: visible !important;
    }
    .invisible-xl {
        visibility: hidden !important;
    }
}
.overlevel-dropdown {
    z-index: 1005 !important;
}
.unverlevel-dropdown {
    z-index: 995 !important;
}
.level-dropdown {
    z-index: 1000 !important;
}
.overlevel-sticky {
    z-index: 1025 !important;
}
.unverlevel-sticky {
    z-index: 1015 !important;
}
.level-sticky {
    z-index: 1020 !important;
}
.overlevel-fixed {
    z-index: 1035 !important;
}
.unverlevel-fixed {
    z-index: 1025 !important;
}
.level-fixed {
    z-index: 1030 !important;
}
.overlevel-backdrop {
    z-index: 1045 !important;
}
.unverlevel-backdrop {
    z-index: 1035 !important;
}
.level-backdrop {
    z-index: 1040 !important;
}
.overlevel-modal {
    z-index: 1055 !important;
}
.unverlevel-modal {
    z-index: 1045 !important;
}
.level-modal {
    z-index: 1050 !important;
}
.overlevel-popover {
    z-index: 1065 !important;
}
.unverlevel-popover {
    z-index: 1055 !important;
}
.level-popover {
    z-index: 1060 !important;
}
.overlevel-tooltip {
    z-index: 1075 !important;
}
.unverlevel-tooltip {
    z-index: 1065 !important;
}
.level-tooltip {
    z-index: 1070 !important;
}
@media (min-width: 480px) {
    .overlevel-xs-dropdown {
        z-index: 1005 !important;
    }
    .unverlevel-xs-dropdown {
        z-index: 995 !important;
    }
    .level-xs-dropdown {
        z-index: 1000 !important;
    }
    .overlevel-xs-sticky {
        z-index: 1025 !important;
    }
    .unverlevel-xs-sticky {
        z-index: 1015 !important;
    }
    .level-xs-sticky {
        z-index: 1020 !important;
    }
    .overlevel-xs-fixed {
        z-index: 1035 !important;
    }
    .unverlevel-xs-fixed {
        z-index: 1025 !important;
    }
    .level-xs-fixed {
        z-index: 1030 !important;
    }
    .overlevel-xs-backdrop {
        z-index: 1045 !important;
    }
    .unverlevel-xs-backdrop {
        z-index: 1035 !important;
    }
    .level-xs-backdrop {
        z-index: 1040 !important;
    }
    .overlevel-xs-modal {
        z-index: 1055 !important;
    }
    .unverlevel-xs-modal {
        z-index: 1045 !important;
    }
    .level-xs-modal {
        z-index: 1050 !important;
    }
    .overlevel-xs-popover {
        z-index: 1065 !important;
    }
    .unverlevel-xs-popover {
        z-index: 1055 !important;
    }
    .level-xs-popover {
        z-index: 1060 !important;
    }
    .overlevel-xs-tooltip {
        z-index: 1075 !important;
    }
    .unverlevel-xs-tooltip {
        z-index: 1065 !important;
    }
    .level-xs-tooltip {
        z-index: 1070 !important;
    }
}
@media (min-width: 769px) {
    .overlevel-sm-dropdown {
        z-index: 1005 !important;
    }
    .unverlevel-sm-dropdown {
        z-index: 995 !important;
    }
    .level-sm-dropdown {
        z-index: 1000 !important;
    }
    .overlevel-sm-sticky {
        z-index: 1025 !important;
    }
    .unverlevel-sm-sticky {
        z-index: 1015 !important;
    }
    .level-sm-sticky {
        z-index: 1020 !important;
    }
    .overlevel-sm-fixed {
        z-index: 1035 !important;
    }
    .unverlevel-sm-fixed {
        z-index: 1025 !important;
    }
    .level-sm-fixed {
        z-index: 1030 !important;
    }
    .overlevel-sm-backdrop {
        z-index: 1045 !important;
    }
    .unverlevel-sm-backdrop {
        z-index: 1035 !important;
    }
    .level-sm-backdrop {
        z-index: 1040 !important;
    }
    .overlevel-sm-modal {
        z-index: 1055 !important;
    }
    .unverlevel-sm-modal {
        z-index: 1045 !important;
    }
    .level-sm-modal {
        z-index: 1050 !important;
    }
    .overlevel-sm-popover {
        z-index: 1065 !important;
    }
    .unverlevel-sm-popover {
        z-index: 1055 !important;
    }
    .level-sm-popover {
        z-index: 1060 !important;
    }
    .overlevel-sm-tooltip {
        z-index: 1075 !important;
    }
    .unverlevel-sm-tooltip {
        z-index: 1065 !important;
    }
    .level-sm-tooltip {
        z-index: 1070 !important;
    }
}
@media (min-width: 990px) {
    .overlevel-md-dropdown {
        z-index: 1005 !important;
    }
    .unverlevel-md-dropdown {
        z-index: 995 !important;
    }
    .level-md-dropdown {
        z-index: 1000 !important;
    }
    .overlevel-md-sticky {
        z-index: 1025 !important;
    }
    .unverlevel-md-sticky {
        z-index: 1015 !important;
    }
    .level-md-sticky {
        z-index: 1020 !important;
    }
    .overlevel-md-fixed {
        z-index: 1035 !important;
    }
    .unverlevel-md-fixed {
        z-index: 1025 !important;
    }
    .level-md-fixed {
        z-index: 1030 !important;
    }
    .overlevel-md-backdrop {
        z-index: 1045 !important;
    }
    .unverlevel-md-backdrop {
        z-index: 1035 !important;
    }
    .level-md-backdrop {
        z-index: 1040 !important;
    }
    .overlevel-md-modal {
        z-index: 1055 !important;
    }
    .unverlevel-md-modal {
        z-index: 1045 !important;
    }
    .level-md-modal {
        z-index: 1050 !important;
    }
    .overlevel-md-popover {
        z-index: 1065 !important;
    }
    .unverlevel-md-popover {
        z-index: 1055 !important;
    }
    .level-md-popover {
        z-index: 1060 !important;
    }
    .overlevel-md-tooltip {
        z-index: 1075 !important;
    }
    .unverlevel-md-tooltip {
        z-index: 1065 !important;
    }
    .level-md-tooltip {
        z-index: 1070 !important;
    }
}
@media (min-width: 1225px) {
    .overlevel-lg-dropdown {
        z-index: 1005 !important;
    }
    .unverlevel-lg-dropdown {
        z-index: 995 !important;
    }
    .level-lg-dropdown {
        z-index: 1000 !important;
    }
    .overlevel-lg-sticky {
        z-index: 1025 !important;
    }
    .unverlevel-lg-sticky {
        z-index: 1015 !important;
    }
    .level-lg-sticky {
        z-index: 1020 !important;
    }
    .overlevel-lg-fixed {
        z-index: 1035 !important;
    }
    .unverlevel-lg-fixed {
        z-index: 1025 !important;
    }
    .level-lg-fixed {
        z-index: 1030 !important;
    }
    .overlevel-lg-backdrop {
        z-index: 1045 !important;
    }
    .unverlevel-lg-backdrop {
        z-index: 1035 !important;
    }
    .level-lg-backdrop {
        z-index: 1040 !important;
    }
    .overlevel-lg-modal {
        z-index: 1055 !important;
    }
    .unverlevel-lg-modal {
        z-index: 1045 !important;
    }
    .level-lg-modal {
        z-index: 1050 !important;
    }
    .overlevel-lg-popover {
        z-index: 1065 !important;
    }
    .unverlevel-lg-popover {
        z-index: 1055 !important;
    }
    .level-lg-popover {
        z-index: 1060 !important;
    }
    .overlevel-lg-tooltip {
        z-index: 1075 !important;
    }
    .unverlevel-lg-tooltip {
        z-index: 1065 !important;
    }
    .level-lg-tooltip {
        z-index: 1070 !important;
    }
}
@media (min-width: 1460px) {
    .overlevel-xl-dropdown {
        z-index: 1005 !important;
    }
    .unverlevel-xl-dropdown {
        z-index: 995 !important;
    }
    .level-xl-dropdown {
        z-index: 1000 !important;
    }
    .overlevel-xl-sticky {
        z-index: 1025 !important;
    }
    .unverlevel-xl-sticky {
        z-index: 1015 !important;
    }
    .level-xl-sticky {
        z-index: 1020 !important;
    }
    .overlevel-xl-fixed {
        z-index: 1035 !important;
    }
    .unverlevel-xl-fixed {
        z-index: 1025 !important;
    }
    .level-xl-fixed {
        z-index: 1030 !important;
    }
    .overlevel-xl-backdrop {
        z-index: 1045 !important;
    }
    .unverlevel-xl-backdrop {
        z-index: 1035 !important;
    }
    .level-xl-backdrop {
        z-index: 1040 !important;
    }
    .overlevel-xl-modal {
        z-index: 1055 !important;
    }
    .unverlevel-xl-modal {
        z-index: 1045 !important;
    }
    .level-xl-modal {
        z-index: 1050 !important;
    }
    .overlevel-xl-popover {
        z-index: 1065 !important;
    }
    .unverlevel-xl-popover {
        z-index: 1055 !important;
    }
    .level-xl-popover {
        z-index: 1060 !important;
    }
    .overlevel-xl-tooltip {
        z-index: 1075 !important;
    }
    .unverlevel-xl-tooltip {
        z-index: 1065 !important;
    }
    .level-xl-tooltip {
        z-index: 1070 !important;
    }
}
.cart-reminder {
    border-radius: 10px;
    overflow: hidden;
    background-color: #fff;
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
}
.cart-reminder-header-images {
    margin-bottom: -90px;
}
.cart-reminder-header-image {
    width: 6.35714em;
    height: 9em;
    -webkit-box-shadow: 0 4px 7px -2px rgba(0, 0, 0, 0.25);
    box-shadow: 0 4px 7px -2px rgba(0, 0, 0, 0.25);
    background-color: #dcdcdc;
}
.cart-reminder-header-image-1 {
    position: relative;
    z-index: 3;
}
.cart-reminder-header-image-2,
.cart-reminder-header-image-3 {
    position: absolute;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    display: inline-block;
    top: 0;
}
.cart-reminder-header-image-2 {
    -webkit-transform: scale(0.8) translateX(1.78571em);
    transform: scale(0.8) translateX(1.78571em);
    z-index: 2;
}
.cart-reminder-header-image-3 {
    -webkit-transform: scale(0.8) translateX(-1.78571em);
    transform: scale(0.8) translateX(-1.78571em);
    z-index: 1;
}
.cart-reminder-popover {
    border-width: 0;
    padding: 0;
    background: none;
}
.cart-reminder-popover .popover-header {
    display: none;
}
.cart-reminder-popover .arrow::before,
.cart-reminder-popover .arrow::after {
    top: -7px !important;
    border-bottom-color: #907feb !important;
}
.cart-reminder-body::before {
    content: "";
    display: block;
    background-image: url(/Assets/svg/pattern-wave.svg);
    background-repeat: repeat-x;
    background-size: 30px 10px;
    background-position: bottom;
    height: 11px;
    z-index: 0;
    position: relative;
    top: -1px;
}
.cart-reminder-action .btn {
    font-size: 10px;
    height: 35px;
    width: auto;
}
.cart-reminder-backdrop {
    opacity: 0 !important;
}
.menu-header-mobile-action-cart.has-cart-reminder,
.menu-header-action-cart.has-cart-reminder {
    color: #907feb !important;
}
.menu-header-mobile-action-cart.has-cart-reminder svg path,
.menu-header-action-cart.has-cart-reminder svg path {
    stroke: #907feb !important;
    fill: #907feb !important;
}
.banner-top {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    z-index: 0;
    position: relative;
    display: block;
}
.banner-top-badge {
    color: #624508;
    background-color: #ffb505;
    padding-left: 7px;
    padding-right: 7px;
    margin-left: 1px;
    margin-right: 1px;
}
@media (max-width: 479px) {
    .banner-top p {
        max-width: 200px;
    }
}
.banner-top.banner-ativo img {
    width: 100%;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
}
.menu-product-card {
    border-radius: 10px;
    margin-bottom: 10px;
    position: relative;
    -webkit-box-shadow: 0 2px 20px 0 rgba(223, 218, 228, 0.5);
    box-shadow: 0 2px 20px 0 rgba(223, 218, 228, 0.5);
    -webkit-transition-duration: 150ms;
    transition-duration: 150ms;
    -webkit-transition-property: -webkit-box-shadow, background-color;
    transition-property: -webkit-box-shadow, background-color;
    transition-property: box-shadow;
    -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    overflow: hidden;
    background-color: #a975f2;
}
.menu-product-card > * {
    position: relative;
    z-index: 1;
}
.menu-product-card h4 {
    color: #000;
    padding-left: 10px;
    padding-right: 6px;
    font-size: 14px;
    font-weight: 400;
}
.menu-product-card h4 svg {
    fill: #afa2ba;
    opacity: 0.6;
    height: 20px;
    width: 20px;
}
.menu-product-card-image {
    height: 75%;
    width: 75%;
}
.menu-product-card-image-wrapper {
    height: 70px;
    line-height: 70px;
    width: 70px;
    background-color: #fff;
    text-align: center;
}
@media (min-width: 1460px) {
    .menu-product-card-image-wrapper {
        height: 80px;
        line-height: 80px;
        width: 80px;
    }
}
.menu-product-card-catalog .row {
    margin-left: -5px;
    margin-right: -5px;
}
.menu-product-card-catalog .row > div {
    padding-left: 5px;
    padding-right: 5px;
}
.menu-product-card:focus {
    text-decoration: none;
    -webkit-box-shadow: 0 5px 10px -1px rgba(223, 218, 228, 0.9);
    box-shadow: 0 5px 10px -1px rgba(223, 218, 228, 0.9);
}
.menu-product-card:hover {
    text-decoration: none;
    -webkit-box-shadow: 0 5px 10px -1px rgba(223, 218, 228, 0.9);
    box-shadow: 0 5px 10px -1px rgba(223, 218, 228, 0.9);
    color: #fff;
}
.menu-product-card:hover h4 {
    color: #fff;
}
.menu-product-card:hover h4 svg {
    fill: #fff;
}
.menu-product-card:not(:hover) {
    background: #fff !important;
}
.hamburger {
    padding: 2px 2px;
    display: inline-block;
    cursor: pointer;
    transition-property: opacity, filter;
    transition-duration: 0.15s;
    transition-timing-function: linear;
    font: inherit;
    color: inherit;
    text-transform: none;
    background-color: transparent;
    border: 0;
    margin: 0;
    overflow: visible;
}
.hamburger:hover {
    opacity: 1;
}
.hamburger-box {
    width: 22px;
    height: 17px;
    display: inline-block;
    position: relative;
}
.hamburger-inner {
    display: block;
    top: 50%;
    margin-top: -1.5px;
}
.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
    width: 22px;
    height: 3px;
    background-color: #3bd3d7;
    border-radius: 10px;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease;
}
.hamburger-inner::before,
.hamburger-inner::after {
    content: "";
    display: block;
}
.hamburger-inner::before {
    top: -7px;
}
.hamburger-inner::after {
    bottom: -7px;
}
.hamburger--slider .hamburger-inner {
    top: 1.5px;
}
.hamburger--slider .hamburger-inner::before {
    top: 7px;
    transition-property: transform, opacity;
    transition-timing-function: ease;
    transition-duration: 0.15s;
}
.hamburger--slider .hamburger-inner::after {
    top: 14px;
}
.hamburger--slider.is-active .hamburger-inner {
    transform: translate3d(0, 7px, 0) rotate(45deg);
}
.hamburger--slider.is-active .hamburger-inner::before {
    transform: rotate(-45deg) translate3d(-3.14286px, -4px, 0);
    opacity: 0;
}
.hamburger--slider.is-active .hamburger-inner::after {
    transform: translate3d(0, -14px, 0) rotate(-90deg);
}
.menu-header-mobile {
    border-bottom: 1px solid #f8f7fc;
    background: #fff;
    align-items: center;
    display: flex;
}
.menu-header-mobile .container-fluid {
    padding: 0 16px 0 16px !important;
}
.menu-header-mobile-partner-logo img {
    height: 31px;
    width: auto;
}
.menu-header-mobile-actions svg {
    height: 22px;
    width: 22px;
}
.menu-header-mobile-actions svg path {
    fill: #3bd3d7;
    stroke: #3bd3d7;
}
.menu-header-mobile-actions a,
.menu-header-mobile-actions button {
    padding-left: 15px;
}
.menu-header-mobile-actions > *:first-child {
    padding-left: 0;
}
.menu-header-mobile-action-login,
.menu-header-mobile-action-user {
    font-size: 14px;
    font-weight: 600;
    color: #3bd3d7 !important;
}
.menu-header-mobile-action-login svg,
.menu-header-mobile-action-user svg {
    margin-left: 5px;
    min-width: 22px;
}
.menu-header-mobile-action-login svg circle {
    fill: #3bd3d7;
}
.menu-header-mobile-action-login svg path {
    fill: white;
    stroke: #3bd3d7;
}
.menu-header-mobile .menu-loja {
    position: relative;
}
.menu-header-mobile .menu-loja::after {
    background: #9b70e3;
    height: 4px;
    width: 100px;
    content: "";
    display: block;
    position: absolute;
    top: 44px;
    border-radius: 100px 100px 0 0;
}
@media (min-width: 480px) {
    .menu-header-mobile .menu-loja::after {
        top: 50px !important;
    }
}
.menu-header-mobile-action-user {
    max-width: 110px;
    max-width: 25vw;
    -webkit-transition: color 150ms cubic-bezier(0.4, 0, 0.6, 1);
    transition: color 150ms cubic-bezier(0.4, 0, 0.6, 1);
}
.menu-header-mobile-action-user svg circle {
    stroke: #3bd3d7;
    fill: #3bd3d7;
    -webkit-transition: stroke 150ms cubic-bezier(0.4, 0, 0.6, 1),
        fill 150ms cubic-bezier(0.4, 0, 0.6, 1);
    transition: stroke 150ms cubic-bezier(0.4, 0, 0.6, 1),
        fill 150ms cubic-bezier(0.4, 0, 0.6, 1);
}
.menu-header-mobile-action-user svg path {
    stroke: #fff;
    fill: #fff;
}
.menu-header-mobile-action-user span {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-transform: capitalize;
}
.menu-header-mobile-action-user.is-active {
    color: #907feb !important;
}
.menu-header-mobile-action-user.is-active svg circle {
    stroke: #907feb;
    fill: #907feb;
}
.menu-header-mobile-action-cart {
    padding-left: 15px !important;
}
.menu-header-mobile-action-cart-badge {
    -webkit-transform: translate(55%, -60%);
    transform: translate(55%, -60%);
    right: 50%;
    top: 50%;
    font-size: 9px;
    font-weight: 900;
    color: #fff;
}
.menu-header-mobile-action-cart svg {
    height: 24px;
    width: 25px;
}
.menu-header-mobile-action-cart.cart-with-items svg path {
    fill: #ff4641;
    stroke: #ff4641;
}
.menu-header-mobile-action-main {
    margin-top: 1px;
}
.menu-header-mobile-action-main .hamburger-inner::after {
    width: 16px;
}
.menu-header-mobile-action-main.is-active .hamburger-inner::after {
    width: 22px;
}
.menu-header-mobile-action-main:focus {
    outline: none;
}
.menu-header-mobile.is-inverted {
    border-bottom-color: #1fbfc3;
    background: #3bd3d7;
}
.menu-header-mobile.is-inverted .menu-header-mobile-actions svg path {
    fill: #fff;
    stroke: #fff;
}
.menu-header-mobile.is-inverted .menu-header-mobile-action-login,
.menu-header-mobile.is-inverted .menu-header-mobile-action-user {
    color: #fff !important;
}
.menu-header-mobile.is-inverted .menu-header-mobile-action-login svg circle,
.menu-header-mobile.is-inverted .menu-header-mobile-action-user svg circle {
    stroke: #fff !important;
    fill: #fff !important;
}
.menu-header-mobile.is-inverted .menu-header-mobile-action-login svg path,
.menu-header-mobile.is-inverted .menu-header-mobile-action-user svg path {
    stroke: #3bd3d7 !important;
    fill: #3bd3d7 !important;
}
.menu-header-mobile.is-inverted .menu-header-mobile-action-login.is-active,
.menu-header-mobile.is-inverted .menu-header-mobile-action-user.is-active {
    color: #907feb !important;
}
.menu-header-mobile.is-inverted
    .menu-header-mobile-action-login.is-active
    svg
    circle,
.menu-header-mobile.is-inverted
    .menu-header-mobile-action-user.is-active
    svg
    circle {
    stroke: #907feb !important;
    fill: #907feb !important;
}
.menu-header-mobile.is-inverted .menu-header-mobile-action-cart-badge {
    color: #fff;
}
.menu-header-mobile.is-inverted
    .menu-header-mobile-action-cart.cart-with-items
    svg
    path {
    fill: #ff4641;
    stroke: #ff4641;
}
.menu-header-mobile.is-inverted .hamburger-inner,
.menu-header-mobile.is-inverted .hamburger-inner::before,
.menu-header-mobile.is-inverted .hamburger-inner::after {
    background-color: #fff;
}
.menu-header-mobile.has-partnership .menu-header-mobile-logo {
    width: 31px;
    overflow: hidden;
}
@media (min-width: 480px) {
    .menu-header-mobile.has-partnership .menu-header-mobile-logo {
        width: 91px;
        overflow: auto;
    }
}
.categories-new {
    z-index: 0 !important;
    border-bottom: none !important;
}
.categories-new .sub-description {
    color: #3bd3d7;
}
.categories-new .menu-clube .badge {
    padding: 4px 5px !important;
}
menu-header {
    z-index: 1;
}
menu-header .container {
    width: 990px !important;
}
.border-clube {
    border-bottom: 1px solid #dfdae4;
    border-top: 1px solid #dfdae4;
}

.ballon-icon {
    margin-left: 6px;
    margin-right: 16px !important;
}
.ballon-icon svg {
    margin-right: 16px !important;
}
.px-25 {
    padding-left: 25px;
    padding-right: 25px;
}
.with-icon {
    padding-left: 15px !important;
}
.btn-menu-unsigned {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
    text-align: center;
    left: 0;
    bottom: 0;
    letter-spacing: 0.9px;
    width: 100%;
    height: 50px;
    line-height: 50px;
    background: #8e4dd4;
    border-radius: 100px;
    text-transform: uppercase;
    text-decoration: none;
    font-family: Nunito !important;
    font-size: 12px !important;
    font-weight: 900;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #fff;
}
.btn-menu-unsigned:hover {
    color: #fff;
    text-decoration: none;
}
.text-clube {
    font-family: Roboto;
    font-size: 12px !important;
    font-weight: bold !important;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.64;
    color: #923fda !important;
    text-transform: uppercase;
}
.text-small {
    text-align: center;
    margin-left: 20px;
    font-family: Roboto;
    font-size: 10px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #66596d;
}
.text-clube-button {
    opacity: 0.7;
    font-family: Roboto;
    font-size: 14px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.64;
    color: #68596e;
    text-transform: uppercase;
}
.menu-header {
    border-bottom: 1px solid #f2f1f2;
    background: #fff;
}
@media (min-width: 990px) {
    .menu-header .container {
        width: 1000px !important;
    }
    .menu-header .container .sub-description {
        font-size: 12px !important;
    }
}
@media (min-width: 1225px) {
    .menu-header .container {
        width: 1191px !important;
    }
    .menu-header .container .sub-description {
        font-size: 14px !important;
    }
}
@media (min-width: 1460px) {
    .menu-header .container {
        width: 1400px !important;
    }
}
.menu-header a {
    font-family: "Roboto";
    font-size: 14px;
}
.menu-header .active-loja-page {
    position: relative;
    display: flex;
    flex-direction: column;
}
.menu-header .active-loja-page .sub-title {
    flex-grow: 1;
}
.menu-header .active-loja-page .active-page-feel {
    position: absolute;
    top: 37px;
    right: -10px;
    background: #9b70e3;
    height: 5px;
    width: 145px;
    content: "";
    display: block;
    border-radius: 100px 100px 0 0;
}
.menu-header .active-loja-page .active-page-book {
    position: absolute;
    top: 37px;
    right: -16px;
    background: #9b70e3;
    height: 5px;
    width: 85px;
    content: "";
    display: block;
    border-radius: 100px 100px 0 0;
}
.menu-header .active-loja-page .active-page-holiday {
    position: absolute;
    top: 37px;
    right: -3px;
    background: #9b70e3;
    height: 5px;
    width: 140px;
    content: "";
    display: block;
    border-radius: 100px 100px 0 0;
}
.menu-header .active-loja-page .active-page-freebie {
    position: absolute;
    top: 37px;
    right: -7px;
    background: #9b70e3;
    height: 5px;
    width: 58px;
    content: "";
    display: block;
    border-radius: 100px 100px 0 0;
}
.menu-header .active-loja-page .active-page-animals {
    position: absolute;
    top: 37px;
    right: -8px;
    background: #9b70e3;
    height: 5px;
    width: 150px;
    content: "";
    display: block;
    border-radius: 100px 100px 0 0;
}
.menu-header .active-loja-page .active-page-best {
    position: absolute;
    top: 37px;
    right: -13px;
    background: #9b70e3;
    height: 5px;
    width: 100px;
    content: "";
    display: block;
    border-radius: 100px 100px 0 0;
}
.menu-header .active-loja-page .active-page-collection {
    position: absolute;
    top: 37px;
    right: -1px;
    background: #9b70e3;
    height: 5px;
    width: 160px;
    content: "";
    display: block;
    border-radius: 100px 100px 0 0;
}
.menu-header .menu-loja,
.menu-header .menu-clube {
    display: flex;
    flex-direction: row;
    margin-left: 25px;
}
.menu-header .menu-loja:hover .sub-description,
.menu-header .menu-loja:focus .sub-description,
.menu-header .menu-clube:hover .sub-description,
.menu-header .menu-clube:focus .sub-description {
    opacity: 0.8 !important;
}
.menu-header .menu-loja:hover .sub-title,
.menu-header .menu-loja:focus .sub-title,
.menu-header .menu-clube:hover .sub-title,
.menu-header .menu-clube:focus .sub-title {
    opacity: 1 !important;
}
.menu-header .menu-loja .sub-description,
.menu-header .menu-clube .sub-description {
    font-family: Roboto;
    font-size: 14px;
    line-height: 18px;
}
.menu-header .menu-loja .sub-title,
.menu-header .menu-clube .sub-title {
    font-family: Roboto;
    color: #fff;
    line-height: 18px;
    opacity: 1;
    margin-top: 7px;
}
.menu-header .hamburger-inner,
.menu-header .hamburger-inner::before,
.menu-header .hamburger-inner::after {
    background-color: #fff;
    padding: 0 !important;
}
.menu-header .hamburger-box {
    padding: 0 !important;
    margin-right: 7px !important;
}
.menu-header .menu-header-mobile-action-main {
    margin: 0 !important;
}
.menu-header .menu-loja {
    position: relative;
}
.menu-header-logo {
    width: 174px;
    height: 55px;
}
.menu-header-logo svg {
    width: 100%;
    height: 100%;
}
.menu-header-logo img {
    width: 100%;
    height: 100%;
}
.menu-header-partner-logo img {
    height: 31px;
    width: auto;
}
.menu-header-actions .menu-header-action {
    font-size: 14px;
    color: #afa2ba;
    font-weight: 400;
    height: 30px;
    border-right: 1px solid #f2f1f2;
    -webkit-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
    -webkit-transition-duration: 150ms;
    transition-duration: 150ms;
}
@media (min-width: 1225px) {
    .menu-header-actions .menu-header-action {
        font-size: 16px;
    }
}
.menu-header-actions .menu-header-action:hover,
.menu-header-actions .menu-header-action:focus {
    text-decoration: none;
    opacity: 1;
}
.menu-header-actions .menu-header-action.menu-header-action-cart {
    border-right-width: 0;
}
.menu-header-action-user {
    opacity: 0.7;
}
.menu-header-action-user:hover,
.menu-header-action-user:focus {
    opacity: 1 !important;
}
.menu-header-action-user span,
.menu-header-action-menu span {
    padding-left: 2px;
    text-transform: capitalize;
}
.menu-header-action-user svg,
.menu-header-action-menu svg {
    height: 26px;
    width: 26px;
    -webkit-transition: stroke 150ms cubic-bezier(0.4, 0, 0.6, 1),
        fill 150ms cubic-bezier(0.4, 0, 0.6, 1);
    transition: stroke 150ms cubic-bezier(0.4, 0, 0.6, 1),
        fill 150ms cubic-bezier(0.4, 0, 0.6, 1);
}
.menu-header-action-user svg circle,
.menu-header-action-menu svg circle {
    stroke: #afa2ba;
    fill: #afa2ba;
    -webkit-transition: stroke 150ms cubic-bezier(0.4, 0, 0.6, 1),
        fill 150ms cubic-bezier(0.4, 0, 0.6, 1);
    transition: stroke 150ms cubic-bezier(0.4, 0, 0.6, 1),
        fill 150ms cubic-bezier(0.4, 0, 0.6, 1);
}
.menu-header-action-user svg.icon {
    height: 26px;
    width: 26px;
    -webkit-transition: stroke 150ms cubic-bezier(0.4, 0, 0.6, 1),
        fill 150ms cubic-bezier(0.4, 0, 0.6, 1);
    transition: stroke 150ms cubic-bezier(0.4, 0, 0.6, 1),
        fill 150ms cubic-bezier(0.4, 0, 0.6, 1);
}
.menu-header-action-user svg.icon circle {
    stroke: #afa2ba;
    fill: #afa2ba;
    -webkit-transition: stroke 150ms cubic-bezier(0.4, 0, 0.6, 1),
        fill 150ms cubic-bezier(0.4, 0, 0.6, 1);
    transition: stroke 150ms cubic-bezier(0.4, 0, 0.6, 1),
        fill 150ms cubic-bezier(0.4, 0, 0.6, 1);
}
.menu-header-action-user svg.arrow {
    opacity: 0.8;
    margin-left: 2px;
    height: 16px;
    width: 16px;
    -webkit-transition: stroke 150ms cubic-bezier(0.4, 0, 0.6, 1),
        fill 150ms cubic-bezier(0.4, 0, 0.6, 1);
    transition: stroke 150ms cubic-bezier(0.4, 0, 0.6, 1),
        fill 150ms cubic-bezier(0.4, 0, 0.6, 1);
}
.menu-header-action-user svg.arrow path {
    stroke: #afa2ba;
    fill: #afa2ba;
    -webkit-transition: stroke 150ms cubic-bezier(0.4, 0, 0.6, 1),
        fill 150ms cubic-bezier(0.4, 0, 0.6, 1);
    transition: stroke 150ms cubic-bezier(0.4, 0, 0.6, 1),
        fill 150ms cubic-bezier(0.4, 0, 0.6, 1);
}
.menu-header-action-menu svg {
    fill: #afa2ba;
}
.menu-header-action-cart > div::before {
    content: "";
    background-color: #fff;
    width: 100%;
    height: 100%;
    position: absolute;
    -webkit-transform: scale(1.55);
    transform: scale(1.55);
    border-radius: 100%;
    left: 0;
    top: 0;
    z-index: -1;
}
.menu-header-action-cart svg {
    height: 32px;
    width: 32px;
}
.menu-header-action-cart svg path {
    fill: #afa2ba;
    stroke: #afa2ba;
    -webkit-transition: fill 150ms cubic-bezier(0.4, 0, 0.6, 1),
        stroke 150ms cubic-bezier(0.4, 0, 0.6, 1);
    transition: fill 150ms cubic-bezier(0.4, 0, 0.6, 1),
        stroke 150ms cubic-bezier(0.4, 0, 0.6, 1);
}
.menu-header-action-cart-badge {
    -webkit-transform: translate(55%, -70%);
    transform: translate(55%, -70%);
    right: 50%;
    top: 50%;
    font-size: 9px;
    font-weight: 900;
    width: 22px;
    color: #fff;
    text-align: center;
}
.menu-header-action-cart.cart-with-items svg path {
    fill: #ff4641;
    stroke: #ff4641;
}
.menu-header-action-cart.cart-with-items:hover,
.menu-header-action-cart.cart-with-items:focus {
    color: #ff4641;
}
.menu-header-user-options {
    opacity: 0;
    -webkit-transform: translateY(-12px);
    transform: translateY(-12px);
    visibility: hidden;
    z-index: -1;
    -webkit-transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s,
        z-index 0.3s linear 0.01s;
    transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s,
        z-index 0.3s linear 0.01s;
    width: 260px;
    right: -50px;
    top: 110%;
    border-radius: 10px;
}
.menu-header-user-options > div {
    position: relative;
    z-index: 2;
    -webkit-box-shadow: 0 10px 26px 0 rgba(47, 15, 42, 0.2);
    box-shadow: 0 10px 26px 0 rgba(47, 15, 42, 0.2);
    border-radius: 10px;
}
.menu-header-user-options hr {
    border-bottom: solid 1px #dfdae4;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    margin-top: 15px;
    margin-bottom: 15px;
}
.menu-header-user-options-line {
    min-height: 35px;
    font-family: Roboto;
    font-size: 8px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #68596e;
    opacity: 0.7;
}
.menu-header-user-options-line svg {
    margin-right: 10px;
    fill: #68596e;
}
.menu-header-user-options-line svg path {
    fill: #68596e;
}
.menu-header-user-options-line:hover,
.menu-header-user-options-line:focus {
    color: #68596e;
    text-decoration: none;
    -webkit-transition: color 150ms cubic-bezier(0.4, 0, 0.6, 1);
    transition: color 150ms cubic-bezier(0.4, 0, 0.6, 1);
    opacity: 1;
}
.menu-header-user-options-wrapper:hover .menu-header-user-options,
.menu-header-user-options-wrapper:focus .menu-header-user-options {
    visibility: visible;
    opacity: 1;
    z-index: 2;
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
    -webkit-transition-delay: 0s, 0s, 0s;
    transition-delay: 0s, 0s, 0s;
}
.menu-header .row {
    min-height: 90px;
}
.menu-header.is-inverted {
    border-color: rgba(255, 255, 255, 0.25);
    background: #3bd3d7;
}
.menu-header.is-inverted .menu-header-actions .menu-header-action {
    color: #fff;
    border-right-color: rgba(255, 255, 255, 0.25);
}
.menu-header.is-inverted
    .menu-header-actions
    .menu-header-action.menu-header-action-cart,
.menu-header.is-inverted
    .menu-header-actions
    .menu-header-action.menu-header-action-user,
.menu-header.is-inverted
    .menu-header-actions
    .menu-header-action.menu-header-action-login {
    border-right-width: 0;
}
.menu-header.is-inverted .menu-header-actions .menu-header-action b {
    letter-spacing: 0.8px;
}
.menu-header.is-inverted .menu-header-action-user {
    color: #fff;
}
.menu-header.is-inverted .menu-header-action-user svg.icon circle {
    stroke: #fff;
    fill: #fff;
}
.menu-header.is-inverted .menu-header-action-user svg.icon path {
    fill: #3bd3d7;
}
.menu-header.is-inverted .menu-header-action-user svg.arrow path {
    stroke: #fff;
    fill: #fff;
}
.menu-header.is-inverted .menu-header-action-menu svg {
    fill: #fff;
}
.menu-header.is-inverted .menu-header-action-cart svg path {
    fill: #3bd3d7;
    stroke: #3bd3d7;
}
.menu-header.is-inverted .menu-header-action-cart-badge {
    color: #fff;
}
.menu-header.is-inverted .menu-header-action-cart:hover svg path,
.menu-header.is-inverted .menu-header-action-cart:focus svg path {
    fill: #1fbfc3;
    stroke: #1fbfc3;
}
.menu-header.is-inverted .menu-header-action-cart.cart-with-items svg path {
    fill: #ff4641;
    stroke: #ff4641;
}
.menu-header.is-inverted .menu-header-action-cart.cart-with-items:hover,
.menu-header.is-inverted .menu-header-action-cart.cart-with-items:focus {
    color: #ff4641;
}
.menu-header.is-inverted
    .menu-header-user-options-wrapper:hover
    .menu-header-user-options,
.menu-header.is-inverted
    .menu-header-user-options-wrapper:focus
    .menu-header-user-options {
    visibility: visible;
    opacity: 1;
    z-index: 2;
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
    -webkit-transition-delay: 0s, 0s, 0s;
    transition-delay: 0s, 0s, 0s;
}
.menu-header-partner-logo.ensinamais img {
    height: 50px;
}
.ml-5-mobile {
    padding-right: 0 !important;
}
.list-title-menu {
    text-transform: uppercase;
}
.border-clube {
    border-bottom: 1px solid #dfdae4;
}
.ballon-icon {
    margin-left: 6px;
    margin-right: 14px !important;
}
.text-small {
    margin-bottom: 14px;
    padding-left: 10px;
    font-size: 8px;
    color: #fff;
    font-family: Roboto, Helvetica, Arial, sans-serif;
}
.text-clube {
    font-size: 12px;
    color: #fff;
    font-family: Roboto, Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-weight: bold;
}
@media (max-width: 989px) {
    .text-clube {
        color: #923fda !important;
        min-height: 35px;
        opacity: 1 !important;
        padding-left: 15px;
    }
}
.menu-mobile {
    height: 100%;
}
.menu-mobile .container-fluid {
    padding-left: 0;
    padding-right: 21px;
}
.menu-mobile .menu-header-mobile .menu-header-mobile-action-login {
    font-weight: unset;
}
.menu-mobile .collapse-menu {
    background-color: #fff;
}
.menu-mobile .collapse-menu span {
    font-weight: unset !important;
    color: #68596e !important;
    opacity: 0.7;
}
.menu-mobile .collapse-menu a {
    font-weight: unset !important;
    color: #68596e !important;
    opacity: 0.7;
}
.menu-mobile .collapse-menu svg {
    margin-right: 10px;
}
.menu-mobile .collapse-menu svg,
.menu-mobile .collapse-menu path {
    fill: #68596e;
}
.menu-mobile .collapse-menu-user {
    color: #fff;
    margin-bottom: 17px;
}
.menu-mobile .collapse-menu-user svg {
    width: unset;
    height: unset;
}
.menu-mobile .collapse-menu-user svg circle {
    stroke: white;
}
.menu-mobile .collapse-menu-container {
    box-shadow: unset;
    padding: 10px;
}
.menu-mobile .collapse-menu-container .container-fluid:first-child {
    margin-top: 14px;
}
.menu-mobile .collapse-menu-line {
    min-height: unset;
    margin-bottom: 20px;
}
.menu-mobile .menu-deslogado {
    padding-top: 10px;
}
.menu-mobile .menu-deslogado a {
    margin-bottom: 13px;
}
.menu-mobile .menu-deslogado a:last-child {
    margin-bottom: 24px;
}
.menu-mobile .menu-clube b {
    font-size: 12px;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.64;
    color: #923fda !important;
    font-family: Roboto, Helvetica, Arial, sans-serif;
}
.menu-mobile .menu-clube ul {
    margin-top: 5px;
    list-style-type: none;
    padding: 0;
}
.menu-mobile .menu-clube ul li {
    font-size: 16px;
    margin-bottom: 13px;
    position: relative;
}
.menu-mobile .menu-clube ul li:nth-child(2) {
    margin-bottom: 14px;
}
.menu-mobile .menu-clube ul li:last-child {
    margin-bottom: 25px;
}
.menu-mobile .menu-acessos a:last-child,
.menu-mobile .menu-extras div:first-child a {
    margin-bottom: 20px;
}
.menu-mobile .menu-extras {
    padding: 10px;
}
.menu-mobile .menu-extras .container-fluid:first-child {
    margin-top: 14px;
}
.menu-mobile .menu-logoff {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    text-align: center;
    padding-bottom: 10vh;
}
.menu-mobile .menu-logoff a {
    font-size: 13px;
    color: #fff;
    opacity: 1;
    font-family: Roboto, Helvetica, Arial, sans-serif;
}
.menu-mobile .saiba-mais {
    margin-top: 10px;
    margin-bottom: 22px;
}
.menu-mobile .saiba-mais .btn {
    background: #8e4dd4;
    color: #fff !important;
    opacity: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 900 !important;
    max-width: 100%;
    box-shadow: 0 5px 15px 0 #dfdae4;
    transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
.menu-mobile .saiba-mais .btn:focus,
.menu-mobile .saiba-mais .btn:active {
    transform: translateY(0.14286rem) scale(0.97);
}
.collapse-menu {
    position: absolute;
    left: 0;
    transform: translateY(-100%);
    width: 100%;
    background-color: #fff;
}
.collapse-menu-user svg {
    height: 50px;
    width: 50px;
}
.collapse-menu-user svg circle {
    fill: #3bd3d7;
    stroke: #3bd3d7;
}
.collapse-menu-user svg path {
    stroke: #3bd3d7;
}
.collapse-menu-category {
    border-radius: 10px;
    box-shadow: 0 6px 20px 0 #dfdae4;
}
.collapse-menu-category > a {
    height: 110px;
    font-size: 14px;
    font-weight: 900;
    text-transform: uppercase;
    text-decoration: none;
    color: #afa2ba;
}
.collapse-menu-category > a svg {
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
    transition: transform 200ms cubic-bezier(0.4, 0, 0.6, 1);
}
.collapse-menu-category > a:hover {
    text-decoration: none;
}
.collapse-menu-category > a[aria-expanded="true"] {
    color: #3bd3d7;
}
.collapse-menu-category > a[aria-expanded="true"] svg {
    transform: translateY(-50%) rotate(180deg);
}
.collapse-menu-category > div hr {
    border-bottom: solid 2px #f8f7fc;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    margin-top: 0;
    transition: border-bottom-color 150ms cubic-bezier(0.4, 0, 0.6, 1);
}
.collapse-menu-category > div.show hr {
    border-color: #3bd3d7;
}
.collapse-menu-item {
    border-radius: 10px;
    background-image: linear-gradient(to right, #cecece, #efefef);
    padding-top: 13px;
    padding-bottom: 13px;
    padding-left: 15px;
    padding-right: 15px;
}
.collapse-menu-item img {
    box-shadow: -5px 5px 10px -4px rgba(0, 0, 0, 0.3);
    height: 67px;
    width: 48px;
}
@media (min-width: 480px) {
    .collapse-menu-item img {
        height: 120px;
        width: 86px;
    }
}
.collapse-menu-item p {
    font-size: 14px;
    font-weight: 600;
    line-height: 1.2;
    margin-left: 10px;
    margin-right: 20px;
    color: #fff;
}
@media (min-width: 480px) {
    .collapse-menu-item p {
        margin-left: 15px;
    }
}
.collapse-menu-item svg {
    right: 5px;
    transform: rotate(-90deg);
    opacity: 0.5;
}
.collapse-menu-item svg path {
    fill: #68596e;
}
.collapse-menu-item.turma-da-monica-abc {
    background-image: linear-gradient(to right, #16baf8, #03a0f4);
}
.collapse-menu-item.smilinguido {
    background-image: linear-gradient(to right, #aed852, #09b64f);
}
.collapse-menu-item.show-da-luna,
.collapse-menu-item.show-da-luna-alturas {
    background-image: linear-gradient(to right, #d19cfc, #9374f4);
}
.collapse-menu-item.turma-da-monica {
    background-image: linear-gradient(to right, #f88556, #e94410);
}
.collapse-menu-item.ppg,
.collapse-menu-item.ppg-amizade,
.collapse-menu-item.ppg-homem-garoto {
    background-image: linear-gradient(to right, #ffd4e6, #f17db1);
}
.collapse-menu-item.galinha-pintadinha-banho {
    background-image: linear-gradient(224deg, #ff8526, #f8d5ba);
}
.collapse-menu-item.galinha-pintadinha-lanchinho {
    background-image: linear-gradient(44deg, #de8ef4, #655ec1);
}
.collapse-menu-item.galinha-pintadinha-sonho {
    background-image: linear-gradient(44deg, #8cd193, #319444);
}
.collapse-menu-item.patrulha-canina {
    background-image: linear-gradient(44deg, #86d4ff, #0086d1);
}
.collapse-menu-item.dentro-historia-fantastico-aniversario {
    background-image: linear-gradient(44deg, #5453d0, #363693);
}
.collapse-menu-item.dora-cores {
    background-image: linear-gradient(44deg, #53b2bc, #3e8d95);
}
.collapse-menu-item.pequeno-atletico-mineiro {
    background-image: linear-gradient(44deg, #616161, #242424);
}
.collapse-menu-item.pequeno-botafogo {
    background-image: linear-gradient(44deg, #777, #262626);
}
.collapse-menu-item.pequeno-corinthians {
    background-image: linear-gradient(44deg, #696969, #2f2f2f);
}
.collapse-menu-item.pequeno-cruzeiro {
    background-image: linear-gradient(44deg, #2498ff, #1363aa);
}
.collapse-menu-item.pequeno-flamengo {
    background-image: linear-gradient(44deg, #ff1824, #b00d16);
}
.collapse-menu-item.pequeno-fluminense {
    background-image: linear-gradient(44deg, #b92140, #87152c);
}
.collapse-menu-item.pequeno-gremio {
    background-image: linear-gradient(44deg, #0088bc, #02adef);
}
.collapse-menu-item.pequeno-internacional {
    background-image: linear-gradient(44deg, #a9001b, #e00024);
}
.collapse-menu-item.pequeno-santos {
    background-image: linear-gradient(44deg, #4b4a4a, #242424);
}
.collapse-menu-item:hover,
.collapse-menu-item:focus {
    text-decoration: none;
}
.collapse-menu-container {
    box-shadow: 0 1px 6px 0 #dfdae4;
}
.collapse-menu-line {
    min-height: 60px;
    font-size: 16px;
    font-weight: 600;
    color: #68596e;
}
.collapse-menu-line:hover,
.collapse-menu-line:focus,
.collapse-menu-line > a:hover,
.collapse-menu-line:focus {
    color: #68596e;
    text-decoration: none;
    transition: color 150ms cubic-bezier(0.4, 0, 0.6, 1);
}
.collapse-menu-line:hover svg path,
.collapse-menu-line:focus svg path,
.collapse-menu-line > a:hover svg path,
.collapse-menu-line:focus svg path {
    fill: #68596e !important;
    transition: fill 150ms cubic-bezier(0.4, 0, 0.6, 1);
}
.collapse-menu-line-wrapper + hr,
.collapse-menu-line + hr {
    border-bottom: solid 1px #dfdae4;
    border-top: 0;
    border-left: 0;
    border-right: 0;
}
.collapse-menu-collapse > hr {
    border-bottom: solid 1px #dfdae4;
    border-top: 0;
    border-left: 0;
    border-right: 0;
}
.collapse-menu-collapse .collapse-menu-line {
    min-height: 50px;
    font-size: 14px;
}
.collapse-menu > [data-context] {
    display: none;
}
.collapse-menu.visible {
    display: block;
    transform: translateY(0);
    position: relative;
    min-height: calc(100vh - 51px);
}
.collapse-menu.visible .show {
    display: block;
}
.collapse-menu .collapse-menu-line.arrow-left svg {
    transform: rotate(-90deg);
    margin-right: -10px;
}
.collapse-menu .collapse-menu-line.arrow-left svg path {
    fill: #dfdae4;
}
.collapse-menu .collapse-menu-line.arrow-down svg {
    margin-right: -10px;
}
.collapse-menu .collapse-menu-line.arrow-down svg path {
    fill: #dfdae4;
}
.collapse-menu .collapse-menu-line.arrow-down:not(.collapsed) svg {
    transform: rotate(-180deg);
}
.categories-menu-mobile {
    position: relative;
    background-color: #fff;
}
.categories-menu-mobile-anchors {
    border-bottom: 1px solid #f2f1f2;
    padding: 4px 0;
    overflow: auto;
    overflow-x: scroll;
    overflow-y: hidden;
    position: relative;
    z-index: 1;
    height: 55px;
}
.categories-menu-mobile-anchors::after,
.categories-menu-mobile-anchors::before {
    content: "";
    width: 5px;
    height: 31px;
    display: block;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}
.categories-menu-mobile-anchor {
    display: block;
    height: 36px;
    line-height: 30px;
    position: relative;
    margin-right: 5px;
    color: #000;
    font-size: 14px;
    border-radius: 5px;
    font-family: "Roboto";
    color: #3bd3d7;
    padding: 5px;
    border: 1px solid #f1eff8;
}
.categories-menu-mobile-anchor:last-child {
    margin-right: 0;
}
.categories-menu-mobile-anchor:hover {
    text-decoration: none;
    color: #3bd3d7;
    background-color: #f1eff8;
}
.categories-menu-mobile-anchor.is-page-link:hover {
    text-decoration: none;
    color: #3bd3d7;
    background-color: #f1eff8;
}
.categories-menu-mobile-anchor.is-focus,
.categories-menu-mobile-anchor.is-selected {
    color: #fff;
    background-color: #3bd3d7;
}
.categories-menu-mobile-collapse-category {
    width: 100%;
    padding-bottom: 60px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    opacity: 0;
}
.categories-menu-mobile-collapse-category-wrapper {
    background: #f8f7fc;
    width: 100%;
    overflow: hidden;
    z-index: 0;
    position: relative;
    min-height: calc(100vh - 92px);
}
.categories-menu-mobile-collapse-category-wrapper.is-collapsed {
    opacity: 0;
    z-index: -1;
    height: 0;
    overflow: hidden;
    min-height: 0;
}
.categories-menu-mobile-collapse-category.is-visible {
    z-index: 1;
    position: relative;
    opacity: 1;
}
@media (min-width: 1460px) {
    .categories-menu-mobile-collapse-category {
        min-height: 484px;
    }
}
.categories-menu-mobile-collapse-subcategory {
    -webkit-box-shadow: 0 2px 5px 0 rgba(223, 218, 228, 0.4);
    box-shadow: 0 2px 5px 0 rgba(223, 218, 228, 0.4);
    border-radius: 10px;
    overflow: hidden;
}
.categories-menu-mobile-collapse-subcategory-image {
    position: absolute;
    top: 50%;
    left: 50%;
    width: auto;
    height: 100%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}
.categories-menu-mobile-collapse-subcategory-image-wrapper {
    height: 210px;
    overflow: hidden;
    position: relative;
    z-index: 0;
}
@media (min-width: 1460px) {
    .categories-menu-mobile-collapse-subcategory-image-wrapper {
        height: 246px;
    }
}
.categories-menu-mobile-collapse-subcategory-product {
    -webkit-box-shadow: 0 2px 4px 0 rgba(223, 218, 228, 0.5);
    box-shadow: 0 2px 4px 0 rgba(223, 218, 228, 0.5);
    border-radius: 60px;
    height: 40px;
    line-height: 40px;
    width: 40px;
    background-color: #fff;
    overflow: hidden;
    margin: 0 3px;
    vertical-align: middle;
    text-align: center;
    font-size: 12px;
    color: #3bd3d7;
    letter-spacing: 0.67px;
    font-weight: 900;
}
.categories-menu-mobile-collapse-subcategory-product img {
    width: 80%;
}
.categories-menu-mobile-collapse-subcategory-product-wrapper {
    margin-top: -20px;
    position: relative;
    z-index: 1;
}
.categories-menu-mobile-collapse-subcategory-product:hover,
.categories-menu-mobile-collapse-subcategory-product:focus {
    text-decoration: none;
    color: #34bec1;
}
.categories-menu-mobile-collapse-subcategory-content {
    padding: 20px;
}
.categories-menu-mobile-collapse-subcategory-content a {
    width: 100% !important;
    padding-right: 5px !important;
    padding-left: 5px !important;
    min-width: 0 !important;
    height: 40px !important;
    line-height: 40px !important;
}
@media (min-width: 1225px) {
    .categories-menu-mobile-collapse-subcategory-content a {
        height: 50px !important;
        line-height: 50px !important;
    }
}
.categories-menu-mobile-others-products {
    border-radius: 100px;
    margin-bottom: 10px;
    border: 1px solid #3bd3d7;
    position: relative;
    -webkit-box-shadow: 0 2px 20px 0 rgba(223, 218, 228, 0.5);
    box-shadow: 0 2px 20px 0 rgba(223, 218, 228, 0.5);
    -webkit-transition-duration: 150ms;
    transition-duration: 150ms;
    -webkit-transition-property: -webkit-box-shadow;
    transition-property: -webkit-box-shadow;
    transition-property: box-shadow;
    transition-property: box-shadow, -webkit-box-shadow;
    -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    font-weight: 900;
    text-align: center;
    height: 70px;
    line-height: 70px;
    font-size: 12px;
    text-transform: uppercase;
    width: 100%;
    display: block;
    text-decoration: none;
    color: #3bd3d7;
    background-color: #fff;
}
.categories-menu-mobile-others-products:hover,
.categories-menu-mobile-others-products:focus {
    text-decoration: none;
    -webkit-box-shadow: 0 5px 10px -1px rgba(223, 218, 228, 0.9);
    box-shadow: 0 5px 10px -1px rgba(223, 218, 228, 0.9);
    color: #fff;
    background-color: #3bd3d7;
}
@media (min-width: 1460px) {
    .categories-menu-mobile-others-products {
        height: 80px;
        line-height: 80px;
    }
}
.categories-menu-mobile-collapse-backdrop {
    position: fixed;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: #000;
    opacity: 0;
    -webkit-transition: opacity 150ms cubic-bezier(0.4, 0, 0.2, 1),
        z-index 150ms cubic-bezier(0.4, 0, 0.2, 1);
    transition: opacity 150ms cubic-bezier(0.4, 0, 0.2, 1),
        z-index 150ms cubic-bezier(0.4, 0, 0.2, 1);
    z-index: -1;
}
.categories-menu-mobile-collapse-backdrop.is-visible {
    opacity: 0.4;
    -webkit-transition: opacity 150ms cubic-bezier(0.4, 0, 0.2, 1);
    transition: opacity 150ms cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 1045;
}
.categories-menu-mobile.is-inverted {
    background: #3bd3d7;
}
.categories-menu-mobile.is-inverted .categories-menu-mobile-anchors {
    border-bottom-color: #1fbfc3;
}
.categories-menu-mobile.is-inverted .categories-menu-mobile-anchor {
    color: #fff;
    background: rgba(48, 48, 48, 0.13);
}
.categories-menu-mobile.is-inverted .categories-menu-mobile-anchor svg {
    fill: white;
}
.categories-menu-mobile.is-inverted .categories-menu-mobile-anchor::after {
    background-color: #ffd806;
}
.categories-menu-mobile.is-inverted
    .categories-menu-mobile-anchor.is-page-link:hover,
.categories-menu-mobile.is-inverted
    .categories-menu-mobile-anchor.is-page-link:focus,
.categories-menu-mobile.is-inverted .categories-menu-mobile-anchor.is-selected {
    text-decoration: none;
    color: #3bd3d7;
    background-color: #f1eff8;
}
.categories-menu-mobile h3 {
    padding-top: 18px;
    font-size: 20px;
    font-weight: 900;
    padding-bottom: 16px;
}
.categories-menu-mobile h3 a {
    color: #3bd3d7;
}
.categories-menu-mobile .categories-menu-mobile-anchors span {
    color: #000;
    margin-right: 8px;
    font-size: 8px;
}
.categories-menu-mobile .categories-menu-mobile-anchors span.badge {
    margin-right: 0;
    font-size: 10px;
}
.categories-menu-mobile.is-inverted .categories-menu-mobile-anchors span {
    color: #fff;
}
.categories-menu {
    position: relative;
}
.categories-menu-direct-link span:nth-child(1) {
    -webkit-transition: opacity 150ms cubic-bezier(0, 0, 0.2, 1);
    transition: opacity 150ms cubic-bezier(0, 0, 0.2, 1);
}
.categories-menu-direct-link:hover,
.categories-menu-direct-link:focus {
    text-decoration: none;
}
.categories-menu-direct-link:hover span:nth-child(1),
.categories-menu-direct-link:focus span:nth-child(1) {
    opacity: 0.7;
}
.categories-menu-anchors {
    border-bottom: 1px solid #f2f1f2;
    background: #fff;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.categories-menu-anchor {
    display: block;
    height: 60px;
    line-height: 60px;
    position: relative;
    margin-left: 20px;
    margin-right: 20px;
    color: #3bd3d7;
    font-size: 14px;
    font-family: "Roboto";
    -webkit-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
    -webkit-transition-duration: 150ms;
    transition-duration: 150ms;
}
.categories-menu-anchor svg {
    height: 12px;
    width: 12px;
    position: relative;
    fill: #3bd3d7;
    margin-left: 2px;
}
.categories-menu-anchor::after {
    position: absolute;
    opacity: 0;
    content: "";
    width: 100%;
    width: calc(100% - 3px);
    background-color: #3bd3d7;
    height: 3px;
    bottom: -10px;
    left: 0;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
    -webkit-transition-duration: 150ms;
    transition-duration: 150ms;
}
.categories-menu-anchor:hover {
    color: #3bd3d7;
    text-decoration: none;
}
.categories-menu-anchor:hover span {
    opacity: 0.7;
}
.categories-menu-anchor:hover svg {
    opacity: 0.7;
}
.categories-menu-anchor.is-selected {
    opacity: 1 !important;
}
.categories-menu-anchor.is-selected::after {
    opacity: 1;
}
.categories-menu-collapse-category {
    width: 100%;
    padding-bottom: 60px;
    -webkit-transition-timing-function: transform 200ms
            cubic-bezier(0.4, 0, 1, 1),
        opacity 150ms cubic-bezier(0.4, 0, 1, 1);
    transition-timing-function: transform 200ms cubic-bezier(0.4, 0, 1, 1),
        opacity 150ms cubic-bezier(0.4, 0, 1, 1);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    opacity: 0;
}
.categories-menu-collapse-category-wrapper {
    background: #f8f7fc;
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: -1;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transform: translateY(calc(100% - 1px));
    transform: translateY(calc(100% - 1px));
    overflow: hidden;
    -webkit-transition: opacity 300ms ease,
        -webkit-transform 300ms cubic-bezier(0.4, 0, 0.2, 1);
    transition: opacity 300ms ease,
        -webkit-transform 300ms cubic-bezier(0.4, 0, 0.2, 1),
        height 300ms cubic-bezier(0.4, 0, 0.2, 1);
    transition: opacity 300ms ease, transform 300ms cubic-bezier(0.4, 0, 0.2, 1),
        height 300ms cubic-bezier(0.4, 0, 0.2, 1);
    transition: opacity 300ms ease, transform 300ms cubic-bezier(0.4, 0, 0.2, 1),
        -webkit-transform 300ms cubic-bezier(0.4, 0, 0.2, 1),
        height 300ms cubic-bezier(0.4, 0, 0.2, 1);
}
.categories-menu-collapse-category-wrapper.is-collapsed {
    pointer-events: none;
    opacity: 0;
    -webkit-transform: translateY(80%);
    transform: translateY(80%);
}
.categories-menu-collapse-category.out-left {
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
}
.categories-menu-collapse-category.out-right {
    -webkit-transform: translateX(100px);
    transform: translateX(100px);
}
.categories-menu-collapse-category.is-visible {
    z-index: 1;
    position: relative;
    opacity: 1;
    -webkit-transform: none;
    transform: none;
    -webkit-transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
    -webkit-transition-duration: 250ms, 300ms;
    transition-duration: 250ms, 300ms;
}
.categories-menu-collapse-category.is-visible.in-right {
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
    opacity: 0;
}
.categories-menu-collapse-category.is-visible.in-left {
    -webkit-transform: translateX(100px);
    transform: translateX(100px);
    opacity: 0;
}
.categories-menu-collapse-subcategory {
    -webkit-box-shadow: 0 2px 5px 0 rgba(223, 218, 228, 0.4);
    box-shadow: 0 2px 5px 0 rgba(223, 218, 228, 0.4);
    border-radius: 10px;
    overflow: hidden;
    background: #fff;
}
.categories-menu-collapse-subcategory-image {
    position: absolute;
    top: 50%;
    left: 50%;
    width: auto;
    height: 100%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    -webkit-transition-duration: 250ms;
    transition-duration: 250ms;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.categories-menu-collapse-subcategory-image-wrapper {
    height: 220px;
    overflow: hidden;
    position: relative;
    z-index: 0;
}
@media (min-width: 1460px) {
    .categories-menu-collapse-subcategory-image-wrapper {
        height: 260px;
    }
}
.categories-menu-collapse-subcategory-product {
    -webkit-box-shadow: 0 2px 4px 0 rgba(223, 218, 228, 0.5);
    box-shadow: 0 2px 4px 0 rgba(223, 218, 228, 0.5);
    border-radius: 60px;
    height: 40px;
    line-height: 40px;
    width: 40px;
    background-color: #fff;
    overflow: hidden;
    margin: 0 3px;
    vertical-align: middle;
    text-align: center;
    font-size: 12px;
    color: #3bd3d7;
    letter-spacing: 0.67px;
    font-weight: 900;
}
.categories-menu-collapse-subcategory-product img {
    width: 80%;
}
.categories-menu-collapse-subcategory-product-wrapper {
    margin-top: -20px;
    position: relative;
    z-index: 1;
}
.categories-menu-collapse-subcategory-product:hover,
.categories-menu-collapse-subcategory-product:focus {
    text-decoration: none;
    color: #34bec1;
}
.categories-menu-collapse-subcategory-content {
    padding: 20px;
}
.categories-menu-collapse-subcategory-content .btn {
    width: 100% !important;
    padding-right: 5px !important;
    padding-left: 5px !important;
    min-width: 0 !important;
    height: 40px !important;
    line-height: 40px !important;
}
@media (min-width: 1225px) {
    .categories-menu-collapse-subcategory-content .btn {
        height: 50px !important;
        line-height: 50px !important;
    }
}
.categories-menu-collapse-subcategory:hover
    .categories-menu-collapse-subcategory-image {
    -webkit-transform: translateX(-50%) translateY(-50%) scale(1.1);
    transform: translateX(-50%) translateY(-50%) scale(1.1);
}
.categories-menu-featured-product {
    height: 386px;
    position: relative;
    color: #fff;
}
.categories-menu-featured-product-wrapper {
    border-bottom-left-radius: 50px;
    overflow: hidden;
    -webkit-mask-image: -webkit-radial-gradient(white, black);
}
.categories-menu-featured-product-content {
    margin-left: 60px;
    max-width: 250px;
}
.categories-menu-featured-product-content h4 {
    font-size: 26px;
    font-weight: 900;
    line-height: 1.2;
    max-width: 205px;
}
.categories-menu-featured-product-content h4 b {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 7px;
}
.categories-menu-featured-product-content p {
    margin-top: 10px;
    font-size: 14px;
    margin-bottom: 0;
}
@media (min-width: 1460px) {
    .categories-menu-featured-product-content {
        margin-left: 65px;
        max-width: 286px;
    }
}
.categories-menu-featured-product-badge {
    position: absolute;
    top: 25px;
    right: 37px;
    background: #ffd803;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.17);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.17);
    border-radius: 6px;
    font-size: 10px;
    font-weight: 900;
    text-transform: uppercase;
    color: #8d5f13;
    letter-spacing: 0.56px;
    text-align: center;
    padding: 5px 10px 3px;
}
@media (min-width: 1460px) {
    .categories-menu-featured-product-badge {
        top: 32px;
    }
}
.categories-menu-featured-product-heading-phrase {
    position: absolute;
    top: 20px;
    left: 0;
    padding: 9px 25px;
    background-color: #f8f7fc;
    border-top-right-radius: 100px;
    border-bottom-right-radius: 100px;
    font-weight: 900;
    font-size: 14px;
}
@media (min-width: 1460px) {
    .categories-menu-featured-product-heading-phrase {
        top: 25px;
    }
}
.categories-menu-featured-product-image-wrapper {
    position: absolute;
    bottom: 0;
    right: 25%;
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
    width: 50%;
    text-align: center;
}
.categories-menu-featured-product-image-wrapper img {
    height: 320px;
}
@media (min-width: 1460px) {
    .categories-menu-featured-product-image-wrapper img {
        height: 350px;
    }
}
.categories-menu-featured-product-link {
    height: 50px;
    line-height: 50px;
    max-width: 200px;
    margin-top: 15px;
}
.categories-menu-featured-product:hover,
.categories-menu-featured-product:focus {
    color: #fff;
    text-decoration: none;
}
@media (min-width: 1460px) {
    .categories-menu-featured-product {
        height: 442px;
    }
}
.categories-menu-others-products {
    border-radius: 100px;
    margin-bottom: 10px;
    border: 1px solid #3bd3d7;
    position: relative;
    -webkit-box-shadow: 0 2px 20px 0 rgba(223, 218, 228, 0.5);
    box-shadow: 0 2px 20px 0 rgba(223, 218, 228, 0.5);
    -webkit-transition-duration: 150ms;
    transition-duration: 150ms;
    -webkit-transition-property: -webkit-box-shadow;
    transition-property: -webkit-box-shadow;
    transition-property: box-shadow;
    transition-property: box-shadow, -webkit-box-shadow;
    -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    font-weight: 900;
    text-align: center;
    height: 70px;
    line-height: 70px;
    font-size: 12px;
    text-transform: uppercase;
    width: 100%;
    display: block;
    text-decoration: none;
    color: #3bd3d7;
    background-color: #fff;
}
.categories-menu-others-products:hover,
.categories-menu-others-products:focus {
    text-decoration: none;
    -webkit-box-shadow: 0 5px 10px -1px rgba(223, 218, 228, 0.9);
    box-shadow: 0 5px 10px -1px rgba(223, 218, 228, 0.9);
    color: #fff;
    background-color: #3bd3d7;
}
@media (min-width: 1460px) {
    .categories-menu-others-products {
        height: 80px;
        line-height: 80px;
    }
}
.categories-menu-others-products-small {
    padding: 14px 25px;
    color: #3bd3d7;
    -webkit-box-shadow: 0 3px 10px 0 #eeebf1;
    box-shadow: 0 3px 10px 0 #eeebf1;
    position: relative;
    -webkit-transition-duration: 200ms;
    transition-duration: 200ms;
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    border: 1px solid rgba(238, 235, 241, 0.4);
    background: #fff !important;
}
@media (min-width: 769px) {
    .categories-menu-others-products-small:hover,
    .categories-menu-others-products-small:focus {
        color: #3bd3d7 !important;
        background-color: #fff;
        -webkit-box-shadow: 0 5px 10px -1px rgba(223, 218, 228, 0.9);
        box-shadow: 0 5px 10px -1px rgba(223, 218, 228, 0.9);
    }
    .categories-menu-others-products-small:active {
        background-color: #fff;
    }
}
.categories-menu-collapse-backdrop {
    position: fixed;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: #000;
    opacity: 0;
    -webkit-transition: opacity 150ms cubic-bezier(0.4, 0, 0.2, 1),
        z-index 150ms cubic-bezier(0.4, 0, 0.2, 1);
    transition: opacity 150ms cubic-bezier(0.4, 0, 0.2, 1),
        z-index 150ms cubic-bezier(0.4, 0, 0.2, 1);
    z-index: -1;
}
.categories-menu-collapse-backdrop.is-visible {
    opacity: 0.7;
    -webkit-transition: opacity 150ms cubic-bezier(0.4, 0, 0.2, 1);
    transition: opacity 150ms cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 1045;
}
.categories-menu.is-inverted .categories-menu-anchors {
    border-bottom-color: #1fbfc3;
    background: #3bd3d7;
}
.categories-menu.is-inverted .categories-menu-anchor {
    color: #fff;
}
.categories-menu.is-inverted .categories-menu-anchor svg {
    fill: white;
}
.categories-menu.is-inverted .categories-menu-anchor::after {
    background-color: #ffd806;
}
.categories-menu h3 {
    padding-top: 25px;
    font-size: 18px;
    padding-bottom: 25px;
    font-weight: 900;
}
.categories-menu h3 a {
    color: #3bd3d7;
}
.categories-menu h3 a:hover,
.categories-menu h3 a:focus {
    text-decoration: none;
    opacity: 0.7;
}
@media (min-width: 1460px) {
    .categories-menu h3 {
        padding-top: 30px;
        font-size: 22px;
        padding-bottom: 30px;
    }
}
.categories-menu .flex-carousel-wrapper {
    overflow: hidden;
}
.categories-menu .flex-carousel-controls {
    -webkit-transform: none !important;
    transform: none !important;
    margin-top: 0;
    opacity: 1;
}
.categories-menu .flex-carousel-controls .flex-carousel-controls-previous,
.categories-menu .flex-carousel-controls .flex-carousel-controls-next {
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-box-shadow: 0 1px 3px 0 rgba(35, 35, 35, 0.33);
    box-shadow: 0 1px 3px 0 rgba(35, 35, 35, 0.33);
}
.categories-menu .flex-carousel-controls .flex-carousel-controls-previous:hover,
.categories-menu .flex-carousel-controls .flex-carousel-controls-previous:focus,
.categories-menu .flex-carousel-controls .flex-carousel-controls-next:hover,
.categories-menu .flex-carousel-controls .flex-carousel-controls-next:focus {
    -webkit-box-shadow: 0 3px 5px 0 rgba(35, 35, 35, 0.33);
    box-shadow: 0 3px 5px 0 rgba(35, 35, 35, 0.33);
}
.categories-menu .flex-carousel-controls .flex-carousel-controls-previous {
    background-color: #f8f7fc;
    position: absolute;
    top: 50%;
    left: -1px;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}
.categories-menu .flex-carousel-controls .flex-carousel-controls-previous svg {
    left: 75%;
    width: 22px;
}
.categories-menu
    .flex-carousel-controls
    .flex-carousel-controls-previous.disabled {
    opacity: 1;
    -webkit-transform: translateX(-100%) translateY(-50%);
    transform: translateX(-100%) translateY(-50%);
}
.categories-menu .flex-carousel-controls .flex-carousel-controls-next {
    background-color: #f8f7fc;
    position: absolute;
    top: 50%;
    right: -1px;
    -webkit-transform: translateX(50%) translateY(-50%);
    transform: translateX(50%) translateY(-50%);
}
.categories-menu .flex-carousel-controls .flex-carousel-controls-next svg {
    left: 25%;
    width: 22px;
}
.categories-menu .flex-carousel-controls .flex-carousel-controls-next.disabled {
    opacity: 1;
    -webkit-transform: translateX(100%) translateY(-50%);
    transform: translateX(100%) translateY(-50%);
}
.categories-menu .flex-carousel-controls-dots {
    height: 50px;
}
.categories-menu .categories-menu-collapse-category.has-featured-products {
}
.categories-menu ul li:first-child > .categories-menu-anchor {
    margin-left: 0;
}
.navbar-sticked {
    -webkit-transition: -webkit-transform 0.5s ease;
    transition: -webkit-transform 0.5s ease;
    transition: transform 0.5s ease;
    transition: transform 0.5s ease, -webkit-transform 0.5s ease;
    -webkit-transform: translateY(-110%);
    transform: translateY(-110%);
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
}
.navbar-sticked.is-visible {
    z-index: 10;
    -webkit-transform: translateY(-1px);
    transform: translateY(-1px);
}
@media (max-width: 768px) {
    .navbar-sticked {
        bottom: 0;
        top: initial;
        -webkit-transform: translateY(110%);
        transform: translateY(110%);
        -webkit-box-shadow: 0 -2px 4px 0 rgba(0, 0, 0, 0.2);
        box-shadow: 0 -2px 4px 0 rgba(0, 0, 0, 0.2);
    }
    .navbar-sticked.is-visible {
        -webkit-transform: translateY(1px);
        transform: translateY(1px);
    }
}
.banner-discount {
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: Nunito;
    font-size: 14px;
    background-color: #9378f0;
    padding: 15px;
    color: #fff;
}
.banner-discount .description {
    margin-right: 5px;
}
.banner-discount .bagde {
    font-weight: bold;
    background-color: rgba(0, 0, 0, 0.3);
    padding: 0 5px;
    border-radius: 5px;
    font-size: 12px;
}
.banner-discount-link:hover {
    color: #9378f0;
    text-decoration: unset;
}
.menu .cat-menu {
    padding: 25px 0;
    display: flex;
}
.menu .cat-menu .sub-description {
    font-family: "Nunito" !important;
    font-weight: 600;
}
.hr-menu {
    border: 1px solid rgba(255, 255, 255, 0.25);
    border-top: 0;
    margin: 0;
}
.menu {
    position: relative;
}
.menu .menu-header {
    z-index: 1;
}
.menu .menu-header-mobile {
    flex-direction: column;
}
.menu .menu-description {
    display: flex;
    justify-content: center;
}
.menu .menu-description .span-details {
    display: flex;
    justify-content: center;
    width: 50%;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
    padding: 10px;
    text-decoration: none;
}
.menu .menu-description .span-details .title {
    font-family: Roboto;
    font-size: 16px;
    color: #fff;
    line-height: 18px;
}
.menu .menu-description .span-details .description {
    font-family: Roboto;
    font-size: 12px;
    color: #fff;
    line-height: 18px;
}
@media (min-width: 480px) {
    .menu .span-details {
        display: flex;
        justify-content: center;
        width: 50%;
        flex-wrap: wrap;
        flex-direction: column;
        align-items: center;
        padding: 10px;
        text-decoration: none;
    }
    .menu .span-details .title {
        font-family: Roboto-Regular;
        font-size: 14px;
        color: #fff;
        line-height: 16px;
    }
    .menu .span-details .description {
        font-family: Roboto-Regular;
        font-size: 11px;
        color: #fff;
        line-height: 16px;
    }
}
.menu .is-inverted .menu-header-left a {
    color: #fff;
}
.menu .menu-header-categories a:first-child {
    margin-left: 18px;
}
.menu .menu-header-left a {
    color: #afa2ba;
    transition-duration: 150ms;
}
.menu .menu-header-left a:hover {
    text-decoration: none;
    opacity: 0.7;
}
.menu .menu-header,
.menu .menu-header-mobile {
    position: relative;
}
.menu .collapse-menu {
    z-index: 2;
}
.menu .menu-header-mobile {
    z-index: 4;
}
.menu .categories-menu-mobile {
    z-index: 3;
}
.menu .categories-menu-mobile-collapse-backdrop.is-visible {
    z-index: 2;
}
.menu.is-inverted {
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #3bd3d7;
}
.cookies-banner {
    position: fixed;
    bottom: 17px;
    left: 17px;
    width: 320px;
    padding: 17px;
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 5px 22px 0 rgba(181, 172, 190, 0.6);
    font-family: "Nunito";
    font-size: 16px;
    color: #685a6f;
    opacity: 0;
    transition: opacity 0.4s;
    visibility: hidden;
}
@media (max-width: 768px) {
    .cookies-banner {
        left: 0;
        font-size: 14px;
        width: 100%;
        padding: 12px;
        text-align: center;
    }
}
.cookies-banner.banner-active {
    opacity: 1;
    z-index: 999;
    transition: opacity 0.3s;
}
@media (max-width: 768px) {
    .cookies-banner.banner-active {
        margin: 0 3vw;
        width: 94%;
    }
}
.cookies-banner a {
    text-decoration: underline;
    color: #3bd3d7;
}
.cookies-banner .btn-got-it {
    width: 110px;
    height: 40px;
    border-radius: 100px;
    background-color: #3bd3d7;
    font-family: "Nunito";
    font-size: 12px;
    font-weight: 900;
    color: #fff;
    margin-left: auto;
    margin-top: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}
@media (max-width: 768px) {
    .cookies-banner .btn-got-it {
        margin-left: auto;
        margin-right: auto;
        width: 110px;
        height: 32px;
        font-size: 10px;
    }
}
.cookies-banner .btn-got-it:hover {
    cursor: pointer;
}
.carousel {
    position: relative;
}
.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
}
.carousel-item {
    position: relative;
    display: none;
    align-items: center;
    width: 100%;
    -webkit-transition: transform 0.6s ease;
    transition: transform 0.6s ease;
    backface-visibility: hidden;
    perspective: 1000px;
}
.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
    display: block;
}
.carousel-item-next,
.carousel-item-prev {
    position: absolute;
    top: 0;
}
.carousel-item-next.carousel-item-left,
.carousel-item-prev.carousel-item-right {
    transform: translateX(0);
}
@supports (transform-style: preserve-3d) {
    .carousel-item-next.carousel-item-left,
    .carousel-item-prev.carousel-item-right {
        transform: translate3d(0, 0, 0);
    }
}
.carousel-item-next,
.active.carousel-item-right {
    transform: translateX(100%);
}
@supports (transform-style: preserve-3d) {
    .carousel-item-next,
    .active.carousel-item-right {
        transform: translate3d(100%, 0, 0);
    }
}
.carousel-item-prev,
.active.carousel-item-left {
    transform: translateX(-100%);
}
@supports (transform-style: preserve-3d) {
    .carousel-item-prev,
    .active.carousel-item-left {
        transform: translate3d(-100%, 0, 0);
    }
}
.carousel-fade .carousel-item {
    opacity: 0;
    transition-duration: 0.6s;
    transition-property: opacity;
}
.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
    opacity: 1;
}
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
    opacity: 0;
}
.carousel-fade .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active,
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-prev {
    transform: translateX(0);
}
@supports (transform-style: preserve-3d) {
    .carousel-fade .carousel-item-next,
    .carousel-fade .carousel-item-prev,
    .carousel-fade .carousel-item.active,
    .carousel-fade .active.carousel-item-left,
    .carousel-fade .active.carousel-item-prev {
        transform: translate3d(0, 0, 0);
    }
}
.carousel-control-prev,
.carousel-control-next {
    position: absolute;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 15%;
    color: #fff;
    text-align: center;
    opacity: 0.5;
}
.carousel-control-prev:focus,
.carousel-control-prev:hover,
.carousel-control-next:focus,
.carousel-control-next:hover {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: 0.9;
}
.carousel-control-prev {
    left: 0;
}
.carousel-control-next {
    right: 0;
}
.carousel-control-prev-icon,
.carousel-control-next-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: transparent no-repeat center center;
    background-size: 100% 100%;
}
.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M4 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
}
.carousel-control-next-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M1.5 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
}
.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 10px;
    left: 0;
    z-index: 15;
    display: flex;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none;
}
.carousel-indicators li {
    position: relative;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    background-color: rgba(255, 255, 255, 0.5);
}
.carousel-indicators li::before {
    position: absolute;
    top: -10px;
    left: 0;
    display: inline-block;
    width: 100%;
    height: 10px;
    content: "";
}
.carousel-indicators li::after {
    position: absolute;
    bottom: -10px;
    left: 0;
    display: inline-block;
    width: 100%;
    height: 10px;
    content: "";
}
.carousel-indicators .active {
    background-color: #fff;
}
.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
}
.ec {
    position: relative;
    display: block;
}
.ec-input {
    background: transparent;
}
.ec-list {
    display: none;
}
.ec-list {
    height: auto;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1050 !important;
    background-color: #fff;
    overflow: hidden;
    list-style: none;
    padding: 0.2381rem;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
    border: 0.1px solid #f0ebf5;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    margin: -0.9px 0 0;
    font-size: 14px;
    line-height: normal;
    padding: 5px;
    transform: translateY(20px);
    -moz-transform: translateY(-10px);
}
.ec-suggest {
    color: silver;
    position: absolute;
    z-index: -1000;
    bottom: 0;
    left: 0;
    border-color: transparent;
    background: #fff;
}
.ec-item {
    overflow: hidden;
    margin: 0;
    padding: 0.5em 0.8em;
    cursor: pointer;
    white-space: nowrap;
    text-overflow: ellipsis;
    box-sizing: border-box;
    color: #000;
}
.ec-item.ec-selected {
    background-color: rgba(60, 211, 215, 0.2);
}
.field-validation-error,
.validation-summary-errors {
    color: red;
    width: 100%;
    display: inline-block;
    text-align: left;
    font-size: 13px;
}
@media (min-width: 480px) {
    .field-validation-error,
    .validation-summary-errors {
        font-size: 14px;
    }
}
.modal-close {
    background: #fff;
    margin-right: 10px;
    height: 50px;
    width: 50px;
}
.modal-close-icon {
    height: 16px;
    width: 16px;
}
.modal-close-icon svg {
    fill: #afa2ba;
    -webkit-transition: fill 0.1s ease-in-out;
    transition: fill 0.1s ease-in-out;
}
.modal-close-helper {
    font-size: 7px;
    line-height: 0.71;
    letter-spacing: 0.1px;
    color: #afa2ba;
    -webkit-transition: color 0.1s ease-in-out;
    transition: color 0.1s ease-in-out;
}
.modal-close:hover .modal-close-icon svg,
.modal-close:focus .modal-close-icon svg {
    fill: #01dfa1;
}
.modal-close:hover .modal-close-helper,
.modal-close:focus .modal-close-helper {
    color: #01dfa1;
}
@media (min-width: 480px) {
    .modal-close {
        margin-top: 0;
        margin-right: 0;
        height: 60px;
        width: 60px;
    }
}
.modal-separator {
    width: 100%;
    text-align: center;
    border-bottom: 1px solid #e9eaed;
    line-height: 0.1em;
    margin: 20px 0;
}
.modal-separator span {
    background-color: #fff;
    padding: 0 10px;
}
.auth-modal .modal-dialog {
    margin: 0;
}
@media (min-width: 480px) and (max-width: 768px) {
    .auth-modal .modal-dialog {
        padding: 15px;
    }
}
@media (min-width: 480px) {
    .auth-modal .modal-dialog {
        margin: 10px auto;
        max-width: 620px;
    }
}
@media (min-width: 1225px) {
    .auth-modal .modal-close {
        margin-right: -65px;
    }
}
.auth-modal .modal-body {
    background-color: #fff;
    -webkit-box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.12);
}
.auth-modal .modal-body .ec-list {
    transform: translateX(-1px) translateY(-16px);
    -webkit-transform: translateX(-1px) translateY(-16px);
    -moz-transform: translateX(-1px) translateY(-16px);
}
.auth-modal .modal-body > p {
    padding-top: 20px;
    margin: 0;
    font-size: 12px;
    color: #68596e;
    font-family: Nunito, "Open Sans", Arial, sans-serif;
    font-weight: 400;
}
@media (min-width: 480px) {
    .auth-modal .modal-body > p {
        padding-top: 36px;
    }
}
@media (min-width: 480px) {
    .auth-modal .modal-body {
        padding-top: 35px;
        padding-bottom: 35px;
        border-top-left-radius: 20px;
        border-top-right-radius: 20px;
        border-bottom-left-radius: 20px;
        border-bottom-right-radius: 20px;
    }
}
@media (min-width: 480px) {
    .auth-modal .modal-body {
        padding-left: 90px;
        padding-right: 90px;
    }
}
@media (max-width: 350px) {
    .d-none-350 {
        display: none;
    }
}
.py-20-40 {
    padding-top: 20px;
    padding-bottom: 40px;
}
.order {
    background-color: #fff;
    border-top: solid 1px #f8f7fc;
    border-bottom: solid 1px #f8f7fc;
    -webkit-box-shadow: 0 1px 1px 0 #dfdae4;
    box-shadow: 0 1px 1px 0 #dfdae4;
}
.order-header {
    padding-top: 43px;
    padding-bottom: 8px;
}
.order-header .row > div:nth-child(2) div {
    width: 160px;
}
.order-header .row > div:nth-child(3) div {
    width: 160px;
}
.order-item-list > .order-item:last-child::before {
    border-bottom: 1px solid rgba(223, 218, 228, 0.7);
}
.order-item {
    -webkit-transition: opacity 200ms ease;
    transition: opacity 200ms ease;
}
.order-item::before {
    content: "";
    position: absolute;
    width: calc(100% - 30px);
    height: 100%;
    left: 15px;
    display: block;
    border-top: 1px solid rgba(223, 218, 228, 0.7);
}
.order-item::before {
    top: 0;
}
@media (max-width: 768px) {
    .order-item::before {
        content: none;
    }
}
.order-item::after {
    bottom: 0;
}
.order-item-header + hr {
    background: repeating-linear-gradient(
        to right,
        #dfdae4,
        #dfdae4 5px,
        transparent 5px,
        transparent 10px
    );
    height: 1px;
    border: 0;
}
.order-item-header > .col-auto div {
    width: 160px;
}
.order-item-subheader {
    margin-top: 2px;
}
@media (min-width: 769px) {
    .order-item-subheader {
        margin-top: 7px;
    }
}
.order-item-image {
    height: 70px;
    min-width: 42px;
    width: auto;
    margin-right: 7px;
    box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.15),
        -5px 7px 10px 0 rgba(0, 0, 0, 0.15);
}
@media (min-width: 769px) {
    .order-item-image {
        height: 172px;
        min-width: 115px;
    }
}
@media (min-width: 990px) {
    .order-item-image {
        max-width: 240px;
        height: 253px;
        margin-right: 30px;
    }
}
.order-item-image-no-box {
    height: 82px;
    min-width: 57px;
    width: auto;
    -webkit-box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.15),
        -5px 7px 10px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.15),
        -5px 7px 10px 0 rgba(0, 0, 0, 0.15);
}
@media (min-width: 769px) {
    .order-item-image-no-box {
        height: 182px;
        min-width: 130px;
    }
}
@media (min-width: 990px) {
    .order-item-image-no-box {
        height: 294px;
        min-width: 209px;
    }
}
.order-item-box-image {
    position: absolute;
    top: 10px;
    left: 7px;
    height: 70px;
    min-width: 42px;
    width: auto;
    box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.15),
        -5px 7px 10px 0 rgba(0, 0, 0, 0.15);
}
@media (min-width: 769px) {
    .order-item-box-image {
        left: 8px !important;
        height: 172px;
        min-width: 115px;
    }
}
@media (min-width: 990px) {
    .order-item-box-image {
        left: 30px !important;
        height: 253px;
        width: 180px;
        top: 20px !important;
    }
}
.order-item-price {
    text-decoration: line-through;
    color: #dfdae4;
    display: inline-block;
}
@media (min-width: 769px) {
    .order-item-price {
        margin-right: 5px;
    }
}
.order-item-quantity input,
.order-item-quantity select {
    padding: 6px 15px;
    width: 60px;
}
@media (min-width: 769px) {
    .order-item-quantity input,
    .order-item-quantity select {
        width: 75px;
    }
}
.order-item-quantity select {
    background-image: url(/Assets/ShoppingCart/order-item-quantity-select-background.png);
    background-repeat: no-repeat;
    background-position: calc(100% - 10px) center;
    background-size: auto 50%;
}
@media only screen and (min-device-pixel-ratio: 2),
    only screen and (-webkit-min-device-pixel-ratio: 2),
    only screen and (min-resolution: 192dpi) {
    .order-item-quantity select {
        background-image: url(/Assets/ShoppingCart/order-item-quantity-select-background@2x.png);
    }
}
@media only screen and (min-device-pixel-ratio: 3),
    only screen and (-webkit-min-device-pixel-ratio: 3),
    only screen and (min-resolution: 288dpi) {
    .order-item-quantity select {
        background-image: url(/Assets/ShoppingCart/order-item-quantity-select-background@3x.png);
    }
}
.order-item-quantity input[type="tel"] {
    display: none;
}
.order-item-quantity.too-many select {
    display: none;
}
.order-item-quantity.too-many input[type="tel"] {
    display: block;
}
.order-item .col:last-child > .row:first-child {
    margin-top: 25px;
}
.order-item .col:last-child > .row:first-child > div:nth-child(2) div {
    width: 160px;
}
.order-item .col:last-child > .row:first-child > div:nth-child(3) div {
    width: 160px;
}
.order-item.is-updating,
.order-item.is-deleting {
    opacity: 0.5;
}
@media (max-width: 768px) {
    .order-item {
        border-bottom: 1px solid rgba(223, 218, 228, 0.7);
    }
}
.order-item-action-edit {
    color: #01dfa1;
}
.order-item-action-remove {
    color: #d0021b;
}
.order-item-action-remove:hover,
.order-item-action-remove:focus {
    color: #f45459;
}
.order-additional-item {
    margin-top: 15px;
    border: 1px solid #dfdae4;
    border-radius: 4px;
}
@media (min-width: 769px) and (max-width: 989px) {
    .order-additional-item-wrapper {
        position: relative;
        margin-right: -163px;
        left: -163px;
    }
}
.order-additional-item-image {
    max-height: 100%;
    width: 100%;
}
.order-additional-item-image-wrapper {
    position: relative;
    overflow: hidden;
    width: 67px !important;
    background: #fff;
    background-image: url(/Assets/ShoppingCart/cart-item-image-background.png);
    background-position: center;
    background-size: 40% auto;
    background-repeat: no-repeat;
}
@media (min-width: 480px) {
    .order-additional-item-image-wrapper {
        width: 83px !important;
        height: 83px;
    }
}
@media (min-width: 769px) {
    .order-additional-item-image-wrapper {
        width: 100px !important;
        height: 100px;
    }
}
@media (min-width: 990px) {
    .order-additional-item-image-wrapper {
        width: 110px !important;
        height: 110px;
    }
}
@media (max-width: 768px) {
    .order-additional-item-image {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        right: 0;
        min-height: 100%;
        width: auto;
    }
}
.order-additional-item-description {
    line-height: 1.3;
}
.order-additional-item > div:first-child {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
}
.order-additional-item > div:last-child {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 13px;
    padding-right: 13px;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: auto;
    max-width: none;
}
@media (max-width: 379px) {
    .order-additional-item > div:last-child {
        padding-top: 10px;
        padding-bottom: 10px;
        padding-left: 10px;
        padding-right: 10px;
    }
}
@media (max-width: 379px) {
    .order-additional-item {
        position: relative;
        margin-left: 0;
        margin-top: 7px;
    }
    .order-additional-item .fsize-14 {
        font-size: 12px;
    }
}
@media (min-width: 769px) and (max-width: 989px) {
    .order-additional-item {
        margin-top: 50px;
    }
}
@media (min-width: 1225px) {
    .order-additional-item {
        max-width: 379px;
    }
}
.order-additional-item-action-preview {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    color: #afa2ba;
    max-width: 130px;
}
.order-additional-item-action-add {
    width: 100px !important;
    height: 26px;
}
.order-additional-item-action-add .btn-layer-loader .btn-content {
    -webkit-transform: translateY(-88%) scale(0.6);
    transform: translateY(-88%) scale(0.6);
}
@media (max-width: 350px) {
    .order-additional-item-action-add {
        font-size: 10px;
    }
}
.order-item-image-wrapper {
    position: relative;
    background: #fff;
    background-image: url(/Assets/ShoppingCart/cart-item-image-background.png);
    background-position: center;
    background-size: 40% auto;
    background-repeat: no-repeat;
}
@media only screen and (min-device-pixel-ratio: 2),
    only screen and (-webkit-min-device-pixel-ratio: 2),
    only screen and (min-resolution: 192dpi) {
    .order-item-image-wrapper {
        background-image: url(/Assets/ShoppingCart/cart-item-image-background@2x.png);
    }
}
.order-item-price-wrapper .order-item-price {
    display: none;
}
.order-item-price-wrapper.has-discount .order-item-price {
    display: inline;
}
.order-footer-form {
    padding-top: 15px;
    padding-bottom: 15px;
}
@media (min-width: 769px) {
    .order-footer-form {
        padding-top: 16px;
        padding-bottom: 24px;
    }
}
.order-footer-submit {
    height: 40px;
    min-width: 100%;
}
@media (min-width: 769px) {
    .order-footer-submit {
        min-width: initial;
    }
}
@media (min-width: 990px) {
    .order-footer-submit {
        height: 50px;
    }
}
@media (min-width: 1225px) {
    .order-footer-submit {
        height: 55px;
    }
}
.order-totals {
    min-width: 280px;
}
.order-totals-subtotal {
    text-decoration: line-through;
    color: #dfdae4;
    margin: 0 5px;
}
.order-totals-subtotal:empty {
    margin: 0;
}
.empty-cart-header h1 {
    padding-bottom: 30px;
    line-height: 1;
}
@media (min-width: 480px) {
    .empty-cart-header h1 {
        font-size: 32px;
    }
}
@media (min-width: 769px) {
    .empty-cart-header h1 {
        color: #fff;
        padding-top: 80px;
        padding-bottom: 90px;
        font-size: 100px;
        max-width: 1000px;
    }
}
@media (min-width: 1225px) {
    .empty-cart-header h1 {
        max-width: 1090px;
        padding-bottom: 140px;
        font-size: 150px;
    }
}
.empty-cart-header-image {
    max-width: 100%;
    margin: 0 auto;
}
@media (min-width: 769px) {
    .empty-cart-header-image {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        -webkit-transform: translate(0, 70px);
        transform: translate(0, 70px);
        height: 275px;
    }
}
@media (min-width: 1225px) {
    .empty-cart-header-image {
        height: 395px;
    }
}
@media (max-width: 1459px) {
    .py-30-m-15 {
        padding-left: 55px;
    }
}
@media (max-width: 989px) {
    .py-30-m-15 {
        padding-left: 45px;
    }
}
@media (max-width: 768px) {
    .py-30-m-15 {
        padding-left: 25px;
    }
}
@media (max-width: 989px) {
    .pr-7 {
        padding-right: 7px;
    }
}
@media (max-width: 989px) {
    .order .order-item .order-item-header > .col-auto:last-child {
        position: static;
        padding: 0;
    }
}
@media (min-width: 769px) and (max-width: 989px) {
    .order .order-item .order-item-quantity {
        position: absolute;
        left: 0;
        bottom: 0;
        z-index: 1;
    }
}
@media (max-width: 768px) {
    .order .order-item .order-item-quantity {
        position: absolute;
        right: 0;
        top: 50px;
        z-index: 1;
    }
}
@media (max-width: 350px) {
    .order .order-item .order-item-quantity {
        top: 30px;
        font-size: 12px;
    }
}
.order .order-item .order-item-subheader .link {
    text-transform: none;
    font-weight: bold;
}
@media (max-width: 989px) {
    .order .order-item .order-item-subheader > .col:first-child {
        z-index: 0;
        padding-right: 110px;
    }
}
@media (max-width: 768px) {
    .order .order-item .order-item-subheader > .col:first-child {
        padding-right: 65px;
    }
}
@media (max-width: 989px) {
    .order .order-item .order-item-subheader > .col-auto:last-child {
        z-index: 0;
        position: static;
    }
}
@media (min-width: 769px) and (max-width: 989px) {
    .order .order-item .order-item-subheader {
        z-index: 0;
        padding-bottom: 40px;
    }
}
@media (max-width: 350px) {
    .order .order-item .order-item-action-edit {
        font-size: 10px;
    }
    .order .order-item .order-item-action-edit svg {
        height: 12px;
    }
}
.order .order-item .order-item-box {
    color: #01dfa1;
}
@media (max-width: 350px) {
    .order .order-item .order-item-box {
        font-size: 10px;
    }
    .order .order-item .order-item-box svg {
        height: 12px;
    }
}
@media (max-width: 768px) {
    .order .order-item .order-item-action-remove {
        z-index: 1;
        position: absolute;
        right: 0;
        top: 87px;
    }
}
@media (max-width: 350px) {
    .order .order-item .order-item-action-remove {
        top: 70px;
        font-size: 10px;
    }
}
@media (max-width: 350px) {
    .order .order-item .fsize-14 {
        font-size: 11px !important;
    }
}
@media (max-width: 350px) {
    .order .order-item .fisze-12 {
        font-size: 9px !important;
    }
}
.order .order-footer .badge {
    border-radius: 4px;
}
.buy-4 {
    display: flex;
    flex-direction: row;
    align-items: center;
    background: #ed0057;
    box-shadow: -16px 6px 10px 0 rgba(0, 0, 0, 0.1);
    color: #fff;
    min-height: 50px;
    justify-content: center;
    padding: 16px 15px;
    font-size: 14px;
    font-family: "Roboto";
}
@media (max-width: 768px) {
    .buy-4 {
        padding: 20px;
        height: 100%;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        padding: 20px;
    }
    .buy-4 .view-discount {
        align-self: flex-end;
        text-decoration: none !important;
    }
}
.buy-4 .title {
    margin-right: 4px;
    font-weight: bold;
}
.buy-4 .description {
    margin-right: 4px;
    opacity: 0.8;
}
.buy-4 .view-discount {
    color: #fff;
    text-decoration: underline;
    font-weight: bold;
}
.cart.is-occupied [data-cart-state="empty"] {
    display: none !important;
}
.cart.is-empty [data-cart-state="occupy"] {
    display: none !important;
}
.empty-title {
    font-family: Nunito;
    font-size: 26px;
    font-weight: 900;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #68596e;
    margin-top: 27px;
}
.empty-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 270px;
    height: 55px;
    border-radius: 100px;
    background-image: linear-gradient(to right, #01e0a0, #00d3f6);
}
.empty-btn-header {
    display: flex;
    justify-content: center;
}
.empty-btn-header a {
    text-decoration: none;
}
.empty-btn-label {
    font-family: Nunito;
    font-size: 14px;
    font-weight: 900;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.71;
    letter-spacing: 0.78px;
    text-align: center;
    color: #fff;
    cursor: pointer;
}
@media (min-width: 769px) {
    .suggested-item-list {
        padding-left: 25px;
        padding-right: 25px;
    }
    .suggested-item-list > div {
        margin-left: -48px;
        margin-right: -48px;
    }
    .suggested-item-list > div > div {
        -webkit-transition: all 500ms ease-out !important;
        transition: all 500ms ease-out !important;
    }
}
@media (max-width: 768px) {
    .suggested-item-list {
        max-width: 100%;
        overflow-x: scroll;
        -webkit-overflow-scrolling: touch;
    }
    .suggested-item-list > div::after,
    .suggested-item-list > div::before {
        position: relative;
        content: "";
        display: block;
        min-width: 20px;
        height: 1px;
    }
}
.suggested-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    margin-bottom: 10px;
    width: 160px;
    margin-left: auto;
    margin-right: auto;
}
.suggested-item-badge {
    bottom: 0;
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
    font-size: 10px;
    text-transform: uppercase;
    padding: 4px 6px;
    border-radius: 4px;
    left: 5px;
}
.suggested-item-badge.badge-release {
    background: #ff2f63;
}
.suggested-item-rating svg {
    height: 15px;
    width: 15px;
}
.suggested-item-image {
    width: 100%;
    height: auto;
}
.suggested-item-price {
    color: #907feb;
    font-weight: 900;
    display: inline-block;
}
.suggested-item-discounted-price {
    color: #dfdae4;
    text-decoration: line-through;
}
.suggested-item-link {
    visibility: hidden;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    height: 35px;
    max-width: 100%;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    background-image: -webkit-gradient(
        linear,
        left top,
        right top,
        from(#01e0a0),
        color-stop(50%, #01e0a0),
        to(#00d3f6)
    );
    background-image: linear-gradient(to right, #01e0a0, #01e0a0 50%, #00d3f6);
    color: #fff !important;
    -webkit-transition: none;
    transition: none;
}
@media (max-width: 768px) {
    .suggested-item-link {
        display: none;
    }
}
.suggested-item:hover,
.suggested-item:focus {
    cursor: pointer !important;
}
@media (min-width: 769px) {
    .suggested-item:hover,
    .suggested-item:focus {
        background-color: #fff;
        -webkit-box-shadow: 0 2px 6px 0 #dfdae4;
        box-shadow: 0 2px 6px 0 #dfdae4;
    }
}
.suggested-item:hover .suggested-item-link,
.suggested-item:focus .suggested-item-link {
    visibility: visible;
}
@media (min-width: 769px) {
    .suggested-item {
        margin-bottom: 35px;
        width: 193px;
    }
}
@media (min-width: 990px) {
    .suggested-item {
        width: 226px;
    }
}
@media (min-width: 1225px) {
    .suggested-item {
        width: 230px;
    }
}
.empty-cart-image {
    max-width: 100%;
    margin: 0 auto;
}
@media (min-width: 769px) {
    .empty-cart-image {
        position: relative !important;
        height: auto !important;
        transform: none !important;
    }
}
@media (max-width: 768px) {
    .suggested-item.galinha-pintadinha .suggested-item-protagonist {
        max-width: 127px;
        white-space: nowrap;
        overflow: hidden;
    }
}
@media (max-width: 768px) {
    .cart-header {
        border-top: solid 1px #dfdae4;
    }
}
body {
    background-color: #f8f7fc;
}
.cart-header .carousel {
    max-width: 560px;
}
.cart-header .carousel .carousel-item {
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    opacity: 0;
}
.cart-header .carousel .carousel-item > div {
    min-height: 50px;
}
.cart-header .carousel .carousel-item > div > p {
    margin-left: 15px;
}
.cart-header .carousel .active.carousel-item-left,
.cart-header .carousel .active.carousel-item-right {
    opacity: 0;
}
.cart-header .carousel .carousel-item.active,
.cart-header .carousel .carousel-item-next.carousel-item-left,
.cart-header .carousel .carousel-item-prev.carousel-item-right {
    opacity: 1;
}
.cart-header .carousel .carousel-item-next.carousel-item-left,
.cart-header .carousel .carousel-item-prev.carousel-item-right {
    -webkit-transform: translateX(0);
    transform: translateX(0);
}
@supports (-webkit-transform-style: preserve-3d)
    or (transform-style: preserve-3d) {
    .cart-header .carousel .carousel-item-next.carousel-item-left,
    .cart-header .carousel .carousel-item-prev.carousel-item-right {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
.cart-header .carousel .carousel-item-next,
.cart-header .carousel .active.carousel-item-right {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
}
@supports (-webkit-transform-style: preserve-3d)
    or (transform-style: preserve-3d) {
    .cart-header .carousel .carousel-item-next,
    .cart-header .carousel .active.carousel-item-right {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
}
.cart-header .carousel .carousel-item-prev,
.cart-header .carousel .active.carousel-item-left {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    opacity: 0;
}
@supports (-webkit-transform-style: preserve-3d)
    or (transform-style: preserve-3d) {
    .cart-header .carousel .carousel-item-prev,
    .cart-header .carousel .active.carousel-item-left {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}
.suggestions {
    padding-top: 27px;
    padding-bottom: 10px;
}
.suggestions h1 {
    margin-left: auto;
    margin-right: auto;
}
@media (max-width: 400px) {
    .suggestions h1 {
        max-width: 230px;
    }
}
@media (max-width: 768px) {
    .suggestions .container {
        padding-left: 0;
        padding-right: 0;
    }
}
.suggestions .suggestions-header .btn-gradient-green {
    position: relative;
    color: #01dfa1;
}
.suggestions .suggestions-header .btn-gradient-green::before {
    content: "";
    background: #fff;
    display: block;
    position: absolute;
    top: 2px;
    left: 2px;
    width: calc(100% - 4px);
    height: calc(100% - 4px);
    border-radius: 100px;
}
.suggestions .suggestions-header[data-cart-state="empty"] p {
    max-width: 550px;
}
.suggestions-action-prev,
.suggestions-action-next {
    height: 40px !important;
    width: 40px !important;
    top: 130px;
}
.suggestions-action-prev svg path,
.suggestions-action-next svg path {
    -webkit-transition: fill 200ms ease;
    transition: fill 200ms ease;
}
.suggestions-action-prev:hover svg path,
.suggestions-action-prev:focus svg path,
.suggestions-action-next:hover svg path,
.suggestions-action-next:focus svg path {
    fill: #01dfa1;
}
@media (min-width: 990px) {
    .suggestions-action-prev,
    .suggestions-action-next {
        height: 55px !important;
        width: 55px !important;
    }
}
.suggestions-action-prev {
    -webkit-transform: translateX(calc(-50% - 10px));
    transform: translateX(calc(-50% - 10px));
}
.suggestions-action-next {
    -webkit-transform: translateX(calc(50% + 10px));
    transform: translateX(calc(50% + 10px));
}
.suggestions:not(.is-initialized) .suggested-item-list {
    max-height: 0;
    overflow: hidden;
}
@media (min-width: 769px) {
    .suggestions {
        padding-top: 66px;
        padding-bottom: 36px;
    }
}
/* @charset 'UTF-8'; */
.slick-loading .slick-list {
    background: #fff
        url(/Scripts/ThirdParties/slick-master/slick/ajax-loader.gif) center
        center no-repeat;
}
@font-face {
    font-family: "slick";
    font-weight: normal;
    font-style: normal;
    src: url(/Scripts/ThirdParties/slick-master/slick/fonts/slick.eot);
    src: url(/Scripts/ThirdParties/slick-master/slick/fonts/slick.eot?#iefix)
            format("embedded-opentype"),
        url(/Scripts/ThirdParties/slick-master/slick/fonts/slick.woff)
            format("woff"),
        url(/Scripts/ThirdParties/slick-master/slick/fonts/slick.ttf)
            format("truetype"),
        url(/Scripts/ThirdParties/slick-master/slick/fonts/slick.svg#slick)
            format("svg");
}
.slick-prev,
.slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
    opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
    font-family: "slick";
    font-size: 20px;
    line-height: 1;
    opacity: 0.75;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-prev {
    left: -25px;
}
[dir="rtl"] .slick-prev {
    right: -25px;
    left: auto;
}
.slick-prev:before {
    content: "←";
}
[dir="rtl"] .slick-prev:before {
    content: "→";
}
.slick-next {
    right: -25px;
}
[dir="rtl"] .slick-next {
    right: auto;
    left: -25px;
}
.slick-next:before {
    content: "→";
}
[dir="rtl"] .slick-next:before {
    content: "←";
}
.slick-dotted.slick-slider {
    margin-bottom: 30px;
}
.slick-dots {
    position: absolute;
    bottom: -25px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}
.slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}
.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
    opacity: 1;
}
.slick-dots li button:before {
    font-family: "slick";
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: "•";
    text-align: center;
    opacity: 0.25;
    color: #000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
    opacity: 0.75;
    color: #000;
}
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus {
    outline: none;
}
.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after {
    display: table;
    content: "";
}
.slick-track:after {
    clear: both;
}
.slick-loading .slick-track {
    visibility: hidden;
}
.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[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;
}
.product-card {
    border-radius: 10px;
    background-color: #fff;
    -webkit-box-shadow: 0 2px 5px 0 rgba(223, 218, 228, 0.5);
    box-shadow: 0 2px 5px 0 rgba(223, 218, 228, 0.5);
    color: #000;
    -webkit-transition-duration: 250ms;
    transition-duration: 250ms;
    -webkit-transition-property: -webkit-box-shadow;
    transition-property: -webkit-box-shadow;
    transition-property: box-shadow;
    transition-property: box-shadow, -webkit-box-shadow;
    -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.product-card-wrapper {
    position: relative;
}
.product-card-badge {
    border-radius: 4px;
    background-color: #ffd803;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
    font-size: 8px;
    font-weight: 900;
    letter-spacing: 0.6px;
    text-align: center;
    color: #7e5512;
    display: inline-block;
    padding: 5px 8px;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    z-index: 10;
}
@media (min-width: 990px) {
    .product-card-badge {
        padding: 6px 10px;
        border-radius: 6px;
        font-size: 10px;
    }
}
@media (min-width: 1225px) {
    .product-card-badge {
        padding: 8px 12px;
        z-index: 0;
    }
}
.product-card-name {
    line-height: normal;
}
.product-card-name,
.product-card-content,
.product-card-image-wrapper,
.product-card-link {
    -webkit-transition-duration: 200ms;
    transition-duration: 200ms;
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.product-card-name:hover,
.product-card-name:hover .product-card-name,
.product-card-name:hover .product-card-content,
.product-card-name:hover .product-card-image-wrapper,
.product-card-name:hover .product-card-link,
.product-card-content:hover,
.product-card-content:hover .product-card-name,
.product-card-content:hover .product-card-content,
.product-card-content:hover .product-card-image-wrapper,
.product-card-content:hover .product-card-link,
.product-card-image-wrapper:hover,
.product-card-image-wrapper:hover .product-card-name,
.product-card-image-wrapper:hover .product-card-content,
.product-card-image-wrapper:hover .product-card-image-wrapper,
.product-card-image-wrapper:hover .product-card-link,
.product-card-link:hover,
.product-card-link:hover .product-card-name,
.product-card-link:hover .product-card-content,
.product-card-link:hover .product-card-image-wrapper,
.product-card-link:hover .product-card-link {
    -webkit-transition-duration: 300ms;
    transition-duration: 300ms;
}
.product-card:hover,
.product-card:focus {
    text-decoration: none;
    color: #000;
    -webkit-box-shadow: 0 5px 10px -1px rgba(223, 218, 228, 0.9);
    box-shadow: 0 5px 10px -1px rgba(223, 218, 228, 0.9);
}
.product-card-collapsed {
    display: block;
    overflow: hidden;
    margin-top: 13px;
    -webkit-transition-duration: 250ms;
    transition-duration: 250ms;
    -webkit-transition-property: -webkit-box-shadow, transform;
    transition-property: -webkit-box-shadow, transform;
    transition-property: box-shadow, transform;
    transition-property: box-shadow, -webkit-box-shadow, transform;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.product-card-collapsed-wrapper {
    transition: transform 250ms cubic-bezier(0.4, 0, 0.2, 1);
    -webkit-transition: transform 250ms cubic-bezier(0.4, 0, 0.2, 1);
}
.product-card-collapsed-wrapper:hover {
    transform: translateY(-3px);
}
.product-card-collapsed .product-card-content {
    margin-top: -30px;
    padding-top: 60px;
    padding-bottom: 30px;
    background: #fff;
    color: #000;
}
@media (min-width: 1225px) {
    .product-card-collapsed .product-card-name {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
}
.product-card-collapsed .product-card-image {
    z-index: 2;
    width: 100%;
    position: relative;
    height: auto;
}
.product-card-collapsed .product-card-image-wrapper {
    position: relative;
    z-index: 0;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    width: 56.5%;
    margin: 20px auto 0;
    pointer-events: none;
}
.product-card-collapsed .product-card-image-wrapper:before {
    content: "";
    -webkit-box-shadow: -3px 3px 5px 0 rgba(0, 0, 0, 0.1),
        0 2px 10px 0 rgba(0, 0, 0, 0.1);
    box-shadow: -3px 3px 5px 0 rgba(0, 0, 0, 0.1),
        0 2px 10px 0 rgba(0, 0, 0, 0.1);
    position: absolute;
    top: 0;
    left: 0;
    width: 96px;
    height: 130px;
    border-radius: 3px;
    z-index: 1;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}
@media (min-width: 1225px) {
    .product-card-collapsed .product-card-image-wrapper:before {
        -webkit-box-shadow: -5px 5px 10px 0 rgba(0, 0, 0, 0.15),
            0 2px 50px 0 rgba(0, 0, 0, 0.15);
        box-shadow: -5px 5px 10px 0 rgba(0, 0, 0, 0.15),
            0 2px 50px 0 rgba(0, 0, 0, 0.15);
        width: 100%;
        height: 100%;
    }
}
@media (min-width: 1225px) {
    .product-card-collapsed .product-card-image-wrapper {
        margin-top: 30px;
    }
}
@media (min-width: 480px) {
    .product-card-collapsed .product-card-image {
        min-height: 215px;
        height: auto;
    }
}
@media (min-width: 1460px) {
    .product-card-collapsed .product-card-image {
        min-height: 253px;
    }
}
.product-card-collapsed .product-card-link {
    text-align: center;
    left: 0;
    bottom: 0;
    font-size: 12px;
    letter-spacing: 0.9px;
    color: #fff;
    width: 100%;
    height: 50px;
    line-height: 50px;
    max-width: 180px;
}
.product-card-collapsed:hover,
.product-card-collapsed:focus {
    cursor: pointer;
}
@media (max-width: 1224px) {
    .product-card-collapsed {
        min-width: 151px;
    }
}
.product-card-resumed {
    padding: 0 10px 0;
    transform-style: preserve-3d;
    transform: none;
    margin-top: 13px;
    background-color: transparent;
    box-shadow: none;
}
.product-card-resumed .product-card-image {
    z-index: 1;
    width: 100%;
    position: relative;
}
.product-card-resumed .product-card-image-wrapper {
    min-height: 138px;
    width: 100%;
    position: relative;
    z-index: 1;
    display: inline-block;
}
.product-card-resumed .product-card-image-wrapper:before {
    content: "";
    border: 1px solid #fff;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 99%;
    -webkit-box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.1) inset;
    box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.1) inset;
    background-color: #f8f7fc;
    border-radius: 3px;
    z-index: 0;
}
@media (min-width: 480px) {
    .product-card-resumed .product-card-image-wrapper {
        max-width: 120px;
        min-height: 169px;
    }
}
.product-card-resumed .product-card-content {
    padding: 35px 10px 0;
    margin: -20px -10px 0;
    transform-style: preserve-3d;
    transform: translateZ(-1px);
    border: 1px solid #dfdae4;
    -webkit-box-shadow: 0 2px 5px 0 rgba(223, 218, 228, 0.5);
    box-shadow: 0 2px 5px 0 rgba(223, 218, 228, 0.5);
    height: 150px;
    border-radius: 5px;
}
.product-card-resumed .product-card-content.mobile {
    padding: 28px 0 0;
    height: 100% !important;
    min-height: auto !important;
    border-radius: 4px;
    box-shadow: 0 2px 5px 0 rgba(223, 218, 228, 0.5);
    border: solid 1px #f1f0f7;
}
@media (max-width: 1459px) {
    .product-card-resumed .product-card-content.mobile {
        height: 120px !important;
    }
}
@media (max-width: 768px) {
    .product-card-resumed .product-card-content.mobile {
        height: 100% !important;
    }
}
.product-card-resumed .product-card-link {
    min-width: 0;
    display: block;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    font-size: 10px;
    height: 32px;
    line-height: 32px;
    max-width: 135px;
}
.product-card-resumed .product-card-footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
    left: 0;
    height: 40px;
    line-height: 40px;
    z-index: 0;
}
.product-card-resumed .product-card-footer::before {
    content: "";
    display: block;
    margin: 0 auto;
    width: calc(100% - 20px);
    height: 1px;
    background-color: #f2f1f7;
    position: relative;
    top: 1px;
}
.product-card-resumed:hover,
.product-card-resumed:focus {
    box-shadow: none !important;
}
@media (min-width: 480px) {
    .product-card-resumed {
        height: 308px;
        min-width: 151px;
    }
}
@media (min-width: 990px) {
    .product-card-resumed {
        height: 294px;
    }
}
@media (min-width: 1225px) {
    .product-card-resumed {
        height: 308px;
    }
}
.product-card-detailed {
    min-height: 202px;
    position: relative;
    margin-top: 18px;
    color: #fff;
}
.product-card-detailed .product-card-name {
    max-width: 172px;
}
@media (min-width: 1225px) {
    .product-card-detailed .product-card-name {
        font-size: 24px;
        max-width: 230px;
    }
}
@media (min-width: 1460px) {
    .product-card-detailed .product-card-name {
        font-size: 26px;
        max-width: 230px;
        line-height: 1.2;
    }
}
.product-card-detailed .product-card-footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
    left: 0;
    height: 40px;
    line-height: 40px;
    z-index: 0;
}
.product-card-detailed .product-card-footer::before {
    content: "";
    display: block;
    width: calc(100% - 40px);
    height: 1px;
    background-color: #fff;
    position: relative;
    top: 1px;
    margin: 0 auto;
    opacity: 0.36;
}
.product-card-detailed .product-card-footer .product-card-link {
    color: #fff;
}
.product-card-detailed .product-card-content {
    padding-right: 40%;
    padding-bottom: 20px;
    padding-left: 20px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
@media (min-width: 1225px) {
    .product-card-detailed .product-card-content {
        padding-left: 50%;
        padding-bottom: 0;
        padding-right: 10px;
    }
}
@media (min-width: 1460px) {
    .product-card-detailed .product-card-content {
        padding-right: 46px;
    }
}
.product-card-detailed .product-card-link {
    letter-spacing: 0.7px;
}
@media (min-width: 1225px) {
    .product-card-detailed .product-card-link {
        max-width: 180px;
        height: 48px;
    }
}
@media (min-width: 1460px) {
    .product-card-detailed .product-card-link {
        max-width: 200px;
        height: 50px;
    }
}
.product-card-detailed .product-card-image {
    position: absolute;
    right: 0;
    height: 186px;
    bottom: 37px;
    z-index: 2;
}
@media (min-width: 1225px) {
    .product-card-detailed .product-card-image {
        height: 340px;
        left: 0;
        right: auto;
        bottom: 0;
    }
}
@media (min-width: 1460px) {
    .product-card-detailed .product-card-image {
        height: 404px;
    }
}
.product-card-detailed:hover,
.product-card-detailed.hover {
    color: #fff;
}
.product-card-detailed:hover .product-card-link,
.product-card-detailed.hover .product-card-link {
    opacity: 1;
}
.product-card-detailed.has-customization-modal {
    min-height: 224px;
}
.product-card-detailed.has-customization-modal .product-card-image {
    bottom: 57px;
}
.product-card-detailed.has-customization-modal
    .product-card-image-wrapper::before {
    content: "";
    display: block;
    box-shadow: 0 2px 5px 1px rgba(0, 0, 0, 0.2);
    background-color: #fff;
    position: absolute;
    right: 32px;
    height: 130px;
    bottom: 58px;
    z-index: 2;
    width: 84px;
}
.product-card-detailed.has-customization-modal .product-card-content {
    padding-bottom: 50px;
    padding-right: 50%;
}
.product-card-detailed.has-customization-modal .product-card-footer {
    height: auto;
    line-height: initial;
    border-radius: 0 0 8px 8px;
}
.product-card-detailed.has-customization-modal .product-card-footer .btn {
    line-height: 30px;
    height: 30px;
    border-radius: 20px;
    background-color: #f7f6fb;
    border: none;
    font-size: 10px;
}
@media (min-width: 1225px) {
    .product-card-detailed {
        margin-top: 30px;
        height: 310px;
    }
}
@media (min-width: 1460px) {
    .product-card-detailed {
        margin-top: 38px;
        height: 366px;
    }
}
.product-card-large {
    min-height: 202px;
    position: relative;
    padding-top: 20px;
    padding-bottom: 60px;
    padding-left: 20px;
    padding-right: 20px;
    color: #fff;
}
.product-card-large .product-card-name {
    max-width: 160px;
}
@media (min-width: 1225px) {
    .product-card-large .product-card-name {
        font-size: 24px;
        max-width: 260px;
    }
}
@media (min-width: 1460px) {
    .product-card-large .product-card-name {
        font-size: 26px;
        max-width: 280px;
        line-height: 1.2;
    }
}
.product-card-large .product-card-content {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 70%;
    flex: 0 0 70%;
    max-width: 70%;
    padding-left: 20px;
    padding-right: 20px;
}
@media (min-width: 480px) {
    .product-card-large .product-card-content {
        padding-right: 0;
    }
}
@media (min-width: 1225px) {
    .product-card-large .product-card-content {
        -ms-flex: 0 0 50%;
        -webkit-box-flex: 0;
        flex: 0 0 50%;
        max-width: 50%;
        padding-left: 0;
    }
}
.product-card-large .product-card-link {
    height: 40px;
    line-height: 40px;
    min-width: 0;
    padding-left: 20px;
    padding-right: 20px;
}
@media (max-width: 1224px) {
    .product-card-large .product-card-link {
        font-size: 10px;
    }
}
@media (min-width: 1225px) {
    .product-card-large .product-card-link {
        height: 48px;
        line-height: 48px;
        padding-left: 40px;
        padding-right: 40px;
    }
}
@media (min-width: 1460px) {
    .product-card-large .product-card-link {
        height: 50px;
        line-height: 50px;
        padding-left: 57px;
        padding-right: 57px;
    }
}
.product-card-large .product-card-image {
    height: auto;
    width: 100%;
    height: auto;
    position: relative;
    z-index: 1;
}
.product-card-large .product-card-image-wrapper {
    max-width: 100%;
    -ms-flex: 0 0 96px;
    -webkit-box-flex: 0;
    flex: 0 0 96px;
    width: 96px;
    height: 135px;
    position: relative;
    z-index: 1;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}
.product-card-large .product-card-image-wrapper:before {
    content: "";
    -webkit-box-shadow: -3px 3px 5px 0 rgba(0, 0, 0, 0.1),
        0 2px 10px 0 rgba(0, 0, 0, 0.1);
    box-shadow: -3px 3px 5px 0 rgba(0, 0, 0, 0.1),
        0 2px 10px 0 rgba(0, 0, 0, 0.1);
    border: 1px solid #fff;
    position: absolute;
    top: 0;
    left: 0;
    width: 96px;
    height: 130px;
    background-color: #fff;
    border-radius: 3px;
    z-index: 1;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}
@media (min-width: 1225px) {
    .product-card-large .product-card-image-wrapper:before {
        -webkit-box-shadow: -5px 5px 10px 0 rgba(0, 0, 0, 0.15),
            0 2px 50px 0 rgba(0, 0, 0, 0.15);
        box-shadow: -5px 5px 10px 0 rgba(0, 0, 0, 0.15),
            0 2px 50px 0 rgba(0, 0, 0, 0.15);
        width: 100%;
        height: 100%;
    }
}
@media (min-width: 480px) {
    .product-card-large .product-card-image-wrapper {
        -ms-flex: 0 0 116px;
        -webkit-box-flex: 0;
        flex: 0 0 116px;
        width: 116px;
        height: 162px;
        margin-bottom: 10px;
    }
}
@media (min-width: 769px) {
    .product-card-large .product-card-image-wrapper {
        -ms-flex: 0 0 96px;
        -webkit-box-flex: 0;
        flex: 0 0 96px;
        width: 96px;
        height: 135px;
    }
}
@media (min-width: 1225px) {
    .product-card-large .product-card-image-wrapper {
        -ms-flex: 0 0 160px;
        -webkit-box-flex: 0;
        flex: 0 0 160px;
        width: 160px;
        height: 224px;
        margin-right: 47px;
    }
}
@media (min-width: 1460px) {
    .product-card-large .product-card-image-wrapper {
        -ms-flex: 0 0 180px;
        -webkit-box-flex: 0;
        flex: 0 0 180px;
        width: 180px;
        width: 180px;
        height: 252px;
        margin-right: 56px;
    }
}
.product-card-large .product-card-footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
    left: 0;
    height: 40px;
    line-height: 40px;
    z-index: 0;
}
.product-card-large .product-card-footer::before {
    content: "";
    display: block;
    width: calc(100% - 40px);
    height: 1px;
    background-color: #fff;
    position: relative;
    top: 1px;
    margin: 0 auto;
    opacity: 0.36;
}
.product-card-large .product-card-footer .product-card-link {
    color: #fff;
}
.product-card-large:hover,
.product-card-large.hover {
    color: #fff;
}
.product-card-large:hover .product-card-link,
.product-card-large.hover .product-card-link {
    opacity: 1;
}
.product-card-large.collection-product .product-card-image {
    height: auto;
    width: 100%;
    height: auto;
    position: relative;
    z-index: 1;
}
.product-card-large.collection-product .product-card-image-wrapper {
    max-width: 100%;
    -ms-flex: 0 0 96px;
    -webkit-box-flex: 0;
    flex: 0 0 96px;
    width: 96px;
    height: 135px;
    position: relative;
    z-index: 1;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}
.product-card-large.collection-product .product-card-image-wrapper:before {
    content: "";
    -webkit-box-shadow: -3px 3px 5px 0 rgba(0, 0, 0, 0.1),
        0 2px 10px 0 rgba(0, 0, 0, 0.1);
    box-shadow: -3px 3px 5px 0 rgba(0, 0, 0, 0.1),
        0 2px 10px 0 rgba(0, 0, 0, 0.1);
    border: 1px solid #fff;
    position: absolute;
    top: 0;
    left: 0;
    width: 72px;
    height: 102px;
    background-color: #fff;
    border-radius: 3px;
    z-index: 1;
    left: -24px;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}
@media (min-width: 480px) {
    .product-card-large.collection-product .product-card-image-wrapper:before {
        left: 0;
        width: 107px;
        height: 150px;
        background-color: #fff;
        border-radius: 3px;
        z-index: 1;
        left: -34px;
        right: 0;
    }
}
@media (min-width: 769px) {
    .product-card-large.collection-product .product-card-image-wrapper:before {
        width: 74%;
        height: 99%;
        left: -28px;
        top: 1px;
        height: 124px;
    }
}
@media (min-width: 1225px) {
    .product-card-large.collection-product .product-card-image-wrapper:before {
        -webkit-box-shadow: -5px 5px 10px 0 rgba(0, 0, 0, 0.15),
            0 2px 50px 0 rgba(0, 0, 0, 0.15);
        box-shadow: -5px 5px 10px 0 rgba(0, 0, 0, 0.15),
            0 2px 50px 0 rgba(0, 0, 0, 0.15);
        width: 74%;
        height: 99%;
        left: -50px;
        top: 1px;
    }
}
@media (min-width: 1460px) {
    .product-card-large.collection-product .product-card-image-wrapper:before {
        -webkit-box-shadow: -5px 5px 10px 0 rgba(0, 0, 0, 0.15),
            0 2px 50px 0 rgba(0, 0, 0, 0.15);
        box-shadow: -5px 5px 10px 0 rgba(0, 0, 0, 0.15),
            0 2px 50px 0 rgba(0, 0, 0, 0.15);
        width: 74%;
        height: 99%;
        left: -56px;
        top: 1px;
    }
}
@media (min-width: 480px) {
    .product-card-large.collection-product .product-card-image-wrapper {
        -ms-flex: 0 0 142px;
        -webkit-box-flex: 0;
        flex: 0 0 142px;
        width: 142px;
        height: 135px;
    }
}
@media (min-width: 769px) {
    .product-card-large.collection-product .product-card-image-wrapper {
        -ms-flex: 0 0 122px;
        -webkit-box-flex: 0;
        flex: 0 0 122px;
        width: 122px;
        height: 135px;
    }
}
@media (min-width: 1225px) {
    .product-card-large.collection-product .product-card-image-wrapper {
        -ms-flex: 0 0 210px;
        -webkit-box-flex: 0;
        flex: 0 0 210px;
        width: 210px;
        height: 224px;
        margin-right: 27px;
    }
}
@media (min-width: 1460px) {
    .product-card-large.collection-product .product-card-image-wrapper {
        -ms-flex: 0 0 236px;
        -webkit-box-flex: 0;
        flex: 0 0 236px;
        width: 236px;
        height: 252px;
        margin-right: 30px;
    }
}
@media (min-width: 769px) {
    .product-card-large {
        padding-top: 30px;
        padding-bottom: 50px;
        padding-left: 20px;
        padding-right: 20px;
    }
}
@media (min-width: 1225px) {
    .product-card-large {
        padding-bottom: 20px;
        height: 310px;
    }
}
@media (min-width: 1460px) {
    .product-card-large {
        height: 366px;
    }
}
.product-card-more {
    background-color: #3bd3d7;
    text-align: center;
}
.product-card-more h4 {
    max-width: 190px;
}
.product-card-more p {
    max-width: 200px;
}
.product-card-more .product-card-link {
    max-width: 160px;
    height: 40px;
    color: #3bd3d7;
}
@media (max-width: 1224px) {
    .product-card-more .product-card-link {
        height: 40px;
        position: absolute;
        line-height: 40px;
        color: #fff;
        background: none;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        left: 0;
        bottom: 0;
        width: 100%;
        max-width: none;
    }
}
@media (min-width: 1225px) {
    .product-card-more .product-card-link {
        max-width: 180px;
        height: 48px;
    }
}
@media (min-width: 1460px) {
    .product-card-more .product-card-link {
        max-width: 200px;
        height: 50px;
    }
}
.product-card .product-card-line {
    height: 1px;
    border: solid 1px #e9e7f6;
    margin-top: 19px;
    margin-bottom: 38px;
}
.product-card .product-card-line-mobile {
    height: 100%;
    margin-bottom: 9px;
}
.product-card .product-card-line-mobile label {
    margin-top: 15px !important;
}
.product-card .product-card-line-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: 17px;
    padding-right: 9px;
}
.product-card .product-card-line-flex label {
    font-family: Nunito;
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #68596e;
    margin-top: 21px;
}
.product-card .product-card-line-flex.mobile {
    padding-left: 9px;
    padding-right: 8px;
}
.product-card .product-card-line .btn-card-line {
    width: 48px;
    height: 48px;
    border: solid 1px #f1edf5;
    border-radius: 100%;
    margin-top: 9px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.product-card .product-card-line .btn-card-line svg {
    width: 23px;
    height: 30px;
    fill: #fff;
}
.btn-card-line-mobile {
    width: 30px;
    height: 30px;
    border: solid 1px #f1edf5;
    border-radius: 100%;
    margin-top: 9px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.btn-card-line-mobile svg {
    width: 18px !important;
    height: 12px !important;
    fill: #fff !important;
}
.hr-product-mobile {
    height: 1px;
    border-width: 0;
    color: #e9e7f6;
    background-color: #e9e7f6;
    margin-bottom: 0;
}
.category-options {
    background-color: #fff;
    border: solid 1px rgba(223, 218, 228, 0.5);
    color: #000;
}
.category-options-mode b {
    margin-right: 5px;
    font-size: 14px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #dfdae4;
}
@media (min-width: 769px) {
    .category-options-mode b {
        margin-right: 15px;
    }
}
.category-options-mode a {
    height: 36px;
    width: 36px;
    margin: -4px 0;
}
.category-options-mode a svg {
    fill: none;
    stroke: #dfdae4;
    -webkit-transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
.category-options-mode a:hover svg,
.category-options-mode a:focus svg {
    stroke: #3bd3d7;
}
.category-options-mode a.is-selected svg {
    stroke: #34bec1;
}
@media (min-width: 769px) {
    .category-options-mode a {
        margin: initial;
    }
}
.category-options-breadcrumb {
    border-radius: 100px;
    background-color: #f8f7fc;
    height: 40px;
    line-height: 40px;
    font-size: 10px;
    font-weight: 900;
    letter-spacing: 0.6px;
    text-align: center;
    color: #3bd3d7;
    text-transform: uppercase;
    display: inline-block;
    padding-right: 60px;
    padding-left: 20px;
    margin-left: 10px;
}
.category-options-breadcrumb-options {
    position: absolute;
    display: none;
}
.product-card-wrapper {
    margin-top: 15px;
    margin-bottom: 15px;
}
.main-header h1 {
    font-size: 60px;
    line-height: 0.95;
    text-align: center;
}
.main-header h1,
.main-header h2 {
    color: #242426;
}
.product-card-collapsed-wrapper {
    transform: translateY(0) !important;
}
.tag-badge-collection {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 10px;
}
.tag-badge-collection .tag-show {
    color: #fff;
    border-radius: 6px;
    padding: 5px 15px;
    font-size: 12px;
    font-weight: bold;
}
.tag-collection {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    text-align: center;
    vertical-align: baseline;
    border-radius: 4px;
    margin: 15px 20px;
    color: #fff;
    padding: 10px;
}
@media (max-width: 989px) {
    .tag-collection {
        font-size: 11px;
        padding: 5px;
        margin: 16px;
        height: 24px;
    }
}
.btn-read-more {
    color: #000;
    font-size: 14px;
    transition: opacity 0.15s;
    text-decoration: none;
    width: auto;
    padding: 0;
    border: none;
    background: transparent;
    border-color: transparent;
    outline: none;
    text-decoration: underline;
    cursor: pointer;
    font-weight: bold;
}
.product-card-wrapper {
    background: #fff;
    border-radius: 10px;
}
.collection-card-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-decoration: none !important;
}
.collection-card-footer .text-frete {
    margin: 15px 20px;
    line-height: 50px;
    color: #fff;
}
@media (max-width: 989px) {
    .collection-card-footer .text-frete {
        line-height: 32px;
        margin: 16px;
        font-size: 10px;
    }
}
.collection-card-footer .btn {
    margin: 15px 20px;
    height: 50px;
    line-height: 50px;
    padding-left: 40px;
    padding-right: 40px;
    color: #fff;
}
@media (max-width: 989px) {
    .collection-card-footer .btn {
        height: 32px;
        line-height: 32px;
        padding: 0 16px;
        margin: 16px;
        font-size: 10px;
    }
}
.card-shadow {
    -webkit-box-shadow: 0 2px 5px 0 rgba(223, 218, 228, 0.5);
    box-shadow: 0 3px 5px 0 rgba(223, 218, 228, 0.5);
}
.card-shadow:hover {
    -webkit-box-shadow: 0 2px 5px 0 rgba(223, 218, 228, 0.5);
    box-shadow: 0 6px 5px 0 rgba(223, 218, 228, 0.5);
}
@media (max-width: 768px) {
    .card-shadow {
        border: 1px solid #f1eff8;
    }
}
.card-collection {
    display: flex;
    flex-direction: column;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    height: auto !important;
    padding: 20px 30px 20px 20px !important;
}
@media (max-width: 768px) {
    .card-collection {
        padding: 16px !important;
    }
}
.card-collection .card-image {
    display: flex;
    flex-direction: row;
    width: 216px;
}
@media (min-width: 769px) {
    .card-collection .card-image {
        width: 236px;
    }
}
@media (min-width: 990px) {
    .card-collection .card-image {
        width: 320px;
    }
}
@media (min-width: 1225px) {
    .card-collection .card-image {
        width: 320px;
    }
}
.card-collection .card-image :first-child {
    margin-left: 0 !important;
}
.card-collection .card-image :first-child picture {
    margin-left: 0;
}
.card-collection .card-image picture {
    box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.15),
        -5px 7px 10px 0 rgba(0, 0, 0, 0.15);
    width: 100%;
    height: auto;
    margin-left: 10px;
}
.card-collection .card-image picture :first-child {
    margin-left: 0 !important;
}
.card-collection .four-books {
    width: 292px;
}
@media (min-width: 769px) {
    .card-collection .four-books {
        width: 318px;
    }
}
@media (min-width: 990px) {
    .card-collection .four-books {
        width: 318px;
    }
}
@media (min-width: 990px) {
    .card-collection .four-books {
        width: 430px;
    }
}
@media (min-width: 1225px) {
    .card-collection .four-books {
        width: 430px;
    }
}
.card-collection .collection-badge {
    width: 80px;
    height: 72px;
    border-top-right-radius: 10px;
}
@media (min-width: 769px) {
    .card-collection .collection-badge {
        width: 60px;
        height: auto;
    }
}
@media (min-width: 1225px) {
    .card-collection .collection-badge {
        width: 120px;
    }
}
.card-collection .card-description {
    display: flex;
    width: 100%;
    flex-direction: column;
    font-family: Nunito;
    margin-top: 20px;
}
@media (max-width: 768px) {
    .card-collection .card-description {
        margin-top: 8px;
    }
}
.card-collection .card-description .mobile {
    width: 88%;
    overflow: hidden;
    height: 35px;
    transition: height 0.3s;
}
.card-collection .card-description .description-mobile-wrapper {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
}
.card-collection .card-description .description-title {
    font-size: 20px;
    font-weight: 700;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #fff;
}
@media (max-width: 768px) {
    .card-collection .card-description .description-title {
        font-size: 16px;
    }
}
.card-collection .card-description .description-subtitle {
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.43;
    letter-spacing: normal;
    color: #fff;
}
@media (max-width: 768px) {
    .card-collection .card-description .description-subtitle {
        display: -webkit-box;
        -webkit-mask: linear-gradient(
                0deg,
                transparent 0,
                transparent 18.0001px,
                black 18.0001px
            ),
            linear-gradient(
                270deg,
                transparent 0,
                transparent 3.8px,
                black 34.8002px
            );
        font-size: 12px;
        line-height: 1.5;
    }
}
.card-collection .card-description .btn-more {
    color: #fff;
    font-size: 12px;
    transition: opacity 0.15s;
    text-decoration: none;
    width: auto;
    padding: 0;
    border: none;
    background: transparent;
    border-color: transparent;
    outline: none;
    text-decoration: underline;
    cursor: pointer;
    font-weight: bold;
}
@keyframes plyr-progress {
    to {
        background-position: 25px 0;
    }
}
@keyframes plyr-popup {
    0% {
        opacity: 0.5;
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
@keyframes plyr-fade-in {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
.plyr {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    direction: ltr;
    font-family: Avenir, "Avenir Next", "Helvetica Neue", "Segoe UI", Helvetica,
        Arial, sans-serif;
    font-variant-numeric: tabular-nums;
    font-weight: 500;
    line-height: 1.7;
    max-width: 100%;
    min-width: 200px;
    position: relative;
    text-shadow: none;
    transition: box-shadow 0.3s ease;
}
.plyr audio,
.plyr video {
    border-radius: inherit;
    height: auto;
    vertical-align: middle;
    width: 100%;
}
.plyr button {
    font: inherit;
    line-height: inherit;
    width: auto;
}
.plyr:focus {
    outline: 0;
}
.plyr--full-ui {
    box-sizing: border-box;
}
.plyr--full-ui *,
.plyr--full-ui ::after,
.plyr--full-ui ::before {
    box-sizing: inherit;
}
.plyr--full-ui a,
.plyr--full-ui button,
.plyr--full-ui input,
.plyr--full-ui label {
    touch-action: manipulation;
}
.plyr__badge {
    background: #4f5b5f;
    border-radius: 2px;
    color: #fff;
    font-size: 9px;
    line-height: 1;
    padding: 3px 4px;
}
.plyr--full-ui ::-webkit-media-text-track-container {
    display: none;
}
.plyr__captions {
    animation: plyr-fade-in 0.3s ease;
    bottom: 0;
    color: #fff;
    display: none;
    font-size: 14px;
    left: 0;
    padding: 10px;
    position: absolute;
    text-align: center;
    transform: translateY(-40px);
    transition: transform 0.4s ease-in-out;
    width: 100%;
}
.plyr__captions span {
    background: rgba(0, 0, 0, 0.8);
    border-radius: 2px;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
    line-height: 185%;
    padding: 0.2em 0.5em;
    white-space: pre-wrap;
}
.plyr__captions span div {
    display: inline;
}
.plyr__captions span:empty {
    display: none;
}
@media (min-width: 480px) {
    .plyr__captions {
        font-size: 16px;
        padding: 20px;
    }
}
@media (min-width: 768px) {
    .plyr__captions {
        font-size: 18px;
    }
}
.plyr--captions-active .plyr__captions {
    display: block;
}
.plyr--hide-controls .plyr__captions {
    transform: translateY(-15px);
}
.plyr__control {
    background: 0 0;
    border: 0;
    border-radius: 3px;
    color: inherit;
    cursor: pointer;
    flex-shrink: 0;
    overflow: visible;
    padding: 7px;
    position: relative;
    transition: all 0.3s ease;
}
.plyr__control svg {
    display: block;
    fill: currentColor;
    height: 18px;
    pointer-events: none;
    width: 18px;
}
.plyr__control:focus {
    outline: 0;
}
.plyr__control.plyr__tab-focus {
    box-shadow: 0 0 0 3px rgba(26, 175, 255, 0.35);
    outline: 0;
}
.plyr__control[aria-pressed="false"] .icon--pressed,
.plyr__control[aria-pressed="false"] .label--pressed,
.plyr__control[aria-pressed="true"] .icon--not-pressed,
.plyr__control[aria-pressed="true"] .label--not-pressed {
    display: none;
}
.plyr--audio .plyr__control.plyr__tab-focus,
.plyr--audio .plyr__control:hover,
.plyr--audio .plyr__control[aria-expanded="true"] {
    background: #1aafff;
    color: #fff;
}
.plyr__control--overlaid {
    background: rgba(26, 175, 255, 0.8);
    border: 0;
    border-radius: 100%;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
    color: #fff;
    display: none;
    left: 50%;
    padding: 15px;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
}
.plyr__control--overlaid svg {
    height: 20px;
    left: 2px;
    position: relative;
    width: 20px;
}
.plyr__control--overlaid:focus,
.plyr__control--overlaid:hover {
    background: #1aafff;
}
.plyr--playing .plyr__control--overlaid {
    opacity: 0;
    visibility: hidden;
}
.plyr--full-ui.plyr--video .plyr__control--overlaid {
    display: block;
}
.plyr--full-ui ::-webkit-media-controls {
    display: none;
}
.plyr__controls {
    align-items: center;
    display: flex;
    text-align: center;
}
.plyr__controls .plyr__menu,
.plyr__controls .plyr__progress,
.plyr__controls .plyr__time,
.plyr__controls > .plyr__control {
    margin-left: 5px;
}
.plyr__controls .plyr__menu:first-child,
.plyr__controls .plyr__menu:first-child + [data-plyr="pause"],
.plyr__controls .plyr__progress:first-child,
.plyr__controls .plyr__progress:first-child + [data-plyr="pause"],
.plyr__controls .plyr__time:first-child,
.plyr__controls .plyr__time:first-child + [data-plyr="pause"],
.plyr__controls > .plyr__control:first-child,
.plyr__controls > .plyr__control:first-child + [data-plyr="pause"] {
    margin-left: 0;
}
.plyr__controls .plyr__volume {
    margin-left: 5px;
}
@media (min-width: 480px) {
    .plyr__controls .plyr__menu,
    .plyr__controls .plyr__progress,
    .plyr__controls .plyr__time,
    .plyr__controls > .plyr__control {
        margin-left: 10px;
    }
    .plyr__controls .plyr__menu + .plyr__control,
    .plyr__controls > .plyr__control + .plyr__control,
    .plyr__controls > .plyr__control + .plyr__menu {
        margin-left: 5px;
    }
}
.plyr--video .plyr__controls {
    background: linear-gradient(transparent, rgba(0, 0, 0, 0.7));
    border-bottom-left-radius: inherit;
    border-bottom-right-radius: inherit;
    bottom: 0;
    color: #fff;
    left: 0;
    padding: 35px 10px 10px;
    position: absolute;
    right: 0;
    transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;
    z-index: 2;
}
.plyr--video .plyr__controls .plyr__control svg {
    -webkit-filter: drop-shadow(0 1px 1px rgba(0, 0, 0, 0.15));
    filter: drop-shadow(0 1px 1px rgba(0, 0, 0, 0.15));
}
.plyr--video .plyr__controls .plyr__control.plyr__tab-focus,
.plyr--video .plyr__controls .plyr__control:hover,
.plyr--video .plyr__controls .plyr__control[aria-expanded="true"] {
    background: #1aafff;
    color: #fff;
}
.plyr--audio .plyr__controls {
    background: #fff;
    border-radius: inherit;
    color: #4f5b5f;
    padding: 10px;
}
.plyr--video.plyr--hide-controls .plyr__controls {
    opacity: 0;
    pointer-events: none;
    transform: translateY(100%);
}
.plyr [data-plyr="airplay"],
.plyr [data-plyr="captions"],
.plyr [data-plyr="fullscreen"],
.plyr [data-plyr="pip"] {
    display: none;
}
.plyr--airplay-supported [data-plyr="airplay"],
.plyr--captions-enabled [data-plyr="captions"],
.plyr--fullscreen-enabled [data-plyr="fullscreen"],
.plyr--pip-supported [data-plyr="pip"] {
    display: inline-block;
}
.plyr__video-embed {
    height: 0;
    padding-bottom: 56.25%;
    position: relative;
}
.plyr__video-embed iframe {
    border: 0;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100%;
}
.plyr--full-ui .plyr__video-embed iframe {
    pointer-events: none;
}
.plyr--full-ui .plyr__video-embed > .plyr__video-embed__container {
    padding-bottom: 240%;
    position: relative;
    transform: translateY(-38.28125%);
}
.plyr__menu {
    display: flex;
    position: relative;
}
.plyr__menu .plyr__control svg {
    transition: transform 0.3s ease;
}
.plyr__menu .plyr__control[aria-expanded="true"] svg {
    transform: rotate(90deg);
}
.plyr__menu .plyr__control[aria-expanded="true"] .plyr__tooltip {
    display: none;
}
.plyr__menu__container {
    animation: plyr-popup 0.2s ease;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 4px;
    bottom: 100%;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
    color: #4f5b5f;
    font-size: 16px;
    margin-bottom: 10px;
    position: absolute;
    right: -3px;
    text-align: left;
    white-space: nowrap;
    z-index: 3;
}
.plyr__menu__container > div {
    overflow: hidden;
    transition: height 0.35s cubic-bezier(0.4, 0, 0.2, 1),
        width 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}
.plyr__menu__container::after {
    border: 4px solid transparent;
    border-top-color: rgba(255, 255, 255, 0.9);
    content: "";
    height: 0;
    position: absolute;
    right: 15px;
    top: 100%;
    width: 0;
}
.plyr__menu__container ul {
    list-style: none;
    margin: 0;
    overflow: hidden;
    padding: 7px;
}
.plyr__menu__container ul li {
    margin-top: 2px;
}
.plyr__menu__container ul li:first-child {
    margin-top: 0;
}
.plyr__menu__container .plyr__control {
    align-items: center;
    color: #4f5b5f;
    display: flex;
    font-size: 14px;
    padding: 4px 14px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100%;
}
.plyr__menu__container .plyr__control::after {
    border: 4px solid transparent;
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.plyr__menu__container .plyr__control--forward {
    padding-right: 28px;
}
.plyr__menu__container .plyr__control--forward::after {
    border-left-color: rgba(79, 91, 95, 0.8);
    right: 5px;
}
.plyr__menu__container .plyr__control--forward.plyr__tab-focus::after,
.plyr__menu__container .plyr__control--forward:hover::after {
    border-left-color: currentColor;
}
.plyr__menu__container .plyr__control--back {
    font-weight: 500;
    margin: 7px;
    margin-bottom: 3px;
    padding-left: 28px;
    position: relative;
    width: calc(100% - 14px);
}
.plyr__menu__container .plyr__control--back::after {
    border-right-color: rgba(79, 91, 95, 0.8);
    left: 7px;
}
.plyr__menu__container .plyr__control--back::before {
    background: #b7c5cd;
    box-shadow: 0 1px 0 #fff;
    content: "";
    height: 1px;
    left: 0;
    margin-top: 4px;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 100%;
}
.plyr__menu__container .plyr__control--back.plyr__tab-focus::after,
.plyr__menu__container .plyr__control--back:hover::after {
    border-right-color: currentColor;
}
.plyr__menu__container label.plyr__control {
    padding-left: 7px;
}
.plyr__menu__container label.plyr__control input[type="radio"] + span {
    background: rgba(0, 0, 0, 0.1);
    border-radius: 100%;
    display: block;
    flex-shrink: 0;
    height: 16px;
    margin-right: 10px;
    position: relative;
    transition: all 0.3s ease;
    width: 16px;
}
.plyr__menu__container label.plyr__control input[type="radio"] + span::after {
    background: #fff;
    border-radius: 100%;
    content: "";
    height: 6px;
    left: 5px;
    opacity: 0;
    position: absolute;
    top: 5px;
    transform: scale(0);
    transition: transform 0.3s ease, opacity 0.3s ease;
    width: 6px;
}
.plyr__menu__container label.plyr__control input[type="radio"]:checked + span {
    background: #1aafff;
}
.plyr__menu__container
    label.plyr__control
    input[type="radio"]:checked
    + span::after {
    opacity: 1;
    transform: scale(1);
}
.plyr__menu__container label.plyr__control input[type="radio"]:focus + span {
    box-shadow: 0 0 0 3px rgba(26, 175, 255, 0.35);
    outline: 0;
}
.plyr__menu__container
    label.plyr__control.plyr__tab-focus
    input[type="radio"]
    + span,
.plyr__menu__container label.plyr__control:hover input[type="radio"] + span {
    background: rgba(0, 0, 0, 0.1);
}
.plyr__menu__container .plyr__menu__value {
    align-items: center;
    display: flex;
    margin-left: auto;
    margin-right: -7px;
    overflow: hidden;
    padding-left: 25px;
    pointer-events: none;
}
.plyr__progress {
    display: flex;
    flex: 1;
    position: relative;
}
.plyr__progress input[type="range"] {
    position: relative;
    z-index: 2;
}
.plyr__progress .plyr__tooltip {
    font-size: 14px;
    left: 0;
}
.plyr__progress--buffer {
    -webkit-appearance: none;
    background: 0 0;
    border: 0;
    border-radius: 100px;
    height: 6px;
    left: 0;
    margin: -3px 0 0;
    padding: 0;
    position: absolute;
    top: 50%;
    width: 100%;
}
.plyr__progress--buffer::-webkit-progress-bar {
    background: 0 0;
    transition: width 0.2s ease;
}
.plyr__progress--buffer::-webkit-progress-value {
    background: currentColor;
    border-radius: 100px;
    min-width: 6px;
}
.plyr__progress--buffer::-moz-progress-bar {
    background: currentColor;
    border-radius: 100px;
    min-width: 6px;
    transition: width 0.2s ease;
}
.plyr__progress--buffer::-ms-fill {
    border-radius: 100px;
    transition: width 0.2s ease;
}
.plyr--video .plyr__progress--buffer {
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
    color: rgba(255, 255, 255, 0.25);
}
.plyr--audio .plyr__progress--buffer {
    color: rgba(183, 197, 205, 0.66);
}
.plyr--loading .plyr__progress--buffer {
    animation: plyr-progress 1s linear infinite;
    background-image: linear-gradient(
        -45deg,
        rgba(47, 52, 61, 0.6) 25%,
        transparent 25%,
        transparent 50%,
        rgba(47, 52, 61, 0.6) 50%,
        rgba(47, 52, 61, 0.6) 75%,
        transparent 75%,
        transparent
    );
    background-repeat: repeat-x;
    background-size: 25px 25px;
    color: transparent;
}
.plyr--video.plyr--loading .plyr__progress--buffer {
    background-color: rgba(255, 255, 255, 0.25);
}
.plyr--audio.plyr--loading .plyr__progress--buffer {
    background-color: rgba(183, 197, 205, 0.66);
}
.plyr__poster {
    background-color: #000;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: contain;
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: opacity 0.3s ease;
    width: 100%;
    z-index: 1;
    pointer-events: none;
}
.plyr--stopped .plyr__poster {
    opacity: 1;
}
.plyr--full-ui input[type="range"] {
    -webkit-appearance: none;
    background: 0 0;
    border: 0;
    border-radius: 28px;
    color: #1aafff;
    display: block;
    height: 20px;
    margin: 0;
    padding: 0;
    transition: box-shadow 0.3s ease;
    width: 100%;
}
.plyr--full-ui input[type="range"]::-webkit-slider-runnable-track {
    background: 0 0;
    border: 0;
    border-radius: 3px;
    height: 6px;
    transition: all 0.3s ease;
    -webkit-user-select: none;
    user-select: none;
    background-image: linear-gradient(to right, currentColor 0, transparent 0);
}
.plyr--full-ui input[type="range"]::-webkit-slider-thumb {
    background: #fff;
    border: 0;
    border-radius: 100%;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(47, 52, 61, 0.2);
    box-sizing: border-box;
    height: 14px;
    position: relative;
    transition: all 0.2s ease;
    width: 14px;
    -webkit-appearance: none;
    margin-top: -4px;
}
.plyr--full-ui input[type="range"]::-moz-range-track {
    background: 0 0;
    border: 0;
    border-radius: 3px;
    height: 6px;
    transition: all 0.3s ease;
    -moz-user-select: none;
    user-select: none;
}
.plyr--full-ui input[type="range"]::-moz-range-thumb {
    background: #fff;
    border: 0;
    border-radius: 100%;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(47, 52, 61, 0.2);
    box-sizing: border-box;
    height: 14px;
    position: relative;
    transition: all 0.2s ease;
    width: 14px;
}
.plyr--full-ui input[type="range"]::-moz-range-progress {
    background: currentColor;
    border-radius: 3px;
    height: 6px;
}
.plyr--full-ui input[type="range"]::-ms-track {
    background: 0 0;
    border: 0;
    border-radius: 3px;
    height: 6px;
    transition: all 0.3s ease;
    -ms-user-select: none;
    user-select: none;
    color: transparent;
}
.plyr--full-ui input[type="range"]::-ms-fill-upper {
    background: 0 0;
    border: 0;
    border-radius: 3px;
    height: 6px;
    transition: all 0.3s ease;
    -ms-user-select: none;
    user-select: none;
}
.plyr--full-ui input[type="range"]::-ms-fill-lower {
    background: 0 0;
    border: 0;
    border-radius: 3px;
    height: 6px;
    transition: all 0.3s ease;
    -ms-user-select: none;
    user-select: none;
    background: currentColor;
}
.plyr--full-ui input[type="range"]::-ms-thumb {
    background: #fff;
    border: 0;
    border-radius: 100%;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(47, 52, 61, 0.2);
    box-sizing: border-box;
    height: 14px;
    position: relative;
    transition: all 0.2s ease;
    width: 14px;
    margin-top: 0;
}
.plyr--full-ui input[type="range"]::-ms-tooltip {
    display: none;
}
.plyr--full-ui input[type="range"]:focus {
    outline: 0;
}
.plyr--full-ui input[type="range"]::-moz-focus-outer {
    border: 0;
}
.plyr--full-ui
    input[type="range"].plyr__tab-focus::-webkit-slider-runnable-track {
    box-shadow: 0 0 0 3px rgba(26, 175, 255, 0.35);
    outline: 0;
}
.plyr--full-ui input[type="range"].plyr__tab-focus::-moz-range-track {
    box-shadow: 0 0 0 3px rgba(26, 175, 255, 0.35);
    outline: 0;
}
.plyr--full-ui input[type="range"].plyr__tab-focus::-ms-track {
    box-shadow: 0 0 0 3px rgba(26, 175, 255, 0.35);
    outline: 0;
}
.plyr--full-ui.plyr--video input[type="range"]::-webkit-slider-runnable-track {
    background-color: rgba(255, 255, 255, 0.25);
}
.plyr--full-ui.plyr--video input[type="range"]::-moz-range-track {
    background-color: rgba(255, 255, 255, 0.25);
}
.plyr--full-ui.plyr--video input[type="range"]::-ms-track {
    background-color: rgba(255, 255, 255, 0.25);
}
.plyr--full-ui.plyr--video input[type="range"]:active::-webkit-slider-thumb {
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(47, 52, 61, 0.2),
        0 0 0 3px rgba(255, 255, 255, 0.5);
}
.plyr--full-ui.plyr--video input[type="range"]:active::-moz-range-thumb {
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(47, 52, 61, 0.2),
        0 0 0 3px rgba(255, 255, 255, 0.5);
}
.plyr--full-ui.plyr--video input[type="range"]:active::-ms-thumb {
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(47, 52, 61, 0.2),
        0 0 0 3px rgba(255, 255, 255, 0.5);
}
.plyr--full-ui.plyr--audio input[type="range"]::-webkit-slider-runnable-track {
    background-color: rgba(183, 197, 205, 0.66);
}
.plyr--full-ui.plyr--audio input[type="range"]::-moz-range-track {
    background-color: rgba(183, 197, 205, 0.66);
}
.plyr--full-ui.plyr--audio input[type="range"]::-ms-track {
    background-color: rgba(183, 197, 205, 0.66);
}
.plyr--full-ui.plyr--audio input[type="range"]:active::-webkit-slider-thumb {
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(47, 52, 61, 0.2),
        0 0 0 3px rgba(0, 0, 0, 0.1);
}
.plyr--full-ui.plyr--audio input[type="range"]:active::-moz-range-thumb {
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(47, 52, 61, 0.2),
        0 0 0 3px rgba(0, 0, 0, 0.1);
}
.plyr--full-ui.plyr--audio input[type="range"]:active::-ms-thumb {
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(47, 52, 61, 0.2),
        0 0 0 3px rgba(0, 0, 0, 0.1);
}
.plyr__time {
    font-size: 14px;
}
.plyr__time + .plyr__time::before {
    content: "⁄";
    margin-right: 10px;
}
@media (max-width: 767px) {
    .plyr__time + .plyr__time {
        display: none;
    }
}
.plyr--video .plyr__time {
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
}
.plyr__tooltip {
    background: rgba(255, 255, 255, 0.9);
    border-radius: 3px;
    bottom: 100%;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
    color: #4f5b5f;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.3;
    margin-bottom: 10px;
    opacity: 0;
    padding: 5px 7.5px;
    pointer-events: none;
    position: absolute;
    transform: translate(-50%, 10px) scale(0.8);
    transform-origin: 50% 100%;
    transition: transform 0.2s 0.1s ease, opacity 0.2s 0.1s ease;
    white-space: nowrap;
    z-index: 2;
}
.plyr__tooltip::before {
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid rgba(255, 255, 255, 0.9);
    bottom: -4px;
    content: "";
    height: 0;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    width: 0;
    z-index: 2;
}
.plyr .plyr__control.plyr__tab-focus .plyr__tooltip,
.plyr .plyr__control:hover .plyr__tooltip,
.plyr__tooltip--visible {
    opacity: 1;
    transform: translate(-50%, 0) scale(1);
}
.plyr .plyr__control:hover .plyr__tooltip {
    z-index: 3;
}
.plyr__controls > .plyr__control:first-child .plyr__tooltip,
.plyr__controls > .plyr__control:first-child + .plyr__control .plyr__tooltip {
    left: 0;
    transform: translate(0, 10px) scale(0.8);
    transform-origin: 0 100%;
}
.plyr__controls > .plyr__control:first-child .plyr__tooltip::before,
.plyr__controls
    > .plyr__control:first-child
    + .plyr__control
    .plyr__tooltip::before {
    left: 16px;
}
.plyr__controls > .plyr__control:last-child .plyr__tooltip {
    right: 0;
    transform: translate(0, 10px) scale(0.8);
    transform-origin: 100% 100%;
}
.plyr__controls > .plyr__control:last-child .plyr__tooltip::before {
    left: auto;
    right: 16px;
    transform: translateX(50%);
}
.plyr__controls > .plyr__control:first-child .plyr__tooltip--visible,
.plyr__controls
    > .plyr__control:first-child
    + .plyr__control
    .plyr__tooltip--visible,
.plyr__controls
    > .plyr__control:first-child
    + .plyr__control.plyr__tab-focus
    .plyr__tooltip,
.plyr__controls
    > .plyr__control:first-child
    + .plyr__control:hover
    .plyr__tooltip,
.plyr__controls > .plyr__control:first-child.plyr__tab-focus .plyr__tooltip,
.plyr__controls > .plyr__control:first-child:hover .plyr__tooltip,
.plyr__controls > .plyr__control:last-child .plyr__tooltip--visible,
.plyr__controls > .plyr__control:last-child.plyr__tab-focus .plyr__tooltip,
.plyr__controls > .plyr__control:last-child:hover .plyr__tooltip {
    transform: translate(0, 0) scale(1);
}
.plyr--video {
    overflow: hidden;
}
.plyr--video.plyr--menu-open {
    overflow: visible;
}
.plyr__video-wrapper {
    background: #000;
    border-radius: inherit;
    overflow: hidden;
    position: relative;
    z-index: 0;
}
.plyr__volume {
    flex: 1;
    position: relative;
}
.plyr__volume input[type="range"] {
    position: relative;
    z-index: 2;
}
@media (min-width: 480px) {
    .plyr__volume {
        max-width: 50px;
    }
}
@media (min-width: 768px) {
    .plyr__volume {
        max-width: 80px;
    }
}
.plyr--is-ios .plyr__volume {
    display: none !important;
}
.plyr--is-ios.plyr--vimeo [data-plyr="mute"] {
    display: none !important;
}
.plyr--has-error {
    pointer-events: none;
}
.plyr--has-error::after {
    align-items: center;
    background: #000;
    color: #fff;
    content: attr(data-plyr-error);
    display: flex;
    font-size: 16px;
    height: 100%;
    justify-content: center;
    left: 0;
    position: absolute;
    text-align: center;
    text-shadow: 0 1px 1px #000;
    top: 0;
    width: 100%;
    z-index: 10;
}
.plyr:-webkit-full-screen {
    background: #000;
    border-radius: 0 !important;
    height: 100%;
    margin: 0;
    width: 100%;
}
.plyr:-moz-full-screen {
    background: #000;
    border-radius: 0 !important;
    height: 100%;
    margin: 0;
    width: 100%;
}
.plyr:-ms-fullscreen {
    background: #000;
    border-radius: 0 !important;
    height: 100%;
    margin: 0;
    width: 100%;
}
.plyr:fullscreen {
    background: #000;
    border-radius: 0 !important;
    height: 100%;
    margin: 0;
    width: 100%;
}
.plyr:-webkit-full-screen video {
    height: 100%;
}
.plyr:-moz-full-screen video {
    height: 100%;
}
.plyr:-ms-fullscreen video {
    height: 100%;
}
.plyr:fullscreen video {
    height: 100%;
}
.plyr:-webkit-full-screen .plyr__video-wrapper {
    height: 100%;
    width: 100%;
}
.plyr:-moz-full-screen .plyr__video-wrapper {
    height: 100%;
    width: 100%;
}
.plyr:-ms-fullscreen .plyr__video-wrapper {
    height: 100%;
    width: 100%;
}
.plyr:fullscreen .plyr__video-wrapper {
    height: 100%;
    width: 100%;
}
.plyr:-webkit-full-screen .plyr__video-embed {
    overflow: visible;
}
.plyr:-moz-full-screen .plyr__video-embed {
    overflow: visible;
}
.plyr:-ms-fullscreen .plyr__video-embed {
    overflow: visible;
}
.plyr:fullscreen .plyr__video-embed {
    overflow: visible;
}
.plyr:-webkit-full-screen.plyr--vimeo .plyr__video-wrapper {
    height: 0;
    top: 50%;
    transform: translateY(-50%);
}
.plyr:-moz-full-screen.plyr--vimeo .plyr__video-wrapper {
    height: 0;
    top: 50%;
    transform: translateY(-50%);
}
.plyr:-ms-fullscreen.plyr--vimeo .plyr__video-wrapper {
    height: 0;
    top: 50%;
    transform: translateY(-50%);
}
.plyr:fullscreen.plyr--vimeo .plyr__video-wrapper {
    height: 0;
    top: 50%;
    transform: translateY(-50%);
}
.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen {
    display: block;
}
.plyr:-moz-full-screen .plyr__control .icon--exit-fullscreen {
    display: block;
}
.plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen {
    display: block;
}
.plyr:fullscreen .plyr__control .icon--exit-fullscreen {
    display: block;
}
.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen + svg {
    display: none;
}
.plyr:-moz-full-screen .plyr__control .icon--exit-fullscreen + svg {
    display: none;
}
.plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen + svg {
    display: none;
}
.plyr:fullscreen .plyr__control .icon--exit-fullscreen + svg {
    display: none;
}
.plyr:-webkit-full-screen.plyr--hide-controls {
    cursor: none;
}
.plyr:-moz-full-screen.plyr--hide-controls {
    cursor: none;
}
.plyr:-ms-fullscreen.plyr--hide-controls {
    cursor: none;
}
.plyr:fullscreen.plyr--hide-controls {
    cursor: none;
}
@media (min-width: 1024px) {
    .plyr:-webkit-full-screen .plyr__captions {
        font-size: 21px;
    }
    .plyr:-moz-full-screen .plyr__captions {
        font-size: 21px;
    }
    .plyr:-ms-fullscreen .plyr__captions {
        font-size: 21px;
    }
    .plyr:fullscreen .plyr__captions {
        font-size: 21px;
    }
}
.plyr:-webkit-full-screen {
    background: #000;
    border-radius: 0 !important;
    height: 100%;
    margin: 0;
    width: 100%;
}
.plyr:-webkit-full-screen video {
    height: 100%;
}
.plyr:-webkit-full-screen .plyr__video-wrapper {
    height: 100%;
    width: 100%;
}
.plyr:-webkit-full-screen .plyr__video-embed {
    overflow: visible;
}
.plyr:-webkit-full-screen.plyr--vimeo .plyr__video-wrapper {
    height: 0;
    top: 50%;
    transform: translateY(-50%);
}
.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen {
    display: block;
}
.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen + svg {
    display: none;
}
.plyr:-webkit-full-screen.plyr--hide-controls {
    cursor: none;
}
@media (min-width: 1024px) {
    .plyr:-webkit-full-screen .plyr__captions {
        font-size: 21px;
    }
}
.plyr:-moz-full-screen {
    background: #000;
    border-radius: 0 !important;
    height: 100%;
    margin: 0;
    width: 100%;
}
.plyr:-moz-full-screen video {
    height: 100%;
}
.plyr:-moz-full-screen .plyr__video-wrapper {
    height: 100%;
    width: 100%;
}
.plyr:-moz-full-screen .plyr__video-embed {
    overflow: visible;
}
.plyr:-moz-full-screen.plyr--vimeo .plyr__video-wrapper {
    height: 0;
    top: 50%;
    transform: translateY(-50%);
}
.plyr:-moz-full-screen .plyr__control .icon--exit-fullscreen {
    display: block;
}
.plyr:-moz-full-screen .plyr__control .icon--exit-fullscreen + svg {
    display: none;
}
.plyr:-moz-full-screen.plyr--hide-controls {
    cursor: none;
}
@media (min-width: 1024px) {
    .plyr:-moz-full-screen .plyr__captions {
        font-size: 21px;
    }
}
.plyr:-ms-fullscreen {
    background: #000;
    border-radius: 0 !important;
    height: 100%;
    margin: 0;
    width: 100%;
}
.plyr:-ms-fullscreen video {
    height: 100%;
}
.plyr:-ms-fullscreen .plyr__video-wrapper {
    height: 100%;
    width: 100%;
}
.plyr:-ms-fullscreen .plyr__video-embed {
    overflow: visible;
}
.plyr:-ms-fullscreen.plyr--vimeo .plyr__video-wrapper {
    height: 0;
    top: 50%;
    transform: translateY(-50%);
}
.plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen {
    display: block;
}
.plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen + svg {
    display: none;
}
.plyr:-ms-fullscreen.plyr--hide-controls {
    cursor: none;
}
@media (min-width: 1024px) {
    .plyr:-ms-fullscreen .plyr__captions {
        font-size: 21px;
    }
}
.plyr--fullscreen-fallback {
    background: #000;
    border-radius: 0 !important;
    height: 100%;
    margin: 0;
    width: 100%;
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 10000000;
}
.plyr--fullscreen-fallback video {
    height: 100%;
}
.plyr--fullscreen-fallback .plyr__video-wrapper {
    height: 100%;
    width: 100%;
}
.plyr--fullscreen-fallback .plyr__video-embed {
    overflow: visible;
}
.plyr--fullscreen-fallback.plyr--vimeo .plyr__video-wrapper {
    height: 0;
    top: 50%;
    transform: translateY(-50%);
}
.plyr--fullscreen-fallback .plyr__control .icon--exit-fullscreen {
    display: block;
}
.plyr--fullscreen-fallback .plyr__control .icon--exit-fullscreen + svg {
    display: none;
}
.plyr--fullscreen-fallback.plyr--hide-controls {
    cursor: none;
}
@media (min-width: 1024px) {
    .plyr--fullscreen-fallback .plyr__captions {
        font-size: 21px;
    }
}
.plyr__ads {
    border-radius: inherit;
    bottom: 0;
    cursor: pointer;
    left: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
}
.plyr__ads > div,
.plyr__ads > div iframe {
    height: 100%;
    position: absolute;
    width: 100%;
}
.plyr__ads::after {
    background: rgba(47, 52, 61, 0.8);
    border-radius: 2px;
    bottom: 10px;
    color: #fff;
    content: attr(data-badge-text);
    font-size: 11px;
    padding: 2px 6px;
    pointer-events: none;
    position: absolute;
    right: 10px;
    z-index: 3;
}
.plyr__ads::after:empty {
    display: none;
}
.plyr__cues {
    background: currentColor;
    display: block;
    height: 6px;
    left: 0;
    margin: -3px 0 0;
    opacity: 0.8;
    position: absolute;
    top: 50%;
    width: 3px;
    z-index: 3;
}
.plyr--no-transition {
    transition: none !important;
}
.plyr__sr-only {
    clip: rect(1px, 1px, 1px, 1px);
    overflow: hidden;
    border: 0 !important;
    height: 1px !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important;
}
.family-favorite-category {
    position: relative;
}
.family-favorite-category::before {
    content: none;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 22px;
    background-image: url(/Assets/Home/Index/main-header-pattern.svg);
    background-size: auto 100%;
    background-position: 0 0, 0 top;
    background-color: #3bd3d7;
}
@media (min-width: 990px) {
    .family-favorite-category::before {
        content: none;
    }
}
.family-favorite-category::after {
    content: "";
    display: block;
    position: absolute;
    top: 20px;
    width: 100%;
    height: 4px;
    background-color: #fff;
}
@media (min-width: 990px) {
    .family-favorite-category::after {
        content: none;
    }
}
.family-favorite-category .product-card-more {
    height: 278px;
    min-width: 151px;
}
@media (min-width: 480px) {
    .family-favorite-category .product-card-more {
        height: 308px;
    }
}
@media (min-width: 990px) {
    .family-favorite-category .product-card-more {
        height: 294px;
    }
}
@media (min-width: 1225px) {
    .family-favorite-category .product-card-more {
        height: 308px;
    }
}
.family-favorite-category-featured-products {
    margin-left: -5px;
    margin-right: -5px;
}
.family-favorite-category-products {
    margin-left: -5px;
    margin-right: -5px;
}
.family-favorite-category-products .col-3 {
    max-width: none;
}
.family-favorite-category-products .product-card-detailed {
    height: 308px;
    width: 480px !important;
}
.family-favorite-category-products .product-card-detailed .product-card-image {
    right: inherit;
    left: 0;
    bottom: 0;
    width: 50%;
    height: auto;
}
.family-favorite-category-products .product-card-detailed .product-card-name {
    margin: 0 auto;
}
.family-favorite-category-products
    .product-card-detailed
    .product-card-content {
    text-align: center;
    margin-left: 54%;
    padding-bottom: 20px;
    padding-right: 0;
    max-width: 182px;
    padding-left: 0;
}
.family-favorite-category-products .product-card-detailed .btn {
    margin-top: 20px;
    padding-right: 0;
    padding-left: 0;
    width: 100%;
    height: 40px;
    line-height: 40px;
}
.family-favorite-category h2 {
    font-size: 22px;
    line-height: 1.3;
    max-width: 260px;
}
@media (min-width: 480px) {
    .family-favorite-category h2 {
        font-size: 26px;
        max-width: 310px;
    }
}
@media (min-width: 769px) {
    .family-favorite-category h2 {
        font-size: 22px;
        max-width: initial;
    }
}
.family-favorite-category h3 {
    max-width: 280px;
}
@media (min-width: 769px) {
    .family-favorite-category h3 {
        max-width: initial;
    }
}
.family-favorite-category .btn-green {
    height: 50px;
    line-height: 50px;
    margin-top: 22px;
    min-width: 100%;
}
@media (min-width: 480px) {
    .family-favorite-category .btn-green {
        min-width: 0;
    }
}
@media (min-width: 769px) {
    .family-favorite-category .btn-green {
        height: 60px;
        line-height: 60px;
        margin-top: 30px;
        margin-bottom: -30px;
    }
}
@media (min-width: 769px) {
    .family-favorite-category .flex-carousel {
        overflow: hidden;
        padding: 8px 8px 10px;
        margin: -8px -8px -10px;
    }
}
.family-favorite-category .flex-carousel-controls {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
}
.family-favorite-category .glide__bullets {
    bottom: 10px;
}
.family-favorite-category .glide__bullet {
    background-color: #dfdae4;
    width: 8px;
    height: 8px;
    padding: 0;
    border-radius: 50%;
    border: 0 solid transparent;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    cursor: pointer;
    line-height: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin: 0 3px;
}
.family-favorite-category .glide__bullet.glide__bullet--active {
    background-color: #3bd3d7;
}
.age-filters {
    margin-bottom: 0;
}
.age-filters .product-card-resumed .product-card-content {
    max-height: 150px;
    min-height: 113px;
    height: auto;
    transform: none;
    transform-style: unset;
}
@media (min-width: 1225px) {
    .age-filters {
        margin-bottom: 30px;
    }
}
.age-filters .characters-list-panel {
    margin-bottom: 0;
}
@keyframes animacaoFiltroOut {
    0% {
        transform: scale(1.1);
    }
    50% {
        transform: scale(0.9);
    }
    100% {
        transform: scale(1);
    }
}
@keyframes animacaoFiltro {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.2);
    }
    100% {
        transform: scale(1.1);
    }
}
@keyframes animacaoFiltroMobile {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.2);
    }
    100% {
        transform: scale(1);
    }
}
.banner-vitrine-mobile {
    padding: 0 5px;
}
.characters-list-panel .list-title {
    width: 100%;
    font-family: Nunito;
    font-size: 26px;
    font-weight: 900;
    line-height: 1.35;
    text-align: center;
    color: #b474f2;
    margin: 0 auto;
}
@media (max-width: 1224px) {
    .characters-list-panel .list-title {
        width: 80%;
        font-size: 18px;
        margin-top: 20px;
    }
}
.characters-list-panel .list-ages {
    width: 100%;
    font-family: Nunito;
    font-size: 26px;
    font-weight: 900;
    line-height: 1.35;
    text-align: start;
    color: #8e4ed4;
    margin: 0 auto;
    padding-left: 10px;
}
@media (max-width: 1224px) {
    .characters-list-panel .list-ages {
        padding-left: 0;
        font-size: 18px;
        margin-top: 20px;
    }
}
.characters-list-panel .banner-vitrine {
    margin-bottom: 40px;
}
.characters-list-panel .banner-vitrine img {
    width: 100%;
}
.characters-list-panel .banner-vitrine-desk {
    margin-bottom: 70px;
}
.characters-list-panel .banner-vitrine-mobile img {
    border-radius: 10px;
}
.characters-list-panel .characters-list {
    overflow-x: hidden;
}
.characters-list-panel .characters-list .options {
    position: relative;
    width: 100%;
}
@media (max-width: 989px) {
    .characters-list-panel .characters-list .options {
        margin: 0;
    }
}
.characters-list-panel
    .characters-list
    .options
    .flex-carousel-controls-previous,
.characters-list-panel .characters-list .options .flex-carousel-controls-next {
    top: -95px !important;
}
@media (min-width: 990px) {
    .characters-list-panel
        .characters-list
        .options
        .flex-carousel-controls-previous,
    .characters-list-panel
        .characters-list
        .options
        .flex-carousel-controls-next {
        height: 55px !important;
        width: 55px !important;
    }
}
@media (min-width: 769px) {
    .characters-list-panel
        .characters-list
        .options
        .flex-carousel-controls-previous,
    .characters-list-panel
        .characters-list
        .options
        .flex-carousel-controls-next {
        height: 45px !important;
        width: 45px !important;
    }
}
@media (min-width: 990px) {
    .characters-list-panel
        .characters-list
        .options
        .flex-carousel-controls-previous,
    .characters-list-panel
        .characters-list
        .options
        .flex-carousel-controls-next {
        height: 55px !important;
        width: 55px !important;
    }
}
@media (min-width: 1460px) {
    .characters-list-panel
        .characters-list
        .options
        .flex-carousel-controls-previous,
    .characters-list-panel
        .characters-list
        .options
        .flex-carousel-controls-next {
        top: -105px !important;
    }
}
.characters-list-panel
    .characters-list
    .options
    .flex-carousel-controls-previous {
    left: 10px !important;
}
.characters-list-panel .characters-list .options .flex-carousel-controls-next {
    right: 10px !important;
}
.characters-list-panel .characters-list .options-content {
    overflow: hidden;
    margin: 0 auto;
    margin-bottom: 20px;
}
@media (max-width: 768px) {
    .characters-list-panel .characters-list .options-content {
        padding: 0 15px;
        width: 100% !important;
    }
}
@media (min-width: 480px) {
    .characters-list-panel .characters-list .options-content {
        width: 560px;
    }
}
@media (min-width: 990px) {
    .characters-list-panel .characters-list .options-content {
        width: 735px;
    }
}
@media (min-width: 1225px) {
    .characters-list-panel .characters-list .options-content {
        width: 915px;
    }
}
@media (min-width: 1460px) {
    .characters-list-panel .characters-list .options-content {
        width: 1170px;
    }
}
.characters-list-panel .characters-list .options-content .content {
    padding-top: 30px;
    padding-left: 35px;
    padding-right: 35px;
    transition: all 0.3s;
    align-items: start !important;
}
@media (max-width: 768px) {
    .characters-list-panel .characters-list .options-content .content {
        padding: 20px 0 10px;
        overflow-x: auto;
        scroll-behavior: smooth;
        -webkit-overflow-scrolling: touch;
        border-bottom: 1px solid #f2f1f2;
    }
}
@media (min-width: 1460px) {
    .characters-list-panel .characters-list .options-content .content {
        padding-left: 35px;
        padding-right: 40px;
    }
}
.characters-list-panel .characters-list .option-block {
    margin-right: 20px;
    text-align: center;
    display: flex;
    justify-content: center;
    flex-direction: column;
}
@media (max-width: 768px) {
    .characters-list-panel .characters-list .option-block {
        max-width: unset !important;
        margin-right: 15px;
    }
}
@media (min-width: 769px) {
    .characters-list-panel .characters-list .option-block {
        max-width: 70px;
    }
}
@media (min-width: 1460px) {
    .characters-list-panel .characters-list .option-block {
        max-width: 95px;
    }
}
.characters-list-panel .characters-list .option-block:hover .option {
    animation-duration: 0.3s;
    animation-timing-function: linear;
    animation-fill-mode: forwards;
    animation-name: animacaoFiltro;
}
@media (max-width: 989px) {
    .characters-list-panel .characters-list .option-block:hover .option {
        animation-name: animacaoFiltroMobile;
    }
}
.characters-list-panel .characters-list .option-block:not(:hover) .option {
    animation-name: animacaoFiltroOut;
    animation-duration: 0.3s;
    animation-timing-function: linear;
    animation-fill-mode: forwards;
}
.characters-list-panel .characters-list .option-block .character {
    font-size: 11px;
    color: #68596e;
    margin-top: 7px;
}
.characters-list-panel .characters-list .option-block .option {
    width: 95px;
    height: 95px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1 0 auto;
    border-radius: 100px;
    border: solid 2px #f1eff8;
    cursor: pointer;
    background: #fff;
}
@media (max-width: 768px) {
    .characters-list-panel .characters-list .option-block .option {
        width: 65px;
        height: 65px;
    }
}
@media (min-width: 769px) {
    .characters-list-panel .characters-list .option-block .option {
        width: 70px;
        height: 70px;
    }
}
@media (min-width: 1460px) {
    .characters-list-panel .characters-list .option-block .option {
        width: 95px;
        height: 95px;
    }
}
.characters-list-panel .characters-list .option-block .option.active .todos {
    background-color: #3bd3d7;
    color: #fff;
}
.characters-list-panel .characters-list .option-block .option.active {
    border-color: #3bd3d7;
}
.characters-list-panel .characters-list .option-block .option img {
    width: 94%;
    border-radius: 100px;
}
@media (max-width: 768px) {
    .characters-list-panel .characters-list .option-block:first-child {
        padding-left: 15px;
    }
}
@media (max-width: 768px) {
    .characters-list-panel .characters-list .option-block:last-child {
        padding-right: 15px;
    }
}
.characters-list-panel .characters-list .flex-carousel-controls {
    opacity: 1;
    height: 0;
    margin: 0;
}
@media (max-width: 768px) {
    .characters-list-panel .characters-list .flex-carousel-controls {
        display: none !important;
    }
}
.characters-list-panel .card-item {
    margin-bottom: 40px;
}
.characters-list-panel .card-item span {
    display: none;
}
.characters-list-panel .card-item .product-card-wrapper {
    width: 100%;
    animation-duration: 0.3s;
    animation-timing-function: linear;
    animation-fill-mode: forwards;
    animation-name: cardSlide;
    position: relative;
}
.characters-list-panel .card-item .product-card-wrapper .product-card {
    margin-top: 0;
}
@keyframes cardSlide {
    0% {
        transform: scale(0);
        opacity: 0;
    }
    100% {
        transform: scale(1);
        opacity: 1;
    }
}
.product-gallery-separation {
    display: block;
    border: none;
    height: 2px;
    background-color: #f8f7fc;
    border-radius: 10px;
}
@media (min-width: 769px) {
    .product-gallery-separation {
        height: 4px;
        width: 738px;
        margin-left: auto;
        margin-left: auto;
    }
}
@media (min-width: 990px) {
    .product-gallery-separation {
        width: 870px;
    }
}
@media (min-width: 1225px) {
    .product-gallery-separation {
        width: 1161px;
    }
}
@media (min-width: 1460px) {
    .product-gallery-separation {
        width: 1370px;
    }
}
.product-gallery-btn {
    color: #3bd3d7 !important;
    padding: 16px 23px;
    border-radius: 100px;
    -webkit-box-shadow: 0 3px 10px 0 #eeebf1;
    box-shadow: 0 3px 10px 0 #eeebf1;
    position: relative;
    -webkit-transition-duration: 200ms;
    transition-duration: 200ms;
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    border: 1px solid rgba(238, 235, 241, 0.4);
    background: transparent !important;
}
@media (min-width: 769px) {
    .product-gallery-btn:hover,
    .product-gallery-btn:focus {
        color: #34bec1 !important;
        background-color: #fff;
        -webkit-box-shadow: 0 5px 10px -1px rgba(223, 218, 228, 0.9);
        box-shadow: 0 5px 10px -1px rgba(223, 218, 228, 0.9);
    }
    .product-gallery-btn:active {
        background-color: #f8f7fc;
    }
}
@media (max-width: 768px) {
    .product-gallery-btn {
        font-size: 10px;
        padding: 0;
        border: 0;
        box-shadow: none;
    }
    .product-gallery-btn:hover,
    .product-gallery-btn:focus {
        background-color: transparent;
        box-shadow: none;
        color: #34bec1;
    }
}
.product-gallery {
    position: relative;
}
.product-gallery .btn-green {
    height: 50px;
    line-height: 50px;
    margin-top: 22px;
    min-width: 100%;
}
@media (min-width: 480px) {
    .product-gallery .btn-green {
        min-width: 0;
    }
}
@media (min-width: 769px) {
    .product-gallery .btn-green {
        height: 60px;
        line-height: 60px;
        margin-top: 30px;
        margin-bottom: -30px;
    }
}
.product-gallery .flex-carousel {
    overflow: hidden;
    margin: -7px;
    padding: 7px;
}
.product-gallery .flex-carousel.is-ready + .flex-carousel-controls {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
}
@media (min-width: 769px) {
    .product-gallery .flex-carousel {
        margin: -8px;
        padding: 8px;
    }
}
@media (min-width: 1225px) {
    .product-gallery .flex-carousel {
        padding: 28px;
        margin: -28px;
    }
}
@media (min-width: 1225px) {
    .product-gallery .flex-carousel-controls {
        position: static;
        margin-top: 0;
        height: 0;
        opacity: 1;
    }
    .product-gallery .flex-carousel-controls .flex-carousel-controls-dots {
        display: none !important;
    }
    .product-gallery .flex-carousel-controls .flex-carousel-controls-next,
    .product-gallery .flex-carousel-controls .flex-carousel-controls-previous {
        position: absolute !important;
        -webkit-transform: translateY(-50%) !important;
        transform: translateY(-50%) !important;
        z-index: 1;
        top: -212px;
    }
}
@media (min-width: 1225px) and (min-width: 1460px) {
    .product-gallery .flex-carousel-controls .flex-carousel-controls-next,
    .product-gallery .flex-carousel-controls .flex-carousel-controls-previous {
        top: -233px;
    }
}
@media (min-width: 1225px) {
    .product-gallery .flex-carousel-controls .flex-carousel-controls-next {
        box-shadow: -2px 4px 10px -3px rgba(104, 89, 110, 0.51);
        right: -28px;
    }
    .product-gallery .flex-carousel-controls .flex-carousel-controls-next:hover,
    .product-gallery
        .flex-carousel-controls
        .flex-carousel-controls-next:focus {
        box-shadow: -4px 6px 21px -3px rgba(104, 89, 110, 0.5);
    }
    .product-gallery
        .flex-carousel-controls
        .flex-carousel-controls-next:active {
        box-shadow: -4px 6px 21px -3px rgba(104, 89, 110, 0.5);
        transform: translateY(calc(-50% + 1px)) !important;
    }
    .product-gallery .flex-carousel-controls .flex-carousel-controls-previous {
        box-shadow: 2px 4px 10px -3px rgba(104, 89, 110, 0.51);
        left: -28px;
    }
    .product-gallery
        .flex-carousel-controls
        .flex-carousel-controls-previous:hover,
    .product-gallery
        .flex-carousel-controls
        .flex-carousel-controls-previous:focus {
        box-shadow: 4px 6px 21px -3px rgba(104, 89, 110, 0.5);
    }
    .product-gallery
        .flex-carousel-controls
        .flex-carousel-controls-previous:active {
        box-shadow: -4px 2px 10px -3px rgba(104, 89, 110, 0.5);
        transform: translateY(calc(-50% + 2px)) !important;
    }
}
.banner-card-content-bg {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    right: 0;
    overflow: hidden;
    z-index: -1;
}
.banner-card-content-bg::after {
    content: "";
    position: absolute;
    height: 355px;
    width: 355px;
    bottom: -18%;
    right: 50%;
    background-color: #ffd803;
    border-radius: 54% 46% 69% 31%/36% 57% 43% 64%;
    transform: translateX(50%);
}
@media (min-width: 769px) {
    .banner-card-content-bg::after {
        height: 500px;
        width: 500px;
        bottom: initial;
        top: -80px;
        right: -70px;
        background-color: #ffd803;
        border-radius: 50% 25% 50%/50% 40% 60%;
        transform: none;
    }
}
@media (min-width: 990px) {
    .banner-card-content-bg {
        border-radius: 30px;
    }
}
.collection-promotional-image-wrapper {
    margin: 20px auto -10px;
}
@media (min-width: 769px) {
    .collection-promotional-image-wrapper {
        margin: 20px 20px -20px;
    }
}
@media (min-width: 1460px) {
    .collection-promotional-image-wrapper {
        min-height: 477px;
    }
}
.collection-promotional-products {
    overflow: hidden;
    -webkit-box-shadow: 0 2px 5px 0 rgba(78, 48, 150, 0.31);
    box-shadow: 0 2px 5px 0 rgba(78, 48, 150, 0.31);
    border-radius: 6px;
    background: #fff;
    margin: 3px;
    height: 66px;
    width: 66px;
    text-align: center;
    position: relative;
}
.collection-promotional-products-wrapper {
    margin-left: -2px;
    margin-right: -2px;
}
.collection-promotional-products-wrapper::before,
.collection-promotional-products-wrapper::after {
    content: "";
    display: block;
    clear: both;
    width: 100%;
}
@media (max-width: 768px) {
    .collection-promotional-products-wrapper > span {
        width: 25%;
        padding-bottom: 25%;
        height: auto;
    }
}
@media (min-width: 769px) {
    .collection-promotional-products-wrapper {
        border-radius: 10px;
        margin-left: -5px;
        margin-right: -5px;
    }
}
@media (min-width: 990px) {
    .collection-promotional-products-wrapper {
        margin-left: -4px;
        margin-right: -4px;
    }
}
@media (min-width: 1225px) {
    .collection-promotional-products-wrapper {
        margin-left: -2px;
        margin-right: -2px;
    }
}
.collection-promotional-products-tooltip {
    position: absolute;
    top: 0;
    left: 50%;
    font-size: 10px;
    line-height: normal;
    min-width: 100%;
    padding: 5px;
    background: rgba(0, 0, 0, 0.9);
    border-radius: 8px;
    color: #fff;
    font-weight: 900;
    text-transform: uppercase;
    z-index: 1;
    opacity: 0;
    -webkit-transition-duration: 250ms;
    transition-duration: 250ms;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    pointer-events: none;
    -webkit-transform: translateY(calc(-100%)) translateX(-50%);
    transform: translateY(calc(-100%)) translateX(-50%);
}
.collection-promotional-products-tooltip::before {
    content: "";
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid rgba(0, 0, 0, 0.9);
    position: absolute;
    bottom: -6px;
    left: 50%;
    margin-left: -3px;
}
.collection-promotional-products::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 110%;
    width: 110%;
    background: rgba(0, 0, 0, 0.15);
    opacity: 0;
    -webkit-transition-duration: 250ms;
    transition-duration: 250ms;
    -webkit-transition-property: background-color, opacity, -webkit-box-shadow;
    transition-property: background-color, opacity, -webkit-box-shadow;
    transition-property: background-color, box-shadow, opacity;
    transition-property: background-color, box-shadow, opacity,
        -webkit-box-shadow;
    -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.collection-promotional-products img {
    position: relative;
}
@media (max-width: 768px) {
    .collection-promotional-products img {
        height: 80%;
        width: 80%;
        top: 10%;
        left: 0%;
    }
}
@media (min-width: 769px) {
    .collection-promotional-products img {
        width: 65px;
        height: 65px;
        top: 4px;
    }
}
@media (min-width: 990px) {
    .collection-promotional-products img {
        top: 11px;
    }
}
@media (min-width: 1225px) {
    .collection-promotional-products img {
        width: 72px;
        height: 72px;
        top: 10px;
    }
}
.collection-promotional-products:hover
    + .collection-promotional-products-tooltip,
.collection-promotional-products:focus
    + .collection-promotional-products-tooltip {
    -webkit-transform: translateY(calc(-100% - 10px)) translateX(-50%);
    transform: translateY(calc(-100% - 10px)) translateX(-50%);
    opacity: 1;
    -webkit-transition-duration: 200ms;
    transition-duration: 200ms;
}
.collection-promotional-products:hover:after,
.collection-promotional-products:focus:after {
    -webkit-transition-duration: 300ms;
    transition-duration: 300ms;
    opacity: 1;
}
@media (max-width: 768px) {
    .collection-promotional-products {
        position: absolute;
        height: 94%;
        width: 94%;
        top: 3%;
        left: 3%;
        margin: 0;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}
@media (min-width: 769px) {
    .collection-promotional-products {
        height: 72px;
        width: 72px;
        margin: 0 4px 3px 4px;
    }
}
@media (min-width: 990px) {
    .collection-promotional-products {
        height: 88px;
        width: 88px;
    }
}
@media (min-width: 1225px) {
    .collection-promotional-products {
        height: 92px;
        width: 92px;
        margin: 0 4px 6px;
    }
}
.collection-promotional h3 {
    font-size: 22px;
    line-height: 1.3;
    max-width: 210px;
    margin-left: auto;
    margin-right: auto;
}
@media (min-width: 480px) {
    .collection-promotional h3 {
        font-size: 26px;
        max-width: 250px;
    }
}
@media (min-width: 769px) {
    .collection-promotional h3 {
        font-size: 35px;
        max-width: 320px;
    }
}
@media (min-width: 1225px) {
    .collection-promotional h3 {
        font-size: 45px;
        max-width: 480px;
    }
}
@media (min-width: 1460px) {
    .collection-promotional h3 {
        font-size: 50px;
    }
}
.collection-promotional .btn-new {
    min-width: initial;
    width: auto;
    color: #3bd3d7;
}
.collection-promotional .btn-new svg {
    fill: #3bd3d7 !important;
}
.collection-promotional .btn-new:hover,
.collection-promotional .btn-new:focus {
    color: #3bd3d7;
}
.collection-promotional .btn-new:hover svg,
.collection-promotional .btn-new:focus svg {
    fill: #3bd3d7 !important;
}
.collection-promotional .badge {
    border-radius: 4px;
    background-color: #ffd803;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
    font-size: 8px;
    font-weight: 900;
    letter-spacing: 0.6px;
    text-align: center;
    color: #7e5512;
    display: inline-block;
    padding: 5px 8px;
    z-index: 10;
}
@media (min-width: 1460px) {
    .collection-promotional .badge {
        font-size: 10px;
        padding: 6px 10px;
    }
}
@media (min-width: 1460px) {
    .collection-promotional .badge {
        font-size: 12px;
        padding: 7px 12px;
    }
}
.collection-promotional .banner-card {
    background-color: #3bd3d7;
    padding: 0;
    background-position: 40% center;
}
.collection-promotional .banner-card-content {
    padding-left: 0;
    padding-right: 0;
}
.collection-promotional .banner-card-content .row .col-12 > div {
    max-width: 295px;
}
@media (min-width: 769px) {
    .collection-promotional .banner-card-content .row .col-12 > div {
        max-width: initial;
    }
}
.collection-promotional .banner-card-wrapper {
    height: auto;
}
@media (min-width: 769px) {
    .collection-promotional .banner-card-wrapper {
        height: initial;
        max-height: none;
    }
}
.collection-promotional p {
    max-width: 300px;
}
@media (min-width: 769px) {
    .collection-promotional p {
        max-width: 322px;
    }
}
@media (min-width: 1225px) {
    .collection-promotional p {
        max-width: none;
    }
}
@media (max-width: 1224px) {
    .collection-promotional > .container {
        width: 100%;
    }
}
.impact-phrase h3 {
    font-size: 22px;
    line-height: 1.3;
    max-width: 210px;
    margin-left: auto;
    margin-right: auto;
}
@media (min-width: 480px) {
    .impact-phrase h3 {
        font-size: 26px;
        max-width: 250px;
    }
}
@media (min-width: 769px) {
    .impact-phrase h3 {
        font-size: 35px;
        max-width: 320px;
    }
}
@media (min-width: 1225px) {
    .impact-phrase h3 {
        font-size: 45px;
        max-width: 480px;
    }
}
@media (min-width: 1460px) {
    .impact-phrase h3 {
        font-size: 50px;
    }
}
.impact-phrase .banner-card {
    padding: 0;
    background-position: 40% center;
}
.impact-phrase .banner-card-content {
    padding-left: 0;
    padding-right: 0;
    background-image: -webkit-gradient(
        linear,
        left bottom,
        left top,
        from(rgba(0, 0, 0, 0.5)),
        to(transparent)
    );
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent);
}
@media (min-width: 769px) {
    .impact-phrase .banner-card-content > div {
        margin-left: auto;
        width: 380px;
    }
}
@media (min-width: 990px) {
    .impact-phrase .banner-card-content > div {
        width: 430px;
    }
}
@media (min-width: 1225px) {
    .impact-phrase .banner-card-content > div {
        width: 520px;
        margin-left: calc(100% - 520px - (50% - 520px) / 2);
    }
}
.impact-phrase .banner-card-content img {
    width: 60px;
    height: 62px;
}
@media (min-width: 769px) {
    .impact-phrase .banner-card-content img {
        width: 60px;
        height: 63px;
    }
}
@media (min-width: 1225px) {
    .impact-phrase .banner-card-content img {
        width: 79px;
        height: 83px;
    }
}
@media (min-width: 769px) {
    .impact-phrase .banner-card-content {
        background-image: none;
    }
}
.impact-phrase .banner-card-wrapper {
    height: 100vh;
    max-height: 650px;
}
@media (min-width: 769px) {
    .impact-phrase .banner-card-wrapper {
        max-height: none;
        height: 550px;
    }
}
@media (min-width: 1225px) {
    .impact-phrase .banner-card-wrapper {
        height: 650px;
    }
}
@media (min-width: 1460px) {
    .impact-phrase .banner-card-wrapper {
        height: 743px;
    }
}
.impact-phrase .banner-card[data-was-processed] {
    background-image: -webkit-gradient(
            linear,
            left top,
            left bottom,
            from(rgba(0, 0, 0, 0.05)),
            to(rgba(0, 0, 0, 0.05))
        ),
        url(/Assets/Home/Index/bg-crianca-livro-personalizado-galinha-pintadinha-mobile.jpg);
    background-image: linear-gradient(
            to bottom,
            rgba(0, 0, 0, 0.05),
            rgba(0, 0, 0, 0.05)
        ),
        url(/Assets/Home/Index/bg-crianca-livro-personalizado-galinha-pintadinha-mobile.jpg);
}
@media only screen and (min-device-pixel-ratio: 2),
    only screen and (-webkit-min-device-pixel-ratio: 2),
    only screen and (min-resolution: 192dpi) {
    .impact-phrase .banner-card[data-was-processed] {
        background-image: -webkit-gradient(
                linear,
                left top,
                left bottom,
                from(rgba(0, 0, 0, 0.05)),
                to(rgba(0, 0, 0, 0.05))
            ),
            url(/Assets/Home/Index/bg-crianca-livro-personalizado-galinha-pintadinha-mobile@2x.jpg);
        background-image: linear-gradient(
                to bottom,
                rgba(0, 0, 0, 0.05),
                rgba(0, 0, 0, 0.05)
            ),
            url(/Assets/Home/Index/bg-crianca-livro-personalizado-galinha-pintadinha-mobile@2x.jpg);
    }
}
@media (min-width: 769px) {
    .impact-phrase .banner-card[data-was-processed] {
        background-image: url(/Assets/Home/Index/banner-crianca-livro-personalizado-galinha-pintadinha.jpg);
        background-position: center;
    }
}
@media only screen and (min-width: 769px) and (min-device-pixel-ratio: 2),
    only screen and (min-width: 769px) and (-webkit-min-device-pixel-ratio: 2),
    only screen and (min-width: 769px) and (min-resolution: 192dpi) {
    .impact-phrase .banner-card[data-was-processed] {
        background-image: url(/Assets/Home/Index/banner-crianca-livro-personalizado-galinha-pintadinha@2x.jpg);
    }
}
@media (min-width: 1225px) {
    .impact-phrase .banner-card {
        -webkit-box-shadow: 0 50px 50px -50px #25a5b1;
        box-shadow: 0 50px 50px -50px #25a5b1;
    }
}
.impact-phrase p {
    max-width: 300px;
}
@media (min-width: 769px) {
    .impact-phrase p {
        max-width: 322px;
    }
}
@media (min-width: 1225px) {
    .impact-phrase p {
        max-width: none;
    }
}
@media (max-width: 1224px) {
    .impact-phrase > .container {
        width: 100%;
    }
}
.gallery .banner {
    margin-top: 16px;
}
@media (min-width: 769px) {
    .gallery .banner {
        margin-top: 24px;
    }
}
.gallery-image {
    background-repeat: repeat-x;
    background-position: center;
    background-size: contain;
    height: 100vw;
}
.gallery-image img {
    min-height: 383px;
    height: 60vw;
    max-height: 911px;
}
.gallery-image[data-was-processed] {
    opacity: 1;
    background-image: url(/Assets/Home/Index/bg-galeria-fotos-instagram-dentro-da-historia-mobile.jpg);
}
@media only screen and (min-device-pixel-ratio: 2),
    only screen and (-webkit-min-device-pixel-ratio: 2),
    only screen and (min-resolution: 192dpi) {
    .gallery-image[data-was-processed] {
        background-image: url(/Assets/Home/Index/bg-galeria-fotos-instagram-dentro-da-historia-mobile@2x.jpg);
    }
}
@media (min-width: 480px) {
    .gallery-image[data-was-processed] {
        background-position: center 78%;
        background-size: auto 50%;
        background-image: url(/Assets/Home/Index/bg-galeria-fotos-instagram-dentro-da-historia.jpg);
        height: auto;
    }
}
@media only screen and (min-width: 480px) and (min-device-pixel-ratio: 2),
    only screen and (min-width: 480px) and (-webkit-min-device-pixel-ratio: 2),
    only screen and (min-width: 480px) and (min-resolution: 192dpi) {
    .gallery-image[data-was-processed] {
        background-image: url(/Assets/Home/Index/bg-galeria-fotos-instagram-dentro-da-historia@2x.jpg);
    }
}
@media (min-width: 990px) {
    .gallery-image[data-was-processed] {
        background-position: center 78%;
        background-size: auto 50%;
        background-image: url(/Assets/Home/Index/bg-galeria-fotos-instagram-dentro-da-historia.jpg);
    }
}
@media only screen and (min-width: 990px) and (min-device-pixel-ratio: 2),
    only screen and (min-width: 990px) and (-webkit-min-device-pixel-ratio: 2),
    only screen and (min-width: 990px) and (min-resolution: 192dpi) {
    .gallery-image[data-was-processed] {
        background-image: url(/Assets/Home/Index/bg-galeria-fotos-instagram-dentro-da-historia@2x.jpg);
    }
}
@media (min-width: 1225px) {
    .gallery-image[data-was-processed] {
        background-position: center 77%;
        background-size: auto 47%;
    }
}
.gallery-heading h2 {
    font-size: 22px;
    color: #385898 !important;
    line-height: 1.3;
    max-width: 300px;
}
@media (min-width: 480px) {
    .gallery-heading h2 {
        font-size: 26px;
        max-width: 380px;
    }
}
@media (min-width: 769px) {
    .gallery-heading h2 {
        font-size: 35px;
        max-width: 500px;
    }
}
@media (min-width: 1225px) {
    .gallery-heading h2 {
        font-size: 45px;
        max-width: 640px;
    }
}
@media (min-width: 1460px) {
    .gallery-heading h2 {
        font-size: 50px;
    }
}
.gallery-heading p {
    max-width: 330px;
}
@media (min-width: 769px) {
    .gallery-heading p {
        max-width: 440px;
    }
}
@media (min-width: 1460px) {
    .gallery-heading p {
        max-width: 520px;
    }
}
.gallery .fb-share-button {
    position: relative;
}
@media (min-width: 769px) {
    .gallery .fb-share-button span {
        -webkit-transform: scale(1.15);
        transform: scale(1.15);
    }
}
@media (min-width: 1225px) {
    .gallery .fb-share-button span {
        -webkit-transform: scale(1.37);
        transform: scale(1.37);
    }
}
@media (min-width: 769px) {
    .gallery .fb-share-button[fb-xfbml-state="rendered"]::before {
        display: block;
        position: absolute;
        left: 10px;
        content: "";
        bottom: -68px;
        height: 72px;
        width: 282px;
        background-image: url(/Assets/Home/Index/share-icon.svg),
            url(/Assets/Home/Index/share-message.svg);
        background-size: 21px 21px, 173px 41px;
        background-repeat: no-repeat;
        background-position: 40% 30%, bottom center;
    }
}
@media (min-width: 1225px) {
    .gallery .fb-share-button[fb-xfbml-state="rendered"]::before {
        background-size: 21px 21px, 263px 41px;
    }
}
@media (min-width: 480px) {
    .gallery {
        background-position: center 84%;
        background-size: auto 350px;
    }
}
@media (min-width: 990px) {
    .gallery {
        background-position: center 84%;
        background-size: auto 450px;
    }
}
@media (min-width: 1225px) {
    .gallery {
        background-position: center 84%;
        background-size: auto 592px;
    }
}
.others-categories {
    background-image: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(#f8f7fc),
        color-stop(50%, #fff),
        to(#fff)
    );
    background-image: linear-gradient(to bottom, #f8f7fc, #fff 50%, #fff);
    background-repeat: repeat-x;
    background-position: top;
    z-index: 1;
    position: relative;
    padding-top: 50px;
    padding-bottom: 50px;
}
.others-categories-heading h2 {
    font-size: 22px;
    line-height: 1.3;
    max-width: 240px;
}
@media (min-width: 480px) {
    .others-categories-heading h2 {
        font-size: 26px;
        max-width: 300px;
    }
}
@media (min-width: 769px) {
    .others-categories-heading h2 {
        font-size: 35px;
        max-width: 410px;
    }
}
@media (min-width: 1225px) {
    .others-categories-heading h2 {
        font-size: 45px;
        max-width: 540px;
    }
}
@media (min-width: 1460px) {
    .others-categories-heading h2 {
        font-size: 50px;
    }
}
.others-categories-heading p {
    max-width: 330px;
}
@media (min-width: 769px) {
    .others-categories-heading p {
        max-width: 370px;
    }
}
@media (min-width: 1225px) {
    .others-categories-heading p {
        max-width: 420px;
    }
}
.others-categories-card {
    background-color: #3bd3d7;
    border-radius: 10px;
    background-color: #3bd3d7;
    -webkit-box-shadow: 0 2px 20px 0 rgba(223, 218, 228, 0.5);
    box-shadow: 0 2px 20px 0 rgba(223, 218, 228, 0.5);
    -webkit-transition-duration: 250ms;
    transition-duration: 250ms;
    -webkit-transition-property: background-color, opacity, -webkit-box-shadow;
    transition-property: background-color, opacity, -webkit-box-shadow;
    transition-property: background-color, box-shadow, opacity;
    transition-property: background-color, box-shadow, opacity,
        -webkit-box-shadow;
    -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.others-categories-card-image {
    max-width: 100%;
    width: 120px;
    height: 113px;
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}
.others-categories-card-image img {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    height: auto;
    width: auto;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}
@media (min-width: 769px) {
    .others-categories-card-image {
        width: 266px;
        height: 160px;
        border-radius: 15px;
    }
}
@media (min-width: 1225px) {
    .others-categories-card-image {
        width: 166px;
        height: 150px;
    }
}
@media (min-width: 1460px) {
    .others-categories-card-image {
        height: 166px;
        width: 180px;
    }
}
.others-categories-card .btn {
    background-color: transparent;
    padding-left: 0;
    padding-right: 0;
    min-width: 0;
    width: 100%;
}
.others-categories-card .btn .btn-icon {
    margin-right: 0;
}
.others-categories-card .btn:active {
    -webkit-box-shadow: none;
    box-shadow: none;
}
@media (min-width: 769px) {
    .others-categories-card .btn {
        border: 2px solid #fff;
        height: 50px;
        line-height: 46px;
    }
}
.others-categories-card:hover,
.others-categories-card:focus {
    text-decoration: none;
    color: #000;
    -webkit-box-shadow: 0 5px 10px -1px rgba(223, 218, 228, 0.9);
    box-shadow: 0 5px 10px -1px rgba(223, 218, 228, 0.9);
    background-color: #34bec1;
}
.others-categories .row .row {
    max-width: 423px;
    margin-right: auto;
    margin-left: auto;
}
@media (min-width: 769px) {
    .others-categories .row .row {
        max-width: 630px;
    }
}
@media (min-width: 1225px) {
    .others-categories .row .row {
        max-width: none;
    }
}
.others-categories[data-was-processed] {
    opacity: 1;
}
@media (min-width: 480px) {
    .others-categories[data-was-processed] {
        background-image: url(/Assets/Home/Index/others-categories-pattern.svg),
            linear-gradient(to bottom, #f8f7fc 7px, #fff 50%, #fff);
        background-size: auto 8px, auto;
        background-position: 0 0, 0 7px;
        margin-top: -7px;
    }
}
@media (min-width: 769px) {
    .others-categories[data-was-processed] {
        background-image: url(/Assets/Home/Index/others-categories-pattern.svg),
            linear-gradient(to bottom, #f8f7fc 11px, #fff 50%, #fff);
        background-size: auto 12px, auto;
        background-position: 0 0, 0 11px;
        margin-top: -11px;
    }
}
@media (min-width: 769px) {
    .others-categories {
        padding-top: 90px;
        padding-bottom: 90px;
    }
}
@media (min-width: 1225px) {
    .others-categories {
        padding-top: 150px;
        padding-bottom: 150px;
    }
}
.banner-discount {
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: Nunito;
    font-size: 14px;
    background-color: #9378f0;
    padding: 15px;
    color: #fff;
}
.banner-discount .description {
    margin-right: 5px;
}
.banner-discount .bagde {
    font-weight: bold;
    background-color: rgba(0, 0, 0, 0.3);
    padding: 0 5px;
    border-radius: 5px;
    font-size: 12px;
}
.sub-description {
    color: #fff !important;
}
.menu-clube .badge {
    padding: 4px 5px !important;
}
.categories-new {
    border-bottom: 1px solid rgba(255, 255, 255, 0.25) !important;
    z-index: 0 !important;
}
.menu,
.menu-header {
    background: transparent !important;
    position: relative;
    z-index: 1;
}
.menu .cat-menu,
.menu-header .cat-menu {
    position: relative;
    z-index: 0 !important;
}
.characters-list-panel .subtitle {
    color: #685a6f;
    font-family: Nunito;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #685a6f;
}
.characters-list-panel .list-title {
    color: #8e4ed4 !important;
}
@media (max-width: 1224px) {
    .characters-list-panel .subtitle {
        font-size: 14px;
    }
    .characters-list-panel .list-title {
        font-size: 20px;
    }
}
.fsize-32 {
    font-size: 32px !important;
}
.bold-900 {
    font-weight: 900;
}
.text-purple-2 {
    color: #8e4ed4 !important;
}
.slick-dots li {
    margin: 0;
}
.font-color-default {
    color: #68596e;
}
@media (min-width: 990px) {
    .new-collection {
        width: 870px;
    }
}
@media (min-width: 1225px) {
    .new-collection {
        width: 1171px;
    }
}
@media (min-width: 1460px) {
    .new-collection {
        width: 1400px;
    }
}
@media (min-width: 1460px) {
    .new-collection .row {
        margin-left: -6px !important;
        margin-right: -6px !important;
    }
}
.slick-disabled {
    opacity: 0;
    pointer-events: none;
}
.slick-dots li.slick-active button:before {
    color: #3bd3d7 !important;
    background: #3bd3d7 !important;
    opacity: 1;
}
.slick-dots li button:focus:before,
.slick-dots li button:hover:before {
    color: #3bd3d7 !important;
    background: #3bd3d7 !important;
}
.slick-dots li button:before {
    font-size: 20px;
    content: "";
    border-radius: 100%;
    display: block;
    height: 8px;
    width: 8px;
    position: absolute;
    top: 50%;
    left: 50%;
    background: #dfdae4;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    opacity: 1;
}
.slick-next-button {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    right: -20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: #fff;
}
.slick-next-button svg,
.slick-next-button path {
    color: #3bd3d7;
    fill: #3bd3d7;
}
.slick-prev-button {
    z-index: 9;
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    left: -20px;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: #fff;
}
.slick-prev-button svg,
.slick-prev-button path {
    color: #3bd3d7;
    fill: #3bd3d7;
}
#gallery {
    background-color: #fff;
}
#gallery .characters-list-panel {
    margin-bottom: 0;
}
#gallery .characters-list-panel .banner-vitrine-desk {
    padding-bottom: 70px;
    margin-bottom: 0;
}
.master-content .home-ps .shadow-contrast {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 500px;
    display: flex;
    opacity: 0.8;
    background-image: linear-gradient(to top, transparent 33%, #000 97%);
    z-index: -1;
}
.master-content .home-ps .sub-banner {
    background-image: url(https://dx3qsh2d19iq.cloudfront.net/Assets/Home/index-playstories/img-playstories-hero@3x.jpg);
    background-size: cover;
    background-position: center;
    position: absolute;
    z-index: -2;
    width: 100%;
    height: 700px;
}
@media (max-width: 1224px) {
    .master-content .home-ps .sub-banner {
        height: 670px;
        overflow: hidden;
    }
}
@media (min-width: 1460px) {
    .master-content .home-ps .sub-banner {
        height: 800px;
    }
}
.master-content .home-ps .sub-banner .barbara {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 1050px;
}
@media (min-width: 1020px) {
    .master-content .home-ps .sub-banner .barbara {
        right: -70px;
        top: 132px;
        width: 740px;
    }
}
@media (max-width: 1224px) {
    .master-content .home-ps .sub-banner .barbara {
        right: -50px;
        width: 620px;
    }
}
@media (min-width: 1225px) {
    .master-content .home-ps .sub-banner .barbara {
        right: -30px;
        top: unset;
        width: 700px;
        bottom: 25px;
    }
}
@media (min-width: 1460px) {
    .master-content .home-ps .sub-banner .barbara {
        right: -150px;
        width: 1050px;
        bottom: 0;
    }
}
.master-content .home-ps .sub-banner .barbara img {
    width: 100%;
    margin-left: auto;
    display: block;
}
.master-content .home-ps .sub-banner svg {
    position: absolute;
    bottom: -36px;
    width: 100%;
}
@media (min-width: 992px) {
    .master-content .home-ps .sub-banner svg {
        bottom: -34px;
    }
}
@media (min-width: 1225px) {
    .master-content .home-ps .sub-banner svg {
        bottom: -25px;
    }
}
.master-content .home-ps .sub-banner svg g {
    fill: #f8f7fc;
}
.master-content .home-ps-mobile {
    overflow: hidden;
    position: relative;
}
.master-content .home-ps-mobile .shadow-contrast {
    position: absolute;
    top: 0;
    width: 100%;
    height: 184px;
    opacity: 0.5;
    background-image: linear-gradient(to top, transparent 33%, #000 97%);
    z-index: 20;
}
.master-content .home-ps-mobile .banner {
    background-image: url(https://dx3qsh2d19iq.cloudfront.net/Assets/Home/index-playstories/img-playstories-hero@3x.jpg);
    background-size: 220%;
    background-position: 61% center;
    height: 65vw;
    position: relative;
    z-index: 10;
}
.master-content .home-ps-mobile .banner img {
    width: 100%;
    top: -9vw;
    position: absolute;
    right: 0;
}
.master-content .home-ps-mobile .banner svg {
    position: absolute;
    bottom: -30vw;
    width: 100%;
    height: 100%;
}
.master-content .home-ps-mobile .banner svg g {
    fill: #3cd3d8;
}
@media (min-width: 768px) {
    .master-content .home-ps-mobile .banner svg {
        display: none;
    }
}
.hero-section.hero-desk {
    margin: 90px 0 90px;
}
@media (min-width: 1225px) {
    .hero-section.hero-desk {
        margin: 90px 0 90px;
    }
}
@media (min-width: 1460px) {
    .hero-section.hero-desk {
        margin: 110px 0 140px;
    }
}
@media (max-width: 992px) {
    .hero-section.hero-desk {
        margin: 0;
        background: #3cd3d8;
        padding: 40px 0;
    }
    .hero-section.hero-desk .btn-show-more .btn-more {
        height: 50px;
        background-color: #fff;
        box-shadow: 0 5px 10px 0 rgba(134, 192, 194, 0.6);
        min-width: 180px;
        padding: 25px;
    }
    .hero-section.hero-desk .btn-show-more .btn-more .text {
        color: #3cd3d8;
    }
}
.hero-section.hero-desk .hero-section__text {
    /* font-family: "Nunito"; */
    font-size: 50px;
    text-align: center;
    font-weight: 900;
    color: #fff;
    margin: 0 auto;
    width: 930px;
    margin-bottom: 30px;
    line-height: 63px;
}
@media (max-width: 1224px) {
    .hero-section.hero-desk .hero-section__text {
        line-height: 40px;
    }
}
@media (max-width: 992px) {
    .hero-section.hero-desk .hero-section__text {
        font-size: 20px;
        line-height: 31px;
        width: 100%;
    }
}
@media (min-width: 992px) {
    .hero-section.hero-desk .hero-section__text {
        font-size: 32px;
        width: 500px;
    }
}
@media (min-width: 1225px) {
    .hero-section.hero-desk .hero-section__text {
        font-size: 46px;
        width: 930px;
    }
}
@media (min-width: 1460px) {
    .hero-section.hero-desk .hero-section__text {
        font-size: 50px;
    }
}
.hero-section.hero-desk a:hover {
    text-decoration: none;
}
.hero-section.hero-mobile {
    background: #3cd3d8;
    padding: 20px 0;
}
.hero-section.hero-mobile .hero-section__text {
    text-align: center;
    color: #fff;
    font-family: "Nunito";
    font-weight: 900;
    font-size: 20px;
    line-height: 31px;
    margin-bottom: 15px;
}
.banner-vitrine {
    margin-bottom: 0 !important;
}
@media (max-width: 1224px) {
    .product-card-detailed {
        min-height: 165px !important;
        margin-top: 0 !important;
    }
    .product-card-wrapper {
        background: none;
    }
    .product-card-detailed .product-card-image {
        bottom: -1px !important;
    }
}
.product-card-detailed {
    height: 280px !important;
    box-shadow: none;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
@media (max-width: 1459px) {
    .product-card-detailed {
        height: 240px !important;
    }
}
@media (max-width: 1224px) {
    .product-card-detailed {
        height: 190px !important;
    }
}
@media (min-width: 990px) {
    .product-card-detailed .product-card-content {
        padding-right: 30% !important;
    }
}
@media (min-width: 1225px) {
    .product-card-detailed .product-card-content {
        padding-right: 30px !important;
        padding-left: 40% !important;
    }
}
.product-card-detailed .product-card-name {
    max-width: none !important;
    font-size: 20px;
}
@media (max-width: 1459px) {
    .product-card-detailed .product-card-name {
        max-width: 230px !important;
    }
}
@media (max-width: 1224px) {
    .product-card-detailed .product-card-name {
        max-width: none !important;
        font-size: 18px;
    }
}
.product-card-detailed .product-card-image {
    height: 270px !important;
    left: 25px !important;
}
@media (max-width: 1459px) {
    .product-card-detailed .product-card-image {
        height: 220px !important;
    }
}
@media (max-width: 1224px) {
    .product-card-detailed .product-card-image {
        height: 160px !important;
        left: auto !important;
        right: 15px !important;
    }
}
.suggested-item {
    width: 100%;
}
@media (max-width: 989px) {
    .suggested-item {
        width: 40%;
    }
}
@media (min-width: 769px) {
    .suggested-item {
        width: auto;
    }
}
.suggestions-action-next,
.suggestions-action-prev {
    top: 165px;
}
@media (min-width: 1225px) {
    .suggestions-action-next,
    .suggestions-action-prev {
        top: 215px;
    }
}
.characters-list-panel {
    margin-bottom: 55px;
}
.suggestions {
    margin-bottom: 0;
    padding-top: 30px;
    padding-bottom: 40px;
}
.suggestions .product-name {
    color: #68596e !important;
}
.product-swipper-new .row {
    flex-wrap: nowrap;
}
.book-explication {
    display: flex;
    justify-content: center;
    margin-bottom: 25px;
}
@media (min-width: 769px) {
    .book-explication {
        width: 100%;
        padding: 0 0;
    }
}
@media (min-width: 990px) {
    .book-explication {
        width: 870px;
        padding-right: 15px;
        padding-left: 15px;
    }
}
@media (min-width: 1225px) {
    .book-explication {
        width: 1171px;
    }
}
@media (min-width: 1460px) {
    .book-explication {
        width: 1400px;
    }
}
@media (max-width: 1224px) {
    .book-explication .explication-container-2 {
        padding-left: 0 !important;
        padding-right: 0 !important;
        padding-top: 16px !important;
        padding-bottom: 16px !important;
    }
    .book-explication .explication-container-2 .description-body {
        margin-top: 0 !important;
    }
}
@media (max-width: 1459px) {
    .book-explication .explication-container-2 .description-body {
        margin-top: 0 !important;
    }
}
.book-explication .box-explication {
    display: flex;
    width: 100%;
    height: 100%;
    box-shadow: 0 5px 10px 0 rgba(181, 172, 190, 0.4);
    border-radius: 16px;
    padding: 50px;
    justify-content: center;
    max-width: 1350px;
    flex-direction: column;
    background-color: #fff;
}
@media (min-width: 769px) {
    .book-explication .box-explication {
        border-radius: 0;
        padding-left: 40px !important;
        padding-right: 40px !important;
        padding-top: 30px !important;
        padding-bottom: 30px !important;
    }
}
@media (min-width: 990px) {
    .book-explication .box-explication {
        border-radius: 16px;
        padding-left: 0 !important;
        padding-right: 0 !important;
        padding-top: 30px !important;
        padding-bottom: 30px !important;
    }
}
@media (min-width: 1225px) {
    .book-explication .box-explication {
        padding: 40px !important;
    }
}
.book-explication .box-explication .simple-description {
    /* font-family: Nunito; */
    font-size: 12px;
    font-weight: 900;
    text-align: center;
    color: #8e4ed4;
    text-transform: uppercase;
}
@media (max-width: 1224px) {
    .book-explication .box-explication .simple-description {
        font-size: 10px;
    }
}
.book-explication .box-explication .simple-description .text-style-number-1 {
    color: #3bd3d7;
}
.book-explication .box-explication .description-title {
    /* font-family: Nunito; */
    font-size: 26px;
    font-weight: 900;
    text-align: center;
    color: #8e4ed4;
}
@media (max-width: 1224px) {
    .book-explication .box-explication .description-title {
        font-size: 20px;
    }
}
.book-explication .box-explication .description-body {
    display: flex;
    justify-content: space-between;
    margin-top: 24px;
}
@media (max-width: 1224px) {
    .book-explication .box-explication .description-body {
        flex-direction: column;
    }
}
.book-explication .box-explication .description-body .box-description {
    display: flex;
    flex-direction: row;
}
@media (max-width: 1224px) {
    .book-explication
        .box-explication
        .description-body
        .box-description
        .box-svg {
        display: flex;
        order: 2;
    }
    .book-explication
        .box-explication
        .description-body
        .box-description
        .box-svg
        svg {
        width: 90px !important;
        height: 90px !important;
        padding-right: 16px;
    }
}
@media (max-width: 1459px) {
    .book-explication
        .box-explication
        .description-body
        .box-description
        .box-svg
        svg {
        width: 100px !important;
        height: 100px !important;
    }
}
.book-explication
    .box-explication
    .description-body
    .box-description
    .box-svg
    svg {
    width: 130px;
    height: 130px;
}
.book-explication
    .box-explication
    .description-body
    .box-description
    .box-body {
    display: flex;
    flex-direction: column;
    padding: 20px;
}
@media (min-width: 769px) {
    .book-explication
        .box-explication
        .description-body
        .box-description
        .box-body {
        flex-grow: 1;
    }
}
@media (min-width: 990px) {
    .book-explication
        .box-explication
        .description-body
        .box-description
        .box-body {
        flex-grow: 1;
        padding: 10px 20px;
    }
}
.book-explication
    .box-explication
    .description-body
    .box-description
    .box-body
    .box-title {
    font-family: Nunito;
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #afa2ba;
}
@media (max-width: 1224px) {
    .book-explication
        .box-explication
        .description-body
        .box-description
        .box-body
        .box-title {
        font-size: 16px;
    }
}
.book-explication
    .box-explication
    .description-body
    .box-description
    .box-body
    .box-title {
    font-weight: 900;
    color: #3bd3d7;
}
.book-explication
    .box-explication
    .description-body
    .box-description
    .box-body
    .box-title
    .title {
    font-weight: 900;
    color: #8e4ed4;
}
.book-explication
    .box-explication
    .description-body
    .box-description
    .box-body
    .box-description {
    font-family: Nunito;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #68596e;
}
@media (max-width: 1224px) {
    .book-explication
        .box-explication
        .description-body
        .box-description
        .box-body
        .box-description {
        font-size: 14px;
    }
}
.suggestions .btn-show-more {
    display: flex;
    justify-content: center;
    align-items: center;
}
.suggestions .btn-show-more :hover {
    cursor: pointer;
}
.suggestions .btn-show-more .btn-more {
    display: flex;
    text-decoration: none;
    justify-content: space-between;
    align-items: center;
    text-transform: uppercase;
    height: 70px;
    background-color: #3bd3d7;
    box-shadow: 0 5px 10px 0 rgba(134, 192, 194, 0.6);
    min-width: 250px;
    border-radius: 100px;
    padding: 25px;
    transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
@media (max-width: 1224px) {
    .suggestions .btn-show-more .btn-more {
        height: 50px;
        min-width: 180px;
    }
    .suggestions .btn-show-more .btn-more svg {
        display: none;
    }
}
.suggestions .btn-show-more .btn-more:hover {
    cursor: pointer;
    transform: translateY(-3px);
}
.suggestions .btn-show-more .btn-more .text {
    font-family: Nunito;
    font-size: 13px;
    font-weight: 900;
    font-stretch: normal;
    font-style: normal;
    line-height: 5.08;
    letter-spacing: 0.72px;
    text-align: center;
    color: #fff;
    text-align: center;
    display: flex;
    align-self: center;
    align-items: flex-end;
    flex-grow: 1;
    justify-content: center;
}
.suggestions .btn-show-more .btn-more .btn-svg {
    color: #fff;
    display: flex;
}
.suggestions .btn-show-more .btn-more .btn-svg path {
    color: #fff;
    fill: #fff;
}
.btn-show-more {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}
.btn-show-more .btn-more {
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-transform: uppercase;
    height: 70px;
    background-color: #3bd3d7;
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.6);
    min-width: 250px;
    border-radius: 100px;
    padding: 25px;
    transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
.btn-show-more .btn-more:hover {
    cursor: pointer;
    transform: translateY(-3px);
}
@media (max-width: 1224px) {
    .btn-show-more .btn-more {
        height: 50px;
        min-width: 180px;
    }
    .btn-show-more .btn-more svg {
        display: none;
    }
}
.btn-show-more .btn-more .text {
    font-family: Nunito;
    font-size: 13px;
    font-weight: 900;
    font-stretch: normal;
    font-style: normal;
    line-height: 5.08;
    letter-spacing: 0.72px;
    text-align: center;
    color: #fff;
    text-align: center;
    display: flex;
    align-self: center;
    align-items: flex-end;
    flex-grow: 1;
    justify-content: center;
}
.btn-show-more .btn-more .btn-svg {
    color: #fff;
    display: flex;
}
.btn-show-more .btn-more .btn-svg path {
    color: #fff;
    fill: #fff;
}
.btn:hover,
.btn:focus {
    color: #fff;
}
.btn-group .btn {
    padding-left: 20px;
    padding-right: 20px;
    border: 1px solid #3bd3d7;
    text-transform: uppercase;
    color: #3bd3d7;
    font-size: 12px;
    height: 55px;
    -webkit-transition: 200ms ease;
    transition: 200ms ease;
    width: 240px;
}
.btn-group .btn:first-child {
    border-bottom-left-radius: 50px;
    border-top-left-radius: 50px;
    padding-left: 25px;
}
.btn-group .btn:last-child {
    border-bottom-right-radius: 50px;
    border-top-right-radius: 50px;
    padding-right: 25px;
}
.btn-group .btn.is-selected {
    background-color: #3bd3d7;
    color: #fff;
}
.btn-group .btn.is-selected .btn-content {
    opacity: 1 !important;
}
.btn-group .btn.is-selected:hover,
.btn-group .btn.is-selected.hover,
.btn-group .btn.is-selected:focus,
.btn-group .btn.is-selected.focus {
    background-color: #34bec1;
}
.continuous-player {
    position: relative;
}
.continuous-player-replay {
    height: 24px;
    line-height: 24px;
    vertical-align: middle;
    color: #fff;
    font-size: 11px;
    text-transform: uppercase;
    bottom: 30px;
    left: 0;
    width: 100%;
    -webkit-transition: opacity 250ms cubic-bezier(0.4, 0, 0.2, 1);
    transition: opacity 250ms cubic-bezier(0.4, 0, 0.2, 1);
    opacity: 0;
    pointer-events: none;
}
.continuous-player-replay svg {
    height: 24px;
    width: 24px;
    fill: white;
}
.continuous-player-replay span {
    color: #fff;
    font-weight: 900;
}
@media (min-width: 1460px) {
    .continuous-player-replay {
        bottom: 50px;
    }
}
.continuous-player .plyr__video-wrapper,
.continuous-player .plyr__poster {
    background-color: #fff;
}
.continuous-player .plyr--video {
    border-radius: 10px;
}
.continuous-player .plyr__control--overlaid {
    opacity: 0;
    padding: 25px;
    background-color: #3bd3d7;
}
.continuous-player-restart {
    opacity: 0;
    -webkit-transition: opacity 300ms ease;
    transition: opacity 300ms ease;
}
.continuous-player.was-previewed .plyr--paused + .continuous-player-replay {
    opacity: 1;
}
.continuous-player.was-previewed .plyr__control--overlaid {
    opacity: 1;
}
.bg-purple {
    background-color: #9378f0;
}
@media (max-width: 1224px) {
    .product-gallery .flex-carousel-content,
    .family-favorite-category .flex-carousel-content {
        margin-left: -10px;
        margin-right: -10px;
    }
    .product-gallery .flex-carousel-content > div,
    .family-favorite-category .flex-carousel-content > div {
        padding-left: 10px;
        padding-right: 10px;
    }
}
@media (max-width: 768px) {
    .product-gallery .flex-carousel-content,
    .family-favorite-category .flex-carousel-content {
        margin-left: -5px;
        margin-right: -5px;
    }
    .product-gallery .flex-carousel-content > div,
    .family-favorite-category .flex-carousel-content > div {
        padding-left: 5px;
        padding-right: 5px;
    }
}
.product-gallery .flex-carousel .product-card {
    max-width: 100%;
}
.testimonials {
    padding-top: 90px;
    background-image: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(#fff),
        color-stop(40%, #fff),
        to(#fcf9ff)
    );
    background-image: linear-gradient(to bottom, #fff, #fff 40%, #fcf9ff);
    background: #f8f7fc;
}
.testimonials .container {
    max-width: 750px;
}
.testimonials .container > p {
    margin-bottom: 36px;
}
.testimonials .container > .pos-relative .flex-carousel-controls-previous,
.testimonials .container > .pos-relative .flex-carousel-controls-next {
    height: 70px;
    width: 70px;
    border: 1px solid #f9f9f9;
}
@media (min-width: 1225px) {
    .testimonials .container > .pos-relative .flex-carousel-controls-previous {
        position: absolute;
        top: 30%;
        left: -50px;
        -webkit-transform: translateY(-50%) translateX(-100%);
        transform: translateY(-50%) translateX(-100%);
    }
    .testimonials
        .container
        > .pos-relative
        .flex-carousel-controls-previous:active {
        -webkit-transform: translateY(calc(-50% + 2px)) translateX(-100%);
        transform: translateY(calc(-50% + 2px)) translateX(-100%);
    }
}
@media (min-width: 1225px) {
    .testimonials .container > .pos-relative .flex-carousel-controls-next {
        position: absolute;
        top: 30%;
        right: -50px;
        -webkit-transform: translateY(-50%) translateX(100%);
        transform: translateY(-50%) translateX(100%);
    }
    .testimonials
        .container
        > .pos-relative
        .flex-carousel-controls-next:active {
        -webkit-transform: translateY(calc(-50% + 2px)) translateX(100%);
        transform: translateY(calc(-50% + 2px)) translateX(100%);
    }
}
.testimonials .container > .pos-relative .flex-carousel-controls-dots {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    margin-top: 15px;
}
.testimonials .flex-carousel p {
    font-size: 40px;
}
.testimonials .flex-carousel b {
    margin-top: 30px;
}
.testimonials .testimonials-link {
    position: relative;
    margin-top: 80px;
}
.testimonials .testimonials-link .btn {
    height: 70px;
    line-height: 70px;
}
@media (min-width: 1225px) {
    .testimonials .testimonials-link {
        bottom: -30px;
    }
}
.press {
    background: #3bd3d7;
    padding-top: 70px;
    padding-bottom: 70px;
}
.press .container {
    max-width: 1000px;
}
.press p {
    max-width: 240px;
}
body {
    color: #000 !important;
}
body .footer.bg-purple {
    background-color: #385898 !important;
}
body .footer .company-details {
    background-color: #385898 !important;
}
.product-card {
    border-radius: 10px;
    background-color: #fff;
    -webkit-box-shadow: 0 2px 5px 0 rgba(223, 218, 228, 0.5);
    box-shadow: 0 2px 5px 0 rgba(223, 218, 228, 0.5);
    color: #000;
    -webkit-transition-duration: 250ms;
    transition-duration: 250ms;
    -webkit-transition-property: -webkit-box-shadow;
    transition-property: -webkit-box-shadow;
    transition-property: box-shadow;
    transition-property: box-shadow, -webkit-box-shadow;
    -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.product-card-wrapper {
    position: relative;
}
.product-card-badge {
    border-radius: 4px;
    background-color: #ffd803;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
    font-size: 8px;
    font-weight: 900;
    letter-spacing: 0.6px;
    text-align: center;
    color: #7e5512;
    display: inline-block;
    padding: 5px 8px;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    z-index: 10;
}
@media (min-width: 990px) {
    .product-card-badge {
        padding: 6px 10px;
        border-radius: 6px;
        font-size: 10px;
    }
}
@media (min-width: 1225px) {
    .product-card-badge {
        padding: 8px 12px;
        z-index: 0;
    }
}
.product-card-name {
    line-height: normal;
}
.product-card-name,
.product-card-content,
.product-card-image-wrapper,
.product-card-link {
    -webkit-transition-duration: 200ms;
    transition-duration: 200ms;
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.product-card-name:hover,
.product-card-name:hover .product-card-name,
.product-card-name:hover .product-card-content,
.product-card-name:hover .product-card-image-wrapper,
.product-card-name:hover .product-card-link,
.product-card-content:hover,
.product-card-content:hover .product-card-name,
.product-card-content:hover .product-card-content,
.product-card-content:hover .product-card-image-wrapper,
.product-card-content:hover .product-card-link,
.product-card-image-wrapper:hover,
.product-card-image-wrapper:hover .product-card-name,
.product-card-image-wrapper:hover .product-card-content,
.product-card-image-wrapper:hover .product-card-image-wrapper,
.product-card-image-wrapper:hover .product-card-link,
.product-card-link:hover,
.product-card-link:hover .product-card-name,
.product-card-link:hover .product-card-content,
.product-card-link:hover .product-card-image-wrapper,
.product-card-link:hover .product-card-link {
    -webkit-transition-duration: 300ms;
    transition-duration: 300ms;
}
.product-card:hover,
.product-card:focus {
    text-decoration: none;
    color: #000;
    -webkit-box-shadow: 0 5px 10px -1px rgba(223, 218, 228, 0.9);
    box-shadow: 0 5px 10px -1px rgba(223, 218, 228, 0.9);
}
.product-card-collapsed {
    display: block;
    overflow: hidden;
    margin-top: 13px;
    -webkit-transition-duration: 250ms;
    transition-duration: 250ms;
    -webkit-transition-property: -webkit-box-shadow, transform;
    transition-property: -webkit-box-shadow, transform;
    transition-property: box-shadow, transform;
    transition-property: box-shadow, -webkit-box-shadow, transform;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.product-card-collapsed-wrapper {
    transition: transform 250ms cubic-bezier(0.4, 0, 0.2, 1);
    -webkit-transition: transform 250ms cubic-bezier(0.4, 0, 0.2, 1);
}
.product-card-collapsed-wrapper:hover {
    transform: translateY(-3px);
}
.product-card-collapsed .product-card-content {
    margin-top: -30px;
    padding-top: 60px;
    padding-bottom: 30px;
    background: #fff;
    color: #000;
}
@media (min-width: 1225px) {
    .product-card-collapsed .product-card-name {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
}
.product-card-collapsed .product-card-image {
    z-index: 2;
    width: 100%;
    position: relative;
    height: auto;
}
.product-card-collapsed .product-card-image-wrapper {
    position: relative;
    z-index: 0;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    width: 56.5%;
    margin: 20px auto 0;
    pointer-events: none;
}
.product-card-collapsed .product-card-image-wrapper:before {
    content: "";
    -webkit-box-shadow: -3px 3px 5px 0 rgba(0, 0, 0, 0.1),
        0 2px 10px 0 rgba(0, 0, 0, 0.1);
    box-shadow: -3px 3px 5px 0 rgba(0, 0, 0, 0.1),
        0 2px 10px 0 rgba(0, 0, 0, 0.1);
    position: absolute;
    top: 0;
    left: 0;
    width: 96px;
    height: 130px;
    border-radius: 3px;
    z-index: 1;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}
@media (min-width: 1225px) {
    .product-card-collapsed .product-card-image-wrapper:before {
        -webkit-box-shadow: -5px 5px 10px 0 rgba(0, 0, 0, 0.15),
            0 2px 50px 0 rgba(0, 0, 0, 0.15);
        box-shadow: -5px 5px 10px 0 rgba(0, 0, 0, 0.15),
            0 2px 50px 0 rgba(0, 0, 0, 0.15);
        width: 100%;
        height: 100%;
    }
}
@media (min-width: 1225px) {
    .product-card-collapsed .product-card-image-wrapper {
        margin-top: 30px;
    }
}
@media (min-width: 480px) {
    .product-card-collapsed .product-card-image {
        min-height: 215px;
        height: auto;
    }
}
@media (min-width: 1460px) {
    .product-card-collapsed .product-card-image {
        min-height: 253px;
    }
}
.product-card-collapsed .product-card-link {
    text-align: center;
    left: 0;
    bottom: 0;
    font-size: 12px;
    letter-spacing: 0.9px;
    color: #fff;
    width: 100%;
    height: 50px;
    line-height: 50px;
    max-width: 180px;
}
.product-card-collapsed:hover,
.product-card-collapsed:focus {
    cursor: pointer;
}
@media (max-width: 1224px) {
    .product-card-collapsed {
        min-width: 151px;
    }
}
.product-card-resumed {
    padding: 0 10px 0;
    transform-style: preserve-3d;
    transform: none;
    margin-top: 13px;
    background-color: transparent;
    box-shadow: none;
}
.product-card-resumed .product-card-image {
    z-index: 1;
    width: 100%;
    position: relative;
}
.product-card-resumed .product-card-image-wrapper {
    min-height: 138px;
    width: 100%;
    position: relative;
    z-index: 1;
    display: inline-block;
}
.product-card-resumed .product-card-image-wrapper:before {
    content: "";
    border: 1px solid #fff;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 99%;
    -webkit-box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.1) inset;
    box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.1) inset;
    background-color: #f8f7fc;
    border-radius: 3px;
    z-index: 0;
}
@media (min-width: 480px) {
    .product-card-resumed .product-card-image-wrapper {
        max-width: 120px;
        min-height: 169px;
    }
}
.product-card-resumed .product-card-content {
    padding: 35px 10px 0;
    margin: -20px -10px 0;
    transform-style: preserve-3d;
    transform: translateZ(-1px);
    border: 1px solid #dfdae4;
    -webkit-box-shadow: 0 2px 5px 0 rgba(223, 218, 228, 0.5);
    box-shadow: 0 2px 5px 0 rgba(223, 218, 228, 0.5);
    height: 150px;
    border-radius: 5px;
}
.product-card-resumed .product-card-content.mobile {
    padding: 28px 0 0;
    height: 100% !important;
    min-height: auto !important;
    border-radius: 4px;
    box-shadow: 0 2px 5px 0 rgba(223, 218, 228, 0.5);
    border: solid 1px #f1f0f7;
}
@media (max-width: 1459px) {
    .product-card-resumed .product-card-content.mobile {
        height: 120px !important;
    }
}
@media (max-width: 768px) {
    .product-card-resumed .product-card-content.mobile {
        height: 100% !important;
    }
}
.product-card-resumed .product-card-link {
    min-width: 0;
    display: block;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    font-size: 10px;
    height: 32px;
    line-height: 32px;
    max-width: 135px;
}
.product-card-resumed .product-card-footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
    left: 0;
    height: 40px;
    line-height: 40px;
    z-index: 0;
}
.product-card-resumed .product-card-footer::before {
    content: "";
    display: block;
    margin: 0 auto;
    width: calc(100% - 20px);
    height: 1px;
    background-color: #f2f1f7;
    position: relative;
    top: 1px;
}
.product-card-resumed:hover,
.product-card-resumed:focus {
    box-shadow: none !important;
}
@media (min-width: 480px) {
    .product-card-resumed {
        height: 308px;
        min-width: 151px;
    }
}
@media (min-width: 990px) {
    .product-card-resumed {
        height: 294px;
    }
}
@media (min-width: 1225px) {
    .product-card-resumed {
        height: 308px;
    }
}
.product-card-detailed {
    min-height: 202px;
    position: relative;
    margin-top: 18px;
    color: #fff;
}
.product-card-detailed .product-card-name {
    max-width: 172px;
}
@media (min-width: 1225px) {
    .product-card-detailed .product-card-name {
        font-size: 24px;
        max-width: 230px;
    }
}
@media (min-width: 1460px) {
    .product-card-detailed .product-card-name {
        font-size: 26px;
        max-width: 230px;
        line-height: 1.2;
    }
}
.product-card-detailed .product-card-footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
    left: 0;
    height: 40px;
    line-height: 40px;
    z-index: 0;
}
.product-card-detailed .product-card-footer::before {
    content: "";
    display: block;
    width: calc(100% - 40px);
    height: 1px;
    background-color: #fff;
    position: relative;
    top: 1px;
    margin: 0 auto;
    opacity: 0.36;
}
.product-card-detailed .product-card-footer .product-card-link {
    color: #fff;
}
.product-card-detailed .product-card-content {
    padding-right: 40%;
    padding-bottom: 20px;
    padding-left: 20px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
@media (min-width: 1225px) {
    .product-card-detailed .product-card-content {
        padding-left: 50%;
        padding-bottom: 0;
        padding-right: 10px;
    }
}
@media (min-width: 1460px) {
    .product-card-detailed .product-card-content {
        padding-right: 46px;
    }
}
.product-card-detailed .product-card-link {
    letter-spacing: 0.7px;
}
@media (min-width: 1225px) {
    .product-card-detailed .product-card-link {
        max-width: 180px;
        height: 48px;
    }
}
@media (min-width: 1460px) {
    .product-card-detailed .product-card-link {
        max-width: 200px;
        height: 50px;
    }
}
.product-card-detailed .product-card-image {
    position: absolute;
    right: 0;
    height: 186px;
    bottom: 37px;
    z-index: 2;
}
@media (min-width: 1225px) {
    .product-card-detailed .product-card-image {
        height: 340px;
        left: 0;
        right: auto;
        bottom: 0;
    }
}
@media (min-width: 1460px) {
    .product-card-detailed .product-card-image {
        height: 404px;
    }
}
.product-card-detailed:hover,
.product-card-detailed.hover {
    color: #fff;
}
.product-card-detailed:hover .product-card-link,
.product-card-detailed.hover .product-card-link {
    opacity: 1;
}
.product-card-detailed.has-customization-modal {
    min-height: 224px;
}
.product-card-detailed.has-customization-modal .product-card-image {
    bottom: 57px;
}
.product-card-detailed.has-customization-modal
    .product-card-image-wrapper::before {
    content: "";
    display: block;
    box-shadow: 0 2px 5px 1px rgba(0, 0, 0, 0.2);
    background-color: #fff;
    position: absolute;
    right: 32px;
    height: 130px;
    bottom: 58px;
    z-index: 2;
    width: 84px;
}
.product-card-detailed.has-customization-modal .product-card-content {
    padding-bottom: 50px;
    padding-right: 50%;
}
.product-card-detailed.has-customization-modal .product-card-footer {
    height: auto;
    line-height: initial;
    border-radius: 0 0 8px 8px;
}
.product-card-detailed.has-customization-modal .product-card-footer .btn {
    line-height: 30px;
    height: 30px;
    border-radius: 20px;
    background-color: #f7f6fb;
    border: none;
    font-size: 10px;
}
@media (min-width: 1225px) {
    .product-card-detailed {
        margin-top: 30px;
        height: 310px;
    }
}
@media (min-width: 1460px) {
    .product-card-detailed {
        margin-top: 38px;
        height: 366px;
    }
}
.product-card-large {
    min-height: 202px;
    position: relative;
    padding-top: 20px;
    padding-bottom: 60px;
    padding-left: 20px;
    padding-right: 20px;
    color: #fff;
}
.product-card-large .product-card-name {
    max-width: 160px;
}
@media (min-width: 1225px) {
    .product-card-large .product-card-name {
        font-size: 24px;
        max-width: 260px;
    }
}
@media (min-width: 1460px) {
    .product-card-large .product-card-name {
        font-size: 26px;
        max-width: 280px;
        line-height: 1.2;
    }
}
.product-card-large .product-card-content {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 70%;
    flex: 0 0 70%;
    max-width: 70%;
    padding-left: 20px;
    padding-right: 20px;
}
@media (min-width: 480px) {
    .product-card-large .product-card-content {
        padding-right: 0;
    }
}
@media (min-width: 1225px) {
    .product-card-large .product-card-content {
        -ms-flex: 0 0 50%;
        -webkit-box-flex: 0;
        flex: 0 0 50%;
        max-width: 50%;
        padding-left: 0;
    }
}
.product-card-large .product-card-link {
    height: 40px;
    line-height: 40px;
    min-width: 0;
    padding-left: 20px;
    padding-right: 20px;
}
@media (max-width: 1224px) {
    .product-card-large .product-card-link {
        font-size: 10px;
    }
}
@media (min-width: 1225px) {
    .product-card-large .product-card-link {
        height: 48px;
        line-height: 48px;
        padding-left: 40px;
        padding-right: 40px;
    }
}
@media (min-width: 1460px) {
    .product-card-large .product-card-link {
        height: 50px;
        line-height: 50px;
        padding-left: 57px;
        padding-right: 57px;
    }
}
.product-card-large .product-card-image {
    height: auto;
    width: 100%;
    height: auto;
    position: relative;
    z-index: 1;
}
.product-card-large .product-card-image-wrapper {
    max-width: 100%;
    -ms-flex: 0 0 96px;
    -webkit-box-flex: 0;
    flex: 0 0 96px;
    width: 96px;
    height: 135px;
    position: relative;
    z-index: 1;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}
.product-card-large .product-card-image-wrapper:before {
    content: "";
    -webkit-box-shadow: -3px 3px 5px 0 rgba(0, 0, 0, 0.1),
        0 2px 10px 0 rgba(0, 0, 0, 0.1);
    box-shadow: -3px 3px 5px 0 rgba(0, 0, 0, 0.1),
        0 2px 10px 0 rgba(0, 0, 0, 0.1);
    border: 1px solid #fff;
    position: absolute;
    top: 0;
    left: 0;
    width: 96px;
    height: 130px;
    background-color: #fff;
    border-radius: 3px;
    z-index: 1;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}
@media (min-width: 1225px) {
    .product-card-large .product-card-image-wrapper:before {
        -webkit-box-shadow: -5px 5px 10px 0 rgba(0, 0, 0, 0.15),
            0 2px 50px 0 rgba(0, 0, 0, 0.15);
        box-shadow: -5px 5px 10px 0 rgba(0, 0, 0, 0.15),
            0 2px 50px 0 rgba(0, 0, 0, 0.15);
        width: 100%;
        height: 100%;
    }
}
@media (min-width: 480px) {
    .product-card-large .product-card-image-wrapper {
        -ms-flex: 0 0 116px;
        -webkit-box-flex: 0;
        flex: 0 0 116px;
        width: 116px;
        height: 162px;
        margin-bottom: 10px;
    }
}
@media (min-width: 769px) {
    .product-card-large .product-card-image-wrapper {
        -ms-flex: 0 0 96px;
        -webkit-box-flex: 0;
        flex: 0 0 96px;
        width: 96px;
        height: 135px;
    }
}
@media (min-width: 1225px) {
    .product-card-large .product-card-image-wrapper {
        -ms-flex: 0 0 160px;
        -webkit-box-flex: 0;
        flex: 0 0 160px;
        width: 160px;
        height: 224px;
        margin-right: 47px;
    }
}
@media (min-width: 1460px) {
    .product-card-large .product-card-image-wrapper {
        -ms-flex: 0 0 180px;
        -webkit-box-flex: 0;
        flex: 0 0 180px;
        width: 180px;
        width: 180px;
        height: 252px;
        margin-right: 56px;
    }
}
.product-card-large .product-card-footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
    left: 0;
    height: 40px;
    line-height: 40px;
    z-index: 0;
}
.product-card-large .product-card-footer::before {
    content: "";
    display: block;
    width: calc(100% - 40px);
    height: 1px;
    background-color: #fff;
    position: relative;
    top: 1px;
    margin: 0 auto;
    opacity: 0.36;
}
.product-card-large .product-card-footer .product-card-link {
    color: #fff;
}
.product-card-large:hover,
.product-card-large.hover {
    color: #fff;
}
.product-card-large:hover .product-card-link,
.product-card-large.hover .product-card-link {
    opacity: 1;
}
.product-card-large.collection-product .product-card-image {
    height: auto;
    width: 100%;
    height: auto;
    position: relative;
    z-index: 1;
}
.product-card-large.collection-product .product-card-image-wrapper {
    max-width: 100%;
    -ms-flex: 0 0 96px;
    -webkit-box-flex: 0;
    flex: 0 0 96px;
    width: 96px;
    height: 135px;
    position: relative;
    z-index: 1;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}
.product-card-large.collection-product .product-card-image-wrapper:before {
    content: "";
    -webkit-box-shadow: -3px 3px 5px 0 rgba(0, 0, 0, 0.1),
        0 2px 10px 0 rgba(0, 0, 0, 0.1);
    box-shadow: -3px 3px 5px 0 rgba(0, 0, 0, 0.1),
        0 2px 10px 0 rgba(0, 0, 0, 0.1);
    border: 1px solid #fff;
    position: absolute;
    top: 0;
    left: 0;
    width: 72px;
    height: 102px;
    background-color: #fff;
    border-radius: 3px;
    z-index: 1;
    left: -24px;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}
@media (min-width: 480px) {
    .product-card-large.collection-product .product-card-image-wrapper:before {
        left: 0;
        width: 107px;
        height: 150px;
        background-color: #fff;
        border-radius: 3px;
        z-index: 1;
        left: -34px;
        right: 0;
    }
}
@media (min-width: 769px) {
    .product-card-large.collection-product .product-card-image-wrapper:before {
        width: 74%;
        height: 99%;
        left: -28px;
        top: 1px;
        height: 124px;
    }
}
@media (min-width: 1225px) {
    .product-card-large.collection-product .product-card-image-wrapper:before {
        -webkit-box-shadow: -5px 5px 10px 0 rgba(0, 0, 0, 0.15),
            0 2px 50px 0 rgba(0, 0, 0, 0.15);
        box-shadow: -5px 5px 10px 0 rgba(0, 0, 0, 0.15),
            0 2px 50px 0 rgba(0, 0, 0, 0.15);
        width: 74%;
        height: 99%;
        left: -50px;
        top: 1px;
    }
}
@media (min-width: 1460px) {
    .product-card-large.collection-product .product-card-image-wrapper:before {
        -webkit-box-shadow: -5px 5px 10px 0 rgba(0, 0, 0, 0.15),
            0 2px 50px 0 rgba(0, 0, 0, 0.15);
        box-shadow: -5px 5px 10px 0 rgba(0, 0, 0, 0.15),
            0 2px 50px 0 rgba(0, 0, 0, 0.15);
        width: 74%;
        height: 99%;
        left: -56px;
        top: 1px;
    }
}
@media (min-width: 480px) {
    .product-card-large.collection-product .product-card-image-wrapper {
        -ms-flex: 0 0 142px;
        -webkit-box-flex: 0;
        flex: 0 0 142px;
        width: 142px;
        height: 135px;
    }
}
@media (min-width: 769px) {
    .product-card-large.collection-product .product-card-image-wrapper {
        -ms-flex: 0 0 122px;
        -webkit-box-flex: 0;
        flex: 0 0 122px;
        width: 122px;
        height: 135px;
    }
}
@media (min-width: 1225px) {
    .product-card-large.collection-product .product-card-image-wrapper {
        -ms-flex: 0 0 210px;
        -webkit-box-flex: 0;
        flex: 0 0 210px;
        width: 210px;
        height: 224px;
        margin-right: 27px;
    }
}
@media (min-width: 1460px) {
    .product-card-large.collection-product .product-card-image-wrapper {
        -ms-flex: 0 0 236px;
        -webkit-box-flex: 0;
        flex: 0 0 236px;
        width: 236px;
        height: 252px;
        margin-right: 30px;
    }
}
@media (min-width: 769px) {
    .product-card-large {
        padding-top: 30px;
        padding-bottom: 50px;
        padding-left: 20px;
        padding-right: 20px;
    }
}
@media (min-width: 1225px) {
    .product-card-large {
        padding-bottom: 20px;
        height: 310px;
    }
}
@media (min-width: 1460px) {
    .product-card-large {
        height: 366px;
    }
}
.product-card-more {
    background-color: #3bd3d7;
    text-align: center;
}
.product-card-more h4 {
    max-width: 190px;
}
.product-card-more p {
    max-width: 200px;
}
.product-card-more .product-card-link {
    max-width: 160px;
    height: 40px;
    color: #3bd3d7;
}
@media (max-width: 1224px) {
    .product-card-more .product-card-link {
        height: 40px;
        position: absolute;
        line-height: 40px;
        color: #fff;
        background: none;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        left: 0;
        bottom: 0;
        width: 100%;
        max-width: none;
    }
}
@media (min-width: 1225px) {
    .product-card-more .product-card-link {
        max-width: 180px;
        height: 48px;
    }
}
@media (min-width: 1460px) {
    .product-card-more .product-card-link {
        max-width: 200px;
        height: 50px;
    }
}
.product-card .product-card-line {
    height: 1px;
    border: solid 1px #e9e7f6;
    margin-top: 19px;
    margin-bottom: 38px;
}
.product-card .product-card-line-mobile {
    height: 100%;
    margin-bottom: 9px;
}
.product-card .product-card-line-mobile label {
    margin-top: 15px !important;
}
.product-card .product-card-line-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: 17px;
    padding-right: 9px;
}
.product-card .product-card-line-flex label {
    font-family: Nunito;
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #68596e;
    margin-top: 21px;
}
.product-card .product-card-line-flex.mobile {
    padding-left: 9px;
    padding-right: 8px;
}
.product-card .product-card-line .btn-card-line {
    width: 48px;
    height: 48px;
    border: solid 1px #f1edf5;
    border-radius: 100%;
    margin-top: 9px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.product-card .product-card-line .btn-card-line svg {
    width: 23px;
    height: 30px;
    fill: #fff;
}
.btn-card-line-mobile {
    width: 30px;
    height: 30px;
    border: solid 1px #f1edf5;
    border-radius: 100%;
    margin-top: 9px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.btn-card-line-mobile svg {
    width: 18px !important;
    height: 12px !important;
    fill: #fff !important;
}
.hr-product-mobile {
    height: 1px;
    border-width: 0;
    color: #e9e7f6;
    background-color: #e9e7f6;
    margin-bottom: 0;
}
.glide {
    position: relative;
    width: 100%;
    box-sizing: border-box;
}
.glide * {
    box-sizing: inherit;
}
.glide__track {
    overflow: hidden;
}
.glide__slides {
    position: relative;
    width: 100%;
    list-style: none;
    backface-visibility: hidden;
    transform-style: preserve-3d;
    touch-action: pan-Y;
    overflow: hidden;
    padding: 0;
    white-space: nowrap;
    display: flex;
    flex-wrap: nowrap;
    will-change: transform;
}
.glide__slides--dragging {
    user-select: none;
}
.glide__slide {
    width: 100%;
    height: 100%;
    flex-shrink: 0;
    white-space: normal;
    user-select: none;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent;
}
.glide__slide a {
    user-select: none;
    -webkit-user-drag: none;
    -moz-user-select: none;
    -ms-user-select: none;
}
.glide__arrows {
    -webkit-touch-callout: none;
    user-select: none;
}
.glide__bullets {
    -webkit-touch-callout: none;
    user-select: none;
}
.glide--rtl {
    direction: rtl;
}
.glide__arrow {
    position: absolute;
    display: block;
    top: 50%;
    z-index: 2;
    color: #fff;
    text-transform: uppercase;
    padding: 9px 12px;
    background-color: transparent;
    border: 2px solid rgba(255, 255, 255, 0.5);
    border-radius: 4px;
    box-shadow: 0 0.25em 0.5em 0 rgba(0, 0, 0, 0.1);
    text-shadow: 0 0.25em 0.5em rgba(0, 0, 0, 0.1);
    opacity: 1;
    cursor: pointer;
    transition: opacity 150ms ease, border 300ms ease-in-out;
    transform: translateY(-50%);
    line-height: 1;
}
.glide__arrow:focus {
    outline: none;
}
.glide__arrow:hover {
    border-color: #fff;
}
.glide__arrow--left {
    left: 2em;
}
.glide__arrow--right {
    right: 2em;
}
.glide__arrow--disabled {
    opacity: 0.33;
}
.glide__bullets {
    position: absolute;
    z-index: 2;
    bottom: 2em;
    left: 50%;
    display: inline-flex;
    list-style: none;
    transform: translateX(-50%);
}
.glide__bullet {
    background-color: rgba(255, 255, 255, 0.5);
    width: 9px;
    height: 9px;
    padding: 0;
    border-radius: 50%;
    border: 2px solid transparent;
    transition: all 300ms ease-in-out;
    cursor: pointer;
    line-height: 0;
    box-shadow: 0 0.25em 0.5em 0 rgba(0, 0, 0, 0.1);
    margin: 0 0.25em;
}
.glide__bullet:focus {
    outline: none;
}
.glide__bullet:hover,
.glide__bullet:focus {
    border: 2px solid #fff;
    background-color: rgba(255, 255, 255, 0.5);
}
.glide__bullet--active {
    background-color: #fff;
}
.glide--swipeable {
    cursor: grab;
    cursor: -moz-grab;
    cursor: -webkit-grab;
}
.glide--dragging {
    cursor: grabbing;
    cursor: -moz-grabbing;
    cursor: -webkit-grabbing;
}
.pattern {
    width: 100%;
    overflow: hidden;
    background-color: #3bd3d7;
    position: relative;
    margin-bottom: 50px;
}
.pattern-content {
    position: relative;
    height: 100%;
}
.pattern-content::before {
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    content: "";
    bottom: 0;
    background: #a96cdc;
}
@media (min-width: 990px) {
    .pattern-content::before {
        background-image: url(https://dx3qsh2d19iq.cloudfront.net/Assets/Home/banner-dentro-da-historia-dia-criancas-cover.jpg);
        background-size: cover;
        background-position: right bottom;
    }
}
@media (min-width: 1225px) {
    .pattern-content::before {
        background-position: 60% bottom;
    }
}
.pattern-content::after {
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    content: "";
    opacity: 0.25;
    background: rgba(0, 0, 0, 0.5);
    background: linear-gradient(45deg, #000 0%, transparent 100%);
    background-size: 2px 2px;
    background-repeat: repeat;
}
.pattern-border-bottom {
    width: 100%;
    position: absolute;
    bottom: -2px;
    display: none;
}
.pattern-border-bottom svg {
    height: 5.7vw;
    width: 101vw;
    left: 50%;
    display: block;
    position: relative;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
@media (max-width: 989px) {
    .pattern-border-bottom svg path {
        fill: #3bd3d7;
    }
}
@media (min-width: 990px) {
    .pattern-border-bottom svg {
        bottom: 0;
    }
}
@media (max-width: 989px) {
    .pattern {
        margin-bottom: 0 !important;
    }
}
@media (min-width: 990px) {
    .pattern {
        top: 0;
        left: 0;
        background-color: #f8f7fc;
        height: 350px;
    }
}
@media (min-width: 1225px) {
    .pattern {
        background-color: #fff;
    }
}
@media (max-width: 1224px) {
    .pattern {
        height: auto !important;
    }
}
.pattern video {
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    width: auto;
    height: auto;
    min-height: 100%;
    min-width: 100%;
}
@media (max-width: 768px) {
    .pattern .glide__slides {
        margin-bottom: 0;
    }
}
.pattern .glide__slides .glide__slide {
    height: 350px;
    margin-left: 0 !important;
    margin-right: 0 !important;
    background-size: 1920px;
    background-position: center;
    justify-content: center;
}
@media (max-width: 1224px) {
    .pattern .glide__slides .glide__slide {
        height: 262px;
        background-size: 1080px;
    }
    .pattern .glide__slides .glide__slide a,
    .pattern .glide__slides .glide__slide img {
        width: auto !important;
    }
}
@media (max-width: 479px) {
    .pattern .glide__slides .glide__slide {
        height: unset;
    }
    .pattern .glide__slides .glide__slide a,
    .pattern .glide__slides .glide__slide img {
        width: 100% !important;
    }
}
.pattern .glide__slides .glide__slide a {
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    height: 100%;
    margin: 0 auto;
}
.pattern .glide__slides .glide__slide img {
    width: 1920px;
    height: 100%;
}
@media (max-width: 768px) {
    .pattern .glide__slides .glide__slide[data-slide="1"] {
        background: unset;
    }
}
.pattern .flex-carousel-controls {
    opacity: 1;
    margin-top: 0;
    position: relative;
    top: -160px;
}
@media (max-width: 1224px) {
    .pattern .flex-carousel-controls {
        top: -120px;
    }
}
@media (max-width: 768px) {
    .pattern .flex-carousel-controls {
        top: -100px;
    }
}
.pattern .flex-carousel-controls .flex-carousel-controls-previous {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    left: -20px;
    background-color: rgba(241, 241, 241, 0.6);
    box-shadow: none;
    border: 0;
}
.pattern .flex-carousel-controls .flex-carousel-controls-previous:hover {
    background: #fff;
}
.pattern .flex-carousel-controls .flex-carousel-controls-previous svg {
    transform: translateX(-30%) translateY(-50%);
    opacity: 1;
}
.pattern .flex-carousel-controls .flex-carousel-controls-next {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    right: -20px;
    background-color: rgba(241, 241, 241, 0.6);
    box-shadow: none;
    border: 0;
}
.pattern .flex-carousel-controls .flex-carousel-controls-next:hover {
    background: #fff;
}
.pattern .flex-carousel-controls .flex-carousel-controls-next svg {
    transform: translateX(-70%) translateY(-50%);
    opacity: 1;
}
.pattern .flex-carousel-bullets {
    position: absolute;
    opacity: 1;
    bottom: 10px;
    width: 100%;
}
.pattern .flex-carousel-bullets .flex-carousel-bullet {
    width: 11px;
    height: 11px;
    margin: 0 5px;
    border-radius: 100px;
}
.pattern .flex-carousel-bullets .flex-carousel-bullet .bullet-element {
    background: #fff;
    opacity: 0.6;
    width: 100%;
    height: 100%;
    content: "";
    display: block;
    border-radius: 100px;
}
.pattern .flex-carousel-bullets .bullect-active .bullet-element {
    opacity: 1;
}
.main-header {
    background-color: #3bd3d7;
    display: none;
}
.main-header-next-section {
    height: 40px;
    line-height: 40px;
    position: relative;
    margin-bottom: -30px;
    bottom: -20px;
    opacity: 0.5;
}
.main-header-next-section svg {
    height: 22px;
    width: 22px;
    fill: white;
}
@media (min-width: 990px) {
    .main-header {
        margin-top: 0;
        min-height: 417px;
        background-color: transparent;
    }
}
@media (min-width: 1225px) {
    .main-header {
        min-height: 500px;
    }
}
@media (min-width: 1460px) {
    .main-header {
        min-height: 600px;
    }
}
.main-header h1 {
    font-size: 22px;
    line-height: 1.3;
    max-width: 300px;
}
@media (min-width: 480px) and (max-width: 768px) {
    .main-header h1 {
        margin-right: auto;
        margin-left: auto;
        max-width: 400px;
        text-align: center;
    }
}
@media (min-width: 480px) {
    .main-header h1 {
        font-size: 26px;
    }
}
@media (min-width: 769px) {
    .main-header h1 {
        font-size: 28px;
        line-height: 1.2;
        max-width: 380px;
    }
}
@media (min-width: 990px) {
    .main-header h1 {
        font-size: 40px;
        max-width: 550px;
        text-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
    }
}
@media (min-width: 1460px) {
    .main-header h1 {
        font-size: 50px;
        max-width: 710px;
    }
}
.main-header h2 {
    max-width: 552px;
}
@media (min-width: 480px) and (max-width: 768px) {
    .main-header h2 {
        margin-right: auto;
        margin-left: auto;
        max-width: 400px;
        text-align: center;
    }
}
.main-header .container {
    max-width: 1090px;
}
.main-header .btn.btn-new {
    max-width: 283px;
}
.main-header .btn.btn-new.btn-white {
    background-color: #fff;
    color: #3bd3d7;
    width: 200px;
}
@media (max-width: 768px) {
    .main-header .btn.btn-new {
        min-width: 140px;
    }
}
@media (min-width: 990px) {
    .main-header .btn.btn-new {
        height: 60px;
        line-height: 60px;
        max-width: none;
    }
}
@media (min-width: 1225px) {
    .main-header .btn.btn-new {
        height: 65px;
        line-height: 65px;
    }
}
@media (min-width: 1460px) {
    .main-header .btn.btn-new {
        height: 70px;
        line-height: 70px;
    }
}
@media (min-width: 1460px) {
    .main-header {
        padding-top: 90px;
        padding-bottom: 90px;
    }
}
.main-banner-mobile {
    background-color: #136ab7;
    background-image: url(https://dx3qsh2d19iq.cloudfront.net/Assets/Home/Index/banner-lancamento-patrulha-canina-background.jpg);
    background-size: cover;
    background-position: center;
    max-height: 550px;
    overflow: hidden;
}
.main-banner-mobile img {
    width: 70vw;
    position: relative;
    left: 8vw;
    max-width: 420px;
}
.main-banner-mobile .btn-white {
    color: #3bd3d7;
}
.main-banner-mobile .btn-white:hover,
.main-banner-mobile .btn-white:focus {
    color: #3bd3d7;
}
.main-banner-mobile .product-card-badge {
    position: relative !important;
    left: initial;
    -webkit-transform: none;
    transform: none;
}
@media only screen and (min-device-pixel-ratio: 2),
    only screen and (-webkit-min-device-pixel-ratio: 2),
    only screen and (min-resolution: 192dpi) {
    .main-banner-mobile {
        background-image: url(https://dx3qsh2d19iq.cloudfront.net/Assets/Home/Index/banner-lancamento-patrulha-canina-background@2x.jpg);
    }
}
@-webkit-keyframes bannerCardProgressbar {
    0% {
        stroke-dashoffset: 180px;
    }
    100% {
        stroke-dashoffset: 0;
    }
}
@keyframes bannerCardProgressbar {
    0% {
        stroke-dashoffset: 180px;
    }
    100% {
        stroke-dashoffset: 0;
    }
}
.banner-card {
    height: 100%;
    background-color: #907feb;
    background-size: cover;
    background-repeat: no-repeat;
    opacity: 0;
    -webkit-transition: opacity 300ms ease;
    transition: opacity 300ms ease;
}
.banner-card-image {
    min-height: 100%;
    height: auto;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}
@media (min-width: 769px) {
    .banner-card-image {
        min-width: 100%;
        width: auto;
    }
}
.banner-card-wrapper {
    height: 510px;
}
.banner-card-wrapper.start-progress .banner-card-progress-bar svg circle {
    -webkit-animation: bannerCardProgressbar 5s 300ms 1 forwards linear;
    animation: bannerCardProgressbar 5s 300ms 1 forwards linear;
}
.banner-card-wrapper:hover .banner-card-progress-bar svg circle {
    -webkit-animation-play-state: paused;
    animation-play-state: paused;
}
@media (min-width: 1225px) {
    .banner-card-wrapper {
        height: 550px;
    }
}
@media (min-width: 1460px) {
    .banner-card-wrapper {
        height: 610px;
    }
}
.banner-card-content {
    z-index: 1;
}
@media (max-width: 768px) {
    .banner-card-content {
        width: 100%;
    }
}
.banner-card-badge {
    right: 25px;
    bottom: 25px;
}
.banner-card-badge-text {
    overflow: hidden;
    margin-right: 10px;
}
.banner-card-badge-text span {
    opacity: 0;
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
    -webkit-transition: opacity 300ms ease-in-out,
        -webkit-transform 300ms ease-in-out;
    transition: opacity 300ms ease-in-out, -webkit-transform 300ms ease-in-out;
    transition: opacity 300ms ease-in-out, transform 300ms ease-in-out;
    transition: opacity 300ms ease-in-out, transform 300ms ease-in-out,
        -webkit-transform 300ms ease-in-out;
}
.banner-card-badge-icon {
    height: 50px;
    width: 50px;
    margin: 2px;
    border-radius: 50px;
    background: rebeccapurple;
}
.banner-card-progress-bar {
    z-index: 1;
    width: 54px;
    height: 54px;
    border-radius: 50%;
    right: 25px;
    bottom: 25px;
    border: 1px solid #cfd6d9;
}
.banner-card-progress-bar svg {
    height: 100%;
    width: 100%;
    height: calc(100% + 2px);
    width: calc(100% + 2px);
    margin: -1px 0 0 -1px;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
.banner-card-progress-bar svg circle {
    stroke-dashoffset: 0;
    stroke: #fff;
    stroke-width: 2px;
    stroke-dashoffset: 182px;
}
.banner-card.is-visible {
    opacity: 1;
}
.banner-card.is-visible .banner-card-badge-text span {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition-delay: 100ms;
    transition-delay: 100ms;
}
@media (min-width: 1225px) {
    .banner-card {
        border-radius: 30px;
        padding-left: 90px;
        padding-right: 90px;
        -webkit-box-shadow: 0 50px 50px -50px #cfc7d5;
        box-shadow: 0 50px 50px -50px #cfc7d5;
    }
}
@media (min-width: 1460px) {
    .banner-card {
        padding-left: 120px;
        padding-right: 120px;
    }
}
.categories-menu {
    -webkit-transition: background 250ms ease-in-out;
    transition: background 250ms ease-in-out;
    -webkit-transition-delay: 600ms;
    transition-delay: 600ms;
}
.categories-menu .categories-menu-anchor,
.categories-menu .text-white {
    -webkit-transition: color 250ms ease-in-out;
    transition: color 250ms ease-in-out;
    -webkit-transition-delay: 600ms;
    transition-delay: 600ms;
}
.categories-menu .categories-menu-anchor svg {
    -webkit-transition-delay: 600ms;
    transition-delay: 600ms;
}
.categories-menu .categories-menu-collapse-category-wrapper {
    -webkit-transform: translateY(calc(100% - 60px));
    transform: translateY(calc(100% - 60px));
    -webkit-transition-delay: 0ms, 300ms, 0;
    transition-delay: 0ms, 300ms, 0;
}
.categories-menu:hover,
.categories-menu:hover .categories-menu-anchor,
.categories-menu:hover .categories-menu-anchor svg,
.categories-menu:hover .text-white {
    -webkit-transition-delay: 0ms;
    transition-delay: 0ms;
}
.categories-menu:hover {
    background-color: #fff;
}
.categories-menu:hover .text-white {
    color: #afa2ba !important;
}
.categories-menu.collapse-menu-opened {
    background-color: #fff;
}
.categories-menu.collapse-menu-opened,
.categories-menu.collapse-menu-opened .categories-menu-anchor,
.categories-menu.collapse-menu-opened .categories-menu-anchor svg,
.categories-menu.collapse-menu-opened .text-white {
    -webkit-transition-delay: 0ms;
    transition-delay: 0ms;
}
.categories-menu.collapse-menu-opened
    .categories-menu-collapse-category-wrapper {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transform: translateY(calc(100% - 1px));
    transform: translateY(calc(100% - 1px));
}
.categories-menu.collapse-menu-opened .text-white {
    color: #afa2ba !important;
}
.menu-header.is-inverted {
    border-color: rgba(255, 255, 255, 0.25);
}
.categories-menu.is-inverted .categories-menu-anchors {
    border-bottom-color: rgba(255, 255, 255, 0.25);
}
.menu-header.is-inverted .menu-header-actions .menu-header-action {
    border-right-color: rgba(255, 255, 255, 0.25);
}
@media (max-width: 768px) {
    .pattern {
        height: 50vw;
    }
}
@media (min-width: 769px) and (max-width: 989px) {
    .pattern {
        height: 262px;
    }
}
