/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}
body {
    margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}
audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}
audio:not([controls]) {
    display: none;
    height: 0;
}
[hidden],
template {
    display: none;
}
a {
    background-color: transparent;
}
a:active,
a:hover {
    outline: 0;
}
abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
}
b,
strong {
    font-weight: 700;
}
dfn {
    font-style: italic;
}
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}
mark {
    background: #ff0;
    color: #000;
}
small {
    font-size: 80%;
}
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sup {
    top: -0.5em;
}
sub {
    bottom: -0.25em;
}
img {
    border: 0;
}
svg:not(:root) {
    overflow: hidden;
}
figure {
    margin: 1em 40px;
}
hr {
    box-sizing: content-box;
    height: 0;
}
pre {
    overflow: auto;
}
code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}
button {
    overflow: visible;
}
button,
select {
    text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}
button[disabled],
html input[disabled] {
    cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}
input {
    line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}
input[type="search"] {
    -webkit-appearance: textfield;
    box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}
legend {
    border: 0;
    padding: 0;
}
textarea {
    overflow: auto;
}
optgroup {
    font-weight: 700;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
td,
th {
    padding: 0;
} /*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
    *,
    :after,
    :before {
        color: #000 !important;
        text-shadow: none !important;
        background: 0 0 !important;
        box-shadow: none !important;
    }
    a,
    a:visited {
        text-decoration: underline;
    }
    a[href]:after {
        content: " (" attr(href) ")";
    }
    abbr[title]:after {
        content: " (" attr(title) ")";
    }
    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }
    blockquote,
    pre {
        border: 1px solid #999;
        page-break-inside: avoid;
    }
    thead {
        display: table-header-group;
    }
    img,
    tr {
        page-break-inside: avoid;
    }
    img {
        max-width: 100% !important;
    }
    h2,
    h3,
    p {
        orphans: 3;
        widows: 3;
    }
    h2,
    h3 {
        page-break-after: avoid;
    }
    .navbar {
        display: none;
    }
    .btn > .caret,
    .dropup > .btn > .caret {
        border-top-color: #000 !important;
    }
    .label {
        border: 1px solid #000;
    }
    .table {
        border-collapse: collapse !important;
    }
    .table td,
    .table th {
        background-color: #fff !important;
    }
    .table-bordered td,
    .table-bordered th {
        border: 1px solid #ddd !important;
    }
}
* {
    box-sizing: border-box;
}
:after,
:before {
    box-sizing: border-box;
}
html {
    font-size: 10px;
    -webkit-tap-highlight-color: transparent;
}
body {
    font-family: "Titillium Web", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.5;
    color: #5a5b62;
    background-color: #fff;
}
button,
input,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
a {
    color: #be2929;
    text-decoration: none;
}
a:focus,
a:hover {
    color: #990f0f;
    text-decoration: underline;
}
a:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}
figure {
    margin: 0;
}
img {
    vertical-align: middle;
}
.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}
.img-rounded {
    border-radius: 0;
}
.img-thumbnail {
    padding: 4px;
    line-height: 1.5;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 0;
    transition: all 0.2s ease-in-out;
    display: inline-block;
    max-width: 100%;
    height: auto;
}
.img-circle {
    border-radius: 50%;
}
hr {
    margin-top: 21px;
    margin-bottom: 21px;
    border: 0;
    border-top: 1px solid #e2e2e7;
}
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto;
}
[role="button"] {
    cursor: pointer;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: inherit;
    font-weight: 700;
    line-height: 1.2;
    color: #1a1a1c;
}
.h1 .small,
.h1 small,
.h2 .small,
.h2 small,
.h3 .small,
.h3 small,
.h4 .small,
.h4 small,
.h5 .small,
.h5 small,
.h6 .small,
.h6 small,
h1 .small,
h1 small,
h2 .small,
h2 small,
h3 .small,
h3 small,
h4 .small,
h4 small,
h5 .small,
h5 small,
h6 .small,
h6 small {
    font-weight: 400;
    line-height: 1;
    color: #e2e2e7;
}
.h1,
.h2,
.h3,
h1,
h2,
h3 {
    margin-top: 21px;
    margin-bottom: 10.5px;
}
.h1 .small,
.h1 small,
.h2 .small,
.h2 small,
.h3 .small,
.h3 small,
h1 .small,
h1 small,
h2 .small,
h2 small,
h3 .small,
h3 small {
    font-size: 65%;
}
.h4,
.h5,
.h6,
h4,
h5,
h6 {
    margin-top: 10.5px;
    margin-bottom: 10.5px;
}
.h4 .small,
.h4 small,
.h5 .small,
.h5 small,
.h6 .small,
.h6 small,
h4 .small,
h4 small,
h5 .small,
h5 small,
h6 .small,
h6 small {
    font-size: 75%;
}
.h1,
h1 {
    font-size: 48px;
}
.h2,
h2 {
    font-size: 36px;
}
.h3,
h3 {
    font-size: 28px;
}
.h4,
h4 {
    font-size: 24px;
}
.h5,
h5 {
    font-size: 20px;
}
.h6,
h6 {
    font-size: 16px;
}
p {
    margin: 0 0 10.5px;
}
.lead {
    margin-bottom: 21px;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.4;
}
@media (min-width: 768px) {
    .lead {
        font-size: 21px;
    }
}
.small,
small {
    font-size: 85%;
}
.mark,
mark {
    padding: 0.2em;
    background-color: #fcf8e3;
}
.text-left {
    text-align: left;
}
.text-right {
    text-align: right;
}
.text-center {
    text-align: center;
}
.text-justify {
    text-align: justify;
}
.text-nowrap {
    white-space: nowrap;
}
.text-lowercase {
    text-transform: lowercase;
}
.text-uppercase {
    text-transform: uppercase;
}
.text-capitalize {
    text-transform: capitalize;
}
.text-muted {
    color: #85868f;
}
.text-primary {
    color: #be2929;
}
a.text-primary:focus,
a.text-primary:hover {
    color: #942020;
}
.text-success {
    color: #3c763d;
}
a.text-success:focus,
a.text-success:hover {
    color: #2b542c;
}
.text-info {
    color: #31708f;
}
a.text-info:focus,
a.text-info:hover {
    color: #245269;
}
.text-warning {
    color: #8a6d3b;
}
a.text-warning:focus,
a.text-warning:hover {
    color: #66512c;
}
.text-danger {
    color: #a94442;
}
a.text-danger:focus,
a.text-danger:hover {
    color: #843534;
}
.bg-primary {
    color: #fff;
    background-color: #be2929;
}
a.bg-primary:focus,
a.bg-primary:hover {
    background-color: #942020;
}
.bg-success {
    background-color: #dff0d8;
}
a.bg-success:focus,
a.bg-success:hover {
    background-color: #c1e2b3;
}
.bg-info {
    background-color: #d9edf7;
}
a.bg-info:focus,
a.bg-info:hover {
    background-color: #afd9ee;
}
.bg-warning {
    background-color: #fcf8e3;
}
a.bg-warning:focus,
a.bg-warning:hover {
    background-color: #f7ecb5;
}
.bg-danger {
    background-color: #f2dede;
}
a.bg-danger:focus,
a.bg-danger:hover {
    background-color: #e4b9b9;
}
.page-header {
    padding-bottom: 9.5px;
    margin: 42px 0 21px;
    border-bottom: 1px solid #f6f6f6;
}
ol,
ul {
    margin-top: 0;
    margin-bottom: 10.5px;
}
ol ol,
ol ul,
ul ol,
ul ul {
    margin-bottom: 0;
}
.list-unstyled {
    padding-left: 0;
    list-style: none;
}
.list-inline {
    padding-left: 0;
    list-style: none;
    margin-left: -5px;
}
.list-inline > li {
    display: inline-block;
    padding-right: 5px;
    padding-left: 5px;
}
dl {
    margin-top: 0;
    margin-bottom: 21px;
}
dd,
dt {
    line-height: 1.5;
}
dt {
    font-weight: 700;
}
dd {
    margin-left: 0;
}
@media (min-width: 768px) {
    .dl-horizontal dt {
        float: left;
        width: 160px;
        clear: left;
        text-align: right;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .dl-horizontal dd {
        margin-left: 180px;
    }
}
abbr[data-original-title],
abbr[title] {
    cursor: help;
}
.initialism {
    font-size: 90%;
    text-transform: uppercase;
}
blockquote {
    padding: 10.5px 21px;
    margin: 0 0 21px;
    font-size: 17.5px;
    border-left: 5px solid #f6f6f6;
}
blockquote ol:last-child,
blockquote p:last-child,
blockquote ul:last-child {
    margin-bottom: 0;
}
blockquote .small,
blockquote footer,
blockquote small {
    display: block;
    font-size: 80%;
    line-height: 1.5;
    color: #e2e2e7;
}
blockquote .small:before,
blockquote footer:before,
blockquote small:before {
    content: "\2014 \00A0";
}
.blockquote-reverse,
blockquote.pull-right {
    padding-right: 15px;
    padding-left: 0;
    text-align: right;
    border-right: 5px solid #f6f6f6;
    border-left: 0;
}
.blockquote-reverse .small:before,
.blockquote-reverse footer:before,
.blockquote-reverse small:before,
blockquote.pull-right .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before {
    content: "";
}
.blockquote-reverse .small:after,
.blockquote-reverse footer:after,
.blockquote-reverse small:after,
blockquote.pull-right .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after {
    content: "\00A0 \2014";
}
address {
    margin-bottom: 21px;
    font-style: normal;
    line-height: 1.5;
}
.container {
    padding-right: 16px;
    padding-left: 16px;
    margin-right: auto;
    margin-left: auto;
}
@media (min-width: 768px) {
    .container {
        width: 752px;
    }
}
@media (min-width: 992px) {
    .container {
        width: 972px;
    }
}
@media (min-width: 1280px) {
    .container {
        width: 1172px;
    }
}
.container-fluid {
    padding-right: 16px;
    padding-left: 16px;
    margin-right: auto;
    margin-left: auto;
}
.row {
    margin-right: -16px;
    margin-left: -16px;
}
.row-no-gutters {
    margin-right: 0;
    margin-left: 0;
}
.row-no-gutters [class*="col-"] {
    padding-right: 0;
    padding-left: 0;
}
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.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-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.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-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.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-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
    position: relative;
    min-height: 1px;
    padding-right: 16px;
    padding-left: 16px;
}
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
    float: left;
}
.col-xs-12 {
    width: 100%;
}
.col-xs-11 {
    width: 91.66666667%;
}
.col-xs-10 {
    width: 83.33333333%;
}
.col-xs-9 {
    width: 75%;
}
.col-xs-8 {
    width: 66.66666667%;
}
.col-xs-7 {
    width: 58.33333333%;
}
.col-xs-6 {
    width: 50%;
}
.col-xs-5 {
    width: 41.66666667%;
}
.col-xs-4 {
    width: 33.33333333%;
}
.col-xs-3 {
    width: 25%;
}
.col-xs-2 {
    width: 16.66666667%;
}
.col-xs-1 {
    width: 8.33333333%;
}
.col-xs-pull-12 {
    right: 100%;
}
.col-xs-pull-11 {
    right: 91.66666667%;
}
.col-xs-pull-10 {
    right: 83.33333333%;
}
.col-xs-pull-9 {
    right: 75%;
}
.col-xs-pull-8 {
    right: 66.66666667%;
}
.col-xs-pull-7 {
    right: 58.33333333%;
}
.col-xs-pull-6 {
    right: 50%;
}
.col-xs-pull-5 {
    right: 41.66666667%;
}
.col-xs-pull-4 {
    right: 33.33333333%;
}
.col-xs-pull-3 {
    right: 25%;
}
.col-xs-pull-2 {
    right: 16.66666667%;
}
.col-xs-pull-1 {
    right: 8.33333333%;
}
.col-xs-pull-0 {
    right: auto;
}
.col-xs-push-12 {
    left: 100%;
}
.col-xs-push-11 {
    left: 91.66666667%;
}
.col-xs-push-10 {
    left: 83.33333333%;
}
.col-xs-push-9 {
    left: 75%;
}
.col-xs-push-8 {
    left: 66.66666667%;
}
.col-xs-push-7 {
    left: 58.33333333%;
}
.col-xs-push-6 {
    left: 50%;
}
.col-xs-push-5 {
    left: 41.66666667%;
}
.col-xs-push-4 {
    left: 33.33333333%;
}
.col-xs-push-3 {
    left: 25%;
}
.col-xs-push-2 {
    left: 16.66666667%;
}
.col-xs-push-1 {
    left: 8.33333333%;
}
.col-xs-push-0 {
    left: auto;
}
.col-xs-offset-12 {
    margin-left: 100%;
}
.col-xs-offset-11 {
    margin-left: 91.66666667%;
}
.col-xs-offset-10 {
    margin-left: 83.33333333%;
}
.col-xs-offset-9 {
    margin-left: 75%;
}
.col-xs-offset-8 {
    margin-left: 66.66666667%;
}
.col-xs-offset-7 {
    margin-left: 58.33333333%;
}
.col-xs-offset-6 {
    margin-left: 50%;
}
.col-xs-offset-5 {
    margin-left: 41.66666667%;
}
.col-xs-offset-4 {
    margin-left: 33.33333333%;
}
.col-xs-offset-3 {
    margin-left: 25%;
}
.col-xs-offset-2 {
    margin-left: 16.66666667%;
}
.col-xs-offset-1 {
    margin-left: 8.33333333%;
}
.col-xs-offset-0 {
    margin-left: 0;
}
@media (min-width: 768px) {
    .col-sm-1,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9 {
        float: left;
    }
    .col-sm-12 {
        width: 100%;
    }
    .col-sm-11 {
        width: 91.66666667%;
    }
    .col-sm-10 {
        width: 83.33333333%;
    }
    .col-sm-9 {
        width: 75%;
    }
    .col-sm-8 {
        width: 66.66666667%;
    }
    .col-sm-7 {
        width: 58.33333333%;
    }
    .col-sm-6 {
        width: 50%;
    }
    .col-sm-5 {
        width: 41.66666667%;
    }
    .col-sm-4 {
        width: 33.33333333%;
    }
    .col-sm-3 {
        width: 25%;
    }
    .col-sm-2 {
        width: 16.66666667%;
    }
    .col-sm-1 {
        width: 8.33333333%;
    }
    .col-sm-pull-12 {
        right: 100%;
    }
    .col-sm-pull-11 {
        right: 91.66666667%;
    }
    .col-sm-pull-10 {
        right: 83.33333333%;
    }
    .col-sm-pull-9 {
        right: 75%;
    }
    .col-sm-pull-8 {
        right: 66.66666667%;
    }
    .col-sm-pull-7 {
        right: 58.33333333%;
    }
    .col-sm-pull-6 {
        right: 50%;
    }
    .col-sm-pull-5 {
        right: 41.66666667%;
    }
    .col-sm-pull-4 {
        right: 33.33333333%;
    }
    .col-sm-pull-3 {
        right: 25%;
    }
    .col-sm-pull-2 {
        right: 16.66666667%;
    }
    .col-sm-pull-1 {
        right: 8.33333333%;
    }
    .col-sm-pull-0 {
        right: auto;
    }
    .col-sm-push-12 {
        left: 100%;
    }
    .col-sm-push-11 {
        left: 91.66666667%;
    }
    .col-sm-push-10 {
        left: 83.33333333%;
    }
    .col-sm-push-9 {
        left: 75%;
    }
    .col-sm-push-8 {
        left: 66.66666667%;
    }
    .col-sm-push-7 {
        left: 58.33333333%;
    }
    .col-sm-push-6 {
        left: 50%;
    }
    .col-sm-push-5 {
        left: 41.66666667%;
    }
    .col-sm-push-4 {
        left: 33.33333333%;
    }
    .col-sm-push-3 {
        left: 25%;
    }
    .col-sm-push-2 {
        left: 16.66666667%;
    }
    .col-sm-push-1 {
        left: 8.33333333%;
    }
    .col-sm-push-0 {
        left: auto;
    }
    .col-sm-offset-12 {
        margin-left: 100%;
    }
    .col-sm-offset-11 {
        margin-left: 91.66666667%;
    }
    .col-sm-offset-10 {
        margin-left: 83.33333333%;
    }
    .col-sm-offset-9 {
        margin-left: 75%;
    }
    .col-sm-offset-8 {
        margin-left: 66.66666667%;
    }
    .col-sm-offset-7 {
        margin-left: 58.33333333%;
    }
    .col-sm-offset-6 {
        margin-left: 50%;
    }
    .col-sm-offset-5 {
        margin-left: 41.66666667%;
    }
    .col-sm-offset-4 {
        margin-left: 33.33333333%;
    }
    .col-sm-offset-3 {
        margin-left: 25%;
    }
    .col-sm-offset-2 {
        margin-left: 16.66666667%;
    }
    .col-sm-offset-1 {
        margin-left: 8.33333333%;
    }
    .col-sm-offset-0 {
        margin-left: 0;
    }
}
@media (min-width: 992px) {
    .col-md-1,
    .col-md-10,
    .col-md-11,
    .col-md-12,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9 {
        float: left;
    }
    .col-md-12 {
        width: 100%;
    }
    .col-md-11 {
        width: 91.66666667%;
    }
    .col-md-10 {
        width: 83.33333333%;
    }
    .col-md-9 {
        width: 75%;
    }
    .col-md-8 {
        width: 66.66666667%;
    }
    .col-md-7 {
        width: 58.33333333%;
    }
    .col-md-6 {
        width: 50%;
    }
    .col-md-5 {
        width: 41.66666667%;
    }
    .col-md-4 {
        width: 33.33333333%;
    }
    .col-md-3 {
        width: 25%;
    }
    .col-md-2 {
        width: 16.66666667%;
    }
    .col-md-1 {
        width: 8.33333333%;
    }
    .col-md-pull-12 {
        right: 100%;
    }
    .col-md-pull-11 {
        right: 91.66666667%;
    }
    .col-md-pull-10 {
        right: 83.33333333%;
    }
    .col-md-pull-9 {
        right: 75%;
    }
    .col-md-pull-8 {
        right: 66.66666667%;
    }
    .col-md-pull-7 {
        right: 58.33333333%;
    }
    .col-md-pull-6 {
        right: 50%;
    }
    .col-md-pull-5 {
        right: 41.66666667%;
    }
    .col-md-pull-4 {
        right: 33.33333333%;
    }
    .col-md-pull-3 {
        right: 25%;
    }
    .col-md-pull-2 {
        right: 16.66666667%;
    }
    .col-md-pull-1 {
        right: 8.33333333%;
    }
    .col-md-pull-0 {
        right: auto;
    }
    .col-md-push-12 {
        left: 100%;
    }
    .col-md-push-11 {
        left: 91.66666667%;
    }
    .col-md-push-10 {
        left: 83.33333333%;
    }
    .col-md-push-9 {
        left: 75%;
    }
    .col-md-push-8 {
        left: 66.66666667%;
    }
    .col-md-push-7 {
        left: 58.33333333%;
    }
    .col-md-push-6 {
        left: 50%;
    }
    .col-md-push-5 {
        left: 41.66666667%;
    }
    .col-md-push-4 {
        left: 33.33333333%;
    }
    .col-md-push-3 {
        left: 25%;
    }
    .col-md-push-2 {
        left: 16.66666667%;
    }
    .col-md-push-1 {
        left: 8.33333333%;
    }
    .col-md-push-0 {
        left: auto;
    }
    .col-md-offset-12 {
        margin-left: 100%;
    }
    .col-md-offset-11 {
        margin-left: 91.66666667%;
    }
    .col-md-offset-10 {
        margin-left: 83.33333333%;
    }
    .col-md-offset-9 {
        margin-left: 75%;
    }
    .col-md-offset-8 {
        margin-left: 66.66666667%;
    }
    .col-md-offset-7 {
        margin-left: 58.33333333%;
    }
    .col-md-offset-6 {
        margin-left: 50%;
    }
    .col-md-offset-5 {
        margin-left: 41.66666667%;
    }
    .col-md-offset-4 {
        margin-left: 33.33333333%;
    }
    .col-md-offset-3 {
        margin-left: 25%;
    }
    .col-md-offset-2 {
        margin-left: 16.66666667%;
    }
    .col-md-offset-1 {
        margin-left: 8.33333333%;
    }
    .col-md-offset-0 {
        margin-left: 0;
    }
}
@media (min-width: 1280px) {
    .col-lg-1,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9 {
        float: left;
    }
    .col-lg-12 {
        width: 100%;
    }
    .col-lg-11 {
        width: 91.66666667%;
    }
    .col-lg-10 {
        width: 83.33333333%;
    }
    .col-lg-9 {
        width: 75%;
    }
    .col-lg-8 {
        width: 66.66666667%;
    }
    .col-lg-7 {
        width: 58.33333333%;
    }
    .col-lg-6 {
        width: 50%;
    }
    .col-lg-5 {
        width: 41.66666667%;
    }
    .col-lg-4 {
        width: 33.33333333%;
    }
    .col-lg-3 {
        width: 25%;
    }
    .col-lg-2 {
        width: 16.66666667%;
    }
    .col-lg-1 {
        width: 8.33333333%;
    }
    .col-lg-pull-12 {
        right: 100%;
    }
    .col-lg-pull-11 {
        right: 91.66666667%;
    }
    .col-lg-pull-10 {
        right: 83.33333333%;
    }
    .col-lg-pull-9 {
        right: 75%;
    }
    .col-lg-pull-8 {
        right: 66.66666667%;
    }
    .col-lg-pull-7 {
        right: 58.33333333%;
    }
    .col-lg-pull-6 {
        right: 50%;
    }
    .col-lg-pull-5 {
        right: 41.66666667%;
    }
    .col-lg-pull-4 {
        right: 33.33333333%;
    }
    .col-lg-pull-3 {
        right: 25%;
    }
    .col-lg-pull-2 {
        right: 16.66666667%;
    }
    .col-lg-pull-1 {
        right: 8.33333333%;
    }
    .col-lg-pull-0 {
        right: auto;
    }
    .col-lg-push-12 {
        left: 100%;
    }
    .col-lg-push-11 {
        left: 91.66666667%;
    }
    .col-lg-push-10 {
        left: 83.33333333%;
    }
    .col-lg-push-9 {
        left: 75%;
    }
    .col-lg-push-8 {
        left: 66.66666667%;
    }
    .col-lg-push-7 {
        left: 58.33333333%;
    }
    .col-lg-push-6 {
        left: 50%;
    }
    .col-lg-push-5 {
        left: 41.66666667%;
    }
    .col-lg-push-4 {
        left: 33.33333333%;
    }
    .col-lg-push-3 {
        left: 25%;
    }
    .col-lg-push-2 {
        left: 16.66666667%;
    }
    .col-lg-push-1 {
        left: 8.33333333%;
    }
    .col-lg-push-0 {
        left: auto;
    }
    .col-lg-offset-12 {
        margin-left: 100%;
    }
    .col-lg-offset-11 {
        margin-left: 91.66666667%;
    }
    .col-lg-offset-10 {
        margin-left: 83.33333333%;
    }
    .col-lg-offset-9 {
        margin-left: 75%;
    }
    .col-lg-offset-8 {
        margin-left: 66.66666667%;
    }
    .col-lg-offset-7 {
        margin-left: 58.33333333%;
    }
    .col-lg-offset-6 {
        margin-left: 50%;
    }
    .col-lg-offset-5 {
        margin-left: 41.66666667%;
    }
    .col-lg-offset-4 {
        margin-left: 33.33333333%;
    }
    .col-lg-offset-3 {
        margin-left: 25%;
    }
    .col-lg-offset-2 {
        margin-left: 16.66666667%;
    }
    .col-lg-offset-1 {
        margin-left: 8.33333333%;
    }
    .col-lg-offset-0 {
        margin-left: 0;
    }
}
fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0;
}
legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 21px;
    font-size: 21px;
    line-height: inherit;
    color: #85868f;
    border: 0;
    border-bottom: 1px solid #e5e5e5;
}
label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
}
input[type="search"] {
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
input[type="checkbox"],
input[type="radio"] {
    margin: 4px 0 0;
    line-height: normal;
}
fieldset[disabled] input[type="checkbox"],
fieldset[disabled] input[type="radio"],
input[type="checkbox"].disabled,
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="radio"][disabled] {
    cursor: not-allowed;
}
input[type="file"] {
    display: block;
}
input[type="range"] {
    display: block;
    width: 100%;
}
select[multiple],
select[size] {
    height: auto;
}
input[type="checkbox"]:focus,
input[type="file"]:focus,
input[type="radio"]:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}
output {
    display: block;
    padding-top: 13px;
    font-size: 14px;
    line-height: 1.5;
    color: #c2c2cb;
}
.form-control {
    display: block;
    width: 100%;
    height: 47px;
    padding: 12px 12px;
    font-size: 14px;
    line-height: 1.5;
    color: #c2c2cb;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 0;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.form-control:focus {
    border-color: #66afe9;
    outline: 0;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
    color: #999;
    opacity: 1;
}
.form-control:-ms-input-placeholder {
    color: #999;
}
.form-control::-webkit-input-placeholder {
    color: #999;
}
.form-control::-ms-expand {
    background-color: transparent;
    border: 0;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
    background-color: #f6f6f6;
    opacity: 1;
}
.form-control[disabled],
fieldset[disabled] .form-control {
    cursor: not-allowed;
}
textarea.form-control {
    height: auto;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
    input[type="date"].form-control,
    input[type="datetime-local"].form-control,
    input[type="month"].form-control,
    input[type="time"].form-control {
        line-height: 47px;
    }
    .input-group-sm input[type="date"],
    .input-group-sm input[type="datetime-local"],
    .input-group-sm input[type="month"],
    .input-group-sm input[type="time"],
    input[type="date"].input-sm,
    input[type="datetime-local"].input-sm,
    input[type="month"].input-sm,
    input[type="time"].input-sm {
        line-height: 30px;
    }
    .input-group-lg input[type="date"],
    .input-group-lg input[type="datetime-local"],
    .input-group-lg input[type="month"],
    .input-group-lg input[type="time"],
    input[type="date"].input-lg,
    input[type="datetime-local"].input-lg,
    input[type="month"].input-lg,
    input[type="time"].input-lg {
        line-height: 52px;
    }
}
.form-group {
    margin-bottom: 15px;
}
.checkbox,
.radio {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
}
.checkbox.disabled label,
.radio.disabled label,
fieldset[disabled] .checkbox label,
fieldset[disabled] .radio label {
    cursor: not-allowed;
}
.checkbox label,
.radio label {
    min-height: 21px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: 400;
    cursor: pointer;
}
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"],
.radio input[type="radio"],
.radio-inline input[type="radio"] {
    position: absolute;
    margin-left: -20px;
}
.checkbox + .checkbox,
.radio + .radio {
    margin-top: -5px;
}
.checkbox-inline,
.radio-inline {
    position: relative;
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: 400;
    vertical-align: middle;
    cursor: pointer;
}
.checkbox-inline.disabled,
.radio-inline.disabled,
fieldset[disabled] .checkbox-inline,
fieldset[disabled] .radio-inline {
    cursor: not-allowed;
}
.checkbox-inline + .checkbox-inline,
.radio-inline + .radio-inline {
    margin-top: 0;
    margin-left: 10px;
}
.form-control-static {
    min-height: 35px;
    padding-top: 13px;
    padding-bottom: 13px;
    margin-bottom: 0;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
    padding-right: 0;
    padding-left: 0;
}
.input-sm {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 0;
}
select.input-sm {
    height: 30px;
    line-height: 30px;
}
select[multiple].input-sm,
textarea.input-sm {
    height: auto;
}
.form-group-sm .form-control {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 0;
}
.form-group-sm select.form-control {
    height: 30px;
    line-height: 30px;
}
.form-group-sm select[multiple].form-control,
.form-group-sm textarea.form-control {
    height: auto;
}
.form-group-sm .form-control-static {
    height: 30px;
    min-height: 33px;
    padding: 6px 10px;
    font-size: 12px;
    line-height: 1.5;
}
.input-lg {
    height: 52px;
    padding: 14px 16px;
    font-size: 16px;
    line-height: 1.3333333;
    border-radius: 0;
}
select.input-lg {
    height: 52px;
    line-height: 52px;
}
select[multiple].input-lg,
textarea.input-lg {
    height: auto;
}
.form-group-lg .form-control {
    height: 52px;
    padding: 14px 16px;
    font-size: 16px;
    line-height: 1.3333333;
    border-radius: 0;
}
.form-group-lg select.form-control {
    height: 52px;
    line-height: 52px;
}
.form-group-lg select[multiple].form-control,
.form-group-lg textarea.form-control {
    height: auto;
}
.form-group-lg .form-control-static {
    height: 52px;
    min-height: 37px;
    padding: 15px 16px;
    font-size: 16px;
    line-height: 1.3333333;
}
.has-feedback {
    position: relative;
}
.has-feedback .form-control {
    padding-right: 58.75px;
}
.form-control-feedback {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    display: block;
    width: 47px;
    height: 47px;
    line-height: 47px;
    text-align: center;
    pointer-events: none;
}
.form-group-lg .form-control + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.input-lg + .form-control-feedback {
    width: 52px;
    height: 52px;
    line-height: 52px;
}
.form-group-sm .form-control + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.input-sm + .form-control-feedback {
    width: 30px;
    height: 30px;
    line-height: 30px;
}
.has-success .checkbox,
.has-success .checkbox-inline,
.has-success .control-label,
.has-success .help-block,
.has-success .radio,
.has-success .radio-inline,
.has-success.checkbox label,
.has-success.checkbox-inline label,
.has-success.radio label,
.has-success.radio-inline label {
    color: #3c763d;
}
.has-success .form-control {
    border-color: #3c763d;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
    border-color: #2b542c;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #3c763d;
}
.has-success .form-control-feedback {
    color: #3c763d;
}
.has-warning .checkbox,
.has-warning .checkbox-inline,
.has-warning .control-label,
.has-warning .help-block,
.has-warning .radio,
.has-warning .radio-inline,
.has-warning.checkbox label,
.has-warning.checkbox-inline label,
.has-warning.radio label,
.has-warning.radio-inline label {
    color: #8a6d3b;
}
.has-warning .form-control {
    border-color: #8a6d3b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
    border-color: #66512c;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #8a6d3b;
}
.has-warning .form-control-feedback {
    color: #8a6d3b;
}
.has-error .checkbox,
.has-error .checkbox-inline,
.has-error .control-label,
.has-error .help-block,
.has-error .radio,
.has-error .radio-inline,
.has-error.checkbox label,
.has-error.checkbox-inline label,
.has-error.radio label,
.has-error.radio-inline label {
    color: #a94442;
}
.has-error .form-control {
    border-color: #a94442;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
    border-color: #843534;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
    color: #a94442;
    background-color: #f2dede;
    border-color: #a94442;
}
.has-error .form-control-feedback {
    color: #a94442;
}
.has-feedback label ~ .form-control-feedback {
    top: 26px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
    top: 0;
}
.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #9a9ba2;
}
@media (min-width: 768px) {
    .form-inline .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle;
    }
    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }
    .form-inline .form-control-static {
        display: inline-block;
    }
    .form-inline .input-group {
        display: inline-table;
        vertical-align: middle;
    }
    .form-inline .input-group .form-control,
    .form-inline .input-group .input-group-addon,
    .form-inline .input-group .input-group-btn {
        width: auto;
    }
    .form-inline .input-group > .form-control {
        width: 100%;
    }
    .form-inline .control-label {
        margin-bottom: 0;
        vertical-align: middle;
    }
    .form-inline .checkbox,
    .form-inline .radio {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle;
    }
    .form-inline .checkbox label,
    .form-inline .radio label {
        padding-left: 0;
    }
    .form-inline .checkbox input[type="checkbox"],
    .form-inline .radio input[type="radio"] {
        position: relative;
        margin-left: 0;
    }
    .form-inline .has-feedback .form-control-feedback {
        top: 0;
    }
}
.form-horizontal .checkbox,
.form-horizontal .checkbox-inline,
.form-horizontal .radio,
.form-horizontal .radio-inline {
    padding-top: 13px;
    margin-top: 0;
    margin-bottom: 0;
}
.form-horizontal .checkbox,
.form-horizontal .radio {
    min-height: 34px;
}
.form-horizontal .form-group {
    margin-right: -16px;
    margin-left: -16px;
}
@media (min-width: 768px) {
    .form-horizontal .control-label {
        padding-top: 13px;
        margin-bottom: 0;
        text-align: right;
    }
}
.form-horizontal .has-feedback .form-control-feedback {
    right: 16px;
}
@media (min-width: 768px) {
    .form-horizontal .form-group-lg .control-label {
        padding-top: 15px;
        font-size: 16px;
    }
}
@media (min-width: 768px) {
    .form-horizontal .form-group-sm .control-label {
        padding-top: 6px;
        font-size: 12px;
    }
}
.fade {
    opacity: 0;
    transition: opacity 0.15s linear;
}
.fade.in {
    opacity: 1;
}
.collapse {
    display: none;
}
.collapse.in {
    display: block;
}
tr.collapse.in {
    display: table-row;
}
tbody.collapse.in {
    display: table-row-group;
}
.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    transition-property: height, visibility;
    transition-duration: 0.35s;
    transition-timing-function: ease;
}
.breadcrumb {
    padding: 0 0;
    margin-bottom: 21px;
    list-style: none;
    background-color: transparent;
    border-radius: 0;
}
.breadcrumb > li {
    display: inline-block;
}
.breadcrumb > li + li:before {
    padding: 0 5px;
    color: #85868f;
    content: "/\00a0";
}
.breadcrumb > .active {
    color: #85868f;
}
.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive embed,
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
.embed-responsive-16by9 {
    padding-bottom: 56.25%;
}
.embed-responsive-4by3 {
    padding-bottom: 75%;
}
.modal-open {
    overflow: hidden;
}
.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}
.modal.fade .modal-dialog {
    -webkit-transform: translate(0, -25%);
    transform: translate(0, -25%);
    transition: -webkit-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}
.modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}
.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}
.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px;
}
.modal-content {
    position: relative;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid transparent;
    border-radius: 0;
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    outline: 0;
}
.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.in {
    opacity: 0.5;
}
.modal-header {
    padding: 0;
    border-bottom: 1px solid transparent;
}
.modal-header .close {
    margin-top: -2px;
}
.modal-title {
    margin: 0;
    line-height: 1.5;
}
.modal-body {
    position: relative;
    padding: 32px;
}
.modal-footer {
    padding: 32px;
    text-align: right;
    border-top: 1px solid transparent;
}
.modal-footer .btn + .btn {
    margin-bottom: 0;
    margin-left: 5px;
}
.modal-footer .btn-group .btn + .btn {
    margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
    margin-left: 0;
}
.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}
@media (min-width: 768px) {
    .modal-dialog {
        width: 600px;
        margin: 30px auto;
    }
    .modal-content {
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    }
    .modal-sm {
        width: 300px;
    }
}
@media (min-width: 992px) {
    .modal-lg {
        width: 800px;
    }
}
.clearfix:after,
.clearfix:before,
.container-fluid:after,
.container-fluid:before,
.container:after,
.container:before,
.dl-horizontal dd:after,
.dl-horizontal dd:before,
.flex-list--col:after,
.flex-list--col:before,
.form-horizontal .form-group:after,
.form-horizontal .form-group:before,
.modal-footer:after,
.modal-footer:before,
.modal-header:after,
.modal-header:before,
.row:after,
.row:before {
    display: table;
    content: " ";
}
.clearfix:after,
.container-fluid:after,
.container:after,
.dl-horizontal dd:after,
.flex-list--col:after,
.form-horizontal .form-group:after,
.modal-footer:after,
.modal-header:after,
.row:after {
    clear: both;
}
.center-block {
    display: block;
    margin-right: auto;
    margin-left: auto;
}
.pull-right {
    float: right !important;
}
.pull-left {
    float: left !important;
}
.hide {
    display: none !important;
}
.show {
    display: block !important;
}
.invisible {
    visibility: hidden;
}
.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}
.hidden {
    display: none !important;
}
.affix {
    position: fixed;
}
@-ms-viewport {
    width: device-width;
}
.visible-lg,
.visible-md,
.visible-sm,
.visible-xs {
    display: none !important;
}
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block {
    display: none !important;
}
@media (max-width: 767px) {
    .visible-xs {
        display: block !important;
    }
    table.visible-xs {
        display: table !important;
    }
    tr.visible-xs {
        display: table-row !important;
    }
    td.visible-xs,
    th.visible-xs {
        display: table-cell !important;
    }
}
@media (max-width: 767px) {
    .visible-xs-block {
        display: block !important;
    }
}
@media (max-width: 767px) {
    .visible-xs-inline {
        display: inline !important;
    }
}
@media (max-width: 767px) {
    .visible-xs-inline-block {
        display: inline-block !important;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm {
        display: block !important;
    }
    table.visible-sm {
        display: table !important;
    }
    tr.visible-sm {
        display: table-row !important;
    }
    td.visible-sm,
    th.visible-sm {
        display: table-cell !important;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-block {
        display: block !important;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-inline {
        display: inline !important;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-inline-block {
        display: inline-block !important;
    }
}
@media (min-width: 992px) and (max-width: 1279px) {
    .visible-md {
        display: block !important;
    }
    table.visible-md {
        display: table !important;
    }
    tr.visible-md {
        display: table-row !important;
    }
    td.visible-md,
    th.visible-md {
        display: table-cell !important;
    }
}
@media (min-width: 992px) and (max-width: 1279px) {
    .visible-md-block {
        display: block !important;
    }
}
@media (min-width: 992px) and (max-width: 1279px) {
    .visible-md-inline {
        display: inline !important;
    }
}
@media (min-width: 992px) and (max-width: 1279px) {
    .visible-md-inline-block {
        display: inline-block !important;
    }
}
@media (min-width: 1280px) {
    .visible-lg {
        display: block !important;
    }
    table.visible-lg {
        display: table !important;
    }
    tr.visible-lg {
        display: table-row !important;
    }
    td.visible-lg,
    th.visible-lg {
        display: table-cell !important;
    }
}
@media (min-width: 1280px) {
    .visible-lg-block {
        display: block !important;
    }
}
@media (min-width: 1280px) {
    .visible-lg-inline {
        display: inline !important;
    }
}
@media (min-width: 1280px) {
    .visible-lg-inline-block {
        display: inline-block !important;
    }
}
@media (max-width: 767px) {
    .hidden-xs {
        display: none !important;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .hidden-sm {
        display: none !important;
    }
}
@media (min-width: 992px) and (max-width: 1279px) {
    .hidden-md {
        display: none !important;
    }
}
@media (min-width: 1280px) {
    .hidden-lg {
        display: none !important;
    }
}
.visible-print {
    display: none !important;
}
@media print {
    .visible-print {
        display: block !important;
    }
    table.visible-print {
        display: table !important;
    }
    tr.visible-print {
        display: table-row !important;
    }
    td.visible-print,
    th.visible-print {
        display: table-cell !important;
    }
}
.visible-print-block {
    display: none !important;
}
@media print {
    .visible-print-block {
        display: block !important;
    }
}
.visible-print-inline {
    display: none !important;
}
@media print {
    .visible-print-inline {
        display: inline !important;
    }
}
.visible-print-inline-block {
    display: none !important;
}
@media print {
    .visible-print-inline-block {
        display: inline-block !important;
    }
}
@media print {
    .hidden-print {
        display: none !important;
    }
}
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0;
}
.slick-list:focus {
    outline: 0;
}
.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}
.slick-slider .slick-list,
.slick-slider .slick-track {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:after,
.slick-track:before {
    content: "";
    display: table;
}
.slick-track:after {
    clear: both;
}
.slick-loading .slick-track {
    visibility: hidden;
}
.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none;
}
[dir="rtl"] .slick-slide {
    float: right;
}
.slick-slide img {
    display: block;
}
.slick-slide.slick-loading img {
    display: none;
}
.slick-slide.dragging img {
    pointer-events: none;
}
.slick-initialized .slick-slide {
    display: block;
}
.slick-loading .slick-slide {
    visibility: hidden;
}
.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
.text-white {
    color: #fff;
}
.bg-white {
    background: #fff;
}
.text-black {
    color: #1a1a1c;
}
.bg-black {
    background: #1a1a1c;
}
.text-gray-darker {
    color: #5a5b62;
}
.bg-gray-darker {
    background: #5a5b62;
}
.text-gray-dark {
    color: #85868f;
}
.bg-gray-dark {
    background: #85868f;
}
.text-gray {
    color: #c2c2cb;
}
.bg-gray {
    background: #c2c2cb;
}
.text-gray-light {
    color: #e2e2e7;
}
.bg-gray-light {
    background: #e2e2e7;
}
.text-gray-lighter {
    color: #f6f6f6;
}
.bg-gray-lighter {
    background: #f6f6f6;
}
.text-red-light {
    color: #f8ddd5;
}
.bg-red-light {
    background: #f8ddd5;
}
.text-red {
    color: #be2929;
}
.bg-red {
    background: #be2929;
}
.text-red-dark {
    color: #990f0f;
}
.bg-red-dark {
    background: #990f0f;
}
.text-green {
    color: #71cc47;
}
.bg-green {
    background: #71cc47;
}
.text-green-dark {
    color: #5bb834;
}
.bg-green-dark {
    background: #5bb834;
}
.full-bg {
    position: relative;
}
.full-bg::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -9999px;
    right: -9999px;
    background: #f6f6f6;
    z-index: 0;
}
.full-bg > * {
    position: relative;
    z-index: 1;
}
.full-bg--left::before {
    right: 0;
}
.full-bg--right::before {
    left: 0;
}
.full-bg--white::before {
    background: #fff;
}
.flex-display {
    display: -ms-flexbox;
    display: flex;
}
.flex-justify-content-between {
    -ms-flex-pack: space-between;
    justify-content: space-between;
}
.flex-align-center {
    -ms-flex-align: center;
    align-items: center;
}
.bg--red {
    background: #be2929;
}
.bg--red,
.bg--red .h1,
.bg--red .h2,
.bg--red .h3,
.bg--red .h4,
.bg--red .h5,
.bg--red .h6,
.bg--red h1,
.bg--red h2,
.bg--red h3,
.bg--red h4,
.bg--red h5,
.bg--red h6 {
    color: #fff;
}
.obfuscate {
    -webkit-filter: blur(4px);
    filter: blur(4px);
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.gradient--white {
    position: relative;
}
.gradient--white::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0, #fff 100%);
    background-repeat: repeat-x;
}
body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
}
.text--large,
.text--large p {
    font-size: 16px;
}
.text--small,
.text--small p {
    font-size: 12px;
}
.breadcrumb,
p,
ul {
    margin-bottom: 16px;
}
hr {
    margin-bottom: 24px;
    margin-top: 24px;
}
.lead {
    font-size: 20px;
}
.text ul {
    list-style-type: none;
    padding-left: 24px;
}
.text ul > li {
    position: relative;
}
.text ul > li::before {
    content: "–";
    display: block;
    position: absolute;
    top: 0;
    left: -16px;
}
.text p + .h1,
.text p + .h2,
.text p + .h3,
.text p + .h4,
.text p + .h5,
.text p + .h6,
.text p + h1,
.text p + h2,
.text p + h3,
.text p + h4,
.text p + h5,
.text p + h6 {
    padding-top: 8px;
}
.text figure {
    margin: 16px 0;
}
.text .caption {
    display: block;
    padding: 8px 0;
    color: #5a5b62;
    font-size: 14px;
}
.text .caption::before {
    content: "– ";
}
.file-size {
    font-size: 12px;
    font-weight: 400;
    color: #5a5b62;
}
.text--bold {
    font-weight: 700 !important;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: 8px;
}
.icon {
    font-size: 24px;
}
.icon--small {
    font-size: 18px;
}
.icon--big {
    font-size: 32px;
}
.icon:before {
    content: "\e918";
}
.icon.icon-hub-scuola-color:before {
    content: none;
}
.list-inline {
    font-size: 0;
}
.list-inline > li {
    font-size: 14px;
}
.pull-right .list-inline,
.text-right .list-inline {
    margin-left: 0;
    margin-right: -5px;
}
.list-inline.abs,
nav .list-inline {
    margin-bottom: 0;
}
.list-inline .list-inline-separator::after {
    content: "";
    display: block;
    border-right: 1px solid #e2e2e7;
    position: absolute;
    right: 0;
    top: 0;
    height: 32px;
}
.list-inline .list-inline-item {
    vertical-align: middle;
    display: inline-block;
    min-height: 32px;
    line-height: 32px;
    margin: 0;
    padding-right: 16px;
    position: relative;
    font-size: 14px;
}
.list-inline .list-inline-item:not(:first-child) {
    padding-left: 16px;
}
@media (min-width: 992px) {
    .list-inline .list-inline-item {
        font-size: 16px;
    }
}
.list-inline.list-inline--small-spacing {
    margin-left: -8px;
}
.list-inline.list-inline--small-spacing .list-inline-item {
    padding-left: 8px;
    padding-right: 8px;
}
.list-inline--brd-btm {
    line-height: 64px;
}
.list-inline--brd-btm .list-inline-item {
    height: 64px;
    line-height: 64px;
    border-bottom: 2px solid transparent;
    margin: 0 8px;
    padding: 0 8px;
}
.list-inline--brd-btm .list-inline-item::after {
    content: none;
}
.list-inline--brd-btm .list-inline-item.active,
.list-inline--brd-btm .list-inline-item:hover {
    border-bottom-color: #be2929;
}
.list-inline--brd-btm .list-inline-item.active a,
.list-inline--brd-btm .list-inline-item:hover a {
    color: #be2929;
}
.list-inline--brd-btm .list-inline-item a {
    height: 64px;
    line-height: 64px;
    display: inline-block;
    padding: 0;
    text-decoration: none;
}
.list-inline--brd-btm .list-inline-separator a::after {
    content: "";
    display: block;
    border-right: 1px solid #e2e2e7;
    position: absolute;
    right: -8px;
    top: 0;
    height: 32px;
}
.list-inline--brd-btm .list-inline-separator a::after {
    top: 16px;
}
.list-lined {
    padding-left: 0;
    list-style: none;
}
.list-lined > li:not(:last-child) {
    padding-bottom: 24px;
    border-bottom: 1px solid #e2e2e7;
    margin-bottom: 24px;
}
.list-options {
    padding-left: 0;
    list-style: none;
    margin-bottom: 32px;
}
.list-options > li {
    padding: 16px;
    margin: 0;
    border-bottom: 1px solid #e2e2e7;
}
@media (max-width: 767px) {
    .list-options > li {
        padding-left: 0;
        padding-right: 0;
    }
}
.meta {
    margin-bottom: 4px;
}
.meta .time,
.meta time {
    display: inline-block;
    font-weight: 700;
    color: #be2929;
    margin-right: 16px;
}
.meta-location::before {
    content: " – ";
}
@media (max-width: 991px) {
    .h1,
    h1 {
        font-size: 32px;
    }
    .h2,
    h2 {
        font-size: 28px;
    }
    .h3,
    h3 {
        font-size: 24px;
    }
    .h4,
    h4 {
        font-size: 21px;
    }
    .h5,
    h5 {
        font-size: 18px;
    }
    .h6,
    h6 {
        font-size: 16px;
    }
}
.top-header {
    padding: 8px 0;
}
@media (max-width: 991px) {
    .top-header {
        padding: 4px 0;
        border-bottom: 1px solid #e2e2e7;
    }
}
.top-header,
.top-header a {
    color: #9cc91a;
}
.top-header a:hover {
    color: #799c14;
}
.top-header .top-header-nav {
    font-weight: 700;
    text-align: right;
}
.top-header .top-header-nav .list-inline {
    margin-left: 0;
    margin-right: -5px;
}
@media (min-width: 992px) {
    .top-header .top-header-nav .list-inline {
        margin-right: -12px;
    }
    .top-header .top-header-nav .list-inline > li {
        padding-left: 12px;
        padding-right: 12px;
    }
    .top-header .top-header-nav .list-inline .icon {
        font-size: 32px;
    }
}
@media (max-width: 991px) {
    .top-header .top-header-nav {
        display: block;
        line-height: 28px;
        height: 28px;
    }
    .top-header .top-header-nav .list-inline li:first-child {
        display: block;
        float: left;
    }
}
@media (max-width: 767px) {
    .top-header .top-header-nav {
        margin-left: -16px;
        margin-right: -16px;
    }
    .top-header .top-header-nav .list-inline {
        margin-right: 0;
    }
    .top-header .top-header-nav .list-inline-link {
        font-size: 14px;
    }
}
.main-header {
    position: relative;
}
.main-header nav {
    font-size: 0;
}
.main-header nav li {
    vertical-align: middle;
}
.list-inline-link {
    display: block;
    font-size: 15px;
    line-height: 1em;
    padding: 2px 4px;
    text-decoration: none !important;
}
.list-inline-link .icon {
    margin: -2px 0;
}
@media (min-width: 1280px) {
    .list-inline-link {
        font-size: 16px;
    }
}
.site-header {
    padding: 24px 0 0;
    border-bottom: 1px solid #e2e2e7;
    margin-bottom: 64px;
}
.site-header nav .list-inline-link {
    color: #85868f;
}
.site-header nav .list-inline-link:hover {
    color: #be2929;
}
.site-header nav .active .list-inline-link {
    color: #be2929;
    font-weight: 700;
}
.primary-nav-wrapper {
    position: relative;
    padding-top: 16px;
    margin-top: 16px;
}
.primary-nav {
    float: left;
}
.primary-nav ul {
    margin-left: -8px;
}
.primary-nav li {
    margin: 0;
    padding: 0 8px;
    position: relative;
}
.primary-nav li:not(:last-child)::after {
    content: "";
    display: block;
    border-right: 1px solid #e2e2e7;
    position: absolute;
    right: 0;
    top: 0;
    height: 32px;
}
.primary-nav .list-inline-link {
    padding: 8px 0 24px;
    position: relative;
}
.primary-nav .list-inline-link::after {
    content: "";
    display: none;
    position: absolute;
    bottom: -1px;
    left: 0;
    right: 0;
    border-bottom: 2px solid #be2929;
}
.primary-nav .active .list-inline-link::after {
    display: block;
}
@media (min-width: 1120px) {
    .primary-nav ul {
        margin-left: -16px;
    }
    .primary-nav li {
        padding: 0 16px;
    }
}
@media (min-width: 1280px) {
    .primary-nav ul {
        margin-left: -24px;
    }
    .primary-nav li {
        padding: 0 24px;
    }
}
@media (min-width: 992px) {
    .secondary-nav .list-inline {
        margin-right: -12px;
    }
    .secondary-nav .list-inline > li {
        padding-left: 12px;
        padding-right: 12px;
    }
}
.actions-nav {
    float: right;
}
.actions-nav .label {
    padding-right: 32px;
}
.actions-nav .icon {
    position: absolute;
    top: 0;
    margin-top: 4px;
    right: 0;
    color: #be2929;
}
.actions-nav ul {
    margin-left: -8px;
}
.actions-nav li {
    margin: 0;
    padding: 0 8px;
    position: relative;
}
.actions-nav li:not(:last-child)::after {
    content: "";
    display: block;
    border-right: 1px solid #e2e2e7;
    position: absolute;
    right: 0;
    top: 0;
    height: 32px;
}
.actions-nav .list-inline-link {
    padding: 8px 0 24px;
    position: relative;
    outline: 0;
}
.actions-nav .list-inline-link:focus {
    text-decoration: none;
}
.actions-nav .list-inline-link::after {
    content: "";
    display: none;
    position: absolute;
    bottom: -1px;
    left: 0;
    right: 0;
    border-bottom: 2px solid #be2929;
}
.show-search-bar .actions-nav .list-inline-link[data-toggle-class="show-search-bar"]::after {
    display: block;
}
.actions-nav .active .list-inline-link::after {
    display: block;
}
@media (min-width: 1120px) {
    .actions-nav ul {
        margin-left: -16px;
    }
    .actions-nav li {
        padding: 0 16px;
    }
}
@media (min-width: 1280px) {
    .actions-nav ul {
        margin-left: -24px;
    }
    .actions-nav li {
        padding: 0 24px;
    }
}
@media screen and (max-width: 1440px) {
    .actions-nav .icon {
        position: static;
    }
    .actions-nav .label {
        display: none;
    }
    .actions-nav .list-inline-link {
        padding: 0;
        margin-top: 6px;
    }
    .actions-nav .list-inline-link::after {
        top: 41px;
    }
    .actions-nav li {
        padding-left: 8px;
        padding-right: 8px;
    }
    .actions-nav li:not(:last-child)::after {
        content: none;
    }
}
@media (max-width: 991px) {
    .actions-nav .list-inline-link::after,
    .actions-nav .list-inline-link:hover {
        content: none;
    }
}
.header-sticky {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: #fff;
    z-index: 1030;
    overflow: hidden;
    -webkit-transform: translate(0, -100%);
    transform: translate(0, -100%);
    transition: all 0.2s ease;
    will-change: transform;
}
.scrolled .header-sticky {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.25);
}
.header-sticky .h6 {
    margin: 0;
}
@media (max-width: 767px) {
    .header-sticky .list-column {
        -webkit-column-count: unset;
        -moz-column-count: unset;
        column-count: unset;
        -webkit-column-gap: unset;
        -moz-column-gap: unset;
        column-gap: unset;
    }
}
.header-sticky-book {
    padding-top: 16px;
    height: 64px;
    position: relative;
    padding-left: 96px;
    margin-right: 8px;
    opacity: 0;
    overflow: hidden;
    transition: all 0.2s ease;
}
.scrolled .header-sticky-book {
    opacity: 1;
}
.header-sticky-book .book-summary {
    display: none;
    margin: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.header-sticky-book .scroll-top {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    border-right: 1px solid #e2e2e7;
    text-decoration: none !important;
}
.header-sticky-book .scroll-top .icon {
    display: block;
    width: 64px;
    height: 64px;
    line-height: 64px;
    text-align: center;
}
.header-sticky-book .cover-small {
    width: 64px;
    height: auto;
    position: absolute;
    top: 8px;
    left: 16px;
}
.header-sticky-book .abs--top {
    top: 8px;
}
@media (min-width: 480px) {
    .header-sticky-book {
        padding-right: 200px;
    }
    .header-sticky-book .book-summary {
        display: block;
    }
}
@media (min-width: 768px) {
    .header-sticky-book {
        padding-right: 260px;
    }
}
@media (min-width: 992px) {
    .header-sticky-book {
        padding-right: 300px;
        padding-left: 160px;
    }
    .header-sticky-book .scroll-top {
        display: block;
    }
    .header-sticky-book .cover-small {
        left: 80px;
    }
}
@media (max-width: 991px) {
    .header-sticky-book .btn {
        margin-top: 5px;
        text-transform: capitalize;
    }
}
@media (max-width: 991px) {
    .site-header {
        padding: 16px 0;
        margin-bottom: 32px;
    }
    .primary-nav,
    .secondary-nav {
        display: none;
    }
    .primary-nav-wrapper {
        float: right;
        margin: 0;
        padding-top: 0;
    }
    .main-logo img {
        width: 166px;
    }
}
.menu-toggle {
    display: none;
}
@media (max-width: 991px) {
    .menu-toggle {
        display: inline-block;
        color: #be2929;
        margin-right: 8px;
        float: left;
        margin-top: 4px;
    }
}
.shop-status-link {
    text-decoration: none !important;
}
.shop-status-link .icon .cart-counter {
    font-family: "Titillium Web", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    position: absolute;
    top: -2px;
    left: 5px;
    text-align: center;
    width: 14px;
    font-size: 12px;
    font-weight: 700;
}
.header-search-container {
    margin-top: -64px;
    margin-bottom: 64px;
    z-index: 2;
    transition: all 0.2s ease;
    overflow: hidden;
    height: 0;
}
@media (max-width: 991px) {
    .header-search-container {
        margin-top: -32px;
        margin-bottom: 32px;
    }
}
.show-search-bar .show-search-results .header-search-container,
.show-search-bar.show-search-results .header-search-container {
    overflow: visible;
    height: auto;
}
.show-search-bar .header-search-container {
    height: 128px;
}
.header-search-container .header-search {
    padding: 32px 16px;
    background-color: #f6f6f6;
    z-index: 1;
    width: 100%;
}
@media (max-width: 991px) {
    .header-search-container .header-search {
        padding-left: 0;
        padding-right: 0;
    }
}
.header-search-container .header-search .search {
    padding-left: 16px;
    padding-right: 16px;
}
.logo-stripe {
    text-align: center;
    padding-top: 16px;
    padding-bottom: 16px;
}
.logo-stripe .logo-footer {
    display: inline-block;
    margin: 8px;
    height: 40px;
    width: auto;
}
@media (min-width: 1280px) {
    .logo-stripe .logo-footer {
        margin-left: 12px;
        margin-right: 12px;
    }
}
.logo-stripe .logo-footer:first-child {
    margin-left: 0;
}
.logo-stripe .logo-footer:last-child {
    margin-right: 0;
}
@media (min-width: 1440px) {
    .logo-stripe .clearfix,
    .logo-stripe .container,
    .logo-stripe .container-fluid,
    .logo-stripe .dl-horizontal dd,
    .logo-stripe .flex-list--col,
    .logo-stripe .form-horizontal .form-group,
    .logo-stripe .modal-footer,
    .logo-stripe .modal-header,
    .logo-stripe .row {
        display: none;
    }
}
.main-footer {
    padding-bottom: 24px;
    padding-top: 24px;
    background: #1a1a1c;
    color: #fff;
    font-size: 13px;
    line-height: 1.3em;
}
.main-footer a {
    color: #fff;
}
.main-footer .footer-logo img {
    margin-bottom: 16px;
}
.main-footer .footer-title {
    display: block;
    font-weight: 700;
}
.main-footer .main-col {
    padding-bottom: 16px;
}
@media (min-width: 992px) {
    .main-footer .main-col p {
        padding-left: 47px;
    }
}
.main-footer .footer-section {
    position: relative;
    margin-bottom: 16px;
}
.main-footer .footer-section ul {
    margin: 0;
    padding: 0;
    list-style: none;
    line-height: 1.3em;
}
.main-footer .footer-section ul li:not(:last-child) {
    margin-bottom: 8px;
}
.main-footer .footer-section ul.list-inline,
.main-footer .footer-section ul.list-inline li {
    margin-bottom: 2px;
}
.main-footer .footer-section::before {
    content: "";
    position: absolute;
    border-left: 1px solid #5a5b62;
    display: block;
    left: -8px;
    top: 0;
    height: 100%;
}
@media (min-width: 1280px) {
    .main-footer .footer-section::before {
        left: -16px;
    }
}
.main-footer .footer-credits {
    color: #85868f;
    margin-bottom: 0;
}
@media (min-width: 992px) {
    .main-footer .footer-credits {
        padding-left: 47px;
    }
}
.main-footer .footer-link-icon {
    position: relative;
    display: inline-block;
}
.main-footer .footer-link-icon .icon {
    display: inline-block;
    width: 18px;
    text-align: center;
    font-size: 18px;
}
.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 700;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    background-image: none;
    border: none;
    white-space: nowrap;
    min-height: 40px;
    padding: 12px 12px;
    font-size: 16px;
    line-height: 1em;
    border-radius: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    box-shadow: none;
}
.bg-light .btn,
.single-footer .btn,
.well .btn {
    border-color: #f6f6f6;
}
.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
    outline: 0 none;
}
.btn.focus,
.btn:focus,
.btn:hover {
    color: #990f0f;
    text-decoration: none;
}
.btn.active,
.btn:active {
    outline: 0;
    background-image: none;
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
    cursor: not-allowed;
    background: #e2e2e7 !important;
    color: #fff !important;
}
a.btn {
    cursor: pointer;
}
a.btn.disabled,
fieldset[disabled] a.btn {
    pointer-events: none;
}
.list-inline .btn {
    margin-bottom: 8px;
}
.btn--link {
    color: #be2929;
    font-weight: 400;
    border-radius: 0;
}
.btn--link,
.btn--link.active,
.btn--link:active,
.btn--link[disabled],
fieldset[disabled] .btn--link {
    background-color: transparent;
}
.btn--link,
.btn--link:active,
.btn--link:focus,
.btn--link:hover {
    border-color: transparent;
}
.btn--link:focus,
.btn--link:hover {
    color: #990f0f;
    text-decoration: underline;
    background-color: transparent;
}
.btn--link[disabled]:focus,
.btn--link[disabled]:hover,
fieldset[disabled] .btn--link:focus,
fieldset[disabled] .btn--link:hover {
    color: #85868f;
    text-decoration: none;
}
@media (min-width: 992px) {
    .btn--big {
        padding: 14px 16px;
        font-size: 20px;
        line-height: 1em;
        border-radius: 0;
        border: none;
        min-height: 48px;
    }
}
.btn--small {
    padding: 5px 10px;
    font-size: 14px;
    line-height: 1em;
    border-radius: 0;
    color: #5a5b62 !important;
    background-color: #f6f6f6;
    font-weight: 400;
    border: none;
    min-height: unset;
}
.open > .dropdown-togglea.btn--small,
.open > .dropdown-togglebutton.btn--small,
a.btn--small.active,
a.btn--small.focus,
a.btn--small:active,
a.btn--small:focus,
a.btn--small:hover,
button.btn--small.active,
button.btn--small.focus,
button.btn--small:active,
button.btn--small:focus,
button.btn--small:hover {
    color: #be2929 !important;
    background-color: #f8ddd5;
}
.btn--small.active,
.btn--small:active,
.open > .dropdown-toggle.btn--small {
    background-image: none;
}
.btn--small.disabled.focus,
.btn--small.disabled:focus,
.btn--small.disabled:hover,
.btn--small[disabled].focus,
.btn--small[disabled]:focus,
.btn--small[disabled]:hover,
fieldset[disabled] .btn--small.focus,
fieldset[disabled] .btn--small:focus,
fieldset[disabled] .btn--small:hover {
    background-color: #f6f6f6;
}
.bg-light .btn--small,
.single-footer .btn--small,
.well .btn--small {
    background: #fff;
}
.btn--white {
    color: #be2929 !important;
    background-color: #fff;
}
.open > .dropdown-togglea.btn--white,
.open > .dropdown-togglebutton.btn--white,
a.btn--white.active,
a.btn--white.focus,
a.btn--white:active,
a.btn--white:focus,
a.btn--white:hover,
button.btn--white.active,
button.btn--white.focus,
button.btn--white:active,
button.btn--white:focus,
button.btn--white:hover {
    color: #be2929 !important;
    background-color: #f0b4a3;
}
.btn--white.active,
.btn--white:active,
.open > .dropdown-toggle.btn--white {
    background-image: none;
}
.btn--white.disabled.focus,
.btn--white.disabled:focus,
.btn--white.disabled:hover,
.btn--white[disabled].focus,
.btn--white[disabled]:focus,
.btn--white[disabled]:hover,
fieldset[disabled] .btn--white.focus,
fieldset[disabled] .btn--white:focus,
fieldset[disabled] .btn--white:hover {
    background-color: #fff;
}
.btn--light {
    color: #be2929 !important;
    background-color: #f8ddd5;
}
.open > .dropdown-togglea.btn--light,
.open > .dropdown-togglebutton.btn--light,
a.btn--light.active,
a.btn--light.focus,
a.btn--light:active,
a.btn--light:focus,
a.btn--light:hover,
button.btn--light.active,
button.btn--light.focus,
button.btn--light:active,
button.btn--light:focus,
button.btn--light:hover {
    color: #be2929 !important;
    background-color: #f0b4a3;
}
.btn--light.active,
.btn--light:active,
.open > .dropdown-toggle.btn--light {
    background-image: none;
}
.btn--light.disabled.focus,
.btn--light.disabled:focus,
.btn--light.disabled:hover,
.btn--light[disabled].focus,
.btn--light[disabled]:focus,
.btn--light[disabled]:hover,
fieldset[disabled] .btn--light.focus,
fieldset[disabled] .btn--light:focus,
fieldset[disabled] .btn--light:hover {
    background-color: #f8ddd5;
}
.btn--red {
    color: #fff !important;
    background-color: #be2929;
}
.open > .dropdown-togglea.btn--red,
.open > .dropdown-togglebutton.btn--red,
a.btn--red.active,
a.btn--red.focus,
a.btn--red:active,
a.btn--red:focus,
a.btn--red:hover,
button.btn--red.active,
button.btn--red.focus,
button.btn--red:active,
button.btn--red:focus,
button.btn--red:hover {
    color: #fff !important;
    background-color: #990f0f;
}
.btn--red.active,
.btn--red:active,
.open > .dropdown-toggle.btn--red {
    background-image: none;
}
.btn--red.disabled.focus,
.btn--red.disabled:focus,
.btn--red.disabled:hover,
.btn--red[disabled].focus,
.btn--red[disabled]:focus,
.btn--red[disabled]:hover,
fieldset[disabled] .btn--red.focus,
fieldset[disabled] .btn--red:focus,
fieldset[disabled] .btn--red:hover {
    background-color: #be2929;
}
.btn--green {
    color: #fff !important;
    background-color: #71cc47;
}
.open > .dropdown-togglea.btn--green,
.open > .dropdown-togglebutton.btn--green,
a.btn--green.active,
a.btn--green.focus,
a.btn--green:active,
a.btn--green:focus,
a.btn--green:hover,
button.btn--green.active,
button.btn--green.focus,
button.btn--green:active,
button.btn--green:focus,
button.btn--green:hover {
    color: #fff !important;
    background-color: #5bb834;
}
.btn--green.active,
.btn--green:active,
.open > .dropdown-toggle.btn--green {
    background-image: none;
}
.btn--green.disabled.focus,
.btn--green.disabled:focus,
.btn--green.disabled:hover,
.btn--green[disabled].focus,
.btn--green[disabled]:focus,
.btn--green[disabled]:hover,
fieldset[disabled] .btn--green.focus,
fieldset[disabled] .btn--green:focus,
fieldset[disabled] .btn--green:hover {
    background-color: #71cc47;
}
.brd--white {
    position: relative;
}
.brd--white::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border: 2px solid #fff;
    display: block;
}
.btn--block {
    display: block;
    width: 100%;
}
.btn--block + .btn--block {
    margin-top: 5px;
}
input[type="button"].btn--block,
input[type="reset"].btn--block,
input[type="submit"].btn--block {
    width: 100%;
}
.btn--icon,
.btn--icon-l {
    position: relative;
}
.btn--icon .icon,
.btn--icon-l .icon {
    text-decoration: none !important;
    display: block;
    width: 24px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    position: absolute;
    top: 50%;
    margin-top: -12px;
}
.btn--icon {
    padding-right: 40px;
}
.btn--icon .icon {
    right: 8px;
}
@media (max-width: 1279px) {
    .btn--icon-solo {
        padding-left: 0;
        padding-right: 40px;
    }
    .btn--icon-solo .icon {
        right: 8px;
    }
    .btn--icon-solo .btn-label {
        display: none;
    }
}
.btn--icon-l {
    padding-left: 40px;
}
.btn--icon-l .icon {
    left: 8px;
}
.btn--tool {
    background: 0 0 !important;
    font-weight: 700;
    color: #be2929 !important;
}
.btn--tool.btn--icon {
    padding-left: 32px;
    padding-right: 8px;
}
.btn--tool.btn--icon .icon {
    left: 0;
    right: auto;
}
a.btn--tool.focus,
a.btn--tool:focus,
a.btn--tool:hover,
button.btn--tool.focus,
button.btn--tool:focus,
button.btn--tool:hover {
    color: #990f0f !important;
}
.btn--tool.disabled,
.btn--tool[disabled],
fieldset[disabled] .btn--tool {
    background: 0 0 !important;
    color: #e2e2e7 !important;
}
.btn-balance-top {
    padding-top: 16px;
}
.btn-balance-top .icon {
    display: block;
    margin-top: -8px;
}
.btn-balance-top .icon--small {
    margin-top: -4px;
}
.link-lined {
    display: inline-block;
    position: relative;
    padding: 4px 20px 4px 0;
    text-decoration: none !important;
    font-size: 14px;
    line-height: 1.2;
    transition: all 0.2s ease;
}
.link-lined,
.link-lined:focus {
    color: #85868f;
}
.link-lined::before {
    content: "";
    display: block;
    position: absolute;
    top: 10px;
    left: 0;
    border-bottom: 1px solid #be2929;
    width: 0;
    transition: all 0.2s ease;
}
.active .link-lined,
.link-lined.active,
.link-lined:hover {
    padding-left: 16px;
    padding-right: 4px;
    color: #be2929;
}
.active .link-lined::before,
.link-lined.active::before,
.link-lined:hover::before {
    width: 8px;
}
.active .link-lined,
.link-lined.active {
    font-weight: 700;
    padding-right: 0;
}
@media (min-width: 992px) {
    .link-lined {
        padding-right: 28px;
    }
    .active .link-lined,
    .link-lined.active,
    .link-lined:hover {
        padding-left: 24px;
    }
    .active .link-lined::before,
    .link-lined.active::before,
    .link-lined:hover::before {
        width: 16px;
    }
    .active .link-lined,
    .link-lined.active {
        padding-right: 0;
    }
}
@media (min-width: 1280px) {
    .link-lined {
        font-size: 16px;
    }
}
@media (max-width: 767px) {
    .link-lined {
        font-size: 12px;
    }
}
.link-goto {
    font-weight: 700;
    text-decoration: none !important;
}
.link-goto::after {
    content: " ›";
}
.action {
    cursor: pointer;
    display: block;
    background: #be2929;
    color: #fff !important;
    text-decoration: none !important;
}
.action:hover {
    background: #990f0f;
}
.action .icon {
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
}
#modal-zoom .action {
    display: none;
}
.btn-special {
    position: relative;
    display: inline-block;
    margin-bottom: 0;
    font-weight: 700;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    background-image: none;
    border: 4px solid #f6f6f6;
    border-radius: 32px;
    white-space: nowrap;
    min-height: 64px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    box-shadow: none;
    color: #9cc91a;
    background: #f6f6f6;
    font-size: 20px;
    padding: 13px 24px 13px 72px;
    transition: all 0.2s ease;
}
.btn-special .icon {
    display: block;
    width: 56px;
    height: 56px;
    line-height: 56px;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -28px;
    color: #fff;
}
.btn-special .btn-label {
    position: relative;
    z-index: 1;
}
.btn-special::before {
    content: "";
    display: block;
    height: 56px;
    width: 56px;
    border-radius: 32px;
    background: #9cc91a;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.2s ease;
}
.btn-special.focus,
.btn-special:focus,
.btn-special:hover {
    color: #fff;
    text-decoration: none;
}
.btn-special.focus::before,
.btn-special:focus::before,
.btn-special:hover::before {
    width: 100%;
}
.heading {
    position: relative;
    margin-bottom: 16px;
}
@media (min-width: 992px) {
    .heading--cta {
        padding-right: 300px;
    }
}
.h-bordered {
    padding-bottom: 16px;
    border-bottom: 2px solid #e2e2e7;
    margin-bottom: 32px;
}
.h-bordered p {
    margin-bottom: 0;
}
.gruop-title {
    margin-bottom: 64px;
    text-align: center;
}
@media (max-width: 767px) {
    .gruop-title {
        margin-bottom: 32px;
    }
}
.single-section .gruop-title {
    text-align: left;
    padding-bottom: 16px;
    border-bottom: 2px solid #e2e2e7;
    margin-bottom: 32px;
}
.group + .group {
    margin-top: 32px;
}
@media (max-width: 767px) {
    .group + .group {
        margin-top: 8px;
    }
}
@media (max-width: 767px) {
    .breadcrumb {
        font-size: 12px;
    }
    .breadcrumb > .active {
        display: none;
    }
}
.title-pagemenu {
    display: inline-block;
    position: relative;
    padding-right: 32px;
    text-decoration: none !important;
}
.title-pagemenu .icon {
    position: absolute;
    top: 50%;
    right: 0;
    font-size: 24px;
    margin-top: -12px;
}
.single-subtitle {
    font-weight: 400;
    color: #5a5b62;
    margin-bottom: 0;
}
.single-subtitle + .btn {
    margin-top: 8px;
}
@media (max-width: 991px) {
    .single-subtitle {
        font-size: 20px;
    }
}
.auth {
    margin-bottom: 16px;
}
.auth,
.auth p {
    font-size: 16px;
}
.list-tag {
    margin-bottom: 0;
}
.list-tag--cancel > li {
    margin-bottom: 0 !important;
    height: 25px;
}
.list-tag--cancel > li a {
    line-height: 25px;
    height: 25px;
    padding-top: 0;
    padding-bottom: 0;
}
.list-tag--cancel > li .icon-cancel {
    position: relative;
    top: 3px;
    margin-left: 4px;
    color: #be2929;
}
.single-abstract {
    font-weight: 400;
    color: #5a5b62;
    margin-bottom: 32px;
}
.single-header {
    margin-bottom: 32px;
}
@media (max-width: 991px) {
    .single-header {
        margin-bottom: 24px;
    }
    .single-header .list-cta {
        top: auto;
        bottom: -8px;
    }
}
.single-header .auth a {
    color: #5a5b62;
    text-decoration: underline;
}
.single-header .auth a:hover {
    color: #be2929;
}
.single-body {
    position: relative;
}
.single-body--lined {
    padding-top: 64px;
}
.single-body--lined::before {
    content: "";
    display: block;
    border-top: 1px solid #e2e2e7;
    position: absolute;
    left: -100%;
    right: -100%;
    top: 0;
}
@media (max-width: 991px) {
    .single-body--lined {
        padding-top: 32px;
    }
}
.h-line {
    display: block;
    position: relative;
    padding-bottom: 128px;
}
.h-line::after {
    content: "";
    display: block;
    border-bottom: 1px solid #e2e2e7;
    position: absolute;
    left: -100%;
    right: -100%;
    bottom: 64px;
}
@media (max-width: 991px) {
    .h-line {
        padding-bottom: 96px;
    }
    .h-line::after {
        bottom: 48px;
    }
}
@media (max-width: 767px) {
    .h-line {
        padding-bottom: 64px;
    }
    .h-line::after {
        bottom: 32px;
    }
}
.single-section {
    position: relative;
    margin-bottom: 64px;
}
.single-section + .h-line {
    margin-top: -64px;
}
@media (max-width: 767px) {
    .single-section {
        margin-bottom: 32px;
    }
    .single-section + .h-line {
        margin-top: -32px;
    }
}
.single-section--brd-top {
    padding-top: 128px;
}
.single-section--brd-top::before {
    content: "";
    display: block;
    border-top: 1px solid #e2e2e7;
    position: absolute;
    left: -100%;
    right: -100%;
    top: 64px;
}
@media (max-width: 991px) {
    .single-section--brd-top {
        padding-top: 96px;
    }
    .single-section--brd-top::before {
        top: 48px;
    }
}
@media (max-width: 767px) {
    .single-section--brd-top {
        padding-top: 64px;
    }
    .single-section--brd-top::before {
        top: 32px;
    }
}
.single-section--sep-top {
    padding-top: 64px;
}
@media (max-width: 991px) {
    .single-section--sep-top {
        padding-top: 48px;
    }
}
@media (max-width: 767px) {
    .single-section--sep-top {
        padding-top: 32px;
    }
}
@media (min-width: 992px) {
    .single-section--goto .link-goto {
        position: absolute;
        top: 16px;
        right: 0;
    }
}
.single-section-header {
    margin-bottom: 32px;
}
.single-section-header .lead {
    margin-bottom: 0;
}
.single-content {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}
.single-content--left {
    margin-left: 0;
    margin-bottom: 64px;
}
@media (max-width: 767px) {
    .single-content--left {
        margin-bottom: 32px;
    }
}
.stripe-content .single-content--left {
    margin-bottom: 0 !important;
}
.embed-responsive {
    margin-bottom: 32px;
}
.readmore {
    overflow: hidden;
    margin-bottom: 16px;
    position: relative;
}
.readmore[aria-expanded="false"]::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 32px;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0, #fff 100%);
    background-repeat: repeat-x;
}
.readmore p:last-child,
.readmore ul:last-child {
    margin-bottom: 0;
}
.single-footer {
    background: #f6f6f6;
    padding-bottom: 64px;
    padding-top: 64px;
}
.single-footer .h4 {
    margin-bottom: 32px;
}
.single-footer + .single-footer {
    padding-top: 0;
    margin-top: -32px;
}
.single-footer + .container-fluid {
    margin-top: 64px;
}
@media (max-width: 767px) {
    .single-footer + .container-fluid {
        margin-top: 32px;
    }
}
.single-footer--events {
    padding: 0 !important;
    background: 0 0 !important;
}
.section-subtitle {
    font-size: 20px;
    line-height: 1.2;
}
.section-subtitle + .btn {
    margin-top: 24px;
}
.well {
    display: block;
    padding: 24px 32px;
    margin-bottom: 32px;
}
.well > :last-child {
    margin-bottom: 0;
}
.well--alert {
    border-left: 4px solid #be2929;
    background: #f6f6f6;
}
.well--alert .h-bordered {
    color: #be2929;
}
@media (max-width: 767px) {
    .well {
        padding: 16px;
    }
}
.bg-light {
    background: #f6f6f6;
}
.list-downloads {
    padding-top: 16px;
    margin-bottom: 32px;
}
.list-downloads h6 {
    font-size: 14px;
    color: #5a5b62;
    padding-bottom: 8px;
    border-bottom: 1px solid #e2e2e7;
    margin-bottom: 16px;
}
.list-downloads ul {
    margin: 0;
}
.list-downloads ul > li {
    width: 100%;
}
@media (min-width: 768px) {
    .list-downloads ul {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
    }
}
.download-item-link {
    display: block;
    position: relative;
    min-height: 40px;
    padding: 5px 5px 5px 48px;
    margin-bottom: 8px;
    font-size: 16px;
    line-height: 1.2;
    font-weight: 700;
    text-decoration: none !important;
}
.download-item-link .icon {
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #be2929;
    color: #fff;
    position: absolute !important;
    top: 0;
    left: 0;
}
.download-item-link .file-size {
    display: block;
}
.list-share {
    margin-left: 0;
    position: relative;
    padding-left: 60px;
}
.list-share::before {
    content: "Condividi:";
    color: #85868f;
    font-size: 12px;
    display: block;
    position: absolute !important;
    left: 0;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}
.list-share-link {
    display: block;
    text-decoration: none !important;
    color: #c2c2cb;
}
.list-share-link:hover {
    color: #be2929;
}
.list-share-link .icon {
    display: block;
    width: 24px;
    height: 24px;
    line-height: 24px;
    text-align: center;
}
.nav-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 0;
    list-style: none;
    background: #f6f6f6;
    padding: 0 8px;
    margin-bottom: 32px;
}
@media (max-width: 767px) {
    .nav-wrapper {
        padding-left: 0;
        padding-right: 0;
        margin-left: -16px;
        margin-right: -16px;
    }
}
.nav-link {
    display: block;
    padding: 4px 4px;
    margin: 0 8px;
    min-height: 64px;
    line-height: 1.2;
    color: #85868f;
}
@media (min-width: 1280px) {
    .nav-link {
        font-size: 16px;
    }
}
.nav-link-icon {
    position: relative;
    padding-top: 40px;
    font-size: 12px;
}
.nav-link-icon .icon {
    display: block;
    text-align: center;
    position: absolute;
    top: 8px;
    left: 0;
    right: 0;
}
.nav-link:focus,
.nav-link:hover {
    text-decoration: none;
    outline: 0 none;
}
.nav-link.disabled {
    color: #e2e2e7;
    cursor: default;
}
.nav-tabs .nav-link {
    position: relative;
    border-bottom: 2px solid transparent;
}
.nav-tabs .nav-link:not(:last-child)::after {
    content: "";
    display: block;
    border-right: 1px solid #e2e2e7;
    position: absolute;
    right: -8px;
    top: 4px;
    bottom: 4px;
}
.nav-tabs .nav-link.disabled:hover {
    border-color: transparent;
}
.nav-tabs .nav-link:hover {
    border-color: #be2929;
}
.nav-tabs .nav-link.disabled {
    color: #e2e2e7;
    background-color: transparent;
    border-color: transparent;
}
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: #be2929;
    border-color: #be2929;
    font-weight: 700;
}
.nav-fill .nav-item {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    text-align: center;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.nav-justified .nav-item {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    text-align: center;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.nav-accordion {
    margin-bottom: 0;
    padding: 0;
    background: 0 0;
}
.nav-accordion .nav-link {
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -ms-flex-align: center;
    align-items: center;
    color: #be2929;
    border-color: #be2929;
    font-weight: 700;
    padding-right: 34px;
}
.nav-accordion .nav-link:not(:last-child)::after {
    top: 16px;
    bottom: 16px;
}
.nav-accordion .nav-link .icon {
    position: absolute !important;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    right: 8px;
}
.nav-accordion .nav-link .icon::before {
    content: "\e905";
}
.nav-accordion .nav-link.collapsed {
    border-color: transparent;
}
.nav-accordion .nav-link.collapsed .icon::before {
    content: "\e904";
}
.nav-accordion .nav-link:hover {
    border-color: #be2929;
}
@media (max-width: 767px) {
    .nav-accordion {
        margin-left: 0;
        margin-right: 0;
    }
}
@media (max-width: 767px) {
    .nav-accordion .nav-link {
        padding-right: 28px;
    }
    .nav-accordion .nav-link .icon {
        font-size: 12px;
    }
}
.tab-filter {
    position: relative;
    z-index: 1;
    margin-bottom: 64px;
}
.tab-filter nav {
    border-bottom: 1px solid #e2e2e7;
}
@media (max-width: 767px) {
    .tab-filter {
        margin-top: -24px;
        margin-bottom: 32px;
    }
}
.tab-content > .tab-pane {
    display: none;
}
.tab-content > .active {
    display: block;
}
.fade.show {
    opacity: 1;
}
.page-tabs .list-inline {
    width: 100%;
    margin: 0;
    height: 61px;
}
.page-tabs .list-inline .page-tab {
    margin: 0;
    padding: 0;
    width: 50%;
}
.page-tabs .list-inline .page-tab:first-child {
    padding-right: 8px;
}
.page-tabs .list-inline .page-tab a {
    text-decoration: none;
    position: relative;
    display: block;
    text-align: center;
    height: 61px;
    background-color: #85868f;
    background-image: linear-gradient(to bottom, rgba(90, 91, 98, 0) 0, rgba(90, 91, 98, 0) 1%, rgba(90, 91, 98, 0.2) 100%);
}
.page-tabs .list-inline .page-tab a:hover {
    text-decoration: none;
    background-color: #c2c2cb;
}
.page-tabs .list-inline .page-tab a:hover h5 {
    color: #fff;
}
.page-tabs .list-inline .page-tab a h5 {
    font-weight: 400;
    color: #fff;
    margin: 0;
    line-height: 61px;
}
.page-tabs .list-inline .page-tab--active a {
    background-color: #fff;
    background-image: none;
}
.page-tabs .list-inline .page-tab--active a h5 {
    font-weight: 700;
    color: #be2929;
}
.page-tabs .list-inline .page-tab--active a:hover {
    background-color: #fff;
}
.page-tabs .list-inline .page-tab--active a:hover h5 {
    color: #be2929;
}
.page-tabs .list-inline .page-tab--active a::before {
    background-color: #be2929;
    height: 3px;
    display: block;
    width: 100%;
    top: 0;
    position: absolute;
    margin-top: -3px;
    content: "";
}
.panel {
    margin-bottom: 32px;
    background-color: #f6f6f6;
}
.panel-group .panel {
    margin-bottom: 0;
}
.panel-group .panel-title {
    display: block;
    padding-bottom: 8px;
    margin-top: 32px;
    margin-bottom: 32px;
    font-weight: 700;
    font-size: 14px;
    color: #5a5b62;
    border-bottom: 1px solid #e2e2e7;
}
.option-item {
    position: relative;
    padding-top: 12px;
}
.option-item p {
    margin: 0;
}
.option-item--out-of-stock {
    color: #85868f;
}
.option-item--new,
.option-item--out-of-stock {
    margin-top: 18px;
}
@media (min-width: 992px) {
    .option-item {
        padding-right: 220px;
    }
    .option-item--icon {
        padding-right: 300px;
    }
    .option-item--new,
    .option-item--out-of-stock {
        margin-top: 0;
        padding-left: 120px;
    }
}
.option-item-price,
.option-item-title {
    font-weight: 700;
}
.option-item-price,
.option-item-price p,
.option-item-title,
.option-item-title p {
    font-size: 16px;
}
.option-item-title {
    line-height: 1.2;
}
.checkbox .option-item-title {
    margin-bottom: 8px;
}
.option-item-pages {
    display: inline-block;
    margin-right: 8px;
    white-space: nowrap;
}
.option-item-isbn {
    white-space: nowrap;
}
.option-item-shop {
    margin-top: 8px;
    margin-left: 0;
    margin-right: -5px;
    text-align: right;
}
.option-item-shop > li {
    vertical-align: top;
}
@media (min-width: 992px) {
    .option-item-shop {
        margin-top: 0;
        text-align: left;
        position: absolute;
        top: -4px;
        right: 0;
    }
}
.option-item-price {
    display: inline-block;
    line-height: 1em;
}
.option-item-shop-info {
    display: block;
    padding-top: 4px;
    color: #85868f;
}
.option-item-shop-info,
.option-item-shop-info p {
    font-size: 12px;
}
.option-item-status {
    display: block;
    padding-left: 26px;
    font-size: 14px;
    line-height: 1.2;
    font-weight: 700;
    position: absolute !important;
    left: 0;
    top: -18px;
}
@media (min-width: 992px) {
    .option-item-status {
        max-width: 100px;
        top: 50%;
        -webkit-transform: translate(0, -50%);
        transform: translate(0, -50%);
    }
}
.option-item-status .icon {
    display: block;
    width: 18px;
    height: 18px;
    line-height: 18px;
    text-align: center;
    position: absolute !important;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    left: 0;
}
.option-item--new .option-item-status {
    color: #be2929;
    line-height: 18px;
}
.img-fit {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 0;
    -webkit-backface-visibility: hidden;
    transition: all 0.2s ease;
}
.img-fit--cover {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    font-family: "object-fit: cover; object-position: center";
}
.img-fit--contain {
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center;
    font-family: "object-fit: contain; object-position: center";
}
@media (min-width: 768px) {
    .single-header .img-fit--contain {
        -o-object-fit: contain;
        object-fit: contain;
        -o-object-position: left;
        object-position: left;
        font-family: "object-fit: contain; object-position: left";
    }
}
.img-fit--left {
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: left;
    object-position: left;
    font-family: "object-fit: contain; object-position: left";
}
.page-title-video .img-fit {
    pointer-events: auto;
    z-index: auto;
}
.cover-wrapper,
.image-wrapper {
    display: block;
    position: relative;
    margin-bottom: 16px;
}
.cover-wrapper {
    min-height: 244px;
}
.cover-wrapper--square {
    padding-bottom: 100%;
}
.modal .cover-wrapper--square {
    padding-bottom: 0;
    height: 70vh;
    max-height: 800px;
}
.cover-wrapper--zoom {
    min-height: unset;
    position: relative;
    display: inline-block;
}
.cover-wrapper--zoom .action {
    position: absolute !important;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    right: 0;
    margin-right: -20px;
}
.carousel-slide .cover-wrapper {
    margin-bottom: 0;
}
@media (max-width: 767px) {
    .cover-wrapper {
        min-height: 180px;
    }
    .cover-wrapper.cover-wrapper--zoom {
        display: block;
        min-height: unset;
        margin-left: auto;
        margin-right: auto;
        width: 180px;
    }
}
.image-wrapper {
    min-height: 164px;
}
.img-scale {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.img-scale:hover img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}
.carousel-wrapper {
    padding-bottom: 30px;
    margin-bottom: 32px;
    position: relative;
}
.carousel-wrapper--home .carousel-nav-container,
.carousel-wrapper--page .carousel-nav-container {
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}
.carousel-wrapper--home .carousel-nav-container,
.carousel-wrapper--home .carousel-nav-container > .relative,
.carousel-wrapper--page .carousel-nav-container,
.carousel-wrapper--page .carousel-nav-container > .relative {
    height: 24px;
}
.carousel-wrapper--home .carousel-nav,
.carousel-wrapper--page .carousel-nav {
    position: relative;
    display: block;
    padding-left: 46px;
    padding-right: 46px;
}
.carousel-wrapper--home .carousel-btn,
.carousel-wrapper--page .carousel-btn {
    background: 0 0;
    top: 0;
    bottom: auto;
}
.carousel-wrapper--home {
    margin-top: -64px;
    margin-bottom: 0;
}
@media (max-width: 991px) {
    .carousel-wrapper--home {
        margin-top: -32px;
    }
}
.carousel-wrapper--page {
    margin-top: -64px;
    margin-bottom: 16px;
}
@media (max-width: 991px) {
    .carousel-wrapper--page {
        margin-top: -32px;
    }
}
.carousel-wrapper.carousel-wrapper--left .carousel-nav {
    position: absolute;
    top: 0;
    left: 0;
    margin-left: 541px;
    margin-top: 12px;
}
.carousel-wrapper.carousel-wrapper--left .carousel-nav .carousel-btn {
    position: static;
    background-color: transparent;
    display: inline-block;
}
@media (max-width: 767px) {
    .carousel-wrapper.carousel-wrapper--left .carousel-nav .carousel-btn {
        display: block;
        position: absolute;
    }
}
@media (max-width: 1279px) {
    .carousel-wrapper.carousel-wrapper--left .carousel-nav {
        margin-left: 439.2px;
    }
}
@media (max-width: 767px) {
    .carousel-wrapper.carousel-wrapper--left .carousel-nav {
        position: relative;
        margin: 0;
        z-index: 999;
    }
}
.carousel-wrapper.carousel-wrapper--left h4 {
    color: #be2929;
    font-size: 20px;
}
.carousel-wrapper.carousel-wrapper--left p {
    font-weight: 400;
    font-size: 14px;
    color: #5a5b62;
}
.carousel-wrapper.carousel-wrapper--left .cover-wrapper {
    min-height: 0;
    position: relative;
    width: 100%;
    padding-bottom: 67%;
}
.carousel-wrapper.carousel-wrapper--left .text-container {
    padding: 24px;
    padding-bottom: 0;
}
.carousel-wrapper.carousel-wrapper--left .secondary-carousel {
    visibility: hidden;
    float: right;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    margin-left: 128px;
    margin-top: 64px;
    padding-left: 381px;
    opacity: 0.75;
}
@media (max-width: 1279px) {
    .carousel-wrapper.carousel-wrapper--left .secondary-carousel {
        padding-left: 279.2px;
    }
}
@media (max-width: 767px) {
    .carousel-wrapper.carousel-wrapper--left .secondary-carousel {
        display: none;
    }
}
.carousel-wrapper.carousel-wrapper--left .secondary-carousel.slick-initialized {
    visibility: visible;
}
.carousel-wrapper.carousel-wrapper--left .secondary-carousel.slick-initialized .slick-slide,
.carousel-wrapper.carousel-wrapper--left .secondary-carousel.slick-initialized .slick-track {
    padding-left: 16px;
    padding-right: 16px;
}
.carousel-wrapper.carousel-wrapper--left .main-carousel {
    width: 100%;
    position: relative;
    max-width: 509px;
    z-index: 1;
    float: left;
    visibility: hidden;
}
@media (max-width: 1279px) {
    .carousel-wrapper.carousel-wrapper--left .main-carousel {
        max-width: 407.2px;
    }
}
@media (max-width: 767px) {
    .carousel-wrapper.carousel-wrapper--left .main-carousel {
        max-width: 100%;
        float: none;
    }
}
@media (max-width: 767px) {
    .carousel-wrapper.carousel-wrapper--left .main-carousel .carousel-slide {
        margin-bottom: 32px;
    }
}
.carousel-wrapper.carousel-wrapper--left .main-carousel.slick-initialized {
    visibility: visible;
}
.carousel-wrapper.carousel-wrapper--left .main-carousel h4 {
    font-size: 24px;
}
.carousel-wrapper.carousel-wrapper--left .main-carousel p {
    font-size: 16px;
}
.carousel-wrapper.carousel-wrapper--left .slick-dots {
    display: none !important;
}
@media (max-width: 767px) {
    .carousel-wrapper.carousel-wrapper--left .slick-dots {
        display: block !important;
    }
}
.carousel-wrapper ol,
.carousel-wrapper ul {
    padding-left: 0;
    list-style: none;
    margin: 0;
    font-size: 0;
}
.carousel-wrapper a {
    outline: 0 none !important;
}
@media (max-width: 767px) {
    .single-header .carousel-wrapper {
        width: 380px;
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
        padding-left: 38px;
        padding-right: 38px;
        padding-bottom: 16px;
    }
    .single-header .carousel-wrapper .carousel-btn--next,
    .single-header .carousel-wrapper .carousel-btn--prev {
        bottom: auto;
        top: 50%;
        -webkit-transform: translate(0, -50%);
        transform: translate(0, -50%);
    }
}
.carousel-wrapper .action {
    position: absolute !important;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    right: 32px;
    margin-top: -20px;
}
.carousel-slide--prop {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden;
    margin-bottom: 32px;
    padding-bottom: 75%;
    background: #5a5b62;
}
.carousel-slide--prop .embed-responsive-item,
.carousel-slide--prop embed,
.carousel-slide--prop iframe,
.carousel-slide--prop object,
.carousel-slide--prop video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
.carousel-btn {
    display: block;
    position: absolute;
    bottom: 0;
    text-decoration: none !important;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background: #fff;
}
.carousel-btn .icon {
    line-height: 30px;
}
.carousel-btn--prev {
    left: 0;
}
.carousel-btn--next {
    right: 0;
}
.carousel-wrapper--simple .carousel-btn,
.single-header .carousel-btn {
    display: none !important;
}
#modal-zoom .carousel-btn {
    bottom: auto;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    margin-top: -20px;
}
.slick-dots {
    margin: 0;
    display: block;
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 30px;
    right: 30px;
}
.slick-dots > li {
    position: relative;
    display: inline-block;
    margin: 0 4px;
    height: 30px;
    width: 24px;
    cursor: pointer;
}
.slick-dots > li::before {
    content: "";
    display: block;
    position: absolute !important;
    left: 0;
    right: 0;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    border-bottom: 1px solid #be2929;
    transition: all 0.2s ease;
}
.slick-dots > li.slick-active::before {
    border-bottom-width: 4px;
}
.slick-dots > li button {
    display: none;
}
.carousel-wrapper--simple .slick-dots,
.single-header .slick-dots {
    text-align: left;
    left: 0;
    right: 0;
}
.carousel-wrapper--simple .slick-dots > li,
.single-header .slick-dots > li {
    width: 16px;
}
.carousel-wrapper--home .slick-dots,
.carousel-wrapper--page .slick-dots {
    position: relative;
    left: auto;
    right: auto;
    bottom: auto;
}
@media (max-width: 767px) {
    .slick-dots > li {
        width: 16px;
    }
}
@media (max-width: 991px) {
    .scrolling-list {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
    .scrolling-list::-webkit-scrollbar {
        display: none;
    }
    .scrolling-list-item {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        margin-bottom: 0 !important;
        width: 248px;
    }
    .scrolling-list-item:not(:last-child) {
        border-right: 1px solid #e2e2e7;
    }
    .scrolling-list .clearfix,
    .scrolling-list .container,
    .scrolling-list .container-fluid,
    .scrolling-list .dl-horizontal dd,
    .scrolling-list .flex-list--col,
    .scrolling-list .form-horizontal .form-group,
    .scrolling-list .modal-footer,
    .scrolling-list .modal-header,
    .scrolling-list .row,
    .scrolling-list .split {
        display: none;
    }
}
.sidebar {
    padding: 16px;
    position: relative;
    margin-bottom: 64px;
}
.sidebar::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: -9999px;
    background: #f6f6f6;
    z-index: 0;
}
.sidebar > * {
    position: relative;
    z-index: 1;
}
@media (min-width: 992px) {
    .sidebar {
        padding: 24px;
    }
}
@media (max-width: 767px) {
    .sidebar {
        margin-left: -16px;
        margin-right: -16px;
        margin-bottom: 32px;
    }
}
.sidebar nav ul {
    padding-left: 0;
    list-style: none;
    margin: 0;
}
.sidebar nav li:not(:last-child) {
    margin-bottom: 16px;
}
@media (max-width: 767px) {
    .sidebar nav li:not(:last-child) {
        margin-bottom: 8px;
    }
}
.section-nav {
    display: inline-block;
    text-decoration: none !important;
}
.section-nav .icon {
    display: block;
    width: 24px;
    height: 24px;
    line-height: 24px;
    text-align: center;
}
.section-nav--prev {
    margin-bottom: 16px;
}
.section-nav--next {
    margin-top: 16px;
}
.section-nav.disabled {
    color: #e2e2e7;
    pointer-events: none;
    cursor: default;
}
@media (max-width: 767px) {
    .section-nav {
        display: none;
    }
}
.split::after,
.split::before {
    content: "";
    display: none;
    border-right: 1px solid #e2e2e7;
    position: absolute !important;
    top: 0;
    bottom: 0;
    z-index: 1;
}
.split--2::before {
    display: block;
    left: 50%;
}
.split--3::before {
    display: block;
    left: 33.33333333%;
}
.split--3::after {
    display: block;
    right: 33.33333333%;
}
.split--4::before {
    display: block;
    left: 25%;
}
.split--4::after {
    display: block;
    right: 25%;
}
.row-split {
    position: relative;
}
.row-split .clearfix,
.row-split .container,
.row-split .container-fluid,
.row-split .dl-horizontal dd,
.row-split .flex-list--col,
.row-split .form-horizontal .form-group,
.row-split .modal-footer,
.row-split .modal-header,
.row-split .row {
    display: block;
    clear: both;
    background: #fff;
    position: relative;
    z-index: 2;
}
.bg-light .row-split .clearfix,
.bg-light .row-split .container,
.bg-light .row-split .container-fluid,
.bg-light .row-split .dl-horizontal dd,
.bg-light .row-split .flex-list--col,
.bg-light .row-split .form-horizontal .form-group,
.bg-light .row-split .modal-footer,
.bg-light .row-split .modal-header,
.bg-light .row-split .row,
.single-footer .row-split .clearfix,
.single-footer .row-split .container,
.single-footer .row-split .container-fluid,
.single-footer .row-split .dl-horizontal dd,
.single-footer .row-split .flex-list--col,
.single-footer .row-split .form-horizontal .form-group,
.single-footer .row-split .modal-footer,
.single-footer .row-split .modal-header,
.single-footer .row-split .row,
.well .row-split .clearfix,
.well .row-split .container,
.well .row-split .container-fluid,
.well .row-split .dl-horizontal dd,
.well .row-split .flex-list--col,
.well .row-split .form-horizontal .form-group,
.well .row-split .modal-footer,
.well .row-split .modal-header,
.well .row-split .row {
    background: #f6f6f6;
}
.label-status {
    display: inline-block;
    position: relative;
    padding: 3px 8px 3px 26px;
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 16px;
    background: #f6f6f6;
    border-left: 4px solid #c2c2cb;
}
.label-status.label-status--new {
    border-color: #be2929;
    color: #be2929;
}
.label-status .icon {
    position: absolute;
    left: 4px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}
.preview-event-footer .label-status,
.single-footer .label-status {
    border: none;
    font-weight: 700;
    background: #be2929;
    color: #fff;
    margin-bottom: 8px;
}
.date-badge {
    display: block;
    color: #fff;
    padding: 8px;
    width: 82px;
    height: 82px;
}
.date-badge .day {
    display: block;
    font-size: 28px;
    line-height: 1.2;
    font-weight: 700;
}
.date-badge .month-year {
    display: block;
    font-size: 12px;
    line-height: 1em;
    font-weight: 700;
    text-transform: uppercase;
}
@media (max-width: 767px) {
    .preview-event .date-badge {
        width: 100%;
        height: auto;
        padding-left: 4px;
    }
    .preview-event .date-badge,
    .preview-event .date-badge span {
        vertical-align: middle;
    }
    .preview-event .date-badge .day {
        display: inline-block;
        font-size: 20px;
        line-height: 1em;
    }
    .preview-event .date-badge .month-year {
        display: inline-block;
        font-size: 10px;
    }
}
.preview-event-img {
    background: #be2929;
    position: relative;
    padding-bottom: 100%;
}
.preview-event-img figure {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.preview-event-img .icon {
    color: rgba(255, 255, 255, 0.25);
    font-size: 96px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.preview-event-img .icon::before {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.preview-event-img .date-badge {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
.preview-event--past .preview-event-img {
    background: #85868f;
}
.preview-event--has-img .preview-event-img .date-badge {
    background: #be2929;
}
.preview-event--has-img.preview-event--past .preview-event-img .date-badge {
    background: rgba(133, 134, 143, 0.66);
}
a.preview-event-img {
    text-decoration: none !important;
    outline: 0 none !important;
}
a.preview-event-img figure {
    overflow: hidden;
}
a.preview-event-img .img-fit {
    transition: all 0.2s ease;
}
a.preview-event-img:hover .img-fit {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}
.preview-event {
    display: block;
    position: relative;
    min-height: 196px;
    padding-left: 180px;
}
.preview-event .preview-event-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 164px;
    height: 164px;
    padding-bottom: 0;
}
.preview-event-text {
    display: block;
    padding-top: 4px;
    padding-bottom: 32px;
}
@media (max-width: 767px) {
    .preview-event {
        min-height: 168px;
        padding-left: 112px;
    }
    .preview-event .preview-event-img,
    .preview-event .preview-event-img figure {
        width: 96px;
        height: 96px;
    }
    .preview-event .preview-event-img .icon {
        display: block;
        width: 96px;
        height: 96px;
        line-height: 96px;
        text-align: center;
        font-size: 48px;
    }
    .preview-event .date-badge {
        background: #be2929;
        top: 96px;
    }
    .preview-event.preview-event--past .date-badge {
        background: rgba(133, 134, 143, 0.66);
    }
}
.preview-event-footer {
    margin-top: 8px;
}
.list-events {
    padding-left: 0;
    list-style: none;
    margin-bottom: 32px;
}
@media (max-width: 767px) {
    .list-events {
        margin-bottom: 8px;
    }
}
.list-events--col {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -16px;
    margin-right: -16px;
}
.list-events--col > li {
    padding-left: 16px;
    padding-right: 16px;
    position: relative;
    width: 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
@media (min-width: 992px) {
    .list-events--col > li {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .list-events--col > li:nth-child(even) .preview-event-img::before {
        content: "";
        display: block;
        border-left: 1px solid #e2e2e7;
        position: absolute;
        top: 0;
        bottom: 0;
        left: -16px;
    }
}
@media (max-width: 1279px) {
    .single-section .list-events--col > li {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .single-section .list-events--col > li .preview-event-img::before {
        display: none;
    }
}
.group .list-events {
    margin-bottom: 0;
}
@media (max-width: 767px) {
    .preview-event-header {
        display: block;
        width: 180px;
        margin-bottom: 16px;
    }
}
@media (min-width: 1280px) {
    .event-side-info {
        font-size: 16px;
    }
    .event-side-info a {
        font-size: 14px;
    }
}
.preview-nonfiction .image-wrapper,
.preview-training .image-wrapper {
    width: 164px;
    height: 164px;
    min-height: 0;
    min-width: 0;
    margin-left: auto;
    margin-right: auto;
}
.preview-training {
    background-color: #fff;
}
.preview-training .preview-training-img {
    position: relative;
    width: 100%;
    height: 186px;
}
.preview-training .preview-training-text {
    padding: 16px 24px 24px 24px;
}
.preview-training .preview-training-text p {
    font-size: 14px;
    margin-bottom: 8px;
}
.agent-info {
    position: relative;
    padding-left: 26px;
    margin-bottom: 8px;
}
.agent-info .icon {
    position: absolute;
    top: 0;
    left: 0;
}
.digital-offer {
    margin-bottom: 16px;
}
.digital-offer p {
    margin-bottom: 4px;
}
.digital-offer .digital-offer-list {
    padding-left: 0;
    list-style: none;
    margin-left: -5px;
    font-size: 0;
}
.digital-offer .digital-offer-list > li {
    display: inline-block;
    padding-right: 5px;
    padding-left: 5px;
}
.digital-offer .digital-offer-list > li {
    font-size: 14px;
}
.pull-right .digital-offer .digital-offer-list,
.text-right .digital-offer .digital-offer-list {
    margin-left: 0;
    margin-right: -5px;
}
.digital-offer .digital-offer-list.abs,
nav .digital-offer .digital-offer-list {
    margin-bottom: 0;
}
.digital-offer .digital-offer-list .list-inline-separator::after {
    content: "";
    display: block;
    border-right: 1px solid #e2e2e7;
    position: absolute;
    right: 0;
    top: 0;
    height: 32px;
}
.digital-offer .digital-offer-list .list-inline-item {
    vertical-align: middle;
    display: inline-block;
    min-height: 32px;
    line-height: 32px;
    margin: 0;
    padding-right: 16px;
    position: relative;
    font-size: 14px;
}
.digital-offer .digital-offer-list .list-inline-item:not(:first-child) {
    padding-left: 16px;
}
@media (min-width: 992px) {
    .digital-offer .digital-offer-list .list-inline-item {
        font-size: 16px;
    }
}
.digital-offer .digital-offer-list.list-inline--small-spacing {
    margin-left: -8px;
}
.digital-offer .digital-offer-list.list-inline--small-spacing .list-inline-item {
    padding-left: 8px;
    padding-right: 8px;
}
.digital-offer .digital-offer-list--brd-btm {
    line-height: 64px;
}
.digital-offer .digital-offer-list--brd-btm .list-inline-item {
    height: 64px;
    line-height: 64px;
    border-bottom: 2px solid transparent;
    margin: 0 8px;
    padding: 0 8px;
}
.digital-offer .digital-offer-list--brd-btm .list-inline-item::after {
    content: none;
}
.digital-offer .digital-offer-list--brd-btm .list-inline-item.active,
.digital-offer .digital-offer-list--brd-btm .list-inline-item:hover {
    border-bottom-color: #be2929;
}
.digital-offer .digital-offer-list--brd-btm .list-inline-item.active a,
.digital-offer .digital-offer-list--brd-btm .list-inline-item:hover a {
    color: #be2929;
}
.digital-offer .digital-offer-list--brd-btm .list-inline-item a {
    height: 64px;
    line-height: 64px;
    display: inline-block;
    padding: 0;
    text-decoration: none;
}
.digital-offer .digital-offer-list--brd-btm .list-inline-separator a::after {
    content: "";
    display: block;
    border-right: 1px solid #e2e2e7;
    position: absolute;
    right: -8px;
    top: 0;
    height: 32px;
}
.digital-offer .digital-offer-list--brd-btm .list-inline-separator a::after {
    top: 16px;
}
.digital-offer .digital-offer-list > li {
    vertical-align: top;
    margin-bottom: 10px;
}
.digital-offer a {
    display: block;
    text-decoration: none !important;
}
.digital-offer .digital-offer-img {
    display: block;
    height: 32px;
    width: auto;
}
.digital-offer .icon {
    display: block;
    width: 32px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    background: #f6f6f6;
    color: #be2929;
    border-radius: 50%;
}
@media (max-width: 767px) {
    .digital-offer {
        text-align: center;
    }
}
.page-title {
    margin-bottom: 32px;
}
.page-title + .h-line {
    margin-top: -32px;
}
.page-title--background {
    position: relative;
    margin-top: -64px;
}
@media (max-width: 991px) {
    .page-title--background {
        margin-top: -32px;
    }
}
.page-title--background .full-bg {
    padding-top: 32px;
}
@media (min-width: 768px) {
    .page-title--background .page-title-wrapper {
        margin-top: -100px;
    }
}
@media (min-width: 992px) {
    .page-title--background .page-title-wrapper {
        margin-top: -115px;
    }
}
.carousel-wrapper .page-title--background {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    overflow: hidden;
}
.carousel-wrapper .page-title--background .full-bg {
    padding-top: 32px;
}
.page-title--search .page-title-wrapper {
    margin: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}
.page-title--search .page-title-image {
    min-height: 333px;
}
.page-title .list-share {
    margin-top: 16px;
}
@media (min-width: 768px) and (max-width: 991px) {
    .page-title .list-share {
        text-align: center;
        margin-left: 0;
    }
    .page-title .list-share marginre {
        position: relative !important;
        top: auto;
        left: auto;
        margin: 0 0 8px;
        display: block;
        text-align: center;
        -webkit-transform: none;
        transform: none;
    }
}
.page-title-image {
    display: block;
    position: relative;
    min-height: 190px;
    padding-bottom: 50%;
    margin-top: -64px;
    margin-bottom: 16px;
}
@media (max-width: 991px) {
    .page-title-image {
        margin-top: -32px;
    }
}
@media (min-width: 992px) {
    .page-title-image {
        height: 560px;
        padding-bottom: 0;
    }
}
@media (min-width: 1440px) {
    .page-title-image {
        height: auto;
        padding-bottom: 40%;
    }
}
.carousel-slide .page-title-image {
    margin-top: 0;
    margin-bottom: 0;
}
.page-linknav {
    margin-top: 16px;
}
.page-stickynav {
    display: block;
    padding: 16px 0;
    margin-bottom: 32px;
    margin-top: 24px;
}
@media (max-width: 991px) {
    .page-stickynav {
        margin-top: 16px;
    }
}
.page-title .page-stickynav {
    margin-bottom: 0;
}
.header-sticky .page-stickynav,
.scrolled .page-stickynav {
    margin-top: 0;
    margin-bottom: 0;
}
.header-sticky .page-stickynav .list-column,
.scrolled .page-stickynav .list-column {
    padding-top: 8px;
    display: none;
}
.show-stickynav-menu .scrolled .header-sticky .page-stickynav .list-column,
.show-stickynav-menu.scrolled .header-sticky .page-stickynav .list-column {
    display: block;
}
.slide-title {
    display: block;
    padding: 24px 0;
}
.slide-title-wrapper {
    position: relative;
    padding-left: 38px;
    padding-right: 38px;
}
@media (min-width: 1440px) {
    .slide-title-wrapper {
        margin-left: -30px;
        margin-right: -30px;
    }
}
@media (min-width: 768px) {
    .modal-dialog {
        margin: 96px auto 32px;
    }
    #modal-cart .modal-dialog {
        margin-top: 192px;
    }
}
.modal .close {
    display: block;
    position: absolute;
    top: 8px;
    right: 8px;
    z-index: 1;
    text-decoration: none !important;
    background: #fff;
}
.modal .close .icon {
    display: block;
    width: 32px;
    height: 32px;
    line-height: 32px;
    text-align: center;
}
@media (max-width: 767px) {
    .modal-body {
        padding: 24px 16px;
    }
}
.modal-title::after {
    content: "";
    display: block;
    margin-top: 16px;
    border-bottom: 2px solid #e2e2e7;
    margin-bottom: 32px;
}
.progress-bar {
    display: block;
    position: relative;
    background: #f8ddd5;
    height: 4px;
}
.progress-bar-status {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 0;
    background: #be2929;
    transition: width 5s ease-out;
}
.modal.in .progress-bar-status {
    width: 100%;
}
.modal .progress-bar {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}
.related-event-fixed {
    position: fixed;
    right: 16px;
    bottom: 16px;
    z-index: 1030;
    background: #be2929;
    padding-right: 56px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.25);
    overflow: hidden;
    width: 56px;
    height: 56px;
    transition: all 0.2s ease;
}
.show-events-box .related-event-fixed {
    width: 556px;
    height: auto;
}
@media (max-width: 767px) {
    .show-events-box .related-event-fixed {
        width: auto;
        left: 16px;
    }
}
.footer-in .related-event-fixed {
    opacity: 0;
}
.related-event-close {
    display: none;
    position: absolute;
    top: 8px;
    right: 12px;
    color: #fff !important;
    text-decoration: none !important;
}
.related-event-close .icon {
    display: block;
    width: 32px;
    height: 32px;
    line-height: 32px;
    text-align: center;
}
.show-events-box .related-event-close {
    display: block;
}
.related-event-open {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 56px;
    padding-top: 5px;
    color: #fff !important;
    text-decoration: none !important;
    font-size: 12px;
    line-height: 1em;
    text-align: center;
}
.related-event-open .icon {
    display: block;
    margin-bottom: 3px;
    font-size: 32px;
}
.related-event-open .related-event-counter {
    display: block;
    font-weight: 700;
    position: absolute;
    top: 18px;
    left: 0;
    right: 0;
    font-size: 12px;
    line-height: 1em;
}
.show-events-box .related-event-open {
    display: none;
}
.related-event-wrapper {
    display: block;
    width: 0;
    height: 0;
    opacity: 0;
    overflow: hidden;
    background: #fff;
    transition: all 0.2s ease;
}
.related-event-wrapper > * {
    min-width: 444px;
}
.show-events-box .related-event-wrapper {
    opacity: 1;
    padding: 16px 24px 16px 32px;
    width: 500px;
    height: auto;
}
@media (max-width: 767px) {
    .related-event-wrapper > * {
        min-width: auto;
    }
    .show-events-box .related-event-wrapper {
        padding: 16px;
        width: auto;
    }
    .related-event-wrapper .time,
    .related-event-wrapper time {
        display: block;
    }
}
.related-event-header {
    position: relative;
    padding-right: 100px;
    border-bottom: 1px solid #e2e2e7;
    margin-bottom: 24px;
}
.related-event-header .link-goto {
    position: absolute !important;
    right: 0;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}
.checkbox {
    margin: 0;
    padding: 8px;
}
.checkbox label {
    position: relative;
    cursor: pointer;
    padding-left: 56px;
}
.checkbox input {
    position: absolute;
    opacity: 0;
}
.checkbox input + .icon::before {
    display: none;
    color: #fff;
    width: 24px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    position: absolute !important;
    left: 0;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    z-index: 2;
}
.checkbox input + .icon::after {
    content: "";
    display: block;
    width: 24px;
    height: 24px;
    background: #fff;
    border: 2px solid #e2e2e7;
    border-radius: 2px;
    position: absolute !important;
    left: 0;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    z-index: 1;
}
.checkbox input:checked + .icon::before {
    display: block;
}
.checkbox input:checked + .icon::after {
    background: #be2929;
    border-color: #be2929;
}
.checkbox input:disabled + .d-block {
    color: #85868f;
    cursor: auto;
}
.checkbox input:disabled + .icon::after {
    border-color: #e2e2e7;
}
.checkbox-toggle-all .d-block {
    color: #85868f;
    margin-left: -16px;
}
.form-label {
    font-weight: 700;
    color: #1a1a1c;
    display: inline-block;
}
.form-label-required {
    color: #85868f;
    display: inline-block;
    font-size: 12px;
    font-weight: 400;
}
.form-control {
    border-radius: 0;
    width: 100%;
    display: block;
    height: 40px;
    color: #1a1a1c;
    font-size: 16px;
    padding: 0 8px;
    background-color: #f6f6f6;
    border: 2px solid #f6f6f6;
    margin-bottom: 16px;
    box-shadow: none;
}
.form-control::-webkit-input-placeholder {
    color: #85868f;
    opacity: 1;
}
.form-control::-moz-placeholder {
    color: #85868f;
    opacity: 1;
}
.form-control:-ms-input-placeholder {
    color: #85868f;
    opacity: 1;
}
.form-control::-ms-input-placeholder {
    color: #85868f;
    opacity: 1;
}
.form-control::placeholder {
    color: #85868f;
    opacity: 1;
}
.form-control:focus {
    outline: 0 none;
    box-shadow: none;
    border-color: #be2929;
    background-color: #fff;
}
textarea.form-control {
    height: 256px;
    padding: 8px;
    resize: none;
}
select.form-control {
    background: 0 0;
}
select.form-control:focus {
    border-color: #e2e2e7;
}
.drawer {
    position: fixed;
    will-change: transform;
    top: 0;
    right: 0;
    height: 100%;
    width: 75%;
    background: #fff;
    z-index: 1050;
    -webkit-transform: translate(100%, 0);
    transform: translate(100%, 0);
    transition: all 0.2s ease;
}
.show-drawer .drawer {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}
.drawer .drawer-title {
    margin-bottom: 32px;
}
.drawer .drawer-content {
    padding: 32px;
    height: 100%;
    position: relative;
    -webkit-overflow-scrolling: touch;
    overflow-y: auto;
}
.drawer .h-options {
    padding-bottom: 16px;
    border-bottom: 2px solid #e2e2e7;
    margin-bottom: 32px;
    margin-bottom: 0;
    background: #fff;
    height: 80px;
    position: relative;
}
.drawer .h-options p {
    margin-bottom: 0;
}
.drawer .h-options--bottom {
    margin-top: -33px;
    padding-top: 24px;
    border-top: 2px solid #e2e2e7;
    padding-bottom: 0;
    border-bottom: none;
    margin-bottom: 0;
}
@media (max-width: 767px) {
    .drawer {
        width: 100%;
    }
    .drawer .drawer-title {
        position: relative;
        margin-bottom: 16px;
        padding-right: 24px;
    }
    .drawer .drawer-title .h2,
    .drawer .drawer-title .h3,
    .drawer .drawer-title .h4 {
        font-size: 24px;
        margin-bottom: 0;
    }
    .drawer .drawer-content {
        padding: 24px 16px;
    }
    .drawer .drawer-close {
        top: -8px;
        right: 0;
        left: auto;
    }
    .drawer .drawer-close .icon {
        display: block;
        width: 24px;
        height: 24px;
        line-height: 24px;
        text-align: center;
    }
}
@media (min-width: 992px) {
    .drawer .drawer-title {
        margin-bottom: 64px;
    }
    .drawer .drawer-content {
        padding: 64px;
    }
}
.drawer-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000;
    opacity: 0.5;
    display: none;
}
.drawer-backdrop.fade {
    opacity: 0;
}
.drawer-backdrop.in {
    opacity: 0.5;
}
.show-drawer .drawer-backdrop {
    display: block;
}
.drawer-close {
    display: none;
    text-decoration: none !important;
    background: #fff;
    position: absolute;
    top: 46px;
    left: -64px;
}
.drawer-close .icon {
    display: block;
    width: 64px;
    height: 64px;
    line-height: 64px;
    text-align: center;
}
.show-drawer .drawer-close {
    display: block;
}
.show-drawer {
    overflow: hidden;
}
.pagination {
    margin-bottom: 64px;
}
@media (max-width: 767px) {
    .pagination {
        margin-bottom: 32px;
    }
}
.pagination--page {
    text-align: center;
}
.pager {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    background-image: none;
    border: none;
    white-space: nowrap;
    min-height: 40px;
    position: relative;
    padding: 13px 16px;
    color: #85868f;
    font-size: 14px;
    line-height: 1em;
    outline: 0 none;
}
.pager .icon {
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    position: absolute !important;
    top: 0;
    background: #be2929;
    color: #fff;
}
.pager--prev {
    padding-left: 56px;
}
.pager--prev .icon {
    left: 0;
}
.pager--next {
    padding-right: 56px;
}
.pager--next .icon {
    right: 0;
}
@media (max-width: 767px) {
    .pagination--page .pager {
        padding-left: 0;
        padding-right: 0;
        width: 40px;
    }
    .pagination--page .pager .pager-label {
        display: none;
    }
}
.pager--page {
    padding-left: 0;
    padding-right: 0;
    text-align: center;
    width: 20px;
}
.pager--page.active {
    font-weight: 700;
    color: #be2929;
}
.pager.focus,
.pager:focus,
.pager:hover {
    text-decoration: none;
}
.pager.focus .icon,
.pager:focus .icon,
.pager:hover .icon {
    background: #990f0f;
}
.pager.active,
.pager:active {
    outline: 0;
    background-image: none;
}
.pager.disabled,
.pager[disabled],
fieldset[disabled] .pager {
    cursor: not-allowed;
    color: #c2c2cb !important;
}
.pager.disabled .icon,
.pager[disabled] .icon,
fieldset[disabled] .pager .icon {
    background: #e2e2e7;
}
a.pager {
    cursor: pointer;
}
a.pager.disabled,
fieldset[disabled] a.pager {
    pointer-events: none;
}
@media (min-width: 992px) {
    .fancy-image {
        position: relative;
        margin: 0 auto;
    }
}
.fancy-image .img-responsive {
    margin: 0 auto;
}
.fancy-image,
.fancy-video {
    margin-bottom: 0;
}
.fancy-text {
    padding: 16px 0;
    background-color: #fff;
}
@media (min-width: 768px) {
    .fancy-text {
        padding: 16px;
    }
}
@media (min-width: 992px) {
    .fancy-text {
        padding: 32px;
    }
}
.fancy-text-col {
    position: relative;
}
@media (min-width: 768px) {
    .fancy-text-col {
        margin-left: 0;
    }
}
.fancy-text-col h5 {
    color: #5a5b62;
    font-weight: 400;
    margin-bottom: 16px;
}
@media (min-width: 768px) {
    .fancy-text-col--video {
        width: 41.66666667%;
    }
}
.fancy {
    position: relative;
    margin-bottom: 32px;
}
@media (min-width: 992px) {
    .fancy {
        margin-bottom: 64px;
    }
}
@media (min-width: 1280px) {
    .fancy {
        margin-bottom: 128px;
    }
}
@media (min-width: 992px) {
    .fancy > .row {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
    }
}
@media (min-width: 768px) {
    .fancy--right .fancy-image-col {
        left: 50%;
    }
    .fancy--right .fancy-text-col {
        left: -50%;
        margin-left: 0;
    }
}
.highlight {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.highlight .highlight-col {
    position: relative;
    padding-left: 0;
    padding-right: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 369px;
    width: 100%;
}
@media (min-width: 768px) {
    .highlight .highlight-col {
        float: left;
        width: 50%;
    }
}
.highlight-text {
    -ms-flex-pack: center;
    justify-content: center;
    border: 16px solid #be2929;
    text-align: center;
    padding: 16px 32px;
}
.highlight-text h6 {
    color: #be2929;
}
.highlight-text p {
    font-size: 20px;
    margin-bottom: 0;
}
.isotope-container-fluid {
    position: relative;
    max-width: 1600px;
    margin-left: auto;
    margin-right: auto;
}
@media (min-width: 992px) {
    .main-content .isotope-container-fluid {
        padding-left: 16px;
        padding-right: 16px;
    }
}
@media (min-width: 1280px) {
    .isotope-container-fluid {
        padding-left: 16px;
        padding-right: 16px;
    }
    .main-content .isotope-container-fluid {
        padding-left: 32px;
        padding-right: 32px;
    }
}
.isotope-container-fluid > * {
    padding-left: 32px;
    padding-right: 32px;
}
.isotope-container-fluid .isotope {
    padding-left: 0;
    padding-right: 0;
}
.isotope-container-fluid .isotope nav {
    padding-left: 32px;
    padding-right: 32px;
}
.isotope-container-fluid .isotope .nav {
    background-color: #fff;
}
.isotope-container-fluid .isotope .isotope-grid {
    display: none;
}
.search {
    position: relative;
    margin: 0 -16px;
}
.search .results-container {
    z-index: 2;
    overflow: hidden;
    display: none;
    background-color: #fff;
    padding-top: 80px;
    margin: -80px 0 0;
    min-height: 96px;
}
.search .results-container .search-popup-section {
    padding: 16px 0 8px;
}
.search .results-container .search-popup-section-title {
    display: block;
    font-weight: 700;
    font-size: 14px;
    color: #5a5b62;
    padding-left: 16px;
    padding-right: 16px;
    padding-bottom: 4px;
    border-bottom: 1px solid #e2e2e7;
    margin-bottom: 0;
}
.search .results-container .search-result {
    background-color: #fff;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    overflow: hidden;
    text-decoration: none;
    position: relative;
    display: block;
    width: 100%;
    margin: 0;
    padding: 6px 16px;
    max-height: 56px;
}
.search .results-container .search-result:hover {
    background-color: #f6f6f6;
    border-top-color: #e2e2e7;
    border-bottom-color: #e2e2e7;
}
.search .results-container .search-result:hover:first-child {
    border-top-color: transparent;
}
.search .results-container .search-result .image-container {
    display: block;
    float: left;
    width: 40px;
    height: 40px;
    margin-right: 8px;
    padding: 0;
}
.search .results-container .search-result .image-container figure {
    position: relative;
    width: 100%;
    max-width: 40px;
    height: 40px;
    float: left;
}
@media (max-width: 767px) {
    .search .results-container .search-result .image-container {
        width: 0;
        margin-right: 0;
    }
    .search .results-container .search-result .image-container figure {
        display: none;
    }
}
.search .results-container .search-result .text-container {
    padding-top: 4px;
    padding-bottom: 4px;
    display: block;
    float: left;
    line-height: 1.5;
}
@media (max-width: 767px) {
    .search .results-container .search-result .text-container {
        white-space: nowrap;
        overflow: hidden;
        max-width: 100%;
    }
}
.search .results-container .search-result .text-container .title,
.search .results-container .search-result .text-container .title a {
    font-size: 16px;
    color: #5a5b62;
    line-height: 1.5;
}
.search .results-container .search-result .text-container .title .match,
.search .results-container .search-result .text-container .title a .match {
    color: #18181a;
    font-weight: 700;
}
.search .results-container .search-result .text-container p {
    font-size: 12px;
    color: #5a5b62;
    margin-bottom: 0;
    line-height: 1.5;
}
.search .results-container .search-result .text-container p .match {
    color: #18181a;
    font-weight: 700;
}
.search .results-container .search-result .tag-container {
    text-align: right;
    line-height: 32px;
}
.search .results-container .search-result .tag-container .search-tag {
    padding: 5px 10px;
    font-size: 14px;
    line-height: 1em;
    border-radius: 0;
    color: #5a5b62;
    background-color: #f6f6f6;
    font-weight: 400;
    border: none;
    min-height: unset;
    margin-bottom: 0;
    text-decoration: none;
}
@media (max-width: 767px) {
    .search .results-container .search-result .tag-container {
        background-color: #fff;
        padding: 0 8px;
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        right: 0;
    }
}
@media (max-width: 767px) {
    .search .results-container .search-result:hover .tag-container {
        background-color: #f6f6f6;
    }
}
.search .results-container .search-result:hover .tag-container .search-tag {
    background-color: #fff;
}
.search .results-container .search-result .image-container + .text-container {
    padding-top: 0;
    padding-bottom: 0;
}
.search .results-container .search-result .image-container + .text-container + .tag-container {
    line-height: 40px;
}
.show-search-results .search .results-container {
    z-index: 1000;
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    display: block;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.35);
}
.header-search .show-search-results .search .results-container {
    z-index: 1009;
}
.search .search-footer {
    background-color: #f6f6f6;
    min-height: 72px;
    line-height: 72px;
    padding-left: 16px;
    padding-right: 16px;
}
@media (max-width: 767px) {
    .search .search-footer {
        padding-top: 8px;
        padding-bottom: 8px;
    }
}
.search .search-footer ul.list-inline {
    margin: 0;
}
.search .search-footer ul.list-inline li:first-child {
    padding-left: 0;
}
.search .search-footer ul.list-inline .btn {
    margin-bottom: 0;
}
@media (max-width: 767px) {
    .search .search-footer ul.list-inline li {
        display: block;
        line-height: 1.5;
        padding: 8px 0;
    }
    .search .search-footer ul.list-inline li:first-child {
        padding-bottom: 0;
    }
}
.search .search-footer .search-popup-section-title {
    vertical-align: middle;
    margin: 0;
    padding: 0;
    border: none;
}
.search--gray .input-search-container .search-field {
    background-color: #f6f6f6;
    border-color: #f6f6f6;
}
.input-search-container {
    position: relative;
    padding: 0 16px;
    z-index: 1001;
}
.header-search .input-search-container {
    z-index: 1010;
}
.input-search-container button,
.input-search-container input[type="reset"],
.input-search-container input[type="submit"] {
    background: 0 0;
    color: inherit;
    border: none;
    padding: 0;
    font: inherit;
    cursor: pointer;
    outline: inherit;
}
.input-search-container form {
    position: relative;
    z-index: 1001;
}
.header-search .input-search-container form {
    z-index: 1001;
}
.input-search-container .search-field {
    border-radius: 0;
    -webkit-appearance: none;
    padding-right: 72px;
    width: 100%;
    display: block;
    height: 64px;
    color: #1a1a1c;
    font-size: 20px;
    padding-left: 8px;
    border: 2px solid #fff;
    border-right: none;
    background-color: #fff;
}
.input-search-container .search-field::-webkit-input-placeholder {
    color: #85868f;
    opacity: 1;
}
.input-search-container .search-field::-moz-placeholder {
    color: #85868f;
    opacity: 1;
}
.input-search-container .search-field:-ms-input-placeholder {
    color: #85868f;
    opacity: 1;
}
.input-search-container .search-field::-ms-input-placeholder {
    color: #85868f;
    opacity: 1;
}
.input-search-container .search-field::placeholder {
    color: #85868f;
    opacity: 1;
}
.input-search-container .search-field:focus {
    outline: 0;
    border-color: #be2929;
    background-color: #fff;
}
.show-search-results .input-search-container .search-field {
    border-color: #be2929;
}
.input-search-container button[type="submit"] {
    display: block;
    width: 64px;
    height: 64px;
    line-height: 64px;
    text-align: center;
    position: absolute !important;
    top: 0;
    right: 0;
}
.input-search-container .icon {
    display: block;
    width: 64px;
    height: 64px;
    line-height: 64px;
    text-align: center;
    background: #be2929;
    color: #fff;
}
.input-search-container--small .search-field {
    padding-right: 48px;
    height: 40px;
    font-size: 16px;
}
.input-search-container--small button[type="submit"] {
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
}
.input-search-container--small .icon {
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 18px;
}
@media (min-width: 992px) {
    .agents-search {
        padding-top: calc((64px - 40px) / 2);
    }
}
.search-filters-section {
    display: block;
    height: 64px;
}
.search-filters-section .list-inline {
    margin: 0;
}
.search-filters-section a {
    color: #d3513f;
}
.search-filters-section .active a {
    color: #be2929;
    font-weight: 700;
}
.search-filters-section.search-filters-section--left {
    float: left;
}
.search-filters-section.search-filters-section--right {
    float: right;
}
.list-search-result {
    padding-left: 0;
    list-style: none;
    margin-bottom: 32px;
    border-top: 1px solid #e2e2e7;
}
.list-search-result > li {
    padding-top: 32px;
    padding-bottom: 32px;
    border-bottom: 1px solid #e2e2e7;
}
.preview-search-result-img {
    position: relative;
    padding-bottom: 100%;
}
.preview-search-result-img figure {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
a.preview-search-result-img {
    text-decoration: none !important;
    outline: 0 none !important;
}
.preview-search-result {
    display: block;
    position: relative;
}
.preview-search-result--image {
    min-height: 164px;
    padding-left: 180px;
}
.preview-search-result--image .preview-search-result-text {
    padding-top: 4px;
}
@media (max-width: 767px) {
    .preview-search-result--image {
        min-height: 136px;
        padding-left: 112px;
    }
}
.preview-search-result .label-status {
    border: none;
    font-weight: 700;
    background: #be2929;
    color: #fff;
    margin-bottom: 8px;
    position: absolute;
    top: 0;
    right: 0;
    margin-top: 4px;
}
@media (max-width: 768px) {
    .preview-search-result .label-status {
        position: relative;
        margin-top: 0;
    }
}
.preview-search-result .preview-search-result-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 164px;
    height: 164px;
    padding-bottom: 0;
}
@media (max-width: 767px) {
    .preview-search-result .preview-search-result-img,
    .preview-search-result .preview-search-result-img figure {
        width: 96px;
        height: 96px;
    }
}
.preview-search-result-text {
    display: block;
}
.preview-search-result-text .title {
    margin-bottom: 0;
    padding-right: 90px;
}
.preview-search-result-text .date,
.preview-search-result-text .subtitle {
    color: #be2929;
    font-weight: 700;
    font-size: 14px;
}
.preview-search-result-text p {
    margin-bottom: 8px;
}
.searchf .input-search-container {
    padding-left: 0;
    padding-right: 0;
}
@media (max-width: 374px) {
    .searchf .list-inline li {
        display: block;
    }
    .searchf .list-inline li .btn {
        width: 100%;
    }
}
@media (max-width: 989px) {
    .searchf .search--gray {
        display: block;
        width: 100%;
        margin-top: 16px;
    }
}
@media (max-width: 1139px) {
    .searchf .h4 {
        text-align: center;
        margin-bottom: 24px;
    }
}
@media (min-width: 1140px) {
    .searchf {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .searchf .h4 {
        margin-bottom: 0;
        padding-right: 8px;
    }
    .searchf .list-inline {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
    }
    .searchf .btn {
        margin-bottom: 0;
    }
}
@media (min-width: 1140px) and (min-width: 992px) {
    .searchf .input-search-container {
        width: 250px;
    }
}
@media (min-width: 1140px) and (min-width: 1280px) {
    .searchf .input-search-container {
        width: 330px;
    }
}
@media (min-width: 1140px) and (min-width: 1439px) {
    .searchf .input-search-container {
        width: 450px;
    }
}
.toolbar {
    margin-bottom: 16px;
}
.toolbar .toolbar-section {
    display: block;
    font-size: 14px;
}
@media (max-width: 991px) {
    .toolbar .toolbar-section {
        display: block;
        width: 100%;
        line-height: 24px;
    }
}
.toolbar .toolbar-section .list-inline {
    margin: 0;
}
.toolbar .toolbar-section .list-inline-item {
    font-size: 14px;
}
.toolbar .toolbar-section.toolbar-section--left {
    float: left;
}
.toolbar .toolbar-section.toolbar-section--left > .list-inline .list-inline-item:first-child {
    padding-left: 0;
}
@media (max-width: 991px) {
    .toolbar .toolbar-section.toolbar-section--left {
        margin-bottom: 16px;
    }
}
.toolbar .toolbar-section.toolbar-section--right {
    float: right;
}
.toolbar .toolbar-section.toolbar-section--right > .list-inline .list-inline-item:last-child {
    padding-right: 0;
}
.custom-select-container {
    min-width: 80px;
    position: relative;
    z-index: 1;
    text-align: left;
}
.custom-select-container .custom-select {
    display: none;
}
.custom-select-container .select-hidden {
    display: none;
    visibility: hidden;
    padding-right: 10px;
}
.custom-select-container .select {
    cursor: pointer;
    display: block;
    position: relative;
    font-size: 14px;
    color: #fff;
}
.custom-select-container .select-styled {
    color: #be2929;
    font-weight: 700;
}
.custom-select-container .select-styled .icon-chevron-down {
    padding-left: 4px;
    position: relative;
    top: 3px;
}
.custom-select-container .select-options {
    display: none;
    position: absolute;
    margin: 0;
    top: 0;
    margin-top: -13px;
    right: auto;
    left: 0;
    z-index: 999;
    list-style: none;
    background-color: #fff;
    padding: 4px 0;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.25);
    text-align: left;
}
.custom-select-container .select-options li {
    margin: 0;
    padding: 12px 16px;
    color: #be2929;
    font-weight: 700;
    font-size: 14px;
    background-color: #fff;
}
.custom-select-container .select-options li:hover {
    background-color: #f6f6f6;
}
.custom-select-container .select-options li[rel="hide"] {
    display: none;
}
.custom-select-container--right {
    text-align: right;
}
.custom-select-container--right .select-options {
    right: 0;
    left: auto;
    text-align: right;
}
.generic-page {
    font-size: 16px;
    padding-bottom: 32px;
}
.generic-page .contact-block:not(:last-child) {
    margin-bottom: 16px;
}
.generic-page .contact-title {
    margin-bottom: 16px;
}
.generic-page .contact-title + p.contact-block {
    margin-top: -8px;
}
.generic-page .contact-label {
    font-weight: 700;
    margin-bottom: 8px;
    color: #1a1a1c;
}
.cart-table {
    padding-left: 8px;
    padding-right: 8px;
}
@media (max-width: 767px) {
    .cart-table {
        margin-left: -16px;
        margin-right: -16px;
    }
}
.cart-table .row {
    margin-left: -8px;
    margin-right: -8px;
}
.cart-table .row [class*=" col-"],
.cart-table .row [class^="col-"] {
    padding-left: 8px;
    padding-right: 8px;
}
.cart-table--head {
    padding-top: 8px;
    padding-bottom: 8px;
    border-bottom: 2px solid #e2e2e7;
}
.cart-table--head p {
    margin: 0;
}
.cart-table--foot {
    padding-top: 8px;
    padding-bottom: 8px;
    border-top: 1px solid #e2e2e7;
    background: #f6f6f6;
    margin-bottom: 32px;
}
.cart-table--foot p {
    font-size: 20px;
    margin: 0;
}
@media (min-width: 992px) {
    .cart-table--foot > .row {
        padding-left: 16.66666667%;
    }
}
.cart-config-list,
.cart-list {
    padding-left: 0;
    list-style: none;
    margin: 0;
}
.cart-config-list-item,
.cart-list-item {
    padding-top: 16px;
    padding-bottom: 16px;
}
.cart-config-list-item:not(:last-child),
.cart-list-item:not(:last-child) {
    border-bottom: 1px solid #e2e2e7;
    margin-bottom: 8px;
}
.cart-config-list-item p,
.cart-list-item p {
    margin-bottom: 0;
}
.cart-config-list-item p.option-item-title,
.cart-list-item p.option-item-title {
    margin-bottom: 4px;
}
.cart-list-item {
    padding-bottom: 0;
}
.cart-list .cover-wrapper {
    width: 100px;
    min-height: 0;
}
.cart-list .form-control {
    margin-bottom: 4px;
}
@media (min-width: 992px) {
    .cart-list .form-control {
        margin-top: -8px;
    }
}
@media (max-width: 991px) {
    .cart-list .form-control {
        width: 75px;
        display: inline-block;
    }
}
@media (max-width: 991px) {
    .cart-list .option-item-description {
        padding: 8px 0;
    }
    .cart-list .option-item-price {
        line-height: 40px;
    }
    .cart-list .option-item-remove {
        margin-left: 4px;
    }
    .cart-list .option-item-remove,
    .cart-list .option-item-remove a {
        display: inline-block;
        line-height: 40px;
    }
}
@media (min-width: 992px) {
    .cart-config-list {
        margin-top: -8px;
    }
}
.menu-mobile {
    position: fixed;
    will-change: transform;
    top: 0;
    left: 0;
    height: 100%;
    width: 288px;
    background: #fff;
    z-index: 1050;
    -webkit-transform: translate(-288px, 0);
    transform: translate(-288px, 0);
    transition: all 0.2s ease;
}
.show-menu-mobile .menu-mobile {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    box-shadow: 0 2px 32px 0 rgba(0, 0, 0, 0.5);
}
.menu-mobile .menu-mobile-content {
    padding: 32px 24px;
    height: 100%;
    position: relative;
    -webkit-overflow-scrolling: touch;
    overflow-y: auto;
}
.menu-mobile .primary-nav-mobile ul,
.menu-mobile .secondary-nav-mobile ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.menu-mobile .primary-nav-mobile li {
    margin-bottom: 32px;
}
.menu-mobile .primary-nav-mobile .link-lined {
    font-size: 16px;
}
.menu-mobile .primary-nav-mobile .link-lined::before {
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.menu-mobile .primary-nav-mobile::after {
    content: "";
    border-bottom: 1px solid #e2e2e7;
    display: block;
}
.menu-mobile .secondary-nav-mobile {
    margin-top: 32px;
}
.menu-mobile .secondary-nav-mobile li {
    margin-bottom: 24px;
}
.menu-mobile .secondary-nav-mobile .link-lined {
    font-size: 14px;
}
.menu-mobile-close {
    text-decoration: none !important;
    background-color: #fff;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1051;
}
.menu-mobile-close .icon {
    display: block;
    width: 44px;
    height: 44px;
    line-height: 44px;
    text-align: center;
}
.show-menu-mobile {
    overflow: hidden;
}
@media (min-width: 1280px) {
    .row {
        margin-left: -32px;
        margin-right: -32px;
    }
    .container-fluid,
    [class*=" col-"],
    [class^="col-"] {
        padding-left: 32px;
        padding-right: 32px;
    }
}
.container-fluid {
    position: relative;
    max-width: 1600px;
    margin-left: auto;
    margin-right: auto;
}
@media (min-width: 992px) {
    .fixed-bar .container-fluid,
    .main-content .container-fluid {
        padding-left: 32px;
        padding-right: 32px;
    }
}
@media (min-width: 1280px) {
    .container-fluid {
        padding-left: 32px;
        padding-right: 32px;
    }
    .fixed-bar .container-fluid,
    .main-content .container-fluid {
        padding-left: 64px;
        padding-right: 64px;
    }
}
.spacer {
    display: block;
}
.mb-1,
.my-1 {
    margin-bottom: 8px;
}
.mt-1,
.my-1 {
    margin-top: 8px;
}
.ml-1,
.mx-1 {
    margin-left: 8px;
}
.mr-1,
.mx-1 {
    margin-right: 8px;
}
.pb-1,
.py-1 {
    padding-bottom: 8px;
}
.pt-1,
.py-1 {
    padding-top: 8px;
}
.pl-1,
.px-1 {
    padding-left: 8px;
}
.pr-1,
.px-1 {
    padding-right: 8px;
}
.mb-2,
.my-2 {
    margin-bottom: 16px;
}
.mt-2,
.my-2 {
    margin-top: 16px;
}
.ml-2,
.mx-2 {
    margin-left: 16px;
}
.mr-2,
.mx-2 {
    margin-right: 16px;
}
.pb-2,
.py-2 {
    padding-bottom: 16px;
}
.pt-2,
.py-2 {
    padding-top: 16px;
}
.pl-2,
.px-2 {
    padding-left: 16px;
}
.pr-2,
.px-2 {
    padding-right: 16px;
}
.mb-3,
.my-3 {
    margin-bottom: 24px;
}
.mt-3,
.my-3 {
    margin-top: 24px;
}
.ml-3,
.mx-3 {
    margin-left: 24px;
}
.mr-3,
.mx-3 {
    margin-right: 24px;
}
.pb-3,
.py-3 {
    padding-bottom: 24px;
}
.pt-3,
.py-3 {
    padding-top: 24px;
}
.pl-3,
.px-3 {
    padding-left: 24px;
}
.pr-3,
.px-3 {
    padding-right: 24px;
}
.mb-4,
.my-4 {
    margin-bottom: 32px;
}
.mt-4,
.my-4 {
    margin-top: 32px;
}
.ml-4,
.mx-4 {
    margin-left: 32px;
}
.mr-4,
.mx-4 {
    margin-right: 32px;
}
.pb-4,
.py-4 {
    padding-bottom: 32px;
}
.pt-4,
.py-4 {
    padding-top: 32px;
}
.pl-4,
.px-4 {
    padding-left: 32px;
}
.pr-4,
.px-4 {
    padding-right: 32px;
}
.mb-5,
.my-5 {
    margin-bottom: 64px;
}
.mt-5,
.my-5 {
    margin-top: 64px;
}
.ml-5,
.mx-5 {
    margin-left: 64px;
}
.mr-5,
.mx-5 {
    margin-right: 64px;
}
.pb-5,
.py-5 {
    padding-bottom: 64px;
}
.pt-5,
.py-5 {
    padding-top: 64px;
}
.pl-5,
.px-5 {
    padding-left: 64px;
}
.pr-5,
.px-5 {
    padding-right: 64px;
}
.mb-6,
.my-6 {
    margin-bottom: 128px;
}
.mt-6,
.my-6 {
    margin-top: 128px;
}
.ml-6,
.mx-6 {
    margin-left: 128px;
}
.mr-6,
.mx-6 {
    margin-right: 128px;
}
.pb-6,
.py-6 {
    padding-bottom: 128px;
}
.pt-6,
.py-6 {
    padding-top: 128px;
}
.pl-6,
.px-6 {
    padding-left: 128px;
}
.pr-6,
.px-6 {
    padding-right: 128px;
}
.mb-0,
.my-0 {
    margin-bottom: 0 !important;
}
.mt-0,
.my-0 {
    margin-top: 0 !important;
}
.ml-0,
.mx-0 {
    margin-left: 0 !important;
}
.mr-0,
.mx-0 {
    margin-right: 0 !important;
}
.pb-0,
.py-0 {
    padding-bottom: 0 !important;
}
.pt-0,
.py-0 {
    padding-top: 0 !important;
}
.pl-0,
.px-0 {
    padding-left: 0 !important;
}
.pr-0,
.px-0 {
    padding-right: 0 !important;
}
.mb-auto,
.my-auto {
    margin-bottom: auto !important;
}
.mt-auto,
.my-auto {
    margin-top: auto !important;
}
.ml-auto,
.mx-auto {
    margin-left: auto !important;
}
.mr-auto,
.mx-auto {
    margin-right: auto !important;
}
.pb-auto,
.py-auto {
    padding-bottom: auto !important;
}
.pt-auto,
.py-auto {
    padding-top: auto !important;
}
.pl-auto,
.px-auto {
    padding-left: auto !important;
}
.pr-auto,
.px-auto {
    padding-right: auto !important;
}
@media (max-width: 767px) {
    .pull-right-xs {
        float: right;
    }
    .pull-left-xs {
        float: left;
    }
}
@media (max-width: 991px) {
    .pull-right-sm {
        float: right;
    }
    .pull-left-sm {
        float: left;
    }
}
@media (max-width: 1279px) {
    .pull-right-md {
        float: right;
    }
    .pull-left-md {
        float: left;
    }
}
.relative {
    position: relative;
}
.abs {
    position: absolute !important;
}
.abs--left {
    left: 0;
}
.abs--right {
    right: 0;
}
.abs--top {
    top: 0;
}
.abs--bottom {
    bottom: 0;
}
.abs--middle {
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}
.d-block {
    display: block;
}
.relative,
body {
    position: relative;
}
#pg-wrapper {
    overflow: hidden;
}
.vertical-align-middle {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.sticky-parent [class*=" col-"],
.sticky-parent [class^="col-"] {
    position: static;
}
.is_stuck {
    z-index: 1000;
}
.list-column {
    padding-left: 0;
    list-style: none;
    margin: 0;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 32px;
    -moz-column-gap: 32px;
    column-gap: 32px;
    -webkit-column-rule: 1px solid #e2e2e7;
    -moz-column-rule: 1px solid #e2e2e7;
    column-rule: 1px solid #e2e2e7;
}
.list-column > li {
    width: 100%;
    margin-bottom: 8px;
}
@media (min-width: 768px) {
    .list-column {
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3;
    }
}
@media (min-width: 992px) {
    .list-column {
        -webkit-column-count: 4;
        -moz-column-count: 4;
        column-count: 4;
        -webkit-column-gap: 64px;
        -moz-column-gap: 64px;
        column-gap: 64px;
        font-size: 16px;
        line-height: 1.5;
    }
}
@media (min-width: 1280px) {
    .list-column {
        -webkit-column-gap: 64px;
        -moz-column-gap: 64px;
        column-gap: 64px;
    }
}
.stripe-content {
    padding-bottom: 64px;
    padding-top: 64px;
}
@media (max-width: 767px) {
    .stripe-content {
        padding-bottom: 32px;
        padding-top: 32px;
    }
}
.single-footer + .stripe-content,
.stripe-content + .stripe-content {
    padding-top: 0 !important;
}
.stripe-content + .container-fluid {
    margin-top: 64px;
}
@media (max-width: 767px) {
    .stripe-content + .container-fluid {
        margin-top: 32px;
    }
}
.separator {
    display: block;
    position: relative;
    padding-top: 64px;
}
@media (max-width: 991px) {
    .separator {
        padding-top: 48px;
    }
}
@media (max-width: 767px) {
    .separator {
        padding-top: 32px;
    }
}
.flex-list {
    padding-left: 0;
    list-style: none;
    text-align: center;
    font-size: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -ms-flex-pack: center;
    justify-content: center;
}
.flex-list--col {
    margin-right: -16px;
    margin-left: -16px;
}
.flex-list--col > li {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-left: 16px;
    padding-right: 16px;
    text-align: left;
    font-size: 16px;
    margin-top: 16px;
    margin-bottom: 16px;
}
.flex-list--col > li p {
    margin-bottom: 0;
}
@media (min-width: 768px) {
    .flex-list--col > li {
        display: inline-block;
        width: 50%;
        position: relative;
    }
    .flex-list--col.flex-list--border > li::after {
        content: " ";
        border-left: 1px solid #e2e2e7;
        position: absolute;
        top: 0;
        right: 0;
        height: 100%;
    }
    .flex-list--col.flex-list--border > li:last-child::after,
    .flex-list--col.flex-list--border > li:nth-child(2n)::after {
        border-left: 0;
    }
}
@media (min-width: 992px) {
    .flex-list--col > li {
        width: 25%;
    }
    .flex-list--col.flex-list--border > li:nth-child(2n)::after {
        border-left: 1px solid #e2e2e7;
    }
    .flex-list--col.flex-list--border > li:last-child::after,
    .flex-list--col.flex-list--border > li:nth-child(4n)::after {
        border-left: 0;
    }
}
@media (min-width: 1280px) {
    .flex-list--col {
        margin-left: -32px;
        margin-right: -32px;
    }
    .flex-list--col > li {
        padding-left: 32px;
        padding-right: 32px;
    }
}
@media (min-width: 992px) {
    .flex-list--col.flex-list--3cols > li {
        width: 33%;
    }
    .flex-list--col.flex-list--3cols.flex-list--border > li:nth-child(2n)::after {
        border-left: 1px solid #e2e2e7;
    }
    .flex-list--col.flex-list--3cols.flex-list--border > li:last-child::after,
    .flex-list--col.flex-list--3cols.flex-list--border > li:nth-child(3n)::after {
        border-left: 0;
    }
}
.fixed-bar {
    position: fixed;
    left: 0;
    right: 0;
    z-index: 1;
    padding: 16px 0;
}
.fixed-bar .btn,
.fixed-bar .h1,
.fixed-bar .h2,
.fixed-bar .h3,
.fixed-bar .h4,
.fixed-bar .h5,
.fixed-bar .h6,
.fixed-bar .list-inline,
.fixed-bar h1,
.fixed-bar h2,
.fixed-bar h3,
.fixed-bar h4,
.fixed-bar h5,
.fixed-bar h6 {
    margin-bottom: 0;
}
.fixed-bar--bottom {
    transition: bottom 0.3s ease-in-out;
    bottom: -200px;
}
.scrolled .fixed-bar--bottom {
    bottom: 0;
}
@media (max-width: 767px) {
    .fixed-bar .flex-display {
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-align: flex-start;
        align-items: flex-start;
    }
    .fixed-bar .flex-display > :not(:last-child) {
        margin-bottom: 16px;
    }
}
@font-face {
    font-family: mondadori_edu;
    src: url("data:application/x-font-ttf;charset=utf-8;base64,AAEAAAALAIAAAwAwT1MvMg8SBrcAAAC8AAAAYGNtYXAAzLxIAAABHAAAAGRnYXNwAAAAEAAAAYAAAAAIZ2x5ZoPZScUAAAGIAABQrGhlYWQlpeblAABSNAAAADZoaGVhEcQN/QAAUmwAAAAkaG10eAZCC4cAAFKQAAAA/GxvY2Hy0AbUAABTjAAAAIBtYXhwAFECfgAAVAwAAAAgbmFtZV626IMAAFQsAAABznBvc3QAAwAAAABV/AAAACAAAwROAZAABQAAApkCzAAAAI8CmQLMAAAB6wAzAQkAAAAAAAAAAAAAAAAAAAABEAAAAAAAAAAAAAAAAAAAAABAAADpPwPA/8AAQAPAAEAAAAABAAAAAAAAAAAAAAAgAAAAAAADAAAAAwAAABwAAQADAAAAHAADAAEAAAAcAAQASAAAAA4ACAACAAYAAQAg6TPpOek///3//wAAAAAAIOkA6TjpO//9//8AAf/jFwQXABb/AAMAAQAAAAAAAAAAAAAAAAAAAAEAAf//AA8AAQAAAAAAAAAAAAIAADc5AQAAAAABAAAAAAAAAAAAAgAANzkBAAAAAAEAAAAAAAAAAAACAAA3OQEAAAAABgAz/80DkQNmAAsAFwAjAC8AWwBpAAAFIiY1NDYzMhYVFAYnIgYVFBYzMjY1NCYFIiY1NDYzMhYVFAYnIgYVFBYzMjY1NCYTLgEjIScuASsBIgYVFBY7ATIWFxMeATMhMjY1NCYjISImLwElPgE/ATYmJw8BDgEHBQMhMhYXHgEHAZorPDwrKjw8KhYeHhYVHh4BUSo8PCoqPDwqFR4eFRUeHm0KGxD9jQUFMR8zCw8PCzMMFAJWBTEfAgAKDw8K/gAMFQIMAf4eMAQjAgcKJCICFgz9/TMCawQIAgICATM8Kis8PCsqPJkeFRUeHhUVHpk8Kis8PCsqPJkeFRUeHhUVHgKCCw0fHikPCgsPEQz9/x8pDwoLDxEMTCwDLB3PDx4LMM4MFQEsATEDAwMHBQAAAAADAGb/zQNmA5oADQA0AEUAACUhIiY1NDYzITIWFRQGEyIGFREUBiMhIiY1NDYzITI2NRE0JiMhIgYVERQWMyEyNjURNCYjJSEyFhURFAYjISIGBxE0NjMC5v4ACg8PCgIACw8PXAsPDwr9zB8tLR8BzSAtLSD+ACAtSzUCNB8tDwr9ZgIACw8PC/4zFScQDwozDwsKDw8KCw8DAA8K/QALDy0gIC0tHwJnIC0tIP0ANUstIAMACg8zDwr9mQoPDgwCmgoPAAAAAAEA7v/NAt8DkgAVAAAFMjY3NjQnCQE2NCcmIgcBBhQXAR4BAs0FCQQHB/5FAbsHBwgVB/4zCAgBzQMKMwQDCBUIAboBuwcWBwgI/jMHFQj+MwMEAAEA7v/NAt8DkgAWAAAFIiYnJjQ3CQEmNDc2MhcBFhQHAQ4BIwEABQkECAgBu/5FCAgHFgcBzQcH/jMECQUzBAMIFQgBugG7BxYHCAj+MwcVCP4zAwQAAAABAAAAuwPFAqwAFgAAEzQ2NzYyFwkBNjIXFhQHAQYiJwEuATUABAMIFQgBugG7CBUHCAj+NAgVCP4zAwQCmgUJBAcH/kUBuwcHCBUI/jQICAHMBAoFAAAAAQAAALsDxQKsABYAADcUFhcWMjcJARYyNzY0JwEmIgcBDgEVAAQDCBUIAboBuwgVBwgI/jQIFQj+MwMEzQUKAwgIAbr+RggIBxUIAc0HB/4zBAkFAAAAAAIAAP/NA8YDzQAiAD8AAAUBPgE1NCYnLgEjIgYHDgEVFBYXHgEzMjY3AR4BMzI2Nz4BATQ3PgE3NjMyFx4BFxYVFAcOAQcGIyInLgEnJjUDxv7QMzc6NjeMTU2MNzY6OjY3jE1CezMBMAQKBQUJAwgB/GYaG1o9PEVFPD1aGxoaG1o9PEVFPD1aGxoIAUw1iUtNjDY3Ojo3NoxNTYw3NjorKf60BAQDBAcVAl1FPD1aGhsbGlo9PEVFPTxbGhoaGls8PUUAAAAAAgE0AJoCzQMzAGkAgwAAAS4BPQE0Njc+ATsBMjY3PgE3PgE3PgE1NCYnLgEnLgEnLgEjIgYHDgEHDgEHDgEHFAYHDgEjIiYnLgE1PgE3PgE3PgE3PgEzMhYXHgEXHgEXHgEVFAYHDgEHDgEHDgEjFRQGBw4BIyImJxUuAT0BNDY3PgEzMhYXHgEdARQGBw4BIyImAdQDBAQDBAkGGRYkDw4YCQgNBAQEBAQEDQgJGA4PJBYUIw4OFwgJDgQFBgEEBAQKBQUJAwQDAggHBxMNDR4SEiwZGy8TEx8MDRMGBgYGBgYTDQwfExMvGwQDBAkFBgkEAwQEAwQJBgUJBAMEBAMECQUGCQE7BAkFZgYJBAQDBQQEDQgJFw8OJRYWJA8OGAgJDQQEBAMEAwwHCBMNDB4SBQkEAwMEBAQKBRcpEBEcCgsQBQUFBgYGEg0MIBMSLxsbLxMTHw0NEgYGBk0FCQQEAwMEmgQJBjMFCQQEBAQEBAkFMwYJBAMEBAADADMAZwPNAu4AGwA5AE8AAAEyFhceARURFAYHDgEjISImJy4BNRE0Njc+ATMBMjY3PgE1EQEOAQcOASMiJicuAScBERQWFx4BMyERISoBMSoBIwEeATMyNjcBKgEjMCIxA3wRHAwMDAwMDBwR/QgRHAwMDAwMDBwRAvgFCgQEBP6kBg4HCBAICBAICA4G/qUEBAQJBgL4/QgBAQEBAQFjBg8JCQ8GAWMBAQECAu4MDAwcEP4aEB0MDAwMDAwdEAHmEB0LDAz9sAMEBAoFAc7+9wUGAgICAgICBgUBCf4yBQoEBAMCGv7xBAMDBAEPAAADAAD/8ANuA2UANwBVAHMAAAEyFhcWFBUUBgcOASMiJicuAScuAT0BPgE3PgEzMhYzMhYXHgEVFAYVFBYXHgEXHgEXHgEzMjYzAzI3PgE3NjU0Jy4BJyYjIgcOAQcGFRQWFwc3HgEzETIXHgEXFhUUBw4BBwYjIiYnBzcuATU0Nz4BNzYzAjMHYQMBBgQKQBkURhI+UyUQGQEVFQYOCQYKBgsIBQMeKAIBCiAQFCsYAwYDDSULdEpBQmEcHR0cYUJBSkpCQWEdHCMiLosrZjRZTk91IiIiInVPTlk3ajDuTh8fIiJ1Tk9ZAX4yBQIFAgsWChgdGwkbWzcYOR4EHCsTBgcCCAsHUgQRIQoCBAIUKxASGwwCAjf+0R0cYUJBSkpCQWEdHBwdYUFCSjhsLoUsHR8DFiIidU5PWVlPTnUiIhsbTegycTtZT051IiIAAAABABkAPQOeAxgARQAAAQ4BBxYUFRQHDgEHBiMiJiceATMyNjcuASceATMyNjcuAT0BHgEXLgE1NDY3FhceARcWFy4BNTQ2MzIWFz4BNw4BBz4BNwOeEy8bASMihWJif0+QPQsWDEB1MD1eEgkRCQ0YDEBUEioXJS0NDCIqKmE2NjoDAmxNJ0YZIDsbCyodHDYZAsIcMBQGDAZbXl2YLzArKAEBKSUCSDYBAQMDDWVDAgoMARlRMBkvFSojIjIPDgMKFQtMbB8bBhcQIDURAw8LAAAAAAIANAAAA8wDZgArAEgAACUiJiclBQYiJy4BNxMnLgE3PgE3JTc+ATMyFh8BBR4BFxYGDwETFgYHDgEjJTIWHwEDJjY/ASUuAS8BBw4BBwUXHgEHAzc+ATMDGgQGA/7z/vMHDgYGBgExwwUEAgMKCAEmegMNBwcNA3oBJggKAwIEBcMxAQYGAwcE/uYDBgPsKwEEBKr+/gYKA2lpAwoG/v6qBAQBK+wDBgMAAgGTkwMFBA4HASbDBg4GBwoBMfQHBwcH9DEBCgcGDgbD/toHDgQDAs0CAYEBAAYMBKorAQcF09MFBwErqgQMBv8AgQECAAEAOAEzA5oCMwA3AAABIgYdASYnLgEnJiMiBgcOAQcGFhceATMyNjc2Nz4BNzYzMhceARcWFyMiBhUUFjsBMjY9ATQmIwOACw8lLSxiNTQ3QHs5Nl8lBgMIBAgEBgoEIywrZDc2OjMxMVopKSKWCg8PCs0LDw8LAjMPCogmHh8pCgsdHRxQMQgVBwIDBQUvJCQyDQ0KCigcHSUPCgsPDwvNCg8AAQAzATMDlAIzADcAAAEuAScuASMiBw4BBwYHNTQmIyIGHQEUFjsBMjY1NCYrATY3PgE3NjMyFx4BFxYXHgEzMjY3PgEnA5QkXzY5e0E2NTRiLC0mDwoLDw8LzQoPDwqWIikpWjExMjo3N2QrLCMDCwYECAMJAwcBXDFQHB0dCwopHx4miAoPDwrNCw8PCwoPJR0cKAoKDQ0yJCQvBQUDAgcVCAABAEkAdQO3AyQABQAAJQE3BQEXAdH+eGQBEQGDdnUBU3XtAdRhAAAAAQC7AGYDRQL5ACYAAAkBNjQnJiIHCQEmIgcGFBcJAQYUFx4BMzI2NwkBHgEzMjY3NjQnAQIkASEICAcVCP7f/t8IFQcICAEh/t8ICAMKBQUJBAEhASEECQUFCgMICP7fAbMBIQgVCAcH/t4BIgcHCBUI/t/+3wcWBwQEBAQBIf7fBAQEBAcWBwEhAAADAAAAAAQAA5oAIQA+AEgAAAEjNTQmIyIGHQEhNTQmIyIGHQEjIgYVERQWMyEyNjURNCYFMxUUFjMyNj0BIRUUFjMyNj0BMzIWHQEhNTQ2MwEhIiY1ESERFAYDs4APCgsP/gAPCwoPgCAtLSADZiAtLfx6gA8KCw8CAA8LCg+ACw/8Zg8LA2b8mgsPA5oPA2YaCw8PCxoaCw8PCxotH/0zIC0tIALNHy0zTQoPDwpNTQoPDwpNDwqAgAoP/QAPCwIZ/ecLDwAAAAQAAP/NA80DlwAjACcAKwAvAAABLgEHBSUmIgcFDgEVERQWFx4BMzI2NyUFFjI3JT4BNRE0JicBBRElMwURJSEFESUDwQYNBv7Y/tgFDAb+zQYIBgYDBwQDBQMBKAEoBQwFATQGCAcF/XL/AAEAMwEA/wACNP8AAQADlgMBA5SUAwOaAwwI/QAGDAMCAgECk5MDA5kDDQcDAAcLBPz6gALHgID9OYCAAseAAAAJAAAASgYzA1AACwAYACQAMQBVAHEAfQCnANwAAAEiJjU0NjMyFhUUBgMiBhUUFjMyNjU0JiMBIiY1NDYzMhYVFAYDIgYVFBYzMjY1NCYjEy4BIyIGBw4BBw4BHQEUFjMyNj0BPgE3PgEzMhYXFjY3NiYnJSInLgEnJjU0Nz4BNzYzMhceARcWFRQHDgEHBgMiBhUUFjMyNjU0JhMuAScuASMiBgciMDEOARceATc6ATM+ATMyFhceATEVFBYzMjY9ATQmJwUuAScuASMiBgcOAQcOAQcOAR0BFBYzMjY9ATQ2Nz4BNz4BMzIWFx4BHQEUFjMyNj0BNCYnAtZMbGxMTGxsTDdOTjc3Tk43/jNAWlpAP1paPys8PCsqPDwqYBYwGixKHxkpDxoJEAsLDwEHEhlfQhcpEgsTAwMLCwNjKyUlOBAQEBA4JSUrKiUlOBAQEBA4JSUqQFpaQD9aWvkUNyIqZjwoSiABCw0CAg8PAQEBHUQlX4klGwoQCwsQDCP96RIxHyVbNSNCHgwZCh8xEh8LDwsLEAkYEzgnGjshU3ggGAkPCwsQCx8Bk2xMTGxsTExsAT1ONzdOTjc3Tv6pWkA/Wlo/QFoBADwqKj08Kyo8/skFBg4NCyAUIzsBLwsQEAsuAycXISIFBAMLCwsTA3QQEDglJioqJiU3ERAQETclJioqJiU4EBABZlo/QFpaQD9a/e0bKw8TEgkJAhILCg8DCAkyMSM9JQsQEAslAk8uEhgmDhARCAgDCQUNJxgpRwIgCxAPDCABNB8ZJAoIBywqHzQBIQsPDwshAkcpAAMAAP/NA80DzQAbADcAbwAAASInLgEnJjU0Nz4BNzYzMhceARcWFRQHDgEHBgMiBw4BBwYVFBceARcWMzI3PgE3NjU0Jy4BJyYBNDY3PgE3PgEzMhYXHgEXHgEdARQGIyImPQEwJicmJy4BJyYjIgcOAQcGBw4BFTUVFAYjIiY9AQHmOjMzTRYWFhZNMzM6OzMzTRYWFhZNMzM7LyoqPxISEhI/KiovMCoqPxISEhI/Kir96hAvG0ouOItRUos4LkobLxAPCwoPDygaJiZgOjpDQzo5YSUmGycPDwoLDwGaFhZMNDM6OjQzTBcWFhdMMzQ6OjM0TBYWAgATEj4qKjAvKio/EhISEj8qKi8wKio+EhP8gAJpPiQ5FBkZGRkUOSQ+aQI0Cg8PCjRYNCMaGiQJCQkJJBoaIzRYAQE0Cg8PCjQAAAsAZv/NA5oDmgAPACAALwA+AE0AXABqAHgAhgCXAJsAAAUhIiY1ETQ2MyEyFhURFAYBIgYVERQWMyEyNjURNCYjIQUjIiY1NDY7ATIWFRQGIxUjIiY1NDY7ATIWFRQGIxUjIiY1NDY7ATIWFRQGIxUjIiY1NDY7ATIWFRQGIwUhIiY1NDYzITIWFRQGByEiJjU0NjMhMhYVFAYHISImNTQ2MyEyFhUUBgMjIiY1ETQ2OwEyFhURFAYjJzMRIwNN/WYgLS0gApogLS39RgoPDwoCmgoPDwr9ZgEAmQsPDwuZCw8PC5kLDw8LmQsPDwuZCw8PC5kLDw8LmQsPDwuZCw8PCwEz/jQLDw8LAcwLDw8L/jQLDw8LAcwLDw8L/jQLDw8LAcwLDw8LzAsPDwvMCw8PC7OamjMtIAMzIC0tIPzNIC0DmQ8K/M0LDw8LAzMKD5kPCgsPDwsKD2cPCwsPDwsLD2YPCwoPDwoLD2YPCgsPDwsKD2cPCwoPDwoLD2YPCgsPDwsKD2cPCwsPDwsLDwE0DwoBMwsPDwv+zQoPMwEAAAAAAA4AAAAzBAADZgAYABsAKwAvADMAOAA9AEIARgBKAE4AUgBXAFsAACUiJicuATURNDY3NhYXBR4BFRQGBwUOASMTETcBISIGFREUFjMhMjY1ETQmASM1MzUjNTMDMxUjNRMhESERATMVIzU9ATMVBzMVIxMjNTMhFSM1ETMVIzUFNTMVAYADBgIHCAgHBg8FATQEBgYE/swDCAQa7wFd/DQLDw8LA8wLDw/8qWdnZ2dnZ2eaAmb9mgKZZ2dnZ2dnZ2dn/M1nZ2cDM2fNAQIDDAcBzQcNAwMBBOcDCwYGCwTmAwIBs/6aswGZDwr9AAsPDwsDAAoP/jRmM2f+zGZmAc39MwLN/s1mZjNnZ81mAc1mZmb9mmdnZ2dnAAAABQAA/80EAAPNAAsAFwAoADYATAAAASImNTQ2MzIWFRQGJyIGFRQWMzI2NTQmEyEiBhURFBYzITI2NRE0JiMBNTc+ATMyFhcBISImNSEUBisBAS4BIyIGDwERNDYzITIWFRECszVLSzU1S0s1IC0tICAtLeD8miAtLSADZiAtLSD8gNcDCQQFCAMB5/08Cw8Dmg8LW/33ChwPEBsLsQ8LA2YLDwIASzU1S0s1NUvNLSAgLS0gIC0BAC0g/JogLS0gA2YgLfxN9uwEBAQD/gMPCwsPAiALDA0LwwIkCw8PC/yaAAAACQCYAGUDaAM1ABAAIgA0AEUAVgBoAHoAjACeAAABFBYXHgEzMjY9ATQmIyIGFRM0JicuASMiBh0BFBYzMjY1Jzc0JicuASMiBh0BFBY3FjY9ATciBgcOARUUFjsBMjY1NCYjBTI2Nz4BNTQmKwEiBhUUFjMXPgE1NCYnJiIPAQYUFxYyPwE3DgEVFBYXFjI/ATY0JyYiDwEHHgEzMjY3NjQvASYiBwYUHwEXLgEjIgYHBhQfARYyNzY0LwEB5AQEAwoGCxERCwsQOAQEAwoGCxERCwsRAQ8GBgYPCRIZGRISGGIFCgQEBBALwAsQEAv+JgUKBAQEEAvACxAQC/4EBQUECBYJcQgICBcIcZ8EBAQECBcIcAgICBcIcMcECwUFCgQICHIIFggJCXHvBAoFBgoECAhwCBcICAhwAloGCgMEBBALvwwQEAz+JgYKBAQEEAy/CxAQC7+PCRAFBgcZEgESGQEBGRIBGwQEBAoFDBAQDAsQOQUDBAoGCxAQCwsRWgQKBgUKBAgIcggXCAgIcu8ECgYFCgQICHAIFwgICHAqBAQEBAgXCHIICAgXCHKeBAQEBAgXCHAICAgXCHAAAAgAAv/NBAADzQALABcANQBIAJsApQCvANAAAAEiJjU0NjMyFhUUBiciBhUUFjMyNjU0JgEiJicuATc2Nz4BNzYzMhYXHgEHBgcOAQcGByIGIxMiBgcOAQc+ATc+ATc2JicuASMBIgcOAQcGBw4BBw4BBw4BBw4BBw4BBwYWFx4BMzI2NzA2Nz4BNx4BFx4BFw4BBw4BMQ4BFx4BMzI2Nz4BNz4BNz4BNz4BNz4BNzY3PgE3Nj0BIwE+ATcOAQcOAQcBPgE3PgE3DgEHEw4BIzAmJy4BJy4BJy4BMTQ2NzY3PgE3NjcGBw4BBwYHArM1S0s1NUtLNSAtLSAgLS39RwUKBAUDAx0eHz0gHyAVJxEcCgUGGBdROjlLAgQC3hMsGBYuFzNSHykfAgMJDQoVCgLuMS8wWCkpJj5qKwgPBiJDIhw6HC83AQQECAMIBAUJBCMfGk4wDDgREUEfAxwPEh4HAQUECwYDBgMCYTsjNxQYGgMJEgkxTRsRDA0RBAQa/LklbD8ZGwUtTB4Baw8XAhpMLBVwNfhQjAwSFQ8hERAdCg8GLUcqNTV+SEhQAQ4OMyUlMAIASzU1S0s1NUvNLSAgLS0gIC39AAQDBg4HUT49UhQVEhIcNBMdHB04HBwbAQE1ICAfWDgUKhUcKw0OGQ0KCgLLBAUQDQ0QHEwxCRIKAhoYFDcjO2EDCBIGAgMEBB4SDh0DH0IQETgMME4aHyMHEwcGBQECATcvHDkdIkMhBw8IK2o+JikpWC8vMhr+CjVwFSxMGgIYDv6VHkwtBBsZP2slATpGLQUPCxwRECIPFREMjVAwJSUzDQ4CUEhIfjU1KwAEAAMAAAPKA2YAFQAZACcANQAAJSEiJicmNDcBPgEzMhYXARYUBw4BIyUhCQElIiY1ETQ2MzIWFREUBgciJj0BNDYzMhYdARQGA7P8ZwcMAwQDAc0DDAcHDAQBzQMEAwwH/JIDQv5f/l8BoQoPDwoLDw8LCg8PCgsPDwAHBgYNBgMzBgcHBvzNBg0GBgczAub9Gs0PCwEACg8PCv8ACw+aDwszCw8PCzMLDwAABQAz/80DmQNmAAsAFwAjAC8AXwAABSImNTQ2MzIWFRQGJyIGFRQWMzI2NTQmBSImNTQ2MzIWFRQGJyIGFRQWMzI2NTQmEyYGDwEOAQcFAy4BKwEiBhUUFjsBMhYXEx4BMyEyNjU0JiMhIiYvASU+AT8BNiYnAZorPDwrKjw8KhYeHhYVHh4BUSo8PCoqPDwqFR4eFRUeHnAKEgIpAxcM/fU4BTEfMwsPDwszDBQCVgUxHwIACg8PCv4ADBUCFQIHHTEGKQIMCjM8Kis8PCsqPJkeFRUeHhUVHpk8Kis8PCsqPJkeFRUeHhUVHgKaAgwLzQ0UAS0BUB4pDwoLDxEM/f8fKQ8KCw8RDH8tAiwdzQsRAwAAAwAC/80D/wPMAB8AJQA1AAABLgEjIgYHAQ4BBwMGFhceATMyNjMlPgE3AT4BNTQmJwEHNwEXAQEHJzc+ATMyFhceARUUBgcD0hU4Hx44Ff1zAgMBZgMDBQQKBQIEAgEaAwQCAo0WFxcW/VPhUgI3j/3JAokujy4OJRQVJQ4OEBAOA58VGBgV/XMCBQL+5gcOBgMEAWcBAwICjBY4Hh83FvzEUuECN4/9yQKJLo8uDg8PDg8lFBQlDgAAAAAHAAD/zQP8A80AHgAuAD4ATABdAG4AfQAAASMiBh0BLgEjISIGFREUFjMhMjY3HgE7ATI2NRE0JgMhIiY1ETQ2MyEyFhURFAY3FAYrASImNRE0NjsBMhYVBSMiJjU0NjsBMhYVFAYBBwYmJwMmNj8BNhYXExYGBwEOARcTHgE/AT4BJwMuAQ8BFwcGJicmNj8BNhYXFgYHAhpnIC0GDAf/ACAtLSABAA8aCgoaD2cfLS3s/wALDw8LAQAKDw/cDwpnCg8PCmcKD/7nkwoPDwqTCg8PApWZHzIEZAQnIJggMgRkBCgf/vcKDQFkAREKmQoNAWQBEQqZeDILEQEBDQozCxACAQ0LA80tIB4CAi0f/QAgLQoJCQotIANmIC38Mw8LAwAKDw8K/QALDxoLDw8LA2YLDw8L5g8KCw8PCwoP/UYTAycfAy0gMgQTBCgf/NMgMgQDgAERCvzSCg0BEwERCgMuCg0BE4wGAQ0KCxACBgENCgsRAQAAAwAzAAADzQOaABEAVACXAAABIiYnJjQ3ATYyFxYUBwEOASMlKgEnLgE3PgEXFjIzMjc+ATc2NTQnLgEnJiMiBw4BBwYVFBYVFgYHBiYnNCY1NDc+ATc2MzIXHgEXFhUUBw4BBwYjASInLgEnJjU0Nz4BNzYzMhYXHgEHDgEnIiYjIgcOAQcGFRQXHgEXFjMyNz4BNzY1NCY1JjY3NhYXFBYVFAcOAQcGIwFNBQoDCAgBZggVBwgI/poECQUBgAcPBwoNAQEQCwYLBiolJjcQEREQNyYlKislJTgQEAEBDQoLEAIBFBRGLi81NS4vRhQUFBRGLy41/mY1Li9GFBQUFEYvLjUHDwcKDQEBEAsGCwYqJSY3EBEREDcmJSorJSU4EBABAQ0KCxACARQURi4vNQEABAMIFQgBZggIBxYH/pkDBJoBAREKCw0BARAQOCUlKyolJjcQEBAQNyYlKgYMBQsQAQIOCgcOCDUuL0UUFRUURS8uNTUvL0UUFP5mFBRGLi81NS8uRhQUAQEBEAsKDgIBEBA4JSYqKiYlOBAQEBA4JSYqBgsGChEBAQ0LBw4HNS8uRhQUAAADAAAAMwPNApoAEAAdAC8AAAEhIgYVERQWMyEyNjURNCYjFToBMwEGIicBOgEzIREhIiY1EQUeATMyNjclERQGIwOA/M0gLS0gAzMgLS0gAQIB/n8LIwv+fgEDAQMz/M0LDwF7DB0PEB0MAXsPCwKaLSD+MyAtLSABzSAtNP7/CAgBAf4ADwsBt/0ICAgI/f5JCw8AAgBtAAADxgOZABsALwAACQEOARceATclERQWMzI2NREFHgEzMjY3NiYnAQUJAR4BMzI2NzYmJwkBDgEXHgE3Ahn+WwkEBgYVCQFuDwsLDwFwAwcEBgsEBgQI/ln+eAGIAYoDBwQGDAMGBAj+Wf5bCQQGBhUJAsz+3gYVCQkDBvz9ngsPDwsCY/4CAgYFCRUGASKAAQ/+8QICBQYJFAYBI/7dBhQJCQQGAAAAAAkAAP/NBAADzQAjAC4AOQBbAGkAdwCFAJEAnQAAASM1NCYjISIGHQEjIgYVERQWOwEVFBYzITI2PQEzMjY1ETQmJTQ2MyEyFh0BITUBISImNREhERQGIzcUBisBNTMyNjU0JiMhIgYVFBY7ARUjIiY1ETQ2MyEyFhUDISImNTQ2MyEyFhUUBgchIiY1NDYzITIWFRQGByEiJjU0NjMhMhYVFAYTIiY1NDYzMhYVFAYnIgYVFBYzMjY1NCYDs00tH/3MHy1NIC0tIE0tHwI0Hy1NIC0t/PoPCgI0Cg/9mgJN/cwKDwJmDwqzDwtNGgsPDwv9AAsPDwsaTQsPDwsDZgsP5/40Cw8PCwHMCw8PC/40Cw8PCwHMCw8PC/40Cw8PCwHMCw8PXCAtLSAgLS0gCw8PCwoPDwMAgCAtLSCALSD+Mx8tgCAtLSCALR8BzSAtgAsPDwuAgPyADwsBTP60Cw/mCg+ZDwsLDw8LCw+ZDwoBzQsPDwv+TQ8LCg8PCgsPZg8KCw8PCwoPZw8LCg8PCgsPAc0tICAtLSAgLWYPCgsPDwsKDwAAAAAEAW7/5gKSA7QAGgAmADMAQAAABSImLwEHDgEnLgE1ETQ2OwEyFhURFAYHDgEjJzIWHwERIxE3PgEzESImNTQ2MzIWFRQGIzUiBhUUFjMyNjU0JiMCegQHBGtrBQ4GBgcOCvMKDgcGAwUDegQIA1PDUwMIAz1VVT08VlY8KTk5KSg5OSgaAwJQUAQBAwMMBwJHCg8PCv25BwwDAQKMAgM+Af/+AT4DAgIeVjw9VVU9PFb0OigoOjooKDoAAAQAAAAzA80DmQCSAMUA+AFhAAABHgEXHgEVERQGBw4BBwYiByoBIyImJy4BJy4BJy4BJy4BJy4BIyIGBw4BBw4BBw4BBw4BIyImJy4BJy4BJy4BJy4BIyIGBw4BBw4BBw4BBw4BByoBJy4BJy4BNRE0Njc+ATc+ATc+ATc+ATc+ATMyFhceARceARceARc+ATc+ATc+ATc+ATMyFhceARceARceARcBPgE3PgE3PgE3PgEzMhYXHgEXHgEXHgEXES4BJy4BJy4BJy4BIyIGBw4BBw4BBw4BBxEhES4BJy4BJy4BJy4BIyIGBw4BBw4BBw4BBxE+ATc+ATc+ATc+ATMyFhceARceARceARcFPgE3PgE3PgEzMhYXHgEXHgEXHgEXHgEzMjY3PgE3PgE3PgE3PgEzMhYXHgEXHgEXFjYnLgEnLgEnLgEnLgEjIgYHDgEHDgEHDgEPAScuAScuAScuAScuASMiBgcOAQcOAQcOAQcGFjcDxgEDAQEBAgIDBQQBAwEBAwECBQIDBAIFDgkJFw0OHhIRJxUVJxESHg4NFwkKDgQECQUGCQMFDwkJFw0OHhIRJxUVJxESHg4NFwkJDwQDBwMEBwQEBgICAgEBAQMBCBMMDBsQECMTFCoXFCURESAPDhsLDBQJCBQMCxsODx8SESUUFyoUEyMQEBsMDBMI/G0JFAsLFw0NHA8OIBARHw8OHA0NGAoLFAkGDwoJFg0NHRARIxQTJBARHQ0NFgkKDwYDZwYPCgkXDQweEBAkExMkEBEdDQ0WCQoPBgkUCwsXDQ0cDw4gEBAfDw8cDA0YCwsUCfyuChYNDh4SEScVFScREh4ODRcJCQ8FAwkGBQkEBA4KCRcNDh4SEScVFScREh8NDRQMFxYYCRQLCxgNDBwPDx8QECAODxwNDRcLCxQJGRoJFAsLFw0NHA4PHxEQIA4PHA0NFwsLFAkaGBcDRQIEAgIFA/2aBAcEAwQCAQEBAQEDAQULBgYLBgUJBAMEBAMECQUGCwYGCwUDBAQDBQsGBgsGBQkEAwQEAwQJBQYLBgYLBQIEAQIBBQMEBwMCZwMFAgIEAgcPCAcOBgYKBAQDAwMCCAUFCwYGDQYGDQYGCwUFCAIDAwQDBAoGBg4HCA8H/boGCgQFCAQDBgICAgICAgYEAwgFBAoGAikECwUGCgUECAMDAwMDAwgEBQoGBQsE/dcCKQQLBQYKBQQIAwMDAwMDCAQFCgYFCwT91wYKBAUIAwQGAgICAgICBgMECAUECgavBgwFBQkEBAMDBAQJBQYLBgYLBAQEBAQECwYGDAUFCQQEAwMEBAkFBgoHDCwQBQoFBAgEBAUCAgICAgIGAwQIBAUKBRERBQoFBAgEAwYCAgICAgIFBAQIBAUKBRAtDQAEAGb/zQOZA80AHAA5AFYAWgAAFyImJy4BNRE0Njc+ATMhMhYXHgEVERQGBw4BIyEDDgEVERQWFx4BMyEyNjc+ATURNCYnLgEjISIGBxMiJicuATURNDY3PgEzITIWFx4BFREUBgcOASMhJREhEbMQGwsLDAwLCxsQApkQGwwLCwsLDBsQ/WcSBAQEBAQJBQKaBQkEBAMDBAQJBf1mBQkERQUJBAMEBAMECQUCMwUJBAQEBAQECQX9zQIa/gAzCwsLHA8DZxAbCwwLCwwLGxD8mQ8cCwsLA8UECQX8mQUJBAQDBAMECQUDZwUJBAQDAwT9BwQEBAkFApoFCQQEBAQEBAkF/WYFCQQEBDQCZv2aAAMAGQEIA+cCyAAmADQATAAAEzc+ATU0JiMiBg8BNTQmIyIGFREUFjMyNj0BNxceATMyNjU0Ji8BJSIGFREUFjMyNjURNCYlISIGFRQWOwERFBYzMjY1ETMyNjU0JiPzewgJGBQNEwmxHBQUHBwUFBw3fQgSDhYbBwaGARcUHBwUFBwcAZv+4hIbGxJfHBUUHF4TGxsTAgNyCBELEhsKCbCTFBwcFP6kFBwcFFc0pAoNGxMLEAepwxwU/qQUHBwUAVwUHAIaExIb/soUHBwUATYbEhMaAAAAAA0AAAAADgEDmgA4AMwA/wEyAZsBuAHVAfIB9gIvAlYCZAJ7AAABMhYXHgEVFAYHDgErARUUBgcOASMiJicuAT0BIyImJy4BNTQ2Nz4BOwE1NDY3PgEzMhYXHgEdATMBHgEXHgEVERQGBw4BBwYiByoBIyImJy4BJy4BJy4BJy4BJy4BIyIGBw4BBw4BBw4BBw4BIyImJy4BJy4BJy4BJy4BIyIGBw4BBw4BBw4BBw4BBwYmJy4BJy4BNRE0Njc+ATc+ATc+ATc+ATc+ATMyFhceARceARceARc+ATc+ATc+ATc+ATMyFhceARceARceARczAT4BNz4BNz4BNz4BMzIWFx4BFx4BFx4BFxEuAScuAScuAScuASMiBgcOAQcOAQcOAQcRIREuAScuAScuAScuASMiBgcOAQcOAQcOAQcRPgE3PgE3PgE3PgEzMhYXHgEXHgEXHgEXBT4BNz4BNz4BMzIWFx4BFx4BFx4BFx4BMzI2Nz4BNz4BNz4BNz4BMzIWFx4BFx4BFxY2Jy4BJy4BJy4BJy4BIyIGBw4BBw4BBw4BDwEnLgEnLgEnLgEnLgEjIgYHDgEHDgEHDgEHBhY3BSImJy4BNRE0Njc+ATMhMhYXHgEVERQGBw4BIyEDDgEVERQWFx4BMyEyNjc+ATURNCYnLgEjISIGBxMiJicuATURNDY3PgEzITIWFx4BFREUBgcOASMlJREhEQEyFhceARUUBgcOASsBFRQGBw4BIyImJy4BPQEjIiYnLgE1NDY3PgE7ATU0Njc+ATMyFhceAR0BMyU3PgE1NCYjIgYPATU0JiMiBhURFBYzMjY9ATcXHgEzMjY1NCYvASUiBhURFBYzMjY1ETQmJSEiBhUUFjsBERQWMzI2NREzMjY1NCYFTQYJAwQEBAQDCQaABAMECQYFCQQDBIAGCQMEBAQEAwoFgAQDBAkFBgkEAwSA/nkCAgEBAQICAwUEAQMBAQICAgUCAwQCBQ4JCRcNDh4SEScVFScRER8ODRcJCg4EBAkFBgkDBQ8JCRcNDh4SEScVFScREh8NDRcJCQ8FAgcEAwgDBAYCAgIBAQEDAQgTDAwbEBAjExQqFxQlEREgDw4aDAwUCAkUCwwaDw4gERIlFBcqExQjEA8cDAwTBwH8bQkUCwsYDQwcDw8fEBEfDw8bDQ0YCwoUCQYPCQoWDQ0dEBEjFBMkEBAeDQwXCQkQBgNnBg8KCRcNDB4QECQTEyQQER0NDRYJCg8GCRQLCxcNDRwPDiAQEB8PDxsNDRgLCxQJ/K4KFg0OHxERJxUVJxESHw0NFwkJDwUECAYFCQQFDgkJFw0OHxERJxUVJxESHw0NFAwXFhgJFAsLFw0NHA8OHxEQHw8PHAwNGAsLFAkZGgkUCgsYDQ0bDw8fERAgDg8cDQwYCwsUCRkXFwWeEBsMCwsLCwwbEAIzEBsLCwsLCwsbEP3NEgQEBAQDCQYCMwUJBAQEBAQECQX9zQYJA0UFCQQEBAQEBAkFAcwGCQQEAwQDBAkG/jQBs/5mA7UFCQQEBAQEBAkFgAQEAwoFBQkEBAOABgkEAwQEAwQJBoADBAQJBQUJBAQEgAEmewcKGBQNEwmxHBQUHBwUFBw3fQgSDhUcCAWGARYUHBwUFBwbAZv+4hIbGxJeHRQVHF4TGxsCAAQDBAkGBQkEBAOABgkDBAQEBAQIBoADBAQJBQYJBAMEgAUJBAQDAwQECQWAAUUCBAICBQP9mQMHAwQEAgEBAQEBAwEFCwYGCwUGCQQDBAQDBAkGBQsGBgsFBAMEAwULBgYLBQYJBAMEBAMECQYFCwYGCwUCBAEBAQECBQMDCAMCZwMFAgIEAgcPCAcOBgYKBAQDAwIDCAUFCwYGDQYGDQYGCwUFCAMCAwQDBAoGBg4HCA8H/boGCgQFCAQDBgICAgICAgYEAwgFBAoGAikECwUGCgUECAMDAwMDAwgEBQoGBQsE/dcCKQQLBQYKBQQIAwMDAwMDCAQFCgYFCwT91wYKBAUIAwQGAgICAgICBgMECAUECgavBgwFBQkEBAMDBAQJBQYLBgYLBAQEBAQECwYGDAUFCQQEAwMEBAkFBgoHDCwQBQoFBAkDBAUCAwECAgIGAwQIBAUKBRERBQoFBAkDAwYCAgIBAwIFBAQIBAUKBRAtDVALCwwbDwMBEBsLCwwMCwsbEPz/DxsMCwsDXwQJBfz/BQkEBAMEAwQJBQMBBQkEBAMEA/1uAwQECQUCNAUJBAQDAwQECQX9zAUJBAQEATMCAP4AAQAEAwQJBgUJBAQDgAYJAwQEBAQECQWAAwQECQUGCQQDBIAFCQQEAwMEBAkFgANyCBELEhsKCbCTFBwcFP6kFBwcFFc0pAoNGxMLEAepwxwU/qQUHBwUAVwUHAIaExIb/soUHBwUATYbEhMaAAAIAAAAAAhnA5oAHAA5AFYAWgCSALkAxwDfAAA3IiYnLgE1ETQ2Nz4BMyEyFhceARURFAYHDgEjIQMOARURFBYXHgEzITI2Nz4BNRE0JicuASMhIgYHEyImJy4BNRE0Njc+ATMhMhYXHgEVERQGBw4BIyUlESERATIWFx4BFRQGBw4BKwEVFAYHDgEjIiYnLgE9ASMiJicuATU0Njc+ATsBNTQ2Nz4BMzIWFx4BHQElNz4BNTQmIyIGDwE1NCYjIgYVERQWMzI2PQE3Fx4BMzI2NTQmLwElIgYVERQWMzI2NRE0JiUhIgYVFBY7AREUFjMyNjURMzI2NTQmI0wPGwwLCwsLDBsPAjQQGgwLCwsLCxwP/cwRBAQEBAMJBgIzBQkEBAMDBAQJBf3NBgkDRQUJBAQEBAQECQUBzAYJAwQEBAQDCQb+NAGz/mYDtAYJAwQEBAQDCQaABAMECQYFCQQDBIAGCQMEBAQDBAoFgAQDBAkFBgkDBAQBpnsIChgVDBMJsRwUFBwbFRQcN3wIEw4VGwcGhgEXFBwcFBQcHAGc/uITGhoTXh0UFB1eEhsbEgALCwwbDwMBEBsLCwwMCwsbEPz/DxsMCwsDXwQJBfz/BQkEBAMEAwQJBQMBBQkEBAMEA/1uAwQECQUCNAUJBAQDAwQECQX9zAUJBAQEATMCAP4AAQAEAwQJBgUJBAQDgAYJAwQEBAQECQWAAwQECQUGCQQDBIAFCQQEAwMEBAkFgANyCBELEhsKCbCTFBwcFP6kFBwcFFc0pAoNGxMLEAepwxwU/qQUHBwUAVwUHAIaExIb/soUHBwUATYbEhMaAAADAAD/1gPBA8wAJgBDAGQAACUBPgE3NicuAScmJyYHDgEHBgcGFx4BFxYXFjY3AR4BMzI2Nz4BJyUmJy4BJyY3Njc+ATc2FxYXHgEXFgcGBw4BBwYnEyM1NCYjIgYdASMiBhUUFjsBFRQWMzI2PQEzMjY1NCYjA8H+1S84AwQcG2RFRFBPR0dtISEEAxscY0VFT0mDNAErBAkFBQoDCAEH/bFFOzxWGBgDAx0dXj49RUU8O1cXGAMDHRxfPT5F27MPCwoPswsPDwuzDwoLD7MLDw8LAQFDMX9IUEdHbSEhAwQcG2RERU9QR0dtISEEAy4q/r4EBQMEBxUI/QMcHV4+PkVFOzxWGBgDAx0dXj49RUU8O1cXGAMBabQKDw8KtA8KCw+zCw8PC7MPCwoPAAAABgAz/80DmQPNAAsAFwAjAC8AYAB/AAAlIgYVFBYzMjY1NCYHIiY1NDYzMhYVFAYlIgYVFBYzMjY1NCYHIiY1NDYzMhYVFAYTNzYmJzEmBg8BDgEHBQMuASsBIgYVFBY7ATIWFxMeATMhMjY1NCYjISImLwElPgE3JTI2NwEVFBYzMjY9ATQmKwEiBhUUFjsBAQYUFx4BMwGaKzw8Kyo8PCoWHh4WFR4eAVEqPDwqKjw8KhUeHhUVHh5bKQILCwoSAikDFwz99TgFMR8zCw8PCzMMFAJWBTEfAgAKDw8K/gAMFQIVAgcdMQb+KgUJBAEVDwsKDw8KzQsPDwuP/uoHBwQKBZo8Kyo8PCorPJoeFRUeHhUVHpo8Kyo8PCorPJoeFRUeHhUVHgIUzQsRAgMMC80NFAEtAVAeKQ8KCw8RDP3/HykPCgsPEQx/LAMsHUUDBAEVjwoPDwrNCw8PCwoP/uoHFQgEAwAABABm/80DZgOaAA4ANQBGAG0AADciBhUUFjMhMjY1NCYjIQEiBhURFAYjISImNTQ2MyEyNjURNCYjISIGFREUFjMhMjY1ETQmIyU0NjMhMhYVERQGIyEiBgcRARceATMyNjc2NC8BNzY0JyYiDwEnJiIHBhQfAQcGFBceATMyNj8B5goPDwoCAAsPDwv+AAJnCw8PCv3MHy0tHwHNIC0tIP4AIC1LNQI0Hy0PCv1NDwoCAAsPDwv+MxUnEAEXvgMKBQUJBAcHvr4HBwgVB769CBUHCAi9vQgIAwoFBQkEvWYPCgsPDwsKDwLNDwr9AAsPLSAgLS0fAmcgLS0g/QA1Sy0gAwAKDxoKDw8K/ZkKDw4MApr+qr0EBAQEBxYHvr0IFQcICL29CAgHFQi9vgcWBwQEBAS9AAAAAwAzAM0DzQMAAA0AGwApAAABISImNTQ2MyEyFhUUBgMhIiY1NDYzITIWFRQGAyEiJjU0NjMhMhYVFAYDtPyZCw8PCwNnCg8PCvyZCw8PCwNnCg8PCvyZCw8PCwNnCg8PAs0PCgsPDwsKD/8ADwoLDw8LCg//AA8KCw8PCwoPAAACAAH/zQQAA80ASwCKAAAFIiYnJicuAScmJyYnLgEnJicuATU0Njc+ATMyFhceARceARUUBgcOAQcOARUWFx4BFxYXMjY3PgE3PgEzMhYXHgEXHgEVFAYHDgEjAQ4BBw4BFRQXHgEXFjMyNjc+ATUuAScuASMiBgcOAQcOASMiJicmJy4BJyYnJjY3PgE3PgE3PgExNCYnLgEnAzNEkEsiIiJCICAeHhsbMRUWESYmPBIZSB0OIxYQJBMLTTYjDRoKCwYSIyNYMDEtAQkJCBAIFiscI3IOGCgPFRMsGBBNLP2ZCjIeHSFHSN+IiIEUNRsbGwEuNzBGCgEJCQcQCBUtHQUJBTI1NV8mJhQFBhgMIRENGQoLBickKzYIMyYmEhUVMRscHh4fIEMiIiJLkEQsTRAYLBQUDygYDnIjHSsVCBEICAkBLjAxVyMjEgYLChoNIjdNDBIkEBYjDh1IGRI9A80BGhsbNRSBiIjgR0ghHR4zCgg2KyQnBgsKGQ0jOAICFCYmXzU1MgwlFQwVCwgQBwkJCkcvOC0CAAAAEQAA/80EAAPNAAsAFwAwAEQAVQBsAHAAdQB9AIUAjQCVAKMAsQC/AM0A2wAAASImNTQ2MzIWFRQGJyIGFRQWMzI2NTQmAyImJy4BJy4BNTQ2MzIWFRQGBw4BBw4BIxEiBhUUFx4BFxYXNjc+ATc2NTQmNyEiBhURFBYzITI2NRE0JiMBIgYdASMRMxUUFjMyNj0BMxEjNTQmIycjNTMpARUhNQERIREhMhYVJTMRIxE0NjMDNTMVIyImNQUhNSEVFAYjATI2PQE0JiMiBh0BFBYXMjY9ATQmIyIGHQEUFhcyNj0BNCYjIgYdARQWFzI2PQE0JiMiBh0BFBYXNCYjIgYdARQWMzI2NQLmHy0tHyAtLSAKDw8KCw8PCwUKBAExHigoaUpLaSkoHTEBBAoGNUsPDikVFg8PFhYpDg5LmPyaIC0tIANmIC0tIP2aCw9mZg8LCg9nZw8Ks2dnAWYBzf4zAc3+MwGzCw/8gE1nDwsaZ00LDwOA/k0BzQ8L/ZoKDw8KCw8PCwoPDwoLDw8LCg8PCgsPDwsKDw8KCw8PJA8KCw8PCwoPAmYtICAtLSAgLWcPCwoPDwoLD/5mBQQCPzNGgjtKaWlKO4JGMz8CBAUCAEs1MTAwVCIiFBQiIlQwMDE1S5otIPyaIC0tIANmIC38Zg8KGgOaGgsPDwsa/GYaCg9nMzMzArP9gAKaDwsa/WYCgAsP/IBMZg8LGmZMCw8CzQ8KNAoPDwo0Cg+aDwszCw8PCzMLD5kPCjMLDw8LMwoPmg8LMwoPDwozCw9NCw8PCzMLDw8LAAAAAAEAAP/aBNwDdgBhAAABHgEdARYXHgEXFhUUBw4BBwYHFRQGKwEiJjURNDY7ATYmJy4BJyYnLgEHBgcOARUzMhYXERQGKwEiJj0BJicuAScmNTQ3PgE3Njc1NDY7ATQ2NzY3NjIXFhceARcxHgEHMQQECg0pIyQ0Dw4ODzQkIykPClEKDg4KDAEZHgQKBSpFRpZFRSopIQEKDgEPClELDiojJDQODw8PNCMkKQ8KCSkyNVNUs1NUNQQIBCgjAQICAQ4KEggVFT4mJywrKCc9FRUIEgoPDwoB9goPNmstBw0GMBkYARkYMTB6Pg8K/goKDw8KEwcVFT4nJyssJyY+FRUIEgoPSpI6Ph8gHyA+BQoGN4ZEAAQAZv/NA5oDmgATABoALQBEAAABJy4BIyEiBhURFBYzITI2NRE0JgcjIiY9ARcDISImNRE0NjMhFRQWOwERFAYjJSImLwEmNDc2Mh8BNzYyFxYUBwEOASMDkuYECQX+GSAtLSACmiAtBDqpCg/CD/1mCg8PCgGzLSCzDwr+ZgUJBGYICAcVCFTuCBUHCAj/AAMKBQKs5gQELSD8zSAtLSACgAUJDg8KqcL9Zg8LAzMKD7MgLf20Cw+ABANnBxYHCAhU7gcHCBUI/wADBAAAAAAEAAD/zQQAA80ADwAgADkAPAAABSEiJjURNDYzITIWFREUBgEiBhURFBYzITI2NRE0JiMhASImJy4BNRE0Njc2MhcBHgEVFAYHAQ4BIxMRJQOz/JogLS0gA2YgLS38egsPDwsDZgsPDwv8mgEAAwYDBggIBgYOBgGaBQYGBf5mAwcEGQFTMy0gA2YgLS0g/JogLQPNDwv8mgsPDwsDZgsP/QABAgMMBwIzCAwDAwX+5wQLBgcLA/7mAgICHP4u6QAJAAAAZgQAAwAADQAbACkANQBCAE4AWwBnAHQAACUhIiY1NDYzITIWFRQGAyEiJjU0NjMhMhYVFAYDISImNTQ2MyEyFhUUBgUiJjU0NjMyFhUUBiciBhUUFjMyNjU0JiMRIiY1NDYzMhYVFAYnIgYVFBYzMjY1NCYjESImNTQ2MzIWFRQGJyIGFRQWMzI2NTQmIwPm/QAKDw8KAwALDw8L/QAKDw8KAwALDw8L/QAKDw8KAwALDw/8XCAtLSAgLS0gCw8PCwoPDwogLS0gIC0tIAsPDwsKDw8KIC0tICAtLSALDw8LCg8PCpoPCgsPDwsKDwEADwoLDw8LCg8BAA8KCw8PCwoPNC0gIC0tICAtZw8LCg8PCgsP/pktICAtLSAgLWcPCwoPDwoLD/6ZLSAgLS0gIC1nDwsKDw8KCw8AAAIAAABDBAADEwADAEQAAAEtARETMhceARcWMR4BFzAWFx4BMRUwBgcOATEOAQcwBw4BBwYjMS4BMS4BJzAmJy4BMTUwNjc+ATE+ATcwNz4BNzYzMQGWARX+62pRQkJeGhkPOx0iBwgCAggHIh07DxkaXkJCUciUEUMdIgcIAgIIByIdOw8ZGl5CQlEBJo+R/uAB7QICAwICAQsfMTU+Z05oPjUxHgsBAgIEAgEBCQMKHjE1PmhOZz41MR8LAQICAwICAAAFAAD/9ANuA2IACwAnADQAhQC1AAABNCYjIgYVFBYzMjY3FAcOAQcGIyInLgEnJjU0Nz4BNzYzMhceARcWNxQGIyImNTQ2MzIWFSUiIyYGBwYHDgEHDgEHBgcOARUWFRQHFBYXFhceARceARcWFx4BMzYzMhcyNjc2Nz4BNz4BNzY3PgEnNDU0NTYmJyYnLgEnLgEnJicuAQciIwEUBgcOAQcOAQcGIiMqAScuAScuAScmNDU8ATc+ATc+ATc+ATMyFhceARceARceAQJJVjw9VVU9PFZPEhE9KSkvLykpPRIRERI9KSkvLykpPRESPh8WFh4eFhYf/uEYIyRKIiIWDxgLDA8GCQQEAgEBAgQECQYPDAsYDxYiIkokIxgYIyRKIiIWDxcMDA8GCQQDAwEBAwMECQYPDAwXDxYiIkokIxgBtwECAx0nJ1w1LVstLlotNV0mJx4CAwMCHicmXTUtWi4tWy01XCcnHQMCAQGrPFZWPD1WVj0vKSk9EhEREj0pKS8uKSk9EhISEj0pKbwWHx8WFh8fFn4BAwQDCQYQCwwXDxYiIksjIxgYJCNKIiMVDxgLDBAGCAQEAgEBAgQECAYQDAsYDxUjIkojJBgYIyNLIiIWDxcMCxAGCQMEAwH+mC5aLTVdJiceAgMDAh4nJl01LVouLVouNVwnJh4DAgEBAgMeJidcNS5aAAEANv/0AiQDqwAZAAABFSMiBh0BMwcjESMRIzUzNTQ3PgE3NjMyFgIkWjQfpxaRr5KSEBA5KCgxLkgDpJcuJGyp/k4Bsql8NioqOQ4PBQAAAQAjAD8DiAMiAKIAAAEeARceARceARceARUUBgcOAQcOAQcOAQcOAQcOAQcOAQcOASMiJicuATU0Njc+ATMyNjc+ATc+ATc+ATU0JicuAScuAScuASMiBgcOAQcOAQcOAR0BNz4BMzIWFx4BFRQGDwEOASMOASMiJiciJi8BLgE1NDY3PgEzMhYfATU0Njc+ATc+ATc+ATc+ATc+ATc+ATc+ATMyFhceARceARceARcDHA0XCwoRBgcLAwQDAwQDCwcGEQoLFw0NHA8PIBEQIhISJBMFBwQDAwMDBAcFIj8eHTQWFiMNDQ0NDQ0jFhY0HR4/IiI/Hh00FxYjDA0NXQMIBQQIAwMDAwOCAgQCAgQCAgQCAgQBgwMDAwMEBwUECANdBAQDCwYHEQoKGA0NHA8PIBEQIxESJBMTJBISIhARIA8PHA0Ctg4cDw8gEBEiEhIkExIlERIjEBEfDw8dDQ0XCgoRBwcLAwQDAwMDCAUECAMDAw0NDSMWFjQeHUAhIj8eHjQWFiMNDA0NDA0jFhY0Hh4/IjhdBAMDBAMHBQUHA4MBAwEBAQEDAYMDBwUFBwMEAwMEXTgTJBISIhEQIA8PHA4NFwoKEQcHCgQDBAQDBAoHBxEKChcNAAAIAAAAMwlnA5kAOADMAP8BMgGbAcIB0AHoAAABMhYXHgEVFAYHDgErARUUBgcOASMiJicuAT0BIyImJy4BNTQ2Nz4BOwE1NDY3PgEzMhYXHgEdATMBHgEXHgEVERQGBw4BByIGIwYiIyImJy4BJy4BJy4BJy4BJy4BIyIGBw4BBw4BBw4BBw4BIyImJy4BJy4BJy4BJy4BIyIGBw4BBw4BBw4BBw4BBwYmJy4BJy4BNRE0Njc+ATc+ATc+ATc+ATc+ATMyFhceARceARceARc+ATc+ATc+ATc+ATMyFhceARceARceARcxAT4BNz4BNz4BNz4BMzIWFx4BFx4BFx4BFxEuAScuAScuAScuASMiBgcOAQcOAQcOAQcRIREuAScuAScuAScuASMiBgcOAQcOAQcOAQcRPgE3PgE3PgE3PgEzMhYXHgEXHgEXHgEXBT4BNz4BNz4BMzIWFx4BFx4BFx4BFx4BMzI2Nz4BNz4BNz4BNz4BMzIWFx4BFx4BFxY2Jy4BJy4BJy4BJy4BIyIGBw4BBw4BBw4BDwEnLgEnLgEnLgEnLgEjIgYHDgEHDgEHDgEHBhY3ATc+ATU0JiMiBg8BNTQmIyIGFREUFjMyNj0BNxceATMyNjU0Ji8BJSIGFREUFjMyNjURNCYlISIGFRQWOwERFBYzMjY1ETMyNjU0JiMFTQYJAwQEBAQDCQaABAMECQYFCQQDBIAGCQMEBAQDBAoFgAQDBAkFBgkEAwSA/nkCAgEBAQICAwUEAQMBAQMBAgUCAwQCBQ4JCRcNDh4SEScVFScREh8NDRcKCQ4FAwkGBQkEBQ4JCRcNDh8REScVFScREh8NDRcJCQ4FAwcDBAcEBAYCAgIBAQEDAQgTDAwbEBAjExQqFxQlEREgDw4bCwwUCQgUDAsaDw4gEhElFBcqExQjEBAbDAwTCPxtCRQLCxgMDRwPDiAQER8PDhwNDRgKCxQJBg8KCRYNDR0QESMUEyQQEB4NDBcJCRAGA2cGDwoJFw0MHhAQJBMTJBAQHgwNFwkKDwYJFAsLGA0MHA8OIBAQHw8PHAwNGAsLFAn8rgoWDQ4fEREnFRUnERIfDQ0XCQkPBQMJBgUJBAQOCgkXDQ4fEREnFRUnERIfDQ0UDBcWGAkUCwsYDA0cDw4fERAfDw8cDA0YCwsUCRkaCRQLChgNDRwODx8RECAODxwNDBgLCxQJGRcXBit7CAkYFA0TCbEcFBQcHBQUHDd9CBIOFhsHBoYBFxQcHBQUHBwBm/7iEhsbEl8cFRQcXhMbGxMCAAQDBAkGBQkEBAOABgkDBAQEBAQJBYADBAQJBQYJBAMEgAUJBAQDAwQECQWAAUUBBQICBQP9mgQHAwQEAgEBAQEBAwEFCwYGCwYFCQQDBAQDBAkFBgsGBgsFAwQEAwULBgYLBgUJBAMEBAMECQUGCwYGCwUCBAEBAQIBBQMEBwMCZwMFAgIEAgcPCAcOBgYKBAQDAwIDCAUFCwYGDQYGDQYGCwUFCAMCAwMEBAoGBg4HCA4I/bsFCgQFCAQDBgICAgICAgYEAwgFBAoFAigECwUGCgUECAMDAwMDAwcFBQoGBQoF/dgCKAQLBQYKBQQIAwMDAwMDCAQFCgYFCgX92AUKBAUIBAMGAgICAgICBgMECAUECgWwBgwFBQkEBAMDBAQJBQYLBgYLBAQEBAQECwYGDAUFCQQEAwMEBAkFBgoHDCwQBQoFBAkDBAUDAgIDAgIFBAQIBAUKBRERBQoFBAkDBAUCAgMCAgMFBAQIBAUKBRAtDQGzcggRCxIbCgmwkxQcHBT+pBQcHBRXNKQKDRsTCxAHqcMcFP6kFBwcFAFcFBwCGhMSG/7KFBwcFAE2GxITGgADAAAA7ARdAq4AJABGAJcAAAEiBhURAzQmLwExLgEjIgYVERQWMzI2NRETMR4BMzI2NRE0JiMBIzUzMjY1NCYrATUzMjY1NCYrASIGFREUFjsBMjY1NCYjASYGBwMnMCYnNCYnLgEnIiYxMCIxLgEjMCIxIjAjIgYHOAExIgYHIgYHDgEHDgExBwMuAQcOARcTHgEzOgExMjY/ARceATMwMjEyNjcTNiYnARIMDscBAQIDCgYMDg4MCw7IAwwICw8PCwFkypcLDg4Ll8oLDg4L5AwODgzkCw4OCwHUCxEDRkoBAQIBAgICAQEBAgQCAQEBAgQCAQEBAQMBAgEBAQFKRgISCwoLAlcCDQgBAQgNA1JRAw0IAggNAlcDDAoCrg4M/sUBRgEBAQQEBA4M/nELDg4LAT3+twYHDgsBjwwO/nGUDgwLDpUOCwwODgz+cQsODgsMDgGPAgwK/sCxAQECAgIBAgEBAQEBAQEBAgECAgIBAbEBQAoMAgMSCv5xCAwIB8PDBwgMCAGPChICAAAABwBk/80DmwPMABQAGwA9AEsAfACKAJkAAAElJgYHDgEHIQERMjQzPgE3EzYmJwUhESERIzUFPgE3MDIzMhYfATc+ATsBHgEXFgYPAQ4BKwEiJi8BLgE3EyMiJjU0NjsBMhYVFAYXHgEHDgEjMSImLwEHDgEjIiYnJjY/AScmNDc+ATMyFh8BNz4BMzIWFx4BFRQGDwEXNyEiJjU0NjMhMhYVFAYnMhYVFAYjISImNTQ2MyEDRf4OEyQODA8EATQBEwEBDhIBQgQyKP7Q/k8CofD+tQIKBwEBCAoDGkkDCgUGBwkCAQMFWwQJBQIECQQsBAMDwKkKDw8KqQoPD/MGAwMDDQcFCQQiIgQJBQcNAwIDBSIjBwcECQUECQQjIgQJBQUJBAMEBAMiISD+OgoPDwoBxgsODwoLDg8K/joKDw8KAcYDny0CCwwKGQ7+7P2sAQwiEwLYJz0DS/x5ApjvrwYJAQUEHkgEAwIKBgYNBVwDBAUEMwUNB/3KDwoKDw8KCg8HBQ8HBwkEBCIjBAMIBwcPBSMjCBQHBAQEAyQiAwQEAwQJBQUJAyIirA4LCg8PCgsO2w4LCg8PCgsOAAAAAAQAAQAVA/wDgQAPAC4AXwB5AAABJgYHDgEXHgEXFjY3NiYnAS4BJyUmBgcOAQ8BIyIGFREUFjMhMjY3PgE3EzYmJwEXBycOAQcXBycGIicHJzcuAScHJzcmNDcnNxc+ATcnNxc2Mhc3FwceARc3FwcWFAcBAxE0JiMhJy4BKwE3PgE3PgEXBR4BFx4BBwHAFCoSEREDAhoUHzwNDRgeAjEKIhT9XxUpExIaBRpYCxAoHQK5ChEIKC4IfAUFC/5RKBY0Bg8IBTUgChQKITUGCA4GNBUpAQEoFjQHDggFNSAKFAohNgcIDgY0FioBAQF0cSkd/ltBBQ8JPRUCCAYFDgYCoQYLAwQBAQGGCAUMDSgVFSMIDRkeHj0OARUSGgW1BQULCyEVYBEL/aIdKQYEBzgeAc4VKRP+jCE1BggZBikWKgEBKRc0Bg8IBjYgChQKITUGCA4GNBUpAQEoFjQHDggFNSAKFAoBNv5bAXQdKVUGCE4GCwMDAgK0AggGBQ0HAAgAAAAwA+kDagA6AFYAcgCLAKQAuADEANsAACUzJgYHIiY3Njc+ATc2NTQnLgEnJicmJy4BJyYjIgcOAQcGFRQXHgEXFhcWFx4BFxYzMjY3PgEXFjYnBTEiJicuATU0Nz4BNzYzMhYXHgEVFAcOAQcGIxMxLgEHIgcOAQcGFRQWFx4BMzI3PgE3NjU0JicFPgEzMhYXHgEVFAYHDgEjIiYnLgE1NDY3Ew4BIyImJy4BNTQ2Nz4BMzIWFx4BFRQGBzcxLgE1NDYzMhYXHgEVFAYjIiYnFyImNTQ2MzIWFRQGNw4BIzEiJicuATU0NjMyFhceARUUBgcD6AFibVoCAwIgGBkiCQkJCSAXFxweIiJKKCgpVkxMcSEhCQgfFxYcHSMiSykoKkBmPXtrax8UIP27Q3svLzIbGlo9PUVCei8uNRoaWz09RcgoaDg7NDROFhYsJihqOTs0NE0WFywp/p0LHA8PHAsKDAwKCxwPDxwLCwwMC2wLHA8QHAsKDAwLCxwPDxwKCwwMCg4FBh0WCRAHCQoeFQwVB5IgLCwgICwsFgscDxEeCwkKLSAOGgoMDgsLniwcFQQCHSMiTikqKyspKUohIRwdFxYeCAghIHBLTFUrKChKISEcHRcXHwgIFBMlJjAOLQ0aMzAueUFFPD1aGhoyLi15RkQ8PVoaGgIUKCsBFhZNMzQ7OWcmKSsWFk0zNDo5aScoCwsLCwocDw8cCwsLCwsKHBAPHAr+xwsMDAsLGw8PHAsLCwwJCxwQDxwKfAYRCRUdBgUHFQsVHgoJky0fICwsIB8t5QsLDQ0KGg4fLAoICx0REBsLAAAAAAUAOQAGA8cDlAAiADUAQgBSAGAAAAEiBw4BBwYVFBceARcWMzQ3PgE3NjMyNz4BNzY1NCcuAScmBTYyFx4BFRQGBwYiJy4BNTQ2NxMiJjU0NjMyFhUUBiMBBiYnLgE3PgEXHgEHDgEHFzEGJicmNjc2FhcWBgcCAF5TU3wjJCQjfFNTXhISPikpMC8pKj0SEiQjfFNT/pgVMBUVGRkVFTAVFRgYFUUyR0cyMkdHMgElHUEaGxsDBUwyMkAFAyUdviRBCQomJSRACgkmJAOUJCR7U1NeXlNTfCQjLykqPRISEhI+KSovXlNTeyQk6QwMDCoZGCoMDAwMKhgZKgz+C0YyMkdHMjJGAaoOBhITOyAyQAUFTDIgNQ3XCSYkJUAKCSYkJUAKAAAAAQAAAAEAAPe1mFtfDzz1AAsEAAAAAADcQtEnAAAAANxC0ScAAP/NDgEDzQAAAAgAAgAAAAAAAAABAAADwP/AAAAN/wAA//4OAQABAAAAAAAAAAAAAAAAAAAAPwQAAAAAAAAAAAAAAAIAAAAEAAAzBAAAZgQAAO4EAADuBAAAAAQAAAAEAAAABAABNAQAADMDbgAAA7cAGQQAADQEAAA4BAAAMwQAAEkEAAC7BAAAAAQAAAAGMwAABAAAAAQAAGYEAAAABAAAAAQAAJgEAAACBAAAAwQAADMEAAACBAAAAAQAADMEAAAABAEAbQQAAAAEAAFuA/8AAAP/AGYD/wAZDf8AAAhmAAAEAQAABAAAMwQAAGYEAQAzBAAAAQQAAAAE8QAABAAAZgQAAAAEAAAABAAAAANuAAACWgA2BAAAIwlmAAAEZgAABAAAZAQAAAEEAAAABAAAOQAAAAAACgAUAB4AuAEcAUYBcgGeAcoCLgLsA2QEDAR2BO4FQAWSBaYF7AZQBqYH1gh4CUoJ2ApKCyoMZAy6DUQNog5eDzoPhA/aEK4RDBMYE6AUDBeYGNAZaBocGrga+BvGHPQdfh3mHkYe5h9IIE4gdiFkJCIk6iXKJoonwihWAAEAAAA/AnwAEQAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAOAK4AAQAAAAAAAQANAAAAAQAAAAAAAgAHAJYAAQAAAAAAAwANAEgAAQAAAAAABAANAKsAAQAAAAAABQALACcAAQAAAAAABgANAG8AAQAAAAAACgAaANIAAwABBAkAAQAaAA0AAwABBAkAAgAOAJ0AAwABBAkAAwAaAFUAAwABBAkABAAaALgAAwABBAkABQAWADIAAwABBAkABgAaAHwAAwABBAkACgA0AOxtb25kYWRvcmlfZWR1AG0AbwBuAGQAYQBkAG8AcgBpAF8AZQBkAHVWZXJzaW9uIDEuMABWAGUAcgBzAGkAbwBuACAAMQAuADBtb25kYWRvcmlfZWR1AG0AbwBuAGQAYQBkAG8AcgBpAF8AZQBkAHVtb25kYWRvcmlfZWR1AG0AbwBuAGQAYQBkAG8AcgBpAF8AZQBkAHVSZWd1bGFyAFIAZQBnAHUAbABhAHJtb25kYWRvcmlfZWR1AG0AbwBuAGQAYQBkAG8AcgBpAF8AZQBkAHVGb250IGdlbmVyYXRlZCBieSBJY29Nb29uLgBGAG8AbgB0ACAAZwBlAG4AZQByAGEAdABlAGQAIABiAHkAIABJAGMAbwBNAG8AbwBuAC4AAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA")
        format("truetype");
    font-weight: 400;
    font-style: normal;
    font-display: block;
}
[class*=" icon-"],
[class^="icon-"] {
    font-family: mondadori_edu !important;
    speak: never;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.icon-pagemenu:before {
    content: "\e930";
}
.icon-pencil:before {
    content: "\e91b";
}
.icon-library:before {
    content: "\e91c";
}
.icon-file-check:before {
    content: "\e92e";
}
.icon-play:before {
    content: "\e92f";
}
.icon-link:before {
    content: "\e91d";
}
.icon-url:before {
    content: "\e91d";
}
.icon-mail:before {
    content: "\e91e";
}
.icon-letter:before {
    content: "\e91e";
}
.icon-email:before {
    content: "\e91e";
}
.icon-printer:before {
    content: "\e920";
}
.icon-print:before {
    content: "\e920";
}
.icon-fax:before {
    content: "\e920";
}
.icon-telephone:before {
    content: "\e92b";
}
.icon-phone:before {
    content: "\e92b";
}
.icon-call:before {
    content: "\e92b";
}
.icon-contact:before {
    content: "\e92b";
}
.icon-map:before {
    content: "\e92c";
}
.icon-address:before {
    content: "\e92c";
}
.icon-carta:before {
    content: "\e922";
}
.icon-ebook:before {
    content: "\e923";
}
.icon-contenuti-digitali:before {
    content: "\e924";
}
.icon-ministeriale-a:before {
    content: "\e939";
}
.icon-ministeriale-b:before {
    content: "\e925";
}
.icon-ministeriale-c:before {
    content: "\e926";
}
.icon-question:before {
    content: "\e907";
}
.icon-reload:before {
    content: "\e938";
}
.icon-menu:before {
    content: "\e92a";
}
.icon-zoom:before {
    content: "\e927";
}
.icon-arrow-top:before {
    content: "\e91f";
}
.icon-cart:before {
    content: "\e900";
}
.icon-shop1:before {
    content: "\e900";
}
.icon-cart-empty:before {
    content: "\e91a";
}
.icon-shop:before {
    content: "\e91a";
}
.icon-cart-external:before {
    content: "\e928";
}
.icon-rocket:before {
    content: "\e918";
}
.icon-spaceship:before {
    content: "\e918";
}
.icon-space:before {
    content: "\e918";
}
.icon-fast:before {
    content: "\e918";
}
.icon-warning:before {
    content: "\e919";
}
.icon-alert:before {
    content: "\e919";
}
.icon-check:before {
    content: "\e90e";
}
.icon-checkmark:before {
    content: "\e90e";
}
.icon-cross:before {
    content: "\e90f";
}
.icon-cancel:before {
    content: "\e90f";
}
.icon-calendar-empty:before {
    content: "\e910";
}
.icon-calendar:before {
    content: "\e910";
}
.icon-date:before {
    content: "\e910";
}
.icon-schedule:before {
    content: "\e910";
}
.icon-group-work:before {
    content: "\e912";
}
.icon-group:before {
    content: "\e912";
}
.icon-users:before {
    content: "\e912";
}
.icon-user:before {
    content: "\e913";
}
.icon-persona:before {
    content: "\e913";
}
.icon-profile:before {
    content: "\e913";
}
.icon-avatar:before {
    content: "\e913";
}
.icon-book1:before {
    content: "\e901";
}
.icon-read1:before {
    content: "\e901";
}
.icon-guide:before {
    content: "\e911";
}
.icon-info:before {
    content: "\e921";
}
.icon-document:before {
    content: "\e914";
}
.icon-file1:before {
    content: "\e914";
}
.icon-text:before {
    content: "\e914";
}
.icon-paper:before {
    content: "\e914";
}
.icon-document-alt:before {
    content: "\e93c";
}
.icon-file-alt:before {
    content: "\e93c";
}
.icon-text-alt:before {
    content: "\e93c";
}
.icon-paper-alt:before {
    content: "\e93c";
}
.icon-film-play:before {
    content: "\e915";
}
.icon-video1:before {
    content: "\e915";
}
.icon-movie:before {
    content: "\e915";
}
.icon-film-play-alt:before {
    content: "\e93e";
}
.icon-video-alt:before {
    content: "\e93e";
}
.icon-movie-alt:before {
    content: "\e93e";
}
.icon-picture:before {
    content: "\e916";
}
.icon-photo:before {
    content: "\e916";
}
.icon-picture-alt:before {
    content: "\e93f";
}
.icon-photo-alt:before {
    content: "\e93f";
}
.icon-download-alt:before {
    content: "\e93d";
}
.icon-audio:before {
    content: "\e92d";
}
.icon-audio-alt:before {
    content: "\e92d";
}
.icon-redo:before {
    content: "\e90c";
}
.icon-right:before {
    content: "\e90c";
}
.icon-undo:before {
    content: "\e90d";
}
.icon-left:before {
    content: "\e90d";
}
.icon-chevron-left:before {
    content: "\e902";
}
.icon-chevron-right:before {
    content: "\e903";
}
.icon-chevron-down:before {
    content: "\e904";
}
.icon-chevron-up:before {
    content: "\e905";
}
.icon-magnifier:before {
    content: "\e906";
}
.icon-search:before {
    content: "\e906";
}
.icon-star:before {
    content: "\e917";
}
.icon-rating:before {
    content: "\e917";
}
.icon-favorite:before {
    content: "\e917";
}
.icon-book-cross:before {
    content: "\e929";
}
.icon-star1:before {
    content: "\e90b";
}
.icon-star-alt2:before {
    content: "\e93b";
}
.icon-rating-alt2:before {
    content: "\e93b";
}
.icon-favorite-alt2:before {
    content: "\e93b";
}
.icon-youtube-play:before {
    content: "\e931";
}
.icon-instagram:before {
    content: "\e932";
}
.icon-envelope:before {
    content: "\e908";
}
.icon-whatsapp:before {
    content: "\e909";
}
.icon-twitter:before {
    content: "\e90a";
}
.icon-facebook:before {
    content: "\e933";
}
.icon-facebook-f:before {
    content: "\e933";
}
