/** Shopify CDN: Minification failed

Line 1501:46 Unterminated string token
Line 1502:174 Unterminated string token
Line 1505:46 Unterminated string token
Line 1506:175 Unterminated string token
Line 4439:16 Expected ")" to end URL token
Line 4440:16 Expected ")" to end URL token
Line 4440:80 Expected ")" to end URL token
Line 4440:129 Expected ")" to end URL token
Line 4440:181 Expected ")" to end URL token
Line 4614:4 Expected ")" to end URL token
... and 8 more hidden warnings

**/

.card {
    word-wrap: break-word;
    background-clip: border-box;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: .25rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    position: relative;
}
.card>hr {
    margin-left: 0;
    margin-right: 0;
}
.card>.list-group:first-child .list-group-item:first-child {
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
}
.card>.list-group:last-child .list-group-item:last-child {
    border-bottom-left-radius: .25rem;
    border-bottom-right-radius: .25rem;
}
.card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-height: 1px;
    padding: 1.25rem;
}
.card-title {
    margin-bottom: .75rem;
}
.card-subtitle {
    margin-top: -.375rem;
}
.card-subtitle, .card-text:last-child {
    margin-bottom: 0;
}
.card-link:hover {
    text-decoration: none;
}
.card-link+.card-link {
    margin-left: 1.25rem;
}
.card-header {
    background-color: rgba(0, 0, 0, .03);
    border-bottom: 1px solid rgba(0, 0, 0, .125);
    margin-bottom: 0;
    padding: .75rem 1.25rem;
}
.card-header:first-child {
    border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0;
}
.card-header+.list-group .list-group-item:first-child {
    border-top: 0;
}
.card-footer {
    background-color: rgba(0, 0, 0, .03);
    border-top: 1px solid rgba(0, 0, 0, .125);
    padding: .75rem 1.25rem;
}
.card-footer:last-child {
    border-radius: 0 0 calc(.25rem - 1px) calc(.25rem - 1px);
}
.card-header-tabs {
    border-bottom: 0;
    margin-bottom: -.75rem;
}
.card-header-pills, .card-header-tabs {
    margin-left: -.625rem;
    margin-right: -.625rem;
}
.card-img-overlay {
    bottom: 0;
    left: 0;
    padding: 1.25rem;
    position: absolute;
    right: 0;
    top: 0;
}
.card-img, .card-img-bottom, .card-img-top {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%}
.card-img, .card-img-top {
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px);
}
.card-img, .card-img-bottom {
    border-bottom-left-radius: calc(.25rem - 1px);
    border-bottom-right-radius: calc(.25rem - 1px);
}
.card-deck .card {
    margin-bottom: 15px;
}
@media (min-width:576px) {
    .card-deck {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin-left: -15px;
    margin-right: -15px;
}
.card-deck .card {
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    margin-bottom: 0;
    margin-left: 15px;
    margin-right: 15px;
}
}.card-group>.card {
    margin-bottom: 15px;
}
@media (min-width:576px) {
    .card-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}
.card-group>.card {
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    margin-bottom: 0;
}
.card-group>.card+.card {
    border-left: 0;
    margin-left: 0;
}
.card-group>.card:not(:last-child) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}
.card-group>.card:not(:last-child) .card-header, .card-group>.card:not(:last-child) .card-img-top {
    border-top-right-radius: 0;
}
.card-group>.card:not(:last-child) .card-footer, .card-group>.card:not(:last-child) .card-img-bottom {
    border-bottom-right-radius: 0;
}
.card-group>.card:not(:first-child) {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}
.card-group>.card:not(:first-child) .card-header, .card-group>.card:not(:first-child) .card-img-top {
    border-top-left-radius: 0;
}
.card-group>.card:not(:first-child) .card-footer, .card-group>.card:not(:first-child) .card-img-bottom {
    border-bottom-left-radius: 0;
}
}.card-columns .card {
    margin-bottom: .75rem;
}
@media (min-width:576px) {
    .card-columns {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
}
.card-columns .card {
    display: inline-block;
    width: 100%}
}.accordion>.card {
    overflow: hidden;
}
.accordion>.card:not(:last-of-type) {
    border-bottom: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.accordion>.card:not(:first-of-type) {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.accordion>.card>.card-header {
    border-radius: 0;
    margin-bottom: -1px;
}
.breadcrumb {
    background-color: #e9ecef;
    border-radius: .25rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style: none;
    margin-bottom: 1rem;
    padding: .75rem 1rem;
}
.breadcrumb-item+.breadcrumb-item {
    padding-left: .5rem;
}
.breadcrumb-item+.breadcrumb-item:before {
    color: #6c757d;
    content: "/";
    display: inline-block;
    padding-right: .5rem;
}
.breadcrumb-item+.breadcrumb-item:hover:before {
    text-decoration: underline;
    text-decoration: none;
}
.breadcrumb-item.active {
    color: #6c757d;
}
.pagination {
    border-radius: .25rem;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    padding-left: 0;
}
.page-link {
    background-color: #fff;
    border: 1px solid #dee2e6;
    color: #007bff;
    display: block;
    line-height: 1.25;
    margin-left: -1px;
    padding: .5rem .75rem;
    position: relative;
}
.page-link:hover {
    background-color: #e9ecef;
    border-color: #dee2e6;
    color: #0056b3;
    text-decoration: none;
    z-index: 2;
}
.page-link:focus {
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25);
    outline: 0;
    z-index: 3;
}
.page-item:first-child .page-link {
    border-bottom-left-radius: .25rem;
    border-top-left-radius: .25rem;
    margin-left: 0;
}
.page-item:last-child .page-link {
    border-bottom-right-radius: .25rem;
    border-top-right-radius: .25rem;
}
.page-item.active .page-link {
    background-color: #007bff;
    border-color: #007bff;
    color: #fff;
    z-index: 3;
}
.page-item.disabled .page-link {
    background-color: #fff;
    border-color: #dee2e6;
    color: #6c757d;
    cursor: auto;
    pointer-events: none;
}
.pagination-lg .page-link {
    font-size: 1.25rem;
    line-height: 1.5;
    padding: .75rem 1.5rem;
}
.pagination-lg .page-item:first-child .page-link {
    border-bottom-left-radius: .3rem;
    border-top-left-radius: .3rem;
}
.pagination-lg .page-item:last-child .page-link {
    border-bottom-right-radius: .3rem;
    border-top-right-radius: .3rem;
}
.pagination-sm .page-link {
    font-size: .875rem;
    line-height: 1.5;
    padding: .25rem .5rem;
}
.pagination-sm .page-item:first-child .page-link {
    border-bottom-left-radius: .2rem;
    border-top-left-radius: .2rem;
}
.pagination-sm .page-item:last-child .page-link {
    border-bottom-right-radius: .2rem;
    border-top-right-radius: .2rem;
}
.badge {
    border-radius: .25rem;
    display: inline-block;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    padding: .25em .4em;
    text-align: center;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    vertical-align: baseline;
    white-space: nowrap;
}
@media (prefers-reduced-motion:reduce) {
    .badge {
    transition: none;
}
}a.badge:focus, a.badge:hover {
    text-decoration: none;
}
.badge:empty {
    display: none;
}
.btn .badge {
    position: relative;
    top: -1px;
}
.badge-pill {
    border-radius: 10rem;
    padding-left: .6em;
    padding-right: .6em;
}
.badge-primary {
    background-color: #007bff;
    color: #fff;
}
a.badge-primary:focus, a.badge-primary:hover {
    background-color: #0062cc;
    color: #fff;
}
a.badge-primary.focus, a.badge-primary:focus {
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .5);
    outline: 0;
}
.badge-secondary {
    background-color: #6c757d;
    color: #fff;
}
a.badge-secondary:focus, a.badge-secondary:hover {
    background-color: #545b62;
    color: #fff;
}
a.badge-secondary.focus, a.badge-secondary:focus {
    box-shadow: 0 0 0 .2rem hsla(208, 7%, 46%, .5);
    outline: 0;
}
.badge-success {
    background-color: #28a745;
    color: #fff;
}
a.badge-success:focus, a.badge-success:hover {
    background-color: #1e7e34;
    color: #fff;
}
a.badge-success.focus, a.badge-success:focus {
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5);
    outline: 0;
}
.badge-info {
    background-color: #17a2b8;
    color: #fff;
}
a.badge-info:focus, a.badge-info:hover {
    background-color: #117a8b;
    color: #fff;
}
a.badge-info.focus, a.badge-info:focus {
    box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5);
    outline: 0;
}
.badge-warning {
    background-color: #ffc107;
    color: #212529;
}
a.badge-warning:focus, a.badge-warning:hover {
    background-color: #d39e00;
    color: #212529;
}
a.badge-warning.focus, a.badge-warning:focus {
    box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5);
    outline: 0;
}
.badge-danger {
    background-color: #dc3545;
    color: #fff;
}
a.badge-danger:focus, a.badge-danger:hover {
    background-color: #bd2130;
    color: #fff;
}
a.badge-danger.focus, a.badge-danger:focus {
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5);
    outline: 0;
}
.badge-light {
    background-color: #f8f9fa;
    color: #212529;
}
a.badge-light:focus, a.badge-light:hover {
    background-color: #dae0e5;
    color: #212529;
}
a.badge-light.focus, a.badge-light:focus {
    box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5);
    outline: 0;
}
.badge-dark {
    background-color: #343a40;
    color: #fff;
}
a.badge-dark:focus, a.badge-dark:hover {
    background-color: #1d2124;
    color: #fff;
}
a.badge-dark.focus, a.badge-dark:focus {
    box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5);
    outline: 0;
}
.jumbotron {
    background-color: #e9ecef;
    border-radius: .3rem;
    margin-bottom: 2rem;
    padding: 2rem 1rem;
}
@media (min-width:576px) {
    .jumbotron {
    padding: 4rem 2rem;
}
}.jumbotron-fluid {
    border-radius: 0;
    padding-left: 0;
    padding-right: 0;
}
.alert {
    border: 1px solid transparent;
    border-radius: .25rem;
    margin-bottom: 1rem;
    padding: .75rem 1.25rem;
    position: relative;
}
.alert-heading {
    color: inherit;
}
.alert-link {
    font-weight: 700;
}
.alert-dismissible {
    padding-right: 4rem;
}
.alert-dismissible .close {
    color: inherit;
    padding: .75rem 1.25rem;
    position: absolute;
    right: 0;
    top: 0;
}
.alert-primary {
    background-color: #cce5ff;
    border-color: #b8daff;
    color: #004085;
}
.alert-primary hr {
    border-top-color: #9fcdff;
}
.alert-primary .alert-link {
    color: #002752;
}
.alert-secondary {
    background-color: #e2e3e5;
    border-color: #d6d8db;
    color: #383d41;
}
.alert-secondary hr {
    border-top-color: #c8cbcf;
}
.alert-secondary .alert-link {
    color: #202326;
}
.alert-success {
    background-color: #d4edda;
    border-color: #c3e6cb;
    color: #155724;
}
.alert-success hr {
    border-top-color: #b1dfbb;
}
.alert-success .alert-link {
    color: #0b2e13;
}
.alert-info {
    background-color: #d1ecf1;
    border-color: #bee5eb;
    color: #0c5460;
}
.alert-info hr {
    border-top-color: #abdde5;
}
.alert-info .alert-link {
    color: #062c33;
}
.alert-warning {
    background-color: #fff3cd;
    border-color: #ffeeba;
    color: #856404;
}
.alert-warning hr {
    border-top-color: #ffe8a1;
}
.alert-warning .alert-link {
    color: #533f03;
}
.alert-danger {
    background-color: #f8d7da;
    border-color: #f5c6cb;
    color: #721c24;
}
.alert-danger hr {
    border-top-color: #f1b0b7;
}
.alert-danger .alert-link {
    color: #491217;
}
.alert-light {
    background-color: #fefefe;
    border-color: #fdfdfe;
    color: #818182;
}
.alert-light hr {
    border-top-color: #ececf6;
}
.alert-light .alert-link {
    color: #686868;
}
.alert-dark {
    background-color: #d6d8d9;
    border-color: #c6c8ca;
    color: #1b1e21;
}
.alert-dark hr {
    border-top-color: #b9bbbe;
}
.alert-dark .alert-link {
    color: #040505;
}
@-webkit-keyframes progress-bar-stripes {
    0% {
    background-position: 1rem 0;
}
to {
    background-position: 0 0;
}
}@keyframes progress-bar-stripes {
    0% {
    background-position: 1rem 0;
}
to {
    background-position: 0 0;
}
}.progress {
    background-color: #e9ecef;
    border-radius: .25rem;
    font-size: .75rem;
    height: 1rem;
}
.progress, .progress-bar {
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
}
.progress-bar {
    -ms-flex-pack: center;
    background-color: #007bff;
    color: #fff;
    -ms-flex-direction: column;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    transition: width .6s ease;
    white-space: nowrap;
}
@media (prefers-reduced-motion:reduce) {
    .progress-bar {
    transition: none;
}
}.progress-bar-striped {
    background-image: linear-gradient(45deg, hsla(0, 0%, 100%, .15) 25%, transparent 0, transparent 50%, hsla(0, 0%, 100%, .15) 0, hsla(0, 0%, 100%, .15) 75%, transparent 0, transparent);
    background-size: 1rem 1rem;
}
.progress-bar-animated {
    -webkit-animation: progress-bar-stripes 1s linear infinite;
    animation: progress-bar-stripes 1s linear infinite;
}
@media (prefers-reduced-motion:reduce) {
    .progress-bar-animated {
    -webkit-animation: none;
    animation: none;
}
}.media {
    -ms-flex-align: start;
    align-items: flex-start;
    display: -ms-flexbox;
    display: flex;
}
.media-body {
    -ms-flex: 1;
    flex: 1;
}
.list-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 0;
    padding-left: 0;
}
.list-group-item-action {
    color: #495057;
    text-align: inherit;
    width: 100%}
.list-group-item-action:focus, .list-group-item-action:hover {
    background-color: #f8f9fa;
    color: #495057;
    text-decoration: none;
    z-index: 1;
}
.list-group-item-action:active {
    background-color: #e9ecef;
    color: #212529;
}
.list-group-item {
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .125);
    display: block;
    padding: .75rem 1.25rem;
    position: relative;
}
.list-group-item:first-child {
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
}
.list-group-item:last-child {
    border-bottom-left-radius: .25rem;
    border-bottom-right-radius: .25rem;
}
.list-group-item.disabled, .list-group-item:disabled {
    background-color: #fff;
    color: #6c757d;
    pointer-events: none;
}
.list-group-item.active {
    background-color: #007bff;
    border-color: #007bff;
    color: #fff;
    z-index: 2;
}
.list-group-item+.list-group-item {
    border-top-width: 0;
}
.list-group-item+.list-group-item.active {
    border-top-width: 1px;
    margin-top: -1px;
}
.list-group-horizontal {
    -ms-flex-direction: row;
    flex-direction: row;
}
.list-group-horizontal .list-group-item:first-child {
    border-bottom-left-radius: .25rem;
    border-top-right-radius: 0;
}
.list-group-horizontal .list-group-item:last-child {
    border-bottom-left-radius: 0;
    border-top-right-radius: .25rem;
}
.list-group-horizontal .list-group-item.active {
    margin-top: 0;
}
.list-group-horizontal .list-group-item+.list-group-item {
    border-left-width: 0;
    border-top-width: 1px;
}
.list-group-horizontal .list-group-item+.list-group-item.active {
    border-left-width: 1px;
    margin-left: -1px;
}
@media (min-width:576px) {
    .list-group-horizontal-sm {
    -ms-flex-direction: row;
    flex-direction: row;
}
.list-group-horizontal-sm .list-group-item:first-child {
    border-bottom-left-radius: .25rem;
    border-top-right-radius: 0;
}
.list-group-horizontal-sm .list-group-item:last-child {
    border-bottom-left-radius: 0;
    border-top-right-radius: .25rem;
}
.list-group-horizontal-sm .list-group-item.active {
    margin-top: 0;
}
.list-group-horizontal-sm .list-group-item+.list-group-item {
    border-left-width: 0;
    border-top-width: 1px;
}
.list-group-horizontal-sm .list-group-item+.list-group-item.active {
    border-left-width: 1px;
    margin-left: -1px;
}
}@media (min-width:768px) {
    .list-group-horizontal-md {
    -ms-flex-direction: row;
    flex-direction: row;
}
.list-group-horizontal-md .list-group-item:first-child {
    border-bottom-left-radius: .25rem;
    border-top-right-radius: 0;
}
.list-group-horizontal-md .list-group-item:last-child {
    border-bottom-left-radius: 0;
    border-top-right-radius: .25rem;
}
.list-group-horizontal-md .list-group-item.active {
    margin-top: 0;
}
.list-group-horizontal-md .list-group-item+.list-group-item {
    border-left-width: 0;
    border-top-width: 1px;
}
.list-group-horizontal-md .list-group-item+.list-group-item.active {
    border-left-width: 1px;
    margin-left: -1px;
}
}@media (min-width:992px) {
    .list-group-horizontal-lg {
    -ms-flex-direction: row;
    flex-direction: row;
}
.list-group-horizontal-lg .list-group-item:first-child {
    border-bottom-left-radius: .25rem;
    border-top-right-radius: 0;
}
.list-group-horizontal-lg .list-group-item:last-child {
    border-bottom-left-radius: 0;
    border-top-right-radius: .25rem;
}
.list-group-horizontal-lg .list-group-item.active {
    margin-top: 0;
}
.list-group-horizontal-lg .list-group-item+.list-group-item {
    border-left-width: 0;
    border-top-width: 1px;
}
.list-group-horizontal-lg .list-group-item+.list-group-item.active {
    border-left-width: 1px;
    margin-left: -1px;
}
}@media (min-width:1200px) {
    .list-group-horizontal-xl {
    -ms-flex-direction: row;
    flex-direction: row;
}
.list-group-horizontal-xl .list-group-item:first-child {
    border-bottom-left-radius: .25rem;
    border-top-right-radius: 0;
}
.list-group-horizontal-xl .list-group-item:last-child {
    border-bottom-left-radius: 0;
    border-top-right-radius: .25rem;
}
.list-group-horizontal-xl .list-group-item.active {
    margin-top: 0;
}
.list-group-horizontal-xl .list-group-item+.list-group-item {
    border-left-width: 0;
    border-top-width: 1px;
}
.list-group-horizontal-xl .list-group-item+.list-group-item.active {
    border-left-width: 1px;
    margin-left: -1px;
}
}.list-group-flush .list-group-item {
    border-left-width: 0;
    border-radius: 0;
    border-right-width: 0;
}
.list-group-flush .list-group-item:first-child {
    border-top-width: 0;
}
.list-group-flush:last-child .list-group-item:last-child {
    border-bottom-width: 0;
}
.list-group-item-primary {
    background-color: #b8daff;
    color: #004085;
}
.list-group-item-primary.list-group-item-action:focus, .list-group-item-primary.list-group-item-action:hover {
    background-color: #9fcdff;
    color: #004085;
}
.list-group-item-primary.list-group-item-action.active {
    background-color: #004085;
    border-color: #004085;
    color: #fff;
}
.list-group-item-secondary {
    background-color: #d6d8db;
    color: #383d41;
}
.list-group-item-secondary.list-group-item-action:focus, .list-group-item-secondary.list-group-item-action:hover {
    background-color: #c8cbcf;
    color: #383d41;
}
.list-group-item-secondary.list-group-item-action.active {
    background-color: #383d41;
    border-color: #383d41;
    color: #fff;
}
.list-group-item-success {
    background-color: #c3e6cb;
    color: #155724;
}
.list-group-item-success.list-group-item-action:focus, .list-group-item-success.list-group-item-action:hover {
    background-color: #b1dfbb;
    color: #155724;
}
.list-group-item-success.list-group-item-action.active {
    background-color: #155724;
    border-color: #155724;
    color: #fff;
}
.list-group-item-info {
    background-color: #bee5eb;
    color: #0c5460;
}
.list-group-item-info.list-group-item-action:focus, .list-group-item-info.list-group-item-action:hover {
    background-color: #abdde5;
    color: #0c5460;
}
.list-group-item-info.list-group-item-action.active {
    background-color: #0c5460;
    border-color: #0c5460;
    color: #fff;
}
.list-group-item-warning {
    background-color: #ffeeba;
    color: #856404;
}
.list-group-item-warning.list-group-item-action:focus, .list-group-item-warning.list-group-item-action:hover {
    background-color: #ffe8a1;
    color: #856404;
}
.list-group-item-warning.list-group-item-action.active {
    background-color: #856404;
    border-color: #856404;
    color: #fff;
}
.list-group-item-danger {
    background-color: #f5c6cb;
    color: #721c24;
}
.list-group-item-danger.list-group-item-action:focus, .list-group-item-danger.list-group-item-action:hover {
    background-color: #f1b0b7;
    color: #721c24;
}
.list-group-item-danger.list-group-item-action.active {
    background-color: #721c24;
    border-color: #721c24;
    color: #fff;
}
.list-group-item-light {
    background-color: #fdfdfe;
    color: #818182;
}
.list-group-item-light.list-group-item-action:focus, .list-group-item-light.list-group-item-action:hover {
    background-color: #ececf6;
    color: #818182;
}
.list-group-item-light.list-group-item-action.active {
    background-color: #818182;
    border-color: #818182;
    color: #fff;
}
.list-group-item-dark {
    background-color: #c6c8ca;
    color: #1b1e21;
}
.list-group-item-dark.list-group-item-action:focus, .list-group-item-dark.list-group-item-action:hover {
    background-color: #b9bbbe;
    color: #1b1e21;
}
.list-group-item-dark.list-group-item-action.active {
    background-color: #1b1e21;
    border-color: #1b1e21;
    color: #fff;
}
.close {
    color: #000;
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    opacity: .5;
    text-shadow: 0 1px 0 #fff;
}
.close:hover {
    color: #000;
    text-decoration: none;
}
.close:not(:disabled):not(.disabled):focus, .close:not(:disabled):not(.disabled):hover {
    opacity: .75;
}
button.close {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: transparent;
    border: 0;
    padding: 0;
}
a.close.disabled {
    pointer-events: none;
}
.toast {
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    background-clip: padding-box;
    background-color: hsla(0, 0%, 100%, .85);
    border: 1px solid rgba(0, 0, 0, .1);
    border-radius: .25rem;
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .1);
    font-size: .875rem;
    max-width: 350px;
    opacity: 0;
    overflow: hidden;
}
.toast:not(:last-child) {
    margin-bottom: .75rem;
}
.toast.showing {
    opacity: 1;
}
.toast.show {
    display: block;
    opacity: 1;
}
.toast.hide {
    display: none;
}
.toast-header {
    -ms-flex-align: center;
    align-items: center;
    background-clip: padding-box;
    background-color: hsla(0, 0%, 100%, .85);
    border-bottom: 1px solid rgba(0, 0, 0, .05);
    color: #6c757d;
    display: -ms-flexbox;
    display: flex;
    padding: .25rem .75rem;
}
.toast-body {
    padding: .75rem;
}
.modal-open {
    overflow: hidden;
}
.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}
.modal {
    display: none;
    height: 100%;
    left: 0;
    outline: 0;
    overflow: hidden;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1050;
}
.modal-dialog {
    margin: .5rem;
    pointer-events: none;
    position: relative;
    width: auto;
}
.modal.fade .modal-dialog {
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
    transition: -webkit-transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out, -webkit-transform .3s ease-out;
}
@media (prefers-reduced-motion:reduce) {
    .modal.fade .modal-dialog {
    transition: none;
}
}.modal.show .modal-dialog {
    -webkit-transform: none;
    transform: none;
}
.modal.modal-static .modal-dialog {
    -webkit-transform: scale(1.02);
    transform: scale(1.02);
}
.modal-dialog-scrollable {
    display: -ms-flexbox;
    display: flex;
    max-height: calc(100% - 1rem);
}
.modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 1rem);
    overflow: hidden;
}
.modal-dialog-scrollable .modal-footer, .modal-dialog-scrollable .modal-header {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.modal-dialog-scrollable .modal-body {
    overflow-y: auto;
}
.modal-dialog-centered {
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    min-height: calc(100% - 1rem);
}
.modal-dialog-centered:before {
    content: "";
    display: block;
    height: calc(100vh - 1rem);
}
.modal-dialog-centered.modal-dialog-scrollable {
    -ms-flex-pack: center;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    justify-content: center;
}
.modal-dialog-centered.modal-dialog-scrollable .modal-content {
    max-height: none;
}
.modal-dialog-centered.modal-dialog-scrollable:before {
    content: none;
}
.modal-content {
    background-clip: padding-box;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: .3rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    outline: 0;
    pointer-events: auto;
    position: relative;
    width: 100%}
.modal-backdrop {
    background-color: #000;
    height: 100vh;
    left: 0;
    position: fixed;
    top: 0;
    width: 100vw;
    z-index: 1040;
}
.modal-backdrop.fade {
    opacity: 0;
}
.modal-backdrop.show {
    opacity: .5;
}
.modal-header {
    -ms-flex-align: start;
    -ms-flex-pack: justify;
    align-items: flex-start;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: calc(.3rem - 1px);
    border-top-right-radius: calc(.3rem - 1px);
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    padding: 1rem;
}
.modal-header .close {
    margin: -1rem -1rem -1rem auto;
    padding: 1rem;
}
.modal-title {
    line-height: 1.5;
    margin-bottom: 0;
}
.modal-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1rem;
    position: relative;
}
.modal-footer {
    -ms-flex-align: center;
    -ms-flex-pack: end;
    align-items: center;
    border-bottom-left-radius: calc(.3rem - 1px);
    border-bottom-right-radius: calc(.3rem - 1px);
    border-top: 1px solid #dee2e6;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: flex-end;
    padding: .75rem;
}
.modal-footer>* {
    margin: .25rem;
}
.modal-scrollbar-measure {
    height: 50px;
    overflow: scroll;
    position: absolute;
    top: -9999px;
    width: 50px;
}
@media (min-width:576px) {
    .modal-dialog {
    margin: 1.75rem auto;
    max-width: 500px;
}
.modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
}
.modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
}
.modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
}
.modal-dialog-centered:before {
    height: calc(100vh - 3.5rem);
}
.modal-sm {
    max-width: 300px;
}
}@media (min-width:992px) {
    .modal-lg, .modal-xl {
    max-width: 800px;
}
}@media (min-width:1200px) {
    .modal-xl {
    max-width: 1140px;
}
}.tooltip {
    word-wrap: break-word;
    display: block;
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
    font-size: .875rem;
    font-style: normal;
    font-weight: 400;
    letter-spacing: normal;
    line-break: auto;
    line-height: 1.5;
    margin: 0;
    opacity: 0;
    position: absolute;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    white-space: normal;
    word-break: normal;
    word-spacing: normal;
    z-index: 1070;
}
.tooltip.show {
    opacity: .9;
}
.tooltip .arrow {
    display: block;
    height: .4rem;
    position: absolute;
    width: .8rem;
}
.tooltip .arrow:before {
    border-color: transparent;
    border-style: solid;
    content: "";
    position: absolute;
}
.bs-tooltip-auto[x-placement^=top], .bs-tooltip-top {
    padding: .4rem 0;
}
.bs-tooltip-auto[x-placement^=top] .arrow, .bs-tooltip-top .arrow {
    bottom: 0;
}
.bs-tooltip-auto[x-placement^=top] .arrow:before, .bs-tooltip-top .arrow:before {
    border-top-color: #000;
    border-width: .4rem .4rem 0;
    top: 0;
}
.bs-tooltip-auto[x-placement^=right], .bs-tooltip-right {
    padding: 0 .4rem;
}
.bs-tooltip-auto[x-placement^=right] .arrow, .bs-tooltip-right .arrow {
    height: .8rem;
    left: 0;
    width: .4rem;
}
.bs-tooltip-auto[x-placement^=right] .arrow:before, .bs-tooltip-right .arrow:before {
    border-right-color: #000;
    border-width: .4rem .4rem .4rem 0;
    right: 0;
}
.bs-tooltip-auto[x-placement^=bottom], .bs-tooltip-bottom {
    padding: .4rem 0;
}
.bs-tooltip-auto[x-placement^=bottom] .arrow, .bs-tooltip-bottom .arrow {
    top: 0;
}
.bs-tooltip-auto[x-placement^=bottom] .arrow:before, .bs-tooltip-bottom .arrow:before {
    border-bottom-color: #000;
    border-width: 0 .4rem .4rem;
    bottom: 0;
}
.bs-tooltip-auto[x-placement^=left], .bs-tooltip-left {
    padding: 0 .4rem;
}
.bs-tooltip-auto[x-placement^=left] .arrow, .bs-tooltip-left .arrow {
    height: .8rem;
    right: 0;
    width: .4rem;
}
.bs-tooltip-auto[x-placement^=left] .arrow:before, .bs-tooltip-left .arrow:before {
    border-left-color: #000;
    border-width: .4rem 0 .4rem .4rem;
    left: 0;
}
.tooltip-inner {
    background-color: #000;
    border-radius: .25rem;
    color: #fff;
    max-width: 200px;
    padding: .25rem .5rem;
    text-align: center;
}
.popover {
    word-wrap: break-word;
    background-clip: padding-box;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: .3rem;
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
    font-size: .875rem;
    font-style: normal;
    font-weight: 400;
    left: 0;
    letter-spacing: normal;
    line-break: auto;
    line-height: 1.5;
    max-width: 276px;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    top: 0;
    white-space: normal;
    word-break: normal;
    word-spacing: normal;
    z-index: 1060;
}
.popover, .popover .arrow {
    display: block;
    position: absolute;
}
.popover .arrow {
    height: .5rem;
    margin: 0 .3rem;
    width: 1rem;
}
.popover .arrow:after, .popover .arrow:before {
    border-color: transparent;
    border-style: solid;
    content: "";
    display: block;
    position: absolute;
}
.bs-popover-auto[x-placement^=top], .bs-popover-top {
    margin-bottom: .5rem;
}
.bs-popover-auto[x-placement^=top]>.arrow, .bs-popover-top>.arrow {
    bottom: calc(-.5rem - 1px);
}
.bs-popover-auto[x-placement^=top]>.arrow:before, .bs-popover-top>.arrow:before {
    border-top-color: rgba(0, 0, 0, .25);
    border-width: .5rem .5rem 0;
    bottom: 0;
}
.bs-popover-auto[x-placement^=top]>.arrow:after, .bs-popover-top>.arrow:after {
    border-top-color: #fff;
    border-width: .5rem .5rem 0;
    bottom: 1px;
}
.bs-popover-auto[x-placement^=right], .bs-popover-right {
    margin-left: .5rem;
}
.bs-popover-auto[x-placement^=right]>.arrow, .bs-popover-right>.arrow {
    height: 1rem;
    left: calc(-.5rem - 1px);
    margin: .3rem 0;
    width: .5rem;
}
.bs-popover-auto[x-placement^=right]>.arrow:before, .bs-popover-right>.arrow:before {
    border-right-color: rgba(0, 0, 0, .25);
    border-width: .5rem .5rem .5rem 0;
    left: 0;
}
.bs-popover-auto[x-placement^=right]>.arrow:after, .bs-popover-right>.arrow:after {
    border-right-color: #fff;
    border-width: .5rem .5rem .5rem 0;
    left: 1px;
}
.bs-popover-auto[x-placement^=bottom], .bs-popover-bottom {
    margin-top: .5rem;
}
.bs-popover-auto[x-placement^=bottom]>.arrow, .bs-popover-bottom>.arrow {
    top: calc(-.5rem - 1px);
}
.bs-popover-auto[x-placement^=bottom]>.arrow:before, .bs-popover-bottom>.arrow:before {
    border-bottom-color: rgba(0, 0, 0, .25);
    border-width: 0 .5rem .5rem;
    top: 0;
}
.bs-popover-auto[x-placement^=bottom]>.arrow:after, .bs-popover-bottom>.arrow:after {
    border-bottom-color: #fff;
    border-width: 0 .5rem .5rem;
    top: 1px;
}
.bs-popover-auto[x-placement^=bottom] .popover-header:before, .bs-popover-bottom .popover-header:before {
    border-bottom: 1px solid #f7f7f7;
    content: "";
    display: block;
    left: 50%;
    margin-left: -.5rem;
    position: absolute;
    top: 0;
    width: 1rem;
}
.bs-popover-auto[x-placement^=left], .bs-popover-left {
    margin-right: .5rem;
}
.bs-popover-auto[x-placement^=left]>.arrow, .bs-popover-left>.arrow {
    height: 1rem;
    margin: .3rem 0;
    right: calc(-.5rem - 1px);
    width: .5rem;
}
.bs-popover-auto[x-placement^=left]>.arrow:before, .bs-popover-left>.arrow:before {
    border-left-color: rgba(0, 0, 0, .25);
    border-width: .5rem 0 .5rem .5rem;
    right: 0;
}
.bs-popover-auto[x-placement^=left]>.arrow:after, .bs-popover-left>.arrow:after {
    border-left-color: #fff;
    border-width: .5rem 0 .5rem .5rem;
    right: 1px;
}
.popover-header {
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-top-left-radius: calc(.3rem - 1px);
    border-top-right-radius: calc(.3rem - 1px);
    font-size: 1rem;
    margin-bottom: 0;
    padding: .5rem .75rem;
}
.popover-header:empty {
    display: none;
}
.popover-body {
    color: #212529;
    padding: .5rem .75rem;
}
.carousel {
    position: relative;
}
.carousel.pointer-event {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
}
.carousel-inner {
    overflow: hidden;
    position: relative;
    width: 100%}
.carousel-inner:after {
    clear: both;
    content: "";
    display: block;
}
.carousel-item {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    display: none;
    float: left;
    margin-right: -100%;
    position: relative;
    transition: -webkit-transform .6s ease-in-out;
    transition: transform .6s ease-in-out;
    transition: transform .6s ease-in-out, -webkit-transform .6s ease-in-out;
    width: 100%}
@media (prefers-reduced-motion:reduce) {
    .carousel-item {
    transition: none;
}
}.carousel-item-next, .carousel-item-prev, .carousel-item.active {
    display: block;
}
.active.carousel-item-right, .carousel-item-next:not(.carousel-item-left) {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
}
.active.carousel-item-left, .carousel-item-prev:not(.carousel-item-right) {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
}
.carousel-fade .carousel-item {
    opacity: 0;
    -webkit-transform: none;
    transform: none;
    transition-property: opacity;
}
.carousel-fade .carousel-item-next.carousel-item-left, .carousel-fade .carousel-item-prev.carousel-item-right, .carousel-fade .carousel-item.active {
    opacity: 1;
    z-index: 1;
}
.carousel-fade .active.carousel-item-left, .carousel-fade .active.carousel-item-right {
    opacity: 0;
    transition: opacity 0s .6s;
    z-index: 0;
}
@media (prefers-reduced-motion:reduce) {
    .carousel-fade .active.carousel-item-left, .carousel-fade .active.carousel-item-right {
    transition: none;
}
}.carousel-control-next, .carousel-control-prev {
    -ms-flex-align: center;
    -ms-flex-pack: center;
    align-items: center;
    bottom: 0;
    color: #fff;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    opacity: .5;
    position: absolute;
    text-align: center;
    top: 0;
    transition: opacity .15s ease;
    width: 15%;
    z-index: 1;
}
@media (prefers-reduced-motion:reduce) {
    .carousel-control-next, .carousel-control-prev {
    transition: none;
}
}.carousel-control-next:focus, .carousel-control-next:hover, .carousel-control-prev:focus, .carousel-control-prev:hover {
    color: #fff;
    opacity: .9;
    outline: 0;
    text-decoration: none;
}
.carousel-control-prev {
    left: 0;
}
.carousel-control-next {
    right: 0;
}
.carousel-control-next-icon, .carousel-control-prev-icon {
    background: no-repeat 50%/100% 100%;
    display: inline-block;
    height: 20px;
    width: 20px;
}
.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml;
    charset=utf-8, %3Csvg xmlns='http: //www.w3.org/2000/svg' fill='%23fff' width='8' height='8'%3E%3Cpath d='m5.25 0-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3E%3C/svg%3E");
}
.carousel-control-next-icon {
    background-image: url("data:image/svg+xml;
    charset=utf-8, %3Csvg xmlns='http: //www.w3.org/2000/svg' fill='%23fff' width='8' height='8'%3E%3Cpath d='m2.75 0-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3E%3C/svg%3E");
}
.carousel-indicators {
    -ms-flex-pack: center;
    bottom: 0;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    left: 0;
    list-style: none;
    margin-left: 15%;
    margin-right: 15%;
    padding-left: 0;
    position: absolute;
    right: 0;
    z-index: 15;
}
.carousel-indicators li {
    background-clip: padding-box;
    background-color: #fff;
    border-bottom: 10px solid transparent;
    border-top: 10px solid transparent;
    box-sizing: content-box;
    cursor: pointer;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    height: 3px;
    margin-left: 3px;
    margin-right: 3px;
    opacity: .5;
    text-indent: -999px;
    transition: opacity .6s ease;
    width: 30px;
}
@media (prefers-reduced-motion:reduce) {
    .carousel-indicators li {
    transition: none;
}
}.carousel-indicators .active {
    opacity: 1;
}
.carousel-caption {
    bottom: 20px;
    color: #fff;
    left: 15%;
    padding-bottom: 20px;
    padding-top: 20px;
    position: absolute;
    right: 15%;
    text-align: center;
    z-index: 10;
}
@-webkit-keyframes spinner-border {
    to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
}
}@keyframes spinner-border {
    to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
}
}.spinner-border {
    -webkit-animation: spinner-border .75s linear infinite;
    animation: spinner-border .75s linear infinite;
    border: .25em solid;
    border-radius: 50%;
    border-right: .25em solid transparent;
    display: inline-block;
    height: 2rem;
    vertical-align: text-bottom;
    width: 2rem;
}
.spinner-border-sm {
    border-width: .2em;
    height: 1rem;
    width: 1rem;
}
@-webkit-keyframes spinner-grow {
    0% {
    -webkit-transform: scale(0);
    transform: scale(0);
}
50% {
    opacity: 1;
}
}@keyframes spinner-grow {
    0% {
    -webkit-transform: scale(0);
    transform: scale(0);
}
50% {
    opacity: 1;
}
}.spinner-grow {
    -webkit-animation: spinner-grow .75s linear infinite;
    animation: spinner-grow .75s linear infinite;
    background-color: currentColor;
    border-radius: 50%;
    display: inline-block;
    height: 2rem;
    opacity: 0;
    vertical-align: text-bottom;
    width: 2rem;
}
.spinner-grow-sm {
    height: 1rem;
    width: 1rem;
}
.align-baseline {
    vertical-align: baseline!important;
}
.align-top {
    vertical-align: top!important;
}
.align-middle {
    vertical-align: middle!important;
}
.align-bottom {
    vertical-align: bottom!important;
}
.align-text-bottom {
    vertical-align: text-bottom!important;
}
.align-text-top {
    vertical-align: text-top!important;
}
.bg-primary {
    background-color: #007bff!important;
}
a.bg-primary:focus, a.bg-primary:hover, button.bg-primary:focus, button.bg-primary:hover {
    background-color: #0062cc!important;
}
.bg-secondary {
    background-color: #6c757d!important;
}
a.bg-secondary:focus, a.bg-secondary:hover, button.bg-secondary:focus, button.bg-secondary:hover {
    background-color: #545b62!important;
}
.bg-success {
    background-color: #28a745!important;
}
a.bg-success:focus, a.bg-success:hover, button.bg-success:focus, button.bg-success:hover {
    background-color: #1e7e34!important;
}
.bg-info {
    background-color: #17a2b8!important;
}
a.bg-info:focus, a.bg-info:hover, button.bg-info:focus, button.bg-info:hover {
    background-color: #117a8b!important;
}
.bg-warning {
    background-color: #ffc107!important;
}
a.bg-warning:focus, a.bg-warning:hover, button.bg-warning:focus, button.bg-warning:hover {
    background-color: #d39e00!important;
}
.bg-danger {
    background-color: #dc3545!important;
}
a.bg-danger:focus, a.bg-danger:hover, button.bg-danger:focus, button.bg-danger:hover {
    background-color: #bd2130!important;
}
.bg-light {
    background-color: #f8f9fa!important;
}
a.bg-light:focus, a.bg-light:hover, button.bg-light:focus, button.bg-light:hover {
    background-color: #dae0e5!important;
}
.bg-dark {
    background-color: #343a40!important;
}
a.bg-dark:focus, a.bg-dark:hover, button.bg-dark:focus, button.bg-dark:hover {
    background-color: #1d2124!important;
}
.bg-white {
    background-color: #fff!important;
}
.bg-transparent {
    background-color: transparent!important;
}
.border {
    border: 1px solid #dee2e6!important;
}
.border-top {
    border-top: 1px solid #dee2e6!important;
}
.border-right {
    border-right: 1px solid #dee2e6!important;
}
.border-bottom {
    border-bottom: 1px solid #dee2e6!important;
}
.border-left {
    border-left: 1px solid #dee2e6!important;
}
.border-0 {
    border: 0!important;
}
.border-top-0 {
    border-top: 0!important;
}
.border-right-0 {
    border-right: 0!important;
}
.border-bottom-0 {
    border-bottom: 0!important;
}
.border-left-0 {
    border-left: 0!important;
}
.border-primary {
    border-color: #007bff!important;
}
.border-secondary {
    border-color: #6c757d!important;
}
.border-success {
    border-color: #28a745!important;
}
.border-info {
    border-color: #17a2b8!important;
}
.border-warning {
    border-color: #ffc107!important;
}
.border-danger {
    border-color: #dc3545!important;
}
.border-light {
    border-color: #f8f9fa!important;
}
.border-dark {
    border-color: #343a40!important;
}
.border-white {
    border-color: #fff!important;
}
.rounded-sm {
    border-radius: .2rem!important;
}
.rounded {
    border-radius: .25rem!important;
}
.rounded-top {
    border-top-left-radius: .25rem!important;
}
.rounded-right, .rounded-top {
    border-top-right-radius: .25rem!important;
}
.rounded-bottom, .rounded-right {
    border-bottom-right-radius: .25rem!important;
}
.rounded-bottom, .rounded-left {
    border-bottom-left-radius: .25rem!important;
}
.rounded-left {
    border-top-left-radius: .25rem!important;
}
.rounded-lg {
    border-radius: .3rem!important;
}
.rounded-circle {
    border-radius: 50%!important;
}
.rounded-pill {
    border-radius: 50rem!important;
}
.rounded-0 {
    border-radius: 0!important;
}
.d-none {
    display: none!important;
}
.d-inline {
    display: inline!important;
}
.d-inline-block {
    display: inline-block!important;
}
.d-block {
    display: block!important;
}
.d-table {
    display: table!important;
}
.d-table-row {
    display: table-row!important;
}
.d-table-cell {
    display: table-cell!important;
}
.d-flex {
    display: -ms-flexbox!important;
    display: flex!important;
}
.d-inline-flex {
    display: -ms-inline-flexbox!important;
    display: inline-flex!important;
}
@media (min-width:576px) {
    .d-sm-none {
    display: none!important;
}
.d-sm-inline {
    display: inline!important;
}
.d-sm-inline-block {
    display: inline-block!important;
}
.d-sm-block {
    display: block!important;
}
.d-sm-table {
    display: table!important;
}
.d-sm-table-row {
    display: table-row!important;
}
.d-sm-table-cell {
    display: table-cell!important;
}
.d-sm-flex {
    display: -ms-flexbox!important;
    display: flex!important;
}
.d-sm-inline-flex {
    display: -ms-inline-flexbox!important;
    display: inline-flex!important;
}
}@media (min-width:768px) {
    .d-md-none {
    display: none!important;
}
.d-md-inline {
    display: inline!important;
}
.d-md-inline-block {
    display: inline-block!important;
}
.d-md-block {
    display: block!important;
}
.d-md-table {
    display: table!important;
}
.d-md-table-row {
    display: table-row!important;
}
.d-md-table-cell {
    display: table-cell!important;
}
.d-md-flex {
    display: -ms-flexbox!important;
    display: flex!important;
}
.d-md-inline-flex {
    display: -ms-inline-flexbox!important;
    display: inline-flex!important;
}
}@media (min-width:992px) {
    .d-lg-none {
    display: none!important;
}
.d-lg-inline {
    display: inline!important;
}
.d-lg-inline-block {
    display: inline-block!important;
}
.d-lg-block {
    display: block!important;
}
.d-lg-table {
    display: table!important;
}
.d-lg-table-row {
    display: table-row!important;
}
.d-lg-table-cell {
    display: table-cell!important;
}
.d-lg-flex {
    display: -ms-flexbox!important;
    display: flex!important;
}
.d-lg-inline-flex {
    display: -ms-inline-flexbox!important;
    display: inline-flex!important;
}
}@media (min-width:1200px) {
    .d-xl-none {
    display: none!important;
}
.d-xl-inline {
    display: inline!important;
}
.d-xl-inline-block {
    display: inline-block!important;
}
.d-xl-block {
    display: block!important;
}
.d-xl-table {
    display: table!important;
}
.d-xl-table-row {
    display: table-row!important;
}
.d-xl-table-cell {
    display: table-cell!important;
}
.d-xl-flex {
    display: -ms-flexbox!important;
    display: flex!important;
}
.d-xl-inline-flex {
    display: -ms-inline-flexbox!important;
    display: inline-flex!important;
}
}@media print {
    .d-print-none {
    display: none!important;
}
.d-print-inline {
    display: inline!important;
}
.d-print-inline-block {
    display: inline-block!important;
}
.d-print-block {
    display: block!important;
}
.d-print-table {
    display: table!important;
}
.d-print-table-row {
    display: table-row!important;
}
.d-print-table-cell {
    display: table-cell!important;
}
.d-print-flex {
    display: -ms-flexbox!important;
    display: flex!important;
}
.d-print-inline-flex {
    display: -ms-inline-flexbox!important;
    display: inline-flex!important;
}
}.embed-responsive {
    display: block;
    overflow: hidden;
    padding: 0;
    position: relative;
    width: 100%}
.embed-responsive:before {
    content: "";
    display: block;
}
.embed-responsive .embed-responsive-item, .embed-responsive embed, .embed-responsive iframe, .embed-responsive object, .embed-responsive video {
    border: 0;
    bottom: 0;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%}
.embed-responsive-21by9:before {
    padding-top: 42.857143%}
.embed-responsive-16by9:before {
    padding-top: 56.25%}
.embed-responsive-4by3:before {
    padding-top: 75%}
.embed-responsive-1by1:before {
    padding-top: 100%}
.flex-row {
    -ms-flex-direction: row!important;
    flex-direction: row!important;
}
.flex-column {
    -ms-flex-direction: column!important;
    flex-direction: column!important;
}
.flex-row-reverse {
    -ms-flex-direction: row-reverse!important;
    flex-direction: row-reverse!important;
}
.flex-column-reverse {
    -ms-flex-direction: column-reverse!important;
    flex-direction: column-reverse!important;
}
.flex-wrap {
    -ms-flex-wrap: wrap!important;
    flex-wrap: wrap!important;
}
.flex-nowrap {
    -ms-flex-wrap: nowrap!important;
    flex-wrap: nowrap!important;
}
.flex-wrap-reverse {
    -ms-flex-wrap: wrap-reverse!important;
    flex-wrap: wrap-reverse!important;
}
.flex-fill {
    -ms-flex: 1 1 auto!important;
    flex: 1 1 auto!important;
}
.flex-grow-0 {
    -ms-flex-positive: 0!important;
    flex-grow: 0!important;
}
.flex-grow-1 {
    -ms-flex-positive: 1!important;
    flex-grow: 1!important;
}
.flex-shrink-0 {
    -ms-flex-negative: 0!important;
    flex-shrink: 0!important;
}
.flex-shrink-1 {
    -ms-flex-negative: 1!important;
    flex-shrink: 1!important;
}
.justify-content-start {
    -ms-flex-pack: start!important;
    justify-content: flex-start!important;
}
.justify-content-end {
    -ms-flex-pack: end!important;
    justify-content: flex-end!important;
}
.justify-content-center {
    -ms-flex-pack: center!important;
    justify-content: center!important;
}
.justify-content-between {
    -ms-flex-pack: justify!important;
    justify-content: space-between!important;
}
.justify-content-around {
    -ms-flex-pack: distribute!important;
    justify-content: space-around!important;
}
.align-items-start {
    -ms-flex-align: start!important;
    align-items: flex-start!important;
}
.align-items-end {
    -ms-flex-align: end!important;
    align-items: flex-end!important;
}
.align-items-center {
    -ms-flex-align: center!important;
    align-items: center!important;
}
.align-items-baseline {
    -ms-flex-align: baseline!important;
    align-items: baseline!important;
}
.align-items-stretch {
    -ms-flex-align: stretch!important;
    align-items: stretch!important;
}
.align-content-start {
    -ms-flex-line-pack: start!important;
    align-content: flex-start!important;
}
.align-content-end {
    -ms-flex-line-pack: end!important;
    align-content: flex-end!important;
}
.align-content-center {
    -ms-flex-line-pack: center!important;
    align-content: center!important;
}
.align-content-between {
    -ms-flex-line-pack: justify!important;
    align-content: space-between!important;
}
.align-content-around {
    -ms-flex-line-pack: distribute!important;
    align-content: space-around!important;
}
.align-content-stretch {
    -ms-flex-line-pack: stretch!important;
    align-content: stretch!important;
}
.align-self-auto {
    -ms-flex-item-align: auto!important;
    align-self: auto!important;
}
.align-self-start {
    -ms-flex-item-align: start!important;
    align-self: flex-start!important;
}
.align-self-end {
    -ms-flex-item-align: end!important;
    align-self: flex-end!important;
}
.align-self-center {
    -ms-flex-item-align: center!important;
    align-self: center!important;
}
.align-self-baseline {
    -ms-flex-item-align: baseline!important;
    align-self: baseline!important;
}
.align-self-stretch {
    -ms-flex-item-align: stretch!important;
    align-self: stretch!important;
}
@media (min-width:576px) {
    .flex-sm-row {
    -ms-flex-direction: row!important;
    flex-direction: row!important;
}
.flex-sm-column {
    -ms-flex-direction: column!important;
    flex-direction: column!important;
}
.flex-sm-row-reverse {
    -ms-flex-direction: row-reverse!important;
    flex-direction: row-reverse!important;
}
.flex-sm-column-reverse {
    -ms-flex-direction: column-reverse!important;
    flex-direction: column-reverse!important;
}
.flex-sm-wrap {
    -ms-flex-wrap: wrap!important;
    flex-wrap: wrap!important;
}
.flex-sm-nowrap {
    -ms-flex-wrap: nowrap!important;
    flex-wrap: nowrap!important;
}
.flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse!important;
    flex-wrap: wrap-reverse!important;
}
.flex-sm-fill {
    -ms-flex: 1 1 auto!important;
    flex: 1 1 auto!important;
}
.flex-sm-grow-0 {
    -ms-flex-positive: 0!important;
    flex-grow: 0!important;
}
.flex-sm-grow-1 {
    -ms-flex-positive: 1!important;
    flex-grow: 1!important;
}
.flex-sm-shrink-0 {
    -ms-flex-negative: 0!important;
    flex-shrink: 0!important;
}
.flex-sm-shrink-1 {
    -ms-flex-negative: 1!important;
    flex-shrink: 1!important;
}
.justify-content-sm-start {
    -ms-flex-pack: start!important;
    justify-content: flex-start!important;
}
.justify-content-sm-end {
    -ms-flex-pack: end!important;
    justify-content: flex-end!important;
}
.justify-content-sm-center {
    -ms-flex-pack: center!important;
    justify-content: center!important;
}
.justify-content-sm-between {
    -ms-flex-pack: justify!important;
    justify-content: space-between!important;
}
.justify-content-sm-around {
    -ms-flex-pack: distribute!important;
    justify-content: space-around!important;
}
.align-items-sm-start {
    -ms-flex-align: start!important;
    align-items: flex-start!important;
}
.align-items-sm-end {
    -ms-flex-align: end!important;
    align-items: flex-end!important;
}
.align-items-sm-center {
    -ms-flex-align: center!important;
    align-items: center!important;
}
.align-items-sm-baseline {
    -ms-flex-align: baseline!important;
    align-items: baseline!important;
}
.align-items-sm-stretch {
    -ms-flex-align: stretch!important;
    align-items: stretch!important;
}
.align-content-sm-start {
    -ms-flex-line-pack: start!important;
    align-content: flex-start!important;
}
.align-content-sm-end {
    -ms-flex-line-pack: end!important;
    align-content: flex-end!important;
}
.align-content-sm-center {
    -ms-flex-line-pack: center!important;
    align-content: center!important;
}
.align-content-sm-between {
    -ms-flex-line-pack: justify!important;
    align-content: space-between!important;
}
.align-content-sm-around {
    -ms-flex-line-pack: distribute!important;
    align-content: space-around!important;
}
.align-content-sm-stretch {
    -ms-flex-line-pack: stretch!important;
    align-content: stretch!important;
}
.align-self-sm-auto {
    -ms-flex-item-align: auto!important;
    align-self: auto!important;
}
.align-self-sm-start {
    -ms-flex-item-align: start!important;
    align-self: flex-start!important;
}
.align-self-sm-end {
    -ms-flex-item-align: end!important;
    align-self: flex-end!important;
}
.align-self-sm-center {
    -ms-flex-item-align: center!important;
    align-self: center!important;
}
.align-self-sm-baseline {
    -ms-flex-item-align: baseline!important;
    align-self: baseline!important;
}
.align-self-sm-stretch {
    -ms-flex-item-align: stretch!important;
    align-self: stretch!important;
}
}@media (min-width:768px) {
    .flex-md-row {
    -ms-flex-direction: row!important;
    flex-direction: row!important;
}
.flex-md-column {
    -ms-flex-direction: column!important;
    flex-direction: column!important;
}
.flex-md-row-reverse {
    -ms-flex-direction: row-reverse!important;
    flex-direction: row-reverse!important;
}
.flex-md-column-reverse {
    -ms-flex-direction: column-reverse!important;
    flex-direction: column-reverse!important;
}
.flex-md-wrap {
    -ms-flex-wrap: wrap!important;
    flex-wrap: wrap!important;
}
.flex-md-nowrap {
    -ms-flex-wrap: nowrap!important;
    flex-wrap: nowrap!important;
}
.flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse!important;
    flex-wrap: wrap-reverse!important;
}
.flex-md-fill {
    -ms-flex: 1 1 auto!important;
    flex: 1 1 auto!important;
}
.flex-md-grow-0 {
    -ms-flex-positive: 0!important;
    flex-grow: 0!important;
}
.flex-md-grow-1 {
    -ms-flex-positive: 1!important;
    flex-grow: 1!important;
}
.flex-md-shrink-0 {
    -ms-flex-negative: 0!important;
    flex-shrink: 0!important;
}
.flex-md-shrink-1 {
    -ms-flex-negative: 1!important;
    flex-shrink: 1!important;
}
.justify-content-md-start {
    -ms-flex-pack: start!important;
    justify-content: flex-start!important;
}
.justify-content-md-end {
    -ms-flex-pack: end!important;
    justify-content: flex-end!important;
}
.justify-content-md-center {
    -ms-flex-pack: center!important;
    justify-content: center!important;
}
.justify-content-md-between {
    -ms-flex-pack: justify!important;
    justify-content: space-between!important;
}
.justify-content-md-around {
    -ms-flex-pack: distribute!important;
    justify-content: space-around!important;
}
.align-items-md-start {
    -ms-flex-align: start!important;
    align-items: flex-start!important;
}
.align-items-md-end {
    -ms-flex-align: end!important;
    align-items: flex-end!important;
}
.align-items-md-center {
    -ms-flex-align: center!important;
    align-items: center!important;
}
.align-items-md-baseline {
    -ms-flex-align: baseline!important;
    align-items: baseline!important;
}
.align-items-md-stretch {
    -ms-flex-align: stretch!important;
    align-items: stretch!important;
}
.align-content-md-start {
    -ms-flex-line-pack: start!important;
    align-content: flex-start!important;
}
.align-content-md-end {
    -ms-flex-line-pack: end!important;
    align-content: flex-end!important;
}
.align-content-md-center {
    -ms-flex-line-pack: center!important;
    align-content: center!important;
}
.align-content-md-between {
    -ms-flex-line-pack: justify!important;
    align-content: space-between!important;
}
.align-content-md-around {
    -ms-flex-line-pack: distribute!important;
    align-content: space-around!important;
}
.align-content-md-stretch {
    -ms-flex-line-pack: stretch!important;
    align-content: stretch!important;
}
.align-self-md-auto {
    -ms-flex-item-align: auto!important;
    align-self: auto!important;
}
.align-self-md-start {
    -ms-flex-item-align: start!important;
    align-self: flex-start!important;
}
.align-self-md-end {
    -ms-flex-item-align: end!important;
    align-self: flex-end!important;
}
.align-self-md-center {
    -ms-flex-item-align: center!important;
    align-self: center!important;
}
.align-self-md-baseline {
    -ms-flex-item-align: baseline!important;
    align-self: baseline!important;
}
.align-self-md-stretch {
    -ms-flex-item-align: stretch!important;
    align-self: stretch!important;
}
}@media (min-width:992px) {
    .flex-lg-row {
    -ms-flex-direction: row!important;
    flex-direction: row!important;
}
.flex-lg-column {
    -ms-flex-direction: column!important;
    flex-direction: column!important;
}
.flex-lg-row-reverse {
    -ms-flex-direction: row-reverse!important;
    flex-direction: row-reverse!important;
}
.flex-lg-column-reverse {
    -ms-flex-direction: column-reverse!important;
    flex-direction: column-reverse!important;
}
.flex-lg-wrap {
    -ms-flex-wrap: wrap!important;
    flex-wrap: wrap!important;
}
.flex-lg-nowrap {
    -ms-flex-wrap: nowrap!important;
    flex-wrap: nowrap!important;
}
.flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse!important;
    flex-wrap: wrap-reverse!important;
}
.flex-lg-fill {
    -ms-flex: 1 1 auto!important;
    flex: 1 1 auto!important;
}
.flex-lg-grow-0 {
    -ms-flex-positive: 0!important;
    flex-grow: 0!important;
}
.flex-lg-grow-1 {
    -ms-flex-positive: 1!important;
    flex-grow: 1!important;
}
.flex-lg-shrink-0 {
    -ms-flex-negative: 0!important;
    flex-shrink: 0!important;
}
.flex-lg-shrink-1 {
    -ms-flex-negative: 1!important;
    flex-shrink: 1!important;
}
.justify-content-lg-start {
    -ms-flex-pack: start!important;
    justify-content: flex-start!important;
}
.justify-content-lg-end {
    -ms-flex-pack: end!important;
    justify-content: flex-end!important;
}
.justify-content-lg-center {
    -ms-flex-pack: center!important;
    justify-content: center!important;
}
.justify-content-lg-between {
    -ms-flex-pack: justify!important;
    justify-content: space-between!important;
}
.justify-content-lg-around {
    -ms-flex-pack: distribute!important;
    justify-content: space-around!important;
}
.align-items-lg-start {
    -ms-flex-align: start!important;
    align-items: flex-start!important;
}
.align-items-lg-end {
    -ms-flex-align: end!important;
    align-items: flex-end!important;
}
.align-items-lg-center {
    -ms-flex-align: center!important;
    align-items: center!important;
}
.align-items-lg-baseline {
    -ms-flex-align: baseline!important;
    align-items: baseline!important;
}
.align-items-lg-stretch {
    -ms-flex-align: stretch!important;
    align-items: stretch!important;
}
.align-content-lg-start {
    -ms-flex-line-pack: start!important;
    align-content: flex-start!important;
}
.align-content-lg-end {
    -ms-flex-line-pack: end!important;
    align-content: flex-end!important;
}
.align-content-lg-center {
    -ms-flex-line-pack: center!important;
    align-content: center!important;
}
.align-content-lg-between {
    -ms-flex-line-pack: justify!important;
    align-content: space-between!important;
}
.align-content-lg-around {
    -ms-flex-line-pack: distribute!important;
    align-content: space-around!important;
}
.align-content-lg-stretch {
    -ms-flex-line-pack: stretch!important;
    align-content: stretch!important;
}
.align-self-lg-auto {
    -ms-flex-item-align: auto!important;
    align-self: auto!important;
}
.align-self-lg-start {
    -ms-flex-item-align: start!important;
    align-self: flex-start!important;
}
.align-self-lg-end {
    -ms-flex-item-align: end!important;
    align-self: flex-end!important;
}
.align-self-lg-center {
    -ms-flex-item-align: center!important;
    align-self: center!important;
}
.align-self-lg-baseline {
    -ms-flex-item-align: baseline!important;
    align-self: baseline!important;
}
.align-self-lg-stretch {
    -ms-flex-item-align: stretch!important;
    align-self: stretch!important;
}
}@media (min-width:1200px) {
    .flex-xl-row {
    -ms-flex-direction: row!important;
    flex-direction: row!important;
}
.flex-xl-column {
    -ms-flex-direction: column!important;
    flex-direction: column!important;
}
.flex-xl-row-reverse {
    -ms-flex-direction: row-reverse!important;
    flex-direction: row-reverse!important;
}
.flex-xl-column-reverse {
    -ms-flex-direction: column-reverse!important;
    flex-direction: column-reverse!important;
}
.flex-xl-wrap {
    -ms-flex-wrap: wrap!important;
    flex-wrap: wrap!important;
}
.flex-xl-nowrap {
    -ms-flex-wrap: nowrap!important;
    flex-wrap: nowrap!important;
}
.flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse!important;
    flex-wrap: wrap-reverse!important;
}
.flex-xl-fill {
    -ms-flex: 1 1 auto!important;
    flex: 1 1 auto!important;
}
.flex-xl-grow-0 {
    -ms-flex-positive: 0!important;
    flex-grow: 0!important;
}
.flex-xl-grow-1 {
    -ms-flex-positive: 1!important;
    flex-grow: 1!important;
}
.flex-xl-shrink-0 {
    -ms-flex-negative: 0!important;
    flex-shrink: 0!important;
}
.flex-xl-shrink-1 {
    -ms-flex-negative: 1!important;
    flex-shrink: 1!important;
}
.justify-content-xl-start {
    -ms-flex-pack: start!important;
    justify-content: flex-start!important;
}
.justify-content-xl-end {
    -ms-flex-pack: end!important;
    justify-content: flex-end!important;
}
.justify-content-xl-center {
    -ms-flex-pack: center!important;
    justify-content: center!important;
}
.justify-content-xl-between {
    -ms-flex-pack: justify!important;
    justify-content: space-between!important;
}
.justify-content-xl-around {
    -ms-flex-pack: distribute!important;
    justify-content: space-around!important;
}
.align-items-xl-start {
    -ms-flex-align: start!important;
    align-items: flex-start!important;
}
.align-items-xl-end {
    -ms-flex-align: end!important;
    align-items: flex-end!important;
}
.align-items-xl-center {
    -ms-flex-align: center!important;
    align-items: center!important;
}
.align-items-xl-baseline {
    -ms-flex-align: baseline!important;
    align-items: baseline!important;
}
.align-items-xl-stretch {
    -ms-flex-align: stretch!important;
    align-items: stretch!important;
}
.align-content-xl-start {
    -ms-flex-line-pack: start!important;
    align-content: flex-start!important;
}
.align-content-xl-end {
    -ms-flex-line-pack: end!important;
    align-content: flex-end!important;
}
.align-content-xl-center {
    -ms-flex-line-pack: center!important;
    align-content: center!important;
}
.align-content-xl-between {
    -ms-flex-line-pack: justify!important;
    align-content: space-between!important;
}
.align-content-xl-around {
    -ms-flex-line-pack: distribute!important;
    align-content: space-around!important;
}
.align-content-xl-stretch {
    -ms-flex-line-pack: stretch!important;
    align-content: stretch!important;
}
.align-self-xl-auto {
    -ms-flex-item-align: auto!important;
    align-self: auto!important;
}
.align-self-xl-start {
    -ms-flex-item-align: start!important;
    align-self: flex-start!important;
}
.align-self-xl-end {
    -ms-flex-item-align: end!important;
    align-self: flex-end!important;
}
.align-self-xl-center {
    -ms-flex-item-align: center!important;
    align-self: center!important;
}
.align-self-xl-baseline {
    -ms-flex-item-align: baseline!important;
    align-self: baseline!important;
}
.align-self-xl-stretch {
    -ms-flex-item-align: stretch!important;
    align-self: stretch!important;
}
}.float-left {
    float: left!important;
}
.float-right {
    float: right!important;
}
.float-none {
    float: none!important;
}
@media (min-width:576px) {
    .float-sm-left {
    float: left!important;
}
.float-sm-right {
    float: right!important;
}
.float-sm-none {
    float: none!important;
}
}@media (min-width:768px) {
    .float-md-left {
    float: left!important;
}
.float-md-right {
    float: right!important;
}
.float-md-none {
    float: none!important;
}
}@media (min-width:992px) {
    .float-lg-left {
    float: left!important;
}
.float-lg-right {
    float: right!important;
}
.float-lg-none {
    float: none!important;
}
}@media (min-width:1200px) {
    .float-xl-left {
    float: left!important;
}
.float-xl-right {
    float: right!important;
}
.float-xl-none {
    float: none!important;
}
}.overflow-auto {
    overflow: auto!important;
}
.overflow-hidden {
    overflow: hidden!important;
}
.position-static {
    position: static!important;
}
.position-relative {
    position: relative!important;
}
.position-absolute {
    position: absolute!important;
}
.position-fixed {
    position: fixed!important;
}
.position-sticky {
    position: -webkit-sticky!important;
    position: sticky!important;
}
.fixed-top {
    top: 0;
}
.fixed-bottom, .fixed-top {
    left: 0;
    position: fixed;
    right: 0;
    z-index: 1030;
}
.fixed-bottom {
    bottom: 0;
}
@supports (position:-webkit-sticky) or (position:sticky) {
    .sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
}
}.sr-only {
    white-space: nowrap;
}
.sr-only-focusable:active, .sr-only-focusable:focus {
    white-space: normal;
}
.shadow-sm {
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075)!important;
}
.shadow {
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15)!important;
}
.shadow-lg {
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, .175)!important;
}
.shadow-none {
    box-shadow: none!important;
}
.w-25 {
    width: 25%!important;
}
.w-50 {
    width: 50%!important;
}
.w-75 {
    width: 75%!important;
}
.w-100 {
    width: 100%!important;
}
.w-auto {
    width: auto!important;
}
.h-25 {
    height: 25%!important;
}
.h-50 {
    height: 50%!important;
}
.h-75 {
    height: 75%!important;
}
.h-100 {
    height: 100%!important;
}
.h-auto {
    height: auto!important;
}
.mw-100 {
    max-width: 100%!important;
}
.mh-100 {
    max-height: 100%!important;
}
.min-vw-100 {
    min-width: 100vw!important;
}
.min-vh-100 {
    min-height: 100vh!important;
}
.vw-100 {
    width: 100vw!important;
}
.vh-100 {
    height: 100vh!important;
}
.stretched-link:after {
    background-color: transparent;
    bottom: 0;
    content: "";
    left: 0;
    pointer-events: auto;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
}
.m-0 {
    margin: 0!important;
}
.mt-0, .my-0 {
    margin-top: 0!important;
}
.mr-0, .mx-0 {
    margin-right: 0!important;
}
.mb-0, .my-0 {
    margin-bottom: 0!important;
}
.ml-0, .mx-0 {
    margin-left: 0!important;
}
.m-1 {
    margin: .25rem!important;
}
.mt-1, .my-1 {
    margin-top: .25rem!important;
}
.mr-1, .mx-1 {
    margin-right: .25rem!important;
}
.mb-1, .my-1 {
    margin-bottom: .25rem!important;
}
.ml-1, .mx-1 {
    margin-left: .25rem!important;
}
.m-2 {
    margin: .5rem!important;
}
.mt-2, .my-2 {
    margin-top: .5rem!important;
}
.mr-2, .mx-2 {
    margin-right: .5rem!important;
}
.mb-2, .my-2 {
    margin-bottom: .5rem!important;
}
.ml-2, .mx-2 {
    margin-left: .5rem!important;
}
.m-3 {
    margin: 1rem!important;
}
.mt-3, .my-3 {
    margin-top: 1rem!important;
}
.mr-3, .mx-3 {
    margin-right: 1rem!important;
}
.mb-3, .my-3 {
    margin-bottom: 1rem!important;
}
.ml-3, .mx-3 {
    margin-left: 1rem!important;
}
.m-4 {
    margin: 1.5rem!important;
}
.mt-4, .my-4 {
    margin-top: 1.5rem!important;
}
.mr-4, .mx-4 {
    margin-right: 1.5rem!important;
}
.mb-4, .my-4 {
    margin-bottom: 1.5rem!important;
}
.ml-4, .mx-4 {
    margin-left: 1.5rem!important;
}
.m-5 {
    margin: 3rem!important;
}
.mt-5, .my-5 {
    margin-top: 3rem!important;
}
.mr-5, .mx-5 {
    margin-right: 3rem!important;
}
.mb-5, .my-5 {
    margin-bottom: 3rem!important;
}
.ml-5, .mx-5 {
    margin-left: 3rem!important;
}
.p-0 {
    padding: 0!important;
}
.pt-0, .py-0 {
    padding-top: 0!important;
}
.pr-0, .px-0 {
    padding-right: 0!important;
}
.pb-0, .py-0 {
    padding-bottom: 0!important;
}
.pl-0, .px-0 {
    padding-left: 0!important;
}
.p-1 {
    padding: .25rem!important;
}
.pt-1, .py-1 {
    padding-top: .25rem!important;
}
.pr-1, .px-1 {
    padding-right: .25rem!important;
}
.pb-1, .py-1 {
    padding-bottom: .25rem!important;
}
.pl-1, .px-1 {
    padding-left: .25rem!important;
}
.p-2 {
    padding: .5rem!important;
}
.pt-2, .py-2 {
    padding-top: .5rem!important;
}
.pr-2, .px-2 {
    padding-right: .5rem!important;
}
.pb-2, .py-2 {
    padding-bottom: .5rem!important;
}
.pl-2, .px-2 {
    padding-left: .5rem!important;
}
.p-3 {
    padding: 1rem!important;
}
.pt-3, .py-3 {
    padding-top: 1rem!important;
}
.pr-3, .px-3 {
    padding-right: 1rem!important;
}
.pb-3, .py-3 {
    padding-bottom: 1rem!important;
}
.pl-3, .px-3 {
    padding-left: 1rem!important;
}
.p-4 {
    padding: 1.5rem!important;
}
.pt-4, .py-4 {
    padding-top: 1.5rem!important;
}
.pr-4, .px-4 {
    padding-right: 1.5rem!important;
}
.pb-4, .py-4 {
    padding-bottom: 1.5rem!important;
}
.pl-4, .px-4 {
    padding-left: 1.5rem!important;
}
.p-5 {
    padding: 3rem!important;
}
.pt-5, .py-5 {
    padding-top: 3rem!important;
}
.pr-5, .px-5 {
    padding-right: 3rem!important;
}
.pb-5, .py-5 {
    padding-bottom: 3rem!important;
}
.pl-5, .px-5 {
    padding-left: 3rem!important;
}
.m-n1 {
    margin: -.25rem!important;
}
.mt-n1, .my-n1 {
    margin-top: -.25rem!important;
}
.mr-n1, .mx-n1 {
    margin-right: -.25rem!important;
}
.mb-n1, .my-n1 {
    margin-bottom: -.25rem!important;
}
.ml-n1, .mx-n1 {
    margin-left: -.25rem!important;
}
.m-n2 {
    margin: -.5rem!important;
}
.mt-n2, .my-n2 {
    margin-top: -.5rem!important;
}
.mr-n2, .mx-n2 {
    margin-right: -.5rem!important;
}
.mb-n2, .my-n2 {
    margin-bottom: -.5rem!important;
}
.ml-n2, .mx-n2 {
    margin-left: -.5rem!important;
}
.m-n3 {
    margin: -1rem!important;
}
.mt-n3, .my-n3 {
    margin-top: -1rem!important;
}
.mr-n3, .mx-n3 {
    margin-right: -1rem!important;
}
.mb-n3, .my-n3 {
    margin-bottom: -1rem!important;
}
.ml-n3, .mx-n3 {
    margin-left: -1rem!important;
}
.m-n4 {
    margin: -1.5rem!important;
}
.mt-n4, .my-n4 {
    margin-top: -1.5rem!important;
}
.mr-n4, .mx-n4 {
    margin-right: -1.5rem!important;
}
.mb-n4, .my-n4 {
    margin-bottom: -1.5rem!important;
}
.ml-n4, .mx-n4 {
    margin-left: -1.5rem!important;
}
.m-n5 {
    margin: -3rem!important;
}
.mt-n5, .my-n5 {
    margin-top: -3rem!important;
}
.mr-n5, .mx-n5 {
    margin-right: -3rem!important;
}
.mb-n5, .my-n5 {
    margin-bottom: -3rem!important;
}
.ml-n5, .mx-n5 {
    margin-left: -3rem!important;
}
.m-auto {
    margin: auto!important;
}
.mt-auto, .my-auto {
    margin-top: auto!important;
}
.mr-auto, .mx-auto {
    margin-right: auto!important;
}
.mb-auto, .my-auto {
    margin-bottom: auto!important;
}
.ml-auto, .mx-auto {
    margin-left: auto!important;
}
@media (min-width:576px) {
    .m-sm-0 {
    margin: 0!important;
}
.mt-sm-0, .my-sm-0 {
    margin-top: 0!important;
}
.mr-sm-0, .mx-sm-0 {
    margin-right: 0!important;
}
.mb-sm-0, .my-sm-0 {
    margin-bottom: 0!important;
}
.ml-sm-0, .mx-sm-0 {
    margin-left: 0!important;
}
.m-sm-1 {
    margin: .25rem!important;
}
.mt-sm-1, .my-sm-1 {
    margin-top: .25rem!important;
}
.mr-sm-1, .mx-sm-1 {
    margin-right: .25rem!important;
}
.mb-sm-1, .my-sm-1 {
    margin-bottom: .25rem!important;
}
.ml-sm-1, .mx-sm-1 {
    margin-left: .25rem!important;
}
.m-sm-2 {
    margin: .5rem!important;
}
.mt-sm-2, .my-sm-2 {
    margin-top: .5rem!important;
}
.mr-sm-2, .mx-sm-2 {
    margin-right: .5rem!important;
}
.mb-sm-2, .my-sm-2 {
    margin-bottom: .5rem!important;
}
.ml-sm-2, .mx-sm-2 {
    margin-left: .5rem!important;
}
.m-sm-3 {
    margin: 1rem!important;
}
.mt-sm-3, .my-sm-3 {
    margin-top: 1rem!important;
}
.mr-sm-3, .mx-sm-3 {
    margin-right: 1rem!important;
}
.mb-sm-3, .my-sm-3 {
    margin-bottom: 1rem!important;
}
.ml-sm-3, .mx-sm-3 {
    margin-left: 1rem!important;
}
.m-sm-4 {
    margin: 1.5rem!important;
}
.mt-sm-4, .my-sm-4 {
    margin-top: 1.5rem!important;
}
.mr-sm-4, .mx-sm-4 {
    margin-right: 1.5rem!important;
}
.mb-sm-4, .my-sm-4 {
    margin-bottom: 1.5rem!important;
}
.ml-sm-4, .mx-sm-4 {
    margin-left: 1.5rem!important;
}
.m-sm-5 {
    margin: 3rem!important;
}
.mt-sm-5, .my-sm-5 {
    margin-top: 3rem!important;
}
.mr-sm-5, .mx-sm-5 {
    margin-right: 3rem!important;
}
.mb-sm-5, .my-sm-5 {
    margin-bottom: 3rem!important;
}
.ml-sm-5, .mx-sm-5 {
    margin-left: 3rem!important;
}
.p-sm-0 {
    padding: 0!important;
}
.pt-sm-0, .py-sm-0 {
    padding-top: 0!important;
}
.pr-sm-0, .px-sm-0 {
    padding-right: 0!important;
}
.pb-sm-0, .py-sm-0 {
    padding-bottom: 0!important;
}
.pl-sm-0, .px-sm-0 {
    padding-left: 0!important;
}
.p-sm-1 {
    padding: .25rem!important;
}
.pt-sm-1, .py-sm-1 {
    padding-top: .25rem!important;
}
.pr-sm-1, .px-sm-1 {
    padding-right: .25rem!important;
}
.pb-sm-1, .py-sm-1 {
    padding-bottom: .25rem!important;
}
.pl-sm-1, .px-sm-1 {
    padding-left: .25rem!important;
}
.p-sm-2 {
    padding: .5rem!important;
}
.pt-sm-2, .py-sm-2 {
    padding-top: .5rem!important;
}
.pr-sm-2, .px-sm-2 {
    padding-right: .5rem!important;
}
.pb-sm-2, .py-sm-2 {
    padding-bottom: .5rem!important;
}
.pl-sm-2, .px-sm-2 {
    padding-left: .5rem!important;
}
.p-sm-3 {
    padding: 1rem!important;
}
.pt-sm-3, .py-sm-3 {
    padding-top: 1rem!important;
}
.pr-sm-3, .px-sm-3 {
    padding-right: 1rem!important;
}
.pb-sm-3, .py-sm-3 {
    padding-bottom: 1rem!important;
}
.pl-sm-3, .px-sm-3 {
    padding-left: 1rem!important;
}
.p-sm-4 {
    padding: 1.5rem!important;
}
.pt-sm-4, .py-sm-4 {
    padding-top: 1.5rem!important;
}
.pr-sm-4, .px-sm-4 {
    padding-right: 1.5rem!important;
}
.pb-sm-4, .py-sm-4 {
    padding-bottom: 1.5rem!important;
}
.pl-sm-4, .px-sm-4 {
    padding-left: 1.5rem!important;
}
.p-sm-5 {
    padding: 3rem!important;
}
.pt-sm-5, .py-sm-5 {
    padding-top: 3rem!important;
}
.pr-sm-5, .px-sm-5 {
    padding-right: 3rem!important;
}
.pb-sm-5, .py-sm-5 {
    padding-bottom: 3rem!important;
}
.pl-sm-5, .px-sm-5 {
    padding-left: 3rem!important;
}
.m-sm-n1 {
    margin: -.25rem!important;
}
.mt-sm-n1, .my-sm-n1 {
    margin-top: -.25rem!important;
}
.mr-sm-n1, .mx-sm-n1 {
    margin-right: -.25rem!important;
}
.mb-sm-n1, .my-sm-n1 {
    margin-bottom: -.25rem!important;
}
.ml-sm-n1, .mx-sm-n1 {
    margin-left: -.25rem!important;
}
.m-sm-n2 {
    margin: -.5rem!important;
}
.mt-sm-n2, .my-sm-n2 {
    margin-top: -.5rem!important;
}
.mr-sm-n2, .mx-sm-n2 {
    margin-right: -.5rem!important;
}
.mb-sm-n2, .my-sm-n2 {
    margin-bottom: -.5rem!important;
}
.ml-sm-n2, .mx-sm-n2 {
    margin-left: -.5rem!important;
}
.m-sm-n3 {
    margin: -1rem!important;
}
.mt-sm-n3, .my-sm-n3 {
    margin-top: -1rem!important;
}
.mr-sm-n3, .mx-sm-n3 {
    margin-right: -1rem!important;
}
.mb-sm-n3, .my-sm-n3 {
    margin-bottom: -1rem!important;
}
.ml-sm-n3, .mx-sm-n3 {
    margin-left: -1rem!important;
}
.m-sm-n4 {
    margin: -1.5rem!important;
}
.mt-sm-n4, .my-sm-n4 {
    margin-top: -1.5rem!important;
}
.mr-sm-n4, .mx-sm-n4 {
    margin-right: -1.5rem!important;
}
.mb-sm-n4, .my-sm-n4 {
    margin-bottom: -1.5rem!important;
}
.ml-sm-n4, .mx-sm-n4 {
    margin-left: -1.5rem!important;
}
.m-sm-n5 {
    margin: -3rem!important;
}
.mt-sm-n5, .my-sm-n5 {
    margin-top: -3rem!important;
}
.mr-sm-n5, .mx-sm-n5 {
    margin-right: -3rem!important;
}
.mb-sm-n5, .my-sm-n5 {
    margin-bottom: -3rem!important;
}
.ml-sm-n5, .mx-sm-n5 {
    margin-left: -3rem!important;
}
.m-sm-auto {
    margin: auto!important;
}
.mt-sm-auto, .my-sm-auto {
    margin-top: auto!important;
}
.mr-sm-auto, .mx-sm-auto {
    margin-right: auto!important;
}
.mb-sm-auto, .my-sm-auto {
    margin-bottom: auto!important;
}
.ml-sm-auto, .mx-sm-auto {
    margin-left: auto!important;
}
}@media (min-width:768px) {
    .m-md-0 {
    margin: 0!important;
}
.mt-md-0, .my-md-0 {
    margin-top: 0!important;
}
.mr-md-0, .mx-md-0 {
    margin-right: 0!important;
}
.mb-md-0, .my-md-0 {
    margin-bottom: 0!important;
}
.ml-md-0, .mx-md-0 {
    margin-left: 0!important;
}
.m-md-1 {
    margin: .25rem!important;
}
.mt-md-1, .my-md-1 {
    margin-top: .25rem!important;
}
.mr-md-1, .mx-md-1 {
    margin-right: .25rem!important;
}
.mb-md-1, .my-md-1 {
    margin-bottom: .25rem!important;
}
.ml-md-1, .mx-md-1 {
    margin-left: .25rem!important;
}
.m-md-2 {
    margin: .5rem!important;
}
.mt-md-2, .my-md-2 {
    margin-top: .5rem!important;
}
.mr-md-2, .mx-md-2 {
    margin-right: .5rem!important;
}
.mb-md-2, .my-md-2 {
    margin-bottom: .5rem!important;
}
.ml-md-2, .mx-md-2 {
    margin-left: .5rem!important;
}
.m-md-3 {
    margin: 1rem!important;
}
.mt-md-3, .my-md-3 {
    margin-top: 1rem!important;
}
.mr-md-3, .mx-md-3 {
    margin-right: 1rem!important;
}
.mb-md-3, .my-md-3 {
    margin-bottom: 1rem!important;
}
.ml-md-3, .mx-md-3 {
    margin-left: 1rem!important;
}
.m-md-4 {
    margin: 1.5rem!important;
}
.mt-md-4, .my-md-4 {
    margin-top: 1.5rem!important;
}
.mr-md-4, .mx-md-4 {
    margin-right: 1.5rem!important;
}
.mb-md-4, .my-md-4 {
    margin-bottom: 1.5rem!important;
}
.ml-md-4, .mx-md-4 {
    margin-left: 1.5rem!important;
}
.m-md-5 {
    margin: 3rem!important;
}
.mt-md-5, .my-md-5 {
    margin-top: 3rem!important;
}
.mr-md-5, .mx-md-5 {
    margin-right: 3rem!important;
}
.mb-md-5, .my-md-5 {
    margin-bottom: 3rem!important;
}
.ml-md-5, .mx-md-5 {
    margin-left: 3rem!important;
}
.p-md-0 {
    padding: 0!important;
}
.pt-md-0, .py-md-0 {
    padding-top: 0!important;
}
.pr-md-0, .px-md-0 {
    padding-right: 0!important;
}
.pb-md-0, .py-md-0 {
    padding-bottom: 0!important;
}
.pl-md-0, .px-md-0 {
    padding-left: 0!important;
}
.p-md-1 {
    padding: .25rem!important;
}
.pt-md-1, .py-md-1 {
    padding-top: .25rem!important;
}
.pr-md-1, .px-md-1 {
    padding-right: .25rem!important;
}
.pb-md-1, .py-md-1 {
    padding-bottom: .25rem!important;
}
.pl-md-1, .px-md-1 {
    padding-left: .25rem!important;
}
.p-md-2 {
    padding: .5rem!important;
}
.pt-md-2, .py-md-2 {
    padding-top: .5rem!important;
}
.pr-md-2, .px-md-2 {
    padding-right: .5rem!important;
}
.pb-md-2, .py-md-2 {
    padding-bottom: .5rem!important;
}
.pl-md-2, .px-md-2 {
    padding-left: .5rem!important;
}
.p-md-3 {
    padding: 1rem!important;
}
.pt-md-3, .py-md-3 {
    padding-top: 1rem!important;
}
.pr-md-3, .px-md-3 {
    padding-right: 1rem!important;
}
.pb-md-3, .py-md-3 {
    padding-bottom: 1rem!important;
}
.pl-md-3, .px-md-3 {
    padding-left: 1rem!important;
}
.p-md-4 {
    padding: 1.5rem!important;
}
.pt-md-4, .py-md-4 {
    padding-top: 1.5rem!important;
}
.pr-md-4, .px-md-4 {
    padding-right: 1.5rem!important;
}
.pb-md-4, .py-md-4 {
    padding-bottom: 1.5rem!important;
}
.pl-md-4, .px-md-4 {
    padding-left: 1.5rem!important;
}
.p-md-5 {
    padding: 3rem!important;
}
.pt-md-5, .py-md-5 {
    padding-top: 3rem!important;
}
.pr-md-5, .px-md-5 {
    padding-right: 3rem!important;
}
.pb-md-5, .py-md-5 {
    padding-bottom: 3rem!important;
}
.pl-md-5, .px-md-5 {
    padding-left: 3rem!important;
}
.m-md-n1 {
    margin: -.25rem!important;
}
.mt-md-n1, .my-md-n1 {
    margin-top: -.25rem!important;
}
.mr-md-n1, .mx-md-n1 {
    margin-right: -.25rem!important;
}
.mb-md-n1, .my-md-n1 {
    margin-bottom: -.25rem!important;
}
.ml-md-n1, .mx-md-n1 {
    margin-left: -.25rem!important;
}
.m-md-n2 {
    margin: -.5rem!important;
}
.mt-md-n2, .my-md-n2 {
    margin-top: -.5rem!important;
}
.mr-md-n2, .mx-md-n2 {
    margin-right: -.5rem!important;
}
.mb-md-n2, .my-md-n2 {
    margin-bottom: -.5rem!important;
}
.ml-md-n2, .mx-md-n2 {
    margin-left: -.5rem!important;
}
.m-md-n3 {
    margin: -1rem!important;
}
.mt-md-n3, .my-md-n3 {
    margin-top: -1rem!important;
}
.mr-md-n3, .mx-md-n3 {
    margin-right: -1rem!important;
}
.mb-md-n3, .my-md-n3 {
    margin-bottom: -1rem!important;
}
.ml-md-n3, .mx-md-n3 {
    margin-left: -1rem!important;
}
.m-md-n4 {
    margin: -1.5rem!important;
}
.mt-md-n4, .my-md-n4 {
    margin-top: -1.5rem!important;
}
.mr-md-n4, .mx-md-n4 {
    margin-right: -1.5rem!important;
}
.mb-md-n4, .my-md-n4 {
    margin-bottom: -1.5rem!important;
}
.ml-md-n4, .mx-md-n4 {
    margin-left: -1.5rem!important;
}
.m-md-n5 {
    margin: -3rem!important;
}
.mt-md-n5, .my-md-n5 {
    margin-top: -3rem!important;
}
.mr-md-n5, .mx-md-n5 {
    margin-right: -3rem!important;
}
.mb-md-n5, .my-md-n5 {
    margin-bottom: -3rem!important;
}
.ml-md-n5, .mx-md-n5 {
    margin-left: -3rem!important;
}
.m-md-auto {
    margin: auto!important;
}
.mt-md-auto, .my-md-auto {
    margin-top: auto!important;
}
.mr-md-auto, .mx-md-auto {
    margin-right: auto!important;
}
.mb-md-auto, .my-md-auto {
    margin-bottom: auto!important;
}
.ml-md-auto, .mx-md-auto {
    margin-left: auto!important;
}
}@media (min-width:992px) {
    .m-lg-0 {
    margin: 0!important;
}
.mt-lg-0, .my-lg-0 {
    margin-top: 0!important;
}
.mr-lg-0, .mx-lg-0 {
    margin-right: 0!important;
}
.mb-lg-0, .my-lg-0 {
    margin-bottom: 0!important;
}
.ml-lg-0, .mx-lg-0 {
    margin-left: 0!important;
}
.m-lg-1 {
    margin: .25rem!important;
}
.mt-lg-1, .my-lg-1 {
    margin-top: .25rem!important;
}
.mr-lg-1, .mx-lg-1 {
    margin-right: .25rem!important;
}
.mb-lg-1, .my-lg-1 {
    margin-bottom: .25rem!important;
}
.ml-lg-1, .mx-lg-1 {
    margin-left: .25rem!important;
}
.m-lg-2 {
    margin: .5rem!important;
}
.mt-lg-2, .my-lg-2 {
    margin-top: .5rem!important;
}
.mr-lg-2, .mx-lg-2 {
    margin-right: .5rem!important;
}
.mb-lg-2, .my-lg-2 {
    margin-bottom: .5rem!important;
}
.ml-lg-2, .mx-lg-2 {
    margin-left: .5rem!important;
}
.m-lg-3 {
    margin: 1rem!important;
}
.mt-lg-3, .my-lg-3 {
    margin-top: 1rem!important;
}
.mr-lg-3, .mx-lg-3 {
    margin-right: 1rem!important;
}
.mb-lg-3, .my-lg-3 {
    margin-bottom: 1rem!important;
}
.ml-lg-3, .mx-lg-3 {
    margin-left: 1rem!important;
}
.m-lg-4 {
    margin: 1.5rem!important;
}
.mt-lg-4, .my-lg-4 {
    margin-top: 1.5rem!important;
}
.mr-lg-4, .mx-lg-4 {
    margin-right: 1.5rem!important;
}
.mb-lg-4, .my-lg-4 {
    margin-bottom: 1.5rem!important;
}
.ml-lg-4, .mx-lg-4 {
    margin-left: 1.5rem!important;
}
.m-lg-5 {
    margin: 3rem!important;
}
.mt-lg-5, .my-lg-5 {
    margin-top: 3rem!important;
}
.mr-lg-5, .mx-lg-5 {
    margin-right: 3rem!important;
}
.mb-lg-5, .my-lg-5 {
    margin-bottom: 3rem!important;
}
.ml-lg-5, .mx-lg-5 {
    margin-left: 3rem!important;
}
.p-lg-0 {
    padding: 0!important;
}
.pt-lg-0, .py-lg-0 {
    padding-top: 0!important;
}
.pr-lg-0, .px-lg-0 {
    padding-right: 0!important;
}
.pb-lg-0, .py-lg-0 {
    padding-bottom: 0!important;
}
.pl-lg-0, .px-lg-0 {
    padding-left: 0!important;
}
.p-lg-1 {
    padding: .25rem!important;
}
.pt-lg-1, .py-lg-1 {
    padding-top: .25rem!important;
}
.pr-lg-1, .px-lg-1 {
    padding-right: .25rem!important;
}
.pb-lg-1, .py-lg-1 {
    padding-bottom: .25rem!important;
}
.pl-lg-1, .px-lg-1 {
    padding-left: .25rem!important;
}
.p-lg-2 {
    padding: .5rem!important;
}
.pt-lg-2, .py-lg-2 {
    padding-top: .5rem!important;
}
.pr-lg-2, .px-lg-2 {
    padding-right: .5rem!important;
}
.pb-lg-2, .py-lg-2 {
    padding-bottom: .5rem!important;
}
.pl-lg-2, .px-lg-2 {
    padding-left: .5rem!important;
}
.p-lg-3 {
    padding: 1rem!important;
}
.pt-lg-3, .py-lg-3 {
    padding-top: 1rem!important;
}
.pr-lg-3, .px-lg-3 {
    padding-right: 1rem!important;
}
.pb-lg-3, .py-lg-3 {
    padding-bottom: 1rem!important;
}
.pl-lg-3, .px-lg-3 {
    padding-left: 1rem!important;
}
.p-lg-4 {
    padding: 1.5rem!important;
}
.pt-lg-4, .py-lg-4 {
    padding-top: 1.5rem!important;
}
.pr-lg-4, .px-lg-4 {
    padding-right: 1.5rem!important;
}
.pb-lg-4, .py-lg-4 {
    padding-bottom: 1.5rem!important;
}
.pl-lg-4, .px-lg-4 {
    padding-left: 1.5rem!important;
}
.p-lg-5 {
    padding: 3rem!important;
}
.pt-lg-5, .py-lg-5 {
    padding-top: 3rem!important;
}
.pr-lg-5, .px-lg-5 {
    padding-right: 3rem!important;
}
.pb-lg-5, .py-lg-5 {
    padding-bottom: 3rem!important;
}
.pl-lg-5, .px-lg-5 {
    padding-left: 3rem!important;
}
.m-lg-n1 {
    margin: -.25rem!important;
}
.mt-lg-n1, .my-lg-n1 {
    margin-top: -.25rem!important;
}
.mr-lg-n1, .mx-lg-n1 {
    margin-right: -.25rem!important;
}
.mb-lg-n1, .my-lg-n1 {
    margin-bottom: -.25rem!important;
}
.ml-lg-n1, .mx-lg-n1 {
    margin-left: -.25rem!important;
}
.m-lg-n2 {
    margin: -.5rem!important;
}
.mt-lg-n2, .my-lg-n2 {
    margin-top: -.5rem!important;
}
.mr-lg-n2, .mx-lg-n2 {
    margin-right: -.5rem!important;
}
.mb-lg-n2, .my-lg-n2 {
    margin-bottom: -.5rem!important;
}
.ml-lg-n2, .mx-lg-n2 {
    margin-left: -.5rem!important;
}
.m-lg-n3 {
    margin: -1rem!important;
}
.mt-lg-n3, .my-lg-n3 {
    margin-top: -1rem!important;
}
.mr-lg-n3, .mx-lg-n3 {
    margin-right: -1rem!important;
}
.mb-lg-n3, .my-lg-n3 {
    margin-bottom: -1rem!important;
}
.ml-lg-n3, .mx-lg-n3 {
    margin-left: -1rem!important;
}
.m-lg-n4 {
    margin: -1.5rem!important;
}
.mt-lg-n4, .my-lg-n4 {
    margin-top: -1.5rem!important;
}
.mr-lg-n4, .mx-lg-n4 {
    margin-right: -1.5rem!important;
}
.mb-lg-n4, .my-lg-n4 {
    margin-bottom: -1.5rem!important;
}
.ml-lg-n4, .mx-lg-n4 {
    margin-left: -1.5rem!important;
}
.m-lg-n5 {
    margin: -3rem!important;
}
.mt-lg-n5, .my-lg-n5 {
    margin-top: -3rem!important;
}
.mr-lg-n5, .mx-lg-n5 {
    margin-right: -3rem!important;
}
.mb-lg-n5, .my-lg-n5 {
    margin-bottom: -3rem!important;
}
.ml-lg-n5, .mx-lg-n5 {
    margin-left: -3rem!important;
}
.m-lg-auto {
    margin: auto!important;
}
.mt-lg-auto, .my-lg-auto {
    margin-top: auto!important;
}
.mr-lg-auto, .mx-lg-auto {
    margin-right: auto!important;
}
.mb-lg-auto, .my-lg-auto {
    margin-bottom: auto!important;
}
.ml-lg-auto, .mx-lg-auto {
    margin-left: auto!important;
}
}@media (min-width:1200px) {
    .m-xl-0 {
    margin: 0!important;
}
.mt-xl-0, .my-xl-0 {
    margin-top: 0!important;
}
.mr-xl-0, .mx-xl-0 {
    margin-right: 0!important;
}
.mb-xl-0, .my-xl-0 {
    margin-bottom: 0!important;
}
.ml-xl-0, .mx-xl-0 {
    margin-left: 0!important;
}
.m-xl-1 {
    margin: .25rem!important;
}
.mt-xl-1, .my-xl-1 {
    margin-top: .25rem!important;
}
.mr-xl-1, .mx-xl-1 {
    margin-right: .25rem!important;
}
.mb-xl-1, .my-xl-1 {
    margin-bottom: .25rem!important;
}
.ml-xl-1, .mx-xl-1 {
    margin-left: .25rem!important;
}
.m-xl-2 {
    margin: .5rem!important;
}
.mt-xl-2, .my-xl-2 {
    margin-top: .5rem!important;
}
.mr-xl-2, .mx-xl-2 {
    margin-right: .5rem!important;
}
.mb-xl-2, .my-xl-2 {
    margin-bottom: .5rem!important;
}
.ml-xl-2, .mx-xl-2 {
    margin-left: .5rem!important;
}
.m-xl-3 {
    margin: 1rem!important;
}
.mt-xl-3, .my-xl-3 {
    margin-top: 1rem!important;
}
.mr-xl-3, .mx-xl-3 {
    margin-right: 1rem!important;
}
.mb-xl-3, .my-xl-3 {
    margin-bottom: 1rem!important;
}
.ml-xl-3, .mx-xl-3 {
    margin-left: 1rem!important;
}
.m-xl-4 {
    margin: 1.5rem!important;
}
.mt-xl-4, .my-xl-4 {
    margin-top: 1.5rem!important;
}
.mr-xl-4, .mx-xl-4 {
    margin-right: 1.5rem!important;
}
.mb-xl-4, .my-xl-4 {
    margin-bottom: 1.5rem!important;
}
.ml-xl-4, .mx-xl-4 {
    margin-left: 1.5rem!important;
}
.m-xl-5 {
    margin: 3rem!important;
}
.mt-xl-5, .my-xl-5 {
    margin-top: 3rem!important;
}
.mr-xl-5, .mx-xl-5 {
    margin-right: 3rem!important;
}
.mb-xl-5, .my-xl-5 {
    margin-bottom: 3rem!important;
}
.ml-xl-5, .mx-xl-5 {
    margin-left: 3rem!important;
}
.p-xl-0 {
    padding: 0!important;
}
.pt-xl-0, .py-xl-0 {
    padding-top: 0!important;
}
.pr-xl-0, .px-xl-0 {
    padding-right: 0!important;
}
.pb-xl-0, .py-xl-0 {
    padding-bottom: 0!important;
}
.pl-xl-0, .px-xl-0 {
    padding-left: 0!important;
}
.p-xl-1 {
    padding: .25rem!important;
}
.pt-xl-1, .py-xl-1 {
    padding-top: .25rem!important;
}
.pr-xl-1, .px-xl-1 {
    padding-right: .25rem!important;
}
.pb-xl-1, .py-xl-1 {
    padding-bottom: .25rem!important;
}
.pl-xl-1, .px-xl-1 {
    padding-left: .25rem!important;
}
.p-xl-2 {
    padding: .5rem!important;
}
.pt-xl-2, .py-xl-2 {
    padding-top: .5rem!important;
}
.pr-xl-2, .px-xl-2 {
    padding-right: .5rem!important;
}
.pb-xl-2, .py-xl-2 {
    padding-bottom: .5rem!important;
}
.pl-xl-2, .px-xl-2 {
    padding-left: .5rem!important;
}
.p-xl-3 {
    padding: 1rem!important;
}
.pt-xl-3, .py-xl-3 {
    padding-top: 1rem!important;
}
.pr-xl-3, .px-xl-3 {
    padding-right: 1rem!important;
}
.pb-xl-3, .py-xl-3 {
    padding-bottom: 1rem!important;
}
.pl-xl-3, .px-xl-3 {
    padding-left: 1rem!important;
}
.p-xl-4 {
    padding: 1.5rem!important;
}
.pt-xl-4, .py-xl-4 {
    padding-top: 1.5rem!important;
}
.pr-xl-4, .px-xl-4 {
    padding-right: 1.5rem!important;
}
.pb-xl-4, .py-xl-4 {
    padding-bottom: 1.5rem!important;
}
.pl-xl-4, .px-xl-4 {
    padding-left: 1.5rem!important;
}
.p-xl-5 {
    padding: 3rem!important;
}
.pt-xl-5, .py-xl-5 {
    padding-top: 3rem!important;
}
.pr-xl-5, .px-xl-5 {
    padding-right: 3rem!important;
}
.pb-xl-5, .py-xl-5 {
    padding-bottom: 3rem!important;
}
.pl-xl-5, .px-xl-5 {
    padding-left: 3rem!important;
}
.m-xl-n1 {
    margin: -.25rem!important;
}
.mt-xl-n1, .my-xl-n1 {
    margin-top: -.25rem!important;
}
.mr-xl-n1, .mx-xl-n1 {
    margin-right: -.25rem!important;
}
.mb-xl-n1, .my-xl-n1 {
    margin-bottom: -.25rem!important;
}
.ml-xl-n1, .mx-xl-n1 {
    margin-left: -.25rem!important;
}
.m-xl-n2 {
    margin: -.5rem!important;
}
.mt-xl-n2, .my-xl-n2 {
    margin-top: -.5rem!important;
}
.mr-xl-n2, .mx-xl-n2 {
    margin-right: -.5rem!important;
}
.mb-xl-n2, .my-xl-n2 {
    margin-bottom: -.5rem!important;
}
.ml-xl-n2, .mx-xl-n2 {
    margin-left: -.5rem!important;
}
.m-xl-n3 {
    margin: -1rem!important;
}
.mt-xl-n3, .my-xl-n3 {
    margin-top: -1rem!important;
}
.mr-xl-n3, .mx-xl-n3 {
    margin-right: -1rem!important;
}
.mb-xl-n3, .my-xl-n3 {
    margin-bottom: -1rem!important;
}
.ml-xl-n3, .mx-xl-n3 {
    margin-left: -1rem!important;
}
.m-xl-n4 {
    margin: -1.5rem!important;
}
.mt-xl-n4, .my-xl-n4 {
    margin-top: -1.5rem!important;
}
.mr-xl-n4, .mx-xl-n4 {
    margin-right: -1.5rem!important;
}
.mb-xl-n4, .my-xl-n4 {
    margin-bottom: -1.5rem!important;
}
.ml-xl-n4, .mx-xl-n4 {
    margin-left: -1.5rem!important;
}
.m-xl-n5 {
    margin: -3rem!important;
}
.mt-xl-n5, .my-xl-n5 {
    margin-top: -3rem!important;
}
.mr-xl-n5, .mx-xl-n5 {
    margin-right: -3rem!important;
}
.mb-xl-n5, .my-xl-n5 {
    margin-bottom: -3rem!important;
}
.ml-xl-n5, .mx-xl-n5 {
    margin-left: -3rem!important;
}
.m-xl-auto {
    margin: auto!important;
}
.mt-xl-auto, .my-xl-auto {
    margin-top: auto!important;
}
.mr-xl-auto, .mx-xl-auto {
    margin-right: auto!important;
}
.mb-xl-auto, .my-xl-auto {
    margin-bottom: auto!important;
}
.ml-xl-auto, .mx-xl-auto {
    margin-left: auto!important;
}
}.text-monospace {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace!important;
}
.text-justify {
    text-align: justify!important;
}
.text-wrap {
    white-space: normal!important;
}
.text-nowrap {
    white-space: nowrap!important;
}
.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.text-left {
    text-align: left!important;
}
.text-right {
    text-align: right!important;
}
.text-center {
    text-align: center!important;
}
@media (min-width:576px) {
    .text-sm-left {
    text-align: left!important;
}
.text-sm-right {
    text-align: right!important;
}
.text-sm-center {
    text-align: center!important;
}
}@media (min-width:768px) {
    .text-md-left {
    text-align: left!important;
}
.text-md-right {
    text-align: right!important;
}
.text-md-center {
    text-align: center!important;
}
}@media (min-width:992px) {
    .text-lg-left {
    text-align: left!important;
}
.text-lg-right {
    text-align: right!important;
}
.text-lg-center {
    text-align: center!important;
}
}@media (min-width:1200px) {
    .text-xl-left {
    text-align: left!important;
}
.text-xl-right {
    text-align: right!important;
}
.text-xl-center {
    text-align: center!important;
}
}.text-lowercase {
    text-transform: lowercase!important;
}
.text-uppercase {
    text-transform: uppercase!important;
}
.text-capitalize {
    text-transform: capitalize!important;
}
.font-weight-light {
    font-weight: 300!important;
}
.font-weight-lighter {
    font-weight: lighter!important;
}
.font-weight-normal {
    font-weight: 400!important;
}
.font-weight-bold {
    font-weight: 700!important;
}
.font-weight-bolder {
    font-weight: bolder!important;
}
.font-italic {
    font-style: italic!important;
}
.text-white {
    color: #fff!important;
}
.text-primary {
    color: #007bff!important;
}
a.text-primary:focus, a.text-primary:hover {
    color: #0056b3!important;
}
.text-secondary {
    color: #6c757d!important;
}
a.text-secondary:focus, a.text-secondary:hover {
    color: #494f54!important;
}
.text-success {
    color: #28a745!important;
}
a.text-success:focus, a.text-success:hover {
    color: #19692c!important;
}
.text-info {
    color: #17a2b8!important;
}
a.text-info:focus, a.text-info:hover {
    color: #0f6674!important;
}
.text-warning {
    color: #ffc107!important;
}
a.text-warning:focus, a.text-warning:hover {
    color: #ba8b00!important;
}
.text-danger {
    color: #dc3545!important;
}
a.text-danger:focus, a.text-danger:hover {
    color: #a71d2a!important;
}
.text-light {
    color: #f8f9fa!important;
}
a.text-light:focus, a.text-light:hover {
    color: #cbd3da!important;
}
.text-dark {
    color: #343a40!important;
}
a.text-dark:focus, a.text-dark:hover {
    color: #121416!important;
}
.text-body {
    color: #212529!important;
}
.text-muted {
    color: #6c757d!important;
}
.text-black-50 {
    color: rgba(0, 0, 0, .5)!important;
}
.text-white-50 {
    color: hsla(0, 0%, 100%, .5)!important;
}
.text-hide {
    background-color: transparent;
    border: 0;
    color: transparent;
    font: 0/0 a;
    text-shadow: none;
}
.text-decoration-none {
    text-decoration: none!important;
}
.text-break {
    overflow-wrap: break-word!important;
    word-break: break-word!important;
}
.text-reset {
    color: inherit!important;
}
.visible {
    visibility: visible!important;
}
.invisible {
    visibility: hidden!important;
}
@media print {
    *, : after, :before {
    box-shadow: none!important;
    text-shadow: none!important;
}
a:not(.btn) {
    text-decoration: underline;
}
abbr[title]:after {
    content: " (" attr(title) ")"}
pre {
    white-space: pre-wrap!important;
}
blockquote, pre {
    border: 1px solid #adb5bd;
    page-break-inside: avoid;
}
thead {
    display: table-header-group;
}
img, tr {
    page-break-inside: avoid;
}
h2, h3, p {
    orphans: 3;
    widows: 3;
}
h2, h3 {
    page-break-after: avoid;
}
@page {
    size: a3;
}
.container, body {
    min-width: 992px!important;
}
.navbar {
    display: none;
}
.badge {
    border: 1px solid #000;
}
.table {
    border-collapse: collapse!important;
}
.table td, .table th {
    background-color: #fff!important;
}
.table-bordered td, .table-bordered th {
    border: 1px solid #dee2e6!important;
}
.table-dark {
    color: inherit;
}
.table-dark tbody+tbody, .table-dark td, .table-dark th, .table-dark thead th {
    border-color: #dee2e6;
}
.table .thead-dark th {
    border-color: #dee2e6;
    color: inherit;
}
}.flex-container a:active, .flex-container a:focus, .flexslider a:active, .flexslider a:focus {
    outline: 0;
}
.flex-control-nav, .flex-direction-nav, .slides {
    list-style: none;
    margin: 0;
    padding: 0;
}
@font-face {
    font-family: flexslider-icon;
    font-style: normal;
    font-weight: 400;
    src: url(var(--flexslider-icon-eot));
    src: url(var(--flexslider-icon-eot-ie)) format("embedded-opentype"), url(var(--flexslider-icon-woff)) format("woff"), url(var(--flexslider-icon-ttf)) format("truetype"), url(var(--flexslider-icon-svg)) format("svg");
}
.flexslider {
    margin: 0;
    padding: 0;
}
.flexslider .slides>li {
    -webkit-backface-visibility: hidden;
    display: none;
}
.flexslider .slides img {
    display: block;
    width: 100%}
.flex-pauseplay span {
    text-transform: capitalize;
}
.slides:after {
    clear: both;
    content: "\0020";
    display: block;
    height: 0;
    line-height: 0;
    visibility: hidden;
}
html[xmlns] .slides {
    display: block;
}
* html .slides {
    height: 1%}
.no-js .slides>li:first-child {
    display: block;
}
.flexslider {
    zoom: 1;
    border: 4px solid #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, .2);
    -o-box-shadow: 0 1px 4px rgba(0, 0, 0, .2);
    box-shadow: 0 1px 4px rgba(0, 0, 0, .2);
    margin: 0 0 60px;
    position: relative;
}
.flex-viewport {
    max-height: 2000px;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}
.loading .flex-viewport {
    max-height: 300px;
}
.flexslider .slides {
    zoom: 1;
}
.carousel li {
    margin-right: 5px;
}
.flex-pauseplay a {
    bottom: 5px;
    color: #000;
    cursor: pointer;
    display: block;
    height: 20px;
    left: 10px;
    opacity: .8;
    overflow: hidden;
    position: absolute;
    width: 20px;
    z-index: 10;
}
.flex-pauseplay a:before {
    content: "\f004";
    display: inline-block;
    font-family: flexslider-icon;
    font-size: 20px;
}
.flex-pauseplay a:hover {
    opacity: 1;
}
.flex-pauseplay a.flex-play:before {
    content: "\f003"}
.flex-control-nav {
    bottom: -40px;
    position: absolute;
    text-align: center;
    width: 100%}
.flex-control-nav li {
    zoom: 1;
    display: inline-block;
    margin: 0 6px;
}
.flex-control-paging li a {
    background: #666;
    background: rgba(0, 0, 0, .5);
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
    -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, .3);
    -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, .3);
    -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, .3);
    box-shadow: inset 0 0 3px rgba(0, 0, 0, .3);
    cursor: pointer;
    display: block;
    height: 11px;
    text-indent: -9999px;
    width: 11px;
}
.flex-control-paging li a:hover {
    background: #333;
    background: rgba(0, 0, 0, .7);
}
.flex-control-paging li a.flex-active {
    background: #000;
    background: rgba(0, 0, 0, .9);
    cursor: default;
}
.flex-control-thumbs {
    margin: 5px 0 0;
    overflow: hidden;
    position: static;
}
.flex-control-thumbs li {
    float: left;
    margin: 0;
    width: 25%}
.flex-control-thumbs img {
    cursor: pointer;
    display: block;
    opacity: .7;
    width: 100%}
.flex-control-thumbs img:hover {
    opacity: 1;
}
.flex-control-thumbs .flex-active {
    cursor: default;
    opacity: 1;
}
@media screen and (max-width:860px) {
    .flex-direction-nav .flex-prev {
    left: 10px;
    opacity: 1;
}
.flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px;
}
}.flexslider-container {
    position: relative;
}
.flexslider {
    border: 0;
    box-shadow: none;
    margin-bottom: 20px;
}
.slides li {
    position: relative;
}
.flexslider-container:hover .flex-direction-nav a.flex-prev {
    margin-left: 0;
}
.flexslider-container:hover .flex-direction-nav a.flex-next {
    margin-right: 0;
}
@font-face {
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    src: url(data:application/font-woff;
    base64, d09GRgABAAAAAX7oAA0AAAAChqwABAAHAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAABMAAAABwAAAAca75HuUdERUYAAAFMAAAAHwAAACAC8AAET1MvMgAAAWwAAAA+AAAAYIgyekBjbWFwAAABrAAAAWkAAALyCr86f2dhc3AAAAMYAAAACAAAAAj//wADZ2x5ZgAAAyAAAV95AAJMvI/3rk1oZWFkAAFinAAAADMAAAA2EInlLWhoZWEAAWLQAAAAHwAAACQPAwq1aG10eAABYvAAAAL0AAAK8EV5GIVsb2NhAAFl5AAABxYAAAsQAvWiXG1heHAAAWz8AAAAHwAAACADLAIcbmFtZQABbRwAAAJEAAAEhuOXi6xwb3N0AAFvYAAAD4UAABp1r4+boQAAAAEAAAAAzD2izwAAAADLTzwwAAAAANQxaLl4nGNgZGBg4ANiCQYQYGJgZGBkOgQkWcA8BgAMuAD3AHicY2Bmy2ScwMDKwMDSw2LMwMDQBqGZihkYGLsY8ICCyqJiBgcGha8MbAz/gXw2BkaQMCOSEgUGRgDQywhuAAB4nM2S30ricRDF52dqZeb5PsAi6gNEvYDIPoAIe9NFiE8gPoH4BOITiJcbLCLRdche7KUIW1tb+cPdavtvc6b11l+/Teii6yU6MGc4MMwHhhGRBZnXB/FCF+8uTN5zjnrDsNekIDFZl4xsS1d25ZscZXO5dK6iKU1rXota1qrWtalt7eqODtTXic6YYpprzLPIMquss8k2u9zjgD4nnFnK0pa3opWtanVrWtu6tmcD820ylSAIyRn5/Ioo6jSrBS1pRWva0JZ2tKd9HepYlULHDNdZYIkV1thgix322OeQY6qJOctawUpWsZo1rGUd61nfhjb+RwzOgq1gM/gUfAw2/KvR/eiLW3VJl3DLbskturiLuahbcBFM8RePMBCKB0xwjzvc4gbXuMIl/uAC5zjDb/zCGD5GOMUJjvETRzjEDxxgH99Xv86v/bby4vKC9SKhRV4PzF/hPSgeSyxGk0vLK/957xNi+cPzAAAAAAAAAf//AAJ4nLy9CYBU1ZUw/O69b6l9e7V1dXV3VVfVq+pu6G5qbXotmp1udgQExBZFkUVBQRAXSiEqiBso4t5oRMkyYxbzJUacyqaTRWISYja/+dokJpm4jJPkNxG6Ht+591VVVzcN6Mz8H3S9d/f13HvPOfec8zjMbeY4YhPhwUkclwnag8QetA+hvJrdjAc3C4FTm0XuFEf/Ie6SM5z4jJDjasDjlJA9GHc7xVCwXkmmE0E7UlLJbpQIxmuR+ExT4S6U9SmKbzhHnyhbuKspHPMIOU8sLMwIQXSBU5IK/BEO72gKeap1umpaBwd1cFBHE3jsTguub8bJbpyIe+zCaG8ynUHpRNwtctPWXbXiqnXT4DXx6mWF0V6llmRNtlibEDg9GJ/X5HI1zbsCXlFc9X6hozKAvFaXMCCOb+Mwa0MO2iBxQei3jQvQH4Ku1kcRPMIKtjnS4QDvdrhgGNx8Tv1YvVf9GEnoOiL1J9Nh9dhX3rpPPX382muPIwHVIuH4tTejZREMCZCkJVZzyX4FLb15JMW1x9XT9731FfVYhM4GdyYncQLH+bgubi7HReyixEsW3AQjgKJKRInanW4Y67S9EzcTmAPR5fS4PbV8B453k0w6040ydm1yUnY6PTBQuUBE/duTieymVoRaN2UTT6p/iwRks5A3y0gQTbpTWbN88FtviO31mWYnQs7mTH27+Ma30pfkVveeyvauXt0r5HtXBwgXrj2xp6l10qTWpj0nasMFzizLfAw79HadQZDNz289/KwwyRdxOCK+ScKzh5seGDidp7l5WoY2x7RvOc7PcTwMaTOfghbGa7Gnm8CE0jEljyYdhfsNof7OFnWo+7ZrF4TDC669rXtIfafwQM6BV+jCl15x79S3/tE0OxsOZ2c3/eOt//1O4Xmt7C/C3A1x9RqMylAcnbeIAE8A0IxMwTQTkdNxjyzAmPjUh5Yil1N2qT1qD0yoCy9VH6xqQx+9LXfKb6OP2siNbp/6pGqSzK4a03vvmWpcogX9Da2pdkX0s9FrDQ3q5Nl6uj5wuW49hV49ihhhaklEKLXj3M3gt6C4uuL4cXUFis9GO9GN6DXWroZzNws7UUM3ulW9vVv9hbrytdeIodTM+HlaSduYE+jYu+gqjhQhJAkD7w5k4rWEs4kBxZYOCNwty4c/t/wWe/PMbf270cbd/dtmNtvPcG+r3377bdS9d9Pjj2+66OFHNk3P5aZveuRh8i0t/G0YByNdPxJdP1aujmvherj53KXctdwu7j7uKe6fOU5IJZUmVC/WIKe7AwEIX8CP7EmFQXgR5NHY+E+Z/kL1jV04KKf42C52jgfPKb4CRz0EnsPcSIxQkVPNVaa6UJmw5D5mi0aERZMtR6FHx3MWfJgVrNInPxJ+esRJKpOo45ZS4XzpFKtbYAuWp8AtVs4n3ZlHjVAVGjNiF4gnXH9S5ZL9/UnMniNukjtXDOboltmfRPSJf1ThGf7RuWI4tjDZXnM2LHLIpbWqC2mtso/xj43/n/aPrQ9zbTE1H2tri6EsfY64ca7SV8idO+6Tp6x0owBz0gf6ZdlZGHGScUMvmKCiMAChcefif3wWPvmoChAzzMIIhJ3mzh1X6f4vjtWooYBz6kbOIt7Jf5lzgw/OB0msb0FISfYgOBH08KhD4p3+woS7/Av8d6mH/H7qQAq+n/rJXxawKP9daD31+/3qr/AD4IVyrznzgeDgD3Ahjgs7rUisj+oRLVtJZvSjy3c7JT0SHKxk9dfqr7WSkAKuYm1IKZb+awg9b6y/XIqGu2j7RQjOwWnaDDdpDzotIW1uOmBbhkfcXYPg7EdFLIs7F5bFc7J5SDYDijIE6MaIcxTu1Zc6F+6Fh87KSZ1/qEDIXlzfdw6ErLJPVs7DtZ4FtZ+s/YU8rRVnP12rWXs/cUuLZ7xIl1sDl6JYEBb5ALQmlXRk0m6PW5Qs0PpawBMhSIk2I8AVPW4H3bO1HZri1DtPqL9X/1X9/YmdRw40XV0XsDau2bBw3/E3ju9buGFNozVQt77xwJFCrn9dP/zh3OM05c4TyP/411DvpoClqfHqwJw3b1wHySHXuhvfnBO4urHJEtikvoLnFNgGjdkGDf+EMj44si9wkTK4aEASsWt+2r7x/OhCfs5hyVsc7IFyn849UHI4rlOZE2Xh+ZcCc2PqRtcN05eF0CD0l1PMI1DPyHwweuIa8CeVetHpjlMIgvUpwYw4YUZCsEZFCf7TVsNyjUoUkJQoRRMBl4egZkQHAxZwphSagFWcBlyf9RAWtCcDaDRQARSFtiAJgmoB7g6dPHToJD5kM31DdoZmGfTV97tNln0TWmxmqebfLC7kn9Rwj8FqMd4alXTWWY5qy/8y22zGlyxVsakGve8Bt9k8OvG9eqvZdFuYJfZZITF20xoOoU3/ZnJjfzoSX27yGSL36jd6rHfF/Xbz122uDXrjdWmD2WR0rayKT6rGLjNL29w8eaHJZDCH7zNsqExs2J7QWbTErX7sYmcH4K0jOEgHN5W7SsNDKmdZuIBfBtrWWUtp1G6EgjC6QVESGKSVEZZQaU1nGC0LY8jOEIeFzSk80DncueGcxUpIllgthQGUb5UM6ncMErnWYRlY3TsM+NQAA53UDOs8esLMs85AKYuDBCrAyHIOd6GWfHW4H2DeHuHnbNNjrH8Igof7F9+4bTH5Oqv9uUgyGXnOoa1/HwzYlQLhZLb+Wdeg40X8K6VH7gwAWoidDFEKa5SSBlAq7scuuwc2FcBP1dwZwLkAV8U9uAf9n26dmZh1hf5Cv8lk1nXrsAH/OLA88De2NH5jwDigBihiSxFdNIR4hH6tKnjKHD2W8JTCv+gQ1s8xVOvwMp/vR9+hfVPXfY3S/NreSqdYhpbDuQVQ6xqDQHoke1CJwpmj9SJoF172x9pip9iZSnKxAf8etMNgUl8zocvVAUB8OH6PfyB2OkfjRTi7Y/5p6l01JjTZdMrBw9mOBhlTg5TXphP27gkjmK227xTBhrM1o4AF2WpRIM3ZMOymsLXDzk5gk9B2hCENHAYPnFJ/eerAgVModgpdd0J9Sl2tPnXiBLoMPY0uI0NqGW4oLBRUSHWgmANfWpn0xAk2j3HAl+bB9mgHaOdQijQjSqZIxCVqdI4zBNRNFIIptSMREaidetgYEIXcerq5sGR05wjRMURufpkXOc0vmZ3Iixymv5kc+KPmQtbsQE4IVj+EcCdymAvZZh86ogs70WIIsULIUUhihSRosTOsQ0d82M8jdjKped5kswFtKZsRZQOYz8Bzdrqbd8p+2aztm2Zwnn6vu0RHiBQJtHIRrgswlOJeWHrLo6bd44730NWH3BLFY5CSoWwmDSBc9mBc0DhISGGvowAODElDP7mz/fH2u9AbsTb1m/Y6NetIO9Rsnd3eiIA0Q5T44hqPJrVc9A8FRvC+u9rgD9sbatSsLKN8TUMU5RndlK2AFS8XZjiAs9yuMqi47AnYLorA0o1sCl8BL/yAQf2W0WtU81adzp1nCwf+flSGmQMHzoIaPGAyqd/S61HWJjsZ3FjUQQeOV0Da8bNAZ5y2anucthlqLAiKCaJzt3V1RQsNqAeajbLWn563qQ861UG2yQ04LCYT6tHr1bwNfXyepmIGExQFMLOVH2xGURIkcHgFPcHICDRkZG039shucgZ1IoJOFjpPwgt1XoqyeEDxnYKNquoDQ8pHsr6U4YMqnCVGjD5UbfDKP63WMi7kb7u7cKyqvr6q8MuuijGyctVcVMPD2aFLK0zD2Jxj2fODgcKQ1W6zBQLBOhw476LHz85xqHm9To7gXER2yGr+h+db9ajcpkR5L4oqPUgJ1Vsw4GyJOD3v4/Rgl0S+jGQm4jyc/YDacRRSG+32un0Pfr+EfG0/OVuyWQ179Ui3Sf3BF0ZQtYNI3nA7QLjAqVmfEovW7ttbRPHWXWrA+n26KsOeB2hK1Ib8J3Zeu/Y2WESV+EyYm8lWAeaC9WFAWEb2a6A84JiNl5GT0sJOsq6U8Zwu5OCCrO1wVv8RZdV16gcH1P/YcJucpNMFK0/eO/Orl93xpxnGRgBHs1xF+weh0L1i4GtmeQp6FMkHkHPD7ZANDQlY/Zv6lWuuvE3WilCS8t7eWbdfZ7/CIxOZZoeQfXu1ALOETGgudE1WKCjqzskv4NAYjDR1Af9YujR1Ab88hmsln8WF0giBcz14iB9mHsLIjPHdkOgU81Cu7yi+LhooF/fXcVyF8QIrohOEuYdpffzcSoYvW+O8xk+vo2s8RXd7VyWPiNKCcP5SStANy5mirCRbIroDSIc2I10g1ka4/PpDh9arQwW2X2OIzn8d6dR/fD3fRuEyW6Qj7FyGwWV5w4PtLq1hgxSrbsaheo0PS9c5xZkBZU7E6bUC1J5lHcr2re8T8lXVv3i065ZVd8/Oqx/abT6lztX+3jc2vHSrEk/vumSx2acI3CzltIV2nP+LMivV17etIFRVW7ZOSE44oFd8+A8Bj6VmR3uH3JhsVBjdX+Kl9dEWWjEg/q7ROGoN/GBBpJIYthrsctbR47yMmpVgDGgEDL0qEphirtP5Dffe5SPY6Mwb6qfVvKD+Qv2y+osXaqbV3zBzJG75Xvc3nJ13DKEk6kfJoTvwvqMPTgou3hAYQT4DMztNl655EImPP66eenDNpabOmYERpDSwYXFw0oNHH0be13fufF39k9avAOH4IcDh2L4Fx2IZduGgcRM4q2X1K+optg+LaC4sVX7wNF3haC6EUDRzrrYGKbwE+Bwra+L4pXHaRDLGdbKZsOsDz7h1oNxFMwxWn+Ktr/fSn+KzGmaMU7HqOLzbL0SqXTWuqpbelip4V0eEaga6sN99A+ZsJmvPbG7Dp2kTHKnFUHYnA/Q2I97GxgGFB4DosOEoJcjLKT5xj9BFn9tvNlUr0TbnnMWL5zjboorPbN6PPqf+zAxgGpXqpObwTfv23RRuBieL/NknH4WMekItdAiKL+qssaaf+fozaWuNMwrQ3/E1NanuWgkxYQ9v5qt8K5ENxZFtpa8KvJ4wJFnJmRiRT2Ge3jEaYWeVOQ+cuHVw4rfAOUfXqiuUkuEXhB9itIo9SN+A7ttRMRxot1TIHrIHXYkU0pLYUQ7+kRyQXpTsoD/C0ecZrpDjczkarebYuwD/BfjRIMLRbMMI7ULFfDQW51QWTvnMEIhZQhpMfxy7ByydDWf3I8o1FfvSQfnjiZA9If83fj3wLxBYXVf3BPx1d99aV9fD/p7o6YG/W9nf6p6e46tX02Q9PULu1G3Crv/Sj86LdqY/JLzL9uiaCh5FESMCCqJMiSE3ysPm2LeevyGiuqLJVKSQUlL9STSYyin4hxHeSCP71GwqojojEfyjSC6FBpP9KaWQjpZw04ekDcW6UheqTdBCgfqDPZHGhRKfoBUox4LDzbXozQiNy6WGPkH7kizQXweZoDL8AyWlNZtwBsB5boQ2L+Gu4LYCxAJNYqF0FyznTBLWrpLpxmwZK/Q51gFRokdiXSrmk0QPO+YBDY+6BZG5e1BaGSHlKvziVTG3+r58/ZThtXPv83vdIoIzEZtcomeCjgiY+ImrkUcSz4d5uYVHOowtblFnN8vOYNSPFDP+eM4Ct/pBeOYlw49VG40G7w7yWE1ahyZIWDn9Pm+y4AFzFe8CR2EQHOvOCuHrJ88aviG7bMO8qZ18s0VXLRqd1QZlg2KI6Yz1Ynhzvb5ZMIcE3zZFF9LrnD6dKRKMVrmRSPSb5wzfsH261VY9o85HfuMOWWvLaIuaLzu1u9uHheK9MIp7NC4AY4PpGVxoYAHnNb/f4wpGo0G5qjWkzlRnhls0v8sj5PTmtvpTf69vM+sC6Hl1eZD6BT349aW9PCdqe5EJaP5OjmvQNhPG9wmWQDFjL7KsNQwtVDqei2BZx1gUFF2A3WcYfoP0roXPaYSobB7ScJchs7xlPuAxeDA24D/sj2Xnb0Ec3XPaYoMFjfbMqgNmeZBiM4NAQg/O34IDlFlx2D8QO8NtKcoBaDRzkGuAHlCRC8Cji8jACAJVZlcV+dA2MvuDY8c+OEaGKMp0KkefQwl5bQpzqbVyonDVCD+ZDByjSfHsQ+uHWToCz7smzZw56a7TOVSWWRjhLWu43AKYJRIHxCmjQO18RkYdiBJoDpg5KoqAKB9SdNUDws9LgPjHu4VUEg63iAhYTS1JUC4ljRRDIv7554I/niwry4Z/gD29rQnF9D7y9qV05PXggQbr0hqnVd5nFVGPmu1X/xzldyOPzqU3C92LkNrtW+vvUPoJwu3/3q6LkAXkJ2o3jwvDN8yXjAY5WofX4ZMWSQ3MUx+5tP5/t080WWtERRbsvM2CmkJ+Ac5gg0lnO/JtgtvV96vcdQ6g1qJ6h1NnKdLR7OxywQ5/GcdF3ImAPRltBtpLgs45xVpEGO4IXcM0jPXZyRZ+N9+JUjZI24IoiQbJaonLaSESAA+8QmxkcNOcXrSjoXp676Wz22f7EUY6sXHqop1rEu1XbO2NL9Chwu+xdX9YMooCcvPhVHNC4Neg3+/2rPDM+MzNq9qCE5d0px59fca2p55fNeGFCevVa6wBNP+63gmdQTtvSJ1M6rbPuQS/Kfl6ti6ZcXWH3xz/QaJ6va95ePNq3ms11Ub8La64QN5s0pn1Ao8WYxn52pfc0pdcNrk94A29+tAVT1053S+6NdqUp+uzneNcdE+DtehD0VQzjmYoaQpdpncLEvRQxPCkHGlRqqebd4jOs909f0q134x2rkfernmyHPynW9pb197jFyy190V0JlGPq2+0Y7fDgpD9eWI2Nhlrtvr3TUt8/daLJFm2hHolnMTGUJXZKJCrsF4Q9DgaN0Ssckuw3fxg4e0l+jWLLrI6+OoJGeLEjhF4PQVtruZugdmLu63abRhdy9CuHu0mjDJHEKUBKC1Al1E3Bnh1MxAVJUDJcLSZ0H7QvdjjdMAclwAcygtTGIZdgo6IPYkpQUfhnBG6FgzZ7eIbQYfzVmc7/BzBBQsqPR//JG16DeYtfF8YRcRao8uia+SdPBaiNVU1xGZGokmWarD98vi8gB7xgmCIPR8WSH2/+vspMJPEfvFGrywizBPjw8EdTrk26Gu05CK+p33wF+G5kmuY489Uw/wiJJiNCG0eWlBj4Scs0c+bjnR6ghHi+YWZ1YWvHrFdOyvoarLFDBYrwk5HAumrAz5LI7poLXpw7TZc7fE7eZPXYt5+FfY50C5tjAnjB1zGPcRxcnEcw7zHPWYQUwodFDaIdSjlpMvgHOPYjZOAAzOBstEjiaiYEL0wgeXTDAOdCjrdTnp7AlOkAB5N6F0irMBgUoG8C7WxnYEuQ9z2oKdyYC0Gu9BVe+uCjY16BItu3HGV9AQJdMR448MNf7NpYyvUmjozWd7n47OZTpPZKpBhjghW89hQnoYKu2DMMeJRoGLI585AZhFjXliYOZzMvPr0rPGH3Lb1n+/8ApFqdNKcWQvTgqnaaNq+jo35qTPRCWnianOR9ISoK1wXwjhUF3aNG8hpfNdRPA12u/bfuWOXOMX3MZMWEYuSLaeZdInAmKuK7xTziVwxjqXk4ZkfETa58gLO/0ft1sQTSa7YbuYTStI6zIf/f2j3WBmFC/lHt7tytCvH+r880v9P2nxh96ds83l4dWNvj+0X8I8HN+eLv1DfESebGWp7jocI8aeYRwDk9xR3rphzuYfKpaHrx3MO/7Xs5McNHT8bu4s/a0w1PjS950hqErefdjTOGp2cbLbo1SG9HgX0FrMsgP9j1kORNeU0e/LZse6RNGSIilLQ7H76uHDPKjs5bh+LvH+Nn0MlZP67fRygHWScQQs0UTj2abuIT/hpCZq4CLhU/afoosZnZPLDdWz+GBVV6lOJuK5BiHGZJC5qNlU71E3Hthey248d247z24+hg45qkzlKmUSNdkFGB4+WYo5tfxYdAAS6TE9JGj1g4Wq5ZjqSlD5Jx4GsSiEYyAqWNlSseMawtXFu8+DmzYP85lM5lB3EgE18zPoh0pE4WCkFydtows2FvJrNs6QoAIPHBoyHLIHTjJXN54syi4C3vyts4ESg8qq4CMcFM1HJlXChJGDpCFB0oFuA9Ib22REgH4iygQETRBtWvrsyh29wG6TCbyV44lopjQaH8+qA8G7kqDpwNJxOKe9GINWGHBl001QGN031A3VgOI8G8VAqchQNPqsof44W8U9ek/3wjOZ0WBDlaSiM8U00IQ10KKg+aOuZ1WNVDwbRBPQ8mkCKshXcphnDp4KKEiTijE0n0QT15Ci5EplKiNezu6pRF9Tcg/SuiTw45lZqgM9qN1D4P8++O9T49ZyQB5qH8l+B2iFRpZ6h9S5ofDpC78op05IAlRMHBI543Jhzohq3X+KB1vMDZDn71vdhTj2pLldPLhS3XHyNXx9PJnT+ay7eIi5EuXAQNQUzHpvNkwk2oWA41df34kkV+nXygdv1z9z9q0tq6+trL/nV3c/od2nrVfwH9FMEGJvMdXOzoFXabHIKzKU7g+TRoE1lYKxUuKHyQgWWJqD7bsKmXIIJZzJwZMfWw1sHMBewq0/bA3a0euGx7cMMykm2J20lxDTJ4vC4hxkYEgAxfdYaG0CBwoA6xK9apQ6t8i8Ach0NQDFtAzhfLqfw41e0UrYfq5JsdihGFDVBkNW9t5qhFBt+XR0qQFHYvwoFVvmhlAXl8Wf35E3cirGytpPiGjpNj6fKnlFazOOWtfvLLhQKSKLsZqueStd3S/SGhUkHQZeFXKmL3Bmz7JvbZhA3l3rn8Ptssut9NcdW/6B6/PrtE4lHx9sMBvfkxpDkCnXMu3bfi+sHYcvwybCT45BaKPVTNlcLvnq+1Ms3ZYPZa9Pp0VtqDvaLxvzuveoLHiM2W+qvGtjTNmnJwILFU9qjbrbBQJJkqe+7YK5bmOSgfbxppV08e2LpTiZr9/GjpRxHulueUYOZiKPn1GAWRecfh3/q7fWqi7zea+CNJHwnvK7x4tXqt0dPpQGXp1KFqTQQHToJeb3on1gGr/oxZKWFaHozVB6eyrdMLZ4zjNVE2UclAQLGWgq6nGLplKWbM+NJla7pmYxSkF5jeRAs9zOcnAQcFVAh5qQPQIwAaWVOGXHsooBGUyd9QDSi0YjDj3669PLo2ir4AFQPKM34UNDs6BhZK5c9nSE/k30+udCu5yuk5fXC9bLJdyrrM8n4Vb2hsKKEcwPGvcKgr9APaRpb/jmqYYnSGbFc29l14ldl31k1t5+jCZDY5Cu0s7bsLPK7qsZpS7Jc8+LKmmX5PLXB6I4Uz/p6s7BL2EO1JvRIZN1ia3TdqTc8waBHaPXgywq1ZqdPyPucZnCFK2Q8izjMWfL4wljVH64o+c+0AIZzlT4hO0L1VFJASgl2S/WcVYs4imIaVc5IXlEbO0+5a55iDyXWW1GaSIcOBoinT5kOHwwdHTnosImOqQG/yhwwcvAw+fCrBn25/BKcnFW+xz76ypRWNV6No8Hk3LWD4+jIAOGjBn1lY0atidFtGduIcu2V9Y6ucUxFbL6hBhEJIsBJNcfJ2qbAZgNVzAitxzICYxT2hFcrpgVPLA2xr/AHTRZK8Z2Bpzaej555lD8q/AEwJk6P3Zr0eHE/ohspf7DwPpZl+SidCR9A+R/AcVTmf1Z4v/A+c2pB8KBptDJXQJlXFss8SxCdFroYitLyylAKKxwKwAdpDcwD/7UENOEo2Kf3hxzV7gkF7ZoKj8se1PR4EkG7psyTssMJMUp6J0+7zMb9DOs/0jxMMCw7VnwnW4w5Ow9qOluWqUKeqNiuUmvObkOFLtC4tRZp3rG1VPa/id2dJlsQFRdooZI1VsYss1L8tg5J7OlOxHsYbxNGfFQbbpFffFGWV8jVPurwVYPz7BC0e0zb0JPnS14MQSfOOTYeJudFWwtoOKCVrK0e2koqt1jRPoF3rIR5V9f9Fp4rHQ60nlaB6xzDY+Uq6/0OqFm9+rdQtcMPhMwhmaabM6YNlfJe7dwMwJjH6o0lmxEQByIbs6JgCJzJkgWVUsD5m+nmw2NEQMsy49y1R5f9NWf17JFMNn0qWJ9s7Yu19lzNIpuCgfr2uiqUG9P6wbJwOf6n5YcW/dzruEI0TfN6k0Gl2e3fNjVMo+Uu2eGa1DKnaywwjPSJ0l7tpT7ZR0CP8bnLQEjGdHmUxB/nsAyUBFoHNGllcFd0EJ/V+EEI5GgsONQ8eznIvYPFEMe3xrZ3BA5amO5PWRekGUXLPBcLkhIUAaL+WuQpq4l0I40vA/HltJCvXEY3ypTTQj4og//iJrqQNgWObGTLaeORwNgAdL3iuy/y7hHmPfJu5D4aPyYAc+fKXQ5AE86dvRgwWi4zxKTYOU3xR9I2xh5YEEntSqJInVhh5TrT55JDnH3A4DPs3QuPAwb6Nozxv34+yUT0/fEzlf1V5xdPPlt2Wl+Bfdeh4qFxTiHKg+oKurx/LctXwvsgopv8lfLO8wpT/gzyyEhhKVkWmvfUJ2znZzg952B6wckoYnd2ApOrBKCChmk6MkWNHSGwrGDZO3jt9w8sHa7Cf73zWSCjhcDO19Xfqf+q/o4KPcGW0IZqXse7j9xRsF687MAPX8Z/WXlg+MGnUY/6qvpbJmFZi9pRDXXRczB7JgVt6IORKuoOsdnV+GopjbHGVLIQQ6ymJAtZFFGUPiqGUNgWieC76X1In6Kov8H55BScy6X61F+HN4b7IW4/E1bYpyhzlPWQoE/DR1JCvlifxttiRy8q86i0iWIUoZCPFLZFk4kolI8ihWxyypQkzqu/gfqVZErBd0dwNh2hzeiDClCkLwW1IwVqhwyFbXRD51Iwxn1ClmrMo1LHyliPdvAXu0kRlz4oiWo9/ZoVxToCReG7Q5l0hFaXOk9baFs13CJ15kWoM1fS9S4NZrFbZdyrOLZQKe1lCp4wUtSBlP5kLtmPFDp+fRGch7itdDwpj6cvElF/DWPd30/nQoG+R0dwzjyF9yItR+WpLQIcYs6irnkzjmLoqyOYsJfoNZVSUENrHntky5rukCDYrTaTZLKSXamn8feHgMrCHAGqTKVkF+JMdemLtg2uzUwTQ3qr0673wUlZc/S1O9BBiolAKm7UedqitcTjHsHOS8uPyam1oBLeRbcXjen2V4P61ftlTZgWqr8f9cOiv454qFv9KnUbDKj//qIELXrfx9KXhXJpekg+m8ni0gyQ3scyJJWiDJ/5zD3CX4Xrtfadqx3najeTexunIedoN86O2xB8cNxmcyU5TEHTUSyuxzKwlldIGYAoRUV1ZweY/ibVL6EKJMyDBmNtJDBeKEtfrAtDXUSjocbwiWm5p5mYK58vllRSEtVoT0o/pZhOjBUOvuiI3psgaqo7E+EM7IGzzyOU2xtJU20wURKEHzRX+7K+q5rVjxikqx81XwX+6mZkAKcWhQzaIjAUo9SP0B8g+BqIfkR9nalSJx6B8Gsg/tFHSzEowbSzXy/HVJ4HlEaZyKQ4HaUdf6wOPpGTURoAOKqsheAWbcsubfn4yw5z3ux0wsOBHQaD5S2LwWB3Wr5hkYWxeMjp/3jFIjvNr5idMroSbzKJOp1oKhw0WK2luy1oV5Yzc26gludQLMmeCrrsriLel2A3zE53OMmQ50Rc0xur1AnTKCxm6YSdzgnN9EncTQbVfNif94fVtu/c6muCmcO/bIs1+W75dgy9AHgUTC9Mp4ZNff2S3bsv2dCVy3VtoC70dYvjq23oZD6vTmirqq4ma4/UtS1og7+6I4MUDSvBlKZxuPul3XOffXYuvBwan0zS7DjMY3zlUD0vMv4soK5U6CycoFxmkdN4gIjqD1AhOiqYqul90st1TOV2unlqe0MAHOcL6lu/2wmry+uqXu3ci6Sv+bDibFbf/c2bQw/usx7w2FqaumuaGqqwjpDuOd1+rF/28CubMl/9ypcfihqizvqoN9oTsBElqVx+7E6XF1acd7V88zokXrpmSP32po0twpxsfzbUyFtEsxSam26X+WmGROr6nz61PeywEn00YojaPfpVe7aWeBzQQ5GDdZOA1Tr2hsXJNt2ohzE4BdjBPdFant4ljdyTneEmzR8YmD9pKo9W7N+7IqP5eonmGyxLr/PyvD2XLJ41a2ViIIdQw5Ktt31hTSlk9e3FkCIuQcedpzLmQW4SrEslCru+xg8XJTcAO5sLjVHOpHg5OgsBjkonpOHtEXOH3+nSBK+63jn8GfQAOokeKLzod97yFX/Mv3Opk2x07lejhb+o0f1O5370K2xBv9qPs+9tW3fjN6jK8DduXLftvdf/+lc8Oeb/yi1Ov9+5dKf602mhP6jvIvc7oWmhd5Bb/fM7TK92UKIy2XquiuvipnIXAeRnmhFrqmNsOyO0nUXuKqSgYhe0xcE40yqlPH4ZaCHk5hn7mYeTOpxRohlAtHHTvGVroC/P4b0jvUB3ovXqqqsnGRymnbYJ9/3ncqfzEfQqMl+8Mm1wCL5wbZDYIk/ejrw6lHdGZxxSt/3bnJPo6huvf67n0n+e/P17evIbaD9VFV8z0s3/kPDxgunli20zoNi+Kb/cW9df9y6y2S+zmWSHjA1q693vxNFHE/fMqM8u/MIrexwfvPyV6zdnv3ypNnc22J8+ZPAUpBA1lv47e08iyC2VpTwRvezgK+5qYVcyG98ymou7kplwoYi9o/4UV99hj4QIZ++c0XkENibZQh9oD/qhSTIaJYuaMZjN5IVTuZ6emvr6Giq+WxcOF8+kjcJGqvcH27cVySVud1SPGOe7CVGxf6oQxLYhPdLcHgGWvDAwIdt/ZFCw5yQTT6yi+u9qISWYB/QWbNUfHzZiZAC3iL+NiMpbCDbmLDb8yGB/XhhI5vuPFGbJlgERETMaVgvftlsG9Ng4fFyymU2X6VEKEeTR2WzGnFl4arA/S0+yM9odxdmy0CUp6Pnc9RznKUpyR8a8UaW/zLwp7scV6TJj4iKjhB7L5F6wwpaAO4cC6hAaQFk1rw6OdeMh5s7RJ+FoiOZWB0dUaSBNORyx0gIjkSjXnzzFNNhzq3uzvauR9oIQrd5AlmXLZlFgGMpHee0NoTiAAkzqlRofGP4iS0Iz5CuC555mBk8EeA7Q64UB7dlfpGNgPQtDQMVkuC1Up09q5ivEFEp32F0IiJpmMZrO1PKJoKZKgBzlyCAcBbCELZUSDkyYr1ssp8aPds511yYSfROGmHrrKUHUq3l6nx1Y37Yi2R/vTbZXdxSTUC3okrofTXKGa53X2egNNNc0TO1adsmOaVoZYwJLufi6VS9OzMxqqGEshmGLn5YC6wshIlk89c1d0Uu+yuKpHqL6LbK9lKC2s6e5e1Pvih0LliaCLPOoEC35yP0LbIcUNQWEBFaUKMAepkRTSlqhh6CQoeYRuhFVpJO4D9Ur/jaj71X11KQp9mqeCMiATVhqdTV4a41PvHjvh6j/a39Dj5Nm9bPqrz6v++epFh12OxBv463EgnUpT1vzrNjFSDx0+/tfWPv50TR/gmnyupwMKyqdZLD/1JJ4NymfbBfk5n9PPaLOUo98T9PcaOlc1NzYvKizRfNSA0QqYyBSHz/Kh/O576uvvPgi6v2+xmJM9itunndTQojyh68cSVqZrcgfXsG5xKN8gPJyI1KlZZHSHdVBxho+ixv8+rMl7u6zckrG78hyoVpOlfjDQ+JR8m6JP3zW7Z14kPGHz+IG419CGbSsFBQqa4zpZ1mhGm6UgzM6QrWsNBtXzaQTdaFRmq+a3n+Q3fqXLuJS2k2cRq0ywx7ED6Q+vasTOKpHpzNKPAZawoqycqeMslbFl8dZm35Qwjmrmne2O9U8DSvkaRjVuSvlgDXOG0S76ESDaBBwLDvKud1qzu6lwmbGvAE95LWrOY8HsSCUM+X1xpEs6kAF/ygnaDrU7dTGiyZtwRffVGtQEugdcdk4H8PzqLSx1iHew6QumOUO8iP2+lHQe/o9s5ccpvM9DDSmzVaNv/QjjdFtq7KYeAnxX/IpSWbtQ/sjeZXzRsjOToOtlYqy+4wNdZMEkgG32VHnUqTSHVBR38159v1RDeN15PasOp1dtWfPKgRPPLhqDxksMD/J02dgT/lOXFoG5chco0bta+dySd2dSiVRTQkkJUeXLy2rU19oeqz3dL4+VYcWgIvP1qfUY8P51Se61H8WULHiAPxm1YXUrYmZvtq6ENoPb9Q+eOksdavI2/mKxlBeDofzIpOt4RgQjb3KHbm4xXlYZGOuaSuuWflfJ+l6rbiF5bnypas2figrcSSv1VW6Ox57Uzz6XnjcAkdufcfc8hZvdYt2WHQl/SYzYLguOmdBu6aFFbQn7CUfzsEIwE/g/sEBMGoeqkBF5XeGgeI6nYMd7xTQvAWOamSdpqtxhGfRymXZ6ZUGPFRDQj2AbtKXEgWE1ENxHsAr6Yvy6YBkiabP2hS5tinTqqZM71q17Cbhtt/Or1nZkrpido3b7HNtmLb1AZ/3wX/a/N39aycBbdx4bPswk2si+e3HyJNV+thcxdx707IaWdp6Wbztui5Uhfu2WXR8zyK0gqyeuf2xY0sc+okIj+Q6NuouNEz1U4qXevZEJkS3ikxKYXz2kCtRsrSR4Ido/pdfq32nZdrOnuvveuZf/7XwHg1iIglQOF78pwfb2tCP9YMHPv+nwhe1ujQSY8QmDsWrqIZZM9ddpPQqsPZ0SdoqmApyNiUg2twB6iZBABOpUoVeM7wGtCQV8nC0xSx/YTJHw4eofU8+VzTsN/w21YiDbg5/N1u4Wcz1pU5xqb6+lAhP/GW/Y3UvPctjbTomljT87RyqQ91v08w8zH/+hn253GmWQaBPNuezxIOMTp1ZlH+i08zIbdoFOsHMsmYzjkqeIgNNk8RLOsJFa5CZkjplLU+ymwc3yw2NCzYX3+Q7a+z6aH0TGXjLP68x5i9c9sLxZ15/BcUHn3l9N7p8gDTXB9bYzQZxwZKLJ5MXBjdvXtDYIG8uvlXOviYAhwNkjjXO8+Ondr/+zCCKv/L6M8dfUJ8YIE1wyNnXGMS5i1b0amwE7oxVygkfwgzZYV52cce509yIXJfWP+iZveyqsPPjOo+hn09v5qfCyA9iMkFMMogS+bA50HpYdoWKA1HxIFYWVXH2wF4B5WslQKvs/53MJMegiByCI6FvfZ/2VHMW/WNGV32bJHm2y0bD9ZGY0SR5XjI6kKe+4QbJbDTcLxm6bR7TYYOlnNS9gyatb6pMqjPRpKZOq8cISXHuIZMjwe/Eun6L0+m09OvwTj7hMD30kNme4PnutmJEokHkd/AJu/mhT5u+aMroDEPCAYD5VNGh3v8Ng4y8oYbWqUa9SardLq2QTRtbvFbDIwbXxZLuM9V6g2Wee4LiRXZjZVJd7Q3SCodlY3NFUp3R1u9urfdge2Fov81aXbWliiczV7swdq2eSXjwVlttEFHjoRE4HLgEomY24Bk0zlNjJR/+V3KV5UYYLhxhUq82kWHDzBwQTHYSMOFunrEI6D0ILEwJ8IVakUIaVVyOiqEAXbFhgEpYu9RM0MvqN/9l6YqbHw3HiVHGgLRjgYhICNtqXIab730ZTUe3oum4896bDa4aW1hAItVXhGROUzz86M0rlqr/+f322iMotvWWOzy3HSJ3q39+b69teUwPlCeRRJGXCBXbcEVi3lk/3X73e3v3Fvbu+MksbyziUkQEkbwoSsRiQ5I+tty2h1+xZNWHd8ztm/lmGe9munOd3KYRazOI3o4m0/R+vkwJwREOPaUkJvSrG8GBQ3lksCKdbGWwn9iE6SCN7Kd0UVLKieqcQAIqGq2ZpOGPzourgwPZAZ830uDO8ErVhHBD1BYImCM1LZ5W4We7b8wLtSFHymkNNOUm6RXATr9wT/iSgW/etNWtDtH9EznCa9sneT1KUzSx5I4ZrS+sO6zZrMG5xNz2H3asWe274TNNnmlCPJAKhR2FnChZdXY8+zlfrW32nEB8elWXHa0KXzwnGJ471eVeO/fuIxObYn0pnEv1eXf3papu3NMYmbJv2yWXH+bKNpiYLGk3pS0rdrQom2s2HmmNYyJZBG3EBKrnhz10I1dSVJmVnoilbY6JjVIbW+XjB6CGbmGSqzyk5fFqClidKUeoVlizLLf7Z0Krp6UmYg4EbNGG8IQqhc+4GyJeHwwoGojPyx1e90JrKHTHkkS0Pmb0yq0da8PqB2zQAu6tuVeu3rz/i6iTKPpJvKZkqXKhVcjeVTU9XqdEZttqfRctmo3tOqskFnKOcCgViAvTPE2fucG3ek3HD9vnxq86fPklN0ybPiUSXLN4qSs+d7dXG7fYhAlP7hXmrnW7ps4NB2cXcYIvkiyjyQFXOsu6L8mOtd4rDJ363tnmeSvXJtV/nUxvKZsJo9TpQNZbCBybQBNlinjmGJvJYq5p6sCqdTvWzvI6uh3eWWt3rFs1MLXpm3g6nvZy7p3CA45z2FMmX1h48+xmW2LuVL/b7Z86N2Frnn3zwue/WXgDt7z8PDWq7BjP3HIZJxcDsJfEKD4XcbotuBLXcBUDinKa7biWlG/Mysm0GzKcw0iwmlUmpUktSxW9lPeBqOVtu2jgyaBcGKKCiFlGmOTptVlggA+4fGZNMF02M8/q3kK2dzXmJSOOJ2kWSBwo2jgIALJbGCrpAWu4LrVFBXRjJmEPwc7HTm3tVoBKUdRLiVTITcDNDmLXWDT0/T/+8SM0Y+vsmZNRxyw8+48Hdtw1G/+RkD9K1s4JW9HJStRzJ/7am8lp05KJ6dOHn0P3PvrktrW9hf1oj+IITXoCX1+JbTLeN7OZYqQy9UhDJ+wMn6ANIBZqCixKGAWUTtiLxB2l+OywCw0Bhgd/GOhMdXEC202oWuhXN/qUJy4vm15MXv4EHkRMtIPZJVP/CQjRGpO9Gr2j+G76HuY0Ok/lvlemv+heGh3P/m+NZt+3UtC/bIVxvHu/EZFczBpQyJblj5l5NCp4+kJhq3b9h/e/IGuiinhAzZcEcVnCkhAuM8hIFlGhRpaP3QLSfPQ6csTGlIfC6TlgUF/uU1IBTKeorRAKNmKKfGpBbn48EETXH9tOFdkZzCLWE3WoCLPFMMD0Hx0fFFGikK2AXJzXIFengXWZ3qey72ZuNr1vSAH1546kgk4JTieXUzvBELv4Kc2DdkfCdmVqT6TIWEpVUMXoB3POcMf575zh5txzPLf4nte3NKaUmq6pfdsclmGYkm19U7tqlFTjltfvWdwWQwFoGWV1BmJt+J6nfzIw7/mPBn7ydM3zJ3Iz7986X0g31M9NpOesnK5ZmJm+ck46Mbe+IS3M33r/zFysTeNh0stQfYXOAqVs6gCeJnBx7jbuASpfG1WoWQTtmUlHi35PGrrB3sxfS1U4nBkakkZUe8LldIATzigLprcW0GF2IkNCZoCKzl9GydA7UZjnbuxx07PHQiRNVRsqcoyFZyzxkl6An0cAHEQSxBYsSYhIOjdGRNQJ4kps1PPwazYZurAbYye+XdN1+O6jDjsS5eSEJp2nHgtGYrSIjkaTrWlCwCL5Js2ZFU15a+SZVb72/e3GUL9c4035m7JdSgjZHY9+F3GV+wVaIEpQtyQ1S4TX6Qg/iecxLxAsIwlLOkmcKfFEgh9vs1mhxToeTWeqISefU/+/JLGZkk2IIH2dr8OKBKNO4qvdfr8ktrjFqtTlM+a3d88Rq202u11y14pzutvnT16WCtv4umxsDTbZSBIZ8Z2Ve1LJdkKezR3bB85vv48Z2kxnKLhp9+taFLVoVmTBncuC3+ddl3chrutyF/o8M+LXSIUvqeTlGY4aN0N5B8xZvk45hxG/tlmz2trwQKy0TGOAqeZlWc3Wls9Z4QzA4CTucnrOMtVkig+ya2Cmlg+EFdU4djGRDmdJMZwiMI6ME2uGfrS0LKPGY9MkBrW0DLTgdAYUeZfFaDLoDAZeL89zdv6po+mqqW17pwzsmlTl9rq9l1VNfnvyi1fd9vPtuf3Dj938g8m/bYOw2WvdVeHZuaXzHv32zs4/tsv9zoVz4AQ0YZsDvzrh7upa/0SfZ6U74kD6Vo/XnZ40+9//47bYYINn2YQad1144i+Q8+5n1W+ezkyoqbl2tne5J3ak4dqfn/jalI6uea2GtUs8Kzxmrz7Ax56olIWgun5ORpsCPc6QN44uJ75ovIjZlqV9wnTbKXbPU0s001nUiamGhpBzGl1rV6+qTvbULdCvmbtL/WB+a4jUGh1Soi1etazaIjlCRiVgJTWWyVMnGyQX6v/uXlxvqdY72uKdTktNI181eYY8QyQoVr2sKt6WkBzGWhJqnY8cu+au0S+o60lWr1q91mV0EhHSTa7iG2sszs54m0NfbanHe7/bj1ySAcq21BBrQDGGHFLpDCvbkOUupJjGD4zoh6z+txEVku3HBK507tC4wZEI7dzWbJiImj1DO8p4kHxeYya5YQ49d/HF6DnTOa2acKcVdOiii9T1worz2zcZ4bHN5JYxHJKPUrsU9PKfGjFAZQEA6hQAvWG2oIHy4Ty1AjPYdzajjQ9Map4oCn63wdoUbjBLsslNLr+3DZtFqWFSg8FJiNdX7TEYW1PN0wTBLDlwJ5r8WbHV0VAVtk0+6HKP2daWGQ2eap+XEKcB8kuiGWfuu5y4TbJkbgg3WQ1uvyBObJ4U4N2ug5Nt4aoGR6v4WfW1TuyQzIIwrTlFJlfuS4jKYolL4HyfxLiKsPawBfEapUrvsbVXF3J72N23m/cU7WtR/mNaXDL1UtT/2JvqT7+g/ufboaa3X7j6aF3Q39S4+eC0eb3zJtyIVr6qO37H/oFNA5GrL+HXrZlu8d+uFj74X5se4PfhWy4TjJ4vbeMVMuHexcv7HvqKQQnfcfxK1+TrewyMPrj0TI78C+BNjP/NOIRBEqL2ZuzaXRv5lyeWdqJIVFVPnOHOvPHFg8Lf1H/MmnVc/WVBj/+OYr9+6XWO6TqfeY7N6xJuFXcFt4G7ntvJ3c7dpUnZuJycJGpbUbSbp9QaHJhWKmLdDOiBh25FxEPRBCoBgloAya1FlG8EP9KD2CYHaz2VdMjlI7fyPcpLj+akVO9yZuIZGlcS3FF/86dqH0pOXnnZlIb5kYn+9VHlklcvsaWu80+MzG/IXrZyctTgau2d4pE7nE6XTTRJkrvJYDB3z5rq9iBf9Z/U35y4iBgMhBj0IUlvEOEX1ut1er0jrjOZdHqzaQqxAY1rnWq32W3t2GbjA0wS6Cen1WvnCl4HOdh12UTRm56/+6Lty1Zu0ce8Xp/PGJio37Jy2faLbl+Q9orhqQZDU0MgxhO9xSIIhjaPR2kxI55X1vIOrzAXPXD6J+iy4V2SQAQ4en2CUS8KRoMimcyS4AvrjCY9/GxGgXfzomTGRjN2GTHx6kbddURGWaZW6KQnRtvrodgYYC5iTvHBGXXo5KGBkY8MAFbObO6QfEnXgNrkybfFKqwefoOa5Cnx7IvfWqkq2iEr8abLdbkY1FF2h53pQ9BNL5OidtSCLnGI7mOakq1ZFnOy2Sx/DM8BxOUQlLu6d0StFoKHhszyaU4244HCoFmm5tJymkyMoOkAB6lV37IGsFtjctJjhHE1KQcTVp/bIZRjMBceiTMxO/SaQjDejGVHzZ1VYexWv/lOVdBl9wmDKLzlujuxGTsd/vt8EWT6svo79ZZfVIWcDh9BIvo/L33zTaRpCavf8ztdwap30HQ3DlfdWeOwm++8bov61tPVTmeo6hdoN6r5shlFqu4DQsn85jdfUoNFPVOueLdWxzVQDIcbc7/mGfttmWDJ/HLFvllhrZa3tfS2tPSiFvZ6qlJh+XScf/wJ3msZ/ovFy/Nf0kba9j37qgyxZFbZv2dDl/Vq2ejfhyWDy1TV+330W7Pdbi7cWiSRs1VxvDrV25sqPB1nZ8Buxkdo5pIMGihVCD8uYoE90ILgmLYgeq6nM2Vr5wEKNMTOCXZezFFWSn9SvVTd1t7LK07RMalFqXn2C83SRLmaGOw7WZ1D6Cvo9WR/Tr1B3YduJDnG9032o5VBefWGaHBKoqOhtj1e3ei5rfOGJVvSq3upjdFcf3I4TF5Sf9qg/qWR8Z2yZziR3qUZAX6nAGGeZDhVPaVnUJCzJ5sBMcAuGyNs2AcK6BDTPc6R0ax6UjaSg25w5H5bx0WBq2YXbhCc6ketKx556ZEVrXweOpKFBaZmk/3xRcu7on9+Rde2oE33yp+jXcsXvRC4qMNmm30VakUTsDOxcU1Pz5qNicJ76slkP111/cnGVQc/95e7DyPBLzvp8nPKfvX04bv/8rmDq9iax4BLqsItjDYDykK0sicV6ZeYzLXETKzTZw9jodJnJq0965jVR/r0uLUnzQ35hYF9tQZT7OWUqa6m4aVWQ4NJqnPeeae/scHQ+lJDTZ0p9XLMZKjdNyZVQ82dd9Y0jE6Dc2OyYTfNZmwYydboH110g8FUd/fdtUbDqDTlb5LRdZ7i1o3lpzKpQqo+IxVvNyiDEPa9Sn5qiUUoFhmqRU3eEq7RLVA8k9dufYJlbqpwdF68kK8N114809vrNcdmzaydPjMQmPXK9xYeL3JRUR9A4sNXH+ODjJP6meOf7SiyUQMGj9dVbfHiKSFzrL6lR7nlGTe6oZKZ6pycWtw0tevuCa7swoVVkwu5bLaSidqfuvpw92SNgzq9Q2ME6mW73+onczKuRd3Z0B07p3Ue5irGJwW74BaOiyTsml0i9p+aDGM0gYt9rA12D4p6eUR638mo9240hoxiVEYP0i5iNFIjEdRQFyqO56kVGX42EAiEpnTGanT8rJjFi2SH26WbeTEMVyEfn9efRH0aZ5W/bNmSV19B6zRSqy+lDnV89pVd976AUBcJ8seufvjwOnSD+5lblJ6W+pg5NAV7LdUur8eAAqm+HM55441BvbAw6wbCIKh4uqY2LU5Nds5NJPsZYzUwZ7bNG7hoUTarFAe2AOPUMf2x/UL/lW7X5O7DV191uHPazjtC2e5FrswcAuNnl/V9XKX9/yJc8aVhoKYamlE9uyOW7NrNp52Z79W+dsf+s6ONMerFilOvWShSLmntW4GMOQL4C8X6SmTn0VHTnDwLEjBAQo5OeWH8Kb9qBDBWaJ8y7KyEx3MB7dJPAJ1lUB41Pkmuk36vkeqpMSEAxvuh/y28BkE4YWfEaspOcV43rDbqw2WrE7Aviey+h92zUnXUosFaJv1VoUVKqbhstnCeWW+ePDLpuSIVX5zs9BQ62ek5N945ZrLZ2umYjrMAiLMuBLUhDWhJFxvawjQNUmul80NqEa5H00J1DCti+piZdFH1UBKddQjRLwzQkDH6mVQYWjUcl+WV9NsBh1Y6HCvRenCC4zj6iGqEjqexeVxTVKTpIal6CHKB4/j5dThZ27gk/fgT1YWERpV1RlkT3fEMylRqHAoCK1trjGpgGOJHxaai9SuReWzT1qZZ64uN8Y00FFKr59TTLLYrquloIq0pPaisVcs+zhAera95Vs/LlSHL2FZdyVrrOEdfChdqVwsbrrJwqKZI6vQg1qxRNlCoHuk4PXewUTm7XVeMzPI4MMCdOZ8enBH9Enu50XoPFiTFNevOcL4rlI3Sg0Ql6pSSihgtkeT1FhRSYDVDYkpppZVogkVJQKe53PR4oFFAh7kt2Eqzw3+J/mjqbpSi15AhN5P7hyPXnY66WQrRo1gQraGeFpmmBTLsz02N6YluidLGlBik0s1pJoIjaYV4Mm6PQoUCgH6M0iOd8n0ybinNsBPaLncGthTJA2+xyBRC4KHGHhkfKJPWDFnHa6EiFhuKuzVuEbP3RxkNUFRGi6OEuDuTTolRQPco45rlpaMkuurpJWw3URg/jspsUhq+G7FQ5GZCEiF3mtKkSsadYZXDrkfb2Y0A8UqmIIN2SxuNZ+oBV0/TrJS7TF/pJJuQdIixm2GM6FshaSb+Hk0X7T5KFuKhTEJm3VKBBBaeuqAltQzbozYh4W+sBguZhq0iFgQk2ixKvR17CPESbDIiUW/BBoOIsBUjQgRRJyEiEhETI7HaDKKeSAKyOokuCW8Jmf088QE5KmEkCjwxypQvLQrhqqAoSiaCiR6ZJBKyCmZeb5AFC9Gb9DxvsuoMyG7TIb2g0xG/Qa6WqkUBGQ1mbBGx2QA1CoKOSAED77ULPI8IbyHNraIo2HC9TrCIEnRIwrzVorOJBy6WBB4DYS6iJhkTM7IhIknQOkzsZnMQWu4wQZU67EGIIFJFEOZF7LNiImCsg1zEYHFi0abTu0VBxNhschKhWmcw2QWrXwrLWDBKWPAJkNCps9Q5BIIxr8ciQk4suAVihnHCSC9io0mWEL3yr5fMMhUmMPGYNh6GEUlNolUSsOAlVQKBngkGbNRJOkT/WSWDAVnsvEuUeATDrZcEQdCbdJJQRyRMeDe2E+IwG2zEpCd2bHXbj594gMjEISJJbyPYwBtFiU4VRi6rYNIbRQHDYhKIVW/hzRjmDsuYJ5JcjXmbDZ2loKR+D9mRwYQknSjqZOxGABZuZDMDSGEYer2XCNATSRQMBowQjCtGgsgj3ibyeh0W9Lyol4loESS7WWfjdS6R3QPA2FirBJ3ebNYLyGIloodOrNXEWwUvjKWBKlc4oAIAB+QBuKtCVp0FmawwZpJegkADj2BeeScvVPF6gqAFOmgGDLfVB03QI4sk2PQ8EUWTSCwwkgvulRCyQReMyG/nYc4sMI0oEOWRaSIhMR3ClF8SEkW/HjYzmgc7G6t4wcUTqE1y2dxYrHbpdWFRMosGDIPOQ1/reVmHzA4jER0iL+i8mNRYg0gPcCM5eJ2X6DFAMUAA4Ao2swlaIBOrjhDM6xpthqDdhq0EUfulAI1ELxrNyC5UOwhPAHyJYDHEwGU3Sjq9Xkccsh4JOl626aEmI7Fhk0GnkyQRw6gKOmTksRl6ACsNYYMoDN8efgTqAWTBRFurg2mmkEagAlhWWBQAiqtEWLlGrCe8DTpDDHFznb3K6ualah3TjnCdcYm3MprJRTUhSyi+vqiRS+VXawHMmcQEZ+PYtyickuDyaJ+j0FAr/LnCUqqjul5R8LHow/gtT8u792jKQO27Jths6m++JTx4k95qL96F/B6SRzZSLVZ8bM3DaH906h3PaUylYK2x3nhsaANZOdPJVX6TU9PjqIbTtQMol2AqiEq/C3zLdayf5yjur+Z4bhhcVJoQfyJLkMxMP/wNZ0tsL2r+4g/n8lDaWwDa+yaBY3Kqbqls5o4qHLNvRcWFm+x1qsys253hZFWmH4ESuEb+Vw01qlzwMcN2nOxDf0Dv1zRQpWK+fM9NmNxlC/teScUYBF0lm1MhV5B9h2Ds1SqmXxDg+OK3VegVPP0Q+sAZKPtjbnUvGtBYeGigd7XA5QqcGtDYKYO0a4MwBFTxJNe7WjMKXvpedpGnz+kxZRO4Rr4MpGcnUInxlKZKQVLpI0aazSwrBEW18aAZWaxA1CfQ5fdDp0sfDLpffUJ94n46QMWPAd2PLocA2WcyxegdGkuDLodM7EtaeZ/CLICR342frzY6Jhc1AEZz0RSsbpaC1i3Imlwlx+yc27lJ3GRuCreYW8m4+ZRAsWmchAw1rF2WaReo9It28ySUuHSlr1cz0xFMXIkJEENeXEyBFz591R2LNt8s9u3omNor8LkDNw4fuvGA5AqkZ6ztMvQuuOOuOxb0GrrWzkgHXNKwZpePLC1Kx5Lg5kV3XPX0QqF3aseOPvFmTfgRAxQunIcua2zyRGruLlh23H33jtTabVdcOjXWlGqCv9jUS6/YtlaIM9lCta74qezCU/MW3iRsu7sm4mlqROtZZElP7X5xs/AhF+SmclcXraUAKVzLM7INSLERwy5pVDL8UgrLlESDiCfNaZr42j4TLdoAKCqPUR6Lh7mEF/xv+GONtSRglKW2mLXKZ6ojQf+J6oaY/6C/MMV/wh+L1hz0+9+obhibiuy66ODiHTcuPrF4+fKlO3cseWPJGD/KxqD0AKkz+aqssTZJNoK7Meb/cbXvgB//CRz+6gP+KCSqrhudqPD2h4sPLL7ox4t33LR0+XIoebS3aOMyx2x7cxpccNRACzWpSD+IpV3DSrVIyr391Ok8bJf3bsVowsknEeqYMbD+UMNtz6PcU2/DHrrnN2m/9SSa8MK93YfW9/XU/gTojethzZmZfn2QWn1nUJfRJPuLkjZN9BgIomjKHrK7hL+3TV9/Ord+ehv6e7ZkWkvxZdX31A/xv6ofOnPLL96162JShe4ryqRtmaYuRl+si6D71C0RbdtBRdlMiZvHreLWczu4O7j9XNnmv4AYf5HtcQw5txSXOsPZE0wwl8lo1rNvyLDraIZtUyHh4qRT5mKameFm5EQiTrqZySAoi/qotRUohFlxRxLkiiKXxIz5gztDayUa4wxtRKf9RKjNmW12S2HeNToecOI1i/c8cNfSFUZpzaI9BxZP05t37jTrpy0+sGfRGkloaLpo7wN7Fq+RIKXuGvxli91mztUKxH96VXN84aor5kS1V/PCeHN0zhWrtBeyDAQt833EIgCe9IsBPAQ75qAecD4L7yMDucI/voSNWDskfep1znDIlgWUb3cvjya1zr0ntWTekpv6700tqTPrZ8/Wm+uWpO7t79gYnb8kee/c1kmI70W7dVLWFgo79zXuSXSE6aPQkdjTGGYPPNhuDDt1LT5iA7QI/XsAZ7Pqwi0DOszzNt6n5rPo8D7Ca/cw2rlRx9VzES5Bvywx6h6meEKWtFVc9nRCQkE9Csr0ECl+ojOZLnvEwdKNUGGIfhEC0U9CULsC0zpz6s9RU4E9v4s6VWaZAHMx8kvNyZdNCqBA8dsTkBnKUL8e+7n6c/x59efqZ1En1SmiX61AXGxg+B98TvMxnjZ/Zo9ws3AzswLtLFnV0Cx3FAX0i1obiDGbkhV+15j0ws1PbrvziuG/b3nrqSevx5cYumxmQ+Hp+VeuP9BPdD2Lskt6Ct/01dcoVehRQ7fNZFCv7Llu0fIuPP2Kh7c9eQXRXf/4U/+2pfC0wWTrMuBL5x5af3X/8N97lmQX9eDpXqUmUK1eCXHdBvRo1/JF10Fha0bJ9lEd7enaNz6YPB/7fsyIXr89UWJ5jdVBHatz56FYGv0gEEdyOadB/aOh1ardyOVguAkMt5qr0AzOlb9Nyobf64+xjxPlLJMMqMrgLCn2n+Y0SxGYq7jdkYdZrMC+Wqr+yT8wSvdkXDt8ldfr/MBotRXtfo7da2n2jj+1Ze/Rdv7O5a6w3v2H8ZzsjM9L1A6Ddr8W5TIUoylpsDlKt4ZjaufOEX62VWl2b6j9CR9W3rSdyo0TWOl+g2VD92sGhgfLhpTJ78aGoBFL09qwWplu6d+5Wljx/bBrb+Ruhu2ArYKMtjqkaDfOpOrFEPuQFZxHsivImK7afUm0m10OU2ZuInW2IfJgKpGk2KYoRTMJ+wUH4ZZNC9f3Tp40uabpap9uUli2TbGtR3MvTXRi9ZDY0tvbUlPVHLrIe2n77CumLZqOdgl/1sbBYdEGSv3SBoR1jTPvWi+8VxlTOVpLFqzqXT6xxp/VtRmmNjgQTh1efr1pDs4+FXYkliSbJniqqts7EpMXz4wvbs5Udarf0sbM4pDJDZdf3nCkwWSP9O9SN6q3lCPGjOvIXYqVS3Fr2V46SrgxoinHpDWjsNoHJKgyDTvYypcDJFi0llu6jdMUWijenMpo0kqeoq03Kv0lMkXlj5kUI/qO39N6x2cQH9/We63BaBFMSyzx1PKd102b2tv78+nr2iPvocekBk9rZNaC2Qtuum7h/slWHaUbr7TWWoXQxKbujtnZvrkTWxbW49zIt/eyoYlrVryY2yWbwsqCmzod1UBTPtS2sqN9+eypU7udzX7vGS6aunZtW2uoudXh8sRsJp3FvLG1VolMwPVzFN3kSNjlrvZ1dk1bMrumgi96OdW2l5UWzRAu61M8I3lcojYgbpdHruit1uNmbcisCEDL4854yoNF07tl98jIaXdYsOFElbF2DVsjOmKu7kzuqV+6aGttWy3CndlO2YyQRZwY6lp+8bplbU2t9rDdJVmB5pbrm66w4CWv9+8AWn9idLZoJTqL6LL6lDl9GzYdeG7b9s4ut81eJSx1WEY+oy4EMV6OeIkAjW/J6vVVlhvMUfEd9U83z+sItvgdwbC/rX324/PXHFzaMdUVQpgsNRAzVsyS14SMotUnxYyyeud3NvU3T2mfHAg2t/T1b1/wBJr7clX41O2luXFwnKEswzH2mwL3cU9pFiMq+24f4x87Nv/T/rH1jf1GKP1OecUn6ivco2NU7txxnzxlpZuSu0wWQaAicWWbhujeslMdcRLLeKEXTFBRGJpX+YVRug9Xn3msaI9CZvqSTdTCBxC+KMzkvVvKdkwjnv/L25sAtlGcfeM7s5fOlbSry5It67Akx2dsWZJvK7FzOHES507IZXI6DpCbQEKCCKGQcIUA4SbmKtCQQrl5Ca3aAqXc4YVSWmhNS3kLLUfblwKxtfnPzK4OHyG87//7Poi1s7uzuzOzszPPM8/z/H54pGgD4DRb5ocguEH+PSwTT54UY+KLoshyeHvylZUrPR70By56/vnmZvRH/0E9kr5TTdDPkmvfieFr0aUxfK344nXkpGelPESua34+vVw9Aj1qgqw9JLLyv5lyUjPyLOwYCxqreNmwHItVYEIBxSGC/CIBTFH8kCDTSmNAKAKPEckFe8uvguSdRu0vtazi2g+6NJLgM4RprJRiTTZBhw0+QdIgxR0wWsn4otTm7g+5GKTJKLEAEAmL6Hpj+sdkl0kNUSaHoKUBwL4S+A8AWis4TBjTVBOzV7v96CaulAIgkJNhplEZHAY8EGHVHocYEZAiGsf/KkYIlQVTESkxh15UjX110JwD4zVg6w6HLXEnNm5okrSV1r6WC3/au+NP16x/8uIl5d0zPBpogJwlcuLBmx7cv6FlmqAJOmK1rQsKVlmY1+UMeuhssk7rXTbF/5Nww/4vD295aU9jz+4ftPfe6TV4+fGcw9py1k3v3Xvpjz5f2BLYvri4duKW+Z018vLJG5aAiz45oViBcnXrypP7M7UTFXIwtXJk8P3OymXwppT44XT5fIe2wra++Ym/TN71ZF/vE7vPKp81w2hjdCxnqX3j/hvvv7yvGVfOHq1pme9c6bQ8lR9jvHOR/+FwPQj/ad4dF3Y29Oy6bOLa272sTqiwOKTWRYffufuSB/6+sNm/fWFxzYTNc6fWyCtX35oNRM7ZttxEXsPYiT5bRFDhBGodcVxqMxZ0gpFoIIpkHFvEFhkpodI3cvLh92j3+PmxVVddtWppS+85N/YPDPTf9wpYfO6556H/gJgvw8IdrtA+Z10scM1L1zStWY1XX97agbOdBy8bJt3i+e8eLcUuU7GArTCPFNvr4Ikrt5X0MDrui/rsQRsWwwLRSDRiY+/4sfzTN2+Uv3x+27bngflG4HntV9sf3nVi584Tu+ZeeVZ7MYf0qscN9KoTb5048Rbc+Kb87FM4IygD5ue3pX62+aJ3ht65qGrSopmBobY2nOfEiewaIsZoMFCFVAXRBAl1Ke+I4SCjEiTq+atgXSusRTqFRfmCcdiOzVc3akTH0fPJLTfMKDPidcWyGXsO75lRpmxgWd/hwST+7pjk4U9Drm/JigOPAYWTPSC1vztolQc+vurgRTNnXnRQ2chlkMIXyOSXTuT4gkIq1gCD9BvKmImSIXgGqBgMJckJjNaZkAhZEn0WSUsgJdVlcB6Q2kjRCeVaUgUVAQEDkAwRzIEUxhxIAeIrISkO+cq1CSoJMUKAMcusq0IbYM0+9yAmkX8fKcOnnIQJJq/MCpCgA8AEKbPyLBx+kyl8SH3u8NiaIoqK+IhvZBDzQY6eW/thTzopseemk7BHoc7OzndMcrDfKHmZnsGkxLyWz0OC+2eKUbDn3CNbVRzRTsPbODSi2X6X1xJjtCF5DnrcGd/dsBup19KUWsYzvDt65HNz8cQujEaS++7tDsbhgU2Q2L6DMQwdRvECUw5JYEEJseKqNFHKQnlFA+i7vGHK+REAIudPafgRmNpQvrJTvmKpbkJ5S8yBpudYS/kE3RL5R/7W8+bOYFMTVtCNQx8TL3xXTejfq8qqa2qqy3b9IQwWzDoYkQcTfHVRiSiWFFXzic+cZde3zexdTt75I2g8O4fE/ZWr+BZ2xVUXexOSFX2Fot5m8YnmauCzBUiIJVgmPwlWgHXz4JzV6364mrlWfmr2grb5Nr38FBL7QSe0lk1Z13b0TfraIR/9R1DbuXJl57Szzx76IP0SFNfvmBTxRNLvgmvBl+PHH/SOry/+c+a9KeNrHZkTcTh2STiEw/8jeNUN+/SQuYPjRyzzY4A/BqnmO1+XP7r9Ifnlc3mg2a8zmfnOt3f0Pndg9uwDz/WufHzy/ryV+b0bgHT97aDwdbpQfkn+6PWd1+3TFWgOaKFuRS/K/ia6asrEA3kr95es2bjzdVTG0lM27m/sb7FPm28YaC0OTvVwON6XVY+1MiQcmnWoXaiKw8gBrLp2JDAktIQNY+zbDBbs34IbCO/ujaHyU9QeoVSANsbMaOhC2q13iS5jaaHcW6jV2vUe2hPSmS06C2eFggCWjpUV3DxG1j2AKserVBuC0eA5wSDAlrFygJ4lQCuHMpl1IXSB3q7VkpUyI7qV3o1uqkE3t0H0GPSs0VlRqcbIuucUVY7qEs5heCj+xJi9FVs2pudiq7PCnBSrAjiKnfh7YC7hkhE5Mh5xwMwrdh9LhvkdJAkLMtArm6/XcO7aKn5N83KztfvWA1ZzBVxJzqRfIRuo5rvyailw8gcB6WqMZgXOAV1fXgPImelQpUc+Ava4KgW3S97LzmiecaC0e0bzFkHJ8QrZbFfypeTBPxQVfQC4J/FNrvlSfjwzLiiYW3Y8/1FIUEOyD4ak52MKGn1JzBxicmBcGH5gOBoXAYnuknvlO05cu3eh21l1867yhkktr4JVJ06A2XkYXazJOQqk60twO/gruJ1JXvn3/ZtemVbbs2R22zkhTnPl34H491/lgLtsljFwu34MwkeP5tYgcOxGI7U6vxbZOtSF8Fv4DhQF8N34CUj8oxfLr8v/vqOv5+yAv7AiOnP6LUB3xx3pOzFuwvEzoCuwjd8LVeEaJtn76No5N9fXz7NKxTqh99FXH/3r/r+fAWph8JszoyzsuuAEGh/AKYq+CI1hPsUOqxgg4hKrGCdUZ3g0StBBHPCyXdSnPzIWMTqLhXlB7mM0olFkf804zWCq5GKPgqs0jES/bHUO7iqAbKGZLl0D9CYn3SCIBRaNTq5ZCfO5P+YPXw9FSg+ST0eSI495jBhuA7kJXsHzsflUFEGeqi9VQgp7ZIqsyI6511UHlX0SeFjaAzFyX2l9fjhiKpXJPcZeXVcqcy0+muqqS9XnZJMU0mZnUYtVuSjj8I6RcyyxWmWVEatNXMYUhL3JwIhdMpkpuAQxCs8a2CQEbCE/T25HJ29+8+ZQXWjm6pm+VtonGfWGmkWNHReU8zZGbxH1jI0v33HFDrIrWsjuBR2Ni2oMeqMEKqlTYP5PrwLGgft8IE2VVZRh39/n08d7b765F4swtTNn1sIOfcgo6aqqpjXrSjiLhSvRNU/LT1dV6SQjC58Cliu6r//zAQjfWgnhSiyUMlm7igZpxG6sgbA+xZbiG7VY4svGcLcMJ0Uhq/c0kmzxurucxOyMabKaCVOoDhQol9+BVM7YUl/KoJTNhOeCJF7KB/3Am8WKTZ+L8s9Pk3feryzTY9OK0YTmg56sXEm4YMxUKbWU2CZJWLmqM6HmV6MarApTdiRG9N24FXu4ZaExsGZIArbIm8v8YXfyKFEdIByQXNI5dbhctaum90/aePmByzdO6tCN0yWNHxmTaNuRXFfZ1MxUFxRUGtuqrN3Lu61VbcbKgoJqprmpct3i65766VPXLabJymtVLbqbt6tu6kWzKitnXTR1zSx9hf6W6667BW1mrbltc03X1trCWNDtDtYVOZxVtRV1dRW1VU5HUR0+Fius3dpVs/m2VUc3T5iw+SgZ/xXsWReJQSHL1DnbkMIjSdwlzHm4lKFcoLoCZ2Y82S8ZDQb551otSBCqyB5MhkhQJk/2E5TfHgVFEvSgWqB/OpQPMy4mMEKkBH0ZsEiytJyFhMxgBBJuoiiJAS7PWYAytixMEMh+h12ZpURhgNx4AJNR9mAyyhU6mLE2X3U+tjbfDuimKSv6Do/bez/sEUTQQ+w8/YQBsx9Va4XhbWKD3vt+3GN8G1T8+GDr4b6u1uITo8sYJo7LCj5F1g83oiJCnLaM+DGoFe7S5RX2O8rYL+CaoPwGgyDKpI1BjyR/dppCZvq7Gv+1iOrJWXTYrK8GHUdfKQEpUEAJcBSmN446AP56M2hmYTIcDdsPheuwD6aHyTp2KKZeJqS4beiDjb0d9sbJm/o3TWko2Acm7yvoO+yt7673dvV2ke2kJgAYnaajtzGol1OqG8fviAl794UHDlzYsefw1iWmuo5XrKtbujdt6m5ZbX2ltbi3t7g1cbhvcVEZ/rjLihZjvIzcXscOv25CcV2ZZFqy9fAe+reqQ0c2tlxpixk5SS+O1B+LlfGWYMISlWKUmH3IF4HepTem+OKTNSHl7eFwYZtyhkgStdmwhSkNCnz0ve+HXJzO0hzAbu++4uNAc7zYh9OBZouOc4XevxcfapiCWodWnA4SrStt8vYjH354ZJ/1twcJpIanBElxonweWb07JKKdEg/E/GAHf2vdRw5eaVvZippG5fpU7KpYmw0qvlFsDh4d6U6RrCuUiqEeyXhEyf0E1ZHpH6KSigsUpPYtTaCDTBKDxu1bSqP0IJK3FM+ngaHU0n0stQ+1aS5GLDIiQuz7R4XRie8ZCPa9Ar8U2TChyvZ+8qZJZYFP6fSow5aP4Fvlkpu6E4nub7/kqcN9g1TfYT7x4ZHEvqUY7RIvwhyhx/dvkpPpFHo+o0V9yovbCw5gdq4cFnolNVGRBvhshKnSpUiXsSvYK8PTbDZnnrQDk1MaCPB/w5R8GAUcxUKR42iYOL4Pu9qxqXQSfRZDX+GPgNajDwUq8LA9xBmvf2T6W8KZAdHoTXv3HVfsvkr8ioRmAwUDdy5hNLCNNLLzFh/mRAXqDG/JAeQq+dgRVsCRVkH2OPZzUC3vydKewn3gAp1B/pUBrCLuDRQGHc5AzggiHMik8o+KArOvsKd0MInvwhErfId8RZEBNBhOigyFxYGTFN2TMRoJ/Tnr3ikql8YR31n8+tG2pIepn1FvUH+kvkASlAkUg0rQMpq3Ojpinx2xPzL/SN7qkefPtP//+voz5R9ZX4wIbsl4W47CYsK80lkxLYfXTeXSp/LS9GmOny79fyM/PM3x4WXG+Km4bgQYi8pnfx/I1vRfoyuedyz9rzEOjpX6P5VRHutg7ufk9Rh0dEAR4PLcgfEK5Hd8M09Rv6e++n//lfxvemnWLyOvvxaADN9AIDrc26gFRGyj8e0jvqwG83+ld3/f3ncKa8JoHMRppReSU3nlSar3y/RNkECjJObBSfwf66Nn6FFD1zNJLx6wvYNJ0q/olFLQnp6sY5WSrsx9PoBcIQ+EkNCRyPKYY9trM0YGyre+EgjXjDgnkdeXZY8IZCgkbNm3WRtTACCGGWhDxDobU2yz2WmYLLvJr4DknYLmlzxkKXLgFSStE1O3gp2fSWKuylTGXku+G5f0opRw9StWHHUJD2m4kP+lQZc+RvZp76j74CSswuafjOUW+3T2uxLobsRfPZTBllBw68NUDfoWO5UoyjNW/XtJhUR7GqOKaUVaTBLph0kNpvpz0qIXHQT9Y9fm8+8UIjP4HAQXHlsqOCPgA4oIXk5HI5YAHwhjq2A0HI1jQ2Y0HnGgo9EmqPj6goiDRdo6nwTyh3L/QEL+/STc/D39iUR/qsfrTaZSSa+3J4X3iTA0CQQTA6AneVADE170P1LDBK0X9A94U16NM+nUoO0A6PdqsSKY8BaO1xH9IaH6n3CoFxLrBBZzbb5onLRnOO6L+5CYhPG2p0cZNDEkk0c+THjBgJdOeRM43uIUFZ0uJ1Kp1IdHQCKRTKa8QwPDOFMx80mOLnWE36MCD0LwD0fhABE/PpnK8dbCDHNqvu02pdiuMAVGxoaFBwQZewHQ/zHCN3FEub4Pl+tY5ZJTStlSyrOUUiVGlkwhc00opRt+AWwcXjCI5OwZ9L+YCJLixmGNdiQXLq8FzFgH4VZdrc6lk6t0OvAWStTqdPIOsB8cGPPwMZIiR9CPkmWHvEM39mFSLiMq139mykXlfFtynLrMWAfhXPxw5b770RPITcFbqFxjHYYzlLKSvf1gv1riKt3Yh3G5ZlBXMxFm7rD2Gs4PIY51kImcqdbDDn82qqj4+eD8MQ9TSrmOoXJtzW+vERwT4lgHUblOW90xDsNjo18uyoELNsZhPBah/gW3kveIS6UFI+mWUUdScw/rN/RnYzcWGd9Q34Bzs/f83p3gdG+b3HMGMDIReq5yz//BCwTnnu6d4HtWontuzZXzezY+XXma5lTt0IrcWK3gpeaj9Ci2fKsnq5HXtYJo3hiClxq/JSIClyC2/fSA16uQpHu9aQKRxOFgLi9NZIohnJWegV3QgrNbjHgMEZq7Qzl3tDwfEBOJWMdj23BLQwDkYc/hsmIRUJUZI2xtHRoBrRHQn3VymzjYLxkZ8vjBFF4I7Vdgm/rpTWZzv9kMKAU9VEG/pXtyC9zS0FyyWN2DZqmsPzijyDoONLNn5ZzgmK2Wv2Sg4Dz8UG0BI600Vg4Lby1ZQBhQVpSHcAno14Y56jFKAci6iUPxRj/d0yFpgiYwksIAvEkAkahTSKqjSB3Rbwo3QT8Y31UnU8rqQ13XCgU3iTSBst5Pz/B6vUMkA4N/8+cfPSoPRalMta1AMU5mWZ5vyJLSHjo0ipaW6c8jrX1uLKwHdU73EfafXH1aYRPIEB1nacjy6X7GzkBTm7rlZPcmbOIns1mi73B96UD3Jjp5mhMwgQ9v6oYp7BpApr7DfUj4VbKPcZwas9wCzFNzkKxH5ul8mqLvzkBTowq2qRskcblPc4JJpRMjSwxIiU9zHBdZg2T5BFkv1FIWgoqGv78mNdZAwdGpzUYMZqILrMryay7eYOwcitceFKZH67qm98EWxbh+JdkwaUIV0Dd9qHn5vuXL9zFfqqZ3BdBs776lmPVx6b5f9k3HGeX/UqR1xZCevgbfcPp0+h/40uXpe5STSkiCvEW5MiPHZvsslY90wY1EJVF9G/M64zD+WmClMaSCCmKK/cHZ8uH+VzZLxCuh0fFi2mTgDWaThWUDrSs333LbSkxaK1MS1iHRBw9/fXcU9P9Q/jPvd2ktVpM2wHXE1/Rvnx8rNuCYXZIN/2AUV/ncH2SxZCny3dVQi/BMIAB/FagjLHt5aYeCKuUPK/6RHhrTldGSlReYgL+KCWcsY8q6OV5WJ4u/MFnQMq+lAP/AW7LJZw6cP+7WKQ9Nubn8/AOJlYd+MOeBOT84tDIx0BK6/PqfH146M3n/gSv6fK1XuCPn3Lvh+rtv2Lf+3g0R9xWgt3teR8e84T8XXfCATa+3PXDBokunVwpC5fRLgeaNi2Zsag5oOWlc6+oJu9787MicRdvWzpoX8M6ZuXbbwtn9w78rB34L6riHv5rvHH0VtiSkiqcTOfMzJo0dRaA0AMm5RBZSEP51JKOSwmO5ncU8lmEcIQXqFBA71MIEtBfEgr7oyIIhxZXNMS/ll4tYzB127qvoYKp0iUv+nRhlEqVLC0BIHLySpjLYhbjQgKo4yDZUye+VH2ofTGXLjTS7VOwsuwkuC5QXyzc6zYGKYrDB/nh/ripHQVN00j2tjfKN0Um5yiztr6ki8xqbx0deSJVQdYRliJhQQwRuhOBBtwIPGAnqR5mroFeAZg9EI7+YT1J+XvBl+eWgxukqqNYUXP7A5QWa8bVOWaf40kxXfGmmrz36mTz02dG1aAuYz45+PJJo/bULb7jhQnQDdJvuVau6XU5zNXijT7mafPoyvmxt7jZouB7x3Y5dNzuB8VPs/djjAn8u/4O6aZy149VaVRe4nBpcVzn+P6tbpKDanKmWBt0GVRVq/7d10xPf/XJs5c/4IeIu9v2rlAy50kTfhEmXHPqf1UQxCoIn/keFV+U8tFFmmfbvt0LCjPDvKjFTAX84wCkQEL5aOiEKKVFICqIS8ZBJwoRaGXUjv/126tD7h1Jvy2+Dirfp5NsgNeoanFxHqqN6eBGc8mQSVIAHAGYxN2XXRfBYjP2o8Vw5l1pBbaB2UJeSldd7qMeIFR/VCQ0HqB7xvHQ4L43yoPeG0qgWwdPnOePx06XZ/LQlm47ifYmwk420CZh7zOhf0jxgRv/UPYYyDyGBke4xp7PnyQaMvZvZypS6n9ui227CF3yLptXp0W8JdiZG0ASbSI4v837TX446JI+xo26AslH/yf0knxnHnw4l8R9+EI1/FZE6oa7V2akyagGW1jK+QbyF8IQQbAAwwmyoWgcz0XHY0ZTJokfEidtrJmIMDe7JB/fPaVv9wPJjH391PH72qni8sKLhgsFzA0XE3lUUQH2LTQV0/O9uWjS5MDF5U+Na+asVJtFs9hYHFl59b+emX2wKRXYet2uLi4vB32DvEm9N/OL0g5tNwQK3YKc3BxotgwKxv/3T0oiN2tvTbFhkmW0BwecpXNSo1UhB+HHAaitvCbXGpU0G1ixacexPpu4s6sFlVC01mdqCv0OOt8Uk8ovS4SgaKrWoOWykUg4bqhc6iepqs///ahY68cQrrz320Nvv0p/87UarxNYba6UqV0Wgwu5wSWuf2CBZy2ouOPbg/krfDYMP/a/aCjpT5jXP9IBHXtCc/9xGuf7pbZUDnJYu5Jy8xOkZhv5DY1TLHbdA/rklmufLwOf/u4bEa0tILiHrByUKG+eI9QO7dWT8Kewca0FBx1SKwhAxhNJ41Bo39iqKXJkXeYf7cOWp6/m5zGfk+Q0qx+jw5TW7VYtmdEyShgPpMYT1mMWE68dabdPBSfKVjMPQajQyYLuSgFePWYH9Y69EMb6TX6GLLYzDyOqVRLp37MrlfOOfpWwYUwfYMvA0uEIYt5IA1mEiCsVPUsTueiMy2dATkChLEGwUcbtoXFjeKkmc0V8eLeQ0Vo4ugOU3Jt65a3gecNvxB8GLkzG6iip7Y0fwSfIWHAkwo/Gm3bvrDRagcYGD902ZZRwckU8+WfjzY4qsCk8d4/awA5SOKkV1qERtT1scLB3WAongtwYJ5xFmPIphwiMkgUusBzB3AyDfPtFzpAm0NhvAV/KNC1i7w+KQ2+Q2tLGzC+QbvGIl+PeH1qJC24fg35UibD9Zp2sGE4daih8AqyaCqHynbPAFDX//uyHow1xJ3jiPqZLGyQ2dfJzKYO8miY8xlQPV9/kx4BtQsC/YC9NJSymrs7vTKXtAJ1pZymh2iyaeuWeQCkA2YIcJd0WpDiZ5SRiXwdrEsjlEo0k9QfDXAp9iAcya+XyqL4Wi6OZIqOOo9+F1POL0UgnnppPo7xiTzJgqhvqHWS7ouf9G/UWr/ZoYdlDW36G/njzrBt2TZ+H4WqtFuf89dEykVP4iJsejMj23jiKO8BnHvkcKR0wRIAtgRN2LZ8Y5Gx77kFjMRtUDAPtNZf7Bp8nm5roKONB+RXJuRR3SRusq1E1sdXxCV1nYQnad5BLmabKZSn576hYXyB9eHCovbZ3kKlhchxV3dIiuy6Vlk6vYUhAsa56lHlSw7pMkltOItPcgknSXUr3UNmqvyhCsrjzarQ7FJ5b4uITy5EU2G6MQxuBaaFDAzv9xOxoZAJ8Fy3EAPkScEdvUQAQm7xYg79bssIeCp05ReqdeqwUUfnn9CtPSQF4sLAsVCBz5UZvtC2Bxz3FfX1gofy4GbKB7XvqmL+QvVDgdIKJj8iMqYg6YaYPX5N0m/U/l1uCmYQ8E2lMU6QmAbCJ54bgDJH//BRgmB8yyBUT5czdQwHWA9IUNPWoBXC4CUQXckT//0oaKtOB8coH8E9t6hTSKyrvlfcMehseDHvSRDJF1zWbFr3OY5RuPZkL+UeLorsJCk7kUxEUfdl5NOZE04yQ/oLk4PKUiPC6O9ky2vTObape1TCgPTDWKBuO9RlbTD8Z33713DnBmLnDCqbHlTc1uu2NegaU4KFXOvT7gbqwuSxQVnGXW7NZ5jEDX2ntTRteG+Hv2YB6tfOQLhaY3M5HZ8DdLj5zdksoacMiVSGSosFEiqXDRKEBkWdgLkFQNY+lUiFlLDEtK4CukVqIfT5Z3ZMRDJFrRp8N0SI3hzr+9pxCE8W4YFIIgtswGgXcAn8Q/DJcmGWkCiIZHLIqV2Q3om5mG6xrA0f2E4tAEfNGIRAeiPgJ5EIm1QZ8tQEvA5iPuxEzmHYUVDhsSqROJ0pd8c8SpoWlAM0Bnuk2Wky88sx9Yr4Q2dJDWFFwFwO6nX4WfpmWaqZt51sy6pnGRKsG+3hWcu/68K2qmL+qK03+9//6hMq2B5rXQ6jx5PwgA8wMfMSGtQWso++gB+Sv5t/D+192FYqKvva2q1ReqCevdS4NFE3asql/e1Fje7OtW5iEW+5DRe1HdOr9f3djT143+/nX7e1pm6OF16z7nvCsmrVo9jTlz1d573V0JRtds4vr2xo5wN6kXQLrXxayCN0cFsQ+7HS/DkB4RIvMYXjlNgu40JT/CfWXSFwwlQ41pKtRmRmkapWmUJjh7TNQ/vXCIqhjnR1sGbZX1vvfJWNqrYGQR9GyMJ2vz85gUJhSty8UeY2IfNW6gGvjD/qgFY2RgQRcHMGcClgktEqaKseHmx1gbCgEQUhAWzxrXWdkRPM8L7Hr/xb1VLfMC4wLnzJ53vifoqQp2rzisDWqNAEJYHKQPr+gOVqHj58/vPgflmteS+Gs1YFngDFRU2htqusvnLAFPzsanLgrfHGaR2KGLNgQ7KjvHzVq8ZE55d02DvbIi4IQMhAAw1IhL1ZI0RD0jnqbKZUyScNlFyPdI8TZfhi2dOKCHKPx1kpV3yqum8ZTgJVOC184k5ffeIzCE6noDoN6T38PLBwRkESVOUcflb45j/1s6kfxAfsa5T3Gu3OcEUz5QhgwFv5Gg5KyVqX3Hj++D+Bd71yK5Zivxd23HMzu6YbY4WqB40fOo0fMKOaoCYT4f88BuDQIFBB2Y1uAQDWa9fNPxffFYz9nnPEPKO6o+u8+T0bg/R6dj3iJbeWf6+uP71t4HZ61Zt1GpQBR65JuS+45LPRG1Iq5hVTV2yDp0pQvfAm/RHXANz8/6SSs8SX7FzwF9nZLFKrCE8DKLRc4k5MSO5X9Lta/av21P1GwoNJije7btX9WuOLzABEwOXts27Wn6kTS14MFLL5rT6cKMba7OORdd+uACZWBU5SUqiw8RwLYAh8/iC47wfhi9PyJiSBX0sinUomhyOYk+v5zjJ53nBIoJL04StsXk8omYQU/ZoCNIeksBLwHRIPJdXnrmIDFRsTiSiDDnKb9dpN1oIvMOILmvK+dfHlRhHYNVONRpuGNtPIqRB9TPGselZR2kfehkkMDFQMWznP6hQWNgaDmhF05RG69TJr/dq7xNm6a0WBlLqdnosBhYqX7C+vqC5fuWC6BK0IMUzaCrWOWd98gps5YHPVDUr3U8snWITFW0t+9Bz8bqpmk+TYA31Dp13ukTJollFbhWvmK9CHsAr8V1Kznl5RS7ZGWubsCKpVcas/ARBB+kamRTuPzxWAk2PvUTQRU4b3p09hYrFOQkrzXoE0Z2vvxf8t9pTtAmLIYBnRns6uk+DuYBVrAyisQKkt/KNz7W3SNfZtYNMFr80qygYD7QJiQrSArQumX2s9dIGf8h7oSibwDah7mSyvHWh/5oH8G35k7cKz/6qLHQXf/gq/Kjr8p/wr+3MENrftLUXAYH0yydqPf6hqbQz+A/MGV2Z+fPhvvB4AGHCsZjdUjDymDVcyQaJd/UQ1+9VpLk10BEktZija5RksCLUh38wYhVzavxWRBB+eokfEWjkhm+e1p8deX56NFhFZDeoVXB3/OfD19Dj1Nuh24LIvJrpCD05JHPx6XCRVOK+RrKh6840/NBPJaJdlEg8LUjns9cnVcbKVdJMLIBgNICIwsLRhZgjHeQaX5tpiFGvoPKUfVSXsLIpeXPSCOMfGFwxxhtkCCxIxbSw+KoZ2FImoDERqJByRcGPpoNMn3moauq4Wr7C88bH7aDPgasq01fZJLr2WQy/dP0L+ijD6c//SgavUr+dDVYBb1PgHdOrrz7btJ/DacS3H+rGHI+LZR8PIvuK/niPiCxH8r/Hno/PXkKGFcEfgg+7hic2sg8Exqcioa3V+SvgB6svv6uu8BcMO5naluZeYWzY37et6qMQ9WAQ60UHoVD6wGOPLU5TwG1RTJWbksriGfAaumUMiqttWoYg37ZDnmzXCdv3rFMKzAaKxoxe+wajWl1+1c3KsJ24+TDbx+e3Kjs3PhV+2qTRmMHPYLIfEzGpqF+ud+ugdpl195//7XLtFA5aZXMq5fstsLLifR+j3/7ZOwNOXm7/x5yIH2hdfeS1WbJKirfP5EbAqM4trA/J2EiVZEECFsv482RenlVyUCl+8qZxAgWcILweT2DS46fLqeG27MUHZ9IKzmk25CXM9u9lJlS/05nE1EgbIFdjX0CZytEpWT5/6EzGEXgpwpk7dmg9UN8PZyXvbQiveeMlh2ynoJE9ySdwdMapTGO9J0e5UudrC8l7ZTCHqBjp2lvJjXmT9bnBeRwvUaVw3KG/fxyjPUDcmUAvx0rmc85zVNuKoqtrlnfF0y0SexEhCMBENkjBKtACWZxIMftjKicGM3QCBWXYfAjo/zMJ4LVYrz1fT0QjUmjFVzMrv3JJ/KHtwpanWh8FSw9wZMTOj0ozveMVCL6/Z+AKUZgRedFoH//VqPFarwVFH/yk7Us0OnIUf6EfO+rRlGnpV8b6S+Zs+FhnJN8BgwylBNyHqJLjGJJeBS7WBX7vF6z2WIahZyfvkmcJoKEJErBdDIoabToXcZORblX2JeJLIfepZbNzRZ4kFaWhGOobflwRgImK2EOuxUpCs3p5+XnwXrYhwZkzD2SPozG7T4xRl85tD24IbinflN//e5gkL4S7ezGO3uCTLP8fBpjreKr6nBufFUdvh5eO7QtiC7q34TybQjSB4LoIrSzO7hhWLsouv/IkOUxfFkVh1l6lF8t8V5VlhiGe6vm+Pfy+vawFYYz+HXhBcohsuZDK0huOYeuZD7vKRzIrtfLtYQWVclJ782nQEXjJCoRfZK9mCrEftblIAdWjr3BAzn6X/qkWJrCQVc2jcbQrzWDRKpUtLhAQmxFr9xN3xfEK6ai1ZTSw2QwWAySdruc9JK5DMnB6BkU7m1SZv1GdSXEVIIWH5EQY17s/pUqLXHLKXRTOeWyoEfKKUHfb9RqWUoShu6a5pXRfUGyOBSESX1KsErDZYGSPFkAhHOywKjP8Bhcq87ulf+pigNYJlqb/xY/g2tVWQDlUTLfKtE/yH+fuXGfQyO7TX2nDh47pRN4BdJ+WtoCVDIj02gfuRturqvvAW8JFvkDi1GwgIBFHoReeSA9QCeXFhbeXNhduBT2D2Nlfejmup568B9GfIlgxJekE9AL0LcpD8CepeiKmwsLl/ac7rsvwP61qt8lzxVnGIPiQFlAGNNr20vg4dOfKg0B7QdFt8EYHtHtewBSIsLjinA+0nIon8RaYFl+SXLlCOJYaW1m0CkCfoFVlijisTDEJMbK3iiEss9AD3op/Z5w6Y5fXHp2vU93v17gOTtd0Vf1wFWlBoMLhoY112MoPxoJerC5pD/ctqJn55rmJ/5ooLVOsHJHXXV/mYWFqWGNlRv/IXqzIuUh9hRgARY0eQPV83AYDRUO5MBBNzJFe/NcDEc5IIJUMglmpf90ikIa+QfESVHJDVeMmJJzeG4Y8apSxetQPhrUDCNHipGtxFwoOuSUNFGSUw7RUgqTpTerfp5G7PM5/M3RywLFcsLtBqniQCDtHeYUOmL8GlEmZbhQB4kzl8lSmk6WWkQHmiUmSiDh2H76MoF7AoFAMUi53XKiWP7d9y8T8VNW7L8xBzhjmRL4/gHlWb/Pt4WO6Nx35TWlBbdt+u80GYnJFfTrw3mOsSDzL1SmHjQiOeycCQh8wE+FsyJ1KJ5NxijC1o2EbmIuZTEIiCKEo4JyDiWJF54JxhTTho2N9JsB2qBnGaPkdKMXIH0q3922AjfQREi340KtbAdnD6xdqtdydDltNzKMyVrgLhb2vFQL3jZrdbSTdctOmgavmJCE4ISiXt49/pWLxZLiQpuZYY1Gw1+OGGyYpoVjWZaBgP1AMm42Sg3jRWGLIL4FKAd6vvEINs8CmqFpmNxkMAhbXMEOg8G0SW/avp9m0IUAsjyv6uP0EGqPtpxX7fCVfQXlBRsCcfgWR6iwOdVhTYFcV1dy6CHU5B2CKBnPXoFruuLrnz1zGKkI67RGo44t66mc3wtqSCDZG+BOUbgbvchr5etwzsOoi10sGS8VxD8e/cNuTYHuYj2AWrawZHnXu6JwqVGSL3tCATUGVN0pin4L6Q8rFZ71rIiJvRjbMPCTY7wC0YvXW+lwlQYb6rJrTZilW62GSiWJoYXot351RBQuN0oTd3V3FLAW0zrebNLCzXuDwdm7PMHuuli4cmb1xHFVBZbn75CMlwtiw4b2ZpGzGGZrTIKRdsRbF5atuMBSFpxeVR2t74lPCrrAils+cD2MW+NhbUVlxImedbkOQj1c5dIsmFVY6x/nsJnFgLtiXEPTtHEH3vQ8jmGiH+H8vjIzJ1oPmQCto8VAkWNBh6si7A5IotVRHWqdsEh9Z3vRO2vNyOAC4O0qU3CYCmedh+NZASaUkcMzoeDlwO7A1pq9ovCA4+0f3Q9KBJ3G9kuzVn4dY31s2neXXZ5P1tTuaPjP63DRaPL9fVJtOYq0wbK1gnjwceuj8q1mUTSAja9qjRcbpQVzRAGd2CwZL8N5UbJlrkhADZGogcqLpHVfQAXyV2FKst1NETlqMcIyUl8lkkbjaiTTzWy5Dmfl4JKHUKcgMYrAq2x/I/9Mo9GJv5B070pB3Tj+Zxrbzyw6rUb+1bukz/0B+JUtqgqYJgrrjNJ8Ueg1SnCi2WwW5YWhhc5FFnCvZBYs6eckY68gzpeM6wRRftIoqbz3it5RT3R13PExV0p+ybKdMffpZFPKqMZIe/twVFcf2Jh+SX4IfEsWLHnJeH/GRJ2xW0P3S/S6ly6SE+Auec9/nz/SkQ0duBGVfbsg5vEPaSgDknYK0Gh7HuoZUkCyWx11MSnuc/gi4QA+gJQg5YCiI9Kkx9ABWmGSprOlzY2HdOa9+KRhWztPZxcceGyrh7OPTAcAbAvI73vBXVcGJoMjM++ejY5s9MnvEvzud+7lnUec/A9P3I+2egvsfxPX52HfNXhz7mJWpzPvd7FngXVn8849Tn4lOHcZ69pv1unYJRtxluv8j6ExYz4oR+ozgxm+Hkomk2mkSsvvoB106Fgy6UW9NH2z0wl70a+gg71E1lZWlsEik9HglG8GvU7l12A0yQ+oGbB+W3+KYv6K2jFCTSWYQ3ZMfCIwvC0Q9YdtAYsffUZxJAVZIqGABTsoOmrj0YgthoFQPTRdV8X4CQhpbSuHd9DUgHZaOeZa8cbt24x8ZOa2i+fc2l12qzhVeql4Y63GzOmMXRvfTvhunVN666ydvS0nPBVTmhfVztJoGkMdNROqajzSlIKS5trO8gk82+SfWNEUKhHp5JNdhYevnHLO5Go7c2oQDFGnwFMRcAiA4o57ARj6Gn41xBc3nZ2+o6S+pMDAQfnHgGYNZpe/Cnzji/gcOg4A+TU0PWgER3GVgotBsCXUeEls5HewSsxg3pTMUHYB3CwI6QfqS6E3CxHhRergbwVB7hXs3tL6wYEM4oPC55G9byn6bqbiNnX4LBhUfniMttUunQGme+Q+exw9s9QudOQXpf6lsaAoRqaZEsGOi5x+PldajFmV9mZ1MyCMlcTypx/VaTeHUc5LqInUHFSjCKYGCvBoMgIKDlNGfVImHaJVsZjoKtYGMIUB9oLBLAYACR82nDEqYYaCcICP4K0UkZj7fzLVgKnwmPSXOvnnOqNBL6fwSlyK+LJgt5eO9NNgs0GLSdMM4l8vgHH5Ws6kF7S2b96SB6ZX/6t6uvzh5I/v/pjp/V21mbECv2HQkwGBMktWlkBvnOwXL/vkLGgRtVoa0Fv/sjj9uUbUQwh30Jf09R082NcHD6f7FNtPfr3rcL2DuXqzp603GFEz+jvb4XvU+45htZNO2wrZav9prFrLQ7nqMRePagIdkr92oP7rV3HTsF7WQHViDLngd7zi4SsGIx0hzrQPB8auMuPNX1nAqn6SdOQk2ZFJ5wQpsnOKIjvot2esWudBv//zDEllusvU35Sr/8hanr49Rq2gnGGfGVYB2Tt2a8D+EXUe1hq5dvJmq7JlrKYAW87cAKTPs6+rfb4dewQHiZGfWO5P3+eDVgztHQ6F44ocGg9gXkI16gl/ABjAAMkI2O0C85GwExc11bV2dtROTt95mkp/7qrv3j6ptcophk3mYGjeGjO0za7o+8HBc3fd65HL7weQ14itc1K7/tjWN21LV2zBWHWOt+44d06NWcNv5hnj9oWOwmvXrD/0HKzesgU8wjtZs8EoNi54Jr2FGlX3OPGGztX9u8e5EdWTvqs5vkfd38yv3y+/oyEYtfKDPxqr9kMjq8lGxmyPDG5kQl2HXZp564rDxsh1PxajDNp5O+ES43iMzQwIbS8xGxNIQgzHChVEX5sVk4JBHi8vUSGXOxh0u0L9IZdMbLzA6wox/XETXWWxmMLaxsRlJV2WibcvnLEr4AqVFDh7azp8okur5fWFVslV1VntM2mBJIm0oGGAbeYWYrVB94TubAAH+l3QVuHtaqlvaQhumtQFi92ucgCCLnhJQRDCLYmFPrE5WBauaLZKtuLa0maPM9RV4eecVmGLuuaPxv0EiTFzqziM2Zc3UoMP2m1EG4YO7ARD4Iwx+S9UaIzVJsHt0URjDjXyx1tP1xDr42DzTPlvjEagRdEKtCZfdWeVS7IW6nmt1iX6Omp6nQUlIVdg14yFt0+0dJVclmjUhk0WSxVNZ1oi/RelDUh7PNyyaOYWwerkgqUzQk5Pc2ltsU2yNleEy4LNom9hYguEwQJ4iSsIQLnLXQy7Jm0KNqCG6/JiFPrMWoaW2JHKqRbUGqupi6mrqDupR6lfEF4T7BmPV8kiGFotiARG9H+URX+qES+iLt9bWNVHCGXB4iNeZbBZMywxaEAkTrBFIGCzotx1sTrMaYSDNGpBHaGl83kJOqkKfukl/QyJ93w4QMAwbRFMdEo8tpC4pCzcYSAOi1qOgFqOUQt4NxVZzGZL0dMTJ6Zf6J42E/ykPRz0abmJAAhWO2jjDeMCvvZ2b8k4Az8IaYM7Wldksxatddsu8zs5IF+SSECbpJtYfoX8d/mzKyom6KxW3YTy/TC0vxyl08azpkeiM3mvJqCfBny2opqI22ZzR2qKbE+0txM463ZOj+4Ovs5f4PnkjlrzgPmoPxL562R5Mbh/8h75utLKQksQ+OV/OqGpGDg3HqqzlY0rAZ/dVVpme1JbJNjF0pC76ZImdyhU1NA1IeICBpuerr89Erm9Lk3/ZG5FE2sysU0VC489Mq+8Gaeby+fRTaD0l790LHWsi//6gr2NRejaRrJxN4Mt8l+KzdAJzPLvg6K7EmiGr+GirwONl38h8bKZ/rGEWkXtpvZTt1EPEz0doxSid80ioaeuNhjBeLqWiG+M15J5eVHUO6Lk5QWjAdJhWkBk1IuNY4YbP9qtJQy4POclXQRDhqNe4SU9BERodHcMnhyRMn1P6We47wXH6KH0K2GH3e4IgzlnnTXUuEF+af1q4F282OMWabBYY6gaHwPHtJZYbfnixZXjYxYtmLMEDWtVj7nD7R3hwqLwpKlIUYHp/gUL4BsuYVHj02nX042LjS6UbnoKfkzSQ661F64WqoOFfVPAk4WhjvZQYWGovSNUCGYtidZWGTVLAC26PaDkP9vtoNLeUVXVcXj58vSvwOfyD8pstBecI19Y4wy2LH+h01Ufey+9fnw87p5rjOhKJi1cNysYiQRnHUObqNutpX/x1qRJb01OL/x0W1M3Z7Nx3U2bPsdp3mrlUZoR5M3yP4Bp2oF18+RvJz88G10d6n64G99kjmyMtwadEXBAvs4H7eVgt+JLiXlz/01JOPofcIoGHZdqwxmFGa8K2zKLMiAG8EE4X/e1O/SFzapLA3CXQa91fFHqol/W69Nfgm69Tmf/oswpHxMhKAj/w06vEeVpVX7MW4BeoclUCVabbUNngfQtVoupEp7npa+pzIzRytgkZflF8HoPtiDYaM6BvbDigBwBdkD2YmGAxHDHKOPLHlvx06KG1+x+XqvVmJ8plug4b3nWI8lrkLpt9T4t8hqtPARu0fx+2CI1DT7w6w2W3wL5h4JgLKFnGwLpMJR9AaRgg/cB/E/zFaMxaygdTzH/RqlOsoYv1TLFAIPeK2z2RQBTc5qAgPQEX6ikGiozCerZLSBE+OZbuUgM/gp8JBc+8wBo6OwEXsHn9HoETgqjUgIg8SWCIHi8Th8aIQblK96Q3xhfU1ISnOAcnUPwgkFw88k0WKdlGZrmdGaHiStYGk9cN670iuuuiy9GE7LDpONoWsIs1Qyr8xaMOm/G50VKwcHiUuwBYlvFDMjFaFhgbMAW5qMg6kD/4jatASnsn8s/ku1shWxH+rjjerAAALAwPRsskEX5x2wVmCM75AfBQvCJ/GNZpFvkN+Q/gzb5o3Pk3xM+9uA5PaAQs6XJHzG/lf8svwkE+Z/yP+SfgyJ6j/xz+Z9gPBLe9Whc+or4mOjRyKSUB+M/ByzoLxhneUxJiv9owGux5xurHby7n72zf2iOjzb50ova4Tvt6f9eC9eufQ98kJQD6Udpbw8YSCdhsuKO+26HrkPysevgk7vSp3bRu9IX98BLTt515MgYvhezqHU5L5cMGG0G57bEH0JyEZaOaLuVU/qAh47V2rH0BOKtdIig2GI5gqbMeeOcOTfMZdw0vB/LT3/8MZgK5sS6YrEueYpw5dQL5xfVdln1Jha3HGvSW7tqi+ZfOPXK05+C57G6j95cJMcWvfmRjiVp8DJOQztx6AD3Kk/5mDwklvyetx1+Sj5v9P1Jeth3bSI4HyP9ZSLZyNdMtAqhOlK+NHDrRY9cdNEj8BGyyfAYKV/g0AP4mPov/zkQzV6YB1zysREtiMR9w1y1qF/L58HYcjkqR5f3Qh0YHImUcEh+fQA+lp7RD2rGik/uZi9h70H6BI6ubMd9Adi5MI4ziqF3V4XJctFLRG9TQu+5hEW9ATtOI2lRIvEQSIak0fzVBpC44wGcxBHchSA6zOAzmDMjXsJi3w+6WrM9Gi4qDJV0xjcKL65sm04z1y9dsvMj69SKGvkD+bPyqoToWRpv/uj9tujSBRqTsaJkwRsvrKuaMidhLfBy4h9hfMDGmZ9wzWcryn1D8q3fHDLZjCwPtQGbS0sX+etLPLuPg11g3G3NZgDva+vyWubMsYiGJsuGLRWFF05aktRoboY73QGtprqG1/ldhQEtX1So0QSGRNea9k7r+GraorH6o4Ge583aG27g/PX00/fLTk9doWVPyL3JUDTOXaetfWnXQ1NdlR6PSV8lBhdWdVlbCQ6s8q40ZLRvRDo5YbcOESriWJyEs5NQfQm3Dx4zsfKBRlWpLhYKo4/GBAiHIW7YGOZTYDleaWsPjY4zWFcRRwmG3XNKykF5eN40zaJ9fTSMV06+9klre7jitgcrQu02Y5Xf8+JbvpLaej1rukvuvdvAukzVd3z7mN9julxrKd/0W/kf+5aHyiOMxl7CAQ0nGtc/BugnnMXFzHhQOsyad2t5ld26XnTEWiaeZ1jaXrPIWjwHNNpcHGu1cnyBVXLySLFg+YI0zYcLmL4+znBr/Wx31SppQh/8VdQe97W5DX6Tdbyn46qXS9g6q1/fbS1cYrSGbEAPakfMQ4DqwDFgqFn92B6Ih5UqGkliUdSfCMKgz+azWD2oBelHuh2PLO49tmmm74GpWzrGW1nAM/8NZsiPGr3t42e+8VmgFcD6pRdc0Ai977oWLtu4sJLl5UVD6ZOeuqgHwHw7v8IgG0ZTWxWMWnxR7NCBBj4eCYT4Wa1glC10U2tFU0ldgQ6AU9RxDWALoms69pYvvG3VpMvB3fntN/0pO3CUjnOAa34BJusqFvQuKLhPXt6wrW8CBOOZ6uG2UPpUAqZR3TFqj31slR5+ZTbKd+uMgk6+w6jRWlW8QKS0meWkTgeSZkliiM1iMONTQsE0m8L3VP1WsrDJcTVIDKaz97GZjWA5vjtYZWQkaZA4cDMDITNAN5eTZuUdJQDNU3Sa3DODgp/BwHco4Bk8hUswolBwYPgzVgqkBoofMqC5lHpPxS49HD0fs+qkcBFGlApeipriTkGTXwXUQFl//M2oPUMk6lFV57CwHvDTMKpK21hmJxqfwhEKMtyqCtGdw2pnN4fnXZKsWbJgQsvs2ZGbb7x+8+ajU9f3+itXrp2yY3ld3azAhAPyh0Wetlgs2E5Pn/YIoNEMM2H37ue9Xp8f7bD//OjQQY/H759QkmiPLN980YvMzpbp09tiop678ZwN42gzzRiy/vwEi1yRDihgCVoIm5O6hT9KL8B/XHJoO3btgmJ6+3JYCf8rfS6MpncMfb4b3kifN/QxvAO7dSu4s+weMt8XIkl0BtKBKKo2RuYnRt2yyiymdG4FypIEVLZgdZcsLoSJjRAHWmLveuzJWozdGHCgOE++DPXDqLWDD7wOh9cOjnvtdq9jaLCsuWlBczMzK1E5vXlB84Hm8rJmMK0qAX+8ITm0KnnOFN5g5KeueHvFVN5o4MFhfL65rLyZKXLg+yj/3mguk+eUNzeXgx+XNUvptVWJP+O9Pyu/iSp4K7gx/sL27S/ELzXynGFfWdk+A8cb0zdmripvakLzKJa7viWcGybKDzRIFQiCCOgE/yB4KgFM6VTr4EI8qhQI4XGH5/D43Uo3gxAS4LHAo8g7eJkEncSSD5npQjF1OQUP8mjUj8fqougw57AGqlA3xsT0HOZAwpohTwKgHLV2jgSvkimWxmM/jacEoHCcoFkipMwIaPrEwSMCXrHB3oZWAZIh0Y6z4PdASkm8K8nVHmiLoRkGDVjoahLIjzMQA24Mz0GRVqRw4ALZ7I5ankO6L64So0xV4To05/tx0mFFF9dhYS4gYLEfTfv4DrUx4IG4OIBAs9AEvAgNk2GlKfADcCNg6RBESRFx4WjeihqSlBCvu5HVuBA+SdbhUL3jyvwYIWA2vJrXTiRPclvURrhZ1RurLe1h4U16LcNK7FLGpHNqaPk2pAXQNK/TMhYGQAggPT/O8DQNeaAFumkBp2+hTx8uNgG91iYajUDwF9gZxqoPm5o4DWcvCBbq9CKSKiwFdvMGEWjHFdDAX+gugkBr4XUco+ctAFidFisAdq0mDIysTrDr3PbqOCxze1mtnqW1BmuntsJVEEPTgrmgzBLy+9x2I4Qcp+eNdOGsmN1WZqeBp8goOmZpIOA0Ni8DOYaFsKSKLWWsD2jNdLFHUyZUhRkjB2irruqCyyocegNEz+RstANCC7SbSkD7zPRdtJ7TQlpH03oa3AO1Fo7VshykhTJRq39cZ6A5hqEFRgNjrJE2abUsDYEOMoxG0ACzAONWO+SdjqArpAmtKLSsDYkOnd9TsUDqslZMKYkUFt2bkBIl5U5W5wcADeE6YYHF47RFvRG/1ihCA8sAP037rZcEnKsnOMrLadGqu3B8R6WeQYOf6OE1QXvIep5gYGBdd3hCtK+kYRKL5IRV8cUmJG7odW53zC+6Ra0A7SHRbJV09WeVNrV0Rsfrw16fjxaAYHKZ3cwaIAHOgHZNtN7IyXOAxsKyGj1qXx2twS8cyreKTlOB21yk8/Pl7PjzrNa2u7eVQqZyZ1W4uVg0gNY5nhK7bYJfQ3sAqK0D9MQCycQzCdZTatPSmj0mpEDyDRMBaCg2VRRDWq8FRZLdA8pKGJNgcADBxWocJj2AFmDQWrQCh0pCc8WMxCAJlGFMDgAMZsmkZbSQZRmO5oHQ7DLoW4u1NF/QNr6jiHugQVyrcdqK2woLJQCYCWsMXsZxudZUVUqbmmqqnB0aswayWr7ObJoa0nBVBe1I3Za2eW3rF7vEoFdPl1lcEGpZYLL+QsPTDK3jeADNcQaIA3qLBjAMYNw0Cz+FnAaagNHIMUaWo1G7AebkS4YCh91usRpFRprmNvOitsiOejJ6S4XeAgCajahnGyx6x0K9eXywRGtgdKLf3+mzsrTRVMY5DXa9qUOwaLkCDecVaK6ibkLY8tO6aX6t02wvwnTea2Md1mvrNr141q5yGyhylx3pWLFj8/qmNxfWTCmF0B9Era6RDEVsUJgXn7x7whTWVxMoQNUq0OunTTEURzxuvUmNj8eymEB5kRxdRdVSrdQC7FUUDNEBbPTHHGN0KMz48CztUOiA0ViCBgovG+LxIAf8fIzF8zvaYaRQGF9FRpNWUOthHLFhEQRlKyE0x27Yc0XA9PSn+1psXvnX8mGwqLv2+gO7QkFGXHfBRQdSXlBFv//WrxaO23jD0D/QpA5nPfNN16xLt07aOaXZ9BF9CGit7dN3TyrAqxAlMyZ3NEfLPbqdI/SwEnwlZ5ux8JoZ+sPw+prWZbxw0YeLF9+2vEMwAvY379w34Z83fdFc/MXH0/9CnwvAdfdKP3rbNSnWbJP9f30UGAoSDZ2F0TLWiboXjbQDFr40Fh6j2n6t1HKsf1TR1QBzJ0dqPbTie4WZiCGOhy0GhFsex83SGTtKK1SItzjCNKugz2GpKIYJGUWMPcfcGG5cNKOm11NYJpoOlneUllS4qhs2PdTTkdzYHpq2oPnQWXZv94TI7Jqy2qLayH8/2PmDjRPBhg+P7O2d0XmtPPjcRnO3ugNYvAPeq50bq3DqnTxvNrssM5w+vzNRGV9cVdy2sbNlSXNQKLEL1tJwxFtZ6W2uXHppcPL2g0c+7DZvfA6w13bO6N2r7MiDeIfo5xVId3iFxLK0UR0k4ipjD4kTfPJaQlMcyrNyxuKcDruUEAdfgAntsvCpdMwF6L8G2UJbut5RzIGAw+P7wu6hnUam2Cb/Dq9Gg7NE/8emGa0Mx9ndtT75H0atRl5u7zTEu+bQF6xI2O9kWmcwM3/h8Putg4+hB/S4TEWmvS02dG1ZUdD9eae8W/6VxW6rsFt1WtldwGvtXeze+Iq+vqFPLaABXEqNWHdQNJVRnppnwDjFdmkiM4MB1WKb3esPuU4SkwyLflMMsfcOUYSYHBJLLrHn0kIuUygTV4b9rwYI/6NihQrTAZtkJ35Mw8hZ6uJSNECrbG0k9hvJ8pmYH5aqL40U/bnya23IlZpY1V81MeUKab+u/HNRpLTeDKjOdSC5rhNQZrnn0v+49NL/AAOl9eVg/j55jUl0heQvqyZOrALmkEs0gdv2yUfL60uLnCC5YYOcdNI9+IJLlbIyuKxB4omrCruB02yVNsvis1H13fWJiUsnkj+U3tQNk92b5AFSGjohKzx5PUObSEnelMfjLX1QJhh/oL970ybwWq4cynu0YVbBIOqSoXAow2qHF9vsjpL8BR4WLDdbiqpLF7Q4S5qbSpwtC8ZVFVnMzKIRA8yn4D37tJ5iF5JXSksL/cBV3DPNfs0YY0QF0i/eZk+hftSJV/4IYRsaEGpbQRANKzjOLRwkMdYscQsOhrALJ5Yz40HiI8zGCdk8wfBhiSOuw86mltz2zqfv3LZE2YCNjFl+32gS5Pcf13l1j8vvCyaj/L6ZYbWPP65lGTMoQSdByeNav/ZxUIJOghL1JNTnboM2URPbI79u1um45d8Yjd8s53Q6M6jtYU0WwzffGM3oLKhVzhoMyln5dXTWbPzmG4Oq+/2UvZgSUQ+lgnhcw8MaR0bASG1JkGPUoU6MlRBJGUN8YMdhIokzn8fqn5Rffrz316fWHv1s70E0X4aWy5cN3I4pZre+AMRbKiyib8GSQydvOP+8ccUC/wmqTezJ1H3N8o/f3fvZ0bW7fvnKv3a+DgpvvwU4Xt3NwXHjime+sfWGk4ciYrFQqmCbcSnVpl2uejASc75vlB//qNiWRB6aBlyb/wWjMyfJGQ7zYP1Qgf+jhgjSB7HCgh/mcDgIjof3VD/Xw6aoidgbjCL8DrzDbiXdAI2L6LPwV8HqDPViG1BJH5qAJYy/j2KCEKQCBAEfBhLgekKugfY3JUmMiS+y1sTEleOTkTWdTYLpKWuhU5Joy8uNCtzHMSlUJx2ju45JdSHp2IBLnpxOPgt0z8Kz6kJHd5yQ6iRJeoE1j/O6MDicOxw2Cm/YzGLU+uct/bhiIeVC5Tby7yB12bPPog/81CkK8LuZKdRlxGcQr6fhpUusWUCk6rFcCM2NNBr1HVZCgYGXffARpGYR4BwksuA5Ev966Np4K0OwI4jChXsK0mmsBA+GrIrj1TzF/gEdQaTD8Lsdx5zjSj3FvFTlZ8DVtTTPa8pCpyhnwmr1dDdMcNI6p2QCPMOIga1TDm9e5izQBc7pvbqZoxlTGRANdpY1a6x1JnNRrLy00Ag5UatjocBzBc1G0WyP/secqNUt8BAJ9JxF0Ij+stZgczWDRHLIWXXAG67l6G8SH3ujkbIGdxkSaeGlZ7GmkKeAYa0Gg23BpGoNYJ2BSeWmAo6VaGbchHanU1d6TT/grjbbWU5CsiZD6221GwqLmhfVFLJAU9LY21k60Wjwa6Fd0rsgMLCWYl9j3eKQvtVfXayFjKt8SWvvhToTBh+hAWRNWsIV/CPua3Y6pSMjXjU1n1pPXYy+xqxOjGdjkkT6pyOD94kaNVgFSniOwR9iPFYSRHovGhVxbK2IdrE66MFOa9gojz5bolpCD1ABQ2NIu1RUyiA5Rg6hE1hlxyo6vAebfmfa7GLH7G0arVEo4i0ewfNE5Z82bphdXX2ib+MKpCP2y6cO/VH+vaDtB+DQH0EQhKYd/Lmclj+W//udvVcmHwSLp02oZDjBxHFX/qaqshKygs7QsLRj27wCSVPuQAWzLmpzljGsy9kM5i+MhLW1MZemsKS19aGFheMNxYW7/jnkn2wSXD7/JK/7NqObZfXGYoHVL1/bU+J/ZsWype6iJ5p7bpgsOD47pGyu6bj20t7W9h1PnbMVMMkHfzAtcZ1gQL0ANrW0bTUKetShGtfDFct31aOnozK09RjR053jWOOsnvRWt0usdc95vGNSVOSK66s51/R82WILpaUkzBdP+G2Rpu3Ba56Qx6TMJcDMo4HSYmdE5tyjLzx/9MAv/YFfyrelX33iflDCRJ94Nf0YKLnfv3z5wm8OHvyGbZHdQ/LZq94FzmfBpN+ky+S/vrsKHBkCf/H8Rn5WWetDssNOJKdtwGsvNBZVOYonKB9oLBYgNh8A9HHFcJrFabYYxKJVLNL7GQFpOGh4wmsjAv6QOZxkd3oXLe9dtXxWs9myWT7ypuRyScdA+dqSqcsXrVww17flpcu3tBVEXbx9SseKOQsSldzki1cuaIn47Cxj0Lin1NcJoUjnuc0lLGcVNTxSj4Tq2KIVl3TAcMvM+fO6miwWRy3nnN69Y9s14Cfd21q8tOAp0Ok+kr8FrlABeOe4IGqMFdP2zK22BmZ2VVzaD2hIW4rqp22dXGiRxjW1tdWYzDs7OeukaZs2X91R0Nl91qK5k2MmE7PUxTvaoo3F0DHz4jktHhF9PvT1V/COpqoQrEFiiw3JLn9jKeJJbiXxVUTCAorPPrD5LPgvaMswMjF/2zq7QR5KfzF7K/ObwbLM39bZ9MzZW4F74vwd8r+Accf8iWDyKeoUmIp+rmpvn7djR56ciRHKatT4oDFpTO2nCe5ikiqRaYZkUyEyffC7Ar3gNWPwmR79roCvYTKxWtbhbKz5ZKziacuKOUtxAXNUrJjJtP87CzugFhG0YWZUhZFVPvWdpR0lvytrprlijpTfR1kbqJDLalHCzixWHEP7HQFqKexbZVDDxgyhoRe/RzwYj7794lwcvngaxgDVnlv2XbwBanQ98H4nfYDq474MyeQ2KoYjQYk4hqWxuAPPrVQEC6UOMhrRCpBYnJCLYkuD5LP5cLSXRJ9a2yi/+ezt8te3nfiRZechwD+z553t0N14ijKaSy1fyKXOIN0DNcKC2MTlvR1BcL+83gx+VWr5CCx79bE/3Aa0tz8Bylovjf3xsmfkb/d+4NqS5APgA5+T1lsKIm3LJ046m5f/mEwG5IZhOrbC6xMLh2j0+njsPqksauKlUYcSm4XtCpI4yjvRoDv6X7MrQvP1zFWB8rDR69nbtN59jruuS99Qa2o2dfTc8af3Tw57n3t/y2nkf0k9De8/GPv1cwZ+mbPH2V73WPz38cdACLjBxcMsaCqeAyoj1n+tkFHUsKyDURuI5qczYVhIcClCch9ryyQsMUo9ySSfk4//rF8Q36U5ndbo+CSzFQV0EOwwuRzyDnVzHDDkKEz9TD7+nCjAVRMBpzMnHZopy7Kpk1irfGIba8V7Fy7LJOQCI7D+FHv65mK/Ayr6tE0NM1Iqkx2Mslax7xkPLiuslnI/UX57lBiUnjNGh4/KT+70XdHialysBuN4hgnjX7difYsqSnAVUGiNsY896i0+IsEQV1TAx9Hk5sCRvj6O9yPxFAigHNCRWjogYYhe4GEirC8EzznvziT6pPnGGTMaecmYSN55HrO47BLz4p2VlTsXmy8p46LR2R0dg/Ppr9/7omGTu1AecC2u7FlWdMcdRct6qha5gJcRqms7S8BLQ9ptoD+RqPY5C6DFaYEFTl91IsHbaVOkoqQiYqLt/FDJphLP+BvGy78JlY13OrFXKHgTDIA3sYcoY/QV2LoT6veBsUTmEP9k/LFiDVGxIiGlMpfMEDS0ATqXDKturEjDzCVVeDvUEFI8BoI0y37ROnfZQ/X8vKbqGaa4/HJcM6+5ussUv6XI1jI7XnH7+ttd9uY58Yo7osqJGIjFNPNx5ujdNnvz/OaKO9bf6xwaArH18svwm9ktZ/ua7re5mhbEKu/ru9fpwIl7otruFnTt/0fbd8BHVWX/v3vfe/Omtze9ZvqkJzOZmfROgJCEEHpooXcJIB1haGIDFaWoKFERG3YsKLpZ+1pQF7fgz4K7uLu2tRcgc/nf+95MCMj+dD///z8w7936yn23nHPPOd8TA2Vx6Qhyldg+i7lydDy/Z24PKZLIuz0hGV6RP1QTRy+WStHpuaBi/oV7NdmCJtUFOiJAl3ZkXwbSruxD6R6b6cBpvAxJpJpNBKrBQCUS+oTb430pNq2+flrhc4XKHHlpmK4Nlyay+3rDpVWBwsdDtEPt4C1Gg9HC4xANFL6a83VNzpwAh3wG0zr/oEFZq7KkQSlqIc4UZmaXl4YDw61ZS2yQl+lkROkFn3j4oHk4lZElCrYHLO7Ng6kR1FRqMUXxeAULQgEhkxZEP0GNuKdBeCe+P8kb9MX9xIW3aOKJqX2WN5mFNRB/W8jx8VgJlcXgpRoSkJ0gXm7iVJY/juNB4gMEx03rG8CiF//NSlmN1M60oM8Kcng1z785bL1SJ6E1yvaV96B/pdO4LPlcMPLlG4BirjzRzDBKiR735hok+RIw6zZ0z6XXTHn7oc8r+u4AC0DL19u3f40OoRvRIRICo0EnqPrkiis+QS+gA+gFEoLJO3f18VPApUDKhyodnaqzFF1Os9DjBHIgA0o9rwZS9BSS0rWZ1J5n5nWNSCgtvF3jUvrZ+cdSqyRsXhbT8eAL76B9s+CBe+fnwJLzbtwiPMypJ6/4BFRd8AyZtUdofz3RFwM6NugnY8SfMEoYo4Ex6wAfSARDMcbMVKOvT6Jr/vwHMOn4cfQpiH1GPxBIfXfDituB8Q3iojRp2J/acc1P+20Hgyeu3fMPF9uOatDqJSObnAc9azM65oLfKSUVpIoI8oDRl+7Cvhjw6KK6Ab9z2HFsJhile+neZLbjtNyRnQR4TUpm/lc4sk/hjAoJDvyMAxIKJUUEkLNUCt/43E+EJyUe7ZIZX9FJmWi7TugF3iR0lATPmiKJtL+tALG6NRo4Pq3jiXPJZBtPBDJ+vST/1jMH0Z/RfvTng4weVptKTEy76UwPo2RSl+aWSmrKy6FcpunVyOSwvLxOMRY9ZjIxXTib6YJH0IuDlg/C/0Hl4xwHtQVShHnDo95bZvqHDgqi4WoF/lODR4KDhgbfWjNHWiAFXQCgHvz+C88m2RtEnRbAEwEFH6QgkWdgNktvrqYTJFhMAO3oCarq3OxaVRidfXhSeSSvoWbb73MC13euLIzHSssdtb42+Q7YkKpSKOALg8BLIHy1RrPoS/xkVZ/e8OZYtTo0vfxy3c9pnzjsx8IaSgEPGWXifhceWf5olpnDTyEQeZjOohMemoJ/Uj6BHnrvVnTy6KpVR4HjVpD3l3fWPLnhf5LJ/9kwdsfkJo8EtcB/N1QdR/f3kgKgHDiOrvrDH1Zs/Aj9/NHGoiETOwKiXpk4TxC7Vy/VJkgjTEQ5MCgo0ZP9tYg/DdgcYdMUpylBgG2CId5MPHwL2KaYnqIlXNrQw4wPTDTij5VgbtA/YJbAs4OJGazVVqN/V2u1Er2kaNXKYokeHStpjsWawe9izSU4dKZphn/j4zWvksRA3PYBLxl0aIOvJNIUcEuA5aWXgYVz+cGsi4xHsFirqa7WaCWS4mLJu/hiuC91Bsg1SzqKm/ydEmDPD5TEmmORYtaIXuU6A03FvnKN3bn9tde2Z1k1Zc9ccEEcOh8HSyN4cyLzqdBO3nQ7kWYKZJrJxPaHEkLjBEMJM/l2/6GpRGv70C/1luj7VarYFzGVitWyOUdzWC1CBdUF+bX5oEM8/6UyN8e9+Ob4/SDfTeQuRcZndUzlzYtcebmVWTb263vv+1pidYPoefgTu/FF8TUlkpwcyS53QYFQM30enFPpbmO+C2Xl4avn5rB69L2kNasyxxVRWc2rH3hgtdWiKgYnL86XuPDsQxCZE2nwsX61FOEFRZUTJ2BjaUWVKsCFjKQDnacmOa3z0p5LHUH77qUdI5baDbwdXLmLnDorL71jKRhxIf9y2F49vHvRcPSJwW43rFzdsWRxO8CLqYOPf7R6ncHu4NfYHGvalywBD1zI1ZA56k4uyU4SnlvARRIfWjSx73deLzw0x3oyOeaEmMUEK0dV9j3y6BkwBAdSDz3c9wK4Fgw58+gjfZtewCl06XKiHpPa+9DPZx4FcnQ6t6IiFy64/9vvD15Rfjv68dEzpx4Gyqpy9G1ORUXOQH6F4H1QAeJmXHSPehH6mO1N1aKsSZtgLzgxaVPtwO/bA07A3k2TUFaqdhPjPF9hT4p/NinF/AP3aBm+j06wdg8IuDlkefBYgU8H8EpBG6MxnmBT4H8BHU4bGB7yRuoLMGQNuOnNN9/sgMbU52AIeook3AwNOGcwOgwGr2H+0ZcND+O8xehaXGYwPAxcb7yB/tbXcWfHfjGxPzhgfMkEbNQi4luIEthuYvMxIKRNA3lzugSx7YBC3CdGfsGIm1piuXZHTgz9kA7AdQ9fZuDNibFrj0XrL7v7kcuaG54+lqi6jDafp0TZmOzUAKMOjEhOIOdUMVA+R7eVT5GkNmcf5eFcHPX3PYWD4Ofz21dOZZ+VcW/i+XQjdYR6jTpKvU/9nfon9Sn1JfUV4UFdNFHQV0OugPURTVIX5wYmHA2KBiQliWqIpwfCogqaN4xIbJMlEc/7AkdtzlDYUJJG6SCCkhCZQAQbOXNCTZsTBVyoAOYQ1yuYLHXBGmA0Y+JOWiPqLBGFVcyl0eSC+IkEyi5h5oAITB2qhlE8NEkmH8WpMaMG1EDm5WFXTp9dl+uZUDmoaNVef16lPVQwfahcwsgkeZyb1dMSAAAn1dG+zVkhD6RhRQKPRP/uKuvMbofEiFxurUWnBv+QKoy8nWXMEo2Nu1Oms+o0TwBwl6nwusJEobwxl+2ozkvkGIxyizJCh/N9oIrVcWqJnJMxnMamL1Svm6ANN9Y4B0uVWVkmpemntY68bKtX7VPkSjmYPbzvkLo0T0fn/hQ6HJfZnWYrXLWmqhadKlo4FNxO+8qipQxnHF7nQIO6JPJ8JX/MLc+mVwFI/k2hC5tWTB1SOi9R5UrUaAN7HziycypkWBkb4JxKlzVg8thqsltwn5Br3c0mVVmVEdpik9bdZGBs3SatxkzPU5tUcoaFQJWlC5h0GhMd1tqe7Cn2e2mDRavn84basrS0WuV31zqs4TBUaP7MGqUaCSbgIc2AXJfHVmAfKZPlOwBegaZMMfpD5nxdGd+ikcXG3PVyLi2Ty/g4p+gbZct1xwtK2XwF7Vc+UoTe1gBOo5ByIBeqOHipQQeUqbUjlZJiAIQrizyuHo+xf1NmTJNNojbhZS2Y3g0h+rNkI1+wthTUmsVRJqjUcbiTCLrlcVBC0GuI+h2RxwBBmY0oIwhacYLGlyG91sdKcL8TumwizR8x17K8a0nzhlpWqtBwQOqdPy2SPTaXU+bxBnOs0OIstqllOjOtkahlWjWvsPsUUjkrN4NOuTnf5Ulu9NuHDh/XnVi6H8IWZ0NT2a7lq7NsbXWDDb7CLIcztvZt9Dl6G/3jT8lQRcewjkJe3eyrcvnzpBvK8g7mGv2jG0YmQhFebfIWYw7DIM9y0DTjsXPKzYVqjVyZZzFIOQNUMXJGQkONWqOTMEpQaMrPd4wcBcLl5WEAbpnZXWLQ1bXWAlA1tBrQ3oLslUf3o3/+bsHSV4CjZ/zdaxcPq3XKpQFD2OIYP+KWoLPNrrIMGrJ83f3UQOwtF14lO6mVeD7QQDUIZex5E0HMVZs5iQGTEzU0bcaEgldicNNcISwAiQIRRwiPf5NoRBoi2+kJMyHACumEm0hUXIA2SDiTYDlMtEU1dKgGVhOFGlyRKejZ7ap7YLS2e+joleMHmQrqlLsVgUBgTsC1+/bnlHuUgTnNAeeent2373Y15tmbOleOblmqHHU/PXvl6OYl6jHPNCp2C2Vce3rwP2dtobFlJpzVYitoUOKM5jlCxu17nA1PjVEsbRu9ErzVs8dVW2Bs6lw1eki3dsyDdco9isCcYIAUhHpyx+a55I74n6vh8FgNfrBV05oNhWd2jl41ebAjr1EoMid9Q1ftA6MVSxlz66WK0U82pJ83ndWQbxs2a5Xot0PEzBhEjaMmUFOo2dQ86krqTrKfEywUXNWFRGXOUFpDMREk06HEICpy4n+C0THRvcRjgciFBB1PUWWTFhQ0faRUQpCGJSKsOQQCOhaY6RCeds2A1eFPSG4hIMKI+yJCXWK6jQcX0Ami7FBJSCdotyR0bCQPZxp1cDswGwx5uVwj09AwwsK4aUmLcYNa1wils6QhF4SAtZktejkDJAFFeeEMKK9XyKwMA2mrg7aW1CovYxnVWzSnDLpcNrOaAbTHUOTndfC5mqvP/AyfSDUzx2c9PuOvs/KPoQJYhU7fFg9v3FHuGTX8mxqpXMo4PMzQBwZPuW60xh2Qg519p9WpAk7FEoVoDWZ/CyBmdCsYA3iN5qQyg5ONwdltUzSQgcw4yxN215Uy4IUKKdG7k7Mcx+gkOiihtVof9DG0HAClEUbK2MgIh6QEgmJwQqMya5S0WWPDw5BRK+GOv+ekbvoXI/00FXfD692pf7kvqaMrngJrT+tUPfUjrcq2Ak6Gpw49DBQ7/ZwOM9LJM3/4UfKdCkAmLgMS1q8GyZcvmW9EkwV74wz2ArHpG0yNxT1hBbWV2k3dTT1J9fbv9PQ7h2XPhywn9APx7WQ850ZPxGPX/Ur8/3d5XgQW8+hAFtnPTJIDe6K8ade8vp76yaVh2BPucuxxhFNZAtDRfzwA6v8uv6snXJpKMsnJ9ee8K9/pXT4oRc3bNbleQoVLw/gxusJnkv3VgPpiQXTR1P+mANgOqNJwD6KIN2+iQy+h0rKbGmo4ngMWUesFD4IPUb+j3qI+wpTYWaABblAIai6y49fvJFFsd91/Gaf/y+/5W/rHhUA+/7fX+3/5fKygrHJG1FLpPed24H8/JH9rwXMHSA3wTPSbawHqv7+ThAraTgn7XBJ8RAMgZ7/9teCj/cGLQyBdPHhGwEwRDvC/qNb3X5Q9D4YJ85q1Z7VML9uFR0mI7BheoFRHZJ0ZZSGzyZCxMmX2o/fTunXofYfDOdxxEnSfdLQ7HKhHVLB7H73f96qgWpdESUG1rhT4SQHHyZOkwieibh2b9r1M9lOcgtRoBJF/iXwPph0JXwJEXzEgvYSyEUZPLCrw7Ofz4gziNCYwoDTBBgkIvmFEcgrTZ8rguKqWtZX42LqmEt03qrVlU5NwAFctB/qnvDX1uY1f1dSnmp/svvttMKRqXLByTSs5rgUzWkc1bWohByZcOb9t6d6h5HhL6lj78kV7m9tXLLq18AX06dKCKqeic/yOMcceXH6sbX5l8y1L8XHo3qVzVrQ37120vL351kXE/uosBYkvcKOIucib0sbu4sPjZ4e9S6bkQ7+t1+aH+VOWjN51367R9NfXvxToe13QBIsFXro++d2tt353DlMkY3fkxlQ80LGhfKAiH1FEUk1jhQibqJhqScJkKlkLn041pZrY0353qtZR70jVuv0FQdhryjPB3mDBJDAJrv10MUIIpihfpQ4ltVqQ1FX6aCpcrwaUVHqWUteLUHn4/lLRj8k5q2icxQaE52BB+hzKxMlzsWTHF9OsYiD9gAHhgJ9SWHzxAQpOhGrBjWgBWsC+OyCSJ4YPo8FoMHsq6EG11lorqmVoyKaDnmCuDzyKf73muBn0+nLBo/6crl5Qvr/7gQceSG3LhFbeBeT7u5999tlUFeryV2tPqNUnIP4jZ221H/QEa7VPg+vwsVcu79XWBlH309paUaaCpBQL8XvLcLsHqQKqjuzWGj00QTYN0pjCi0KPFzM/lNgjOY/BFPBEYiU+T8xDeHWfJ0A8j+EcocPSPg9XigA429fZLQF79Adqlus+mIEO/zkF2KNXvTkTpi5ZeiYOwm++gv4IrG0TnkN96HPYMfaKZTUHl1xaPHJJsil1K/PAWvTHuZ0vpJ6sTaA3gfQvbwP+ig+v1LkWrYrcfei5oa3X/cXRsG7C4x1ZB1YNWzOq3Jb+hpn9TBcVoPLwmwwW/PxcsBrywu4T2VsgGw20L4YpVUP6xOIynnjsHLoPgSaiI2YfHnq4UQZKwo6hbWDdsp5r54eaR7U+fOeKqYefXQvljUPALWDnhuT+2y5/s/oqxdDixQrENM0DNej350vB0PV9Xy5dfFtOSXfZ8Bwdev6pzsnokeOL52S1DJIbNj9ycOPW/b/zhsElq0vrgbw1w2txGZz7EEFn7fdaIOzBmjP6ZyFCmYMBCEUJA+UDwhxSiMeVoD5DgGwpScG1r1177WupbTvm2O1zWuvc7j0txg5D1vLBc+i3H1u3/rHH1q97bBf64Qgapnx+86qnrf8AW4ZPVpkIxoDimSNAwbhJ/WvPPPf2DkmOe3dLa61b6pFWDqU/WvcYrv/oo+ufRT+i3294dM+lE8EDtxZBsPsZIEU/UOfxjlL8Pg1UaxoJgGyfUiI3KJgvx/FDx89thFVlGI9AJP2dOJq8fSCzvyy2CWEO31vSs3hxD9Je2lE62VpSULnSaolWdZgMHXSf+CUOGm6YMudmORi/69ixXTf+EX4s44dVo7+IH+in7a9u2zZj5jY6u2fxkuHti9GrB5aWFxkM+BqVKy0eFi4UP+ZNgyauvGZ237Gdu469cyN6DgRWgHdxOuqZsW3bq9u3EbTxs2MkX7FnKRXul/mYTx4moCbRXEAQvmIGymTHHDOtATTRbo0nQoBYGwHModE8aQEgoQMhnmglskTqxKlZLohTEnQgQRTX2Dim6k10owaiiXjsKziNzAvb8g7dUDO1yE0zz+kgJ/UNv0aSPKIs5vWDb5T+4xh339/KUqHC99AL/MeG9rCl2FdkKYK739UrTKqwv8rTpPD+E5St3f4+mrTb2zGoUqcDO91xpSIEFqHrTE66LGAvbfZP5JSwHG2ZOOT6uaOMRjDTVqnT11w2JvUZusnpoxmO3Q8WgXkPaE0m+tEadM0zSjDD7WCgwZRnjaOX0M5Am8/gNZnkenoIWPDClyPR1YYx42+e1KBSAdqu0VSJfaRWKvZ5sq/bcA4tgvfg1iJEJNefMtBw1JMxIM04EsHtR7qHmagwgBOTN0+evHkj/fN4aJGlKJkFsrSQhPTqru6e7j4KH7rU+k2THHPNd0yjqWl3mOc6Jm0C60ihyeAEmCnleWnKKkYphEn2JHG9mRSPmJ5L4tJ3Tl6/fjKatEm0q5WS6TZKVWA+vnUAr/a/PLCIs+xJe8Qy8xm7WXDu3dMpXNakTRd99KSIipckL3DqtPi4Mwa8N+MR0mBy0yTyErXk8WvF47mXOEHIrBPkVVCW0Exgo9gAfc8IUUwPZGEe5YTwfpSfDFRXBuuPbAIR92kJ8mb9R9GfMFEiFI/siaANRYDcb0W9Vr8coIgtyIMdnwjHl8gxSWDhk3zQ9hLYgY+fgB2dJUHdtqDV57MGt+mCOPeG/kOS5xGuEEQLhcOAucZI5VKNgi5MGjRJnOXTZtjxBE71DEjNElJ5nOoX9hP7SzOCez4wUDVttuv3aMvNOXYTm7V50d/u59W8o8v3JfrDTbuKfFbOtXoDML9jUVt9C8Lr0KMPv9Fjdme7Fc4tD+4D+bONvDP3zQvh55uy+KVeWa7BKbXPVti/CBu35aiiVp/Us1blA7pC89BhhVzA5c6RBhqrlNkTLhAGAdGXLf4mPKGGiV82juYwjx3CoQSf8DAUescCzIjN2+5Cx0ChBX0KzuAwyGfeST3tRlNd6CsXKISDXWCfC+hceOzp8O8aGcVcSqnxCks82ldSQ6hR1DRqOrUYc6TbqOuo26iDVC/1LvG2RXqplxiNkhkbR3EzkrblaIM54zwgRnYHvYXEtjdhJoo4sVCiBM/2tJkz+IT0KKbZz2W404o7OIJzZIDnDIJnJOIi2ZS4MCZGRLvwMkCTbLIG8kSMae6PYXrVxHPFQgzysXjaGF/AbxaoOpJACUIKWotJSJVcplargUpmAjkKpUqqlaqAXCGRqRUy2ZkvDAaohjodVI+z2aBUZjbLpMB2xGpVyKHRCOWKyWYzVKqMRpWyC8fVEpnBIJOowQb0kdEo57QQ80taTj6Z5xVSHMJxqWIaTjPwOKKSypTgypc1Gg1mCdRqjUEzXa3WmrRAqQRak+ZPar1NDyQSJZTLFFJODZlZB5b1/Vuld4zuegG4dLGyZQf2fwMVcrVanvrhG7mq5Bhs1kpZVqqVpJ4FnwM5p5BxKrAguU4mW5eUNb31ukz+2lsyPDI//+FLheLLH5Rs3/cq1fd9KvdnP2pl3I+fSWTIBBeizT9yCv2PYK1eMRzlfS9V8N+Dd3lFFpJ8azR+C07LVKqUDn6G4FdyjVrxFUAKtdqFDF8otFrFF+ALpVaLpP9U6fWqJcvgWloj41ipPnXjsrugXkVvMsu96FSv6QCVwSegBB/GdgGBlKKy/Ak81ZAd+ipg+t9jjABOLUZL4pAH74G9K46i21AXuu3oCrD3V+KHQQ+YdjQTP0pTY0bdJ+pj3Deq774BEZAzIMLk4FNSjOHTgP1cnrJRPmoyHjuX4rGzFc9Jv9yvM3M6D/GnLChbExEuEKRlZBNXwhnFPXMOCn77iD07INYhRrIHS2wOKmBEsL/Hr40PmLJQAyAx40mOmLzH8L+QgaNJ0RC5ioQN+siYLGGPOML9AMrJcJdjM1gpV6JXlGA6sTVLURB5ohXlN7i0aggkdUWX13xw/03jNSoLYOWMbPJotQyWJBr9FpVK4TYCs1IvI8bwygSyl4yODgUbNCr8OAJChRKs3boTmtiWqL3UBVdYLm0pUjPMZmGLLQPDHHY0oiucSlCmPK1nKGLQdpqCI2wurtiEmSsAgmGPpQKd5pSAkdvCs/NlGghHd1+xruOWSFhjLJRAmnWtGbQf2S2Xh8fRq3M6uQAdZhiA65pwe6Tmxu2YKG5YOGZRqcLiAIA6r5+J32jUb/s2vJEAGuPWj0XJ5joOC5B+tEQDfCUFxDUbAVYntJ0Ptzgdjf1qS89t2r8vydGQoQFLJ/ftb0Lvdk5nIWTw00vgdUuugyxgGAjZ6Z2/odno5PzUfPCJwaaVWmivDNnhzvnzUbPBZiTOdtksGfSkPpK5JUajzQCemP/Ldhj529qBmAL4CKgnkQZDN/CROC02hgDhRsQNhUCI8/SvNgLIB9Zhs1k5i1+agSxHz28BvsbeFxrQp82zGSWNexcjUcxrQR82Pvv8b2iGz+bNu53jpYyE4WTM7fPmAR2wzZ+/j+MZGl9HuQ+3ydfok4yOzMD3LxV0gX9rC2COUvTTjSkNguwIfDoycgnY4q+/cxYYPOnKlpyG4c01RR3ouomAXbGyxF1a7f5tL3i3xpzsGLHSzs9P/QlYgFLv6Rjv1lzsnXKoyG+ceXSeWMIMGFFdyvCrr8Ak+6hesvnR3tONadLf8NygF/X2kirJblKFIGdmnjWzL0OeN0E1CyjrMZ+Rjfmc6bPx19/BR8DFdUCwEBa0oON8LEqcJMI0GQ2TREmQ/OjK//XtkklEwW3zpdd/eL3UOD053OQ9Ivh6Y5ID/sCvvXEyiaeyd9CdduvIhQtHWu01oDWZtCGb4J+xX+d1wLcqo1oEbbbftE4YM14j+x03JOIE6FEbEpHVTFoBdSUUIV5BCwBJMQgpv945MZFDfEce2EQYg00HtOCQm9+wQRs3GFndjBk61qh/1m4YO1YfD0K+pISHvOG3zE4FUlPqBHElebewb3y3JjXYsg/s2WeU6HQx4xr0/BpjTKu50TCpbxIP/TFD2Y1lhphed5E+Hf2t4/TCvSE202oCGmY08utLoeCFGAlHegFpFrUM/QRkst+0jtHJTF2AjxC/fy95fyDvBHLZRb5/ghpG8JN+05tVE9tRQLTfiYWpYL7iMXG04LcIEFV3Yr6IqVxMKPBiWZIZ+vWP3yW1KaIKWvrEE1IaB2zSv6nxy6rVf7swHS1XaeBV0KSqSZ9/U4vgKwTxlb77Dl8hiK8E8nn8h45dmJ6S4CvS5NJyHOj7PQ5gnid0djd7HLcX0dDF5JEEio595JjrMdkI7ZQI9ntcx4OAqCQN3O5jj8+cWveHOwrbOxx1c2cs7RprB3bbuFWrh9+7fPsdbx969LlyztpQUad3l0ditX+8oxq+9LL5CvTt7bb8Il1sybUfAw5c8tZ7aDf66uWue78cAsKHe3841rtvPWCUoazZI8Z2Tp/w9F/SMn1OnNcklBxzU3rMmVoJNgAPdAE2EZKBQGbDGfNuOjaAaRSdIe1UjLAkIgv9VzgBPYoe//3v6SgOfYcebQVavHh9fTVoS93FvPl79DhQpe6io96+N415xr43vV46igM4ASxCl4DZH/k3bOh7H+w49NHlTzzxxKSPwGx0CfpqA4D+Q2AHuik39WG2OfWhSgW95mzozTZDL6bkPzRn8Frxi7Arcb8cK/ZJYdfO58mFgoSjH8CD6N3rcSYQmGeirZDBC3ex0fQuHpfRAfN5Ra9a0kVXfnE3o6HPDAaQve+LSyYq9y+b0joMhB47ACx3gtNv3LP2ytnaGmVDa6K1NZY3oq5u6IjFdavuvmfNtdMm1beUtDeX5Q6vqx/asahm9X2wr+CV1fs/BfJ/3nXJ0/FQ7tI7ym8+cjv64k6JBX29evt0w1B1XUM81pjT2NHRmHPtilXbpy6orY+WDRITtp1vfyBibxKrmgThP843GvBn4VeJmBMgESxJhCRaKgsfvSFOnxUXfMuyZjwBcyYDfO2Xqv+wF22+//mO+zqeP/PN8w7H852wHqwVE15Lu4qlZzzf2fm8Q0JdRFNY3Ukq4aqkwv1oc+o5IQEEPxYrS5+/X7ycsF+TJTnB/oWgQIBzCk56osxPEXyCrGqy5R+KmRi95MSV/0S9qAf1/vPK50H70Q/QB2m/trPQBx8cBe3Pw+TDJPPKf4Lah/8Eln7tPpmPev6xUXRju/EfoCv/pPtrtI3ohPN4Pvs3bsPpuKfH9YlIMR6FjKBMIhiwA2LmTjY1E8R8Iy5oAxGCkWQKAbVgFS8auxcwmOuJmopdUrM+rVvOS//6Eguk4dpSDzt0SGROa7VWG3Jo7Cq1PDs/R62aE2oz8CBkNNze4wnRjGm4wzE7r4Pn3V5DoWf8iMEmY+VQC5OVU5ytVqk5eTh/eHFjbpGDB/SH6JKzh9Ghz7fAXcfBajxCpNFZK/bsPDA4EtK6ddropiUzXE5rsccmkSzVNdnsRYuy3E8+XrDY6wkM1umWqoc4naW3HK7Ndxs8Om1s7Yq13bNHVul0KtrprY+0N8+as3EwSqEZ/7jxZ9Ah0j1CX1NiPjdMtVOTqAXUKupK6ibibyPoJ54T8H/M1HH4GNQmzBKOqF0TK0YuFk+E4glznOaIIZeEqO6YcRdMBENEa5t0S5KLjxF8AXwZPFGmi4XifkqLj6LuJa6QIFWEWqQrUAOMYRjROOY8NXh63tvotnnlzry6G9/X1aX+NtJkL5s2rczFd/hYafk8dNvbpXW692+sy1v9qVr9L3fD4bLOopKJJUWdZYcb3P9Sqz/11B+uGFeUtyCvaFzF4XqUU1dKigd9ZfNAF6OdVmY3jfT7OnhXmanMFyQ3Ka17B3QB1daT6EV0AL14cuvWk6ASdILKk49dZIDMqpe8ddBbHCm7J2+MEuoclSWeQ+DmQ57SUseM7oXoX96Db0nqgXJM3j1lETihPWdMTvvE1jsa9N/I5d/oG+5onSgkTWq5o1H/tVz+tb7xjhYYrIeKMTn3luaUeg6+lbofzTrkKal0zF7YPcNRWuoJenDGvTljFBDfGq+d5Mm2DnxauO9i2vnnZFkcpcVU3yBqLrWUaDcGDERKHI3Q6bMpEZP4Mmr3RoL+Tw4EXoSwHWQaFjiQUJyPCquGj9A3bEzEjY+YojEfSSNuBcj0GzX6cGVaEB6Jgpj4hS5QYdOk+dNm+ZtbW/3BA21lkcoxyyvygtmLw40tuSe62uzFxa2d8sDgKyG8kganXXial/lkc+lrmEo/oLWYe9O7S4O16NWiIcWRpmI4Y6BI7GR9TS3YOXpUZzRwmdO5ZExkjobWNcYsdGBWfoNPe6ShVs26LXlSzSXDLQ4ZmmpPgE0FZnMRWhmRrTJ2fAyXdRgs7sJlNIDHA/GKoAW+50/EA/5YfOQFGK8SqhHPQ0cEDGytsIe5gFpBvHr4vMS/Ak1WJBIgI0PwpC4gs7BGrccrqCbHCPMQS8vxzRHgI1r1oShRtQ8YBVSrmC4a8wqI/QSeH+dEjcRVmM6Q1vwW1z848q7bDu6uqKxYu3YFUPlztTvWhkP5g8eMGZyPdg5afUndEw01Q6Y8d01XxzTwxIcM8yEDJw2eXd0ZcUohZ5EYg12Sv0vu15SpR4+tSn3dVlbePryi3DRjzkx6YlXH9VvBm68p5bnZ6x8zS4Mhd7bZ6MofWYbetpbNb76rkskevdDBWO4dcfXhwr7n8sfDqZO9ngmpW8Y/8mIoXNk1rgJMYaDkuZa4L3vtcwy6YROjvnTs2PKKcdQv/FLLgI/GkwftA7roL+w9soG8+1aLIeeWlYCbCf9ynlK6AXyHu0LeRFCKeHSEvup837NlZynmFfyNnAJWkAgOxkEiASPbXkERuZGYpBALcQEbRoCdJNq7IrAQ2WQWwI+JYgUmQujmJcMro9Wxn/KB3cjiYaI2Bpsaw1WDtYt7wL/3ou9uq20wmlnWb4yWTX002dKSfPR5fCqRq4LZ8tpJe/+6/DagYgw9i30Nw9E2ZDF5oN2w7rvfPb6xsnOYL6d9cQEe2N/vVbMBfGdGla6OT1OXzDGEDWp+zfYVf907cS9eB/XpdZAgNacVZRMEWoRYbkvcRGudjGNgTFNVBIXSxxF4TbOI1pR2KSMo2uLeJjqWIfvpAlAMEVWIjRTTArXUpAI69eHLrj68ZUtxR2XE6zYoQUJPM61jQ36ZUWdUaAEmsiqGGkYmpJBha/8dWzqiViNV10qzH+jwNS4fVWdwKyoMjBzCopUqlpHqh2YDhqHN8D3eYyjXmqqVV4PcyvqEMV7e1jS9vZwd2aAuUQKWBUv+sCB3icaQZXRDwNw8yBAoyGEskql6E89CBoD8MK2xxQPhkBOaAISQVjxbTRuyGxgZiBcAPkN3VWM683kBJ9yDaeShAobsOaJ9oKgbXjwZ4CBD+oMwOENcwk9QRQiyHNFeMYugc1qBUjXBxkh2bn19bjZtjYbt+fn2cPSLYjEFHiwJkZRQCfrRHboXnbzT7PPYiqrtHbLUEPThC6D1pYdB2TG46MpliVd2NZICdwLHvbcDx/2MvCMSDYeiaIojL9/uyM8DX12YcB9zMzq1t62ZpuWMDq5/73Xgvhc47tz8aapm2Z/GPr4wsO1b4Pp227bvRPwSyVncNK60r2GBZw3QIkRSDPMMBDlLwHaQnPRIzlKsXa1TqFDFt3q3Ssab6a4zx9CyAA29kqQGrwg/WMKnKadWyh5Gx80M5zGASYyvb/od6uwwT/fKzuElnGV/wpxo1nl3BZm7pu8JeMDKwMD7pr5Bf9Y71TLehMIBmvZJkj70+genZ4F2egrynrv7X9Bho3D3F3+vzg4Z6F7jaTWb2/fSlXB939/Pm3dKhDmB0B/4y4m8bNSUVt0XNPrxVzVxmZlIgAsWPi57vkNb0XxfQq0+ik7uPYheW8gB6ZVyjZYb+u6KOc9eNWLEVc/OmXao6UrijhrV2oLhkGvjfMDfsBc4jqZOZ5T3TghKaLQDvUqwua7fLLdKr5JB+ZQ5uPrb+CqD669yhcJEl5B45t4wc9Hqo3tQvzZfV0Z/7Zz+ip3wFWqoFehwbQE4z5psI+oTKWuBBJ91P7j+AsEhS+HMgYXQk7+QDVbjez2P77UF05Np7TNhlsQzCBHTCWCERtpgdtFprm5giRBuN4I8DDJun/AIE7g3onVu5Iloz0PmIr4kVAAvXkK4rmRH3iP5eQ/nWWzevHKtBwBVIDUpqAIgoK2NhK2WwsMFufflmK3u7LjGQ7AvWalapqks8FssBYcLcu7NsVq9uaUaH65og89YcUWffkTUasWXzD2Ya7X68stxpldbWei3JDku2+p2MXK5cQXYapQzjNyItm03ySXA6bblcVyOxeVi5XLzyjI6ny6wR7whi0TOOIS8PJvLDiVy49Wo16igaYUR1F6NA+ZgOtMBWLn5qr4RK4xyDjpdtjwBY8hyNskg3MZ5afwIwfzknIK2rz9ElO9FO+F4NsG7QAFLhLFJaL91gdV/rc+2wOa7Ydq6+tpx41YtAhHwkdXPNgx11gKJVRE7k7T6/Vbm+TPV5Ay+VhaWr1q2/cDK5dkBv8BHkD5FDfA7QjSIG6jBmNoxemKBX2gKe2K80RcjZ/rCvAv3ynA54qYSdKEeKLjXSuO69fT1nDghoVJZJ84l0slzYVh74kRfD9khHQAiFwQ4Dqlksg//mPNyEDUwli4myrfTvumJNgXxHoLbkODs4Zkcr6MB0jmzcDqenVjMCbFxpnfLM8+gH5+BaM/EdTi4Zd1EMAcSuDcSRHsgBHMmQooUeWaL0nRoDMkac8ikFKvhkAUnnjdWA1SMovyiDWwcs0ymqLiVjJcaLuMcLyEYxP7ClI+lLhs3quobCL+pGjXussseXge/qR6JA+NGVn8D1z0MLhtIKqUeXle+UqvWrixf9zAuwmlXll328GVlK7XcuMvoEwPpJq6fd9Thb11NtVDjqBmYe6AoYdtX2OEVBBOJODATnD2NgIBwjpGLElz1iBvwwuZxWmvWhJfOgbG42HeF+TOUVl0RpOoitkuJCI1mgIMMRdYFB/LkBqtKkaP3bhhlpZ8q+L6R52vHE9xU9DcCyyrAqT5xey0f4xvPyJUq+QSZTG6Td8rfV1gUnXK5zC6bIMvSqwXgky71g3qHHv/fPYEUleNiNrmMvjlikOcdWGAtkrPhURu8CvBAwXeN+IK1tz9xbeYewEVwX8fX8nwjyEtXxFe2fyUcZULKM8K1e9K30usHZe6PnyiNS0DalqEM5MuDAEt74AVbQCBOzIB5czBkZgMJCZfgiVGwOcHynCmSCPEBOBW4gXshupX95R4Qs3DnrK9rLt/1VQx9jD6OfbVra/XXs3a6QNPVly77cdmlV4Mm+Pbbb6OHmeRFGNwzQ14/Q48/ARqUR1vW7tu3tuWoEj17Yjx95vXNYfTnQaHQIJATpgTfdWn/0BmbgqGC1xCyw3AH9Sh1hMwOGc/VaVfuF8TBr+QHMkpNvl8r+ev5nlgJywjADtUMXgFdjO6CIrp+x6FA9BIpuoo8F4S1F01OPe8IQhi0w7P/TS2QTCG0EW1MIV20fdtjQAWqgfLQtvao7lyZoB0l7cET/TrwA7yLoiUXS90RtG/YYA+m/osq4CqVfA4EM+UqXUnLsNbyQKC8dVhLCRp7rsQofEl84X65XxoXwSBo75SlccD65yWeIBoRQV8mQRAlRMygH9qN7Q/B3qAtaEN4Qj7FWeC/CLytGMUz+T0Wru84gToCWQTsNxNielM4PyUsFZCi55pTtbC3L4nSiwJeJCgzSKTdnZOjSOcKz+wkFKeBI9pCTAjgBSqorwFmQASRnHCW/E8ggBbt6rkTVRxGux4H89YW3tmzC1wXnNccQN2fgeuD85iK4Nwg6sZlCtcKRQ6Dl0iZ6wPN83Hdz8B1AUH2bz2rlPxT8NtnpMoFr0QDURAu4uvSxWLqJi7Ae8bNEResZvGo14vWdwlaEPun/SXwgvMFFzCn1wCjLhE30XPXP7oe/wc/ruscv379+M51H9cOP3PPyIrcCYMnRMc7RsNGu4Sx+bhFbI25MTg4OrSq+eVVZ0bNr182p20MA6QeDjBjh89ZVjd35JlV1pwQo6EnNzCfNkw2hnJox8gVK0aOWr58VPqMfoa3jB3aODE1xew1aXBN4JDQVtsEgppPSxRas9uyczb6+6HFvqzC6GLQBKAUoAeXRAqz/EsOAfvsnYESO5TT8Ikhs2YNSTVr7CWkzWbg9XBvWk5L8CRwzxLcien4BLHBNyaADng4In7l6eT10H399akzY0DTcUw0t6Gnjx9HSxYybagNPEp+KSmi7Wf+efw4c1+fArXh8+XAI/bh8WcBex+bwpxgLp612qiZZKaCpKkFIkrkggUAz5BEAxjBrjGI43gxIiIuQBbAUJAWwDnTfh4I5oXg5MZPvqCexVEWT9oSEW1VUKnBxWgWsMpQ/KxPxQCWqdwNKjTFVot9F128En2p8/FKVqrP8ameHZw3ymyly7h7owGb+r5CNavzFYHlr7dJHalOtqK8FF0utWeD1vKwjA7CW2inBr3cYAHmArXLBZovi8gcgaJdkuPr0fuqLKlsco7GqFTLmx9r4hUyefBkQhMaB73WSMvjjbDVqffKctGR+J8NaqMcGFuNEWOuDoTq7ZwJjphl0I2DY3z23EkauU+f+v2rIYO8RSOFmCApDIOZ99dLeJ35gzLBvl+U4yTPs32wUz5MtxKfNfjrCVSeToB5jJ33IzSssEno0Rm48yAdPDGGQkSSnxIsNVgKYaLp3A8TecGSoCR5mlKwr2Oarrv9VLK9G1Ck0llM3dGUUI/ql8cLv75aulcEEmZqz/R63EHmvTOCripTm8RVcygV92cBb8GN57YRmC5Lj1qjIeHFzEraiiZB9P0EIDAB/8rnJc6IBfIbry1COo8pGBxO44KdS2cM4R2XdVw2B7as37h+GK3fLW/74h9ftMl3U2cVyiv+tWf0/etnlEPdLvlmsBIkwcrN8l1IoXgMrUelaP1jCoVut/wZyEAbZJ6R71bdYMjKy8syrI3gv116lbx13LhWuUq/C2ilc6fnVVfn7dIr5Zt37NgsV+JEjezWfftulZGCT7/xxtOkINGCE+xmhH3MgVKpGmoYNZKaTs2n1uDBeYFPOOq/PBNsSBHVLhIfmDYQ6047QAd7II0LksOIXgR4XTgh8UQPGxi7aCI9rGVOC/6PMvUz5ngsPgpJr7eUnBYk5yw+xuaJtcl/8LpwQq8PjF00MZUE56T38KyY1SvAUov8BrpLSKOp0xQpJyFH4hHvLMV+JSG4eoOEfRDo8RGYPAIfIBhBkY3JCiC4vxEmEKJkIbp0MvhCmAmkhSZKZDTSMVH6ld40FnnzrEGWSUA2ZD1jtNAyn94vY4Obtsx+qHtWzKIANMMMv6mg/cPFV3d2ztDDkUCBjpuc9L/YfCcc411fNH8xvXrUStTosfHogMbmcRlLT3R/VBqA5tDcKbubaiQ0oCsem7/h044wBKBLmvpR7jGxv3MGbXz2fjKHh9JrrZzS4xk8TLgqM8V7IB3EzJ+Eg3Q8oef1JEUGtDTxbxMUdQ/04LCHB/IuVL/+a6XeQO8vbhn+SJg59vHnINeHqrIRxcyZ2YDet45geC2YbfSxS+kuG6ZdZ4HDoETrQ7e88jyIA8cHJ9FBcC06kuLRYngTHUr1onFoLSyCCpAP7FqrzYBmi7IRmWg3oqEslAPzOIIfeuCLEwliwszSuG9yTEBwC8RHAR3lfaxgKULAHYyiijBnipqIure4iR93gwBm4ehoImoyRy/sxdyTV6lLaEZJK09vLFfUou8hSADNHTrb8iFbHwJs4MCcA3DPoPY1ewHYURSsDI1pMpmbF228FV5TnFdc0BTXgN5knenHB33vspqbky0lPwvdSYqP0BvYLpNnyRMrQSiuGj4RNY9vWuFEEG5IrYMbtfblk2cNMfuNriyP4jovWDljXqPVazR5gFV6Szx1qMvUTD9/RrgYK/RNS3/bEGuJXCpK1WJOfxyeCWZTi6nV1F7qKeoV6hPqFFAAK27TStAMxoE14GqyC51xzoGZwyDUJyRQb47rYcikh5ywpx4T9tVANOYzRo0VMEZ8SxujMXM0QRtzQawCGKOhSDQRLykE3lwciUX9Jf1CfX/E7GPEuRjH4umQ1+wNeYOCNAVPs8WRmKDaWmw2moycg/iL90kCUSLJ8nKi92N81ZJoxAmEk9EcJVBMGTa7BuA7B0mGOSHu/Ar76JgdJc8fFzZ5ibdkH74MeQXiSDtj5UXyQuRO0XN3wVcxpTNDokmRcN0Lb3pehXRmJo/z+siWD9kNMAibkwnCGCeIcDUYIu0U/AW+z5TkTbOfvWLEiCuOzLkpuWnylDvXTZywfv2EiZM2Tpm8KXnTnCMk79nZN8GZnI6jnQwrkbC0hGGlkKYJKIrwBwEe7GdMJl5vMul5cFcl2wS2mjB9w+tPm/1ms38r0Zkk5cieO2CgUAmC00dcTmuWRu22aFwuj8vpcR1wOnU24mjEoXm0UG22mg1Kk8fmKlRZ3FaDyupxejZKVSq+qMjlcBQaZzqDIZfHpNYbvdxM/yaz0uVyyqUymT7kcfJqvU5vNut5rdrg8Bx1uTR2ZyjkdKi3mJVOJykmXe90akpDIYdT3UY0hiGhSCFDM5DEhCckTz174ABi7h+Nm2o2aZbR80EVqBw5HR1D706fDvJA/pr56AX0wjxSYs5sXKLvOE3rDCqVQaNSoTJIy1lAWkHF5gUtVj1vGZvlFgNWv5WcnIARngKK7UOUbskz4IcYjfMsFoN26zC/fxj5NTZoDeHqsMHilUBGrlFY1BaDhwR1arPOorZypip7dra9KrI97M4K8SaNR5kVwvVbfIyDwRW1FhWwBC1Ki/bqzKVWZ7Kvblw92JBdmW2gyRcjLQKFpyB/5JtDQZcaMJ8MnApE//TCXCDHswHZ+aunxlLTqHl4JriMuoq6WfBySBBhBYffBiHAEkN4XcY5PJuWIcfPDSnBUaiIcS2MKkGWnFb0iWUGBdCpgRKynnP0QkDwRM8nyOhL/0BU0Lwit4v9QmoIyvzOSp2uyuGXfF3LG2pOjZwxfMqU5vxKV10dqM1OOI12o9PizS7Lq/QXBKS8w1RkzskbHK0FpkB2cU1NQW4wHG6ePas5h/mpbh96Ed2LDAhJPLZg3wPzds2btwvA6wZ3jh+8/e2nVixduuIpsLV9bkt16dQ6GfC0Jn6WJlpbE9zPiVb4U9Rje9/uVpXMXNI8CT0WjI4Hrf8K5xnkerXWaM8LJMK+bK1KojQZ7Hnh2qrs1kBdpKgh2GqYuWNm6kmoCY/bseGaoiB8kdx0nhSMOXEC3Scr7SxtLkOPXaNtKyxBj22B/jPK0ra2UuZ7fCTkuL7/20FMkasxH+rA9HgQc6PDqQnUUepveAZngQz4QQ2YRlF8NAQSZDLG81rAHDOXkOk3EhBPQDyx0RBx6s75QkZfyMf5eLzKRc0JYFAz3iCeEEMcJvTNCVzN6NNFjeLF+o24dHhhNAtzPSb7ExGyF+OC8UyizmcMkf/CVEjWXiHG9fO4Qgb+eYz4c5MfJ9gg4bq4p5GFQsRJT5CHNkg4F3BiDp90DfIoEUFEJ6SVxAtoIdFMdoUGPCZBcBM7MEG8KxBRpY1Ehm+Ku0DCKMnkSQR5RDrPBWhdpjm8sRKc6g2qGQH7IiG0TmzF+HxY19x05/btoGr6s+FRI7OBJ6djRC76jBzB6+Pz+kz1k8smb7ZutTZd2nXJvNGtcI9C57CELNmyde0jz1KAae94ayH64PjxPTfeyL4r9q1F1oT1PX6xATrlcmA212aPlllLrX/3PnHIeth8alD4oKU4dU1u7sume9vEbrgy6nokYUYvukvfMTd+Fo+gO8HYRMkxY4X7QamUgboy9z2VqXyLyaqvs3gH1d1cVI4+txptujqAmVazvqn2pmLMl/z1r7tvvBF9WQ9/mrVunddbHPGWhDeu8PuKi31fWWovu8xjDeQGrLHwhuX+8uE3Tly92Xa5ddiGLTVcjsat1EnsfufEqQunL6HHLEhdPnx4cSLedsnxSs+gsLMKfOusDC4oRN+8i/8qK4EGnQXgqadS7xpcBhUHwYTOTqAZP76vFGjKcL3UO58khg9PwANVVQUFhYXTgXqMWakEsKqqvByszsN/Jvw3dWpe3mNgKymZ6jSl/8rL0eUVFeNVs6Yz0rEWyxlzWCbzOuP5HuN0oHGBeyw47nHFZD6NSc5NAxrgTF2K71qK7wrvRd8ATerSMeVWrZwL+kM5ZVatDEgC6pm+cqtKCVhFwEUSDYwE1qNvX3+9snLLVRV4dpXrnHww/Cf8NakjR8j4VPSPTwXmunx4XI6kLqG2UPuoB6nD1B/S3qjS+0S4S/s4whEQxIeB6QLoCEdLCOYI0WcTpGQsHxeSB1hv4zMuQQnFNSAkQJWQ3msWMxLgN1/JINbgYyVCeU6AO0kQ03DxAU0XzsPw02jA6YsEHAFah5lVHVToTTYLmBL1O/0k9fQ9rdU9PKwDUkmLAeqBUq810WOmgVg2SVHT9sYhMweVOyr1jGoQD56Xsq0Kbl4eqxvGSkP5oEOFo9RZsK61ep9BuEiHkvnlRWyDyEXwekAu8oGqWSEUrefhqaFsDp5JoIIP+7kl59HVywPFWY5A1LMyxwXmKxjjvf6IEN9eEePRHImcv0Qqp+HUvwFWIveEFwytaLIYlDItMMpl8r27tDIWLtnMdEtVctBdmq6iuvSXVYCW0YKDQK1AXZCV8YD3mfDtzOCj85ZissfSvxZrqAg1BK/EE6gF1KXU1dQt4jqMF1RC/bK+uLAKC+tuetnl0ojchJYNCstuIg4SvpiGjqbNKEWFLlZYgPHkq4sSXEleWMEFK9dQGk0ycY6BFzIk6foC+RsMRX+BySmpMvIes97pKANPXCKJRE99Ud/ozwqW1+sbOloLiuoaQu4iZ4dbP6RrRFEUM1tdG/QFuuq84NCswixlDrhSo8oqlMs37bKVagt37YKX5IcH18akm3f5s0ZGq1BeQX1BQT39cFFkcteimsS8mRXassG5BjP7MzyfS1o1KOCTnXCNmfZpRZ1VZVLbPN1ZwVBTeZ1Fbda6rfrF2YFs4Fu01bhEOvt/RvldiuVc5CXr1XSWqxRlg4gbPQT+8uHqspLSwtQa625FaR14kdy5EH2+uKZ285JkZSI8283zhWr4yHkfjqbUmCf+VkIJ45wgK+nNpIHIfnCIjZQIY5msMsBEYEoIGluc+KeqZogbiczmE168zETVXmKq+rKlBNXuencnAJRWWzE6azYTlQL5zw/L7dJROPA0H+kYVxX67DlpaXupdO1zMXAHzoEH0d5XS1rm7do576Gs0RVa7dDZklq5XXbqPimUd+ECt2d5cybecN+3V+8BrIM3EP16A6/fMAnMxwVEe7Zz72HCdEQb2RXqf/ioDKRdM2pB/9slPEE6oSfWA7/6Yoz4KkNTP9ELcx7fMummziKmN/OiO+EPB6oWVYGGUb/6og+nXw58Dn8et6xm2oIoSqJa8cU3PAO0U9Fe5p6u3/ri/RjHbLJfzpUgmkPEd6EwhepEtKdfiwMPHhoeCcdm/AqKA8SX8QGREPdx3MTTC6QuDtM0MJw6AXqLODl6Qc7Ri/TqLtGBgyBwBLEmTVsY1IbbNE0gptb3QEGUkxKq/ocw/e9lMghlO3G4r2XkqmUj6aeE29wdKCkJ3K0fgGWcJ2g6El0EAjlEiZAutJNQTt6qgdpSGbEa/E86KMy6oUtXlb2JvgTa170jZ3eUapdrNw255pEntzdeI5OskMj7fk1HBRxdGGnLxePmrdeBVmbPHpK/UKttyi1+csful4pymjiZjM79NS2WgXJ4NfHTKrwD2cQQbPNZomziFWe29NavXkCbrBE9cZpNeMUkZXGn1lIer/CuZI4kcBoCnuIAuHKKfmP+5JrV06rmT+3qGQ1LmtdcM0zCc1MKHWzJvsm3P7L5b1vGXhGECiBjl7NSFq5krVmO8nH1RWg/ej+jCX/yEYVNmi0FUD7rzBbBj5/gnw+MA/fAUwtWVy04MLV79ZZXdIsOTotCEPNE6sf97sFbgfyWwbV8qUSpYBWpmy2WkA3IQlXL2zD1PzHTRNfJoKJYqVTJRnaSS4JS4Di6Go3r19sS9vV8ZE+PMmmJTZBBA4g8n3gEYUM88YqZFtoTfxcyEAJGSeORyR/Pkcv/KLfJ56buCsReP0vVJgNwwlwxbc5Hk/pegrW9qV4JdQT9NOmjOTjxj3KhbLIWUK/HhLJC2pyPJ5+uFcr2pvXIkCCHzE776OCozF47iAuOG0yUj2jaEl3kRDUjGd40Nx8d2jJ11brHJ8J1FX1Ph7aOBAz64S9rnltazjWWVmuy1da65llzJNSkpppxqavXTDi8PjkKNsTP/NiywDT4T+j7SXe8sZyNhLyB+kkVfs158tD8fjQ9AaE6ImBoihCXMCrEIOk2gpfKNGCxC/JGooMpYsdyAoTXxSOEkyGaZp7+fyJHI2pTMbFzMsVfRjjqFJXfHnS4cn2WsMnk9LcX5Lf7XUZzyOLLdTmC7Z1ipleI5KfL5Be0+50mU5iU+WUVIRfX6W6vJX4RxH+17d1nqCGlsWG8w+vgg53wP0aSRKjjsFvsJrWWt9ocTquV16pNOMEhpAohUNsr5jpsYu4FBW1Wu6m3vRv0otrMr5vWto4cFnPmWbLc5cEbW/5jRBzzgryKJXS4x0i8QGC2Hf+k1M8Ung4AdSoJemEtDp5OMlRfEuK+l+rt943SK6yDWrwSUpj8F7w+4VktynuIHxD8/Rk9TUHvPPTJre+I8807z9DsygX7U9Q7eN6Bl6c+XLAyMwulqFvRJ/PgHTSFJ7jzns2deTayZJCRRoZbSBhhxPiOLBnC83JUSLsqtRUPlE9RVy8cSgLg7VVanRE8ptaL73ACtRp1QqlMIbFMSJ/2t8RRzFiqi1CSBLeYEXWGJSHiXbkftES0EcFrFxTVoYkTFBFtWyKAuhIpp88FzVwwJBCSrFIud5X4A2DQsZ0Vc9taImWuYkVWxbiVHV0PzvrTrY+MKLWP0jjBJnT2hh+uGHv9K3PHXjd7bHlFTrmt68oRS4M1HWPHNZcq6IcWtY0uAkqTi9lgc5ibi5voWonPmW1XySd8s+P3gfiU9vXDL3eMmDsuvOjRrp6vptTE9nj9YM9tAOyY+9ruicHqaTMuX7oj/urU9pzKLLc5v2Juk1Z3yX6GNuco7Pns9GIjMNaftxaMFWT2RPcwVJLZvvKZMCkdEvFIDALyLV74TILiKkvayGwU5/5EP3SxMMy56EVw6vd85vOHZQws9sd1wMBPCsk9g6Lta6F26gxnOGIHIyumNpnLQoOGJ0fOfGIezUx6cOHTkwyKypwl45fu2T+n+9ICqc+U7U+UtuTM3zPnPD8GJx+ol6sCDqhSQH+hRuMfHJc7DUvbOW3XOKdU48i2seVN1xXunLViSHH3UzPAgicWX2K3LGwf8uCyuffMX2GcUj6hrDFkvxp+cr7BA52W8YoYolHqfM+7frKx7yEqTJwHR/VaPIMRQwct7iUePA0yybQeq3iiBa1YtG7F1VevABvnPHvVO2RtS1GZVY4mIWg5VyFz6kTfozfQ950jrgJ3X0AfDLAnpAS0fMoCxLvD9NMApl+tH7O+/feZ1X9v5tHz7ghQ+tIZGuL68x5GmP+Jigc+EetLC6aOCCoX/s41RBQi0ZKxEYpiMh94OJOZEUD5ie2B4A+O0A1ZeArJIj7KEiGyjJJ+g1MIzya4p43i0R9KhwjgWjQCT6OXwz7Lkbohm48c2bz04Tuf1peBxSALZU2fa2TZI5srqx7UyE0ao0//4KQjQAoq0Sm0HZ0a3lSH9uk9L5n77jmMTgHu8JKZVwqqlSAJHhv9oagY6TEAxYSZh0GyKeuM+wj6+cj1X42uuREkN8/e+SKQHrGgPnOJWuEEzJSNm48A4br4SlMfqJmGcm373wccWAK4xJPBkmCSiOYdqDtvoF01J/ScXIKnR10gT+YzYFS0RJAFw/P8CPsuxLfSlRDJJzEXM/MZ+TAjym6dQ1ifuW+e2ccOYYMuJugK/tNhSCUNDocBJg3gICmcovAhaZ0tewTYwRhgf0Q21wwUA+S/UAmSZqfTjJKuggJ4SdjhCDtSE1J3JWPDhsWS4hFO6F4EXm5bXlm5vA2VzxLWhStw3/sZrwsFBFuAEoe88O0wDy3iWEU9BAVKMCPwiIIsj4khkjFAGANRiRL3gZA4f1QAgeD0E+ggPJewT0b8qXp/JOKHz/mB1NyXQ8L0NePQew88go49ZKb/TBL6Lh0HQg9s/vbBOWBpxL9Jt+l99NbdP6L5058luZtxHBTf8wPYOf2IPwL/3hSNNkXHjBkV8fkj197zEHr3kUx49kPfgM2+yOjRd6O3PtgE5McjfiEGij/YhH48HiF2FYqzFPND+tvacf9fJmCK02Z9DPOGgq10AX41gqVkJhB7ElpwTk2EV2RdkdBpkVZcV0KsUfziRoWLSUQE+CQRkhyPEyNODoYkvrTrNUzkmdILj7Bdcc5QWFQV503malYQG9JESRyKaP6QPrxk2V3BMnSNiw54lTk+9OY+XZamctWwIt4wfPZmr9qcpQqW1TsN0dusFadu/fste/B3KkV/WBpQKnMbx47rcGo5i1bDOBqrsmrHB2jmSpnUA0fEO+71lEhbS5XOh5y58SWjJztWVzmz7+xo2/S8BEoKshuqhwcGd+yrGh5UT76vb8+i7p3vMZejp4zghYbSvu52aY4Vchy9ZRoaL2fBlPd9fT/4D1xjU1vastqn1cbRrdk11++/714Ac4ta9MUxBevyljh4hoE873fYTJaCKwa5l7qUSig/Cjl1bOjeEV5PrXKOTun9cHxi5lpbs6t6tQYcnds+M/WMTqJdf8n1M4dMG7oANWmqJ0+q3YX6nrskpwyozvn7I+ufjYoLOPEUiA5czHzp1Y8sdIH/mBMPkM0nGAp6sgiIvPAFiX8PE+PJImDv1YDHNCyte0t978Y7Dj99zY33qF5nq6JlNXJbPDQF/vmo+p5M+htMdYSkx0LFCbDQnS/ROOCY1K2pa0ezVp0k3+XKl+jNkjywFfBw2ljWomMLXL0/U1B72+P/evX5zx/sqW1ataxoSIP/6gsTWp5469UqqVIPa2oYjUpa+co7b79SJVWrWU9WHaNWyypfpl8/TaatzLrCduF2cVIVosZjGiA9OMCjozDSBY/DapBZ7DOeHeOZCH1C8C3Z042+FgKYYX9768ktILnl5FZUROI4EWi7e4QAfR3SCmW+7u45kyQhFrPlW07+H+a+O7CJI/t/Z4tWvRdblmXJsiRXuciSbINl2ZhibMCYZrrppptOgIDoJEBCT4BAuBBSCCnkm94wuUtCChzJQQ4Skji5NO6SXL65Sw5safjNzEq2bLjcfe/7/eMH1u7s7OzszOzMmzdv3vs8UBPZgZ7SKhlhEU8daWFaBBsQNsEGJEg0eKie2rGcgFXNxwGrUVz81q2unL5ORR1yL4a33oOjSUtJeifJYkGHFGis9G2stliq1/kqDQHEuk9Ishj8RkvSJMTdBwz0oCofvOarQsG0ilO+qtVbmjrON23Z0sQWNG2hn1uIc8EH2O6rLC6u9LUbjV/juK87z0sP+CorfXC6wfBMdiV9qOvpLYm+C2k0NWMtQnsKsOP/kpvsCnfDj3ZfBQH4ChwAXwEBsIaedXxpJLT0+PGlTOvS4+B12h25B3H/FCijH+qKP467g6kTj3EQNYKaRDVTc6mF1HK0CtxA3UHtpPZR91FHqAeph6nj1JPUC9TL1GvUaepdAeuYIRahTGwX1C7CP4GuMcTglhHQD3TFOEoXo212P/4JsBM6gqOLjqhiDoDuABJrCmjcIh7YTU6UJ4YB5R0BBphAQGcHfs6LVjgmI2MPABXw+nijRo8fMmkCGhPIB7wm4BY5HZzJIKGdbg3He4FJl0+jXsO43BLax+gcOsBXAOKOTgZMfjFl1p9lkvWnGXtSshq2aIo1cIHGbEpnT+uTmXP65BT9WyD9fTbdZNaCbWq/GtylxXd/b7LxL+uSI26wER6/Gx4HzdrsyFhAn1e98rJCTT8CV71GZ8Nv1bn0k4ANaazGCLxUAZapK+EIMEgcaeHASLiVRaNkVwi+e+j00UdYIH7Muh9kffYZe/aUiFmmju6+CP+IvmdmdOUW8HX2COD8YQMDjOJLnBjWAn+k9Sj6x5YXrMv8Pc08tnYQR681pLHwPolEj05PisWmdK1er7cnieVgCJuml0jAVC5Nj9KARsCCDBWYLRUn2Q3onz1JJIcHgN2oUMJX2LTIWTAZHlYzFlYi5eC9orfA2NfFNGg9c0bdMVzEVQ+ZCaTwbAjusAA/fJRVodQnRRxYXgUqH/rk1ZNixgdooFacBAoZfPsQKPvuUzG8NvBtWt72eQ58A54GXtV2+OUnuWBLB40awoDaCywHLCyEL4JfPoNfR+6AX4GUP/2pH5gpZdFnzoze18AI8hKC/48x7yjS/TsHA/rWCYp4z6+nvwZNz6+P/H398+z5p0IeaPGEKvOYxvWnwPT2qg2vvbYh4xnwKMYwh3pPH4HerEfj7XZKSjx7Y3kMSzGYcUF8C4fYXnSBFplASzmFCw4jxfmpgIg3Mg/B38L0ZfqzoOl8A5g6vj9cGX1j/vhgC+2HRxfRGjAlUwmvwNCyGczvTz+x+eBcMPA9Q30lN+s2mApPjx51Hkw6e2flmAXR03DlgDFgHV3W0RtMpfVLx81YDoPwY6W+qHK46SyonXfvhidjtEFMsf8gur+YkusELz9khyQH6PyIzfZ7bVi5k4nHM3ihixgZwTkdT7xDmfwmftrB9avPnP5iz54vTp8Jr+IOtgH66oEDVwEN/3vtuUOrHnujbd++tjceWzXztqfGvHPixE+BP+y599Onjixc9f6S94+deIdd3iEuHbtnz9hS9tqaWbM6HiqtZKKDt28fHGFych1z5qQzW9l7DlZFhnmLps/mBD76GJqbx3baW4z7n8uhb7ruAlhNQFohtMUKuCtW/Xi9lRzgl1b9NBxGB3jl1mFuy3cPdWQ89N3qmdLfLJg+OA9kv7o3slu5+cQx+hOD1WqIOnBCWoeP0e/xETyOj3AYCc8i4X3o+NBD33330OI3itLdC37T5/k/747srSqxf0xhbUnqRlAk2M4IftoMxFObnfhqy6MKKR9VSpVTlVRfqgbR5aGIMo+mxiPqPIOaTc2nFlHLqJWIQm9EFHo7otF7qf3UMeoiGhFY9OMkR5/dgK3XTD1/AROf+MMuiRJ/AOOC/coP3/caAv/krgnrsxj4W/yccQ6LgN9Yab+gjubo1KcDIpeA9W80eQMeERZei6jItaiYu6/9DL2XPtp+Zqgz/q9CNVOVhn5Wcm5WDZmpmrkc/W6LnSOVC4F+ETAsAvqF5C8W7njBueiBnvE/Dl7UmbEzumXtCy+sXff88/Cyu3d1b3fLJDOT1mdiaqDEEagfEsjKNKTXqBA3niGxKs1GeWrAZxdR7TvgE6ChkjkcmQw/4jLffht+uGjRnoS/u9Pz7cp0Tzr+Keye9HSPPX+CJ92Df+Pz0z3s+xk9/sETQxZ1j1k0JKNbnujP8fw6obTg9owsCQd0hkJvRbbUmJvmyeeBTG9IEhlNZUDFyBgRLTXlxf0LLELjbzvBe8jusYa9lXFezI0sZjQm3t92+HAbAw+33X9/G2iryLt2Ka+iIg88mRuifwrlgifzKsAWfO8wTtiy4DBb0v5KbkVFLleNj7/5DTrG+NBMRL8uo/MYRL24ONwR37U/TwTNGB+QFbxEUIkQSTHNAZ+wyRFXZRce8HP7ALvng48OjziwYmHzjIXL7x124Lfn7596aQRns4iVht7T4M9rNn6+GaScW37x8M6Nm46Nmb5x7UTrDI0+TfPH+8tmlxeJVYbkXk9NOAXZUubF997Ydej9wLjlGzYuHxd4fv+hl2rL2VSdQZnka5yz+MNNZ4F61NaHH9k6auW0iWGnVa8drL//vDPXaVDpUvrUdLzmTFXFeFnsfxzbEuRgjCiiwkB8UqYCoirWCxCQEYxFEseyZ2NnHfGwQPwKoI8QJ3VBEGDiMhUri5fhLHbQi6UWxIcvCUS/FnTIBVXyd23JHd8Bnkti7sVJIpTZZXTSJ98TxCbqZJWM5QF70uxiuueCA9FExXKmFVJJTmYFn5okVRdgjD6z0lvNMgEUVGjTjE7e1YVrj+st6OMPE3qbKq5GTzygmYCxKAD+0zpzlKtYtxu9djdiMnWAwtDYVHT3f1xr3S7gxDfgx7t0KOcblA7nl/4/r7vgR0Pg37E3TjmxNUO3dBLG7tbZJbTdaWcIQ+8UtsyJZw+MU2AvukDPhxfAVTA+2u+O92A7bGOiKObVyOv08ffgD/R8MAa2wXYwGoSVtDoS0pZpIyE1rQRhrZ0N2xkqOoPeH4kwLPG3EfmG3k8CIDwdUtp8TYTS61lKk6+lKWzHiSrJf4/mohrqHsTpUxwWy/NuAkX964eAYBz7Tw/OxEQaBm+ba7zYzagBQ4BiHw2Mpiv1v3olMDg5H55meB36yOExw4Zp/dphw1D4nx5wol+7P6w9LyFV6AON3noyLGwDhU9a9ZoPdIk5/errQAhgEx+I+ouQoe6f/X7l7m34bkODTtcQAk5QZi6XloEcbBwOL5ZJy83wTfixFt1s+NVMWLMAuRkff1zcl0sfailF2XWoJXUqAGJOINNjviAFN44S7IAaa2cxKCAWDKM7xx4TcHsxoRWILcZnMRYRkBZAgFyNvJe3MnSoqQk3RLgJUDQtHdlvEm/hJ/UbKSV6ujL0x8g5hUyjNSkyPDqpQiaXKaQ6T4bCpNXIFJyckZFU4IFdt0X23bZLkuoZ6hvzoZF+/QNN3wxbrnVO7znWXFtGX80Hr/MpHzZUjM5Wg9ZwCJtIhcJ0EUuLdTStE9OsVsLwPGsXm8V6Xs6yyY705OR0RzLLynk9irSzPM9IIkdvu/PO28oX3jFvkvlKKCTXZ5aUZgd3ZDuDQWf2jmB2aUnm0CGf29ccuTu2bxBFtKwOcawt2NpFSWOrChfZKCEiUEeC4NvVaRNupU12L5aEBsheO+7uMaEEYtVNeK8JcbABu+AinYjbM4H/Jhm7OCqvXvfyjN98r5YPGdK/aZ4z5QbVt1MMXleXtPJZYg4WHrxpSm4qTS0a8anVxbGupKhd32+hLmUavvlfi9bvuPudaxcWPWWCbzr0Ws3u/NwNr7zChYH4le4yd/D3Gae21PGyL4/Mf6v/7Pov16W445LxlLx5iNSlFKUaw3lWk9Uyc6EOvdbsOlGRYr4c7dg5P82WhlZ0WPD+Sk9xe8y/ERfm2hCPOwTPhHa9krZ5aAFPw4iVbJQsb2WxJ3QCrEFMGBlBVpWocdKplxebMbjwyrM/w/afz66sWry8vzmX5dLMZU2lmSrAFExed+rCqXWTCxigyixtKjOncWyuuf/yxVUw7DKHBBMn1Hq1PhD21TYRX1cV08rT0sqnVRQO8TvkKCuUoTQlyaRmZWkOq15vzUiTs8okU4oU5YTykzv8Q5ghEDsUCwv7Efjnq60Fjwg+sehOnzUpRHvKjiH8BAxLtx19/xQg+HLRmYwAzXkYmFbEy9CMgHcT7DGMSNoUZLAAnQKFnJRloju1xdroDk4NFhgdXL/XROlGQ7poV4mWds+Ad88XO3R5srW/Ezly07nFcPQM2BZcO78+I6N+/tpgG6QpkYRho49otfQYWptiAMnRaXqzWQ++anGAEzsPfqLR01wWbKCf0JtTDLDg4M4r13JqQhkZoZqca5iHo29QbJiLENsaCugpXuON9+pOQV0n3q7GA2jifZbVZuC9IvRjw/Dy5bYu0BghuO9va+WyrZ9vPA6yn4hQQo/Dez9M6yfwRdSXEpIK6kSs+gmgPbjp610q3S74Z62wm4OfStwHxbaA3X1CEm/IdLqHJhvAJhADwvEKZaPUXKvZRV4A160ee/Diny8eHItOS969D6yGHURYOSNeNHidQ18bCmpLIrj2vneXCKnxQ6vBapJNe7irLp26KCymzeWC7ZzWgJrQ8CtN6HNRROMMURyssmPFVINQEl4ULzQT3HkSNaqA2EBeKwQvw8sndx6rEOk0fQ3i3NbvWnPFqeUanagi+mBXJdjfDYB/eRi38oaER0lwQxLo/8nDwDCg6aQ6RT9r3bpZ+hT1yY4rCVUi/YHMNVXUQLznHFN4j1cDg8f9i/rhLuKnMBFw4vEdrxRLYZv5+NdYfav67f3bOrka2N5deqWRurFJqY1uTvg2qLOgr0O6zKYbh9++dQVRJ9IcfA/kmJRV/aBW2dGU+LXoTtvS2Rg95D+pG/52ATffCTls6CZtj08GgU6kYr+teyNw/7oR0EdeXTxNYpYWSIFk5nxyBxEhG765cdbI2I0xpYfBrsP/YSvhbvD2Yd98KRDnilOki1o2kT4fL9fsCbEbU0pWr76pFbHsh8b6TlyUKqGCVC3VQHZmjLToVqTD/k+ICO4haNY0UmiSdIvUTBFhSFxk4gUaLJPTgCIURvMnYUtEUL72b/sSKAakepAbDXCfPffYY+fOAndkN2JdWhfNOHBgxiIys9LX71i27A469CKuxYvkBvPXg/CHJ9TdSNHNBOkcyNMZFi0y6OAfou+sB3PWr4d74C+lx75oe7hUaHLEkLOqIUNUMAJitKH04bYvjpVivg3cEPG4v/Wj6qkJ1Jxb9TnEPosoXpTh9jABYep0duphdu+cptiAAsWEUTEFgVNvNKFWowJ4twvRRQobFpJObAWibj2trsKYBn96/gN4tM+S87vrxZI7v9i89OPRpP8kpuuV/twuEgkp9oGP0F8k/OkxBijf9X2yGTUk04oaEEXAn1AE25TY1yb+EH4ORsypH50SzTj66bLNf96rEsZgKDHVwImSRSgOHtG7ktsfJodHIqZU6wegwrl8F7we4REXhGIsaR/A0ygGtaEotq8xELXhOKr5V9oQ9Zl/izARdyNCU5K+R1i9gEuNe19nn1OjLhfu0YQ2+I9nP3tpydabxuzB67ebkoHipbaXdj3xdmxUUmEMFYCqs2TagQPTlrzIlAqdj1x2H6eo7Z6BkZT0VYNVNw9WzYsg/YGXgSo1fdUkMhq/iXVDMB93v9KHQevDpZHOrgdDD5d20x3qRZDjE+dMvlNZku8+ewa6NCb/6Tx6cZtE4kFEaNvg7vPp4BNC/ImLvz6vfrhNakYJJduHdJ9fB58Q4k9c/CfzLH2DJfNsKfHnaKQMepol27paf8DX9ZF5AdRJqEa8nl3dgo7Vhw5fBu4n4IfHN36+VYYpC9n8PDJOKMQ7aC34jlCfccKN6121YVYlwRc/eRj+eZdOtevrTQeB9gm18NmOjROeeVune1vIaNwxcqMj3H0eQis6PsyujteFoKALpU4glyIK6/EJ3JbR5PXFN0HtcTCq+Lfh5+p08CNJiiRPKn0RfhSj8f+kjMD1olSahxJ3hLqqRM9FFYYfCTdeFKggmoeeANmd7SNEvii8JfL9TfMq+TZYPiTwkJ1AcBReESCWt5MNwOwiKQl6QezjR/mE1iUMYvQ+ohM+Fc9UsV4SfbfHOxGBDbMYTxiDt8eYUaqzO2MtLwpe7+QjN3f1VnQCCXMm7euKRycqAYctI8HXpsYbwIqv3gBRJcQAw15NJ3DcY46iIge87S3rV/nVKyoWbTl65kzUjuO4cJGj/bijiB727Z6SEvB7yZFdj30bfRzdGOkoomLv4jB9q8M7YXhdwBqJ09F0l1spwsZR6KXaQJfYXdAFZ4nQlACbC7u2HqZ2w4k3ZxwG6uOuhqUnZlRvSpVmyKzG7CKnUqLKGcPbmuvLqxvHhAITKgpTFB8/dQb+PTk12WqkVd4hOUbmsTmn7mou3giPNL1wfO2gUIl7d86UnIaaIk56KG3cV2CMtbJ52K6hwar2YMWwopHNS2bmP34aRt/KbSjIkVjGMKqG2XPjcukVqO02ofVEECOWUAIyCdE9J+vsgOCOzEi0EQGpEMEZQhFMIs4tHzBq4zBkGO9OR5SPmPfMj3K0Rj0vv3Tj5B11AwDTP8kiSuJ1KrG4qC+XXl0yUS5Vtay5+sjUqY9chei0fMhPhxFZB6Z3li9/B17d/9vjcOKWOcvfoYsaJZzUnuP2BfN2tcweJR7bx8goDPotvKFGyotrQr4CHg6JZYJOa949dnVQMzcdZwLPwavvLJ+wCex9+g/7Uc7Er0sMf0zAC9IRGbEbtQJasQTsPrsG/TpNlRLC2k6cEeKPhvywii+FfyJbSX1JSX17UsKF8HfvdQrrUuNfmIDS3EtusLZ4iBZSRm1YYEhTXcfOfUeCxZ2DLWcom0uNcQVBjIVN0CKJzwP2uPYIcXBuiAuTOG98BYM1UrFnvInw9c8xOj8dAk0KnU4Bj+gUrQodPIIvQBO5iNrqigFVPQOLhniDzd9vWrlOP+Sep+8ZotdtGPFZcR0djgH8w/tvflrIN9paXPdD0Z23+aYtmTqxT6amHP3TNNUVx3Wi+X+Q+nmpkQn1wz1RBQS0DAEL0FdcQYYYRlslMh18xP2V4wncQmJFjTZSTcJ8ddXz2esSyRaJQim5fl2iVKAgDvSIiRqedTqHGUzdKnwADDyg11lSLWZnZ32jn/3zTLpinnX6fc5hTFflV6zQiFI8dr8zQS9WS5kJ/SKskqCnH/uE8a5n79SkAZQIze83qHZEyIkQiA7tu7Bv3wVu5Of3R0PoEiOhhQAm8wTrDBrx3X2h+z9H4XAXli6mY0ai5cJ4DXbebrBLcF93231ehqi86NCs1toKfwiAGjgNHkT/p4GaAPyhtRVQoA9YAfpAas4lEQVDreHWSCuDT6A1iqqFpqs4fRHeg+caB6bPLKbPiKchn6pCcKud4dXGPYuierOY7+945qJabexoM6rVF5/pQHzZj8SJE8oZ0fqXN0bC617g3lFlZqre4V5Yx4Q3vtzeSnw2gfMY3qkTby7h3TmCNOLW76cT3k/9y7J8IfgsDUXbGCi4NA1hK5RbFktw9Qpex8WKJl7E92ruRHRoKfG/YiGYNxoyQcTceWMhidEkobEPebcTz9USIETSI5KTNGqYb0jV65RWcIMJ0cbon9nZlgIT7E8nR2/kwhWgWuNQyulUlh3bMTvZIb4qzTexi/UW1Q2KmRE5DKR0v44vktMUV5ivmMip/vQKWmURwZ/obvjqqp746nZNT0z1dqoHkjp7XNB+S6KG3xCJH+RuxOyU86lqahAVASKgBSnAieh8b9AfDAUTwBywDPwXeB1cBlcBpBXo82GkNBfBSTNyWNqNPTG7XaIACROnZiIhDVZA8BuBN52Pgeu4Y9uZxS601OKDtBUAI+KdjUKOrJM4qcbY7XhxETsWC+tbky827eG9UMTG4akuCLD4x10c8MSeQ6s+vZUxYYAlF08wljysOwPDLAW8QQZbd5kEkSrgDVgLFZUYJ/IGgZXcISioDj3vF95pwKh9qIAmP9DjI64ZXiQJXhTRMindbTQVodpzRNHCRXxnmVDDFGK7MvxEAHEePpGJtJMVy24DLirmP8FXzLh4n8goxLs49HP7RA7BjYlTRDxco/QiHhWANfkzUHMUB0E5MJA3E8xAt1LsELmVDEbDcQsxeMFvZPwYWdClBCbh8xCFXfwUYhKMBG7KgcpkYomLehF5xmEocuJq8X6fAJeHfUCirDi/gA2rF4oJPhW7tMk+GjSkoEoV8y5dsg/Qw1KMxlLFqPS8gZsLMvPbFypGCkEP/TbIcqSk+13FFq5lSH1LS9uUv61KmX/70qH0T2IdD8aG/QWNxujQ6O9MowpHvgxoTicWJStTeInMkmpVmCwOs1Yv432NMolENZhOd1k4hUfJ0NIsqUplqgbBBRabQaweaCpjGJrluZTCgqLMFfnl03feoc8utgfl9DDgm9x7RAbgeJamAVNmqtGiicMyv3f/JKVGli0BrDpXwVlc6fQQpUQsb/RJeaDXmh0Wk9JuTpFJxRaFCf4sabCyKRa9bbAjWdHHquCYEq9qoFWZLTMY1dbrr1kbJHadJSUztVqR7HCqvAFW8pKyly4jz2NOZi6LNQyj0GTmgiTY9u1DD337kH/mLMBLU9emSVgO/iRmWPoCzYpEsvRN8F51VqlKyzBSru/rjHMDMD10AhgO2hlAa6pU5hJvGsfyUlok4eVitVjHzipl5Va1RcT8VxLtz8+VizWSslQwlNFUu7Nua+Qc6/zekQoT+9s3Jh+bJDLRaRJ5rlQHaEY3gtbT0+ATdfVicWXo/HkA2CNsklIHGJUqWylJo9Xy9/7rTbqJa1ye7eqrYaQjvf51W9VOXpKsM1ZxrNeQEG5MqZQoHHbPXI4bkZ4QZqtU4rwUR1GOSTdw5sw9Mz+am9end40oc277FVmaSVOyoB9N52cnJ2cV0MzBYUZtmkwqMaamSqRKvTJVLLegT6aqoaV9fa6coF3jlCZrOS3DAg7IRJmMiKXtaRktJat9alMqMKuTlIyS9lhYrafMV6MQqxRiJbMa/mP4nVIdo0xSKZWWJE3x6tIWh81OS+ksTo7y4RiUY5LYpbFVZGb5+knowiQV6kQWucSi1iokUovVIGaeTE22TXWuTNWxS7M3lilsSmVomlolBYtWMdWbCqfaklO1rC515dY0ZdnGbJFKPbVSU7lqPovacvRsxu3artPyYv363jS9/tjiJceOLVkMXagjpixFg0rGDOjzEtvYiJpdP7yBU9Fnei1LFou06j2p9DqTYvubgcLX9ysMNINBfGgejMlGQ1KsKOTEIg67tgQSvUYnY2igKa2QiD0KRWoGapboBqW6/1KZ3Dfb76un6d5XKkoWlBdvmcRKgIjW6kwyhWxYn/SzBsPuQoeRYQyW3mGQ769y2cGgOtR/kvRalmPFr03otc0/2yeXLeunVhai4tcLPEMfCeBeJZx5L+LPu5uWArCidvUWWVlMkvgg50GnDA/P/b1py6RJW6KLJm1patoSHVM6e/Mdvz0L3KD00tY/3DMpj8nuP2fVoBenpU4c39TPJR9yAJ58BF658uq6RdXV9vwc/NAk8ugkrrD36FpvpknJSU22/JIBQ6fNqTw0xrt44vSh9b29aWqGVluLvQN7DQ8MjescxPxypRFU0FpqBvbmQnX3VIQRHbvBNOuKECuC+HY0z3tZsljkO8UJWPmGtrHauM2zziDo3Akg14jrj1+5bKKeWIhsFnwCvvfZhg2fgWLQAIpxKDr3ZqTnhWq1Ta0GK2fVOlLJEj/VMVSwbI6bSn9Aote/tJ6cz8Er55gmlzkSjgOqc60bPoPv9Xjb726BCx0drIb4XW3qUK3PUaZZiOUFCzVlDh9T28MwG/4giNPGr18/XgjtOncuchdNUBEJVG/cnkwi4MqbCF+H12JejaNHU/gIN2XoqVpVZOTD18M8WotpldeIEjxPbORrfROqrrVWTZhQxYeqJvhqWQrzstFWEBYE+hHB9v0IDPtqj+BkDEl8pJbqUaaUzjLF5BE9imBIBjcVFbH1HEUT+6DEUvQoIioORbfW+noUIdrUvYzA9n9RHgYtbf9/Kg+NONL/s/LQneUxoVFL/U9KIv71UjD/1vuxLIljVyK6YSEonui1urirTOLRxBXz/G5i5xL3H+veluqTTiYXyE7BMzqzXJ6ZKZenaMH3VncmzEDRteg2+B26x2myubZsDacT8KsZLOvDPgpsBoxYpdHb0dHmFtkdPq/Np0FHTTEJm/zoDhOCreEwCIVC8MeWFvhjKARC4TBsRWd1SwtQh7hwG2wKR9vawrt2hdtoWxgcIUGhOeN2DXFvDzkE9aIXkZxiXBiiiKTBIxWdfXbOQJww+zQ+h8GJCkI0WlEpiT/dmME6PhP7dYMYjVgY7qAgdm4b5iiAsXqxSEWEfh3CGaLYCErFhLFz1CjqwTdQeuwLWHiKpUDcP247FvqjCMHnAw5FKdKDwjTuRfgBSsDOQRVDdUrrlBF5Yz4sRnWvVfe6aRzxGoLEWjoMXqe9q6rYe7Ad/VA/89ljWaHVuE9C6oprgv6EojNYdIQ1nlCto1S4HUVy6NeBbqAqCH4pcET8EYbAGAvP4h9NzjDmHJgcO2JNQZPtj6hwB7Vb7J24AbrWghqM7wk0iaMDXYhMdtxreZaKNGEAFC6UWUJcFIPbVUUvFDUAG2wSYksyI00lAxpQpIpKtLUREb/KFHYCVwH8zrj0A9Nu7HCxm6XQ8mup8hfl8Cdg60AduwScybS8YGnKjFDxVwPqmhSlOMSgDgFsmSXMEXSvCSXKjBUC91NRAn5WEvqmldRwaiqxuuwEJPR3ho1eI0ecpaAxacDgEDanD+N9F5P1InZ35SKWzAFiuuYTPG5jP6Qa+82mTvz9aSaxdP9+qdiksJoY+datjAyYOmZ+Wddnzm2+LVnZYAD9zpRpc1asmDNtSkGzxbLm+cm5uZOfXzONqRlZVRpqqELsJCwFfxk4sTtEUXGxk6O30dyTReksWAvYNlAM3yur6dWiUgNgX1DMiye/NFnMe1vkKpoWZdY3LW6qzxSxd/n7coy4jydQxaB1dw3j74Y/xHW2E8Y6MFMeKoh7gBLxHxmokho/RTyfeYjrThsLiCE3sVDVsqi2Qfomq6kxszZsoCdvmDULjD0Ef7p/2eVD4w+hbxwEStoy/4W/rYd/eApefvIJkP0EyFv78wvzQWNiLYGbfjbr1T+/iv6yogOzwPvwdfgTyuHysvuB8tAhWLf154eaHoAfvvQY/Pj4tEe/Y0TdcbCYbrwa4i25HrT9Jvxog6PLgM1IcPu6sKnCOkVHK5ZusiGFLjyhqoOQehZNB2jsxO8dORKPbMLJYtHsoK7EE0DwyJH4nXAsLubvVYxpN9Zl9VHl1AhqLpbFYCkdxpHXdMp/O6W+aPndeUFQxuNJ2LhMS9hxIYqF/iKTleV6RohaEe2krmMKSoFnlRWZNOHC2snsRjdlViihgcxgfzFMXjXZAP5Ctg8rqvLzq/LZHePv2r1h913j+y2c2sxq67Rs89SF/TqoW8WyIex9IRpiwijL9p+74Ik4GXopCZX2719KAup8nH1kUs3iKru9anGNbNv7z73E2+38S8+9v012y9hEGWceNQj1WjXNG7VxlYcuF1xqbcBFaxI28cltEGR8djSmTVZscadkDHbUtd0elIQLXzxy5KLQJqTITZ3XnGBPeeegHYv6Rah+i3YM0plMOnzFxq+4MOyA82fNgvNhRwI6Ewd2ohGxE3AJKE29U9c8/dOGDT89vSaVt2fa+e6XibLVPDIf/c9qmAPsepMdm07Tbgeq37+sVluEkjA/SKoXbKv7um7bgup/vyZVwfL2Puv+enJNWtqak39d110ujMve6z8rO4N6uwONg3+n6COYkSNK/c/P+HrG8/5/v+Tnnn46otz+dnb229u796f+/7v+JOLtrv+sM90xm35l9h3/u47k3bnTK3ShhO+gokqxRzuuB0kJBMUBj9htV4p5q9ik63GXa+sq+WTGnF5WWF88OjcnJ3d0cX1hWbqZYSO3ip3c9VRIqwzjMzqEAs0jG0O1eZVWi8VamVcbahzZHLhVHNaViT+UoDtBoVl8FvouZLc35lJd4xYCqNQmvE9EaDwqekDnjwGOCWndiUF3EfEFTg7oQQLSJUwKQKh2kUkw42PQ4sgWKvBUkYMD+N0uM42WxdI5UhJb5FZK0KmyiBMPryyt6tWcnmKbuk0xV9RSHw0PnwPfq9s+RcaJtk4s9gxgw7W+8PiCPlUeOMx6Ap/b8h3wkrsCL3uTszLAMxlZv+Bo2+2ZlWK6yhNe4R3EgXBRur+Qv3vqL95SWJeUX9+yZDjIrJneNmU7mLjO0Ldrr6cJfeNCCgNy4WZxCLYgySAOwghIy6Bm8cWsRBwJ58628OMlEs8ILJkbxKz+hG0KP3N4XJWtalzVAVfIV4tVcUP0U+l+vo6rEuJtz2xZlKYzTdk+8x5xnfL2odH63nMzYNi7b9bgou1TTLo0LlzlibbQamweGv3xBnXWW+vLSYeUNzcd7LWlgJ+I3eiP8QT0Ds/r/cvZ7VM0om0zoTIzB84Z0hzIp6nqkbP2pYOnp2xny+P7QIIOsAvNogOpydiPMYfXV4KYJWAXVMY7kaa5mLoSz4kYzH8K8EV4Q4Z0GZ4jGL04KggYZxyWmjPEMEcCeHuSIXcFG38+5ruiHHiJaSQW9HBs4cmjFaZgDQc7Zu3bN2tB7sCx+2Z58ujFaADvmzMSPj7u7oNHrRlVHrMeNBRWgBAOwU8t2hy1uqJIrwVN1oxvo0uTjL7aPCetjJIVKW266pk/p6EGDMvxoyXoe1sycLuXFvf1uOA74e2FPs66pK9Luu/CPo1lff2sfZq/7psVndq41TDCRL/Vf6AyYPdUSQ9I64tuUCiwQSE2G5zGopDkiDLAaK6Ja32ZVcozodpZtbPerMiZHqF0I2R9c+n7fLWr7YXwkifYz3P+fL9c8VBf9gDN9s6+R9aDGQQfD/Uk0OnErxw4O5kV/BHcQhhoilHXIiwXxpjF4IYGeww1yWsnWhWxVQEe1rjfmjiMzhwTfq0pn5dB917aUg/D9S3wi+in9S2PLgMPZkcbpu4WV7bUi1rHR3/rDkUqzS5GrZF605hQpBWFxQPy6PDYzBIuJC1Kg32rJqCxXKhWgPKkVKxUbnaJqJLCyN/uPwMPYY8vJ+9uqbctezS8ecqQGbb6luutYMqhNYyi2GW2OTz6NJfNZc5V5paVZKpUranOCVU2s4s/rPCkvEEEWAImHubtiqjFmGahNT8aTeTgj0G8pYAY1Bs2qGVikCTYZMnBYO10BxMHk9IlBFGD6XAzFQWAYKjHc75iMwjEwU4Yhw4HwbuDbtNNU3CL+VXjNetHDVunHzZDv27Y6I3Kccv5ldKAsSC9MHnmvtIiyFWPKHSVSx5cs1NS7ioIMRvMUyRBV34Vs5hnxVPFxXb6uex00FFSW4yG6tnQAIYN5bvLJYvN+5iKG9TEWrCz1JtnBJ+kWMdvkY6YM2MofBCcGDpj0SjpneOTHJDic9RWmWzPzGCLC27wisIFruhIeoyroCpfpYh+Au51eqs8SjlMtyy2wvm2LDNYmdOnuMb89Z9YIAeZCq0sv7rABa10i1JZUB3b88Xt6iUIJFMIEtetKV254GTc4UuYB4QAGrVuQu68ZCbomghuJny6mJcp/MOyu3uyqooHCsTvnNHBjUsqqS8RpoiBfjRZDPTP3muUThmYX7ygf0rqhHWWcermqmiRQAj3zuzfa9+fbcCG/zg0H0AKht/x1xUTIphiAC1Nky9n9S7JLMfzQGhMYEitr4kuCwwJH5x9he5rGMVvnnB58Vy4IzRUIIMz73HQjln72mN2aMIvYV/cSbzYTqLWEU8riVX0aZiYClMaELBWMaCvkU8XqQgUIelEpnQlE0OwFKYO1K9QFzRg/fhAfPoQuiaItThDUF/cwrraTxZWKoCXXpy4d/520wjD1sbo1Fn7/qrZN6t+vUWDCFWKoe+Sl+wB5cD+gaJ6RJuqnjQ6DWaxYoO0yoOij0hCHZXia9NzKt5EVKk2dEZZlemrZS25fWUjdNs1A7J9Q8W5/c6f9/QLeuClQvvqWh9zm6ni6MkJ4+DjI+fsQ7wSvTjPM2vf2IG5CzAhhh1cTSDDevRgRSFo0Js9VZvV6hytBX6KwxlW0KTVF1WAGcak6NK+8z1XaROmu9EwrXTm1bb/xZ8DhtU0jIXvuDx9i0vxrJexBb7nq+3EgeGfYSkqmfCPhltr7hQZOZ2RJ7FuGcb1Skcn4tjH7fLpBOBQHdmU1gmYMKN1CvihVrFZoYN/VOi0SiZZoWOVg4BEqtgk1wLPq2LDcr3klTyglW9WSCWD0fkuveSKVMoo2E8k+u0KLdO2RKGNXCAP52oVS5RanTRSoZBJNXK6Do7S6cBj0aflGqlUyZyWa3TRa0kpvENCi3WauA6DsKaWUNlUmWCH4BbcOPhNsbq4mS5vswIgmTAPGukemyRUwgYJ3jBhtb3tw1c+UDWg+KxYItbdqxe/flCrFPSgXeHgiMkjakR58AL88Y0lS94AapAL1CT00S12IZjKRrsWfjPwMtyqUao1YC58AOeDYXCS0u6bPm53hpTxL3kD/tgjP1jbIyMUSqx3HqI1xNMVKAr487GRH5qguE54ozTsiqkCcYceVuAV7P9espuapsf+ET1+f7NSlifSqmUsq9KnWJ26uslNA5191WqZSi32KVSMOtfXkLfnd68zcpRUmifW/Iuku9943X1zY0YfvHnzCOQ3a7UNCpZWMKxcpZTzUwfVTbEolTJAywfrdaw6LVl/eseuUziVkvlXqdjCWzQ7MNziG+JxFLrRxrdyNqJTQklYE++WgICEcQdMEsCj/3QbJnTRJvrII00DoA20nYaf0UfoI9EmdA3aoO00sDfBMN2GhZz4BkmGo9Nwolgy/NjnTSBMdZMb4Xe6EelEbzLxEmAKuCVcwB2QADffs+vSZ4EKXm1sbYJXgSlz1BpYxuSCN2EZ/G9gQrHABK9mjmLqblHJ57AxSuMplAQ/GEaPVIE30aP/jbI7hbJDDzaC67folFhWfUVCcRmonDrKEvOy2ZcahnpouLtXgPiuKhdTL/MTJ8LEVwpJhal+RizkFdTslYAAsAEMzVVkpQ3FQTquyauzK4l6OpYGYo0OtDQn8MW0j6jN2Inzc3prwOUOBNyuALsuMDgQGBxxLziyAP2xaxfUD1m44Eik79FFi48++PVRdt3RxYuOoovIZ/C/T91+YdWqC7efYh6D8AN4Gi65sH/sqL3n6KHwJ7gOu1QAq1mwJjcomXcAXju48dv6/AbZCFv91Y0H4bUD8yTBXDB3L7jvizZwJ50ivD5A47f7J+B3LlgASBlayYuPAvT7+ijMBKuBatXF9ourWNn8eWMPXFiy6P17J0R5HI0+A3oty3rXeO956T54bX/LlJKVxtucUxbsB+L7XroHxU9d0IL6zPQbFHuA0EUd1hcmYI3oYNB3KecAK8AeyXlTTPkdrT5jyuUBrHXkYQQ9JCuLaClWLLICpjfcAn8BUrAcSOG+F9avf2E9yFWwisw896IzNUBmtcrTRqb1OQN/ThuJgmlANuDdhe68TJREmlEQsnP6qgEtpWMfcrrsoYIMegmQvvwKyumXV14GB9ePH7d+/bjx0YdT8jKy7Mk1hgEkF4XVWn0G/t2KAiNxfoaaZHtWRl6K3qrUmlmlw2z0JiebtUprAn4YT/mpINFWje/ae4CIV9LprnwSwppHJqwkhJ1koRkVXaKjvzifxvwvrXbZRGqj7Sbx8f3jN4wfvwF4pRm90qSuVeuWpqSk9cqQGjP7DLvbe1eh0SgxlhtPLRyEjhKj8VTx9uF9Mvu/Bv/+2mtATq9IhDplIM5pfPQXfRKXLE7KzNBqk7kkfV6vXJ+y+K6CWAaL6oQsXytW+nJ7AS2Qv4ZzA992xzcVZBAvoHprBb91eJFDNKEROYg5L+/kyCWgkxUVpVaO2fIVPP3kU/D011vGhejT+Q6wx9m3EK39X4WvOjyFfTPAXjsXHlsZvf4UbP168+avQegpmg+N67hkxwCLhX3t8B3gt/ct9KbDVfaYjvq9iAbMwH2OA9jUxuVzURgQutjlsxuUtMlImbCSOo16m48zCApcRL3OX+wrQqsOFMUzRq0JeGiUAH8miuc+hJeT4c+VwNcAj400jF2cC+j+7qHFajO4PS/tI6Puw1TXURr07mOwz7HNq0iqnghCF3frggvtFxVf8eBFZf9eZvAeAFuD0Z/sM+jnC6M3NgIATjP6d4oWjeRc4iLaUuboFdkxtRwczHaDL3196SKQT3s8/f5a/eHeQCHNZ4gAKKSDRbCfPQo1zHVXoRIgqpLLbu8I1SbgaUupJGoh4mp3JVA8vPJUsjwIsk49j7GxUfujWpJVQRrZbsWAOAQyG9Ersl5SYT4/gDEJ0UU+8eyHOd18si4QEfdtVuwPGA3lCjQwBQ2PxBm722zAPGtPNrvSi1C2EyRLNm2dyMCj/PIN2ybQdzYzlmRW0WvgJ+vViCEQAfWAgW89DpJ0CjRI6AWH0/pKZVy1ci5tT2EVyXr9oLYNKlqB0qn6V7z3pFsuc87fn1YilbGlyhFrPoSX4Evw0odr1nwIMkE/kPnhZ7eYYOj1Zhcujn0Y3Vc8d9W6saLoK/y8levH9n77OK1VKaTpLYdsfVCW1aqZtNPKKlIzmdrPN6gYOX7tgD7nHgdGtVykk8tbDlhROq5KMbdEogjVfrpOTuMqKAZ8Q16+JrFA9Np/xkeB2NxqpNIxOg7AO2tOF/pc/gwJMLIBxoVmErXTqKURxXACP+3OwPgkiLAwt//4h2+XR81H4N+98LswmIcWjUMHAOOBry/Ah94S/a6MmXru7q/h38HeRtk0WNJ+8mT7SRFFr9j0g1vy8C7wyP2PwznRmXfvSYXl9utgzRUgC+yDp+An0WEblfT89aBiqegkfgiPKxr3L+5tsptgo9wuGi2smSAWUQTwGGKIzifNm9wiKzYEwlgbShbNg24rwGZBHhwwobKzlM5IKwHLbIZfwb5zyrT97p0hky1UZH+/2L+eT671jhCrZMmcaUyJaqvW4K3P8k6ocZaXStDyyZhl7v3o7QNPHtk7OyVH3Cdv1NQU1c47ACIpLD3igUvw6g0K5F1bD4aDviBnPPxGyWiGLqTzft9bjBg/wA118KYC6at9cgaVpPASr5tmyzJoXqsQMxOHyspz0mqm+8a++4TLNaz/cTBm/iA4G76x5gZ15cSUuCwnhuMfEPw1skTFFWt/ovkpQAw/XJjgYdjZXui7AT1NoBT8Wl8x7Sa+FbXcxWOvH4TfTa8dzbKja6cD/cHXj90Gzz6aqnwS/u7LTbhvPMc8AgrBgwe2NC+9Y+mBt948sGzzstmb7+Es83atGd++PXt7+/g1u+bNWQ7Ee34A1Sefwz0JLItca4WPra4YXgImf/knMLl0WOXt8ERsfaJG3+1HKofyURVUP+Lvxi6sWhHbgkuNCol1LQJap4jRUmh1goHMMAyOkSEkG383QGR+WMEV2MmiFhHFjrUf75nyeBF4uOQreO6Rlx/98qHv8zTj3gL6F/5WAV4EyVYVdePpUPOIgtpp/WYNn7Prtnf7eq+/OWnkontWPO+ZDK7Rl7hLd+/4Iz2qpGDXG+OH3//3jcMWA37Rkd6PguZfhsDv0YQzESwxByZXLT7+HHhq2OR++Y/O39yxauT4YQM+3XSWHnjXa6/F5WxhXvAzgnEBbrmrabhpv9CXuDFN6RTXyY6lSNjNjNoA2YiIkI0I0BS14Q1LUahqArAxJGEE72cyZyOC/kt8vyEc03kRymVE8+KfUblMeOdY58V7aYISNPofe3tWp7mjn+GwTp+bbLUJrq/RqHK67nyjX0mGR8kkaXUs7bWWToQ/FlRXs9+CYnQqePqCGubQ+uxBgZV1tuzydIdBqtWP6J03qNTr0IAL1Vw4NKJk6cbZhyaO1kl+GPtYc3UBl4QfbP+2oPoDMGVa3sB+hXJzVUr1a0ePnhnsygop5DJTfqFt6pPC+lZ5g+JuI/KSftRj1BtoVuUFiBBBFRorkGMl7phZFFnE4SBaIRj5m61XAjHTFZOR0xOI4nSSic9B8jF5NTGLK0GVHUWmgTjsseCLSRNDbxMu0RoSt1bsM+qx5VsMJwaXgTHqO4uKUxPNdjIQUY0W7Dpw9Ni9e+YvCGbL2WIvB7SWoumTwxt23L0xPEkkVckNGdBQVWGwaFRSSbCKk6rUtFZcVaW2ahUivrJSa00Bb3nyhtZ/+NOH9Q05KiApLpI6ewNmysw9u8+/v6vMb1Gp0WrPJWveMaB/8+z+oXkbmp7eVLN921tntvmSaLHUbjSkGTTMXKs1chFkrvLMXXHbh/VD8zxpEpnMrJDws6aF92xcm6JFpE+x7tEH771DJloQDIUqWlp2zRhpEYstgBnTd9X0yf6SkgAqMcvonHQDKbG0vIpT0yolL62sUqdquapKjTVl4NJ5M4fWjxtX39Bs51M0asuUajCM3tI049yu3efVsiKvmGFEd8+Y1q9//YBGOKVPzaanJr65fds2Xzotk0jFnElFP6IyzYOp2cN1nnH1Q2e2gPNivVph5sdmlxRK85MVarY0VIb7TOoNSvS5CGOPBanFWMLm9Bv1aDpwpHuwW2DilNnEOv1OjDaDODTU2RG3r6QdSiabFgBu/EaM2ZeGGRIsLVAyZJueCwhfHg0UJzFAtDIGoCfGCP5yoGREKpVRpQiu3f/Z0mU/PHNsarqYFUkVXOscsBEceA3cK9Po070arcSQr+EMdnOuLgeIlGIJJ8L6v6JZRZ5VcEOK06VU/ClzsE4nU7qWbdmxvjlY0nj78m1Tigzpo0SG3sW9tfCj3DGrT06f+sCkyuRoU7+qmuFWZa/muZW9RaJUnTowtE9hcOyS8VkSlYQD7JLCp0ZmfqCeXTgsSynV5e038hLsQlRwFkvT6gIRLwePplUVZctkbc5Ber3M2GtUpqhg2N1jh28bX5NlkdBrKm0+2uhsCKT0XjqnobCoZvyQ9Ojhkfm5xuTJeSUP0Pr8iZ02P2EyR3mJhtbsBJvQOKpyl21uZ8gZw7T0xTAuuR7Xgn7pr1irx4y1iIvumGNwRAgxsRRONxIdMCWE2XB7mKESkAwSghxVV9ylv9KEyW9T7CjYogsahQnhdi02PaRDPXMiwW7toyJeDrxEg82QOCcUGbG+3b/GAv0XDYraikWTQlRQG0FFiKBVIZZEd1WdSfRPFb5lq6EYcCSeRhv9gKVab6qzEB5864aq694n3IhzIX3C2QVx5iJUudP3UMwO3WTU/5+1wyhsZf7KK4KN+auvClbn8etXXpFEbP9Z09xz6+w6r2Hb/6699GgdlUmVYKxYiQCaFGulmLX+/1UDcSZISc1S2CYU/QoQ6tLR9J81C90bUhIJsAkNgnIj2UbL/oPGAJ08b2qMjgAyNcdPCdIJ0Gp20UkaU/zoMl8nevIiymWObASPK11mKJw6hHh0FOSKrLD2IV5HqKJAp5w8Dn7gJDslnSIjP3htQ5CYfQ4Hj4BceAE2wgs0hSuz65zWon0UtKqiC/Ar6LvZQuE2yAWP1KF753bhZMseFWSaTvSdPyZzlJPo4BARVJe4petjYaSmeLG6qGkMuAGzkQbR+1LpdktmO7E3pUOCVSqVaYm8AgQTVYbgpLW3Zlq2k5Q0alv2j+irb7dgQEiCBOYyhywdV4iOv5lpFQDCUHKcprVVkLeLKa6D6BXjsUwJe8k8ELmdXFxj2h9A3Bfn9HMaTuNE/wE6819ajNpoOCkpem/0XqlSp0GXNLqkm+lmW0cSHepoom1sW7SN+1lvbw/rbfwNSib75RdOprdz+BKQS8WBDunX7C+KDull9pf2KPvL5Q5pomxYg0rli883eKOWtCQqj/0WMfGNcDyscLFpSqHTQBsvRifQxrPfdrvseEQsoimtTiEWQXQSIWa9PaQXo86jQ3O7XgxwoGcMc4OS6toRk84AFOAQzx7fr7HxeJhj+xoThRVie3hUiZ8F7U63iBMRU8xAkA9gJQms6kkLjlPAu91PP8Kpf5837XHYXpwu1zNsEudU2lVmpYrb9fCP4D7wLbiPrk2A9RT+gAc+CC8/pn28RMoApUxl5OxKp7mgoI97TPTuJ4D7scc67XkTyu0hiK49bIPiZ7x3gsZLGsZzQ/w45ssz/GoX0HdWCMupfS6/C7uU4ALEJxV2CmMFt6zZVdgMD71/97pRKUmee1fmlPYtfw9Mef99MBRXuF/tm7C9sJJTJbEMB6S0nOYLDFlJVtmhZ7tEHfSzN9c7vPW7O1reHVjUNHZoxRyXSLz1O6D9Dm59AjWG+Mk+SjGiM6yaVSG2UOwzlXgGZI4Gon3rvj8xbdqJ78l3lLAU9w/UA0WUlFJgKq1BfyAZkDM244XoP01+aMCNBu7oSXiJWRY9CTLZwzhMD4GXcSyRGzbcaBU9zoWIHboIUI50xsXQ2HtrMGb1qhXWNwE/itRyRtHjUvga/K+v7pqc2zhghHbuoKRHPPeNmLjYlGsMVHpnTBMrVpSGloNhHUz7d3ASHAr4I6AKiOomG+7JvFMsWbsVfj7y+m9+M2KrGdwhE3euY0UCLoOUIGvbAaOzow4sotoptvyTT6KbPvkElKOJgQLH6GUgC/4xegc8H+/X8We1VCU1IvY8TzC3A+6AGzva5tBKN4DVlGOgINgGC62hDHYfWnVijR1vwJGOOeniIA18REnPp7GjlVwsHS4Hs01em5Y8e3ZyWq18os/mg/tsyeAJR9WAwo0bmur0UkUNaN0r4mgATrm+EbEsI0+hl/p5jobfm4aZ5Mp+uPhsq33YwuTS0uSFw+xNTUdt+YZArVO56PYBYTFcp5QDvnGkEgCWlXJgfVgkYupTUlJlkd+OREshRi6ixdOMvB7epZTQkpFC3acSGoT3e4ZiL6NYz5BsyNhimzAxiHanLghMHFEtwWPF52RYouAA8OxC5hngRwuM9NjCFK0Z9YLnQVccBlrPU72K5BfhDlgPd16UeYOLh43o/RHIWswkKcEC7YCcYGPjqlHw6WaQ+3HZiGGL2x8YtaqxMVjeyCD2XmqVZR05ciRLZpXKZDn3TGiccI9x1ajG8mAj/XTZxGRP0UF4bf9+ID6Yn588qaxhScW9UlqiUDNDnXkol1HBgTBTck/5EvgNeUkjbJJZZVJpdmZmtlQqTZPlFEkkRdfwy0atIn267w1a9DJqlwIsfQgyeBsKazrYrQzq1BqRHLF+GJQooAS83e9h89EKqi9Qj9j5GgB7vgHz5jd3HAQzH/nDH9+uGQe/hw9sf/VnmvnyDwW91fRKsS04pKHaaNx8/c0D9Ferv3l378g/vPnyjVfmH22wmft44ebAQNpfA5p+9xMYPrn3+gmDVg8qMasA4IasuyfeX4luvYBGn0JRqKfFWArcIbERSSez5JVQE6quIQYHG3FgMxUR4lH+geJsdFMUq5iDdGLCgrigtraqCZ26nS8Tu5UCPL87yZYc7giCP8kA8SYlCKwReUQsHmVPcDhqYhzYPqXICpRAVPDRwJ+37762Y8TOt+atv1r3x3nw/nd+Az+6sHr1BeD6zUWwAIboZxfDWvjDc3EJ73OABcduv9/dtMWWJ5fm/TJ/+Z07ru2a99bOEbfNuf3R1tUX4EeIeqAsPqT7wSNR+FEXrYQ/X4WLjwBiToLayYbq0RbD043hEQTswK0BaYjO0XbA7Y4eGMeMan/2BfZ+/e7od2AclEceBVOZXmDdPZFPFzNjoslNEyMPgSH0msindK9424S5H8l+7u2ooxCP5J0uazrDHLZEIZos6IyuEb8aP/s6z0Ha6NV0+iQ2CHA56Jgq7D4gYmko8lvpbs+gs0EjnOmwukmN/mgqfo6GW460RHF054+T82pgs+fabXkuwyC1pjev7peirdFlFgE1L+cS09LqNnXXX1QNQlhhDbbSP6rVLXQLOpCfiMcGv5tVDpPNZnKoNFKVSv2BSqGSbwSA4UUtsYTRHS1qwccj6auzBAQsgd0qB3ajycoRvj4O8iasJFE/47CXLjtR+BG8PGGpVSAo6gVixAfPwI50JYvVobH7RzEqH2wViyW8OvKQ06PWpJnSbJomxKkTnh+ipWSTrSzXY3FrdSZLbl4SvNd4ZyNW2mm809iclJdrMem0bosnt8w22zA5iCsdnGyYrbGhfDRqj5MdY1PTH4td4laOlWrDZbOdGUFbhropnrlW2aRP8bvq3Fm+0pr04XP2Xdg3Z3h6Takvy13n8qfoS/ujr9K/VJ1hC2Y4Z5eFtXpZd90AHo1iO+FJiPILpcY2QF4S6qHUsnpISTRaAujn18Mhz0TX0Ztvpa0SbBkMFPAfgH0hEgYKMPMWmyeYhlxG38WNuOEyahA1ifggdovi+E14H0uQVRtNmNy7hS1+ogHX5b1D8BFnBSbBDTx+TO12ERFVhrozCoudCBcgmlvt49V8VpJcnmaRmlZ8sHLTF/459cbckKl2Jv4crHHI/P1v39Xx50d/PLM3CIK//QsYa1q8v32SKStJZ5Zr+/fXyosrtJMAtcmUZdKZFdo5c7QKszmoBc/1mmjIy0+yMNJSa/8BK99fses2y2BTKNdYu/fC3vmD7zrz10f3f2l84Uv422+SX77tyR12habC3AzoZnMwQ2G+qxomvZWu0AbND77+2wfMFRqtPAXxFBk3KO4K2Yefh9hIMuvhsSrgMmIPCBw2f8GCNKyemwaIT1LWjbfffXERG8H4cmQDD0ssvohXUytjsoq5K6ufWbPmmdVXFx2077o694WVk/0OucSSN2xWQ26K2GSZ485ctE+b558wvsaiWnzXjKyssZveWrH8zNoxLmuOP1dDi3Tm4gyPRa9qdDqrp2RLXdWrR9XdPr6mIF0npRWj16wZPWbNmlOqJ5cODA3O7jNyeINXqcuv9GY48nu5len5KVYaTG8w5+W6ivLSFXxgzMI7JgzesX5SaXHDrJleT01OqlSqdflH+dU6AIKDnUkuf0Gv1ORSfyjQz1/jTbTDE+zXb9o9cPa4TnTETbdqlTfI2hOgI+h+Fe7pc7uJJiO5SygUC4MbPTxrd/Fygr5NgFjTd1rDU7YgUHvQAh6ojc5EX2mJsobYNZ3f3aYdHAaZ7bt2tcNL6Ah+wGVo7SoUOXA9C97xxK72zqcGdyt6Qrgb/4o9Gt7Ukt1cmIcScwCtv9ZWN7UP06N9/mnrBBJtNf9Va8zrqs//oAl66kc5qXLEa+iIQTOBVweIgSda3IISfOe5yIiFQ4InPNJGQthvM4o+cTA6Xer1cKpOxzhE40deHz6SyUgGFFk04QOVnAHXu4pdiEajI4bjCsO3LEaDwWgBpUz/yHWGT7Inety0/+YGJfiewBQqHr7/889jdnb4ZCAIRb2oGmxnB/AUlQPiOr8xDxho7nIzHsQRETVrZ7zkRmGUdIZ1fqzjwojwpOcHjIPobcY+A9GfxXqxOXGUf0yfSSlVi8QDPB2UZ4B4kQpfg2lmB22js4rx0ZkMjmDHF8UuEI6dm2y0ozgL3XOYuWRnx+rxG6bpto15WNBXf3jMNt20DeNlffMexrBfKCKvL4NbMDrL07u3h96HgpE2OssMjpgdbJYZNiWnh1AYwyw0kebpChtQOIt14IssOp39CE4FLzbOx7fnN8L+4L7cEhwuQf3fjvrlZ2QNNgR7yHIwePPLztiLTEYiXGKINijqFY7OEO4lRI6UECJg20ae8XaGcA7MZyEYYmAJnwRfDIGASiplSzgzfHEon9SmlkqYwRCFPleR0Nv4hFKC/iEcJilB/6F8cpsqljIWwvlIsDjqBgWutSXdoORKZVsSfAFNb2pQEj+jQ1sSEO6BATgOnomf5XJh/TkbzTN7Y/aaGmJxb+I1Jp6RMBoG6woCNP6JtSUapARlk6nZs3fvnvXgPDwHimDBjfEgBFvHUzfo34fmHz/9y+nj80PxAPjTnr3Mtr17IpPAeVCE/p+PHqJujIen4Cn0AGhBY/Wtt1cVFq56G5Si8VoqhIWxmXmDYi51lotyBtyagFuHJQVYcRKd6OGPo382MDX6FfzjHLAYbpsDsuiUBSdOgHknTkT/G94X/ZJ+C16aA5aAJXPgJfqt6JeCXU1M1wvLY7KoQorqlBx1SpBEBM1Ph6VfRH6IpV+YOLOxOxxV11xX1xytIye27nMBqW+toqNNZ0M9UMHayDnaFLvzHk5Xx5DkdTAtDuzXqte2o05u1ms5dHo5Fk3kRsyN/qIo9yKRkqhRSVOxPxjs9kWXBUAhJk/+IoDdPkhAIQ6bmpmkyH1aJT8NnKP3wOeiP74Ji94UF3EF03ilNnIfk0QuxUwwIqGXKnIMoDgiEY2N3kdPNUU3wvcMOYroncw/0JUpQd7Whr4E3nUpxH5RfQ5AbMjdGPCKIExyerxcF9Qn0wXlScHtB54s0Fx65AjTt3nr5utNoPHanrUwk2AbhKeMhtEXVpwr09Xpys6teAFGR0/5ERwCX4NDP9KtbdEL4zJoMLG2qX4SALe3tb58bPqaQ5/ObASgceanh9ZMP/by+8JkEMduiMtPhHWWjspE/IBg821w+HTEE5m960dE/cDNE+OT2BSHVmYc+uuht0czkUiE+Qk+BkZgtdxoE+OWi21w0wcfwE02sVwuZi+J0ZLtRTiL3voJOnwxMtiRGRw5MsheCo6kF4TD1I01ayBGP6CEcORB/MQN6rHH0JgUd2SiPNgJ+/bt03c9NrKbzkoanpVAbMNelAawto7JyuJ9UxxDAw9Hu21yFI/B2QzAAZS0h2bCzSVbz6dnjJa63cFpjb5cCZtbv3jR7tr9ABT5LIPegw11C4b1KvPUutEwOg18V+9ssHJKhQL0aYbfGLc2n9j7En3+dw3vLNZpMtXWtJxpGyYM14iH33l83RJblYhJzzCUoZG/uve6Q/deeRMUbRnQcvKRr47/adnw4Sb4Ikilk5S0bSSVoNuWT3awiId5ygN41uZ0KclespJG9JUoICAKGvBidXJvUSCIoe9pN+bxYyOS7bEW6YlS1HOtwk2V55lhB/wWdpjz5Cnm1+fSKWaLRGpMlihz1WK/JlvjF6tzlZJko1RiMafQc183w+eJgJPeOv9V9OQXsOPV+fNfBRywAu5VWAvPwC/PrVhxDlhACbCQ0JlbrX9GFKeIgkFRSnGeyCM//Ono/obkAimbpd+6fPlWfRYrLUg29B/96WG5R3SUiFMX9HgTDs1ZcQ5+2eOFsOBWamio11cj+v1yrI0HoBgjMYchqx8dgbV3xzQ4UXuibi/yAKKTixEa0eTmpAWlaT0oCpBVBbYtxHqCRm5VNZfLlmeJmNxSxnF3YM8dY8/u3DT9juUPAvHeZ+2NZZztr+ZqK/g2Q67JOQsWZe1pbt4zM/LRrDFbd726p2PX4q29z9K/9MuPXs4uAUyfXPC4eMGaS/fdMW3TznPj7lyYAnJH/cbKVTWmXjTxWviVIb9P0bd68Ggzzqb9tfKti3e173llz9bGuTvPUj19/A4mvuB6+PjFKAG8khY2u0l0kPl/1X0JfBvF2ffO7KX7Wmll3bJOy4dkS7Lk24rtOIkdJ45zx4nj3PcJOUmIIeTghgRSIORqgHC2JdBwFRqgJZQWSLkbWpoE3raUEiiUtpBo883Myo7thNK+7/f+ft+XWDs7s7Ozs7PPzDzPzPM8/zTxa0Fgi4g2S1RWMoFeHTS4obcOIpazP39LL89BFO/HbnnctUUhr8tKYhZHwuMqL56YrAi7EkqDWrFYxfDrP7zq/TPSuU8fmjv3oU8BQ0Jw62CmuL23RBM4HW+vcltMZqee7OM1+asDfoPWFvAUVjvM9Rqug7erjj4GGlFx/YuVnhjESqP2CJ+n2clEPqxDXEs3tpHtXc1BLRDCCGGob3mAQBNdDSINO7B2D+lzSEikBdknpwfw2AejBxMEJo+wH/vyIYB6WKUDiFg1qBz8oGfq1J5OcENNo066ldcxNK9eDw402vTaeLnLRsMX2fF+RmUy87zgMaqZ6JvWKa1ecD/PI2ZKWlLUmZcX4NQxf10B9rW2gd7poZVqM7dS+iWtoGk184vOIZnOzsyQrD/uF63giIaHtEJ7vbRXSh8ttHN2m7bGYYSTwf57PsgLCFoAaY05Tw8RP7rRV5D9B6uhgfa+FScr0tO8zQ5R4xUMSjBdeqRMwUJWHVE9DD4GDIRKBfF9RlMfKinGiUZaNeKey6hWag61Cc9wNJvM2QABoQ9dgsgEIRluDXMA/eYIRHM078fuM5NROpxw055/I8UK/vkQoCfN6U4lOxdnXwCC7j2dIP0urTJJX1kELSxWmsBInZmuPntM+kJnNuuA5mVwB9A7a4sSoUq7AQCgs1eEiiJ1LiN8CqXXXUi39aYfyeWvGJgOoBso75u4UNqwEryS1eDS68boA0b4lc78knTlb1Ef+pvOLM1WBxbNWFNUsmZBp8OhcHVO3VwdWztvst3+H6bL+59sD/sF1UJNRRLK1WhawMD32Kk+AWcMozYJJdPYkQdZgSRo6TBn3c4TZ3lYJLRe0FSrAwIas+SlHUTvVhERqujDheAFIJJi4OUEJFKGckloluDhAjviLBRKpT5g7crzaTkVqwDBIFCwKk7ry+uyBvRKpQLAgH2i14zkisrR9S4PR5eFQmUVjvrLaTrjs5m9E/fZQ0IwiDH/WlstT6ZMgrB8OY7t2nUQR6bMmDEFR5dcfvmSO9Vda5VMiUOhU6tZi+BieqQeDAnJqtU6haOEUa7tUou1GoXJGBufbtTwi05IX5xYtD7cGQDApNDU0odC5UIQvSmGLGx9q1X4McaZWwlqVuKEXdKkXS/jhM4/A+rPnThpCZryfiX9ifhJN+ODoqeP1/UQbKM0VY/mYoynNR3Nx8uoNYjyt1E3U9+j9hE7e7KjEsiFMBcOTv/WfIN2NL8t/l3ht90PoOy5+PskkP/g9/unZb9/cY6vvcTLMlxOAmn5JWKsHGQHxC6ZMxcD3V0XngDlQOq6OG1A5Jxuv3w3/gO3XBw5Kwf0gNilMsp/Od9l3DmO6vMIP5IaRy2grqBuQKxArtVSvUiZgAe9FlTybElb+oylUgRWDXc9Yu1D1huJvNfb9kE5TVbqkJcjvWJQxp3DDKqMvyayYq/uZi5Blvv/QI5jATUFSayPkAj82JoM+D2ukP7UPiyJL9xlTQR8BeGAjJmA8vRiN2RJftCMgs3Tpl6DgtdA4DVwHeHnhHy+6W6LwmBMWp4AQaXFptYUG6a+KvIGQ9LyyX1k0eEueemh5Dw1BVDb5AhVPWtSLOIP1TVE9p3CqzILK2eMLw1HkzPSMooKrlMOGOJ9cgvR9sAuHnG447XXbsasnSgcXoUehCpw7RbC6p3ZjaLo6Tk9XPo8pcjm9CzmUT8i/HzO8p1wuynsgStGrGty4Ip49tER028+LqvE4haNE818NN+FwkEZ6g+jZAopUzrlxqZJfCqHiYfOiMf8IHHMR3OyNjteBU/3fityLvOIdUTNIO3ru5DIJVdD0criQZlRVNuMdcHy1oDKVxqsM9rgZb1n1bkr0gTjSH/d8EQpraWn7ikwOgImi8UUcBgL9kzlDE7pg890+gLjfrVO/PVtxtvXeUbHeU9z7IpbCuoZtrRgXGu0/LJ5ATv9aF8Ou7/EZZPzMIpAun8u0794FNA5gR8/C2ZguS/cWl6Rr/CEfeVX50JIUoHJbzd6jGD22ECrUak0tgbGzobQsZb3g4y1TLsGqHcD42wbXzfKXj10nBE9G9VTVaKKm1o3SEdxDumr3dJns0W/R84BSgN9OQLfUvYAm2OBakI87FS83020o0LePj0pxJwSbAoSIz0RiXa5fsoR9X+5n9J4jwRx8b12dxhvhw6Fsaob48UdRPrtayi45slr5uMuhAmeQJsEwgW+QMK6ayGm4X2n9CGXxx9IWjt3Z184nX1W49Pcr9FwGXT42D6s4arO17U+eDRH7jty5A8+xHA8OCL3k/SMZDRcOn5G5UKyrLkv0lAX8kdik2ZVo96TvQEXi0r1aTgOHbUf24bduaDzdU3/NXwzNYmgLmEID9nPeG6PB2/x51iBMGblMUsAie2+rIXu9+G9DjQ/4h6Vc3pSR3yJ5xTGExd7R6NnahFDiLhCs7oq2dzktDqN4A+jtBZt5zZIl32RV9x1e8uBnTbAiLrWkkKLyy3yeUM9/krbvIkdOyZbOIGl1auXlI4GNKt8coBxXtbRGH85rqYBnJWZ9HBIly9V6q5gFW1QPD3kY85460+m79jLQd/Y5MxYXsxrQ52TF11NHb5JixfuaBcnixquxgSUUD/QTA9xqUHEQ51gz1M2xKdSxF8dkmggBmZBDYStdEwy+mpYvkJakfb7+mDSzZiAcNPQaURshbJKF0HRTHiNZsjLroHcAP6J0bqs4fCCxcbA0Bjj1JhV0JAxCPALvYIT2zOeQ0/qOZVLYe3afLh7277wxFToHpAfjXrzvSXt5UUiy6tUKvDhN0OveHZpMgVWj2TpOQcniB5hPfN6nsujt1ZJ/7i2eOyoGACsRtUGyts6s4d4LaANymkKIXC9p/PRO7oObS/vWdDoBNZwfHgov6B+2uruQiWkwVenF59+4UZBKd0xU/p+gK6s0/I/RTQE0Py3iT1L1VIdiI+hMGoqXkbAUjAqOUdI2GcL9lBSAuSxDbBBcoId51jjsoEcFpB4awzSvYrsHuyvjhOBgBeB9QBbv5NxmqflLUUlkEMhFxdQC+JMqTQisnqv44Pash0F6uFczJv9q7RfGa5MhQAjZSKVENaEwdPZf0TiHFcZVIFT0oFQKcel/JwOHP0NYIBVb37ar7M5LE+fYANnAA3y1F5Pi+MmyAGvib5Xz+hLNemFMLKjPPOBrzAR/MSm8+W35QGV9I3FEvS3mv+6XW/xBUcZn5+jcOcBDayIhCvo6abbCiofjNZIs7xFTIW3oiCYYr01kXASZNhMxF9S06WqDwZKYHcQRLUbrWPyQ69sDMIQ4AALPKNsVrVzJ2BhyWJwSPr7iJb3q52putiDtYW3WYOgIn8M4rq90n5wzN8umPJ80lQwxj/KKNhD0oyf6Vmz4WSkBlTKY6Cbp9iZ6GtNQ/IAYmGCMngBokcOTYV4rZXYmqSwNodIRgQiiyLxHRKX/3YgR8No1sMQXX5snUsTwALBHLQGBBgkbhooTPFibiRFny0YtoLRkJlwb6WFYVS8jjPBJ4FmqfFyjUm1YepsoAKv7zSbO89/DyWpBdWGjNTEV0Xof55RaqsraakiXJQHNqh11zILTxb7oJf/EZ0sA8ZHH5c+bhzeJS11miesdxY4D19pBh1K/nFY+aOp7rDSbDBrRIWVPrvyJa2gyhj+S5A+/ZNnpOem32de0pqVKGENneTzrKyUkobTSObl6RHOgqJsI6Mq5n4O9pSX08Ua6SnV3M5lwAQsyzMPTF34LKwucK6fYHY6zVceNjJ8rx7Z9xiJXYC4/BjBy8WjqaxeSgYBK8fn1HG9WHJKpcWwGeqBL4xhnsJi2BIKu5FghRfdsFqRPPzigVQGVmLsO2/7w5927Nz+xc7uCV6+oe3Qh6dAx0lvQ2XkV/v26Vz5YzcNL9HT6fSILZOWZMe2nRguwMIXF/l99uiy6i5HS553BfjBu/sOHNj37s5/7PDUZZx/v//BTz99cHKbNjCz9aj02mzAem+8/40fdg717f8+fOd09Xnpqda1m4JC1622VHVwnL3YbRhfteC2JbVti3r9Y5G5w05FqCiaT8cRDx5EfYzLuQvAOBkEJdmbogngFS9Wg5QRzxZhkU0SjQMCcojfOMeKDZosGLszUize9afdd19WXsJYa4bc9frrIPn6YajyxCdWWiyq90NMe9VUcFUiMnZoe17LFhdzY1OyKjHKYgQj+k8O4LNRQ23KeGbVwYOrLntAKCq2/EZ65a23QTYvVr/21stmiPT1wHD5kvYnwndH5g6fYBWGDikIGmcPSa4JJVvKCz+/aE7off/RRG8u2duHoMyhY/vF3LSIbX2tskoPJ2N54fUg7JkKEoUfHBDdKjJ1DtzuPS82znXx4Vg4aNYUqBkFawxsHX9spJFlVJoClcWPrvCZreK1UKE3aBI6f6Z4WKRoeFHGr0toDToFvBaAwath14isflJG4PSixiUKNgOcLoz2j5p4r3+0MB3q88wWl0bUc8J1LlaMimyhoHT73ehPYS5gRXB28DoYoPSoHVagdsCtkJJxwGRFJoI7SBxwWXPwYFDWa8rZM8nNJDebTOpYgwLKjiYS8Rx4Od2+9e1Kh1KnMzWYXKn61npNcPNoZ9L5Pq8wW83jxKDNW5eqm5JKTq5N1XnswbyxRptZwb+PsozaEtDUj6xPuvQNZpNO6ci8x/aA66+oWhe7hXcEnN5iIezUOzu252vUnKs5X10R1LKsP1LgcBRE/CyrD1ap85tdnFrjvW4Myhg2F3kcQTt/U+n6qmvXD6KB6f9XaWCwBwOWkukgiuhAXaAhdLBlwkttJk6FF9fMiPEgdHAdVOgM2oTWP0SmgyF+bVKr1yvAdYAa0BkQEegmDcFa0zkiqE+OCiAiCLWFRkKDTSYCtQ4TQQwTgUomAqVQRIu0elBfALJOIuKr8ainY2X2B71ggOX4OlAP8OISS+QnmgsTC2AuCmMgWZ5En9lEoddnrek6BjHVSmro8oZyUaRVCau+eUi7IjZfekj6/dQ3Y6MM+mFPjt0y8mnEcyvVHPeC3ttzeodEbe/Y2l6oAdx1Hx8FS37BCpXlzRVJ3VwYSgybkWzYsKaBo6JTm0cUxjjTp1FXfaiY87yse7j8SoOb5x2t3qDWE6I5US0dcvF5kyFwRn1GAACXBktBDVDqfSUjoo8ybd1X3DKkY01Lfj8/WM2IZ+6iZhPdNjMfRuN7v58vnOZD/X94VR+N7f1+aHjk0+KAXxIG/ET4wOQQMAlEL9soq2eTA1vI/uWkEH7n0eL6PfNqR4/WhUaGdKNaGubtqS47/E5YOPkpy545hTNEa/fOaxyBBvdwSM6xtzb66NtBC8rh3iN9uXfNe3umTt3z3pq9QLtnRHZZdhm8Ff4sW5OtYX+WJfgFsKfEoxs1ogndGDv8blD86HOOO3NaKHj3cNGQvfOHDh+tK/T5C3WjRzTO34dzoIf/heM+PSUUvHM4Vrtvft3oUTpPdD/Q75m258TaNSewx2Y9dGehdBXYBCWw6etfgrvpNNgtzTn3C7rzXI+UAUfpHnC0T8+S2BJFqBTGN+Nz+jBIoOh1phxMAB3HY7NX1MdAQgDG/FQa612G024AxsLH7Nl5S/esm2ZtLbnh2DH69/+Q3FZ/unzk2MV1ByvNZunDj56hJ5z7r6AC3jer3TZnIxsavnfpuez02wV2+Ms30PQNL5/45ova8ctGjinLhy/a706Wp5Lwd9knwBdnH0ibGN34G1yNvseoXl/vOV0+M5VPlVCVaDRcSq2lbqH+eMHaAIlJoZz3QTTTXToy8BxwOTfZaTRUmHq9yllTva5GTWEskHFYCEvLHtXQ0EEUSsjdOSW+3itkREb9kcX29Yy+F/WK2LGHiURCRqx0KExGXzKS0WQSxxIdlLl1ItThgZ24pORFOYEe56vw+SqujtQURFzuyMMFNZGI2xX5QQSFNb0B0IyT3vvhFW/f0mGZf/Vad22F25tGv6Ved4WzTLv86puGG93TU6fdYw/vWDZLKzVnZmbqZ9fDVa3fm9l2S7q0c2755IAxUc60jgfWxpoq6UwnU12UKyCNfrGKKYtXT0slVwz1hie3Hi3NM5UMWdxQLQpWaKZV9jzDxK+3+x3VE8dWshotIpeQYU+BzV+SnsL8qSoWq4p9M26lu6jIvdJdXOz+l2fwlf3H5j10cu2kCT989/vSW3Mq4+Sfx9YFhMdaOeHLCas33bbrd82l8HB89Oh4YvRo6WT3fYubq/ctmb9Q4CqSdnPTiyuXSZ80ZPbYwcqijHx/Y2lTOxA83Xz06MqK+ZXX3n3luKTLRps5fTRkXnYNk6lkedaoFwCXp0Hz8+fusvb+MryNChItgWQ435LoU6C15jgwRGXBRLm/3G/xWxKWxIA9t9s5addvNBvbZ91ww6xpNfMX377/5Mn99/4STF6yZCn6B0yDWAi4Jt9zzcjJN790c/Wc2Vi/4o01S0nG1YO5Azw3BHPjZZig1GFqRYMcb/QbozkngRjBRl4xI5sLiEw5quwH94yQPhx/z2v760f2HOkZWf/cnbNm6V5Mtk1SX2e2hxjq3FOlumR1qfQDdpJteVNnT09n03JbU7EeRkwQ+8rE4/QYgtPBot44gZpK3UZRpngKdQ42yoZlkLh6EIWoPnrgN8axzwCy+Y0xybBdNZmKQ9aE0Y/d0qFM2KQBTWYpNwajJlwNQ8qTJ2t54USHPVghLgD0Td5YdRl1G3Rwc9ix+h3tXm+7l1OqKu1xf1TcOPZseyWoelSsCo5UT23Yu5v1ahw6iwJELls+Kla5zNhSbvZCVX5Rk4e/pnvanoZ5hyZX/trpKNpa/LwNya6GdrNrkToJKFIsUITs0ijH0ub86enCjQ0111yxrFQ6Jd1FFLPu1TW4qgtrMoFVszo6Zh3yZ8pS/oQDsd6z7CHQk8lkOG2LL1OYtN7QxXQPPdz0mloNYMPe7EmApDu1Qvrtspi5opKLm9JWVWFmdB6kHh/Z+GX+uPwEjJ+w0gmPMCkvcL2+oQUVhbXR7aEhY1WljZrySsanDjfFgD1kh/vtIV2TM2l1qisqNMaAvdwzxBAaoHMRJFzEBQYojcRSrGcLragBRRCQtROwiZaO9uFtrHCIk5UYWDcTr6N5qqvhm0xDl1pRZ2luXn/vUnZ6aXtVe3wqt/Te9c3NljqFOvsrwHeoaUVIYVf/cTnbVYaul3WxT+9R21Eare4AvKo9PqqtpW1MaQe98lyUQLK8oVfyaWNV+bR17czw/GDQ18y2r5tWXmVM88rs/T+tVdjUSVToA2NofDV/OL31clRWUm1T1P5UUeMrEcWYt36g3mMZ1Y4lcJDzAaOji7Cil+zJIocI6KarIVaBD6RTomBELxuM4lxkqx21wcUIBBj+vA7fhFsMolZ5IaygVUWHrmTChaNbggAEW0YVh9i1h8KoskGFQ931FttWPDQPgLyhxW0sgGm1/aUpQzuld+j2wmac3FzYTr/7i6pyHY+NBImbD9zAkSvAS1wg2taKy2xtiwaKTp+eFIHLEuiNfVfNoL3euNUaz/cw065yk7ZhlCMOMnUen89Tx7xUrKCzIXr/2IqWP8AGt9/vboD37SuLa/hzGPqVfuQcsaal91eEVoIZrNtflpdX5ncHHj7SgcmFUlOW8xT7ST/7DjvlpnxUCMmicWo1IiNrDFUrzAIrHQZBGoUxNKdy2EYbsHQQpHkrSU6HeaKHkdbDMI9NWWNYo53l/KHycIgO1QPsZFc+poNxKytaBGLobbFiHxtpbMuKXW1gQRbdDFpe8b0HTMCklt6SznxY+hViImt10n5w43Q4D0Jm1Hg+Ww+oJuljZq7+DzB7CqwSpMn0XebT8BYO8gC6HzMLwxTMn3l+Js9I7zNQ8RGThnxtFxgOFV1bYDdUgkdZGtRyZm71lSy7juXG0exrHPsVA/Vm5qcceOcvb0uJE1+9C7a+DYb9Knv6HdD0snSw/bPRQK+kk80c3Psy+PUjZx/78z2fwxUvgKcOnnvm45sWTGfYNVM/6Pkov2wVSz/DsmMPsPSfIQRfMMDIM8EJHJjOsyWzFeANFb0N3MmwUhlP146H3BUtDFOxlKOvpOltDLdyG83CO9n+PJwLjfzjyaop7dcxWPDzyauhiGzpC8yKJeciYSDm1gXnCQPOmEfVntL2BJd2J2LRWMKd5hLtpR71uFqYqR33yJ3v3In+4AaTrrur4WyGIGYcbegiJhvdfUdQWDl7zrASJt+Qp1LlGfKZkmFzZleOmDED7l58xx2LF91xhzT6qM50Et/OEtiNk0TTuyd3zO0nkHdUUkXUZGoBsZ/LaYGgEYvpfR3ER1UDNxuvYy7xLn3OIS56c8tFGG2M/Gql0RExr4Ef3ZA92jBa6SwZU87ycUuJKxKKuEoscfiYoO0mAMq544BW0ArnKUF7lqCKMKg30xvQqy5Cryw96asdMXlkpHHevMbSzoVtScajtirRP6vaAxjU7Qkys3zs3yq4MJa49sFWw0IOJ0ch8yT5aIwbQo2hVmF74SjsowBI3gj2gmXn4FJ6/XEbvyMuTw/lstMAYurWe9Zv5YgyRdoruVJHcWFhYbGjlKtsj5haUpBKjd3yky1bfsL4+qvSW/TZl/UWix5W6C0DVOzRbCLt7++AQyLQLBx6dzC+Z9GsSsapNyuVZr2TqZy1qGc8rMeFb5H+0OeAApgqcMn4ANQXUkfhb9KfJuXv0yVjA17cfluIJIGJBFvikakuHXcD2LufPMgfR/l3xIUBtHUJFwuXwLVhqJaURKVaLm7Y6/+DJkUU9HVGxvru758BQ36jmeXrTF/zvt0z/qIWBs+Q5s129zXkmb7W/aov7VycIQSJqbx/EwvMqxd6QtfAuRhraBSgeYM4IfXJILmER5adSlKGXs+MvSqOX4qb1zQ+9dpTjWs2iwtBC7gStFyb0zaGp276THr8iSMDFAZ/vvtVQ8vYsS2GV3fv+uEP4WEZDfwUSEm3ST/+6yDFwgv1MlABqpjYaogmi/mCmiV2DJlzHmgxW00J0ZuOh3KVha/IJd2IFSR3SI9/hspkltx+Qa3x9obPN4PFmz9/IFdhjsK6lEd+jCp8801/Ba3k9rPDXv3mblnXUvro7m9eBcN6eg7kaj0Qj8UjW9uAAUNeuleBwWKmSK1SBgFvBcAw5w1zZBeReTQ2flpD8cs3nnvwxpeLG6aNj40ec92zx5+9bgySOGRd7KJJG/fsvFW6+tadezZOgp/rSmdueXPzXe+/f9fmN7fMLNVt3Dkf5UY3zd8JhdzLfHPq5rmfATO/aRMv/eWzuTf3+ZtmZX8LNsqP9Xr79SYxPqArYYPaSwA79aFpDugKYyra32uvGBPZvu25bdueAwfOodGVlrmkc4TWMJkfxfSNSHpCz4QJPYtnV7a2Vs4GTxFSPruf7f4GIzmxr36T6R1WcyMChnnvHQuwbkkRVU21Up3UHDyekn1IJL7L29W4ut82nA6OB/vGS/mNLhpe+1Dj8wfv3fbofU2xzJOZWJNPX18MHiyu7yGqMMxy1MVJ/4PoXaWeXuNIQJyu5EykZJOpvlwYTNOk+xrF+YEdvyk1bWI8k4lPnJZKt7WBg0TXRjp5Yezs8+fS79AvESwl7de/q/+rduwj2RwhwG8bU4OD4uwgDdiLx9hLExJux/piaUJxfb/W/O+3Y8/XiOS4o4OHzybUdum+lgTvkFbMXnCM9MUlGvFC2rnDTPdZTJYDh0xIfJSdRv3ITtAZDdDvg0aDCTs5ZIiSM1mZAgkRb4AjQYaTvdli546ySSReOUogXuaPb5z64PjxD1oqRV+qfEQkml+24KFrDjU2gq2rkLgy4sapw9ZMbcifsXiX9OHvtm37ALhuX/fJsTsnHLguNq2qtgF+isSjSukl6UXpZ9IvjEU1zUUuw4zOxXNul7Y42pd2Dgm1dKQdl/8CRB54EBS9cvnwG579+trnpJ8vah7R2jsezFFS7G7KiySGO6mfEhtPojaFXkcgyxC5RXoD0fkP9lm+ku9nvqAm0etVD3VCsqSGsvRXiLCQzX9ZexJvlhLEGKIzQZbY8MIHYzW7WaJZEiJxwBou6A+kU0aCL4TtTWVnmEiC+bnXAjT1s069HV4eErz1M8vWXBGfAG06s5Kt97vOHrOH/C6m0h56t9E2OWxQ84ZQFKUYaX2RtYFWaatElqG9oVR5qNAVNwBg4hxr7igb1lxmczmESLwmUhN2GhQcrVBpjCqrs0DlaBheC9+8TqgaNc5rcFeNVj4RSVYtgKJaUCu8QvOVM7s1cI4ln9ZvBE6wHYwHxsQCh+Con9tx7Bvpj2+Mn0TbDTZxgyscsqMfHLF1VmiMWaXhlIXx8dGRqUJWE9OK9pH6Kr3NYqsEDANL3cG6aLQuOLOuyMyykDaoi55fn163ZPGaZHmk1KDUmF1CItGSKcX+pCyi2mm1jTM3j9y/TTrzX972abUeg37YWPUfQMnm44vWLKEtGqvRrBTyH9gsffRwYf/1hjwy6wupEI+EOBG7qbKKPKgEfBx7gLnICPvencqw99x+l8WQ9zsILGpeLc1AFLL4ZAYuvoQ9wn/BHxeHNNJjaqeNHwoadQpWJV37kTj/3gDcfSmDAq7Pt5OW7CQnCA4qldP9S6WNCaMbWDGKomw4SEjMm0qbiZ/wNDGEtBhFIWd5g38QjyzNVT1VzT1NNei0pukZoHqmR1by6yHnPUfJP2z8XjPbQl9/bpVldk3b1hKawklZqmRr25ZnntnylPQ14J86shkew7Fs5WZwnWxcQwxs/p+oO7w++/9t3cH10v9K3csTlv/1ul9//X+n5v3rriTzslz7vrqjueQ/rzf6+3dqPXrFitH/cY0NfRhMeKUJe6tvpkZRE6guai61lFpNXUltpW6idlF7ZY8XoNdXYBSkZWy5fGPOkUpKtGLsTJhzSc3k7IBSvfHeMCmnBAanD87/Lff33scNCtk7VarsTSq7qkOlKh4uVLTMXbjrPIUZ6YXPDet6raMYXcqXFXWnkEBW5M3el1PelTWCqQGJ/TNKJ/pHchlkC+Qp/Y4sj56D6oGqYVcVd/5p1rBdC88iRh1z9R0tYdeQYpVKOkTum3LRMUmK6PmWqycuSgldlIItW/t89QWpEoKYOpRqozYieftG6nZqD3Uv9Qj1Y+pZ7MEX73j1sXzEUL0vhv6oQdreoVwoDoqHLsFdVoMcHp5IlhXRBMQhuulPNnGR+pZyvq38wem9ca5Hdo5YPyRLDakXtNhxM8yYnCaTs4Mco+S4o9+5fGQ6ZG4dSSa7Fi4eGZ0fEdXqQrVaeokEYkDpDCbKWzG+47mei+5+41+myE8DR48+sOoF/ITVorjUaLUan171wFHwA3zNFO13NF2Uku0TD2DPwl2jBJ13YOWil8f9GHPJBI5edG/Hv0yR/wjPiHUdKVZC42yGGk6tkHW8eCTOElbOC8wYNgGrvuL/2H15APFxhGPDPCRe5kfcH1YXTQXSKSTP95lVmGVfedhbHsCKxYS7JPZgeEspSvZfU25AnzZ68kTpnJjnMYKj0C397T0FRl1gIFDse/6I9PKPN5w+MB2An+3jIU0DBQR6xW2n1yn41T8F9M33gNj7m7OnNz+9efPT4OCiaQrE21h5VVXDqpdWbDmqVTUOUfF5LDQopi+C9DUfXH3LP28FkyYse3fmlCkz31068X5AfS5tmEBrlKUmr15JjwHxJx8HJfer+MWP/HHjk9Lro2mlJU8Z0yg1TNXvQdmhmwH7/HqlasVx6f0gfubm89T6t4dxClWyQKVK7ehY9vQMjf5nW6beX6NSRZJKBddyYuPm09dy/Na/5nyTy3bFApoPCJr7IJRlNEycRd9D3o2Q5WYMP9zdX14BcjkA2y1Sg+U3fsC9J8lyZm5hiO7z70BTGjTWUxFgjEA0esvrsjkUrgvV6asTTWURoWAoeCTv0+gB2f29CwGwW3ZyDlGm8+gKpHC6vJ6I0/EKQVefX3b87tjXLhVMp5IxQA4hnx6EQ2QvEjspzKGgWJHEP3il7ns7VKqPP1apdqBhFYV21aA4vKz/q7/7bdlycUbo36Z0v/rJ6z7/tl/cQbX8GD/ngQfk56BQNSh+TnvxJwYPXDpvX1x6laG6B8qsvWM8oSUMhH0RWx8F8exK6TW2+xI8PJgLk9lfgeOX4td5UjYkuh/YF2uUaqR+Rr2FrUx06LXrAMvJpnHYTs7a10Ryw4R7r4nmIOnmBLUH9XghRbYA+TrgAakw3vDEciDe6UQX0TiC9czSobCPaFdhWRNbn3DoAr6OcS7RcINRcvBGdjoK+TomIRI9GVG+zorWUFjHoAEmZSI6ptiifTD2CKvWF2jUuqRBmqKw8goFb1Xwe/0avzak0cjBOpzEK0QDuN63MxWKMi1tmRAUeYHT0SzNv0hbvT6uYNJQoVCjgQEO0HRRBadaOK5msdPNBxKekgk6Z41BGw8LUa1Wqyop00LIg6DbJvrn+PKnHDEAlV5vKSqMDBeg0mu0VuR5LFqdgi9YyAKnVsu4RY+gh0o/FG2Fgk4rlLz0hGfCakds0fz68N/Rh3wMfbHHyBdrQ1+s7XMmYDQWmIxs4C2FQiHiVxI7/FptSOvT+jWasMa/GqcrFAZxSqYo5GybOcHsDkALZ1FZ9KI5TzKZXTqzaljaoFUDUFJijqhUeR3xcVtUfKIsMbslpWcyFYtXWtRCnh2AuBPd5GJo5/Try3WiYUks6ntimEGtMdmqRKNQ64acErB6lgd8JFg+t3Te5a5CjuPjkfrqxgZ3yp7nToWKvWrbYaDsTm6qmDZ+LA3BukvaoIO+dViMEGgUiX15PUjQgp9oJOYWoeoYlMZBjFTjz2fL8XcXTGHsl6qczY+nMWHg/HjdD3LzHg0Gm0qM+fN0/DyXviY1UfrHxClgjr+sNhYvNE2bzCXYHZ+UFGdvkLZvaiwDCloNY02bwFr43PWfcAaGneb1TGjO/tapZ0dkVwCWpmHJ8Juk56TnNzXFgSL71qhWRm0L1xW+F5Q6alkOaObatKVpuBns+LI2qs2bq3E0ZadN3bBulTG3H0J0XIxUMVWKeO6xuZU7JA/oGL8x7qadgMURSBSua2jMYpPEhNEP0I8Phf1IhBMSAou6C+vz+4qAMZ4QU+EQWy7bc5SjDOlL2qvcBQBkFTqlEknvENQAwKgVSpahGY7lFCwNzn6wfj04vHCf06zZu6hkZBF4gKUNJq8lYrQomE5z4IEKGoBaRu9zRT2rlvLuWNz7eP8tOfjhEUZUGHgFDcqhgjaw4qx1wKrQc0rVbqji1RwGGODUrO4MeE8qAO/97rYRKKiQXgb1ukarwWbQsDRKSOyu27fF5fXrfXdJBe5ALW0atNfBUqXnoaKV/Sea0SyUHbXizSgxFCZey0QKDysxrNMv4NEE4M0FoqrJ19HY8wUfwkpfEI1psF5GIuDR+4exgTUePNBN2NKN58Kc30vRvpCfwzAEojVKx0AU5YPWHGOEh7IAg7giZg3HaqNXLlrlMe5tAB3StPttXpoZF2TXF/mK3ez+DW9KH+zbKf1toVtfc9/3tkUK8guUDH3lLw+ub2b0Fb4rvn781mBQ9NsZXflxKbvtSOS67RvD4ZvXvnimRWdv/v3rpb7hnYEgRstpAYikjf4gGjyiwxbFXTRkKwsayhI+hVB/MAPVYyPbnOV6n3cv8IPKXb89/XNAK9yzlzw0kfa9Lb0Dq50jn0iVd9w0BJZmxkVFae8BEHhr44LuqrmJIRaOoYErGFSpLQ1tNYEVX1ZxkYYmW55BKdhm5M0ImpnuA9OGqDXW0CywASi3tR2XPrksX21X0WAK0IL4xgWddrumOXTtzZsLC6FFb89zODQqT43Ce/uNrxy8bJbTp2+pCY26TGpG3y94XsO9x/6NsqJekKEmEo9TqVA4B42GFT74FNBBJoC5zDo6zdmBBiBWkzdDM/EhRDZkABsFxegCB60hWMcQfHk6RYWxXyU3o6PRB2drXcMmVG2bY9Lo/VZPlSNQXxTMM2vVKrAi+fxfpC+kbz5/fB4L9KoQk5j/BRgHusGUy83wyzHbf3L8J9vHyAFYPuSP0qfSL6X3JelIu7uMHXnTs6c++/vp11rzq2o00rv/VEBo3/jG9m6Ldfatp7YvfubATPh58UOVYZfZYVWxNKNXaYPBgkB+nhZkf7np6Rl5ic1HgfWeyMTIWu1xaask3aU5cI9Dy0DP8efwJtBzcsDtPD5LMebRv0v3HDsASv72xvfmRKzj77ksfpN01d/ApCYWlTz1tmd//fpPdkyG7tk7Xpf1ScgYQ/YB8RpKPdHpXkZtQn1kH/VDihIsfh/2UIl4R+y5MvE/jQ/mhdBYVkR+5dgFaCJe/j+MH11uKDWgv+XfETI/qig4dxT7TKUzBRWIMfruW0gIqB6DweBFv3/3bP83GfwYFj/srAKnoCuff0co6xDG0Pw2Bn2bWzCvKdvhxrA0FQrTQaMVa9+EYoDYndTia8TFipGldViE7lX1I/gpVrYEsMTqoDfFg43NRKvAGmWAlRx0sQtbp7mx2ZkR+z4W9UC27tUD8jg0zQS1IIgtfzn3oaetWq0ubn06rY0P086V/nrcAPPyI4bloWRouSGSnwcNx6W/ztUOi2vTT1vjOq3W+vQhl11Z6AIpAgz5CqN0+Bi7AxdkT4q5coD+EuUA/aByHHbG51Ay0isE0zLlKlTawcH8RdqEFVVq4f5QQhUExXdLx86YCj2CwtTzDtYFfKfHpBA8haYzoPJu6a2gKhHavxCVZk1oF+Vz0Vg+V7dnTx0IFBeyuKSoTicXJL11N6i8dEHSsbtB8cCC2MLiAMAFcfmxaK/NjMyHm7BEBTCTiycVDs8qAZMSiCY0hzA8C0JYRkbjVoB9nm/fcXzV5e/fu4BHZ79etRuYHwbDpINr16nUR6S3jpyzgU5yDkqOHIJ3wemrf3NgDs+Puvn1VeRMuZ06z9RK96ySXrnvCenlY7ZrQOflIH3fk6DimE2cJK8/5vD/dKheIqpZivigUwO/EE5becS8lAArHw6iH/NdcH2PH0z88KGyx0ZZPrdIQ0Hp1dJxcOLzeZ+BTT/teA7W4glNekH64M0NG94EPkRtvjf/cil545z0BOiSvg9W55fNjcMFqJSr18z7bO6UMc+N6SJ3behfElxzCa4QyaznAT+FPU9NomZSi6k11FXUQ9QT1AvUq9R71EfUGfSO2AanDoRlSGEaW+KgeRqLGLTs7wqbPXNEhCBSglWUVyVSZDHCGifzPZ51UowoL1/UASDqADkRqdy6Bda3E0mXxAqMIroljLPk1juiMJXG3Y7glaYQk4HYYpArTb6BlEdgjXCyXAzoe57YP3NYzoFS2RQTS5bQ7MgWVjevxE0zkKd5lsc+0NUKtZpzBxzAoLRo1Cl3ZKHVEA8WiWOa3RETfwvLeXQODs4EXKLZzIxt58wWFwM38Zp4mbGpNX5uCGfQ62w0bXDCiRreF9Go0SFrCdSjSdxkQkeWETQVQ0Iah3PINUPLF09ZYr5qb60GzPvbsDg9dk1hqC7AlC9s8m7d9+iw4dvXTYpxyWaL9+xKndIslGnJ8WHG5HMytGAwOpl7GYtZ8CksZnN+drFB73TUGgz6VB38hjHo9bgaqDI/0StFMeVWFZeDaJ4Z5NljTz0angOBEUJAA5qhoZZVsRwNWIMV6HkkYzm0pmih88YNt4Chsxloz9eCVQq1jteHTF+qQ0FrSHH/PqULhAzS187y2XlKLe253y0/zM5JJ4yRPIURH+hUSiOYMnaHxiRkgbMxpKloMAsamFkhfT2ynm7vYtNKMKxk/ohO3YqbD1TVbF85Vjn+ykpr2sIPmb5thKGjex5cbi7TobcmR1RBl0IwotdmhHPVZh/DWAp8LGOlFzrq0Ws7nHU+Q3ac3sbQRp3ejupzWkwZ9KrilFf1fwBUC+G2AAAAeJxjYGRgYGBhPD3hfEVkPL/NVwZudgYQuGJ81ghG////n4GTkQ3E5WBgYgDqAABkIwvXAHicY2BkYGBj+M/AwMDJ8B8IOBkZgCLIgGkrAHsKBc4AeJyNVktrFEEQrnn0PIybLIYVNQRWSUyULIqo6EXmsB69iB4MiCLiRSKCJ3Nq/Bn+D8Gjv0q8rVUzVT3ftJOsSz6qu7q63tWTzNNn4l/6kij5RVTSf+F1wbTwPU/WAid7PzxjfHWePplMYXcYruNdK3TPd++ZzBjkXt7pbkQu031r2/d61YcLzvwEmRzsr41VfcmppxhvOeSdOvQdzouUEvblO+P4rNhG0KieB4Ky50+cD7k7xdxYDhRTF9VC5Y5beIijy2UjMlWUb8sD2KfMQx76moS4kZqvrj8/4py8CTmyWHp7EneKPp8JTzON20W1nyr9wvxEZfK4lxhbA7897ZSWd0WtOnOtZeqpSTVvxsOeUt2H2Eecr8TyhT1TQvxQuwZzEs58Vx+NK/jIuhaMCdfgmYB9WzDC3mzkXY0xVsv1sKejfoHZtLNG52/C+4XeTdnH1HKi9K3kifGO7zsByyeF+sLyE5tPXmdM98bqrXm5aLNvvMQP8v3Q+Gw3E6ybL6jd/ewb04xyp3EzfQQ9dkPA/BaFwUOvE+1ID0Y9vBHHoXaX7Qzxn0DzafNscuEu+3KkNLxDpfK0DvPSr1b4prLsbGRWwqyKTAX+W71l9utO/gTf6TBX1L8P5W+6Fc+T+mlvcxtXjXd6Oq16/tzqUa+pWYQD81n9nzO2wcZS/XnM60sghz4/4fMrI+9CjKuM93z+Sv2+rXpqpge1+h6D5TYF+F1AvVVELb9Qh3bNPm7gu4x1wDuDtdZX99sF6NQeT62v4L1NZUZZvtCzlNftXNhsQJ2DriryIe6J6g+9qHU/lifrbYy7gPOSzu8NzCfmsvwxOAv9yPY+tHd/9vpD/MOaXGa5Taa7Y32h7/h+Nc5/Hvn3FGzNzReIbW8sLtV9nfcfWe+h8rNyqFvWS51/6cfMZlz1B3m3ov1Cv0cO7Xnawh6xb5We79dDW7Oov/7pDeDv2t18BPC/RRLPRUAKve7pruRcfbwTZDzdFHre7y/1CnzxeJyllntUz2ccx9/P404uuYYQGmnNQpFkihBiIeMQi7kzs2mbTYaJZYwk17k0l61NyD3kHic0cg+5h5BpriHsZf/4f+uc9/n+vs/zubzf78/zfU7Sv38e/wExkqkIFkg2AmRIhYJBnlQ4VCrqCq5IxUdKJcYC9kuyXsoNnJIcoqTSA6UyCVJZ3svx7khZx8VSeXIq0KNCplRxIiiQKtGvspdUpZzkRJ5TulR1tFQtCMRJ1ennzHoN8moWB3CqRS+XGQBOteOlOp5SXRfJlRhXuNULlOpnS270bAA3d/LcU5BHD49H0nv0b+gPeL4fDtjzRLPnSqkRPRvDqQk9veDlxbs3tb3h650sNeV30zBATjM4NkOnjwOgjs8mqTleNefpOxTkSi32SH7oaQk+8APwasVeK3r7k+9PnQD4B1C7dS+QL7Whdxu4B1IrkPi27LXjvT1x7bOkIOp2QH9HH6lTohRMTGdyuqC/Czy74PuHSVIInELg1xUdXfGpGzy7MYPuxHVnvqHs96BmT3zsRd3e+NQHX/pQOwyuYXDpS1w//O5Hj4+pEY6OAeQPwMeBhQFcBoUAzsHgVGkINYfQcxjch6F9OLMYQd8RcBoJt0+pP4r8z9gfzdn4HM+/oPcYzlIE84kg90tyxlEnknMTiT/jWR9P3HfR0gTmMZG1SU4AnpPxMIrZRVF/CrlT4DkVjT/QJxru0+AwnfwZadJPxM9kbxY5Mcwxhr3ZnI9Y+MWyFgufWNZiOZdz6D+HnDg0xlErDo/mwn8e53E+81/ArBY6S4vguoj5/EyvxfizhHpL2VuKd8uYWTz7v+DPcjQvR8MKZrYCniuZ1yrqJHDWVuN7IrUS8XIN72typLX0WofGdcwxCW5JnOv1eLSe72MD3DfwHWyA30Z6bWQWm5jLZvzaTN0t1NqCH1s5h1vhnUzeNuK3wWl7+lvsgEcKmneibxc6d1NvDzPchx/78Go//FLplYrfB/DwADoP4n8aZyYNPofodYg6h6lzBL5HWEuHy5/EHKXnUXQcg38GtY6j/zjzO4HWEzxP0uMk6yfRfApPTrN/Gr/O4PsZ8s4yp0x0Z6LhHGvn4HUeb8/D4QK+XKBHFryz4HyR2IvovISWy+xd5pu4AuerrF/Dl+touM65yIbjDeJvMuNbxN2idw7rt/kW74C7IBff7nGW/+JM3mfvAb48RNMjch/zHT3BhyfwfEp+Pt7nU+sZZ+I5vV7Qs4BvpQCOL9H3Et4v4f8Kza9Ye11cRhVlimySKfpIpli+TPEMmRIDZUqWAwtkSjnJOBQGK2VKe8iU4SouGy3jyG/HeJny6TIVfEA213SMTCU3QGzlXqBApsoeGacomapjZapFylQPlXE+JVPDH/CsSU4t6tdiz4W82sTXIbYu3OqOlHFlz5Ue9YfKuOXIuAfLeFCjIc9GEQDeja/INPEESTJeCTLerDclppmrDHehaR4k44se3zyZFvTzg49fpkwrOPo7ywTQs3WaTBsQuFimLfHtQPvRMkE8O8CnowtAYyc4B6O7M750QUMI4C4z3eDQPVAmlLgecPsoHBDbkx69vAAxvdHSG+/64G8f4sPQ3Bce/dgLj5PpT6/+KTID4PkJeQMTZQahZTDah2TJDGVOw8JkhsNnFBpG03sMdb5C29dwH4u2b6j/7QyZceRE8hyPPu4qM4G8CcxzAjOeiK+TqPs98ZPhNpn9KPKn4N9UfkezN43cH5nr9DeA30w0zcTbWfgaQ7/ZnJs55MfxnIuuucx6HrXnE7sQXYuot5i4JcxxCRqXsrYMz5Yxw/hUmeXMZQW9V6JlFX1/nSjzGz0S4MsdZBJy3+J3vPiDc7Uab1dzFhLxZQ1c1vK+Fr3r6L+O9yT8SOJ9Cx5uRWMy3nDPmO3sb8ffHZyHHehLgVMKfXfSb9cbsLabWnvwfy8c98JvPzn7mXcqeg6g+SD9D8IlDd6HwGH6HGEvHc1H4XyM+hn0PM5sTzCrkyGAvdPM6Qy9znKWzuJRJuf1PPwvUDMLXKQWd4W5RL3LcLmKD9fIy4bHDfZu+sncgtct9OXAP4czdZs+d+h5h9934ZiLj7nJgNr3qHUffffRlIeGPPz6G20P4POQvIf4/5i6T/h+n3Dun8LtKT7lw+8Za895f4FnBcQUoIV7w7zkLLyix5v74nWGrPGStc6yhTxkCw+VLXJKtliIbAnWS/Lb4Yps6TzZsk6y5VhzzJat4CdbkfhKgP+vbBVPWScf2aqustWiZavzu8Ym2ZqhIF3WJVK2NrXrJMq6Bsu+Q3y9INn6xLo9km0wQ9adNfcs2XfjZD14NqRWw1xZT9AoSraxPyiQbZIs6xUh681+U3Kbu8j6ku8L1xYOgJp+biBTtiXcWhHvv0A2AB1t4mUDqdGO96BwQH4H+AWn/B/8A2W9n3QAAHicY2BkYGA6zCTJoM4AAkxAzAiEDAwOYD4DAB0oAU0AeJyVk99qE0EUxr/dpE1rpGDRUryQQUTBi920lBaCN9s/6U1oYgilV+o2O0mWJrthdpKQa19A8AXEKx9AvBe89FUEH8FvJ2MTsUJNSOY3Z+b8+c7ZBbDtPIWD+cfHG8sOyvhk2UUJ3ywXcA8/LRdRdh5aXsGmU7e8SvvUcgkv3WeW13DXfW95HXfcL5bLeOD+sLyBR4WAWZziOnevTMacHWzhnWWXtz5bLuAxvlsuYstxLa/gCXXNeZX215ZL+Oi8tbyGbXdmeR333Q+Wy3jufrW8gReFAo6QYoQZFGL00IeGwDFCTCBJp6QEEc8FdlHBDvbhkQMM+BVLXpnZSa6Sa+4d8SaO0tFMxb2+FsfhRIrTMIlmYreys++JYDAQ5igTSmZSTWREhxrrSRgvwNRESzHkilqa6GAqs3TITYuWHsasIGQutGRvPAhV7tvAGdqo0/sQVe7atJ3gAk1yizvUGmftenBYbbRrJxfNRqt9u4znRlVGtfldgT1qO+CvstQXnEuVxWki9rwDr2JE3i54k0IkpWSm5XkTuyadoF9q/vvm5KZR5T4d0u/CulzVkk/X5s8tijkiWoembVe0hbRqE++S7VxESbjmu46pmVNpDmSYSc6pK5XQqdB9KRajzWRH58K7qTInXaoTWoWRHIbqSoRaq/hybK4kqY47MrODVqayv3qjtLhuzk3PIhbPEkwfNPtS5SvuX+sN/4jpGWXoaz2q+n5eXjiP78Xp/0TwOal5VxLTef8fMf0BRSaZ9PELz4vYEXicfVcFdOPIsnVVmWInGVimt8yU2JacLE9gmZm9st22NZYtjSAwy8zMzMyPmfYxv33MzLCPmaqk9kzm/HN+TtIk3b7dfW9XKSlM/b8/+BoXkMIUpW5KXZ+6LnVj6pbUrakbUrelbgYEgjRkIAs5yMMQFKAIwzACo7AMlsMKWAkbwcawCWwKm8HmsAVsCVvB1rANvAm2he1ge9gBdoSdYGfYBXaF3WB32AP2hL1gb9gH9oUxGIcSlKECBphQhQmYhP1gfzgADoSD4GA4BFbBFEzDDMzCoXAYHA5HwJFwFBwNx8CxcBwcDyfAiXASnAynwKlwGpwOZ8CZcBacDefAuVCD88CCemo09UZqBBrQBAUtaEMHbFgNXXCgB31wwYM14EMAIUQwB/OwAIuwFs6HC+BCuAguhkvgUrgMLocr4Eq4Cq6Ga+BauA6uhxvgRrgJboZb4Fa4DW6HO+BOuAvuhnvgXrgP7ocH4EF4CB6GR+BReAwehyfgSXgKnoZn4Fl4Dp6HF+BFeAlehlfgVXgzvAXeCm+Dt8M74J3wLng3vAfeC++D98MH4IPwIfgwvAYfgY/Cx+Dj8An4JHwKPg2fgc/C5+Dz8AX4IrwOX4Ivw1fgq/A1+Dp8A74J34Jvw3fgu/A9+D78AH4IP4Ifw0/gp/Az+Dn8An4Jv4Jfw2/gt/AG/A5+D3+AP8Kf4M/wF/gr/A3+Dv+Af8K/4N/wH/gvphAQkTCNGcxiDvOpHXAIC1jEYRzBUVyGy3EFrsSNcGPcBDfFzXBz3AK3xK1wa9wG34Tb4na4Pe6AO+JOuDPugrvibrg77oF74l64N+6D++IYjmMJy1hBA02s4gRO4n64Px6AB+JBeDAegqtwCqdxBmfxUDwMD8cj8Eg8Co/GY/BYPA6PxxPwRDwp9TqejKfgqXgano5n4Jl4Fp6N5+C5WMPz0MI6NrCJClvYxg7auBq76GAP++iih2vQxwBDjHAO53EBF3Etno8X4IV4EV6Ml+CleBlejlfglXgVXo3X4LV4HV6PN+CNeBPejLfgrXgb3o534J14F96N9+C9eB/ejw/gg/gQPoyP4KP4GD6OT+CT+BQ+jc/gs/gcPo8v4Iv4Er6Mr+Cr+GZ8C74V34Zvx3fgO/Fd+G58D74X34fvxw/gB/FD+GF8DT+CH8WP4cfxE/hJ/BR+Gj+Dn8XP4efxC/hFfB2/hF/Gr+BX8Wv4dfwGfhO/hd/G7+B38Xv4ffwB/hB/hD/Gn+BP8Wf4c/wF/hJ/hb/G3+Bv8Q38Hf4e/4B/xD/hn/Ev+Ff8G/4d/4H/xH/hv/E/+F9KERASUZoylKUc5WmIClSkYRqhUVpGy2kFraSNaGPahDalzWhz2oK2pK1oa9qG3kTb0na0Pe1AO9JOtDPtQrvSbrQ77UF70l60N+1D+9IYjVOJylQhg0yq0gRN0n60Px1AB9JBdDAdQqtoiqZphmbpUDqMDqcj6Eg6io6mY+hYOo6OpxPoRDqJTqZT6FQ6jU6nM+hMOovOpnPoXKrReWRRnRrUJEUtalOHbFpNXXKoR31yyaM15FNAIUU0R/O0QIu0ls6nC+hCuogupkvoUrqMLqcr6Eq6iq6ma+hauo6upxvoRrqJbqZb6Fa6jW6nO+hOuovupnvoXrqP7qcH6EF6iB6mR+hReowepyfoSXqKnqZn6Fl6jp6nF+hFeoleplfo1dQdmbZjBUGmFwV2Ixsoy2908qo/pxzXU5kO98N0EFp+QYqa6nnhYjoKlJ9u2U4vH3ZqjuW3FYadnLTtIES3m/VVz51TubWu26vZ/Xxcu1FIbquVDex233Ko4bYzoW8FnXTH7ak8z6ZqlhOmQ7un0r5rNYeb7nzf4YYM5wedbORJlbH7dXeh6DnWYq1h+w1HMaenrDDnq5avgk5elhJP6LiNbrrlWO0Cb6bpddy+CgpzrhP1VI3XU9RNIRjS7cjLrvEbblPl6lZcU2i10/wXpOuu281L0bP8bsbz7X6YbVg95VvpltsP+bnTzNqh5diNYqgWwlpH2e1OWIjb83Yz7BT4Wbtfc1QrHE6aDdUPlV9MOr68PpK0V0dBaLcW07KXot1v8nsJTrfjd0dbVkPJqdXm7KZyc57dCCNfZT3Vb9hOoWd5NVmr8rNWUybkE+Z1qqYdZoKO5atMo6P4hESwkSBUXq1uNbrzlt8caVl8hINeftBIy6FnPItNwMZwvVzL9WV8OH590Iln0p2MWq0a4TDzzPlusvORQSfewpDnREFNjFHo2X3dLCYmits5txvXI2sixUfCOOkN2f2Wm8CChq9UP+i44YiGJa4YYmDSKtSt/qBp+b47H6+jmDTjVeSTduTp57Ej4iMSH/FyAnutqrUixxnW7aBnOc5ytdBwrJ61blnptt1i2ymrxXfEV3m1yEZjNYak0XDcQA3zqfTtfjt+PcPn2Vf5huWoftPys77Vb7q9XMPt9VjjbM9q91VYGJxX5K07R1kf2z2cVyoc4a17nkzZ4As73GIXKj8hK+qOLGGZXvic8kObGVfofsf17bVsX8sZYsfXGh2ZJJy3Q/ZlcvBiMrF93BtOHF9jct+lrlpM820O8nrJwUjYiXr1gNcqB7dM92S50h+KA0nHclrFOLokMSUn83KIGHHsfpfNmRxlzouCDm9rhG+P8jls1ORxHELsfpbJvc5isW0zQz3xQRIdhCbjsA/4cOW+F2OLJ0Sjg8ubdAvxCwmZ3nB+sNdsMnM26ksMKbLF+NLIATfJDwLqNPlSsBv48PrpunKcYkOOtcUHG6pCh2XU7o6b4rZc3Iq8ZEQOZEXiyNp6R67cYCSeYNkGQ5G3IUim4Rju1lV23uc738mEVtANshxReTNDdd9WrYYVqII4N7knmbbvRl5azjLDHoma2bqyOEJQIwpZSo9PxfJi/9heOrDmVEHOp1Zno3bZca7PfsLIQdfhiOHbXRV2eMJ2ZyjiuOTztIrXUHdUhs1rNzjMR43uEMvI6+HrO7quFR/78rbrtnk362JAcclAhjVUiwU+cxXGO80nTb6kSSO+xEkzPiu+NxzC+0E6cH22GhfJPYlbfHkGmS1OKgOvpXndLhumzf5vckqqu6xxUdtZ3hweWDvOKBzjQ/ZrqDi25tnbPmtvcUTkmFdwZBE1tkU9z3GBdW6r0fiIa4MMNpx0E6fmJJXWes0iY8OOG/Dhq3wQ2aEolhdTCWO2wYlKKc4wLkdlyZRxOpEt1CPb4R208wz2JO8MWT1mt/oNle2pZtcOiy1ZErOsVrx0xXmgk4Sp1lhLrWi6UV2s1JcTj/23wUjivw2G2H8b9GVfhfX44hJgfoAorH8111RBl9NG1rE8qWKjhMM9ty77im/jsPZ37LfCmsgN9dRJM9GZd9vv82aSdzOc/Z3Fgg4FfDDLl4bAOAwtCYPSL6gFT25hoi4L6CXvZYIeLyTT4qvVp57q5Noc6zyrmecwF/siL98S8uZo3IhDC7u5mecz5uxlOWn5YhiKF8SvOcvWxTsdgDiYJMkivr/pBkexIYFIuuxKsGFXpmul6mRxSWYpBhHfSL6+tse2jupJi1+bKA970dq1cna2aihOoDKhHOPo+mYt/vDq2Mppjg4STbKaFZKiauwm9lBkBx0+UZ+DnZLEs9BocoDS2SYYfLSs3GBEB6ilQxKglvbjANUJe46RbgRBOcve5JBZSKKqNjFHJs6OG7HfbS+wgyUJacW6sUHSStfKY+Wh+NNP5s/yIK93dP2XQ5yuk5AfD+YdxZdebJg0Yscmz+PPiDisx1eiVh4vFZKUH2cEvvZ8rSWzJQZZ7xS2rrxdJRX51K57FAVNsvs+rfYWyY/q1PXnqR425DNZDa27s8vjOFQXY3gdq843slYuTa5cNxpyOK1HoQo2/b9Dsq2RwXAcg1ds0ItjU61crkhhDC9yNo3qeiO6k15gmYcWBp8e696Rw8w12Sz8Uc0hnb/0BsGLv7G43/atXrbF37Rdn6wmh47x6vho3Q7rkRy9loEjoeMXkyoeWua4TLQ+S40s6Ufe0qfiq+VL+skVn+fPXHc+yPE19V27meGLES3wMu265Jagu+hxUnMjP1gTsWL8OcBWcbMtDsuOSkshCTy0PQoikdY0c/LPjT2nqB61ca6bmVd23eV/HPr8yy9US6Px3muDzctYZZNkSYOc6yQ5Rx6Zo003XPJAxiaG5/hTnL9K4zXxyMTYSJLZ4oGaK0MlKcpSiFYThhSmFFUpJqSYzEV9+9DxVWN81tY4j0wKaLIsXQFNCmhSQJMCmhTQ5GS6VhmLEXVplaQoS1FJZpsal44pRVWKCSkEND4mhTwdF9C4gMYrUhhSCGJcEOOCGNdrmx7TteBKgisJriS4kuBKgisJriS4kjCVhaksiLIgyoIo6+XN6AlnxnUdvyHQsqacMXRt6lomr8gcFWGtCGtFWCvxA4FWNHRWiA0hNmRaQ0CGgAwBGQIyBGQIyJClmoIwBWEKwhSEqZd6aPxMQGaVz7sVPxNQVR5UBVQVUFUeVIWmKjRVU15uSEtoqoKYEMSEIMQXFfFFRXxREV9UxBcV8UVFfFGZEMSkICYFIaaoTApispJulWIZ2RTcih8IQkxhsCm4GJeiJEVZiooUhhSmFFUpJqSYzMwpDpvcFEsYMpchljDEEoZYwhBLGGIJQyxhjAtJSUhKghAzGGIGQ8xgiBkMMYMhZjDEDIaYwRAzGGIGQ8xgiBkMCV9GWRBlQZQFIR4wyoKoCKIiiIogRHpDpDdEekOkN0R6Q6Q3KoIwBCG6G6K7IboborshuhuiuyG6G6K7IboborshuhuiuyG6G6YgTEGI6IYpCFMQLHqrxAguBMGic0sQIrohohtVQVQFIaIbIrohohsiuiGiGyK6IaIbIrohohsiuiGiGyK6IaIbIrohohsiujEpCIkEhkQCQyKBwaK3SlUV27Q0MaZrxpkivSnSmzoelCYMXZsyWJViQgrmM8VLpuhviv6m6G+K/qbob4r+puhviv6m6G+K/qbob4r+puhviv6m6G+K/qbob4r+Zim5lqVVeoWrxnVd0nVZ13qpq/RSV5m6rup6QteD+VbpekrX07qe0fVsUk9p3inNO6V5pzTvlOad0rxTmndK805p3inNO6V5pzTvlOad0rxTmlcHzdK05p3WvNOad1rzTmveac07rXmnNe+05p3WvNOad1rzTmveac2rY2tJx9bSjOad0bwzmldH2JKOsKUZzTujeWc074zmndG8M5p3RvPOaN5ZzTureWc176zmndW8s5p3VvPOilMmNemsJp3VpLOadFaTzmrS2dn/AboJB4wAAAA=) format("woff");
}
.fa {
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
}
.fa-lg {
    font-size: 1.33333333em;
    line-height: .75em;
    vertical-align: -15%}
.fa-2x {
    font-size: 2em;
}
.fa-3x {
    font-size: 3em;
}
.fa-4x {
    font-size: 4em;
}
.fa-5x {
    font-size: 5em;
}
.fa-fw {
    text-align: center;
    width: 1.28571429em;
}
.fa-ul {
    list-style-type: none;
    margin-left: 2.14285714em;
    padding-left: 0;
}
.fa-ul>li {
    position: relative;
}
.fa-li {
    left: -2.14285714em;
    position: absolute;
    text-align: center;
    top: .14285714em;
    width: 2.14285714em;
}
.fa-li.fa-lg {
    left: -1.85714286em;
}
.fa-border {
    border: .08em solid #eee;
    border-radius: .1em;
    padding: .2em .25em .15em;
}
.fa-pull-left {
    float: left;
}
.fa-pull-right {
    float: right;
}
.fa.fa-pull-left {
    margin-right: .3em;
}
.fa.fa-pull-right {
    margin-left: .3em;
}
.pull-right {
    float: right;
}
.pull-left {
    float: left;
}
.fa.pull-left {
    margin-right: .3em;
}
.fa.pull-right {
    margin-left: .3em;
}
.fa-spin {
    -webkit-animation: fa-spin 2s linear infinite;
    animation: fa-spin 2s linear infinite;
}
.fa-pulse {
    -webkit-animation: fa-spin 1s steps(8) infinite;
    animation: fa-spin 1s steps(8) infinite;
}
@-webkit-keyframes fa-spin {
    0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
}
to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
}
}@keyframes fa-spin {
    0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
}
to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
}
}.fa-rotate-90 {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
.fa-rotate-180 {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.fa-rotate-270 {
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
}
.fa-flip-horizontal {
    -webkit-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    transform: scaleX(-1);
}
.fa-flip-vertical {
    -webkit-transform: scaleY(-1);
    -ms-transform: scaleY(-1);
    transform: scaleY(-1);
}
:root .fa-flip-horizontal, :root .fa-flip-vertical, :root .fa-rotate-180, :root .fa-rotate-270, :root .fa-rotate-90 {
    filter: none;
}
.fa-stack {
    display: inline-block;
    height: 2em;
    line-height: 2em;
    position: relative;
    vertical-align: middle;
    width: 2em;
}
.fa-stack-1x, .fa-stack-2x {
    left: 0;
    position: absolute;
    text-align: center;
    width: 100%}
.fa-stack-1x {
    line-height: inherit;
}
.fa-stack-2x {
    font-size: 2em;
}
.fa-inverse {
    color: #fff;
}
.fa-glass:before {
    content: "\f000"}
.fa-music:before {
    content: "\f001"}
.fa-search:before {
    content: "\f002"}
.fa-envelope-o:before {
    content: "\f003"}
.fa-heart:before {
    content: "\f004"}
.fa-star:before {
    content: "\f005"}
.fa-star-o:before {
    content: "\f006"}
.fa-user:before {
    content: "\f007"}
.fa-film:before {
    content: "\f008"}
.fa-th-large:before {
    content: "\f009"}
.fa-th:before {
    content: "\f00a"}
.fa-th-list:before {
    content: "\f00b"}
.fa-check:before {
    content: "\f00c"}
.fa-close:before, .fa-remove:before, .fa-times:before {
    content: "\f00d"}
.fa-search-plus:before {
    content: "\f00e"}
.fa-search-minus:before {
    content: "\f010"}
.fa-power-off:before {
    content: "\f011"}
.fa-signal:before {
    content: "\f012"}
.fa-cog:before, .fa-gear:before {
    content: "\f013"}
.fa-trash-o:before {
    content: "\f014"}
.fa-home:before {
    content: "\f015"}
.fa-file-o:before {
    content: "\f016"}
.fa-clock-o:before {
    content: "\f017"}
.fa-road:before {
    content: "\f018"}
.fa-download:before {
    content: "\f019"}
.fa-arrow-circle-o-down:before {
    content: "\f01a"}
.fa-arrow-circle-o-up:before {
    content: "\f01b"}
.fa-inbox:before {
    content: "\f01c"}
.fa-play-circle-o:before {
    content: "\f01d"}
.fa-repeat:before, .fa-rotate-right:before {
    content: "\f01e"}
.fa-refresh:before {
    content: "\f021"}
.fa-list-alt:before {
    content: "\f022"}
.fa-lock:before {
    content: "\f023"}
.fa-flag:before {
    content: "\f024"}
.fa-headphones:before {
    content: "\f025"}
.fa-volume-off:before {
    content: "\f026"}
.fa-volume-down:before {
    content: "\f027"}
.fa-volume-up:before {
    content: "\f028"}
.fa-qrcode:before {
    content: "\f029"}
.fa-barcode:before {
    content: "\f02a"}
.fa-tag:before {
    content: "\f02b"}
.fa-tags:before {
    content: "\f02c"}
.fa-book:before {
    content: "\f02d"}
.fa-bookmark:before {
    content: "\f02e"}
.fa-print:before {
    content: "\f02f"}
.fa-camera:before {
    content: "\f030"}
.fa-font:before {
    content: "\f031"}
.fa-bold:before {
    content: "\f032"}
.fa-italic:before {
    content: "\f033"}
.fa-text-height:before {
    content: "\f034"}
.fa-text-width:before {
    content: "\f035"}
.fa-align-left:before {
    content: "\f036"}
.fa-align-center:before {
    content: "\f037"}
.fa-align-right:before {
    content: "\f038"}
.fa-align-justify:before {
    content: "\f039"}
.fa-list:before {
    content: "\f03a"}
.fa-dedent:before, .fa-outdent:before {
    content: "\f03b"}
.fa-indent:before {
    content: "\f03c"}
.fa-video-camera:before {
    content: "\f03d"}
.fa-image:before, .fa-photo:before, .fa-picture-o:before {
    content: "\f03e"}
.fa-pencil:before {
    content: "\f040"}
.fa-map-marker:before {
    content: "\f041"}
.fa-adjust:before {
    content: "\f042"}
.fa-tint:before {
    content: "\f043"}
.fa-edit:before, .fa-pencil-square-o:before {
    content: "\f044"}
.fa-share-square-o:before {
    content: "\f045"}
.fa-check-square-o:before {
    content: "\f046"}
.fa-arrows:before {
    content: "\f047"}
.fa-step-backward:before {
    content: "\f048"}
.fa-fast-backward:before {
    content: "\f049"}
.fa-backward:before {
    content: "\f04a"}
.fa-play:before {
    content: "\f04b"}
.fa-pause:before {
    content: "\f04c"}
.fa-stop:before {
    content: "\f04d"}
.fa-forward:before {
    content: "\f04e"}
.fa-fast-forward:before {
    content: "\f050"}
.fa-step-forward:before {
    content: "\f051"}
.fa-eject:before {
    content: "\f052"}
.fa-chevron-left:before {
    content: "\f053"}
.fa-chevron-right:before {
    content: "\f054"}
.fa-plus-circle:before {
    content: "\f055"}
.fa-minus-circle:before {
    content: "\f056"}
.fa-times-circle:before {
    content: "\f057"}
.fa-check-circle:before {
    content: "\f058"}
.fa-question-circle:before {
    content: "\f059"}
.fa-info-circle:before {
    content: "\f05a"}
.fa-crosshairs:before {
    content: "\f05b"}
.fa-times-circle-o:before {
    content: "\f05c"}
.fa-check-circle-o:before {
    content: "\f05d"}
.fa-ban:before {
    content: "\f05e"}
.fa-arrow-left:before {
    content: "\f060"}
.fa-arrow-right:before {
    content: "\f061"}
.fa-arrow-up:before {
    content: "\f062"}
.fa-arrow-down:before {
    content: "\f063"}
.fa-mail-forward:before, .fa-share:before {
    content: "\f064"}
.fa-expand:before {
    content: "\f065"}
.fa-compress:before {
    content: "\f066"}
.fa-plus:before {
    content: "\f067"}
.fa-minus:before {
    content: "\f068"}
.fa-asterisk:before {
    content: "\f069"}
.fa-exclamation-circle:before {
    content: "\f06a"}
.fa-gift:before {
    content: "\f06b"}
.fa-leaf:before {
    content: "\f06c"}
.fa-fire:before {
    content: "\f06d"}
.fa-eye:before {
    content: "\f06e"}
.fa-eye-slash:before {
    content: "\f070"}
.fa-exclamation-triangle:before, .fa-warning:before {
    content: "\f071"}
.fa-plane:before {
    content: "\f072"}
.fa-calendar:before {
    content: "\f073"}
.fa-random:before {
    content: "\f074"}
.fa-comment:before {
    content: "\f075"}
.fa-magnet:before {
    content: "\f076"}
.fa-chevron-up:before {
    content: "\f077"}
.fa-chevron-down:before {
    content: "\f078"}
.fa-retweet:before {
    content: "\f079"}
.fa-shopping-cart:before {
    content: "\f07a"}
.fa-folder:before {
    content: "\f07b"}
.fa-folder-open:before {
    content: "\f07c"}
.fa-arrows-v:before {
    content: "\f07d"}
.fa-arrows-h:before {
    content: "\f07e"}
.fa-bar-chart-o:before, .fa-bar-chart:before {
    content: "\f080"}
.fa-twitter-square:before {
    content: "\f081"}
.fa-facebook-square:before {
    content: "\f082"}
.fa-camera-retro:before {
    content: "\f083"}
.fa-key:before {
    content: "\f084"}
.fa-cogs:before, .fa-gears:before {
    content: "\f085"}
.fa-comments:before {
    content: "\f086"}
.fa-thumbs-o-up:before {
    content: "\f087"}
.fa-thumbs-o-down:before {
    content: "\f088"}
.fa-star-half:before {
    content: "\f089"}
.fa-heart-o:before {
    content: "\f08a"}
.fa-sign-out:before {
    content: "\f08b"}
.fa-linkedin-square:before {
    content: "\f08c"}
.fa-thumb-tack:before {
    content: "\f08d"}
.fa-external-link:before {
    content: "\f08e"}
.fa-sign-in:before {
    content: "\f090"}
.fa-trophy:before {
    content: "\f091"}
.fa-github-square:before {
    content: "\f092"}
.fa-upload:before {
    content: "\f093"}
.fa-lemon-o:before {
    content: "\f094"}
.fa-phone:before {
    content: "\f095"}
.fa-square-o:before {
    content: "\f096"}
.fa-bookmark-o:before {
    content: "\f097"}
.fa-phone-square:before {
    content: "\f098"}
.fa-twitter:before {
    content: "\f099"}
.fa-facebook-f:before, .fa-facebook:before {
    content: "\f09a"}
.fa-github:before {
    content: "\f09b"}
.fa-unlock:before {
    content: "\f09c"}
.fa-credit-card:before {
    content: "\f09d"}
.fa-feed:before, .fa-rss:before {
    content: "\f09e"}
.fa-hdd-o:before {
    content: "\f0a0"}
.fa-bullhorn:before {
    content: "\f0a1"}
.fa-bell:before {
    content: "\f0f3"}
.fa-certificate:before {
    content: "\f0a3"}
.fa-hand-o-right:before {
    content: "\f0a4"}
.fa-hand-o-left:before {
    content: "\f0a5"}
.fa-hand-o-up:before {
    content: "\f0a6"}
.fa-hand-o-down:before {
    content: "\f0a7"}
.fa-arrow-circle-left:before {
    content: "\f0a8"}
.fa-arrow-circle-right:before {
    content: "\f0a9"}
.fa-arrow-circle-up:before {
    content: "\f0aa"}
.fa-arrow-circle-down:before {
    content: "\f0ab"}
.fa-globe:before {
    content: "\f0ac"}
.fa-wrench:before {
    content: "\f0ad"}
.fa-tasks:before {
    content: "\f0ae"}
.fa-filter:before {
    content: "\f0b0"}
.fa-briefcase:before {
    content: "\f0b1"}
.fa-arrows-alt:before {
    content: "\f0b2"}
.fa-group:before, .fa-users:before {
    content: "\f0c0"}
.fa-chain:before, .fa-link:before {
    content: "\f0c1"}
.fa-cloud:before {
    content: "\f0c2"}
.fa-flask:before {
    content: "\f0c3"}
.fa-cut:before, .fa-scissors:before {
    content: "\f0c4"}
.fa-copy:before, .fa-files-o:before {
    content: "\f0c5"}
.fa-paperclip:before {
    content: "\f0c6"}
.fa-floppy-o:before, .fa-save:before {
    content: "\f0c7"}
.fa-square:before {
    content: "\f0c8"}
.fa-bars:before, .fa-navicon:before, .fa-reorder:before {
    content: "\f0c9"}
.fa-list-ul:before {
    content: "\f0ca"}
.fa-list-ol:before {
    content: "\f0cb"}
.fa-strikethrough:before {
    content: "\f0cc"}
.fa-underline:before {
    content: "\f0cd"}
.fa-table:before {
    content: "\f0ce"}
.fa-magic:before {
    content: "\f0d0"}
.fa-truck:before {
    content: "\f0d1"}
.fa-pinterest:before {
    content: "\f0d2"}
.fa-pinterest-square:before {
    content: "\f0d3"}
.fa-google-plus-square:before {
    content: "\f0d4"}
.fa-google-plus:before {
    content: "\f0d5"}
.fa-money:before {
    content: "\f0d6"}
.fa-caret-down:before {
    content: "\f0d7"}
.fa-caret-up:before {
    content: "\f0d8"}
.fa-caret-left:before {
    content: "\f0d9"}
.fa-caret-right:before {
    content: "\f0da"}
.fa-columns:before {
    content: "\f0db"}
.fa-sort:before, .fa-unsorted:before {
    content: "\f0dc"}
.fa-sort-desc:before, .fa-sort-down:before {
    content: "\f0dd"}
.fa-sort-asc:before, .fa-sort-up:before {
    content: "\f0de"}
.fa-envelope:before {
    content: "\f0e0"}
.fa-linkedin:before {
    content: "\f0e1"}
.fa-rotate-left:before, .fa-undo:before {
    content: "\f0e2"}
.fa-gavel:before, .fa-legal:before {
    content: "\f0e3"}
.fa-dashboard:before, .fa-tachometer:before {
    content: "\f0e4"}
.fa-comment-o:before {
    content: "\f0e5"}
.fa-comments-o:before {
    content: "\f0e6"}
.fa-bolt:before, .fa-flash:before {
    content: "\f0e7"}
.fa-sitemap:before {
    content: "\f0e8"}
.fa-umbrella:before {
    content: "\f0e9"}
.fa-clipboard:before, .fa-paste:before {
    content: "\f0ea"}
.fa-lightbulb-o:before {
    content: "\f0eb"}
.fa-exchange:before {
    content: "\f0ec"}
.fa-cloud-download:before {
    content: "\f0ed"}
.fa-cloud-upload:before {
    content: "\f0ee"}
.fa-user-md:before {
    content: "\f0f0"}
.fa-stethoscope:before {
    content: "\f0f1"}
.fa-suitcase:before {
    content: "\f0f2"}
.fa-bell-o:before {
    content: "\f0a2"}
.fa-coffee:before {
    content: "\f0f4"}
.fa-cutlery:before {
    content: "\f0f5"}
.fa-file-text-o:before {
    content: "\f0f6"}
.fa-building-o:before {
    content: "\f0f7"}
.fa-hospital-o:before {
    content: "\f0f8"}
.fa-ambulance:before {
    content: "\f0f9"}
.fa-medkit:before {
    content: "\f0fa"}
.fa-fighter-jet:before {
    content: "\f0fb"}
.fa-beer:before {
    content: "\f0fc"}
.fa-h-square:before {
    content: "\f0fd"}
.fa-plus-square:before {
    content: "\f0fe"}
.fa-angle-double-left:before {
    content: "\f100"}
.fa-angle-double-right:before {
    content: "\f101"}
.fa-angle-double-up:before {
    content: "\f102"}
.fa-angle-double-down:before {
    content: "\f103"}
.fa-angle-left:before {
    content: "\f104"}
.fa-angle-right:before {
    content: "\f105"}
.fa-angle-up:before {
    content: "\f106"}
.fa-angle-down:before {
    content: "\f107"}
.fa-desktop:before {
    content: "\f108"}
.fa-laptop:before {
    content: "\f109"}
.fa-tablet:before {
    content: "\f10a"}
.fa-mobile-phone:before, .fa-mobile:before {
    content: "\f10b"}
.fa-circle-o:before {
    content: "\f10c"}
.fa-quote-left:before {
    content: "\f10d"}
.fa-quote-right:before {
    content: "\f10e"}
.fa-spinner:before {
    content: "\f110"}
.fa-circle:before {
    content: "\f111"}
.fa-mail-reply:before, .fa-reply:before {
    content: "\f112"}
.fa-github-alt:before {
    content: "\f113"}
.fa-folder-o:before {
    content: "\f114"}
.fa-folder-open-o:before {
    content: "\f115"}
.fa-smile-o:before {
    content: "\f118"}
.fa-frown-o:before {
    content: "\f119"}
.fa-meh-o:before {
    content: "\f11a"}
.fa-gamepad:before {
    content: "\f11b"}
.fa-keyboard-o:before {
    content: "\f11c"}
.fa-flag-o:before {
    content: "\f11d"}
.fa-flag-checkered:before {
    content: "\f11e"}
.fa-terminal:before {
    content: "\f120"}
.fa-code:before {
    content: "\f121"}
.fa-mail-reply-all:before, .fa-reply-all:before {
    content: "\f122"}
.fa-star-half-empty:before, .fa-star-half-full:before, .fa-star-half-o:before {
    content: "\f123"}
.fa-location-arrow:before {
    content: "\f124"}
.fa-crop:before {
    content: "\f125"}
.fa-code-fork:before {
    content: "\f126"}
.fa-chain-broken:before, .fa-unlink:before {
    content: "\f127"}
.fa-question:before {
    content: "\f128"}
.fa-info:before {
    content: "\f129"}
.fa-exclamation:before {
    content: "\f12a"}
.fa-superscript:before {
    content: "\f12b"}
.fa-subscript:before {
    content: "\f12c"}
.fa-eraser:before {
    content: "\f12d"}
.fa-puzzle-piece:before {
    content: "\f12e"}
.fa-microphone:before {
    content: "\f130"}
.fa-microphone-slash:before {
    content: "\f131"}
.fa-shield:before {
    content: "\f132"}
.fa-calendar-o:before {
    content: "\f133"}
.fa-fire-extinguisher:before {
    content: "\f134"}
.fa-rocket:before {
    content: "\f135"}
.fa-maxcdn:before {
    content: "\f136"}
.fa-chevron-circle-left:before {
    content: "\f137"}
.fa-chevron-circle-right:before {
    content: "\f138"}
.fa-chevron-circle-up:before {
    content: "\f139"}
.fa-chevron-circle-down:before {
    content: "\f13a"}
.fa-html5:before {
    content: "\f13b"}
.fa-css3:before {
    content: "\f13c"}
.fa-anchor:before {
    content: "\f13d"}
.fa-unlock-alt:before {
    content: "\f13e"}
.fa-bullseye:before {
    content: "\f140"}
.fa-ellipsis-h:before {
    content: "\f141"}
.fa-ellipsis-v:before {
    content: "\f142"}
.fa-rss-square:before {
    content: "\f143"}
.fa-play-circle:before {
    content: "\f144"}
.fa-ticket:before {
    content: "\f145"}
.fa-minus-square:before {
    content: "\f146"}
.fa-minus-square-o:before {
    content: "\f147"}
.fa-level-up:before {
    content: "\f148"}
.fa-level-down:before {
    content: "\f149"}
.fa-check-square:before {
    content: "\f14a"}
.fa-pencil-square:before {
    content: "\f14b"}
.fa-external-link-square:before {
    content: "\f14c"}
.fa-share-square:before {
    content: "\f14d"}
.fa-compass:before {
    content: "\f14e"}
.fa-caret-square-o-down:before, .fa-toggle-down:before {
    content: "\f150"}
.fa-caret-square-o-up:before, .fa-toggle-up:before {
    content: "\f151"}
.fa-caret-square-o-right:before, .fa-toggle-right:before {
    content: "\f152"}
.fa-eur:before, .fa-euro:before {
    content: "\f153"}
.fa-gbp:before {
    content: "\f154"}
.fa-dollar:before, .fa-usd:before {
    content: "\f155"}
.fa-inr:before, .fa-rupee:before {
    content: "\f156"}
.fa-cny:before, .fa-jpy:before, .fa-rmb:before, .fa-yen:before {
    content: "\f157"}
.fa-rouble:before, .fa-rub:before, .fa-ruble:before {
    content: "\f158"}
.fa-krw:before, .fa-won:before {
    content: "\f159"}
.fa-bitcoin:before, .fa-btc:before {
    content: "\f15a"}
.fa-file:before {
    content: "\f15b"}
.fa-file-text:before {
    content: "\f15c"}
.fa-sort-alpha-asc:before {
    content: "\f15d"}
.fa-sort-alpha-desc:before {
    content: "\f15e"}
.fa-sort-amount-asc:before {
    content: "\f160"}
.fa-sort-amount-desc:before {
    content: "\f161"}
.fa-sort-numeric-asc:before {
    content: "\f162"}
.fa-sort-numeric-desc:before {
    content: "\f163"}
.fa-thumbs-up:before {
    content: "\f164"}
.fa-thumbs-down:before {
    content: "\f165"}
.fa-youtube-square:before {
    content: "\f166"}
.fa-youtube:before {
    content: "\f167"}
.fa-xing:before {
    content: "\f168"}
.fa-xing-square:before {
    content: "\f169"}
.fa-youtube-play:before {
    content: "\f16a"}
.fa-dropbox:before {
    content: "\f16b"}
.fa-stack-overflow:before {
    content: "\f16c"}
.fa-instagram:before {
    content: "\f16d"}
.fa-flickr:before {
    content: "\f16e"}
.fa-adn:before {
    content: "\f170"}
.fa-bitbucket:before {
    content: "\f171"}
.fa-bitbucket-square:before {
    content: "\f172"}
.fa-tumblr:before {
    content: "\f173"}
.fa-tumblr-square:before {
    content: "\f174"}
.fa-long-arrow-down:before {
    content: "\f175"}
.fa-long-arrow-up:before {
    content: "\f176"}
.fa-long-arrow-left:before {
    content: "\f177"}
.fa-long-arrow-right:before {
    content: "\f178"}
.fa-apple:before {
    content: "\f179"}
.fa-windows:before {
    content: "\f17a"}
.fa-android:before {
    content: "\f17b"}
.fa-linux:before {
    content: "\f17c"}
.fa-dribbble:before {
    content: "\f17d"}
.fa-skype:before {
    content: "\f17e"}
.fa-foursquare:before {
    content: "\f180"}
.fa-trello:before {
    content: "\f181"}
.fa-female:before {
    content: "\f182"}
.fa-male:before {
    content: "\f183"}
.fa-gittip:before, .fa-gratipay:before {
    content: "\f184"}
.fa-sun-o:before {
    content: "\f185"}
.fa-moon-o:before {
    content: "\f186"}
.fa-archive:before {
    content: "\f187"}
.fa-bug:before {
    content: "\f188"}
.fa-vk:before {
    content: "\f189"}
.fa-weibo:before {
    content: "\f18a"}
.fa-renren:before {
    content: "\f18b"}
.fa-pagelines:before {
    content: "\f18c"}
.fa-stack-exchange:before {
    content: "\f18d"}
.fa-arrow-circle-o-right:before {
    content: "\f18e"}
.fa-arrow-circle-o-left:before {
    content: "\f190"}
.fa-caret-square-o-left:before, .fa-toggle-left:before {
    content: "\f191"}
.fa-dot-circle-o:before {
    content: "\f192"}
.fa-wheelchair:before {
    content: "\f193"}
.fa-vimeo-square:before {
    content: "\f194"}
.fa-try:before, .fa-turkish-lira:before {
    content: "\f195"}
.fa-plus-square-o:before {
    content: "\f196"}
.fa-space-shuttle:before {
    content: "\f197"}
.fa-slack:before {
    content: "\f198"}
.fa-envelope-square:before {
    content: "\f199"}
.fa-wordpress:before {
    content: "\f19a"}
.fa-openid:before {
    content: "\f19b"}
.fa-bank:before, .fa-institution:before, .fa-university:before {
    content: "\f19c"}
.fa-graduation-cap:before, .fa-mortar-board:before {
    content: "\f19d"}
.fa-yahoo:before {
    content: "\f19e"}
.fa-google:before {
    content: "\f1a0"}
.fa-reddit:before {
    content: "\f1a1"}
.fa-reddit-square:before {
    content: "\f1a2"}
.fa-stumbleupon-circle:before {
    content: "\f1a3"}
.fa-stumbleupon:before {
    content: "\f1a4"}
.fa-delicious:before {
    content: "\f1a5"}
.fa-digg:before {
    content: "\f1a6"}
.fa-pied-piper-pp:before {
    content: "\f1a7"}
.fa-pied-piper-alt:before {
    content: "\f1a8"}
.fa-drupal:before {
    content: "\f1a9"}
.fa-joomla:before {
    content: "\f1aa"}
.fa-language:before {
    content: "\f1ab"}
.fa-fax:before {
    content: "\f1ac"}
.fa-building:before {
    content: "\f1ad"}
.fa-child:before {
    content: "\f1ae"}
.fa-paw:before {
    content: "\f1b0"}
.fa-spoon:before {
    content: "\f1b1"}
.fa-cube:before {
    content: "\f1b2"}
.fa-cubes:before {
    content: "\f1b3"}
.fa-behance:before {
    content: "\f1b4"}
.fa-behance-square:before {
    content: "\f1b5"}
.fa-steam:before {
    content: "\f1b6"}
.fa-steam-square:before {
    content: "\f1b7"}
.fa-recycle:before {
    content: "\f1b8"}
.fa-automobile:before, .fa-car:before {
    content: "\f1b9"}
.fa-cab:before, .fa-taxi:before {
    content: "\f1ba"}
.fa-tree:before {
    content: "\f1bb"}
.fa-spotify:before {
    content: "\f1bc"}
.fa-deviantart:before {
    content: "\f1bd"}
.fa-soundcloud:before {
    content: "\f1be"}
.fa-database:before {
    content: "\f1c0"}
.fa-file-pdf-o:before {
    content: "\f1c1"}
.fa-file-word-o:before {
    content: "\f1c2"}
.fa-file-excel-o:before {
    content: "\f1c3"}
.fa-file-powerpoint-o:before {
    content: "\f1c4"}
.fa-file-image-o:before, .fa-file-photo-o:before, .fa-file-picture-o:before {
    content: "\f1c5"}
.fa-file-archive-o:before, .fa-file-zip-o:before {
    content: "\f1c6"}
.fa-file-audio-o:before, .fa-file-sound-o:before {
    content: "\f1c7"}
.fa-file-movie-o:before, .fa-file-video-o:before {
    content: "\f1c8"}
.fa-file-code-o:before {
    content: "\f1c9"}
.fa-vine:before {
    content: "\f1ca"}
.fa-codepen:before {
    content: "\f1cb"}
.fa-jsfiddle:before {
    content: "\f1cc"}
.fa-life-bouy:before, .fa-life-buoy:before, .fa-life-ring:before, .fa-life-saver:before, .fa-support:before {
    content: "\f1cd"}
.fa-circle-o-notch:before {
    content: "\f1ce"}
.fa-ra:before, .fa-rebel:before, .fa-resistance:before {
    content: "\f1d0"}
.fa-empire:before, .fa-ge:before {
    content: "\f1d1"}
.fa-git-square:before {
    content: "\f1d2"}
.fa-git:before {
    content: "\f1d3"}
.fa-hacker-news:before, .fa-y-combinator-square:before, .fa-yc-square:before {
    content: "\f1d4"}
.fa-tencent-weibo:before {
    content: "\f1d5"}
.fa-qq:before {
    content: "\f1d6"}
.fa-wechat:before, .fa-weixin:before {
    content: "\f1d7"}
.fa-paper-plane:before, .fa-send:before {
    content: "\f1d8"}
.fa-paper-plane-o:before, .fa-send-o:before {
    content: "\f1d9"}
.fa-history:before {
    content: "\f1da"}
.fa-circle-thin:before {
    content: "\f1db"}
.fa-header:before {
    content: "\f1dc"}
.fa-paragraph:before {
    content: "\f1dd"}
.fa-sliders:before {
    content: "\f1de"}
.fa-share-alt:before {
    content: "\f1e0"}
.fa-share-alt-square:before {
    content: "\f1e1"}
.fa-bomb:before {
    content: "\f1e2"}
.fa-futbol-o:before, .fa-soccer-ball-o:before {
    content: "\f1e3"}
.fa-tty:before {
    content: "\f1e4"}
.fa-binoculars:before {
    content: "\f1e5"}
.fa-plug:before {
    content: "\f1e6"}
.fa-slideshare:before {
    content: "\f1e7"}
.fa-twitch:before {
    content: "\f1e8"}
.fa-yelp:before {
    content: "\f1e9"}
.fa-newspaper-o:before {
    content: "\f1ea"}
.fa-wifi:before {
    content: "\f1eb"}
.fa-calculator:before {
    content: "\f1ec"}
.fa-paypal:before {
    content: "\f1ed"}
.fa-google-wallet:before {
    content: "\f1ee"}
.fa-cc-visa:before {
    content: "\f1f0"}
.fa-cc-mastercard:before {
    content: "\f1f1"}
.fa-cc-discover:before {
    content: "\f1f2"}
.fa-cc-amex:before {
    content: "\f1f3"}
.fa-cc-paypal:before {
    content: "\f1f4"}
.fa-cc-stripe:before {
    content: "\f1f5"}
.fa-bell-slash:before {
    content: "\f1f6"}
.fa-bell-slash-o:before {
    content: "\f1f7"}
.fa-trash:before {
    content: "\f1f8"}
.fa-copyright:before {
    content: "\f1f9"}
.fa-at:before {
    content: "\f1fa"}
.fa-eyedropper:before {
    content: "\f1fb"}
.fa-paint-brush:before {
    content: "\f1fc"}
.fa-birthday-cake:before {
    content: "\f1fd"}
.fa-area-chart:before {
    content: "\f1fe"}
.fa-pie-chart:before {
    content: "\f200"}
.fa-line-chart:before {
    content: "\f201"}
.fa-lastfm:before {
    content: "\f202"}
.fa-lastfm-square:before {
    content: "\f203"}
.fa-toggle-off:before {
    content: "\f204"}
.fa-toggle-on:before {
    content: "\f205"}
.fa-bicycle:before {
    content: "\f206"}
.fa-bus:before {
    content: "\f207"}
.fa-ioxhost:before {
    content: "\f208"}
.fa-angellist:before {
    content: "\f209"}
.fa-cc:before {
    content: "\f20a"}
.fa-ils:before, .fa-shekel:before, .fa-sheqel:before {
    content: "\f20b"}
.fa-meanpath:before {
    content: "\f20c"}
.fa-buysellads:before {
    content: "\f20d"}
.fa-connectdevelop:before {
    content: "\f20e"}
.fa-dashcube:before {
    content: "\f210"}
.fa-forumbee:before {
    content: "\f211"}
.fa-leanpub:before {
    content: "\f212"}
.fa-sellsy:before {
    content: "\f213"}
.fa-shirtsinbulk:before {
    content: "\f214"}
.fa-simplybuilt:before {
    content: "\f215"}
.fa-skyatlas:before {
    content: "\f216"}
.fa-cart-plus:before {
    content: "\f217"}
.fa-cart-arrow-down:before {
    content: "\f218"}
.fa-diamond:before {
    content: "\f219"}
.fa-ship:before {
    content: "\f21a"}
.fa-user-secret:before {
    content: "\f21b"}
.fa-motorcycle:before {
    content: "\f21c"}
.fa-street-view:before {
    content: "\f21d"}
.fa-heartbeat:before {
    content: "\f21e"}
.fa-venus:before {
    content: "\f221"}
.fa-mars:before {
    content: "\f222"}
.fa-mercury:before {
    content: "\f223"}
.fa-intersex:before, .fa-transgender:before {
    content: "\f224"}
.fa-transgender-alt:before {
    content: "\f225"}
.fa-venus-double:before {
    content: "\f226"}
.fa-mars-double:before {
    content: "\f227"}
.fa-venus-mars:before {
    content: "\f228"}
.fa-mars-stroke:before {
    content: "\f229"}
.fa-mars-stroke-v:before {
    content: "\f22a"}
.fa-mars-stroke-h:before {
    content: "\f22b"}
.fa-neuter:before {
    content: "\f22c"}
.fa-genderless:before {
    content: "\f22d"}
.fa-facebook-official:before {
    content: "\f230"}
.fa-pinterest-p:before {
    content: "\f231"}
.fa-whatsapp:before {
    content: "\f232"}
.fa-server:before {
    content: "\f233"}
.fa-user-plus:before {
    content: "\f234"}
.fa-user-times:before {
    content: "\f235"}
.fa-bed:before, .fa-hotel:before {
    content: "\f236"}
.fa-viacoin:before {
    content: "\f237"}
.fa-train:before {
    content: "\f238"}
.fa-subway:before {
    content: "\f239"}
.fa-medium:before {
    content: "\f23a"}
.fa-y-combinator:before, .fa-yc:before {
    content: "\f23b"}
.fa-optin-monster:before {
    content: "\f23c"}
.fa-opencart:before {
    content: "\f23d"}
.fa-expeditedssl:before {
    content: "\f23e"}
.fa-battery-4:before, .fa-battery-full:before, .fa-battery:before {
    content: "\f240"}
.fa-battery-3:before, .fa-battery-three-quarters:before {
    content: "\f241"}
.fa-battery-2:before, .fa-battery-half:before {
    content: "\f242"}
.fa-battery-1:before, .fa-battery-quarter:before {
    content: "\f243"}
.fa-battery-0:before, .fa-battery-empty:before {
    content: "\f244"}
.fa-mouse-pointer:before {
    content: "\f245"}
.fa-i-cursor:before {
    content: "\f246"}
.fa-object-group:before {
    content: "\f247"}
.fa-object-ungroup:before {
    content: "\f248"}
.fa-sticky-note:before {
    content: "\f249"}
.fa-sticky-note-o:before {
    content: "\f24a"}
.fa-cc-jcb:before {
    content: "\f24b"}
.fa-cc-diners-club:before {
    content: "\f24c"}
.fa-clone:before {
    content: "\f24d"}
.fa-balance-scale:before {
    content: "\f24e"}
.fa-hourglass-o:before {
    content: "\f250"}
.fa-hourglass-1:before, .fa-hourglass-start:before {
    content: "\f251"}
.fa-hourglass-2:before, .fa-hourglass-half:before {
    content: "\f252"}
.fa-hourglass-3:before, .fa-hourglass-end:before {
    content: "\f253"}
.fa-hourglass:before {
    content: "\f254"}
.fa-hand-grab-o:before, .fa-hand-rock-o:before {
    content: "\f255"}
.fa-hand-paper-o:before, .fa-hand-stop-o:before {
    content: "\f256"}
.fa-hand-scissors-o:before {
    content: "\f257"}
.fa-hand-lizard-o:before {
    content: "\f258"}
.fa-hand-spock-o:before {
    content: "\f259"}
.fa-hand-pointer-o:before {
    content: "\f25a"}
.fa-hand-peace-o:before {
    content: "\f25b"}
.fa-trademark:before {
    content: "\f25c"}
.fa-registered:before {
    content: "\f25d"}
.fa-creative-commons:before {
    content: "\f25e"}
.fa-gg:before {
    content: "\f260"}
.fa-gg-circle:before {
    content: "\f261"}
.fa-tripadvisor:before {
    content: "\f262"}
.fa-odnoklassniki:before {
    content: "\f263"}
.fa-odnoklassniki-square:before {
    content: "\f264"}
.fa-get-pocket:before {
    content: "\f265"}
.fa-wikipedia-w:before {
    content: "\f266"}
.fa-safari:before {
    content: "\f267"}
.fa-chrome:before {
    content: "\f268"}
.fa-firefox:before {
    content: "\f269"}
.fa-opera:before {
    content: "\f26a"}
.fa-internet-explorer:before {
    content: "\f26b"}
.fa-television:before, .fa-tv:before {
    content: "\f26c"}
.fa-contao:before {
    content: "\f26d"}
.fa-500px:before {
    content: "\f26e"}
.fa-amazon:before {
    content: "\f270"}
.fa-calendar-plus-o:before {
    content: "\f271"}
.fa-calendar-minus-o:before {
    content: "\f272"}
.fa-calendar-times-o:before {
    content: "\f273"}
.fa-calendar-check-o:before {
    content: "\f274"}
.fa-industry:before {
    content: "\f275"}
.fa-map-pin:before {
    content: "\f276"}
.fa-map-signs:before {
    content: "\f277"}
.fa-map-o:before {
    content: "\f278"}
.fa-map:before {
    content: "\f279"}
.fa-commenting:before {
    content: "\f27a"}
.fa-commenting-o:before {
    content: "\f27b"}
.fa-houzz:before {
    content: "\f27c"}
.fa-vimeo:before {
    content: "\f27d"}
.fa-black-tie:before {
    content: "\f27e"}
.fa-fonticons:before {
    content: "\f280"}
.fa-reddit-alien:before {
    content: "\f281"}
.fa-edge:before {
    content: "\f282"}
.fa-credit-card-alt:before {
    content: "\f283"}
.fa-codiepie:before {
    content: "\f284"}
.fa-modx:before {
    content: "\f285"}
.fa-fort-awesome:before {
    content: "\f286"}
.fa-usb:before {
    content: "\f287"}
.fa-product-hunt:before {
    content: "\f288"}
.fa-mixcloud:before {
    content: "\f289"}
.fa-scribd:before {
    content: "\f28a"}
.fa-pause-circle:before {
    content: "\f28b"}
.fa-pause-circle-o:before {
    content: "\f28c"}
.fa-stop-circle:before {
    content: "\f28d"}
.fa-stop-circle-o:before {
    content: "\f28e"}
.fa-shopping-bag:before {
    content: "\f290"}
.fa-shopping-basket:before {
    content: "\f291"}
.fa-hashtag:before {
    content: "\f292"}
.fa-bluetooth:before {
    content: "\f293"}
.fa-bluetooth-b:before {
    content: "\f294"}
.fa-percent:before {
    content: "\f295"}
.fa-gitlab:before {
    content: "\f296"}
.fa-wpbeginner:before {
    content: "\f297"}
.fa-wpforms:before {
    content: "\f298"}
.fa-envira:before {
    content: "\f299"}
.fa-universal-access:before {
    content: "\f29a"}
.fa-wheelchair-alt:before {
    content: "\f29b"}
.fa-question-circle-o:before {
    content: "\f29c"}
.fa-blind:before {
    content: "\f29d"}
.fa-audio-description:before {
    content: "\f29e"}
.fa-volume-control-phone:before {
    content: "\f2a0"}
.fa-braille:before {
    content: "\f2a1"}
.fa-assistive-listening-systems:before {
    content: "\f2a2"}
.fa-american-sign-language-interpreting:before, .fa-asl-interpreting:before {
    content: "\f2a3"}
.fa-deaf:before, .fa-deafness:before, .fa-hard-of-hearing:before {
    content: "\f2a4"}
.fa-glide:before {
    content: "\f2a5"}
.fa-glide-g:before {
    content: "\f2a6"}
.fa-sign-language:before, .fa-signing:before {
    content: "\f2a7"}
.fa-low-vision:before {
    content: "\f2a8"}
.fa-viadeo:before {
    content: "\f2a9"}
.fa-viadeo-square:before {
    content: "\f2aa"}
.fa-snapchat:before {
    content: "\f2ab"}
.fa-snapchat-ghost:before {
    content: "\f2ac"}
.fa-snapchat-square:before {
    content: "\f2ad"}
.fa-pied-piper:before {
    content: "\f2ae"}
.fa-first-order:before {
    content: "\f2b0"}
.fa-yoast:before {
    content: "\f2b1"}
.fa-themeisle:before {
    content: "\f2b2"}
.fa-google-plus-circle:before, .fa-google-plus-official:before {
    content: "\f2b3"}
.fa-fa:before, .fa-font-awesome:before {
    content: "\f2b4"}
.fa-handshake-o:before {
    content: "\f2b5"}
.fa-envelope-open:before {
    content: "\f2b6"}
.fa-envelope-open-o:before {
    content: "\f2b7"}
.fa-linode:before {
    content: "\f2b8"}
.fa-address-book:before {
    content: "\f2b9"}
.fa-address-book-o:before {
    content: "\f2ba"}
.fa-address-card:before, .fa-vcard:before {
    content: "\f2bb"}
.fa-address-card-o:before, .fa-vcard-o:before {
    content: "\f2bc"}
.fa-user-circle:before {
    content: "\f2bd"}
.fa-user-circle-o:before {
    content: "\f2be"}
.fa-user-o:before {
    content: "\f2c0"}
.fa-id-badge:before {
    content: "\f2c1"}
.fa-drivers-license:before, .fa-id-card:before {
    content: "\f2c2"}
.fa-drivers-license-o:before, .fa-id-card-o:before {
    content: "\f2c3"}
.fa-quora:before {
    content: "\f2c4"}
.fa-free-code-camp:before {
    content: "\f2c5"}
.fa-telegram:before {
    content: "\f2c6"}
.fa-thermometer-4:before, .fa-thermometer-full:before, .fa-thermometer:before {
    content: "\f2c7"}
.fa-thermometer-3:before, .fa-thermometer-three-quarters:before {
    content: "\f2c8"}
.fa-thermometer-2:before, .fa-thermometer-half:before {
    content: "\f2c9"}
.fa-thermometer-1:before, .fa-thermometer-quarter:before {
    content: "\f2ca"}
.fa-thermometer-0:before, .fa-thermometer-empty:before {
    content: "\f2cb"}
.fa-shower:before {
    content: "\f2cc"}
.fa-bath:before, .fa-bathtub:before, .fa-s15:before {
    content: "\f2cd"}
.fa-podcast:before {
    content: "\f2ce"}
.fa-window-maximize:before {
    content: "\f2d0"}
.fa-window-minimize:before {
    content: "\f2d1"}
.fa-window-restore:before {
    content: "\f2d2"}
.fa-times-rectangle:before, .fa-window-close:before {
    content: "\f2d3"}
.fa-times-rectangle-o:before, .fa-window-close-o:before {
    content: "\f2d4"}
.fa-bandcamp:before {
    content: "\f2d5"}
.fa-grav:before {
    content: "\f2d6"}
.fa-etsy:before {
    content: "\f2d7"}
.fa-imdb:before {
    content: "\f2d8"}
.fa-ravelry:before {
    content: "\f2d9"}
.fa-eercast:before {
    content: "\f2da"}
.fa-microchip:before {
    content: "\f2db"}
.fa-snowflake-o:before {
    content: "\f2dc"}
.fa-superpowers:before {
    content: "\f2dd"}
.fa-wpexplorer:before {
    content: "\f2de"}
.fa-meetup:before {
    content: "\f2e0"}
.sr-only {
    clip: rect(0, 0, 0, 0);
    border: 0;
    margin: -1px;
    padding: 0;
}
.sr-only-focusable:active, .sr-only-focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}
.shopify-model-viewer-ui {
    cursor: pointer;
    display: inline-block;
    position: relative;
}
.shopify-model-viewer-ui model-viewer {
    --progress-bar-height: 2px;
    --progress-bar-color: currentColor;
    transform: translateZ(0);
    z-index: 1;
}
.shopify-model-viewer-ui model-viewer.shopify-model-viewer-ui__disabled {
    pointer-events: none;
}
.shopify-model-viewer-ui.shopify-model-viewer-ui--fullscreen model-viewer {
    height: 100vh;
    position: relative;
    width: 100vw;
}
.shopify-model-viewer-ui.shopify-model-viewer-ui--fullscreen .shopify-model-viewer-ui__control-icon--exit-fullscreen {
    display: block;
}
.shopify-model-viewer-ui.shopify-model-viewer-ui--fullscreen .shopify-model-viewer-ui__control-icon--enter-fullscreen {
    display: none;
}
.shopify-model-viewer-ui.shopify-model-viewer-ui--desktop.shopify-model-viewer-ui--child-focused .shopify-model-viewer-ui__controls-area, .shopify-model-viewer-ui.shopify-model-viewer-ui--desktop:hover .shopify-model-viewer-ui__controls-area {
    opacity: 1;
}
.shopify-model-viewer-ui:not(.shopify-model-viewer-ui--desktop) .shopify-model-viewer-ui__controls-area {
    display: none;
}
.shopify-model-viewer-ui .shopify-model-viewer-ui__controls-overlay {
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%}
.shopify-model-viewer-ui .shopify-model-viewer-ui__controls-area {
    background: #fff;
    border: 1px solid rgba(0, 0, 0, .05);
    bottom: 10px;
    display: flex;
    flex-direction: column;
    opacity: 0;
    position: absolute;
    right: 10px;
    transition: opacity .1s linear;
    z-index: 1;
}
.shopify-model-viewer-ui .shopify-model-viewer-ui__controls-area:not(.shopify-model-viewer-ui__controls-area--playing) {
    display: none;
}
.shopify-model-viewer-ui .shopify-model-viewer-ui__button {
    border: none;
    border-radius: 0;
    color: #3a3a3a;
    cursor: pointer;
    margin: 0;
}
.shopify-model-viewer-ui .shopify-model-viewer-ui__button:not(.focus-visible) {
    outline: 0;
}
.shopify-model-viewer-ui .shopify-model-viewer-ui__button--control {
    background: 0 0;
    height: 44px;
    padding: 0;
    position: relative;
    width: 44px;
}
.shopify-model-viewer-ui .shopify-model-viewer-ui__button--control:hover {
    color: rgba(0, 0, 0, .55);
}
.shopify-model-viewer-ui .shopify-model-viewer-ui__button--control.focus-visible:focus, .shopify-model-viewer-ui .shopify-model-viewer-ui__button--control:active {
    background: rgba(0, 0, 0, .05);
    color: rgba(0, 0, 0, .55);
}
.shopify-model-viewer-ui .shopify-model-viewer-ui__button--control:not(:last-child):after {
    border-bottom: 1px solid rgba(0, 0, 0, .05);
    bottom: 0;
    content: "";
    position: absolute;
    right: 8px;
    width: 28px;
}
.shopify-model-viewer-ui .shopify-model-viewer-ui__control-icon {
    fill: none;
    height: 44px;
    width: 44px;
}
.shopify-model-viewer-ui .shopify-model-viewer-ui__button--poster {
    background: #fff;
    border: 1px solid rgba(0, 0, 0, .05);
    height: 62px;
    left: 50%;
    padding: 0;
    position: absolute;
    top: 50%;
    transform: translate3d(-50%, -50%, 0);
    width: 62px;
    z-index: 1;
}
.shopify-model-viewer-ui .shopify-model-viewer-ui__button--poster:focus, .shopify-model-viewer-ui .shopify-model-viewer-ui__button--poster:hover {
    color: rgba(0, 0, 0, .55);
}
.shopify-model-viewer-ui .shopify-model-viewer-ui__poster-control-icon {
    fill: none;
    height: 60px;
    width: 60px;
    z-index: 1;
}
.shopify-model-viewer-ui .shopify-model-viewer-ui__control-icon--exit-fullscreen {
    display: none;
}
.shopify-model-viewer-ui .shopify-model-viewer-ui__control-icon--enter-fullscreen {
    display: block;
}
.shopify-model-viewer-ui .shopify-model-viewer-ui__spritesheet {
    display: none;
}
.shopify-model-viewer-ui .shopify-model-viewer-ui__sr-only {
    clip: rect(0, 0, 0, 0);
    border: 0;
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    white-space: nowrap;
    width: 1px;
}
@keyframes plyr-progress {
    to {
    background-position: 25px 0;
}
}@keyframes plyr-popup {
    0% {
    opacity: .5;
    transform: translateY(10px);
}
to {
    opacity: 1;
    transform: translateY(0);
}
}@keyframes plyr-fade-in {
    0% {
    opacity: 0;
}
to {
    opacity: 1;
}
}.plyr {
    -moz-osx-font-smoothing: auto;
    -webkit-font-smoothing: subpixel-antialiased;
    direction: ltr;
    font-family: Avenir, Avenir Next, Helvetica Neue, Segoe UI, Helvetica, Arial, sans-serif;
    font-variant-numeric: tabular-nums;
    font-weight: 500;
    line-height: 1.7;
    max-width: 100%;
    min-width: 200px;
    position: relative;
    text-shadow: none;
    transition: box-shadow .3s ease;
}
.plyr audio, .plyr video {
    border-radius: inherit;
    height: auto;
    vertical-align: middle;
    width: 100%}
.plyr button {
    font: inherit;
    line-height: inherit;
    width: auto;
}
.plyr--full-ui {
    box-sizing: border-box;
}
.plyr--full-ui *, .plyr--full-ui :after, .plyr--full-ui :before {
    box-sizing: inherit;
}
.plyr--full-ui a, .plyr--full-ui button, .plyr--full-ui input, .plyr--full-ui label {
    touch-action: manipulation;
}
.plyr__badge {
    background: #4a5764;
    border-radius: 2px;
    color: #fff;
    font-size: 9px;
    line-height: 1;
    padding: 3px 4px;
}
.plyr--full-ui ::-webkit-media-text-track-container {
    display: none;
}
.plyr__captions {
    animation: plyr-fade-in .3s ease;
    bottom: 0;
    color: #fff;
    display: none;
    font-size: 14px;
    left: 0;
    padding: 10px;
    position: absolute;
    text-align: center;
    transition: transform .4s ease-in-out;
    width: 100%}
.plyr__captions .plyr__caption {
    background-color: rgba(0, 0, 0, .8);
    border-radius: 2px;
    box-decoration-break: clone;
    line-height: 185%;
    padding: .2em .5em;
    white-space: pre-wrap;
}
.plyr__captions .plyr__caption div {
    display: inline;
}
.plyr__captions span:empty {
    display: none;
}
@media (min-width:480px) {
    .plyr__captions {
    font-size: 16px;
    padding: 20px;
}
}@media (min-width:750px) {
    .plyr__captions {
    font-size: 18px;
}
}.plyr--captions-active .plyr__captions {
    display: block;
}
.plyr:not(.plyr--hide-controls) .plyr__controls:not(:empty)~.plyr__captions {
    transform: translateY(-40px);
}
.plyr__control {
    border: 0;
    border-radius: 0;
    color: inherit;
    cursor: pointer;
    flex-shrink: 0;
    overflow: visible;
    padding: 0;
    position: relative;
    transition: all .3s ease;
}
.plyr__control:not(.plyr__control--overlaid) {
    background-color: transparent;
}
.plyr__control svg {
    fill: currentColor;
    display: block;
    height: 44px;
    pointer-events: none;
    width: 44px;
}
.plyr__control:focus:not(.plyr__tab-focus) {
    outline: 0;
}
a.plyr__control {
    text-decoration: none;
}
.plyr__control.plyr__control--pressed .icon--not-pressed, .plyr__control.plyr__control--pressed .label--not-pressed, .plyr__control:not(.plyr__control--pressed) .icon--pressed, .plyr__control:not(.plyr__control--pressed) .label--pressed, a.plyr__control:after, a.plyr__control:before {
    display: none;
}
.plyr--audio .plyr__control.plyr__tab-focus svg, .plyr--audio .plyr__control:hover svg, .plyr--audio .plyr__control[aria-expanded=true] svg, .plyr--video .plyr__control:not(.plyr__control--overlaid).plyr__tab-focus svg, .plyr--video .plyr__control:not(.plyr__control--overlaid):hover svg, .plyr--video .plyr__control:not(.plyr__control--overlaid)[aria-expanded=true] svg {
    stroke: currentColor;
    stroke-width: 0;
}
.plyr__control--overlaid {
    background-color: inherit;
    border: 1px solid rgba(0, 0, 0, .05);
    border-radius: 0;
    color: currentColor;
    display: none;
    left: 50%;
    opacity: 0;
    padding: 4px;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    visibility: hidden;
    z-index: 2;
}
.plyr__control--overlaid svg {
    fill: transparent;
    height: 52px;
    position: relative;
    width: 52px;
}
.plyr__control--overlaid.plyr__tab-focus, .plyr__control--overlaid:hover {
    color: rgba(58, 58, 58, .55);
}
.plyr--stopped .plyr__control--overlaid {
    opacity: 1;
    visibility: visible;
}
.plyr--full-ui.plyr--video .plyr__control--overlaid {
    display: block;
}
.plyr--full-ui ::-webkit-media-controls {
    display: none;
}
.plyr__controls {
    align-items: center;
    display: flex;
    justify-content: flex-end;
    text-align: center;
}
.plyr__controls .plyr__progress__container {
    flex: 1;
    min-width: 0;
}
.plyr__controls .plyr__controls__item:first-child {
    margin-left: 0;
    margin-right: auto;
}
.plyr__controls .plyr__controls__item.plyr__progress__container {
    padding-left: 2.5px;
}
.plyr__controls .plyr__controls__item.plyr__time {
    padding: 0 5px;
}
.plyr__controls .plyr__controls__item.plyr__progress__container:first-child, .plyr__controls .plyr__controls__item.plyr__time+.plyr__time, .plyr__controls .plyr__controls__item.plyr__time:first-child {
    padding-left: 0;
}
.plyr__controls .plyr__controls__item.plyr__volume:first-child {
    padding-right: 0;
}
.plyr__controls:empty {
    display: none;
}
.plyr--audio .plyr__controls {
    background-color: inherit;
    border-radius: inherit;
    color: #3a3a3a;
    padding: 10px;
}
.plyr--video .plyr__controls {
    background-color: inherit;
    border: 1px solid rgba(58, 58, 58, .05);
    border-radius: 0;
    bottom: 0;
    color: currentColor;
    left: 0;
    margin-bottom: 10px;
    margin-left: 10px;
    margin-right: 10px;
    opacity: .9;
    padding: 0;
    position: absolute;
    right: 0;
    transition: opacity .3s ease-in-out, transform .3s ease-in-out;
    z-index: 3;
}
@media screen and (-ms-high-contrast:active) {
    .plyr--video .plyr__controls {
    background-color: window;
}
}.plyr--video.plyr--hide-controls .plyr__controls {
    opacity: 0;
    pointer-events: none;
    transform: translateY(100%);
}
.plyr [data-plyr=airplay], .plyr [data-plyr=captions], .plyr [data-plyr=fullscreen], .plyr [data-plyr=pip] {
    display: none;
}
.plyr--airplay-supported [data-plyr=airplay], .plyr--captions-enabled [data-plyr=captions], .plyr--fullscreen-enabled [data-plyr=fullscreen], .plyr--pip-supported [data-plyr=pip] {
    display: inline-block;
}
.plyr__menu {
    display: flex;
    position: relative;
}
.plyr__menu .plyr__control svg {
    transition: transform .3s ease;
}
.plyr__menu .plyr__control[aria-expanded=true] svg {
    transform: rotate(90deg);
}
.plyr__menu .plyr__control[aria-expanded=true] .plyr__tooltip {
    display: none;
}
.plyr__menu__container {
    animation: plyr-popup .2s ease;
    background-color: #3a3a3a;
    border-radius: 4px;
    bottom: 100%;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .15);
    color: #fff;
    font-size: 16px;
    margin-bottom: 10px;
    position: absolute;
    right: -3px;
    text-align: left;
    white-space: nowrap;
    z-index: 3;
}
.plyr__menu__container>div {
    overflow: hidden;
    transition: height .35s cubic-bezier(.4, 0, .2, 1), width .35s cubic-bezier(.4, 0, .2, 1);
}
.plyr__menu__container:after {
    border: 4px solid transparent;
    border-top-color: #3a3a3a;
    content: "";
    height: 0;
    position: absolute;
    right: 15px;
    top: 100%;
    width: 0;
}
.plyr__menu__container [role=menu] {
    padding: 7px;
}
.plyr__menu__container [role=menuitem], .plyr__menu__container [role=menuitemradio] {
    margin-top: 2px;
}
.plyr__menu__container [role=menuitem]:first-child, .plyr__menu__container [role=menuitemradio]:first-child {
    margin-top: 0;
}
.plyr__menu__container .plyr__control {
    align-items: center;
    color: #fff;
    display: flex;
    font-size: 14px;
    padding: 4px 11px;
    user-select: none;
    width: 100%}
.plyr__menu__container .plyr__control>span {
    align-items: inherit;
    display: flex;
    width: 100%}
.plyr__menu__container .plyr__control:after {
    border: 4px solid transparent;
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.plyr__menu__container .plyr__control--forward {
    padding-right: 29px;
}
.plyr__menu__container .plyr__control--forward:after {
    border-left-color: currentColor;
    right: 5px;
}
.plyr__menu__container .plyr__control--forward.plyr__tab-focus:after, .plyr__menu__container .plyr__control--forward:hover:after {
    border-left-color: currentColor;
}
.plyr__menu__container .plyr__control--back {
    font-weight: 500;
    margin: 7px 7px 3px;
    padding-left: 29px;
    position: relative;
    width: calc(100% - 14px);
}
.plyr__menu__container .plyr__control--back:after {
    border-right-color: currentColor;
    left: 7px;
}
.plyr__menu__container .plyr__control--back:before {
    background: #c1c9d1;
    box-shadow: 0 1px 0 #fff;
    content: "";
    height: 1px;
    left: 0;
    margin-top: 4px;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 100%}
.plyr__menu__container .plyr__control--back.plyr__tab-focus:after, .plyr__menu__container .plyr__control--back:hover:after {
    border-right-color: currentColor;
}
.plyr__menu__container .plyr__control.plyr__tab-focus, .plyr__menu__container .plyr__control:hover, .plyr__menu__container .plyr__control[aria-expanded=true] {
    background-color: #fff;
    color: #3a3a3a;
}
.plyr__menu__container .plyr__control[role=menuitemradio] {
    padding-left: 7px;
}
.plyr__menu__container .plyr__control[role=menuitemradio]:after, .plyr__menu__container .plyr__control[role=menuitemradio]:before {
    border-radius: 100%}
.plyr__menu__container .plyr__control[role=menuitemradio]:before {
    background: rgba(0, 0, 0, .1);
    content: "";
    display: block;
    flex-shrink: 0;
    height: 16px;
    margin-right: 10px;
    transition: all .3s ease;
    width: 16px;
}
.plyr__menu__container .plyr__control[role=menuitemradio]:after {
    background: #fff;
    border: 0;
    height: 6px;
    left: 12px;
    opacity: 0;
    top: 50%;
    transform: translateY(-50%) scale(0);
    transition: transform .3s ease, opacity .3s ease;
    width: 6px;
}
.plyr__menu__container .plyr__control[role=menuitemradio][aria-checked=true]:before {
    background: #3a3a3a;
}
.plyr__menu__container .plyr__control[role=menuitemradio][aria-checked=true]:after {
    opacity: 1;
    transform: translateY(-50%) scale(1);
}
.plyr__menu__container .plyr__control[role=menuitemradio].plyr__tab-focus:before, .plyr__menu__container .plyr__control[role=menuitemradio]:hover:before {
    background: rgba(0, 0, 0, .1);
}
.plyr__menu__container .plyr__menu__value {
    align-items: center;
    display: flex;
    margin-left: auto;
    margin-right: -5px;
    overflow: hidden;
    padding-left: 25px;
    pointer-events: none;
}
.plyr--full-ui input[type=range] {
    -webkit-appearance: none;
    background: 0 0;
    border: 0;
    border-radius: 26px;
    color: inherit;
    display: block;
    height: 19px;
    margin: 0;
    padding: 0;
    transition: box-shadow .3s ease;
    width: 100%}
.plyr--full-ui input[type=range]::-webkit-slider-runnable-track {
    background-color: transparent;
    background-image: linear-gradient(to right, currentColor var(--value, 0), rgba(58, 58, 58, .6) var(--value, 0));
    border: 0;
    border-radius: 1px;
    height: 2px;
    transition: box-shadow .3s ease;
    user-select: none;
}
.plyr--full-ui input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
    background-color: currentColor;
    border: 0;
    border-radius: 50%;
    box-shadow: 2px 0 0 0 #fff;
    height: 13px;
    margin-top: -5px;
    position: relative;
    transition: all .2s ease;
    width: 13px;
}
@media screen and (-ms-high-contrast:active) {
    .plyr--full-ui input[type=range]: :-webkit-slider-thumb {
    background-color: windowText;
}
}.plyr--full-ui input[type=range]::-moz-range-track {
    background-color: transparent;
    background-color: rgba(58, 58, 58, .6);
    border: 0;
    border-radius: 1px;
    height: 2px;
    transition: box-shadow .3s ease;
    user-select: none;
}
.plyr--full-ui input[type=range]::-moz-range-thumb {
    background-color: currentColor;
    border: 0;
    border-radius: 50%;
    box-shadow: 2px 0 0 0 #fff;
    height: 13px;
    margin-top: -5px;
    position: relative;
    transition: all .2s ease;
    width: 13px;
}
@media screen and (-ms-high-contrast:active) {
    .plyr--full-ui input[type=range]: :-moz-range-thumb {
    background-color: windowText;
}
}.plyr--full-ui input[type=range]::-moz-range-progress {
    background-color: currentColor;
    border-radius: 1px;
    height: 2px;
}
.plyr--full-ui input[type=range]::-ms-track {
    color: transparent;
}
.plyr--full-ui input[type=range]::-ms-fill-upper, .plyr--full-ui input[type=range]::-ms-track {
    background-color: transparent;
    border: 0;
    border-radius: 1px;
    height: 2px;
    transition: box-shadow .3s ease;
    user-select: none;
}
.plyr--full-ui input[type=range]::-ms-fill-upper {
    background-color: currentColor;
    opacity: .6;
}
@media screen and (-ms-high-contrast:active) {
    .plyr--full-ui input[type=range]: :-ms-fill-upper {
    background-color: windowText;
}
}.plyr--full-ui input[type=range]::-ms-fill-lower {
    background-color: transparent;
    background-color: currentColor;
    border: 0;
    border-radius: 1px;
    height: 2px;
    transition: box-shadow .3s ease;
    user-select: none;
}
@media screen and (-ms-high-contrast:active) {
    .plyr--full-ui input[type=range]: :-ms-fill-lower {
    background-color: windowText;
}
}.plyr--full-ui input[type=range]::-ms-thumb {
    background-color: currentColor;
    border: 0;
    border-radius: 50%;
    box-shadow: 2px 0 0 0 #fff;
    height: 13px;
    margin-top: 1px;
    position: relative;
    transition: all .2s ease;
    width: 13px;
}
@media screen and (-ms-high-contrast:active) {
    .plyr--full-ui input[type=range]: :-ms-thumb {
    background-color: windowText;
}
}.plyr--full-ui input[type=range]::-ms-tooltip {
    display: none;
}
.plyr--full-ui input[type=range]:focus:not(.plyr__tab-focus) {
    outline: 0;
}
.plyr--full-ui input[type=range]::-moz-focus-outer {
    border: 0;
}
.plyr--full-ui input[type=range].plyr__tab-focus::-webkit-slider-runnable-track {
    box-shadow: 0 0 0 4px rgba(58, 58, 58, .25);
}
.plyr--full-ui input[type=range].plyr__tab-focus::-moz-range-track {
    box-shadow: 0 0 0 4px rgba(58, 58, 58, .25);
}
.plyr--full-ui input[type=range].plyr__tab-focus::-ms-track {
    box-shadow: 0 0 0 4px rgba(58, 58, 58, .25);
}
.plyr--full-ui input[type=range].plyr__tab-focus::-webkit-slider-thumb {
    box-shadow: none;
}
.plyr--full-ui input[type=range].plyr__tab-focus::-moz-range-thumb {
    box-shadow: none;
}
.plyr--full-ui input[type=range].plyr__tab-focus::-ms-thumb {
    box-shadow: none;
}
.plyr--full-ui input[type=range]:active::-webkit-slider-thumb {
    box-shadow: 0 0 0 3px rgba(58, 58, 58, .25);
}
.plyr--full-ui input[type=range]:active::-moz-range-thumb {
    box-shadow: 0 0 0 3px rgba(58, 58, 58, .25);
}
.plyr--full-ui input[type=range]:active::-ms-thumb {
    box-shadow: 0 0 0 3px rgba(58, 58, 58, .25);
}
.plyr__poster {
    background-color: #000;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: contain;
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: opacity .2s ease;
    width: 100%;
    z-index: 1;
}
.plyr--stopped.plyr__poster-enabled .plyr__poster {
    opacity: 1;
}
.plyr__time {
    font-size: 14px;
}
.plyr__time+.plyr__time:before {
    content: "⁄";
    margin-right: 10px;
}
@media (max-width:749px) {
    .plyr__time+.plyr__time {
    display: none;
}
}.plyr--video .plyr__time {
    text-shadow: 0 1px 1px rgba(0, 0, 0, .15);
}
.plyr__tooltip {
    background-color: #3a3a3a;
    bottom: 100%;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    left: 50%;
    line-height: 1.3;
    opacity: 0;
    padding: 5px 15px;
    pointer-events: none;
    position: absolute;
    transform: translate(-50%, 10px);
    transition: transform .2s ease .1s, opacity .2s ease .1s;
    white-space: nowrap;
    z-index: 2;
}
.plyr__tooltip:before {
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid #3a3a3a;
    bottom: -4px;
    content: "";
    height: 0;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    width: 0;
    z-index: 2;
}
.plyr .plyr__control.plyr__tab-focus .plyr__tooltip, .plyr .plyr__control:hover .plyr__tooltip, .plyr__tooltip--visible {
    opacity: 1;
    transform: translate(-50%, -24px);
}
.plyr__controls>.plyr__control[data-plyr=mute] .plyr__tooltip--visible, .plyr__controls>.plyr__control[data-plyr=mute].plyr__tab-focus .plyr__tooltip, .plyr__controls>.plyr__control[data-plyr=mute]:hover .plyr__tooltip {
    transform: translate(-50%, -11px);
}
.plyr .plyr__control:hover .plyr__tooltip {
    z-index: 3;
}
.plyr__controls>.plyr__control:first-child .plyr__tooltip, .plyr__controls>.plyr__control:first-child+.plyr__control .plyr__tooltip {
    left: 0;
    transform: translateY(10px) scale(.8);
    transform-origin: 0 100%}
.plyr__controls>.plyr__control:first-child .plyr__tooltip:before, .plyr__controls>.plyr__control:first-child+.plyr__control .plyr__tooltip:before {
    left: 29px;
}
.plyr__controls>.plyr__control:last-child .plyr__tooltip {
    left: auto;
    right: 0;
    transform: translateY(10px);
    transform-origin: 100% 100%}
.plyr__controls>.plyr__control:last-child .plyr__tooltip:before {
    left: auto;
    right: 29px;
    transform: translateX(50%);
}
.plyr__controls>.plyr__control:first-child .plyr__tooltip--visible, .plyr__controls>.plyr__control:first-child+.plyr__control .plyr__tooltip--visible, .plyr__controls>.plyr__control:first-child+.plyr__control.plyr__tab-focus .plyr__tooltip, .plyr__controls>.plyr__control:first-child+.plyr__control:hover .plyr__tooltip, .plyr__controls>.plyr__control:first-child.plyr__tab-focus .plyr__tooltip, .plyr__controls>.plyr__control:first-child:hover .plyr__tooltip, .plyr__controls>.plyr__control:last-child .plyr__tooltip--visible, .plyr__controls>.plyr__control:last-child.plyr__tab-focus .plyr__tooltip, .plyr__controls>.plyr__control:last-child:hover .plyr__tooltip {
    transform: translateY(-11px);
}
.plyr--video {
    background-color: #fff;
    color: #3a3a3a;
    overflow: hidden;
}
.plyr--video.plyr--menu-open {
    overflow: visible;
}
.plyr__video-wrapper {
    background-color: #000;
    border-radius: inherit;
    overflow: hidden;
    position: relative;
    z-index: 0;
}
.plyr__video-embed, .plyr__video-wrapper--fixed-ratio {
    height: 0;
    padding-bottom: 56.25%}
.plyr__video-embed iframe, .plyr__video-wrapper--fixed-ratio video {
    border: 0;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    user-select: none;
    width: 100%}
.plyr__progress {
    left: 6.5px;
    margin-right: 15px;
    position: relative;
}
.plyr__progress input[type=range], .plyr__progress__buffer {
    margin-left: -6.5px;
    margin-right: -6.5px;
    max-width: calc(100% + 13px);
    width: calc(100% + 13px);
}
.plyr__progress input[type=range] {
    position: relative;
    z-index: 2;
}
.plyr__progress .plyr__tooltip {
    font-size: 14px;
    left: 0;
}
.plyr__progress__buffer {
    -webkit-appearance: none;
    background-color: transparent;
    border: 0;
    border-radius: 100px;
    color: transparent;
    height: 2px;
    left: 0;
    margin-top: -1px;
    padding: 0;
    position: absolute;
    top: 50%}
.plyr__progress__buffer::-webkit-progress-bar {
    background-color: transparent;
}
.plyr__progress__buffer::-webkit-progress-value {
    background-color: currentColor;
    border-radius: 100px;
    min-width: 2px;
    transition: width .2s ease;
}
.plyr__progress__buffer::-moz-progress-bar {
    background-color: currentColor;
    border-radius: 100px;
    min-width: 2px;
    transition: width .2s ease;
}
.plyr__progress__buffer::-ms-fill {
    border-radius: 100px;
    transition: width .2s ease;
}
.plyr--audio .plyr__progress__buffer {
    color: rgba(193, 201, 209, .66);
}
.plyr--loading .plyr__progress__buffer {
    animation: plyr-progress 1s linear infinite;
    background-image: linear-gradient(-45deg, rgba(58, 58, 58, .6) 25%, transparent 0, transparent 50%, rgba(58, 58, 58, .6) 0, rgba(58, 58, 58, .6) 75%, transparent 0, transparent);
    background-repeat: repeat-x;
    background-size: 25px 25px;
    color: transparent;
}
.plyr--audio.plyr--loading .plyr__progress__buffer {
    background-color: rgba(193, 201, 209, .66);
}
.plyr--full-ui .plyr__volume {
    background-color: currentColor;
    bottom: 105px;
    height: 40px;
    opacity: 0;
    padding: 10px 15px;
    position: absolute;
    right: -4px;
    transform: rotate(270deg);
    transition: visibility .4s linear .4s, opacity .4s linear .3s;
    width: 140px;
}
.plyr--full-ui .plyr__volume:before {
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid;
    bottom: 18px;
    content: "";
    left: -6px;
    position: absolute;
    transform: rotate(90deg);
    z-index: 2;
}
.plyr--full-ui .plyr__volume.plyr__volume--is-visible {
    opacity: 1;
    transition: visibility .4s linear, opacity .4s linear;
}
.plyr--audio .plyr--full-ui .plyr__volume {
    bottom: 125px;
    right: -37px;
}
.plyr--full-ui .plyr__volume:hover {
    opacity: 1;
    visibility: visible;
}
.plyr--full-ui .plyr__volume input[type=range] {
    color: #fff;
    margin: 0 auto;
}
.plyr--full-ui .plyr__volume input[type=range]::-webkit-slider-runnable-track {
    background-image: linear-gradient(to right, currentColor var(--value, 0), hsla(0, 0%, 100%, .6) var(--value, 0));
}
.plyr--full-ui .plyr__volume input[type=range]::-webkit-slider-thumb {
    box-shadow: 2px 0 0 0 #3a3a3a;
}
.plyr--full-ui .plyr__volume input[type=range]::-moz-range-track {
    background-color: hsla(0, 0%, 100%, .6);
}
.plyr--full-ui .plyr__volume input[type=range]::-moz-range-thumb {
    box-shadow: 2px 0 0 0 #3a3a3a;
}
.plyr--full-ui .plyr__volume input[type=range]::-ms-fill-upper {
    background-color: hsla(0, 0%, 100%, .6);
}
.plyr--full-ui .plyr__volume input[type=range]::-ms-thumb {
    box-shadow: 2px 0 0 0 #3a3a3a;
}
.plyr--full-ui .plyr__volume input[type=range].plyr__tab-focus::-webkit-slider-runnable-track {
    box-shadow: 0 0 0 4px hsla(0, 0%, 100%, .25);
}
.plyr--full-ui .plyr__volume input[type=range].plyr__tab-focus::-moz-range-track {
    box-shadow: 0 0 0 4px hsla(0, 0%, 100%, .25);
}
.plyr--full-ui .plyr__volume input[type=range].plyr__tab-focus::-ms-track {
    box-shadow: 0 0 0 4px hsla(0, 0%, 100%, .25);
}
.plyr--full-ui .plyr__volume input[type=range].plyr__tab-focus::-webkit-slider-thumb {
    box-shadow: none;
}
.plyr--full-ui .plyr__volume input[type=range].plyr__tab-focus::-moz-range-thumb {
    box-shadow: none;
}
.plyr--full-ui .plyr__volume input[type=range].plyr__tab-focus::-ms-thumb {
    box-shadow: none;
}
.plyr--full-ui .plyr__volume input[type=range]:active::-webkit-slider-thumb {
    box-shadow: 0 0 0 3px hsla(0, 0%, 100%, .25);
}
.plyr--full-ui .plyr__volume input[type=range]:active::-moz-range-thumb {
    box-shadow: 0 0 0 3px hsla(0, 0%, 100%, .25);
}
.plyr--full-ui .plyr__volume input[type=range]:active::-ms-thumb {
    box-shadow: 0 0 0 3px hsla(0, 0%, 100%, .25);
}
@media (min-width:480px) {
    .plyr--full-ui .plyr__volume input[type=range] {
    max-width: 90px;
}
}@media (min-width:750px) {
    .plyr--full-ui .plyr__volume input[type=range] {
    max-width: 110px;
}
}.plyr--is-android .plyr__volume, .plyr--is-ios .plyr__volume, .plyr--is-mac.plyr--is-touch .plyr__volume {
    display: none!important;
}
.plyr__control[data-plyr=mute]:hover+.plyr__volume {
    opacity: 1;
    transition: visibility .4s linear, opacity .4s linear;
}
.plyr:fullscreen {
    border-radius: 0!important;
    height: 100%;
    margin: 0;
    width: 100%}
.plyr:fullscreen video {
    height: 100%}
.plyr:fullscreen .plyr__video-wrapper {
    height: 100%;
    position: static;
}
.plyr:fullscreen .plyr__control .icon--exit-fullscreen {
    display: block;
}
.plyr:fullscreen .plyr__control .icon--exit-fullscreen+svg {
    display: none;
}
.plyr:fullscreen.plyr--hide-controls {
    cursor: none;
}
@media (min-width:990px) {
    .plyr: fullscreen .plyr__captions {
    font-size: 21px;
}
}.plyr:-webkit-full-screen {
    border-radius: 0!important;
    height: 100%;
    margin: 0;
    width: 100%}
.plyr:-webkit-full-screen video {
    height: 100%}
.plyr:-webkit-full-screen .plyr__video-wrapper {
    height: 100%;
    position: static;
}
.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen {
    display: block;
}
.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen+svg {
    display: none;
}
.plyr:-webkit-full-screen.plyr--hide-controls {
    cursor: none;
}
@media (min-width:990px) {
    .plyr: -webkit-full-screen .plyr__captions {
    font-size: 21px;
}
}.plyr:-moz-full-screen {
    border-radius: 0!important;
    height: 100%;
    margin: 0;
    width: 100%}
.plyr:-moz-full-screen video {
    height: 100%}
.plyr:-moz-full-screen .plyr__video-wrapper {
    height: 100%;
    position: static;
}
.plyr:-moz-full-screen .plyr__control .icon--exit-fullscreen {
    display: block;
}
.plyr:-moz-full-screen .plyr__control .icon--exit-fullscreen+svg {
    display: none;
}
.plyr:-moz-full-screen.plyr--hide-controls {
    cursor: none;
}
@media (min-width:990px) {
    .plyr: -moz-full-screen .plyr__captions {
    font-size: 21px;
}
}.plyr:-ms-fullscreen {
    border-radius: 0!important;
    height: 100%;
    margin: 0;
    width: 100%}
.plyr:-ms-fullscreen video {
    height: 100%}
.plyr:-ms-fullscreen .plyr__video-wrapper {
    height: 100%;
    position: static;
}
.plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen {
    display: block;
}
.plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen+svg {
    display: none;
}
.plyr:-ms-fullscreen.plyr--hide-controls {
    cursor: none;
}
@media (min-width:990px) {
    .plyr: -ms-fullscreen .plyr__captions {
    font-size: 21px;
}
}.plyr--fullscreen-fallback {
    border-radius: 0!important;
    bottom: 0;
    height: 100%;
    left: 0;
    margin: 0;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 10000000;
}
.plyr--fullscreen-fallback video {
    height: 100%}
.plyr--fullscreen-fallback .plyr__video-wrapper {
    height: 100%;
    position: static;
}
.plyr--fullscreen-fallback .plyr__control .icon--exit-fullscreen {
    display: block;
}
.plyr--fullscreen-fallback .plyr__control .icon--exit-fullscreen+svg {
    display: none;
}
.plyr--fullscreen-fallback.plyr--hide-controls {
    cursor: none;
}
@media (min-width:990px) {
    .plyr--fullscreen-fallback .plyr__captions {
    font-size: 21px;
}
}.plyr__preview-thumb {
    background-color: #3a3a3a;
    bottom: 100%;
    margin-bottom: 10px;
    opacity: 0;
    padding: 5px;
    pointer-events: none;
    position: absolute;
    transform: translateY(10px);
    transform-origin: 50% 100%;
    transition: transform .2s ease .1s, opacity .2s ease .1s;
    z-index: 2;
}
.plyr__preview-thumb--is-shown {
    opacity: 1;
    transform: translateY(-14px);
}
.plyr__preview-thumb:before {
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid #3a3a3a;
    bottom: -4px;
    content: "";
    height: 0;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    width: 0;
    z-index: 2;
}
.plyr__preview-thumb__image-container {
    background: #c1c9d1;
    overflow: hidden;
    position: relative;
    z-index: 0;
}
.plyr__preview-thumb__image-container img {
    height: 100%;
    left: 0;
    max-height: none;
    max-width: none;
    position: absolute;
    top: 0;
    width: 100%}
.plyr__preview-thumb__time-container {
    bottom: 6px;
    left: 0;
    position: absolute;
    right: 0;
    white-space: nowrap;
    z-index: 3;
}
.plyr__preview-thumb__time-container span {
    background-color: #3a3a3a;
    color: #fff;
    font-size: 14px;
    padding: 3px 6px;
}
.plyr__preview-scrubbing {
    bottom: 0;
    filter: blur(1px);
    height: 100%;
    left: 0;
    margin: auto;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    transition: opacity .3s ease;
    width: 100%;
    z-index: 1;
}
.plyr__preview-scrubbing--is-shown {
    opacity: 1;
}
.plyr__preview-scrubbing img {
    height: 100%;
    left: 0;
    max-height: none;
    max-width: none;
    object-fit: contain;
    position: absolute;
    top: 0;
    width: 100%}
.plyr--no-transition {
    transition: none!important;
}
.plyr__sr-only {
    clip: rect(1px, 1px, 1px, 1px);
    border: 0!important;
    height: 1px!important;
    overflow: hidden;
    padding: 0!important;
    position: absolute!important;
    width: 1px!important;
}
.plyr [hidden] {
    display: none!important;
}
@font-face {
    font-family: swiper-icons;
    font-style: normal;
    font-weight: 400;
    src: url("data:application/font-woff;
    charset=utf-8;
    base64,  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") format("woff");
}
: root {
    --swiper-theme-color: #007aff;
}
.swiper-container {
    list-style: none;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    padding: 0;
    position: relative;
    z-index: 1;
}
.swiper-container-vertical>.swiper-wrapper {
    flex-direction: column;
}
.swiper-wrapper {
    box-sizing: content-box;
    display: flex;
    height: 100%;
    position: relative;
    transition-property: transform;
    width: 100%;
    z-index: 1;
}
.swiper-container-android .swiper-slide, .swiper-wrapper {
    transform: translateZ(0);
}
.swiper-container-multirow>.swiper-wrapper {
    flex-wrap: wrap;
}
.swiper-container-multirow-column>.swiper-wrapper {
    flex-direction: column;
    flex-wrap: wrap;
}
.swiper-container-free-mode>.swiper-wrapper {
    margin: 0 auto;
    transition-timing-function: ease-out;
}
.swiper-slide {
    flex-shrink: 0;
    height: 100%;
    position: relative;
    transition-property: transform;
    width: 100%}
.swiper-slide-invisible-blank {
    visibility: hidden;
}
.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
    height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
    align-items: flex-start;
    transition-property: transform, height;
}
.swiper-container-3d {
    perspective: 1200px;
}
.swiper-container-3d .swiper-cube-shadow, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-wrapper {
    transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top {
    height: 100%;
    left: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 10;
}
.swiper-container-3d .swiper-slide-shadow-left {
    background-image: linear-gradient(270deg, rgba(0, 0, 0, .5), transparent);
}
.swiper-container-3d .swiper-slide-shadow-right {
    background-image: linear-gradient(90deg, rgba(0, 0, 0, .5), transparent);
}
.swiper-container-3d .swiper-slide-shadow-top {
    background-image: linear-gradient(0deg, rgba(0, 0, 0, .5), transparent);
}
.swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), transparent);
}
.swiper-container-css-mode>.swiper-wrapper {
    -ms-overflow-style: none;
    overflow: auto;
    scrollbar-width: none;
}
.swiper-container-css-mode>.swiper-wrapper::-webkit-scrollbar {
    display: none;
}
.swiper-container-css-mode>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: start start;
}
.swiper-container-horizontal.swiper-container-css-mode>.swiper-wrapper {
    scroll-snap-type: x mandatory;
}
.swiper-container-vertical.swiper-container-css-mode>.swiper-wrapper {
    scroll-snap-type: y mandatory;
}
:root {
    --swiper-navigation-size: 44px;
}
.swiper-button-next, .swiper-button-prev {
    align-items: center;
    color: var(--swiper-navigation-color, var(--swiper-theme-color));
    cursor: pointer;
    display: flex;
    height: var(--swiper-navigation-size);
    justify-content: center;
    margin-top: calc(var(--swiper-navigation-size)*-1/2);
    position: absolute;
    top: 50%;
    width: calc(var(--swiper-navigation-size)/44*27);
    z-index: 10;
}
.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
    cursor: auto;
    opacity: .35;
    pointer-events: none;
}
.swiper-button-next:after, .swiper-button-prev:after {
    font-family: swiper-icons;
    font-size: var(--swiper-navigation-size);
    font-variant: normal;
    letter-spacing: 0;
    text-transform: none!important;
    text-transform: none;
}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    left: 10px;
    right: auto;
}
.swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after {
    content: "prev"}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    left: auto;
    right: 10px;
}
.swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after {
    content: "next"}
.swiper-button-next.swiper-button-white, .swiper-button-prev.swiper-button-white {
    --swiper-navigation-color: #fff;
}
.swiper-button-next.swiper-button-black, .swiper-button-prev.swiper-button-black {
    --swiper-navigation-color: #000;
}
.swiper-button-lock {
    display: none;
}
.swiper-pagination {
    position: absolute;
    text-align: center;
    transform: translateZ(0);
    transition: opacity .3s;
    z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
    opacity: 0;
}
.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%}
.swiper-pagination-bullets-dynamic {
    font-size: 0;
    overflow: hidden;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    position: relative;
    transform: scale(.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active, .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    transform: scale(.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    transform: scale(.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    transform: scale(.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    transform: scale(.33);
}
.swiper-pagination-bullet {
    background: #000;
    border-radius: 100%;
    display: inline-block;
    height: 8px;
    opacity: .2;
    width: 8px;
}
button.swiper-pagination-bullet {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    box-shadow: none;
    margin: 0;
    padding: 0;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer;
}
.swiper-pagination-bullet-active {
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
    opacity: 1;
}
.swiper-container-vertical>.swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    transform: translate3d(0, -50%, 0);
}
.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
    display: block;
    margin: 6px 0;
}
.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    transform: translateY(-50%);
    width: 8px;
}
.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    display: inline-block;
    transition: transform .2s, top .2s;
}
.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 4px;
}
.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
}
.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: transform .2s, left .2s;
}
.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: transform .2s, right .2s;
}
.swiper-pagination-progressbar {
    background: rgba(0, 0, 0, .25);
    position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    transform: scale(0);
    transform-origin: left top;
    width: 100%}
.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    transform-origin: right top;
}
.swiper-container-horizontal>.swiper-pagination-progressbar, .swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    height: 4px;
    left: 0;
    top: 0;
    width: 100%}
.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-container-vertical>.swiper-pagination-progressbar {
    height: 100%;
    left: 0;
    top: 0;
    width: 4px;
}
.swiper-pagination-white {
    --swiper-pagination-color: #fff;
}
.swiper-pagination-black {
    --swiper-pagination-color: #000;
}
.swiper-pagination-lock {
    display: none;
}
.swiper-scrollbar {
    background: rgba(0, 0, 0, .1);
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
}
.swiper-container-horizontal>.swiper-scrollbar {
    bottom: 3px;
    height: 5px;
    left: 1%;
    position: absolute;
    width: 98%;
    z-index: 50;
}
.swiper-container-vertical>.swiper-scrollbar {
    height: 98%;
    position: absolute;
    right: 3px;
    top: 1%;
    width: 5px;
    z-index: 50;
}
.swiper-scrollbar-drag {
    background: rgba(0, 0, 0, .5);
    border-radius: 10px;
    height: 100%;
    left: 0;
    position: relative;
    top: 0;
    width: 100%}
.swiper-scrollbar-cursor-drag {
    cursor: move;
}
.swiper-scrollbar-lock {
    display: none;
}
.swiper-zoom-container {
    align-items: center;
    display: flex;
    height: 100%;
    justify-content: center;
    text-align: center;
    width: 100%}
.swiper-zoom-container>canvas, .swiper-zoom-container>img, .swiper-zoom-container>svg {
    max-height: 100%;
    max-width: 100%;
    object-fit: contain;
}
.swiper-slide-zoomed {
    cursor: move;
}
.swiper-lazy-preloader {
    animation: swiper-preloader-spin 1s linear infinite;
    border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
    border-radius: 50%;
    border-top: 4px solid transparent;
    box-sizing: border-box;
    height: 42px;
    left: 50%;
    margin-left: -21px;
    margin-top: -21px;
    position: absolute;
    top: 50%;
    transform-origin: 50%;
    width: 42px;
    z-index: 10;
}
.swiper-lazy-preloader-white {
    --swiper-preloader-color: #fff;
}
.swiper-lazy-preloader-black {
    --swiper-preloader-color: #000;
}
@keyframes swiper-preloader-spin {
    to {
    transform: rotate(1turn);
}
}.swiper-container .swiper-notification {
    left: 0;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
    z-index: -1000;
}
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
    transition-timing-function: ease-out;
}
.swiper-container-fade .swiper-slide {
    pointer-events: none;
    transition-property: opacity;
}
.swiper-container-fade .swiper-slide .swiper-slide {
    pointer-events: none;
}
.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}
.swiper-container-cube {
    overflow: visible;
}
.swiper-container-cube .swiper-slide {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    height: 100%;
    pointer-events: none;
    transform-origin: 0 0;
    visibility: hidden;
    width: 100%;
    z-index: 1;
}
.swiper-container-cube .swiper-slide .swiper-slide {
    pointer-events: none;
}
.swiper-container-cube.swiper-container-rtl .swiper-slide {
    transform-origin: 100% 0;
}
.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}
.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-next, .swiper-container-cube .swiper-slide-next+.swiper-slide, .swiper-container-cube .swiper-slide-prev {
    pointer-events: auto;
    visibility: visible;
}
.swiper-container-cube .swiper-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right, .swiper-container-cube .swiper-slide-shadow-top {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 0;
}
.swiper-container-cube .swiper-cube-shadow {
    background: #000;
    bottom: 0;
    -webkit-filter: blur(50px);
    filter: blur(50px);
    height: 100%;
    left: 0;
    opacity: .6;
    position: absolute;
    width: 100%;
    z-index: 0;
}
.swiper-container-flip {
    overflow: visible;
}
.swiper-container-flip .swiper-slide {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    pointer-events: none;
    z-index: 1;
}
.swiper-container-flip .swiper-slide .swiper-slide {
    pointer-events: none;
}
.swiper-container-flip .swiper-slide-active, .swiper-container-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}
.swiper-container-flip .swiper-slide-shadow-bottom, .swiper-container-flip .swiper-slide-shadow-left, .swiper-container-flip .swiper-slide-shadow-right, .swiper-container-flip .swiper-slide-shadow-top {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 0;
}
.global-transition {
    transition: all .4s ease-in-out;
}
@-webkit-keyframes fadeIn {
    0% {
    opacity: 0;
}
to {
    opacity: 1;
}
}@keyframes fadeIn {
    0% {
    opacity: 0;
}
to {
    opacity: 1;
}
}@-webkit-keyframes fadeInUp {
    0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 50px, 0);
    transform: translate3d(0, 50px, 0);
}
to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}
}@keyframes fadeInUp {
    0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 50px, 0);
    transform: translate3d(0, 50px, 0);
}
to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}
}.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
    -webkit-transition: -webkit-transform .5s cubic-bezier(.6, .2, .1, 1) 0s, opacity .5s cubic-bezier(.6, .2, .1, 1) 0s;
    transition: transform .5s cubic-bezier(.6, .2, .1, 1) 0s, opacity .5s cubic-bezier(.6, .2, .1, 1) 0s;
}
.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}
.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.animated-collection-list .indiv-product-wrapper:first-child, .animated.delay-1, .slider-section--image--slideshow .flex-active-slide .slider-caption .slideshow-fade-content:first-child, ul.animated-auto-list li:first-child {
    -webkit-animation-delay: .2s;
    animation-delay: .2s;
}
.animated-collection-list .indiv-product-wrapper:nth-child(2), .animated.delay-2, .slider-section--image--slideshow .flex-active-slide .slider-caption .slideshow-fade-content:nth-child(2), ul.animated-auto-list li:nth-child(2) {
    -webkit-animation-delay: .6s;
    animation-delay: .6s;
}
.animated-collection-list .indiv-product-wrapper:nth-child(3), .animated.delay-3, .slider-section--image--slideshow .flex-active-slide .slider-caption .slideshow-fade-content:nth-child(3), ul.animated-auto-list li:nth-child(3) {
    -webkit-animation-delay: .9s;
    animation-delay: .9s;
}
.animated-collection-list .indiv-product-wrapper:nth-child(4), .animated.delay-4, .slider-section--image--slideshow .flex-active-slide .slider-caption .slideshow-fade-content:nth-child(4), ul.animated-auto-list li:nth-child(4) {
    -webkit-animation-delay: 1.2s;
    animation-delay: 1.2s;
}
.animated-collection-list .indiv-product-wrapper:nth-child(5), .animated.delay-5, ul.animated-auto-list li:nth-child(5) {
    -webkit-animation-delay: 1.5s;
    animation-delay: 1.5s;
}
.animated-collection-list .indiv-product-wrapper:nth-child(6), .animated.delay-6, ul.animated-auto-list li:nth-child(6) {
    -webkit-animation-delay: 1.8s;
    animation-delay: 1.8s;
}
.animated.delay-7, ul.animated-auto-list li:nth-child(7) {
    -webkit-animation-delay: 2.1s;
    animation-delay: 2.1s;
}
.animated.delay-8, ul.animated-auto-list li:nth-child(8) {
    -webkit-animation-delay: 2.4s;
    animation-delay: 2.4s;
}
.animated.delay-9, ul.animated-auto-list li:nth-child(9) {
    -webkit-animation-delay: 2.7s;
    animation-delay: 2.7s;
}
.animated.delay-10, ul.animated-auto-list li:nth-child(10) {
    -webkit-animation-delay: 3s;
    animation-delay: 3s;
}
.animated.delay-11, ul.animated-auto-list li:nth-child(11) {
    -webkit-animation-delay: 3.3s;
    animation-delay: 3.3s;
}
.animated.delay-12, ul.animated-auto-list li:nth-child(12) {
    -webkit-animation-delay: 3.6s;
    animation-delay: 3.6s;
}
@media (prefers-reduced-motion:reduce), (print) {
    .animated {
    -webkit-animation-duration: 1ms!important;
    animation-duration: 1ms!important;
    -webkit-animation-iteration-count: 1!important;
    animation-iteration-count: 1!important;
    -webkit-transition-duration: 1ms!important;
    transition-duration: 1ms!important;
}
}.animations-disabled .animated, .animations-disabled .flexslider-homepage li.flex-active-slide .first-fade, .animations-disabled .flexslider-homepage li.flex-active-slide .second-fade, .animations-disabled .flexslider-homepage li.flex-active-slide .third-fade {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation-duration: 1ms!important;
    animation-duration: 1ms!important;
    -webkit-animation-iteration-count: 1!important;
    animation-iteration-count: 1!important;
    animation-name: none;
    -webkit-transition-duration: 1ms!important;
    transition-duration: 1ms!important;
    transition: none;
}
.flexslider-homepage li .first-fade, .flexslider-homepage li .second-fade, .flexslider-homepage li .third-fade, .slider-section--image--slideshow li .slider-caption .slideshow-fade-content {
    opacity: 0;
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
}
.slider-section--image--slideshow li.flex-active-slide .slider-caption .slideshow-fade-content:first-child {
    opacity: 1;
    transform: translateY(0);
    transition: opacity 1s cubic-bezier(.25, .75, .25, 1) .5s, -webkit-transform 1s cubic-bezier(.25, .75, .25, 1) .4s;
    transition: transform 1s cubic-bezier(.25, .75, .25, 1) .2s, opacity 1s cubic-bezier(.25, .75, .25, 1) .5s, -webkit-transform 1s cubic-bezier(.25, .75, .25, 1) .2s;
}
.slider-section--image--slideshow li.flex-active-slide .slider-caption .slideshow-fade-content:nth-child(2) {
    opacity: 1;
    transform: translateY(0);
    transition: opacity 1s cubic-bezier(.25, .75, .25, 1) .6s, -webkit-transform 1s cubic-bezier(.25, .75, .25, 1) .5s;
    transition: transform 1s cubic-bezier(.25, .75, .25, 1) .5s, opacity 1s cubic-bezier(.25, .75, .25, 1) .6s, -webkit-transform 1s cubic-bezier(.25, .75, .25, 1) .5s;
}
.slider-section--image--slideshow li.flex-active-slide .slider-caption .slideshow-fade-content:nth-child(3) {
    opacity: 1;
    transform: translateY(0);
    transition: opacity 1s cubic-bezier(.25, .75, .25, 1) .7s, -webkit-transform 1s cubic-bezier(.25, .75, .25, 1) .6s;
    transition: transform 1s cubic-bezier(.25, .75, .25, 1) .7s, opacity 1s cubic-bezier(.25, .75, .25, 1) .7s, -webkit-transform 1s cubic-bezier(.25, .75, .25, 1) .7s;
}
.slider-section--image--slideshow li.flex-active-slide .slider-caption .slideshow-fade-content:nth-child(4) {
    opacity: 1;
    transform: translateY(0);
    transition: opacity 1s cubic-bezier(.25, .75, .25, 1) .8s, -webkit-transform 1s cubic-bezier(.25, .75, .25, 1) .7s;
    transition: transform 1s cubic-bezier(.25, .75, .25, 1) .9s, opacity 1s cubic-bezier(.25, .75, .25, 1) .8s, -webkit-transform 1s cubic-bezier(.25, .75, .25, 1) .9s;
}
.wow {
    visibility: hidden;
}
.no-js .wow {
    visibility: visible;
}
@media only screen and (max-width:767px) {
    .wow {
    -webkit-animation: none!important;
    -moz-animation: none!important;
    -o-animation: none!important;
    -ms-animation: none!important;
    animation: none!important;
    visibility: visible!important;
}
}.btn, .shopify-payment-button__button.shopify-payment-button__button--unbranded {
    background: var(--button-background-color);
    border: 0;
    border-radius: 0;
    color: var(--button-text-color);
    font-family: var(--button-font-family)!important;
    font-size: var(--button-font-size)!important;
    font-size: var(--button-font-size-int) px;
    font-style: var(--button-font-style)!important;
    font-weight: var(--button-font-weight)!important;
    letter-spacing: var(--buttons-letter-spacing);
    margin-bottom: 20px;
    margin-top: 20px;
    padding: 12px 30px;
    text-transform: var(--buttons-transform);
}
.btn:hover, .btn:hover:not([disabled]), .shopify-payment-button__button.shopify-payment-button__button--unbranded:hover, .shopify-payment-button__button.shopify-payment-button__button--unbranded:hover:not([disabled]) {
    background: var(--button-background-hover-color);
    color: var(--button-text-color);
}
.secondary-button {
    background: 0 0;
    box-shadow: inset 0 0 0 1px var(--button-background-color);
    color: var(--button-background-color);
    font-family: var(--button-font-family)!important;
    font-size: var(--button-font-size)!important;
    font-style: var(--button-font-style)!important;
    font-weight: var(--button-font-weight)!important;
    letter-spacing: var(--buttons-letter-spacing);
    outline: 0;
    text-transform: var(--buttons-transform);
    transition: all .2s ease-in-out;
}
.secondary-button:active:not([disabled]), .secondary-button:focus:not([disabled]), .secondary-button:hover:not([disabled]) {
    background: 0 0;
    box-shadow: inset 0 0 0 2px var(--button-background-color);
    color: var(--button-background-color);
}
.secondary-button:active[disabled], .secondary-button:focus[disabled], .secondary-button:hover[disabled] {
    background: 0 0;
    color: var(--button-background-color);
    cursor: default;
}
.btn-no-link {
    cursor: default;
}
#checkout-buttons #cart_submit, #checkout-buttons #update_quantities, #checkout-buttons .continue-shopping--cart, #checkout-buttons .slide-checkout-buttons a {
    margin-bottom: 20px;
}
#checkout-buttons input {
    display: inline-block;
}
a.button--text-subdued {
    display: inline-block;
    margin-top: 10px;
    text-decoration: underline;
}
.shopify-payment-button__button.shopify-payment-button__button--unbranded {
    margin-top: 0;
}
.homepage-sections-wrapper--light {
    background: var(--color-scheme-light-background);
}
.homepage-sections-wrapper--light, .homepage-sections-wrapper--light a:not(.btn) {
    color: var(--color-scheme-light-text);
}
.homepage-sections-wrapper--light .btn:not(.secondary-button), .homepage-sections-wrapper--light .shopify-payment-button__button {
    background: var(--color-scheme-light-text);
    color: var(--color-scheme-light-background);
}
.homepage-sections-wrapper--light .btn:not(.secondary-button):active, .homepage-sections-wrapper--light .btn:not(.secondary-button):focus, .homepage-sections-wrapper--light .btn:not(.secondary-button):hover, .homepage-sections-wrapper--light .btn:not(.secondary-button):hover:not([disabled]), .homepage-sections-wrapper--light .shopify-payment-button__button:active, .homepage-sections-wrapper--light .shopify-payment-button__button:focus, .homepage-sections-wrapper--light .shopify-payment-button__button:hover, .homepage-sections-wrapper--light .shopify-payment-button__button:hover:not([disabled]) {
    background: var(--color-scheme-light-text-hover);
}
.homepage-sections-wrapper--light .blog-title--divider {
    background-color: var(--color-scheme-light-text);
}
.homepage-sections-wrapper--light .quantity-controls button {
    background: 0 0;
    color: var(--color-scheme-light-text);
}
.homepage-sections-wrapper--light .product-description-main-wrapper a:hover {
    color: var(--color-scheme-light-text);
}
.homepage-sections-wrapper--light .quantity-controls, .homepage-sections-wrapper--light .wetheme-dropdown button:after, .homepage-sections-wrapper--light .wetheme-dropdown__wrapper button {
    border-color: var(--color-scheme-light-text);
}
.homepage-sections-wrapper--light .product-description-main-wrapper h2, .homepage-sections-wrapper--light .quantity-controls input, .homepage-sections-wrapper--light .wetheme-dropdown li, .homepage-sections-wrapper--light .wetheme-dropdown__wrapper button span {
    color: var(--color-scheme-light-text);
}
.homepage-sections-wrapper--light .wetheme-dropdown ul {
    background: var(--color-scheme-light-background);
    border-color: var(--color-scheme-light-text);
}
.homepage-sections-wrapper--light .wetheme-dropdown ul li.active, .homepage-sections-wrapper--light .wetheme-dropdown ul li.selected, .homepage-sections-wrapper--light .wetheme-dropdown ul li:hover {
    background-color: var(--color-scheme-light-input-hover);
}
.homepage-sections-wrapper--light .swatch input:checked+label {
    -webkit-box-shadow: inset 0 0 0 1px var(--color-scheme-light-text);
    -moz-box-shadow: inset 0 0 0 1px var(--color-scheme-light-text);
    box-shadow: inset 0 0 0 1px var(--color-scheme-light-text);
}
.homepage-sections-wrapper--light .color input:checked+label, .homepage-sections-wrapper--light .swatch label:not(.color) {
    border: 1px solid var(--color-scheme-light-text);
}
.homepage-sections-wrapper--light .product-single__thumbnails .swiper-pagination-bullet .swiper-pagination-bullet-dot {
    background: var(--color-scheme-light-input-hover);
}
.homepage-sections-wrapper--light .product-single__thumbnails .swiper-pagination-bullet.swiper-pagination-bullet-active .swiper-pagination-bullet-dot {
    background: var(--color-scheme-light-text);
}
.homepage-sections-wrapper--light .secondary-button {
    box-shadow: inset 0 0 0 1px var(--color-scheme-light-text);
    color: var(--color-scheme-light-text);
}
.homepage-sections-wrapper--light .secondary-button:active, .homepage-sections-wrapper--light .secondary-button:focus, .homepage-sections-wrapper--light .secondary-button:hover {
    box-shadow: inset 0 0 0 1px var(--color-scheme-light-text-hover);
    color: var(--color-scheme-light-text-hover);
}
.homepage-sections-wrapper--light .table, .homepage-sections-wrapper--light table {
    color: var(--color-scheme-light-text);
}
.homepage-sections-wrapper--light .table td, .homepage-sections-wrapper--light .table th, .homepage-sections-wrapper--light table td, .homepage-sections-wrapper--light table th {
    border-bottom: 1px solid var(--color-scheme-light-text-hover);
}
.homepage-sections-wrapper--light .money-styling {
    color: var(--color-scheme-light-text);
}
.homepage-sections-wrapper--accent {
    background: var(--color-scheme-accent-background);
}
.homepage-sections-wrapper--accent, .homepage-sections-wrapper--accent a:not(.btn) {
    color: var(--color-scheme-accent-text);
}
.homepage-sections-wrapper--accent .btn:not(.secondary-button), .homepage-sections-wrapper--accent .shopify-payment-button__button {
    background: var(--color-scheme-accent-text);
    color: var(--color-scheme-accent-background);
}
.homepage-sections-wrapper--accent .btn:not(.secondary-button):active, .homepage-sections-wrapper--accent .btn:not(.secondary-button):focus, .homepage-sections-wrapper--accent .btn:not(.secondary-button):hover, .homepage-sections-wrapper--accent .btn:not(.secondary-button):hover:not([disabled]), .homepage-sections-wrapper--accent .shopify-payment-button__button:active, .homepage-sections-wrapper--accent .shopify-payment-button__button:focus, .homepage-sections-wrapper--accent .shopify-payment-button__button:hover, .homepage-sections-wrapper--accent .shopify-payment-button__button:hover:not([disabled]) {
    background: var(--color-scheme-accent-text-hover);
}
.homepage-sections-wrapper--accent .blog-title--divider {
    background-color: var(--color-scheme-accent-text);
}
.homepage-sections-wrapper--accent .quantity-controls button {
    background: 0 0;
    color: var(--color-scheme-accent-text);
}
.homepage-sections-wrapper--accent .product-description-main-wrapper a:hover {
    color: var(--color-scheme-accent-text);
}
.homepage-sections-wrapper--accent .quantity-controls, .homepage-sections-wrapper--accent .wetheme-dropdown button:after, .homepage-sections-wrapper--accent .wetheme-dropdown__wrapper button {
    border-color: var(--color-scheme-accent-text);
}
.homepage-sections-wrapper--accent .product-description-main-wrapper h2, .homepage-sections-wrapper--accent .quantity-controls input, .homepage-sections-wrapper--accent .wetheme-dropdown li, .homepage-sections-wrapper--accent .wetheme-dropdown__wrapper button span {
    color: var(--color-scheme-accent-text);
}
.homepage-sections-wrapper--accent .wetheme-dropdown ul {
    background: var(--color-scheme-accent-background);
    border-color: var(--color-scheme-accent-text);
}
.homepage-sections-wrapper--accent .wetheme-dropdown ul li.active, .homepage-sections-wrapper--accent .wetheme-dropdown ul li.selected, .homepage-sections-wrapper--accent .wetheme-dropdown ul li:hover {
    background-color: var(--color-scheme-accent-input-hover);
}
.homepage-sections-wrapper--accent .swatch input:checked+label {
    -webkit-box-shadow: inset 0 0 0 1px var(--color-scheme-accent-text);
    -moz-box-shadow: inset 0 0 0 1px var(--color-scheme-accent-text);
    box-shadow: inset 0 0 0 1px var(--color-scheme-accent-text);
}
.homepage-sections-wrapper--accent .color input:checked+label, .homepage-sections-wrapper--accent .swatch label:not(.color) {
    border: 1px solid var(--color-scheme-accent-text);
}
.homepage-sections-wrapper--accent .product-single__thumbnails .swiper-pagination-bullet .swiper-pagination-bullet-dot {
    background: var(--color-scheme-accent-input-hover);
}
.homepage-sections-wrapper--accent .product-single__thumbnails .swiper-pagination-bullet.swiper-pagination-bullet-active .swiper-pagination-bullet-dot {
    background: var(--color-scheme-accent-text);
}
.homepage-sections-wrapper--accent .secondary-button {
    box-shadow: inset 0 0 0 1px var(--color-scheme-accent-text);
    color: var(--color-scheme-accent-text);
}
.homepage-sections-wrapper--accent .secondary-button:active, .homepage-sections-wrapper--accent .secondary-button:focus, .homepage-sections-wrapper--accent .secondary-button:hover {
    box-shadow: inset 0 0 0 1px var(--color-scheme-light-accent-hover);
    color: var(--color-scheme-light-accent-hover);
}
.homepage-sections-wrapper--accent .table, .homepage-sections-wrapper--accent table {
    color: var(--color-scheme-accent-text);
}
.homepage-sections-wrapper--accent .table td, .homepage-sections-wrapper--accent .table th, .homepage-sections-wrapper--accent table td, .homepage-sections-wrapper--accent table th {
    border-bottom: 1px solid var(--color-scheme-accent-text-hover);
}
.homepage-sections-wrapper--accent .money-styling {
    color: var(--color-scheme-accent-text);
}
.homepage-sections-wrapper--dark {
    background: var(--color-scheme-dark-background);
}
.homepage-sections-wrapper--dark, .homepage-sections-wrapper--dark .product-description-main-wrapper a:hover, .homepage-sections-wrapper--dark a:not(.btn) {
    color: var(--color-scheme-dark-text);
}
.homepage-sections-wrapper--dark .btn:not(.secondary-button), .homepage-sections-wrapper--dark .shopify-payment-button__button {
    background: var(--color-scheme-dark-text);
    color: var(--color-scheme-dark-background);
}
.homepage-sections-wrapper--dark .btn:not(.secondary-button):active, .homepage-sections-wrapper--dark .btn:not(.secondary-button):focus, .homepage-sections-wrapper--dark .btn:not(.secondary-button):hover, .homepage-sections-wrapper--dark .btn:not(.secondary-button):hover:not([disabled]), .homepage-sections-wrapper--dark .shopify-payment-button__button:active, .homepage-sections-wrapper--dark .shopify-payment-button__button:focus, .homepage-sections-wrapper--dark .shopify-payment-button__button:hover, .homepage-sections-wrapper--dark .shopify-payment-button__button:hover:not([disabled]) {
    background: var(--color-scheme-dark-text-hover);
    color: var(--color-scheme-dark-background);
}
.homepage-sections-wrapper--dark .blog-title--divider {
    background-color: var(--color-scheme-dark-text);
}
.homepage-sections-wrapper--dark .quantity-controls button {
    background: 0 0;
    color: var(--color-scheme-dark-text);
}
.homepage-sections-wrapper--dark .quantity-controls, .homepage-sections-wrapper--dark .wetheme-dropdown button:after, .homepage-sections-wrapper--dark .wetheme-dropdown__wrapper button {
    border-color: var(--color-scheme-dark-text);
}
.homepage-sections-wrapper--dark .product-description-main-wrapper h2, .homepage-sections-wrapper--dark .quantity-controls input, .homepage-sections-wrapper--dark .wetheme-dropdown li, .homepage-sections-wrapper--dark .wetheme-dropdown__wrapper button span {
    color: var(--color-scheme-dark-text);
}
.homepage-sections-wrapper--dark .wetheme-dropdown ul {
    background: var(--color-scheme-dark-background);
    border-color: var(--color-scheme-dark-text);
}
.homepage-sections-wrapper--dark .wetheme-dropdown ul li.active, .homepage-sections-wrapper--dark .wetheme-dropdown ul li.selected, .homepage-sections-wrapper--dark .wetheme-dropdown ul li:hover {
    background-color: var(--color-scheme-dark-input-hover);
}
.homepage-sections-wrapper--dark .swatch input:checked+label {
    -webkit-box-shadow: inset 0 0 0 1px var(--color-scheme-dark-text);
    -moz-box-shadow: inset 0 0 0 1px var(--color-scheme-dark-text);
    box-shadow: inset 0 0 0 1px var(--color-scheme-dark-text);
}
.homepage-sections-wrapper--dark .color input:checked+label, .homepage-sections-wrapper--dark .swatch label:not(.color) {
    border: 1px solid var(--color-scheme-dark-text);
}
.homepage-sections-wrapper--dark .product-single__thumbnails .swiper-pagination-bullet .swiper-pagination-bullet-dot {
    background: var(--color-scheme-dark-input-hover);
}
.homepage-sections-wrapper--dark .product-single__thumbnails .swiper-pagination-bullet.swiper-pagination-bullet-active .swiper-pagination-bullet-dot {
    background: var(--color-scheme-dark-text);
}
.homepage-sections-wrapper--dark .secondary-button {
    box-shadow: inset 0 0 0 1px var(--color-scheme-dark-text);
    color: var(--color-scheme-dark-text);
}
.homepage-sections-wrapper--dark .secondary-button:active, .homepage-sections-wrapper--dark .secondary-button:focus, .homepage-sections-wrapper--dark .secondary-button:hover {
    box-shadow: inset 0 0 0 1px var(--color-scheme-dark-text-hover);
    color: var(--color-scheme-dark-text-hover);
}
.homepage-sections-wrapper--dark .table, .homepage-sections-wrapper--dark table {
    color: var(--color-scheme-accent-text);
}
.homepage-sections-wrapper--dark .table td, .homepage-sections-wrapper--dark .table th, .homepage-sections-wrapper--dark table td, .homepage-sections-wrapper--dark table th {
    border-bottom: 1px solid var(--color-scheme-accent-text-hover);
}
.homepage-sections-wrapper--dark .money-styling {
    color: var(--color-scheme-dark-text);
}
body {
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    -moz-osx-font-smoothing: grayscale;
    color: var(--color-primary);
    font-family: var(--body-font-stack);
    font-size: var(--body-font-size);
    font-style: var(--body-font-style);
    font-weight: var(--body-font-weight);
    height: 100%;
    line-height: 1.6;
    scroll-behavior: smooth;
    width: 100%}
a {
    color: var(--link-color);
    -webkit-transition: color .2s ease;
    -moz-transition: color .2s ease;
    -o-transition: color .2s ease;
    -ms-transition: color .2s ease;
    transition: color .2s ease;
}
a:focus, a:hover {
    color: var(--active-link-color);
}
b, strong {
    font-weight: 700;
}
em, i {
    font-style: italic;
}
label {
    font-weight: 400;
    margin-bottom: 5px;
}
.table, table {
    color: var(--color-primary);
}
.table td, .table th, table td, table th {
    border: none;
    border-bottom: 1px solid var(--border-color-subtle);
}
.table thead th, table thead th {
    border-bottom: 2px solid var(--border-color-subtle);
}
.table p, table p {
    margin-top: 1rem;
}
.table a, .table a:hover, table a, table a:hover {
    color: var(--color-primary);
}
th {
    font-family: var(--subheading-font-stack);
    font-size: var(--subheading-font-size);
    font-style: var(--subheading-font-style);
    font-weight: 400;
    font-weight: var(--subheading-font-weight);
    letter-spacing: var(--subheading-letter-spacing);
    text-transform: var(--subheading-case);
}
#main-body {
    word-wrap: break-word;
    background-color: var(--page-background);
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    overflow-x: hidden;
    position: relative;
    width: 100%}
div#main {
    flex: 1;
}
div#main input:focus, div#main select:focus, div#main textarea:focus {
    box-shadow: none;
    outline: 1px auto -webkit-focus-ring-color;
}
div#main .btn:focus {
    background: var(--button-background-hover-color);
    color: var(--button-text-color);
}
.missing-page__message {
    padding: 30px 0;
    text-align: center;
}
.main-heading {
    margin-bottom: 30px;
}
.hide {
    display: none!important;
}
.page ul li, .post ul li, .product ul li {
    list-style-position: inside;
    list-style-type: disc;
}
.page ol li, .post ol li, .product ol li {
    list-style-position: inside;
}
.page ol, .post ol, .product ol {
    margin-left: 0;
}
.page table, .post table, .product table {
    width: 100%}
.page table td, .page table th, .post table td, .post table th, .product table td, .product table th {
    padding: 10px;
}
.sr-only {
    height: 1px;
    left: -10000px;
    overflow: hidden;
    position: absolute;
    top: auto;
    width: 1px;
}
footer {
    background: var(--footer-background);
    color: var(--footer-text);
    margin-top: 30px;
    padding: 10px 0;
}
@media screen and (max-width:768px) {
    footer {
    text-align: center;
}
}footer a {
    transition: all .2s ease-in-out;
}
footer a, footer a:active, footer a:focus, footer a:hover {
    color: var(--footer-text);
}
footer a:focus, footer a:hover {
    opacity: .6;
}
footer h3 {
    color: var(--footer-text);
    font-size: var(--body-font-size);
    letter-spacing: 1px;
    line-height: 20px;
    margin-top: 0;
    padding: 0 0 10px;
    text-transform: var(--header-font-transform);
}
footer #newsletter-wrapper input {
    background: var(--footer-background);
    border: 1px solid var(--footer-text);
    color: var(--footer-text);
}
footer #newsletter-wrapper input::placeholder {
    color: var(--footer-text-lighten);
}
@media screen and (max-width:768px) {
    footer #newsletter-wrapper input {
    margin-left: 14px;
}
}footer #newsletter_submit {
    color: var(--footer-text);
}
.mailing-list-footer p {
    margin-bottom: 20px;
}
.content-footer h1, .content-footer h2, .content-footer h3, .content-footer h4, .content-footer h5, .content-footer h6, .content-footer p {
    margin-top: 0;
    padding-top: 0;
}
.content-footer a {
    text-decoration: underline;
}
.links-footer ul {
    padding-left: 0;
}
.links-footer ul.menu-left {
    text-align: left;
}
.links-footer ul.menu-center {
    text-align: center;
}
.links-footer ul.menu-center .footer--level-2 {
    padding-left: 0;
}
.links-footer ul li {
    list-style-type: none;
}
.links-footer ul li a {
    display: inline-block;
    padding-bottom: 7px;
}
.links-footer ul a {
    text-decoration: none;
}
.image-footer {
    text-align: center;
}
.image-footer img[data-sizes=auto] {
    display: inline-block;
}
.footer-block--wrapper {
    padding-top: 30px;
}
.footer-block--wrapper .sm-icons svg {
    height: 20px;
    width: 20px;
}
.footer-alignment--left .footer-article, .footer-alignment--left .links-footer li, .footer-alignment--left h3 {
    text-align: left;
}
.footer-alignment--left .sm-icons {
    justify-content: flex-start;
}
.footer-alignment--center .footer-article, .footer-alignment--center .links-footer li, .footer-alignment--center h3 {
    text-align: center;
}
.footer-alignment--center .sm-icons {
    justify-content: center;
}
@media screen and (max-width:768px) {
    .footer-alignment--center, .footer-alignment--left, .footer-alignment--right {
    text-align: center;
}
}.bottom-footer {
    color: var(--footer-text);
    font-size: 12px;
    margin-top: 40px;
    padding: 10px 0 30px;
}
.bottom-footer p {
    padding-top: 20px;
    text-align: left;
}
@media only screen and (max-width:768px) {
    .bottom-footer p {
    text-align: center;
}
}.bottom-footer a, .bottom-footer a:active, .bottom-footer a:hover {
    color: var(--footer-text);
    text-decoration: none;
}
.bottom-footer-row {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.bottom-footer-row .copyright {
    align-self: center;
}
@media screen and (min-width:992px) {
    .bottom-footer-row {
    flex-direction: row-reverse;
}
.bottom-footer-row .copyright {
    align-self: flex-end;
}
}#footer-payment-methods {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    list-style: none;
    text-align: right;
}
@media only screen and (max-width:991px) {
    #footer-payment-methods {
    padding-left: 0;
    text-align: center;
}
}#footer-payment-methods svg {
    height: 40px;
    margin-left: 5px;
    width: 55px;
}
@media only screen and (max-width:991px) {
    .copyright p {
    text-align: center;
}
}@media screen and (max-width:768px) {
    footer .footer-localization-selectors .localization-selector-form .localization-selector: first-of-type {
    margin-left: 0;
}
}.footer-localization-selectors .wetheme-dropdown__wrapper button span {
    color: var(--footer-text);
}
.footer-localization-selectors .wetheme-dropdown button, .footer-localization-selectors .wetheme-dropdown button:after {
    border-color: var(--footer-text);
}
.footer-localization-selectors .wetheme-dropdown__wrapper ul {
    background-color: var(--footer-background);
    border-color: var(--footer-text);
    color: var(--footer-text);
}
.footer-localization-selectors .wetheme-dropdown__wrapper ul li.selected, .footer-localization-selectors .wetheme-dropdown__wrapper ul li:hover {
    background-color: var(--footer-hover-background-color);
}
.template-index #shopify-section-footer, .template-index footer {
    margin-top: 0;
}
.form-control {
    border-radius: 0;
    font-size: inherit;
    height: auto;
    padding: 13px;
}
input {
    color: var(--color-primary);
}
input[type=checkbox], input[type=radio] {
    -webkit-appearance: none;
    background: var(--border-color-subtle);
    border-radius: 50%;
    display: inline-block;
    height: 25px;
    padding: 9px;
    position: relative;
    right: 5px;
    top: 10px;
    width: 25px;
}
input[type=checkbox]:checked:after {
    background: var(--color-primary);
    border-radius: 50%;
    content: "";
    height: 7px;
    left: 10px;
    position: absolute;
    top: 10px;
    width: 7px;
}
.input-field.col .dropdown-content [type=checkbox]+label {
    height: 18px;
    left: 0;
    top: 1px;
}
section:not(.hide-variant-labels) .materialize-select {
    position: relative;
    top: 23px;
}
.no-js .materialize-select, select {
    display: none;
}
select {
    background-color: transparent;
    border: var(--border-color);
    border-radius: var(--select-radius);
    padding: var(--select-padding);
    width: 100%}
select:disabled {
    color: rgba(0, 0, 0, .3);
}
.customer_address_table select, select.browser-default {
    display: block;
}
.select-wrapper {
    margin-bottom: 40px;
    position: relative;
}
.select-wrapper .wetheme-dropdown__wrapper button {
    background-color: transparent;
    border: var(--border-color);
    border-bottom: var(--border-color);
    color: var(--color-primary);
    cursor: pointer;
    display: block;
    font-size: var(--body-font-size);
    height: 50px;
    margin: 0;
    outline: 0;
    padding: 14px 16px;
    position: relative;
    width: 100%}
.select-wrapper+label {
    font-size: 90%;
    font-weight: 400;
    left: 0;
    position: absolute;
    top: -22px;
    width: 100%}
@media only screen and (min-width:992px) {
    .select-wrapper+label {
    text-align: left;
}
}.select-wrapper:before {
    content: "";
    position: absolute;
    right: 15px;
    top: 41%;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}
.select-wrapper ul:not(.browser-default) {
    list-style-type: none;
    padding-left: 0;
}
.select-wrapper ul:not(.browser-default) li {
    list-style-type: none;
}
.select-wrapper input.select-dropdown:disabled {
    border-bottom: 1px solid rgba(0, 0, 0, .3);
    color: rgba(0, 0, 0, .3);
    cursor: default;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}
.select-dropdown li.disabled, .select-dropdown li.disabled>span, .select-dropdown li.optgroup {
    background-color: var(--border-color-subtle);
}
.select-dropdown li img {
    float: right;
    height: 40px;
    margin: 5px 15px;
    width: 40px;
}
.select-dropdown li .optgroup {
    border-top: 1px solid var(--border-color-subtle);
}
.select-dropdown li .optgroup.selected>span {
    color: rgba(0, 0, 0, .7);
}
.select-dropdown li .optgroup>span {
    color: rgba(0, 0, 0, .4);
}
.select-dropdown li .optgroup~li.optgroup-option {
    padding-left: 1rem;
}
.dropdown-content {
    background-color: var(--page-background);
    border: 1px solid var(--border-color);
    display: none;
    margin: 0;
    max-height: 650px;
    min-width: 100px;
    opacity: 0;
    overflow-y: auto;
    position: absolute;
    will-change: width, height;
    z-index: 999;
}
.dropdown-content li {
    clear: both;
    cursor: pointer;
    line-height: 1.5rem;
    min-height: 50px;
    text-align: left;
    text-transform: none;
    width: 100%}
.dropdown-content li.active, .dropdown-content li.selected, .dropdown-content li:hover {
    background-color: var(--border-color-subtle);
}
.dropdown-content li.active.selected {
    background-color: var(--border-color-subtle-darken);
}
.dropdown-content li.divider {
    height: 1px;
    min-height: 0;
}
.dropdown-content li>a, .dropdown-content li>span {
    color: var(--color-primary);
    display: block;
    font-size: 14px;
    line-height: 22px;
    padding: 14px 16px;
}
.dropdown-content li>span>label {
    height: 18px;
    left: 0;
    top: 1px;
}
.dropdown-content li>a>i {
    float: left;
    height: inherit;
    line-height: inherit;
    margin: 0 24px 0 0;
    width: 24px;
}
.header-wrapper {
    background-color: var(--header-background);
    border-bottom: 1px solid var(--header-border-color);
    color: var(--header-text);
    padding-bottom: 0;
    width: 100%;
    z-index: 4;
}
body:not(.template-index) .header-wrapper {
    margin-bottom: 30px;
}
.header-wrapper a, .header-wrapper button {
    color: var(--header-text);
    text-decoration: none;
    transition: opacity .2s ease-in-out;
    -webkit-transition: opacity .2s ease-in-out;
    -o-transition: opacity .2s ease-in-out;
}
.header-wrapper a:focus, .header-wrapper a:hover, .header-wrapper button:focus, .header-wrapper button:hover {
    color: var(--header-text);
    opacity: .6;
    text-decoration: none;
}
.header-wrapper .header-content {
    align-items: center;
    display: flex;
    justify-content: space-between;
}
.header-wrapper .header-content>div {
    margin: 15px 30px;
}
@media screen and (max-width:991px) {
    .header-wrapper .header-content>div.empty {
    margin: 0;
}
}@media screen and (min-width:1200px) {
    .header-wrapper .header-content>div {
    margin: 15px 30px;
}
}@media screen and (max-width:991px) {
    .header-wrapper .header-content {
    flex-direction: column;
}
}.header-wrapper .wetheme-dropdown__wrapper button {
    border-color: var(--header-text);
    color: var(--header-text);
}
.header-wrapper .wetheme-dropdown__wrapper button span {
    color: var(--header-text);
}
.header-wrapper .wetheme-dropdown__wrapper button:after {
    border-color: var(--header-text);
}
.header-wrapper .wetheme-dropdown__wrapper ul {
    background: var(--header-background);
    border-color: var(--header-border-color);
    color: var(--header-text);
}
.header-wrapper .wetheme-dropdown__wrapper ul li {
    color: var(--header-text);
}
.header-wrapper .wetheme-dropdown__wrapper ul li.active, .header-wrapper .wetheme-dropdown__wrapper ul li.selected, .header-wrapper .wetheme-dropdown__wrapper ul li:hover {
    background-color: var(--header-hover-background-color);
}
.header-wrapper .localization-selector-form .wetheme-dropdown__wrapper span {
    color: var(--header-text);
}
.header-wrapper .localization-selector-form .wetheme-dropdown__wrapper button {
    border-color: var(--header-text);
    color: var(--header-text);
    transition: none;
}
.header-wrapper .localization-selector-form .wetheme-dropdown__wrapper button:after {
    color: var(--header-text);
    transition: none;
}
.header-wrapper .localization-selector-form .wetheme-dropdown__wrapper ul {
    background: var(--header-background);
    border-color: var(--header-border-color);
    color: var(--header-text);
}
.header-wrapper .localization-selector-form .wetheme-dropdown__wrapper ul li {
    color: var(--header-text);
}
.header-wrapper .localization-selector-form .wetheme-dropdown__wrapper ul li.active, .header-wrapper .localization-selector-form .wetheme-dropdown__wrapper ul li.selected, .header-wrapper .localization-selector-form .wetheme-dropdown__wrapper ul li:focus, .header-wrapper .localization-selector-form .wetheme-dropdown__wrapper ul li:hover {
    background-color: var(--header-hover-background-color);
}
.header-wrapper .localization-selectors--right {
    margin-top: 15px;
}
@media screen and (max-width:991px) {
    .header-wrapper .localization-selectors--right .localization-selector-form {
    justify-content: center;
    margin-right: 15px;
}
.header-wrapper .localization-selectors--right .localization-selector-form .localization-selector {
    margin-bottom: 0;
}
}@media screen and (min-width:992px) {
    .header-wrapper .main-icons-with-locale {
    align-items: center;
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: wrap;
    min-width: 200px;
}
.header-wrapper .main-icons-with-locale .localization-selectors--right .localization-selector:first-of-type {
    margin-left: 0;
}
}.header-wrapper .logo-placement--below {
    margin: 0 15px;
}
.header-wrapper .logo-placement--below.site-header__logo {
    margin-bottom: 15px;
}
.header-wrapper .logo-placement-within-wrapper__item {
    flex: 1 1 100%}
.header-wrapper .site-header__logo {
    margin-bottom: 0;
}
.header-wrapper .site-header__logo-image img {
    margin: 0 auto;
}
.header-wrapper .site-header__logo-link {
    font-size: 24px;
    text-align: center;
}
.header-wrapper .site-header__logo-link:hover {
    color: var(--header-text);
    opacity: .6;
}
@media screen and (max-width:991px) {
    .header-wrapper .header-icons {
    justify-content: center;
}
}@media screen and (min-width:992px) {
    .header-wrapper .header-icons .header-icons {
    padding-left: 15px;
}
}.header-wrapper .header-icons ul {
    align-items: center;
    display: flex;
    justify-content: flex-end;
    list-style: none;
    margin: 0;
    padding: 0;
}
@media screen and (max-width:991px) {
    .header-wrapper .header-icons ul {
    justify-content: center;
}
}.header-wrapper .header-icons ul li {
    font-size: 12px;
    margin-left: 15px;
}
.header-wrapper .header-icons ul li a {
    display: flex;
}
.header--supporting-text {
    padding-left: .2rem;
}
.mobile-header--wrapper {
    align-items: center;
    display: flex;
    justify-content: space-between;
    padding: 15px 0;
    width: 100%}
.mobile-header--wrapper .mobile-side-column {
    align-items: center;
    display: flex;
    justify-content: flex-start;
    width: 26%}
.mobile-header--wrapper .mobile-side-column>a {
    align-items: center;
    display: flex;
    height: 55px;
    justify-content: center;
    width: 55px;
}
.mobile-header--wrapper .mobile-side-column.mobile-header-right {
    justify-content: flex-end;
}
.mobile-header--wrapper .mobile-logo-column {
    align-items: center;
    display: flex;
    justify-content: center;
    width: 48%}
#shopify-section-header .header-wrapper--overlay .mega-menu-block a {
    color: var(--header-text);
}
.template-index .header-wrapper--overlay {
    background: 0 0;
    border-bottom: none;
    position: absolute;
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
}
.template-index .header-wrapper--overlay:not(.stuck) a {
    color: var(--header-overlay-text);
}
.template-index .header-wrapper--overlay .overlay-logo-image--sticky {
    display: block;
    height: 0;
    opacity: 0;
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    visibility: hidden;
}
.template-index .header-wrapper--overlay .overlay-logo-image {
    opacity: 1;
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    visibility: visible;
}
.template-index .header-wrapper--overlay .sticky .overlay-logo-image--sticky {
    display: block;
    height: auto;
    opacity: 1;
    visibility: visible;
}
.template-index .header-wrapper--overlay .wetheme-dropdown__wrapper button {
    border-color: var(--header-overlay-text);
}
.template-index .header-wrapper--overlay .wetheme-dropdown__wrapper button span {
    color: var(--header-overlay-text);
}
.template-index .header-wrapper--overlay .wetheme-dropdown__wrapper button:after {
    border-color: var(--header-overlay-text);
}
.template-index .header-wrapper--overlay.touch-hover:not(.stuck), .template-index .header-wrapper--overlay:hover:not(.stuck) {
    background: var(--header-background);
    color: var(--header-text);
}
.template-index .header-wrapper--overlay.touch-hover:not(.stuck) .main-navigation-wrapper a, .template-index .header-wrapper--overlay.touch-hover:not(.stuck) a, .template-index .header-wrapper--overlay:hover:not(.stuck) .main-navigation-wrapper a, .template-index .header-wrapper--overlay:hover:not(.stuck) a {
    color: var(--header-text);
}
.template-index .header-wrapper--overlay.touch-hover:not(.stuck) .header-logo-wrapper, .template-index .header-wrapper--overlay.touch-hover:not(.stuck) .header-menu-wrapper, .template-index .header-wrapper--overlay:hover:not(.stuck) .header-logo-wrapper, .template-index .header-wrapper--overlay:hover:not(.stuck) .header-menu-wrapper {
    display: block;
}
.template-index .header-wrapper--overlay.touch-hover:not(.stuck) .overlay-logo-image--sticky, .template-index .header-wrapper--overlay:hover:not(.stuck) .overlay-logo-image--sticky {
    height: auto;
    opacity: 1;
    visibility: visible;
}
.template-index .header-wrapper--overlay.touch-hover:not(.stuck) .overlay-logo-image, .template-index .header-wrapper--overlay:hover:not(.stuck) .overlay-logo-image {
    height: 0;
    opacity: 0;
    visibility: hidden;
}
.template-index .header-wrapper--overlay.touch-hover:not(.stuck) .sticky-header-wrapper .main-navigation-wrapper a, .template-index .header-wrapper--overlay:hover:not(.stuck) .sticky-header-wrapper .main-navigation-wrapper a {
    color: var(--sticky-header-text);
}
.template-index .header-wrapper--overlay.touch-hover:not(.stuck) .wetheme-dropdown__wrapper button, .template-index .header-wrapper--overlay:hover:not(.stuck) .wetheme-dropdown__wrapper button {
    border-color: var(--header-text);
    color: var(--header-text);
}
.template-index .header-wrapper--overlay.touch-hover:not(.stuck) .wetheme-dropdown__wrapper button span, .template-index .header-wrapper--overlay:hover:not(.stuck) .wetheme-dropdown__wrapper button span {
    color: var(--header-text);
}
.template-index .header-wrapper--overlay.touch-hover:not(.stuck) .wetheme-dropdown__wrapper button:after, .template-index .header-wrapper--overlay:hover:not(.stuck) .wetheme-dropdown__wrapper button:after {
    border-color: var(--header-text);
}
.template-index .header-wrapper--overlay.touch-hover:not(.stuck) .mobile-header-wrapper a, .template-index .header-wrapper--overlay:hover:not(.stuck) .mobile-header-wrapper a {
    color: var(--header-text);
}
.template-index .header-wrapper--overlay.touch-hover:not(.stuck) .mobile-header-wrapper .feather-chevron-down, .template-index .header-wrapper--overlay:hover:not(.stuck) .mobile-header-wrapper .feather-chevron-down {
    stroke: var(--header-text);
}
.image-section, .index-section .hero {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    display: table;
    position: relative;
    width: 100%}
.image-section, .index-section .hero {
    color: var(--color-image-overlay-text);
}
.index-section .hero:before {
    background-color: var(--color-image-overlay);
    bottom: 0;
    content: "";
    left: 0;
    opacity: var(--image-overlay-opacity);
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
}
.entry-content iframe, .entry-content img {
    height: auto;
    max-width: 100%}
@media only screen and (max-width:991px) {
    .rte img {
    margin-bottom: 20px;
    max-width: 100%}
}.mega-menu-block .h4, .nav-pills {
    font-family: var(--nav-font-family);
    font-size: var(--nav-font-size-int) px;
    font-style: var(--nav-font-style);
    font-weight: var(--nav-font-weight);
    letter-spacing: var(--nav-letter-spacing);
    text-transform: var(--nav-text-transform);
}
.mega-menu-block .h4>li, .nav-pills>li {
    display: flex;
    padding: 0 15px;
}
.nav .feather.feather-chevron-down, .nav .feather.feather-chevron-right {
    height: 16px;
    min-width: 16px;
    width: 16px;
}
.nav-bar__top-nav {
    padding: 0;
}
@media screen and (min-width:992px) {
    .nav-bar__top-nav {
    margin-left: -7.5px;
}
}@media screen and (max-width:991px) {
    .nav-bar__top-nav .nav {
    justify-content: center;
}
}.nav-bar__top-nav div {
    width: 100%}
.nav-bar__top-nav .nav-pills>li {
    padding: 7.5px;
}
.main-navigation-wrapper .nav {
    justify-content: center;
    margin: 0 15px;
}
@media screen and (max-width:991px) {
    .main-navigation-wrapper .nav {
    margin: 0 45px;
}
}.main-navigation-wrapper .mega-menu--dropdown-wrapper>a, .main-navigation-wrapper>ul.nav>li>a {
    padding: 10px 0;
}
.stuck .main-navigation-wrapper .mega-menu--dropdown-wrapper>a, .stuck .main-navigation-wrapper>ul.nav>li>a {
    padding: 6px 0;
}
.dropdown-envy-toggle {
    align-items: center;
    display: flex;
}
.dropdown-envy-toggle svg {
    margin-left: 5px;
}
.dropdown.mega-menu .dropdown-menu {
    top: 0;
}
.nav>li.mega-menu {
    position: static;
}
.nav>li.mega-menu .dropdown-menu {
    border: none;
    border-radius: 0;
    border-top: 1px solid var(--header-border-color);
    margin-top: 0;
    padding: 0;
    text-align: center;
    width: 100%}
.nav>li.mega-menu .dropdown-menu .container {
    display: flex;
    flex-wrap: wrap;
}
.nav>li.mega-menu .dropdown-menu .mega-menu-block {
    background: var(--header-background);
    display: flex;
    flex-wrap: wrap;
    width: 100%}
.nav>li.mega-menu .dropdown-menu .mega-menu-block .h4 {
    font-size: var(--nav-font-size-int) px;
}
.nav>li.mega-menu .mega-menu--image {
    text-align: center;
}
.nav>li.mega-menu .mega-menu--image img {
    margin: 0 auto;
    max-height: 50vh;
    max-width: 100%;
    object-fit: contain;
}
.nav>li.mega-menu .mega-menu--image .h5 {
    font-family: var(--body-font-stack);
    font-size: var(--body-font-size);
    font-style: var(--body-font-style);
    font-weight: var(--body-font-weight);
    letter-spacing: 0;
    text-transform: none;
}
.nav>li.mega-menu .mega-menu--image-title {
    margin-top: 15px;
}
.nav>li.mega-menu .h5, .nav>li.mega-menu .mega-menu--image-title {
    color: var(--header-text);
}
.nav>li.mega-menu .dropdown-submenu {
    border-bottom: 1px solid var(--header-border-color);
    border-right: 1px solid var(--header-border-color);
    display: flex;
    float: none;
    padding: 30px;
}
.nav>li.mega-menu .dropdown-submenu.five_columns {
    width: 20%}
.nav>li.mega-menu .dropdown-submenu.four_columns {
    width: 25%}
.nav>li.mega-menu .dropdown-submenu.three_columns {
    width: 33.33%}
.nav>li.mega-menu .dropdown-submenu:last-child {
    border-right: none;
}
.nav>li.mega-menu .dropdown-submenu:hover .image {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.nav>li.mega-menu .dropdown-submenu .inner {
    display: flex;
    flex-direction: column;
    width: 100%}
.nav>li.mega-menu .dropdown-submenu .dropdown-submenu__linklist {
    display: block;
    margin: 0;
    padding: 0;
}
.nav>li.mega-menu .dropdown-submenu .dropdown-submenu__linklist li {
    font-family: var(--body-font-stack);
    font-size: var(--body-font-size);
    font-style: var(--body-font-style);
    font-weight: var(--body-font-weight);
    list-style: none;
    margin: 0;
    text-align: left;
    text-transform: none;
}
.nav>li.mega-menu .dropdown-submenu .dropdown-submenu__linklist li a {
    display: block;
    letter-spacing: 0;
    padding: 2px 0;
    text-transform: inherit;
}
.dropdown-menu, .dropdown-submenu, .mega-menu .dropdown-menu {
    transition: opacity .2s ease-in-out;
    -webkit-transition: opacity .2s ease-in-out;
    -o-transition: opacity .2s ease-in-out;
}
.dropdown.mega-menu.open .dropdown-menu {
    width: 100vw;
}
.header-wrapper:not(.stuck) .dropdown.mega-menu.open .dropdown-menu {
    left: 50%;
    transform: translateX(-50%);
}
.dropdown-submenu {
    position: relative;
    text-align: left;
}
.dropdown-submenu .dropdown-submenu__link {
    align-items: center;
    display: flex;
    font-size: var(--nav-font-size-int) px;
    justify-content: space-between;
}
.dropdown-submenu>.dropdown-menu {
    left: 100%;
    margin-top: -1px;
    padding: 0;
    top: 0;
}
.dropdown-submenu:hover>.dropdown-menu {
    display: block;
    opacity: 1;
    visibility: visible;
}
.dropdown-submenu.pull-left {
    float: none;
}
.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
}
.dropdown-submenu-left .dropdown-menu {
    left: auto;
    right: 100%}
.dropdown-menu {
    background: var(--header-background);
    border-radius: 0;
    display: block;
    margin-top: 0;
    opacity: 0;
    top: 0;
    visibility: hidden;
    z-index: 3;
}
.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
    background: 0 0;
    opacity: 1;
}
.dropdown-menu.dropdown-menu--standard {
    padding: 0;
}
.dropdown-menu.dropdown-menu--standard li {
    font-size: var(--nav-font-size-int) px;
    line-height: normal;
    padding: 10px 15px;
}
.dropdown-menu svg {
    margin-left: 5px;
}
.force-open>.dropdown-menu, .open>.dropdown-menu {
    opacity: 1;
    visibility: visible;
}
.sticky-header-wrapper .force-open>.dropdown-menu, .sticky-header-wrapper .open>.dropdown-menu {
    opacity: 0;
    visibility: hidden;
}
.sticky-header-wrapper.sticky .force-open>.dropdown-menu, .sticky-header-wrapper.sticky .open>.dropdown-menu {
    opacity: 1;
    visibility: visible;
}
.placeholder-collection-1, .placeholder-collection-2, .placeholder-collection-3, .placeholder-collection-4, .placeholder-collection-5, .placeholder-collection-6, .placeholder-image, .placeholder-lifestyle, .placeholder-logo, .placeholder-product-1, .placeholder-product-2, .placeholder-product-3, .placeholder-product-4, .placeholder-product-5, .placeholder-product-6 {
    fill: rgba(0, 0, 0, .3);
    background-color: rgba(0, 0, 0, .15);
    border: 2px solid rgba(0, 0, 0, .3);
    height: 100%;
    max-height: 100%;
    max-width: 100%;
    width: 100%}
.placeholder-noblocks {
    padding: 20px;
    text-align: center;
}
.icon--placeholder {
    fill: hsla(206, 6%, 50%, .35);
    background-color: hsla(206, 6%, 50%, .1);
    border: 1px solid hsla(206, 6%, 50%, .2);
    height: 100%;
    max-height: 100%;
    max-width: 100%;
    width: 100%}
.onboarding-link {
    display: block;
}
.onboarding--sold-out {
    display: inline-block;
    margin: 20px 0;
    width: 100%}
.placeholder-background {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}
.parallax .placeholder-background {
    top: auto;
}
.shopify-section.homepage-section--video-wrapper .video--text-header {
    padding-top: 50px;
}
.shopify-section .homepage-sections-wrapper.homepage-sections-wrapper--no-padding {
    padding: 0;
}
.template-index .shopify-section:first-child .homepage-sections-wrapper--slideshow {
    margin-bottom: 50px;
    padding: 0;
}
.index-sections .shopify-section .title-bar {
    margin-bottom: 50px;
}
.index-sections .homepage-section--map-wrapper .title-bar, .index-sections .homepage-section--newsletter-wrapper .title-bar, .index-sections .homepage-section--page-wrapper .title-bar, .index-sections .homepage-section--rich-text-wrapper .title-bar, .index-sections .homepage-section--slideshow-wrapper .slider-caption h2, .index-sections .homepage-section--social-media-wrapper .title-bar, .index-sections .homepage-section--text-and-image-wrapper .title-bar, .index-sections .shopify-section.homepage-section--text-over-image-wrapper .title-bar, .index-sections .shopify-section.homepage-section-image-with-text-block--wrapper .title-bar {
    margin-bottom: 0;
}
.index-sections .homepage-section--map-wrapper .rte, .index-sections .homepage-section--newsletter-wrapper .rte, .index-sections .homepage-section--page-wrapper .rte, .index-sections .homepage-section--rich-text-wrapper .rte, .index-sections .homepage-section--social-media-wrapper p, .index-sections .homepage-section--text-and-image-wrapper .rte, .index-sections .shopify-section.homepage-section--text-over-image-wrapper .rte, .index-sections .shopify-section.homepage-section-image-with-text-block--wrapper .rte {
    margin-top: 20px;
}
.homepage-section--image .container {
    padding-bottom: 50px;
    padding-top: 50px;
}
.homepage-section--featured-collections-wrapper .indiv-collection-grid-homepage .type-subheading, .homepage-section--image-gallery-wrapper .image-bar .type-subheading {
    margin-top: 20px;
}
.no--padding {
    padding: 0!important;
}
.index-sections .shopify-section .title-bar {
    margin-top: 0;
    padding-top: 0;
}
.hp-title {
    padding-top: 20px;
}
.custom-font, .header-font, .product-description-wrapper ul.tabs li a, h1, h2, h3, h4, h5, h6 {
    display: block;
    font-family: var(--header-font-stack);
    font-style: var(--header-font-style);
    font-weight: var(--header-font-weight);
    letter-spacing: var(--header-letter-spacing);
    text-transform: var(--header-font-transform);
}
.custom-font a, .header-font a, .product-description-wrapper ul.tabs li a a, h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    font-weight: inherit;
}
.title-bar {
    text-align: center;
}
.title-bar h1, .title-bar h2 {
    font-size: var(--heading-font-size);
    letter-spacing: var(--header-letter-spacing);
    line-height: var(--heading-line-height);
    text-transform: var(--header-font-transform);
}
.title-bar h3.typography--padding-bottom {
    margin-bottom: 10px;
}
#shopify-section-template--product--recommendations h2, .shopify-section .title-bar.wrapper--page-title h2, .spr-header .spr-header-title, h1.product-description-header {
    font-size: var(--subpage-header-px);
    line-height: var(--subpage-header-line-height);
}
.spr-header-title {
    font-size: var(--heading-font-size);
    letter-spacing: var(--header-letter-spacing);
    line-height: var(--heading-line-height);
    text-transform: var(--header-font-transform);
}
.sub-title-bar {
    margin-bottom: 20px;
}
.type-subheading {
    font-family: var(--subheading-font-stack);
    font-style: var(--subheading-font-style);
    font-weight: var(--subheading-font-weight);
    letter-spacing: var(--header-letter-spacing);
    text-transform: var(--subheading-case);
}
.type-subheading--1 {
    font-size: var(--subheading-font-size);
    line-height: var(--subheading-line-height);
}
.type-subheading--2 {
    font-size: var(--subheading-2-font-size);
    line-height: var(--subheading-2-line-height);
}
.homepage-subheading--1, .homepage-subheading--2 {
    margin-top: 10px;
}
.featured-row__subtext p, .homepage-section--text-over-image-wrapper .hero__text p:last-child, .homepage-section-image-with-text-block--wrapper .hero__text p:last-child, .homepage-sections-wrapper .title-bar h2 p:last-child {
    margin-bottom: 0;
}
.index-sections .homepage-section--text-and-image-wrapper .title-bar, .index-sections .shopify-section.homepage-section--newsletter-wrapper .title-bar {
    text-align: left;
}
:not(.testimonial-text)>blockquote {
    border-left: 4px solid var(--color-primary);
    font-size: 1.1em;
    font-style: italic;
    line-height: 1.45;
    margin: 30px 0;
    padding: 16px 0 16px 30px;
}
:not(.testimonial-text)>blockquote p {
    margin-bottom: 0;
}
.template-index a {
    text-decoration: none;
}
#shopify-product-reviews .spr-container {
    border: none;
    padding: 0;
}
@media only screen and (min-width:992px) {
    #shopify-product-reviews {
    margin-top: 90px!important;
}
}.spr-header {
    text-align: center;
}
.spr-badge[data-rating="0.0"] {
    display: none;
}
.spr-form-title {
    letter-spacing: 1px;
    text-transform: var(--header-font-transform);
}
.spr-form-label {
    font-size: var(--body-font-size)!important;
}
.spr-form, .spr-review {
    border-color: var(--border-color-subtle)!important;
}
.spr-form-input-email, .spr-form-input-text, .spr-form-input-textarea {
    background: 0 0;
    border: 1px solid var(--border-color);
    color: var(--color-primary);
    padding: 15px;
}
.spr-form-input-email::placeholder, .spr-form-input-text::placeholder, .spr-form-input-textarea::placeholder {
    color: var(--color-primary);
}
.spr-review-header-byline {
    font-size: 90%!important;
    margin-top: 1rem!important;
    opacity: .6!important;
}
.spr-review-header-byline strong {
    font-weight: 400!important;
}
.spr-review-reportreview, .spr-summary-actions-newreview {
    color: var(--color-primary);
}
input.spr-button.spr-button-primary.button.button-primary.btn.btn-primary {
    background: var(--button-background-color)!important;
    border: 0!important;
    border-radius: 0!important;
    color: var(--button-text-color)!important;
    margin-bottom: 20px!important;
    margin-top: 20px!important;
    padding: 12px 30px!important;
}
input.spr-button.spr-button-primary.button.button-primary.btn.btn-primary:active, input.spr-button.spr-button-primary.button.button-primary.btn.btn-primary:focus, input.spr-button.spr-button-primary.button.button-primary.btn.btn-primary:hover {
    background: var(--button-background-hover-color-lighten)!important;
    box-shadow: none;
    color: var(--button-text-color)!important;
    outline: 1px auto -webkit-focus-ring-color;
}
.spr-badge .spr-badge-caption {
    font-size: 12px;
    margin-left: 3px;
}
.spr-summary {
    margin-top: 30px;
}
.spr-summary a {
    color: var(--link-color);
}
@media screen and (max-width:768px) {
    .spr-summary span {
    display: block;
}
}@media screen and (min-width:769px) {
    .spr-summary .spr-summary-caption, .spr-summary .spr-summary-starrating {
    float: left;
}
}@media screen and (max-width:576px) {
    .spr-header-title, .spr-summary {
    text-align: left!important;
}
}.product-description-main-wrapper .spr-badge {
    margin-bottom: 5px;
}
.product-description-header.reviews-enabled {
    margin-bottom: 10px;
}
@media (-ms-high-contrast:none) {
    #shopify-section-footer {
    display: inline-block;
    position: relative;
    width: 100%}
div#main {
    display: inline-block;
    flex: auto!important;
    float: left;
    width: 100%}
#slideout-overlay {
    display: none!important;
}
}.ie header {
    background-color: #0f0!important;
    height: 60px;
}
.ie #search-wrapper {
    display: block;
    height: 44px;
}
.alert {
    background-color: #fcf8e3;
    border: 1px solid #fbeed5;
    border-radius: 4px 4px 4px 4px;
    color: #c09853;
    margin-bottom: 18px;
    padding: 10px;
    text-align: center;
    text-shadow: 0 1px 0 hsla(0, 0%, 100%, .5);
}
.alert-danger, .alert-error {
    background-color: #f2dede;
    border-color: #eed3d7;
    color: #b94a48!important;
}
.alert-success {
    background-color: #dff0d8;
    border-color: #d6e9c6;
    color: #468847;
}
.alert-info {
    background-color: #d9edf7;
    border-color: #bce8f1;
    color: #3a87ad;
}
.alert-error h5, .alert-error strong {
    color: #b94a48;
}
.page-alert {
    bottom: 1em;
    left: 50%;
    margin: 0 auto;
    position: fixed;
    text-align: center;
    transform: translatex(-50%);
    z-index: 100;
}
.page-alert>* {
    background-color: #000;
    color: #fff;
    margin: 0 auto;
    padding: 1em;
}
.page-alert ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.lds-dual-ring {
    display: inline-block;
    margin: -15px -30px;
}
.lds-dual-ring:after {
    animation: lds-dual-ring 1.2s linear infinite;
    border: 3px solid #000;
    border-color: var(--button-background-color) transparent var(--button-background-color) transparent;
    border-radius: 50%;
    content: " ";
    display: block;
    height: 28px;
    margin: 6px;
    width: 28px;
}
@keyframes lds-dual-ring {
    0% {
    transform: rotate(0);
}
to {
    transform: rotate(1turn);
}
}.newsletter-spinner.lds-dual-ring:after {
    border-color: var(--footer-text) transparent var(--footer-text) transparent;
}
.page-title--contact-us .newsletter-spinner.lds-dual-ring {
    margin-top: 5px;
}
.cart-button-checkout-spinner.lds-dual-ring:after {
    border-color: var(--button-text-color) transparent var(--button-text-color) transparent;
    border-radius: 50%;
    height: 20px;
    margin: 10px;
    width: 20px;
}
.article-image, .sidebar-custom-image {
    position: relative;
    text-align: center;
}
.article-image a:after, .sidebar-custom-image a:after {
    background-color: rgba(51, 51, 51, .5);
    content: "";
    display: block;
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: opacity .2s ease-in-out 0s;
    width: 100%}
.article-image a:focus:after, .article-image a:hover:after, .sidebar-custom-image a:focus:after, .sidebar-custom-image a:hover:after {
    opacity: 1;
    transition: opacity .6s cubic-bezier(0, .01, 0, .99) 0s;
}
.article-image img {
    display: inline-block;
}
.article-image-header {
    margin-top: 20px;
}
.blog-title--divider {
    background-color: var(--color-primary);
    display: inline-block;
    height: 1px;
    margin: 10px 0 5px;
    position: relative;
    vertical-align: middle;
    width: 36px;
}
.blog-title-wrapper h1, .blog-title-wrapper h2 {
    margin-top: 20px;
}
.blog-title-wrapper h3 a {
    transition: opacity .2s ease-in-out;
    -webkit-transition: opacity .2s ease-in-out;
    -o-transition: opacity .2s ease-in-out;
}
.blog-title-wrapper h3 a:focus, .blog-title-wrapper h3 a:hover {
    opacity: .5;
    text-decoration: underline;
}
.blog-sidebar--section h2 {
    font-size: var(--body-font-size);
    font-weight: 500;
    letter-spacing: 1.5px;
    line-height: 20px;
    margin-bottom: 20px;
    text-transform: var(--header-font-transform);
}
#blog-sidebar img {
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
}
#blog-sidebar .blog-sidebar--latest-articles img {
    margin-bottom: 0;
}
#blog-sidebar ul {
    padding-left: 0;
}
#blog-sidebar ul li {
    list-style: none;
}
.blog-sidebar--section {
    margin-bottom: 50px;
}
.blog-sidebar--description {
    line-height: 150%;
    margin: 20px 0;
}
.blog-sidebar--description a {
    color: var(--color-primary);
    transition: opacity .2s ease-in-out;
    -webkit-transition: opacity .2s ease-in-out;
    -o-transition: opacity .2s ease-in-out;
}
.blog-sidebar--description a:focus, .blog-sidebar--description a:hover {
    opacity: .6;
    text-decoration: none;
}
.blog-sidebar--categories li, .blog-sidebar--latest-articles li {
    border-bottom: 1px solid var(--border-color-subtle);
    margin: 0;
    padding: 12px 0;
}
.blog-sidebar--categories li>*, .blog-sidebar--latest-articles li>* {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%}
.blog-sidebar--categories h4, .blog-sidebar--categories p, .blog-sidebar--latest-articles h4, .blog-sidebar--latest-articles p {
    margin-bottom: 0;
}
.blog-sidebar--categories a, .blog-sidebar--categories a>*, .blog-sidebar--latest-articles a, .blog-sidebar--latest-articles a>* {
    color: var(--color-primary);
    transition: opacity .2s ease-in-out;
    -webkit-transition: opacity .2s ease-in-out;
    -o-transition: opacity .2s ease-in-out;
}
.blog-sidebar--categories a:focus, .blog-sidebar--categories a:hover, .blog-sidebar--categories a>:focus, .blog-sidebar--categories a>:hover, .blog-sidebar--latest-articles a:focus, .blog-sidebar--latest-articles a:hover, .blog-sidebar--latest-articles a>:focus, .blog-sidebar--latest-articles a>:hover {
    opacity: .6;
    text-decoration: none;
}
.blog-sidebar--categories li:last-child, .blog-sidebar--latest-articles a:last-child li {
    border-bottom: none;
}
@media screen and (min-width:769px) {
    .blog-sidebar--article-image {
    padding-left: 0;
}
}.blog-sidebar--latest-articles time {
    font-size: 12px;
    opacity: .6;
}
@media only screen and (max-width:767px) {
    .blog-sidebar--latest-articles .blog-sidebar--info {
    padding-top: 15px;
    text-align: center;
}
}.breadcrumb {
    background: 0 0;
    font-size: 12px;
    margin: 0 0 20px;
    padding: 0 0 10px;
}
.breadcrumb span {
    color: var(--color-primary);
    display: inline;
    font-size: 12px;
    margin-bottom: 0;
    padding-left: 0;
}
.breadcrumb a, .breadcrumb span:not(:last-of-type) {
    padding-right: 5px;
}
#slideout-overlay {
    background-color: #000;
    bottom: 0;
    display: none;
    left: 0;
    opacity: .6;
    position: absolute;
    right: 0;
    top: 0;
    top: 0!important;
    z-index: 1000001;
}
.envy-shopping-right {
    background: var(--page-background);
    display: flex;
    flex-direction: column;
    padding-top: 15px;
    text-align: center;
}
.envy-shopping-right .order-discount--cart-list {
    margin-bottom: 10px;
}
.envy-shopping-right .order-discount--cart-list .order-discount--cart-title {
    margin-left: 10px;
}
.envy-shopping-right .cart-close-icon {
    color: var(--color-primary);
}
.envy-shopping-right span.h3 {
    border-bottom: 1px solid #ebebeb;
    color: #000;
    margin-left: 20px;
    margin-right: 20px;
    opacity: 0;
    padding-bottom: 20px;
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
}
.envy-shopping-right .cart-empty-box {
    margin-top: 50px;
}
.envy-shopping-right .ajax-cart--bottom-wrapper, .envy-shopping-right .cart-empty-box, .envy-shopping-right .cart-items {
    opacity: 0;
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
}
.envy-shopping-right .ajax-cart--bottom-wrapper .btn:focus, .envy-shopping-right .cart-empty-box .btn:focus, .envy-shopping-right .cart-items .btn:focus {
    background: var(--button-background-hover-color);
    box-shadow: none;
    color: var(--button-text-color);
    outline: 1px auto -webkit-focus-ring-color;
}
.envy-shopping-right .ajax-cart--bottom-wrapper textarea:focus, .envy-shopping-right .cart-empty-box textarea:focus, .envy-shopping-right .cart-items textarea:focus {
    box-shadow: none;
    outline: 1px auto -webkit-focus-ring-color;
}
.slideout-panel {
    position: relative;
    z-index: 1;
}
.cart-drawer-right.slideout-panel-hidden, .slideout-panel-hidden {
    display: none;
}
.slideout-open body {
    overflow-x: hidden;
}
.slideout-open .envy-shopping-right span.h3 {
    opacity: 1;
    transform: translateY(0);
    transition: opacity 1s cubic-bezier(.25, .75, .25, 1) .2s, -webkit-transform 1s cubic-bezier(.25, .75, .25, 1) .1s;
    transition: transform 1s cubic-bezier(.25, .75, .25, 1) .1s, opacity 1s cubic-bezier(.25, .75, .25, 1) .2s, -webkit-transform 1s cubic-bezier(.25, .75, .25, 1) .1s;
}
.slideout-open .envy-shopping-right .cart-empty-box, .slideout-open .envy-shopping-right .cart-items {
    opacity: 1;
    transform: translateY(0);
    transition: opacity 1s cubic-bezier(.25, .75, .25, 1) .4s, -webkit-transform 1s cubic-bezier(.25, .75, .25, 1) .2s;
    transition: transform 1s cubic-bezier(.25, .75, .25, 1) .2s, opacity 1s cubic-bezier(.25, .75, .25, 1) .4s, -webkit-transform 1s cubic-bezier(.25, .75, .25, 1) .2s;
}
.slideout-open .envy-shopping-right .ajax-cart--bottom-wrapper {
    opacity: 1;
    transform: translateY(0);
    transition: opacity 1s cubic-bezier(.25, .75, .25, 1) .6s, -webkit-transform 1s cubic-bezier(.25, .75, .25, 1) .5s;
    transition: transform 1s cubic-bezier(.25, .75, .25, 1) .5s, opacity 1s cubic-bezier(.25, .75, .25, 1) .6s, -webkit-transform 1s cubic-bezier(.25, .75, .25, 1) .5s;
}
.cart-drawer__top {
    align-items: center;
    display: flex;
    justify-content: space-between;
}
.cart-drawer__top h3 {
    flex-basis: auto;
    margin-bottom: 0;
}
.cart-drawer__top .cart-menu-close {
    display: flex;
    justify-content: flex-end;
}
.cart-drawer__top .cart-menu-close svg {
    margin-right: 15px;
}
.cart-drawer__top>* {
    flex: 1;
}
.ajax-cart--bottom-wrapper {
    border-top: 1px solid var(--border-color-subtle);
    padding-top: 15px;
}
.ajax-cart--bottom-wrapper .additional-checkout-buttons {
    margin: 0 auto;
}
.ajax-cart--bottom-wrapper h4 {
    margin: 0;
}
.ajax-cart--checkout-add-note, .ajax-cart--terms-conditions {
    margin: 15px 30px 0;
}
.ajax-cart--checkout-add-note {
    margin-bottom: 10px;
}
.ajax-cart--terms-conditions label {
    font-weight: 400;
}
.ajax-cart--terms-conditions label a {
    text-decoration: underline;
}
.ajax-cart--cart-original-price h5 {
    margin-bottom: 0;
}
.cart-price-text {
    display: block;
}
.cart-total-price {
    font-size: 30px;
}
.cart-drawer-form .order-discount--item .order-discount--cart-title {
    float: right;
}
.cart-item-original-total-price {
    font-size: 18px;
    text-decoration: line-through;
}
.cart-item {
    display: flex;
    padding-bottom: 15px;
}
.cart-items {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    flex-shrink: 1;
    overflow-y: auto;
    padding: 15px 30px;
}
.cart-items .cart-item-image--wrapper {
    padding-right: 20px;
    width: 33.333333%}
.cart-items .cart-item-image--wrapper img {
    width: 100%}
.cart-items .cart-item-details--wrapper {
    text-align: left;
    width: 66.666666%}
.cart-items .cart-item-details--wrapper .cart-item-details--product-title-wrapper {
    display: inline-block;
    margin-bottom: 10px;
}
.cart-items .cart-item-details--wrapper .cart-item-product-title {
    color: var(--color-primary);
    display: inline-block;
    width: 100%}
.cart-items .cart-item-details--wrapper .cart-item-product-title:hover {
    color: var(--color-primary);
}
.cart-items .cart-item-details--wrapper .cart-item-variant-title {
    color: var(--color-primary);
    display: inline-block;
    font-size: 12px;
    opacity: .6;
    width: 100%}
.cart-items .cart-item-details--wrapper .cart-item-variant-title:hover {
    color: var(--color-primary);
}
.cart-items .cart-item-details--wrapper .cart-item--quantity-remove-wrapper {
    display: flex;
    justify-content: space-between;
}
.cart-items .cart-item-details--wrapper button {
    background: 0 0;
    border: none;
    color: var(--color-primary);
    font-size: 15px;
    height: 30px;
    outline: 0;
    width: 28%}
@media screen and (max-width:768px) {
    .cart-items .cart-item-details--wrapper button {
    width: 30%}
}.cart-items .cart-item-details--wrapper #cart-item-remove-button {
    display: inline-block;
    font-size: 12px;
    text-decoration: underline;
    width: 100%}
.cart-items .cart-item-details--wrapper #cart-item-remove-button:focus, .cart-items .cart-item-details--wrapper #cart-item-remove-button:hover {
    color: var(--button-background-hover-color);
    text-decoration: none;
}
.cart-items .cart-item-details--wrapper #cart-item-remove-button:focus {
    outline: 1px auto -webkit-focus-ring-color;
}
.cart-items .cart-item-details--wrapper .cart-item--quantity-wrapper {
    border: 1px solid var(--border-color);
    display: flex;
    float: left;
    justify-content: space-between;
    width: 100px;
}
.cart-items .cart-item-details--wrapper .cart-item--quantity-wrapper button:focus {
    box-shadow: none;
    outline: 1px auto -webkit-focus-ring-color;
}
.cart-items .cart-item-details--wrapper .cart-item-quantity {
    background: 0 0;
    border: none;
    font-size: var(--body-font-size);
    height: 30px;
    outline: 0;
    text-align: center;
    width: 28%}
@media screen and (max-width:768px) {
    .cart-items .cart-item-details--wrapper .cart-item-quantity {
    width: 31.8%}
}.cart-items .cart-item-details--wrapper .cart-item-quantity-active {
    opacity: .5;
}
.cart-items .cart-item-details--wrapper .cart-item-price-wrapper {
    margin-bottom: 10px;
}
@media screen and (max-width:768px) {
    .cart-items .cart-item-details--wrapper .cart-item-price-wrapper {
    text-align: left;
}
}.cart-items .cart-item-details--wrapper .cart-item-price-original {
    font-size: 12px;
    opacity: .6;
    text-decoration: line-through;
}
.cart-items .cart-item-details--wrapper .cart-item-price-per-unit {
    font-size: 90%;
    font-style: italic;
}
.slide-checkout-buttons .btn-default {
    margin-top: 0;
}
.slide-checkout-buttons {
    margin: 15px 30px;
}
.slide-checkout-buttons .btn {
    width: 100%}
.slide-checkout-buttons .cart-menu-close {
    margin: 10px auto 26px;
}
#checkout-buttons {
    margin-top: 30px;
    text-align: right;
}
.terms-conditions p {
    text-align: center;
}
@media only screen and (min-width:768px) {
    .terms-conditions p {
    text-align: right;
}
}.terms-conditions label {
    font-weight: 400;
}
.terms-conditions a {
    text-decoration: underline;
}
.terms-conditions input[type=checkbox] {
    top: 0;
}
.order-discount--item, .order_summary .order-discount--title {
    color: var(--sale-color);
}
.cart--order-discount-wrapper {
    color: var(--sale-color);
    text-align: right;
}
.cart--order-discount-wrapper .order-discount--cart-title {
    display: inline-block;
    margin-right: 20px;
}
.cart--order-discount-wrapper .order-discount {
    display: inline-block;
    font-size: 24px;
    min-width: 150px;
}
.cart-drawer-form .cart--order-discount-wrapper .order-discount--cart-title {
    display: block;
    text-align: center;
}
.cart-drawer-form .cart--order-discount-wrapper .order-discount {
    display: block;
    font-size: 24px;
    text-align: center;
}
.order-discount {
    color: var(--sale-color);
}
.order-discount--cart-list {
    padding-left: 0;
}
.order-discount--cart-list li {
    background: var(--sale-color-faint);
    color: var(--sale-color);
    font-size: 12px;
    list-style-type: none;
    padding: 6px 12px;
}
.order-discount--cart-title:before {
    content: "("}
.order-discount--cart-title:after {
    content: ")"}
.cart-item-quantity-active {
    opacity: .5;
}
.cart__price-unit-price {
    display: block;
    font-size: 12px;
}
#shopify-section-template--cart #note, .ajax-cart--checkout-add-note textarea {
    background: 0 0;
    border-color: var(--border-color);
    border-radius: 0;
    color: var(--color-primary);
}
#shopify-section-template--cart #note:focus, .ajax-cart--checkout-add-note textarea:focus {
    background-color: transparent;
}
.localization-selector-form {
    display: flex;
    flex-wrap: wrap;
}
.localization-selector-form .localization-selector {
    margin-right: 15px;
}
.localization-selector-form .localization-selector:last-of-type {
    margin-right: 0;
}
.localization-selector-form .wetheme-dropdown__wrapper {
    margin-bottom: 0;
}
.localization-selector-form .wetheme-dropdown__wrapper button {
    font-size: 12px;
    transition: all .2s ease-in-out;
}
.localization-selector-form .wetheme-dropdown__wrapper button:after {
    transition: all .2s ease-in-out;
}
.localization-selector-form .wetheme-dropdown__wrapper ul {
    left: auto!important;
    min-width: 100%;
    right: auto;
    white-space: nowrap;
    width: auto!important;
}
.localization-selector-form .wetheme-dropdown__wrapper ul li>span {
    font-size: 12px;
}
.footer-localization-selectors .localization-selector-form .wetheme-dropdown__wrapper ul, .localization-selectors--right .localization-selector-form .wetheme-dropdown__wrapper ul {
    right: 0;
}
.footer-localization-selectors .localization-selector-form .wetheme-dropdown__wrapper ul {
    bottom: 100%;
    max-height: 50vh!important;
    top: auto!important;
}
.footer-localization-selectors .localization-selector-form, .localization-selectors--right .localization-selector-form {
    justify-content: flex-end;
}
.footer-localization-selectors .localization-selector-form .localization-selector, .localization-selectors--right .localization-selector-form .localization-selector {
    margin: 0 0 15px 15px;
}
.localization-selectors--left .localization-selector-form .localization-selector {
    margin-right: 15px;
}
@media only screen and (max-width:991px) {
    .footer-localization-selectors .localization-selector-form, .localization-selector-form {
    justify-content: center;
}
.localization-selector-form .wetheme-dropdown__wrapper ul {
    right: auto!important;
}
.localization-selectors--left .localization-selector-form .localization-selector {
    margin: 0 15px 0 0;
}
.localization-selectors--left .localization-selector-form .localization-selector:last-of-type {
    margin-right: 0;
}
}@media only screen and (max-width:767px) {
    .wetheme-dropdown__wrapper ul li: hover {
    background-color: inherit;
}
}.main-icons-with-locale #main-icons--wrapper {
    margin: 0 0 0 10px;
}
@media screen and (max-width:991px) {
    .main-icons-with-locale #main-icons--wrapper {
    margin-left: 0;
    margin-top: 15px;
}
.logo-placement-below-header #main-icons--wrapper {
    margin: 0 0 15px;
}
}.width-measure {
    left: -100vw;
    position: absolute;
    top: -100vh;
    visibility: hidden;
}
.slideout-menu.mobile-menu--wrapper {
    width: 300px;
}
.slideout-menu.envy-shopping-right {
    left: auto;
    width: 300px;
}
@media screen and (min-width:768px) {
    .slideout-menu.envy-shopping-right {
    width: 400px;
}
}.wetheme-dropdown .wetheme-dropdown__wrapper {
    position: relative;
}
.wetheme-dropdown button {
    background: 0 0;
    border: 1px solid var(--border-color);
    padding: 13px 35px 13px 13px;
    position: relative;
    text-align: left;
    white-space: nowrap;
}
.wetheme-dropdown button span {
    display: block;
    overflow: hidden;
    width: 100%}
.wetheme-dropdown button:after {
    border-color: var(--color-primary);
    border-style: solid;
    border-width: 0 1px 1px 0;
    content: "";
    display: inline-block;
    padding: 3px;
    position: absolute;
    right: 15px;
    top: 18px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.wetheme-dropdown ul {
    background-color: var(--page-background);
    border: 1px solid var(--border-color);
    color: var(--color-primary);
    display: flex;
    flex-direction: column;
    left: 0;
    list-style: none;
    margin: 0;
    max-height: 50vh;
    min-width: 100%;
    overflow-x: auto;
    padding: 0;
    position: absolute;
    right: 0;
    text-align: left;
    top: 100%;
    white-space: nowrap;
    z-index: 3;
}
.wetheme-dropdown ul li {
    cursor: pointer;
    font-family: inherit;
    font-weight: inherit;
    margin: 0;
    padding: 10px 10px 12px;
}
.wetheme-dropdown ul li.selected, .wetheme-dropdown ul li:hover {
    background-color: var(--border-color-subtle);
}
.wetheme-dropdown.wetheme-dropdown--up ul {
    bottom: 100%;
    top: auto;
}
.wetheme-dropdown.fit-parent, .wetheme-dropdown.fit-parent button {
    width: 100%}
.wetheme-dropdown.fit-current {
    display: inline-block;
}
.wetheme-dropdown.fit-current ul {
    right: auto;
}
.wetheme-dropdown.fit-longest {
    display: inline-block;
}
.wetheme-dropdown-fade-enter-active, .wetheme-dropdown-fade-leave-active {
    transition: all .2s ease-in-out;
}
.wetheme-dropdown-fade-enter, .wetheme-dropdown-fade-leave-to {
    opacity: 0;
}
.wetheme-dropdown__wrapper button span {
    color: var(--color-primary);
}
.feather {
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
    fill: none;
    height: 24px;
    width: 24px;
}
.main-navigation-wrapper-inner .feather {
    height: 16px;
    min-width: 16px;
    width: 16px;
}
.no-js:not(html) {
    display: none;
}
.no-js .no-js:not(html) {
    display: block;
}
.no-js .js {
    display: none;
}
.lazyload-crop-center {
    font-family: "object-fit: cover,  object-position: center";
    object-fit: cover;
    object-position: center;
}
.lazyload-crop-top {
    font-family: "object-fit: cover,  object-position: top";
    object-fit: cover;
    object-position: top;
}
.lazyload-crop-bottom {
    font-family: "object-fit: cover,  object-position: bottom";
    object-fit: cover;
    object-position: bottom;
}
.lazyload-crop-left {
    font-family: "object-fit: cover,  object-position: left";
    object-fit: cover;
    object-position: left;
}
.lazyload-crop-right {
    font-family: "object-fit: cover,  object-position: right";
    object-fit: cover;
    object-position: right;
}
.no-js noscript+img.lazyload {
    display: none!important;
}
.lazyload[data-blur=true], .ls-blur-up-img {
    filter: blur(10px);
    opacity: 0;
}
.ls-blur-up-img {
    display: block;
    font-family: "object-fit: contain,  object-position: center";
    height: 100%;
    left: 0;
    object-fit: contain;
    object-position: center;
    position: absolute!important;
    top: 0;
    transition: opacity .8s, filter .4s;
    width: 100%}
.ls-blur-up-img.product-main-image {
    transition: opacity .2s, filter .1s;
}
.lazyload-blur-wrapper-center .ls-blur-up-img {
    left: 50%;
    transform: translateX(-50%);
}
.ls-blur-up-img.ls-inview.ls-original-loaded {
    filter: blur(0);
    opacity: 0;
}
img[data-sizes=auto] {
    display: block;
    width: 100%}
.mobile-menu {
    background-color: var(--mobile-menu-background);
    display: inline-block;
    height: 100%;
    overflow-y: auto;
    position: absolute;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    transition: transform .6s cubic-bezier(.445, .05, .55, .95);
    width: 100%;
    z-index: 2;
}
.mobile-menu .sm-icons li a {
    color: var(--mobile-menu-text);
    width: auto;
}
.mobile-menu .sm-icons li a:hover {
    opacity: .6;
}
.mobile-menu-close {
    background-color: var(--mobile-menu-background);
    display: flex;
    justify-content: flex-end;
    text-align: right;
    width: 100%}
.mobile-menu-close>a {
    align-items: center;
    display: flex;
    height: 55px;
    justify-content: center;
    width: 55px;
}
.mobile-menu-close>a svg {
    stroke: var(--mobile-menu-text);
}
.search-disabled .mobile-menu-close {
    border-bottom: 1px solid #ebebeb;
    color: var(--mobile-menu-text);
    display: block;
    padding: 22px 11px 11px;
    position: relative;
    right: 0;
    text-align: right;
    top: 0;
}
.mobile-menu--wrapper .mobile-menu-right {
    border-left: 1px solid var(--mobile-menu-border-color);
    bottom: 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 50px;
}
.mobile-menu--wrapper .mobile-menu-back {
    display: flex;
}
.mobile-menu--wrapper .mobile-menu-back i {
    position: relative;
    top: 4px;
}
.mobile-menu--wrapper .mobile-menu-title {
    flex-grow: 1;
    padding-right: 24px;
    text-align: center;
}
.mobile-menu--wrapper ul {
    margin: 0;
    padding: 0;
}
.mobile-menu--wrapper ul li:not([class^=sm-]) {
    border-bottom: 1px solid var(--mobile-menu-border-color);
    list-style-type: none;
    position: relative;
}
.mobile-menu--wrapper ul li:not([class^=sm-]) a, .mobile-menu--wrapper ul li:not([class^=sm-]) button {
    background: 0 0;
    border: none;
    color: var(--mobile-menu-text);
    display: inline-block;
    padding: 5%;
    text-align: left;
    width: 100%}
.mobile-menu--wrapper ul li:not([class^=sm-]) a svg, .mobile-menu--wrapper ul li:not([class^=sm-]) button svg {
    float: right;
}
.mobile-menu--wrapper ul li:not([class^=sm-]) a .mobile-menu-right, .mobile-menu--wrapper ul li:not([class^=sm-]) button .mobile-menu-right {
    padding: 13px;
}
.mobile-menu--wrapper ul li:not([class^=sm-]) a:hover, .mobile-menu--wrapper ul li:not([class^=sm-]) button:hover {
    text-decoration: none;
}
.mobile-menu--wrapper ul li:not([class^=sm-]) a {
    word-break: break-word;
}
.mobile-menu-link {
    letter-spacing: var(--mobile-menu-link-letter-spacing);
    text-transform: var(--mobile-menu-link-transform);
}
.mobile-menu-link__has-submenu .mobile-menu-link__text {
    max-width: calc(100% - 55px);
}
.mobile-menu--child-links a {
    margin-left: 20px;
    opacity: .5;
}
.mobile-menu-child {
    z-index: 3;
}
.mobile-menu-grandchild {
    z-index: 4;
}
.mobile-menu-main {
    -ms-overflow-style: none;
    overflow-y: scroll;
    scrollbar-width: none;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}
.mobile-menu-main::-webkit-scrollbar {
    height: 0;
    width: 0;
}
.mobile-menu-hidden {
    overflow-y: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
}
.search-disabled .menu-close-icon {
    border-bottom: 1px solid #ebebeb;
    color: var(--mobile-menu-text);
    display: block;
    padding: 22px 11px 11px;
    position: relative;
    right: 0;
    text-align: right;
    top: 0;
}
.mobile-menu-main .cart-close-icon {
    color: var(--mobile-menu-text);
    font-size: 20px;
    position: absolute;
    right: 12px;
    top: 5px;
    z-index: 2;
}
.mobile-menu-child .mobile-menu-close, .mobile-menu-grandchild .mobile-menu-close {
    color: var(--mobile-menu-text);
    font-size: 20px;
    position: absolute;
    right: 12px;
    top: 10px;
    z-index: 2;
}
.mobile-menu--wrapper .mobile-menu-child svg.feather.feather-chevron-left, .mobile-menu--wrapper .mobile-menu-grandchild svg.feather.feather-chevron-left {
    float: left;
}
.mobile-menu-sub.mobile-menu-right.mobile-menu-link {
    width: 55px!important;
}
#newsletter-wrapper {
    align-items: center;
    color: var(--header-text);
    display: flex;
    justify-content: center;
    padding: 7px 0;
}
#newsletter_text {
    border: 0;
    display: inline-block;
    font-size: 16px;
    margin-bottom: 0;
    padding: 13px;
}
@media only screen and (min-width:768px) {
    #newsletter_text {
    width: 100%}
}#newsletter_submit {
    align-items: center;
    background: 0 0;
    border: 0;
    cursor: pointer;
    display: inline-block;
    display: flex;
    justify-content: center;
    margin-bottom: 0;
    transition: opacity .2s ease-in-out;
    -webkit-transition: opacity .2s ease-in-out;
    -o-transition: opacity .2s ease-in-out;
}
#newsletter_submit:hover {
    opacity: .6;
}
.pagination {
    margin: 16px 0;
}
.page-item a, .page-item span {
    border: none;
}
.page-item.active .page-link, .page-item:not(.disabled):not(.active):hover {
    background-color: var(--border-color-subtle);
}
.page-item.active .page-link {
    color: var(--color-primary);
}
.page-item.disabled .page-link {
    background-color: transparent;
    color: var(--disabled-color-primary);
}
.page-link, .page-link:active, .page-link:hover, .page-link:visited {
    background: 0 0;
    color: var(--color-primary);
}
.page-link:focus {
    outline: 1px auto -webkit-focus-ring-color;
}
.popup--outer {
    bottom: 30px;
    position: fixed;
    right: 30px;
    top: inherit!important;
    -webkit-transform: translateY(120%);
    transform: translateY(120%);
    transition: .4s ease-in-out;
    visibility: hidden;
    width: 600px;
    z-index: 1000000;
}
@media screen and (max-width:768px) {
    .popup--outer {
    bottom: 0;
    right: 0;
    width: 100%}
}.popup--outer.visible {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    visibility: visible;
}
.popup-container {
    background: var(--pop-up-background);
}
@media screen and (max-width:768px) {
    .popup-container {
    bottom: 0;
    max-height: 88vh;
    right: 0;
    width: 100%}
}.popup-container .popup--inner {
    color: var(--pop-up-text);
    position: relative;
}
.popup-container .popup--inner>div:not(:last-of-type) {
    margin: 0 auto 15px;
}
.popup-container .popup--inner-flex {
    align-items: center;
    display: flex;
    width: 100%}
@media screen and (min-width:769px) {
    .popup-container .popup--inner-flex {
    min-height: 300px;
}
}.popup-container .popup--image {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    width: 50%}
@media screen and (max-width:768px) {
    .popup-container .popup--image {
    display: none;
}
}.popup-container .popup__text-wrapper--has-image {
    padding: 30px;
    width: 100%}
@media screen and (min-width:769px) {
    .popup-container .popup__text-wrapper--has-image {
    width: 50%}
}.popup-container .popup__text-wrapper--no-image {
    padding: 30px;
    width: 100%}
.popup-container .contact-form {
    text-align: center;
}
.popup-container .popup__newsletter-form {
    margin-left: 20px;
}
.popup-container #newsletter-wrapper {
    margin-left: auto;
    margin-right: auto;
    max-width: 200px;
}
.popup-container #newsletter_text {
    background: 0 0;
    border: 1px solid var(--pop-up-text);
    border-radius: 0;
    color: var(--pop-up-text);
    min-width: 200px;
}
.popup-container #newsletter_text::placeholder {
    color: var(--pop-up-text);
}
.popup-container #newsletter_submit {
    border-left: none;
    color: var(--pop-up-text);
    min-height: 37px;
    transition: all .2s ease-in-out;
}
.popup-container #newsletter_submit, .popup-container #newsletter_submit a {
    color: var(--pop-up-text);
}
.popup-container #newsletter_submit a svg, .popup-container #newsletter_submit svg {
    stroke: var(--pop-up-text);
}
.popup-container #newsletter_submit:hover {
    opacity: .6;
}
.popup-container .popup--header-text, .popup-container .popup--main-text {
    max-width: 500px;
    text-align: center;
}
.popup-container .popup--main-text {
    display: block;
}
.popup-container .popup--close-btn {
    align-items: center;
    background-color: var(--pop-up-background);
    cursor: pointer;
    display: block;
    display: flex;
    height: 44px;
    justify-content: center;
    opacity: 1;
    position: absolute;
    right: 0;
    top: 0;
    transition: opacity .2s ease-in-out;
    width: 44px;
    z-index: 1;
}
.hide .popup-container .popup--close-btn {
    opacity: 0;
}
.popup-container .popup--close-btn svg {
    stroke: var(--pop-up-text);
    transition: all .2s ease-in-out;
}
.popup-container .popup--close-btn svg:hover {
    opacity: .6;
}
@media only screen and (min-width:768px) and (max-width:991px) {
    form#search {
    text-align: left;
}
}@media only screen and (max-width:767px) {
    form#search {
    text-align: center;
}
}#main #search-page-form {
    color: var(--color-primary);
    display: inline-block;
    text-align: center;
    width: 100%}
#main #search-page-form #search_text {
    background: 0 0;
    border: 1px solid var(--border-color);
    height: 61px;
    margin: 30px 0 50px;
    padding: 5px 15px;
    width: 250px;
}
@media only screen and (min-width:768px) {
    #main #search-page-form #search_text {
    width: 300px;
}
}#search_submit {
    background: 0 0;
    border: 0;
    cursor: pointer;
}
.sticky-header-wrapper .sticky-header-search {
    background-color: var(--sticky-header-background);
    color: var(--sticky-header-text);
    overflow: hidden;
    padding-left: 15px;
    position: absolute;
    right: 0;
    top: 0;
    transform: translateY(-200%);
    transition: all .2s ease-in-out;
    width: 33%}
.sticky-header-wrapper .sticky-header-search #search-page-form {
    display: block;
}
.sticky-header-wrapper .sticky-header-search #search_submit {
    padding: 0;
}
.sticky-header-wrapper .sticky-header-search.expanded {
    background: var(--header-background);
    transform: translateY(0);
}
.sticky-header-wrapper:not(.sticky) .sticky-header-search.expanded {
    transform: translateY(-100%);
}
#top-search-wrapper {
    -ms-overflow-style: none;
    overflow: auto;
    position: fixed;
    scrollbar-width: none;
    top: 0;
    z-index: 3;
}
#top-search-wrapper::-webkit-scrollbar {
    background: 0 0;
    width: 0;
}
#top-search-wrapper a {
    color: var(--header-text);
}
#top-search-wrapper a:focus {
    outline: 1px auto -webkit-focus-ring-color!important;
}
#top-search-wrapper #search_text {
    background: 0 0;
    border: 0;
    display: inline-block;
    font-size: 16px;
    height: 37px;
    margin-bottom: 0;
    padding: 10px;
    width: 100%}
#top-search-wrapper #search_text::placeholder {
    color: var(--header-text);
}
#top-search-wrapper #search_text:focus {
    outline: 0;
}
#top-search-wrapper svg {
    stroke: var(--header-text);
}
#top-search-wrapper #search-page-form, #top-search-wrapper #search-wrapper {
    height: 70px;
}
#top-search-wrapper #search-page-form {
    width: 100vw;
}
@media screen and (min-width:768px) {
    #top-search-wrapper #search-page-form {
    width: 50vw;
}
}@media screen and (min-width:992px) {
    #top-search-wrapper #search-page-form {
    width: 35vw;
}
}#top-search-wrapper.expanded {
    backdrop-filter: blur(1px);
    background: rgba(0, 0, 0, .5);
    height: 100vh;
    width: 100vw;
}
#top-search-wrapper.expanded .top-search {
    -ms-overflow-style: none;
    overflow: auto;
    scrollbar-width: none;
    transform: translateY(0);
}
#top-search-wrapper.expanded .top-search::-webkit-scrollbar {
    background: 0 0;
    width: 0;
}
#top-search-wrapper.expanded .search-results-panel {
    position: absolute;
    right: 0;
    top: 70px;
    transform: translateY(0);
}
.top-search {
    align-items: flex-end;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    transform: translateY(-100vh);
    transition: transform .5s ease-in-out;
    z-index: 1000;
}
.top-search #search-wrapper {
    align-items: center;
    background: var(--header-background);
    border-bottom: 1px solid var(--border-search);
    display: flex;
    padding: 15px;
}
@media screen and (min-width:768px) {
    .top-search #search-wrapper {
    padding: 20px;
}
}.top-search #search_submit, .top-search .search-show {
    align-items: center;
    display: flex;
}
.top-search a.search-show {
    margin-left: auto;
}
.top-search input {
    color: var(--header-text);
}
.top-search #search_text {
    background: 0 0;
    border: 0;
    display: inline-block;
    height: 37px;
    margin-bottom: 0;
    padding: 10px;
    width: 100%}
.top-search #search_text::placeholder {
    color: var(--header-text);
}
.top-search #search_text:focus {
    outline: 0;
}
.predictive-loading {
    background-color: transparent!important;
    background: var(--header-background);
    color: var(--header-text);
    padding: 30px;
    position: relative;
    text-align: center;
    top: 10%;
    width: 100%}
@media screen and (min-width:768px) {
    .predictive-loading {
    position: absolute;
    right: 0;
    top: 90px;
    width: 35vw;
}
}.search-results__meta {
    background: var(--header-background);
    text-align: center;
}
.search-results__meta.top {
    display: flex;
    justify-content: space-between;
    padding: 20px;
    position: relative;
}
@media screen and (min-width:768px) {
    .search-results__meta.top {
    padding: 10px 30px;
}
}.search-results__meta.bottom {
    padding: 20px;
}
.search-results__meta-clear:hover {
    cursor: pointer;
    opacity: .6;
}
.search-results__meta-clear:focus {
    opacity: .6;
    outline: 1px auto -webkit-focus-ring-color!important;
}
.search-summary {
    background: var(--header-background);
    text-align: center;
}
.search--result-group img {
    height: auto;
    margin-top: 5px;
    max-width: 100%}
.search--result-group h5 {
    -webkit-font-smoothing: antialiased;
    font-family: var(--body-font-stack);
    font-size: var(--body-font-size);
    font-style: var(--body-font-style);
    font-weight: var(--body-font-weight);
    line-height: 1.6;
    margin-bottom: 5px;
}
.search--result-group .search-vendor {
    font-size: 12px;
    margin-bottom: 5px;
}
.search-results-panel {
    background: var(--header-background);
    position: absolute;
    right: 0;
    transform: translateY(-150%);
    transition: transform .5s ease-in-out;
}
@media screen and (max-width:767px) {
    .search-results-panel {
    height: auto;
    max-height: calc(100vh - 70px);
    overflow-y: auto;
    width: 100%}
}@media screen and (min-width:768px) {
    .search-results-panel {
    width: 50vw;
}
}@media screen and (min-width:992px) {
    .search-results-panel {
    -ms-overflow-style: none;
    height: auto;
    max-height: calc(100vh - 70px);
    overflow: auto;
    scrollbar-width: none;
    width: 35vw;
}
.search-results-panel::-webkit-scrollbar {
    background: 0 0;
    width: 0;
}
}.search-results-panel .top .search-results__meta-view-all {
    position: relative;
    right: 0;
    text-align: right;
    top: 45px;
    z-index: 1;
}
@media screen and (max-width:767px) {
    .search-results-panel .top .search-results__meta-view-all {
    top: 55px;
}
}.search-results-panel .predictive-search-group {
    opacity: 0;
    padding: 15px 20px;
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
}
@media screen and (min-width:768px) {
    .search-results-panel .predictive-search-group {
    padding: 15px 30px;
}
}.search-results-panel .predictive-search-group h2 {
    padding: 0 0 10px;
}
.expanded .search-results-panel .predictive-search-group {
    opacity: 1;
    transform: translateY(0);
    transition: opacity 1s cubic-bezier(.25, .75, .25, 1) .5s, -webkit-transform 1s cubic-bezier(.25, .75, .25, 1) .4s;
    transition: transform 1s cubic-bezier(.25, .75, .25, 1) .2s, opacity 1s cubic-bezier(.25, .75, .25, 1) .5s, -webkit-transform 1s cubic-bezier(.25, .75, .25, 1) .2s;
}
.search-results-panel .search--result-group {
    padding: 20px 0;
}
.search-results-panel .search--result-group .col-4 {
    padding: 0 0 0 15px;
}
.mobile-search {
    display: block;
    padding: 15px 0;
}
.mobile-search #search-wrapper {
    font-size: var(--body-font-size);
    margin-left: 5%;
    text-align: left;
}
.mobile-search input {
    background: 0 0;
    border: 1px solid var(--mobile-menu-text);
    color: var(--mobile-menu-text);
    height: 60px;
    padding-left: 10px;
    width: 70%}
.sm-icons {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding-left: 0;
    white-space: nowrap;
}
@media screen and (max-width:991px) {
    header: not(.no-overflow) .sm-icons {
    justify-content: center;
}
}.top-bar-enabled .sm-icons {
    justify-content: flex-end;
}
.sm-icons svg {
    fill: currentColor;
    height: 1rem;
    width: 1rem;
}
.sm-icons li {
    list-style-type: none;
}
.sm-icons li a {
    display: inline-block;
    margin: 15px;
    text-decoration: none;
    -moz-transition: all .15s ease-in-out 0s;
    -webkit-transition: all .15s ease-in-out 0s;
    -o-transition: all .15s ease-in-out 0s;
    -ms-transition: all .15s ease-in-out 0s;
    transition: all .15s ease-in-out 0s;
}
.footer-block--wrapper .sm-icons li a {
    margin: 0 16px 10px 0;
}
.footer-block--wrapper .sm-icons li:last-of-type a {
    margin-right: 0;
}
.homepage-section-social-media {
    margin-top: 40px;
    padding: 0;
}
.homepage-section-social-media li {
    display: inline-block;
    list-style-type: none;
    padding: 0 10px 10px;
}
.homepage-section-social-media svg {
    height: 24px;
    width: 24px;
}
.homepage-section-social-media.homepage-section-social-media--color .sm-facebook svg {
    fill: #3a589a;
}
.homepage-section-social-media.homepage-section-social-media--color .sm-twitter svg {
    fill: #5ba8df;
}
.homepage-section-social-media.homepage-section-social-media--color .sm-instagram svg {
    fill: #e4405f;
}
.homepage-section-social-media.homepage-section-social-media--color .sm-youtube svg {
    fill: #e62c18;
}
.homepage-section-social-media.homepage-section-social-media--color .sm-vimeo svg {
    fill: #1ab7ea;
}
.homepage-section-social-media.homepage-section-social-media--color .sm-snapchat svg, .homepage-section-social-media.homepage-section-social-media--color .sm-tiktok svg {
    fill: #000;
}
.homepage-section-social-media.homepage-section-social-media--color .sm-pinterest svg {
    fill: #d31b26;
}
.homepage-section-social-media.homepage-section-social-media--color .sm-houzz svg {
    fill: #a3c359;
}
.homepage-section-social-media.homepage-section-social-media--color .sm-tumblr svg {
    fill: #32506d;
}
.homepage-section-social-media.homepage-section-social-media--color .sm-linkedin svg {
    fill: #007bb6;
}
.homepage-sections-wrapper--white .homepage-section-social-media--black-and-white svg {
    fill: var(--color-primary);
}
.homepage-sections-wrapper--light .homepage-section-social-media--black-and-white svg {
    fill: var(--color-scheme-light-text);
}
.homepage-sections-wrapper--accent .homepage-section-social-media--black-and-white svg {
    fill: var(--color-scheme-accent-text);
}
.homepage-sections-wrapper--dark .homepage-section-social-media--black-and-white svg {
    fill: var(--color-scheme-dark-text);
}
.footer-block--wrapper .sm-icons svg {
    fill: var(--footer-text);
}
.popup-container .sm-icons {
    margin: 0;
}
.popup-container .sm-icons a {
    color: var(--pop-up-text);
    margin-bottom: 0;
    margin-top: 15px;
}
.popup-container .sm-icons a:hover {
    opacity: .6;
}
.social-sharing {
    margin: 15px 0;
}
.social-sharing a {
    margin-right: 30px;
    text-decoration: none;
    vertical-align: middle;
}
.social-sharing a svg {
    transition: fill .2s ease-in-out;
    -webkit-transition: fill .2s ease-in-out;
    -o-transition: fill .2s ease-in-out;
}
.social-sharing a:focus svg, .social-sharing a:hover svg {
    fill: var(--active-link-color);
}
.social-sharing svg {
    fill: var(--link-color);
    max-width: 15px;
}
.social-sharing .share-title {
    vertical-align: bottom;
}
.social-sharing .share-twitter svg {
    margin-right: 2px;
}
.sticky-header-wrapper {
    background: var(--sticky-header-background);
    border-bottom: 1px solid var(--sticky-header-border);
    color: var(--sticky-header-text);
    display: none;
    flex-direction: column;
    left: 0;
    padding: 10px 0;
    position: fixed;
    right: 0;
    top: 0;
    transform: translateY(-100%);
    transition: transform .2s ease-in-out;
    z-index: 4;
}
.sticky-header-wrapper .nav>li.mega-menu .dropdown-menu {
    margin-top: -2px;
}
.sticky-header-wrapper .nav>li.mega-menu .dropdown-menu .mega-menu-block {
    background: var(--sticky-header-background);
    border-bottom: var(--sticky-header-border);
}
.sticky-header-wrapper .main-navigation-wrapper {
    border-top: none;
    position: static;
}
@media screen and (min-width:992px) {
    .sticky-header-wrapper .main-navigation-wrapper {
    align-items: center;
    display: flex;
    justify-content: center;
}
}.sticky-header-menu {
    flex-basis: auto;
    flex-shrink: 1;
}
.sticky-header-wrapper__inner {
    align-items: center;
    display: flex;
    flex-direction: row;
    position: relative;
    width: 100%}
@media screen and (min-width:768px) {
    .sticky-header-wrapper__inner {
    padding-bottom: 10px;
    padding-top: 10px;
}
}.sticky-header-icons, .sticky-header-logo, .sticky-header-menu, .sticky-header-placer {
    flex: 1;
    padding: 0 15px;
}
.sticky-header-icons, .sticky-header-logo, .sticky-header-placer {
    flex-shrink: 2;
    min-width: 190px;
}
.hide-placer {
    flex-shrink: unset;
    flex: unset;
    min-width: 0;
    padding: 0;
    width: 0;
}
.sticky-header-icons {
    justify-content: flex-end;
    text-align: right;
}
.sticky-header-icons .header--supporting-text {
    display: none;
}
.sticky-header-icons .sticky-header-icon {
    display: inline-block;
    margin-left: 20px;
}
.sticky-header-icons .sticky-header-icon a {
    color: var(--sticky-header-text);
    transition: all .2s ease-in-out;
}
.sticky-header-icons .sticky-header-icon a:hover {
    color: var(--sticky-header-text);
    opacity: .6;
}
.sticky-header-menu #main-navigation-wrapper {
    border-bottom: none;
}
.sticky-header-menu #main-navigation-wrapper .dropdown-menu {
    background-color: var(--sticky-header-background);
    border-color: var(--sticky-header-border);
}
.sticky-header-menu #main-navigation-wrapper li.dropdown .dropdown-envy-toggle .global-caret {
    border-color: var(--sticky-header-text-color);
}
.sticky-header-menu .main-navigation-wrapper-inner {
    margin-top: 5px;
    text-align: left;
}
@media screen and (min-width:992px) {
    .sticky-header-menu .main-navigation-wrapper-inner {
    margin-top: 0;
}
}.sticky-header-menu #main-navigation-wrapper .dropdown-menu a, .sticky-header-menu #main-navigation-wrapper a, .sticky-header-menu a, .template-index .envy--overlay-header .sticky-header-wrapper #main-navigation-wrapper .dropdown-menu a, .template-index .envy--overlay-header .sticky-header-wrapper #main-navigation-wrapper a {
    color: var(--sticky-header-text);
}
.sticky-header-wrapper.sticky {
    display: flex;
    transform: translateY(0);
}
.sticky .nav>li.mega-menu .dropdown-menu, .sticky-header-wrapper.sticky .nav>li.mega-menu .dropdown-menu {
    border-top: 1px solid var(--sticky-header-border);
}
.sticky .nav>li.mega-menu .dropdown-submenu {
    border-right: 1px solid var(--sticky-header-border);
}
.sticky .nav>li:first-of-type>a {
    padding-left: 25px;
}
.template-index .envy--overlay-header {
    background: 0 0;
    position: absolute;
    width: 100%}
@media screen and (max-width:768px) {
    .template-index .envy--overlay-header {
    width: 100%;
    z-index: 4;
}
}.template-index .envy--overlay-header .mobile-header-wrapper, .template-index .envy--overlay-header header#site-header {
    background: 0 0;
}
.template-index .envy--overlay-header .mobile-header-wrapper a, .template-index .envy--overlay-header header#site-header a {
    fill: var(--header-overlay-text);
    color: var(--header-overlay-text);
}
.template-index .envy--overlay-header .mobile-header-wrapper #site-title a, .template-index .envy--overlay-header header#site-header #site-title a {
    text-decoration: none;
}
.template-index .envy--overlay-header #main-navigation-wrapper, .template-index .envy--overlay-header header#site-header .navbar {
    background: 0 0;
    border: none;
}
.template-index .envy--overlay-header #main-navigation-wrapper a, .template-index .envy--overlay-header header#site-header .navbar a {
    color: var(--header-overlay-text);
}
.template-index .envy--overlay-header #main-navigation-wrapper .dropdown-menu a, .template-index .envy--overlay-header header#site-header .navbar .dropdown-menu a {
    color: var(--header-text);
}
.template-index .envy--overlay-header li.dropdown .dropdown-envy-toggle .global-caret {
    border-color: var(--header-overlay-text);
}
.template-index .envy--overlay-header .mobile-side-column a {
    color: var(--header-overlay-text);
}
.template-index .envy--overlay-header .mobile-side-column svg {
    stroke: var(--header-overlay-text);
}
.template-index .envy--overlay-header .localization-selector .select-wrapper:before, .template-index .envy--overlay-header .localization-selector input {
    background-color: transparent;
    color: var(--header-overlay-text);
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
}
.template-index .envy--overlay-header .localization-selector .caret {
    color: var(--header-overlay-text);
}
.sticky-mobile-header {
    width: 100%}
.sticky-mobile-header .site-header__logo-link, .sticky-mobile-header .site-header__logo-link:hover, .sticky-mobile-header a, .sticky-mobile-header a:hover {
    color: var(--sticky-header-text);
}
.sticky-mobile-header svg {
    stroke: var(--sticky-header-text);
}
.mobile-logo-column img {
    max-height: 150px;
    max-width: 300px!important;
    min-width: 20vw;
    object-fit: contain;
}
.unstuck .site-header__logo-image .overlay-logo-image--sticky, .unstuck .site-header__logo-link.overlay-logo-image--sticky {
    opacity: 0;
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    visibility: hidden;
}
.unstuck .sticky .mobile-header--wrapper .overlay-logo-image {
    opacity: 0;
    visibility: hidden;
}
.unstuck .sticky .mobile-header--wrapper .overlay-logo-image--sticky {
    opacity: 1;
    visibility: visible;
}
.overlay-logo-image--sticky, .sticky .overlay-logo-image {
    display: none;
}
.sticky-header-logo .site-header__logo-image img {
    margin: 0;
    max-width: 150px;
}
.sticky-header-logo .site-header__logo-link {
    color: var(--sticky-header-text);
}
.sticky-header-logo .site-header__logo-link:hover {
    color: var(--sticky-header-text);
    opacity: .6;
}
.sticky-header-logo .site-header__logo-link {
    text-align: left;
}
.verification-popup-container {
    background-color: var(--page-background);
    height: 100vh;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10000000;
}
.verification-popup-container .hidden {
    display: none;
}
.verification-popup-container .modal__prompt {
    background: var(--page-background);
    border-radius: 2px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .5);
    margin: 20px auto;
    min-height: 300px;
    overflow-y: auto;
    padding: 20px 35px;
    position: relative;
    width: 650px;
    z-index: 1000000;
}
@media (max-width:768px) {
    .verification-popup-container .modal__prompt {
    height: auto;
    margin: 20px;
    overflow-y: auto;
    padding: 10px 20px;
    width: 90%}
}.verification-popup-container .modal__prompt p {
    color: var(--color-primary);
    font-family: var(--body-font-stack);
    font-size: var(--body-font-size);
    font-style: var(--body-font-style);
    font-weight: var(--body-font-weight);
}
.verification-popup-container .modal__prompt h3 {
    color: var(--color-primary);
    font-family: var(--header-font-stack);
    font-size: var(--heading-font-size);
    font-style: var(--header-font-style);
    font-weight: var(--header-font-weight);
    margin-bottom: 20px;
    text-transform: var(--header-font-transform);
}
.verification-popup-container .verification-popup-logo__image img {
    margin: 20px auto 0;
}
.verification-popup-container .modal-content__wrapper {
    margin: 30px 0;
}
.verification-popup-container .modal-deny-content, .verification-popup-container .modal-initial-content {
    margin: 0 auto;
    text-align: center;
    width: 450px;
}
@media (max-width:768px) {
    .verification-popup-container .modal-deny-content, .verification-popup-container .modal-initial-content {
    width: 100%}
}.verification-popup-container .verification-popup__close-button {
    align-items: center;
    background-color: var(--page-background);
    border: 0;
    color: var(--color-primary);
    cursor: pointer;
    display: none;
    height: 44px;
    justify-content: center;
    margin-right: 5px;
    margin-top: 5px;
    position: absolute;
    right: 0;
    top: 0;
    width: 44px;
}
.verification-popup-container .verification-popup__close-button svg {
    transition: .5s;
}
.verification-popup-container .verification-popup__close-button svg:hover {
    opacity: .6;
}
.verification-popup-container .verification-popup__close-button:focus {
    box-shadow: 0 0 0 .4rem rgba(0, 123, 255, .25);
    outline: 0;
}
.verification-popup-container a {
    transition: .5s;
}
.verification-popup-container a:hover {
    opacity: .5;
}
.verification-popup-container a:focus {
    box-shadow: 0 0 0 .4rem rgba(0, 123, 255, .25);
    outline: 0;
}
.verification-popup-container .modal-button-container {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 20px;
}
.verification-popup-container .modal-button-container button {
    margin: 10px;
    min-width: 200px;
}
@media (max-width:768px) {
    .verification-popup-container .modal-button-container button {
    max-width: 200px;
}
}.verification-popup-container .modal-button-container button:focus {
    box-shadow: 0 0 0 .4rem rgba(0, 123, 255, .25);
    outline: 0;
}
#shopify-section-announcement-bar {
    position: relative;
}
.notification-bar {
    align-items: center;
    display: flex;
    flex-direction: column-reverse;
    justify-content: center;
    padding: 0 15px;
    text-align: center;
}
.notification-bar .sm-icons {
    justify-content: center;
    margin-bottom: 0;
}
.notification-bar .sm-icons li a {
    line-height: 0;
    margin: 5px 8px;
}
@media only screen and (min-width:992px) {
    .notification-bar {
    flex-direction: row;
}
.notification-bar.notification-bar--with-text.notification-bar--with-icons {
    justify-content: space-between;
}
.notification-bar.notification-bar--with-text.notification-bar--with-icons .notification-bar__message {
    max-width: 500px;
}
.notification-bar.notification-bar--with-text.notification-bar--with-icons .sm-icons {
    justify-content: flex-end;
}
.notification-bar.notification-bar--with-text.notification-bar--with-icons .header-social-links, .notification-bar.notification-bar--with-text.notification-bar--with-icons .notification-bar__empty-div {
    flex: 1 1 0;
}
}@media screen and (max-width:991px) {
    .sm-icons {
    margin-top: 10px;
}
}.notification-bar__message {
    font-family: var(--body-font-stack);
    font-size: var(--body-font-size);
    font-style: var(--body-font-style);
    font-weight: var(--body-font-weight);
    width: 100%}
.notification-bar__message p {
    display: inline-block;
    margin: 0;
    padding: 10px 15px;
    width: 100%}
.header-social-links .sm-icons svg {
    height: var(--body-font-size);
    width: var(--body-font-size);
}
.blog-author p, .blog-publish-date {
    margin-bottom: 0;
    margin-top: 0;
    opacity: .7;
}
.article-image-in-header {
    margin-top: 20px;
}
.article--background-image {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
}
.article--background-image:before {
    content: "";
    display: block;
    height: 0;
    width: 100%}
.index-blog-item--image---square .article--background-image:before {
    padding-bottom: 100%}
.index-blog-item--image---landscape .article--background-image:before {
    padding-bottom: 75%}
.index-blog-item--image---landscape .placeholder-article-image {
    height: 300px;
}
.index-blog-item--image---portrait .article--background-image:before {
    padding-bottom: 150%}
.index-blog-item--image---portrait .placeholder-article-image {
    height: 400px;
}
.index-blog-item--image---wide .article--background-image:before {
    padding-bottom: 60%}
.index-blog-item--image---wide .placeholder-article-image {
    height: 200px;
}
.placeholder-article-image {
    height: 175px;
    margin-bottom: 20px;
}
.index-blog-item .placeholder-article-image svg {
    max-height: none;
    width: 100%}
.blog--read-more a {
    text-decoration: underline;
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
}
.blog--read-more a:focus, .blog--read-more a:hover {
    text-decoration: none;
}
.homepage-blog-title-wrapper h3 {
    margin-bottom: 10px;
}
.homepage-blog-title-wrapper h3 a {
    color: var(--color-primary);
}
.home-blog-excerpt {
    padding: 0 0 15px;
}
.home-blog-excerpt img {
    max-width: 100%}
@media screen and (max-width:575px) {
    .index-blog-item--wrapper {
    margin-top: 60px;
}
.index-blog-item--wrapper:first-child {
    margin-top: 0;
}
}.envy--form-control {
    background-color: #f6f6f6;
    border-color: transparent;
    color: #1c1d1d;
    font-size: 18px;
    padding: 8px 10px;
    transition: opacity .4s ease-out 0s;
    width: 80%}
.open .image-wrap:first-child {
    animation: FadeIn .4s linear;
    animation-delay: .2s;
    animation-fill-mode: both;
}
.open .image-wrap:nth-child(2) {
    animation: FadeIn .4s linear;
    animation-delay: .4s;
    animation-fill-mode: both;
}
.open .image-wrap:nth-child(3) {
    animation: FadeIn .4s linear;
    animation-delay: .6s;
    animation-fill-mode: both;
}
.open .image-wrap:nth-child(4) {
    animation: FadeIn .4s linear;
    animation-delay: .8s;
    animation-fill-mode: both;
}
.open .image-wrap:nth-child(5) {
    animation: FadeIn .4s linear;
    animation-delay: 1s;
    animation-fill-mode: both;
}
.blog-main-view-post-btn {
    margin-bottom: 15px;
    margin-top: 20px;
}
.cart-link li.social-media-icons-header-spacer {
    margin-right: 30px;
}
.add-link-list-config {
    border-bottom: 1px dotted #999;
    border-top: 1px dotted #999;
    color: #999;
    font-size: 14px;
    font-style: italic;
    margin: 20px 0;
    padding: 20px 0;
    text-align: center;
}
.homepage-article {
    padding: 20px 0 40px;
    text-align: center;
}
.homepage-article h1, .homepage-article h2, .homepage-article h3, .homepage-article h4, .homepage-article h5, .homepage-article h6 {
    margin-bottom: 20px;
}
.homepage-article p {
    line-height: 26px;
    opacity: .6;
}
.single-product-wrapper-inside {
    padding-bottom: 40px;
    padding-top: 40px;
}
h1.cart-header {
    color: #999;
    font-size: 30px;
    padding: 10px 0;
    text-transform: uppercase;
}
.header--indiv-block-icons {
    text-align: right;
}
@media only screen and (max-width:992px) {
    .header--indiv-block-icons #main-icons--wrapper {
    padding-bottom: 30px;
    text-align: center;
}
}.no-homepage-products {
    padding: 10px 0 30px;
    text-align: center;
}
.no-homepage-products a {
    text-decoration: underline;
}
.homepage-blog-wrapper .title-bar {
    margin-top: 0;
}
.register-login-page-link {
    display: inline-block;
    margin-top: 20px;
}
.sku-hidden {
    visibility: hidden;
}
#newsletter-signup .btn-default {
    margin-top: 10px;
}
.collection-promo-box img {
    margin-bottom: 10px;
    max-width: 100%}
.bottom-footer .col-lg-3 {
    text-align: right;
}
#shopify-section-article-template {
    margin-top: 20px;
}
.collection-listing--title {
    text-transform: var(--header-font-transform);
}
#collection-description {
    background: #f5f5f5;
}
#collection-description img {
    float: left;
    padding: 0 30px 0 0;
}
.zoom--cross-hair {
    cursor: crosshair;
}
.fb-comments, .fb-comments iframe[style], .fb-comments span[style] {
    width: 100%!important;
}
.product-page-related-products {
    margin-top: 30px;
}
.product-grid-page-label {
    background: none repeat scroll 0 0 #ebebeb;
    font-size: 12px;
    padding: 3px;
    position: absolute;
    right: -15px;
    text-transform: uppercase;
    top: -15px;
}
.no-products-found {
    padding: 30px 0;
    text-align: center;
}
@media only screen and (min-width:992px) {
    #site-header .container .row .header--indiv-block {
    display: table-cell;
    float: none;
    vertical-align: middle;
}
}#mobile-product-images {
    display: none;
    display: block;
    margin-bottom: 20px;
}
#mobile-header, #mobile-navigation {
    display: none;
}
.header--indiv-block-menu li {
    padding-right: 20px!important;
}
@media only screen and (max-width:992px) {
    .header--indiv-block-menu {
    text-align: center;
}
.header--indiv-block-menu .navbar-nav {
    width: 100%}
.header--indiv-block-menu .navbar-nav>li {
    display: inline-block;
    float: none;
    padding-left: 10px!important;
    padding-right: 10px!important;
}
}.header-icon--clear:before {
    content: "";
    display: block;
    height: 1px;
    width: 1px;
}
.view-cart-mini {
    bottom: 10px;
    position: absolute;
    right: 10px;
}
.view-cart-mini a, ul#product-nav {
    margin-bottom: 0;
}
ul#product-nav {
    display: inline-block;
    font-size: 16px;
    line-height: 12px;
    padding: 0 10px;
    text-align: center;
    z-index: 50;
}
ul#product-nav li {
    display: inline;
    margin: 0 20px;
}
ul#product-nav a {
    color: #252525;
    padding: 12px 0 8px;
    text-decoration: none;
    text-transform: uppercase;
}
ul#product-nav a:hover {
    color: #aab1b4;
}
ul#product-nav li ul {
    z-index: 10000;
}
ul#product-nav li ul li {
    margin-left: 0;
}
ul#product-nav li ul li a {
    background-color: #fff;
    display: block;
    font-size: 12px;
    padding: 10px;
}
.twtr-widget h3 {
    border-bottom: 0!important;
}
ul.product-tags {
    padding: 10px;
}
ul.product-tags li {
    float: left;
    list-style-type: none;
    margin: 0 5px 0 0;
}
ul.product-tags li a {
    background-color: #fff;
    border: 0;
    border-radius: 10px 10px 10px 10px;
    color: #999;
    display: block;
    font-size: 12px;
    height: 15px;
    line-height: 0;
    margin: 5px;
    padding: 10px;
    text-decoration: none;
    -moz-transition: color .5s ease;
    -webkit-transition: color .5s ease;
    -o-transition: color .5s ease;
    -ms-transition: color .5s ease;
    transition: color .5s ease;
}
ul.product-tags li a:hover, ul.product-tags li.active a {
    background-color: #999;
    color: #fff;
}
ul.product-tags li.active a:hover {
    background-color: #f9e5e6;
    color: #b3696c;
    text-decoration: line-through;
}
@media (max-width:600px) {
    #my-menu {
    display: none!important;
}
}@media (min-width:601px) {
    #mm-my-menu {
    display: none!important;
}
}.row--table {
    display: table;
}
.row--table div[class*=col-] {
    display: table-cell;
    float: none;
}
.row--table .vertical--align {
    vertical-align: middle;
}
.featured-blog--block--blog--blog-posts {
    padding-bottom: 30px;
}
@media only screen and (max-width:767px) {
    .featured-blog--block--blog--blog-posts {
    padding-bottom: 20px;
}
}.slideout-menu {
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 0;
}
.cart-item-remove-button {
    padding: 0;
    text-decoration: underline;
}
@media screen and (max-width:768px) {
    .cart-item-remove-button {
    text-align: left;
    width: 100%}
}.mobile-menu.mobile-menu-stacked {
    overflow-y: hidden;
    -webkit-transform: translate3d(-30%, 0, 0);
    transform: translate3d(-30%, 0, 0);
}
.mobile-menu .cart-close-icon {
    color: var(--mobile-menu-text);
    font-size: 20px;
    position: absolute;
    right: 12px;
    top: 5px;
    z-index: 2;
}
.single-option-selector {
    min-width: 50%}
.footer--level-2 {
    font-size: 95%;
    padding-left: 10px;
}
.single-option .caret.disabled {
    display: none;
}
.single-option.select-wrapper input.select-dropdown:disabled {
    border-bottom: var(--border-color);
}
.prefix~.select-wrapper {
    margin-left: 3rem;
    width: 92%;
    width: calc(100% - 3rem);
}
.prefix~label {
    margin-left: 3rem;
}
.col-2dot4, .col-lg-2dot4, .col-md-2dot4, .col-sm-2dot4, .col-xl-2dot4 {
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    width: 100%}
.col-2dot4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%}
@media (min-width:540px) {
    .col-sm-2dot4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%}
}@media (min-width:720px) {
    .col-md-2dot4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%}
}@media (min-width:960px) {
    .col-lg-2dot4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%}
}@media (min-width:1140px) {
    .col-xl-2dot4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%}
}.hero--x-small, .image-section--x-small {
    height: 94px;
}
.hero--small, .image-section--small {
    height: 225px;
}
.hero--medium, .image-section--medium {
    height: 357px;
}
.hero--large, .image-section--large {
    height: 488px;
}
.hero--x-large, .image-section--x-large {
    height: 582px;
}
.image-wrap {
    border: 1px solid var(--header-border-color);
    height: 150px;
    margin-bottom: 10px;
    opacity: 0;
    overflow: hidden;
    width: 100%}
@media screen and (max-width:960px) {
    .image-wrap {
    height: 100px;
}
}.image {
    background-position: 50%;
    background-size: cover;
    height: 100%;
    -webkit-transition: all .9s ease;
    -o-transition: all .9s ease;
    transition: all .9s ease;
    width: 101%}
.homepage-headline-text {
    margin-bottom: 10px;
    margin-top: 20px;
}
.testimonial-name cite {
    font-style: normal;
}
#shopify-section-slideshow {
    position: relative;
}
.module:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}
* html .module {
    height: 1%;
    overflow: visible;
}
#hp-one-promobox, #hp-three-promoboxs, #hp-two-promoboxs {
    margin-bottom: 30px;
    text-align: center;
}
#hp-one-promobox img, #hp-three-promoboxs img, #hp-two-promoboxs img {
    max-width: 100%}
.homepage-slider-container {
    overflow: hidden;
    padding: 0;
}
@media screen and (min-width:769px) {
    #your-shopping-cart .additional-checkout-buttons {
    display: flex;
    justify-content: flex-end;
}
}.clear, .clearcolumn {
    clear: both;
}
.clearfix:after {
    clear: both;
    content: "";
    display: block;
}
@media only screen and (max-width:767px) {
    .mobile-clear {
    clear: both;
}
}.featured-image-div {
    max-width: 100%;
    overflow: hidden;
    position: relative;
    transition: min-height .2s;
}
.featured-image-div:not(.img-loaded):after {
    background-color: var(--page-background);
    content: "";
    display: block;
    height: 100%;
    left: 0;
    opacity: .99;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 9;
}
.featured-image-div:not(.img-loaded):before {
    background-color: var(--color-primary);
    content: "";
    display: block;
    height: 30px;
    left: calc(50% - 15px);
    -webkit-mask: url(var(--loader-svg)) no-repeat 100% 100%;
    mask: url(var(--loader-svg)) no-repeat 100% 100%;
    -webkit-mask-size: cover;
    mask-size: cover;
    position: absolute;
    top: calc(50% - 15px);
    width: 30px;
    z-index: 10;
}
svg:not(:root) {
    overflow: hidden;
}
.cart-link {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    margin: 0;
    padding: 0;
    white-space: nowrap;
}
@media only screen and (min-width:768px) {
    .cart-link+ul.cart-link {
    margin-left: 25px;
}
}.cart-link li {
    display: inline-block;
    list-style-type: none;
    padding: 5px 0;
}
.cart-link a {
    font-size: 12px;
}
.cart-link h4 {
    margin: 0;
}
.slide-menu {
    cursor: pointer;
}
.slideout-open #main-body {
    overflow: hidden;
}
.product .entry-content .eight {
    margin-bottom: 10px;
}
#product_images .product-main-image {
    margin: 0 auto;
    max-width: 100%;
    text-align: center;
}
#product_images .product-main-image.product-image-hidden {
    visibility: hidden;
}
ul#product-thumbnails {
    padding-left: 0;
}
ul#product-thumbnails li {
    list-style-type: none;
    padding-top: 20px;
}
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
    display: block;
}
audio, canvas, video {
    display: inline-block;
}
[hidden], audio:not([controls]) {
    display: none;
}
.icon {
    display: inline-block;
    height: 20px;
    vertical-align: middle;
    width: 20px;
}
@media only screen and (max-width:767px) {
    #mobile-background {
    background-color: #f6f5f5;
    margin-bottom: 20px;
    width: 100%}
}.mobile-product-slider li {
    text-align: center;
}
.mobile-product-slider .flex-control-nav {
    bottom: 0;
    padding-top: 30px;
    position: relative;
}
.mobile-product-slider img {
    display: inline-block;
}
.article__entry-content {
    line-height: 150%;
    margin-top: 15px;
}
.blog-title-wrapper .title-bar {
    text-align: left;
}
#comments ul {
    padding-left: 0;
}
#comments ul li {
    list-style: none;
    margin-bottom: 10px;
}
#comments ul li img {
    float: left;
    margin-right: 20px;
}
#comments ul li .comment-content {
    margin-top: 10px;
}
#comment-form .success-msg {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #e3ebc6;
    border: 1px solid #c2d288;
    -moz-border-image: none;
    border-left-width: 4px;
    color: #8fa442;
    display: block;
    margin-bottom: 20px;
    padding: 10px;
}
#comment-form .error-msg {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #f8bba8;
    border: 1px solid #bc3d16;
    -moz-border-image: none;
    border-left-width: 4px;
    color: #bc3d16;
    display: block;
    margin-bottom: 20px;
    padding: 10px;
}
.comment-form {
    clear: both;
}
#paginate .btn:focus {
    background: var(--button-background-hover-color);
    box-shadow: none;
    color: var(--button-text-color);
    outline: 1px auto -webkit-focus-ring-color;
}
.article-previous-article a {
    float: left;
}
.article-next-article a {
    float: right;
}
#blog-tags-wrapper {
    margin: 20px 0;
}
#blog-tags-wrapper a {
    color: var(--color-primary);
    text-decoration: underline;
}
.blog__post-container {
    margin-top: 30px;
}
.blog--excerpt {
    line-height: 150%;
    margin: 15px 0;
}
.blog--excerpt a {
    text-decoration: underline;
}
.blog-main article {
    margin-bottom: 60px;
}
.blog__date-author {
    margin-bottom: 30px;
}
button, h1, h2, h3, strong, strong span {
    font-family: ProximaNova_Bold;
}
a, h4, h5, h6, input, label, p, span, textarea {
    font-family: ProximaNova_Regular;
    font-weight: 400;
}
span.number, strong span.number {
    font-family: Roboto, sans-serif;
}
strong span.number {
    font-weight: 700;
}
span.special {
    font-family: Archivo Narrow;
}
span.special, sup.special {
    font-size: 16px;
}
.body-overflow-hidden {
    overflow: hidden;
}
p {
    line-height: 41px;
}
.p-w-r .pr-category-snippet {
    margin: unset;
}
h1 {
    font-size: 24px!important;
}
h2, h3 {
    font-size: 22px!important;
}
h4 {
    font-size: 20px!important;
    font-weight: 600;
}
p {
    font-size: 20px;
}
@media (max-width:768px) {
    p {
    line-height: 30px;
}
p span.colonBanner {
    display: none;
}
}a.btn {
    font-family: ProximaNova_Bold!important;
    font-size: 32px!important;
    letter-spacing: -.32px;
}
#zw__register {
    font-family: var(--button-font-family)!important;
    font-size: var(--button-font-size)!important;
    letter-spacing: var(--buttons-letter-spacing)!important;
}
h2>a {
    font-family: ProximaNova_Bold!important;
}
sup {
    font-size: 18px;
}
sub {
    font-size: 20px;
}
.pink {
    background-color: #b01f8c!important;
}
.purple {
    background-color: #862c91!important;
}
.purple-blue {
    background-color: #292f7c!important;
}
.yellow {
    background-color: #f4a81d!important;
}
.orange {
    background-color: #e56529!important;
}
.orange-dark {
    background-color: #b6501e!important;
}
.color-orange {
    color: #e56529!important;
}
.color-orange-dark {
    color: #b6501e!important;
}
.blue {
    background-color: #3ac1cc!important;
}
.blue-dark {
    background-color: #2d9aa3!important;
}
.color-blue {
    color: #3ac1cc!important;
}
.color-blue-dark {
    color: #2d9aa3!important;
}
.green, .greenException {
    background-color: #40b877!important;
}
.greenException-dark {
    background-color: #30935e!important;
}
.green-dark {
    background-color: #40b877!important;
}
.dark-green {
    background-color: #29712a!important;
}
.color-green {
    color: #40b877!important;
}
.opaque-green {
    background-color: #497637!important;
}
.red {
    background-color: #b8232f!important;
}
.red-dark {
    background-color: #8e151f!important;
}
.color-red {
    color: #b8232f!important;
}
.color-red-dark {
    color: #8e151f!important;
}
.new-dark-blue {
    background-color: #2578b5!important;
}
.new-gray {
    background-color: #c8c8c8!important;
}
#shopify-section-header.open-header {
    z-index: 4;
}
#top-search-wrapper {
    left: 0;
}
.sale-badge {
    background-color: #b2292d;
    padding: 5px 20px;
}
.slide-checkout-buttons {
    margin: 0;
}
.cart-button-checkout {
    width: 250px!important;
}
@media (max-width:768px) {
    .cart-button-checkout {
    width: 200px!important;
}
}header {
    margin-top: 5px;
}
.slideout-open body.template-index {
    margin-top: 0!important;
}
.header-wrapper {
    position: relative;
    z-index: 2;
}
.mobile-header--wrapper {
    padding-bottom: 0;
    padding-top: 0;
}
.header-wrapper .site-header__logo-image img {
    padding-bottom: 5px;
    width: 200px;
}
@media (max-width:769px) {
    .header-wrapper .site-header__logo-image img {
    width: 140px;
}
}.nav-pills>li {
    font-size: 20px;
    letter-spacing: -.25px;
}
.nav-pills>li>a {
    font-weight: 700;
}
.nav-pills>li.site-nav--active>a {
    color: #6db650;
    font-family: ProximaNova_Bold!important;
}
.notification-bar__message p {
    color: #fff!important;
    font-size: 22px;
}
.ajax-cart--cart-original-price {
    visibility: hidden;
}
body.template-index {
    margin-top: 40px;
}
@media (max-width:1110px) {
    .nav-pills>li {
    font-size: 18px!important;
}
body.template-index {
    margin-top: 60px;
}
}@media (max-width:769px) {
    body.template-index {
    margin-top: 0;
}
}.slideout-menu {
    z-index: 1000;
}
footer {
    padding-top: 0;
}
#zenwise-homepage footer, footer {
    margin-top: 0;
}
.footer-disclaimer {
    display: flex;
    justify-content: center;
}
.footer-disclaimer>p {
    font-size: 20px;
    margin-top: 10px;
}
.image-footer img {
    max-width: 200px!important;
    object-fit: contain;
}
@media (max-width:767px) {
    footer .container {
    margin: auto;
    max-width: 90%}
.mailing-list-footer {
    align-items: start;
    display: flex;
    flex-direction: column;
    order: 0;
    width: 100%}
.image-footer {
    order: 2;
    width: 100%}
.links-footer {
    order: 1;
}
.footer-social-icons>h3 {
    display: none;
}
.footer__social-icons {
    margin: auto;
    padding-top: 0;
}
.footer-social-icons {
    padding-top: 0;
}
}@media (max-width:440px) {
    .mailing-list-footer {
    align-items: center;
}
.mailing-list-footer>* {
    max-width: unset!important;
}
}.row.footer-alignment--left {
    justify-content: space-between;
}
.footer-localization-selectors .footer-block--wrapper {
    display: flex;
}
.footer-localization-selectors .footer-block--wrapper>h4 {
    margin-right: 20px;
}
.links-footer a {
    font-size: 16px;
}
#newsletter-wrapper>input {
    background: #fff!important;
    border: none!important;
    color: #000!important;
    height: 40px;
    margin: 0!important;
    width: 75%}
#newsletter-wrapper>button {
    background-color: #6db650;
    height: 40px;
    width: 25%}
.contact-form {
    width: 100%}
.mailing-list-footer>* {
    max-width: 330px;
}
.mailing-list-footer>h4 {
    font-size: 18px;
    letter-spacing: -.18px;
    line-height: 25px;
    text-align: left;
}
.index-sections {
    margin-top: 30px;
}
.indiv-product img {
    max-height: 370px;
    max-width: 390px;
    object-fit: contain;
}
._title-bar>h1, ._title-bar>h2 {
    border-bottom: 2px solid #000;
    color: #6db650;
    font-size: 64px;
    letter-spacing: -.82px;
    margin: auto auto 20px;
    max-width: 81%;
    text-align: center;
}
._title-bar.mobile {
    display: none;
}
._title-bar>h3 {
    font-size: 48px;
    letter-spacing: -.6px;
}
._title-bar>h3, ._title-bar>h5 {
    text-align: center;
    text-transform: none;
}
._title-bar>h5 {
    font-size: 40px;
    letter-spacing: -.5px;
}
._title-bar {
    padding-bottom: 3em;
}
.shopify-section .homepage-sections-wrapper, .shopify-section .homepage-sections-wrapper--white {
    padding: 50px 0;
}
.home-title-bar>div p:nth-child(2) {
    color: #fff;
}
.homepage-section--featured-products-wrapper .featured-products_container {
    padding-bottom: 0;
}
@media (max-width:768px) {
    .width-xs-100p {
    width: 100%!important;
}
._title-bar.mobile {
    display: block;
    padding: 0;
}
._title-bar.mobile>h2 {
    border: none;
    font-size: 30px;
    letter-spacing: -.3px!important;
    line-height: 28px;
}
._title-bar.desk>h1 {
    display: none;
}
.index-sections {
    margin-top: 0;
}
._title-bar>h4 {
    font-size: 28px;
    letter-spacing: -.28px;
}
._title-bar>h5 {
    font-size: 21px;
    letter-spacing: -.21px;
    margin: auto;
    width: 85%}
.featured-products_container {
    padding-bottom: 10px!important;
    padding-top: 10px!important;
}
._title-bar {
    padding-bottom: 3em;
}
.homepage-section--featured-products-wrapper .indiv-product-title-text {
    font-size: 28px!important;
    line-height: 34px;
}
.homepage-section--featured-products-wrapper .indiv-product-subtitle-text {
    font-size: 21px!important;
    line-height: 26px;
}
.homepage-section--featured-products-wrapper .indiv-product-subtitle-spacing {
    display: none;
}
}.hp-title-wrapper {
    display: flex;
    flex-direction: column;
}
.homepage-section--featured-products-wrapper .indiv-product-title-text {
    font-size: 34px!important;
}
.homepage-section--featured-products-wrapper .indiv-product-subtitle-text {
    font-size: 27px;
    line-height: 32px;
}
#shopify-section-image--slideshow {
    margin-bottom: 2em;
}
h2.slideshow-fade-content {
    text-align: left;
}
.btn-slideshow {
    align-items: center;
    display: flex;
    font-size: 24px!important;
    height: 60px;
    justify-content: center;
    letter-spacing: -.6px;
    width: 215px;
}
@media (max-width:768px) {
    .slideshow-mobile-image-content {
    display: flex;
    flex-direction: column;
    left: unset!important;
    margin: 0;
    right: 0!important;
    width: auto;
}
.slideshow-mobile-image-content>h2 {
    float: left;
    font-size: 36px!important;
}
a.btn {
    font-size: 20px!important;
    height: 50px;
    width: 180px;
}
}.best-seller-btn {
    align-items: center;
    background-color: #e56529;
    color: #fff!important;
    display: flex;
    font-size: 28px;
    font-weight: 700;
    height: 50px;
    justify-content: center;
    margin: auto;
    text-transform: uppercase;
    width: 200px;
}
@media (max-width:768px) {
    .homepage-featured-products {
    align-items: center;
    flex-direction: column;
}
.grid__item.three_columns {
    max-width: 90%}
}.home-title-bar {
    max-width: 1126px;
}
.home-title-bar>h4 {
    color: #fff;
    font-family: ProximaNova_Bold;
    font-size: 60px;
    text-align: center;
    text-transform: uppercase;
}
.home-title-bar>h5 {
    font-size: 50px;
}
.home-title-bar>div, .home-title-bar>h5 {
    color: #000;
    text-align: center;
    text-transform: none;
}
.home-title-bar>div {
    font-size: 33px;
    letter-spacing: -.33px;
}
.DYK-image {
    display: flex;
    justify-content: center;
    margin-top: 3em;
}
.didYouKnow__title {
    letter-spacing: -.6px;
}
.didYouKnow__subtitle {
    letter-spacing: -.33px;
}
.home-title-bar p {
    line-height: 41px;
}
@media (max-width:768px) {
    .DYK-image>img {
    margin: auto auto 0;
    width: 70%!important;
}
.home-title-bar p {
    line-height: 32px;
}
.home-title-bar>h2 {
    font-size: 33px;
    letter-spacing: -.28px;
}
.home-title-bar>h5 {
    font-size: 23px;
    letter-spacing: -.23px;
}
.home-title-bar>div {
    font-size: 18px;
    letter-spacing: -.18px;
}
.notification-bar__message p strong {
    font-size: 14px;
}
}.value-proposition_container {
    background-repeat: no-repeat;
    background-size: cover;
    border-bottom: 30px solid #3ac1cc;
}
.value-proposition-title-bar {
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin: 70px 0;
}
.value-proposition-title {
    color: #6db650;
    font-family: ProximaNova_Bold;
    font-size: 82px;
    letter-spacing: -.82px;
    text-align: center;
}
.value-proposition-title>span>img {
    margin-top: -23px;
}
.value-proposition-bullets {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 40px;
}
.value-proposition-bullet {
    align-items: center;
    display: flex;
    flex-direction: column;
}
.value-proposition-bullet>img {
    height: 150px;
    margin-bottom: 36px;
    object-fit: contain;
    width: 150px;
}
.value-proposition-bullet>h4 {
    color: #6db650;
    font-family: ProximaNova_Bold;
    font-size: 30px;
    letter-spacing: -.38px;
    text-align: center;
}
.value-proposition-bullet>p {
    color: #000;
    font-size: 30px;
    letter-spacing: -.33px;
    line-height: 37px;
    max-width: 332px;
    text-align: center;
    width: 87%}
.value-proposition_spacing {
    display: none;
}
.value-proposition_container .container {
    max-width: 1200px!important;
}
@media (max-width:768px) {
    .value-proposition-bullets {
    flex-direction: column;
}
.value-proposition-title {
    font-size: 36px;
    letter-spacing: -.36px;
    text-align: center;
}
.value-proposition-title-bar {
    margin-bottom: 20px;
    margin-top: 0;
}
.value-proposition_spacing {
    display: block;
}
.value-proposition-title>span>img {
    height: 46px;
    margin-top: -12px;
}
.value-proposition-bullet>img {
    height: 85px;
    margin-bottom: 10px;
}
.value-proposition-bullet>h4 {
    font-size: 28px;
    letter-spacing: -.28px;
}
.value-proposition-bullet>p {
    font-size: 18px;
    letter-spacing: -.18px;
    line-height: 22px;
    width: 90%}
.value-proposition-bullet {
    margin-bottom: 28px;
}
.value-proposition_container {
    border-bottom: 15px solid #3ac1cc;
    padding-bottom: 0!important;
}
}.risk-free-title {
    color: #6db650;
    font-family: ProximaNova_Bold;
    font-size: 20px!important;
    letter-spacing: 0!important;
}
.risk-free-title>span {
    color: #000!important;
    display: inline-block;
    font-family: ProximaNova_Bold;
    font-size: 20px;
    transform: translateY(-3px);
}
.risk-free-body, .risk-free-body p {
    font-size: 20px;
    letter-spacing: 0;
    line-height: 26px;
    margin-top: -6px!important;
}
@media (max-width:768px) {
    .zenwise-way-image>div>img {
    margin: auto;
    width: 146px;
}
.risk-free-title {
    display: none;
}
.risk-free-body>p {
    font-size: 18px;
    letter-spacing: -.18px;
    line-height: 26px;
    text-align: center;
}
}#shopify-section-video--video-home {
    margin-top: 20px;
}
.container .plyr {
    display: none;
}
.container.home_video, .container.video--text-header {
    max-width: 1200px!important;
    padding: 0!important;
}
.video_show {
    display: block!important;
}
.homepage-section--video-wrapper {
    margin-top: -1px;
}
.home-video_cover {
    position: relative;
}
.home-video_cover_wrapper {
    align-items: center;
    display: flex;
    height: 100%;
    justify-content: center;
    position: absolute;
    top: 0;
    width: 100%}
.home-video_cover_wrapper>img {
    height: 180px;
    opacity: .8;
    width: 180px;
}
.home-video_cover_wrapper>button {
    background-color: #fff;
    border: none;
    border-radius: 15px;
    color: #ed7800;
    display: block;
    font-size: 23px;
    height: 49px;
    margin: auto;
    width: 319px;
}
.home-video_cover>.image-container {
    background-position: center 73%;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    height: 85vh;
    max-height: 616px;
    overflow: hidden;
    position: relative;
    text-align: center;
    width: 100%;
    z-index: 0;
}
.home-video_cover>.image-container>img {
    height: 100%;
    left: 50%;
    max-height: 616px;
    object-fit: cover;
    position: absolute;
    transform: translateX(-50%);
}
.home-video_video>.plyr {
    margin-top: -30%}
@media (max-width:768px) {
    .home-video_cover>.image-container {
    height: 40vh;
}
.container.home_video {
    margin-top: 0;
}
.home-video_video>.plyr {
    margin-top: -50%}
.home-video_cover_wrapper>img {
    height: 80px;
    width: 80px;
}
}.homepage-section--review {
    margin: 0;
    max-width: revert;
}
.reviews-home {
    background-size: cover;
    padding: 0 20px;
}
.reviews-home__container {
    margin: auto;
    max-width: 1365px;
    padding: 50px 0 110px;
    position: relative;
}
.reviews-home-image__bestSeller__img_container {
    align-items: center;
    display: flex;
    justify-content: center;
    width: 100%}
.reviews-home-image__bestSeller__img {
    height: auto;
    object-fit: contain;
    width: 120px;
}
.reviews-home__quote {
    display: block;
    position: absolute;
    z-index: inherit;
}
.reviews-home__best--seller {
    display: block;
    height: 140px;
    margin: auto;
    width: 140px;
}
@media (max-width:786px) {
    .reviews-home-image__bestSeller__img_container {
    order: -6;
}
.reviews-home-image__bestSeller__img {
    width: 100px;
}
}.reviews-home__quote--top {
    left: 20px;
    top: 50px;
}
.reviews-home__quote--bottom {
    bottom: 50px;
    right: 20px;
}
.reviews-home__title {
    font-family: ProximaNova_Bold;
    font-size: 36px;
    letter-spacing: -.7px;
    margin: 0 auto;
    text-align: center;
    text-transform: uppercase;
    width: 80%}
.reviews-home__stars {
    align-items: center;
    display: flex;
    font-size: 36px;
    justify-content: center;
    letter-spacing: -.36px;
    margin-bottom: 37px;
}
.reviews-home__stars__img {
    margin-right: 12px;
    margin-top: 5px;
    max-width: 190px;
}
.reviews-home__items {
    display: flex;
    flex-wrap: wrap;
}
.reviews-home__item {
    flex: 1 1 33%}
.reviews-home__item__author, .reviews-home__item__review {
    font-size: 30px;
    font-weight: 500;
    letter-spacing: -.33px;
    margin: auto;
    padding: 0 15px;
    text-align: center;
    width: 80%}
.reviews-home__item__author {
    font-family: ProximaNova_Bold!important;
}
.indiv-product {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
    padding-bottom: 30px;
}
.indiv-product, .reviews-home__item__review {
    margin-bottom: 0;
}
@media (max-width:1500px) {
    .reviews-home__container: before {
    left: 0;
}
.reviews-home__container:after {
    right: 0;
}
}@media (max-width:768px) {
    .reviews-home__stars {
    flex-direction: column;
}
.reviews-home__container {
    padding-bottom: 50px;
}
.reviews-home__title {
    font-size: 34px;
    margin-left: auto;
    margin-right: auto;
    width: 90%}
.reviews-home__item {
    flex: 1 1 100%;
    margin: auto;
    max-width: 95%}
.reviews-home__item:not(:last-child) {
    margin-bottom: 20px;
}
.reviews-home__item__author, .reviews-home__item__review {
    font-size: 18px;
    line-height: 24px;
    width: 100%}
.reviews-home__stars {
    font-size: 25px;
}
.reviews-home__quote {
    display: none;
}
}@media (max-width:480px) {
    .reviews-home-image__bestSeller__img {
    width: 80px;
}
}.newsletter.type-subheading--1 {
    font-weight: 400;
    text-transform: none;
}
#kombucha a, .template-collection a {
    text-decoration: none!important;
}
.hp-title {
    padding-top: 0;
}
.hp-title-href {
    text-decoration: none;
}
.collection-header h1 {
    color: #000;
    font-size: 48px;
}
.product-grid .indiv-product-wrapper {
    margin-bottom: 4em;
}
#kombucha p.disclaimer, #zenwise-tv-offer-digestive-enzymes p.disclaimer, .template-collection p.disclaimer {
    font-size: 20px;
    line-height: 1.3;
    text-align: center;
}
#kombucha .indiv-product img {
    height: 300px;
    max-height: 240px;
    max-width: 100%}
.home-page__sections .indiv-product img, .template-collection .indiv-product img {
    height: 250px;
    max-width: 100%}
#shopify-section-template--collection {
    margin-bottom: 5em;
}
#kombucha .leaveTrust {
    max-height: 180px;
}
#kombucha .indiv-product-title-text, .home-page__sections .indiv-product-title-text, .template-collection .indiv-product-title-text {
    font-size: 22px!important;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.home-page__sections .indiv-product-title-text>p>strong {
    font-size: 22px!important;
}
#kombucha .money, .home-page__sections .money, .template-collection .money {
    font-size: 22px;
}
#shopify-product-reviews {
    margin-top: 0!important;
}
.template-product p {
    margin-bottom: 0;
}
.collection-product-slogan {
    background-color: #3ac1cc;
    display: flex;
    margin: 50px 0;
}
.container-subscription-product {
    width: 100%}
.template-product .collection-product-slogan {
    margin: 0 0 10px;
}
.p-w-r .pr-review-display .pr-rd-no-reviews {
    text-align: left;
}
.collection-product-slogan h2 {
    color: #fff;
    font-size: 24px;
    letter-spacing: -.75px;
    line-height: 32px;
    margin: 9px auto;
    text-align: center;
}
.collection-header__description--digestive-support .collection-product-slogan {
    margin-bottom: 3px;
}
.collection-header__description--digestive-support .collection-product-slogan h2 {
    font-size: 24px;
}
.image__buy_on_amazon {
    margin-top: 5px!important;
    max-height: 20px!important;
    opacity: 1;
    width: 40%}
.product-short-benefits {
    width: 100%}
.product-short-benefits>ul {
    list-style: none;
    margin: 0;
    padding-left: 0;
}
.product-short-benefits p, .product-short-benefits>ul>li {
    font-family: "ProximaNova_Regular";
    font-size: 18px;
    font-weight: 500;
    line-height: 1.4;
}
.product-short-benefits>ul>li:before {
    background-color: #000;
    border-radius: 50%;
    content: "";
    display: inline-block;
    height: 4px;
    margin: 0 5px 2px 0;
    width: 4px;
}
.product-short-benefits--new {
    width: 100%}
.product-short-benefits--new>ul {
    list-style: none;
    margin: 0;
    padding-left: 0;
}
.product-short-benefits p, .product-short-benefits--new>ul>li {
    font-family: ProximaNova_Regular;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.4;
}
.product-short-benefits--new>ul>li:before {
    background-image: url("data:image/svg+xml;
    charset=utf-8, %3Csvg xmlns='http: //www.w3.org/2000/svg' width='19.213' height='18.295' version='1.0'%3E%3Cpath style='fill:%23000' d='M197.68 534.316c-.275-.004-1.462-1.779-2.638-3.945l-2.137-3.937.554-.554c.305-.305 1.124-.554 1.82-.554h1.266l.636 2.005.637 2.005 5.064-5.541c2.786-3.048 6.003-6.044 7.15-6.658l2.086-1.116-4.21 4.782c-2.314 2.63-5.45 6.748-6.969 9.15-1.517 2.403-2.984 4.366-3.26 4.363z' transform='translate(-192.905 -516.02)'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: cover;
    content: "";
    display: inline-block;
    font-family: u1f400;
    font-weight: 800;
    height: 10px;
    margin: 0 8px 2px 0;
    width: 10px;
}
@media screen and (max-width:768px) {
    .product-short-benefits p, .product-short-benefits--new>ul>li {
    font-size: 16px;
}
}#kombucha .collection-product-slogan h2, .home-page__sections .collection-product-slogan h2, .template-collection .collection-product-slogan h2 {
    margin: 0;
}
#digestive-enzymes-good-gut-gummies .collection-product-slogan>h2 {
    font-size: 50px;
}
.template-product .product-single__media__image img {
    max-height: 400px;
    object-fit: contain;
}
.template-product .product-description-header {
    font-size: 28px;
    letter-spacing: 0;
    line-height: 40px;
    margin-bottom: 0;
    text-transform: unset;
}
.template-product .product-description-header>p {
    font-size: 28px;
}
.template-product .product-description-header--bold {
    font-family: ProximaNova_Bold!important;
}
.template-product .money {
    font-size: 24px;
    letter-spacing: -.36px;
}
.template-product .quantity-controls__outer {
    align-items: center;
    display: flex;
    flex: 0 0 30%;
    flex-direction: row;
    margin-bottom: 0;
    margin-right: 10px;
}
.template-product .quantity-controls__outer label {
    font-size: 30px;
    letter-spacing: -.3px;
    width: 30%}
.product__buttons-container {
    display: flex;
    width: 100%}
@media (max-width:768px) and (min-width:490px) {
    .product-short-benefits>ul>li {
    text-align: center;
}
.product-page--pricing--variant-price>span {
    justify-content: center;
}
}@media (max-width:767.98px) {
    .product-short-benefits>ul>li {
    font-size: 16px;
    line-height: 24px;
}
.afterpay-paragraph {
    font-size: 13px!important;
}
.product-page--pricing--variant-price>span, .template-product .money {
    font-size: 22px;
}
.product-page--pricing--variant-price>span {
    justify-content: center;
}
.template-product .swatch .swatch-element>label {
    font-size: 16px;
}
.template-product .quantity-controls__outer div button, .template-product .quantity-controls__outer div input {
    font-size: 20px;
    height: 40px;
}
.template-product .product-description-header, .template-product .product-description-header>p {
    font-size: 24px;
}
.template-product .product-description-main-wrapper {
    font-size: 32px;
}
.template-product p.product-ingredients__description-footer {
    line-height: 1!important;
}
.collection-product-slogan {
    margin-bottom: 20px;
    margin-top: 0;
}
.template-product .quantity-controls__outer {
    align-items: flex-start;
    flex-direction: column;
}
.template-product .quantity-controls__outer label {
    font-size: 24px;
}
.product-page--submit-action>a.btn {
    padding: 0;
}
}.template-product .shopify-product-form>.row {
    margin-left: 0;
    margin-right: 0;
}
.template-product .quantity-controls__outer div {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    width: 100%}
.template-product .quantity-controls__outer div button, .template-product .quantity-controls__outer div input {
    font-size: 24px;
    height: 45px;
    padding: 0;
}
.product-page--submit-action {
    display: flex;
    justify-content: space-between;
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
}
.product-page--submit-action>button {
    background-color: #e56529;
    border: none;
    color: #fff;
    font-family: ProximaNova_Regular!important;
    font-size: 24px!important;
    letter-spacing: -.32px;
    margin: 0;
    padding: 0 30px;
    text-transform: capitalize;
    width: 100%!important;
}
.product-page--submit-action .shopify-payment-button {
    align-items: center;
    display: flex;
    width: 48%}
.product-page--submit-action .shopify-payment-button button {
    margin-top: 0;
}
.product-page--submit-action .shopify-payment-button button, .product-page--submit-action>a.btn {
    background-color: #e56529;
    color: #fff;
    font-family: ProximaNova_Bold!important;
    font-size: 32px!important;
    letter-spacing: -.32px;
}
.product-page--submit-action>a.btn {
    align-items: center;
    border: none;
    display: flex;
    justify-content: center;
    width: 48%!important;
}
.template-product .shopify-payment-button div {
    width: 100%}
.template-product .product_promo_description {
    margin: auto auto 50px;
    max-width: 900px;
}
.template-product .product_promo_description>h2 {
    font-size: 26px;
    letter-spacing: 0;
    margin-bottom: .7rem;
    text-align: center;
    text-transform: uppercase;
}
.template-product .product_promo_description>p {
    font-size: 20px;
    letter-spacing: 0;
    line-height: 26px;
    text-align: justify;
    text-transform: unset;
}
.template-product .product_promo_description>p:not(:last-child) {
    margin-bottom: 10px;
}
.product-single__thumbnails .swiper-container-horizontal .product-single__thumbnail__wrapper {
    padding-top: 180px;
}
.product-single__thumbnails .swiper-container-horizontal .product-single__thumbnail__wrapper img {
    height: 100%;
    object-fit: contain;
}
#product-box {
    margin: auto;
    width: 95%}
.shopify-payment-button__more-options {
    display: none!important;
}
.shopify-payment-button, nav.breadcrumb {
    margin: auto;
    width: 95%}
nav.breadcrumb {
    padding-bottom: 0;
}
.template-product nav.breadcrumb {
    display: none;
}
body:not(.template-index) .header-wrapper {
    margin-bottom: 0;
}
.template-product .swiper-wrapper>.swiper-slide:first-of-type {
    margin-left: auto;
}
.template-product .swiper-wrapper>.swiper-slide:last-of-type {
    margin-right: auto!important;
}
.template-product .swatch-title {
    display: none;
}
@media (max-width:1180px) {
    .product-page--submit-action>a.btn, .product-page--submit-action>button {
    font-size: 26px!important;
    height: auto;
}
}@media (max-width:940px) {
    .product-differences__text, .product-ingredients__items, .template-product .product_promo_description {
    max-width: 90%}
}@media (max-width:768px) {
    div#rc_container {
    margin-bottom: 10px!important;
}
.template-product .quantity-controls__outer div button, .template-product .quantity-controls__outer div input {
    font-size: 20px;
}
.product-single__thumbnails .swiper-pagination-bullet {
    height: 24px;
    margin: 0 5px;
    padding: 5px;
    width: 24px;
}
.template-product .product_promo_description>h2 {
    font-size: 24px;
}
.product-single__thumbnails .swiper-container-horizontal .product-single__thumbnail__wrapper {
    padding-top: 200px;
}
.collection-product-slogan h2 {
    align-items: center;
    display: flex;
    justify-content: center;
    letter-spacing: 0;
    width: 90%}
.template-product .swiper-wrapper {
    height: auto!important;
    justify-content: unset!important;
}
.template-product .product_promo_description>h3 {
    font-size: 28px;
}
.template-product .product_promo_description>p {
    font-size: 18px;
}
.indiv-product img {
    max-height: 240px;
}
}div[id*=shopify-section-template--product], div[id^=shopify-section-template--product] {
    margin: auto;
    max-width: 1300px;
}
.product-metafields__section {
    margin: 5em 0;
}
.product-metafields__section_whyBuy {
    margin-top: 0;
}
.product-metafields__section_bottom {
    margin-bottom: 2.5em!important;
}
.leaveTrust {
    display: block;
    margin: auto;
    max-height: 150px;
}
body.tinVariant .product-description-subtitle {
    display: none!important;
}
.product-description-subtitle {
    font-size: 24px;
    letter-spacing: -.44px;
    margin-bottom: 0;
    margin-top: -6px;
    text-transform: capitalize;
}
.product-ingredients__description-footer {
    letter-spacing: -.18px!important;
    line-height: 1!important;
    margin-top: 40px;
    text-align: center;
    width: 80%}
.product-ingredients__description-footer.above_space {
    margin: 7px 7px 20px;
}
.product-ingredients__description-footer>span {
    display: block;
    font-size: 18px;
    line-height: 22px;
    white-space: pre-line;
}
.template-product .product_benefits_divider {
    height: 40px;
    width: 100%}
.template-product .swatch .swatch-element {
    margin-bottom: 0;
    min-width: fit-content;
    width: 25%}
.template-product .swatch .swatch-element.soldout {
    display: none!important;
}
.template-product .swatch .swatch-element>label {
    align-items: center;
    display: flex;
    font-size: 18px;
    height: 40px;
    justify-content: center;
}
#shopify-section-template--collection .normal_divider, #zenwise-tv-offer-digestive-enzymes .normal_divider, .template-product .normal_divider {
    background-color: #3ac1cc;
    height: 20px;
    width: 100%}
.normal_divider.green {
    background-color: #6db650;
}
.product-benefits__section {
    display: flex;
    flex-direction: column;
    margin: 50px auto;
    max-width: 1300px;
}
.product-benefits__title {
    align-items: center;
    display: flex;
    justify-content: center;
    margin: 20px auto;
    max-width: 90%}
.product-instructions__container .product-benefits__title {
    flex-direction: column;
}
.product-instructions__container>p:last-child {
    margin-bottom: 40px;
}
.product-benefits__title>h2:first-child {
    color: #3ac1cc;
    text-transform: unset;
}
.product-benefits__title>p {
    font-size: 60px;
    margin: 0 30px;
    text-align: center;
    width: 85%}
.product-instructions__container .product-benefits__title>p {
    font-size: 30px;
    line-height: 1.2;
}
.product-benefits__title>h2 {
    font-size: 26px;
    letter-spacing: 0;
    margin-bottom: 0;
    text-align: center;
    width: auto;
}
.product-benefits__title>h2>sup {
    font-size: 30px;
}
.product-benefits__items {
    list-style-type: none;
    margin-top: 0;
    padding: 0;
}
.product-benefits__item {
    align-items: center;
    display: flex;
    justify-content: flex-start;
    margin: auto;
    max-width: 650px;
    padding: 25px 0;
    transform: translateX(50px);
}
.product-benefits__item .img-box {
    margin-right: 50px;
}
.product-benefits__item .img-box>img {
    object-fit: contain;
    width: 120px;
}
.benefit_info>p {
    font-size: 26px;
    letter-spacing: -.4px;
    line-height: 1.2;
    max-width: 510px;
    text-transform: uppercase;
}
@media (max-width:768px) {
    .template-product .swatch .swatch-element {
    min-width: fit-content;
    width: 45%}
.leaveTrust {
    display: block;
    margin: auto;
    max-height: 120px;
}
.product-benefits__section {
    max-width: 90%}
.product-benefits__item {
    transform: translateX(0);
    width: 360px;
}
.product-benefits__title>h2 {
    font-size: 26px;
    width: 100%}
.product-benefits__title>h2>sup {
    font-size: 15px;
}
.product-benefits__title>p {
    font-size: 25px;
    margin: 0 30px;
}
.product-benefits__title span {
    margin: 0 15px;
}
.product-benefits__item .img-box {
    display: flex;
    justify-content: center;
    margin-right: 20px;
    min-width: 30%;
    width: 30%}
.product-benefits__item .img-box>img {
    max-width: 80px;
}
.benefit_info>p {
    font-size: 18px;
    line-height: 28px;
}
.benefit_info>p:nth-child(2) {
    margin-bottom: 0;
}
}@media (max-width:460px) {
    .product-benefits__item {
    width: 100%}
.benefit_info>p {
    line-height: 28px;
    margin-bottom: 0;
}
}.product-knowledge__wrapper {
    display: flex;
    justify-content: space-between;
    max-height: 450px;
    width: 100%}
.product-knowledge__img-box {
    align-items: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    justify-content: flex-end;
    width: 42%}
.product-knowledge__img-box>img {
    height: 70%;
    margin-right: 5%;
    object-fit: contain;
    width: auto;
}
.product-knowledge__idea {
    align-items: center;
    background-color: #3ac1cc;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 10% 0 4%;
    width: 57%}
.product-knowledge__idea>p {
    color: #fff;
    font-size: 40px;
    line-height: 44px;
    margin-right: auto;
    max-width: 520px;
}
@media (max-width:900px) {
    .product-knowledge__wrapper {
    flex-direction: column;
    padding: 20px 0;
}
.product-knowledge__idea>p {
    font-size: 23px;
    margin: 2em 0;
}
.product-knowledge__idea, .product-knowledge__img-box {
    width: 100%}
.product-knowledge__idea {
    padding: 0 10%}
.product-knowledge__img-box>img {
    height: 140px;
    margin-right: 0;
}
.product-knowledge__img-box {
    justify-content: center;
    margin-bottom: 20px;
    max-height: 170px;
}
}.product-ingredients__section {
    align-items: center;
    display: flex;
    flex-direction: column;
    margin: 10px auto 40px;
    max-width: 1300px;
}
.product-ingredients__title>h2 {
    font-size: 50px;
    letter-spacing: -.5px;
    margin-top: 40px;
    text-align: center;
}
.product-ingredients__items {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    max-width: 900px;
    width: 100%}
.product-ingredients__item {
    letter-spacing: -.33px;
    margin-bottom: 40px;
    width: 40%}
.product-ingredients__item, .product-ingredients__item3 {
    align-items: center;
    display: inherit;
    flex-direction: column;
}
.product-ingredients__item3 {
    width: 32%}
.product-ingredients__item .img-box, .product-ingredients__item3 .img-box {
    height: 300px;
    position: relative;
    width: 100%}
.product-ingredients__item .img-box:after, .product-ingredients__item3 .img-box:after {
    content: "";
    display: block;
    padding-bottom: 50%}
.product-ingredients__item .img-box>img, .product-ingredients__item3 .img-box>img {
    bottom: 0;
    height: 100%;
    left: 0;
    margin: auto;
    max-width: 300px;
    object-fit: contain;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%}
.product-ingredients__item3>p:nth-child(2n), .product-ingredients__item>p:nth-child(2n) {
    margin: 0!important;
}
.product-ingredients__item3>p:nth-child(2) {
    letter-spacing: -.38px;
    margin-bottom: 5px!important;
}
.product-ingredients__item3>p, .product-ingredients__item>p {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 0;
    text-align: center;
    width: 85%}
.product-ingredients__item>p strong {
    font-size: 20px;
}
@media (max-width:768px) {
    .product-ingredients__section {
    margin-bottom: 40px;
    max-width: 90%}
.product-ingredients__title>h2 {
    font-size: 23px;
    margin-top: 20px;
}
.product-ingredients__items {
    align-items: center;
    flex-direction: column;
    margin-top: 20px;
    width: 95%}
.product-ingredients__item, .product-ingredients__item3 {
    width: 100%!important;
}
.product-ingredients__item3>p, .product-ingredients__item>p {
    text-align: center;
}
.product-ingredients__item .img-box, .product-ingredients__item3 .img-box {
    max-height: 230px;
}
}.product-differences__container {
    align-items: center;
    background-color: #3ac1cc;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 100px 0;
    width: 100%}
.product-instructions__container .product-differences__container {
    padding: 20px 0;
}
.product-differences__title {
    font-size: 36px;
    line-height: 37px;
    margin-bottom: 30px;
    text-align: center;
}
.product-differences__text {
    font-size: 20px;
    letter-spacing: 0;
    line-height: 26px;
    max-width: 900px;
    text-align: justify;
    width: 80%}
.product-instructions__container .product-differences__text {
    text-align: left;
}
@media (max-width:768px) {
    .product-differences__title {
    font-size: 24px;
    max-width: 90%}
.product-differences__text {
    font-size: 18px;
    line-height: 26px;
    max-width: 80%;
    text-align: justify;
}
.product-differences__container {
    padding: 50px 0;
}
}.product-brands__section {
    align-items: center;
    display: flex;
    flex-direction: column;
    margin: 60px auto;
    max-width: 1300px;
    width: 90%}
.product-brands__title>h2 {
    font-size: 50px;
    letter-spacing: -.5px;
    margin-top: 0;
    text-align: center;
}
.product-brands__items {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 40px;
    width: 100%}
.product-brands__subtitle {
    font-family: ProximaNova_Bold;
}
.product-brands__container-details {
    width: 80%!important;
}
ul.product-brands__container-details {
    font-family: ProximaNova_Regular!important;
    font-size: 33px;
    font-weight: 400;
    line-height: 41px;
}
.product-brands__static-text {
    margin: 20px auto 50px;
    max-width: 70%;
    text-align: center;
}
.product-brands__static-text>p {
    line-height: 20px;
    margin-bottom: 0;
}
.product-brands__item {
    align-items: center;
    display: inherit;
    flex-direction: column;
    margin-bottom: 2em;
    padding: 25px;
    width: 315px;
}
.product-brands__items>.product-brands__item {
    border-color: #64bfca!important;
}
.product-brands__items--orange>.product-brands__item {
    border-color: #e56529!important;
}
.product-brands__item:not(:last-child) {
    border-right: 2px solid;
}
@media (max-width:1400px) {
    .product-brands__item {
    border: none!important;
}
.product-brands__item:first-child, .product-brands__item:nth-child(2) {
    border-right: 2px solid!important;
}
.product-brands__item:last-child {
    border: none!important;
}
.product-brands__items>.product-brands__item {
    border-color: #64bfca!important;
}
.product-brands__items--orange>.product-brands__item {
    border-color: #e56529!important;
}
}@media (max-width:1050px) {
    .product-brands__item: nth-child(2) {
    border: none!important;
}
.product-brands__item:first-child, .product-brands__item:nth-child(3) {
    border-right: 2px solid!important;
}
.product-brands__item:last-child {
    border: none!important;
}
.product-brands__items>.product-brands__item {
    border-color: #64bfca!important;
}
.product-brands__items--orange>.product-brands__item {
    border-color: #e56529!important;
}
}.product-brands__item .img-box {
    height: 150px;
    margin-bottom: 25px;
    position: relative;
    width: 100%}
.product-brands__item .img-box:after {
    content: "";
    display: block;
    padding-bottom: 50%}
.product-brands__item .img-box>img {
    bottom: 0;
    height: 100%;
    left: 0;
    object-fit: contain;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%}
.product-brands__item>p:nth-child(2n) {
    margin: 0!important;
}
.product-brands__item>p {
    font-size: 33px;
    line-height: 37px;
}
@media (max-width:768px) {
    .product-brands__static-text {
    margin-bottom: 30px!important;
    max-width: 90%!important;
}
.product-brands__static-text p {
    font-size: 12px!important;
    line-height: 18px!important;
}
.product-brands__section {
    margin-top: 50px;
    max-width: 85%}
.product-brands__item>p {
    line-height: 26px;
}
.product-brands__dividor {
    border-bottom: 2px solid #64bfca;
}
.product-brands__title>h2 {
    font-size: 23px;
    margin-top: 20px;
}
.product-brands__items {
    align-items: center;
    flex-direction: column;
    margin-top: 20px;
    width: 95%}
.product-brands__item {
    width: 100%!important;
}
.product-brands__item:not(:last-child) {
    border: none!important;
    border-bottom: 2px solid!important;
}
.product-brands__items>.product-brands__item {
    border-color: #64bfca!important;
}
.product-brands__items--orange>.product-brands__item {
    border-color: #e56529!important;
}
.product-brands__item>p {
    font-size: 20px;
    text-align: center;
}
.product-brands__item .img-box {
    height: 100px;
}
}.product--ingredients-metaDescription {
    background-color: #38c1cd;
    padding-bottom: 40px;
    padding-top: 40px;
}
.product--ingredients-metaDescription p {
    color: #fff;
    font-size: 30px;
    line-height: 35px;
    margin: auto;
    max-width: 1020px;
}
@media (max-width:1165px) {
    .product--ingredients-metaDescription p {
    width: 90%}
}@media (max-width:768.02px) {
    .product--ingredients-metaDescription p {
    font-size: 22px;
}
}.product-instructions__container {
    margin: 50px 0;
}
.product-instructions__container>h2 {
    font-size: 26px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 26px;
    margin-bottom: 10px;
    text-align: center;
}
.product-instructions__title>sup {
    font-size: 35px;
}
.product-instructions__container>p {
    font-size: 22px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 26px;
    margin: auto;
    margin-bottom: 20px!important;
    max-width: 70%;
    text-align: center;
}
.product-difference__text {
    font-size: 33px;
    font-weight: 400;
    line-height: 41px;
    margin: auto;
    max-width: 70%;
    text-align: left;
}
@media (max-width:768px) {
    .product-instructions__title {
    font-size: 36px;
    letter-spacing: -.36px;
}
.product-difference__text, .product-instructions__text {
    font-size: 21px;
    letter-spacing: -.21px;
}
.product-instructions__title>sup {
    font-size: 20px;
}
}.product-recommendations__container {
    background-position: 50% 100%;
    background-repeat: no-repeat;
    border-bottom: 40px solid #3ac1cc;
    margin-top: 52px;
    padding-bottom: 240px;
}
#shopify-section-template--product--recommendations {
    margin: 36px auto 50px;
}
.product-recommendations__title, .product-recommendations__title--special {
    font-size: 26px;
    font-weight: 700;
    line-height: 26px;
    margin-bottom: 52px;
    text-align: center;
}
.product-recommendations__title--special {
    background-color: #fff;
    font-family: ProximaNova_Bold;
    font-size: 22px!important;
    letter-spacing: 0!important;
    margin: 0;
    padding-bottom: 19px;
    text-transform: capitalize!important;
}
.no-underline {
    text-decoration: none!important;
}
@media screen and (min-width:992px) {
    .template-product .indiv-product img {
    height: 200px!important;
    max-width: 100%!important;
    width: auto!important;
}
}@media screen and (max-width:991.98px) {
    .template-product .indiv-product img {
    height: 202px!important;
    max-height: unset!important;
    width: auto!important;
}
}.indiv-product-title-text {
    font-size: 38px!important;
    font-weight: 700!important;
    letter-spacing: -.38px;
}
.money-styling {
    display: none!important;
}
#shopify-section-template--product--recommendations .indiv-product .indiv-product-title-text {
    font-size: 22px!important;
}
.product-recommendations__button {
    background-color: #e56529;
    border: none;
    color: #fff;
    font-size: 20px;
    height: 40px;
    outline: none;
    width: 170px;
}
.product-recommendations__button--special {
    background-color: #3dae2b;
    border: none;
    color: #fff;
    font-size: 20px;
    height: 40px;
    outline: none;
    width: 170px;
}
.product-recommendations__button-container {
    align-items: center;
    display: flex;
    justify-content: center;
    margin-bottom: 22px;
    margin-top: 10px;
    width: 100%}
.product-recommendations__button-container--submit {
    grid-column-gap: 10px;
    grid-row-gap: 8px;
    display: grid;
    flex: 1;
    grid-template-columns: repeat(auto-fit, minmax(100px, 110px));
}
@media (max-width:768px) {
    .template-product .title-bar>h2 {
    font-size: 24px;
    margin: auto;
    width: 90%}
.product-recommendations__container {
    background-size: 205px;
    border-bottom: 10px solid #3ac1cc;
    padding-bottom: 155px;
}
.product-recommendations__title {
    font-size: 24px!important;
}
.product-recommendations__title--special {
    font-size: 17px!important;
}
.indiv-product-title-text {
    font-size: 28px!important;
}
.product-recommendations__button {
    font-size: 18px;
    height: 40px;
    width: 145px;
}
}@media screen and (min-width:768px) {
    .feature-row {
    display: flex;
}
.paddingLeft-100-md {
    padding-left: 100px;
}
.feature-row .feature-row__text {
    align-items: center;
    display: flex;
    justify-content: center;
    text-align: left;
}
.feature-row .feature-row__text .title-bar {
    text-align: left;
}
}.template-index #shopify-section-announcement-bar {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 4;
}
.template-index #shopify-section-announcement-bar+strong {
    padding-top: 61px;
}
.landing-button {
    background-color: #e56529;
    border: none;
    color: #fff;
    font-size: 32px;
    height: 60px;
    outline: none;
    width: 215px;
}
.announcement-image__title {
    display: none;
}
.announcement-image {
    min-height: 40vw;
}
@media (max-width:768px) {
    .announcement-image__title {
    color: #6db650;
    display: block;
    font-size: 40px;
    letter-spacing: -.3px;
    line-height: 1;
    margin: 15px auto;
    text-align: center;
    width: 70%}
.template-index #shopify-section-announcement-bar {
    position: relative;
}
.template-index #shopify-section-announcement-bar+strong {
    padding-top: 0;
}
}@media only screen and (min-width:680px) and (max-width:768px) {
    .announcement-image__background {
    height: 316px!important;
}
}.announcement-image__container {
    position: relative;
}
.announcement-image__background {
    width: 100%}
.announcement-image__bestSeller, .announcement-image__info {
    position: absolute;
}
.announcement-image__background.fade-lazy+.announcement-image__bestSeller, .announcement-image__background.fade-lazy~.announcement-image__info {
    animation-duration: 2s;
    animation-fill-mode: forwards;
    animation-name: fade;
}
.announcement-image__bestSeller {
    align-items: center;
    display: flex;
    flex-direction: column;
    max-width: 447px;
    opacity: 0;
    right: 62%;
    top: 2%}
.announcement-image__info {
    bottom: 12%;
    left: 62%;
    opacity: 0;
    width: 445px;
}
.announcement-image__bestSeller__img {
    max-height: 210px;
    max-width: 210px;
}
.announcement-image__bestSeller__title_container {
    align-items: center;
    display: flex;
    justify-content: center;
    max-width: 317px;
}
@media (min-width:1100px) {
    .announcement-image__bestSeller__title_container {
    max-width: 350px;
}
}.announcement-image__bestSeller__title {
    font: normal normal 700 64px/62px ProximaNova_Bold;
    font-size: 50px;
    letter-spacing: -.64px;
    text-align: left;
    text-transform: uppercase;
}
.announcement-image__info__description {
    font: normal normal 700 33px/37px ProximaNova_Bold;
    font-size: 30px;
    letter-spacing: -.33px;
    text-align: left;
}
.announcement-image__info__food {
    border-bottom: 4px solid #707070;
    font: normal normal 700 25px/37px ProximaNova_Bold;
    font-size: 22px;
    letter-spacing: -.25px;
    padding-bottom: 10px;
    text-align: left;
}
.announcement-image__info__button {
    margin-top: 20px;
}
.announcement-image__info__offer {
    font-size: 23px;
    font-style: bold;
    font-weight: 700;
    letter-spacing: -.23px;
    margin: 0;
    padding-left: 2px;
    padding-right: 2px;
    padding-top: 10px;
    text-align: left;
}
@media (max-width:1400px) {
    .announcement-image__bestSeller {
    width: 35%}
.announcement-image__bestSeller__title {
    font-size: 45px;
    line-height: 1;
    text-align: left;
}
.announcement-image__info {
    width: 35%}
.announcement-image__info__button {
    margin-top: 0;
}
.announcement-image__bestSeller__img {
    height: 180px;
    width: 180px;
}
.announcement-image__info__description {
    font-size: 28px;
    line-height: 1;
}
.announcement-image__info__food {
    font-size: 23px;
}
}@media (max-width:1200px) {
    .announcement-image__bestSeller {
    top: 10%}
.announcement-image__bestSeller__img {
    height: 140px;
    width: 140px;
}
.announcement-image__bestSeller__title {
    font-size: 35px;
}
.announcement-image__info__food {
    display: none;
}
.announcement-image__info__description {
    font-size: 23px;
}
}@media (max-width:1000px) {
    .announcement-image__bestSeller__title {
    font-size: 30px;
}
.announcement-image__info {
    bottom: 20%}
.announcement-image__info__description:last-of-type {
    display: none;
}
}@media (max-width:768px) {
    .announcement-image__background {
    display: block;
    height: 80vw;
    object-fit: cover;
    object-position: 60% center;
}
.announcement-image__info {
    bottom: revert;
    top: 175px;
    width: 30%}
.announcement-image__info__description {
    font-family: ProximaNova_Bold;
    letter-spacing: -.18px;
    text-transform: uppercase;
}
.announcement-image__bestSeller {
    left: 62%;
    right: revert;
    top: 5%}
.announcement-image__bestSeller__img {
    align-self: flex-start;
    height: 140px;
    width: 140px;
}
.announcement-image__bestSeller__title {
    display: none;
}
.announcement-image__info__button {
    align-items: center;
    display: flex;
    font-size: 23px;
    height: 40px;
    justify-content: center;
    text-transform: uppercase;
    width: 100%}
}@media (max-width:480px) {
    .announcement-image__title {
    font-size: 32px;
}
.announcement-image__background {
    height: 97vw;
}
.announcement-image__bestSeller__img {
    height: 80px;
    width: 80px;
}
.announcement-image__info__description {
    font-size: 18px;
}
.announcement-image__info {
    top: 115px;
}
.announcement-image__info__button {
    font-size: 16px;
}
}.announcement-description__title {
    color: #3ac1cc;
    font-family: ProximaNova_Bold;
    font-size: 38px;
    letter-spacing: -.38px;
    margin-top: 35px;
    padding: 0 20px;
    text-align: center;
    text-transform: uppercase;
    width: 100%}
.announcement-description__divider {
    align-items: center;
    background-color: #6db650;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 20px 0;
    position: relative;
}
.announcement-description__divider__container {
    align-items: center;
    display: flex;
    height: 225px;
    justify-content: center;
    margin-top: 20px;
    overflow: hidden;
}
.announcement-description__divider__img {
    max-height: 345px;
    max-width: 345px;
    position: relative;
    top: 76px;
    z-index: -1;
}
.announcement-description__divider__text {
    color: #fff;
    font-size: 38px;
    letter-spacing: -.38px;
    margin-bottom: 0;
    text-align: center;
    text-transform: uppercase;
}
.announcement-divider--buyNow {
    align-items: center;
    display: flex;
    flex-direction: column;
    padding: 60px 20px;
}
.announcement-divider--buyNow__legend {
    color: #c8c8c8;
    font: normal normal normal 24px/37px ProximaNova_Regular;
    letter-spacing: -.24px;
    margin-top: 14px;
    text-align: center;
}
.announcement-divider--healthy {
    margin-bottom: 40px;
}
.announcement-divider--healthy__container {
    display: flex;
    margin: 0 auto;
    max-width: 1300px;
    width: 80%}
.announcement-divider--healthy__img {
    height: 110px;
    margin-right: 17px;
}
.announcement-divider--healthy__text {
    flex: 1;
    font: normal normal normal 33px/37px ProximaNova_Regular;
    font-size: 33px;
    letter-spacing: -.33px;
    margin: 0;
    max-width: 1051px;
    text-align: left;
}
.announcement-image__info__description.instruction {
    text-transform: uppercase;
}
@media (max-width:1000px) {
    .announcement-divider--healthy {
    margin-top: 40px;
}
.announcement-divider--healthy__text {
    font-size: 23px;
}
}@media (max-width:768px) {
    .announcement-divider--healthy__container {
    flex-direction: column;
}
.announcement-divider--healthy__img {
    align-self: center;
    height: auto;
    width: 40%}
.announcement-divider--healthy__text {
    letter-spacing: -.16px;
    line-height: 1!important;
    text-align: center;
}
.announcement-divider--healthy__text:before {
    background-color: #6db650;
    content: "";
    display: block;
    height: 15px;
    left: 50%;
    margin-bottom: 13px;
    position: relative;
    transform: translateX(-50%);
    width: 100vw;
}
.announcement-image__info__offer, p.announcement-image__info__description.instruction {
    display: none;
}
}@media (max-width:480px) {
    .announcement-divider--healthy__text {
    font-size: 16px;
}
.announcement-divider--healthy__text:before {
    height: 10px;
}
}.announcement-divider--advantage {
    align-items: center;
    background-size: cover;
    display: flex;
    flex-direction: column;
}
.announcement-divider--advantage__title {
    font-size: 80px;
    letter-spacing: -.8px;
    line-height: 1;
    margin: auto;
    padding-top: 60px;
    text-align: center;
    text-transform: uppercase;
    width: 90%}
.announcement-divider--advantage--container {
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
    max-width: 1365px;
    padding: 40px 0;
    width: 85%}
.announcement-divider--advantage__item {
    align-items: center;
    display: flex;
    flex: 1 1 33.33%;
    flex-direction: column;
}
.announcement-divider--advantage__item__title {
    font-family: ProximaNova_Bold;
    font-size: 38px;
    letter-spacing: -.38px;
    margin: 30px 0 0;
    text-align: center;
}
.announcement-divider--advantage__item__description {
    font-family: ProximaNova_Regular;
    font-size: 33px;
    letter-spacing: -.33px;
    max-width: 356px;
    text-align: center;
    width: 91%}
.announcement-divider--advantage>button {
    margin-bottom: 60px;
}
.announcement-advertisement {
    display: flex;
    margin: 0 auto 50px;
    max-width: 1365px;
    width: 80%}
.announcement-advertisement__item {
    background-size: cover;
    display: flex;
    flex: 1;
    flex-direction: column;
}
.announcement-advertisement__item__header {
    position: relative;
    z-index: 2;
}
.announcement-advertisement__item__discount {
    align-items: center;
    background-color: #e56529;
    border: 4px solid #000;
    border-radius: 50%;
    color: #fff;
    display: flex;
    font-family: ProximaNova_Bold;
    font-size: 26px;
    height: 130px;
    left: 5%;
    letter-spacing: -.26px;
    line-height: 22px;
    padding: 3px;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    top: 50%;
    transform: translateY(-50%);
    width: 130px;
}
.announcement-advertisement__item__discount+.announcement-advertisement__item__title, .announcement-advertisement__item__discount~.announcement-advertisement__item__subtitle {
    padding-left: 110px;
}
.announcement-advertisement__item:not(:last-child) {
    margin-right: 13px;
}
.announcement-advertisement__item:first-child .announcement-advertisement__item__header {
    background-color: #3ac1cc;
}
.announcement-advertisement__item:last-child .announcement-advertisement__item__header {
    background-color: #6db650;
}
.announcement-advertisement__item__title {
    color: #fff;
    font-family: ProximaNova_Bold;
    font-size: 42px;
    letter-spacing: -.42px;
    margin-bottom: 0;
    text-align: center;
}
.announcement-advertisement__item__subtitle {
    color: #fff;
    font-family: ProximaNova_Regular;
    font-size: 31px;
    letter-spacing: -.31px;
    line-height: 1;
    margin: 0;
    padding-bottom: 9px;
    text-align: center;
}
.announcement-advertisement__item__content {
    align-items: center;
    display: flex;
    justify-content: center;
    margin: auto 0;
}
.announcement-advertisement__item__details {
    display: flex;
    flex-direction: column;
}
.announcement-advertisement__item__details__title {
    color: #6db650;
    font-family: ProximaNova_Bold;
    font-size: 33px;
    letter-spacing: -.33px;
    line-height: 29px;
    margin-bottom: 8px;
    text-align: right;
}
.announcement-advertisement__item__details__benefit {
    font-family: ProximaNova_Regular;
    font-size: 29px;
    letter-spacing: -.29px;
    line-height: 25px;
    margin-bottom: 10px;
    text-align: right;
}
.announcement-advertisement__item__details__price {
    color: #6db650;
    font-family: ProximaNova_Bold;
    font-size: 37px;
    letter-spacing: -.37px;
    text-align: right;
}
.announcement-advertisement__item__details .landing-button {
    margin-left: auto;
}
.announcement-advertisement__item__details__legend {
    font-family: ProximaNova_Bold;
    font-size: 17px;
    letter-spacing: -.17px;
    line-height: 18px;
    margin: 10px 0 0 auto;
    text-align: center;
    text-transform: uppercase;
    width: 215px;
}
.announcement-advertisement__item:first-child .announcement-advertisement__item__details, .announcement-advertisement__item:first-child .announcement-advertisement__item__img {
    margin-left: auto;
    width: 35%}
.announcement-advertisement__item__stars {
    border-bottom: 2px solid #7eb35d;
    box-sizing: content-box;
    display: flex;
    justify-content: flex-end;
    max-height: 25px;
    padding-bottom: 20px;
    width: 100%}
.announcement-advertisement__item__stars img {
    height: auto;
    width: 130px;
}
.announcement-advertisement__item:first-child .announcement-advertisement__item__img {
    max-width: 205px;
}
.announcement-advertisement__item:first-child .announcement-advertisement__item__details {
    margin-right: auto;
}
.announcement-advertisement__item:last-child .announcement-advertisement__item__img {
    width: 55%}
.announcement-advertisement__item:last-child .announcement-advertisement__item__details__benefit {
    font-size: 26px;
    letter-spacing: -.26px;
    line-height: 22px;
}
.announcement-advertisement__item:last-child .announcement-advertisement__item__details {
    margin-right: 5%}
.landingpage-section--announcement-advertisement {
    margin-top: -100px;
    padding-top: 100px;
}
@media (max-width:1500px) {
    .announcement-advertisement__item__details__title {
    font-size: 24px;
    margin-top: 8px;
}
.announcement-advertisement__item__details__legend {
    width: 185px;
}
.announcement-advertisement__item__details__benefit {
    font-size: 24px;
}
.announcement-advertisement__item:last-child .announcement-advertisement__item__details__benefit {
    font-size: 21px;
}
.announcement-advertisement__item__details__price {
    font-size: 30px;
    margin-bottom: 10px;
}
.announcement-advertisement__item__details__legend {
    font-size: 15px;
    margin-bottom: 8px;
}
.announcement-advertisement__item__details .landing-button {
    font-size: 26px;
    height: 47px;
    width: 180px;
}
.announcement-advertisement__item__title {
    font-size: 34px;
}
.announcement-advertisement__item__subtitle {
    font-size: 24px;
}
.announcement-advertisement__item__discount+.announcement-advertisement__item__title, .announcement-advertisement__item__discount~.announcement-advertisement__item__subtitle {
    padding-left: 100px;
}
.announcement-advertisement__item__discount {
    font-size: 22px;
    height: 115px;
    padding: 4px;
    width: 115px;
}
}@media (max-width:1200px) {
    .announcement-advertisement__item__discount {
    font-size: 18px;
    height: 95px;
    width: 95px;
}
.announcement-advertisement__item__title {
    font-size: 30px;
}
.announcement-advertisement__item__details__title {
    font-size: 22px;
    line-height: 1;
}
.announcement-advertisement__item__details__benefit {
    font-size: 20px;
}
.announcement-advertisement__item:last-child .announcement-advertisement__item__details__benefit {
    font-size: 19px;
}
.announcement-advertisement__item__details__price {
    font-size: 26px;
}
.announcement-advertisement__item__details__legend {
    font-size: 12px;
    line-height: 1;
}
.announcement-advertisement__item__details .landing-button {
    font-size: 21px;
    height: 40px;
    width: 140px;
}
.announcement-advertisement__item__details__legend {
    width: 140px;
}
}@media (max-width:1000px) {
    .announcement-advertisement {
    flex-direction: column;
}
.announcement-advertisement__item:not(:last-child) {
    margin-right: 0;
}
.announcement-advertisement__item__details {
    margin-right: 10%!important;
}
.announcement-advertisement__item__content {
    padding: 35px 0;
}
.announcement-advertisement__item .announcement-advertisement__item__img {
    max-height: 400px;
}
.announcement-advertisement__item__details__benefit {
    font-size: 24px;
}
.announcement-advertisement__item:last-child .announcement-advertisement__item__details__benefit {
    font-size: 21px;
}
.announcement-advertisement__item__details .landing-button {
    margin-right: 0;
}
.announcement-advertisement__item__details__title {
    font-size: 26px;
}
.announcement-advertisement__item__details__price {
    font-size: 28px;
}
}@media (max-width:768px) {
    .announcement-advertisement {
    width: 100%}
.announcement-advertisement__item__stars img {
    width: 100px;
}
.announcement-advertisement__item__details .landing-button {
    font-size: 14px;
}
.announcement-divider--advantage__title {
    font-size: 36px;
    letter-spacing: -.36px;
    text-align: center;
}
.announcement-divider--advantage--container {
    padding-bottom: 30px;
}
.announcement-divider--advantage__item {
    flex: 1 0 100%}
.announcement-divider--advantage__item__description {
    font-size: 25px;
    letter-spacing: -.18px;
    line-height: 1!important;
    margin-bottom: 2rem;
    margin-top: 15px;
}
.announcement-divider--advantage {
    padding-bottom: 150px;
}
.announcement-divider--buyNow button {
    font-size: 25px;
    height: 45px;
    width: 180px;
}
.announcement-divider--buyNow__legend {
    font-size: 20px;
}
}@media (max-width:480px) {
    .announcement-advertisement__item__title {
    font-size: 24px;
}
.announcement-advertisement__item__subtitle {
    font-size: 18px;
}
.announcement-advertisement__item__details__benefit {
    font-size: 16px;
    letter-spacing: -.16px;
    line-height: 1;
}
.announcement-advertisement__item__details__price {
    font-size: 20px;
    letter-spacing: -.2px;
}
.announcement-advertisement__item:last-child .announcement-advertisement__item__details__benefit {
    font-size: 13px;
    letter-spacing: -.13px;
    line-height: 1;
}
.announcement-advertisement__item__details__legend {
    font-size: 11px;
}
.announcement-advertisement__item__details__title {
    font-size: 16px;
}
.announcement-divider--advantage__item__description {
    font-size: 18px;
    width: 55%}
.announcement-divider--buyNow {
    padding-bottom: 40px;
}
.announcement-divider--buyNow button {
    font-size: 18px;
}
.announcement-divider--buyNow__legend {
    font-size: 14px;
    margin-top: 11px;
}
}.index-sections {
    display: flex;
    flex-direction: column;
}
.index-sections .homepage-section--rich-text-wrapper {
    margin-top: 0;
}
.home-page__sections {
    display: flex;
    flex-direction: column;
}
.home-page__sections .shopify-section.landingpage-section--announcement-image {
    order: 7;
}
.home-page__sections .shopify-section.landingpage-section--announcement-trustIndicator {
    order: 6;
}
.home-page__sections .shopify-section.homepage-section--rich-text-wrapper {
    order: 5;
}
.home-page__sections .shopify-section.landingpage-section--announcement-advertisement {
    order: 1;
}
.home-page__sections .shopify-section.landingpage-section--announcement-divider {
    order: 9;
}
.home-page__sections .shopify-section.landingpage-section--announcement-bullets {
    order: 11;
}
.home-page__sections .shopify-section.landingpage-section--announcement-buyNow_divider {
    order: 13;
}
.home-page__sections .shopify-section.landingpage-section--announcement-buyNow_bullets {
    order: 15;
}
.splide__arrows__review-landing {
    display: none;
}
.splide__pagination {
    bottom: -2em!important;
    display: none!important;
}
.splide__pagination__page {
    background-color: #888!important;
    height: 8px!important;
    width: 8px!important;
}
.splide__pagination__page.is-active {
    background-color: #000!important;
}
@media (max-width:1200px) {
    .announcement-divider--advantage__item__description {
    font-size: 30px;
    line-height: 37px;
    width: 90%}
.announcement-divider--advantage__title {
    font-size: 60px;
}
.announcement-divider--advantage--container {
    width: 95%}
.splide__pagination {
    display: inline-flex!important;
}
.announcement-description__title {
    font-size: 35px;
    line-height: 1;
    margin: 35px auto 0;
    width: 85%}
.announcement-description__divider__text {
    font-size: 35px;
}
}@media (max-width:768px) {
    .reviews-landingpage .reviews-home__item__author, .reviews-landingpage .reviews-home__item__review {
    min-width: 152px;
    width: 50%}
.reviews-landingpage .reviews-home__stars {
    flex-direction: row;
    margin-bottom: 87px;
}
.reviews-landingpage .reviews-home__stars__img {
    margin-top: 10px;
    max-width: 200px;
    width: 120px;
}
.reviews-home__stars__img {
    max-width: 200px;
}
.reviews-landingpage .reviews-home__stars span {
    font-size: 20px;
}
.reviews-landingpage .reviews-home__quote--top {
    display: block;
    height: auto;
    left: 50%;
    top: 140px;
    transform: translateX(-50%);
    width: 40px;
}
.announcement-description__title {
    font-size: 32px;
    width: 80%}
.announcement-description__divider__text {
    font-size: 28px;
}
.announcement-description__divider__container {
    height: 160px;
    margin-top: 0;
}
.announcement-description__divider__container a {
    display: flex;
    justify-content: center;
}
.announcement-description__divider__img {
    top: 58px;
    width: 58%}
}@media (max-width:480px) {
    .reviews-landingpage .reviews-home__stars {
    margin-bottom: 60px;
}
.reviews-landingpage .reviews-home__title {
    font-size: 20px;
    letter-spacing: -.2px;
}
.reviews-landingpage .reviews-home__quote--top {
    height: auto;
    top: 108px;
    width: 30px;
}
.reviews-landingpage .reviews-home__stars__img {
    margin-top: 10px;
    width: 120px;
}
.reviews-landingpage .reviews-home__stars span {
    font-size: 10px;
}
.reviews-home__item__author, .reviews-landingpage .reviews-home__item__review {
    font-size: 15px;
    letter-spacing: -.15px;
    width: 70%}
.announcement-description__title {
    font-size: 22px;
    width: 95%}
.announcement-description__divider__text {
    font-size: 18px;
}
}#faq, #terms-conditions {
    margin-top: 30px;
}
.faq a {
    color: blue;
    text-decoration: underline;
}
.main-heading.faq, .main-heading.termsConditions {
    font-size: 30px;
}
.entry-content.faq>p, .entry-content.termsConditions>p {
    font-size: 20px;
    line-height: 34px;
    margin-bottom: 0;
    padding-bottom: 30px;
}
.entry-content.termsConditions>p {
    padding-bottom: 0;
}
.FDA_text {
    font-size: 16px;
    line-height: 18px;
    text-align: center;
}
p.FDA_text {
    margin-top: 2em;
    width: 80%}
.FDA_dagger {
    font-size: 18px;
}
.value-proposition-bullet>p {
    width: 93%}
@media (max-width:460px) {
    .DYK-image>img {
    width: 50%}
.product-brands__container-details>li {
    font-size: 20px;
    line-height: 1;
}
.product-brands__items {
    margin-top: 0;
}
.product-brands__item .img-box:after {
    padding-bottom: 0;
}
.product-brands__container-details {
    height: auto!important;
}
.product-brands__container-details img {
    height: auto!important;
    margin: auto!important;
    position: relative!important;
    width: 70%!important;
}
.product-ingredients__description-footer {
    margin-top: 0;
}
}.product-benefits__item .img-box>img {
    height: 150px;
    width: 150px;
}
.product-single__media__emblem {
    right: 5%!important;
    top: 50%!important;
    transform: translateY(-50%);
}
.product-single__media__emblem svg {
    fill: #000;
    color: #fff;
}
.product-page--pricing {
    margin-bottom: 5px;
}
.product-page--pricing--variant-price>span {
    display: flex;
    font-family: ProximaNova_Regular;
    font-size: 24px;
    font-weight: 400;
    letter-spacing: -.36px;
}
.product-page--pricing--afterpay {
    margin-left: 10px;
    margin-top: 5px;
}
#shopify-section-template--product .swatches-wrapper {
    margin-bottom: 0;
    padding: 0;
}
@media (max-width:768px) {
    .product-instructions__container {
    margin-top: 50px;
}
.collection-product-slogan>h2 {
    font-size: 22px;
    line-height: 26px;
}
.product-ingredients__description-footer {
    text-align: left;
}
.product-ingredients__description-footer>span {
    font-size: 14px;
    line-height: 16px;
}
.benefit_info>p {
    font-size: 21px;
}
.product-benefits__item {
    padding: 15px 0;
}
.product-benefits__items {
    margin-top: 20px;
}
.product-instructions__container h2 {
    font-size: 24px;
}
.product-ingredients__item3>p, .product-ingredients__item>p, .product-instructions__container .product-benefits__title>p, .product-instructions__container p {
    font-size: 18px;
    line-height: 26px;
}
.risk-free-body.featured-row__subtext.textarea {
    line-height: 25px;
}
.product-benefits__title {
    padding: 0!important;
}
.didYouKnow__title+div>p:nth-child(2) {
    color: #fff;
}
.didYouKnow__title+div>p {
    line-height: 26px;
}
.index-sections .indiv-product-title-text+br {
    display: none;
}
.product-knowledge__wrapper {
    height: auto;
    max-height: revert;
}
.product-knowledge__idea p {
    line-height: 33px;
}
.product-benefits__item .img-box>img {
    max-height: 80px;
    max-width: 80px;
}
._title-bar.mobile>h2 {
    max-width: 90%}
.notification-bar__message>p {
    line-height: 20px;
}
.swatch.clearfix {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 10px;
}
@media screen and (max-width:758px) {
    .swatch.clearfix {
    gap: 10px;
}
}.swatch.clearfix>.swatch-title {
    flex: 0 0 100%;
    font-size: 23px;
    text-align: center;
}
.product-description-main-wrapper form>.row, .quantity-controls__outer.swatches-wrapper {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.template-product .quantity-controls__outer label {
    text-align: center;
    width: 100%}
.product-description-header--bold.product-description-header, .product-description-subtitle {
    text-align: center;
}
.product-description-subtitle {
    font-size: 22px!important;
    font-weight: 400!important;
}
}@media (max-width:490px) {
    .product-page--pricing {
    align-items: center;
    flex-direction: column;
    margin: 10px 0;
}
.product-page--pricing--variant-price>span {
    line-height: 20px;
}
.product-ingredients__description-footer>span {
    font-size: 12px;
}
.product-page--submit-action a.btn, .product-page--submit-action button.btn {
    font-size: 16px!important;
}
}.cart-items .cart-item {
    flex: 1 0 auto;
}
.fade-lazy {
    animation-duration: 2s;
    animation-fill-mode: forwards;
    animation-name: fade;
}
@keyframes fade {
    0% {
    opacity: 0;
}
to {
    opacity: 1;
}
}@media (max-width:768px) {
    ._title-bar>h3 {
    font-size: 32px;
    line-height: 34px;
}
.template-product .product-single__media__image img {
    max-height: 250px!important;
}
}.ls-dropdown-menu.ls_q_search_text {
    display: none!important;
}
.buyNow {
    cursor: pointer;
}
.overlay {
    background: rgba(0, 0, 0, .7);
    bottom: 0;
    left: 0;
    opacity: 0;
    position: fixed;
    right: 0;
    top: 0;
    transition: opacity .8s;
    visibility: hidden;
}
.overlay:target {
    opacity: 1;
    visibility: visible;
}
.popup {
    background: #fff;
    border-radius: 5px;
    margin: 70px auto;
    padding: 20px;
    position: relative;
    transition: all 5s ease-in-out;
    width: 50%}
.popup h2 {
    color: #333;
    font-family: Tahoma, Arial, sans-serif;
    margin-top: 0;
}
.popup .close {
    color: #333;
    font-size: 30px;
    font-weight: 700;
    position: absolute;
    right: 30px;
    text-decoration: none;
    top: 20px;
    transition: all .2s;
}
.popup .close:hover {
    color: red;
}
.popup .content {
    max-height: 50%;
    overflow: auto;
}
@media screen and (max-width:700px) {
    .popup {
    width: 80%}
}.indiv-product__container {
    display: flex;
    flex-direction: row;
}
.indiv-product__info {
    display: flex;
    flex: 1;
    flex-direction: column;
}
#kombucha .collection-title, .home-page__sections .collection-title, .template-collection .collection-title {
    line-height: 1;
    margin: 0 auto 20px;
    width: 80%}
#kombucha .collection-subtitle, .home-page__sections .collection-subtitle, .template-collection .collection-subtitle {
    font-family: ProximaNova_Bold;
    font-size: 24px;
    letter-spacing: -.48px;
    margin: 50px 0 38px;
    text-align: center;
}
@media (max-width:1500px) {
    #kombucha .collection-subtitle, .home-page__sections .collection-subtitle, .template-collection .collection-subtitle {
    margin: 30px 0 38px;
}
}#kombucha .indiv-product__swatches, .home-page__sections .indiv-product__swatches, .template-collection .indiv-product__swatches {
    justify-content: flex-start;
}
#kombucha .options.indiv-product__swatches, .home-page__sections .options.indiv-product__swatches, .template-collection .options.indiv-product__swatches {
    margin-top: 0;
}
#kombucha .indiv-product__swatches__label, .home-page__sections .indiv-product__swatches__label, .template-collection .indiv-product__swatches__label {
    border: 1px solid var(--color-primary);
    border-radius: 2px;
    font-size: 24px;
    height: 40px;
    letter-spacing: -.24px;
    margin: 27px 5px 20px;
    min-width: fit-content;
    width: 25%}
.indiv-product__swatches__label--disabled {
    border-color: #b7b4b4!important;
    color: #b7b4b4;
    cursor: not-allowed!important;
}
#kombucha .indiv-product__swatches__label:first-child, .home-page__sections .indiv-product__swatches__label:first-child, .template-collection .indiv-product__swatches__label:first-child {
    margin-left: 0;
}
#kombucha .quantity-controls, .home-page__sections .quantity-controls, .template-collection .quantity-controls {
    align-self: stretch;
    margin: 0 3% 0 0;
    min-width: min-content;
    width: 120px;
}
.template-collection .quantity-controls {
    align-self: flex-start;
    height: 44px;
}
.product-recommendations__button-container--category {
    justify-content: flex-start;
}
.product-recommendations__button-container--category>.product-recommendations__button:not(:last-child) {
    margin-right: 20px;
}
.indiv-product-title-text__tleft {
    text-align: left!important;
}
.collection-header__container {
    display: flex;
    justify-content: space-around;
    margin: 0 auto;
    max-width: 1380px;
    width: 90%}
.collection-header__content {
    margin: 0;
    max-width: 1250px;
    width: 100%}
.collection-header__content__subtitle {
    font-size: 44px;
    letter-spacing: -.44px;
    line-height: 55px;
    text-transform: none;
}
.collection-header__description {
    padding: 36px 0;
    width: 57%}
.collection-header__description--digestive-support {
    padding: 36px 0;
}
.collection-header--landing .collection-header__description {
    width: 100%}
.collection-header__image {
    position: relative;
    width: 32%}
.collection-header__image>img {
    bottom: -20%;
    left: 50%;
    margin-left: auto;
    max-height: 120%;
    max-width: 117%;
    position: absolute;
    transform: translateX(-50%);
    width: auto;
}
.collection-header__image--digestive-support>img {
    bottom: revert;
    max-height: 100%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.collection-header__content__description--mobile {
    display: none;
}
.collection-header__content__description {
    margin-bottom: 0;
}
.collection-filters__item, .collection-header__content__description p {
    font-size: 20px;
    letter-spacing: 0;
    line-height: 33px;
    margin-bottom: 0;
}
.collection-header__content__description p {
    font-size: 20px;
}
.collection-header__description--digestive-support .collection-header__content__description p {
    font-size: 20px;
    line-height: 1.4;
}
.collection-header--landing__image {
    background-color: #fff;
    display: flex;
}
.collection-header--landing__image>a, .collection-header--landing__image>img {
    margin: 0 auto;
    max-width: 1380px;
    width: 90%}
.collection-filters__item {
    white-space: nowrap;
}
.collection-header__content__description p:not(:last-child) {
    margin-bottom: 10px;
}
.collection-filters__items {
    margin-top: 10px;
    width: 100%}
#kombucha a.collection-filters__item, .template-collection a.collection-filters__item {
    color: #fff;
    text-decoration: underline!important;
    text-transform: capitalize;
}
#kombucha a.collection-filters__item:not(:last-child), .template-collection a.collection-filters__item:not(:last-child) {
    margin-right: 15px;
}
#kombucha a.collection-filters__item.selected, .template-collection a.collection-filters__item.selected {
    opacity: .7;
}
.indiv-product__info__description>p {
    font-size: 33px;
    letter-spacing: -.33px;
    line-height: 35px;
}
.indiv-product__info__description>ul {
    color: #000;
    font-family: ProximaNova_Regular;
    font-size: 28px;
    font-weight: 400;
    line-height: 33px;
}
#kombucha .indiv-product .money, #kombucha .product-page--pricing--variant-price .money, .home-page__sections .indiv-product .money, .home-page__sections .product-page--pricing--variant-price .money, .template-collection .indiv-product .money, .template-collection .product-page--pricing--variant-price .money {
    color: #e56529;
    font-family: ProximaNova_Regular;
    font-size: 38px;
}
#kombucha .product-grid .indiv-product-wrapper, .home-page__sections .product-grid .indiv-product-wrapper, .template-collection .product-grid .indiv-product-wrapper {
    margin-bottom: 30px;
}
.indiv-product .quantity-controls {
    font-size: 30px;
}
.indiv-product .quantity-controls>input {
    font-size: 38px;
    padding: 0;
}
.indiv-product .quantity-controls>button {
    width: 32%}
#kombucha .indiv-product__title, .home-page__sections .indiv-product__title, .template-collection .indiv-product__title {
    color: #000;
    font-family: ProximaNova_Bold;
    font-size: 22px;
    letter-spacing: unset;
    text-align: left;
    text-transform: none;
}
.template-collection .indiv-product__title strong {
    font-size: 26px!important;
    letter-spacing: 0;
    text-transform: none;
}
.home-page__sections .indiv-product__title>p>strong, .template-collection .indiv-product__title>p>strong {
    font-size: 22px;
}
#kombucha .grid__image--width, .home-page__sections .grid__image--width, .template-collection .grid__image--width {
    width: 30%}
.collection__recommendations {
    margin: 0 auto;
    max-width: 1250px;
}
.collection__recommendations .product-recommendations__title {
    margin-top: 50px;
}
.splide .money-styling {
    display: block!important;
}
.splide .money-styling>small {
    color: #e56529;
    font-family: ProximaNova_Regular;
    font-size: 20px;
}
#shopify-section-template--collection .collection-product-slogan {
    margin: 0 0 10px;
}
a.collection-header__button {
    background-color: #e56529;
    border: none;
    color: #fff;
    font-family: ProximaNova_Bold;
    font-size: 28px;
    letter-spacing: -.28px;
    line-height: 28px;
    outline: none;
    padding: 10px;
}
.product-recommendations__button-container__quantity {
    display: none;
}
.recommendations-splide__container {
    margin: auto;
    max-width: 1250px;
    width: 90%}
#shopify-section-collection-recommendations>h4 {
    font-family: ProximaNova_Bold;
    font-size: 32px;
    line-height: 28px;
    margin: 53px auto 36px;
    text-align: center;
    width: 80%}
.splide__arrows__collection {
    background-color: transparent!important;
    display: none!important;
    height: 50px!important;
    top: 35%!important;
    width: 40px!important;
}
.splide__arrows__collection--next {
    bottom: 65%!important;
    top: revert!important;
    transform: rotate(180deg) translateY(-50%)!important;
}
.splide__arrows__collection--next>span, .splide__arrows__collection--next>span:after, .splide__arrows__collection--next>span:before, .splide__arrows__collection--prev>span, .splide__arrows__collection--prev>span:after, .splide__arrows__collection--prev>span:before {
    background-color: gray;
    display: block;
    height: 8px;
    width: 26px;
}
.splide__arrows__collection--next>span, .splide__arrows__collection--prev>span {
    background-color: transparent;
}
.splide__arrows__collection--next>span:after, .splide__arrows__collection--next>span:before, .splide__arrows__collection--prev>span:after, .splide__arrows__collection--prev>span:before {
    content: "";
    position: absolute;
}
.splide__arrows__collection--next>span:before, .splide__arrows__collection--prev>span:before {
    transform: rotate(-60deg) translate(40%);
}
.splide__arrows__collection--next>span:after, .splide__arrows__collection--prev>span:after {
    transform: rotate(60deg) translate(40%);
}
.shopify-section.homepage-section--image .landing-page__learn-more {
    display: flex;
    justify-content: center;
    margin-bottom: 80px;
}
.landing-page__learn-more__picture {
    cursor: pointer;
    max-width: 80%}
.landing-page__learn-more__img {
    cursor: pointer;
    width: 100%}
@media (max-width:1500px) {
    .collection-header__image>img {
    bottom: revert;
    max-height: 100%;
    top: 50%;
    transform: translate(-50%, -50%);
}
}@media (max-width:1200px) {
    .collection-header__content__description--mobile {
    display: block;
}
.collection-header__content__description--mobile+.collection-header__content__description {
    display: none;
}
.collection-filters__item, .collection-header__content__description p {
    font-size: 20px;
    line-height: 30px;
}
.splide__arrows__collection {
    display: block!important;
}
}@media (max-width:1000px) {
    .indiv-product__info__description>p {
    font-size: 23px;
    line-height: 28px;
}
.indiv-product__info__description>ul {
    font-size: 19px;
    line-height: 24px;
}
.product-recommendations__button--collection {
    font-size: 22px;
    height: 45px;
    width: 180px;
}
.indiv-product .quantity-controls {
    font-size: 25px;
}
.indiv-product .quantity-controls>input {
    font-size: 22px;
}
#shopify-section-template--collection #AjaxinateContainer>.grid__item {
    margin-bottom: 1em;
}
}@media (max-width:960px) {
    .collection-header__image {
    display: none;
}
.digestiveQuiz__container {
    display: flex;
    justify-content: center;
}
.collection-header__description {
    padding: .8em 0;
    width: 100%}
}@media (max-width:768px) {
    #Collection {
    margin-top: 10px!important;
}
.collection-header__container {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
#shopify-section-template--collection .collection-product-slogan {
    display: flex;
    justify-content: center;
    margin-top: 0;
}
#kombucha .collection-subtitle, .template-collection .collection-subtitle {
    font-size: 23px;
    margin-bottom: 10px;
}
#shopify-section-template--collection .collection-product-slogan h2 {
    font-size: 26px;
    letter-spacing: -.3px;
    line-height: 32px;
}
#shopify-section-collection-recommendations>h4 {
    font-size: 36px;
    letter-spacing: -.36px;
    line-height: 38px;
    margin: 41px auto 14px;
    width: 75%}
.recommendations-splide__container {
    max-width: 450px;
}
.collection-header__content__subtitle {
    font-size: 36px;
    letter-spacing: -.36px;
    line-height: 40px;
    text-align: center;
}
.collection-header__content__description {
    margin-bottom: 0;
}
.collection-header__content {
    display: flex;
    flex-direction: column;
}
.collection-header__button {
    font-size: 22px!important;
    margin: auto;
    padding: 8px!important;
}
.tiny--divider {
    height: 10px!important;
}
.collection-header__content__description p:not(:last-child) {
    margin-bottom: 20px;
}
.collection-filters__item, .collection-header__content__description p {
    font-size: 18px;
    letter-spacing: -.21px;
    line-height: 25px;
    text-align: center;
}
.indiv-product.indiv-product__container {
    flex-direction: column;
}
#kombucha .indiv-product.indiv-product__container>.grid__image.grid__image--width, .home-page__sections .indiv-product.indiv-product__container>.grid__image.grid__image--width, .indiv-product.indiv-product__container>.grid__image.grid__image--width {
    width: 100%}
.indiv-product.indiv-product__container>.grid__image--width>div {
    display: flex;
}
.indiv-product.indiv-product__container>.grid__image--width>div>img {
    height: auto;
    margin: 0 auto;
    width: 100%}
.indiv-product__info>.hp-title-href {
    order: -4;
}
#kombucha .indiv-product__swatches__label, .home-page__sections .indiv-product__swatches__label, .template-collection .indiv-product__swatches__label {
    margin-top: 10px;
}
#kombucha .options.indiv-product__swatches:before, .home-page__sections .options.indiv-product__swatches:before, .template-collection .options.indiv-product__swatches:before {
    content: "Size";
    display: block;
    font-size: 20px;
    letter-spacing: -.2px;
    line-height: 22px;
    text-align: center;
    width: 100%}
#kombucha .indiv-product__title {
    font-size: 22px;
}
#kombucha .indiv-product__title, #kombucha .product-page--pricing--variant-price, .home-page__sections .indiv-product__title, .home-page__sections .product-page--pricing--variant-price, .indiv-product__info__description>p, .template-collection .indiv-product__title, .template-collection .product-page--pricing--variant-price {
    text-align: center;
}
.indiv-product__info__description>ul {
    list-style: none;
    padding: 0;
    text-align: center;
}
.indiv-product__info__description>ul>li {
    text-align: left;
}
.indiv-product__info__description>ul>li:before {
    background-color: #000;
    border-radius: 50%;
    content: "";
    display: inline-block;
    height: 6px;
    margin: 0 5px 2px 0;
    width: 6px;
}
.product-recommendations__button-container__divider {
    width: 100%}
.product-recommendations__button-container--category {
    flex-wrap: wrap;
}
.product-recommendations__button-container--submit {
    justify-content: center;
}
.product-recommendations__button--collection {
    margin: 0 10px 0 auto;
    width: 40%}
.product-recommendations__button--collection:last-child {
    margin: 0 auto 0 0;
}
.product-recommendations__button-container__quantity {
    display: none;
    font-size: 20px;
    letter-spacing: -.2px;
    margin-bottom: 9px;
    text-align: center;
    width: 100%}
.indiv-product .quantity-controls {
    margin: auto;
}
#shopify-section-template--collection #AjaxinateContainer>.grid__item {
    padding: 0 1.2em;
}
.indiv-product__info>.hp-title {
    order: -3;
}
.indiv-product__info>.indiv-product__info__description {
    order: -2;
}
.indiv-product__info>.indiv-product__swatches {
    display: flex;
    justify-content: center;
    order: -1;
}
#kombucha .collection-title, .home-page__sections .collection-title, .template-collection .collection-title {
    font-size: 36px;
    width: 80%}
.indiv-product__info__description>p {
    font-size: 18px;
    text-align: left;
}
.indiv-product__info__description>ul {
    font-size: 16px!important;
}
#kombucha .template-collection .money {
    font-size: 24px;
}
.collection-header--landing__image--desktop {
    display: none;
}
.collection-header--landing__image--mobile {
    display: block!important;
    margin-left: -6%;
    order: -1;
    width: 112%}
.collection-header--landing .collection-header__description {
    display: flex;
    flex-direction: column;
}
.collection-header--landing .collection-header__content {
    order: 2;
}
.collection-header--landing .collection-header__content p {
    margin-bottom: 10px;
    text-align: left;
}
.collection-header--landing .collection-product-slogan {
    order: -2;
}
.collection-header--landing__image--mobile>a>img {
    width: 100%}
.collection-header--landing__short-description, .collection-header--landing__subtitle {
    display: block!important;
}
.collection-header--landing__subtitle {
    color: #fff;
    font-family: ProximaNova_Regular;
    font-size: 22px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 28px;
    margin: 17px 0 3px;
    text-align: center;
    text-transform: uppercase;
}
.collection-header--landing__short-description {
    color: #fff;
    font-family: ProximaNova_Regular;
    font-size: 20px;
    line-height: 22px;
    margin: 6px auto 17px;
    text-align: center;
    width: 80%}
.shopify-section.homepage-section--image .landing-page__learn-more {
    margin-bottom: 40px;
}
}@media (min-width:1200px) {
    #kombucha .container, .home-page__sections .container, .template-collection .container {
    max-width: 1400px;
}
}@media (max-width:440px) {
    #kombucha .collection-header, .template-collection .collection-header {
    margin-top: 0;
}
.product-recommendations__button--collection {
    font-size: 20px;
    width: 45%}
.product-recommendations__button-container--category>.product-recommendations__button:not(:last-child) {
    margin-right: 10px;
}
#kombucha .indiv-product__swatches__label, .home-page__sections .indiv-product__swatches__label, .template-collection .indiv-product__swatches__label {
    width: 40%}
}@media (max-width:400px) {
    .product-recommendations__button-container--submit {
    display: flex;
    flex-wrap: wrap;
}
.product-recommendations__button-container--submit button {
    margin: 0!important;
}
}.blur-up {
    -webkit-filter: blur(5px);
    filter: blur(5px);
    transition: filter 5s, -webkit-filter 5s;
}
.blur-up.lazyloaded {
    -webkit-filter: blur(0);
    filter: blur(0);
}
#about-us-zenwise header, #about-zenwise header, #careers header, #intenational-customers header, article#account-service header, article#faq header, article#faq-about-zenwise header, article#general-questions header, article#how-to-buy header, article#most-commonly-asked-questions header, article#product-faqs header, article#shipping header {
    display: none;
}
#about-us-zenwise .banner, #about-zenwise .banner, #careers .banner, #contact-zenwise .banner, #intenational-customers .banner, article#account-service .banner, article#faq .banner, article#faq-about-zenwise .banner, article#general-questions .banner, article#how-to-buy .banner, article#most-commonly-asked-questions .banner, article#product-faqs .banner, article#refunds .banner, article#shipping .banner {
    position: relative;
}
#about-us-zenwise .banner img, #about-zenwise .banner img, #careers .banner img, #contact-zenwise .banner img, #intenational-customers .banner img, article#account-service .banner img, article#faq .banner img, article#faq-about-zenwise .banner img, article#general-questions .banner img, article#how-to-buy .banner img, article#most-commonly-asked-questions .banner img, article#product-faqs .banner img, article#refunds .banner img, article#shipping .banner img {
    object-fit: cover;
    width: 100%}
#about-us-zenwise .aboslute_text, #about-zenwise .aboslute_text, #careers .aboslute_text, #contact-zenwise .aboslute_text, #intenational-customers .aboslute_text, article#account-service .aboslute_text, article#faq .aboslute_text, article#faq-about-zenwise .aboslute_text, article#general-questions .aboslute_text, article#how-to-buy .aboslute_text, article#most-commonly-asked-questions .aboslute_text, article#product-faqs .aboslute_text, article#refunds .aboslute_text, article#shipping .aboslute_text {
    font-family: ProximaNova_Regular;
    font-size: 36px;
    font-weight: 400;
    left: 40px;
    letter-spacing: -.36px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
#about-zenwise article#about-zenwise h1 {
    color: #000;
    font-size: 60px;
    font-weight: 700;
    letter-spacing: -.6px;
    line-height: 55px;
    margin-bottom: 18px;
    margin-top: 10px;
    text-transform: none;
}
article#refunds h2 {
    color: #6db650;
    font-size: 44px;
    font-weight: 700;
    letter-spacing: -.44px;
    line-height: 55px;
    text-transform: none;
}
#section-about-us {
    --font-size-title-h4: 29px;
    --font-size-title-h5: 20px;
    --font-size-title-h6: 25px;
    --font-size-title-p: 22px;
    --font-size-p-light: 19px;
    --font-size-title-h1: 43px;
}
#section-about-us h1 {
    color: #000;
    font-size: var(--font-size-title-h1);
    font-weight: 700;
    letter-spacing: -.6px;
    line-height: 55px;
    margin-bottom: 18px;
    margin-top: 14px;
    text-transform: none;
}
#section-about-us ol li, #section-about-us ol li>span, #section-about-us p {
    color: #000;
    font-size: var(--font-size-title-p);
    letter-spacing: -.24px;
    line-height: 29px;
    text-transform: none;
}
#section-about-us p.light {
    font-family: ProximaNova_Regular;
    font-size: var(--font-size-p-light);
}
#section-about-us ol li {
    margin-bottom: 20px;
}
#section-about-us ol.help-foods li {
    margin-bottom: 0;
}
#section-about-us a {
    color: #0563c1;
}
#section-about-us ul li {
    font-size: medium;
    margin-bottom: 0;
}
#section-about-us h4 {
    color: #6db650;
    font-family: ProximaNova_Bold;
    font-size: var(--font-size-title-h4);
    font-weight: 700;
    letter-spacing: -.44px;
    line-height: 1.2;
    text-transform: none;
}
#section-about-us h5, #section-about-us h6 {
    font-family: PROXIMANOVA_REGULAR;
    font-size: var(--font-size-title-h5);
    font-weight: 700;
    letter-spacing: .6px;
    margin-bottom: 0;
}
#section-about-us h6 {
    font-size: 24px;
    margin-bottom: 18px;
    text-transform: none;
}
article#about-zenwise #section-about-us .roadMap-container {
    border: 1px solid;
    margin: 42px auto 59px;
    max-width: 662px;
    padding: 7px 43px;
    width: 100%}
article#about-zenwise #section-about-us .roadMap-container span {
    font-size: 18px;
}
article#about-zenwise #section-about-us .roadMap-container ul {
    padding-left: 0!important;
}
article#about-zenwise #section-about-us .container-image {
    display: flex;
    justify-content: center;
    margin: 23px auto 20px;
}
article#refunds .first_p {
    color: #000;
    font-size: 20px;
    letter-spacing: -.28px;
    line-height: 33px;
    text-transform: none;
}
#about-us-zenwise article#about-zenwise ul, #about-zenwise article#about-zenwise ul {
    padding-left: 120px;
}
#about-us-zenwise article#about-zenwise li .highlight, #about-zenwise article#about-zenwise li .highlight {
    color: #6db650;
    font-weight: 700;
}
#about-us-zenwise .idented, #about-zenwise .idented {
    color: #000;
    font-size: 24px;
    letter-spacing: -.24px;
    line-height: 29px;
    text-transform: none;
}
#about-us-zenwise .highlight, #about-zenwise .highlight {
    color: #6db650;
}
article#about-zenwise .border_section, article#faq-about-zenwise .border_section {
    border-bottom: none!important;
}
#about-us-zenwise .border_section, #about-zenwise .border_section, #contact-zenwise .border_section, article#careers .border_section {
    border-bottom: 10px solid #c8c8c8;
    margin-bottom: 20px;
    padding-bottom: 4px;
    width: 100%}
#about-us-zenwise .last_section, #about-zenwise .last_section, article#refunds .last_section {
    margin-bottom: 20px;
    padding-bottom: 4px;
    width: 100%}
#about-zenwise article#about-zenwise a {
    color: inherit;
    text-decoration: none;
}
#about-zenwise article#about-zenwise a, #about-zenwise article#about-zenwise a>span, #about-zenwise article#about-zenwise a>strong {
    text-decoration: underline;
}
@media (max-width:768px) {
    #about-zenwise .aboslute_text, #careers .aboslute_text, article#refunds .aboslute_text {
    font-size: 25px;
}
#about-zenwise article#about-zenwise h1 {
    font-size: 42px;
}
#about-zenwise article#about-zenwise h4, article#refunds h2 {
    font-size: 31px;
}
#about-us-zenwise .first_p, article#refunds .first_p {
    font-size: 20px;
}
}#contact-zenwise .contactUs__title, article#careers h1 {
    font-family: ProximaNova_Bold;
    font-size: 44px;
    letter-spacing: -.44px;
    line-height: 49px;
    margin: 16px 0 20px;
    text-transform: uppercase;
}
#contact-zenwise .contactUs__title span {
    font-family: ProximaNova_Bold;
}
#contact-zenwise .one-line {
    display: block;
}
#contact-zenwise .entry-content {
    font-family: ProximaNova_Regular;
    font-size: 28px;
    letter-spacing: -.28px;
    line-height: 38px;
    margin-bottom: 30px;
    text-align: left;
}
#contact-zenwise .contactUs__detail {
    margin-bottom: 20px;
    padding-left: 17%}
#contact-zenwise .contactUs__detail>p {
    margin: 0;
}
#contact-zenwise .contactUs__description {
    line-height: 33px;
}
#contact-zenwise .border_section {
    padding-bottom: 22px;
}
#contact-zenwise .contact-form label {
    font-family: ProximaNova_Bold;
    font-size: 21px;
    letter-spacing: -.21px;
    line-height: 38px;
}
#contact-zenwise .contact-form input, #contact-zenwise .contact-form textarea {
    font-size: 18px;
}
#contact-zenwise .btn-contact--wrapper {
    margin-top: 15px;
}
#contact-zenwise .contact-form input.btn {
    align-items: center;
    background-color: #6db650!important;
    box-sizing: border-box;
    color: #fff!important;
    display: inline-block;
    font-size: 32px!important;
    letter-spacing: -.32px;
    line-height: 0;
    padding: 30px 70px;
    width: auto;
}
#contact-zenwise .contact-form input.btn:hover {
    opacity: .8;
}
#contact-zenwise .banner h3.aboslute_text {
    opacity: 0;
}
#contact-zenwise .banner, #contact-zenwise .banner img {
    min-height: 80px;
}
#contact-zenwise .banner img.fade-lazy+h3.aboslute_text {
    animation-duration: 2s;
    animation-fill-mode: forwards;
    animation-name: fade;
}
@media (max-width:768px) {
    #contact-zenwise .contactUs__title span, article#careers h1 {
    font-size: 33px;
    line-height: 28px;
}
#contact-zenwise .entry-content {
    font-size: 20px;
}
#contact-zenwise .contact-form label {
    font-size: 18px;
}
#contact-zenwise .contact-form input.btn {
    font-size: 24px!important;
    padding: 24px 56px;
}
}article#refunds h2 {
    line-height: 49px!important;
    margin-bottom: 30px!important;
    margin-top: 16px!important;
}
article#about-zenwise .normal_divider, article#careers .normal_divider, article#faq .normal_divider, article#refunds .normal_divider {
    height: 40px;
    left: 0;
    position: absolute;
    width: 100%}
#zenwise-health-blog .container {
    max-width: 1365px;
}
section#blog_posts .blog_posts__aboslute_text {
    font-family: ProximaNova_Regular;
    font-size: 26px;
    font-weight: 500;
    left: 4%;
    letter-spacing: -.64px;
    line-height: 1.2;
    position: absolute;
    text-align: left;
    top: 50%;
    transform: translateY(-50%);
}
section#blog_posts .blog_posts__aboslute_text_mobile {
    display: none;
}
section#blog_posts .blog_posts__banner {
    background-position: center 62%;
    background-repeat: no-repeat;
    background-size: contain;
    height: 180px;
    position: static;
    text-align: center;
    width: 100%}
section#blog_posts .blog_posts__banner_container {
    height: 180px;
    position: relative;
}
section#blog_posts .blog_posts__title {
    font-size: 82px;
    letter-spacing: -.82px;
    line-height: 75px;
}
section#blog_posts .blog_posts__article_title a {
    color: #000;
    font-family: ProximaNova_Regular;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 28px;
}
section#blog_posts .blog_posts__article_title a:hover {
    color: #0056b3;
}
section#blog_posts .blog_posts__article_content, section#blog_posts .blog_posts__article_content p, section#blog_posts .blog_posts__article_content span {
    font-size: 24px;
    letter-spacing: -.34px;
    line-height: 27px;
}
section#blog_posts .blog_posts__button {
    font-family: ProximaNova_Regular;
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1.2;
    text-transform: capitalize;
}
.article__category-item {
    align-self: flex-start;
    display: flex;
    flex-direction: column;
}
.article__category-item>img {
    margin: auto;
    max-height: 220px;
    width: auto;
}
.article__category-item__see-all {
    bottom: -3%;
    color: #000;
    display: block;
    font-family: ProximaNova_Bold;
    font-size: 16px;
    left: 50%;
    letter-spacing: 0;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    transform: translate(-50%, -50%);
    width: 100%}
.article__category-item__see-all:hover {
    color: #0056b3;
}
.article-item__image>div {
    overflow: hidden;
}
.article-item__image img {
    height: 220px;
    object-fit: cover;
    object-position: center;
}
.article__category-item__see-all--mobile {
    display: none;
}
.blog-main--12 {
    padding: 0;
}
.blog_posts__navigation-bar__links li>a {
    font-family: ProximaNova_Bold;
}
@media (min-width:992px) and (max-width:1132px) {
    .blog_posts__navigation-bar__links li {
    padding-top: 10px;
}
}@media (max-width:992px) {
    .row.row_category-blog article: nth-child(3) {
    display: none;
}
.blog--read-more {
    padding: 9px 17px!important;
}
}@media (max-width:576px) {
    .article__category-item>span {
    display: none;
}
.row.row_category-blog article:nth-child(3) {
    display: block;
}
.article__category-item__see-all--mobile {
    display: block;
    font-size: 21px;
    margin-left: auto;
    margin-top: -30px;
    padding: 0 15px;
}
}@media (max-width:992px) {
    .blog_posts__navigation-bar {
    flex-direction: column;
}
.blog_posts__navigation-bar__links {
    grid-column-gap: 13px;
    display: grid!important;
    grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
}
.blog_posts__navigation-bar__links li:not(:last-of-type) {
    margin-right: 0!important;
}
.blog_posts__navigation-bar__search {
    margin-left: auto!important;
    margin: auto auto 20px;
    order: -1;
}
.template-blog .container {
    max-width: revert;
    width: 95%}
.blog_posts__navigation-bar__links {
    justify-content: center;
}
.blog_posts__navigation-bar__links li {
    margin-bottom: 10px;
}
}@media (max-width:768px) {
    section#blog_posts .blog_posts__aboslute_text {
    display: none;
}
section#blog_posts .blog_posts__aboslute_text_mobile {
    display: block!important;
    font-family: ProximaNova_Regular;
    font-size: 20px;
    font-weight: 600;
    left: 4%;
    letter-spacing: -.64px;
    line-height: 1.2;
    position: absolute;
    text-align: left;
    top: 50%;
    transform: translateY(-50%);
}
section#blog_posts .blog_posts__banner {
    background-position: 50%;
    background-size: cover!important;
    height: 180px;
}
section#blog_posts .blog_posts__banner_container {
    height: 140px;
    position: relative;
}
section#blog_posts .blog_posts__title {
    font-size: 32px;
    letter-spacing: -.32px;
    line-height: 28px;
}
section#blog_posts .blog_posts__article_title a {
    font-size: 18px;
    letter-spacing: -.22px;
    line-height: 20px;
}
section#blog_posts .blog_posts__article_content, section#blog_posts .blog_posts__article_content p, section#blog_posts .blog_posts__article_content span {
    font-size: 18px;
    letter-spacing: -.18px;
    line-height: 22px;
}
section#blog_posts .blog_posts__button {
    font-size: 18px;
    letter-spacing: -.2px;
    line-height: 1.2;
}
.template-blog .blog-main {
    padding: 0;
}
#blog_posts__select-tags {
    align-content: center;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 1px solid #767676;
    border-radius: 2px;
    display: block;
    font-family: sans-serif;
    font-size: 14px;
    font-weight: 400;
    height: 30px;
    justify-self: center;
    padding: 4px 10px;
    width: 100%}
.blog_posts__navigation-bar__links {
    display: none!important;
}
.blog_posts__navigation-bar {
    grid-column-gap: 28px;
    grid-row-gap: 10px;
    display: grid!important;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
}
.blog_posts__navigation-bar__search {
    order: 1;
    width: 100%!important;
}
.blog_posts__navigation-bar__search__wrapper input[type=text] {
    padding-left: 10px;
}
.blog_posts__select-container {
    position: relative;
}
.blog_posts__select-container:before {
    -ms-flex-pack: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 13px;
    color: #4e4d4d;
    content: "\F078";
    cursor: pointer;
    display: -ms-flexbox;
    display: flex;
    display: block;
    -ms-flex-direction: column;
    flex-direction: column;
    font-family: FontAwesome;
    font-size: 15px;
    font-weight: 400;
    height: 26px;
    justify-content: center;
    pointer-events: none;
    position: absolute;
    right: 4px;
    text-align: center;
    top: 4px;
    width: 26px;
}
}@media screen and (max-width:567px) {
    section#blog_posts .blog_posts__banner {
    height: 100px;
}
}.blog-main .pagination {
    width: 100%}
.homepage-blog-title-wrapper h4 {
    margin-bottom: 10px;
}
#article_content h4 {
    font-family: ProximaNova_Bold;
    font-size: 2rem;
}
#article_content h5 {
    font-family: ProximaNova_Bold;
    font-size: 1.75rem;
}
.comment_form .title-bar>h4 {
    font-family: ProximaNova_Bold;
    padding: 0 15px;
}
@media screen and (max-width:1200px) {
    .article-item__image img {
    height: 220px;
}
.article__category-item>img {
    max-height: 220px;
}
}@media screen and (min-width:992px) {
    .container--blog, [class~="container--blog.fairy-gutmother"] {
    max-width: 95%}
}@media screen and (min-width:1200px) {
    .container--blog, [class~="container--blog.fairy-gutmother"] {
    max-width: 1400px;
}
section#blog_posts .blog_posts__banner {
    max-width: 1370px;
}
}section#article_content .article_content__title {
    font-size: 32px;
    letter-spacing: -.6px;
    line-height: 42px;
    text-align: center;
}
section#article_content .article_content__date-author span, section#article_content .article_content__date-author time {
    color: #000;
    font-size: 22px;
    letter-spacing: -.36px;
    line-height: 55px;
}
section#article_content li, section#article_content p {
    font-family: ProximaNova_Regular;
    font-size: 22px;
    font-weight: 400;
    letter-spacing: -.31px;
    line-height: 35px;
}
section#article_content p {
    font-size: 20px;
}
.blog-article .article_content__share, section#article_content h3 {
    font-size: 24px;
    letter-spacing: -.36px;
    line-height: 37px;
}
.blog-article .article_content__share {
    font-weight: 700;
}
.blog-article .article_content__normal_divider {
    height: 40px;
    left: 0;
    position: absolute;
    width: 100%}
#comments .comments__title h2 {
    font-size: 28px;
    font-weight: 700;
    letter-spacing: -.36px;
    line-height: 37px;
}
#comments .comment-content, #comments .comment-content p {
    font-size: 22px;
    letter-spacing: -.33px;
    line-height: 37px;
}
#comments .comment-author, #comments .comment-author p {
    font-size: 20px;
    letter-spacing: -.33px;
    line-height: 37px;
}
#comments li.comment.clearfix {
    margin-bottom: 30px;
}
#shopify-section-template--article #article_content img {
    display: block;
    margin: auto auto 20px;
    max-height: 400px;
    width: auto;
}
.comment_form {
    margin-top: 70px!important;
}
.comment_form .title-bar>h4 {
    margin: 0;
}
#blog-tags-wrapper {
    display: none;
}
.article__entry-content {
    margin-top: 0;
}
@media (max-width:768px) {
    section#article_content .article_content__title {
    font-size: 24px;
    letter-spacing: -.24px;
    line-height: 24px;
}
section#article_content .article_content__date-author span, section#article_content .article_content__date-author time {
    font-size: 16px;
    letter-spacing: -.16px;
    line-height: 28px;
}
section#article_content .blog-publish-date {
    margin-top: 1em;
}
section#article_content p, section#article_content ul li {
    font-size: 16px;
    letter-spacing: -.16px;
    line-height: 20px;
}
#comments .comments__title h2, .blog-article .article_content__share, section#article_content h3 {
    font-size: 18px;
    letter-spacing: -.18px;
    line-height: 20px;
}
#comments .comment-author, #comments .comment-author p, #comments .comment-content, #comments .comment-content p {
    font-size: 16px;
    letter-spacing: -.16px;
    line-height: 20px;
}
#comments li.comment.clearfix {
    margin-bottom: 30px;
}
#shopify-section-template--article #article_content img {
    margin: 0!important;
    max-height: 350px;
    max-width: 100%;
    object-fit: cover;
}
}@media (min-width:1200px) {
    .container.container--article {
    max-width: 1350px;
}
}body.template-article #main-body {
    overflow-x: visible;
}
.template-article .sidebar--sticky {
    align-self: flex-start;
    padding-top: 20px;
    position: sticky;
    top: 0;
}
.article-blog__sidebar__banner {
    border: 2px solid #e56529;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.article__entry-content__banner {
    display: none;
}
.article-blog__sidebar__banner__benefits {
    background-color: #e56529;
    color: #fff;
}
.article-blog__sidebar__banner__details {
    display: flex;
}
.article-blog__sidebar__banner__benefits h4 {
    font-family: ProximaNova_Bold;
    font-size: 48px;
    letter-spacing: -.6px;
    margin-bottom: 20px;
    margin-top: 7px;
    text-align: center;
    text-transform: none;
}
.article-blog__sidebar__banner__benefits ul {
    display: inline-block;
    padding-left: 25px!important;
    width: 67%}
.article-blog__sidebar__banner__benefits ul li {
    font-family: ProximaNova_Regular;
    font-size: 22px;
    font-weight: 400;
    line-height: 24px;
    position: relative;
}
.article-blog__sidebar__banner__benefits ul li:not(:last-child) {
    margin-bottom: 12px;
}
.article-blog__sidebar__banner__benefits ul li:before {
    background-color: #fff;
    border-radius: 50%;
    content: "";
    display: inline-block;
    height: 3px;
    left: -9px;
    position: absolute;
    top: 10px;
    width: 3px;
}
.article-blog__sidebar__banner__details__content {
    display: flex;
    flex: 46% 0 0;
    flex-direction: column;
    padding: 13px 20px 0;
}
.article-blog__sidebar__banner__details__image {
    align-items: flex-end;
    display: flex;
    flex: 1 1 1;
    justify-content: flex-end;
}
#blog-sidebar .article-blog__sidebar__banner__details__img {
    margin: -64% 0 0;
    transform: translateX(8%);
    width: 100%}
#blog-sidebar .article-blog__sidebar__banner__stars, .article-blog__sidebar__button {
    margin: 0;
}
.article-blog__sidebar__banner__mcg {
    color: #e56529;
    font-size: 18px;
    letter-spacing: -.6px;
    line-height: 1;
    margin: 14px 0;
}
.article-blog__sidebar__button {
    background-color: #e56529;
    font-family: ProximaNova_Bold!important;
    font-size: 22px!important;
    letter-spacing: -.24px;
    line-height: 1;
    margin: auto 0 11px;
    padding: 12px 0;
}
.article-blog__sidebar__button:hover {
    background: #e56529!important;
    opacity: .8;
}
.article-blog__sidebar__banner__legend {
    font-size: 15px;
    line-height: 15px;
    padding: 16px 20px 10px;
}
@media (max-width:1200px) {
    .article-blog__sidebar__banner__benefits h4 {
    font-size: 35px;
    margin-bottom: 10px;
}
.article-blog__sidebar__banner__benefits ul {
    width: 100%}
.article-blog__sidebar__banner__benefits ul li {
    font-size: 20px;
}
.article-blog__sidebar__banner__benefits ul li:not(:last-child) {
    margin-bottom: 7px;
}
.article-blog__sidebar__banner__details__content {
    padding: 13px 10px 0;
}
#blog-sidebar .article-blog__sidebar__banner__details__img {
    margin: 10px 0 0;
    transform: none;
}
.article-blog__sidebar__banner__legend {
    font-size: 13px;
    line-height: 14px;
}
}@media (max-width:992px) {
    #article_content h4 {
    font-size: 48px;
}
.article__entry-content__banner {
    display: block;
}
.row .sidebar--sticky {
    display: none;
}
.article-blog__sidebar__banner__benefits ul {
    list-style: none;
    width: 50%}
.article-blog__sidebar__banner__benefits ul>li {
    font-size: 30px;
    line-height: 1;
    list-style-type: none;
}
.article-blog__sidebar__banner__details__image {
    flex: 1;
}
.article-blog__sidebar__banner__details__img {
    margin: -45% 0 0!important;
}
.article-blog__sidebar__banner__benefits ul li:not(:last-child) {
    margin-bottom: 15px;
}
.article-blog__sidebar__banner__benefits {
    padding-bottom: 20px;
}
.article-blog__sidebar__banner__stars {
    align-self: center;
    width: 205px;
}
.article-blog__sidebar__banner__details__content {
    padding: 13px 23px;
}
}@media (max-width:767px) {
    .article-blog__sidebar__banner__benefits h4 {
    font-size: 35px!important;
    margin-bottom: 10px;
}
.article-blog__sidebar__banner__benefits ul {
    width: 100%}
.article-blog__sidebar__banner__benefits ul li {
    font-size: 20px;
}
.article-blog__sidebar__banner__benefits ul li:not(:last-child) {
    margin-bottom: 7px;
}
.article-blog__sidebar__banner__details__content {
    align-self: center;
    padding: 13px 10px 0;
}
.article-blog__sidebar__banner__details__img {
    margin: 10px 0 0!important;
    transform: none;
}
.article-blog__sidebar__banner__mcg {
    font-size: 20px;
    margin: 0 0 10px;
}
.article-blog__sidebar__banner__legend {
    font-size: 13px;
    line-height: 14px;
}
.article-blog__sidebar__banner__stars {
    margin-bottom: 10px!important;
}
.article-blog__sidebar__button {
    font-size: 18px!important;
    padding: 17px 10px;
}
}.announcement-advertisement>.announcement-advertisement__item:first-child {
    margin-left: 13px;
    margin-right: 0;
    order: 2;
}
.announcement-advertisement>.announcement-advertisement__item:nth-child(2) {
    order: 1;
}
@media (max-width:1000px) {
    .announcement-advertisement>.announcement-advertisement__item: first-child {
    margin-left: 0;
}
}#shopify-section-collection-recommendations .indiv-product .lazyload-blur-wrapper, #shopify-section-template--product--recommendations .indiv-product .lazyload-blur-wrapper {
    display: flex;
}
#careers .aboslute_text {
    font-family: ProximaNova_Bold;
}
article#careers h1 {
    color: #6db650;
    margin-bottom: 30px;
}
article#careers h3 {
    font-size: 48px;
    letter-spacing: -.48px;
    margin-bottom: 0;
}
article#careers h3, article#careers h4 {
    font-family: ProximaNova_Bold;
    line-height: 60px;
}
article#careers h4 {
    font-size: 36px;
    letter-spacing: -.36px;
}
article#careers p {
    font-family: ProximaNova_Regular;
    font-size: 20px;
    letter-spacing: -.36px;
    line-height: 30px;
}
article#careers p.first_p {
    margin-bottom: 20px;
}
article#careers .border_section {
    padding-bottom: 25px;
}
@media (max-width:1200px) {
    article#careers p {
    font-size: 20px;
    line-height: 32px;
}
article#careers h3 {
    font-size: 30px;
    line-height: 40px;
}
article#careers h4 {
    font-size: 22px;
    line-height: 30px;
}
}@media (max-width:768px) {
    #careers .banner img {
    min-height: 115px;
    object-position: 69% center;
}
article#careers p {
    font-size: 22px;
    line-height: 28px;
}
article#careers h3 {
    font-size: 30px;
    line-height: 40px;
}
article#careers h4 {
    font-size: 22px;
    line-height: 30px;
}
}.search-result_noResult {
    align-items: center;
    display: flex;
    flex-direction: column;
    font-size: 16px;
}
.search-result_noResult>.search--result-group {
    padding-top: 8px;
}
.search-result_noResult>.search--result-group>span {
    display: block;
    font-family: ProximaNova_Bold;
    font-size: 1.2rem;
    margin: auto auto 11px;
    padding-left: 15px;
}
.search-result_noResult>.search--result-group .row {
    width: 100%}
article#account-service h1, article#faq h1, article#faq-about-zenwise h1, article#general-questions h1, article#how-to-buy h1, article#most-commonly-asked-questions h1, article#product-faqs h1, article#shipping h1 {
    font-size: 40px;
    font-weight: 700;
    letter-spacing: -.4px;
    line-height: 49px;
    margin-bottom: 18px;
    margin-top: 10px;
    text-transform: none;
}
article#faq .flexMainGrid {
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
}
article#faq .flexGridMainChild {
    border: 4px solid #7eb35d;
    box-sizing: border-box;
    cursor: pointer;
    display: flex;
    height: auto;
    justify-content: space-between;
    margin: 30px 0;
    padding: 30px;
    width: 100%}
article#faq .flexGridMainGrandChild {
    display: flex;
    flex-direction: column;
    width: 33%}
article#faq .flexGridMainGrandChild_title {
    color: #6db650;
    font-family: ProximaNova_Bold;
    font-size: 33px;
    letter-spacing: -.33px;
    line-height: 37px;
}
article#faq .flexGridMainGrandChild li {
    color: #000;
    font-family: ProximaNova_Regular;
    font-size: 30px;
    font-weight: 400;
    letter-spacing: -.3px;
    line-height: 1;
}
article#faq .flexGridMainGrandChild li:not(:last-child) {
    margin-bottom: 20px;
}
article#faq .flexGridMainGrandChild li::marker {
    display: inline-block;
    font-size: 19px;
    margin-right: 15px;
}
article#faq .last_box p {
    color: #000;
    font-family: ProximaNova_Bold;
    font-size: 33px;
    letter-spacing: -.33px;
    line-height: 43px;
    text-align: center;
}
article#faq .last_box p a {
    color: #000;
}
article#faq .flexGridMainGrandChild ul {
    margin-bottom: 0;
}
article#faq .flexGrid {
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
}
article#faq .flexGridChild {
    align-items: center;
    border: 4px solid #7eb35d;
    box-sizing: border-box;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    height: 318px;
    justify-content: center;
    margin: 30px 60px 30px 0;
    width: calc(33% - 40px);
}
article#faq .flexGridChild img {
    height: 120px;
}
article#faq .flexGridChild:nth-child(3n) {
    margin-right: 0;
}
article#faq .flexGridChild h3 {
    color: #000;
    font-family: ProximaNova_Bold;
    font-size: 33px;
    letter-spacing: -.33px;
    line-height: 1;
    text-align: center;
}
article#account-service .border_section, article#faq-about-zenwise .border_section, article#general-questions .border_section, article#how-to-buy .border_section, article#most-commonly-asked-questions .border_section, article#product-faqs .border_section, article#shipping .border_section {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 24px;
}
article#account-service .icon_faq, article#faq-about-zenwise .icon_faq, article#general-questions .icon_faq, article#how-to-buy .icon_faq, article#most-commonly-asked-questions .icon_faq, article#product-faqs .icon_faq, article#shipping .icon_faq {
    height: 100px;
}
#intenational-customers .aboslute_text, article#account-service .aboslute_text, article#faq .aboslute_text, article#faq-about-zenwise .aboslute_text, article#general-questions .aboslute_text, article#how-to-buy .aboslute_text, article#most-commonly-asked-questions .aboslute_text, article#product-faqs .aboslute_text, article#shipping .aboslute_text {
    font-weight: 700!important;
}
#intenational-customers .collapsible, article#about-zenwise .collapsible, article#account-service .collapsible, article#faq-about-zenwise .collapsible, article#general-questions .collapsible, article#how-to-buy .collapsible, article#most-commonly-asked-questions .collapsible, article#product-faqs .collapsible, article#shipping .collapsible {
    background-color: #fff;
    border-top: 3px solid #c8c8c8!important;
    border: none;
    color: #000;
    cursor: pointer;
    font-family: ProximaNova_Bold\!important;
    font-size: 33px;
    letter-spacing: -.33px;
    line-height: 48px;
    outline: none;
    padding: 18px;
    text-align: left;
    width: 100%}
#intenational-customers .collapsible>span.flex-between>span:first-child, article#about-zenwise .collapsible>span.flex-between>span:first-child, article#account-service .collapsible>span.flex-between>span:first-child, article#faq-about-zenwise .collapsible>span.flex-between>span:first-child, article#general-questions .collapsible>span.flex-between>span:first-child, article#how-to-buy .collapsible>span.flex-between>span:first-child, article#most-commonly-asked-questions .collapsible>span.flex-between>span:first-child, article#product-faqs .collapsible>span.flex-between>span:first-child, article#shipping .collapsible>span.flex-between>span:first-child {
    font-family: ProximaNova_Bold;
}
#intenational-customers .active, .collapsible:hover, article#about-zenwise .active, article#account-service .active, article#faq-about-zenwise .active, article#general-questions .active, article#how-to-buy .active, article#most-commonly-asked-questions .active, article#product-faqs .active, article#shipping .active {
    background-color: #fff;
}
#intenational-customers .collapsible_content, article#about-zenwise .collapsible_content, article#account-service .collapsible_content, article#faq-about-zenwise .collapsible_content, article#general-questions .collapsible_content, article#how-to-buy .collapsible_content, article#most-commonly-asked-questions .collapsible_content, article#product-faqs .collapsible_content, article#shipping .collapsible_content {
    background-color: #fff;
    display: none;
    font-size: 36px;
    letter-spacing: -.36px;
    line-height: 44px;
    overflow: hidden;
    padding: 0 18px;
}
#intenational-customers .flex-between, article#about-zenwise .flex-between, article#account-service .flex-between, article#faq-about-zenwise .flex-between, article#general-questions .flex-between, article#how-to-buy .flex-between, article#most-commonly-asked-questions .flex-between, article#product-faqs .flex-between, article#shipping .flex-between {
    display: flex;
    justify-content: space-between;
    width: 100%}
#intenational-customers h4, article#account-service h4, article#faq-about-zenwise h4, article#general-questions h4, article#how-to-buy h4, article#most-commonly-asked-questions h4, article#product-faqs h4, article#shipping h4 {
    color: #000;
    font-family: ProximaNova_Regular;
    font-size: 33px;
    font-weight: 400;
    letter-spacing: -.33px;
    line-height: 38px;
    text-transform: none;
}
#intenational-customers p, article#account-service p, article#faq-about-zenwise p, article#general-questions p, article#how-to-buy p, article#most-commonly-asked-questions p, article#product-faqs p, article#shipping p {
    font-size: 23px;
    line-height: 30px;
}
#intenational-customers .active .plus, article#about-zenwise .active .plus, article#account-service .active .plus, article#faq-about-zenwise .active .plus, article#general-questions .active .plus, article#how-to-buy .active .plus, article#most-commonly-asked-questions .active .plus, article#product-faqs .active .plus, article#shipping .active .plus {
    display: none;
}
#intenational-customers .active .minus, article#about-zenwise .active .minus, article#account-service .active .minus, article#faq-about-zenwise .active .minus, article#general-questions .active .minus, article#how-to-buy .active .minus, article#most-commonly-asked-questions .active .minus, article#product-faqs .active .minus, article#shipping .active .minus {
    display: block!important;
}
#intenational-customers .minus, article#about-zenwise .minus, article#account-service .minus, article#faq-about-zenwise .minus, article#general-questions .minus, article#how-to-buy .minus, article#most-commonly-asked-questions .minus, article#product-faqs .minus, article#shipping .minus {
    display: none;
}
@media (max-width:1200px) {
    article#faq .flexGridMainChild {
    padding: 20px;
}
article#faq .flexGridMainGrandChild>ul {
    padding-left: 20px;
}
article#faq .flexGridMainGrandChild li {
    font-size: 26px;
}
article#faq .flexGridChild {
    height: 250px;
}
article#faq .flexGridChild h3 {
    font-size: 28px;
}
}@media (max-width:768px) {
    article#faq .flexGridChild {
    height: 267px;
    margin: 30px 0;
    width: 100%}
article#faq .flexGridChild:nth-child(2n), article#faq .flexGridChild:nth-child(3n) {
    margin-right: 0!important;
}
article#faq .flexGridChild h3 {
    font-size: 24px;
}
article#faq .flexGridMainGrandChild:nth-child(2n), article#faq .flexGridMainGrandChild:nth-child(3n) {
    display: none;
}
article#faq .flexGridMainGrandChild {
    width: 100%}
article#faq .last_box p {
    font-size: 20px;
    letter-spacing: -.2px;
    line-height: 30px;
}
#intenational-customers .collapsible, article#about-zenwise .collapsible, article#account-service .collapsible, article#faq-about-zenwise .collapsible, article#general-questions .collapsible, article#how-to-buy .collapsible, article#most-commonly-asked-questions .collapsible, article#product-faqs .collapsible, article#shipping .collapsible {
    font-size: 27px;
}
article#about-zenwise h1, article#account-service h1, article#faq h1, article#faq-about-zenwise h1, article#general-questions h1, article#how-to-buy h1, article#most-commonly-asked-questions h1, article#product-faqs h1, article#shipping h1 {
    font-size: 35px;
}
#intenational-customers .collapsible>span.flex-between>span:first-child, article#about-zenwise .collapsible>span.flex-between>span:first-child, article#account-service .collapsible>span.flex-between>span:first-child, article#faq-about-zenwise .collapsible>span.flex-between>span:first-child, article#general-questions .collapsible>span.flex-between>span:first-child, article#how-to-buy .collapsible>span.flex-between>span:first-child, article#most-commonly-asked-questions .collapsible>span.flex-between>span:first-child, article#product-faqs .collapsible>span.flex-between>span:first-child, article#shipping .collapsible>span.flex-between>span:first-child {
    line-height: 1;
}
}article#faq h4, article#privacy-policy h4, article#terms-conditions h4 {
    font-family: ProximaNova_Bold;
    font-size: 2rem;
}
.rc_radio {
    top: 0!important;
}
.rc_block.rc_block__type.rc_block__type__autodeliver {
    align-items: center;
    display: flex;
}
.rc_label.rc_label__autodeliver {
    margin-bottom: 0!important;
}
.rc_label.rc_label__deliver_every {
    padding-top: 0!important;
}
div.rc_block__type--active {
    background-color: transparent!important;
}
.rc_popup {
    display: none!important;
}
#rc_radio_options select {
    border: 1px solid #000!important;
}
.banner-image {
    cursor: pointer;
}
.banner-image__title {
    display: none;
}
.banner-image {
    min-height: auto;
}
.reviews-home__title__numberReviews {
    position: relative;
}
.reviews-home__title__numberReviews__icon {
    bottom: -5%;
    left: 46%;
    position: absolute;
    transform: translateX(-50%);
    width: 100%}
@media (max-width:768px) {
    .banner-image__title {
    color: #6db650;
    display: block;
    font-size: 40px;
    letter-spacing: -.3px;
    line-height: 1;
    margin: 15px auto;
    text-align: center;
    width: 70%}
.template-index #shopify-section-banner-bar {
    position: relative;
}
.template-index #shopify-section-banner-bar+strong {
    padding-top: 0;
}
}@media only screen and (min-width:680px) and (max-width:768px) {
    .banner-image__background {
    height: 316px!important;
}
}.banner-image__container {
    position: relative;
}
.banner-image__background {
    width: 100%}
.banner-image__bestSeller, .banner-image__info {
    position: absolute;
}
.banner-image__background.fade-lazy+.banner-image__bestSeller, .banner-image__background.fade-lazy~.banner-image__info {
    animation-duration: 2s;
    animation-fill-mode: forwards;
    animation-name: fade;
}
.banner-image__bestSeller {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    max-width: 447px;
    opacity: 0;
    right: 53%;
    top: 11%}
.banner-image__info {
    bottom: 12%;
    left: 62%;
    opacity: 0;
    width: 445px;
}
.banner-image__bestSeller__img {
    max-height: 210px;
    max-width: 210px;
}
.banner-image__bestSeller__title_container {
    align-items: center;
    display: flex;
    justify-content: center;
    max-width: 400px;
}
.banner-stars {
    height: auto;
    width: 220px;
}
.banner-image__bestSeller__title {
    font: normal normal 700 64px/62px ProximaNova_Bold;
    font-size: 50px;
    letter-spacing: -.64px;
    text-align: left;
    text-transform: uppercase;
}
.banner-image__info__description {
    font: normal normal 700 33px/37px ProximaNova_Bold;
    font-size: 30px;
    letter-spacing: -.33px;
    margin-top: 20px;
    text-align: left;
}
.banner-image__info__food {
    border-bottom: 4px solid #707070;
    font: normal normal 700 25px/37px ProximaNova_Bold;
    font-size: 22px;
    letter-spacing: -.25px;
    padding-bottom: 10px;
    text-align: left;
}
.banner-image__info__button {
    margin-top: 20px;
}
.banner-image__info__offer {
    font-size: 23px;
    font-style: bold;
    font-weight: 700;
    letter-spacing: -.23px;
    margin: 0;
    padding-left: 2px;
    padding-right: 2px;
    padding-top: 10px;
    text-align: left;
}
@media (max-width:1400px) {
    .banner-image__bestSeller {
    width: 35%}
.banner-image__bestSeller__title {
    font-size: 45px;
    line-height: 1;
    text-align: left;
}
.banner-image__info {
    width: 35%}
.banner-image__info__button {
    margin-top: 0;
}
.banner-image__bestSeller__img {
    height: 180px;
    width: 180px;
}
.banner-image__info__description {
    font-size: 28px;
    line-height: 1;
}
.banner-image__info__food {
    font-size: 23px;
}
}@media (max-width:1200px) {
    .banner-image__bestSeller {
    top: 10%}
.banner-image__bestSeller__img {
    height: 140px;
    width: 140px;
}
.banner-image__bestSeller__title {
    font-size: 35px;
}
.banner-image__info__food {
    display: none;
}
.banner-image__info__description {
    font-size: 23px;
}
}@media (max-width:1000px) {
    .banner-image__bestSeller__title {
    font-size: 30px;
}
.banner-image__info {
    bottom: 20%}
.banner-stars {
    height: auto;
    width: 180px;
}
.banner-image__info__description {
    font-size: 18px;
}
.banner-image__bestSeller {
    top: 5%}
}@media (min-width:769px) {
    .banner-image__info {
    display: none;
}
}@media (max-width:768px) {
    .banner-image__background {
    display: block;
    height: 316px;
    object-fit: cover;
    object-position: 53% center;
}
}.banner-description__title {
    color: #3ac1cc;
    font-family: ProximaNova_Bold;
    font-size: 38px;
    letter-spacing: -.38px;
    margin-top: 35px;
    padding: 0 20px;
    text-align: center;
    text-transform: uppercase;
    width: 100%}
.banner-description__divider {
    align-items: center;
    background-color: #6db650;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 20px 0;
    position: relative;
}
.banner-description__divider__container {
    align-items: center;
    display: flex;
    height: 225px;
    justify-content: center;
    margin-top: 20px;
    overflow: hidden;
}
.banner-description__divider__img {
    max-height: 345px;
    max-width: 345px;
    position: relative;
    top: 76px;
    z-index: -1;
}
.banner-description__divider__text {
    color: #fff;
    font-size: 38px;
    letter-spacing: -.38px;
    margin-bottom: 0;
    text-align: center;
    text-transform: uppercase;
}
.banner-divider--buyNow {
    align-items: center;
    display: flex;
    flex-direction: column;
    padding: 60px 20px;
}
.banner-divider--buyNow__legend {
    color: #c8c8c8;
    font: normal normal normal 24px/37px ProximaNova_Regular;
    letter-spacing: -.24px;
    margin-top: 14px;
    text-align: center;
}
.banner-divider--healthy {
    margin-bottom: 40px;
}
.banner-divider--healthy__container {
    display: flex;
    margin: 0 auto;
    max-width: 1300px;
    width: 80%}
.banner-divider--healthy__img {
    height: 110px;
    margin-right: 17px;
}
.banner-divider--healthy__text {
    flex: 1;
    font: normal normal normal 33px/37px ProximaNova_Regular;
    font-size: 33px;
    letter-spacing: -.33px;
    margin: 0;
    max-width: 1051px;
    text-align: left;
}
.banner-image__info__description.instruction {
    text-transform: uppercase;
}
@media (max-width:1000px) {
    .banner-divider--healthy {
    margin-top: 40px;
}
.banner-divider--healthy__text {
    font-size: 23px;
}
}@media (max-width:768px) {
    .banner-divider--healthy__container {
    flex-direction: column;
}
.banner-divider--healthy__img {
    align-self: center;
    height: auto;
    width: 40%}
.banner-divider--healthy__text {
    letter-spacing: -.16px;
    line-height: 1!important;
    text-align: center;
}
.banner-divider--healthy__text:before {
    background-color: #6db650;
    content: "";
    display: block;
    height: 15px;
    left: 50%;
    margin-bottom: 13px;
    position: relative;
    transform: translateX(-50%);
    width: 100vw;
}
.banner-image__info__offer, p.banner-image__info__description.instruction {
    display: none;
}
}@media (max-width:480px) {
    .banner-divider--healthy__text {
    font-size: 16px;
}
.banner-divider--healthy__text:before {
    height: 10px;
}
}@media (max-width:626px) {
    .banner-image__bestSeller__title {
    display: none;
}
.banner-image__background {
    object-position: 62% center;
}
.banner-image__bestSeller {
    right: 15%;
    top: 39%;
    width: 160px;
}
.banner-stars {
    width: 140px;
}
.landing-button {
    font-size: 28px;
    height: 50px;
    width: 159px;
}
}.banner-divider--advantage {
    align-items: center;
    background-size: cover;
    display: flex;
    flex-direction: column;
}
.banner-divider--advantage__title {
    font-size: 80px;
    letter-spacing: -.8px;
    line-height: 1;
    margin: auto;
    padding-top: 60px;
    text-align: center;
    text-transform: uppercase;
    width: 90%}
.banner-divider--advantage--container {
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
    max-width: 1365px;
    padding: 40px 0;
    width: 85%}
.banner-divider--advantage__item {
    align-items: center;
    display: flex;
    flex: 1 1 33.33%;
    flex-direction: column;
}
.banner-divider--advantage__item__title {
    font-family: ProximaNova_Bold;
    font-size: 38px;
    letter-spacing: -.38px;
    margin: 30px 0 0;
    text-align: center;
}
.banner-divider--advantage__item__description {
    font-family: ProximaNova_Regular;
    font-size: 33px;
    letter-spacing: -.33px;
    max-width: 356px;
    text-align: center;
    width: 91%}
.banner-divider--advantage>button {
    margin-bottom: 60px;
}
.banner-advertisement {
    display: flex;
    margin: 0 auto 50px;
    max-width: 1365px;
    width: 80%}
.banner-advertisement__item {
    background-size: cover;
    display: flex;
    flex: 1;
    flex-direction: column;
}
.banner-advertisement__item__header {
    position: relative;
    z-index: 2;
}
.banner-advertisement__item__discount {
    align-items: center;
    background-color: #e56529;
    border: 4px solid #000;
    border-radius: 50%;
    color: #fff;
    display: flex;
    font-family: ProximaNova_Bold;
    font-size: 26px;
    height: 130px;
    left: 5%;
    letter-spacing: -.26px;
    line-height: 22px;
    padding: 3px;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    top: 50%;
    transform: translateY(-50%);
    width: 130px;
}
.banner-advertisement__item__discount+.banner-advertisement__item__title, .banner-advertisement__item__discount~.banner-advertisement__item__subtitle {
    padding-left: 110px;
}
.banner-advertisement__item:not(:last-child) {
    margin-right: 13px;
}
.banner-advertisement__item:first-child .banner-advertisement__item__header {
    background-color: #3ac1cc;
}
.banner-advertisement__item:last-child .banner-advertisement__item__header {
    background-color: #6db650;
}
.banner-advertisement__item__title {
    color: #fff;
    font-family: ProximaNova_Bold;
    font-size: 42px;
    letter-spacing: -.42px;
    margin-bottom: 0;
    text-align: center;
}
.banner-advertisement__item__subtitle {
    color: #fff;
    font-family: ProximaNova_Regular;
    font-size: 31px;
    letter-spacing: -.31px;
    line-height: 1;
    margin: 0;
    padding-bottom: 9px;
    text-align: center;
}
.banner-advertisement__item__content {
    align-items: center;
    display: flex;
    justify-content: center;
    margin: auto 0;
}
.banner-advertisement__item__details {
    display: flex;
    flex-direction: column;
}
.banner-advertisement__item__details__title {
    color: #6db650;
    font-family: ProximaNova_Bold;
    font-size: 33px;
    letter-spacing: -.33px;
    line-height: 29px;
    margin-bottom: 8px;
    text-align: right;
}
.banner-advertisement__item__details__benefit {
    font-family: ProximaNova_Regular;
    font-size: 29px;
    letter-spacing: -.29px;
    line-height: 25px;
    margin-bottom: 10px;
    text-align: right;
}
.banner-advertisement__item__details__price {
    color: #6db650;
    font-family: ProximaNova_Bold;
    font-size: 37px;
    letter-spacing: -.37px;
    text-align: right;
}
.banner-advertisement__item__details .landing-button {
    margin-left: auto;
}
.banner-advertisement__item__details__legend {
    font-family: ProximaNova_Bold;
    font-size: 17px;
    letter-spacing: -.17px;
    line-height: 18px;
    margin: 10px 0 0 auto;
    text-align: center;
    text-transform: uppercase;
    width: 215px;
}
.banner-advertisement__item:first-child .banner-advertisement__item__details, .banner-advertisement__item:first-child .banner-advertisement__item__img {
    margin-left: auto;
    width: 35%}
.banner-advertisement__item__stars {
    border-bottom: 2px solid #7eb35d;
    box-sizing: content-box;
    display: flex;
    justify-content: flex-end;
    max-height: 25px;
    padding-bottom: 20px;
    width: 100%}
.banner-advertisement__item__stars img {
    height: auto;
    width: 130px;
}
.banner-advertisement__item:first-child .banner-advertisement__item__img {
    max-width: 205px;
}
.banner-advertisement__item:first-child .banner-advertisement__item__details {
    margin-right: auto;
}
.banner-advertisement__item:last-child .banner-advertisement__item__img {
    width: 55%}
.banner-advertisement__item:last-child .banner-advertisement__item__details__benefit {
    font-size: 26px;
    letter-spacing: -.26px;
    line-height: 22px;
}
.banner-advertisement__item:last-child .banner-advertisement__item__details {
    margin-right: 5%}
.template-index #shopify-section-footer>footer {
    margin-top: 0;
}
.landingpage-section--banner-advertisement {
    margin-top: -100px;
    padding-top: 100px;
}
@media (max-width:1500px) {
    .banner-advertisement__item__details__title {
    font-size: 24px;
    margin-top: 8px;
}
.banner-advertisement__item__details__legend {
    width: 185px;
}
.banner-advertisement__item__details__benefit {
    font-size: 24px;
}
.banner-advertisement__item:last-child .banner-advertisement__item__details__benefit {
    font-size: 21px;
}
.banner-advertisement__item__details__price {
    font-size: 30px;
    margin-bottom: 10px;
}
.banner-advertisement__item__details__legend {
    font-size: 15px;
    margin-bottom: 8px;
}
.banner-advertisement__item__details .landing-button {
    font-size: 26px;
    height: 47px;
    width: 180px;
}
.banner-advertisement__item__title {
    font-size: 34px;
}
.banner-advertisement__item__subtitle {
    font-size: 24px;
}
.banner-advertisement__item__discount+.banner-advertisement__item__title, .banner-advertisement__item__discount~.banner-advertisement__item__subtitle {
    padding-left: 100px;
}
.banner-advertisement__item__discount {
    font-size: 22px;
    height: 115px;
    padding: 4px;
    width: 115px;
}
}@media (max-width:1200px) {
    .banner-divider--advantage__title {
    font-size: 60px;
}
.banner-advertisement__item__discount {
    font-size: 18px;
    height: 95px;
    width: 95px;
}
.banner-advertisement__item__title {
    font-size: 30px;
}
.banner-advertisement__item__details__title {
    font-size: 22px;
    line-height: 1;
}
.banner-advertisement__item__details__benefit {
    font-size: 20px;
}
.banner-advertisement__item:last-child .banner-advertisement__item__details__benefit {
    font-size: 19px;
}
.banner-advertisement__item__details__price {
    font-size: 26px;
}
.banner-advertisement__item__details__legend {
    font-size: 12px;
    line-height: 1;
}
.banner-advertisement__item__details .landing-button {
    font-size: 21px;
    height: 40px;
    width: 140px;
}
.banner-divider--advantage__item__description {
    font-size: 30px;
    line-height: 37px;
    width: 90%}
.banner-advertisement__item__details__legend {
    width: 140px;
}
.banner-divider--advantage--container {
    width: 95%}
}@media (max-width:1000px) {
    .banner-advertisement {
    flex-direction: column;
}
.banner-advertisement__item:not(:last-child) {
    margin-right: 0;
}
.banner-advertisement__item__content {
    padding: 35px 0;
}
.banner-advertisement__item .banner-advertisement__item__img {
    max-height: 400px;
}
.banner-advertisement__item__details__benefit {
    font-size: 24px;
}
.banner-advertisement__item:last-child .banner-advertisement__item__details__benefit {
    font-size: 21px;
}
.banner-advertisement__item__details .landing-button {
    margin-right: 0;
}
.banner-advertisement__item__details__title {
    font-size: 26px;
}
.banner-advertisement__item__details__price {
    font-size: 28px;
}
}@media (max-width:768px) {
    .banner-advertisement {
    width: 100%}
.banner-advertisement__item__stars img {
    width: 100px;
}
.banner-advertisement__item__details .landing-button {
    font-size: 14px;
}
.banner-divider--advantage__title {
    font-size: 36px;
    letter-spacing: -.36px;
    text-align: center;
}
.banner-divider--advantage--container {
    padding-bottom: 30px;
}
.banner-divider--advantage__item {
    flex: 1 0 100%}
.banner-divider--advantage__item__description {
    font-size: 25px;
    letter-spacing: -.18px;
    line-height: 1!important;
    margin-bottom: 2rem;
    margin-top: 15px;
}
.banner-divider--advantage {
    padding-bottom: 150px;
}
.banner-divider--buyNow button {
    font-size: 25px;
    height: 45px;
    width: 180px;
}
.banner-divider--buyNow__legend {
    font-size: 20px;
}
}@media (max-width:480px) {
    .banner-advertisement__item__title {
    font-size: 24px;
}
.banner-advertisement__item__subtitle {
    font-size: 18px;
}
.banner-advertisement__item__details__benefit {
    font-size: 16px;
    letter-spacing: -.16px;
    line-height: 1;
}
.banner-advertisement__item__details__price {
    font-size: 20px;
    letter-spacing: -.2px;
}
.banner-advertisement__item:last-child .banner-advertisement__item__details__benefit {
    font-size: 13px;
    letter-spacing: -.13px;
    line-height: 1;
}
.banner-advertisement__item__details__legend {
    font-size: 11px;
}
.banner-advertisement__item__details__title {
    font-size: 16px;
}
.banner-divider--advantage__item__description {
    font-size: 18px;
    width: 55%}
.banner-divider--buyNow {
    padding-bottom: 40px;
}
.banner-divider--buyNow button {
    font-size: 18px;
}
.banner-divider--buyNow__legend {
    font-size: 14px;
    margin-top: 11px;
}
}.cart-total-price .limoniapps-discountninja-discountedprice {
    justify-content: center;
}
.order-discount--cart-amount {
    display: none;
}
.header-content--withmenu>div.main-navigation-wrapper-main--within-header {
    flex: 1 1 100%;
    margin-left: 0!important;
    margin-right: 0!important;
}
.main-navigation-wrapper-main--within-header .nav-pills {
    justify-content: center!important;
    margin: 0;
}
.main-navigation-wrapper-main--within-header .nav-pills>li:not(:last-child) {
    margin-right: 18px;
}
.main-navigation-wrapper-main--within-header .nav-pills>li>a {
    font-family: ProximaNova_Regular!important;
    font-size: 16px!important;
    padding: 0!important;
    text-transform: none;
    text-transform: uppercase;
}
.header-content--withmenu>.logo-placement-within-wrapper__item {
    align-self: center;
    flex: 0 0 200px;
    max-width: 200px;
}
.header-content--withmenu>.logo-placement-within-wrapper__item.icons {
    flex: 0 0 130px;
    width: 130px;
}
.header-content--withmenu>.logo-placement-within-wrapper__item.icons>div {
    min-width: revert;
    width: 100%}
.header-content--withmenu>.logo-placement-within-wrapper__item--logo {
    margin-top: 10px!important;
}
.indiv-product__info .reviews__stars {
    display: none;
    margin: 6px 0 4px;
}
.indiv-product__info .reviews__stars__img {
    height: 26px!important;
}
.notification-bar__message {
    align-items: center;
    display: flex;
    justify-content: center;
}
.notification-bar__message a {
    padding: 5px 0;
}
@media screen and (min-width:1200px) {
    .header-content--withmenu>div {
    margin: 15px!important;
}
}.header-content--withmenu>div {
    margin: 15px!important;
}
.header-content--withmenu .site-header__logo-image img {
    width: 100%!important;
}
.header-wrapper {
    max-width: 1420px!important;
}
@media screen and (min-width:992px) {
    template--collection {
    max-width: 1100px;
}
#kombucha .grid__image--width, .home-page__sections .grid__image--width, .template-collection .grid__image--width {
    min-width: 30%}
.indiv-product__info {
    width: 70%}
.indiv-product__info__description>p {
    font-size: 20px;
    letter-spacing: .2px;
    line-height: 1.3;
}
}.indiv-product__info__description>p>span.subtitle {
    font-size: 20px;
}
.indiv-product__info__description>ul {
    font-size: 20px;
    line-height: 1.5;
}
.indiv-product .quantity-controls {
    font-size: 20px;
}
.indiv-product .quantity-controls input {
    width: 36%}
#kombucha .quantity-controls, .home-page__sections .quantity-controls, .template-collection .quantity-controls {
    border-radius: 4px;
    max-width: 70px;
    width: 70px;
}
.indiv-product .quantity-controls>input {
    font-size: 24px;
}
.indiv-product.indiv-product__container .product-recommendations__button--collection {
    border-radius: 4px;
    font-size: 19px;
    height: 44px;
    text-transform: none;
    width: 114px;
}
#kombucha .indiv-product__swatches__label, .home-page__sections .indiv-product__swatches__label, .template-collection .indiv-product__swatches__label {
    border-radius: 4px;
    font-size: 16px;
}
@media(min-width:768px) {
    #kombucha .indiv-product__swatches__label, .home-page__sections .indiv-product__swatches__label, .template-collection .indiv-product__swatches__label {
    margin: 0 15px 8px 0;
}
}#kombucha .product-grid .indiv-product-wrapper, .home-page__sections .product-grid .indiv-product-wrapper, .template-collection .product-grid .indiv-product-wrapper {
    margin-bottom: 60px;
}
#kombucha .indiv-product .money, #kombucha .product-page--pricing--variant-price .money, .home-page__sections .indiv-product .money, .home-page__sections .product-page--pricing--variant-price .money, .template-collection .indiv-product .money, .template-collection .product-page--pricing--variant-price .money {
    font-size: 24px;
}
.indiv-product__info__description>ul {
    list-style: none;
    padding-left: 0;
}
.indiv-product__info__description>ul>li:before {
    background-color: #000;
    border-radius: 50%;
    content: "";
    display: inline-block;
    height: 6px;
    margin: 0 8px 2px 0;
    width: 6px;
}
.indiv-product .quantity-controls>button {
    padding: 1px 3px;
}
.product-recommendations__button-container--category>.product-recommendations__button:not(:last-child) {
    margin-right: 10px;
}
@media screen and (max-width:1250px) {
    .header-content--withmenu>.logo-placement-within-wrapper__item {
    flex: 0 0 170px;
    max-width: 170px;
}
.header-content--withmenu>.logo-placement-within-wrapper__item.icons {
    flex: 0 0 130px;
    width: 130px;
}
}@media (max-width:768px) {
    .indiv-product__info .reviews__stars {
    justify-content: center;
}
}.bold {
    font-weight: 700;
}
.italic {
    font-style: italic;
}
.block {
    display: block;
}
.product-single__thumbnails {
    padding-top: 0!important;
}
div#rc_container {
    margin-bottom: 10!important;
}
#rc_radio_options .rc_block__type__onetime {
    margin-bottom: 10px;
}
#rc_radio_options .rc_block__type__autodeliver, #rc_radio_options .rc_block__type__onetime {
    border: 2px solid #d3d3d3;
    display: flex;
    flex-direction: column;
}
#rc_radio_options .rc_block__type--active {
    border: 2px solid #e56529!important;
}
#rc_radio_options .rc_block__type--active>span {
    font-size: 16px;
}
#rc_radio_options .rc_block__type--active .rc_label__delivery, #rc_radio_options .rc_block__type--active>label, #rc_radio_options .rc_block__type--active>span {
    color: #e56529!important;
}
.rc_label.rc_label__autodeliver, .rc_label.rc_label__onetime {
    align-items: center;
    display: flex!important;
    flex: 0 0 100%;
    width: 100%}
#rc_radio_options .rc_block__type--active .rc_label__delivery, .rc_label.rc_label__autodeliver, .rc_label.rc_label__onetime {
    font-family: ProximaNova_Regular;
    font-size: 18px;
}
.input_label--radio, .input_label--radio-amz {
    border: 2px solid gray;
    border-radius: 50%;
    display: inline-block;
    height: 20px;
    margin-right: 6px;
    vertical-align: middle;
    width: 20px;
}
.rc_block__type--active .input_label--radio {
    border: 4px solid #e56529!important;
}
.rc_radio__autodeliver, .rc_radio__onetime {
    display: none!important;
}
.rc_block__type__autodeliver {
    flex-wrap: wrap;
}
#rc_autodeliver_options {
    width: 100%}
#rc_autodeliver_options .rc_label__deliver_every {
    display: flex!important;
    justify-content: space-between;
    padding-left: 0;
    width: 100%}
#rc_autodeliver_options .rc_label__deliver_every .rc_select__frequency {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none!important;
    color: #e56529!important;
    font-size: 20px;
    width: 100px;
}
.rc_wrapper_select__frequency {
    position: relative;
}
.rc_wrapper_select__frequency:after, .rc_wrapper_select__frequency:before {
    -webkit-clip-path: polygon(0 0, 50% 100%, 100% 0);
    clip-path: polygon(0 0, 50% 100%, 100% 0);
    content: "";
    display: block;
    opacity: 1;
    position: absolute;
}
.rc_wrapper_select__frequency:after {
    background-color: #fff;
    height: 7px;
    left: revert;
    right: 5px;
    top: 22px;
    width: 10px;
}
.rc_wrapper_select__frequency:before {
    background-color: #d66c3b;
    height: 9px;
    left: revert;
    right: 3px;
    top: 21px;
    width: 14px;
}
.rc_label__arrow-progress {
    height: auto;
    margin-right: 4px;
    width: 28px;
}
.rc_price.rc_price__autodeliver, .rc_price.rc_price__onetime {
    margin: 0 20px 0 auto;
}
.toScroll {
    color: #3ac1cc;
    cursor: pointer;
    display: inline-block;
    font-size: 18px;
    margin-bottom: 15px;
    text-decoration: underline;
}
@media (max-width:576px) {
    .toScroll {
    text-align: center;
    width: 100%}
}@media (max-width:439.98px) {
    .deskv2 {
    display: none;
}
.align-left-xs, .align-left-xs p, .align-left-xs ul {
    text-align: left!important;
}
.shortv2 span:first-child {
    margin-bottom: 10px;
    text-align: left;
}
}@media (max-width:382.98px) {
    .button-xs-styles2 {
    margin: 10px auto 0!important;
}
.button-xs-styles1 {
    margin: 0 auto!important;
}
.product-recommendations__button-container {
    flex-direction: column;
}
}@media (min-width:440px) {
    .shortv2 {
    display: none;
}
}.shortv2, .shortv2 p, .shortv2 ul {
    text-align: left!important;
}
.zenwise-way-custom {
    flex: 0 0 auto;
    margin-right: 40px;
    min-width: 265px;
    width: auto;
}
.feature-row__text--custom {
    flex: 1 1 auto;
    max-width: revert;
    width: auto;
}
@media (max-width:768px) {
    #rc_radio_options .rc_block__type--active>span {
    font-size: 14px;
}
#rc_radio_options .rc_block__type--active .rc_label__delivery, .rc_label.rc_label__autodeliver, .rc_label.rc_label__onetime, .template-product .swatch .swatch-element>label, .toScroll {
    font-size: 16px;
}
.toScroll {
    display: block;
    text-align: center;
}
.zenwise-way-custom {
    margin-right: 0;
}
.risk-free-body, .risk-free-body p {
    margin-top: 10px!important;
}
}a.best-seller-btn, a.btn, button.btn, button.landing-button, button.product-recommendations__button, button.qty-minus, button.qty-plus, div.blog--read-more, div.cart-item--quantity-wrapper, div.quantity-controls, div.sale-badge, input.btn, input.form-control {
    border-radius: 4px;
}
div.swatch-element label, input.form-control, textarea.form-control {
    border-radius: 4px!important;
}
#rc_login {
    display: none!important;
}
input#newsletter_text {
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
}
button#newsletter_submit {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
}
div#search-wrapper {
    border-bottom-left-radius: 4px;
}
#pr-questiondisplay header.pr-qa-display-headline {
    margin-left: 0;
}
.pwr_reviews_starscontainer {
    margin-bottom: 10px;
}
.pwr-category-snippets {
    margin-top: 6px;
}
.grid__image--certifications {
    display: flex;
    margin: 15px auto auto;
    width: 80%}
.grid__image--certifications img {
    height: 50px!important;
}
.grid__certifications--image {
    display: none!important;
    height: 40px!important;
}
#pr-questiondisplay, #pr-reviewdisplay {
    display: flex;
}
#pr-review-snapshot, .template-product #pr-reviewdisplay .p-w-r, .template-product #pr-reviewdisplay .p-w-r #pr-review-display, .template-product #pr-reviewdisplay .p-w-r #pr-review-snapshot, .template-product #pr-reviewdisplay .p-w-r section[id^=pr-review-display] {
    width: 100%}
#pr-review-snapshot header, .pr-snippet-stars-reco-reco {
    display: none;
}
.pr-review-snapshot-block-container {
    display: flex;
}
.p-w-r section {
    float: left;
}
.p-w-r .pr-snippet-rating-decimal {
    display: none;
}
.pr-snippet-stars-reco-stars .pr-snippet, .pwr_reviews_starscontainer {
    display: flex;
}
.pr-histogram-label, .pr-snippet-review-count {
    color: #000!important;
}
#pr-reviewsnippet .pr-snippet-write-review-link {
    color: #e56529!important;
    margin-left: 10px!important;
}
#pr-reviewsnippet .pr-snippet-stars-container {
    margin-right: 10px!important;
}
.shopify-section-pwr-reviews {
    margin: 50px auto auto;
    max-width: 1250px;
    width: 90%}
.toggle-container {
    display: flex;
    justify-content: space-between;
    margin-bottom: 3em;
    max-width: 1250px;
}
.pwr-section-toggle {
    border-bottom: 3px solid #7eb35d;
    cursor: pointer;
    display: flex;
    justify-content: center;
    width: 48%}
.pwr-section-toggle h3 {
    color: #6db650;
    font-size: 26px;
}
.pwr-section-toggle.disabled h3 {
    font-family: ProximaNova_Regular;
}
.pwr-section-toggle.disabled {
    border-bottom: 1px solid #7eb35d;
}
#pr-questiondisplay.disabled, #pr-reviewdisplay.disabled {
    display: none;
}
.pr-reco-value, .pr-review-snapshot-snippets-headline {
    color: #6db650!important;
    display: block!important;
}
#pr-reviewdisplay .pr-snippet-review-count {
    font-size: 18px;
    text-align: center;
}
#pr-questiondisplay .pr-btn-review, #pr-reviewdisplay .pr-snippet-write-review-link {
    background-color: #6db650!important;
    border-bottom: none!important;
    color: #fff!important;
    margin-left: 0!important;
}
.pr-checkbox-icon {
    display: none!important;
}
.pr-snippet-reco-to-friend-percent {
    background-color: transparent!important;
    color: #000!important;
}
.pr-reco-to-friend-message {
    font-size: 16px!important;
    max-width: 225px!important;
}
.pr-ratings-histogram-bar {
    background-color: #f4f4f4!important;
    border-radius: 4px!important;
}
.pr-ratings-histogram-barValue {
    background-color: #6db650!important;
    border-radius: 4px!important;
    height: 100%!important;
}
.pr-histogram-count {
    color: #000!important;
    font-size: 16px!important;
}
.pr-snippet-reco-to-friend-green circle {
    fill: #6db650!important;
}
section.pr-rd-description {
    z-index: 1;
}
#pr-rd-main-header {
    background-color: #f4f4f4!important;
    border-radius: 4px!important;
    position: relative;
}
.pr-rd-review-total {
    color: #6db650!important;
    left: 34%;
    position: absolute;
    top: 17px;
    transform: translateX(-50%);
}
#pr-reviewdisplay p, #pr-reviewdisplay span {
    color: #000;
}
section.pr-review-snapshot-block {
    display: flex!important;
}
#pr-reviewdisplay .pr-snippet-rating-decimal {
    display: none!important;
}
section.pr-qa-display {
    display: flex!important;
    flex-direction: column;
}
.pr-qa-display-headline h1 {
    display: none!important;
}
button#pr-question-form-link {
    background-color: #6db650!important;
    border-bottom: none!important;
}
.pr-review-snapshot-histogram {
    width: 100%!important;
}
@media (max-width:768px) {
    .pr-rd-review-total {
    font-size: 14px!important;
    left: 22%;
    top: 58px;
}
.afterpay-paragraph {
    font-size: .5rem;
    text-align: center;
}
.pwr_reviews_starscontainer {
    justify-content: center;
}
.toggle-container {
    margin-bottom: 1em;
}
.pwr-section-toggle h3 {
    font-size: 1.6rem;
}
#pr-reviewdisplay .pr-snippet-reco-to-friend {
    display: flex;
    flex-direction: column;
    text-align: center!important;
}
#pr-reviewdisplay .pr-reco-to-friend-message {
    text-align: center!important;
}
}@media screen and (max-width:468px) {
    .pr-rd-review-total {
    left: 36%}
}#pr-rd-sort-by {
    background-color: #6db650!important;
    border: none;
    border-radius: 4px;
    color: #fff;
    font-size: 18px;
    outline: none;
}
.p-w-r .pr-star-v4-0-filled, .p-w-r .pr-star-v4-100-filled, .p-w-r .pr-star-v4-25-filled, .p-w-r .pr-star-v4-50-filled, .p-w-r .pr-star-v4-75-filled {
    background-image: url(/cdn/shop/files/image_3.png?v=1617982785);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: cover;
    height: 20px!important;
    padding: 0!important;
    position: relative;
    width: 20px!important;
}
.p-w-r .pr-star-v4-0-filled:after, .p-w-r .pr-star-v4-100-filled:after, .p-w-r .pr-star-v4-25-filled:after, .p-w-r .pr-star-v4-50-filled:after, .p-w-r .pr-star-v4-75-filled:after {
    background-image: url(/cdn/shop/files/star_1_orange.png?v=1617981168);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: cover;
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    width: 0;
}
.p-w-r .pr-star-v4-25-filled:after {
    width: 25%}
.p-w-r .pr-star-v4-50-filled:after {
    width: 50%}
.p-w-r .pr-star-v4-75-filled:after {
    width: 75%}
.p-w-r .pr-star-v4-100-filled:after {
    width: 100%}
.pr-review p, .pr-review span, .pr-review time {
    color: #000!important;
}
#pr-question-form-link {
    background-color: #7eb35d;
    border: none;
}
.pr-qa-display-headline h1 {
    display: none;
}
.pr-qa-display-ask-question {
    float: left!important;
    padding-left: 0!important;
}
.pr-qa-display-answer-details span, .pr-qa-display-item-text {
    color: #000!important;
}
#pr-qa-sort-by {
    border: 1px solid #c8c8c8;
    border-radius: 4px;
    color: #000;
    font-size: 13px;
    font-weight: 700;
}
.pr-qa-sort-group:after {
    top: 65%!important;
}
.product-description-main-wrapper .pr-snippet-write-review-link {
    background-color: transparent!important;
    color: #e56529!important;
    font-size: 13px;
}
.pr-qa-display-search form label {
    color: #6db650;
}
.pr-qa-display-sort {
    border-bottom: 1px solid #7eb35d!important;
}
.pr-qa-display-item-icon {
    background-color: #c8c8c8!important;
    color: #000!important;
}
.p-w-r .pr-qa-display.pr-qa-display-desktop .pr-qa-display-question {
    padding-left: 15%}
.pr-qa-display-item-details sub, .pr-qa-display-item-details time {
    color: #000!important;
    font-size: 14px!important;
}
.p-w-r .pr-qa-display.pr-qa-display-desktop .pr-qa-display-answer-by-container.pr-qa-display-answer-by-container-expert, .p-w-r .pr-qa-display.pr-qa-display-tablet .pr-qa-display-answer-by-container.pr-qa-display-answer-by-container-expert {
    border-left: 1px solid #7eb35d;
}
.p-w-r .pr-qa-display .pr-btn-answer span, .p-w-r .pr-qa-display .pr-btn-ask-question span {
    stroke: #7eb35d!important;
    color: #7eb35d!important;
}
.pr-cross-icon svg path, .pr-qa-display-answer-icon svg path {
    fill: #7eb35d!important;
    background-color: transparent!important;
}
.pr-cross-icon svg line {
    stroke: #7eb35d!important;
    background-color: transparent!important;
}
.p-w-r .pr-qa-display .pr-qa-sort-group:after {
    background-image: url(/cdn/shop/files/Flechas_gris_Mesa_de_trabajo_1.png?v=1617988769);
    background-repeat: no-repeat;
    background-size: 20px 20px;
    border-color: none!important;
    border-style: none!important;
    height: 20px;
    position: absolute!important;
    right: 5px;
    top: 27px!important;
    width: 20px;
}
#pr-rd-sort-by {
    -moz-appearance: none;
    -webkit-appearance: none;
    background-image: url(/cdn/shop/files/Flechas_blanco_Mesa_de_trabajo_1.png?v=1617988757);
    background-position: 100%;
    background-repeat: no-repeat;
    background-size: 20px 20px;
}
.pr-btn-answer:hover {
    background-color: transparent;
    color: #7eb35d;
}
.pr-rd-review-headline {
    margin-top: 5px!important;
}
.pr-qa-display-sort {
    align-items: center;
    display: flex!important;
    justify-content: space-between;
    width: 100%}
.p-w-r .pr-qa-display .pr-qa-display-sort:after, .p-w-r .pr-qa-display .pr-qa-display-sort:before {
    display: none!important;
}
.pr-subscript {
    vertical-align: text-bottom!important;
}
.pr-header-required {
    margin-bottom: 8px!important;
}
.pr-rd-merchant-response {
    z-index: 1;
}
@media (max-width:877px) {
    .p-w-r .pr-qa-display .pr-qa-sort-group: after {
    top: 6px!important;
}
.home-page__sections .p-w-r section, .template-collection .p-w-r section {
    float: none!important;
}
#kombucha .p-w-r section {
    float: left;
}
#kombucha .pr-category-snippet, .home-page__sections .pr-category-snippet, .template-collection .pr-category-snippet {
    margin: auto auto 1em!important;
}
}@media(max-width:440px) {
    .entry-content .pr-snippet {
    align-items: center;
    flex-direction: column;
    justify-content: center;
}
}.p-w-r .pr-qa-display .pr-btn-answer:hover .pr-cross-icon, .p-w-r .pr-qa-display .pr-btn-ask-question:hover .pr-cross-icon {
    background-color: #7eb35d!important;
}
@media (max-width:1000px) {
    .bundle-offers .bundle-offers__item {
    min-width: 650px!important;
}
}@media (max-width:600px) {
    .bundle-offers .bundle-offers__item {
    min-width: 491px!important;
}
}@media (max-width:480px) {
    .bundle-offers .bundle-offers__item {
    min-width: 363px!important;
}
}.width-xs-100p .product-benefits__item {
    max-width: 550px!important;
}
.kombuchaLanding__header_container {
    display: flex;
    flex-direction: column;
}
.kombuchaLanding__header {
    background-color: #3ac1cc;
    left: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    position: relative;
    right: 50%;
    width: 100vw;
}
.kombuchaLanding__header h2 {
    color: #fff;
    font-size: 32px;
    line-height: 46px;
    width: 80%}
.kombuchaLanding__header p {
    color: #000;
    font-size: 22px;
    line-height: 33px;
    margin-bottom: 0;
    width: 80%}
@media (min-width:1100px) and (max-width:1370px) {
    .kombuchaLanding__header h2, .kombuchaLanding__header p {
    width: 100%}
}.kombuchaLanding__header__images-container {
    display: flex;
}
.kombuchaLanding__header__image-div {
    display: flex;
    justify-content: center;
    width: 25%}
.kombuchaLanding__header__image-div p {
    color: #fff;
    font-family: ProximaNova_Bold;
    font-size: 32px;
    line-height: 38px;
    padding: 5px;
    text-align: center;
}
.kombuchaLanding__header__image-div__quiz {
    align-items: center;
    background-color: #b01f8c;
    border-radius: 4px;
    color: #fff;
    cursor: pointer;
    display: flex;
    font-family: ProximaNova_Regular;
    font-size: 24px;
    line-height: 26px;
    margin: 10px 30px;
    min-height: 110px;
    padding: 5px;
    text-align: center;
}
.kombuchaLanding__header__image-div img {
    margin-bottom: -20px;
    object-fit: cover;
}
.kombuchaLanding__collection__button {
    display: flex;
    justify-content: center;
}
.kombuchaLanding__collection__button .image_div {
    align-items: center;
    display: flex;
    height: 503px;
    justify-content: center;
    max-width: 100%;
    width: 674px;
}
.kombuchaLanding__collection__button label {
    align-items: center;
    background-color: #b01f8c;
    border: none;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    height: 100px;
    justify-content: center;
    outline: none;
    width: 450px;
}
.kombuchaLanding__collection__button_bigText {
    color: #fff;
    font-size: 40px;
    font-weight: 700;
    line-height: 55px;
}
.kombuchaLanding__collection__button_smallText {
    color: #fff;
    font-size: 24px;
    line-height: 25px;
}
.kombuchaLanding__collection {
    margin-bottom: 65px;
    margin-top: 50px;
}
.container-kombuchaLanding {
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%}
#generic-input-modal:checked~.genericComponent__Modal {
    display: flex!important;
}
#generic-input-modal:checked~.genericComponent__Modal, .showModal {
    align-items: center;
    height: 100vh;
    justify-content: center;
    left: 0;
    position: fixed;
    top: 0;
    width: 100vw;
    z-index: 2;
}
.showModal {
    display: flex;
}
.genericComponent__Modal__content {
    background-color: #fff;
    border-radius: 10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    height: 95%;
    max-width: 1300px;
    overflow-y: scroll;
    position: relative;
    width: 90%}
.genericComponent__Modal__background {
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    background-color: rgba(0, 0, 0, .3);
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}
#good-better-best, #kombucha, #tv {
    --font-size--modal-title: 60px;
    --line-height--modal-title: .95;
    --width--modal-title: 60%;
    --font-size--modal-content: 28px;
    --line-height--modal-content: 1.4;
}
.genericComponent__Modal__content .title-bar {
    background-color: #6db650;
    color: #fff;
    padding: 12px 0;
}
.genericComponent__Modal__content .title-bar h1 {
    font-size: var(--font-size--modal-title)!important;
    letter-spacing: -.6px!important;
    line-height: var(--line-height--modal-title)!important;
    margin: auto;
    text-align: left!important;
    width: var(--width--modal-title);
}
.genericComponent__Modal__content .updated.blog--indiv-date {
    display: block;
    margin: 12px 0;
    text-align: center;
}
.genericComponent__Modal__content .article__entry-content.entry-content {
    margin: auto;
    width: 80%}
.genericComponent__Modal__content .article__entry-content.entry-content img {
    margin-bottom: 20px;
}
.genericComponent__Modal__content section#article_content p {
    font-size: var(--font-size--modal-content);
    line-height: var(--line-height--modal-content);
}
.genericComponent__Modal__content::-webkit-scrollbar {
    width: 10px;
}
.genericComponent__Modal__content::-webkit-scrollbar-track {
    border-radius: 10px;
    box-shadow: inset 0 0 5px #a19595;
}
.genericComponent__Modal__content::-webkit-scrollbar-thumb {
    background: #7f827e;
    border-radius: 5px;
}
.genericComponent__Modal__close {
    cursor: pointer;
    height: 2rem;
    position: absolute;
    right: 20px;
    top: 13px;
}
.genericComponent__Modal__close__img, .genericComponent__Modal__close__img:after, .genericComponent__Modal__close__img:before {
    background-color: #ffe9e9;
    display: inline-block;
    height: 2px;
    width: 2rem;
}
.genericComponent__Modal__close__img {
    background-color: transparent!important;
}
.genericComponent__Modal__close__img:after, .genericComponent__Modal__close__img:before {
    content: "";
    position: absolute;
}
.genericComponent__Modal__close__img:before {
    top: 15px;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}
.genericComponent__Modal__close__img:after {
    top: 15px;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
}
.kombuchaLanding__header__image-div img {
    max-height: 300px;
}
.kombuchaLanding__header__image-div-mb {
    display: none;
}
@media (max-width:768px) {
    #kombucha .indiv-product .quantity-controls {
    margin: auto;
}
#kombucha .p-w-r section {
    float: none;
}
#kombucha p.disclaimer, #zenwise-tv-offer-digestive-enzymes p.disclaimer, .template-collection p.disclaimer {
    font-size: 14px;
    line-height: 1.3;
    margin: auto auto 2em;
    text-align: center;
    width: 95%}
}@media (max-width:1100px) {
    .kombuchaLanding__header__image-div-mb {
    background-color: #26296d;
    display: flex;
    flex-direction: column;
    left: 0;
    max-height: 100px;
    order: 5;
    position: absolute;
    width: 100%}
.kombuchaLanding__header {
    order: 2;
}
.kombuchaLanding__header h2 {
    font-size: 22px;
    line-height: 24px;
    text-align: center;
    width: 100%}
.kombuchaLanding__header p {
    font-size: 16px;
    line-height: 22px;
    max-width: 95%;
    text-align: center;
    width: 100%}
.kombuchaLanding__header .container {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.kombuchaLanding__header__image-div img .kombuchaLanding__header__images-container {
    flex-wrap: wrap;
}
.p-first-xs {
    order: -1;
    width: 100%!important;
}
.kombuchaLanding__header__images-container .kombuchaLanding__header__image-div.p-first-xs {
    display: none;
}
.kombuchaLanding__header__image-div img {
    max-height: 250px;
    z-index: 1;
}
.dis-xs-n {
    display: none;
}
.kombuchaLanding__header__images-container {
    left: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    position: relative;
    right: 50%;
    width: 100vw;
}
.kombuchaLanding__header__image-div p {
    font-size: 22px;
    line-height: 26px;
    margin: 0;
    padding-bottom: 10px;
    padding-top: 10px;
}
#good-better-best, #kombucha, #tv {
    --font-size--modal-title: 40px;
    --line-height--modal-title: .95;
    --width--modal-title: 80%;
    --font-size--modal-content: 25px;
}
.quizOpened .kombuchaLanding__header {
    display: none;
}
#shopify-section-kombuchaLanding-collection {
    margin: 12em auto 0!important;
}
}@media (max-width:576px) {
    .kombuchaLanding__collection__button label {
    height: auto;
    width: 100%}
#good-better-best, #kombucha, #tv {
    --font-size--modal-content: 23px;
    --font-size--modal-title: 32px;
}
.genericComponent__Modal__content .updated.blog--indiv-date {
    font-size: 22px;
    line-height: 1;
}
}@media (min-width:1100px) {
    .dis-lg-n {
    display: none;
}
.kombuchaLanding__header .container {
    padding-left: 2em!important;
}
}@media (min-width:1200px) {
    #kombucha .container {
    max-width: 1400px!important;
}
}@media (max-width:600px) {
    .kombuchaLanding__header__image-div img {
    object-fit: contain;
    width: 100%}
.kombuchaLanding__collection__button_bigText {
    text-align: center;
}
.kombuchaLanding__header p {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 0;
    width: 100%}
.kombuchaLanding__header__image-div img {
    max-height: 200px;
}
}@media (max-width:1200px) {
    #kombucha .container {
    max-width: 100%!important;
    padding: 0;
}
#shopify-section-kombuchaLanding-collection {
    margin: auto;
    max-width: 90%}
}.digestiveQuiz__button-open {
    background-color: #e56529;
    border: none;
    border-radius: 4px;
    color: #fff;
    font-family: ProximaNova_Bold;
    height: 44px;
    width: 150px;
}
.digestiveQuizOpened #Collection, .digestiveQuizOpened #shopify-section-collection-recommendations, .digestiveQuizOpened #shopify-section-text--image-with-text, .digestiveQuizOpened .collection-header, .digestiveQuizOpened .leaveTrust, .digestiveQuizOpened .normal_divider, .quizOpened #shopify-section-kombuchaLanding-collection, .quizOpened .kombuchaLanding__header__images-container, body:not(.digestiveQuizOpened) .digestiveQuizComponent, body:not(.quizOpened) .QuizComponent {
    display: none;
}
.digestiveQuizOpened .disclaimer {
    margin-top: 4em;
}
#kombucha .indiv-product-title-text, #kombucha p.disclaimer, #shopify-section-collection-recommendations>h4, .quantity-controls button, .quantity-controls input, .risk-free-body, .risk-free-body p {
    color: #000;
}
.kombuchaLanding__header__image-div-mb p {
    color: #fff;
    font-family: ProximaNova_Bold;
    font-size: 22px;
    line-height: 22px;
    margin: auto;
    padding: .5em 0;
    text-align: center;
    width: 70%}
.kombuchaLanding__header__title-div-mb {
    left: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    position: relative;
    right: 50%;
    width: 100vw;
}
.kombuchaLanding__header__title-div-mb p {
    color: #fff;
    font-family: ProximaNova_Bold;
    font-size: 22px;
    line-height: 22px;
    margin: auto;
    padding: 1em 0;
    text-align: center;
    width: 70%}
@media (max-width:768px) {
    .kombuchaLanding__header__title-div-mb p {
    width: auto;
}
}.kombuchaLanding__header__image-div-mb .kombuchaLanding__header__image-div__quiz {
    align-items: center;
    background-color: #b01f8c;
    border-radius: 4px;
    color: #fff;
    cursor: pointer;
    display: flex;
    font-family: ProximaNova_Regular;
    font-size: 24px;
    line-height: 26px;
    margin: auto;
    max-width: 250px;
    min-height: 110px;
    padding: 5px;
    text-align: center;
}
.kombuchaLanding__header .container {
    display: flex;
    flex-direction: column;
    padding-bottom: 25px!important;
    padding-top: 25px!important;
}
#kombucha #shopify-section-footer .container {
    width: 90%}
.quizFinished #shopify-section-kombuchaLanding-announcement-banner, .quizOpened #shopify-section-kombuchaLanding-collection, .quizOpened .kombuchaLanding__header__image-div-mb, .quizOpened .kombuchaLanding__header__images-container, .quizOpened .kombuchaLanding__header__title-div-mb, body:not(.quizOpened) .QuizComponent {
    display: none!important;
}
.loading #shopify-section-kombuchaLanding-announcement-banner, .loading #shopify-section-kombuchaLanding-collection, .loading .entry-content, body:not(.loading) .Spinner {
    display: none;
}
.loading .Spinner {
    align-items: center;
    display: flex;
    height: 60vh;
    justify-content: center;
}
.template-index .index-sections {
    margin-top: 0;
}
.bundle-offers {
    margin-bottom: 53px;
}
.bundle-offers__item {
    --font-size--title: 57px;
    --font-size--subtitle: 23px;
    display: flex;
}
.bundle-offers .splide__track {
    padding: 0!important;
}
.bundle-offers__item {
    cursor: pointer;
    height: 100%;
    margin: auto;
    max-height: 550px;
    max-width: 1350px;
    min-height: 500px;
    min-width: 660px!important;
}
.bundle-offers .splide__pagination {
    display: flex!important;
}
.bundle-offers__item__details__benefit {
    margin-bottom: 15px!important;
}
.bundle-offers__item__details__legend {
    font-family: ProximaNova_Regular;
    font-size: 15px;
    line-height: 22px;
    margin-bottom: 0;
    margin-left: 0;
    margin-top: 0;
    text-align: right;
    width: 100%}
.bundle-offers__item__title>p {
    font-family: ProximaNova_Regular;
    font-size: var(--font-size--title);
    line-height: 1;
    margin: 0;
    text-transform: uppercase;
}
.bundle-offers__item__subtitle {
    font-size: var(--font-size--subtitle);
    font-weight: 300;
    margin: 19px 0 27px;
}
.bundle-offers__item__subtitle>p {
    line-height: 1.1;
    margin: 0;
}
.landing-button--bundle {
    background-color: #f26929;
    font-size: 21px;
    height: 55px;
    width: 185px;
}
.bundle-offers__item__content {
    padding: 30px;
}
.bundle-offers__item__picture>img {
    height: 100%;
    max-height: 433px;
}
.margin--top-left {
    margin: 0 auto auto 0;
}
.margin--top-middle {
    margin: 0 auto auto;
}
.margin--top-right {
    margin: 0 0 auto auto;
}
.margin--middle-left {
    margin: auto auto auto 0;
}
.margin--center {
    margin: auto;
}
.margin--middle-right {
    margin: auto 0 auto auto;
}
.margin--bottom-left {
    margin: auto auto 0 0;
}
.margin--bottom-middle {
    margin: auto auto 0;
    object-position: bottom;
}
.margin--bottom-right {
    margin: auto 0 0 auto;
}
.landing-button__container--mobile {
    display: none;
}
@media (max-width:1250px) {
    .bundle-offers__item {
    --font-size--title: 42px;
    --font-size--subtitle: 19px;
    min-height: 428px;
}
}@media (max-width:1020px) {
    .slide__couponCopy {
    display: none;
}
.landing-button__container--mobile {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-height: 20%;
    padding: 10px 0 15px;
}
.margin--bottom-middle {
    object-position: middle;
}
.bundle-offers {
    margin: auto auto 53px;
    width: 90%}
.bundle-offers__item {
    --font-size--title: 32px;
    --font-size--subtitle: 19px;
    flex-direction: column;
    max-height: revert!important;
    min-height: revert!important;
}
.bundle-offers__item__info {
    max-width: revert;
    width: 100%}
.bundle-offers__item__title {
    text-align: center;
}
.bundle-offers__item__title p {
    display: inline;
}
.bundle-offers__item__title p:after {
    content: "\00a0 "}
.bundle-offers__item__subtitle {
    margin: 0;
    text-align: center;
}
.landing-button--bundle--desktop {
    display: none;
}
.landing-button--bundle--mobile {
    display: block!important;
}
.bundle-offers__item__content {
    flex: revert!important;
    padding: 21px 20px 5px;
}
.bundle-offers__item__picture {
    flex: 1!important;
    width: 100%!important;
}
.bundle-offers__item__picture>img {
    margin: auto;
    max-height: revert;
    width: 100%}
}@media (min-width:767px) {
    .bundle-offers__item__picture>img {
    object-position: left;
}
}@media (max-width:767px) {
    .bundle-offers {
    width: 100%}
.bundle-offers__item {
    --font-size--title: 24px;
    --font-size--subtitle: 18px;
}
}@media (max-width:480px) {
    .bundle-offers__item {
    --font-size--title: 22px;
    --font-size--subtitle: 16px;
}
.bundle-offers__item__content {
    padding: 13px 10px 5px;
}
.landing-button--bundle--mobile {
    font-size: 19px;
    height: 46px;
}
}.mobile-menu {
    transform: translateY(-1px);
}
.mobile-menu-child, .mobile-menu-grandchild {
    display: none;
}
@media (max-width:768px) {
    .announcement-description__divider__container {
    height: 120px;
}
.announcement-description__divider__img {
    max-width: 180px;
    top: 40px;
    width: 45%}
.announcement-description__divider__text {
    font-size: 22px;
}
.announcement-description__divider {
    padding: 10px 0;
}
.home-title-bar>h4 {
    font-size: 30px;
}
.announcement-description__title {
    font-size: 26px;
    padding: 0;
    width: 80%}
article#account-service h1, article#faq h1, article#faq-about-zenwise h1, article#general-questions h1, article#how-to-buy h1, article#most-commonly-asked-questions h1, article#product-faqs h1, article#shipping h1 {
    font-size: 28px;
    line-height: 34px;
}
article#refunds h1.banner span {
    font-size: 28px;
}
#faq, #terms-conditions {
    margin-top: 0;
}
article#faq .flexGridMainGrandChild_title {
    font-size: 28px;
}
#contact-zenwise .contactUs__description span {
    font-size: 24px;
}
#about-zenwise article#about-zenwise h4, article#refunds h2 {
    font-size: 24px;
    line-height: 28px;
}
#about-zenwise article#about-zenwise h1 {
    font-size: 30px;
    line-height: 36px;
}
#contact-zenwise .contactUs__title, article#careers h1 {
    line-height: unset;
}
#contact-zenwise .contactUs__title span, article#careers h1 {
    font-size: 28px;
    line-height: 38px;
}
#about-zenwise .aboslute_text, #careers .aboslute_text, #contact-zenwise .aboslute_text, #intenational-customers .aboslute_text, article#account-service .aboslute_text, article#faq .aboslute_text, article#faq-about-zenwise .aboslute_text, article#general-questions .aboslute_text, article#how-to-buy .aboslute_text, article#most-commonly-asked-questions .aboslute_text, article#product-faqs .aboslute_text, article#refunds .aboslute_text, article#shipping .aboslute_text {
    font-size: 24px;
}
}#intenational-customers {
    --font-size-title: 26px;
    --line-height-title: 1.2;
    --font-family-title: "ProximaNova_Bold";
    --text-align-title: left;
    --max-width-title: 100%;
    --font-size-question: 30px;
    --margin-banner: 70px;
    --margin-entry-content: 0 0 100px;
    --font-size-p: 26px;
    --line-height-p: 1.2;
}
#intenational-customers .entry-content>.banner {
    margin-bottom: var(--margin-banner);
}
#intenational-customers .aboslute_text {
    font-family: var(--font-family-title);
    font-size: var(--font-size-title);
    line-height: var(--line-height-title);
    max-width: var(--max-width-title);
    text-align: var(--text-align-title);
}
#intenational-customers .container.container--page {
    max-width: 1350px;
}
#intenational-customers .entry-content {
    border-bottom: 3px solid #c8c8c8!important;
    margin: var(--margin-entry-content);
}
#intenational-customers .collapsible {
    font-size: var(--font-size-question);
    padding-left: 0;
}
#intenational-customers p {
    font-size: var(--font-size-p);
    line-height: var(--line-height-p);
}
#intenational-customers .collapsible_content {
    padding-bottom: 10px;
    padding-left: 0;
}
.international-customer__logo {
    display: block;
    height: 51px;
    margin: 10px 0 24px;
    max-width: 209px;
    width: 209px;
}
#intenational-customers #main {
    border-bottom: 40px solid #000;
    border-top: 40px solid #000;
}
#intenational-customers p a {
    color: #3ac1cc!important;
}
#intenational-customers .banner img {
    max-height: 170px;
}
@media (max-width:1200px) {
    #intenational-customers {
    --font-size-title: 25px;
    --max-width-title: 60%;
    --font-size-question: 30px;
    --margin-banner: 60px;
    --margin-entry-content: 0 0 72px;
    --font-size-p: 26px;
}
}@media (max-width:768px) {
    #intenational-customers {
    --font-size-title: 23px;
    --font-size-question: 25px;
    --margin-banner: 50px;
    --font-size-p: 22px;
}
.international-customer__logo {
    max-width: 170px;
}
}@media (max-width:480px) {
    #intenational-customers {
    --font-size-title: 17px;
    --max-width-title: 80%;
    --font-size-question: 20px;
    --font-size-p: 18px;
}
.international-customer__logo {
    margin-bottom: 10px;
    max-width: 170px;
    width: 170px;
}
}.cross-sell {
    align-items: center;
    display: flex;
    flex-direction: column;
}
.cart-item--recommended {
    padding: 0 30px 37px;
    width: 100%}
.cart-item--recommended picture {
    padding-right: 20px;
    width: 33.333333%}
.cart-item--recommended picture img {
    width: 100%}
.cart-drawer-product-recommended .cart-item-like {
    color: #006400;
    font-size: 19px;
    margin-bottom: 0;
}
.cart-item--recommended .cart-item-title {
    color: var(--color-primary);
    display: inline-block;
    font-size: 15px;
    margin-top: 8px;
    text-align: start;
    width: 88%}
.cart-item--recommended .cart-item-vtitle {
    font-size: 12px;
    line-height: 1.2;
    margin: 6px 0 13px;
    opacity: .6;
}
.cart-item--recommended .related-add {
    align-self: flex-start;
    cursor: pointer;
    margin-top: 10px;
}
.cart-item-details {
    align-items: flex-start;
    display: flex;
    flex: 1;
    flex-direction: column;
}
form[action^="/cart/add"] [type=submit] {
    visibility: visible!important;
}
.digestiveQuiz__container {
    margin-top: 8px;
}
#tv #main .container {
    max-width: 100%;
    padding: 0;
}
.template-product .product-single__thumbnails--carousel {
    padding-bottom: 30px!important;
}
.buyOn__amazon {
    background-color: #ffd814!important;
    color: #000!important;
    width: 160px!important;
}
input[name=purchase_type_link] {
    display: none;
}
.amazon_link_purchase_mode {
    display: flex;
}
.select_purchase_type__container {
    border: 1px solid #d3d3d3;
    border: 2px solid #d3d3d3;
    border-radius: 4px;
    display: none;
    display: flex;
    font-size: 18px;
    margin-bottom: 10px;
    padding: 8px;
}
.select_purchase_type__container.selected {
    border: 2px solid #e56529!important;
}
.select_purchase_type__option {
    background: #f7f5f5;
    width: 100%}
.rc_parent_options--option {
    background: #fff;
    background-color: #f1f1f1;
    border-radius: 4px;
    font-size: 16px;
    padding: 5px 5px 5px 10px;
    width: 100%;
    z-index: 10;
}
.rc_parent_options {
    background-color: #fff;
    border: 2px solid #d3d3d3;
    border-radius: 4px;
    box-shadow: 0 2px 8px 0 rgba(99, 99, 99, .2);
    padding: 8px;
}
.rc_parent_options.active {
    display: flex!important;
    flex-direction: column;
    position: absolute;
    width: 100%;
    z-index: 10;
}
.select_purchase_type__text {
    color: #e56529;
    margin-left: 10px;
    width: 100%}
.select_purchase_type__text.desactivate {
    color: #000;
}
input[name=rc_purchase_type] {
    display: none;
}
.purchase_type_arrow {
    border-right: 5px solid transparent;
    border-top: 5px solid transparent;
    border-color: #e56529 #e56529 transparent transparent;
    border-style: solid;
    border-width: 5px;
    height: 0;
    margin: 5px 0 0 5px;
    transform: rotate(135deg);
    width: 0;
}
.purchase_type_arrow.down {
    margin-top: 10px;
    transform: rotate(-45deg);
}
.purchase_type_arrow.desactivate {
    border-right: 5px solid #d3d3d3;
    border-top: 5px solid #d3d3d3;
}
.input_label--radio-amz.active {
    border: 4px solid #e56529!important;
}
#rc_purchase_type__autodeliver.desactivate {
    border: 2px solid #d3d3d3!important;
}
.purchase_on_amz_img {
    pointer-events: none;
}
#purchase_type_discount .money, #purchase_type_price .money {
    font-size: 18px!important;
}
.select_purchase_type__container.selected #purchase_type_price_discount, .select_purchase_type__container.selected .money {
    color: #e56529!important;
}
@media (max-width:768px) {
    .rc_label__amz, .select_purchase_type__text {
    font-size: 16px;
}
.purchase_on_amz_img {
    width: 30%!important;
}
}.product_variant__barcode {
    color: #9c9c9c;
    display: block;
    font-size: 18px;
    font-weight: 100;
    margin-bottom: 10px;
}
@media (max-width:468px) {
    .product_variant__barcode {
    text-align: center;
}
}.about__section--title {
    background-color: #5fac41;
    margin-bottom: 20px;
    margin-top: 30px;
    padding: 30px;
}
.about__section--title.entry {
    margin-top: 0;
    padding-top: 60px;
}
.about__section--title>h1 {
    font-size: 26px;
    letter-spacing: -.7px;
    margin: 0;
    text-transform: capitalize;
}
.about__section--title>p {
    font-size: 20px;
    line-height: 20px;
    margin-top: 10px;
    max-width: 70%}
.about__section--content>p {
    font-size: 20px;
    line-height: 25px;
    margin-top: 10px;
}
.about__content--img-container {
    margin-bottom: 30px;
    margin-top: 30px;
}
.about__section--special {
    padding: 40px;
}
.about__section--special>p {
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    margin: auto;
    max-width: 62%;
    text-align: center;
}
@media screen and (max-width:767px) {
    .about__section--special>p {
    max-width: 100%}
.about__section--title>p {
    max-width: 100%!important;
}
.about__section--special {
    padding: 30px;
}
}@media screen and (max-width:468px) {
    .about__section--title {
    padding-left: 15px;
}
.about__section--title.entry {
    padding-top: 40px;
}
.about__section--title>p {
    font-size: 16px;
}
.about__section--title>h1 {
    font-size: 24px;
}
.about__section--content>p {
    font-size: 16px;
}
.about__section--special {
    padding: 24px;
}
.about__section--special>p {
    font-size: 18px;
    max-width: 100%}
.about__content--img.desktop {
    display: none;
}
.about__content--img.mobile {
    display: block!important;
}
}#dovetale-frame {
    display: block;
    height: 960px;
}
#launcher {
    z-index: 999!important;
}
.purchase_type_price_width_discount .money {
    color: #222!important;
    opacity: .5;
    text-decoration: line-through;
}
.money--discount {
    color: #e56529!important;
    margin-left: 11px;
}
.fgm_overlay {
    background: rgba(0, 0, 0, .7);
    bottom: 0;
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: opacity .8s;
}
.indiv-product__title p {
    color: #000;
    font-family: ProximaNova_Bold;
    letter-spacing: unset;
    line-height: 1.2;
    margin: 0;
    padding: 0;
    text-align: left;
    text-transform: none;
}
@media screen and (max-width:768px) {
    .indiv-product__title p {
    text-align: center;
}
}.zw_downcase {
    text-transform: lowercase!important;
}
.zw_searchpage_title {
    font-size: 38px!important;
    line-height: 46px!important;
    margin-bottom: 46px;
    padding-left: 15px;
}
div.hp-title>a>span.indiv-product-title-text, div.hp-title>a>span.indiv-product-title-text p {
    font-size: 28px!important;
    letter-spacing: -.67px;
    line-height: 34px;
    margin: 0;
    padding: 0;
}
.search_article_body {
    line-height: unset;
}
.search-article-image img {
    height: 150px;
    max-height: 370px;
    max-width: 390px;
    object-fit: cover;
    width: 100%}
.zw_search_pagination {
    margin-bottom: 8em;
}
@media screen and (max-width:768px) {
    .search-article-image img {
    height: auto;
    object-fit: contain;
}
.product-grid .indiv-product-wrapper {
    margin-bottom: 1em;
}
.zw_searchpage_title {
    font-size: 28px!important;
    line-height: 46px!important;
}
}