/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.ui-datepicker {
    display: none;
    z-index: 999999 !important;
}
.ui-datepicker .ui-datepicker-header {
    position: relative;
    padding: .2em 0;
}
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
    position: absolute;
    top: 2px;
    width: 1.8em;
    height: 1.8em;
    cursor: pointer;
}
.ui-datepicker .ui-datepicker-next-hover span, .ui-datepicker .ui-datepicker-prev-hover span {
    border-color: transparent #ff8400 transparent transparent;
}
.ui-datepicker .ui-datepicker-prev {
    left: 2px;
}
.ui-datepicker .ui-datepicker-next {
    right: 2px;
}
.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span {
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -8px;
    top: 50%;
    margin-top: -5px;
    font-size: 0px;
    width: 0px;
    height: 0px;
    border: solid;
    border-width: 5px 8px 5px 0;
    border-color: transparent #ff9635 transparent transparent;
}
.ui-datepicker .ui-datepicker-next span {
    margin-left: 0px;
    top: 50%;
    margin-top: -5px;
    border-width: 5px 0 5px 8px;
    border-color: transparent transparent transparent #ff9635;
}
.ui-datepicker .ui-datepicker-title {
    margin: 0 2.3em;
    line-height: 1.8em;
    text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
    font-size: 1em;
    margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month-year {
    width: 100%;
}
.ui-datepicker table {
    width: 100%;
    font-size: .9em;
}
.ui-datepicker td span, .ui-datepicker td a {
    display: block;
    padding: 4px;
    text-align: right;
    text-decoration: none;
    color: #000000;
}
.ui-datepicker .ui-datepicker-buttonpane button {
    float: right;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
    float: left;
}
.ui-datepicker-rtl {
    direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
    right: 2px;
    left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
    left: 2px;
    right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
    right: 1px;
    left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
    left: 1px;
    right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
    clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
    float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current {
    float: right;
}
.ui-datepicker-rtl .ui-datepicker-group {
    float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header {
    border-right-width: 0;
    border-left-width: 1px;
}
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
    border-right-width: 0;
    border-left-width: 1px;
}
.ui-timepicker-div .ui-widget-header {
    margin-bottom: 8px;
}
.ui-timepicker-div dl {
    text-align: left;
}
.ui-timepicker-div dl dt {
    height: 25px;
    margin-bottom: -22px;
}
.ui-timepicker-div dl .ui_tpicker_time_label {
    margin-bottom: -25px;
}
.ui-timepicker-div dl dd {
    margin: 0 10px 10px 65px;
}
.ui-timepicker-div td {
    font-size: 90%;
}
.ui-tpicker-grid-label {
    background: none;
    border: none;
    margin: 0;
    padding: 0;
}
.ui-datepicker {
    padding: 15px;
    border: #ffffff 4px solid;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #efefef;
    -webkit-box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.35);
    box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.35);
}
.ui-datepicker .ui-datepicker-header {
    background: transparent;
    border: none;
    padding-bottom: 10px;
}
.ui-datepicker .ui-datepicker-title .ui-datepicker-month {
    width: 47%;
    margin-right: 6%;
}
.ui-datepicker .ui-datepicker-title .ui-datepicker-year {
    width: 47%;
}
.ui-datepicker .ui-datepicker-calendar td {
    border: #cfcfcf 1px solid;
}
.ui-datepicker .ui-datepicker-calendar td a {
    padding: 4px;
    display: block;
}
.ui-datepicker .ui-datepicker-calendar td .ui-state-hover {
    background: #f9eae7;
}
.ui-datepicker .ui-datepicker-calendar {
    background: #ffffff;
    border: #cfcfcf 1px solid;
    border-collapse: collapse;
}
.ui-datepicker .ui-datepicker-calendar th {
    background: #efefef;
    border: #cfcfcf 1px solid;
    padding: 4px;
    text-transform: uppercase;
}
.ui-datepicker .ui-datepicker-calendar .ui-datepicker-week-col {
    text-align: center;
    border: #cfcfcf 1px solid;
}
.ui-datepicker {
    width: auto;
}
.ui-datepicker .ui-datepicker-calendar .ui-datepicker-today {
    background: #f3d7d2;
}
.ui-datepicker .ui-datepicker-calendar .ui-state-active {
    background: #ffdf66;
}
.ui-timepicker-div .ui-widget-header {
    margin-bottom: 8px;
}
.ui-timepicker-div dl {
    text-align: left;
}
.ui-timepicker-div dl dd {
    margin: 0 0 10px 65px;
}
.ui-timepicker-div td {
    font-size: 90%;
}
.ui-tpicker-grid-label {
    background: none;
    border: none;
    margin: 0;
    padding: 0;
}
.ui-slider {
    position: relative;
    text-align: left;
}
.ui-slider-horizontal .ui-slider-handle {
    margin-left: -5px;
}
.ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    cursor: default;
}
.ui-slider-horizontal {
    height: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    border: none;
    background: #dadada;
}
.ui-slider-handle {
    height: 10px;
    width: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #f98b25;
    display: block;
    position: absolute;
}
.ui-timepicker-div {
    padding: 10px 0 5px 0;
}
.ui-datepicker .ui-datepicker-buttonpane {
    overflow: hidden;
    padding-top: 10px;
    border-top: #cfcfcf 1px solid;
}
.ui-datepicker .ui-datepicker-calendar .ui-state-disabled {
    background: #f9f9f9;
}
.ui-datepicker .ui-datepicker-calendar .ui-state-disabled span {
    color: #959595;
}
/* IE6 IFRAME FIX (taken from datepicker 1.5.3 */
.ui-datepicker-cover {
    position: absolute; /*must have*/
    z-index: -1; /*must have*/
    filter: mask(); /*must have*/
    top: -4px; /*must have*/
    left: -4px; /*must have*/
    width: 200px; /*must have*/
    height: 200px; /*must have*/
}
body{margin:0;padding:0}article,aside,details,figcaption,figure,main,footer,header,nav,section,summary{display:block}audio,canvas,video{display:inline-block}audio:not([controls]){display:none;height:0}nav ul,nav ol{list-style:none none}img{max-width:100%;height:auto;border:0}video,embed,object{max-width:100%}svg:not(:root){overflow:hidden}figure{margin:0}html{font-size:62.5%;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;font-size-adjust:100%}body{color:#333;font-family:'Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif;font-style:normal;font-weight:400;line-height:1.42857143;font-size:1.4rem}p{margin-top:0rem;margin-bottom:1rem}abbr[title]{border-bottom:1px dotted #d1d1d1;cursor:help}b,strong{font-weight:700}em,i{font-style:italic}mark{background:#f0f0f0;color:#000}small,.small{font-size:12px}hr{border:0;border-top:1px solid #d1d1d1;margin-bottom:20px;margin-top:20px}sub,sup{font-size:71.42857143000001%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}dfn{font-style:italic}h1{font-weight:300;line-height:1.1;font-size:2.6rem;margin-top:0rem;margin-bottom:2rem}h2{font-weight:300;line-height:1.1;font-size:2.6rem;margin-top:2.5rem;margin-bottom:2rem}h3{font-weight:300;line-height:1.1;font-size:1.8rem;margin-top:1.5rem;margin-bottom:1rem}h4{font-weight:700;line-height:1.1;font-size:1.4rem;margin-top:2rem;margin-bottom:2rem}h5{font-weight:700;line-height:1.1;font-size:1.2rem;margin-top:2rem;margin-bottom:2rem}h6{font-weight:700;line-height:1.1;font-size:1rem;margin-top:2rem;margin-bottom:2rem}h1 small,h2 small,h3 small,h4 small,h5 small,h6 small,h1 .small,h2 .small,h3 .small,h4 .small,h5 .small,h6 .small{color:#333;font-family:'Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif;font-style:normal;font-weight:400;line-height:1}a,.alink{color:#1979c3;text-decoration:none}a:visited,.alink:visited{color:#1979c3;text-decoration:none}a:hover,.alink:hover{color:#006bb4;text-decoration:underline}a:active,.alink:active{color:#ff5501;text-decoration:underline}ul,ol{margin-top:0rem;margin-bottom:2.5rem}ul>li,ol>li{margin-top:0rem;margin-bottom:1rem}ul ul,ol ul,ul ol,ol ol{margin-bottom:0}dl{margin-bottom:20px;margin-top:0}dt{font-weight:700;margin-bottom:5px;margin-top:0}dd{margin-bottom:10px;margin-top:0;margin-left:0}code,kbd,pre,samp{font-family:Menlo,Monaco,Consolas,'Courier New',monospace}code{background:#f0f0f0;color:#111;padding:2px 4px;font-size:1.2rem;white-space:nowrap}kbd{background:#f0f0f0;color:#111;padding:2px 4px;font-size:1.2rem}pre{background:#f0f0f0;border:1px solid #d1d1d1;color:#111;line-height:1.42857143;margin:0 0 10px;padding:10px;font-size:1.2rem;display:block;word-wrap:break-word}pre code{background-color:transparent;border-radius:0;color:inherit;font-size:inherit;padding:0;white-space:pre-wrap}blockquote{border-left:0 solid #d1d1d1;margin:0 0 20px 40px;padding:0;color:#333;font-family:'Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif;font-style:italic;font-weight:400;line-height:1.42857143;font-size:1.4rem}blockquote p:last-child,blockquote ul:last-child,blockquote ol:last-child{margin-bottom:0}blockquote footer,blockquote small,blockquote .small{color:#333;line-height:1.42857143;font-size:1rem;display:block}blockquote footer:before,blockquote small:before,blockquote .small:before{content:'\2014 \00A0'}blockquote cite{font-style:normal}blockquote:before,blockquote:after{content:''}q{quotes:none}q:before,q:after{content:'';content:none}cite{font-style:normal}table{width:100%;border-collapse:collapse;border-spacing:0;max-width:100%}table th{text-align:left}table>tbody>tr>th,table>tfoot>tr>th,table>tbody>tr>td,table>tfoot>tr>td{vertical-align:top}table>thead>tr>th,table>thead>tr>td{vertical-align:bottom}table>thead>tr>th,table>tbody>tr>th,table>tfoot>tr>th,table>thead>tr>td,table>tbody>tr>td,table>tfoot>tr>td{padding:8px 10px}button{background-image:none;background:#f2f2f2;border:1px solid #cdcdcd;color:#333;cursor:pointer;display:inline-block;font-family:'Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif;font-weight:700;margin:0;padding:7px 15px;font-size:1.4rem;line-height:1.6rem;box-sizing:border-box;vertical-align:middle}button:focus,button:active{background:#e2e2e2;border:1px solid #cdcdcd;color:#333}button:hover{background:#e2e2e2;border:1px solid #cdcdcd;color:#555}button.disabled,button[disabled],fieldset[disabled] button{opacity:.5;cursor:default;pointer-events:none}button::-moz-focus-inner{border:0;padding:0}input[type="text"],input[type="password"],input[type="url"],input[type="tel"],input[type="search"],input[type="number"],input[type*="date"],input[type="email"]{background:#fff;background-clip:padding-box;border:1px solid #c2c2c2;border-radius:1px;font-family:'Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif;font-size:14px;height:32px;line-height:1.42857143;padding:0 9px;vertical-align:baseline;width:100%;box-sizing:border-box}input[type="text"]:disabled,input[type="password"]:disabled,input[type="url"]:disabled,input[type="tel"]:disabled,input[type="search"]:disabled,input[type="number"]:disabled,input[type*="date"]:disabled,input[type="email"]:disabled{opacity:.5}input[type="text"]::-moz-placeholder,input[type="password"]::-moz-placeholder,input[type="url"]::-moz-placeholder,input[type="tel"]::-moz-placeholder,input[type="search"]::-moz-placeholder,input[type="number"]::-moz-placeholder,input[type*="date"]::-moz-placeholder,input[type="email"]::-moz-placeholder{color:#c2c2c2}input[type="text"]::-webkit-input-placeholder,input[type="password"]::-webkit-input-placeholder,input[type="url"]::-webkit-input-placeholder,input[type="tel"]::-webkit-input-placeholder,input[type="search"]::-webkit-input-placeholder,input[type="number"]::-webkit-input-placeholder,input[type*="date"]::-webkit-input-placeholder,input[type="email"]::-webkit-input-placeholder{color:#c2c2c2}input[type="text"]:-ms-input-placeholder,input[type="password"]:-ms-input-placeholder,input[type="url"]:-ms-input-placeholder,input[type="tel"]:-ms-input-placeholder,input[type="search"]:-ms-input-placeholder,input[type="number"]:-ms-input-placeholder,input[type*="date"]:-ms-input-placeholder,input[type="email"]:-ms-input-placeholder{color:#c2c2c2}input[type="number"]{-moz-appearance:textfield}input[type="number"]::-webkit-inner-spin-button,input[type="number"]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}input[type="search"]{-webkit-appearance:none}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration,input[type="search"]::-webkit-search-results-button,input[type="search"]::-webkit-search-results-decoration{-webkit-appearance:none}select{background:#fff;background-clip:padding-box;border:1px solid #c2c2c2;border-radius:1px;font-family:'Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif;font-size:14px;height:32px;line-height:1.42857143;padding:5px 10px 4px;vertical-align:baseline;width:100%;box-sizing:border-box}select:disabled{opacity:.5}select[multiple]{height:auto;background-image:none}textarea{background:#fff;background-clip:padding-box;border:1px solid #c2c2c2;border-radius:1px;font-family:'Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif;font-size:14px;height:auto;line-height:1.42857143;margin:0;padding:10px;vertical-align:baseline;width:100%;box-sizing:border-box;resize:vertical}textarea:disabled{opacity:.5}textarea::-moz-placeholder{color:#c2c2c2}textarea::-webkit-input-placeholder{color:#c2c2c2}textarea:-ms-input-placeholder{color:#c2c2c2}input[type="checkbox"]{margin:2px 5px 0 0;position:relative;top:2px}input[type="checkbox"]:disabled{opacity:.5}input[type="radio"]{margin:2px 5px 0 0}input[type="radio"]:disabled{opacity:.5}input.mage-error,select.mage-error,textarea.mage-error{border-color:#ed8380}div.mage-error[generated]{color:#e02b27;font-size:1.2rem}input[type="button"],input[type="reset"],input[type="submit"]{cursor:pointer;-webkit-appearance:button}input::-moz-focus-inner{border:0;padding:0}form{-webkit-tap-highlight-color:rgba(0,0,0,0)}address{font-style:normal}*:focus{box-shadow:none;outline:0}._keyfocus *:focus,input:not([disabled]):focus,textarea:not([disabled]):focus,select:not([disabled]):focus{box-shadow:0 0 3px 1px #68a8e0}.bundle-options-container .block-bundle-summary .bundle.items,.product-items,.prices-tier,.items,.block-wishlist-management .wishlist-select-items,.paypal-review .items-qty,.order-details-items .items-qty,.footer.content ul,.cart-container .checkout-methods-items,.opc-wrapper .opc,.opc-progress-bar,.checkout-agreements-items,.block-banners .banner-items,.block-banners-inline .banner-items,.block-event .slider-panel .slider,.footer.content ul{margin:0;padding:0;list-style:none none}.bundle-options-container .block-bundle-summary .bundle.items>li,.product-items>li,.prices-tier>li,.items>li,.block-wishlist-management .wishlist-select-items>li,.paypal-review .items-qty>li,.order-details-items .items-qty>li,.footer.content ul>li,.cart-container .checkout-methods-items>li,.opc-wrapper .opc>li,.opc-progress-bar>li,.checkout-agreements-items>li,.block-banners .banner-items>li,.block-banners-inline .banner-items>li,.block-event .slider-panel .slider>li,.footer.content ul>li{margin:0}.abs-action-addto-product,.block-event .slider-panel .slider .item .action.event{background-image:none;background:#f2f2f2;border:1px solid #cdcdcd;color:#333;cursor:pointer;font-family:'Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif;font-weight:700;margin:0;padding:7px 15px;font-size:1.4rem;line-height:1.6rem;box-sizing:border-box;vertical-align:middle;display:inline-block;text-decoration:none;border-radius:3px}.abs-action-link-button:focus,.abs-action-link-button:active,.abs-action-addto-product:focus,.abs-action-addto-product:active,.block-event .slider-panel .slider .item .action.event:focus,.block-event .slider-panel .slider .item .action.event:active{background:#e2e2e2;border:1px solid #cdcdcd;color:#333}.abs-action-link-button:hover,.abs-action-addto-product:hover,.block-event .slider-panel .slider .item .action.event:hover{background:#e2e2e2;border:1px solid #cdcdcd;color:#555}.abs-action-link-button.disabled,.abs-action-link-button[disabled],fieldset[disabled] .abs-action-link-button,.abs-action-addto-product.disabled,.abs-action-addto-product[disabled],fieldset[disabled] .abs-action-addto-product,.block-event .slider-panel .slider .item .action.event.disabled,.block-event .slider-panel .slider .item .action.event[disabled],fieldset[disabled] .block-event .slider-panel .slider .item .action.event{opacity:.5;cursor:default;pointer-events:none}.abs-action-link-button:hover,.abs-action-link-button:active,.abs-action-link-button:focus,.abs-action-addto-product:hover,.abs-action-addto-product:active,.abs-action-addto-product:focus,.block-event .slider-panel .slider .item .action.event:hover,.block-event .slider-panel .slider .item .action.event:active,.block-event .slider-panel .slider .item .action.event:focus{text-decoration:none}.multicheckout .item-options dt,.cart.table-wrapper .item-options dt,.block-giftregistry-shared-items .product .item-options dt{float:left;clear:left;margin:0 10px 5px 0}.multicheckout .item-options dt:after,.cart.table-wrapper .item-options dt:after,.block-giftregistry-shared-items .product .item-options dt:after{content:': '}.multicheckout .item-options dd,.cart.table-wrapper .item-options dd,.block-giftregistry-shared-items .product .item-options dd{float:left;display:inline-block;margin:0 0 5px}.product.media .product.photo .photo.image{display:block;height:auto;max-width:100%;margin:0 auto}.amazon-validate-container .block .block-title{padding-bottom:12px;margin-bottom:15px;border-bottom:1px solid #e8e8e8;font-size:1.8rem}.amazon-validate-container .block .block-title strong{font-weight:500}.block-compare .block-title,.block-wishlist-search-results .block-title,.block-reorder .block-title,.widget .block-title,.block-wishlist .block-title,.block-giftregistry-results .block-title,.block-giftregistry-shared-items .block-title,.widget .block-title{margin-bottom:15px}.block-compare .block-title>strong,.block-wishlist-search-results .block-title>strong,.block-reorder .block-title>strong,.widget .block-title>strong,.block-wishlist .block-title>strong,.block-giftregistry-results .block-title>strong,.block-giftregistry-shared-items .block-title>strong,.widget .block-title>strong{font-weight:300;line-height:1.1;font-size:1.8rem;margin-top:1.5rem;margin-bottom:1rem}.multicheckout .block-title>.action,.paypal-review .block .block-title>.action,.magento-rma-guest-returns .column.main .block:not(.widget) .block-title>.action,[class^="sales-guest-"] .column.main .block:not(.widget) .block-title>.action,.sales-guest-view .column.main .block:not(.widget) .block-title>.action{margin-left:15px}.multicheckout .box-title>span,.paypal-review .block .box-title>span,.magento-rma-guest-returns .column.main .block:not(.widget) .box-title>span,[class^="sales-guest-"] .column.main .block:not(.widget) .box-title>span,.sales-guest-view .column.main .block:not(.widget) .box-title>span{font-weight:700;line-height:1.1;font-size:1.4rem;margin-top:2rem;margin-bottom:2rem}.multicheckout .box-title>.action,.paypal-review .block .box-title>.action,.magento-rma-guest-returns .column.main .block:not(.widget) .box-title>.action,[class^="sales-guest-"] .column.main .block:not(.widget) .box-title>.action,.sales-guest-view .column.main .block:not(.widget) .box-title>.action{font-weight:400;margin-left:10px}.multicheckout .block-content p:last-child,.paypal-review .block .block-content p:last-child,.magento-rma-guest-returns .column.main .block:not(.widget) .block-content p:last-child,[class^="sales-guest-"] .column.main .block:not(.widget) .block-content p:last-child,.sales-guest-view .column.main .block:not(.widget) .block-content p:last-child{margin-bottom:0}.multicheckout .block-content .box,.paypal-review .block .block-content .box,.magento-rma-guest-returns .column.main .block:not(.widget) .block-content .box,[class^="sales-guest-"] .column.main .block:not(.widget) .block-content .box,.sales-guest-view .column.main .block:not(.widget) .block-content .box{margin-bottom:20px}.wishlist-dropdown,.giftregisty-dropdown{display:inline-block;position:relative}.abs-dropdown-simple:before,.abs-dropdown-simple:after,.wishlist-dropdown:before,.wishlist-dropdown:after,.giftregisty-dropdown:before,.giftregisty-dropdown:after{content:'';display:table}.abs-dropdown-simple:after,.wishlist-dropdown:after,.giftregisty-dropdown:after{clear:both}.abs-dropdown-simple .action.toggle,.wishlist-dropdown .action.toggle,.giftregisty-dropdown .action.toggle{cursor:pointer;display:inline-block;text-decoration:none}.abs-dropdown-simple .action.toggle:after,.wishlist-dropdown .action.toggle:after,.giftregisty-dropdown .action.toggle:after{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:22px;line-height:22px;color:inherit;content:'\e607';font-family:'icons-blank-theme';margin:0 0 0 5px;vertical-align:middle;display:inline-block;font-weight:normal;overflow:hidden;speak:none;text-align:center}.abs-dropdown-simple .action.toggle:hover:after,.wishlist-dropdown .action.toggle:hover:after,.giftregisty-dropdown .action.toggle:hover:after{color:inherit}.abs-dropdown-simple .action.toggle:active:after,.wishlist-dropdown .action.toggle:active:after,.giftregisty-dropdown .action.toggle:active:after{color:inherit}.abs-dropdown-simple .action.toggle.active,.wishlist-dropdown .action.toggle.active,.giftregisty-dropdown .action.toggle.active{display:inline-block;text-decoration:none}.abs-dropdown-simple .action.toggle.active:after,.wishlist-dropdown .action.toggle.active:after,.giftregisty-dropdown .action.toggle.active:after{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:22px;line-height:22px;color:inherit;content:'\e618';font-family:'icons-blank-theme';margin:0 0 0 5px;vertical-align:middle;display:inline-block;font-weight:normal;overflow:hidden;speak:none;text-align:center}.abs-dropdown-simple .action.toggle.active:hover:after,.wishlist-dropdown .action.toggle.active:hover:after,.giftregisty-dropdown .action.toggle.active:hover:after{color:inherit}.abs-dropdown-simple .action.toggle.active:active:after,.wishlist-dropdown .action.toggle.active:active:after,.giftregisty-dropdown .action.toggle.active:active:after{color:inherit}.abs-dropdown-simple ul.dropdown,.wishlist-dropdown ul.dropdown,.giftregisty-dropdown ul.dropdown{margin:0;padding:0;list-style:none none;background:#fff;border:1px solid #bbb;margin-top:4px;min-width:200px;z-index:100;box-sizing:border-box;display:none;position:absolute;top:100%;box-shadow:0 3px 3px rgba(0,0,0,0.15)}.abs-dropdown-simple ul.dropdown li,.wishlist-dropdown ul.dropdown li,.giftregisty-dropdown ul.dropdown li{margin:0;padding:5px 5px 5px 23px}.abs-dropdown-simple ul.dropdown li:hover,.wishlist-dropdown ul.dropdown li:hover,.giftregisty-dropdown ul.dropdown li:hover{background:#e8e8e8;cursor:pointer}.abs-dropdown-simple ul.dropdown:before,.abs-dropdown-simple ul.dropdown:after,.wishlist-dropdown ul.dropdown:before,.wishlist-dropdown ul.dropdown:after,.giftregisty-dropdown ul.dropdown:before,.giftregisty-dropdown ul.dropdown:after{border-bottom-style:solid;content:'';display:block;height:0;position:absolute;width:0}.abs-dropdown-simple ul.dropdown:before,.wishlist-dropdown ul.dropdown:before,.giftregisty-dropdown ul.dropdown:before{border:6px solid;border-color:transparent transparent #fff transparent;z-index:99}.abs-dropdown-simple ul.dropdown:after,.wishlist-dropdown ul.dropdown:after,.giftregisty-dropdown ul.dropdown:after{border:7px solid;border-color:transparent transparent #bbb transparent;z-index:98}.abs-dropdown-simple ul.dropdown:before,.wishlist-dropdown ul.dropdown:before,.giftregisty-dropdown ul.dropdown:before{left:10px;top:-12px}.abs-dropdown-simple ul.dropdown:after,.wishlist-dropdown ul.dropdown:after,.giftregisty-dropdown ul.dropdown:after{left:9px;top:-14px}.abs-dropdown-simple.active,.wishlist-dropdown.active,.giftregisty-dropdown.active{overflow:visible}.abs-dropdown-simple.active ul.dropdown,.wishlist-dropdown.active ul.dropdown,.giftregisty-dropdown.active ul.dropdown{display:block}.column .block-addbysku .qty .qty,.bundle-options-container .input-text.qty,.account .table-return-items .qty .input-text,.table.grouped .control .qty,.block-wishlist-info-items .input-text.qty,.multicheckout .table-wrapper .col .qty .input-text,.account .table-wrapper .data.table.wishlist .box-tocart .qty,.products-grid.wishlist .product-item .box-tocart input.qty,.cart.table-wrapper .col.qty .input-text,.table-giftregistry-items .field.qty .qty,.block-giftregistry-shared-items .qty .qty,.sidebar .block-addbysku .fieldset .fields .field.qty .qty{width:47px;text-align:center}.block,.sidebar .widget.block:not(:last-child),.sidebar .widget:not(:last-child),.block-banners,.block-banners-inline,.sidebar .widget.block:not(:last-child),.sidebar .widget:not(:last-child){margin-bottom:40px}.sidebar .action.delete,.table-comparison .cell.remove .action.delete,.block-compare .action.delete,.filtered .item .action.remove{display:inline-block;text-decoration:none}.abs-remove-button-for-blocks>span,.sidebar .action.delete>span,.table-comparison .cell.remove .action.delete>span,.block-compare .action.delete>span,.filtered .item .action.remove>span{border:0;clip:rect(0, 0, 0, 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.abs-remove-button-for-blocks:before,.sidebar .action.delete:before,.table-comparison .cell.remove .action.delete:before,.block-compare .action.delete:before,.filtered .item .action.remove:before{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:26px;line-height:15px;color:#303030;content:'\e616';font-family:'icons-blank-theme';vertical-align:middle;display:inline-block;font-weight:normal;overflow:hidden;speak:none;text-align:center}.abs-remove-button-for-blocks:hover:before,.sidebar .action.delete:hover:before,.table-comparison .cell.remove .action.delete:hover:before,.block-compare .action.delete:hover:before,.filtered .item .action.remove:hover:before{color:#303030}.abs-remove-button-for-blocks:active:before,.sidebar .action.delete:active:before,.table-comparison .cell.remove .action.delete:active:before,.block-compare .action.delete:active:before,.filtered .item .action.remove:active:before{color:#303030}.form-new-agreement .actions-toolbar,.fieldset .review-legend.legend,.form.wishlist.items .actions-toolbar,.form.giftregistry.items .actions-toolbar{margin-left:0}.abs-add-fields .action.remove,.form-add-invitations .action.remove,.form-create-return .action.remove,.form.send.friend .action.remove,.form-giftregistry-share .action.remove,.form-giftregistry-edit .action.remove{width:auto;position:absolute;top:31px;left:10px;margin-left:70%}.form-add-invitations .fieldset,.form-create-return .fieldset,.form.send.friend .fieldset,.form-giftregistry-share .fieldset,.form-giftregistry-edit .fieldset{margin-bottom:50px}.form-add-invitations .fieldset .field:not(.choice) .control,.form-create-return .fieldset .field:not(.choice) .control,.form.send.friend .fieldset .field:not(.choice) .control,.form-giftregistry-share .fieldset .field:not(.choice) .control,.form-giftregistry-edit .fieldset .field:not(.choice) .control{width:70%}.form-add-invitations .fieldset .actions-toolbar:not(:first-child)>.secondary,.form-create-return .fieldset .actions-toolbar:not(:first-child)>.secondary,.form.send.friend .fieldset .actions-toolbar:not(:first-child)>.secondary,.form-giftregistry-share .fieldset .actions-toolbar:not(:first-child)>.secondary,.form-giftregistry-edit .fieldset .actions-toolbar:not(:first-child)>.secondary{float:left}.form-add-invitations .fieldset .actions-toolbar:not(:first-child)>.secondary .action.add,.form-create-return .fieldset .actions-toolbar:not(:first-child)>.secondary .action.add,.form.send.friend .fieldset .actions-toolbar:not(:first-child)>.secondary .action.add,.form-giftregistry-share .fieldset .actions-toolbar:not(:first-child)>.secondary .action.add,.form-giftregistry-edit .fieldset .actions-toolbar:not(:first-child)>.secondary .action.add{margin-top:30px}.form-add-invitations .fieldset .fields .actions-toolbar,.form-create-return .fieldset .fields .actions-toolbar,.form.send.friend .fieldset .fields .actions-toolbar,.form-giftregistry-share .fieldset .fields .actions-toolbar,.form-giftregistry-edit .fieldset .fields .actions-toolbar{margin:0}.form-add-invitations .message.notice,.form-create-return .message.notice,.form.send.friend .message.notice,.form-giftregistry-share .message.notice,.form-giftregistry-edit .message.notice{margin:30px 0 0}.form-add-invitations .additional,.form-create-return .additional,.form.send.friend .additional,.form-giftregistry-share .additional,.form-giftregistry-edit .additional{margin-top:55px;position:relative}.order-details-items .order-items .order-gift-message:not(.expanded-content){height:0;visibility:hidden}.table-comparison .cell.label.remove span,.table-comparison .cell.label.product span,.account .column.main .limiter>.label,.field.street .field.additional .label,.page-product-downloadable .product-options-wrapper .fieldset .legend.links-title,.page-product-giftcard .fieldset.giftcard>.legend,.opc-wrapper .form-giftcard-account .field .label,.filter-options-content .filter-count-label,.block-wishlist-search-form .form-wishlist-search .fieldset>.legend,.page-multiple-wishlist .page-title-wrapper .page-title,.multicheckout .table-wrapper .col .label,.multicheckout .block .methods-shipping .item-content .fieldset>.legend,.block-reorder .product-item .label,.opc-wrapper .form-discount .field .label,.action.skip:not(:focus),.page-header .switcher .label,.page-footer .switcher .label,.products-grid.wishlist .product-item .comment-box .label,.cart.table-wrapper .col.qty .label,.minicart-wrapper .action.showcart .text,.minicart-wrapper .action.showcart .counter-label,.checkout-index-index .page-title-wrapper,.checkout-onepage-success .page-title-wrapper,.checkout-payment-method .field-select-billing>.label,.checkout-payment-method .payments .legend,.checkout-payment-method .ccard .legend,.block.newsletter .label{border:0;clip:rect(0, 0, 0, 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.shipping-policy-block.field-tooltip .field-tooltip-action span,.checkout-index-index .page-title-wrapper{clip:auto;height:auto;margin:0;overflow:visible;position:static;width:auto}.abs-add-clearfix:before,.abs-add-clearfix:after,.abs-add-fields .fieldset .actions-toolbar:not(:first-child):before,.abs-add-fields .fieldset .actions-toolbar:not(:first-child):after,.toolbar:before,.toolbar:after,.toolbar-products:before,.toolbar-products:after,.sidebar .product-items-images:before,.sidebar .product-items-images:after,.page-product-downloadable .product-add-form:before,.page-product-downloadable .product-add-form:after,.gift-options:before,.gift-options:after,.gift-item-block .content:before,.gift-item-block .content:after,.order-details-items .order-gift-message:before,.order-details-items .order-gift-message:after,.order-details-items .block-order-details-gift-message:before,.order-details-items .block-order-details-gift-message:after,.gift-wrapping-list:before,.gift-wrapping-list:after,.opc-wrapper .data.table .gift-wrapping:before,.opc-wrapper .data.table .gift-wrapping:after,.table-order-items .gift-wrapping:before,.table-order-items .gift-wrapping:after,.table-order-review .gift-wrapping:before,.table-order-review .gift-wrapping:after,.map-popup .map-info-price:before,.map-popup .map-info-price:after,.multicheckout .item-options:before,.multicheckout .item-options:after,.multicheckout .block:before,.multicheckout .block:after,.multicheckout .block-content:before,.multicheckout .block-content:after,.customer-review .product-details:before,.customer-review .product-details:after,.header.content:before,.header.content:after,.cart.table-wrapper .item-options:before,.cart.table-wrapper .item-options:after,.minicart-items .product-item>.product:before,.minicart-items .product-item>.product:after,.checkout-container:before,.checkout-container:after,.opc-estimated-wrapper:before,.opc-estimated-wrapper:after,.opc-wrapper .field.addresses:before,.opc-wrapper .field.addresses:after,.block-giftregistry-shared-items .product .item-options:before,.block-giftregistry-shared-items .product .item-options:after,.header.content:before,.header.content:after,.form-add-invitations .fieldset .actions-toolbar:not(:first-child):before,.form-add-invitations .fieldset .actions-toolbar:not(:first-child):after,.form-create-return .fieldset .actions-toolbar:not(:first-child):before,.form-create-return .fieldset .actions-toolbar:not(:first-child):after,.form.send.friend .fieldset .actions-toolbar:not(:first-child):before,.form.send.friend .fieldset .actions-toolbar:not(:first-child):after,.form-giftregistry-share .fieldset .actions-toolbar:not(:first-child):before,.form-giftregistry-share .fieldset .actions-toolbar:not(:first-child):after,.form-giftregistry-edit .fieldset .actions-toolbar:not(:first-child):before,.form-giftregistry-edit .fieldset .actions-toolbar:not(:first-child):after{content:'';display:table}.abs-add-clearfix:after,.abs-add-fields .fieldset .actions-toolbar:not(:first-child):after,.toolbar:after,.toolbar-products:after,.sidebar .product-items-images:after,.page-product-downloadable .product-add-form:after,.gift-options:after,.gift-item-block .content:after,.order-details-items .order-gift-message:after,.order-details-items .block-order-details-gift-message:after,.gift-wrapping-list:after,.opc-wrapper .data.table .gift-wrapping:after,.table-order-items .gift-wrapping:after,.table-order-review .gift-wrapping:after,.map-popup .map-info-price:after,.multicheckout .item-options:after,.multicheckout .block:after,.multicheckout .block-content:after,.customer-review .product-details:after,.header.content:after,.cart.table-wrapper .item-options:after,.minicart-items .product-item>.product:after,.checkout-container:after,.opc-estimated-wrapper:after,.opc-wrapper .field.addresses:after,.block-giftregistry-shared-items .product .item-options:after,.header.content:after,.form-add-invitations .fieldset .actions-toolbar:not(:first-child):after,.form-create-return .fieldset .actions-toolbar:not(:first-child):after,.form.send.friend .fieldset .actions-toolbar:not(:first-child):after,.form-giftregistry-share .fieldset .actions-toolbar:not(:first-child):after,.form-giftregistry-edit .fieldset .actions-toolbar:not(:first-child):after{clear:both}.abs-field-date .control,.abs-field-tooltip,.columns .column.main,.columns .sidebar-main,.column .block-addbysku .sku,.product-item,.sidebar .product-items-images .product-item,.search-autocomplete,.cart-summary,.opc-wrapper .shipping-address-item,.shipping-policy-block.field-tooltip .field-tooltip-content,.opc-block-summary,.sidebar .block-addbysku .fieldset .fields .field.sku,.block-event .slider-panel .slider .item .action.show,.field.date .control,.form.search.advanced .fields.range .field.date .control,.field .control._with-tooltip{box-sizing:border-box}.abs-navigation-icon:after{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:34px;line-height:1.2;color:inherit;content:'\e622';font-family:'icons-blank-theme';vertical-align:middle;display:inline-block;font-weight:normal;overflow:hidden;speak:none;text-align:center}.abs-split-button:before,.abs-split-button:after{content:'';display:table}.abs-split-button:after{clear:both}.abs-split-button .action.split{float:left;margin:0}.abs-split-button .action.toggle{float:right;margin:0}.abs-split-button button.action.split{border-bottom-right-radius:0;border-top-right-radius:0}.abs-split-button button+.action.toggle{border-bottom-left-radius:0;border-left:0;border-top-left-radius:0}.abs-split-button .action.toggle{padding:4px 5px;display:inline-block;text-decoration:none}.abs-split-button .action.toggle>span{border:0;clip:rect(0, 0, 0, 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.abs-split-button .action.toggle:after{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:22px;line-height:22px;color:inherit;content:'\e607';font-family:'icons-blank-theme';margin:0;vertical-align:top;display:inline-block;font-weight:normal;overflow:hidden;speak:none;text-align:center}.abs-split-button .action.toggle:hover:after{color:inherit}.abs-split-button .action.toggle:active:after{color:inherit}.abs-split-button .action.toggle.active{display:inline-block;text-decoration:none}.abs-split-button .action.toggle.active>span{border:0;clip:rect(0, 0, 0, 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.abs-split-button .action.toggle.active:after{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:22px;line-height:22px;color:inherit;content:'\e618';font-family:'icons-blank-theme';margin:0;vertical-align:top;display:inline-block;font-weight:normal;overflow:hidden;speak:none;text-align:center}.abs-split-button .action.toggle.active:hover:after{color:inherit}.abs-split-button .action.toggle.active:active:after{color:inherit}.abs-split-button .items{margin:0;padding:0;list-style:none none;background:#fff;border:1px solid #bbb;margin-top:4px;min-width:100%;z-index:100;box-sizing:border-box;display:none;position:absolute;top:100%;box-shadow:0 3px 3px rgba(0,0,0,0.15)}.abs-split-button .items li{margin:0;padding:3px 5px}.abs-split-button .items li:hover{background:#e8e8e8;cursor:pointer}.abs-split-button .items:before,.abs-split-button .items:after{border-bottom-style:solid;content:'';display:block;height:0;position:absolute;width:0}.abs-split-button .items:before{border:6px solid;border-color:transparent transparent #fff transparent;z-index:99}.abs-split-button .items:after{border:7px solid;border-color:transparent transparent #bbb transparent;z-index:98}.abs-split-button .items:before{right:10px;top:-12px}.abs-split-button .items:after{right:9px;top:-14px}.abs-split-button.active{overflow:visible}.abs-split-button.active .items{display:block}.table-comparison .wishlist.split.button>.action.split,.product-items .wishlist.split.button>.action.split{display:inline-block;text-decoration:none}.abs-actions-addto-gridlist>span,.table-comparison .wishlist.split.button>.action.split>span,.product-items .wishlist.split.button>.action.split>span{border:0;clip:rect(0, 0, 0, 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.abs-actions-addto-gridlist:before,.table-comparison .wishlist.split.button>.action.split:before,.product-items .wishlist.split.button>.action.split:before{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:29px;line-height:24px;color:#7d7d7d;font-family:'icons-blank-theme';vertical-align:middle;display:inline-block;font-weight:normal;overflow:hidden;speak:none;text-align:center}.abs-actions-addto-gridlist:hover:before,.table-comparison .wishlist.split.button>.action.split:hover:before,.product-items .wishlist.split.button>.action.split:hover:before{color:#333}#store-selector .form-continue .actions-toolbar .action.primary,.form-address-edit .actions-toolbar .action.vertex-secondary,.multicheckout .action.primary,.block-minicart .block-content>.actions>.primary .action.primary,.block-authentication .action.action-register,.block-authentication .action.action-login{line-height:2.2rem;padding:14px 17px;font-size:1.8rem}.abs-action-remove,.cart-summary .block.giftcard .action.check,.gift-options .actions-toolbar .action-cancel,.table-comparison .wishlist.split.button>.action,.product-items .wishlist.split.button>.action,.paypal-button-widget .paypal-button,.cart.table-wrapper .action.help.map,.opc-wrapper .edit-address-link,.action-auth-toggle,.checkout-payment-method .payment-method-billing-address .action-cancel,.checkout-payment-method .payment-method-billing-address .billing-address-details .action-edit-address,.checkout-agreements-block .action-show,.abs-add-fields .action.remove,.form-add-invitations .action.remove,.form-create-return .action.remove,.form.send.friend .action.remove,.form-giftregistry-share .action.remove,.form-giftregistry-edit .action.remove{line-height:1.42857143;padding:0;color:#1979c3;text-decoration:none;background:none;border:0;display:inline;border-radius:0;font-weight:400;font-size:inherit}.abs-action-button-as-link:visited,.abs-action-remove:visited,.cart-summary .block.giftcard .action.check:visited,.gift-options .actions-toolbar .action-cancel:visited,.table-comparison .wishlist.split.button>.action:visited,.product-items .wishlist.split.button>.action:visited,.paypal-button-widget .paypal-button:visited,.cart.table-wrapper .action.help.map:visited,.opc-wrapper .edit-address-link:visited,.action-auth-toggle:visited,.checkout-payment-method .payment-method-billing-address .action-cancel:visited,.checkout-payment-method .payment-method-billing-address .billing-address-details .action-edit-address:visited,.checkout-agreements-block .action-show:visited,.abs-add-fields .action.remove:visited,.form-add-invitations .action.remove:visited,.form-create-return .action.remove:visited,.form.send.friend .action.remove:visited,.form-giftregistry-share .action.remove:visited,.form-giftregistry-edit .action.remove:visited{color:#1979c3;text-decoration:none}.abs-action-button-as-link:hover,.abs-action-remove:hover,.cart-summary .block.giftcard .action.check:hover,.gift-options .actions-toolbar .action-cancel:hover,.table-comparison .wishlist.split.button>.action:hover,.product-items .wishlist.split.button>.action:hover,.paypal-button-widget .paypal-button:hover,.cart.table-wrapper .action.help.map:hover,.opc-wrapper .edit-address-link:hover,.action-auth-toggle:hover,.checkout-payment-method .payment-method-billing-address .action-cancel:hover,.checkout-payment-method .payment-method-billing-address .billing-address-details .action-edit-address:hover,.checkout-agreements-block .action-show:hover,.abs-add-fields .action.remove:hover,.form-add-invitations .action.remove:hover,.form-create-return .action.remove:hover,.form.send.friend .action.remove:hover,.form-giftregistry-share .action.remove:hover,.form-giftregistry-edit .action.remove:hover{color:#006bb4;text-decoration:underline}.abs-action-button-as-link:active,.abs-action-remove:active,.cart-summary .block.giftcard .action.check:active,.gift-options .actions-toolbar .action-cancel:active,.table-comparison .wishlist.split.button>.action:active,.product-items .wishlist.split.button>.action:active,.paypal-button-widget .paypal-button:active,.cart.table-wrapper .action.help.map:active,.opc-wrapper .edit-address-link:active,.action-auth-toggle:active,.checkout-payment-method .payment-method-billing-address .action-cancel:active,.checkout-payment-method .payment-method-billing-address .billing-address-details .action-edit-address:active,.checkout-agreements-block .action-show:active,.abs-add-fields .action.remove:active,.form-add-invitations .action.remove:active,.form-create-return .action.remove:active,.form.send.friend .action.remove:active,.form-giftregistry-share .action.remove:active,.form-giftregistry-edit .action.remove:active{color:#ff5501;text-decoration:underline}.abs-action-button-as-link:hover,.abs-action-button-as-link:active,.abs-action-button-as-link:focus,.abs-action-remove:hover,.abs-action-remove:active,.abs-action-remove:focus,.cart-summary .block.giftcard .action.check:hover,.cart-summary .block.giftcard .action.check:active,.cart-summary .block.giftcard .action.check:focus,.gift-options .actions-toolbar .action-cancel:hover,.gift-options .actions-toolbar .action-cancel:active,.gift-options .actions-toolbar .action-cancel:focus,.table-comparison .wishlist.split.button>.action:hover,.table-comparison .wishlist.split.button>.action:active,.table-comparison .wishlist.split.button>.action:focus,.product-items .wishlist.split.button>.action:hover,.product-items .wishlist.split.button>.action:active,.product-items .wishlist.split.button>.action:focus,.paypal-button-widget .paypal-button:hover,.paypal-button-widget .paypal-button:active,.paypal-button-widget .paypal-button:focus,.cart.table-wrapper .action.help.map:hover,.cart.table-wrapper .action.help.map:active,.cart.table-wrapper .action.help.map:focus,.opc-wrapper .edit-address-link:hover,.opc-wrapper .edit-address-link:active,.opc-wrapper .edit-address-link:focus,.action-auth-toggle:hover,.action-auth-toggle:active,.action-auth-toggle:focus,.checkout-payment-method .payment-method-billing-address .action-cancel:hover,.checkout-payment-method .payment-method-billing-address .action-cancel:active,.checkout-payment-method .payment-method-billing-address .action-cancel:focus,.checkout-payment-method .payment-method-billing-address .billing-address-details .action-edit-address:hover,.checkout-payment-method .payment-method-billing-address .billing-address-details .action-edit-address:active,.checkout-payment-method .payment-method-billing-address .billing-address-details .action-edit-address:focus,.checkout-agreements-block .action-show:hover,.checkout-agreements-block .action-show:active,.checkout-agreements-block .action-show:focus,.abs-add-fields .action.remove:hover,.abs-add-fields .action.remove:active,.abs-add-fields .action.remove:focus,.form-add-invitations .action.remove:hover,.form-add-invitations .action.remove:active,.form-add-invitations .action.remove:focus,.form-create-return .action.remove:hover,.form-create-return .action.remove:active,.form-create-return .action.remove:focus,.form.send.friend .action.remove:hover,.form.send.friend .action.remove:active,.form.send.friend .action.remove:focus,.form-giftregistry-share .action.remove:hover,.form-giftregistry-share .action.remove:active,.form-giftregistry-share .action.remove:focus,.form-giftregistry-edit .action.remove:hover,.form-giftregistry-edit .action.remove:active,.form-giftregistry-edit .action.remove:focus{background:none;border:0}.abs-action-button-as-link.disabled,.abs-action-button-as-link[disabled],fieldset[disabled] .abs-action-button-as-link,.abs-action-remove.disabled,.abs-action-remove[disabled],fieldset[disabled] .abs-action-remove,.cart-summary .block.giftcard .action.check.disabled,.cart-summary .block.giftcard .action.check[disabled],fieldset[disabled] .cart-summary .block.giftcard .action.check,.gift-options .actions-toolbar .action-cancel.disabled,.gift-options .actions-toolbar .action-cancel[disabled],fieldset[disabled] .gift-options .actions-toolbar .action-cancel,.table-comparison .wishlist.split.button>.action.disabled,.table-comparison .wishlist.split.button>.action[disabled],fieldset[disabled] .table-comparison .wishlist.split.button>.action,.product-items .wishlist.split.button>.action.disabled,.product-items .wishlist.split.button>.action[disabled],fieldset[disabled] .product-items .wishlist.split.button>.action,.paypal-button-widget .paypal-button.disabled,.paypal-button-widget .paypal-button[disabled],fieldset[disabled] .paypal-button-widget .paypal-button,.cart.table-wrapper .action.help.map.disabled,.cart.table-wrapper .action.help.map[disabled],fieldset[disabled] .cart.table-wrapper .action.help.map,.opc-wrapper .edit-address-link.disabled,.opc-wrapper .edit-address-link[disabled],fieldset[disabled] .opc-wrapper .edit-address-link,.action-auth-toggle.disabled,.action-auth-toggle[disabled],fieldset[disabled] .action-auth-toggle,.checkout-payment-method .payment-method-billing-address .action-cancel.disabled,.checkout-payment-method .payment-method-billing-address .action-cancel[disabled],fieldset[disabled] .checkout-payment-method .payment-method-billing-address .action-cancel,.checkout-payment-method .payment-method-billing-address .billing-address-details .action-edit-address.disabled,.checkout-payment-method .payment-method-billing-address .billing-address-details .action-edit-address[disabled],fieldset[disabled] .checkout-payment-method .payment-method-billing-address .billing-address-details .action-edit-address,.checkout-agreements-block .action-show.disabled,.checkout-agreements-block .action-show[disabled],fieldset[disabled] .checkout-agreements-block .action-show,.abs-add-fields .action.remove.disabled,.abs-add-fields .action.remove[disabled],fieldset[disabled] .abs-add-fields .action.remove,.form-add-invitations .action.remove.disabled,.form-add-invitations .action.remove[disabled],fieldset[disabled] .form-add-invitations .action.remove,.form-create-return .action.remove.disabled,.form-create-return .action.remove[disabled],fieldset[disabled] .form-create-return .action.remove,.form.send.friend .action.remove.disabled,.form.send.friend .action.remove[disabled],fieldset[disabled] .form.send.friend .action.remove,.form-giftregistry-share .action.remove.disabled,.form-giftregistry-share .action.remove[disabled],fieldset[disabled] .form-giftregistry-share .action.remove,.form-giftregistry-edit .action.remove.disabled,.form-giftregistry-edit .action.remove[disabled],fieldset[disabled] .form-giftregistry-edit .action.remove{color:#1979c3;opacity:.5;cursor:default;pointer-events:none;text-decoration:underline}.abs-action-remove:active,.abs-action-remove:not(:focus),.cart-summary .block.giftcard .action.check:active,.cart-summary .block.giftcard .action.check:not(:focus),.gift-options .actions-toolbar .action-cancel:active,.gift-options .actions-toolbar .action-cancel:not(:focus),.table-comparison .wishlist.split.button>.action:active,.table-comparison .wishlist.split.button>.action:not(:focus),.product-items .wishlist.split.button>.action:active,.product-items .wishlist.split.button>.action:not(:focus),.paypal-button-widget .paypal-button:active,.paypal-button-widget .paypal-button:not(:focus),.cart.table-wrapper .action.help.map:active,.cart.table-wrapper .action.help.map:not(:focus),.opc-wrapper .edit-address-link:active,.opc-wrapper .edit-address-link:not(:focus),.action-auth-toggle:active,.action-auth-toggle:not(:focus),.checkout-payment-method .payment-method-billing-address .action-cancel:active,.checkout-payment-method .payment-method-billing-address .action-cancel:not(:focus),.checkout-payment-method .payment-method-billing-address .billing-address-details .action-edit-address:active,.checkout-payment-method .payment-method-billing-address .billing-address-details .action-edit-address:not(:focus),.checkout-agreements-block .action-show:active,.checkout-agreements-block .action-show:not(:focus),.abs-add-fields .action.remove:active,.abs-add-fields .action.remove:not(:focus),.form-add-invitations .action.remove:active,.form-add-invitations .action.remove:not(:focus),.form-create-return .action.remove:active,.form-create-return .action.remove:not(:focus),.form.send.friend .action.remove:active,.form.send.friend .action.remove:not(:focus),.form-giftregistry-share .action.remove:active,.form-giftregistry-share .action.remove:not(:focus),.form-giftregistry-edit .action.remove:active,.form-giftregistry-edit .action.remove:not(:focus){box-shadow:none}.block-compare .action.compare,.paypal-review .block .actions-toolbar .action.primary,.cart-summary .form.giftregistry .fieldset .action.primary{background:#f2f2f2;border:1px solid #cdcdcd;color:#333}.abs-revert-secondary-color:focus,.abs-revert-secondary-color:active,.block-compare .action.compare:focus,.block-compare .action.compare:active,.paypal-review .block .actions-toolbar .action.primary:focus,.paypal-review .block .actions-toolbar .action.primary:active,.cart-summary .form.giftregistry .fieldset .action.primary:focus,.cart-summary .form.giftregistry .fieldset .action.primary:active{background:#e2e2e2;border:1px solid #cdcdcd;color:#333}.abs-revert-secondary-color:hover,.block-compare .action.compare:hover,.paypal-review .block .actions-toolbar .action.primary:hover,.cart-summary .form.giftregistry .fieldset .action.primary:hover{background:#e2e2e2;border:1px solid #cdcdcd;color:#555}.cart-summary .form.giftregistry .fieldset .action.primary{font-size:1.4rem;line-height:1.6rem;padding:7px 15px}.bundle-options-container .price-notice .price-including-tax,.bundle-options-container .price-notice .price-excluding-tax,.bundle-options-container .price-notice .weee,.product-options-wrapper .field .price-notice .price-including-tax,.product-options-wrapper .field .price-notice .price-excluding-tax,.product-options-wrapper .field .price-notice .weee,.gift-summary .price-including-tax,.gift-summary .price-excluding-tax,.gift-summary .weee,.gift-options .price-including-tax,.gift-options .price-excluding-tax,.gift-options .weee,.cart-summary .price-including-tax,.cart-summary .price-excluding-tax,.cart-summary .weee{display:inline-block;font-size:1.4rem;white-space:nowrap}.bundle-options-container .price-notice .price-including-tax+.price-excluding-tax,.product-options-wrapper .field .price-notice .price-including-tax+.price-excluding-tax,.gift-summary .price-including-tax+.price-excluding-tax,.gift-options .price-including-tax+.price-excluding-tax,.cart-summary .price-including-tax+.price-excluding-tax{display:inline-block;font-size:1.1rem}.bundle-options-container .price-notice .price-including-tax+.price-excluding-tax:before,.product-options-wrapper .field .price-notice .price-including-tax+.price-excluding-tax:before,.gift-summary .price-including-tax+.price-excluding-tax:before,.gift-options .price-including-tax+.price-excluding-tax:before,.cart-summary .price-including-tax+.price-excluding-tax:before{content:"(" attr(data-label) ": "}.bundle-options-container .price-notice .price-including-tax+.price-excluding-tax:after,.product-options-wrapper .field .price-notice .price-including-tax+.price-excluding-tax:after,.gift-summary .price-including-tax+.price-excluding-tax:after,.gift-options .price-including-tax+.price-excluding-tax:after,.cart-summary .price-including-tax+.price-excluding-tax:after{content:")"}.price-including-tax .cart-tax-total,.price-excluding-tax .cart-tax-total{cursor:pointer;padding-right:12px;position:relative;display:inline-block;text-decoration:none}.abs-tax-total:after,.price-including-tax .cart-tax-total:after,.price-excluding-tax .cart-tax-total:after{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:26px;line-height:10px;color:inherit;content:'\e622';font-family:'icons-blank-theme';margin:3px 0 0 0;vertical-align:middle;display:inline-block;font-weight:normal;overflow:hidden;speak:none;text-align:center}.price-including-tax .cart-tax-total:after,.price-excluding-tax .cart-tax-total:after{position:absolute;right:-10px;top:3px}.abs-tax-total-expanded:after{content:'\e621'}.abs-tax-total-expanded:after,.price-including-tax .cart-tax-total-expanded:after,.price-excluding-tax .cart-tax-total-expanded:after{content:'\e621'}.order-details-items .order-gift-message .label:after,.order-details-items .block-order-details-gift-message .label:after,.block-wishlist-management .wishlist-select .wishlist-name-label:after,.block-minicart .subtotal .label:after,.minicart-items .details-qty .label:after,.minicart-items .price-minicart .label:after{content:': '}.abs-dropdown-items-new .action.new,.wishlist.split.button .action.new,.wishlist-dropdown .action.new{display:inline-block;text-decoration:none}.abs-icon-add:before,.abs-dropdown-items-new .action.new:before,.wishlist.split.button .action.new:before,.wishlist-dropdown .action.new:before{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:10px;line-height:10px;color:inherit;content:'\e61c';font-family:'icons-blank-theme';vertical-align:middle;display:inline-block;font-weight:normal;overflow:hidden;speak:none;text-align:center}.wishlist.split.button .items .item:last-child:hover,.wishlist-dropdown .items .item:last-child:hover{background:#e8e8e8}.wishlist.split.button .action.new:before,.wishlist-dropdown .action.new:before{margin-left:-17px;margin-right:5px}.abs-sidebar-totals .table-caption,.sidebar .subtitle,.page-product-giftcard .fieldset.giftcard>.legend+br,.order-details-items .order-items .order-gift-message .action.close,.multicheckout .block .methods-shipping .item-content .fieldset>.legend+br,.multicheckout .hidden,[class^="multishipping-"] .nav-sections,[class^="multishipping-"] .nav-toggle,.sidebar-main .block-reorder .subtitle,.sidebar-additional .block-reorder .subtitle,.no-display,.cart-summary .block .fieldset.estimate>.legend,.cart-summary .block .fieldset.estimate>.legend+br,.minicart-items .product-item-details .weee[data-label] .label,.no-display,.cart-totals .table-caption,.opc-block-summary .table-totals .table-caption{display:none}.return-status,.order-status{display:inline-block;margin-bottom:20px}.block-compare .counter,.block-wishlist .counter{color:#7d7d7d;font-size:1.2rem;white-space:nowrap}.block-cart-failed .action.continue{background-image:none;background:#f2f2f2;border:1px solid #cdcdcd;color:#333;cursor:pointer;font-family:'Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif;font-weight:700;margin:0;padding:7px 15px 7px 0;font-size:1.4rem;line-height:1.6rem;box-sizing:border-box;vertical-align:middle;display:inline-block;text-decoration:none;border-radius:3px;font-weight:bold}.abs-shopping-cart-items .action.continue:hover,.abs-shopping-cart-items .action.continue:active,.abs-shopping-cart-items .action.continue:focus,.block-cart-failed .action.continue:hover,.block-cart-failed .action.continue:active,.block-cart-failed .action.continue:focus{text-decoration:none}.abs-shopping-cart-items .action.continue:before,.block-cart-failed .action.continue:before{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:32px;line-height:16px;color:inherit;content:'\e617';font-family:'icons-blank-theme';margin:0;vertical-align:top;display:inline-block;font-weight:normal;overflow:hidden;speak:none;text-align:center}.abs-shopping-cart-items .action.continue:hover:before,.block-cart-failed .action.continue:hover:before{color:inherit}.abs-shopping-cart-items .action.continue:active:before,.block-cart-failed .action.continue:active:before{color:inherit}.abs-shopping-cart-items .action.continue:focus,.abs-shopping-cart-items .action.continue:active,.block-cart-failed .action.continue:focus,.block-cart-failed .action.continue:active{background:#e2e2e2;border:1px solid #cdcdcd;color:#333}.abs-shopping-cart-items .action.continue:hover,.block-cart-failed .action.continue:hover{background:#e2e2e2;border:1px solid #cdcdcd;color:#555}.abs-shopping-cart-items .action.continue.disabled,.abs-shopping-cart-items .action.continue[disabled],fieldset[disabled] .abs-shopping-cart-items .action.continue,.block-cart-failed .action.continue.disabled,.block-cart-failed .action.continue[disabled],fieldset[disabled] .block-cart-failed .action.continue{opacity:.5;cursor:default;pointer-events:none}.block-cart-failed .action.continue:active{box-shadow:inset 0 2px 1px rgba(0,0,0,0.12)}.block-cart-failed .action.update{display:inline-block;text-decoration:none;padding-left:5px}.abs-shopping-cart-items .action.update:before,.block-cart-failed .action.update:before{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:32px;line-height:16px;color:inherit;content:'\e603';font-family:'icons-blank-theme';margin:0;vertical-align:top;display:inline-block;font-weight:normal;overflow:hidden;speak:none;text-align:center}.abs-shopping-cart-items .action.update:hover:before,.block-cart-failed .action.update:hover:before{color:inherit}.abs-shopping-cart-items .action.update:active:before,.block-cart-failed .action.update:active:before{color:inherit}.field.date .control,.form.search.advanced .fields.range .field.date .control{position:relative}.abs-field-date input,.form-giftregistry-search .fields-specific-options .datetime-picker,.field.date input,.form.search.advanced .fields.range .field.date input{margin-right:10px;width:calc(100% - (40px + 10px))}.field .control._with-tooltip{position:relative}.field .control._with-tooltip input{margin-right:10px;width:calc(100% - (24px + 10px + 5px))}.checkout-index-index .modal-popup .field-tooltip .field-tooltip-content,.shipping-policy-block.field-tooltip .field-tooltip-content{right:-10px;top:40px;left:auto}.checkout-index-index .modal-popup .field-tooltip .field-tooltip-content:before,.checkout-index-index .modal-popup .field-tooltip .field-tooltip-content:after,.shipping-policy-block.field-tooltip .field-tooltip-content:before,.shipping-policy-block.field-tooltip .field-tooltip-content:after{border:10px solid transparent;height:0;width:0;margin-top:-21px;right:10px;left:auto;top:0%}.checkout-index-index .modal-popup .field-tooltip .field-tooltip-content:before,.shipping-policy-block.field-tooltip .field-tooltip-content:before{border-bottom-color:#999}.checkout-index-index .modal-popup .field-tooltip .field-tooltip-content:after,.shipping-policy-block.field-tooltip .field-tooltip-content:after{border-bottom-color:#f4f4f4;top:1px}.opc-wrapper .step-title,.opc-block-shipping-information .shipping-information-title,.opc-block-summary>.title,.checkout-agreements-items .checkout-agreements-item-title{border-bottom:1px solid #ccc;padding-bottom:10px;color:#333;font-weight:300;font-size:2.6rem}.cart-totals .mark,.opc-block-summary .table-totals .mark{font-weight:400;padding-left:4px}.cart-totals .mark strong,.opc-block-summary .table-totals .mark strong{font-weight:400}.cart-totals .amount,.opc-block-summary .table-totals .amount{padding-right:4px;text-align:right;white-space:nowrap}.cart-totals .amount strong,.opc-block-summary .table-totals .amount strong{font-weight:400}.cart-totals .grand .mark,.cart-totals .grand .amount,.opc-block-summary .table-totals .grand .mark,.opc-block-summary .table-totals .grand .amount{padding-top:20px}.cart-totals .grand .amount,.opc-block-summary .table-totals .grand .amount{padding-right:4px;text-align:right}.cart-totals .grand .amount strong,.opc-block-summary .table-totals .grand .amount strong{font-weight:700}.cart-totals .msrp,.opc-block-summary .table-totals .msrp{margin-bottom:10px}.cart-totals .totals-tax-summary .mark,.cart-totals .totals-tax-summary .amount,.opc-block-summary .table-totals .totals-tax-summary .mark,.opc-block-summary .table-totals .totals-tax-summary .amount{border-top:1px solid #d1d1d1;border-bottom:1px solid #d1d1d1;cursor:pointer}.cart-totals .totals-tax-summary .amount .price,.opc-block-summary .table-totals .totals-tax-summary .amount .price{position:relative;padding-right:25px;display:block;text-decoration:none}.abs-sidebar-totals .totals-tax-summary .amount .price>span,.cart-totals .totals-tax-summary .amount .price>span,.opc-block-summary .table-totals .totals-tax-summary .amount .price>span{border:0;clip:rect(0, 0, 0, 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.abs-sidebar-totals .totals-tax-summary .amount .price:after,.cart-totals .totals-tax-summary .amount .price:after,.opc-block-summary .table-totals .totals-tax-summary .amount .price:after{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:30px;line-height:inherit;color:inherit;content:'\e622';font-family:'icons-blank-theme';vertical-align:middle;display:inline-block;font-weight:normal;overflow:hidden;speak:none;text-align:center}.cart-totals .totals-tax-summary .amount .price:after,.opc-block-summary .table-totals .totals-tax-summary .amount .price:after{position:absolute;right:-5px;top:-12px}.cart-totals .totals-tax-summary.expanded .mark,.cart-totals .totals-tax-summary.expanded .amount,.opc-block-summary .table-totals .totals-tax-summary.expanded .mark,.opc-block-summary .table-totals .totals-tax-summary.expanded .amount{border-bottom:0}.abs-sidebar-totals .totals-tax-summary.expanded .amount .price:after,.cart-totals .totals-tax-summary.expanded .amount .price:after,.opc-block-summary .table-totals .totals-tax-summary.expanded .amount .price:after{content:'\e621'}.cart-totals .totals-tax-details,.opc-block-summary .table-totals .totals-tax-details{display:none;border-bottom:1px solid #d1d1d1}.cart-totals .totals-tax-details.shown,.opc-block-summary .table-totals .totals-tax-details.shown{display:table-row}.paypal-review-discount .block>.title,.cart-summary .block>.title{border-top:1px solid #d1d1d1;cursor:pointer;font-weight:600;display:block;text-decoration:none;margin-bottom:0;overflow:hidden;padding:7px 30px 7px 5px;position:relative}.abs-discount-block>.title:after,.paypal-review-discount .block>.title:after,.cart-summary .block>.title:after{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:30px;line-height:inherit;color:inherit;content:'\e622';font-family:'icons-blank-theme';vertical-align:middle;display:inline-block;font-weight:normal;overflow:hidden;speak:none;text-align:center}.paypal-review-discount .block>.title:after,.cart-summary .block>.title:after{position:absolute;right:-5px;top:-5px}.column.main .paypal-review-discount .block>.title strong,.column.main .cart-summary .block>.title strong{font-weight:400}.paypal-review-discount .block>.content,.cart-summary .block>.content{display:none}.abs-discount-block.active>.title:after,.paypal-review-discount .block.active>.title:after,.cart-summary .block.active>.title:after{content:'\e617'}.paypal-review-discount .block.active>.content,.cart-summary .block.active>.content{display:block}.items{margin:0;padding:0;list-style:none none}.columns{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;flex-wrap:wrap;box-sizing:border-box}.columns:after{clear:both;content:' ';display:block;height:0;overflow:hidden;visibility:hidden}.columns .column.main{-webkit-flex-grow:1;flex-grow:1;-webkit-flex-basis:100%;flex-basis:100%;padding-bottom:40px;-ms-flex-order:1;-webkit-order:1;order:1}.columns .sidebar-main{-webkit-flex-grow:1;flex-grow:1;-webkit-flex-basis:100%;flex-basis:100%;-ms-flex-order:1;-webkit-order:1;order:1}.table-wrapper{margin-bottom:20px}table>caption{border:0;clip:rect(0, 0, 0, 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.table:not(.cart):not(.totals){border:none}.table:not(.cart):not(.totals)>thead>tr>th,.table:not(.cart):not(.totals)>tbody>tr>th,.table:not(.cart):not(.totals)>tfoot>tr>th,.table:not(.cart):not(.totals)>thead>tr>td,.table:not(.cart):not(.totals)>tbody>tr>td,.table:not(.cart):not(.totals)>tfoot>tr>td{border:none}.table:not(.cart):not(.totals)>thead>tr>th,.table:not(.cart):not(.totals)>thead>tr>td{border-bottom:1px solid #d1d1d1}.table:not(.cart):not(.totals) tfoot>tr:first-child th,.table:not(.cart):not(.totals) tfoot>tr:first-child td{border-top:1px solid #d1d1d1;padding-top:20px}.table:not(.cart):not(.totals) tfoot .mark{font-weight:400;text-align:right}.message.info{margin:0 0 10px;padding:10px 20px;display:block;line-height:1.2em;font-size:1.3rem;background:#fdf0d5;color:#6f4400;padding-left:40px;position:relative}.message.info a{color:#1979c3}.message.info a:hover{color:#006bb4}.message.info a:active{color:#006bb4}.message.info>*:first-child:before{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:28px;line-height:28px;color:#c07600;content:'\e602';font-family:'icons-blank-theme';margin:-14px 0 0;vertical-align:middle;display:inline-block;font-weight:normal;overflow:hidden;speak:none;left:0;top:18px;width:40px;position:absolute;text-align:center}.message.error{margin:0 0 10px;padding:10px 20px;display:block;line-height:1.2em;font-size:1.3rem;background:#fae5e5;color:#e02b27;padding-left:40px;position:relative}.message.error a{color:#1979c3}.message.error a:hover{color:#006bb4}.message.error a:active{color:#006bb4}.message.error>*:first-child:before{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:28px;line-height:28px;color:#b30000;content:'\e602';font-family:'icons-blank-theme';margin:-14px 0 0;vertical-align:middle;display:inline-block;font-weight:normal;overflow:hidden;speak:none;left:0;top:18px;width:40px;position:absolute;text-align:center}.message.warning{margin:0 0 10px;padding:10px 20px;display:block;line-height:1.2em;font-size:1.3rem;background:#fdf0d5;color:#6f4400;padding-left:40px;position:relative}.message.warning a{color:#1979c3}.message.warning a:hover{color:#006bb4}.message.warning a:active{color:#006bb4}.message.warning>*:first-child:before{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:28px;line-height:28px;color:#c07600;content:'\e602';font-family:'icons-blank-theme';margin:-14px 0 0;vertical-align:middle;display:inline-block;font-weight:normal;overflow:hidden;speak:none;left:0;top:18px;width:40px;position:absolute;text-align:center}.message.notice{margin:0 0 10px;padding:10px 20px;display:block;line-height:1.2em;font-size:1.3rem;background:#fdf0d5;color:#6f4400;padding-left:40px;position:relative}.message.notice a{color:#1979c3}.message.notice a:hover{color:#006bb4}.message.notice a:active{color:#006bb4}.message.notice>*:first-child:before{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:28px;line-height:28px;color:#c07600;content:'\e602';font-family:'icons-blank-theme';margin:-14px 0 0;vertical-align:middle;display:inline-block;font-weight:normal;overflow:hidden;speak:none;left:0;top:18px;width:40px;position:absolute;text-align:center}.message.success{margin:0 0 10px;padding:10px 20px;display:block;line-height:1.2em;font-size:1.3rem;background:#e5efe5;color:#006400;padding-left:40px;position:relative}.message.success a{color:#1979c3}.message.success a:hover{color:#006bb4}.message.success a:active{color:#006bb4}.message.success>*:first-child:before{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:28px;line-height:28px;color:#006400;content:'\e610';font-family:'icons-blank-theme';margin:-14px 0 0;vertical-align:middle;display:inline-block;font-weight:normal;overflow:hidden;speak:none;left:0;top:18px;width:40px;position:absolute;text-align:center}.panel.header .links,.panel.header .switcher{display:none}.nav-toggle{display:inline-block;text-decoration:none;cursor:pointer;display:block;font-size:0;left:15px;position:absolute;top:15px;z-index:14}.nav-toggle:before{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:28px;line-height:inherit;color:#8f8f8f;content:'\e609';font-family:'icons-blank-theme';vertical-align:middle;display:inline-block;font-weight:normal;overflow:hidden;speak:none;text-align:center}.nav-toggle:hover:before{color:#333}.nav-toggle>span{border:0;clip:rect(0, 0, 0, 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.tooltip.wrapper{position:relative}.tooltip.wrapper .tooltip.content{background:#fff;max-width:360px;min-width:210px;padding:12px 16px;z-index:100;display:none;position:absolute;text-align:left;color:#333;line-height:1.4;border:1px solid #bbb;margin-top:5px;left:0;top:100%}.tooltip.wrapper .tooltip.content:after,.tooltip.wrapper .tooltip.content:before{border:solid transparent;content:'';height:0;position:absolute;width:0}.tooltip.wrapper .tooltip.content:after{border-width:5px;border-color:transparent}.tooltip.wrapper .tooltip.content:before{border-width:6px;border-color:transparent}.tooltip.wrapper .tooltip.content:after,.tooltip.wrapper .tooltip.content:before{bottom:100%}.tooltip.wrapper .tooltip.content:after{border-bottom-color:#fff;left:15px;margin-left:-5px}.tooltip.wrapper .tooltip.content:before{border-bottom-color:#bbb;left:15px;margin-left:-6px}.tooltip.wrapper .tooltip.toggle{cursor:help}.tooltip.wrapper .tooltip.toggle:hover+.tooltip.content,.tooltip.wrapper .tooltip.toggle:focus+.tooltip.content,.tooltip.wrapper:hover .tooltip.content{display:block}.tooltip.wrapper .tooltip.content dl{margin-bottom:0}.tooltip.wrapper .tooltip.content dd{white-space:normal}.tooltip.wrapper .tooltip.content .subtitle{display:inline-block;margin-bottom:15px;font-size:16px;font-weight:500}.tooltip.wrapper .tooltip.content .label{margin-top:10px}.tooltip.wrapper .tooltip.content .label:first-child{margin-top:0}.tooltip.wrapper .tooltip.content .values{margin:0}.ui-tooltip{position:absolute;z-index:9999}.load.indicator{background-color:rgba(255,255,255,0.5);z-index:9999;bottom:0;left:0;position:fixed;right:0;top:0;position:absolute}.load.indicator:before{background:transparent url('../../frontend/Alothemes/spozy5/fr_FR/images/loader-2.gif') no-repeat 50% 50%;border-radius:5px;height:160px;width:160px;bottom:0;box-sizing:border-box;content:'';left:0;margin:auto;position:absolute;right:0;top:0}.load.indicator>span{display:none}.loading-mask{bottom:0;left:0;margin:auto;position:fixed;right:0;top:0;z-index:100;background:rgba(255,255,255,0.5)}.loading-mask .loader>img{bottom:0;left:0;margin:auto;position:fixed;right:0;top:0;z-index:100}.loading-mask .loader>p{display:none}body>.loading-mask{z-index:9999}._block-content-loading{position:relative}.legend+.fieldset,.legend+div{clear:both}.legend strong{margin-left:5px}fieldset.field{border:0;padding:0}.field.date .time-picker{display:inline-block;margin-top:10px;white-space:nowrap}.field .message.warning{margin-top:10px}div.mage-error[generated]{margin-top:7px}.field .tooltip{position:relative}.field .tooltip .tooltip-content{background:#fff;max-width:360px;min-width:210px;padding:12px 16px;z-index:100;display:none;position:absolute;text-align:left;color:#333;line-height:1.4;border:1px solid #bbb;margin-left:5px;left:100%;top:0}.field .tooltip .tooltip-content:after,.field .tooltip .tooltip-content:before{border:solid transparent;content:'';height:0;position:absolute;width:0}.field .tooltip .tooltip-content:after{border-width:5px;border-color:transparent}.field .tooltip .tooltip-content:before{border-width:6px;border-color:transparent}.field .tooltip .tooltip-content:after,.field .tooltip .tooltip-content:before{right:100%}.field .tooltip .tooltip-content:after{border-right-color:#fff;margin-top:-5px;top:15px}.field .tooltip .tooltip-content:before{border-right-color:#bbb;margin-top:-6px;top:15px}.field .tooltip .tooltip-toggle{cursor:help}.field .tooltip .tooltip-toggle:hover+.tooltip-content,.field .tooltip .tooltip-toggle:focus+.tooltip-content,.field .tooltip:hover .tooltip-content{display:block}.field .tooltip .tooltip-content{min-width:200px;white-space:normal}input:focus~.tooltip .tooltip-content,select:focus~.tooltip .tooltip-content{display:block}.hasDatepicker+.ui-datepicker-trigger{background-image:none;background:none;-moz-box-sizing:content-box;border:0;box-shadow:none;line-height:inherit;margin:0;padding:0;text-shadow:none;font-weight:400;display:block;text-decoration:none;display:inline-block;vertical-align:middle}.hasDatepicker+.ui-datepicker-trigger:focus,.hasDatepicker+.ui-datepicker-trigger:active{background:none;border:none}.hasDatepicker+.ui-datepicker-trigger:hover{background:none;border:none}.hasDatepicker+.ui-datepicker-trigger.disabled,.hasDatepicker+.ui-datepicker-trigger[disabled],fieldset[disabled] .hasDatepicker+.ui-datepicker-trigger{pointer-events:none;opacity:.5}.hasDatepicker+.ui-datepicker-trigger>span{border:0;clip:rect(0, 0, 0, 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.hasDatepicker+.ui-datepicker-trigger:before{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:40px;line-height:40px;color:#7d7d7d;content:'\e612';font-family:'icons-blank-theme';vertical-align:middle;display:inline-block;font-weight:normal;overflow:hidden;speak:none;text-align:center}.hasDatepicker+.ui-datepicker-trigger:focus{box-shadow:none;outline:0}.sidebar .fieldset{margin:0}.sidebar .fieldset>.field:not(.choice):not(:last-child),.sidebar .fieldset .fields>.field:not(:last-child){margin:0 0 20px}.sidebar .fieldset>.field:not(.choice) .label,.sidebar .fieldset .fields>.field .label{margin:0 0 4px;padding:0 0 5px;text-align:left;width:100%}.sidebar .fieldset>.field:not(.choice) .control,.sidebar .fieldset .fields>.field .control{width:100%}@font-face{font-family:'icons-blank-theme';src:url('../../frontend/Alothemes/spozy5/fr_FR/fonts/Blank-Theme-Icons/Blank-Theme-Icons.woff2') format('woff2'),url('../../frontend/Alothemes/spozy5/fr_FR/fonts/Blank-Theme-Icons/Blank-Theme-Icons.woff') format('woff');font-weight:normal;font-style:normal;font-display:auto}a.action.primary{display:inline-block;text-decoration:none}a.action.primary:hover,a.action.primary:active,a.action.primary:focus{text-decoration:none}.ui-dialog.popup .action.close{position:absolute;height:40px;right:0;top:0;width:40px;z-index:1001}.popup-pointer{margin-left:-14px;position:absolute;top:-14px}.popup-pointer:before,.popup-pointer:after{content:'';position:absolute;display:block;width:0;height:0;border-bottom-style:solid}.popup-pointer:before{left:2px;top:2px;border:solid 6px;border-color:transparent transparent #fff transparent;z-index:99}.popup-pointer:after{left:1px;top:0px;border:solid 7px;border-color:transparent transparent #aeaeae transparent;z-index:98}.price-tier_price .price-excluding-tax,.price-tier_price .price-including-tax{display:inline}.price-including-tax,.price-excluding-tax{display:block;font-size:1.8rem;line-height:1}.price-including-tax .price,.price-excluding-tax .price{font-weight:700}.price-including-tax+.price-excluding-tax,.weee[data-label]{display:block;font-size:1.8rem}.price-including-tax+.price-excluding-tax:before,.weee[data-label]:before{content:attr(data-label) ": ";font-size:1.1rem}.price-including-tax+.price-excluding-tax .price,.weee[data-label] .price{font-size:1.1rem}body._has-modal{height:100%;overflow:hidden;width:100%}.modals-overlay{z-index:899}.modal-slide,.modal-popup{bottom:0;left:0;min-width:0;position:fixed;right:0;top:0;visibility:hidden;opacity:0;-webkit-transition:visibility 0s .3s,opacity .3s ease;transition:visibility 0s .3s,opacity .3s ease}.modal-slide._show,.modal-popup._show{visibility:visible;opacity:1;-webkit-transition:opacity .3s ease;transition:opacity .3s ease}.modal-slide._show .modal-inner-wrap,.modal-popup._show .modal-inner-wrap{-webkit-transform:translate(0, 0);transform:translate(0, 0)}.modal-slide .modal-inner-wrap,.modal-popup .modal-inner-wrap{background-color:#fff;box-shadow:0 0 12px 2px rgba(0,0,0,0.35);opacity:1;pointer-events:auto}.modal-slide{left:44px;z-index:900}.modal-slide._show .modal-inner-wrap{-webkit-transform:translateX(0);transform:translateX(0)}.modal-slide .modal-inner-wrap{height:100%;overflow-y:auto;position:static;-webkit-transform:translateX(100%);transform:translateX(100%);-webkit-transition:-webkit-transform .3s ease-in-out;transition:transform .3s ease-in-out;width:auto}.modal-slide._inner-scroll .modal-inner-wrap{overflow-y:visible;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.modal-slide._inner-scroll .modal-header,.modal-slide._inner-scroll .modal-footer{-webkit-flex-grow:0;flex-grow:0;-webkit-flex-shrink:0;flex-shrink:0}.modal-slide._inner-scroll .modal-content{overflow-y:auto}.modal-slide._inner-scroll .modal-footer{margin-top:auto}.modal-slide .modal-header,.modal-slide .modal-content,.modal-slide .modal-footer{padding:0 2.6rem 2.6rem}.modal-slide .modal-header{padding-bottom:2.1rem;padding-top:2.1rem}.modal-popup{z-index:900;left:0;overflow-y:auto}.modal-popup.confirm .modal-inner-wrap{max-width:50rem}.modal-popup._show .modal-inner-wrap{-webkit-transform:translateY(0);transform:translateY(0)}.modal-popup .modal-inner-wrap{margin:5rem auto;width:75%;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;box-sizing:border-box;height:auto;left:0;position:absolute;right:0;-webkit-transform:translateY(-200%);transform:translateY(-200%);-webkit-transition:-webkit-transform .2s ease;transition:transform .2s ease}.modal-popup._inner-scroll{overflow-y:visible}.ie11 .modal-popup._inner-scroll{overflow-y:auto}.modal-popup._inner-scroll .modal-inner-wrap{max-height:90%}.ie11 .modal-popup._inner-scroll .modal-inner-wrap{max-height:none}.modal-popup._inner-scroll .modal-content{overflow-y:auto}.modal-popup .modal-header,.modal-popup .modal-content,.modal-popup .modal-footer{padding-left:3rem;padding-right:3rem}.modal-popup .modal-header,.modal-popup .modal-footer{-webkit-flex-grow:0;flex-grow:0;-webkit-flex-shrink:0;flex-shrink:0}.modal-popup .modal-header{padding-bottom:1.2rem;padding-top:3rem}.modal-popup .modal-footer{margin-top:auto;padding-bottom:3rem;padding-top:3rem}.modal-popup .modal-footer-actions{text-align:right}.modal-popup .modal-title{border-bottom:1px solid #c1c1c1;font-weight:300;padding-bottom:10px;font-size:26px;margin-bottom:0;min-height:1em;word-wrap:break-word}.modal-popup .action-close{padding:3rem}.modal-slide .action-close{padding:1.1rem 2rem}.modal-slide .page-main-actions{margin-top:2.1rem;margin-bottom:-12.9rem}.modals-overlay{background-color:rgba(51,51,51,0.55);bottom:0;left:0;position:fixed;right:0;top:0}body._has-modal-custom .modal-custom-overlay{height:100vh;left:0;position:fixed;top:0;width:100vw;z-index:899}#store-pickup.selected-shipping~#store-selector{display:none}#store-pickup.selected-store-pickup~#shipping,#store-pickup.selected-store-pickup~#opc-shipping_method{visibility:hidden;height:0;overflow:hidden}#delivery-method-selector{display:-webkit-flex;display:-ms-flexbox;display:flex}#delivery-method-selector .action{line-height:2.2rem;padding:14px 17px;font-size:1.8rem}#delivery-method-selector .action.selected{background:#fff}#delivery-method-selector .action-select-shipping{border-bottom-right-radius:0;border-top-right-radius:0}#delivery-method-selector .action-select-store-pickup{border-bottom-left-radius:0;border-left:0;border-top-left-radius:0}#store-selector .form-login{border-bottom:0;margin-bottom:0;padding-bottom:0}#store-selector .form-continue{margin:20px 0 0}.location-details .location-name{font-size:18px;font-weight:700}.store-selector-popup .modal-title{border-bottom:0}.store-selector-popup .modal-header{padding-bottom:0}#opc-store-selector-popup{display:none}#opc-store-selector-popup .block-search{float:none;width:100%;margin:0 0 20px;padding:0 0 10px;border-bottom:1px solid #c1c1c1}.modal-content #opc-store-selector-popup{display:block}.store-selector-popup-table thead th{display:none}.store-selector-popup-table tbody .location .location-name{font-size:18px}.store-selector-popup-table tbody .location+.location{border-top:1px solid #ccc}.store-selector-popup-table tbody .col-location-details{padding-left:0}.store-selector-popup-table tbody .col-location-details p:last-child{margin-bottom:0}.store-selector-popup-table tbody .col-location-actions{padding-right:0;vertical-align:middle}.store-selector-popup-table tbody .col-location-actions .action{float:right}.store-selector-popup-empty-query,.store-selector-popup-no-locations{margin:0 0 20px}.lac-notification-sticky{position:relative;z-index:999}.lac-notification-sticky .lac-notification{background-color:#373330;color:#fff;font-size:16px}.lac-notification-sticky .lac-notification .lac-notification-icon{float:left;margin:10px 25px 10px 10px}.lac-notification-sticky .lac-notification .lac-notification-icon .logo-img{display:block}.lac-notification-sticky .lac-notification .lac-notification-text{float:left;padding:15px 0}.lac-notification-sticky .lac-notification .lac-notification-links{float:right;padding:15px 0}.lac-notification-sticky .lac-notification .lac-notification-links a{color:#fff;font-size:14px}.lac-notification-sticky .lac-notification .lac-notification-links .lac-notification-close-link:after{background:url('../../frontend/Alothemes/spozy5/fr_FR/Magento_LoginAsCustomerFrontendUi/images/close.svg');content:' ';display:inline-block;height:12px;margin-left:5px;vertical-align:middle;width:12px}@font-face{font-family:'pagebuilder-font';font-style:normal;font-weight:normal;src:url('../../frontend/Alothemes/spozy5/fr_FR/Magento_PageBuilder/fonts/pagebuilder-icons/pagebuilder-icons.eot');src:url('../../frontend/Alothemes/spozy5/fr_FR/Magento_PageBuilder/fonts/pagebuilder-icons/pagebuilder-icons.eot?#iefix') format('embedded-opentype'),url('../../frontend/Alothemes/spozy5/fr_FR/Magento_PageBuilder/fonts/pagebuilder-icons/pagebuilder-icons.woff') format('woff'),url('../../frontend/Alothemes/spozy5/fr_FR/Magento_PageBuilder/fonts/pagebuilder-icons/pagebuilder-icons.ttf') format('truetype')}.pagebuilder-icon,.slick-prev:before,.slick-next:before,.slick-prev:after,.slick-next:after{-webkit-font-smoothing:antialiased;font-family:'pagebuilder-font';font-style:normal;font-weight:normal;line-height:1;speak:none}[class^='pagebuilder-icon-']:before,[class*=' pagebuilder-icon-']:before{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:inline-block;font-family:'pagebuilder-font';font-style:normal;font-weight:normal;line-height:1;speak:none;text-decoration:inherit;text-rendering:auto;text-transform:none;vertical-align:middle}.pagebuilder-icon-down:before{content:'\f101'}.pagebuilder-icon-next:before{content:'\f102'}.pagebuilder-icon-prev:before{content:'\f103'}.pagebuilder-icon-up:before{content:'\f104'}.product-full-width-section{padding:.5em 0}.product-full-width-section .block.review-add{margin-top:2.7rem}.page-layout-product-full-width .block.related{margin-top:2.7rem}.page-main-details .product-section-title{border-bottom:1px solid #c6c6c6;margin-bottom:15px;padding-bottom:12px}.additional-attributes-wrapper .additional-attributes{border:none;width:auto}.additional-attributes-wrapper .additional-attributes>tbody>tr>th{border:none;padding:5.5px 30px 10px 0}.additional-attributes-wrapper .additional-attributes>tbody>tr>td{border:none;padding:5.5px 5px 10px}.cms-index-index.page-layout-cms-full-width .nav-sections{margin-bottom:0}.slick-slider{-khtml-user-select:none;-moz-user-select:none;-ms-touch-action:pan-y;-ms-user-select:none;-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none;-webkit-user-select:none;box-sizing:border-box;display:block;position:relative;touch-action:pan-y;user-select:none}.slick-list{display:block;margin:0;overflow:hidden;padding:0;position:relative}.slick-list:focus{outline:none}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-track{display:block;left:0;margin-left:auto;margin-right:auto;position:relative;top:0}.slick-track:before,.slick-track:after{content:'';display:table}.slick-track:after{clear:both}.slick-loading .slick-track{visibility:hidden}.slick-slide{display:none;float:left;height:100%;min-height:1px}[dir='rtl'] .slick-slide{float:right}.slick-slide img{display:block}.slick-slide.slick-loading img{display:none}.slick-slide.dragging img{pointer-events:none}.slick-initialized .slick-slide{display:block}.slick-loading .slick-slide{visibility:hidden}.slick-vertical .slick-slide{border:1px solid transparent;display:block;height:auto}.slick-slider .slick-track,.slick-slider .slick-list{-moz-transform:translate3d(0, 0, 0);-ms-transform:translate3d(0, 0, 0);-o-transform:translate3d(0, 0, 0);-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}.slick-arrow.slick-hidden{display:none}.slick-prev{left:2rem}.slick-prev:before{content:'\f103';padding-right:5px}.slick-next{right:2rem}.slick-next:before{content:'\f102';padding-left:5px}.slick-prev,.slick-next{-ms-transform:translate(0, -50%);-webkit-transform:translate(0, -50%);background:rgba(252,252,252,0.6);border:none;border-radius:0;color:transparent;cursor:pointer;display:block;font-size:0;height:60px;line-height:0;outline:none;padding:0;position:absolute;top:50%;transform:translate(0, -50%);width:60px;z-index:101}.slick-prev.slick-disabled,.slick-next.slick-disabled{opacity:.2}.slick-prev:hover,.slick-next:hover{background:#fcfcfc;border:none}.slick-prev:hover.slick-disabled,.slick-next:hover.slick-disabled{opacity:.2}.slick-prev:hover:before,.slick-next:hover:before{color:#494949}.slick-prev:before,.slick-next:before,.slick-prev:after,.slick-next:after{color:#555;font-size:38px;opacity:1}.slick-prev:active,.slick-next:active,.slick-prev:focus,.slick-next:focus,.slick-prev:not(.primary),.slick-next:not(.primary){background:rgba(252,252,252,0.7);border:none;box-shadow:none}.slick-prev:active:active,.slick-next:active:active,.slick-prev:focus:active,.slick-next:focus:active,.slick-prev:not(.primary):active,.slick-next:not(.primary):active{box-shadow:none}.slick-dots{font-size:1.4rem;line-height:normal;letter-spacing:normal;display:block;list-style:none;margin:0;padding:15px 0;text-align:center;width:100%}.slick-dots li{cursor:pointer;display:inline-block;height:14px;margin:0 5px;padding:0;position:relative;vertical-align:middle;width:14px}.slick-dots li button{background:#fff;border:1px solid #ccc;border-radius:10px;box-shadow:none;cursor:pointer;display:block;height:14px;padding:0;text-indent:-99999px;transition:.3s;width:14px}.slick-dots li button:hover{border:1px solid #b3b3b3}.slick-dots li button:active,.slick-dots li button:focus,.slick-dots li button:not(.primary){box-shadow:none}.slick-dots li.slick-active button{background:#1c1918}[data-content-type='banner']>[data-element='link'],[data-content-type='banner']>[data-element='empty_link']{color:inherit;text-decoration:inherit}[data-content-type='banner']>[data-element='link']:hover,[data-content-type='banner']>[data-element='empty_link']:hover{color:inherit;text-decoration:inherit}.pagebuilder-banner-wrapper{background-clip:padding-box;border-radius:inherit;box-sizing:border-box;overflow-wrap:break-word;word-wrap:break-word}.pagebuilder-banner-wrapper .pagebuilder-overlay{-moz-transition:background-color 500ms ease;-o-transition:background-color 500ms ease;-webkit-transition:background-color 500ms ease;box-sizing:border-box;padding:30px;position:relative;transition:background-color 500ms ease}.pagebuilder-banner-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay{align-items:center;display:flex;justify-content:center}.pagebuilder-banner-wrapper .pagebuilder-overlay:not(.pagebuilder-poster-overlay){max-width:540px}.pagebuilder-banner-wrapper.jarallax .video-overlay{z-index:0}.pagebuilder-banner-wrapper [data-element='content']{min-height:50px;overflow:auto}.pagebuilder-banner-wrapper .pagebuilder-banner-button{-moz-transition:opacity 500ms ease;-o-transition:opacity 500ms ease;-webkit-transition:opacity 500ms ease;margin:20px 0 0 0;max-width:100%;text-align:inherit;transition:opacity 500ms ease;word-break:break-word}.pagebuilder-banner-wrapper .pagebuilder-poster-content{width:100%}[data-appearance='collage-centered'] .pagebuilder-banner-wrapper .pagebuilder-overlay{margin-left:auto;margin-right:auto}[data-appearance='collage-left'] .pagebuilder-banner-wrapper .pagebuilder-overlay{margin-right:auto}[data-appearance='collage-right'] .pagebuilder-banner-wrapper .pagebuilder-overlay{margin-left:auto}[data-content-type$='block'] .block p:last-child{margin-bottom:1rem;margin-top:0}[data-content-type='buttons']{max-width:100%}[data-content-type='button-item']{max-width:100%}[data-content-type='button-item'] [data-element='link'],[data-content-type='button-item'] [data-element='empty_link']{max-width:100%;word-wrap:break-word}[data-content-type='button-item'] [data-element='empty_link']{cursor:default}a.pagebuilder-button-link,button.pagebuilder-button-link,div.pagebuilder-button-link{line-height:2.2rem;font-size:1.8rem;line-height:1.42857143;margin:0 10px 10px 0;padding:14px 17px;color:#1979c3;text-decoration:none;background:none;border:0;display:inline;font-weight:600;box-shadow:none;box-sizing:border-box;display:inline-block}a.pagebuilder-button-link:visited,button.pagebuilder-button-link:visited,div.pagebuilder-button-link:visited{color:#1979c3;text-decoration:none}a.pagebuilder-button-link:hover,button.pagebuilder-button-link:hover,div.pagebuilder-button-link:hover{color:#006bb4;text-decoration:underline}a.pagebuilder-button-link:active,button.pagebuilder-button-link:active,div.pagebuilder-button-link:active{color:#ff5501;text-decoration:underline}a.pagebuilder-button-link:hover,button.pagebuilder-button-link:hover,div.pagebuilder-button-link:hover,a.pagebuilder-button-link:active,button.pagebuilder-button-link:active,div.pagebuilder-button-link:active,a.pagebuilder-button-link:focus,button.pagebuilder-button-link:focus,div.pagebuilder-button-link:focus{background:none;border:0}a.pagebuilder-button-link.disabled,button.pagebuilder-button-link.disabled,div.pagebuilder-button-link.disabled,a.pagebuilder-button-link[disabled],button.pagebuilder-button-link[disabled],div.pagebuilder-button-link[disabled],fieldset[disabled] a.pagebuilder-button-link,fieldset[disabled] button.pagebuilder-button-link,fieldset[disabled] div.pagebuilder-button-link{color:#1979c3;opacity:.5;cursor:default;pointer-events:none;text-decoration:underline}a.pagebuilder-button-primary,button.pagebuilder-button-primary,div.pagebuilder-button-primary{text-decoration:none;background-image:none;background:#1979c3;border:1px solid #1979c3;color:#fff;cursor:pointer;display:inline-block;font-family:'Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif;font-weight:700;margin:0 10px 10px 0;padding:7px 15px;font-size:1.4rem;box-sizing:border-box;vertical-align:middle;line-height:2.2rem;padding:14px 17px;font-size:1.8rem;border-radius:3px;box-shadow:none}a.pagebuilder-button-primary:hover,button.pagebuilder-button-primary:hover,div.pagebuilder-button-primary:hover,a.pagebuilder-button-primary:active,button.pagebuilder-button-primary:active,div.pagebuilder-button-primary:active,a.pagebuilder-button-primary:focus,button.pagebuilder-button-primary:focus,div.pagebuilder-button-primary:focus{text-decoration:none}a.pagebuilder-button-primary:focus,button.pagebuilder-button-primary:focus,div.pagebuilder-button-primary:focus,a.pagebuilder-button-primary:active,button.pagebuilder-button-primary:active,div.pagebuilder-button-primary:active{background:#006bb4;border:1px solid #006bb4;color:#fff}a.pagebuilder-button-primary:hover,button.pagebuilder-button-primary:hover,div.pagebuilder-button-primary:hover{background:#006bb4;border:1px solid #006bb4;color:#fff}a.pagebuilder-button-primary.disabled,button.pagebuilder-button-primary.disabled,div.pagebuilder-button-primary.disabled,a.pagebuilder-button-primary[disabled],button.pagebuilder-button-primary[disabled],div.pagebuilder-button-primary[disabled],fieldset[disabled] a.pagebuilder-button-primary,fieldset[disabled] button.pagebuilder-button-primary,fieldset[disabled] div.pagebuilder-button-primary{opacity:.5;cursor:default;pointer-events:none}a.pagebuilder-button-secondary,button.pagebuilder-button-secondary,div.pagebuilder-button-secondary{text-decoration:none;background-image:none;background:#f2f2f2;border:1px solid #cdcdcd;color:#333;cursor:pointer;display:inline-block;font-family:'Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif;font-weight:700;margin:0 10px 10px 0;padding:7px 15px;font-size:1.4rem;line-height:1.6rem;box-sizing:border-box;vertical-align:middle;line-height:2.2rem;padding:14px 17px;font-size:1.8rem;border-radius:3px;box-shadow:none}a.pagebuilder-button-secondary:hover,button.pagebuilder-button-secondary:hover,div.pagebuilder-button-secondary:hover,a.pagebuilder-button-secondary:active,button.pagebuilder-button-secondary:active,div.pagebuilder-button-secondary:active,a.pagebuilder-button-secondary:focus,button.pagebuilder-button-secondary:focus,div.pagebuilder-button-secondary:focus{text-decoration:none}a.pagebuilder-button-secondary:focus,button.pagebuilder-button-secondary:focus,div.pagebuilder-button-secondary:focus,a.pagebuilder-button-secondary:active,button.pagebuilder-button-secondary:active,div.pagebuilder-button-secondary:active{background:#e2e2e2;border:1px solid #cdcdcd;color:#333}a.pagebuilder-button-secondary:hover,button.pagebuilder-button-secondary:hover,div.pagebuilder-button-secondary:hover{background:#e2e2e2;border:1px solid #cdcdcd;color:#555}a.pagebuilder-button-secondary.disabled,button.pagebuilder-button-secondary.disabled,div.pagebuilder-button-secondary.disabled,a.pagebuilder-button-secondary[disabled],button.pagebuilder-button-secondary[disabled],div.pagebuilder-button-secondary[disabled],fieldset[disabled] a.pagebuilder-button-secondary,fieldset[disabled] button.pagebuilder-button-secondary,fieldset[disabled] div.pagebuilder-button-secondary{opacity:.5;cursor:default;pointer-events:none}.pagebuilder-column{box-sizing:border-box}[data-content-type='heading']{word-wrap:break-word}[data-content-type='html']{word-wrap:break-word}figure[data-content-type='image']{box-sizing:border-box}figure[data-content-type='image']>[data-element='link'],figure[data-content-type='image']>[data-element='link'] img{border-radius:inherit}figure[data-content-type='image'] figcaption{word-wrap:break-word}[data-content-type='map']{box-sizing:border-box;height:300px}[data-content-type='row'] li.product-item{text-align:left}.pagebuilder-column .widget-product-grid .product-item{max-width:100%;min-width:50px}.pagebuilder-column .widget-product-grid .product-item .price-box{word-wrap:break-word}.pagebuilder-column .widget-product-grid .product-item .price-box .price{white-space:normal}.pagebuilder-column .widget-product-grid .product-item .product-item-actions .actions-primary{display:inline-block;max-width:100%}.pagebuilder-column .widget-product-grid .product-item .product-item-actions .actions-secondary{display:inline-block;width:auto}.pagebuilder-column .widget-product-grid .product-item .product-item-actions .tocart{max-width:100%;white-space:normal}.pagebuilder-column [data-content-type='products'] .block.widget .products-grid .widget-product-grid.product-items .product-item{width:200px}[data-content-type='products'][data-appearance='carousel'] .slick-initialized li.product-item{display:block}[data-content-type='products'][data-appearance='carousel'] .slick-initialized li.product-item:first-child{visibility:visible}[data-content-type='products'][data-appearance='carousel'] .product-item-info{width:auto}[data-content-type='products'][data-appearance='carousel'] li.product-item{display:none}[data-content-type='products'][data-appearance='carousel'] li.product-item:first-child{display:block;visibility:hidden}[data-content-type='products'][data-appearance='carousel'].center-mode .product-item{opacity:.5;transition:all 300ms ease}[data-content-type='products'][data-appearance='carousel'].center-mode .product-item:hover{opacity:1}[data-content-type='products'][data-appearance='carousel'].center-mode .slick-current .product-item{opacity:1}[data-content-type='row'][data-appearance='contained']{box-sizing:border-box;margin-left:auto !important;margin-right:auto !important;max-width:1280px}[data-content-type='row'][data-appearance='contained'] [data-element='inner']{box-sizing:border-box}[data-content-type='row'][data-appearance='full-bleed']{box-sizing:border-box}[data-content-type='row'][data-appearance='full-width']{box-sizing:border-box}[data-content-type='row'][data-appearance='full-width']>.row-full-width-inner{box-sizing:border-box;margin-left:auto;margin-right:auto;max-width:1280px;width:100%}[data-content-type='slide']{box-sizing:border-box;line-height:20px;min-height:inherit;overflow:hidden}[data-content-type='slide']>[data-element='link'],[data-content-type='slide']>[data-element='empty_link']{color:inherit;min-height:inherit;text-decoration:inherit}[data-content-type='slide']>[data-element='link']:hover,[data-content-type='slide']>[data-element='empty_link']:hover{color:inherit;text-decoration:inherit}[data-content-type='slide']+[data-content-type='slide']{height:0;min-height:0}.slick-slider [data-content-type='slide']+[data-content-type='slide']{height:initial;min-height:inherit}.pagebuilder-slide-wrapper{border-radius:inherit;box-sizing:border-box;min-height:inherit;overflow-wrap:break-word;word-wrap:break-word}.pagebuilder-slide-wrapper .jarallax-viewport-element{height:100%;left:-15000vw;position:absolute;top:0;width:1px;z-index:100}.slick-current .pagebuilder-slide-wrapper .jarallax-viewport-element{left:0}.pagebuilder-slide-wrapper.jarallax .video-overlay{-webkit-transform:unset;z-index:1}.pagebuilder-slide-wrapper.jarallax .pagebuilder-overlay{position:relative;z-index:2}.pagebuilder-slide-wrapper.jarallax [id*='jarallax-container']>div,.pagebuilder-slide-wrapper.jarallax [id*='jarallax-container']>img,.pagebuilder-slide-wrapper.jarallax [id*='jarallax-container']>video,.pagebuilder-slide-wrapper.jarallax [id*='jarallax-container']>iframe{margin:auto !important;transform:none !important}.pagebuilder-slide-wrapper .pagebuilder-overlay{-moz-transition:background-color 500ms ease;-o-transition:background-color 500ms ease;-webkit-transition:background-color 500ms ease;border-radius:inherit;box-sizing:border-box;padding:30px;transition:background-color 500ms ease}.pagebuilder-slide-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay{align-items:center;display:flex;justify-content:center;min-height:inherit}.pagebuilder-slide-wrapper .pagebuilder-overlay:not(.pagebuilder-poster-overlay){max-width:540px}.pagebuilder-slide-wrapper [data-element='content']{min-height:50px;overflow:auto}.pagebuilder-slide-wrapper .pagebuilder-slide-button{-moz-transition:opacity 500ms ease;-o-transition:opacity 500ms ease;-webkit-transition:opacity 500ms ease;margin:20px 0 0 0;max-width:100%;text-align:inherit;transition:opacity 500ms ease;word-break:break-word}.pagebuilder-slide-wrapper .pagebuilder-poster-content{width:100%}[data-appearance='collage-centered'] .pagebuilder-slide-wrapper .pagebuilder-overlay{margin-left:auto;margin-right:auto}[data-appearance='collage-left'] .pagebuilder-slide-wrapper .pagebuilder-overlay{margin-right:auto}[data-appearance='collage-right'] .pagebuilder-slide-wrapper .pagebuilder-overlay{margin-left:auto}div[data-content-type='slider']{visibility:hidden}div[data-content-type='slider'].slick-initialized{visibility:visible}div[data-content-type='slider'] .slick-list,div[data-content-type='slider'] .slick-track,div[data-content-type='slider'] .slick-slide{min-height:inherit}div[data-content-type='slider'] .slick-list>div,div[data-content-type='slider'] .slick-track>div,div[data-content-type='slider'] .slick-slide>div{line-height:0;min-height:inherit;overflow:hidden;width:100%}a.button{-moz-appearance:button;-webkit-appearance:button;appearance:button;color:initial;padding:10px;text-decoration:none}div[data-content-type='tabs'] .tabs-navigation{display:block;font-size:0;margin:0 0 -1px;padding:0}div[data-content-type='tabs'] .tabs-navigation li:first-child{margin-left:0 !important}div[data-content-type='tabs'] .tabs-navigation li.tab-header{background:#f6f6f6;border:1px solid #ccc;border-bottom:0;border-bottom-left-radius:0 !important;border-bottom-right-radius:0 !important;display:inline-block;margin:0;max-width:100%;overflow-wrap:break-word;position:relative;word-wrap:break-word;z-index:1}div[data-content-type='tabs'] .tabs-navigation li.tab-header:not(:first-child){margin-left:-1px}div[data-content-type='tabs'] .tabs-navigation li.tab-header a.tab-title{border-right:0;color:#000;cursor:pointer !important;display:block;font-size:14px;font-weight:600;padding:1.4rem 2rem;position:relative;transition:all .3s;vertical-align:middle;white-space:normal}div[data-content-type='tabs'] .tabs-navigation li.tab-header a.tab-title span.tab-title{display:block}div[data-content-type='tabs'] .tabs-navigation li.tab-header a.tab-title:hover{text-decoration:none}div[data-content-type='tabs'] .tabs-navigation li.tab-header:last-child{border-right:1px solid #ccc}div[data-content-type='tabs'] .tabs-navigation li.tab-header.ui-state-active{background:#fff;z-index:19}div[data-content-type='tabs'] .tabs-navigation li.tab-header.ui-state-active a.tab-title{position:relative;transition:all .3s}div[data-content-type='tabs'] .tabs-content{border:1px solid #ccc;box-sizing:border-box;overflow:hidden;position:relative;z-index:9}div[data-content-type='tabs'] .tabs-content [data-content-type='tab-item']{box-sizing:border-box;min-height:inherit}div[data-content-type='tabs'] .tabs-content [data-content-type='tab-item']:not(:first-child){display:none}div[data-content-type='tabs'].tab-align-left .tabs-content{border-top-left-radius:0 !important}div[data-content-type='tabs'].tab-align-right .tabs-content{border-top-right-radius:0 !important}div[data-content-type='text']{word-wrap:break-word}div[data-content-type='video']{font-size:0}div[data-content-type='video'] .pagebuilder-video-inner{box-sizing:border-box;display:inline-block;width:100%}div[data-content-type='video'] .pagebuilder-video-container{border-radius:inherit;overflow:hidden;padding-top:56.25%;position:relative}div[data-content-type='video'] iframe,div[data-content-type='video'] video{height:100%;left:0;position:absolute;top:0;width:100%}.jarallax{position:relative;z-index:0}.jarallax>.jarallax-img{font-family:'object-fit: cover;',sans-serif;height:100%;left:0;object-fit:cover;position:absolute;top:0;width:100%;z-index:-1}.jarallax-video-fallback{transform:scale3d(0, 0, 0)}.jarallax .video-overlay{-webkit-transform:translate3d(0, 0, 0);bottom:0;left:0;position:absolute;right:0;top:0;z-index:-99}.jarallax [id*='jarallax-container'] video,.jarallax [id*='jarallax-container'] iframe{visibility:hidden}.cms-content-important{background-color:#f5f5f5;color:#333;font-family:'Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif;font-size:22px;font-style:normal;font-weight:300;line-height:1.1;margin:0 0 35px -20px;padding:20px}.pagebuilder-full-width{float:left;width:100%}.pagebuilder-content-type{box-sizing:border-box;margin-bottom:20px}.pagebuilder-accordion{margin:0;padding:0}.pagebuilder-accordion>.item.title{box-sizing:border-box;float:none;width:100%}.pagebuilder-accordion>.item.title>.switch{display:block}.pagebuilder-accordion>.item.content{box-sizing:border-box;display:block;float:none;margin:0}.pagebuilder-accordion>.item.content:before,.pagebuilder-accordion>.item.content:after{content:'';display:table}.pagebuilder-accordion>.item.content:after{clear:both}.pagebuilder-accordion>.item.content.active{display:block}.pagebuilder-accordion>.item.title{margin:0 0 5px}.pagebuilder-accordion>.item.title>.switch{background:#f0f0f0;border-bottom:1px solid #d1d1d1;border-left:1px solid #d1d1d1;border-right:1px solid #d1d1d1;border-top:1px solid #d1d1d1;height:40px;padding:5px 20px 5px 20px;font-weight:600;line-height:40px;font-size:1.8rem;color:#7d7d7d;text-decoration:none}.pagebuilder-accordion>.item.title>.switch:visited{color:#7d7d7d;text-decoration:none}.pagebuilder-accordion>.item.title>.switch:hover{color:#7d7d7d;text-decoration:none}.pagebuilder-accordion>.item.title>.switch:active{color:#333;text-decoration:none}.pagebuilder-accordion>.item.title:not(.disabled)>.switch:focus,.pagebuilder-accordion>.item.title:not(.disabled)>.switch:hover{background:#fcfcfc}.pagebuilder-accordion>.item.title:not(.disabled)>.switch:active,.pagebuilder-accordion>.item.title.active>.switch,.pagebuilder-accordion>.item.title.active>.switch:focus,.pagebuilder-accordion>.item.title.active>.switch:hover{background:#fff;color:#333;text-decoration:none;padding-bottom:5px}.pagebuilder-accordion>.item.content{background:#fff;border:1px solid #d1d1d1;margin:0 0 5px;padding:20px 20px 20px 20px}.login-container .g-recaptcha,.form-login .g-recaptcha,.form-edit-account .g-recaptcha{margin-bottom:10px !important}.required-captcha.checkbox{position:absolute;display:block;visibility:visible;overflow:hidden;opacity:0;width:1px;height:1px}.block.newsletter .field-recaptcha .field .control:before{content:none}.review-form .field-recaptcha{margin-bottom:10px}.form.send.friend .g-recaptcha{margin-top:40px}.product-info-stock-sku .configurable-variation-qty{display:none}.amazon-button-container{display:table;margin:0 0 22px}.amazon-button-container__cell{display:table-cell;min-width:45px;position:relative}.amazon-button-container img{display:block}.amazon-button-container .field-tooltip{display:none;margin:-12px 0 0;right:5px;top:50%}.checkout-shipping-address .amazon-button-container{margin:22px 0}.login-container .block-amazon-login .actions-toolbar{margin-top:25px}.amazon-validate-container .block .block-title{font-size:1.8rem}.amazon-validate-container .fieldset:after{margin:10px 0 0;content:attr(data-hasrequired);display:block;letter-spacing:normal;word-spacing:normal;color:#e02b27;font-size:1.2rem}.amazon-validate-container .fieldset:after{margin-top:35px}@media all and (max-width:768px){.amazon-button-container{width:100%}}.amazon-logout-widget{display:none}.amazon-divider{border-bottom:1px solid #ccc;line-height:0.1em;margin:18px 0 20px;text-align:center;max-width:500px}.amazon-divider span{background:#fff;padding:0 5px}.product-social-links,.amazon-minicart-container{width:100%;display:block;text-align:center}.product-social-links .amazon-button-container,.amazon-minicart-container .amazon-button-container{display:inline-block;margin:0px}.product-social-links .field-tooltip .field-tooltip-content,.amazon-minicart-container .field-tooltip .field-tooltip-content{top:38px;left:-245px}.product-social-links .field-tooltip .field-tooltip-content:before,.amazon-minicart-container .field-tooltip .field-tooltip-content:before{border:none;border-left:10px solid transparent;border-right:10px solid transparent;border-bottom:10px solid #666;top:-10px;left:244px}.product-social-links .field-tooltip .field-tooltip-content:after,.amazon-minicart-container .field-tooltip .field-tooltip-content:after{border:none;border-left:10px solid transparent;border-right:10px solid transparent;border-bottom:10px solid #f4f4f4;top:-8px;left:244px}.product-social-links .amazon-button-container{margin-bottom:30px;display:block}.amazon-checkout-now{border-top:1px solid #c1c1c1;padding-top:10px;margin-bottom:10px}.amazon-addtoCart{display:block;width:100%;height:100%;position:absolute;left:0;top:0}.revert-checkout{margin-top:20px;margin-bottom:20px;display:block}.centered-button{text-align:center;display:inline-block}.catalog-product-view .centered-button{display:table}.checkout-payment-method .amazon-sandbox-simulator{border-bottom:1px solid #ccc}.checkout-payment-method .amazon-sandbox-simulator .payment-option-title{border-top:none;padding-top:0}.checkout-payment-method .amazon-sandbox-simulator .amazon-sandbox-simulator-scenario{margin-bottom:10px}.checkout-methods-items .amazon-minicart-container .amazon-divider{display:none}.checkout-methods-items .centered-button{margin-bottom:0}@media all and (max-width:768px){.checkout-methods-items .centered-button{width:auto}}.checkout-methods-items .field-tooltip{display:none}.checkout-methods-items .field-tooltip .field-tooltip-content{right:-10px;top:40px;left:auto}.checkout-methods-items .field-tooltip .field-tooltip-content:before,.checkout-methods-items .field-tooltip .field-tooltip-content:after{border:10px solid transparent;height:0;width:0;margin-top:-21px;right:10px;left:auto;top:0%}.checkout-methods-items .field-tooltip .field-tooltip-content:before{border-bottom-color:#999}.checkout-methods-items .field-tooltip .field-tooltip-content:after{border-bottom-color:#f4f4f4;top:1px}@media all and (max-width:768px){.checkout-methods-items .field-tooltip .field-tooltip-content{right:-56px;top:38px;left:auto}.checkout-methods-items .field-tooltip .field-tooltip-content:before,.checkout-methods-items .field-tooltip .field-tooltip-content:after{right:56px}}.amazon-widget{max-width:400px;height:228px}.amazon-widget--address{margin-top:20px}.amazon-addresses{margin-top:20px}.amazon-addresses .amazon-address{margin-bottom:20px}#checkout-step-shipping .amazon-divider{margin:40px 0}.checkout-payment-method .amazon-payment-method .payment-method-title{visibility:hidden;padding-bottom:0}.opc-progress-bar-item._complete.lock-step{cursor:none;pointer-events:none}@media all and (max-width:768px){.amazon-minicart-container .amazon-button-container{width:auto}}.iti{position:relative;display:inline-block}.iti *{box-sizing:border-box;-moz-box-sizing:border-box}.iti__hide{display:none}.iti__v-hide{visibility:hidden}.iti input,.iti input[type=text],.iti input[type=tel]{position:relative;z-index:0;margin-top:0 !important;margin-bottom:0 !important;padding-right:36px;margin-right:0}.iti__flag-container{position:absolute;top:0;bottom:0;right:0;padding:1px}.iti__selected-flag{z-index:1;position:relative;display:flex;align-items:center;height:31px;padding:0 6px 0 8px}.iti__arrow{margin-left:6px;width:0;height:0;border-left:3px solid transparent;border-right:3px solid transparent;border-top:4px solid #555}.iti__arrow--up{border-top:none;border-bottom:4px solid #555}.iti__country-list{position:absolute;z-index:2;list-style:none;text-align:left;padding:0;margin:0 0 0 -1px;box-shadow:1px 1px 4px rgba(0,0,0,0.2);background-color:white;border:1px solid #ccc;white-space:nowrap;max-height:200px;overflow-y:scroll;-webkit-overflow-scrolling:touch}.iti__country-list--dropup{bottom:100%;margin-bottom:-1px}@media (max-width:500px){.iti__country-list{white-space:normal}}.iti__flag-box{display:inline-block;width:20px}.iti__divider{padding-bottom:5px;margin-bottom:5px;border-bottom:1px solid #ccc}.iti__country{padding:5px 10px;outline:none}.iti__dial-code{color:#999}.iti__country.iti__highlight{background-color:rgba(0,0,0,0.05)}.iti__flag-box,.iti__country-name,.iti__dial-code{vertical-align:middle}.iti__flag-box,.iti__country-name{margin-right:6px}.iti--allow-dropdown input,.iti--allow-dropdown input[type=text],.iti--allow-dropdown input[type=tel],.iti--separate-dial-code input,.iti--separate-dial-code input[type=text],.iti--separate-dial-code input[type=tel]{padding-right:6px;padding-left:52px;margin-left:0}.iti--allow-dropdown .iti__flag-container,.iti--separate-dial-code .iti__flag-container{right:auto;left:0}.iti--allow-dropdown .iti__flag-container:hover{cursor:pointer}.iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag{background-color:rgba(0,0,0,0.05)}.iti--allow-dropdown input[disabled]+.iti__flag-container:hover,.iti--allow-dropdown input[readonly]+.iti__flag-container:hover{cursor:default}.iti--allow-dropdown input[disabled]+.iti__flag-container:hover .iti__selected-flag,.iti--allow-dropdown input[readonly]+.iti__flag-container:hover .iti__selected-flag{background-color:transparent}.iti--separate-dial-code .iti__selected-flag{background-color:rgba(0,0,0,0.05)}.iti--separate-dial-code .iti__selected-dial-code{margin-left:6px}.iti--container{position:absolute;top:-1000px;left:-1000px;z-index:1060;padding:1px}.iti--container:hover{cursor:pointer}.iti-mobile .iti--container{top:30px;bottom:30px;left:30px;right:30px;position:fixed}.iti-mobile .iti__country-list{max-height:100%;width:100%}.iti-mobile .iti__country{padding:10px 10px;line-height:1.5em}.iti__flag{width:20px}.iti__flag.iti__be{width:18px}.iti__flag.iti__ch{width:15px}.iti__flag.iti__mc{width:19px}.iti__flag.iti__ne{width:18px}.iti__flag.iti__np{width:13px}.iti__flag.iti__va{width:15px}@media (-webkit-min-device-pixel-ratio:2),(min-resolution:192dpi){.iti__flag{background-size:5652px 15px}}.iti__flag.iti__ac{height:10px;background-position:0px 0px}.iti__flag.iti__ad{height:14px;background-position:-22px 0px}.iti__flag.iti__ae{height:10px;background-position:-44px 0px}.iti__flag.iti__af{height:14px;background-position:-66px 0px}.iti__flag.iti__ag{height:14px;background-position:-88px 0px}.iti__flag.iti__ai{height:10px;background-position:-110px 0px}.iti__flag.iti__al{height:15px;background-position:-132px 0px}.iti__flag.iti__am{height:10px;background-position:-154px 0px}.iti__flag.iti__ao{height:14px;background-position:-176px 0px}.iti__flag.iti__aq{height:14px;background-position:-198px 0px}.iti__flag.iti__ar{height:13px;background-position:-220px 0px}.iti__flag.iti__as{height:10px;background-position:-242px 0px}.iti__flag.iti__at{height:14px;background-position:-264px 0px}.iti__flag.iti__au{height:10px;background-position:-286px 0px}.iti__flag.iti__aw{height:14px;background-position:-308px 0px}.iti__flag.iti__ax{height:13px;background-position:-330px 0px}.iti__flag.iti__az{height:10px;background-position:-352px 0px}.iti__flag.iti__ba{height:10px;background-position:-374px 0px}.iti__flag.iti__bb{height:14px;background-position:-396px 0px}.iti__flag.iti__bd{height:12px;background-position:-418px 0px}.iti__flag.iti__be{height:15px;background-position:-440px 0px}.iti__flag.iti__bf{height:14px;background-position:-460px 0px}.iti__flag.iti__bg{height:12px;background-position:-482px 0px}.iti__flag.iti__bh{height:12px;background-position:-504px 0px}.iti__flag.iti__bi{height:12px;background-position:-526px 0px}.iti__flag.iti__bj{height:14px;background-position:-548px 0px}.iti__flag.iti__bl{height:14px;background-position:-570px 0px}.iti__flag.iti__bm{height:10px;background-position:-592px 0px}.iti__flag.iti__bn{height:10px;background-position:-614px 0px}.iti__flag.iti__bo{height:14px;background-position:-636px 0px}.iti__flag.iti__bq{height:14px;background-position:-658px 0px}.iti__flag.iti__br{height:14px;background-position:-680px 0px}.iti__flag.iti__bs{height:10px;background-position:-702px 0px}.iti__flag.iti__bt{height:14px;background-position:-724px 0px}.iti__flag.iti__bv{height:15px;background-position:-746px 0px}.iti__flag.iti__bw{height:14px;background-position:-768px 0px}.iti__flag.iti__by{height:10px;background-position:-790px 0px}.iti__flag.iti__bz{height:14px;background-position:-812px 0px}.iti__flag.iti__ca{height:10px;background-position:-834px 0px}.iti__flag.iti__cc{height:10px;background-position:-856px 0px}.iti__flag.iti__cd{height:15px;background-position:-878px 0px}.iti__flag.iti__cf{height:14px;background-position:-900px 0px}.iti__flag.iti__cg{height:14px;background-position:-922px 0px}.iti__flag.iti__ch{height:15px;background-position:-944px 0px}.iti__flag.iti__ci{height:14px;background-position:-961px 0px}.iti__flag.iti__ck{height:10px;background-position:-983px 0px}.iti__flag.iti__cl{height:14px;background-position:-1005px 0px}.iti__flag.iti__cm{height:14px;background-position:-1027px 0px}.iti__flag.iti__cn{height:14px;background-position:-1049px 0px}.iti__flag.iti__co{height:14px;background-position:-1071px 0px}.iti__flag.iti__cp{height:14px;background-position:-1093px 0px}.iti__flag.iti__cr{height:12px;background-position:-1115px 0px}.iti__flag.iti__cu{height:10px;background-position:-1137px 0px}.iti__flag.iti__cv{height:12px;background-position:-1159px 0px}.iti__flag.iti__cw{height:14px;background-position:-1181px 0px}.iti__flag.iti__cx{height:10px;background-position:-1203px 0px}.iti__flag.iti__cy{height:14px;background-position:-1225px 0px}.iti__flag.iti__cz{height:14px;background-position:-1247px 0px}.iti__flag.iti__de{height:12px;background-position:-1269px 0px}.iti__flag.iti__dg{height:10px;background-position:-1291px 0px}.iti__flag.iti__dj{height:14px;background-position:-1313px 0px}.iti__flag.iti__dk{height:15px;background-position:-1335px 0px}.iti__flag.iti__dm{height:10px;background-position:-1357px 0px}.iti__flag.iti__do{height:14px;background-position:-1379px 0px}.iti__flag.iti__dz{height:14px;background-position:-1401px 0px}.iti__flag.iti__ea{height:14px;background-position:-1423px 0px}.iti__flag.iti__ec{height:14px;background-position:-1445px 0px}.iti__flag.iti__ee{height:13px;background-position:-1467px 0px}.iti__flag.iti__eg{height:14px;background-position:-1489px 0px}.iti__flag.iti__eh{height:10px;background-position:-1511px 0px}.iti__flag.iti__er{height:10px;background-position:-1533px 0px}.iti__flag.iti__es{height:14px;background-position:-1555px 0px}.iti__flag.iti__et{height:10px;background-position:-1577px 0px}.iti__flag.iti__eu{height:14px;background-position:-1599px 0px}.iti__flag.iti__fi{height:12px;background-position:-1621px 0px}.iti__flag.iti__fj{height:10px;background-position:-1643px 0px}.iti__flag.iti__fk{height:10px;background-position:-1665px 0px}.iti__flag.iti__fm{height:11px;background-position:-1687px 0px}.iti__flag.iti__fo{height:15px;background-position:-1709px 0px}.iti__flag.iti__fr{height:14px;background-position:-1731px 0px}.iti__flag.iti__ga{height:15px;background-position:-1753px 0px}.iti__flag.iti__gb{height:10px;background-position:-1775px 0px}.iti__flag.iti__gd{height:12px;background-position:-1797px 0px}.iti__flag.iti__ge{height:14px;background-position:-1819px 0px}.iti__flag.iti__gf{height:14px;background-position:-1841px 0px}.iti__flag.iti__gg{height:14px;background-position:-1863px 0px}.iti__flag.iti__gh{height:14px;background-position:-1885px 0px}.iti__flag.iti__gi{height:10px;background-position:-1907px 0px}.iti__flag.iti__gl{height:14px;background-position:-1929px 0px}.iti__flag.iti__gm{height:14px;background-position:-1951px 0px}.iti__flag.iti__gn{height:14px;background-position:-1973px 0px}.iti__flag.iti__gp{height:14px;background-position:-1995px 0px}.iti__flag.iti__gq{height:14px;background-position:-2017px 0px}.iti__flag.iti__gr{height:14px;background-position:-2039px 0px}.iti__flag.iti__gs{height:10px;background-position:-2061px 0px}.iti__flag.iti__gt{height:13px;background-position:-2083px 0px}.iti__flag.iti__gu{height:11px;background-position:-2105px 0px}.iti__flag.iti__gw{height:10px;background-position:-2127px 0px}.iti__flag.iti__gy{height:12px;background-position:-2149px 0px}.iti__flag.iti__hk{height:14px;background-position:-2171px 0px}.iti__flag.iti__hm{height:10px;background-position:-2193px 0px}.iti__flag.iti__hn{height:10px;background-position:-2215px 0px}.iti__flag.iti__hr{height:10px;background-position:-2237px 0px}.iti__flag.iti__ht{height:12px;background-position:-2259px 0px}.iti__flag.iti__hu{height:10px;background-position:-2281px 0px}.iti__flag.iti__ic{height:14px;background-position:-2303px 0px}.iti__flag.iti__id{height:14px;background-position:-2325px 0px}.iti__flag.iti__ie{height:10px;background-position:-2347px 0px}.iti__flag.iti__il{height:15px;background-position:-2369px 0px}.iti__flag.iti__im{height:10px;background-position:-2391px 0px}.iti__flag.iti__in{height:14px;background-position:-2413px 0px}.iti__flag.iti__io{height:10px;background-position:-2435px 0px}.iti__flag.iti__iq{height:14px;background-position:-2457px 0px}.iti__flag.iti__ir{height:12px;background-position:-2479px 0px}.iti__flag.iti__is{height:15px;background-position:-2501px 0px}.iti__flag.iti__it{height:14px;background-position:-2523px 0px}.iti__flag.iti__je{height:12px;background-position:-2545px 0px}.iti__flag.iti__jm{height:10px;background-position:-2567px 0px}.iti__flag.iti__jo{height:10px;background-position:-2589px 0px}.iti__flag.iti__jp{height:14px;background-position:-2611px 0px}.iti__flag.iti__ke{height:14px;background-position:-2633px 0px}.iti__flag.iti__kg{height:12px;background-position:-2655px 0px}.iti__flag.iti__kh{height:13px;background-position:-2677px 0px}.iti__flag.iti__ki{height:10px;background-position:-2699px 0px}.iti__flag.iti__km{height:12px;background-position:-2721px 0px}.iti__flag.iti__kn{height:14px;background-position:-2743px 0px}.iti__flag.iti__kp{height:10px;background-position:-2765px 0px}.iti__flag.iti__kr{height:14px;background-position:-2787px 0px}.iti__flag.iti__kw{height:10px;background-position:-2809px 0px}.iti__flag.iti__ky{height:10px;background-position:-2831px 0px}.iti__flag.iti__kz{height:10px;background-position:-2853px 0px}.iti__flag.iti__la{height:14px;background-position:-2875px 0px}.iti__flag.iti__lb{height:14px;background-position:-2897px 0px}.iti__flag.iti__lc{height:10px;background-position:-2919px 0px}.iti__flag.iti__li{height:12px;background-position:-2941px 0px}.iti__flag.iti__lk{height:10px;background-position:-2963px 0px}.iti__flag.iti__lr{height:11px;background-position:-2985px 0px}.iti__flag.iti__ls{height:14px;background-position:-3007px 0px}.iti__flag.iti__lt{height:12px;background-position:-3029px 0px}.iti__flag.iti__lu{height:12px;background-position:-3051px 0px}.iti__flag.iti__lv{height:10px;background-position:-3073px 0px}.iti__flag.iti__ly{height:10px;background-position:-3095px 0px}.iti__flag.iti__ma{height:14px;background-position:-3117px 0px}.iti__flag.iti__mc{height:15px;background-position:-3139px 0px}.iti__flag.iti__md{height:10px;background-position:-3160px 0px}.iti__flag.iti__me{height:10px;background-position:-3182px 0px}.iti__flag.iti__mf{height:14px;background-position:-3204px 0px}.iti__flag.iti__mg{height:14px;background-position:-3226px 0px}.iti__flag.iti__mh{height:11px;background-position:-3248px 0px}.iti__flag.iti__mk{height:10px;background-position:-3270px 0px}.iti__flag.iti__ml{height:14px;background-position:-3292px 0px}.iti__flag.iti__mm{height:14px;background-position:-3314px 0px}.iti__flag.iti__mn{height:10px;background-position:-3336px 0px}.iti__flag.iti__mo{height:14px;background-position:-3358px 0px}.iti__flag.iti__mp{height:10px;background-position:-3380px 0px}.iti__flag.iti__mq{height:14px;background-position:-3402px 0px}.iti__flag.iti__mr{height:14px;background-position:-3424px 0px}.iti__flag.iti__ms{height:10px;background-position:-3446px 0px}.iti__flag.iti__mt{height:14px;background-position:-3468px 0px}.iti__flag.iti__mu{height:14px;background-position:-3490px 0px}.iti__flag.iti__mv{height:14px;background-position:-3512px 0px}.iti__flag.iti__mw{height:14px;background-position:-3534px 0px}.iti__flag.iti__mx{height:12px;background-position:-3556px 0px}.iti__flag.iti__my{height:10px;background-position:-3578px 0px}.iti__flag.iti__mz{height:14px;background-position:-3600px 0px}.iti__flag.iti__na{height:14px;background-position:-3622px 0px}.iti__flag.iti__nc{height:10px;background-position:-3644px 0px}.iti__flag.iti__ne{height:15px;background-position:-3666px 0px}.iti__flag.iti__nf{height:10px;background-position:-3686px 0px}.iti__flag.iti__ng{height:10px;background-position:-3708px 0px}.iti__flag.iti__ni{height:12px;background-position:-3730px 0px}.iti__flag.iti__nl{height:14px;background-position:-3752px 0px}.iti__flag.iti__no{height:15px;background-position:-3774px 0px}.iti__flag.iti__np{height:15px;background-position:-3796px 0px}.iti__flag.iti__nr{height:10px;background-position:-3811px 0px}.iti__flag.iti__nu{height:10px;background-position:-3833px 0px}.iti__flag.iti__nz{height:10px;background-position:-3855px 0px}.iti__flag.iti__om{height:10px;background-position:-3877px 0px}.iti__flag.iti__pa{height:14px;background-position:-3899px 0px}.iti__flag.iti__pe{height:14px;background-position:-3921px 0px}.iti__flag.iti__pf{height:14px;background-position:-3943px 0px}.iti__flag.iti__pg{height:15px;background-position:-3965px 0px}.iti__flag.iti__ph{height:10px;background-position:-3987px 0px}.iti__flag.iti__pk{height:14px;background-position:-4009px 0px}.iti__flag.iti__pl{height:13px;background-position:-4031px 0px}.iti__flag.iti__pm{height:14px;background-position:-4053px 0px}.iti__flag.iti__pn{height:10px;background-position:-4075px 0px}.iti__flag.iti__pr{height:14px;background-position:-4097px 0px}.iti__flag.iti__ps{height:10px;background-position:-4119px 0px}.iti__flag.iti__pt{height:14px;background-position:-4141px 0px}.iti__flag.iti__pw{height:13px;background-position:-4163px 0px}.iti__flag.iti__py{height:11px;background-position:-4185px 0px}.iti__flag.iti__qa{height:8px;background-position:-4207px 0px}.iti__flag.iti__re{height:14px;background-position:-4229px 0px}.iti__flag.iti__ro{height:14px;background-position:-4251px 0px}.iti__flag.iti__rs{height:14px;background-position:-4273px 0px}.iti__flag.iti__ru{height:14px;background-position:-4295px 0px}.iti__flag.iti__rw{height:14px;background-position:-4317px 0px}.iti__flag.iti__sa{height:14px;background-position:-4339px 0px}.iti__flag.iti__sb{height:10px;background-position:-4361px 0px}.iti__flag.iti__sc{height:10px;background-position:-4383px 0px}.iti__flag.iti__sd{height:10px;background-position:-4405px 0px}.iti__flag.iti__se{height:13px;background-position:-4427px 0px}.iti__flag.iti__sg{height:14px;background-position:-4449px 0px}.iti__flag.iti__sh{height:10px;background-position:-4471px 0px}.iti__flag.iti__si{height:10px;background-position:-4493px 0px}.iti__flag.iti__sj{height:15px;background-position:-4515px 0px}.iti__flag.iti__sk{height:14px;background-position:-4537px 0px}.iti__flag.iti__sl{height:14px;background-position:-4559px 0px}.iti__flag.iti__sm{height:15px;background-position:-4581px 0px}.iti__flag.iti__sn{height:14px;background-position:-4603px 0px}.iti__flag.iti__so{height:14px;background-position:-4625px 0px}.iti__flag.iti__sr{height:14px;background-position:-4647px 0px}.iti__flag.iti__ss{height:10px;background-position:-4669px 0px}.iti__flag.iti__st{height:10px;background-position:-4691px 0px}.iti__flag.iti__sv{height:12px;background-position:-4713px 0px}.iti__flag.iti__sx{height:14px;background-position:-4735px 0px}.iti__flag.iti__sy{height:14px;background-position:-4757px 0px}.iti__flag.iti__sz{height:14px;background-position:-4779px 0px}.iti__flag.iti__ta{height:10px;background-position:-4801px 0px}.iti__flag.iti__tc{height:10px;background-position:-4823px 0px}.iti__flag.iti__td{height:14px;background-position:-4845px 0px}.iti__flag.iti__tf{height:14px;background-position:-4867px 0px}.iti__flag.iti__tg{height:13px;background-position:-4889px 0px}.iti__flag.iti__th{height:14px;background-position:-4911px 0px}.iti__flag.iti__tj{height:10px;background-position:-4933px 0px}.iti__flag.iti__tk{height:10px;background-position:-4955px 0px}.iti__flag.iti__tl{height:10px;background-position:-4977px 0px}.iti__flag.iti__tm{height:14px;background-position:-4999px 0px}.iti__flag.iti__tn{height:14px;background-position:-5021px 0px}.iti__flag.iti__to{height:10px;background-position:-5043px 0px}.iti__flag.iti__tr{height:14px;background-position:-5065px 0px}.iti__flag.iti__tt{height:12px;background-position:-5087px 0px}.iti__flag.iti__tv{height:10px;background-position:-5109px 0px}.iti__flag.iti__tw{height:14px;background-position:-5131px 0px}.iti__flag.iti__tz{height:14px;background-position:-5153px 0px}.iti__flag.iti__ua{height:14px;background-position:-5175px 0px}.iti__flag.iti__ug{height:14px;background-position:-5197px 0px}.iti__flag.iti__um{height:11px;background-position:-5219px 0px}.iti__flag.iti__us{height:11px;background-position:-5241px 0px}.iti__flag.iti__uy{height:14px;background-position:-5285px 0px}.iti__flag.iti__uz{height:10px;background-position:-5307px 0px}.iti__flag.iti__va{height:15px;background-position:-5329px 0px}.iti__flag.iti__vc{height:14px;background-position:-5346px 0px}.iti__flag.iti__ve{height:14px;background-position:-5368px 0px}.iti__flag.iti__vg{height:10px;background-position:-5390px 0px}.iti__flag.iti__vi{height:14px;background-position:-5412px 0px}.iti__flag.iti__vn{height:14px;background-position:-5434px 0px}.iti__flag.iti__vu{height:12px;background-position:-5456px 0px}.iti__flag.iti__wf{height:14px;background-position:-5478px 0px}.iti__flag.iti__ws{height:10px;background-position:-5500px 0px}.iti__flag.iti__xk{height:15px;background-position:-5522px 0px}.iti__flag.iti__ye{height:14px;background-position:-5544px 0px}.iti__flag.iti__yt{height:14px;background-position:-5566px 0px}.iti__flag.iti__za{height:14px;background-position:-5588px 0px}.iti__flag.iti__zm{height:14px;background-position:-5610px 0px}.iti__flag.iti__zw{height:10px;background-position:-5632px 0px}.iti__flag{height:15px;box-shadow:0px 0px 1px 0px #888;background-image:url('../../frontend/Alothemes/spozy5/fr_FR/Dotdigitalgroup_Sms/images/flags.png');background-repeat:no-repeat;background-color:#DBDBDB;background-position:20px 0}@media (-webkit-min-device-pixel-ratio:2),(min-resolution:192dpi){.iti__flag{background-image:url('../../frontend/Alothemes/spozy5/fr_FR/Dotdigitalgroup_Sms/images/flags@2x.png')}}.iti__flag.iti__np{background-color:transparent}.widget-blog-posts ol.post-list{list-style:none;padding:0}.widget-blog-posts ol.post-list li.item{text-align:center;box-sizing:border-box;display:block;width:100%;overflow:hidden}.widget-blog-posts ol.post-list .post-image span.empty{background:#ddd;width:600px;height:150px;display:block}.block-blog-protected{max-width:500px}.post-list-wrapper .post-list.grid li{display:block;width:100%;overflow:hidden}body.template-full-width main.page-main,body.elementor-template-full-width main.page-main{width:100%;margin-left:0;margin-right:0;max-width:inherit;padding-left:0;padding-right:0}body.template-full-width .columns>.sidebar,body.elementor-template-full-width .columns>.sidebar{display:none}body.template-full-width .columns>.column.main,body.elementor-template-full-width .columns>.column.main{width:100%;float:none}.block-blog-search .fieldset{margin-bottom:10px}.klarna-payments-method-cell{display:table-cell;vertical-align:middle}label.klarna-payments-method-cell>span{padding-left:5px}span.klarna-payments-method-cell>img{display:block}.magepow-categories-grid,.magepow-categories-list{clear:both;display:block;margin:0;padding:0;border:none;box-sizing:content-box;width:100%;list-style-type:none;text-align:left}.magepow-categories-grid{display:flex;flex-wrap:wrap}.magepow-categories-heading{margin:16px 0}.magepow-categories-grid li{display:inline-block;text-align:left;margin:0;padding:0;border:none;box-sizing:content-box;width:25%;vertical-align:top}.magepow-categories-grid .magepow-categories-category{display:block;margin:16px}.magepow-categories-grid .magepow-categories-category-image img{margin:0;padding:0;border:none;width:100%}.magepow-categories-grid .magepow-categories-category-name{text-align:center}.magepow-categories-list li{display:block;margin:0;padding:0;border:none;box-sizing:content-box;overflow:auto}.magepow-categories-list .magepow-categories-category{display:block;overflow:auto;margin:16px}.magepow-categories-list .magepow-categories-category-image{float:left;width:20%}.magepow-categories-list .magepow-categories-category-image img{margin:0;padding:0;border:none;width:100%}.magepow-categories-list .magepow-categories-category-name{margin:0 0 16px 20%;padding:0 0 0 32px}.magepow-categories-list .magepow-categories-category-description{margin:0 0 16px 20%;padding:0 0 0 32px}@media only screen and (min-width:320px){.magepow-categories-grid li{width:100%}}@media only screen and (min-width:360px){.magepow-categories-grid li{width:100%}}@media only screen and (min-width:400px){.magepow-categories-grid li{width:100%}}@media only screen and (min-width:480px){.magepow-categories-grid li{width:50%}}@media only screen and (min-width:540px){.magepow-categories-grid li{width:50%}}@media only screen and (min-width:600px){.magepow-categories-grid li{width:50%}}@media only screen and (min-width:640px){.magepow-categories-grid li{width:50%}}@media only screen and (min-width:720px){.magepow-categories-grid li{width:33.3%}}@media only screen and (min-width:768px){.magepow-categories-grid li{width:33.3%}}@media only screen and (min-width:800px){.magepow-categories-grid li{width:33.3%}}@media only screen and (min-width:960px){.magepow-categories-grid li{width:33.3%}}@media only screen and (min-width:1024px){.magepow-categories-grid li{width:25%}}@media only screen and (min-width:1280px){.magepow-categories-grid li{width:25%}}.message.global.cookie.magepow-gdpr-cookie-notice{bottom:0;left:0;position:fixed;right:0;z-index:3;line-height:2;padding:30px;margin:0;display:block;z-index:10;padding:15px}.magepow-gdpr-cookie-notice.message.global h3{margin-top:0}.magepow-gdpr-cookie-notice.gdpr-box-shadow{-webkit-box-shadow:-2px 2px 82px -26px #000;box-shadow:-2px 2px 82px -26px #000}.magepow-gdpr-cookie-notice.text-align-center{text-align:center}.magepow-gdpr-cookie-notice.text-align-left{text-align:left}.magepow-gdpr-cookie-notice.text-align-right{text-align:right}.iass-spinner{text-align:center;font-size:16px;color:#333;display:block}.ias-noneleft{text-align:center;color:#333;letter-spacing:0px;font-size:14px;font-weight:400}.iass-spinner img,.ias-noneleft img{display:inline-block;margin-left:auto;margin-right:auto}.iass-spinner,.ias-noneleft{display:inline-block;width:100%}.ias-trigger-next{text-align:center;cursor:pointer;display:inline-block;width:100%}.load-more{font-size:15px;border:none}.load-more::hover{background:#0491ff}.ias-trigger-prev{text-align:center;cursor:pointer}.iass-spinner img{height:40px;width:40px;margin-bottom:7px}.layered_overlay{background-color:#fff;height:100%;left:0;opacity:.5;filter:alpha(opacity=50);position:fixed;top:0;width:100%;z-index:999999;display:none}.layered_overlay div{height:100%;width:100%;position:relative}.layered_overlay div img{top:50%;left:50%;display:block;position:absolute;margin-top:-15px;margin-left:-15px}.loading_body .preloading{display:block;position:fixed;top:0;left:0;width:100%;height:100%;overflow:hidden;background:#FFF;opacity:.8;z-index:9999999;-webkit-transition:all .5s ease;-moz-transition:all .5s ease;transition:all .5s ease}.loading_body .loading{display:block;position:relative;left:50%;top:50%;width:150px;height:150px;margin:-75px 0 0 -75px;border-radius:50%;-webkit-animation:spin 2s linear infinite;animation:spin 2s linear infinite;background-repeat:no-repeat;background-size:100%}.loading_img .lazyload{background-image:url("../../frontend/Alothemes/spozy5/fr_FR/Magepow_SpeedOptimizer/images/loader.svg");background-size:30px auto;background-position:center center;background-repeat:no-repeat;overflow:hidden}.loading_img .lazyload.loaded{background-image:none;background-size:auto}.slick-slider{position:relative;display:block;box-sizing:border-box;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:transparent}.slick-list{position:relative;overflow:hidden;display:block;margin:0;padding:0}.slick-list:focus{outline:none}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-track,.slick-slider .slick-list{-webkit-transform:translate3d(0, 0, 0);-moz-transform:translate3d(0, 0, 0);-ms-transform:translate3d(0, 0, 0);-o-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}.slick-track{position:relative;left:0;top:0;display:block;margin-left:auto;margin-right:auto}.slick-track:before,.slick-track:after{content:"";display:table}.slick-track:after{clear:both}.slick-loading .slick-track{visibility:hidden}.slick-slide{float:left;height:100%;min-height:1px;display:none}[dir="rtl"] .slick-slide{float:right}.slick-slide img{display:block}.slick-slide.slick-loading img{display:none}.slick-slide.dragging img{pointer-events:none}.slick-initialized .slick-slide{display:block}.slick-loading .slick-slide{visibility:hidden}.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}.slick-arrow.slick-hidden{display:none}@charset "UTF-8";.slick-loading .slick-list{background:#fff url('../../frontend/Alothemes/spozy5/fr_FR/images/loader-1.gif') center center no-repeat}.slick-prev,.slick-next{position:absolute;display:block;height:20px;width:20px;line-height:0px;font-size:0px;cursor:pointer;background:transparent;color:transparent;top:50%;-webkit-transform:translate(0, -50%);-ms-transform:translate(0, -50%);transform:translate(0, -50%);padding:0;border:none;outline:none}.slick-prev:hover,.slick-next:hover,.slick-prev:focus,.slick-next:focus{outline:none;background:transparent;color:transparent}.slick-prev:hover:before,.slick-next:hover:before,.slick-prev:focus:before,.slick-next:focus:before{opacity:1}.slick-prev.slick-disabled:before,.slick-next.slick-disabled:before{opacity:.25}.slick-prev:before,.slick-next:before{font-family:'icons-blank-theme';font-size:inherit;line-height:1;color:inherit;opacity:.75;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.slick-prev{left:-25px}[dir="rtl"] .slick-prev{left:auto;right:-25px}.slick-prev:before{content:'\e617'}[dir="rtl"] .slick-prev:before{content:'\e608'}.slick-next{right:-25px}[dir="rtl"] .slick-next{left:-25px;right:auto}.slick-next:before{content:'\e608'}[dir="rtl"] .slick-next:before{content:'\e617'}.slick-dotted .slick-slider{margin-bottom:30px}.slick-dots{position:absolute;bottom:-25px;list-style:none;display:block;text-align:center;padding:0;margin:0;width:100%}.slick-dots li{position:relative;display:inline-block;margin:0 5px;padding:0;cursor:pointer}.slick-dots li button{border:0;background:transparent;display:block;height:20px;width:20px;outline:none;line-height:0px;font-size:0px;color:transparent;padding:5px;cursor:pointer}.slick-dots li button:hover,.slick-dots li button:focus{outline:none}.slick-dots li button:hover:before,.slick-dots li button:focus:before{opacity:1}.slick-dots li button:before{position:absolute;top:0;left:0;content:"";width:20px;height:20px;font-family:'icons-blank-theme';font-size:6px;line-height:20px;text-align:center;color:#000;opacity:.25;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.slick-dots li.slick-active button:before{color:#000;opacity:.75}.social-icons{right:0;position:fixed;top:80px;width:45px;z-index:9}.social-icon{background-color:#33353B;background-image:url('../../frontend/Alothemes/spozy5/fr_FR/Magiccart_Alothemes/images/social-icons.png')}.social-icon{transition:background-color .4s ease-in 0s;-webkit-transition:background-color .4s ease-in 0s;border-radius:3px 0 0 3px;background-repeat:no-repeat;display:block;float:right;height:43px;margin-bottom:2px;width:43px}.social-text{float:left;font-size:11px;margin:13px 0 11px 44px;white-space:nowrap;color:#FFFFFF}.social-icons a:hover{text-decoration:none}#facebook-btn span{background-position:13px 7px}#linkedin-btn span{background-position:12px -266px}#twitter-btn span{background-position:13px -39px}#youtube-btn span{background-position:12px -230px}#pinterest-btn span{background-position:12px -181px}#googleplus-btn span{background-position:13px -132px}#instagram-btn span{background-position:10px -300px}#flickr-btn span{background-position:10px -335px}#web-btn span{background-position:10px -403px}#mail-btn span{background-position:10px -369px}#facebook-btn .social-icon{background-color:#3B5998}#linkedin-btn .social-icon{background-color:#6eb8da}#twitter-btn .social-icon{background-color:#62BDB2}#googleplus-btn .social-icon{background-color:#DB4A39}#pinterest-btn .social-icon{background-color:#DB4A39}#youtube-btn .social-icon{background-color:#C4302B}#instagram-btn .social-icon{background-color:#D2C5B3}#flickr-btn .social-icon{background-color:#E4006B}#mail-btn .social-icon{background-color:#2A056F}#web-btn .social-icon{background-color:#000}#facebook-btn:hover .social-icon{background-color:#3B5998}#linkedin-btn:hover .social-icon{background-color:#6eb8da}#twitter-btn:hover .social-icon{background-color:#62BDB2}#googleplus-btn:hover .social-icon{background-color:#DB4A39}#pinterest-btn:hover .social-icon{background-color:#DB4A39}#youtube-btn:hover .social-icon{background-color:#C4302B}#instagram-btn:hover .social-icon{background-color:#D2C5B3}#flickr-btn:hover .social-icon{background-color:#E4006B}#web-btn:hover .social-icon{background-color:#000}#mail-btn:hover .social-icon{background-color:#2A056F}.social-icons.left{left:0}.social-icons.left .social-icon{background-image:url('../../frontend/Alothemes/spozy5/fr_FR/Magiccart_Alothemes/images/social-icons-left.png');transform:rotateY(180deg);-ms-transform:rotateY(180deg);-o-transform:rotateY(180deg);-webkit-transform:rotateY(180deg)}.social-icons.left .social-icon{float:left}.social-icons.left .social-text{float:left;transform:rotateY(180deg);-ms-transform:rotateY(180deg);-webkit-transform:rotateY(180deg)}.content-quickview .social-icons{display:none}.suggest-slider.close{display:none}.suggest-slider .x-close{float:right}.notify-slider-wrapper{width:300px;position:fixed;bottom:15px;left:25px;background:transparent;display:none}.notify-slider{position:relative;overflow:hidden;margin:20px auto 0 auto;border-radius:4px}.notify-slider .slider{position:relative;margin:0;padding:0;height:100px;list-style:none}.notify-slider .slider>.item{position:relative;display:block;float:left;margin:0;padding:0;width:300px;height:120px;background:#ccc;text-align:center;line-height:100px}.product-image-container{max-width:100%}.notify-slider-wrapper{background-color:#ffffff;z-index:9999;width:320px;-webkit-box-shadow:-1px 2px 6px rgba(30,32,40,0.3);-moz-box-shadow:-1px 2px 6px rgba(30,32,40,0.3);box-shadow:-1px 2px 6px rgba(30,32,40,0.3);margin-bottom:0}.notify-slider-wrapper .products.wrapper.grid .product-item{background-color:#ffffff}.notify-slider-wrapper .products.wrapper.grid .product-item .product-reviews-summary,.notify-slider-wrapper .products.wrapper.grid .product-item .price-box{display:none !important}.notify-slider-wrapper .products.wrapper.grid .product-item .product-item-info{border-left:0;padding:0}.notify-slider-wrapper .products.wrapper.grid .product-item .product-item-info:hover{box-shadow:none}.notify-slider-wrapper .products.wrapper.grid .product-item .product-item-info:before,.notify-slider-wrapper .products.wrapper.grid .product-item .product-item-info:after{content:"";display:table}.notify-slider-wrapper .products.wrapper.grid .product-item .product-item-info:after{clear:both}.notify-slider-wrapper .products.wrapper.grid .product-item .product-item-info .images-container{max-width:85px;width:85px;float:left}.notify-slider-wrapper .products.wrapper.grid .product-item .product-item-info .images-container .actions-primary{display:none}.notify-slider-wrapper .products.wrapper.grid .product-item .product-item-info .product-image-wrapper .product-image-photo.thumbnail{display:none}.notify-slider-wrapper .products.wrapper.grid .product-item .product-item-info .product-item-details{width:calc(100% - 85px);float:left;text-align:left;padding:0px 10px 12px 10px;font-size:13px;margin-top:0}.notify-slider-wrapper .products.wrapper.grid .product-item .product-item-info .product-item-details .someone-purchased{margin-bottom:7px}.notify-slider-wrapper .products.wrapper.grid .product-item .product-item-info .product-item-details .product-name{margin-bottom:11px;letter-spacing:.3px;font-family:'Lato',sans-serif;text-align:left;font-size:14px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;height:auto}.notify-slider-wrapper .products.wrapper.grid .product-item .product-item-info .product-item-details .product-name a{color:#222222;height:auto;display:block}.notify-slider-wrapper .products.wrapper.grid .product-item .product-item-info .product-item-details .flex{display:flex;justify-content:space-between}.notify-slider-wrapper .products.wrapper.grid .product-item .product-item-info .product-item-details .product-reviews-summary{margin:0;display:block}.notify-slider-wrapper .products.wrapper.grid .product-item .product-item-info .sticker{display:none}.notify-slider-wrapper .products.wrapper.grid .product-item .product-item-info .product-hover{margin-bottom:0}.notify-slider-wrapper .products.wrapper.grid .product-item .product-item-info .price-box{display:block;margin:0}.notify-slider-wrapper .products.wrapper.grid .product-item .product-item-info .price-box .price{font-size:11px}.notify-slider-wrapper .products.wrapper.grid .product-item .product-item-info .price-box .old-price .price{font-size:11px}.notify-slider-wrapper .products.wrapper.grid .product-item .product-item-info .time-purchased,.notify-slider-wrapper .products.wrapper.grid .product-item .product-item-info .address-purchased{display:block;font-size:11px;color:#333333}.notify-slider-wrapper .products.wrapper.grid .product-item .product-item-info .time-purchased{margin:0;margin-bottom:7px}.notify-slider-wrapper .product-item .product-item-info .rating-summary .rating-result:before,.notify-slider-wrapper .product-item .product-item-info .rating-summary .rating-result>span:before{font-size:12px}.notify-slider-wrapper .reviews-actions .action{font-size:12px}.notify-slider-wrapper .products.wrapper.grid .product-item .product-item-info .add-to-links .action,.notify-slider-wrapper .products.wrapper.grid .product-item .product-item-info .add-to-links .link-view{transform:scale(1) !important;opacity:1;visibility:visible}.notify-slider-wrapper .products.wrapper.grid .product-item .product-item-info .add-to-links .action{display:none}.notify-slider-wrapper .products.wrapper.grid .product-item .product-item-info .add-to-links .link-view{box-shadow:none;width:auto}.notify-slider-wrapper .products.wrapper.grid .product-item .product-item-info .add-to-links .link-view .quickview{background-color:transparent;border:0;padding:0}.notify-slider-wrapper .products.wrapper.grid .product-item .product-item-info .add-to-links .link-view .quickview span{display:none}.notify-slider-wrapper .products.wrapper.grid .product-item .product-item-info .add-to-links .link-view .quickview:hover{color:red}.notify-slider-wrapper .products.wrapper.grid .product-item .product-item-info .add-to-links{top:auto;bottom:-4px;right:6px}.notify-slider-wrapper .product-item .link-view{text-align:right}.notify-slider-wrapper .product-item .link-view .quickview{padding:0;background-color:transparent;color:#222;position:relative;font-size:20px;border:0px;margin-top:-10px}.block.related .product .product-item-info .products-textlink .product-name a,.block.crosssell .product .product-item-info .products-textlink .product-name a,.block.upsell .product .product-item-info .products-textlink .product-name a{height:36px}.suggest-slider .x-close{position:absolute;font-size:0;top:5px;right:-2px;z-index:999}.suggest-slider .x-close:before{content:'\e616';font-size:14px;font-family:'icons-blank-theme'}.suggest-slider .x-close:hover{color:#000}.notify-slider{margin-top:0}.notify-slider .slider>.item{line-height:1.5;width:320px}.notify-slider-wrapper .product-items .product-item:nth-child(n){clear:none !important}.wishlist-index-index .notify-slider-wrapper .products-grid .product-item{width:320px;margin-left:0}.alothemes{display:block}.fotorama__fullscreen .zoomImg{display:none !important}.modal-popup{pointer-events:none}.lookbook .easypin-marker{color:#fff;border:0;-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%;width:40px;height:40px;line-height:40px;background-color:#ff5555;text-align:center}.lookbook .easypin-marker:hover{background-color:#ff5555;color:#fff}.lookbook .easypin-marker:hover .easypin-popover{opacity:1;visibility:visible}.lookbook .easypin-marker:before,.lookbook .easypin-marker .icon:before{content:"+";font-size:26px;display:block}.lookbook .easypin-popover{display:block !important;opacity:0;visibility:hidden;text-align:left;width:180px;left:-70px;background:transparent;z-index:20}.lookbook .easypin-popover .product-pin-wrap{line-height:normal;background:#fff;padding:0px 0px 15px;position:relative;z-index:1}.lookbook .easypin-popover .product-pin-wrap a{text-decoration:none}.lookbook .easypin-popover .product-pin-wrap:after{top:100%;left:50%;border:solid transparent;content:" ";height:0;width:0;position:absolute;pointer-events:none;border-color:rgba(255,255,255,0);border-top-color:#fff;border-width:10px;margin-left:-10px;-webkit-filter:drop-shadow(0 1px 2px #000);filter:drop-shadow(0 1px 1px #dfdfdf)}.lookbook .image-wrap{margin-bottom:15px}.lookbook .title-wrap,.lookbook .price-wrap{padding-left:20px}.lookbook .title-wrap h5{font-size:14px;font-weight:400;color:#333;margin:0 0 5px}.lookbook .title-wrap h5:focus{text-decoration:none}.lookbook .price-label{display:none}.lookbook .price-box .price{color:#ff5555}.main-product-pin{margin-bottom:48px}.magictabs .item.activated,.magictabs .item:hover{border-color:#ff3366}.content-products .mage-magictabs{display:none}.content-products .mage-magictabs.activated{display:block}.shopbrand{text-align:center;display:block}.testimonial .field-summary_rating .rating-box .rating:before{content:'\e605';font-family:'icons-blank-theme';color:#f2c800;z-index:2;position:relative;font-size:28px;height:12px;display:block;line-height:12px;font-weight:400;letter-spacing:2px}.testimonial .rating-result{text-align:center}.testimonial .customer{-moz-transition:all .5s ease;-webkit-transition:all .5s ease;transition:all .5s ease;margin:60px 0;vertical-align:top;text-align:center;display:inline-block;overflow:hidden;border-radius:50%;-moz-border-radius:50%;-webkit-border-radius:50%;-ms-border-radius:50%;-o-border-radius:50%}.testimonial .inner-customer{text-align:center}.testimonial.center-mode{margin-bottom:50px}.testimonial.center-mode .item img{width:110px;height:110px;border-radius:50%}.testimonial.center-mode .item .testimonial_text{display:none}.testimonial.center-mode .slick-center .item img{width:150px;height:150px}.testimonial.center-mode .slick-list{margin-bottom:50px}.testimonial-caption.center-mode{display:block;width:85%;color:#494949;text-align:center;padding:0;margin:0 auto}.testimonial-caption.center-mode .sub-text{display:block;font-size:20px;padding-bottom:20px;text-align:center}.testimonial-caption.center-mode .product-reviews-summary{display:block;text-align:center}.testimonial-caption .zoomIn{animation:zoomIn .9s ease-out;-moz-animation:zoomIn .9s ease-out;-webkit-animation:zoomIn .9s ease-out;-o-animation:zoomIn .9s ease-out}.testimonial-index-index .button-o{margin-bottom:30px}.testimonial-form-index .std-input-box .product-review-box #product-review-table{width:auto}@-webkit-keyframes zoomIn{from{opacity:0;-webkit-transform:scale3d(.3, .3, .3);transform:scale3d(.3, .3, .3)}50%{opacity:1}}@keyframes zoomIn{from{opacity:0;-webkit-transform:scale3d(.3, .3, .3);transform:scale3d(.3, .3, .3)}50%{opacity:1}}.opc-block-summary .vertex-message td,.cart-summary .vertex-message td{padding:0;border-top:none}.form-address-edit .actions-toolbar .vertex-update-address{margin-top:10px}.vertex__address-suggestion{margin:5px 0;padding-left:10px;font-weight:500;border-left:2px solid #808080}.yotpo-yotpo-is-enabled .yotpoBottomLine{width:100%}.yotpo-yotpo-is-enabled .yotpo-icon-double-bubble,.yotpo-yotpo-is-enabled .yotpo-stars{margin:0 5px 0 0 !important}.yotpo-yotpo-is-enabled .thumbnail .yotpo a{display:inline-block}.yotpo-yotpo-is-enabled div.yotpo.bottomLine{display:inline-block;margin:0 10px 1px 0}.yotpo-yotpo-is-enabled div.yotpo.QABottomLine{display:inline-block}.yotpo-yotpo-is-enabled div.yotpo.bottomLine.bottomline-position{display:inline-block;margin:0 10px 1px 0}.yotpo-yotpo-is-enabled .product-item .product-item-actions{margin-top:5px !important}.yotpo-yotpo-is-enabled.catalog-category-view.page-products .product-item .product-item-actions,.yotpo-yotpo-is-enabled.catalog-product-view.page-products .product-item .product-item-actions{margin-top:0 !important}.yotpo-yotpo-is-enabled.catalog-category-view .product-info-main .product-reviews-summary,.yotpo-yotpo-is-enabled.catalog-product-view .product-info-main .product-reviews-summary{width:100%}.contact-index-index .column:not(.sidebar-main) .form.contact{float:none;width:50%}.contact-index-index .column:not(.sidebar-additional) .form.contact{float:none;width:50%}.swatch-attribute-label{font-weight:700;position:relative}.swatch-attribute-label.required{padding-right:10px}.swatch-attribute-label[data-required='1']:after{color:#e02b27;content:'*';font-size:14px;font-weight:700;position:absolute;right:-11px;top:-2px}.swatch-attribute-selected-option{color:#646464;padding-left:17px}.swatch-attribute-options{margin:10px 0}.swatch-attribute-options:focus{box-shadow:none}.swatch-attribute-options .swatch-option-tooltip-layered .title{color:#282828;bottom:-5px;height:20px;left:0;margin-bottom:10px;position:absolute;text-align:center;width:100%}.swatch-attribute.size .swatch-option,.swatch-attribute.manufacturer .swatch-option{background:#f0f0f0;color:#949494}.swatch-attribute.size .swatch-option.selected,.swatch-attribute.manufacturer .swatch-option.selected{background:#fff;border:1px solid #fff;color:#000}.swatch-option{border:1px solid #dadada;cursor:pointer;float:left;height:20px;margin:0 10px 5px 0;max-width:100%;min-width:30px;overflow:hidden;padding:1px 2px;position:relative;text-align:center;text-overflow:ellipsis}.swatch-option:focus{box-shadow:0 0 3px 1px #68a8e0}.swatch-option.text{background:#f0f0f0;color:#686868;font-size:12px;font-weight:700;line-height:20px;margin-right:7px;min-width:22px;padding:4px 8px}.swatch-option.text.selected{background-color:#fff}.swatch-option.selected{outline:2px solid #ff5501;border:1px solid #fff;color:#333}.swatch-option:not(.disabled):hover{border:1px solid #fff;color:#333;outline:1px solid #999}.swatch-option.image:not(.disabled):hover,.swatch-option.color:not(.disabled):hover{border:1px solid #fff;outline:2px solid #c34000}.swatch-option.disabled{box-shadow:unset;cursor:default;pointer-events:none}.swatch-option.disabled:after{background:linear-gradient(to left top, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 42%, #fff 43%, #fff 46%, #ff5216 47%, #ff5216 53%, #fff 54%, #fff 57%, rgba(255,255,255,0) 58%, rgba(255,255,255,0) 100%);background:-moz-linear-gradient(to left top, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 42%, #fff 43%, #fff 46%, #ff5216 47%, #ff5216 53%, #fff 54%, #fff 57%, rgba(255,255,255,0) 58%, rgba(255,255,255,0) 100%);background:-ms-linear-gradient(to left top, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 42%, #fff 43%, #fff 46%, #ff5216 47%, #ff5216 53%, #fff 54%, #fff 57%, rgba(255,255,255,0) 58%, rgba(255,255,255,0) 100%);background:-o-linear-gradient(to left top, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 42%, #fff 43%, #fff 46%, #ff5216 47%, #ff5216 53%, #fff 54%, #fff 57%, rgba(255,255,255,0) 58%, rgba(255,255,255,0) 100%);background:-webkit-gradient(linear, left top, right bottom, color-stop(0%, rgba(255,255,255,0)), color-stop(42%, rgba(255,255,255,0)), color-stop(43%, #fff), color-stop(46%, #fff), color-stop(47%, #ff5216), color-stop(53%, #ff5216), color-stop(54%, #fff), color-stop(57%, #fff), color-stop(58%, rgba(255,255,255,0)), color-stop(100%, rgba(255,255,255,0)));background:-webkit-linear-gradient(to left top, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 42%, #fff 43%, #fff 46%, #ff5216 47%, #ff5216 53%, #fff 54%, #fff 57%, rgba(255,255,255,0) 58%, rgba(255,255,255,0) 100%);bottom:0;content:'';filter:'progid:DXImageTransform.Microsoft.gradient(startColorstr=#00ffffff, endColorstr=#00ffffff, GradientType=1)';left:0;position:absolute;right:0;top:0}.swatch-option-disabled{border:0;cursor:default;outline:none !important}.swatch-option-disabled:after{-webkit-transform:rotate(-30deg);-ms-transform:rotate(-30deg);transform:rotate(-30deg);background:#e02b27;content:'';height:2px;left:-4px;position:absolute;top:10px;width:42px;z-index:995}.swatch-option-loading{content:url('../../frontend/Alothemes/spozy5/fr_FR/images/loader-2.gif')}.swatch-option-tooltip{border:1px solid #dadada;color:#949494;background:#fff;display:none;max-height:100%;min-height:20px;min-width:20px;padding:5px;position:absolute;text-align:center;z-index:999}.swatch-option-tooltip .corner,.swatch-option-tooltip-layered .corner{bottom:0;height:8px;left:40%;position:absolute}.swatch-option-tooltip .corner:before,.swatch-option-tooltip-layered .corner:before,.swatch-option-tooltip .corner:after,.swatch-option-tooltip-layered .corner:after{border-style:solid;content:'';font-size:1px;height:0;position:relative;width:0}.swatch-option-tooltip .corner:before,.swatch-option-tooltip-layered .corner:before{border-color:#adadad transparent transparent transparent;border-width:8px 8.5px 0 8.5px;left:0;top:2px}.swatch-option-tooltip .corner:after,.swatch-option-tooltip-layered .corner:after{border-color:#fff transparent transparent transparent;border-width:7px 7.5px 0 7.5px;left:-15px;top:1px}.swatch-option-tooltip .image,.swatch-option-tooltip-layered .image{display:block;height:130px;margin:0 auto;width:130px}.swatch-option-tooltip-layered{background:#fff;border:1px solid #dadada;color:#949494;display:none;left:-47px;position:absolute;width:140px;z-index:999}.swatch-option-tooltip .title{color:#282828;display:block;max-height:200px;min-height:20px;overflow:hidden;text-align:center}.swatch-option-link-layered{margin:0 !important;padding:0 !important;position:relative}.swatch-option-link-layered:focus>div{box-shadow:0 0 3px 1px #68a8e0}.swatch-option-link-layered:hover>.swatch-option-tooltip-layered{display:block}.swatch-opt{margin:20px 0}.swatch-opt-listing{margin-bottom:10px}.swatch-more{display:inline-block;margin:2px 0;padding:2px;position:static}.swatch-visual-tooltip-layered{height:160px;top:-170px}.swatch-textual-tooltip-layered{height:30px;top:-40px}.swatch-input{left:-1000px;position:absolute;visibility:hidden}.clearfix:after{clear:both;content:'';display:block;height:0;visibility:hidden}.my-credit-cards .status{font-style:italic}.my-credit-cards .action.delete{background-image:none;-moz-box-sizing:content-box;box-shadow:none;line-height:inherit;text-shadow:none;font-weight:400;line-height:1.42857143;margin:0;padding:0;color:#1979c3;text-decoration:none;background:none;border:0;display:inline}.my-credit-cards .action.delete:focus,.my-credit-cards .action.delete:active{background:none;border:none}.my-credit-cards .action.delete:hover{background:none;border:none}.my-credit-cards .action.delete.disabled,.my-credit-cards .action.delete[disabled],fieldset[disabled] .my-credit-cards .action.delete{pointer-events:none;opacity:.5}.my-credit-cards .action.delete:visited{color:#1979c3;text-decoration:none}.my-credit-cards .action.delete:hover{color:#006bb4;text-decoration:underline}.my-credit-cards .action.delete:active{color:#ff5501;text-decoration:underline}.my-credit-cards .action.delete:hover,.my-credit-cards .action.delete:active,.my-credit-cards .action.delete:focus{background:none;border:0}.my-credit-cards .action.delete.disabled,.my-credit-cards .action.delete[disabled],fieldset[disabled] .my-credit-cards .action.delete{color:#1979c3;opacity:.5;cursor:default;pointer-events:none;text-decoration:underline}.my-credit-cards-popup .modal-footer{text-align:right}.my-credit-cards-popup .action.secondary{background-image:none;-moz-box-sizing:content-box;box-shadow:none;line-height:inherit;text-shadow:none;font-weight:400;line-height:1.42857143;margin:0;padding:0;color:#1979c3;text-decoration:none;background:none;border:0;display:inline;margin-right:20px}.my-credit-cards-popup .action.secondary:focus,.my-credit-cards-popup .action.secondary:active{background:none;border:none}.my-credit-cards-popup .action.secondary:hover{background:none;border:none}.my-credit-cards-popup .action.secondary.disabled,.my-credit-cards-popup .action.secondary[disabled],fieldset[disabled] .my-credit-cards-popup .action.secondary{pointer-events:none;opacity:.5}.my-credit-cards-popup .action.secondary:visited{color:#1979c3;text-decoration:none}.my-credit-cards-popup .action.secondary:hover{color:#006bb4;text-decoration:underline}.my-credit-cards-popup .action.secondary:active{color:#ff5501;text-decoration:underline}.my-credit-cards-popup .action.secondary:hover,.my-credit-cards-popup .action.secondary:active,.my-credit-cards-popup .action.secondary:focus{background:none;border:0}.my-credit-cards-popup .action.secondary.disabled,.my-credit-cards-popup .action.secondary[disabled],fieldset[disabled] .my-credit-cards-popup .action.secondary{color:#1979c3;opacity:.5;cursor:default;pointer-events:none;text-decoration:underline}.minilist .weee{display:table-row;font-size:1.1rem}.minilist .weee:before{display:none}.price-container.weee:before{display:none}.column .block-addbysku .fieldset{margin:0}.column .block-addbysku .fieldset .fields{position:relative}.column .block-addbysku .fieldset .fields .field{display:inline-block;margin-bottom:10px;vertical-align:top}.column .block-addbysku .fieldset .fields .actions-toolbar{position:absolute;right:0;top:4px}.column .block-addbysku .sku{margin-right:-155px;padding-right:160px;width:100%}.column .block-addbysku .skus>.label{margin-top:10px}.column .block-addbysku .qty .qty+.mage-error{width:80px}.column .block-addbysku .block-content .actions-toolbar{clear:both;margin:0 0 20px;text-align:left}.column .block-addbysku .block-content .actions-toolbar:before,.column .block-addbysku .block-content .actions-toolbar:after{content:'';display:table}.column .block-addbysku .block-content .actions-toolbar:after{clear:both}.column .block-addbysku .block-content .actions-toolbar .primary{float:left}.column .block-addbysku .block-content .actions-toolbar .primary,.column .block-addbysku .block-content .actions-toolbar .secondary{display:inline-block}.column .block-addbysku .block-content .actions-toolbar .primary a.action,.column .block-addbysku .block-content .actions-toolbar .secondary a.action{display:inline-block}.column .block-addbysku .block-content .actions-toolbar .primary .action{margin:0 5px 0 0}.column .block-addbysku .block-content .actions-toolbar .secondary a.action{margin-top:6px}.column .block-addbysku .block-content .actions-toolbar .primary,.column .block-addbysku .block-content .actions-toolbar .secondary{display:block;float:none}.column .block-addbysku .block-content .actions-toolbar>.secondary{text-align:left}.column .block-addbysku .reset{margin:10px 0}.column .block-addbysku .note{display:block;margin:0 0 20px}.block-cart-failed{margin-top:40px}.block-cart-failed .block-title{font-size:2.6rem}.block-cart-failed .block-title strong{font-weight:300}.block-cart-failed .actions{text-align:center}.block-cart-failed .actions .action{margin-bottom:10px}.block-cart-failed .actions .action.tocart{margin-right:10px}.bundle-options-container{clear:both;margin-bottom:40px}.bundle-options-container .legend.title{font-weight:300;line-height:1.1;font-size:2.6rem;margin-top:2.5rem;margin-bottom:2rem}.bundle-options-container .product-add-form{display:none}.bundle-options-container .product-options-wrapper{margin-bottom:30px}.bundle-options-container .action.back{margin-bottom:30px}.bundle-options-container .price-box .price{font-size:18px;font-weight:700}.bundle-options-container .block-bundle-summary>.title>strong{display:block;font-size:18px;font-weight:500;line-height:1.1;margin-bottom:2rem;margin-top:2.5rem}.bundle-options-container .block-bundle-summary .bundle-summary{margin-top:30px}.bundle-options-container .block-bundle-summary .bundle-summary.empty{display:none}.bundle-options-container .block-bundle-summary .bundle-summary>.subtitle{font-weight:300;line-height:1.1;font-size:1.8rem;margin-top:1.5rem;margin-bottom:1rem;display:block}.bundle-options-container .block-bundle-summary .bundle.items>li{margin-bottom:10px}.bundle-options-container .block-bundle-summary .box-tocart .actions{display:inline-block;margin-bottom:10px}.bundle-options-container .nested .field.qty{margin-top:20px}.bundle-options-container .nested .field.qty .label{font-weight:700;margin:0 0 5px;display:inline-block}.bundle-options-container .product-options-bottom{clear:left}.product-item-name{display:block;margin:5px 0;word-wrap:break-word;-webkit-hyphens:auto;-moz-hyphens:auto;-ms-hyphens:auto;hyphens:auto}.product-item-description{margin:25px 0}.product-item .product-reviews-summary .rating-summary{margin:0 4px 0 0}.product-item .product-reviews-summary .reviews-actions{margin-top:5px;text-transform:lowercase;font-size:12px}.product-item .price-box{margin:10px 0 25px}.product-item .price-box .price-label{font-size:12px}.product-item .price-box .price-label:after{content:":"}.product-item .special-price .price,.product-item .minimal-price .price{font-weight:bold}.product-item .special-price .price-wrapper,.product-item .minimal-price .price-wrapper{display:inline-block}.product-item .special-price .price-including-tax+.price-excluding-tax,.product-item .minimal-price .price-including-tax+.price-excluding-tax{display:block}.product-item .old-price .price{font-weight:400}.product-item .minimal-price .price-container{display:block}.product-item .minimal-price-link{margin-top:5px}.product-item .minimal-price-link .price-label{color:#1979c3;font-size:1.4rem}.product-item .minimal-price-link .price{font-weight:400}.product-item .minimal-price-link,.product-item .price-excluding-tax,.product-item .price-including-tax{white-space:nowrap;display:block}.product-item .price-from,.product-item .price-to{margin:0}.price-container .price{font-size:1.4rem}.price-container .price-including-tax+.price-excluding-tax,.price-container .weee{margin-top:5px}.price-container .price-including-tax+.price-excluding-tax,.price-container .weee,.price-container .price-including-tax+.price-excluding-tax .price,.price-container .weee .price,.price-container .weee+.price-excluding-tax:before,.price-container .weee+.price-excluding-tax .price{font-size:1.1rem}.price-container .weee:before{content:"(" attr(data-label) ": "}.price-container .weee:after{content:")"}.price-container .weee+.price-excluding-tax:before{content:attr(data-label) ": "}.products-list .product-item{width:100%}.page-products .columns{position:relative;z-index:1}.toolbar-amount{display:block;line-height:26px;margin:0;padding:4px 0 0;vertical-align:middle}.products.wrapper~.toolbar .toolbar-amount{display:none}.toolbar-products{margin-bottom:40px;padding:0 10px;text-align:center}.toolbar-products .pages{display:none}.products.wrapper~.toolbar-products .pages{display:block}.toolbar-products .limiter .control{display:inline-block}.sorter{padding:4px 0 0}.products.wrapper~.toolbar .sorter{display:none}.sorter-options{width:auto}.sorter-action{vertical-align:top;display:inline-block;text-decoration:none}.sorter-action>span{border:0;clip:rect(0, 0, 0, 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.sorter-action:before{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:28px;line-height:32px;color:#8f8f8f;content:'\e613';font-family:'icons-blank-theme';vertical-align:middle;display:inline-block;font-weight:normal;overflow:hidden;speak:none;text-align:center}.sorter-action:hover:before{color:#333}.sorter-action.sort-desc:before{content:'\e614'}.limiter-options{width:auto;margin:0 5px 0 7px}.limiter-label{font-weight:400}.price-tier_price .price-including-tax+.price-excluding-tax:before{content:"(" attr(data-label) ": "}.price-tier_price .price-including-tax+.price-excluding-tax:last-child:after{content:")"}.price-tier_price .weee[data-label]{display:inline}.price-tier_price .weee[data-label] .price{font-size:1.1rem}.price-tier_price .weee[data-label]:before{content:" +" attr(data-label) ": "}.actual-price{font-weight:700}.category-image .image{max-width:100%;height:auto;display:block}.category-image,.category-description{margin-bottom:20px}.product.media .placeholder .photo.container{max-width:100%}.product.media .notice{color:#7d7d7d;font-size:1.2rem;margin:10px 0}.product.media .product.thumbs{margin:20px 0 30px}.product.media .items.thumbs{margin:0;padding:0;list-style:none none}.product.media .items.thumbs>li{display:inline-block;vertical-align:top}.product.media .items.thumbs .active{display:block;line-height:1}.product.info.detailed{clear:both;margin-bottom:30px}.product.info.detailed .additional-attributes{width:auto}.product.info.detailed .additional-attributes>thead>tr>td,.product.info.detailed .additional-attributes>tbody>tr>td,.product.info.detailed .additional-attributes>tfoot>tr>td{padding:4px 5px 10px 5px}.product.info.detailed .additional-attributes>thead>tr>th,.product.info.detailed .additional-attributes>tbody>tr>th,.product.info.detailed .additional-attributes>tfoot>tr>th{padding:4px 30px 10px 0}.product-info-main .page-title-wrapper .page-title{margin-bottom:10px;line-height:1.42857143}.product-info-main .stock.available,.product-info-main .stock.unavailable{display:inline-block;font-weight:700;margin-right:20px;text-transform:uppercase;vertical-align:top}.product-info-main .product.attibute.sku{display:inline-block;vertical-align:top;color:#7d7d7d}.product-info-main .product.attibute.sku>.value{display:inline-block;vertical-align:top}.product-info-main .product.attibute.sku .type{margin-right:5px}.product-info-main .product.attibute.overview{margin:20px 0}.product-info-main .product.alert{margin:10px 0}.product-info-main .price-box{margin-top:10px}.product-info-main .product-reviews-summary .reviews-actions{font-size:1.4rem}.product-options-wrapper .fieldset-product-options-inner .legend{font-weight:700;margin:0 0 5px;font-size:1.4rem;border:none;display:inline-block;float:none;padding:0}.product-options-wrapper .fieldset-product-options-inner.required .legend:after{content:'*';color:#e02b27;font-size:1.2rem;margin:0 0 0 5px}.product-options-wrapper .field .note{display:block}.product-info-main .price-box .price-including-tax+.price-excluding-tax,.product-options-bottom .price-box .price-including-tax+.price-excluding-tax,.product-info-main .price-box .weee+.price-excluding-tax,.product-options-bottom .price-box .weee+.price-excluding-tax,.product-info-main .price-box .weee,.product-options-bottom .price-box .weee{font-size:1.2rem;margin-bottom:5px;line-height:14px}.product-info-main .price-box .price-including-tax+.price-excluding-tax .price,.product-options-bottom .price-box .price-including-tax+.price-excluding-tax .price,.product-info-main .price-box .weee+.price-excluding-tax .price,.product-options-bottom .price-box .weee+.price-excluding-tax .price,.product-info-main .price-box .weee .price,.product-options-bottom .price-box .weee .price{font-size:1.2rem;font-weight:700}.product-info-main .special-price,.product-options-bottom .special-price{display:block;margin:10px 0}.product-info-main .special-price .price-container,.product-options-bottom .special-price .price-container{font-size:1.4rem}.product-info-main .special-price .price-label+.price-wrapper,.product-options-bottom .special-price .price-label+.price-wrapper{display:inline-block}.product-info-main .old-price .price-label:after,.product-options-bottom .old-price .price-label:after,.product-info-main .special-price .price-label:after,.product-options-bottom .special-price .price-label:after{content:": "}.prices-tier{background:#f5f5f5;margin:10px 0;padding:10px 15px}.prices-tier .price-tier_price{display:inline-block}.prices-tier .price-including-tax,.prices-tier .price-excluding-tax,.prices-tier .weee{display:inline-block}.prices-tier .price-including-tax .price,.prices-tier .price-excluding-tax .price,.prices-tier .weee .price{font-size:1.4rem;font-weight:700}.ui-dialog-titlebar-close{line-height:1.42857143;margin:0;padding:0;color:#1979c3;text-decoration:none;background:none;border:0;display:inline}.ui-dialog-titlebar-close:visited{color:#1979c3;text-decoration:none}.ui-dialog-titlebar-close:hover{color:#006bb4;text-decoration:underline}.ui-dialog-titlebar-close:active{color:#ff5501;text-decoration:underline}.ui-dialog-titlebar-close:hover,.ui-dialog-titlebar-close:active,.ui-dialog-titlebar-close:focus{background:none;border:0}.ui-dialog-titlebar-close.disabled,.ui-dialog-titlebar-close[disabled],fieldset[disabled] .ui-dialog-titlebar-close{color:#1979c3;opacity:.5;cursor:default;pointer-events:none;text-decoration:underline}.sidebar .product-items .product-item{margin-bottom:20px;position:relative}.sidebar .product-items .product-item-info{position:relative;width:auto}.sidebar .product-items .product-item-info .product-item-photo{position:absolute;left:0;top:0}.sidebar .product-items .product-item-name{margin-top:0}.sidebar .product-items .product-item-details{margin:0 0 0 85px}.sidebar .product-items .product-item-actions{display:block;margin-top:10px}.sidebar .product-items .price-box{display:block;margin:7px 0}.sidebar .product-items .text{margin-right:8px}.sidebar .product-items .counter{color:#7d7d7d;font-size:1.2rem;white-space:nowrap}.sidebar .product-items .minilist .price{display:inline;padding:0}.sidebar .product-items .minilist .weee:before{display:inline-block}.sidebar .action.delete{position:absolute;right:0;top:0}.sidebar .product-items-images{margin-left:-5px}.sidebar .product-items-images .product-item{float:left;padding-left:5px}.sidebar .product-items-names .product-item{margin-bottom:10px}.sidebar .product-items-names .product-item-name{margin:0}body.catalog-product-compare-index .action.print{float:right;margin:15px 0}.table-wrapper.comparison{clear:both;max-width:100%;overflow-x:auto}.table-comparison{table-layout:fixed}.table-comparison .cell.label,.table-comparison td:last-child{border-right:1px solid #d1d1d1}.table-comparison .cell{width:140px;padding:15px}.table-comparison .cell .attibute.value{width:100%;overflow:hidden}.table-comparison .cell.product.info,.table-comparison .cell.product.label{border-bottom:1px solid #d1d1d1}.table-comparison .cell.label .attribute.label{display:block;width:100%;word-wrap:break-word}.table-comparison .cell.attribute{font-size:1.3rem}.table-comparison .cell.attribute img{max-width:100%;height:auto}.table-comparison .product-item-photo{display:block;margin:0 auto 15px}.table-comparison .product-image-photo{margin-left:0}.table-comparison .product-item-actions,.table-comparison .price-box,.table-comparison .product.rating,.table-comparison .product-item-name{display:block;margin:15px 0}.table-comparison .product-addto-links{margin-top:15px}.table-comparison .product-addto-links .action.split,.table-comparison .product-addto-links .action.toggle{line-height:1.2rem;padding:5px 8px;font-size:1.1rem}.table-comparison .product-addto-links .action.toggle{padding:0}.table-comparison .cell.remove{padding-top:0;padding-bottom:0;text-align:right}.table-comparison .product-item-actions>.actions-primary+.actions-secondary{margin-top:10px}.table-comparison .action.tocart{white-space:nowrap}.comparison.headings{background:#fff;left:0;position:absolute;top:0;width:auto;z-index:2}.block-compare .product-item .product-item-name{margin-left:22px}.block-compare .action.delete{position:absolute;left:-6px;top:0}.block-compare .actions-toolbar{margin:17px 0 0}.block-category-event{background:#f0f0f0;color:#333;text-align:center;padding:10px 0 15px}.block-category-event.block:last-child{margin-bottom:10px}.block-category-event .block-title{margin:0 0 10px}.block-category-event .block-title strong{font-size:1.5rem;font-weight:300}.block-category-event .ticker{margin:0;padding:0;list-style:none none}.block-category-event .ticker li{display:none;margin:0 15px}.block-category-event .ticker .value{font-size:1.8rem;font-weight:300}.block-category-event .ticker .label{display:block;text-transform:lowercase;font-size:1rem}.block-category-event .dates .start,.block-category-event .dates .end{display:block}.block-category-event .dates .date{font-size:5rem}.block-category-event .dates .time{display:block}.block-category-event .dates .start:after{content:"\2013";font-size:5rem;display:block}.block-search .label{display:inline-block;text-decoration:none}.block-search .label>span{border:0;clip:rect(0, 0, 0, 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.block-search .label:before{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:22px;line-height:28px;color:#8f8f8f;content:'\e615';font-family:'icons-blank-theme';margin:0 10px 0 0;vertical-align:middle;display:inline-block;font-weight:normal;overflow:hidden;speak:none;text-align:center}.block-search .label:hover:before{color:#333}.block-search .label:active:before{color:#333}.block-search .nested{display:none}.search-autocomplete{display:none;position:absolute;z-index:3;overflow:hidden;margin-top:-15px}.search-autocomplete ul{margin:0;padding:0;list-style:none none}.search-autocomplete ul:not(:empty){background:#fff;border:1px solid #c2c2c2;border-top:0}.search-autocomplete ul li{border-top:1px solid #e5e5e5;cursor:pointer;padding:5px 40px 5px 10px;margin:0;position:relative;text-align:left;white-space:normal}.search-autocomplete ul li:first-child{border-top:none}.search-autocomplete ul li:hover,.search-autocomplete ul li.selected{background:#e8e8e8}.search-autocomplete ul li .amount{color:#999;position:absolute;right:7px;top:5px}.form.search.advanced .fields.range .field:first-child{position:relative}.form.search.advanced .fields.range .field:first-child .control{padding-right:25px}.form.search.advanced .fields.range .field:first-child .control:after{content:' \2013 ';display:inline-block;text-align:center;width:25px;position:absolute;right:0;top:6px}.form.search.advanced .fields.range .field:last-child{position:relative}.form.search.advanced .fields.range .field:last-child div.mage-error[generated]{position:absolute;top:32px;left:0}.form.search.advanced .fields.range .field.with-addon .control{padding-right:45px}.form.search.advanced .group.price .addon .addafter{background:none;border:0;padding-top:6px;position:absolute;right:0;top:0}.login-container .block-new-customer .actions-toolbar{margin-top:25px}.login-container .block .block-title{margin-bottom:0;padding-bottom:9px}.login-container .fieldset{margin:0;padding:0}.login-container .fieldset:after{margin:10px 0 0;content:attr(data-hasrequired);display:block;letter-spacing:normal;word-spacing:normal;color:#e02b27;font-size:1.2rem}.login-container .fieldset:after{margin-top:35px}.block-addresses-list .items.addresses>.item{margin-bottom:20px}.block-addresses-list .items.addresses>.item:last-child{margin-bottom:0}.form-address-edit #region_id{display:none}.form-edit-account .fieldset.password{display:none}.box-billing-address .box-content,.box-shipping-address .box-content,.box-information .box-content,.box-newsletter .box-content{line-height:26px}.account .page-title-wrapper .page-title{display:inline-block}.account .messages{margin-bottom:20px}.account .column.main{margin-bottom:30px}.account .column.main h2{margin-top:0}.account .column.main .toolbar{text-align:center}.account .column.main .toolbar .limiter-options{width:auto}.account .table-wrapper:last-child{margin-bottom:0}.account .table-wrapper .action{margin-right:15px}.account .table-wrapper .action:last-child{margin-right:0}.column.main .block:last-child{margin-bottom:0}.block .title{margin-bottom:10px}.block p:last-child{margin:0}.block .box-actions{margin-top:5px}.control.captcha-image{margin-top:10px}.control.captcha-image .captcha-img{vertical-align:middle}.downloadable.samples{margin-bottom:20px}.downloadable.samples dd{margin:0 0 10px}.table-downloadable-products .product-name{margin-right:15px}.field.downloads .price-container{display:inline;white-space:nowrap}.field.downloads .price-container:before{content:" + ";display:inline}.field.downloads .price-excluding-tax{display:inline}.field.downloads .price-excluding-tax:before{content:" (" attr(data-label) ": "}.field.downloads .price-excluding-tax:after{content:")"}.field.downloads .price-including-tax{display:inline;font-weight:600;font-size:1.4rem}.field.downloads .sample.link{float:right}.page-product-downloadable .product-add-form{clear:both;margin-bottom:25px}.page-product-downloadable .product-options-bottom .field.qty{display:none !important}.cart-summary .block.giftcard .action.check{line-height:1.2rem;padding:5px 8px;font-size:1.1rem;margin-top:20px}.page-product-giftcard .giftcard-amount{text-align:left;margin-bottom:0}.page-product-giftcard .giftcard-amount .field:last-child{padding-bottom:20px}.page-product-giftcard .product-options-wrapper .field:first-of-type{margin-top:20px}.giftcard-account .please-wait{display:none}.giftcard-account .form-giftcard-redeem .giftcard.info{margin-bottom:30px}.opc-wrapper .form-giftcard-account{max-width:500px}.opc-wrapper .form-giftcard-account .field{margin:0 0 20px}.opc-wrapper .giftcard-account-info{margin:0 0 20px}.opc-wrapper .giftcard-account-info .giftcard-account-number{margin:0 0 10px}.gift-message .field .label{color:#666;font-weight:400}.gift-options .actions-toolbar .action-cancel{display:none}.gift-options-title{margin:0 0 20px}.gift-options-content .fieldset{margin:0 0 20px}.gift-summary .actions-toolbar>.secondary{float:none}.gift-summary .actions-toolbar>.secondary .action{margin:10px 20px 0 0}.cart.table-wrapper .gift-content{clear:left;display:none;float:left;margin-right:-100%;margin:20px 0;text-align:left;width:100%}.cart.table-wrapper .gift-content._active{display:table;table-layout:fixed}.cart.table-wrapper .action-gift{display:inline-block;text-decoration:none}.cart.table-wrapper .action-gift:after{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:32px;line-height:16px;color:inherit;content:'\e622';font-family:'icons-blank-theme';margin:0;vertical-align:top;display:inline-block;font-weight:normal;overflow:hidden;speak:none;text-align:center}.cart.table-wrapper .action-gift:hover:after{color:inherit}.cart.table-wrapper .action-gift:active:after{color:inherit}.cart.table-wrapper .action-gift._active:after{content:'\e621'}.gift-item-block{margin:0}.gift-item-block._active .title:after{content:'\e621'}.gift-item-block .title{border-radius:3px;background-image:none;background:#f2f2f2;border:1px solid #cdcdcd;color:#333;cursor:pointer;font-family:'Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif;margin:20px 0 0;padding:7px 15px;font-size:1.4rem;line-height:1.6rem;box-sizing:border-box;vertical-align:middle;display:inline-block;text-decoration:none;font-weight:700}.gift-item-block .title:after{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:32px;line-height:16px;color:inherit;content:'\e622';font-family:'icons-blank-theme';margin:0;vertical-align:top;display:inline-block;font-weight:normal;overflow:hidden;speak:none;text-align:center}.gift-item-block .title:hover:after{color:inherit}.gift-item-block .title:active:after{color:inherit}.gift-item-block .title:focus,.gift-item-block .title:active{background:#e2e2e2;border:1px solid #cdcdcd;color:#333}.gift-item-block .title:hover{background:#e2e2e2;border:1px solid #cdcdcd;color:#555}.gift-item-block .title.disabled,.gift-item-block .title[disabled],fieldset[disabled] .gift-item-block .title{opacity:.5;cursor:default;pointer-events:none}.gift-item-block .title:active{box-shadow:inset 0 2px 1px rgba(0,0,0,0.12)}.gift-item-block .content{border-bottom:1px solid #c1c1c1;padding:10px 10px 20px;position:relative}.order-details-items .order-gift-message .item-options dt,.order-details-items .block-order-details-gift-message .item-options dt{font-weight:400;margin:10px 0}.order-details-items .order-gift-message dt:after,.order-details-items .block-order-details-gift-message dt:after{content:''}.order-details-items .order-gift-message .item-message,.order-details-items .block-order-details-gift-message .item-message{clear:left}.order-details-items .order-items .action.show{display:inline-block;text-decoration:none;padding-right:20px;position:relative}.order-details-items .order-items .action.show:after{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:22px;line-height:inherit;color:inherit;content:'\e622';font-family:'icons-blank-theme';vertical-align:middle;display:inline-block;font-weight:normal;overflow:hidden;speak:none;text-align:center}.order-details-items .order-items .action.show:after{position:absolute;right:0;top:-4px}.order-details-items .order-items .action.show.expanded:after{content:'\e621'}.block-order-details-gift-message{border-top:1px solid #d1d1d1;padding-top:10px}.gift-wrapping-info{font-weight:300;font-size:18px;margin:20px 0}.gift-wrapping-list{list-style:none;margin:20px 0 10px;padding:0}.gift-wrapping-list .no-image{background:#f2f2f2;display:inline-block;text-decoration:none}.gift-wrapping-list .no-image>span{border:0;clip:rect(0, 0, 0, 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.gift-wrapping-list .no-image:after{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:38px;line-height:4rem;color:#494949;content:'\e629';font-family:'icons-blank-theme';vertical-align:middle;display:inline-block;font-weight:normal;overflow:hidden;speak:none;text-align:center}.gift-wrapping-list .no-image:after{display:block}.gift-wrapping-preview,.gift-wrapping-item>span{cursor:pointer;display:block;overflow:hidden;position:relative;z-index:1}.gift-wrapping-item{float:left;margin:0 10px 10px 0}.gift-wrapping-item:last-child{margin-right:0}.gift-wrapping-item._active span:before{border:3px solid #333;box-sizing:border-box;content:'';display:block;height:100%;position:absolute;width:100%;z-index:2}.gift-wrapping-item>span{height:4rem;width:4rem}.gift-wrapping-title{margin:10px 0}.gift-wrapping-title .action-remove{margin-left:5px}.gift-options-content .fieldset>.field{margin:0 0 5px}.gift-options-content .fieldset>.field:before{display:none}.gift-wrapping-summary .gift-wrapping-title{border:0;display:inline-block;padding:0}.opc-wrapper .data.table .gift-wrapping,.table-order-items .gift-wrapping,.table-order-review .gift-wrapping{margin:20px 0}.opc-wrapper .data.table .gift-wrapping .title,.table-order-items .gift-wrapping .title,.table-order-review .gift-wrapping .title{float:none}.opc-wrapper .data.table .gift-wrapping .content,.table-order-items .gift-wrapping .content,.table-order-review .gift-wrapping .content{margin:0}.opc-wrapper .data.table .gift-wrapping .content>img,.table-order-items .gift-wrapping .content>img,.table-order-review .gift-wrapping .content>img{float:left;margin:0 10px 0 0;max-height:50px;max-width:50px}.gift-summary .price-box,.gift-options .price-box{margin-left:22px}.gift-summary .regular-price:before,.gift-options .regular-price:before{content:attr(data-label) ": "}.gift-summary .regular-price .price,.gift-options .regular-price .price{font-weight:700}.table.grouped>thead>tr>th,.table.grouped>tbody>tr>th,.table.grouped>tfoot>tr>th,.table.grouped>thead>tr>td,.table.grouped>tbody>tr>td,.table.grouped>tfoot>tr>td{border-top:1px solid #d1d1d1}.table.grouped>caption+thead>tr:first-child>th,.table.grouped>colgroup+thead>tr:first-child>th,.table.grouped>thead:first-child>tr:first-child>th,.table.grouped>caption+thead>tr:first-child>td,.table.grouped>colgroup+thead>tr:first-child>td,.table.grouped>thead:first-child>tr:first-child>td{border-top:0}.table.grouped>tbody+tbody{border-top:1px solid #d1d1d1}.table.grouped>thead>tr>th{border-bottom:0}.table.grouped .product-item-name{font-weight:400}.table.grouped .price-box .price{font-size:14px}.table.grouped .stock.unavailable{font-weight:normal;margin:0;text-transform:none;white-space:nowrap}.table.grouped .row-tier-price td{border-top:0}.table.grouped .row-tier-price .prices-tier{margin:0 -10px 10px}.form-add-invitations .action.add{display:inline-block;text-decoration:none;line-height:normal;padding:2px 0;width:auto}.form-add-invitations .action.add>span{border:0;clip:rect(0, 0, 0, 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.form-add-invitations .action.add:before{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:31px;line-height:22px;color:inherit;content:'\e61c';font-family:'icons-blank-theme';margin:0;vertical-align:top;display:inline-block;font-weight:normal;overflow:hidden;speak:none;text-align:center}.form-add-invitations .action.add:hover:before{color:inherit}.form-add-invitations .action.add:active:before{color:inherit}.block.filter{margin-bottom:0px}.block.filter .filter-title strong{font-size:18px;text-transform:uppercase}.filter-subtitle{display:none}.filter-options{margin:0}.filter-options .filter-options-title{word-break:break-all}.filter-options .filter-options-content .item{margin-bottom:3px}.filter-options .count{color:#7d7d7d}.filter-options .count:before{content:'('}.filter-options .count:after{content:')'}.filtered .items{margin:15px 0}.filtered .item{position:relative;padding-left:22px;margin-bottom:6px}.filtered .item .label{font-weight:700}.filtered .item .action.remove{position:absolute;left:-6px;top:0}.filtered+.actions{margin-bottom:35px}.map-popup-wrapper.popup .action.close{top:10px}.map-popup{background:#fff;border:1px solid #aeaeae;padding:22px;width:100%;box-shadow:0 3px 3px rgba(0,0,0,0.15);transition:opacity .3s linear;left:0;margin-top:10px;position:absolute;top:0;z-index:1001;display:none;opacity:0}.map-popup .popup-header{margin:0 0 25px;padding-right:22px}.map-popup .popup-header .title{font-weight:300;line-height:1.1;font-size:1.8rem;margin-top:1.5rem;margin-bottom:1rem}.map-popup .popup-content{margin:10px 0 0}.map-popup .popup-actions .action.close{position:absolute;display:inline-block;background-image:none;background:none;-moz-box-sizing:content-box;border:0;box-shadow:none;line-height:inherit;margin:0;padding:0;text-decoration:none;text-shadow:none;font-weight:400;right:10px;top:10px}.map-popup .popup-actions .action.close>span{border:0;clip:rect(0, 0, 0, 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.map-popup .popup-actions .action.close:before{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:22px;line-height:22px;color:inherit;content:'\e616';font-family:'icons-blank-theme';margin:0;vertical-align:top;display:inline-block;font-weight:normal;overflow:hidden;speak:none;text-align:center}.map-popup .popup-actions .action.close:hover:before{color:inherit}.map-popup .popup-actions .action.close:active:before{color:inherit}.map-popup .popup-actions .action.close:focus,.map-popup .popup-actions .action.close:active{background:none;border:none}.map-popup .popup-actions .action.close:hover{background:none;border:none}.map-popup .popup-actions .action.close.disabled,.map-popup .popup-actions .action.close[disabled],fieldset[disabled] .map-popup .popup-actions .action.close{pointer-events:none;opacity:.5}.map-popup.active{opacity:1}.map-popup .map-info-price{margin-bottom:15px}.map-popup .map-info-price .price-box{margin:0 0 20px}.map-popup .map-info-price .price-box .label:after{content:": "}.map-old-price:not(:last-child),.product-info-price .map-show-info:not(:last-child){margin-right:10px}.map-old-price{text-decoration:none}.map-old-price .price-wrapper{text-decoration:line-through}.map-form-addtocart{display:inline-block;text-align:center}.map-form-addtocart img{display:block;margin:0 auto}.wishlist.split.button{display:inline-block;position:relative;vertical-align:middle}.wishlist.split.button:before,.wishlist.split.button:after{content:'';display:table}.wishlist.split.button:after{clear:both}.wishlist.split.button .action.split{float:left;margin:0}.wishlist.split.button .action.toggle{float:right;margin:0}.wishlist.split.button button.action.split{border-bottom-right-radius:0;border-top-right-radius:0}.wishlist.split.button button+.action.toggle{border-bottom-left-radius:0;border-left:0;border-top-left-radius:0}.wishlist.split.button .action.toggle{display:inline-block;text-decoration:none}.wishlist.split.button .action.toggle>span{border:0;clip:rect(0, 0, 0, 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.wishlist.split.button .action.toggle:after{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:22px;line-height:22px;color:#7d7d7d;content:'\e622';font-family:'icons-blank-theme';margin:0;vertical-align:top;display:inline-block;font-weight:normal;overflow:hidden;speak:none;text-align:center}.wishlist.split.button .action.toggle:hover:after{color:#333}.wishlist.split.button .action.toggle:active:after{color:inherit}.wishlist.split.button .action.toggle.active{display:inline-block;text-decoration:none}.wishlist.split.button .action.toggle.active>span{border:0;clip:rect(0, 0, 0, 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.wishlist.split.button .action.toggle.active:after{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:22px;line-height:22px;color:#7d7d7d;content:'\e621';font-family:'icons-blank-theme';margin:0;vertical-align:top;display:inline-block;font-weight:normal;overflow:hidden;speak:none;text-align:center}.wishlist.split.button .action.toggle.active:hover:after{color:#333}.wishlist.split.button .action.toggle.active:active:after{color:inherit}.wishlist.split.button .items{margin:0;padding:0;list-style:none none;background:#fff;border:1px solid #bbb;margin-top:4px;min-width:200px;z-index:100;box-sizing:border-box;display:none;position:absolute;top:100%;box-shadow:0 3px 3px rgba(0,0,0,0.15)}.wishlist.split.button .items li{margin:0;padding:5px 5px 5px 23px}.wishlist.split.button .items li:hover{background:#e8e8e8;cursor:pointer}.wishlist.split.button .items:before,.wishlist.split.button .items:after{border-bottom-style:solid;content:'';display:block;height:0;position:absolute;width:0}.wishlist.split.button .items:before{border:6px solid;border-color:transparent transparent #fff transparent;z-index:99}.wishlist.split.button .items:after{border:7px solid;border-color:transparent transparent #bbb transparent;z-index:98}.wishlist.split.button .items:before{left:10px;top:-12px}.wishlist.split.button .items:after{left:9px;top:-14px}.wishlist.split.button.active{overflow:visible}.wishlist.split.button.active .items{display:block}.wishlist.split.button .items{text-align:left}.wishlist.split.button .items .item:last-child{background:#e2e2e2}.wishlist.split.button .items .item:last-child:hover{background:#e8e8e8}.table-comparison .wishlist.split.button>.action.split:before,.product-items .wishlist.split.button>.action.split:before{content:'\e601'}.table-comparison .wishlist.split.button>.action:active,.product-items .wishlist.split.button>.action:active,.table-comparison .wishlist.split.button>.action:focus,.product-items .wishlist.split.button>.action:focus,.table-comparison .wishlist.split.button>.action:hover,.product-items .wishlist.split.button>.action:hover{color:#333}.table-comparison .wishlist.split.button>.action.toggle:before,.product-items .wishlist.split.button>.action.toggle:before{border-left:1px solid #c9c9c9;content:'';float:left;height:15px;margin-top:3px}.product-info-main .wishlist.split.button .action.split,.block-bundle-summary .wishlist.split.button .action.split,.product-add-form .wishlist.split.button .action.split,.product-info-main .wishlist.split.button .action.toggle,.block-bundle-summary .wishlist.split.button .action.toggle,.product-add-form .wishlist.split.button .action.toggle{line-height:1.2rem;padding:5px 8px;font-size:1.1rem}.product-info-main .wishlist.split.button .action.toggle,.block-bundle-summary .wishlist.split.button .action.toggle,.product-add-form .wishlist.split.button .action.toggle{padding:0}.cart.table-wrapper .wishlist.split.button{margin-bottom:10px}.cart.table-wrapper .wishlist.split.button>.action.toggle{padding:4px 5px}.wishlist.window.popup{background:#fff;border:1px solid #aeaeae;padding:22px;width:100%;box-shadow:0 3px 3px rgba(0,0,0,0.15);transition:opacity .3s linear;bottom:0;left:0;position:fixed;right:0;top:0;z-index:1001;display:none;opacity:0}.wishlist.window.popup .popup-header{margin:0 0 25px;padding-right:22px}.wishlist.window.popup .popup-header .title{font-weight:300;line-height:1.1;font-size:1.8rem;margin-top:1.5rem;margin-bottom:1rem}.wishlist.window.popup .popup-actions .action.close{position:absolute;display:inline-block;background-image:none;background:none;-moz-box-sizing:content-box;border:0;box-shadow:none;line-height:inherit;margin:0;padding:0;text-decoration:none;text-shadow:none;font-weight:400;right:10px;top:10px}.wishlist.window.popup .popup-actions .action.close>span{border:0;clip:rect(0, 0, 0, 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.wishlist.window.popup .popup-actions .action.close:before{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:22px;line-height:22px;color:inherit;content:'\e616';font-family:'icons-blank-theme';margin:0;vertical-align:top;display:inline-block;font-weight:normal;overflow:hidden;speak:none;text-align:center}.wishlist.window.popup .popup-actions .action.close:hover:before{color:inherit}.wishlist.window.popup .popup-actions .action.close:active:before{color:inherit}.wishlist.window.popup .popup-actions .action.close:focus,.wishlist.window.popup .popup-actions .action.close:active{background:none;border:none}.wishlist.window.popup .popup-actions .action.close:hover{background:none;border:none}.wishlist.window.popup .popup-actions .action.close.disabled,.wishlist.window.popup .popup-actions .action.close[disabled],fieldset[disabled] .wishlist.window.popup .popup-actions .action.close{pointer-events:none;opacity:.5}.wishlist.window.popup.active{opacity:1}.wishlist.window.popup.active{display:block}.wishlist.overlay{transition:opacity .15s linear;background:#000;z-index:899;bottom:0;left:0;opacity:0;position:fixed;right:0;top:0}.wishlist.overlay.active{opacity:.5;filter:alpha(opacity=50)}.wishlist.overlay.active{display:block}.block-wishlist-management{position:relative}.block-wishlist-management .wishlist-select .wishlist-name-label{font-weight:600}.block-wishlist-management .wishlist-title{margin-bottom:10px}.block-wishlist-management .wishlist-title strong{font-weight:300;margin-right:10px}.block-wishlist-management .wishlist-notice{color:#7d7d7d;display:inline-block;margin-right:20px}.block-wishlist-management .wishlist-toolbar-select,.block-wishlist-management .wishlist-toolbar-actions{display:inline-block}.block-wishlist-management .wishlist-toolbar-select{margin-right:20px}.block-wishlist-management .wishlist-dropdown.move{margin-right:20px}.block-wishlist-search-form .form-wishlist-search{margin-bottom:60px;max-width:500px}.block-wishlist-search-results .toolbar-wishlist-results{text-align:center}.block-wishlist-info-items .block-title{margin-bottom:20px;font-size:2.2rem}.block-wishlist-info-items .block-title>strong{font-weight:300}.block-wishlist-info-items .product-item{width:100%}.block-wishlist-info-items .product-item-photo{margin-left:20px}.block-wishlist-info-items .product-item-info{width:auto}.block-wishlist-info-items .product-item-info:hover .split{visibility:visible}.block-wishlist-info-items .price-wrapper{display:block;margin:0 0 10px}.block-wishlist-info-items .split{clear:both;padding:10px 0}.block-wishlist-info-items .action.towishlist{padding:10px 0}.block-wishlist-info-items .input-text.qty{margin-right:10px}.multicheckout .title{margin-bottom:30px}.multicheckout .title strong{font-weight:400}.multicheckout .table-wrapper{margin-bottom:0}.multicheckout .table-wrapper .action.delete{display:inline-block;margin:7px 0 0}.multicheckout .table-wrapper .col .qty{display:inline-block}.multicheckout .table-wrapper .col.item .action.edit{font-weight:400;margin-left:10px}.multicheckout:not(.address) .table-wrapper .product-item-name{margin:0}.multicheckout>.actions-toolbar{margin-top:40px}.multicheckout .actions-toolbar>.secondary{display:block}.multicheckout .actions-toolbar>.secondary .action{margin-bottom:25px}.multicheckout .actions-toolbar>.secondary .action.back{display:block;margin-left:0}.multicheckout .actions-toolbar>.primary{margin-right:10px}.multicheckout .item-options{margin:10px 0 0}.multicheckout .block .methods-shipping .item-content .fieldset>.field:before{display:none}.multicheckout .block .methods-shipping .item-content .fieldset>.field .control{display:inline-block}.multicheckout .block-title,.multicheckout .block-content .title{border-bottom:1px solid #d1d1d1;padding-bottom:10px}.multicheckout .block-title strong,.multicheckout .block-content .title strong{font-weight:400}.multicheckout .block-title strong span,.multicheckout .block-content .title strong span{color:#a6a6a6}.multicheckout .block-content .title{border-bottom:none;padding-bottom:0}.multicheckout.order-review .block-title>strong{font-size:2.4rem}.multicheckout.order-review .block-shipping .block-content:not(:last-child){margin-bottom:40px}.multicheckout .box-title span{margin-right:10px}.multicheckout .box-title>.action{margin:0}.multicheckout .box-shipping-method .price{font-weight:700}.multicheckout .box-billing-method .fieldset{margin:0}.multicheckout .box-billing-method .fieldset .legend.box-title{margin:0 0 5px}.multicheckout .checkout-review .grand.totals{font-size:2.1rem;margin-bottom:40px}.multicheckout .checkout-review .grand.totals .mark{font-weight:400}[class^="multishipping-"] .logo{margin-left:0}.multishipping-checkout-success .nav-sections{display:block}.paypal.after:before{content:'- ' attr(data-label) ' -';display:block;margin:5px 5px 10px;text-transform:uppercase}.paypal.before:before{content:'- ' attr(data-label) ' -';display:block;margin:10px 5px;text-align:center;text-transform:uppercase}.paypal.acceptance{display:block;margin:0 0 20px}.paypal.acceptance img{max-width:100%}.box-tocart .paypal img,.block-minicart .paypal img{display:block;margin:0 auto}.paypal-review .paypa-review-title>strong{font-weight:300;line-height:1.1;font-size:1.8rem;margin-top:1.5rem;margin-bottom:1rem;display:inline-block}.paypal-review .items-qty .item{white-space:nowrap}.paypal-review .items-qty .title:after{content:': '}.paypal-review .paypal-review-title>strong{font-weight:300;line-height:1.1;font-size:1.8rem;margin-top:1.5rem;margin-bottom:1rem;display:inline-block}.paypal-review .actions-toolbar{margin-top:10px}.paypal-review .item-options dt{display:inline-block}.paypal-review .item-options dt:after{content:': '}.paypal-review .item-options dd{margin:0}.paypal-review-discount{border-bottom:1px solid #d1d1d1;margin:20px 0}.paypal-review-discount .block{margin-bottom:0}.paypal-review-discount .block .fieldset{padding:10px 0 20px}.fotorama-video-container:after{background:url(../../frontend/Alothemes/spozy5/fr_FR/Magento_ProductVideo/img/gallery-sprite.png) bottom right;bottom:0;content:'';height:100px;left:0;margin:auto;position:absolute;right:0;top:12px;width:100px}.fotorama-video-container .magnify-lens{display:none !important}.fotorama-video-container.video-unplayed:hover img{opacity:0.6}.fotorama-video-container.video-unplayed:hover:after{transform:scale(1.25)}.video-thumb-icon:after{background:url(../../frontend/Alothemes/spozy5/fr_FR/Magento_ProductVideo/img/gallery-sprite.png) bottom left;bottom:0;content:'';height:40px;left:0;margin:auto;position:absolute;right:0;top:10px;width:49px}.product-video{height:75%;left:0;position:absolute;top:0;width:100%;right:0;bottom:0;margin:auto}.product-video iframe{height:100%;left:0;position:absolute;top:0;width:100%;z-index:99}@media only screen and (min-device-width:320px) and (max-device-width:780px) and (orientation:landscape){.product-video{height:100%;width:81%}}.fotorama__arr.hidden-video{z-index:-1 !important}.fotorama__video-close{bottom:89%;top:auto}.fotorama__stage__shaft:focus .fotorama__stage__frame.fotorama__active:after{bottom:0;content:'';height:100px;left:0;margin:auto;position:absolute;right:0;top:12px;width:100px}.product-reviews-summary .rating-summary .label,.table-reviews .rating-summary .label{border:0;clip:rect(0, 0, 0, 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.block.add.review{margin-bottom:40px}.block.add.review>.title{font-weight:300;line-height:1.1;font-size:2.6rem;margin-top:2.5rem;margin-bottom:2rem}.block.add.review .legend{font-weight:300;line-height:1.1;font-size:1.8rem;margin-top:1.5rem;margin-bottom:1rem;margin:0 0 20px}.block.add.review .field.rating{display:table-row}.block.add.review .field.rating .label{display:table-cell;vertical-align:middle;padding:5px 0}.block.add.review .field.rating .control{display:table-cell;vertical-align:top}.block.reviews.list>.title{font-weight:300;line-height:1.1;font-size:2.6rem;margin-top:2.5rem;margin-bottom:2rem}.block.reviews.list .review.item{margin-bottom:40px}.block.reviews.list .review.title{font-weight:300;line-height:1.1;font-size:1.8rem;margin-top:1.5rem;margin-bottom:1rem}.data.table.reviews .rating-summary{margin-top:-4px}.customer-review.view{margin-bottom:20px}.customer-review.view .review.title,.customer-review.view .ratings-summary,.customer-review.view .product-details{margin-bottom:20px}.product-reviews-summary{display:table;margin:10px 0 12px}.products.wrapper.list .product-reviews-summary{margin:0 auto}.product-reviews-summary.empty{margin-left:0}.product-reviews-summary .reviews-actions{display:table-cell;vertical-align:middle;line-height:28px}.product-reviews-summary .reviews-actions a{margin-right:5px}.customer-review .product-details{margin-bottom:40px}.customer-review .product-media{width:30%;max-width:285px;float:left;margin-right:3%}.customer-review .review-details .customer-review-rating{margin-bottom:20px}.customer-review .review-details .customer-review-rating .item{margin-bottom:10px}.customer-review .review-details .customer-review-rating .item:last-child{margin-bottom:0}.customer-review .review-details .review-title{font-weight:300;line-height:1.1;font-size:1.8rem;margin-top:1.5rem;margin-bottom:1rem;font-weight:600;margin-bottom:20px}.customer-review .review-details .review-content{margin-bottom:20px}.customer-review .product-reviews-summary .rating-summary,.customer-review .product-reviews-summary .reviews-actions{display:block}.review-field-ratings .nested{display:table}.review-field-ratings .review-field-rating{display:table-row}.review-field-ratings .review-field-rating .label,.review-field-ratings .review-field-rating .control{display:table-cell;padding-bottom:10px;vertical-align:top}.review-field-ratings .review-field-rating .label{padding-top:6px;padding-right:10px}.review-field-ratings .review-field-rating .control{padding-top:2px}.review-toolbar{border-top:1px solid #c9c9c9;margin:0 0 20px;text-align:center}.review-toolbar:first-child{display:none}.review-toolbar .pages{display:block;text-align:center;border-bottom:1px solid #c9c9c9;padding:20px 0}.review-toolbar .limiter{display:none}.review-add .block-title{display:none}.fieldset .review-legend.legend{margin-bottom:20px}.fieldset .review-legend.legend strong{display:block;margin-left:0}.review-field-rating .control{margin-top:10px;margin-bottom:48px}.review-list{margin-bottom:30px}.review-list .block-title strong{font-weight:300;line-height:1.1;font-size:2.6rem;margin-top:2.5rem;margin-bottom:2rem}.review-item{padding:20px 0;border-bottom:1px solid #c9c9c9;margin:0}.review-item:after{clear:both;content:'';display:table}.review-item:last-child{border-width:0}.review-ratings{display:table;max-width:100%;margin-bottom:10px}.review-author{display:inline}.review-title{font-weight:300;line-height:1.1;font-size:1.8rem;margin-top:1.5rem;margin-bottom:1rem;margin:0 0 20px}.review-content{margin-bottom:20px}.block-reward-info .reward-rates:not(:last-child),.block-reward-info .reward-limit:not(:last-child),.block-reward-info .reward-expiring:not(:last-child){margin-bottom:25px}.block-reward-info .reward-rates .title,.block-reward-info .reward-limit .title,.block-reward-info .reward-expiring .title{display:inline-block;margin-bottom:10px}.form-create-return .field .control>span,.form-create-return .field address{display:inline-block;padding-top:6px}.form-create-return .additional:first-child{margin-top:0}.form-create-return .additional .field:nth-last-child(2){margin-bottom:0}.form-create-return .additional .field:last-child{margin-top:20px}.form-create-return .field.comment{margin-top:55px}.block-returns-comments .returns-comments dt,.block-returns-comments .returns-comments dd{margin:0}.block-returns-comments .returns-comments dt{font-weight:400}.block-returns-comments .returns-comments dd{margin-bottom:15px}.block-returns-comments .returns-comments dd:last-child{margin-bottom:0}.block-returns-comments .fieldset{margin-bottom:20px}.magento-rma-returns-returns .page-title-wrapper .page-title,.magento-rma-guest-returns .page-title-wrapper .page-title,.magento-rma-returns-view .page-title-wrapper .page-title{margin-right:25px}.order-links{border-bottom:1px solid #d1d1d1;margin-bottom:10px}.order-links .item{display:inline-block;margin-right:20px}.order-actions-toolbar .action{margin:0 20px 0 0}.order-details-items{border-bottom:1px solid #d1d1d1;margin-bottom:20px;padding-bottom:10px}.order-details-items .order-title>strong{font-weight:300;line-height:1.1;font-size:1.8rem;margin-top:1.5rem;margin-bottom:1rem;display:inline-block}.order-details-items .items-qty .item{white-space:nowrap}.order-details-items .items-qty .title:after{content:": "}.order-details-items .table-order-items .product-item-name{margin-top:0}.order-details-items .table-order-items tbody+tbody{border-top:1px solid #d1d1d1}.order-details-items .item-options dt{margin:0}.order-details-items .item-options dd{margin:0 0 15px}.order-details-items .item-options.links dt{display:inline-block}.order-details-items .item-options.links dt:after{content:": "}.order-details-items .item-options.links dd{margin:0}.order-actions-toolbar{margin-bottom:25px}.order-actions-toolbar .action{margin-right:30px}.order-actions-toolbar .action.print{margin:0}.page-title-wrapper .order-date{margin:0 0 20px}.account .page-title-wrapper .page-title,[class^="sales-guest-"] .page-title-wrapper .page-title,.sales-guest-view .page-title-wrapper .page-title{margin-right:25px}.form-orders-search .field.email,.form-orders-search .field.zip{margin-bottom:0}.block-reorder .product-item .checkbox{position:relative;top:2px;vertical-align:baseline}.block-reorder .product-item .field.item{display:inline-block}.block-reorder .product-item-name{display:inline-block}.block-reorder .actions-toolbar{margin:17px 0;max-width:178px}.block-order-details-comments{margin:0 0 40px}.block-order-details-comments .comment-date{font-weight:600}.block-order-details-comments .comment-content{line-height:1.6;margin:0 0 20px}.block-order-details-view .box-content .payment-method .title{font-weight:400}.block-order-details-view .box-content .payment-method .content{margin:0}.block-order-details-view .box-content .payment-method .content>strong{font-weight:400}.block-order-details-view .box-content .payment-method .content>strong:after{content:': '}.order-tracking{border-bottom:1px solid #d1d1d1;margin:0;padding:20px 0}.order-tracking .tracking-title{display:inline-block}.order-tracking .tracking-content{display:inline-block;margin:0 0 0 5px}.opc-wrapper .form-discount{max-width:500px}.block-collapsible-nav .item{border-bottom:1px solid #ddd}.block-collapsible-nav .item:first-child{border-top:1px solid #ddd}.block-collapsible-nav .item a,.block-collapsible-nav .item>strong{display:block;padding:5px 18px 5px 15px}.block-collapsible-nav .item a{text-decoration:none}.block-collapsible-nav .item a:hover{color:#ff5555}.block-collapsible-nav .item.current a,.block-collapsible-nav .item.current strong{color:#ff5555;font-weight:500}.block-collapsible-nav .item.current a{color:#ff5555}body{background-color:#fff}.page-header{border-bottom:1px solid #d1d1d1;margin-bottom:20px}.header.content{padding-top:10px;position:relative}.logo{position:relative;z-index:5;float:left;max-width:50%;margin:0 0 10px 40px}.logo img{max-width:100%;display:block}.page-print .logo{float:none}.page-main>.page-title-wrapper .page-title+.action{margin-top:30px}.action.skip:focus{position:absolute;z-index:15;box-sizing:border-box;width:100%;left:0;top:0;text-align:center;background:#f0f0f0;padding:10px}.message.global p{margin:0}.message.global.noscript,.message.global.cookie{margin:0 0 10px;padding:10px 20px;display:block;line-height:1.2em;font-size:1.3rem;background:#ffee9c;border-color:#d6ca8e;color:#333;margin:0}.message.global.noscript a,.message.global.cookie a{color:#1979c3}.message.global.noscript a:hover,.message.global.cookie a:hover{color:#006bb4}.message.global.noscript a:active,.message.global.cookie a:active{color:#ff5501}.message.global.cookie{position:fixed;bottom:0;left:0;right:0;z-index:3}.message.global.cookie .actions{margin-top:10px}.message.global.demo{margin:0 0 10px;padding:10px 20px;display:block;line-height:1.2em;font-size:1.3rem;background:#ff0101;border-color:none;color:#fff;text-align:center;margin-bottom:0}.message.global.demo a{color:#1979c3}.message.global.demo a:hover{color:#006bb4}.message.global.demo a:active{color:#ff5501}.page-footer{margin-top:auto}.footer.content .links>li{margin:0 0 8px}.footer.content .switcher-store{margin:0 0 30px}.page-header .switcher .options ul.dropdown a,.page-footer .switcher .options ul.dropdown a{display:block;padding:8px}.page-header .switcher .options ul.dropdown a:hover,.page-footer .switcher .options ul.dropdown a:hover{text-decoration:none}.page-header .switcher li,.page-footer .switcher li{margin:0;font-size:12px}.page-header .switcher strong,.page-footer .switcher strong{font-weight:400}.widget{clear:both}.ui-datepicker td{padding:0}.modal-popup{pointer-events:none}.account .table-wrapper .data.table.wishlist>thead>tr>th,.account .table-wrapper .data.table.wishlist>tbody>tr>th,.account .table-wrapper .data.table.wishlist>tfoot>tr>th,.account .table-wrapper .data.table.wishlist>thead>tr>td,.account .table-wrapper .data.table.wishlist>tbody>tr>td,.account .table-wrapper .data.table.wishlist>tfoot>tr>td{border-top:1px solid #d1d1d1}.account .table-wrapper .data.table.wishlist>caption+thead>tr:first-child>th,.account .table-wrapper .data.table.wishlist>colgroup+thead>tr:first-child>th,.account .table-wrapper .data.table.wishlist>thead:first-child>tr:first-child>th,.account .table-wrapper .data.table.wishlist>caption+thead>tr:first-child>td,.account .table-wrapper .data.table.wishlist>colgroup+thead>tr:first-child>td,.account .table-wrapper .data.table.wishlist>thead:first-child>tr:first-child>td{border-top:0}.account .table-wrapper .data.table.wishlist>tbody+tbody{border-top:1px solid #d1d1d1}.account .table-wrapper .data.table.wishlist thead>tr>th{border-bottom:0}.account .table-wrapper .data.table.wishlist tbody>tr:last-child>td{border-bottom:1px solid #d1d1d1}.account .table-wrapper .data.table.wishlist .product.name{display:inline-block;margin-bottom:10px}.account .table-wrapper .data.table.wishlist .box-tocart{margin:10px 0}.account .table-wrapper .data.table.wishlist .box-tocart .qty{vertical-align:middle}.account .table-wrapper .data.table.wishlist .col.item{width:50%}.account .table-wrapper .data.table.wishlist .col.photo{max-width:150px}.account .table-wrapper .data.table.wishlist .col.selector{max-width:15px}.account .table-wrapper .data.table.wishlist textarea{margin:10px 0}.account .table-wrapper .data.table.wishlist .input-text.qty{margin-bottom:10px}.account .table-wrapper .data.table.wishlist .action.primary{vertical-align:top}.account .table-wrapper .data.table.wishlist .price{font-weight:700}.block-wishlist .product-item-name{margin-right:25px}.products-grid.wishlist .product-item-photo{display:block;margin-bottom:10px}.products-grid.wishlist .product-item-name{margin-top:0}.products-grid.wishlist .product-item .price-box{margin:0}.products-grid.wishlist .product-item-comment{display:block;height:42px;margin:10px 0}.products-grid.wishlist .product-item-actions>*{margin-right:15px}.products-grid.wishlist .product-item-actions>*:last-child{margin-right:0}.products-grid.wishlist .product-item .box-tocart input.qty{height:32px}#magepow_ajaxcart_popup{display:none;position:relative;width:515px;max-width:90%;margin:0 auto;z-index:999;text-align:center}#magepow_ajaxcart_popup .popup .action{margin-top:10px}#magepow_ajaxcart_popup .btn-viewcart{width:50%;float:left;color:#fff}#magepow_ajaxcart_popup .btn-viewcart .viewcart{background:#1979c3;box-shadow:none;border:none;color:#fff}#magepow_ajaxcart_popup .btn-viewcart .viewcart:hover{background:#006bb4}#magepow_ajaxcart_popup .btn-continue{width:50%;float:left;color:#fff}#magepow_ajaxcart_popup .btn-continue .continue{background:#1979c3;box-shadow:none;border:none;color:#fff}#magepow_ajaxcart_popup .btn-continue .continue:hover{background:#006bb4}#magepow_ajaxcart_popup .product-item-info button{padding:8px 5px;font-size:10px}.ajaxcart-wrapper-main .full-width{width:100% !important}#ajax-suggest ol{padding:0}#ajax-suggest .item{padding-top:10px;padding-bottom:15px}#ajax-suggest .item .product-item-info{margin-left:auto;margin-right:auto}#ajax-suggest .product.details.product-item-details{min-height:65px}.freeShipping_message{background-color:#d6e4f9;font-size:14px;padding:5px;border-radius:5px}.freeShipping_message .needMore{font-weight:bold}.congratulation{background-color:#f7747c;font-size:14px;padding:10px;font-weight:bold;color:white;border-radius:5px}div.minprogress{border:1px solid #a5a5a5;height:10px;border-radius:5px;position:relative}div.minprogress .minprogress-active{position:absolute;background-color:#000000;height:10px;border-radius:5px}.stickyCart{position:fixed;background-color:#000000;width:100%;bottom:0;height:90px;z-index:99;display:none;align-items:center;justify-content:center}.stickyCart .stickyChild{display:flex;align-items:center;justify-content:center;height:90px}.stickyCart .stickyChild #parentQtySticky{height:43px}.stickyCart .stickyChild #timerSticky{position:relative}.stickyCart .stickyChild .clSticky{padding:10px}.stickyCart .stickyChild .clSticky #btnSticky:hover{background-color:#b59677;color:#fff}.stickyCart .stickyChild .clSticky .stickyProductName{color:#eee}.stickyCart .stickyChild .clSticky #btnSticky{background-color:transparent;height:42px;border-color:#fff}.stickyCart .stickyChild .clSticky .imgBorder{width:68px;height:68px;border-radius:50%;border:solid 1px #eee;display:flex;justify-content:center;align-items:center}.stickyCart .stickyChild .clSticky .imgBorder .borderImg{width:60px;height:60px;display:inline-block;vertical-align:middle;border-radius:50%;overflow:hidden}.stickyCart .stickyChild .clSticky .imgBorder .borderImg .stickyImg{width:100%;max-width:100%}.stickyCart .quantity input{background-color:transparent;color:#eee;height:42px;float:left;width:5em}.stickyCart .quantity input:focus{outline:0}@media only screen and (max-width:767px){.contentHide{display:none}.contentShow #btnSticky{width:100%}}.cart-summary{margin-bottom:25px;padding:1px 15px 25px}.cart-summary>.title{display:block;font-weight:300;line-height:1.1;font-size:1.8rem;margin-top:1.5rem;margin-bottom:1rem}.cart-summary .block{margin-bottom:0}.cart-summary .block .item-options{margin-left:0}.cart-summary .block .fieldset{margin:15px 0 25px;padding:0}.cart-summary .block .fieldset .field{margin:0 0 10px}.cart-summary .block .fieldset .field.note{font-size:12px}.cart-summary .block .fieldset .methods .field>.label{display:inline}.cart-totals{border-top:1px solid #d1d1d1;padding-top:10px}.cart-totals .table-wrapper{margin-bottom:0;overflow:inherit}.cart.table-wrapper .items thead+.item{border-top:1px solid #d1d1d1}.cart.table-wrapper .items>.item{border-bottom:1px solid #d1d1d1;position:relative}.cart.table-wrapper .col{padding-top:20px}.cart.table-wrapper .item-actions td{padding-bottom:10px;text-align:center;white-space:normal}.cart.table-wrapper .item .col.item{display:block;min-height:90px;padding:25px 0 10px 75px;position:relative}.cart.table-wrapper .action.help.map{font-weight:400}.cart.table-wrapper .product-item-photo{display:block;left:0;max-width:60px;padding:0;position:absolute;top:15px;width:100%}.cart.table-wrapper .product-item-details{white-space:normal}.cart.table-wrapper .product-item-name{display:inline-block;font-weight:400;margin-top:-6px}.cart.table-wrapper .gift-registry-name-label:after{content:':'}.cart.table-wrapper .item-options{font-size:12px;margin-bottom:10px}.cart.table-wrapper .product-item-name+.item-options{margin-top:10px}.cart.table-wrapper .action.configure{display:inline-block;margin:0 0 20px}.cart-container .checkout-methods-items{margin-top:20px;text-align:center}.cart-container .checkout-methods-items .action.primary{width:100%}.cart-container .checkout-methods-items .item+.item{margin-top:20px}.block.crosssell{margin-top:30px}.block-minicart .items-total{float:left;margin:0 10px}.block-minicart .items-total .count{font-weight:700}.block-minicart .amount .price-wrapper:first-child .price{font-size:18px;font-weight:700}.block-minicart .subtitle{display:none}.block-minicart .subtitle.empty{display:block;font-size:12px;text-align:center}.block-minicart .text.empty{text-align:center}.block-minicart .block-content>.actions{margin-top:15px;text-align:center}.block-minicart .block-content>.actions>.primary{margin:0 10px 15px}.block-minicart .block-content>.actions>.primary .action.primary{display:block;margin-bottom:15px;width:100%}.block-minicart .block-content>.actions>.primary .action.primary:last-child{margin-bottom:0}.block-minicart .block-category-link,.block-minicart .block-product-link,.block-minicart .block-cms-link,.block-minicart .block-banners{margin:15px 0 0;text-align:center}.minicart-wrapper .block-minicart{padding:25px 20px;right:0;width:320px}.minicart-wrapper .block-minicart:after{left:auto;right:25px}.minicart-wrapper .block-minicart:before{left:auto;right:26px}.minicart-wrapper .product .actions{float:right;margin:-35px 0 0;text-align:right}.minicart-wrapper .product .actions>.primary,.minicart-wrapper .product .actions>.secondary{display:inline-block}.minicart-wrapper .action.showcart{white-space:nowrap}.minicart-wrapper .action.showcart .counter.qty{background:#ff5501;color:#fff;height:24px;line-height:24px;border-radius:2px;display:inline-block;min-width:18px;text-align:center}.minicart-wrapper .action.showcart .counter.qty .loader>img{max-width:24px}.minicart-wrapper .minicart-widgets{margin-top:15px}.minicart-items{margin:0;padding:0;list-style:none none}.minicart-items .product-item{padding:20px 0}.minicart-items .product-item:not(:first-child){border-top:1px solid #ccc}.minicart-items .product-item:first-child{padding-top:0}.minicart-items .product-item-pricing .label{display:inline-block;width:4.5rem}.minicart-items .price-minicart{margin-bottom:5px}.minicart-items .product>.product-item-photo,.minicart-items .product>.product-image-container{float:left}.minicart-items .product .toggle{cursor:pointer;position:relative}.minicart-items .product .toggle:after{position:static;right:20px;top:0}.minicart-items .product-item-details .price-including-tax,.minicart-items .product-item-details .price-excluding-tax{margin:5px 0 0}.minicart-items .product-item-details .weee[data-label]{font-size:1.1rem}.minicart-items .product-item-details .details-qty{margin-top:10px}.minicart-items .product.options .tooltip.toggle .details{display:none}.minicart-items .item-qty{margin-right:10px;text-align:center;width:40px}.minicart-items .update-cart-item{font-size:1.1rem;vertical-align:top}.minicart-items .subtitle{display:none}.checkout-container{margin:0 0 20px}.opc-wrapper{margin:0 0 20px}.opc-wrapper .step-content{margin:0 0 40px}.checkout-index-index .nav-sections,.checkout-index-index .nav-toggle{display:none}.checkout-index-index .logo{margin-left:0}.opc-estimated-wrapper{border-bottom:1px solid #ccc;margin:0 0 15px;padding:18px 15px}.opc-estimated-wrapper .estimated-block{font-size:18px;font-weight:700;float:left}.opc-estimated-wrapper .estimated-block .estimated-label{margin:0 0 5px;display:block}.opc-estimated-wrapper .minicart-wrapper .action.showcart:before{color:#333}.opc-progress-bar{margin:0 0 20px;counter-reset:i;font-size:0}.opc-progress-bar-item{margin:0 0 10px;display:inline-block;position:relative;text-align:center;vertical-align:top;width:50%}.opc-progress-bar-item:before{background:#e4e4e4;top:19px;content:'';height:7px;left:0;position:absolute;width:100%}.opc-progress-bar-item:first-child:before{border-radius:6px 0 0 6px}.opc-progress-bar-item:last-child:before{border-radius:0 6px 6px 0}.opc-progress-bar-item>span{display:inline-block;padding-top:45px;width:100%;word-wrap:break-word;color:#e4e4e4;font-weight:300;font-size:1.8rem}.opc-progress-bar-item>span:before,.opc-progress-bar-item>span:after{background:#e4e4e4;height:38px;margin-left:-19px;width:38px;border-radius:50%;content:'';left:50%;position:absolute;top:0}.opc-progress-bar-item>span:after{background:#fff;height:26px;margin-left:-13px;top:6px;width:26px;content:counter(i);counter-increment:i;color:#333;font-weight:600;font-size:1.8rem}.opc-progress-bar-item._active:before{background:#ff5501}.opc-progress-bar-item._active>span{color:#333}.opc-progress-bar-item._active>span:before{background:#ff5501}.opc-progress-bar-item._active>span:after{content:'\e610';font-family:'icons-blank-theme';line-height:1;font-size:2.8rem}.opc-progress-bar-item._complete{cursor:pointer}.opc-progress-bar-item._complete>span{color:#333}.opc-progress-bar-item._complete>span:after{content:'\e610';font-family:'icons-blank-theme';line-height:1;font-size:2.8rem}.field._error .control input,.field._error .control select,.field._error .control textarea{border-color:#ed8380}.opc-wrapper .fieldset>.field>.label{font-weight:400}.field-tooltip{cursor:pointer;position:absolute;right:0;top:1px}.field-tooltip._active{z-index:100}.field-tooltip._active .field-tooltip-content{display:block}.field-tooltip._active .field-tooltip-action:before{color:#333}.field-tooltip .field-tooltip-action{display:inline-block;text-decoration:none}.field-tooltip .field-tooltip-action>span{border:0;clip:rect(0, 0, 0, 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.field-tooltip .field-tooltip-action:before{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:24px;line-height:inherit;color:#bbb;content:'\e623';font-family:'icons-blank-theme';vertical-align:middle;display:inline-block;font-weight:normal;overflow:hidden;speak:none;text-align:center}.field-tooltip .field-tooltip-action:hover:before{color:#333}._keyfocus .field-tooltip .field-tooltip-action:focus{z-index:100}._keyfocus .field-tooltip .field-tooltip-action:focus+.field-tooltip-content{display:block}._keyfocus .field-tooltip .field-tooltip-action:focus:before{color:#333}.field-tooltip .field-tooltip-content{background:#f4f4f4;border:1px solid #999;border-radius:1px;font-size:14px;padding:12px;width:270px;display:none;left:38px;position:absolute;text-transform:none;top:-9px;word-wrap:break-word;z-index:2}.field-tooltip .field-tooltip-content:before,.field-tooltip .field-tooltip-content:after{border:10px solid transparent;height:0;width:0;border-right-color:#f4f4f4;left:-21px;top:12px;content:'';display:block;position:absolute;z-index:3}.field-tooltip .field-tooltip-content:before{border-right-color:#666}.field-tooltip .field-tooltip-content:after{border-right-color:#f4f4f4;width:1px;z-index:4}.opc-wrapper .form-login,.opc-wrapper .form-shipping-address{margin-top:28px;margin-bottom:20px}.opc-wrapper .form-login .fieldset .note,.opc-wrapper .form-shipping-address .fieldset .note{font-size:14px;margin-top:10px}.opc-wrapper .shipping-address-items{font-size:0}.opc-wrapper .shipping-address-item{border:2px solid transparent;line-height:30px;margin:0 0 20px;padding:20px 35px 20px 20px;transition:.3s border-color;width:50%;display:inline-block;font-size:14px;position:relative;vertical-align:top;word-wrap:break-word}.opc-wrapper .shipping-address-item.selected-item{border-color:#ff5501}.opc-wrapper .shipping-address-item.selected-item:after{background:#ff5501;color:#fff;content:'\e610';font-family:'icons-blank-theme';height:27px;width:29px;font-size:27px;line-height:21px;padding-top:2px;position:absolute;right:0;text-align:center;top:0}.opc-wrapper .shipping-address-item.selected-item .action-select-shipping-item{visibility:hidden}.opc-wrapper .action-show-popup{margin:0 0 20px}.opc-wrapper .action-show-popup>span:before{content:'+';padding-right:5px}.opc-wrapper .action-select-shipping-item{float:right;margin:20px 0 0}.opc-wrapper .edit-address-link{display:block;float:left;margin:26px 5px 0 0}.checkout-shipping-method .step-title{margin-bottom:0}.checkout-shipping-method .no-quotes-block{margin:20px 0}.table-checkout-shipping-method thead th{display:none}.table-checkout-shipping-method tbody td{border-top:1px solid #ccc;padding-bottom:20px;padding-top:20px}.table-checkout-shipping-method tbody td:first-child{padding-left:0;padding-right:0;width:20px}.table-checkout-shipping-method tbody tr:first-child td{border-top:none}.table-checkout-shipping-method tbody .row-error td{border-top:none;padding-bottom:10px;padding-top:0}.checkout-shipping-method{position:relative}.shipping-policy-block.field-tooltip{top:12px}.shipping-policy-block.field-tooltip .field-tooltip-action{color:#1979c3;cursor:pointer}.shipping-policy-block.field-tooltip .field-tooltip-action:before{display:none}.shipping-policy-block.field-tooltip .field-tooltip-content{width:420px;top:30px}.opc-block-shipping-information .shipping-information-title{border-bottom:1px solid #ccc;margin:0 0 20px;position:relative}.opc-block-shipping-information .shipping-information-title .action-edit{margin:0;position:absolute;right:0}.opc-block-shipping-information .shipping-information-content{line-height:27px}.opc-block-shipping-information .shipping-information-content .actions-toolbar{margin-left:0}.opc-block-shipping-information .ship-to,.opc-block-shipping-information .ship-via{margin:0 0 20px}.opc-block-summary{background:#f5f5f5;padding:22px 30px;margin:0 0 20px}.opc-block-summary>.title{display:block}.opc-block-summary .mark .value{color:#999;display:block}.opc-block-summary .grand.incl+.grand.excl .mark,.opc-block-summary .grand.incl+.grand.excl .amount{border-top:0;font-size:1.4rem;padding-top:0}.opc-block-summary .grand.incl+.grand.excl .mark strong,.opc-block-summary .grand.incl+.grand.excl .amount strong{font-weight:400}.opc-block-summary .not-calculated{font-style:italic}.opc-block-summary .items-in-cart>.title{border-bottom:1px solid #d1d1d1;padding:10px 40px 10px 0;cursor:pointer;display:block;text-decoration:none;margin-bottom:0;position:relative}.opc-block-summary .items-in-cart>.title>span{border:0;clip:rect(0, 0, 0, 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.opc-block-summary .items-in-cart>.title:after{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:30px;line-height:12px;color:inherit;content:'\e622';font-family:'icons-blank-theme';margin:3px 0 0;vertical-align:middle;display:inline-block;font-weight:normal;overflow:hidden;speak:none;text-align:center}.opc-block-summary .items-in-cart>.title:after{position:absolute;right:0;top:10px}.opc-block-summary .items-in-cart>.title strong{font-size:1.8rem;font-weight:300;margin:0}.opc-block-summary .items-in-cart.active>.title:after{content:'\e621'}.opc-block-summary .items-in-cart .product{position:relative}.opc-block-summary .minicart-items-wrapper{margin:0 -15px 0 0;max-height:370px;padding:15px 15px 0 0;border:0}.column.main .opc-block-summary .product-item{margin:0;padding-left:0}.opc-block-summary .product-item .product-item-inner{display:table;margin:0 0 10px;width:100%}.opc-block-summary .product-item .product-item-name-block{display:table-cell;padding-right:5px;text-align:left}.opc-block-summary .product-item .subtotal{display:table-cell;text-align:right}.opc-block-summary .product-item .price{font-size:1.6rem;font-weight:400}.opc-block-summary .product-item .price-including-tax+.price-excluding-tax{margin:0}.opc-block-summary .product-item .price-including-tax+.price-excluding-tax .price{font-size:1rem}.authentication-dropdown{box-sizing:border-box}.authentication-dropdown .modal-inner-wrap{padding:25px}.authentication-wrapper{float:right;margin-top:-60px;max-width:50%;position:relative;z-index:1}._has-auth-shown .authentication-wrapper{z-index:900}.block-authentication .block-title{font-size:1.8rem;border-bottom:0;margin-bottom:25px}.block-authentication .block-title strong{font-weight:300}.block-authentication .field .label{font-weight:400}.block-authentication .actions-toolbar{margin-bottom:5px}.block-authentication .actions-toolbar>.secondary{padding-top:25px;text-align:left}.block-authentication .block[class]{margin:0}.block-authentication .block[class] ul{list-style:none;padding-left:10px}.block-authentication .block[class] .field .control,.block-authentication .block[class] .field .label{float:none;width:auto}.block-authentication .block[class]+.block{border-top:1px solid #c1c1c1;margin-top:40px;padding-top:40px;position:relative}.block-authentication .block[class]+.block::before{height:36px;line-height:34px;margin:-19px 0 0 -18px;min-width:36px;background:#fff;border-radius:50%;border:1px solid #c1c1c1;box-sizing:border-box;color:#c1c1c1;content:attr(data-label);display:inline-block;left:50%;letter-spacing:normal;padding:0 .2rem;position:absolute;text-align:center;text-transform:uppercase;top:0}.checkout-payment-method .step-title{margin-bottom:0}.checkout-payment-method .payment-method:first-child .payment-method-title{border-top:0}.checkout-payment-method .payment-method._active .payment-method-content{display:block}.checkout-payment-method .payment-method-title{border-top:1px solid #ccc;padding:20px 0;margin:0}.checkout-payment-method .payment-method-title .payment-icon{display:inline-block;margin-right:5px;vertical-align:middle}.checkout-payment-method .payment-method-title .action-help{display:inline-block;margin-left:5px}.checkout-payment-method .payment-method-content{display:none;padding:0 0 20px 22px}.checkout-payment-method .payment-method-content .fieldset:not(:last-child){margin:0 0 20px}.checkout-payment-method .field-select-billing,.checkout-payment-method .billing-address-form{max-width:600px}.checkout-payment-method .billing-address-same-as-shipping-block{margin:0 0 10px}.checkout-payment-method .payment-method-billing-address{margin:0 0 20px}.checkout-payment-method .payment-method-billing-address .primary .action-update{margin-right:0}.checkout-payment-method .payment-method-billing-address .billing-address-details{line-height:27px;padding:0 0 0 23px}.checkout-payment-method .payment-method-note+.payment-method-billing-address{margin-top:20px}.checkout-payment-method .payment-method-iframe{background-color:transparent;display:none;width:100%}.checkout-payment-method .no-payments-block{margin:20px 0}.checkout-payment-method .payment-option._active .payment-option-title .action-toggle:after{content:'\e621'}.checkout-payment-method .payment-option._collapsible .payment-option-title{cursor:pointer}.checkout-payment-method .payment-option._collapsible .payment-option-content{display:none}.checkout-payment-method .payment-option-title{border-top:1px solid #ccc;padding:20px 0}.checkout-payment-method .payment-option-title .action-toggle{color:#1979c3;display:inline-block;text-decoration:none}.checkout-payment-method .payment-option-title .action-toggle:after{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:32px;line-height:16px;color:#8f8f8f;content:'\e622';font-family:'icons-blank-theme';margin:0;vertical-align:middle;display:inline-block;font-weight:normal;overflow:hidden;speak:none;text-align:center}.checkout-payment-method .payment-option-title .action-toggle:hover:after{color:#333}.checkout-payment-method .payment-option-title .action-toggle:active:after{color:#8f8f8f}.checkout-payment-method .payment-option-content{padding:0 0 20px 22px}.checkout-payment-method .payment-option-inner{margin:0 0 20px}.checkout-payment-method .credit-card-types{padding:0}.checkout-payment-method .credit-card-types .item{display:inline-block;list-style:none;margin:0 5px 0 0;vertical-align:top}.checkout-payment-method .credit-card-types .item._active{font-weight:700}.checkout-payment-method .credit-card-types .item._active img{-webkit-filter:grayscale(0%);filter:grayscale(0%);filter:none}.checkout-payment-method .credit-card-types .item._inactive{opacity:0.4;filter:alpha(opacity=40)}.checkout-payment-method .credit-card-types .item span{display:inline-block;padding-top:6px;vertical-align:top}.checkout-payment-method .credit-card-types img{-webkit-filter:grayscale(100%);-webkit-transition:all .6s ease;filter:grayscale(100%);filter:gray}.checkout-payment-method .ccard .fields>.year{padding-left:5px}.checkout-payment-method .ccard .fields .select{padding-left:5px;padding-right:5px}.checkout-payment-method .ccard .month .select{width:140px}.checkout-payment-method .ccard .year .select{width:80px}.checkout-payment-method .ccard .number .input-text{width:225px}.checkout-payment-method .ccard>.field.cvv>.control{padding-right:20px;width:auto}.checkout-payment-method .ccard .cvv .input-text{width:55px}.checkout-payment-method .ccard.fieldset>.field .fields.group.group-2 .field{width:auto !important}.checkout-agreements-block{margin-bottom:20px}.checkout-agreements-block .action-show{vertical-align:baseline}.checkout-agreements-items{padding-bottom:30px}.checkout-agreements-items .checkout-agreements-item{margin-bottom:20px}.checkout-agreements-items .checkout-agreements-item-title{border-bottom:0}.checkout-agreement-item-content{overflow:auto}.form-giftregistry-share .actions-toolbar:not(:last-child),.form-giftregistry-edit .actions-toolbar:not(:last-child){margin-bottom:40px}.form-giftregistry-share .fieldset .nested .field:not(.choice) .control,.form-giftregistry-edit .fieldset .nested .field:not(.choice) .control{width:100%}.table-giftregistry-items .product-image{float:left;margin-right:10px}.cart-summary .form.giftregistry .fieldset{margin:25px 0 5px}.cart-summary .form.giftregistry .fieldset .field{margin:0 0 10px}.cart-summary .form.giftregistry .fieldset .field .control{float:none;width:auto}.cart-summary .form.giftregistry .fieldset .action.primary{margin-bottom:0}.form-giftregistry-search{margin-bottom:60px}.form-giftregistry-search .fields-specific-options .field:nth-last-of-type(1){margin-bottom:0}.block-giftregistry-results .toolbar-giftregistry-results{text-align:center}.block-giftregistry .actions-toolbar{margin:17px 0 0}.block-giftregistry-shared .item-options .item-value{margin:0 0 25px}.block-giftregistry-shared-items .item{border-bottom:1px solid #d1d1d1}.block-giftregistry-shared-items .col{padding:20px 8px 10px}.block-giftregistry-shared-items .col .price-box{display:inline-block}.block-giftregistry-shared-items .col .price-wrapper{font-size:1.8rem;display:block;font-weight:700;white-space:nowrap}.block-giftregistry-shared-items .product .item-options{margin-bottom:0}.block-giftregistry-shared-items .product-item-photo{display:block;max-width:65px;padding:10px 0}.block-giftregistry-shared-items .product-item-name{display:block;margin:0 0 5px}.block.newsletter .title{display:none}.sections .nav-sections-item-content>.navigation{display:none}.nav-sections-item-content .magicmenu{position:relative;display:block;text-align:center;position:static}.container-fluid .header-right-menu{position:static}.header .header-content{position:relative}.magicmenu .nav-desktop{position:static;margin:0;padding:0}.magicmenu .nav-desktop .level0{padding:0px;margin:0px;display:inline-block;vertical-align:middle}.magicmenu .nav-desktop>.level0{margin-bottom:-15px;padding-bottom:15px}.magicmenu .nav-desktop .level0:not(:first-child):not(:last-child) .level-top:before{content:"";position:absolute;width:1px;height:16px;background-color:#bdbdbd;right:0;top:17px;display:none}.magicmenu .nav-desktop .level0.logo.display{display:none;border:0}.header-container-fixed .magicmenu .nav-desktop .level0.logo.display a{border:0;padding:10px;width:71px}.header-container-fixed .magicmenu .nav-desktop .level0.logo.display a img{max-width:100%}.magicmenu .nav-desktop .level0.over>a,.magicmenu .nav-desktop .level0.active>a,.magicmenu .nav-desktop .level0.active>a span.icon-text,.magicmenu .nav-desktop .level0>a:hover,.magicmenu .nav-desktop .level0>a:hover.icon-text{color:#fff;background-color:#ff5555}.magicmenu .nav-desktop .level0>a:hover .short_desc{color:#888888}.magicmenu .nav-desktop .level0 .level-top{padding:16px 18px;text-transform:uppercase;font-size:14px;position:relative;text-decoration:none;outline:medium none;display:block;text-align:center;line-height:17px;letter-spacing:1px}.magicmenu .nav-desktop .level0 .level-top:hover,.magicmenu .nav-desktop .level0.dropdown .level-top:hover{color:#000}.magicmenu .nav-desktop .level0 .level-top span.icon-text{padding:0;text-transform:uppercase;font-size:14px;text-decoration:none;outline:medium none;text-align:left}.magicmenu .nav-desktop .level0 .level-top span.cat_label{right:-28px;top:-12px}.magicmenu .nav-desktop .level0 .level-top>span{display:block;white-space:nowrap;font-size:14px;vertical-align:top;font-weight:400}.magicmenu .nav-desktop .level0.home .level-top .icon{font-size:25px;color:#24aa4b;display:none}.magicmenu .nav-desktop .level0.home .level-top .icon-home{display:none}.magicmenu .nav-desktop .level0 .level-top>img{display:none}.magicmenu .nav-desktop .level0.home .level-top .icon-home{font-size:17px}.magicmenu .nav-desktop .level0.active .level-top span:after{content:"";border-bottom:2px solid #aaa;width:20px;display:none;margin-top:5px}.magicmenu .nav-desktop .level0 .level-top-mega,.magicmenu .nav-desktop .level0.dropdown>.level0{position:absolute;z-index:99999;display:block;opacity:0;top:130%;visibility:hidden;transition:all 300ms ease-in-out 0s;-moz-transition:all 300ms ease-in-out 0s;-webkit-transition:all 300ms ease-in-out 0s;-o-transition:all 300ms ease-in-out 0s;box-shadow:0 0 3px 0 rgba(0,0,0,0.1)}.magicmenu .nav-desktop .level0:hover .level-top-mega,.magicmenu .nav-desktop .level0.dropdown:hover>.level0{opacity:1;top:100%;visibility:visible}.magicmenu .nav-desktop .level0.home .level-top-mega{min-width:175px;padding:20px 25px 25px;text-align:left}.magicmenu .nav-desktop .level0.home .level-top-mega div a span{font-size:14px;line-height:27px}.magicmenu .nav-desktop .level0 .level-top-mega .children a{text-align:left;text-decoration:none;font-size:14px;text-transform:capitalize;padding:9px 0}.magicmenu .nav-desktop .level-top a{font-size:14px;text-decoration:none;text-align:left}.magicmenu .nav-desktop .level0 .level-top-mega .level0>.level1>a{position:relative;text-transform:uppercase;font-size:14px;font-weight:bold;display:block;line-height:23px;margin:0px 25px 0 0 px}.magicmenu .nav-desktop .level0 .level-top-mega .level1>.level2>a{display:block;line-height:23px;color:#555;font-weight:400;font-family:'poppins_font',sans-serif}.magicmenu .nav-desktop .level0 .level-top-mega .level1>.level2:last-child>a{border-bottom:0}.magicmenu .nav-desktop .level0 .level-top-mega .children .nav:last-child{border:0 none}.magicmenu .nav-desktop .level0 .level-top-mega .children.level1 img{margin-top:10px}.magicmenu .nav-desktop .level0 .level-top-mega .mega-block-top,.magicmenu .nav-desktop .level0 .level-top-mega .mega-block-bottom{padding:30px 0 0;width:100%;clear:both}.magicmenu .nav-desktop .level0 .level-top-mega .mega-block-bottom{text-align:center}.magicmenu .nav-desktop .level0 .level-top-mega .mega-block-bottom .img-responsive{display:inline}.magicmenu .nav-desktop .level0 .level-top-mega .content-mega-horizontal{overflow:hidden}.magicmenu .nav-desktop .level0 .level-top-mega .content-mega-horizontal .cat-mega{padding-bottom:20px}.magicmenu .nav-desktop .level0 .level-top-mega .mage-column.cat-mega{float:left}.magicmenu .nav-desktop .level0 .level-top-mega .level0>.level1{float:left;text-align:left;padding:0;width:207px;padding:10px 15px}.magicmenu .nav-desktop .level0 .level-top-mega .content-mega-custom .mage-column .children{float:none}.magicmenu .nav-desktop .level0 .level-top-mega .mage-column .children ul{padding:0}.magicmenu .nav-desktop .level0 .level-top-mega .mage-column li{margin:0}.mage-column.mega-block-left{float:left}.mage-column.mega-block-right{float:right}.banner-menu-position img{bottom:0;left:50%;position:absolute;z-index:-1}.block-left,.block-right,.cat-mega{float:left}.block-bottom{clear:both}.magicmenu .nav-desktop .level0 .level-top-mega .mega-block-top{margin:0px;overflow:hidden}.magicmenu .nav-desktop .level0 .level-top .short_desc{display:block;font-size:13px;font-weight:300;line-height:13px;text-transform:capitalize;color:#999}.vmagicmenu .level0 .level-top-mega .children.level1>a.a-image::before,.magicmenu .nav-desktop .level0 .level-top-mega .children.level1>a.a-image::before{display:none;padding:0}.menu-banner-sale .menu-products-sale,.menu-banner-sale .banner-menu{float:left;width:50%}.menu-banner-sale .banner-menu{float:right}.menu-banner-sale .count-down-time,.menu-banner-sale .product-hover .sticker,.menu-banner-sale .link-view{display:none}.menu-banner-sale .magictabs .item.activated .title,.menu-banner-sale .magictabs .item:hover .title,.menu-banner-sale .magictabs .item .title{background-color:transparent;color:#333;font-size:14px;font-weight:bold;text-transform:uppercase;padding:0}.menu-banner-sale .block-title-tabs{border:0}.menu-banner-sale .magictabs{border:0;margin-top:23px !important;padding:0 !important;float:none}.menu-banner-sale .magictabs .item{line-height:40px}.menu-banner-sale .products-grid .item .per-product{margin:0}.menu-banner-sale .magicproduct{padding:0 15px}.menu-banner-sale .actions-cart{display:block}.menu-banner-sale .content-products{margin-bottom:0}.magicmenu .nav-desktop .menu-banner-sale .product-item-name .product-item-link,.magicmenu .nav-desktop .level0.over .menu-banner-sale a,.magicmenu .nav-desktop .product-item-name .product-item-link:hover{color:#333}.menu-banner-sale .products-grid .item:hover .per-product{box-shadow:none;margin-bottom:0px;padding-bottom:0px}.magicmenu .nav-desktop .menu-banner-sale p.old-price,.magicmenu .nav-desktop .menu-banner-sale p.special-price{display:inline-block}.magicmenu .nav-desktop .menu-banner-sale .special-price .price{font-size:18px}.menu-banner-sale .item .actions-no .button.btn-cart:before{display:none}.menu-banner-sale .item .actions-no .button.btn-cart span{display:block;font-size:14px}.menu-banner-sale .item .actions-cart .button.btn-cart{margin-top:20px;width:100%;background-color:#eeeeee;color:#555;border-color:#eee;height:38px;line-height:38px}.level-top-mega .level0>.level1>.level1 .level2{display:block;line-height:30px}.magicmenu .nav-desktop .level0.dropdown li{margin:0;padding:14px 0}.magicmenu .nav-desktop .level0.dropdown>.level0,.vmagicmenu .vmagicmenu-narrow .level0.dropdown>.level0,.magicmenu .nav-desktop .level0.ext .level0.dropdown{width:250px;min-width:250px;padding:0 0;line-height:23px;text-align:left}.magicmenu .nav-desktop .level0.dropdown .hasChild,.vmagicmenu .vmagicmenu-narrow .level0.dropdown .hasChild{position:relative;margin:0}.vmagicmenu .vmagicmenu-narrow .level0.dropdown li{margin:0}.magicmenu .nav-desktop .level0.dropdown .hasChild>a:before,.vmagicmenu .vmagicmenu-narrow .level0.dropdown .hasChild>a:before{content:"\f105";display:block;line-height:32px;font-size:14px;position:absolute;right:15px;text-align:right;font-family:FontAwesome}.magicmenu .nav-desktop .level0.dropdown .hasChild ul,.vmagicmenu .vmagicmenu-narrow .level0.dropdown .hasChild ul{position:absolute;left:100%;top:0;opacity:0;visibility:hidden;padding:0 0px;min-width:250px;z-index:1;list-style:none;box-shadow:0 0 3px 0 rgba(0,0,0,0.1)}.magicmenu .nav-desktop .level0.dropdown .hasChild:hover>ul,.vmagicmenu .vmagicmenu-narrow .level0.dropdown .hasChild:hover>ul{opacity:1;visibility:visible}.magicmenu .nav-desktop .level0.dropdown .level1 a,.vmagicmenu .vmagicmenu-narrow .level0.dropdown .level1 a{padding:0 15px;display:block}.vmagicmenu .vmagicmenu-narrow .level0.dropdown .hasChild ul li{margin:0}.magicmenu .nav-desktop .level0 .level-top-mega .children ul.level1 .hasChild{position:relative}.magicmenu .nav-desktop .level0 .level-top-mega .children ul.level1 .hasChild:before{content:"";display:block;line-height:32px;font-size:14px;position:absolute;right:30px;text-align:right;font-family:FontAwesome}.magicmenu .nav-desktop .level0 .level-top-mega .children ul.level1 .hasChild ul{position:absolute;left:100%;opacity:0;visibility:hidden;top:0;background-color:#fff;box-shadow:0 3px 10px rgba(0,0,0,0.15);padding:5px 0 5px 30px;min-width:200px;z-index:1}.magicmenu .nav-desktop .level0 .level-top-mega .children ul.level1 .hasChild:hover>ul{opacity:1;left:90%;visibility:visible}.vmagicmenu{display:block !important;position:relative;padding:0px;z-index:800;float:left}.vmagicmenu .block-vmagicmenu-content{border-width:1px 1px 0;border-style:solid;border-color:#dfdfdf;margin-top:2px;padding:0px;min-width:200px;position:absolute;visibility:hidden;opacity:0;transition:all 300ms ease-in-out 0s}.vmagicmenu .vmagicmenu-narrow{margin:0px;padding:0;position:absolute;z-index:10;background-color:#fff;width:100%}.vmagicmenu:hover .block-vmagicmenu-content{opacity:1;visibility:visible}.vmagicmenu .block-title{text-align:left;padding:0 24px;line-height:46px;overflow:hidden}.vmagicmenu .block-title span{font-size:15px;font-weight:500}.vmagicmenu .block-title .icon-menu{display:inline-block}.vmagicmenu .block-title .icon-menu span{display:block;width:20px;height:2px;background-color:#fff}.vmagicmenu .block-title .icon-menu span:nth-child(2){margin-top:3px;margin-bottom:3px}.vmagicmenu .block-title .vmagicmenu-subtitle{letter-spacing:1px;padding:0;text-transform:uppercase;display:inline-block;position:relative;margin-right:calc(18%)}.vmagicmenu .block-title .fa{background-image:url("../../frontend/Alothemes/spozy5/images/alothemes/icon-vmenu.png");background-position:100% 50%;background-repeat:no-repeat;float:right;font-size:28px;font-weight:bold;line-height:45px;padding:0 10px;text-indent:-999em}.vmagicmenu .level0{padding:0;margin:0;float:left;line-height:40px;width:100%;list-style:none}.vmagicmenu .level0.last{border:none}.vmagicmenu .level0:hover .level0{background-color:transparent}.vmagicmenu .level0 .level-top{padding:0 20px 0 24px;font-size:100%;text-decoration:none;display:block;outline:medium none}.vmagicmenu .level0 .level-top img{vertical-align:middle;margin-right:10px;display:inline-block}.vmagicmenu .level0.hasChild .level-top:after{content:"\f105";font-family:FontAwesome;float:right;font-style:normal;font-weight:normal;text-decoration:inherit;vertical-align:middle;font-size:14px}.vmagicmenu .level0 .level-top span{font-size:14px}.vmagicmenu .level0 .level-top-mega,.vmagicmenu .vmagicmenu-narrow .level0.dropdown>.level0{border-width:1px;border-style:solid;position:absolute;top:0px !important;left:100%;z-index:999;opacity:0;visibility:hidden}.vmagicmenu .level0:hover .level-top-mega,.vmagicmenu .vmagicmenu-narrow .level0.dropdown.hasChild:hover>ul{opacity:1;visibility:visible}.vmagicmenu .level0 .level-top-mega .content-mega{margin:0;padding:0px;overflow:hidden;box-shadow:2px 2px 3px rgba(0,0,0,0.2);-moz-box-shadow:2px 2px 3px rgba(0,0,0,0.2);-webkit-box-shadow:2px 2px 3px rgba(0,0,0,0.2);-o-box-shadow:2px 2px 3px rgba(0,0,0,0.2);-ms-box-shadow:2px 2px 3px rgba(0,0,0,0.2)}.vmagicmenu .level0 .level-top-mega .children a,.vmagicmenu p{line-height:23px;text-align:left;text-decoration:none;position:relative;display:block}.vmagicmenu .level0 .level-top-mega .children a span,.vmagicmenu .vmagicmenu-narrow .level0.dropdown .level1 a span{font-size:14px}.vmagicmenu .level0 .level-top-mega .children>a{display:block;padding-top:32px;position:relative;font-weight:bold}.vmagicmenu .level0 .level-top-mega .children>a span{font-size:14px}.vmagicmenu .level-top a{color:#fff;font-size:14px;text-decoration:none;text-align:left}.vmagicmenu .level0 .level-top-mega .children .level-3{font-size:100%;padding:0 0 5px;line-height:30px}.vmagicmenu .level0 .level-top-mega .children .level-3 a{font-size:14px;text-transform:uppercase;font-weight:500}.vmagicmenu .level0 .level-top-mega .children .nav{line-height:26px;border-bottom:1px solid #ececec}.vmagicmenu .level0 .level-top-mega .children .nav:last-child{border:none}.vmagicmenu .level0 .level-top-mega .children>.nav{border:none}.vmagicmenu .level0 .level-top-mega .children .nav a{font-weight:300}.vmagicmenu .level0 .level-top-mega .mega-block-top,.vmagicmenu .level0 .level-top-mega .mega-block-bottom{width:100%}.vmagicmenu .level0 .level-top-mega .mega-block-bottom{clear:both;padding:25px 0 0px}.vmagicmenu .level0 .level-top-mega .mega-block-bottom .menu-ul{background-color:#f7f7f7;overflow:hidden;padding:15px 25px}.vmagicmenu .level0 .level-top-mega .mega-block-bottom .menu-ul .title-menu,.vmagicmenu .level0 .level-top-mega .mega-block-bottom .menu-ul .custom-menu-bottom,.vmagicmenu .level0 .level-top-mega .mega-block-bottom .menu-ul .custom-menu-bottom li{float:left;line-height:40px}.vmagicmenu .level0 .level-top-mega .mega-block-bottom .menu-ul .custom-menu-bottom li{padding:0 10px}.vmagicmenu .level0 .level-top-mega .mega-block-bottom .menu-ul .title-menu strong{font-weight:300}.vmagicmenu .level0 .level-top-mega .mega-block-bottom .menu-ul .title-menu span{font-size:14px;color:#888888}.vmagicmenu .level0 .level-top-mega .mega-block-bottom .menu-ul .custom-menu-bottom li a{color:#888888;text-decoration:none;padding:8px 10px;font-size:14px}.vmagicmenu .level0 .level-top-mega .mega-block-bottom .menu-ul .custom-menu-bottom li a:hover{background-color:#8ac28f;color:#ffffff}.vmagicmenu .level0 .level-top-mega .mage-column .children{float:left;width:222px;text-align:left;padding-left:30px;margin:0}.vmagicmenu .level0 .level-top-mega .mage-column li{margin:0}.vmagicmenu .level0 .level-top-mega .mage-column .children ul{list-style:outside none none;padding:10px 0 29px}.vmagicmenu .level0 .level-top-mega .mage-column .children ul li{margin:0}.vmagicmenu .banner-menu-position img{margin-left:-30px}.vmagicmenu .vmagicmenu-narrow>li:nth-child(n+11){display:none}.all-cat{display:block;text-align:center;padding:0;margin-top:24px}.all-cat span{background-color:#ff8400;color:#ffffff;clear:both;cursor:pointer;display:block;font-size:16px;line-height:37px;padding:0 15px;font-weight:500}.vmagicmenu .all-cat span::after{content:"\f101";font-family:"FontAwesome";font-weight:normal;margin-left:20px}.accordion-container .level0 .level-top img,ul.nav-accordion li a img{display:none}.sidebar .accordion-container{margin-bottom:30px;margin-top:6px}.accor-title{border-bottom:2px solid #dfdfdf;font-size:14px;font-weight:bold;line-height:30px;margin:0 0 37px;padding:0;position:relative;text-align:left;text-transform:uppercase;color:#4d5959;padding-bottom:3px}.sidebar .nav-accordion{background-color:#fff}ul.nav-accordion{line-height:0.5em;list-style:none;margin:0;padding:0 0 7px}ul.nav-accordion li{position:relative;margin:0}ul.nav-accordion li.last{border-bottom:0 none}ul.nav-accordion li a{text-transform:capitalize;position:relative;display:block;font-size:14px;line-height:25px;margin:0;padding:0 0 0 23px;text-align:left;text-decoration:none;text-shadow:none;color:#666;outline:medium none}ul.nav-accordion li a span{font-size:14px}ul.nav-accordion li.active>a,ul.nav-accordion li.active .expand:before{color:#333}ul.nav-accordion li a:hover,ul.nav-accordion ul ul li:hover a:before{color:#888}ul.nav-accordion li ul li ul li.parent>a{padding:0 0 0 20px}ul.nav-accordion li ul li.parent>a span:before{display:none}ul.nav-accordion ul{margin:0;padding:0 0 0 15px}ul.nav-accordion ul.submenu{display:none}ul.nav-accordion ul li{clear:both;padding:0}.accor-title{line-height:normal;border-bottom:0}ul.nav-accordion li{margin:10px 0}ul.nav-accordion ul li a{outline:none}ul.nav-accordion ul li.active{font-weight:normal}ul.nav-accordion ul ul ul li a{margin-left:20px}ul.nav-accordion .expand,ul.nav-accordion .collapse{border:0;cursor:pointer;display:block;font-size:0 !important;height:19px;position:absolute;left:0px;top:0px;width:19px;padding:0 !important}ul.nav-accordion li.level0>a>span>.cat-label{position:inherit}ul.nav-accordion li.level0>a>span>.pin-bottom:before{position:inherit;right:6px;top:22px;width:0;height:0;content:"";border-style:solid;border-width:0}ul.nav-accordion .collapse:before,ul.nav-accordion .expand:before{font-family:FontAwesome;display:inline-block;font-size:14px;text-align:center;width:18px;line-height:23px;font-weight:bold}ul.nav-accordion .expand:before{content:"-";color:#888}ul.nav-accordion .collapse:before{content:"+";color:#ccc}ul.nav-accordion .collapse:hover:before{color:#333}.nav-accordion>li:nth-child(n+10){display:none}.level-top-mega .mage-column.cat-mega{margin:0;list-style:outside none none}.fixed{z-index:999;width:100%}.fixed .custom-menu{padding-bottom:7px;padding-top:10px;box-shadow:0 0 6px 0 rgba(0,0,0,0.2)}.fixed .quick-access{display:none}@media only screen and (min-width:768px){.nav-mobile{display:none !important}}a.meanmenu-reveal{display:none}.nav-sections .mean-bar{position:static;float:right}.nav-sections a.meanmenu-reveal{width:20px;height:20px;padding:9px 6px;position:relative;z-index:32;top:0;right:0;cursor:pointer;outline:medium none;color:#242628;text-decoration:none;font-size:16px;text-indent:-9999em;line-height:22px;font-size:1px;display:block;font-weight:700;margin-top:68px}.nav-sections a.meanmenu-reveal span{display:block;background:#242628;height:3px;margin-top:3px}.nav-sections .navigation-mobile{float:left;width:100%;position:absolute;background-color:#fff;z-index:2;left:0;max-width:300px}.nav-sections .navigation-mobile .mobi-title{color:#242628;font-size:16px;line-height:52px;margin:0;padding:0 0 0 50px;text-align:left;text-transform:uppercase;font-weight:400;position:absolute;top:-56px;z-index:0;display:none}.nav-sections .navigation-mobile ul{padding:0;margin:0;width:100%;list-style-type:none}.nav-sections .navigation-mobile ul li{position:relative;float:left;width:100%;margin:0}.nav-sections .navigation-mobile ul li a{display:block;padding:10px 0;margin:0;text-align:left;color:#333;text-decoration:none;line-height:23px;font-size:13px;color:#4d5959;letter-spacing:3px;text-transform:uppercase}.nav-sections .navigation-mobile ul li a span,.nav-sections .navigation-mobile ul li .level-top span{padding:0 14px}.nav-sections .navigation-mobile ul li li a{font-size:13px;padding:10px 0 10px 25px;filter:alpha(opacity=75);visibility:visible;text-transform:none;letter-spacing:2px}.nav-sections .navigation-mobile ul li.mean-last a{margin-bottom:0}.nav-sections .navigation-mobile ul li li li a{font-size:14px;padding:10px 0 10px 40px}.nav-sections .navigation-mobile ul li li li li a{padding:1em 20%}.nav-sections .navigation-mobile ul li li li li li a{padding:1em 25%}.nav-sections .navigation-mobile ul li .expand,.nav-sections .navigation-mobile ul li .collapse{cursor:pointer;top:0;right:0px;width:40px;height:45px;line-height:45px;padding:0px !important;text-align:center;position:absolute;z-index:2;font-weight:300;border:none !important;display:block;font-size:0}.nav-sections .mean-push{float:left;width:100%;padding:0;margin:0;clear:both}.navigation-mobile .wrapper{width:100%;padding:0;margin:0}.nav-sections .navigation-mobile ul li .expand:before,.nav-sections .navigation-mobile ul li .collapse:before{font-family:FontAwesome;display:inline-block;font-size:22px;text-align:center;width:18px;line-height:45px;font-weight:normal}.nav-sections .navigation-mobile ul li .expand:before,.nav-sections .navigation-mobile ul li .expand:after,.nav-sections .navigation-mobile ul li .collapse:before,.nav-sections .navigation-mobile ul li .collapse:after{display:block;position:absolute;content:"";width:13px;height:13px;right:10px;z-index:10;-webkit-transform:rotate(-90deg);-moz-transform:rotate(-90deg);-ms-transform:rotate(-90deg);-o-transform:rotate(-90deg);transform:rotate(-90deg)}.nav-sections .navigation-mobile ul li .expand:before,.nav-sections .navigation-mobile ul li .collapse:before{top:18px;height:1px;border-top:1px solid;border-left:1px solid;border-top-color:inherit;border-left-color:inherit;transition:all .3s}.nav-sections .navigation-mobile ul li .expand:after,.nav-sections .navigation-mobile ul li .collapse:after{top:12px;right:16px;border-top:1px solid;border-left:1px solid;width:1px}.nav-sections .navigation-mobile ul li .expand:before{opacity:0;visibility:hidden}.nav-sections .navigation .parent .level-top:after,.nav-sections .navigation-mobile ul li a img{display:none !important}.nav-sections .mean-bar,.nav-sections .mean-bar *{-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}.mean-remove{display:none !important}.main-container{clear:both}.magicmenu .nav-desktop .level0 .level-top .cat_label,.magicmenu .nav-desktop .level0 .cat_label,.nav-sections .navigation-mobile ul li a span.cat_label,.vmagicmenu .level0 .cat_label,.vmagicmenu .level0 .level-top-mega .children .cat_label,ul.nav-accordion li a span.cat_label{background-color:#009966;border-radius:50px;color:#fff;font-size:9px !important;line-height:17px;padding:0px 8px;margin:0;text-transform:uppercase;position:absolute;letter-spacing:normal}.magicmenu .nav-desktop .level0.hasChild .level-top:after{content:"\f107";font-family:"FontAwesome";font-size:14px;margin-left:5px;vertical-align:0;display:none}.magicmenu .nav-desktop .level0 .level-top>span{display:inline-block;position:relative}.magicmenu .nav-desktop .level0 .cat_label.New:before,.vmagicmenu .level0 .cat_label.New{border-top-color:#009966}.magicmenu .nav-desktop .level0 .level-top-mega .children .level-3 a .cat_label:before,.magicmenu .nav-desktop .level0 .level-top-mega .children .nav a .cat_label:before{display:none}.magicmenu .nav-desktop .level0 .cat_label.SALE:before,.magicmenu .nav-desktop .level0 .cat_label.Sale:before,.magicmenu .nav-desktop .level0 .cat_label.sale:before,.vmagicmenu .level0 .cat_label.SALE:before,.vmagicmenu .level0 .cat_label.Sale:before,.vmagicmenu .level0 .cat_label.sale:before,.nav-sections .navigation-mobile ul li a .cat_label.SALE:before,.nav-sections .navigation-mobile ul li a .cat_label.Sale:before,.nav-sections .navigation-mobile ul li a .cat_label.sale:before{border-color:#f60 rgba(0,0,0,0) rgba(0,0,0,0)}.magicmenu .nav-desktop .level0 .cat_label.SALE,.magicmenu .nav-desktop .level0 .cat_label.Sale,.magicmenu .nav-desktop .level0 .cat_label.sale,.vmagicmenu .level0 .cat_label.SALE,.vmagicmenu .level0 .cat_label.Sale,.vmagicmenu .level0 .cat_label.sale,.nav-sections .navigation-mobile ul li a .cat_label.SALE,.nav-sections .navigation-mobile ul li a .cat_label.Sale,.nav-sections .navigation-mobile ul li a .cat_label.sale,ul.nav-accordion li a span.cat_label.SALE,ul.nav-accordion li a span.cat_label.Sale,ul.nav-accordion li a span.cat_label.sale{background-color:#ff6600}.magicmenu .nav-desktop .level0 .cat_label.Hot,.magicmenu .nav-desktop .level0 .cat_label.hot,.vmagicmenu .level0 .cat_label.Hot,.vmagicmenu .level0 .cat_label.hot,.nav-sections .navigation-mobile ul li a .cat_label.HOT,.nav-sections .navigation-mobile ul li a .cat_label.Hot,.nav-sections .navigation-mobile ul li a .cat_label.hot,.nav-sections .navigation-mobile ul li span.level-top span.cat_label.HOT,.nav-sections .navigation-mobile ul li span.level-top span.cat_label.Hot,.nav-sections .navigation-mobile ul li span.level-top span.cat_label.hot,ul.nav-accordion li a span.cat_label.HOT,ul.nav-accordion li a span.cat_label.Hot,ul.nav-accordion li a span.cat_label.hot{background-color:#dc1212}.vmagicmenu .vmagicmenu-narrow{list-style:none}.header .block-search .search-autocomplete{top:54px !important;z-index:105 !important}.header .c-smartsearch__wrapper--inner{max-width:100% !important}.header .content-seach .form-search .search-autocomplete ul{border:1px solid #e1e1e1;padding:15px 15px 15px}.header .form-search .search-autocomplete li{padding:10px 15px}.header .form-search .search-autocomplete ul li.full-search{padding:2px 15px 10px;margin-left:-15px;margin-right:-15px;border:0}.header .form-search .search-autocomplete .c-smartsearch__image{float:left}.header .form-search .search-autocomplete .c-smartsearch__description{padding:10px 0 0 110px}.header .form-search .search-autocomplete .c-smartsearch__description .c-smartsearch__title a{font-size:14px;font-weight:400;line-height:1.3;color:#555}.header .form-search .search-autocomplete .c-smartsearch__description .option-reviews .product-reviews-summary{margin:5px 0 5px}.header .form-search .search-autocomplete .c-smartsearch__description .product-reviews-summary .reviews-actions{line-height:inherit;font-size:12px;vertical-align:middle;display:inline-block}.header .form-search .search-autocomplete .c-smartsearch__description .option-price{font-size:16px;color:#222}.header .form-search .search-autocomplete .row:last-child li{border:0}.header .form-search .search-autocomplete .action.close{background-color:transparent;border:0 none;box-shadow:none;box-sizing:content-box;display:inline-block;font-weight:400;height:20px;line-height:inherit;margin:0;padding:0;text-decoration:none;text-shadow:none;top:0;width:20px;color:#000000;opacity:0.2;font-size:0;float:right}.header .form-search .search-autocomplete .action.close:before{color:inherit;content:"\f00d";display:inline-block;font-family:"FontAwesome";font-size:15px;font-weight:normal;line-height:20px;margin:0;overflow:hidden;text-align:center;vertical-align:top}.header .form-search .search-autocomplete .action.close:hover{opacity:1;background-color:transparent}.header .form-search .search-autocomplete li.selected,.header .form-search .search-autocomplete ul li:hover{background-color:transparent !important}.header .content-seach .form-search .search-autocomplete li{cursor:default;padding:2px 20px 1px}.header .form-search .search-autocomplete .c-smartsearch__title{display:block;clear:inherit}.header .form-search{background-color:#fff}.page-header ul,.page-header ol,.page-footer ul,.page-footer ol,.sidebar ul,.sidebar ol,.content-popup-inner ul,.brand-cms-static{list-style:none}.product.info.detailed ul,.product.info.detailed ol,.product.attribute ul,.product.attribute ol,.post-list-wrapper ul,.post-list-wrapper ol,.post-view ul,.post-view ol{padding:0 0 0 30px}.product-info-main .product.attribute ul,.product-info-main .product.attribute ol,.product.detailed .product.description ol,.product.detailed .product.description ul,.product-item-description ul,.post-text-hld ul,.post-text-hld ol,.catalog-product-view .block.related ul.block-content,.catalog-product-view .block.related ol.block-content,.post-view .block.related ul.block-content,.post-view .block.related ol.block-content{list-style:disc outside;padding-left:1.5em;margin-left:-7px;margin-bottom:0}.product-info-main .product.attribute ol,.product.detailed .product.description ol,.post-text-hld ol,.catalog-product-view .block.related ul.block-content,.catalog-product-view .block.related ol.block-content,.post-view .block.related ol.block-content{list-style:decimal outside none}.product-info-main .product.attribute ul li,.product-info-main .product.attribute ol li,.product.detailed .product.description ol li,.product.detailed .product.description ul li,.product-item-description ul li,.post-text-hld ul li,.post-text-hld ol li{margin:0;padding:0;color:#7d7d7d;line-height:20px;font-size:14px}.nav-sections .navigation-mobile ul li.home .level-top span.icon{display:none}@media only screen and (max-width:479px){.header .form-search .search-autocomplete .product-reviews-summary .reviews-actions{display:none}}img{display:block;max-width:100%;height:auto}.magicslider>.item:nth-child(n+2),.magicslider>.item .figcaption{display:none}.magicslider>.item.slick-slide,.magicslider>.item.slick-slide .figcaption{display:block}.magicslider{text-align:center;display:block}.external-video:after{background:rgba(0,0,0,0) url("../../frontend/Alothemes/spozy5/fr_FR/images/gallery-sprite.png") repeat scroll right bottom;bottom:0;content:"";height:100px;left:0;margin:auto;position:absolute;right:0;top:12px;width:100px}.external-video.embed:after{display:none}.magicslider-caption{display:none}.magicslider-caption.mobile.desktop{display:block}.slick-prev,.slick-next{transition:all .3s ease-in-out;z-index:3;opacity:0;visibility:hidden}.slick-prev:before,.slick-next:before{font-family:'luma-icons';color:#333}.slick-prev:before{content:'\e617'}.slick-next:before{content:'\e608'}.slick-slider:hover .slick-prev,.slick-slider:hover .slick-next{opacity:1;visibility:visible}.slick-slider:hover .slick-prev{left:15px}.slick-slider:hover .slick-next{right:15px}button:not(.primary){box-shadow:none}button:not(.primary):active{box-shadow:none}.slick-dots{bottom:20px;text-align:right;right:10px}.slick-dots li button{background:#ccc;width:8px;height:8px;padding:0;border-radius:50%}.slick-dots li button:before{width:8px;height:8px;border-radius:50%}.slick-dots li:hover button,.slick-dots li.slick-active button{background:#666}@media only screen and (max-width:480px){.slick-dots{bottom:10px;right:3px}}.block-banners .banner-item,.block-banners-inline .banner-item{display:block}.block-banners .banner-item-content,.block-banners-inline .banner-item-content{margin-bottom:20px}.block-banners .banner-item-content img,.block-banners-inline .banner-item-content img{display:block;margin:0 auto}.block-cms-hierarchy-link.widget{display:block;margin-bottom:20px}.block-cms-hierarchy-link-inline.widget{margin:0}.sidebar .block-addbysku .fieldset{margin:0}.sidebar .block-addbysku .fieldset .fields{position:relative}.sidebar .block-addbysku .fieldset .fields .field{display:inline-block;margin-bottom:10px;vertical-align:top}.sidebar .block-addbysku .fieldset .fields .field.sku{margin-right:-85px;padding-right:90px;width:100%}.sidebar .block-addbysku .fieldset .fields .field.qty .qty+.mage-error{width:80px}.sidebar .block-addbysku .fieldset .fields .actions-toolbar{position:absolute;right:0;top:6px}.sidebar .block-addbysku .form-addbysku .actions-toolbar{margin-bottom:20px}.sidebar .block-addbysku .form-addbysku .actions-toolbar .primary{text-align:left}.sidebar .block-addbysku .form-addbysku .actions-toolbar .primary .action{width:auto}.sidebar .block-addbysku .form-addbysku .actions-toolbar .secondary{float:none;text-align:left}.sidebar .block-addbysku .action.add{display:inline-block;text-decoration:none;line-height:normal;padding:2px 0;width:auto}.sidebar .block-addbysku .action.add>span{border:0;clip:rect(0, 0, 0, 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.sidebar .block-addbysku .action.add:before{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:31px;line-height:22px;color:inherit;content:'\e61c';font-family:'icons-blank-theme';margin:0;vertical-align:top;display:inline-block;font-weight:normal;overflow:hidden;speak:none;text-align:center}.sidebar .block-addbysku .action.add:hover:before{color:inherit}.sidebar .block-addbysku .action.add:active:before{color:inherit}.sidebar .block-addbysku .action.links{display:inline-block;margin:20px 0 0}.sidebar .block-addbysku .action.reset{margin:10px 0;display:block}.sidebar .block-addbysku .action.remove{display:inline-block;background-image:none;background:none;-moz-box-sizing:content-box;border:0;box-shadow:none;line-height:inherit;margin:0;padding:0;text-decoration:none;text-shadow:none;font-weight:400}.sidebar .block-addbysku .action.remove>span{border:0;clip:rect(0, 0, 0, 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.sidebar .block-addbysku .action.remove:before{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:28px;line-height:22px;color:inherit;content:'\e616';font-family:'icons-blank-theme';margin:0;vertical-align:top;display:inline-block;font-weight:normal;overflow:hidden;speak:none;text-align:center}.sidebar .block-addbysku .action.remove:hover:before{color:inherit}.sidebar .block-addbysku .action.remove:active:before{color:inherit}.sidebar .block-addbysku .action.remove:focus,.sidebar .block-addbysku .action.remove:active{background:none;border:none}.sidebar .block-addbysku .action.remove:hover{background:none;border:none}.sidebar .block-addbysku .action.remove.disabled,.sidebar .block-addbysku .action.remove[disabled],fieldset[disabled] .sidebar .block-addbysku .action.remove{pointer-events:none;opacity:.5}.block-product-link.widget,.block-category-link.widget{display:block;margin-bottom:20px}.block-product-link-inline.widget{margin:0}.block.widget .product-item-info{width:auto}.block.widget .pager{padding:0}.block.widget .pager .toolbar-amount{float:none;font-size:1.2rem}.block.widget .pager .pages-item-previous{padding-left:0}.block.widget .pager .pages-item-next{position:relative}.block.widget .pager .items{white-space:nowrap}.columns .block-event{position:relative;z-index:2}.block-event .block-content{position:relative}.block-event .block-content>.action{cursor:pointer;margin-top:-6px;position:absolute;top:50%;z-index:3}.block-event .block-content>.action.backward,.block-event .block-content>.action.forward{opacity:.5;overflow:hidden;width:20px;display:inline-block;text-decoration:none}.block-event .block-content>.action.backward>span,.block-event .block-content>.action.forward>span{border:0;clip:rect(0, 0, 0, 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.block-event .block-content>.action.backward:before,.block-event .block-content>.action.forward:before{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:55px;line-height:30px;color:inherit;content:'\e617';font-family:'icons-blank-theme';vertical-align:middle;display:inline-block;font-weight:normal;overflow:hidden;speak:none;text-align:center}.block-event .block-content>.action.backward:before,.block-event .block-content>.action.forward:before{margin-left:-15px}.block-event .block-content>.action.backward{left:0}.block-event .block-content>.action.forward{right:0}.block-event .block-content>.action.forward:before{content:'\e608'}.block-event .block-content>.action.inactive{cursor:default;display:none}.block-event .block-content>.action:hover{opacity:1}.block-event .slider-panel{position:relative;overflow:hidden;z-index:2}.block-event .slider-panel .slider{white-space:nowrap}.block-event .slider-panel .slider .item{background:#f0f0f0;display:inline-block;text-align:center;white-space:normal;vertical-align:top;width:16.35%}.sidebar-main .block-event .slider-panel .slider .item,.sidebar-additional .block-event .slider-panel .slider .item{width:100%}.block-event .slider-panel .slider .item img{max-width:100%}.block-event .slider-panel .slider .item .category-name{display:inline-block;font-size:1.8rem;padding:15px 5px 0;word-break:break-all}.block-event .slider-panel .slider .item .ticker{margin:0;padding:0;list-style:none none}.block-event .slider-panel .slider .item .ticker li{display:none;margin:0 5px}.block-event .slider-panel .slider .item .ticker .value{font-size:2.6rem;font-weight:300}.block-event .slider-panel .slider .item .ticker .label{display:block;font-size:1.3rem}.block-event .slider-panel .slider .item .dates{font-weight:300}.block-event .slider-panel .slider .item .dates .start,.block-event .slider-panel .slider .item .dates .end,.block-event .slider-panel .slider .item .dates .date{display:block}.block-event .slider-panel .slider .item .dates .start:after{content:"\2013";font-size:1.8rem;display:block}.block-event .slider-panel .slider .item .dates .date{font-size:1.8rem;font-weight:300}.block-event .slider-panel .slider .item .dates .time{font-size:1.3rem}.block-event .slider-panel .slider .item .box-event .box-content{padding:5px 0 10px}.block-event .slider-panel .slider .item .box-event .box-title{font-weight:300;display:block;margin:10px 0 0}.block-event .slider-panel .slider .item .action.show{display:block;padding:0}.block-event .slider-panel .slider .item .action.show .category.name{display:inline-block;padding:30px 10px 0}.block-event .slider-panel .slider .item .action.show img{display:block}.block-event .slider-panel .slider .item .action.event{background-image:none;background:#1979c3;border:1px solid #1979c3;color:#fff;cursor:pointer;display:inline-block;font-family:'Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif;font-weight:700;padding:7px 15px;font-size:1.4rem;box-sizing:border-box;vertical-align:middle;margin-top:15px}.block-event .slider-panel .slider .item .action.event:focus,.block-event .slider-panel .slider .item .action.event:active{background:#006bb4;border:1px solid #006bb4;color:#fff}.block-event .slider-panel .slider .item .action.event:hover{background:#006bb4;border:1px solid #006bb4;color:#fff}.block-event .slider-panel .slider .item .action.event.disabled,.block-event .slider-panel .slider .item .action.event[disabled],fieldset[disabled] .block-event .slider-panel .slider .item .action.event{opacity:.5;cursor:default;pointer-events:none}.block-event .slider-panel .slider .item .action.event:hover{text-decoration:none}.block-static-block.widget,.block-cms-link.widget{margin-bottom:20px}.links .block-static-block.widget,.links .block-cms-link.widget{margin-bottom:0}.block-cms-link-inline.widget{margin:0}.block-wishlist-search .form-wishlist-search{margin:20px 0 0}@media only screen and (max-width:768px){.abs-checkout-tooltip-content-position-top-mobile,.field-tooltip .field-tooltip-content{right:-10px;top:40px;left:auto}.field-tooltip .field-tooltip-content:before,.field-tooltip .field-tooltip-content:after{border:10px solid transparent;height:0;width:0;margin-top:-21px;right:10px;left:auto;top:0%}.field-tooltip .field-tooltip-content:before{border-bottom-color:#999}.field-tooltip .field-tooltip-content:after{border-bottom-color:#f4f4f4;top:1px}.modal-popup.modal-slide .modal-inner-wrap[class]{background-color:#f4f4f4}.modal-popup.modal-slide._inner-scroll._show{-webkit-overflow-scrolling:touch;overflow-y:auto}.modal-popup.modal-slide._inner-scroll .modal-inner-wrap{height:auto;min-height:100%}.modal-popup .modal-title{font-size:14px;font-weight:700}}@media only screen and (max-width:767px){.abs-button-responsive-smaller{width:100%}.abs-visually-hidden-mobile-m{border:0;clip:rect(0, 0, 0, 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.abs-add-clearfix-mobile-m:before,.abs-add-clearfix-mobile-m:after,.form-create-return .fieldset>.actions-toolbar:before,.form-create-return .fieldset>.actions-toolbar:after{content:'';display:table}.abs-add-clearfix-mobile-m:after,.form-create-return .fieldset>.actions-toolbar:after{clear:both}.abs-icon-add-mobile,.block-wishlist-management .wishlist-add.item .add{display:block;text-decoration:none}.abs-icon-add-mobile:before,.block-wishlist-management .wishlist-add.item .add:before{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:10px;line-height:10px;color:inherit;content:'\e61c';font-family:'icons-blank-theme';margin:0 5px 0 0;vertical-align:middle;display:inline-block;font-weight:normal;overflow:hidden;speak:none;text-align:center}.abs-toggling-title-mobile,.block-wishlist-management .wishlist-select .wishlist-name,.block-collapsible-nav .title{border-top:1px solid #d1d1d1;border-bottom:1px solid #d1d1d1;cursor:pointer;margin-bottom:0;padding:10px 40px 10px 15px;position:relative;display:block;text-decoration:none}.abs-toggling-title-mobile:after,.block-wishlist-management .wishlist-select .wishlist-name:after,.block-collapsible-nav .title:after{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:28px;line-height:inherit;color:inherit;content:'\e622';font-family:'icons-blank-theme';vertical-align:middle;display:inline-block;font-weight:normal;overflow:hidden;speak:none;text-align:center}.block-wishlist-management .wishlist-select .wishlist-name:after,.block-collapsible-nav .title:after{position:absolute;right:10px;top:0}.abs-toggling-title-mobile.active:after,.block-wishlist-management .wishlist-select .wishlist-name.active:after,.block-collapsible-nav .title.active:after{content:'\e621'}.abs-pager-toolbar-mobile .toolbar-amount,.abs-pager-toolbar-mobile .limiter,.abs-pager-toolbar-mobile .pages,.account .toolbar .toolbar-amount,.account .toolbar .limiter,.account .toolbar .pages,.toolbar-wishlist-results .toolbar-amount,.toolbar-wishlist-results .limiter,.toolbar-wishlist-results .pages{margin-bottom:25px;float:none}.abs-shopping-cart-items-mobile .actions{text-align:center}.navigation,.page-header .header.panel,.page-wrapper>.widget,.page-wrapper>.page-bottom,.block.category.event,.top-container{padding-left:15px;padding-right:15px}.account .page-main,.cms-privacy-policy .page-main{position:relative;padding-top:41px}.navigation{padding:0}.navigation .parent .level-top{position:relative;display:block;text-decoration:none}.navigation .parent .level-top:after{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:42px;line-height:inherit;color:inherit;content:'\e622';font-family:'icons-blank-theme';vertical-align:middle;display:inline-block;font-weight:normal;overflow:hidden;speak:none;text-align:center}.navigation .parent .level-top:after{position:absolute;right:7px;top:-8px}.navigation .parent .level-top.ui-state-active:after{content:'\e621'}.nav-sections{-webkit-transition:left .3s;-moz-transition:left .3s;-ms-transition:left .3s;transition:left .3s;height:100%;left:-80%;left:calc(-1 * (100% - 54px));overflow:auto;position:fixed;top:0;width:80%;width:calc(100% - 54px)}.nav-sections .switcher{border-top:1px solid #d1d1d1;font-size:1.6rem;font-weight:700;margin:0;padding:.8rem 3.5rem .8rem 2rem}.nav-sections .switcher .label{display:block;margin-bottom:5px}.nav-sections .switcher:last-child{border-bottom:1px solid #d1d1d1}.nav-sections .switcher-trigger strong{display:inline-block !important;position:relative;display:block;text-decoration:none}.nav-sections .switcher-trigger strong:after{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:42px;line-height:inherit;color:inherit;content:'\e622';font-family:'icons-blank-theme';vertical-align:middle;display:inline-block;font-weight:normal;overflow:hidden;speak:none;text-align:center}.nav-sections .switcher-trigger strong:after{position:absolute;right:-40px;top:-18px}.nav-sections .switcher-trigger.active strong:after{content:'\e621'}.nav-sections .switcher-dropdown{margin:0;padding:0;list-style:none none;padding:10px 0}.nav-sections .header.links{margin:0;padding:0;list-style:none none;border-bottom:1px solid #d1d1d1}.nav-sections .header.links li{font-size:1.6rem;margin:0}.nav-sections .header.links li.greet.welcome{border-top:1px solid #d1d1d1;font-weight:700;padding:.8rem 20px}.nav-sections .header.links li>a{border-top:1px solid #d1d1d1}.nav-sections .header.links a,.nav-sections .header.links a:hover{color:#575757;text-decoration:none;display:block;font-weight:700;padding:.8rem 20px}.nav-sections .header.links .header.links{border:0}.nav-before-open{height:100%;width:100%}.nav-before-open .page-wrapper{-webkit-transition:left .3s;-moz-transition:left .3s;-ms-transition:left .3s;transition:left .3s;height:100%;left:0;overflow:hidden;position:relative}.nav-before-open body{height:100%;overflow:hidden;position:relative;width:100%}.nav-open .page-wrapper{left:80%;left:calc(100% - 54px)}.nav-open .nav-sections{-webkit-box-shadow:0 0 5px 0 rgba(50,50,50,0.75);-moz-box-shadow:0 0 5px 0 rgba(50,50,50,0.75);-ms-box-shadow:0 0 5px 0 rgba(50,50,50,0.75);box-shadow:0 0 5px 0 rgba(50,50,50,0.75);left:0;z-index:99}.nav-open .nav-toggle:after{background:rgba(0,0,0,0.01);content:'';display:block;height:100%;position:fixed;right:0;top:0;width:100%;z-index:1}.nav-sections-items{position:relative;z-index:1}.nav-sections-items:before,.nav-sections-items:after{content:'';display:table}.nav-sections-items:after{clear:both}.nav-sections-item-title{background:#e8e8e8;border:solid #dbdbdb;border-width:0 0 1px 1px;box-sizing:border-box;float:left;height:71px;padding-top:24px;text-align:center;width:33.33%}.nav-sections-item-title.active{background:transparent;border-bottom:0}.nav-sections-item-title .nav-sections-item-switch:hover{text-decoration:none}.modal-popup.modal-slide{left:44px;z-index:900}.modal-popup.modal-slide._show .modal-inner-wrap{-webkit-transform:translateX(0);transform:translateX(0)}.modal-popup.modal-slide .modal-inner-wrap{height:100%;overflow-y:auto;position:static;-webkit-transform:translateX(100%);transform:translateX(100%);-webkit-transition:-webkit-transform .3s ease-in-out;transition:transform .3s ease-in-out;width:auto}.modal-popup.modal-slide .modal-inner-wrap{margin:0;max-height:none}.custom-slide{bottom:0;left:0;min-width:0;position:fixed;right:0;top:0;visibility:hidden;opacity:0;-webkit-transition:visibility 0s .3s,opacity .3s ease;transition:visibility 0s .3s,opacity .3s ease;left:44px;z-index:900}.custom-slide._show{visibility:visible;opacity:1;-webkit-transition:opacity .3s ease;transition:opacity .3s ease}.custom-slide._show .modal-inner-wrap{-webkit-transform:translate(0, 0);transform:translate(0, 0)}.custom-slide .modal-inner-wrap{background-color:#fff;box-shadow:0 0 12px 2px rgba(0,0,0,0.35);opacity:1;pointer-events:auto}.custom-slide._show .modal-inner-wrap{-webkit-transform:translateX(0);transform:translateX(0)}.custom-slide .modal-inner-wrap{height:100%;overflow-y:auto;position:static;-webkit-transform:translateX(100%);transform:translateX(100%);-webkit-transition:-webkit-transform .3s ease-in-out;transition:transform .3s ease-in-out;width:auto}.custom-slide._show{-webkit-overflow-scrolling:touch;overflow-y:auto;overflow-x:hidden}.custom-slide .modal-inner-wrap{background-color:#f4f4f4;box-sizing:border-box;height:auto;min-height:100%}body._has-modal-custom{height:100vh;overflow:hidden;width:100vw}body._has-modal-custom .modal-custom-overlay{background-color:rgba(51,51,51,0.55)}.lac-notification{padding:5px 0}.lac-notification .lac-notification-icon{display:none}.lac-notification .lac-notification-text,.lac-notification .lac-notification-links{float:none;padding:5px 0;text-align:center}.pagebuilder-banner-wrapper{background-attachment:scroll !important}.pagebuilder-banner-wrapper .pagebuilder-overlay:not(.pagebuilder-poster-overlay){max-width:none}.pagebuilder-column{background-attachment:scroll !important;flex-basis:100%;max-width:100%}.pagebuilder-column-group{flex-wrap:wrap}[data-content-type='row'][data-appearance='contained'] [data-element='inner']{background-attachment:scroll !important}[data-content-type='row'][data-appearance='full-bleed']{background-attachment:scroll !important}[data-content-type='row'][data-appearance='full-width']{background-attachment:scroll !important}.pagebuilder-slide-wrapper .pagebuilder-overlay:not(.pagebuilder-poster-overlay){max-width:none}[data-content-type='tab-item']{background-attachment:scroll !important}.pagebuilder-mobile-hidden{display:none !important}.contact-index-index .column:not(.sidebar-main) .form.contact{float:none;width:100%}.contact-index-index .column:not(.sidebar-additional) .form.contact{float:none;width:100%}.my-credit-cards .table:not(.totals):not(.cart):not(.table-comparison) .status{display:none}.my-credit-cards .table:not(.totals):not(.cart):not(.table-comparison) .status:before{display:none}.my-credit-cards .table:not(.totals):not(.cart):not(.table-comparison) .status._default{display:block}.my-credit-cards .card-type img{vertical-align:middle}.catalog-product-view .column.main{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.catalog-product-view .product.media{-ms-flex-order:-1;-webkit-order:-1;order:-1}.login-container .fieldset:after{text-align:center}.account .page.messages{margin-bottom:40px}.control.captcha-image .captcha-img{display:block;margin-bottom:10px}.customer-account-index .page-title-wrapper{position:relative}.gift-options .actions-toolbar .action-update{font-size:2rem;padding:15px;width:100%}.gift-item-block{border-bottom:0;border-top:1px solid #c1c1c1}.cart.table-wrapper .gift-content{margin-right:-10px}.gift-wrapping{border-bottom:1px solid #c1c1c1;margin-bottom:20px;padding-bottom:10px}.gift-wrapping-list{width:100%}.gift-wrapping-preview img{width:100%}.item-actions .actions-toolbar .gift-options .gift-wrapping,.item-actions .actions-toolbar .gift-options .gift-message{display:block}.form-add-invitations .additional,.form-add-invitations .field.text{margin-top:20px}.map-popup{max-width:100%}.map-old-price,.map-show-info{display:inline-block}.map-old-price:not(:last-child),.map-show-info:not(:last-child){margin-bottom:10px}.block-wishlist-management{clear:both;margin-top:-21px}.block-wishlist-management .wishlist-select{margin:0 -15px 20px}.block-wishlist-management .wishlist-select-items{border-bottom:1px solid #d1d1d1;background:#f5f5f5;display:none;padding:15px 0}.block-wishlist-management .wishlist-select-items.active{display:block}.block-wishlist-management .wishlist-select-items .item{margin:3px 0 0}.block-wishlist-management .wishlist-select-items .item:first-child{margin-top:0}.block-wishlist-management .wishlist-select-items .item.current{display:none}.block-wishlist-management .wishlist-select-items .item a{display:block;padding:5px 18px;text-decoration:none}.block-wishlist-management .wishlist-select-items .item a:hover{background:#e8e8e8}.block-wishlist-management .wishlist-title strong{font-size:2.6rem}.block-wishlist-management .wishlist-info{margin-bottom:15px}.block-wishlist-management .wishlist-toolbar-select,.block-wishlist-management .wishlist-toolbar-actions{margin-bottom:15px}.products-grid.wishlist .product-item-checkbox{left:20px;position:absolute;top:20px}.page-multiple-wishlist .products-grid.wishlist .product-item-photo{margin-left:25px}.page-multiple-wishlist .products-grid.wishlist .product-item-name,.page-multiple-wishlist .products-grid.wishlist .product-item-description,.page-multiple-wishlist .products-grid.wishlist .product-item .price-box,.page-multiple-wishlist .products-grid.wishlist .product-item-tooltip{margin-left:115px}.products-grid.wishlist .wishlist-dropdown{display:none}.multishipping-checkout-success .nav-toggle{display:block}.multishipping-checkout-success .logo{margin-left:40px}.reward-settings+.actions-toolbar{margin-top:10px}.account .column.main .returns-details-items .block-returns-tracking .block-title>.action.track{float:none;display:block;margin:10px 0 0}.block-collapsible-nav{left:0;position:absolute;top:-21px;width:100%;z-index:5}.block-collapsible-nav .content{border-bottom:1px solid #d1d1d1;display:none}.block-collapsible-nav .content.active{display:block}.products-grid.wishlist{margin-bottom:30px;margin-right:-10px}.products-grid.wishlist .product-item{padding:20px 10px 20px 20px;position:relative}.products-grid.wishlist .product-item-photo{float:left;margin-right:20px}.products-grid.wishlist .product-item-name{font-size:1.6rem}.products-grid.wishlist .product-item-actions{display:block}.products-grid.wishlist .product-item-actions .action{margin-right:15px}.products-grid.wishlist .product-item-actions .action:last-child{margin-right:0}.products-grid.wishlist .product-item-actions .action.edit{float:left}.products-grid.wishlist .product-item-actions .action.delete{float:right}.products-grid.wishlist .product-item-actions .action.edit,.products-grid.wishlist .product-item-actions .action.delete{margin-top:7px}.products-grid.wishlist .product-item-name,.products-grid.wishlist .product-item-description,.products-grid.wishlist .product-item .price-box,.products-grid.wishlist .product-item-tooltip{margin-left:95px}.products-grid.wishlist .product-item .box-tocart{float:left;margin-right:20px}.products-grid.wishlist .product-item .box-tocart .stock{margin-top:7px}.products-grid.wishlist .product-item .giftregisty-dropdown,.products-grid.wishlist .product-item .field.qty{display:none}.products-grid.wishlist .product-image-container{max-width:80px}.wishlist-index-index .product-item{width:100%}.wishlist-index-index .product-item-info{width:auto}#magepow_ajaxcart_popup .btn-viewcart{width:48%;float:left}#magepow_ajaxcart_popup .btn-continue{width:48%;float:right}.cart.table-wrapper{overflow:inherit}.cart.table-wrapper thead .col:not(.item){display:none}.cart.table-wrapper .col.qty,.cart.table-wrapper .col.price,.cart.table-wrapper .col.subtotal,.cart.table-wrapper .col.msrp{box-sizing:border-box;display:block;float:left;text-align:center;white-space:nowrap;width:33%}.cart.table-wrapper .col.qty:before,.cart.table-wrapper .col.price:before,.cart.table-wrapper .col.subtotal:before,.cart.table-wrapper .col.msrp:before{content:attr(data-th) ':';display:block;font-weight:700;padding-bottom:10px}.cart.table-wrapper .col.msrp{white-space:normal}.cart.table-wrapper .item .col.item{padding-bottom:0}.checkout-payment-method .payment-methods{margin:0 -15px}.checkout-payment-method .payment-method-title{padding:15px}.checkout-payment-method .payment-method-billing-address .action-cancel{margin-top:10px}.checkout-payment-method .payment-option{margin:0 -15px}.checkout-payment-method .payment-option .payment-option-title{padding:15px}.checkout-payment-method .payment-option .payment-option-content{padding:0 15px 20px}.braintree-applepay-container-product{display:block}.braintree-applepay-container-product .braintree-apple-pay-button{width:100%}}@media only screen and (max-width:639px){.abs-visually-hidden-mobile,.table-giftregistry-items .col.product:before{border:0;clip:rect(0, 0, 0, 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.abs-add-clearfix-mobile:before,.abs-add-clearfix-mobile:after,.abs-checkout-order-review tbody tr:before,.abs-checkout-order-review tbody tr:after,.table-giftregistry-items .col.product:before,.table-giftregistry-items .col.product:after,.multicheckout.order-review .data.table tbody tr:before,.multicheckout.order-review .data.table tbody tr:after{content:'';display:table}.abs-add-clearfix-mobile:after,.abs-checkout-order-review tbody tr:after,.table-giftregistry-items .col.product:after,.multicheckout.order-review .data.table tbody tr:after{clear:both}.multicheckout.order-review .data.table tbody tr:not(:last-child){border-bottom:1px solid #d1d1d1}.multicheckout.order-review .data.table tbody tr .col.item:before{display:none}.multicheckout.order-review .data.table tbody tr .col.qty,.multicheckout.order-review .data.table tbody tr .col.price,.multicheckout.order-review .data.table tbody tr .col.subtotal{box-sizing:border-box;float:left;text-align:center;white-space:nowrap;width:33%}.multicheckout.order-review .data.table tbody tr .col.qty:before,.multicheckout.order-review .data.table tbody tr .col.price:before,.multicheckout.order-review .data.table tbody tr .col.subtotal:before{content:attr(data-th) ":";display:block;font-weight:700;padding-bottom:10px}.abs-checkout-order-review tbody tr .product-item-name,.multicheckout.order-review .data.table tbody tr .product-item-name{margin:0}.abs-no-display-s,.opc-wrapper .shipping-address-item.selected-item .action-select-shipping-item{display:none}.abs-pager-toolbar-mobile-s .toolbar-amount,.abs-pager-toolbar-mobile-s .limiter,.abs-pager-toolbar-mobile-s .pages,.toolbar-giftregistry-results .toolbar-amount,.toolbar-giftregistry-results .limiter,.toolbar-giftregistry-results .pages{margin-bottom:25px}.table-wrapper{overflow-x:auto;overflow-y:hidden;width:100%;-ms-overflow-style:-ms-autohiding-scrollbar;-webkit-overflow-scrolling:touch;position:relative}.checkout-payment-method .amazon-sandbox-simulator{border-top:1px solid #ccc}.klarna-payments-method>.payment-method-title{padding:6.5px 0 6.5px 15px}.column .block-addbysku .sku{margin-right:-85px;padding-right:90px}.column .block-addbysku .action.remove{display:inline-block;background-image:none;background:none;-moz-box-sizing:content-box;border:0;box-shadow:none;line-height:inherit;margin:0;padding:0;text-decoration:none;text-shadow:none;font-weight:400}.column .block-addbysku .action.remove>span{border:0;clip:rect(0, 0, 0, 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.column .block-addbysku .action.remove:before{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:28px;line-height:22px;color:inherit;content:'\e616';font-family:'icons-blank-theme';margin:0;vertical-align:top;display:inline-block;font-weight:normal;overflow:hidden;speak:none;text-align:center}.column .block-addbysku .action.remove:hover:before{color:inherit}.column .block-addbysku .action.remove:active:before{color:inherit}.column .block-addbysku .action.remove:focus,.column .block-addbysku .action.remove:active{background:none;border:none}.column .block-addbysku .action.remove:hover{background:none;border:none}.column .block-addbysku .action.remove.disabled,.column .block-addbysku .action.remove[disabled],fieldset[disabled] .column .block-addbysku .action.remove{pointer-events:none;opacity:.5}.account .column.main,.account .sidebar-additional{margin:0}.cart.table-wrapper .gift-content{border-bottom:1px solid #d1d1d1;margin-bottom:20px}.page-with-filter .columns .sidebar-main{-ms-flex-order:0;-webkit-order:0;order:0}.multicheckout .data.table .address:before{margin-bottom:5px}.multicheckout .product-item-name,.multicheckout .price-including-tax,.multicheckout .price-excluding-tax{display:inline-block}.multicheckout .block-content .box:not(:last-child){margin-bottom:40px}.multicheckout .block-content .box:last-child{margin-bottom:0}.multicheckout.order-review .box-items .data.table thead{display:block}.multicheckout.order-review .box-items .data.table thead tr{display:block}.multicheckout.order-review .box-items .data.table thead .col.item{display:block;padding:0}.multicheckout .actions-toolbar .action{margin-bottom:25px}.multicheckout .actions-toolbar>.primary{margin-bottom:25px;margin-right:0}.account .order-details-items .table-order-items .product-item-name,.account .order-details-items .table-order-items .price-including-tax,.account .order-details-items .table-order-items .price-excluding-tax,.account .order-details-items .table-order-items .items-qty{display:inline-block;vertical-align:top}.account .order-details-items .action.print{display:none}.account .toolbar .pages{float:right}.account .toolbar .limiter{clear:both}.products-grid.wishlist .product-item{border-bottom:1px solid #e8e8e8}.products-grid.wishlist .product-item:first-child{border-top:1px solid #e8e8e8}.minicart-wrapper{margin-top:10px}.opc-wrapper .step-title{font-size:18px;border-bottom:0;padding-bottom:0}.opc-wrapper .form-login{border-bottom:1px solid #ccc;margin:0 0 15px;padding:0 0 15px}.opc-wrapper .shipping-address-item{border-bottom:1px solid #ccc;margin:0 0 15px;padding:0 0 15px;width:100%}.opc-wrapper .shipping-address-item.selected-item{padding:15px 35px 15px 18px;border-bottom-width:2px}.opc-wrapper .shipping-address-item.selected-item .edit-address-link{right:39px}.opc-wrapper .form-login,.opc-wrapper .form-shipping-address{margin-top:28px}.opc-wrapper .action-select-shipping-item{float:none;margin-top:10px;width:100%}.opc-wrapper .action-show-popup{width:100%}.opc-wrapper .edit-address-link{display:inline-block;text-decoration:none;margin:0;position:absolute;right:0;top:1px}.opc-wrapper .edit-address-link>span{border:0;clip:rect(0, 0, 0, 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.opc-wrapper .edit-address-link:before{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:28px;line-height:28px;color:#303030;content:'\e606';font-family:'icons-blank-theme';vertical-align:middle;display:inline-block;font-weight:normal;overflow:hidden;speak:none;text-align:center}.opc-wrapper .edit-address-link:hover:before{color:#303030}.opc-wrapper .edit-address-link:active:before{color:#303030}.shipping-policy-block.field-tooltip{margin-bottom:20px;position:relative;right:auto;top:auto}.shipping-policy-block.field-tooltip .field-tooltip-content{width:300px;right:auto}.shipping-policy-block.field-tooltip .field-tooltip-content:before,.shipping-policy-block.field-tooltip .field-tooltip-content:after{right:auto}.table-giftregistry-items .field.choice,.table-giftregistry-items .field.qty{display:inline-block}.form-giftregistry-search .fieldset{margin-bottom:15px}#braintree-three-d-modal .bt-modal-frame{width:100%}}@media only screen and (max-width:479px){.modal-popup .field-tooltip .field-tooltip-content{width:200px}}@media all and (min-width:640px){.abs-blocks-2columns-s{width:48.8%}.abs-reset-left-margin-desktop-s,.column:not(.sidebar-main) .multicheckout .actions-toolbar,.multicheckout .block-shipping .box-shipping-method .fieldset .legend{margin-left:0}.abs-margin-for-forms-desktop-s{margin-left:25.8%}.abs-visually-hidden-desktop-s{border:0;clip:rect(0, 0, 0, 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.abs-add-clearfix-desktop-s:before,.abs-add-clearfix-desktop-s:after,.multicheckout .block-billing:before,.multicheckout .block-billing:after{content:'';display:table}.abs-add-clearfix-desktop-s:after,.multicheckout .block-billing:after{clear:both}.abs-add-box-sizing-desktop-s,.multicheckout .block-shipping .box,.multicheckout .block-billing .box-billing-address,.multicheckout .block-billing .box-billing-method{box-sizing:border-box}.ui-dialog.popup{width:420px}.post-list-wrapper{overflow:hidden}.post-list-wrapper .post-list.grid:after{content:"";clear:both;display:block}.post-list-wrapper .post-list.grid li{float:left;margin-left:2%;margin-bottom:2%;width:calc((100% - (2% * (2 - 1))) / 2)}.post-list-wrapper .post-list.grid li:nth-child(2n+1){clear:left;margin-left:0}.widget-blog-posts ol.post-list li.item{float:left;margin-left:2%;margin-bottom:2%;width:calc((100% - (2% * (2 - 1))) / 2)}.widget-blog-posts ol.post-list li.item:nth-child(2n+1){clear:left;margin-left:0}.column .block-addbysku .action.remove{background-image:none;-moz-box-sizing:content-box;box-shadow:none;line-height:inherit;text-shadow:none;font-weight:400;line-height:1.42857143;margin:0;padding:0;color:#1979c3;text-decoration:none;background:none;border:0;display:inline;margin-top:4px}.column .block-addbysku .action.remove:focus,.column .block-addbysku .action.remove:active{background:none;border:none}.column .block-addbysku .action.remove:hover{background:none;border:none}.column .block-addbysku .action.remove.disabled,.column .block-addbysku .action.remove[disabled],fieldset[disabled] .column .block-addbysku .action.remove{pointer-events:none;opacity:.5}.column .block-addbysku .action.remove:visited{color:#1979c3;text-decoration:none}.column .block-addbysku .action.remove:hover{color:#006bb4;text-decoration:underline}.column .block-addbysku .action.remove:active{color:#ff5501;text-decoration:underline}.column .block-addbysku .action.remove:hover,.column .block-addbysku .action.remove:active,.column .block-addbysku .action.remove:focus{background:none;border:0}.column .block-addbysku .action.remove.disabled,.column .block-addbysku .action.remove[disabled],fieldset[disabled] .column .block-addbysku .action.remove{color:#1979c3;opacity:.5;cursor:default;pointer-events:none;text-decoration:underline}.product-item-actions{display:block}.page-products .columns{padding-top:0;position:relative;z-index:1}.toolbar-amount{float:left}.sorter{float:left}.limiter{float:left;padding:4px 0 0}.products.wrapper~.toolbar .limiter{display:none}.multicheckout .actions-toolbar .secondary{float:none;margin-top:11px;text-align:right}.multicheckout .actions-toolbar .secondary .action{margin-left:10px}.multicheckout .actions-toolbar .secondary .action.back{display:block;float:left}.multicheckout .item-options{margin:20px 0 0}.multicheckout .block-content .box{margin-bottom:0}.multicheckout .block-shipping .box{float:left;width:25%}.multicheckout .block-shipping .box-shipping-method{padding-left:25px;padding-right:25px;width:50%}.multicheckout .block-shipping .box-shipping-method .fieldset .field:before{display:none}.multicheckout .block-billing .box-billing-address{float:left;width:25%}.multicheckout .block-billing .box-billing-method{float:left;padding-left:25px;width:50%}.multicheckout.form.address .table-wrapper .applicable{margin:7px 0 0}.multicheckout.order-review .box-items{clear:left;float:none;padding-top:40px;width:auto}.multicheckout.order-review .col.item{width:75%}.multicheckout .methods-payment .item-content>.fieldset{width:auto}.multicheckout .methods-payment .item-content>.fieldset .field.cvv{display:inline-block;width:auto}.multicheckout .methods-payment .fieldset>.field:not(.choice)>.label{float:none;margin-bottom:8px;text-align:left;width:auto}.multicheckout .methods-payment .fieldset>.field:not(.choice):not(.cvv) .control{width:100%}.review-form{max-width:500px}.review-ratings{max-width:240px;float:left;margin-bottom:0}.review-ratings~.review-content,.review-ratings~.review-details{margin-left:280px}.review-toolbar{margin:0 0 30px}.review-toolbar .pages{padding:30px 0}.fieldset .review-legend.legend{margin-bottom:30px}.review-item{padding:30px 0}.review-title{margin:0 0 30px}.wishlist-index-index .products-grid .product-item{margin-bottom:20px;width:50%}.wishlist-index-index .products-grid .product-item-actions{margin:0}.block.widget .products-grid .product-item,.page-layout-1column .block.widget .products-grid .product-item,.page-layout-3columns .block.widget .products-grid .product-item{width:33.33333333%}}#braintree-three-d-modal{display:-webkit-flex;display:-ms-flexbox;display:flex;position:fixed;top:0;left:0;align-items:center;height:100vh;width:100vw;z-index:100000;visibility:visible}#braintree-three-d-modal .bt-modal-frame{height:420px;width:440px;margin:auto;background-color:#fff;z-index:2;border-radius:6px}#braintree-three-d-modal .bt-modal-body{height:380px;margin:20px;background-color:white;border:1px solid #d3d3d3}#braintree-three-d-modal .bt-mask{position:absolute;top:0;left:0;height:100%;width:100%;background-color:black;opacity:0.75}.braintree-applepay-container-product{display:inline-block}.braintree-applepay-container-product .braintree-apple-pay-button{padding:10px 0;margin:0;margin-bottom:15px}.braintree-apple-pay-button{-webkit-appearance:-apple-pay-button;-apple-pay-button-type:plain;display:block;width:200px;min-height:40px;border:1px solid #000;background-image:-webkit-named-image(apple-pay-logo-black);background-size:100% calc(60% + 2px);background-repeat:no-repeat;background-color:black;background-position:50% 50%;border-radius:5px;padding:2px;margin:20px auto;transition:background-color .15s;cursor:pointer}.ppcredit-summary{background:linear-gradient(to right, #009cde, #003087);color:#fff;padding:15px;text-align:center;margin:10px 0px}.ppcreditcalc-container{border:1px solid #dedede;background:#fff}.ppcreditcalc-header{background:#fff;padding:15px}.ppcreditcalc-legal{background-color:#eee;border-top:1px solid #dedede;padding:15px;font-size:1.2rem;line-height:2rem}.ppcreditcalc-instalments{list-style:none;margin:0;padding:0;border-top:1px solid #dedede;border-bottom:1px solid #dedede;background-color:#eeeeee}.ppcreditcalc-instalments li{display:inline-block;margin:0;padding:0}.ppcreditcalc-instalments-term{display:block;padding:10px 15px;color:#000}.ppcreditcalc-instalments-term:hover{background:#009CDE;color:#FFF;text-decoration:none}.ppcreditcalc-instalments-term.active{background:#003087;color:#FFF}.ppcreditcalc-instalment-summary{padding:15px}.ppcreditcalc-instalment-summary dl{margin:0}.ppcreditcalc-instalment-summary dt{display:inline-block;width:50%}.ppcreditcalc-instalment-summary dd{display:inline-block}#braintree_expirationDate{width:90px}button.braintree-googlepay-button{background-origin:content-box;background-position:center center;background-repeat:no-repeat;background-size:contain;border:0;border-radius:4px;box-shadow:rgba(60,64,67,0.3) 0 1px 1px 0,rgba(60,64,67,0.15) 0 1px 3px 1px;cursor:pointer;height:40px;min-height:40px;padding:11px 24px}button.braintree-googlepay-button.black{background-color:#000;box-shadow:none;padding:12px 24px 10px}button.braintree-googlepay-button.white{background-color:#fff}button.braintree-googlepay-button.short{min-width:90px;width:160px}button.braintree-googlepay-button.black.short{background-image:url(https://www.gstatic.com/instantbuy/svg/dark_gpay.svg)}button.braintree-googlepay-button.white.short{background-image:url(https://www.gstatic.com/instantbuy/svg/light_gpay.svg)}button.braintree-googlepay-button.black:active{background-color:#5f6368}button.braintree-googlepay-button.black:hover{background-color:#3c4043}button.braintree-googlepay-button.white:active{background-color:#fff}button.braintree-googlepay-button.white:focus{box-shadow:#e8e8e8 0 1px 1px 0,#e8e8e8 0 1px 3px}button.braintree-googlepay-button.white:hover{background-color:#f8f8f8}button.braintree-googlepay-button.long{min-width:152px;width:240px}button.braintree-googlepay-button.white.long{background-image:url(https://www.gstatic.com/instantbuy/svg/light/en.svg)}button.braintree-googlepay-button.black.long{background-image:url(https://www.gstatic.com/instantbuy/svg/dark/en.svg)}.googlepay-minicart-logo{margin-top:15px;text-align:center}.checkout-payment-method .credit-card-types.braintree-credit-card-types img{width:30px;-webkit-filter:none;-webkit-transition:none}.braintree-card-control{position:relative}.braintree-credit-card-selected{position:absolute;z-index:10;left:10px}.braintree-paypal-logo.oneclick-container{width:100%}#payment_form_braintree_ach_direct_debit .field>.fields .field .label{font-weight:600}#payment_form_braintree_ach_direct_debit .field>.fields .field.required>.label:after{content:'*';color:#e02b27;font-size:1.8rem;margin:0 0 0 5px}#payment_form_braintree_ach_direct_debit .field>.fields .field .control{margin:10px 10px 0 0}#payment_form_braintree_ach_direct_debit .field>.fields .field .control input[type="text"]::placeholder,#payment_form_braintree_ach_direct_debit .field>.fields .field .control input[type="number"]::placeholder{color:lightgrey}#payment-method-braintree-lpm .primary{width:100%}#payment-method-braintree-lpm .primary .action{margin-bottom:12px;width:100%}#payment-method-braintree-lpm .primary .action img{height:40px}#payment-method-braintree-cc-vault .field.required .label{font-weight:600}#payment-method-braintree-cc-vault .field.required .label:after{content:'*';color:#e02b27;font-size:1.8rem;margin:0 0 0 5px}#payment-method-braintree-cc-vault .field .hosted-control{background:#fff;background-clip:padding-box;border:1px solid #c2c2c2;border-radius:1px;font-family:'Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif;font-size:1.4rem;height:32px;padding:0 9px;vertical-align:baseline;box-sizing:border-box;position:relative;width:5rem}#payment-method-braintree-cc-vault .field .hosted-control.braintree-hosted-fields-invalid:not(.braintree-hosted-fields-focused)~.hosted-error{height:auto;opacity:1}#payment-method-braintree-cc-vault .field .hosted-error{clear:both;color:#e02b27;font-size:1.2rem;height:0;margin-top:7px;opacity:0}.braintree-paypal-fieldset{display:none}.payment-method-braintree .hosted-control{border:1px solid #c2c2c2;height:32px;padding:8px 15px;max-width:300px}.payment-method-braintree .hosted-control.braintree-hosted-fields-invalid:not(.braintree-hosted-fields-focused)~.hosted-error{height:auto;opacity:1}.payment-method-braintree .hosted-error{clear:both;color:#e02b27;font-size:1.2rem;height:0;margin-top:7px;opacity:0}.payment-method-braintree .cvv{max-width:200px;position:relative}.payment-method-braintree .cvv .field-tooltip{top:10px;right:30px}#braintree_cc_number{padding-left:68px}body{background-color:#fff}.page-header{border-bottom:1px solid #d1d1d1;margin-bottom:20px}.header.content{padding-top:10px;position:relative}.logo{position:relative;z-index:5;float:left;margin:0 0 10px 40px}.logo img{display:block}.page-print .logo{float:none}.page-main>.page-title-wrapper .page-title+.action{margin-top:30px}.action.skip:not(:focus){border:0;clip:rect(0, 0, 0, 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.action.skip:focus{position:absolute;z-index:15;box-sizing:border-box;width:100%;left:0;top:0;text-align:center;background:#f0f0f0;padding:10px}.page-footer{margin-top:auto}.footer.content .links>li{margin:0 0 8px}.footer.content .switcher-store{margin:0 0 30px}.page-header .switcher .options ul.dropdown a,.page-footer .switcher .options ul.dropdown a{display:block;padding:8px}.page-header .switcher .options ul.dropdown a:hover,.page-footer .switcher .options ul.dropdown a:hover{text-decoration:none}.page-header .switcher li,.page-footer .switcher li{margin:0;font-size:12px}.page-header .switcher .label,.page-footer .switcher .label{border:0;clip:rect(0, 0, 0, 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.page-header .switcher strong,.page-footer .switcher strong{font-weight:400}.widget{clear:both}.ui-datepicker td{padding:0}@media (min-width:1280px){.container{max-width:1200px}}body.rtl,.rtl .main,.rtl select,.rtl input,.rtl textarea{text-align:right}body.rtl{direction:rtl}*{outline:none !important;user-select:none}button,a{transition:all .3s ease;-moz-transition:all .3s ease;-webkit-transition:all .3s ease;-o-transition:all .3s ease}button:hover,a:hover{text-decoration:none !important}._keyfocus *:focus{box-shadow:none;outline:none}h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6{font-family:'Oswald',sans-serif}ul{list-style:none;padding:0}table th{text-align:left}table .col{width:auto}.minicart-wrapper .action.showcart .counter.empty .counter-number:empty:before{content:"0"}.toggle-tab{cursor:pointer}@media (min-width:1200px){body .container{max-width:1170px;padding-left:0;padding-right:0}}@media (min-width:1600px){body .container{max-width:1410px}}@media screen and (max-width:575px){.slick-prev,.slick-next{display:none !important}}@media screen and (max-width:480px){select{width:100%}}.rtl input[type="checkbox"],.rtl input[type="radio"]{margin:2px 0 0 5px}.rtl select{background-position:left 7px center;padding:0 12px 0 20px}img{height:auto}.row-35{margin-left:-35px !important;margin-right:-35px !important}.col-35{padding-left:35px !important;padding-right:35px !important}.row-23{margin-left:-23px !important;margin-right:-23px !important}.col-23{padding-left:23px !important;padding-right:23px !important}.dflex{display:-webkit-box;display:-ms-flexbox;display:-webkit-flex;display:flex;flex-wrap:wrap}.hidden{display:none !important}.abs-primary-color-site,.cart.main.actions .action.clear:hover,.cart.main.actions .action.update:hover,.cart.main.actions .continue{background-color:#000;color:#fff;border-color:#000}.scrollbar::-webkit-scrollbar{width:6px;border-radius:3px}.scrollbar::-webkit-scrollbar-thumb{background-color:#aeaeae;border-radius:3px}.scrollbar::-webkit-scrollbar-track{-webkit-box-shadow:0 0 2px rgba(0,0,0,0.3);background-color:#f2f2f2;border-radius:3px}.crollbar-run,.deal-progress-bar{background-color:#000;display:block;-webkit-animation:2s linear 0s normal none infinite running progress-bar-stripes;animation:2s linear 0s normal none infinite running progress-bar-stripes;background-image:-webkit-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);background-image:linear-gradient(45deg, rgba(255,255,255,0.15) 25%, rgba(0,0,0,0) 25%, rgba(0,0,0,0) 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, rgba(0,0,0,0) 75%, rgba(0,0,0,0));background-size:40px 40px;background-color:#000 !important;transition:.9s linear;transition-property:width,background-color}.button-number,.product-info-main .field.qty .custom-qty.control,.stickyCart .stickyChild .contentHide .quantity,.bundle-options-container .product-qty .control.custom-qty,.checkout-cart-index .field.qty .custom-qty.control,.checkout-cart-index .cart.item .control{width:120px;text-align:center;background-color:#fff;position:relative;height:43px}.button-number input,.product-info-main .field.qty .custom-qty.control input,.stickyCart .stickyChild .contentHide .quantity input,.bundle-options-container .product-qty .control.custom-qty input,.checkout-cart-index .field.qty .custom-qty.control input,.checkout-cart-index .cart.item .control input{text-align:center;border:0;color:#000;height:37px;line-height:37px}.button-number .increase,.button-number .reduced,.product-info-main .field.qty .custom-qty.control .increase,.product-info-main .field.qty .custom-qty.control .reduced,.stickyCart .stickyChild .contentHide .quantity .increase,.stickyCart .stickyChild .contentHide .quantity .reduced,.bundle-options-container .product-qty .control.custom-qty .increase,.bundle-options-container .product-qty .control.custom-qty .reduced,.checkout-cart-index .field.qty .custom-qty.control .increase,.checkout-cart-index .field.qty .custom-qty.control .reduced,.checkout-cart-index .cart.item .control .increase,.checkout-cart-index .cart.item .control .reduced{width:35px;line-height:21px;font-weight:400;position:absolute;top:0;bottom:0;border:none;color:#222222;font-size:1.3rem;background-color:#fff}.button-number .increase:before,.button-number .reduced:before,.product-info-main .field.qty .custom-qty.control .increase:before,.product-info-main .field.qty .custom-qty.control .reduced:before,.stickyCart .stickyChild .contentHide .quantity .increase:before,.stickyCart .stickyChild .contentHide .quantity .reduced:before,.bundle-options-container .product-qty .control.custom-qty .increase:before,.bundle-options-container .product-qty .control.custom-qty .reduced:before,.checkout-cart-index .field.qty .custom-qty.control .increase:before,.checkout-cart-index .field.qty .custom-qty.control .reduced:before,.checkout-cart-index .cart.item .control .increase:before,.checkout-cart-index .cart.item .control .reduced:before{font-family:"FontAwesome";font-weight:600}.button-number .increase:hover,.button-number .reduced:hover,.product-info-main .field.qty .custom-qty.control .increase:hover,.product-info-main .field.qty .custom-qty.control .reduced:hover,.stickyCart .stickyChild .contentHide .quantity .increase:hover,.stickyCart .stickyChild .contentHide .quantity .reduced:hover,.bundle-options-container .product-qty .control.custom-qty .increase:hover,.bundle-options-container .product-qty .control.custom-qty .reduced:hover,.checkout-cart-index .field.qty .custom-qty.control .increase:hover,.checkout-cart-index .field.qty .custom-qty.control .reduced:hover,.checkout-cart-index .cart.item .control .increase:hover,.checkout-cart-index .cart.item .control .reduced:hover{background:transparent;color:#000}.button-number .increase i,.button-number .reduced i,.product-info-main .field.qty .custom-qty.control .increase i,.product-info-main .field.qty .custom-qty.control .reduced i,.stickyCart .stickyChild .contentHide .quantity .increase i,.stickyCart .stickyChild .contentHide .quantity .reduced i,.bundle-options-container .product-qty .control.custom-qty .increase i,.bundle-options-container .product-qty .control.custom-qty .reduced i,.checkout-cart-index .field.qty .custom-qty.control .increase i,.checkout-cart-index .field.qty .custom-qty.control .reduced i,.checkout-cart-index .cart.item .control .increase i,.checkout-cart-index .cart.item .control .reduced i{display:none}.button-number .increase,.product-info-main .field.qty .custom-qty.control .increase,.stickyCart .stickyChild .contentHide .quantity .increase,.bundle-options-container .product-qty .control.custom-qty .increase,.checkout-cart-index .field.qty .custom-qty.control .increase,.checkout-cart-index .cart.item .control .increase{right:0}.button-number .increase:before,.product-info-main .field.qty .custom-qty.control .increase:before,.stickyCart .stickyChild .contentHide .quantity .increase:before,.bundle-options-container .product-qty .control.custom-qty .increase:before,.checkout-cart-index .field.qty .custom-qty.control .increase:before,.checkout-cart-index .cart.item .control .increase:before{content:"\f105"}.button-number .reduced,.product-info-main .field.qty .custom-qty.control .reduced,.stickyCart .stickyChild .contentHide .quantity .reduced,.bundle-options-container .product-qty .control.custom-qty .reduced,.checkout-cart-index .field.qty .custom-qty.control .reduced,.checkout-cart-index .cart.item .control .reduced{left:0}.button-number .reduced:before,.product-info-main .field.qty .custom-qty.control .reduced:before,.stickyCart .stickyChild .contentHide .quantity .reduced:before,.bundle-options-container .product-qty .control.custom-qty .reduced:before,.checkout-cart-index .field.qty .custom-qty.control .reduced:before,.checkout-cart-index .cart.item .control .reduced:before{content:"\f104"}.deco-product .slick-active .product-item-info{position:relative}.deco-product .slick-active .product-item-info:before{content:"";position:absolute;top:50%;transform:translate(0, -50%);left:0;height:70%;border-left:solid 1px #eaeaea}.deco-product .slick-active.slick-current .product-item-info:before{opacity:0}.rating-star{display:block;font-family:"FontAwesome";font-size:2.5rem;font-style:normal;font-weight:400;height:25px;letter-spacing:10px;line-height:25px;position:absolute;vertical-align:top}.hidden-visibility{border:0;clip:rect(0, 0, 0, 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.button-buy{line-height:40px;display:inline-block;font-size:1.1rem;cursor:pointer;text-transform:uppercase;letter-spacing:3px;padding:0 27px 0 30px;text-decoration:none}.button-close{background-image:none;-moz-box-sizing:content-box;border:0;box-shadow:none;line-height:inherit;margin:0;padding:0;text-shadow:none;font-weight:400;display:inline-block;text-decoration:none;position:absolute}.button-decor,.header .minicart-wrapper .block-minicart .block-content>.actions>.primary .action.primary,.header .minicart-wrapper .block-minicart .block-content .actions .action.viewcart,.cms-static-header .cms-content .action,.sidebar .block.block-subscribe .actions button.button,.modal-popup.confirm .modal-footer .action-dismiss,.modal-popup.confirm .modal-footer .action-accept,.message.global.cookie .btn-cookie,.product-info-main button.button,.checkout-cart-index .cart.main.actions .continue,.post-list-wrapper .post-list .post-content .post-item-detail .post-read-more,.testimonial-container .action.submit{border:solid 3px #222;font-size:1.4rem;text-transform:uppercase;color:#111;font-weight:600;display:inline-block;line-height:37px;height:43px;padding:0 25px;background:transparent}.button-decor:hover,.header .minicart-wrapper .block-minicart .block-content>.actions>.primary .action.primary:hover,.header .minicart-wrapper .block-minicart .block-content .actions .action.viewcart:hover,.cms-static-header .cms-content .action:hover,.modal-popup.confirm .modal-footer .action-dismiss:hover,.modal-popup.confirm .modal-footer .action-accept:hover,.message.global.cookie .btn-cookie:hover,.product-info-main button.button:hover,.checkout-cart-index .cart.main.actions .continue:hover,.post-list-wrapper .post-list .post-content .post-item-detail .post-read-more:hover,.testimonial-container .action.submit:hover{background:#222;color:#fff;border-color:#222}.button-decor i,.header .minicart-wrapper .block-minicart .block-content>.actions>.primary .action.primary i,.header .minicart-wrapper .block-minicart .block-content .actions .action.viewcart i,.cms-static-header .cms-content .action i,.modal-popup.confirm .modal-footer .action-dismiss i,.modal-popup.confirm .modal-footer .action-accept i,.message.global.cookie .btn-cookie i,.product-info-main button.button i,.checkout-cart-index .cart.main.actions .continue i,.post-list-wrapper .post-list .post-content .post-item-detail .post-read-more i,.testimonial-container .action.submit i{font-weight:400}.triangle:before,.header .header-top-link .switcher .switcher-options .switcher-dropdown:before{content:"";position:absolute;top:-7px;right:15px;width:15px;height:15px;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);-o-transform:rotate(45deg);transform:rotate(45deg);box-shadow:0px 0px 5px rgba(0,0,0,0.2);z-index:1;background:#fff}.triangle:after,.header .header-top-link .switcher .switcher-options .switcher-dropdown:after{content:"";position:absolute;top:0;left:0;width:100%;z-index:2;background:#fff;height:15px;right:auto}.checkbox-gender{margin-top:10px}.checkbox-gender input{display:none}.checkbox-gender input:checked~label:before{content:"\f046"}.checkbox-gender .label{clip:unset;height:auto;width:auto;position:relative;line-height:18px;padding-left:20px;font-weight:500;color:#222;cursor:pointer}.checkbox-gender .label:before{content:"\f096";font-family:"FontAwesome";position:absolute;left:0;top:0;font-weight:400;color:#ddd;font-size:2.1rem}.checkbox-gender .item{display:inline-block;margin-right:20px}.rtl .triangle:before,.rtl .header .header-top-link .switcher .switcher-options .switcher-dropdown:before{right:auto;left:15px}.rtl .checkbox-gender .item{margin-left:20px;margin-right:0}@keyframes alothemes{from{transform:scale(0);opacity:0;visibility:hidden}to{transform:scale(1);opacity:1;visibility:visible}}@-webkit-keyframes fadeInLeft{0%{opacity:0;-webkit-transform:translateX(-50px);transform:translateX(-50px)}100%{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes fadeInLeft{0%{opacity:0;-webkit-transform:translateX(-50px);-ms-transform:translateX(-50px);transform:translateX(-50px)}100%{opacity:1;-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}}.fadeInLeft{-webkit-animation-name:fadeInLeft;animation-name:fadeInLeft}@-webkit-keyframes fadeInRight{0%{opacity:0;-webkit-transform:translateX(50px);transform:translateX(50px)}100%{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes fadeInRight{0%{opacity:0;-webkit-transform:translateX(50px);-ms-transform:translateX(50px);transform:translateX(50px)}100%{opacity:1;-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}}.fadeInRight{-webkit-animation-name:fadeInRight;animation-name:fadeInRight}@-webkit-keyframes fadeInDown{0%{opacity:0;-webkit-transform:translateY(-50px);transform:translateY(-50px)}100%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes fadeInDown{0%{opacity:0;-webkit-transform:translateY(-50px);-ms-transform:translateY(-50px);transform:translateY(-50px)}100%{opacity:1;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}}.fadeInDown{-webkit-animation-name:fadeInDown;animation-name:fadeInDown}@-webkit-keyframes tp-rotateplane{0%{-webkit-transform:perspective(120px)}50%{-webkit-transform:perspective(120px) rotateY(180deg)}100%{-webkit-transform:perspective(120px) rotateY(180deg) rotateX(180deg)}}@keyframes tp-rotateplane{0%{transform:perspective(120px) rotateX(0deg) rotateY(0deg);-webkit-transform:perspective(120px) rotateX(0deg) rotateY(0deg)}50%{transform:perspective(120px) rotateX(-180.1deg) rotateY(0deg);-webkit-transform:perspective(120px) rotateX(-180.1deg) rotateY(0deg)}100%{transform:perspective(120px) rotateX(-180deg) rotateY(-179.9deg);-webkit-transform:perspective(120px) rotateX(-180deg) rotateY(-179.9deg)}}@-webkit-keyframes flipInX{from{-webkit-transform:perspective(400px) rotate3d(1, 0, 0, 90deg);transform:perspective(400px) rotate3d(1, 0, 0, 90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotate3d(1, 0, 0, -20deg);transform:perspective(400px) rotate3d(1, 0, 0, -20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotate3d(1, 0, 0, 10deg);transform:perspective(400px) rotate3d(1, 0, 0, 10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotate3d(1, 0, 0, -5deg);transform:perspective(400px) rotate3d(1, 0, 0, -5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes flipInX{from{-webkit-transform:perspective(400px) rotate3d(1, 0, 0, 90deg);transform:perspective(400px) rotate3d(1, 0, 0, 90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotate3d(1, 0, 0, -20deg);transform:perspective(400px) rotate3d(1, 0, 0, -20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotate3d(1, 0, 0, 10deg);transform:perspective(400px) rotate3d(1, 0, 0, 10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotate3d(1, 0, 0, -5deg);transform:perspective(400px) rotate3d(1, 0, 0, -5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}.animate__flipInX{-webkit-backface-visibility:visible !important;backface-visibility:visible !important;-webkit-animation:flipInX 1s forwards;animation:flipInX 1s forwards}@-webkit-keyframes rubberBand{from{-webkit-transform:scale3d(1, 1, 1);transform:scale3d(1, 1, 1)}30%{-webkit-transform:scale3d(1.25, .75, 1);transform:scale3d(1.25, .75, 1)}40%{-webkit-transform:scale3d(.75, 1.25, 1);transform:scale3d(.75, 1.25, 1)}50%{-webkit-transform:scale3d(1.15, .85, 1);transform:scale3d(1.15, .85, 1)}65%{-webkit-transform:scale3d(.95, 1.05, 1);transform:scale3d(.95, 1.05, 1)}75%{-webkit-transform:scale3d(1.05, .95, 1);transform:scale3d(1.05, .95, 1)}to{-webkit-transform:scale3d(1, 1, 1);transform:scale3d(1, 1, 1)}}@keyframes rubberBand{from{-webkit-transform:scale3d(1, 1, 1);transform:scale3d(1, 1, 1)}30%{-webkit-transform:scale3d(1.25, .75, 1);transform:scale3d(1.25, .75, 1)}40%{-webkit-transform:scale3d(.75, 1.25, 1);transform:scale3d(.75, 1.25, 1)}50%{-webkit-transform:scale3d(1.15, .85, 1);transform:scale3d(1.15, .85, 1)}65%{-webkit-transform:scale3d(.95, 1.05, 1);transform:scale3d(.95, 1.05, 1)}75%{-webkit-transform:scale3d(1.05, .95, 1);transform:scale3d(1.05, .95, 1)}to{-webkit-transform:scale3d(1, 1, 1);transform:scale3d(1, 1, 1)}}.animate__rubberBand{-webkit-animation:rubberBand 1s forwards;animation:rubberBand 1s forwards}@-webkit-keyframes floatText{from{transform:translateX(100%)}to{transform:translateX(-100%)}}@keyframes floatText{from{transform:translateX(100%)}to{transform:translateX(-100%)}}.text_scroll{animation:floatText 15s infinite alternate linear;-webkit-animation:floatText 15s infinite alternate linear}@-webkit-keyframes GradientText{0%{background-position:-500%}100%{background-position:500%}}@keyframes GradientText{0%{background-position:-500%}100%{background-position:500%}}.GradientText{-webkit-animation-name:GradientText;animation-name:GradientText}@-webkit-keyframes GradientTextRTL{0%{background-position:500%}100%{background-position:-500%}}@keyframes GradientTextRTL{0%{background-position:500%}100%{background-position:-500%}}.GradientTextRTL{-webkit-animation-name:GradientTextRTL;animation-name:GradientTextRTL}@-webkit-keyframes pulse{from{-webkit-transform:scale3d(1, 1, 1);transform:scale3d(1, 1, 1)}50%{-webkit-transform:scale3d(1.05, 1.05, 1.05);transform:scale3d(1.05, 1.05, 1.05)}to{-webkit-transform:scale3d(1, 1, 1);transform:scale3d(1, 1, 1)}}@keyframes pulse{from{-webkit-transform:scale3d(1, 1, 1);transform:scale3d(1, 1, 1)}50%{-webkit-transform:scale3d(1.05, 1.05, 1.05);transform:scale3d(1.05, 1.05, 1.05)}to{-webkit-transform:scale3d(1, 1, 1);transform:scale3d(1, 1, 1)}}.animate__pulse{-webkit-animation-name:pulse;animation-name:pulse;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}@-webkit-keyframes bounceInDown{from,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215, .61, .355, 1);animation-timing-function:cubic-bezier(.215, .61, .355, 1)}0%{opacity:0;-webkit-transform:translate3d(0, -3000px, 0) scaleY(3);transform:translate3d(0, -3000px, 0) scaleY(3)}60%{opacity:1;-webkit-transform:translate3d(0, 25px, 0) scaleY(.9);transform:translate3d(0, 25px, 0) scaleY(.9)}75%{-webkit-transform:translate3d(0, -10px, 0) scaleY(.95);transform:translate3d(0, -10px, 0) scaleY(.95)}90%{-webkit-transform:translate3d(0, 5px, 0) scaleY(.985);transform:translate3d(0, 5px, 0) scaleY(.985)}to{-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}}@keyframes bounceInDown{from,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215, .61, .355, 1);animation-timing-function:cubic-bezier(.215, .61, .355, 1)}0%{opacity:0;-webkit-transform:translate3d(0, -3000px, 0) scaleY(3);transform:translate3d(0, -3000px, 0) scaleY(3)}60%{opacity:1;-webkit-transform:translate3d(0, 25px, 0) scaleY(.9);transform:translate3d(0, 25px, 0) scaleY(.9)}75%{-webkit-transform:translate3d(0, -10px, 0) scaleY(.95);transform:translate3d(0, -10px, 0) scaleY(.95)}90%{-webkit-transform:translate3d(0, 5px, 0) scaleY(.985);transform:translate3d(0, 5px, 0) scaleY(.985)}to{-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}}.animate__bounceInDown{animation:bounceInDown 1.5s forwards;-webkit-animation:bounceInDown 1.5s forwards}@-webkit-keyframes zoomInDown{from{opacity:0;-webkit-transform:scale3d(.1, .1, .1) translate3d(0, -1000px, 0);transform:scale3d(.1, .1, .1) translate3d(0, -1000px, 0);-webkit-animation-timing-function:cubic-bezier(.55, .055, .675, .19);animation-timing-function:cubic-bezier(.55, .055, .675, .19)}60%{opacity:1;-webkit-transform:scale3d(.475, .475, .475) translate3d(0, 60px, 0);transform:scale3d(.475, .475, .475) translate3d(0, 60px, 0);-webkit-animation-timing-function:cubic-bezier(.175, .885, .32, 1);animation-timing-function:cubic-bezier(.175, .885, .32, 1)}}@keyframes zoomInDown{from{opacity:0;-webkit-transform:scale3d(.1, .1, .1) translate3d(0, -1000px, 0);transform:scale3d(.1, .1, .1) translate3d(0, -1000px, 0);-webkit-animation-timing-function:cubic-bezier(.55, .055, .675, .19);animation-timing-function:cubic-bezier(.55, .055, .675, .19)}60%{opacity:1;-webkit-transform:scale3d(.475, .475, .475) translate3d(0, 60px, 0);transform:scale3d(.475, .475, .475) translate3d(0, 60px, 0);-webkit-animation-timing-function:cubic-bezier(.175, .885, .32, 1);animation-timing-function:cubic-bezier(.175, .885, .32, 1)}}.animate__zoomInDown{animation:zoomInDown 1.5s forwards;-webkit-animation:zoomInDown 1.5s forwards}@-webkit-keyframes fadeInUp{0%{opacity:0;-webkit-transform:translateY(20px);transform:translateY(20px)}100%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes fadeInUp{0%{opacity:0;-webkit-transform:translateY(20px);-ms-transform:translateY(20px);transform:translateY(20px)}100%{opacity:1;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}}.fadeInUp{-webkit-animation-name:fadeInUp;animation-name:fadeInUp}@-webkit-keyframes fadeInDown{from{opacity:0;-webkit-transform:translate3d(0, -100%, 0);transform:translate3d(0, -100%, 0)}to{opacity:1;-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}}@keyframes fadeInDown{from{opacity:0;-webkit-transform:translate3d(0, -100%, 0);transform:translate3d(0, -100%, 0)}to{opacity:1;-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}}.animate__fadeInDown{animation:fadeInDown 1s forwards;-webkit-animation:fadeInDown 1s forwards}@keyframes downup{0%{-webkit-transform:translateY(0);transform:translateY(0);opacity:1}25%{-webkit-transform:translateY(100%);transform:translateY(100%);opacity:0}50%{-webkit-transform:translateY(-100%);transform:translateY(-100%);opacity:0}100%{-webkit-transform:translateY(0);transform:translateY(0);opacity:1}}@-webkit-keyframes downup{0%{-webkit-transform:translateY(0);transform:translateY(0);opacity:1}25%{-webkit-transform:translateY(100%);transform:translateY(100%);opacity:0}50%{-webkit-transform:translateY(-100%);transform:translateY(-100%);opacity:0}100%{-webkit-transform:translateY(0);transform:translateY(0);opacity:1}}@keyframes lefttoright{0%{-webkit-transform:translateX(0);transform:translateX(0);opacity:1}25%{-webkit-transform:translateX(100%);transform:translateX(100%);opacity:0}50%{-webkit-transform:translateX(-100%);transform:translateX(-100%);opacity:0}100%{-webkit-transform:translateX(0);transform:translateX(0);opacity:1}}@-webkit-keyframes lefttoright{0%{-webkit-transform:translateX(0);transform:translateX(0);opacity:1}25%{-webkit-transform:translateX(100%);transform:translateX(100%);opacity:0}50%{-webkit-transform:translateX(-100%);transform:translateX(-100%);opacity:0}100%{-webkit-transform:translateX(0);transform:translateX(0);opacity:1}}.btn,button.action{font-size:1.3rem;font-weight:500;text-transform:uppercase;line-height:37px;height:43px}button.action{font-weight:700;text-transform:capitalize;padding:0 20px}.actions-toolbar>.primary .action,.checkout-index-index .checkout-container .authentication-wrapper .action-auth-toggle{cursor:pointer;margin:0;padding:0 50px;line-height:37px;font-size:1.4rem;height:43px;color:#000;border:solid 3px #222;background:transparent;text-transform:uppercase;font-weight:600;text-align:center}.actions-toolbar>.primary .action:hover,.checkout-index-index .checkout-container .authentication-wrapper .action-auth-toggle:hover{background-color:#222;color:#fff}.actions-toolbar>.primary .action span,.checkout-index-index .checkout-container .authentication-wrapper .action-auth-toggle span{display:block}.actions-toolbar .secondary a.action{margin-top:0;font-size:1.4rem}.actions-toolbar .secondary .action.back{display:none}.actions-secondary a.action{font-size:1.4rem}.actions-secondary a.action:hover{color:#000}.actions-primary button.action{transition:all .3s ease;-moz-transition:all .3s ease;-webkit-transition:all .3s ease;-o-transition:all .3s ease}button.button,.cart .continue{display:inline-block;cursor:pointer;line-height:37px;height:43px;padding:0 20px}button{border-width:3px}button:hover{border-width:3px}@media screen and (max-width:480px){.actions-toolbar .primary{float:none}.actions-toolbar>.primary .action,.checkout-index-index .checkout-container .authentication-wrapper .action-auth-toggle{padding:0 20px}}.rtl .actions-toolbar .primary .action{margin:0 0 0 5px}@media screen and (max-width:480px){.rtl .actions-toolbar .primary .action{margin:0}}.field.choice:not(.payment-method-title):not(.review-field-rating):not(.related)>input[type=checkbox],.field.choice:not(.payment-method-title):not(.review-field-rating):not(.related) input[type=radio]{display:none}.field.choice:not(.payment-method-title):not(.review-field-rating):not(.related) input[type=checkbox]:checked~label:before,.field.choice:not(.payment-method-title):not(.review-field-rating):not(.related) input[type=radio]:checked~label:before{content:"\f046"}.field.choice:not(.payment-method-title):not(.review-field-rating):not(.related) input[type=checkbox]~label,.field.choice:not(.payment-method-title):not(.review-field-rating):not(.related) input[type=radio]~label{position:relative;padding-left:17px}.field.choice:not(.payment-method-title):not(.review-field-rating):not(.related) input[type=checkbox]~label:before,.field.choice:not(.payment-method-title):not(.review-field-rating):not(.related) input[type=radio]~label:before{content:"\f096";font-family:"FontAwesome";position:absolute;left:0;top:0;font-weight:400}body{font-weight:400;font-size:1.4rem;line-height:1.42857143;color:#555;background-color:#fff;overflow-x:hidden}body input:not([disabled]):focus,body textarea:not([disabled]):focus,body select:not([disabled]):focus{box-shadow:none;outline:none}body input[type="text"],body input[type="password"],body input[type="url"],body input[type="tel"],body input[type="search"],body input[type="datetime"],body input[type="email"]{height:45px;padding:0 20px;border:1px solid #ccc}body input[type="number"]{height:45px;padding:0 5px;border:1px solid #ccc}body input[type=checkbox],body input[type=radio]{cursor:pointer}body textarea{border:1px solid #ccc}body select{-webkit-appearance:none;-moz-appearance:none;-ms-appearance:none;appearance:none;background-image:url("../../frontend/Alothemes/spozy5/fr_FR/images/alothemes/arrow-select.png");background-repeat:no-repeat;background-position:right 7px center;height:45px;background-size:10px;padding:0 20px 0 12px;border:1px solid #ccc}body .block-compare .action.compare:hover,body .paypal-review .block .actions-toolbar .action.primary:hover,body .cart-summary .form.giftregistry .fieldset .action.primary:hover{border-width:2px}.page-wrapper{overflow:hidden}.d-flex{margin:0 -15px;flex-wrap:wrap}.d-flex>*{padding:0 15px}.social-profile{display:flex;flex-wrap:wrap;padding-left:0;padding-right:0;margin-bottom:0}.social-profile li{margin-bottom:0}.social-profile li:not(:last-child){margin-right:20px}.order-links .item{margin-right:15px;margin-left:0}.page-title-wrapper .page-title{margin:25px 0;font-size:15px;color:#0d0d0d}.page-title-wrapper.product{margin-bottom:5px}.page-title-wrapper.product .page-title{font-size:2rem;font-weight:600;color:#111}.message.success{margin:0 0 20px}table th{text-align:left}.table tbody+tbody{border-top:1px !important}@media screen and (max-width:991px){.authentication-dropdown{width:300px;left:auto;right:0}}@media screen and (max-width:767px){body .abs-pager-toolbar-mobile .toolbar-amount,body .abs-pager-toolbar-mobile .limiter,body .abs-pager-toolbar-mobile .pages,body.account .toolbar .toolbar-amount,body.account .toolbar .limiter,body.account .toolbar .pages,body .toolbar-wishlist-results .toolbar-amount,body .toolbar-wishlist-results .limiter,body .toolbar-wishlist-results .pages{margin-bottom:0}.column.main{width:100%}.authentication-dropdown{top:0 !important;width:100%}.authentication-dropdown .block-customer-login{background:#f4f4f4}.authentication-dropdown .block-authentication .actions-toolbar{margin-bottom:0}.authentication-dropdown .block-authentication .actions-toolbar>.primary{order:0;width:100%;margin-bottom:5px}.authentication-dropdown .block-authentication .actions-toolbar>.primary .action,.authentication-dropdown .block-authentication .checkout-index-index .checkout-container .authentication-wrapper .action-auth-toggle{width:100%}.authentication-dropdown .block-authentication .actions-toolbar>.secondary{order:1}}@media screen and (max-width:480px){.page-title-wrapper .page-title{font-size:1.8rem}}.rtl .social-profile{display:flex;flex-wrap:wrap;padding-left:0;padding-right:0;margin-bottom:0}.rtl .social-profile li{margin-bottom:0}.rtl .social-profile li:not(:last-child){margin-left:15px;margin-right:0}.rtl table th{text-align:right}.rtl .product-info-main .product.attribute ul,.rtl .product-info-main .product.attribute ol,.rtl .product.detailed .product.description ol,.rtl .product.detailed .product.description ul,.rtl .product-item-description ul,.rtl .post-text-hld ul,.rtl .post-text-hld ol,.rtl .catalog-product-view .block.related ul.block-content,.rtl .catalog-product-view .block.related ol.block-content,.rtl .post-view .block.related ul.block-content,.rtl .post-view .block.related ol.block-content{padding-left:0;padding-right:17px}.rtl .field.choice:not(.payment-method-title)>input[type=checkbox]~label,.rtl .field.choice:not(.payment-method-title) input[type=radio]~label{padding-left:0;padding-right:17px}.rtl .field.choice:not(.payment-method-title)>input[type=checkbox]~label:before,.rtl .field.choice:not(.payment-method-title) input[type=radio]~label:before{left:auto;right:0}.rtl .message{padding-left:20px;padding-right:40px}.rtl .message.success>*:first-child:before{left:auto;right:0}.rtl .message.error>*:first-child:before{left:auto;right:0}.slogan-countdown{display:block;font-size:1.5rem;color:#383838;line-height:25px;text-align:center;margin-top:13px}.alo-count-down{clear:both;text-align:center;margin-top:12px;margin-bottom:26px}.alo-count-down .countdown{display:-webkit-box;display:-ms-flexbox;display:-webkit-flex;display:flex;flex-wrap:wrap;justify-content:center}.alo-count-down .timer-box{display:inline-block;width:60px;height:60px;border:2px solid #eaeaea;display:-webkit-box;display:-ms-flexbox;display:-webkit-flex;display:flex;flex-wrap:wrap;flex-direction:column;justify-content:center}.alo-count-down .timer-box:not(:first-child){margin-left:20px}.alo-count-down .timer-box span{display:block}.alo-count-down .timer-box b{font-size:3rem;display:inline-block;font-weight:600;text-align:center;position:relative;color:#111;line-height:1}.alo-count-down .timer-box:last-child b:before{display:none}.alo-count-down .timer-box .title{text-transform:capitalize;font-size:1.2rem;font-weight:400;color:#666666;line-height:1}@media screen and (max-width:991px){.alo-count-down .timer-box:not(:first-child){margin-left:10px}}@media screen and (max-width:360px){.alo-count-down .timer-box{width:55px;height:55px;padding-top:7px}.alo-count-down .timer-box b{font-size:2rem}}.rtl .alo-count-down .timer-box .title{margin-left:0;margin-right:5px}.rtl .alo-count-down .timer-box:not(:first-child){margin-left:0;margin-right:10px}.nav-sections .navigation-mobile ul li a span.cat_label{top:0;right:-10px}.magicmenu .nav-desktop .level0 .level-top .cat_label:before,.magicmenu .nav-desktop .level0 .cat_label:before,.nav-sections .navigation-mobile ul li a span.cat_label:before,.vmagicmenu .level0 .cat_label:before,.vmagicmenu .level0 .level-top-mega .children .cat_label:before,ul.nav-accordion li a span.cat_label:before{content:attr(rel) ':';display:block}.sticker{position:absolute;top:20px;z-index:4;left:0;width:100%;justify-content:space-between;display:-webkit-box;display:-ms-flexbox;display:-webkit-flex;display:flex;flex-wrap:wrap}.sticker .labelnew,.sticker .labelsale{background-color:#0d0d0d}.labelnew,.labelsale{display:block;line-height:20px;height:20px;text-align:center;padding:0 15px;text-transform:uppercase;font-size:1.2rem;color:#fff;font-weight:bold}.labelsale{color:#fff;background-color:#000}.labelnew{color:#fff;background-color:#000}.cat_label{background-color:transparent;border-style:solid;border-width:1px;color:#f39600;font-size:10px !important;font-weight:700;line-height:1;line-height:23px;padding:3px 6px 2px;text-transform:uppercase;margin-left:0 !important;margin-left:8px !important}.cat_label:before{display:none}.cat_label.Sale{color:#009966}.cat_label.hot{color:#dc1212}.cat_label.New{color:#f39600}.cat_label.new{color:#f39600}@media screen and (max-width:1200px){.nav-sections .navigation-mobile ul li a span.cat_label{position:static;line-height:19px}}.rtl .nav-sections .navigation-mobile ul li a span.cat_label{margin-right:8px !important;margin-left:0px !important}.rtl .cat_label{margin-right:8px !important;margin-left:0px !important}.ajax_loading{background-image:url("../../frontend/Alothemes/spozy5/fr_FR/images/alothemes/loading.gif");background-color:#fff;background-position:center center;background-repeat:no-repeat;left:50%;transform:translate(-50%, 0);position:absolute;z-index:34;box-shadow:0 0 5px rgba(0,0,0,0.5);-moz-box-shadow:0 0 5px rgba(0,0,0,0.5);-webkit-box-shadow:0 0 5px rgba(0,0,0,0.5);-o-box-shadow:0 0 5px rgba(0,0,0,0.5);-ms-box-shadow:0 0 5px rgba(0,0,0,0.5);padding:0;width:50px;height:50px}.deal-progress{background-color:#e1e1e1;display:block;text-indent:-9999em;font-size:8px;margin-bottom:2px;border-radius:30px;-moz-border-radius:30px;-webkit-border-radius:30px}.deal-progress-bar{border-radius:30px;-moz-border-radius:30px;-webkit-border-radius:30px;height:10px}.deal-stock-label{display:flex;justify-content:space-between;margin-bottom:15px;color:#333;font-size:1.4rem}.deal-stock-label span{display:inline-block}.deal-stock-label .stock-sold{order:1}.deal-stock-label .stock-available{order:2}.rating-summary{display:-webkit-box;display:-ms-flexbox;display:-webkit-flex;display:flex;flex-wrap:wrap;align-items:center}.rating-summary .rating-result{position:relative}.rating-summary .rating-result:before,.rating-summary .rating-result>span:before{font-size:1.2rem;height:12px;display:block;line-height:12px;font-weight:400;letter-spacing:5px}.rating-summary .rating-result:before{content:"\f005" "\f005" "\f005" "\f005" "\f005";font-family:"FontAwesome";color:#ccc;z-index:1;position:absolute}.rating-summary .rating-result>span{overflow:hidden;display:block}.rating-summary .rating-result>span:before{content:"\f005" "\f005" "\f005" "\f005" "\f005";font-family:"FontAwesome";color:#f7aa23;z-index:2;position:relative}.rating-summary .rating-result>span span{border:0;clip:rect(0, 0, 0, 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.rating-summary .label,.rating-summary .rating-label{margin-right:10px;min-width:50px}.review-field-ratings .nested{display:table}.review-field-ratings .review-field-rating{display:table-row}.review-field-ratings .review-field-rating .label,.review-field-ratings .review-field-rating .control{display:table-cell}.review-field-ratings .review-field-rating .label{padding-bottom:10px}.review-field-ratings .review-field-rating .control{position:relative}.review-field-ratings .review-field-rating .control:before,.review-field-ratings .review-field-rating .control label:before{display:block;font-family:"FontAwesome";font-size:2.5rem;font-style:normal;font-weight:400;height:25px;letter-spacing:10px;line-height:25px;position:absolute;vertical-align:top}.review-field-ratings .review-field-rating .control:before{color:#dfdfdf;content:"\f006" "\f006" "\f006" "\f006" "\f006";z-index:1}.review-field-ratings .review-field-rating .control input[type=radio],.review-field-ratings .review-field-rating .control span{border:0;clip:rect(0, 0, 0, 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.review-field-ratings .review-field-rating .control label{color:#f2c800;display:block;margin-bottom:0}.review-field-ratings .review-field-rating .control label:before{opacity:0}.review-field-ratings .review-field-rating .control label:hover:before{opacity:1}.review-field-ratings .review-field-rating .control input[type=radio]:checked+label:before{opacity:1}.review-field-ratings .review-field-rating .control input[type=radio]:focus+label:before{opacity:1}.review-field-ratings .review-field-rating .control .rating-1:before{content:"\f005";z-index:5}.review-field-ratings .review-field-rating .control .rating-2:before{content:"\f005" "\f005";z-index:4}.review-field-ratings .review-field-rating .control .rating-3:before{content:"\f005" "\f005" "\f005";z-index:3}.review-field-ratings .review-field-rating .control .rating-4:before{content:"\f005" "\f005" "\f005" "\f005";z-index:2}.review-field-ratings .review-field-rating .control .rating-5:before{content:"\f005" "\f005" "\f005" "\f005" "\f005";z-index:1}.reviews-actions .action:before{content:"("}.reviews-actions .action:after{content:")"}.rtl .product-item .product-reviews-summary .rating-summary{margin:0 0 0 4px}.rtl .rating-summary .label,.rtl .rating-summary .rating-label{margin-right:0;margin-left:10px}body .searchsuite-autocomplete{left:0;top:calc(100% + 4px);max-width:100%;margin-top:0}body .searchsuite-autocomplete ul{max-height:300px;overflow-y:auto}body .searchsuite-autocomplete ul li .qs-option-info .qs-option-price{font-weight:400}body .searchsuite-autocomplete .price-box .price-container .price{font-size:1.6rem}body .searchsuite-autocomplete .price-box .special-price .price{font-size:1.6rem}body .searchsuite-autocomplete .price-box .old-price .price{font-size:1.1rem}body .searchsuite-autocomplete .price-box .price-from,body .searchsuite-autocomplete .price-box .price-to{margin:0}body .searchsuite-autocomplete .price-box .price-from .old-price .price,body .searchsuite-autocomplete .price-box .price-to .old-price .price{font-size:1.6rem}@media screen and (max-width:991px){body .searchsuite-autocomplete ul{max-height:180px}}@media screen and (max-width:767px){body .searchsuite-autocomplete{width:100%}}@media screen and (max-width:480px){body .searchsuite-autocomplete .price-box .price-container .price{font-size:1.4rem}body .searchsuite-autocomplete .price-box .special-price .price{font-size:1.4rem}body .searchsuite-autocomplete .price-box .old-price .price{font-size:1.1rem}body .searchsuite-autocomplete .price-box .price-from .old-price .price,body .searchsuite-autocomplete .price-box .price-to .old-price .price{font-size:1.4rem}}@media screen and (max-width:360px){body .searchsuite-autocomplete ul li .qs-option-image{display:none}body .searchsuite-autocomplete ul li .qs-option-info{width:100%;padding-left:0}}@media screen and (max-width:360px){.rtl .searchsuite-autocomplete ul li .qs-option-info{padding-right:0}}body .product-items .swatch-option,body .product-items .swatch-option.text{margin:0 10px}body .swatch-option.color{width:35px;height:35px;border-radius:50px;-moz-border-radius:50px;-webkit-border-radius:50px;min-width:auto;padding:0;border:none !important;position:relative;border:solid 2px transparent;box-shadow:0px 0px 3px rgba(0,0,0,0.2)}body .swatch-option.selected{box-shadow:0 0 0px 1px #b4b4b3;border:2px solid #fff !important;box-sizing:content-box}body .swatch-option.color.selected{border-color:#000}body .swatch-option.text{padding:0 2px;text-align:center;font-size:1.4rem;background:#aaa}body .swatch-option:not(.color):focus{box-shadow:none}body .swatch-option,body .swatch-option.text{margin-right:10px;margin-bottom:10px}body .swatch-attribute.color{margin-bottom:10px}body .swatch-attribute.size .swatch-option{background:transparent;min-width:auto;border:none;padding:0;font-size:14px;color:#111;font-weight:bold;text-transform:uppercase;border:1px solid #e5e5e5;height:40px;line-height:40px;padding:0 25px}body .swatch-attribute.size .swatch-option.selected{color:#000;border:solid 1px #000 !important;box-sizing:border-box}body .swatch-attribute.size .swatch-option:hover{color:#000;border:solid 1px #000}.product-view .swatch-option.text{line-height:1}.product-view .swatch-attribute.color .swatch-option.selected:before{font-size:1.4rem;line-height:21px}@media screen and (max-width:992px){body .swatch-option.color{width:20px;height:20px}body .swatch-attribute.size .swatch-option{height:30px;line-height:30px;padding:0 15px}}.rtl .swatch-option,.rtl .swatch-option.text{margin-right:0px;margin-left:10px}.block-title-tabs{margin-bottom:15px;position:relative;border-bottom:solid 1px #ddd}.block-title-tabs>.title{float:left;margin-top:-3px;margin-bottom:0;font-size:2.2rem;font-weight:bold;color:#333;text-transform:capitalize}.block-title-tabs .magictabs{margin-bottom:0;list-style:none;text-align:center;padding-left:0}.block-title-tabs .magictabs .item{display:inline-block;margin-bottom:0}.block-title-tabs .magictabs .item:first-child~.item{margin-left:30px}.block-title-tabs .magictabs .item .title,.style-products .owner-product .title{font-size:1.8rem;font-weight:400;color:#343f49;padding-bottom:15px;display:inline-block;position:relative}.block-title-tabs .magictabs .item .title:before{content:"";position:absolute;border-bottom:solid 2px #ccc;left:0;width:0;bottom:-1px;transition:all .3s ease;-moz-transition:all .3s ease;-webkit-transition:all .3s ease;-o-transition:all .3s ease}.block-title-tabs .magictabs .item.activated .title{font-weight:700;color:#343f49}.block-title-tabs .magictabs .item.activated .title:before{width:100%}.block-title-tabs .magictabs .item:hover .title{color:#000;cursor:pointer}.block-title-tabs .magictabs .item:hover .title:before{width:100%}.block-title-tabs .type-product-title,.block-title-tabs>.title{float:left;font-size:2.2rem;font-weight:normal;color:#000;margin-top:0;margin-bottom:0;position:relative;padding-bottom:11px;border-bottom:solid 2px #000}.block-title-tabs .toggle-tab{display:none;cursor:pointer}.style-products .owner-product{margin-bottom:32px}.style-products .owner-product .title{text-align:center}.style-products .block-title-tabs{margin-bottom:32px}.style-products .block-title-tabs .magictabs .item{margin:0 2px}.style-products .block-title-tabs .magictabs .item .title{border:1px solid transparent;padding:9px 25px 8px;display:block;box-sizing:border-box;position:relative;text-decoration:none;transition:background .2s ease-in-out,color .2s ease-in-out,border .2s ease-in-out;box-shadow:none;background-color:transparent;color:#878787;border-radius:40px !important;font-size:1.4rem;text-transform:capitalize}.style-products .block-title-tabs .magictabs .item.activated .title,.style-products .block-title-tabs .magictabs .item:hover .title{background-color:transparent;border:1px solid #222;color:#222}@media screen and (max-width:480px){.block-title-tabs .magictabs .item .title,.block-title-tabs .style-products .owner-product .title,.style-products .owner-product .title{font-size:1.6rem}.block-title-tabs .type-product-title,.block-title-tabs>.title{font-size:1.8rem}}.rtl .link-view{right:auto;left:8px}body:not(.cms-index-index) .block-footer-top{padding-top:60px}body:not(.cms-index-index) .header .header-tool{margin:0}body:not(.cms-index-index) .header .sale-text{color:#222222}body:not(.cms-index-index) .header .header.links li:not(:last-child).authorization-link:after,body:not(.cms-index-index) .header .header.links li a{color:#222222}body:not(.cms-index-index) .header .header-top-link .currency_top:before{border-color:#222222}body:not(.cms-index-index) .header .header-top-link .switcher .switcher-options strong span{color:#222222}.cms-index-index .page-header{border-bottom:none;margin-bottom:0;z-index:100;position:fixed;top:0;left:0;width:100%}.cms-index-index .fixed-height-sticky{display:none !important}.header .header.links{display:-webkit-box;display:-ms-flexbox;display:-webkit-flex;display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center;margin-bottom:0;padding:10px 0}.header .header.links li{margin-bottom:0}.header .header.links li a{font-size:14px;color:#fff;text-transform:uppercase}.header .header.links li:not(:last-child).authorization-link{position:relative;margin-right:10px}.header .header.links li:not(:last-child).authorization-link:after{content:'/';position:absolute;top:50%;transform:translateY(-50%);color:#fff;right:-8px}.header .nav-toggle{position:static}.header .nav-toggle:before{color:#fff;line-height:normal;margin-right:15px}.header .header-top-link{font-size:1.3rem;text-align:right}.header .header-top-link a{text-transform:capitalize;font-size:1.3rem}.header .header-top-link a:before,.header .header-top-link a i{text-transform:none}.header .header-top-link .switcher .switcher-options strong{font-size:14px;color:#fff;text-transform:uppercase}.header .header-top-link .switcher .switcher-options strong span{position:relative;padding-right:12px;color:#fff;background-image:none !important}.header .header-top-link .switcher .switcher-options strong span:after{content:"\f107";font-family:"FontAwesome";position:absolute;top:50%;transform:translate(0, -50%);right:0}.header .header-top-link .switcher .switcher-options .switcher-dropdown{position:absolute;margin-bottom:0;display:none;padding:10px;-webkit-box-shadow:0 6px 12px 0 rgba(0,0,0,0.176);-moz-box-shadow:0 6px 12px 0 rgba(0,0,0,0.176);box-shadow:0 6px 12px 0 rgba(0,0,0,0.176);z-index:15;left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);-o-transform:translateX(-50%);transform:translateX(-50%);background-color:#fff;top:calc(100% + 10px);min-width:140px;text-align:center}.header .header-top-link .switcher .switcher-options .switcher-dropdown:before{left:50%;transform:translateX(-50%) rotate(45deg);-moz-transform:translateX(-50%) rotate(45deg);-webkit-transform:translateX(-50%) rotate(45deg);-o-transform:translateX(-50%) rotate(45deg);-ms-transform:translateX(-50%) rotate(45deg);border:1px solid #ddd}.header .header-top-link .switcher .switcher-options.active .switcher-dropdown{display:block}.header .header-top-link .top-form-language .action,.header .header-top-link .currency_top .action{cursor:pointer}.header .header-top-link .top-form-language{display:inline-block;position:relative}.header .header-top-link .top-form-language .toggle span,.header .header-top-link .top-form-language .switcher-dropdown li a{background-repeat:no-repeat;background-position:left center;padding-top:0;padding-bottom:0}.header .header-top-link .currency_top{display:inline-block;margin-left:33px;position:relative}.header .header-top-link .currency_top .switcher .switcher-options .switcher-dropdown{background-color:#fff;min-width:60px;padding:10px}.header .header-top-link .currency_top .switcher .switcher-options .switcher-dropdown li a{padding:0}.header .header-top-link .currency_top:before{content:"";position:absolute;height:15px;top:50%;transform:translate(0, -50%);border-left:solid 1px #fff;left:-19px}.header .header-logo{position:relative;background-color:#f53b1d;display:-webkit-box;display:-ms-flexbox;display:-webkit-flex;display:flex;flex-wrap:wrap;align-items:center;justify-content:center;padding:20px 40px}.header .header-logo .logo{float:none;margin:0;display:block;max-width:100px}.header .search-area{display:inline-block;vertical-align:middle;margin-left:30px}.header .search-area .toggle-tab{display:inline-block}.header .search-area .toggle-tab .flaticon-search:before{margin:0;color:#0d0d0d;font-size:2.5rem}.header .search-area .toggle-content{position:fixed;top:100px;z-index:0;width:50%;left:50%;transform:translate(-50%, 0) scale(.5);opacity:0;visibility:hidden;box-shadow:0 0 5px rgba(0,0,0,0.2);-moz-box-shadow:0 0 5px rgba(0,0,0,0.2);-webkit-box-shadow:0 0 5px rgba(0,0,0,0.2);transition:all .3s ease;-moz-transition:all .3s ease;-webkit-transition:all .3s ease;-o-transition:all .3s ease}.header .search-area .toggle-content.visible{transform:translate(-50%, 0) scale(1);opacity:1;visibility:visible;z-index:99}.header .search-area.toggle-visible .toggle-tab:after{content:"";position:fixed;top:0;left:0;right:0;bottom:0;background-color:black;z-index:99;opacity:0.5}.header .search-area .form-search{position:relative;padding:0}.header .search-area .form-search .block-title{position:absolute;clip:rect(1px, 1px, 1px, 1px)}.header .search-area .form-search .field .control{font-size:1.3rem}.header .search-area .form-search .field .control ::-webkit-input-placeholder{color:#333}.header .search-area .form-search .field .control :-moz-placeholder{color:#333}.header .search-area .form-search .field .control ::-moz-placeholder{color:#333}.header .search-area .form-search .field .control :-ms-input-placeholder{color:#333}.header .search-area .form-search .field .control .input-text{border-width:0;height:36px;box-shadow:none;font-size:1.5rem}.header .search-area .form-search .field .control #search_autocomplete{width:80%}.header .search-area .form-search .field .control .search-autocomplete ul:not(:empty){border-top:1px solid #c2c2c2}.header .search-area .form-search .field .control .search-autocomplete>ul{padding:15px}.header .search-area .form-search .field .control .search-autocomplete>ul .rating-summary{vertical-align:middle;display:inline-block}.header .search-area .form-search .field .control .search-autocomplete>ul .option-price{font-weight:bold}.header .search-area .form-search .field .control.catalogsearch{display:flex}.header .search-area .form-search .field .control.catalogsearch .input-text{width:calc(100% - 70px - 155px);padding:0 26px;height:50px;line-height:50px}.header .search-area .form-search .field .control.catalogsearch .input-text::placeholder{color:#a0a0a0}.header .search-area .form-search .field .control.catalogsearch .catalogsearch-box{width:155px;height:50px;margin:0;position:relative}.header .search-area .form-search .field .control.catalogsearch .catalogsearch-box span{display:block;height:100%;line-height:50px;padding:0 20px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#6b6b6b;font-size:1.5rem;position:relative;cursor:default}.header .search-area .form-search .field .control.catalogsearch .catalogsearch-box span:before{content:"\f0dc";font-family:"FontAwesome";position:absolute;top:0;right:10px;font-size:1.2rem}.header .search-area .form-search .field .control.catalogsearch .catalogsearch-box .dd-container{background-color:#fff;position:absolute;z-index:99;right:0;top:112%;width:230px;height:250px;overflow:auto;border:1px solid #e6e6e6;padding-left:0}.header .search-area .form-search .field .control.catalogsearch .catalogsearch-box .dd-container li{border:0;color:#666;padding:5px 25px;margin:0;text-align:left}.header .search-area .form-search .action.search{position:absolute;top:0;bottom:0;right:0;width:70px;cursor:pointer;pointer-events:inherit;opacity:1;padding:0;height:100%;line-height:unset}.header .search-area .form-search .action.search .flaticon-search:before{margin:0}.header .header-wishlist{margin-left:30px}.header .header-wishlist .flaticon-heart:before{margin:0;font-size:2.7rem;color:#0d0d0d;font-weight:500}.header .minicart-wrapper{display:inline-block;margin-left:30px;vertical-align:middle;position:relative;margin-top:0}.header .minicart-wrapper .showcart.active .cart-icon:after{position:fixed;content:'';top:0;left:0;right:0;bottom:0;background-color:#0d0d0d;opacity:0.8;z-index:10}.header .minicart-wrapper .showcart:hover,.header .minicart-wrapper .showcart:focus{text-decoration:none}.header .minicart-wrapper .showcart .cart-icon{position:relative}.header .minicart-wrapper .showcart .cart-icon:before{content:"\f105";font-family:"Flaticon";font-size:2.7rem;font-weight:500;color:#0d0d0d}.header .minicart-wrapper .showcart .cart-icon .counter.qty{border-radius:50%;-moz-border-radius:50%;-webkit-border-radius:50%;font-size:1.1rem;font-weight:600;position:absolute;width:20px;height:20px;line-height:20px;background-color:#f53b1d;color:#ffffff;text-align:center;top:0;right:-6px;font-family:'Manrope',sans-serif}.header .minicart-wrapper .showcart .minicart-text{display:none}.header .minicart-wrapper .block-minicart{position:fixed;right:0;top:0px;width:445px;height:100%;z-index:800;padding:0;border-width:0;border-style:solid;margin:0;text-align:left;line-height:initial;-webkit-box-shadow:0 0 5px 0 rgba(0,0,0,0.15);-moz-box-shadow:0 0 5px 0 rgba(0,0,0,0.15);box-shadow:0 0 5px 0 rgba(0,0,0,0.15);display:none}.header .minicart-wrapper .block-minicart #minicart-content-wrapper{height:100%;display:flex;flex-direction:column}.header .minicart-wrapper .block-minicart .block-title{border-bottom:1px solid #e5e5e5;margin:0 30px;padding:30px 0;display:-webkit-box;display:-ms-flexbox;display:-webkit-flex;display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center}.header .minicart-wrapper .block-minicart .block-title .text{display:none}.header .minicart-wrapper .block-minicart .block-title strong{font-size:20px;color:#0d0d0d;font-weight:bold}.header .minicart-wrapper .block-minicart .block-title .qty{font-size:21px;font-weight:bold;color:#0d0d0d}.header .minicart-wrapper .block-minicart .block-content{flex:1;display:flex;flex-direction:column;justify-content:space-between}.header .minicart-wrapper .block-minicart .block-content>.actions>.primary{margin-left:0;margin-right:0}.header .minicart-wrapper .block-minicart .block-content .content-items{padding:25px 30px;flex:1}.header .minicart-wrapper .block-minicart .block-content .sub-items{margin:0 40px 0;padding-top:30px;border-top:1px solid #e5e5e5}.header .minicart-wrapper .block-minicart .block-content .minicart-items-wrapper{min-height:100%;overflow-y:auto;max-height:40vh}.header .minicart-wrapper .block-minicart .block-content .minicart-items-wrapper::-webkit-scrollbar{width:6px;border-radius:3px}.header .minicart-wrapper .block-minicart .block-content .minicart-items-wrapper::-webkit-scrollbar-thumb{background-color:#aeaeae;border-radius:3px}.header .minicart-wrapper .block-minicart .block-content .minicart-items-wrapper::-webkit-scrollbar-track{-webkit-box-shadow:0 0 2px rgba(0,0,0,0.3);background-color:#f2f2f2;border-radius:3px}.header .minicart-wrapper .block-minicart .block-content .minicart-items-wrapper .product-item{margin-bottom:0;border-bottom:1px solid #e5e5e5}.header .minicart-wrapper .block-minicart .block-content .minicart-items-wrapper .product-item:last-child{border-bottom:0;padding-bottom:0}.header .minicart-wrapper .block-minicart .block-content .minicart-items-wrapper .product-item>.product{position:relative}.header .minicart-wrapper .block-minicart .block-content .minicart-items-wrapper .product-item .product-item-details{padding-left:130px;text-align:left}.header .minicart-wrapper .block-minicart .block-content .minicart-items-wrapper .product-item .product-item-details .actions{margin:-35px 0 0}.header .minicart-wrapper .block-minicart .block-content .minicart-items-wrapper .product-item .product-item-details .product-item-name{margin:0}.header .minicart-wrapper .block-minicart .block-content .minicart-items-wrapper .product-item .product-item-details .product-item-name a{font-size:15px;color:#0d0d0d;font-weight:bold;display:block;margin-bottom:5px;padding-right:25px;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.header .minicart-wrapper .block-minicart .block-content .minicart-items-wrapper .product-item .product-item-details .product.options{margin-bottom:5px}.header .minicart-wrapper .block-minicart .block-content .minicart-items-wrapper .product-item .product-item-details .product-item-pricing .price-container{display:block;margin-bottom:15px}.header .minicart-wrapper .block-minicart .block-content .minicart-items-wrapper .product-item .product-item-details .product-item-pricing .price-container .price-excluding-tax{display:inline-block;margin:0}.header .minicart-wrapper .block-minicart .block-content .minicart-items-wrapper .product-item .product-item-details .product-item-pricing .details-qty{display:inline-block;letter-spacing:0px;margin-top:0}.header .minicart-wrapper .block-minicart .block-content .minicart-items-wrapper .product-item .product-item-details .product-item-pricing .details-qty label{display:none}.header .minicart-wrapper .block-minicart .block-content .minicart-items-wrapper .product-item .product-item-details .product-item-pricing .details-qty label.label{display:inline-block;font-size:15px;color:#0d0d0d;font-weight:bold;width:auto}.header .minicart-wrapper .block-minicart .block-content .minicart-items-wrapper .product-item .product-item-details .product-item-pricing .details-qty .item-qty{width:auto;height:auto;max-width:15px;margin-right:0;border:0;padding:0;font-size:15px;color:#0d0d0d;font-weight:bold;text-align:center}.header .minicart-wrapper .block-minicart .block-content .minicart-items-wrapper .product-item .product.actions{margin:0;padding:0;height:0;position:static}.header .minicart-wrapper .block-minicart .block-content .minicart-items-wrapper a.action{position:absolute;top:-4px;right:5px}.header .minicart-wrapper .block-minicart .block-content .minicart-items-wrapper a.action.edit,.header .minicart-wrapper .block-minicart .block-content .minicart-items-wrapper a.action span{display:none}.header .minicart-wrapper .block-minicart .block-content .minicart-items-wrapper a.action:hover{color:#000}.header .minicart-wrapper .block-minicart .block-content .minicart-items-wrapper a.action.delete:before{font-family:'Pe-icon-7-stroke';content:"\e680";font-size:2.8rem;color:#0d0d0d;font-weight:600}.header .minicart-wrapper .block-minicart .block-content .sub-actions{display:-webkit-box;display:-ms-flexbox;display:-webkit-flex;display:flex;flex-wrap:wrap;align-items:center;padding:10px 30px 30px}.header .minicart-wrapper .block-minicart .block-content .sub-actions .actions{width:100%;margin-top:10px}.header .minicart-wrapper .block-minicart .block-content .actions{width:100%;text-align:center}.header .minicart-wrapper .block-minicart .block-content .actions .secondary{margin:0}.header .minicart-wrapper .block-minicart .block-content .actions .action.viewcart{width:100%;font-size:13px;color:#fff;font-weight:bold;text-transform:uppercase;letter-spacing:3px;background-color:#0d0d0d;border-color:#0d0d0d}.header .minicart-wrapper .block-minicart .block-content .actions .action.viewcart:hover{background-color:#fff;color:#0d0d0d}.header .minicart-wrapper .block-minicart .block-content .actions .action.checkout{width:100%;font-size:13px;color:#fff;font-weight:bold;text-transform:uppercase;letter-spacing:3px;background-color:#dc775b;border-color:#dc775b}.header .minicart-wrapper .block-minicart .block-content .actions .action.checkout:hover{background-color:#fff;color:#0d0d0d}.header .minicart-wrapper .block-minicart .action.close{position:static;height:25px;line-height:25px;opacity:1;background:transparent;font-size:15px;color:#0d0d0d;font-weight:600;align-items:center;display:-webkit-box;display:-ms-flexbox;display:-webkit-flex;display:flex;flex-wrap:wrap}.header .minicart-wrapper .block-minicart .action.close:hover{background:transparent;color:#000}.header .minicart-wrapper .block-minicart .action.close:after{font-family:'Pe-icon-7-stroke';content:"\e680";font-size:2.8rem}.header .minicart-wrapper .block-minicart .update-cart-item,.header .minicart-wrapper .block-minicart .subtitle.empty,.header .minicart-wrapper .block-minicart .items-total{display:none;margin:0 5px}.header .minicart-wrapper .block-minicart .subtotal{display:-webkit-box;display:-ms-flexbox;display:-webkit-flex;display:flex;flex-wrap:wrap;justify-content:space-between;align-items:flex-end}.header .minicart-wrapper .block-minicart .subtotal .label{font-size:15px;color:#0d0d0d;font-weight:bold;text-transform:uppercase}.header .minicart-wrapper .block-minicart .subtotal .amount.price-container{display:inline-block}.header .minicart-wrapper .block-minicart .subtotal .amount.price-container .price{font-size:20px;color:#0d0d0d;font-weight:bold;text-transform:uppercase}.header .minicart-wrapper.active .block-minicart{display:block;animation:fadeInRight 1s forwards;-webkit-animation:fadeInRight 1s forwards}.header .minicart-items .product-item{padding:20px 0}.header .minicart-items .product-item:first-child{padding-top:0}.header .minicart-items .product-item:not(:first-child){border-top:1px solid #ddd}.header .sale-text{font-size:12px;color:#fff;font-weight:bold;text-transform:uppercase}.header .header-top{transition:all .3s ease;-moz-transition:all .3s ease;-webkit-transition:all .3s ease;-o-transition:all .3s ease}.header .header-top .container{position:relative}.header .header-top .header-top-flex{padding:5px 0;align-items:center;justify-content:space-between}.header .header-content{display:-webkit-box;display:-ms-flexbox;display:-webkit-flex;display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between}.header .header-content .header-content__wrapper{background-color:#fff}.header .magicmenu .nav-desktop .level-top a{text-align:left}.header .header-tool{display:-webkit-box;display:-ms-flexbox;display:-webkit-flex;display:flex;flex-wrap:wrap;align-items:center;margin-right:40px}.header .custom-text{font-size:14px;color:#888888}.header .header-menu{flex:1;display:inline-flex;margin-left:40px}.header .header-menu .nav-sections{margin:auto 0;margin-right:50px}.header-container-fixed{position:fixed;top:0;left:0;width:100%;z-index:99;background-color:#fff;box-shadow:-1px 2px 6px rgba(30,32,40,0.3);-moz-box-shadow:-1px 2px 6px rgba(30,32,40,0.3);-webkit-box-shadow:-1px 2px 6px rgba(30,32,40,0.3)}.header-container-fixed .header-top{height:0;overflow:hidden}ul.mage-column li{position:relative;z-index:2}.nav-sections-item-content .magicmenu{text-align:center;background:transparent;position:static}.magicmenu .nav-desktop{position:relative;left:0;top:0;justify-content:flex-start}.magicmenu .nav-desktop .level0.dropdown .level-top span:not(.boder-menu),.magicmenu .nav-desktop .level0.hasChild .level-top span:not(.boder-menu){position:relative}.magicmenu .nav-desktop .level0.dropdown .level-top span:not(.boder-menu):before,.magicmenu .nav-desktop .level0.hasChild .level-top span:not(.boder-menu):before{content:"";position:absolute;top:130%;left:50%;width:15px;height:15px;transform:rotate(45deg) translateX(-50%);z-index:100000;background:#fff;display:block;opacity:0;visibility:hidden;transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-webkit-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;border-top:1px solid #dfdfdf;border-left:1px solid #dfdfdf}.magicmenu .nav-desktop .level0.dropdown:hover .level-top span:not(.boder-menu):before,.magicmenu .nav-desktop .level0.hasChild:hover .level-top span:not(.boder-menu):before{opacity:1;visibility:visible;top:calc(100% - 2px)}.magicmenu .nav-desktop .level0 .level-top{line-height:47px;margin:0 20px;padding:0}.magicmenu .nav-desktop .level0 .level-top span,.magicmenu .nav-desktop .level0 .level-top span.icon-text{font-size:14px;color:#0d0d0d;font-weight:bold;text-transform:uppercase}.magicmenu .nav-desktop .level0 .level-top-mega .mage-column.cat-mega{padding-top:25px;padding-left:32px}.magicmenu .nav-desktop .level0 .full-width{width:100%}.magicmenu .nav-desktop .level0 .full-width .parent-full-width{width:100%;left:0 !important;right:0 !important}.magicmenu .nav-desktop .level0 .full-width .parent-full-width .content-mega-horizontal{width:100% !important}.magicmenu .nav-desktop .level0 .full-width .parent-full-width .content-mega-horizontal .cat-mega{width:auto !important;padding-bottom:0;padding-left:5px}.magicmenu .nav-desktop .level0 .full-width .parent-full-width .content-mega-horizontal .cat-mega .level1.category-item{padding:0 46px;width:auto}.magicmenu .nav-desktop .level0 .full-width .parent-full-width .content-mega-horizontal .mage-column.mega-block-right{width:auto !important;max-width:calc(100% - 665px)}.magicmenu .nav-desktop>.level0{padding-bottom:0;margin-bottom:0}.magicmenu .nav-desktop>.level0>ul.level0,.magicmenu .nav-desktop>.level0>.level-top-mega{overflow:hidden}.magicmenu .nav-desktop>.level0.ext>.level0,.magicmenu .nav-desktop>.level0.home>.level0,.magicmenu .nav-desktop>.level0.ext .level0.dropdown,.magicmenu .nav-desktop>.level0.home .level0.dropdown{width:350px;display:flex;flex-wrap:wrap}.magicmenu .nav-desktop>.level0.ext>.level0>li,.magicmenu .nav-desktop>.level0.home>.level0>li,.magicmenu .nav-desktop>.level0.ext .level0.dropdown>li,.magicmenu .nav-desktop>.level0.home .level0.dropdown>li{width:50%}.magicmenu .nav-desktop>.level0.hasChild>a,.magicmenu .nav-desktop>.level0.dropdown>a{display:flex}.magicmenu .nav-desktop>.level0.hasChild>a>span:not(.boder-menu),.magicmenu .nav-desktop>.level0.dropdown>a>span:not(.boder-menu),.magicmenu .nav-desktop>.level0.hasChild>a span.icon-text,.magicmenu .nav-desktop>.level0.dropdown>a span.icon-text{display:flex}.magicmenu .nav-desktop>.level0.hasChild>a>span:not(.boder-menu):after,.magicmenu .nav-desktop>.level0.dropdown>a>span:not(.boder-menu):after,.magicmenu .nav-desktop>.level0.hasChild>a span.icon-text:after,.magicmenu .nav-desktop>.level0.dropdown>a span.icon-text:after{content:"\f107";font-family:"FontAwesome";display:inline-block;border:none;width:auto;margin:0;align-items:center;color:#aaa}.nav-sections .navigation-mobile ul li a span{display:flex}.nav-sections .navigation-mobile ul li.all-category{display:none}.nav-mobile{display:block !important}.nav-toggle-mobile{display:none}.close-menu{display:none}.nav-open .message.global.cookie.magepow-gdpr-cookie-notice{z-index:1}@media only screen and (max-width:1600px){.header .header-menu .nav-sections{margin-right:0}}@media only screen and (max-width:1199px){.header .header-tool{margin-right:20px;flex:1;justify-content:flex-end}.header.header-container-fixed .header-content{background-color:#ffffff}.header .header-account .toggle-content{left:calc(50% - 30px)}.header .header-account .toggle-content:before{left:calc(50% + 30px)}.header .header-top-link .top-form-language .switcher .switcher-options .switcher-dropdown{left:0;-webkit-transform:translateX(0);-ms-transform:translateX(0);-o-transform:translateX(0);transform:translateX(0)}.header .header-top-link .top-form-language .switcher .switcher-options .switcher-dropdown:before{left:calc(50% - 30px)}.nav-sections .navigation-mobile ul li a span,.nav-sections .navigation-mobile ul li .level-top span{padding:0}.sections .nav-sections-item-content>.navigation{display:block}.sections .nav-sections-item-content .magicmenu{display:none}.nav-toggle-mobile{display:block}.nav-toggle-mobile .nav-toggle{display:block}.nav-sections{position:fixed;top:0;left:0;z-index:100;width:300px;height:100%;background:#fff;max-height:100%;overflow-y:auto;overflow-x:hidden;transform:translate(-300px, 0);padding-top:50px;padding-bottom:10px;transition:all .3s ease}.nav-sections .navigation-mobile{max-width:none;position:static;padding:0 10px}.nav-sections .navigation-mobile ul li .expand,.nav-sections .navigation-mobile ul li .collapse{right:-10px}.nav-sections .navigation-mobile ul li:not(:last-child) a{border-bottom:1px solid #fff}.nav-sections .navigation-mobile ul li a{font-size:1.4rem;text-transform:capitalize}.nav-sections .navigation-mobile ul li li a{font-size:1.4rem}.nav-sections .nav-sections-items{display:-webkit-box;display:-ms-flexbox;display:-webkit-flex;display:flex;flex-wrap:wrap}.nav-sections .nav-sections-item-title{display:inline-block;order:0;flex:1;text-align:center;margin-bottom:20px;font-size:1.5rem;background-color:transparent;border:0;padding:0;height:50px;line-height:50px;float:none;font-weight:600;border:2px solid #f4f4f4}.nav-sections .nav-sections-item-title.active{background-color:#000}.nav-sections .nav-sections-item-title.active a{color:#fff;border-color:#f4f4f4}.nav-sections .nav-sections-item-title.active+.nav-sections-item-content{display:block !important}.nav-sections .nav-sections-item-content{display:none !important;order:1;width:100%}.nav-sections .nav-sections-item-content .top-form-language .switcher,.nav-sections .nav-sections-item-content .currency_top .switcher{display:block;padding:0;border:0}.nav-sections .nav-sections-item-content .top-form-language .switcher .action.toggle,.nav-sections .nav-sections-item-content .currency_top .switcher .action.toggle{position:relative;display:block;border-bottom:1px solid #f4f4f4;padding:10px 0}.nav-sections .nav-sections-item-content .top-form-language .switcher .action.toggle:before,.nav-sections .nav-sections-item-content .currency_top .switcher .action.toggle:before,.nav-sections .nav-sections-item-content .top-form-language .switcher .action.toggle:after,.nav-sections .nav-sections-item-content .currency_top .switcher .action.toggle:after{position:absolute;content:"";width:13px;height:13px;right:4px;z-index:10;-webkit-transform:rotate(-90deg);-moz-transform:rotate(-90deg);-ms-transform:rotate(-90deg);-o-transform:rotate(-90deg);transform:rotate(-90deg);color:#000;transition:all .3s ease;-moz-transition:all .3s ease;-webkit-transition:all .3s ease;-o-transition:all .3s ease}.nav-sections .nav-sections-item-content .top-form-language .switcher .action.toggle:before,.nav-sections .nav-sections-item-content .currency_top .switcher .action.toggle:before{top:21px;height:1px;border-top:1px solid;border-left:1px solid;border-top-color:inherit;border-left-color:inherit}.nav-sections .nav-sections-item-content .top-form-language .switcher .action.toggle:after,.nav-sections .nav-sections-item-content .currency_top .switcher .action.toggle:after{top:15px;right:10px;border-top:1px solid;border-left:1px solid;width:1px}.nav-sections .nav-sections-item-content .top-form-language .switcher .action.toggle.active:before,.nav-sections .nav-sections-item-content .currency_top .switcher .action.toggle.active:before{opacity:0;visibility:hidden}.nav-sections .nav-sections-item-content .top-form-language .switcher-options,.nav-sections .nav-sections-item-content .currency_top .switcher-options{padding-bottom:0}.nav-sections .nav-sections-item-content .top-form-language .switcher-trigger strong:after,.nav-sections .nav-sections-item-content .currency_top .switcher-trigger strong:after{display:none}.nav-sections .nav-sections-item-content .top-form-language .switcher-dropdown li a,.nav-sections .nav-sections-item-content .currency_top .switcher-dropdown li a{padding-left:25px}.nav-sections .nav-sections-item-content .top-form-language .switcher-dropdown li:not(:last-child),.nav-sections .nav-sections-item-content .currency_top .switcher-dropdown li:not(:last-child){border-bottom:1px solid #f4f4f4}.nav-sections .nav-sections-item-content .top-form-language .switcher-trigger strong span,.nav-sections .nav-sections-item-content .top-form-language .switcher-dropdown .switcher-option a{background-repeat:no-repeat;padding-left:20px;background-position:left center}.nav-open .header .header-menu,.nav-open .header-menu{display:block;flex:0;margin:0}.nav-open .nav-sections{transform:translate(0, 0);-webkit-animation:fadeInLeft 1s forwards;animation:fadeInLeft 1s forwards}.nav-open .nav-toggle:after{content:"";position:fixed;top:0;left:0;width:100%;height:100%;z-index:90;background:rgba(0,0,0,0.4);cursor:url('../../frontend/Alothemes/spozy5/fr_FR/images/alothemes/close-cursor.png'),pointer}.nav-open .notify-slider-wrapper{z-index:1}.nav-open body{overflow:hidden}.close-menu{display:block;position:absolute;top:0;left:0;width:100%;line-height:50px;background:#000;color:#fff;padding:0 23px;text-transform:uppercase;font-size:1.6rem;cursor:pointer}.close-menu i{position:absolute;text-transform:none;right:10px;top:0;font-size:2.8rem}.header .search-area .toggle-content:before{right:170px}.header .header-logo{display:-webkit-box;display:-ms-flexbox;display:-webkit-flex;display:flex;flex-wrap:wrap;align-items:center}.header .header-logo .nav-toggle{display:inline-block;margin-right:5px;z-index:10}.header .header-top .header-top-left{display:none}.header .header-content .header-logo{margin-bottom:0;padding:10px 20px}.header .header-menu{display:none}}@media only screen and (max-width:991px){.header .minicart-wrapper .block-minicart{width:320px}.header .custom-text,.header .header-top-link{display:none}.header .search-area .toggle-content{width:calc(100% - 30px)}}@media only screen and (max-width:767px){.header .header-logo .logo{max-width:120px}.header .minicart-wrapper .block-minicart .block-title{margin-left:15px;margin-right:15px}.header .minicart-wrapper .block-minicart .block-content .sub-items{margin-left:15px;margin-right:15px}.header .minicart-wrapper .block-minicart .block-content .sub-actions,.header .minicart-wrapper .block-minicart .block-content .content-items{padding-left:15px;padding-right:15px}.nav-sections-item-title{display:none}.nav-open .page-wrapper{left:0}}@media screen and (max-width:575px){.header .sale-text{color:#333}.header .header.links li:not(:last-child).authorization-link:after,.header .header.links li a{color:#333}.header .header-tool{margin-right:0}.cms-index-index .page-header{position:static}}@media screen and (max-width:480px){.header .search-area .toggle-content{width:calc(100% - 20px)}.header .search-area .toggle-content:before{right:110px}.header .search-area .form-search .field .control.catalogsearch .catalogsearch-box{width:120px}.header .search-area .form-search .field .control.catalogsearch .catalogsearch-box span{padding:0}.header .search-area .form-search .field .control.catalogsearch .catalogsearch-box span:before{right:0}.header .search-area .form-search .field .control.catalogsearch .input-text{width:calc(100% - 120px - 45px);padding:0 10px}.header .search-area .form-search .action.search{width:45px}.header .search-area .form-search .action.search .fa:before{font-size:2rem}.header .header-logo .logo{max-width:100px}.header .header-top .dflex{flex-direction:column;padding-top:5px}.header .header-wishlist{display:none}.header .minicart-wrapper{margin-left:20px}.header .minicart-wrapper .block-minicart{width:100%}.header .minicart-wrapper .block-minicart .block-content .content-items{padding:25px 15px}.header .minicart-wrapper .block-minicart .block-content .sub-actions{padding:10px 15px 30px}.header .minicart-wrapper .block-minicart .block-content .sub-items{margin:0 15px 0}.header .minicart-wrapper .block-minicart .block-title{margin:0 15px;padding:15px 0}.header .sale-text{color:#333}.header .header.links li a{color:#333}}.rtl .header .nav-toggle:before{margin-right:0;margin-left:15px}.rtl .header .minicart-wrapper,.rtl .header .header-wishlist,.rtl .header .search-area{margin-left:0;margin-right:30px}.rtl .header .header.links li:not(:last-child).authorization-link{margin-right:0px;margin-left:10px}.rtl .header .header.links li:not(:last-child).authorization-link:after{right:auto;left:-8px}.rtl .header .header-top-link{text-align:left}.rtl .header .header-top-link .switcher .switcher-options strong span{padding-left:12px;padding-right:0}.rtl .header .header-top-link .switcher .switcher-options strong span:after{right:auto;left:0}.rtl .header .header-top-link .switcher .switcher-options .switcher-dropdown:before{left:50%}.rtl .header .header-top-link .currency_top{margin-left:0;margin-right:33px}.rtl .header .header-top-link .currency_top:before{left:auto;right:-17px}.rtl .header .header-top-link .top-form-language .switcher .switcher-options strong span{display:inline-block}.rtl .header .header-top-link .top-form-language .toggle span,.rtl .header .header-top-link .top-form-language .switcher-dropdown li a{background-position:right center;padding-right:20px}.rtl .header .search-area .toggle-content:before{left:150px}.rtl .header .search-area .form-search .field .control.catalogsearch .catalogsearch-box{float:right}.rtl .header .search-area .form-search .field .control.catalogsearch .catalogsearch-box span:before{right:auto;left:5px}.rtl .header .search-area .form-search .field .control.catalogsearch .catalogsearch-box .dd-container{padding-left:0;padding-right:0;right:auto;left:0}.rtl .header .search-area .form-search .field .control.catalogsearch .catalogsearch-box .dd-container li{text-align:right;direction:ltr}.rtl .header .search-area .form-search .field .control.catalogsearch .input-text{float:right}.rtl .header .search-area .form-search .action.search{right:auto;left:0}.rtl .header .righ-header-content .top-link-product li{margin-right:0;margin-left:40px}.rtl .header .header-account .toggle-content:before{left:50%}.rtl .header .header-account .toggle-content a:before{display:none}.rtl .header .header-account .toggle-content a:after{font-family:"Flaticon";font-size:2.3rem;font-weight:600;margin-left:7px}.rtl .header .header-account .toggle-content a.register:after{content:"\f12f";font-weight:400}.rtl .header .header-account .toggle-content a.wishlist a:after{content:"\f112"}.rtl .header .header-account .toggle-content a.compare a:after{content:"\f12d"}.rtl .header .header-account .toggle-content a .account:after{content:"\f110"}.rtl .header .header-account .toggle-content .authorization-link a:after{content:"\f12b"}.rtl .header .minicart-wrapper .block-minicart{left:0;right:auto;animation:fadeInLeft 1s forwards;-webkit-animation:fadeInLeft 1s forwards}.rtl .header .minicart-wrapper .block-minicart .block-content .minicart-items-wrapper a.action{right:auto;left:5px}.rtl .header .minicart-wrapper .block-minicart .block-content .minicart-items-wrapper .product-item .product-item-details{padding-left:0;padding-right:130px;text-align:right}.rtl .header .minicart-wrapper .block-minicart .block-content .minicart-items-wrapper .product-item .product-item-details .product-item-name a{padding-right:0;padding-left:25px}.rtl .header .header-tool{margin-left:40px;margin-right:0}.rtl .magicmenu .nav-desktop>.level0>.level0>li a{text-align:right}.rtl .magicmenu .nav-desktop .level0 .level-top-mega .level0>.level1{text-align:right;float:right}.rtl .magicmenu .nav-desktop .level0 .level-top-mega .children a{text-align:right}.rtl .magicmenu .nav-desktop .level0 .level-top-mega .children a>span{display:flex}.rtl .magicmenu .nav-desktop .level0 .full-width .parent-full-width .content-mega-horizontal .mage-column.mega-block-right{float:left;margin-left:-1px}.rtl .magicmenu .nav-desktop .level0 .full-width .parent-full-width .content-mega-horizontal .mage-column.cat-mega{float:right}.rtl .nav-sections .navigation-mobile ul li .collapse,.rtl .nav-sections .navigation-mobile ul li .expand{right:auto;left:0}@media only screen and (max-width:1200px) and (min-width:1199px){.rtl .header .header-account .toggle-content{left:auto;right:calc(50% - 30px);-webkit-transform:translateX(50%);-ms-transform:translateX(50%);-o-transform:translateX(50%);transform:translateX(50%)}.rtl .header .header-account .toggle-content:before{left:auto;right:calc(50% + 30px);transform:translateX(50%) rotate(45deg);-moz-transform:translateX(50%) rotate(45deg);-webkit-transform:translateX(50%) rotate(45deg);-o-transform:translateX(50%) rotate(45deg);-ms-transform:translateX(50%) rotate(45deg)}}@media only screen and (max-width:1199px){.nav-open .rtl .nav-sections{transform:translate(0, 0);-webkit-animation:fadeInRight 1s forwards;animation:fadeInRight 1s forwards;margin:0}.rtl .header .header-tool{margin-left:20px}.rtl .nav-sections{transform:translate(300px, 0);left:auto;right:0}.rtl .nav-sections .nav-sections-item-content .top-form-language .switcher .action.toggle:before,.rtl .nav-sections .nav-sections-item-content .currency_top .switcher .action.toggle:before,.rtl .nav-sections .nav-sections-item-content .top-form-language .switcher .action.toggle:after,.rtl .nav-sections .nav-sections-item-content .currency_top .switcher .action.toggle:after{right:auto;left:10px}.rtl .nav-sections .nav-sections-item-content .top-form-language .switcher .action.toggle:after,.rtl .nav-sections .nav-sections-item-content .currency_top .switcher .action.toggle:after{left:16px}.rtl .close-menu i{right:auto;left:10px}.rtl .header .header-logo .nav-toggle{margin-right:0;margin-left:5px}.rtl .header .search-area .toggle-content:before{left:170px}.rtl .header .header-top-link .top-form-language .switcher .switcher-options .switcher-dropdown{left:auto;right:0}.rtl .header .header-top-link .top-form-language .switcher .switcher-options .switcher-dropdown:before{left:auto;right:calc(50% - 30px)}}@media only screen and (max-width:767px){.nav-before-open .rtl .page-wrapper{transition:right .3s}.nav-open .rtl .page-wrapper{left:auto;right:0}}@media screen and (max-width:575px){.rtl .header .header-tool{margin-left:0px}}@media only screen and (max-width:480px){.rtl .header .search-area{margin-right:0}.rtl .header .search-area .toggle-content:before{left:100px}.rtl .header .search-area .form-search .field .control.catalogsearch .catalogsearch-box span:before{left:0}.rtl .header .header-account .toggle-content{left:auto;right:calc(50% - 30px);-webkit-transform:translateX(50%);-ms-transform:translateX(50%);-o-transform:translateX(50%);transform:translateX(50%)}.rtl .header .header-account .toggle-content:before{left:calc(50% - 30px)}.rtl .header .header-top .header-top-center .sale-code{animation:GradientTextRTL 10s linear infinite}}body:not(.cms-index-index) .block-footer-top{padding-top:60px}.page-footer{padding-top:0;position:relative}.page-footer .block-subscribe{position:relative}.page-footer .block-subscribe .block-title,.page-footer .block-subscribe .subscribe-panel{display:none}.page-footer .block-subscribe .input-text{background-color:transparent;border:0;text-transform:capitalize;padding:0;color:#888888}.page-footer .block-subscribe div.mage-error[generated]{position:absolute;margin:0;background-color:white;padding:0 13px;border:1px solid #000 33;border-radius:5px;z-index:2;top:105%}.page-footer .block-subscribe input:-webkit-autofill,.page-footer .block-subscribe input:-webkit-autofill:hover,.page-footer .block-subscribe input:-webkit-autofill:focus,.page-footer .block-subscribe textarea:-webkit-autofill,.page-footer .block-subscribe textarea:-webkit-autofill:hover,.page-footer .block-subscribe textarea:-webkit-autofill:focus,.page-footer .block-subscribe select:-webkit-autofill,.page-footer .block-subscribe select:-webkit-autofill:hover,.page-footer .block-subscribe select:-webkit-autofill:focus{background-color:transparent;-webkit-text-fill-color:#888888;-webkit-box-shadow:0 0 0px 1000px transparent inset;transition:background-color 5000s ease-in-out 0s}.page-footer .block-subscribe .visible{display:-webkit-box;display:-ms-flexbox;display:-webkit-flex;display:flex;flex-wrap:wrap;align-items:center;border-bottom:1px solid #fff}.page-footer .block-subscribe .visible .control{flex:1;margin-right:10px}.page-footer .block-subscribe .visible .actions button.button{width:100%;padding:0;border:none;font-size:14px;color:#fff;font-weight:bold;text-transform:uppercase;background-color:transparent}.block-footer-top{background-color:#0e1520;padding:0}.block-footer-top .container{background-color:#fff;display:-webkit-box;display:-ms-flexbox;display:-webkit-flex;display:flex;flex-wrap:wrap;justify-content:space-between;padding:30px 50px}.block-footer-top .block-subscribe__title .ft-title__big{font-size:24px;text-transform:uppercase;font-weight:bold;font-family:'Oswald',sans-serif;margin-bottom:5px}.block-footer-top .block-subscribe__title .block-subscribe__de{margin-bottom:0;font-size:15px;color:#888888}.block-footer-top .block-content .block-subscribe{margin-bottom:0}.block-footer-top .block-content .block-subscribe .input-text{width:350px;height:50px;border-bottom:1px solid #0d0d0d}.block-footer-top .block-content .block-subscribe .visible .control{margin-right:20px}.block-footer-top .block-content .block-subscribe .visible .actions button.button{background-color:#0d0d0d;display:inline-block;height:50px;line-height:50px;position:relative;padding:0 30px;letter-spacing:3px;transition:all .3s ease;-moz-transition:all .3s ease;-webkit-transition:all .3s ease;-o-transition:all .3s ease}.block-footer-top .block-content .block-subscribe .visible .actions button.button:after{content:'';display:block;position:absolute;box-sizing:border-box;width:100%;height:100%;border:2px solid #0d0d0d;top:0;left:0;transition:all .3s ease;-moz-transition:all .3s ease;-webkit-transition:all .3s ease;-o-transition:all .3s ease}.block-footer-top .block-content .block-subscribe .visible .actions button.button:hover:after{top:5px;left:5px}.footer-links-company{padding:20px 0;position:relative;text-align:center;border-top:1px solid #242424}.footer-links-company .copyright-content .main1 .copyright{font-size:1.4rem;color:#888888;font-weight:600}.footer-links-company #backtotop{bottom:5px;display:block;height:43px;width:43px;line-height:40px;overflow:hidden;position:fixed;right:5px;text-align:center;text-decoration:none;z-index:50;border:2px solid #0d0d0d;border-radius:50%;-moz-border-radius:50%;-webkit-border-radius:50%;animation:bounceInDown 1.5s forwards;-webkit-animation:bounceInDown 1.5s forwards}.footer-links-company #backtotop .fa{font-size:2.0rem}.block-footer-bottom{padding:80px 0 30px}.block-footer-bottom .ft-title{color:#fff;font-size:16px;text-transform:uppercase;font-weight:bold;margin-bottom:35px;font-family:'Manrope',sans-serif}.block-footer-bottom .logo-footer{margin-bottom:35px}.block-footer-bottom .block-content p{color:#888888;line-height:20px;margin-bottom:20px}.block-footer-bottom .link-list li{margin-bottom:15px}.block-footer-bottom .link-list a{color:#888888;transition:all 0s ease;-moz-transition:all 0s ease;-webkit-transition:all 0s ease;-o-transition:all 0s ease}.block-footer-bottom .link-list a:hover{color:#fff}.block-footer-bottom .infor-list li,.block-footer-bottom .infor-list a{color:#888888}.block-footer-bottom .infor-list a{font-weight:bold;transition:all 0s ease;-moz-transition:all 0s ease;-webkit-transition:all 0s ease;-o-transition:all 0s ease}.block-footer-bottom .infor-list a:hover{color:#fff}@media screen and (max-width:1200px){.block-footer-top .ft-title{letter-spacing:0;margin-bottom:15px}.page-footer .block-subscribe .block-subscribe__title{margin-bottom:25px}}@media screen and (max-width:991px){.block-footer-top .ft-logo{margin-bottom:20px}.block-footer-top .ft-title{letter-spacing:0;margin-bottom:15px}.block-footer-top .ft-sub-title{margin-top:0}.block-footer-top .col-footer{margin-bottom:20px}.block-footer-top .col-footer .col-footer{margin-bottom:0}.footer-links-company .copyright-content{flex-direction:column;text-align:center}}@media screen and (max-width:767px){.footer-links-company{padding-bottom:25px}.page-footer .block-subscribe .block-subscribe__title{margin-bottom:15px}.page-footer .col-footer{margin-bottom:25px}.block-footer-top .col-footer{margin-bottom:20px}.block-footer-top .col-footer .col-footer:not(:last-child){margin-bottom:20px}.block-footer-top .block-content{width:100%}.block-footer-top .block-content .block-subscribe .input-text{width:100%}.mobile-collapsible{position:relative}.mobile-collapsible .infor-list{margin-top:20px}.mobile-collapsible.toggle-visible .toggle-tab:before{content:"\f106"}.mobile-collapsible.toggle-visible .toggle-content{display:block;margin-top:20px}.mobile-collapsible .toggle-tab{display:block !important;position:absolute;right:0;top:-5px;left:0;font-size:2rem;text-align:right;line-height:30px;height:30px;z-index:1;cursor:pointer}.mobile-collapsible .toggle-tab:before{content:"\f107";font-family:'FontAwesome';color:#fff;font-size:20px}.mobile-collapsible .toggle-content{display:none}.block-footer-bottom .ft-title{margin-bottom:0}}@media screen and (max-width:576px){.block-footer-top .container{padding-right:15px;padding-left:15px}}@media screen and (max-width:480px){.page-footer .footer-content .toggle-tab{position:absolute;top:5px;right:15px;left:15px;font-size:2rem;text-align:right}.page-footer .footer-content .toggle-tab:before{content:"\f107";font-family:"FontAwesome"}.page-footer .footer-content .toggle-content{display:none}.page-footer .footer-content.toggle-visible .toggle-tab:before{content:"\f106"}.page-footer .footer-content.toggle-visible .toggle-content{display:block}.block-footer-top .block-content .block-subscribe .visible .actions button.button{padding:0 15px;text-align:center}}.rtl .footer-links-company #backtotop{right:auto;left:5px}.rtl .page-footer .block-subscribe .visible .control{margin-right:0;margin-left:10px}.rtl .block-footer-bottom .infor-list li{display:-webkit-box;display:-ms-flexbox;display:-webkit-flex;display:flex;flex-wrap:wrap}@media screen and (max-width:768px){.rtl .mobile-collapsible .toggle-tab{text-align:left}}.page-layout-1column .product.media.product-img-box{width:50%;display:block;align-items:stretch;flex:none;max-width:none}.page-layout-1column .product-info-main.product-shop{width:50%;flex:none;max-width:none}.page-layout-1column .modal-popup.modals-quickview .product.media.product-img-box{width:50%;flex:none;max-width:none}.page-layout-1column .modal-popup.modals-quickview .product-info-main.product-shop{width:50%;flex:none;max-width:none;height:auto !important;padding-top:30px;padding-bottom:30px}.page-layout-2columns-left .columns .column.main{float:right}.page-layout-2columns-left .columns .sidebar{float:left}.page-layout-2columns-right .columns .column.main{float:left}.page-layout-2columns-right .columns .sidebar{float:left}.page-layout-2columns-left .columns,.page-layout-2columns-right .columns{margin-left:-15px;margin-right:-15px}.page-layout-2columns-left .columns .column.main,.page-layout-2columns-right .columns .column.main,.page-layout-2columns-left .columns .sidebar,.page-layout-2columns-right .columns .sidebar{padding-left:15px;padding-right:15px}.page-layout-2columns-left .columns .column.main,.page-layout-2columns-right .columns .column.main{width:calc(100% - 300px);flex:none}.page-layout-2columns-left .columns .sidebar,.page-layout-2columns-right .columns .sidebar{width:300px;flex:none}.page-layout-2columns-left .modals-quickview .columns .column.main,.page-layout-2columns-right .modals-quickview .columns .column.main{width:100%}.page-layout-2columns-left .modals-quickview .product-info-main,.page-layout-2columns-right .modals-quickview .product-info-main,.page-layout-3columns .modals-quickview .product-info-main{width:50%;max-width:50%;flex:inherit}.page-layout-2columns-left .product.media,.page-layout-2columns-right .product.media,.page-layout-3columns .product.media{width:50%;display:block;align-items:stretch;max-width:50%;flex:initial}@media screen and (max-width:1199px){.page-layout-2columns-left .bundle-options-container .block-bundle-summary,.page-layout-2columns-left .bundle-options-container .bundle-options-wrapper{width:100% !important;float:none}}@media screen and (max-width:991px){.page-layout-2columns-left .columns .column.main,.page-layout-2columns-right .columns .column.main{width:100%;float:none}.page-layout-2columns-left .columns .sidebar,.page-layout-2columns-right .columns .sidebar{width:100%;float:none}.page-layout-2columns-left .product.media.product-img-box,.page-layout-2columns-right .product.media.product-img-box,.page-layout-3columns .product.media.product-img-box{width:100%;flex:0 0 100%;max-width:100%}.page-layout-2columns-left .product-info-main.product-shop,.page-layout-2columns-right .product-info-main.product-shop,.page-layout-3columns .product-info-main.product-shop{width:100%;flex:0 0 100%;max-width:100%;margin-top:30px}}@media screen and (max-width:767px){.page-layout-1column .product.media.product-img-box{width:100%;flex:0 0 100%;max-width:100%}.page-layout-1column .product-info-main.product-shop{width:100%;flex:0 0 100%;max-width:100%;margin-top:30px}}.rtl.page-layout-2columns-left .columns .column.main{float:left}.rtl.page-layout-2columns-left .columns .sidebar{float:right;clear:right}.rtl.page-layout-1column .modal-popup.modals-quickview .product.media.product-img-box{padding-left:15px;padding-right:0}.breadcrumbs{padding-top:23px;margin-bottom:30px;text-align:left;position:relative}.breadcrumbs .pagecrumbs-title{display:none;font-size:2.0rem;font-weight:700;text-transform:uppercase;color:#000;margin-bottom:27px}.breadcrumbs .items{display:flex;align-items:baseline;padding-bottom:10px;margin-bottom:-10px;white-space:nowrap}.breadcrumbs li{color:#000;display:inline-block}.breadcrumbs li a,.breadcrumbs li strong{font-size:1.4rem}.breadcrumbs li a{color:#555;text-decoration:none;display:inline-block}.breadcrumbs li strong{font-weight:400}.breadcrumbs li.home a:hover{color:#000}.breadcrumbs li:not(:last-child):after{content:"\/";margin:0 10px;font-size:1.4rem;color:#555}.breadcrumbs li:last-child{overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.cms-static-header{position:relative;margin-top:20px}.cms-static-header .cms-content{position:absolute;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%);left:0;right:0;display:-webkit-box;display:-ms-flexbox;display:-webkit-flex;display:flex;flex-wrap:wrap;justify-content:space-around;align-items:center;color:#fff}.cms-static-header .cms-content .title{font-size:1.8rem;text-transform:uppercase;font-weight:500}.cms-static-header .cms-content .action{color:#fff;border-color:#fff;padding:0 32px}@media screen and (max-width:991px){.cms-static-header{background-image:url('../../frontend/Alothemes/spozy5/fr_FR/images/alothemes/cms-img-demo1-3.jpg');background-repeat:no-repeat;background-position:center;background-size:cover;padding:40px 0}.cms-static-header .cms-img{opacity:0;visibility:hidden}.cms-static-header .cms-content .title{margin-bottom:10px;padding:0 10px;text-align:center}}@media screen and (max-width:767px){.cms-static-header{padding:60px 0}.cms-static-header .cms-content .title{font-size:1.4rem}}@media screen and (max-width:480px){.breadcrumbs li a,.breadcrumbs li strong{font-size:1.3rem}.breadcrumbs li:not(:last-child):after{margin:0 10px}}.rtl .breadcrumbs li:not(:last-child):after{content:"\\"}.toolbar-top .toolbar{border:none;padding:11px 15px;background-color:#f5f5f5;border-radius:10px;-moz-border-radius:10px;-webkit-border-radius:10px}.toolbar-top .toolbar .sorter{margin-right:0;margin-left:5px}.toolbar-top .toolbar .sorter .sorter-action{display:inline-block}.toolbar-top .toolbar .sorter .sorter-options{border:1px solid #e3e3e3}.toolbar-top .toolbar .modes .modes-mode{width:auto;height:auto;color:#aaaaaa;background:transparent}.toolbar-top .toolbar .modes .modes-mode:before{font-size:2rem}.toolbar-top .toolbar .modes .modes-mode.active,.toolbar-top .toolbar .modes .modes-mode:hover{background:transparent;color:#333}.toolbar-top .toolbar .toolbar-amount{display:block;float:right}.toolbar-top .toolbar .pages{display:none}.toolbar-bottom{margin-top:10px}.toolbar-bottom .toolbar{border-bottom:none;margin:0}.toolbar-bottom .toolbar .sorter{display:none}.toolbar-bottom .toolbar .modes{display:none}.toolbar-bottom .toolbar.toolbar-products{text-align:left}.toolbar-bottom .toolbar .limiter{display:none}.toolbar-bottom .toolbar .limiter .control .limiter-options{border:1px solid #e3e3e3;background-position:90% 50%}.toolbar-bottom .toolbar-products .pages{display:block}.toolbar-bottom .toolbar-products .pages .pages-items{display:-webkit-box;display:-ms-flexbox;display:-webkit-flex;display:flex;flex-wrap:wrap;align-items:center;justify-content:flex-end}.toolbar{padding:0;margin-bottom:28px;border-top-width:0;display:flex;flex-wrap:wrap;justify-content:flex-end;align-items:center}.toolbar:before,.toolbar:after{display:none}.toolbar.toolbar-products .modes .modes-mode{background-color:#fff;color:#888888}.toolbar.toolbar-products .modes .modes-mode.active,.toolbar.toolbar-products .modes .modes-mode:hover{background-color:#fff;color:#0d0d0d}.toolbar .sorter{padding-top:0;float:none;display:inline-block;margin-left:15px}.toolbar .sorter .sorter-label{margin-right:12px}.toolbar .sorter .sorter-options{border:none;padding:0;height:30px;padding-right:25px}.toolbar .sorter .sorter-options option{font-size:15px;color:#888}.toolbar .sorter .sorter-action{display:none}.toolbar .limiter{padding-top:0;float:none;display:inline-block}.toolbar .limiter .limiter-text{display:none}.toolbar .limiter .label{font-size:1.4rem;font-weight:normal;color:#333}.toolbar .toolbar-amount{float:none;margin-left:5px;display:none}.toolbar .modes-label{margin-right:12px;display:none}.toolbar .sorter-label,.toolbar .sorter-options,.toolbar .modes-label,.toolbar .limiter-options,.toolbar .limiter-text,.toolbar .toolbar-amount{font-size:1.3rem;font-weight:normal;color:#333}.toolbar .limiter-options{border:none;padding:0;height:30px;margin:0;margin-left:25px;padding-right:25px}.toolbar .limiter-options option{font-size:15px;color:#888}.toolbar .pages{width:100%;text-align:right}.toolbar .pages .label{display:none}.toolbar .pages .items .item{display:block;width:40px;height:40px;border:2px solid #e7e7e7;text-align:center;line-height:36px;transition:all .3s ease;-moz-transition:all .3s ease;-webkit-transition:all .3s ease;-o-transition:all .3s ease}.toolbar .pages .items .item:hover{background-color:#0d0d0d;border-color:#0d0d0d}.toolbar .pages .items .item:hover .action,.toolbar .pages .items .item:hover .action span,.toolbar .pages .items .item:hover .page span{color:#fff}.toolbar .pages .items .item.pages-item-previous,.toolbar .pages .items .item.pages-item-next{width:auto;padding:0 15px}.toolbar .pages .items .item:not(:first-child){margin-left:10px}.toolbar .pages .items .item .action,.toolbar .pages .items .item .page{padding:0;font-size:11px;color:#b7b7b7;font-weight:bold;text-transform:uppercase;display:block}.toolbar .pages .items .item.current{background-color:#0d0d0d;border-color:#0d0d0d}.toolbar .pages .items .item.current .page span{color:#fff}.toolbar .pages .items .item .action{display:flex}.toolbar .pages .items .item .action.next{flex-direction:row-reverse}.toolbar .pages .items .item .action:before{font-family:"FontAwesome"}.toolbar .pages .items .item .next:before{content:"\f105";margin-left:5px}.toolbar .pages .items .item .previous:before{content:"\f104";margin-right:5px}.toolbar.review-toolbar{display:none}.toolbar-blog-posts{margin-bottom:0;margin-top:15px}.toolbar-blog-posts .pages-items{display:-webkit-box;display:-ms-flexbox;display:-webkit-flex;display:flex;flex-wrap:wrap;align-items:center}.wishlist-toolbar{border:none}.wishlist-toolbar .limiter{display:none}.wishlist-toolbar .toolbar-amount{display:block}.wishlist-toolbar:last-child{display:none}body.account .toolbar.bottom{display:none}.modes-mode{text-align:center;display:inline-block;border-width:0}.modes-mode:before{content:"\f00a";display:inline-block;font-family:FontAwesome;font-size:20px;font-weight:normal;line-height:initial;overflow:hidden;text-align:center;vertical-align:middle}.modes-mode span{border:0;clip:rect(0, 0, 0, 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.mode-list:before{content:"\f00b"}.mode-grid{margin-right:15px}@media screen and (max-width:1199px){.toolbar{justify-content:flex-start}}@media screen and (max-width:991px){.page-products .toolbar .limiter{display:none}.toolbar-top{position:absolute;top:0;left:15px;width:calc(100% - 30px);z-index:1}.toolbar-top .toolbar{justify-content:flex-end;text-align:right;margin-bottom:0}.toolbar-top .toolbar .toolbar-amount{display:none}.toolbar .pages{float:none}.toolbar .pages .items{justify-content:center}.toolbar-bottom .toolbar.toolbar-products{text-align:center}}@media screen and (max-width:480px){.toolbar-bottom{margin-top:40px}.toolbar-blog-posts{margin-top:40px}}.rtl .mode-grid{margin-right:0;margin-left:7px}.rtl .limiter-options{margin:0 7px 0 5px}.rtl .toolbar .modes{text-align:right}.rtl .toolbar .sorter .sorter-options,.rtl .toolbar .limiter .control .limiter-options{background-position:10% 50%}.rtl .toolbar .pages{float:left}.rtl .toolbar .pages .items .item .next:before{content:"\f104";margin-left:0;margin-right:5px}.rtl .toolbar .pages .items .item .previous:before{content:"\f105";margin-left:5px;margin-right:0}.rtl .toolbar .pages .items .item:not(:first-child){margin-left:0;margin-right:20px}.rtl .toolbar .limiter .control .limiter-options{padding-right:10px;padding-left:30px}.rtl .toolbar .sorter{margin-left:0;margin-right:10px}.rtl .toolbar .sorter .sorter-options{padding-right:12px;padding-left:4px}.rtl .toolbar .sorter .sorter-label{margin-right:0;margin-left:12px}.rtl .toolbar .toolbar-amount{margin-left:0;margin-right:5px}.rtl .toolbar-top .toolbar .toolbar-amount{float:left}.rtl .toolbar-top .toolbar .sorter{margin-left:0;margin-right:5px}.rtl .toolbar-bottom .toolbar.toolbar-products{text-align:right}@media screen and (max-width:991px){.rtl .toolbar-top .toolbar{text-align:left}.rtl .toolbar .pages{float:none}}.magicslider .slick-slide.slick-active .figcaption .caption3,.magicslider .slick-slide.slick-active .figcaption .caption1,.magicslider .slick-slide.slick-active .figcaption .caption4{display:block;-moz-animation:fadeInRight .8s ease-in 1.3s backwards;-webkit-animation:fadeInRight .8s ease-in 1s backwards;animation:fadeInRight .8s ease-in 1s backwards}.magicslider .slick-slide.slick-active .figcaption .caption2,.magicslider .slick-slide.slick-active .figcaption .caption5{display:block;-moz-animation:fadeInLeft .8s ease-in 1.5s backwards;-webkit-animation:fadeInLeft .8s ease-in 1.5s backwards;animation:fadeInLeft .8s ease-in 1.5s backwards}.magicslider>.item:nth-child(n+2){display:none}.magicslider>.item .figcaption{display:none}.magicslider .slick-slide .item{display:block !important}.slick-prev,.slick-next{position:absolute;display:block;border:none;height:50px;width:50px;line-height:50px;font-size:0px;cursor:pointer;background:transparent;color:transparent;top:40%;transform:translate(0, -50%);padding:0;outline:none;z-index:9;border-width:3px;border-style:solid;opacity:0;visibility:hidden;border-radius:50%;-moz-border-radius:50%;-webkit-border-radius:50%;transition:all .3s ease;-moz-transition:all .3s ease;-webkit-transition:all .3s ease;-o-transition:all .3s ease}.slick-prev:hover,.slick-next:hover,.slick-prev:focus,.slick-next:focus,.slick-prev:active,.slick-next:active{outline:none;border-width:3px;border-style:solid}.slick-prev:hover:before,.slick-next:hover:before,.slick-prev:focus:before,.slick-next:focus:before,.slick-prev:active:before,.slick-next:active:before{color:#fff}.slick-prev:active,.slick-next:active{border-color:#000;background:#fff;color:#000}.slick-prev:before,.slick-next:before{font-family:"Flaticon";font-size:25px;position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);display:block;font-weight:normal;color:#000}[dir="rtl"] .slick-prev:before,.slick-prev:before{content:"\f103"}[dir="rtl"] .slick-next:before,.slick-next:before{content:"\f102"}.static-home-slide__bottom .slick-slide.slick-active .figcaption .caption1{display:inline-block}.cms-home__slider .alo-item{position:relative}.cms-home__slider .slick-dots{right:0;left:0;text-align:center}.cms-home__slider .slick-dots li:hover button,.cms-home__slider .slick-dots li.slick-active button{background-color:#ffffff;opacity:1}.cms-home__slider .slick-dots li button{background-color:#ffffff;opacity:0.5;width:12px;height:12px}.cms-home__slider .slick-prev,.cms-home__slider .slick-next{top:55%}.cms-home__slider .figcaption{position:absolute;z-index:1;left:50%;transform:translateX(-50%);top:45%;text-align:left}.cms-home__slider .caption1{color:#fff;font-size:18px;letter-spacing:5px;text-transform:uppercase;margin-bottom:15px;font-family:'Manrope',sans-serif}.cms-home__slider .caption1:before{content:"\f101";font-family:FontAwesome}.cms-home__slider .caption2{color:#fff;font-size:90px;letter-spacing:20px;font-family:'Oswald',sans-serif;text-transform:uppercase;margin-bottom:25px}.cms-home__slider .caption3{color:#0d0d0d;display:block;width:180px;height:45px;line-height:45px;background-color:#fff;box-sizing:border-box;padding:0;font-size:15px;letter-spacing:5px;font-weight:600;position:relative;border-radius:0;transition:all .3s ease;-moz-transition:all .3s ease;-webkit-transition:all .3s ease;-o-transition:all .3s ease}.cms-home__slider .caption3:after{content:'';display:block;position:absolute;box-sizing:border-box;width:100%;height:100%;border:2px solid #fff;top:0;left:0;transition:all .3s ease;-moz-transition:all .3s ease;-webkit-transition:all .3s ease;-o-transition:all .3s ease}.cms-home__slider .caption3:hover:after{top:5px;left:5px}@media screen and (max-width:1199px){.cms-home__slider .caption1{font-size:14px;margin-bottom:15px}.cms-home__slider .caption2{font-size:30px;margin-bottom:15px;letter-spacing:5px}}@media screen and (max-width:575px){.cms-home__slider .figcaption{transform:translate(-50%, -50%);top:50%}.cms-home__slider img{min-height:250px;object-fit:cover;object-position:center}.cms-home__slider .caption3{width:135px;height:30px;line-height:30px;font-size:12px}.cms-home__slider .caption2{font-size:20px;margin-bottom:20px}}.rtl .slick-slider:hover .slick-prev{left:15px;right:auto}.rtl .slick-slider:hover .slick-next{right:15px;left:auto}.rtl .cms-home__slider .caption3{float:left}.widget.blog-search input{position:static;padding-right:35px;margin:0;left:-300%;padding-left:0;border:none;border-bottom:1px solid #c2c2c2}.sidebar .accor-title,.block.filter .filter-options-title{line-height:normal;text-transform:none;padding-bottom:0;margin-bottom:15px;font-size:20px;color:#111;font-weight:bold}.sidebar .all-cat{padding-left:0;padding-right:0;text-align:left}.sidebar .all-cat span{position:relative}.sidebar .all-cat span:after{content:"\f106";font-family:"FontAwesome";position:absolute;top:50%;right:15px;transform:translate(0, -50%);font-size:1.8rem}.sidebar .all-cat span:first-child:after{content:"\f107"}.sidebar .product-sidebar{margin-top:0}.sidebar .product-sidebar .product-items .product-item-info .product-item-photo{position:unset;margin:0}.sidebar .product-sidebar .product-items .product-item-info .product-item-details .product-name{min-height:auto;margin-bottom:5px}.sidebar .product-sidebar .product-items .product-item-info .product-item-details .product-name a{color:#333;height:auto}.sidebar .product-sidebar .product-items .product-item-info .product-item-details .product-name a:hover{color:#0062bd}.sidebar .product-sidebar .product-items .product-item{width:100%}.sidebar .product-sidebar .product-items .row{margin:0}.sidebar .product-sidebar .product-items .images-container{padding:0;width:40%}.sidebar .product-sidebar .product-items .images-container .product-image-container{display:inline}.sidebar .product-sidebar .product-items .product-item-details{margin-left:0;margin-left:5px;width:calc(60% - 5px)}.sidebar .product-sidebar .item:hover .product-item-info{box-shadow:none;padding:0;margin:0}.sidebar .product-sidebar .products.wrapper.grid .product-item .product-item-info .product-item-details{text-align:left}.sidebar .product-sidebar .block-title-tabs{text-transform:capitalize}.sidebar .product-sidebar .block-title-tabs .magictabs{text-align:left}.sidebar .product-sidebar .block-title-tabs .magictabs .item.activated .title{font-size:2rem;color:#000;font-weight:400}.sidebar .product-sidebar .block-title-tabs .magictabs .item.activated .title:after{display:none}.sidebar .product-sidebar .price-box .price{font-size:1.6rem}.sidebar .product-sidebar .price-box .special-price .price{font-size:1.6rem}.sidebar .block .filter-title strong,.sidebar .block .block-title strong,.sidebar .block-instagram .ins-title{margin-bottom:0;margin-top:0;font-size:24px;color:#0d0d0d;font-weight:bold}.sidebar .block.widget:not(:last-child){margin-bottom:60px}.sidebar .block .block-title{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:baseline;margin-bottom:30px}.sidebar .block .product-item .product-item-name{font-weight:400}.sidebar .block.block-subscribe .block-title{display:block}.sidebar .block.block-subscribe .block-title .title{display:block;color:#000}.sidebar .block.block-subscribe .subscribe-panel{display:none}.sidebar .block.block-subscribe .input-text{margin-bottom:10px;background-color:transparent;border-color:#f5f5f5}.sidebar .block.block-subscribe .checkbox-gender .label{clip:unset;height:auto;width:auto;position:relative;padding-left:20px}.sidebar .block.block-subscribe .actions{margin-top:25px}.sidebar .block.block-subscribe .actions button.button{width:100%}.sidebar .cms-block-sidebar{margin-bottom:30px}.sidebar .cms-block-sidebar img{width:100%}.sidebar .block-sidebar-additional>div:not(:last-child){margin-bottom:30px}.sidebar.sidebar-additional{margin-top:30px}.sidebar.sidebar-main .accordion-container{margin-top:0;padding:0}.sidebar.sidebar-main .block.filter .block-title>span{font-size:1.9rem;color:#000;line-height:30px;font-weight:400;display:block;padding-bottom:13px}.sidebar .block-compare .actions-toolbar,.sidebar .block-reorder .actions-toolbar,.sidebar .block-wishlist .actions-toolbar{max-width:none;display:flex;align-items:center;justify-content:space-between;width:100%}.sidebar .block-compare .actions-toolbar .primary .action,.sidebar .block-reorder .actions-toolbar .primary .action,.sidebar .block-wishlist .actions-toolbar .primary .action{padding:0 20px;display:block}.sidebar .block-compare .actions-toolbar:before,.sidebar .block-reorder .actions-toolbar:before,.sidebar .block-wishlist .actions-toolbar:before,.sidebar .block-compare .actions-toolbar:after,.sidebar .block-reorder .actions-toolbar:after,.sidebar .block-wishlist .actions-toolbar:after{display:none}.sidebar .block-compare .actions-toolbar .secondary .action,.sidebar .block-reorder .actions-toolbar .secondary .action,.sidebar .block-wishlist .actions-toolbar .secondary .action{margin-top:0;margin-left:5px}.sidebar .block-compare .action.compare{font-size:1.4rem;text-transform:capitalize;font-weight:500}.sidebar .block-reorder .product-item{position:relative;padding-left:17px}.sidebar .block-reorder .product-item .checkbox{margin:0;cursor:pointer}.sidebar .block-reorder .product-item .field.choice{position:absolute;top:0;left:0}.sidebar .block-reorder .product-item .field.choice input[type=checkbox]:before{content:"\f096";font-family:"FontAwesome";color:#333;position:relative;top:-4px;z-index:3}.sidebar .block-reorder .product-item .field.choice input[type=checkbox]:after{content:"";width:12px;height:12px;background-color:#fff;position:absolute;top:0;left:0;z-index:2}.sidebar .block-reorder .product-item .field.choice input[type=checkbox]:checked:before{content:"\f046"}.sidebar .block-wishlist .block-title{display:flex;justify-content:space-between;align-items:baseline}.sidebar .block-wishlist .product-items{max-height:464px;overflow-y:auto}.sidebar .widget.block-recent-posts .item{border:none !important}.sidebar .product-items .product-item{width:100%}.sidebar .block-instagram{padding-top:0}.sidebar .block-instagram .ins-title{text-align:left;margin-bottom:15px}.sidebar .block-instagram .instagram-feed .slick-slide:hover .sub{opacity:0}.sidebar .block-instagram .instagram-feed .slick-slide li:hover .sub{opacity:1}.sidebar .block-instagram .instagram-feed .slick-slide>div:not(:last-child){margin-bottom:3px}.sidebar .block-tagclaud .tagclaud-hld{padding:0;font-size:1.3rem;text-transform:capitalize;margin-left:-5px;margin-right:-5px}.sidebar .block-tagclaud .tagclaud-hld>span{font-size:100%;display:inline-block;margin-bottom:10px;margin-left:5px;margin-right:5px}.sidebar .block-tagclaud .tagclaud-hld>span a{display:inline-block;border:solid 1px #e6e6e6;line-height:30px;padding:0 10px;font-size:13px;color:#0d0d0d}.sidebar .block-tagclaud .tagclaud-hld>span a:hover{border-color:#000}.block.filter .block-title{display:none}.block.filter .filter-options{margin-top:0}.block.filter .filter-options .count{color:#888}.block.filter .filter-options-item{margin-top:40px;padding-top:40px;border-top:1px solid #e5e5e5}.block.filter .filter-options-item .filter-options-content{margin-bottom:0;margin-top:-3px}.block.filter .filter-options-title{display:-webkit-box;display:-ms-flexbox;display:-webkit-flex;display:flex;flex-wrap:wrap;justify-content:space-between}.block.filter .filter-options-title:after{content:"\f107";font-family:"FontAwesome"}.block.filter .filter-options-content{display:none}.block.filter .filter-options-content .items .item{margin-bottom:16px}.block.filter .filter-options-content .items .item a{font-size:1.4rem;font-weight:normal;color:#888;transition:all .3s ease;-moz-transition:all .3s ease;-webkit-transition:all .3s ease;-o-transition:all .3s ease;border-radius:50%;-moz-border-radius:50%;-webkit-border-radius:50%}.block.filter .filter-options-content .items .item a:before{content:"\f096";display:inline-block;margin-right:5px;font-family:"FontAwesome";transition:all .3s ease;-moz-transition:all .3s ease;-webkit-transition:all .3s ease;-o-transition:all .3s ease;min-width:13px}.block.filter .filter-options-content .items .item a.active,.block.filter .filter-options-content .items .item a:hover{color:#000}.block.filter .filter-options-content .items .item a.active:before,.block.filter .filter-options-content .items .item a:hover:before{content:"\f046";background:transparent;border:none}.block.filter .filter-options-content .items .item a.ui-slider-handle:before{display:none}.filter .filter-current.active{padding-bottom:15px;padding-left:15px;padding-right:15px}.filter .filter-current.active .items{display:block;color:#000}.filter .filter-current.active .items .action.remove{color:#999;font-size:1.3rem}.filter .filter-actions{margin-bottom:30px;padding-left:15px;padding-right:15px}.filter .filter-actions a.action.clear:hover{color:#000}.filter .block-subtitle{color:#000}.block-compare .action.delete{right:auto}ul.nav-accordion li{margin:0}ul.nav-accordion li a{line-height:30px}ul.nav-accordion .expand,ul.nav-accordion .collapse{height:30px}ul.nav-accordion .expand:before,ul.nav-accordion .collapse:before{line-height:30px}.ui-slider-horizontal{height:5px;margin-left:7px;margin-right:7px;border-radius:0;-moz-border-radius:0;-webkit-border-radius:0;background-color:#cccccc}.ui-slider-horizontal .ui-slider-handle{margin-left:-7px}.ui-slider .ui-slider-range{height:5px;background-color:#000000;transition:all .3s ease;-moz-transition:all .3s ease;-webkit-transition:all .3s ease;-o-transition:all .3s ease;position:absolute}.ui-slider-handle{width:14px;height:14px;top:-5px;background-color:#000}#layered_ajax_price_text{margin-bottom:15px}.catalog-category-view .columns{direction:rtl}.catalog-category-view .columns .column.main{direction:ltr}.catalog-category-view .columns .sidebar{direction:ltr}@media screen and (max-width:991px){.sidebar .banner-sidebar{display:none}.sidebar .accordion-container{display:none}.sidebar .block .filter-title strong,.sidebar .block-instagram .ins-title{font-size:1.6rem;padding:5px 20px;border:3px solid #000}.sidebar .product-items .product-item-info .product-item-photo{float:none}.sidebar-additional{order:3}.sidebar-additional .products.wrapper.grid .product-item .images-container{width:75px}.sidebar-additional .products.wrapper.grid .product-item .product-item-details{width:calc(100% - 75px - 5px)}.block.filter .filter-options-item{margin-top:0;padding-top:0;border-top:0}.catalog-product-view .sidebar.sidebar-additional{margin-top:0}.page-with-filter .columns .sidebar-main{-ms-flex-order:0;-webkit-order:0;order:0}.block.filter .block-title.filter-title{display:block;margin-bottom:20px;border:none}.block.filter .block-title.filter-title strong:before{display:none}.block.filter.active{position:fixed;width:100vw;top:0px;visibility:visible;z-index:99}.block.filter.active .block-title.filter-title{border-bottom:1px solid #ccc;height:48px;left:0;position:fixed;right:0;top:0;z-index:2}.block.filter.active .block-title.filter-title strong{box-shadow:none;background:none;border:0;color:transparent;right:3px;display:inline-block;text-decoration:none;position:absolute;padding-bottom:0;font-size:0;top:0;padding-top:0;height:48px;line-height:48px}.block.filter.active .block-title.filter-title strong:after{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:37px;line-height:inherit;color:#7d7d7d;content:'\e680';font-family:'Pe-icon-7-stroke';vertical-align:middle;display:inline-block;font-weight:normal;overflow:hidden;speak:none;text-align:center}.block.filter.active .filter-options{background:#fff;bottom:0;display:block;left:0;overflow:scroll;position:fixed;right:0;top:50px;z-index:10}.block.filter.active .filter-subtitle{background:transparent;display:block;height:50px;left:31px;line-height:32px;position:absolute;top:6px;color:#333;z-index:1;white-space:nowrap}.block.filter.active .block-content{position:fixed;left:0;right:0;top:0}.block.filter.active .filter-options{background:#fff;bottom:0;display:block;left:0;overflow:scroll;position:fixed;right:0;top:65px;z-index:9999;padding-left:15px;padding-right:15px}.block.filter.active .filter-current,.block.filter.active .filter-actions{display:none}.filter-subtitle{display:none;font-size:20px;font-weight:300}.filter-options{display:none;margin:0}.filter .filter-current{border:solid #ccc;border-width:1px 0 0}.filter .filter-current .items{display:none}.filter .filter-current.active{padding-bottom:13px}.filter .filter-current.active .items{display:block;color:#000}.filter .filter-current.active .items .item{display:flex}.filter .filter-current.active .items .item .filter-value{flex:1}.filter .filter-current.active .items .action.remove{color:#999;font-size:1.3rem;float:right}.filter .filter-current-subtitle{position:relative;text-transform:capitalize;z-index:1;display:block;text-decoration:none;margin-top:10px;color:#000}.filter .filter-actions{margin:0;margin-bottom:15px}.filter .filter-actions .action.clear{display:inline-block;padding-top:7px;font-size:1.3rem}.filter .filter-label:after{content:":";margin-left:2px}body.filter-active .page-wrapper{height:0;margin-top:-999999em;visibility:hidden}body.filter-active .columns{z-index:999}body.filter-active .page-header{display:none}}@media screen and (max-width:480px){.sidebar .block .block-title strong{font-size:1.8rem}.sidebar .block .filter-title strong,.sidebar .block-instagram .ins-title{font-size:1.6rem}.sidebar .product-sidebar .block-title-tabs .magictabs .item.activated .title{font-size:1.8rem}.block.filter .block-title.filter-title{top:16px}.toolbar .sorter .sorter-label{margin-right:5px}.toolbar-top .toolbar .modes .modes-mode:before{font-size:1.8rem}.filter-subtitle{font-size:1.8rem}ul.nav-accordion li a{display:flex;flex-wrap:wrap}ul.nav-accordion li a>span{display:flex;flex-wrap:wrap;align-items:center}ul.nav-accordion .expand,ul.nav-accordion .collapse{right:auto;left:0}ul.nav-accordion ul ul li a:before{content:"\f0d9";padding-right:0;padding-left:12px}}@media screen and (max-width:360px){.sidebar .widget.block-recent-posts .item{width:100%}.sidebar .widget.block-recent-posts .item:not(:first-child){margin-top:20px}}.rtl.catalog-category-view .columns{direction:ltr}.rtl.catalog-category-view .columns .column.main{direction:rtl}.rtl.catalog-category-view .columns .sidebar{direction:rtl}.rtl .sidebar ul.nav-accordion ul{padding-right:15px;padding-left:0}.rtl .sidebar ul.nav-accordion li a{padding-right:23px;padding-left:0;text-align:right}.rtl .sidebar ul.nav-accordion .expand,.rtl .sidebar ul.nav-accordion .collapse{left:auto;right:0}.rtl .sidebar .block.block-subscribe .actions button.button .fa{transform:rotate(180deg)}.rtl .sidebar .accor-title,.rtl .block.filter .filter-options-title{text-align:right}.rtl .sidebar .meanmenu-accordion .all-cat span{text-align:right}.rtl .sidebar .all-cat{padding-left:13px;padding-right:0}.rtl .sidebar .all-cat span:after{right:auto;left:15px}.rtl .sidebar .product-sidebar .block-title-tabs .magictabs{text-align:right}.rtl .sidebar .product-sidebar .products.wrapper.grid .product-item .product-item-info .product-item-details{text-align:right;margin-left:0;margin-right:5px}.rtl .sidebar .block-reorder .product-item{padding-left:0;padding-right:17px}.rtl .sidebar .block-reorder .product-item .field.choice{left:auto;right:0}.rtl .block.filter .filter-options-content .items .item a{display:flex;flex-wrap:wrap;align-items:baseline}.rtl .block.filter .filter-options-content .items .item a:before{margin-right:0;margin-left:5px}.rtl .block.filter .filter-options .count{margin-right:5px}@media screen and (max-width:991px){.rtl .block.filter .block-title.filter-title{left:auto;right:30px}.rtl .block.filter.active .filter-subtitle{left:auto;right:31px}.rtl .block.filter.active .block-title.filter-title{right:0;left:0}.rtl .block.filter.active .block-title.filter-title strong{right:auto;left:3px}.rtl .filter .filter-current.active .items .action.remove{float:left}}.instagram-feed .title{display:none}.instagram-feed img{width:100%}.instagram-list{padding-left:0;padding-right:0}.instagram-list .slick-slide a{position:relative;overflow:hidden;display:block}.instagram-list .slick-slide a:before{display:inline-block;font-family:"FontAwesome";font-style:normal;font-weight:normal;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;content:"\f16d";font-size:40px;vertical-align:middle;transform:translateY(100%);transition:all 500ms ease;backface-visibility:hidden;background:radial-gradient(circle farthest-corner at 35% 90%, #fec564, transparent 50%),radial-gradient(circle farthest-corner at 0 140%, #fec564, transparent 50%),radial-gradient(ellipse farthest-corner at 0 -25%, #5258cf, transparent 50%),radial-gradient(ellipse farthest-corner at 20% -50%, #5258cf, transparent 50%),radial-gradient(ellipse farthest-corner at 100% 0, #893dc2, transparent 50%),radial-gradient(ellipse farthest-corner at 60% -20%, #893dc2, transparent 50%),radial-gradient(ellipse farthest-corner at 100% 100%, #d9317a, transparent),linear-gradient(#6559ca, #bc318f 30%, #e33f5f 50%, #f77638 70%, #fec66d 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;position:absolute;left:50%;top:100%;transform:translate(-50%, -100%);opacity:0;font-weight:700;z-index:1}.instagram-list .slick-slide a:hover:before{top:50%;transform:translate(-50%, -50%);opacity:1}.modal-slide,.modal-popup{top:0}.message.global.noscript a:hover,.message.global.cookie a:hover{white-space:nowrap}.action-close,.action.close{background-image:none;-moz-box-sizing:content-box;border:0;box-shadow:none;line-height:inherit;margin:0;padding:0;text-shadow:none;font-weight:400;display:inline-block;text-decoration:none;position:absolute}.modal-custom .action-close,.modal-popup .action-close,.modal-slide .action-close{z-index:9;padding:0;width:20px;height:20px;background:transparent;color:#000;border:none}.modal-custom .action-close:hover,.modal-popup .action-close:hover,.modal-slide .action-close:hover{background:rgba(0,0,0,0.6)}.modal-custom .action-close>span,.modal-popup .action-close>span,.modal-slide .action-close>span{border:0;clip:rect(0, 0, 0, 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.modal-custom .action-close:before,.modal-popup .action-close:before,.modal-slide .action-close:before{content:'\e680';display:inline-block;font-family:'Pe-icon-7-stroke';font-size:3rem;line-height:30px;font-weight:400;margin:0;position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%, -50%);-ms-transform:translate(-50%, -50%);-o-transform:translate(-50%, -50%);transform:translate(-50%, -50%)}#delivery-return-popup{color:#000}.freeShipping_message .needMore{font-size:1.2rem;color:#000}.modal-popup.modals-quickview .loading-mask{display:none}.modal-popup .cms-banner-bottom{display:none}.modal-popup .modal-title{padding:10px 15px;background:#fff}.modal-popup .modal-inner-wrap{overflow-y:visible;height:auto !important;max-width:900px}.modal-popup .modal-header{padding:0;border-bottom:0;display:block}.modal-popup .action-close{position:absolute;width:29px;height:29px;line-height:26px;text-align:center;right:0;top:0}.modal-popup .action-close:hover{color:white}.modal-popup.modals-ajaxcart .action-close{right:-5px;top:-5px}.modal-popup.modals-ajaxcart .action-close:hover{background-color:transparent;color:#000}.modal-popup .custom-html{display:none}.modal-popup .modal-content{padding:30px 40px;border:0}.modal-popup .modal-content .block-content{padding:0 30px}.modal-popup .modal-content .block-content .not-interested{margin-top:0;margin-bottom:15px;text-decoration:underline;display:inline-block;font-size:1.8rem}.modal-popup .modal-content .block-content .block-title{font-size:2.0rem;color:#ffffff;text-transform:uppercase;padding-top:78px;padding-bottom:55px;font-family:"Montserrat";text-align:center}.modal-popup .modal-content .block-content .promo-text{font-size:3.5rem;font-weight:700;margin-top:16px;margin-bottom:0;color:#000;text-transform:uppercase;margin-bottom:45px}.modal-popup .modal-content .block-content .promo-text span{color:#000}.modal-popup .modal-content .block-content .subcribe-box{margin-bottom:45px;display:flex;flex-wrap:wrap}.modal-popup .modal-content .block-content .input-box{width:100%;margin-bottom:20px}.modal-popup .modal-content .block-content .input-box .input-text{height:45px;width:100%;padding:0 12px;line-height:45px;color:#888888}.modal-popup .modal-content .block-content .caption.coupon{font-size:1.4rem;font-weight:bold;color:#222;text-align:center;text-decoration:underline}.modal-popup .modal-content .block-content .subscribe-bottom{font-size:1.2rem;color:#222}.modal-popup .modal-content .block-content .subscribe-bottom input{display:none}.modal-popup .modal-content .block-content .subscribe-bottom input~span{position:relative;padding-left:17px;margin-right:5px}.modal-popup .modal-content .block-content .subscribe-bottom input~span:before{content:"\f096";font-family:"FontAwesome";position:absolute;left:50%;top:50%;transform:translate(-50%, -50%);font-weight:400;color:#dddddd;font-size:2.1rem}.modal-popup .modal-content .block-content .subscribe-bottom input:checked~span:before{content:"\f046"}.modal-popup .modal-content .block-content .vaild{font-size:1.3rem;font-weight:normal;color:#888;margin-bottom:0;margin-top:0}.modal-popup .modal-footer{background:#fff}.modal-popup.confirm .modal-content{padding:30px}.modal-popup .modal-footer{display:block}.modal-popup.modals-quickview .modal-content{margin-bottom:0;padding:0}.modal-popup.modals-quickview .modal-content ::-webkit-scrollbar{width:5px}.modal-popup.modals-quickview .modal-content ::-webkit-scrollbar-track{background:#f1f1f1}.modal-popup.modals-quickview .modal-content ::-webkit-scrollbar-thumb{background:#888}.modal-popup.modals-quickview .modal-content ::-webkit-scrollbar-thumb:hover{background:#555}.modal-popup.modals-quickview .columns{margin-left:0;margin-right:0}.modal-popup.modals-quickview .swatch-option.color{width:20px;height:20px}.modal-popup.modals-quickview .product-shop-content{margin-right:10px}.modal-popup.modals-quickview .product-view{margin-bottom:0}.modal-popup.modals-quickview .product-info-main .value{overflow:hidden;line-height:20px;text-overflow:ellipsis;display:-webkit-box}.modal-popup.modal-magepow-gdpr .modal-content{margin-bottom:0;padding-top:30px;padding-bottom:30px}.modal-popup.modal-magepow-gdpr .privacy-policy{color:#000}.block-subscribe.popup{display:none}.modals-quickview .column.main{margin-bottom:0;padding:0 !important}.modals-quickview .recentorder.suggest-slider{display:none}.modals-quickview .fotorama__nav-wrap--vertical.fotorama__nav-wrap{top:10px}.modals-quickview .recentorder.suggest-slider{display:none}.modals-quickview .product-view .product-info-main{height:auto !important;overflow:hidden}.modals-quickview .bundle-options-container{padding:0 20px}.modals-quickview .product-options-wrapper{margin-bottom:15px}.modal-popup.confirm .modal-inner-wrap .modal-content{text-align:center;color:#333;font-size:1.5rem;padding:3rem;padding-right:3rem}.modal-popup.confirm .modal-footer{text-align:center}body .modals-quickview .container{padding-left:0;padding-right:0}.recentorder .item .images-container{position:static}.recentorder .item .actions{position:static}.notify-slider{position:relative;overflow:hidden;margin:0;border-radius:4px;-moz-border-radius:4px;-webkit-border-radius:4px}.notify-slider .slider{position:relative;margin:0;padding:0;list-style:none}.notify-slider .slider>.item{position:relative;display:block;float:left;margin:0;padding:0;width:320px;clear:none !important}.notify-slider .time-purchased,.notify-slider .address-purchased{display:block}.notify-slider-wrapper{position:fixed;bottom:15px;left:25px;display:none;background-color:#ffffff;z-index:99;width:320px;-webkit-box-shadow:-1px 2px 6px rgba(30,32,40,0.3);-moz-box-shadow:-1px 2px 6px rgba(30,32,40,0.3);box-shadow:-1px 2px 6px rgba(30,32,40,0.3)}.notify-slider-wrapper .products.wrapper.grid .product-item .product-item-info{padding:0;margin-bottom:0}.notify-slider-wrapper .products.wrapper.grid .product-item .product-item-info:before,.notify-slider-wrapper .products.wrapper.grid .product-item .product-item-info:after{content:"";display:table}.notify-slider-wrapper .products.wrapper.grid .product-item .product-item-info:after{clear:both}.notify-slider-wrapper .products.wrapper.grid .product-item .product-item-info .images-container{max-width:120px;float:left;width:120px}.notify-slider-wrapper .products.wrapper.grid .product-item .product-item-info .images-container .actions-primary{display:none}.notify-slider-wrapper .products.wrapper.grid .product-item .product-item-info .product-item-details{width:calc(100% - 120px);float:left;text-align:left;padding:10px;padding-right:25px;padding-left:10px;font-size:1.3rem;flex-direction:column;display:-webkit-box;display:-ms-flexbox;display:-webkit-flex;display:flex;flex-wrap:wrap}.notify-slider-wrapper .products.wrapper.grid .product-item .product-item-info .product-item-details .product-name{margin-bottom:5px;width:100%}.notify-slider-wrapper .products.wrapper.grid .product-item .product-item-info .product-item-details .product-name a{font-size:1.4rem;font-weight:600}.notify-slider-wrapper .products.wrapper.grid .product-item .product-item-info .product-item-details .someone-purchased{white-space:nowrap;width:100%;text-overflow:ellipsis;overflow:hidden}.notify-slider-wrapper .products.wrapper.grid .product-item .product-item-info .product-item-details .product-reviews-summary{margin-bottom:5px;display:none}.notify-slider-wrapper .products.wrapper.grid .product-item .product-item-info .product-item-details .price-box{margin-bottom:0;margin-top:5px}.notify-slider-wrapper .products.wrapper.grid .product-item .product-item-info .sticker{display:none}.notify-slider-wrapper .products.wrapper.grid .product-item .product-item-info .product-hover{margin-bottom:0}.notify-slider-wrapper .products.wrapper.grid .product-item .product-item-info .price-box .price{font-size:1.4rem}.notify-slider-wrapper .products.wrapper.grid .product-item .product-item-info .price-box .old-price .price{font-size:1.2rem}.notify-slider-wrapper .products.wrapper.grid .product-item .product-item-info .add-to-links{bottom:6px;border-top:none;display:none}.notify-slider-wrapper .products.wrapper.grid .product-item .product-item-info .add-to-links .link-view{top:0;right:0}.notify-slider-wrapper .products.wrapper.grid .product-item:hover .product-item-info{margin:0}.notify-slider-wrapper .products.wrapper.grid .product-item:hover .product-item-info .add-to-links{opacity:1;visibility:visible}.notify-slider-wrapper .products.wrapper.grid .product-item:hover .product-item-info .add-to-links .link-view{opacity:1;visibility:visible}.notify-slider-wrapper .item .images-container{padding:0}.notify-slider-wrapper .item .price-box{float:none}.notify-slider-wrapper .price-box>.price-container .price{line-height:normal}.notify-slider-wrapper .link-view{opacity:1;visibility:visible;top:auto;bottom:0;right:0}.notify-slider-wrapper .item:hover .product-item-info{box-shadow:none;background-color:transparent;z-index:unset}.notify-slider-wrapper .product-item .product-item-info .rating-summary .rating-result:before{font-size:1.2rem}.notify-slider-wrapper .product-item .product-item-info .rating-summary .rating-result>span:before{font-size:1.2rem}.notify-slider-wrapper .product-item .quickview{color:#4d5959}.notify-slider-wrapper .product-item .quickview:before{font-size:2.0rem}.notify-slider-wrapper .reviews-actions .action{font-size:1.2rem}.suggest-slider .x-close{position:absolute;top:0;right:0;font-size:0;width:25px;height:25px;display:block;cursor:pointer}.suggest-slider .x-close:before{font-family:'Pe-icon-7-stroke';content:"\e680";position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%, -50%);-ms-transform:translate(-50%, -50%);-o-transform:translate(-50%, -50%);transform:translate(-50%, -50%);z-index:2;font-size:2.8rem}.suggest-slider.close{display:none}.show-add-cart-bottom .notify-slider-wrapper{bottom:95px}.show-add-cart-bottom .page-footer .footer-links-company .footer-copyright #backtotop{bottom:95px}.cookie-message .notify-slider-wrapper{bottom:86px}.message.global.cookie{background:#fff;box-shadow:0px 0px 5px 1px rgba(0,0,0,0.2);color:#333}.message.global.cookie .content{display:flex;flex-wrap:wrap;align-items:flex-end;align-items:center}.message.global.cookie .actions{margin:0}.message.global.cookie .info{margin-right:15px}.message.global.cookie .btn-cookie{line-height:25px !important}.message.global.cookie .notice-cookie-content{line-height:normal}body .message.global.cookie.magepow-gdpr-cookie-notice{padding:15px 50px;-webkit-animation:flipInX 1s forwards;animation:flipInX 1s forwards}.modal-popup.modals-ajaxcart .modal-inner-wrap{width:350px !important;max-width:100%}.modal-popup.modals-ajaxcart .modal-content{padding:15px}.modal-popup.modals-ajaxcart .popup .block{margin-bottom:0}.modal-popup.modals-ajaxcart .popup .header{display:none}.modal-popup.modals-ajaxcart .popup .message{font-size:1.4rem;color:#006400;background-color:#e5efe5;padding:5px;padding-left:27px;position:relative;text-align:left}.modal-popup.modals-ajaxcart .popup .message:before{content:"\f00c";font-family:"FontAwesome";position:absolute;left:8px;font-size:1.2rem;top:6px}.modal-popup.modals-ajaxcart .popup .message a{color:#000}.modal-popup.modals-ajaxcart .product-item{display:flex;flex-wrap:wrap;align-items:flex-start;margin-bottom:10px;float:left;margin-right:10px}.modal-popup.modals-ajaxcart .product-item .product-image{width:92px}.modal-popup.modals-ajaxcart .product-item .product-item-details{width:calc(100% - 80px);padding:0 10px;text-align:left;display:none}.modal-popup.modals-ajaxcart .product-item .product-item-details input{width:40px;text-align:center}.modal-popup.modals-ajaxcart .product-item .product-item-details input.fakeQtycart{height:40px}.modal-popup.modals-ajaxcart .product-item .product-item-details .product-price{margin-bottom:7px}.modal-popup.modals-ajaxcart .product-item .product-item-details .product-price:before{content:"Price:";margin-right:5px}.modal-popup.modals-ajaxcart .product-item .quantity{display:flex}.modal-popup.modals-ajaxcart .product-item .quantity .fakeUpdateCart{border-width:2px;margin-left:10px}.modal-popup.modals-ajaxcart .cart-info{border-top:dotted 1px #aeaeae;margin-top:20px;padding-top:10px;font-size:1.3rem}.modal-popup.modals-ajaxcart .cart-info .items-count a{color:#e51717}.modal-popup.modals-ajaxcart .cart-info .items-count a:hover{color:black}.modal-popup.modals-ajaxcart .action{display:flex;flex-wrap:wrap;justify-content:space-between}.modal-popup.modals-ajaxcart .action>div{width:100%}.modal-popup.modals-ajaxcart .action>div:not(:first-child){margin-top:10px}.modal-popup.modals-ajaxcart .action>div button{width:100%;border-width:3px;unicode-bidi:plaintext}.modal-popup.modals-ajaxcart .action:before,.modal-popup.modals-ajaxcart .action:after{display:none}.modal-popup.modals-ajaxcart .product-item-name{margin-top:0}@media screen and (max-width:991px){.cookie-message .notify-slider-wrapper{bottom:142px}.modal-popup.modals-quickview .product-shop-content{margin-left:15px;margin-right:15px;margin-bottom:30px}}@media screen and (max-width:767px){.modals-wrapper .modal-popup.modal-slide._show{left:0}.modals-wrapper .modal-popup.modal-slide._show.popup-newsletter .modal-inner-wrap{transform:translate(0, 10vh);margin:auto;max-width:calc(100% - 40px);overflow-x:hidden;max-height:100%;overflow-y:auto}.modal-popup.modal-slide{left:0}.modals-wrapper .modal-popup.modals-ajaxcart .action-close{background:transparent;color:#000}.modals-wrapper .modal-popup.modals-ajaxcart .action-close:hover{background:transparent;color:#000}.modal-popup.modal-magepow-gdpr .privacy-policy .data-table{display:block}.modal-popup.modal-magepow-gdpr .privacy-policy .data-table>thead{display:none}.modal-popup.modal-magepow-gdpr .privacy-policy .data-table>tbody{display:block}.modal-popup.modal-magepow-gdpr .privacy-policy .data-table>tbody>tr{display:block}.modal-popup.modal-magepow-gdpr .privacy-policy .data-table>tbody>tr td,.modal-popup.modal-magepow-gdpr .privacy-policy .data-table>tbody>tr th{display:block;padding:5px 0}.modal-popup.modals-quickview .modal-content{max-height:none !important}.modal-popup.modals-quickview .container{max-width:none;padding:25px}.modal-popup.modals-quickview .product-view>.row{justify-content:center;display:flex !important}.page-layout-1column .modal-popup.modals-quickview .product.media.product-img-box{width:60%;padding-left:15px}.page-layout-1column .modal-popup.modals-quickview .product-info-main.product-shop{width:100%;padding-top:0;margin-top:0;padding-left:30px;padding-right:30px}.show-add-cart-bottom .notify-slider-wrapper{bottom:65px}.show-add-cart-bottom .page-footer .footer-links-company .footer-copyright #backtotop{bottom:65px}.modal-popup.modals-ajaxcart .modal-inner-wrap{width:300px !important;margin-top:8vh !important;margin-left:auto !important;margin-right:auto !important}.modal-popup.modals-ajaxcart .modal-content{padding-top:10px}.modal-popup.modals-ajaxcart .product-item-name{font-size:1.4rem}.modal-popup.modals-ajaxcart .cart-info{font-size:1.4rem}.modal-popup.modals-ajaxcart .action>div{width:100%}.modal-popup.modals-ajaxcart .action>div:not(:first-child){margin-top:10px}.modal-popup.modals-ajaxcart .action>div button{width:100%}body .message.global.cookie.magepow-gdpr-cookie-notice{padding:15px}body .magepow-gdpr-cookie-notice.message.global .notice-cookie-title{display:none}body .message.global.cookie .info{width:100%;margin-bottom:0;margin-right:0}}@media screen and (max-width:639px){.modal-popup .modal-content .block-content .promo-text{font-size:2.5rem}.modal-popup .modal-content .block-content .not-interested{font-size:1.4rem}}@media screen and (max-width:480px){.modal-popup .modal-content{padding:0 20px}.modal-popup .modal-content .block-content .promo-text{font-size:1.8rem}.modal-popup .modal-content .block-content .input-box{width:100%}.modal-popup .modal-content .block-content .actions{margin-left:0;margin-top:10px;width:100%}.modal-popup .modal-content #popup-newsletter{padding:50px 30px 70px}.modal-popup .modal-content .modal-footer{padding:30px 20px}.modal-popup .modal-content .modal-footer .action{width:100%}.modal-popup .modal-content .modal-footer>:not(:last-child){margin:0}.modal-popup .modal-content .modal-footer>:not(:first-child){margin:0;margin-top:10px}.modal-popup.modal-magepow-gdpr .modal-content{font-size:1.3rem;padding:30px}.modal-popup.modal-magepow-gdpr .modal-content h2{font-size:1.6rem}.modal-popup.modal-magepow-gdpr .modal-content ul{padding-left:15px}.modal-popup.modals-quickview .container{padding:15px}.page-layout-1column .modal-popup.modals-quickview .product.media.product-img-box{width:100%}.message.global.cookie .btn-cookie{font-size:1.3rem;line-height:20px}.cookie-message .notify-slider-wrapper{bottom:150px}}@media screen and (max-width:360px){.notify-slider-wrapper{left:0;bottom:0}.cookie-message .notify-slider-wrapper{bottom:166px}}.rtl .modal-popup.modals-ajaxcart .popup .message{padding-left:5px;padding-right:27px}.rtl .suggest-slider .x-close{right:auto;left:0}.rtl .notify-slider-wrapper{left:auto;right:25px}.rtl .notify-slider-wrapper .products.wrapper.grid .product-item .product-item-info .images-container{float:right}.rtl .notify-slider-wrapper .products.wrapper.grid .product-item .product-item-info .product-item-details{display:flex;flex-wrap:wrap;text-align:right;float:right}.rtl .notify-slider-wrapper .products.wrapper.grid .product-item .product-item-info .product-item-details .product-name,.rtl .notify-slider-wrapper .products.wrapper.grid .product-item .product-item-info .product-item-details .price-box{width:100%;text-align:right}.rtl .notify-slider-wrapper .products.wrapper.grid .product-item .product-item-info .product-item-details .time-purchased{direction:ltr}.rtl .notify-slider-wrapper .link-view{right:auto;left:0}.rtl .notify-slider-wrapper .item{float:right}.rtl .notify-slider-wrapper .item .price-box{float:none}.rtl .modal-popup .modal-content .block-content .actions{margin-left:0;margin-right:5px}.rtl .modal-popup .modal-content .block-content .subscribe-bottom input~span{margin-right:0;margin-left:5px}.rtl .modal-popup.modals-quickview .product-shop-content{margin-left:10px;margin-right:0}.rtl .modal-popup .action-close{right:auto;left:-14px}.rtl .modal-popup.modals-ajaxcart .product-item .product-item-details{text-align:right}.rtl .addthis_toolbox{display:flex}.rtl .product-info-main .additional-timer-block .slogan-countdown{text-align:right}.rtl .modal-custom .action-close,.rtl .modal-popup .action-close,.rtl .modal-slide .action-close{right:auto;left:0}.rtl .modal-popup.modals-ajaxcart .popup .message:before{left:auto;right:8px}.rtl .modal-popup.modals-ajaxcart .product-item{margin-right:0px;margin-left:10px;float:right}.rtl .opc-wrapper .shipping-address-item{padding:20px 20px 20px 35px}.rtl .opc-wrapper .shipping-address-item.selected-item:after{right:auto;left:0}.rtl .opc-wrapper .action-show-popup>span:before{padding-right:0;padding-left:5px}.rtl .opc-block-shipping-information .shipping-information-title .action-edit{right:auto;left:0}.rtl.catalog-product_compare-index .actions-secondary{margin-left:0;margin-right:15px}.rtl.catalog-product_compare-index .product.attribute ul{padding:0;padding-right:30px}.rtl.page-layout-1column .modal-popup.modals-quickview .product.media.product-img-box,.rtl.page-layout-2columns-left .modal-popup.modals-quickview .product.media.product-img-box,.rtl.page-layout-2columns-right .modal-popup.modals-quickview .product.media.product-img-box,.rtl.page-layout-3columns .modal-popup.modals-quickview .product.media.product-img-box{float:right}.rtl .searchsuite-autocomplete{left:auto;right:0}.rtl .searchsuite-autocomplete .title{display:flex;justify-content:space-between}.rtl .searchsuite-autocomplete ul li .qs-option-image{float:right}.rtl .searchsuite-autocomplete ul li .qs-option-info{float:right;padding-right:5%;padding-left:0;text-align:right}.rtl .message.global.cookie .info{margin-right:0;margin-left:15px}.rtl .message.global.cookie .info .notice-cookie-content{text-align:right}@media screen and (max-width:991px){.rtl .modal-popup.modals-quickview .product-shop-content{margin-left:15px;margin-right:15px;margin-bottom:30px}}@media screen and (min-width:768px) and (max-width:991px){.rtl .notify-slider-wrapper .product-items .product-item:nth-child(2n+1){clear:none}}@media screen and (max-width:767px){.rtl .modal-custom .action-close,.rtl .modal-popup .action-close,.rtl .modal-slide .action-close{left:0}}@media screen and (max-width:480px){.rtl .modal-popup .modal-content .block-content .actions{margin-right:0}}@media screen and (max-width:360px){.rtl .notify-slider-wrapper{right:0}}.catalog-category-view .products.wrapper.grid .product-item .product-item-info.category-products-grid{padding:0 15px;margin-bottom:15px}.fotorama-item .fotorama__active .fotorama__dot{background-color:#000;border-color:#000}.product-label .sticker .labelnew{background-color:#0d0d0d}.product-label .sticker .labelsale{background-color:#f53b1d}.fotorama__wrap--css3 .fotorama__stage__shaft{overflow:hidden}.fotorama--fullscreen .zoomImg{display:none !important}.fotorama__stage__frame .zoomImg{display:none !important}.cms-index-index .product-item-info .show-box{position:absolute;bottom:0;z-index:2;width:100%}.cms-index-index .product-item-info .show-box .actions-cart .button.btn-cart{border:none;color:#fff;background-color:#0d0d0d;font-weight:500;letter-spacing:3px;opacity:0;visibility:hidden;transition:all .3s ease;-moz-transition:all .3s ease;-webkit-transition:all .3s ease;-o-transition:all .3s ease}.cms-index-index .product-item-info .show-box .actions-cart .button.btn-cart:hover{background-color:#fff;color:#0d0d0d}.cms-index-index .product-item-info .show-box .unavailable{border:none;color:#fff;background-color:red;font-weight:500;letter-spacing:3px;opacity:0;visibility:hidden}.cms-index-index .product-item-info:hover .show-box .actions-cart .button.btn-cart{opacity:1;visibility:visible}.add-to-links .flaticon-heart:before{font-family:"_Flaticon";content:"\f102"}.add-to-links .fa-compress:before{font-family:"_Flaticon";content:"\f100"}.add-to-links .flaticon-search:before{font-family:"_Flaticon";content:"\f101"}.add-to-links .action{border-bottom:1px solid #0d0d0d !important}.add-to-links .button.btn-cart{background-color:#0d0d0d !important}.add-to-links .button.btn-cart span:before{color:#fff !important}.products.wrapper.grid [class^="flaticon-"]:before,.products.wrapper.grid [class*=" flaticon-"]:before,.products.wrapper.grid [class^="flaticon-"]:after,.products.wrapper.grid [class*=" flaticon-"]:after{margin:0}.products.wrapper.grid .product-item .product-item-info{padding-bottom:0;transition:all .3s ease;-moz-transition:all .3s ease;-webkit-transition:all .3s ease;-o-transition:all .3s ease}.products.wrapper.grid .product-item .product-item-info:hover{position:relative;z-index:9;background-color:transparent}.products.wrapper.grid .product-item .product-item-info:hover .add-to-links{opacity:1;visibility:visible}.products.wrapper.grid .product-item .product-item-info:hover div[class^="swatch-opt-"]{bottom:5px;opacity:1;visibility:visible;margin-bottom:10px}.products.wrapper.grid .product-item .product-item-info div[class^="swatch-opt-"]{position:absolute;bottom:-100%;z-index:2;width:100%;background:transparent;margin-bottom:0;left:0;opacity:0;visibility:hidden;transition:all .3s ease;-moz-transition:all .3s ease;-webkit-transition:all .3s ease;-o-transition:all .3s ease}.products.wrapper.grid .product-item .product-item-info .swatch-attribute-options{margin:0;display:-webkit-box;display:-ms-flexbox;display:-webkit-flex;display:flex;flex-wrap:wrap;justify-content:center;align-items:center}.products.wrapper.grid .product-item .product-item-info .product-hover{position:relative}.products.wrapper.grid .product-item .product-item-info .product-hover .link-view:hover button{color:#000}.products.wrapper.grid .product-item .product-item-info .product-hover .link-view button{padding:0;background-color:transparent;border:none;color:#2d2d2d}.products.wrapper.grid .product-item .product-item-info .product-hover .link-view button span{font-size:0}.products.wrapper.grid .product-item .product-item-info .product-hover .link-view button span .icon{font-size:1.4rem;vertical-align:middle}.products.wrapper.grid .product-item .product-item-info .hover-box{position:absolute;bottom:20px;left:15px;right:15px;z-index:2;opacity:0;visibility:hidden;transition:bottom .4s ease}.products.wrapper.grid .product-item .product-item-info .hover-box .product.actions{z-index:3}.products.wrapper.grid .product-item .product-item-info .hover-box .product.actions:before,.products.wrapper.grid .product-item .product-item-info .hover-box .product.actions:after{display:none}.products.wrapper.grid .product-item .product-item-info .product-item-details{padding-top:10px;position:relative;justify-content:space-between;display:-webkit-box;display:-ms-flexbox;display:-webkit-flex;display:flex;flex-wrap:wrap}.products.wrapper.grid .product-item .product-item-info .product-item-details .col-right{width:calc(100% - 110px)}.products.wrapper.grid .product-item .product-item-info .product-item-details .col-left{width:100px}.products.wrapper.grid .product-item .product-item-info .product-item-details .product-reviews-summary{margin:5px 0;height:20px}.products.wrapper.grid .product-item .product-item-info .product-item-details .product-reviews-summary .rating-summary{display:inline-block;vertical-align:middle;margin-right:5px}.products.wrapper.grid .product-item .product-item-info .product-item-details .product-reviews-summary .reviews-actions{display:inline-block;line-height:inherit;margin-top:0}.products.wrapper.grid .product-item .product-item-info .product-item-details .price-box{margin-top:0;margin-bottom:0;flex-direction:column;text-align:right;display:-webkit-box;display:-ms-flexbox;display:-webkit-flex;display:flex;flex-wrap:wrap}.products.wrapper.grid .product-item .product-item-info .product-item-details .price-box .minimal-price{margin-bottom:0}.products.wrapper.grid .product-item .product-item-info .product-item-details .price-box>.price-box{margin-top:0}.products.wrapper.grid .product-item .product-item-info .actions.product-item-actions{padding:0}.products.wrapper.grid .product-item .product-item-info .add-to-links{display:-webkit-box;display:-ms-flexbox;display:-webkit-flex;display:flex;flex-wrap:wrap;z-index:10;transition:all .3s ease;-moz-transition:all .3s ease;-webkit-transition:all .3s ease;-o-transition:all .3s ease;position:absolute;right:10px;top:10px;align-items:center;width:40px;padding:0 10px;background:#fff;opacity:0;visibility:hidden;justify-content:space-around;border:none}.products.wrapper.grid .product-item .product-item-info .add-to-links .button.btn-cart,.products.wrapper.grid .product-item .product-item-info .add-to-links .action,.products.wrapper.grid .product-item .product-item-info .add-to-links .link-view button{width:auto;height:auto;display:-webkit-box;display:-ms-flexbox;display:-webkit-flex;display:flex;flex-wrap:wrap;align-items:center;justify-content:center;background:transparent;color:#000;border:none;line-height:40px;height:40px;padding:0 10px}.products.wrapper.grid .product-item .product-item-info .add-to-links .button.btn-cart span,.products.wrapper.grid .product-item .product-item-info .add-to-links .action span,.products.wrapper.grid .product-item .product-item-info .add-to-links .link-view button span{display:-webkit-box;display:-ms-flexbox;display:-webkit-flex;display:flex;flex-wrap:wrap;align-items:center;justify-content:center;line-height:40px;height:40px;width:20px;font-size:0;border:none}.products.wrapper.grid .product-item .product-item-info .add-to-links .button.btn-cart span:before,.products.wrapper.grid .product-item .product-item-info .add-to-links .action span:before,.products.wrapper.grid .product-item .product-item-info .add-to-links .link-view button span:before{font-size:20px;color:#0d0d0d;font-weight:600}.products.wrapper.grid .product-item .product-item-info .add-to-links .button.btn-cart:hover,.products.wrapper.grid .product-item .product-item-info .add-to-links .action:hover,.products.wrapper.grid .product-item .product-item-info .add-to-links .link-view button:hover{border:none;background:transparent;color:#0d0d0d}.products.wrapper.grid .product-item .product-item-info .add-to-links .button.btn-cart:hover span:before,.products.wrapper.grid .product-item .product-item-info .add-to-links .action:hover span:before,.products.wrapper.grid .product-item .product-item-info .add-to-links .link-view button:hover span:before{-webkit-animation:rubberBand 1s forwards;animation:rubberBand 1s forwards}.products.wrapper.grid .product-items:before,.products.wrapper.grid .product-items:after{content:"";display:block;clear:both;height:0}.products.wrapper.grid .short-desc{font-size:1.2rem}.product-image-container{display:block;min-width:100%}.product-image-container .product-image-wrapper{display:block;height:0;position:relative}.product-image-container .product-image-wrapper .product-image-photo{position:absolute;z-index:1;top:0;left:0;transition:all .4s ease;-moz-transition:all .4s ease;-webkit-transition:all .4s ease;-o-transition:all .4s ease}.product-image-container .product-image-wrapper .product-image-photo.swatch-option-loading{top:50%;left:50%;transform:translate(-50%, -50%)}.product-image-container .product-image-wrapper .product-image-photo.thumbnail{position:absolute;top:0;left:100%;opacity:0;visibility:hidden;z-index:-1;transition:all .4s ease;-moz-transition:all .4s ease;-webkit-transition:all .4s ease;-o-transition:all .4s ease}.product-image-container .product-image-wrapper .product-image-photo.thumbnail.swatch-option-loading{display:none}.product-item:hover .product-image-wrapper .product-image-photo.thumbnail{opacity:1;visibility:visible;z-index:2;left:0}.product-items .product-item{margin-bottom:10px}.product-item .product-item-info{position:relative}.product-item .product-item-info .product-name{font-size:1.3rem;font-weight:400;margin:0}.product-item .product-item-info .rating-summary .rating-result:before{font-size:1.6rem;height:16px;line-height:16px}.product-item .product-item-info .rating-summary .rating-result>span:before{font-size:1.6rem;height:16px;line-height:16px}.product-item .product-reviews-summary{display:flex;flex-wrap:wrap;align-items:center;width:100%}.product-item .product-reviews-summary .reviews-actions{margin-top:0}.price-box .price-label{display:none}.price-box .price-container .price{font-size:1.6rem;color:#f53b1d;font-weight:bold}.price-box .special-price .price{font-size:1.6rem;color:#f53b1d;font-weight:bold}.price-box .old-price{margin-left:0}.price-box .old-price .price-label{display:none !important}.price-box .old-price .price{font-weight:400;text-decoration:line-through;font-size:1.3rem;color:#888888}.price-box .normal-price .price-label,.price-box .price-from .price-label,.price-box .price-to .price-label{display:inline-block}.price-box .normal-price .price,.price-box .price-from .price,.price-box .price-to .price{font-size:1.6rem}.price-box .price-from .old-price{display:inline-block}.weee{display:block;font-size:1.1rem;color:#444;display:inline-block;line-height:normal !important}.item .images-container{padding:0;position:relative;overflow:hidden}.item .product-name{font-size:100%;line-height:normal;margin:0 0 5px}.item .product-name a.product-item-link{font-size:1.5rem;font-weight:bold;display:block;line-height:20px;height:20px;overflow:hidden;text-overflow:ellipsis;text-transform:capitalize;font-family:'Manrope',sans-serif}.item .actions{padding-bottom:10px;position:relative}.item .actions:before{content:"";clear:both;display:table}.item .actions .add-to-links{clear:both;border-top:1px solid #eaeaea;padding-top:10px;padding-bottom:15px;left:0;right:0;visibility:hidden;opacity:0;position:absolute;bottom:0;transition:all .3s}.item .actions .add-to-links .tocompare{float:left}.item .actions .add-to-links .towishlist{float:right}.item .actions .add-to-links a{color:#848484;font-size:1.3rem;line-height:20px;display:block;max-width:50%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;transform:scale(0);opacity:0;visibility:hidden}.item .actions .add-to-links a .icon{font-size:1.5rem;display:inline-block;line-height:20px;color:#848484;padding-right:7px}.item .actions .add-to-links a .icon:before{font-family:"font-electro"}.item .actions .add-to-links a .icon.icon-compare:before{content:"\64"}.item .actions .add-to-links a .icon.icon-favorites:before{content:"\67"}.item .price-box{display:block;margin:0}.item button.button{padding:0 20px;border-width:0;text-align:center;position:relative;text-transform:uppercase;line-height:40px;border-style:solid;border-width:3px;width:100%}.item button.button>span{font-size:1.3rem;text-transform:inherit;line-height:inherit}.item button.button.disabled{opacity:1}.item button.button.disabled:before{font-size:20px;animation:2s linear 0s normal none infinite running fa-spin;-webkit-animation:2s linear 0s normal none infinite running fa-spin;content:"\f110";font-family:"FontAwesome";left:8px;position:absolute;top:0;z-index:99}.item button.button.disabled .icon{display:none}@keyframes fa-spin{from{transform:rotate(0deg)}to{transform:rotate(360deg)}}.fotorama__arr,.fotorama__thumb__arr{background:transparent !important}.fotorama__arr:active,.fotorama__thumb__arr:active,.fotorama__arr:hover,.fotorama__thumb__arr:hover{background:transparent !important}@media screen and (max-width:1199px){.products.wrapper.list .product-item .product-item-info .images-container .product-item-details{width:165px}.products.wrapper.list .product-item .product-item-info .images-container .product-hover{width:165px}.products.wrapper.list .product-item .product-item-info .images-container .hover-box{width:calc(100% - 165px - 165px)}.product-info-main .stock.available,.product-info-main .stock.unavailable{margin-right:0}}@media screen and (max-width:767px){.products.wrapper.list .product-item .product-item-info .product-item-details{width:100%}.products.wrapper.list .product-item .product-item-info .images-container{width:100%}}@media screen and (max-width:480px){.item .product-name a.product-item-link{font-size:1.3rem}.item button.button .icon{font-size:1.8rem}.products.wrapper.list .product-item .product-item-info .images-container .product-hover{width:100%}.products.wrapper.list .product-item .product-item-info .images-container .hover-box{width:100%;padding-left:0;margin-top:15px}.product-info-main .swatch-opt{width:100%}.product-info-main .page-title-wrapper .page-title{font-size:1.8rem}.product-info-main .price-box .weee .price{font-size:2rem}.product-info-main .additional-timer-block .slogan-countdown{font-size:1.5rem}.product-info-main .product-reviews-summary .reviews-actions{font-size:1.3rem}.product-info-main .alo-count-down .timer-box b{font-size:1.5rem}.product-info-main .alo-count-down .timer-box .title{font-size:1.3rem}.product-info-main .field.qty{width:100%}.product-add-form .add-to-cart .tocart{width:100%}}.rtl .item .actions .add-to-links a .icon{padding-right:0;padding-left:7px}.rtl .products.wrapper.grid .product-item .product-item-info .add-to-links{left:10px;right:auto}.rtl .products.wrapper.grid .product-item .product-item-info .product-item-details .product-reviews-summary .rating-summary{margin-right:0;margin-left:5px}.rtl .products.wrapper.grid .product-item .product-item-info .product-item-details .product-reviews-summary .reviews-actions{direction:ltr}.rtl .products.wrapper.grid .product-item .product-item-info .product-item-details .price-box{text-align:left}.rtl .products.wrapper.list .link-view{right:auto;left:0}.rtl .products.wrapper.list .stock label{padding-right:0}.rtl .product-image-container .product-image-wrapper .product-image-photo.thumbnail{left:-100%}@media screen and (max-width:480px){.rtl .products.wrapper.list .product-item .product-item-info .images-container .hover-box{padding:0}}.modal-popup.popup-newsletter .modal-content{padding:30px 20px}.modal-popup.popup-newsletter .modal-content .block-content{padding:0}.modal-popup.popup-newsletter .modal-content .block-content .popup.content{text-align:center;display:-webkit-box;display:-ms-flexbox;display:-webkit-flex;display:flex;flex-wrap:wrap;justify-content:center;align-items:center;flex-direction:column}.modal-popup.popup-newsletter .modal-content .block-content .promo-text{font-size:36px;color:#0d0d0d;font-weight:bold;text-transform:capitalize;margin-bottom:20px;margin-top:0}.modal-popup.popup-newsletter .modal-content .block-content .caption{font-size:15px;color:#4e4e4e;margin-bottom:40px}.modal-popup.popup-newsletter .modal-content .block-content .label{font-size:16px;color:#0d0d0d;margin:30px 0 15px}.modal-popup.popup-newsletter .modal-content .block-content .input-box .input-text{height:50px;line-height:50px;text-align:center;margin-bottom:0}.modal-popup.popup-newsletter .modal-content .block-content button.button{height:50px;line-height:47px;text-align:center;margin:auto;margin-bottom:0;font-size:13px;color:#fff;font-weight:bold;text-transform:uppercase;letter-spacing:2px;padding:0 35px}.modal-popup.popup-newsletter .modal-content .block-content .subcribe-box{margin-bottom:0}.modal-popup.popup-newsletter .modal-content .block-content .actions{margin:auto}.modal-popup.popup-newsletter .modal-content .block-content .sale-number{display:-webkit-box;display:-ms-flexbox;display:-webkit-flex;display:flex;flex-wrap:wrap;justify-content:center;align-items:center;flex-direction:column;width:100px;height:100px;border-radius:50%;color:#fff;background-color:#dc775b}.modal-popup.popup-newsletter .modal-content .block-content .sale-number .number-percent{font-size:32px;font-weight:bold;line-height:35px}.modal-popup.popup-newsletter .modal-content .block-content .sale-number .sale-text{font-size:15px}@media screen and (max-width:991px){.modal-popup.popup-newsletter .modal-inner-wrap{max-width:90%}}@media screen and (max-width:767px){.modals-wrapper .modal-popup.popup-newsletter .modal-content{padding:0}.modals-wrapper .modal-popup.popup-newsletter .modal-content .block-content .popup.content{padding:15px 30px}.modals-wrapper .modal-popup.popup-newsletter .modal-content .block-content .images{display:none}.modals-wrapper .modal-popup.modal-slide._show.popup-newsletter .modal-inner-wrap{margin:auto;max-width:500px;max-height:80%;overflow-y:auto}.modals-wrapper .modal-popup.modal-slide._show.popup-newsletter .modal-inner-wrap img{width:100%}.modals-wrapper .modal-popup .action-close{background-color:white}}@media screen and (max-width:576px){.modals-wrapper .modal-popup.modal-slide._show.popup-newsletter .modal-inner-wrap{max-width:90%}}@media screen and (max-width:480px){.modal-popup .modal-content #popup-newsletter{padding:0}}.header .header.links li:not(:last-child).authorization-link .active ul{opacity:1;visibility:visible}.header .header.links li:not(:last-child).authorization-link ul{position:absolute;top:calc(100% + 10px);white-space:nowrap;border:1px solid #000 2b;background-color:white;left:50%;transform:translateX(-50%);-webkit-box-shadow:0 6px 12px 0 rgba(0,0,0,0.176);-moz-box-shadow:0 6px 12px 0 rgba(0,0,0,0.176);box-shadow:0 6px 12px 0 rgba(0,0,0,0.176);z-index:15;opacity:0;visibility:hidden;transition:all .3s ease;-moz-transition:all .3s ease;-webkit-transition:all .3s ease;-o-transition:all .3s ease}.header .header.links li:not(:last-child).authorization-link ul:before{content:"";position:absolute;top:-1px;left:50%;width:15px;height:15px;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);-o-transform:rotate(45deg);transform:rotate(45deg) translateX(-50%);box-shadow:0px 0px 5px rgba(0,0,0,0.2);z-index:1;background:#ffffff}.header .header.links li:not(:last-child).authorization-link ul li{padding:10px 15px;position:relative;background-color:white;z-index:2}.header .magicmenu .nav-desktop .level0.dropdown:hover .level-top span:not(.boder-menu):before,.header .magicmenu .nav-desktop .level0.hasChild:hover .level-top span:not(.boder-menu):before{display:none}.header .dropdown.shop,.header .magicmenu .nav-desktop{position:static}.header .dropdown.shop:hover .block-menu{opacity:1;visibility:visible;top:100%;align-items:initial}.header .header-content .container{position:relative}.header .dropdown .block-menu{position:absolute;left:0;z-index:10;width:100%;background:white;margin:0;padding:30px 15px;align-items:flex-start;opacity:0;visibility:hidden;transition:all .3s ease;-moz-transition:all .3s ease;-webkit-transition:all .3s ease;-o-transition:all .3s ease;top:130%;-webkit-box-shadow:0 0 3px 0 rgba(0,0,0,0.1);-moz-box-shadow:0 0 3px 0 rgba(0,0,0,0.1);box-shadow:0 0 3px 0 rgba(0,0,0,0.1)}.header .dropdown .block-menu img{width:100%}.header .dropdown .block-menu [class*="bg_"]{padding:30px;background-size:cover;background-position:center;background-repeat:no-repeat;margin:0 15px;width:calc((100% / 3) - 30px);flex:initial}.header .dropdown .block-menu .bg_1{background-image:url(../../frontend/Alothemes/spozy5/fr_FR/images/alothemes/bg_menu_1.jpg)}.header .dropdown .block-menu .bg_2{background-image:url(../../frontend/Alothemes/spozy5/fr_FR/images/alothemes/bg_menu_2.jpg)}.header .dropdown .block-menu .bg_3{background-image:url(../../frontend/Alothemes/spozy5/fr_FR/images/alothemes/bg_menu_3.jpg)}.header .dropdown .block-menu .root-cate{text-align:left;margin-bottom:1.5rem;text-transform:uppercase}.header .dropdown .block-menu .root-cate a{font-size:1.6rem;color:white;font-weight:bold}.header .dropdown .block-menu .root-cate a:hover{color:white}.header .magicmenu .nav-desktop .level0.dropdown .block-menu .level1 a{padding:0;font-size:1.4rem;color:white;text-transform:capitalize}.header .magicmenu .nav-desktop .level0.dropdown .block-menu li{padding:3px 0;width:100%}.header .magicmenu .nav-desktop .level0.dropdown .block-menu li.view-all a{text-decoration:underline;margin-top:5px}.header .magicmenu .nav-desktop>.level0.ext .block-menu .level0.dropdown{width:100%;background:transparent}.nav-open .nav-sections .navigation-mobile ul li a span.cat_label,.nav-open .nav-sections .navigation-mobile ul li .level-top span.cat_label{padding:0px 8px}.magicmenu .nav-desktop>.level0.hasChild>a>span:not(.boder-menu):after,.magicmenu .nav-desktop>.level0.dropdown>a>span:not(.boder-menu):after,.magicmenu .nav-desktop>.level0.hasChild>a span.icon-text:after,.magicmenu .nav-desktop>.level0.dropdown>a span.icon-text:after{margin-left:3px}@media screen and (max-width:1200px){.header .dropdown.shop{display:none}}@media screen and (max-width:767px){.notify-slider-wrapper{display:none !important}}.rtl .header .magicmenu .nav-desktop .level0.dropdown .block-menu .level1 a,.rtl .header .dropdown .block-menu .root-cate{text-align:right}.rtl .magicmenu .nav-desktop>.level0.hasChild>a>span:not(.boder-menu):after,.rtl .magicmenu .nav-desktop>.level0.dropdown>a>span:not(.boder-menu):after,.rtl .magicmenu .nav-desktop>.level0.hasChild>a span.icon-text:after,.rtl .magicmenu .nav-desktop>.level0.dropdown>a span.icon-text:after{margin-left:0;margin-right:3px}body .product-item .swatch-option.color{width:15px;height:15px}body .product-item .swatch-attribute.size .swatch-option{padding:0}.cms-index-index{background-color:#f7f8f9}.cms-index-index .column.main{padding-bottom:0}.cms-title-wrapper .cms-title{font-weight:bold;text-align:center;margin-bottom:40px;font-size:40px;color:#0d0d0d;text-transform:uppercase;letter-spacing:5px}.cms-title-wrapper>a{color:#0d0d0d;font-size:1.5rem;font-weight:600;position:relative}.cms-title-wrapper>a:after{display:block;content:'';width:0;right:0;top:calc(110%);background-color:#f53b1d;height:2px;transition:all 0s ease;-moz-transition:all 0s ease;-webkit-transition:all 0s ease;-o-transition:all 0s ease}.cms-title-wrapper>a:hover:after{left:0;width:100%}.static-home-slide__main{background-color:#0e1520}.shop-by-category{background-color:#0e1520;padding:100px 0 165px}.shop-by-category .item{display:none}.shop-by-category .slick-slide .category-image{position:relative}.shop-by-category .slick-slide .category-image img{position:absolute;z-index:1;top:50%;left:50%;transform:translate(-50%, -50%);transition:all .3s ease;-moz-transition:all .3s ease;-webkit-transition:all .3s ease;-o-transition:all .3s ease}.shop-by-category .slick-slide .category-image:before{opacity:0.2;display:block;text-align:center;transition:all .3s ease;-moz-transition:all .3s ease;-webkit-transition:all .3s ease;-o-transition:all .3s ease}.shop-by-category .slick-slide .item:hover .category-image:before{opacity:1}.shop-by-category .slick-slide .item:hover .category-image img{transform:translate(-50%, -50%) scale(1.1)}.shop-by-category .slick-slide:nth-child(2n + 1) .category-image:before{content:url(../../frontend/Alothemes/spozy5/fr_FR/images/alothemes/down.png)}.shop-by-category .slick-slide:nth-child(2n) .category-image:before{content:url(../../frontend/Alothemes/spozy5/fr_FR/images/alothemes/up.png)}.shop-by-category .title{font-size:40px;font-weight:600;text-transform:uppercase;color:#fff;font-family:'Oswald',sans-serif;letter-spacing:3px;text-align:center;margin-bottom:60px}.shop-by-category .category-name{text-align:center}.shop-by-category .category-name .shop-now{font-size:22px;color:#a6a7a9;text-transform:capitalize;transition:all 0s ease;-moz-transition:all 0s ease;-webkit-transition:all 0s ease;-o-transition:all 0s ease}.shop-by-category .item:hover .category-name .shop-now{color:#fff;font-weight:600;transition:all 0s ease;-moz-transition:all 0s ease;-webkit-transition:all 0s ease;-o-transition:all 0s ease}.shop-by-category img{margin:auto}.cms-home__static__img{margin-top:-90px}.cms-home__static__img .row{padding:50px 35px 0;margin:0 -50px;background:white}.cms-home__static__img .col-img{position:relative;overflow:hidden}.cms-home__static__img .col-img:hover .col-img__image:after{top:0}.cms-home__static__img .col-img:hover .col-img__image img{transform:scale(1)}.cms-home__static__img .col-img:hover .col-img__text{opacity:1;top:50%}.cms-home__static__img .col-img__image{position:relative;overflow:hidden}.cms-home__static__img .col-img__image img{transform:scale(1.1);transition:all .3s ease;-moz-transition:all .3s ease;-webkit-transition:all .3s ease;-o-transition:all .3s ease}.cms-home__static__img .col-img__image:after{content:'';width:100%;height:100%;position:absolute;top:100%;left:0;background-image:linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.7) 100%);z-index:1;transition:all .3s ease;-moz-transition:all .3s ease;-webkit-transition:all .3s ease;-o-transition:all .3s ease}.cms-home__static__img .col-img__text{position:absolute;opacity:0;top:65%;left:50%;transform:translate(-50%, -50%);text-align:center;color:#fff;padding:0 50px;width:100%;z-index:2;transition:all .3s ease;-moz-transition:all .3s ease;-webkit-transition:all .3s ease;-o-transition:all .3s ease}.cms-home__static__img .col-img__text .col-img__text_top{font-family:'Manrope',sans-serif;font-size:16px;letter-spacing:3px;text-transform:uppercase;clip-path:polygon(7% 0, 100% 0, 93% 100%, 0% 100%);padding:0 35px;height:30px;line-height:30px;background-color:#f53b1d;display:inline-block}.cms-home__static__img .col-img__text .col-img__text_center{font-size:40px;letter-spacing:5px;text-transform:uppercase;white-space:nowrap;font-weight:600;margin:20px 0 25px}.cms-home__static__img .col-img__text .col-img__btn{font-size:15px;color:#fff;letter-spacing:3px;text-decoration:underline;text-transform:uppercase}.cms-home__static__block .col-content{display:-webkit-box;display:-ms-flexbox;display:-webkit-flex;display:flex;flex-wrap:wrap;align-items:center}.cms-home__static__block .row{margin:0 -50px;background-color:#fff;margin-top:-90px;position:relative;z-index:1;padding:90px 50px}.cms-home__static__block .static-block_title{font-size:15px;font-weight:bold;color:#f53b1d;letter-spacing:3px;text-transform:uppercase;margin-bottom:30px;font-family:'Manrope',sans-serif}.cms-home__static__block .static-block_content{color:#0d0d0d;font-size:40px;font-family:'Oswald',sans-serif;font-weight:bold;text-transform:uppercase;letter-spacing:5px;margin-bottom:30px}.cms-home__static__block .alo-count-down{margin-bottom:35px}.cms-home__static__block .alo-count-down .countdown{justify-content:flex-start}.cms-home__static__block .alo-count-down .timer-box{border:none;height:auto;padding:0}.cms-home__static__block .alo-count-down .timer-box b{font-size:36px;font-family:'Oswald',sans-serif;margin-bottom:20px}.cms-home__static__block .alo-count-down .timer-box .title{font-size:15px;color:#0d0d0d;text-transform:uppercase;font-weight:600}.cms-home__static__block .static-block_btn{color:#fff;display:inline-block;height:45px;line-height:45px;background-color:#f53b1d;box-sizing:border-box;font-size:15px;letter-spacing:5px;font-weight:600;position:relative;padding:0 30px;text-transform:uppercase;transition:all .3s ease;-moz-transition:all .3s ease;-webkit-transition:all .3s ease;-o-transition:all .3s ease}.cms-home__static__block .static-block_btn:after{content:'';display:block;position:absolute;box-sizing:border-box;width:100%;height:100%;border:2px solid #f53b1d;top:0;left:0;transition:all .3s ease;-moz-transition:all .3s ease;-webkit-transition:all .3s ease;-o-transition:all .3s ease}.cms-home__static__block .static-block_btn:hover:after{top:5px;left:5px}.cms-home__blog .block-recent-posts{margin:0 -50px;padding:0 50px}.cms-home__blog .block-recent-posts{background-color:#fff}.cms-home__blog .block-title{display:none}.cms-home__blog .blog_short_text{position:absolute;top:0;left:0;width:100%;height:0;visibility:hidden;overflow:hidden;z-index:1;padding:20px;display:-webkit-box;display:-ms-flexbox;display:-webkit-flex;display:flex;flex-wrap:wrap;align-items:center;justify-content:center;transition:all .3s ease;-moz-transition:all .3s ease;-webkit-transition:all .3s ease;-o-transition:all .3s ease;background-color:#000000b8}.cms-home__blog .item.post-author{color:#fff}.cms-home__blog .item.post-author a{color:#fff;text-transform:uppercase;font-weight:bold}.cms-home__blog .blog_short_text .post-info a.post-item-link{color:#fff;padding:0;font-size:24px}.cms-home__blog .blog_short_text .post-info a.post-item-link:hover{color:#fff;text-decoration:underline}.cms-home__blog .post-posed-date{color:#fff}.cms-home__blog .post-description{position:relative}.cms-home__blog .post-description:hover .blog_short_text{height:100%;visibility:visible}.cms-home__product__lookbook .lookbook .easypin-marker{background-color:#f53b1d}.cms-home__product__lookbook .title.item{display:none}.cms-home__product__lookbook .lookbook .title-wrap,.cms-home__product__lookbook .lookbook .price-wrap{padding:0;text-align:center}.cms-home__product__lookbook .lookbook .title-wrap h5{font-size:15px}.cms-home__product__lookbook .lookbook .price-box .price-container .price{font-size:15px;font-weight:bold}.cms-home__product__lookbook .lookbook .easypin-popover .product-pin-wrap{padding:10px}.static-home-slide__bottom{background-color:#0e1520}.static-home-slide__bottom .caption1{font-family:'Manrope',sans-serif;font-size:16px;letter-spacing:3px;text-transform:uppercase;clip-path:polygon(7% 0, 100% 0, 93% 100%, 0% 100%);padding:0 35px;height:30px;line-height:30px;background-color:#f53b1d;display:inline-block;margin-bottom:25px}.static-home-slide__bottom .caption1:before{display:none}.static-home-slide__bottom .caption2{font-size:60px}.static-home-slide__bottom .caption4{font-size:16px;color:#fff;margin-bottom:40px}.static-home-slide__bottom .figcaption{top:calc(50% + 45px);transform:translate(-50%, -50%)}.cms-home__static__about{background-color:#0e1520;padding:50px 0}.cms-home__static__about .cms-about-us-content{justify-content:space-between;margin:0}.cms-home__static__about .cms-about-us-col{display:-webkit-box;display:-ms-flexbox;display:-webkit-flex;display:flex;flex-wrap:wrap;align-items:center;overflow:hidden}.cms-home__static__about .cms-about-us-col:hover .about-us-img{-webkit-animation:rubberBand 1s forwards;animation:rubberBand 1s forwards}.cms-home__static__about .cms-about-us-col .about-us-img{margin-right:25px}.cms-home__static__about .about-us-content{display:-webkit-box;display:-ms-flexbox;display:-webkit-flex;display:flex;flex-wrap:wrap;flex-direction:column;color:#fff}.cms-home__static__about .about-us-content strong{font-size:15px;margin-bottom:10px}.cms-home__static__about .about-us-content span{font-size:14px}.cms-home__products .wrapper-product{padding:90px 50px;margin:0 -50px;background:#fff}.cms-home__products .block-title-tabs{display:none}.product-tabs__new{margin-bottom:-90px;position:relative;z-index:1}.product-tabs__new .slick-slide>*:not(:first-child) .product-item{margin-top:25px}.product-tabs__bestseller{margin-bottom:-90px;position:relative;z-index:1}.product-tabs__bestseller .slick-dots{position:static;text-align:center;margin-top:40px}@media only screen and (max-width:1199px){.cms-home__static__about .cms-about-us-col{width:45%;margin-bottom:25px}.static-home-slide__bottom .caption2{font-size:30px;margin-bottom:10px}.static-home-slide__bottom .caption1{font-size:14px;margin-bottom:10px}.static-home-slide__bottom .caption4{margin-bottom:20px}.cms-home__static__block .static-block_content{font-size:30px}.cms-home__static__block .alo-count-down .timer-box b{font-size:20px;margin-bottom:10px}.cms-home__static__block .alo-count-down .timer-box .title{font-size:14px}.cms-home__static__block .alo-count-down .timer-box:not(:first-child){margin-left:10px}.cms-home__static__img .col-img__text{opacity:1;top:50%}.cms-home__static__img .col-img__text .col-img__text_center{font-size:24px;margin:10px 0 15px}.cms-home__static__img .col-img__text .col-img__text_top{font-size:14px}.cms-home__static__img .col-img__image:after{top:0}.product-tabs__bestseller,.product-tabs__new{margin-bottom:0}.cms-home__static__block .row{margin-top:0}}@media only screen and (max-width:991px){.shop-by-category .title,.cms-title-wrapper .cms-title{margin-bottom:25px;font-size:20px}.shop-by-category{padding:60px 0 60px}.static-home-slide__bottom .figcaption{top:50%}.cms-home__static__img{margin-top:0}}@media only screen and (max-width:767px){.cms-home__static__about .cms-about-us-col{width:48%}.cms-home__static__about .about-us-content{flex:1}.cms-home__static__img .col-img{padding:0}.cms-home__static__img .col-img:not(:first-child){margin-top:30px}.cms-index-index{background-color:#fff}.cms-home__blog .block-recent-posts,.cms-home__static__block .row,.cms-home__products .wrapper-product,.cms-home__static__img .row{margin-left:0;margin-right:0;padding-left:0;padding-right:0}.cms-home__blog .blog_short_text .post-info a.post-item-link{font-size:18px}}@media only screen and (max-width:576px){.cms-home__static__about .cms-about-us-col{width:100%}.cms-title-wrapper>a{display:none}.cms-home__static__img .col-img__text{padding:0 10px}.cms-home__static__img .col-img__text .col-img__text_center{white-space:pre-wrap}}@media only screen and (max-width:480px){.cms-home__slider .caption1{margin-bottom:5px}}.rtl .nav-sections .nav-sections-item-content .top-form-language .switcher-trigger strong span,.rtl .nav-sections .nav-sections-item-content .top-form-language .switcher-dropdown .switcher-option a{background-position:right center;padding-right:20px}.rtl .cms-home__static__about .cms-about-us-col .about-us-img{margin-left:25px;margin-right:0}.rtl .static-home-slide__bottom .figcaption{top:50%}.catalog-category-view .category-image,.catalog-category-view .category-description{display:none}.catalog-category-view .columns .sidebar{background-color:white}.catalog-category-view .column.main>.page-title-wrapper{display:block;position:relative;top:4px}.catalog-category-view .column.main .sku,.catalog-category-view .column.main .sku label{font-size:1.2rem}.catalog-category-view .column.main .product-reviews-summary{display:flex;align-items:center}.catalog-category-view .column.main .product-reviews-summary .reviews-actions{margin-top:0}.catalog-category-view .column.main .category-product-grid .product-item .product-item-info{position:relative}.catalog-category-view .column.main .category-product-grid .product-item .product-item-info:before{content:"";position:absolute;left:-1px;width:1px;background-color:#eaeaea;top:50%;transform:translate(0, -50%);height:85%}.catalog-category-view .column.main .category-product-grid .product-item:nth-child(4n+1) .product-item-info:before{opacity:0}.catalog-category-view .page-title-wrapper .page-title{margin-top:0;margin-bottom:0;font-size:24px;color:#0d0d0d;font-weight:bold;position:absolute;top:0;left:0}.catalog-category-view .cms-static-mix-custom-product .product-items .product-item{width:100%}.catalog-category-view .column.main .products.wrapper.grid{margin-left:-15px;margin-right:-15px}.catalog-category-view .column.main .products.wrapper.grid .product-item-actions{display:none}.catalog-category-view .products.wrapper.list .price-box.price-final_price{padding:0;position:relative;margin-top:15px;margin-bottom:0}.catalog-category-view .products.wrapper.list .price-box.price-final_price>.price-box{padding:0}.catalog-category-view .products.wrapper.list .price-box.price-final_price>.price-box>*{margin:0}.catalog-category-view .products.wrapper.list .product-item{margin-bottom:30px}.catalog-category-view .products.wrapper.list .product-item .product-item-info{display:flex;flex-wrap:wrap}.catalog-category-view .products.wrapper.list .product-item .product-item-info:before,.catalog-category-view .products.wrapper.list .product-item .product-item-info:after{display:none}.catalog-category-view .products.wrapper.list .product-item .product-item-info .images-container .product-hover{width:100%}.catalog-category-view .products.wrapper.list .product-item .product-item-info .product-item-details{padding:0 45px;width:50%;display:-webkit-box;display:-ms-flexbox;display:-webkit-flex;display:flex;flex-wrap:wrap;flex-direction:column;justify-content:center}.catalog-category-view .products.wrapper.list .product-item .product-item-info .product-item-details .product.description{line-height:25px;font-size:15px;color:#4e4e4e;font-weight:500;max-height:75px;text-overflow:ellipsis;overflow:hidden}.catalog-category-view .products.wrapper.list .product-item .actions-primary{width:auto}.catalog-category-view .products.wrapper.list .product-item .product-item-actions{width:20%;display:-webkit-box;display:-ms-flexbox;display:-webkit-flex;display:flex;flex-wrap:wrap;flex-direction:column;justify-content:center}.catalog-category-view .products.wrapper.list .product .product-item-info .products-textlink .product-name a{font-size:20px;color:#0d0d0d;font-weight:bold;margin-bottom:20px}.catalog-category-view .products.wrapper.list .swatch-attribute-options{margin:0}.catalog-category-view .products.wrapper.list .images-container{width:30%}.catalog-category-view .products.wrapper.list .add-to-links{display:-webkit-box;display:-ms-flexbox;display:-webkit-flex;display:flex;flex-wrap:wrap;align-items:center;justify-content:space-around;margin-top:20px}.catalog-category-view .products.wrapper.list .add-to-links [class^="flaticon-"]:before,.catalog-category-view .products.wrapper.list .add-to-links [class*=" flaticon-"]:before,.catalog-category-view .products.wrapper.list .add-to-links [class^="flaticon-"]:after,.catalog-category-view .products.wrapper.list .add-to-links [class*=" flaticon-"]:after{margin:0}.catalog-category-view .products.wrapper.list .add-to-links span:before{color:#0d0d0d;font-size:25px}.catalog-category-view .products.wrapper.list .item button.button{border-color:#0d0d0d;background-color:#0d0d0d;color:#fff}.catalog-category-view .products.wrapper.list .item button.button:hover{background-color:#fff;color:#0d0d0d}.catalog-category-view .products.wrapper.list [class*="swatch-opt-"]{margin:0 -10px}.catalog-category-view .products.wrapper.list .swatch-attribute.size .swatch-option{margin-bottom:10px;border:none}.catalog-category-view .toolbar-bottom .toolbar-products .pages .pages-items{justify-content:flex-start}.catalog-product_compare-index .product-image-container{min-width:auto}.catalogsearch-result-index .search.results .products.wrapper.grid{margin:0 -15px}.catalogsearch-result-index .search.results .products.wrapper.grid .product-item .product-item-info{padding:0 15px}.catalogsearch-result-index .search.results .product-items .product-item{margin-bottom:30px}.catalogsearch-result-index .column.main .products.wrapper.grid .product-item-actions{display:none}.catalogsearch-result-index .block.filter .block-title.filter-title{display:none}.cms-sale-products .sale-product-top{text-align:center;margin-top:10px}.cms-sale-products .alo-count-down .timer-box{width:82px;height:82px}.swatch-option-tooltip .corner,.swatch-option-tooltip-layered .corner{display:none !important}.products.wrapper.list .actions-secondary a.action{border-bottom:none !important}@media screen and (max-width:1200px){.catalog-category-view .products.wrapper.list .product-item .product-item-actions{width:50%;margin-top:15px}.catalog-category-view .products.wrapper.list .images-container{width:50%}.catalog-category-view .products.wrapper.list .product-item .product-item-info .product-item-details{width:50%;padding:0 15px}.catalog-category-view .page-title-wrapper .page-title{position:static;margin-bottom:15px;font-size:22px}}@media screen and (max-width:992px){.swatch-option-tooltip{display:none !important}}@media screen and (max-width:767px){.catalog-category-view .column.main .category-product-grid .product-item:nth-child(3n+1) .product-item-info:before{opacity:1}.catalog-category-view .column.main .category-product-grid .product-item:nth-child(2n+1) .product-item-info:before{opacity:0}.catalog-category-view .column.main .category-product-list .product-item{margin:0 0 80px;padding:0;border-bottom:none}.catalog-category-view .column.main .category-product-list img{width:100%}.catalog-category-view .products.wrapper.list .product-item .product-item-info .images-container{width:50%}}@media screen and (max-width:576px){.catalog-category-view .products.wrapper.list .product-item .product-item-actions,.catalog-category-view .products.wrapper.list .product-item .product-item-info .images-container,.catalog-category-view .products.wrapper.list .product-item .product-item-info .images-container img,.catalog-category-view .products.wrapper.list .product-item .product-item-info .product-item-details{width:100%;padding:0}}@media screen and (max-width:480px){.catalog-category-view .products.wrapper.list .product-item .actions-secondary .action{display:block}}@media screen and (max-width:360px){.catalog-category-view .column.main .category-product-grid .product-item:nth-child(3n+1) .product-item-info:before{opacity:0}.catalog-category-view .column.main .category-product-grid .product-item .product-item-info:before{opacity:0}}.rtl.catalog-category-view .products.wrapper.list .price-box.price-final_price:before{left:auto;right:0}.rtl.catalog-category-view .products.wrapper.list .product-item .actions-secondary{display:flex;flex-wrap:wrap}.rtl.catalog-category-view .products.wrapper.list .product-item .actions-secondary .action:not(:last-child){margin-right:0;margin-left:10px}.rtl.catalog-category-view .page-title-wrapper .page-title{left:auto;right:15px}.catalog-product-view .swatch-attribute-selected-option{padding:0 10px;font-size:0}.catalog-product-view .block-product-bottom .products.wrapper.grid .product-item .product-item-info{padding:0 15px}.catalog-product-view .product-info-main .additional-timer-block{margin-top:25px}.catalog-product-view .swatch-attribute{display:-webkit-box;display:-ms-flexbox;display:-webkit-flex;display:flex;flex-wrap:wrap;align-items:center}.catalog-product-view .swatch-attribute:not(:last-child){margin-bottom:20px}.catalog-product-view .swatch-attribute-label{font-size:15px;color:#0d0d0d;font-weight:bold}.catalog-product-view .product-info-main .product-options-bottom .field.qty .custom-qty.control{width:100px;text-align:left}.catalog-product-view .product-info-main .product-options-bottom .field.qty .custom-qty.control input{width:calc(100% - 40px)}.catalog-product-view .product-info-main .product-options-bottom .field.qty .custom-qty.control .increase,.catalog-product-view .product-info-main .product-options-bottom .field.qty .custom-qty.control .reduced{height:20px;line-height:19px;width:40px;font-size:18px}.catalog-product-view .product-info-main .product-options-bottom .field.qty .custom-qty.control .increase{left:auto;right:0;top:0}.catalog-product-view .product-info-main .product-options-bottom .field.qty .custom-qty.control .increase:before{content:"\f106"}.catalog-product-view .product-info-main .product-options-bottom .field.qty .custom-qty.control .reduced{left:auto;right:0;top:auto;bottom:0}.catalog-product-view .product-info-main .product-options-bottom .field.qty .custom-qty.control .reduced:before{content:"\f107"}.custom-html{margin-top:35px;text-align:center;position:relative}.custom-html:after{content:'';width:100%;height:1px;background-color:#e5e5e5;display:block;position:absolute;left:0;top:15px;z-index:1}.custom-html p{z-index:2;text-align:center;font-weight:600;font-size:20px;padding:0 35px;background-color:white;position:relative;margin-bottom:20px;display:inline-block;width:auto}.custom-html .custom-block{margin-bottom:35px}.custom-html table{text-align:initial}.custom-html table td{font-size:15px;color:#888}.custom-html table b{font-size:15px;color:#0d0d0d}.custom-html table b:last-child .command{display:none}.products.wrapper.grid .product-item .product-item-info div[class^="swatch-opt-"]{display:none}.size-guide{cursor:pointer}.catalog-product-view .zoomContainer{z-index:9}body .stock.unavailable,body .stock.available{font-weight:400;text-transform:none;margin:0;vertical-align:auto}body .stock>span{color:#5bb300}body .stock>span:before{display:none}body .stock.unavailable>span{color:#e51717}body .stock label{margin:0;padding-right:5px;font-weight:400;line-height:20px;display:inline-block;font-size:1.3rem;color:#8f8e94;text-transform:capitalize}body .product-info-main .stock.unavailable,body .product-info-main .stock.available{font-weight:400;text-transform:none;margin-right:0}.product-info-main .product-reviews-summary{margin:0;display:-webkit-box;display:-ms-flexbox;display:-webkit-flex;display:flex;flex-wrap:wrap;align-items:center;margin-bottom:15px}.product-info-main .product-reviews-summary .reviews-actions{display:flex;align-items:center}.product-info-main .product-reviews-summary .reviews-actions a{color:#000;direction:ltr}.product-info-main .product-reviews-summary .reviews-actions a:before,.product-info-main .product-reviews-summary .reviews-actions a:after{display:none}.product-info-main .product-reviews-summary .reviews-actions a:hover{color:#000}.product-info-main .price-box{margin-top:0}.product-info-main .price-box .weee{margin-bottom:0}.product-info-main .price-box .weee .price{font-size:30px;color:#0d0d0d;font-weight:bold}.product-info-main .price-box .old-price .weee .price{font-weight:400}.product-info-main .price-box .special-price{display:inline-block;margin-right:10px}.product-info-main .price-box .price-from,.product-info-main .price-box .price-to{margin:0}.product-info-main .price-box .price-from .weee .price,.product-info-main .price-box .price-to .weee .price,.product-info-main .price-box .price-from .weee .old-price .price,.product-info-main .price-box .price-to .weee .old-price .price{font-size:2.4rem}.product-info-main .attribute{margin-top:15px;margin-bottom:15px;font-style:italic}.product-info-main .field.qty{margin-bottom:0;margin-right:20px}.product-info-main .field.qty .label{text-transform:capitalize;font-weight:700;font-size:1.3rem;color:#000;display:block;margin-bottom:3px;display:none}.product-info-main .field.qty .custom-qty.control{border:1px solid #ddd}.product-info-main .field.qty .custom-qty.control .increase,.product-info-main .field.qty .custom-qty.control .reduced{background:#fff}.product-info-main .fieldset{display:flex;align-items:flex-end;flex-wrap:wrap}.product-info-main .fieldset:before,.product-info-main .fieldset:after{display:none}.product-info-main .fieldset .swatch-opt{width:100%}.product-info-main .review-form-actions{margin-top:10px}.product-info-main .page-title-wrapper .page-title{margin-top:0;font-size:24px;color:#0d0d0d;font-weight:bold;position:static}.product-info-main .page-title-wrapper .brand{display:none}.product-info-main .alo-count-down{margin-bottom:20px}.product-info-main .alo-count-down .slogan-countdown{font-size:1.8rem}.product-info-main .alo-count-down .countdown{justify-content:flex-start}.product-info-main .alo-count-down .timer-box b{font-size:2rem}.product-info-main .alo-count-down .timer-box .title{font-size:1.5rem}.product-info-main .additional-timer-block{margin-top:15px}.product-info-main .additional-timer-block .slogan-countdown{text-align:left;font-size:1.8rem;margin-top:0}.product-info-main .deal-stock-label{font-size:1.3rem;margin-bottom:7px}.product-info-main .delivery-return{margin-bottom:15px;margin-top:15px}.product-info-main .delivery-return a.delivery-return-text{cursor:pointer;text-decoration:underline}.product-info-main .alo-social-links h3{font-size:1.4rem;color:#000;margin-right:10px;margin-bottom:0}.product-info-main .alo-social-links .custom-html{display:flex;flex-wrap:wrap;align-items:flex-end}.product-info-main .alo-social-links ul{margin:0;display:flex;flex-wrap:wrap}.product-info-main .alo-social-links ul li{margin-bottom:0}.product-info-main .alo-social-links ul li:not(:last-child){margin-right:10px}.product-info-main .product-add-form{margin-top:10px}.product-info-main .product-add-form .swatch-attribute-options{margin:0;margin-top:5px}.product-info-main .swatch-option,.product-info-main .swatch-option.text{margin-bottom:0}.product-info-main .size-guide{margin-top:15px}.product-add-form .add-to-cart{margin-bottom:0}.product-add-form .add-to-cart .tocart.btn-cart{font-size:13px;color:#fff;font-weight:bold;text-transform:uppercase;background-color:#0d0d0d;border-color:#0d0d0d;letter-spacing:3px;padding:0 35px}.product-info-stock-sku .product.sku{display:none}.product-social-links{padding-top:30px;text-align:left}.product-social-links .mailto,.product-social-links .socials{display:none}.product-social-links .product-addto-links a{text-transform:none;font-size:1.4rem}.product-social-links .product-addto-links a:not(:last-child){margin-right:35px}.product-social-links .product-addto-links a:hover{color:#e51717}.product-social-links .product-addto-links a span:before{padding-right:5px;font-family:"FontAwesome"}.product-social-links .product-addto-links a.tocompare span{font-size:13px;color:#0d0d0d;font-weight:bold;text-transform:uppercase;letter-spacing:1px}.product-social-links .product-addto-links a.tocompare span:before{content:"\f079";font-weight:600}.product-social-links .product-addto-links a.towishlist span{font-size:13px;color:#0d0d0d;font-weight:bold;text-transform:uppercase;letter-spacing:1px}.product-social-links .product-addto-links a.towishlist span:before{content:"\f004";font-weight:600}.catalog-product-view .product.info.detailed ol{padding:0}.catalog-product-view .message.global.cookie{display:none !important}.catalog-product-view .product.info.detailed .toggle-tab{display:none}.catalog-product-view .product.info.detailed .fieldset .field:not(:last-child){margin-bottom:30px}.catalog-product-view .fotorama-item .fotorama__thumb-border{border:solid 2px #000}.catalog-product-view .fotorama__nav-wrap.fotorama__nav-wrap--horizontal{margin-top:10px}.catalog-product-view .fotorama__arr .fotorama__arr__arr{border:2px solid #000;width:42px;height:42px;line-height:38px;text-align:center;font-size:18px;background-image:none;color:#000;top:calc(50% + 50px)}.catalog-product-view .fotorama__arr .fotorama__arr__arr:before{content:"\f0d9";font-family:"FontAwesome"}.catalog-product-view .fotorama__arr .fotorama__arr__arr:hover{background-color:#000;color:#fff}.catalog-product-view .fotorama__arr.fotorama__arr--next .fotorama__arr__arr:before{content:"\f0da"}.catalog-product-view .product.media .fotorama__caption{display:none}.catalog-product-view .product.media .fotorama__thumb{background:transparent}.catalog-product-view .product.detailed{margin-top:90px;margin-bottom:50px}.catalog-product-view .product.detailed .items-tabs{display:flex;flex-wrap:wrap;padding-bottom:4px;border-bottom:1px solid #e5e5e5}.catalog-product-view .product.detailed .items-tabs .data.switch{line-height:25px;padding-bottom:5px;display:block;font-size:20px;color:#b7b7b7;font-weight:bold}.catalog-product-view .product.detailed .items-tabs .data.title{margin-right:0;position:relative}.catalog-product-view .product.detailed .items-tabs .data.title:not(:last-child){margin-right:40px}.catalog-product-view .product.detailed .items-tabs .data.title:before{content:"";position:absolute;border-bottom:solid 2px #dc775b;left:0;width:0;bottom:-5px;transition:all .3s ease;-moz-transition:all .3s ease;-webkit-transition:all .3s ease;-o-transition:all .3s ease}.catalog-product-view .product.detailed .items-tabs .data.title.active:before,.catalog-product-view .product.detailed .items-tabs .data.title:hover:before{width:100%}.catalog-product-view .product.detailed .items-tabs .data.title.active .data.switch{font-size:20px;color:#0d0d0d;font-weight:bold}.catalog-product-view .product.detailed .items-tabs .data.title:hover .data.switch{color:#000}.catalog-product-view .product.detailed .data-tabs-content{padding:30px 0}.catalog-product-view .product.detailed .data-tabs-content .data.item.content{display:none}.catalog-product-view .product.detailed .data-tabs-content .data.item.content:first-child{display:block}.catalog-product-view .product.detailed .review-form-actions{margin-top:20px}.catalog-product-view .box-tocart{margin-top:14px}.catalog-product-view .shop-content-left .product-reviews-summary{display:flex;align-items:center}.catalog-product-view .shop-content-left .product-reviews-summary .reviews-actions{display:flex;align-items:center}.catalog-product-view .shop-content-left .product-reviews-summary .reviews-actions .action{color:#333;font-size:1.4rem}.catalog-product-view .shop-content-left .product-reviews-summary .reviews-actions .action.view{margin-right:5px;color:#333}.catalog-product-view .shop-content-left .product-reviews-summary .reviews-actions .action.view:before,.catalog-product-view .shop-content-left .product-reviews-summary .reviews-actions .action.view:after{display:none}.catalog-product-view .shop-content-left .product-reviews-summary .reviews-actions .action.add{line-height:normal}.catalog-product-view .block.upsell .products.list.items .slick-next,.catalog-product-view .block.upsell .products.list.items .slick-prev{top:-35px}.catalog-product-view .reviews-actions .action:after{position:static}.catalog-product-view .cms-static-mix-custom-product .product-items .product-item{width:100%}.catalog-product-view .attribute.overview p{font-size:15px;color:#4e4e4e;line-height:25px;font-style:normal;font-weight:500;margin-bottom:25px}.catalog-product-view .fieldset .review-legend.legend strong{color:#000}.catalog-product-view .fieldset .review-legend.legend span{font-size:2rem;margin-bottom:10px;display:inline-block}.catalog-product-view .fieldset>.field>.label{color:#000;font-size:1.6rem}.catalog-product-view .fieldset .review-field-ratings .review-field-rating .label{font-size:1.6rem}.catalog-product-view .fotorama__stage__frame .fotorama__img{top:0;transform:translate(-50%, 0)}.block.review-list{margin-bottom:45px !important;padding-bottom:30px;border-bottom:solid 1px #ddd}.block.review-list ol.review-items{padding:0}.block.review-list .rating-summary .rating-result:before,.block.review-list .rating-summary .rating-result>span:before{font-size:1.6rem}.block.review-list .review-ratings{max-width:200px}.block.review-list .review-ratings~.review-content,.block.review-list .review-ratings~.review-details{margin-left:220px}.block.review-list .block-title strong{font-size:2rem}.stickyCart .stickyChild #parentQtySticky{height:auto;padding:0}.stickyCart .stickyChild .clSticky #btnSticky{border-style:solid;border-width:2px;padding:0 25px;line-height:40px;height:45px;border-color:#fff;background:transparent;color:#fff}.stickyCart .stickyChild .clSticky #btnSticky:hover{border-color:#fff;background:#fff;color:#000}.stickyCart .stickyChild .contentHide .alo-count-down{margin:0}.stickyCart .stickyChild .contentHide .alo-count-down .timer-box .title{color:#fff;font-size:1.1rem}.stickyCart .stickyChild .contentHide .alo-count-down .timer-box b{font-size:1.8rem;color:#fff}.stickyCart .stickyChild .contentHide .quantity{width:100px}.stickyCart .stickyChild .contentHide .quantity input{float:none;line-height:43px;height:43px}.stickyCart .stickyChild .contentHide .quantity .increase,.stickyCart .stickyChild .contentHide .quantity .reduced{background:white}.bundle-options-container{margin-bottom:0}.bundle-options-container .product-qty .control.custom-qty{position:relative;display:inline-block;border:2px solid #ddd}.bundle-options-container .product-add-form{margin-top:60px}.bundle-options-container .product-add-form .add-to-cart{margin-top:10px}.bundle-options-container:before,.bundle-options-container:after{content:"";display:block;height:0;clear:both}.bundle-options-container .field.qty .label{text-transform:capitalize;display:none}.bundle-options-container p.required{color:#e02b27;font-size:1.1rem;width:100%}.bundle-options-container .legend.title{font-size:3rem}.bundle-options-container .product.name{font-size:1.6rem;color:#000;font-weight:600}.bundle-options-container .available.stock{margin-top:7px;margin-bottom:0}.bundle-options-container .box-tocart{margin-top:15px}.bundle-options-container .price-as-configured{margin-top:15px;margin-bottom:20px}.bundle-options-container .price-box .price{font-size:1.6rem;color:#e02b27}.bundle-options-container .block-bundle-summary>.title>strong{font-size:2.2rem;font-weight:300;margin-top:0;margin-bottom:20px;color:#333}.bundle-options-container .block-bundle-summary .box-tocart .actions{margin-bottom:0}.bundle-options-container .block-bundle-summary .box-tocart .actions .tocart{height:45px;line-height:45px}.bundle-options-container .block-bundle-summary .bundle-summary{margin-top:0;margin-bottom:20px}.bundle-options-container .block-bundle-summary .bundle-summary>.subtitle{line-height:normal;margin-top:15px;margin-bottom:10px}.bundle-options-container .block-bundle-summary .bundle-summary .label{font-size:1.4rem;color:#333}.bundle-options-container .block-bundle-summary .bundle-summary .options{font-size:1.5rem}.bundle-options-container .block-bundle-summary .product-image-container{display:block;position:relative;min-width:initial}.bundle-options-container .block-bundle-summary .product-image-container .product-image-wrapper .product-image-photo.thumbnail{position:absolute;z-index:2;opacity:0;visibility:hidden;top:20px;left:0;transition:all .3s ease;-moz-transition:all .3s ease;-webkit-transition:all .3s ease;-o-transition:all .3s ease}.bundle-options-container .block-bundle-summary .product-image-container .product-image-wrapper:hover .product-image-photo.thumbnail{opacity:1;visibility:visible;top:0}.bundle-options-container .bundle-options-wrapper .product-options-wrapper{width:100%}.bundle-options-container .bundle-options-wrapper .legend.title{font-size:2.6rem;color:#000}.bundle-options-container .nested .field.qty{display:flex;align-items:center}.bundle-options-container .nested .field.qty .label{margin-right:10px}.product-downloadable-product .product-add-form{margin-top:60px}.product-downloadable-product .product-add-form:before,.product-downloadable-product .product-add-form:after{content:"";display:block;height:0;clear:both}.product-downloadable-product .product-add-form .product-options-wrapper{width:50%;padding-right:15px}.product-downloadable-product .product-add-form .product-options-bottom{width:50%;padding-left:15px}.product-downloadable-product .product-add-form .product-options-bottom .add-to-cart{margin-left:0}.product-downloadable-product .product-add-form .price-box .price-container .price{font-size:3.5rem;font-weight:400}.table-wrapper.grouped img{max-width:90px}.table-wrapper.grouped tbody{border-bottom:1px solid #d1d1d1}.table-wrapper.grouped tr td:first-child{width:120px}.block.related .block-title,.block.crosssell .block-title,.block.upsell .block-title{text-align:center;margin-bottom:40px}.block.related .block-title strong,.block.crosssell .block-title strong,.block.upsell .block-title strong{font-size:40px;color:#0d0d0d;font-weight:bold}.block.related .product .product-item-info .products-textlink .product-name a,.block.crosssell .product .product-item-info .products-textlink .product-name a,.block.upsell .product .product-item-info .products-textlink .product-name a{height:18px}.block.related .products.list.items>.item,.block.crosssell .products.list.items>.item,.block.upsell .products.list.items>.item{display:none}.block.related .choice.related,.block.crosssell .choice.related,.block.upsell .choice.related{text-align:left}.block.related .choice.related input.checkbox,.block.crosssell .choice.related input.checkbox,.block.upsell .choice.related input.checkbox{margin:0}.block.related .choice.related input.checkbox:focus,.block.crosssell .choice.related input.checkbox:focus,.block.upsell .choice.related input.checkbox:focus{box-shadow:none}.block.related .choice.related label,.block.crosssell .choice.related label,.block.upsell .choice.related label{min-height:17px;margin:0;display:none}.block.related .choice.related label:before,.block.crosssell .choice.related label:before,.block.upsell .choice.related label:before{position:static}.block.related .hover-box,.block.crosssell .hover-box,.block.upsell .hover-box{padding-top:20px}.block.related .product.actions,.block.crosssell .product.actions,.block.upsell .product.actions{display:block}.block.related .product.actions:before,.block.crosssell .product.actions:before,.block.upsell .product.actions:before,.block.related .product.actions :after,.block.crosssell .product.actions :after,.block.upsell .product.actions :after{display:none}.block.related .slick-slider .slick-list,.block.crosssell .slick-slider .slick-list,.block.upsell .slick-slider .slick-list{padding:5px;margin:-5px;padding-bottom:50px}.block.related .item .price-box,.block.crosssell .item .price-box,.block.upsell .item .price-box{display:flex;flex-wrap:wrap}.block.related .item .price-box .price-to,.block.crosssell .item .price-box .price-to,.block.upsell .item .price-box .price-to{width:100%}.block.related .block-subtitle,.block.crosssell .block-subtitle,.block.upsell .block-subtitle{display:none}.block.related .products-related .slick-list,.block.crosssell .products-related .slick-list,.block.upsell .products-related .slick-list{padding:5px;margin:-5px;padding-bottom:60px;margin-bottom:-60px}.block.related-post .slick-slider .slick-list{padding-bottom:0}.block-related-product{padding-top:90px;padding-bottom:30px}.catalog-product-view .block-related-product{background:#f9f9f9}.catalog-product-view .product.detailed .data-tabs-content .data.item.content img{margin:auto}@media screen and (max-width:1199px){.product-info-main .field.qty{width:100%}.product-add-form .add-to-cart{margin-top:15px}.bundle-options-container .bundle-options-wrapper .legend.title{font-size:2rem;margin-bottom:0}.bundle-options-container .block-bundle-summary>.title>strong{font-size:2rem}}@media screen and (max-width:991px){.catalog-product-view .column.main{width:100%}}@media screen and (max-width:767px){.stickyCart .stickyChild .contentHide{display:none}.stickyCart .stickyChild .contentHide.contentShow{display:block;width:calc(100% - 20px)}.stickyCart .stickyChild .contentHide .btn-cart-bottom{width:100%}.block.review-list .review-ratings{max-width:none;float:none}.block.review-list .review-ratings~.review-content,.block.review-list .review-ratings~.review-details{margin-left:0;margin-top:20px}.block.review-list .fieldset .review-legend.legend{margin-bottom:20px}.catalog-product-view .product.detailed .items-tabs .data.switch{font-size:1.6rem}.catalog-product-view .product.detailed .items-tabs .data.title:not(:last-child){margin-right:30px}}@media screen and (max-width:480px){.block.review-list .block-title strong{font-size:1.8rem}.block.review-list .review-title{font-size:1.4rem}.block.review-list .review-item{padding:10px 0}.block.review-list .review-ratings~.review-content,.block.review-list .review-ratings~.review-details{font-size:1.3rem}.catalog-product-view .product.detailed{margin-top:45px}.catalog-product-view .product.detailed .items-tabs .data.title{width:100%}.catalog-product-view .product.detailed .items-tabs .data.title.active{margin-bottom:20px}.catalog-product-view .product.detailed .data-tabs-content{padding:20px 0}.catalog-product-view .product.detailed .data-tabs-content .table td,.catalog-product-view .product.detailed .data-tabs-content .table th{font-size:1.4rem}.catalog-product-view .product.detailed .fieldset .review-legend.legend{margin-bottom:0}.catalog-product-view .product.detailed .fieldset .review-legend.legend span{font-size:1.8rem}.catalog-product-view .product.detailed .fieldset .review-legend.legend strong{font-size:1.4rem}.catalog-product-view .product.detailed .fieldset>.field>.label{font-size:1.4rem}.catalog-product-view .product.detailed .fieldset .field:not(:last-child){margin-bottom:20px}.catalog-product-view .review-add .review-form .review-form-actions .actions-primary .action{width:100%}.catalog-product-view .product.description{font-size:1.4rem}.catalog-product-view .fieldset>.field>.label{font-size:1.4rem}.catalog-product-view .table-wrapper .product-item-name{margin:0}.catalog-product-view .table-wrapper .price-box{width:100%}.catalog-product-view .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison){border:none;display:block}.catalog-product-view .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison)>thead>tr>th{display:none}.catalog-product-view .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison)>tbody{display:block}.catalog-product-view .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison)>tbody>tr td.col{border-bottom:none;display:flex;flex-wrap:wrap;align-items:center;padding:5px 0}.catalog-product-view .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison)>tbody>tr td.col.qty .items-qty .title{display:none}.catalog-product-view .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison)>tbody>tr th{border-bottom:none;display:block;padding:5px 0}.catalog-product-view .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) tbody>tr>td:first-child{padding-top:15px}.catalog-product-view .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) tbody>tr>td:last-child{padding-bottom:15px}.product-social-links .product-addto-links a{display:block}.block.related .block-title strong,.block.crosssell .block-title strong,.block.upsell .block-title strong{font-size:1.8rem}.bundle-options-container .bundle-options-wrapper .legend.title{font-size:1.8rem}.bundle-options-container .nested .field.qty .label{font-size:1.4rem}.bundle-options-container .block-bundle-summary>.title>strong{font-size:1.8rem}.bundle-options-container .field.qty .label{font-size:1.4rem}.review-field-ratings .review-field-rating .control:before,.review-field-ratings .review-field-rating .control label:before{font-size:2rem}}@media screen and (max-width:360px){.block.related .block-subtitle button,.block.crosssell .block-subtitle button,.block.upsell .block-subtitle button{padding:0 15px}}.rtl .product-info-main .product-options-bottom .field.qty .custom-qty.control{text-align:right}.rtl .stickyCart .stickyChild .quantity .increase,.rtl .stickyCart .stickyChild .quantity .reduced{transform:rotate(180deg)}.rtl .product-social-links .product-addto-links{display:flex;flex-wrap:wrap}.rtl .product-social-links .product-addto-links a{margin-right:0;margin-left:35px}.rtl .product-social-links .product-addto-links a span{display:flex}.rtl .product-social-links .product-addto-links a span:before{padding-right:0;padding-left:5px}.rtl .product-info-main .field.qty{margin-right:0;margin-left:20px}.rtl .product-info-main .field.qty .custom-qty.control .btn-plus .reduced{left:0;right:auto}.rtl .product-info-main .field.qty .custom-qty.control .btn-plus .increase{right:0;left:auto}.rtl .product-info-main .alo-social-links h3{margin-right:0;margin-left:10px}.rtl .product-info-main .alo-social-links ul{padding-right:0}.rtl .product-info-main .alo-social-links ul li:not(:last-child){margin-right:0;margin-left:10px}.rtl .product.info.detailed .additional-attributes>thead>tr>th,.rtl .product.info.detailed .additional-attributes>tbody>tr>th,.rtl .product.info.detailed .additional-attributes>tfoot>tr>th{padding:4px 0 10px 30px}.rtl .actions-toolbar>.primary{display:flex;justify-content:flex-start;width:auto;flex-wrap:wrap}.rtl .actions-toolbar .primary{float:right}.rtl .review-field-ratings .review-field-rating .label{padding-right:0;padding-left:10px}.rtl .block.review-list .review-ratings{float:right}.rtl .block.review-list .review-ratings~.review-content,.rtl .block.review-list .review-ratings~.review-details{margin-left:0;margin-right:220px}.rtl .block.review-list .review-ratings .label{margin-right:0;margin-left:10px}.rtl .block.related .block-title:before,.rtl .block.crosssel .block-title:before,.rtl .block.upsell .block-title:before{left:auto;right:0}.rtl .block.related .block-subtitle button,.rtl .block.crosssel .block-subtitle button,.rtl .block.upsell .block-subtitle button{margin-left:0;margin-right:5px}.rtl .stickyCart .stickyChild .contentHide:not(:last-child){margin-right:0;margin-left:10px}.rtl .stickyCart .stickyChild .contentHide .product-qty .btn-plus .increase{right:auto;left:0}.rtl .stickyCart .stickyChild .contentHide .product-qty .btn-plus .reduced{left:auto;right:0}.rtl .reviews-actions a{margin-right:0;margin-left:5px}.rtl .rating-summary{margin-right:0;margin-left:7px}.rtl .bundle-options-container .block-bundle-summary{float:left}.rtl .bundle-options-container .bundle-options-wrapper{float:right}.rtl .bundle-options-container .product-add-form .add-to-cart{margin-right:0}.rtl .bundle-options-container .nested .field.qty .label{margin-right:0;margin-left:10px}.rtl .bundle-options-container .bundle-option-select{background-position:left 15px center;padding-right:15px;padding-left:35px}.rtl .bundle-options-container .product-qty .btn-plus .reduced{left:auto;right:0}.rtl .bundle-options-container .product-qty .btn-plus .increase{right:auto;left:0}.rtl .swatch-option{float:right}.rtl.product-downloadable-product .product-add-form .product-options-bottom .add-to-cart{margin-right:0}.rtl.page-product-grouped .table-wrapper.grouped .item .price-box{float:none}.rtl .stock label{padding-right:0;padding-left:5px}.rtl.catalog-product-view .product.detailed .items-tabs .data.title:not(:last-child){margin-right:0;margin-left:60px}.rtl.catalog-product-view .product.detailed .items-tabs .data.title:before{left:auto;right:0}@media screen and (max-width:991px){.rtl.catalog-product-view .sidebar.sidebar-additional{margin-top:0}}@media screen and (max-width:767px){.rtl .block.review-list .review-ratings{float:none}.rtl .block.review-list .review-ratings~.review-content,.rtl .block.review-list .review-ratings~.review-details{margin-right:0}.rtl .bundle-options-container .bundle-options-wrapper,.rtl .bundle-options-container .block-bundle-summary{float:none}}.checkout-index-index .header .header-logo .nav-toggle{display:none}body .header .minicart-wrapper .block-minicart .subtitle.empty{display:block;margin:20px;font-size:14px}body .cart.table-wrapper .btn-plus .items{min-width:auto}body .cart.table-wrapper .items>.item:last-child{border-bottom:none}body .field-tooltip .label{opacity:0;visibility:hidden;position:absolute;bottom:calc(100% + 2px);left:50%;padding:5px 10px;transform:translate(-50%, 0);background:#333;color:#fff;border-radius:25px;font-size:1.3rem;display:inline-block;transition:all .3s ease;-moz-transition:all .3s ease;-webkit-transition:all .3s ease;-o-transition:all .3s ease}body .field-tooltip .label:after{content:"";border-top:solid 5px #333;border-left:solid 5px transparent;border-right:solid 5px transparent;position:absolute;top:100%;left:50%;transform:translate(-50%, 0)}body .field-tooltip:hover .label{opacity:1;visibility:visible}body .field-tooltip .field-tooltip-content{border:solid 1px #aeaeae;padding:15px}body .field-tooltip .field-tooltip-content:before,body .field-tooltip .field-tooltip-content:after{content:"";border:none;margin-top:0;clip-path:polygon(0 0, 100% 0, 50% 100%);transform:rotate(90deg)}body .field-tooltip .field-tooltip-content:before{width:16px;height:13px;background:#f4f4f4;top:10px;left:-14px;z-index:10}body .field-tooltip .field-tooltip-content:after{width:18px;height:14px;background:#aeaeae;top:9.5px;left:-15.5px}body .multicheckout .actions-toolbar{display:flex;flex-wrap:wrap;justify-content:space-between}body .multicheckout .actions-toolbar:before,body .multicheckout .actions-toolbar:after{display:none}body .multicheckout .actions-toolbar .secondary{margin-top:0;flex:1;display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between}body .multicheckout .actions-toolbar .secondary .action{order:2}body .multicheckout .actions-toolbar .secondary .action.back{order:1;flex:1;margin-top:0;text-align:left}body .multicheckout .actions-toolbar>.secondary .action{margin-bottom:0}body .payment-method-billing-address .actions-toolbar{display:flex;flex-wrap:wrap}body .payment-method-billing-address .actions-toolbar>.primary{display:block;width:100%}body .payment-method-billing-address .actions-toolbar:before,body .payment-method-billing-address .actions-toolbar:after{display:none}body .payment-method-billing-address .actions-toolbar .action-cancel{margin-top:0}body .payment-method-billing-address .actions-toolbar .action-update{float:none}body .payment-method-billing-address .actions-toolbar .action:not(:last-child){margin-right:10px}.cart.table-wrapper .cart.table{width:100%}.cart.table-wrapper .table tbody+tbody{border-top:0}.cart.table-wrapper .col{vertical-align:middle;border-width:0;width:auto}.cart.table-wrapper th.col{font-size:1.5rem;font-weight:bold;color:#333}.cart.table-wrapper .item-actions td{border-top:0}.cart.table-wrapper .toolbar .items>.item{border-bottom:0}.cart.table-wrapper .product-item-details{width:60%}.cart.table-wrapper .product-item-name a{color:#4d5959}.cart.table-wrapper .product-item-name a:hover{color:#000}.cart.main.actions{text-align:right}.cart.main.actions .continue,.cart.main.actions .action.clear,.cart.main.actions .action.update{padding:10px 22px 11px;font-size:1.3rem;font-weight:500;vertical-align:middle;text-align:center}.cart.main.actions .action.clear,.cart.main.actions .action.update{padding:6px 20px 7px;border-width:3px;border-style:solid;border-color:#e6e6e6;background-color:#fff;color:#333}.cart.main.actions .continue:hover{text-decoration:none}.cart.main.actions .action:not(:first-child){margin-left:10px}.cart-summary .block>.title{font-size:1.4rem;color:#333;font-weight:normal;padding-left:0}.cart-summary .block .fieldset{border:0}.cart-summary .block .fieldset .field{margin:0 0 20px !important}.cart-summary .block .fieldset .field.note{font-size:1.4rem;font-weight:normal;color:#888}.cart-summary .block .fieldset:not(.choice)>.label{font-size:1.4rem;font-weight:normal;color:#333}.cart-summary .summary.title{font-size:1.5rem;font-weight:bold;color:#333;margin-top:0;margin-bottom:11px}.cart-summary .select{height:43px;background-position:right 7px center;color:#788188;box-shadow:none}.cart-summary .input-text{height:43px}.cart-totals .grand .mark{padding-top:7.5px;padding-bottom:7.5px}.cart-totals .grand .amount{padding-top:7.5px;padding-bottom:7.5px}.cart-totals tbody .mark{padding-left:0;padding-right:0;background-color:transparent}.cart-totals tbody .amount{padding-right:0 !important}.cart-totals tfoot .mark{padding-left:0;padding-right:0;background-color:transparent}.cart-totals tfoot .amount{padding-right:0 !important}.opc-block-summary .table-totals .grand .mark{padding-top:7.5px;padding-bottom:7.5px}.opc-block-summary .table-totals .grand .amount{padding-top:7.5px;padding-bottom:7.5px}.opc-block-summary .table-totals tbody .mark{padding-left:0;padding-right:0;background-color:transparent}.opc-block-summary .table-totals tbody .amount{padding-right:0 !important}.opc-block-summary .table-totals tfoot .mark{padding-left:0;padding-right:0;background-color:transparent}.opc-block-summary .table-totals tfoot .amount{padding-right:0 !important}.opc-block-summary .minicart-items-wrapper{overflow-y:auto;overflow-x:hidden;max-width:100%}.opc-block-summary .minicart-items-wrapper ol{max-width:100%}.opc-block-summary .product-item .product-item-name-block{display:block;padding-right:0}.opc-block-summary .product-item .subtotal{display:block;text-align:left}.opc-block-summary .items-in-cart>.title:after{top:15px}.table.totals{margin-bottom:0}.checkout-cart-index .cart-container{margin-bottom:50px}.checkout-cart-index .cart-empty{padding:15px;font-size:1.5rem;text-align:center}.checkout-cart-index .cart-empty a{color:#000}.checkout-cart-index .cart.table-wrapper th.col{font-size:1.4rem;font-weight:400;color:#747474;text-transform:capitalize}.checkout-cart-index .actions-toolbar{text-align:right}.checkout-cart-index .actions-toolbar a.action{color:#aaa}.checkout-cart-index .actions-toolbar a.action span{display:none}.checkout-cart-index .actions-toolbar a.action:hover{color:#000}.checkout-cart-index .actions-toolbar a.action:before{display:inline-block;font-family:"FontAwesome";font-size:1.5rem}.checkout-cart-index .actions-toolbar a.action.action-edit:before{content:"\f040"}.checkout-cart-index .actions-toolbar a.action.action-delete:before{content:"\f00d"}.checkout-cart-index .actions-toolbar a.action.action-towishlist:before{content:"\f004"}.checkout-cart-index .actions-toolbar a.action:not(:last-child){margin-right:5px}.checkout-cart-index .price-including-tax,.checkout-cart-index .price-excluding-tax{font-size:1.4rem}.checkout-cart-index .table .item-actions{vertical-align:middle}.checkout-cart-index .data.table tbody tr .price .cart-price .price{font-weight:400}.checkout-cart-index .field.qty .custom-qty.control{border:2px solid #ddd}.checkout-cart-index .field.qty .custom-qty.control .btn-plus{height:auto;width:auto;border:0;position:static}.checkout-cart-index .cart-totals{border-top:1px solid #d1d1d1}.checkout-cart-index .cart-totals .grand.totals .price{color:#e00;font-size:1.5rem;font-weight:700}.checkout-cart-index .cart-totals .table{margin-bottom:20px}.checkout-cart-index .cart-totals .table td,.checkout-cart-index .cart-totals .table th{border-top:none}.checkout-cart-index .cart-totals .mark,.checkout-cart-index .cart-totals .amount{font-size:1.3rem}.checkout-cart-index .cart-totals .mark .label{font-weight:700}.checkout-cart-index .cart-totals .mark strong{font-size:1.5rem;font-weight:400;text-transform:uppercase}.checkout-cart-index .cart-summary .block>.title{font-size:1.3rem}.checkout-cart-index .cart-summary .block .fieldset .field:not(.choice)>.label{color:#000}.checkout-cart-index .cart-summary .fieldset.rate .item-title{color:#000}.checkout-cart-index .cart-summary .fieldset.coupon .actions-toolbar .primary{width:100%}.checkout-cart-index .cart-summary .fieldset.coupon .actions-toolbar .action.primary{line-height:40px;margin-right:0;transition:all .3s ease;-moz-transition:all .3s ease;-webkit-transition:all .3s ease;-o-transition:all .3s ease}.checkout-cart-index .cart-summary .summary.title{text-transform:capitalize;padding-bottom:10px;font-size:2rem;font-weight:300}.checkout-cart-index .cart-summary .action.multicheckout:hover{color:#0062bd}.checkout-cart-index .cart-container .checkout-methods-items .action.primary{text-transform:uppercase;border-width:3px}.checkout-cart-index .cart-container .checkout-methods-items .action.primary:hover{border-width:3px}.checkout-cart-index .cart.main.actions{text-align:left;display:-webkit-box;display:-ms-flexbox;display:-webkit-flex;display:flex;flex-wrap:wrap}.checkout-cart-index .cart.main.actions .action{padding:0 20px}.checkout-cart-index .cart.main.actions .action.clear,.checkout-cart-index .cart.main.actions .action.update{font-size:1.5rem;font-weight:600;transition:all .3s ease;-moz-transition:all .3s ease;-webkit-transition:all .3s ease;-o-transition:all .3s ease}.checkout-cart-index .cart.table-wrapper .col{padding-top:0}.checkout-cart-index .cart.table-wrapper .item .col.item{padding:10px 0}.checkout-index-index .opc-block-shipping-information .shipping-information-title{font-size:2rem;display:-webkit-box;display:-ms-flexbox;display:-webkit-flex;display:flex;flex-wrap:wrap;justify-content:space-between}.checkout-index-index .page-title-wrapper{display:none}.checkout-index-index .page-title-wrapper .page-title{margin-bottom:48px;font-weight:400;text-transform:capitalize;margin:25px 0}.checkout-index-index .field._required select{height:40px}.checkout-index-index .modal-popup .form-shipping-address{margin:0 auto}.checkout-index-index .modal-popup .field._required select{background-position:98% 50%}.checkout-index-index .modal-content{border:none}.checkout-index-index .modal-header{border:none}.checkout-index-index .checkout-container .authentication-wrapper{border-bottom:none;margin-bottom:30px;margin-top:20px}.checkout-index-index .checkout-container .authentication-wrapper .action-auth-toggle{padding:0 30px}.checkout-index-index #checkout-step-shipping{margin-bottom:40px}.checkout-index-index .methods-shipping .table-checkout-shipping-method{border:none;width:100%;margin-bottom:20px}.checkout-index-index .methods-shipping .table-checkout-shipping-method th,.checkout-index-index .methods-shipping .table-checkout-shipping-method td{border:none;text-align:left;padding:0;padding-bottom:10px;display:table-cell;color:#000}.checkout-index-index .checkout-shipping-method .action.primary span{display:block}.checkout-index-index .checkout-shipping-method .row{margin:0}.checkout-index-index .opc-block-summary{margin:0;padding-bottom:0}.checkout-index-index .opc-block-summary .product-image-container .product-image-wrapper{height:auto}.checkout-index-index .opc-block-summary>.title{text-transform:capitalize;padding-bottom:10px;font-size:2rem;font-weight:300}.checkout-index-index .opc-block-summary .product-item-name{font-weight:400;font-size:1.4rem}.checkout-index-index .opc-block-summary .details-qty{font-size:1.4rem}.checkout-index-index .opc-block-summary .details-qty .label{font-weight:700;color:#666}.checkout-index-index .opc-block-summary .subtotal .cart-price .price{color:#e00;font-size:1.5rem}.checkout-index-index .opc-block-summary .product-item-details{padding-left:15px;width:calc(100% - 80px)}.checkout-index-index .opc-block-summary .product-image-container{float:none;width:80px;min-width:unset}.checkout-index-index .opc-block-summary .product-item>.product{display:-webkit-box;display:-ms-flexbox;display:-webkit-flex;display:flex;flex-wrap:wrap}.checkout-index-index .opc-block-summary .product-item>.product:before,.checkout-index-index .opc-block-summary .product-item>.product:after{display:none}.checkout-index-index .opc-wrapper .step-title{font-size:2.6rem;font-weight:300;margin-bottom:20px}.checkout-index-index .opc-wrapper .fieldset>.field>.label{font-size:1.4rem;color:#000;font-weight:700;margin-bottom:9px}.checkout-index-index .opc-wrapper .shipping-address-item.selected-item{border-color:#000}.checkout-index-index .opc-wrapper .shipping-address-item.selected-item:after{background:#000;content:"\f00c";font-family:"FontAwesome";font-size:1.4rem}.checkout-index-index .opc-wrapper button.action{padding:0 30px;transition:all .3s ease;-moz-transition:all .3s ease;-webkit-transition:all .3s ease;-o-transition:all .3s ease;line-height:40px;margin-right:0}.checkout-index-index .payment-method-title .label span{color:#000;font-size:1.4rem;font-weight:700}.checkout-index-index .checkout-billing-address .billing-address-same-as-shipping-block label span{font-size:1.4rem;color:#666}.checkout-index-index .checkout-billing-address .billing-address-details{color:#666;font-size:1.4rem;padding-left:0}.checkout-index-index .checkout-payment-method .payment-option-title .action-toggle{color:#000;font-size:1.4rem}.checkout-index-index .checkout-payment-method .payment-methods .actions-toolbar .primary.checkout{padding:0 17px}.checkout-index-index .opc-block-shipping-information{padding:0 30px 22px;background:#f5f5f5;padding-top:40px}.checkout-index-index .opc-block-shipping-information .shipping-information-title .action-edit{line-height:30px;position:static}.checkout-index-index .opc-block-shipping-information .shipping-information-content{font-size:1.4rem}.checkout-index-index .table-totals{border-top:1px solid #d1d1d1}.checkout-index-index .table-totals .grand.totals .price{color:#e00;font-size:1.5rem;font-weight:700}.checkout-index-index .table-totals .table{margin-bottom:20px}.checkout-index-index .table-totals .table td,.checkout-index-index .table-totals .table th{border-top:none}.checkout-index-index .table-totals .mark,.checkout-index-index .table-totals .amount{font-size:1.3rem}.checkout-index-index .table-totals .mark .label{font-weight:700}.checkout-index-index .table-totals .mark strong{font-size:1.5rem;font-weight:400;text-transform:uppercase}.checkout-index-index .opc-progress-bar-item._active:before{background:#000}.checkout-index-index .opc-progress-bar-item._active>span{font-weight:700;color:#333}.checkout-index-index .opc-progress-bar-item._active>span:before{background:#000}.checkout-index-index .opc-progress-bar-item._active>span:after{content:"\f00c";font-family:"FontAwesome";font-size:1.4rem;line-height:27px;font-weight:300}.checkout-index-index .opc-progress-bar-item>span{padding-top:40px;font-size:1.5rem;font-weight:400;color:#ccc}.checkout-index-index .opc-progress-bar-item._complete>span:after{content:"\f00c";font-family:"FontAwesome";font-size:1.4rem;line-height:27px;font-weight:300;color:#ccc}.checkout-index-index .discount-code .actions-toolbar .primary{width:100%}.checkout-index-index .fieldset .field{margin-bottom:20px}.checkout-index-index .authentication-wrapper{margin-top:0;max-width:none}.checkout-index-index .authentication-wrapper .action{transition:all .3s ease;-moz-transition:all .3s ease;-webkit-transition:all .3s ease;-o-transition:all .3s ease}.checkout-index-index .opc-sidebar{margin-top:0}.checkout-index-index .checkout-payment-method .payment-method-content{padding:0;padding-bottom:30px}.opc-progress-bar{width:calc(66.66666667% - 30px);margin-top:40px}.opc-progress-bar .opc-progress-bar-item{width:50%}.checkout-payment-method .payment-method-title{border-top:none}.checkout-payment-method .payment-option._collapsible .payment-option-title{padding-left:0;padding-right:0}.checkout-payment-method .payment-option-content{padding-left:0}.checkout-success{text-align:center;padding:100px 0}.checkout-success p{margin:0}.checkout-success .actions-toolbar{display:flex;justify-content:center;margin-top:30px}.checkout-success .actions-toolbar .primary a.action{margin-right:0;line-height:36px}.multishipping-checkout-login .actions-toolbar{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;width:100%}.multishipping-checkout-login .actions-toolbar:before,.multishipping-checkout-login .actions-toolbar:after{display:none}.multishipping-checkout-login .actions-toolbar>.primary{width:100%}.multishipping-checkout-login .actions-toolbar>.primary .action,.multishipping-checkout-login .checkout-index-index .checkout-container .authentication-wrapper .action-auth-toggle{line-height:40px;width:100%;margin-right:0}.authentication-dropdown{top:calc(100% + 5px) !important}.authentication-dropdown .modal-header{padding:0}.authentication-dropdown .action-close{border:none;background:transparent}.authentication-dropdown .action-close:hover{border:none;background:transparent;color:#000}.authentication-dropdown .block-authentication .actions-toolbar{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between}.authentication-dropdown .block-authentication .actions-toolbar:before,.authentication-dropdown .block-authentication .actions-toolbar:after{display:none}.authentication-dropdown .block-authentication .actions-toolbar>.secondary{padding-top:0;order:0}.authentication-dropdown .block-authentication .actions-toolbar>.secondary a.action{margin-top:0;border:none;background:transparent;color:#000}.authentication-dropdown .block-authentication .actions-toolbar>.secondary a.action:hover{color:#000}.authentication-dropdown .block-authentication .actions-toolbar>.primary{order:1}.minicart-items .product>.product-item-photo,.minicart-items .product>.product-image-container{width:115px}@media screen and (max-width:1199px){.checkout-index-index .opc-block-shipping-information .shipping-information-title{font-size:2rem}.checkout-index-index .opc-wrapper .form-discount{max-width:none}.checkout-cart-index .cart.main.actions{flex-direction:column}.checkout-cart-index .cart.main.actions .action:not(:first-child){margin-left:0;margin-top:10px}.cart.table-wrapper .items thead+.item{border-top:none}}@media screen and (max-width:991px){body .cart-container{display:flex;flex-wrap:wrap}body .cart-container .form-cart{width:100%;order:0}body .cart-summary{width:100%;order:1;position:static;margin-top:60px}body .opc-sidebar{width:100%;float:none}body .opc-wrapper{width:100%;float:none;padding-right:0}body .opc-wrapper .form-login,body .opc-wrapper .form-shipping-address{max-width:none}body .field-tooltip .label{display:none}body .field-tooltip .field-tooltip-content{top:calc(100% + 10px);left:auto;right:0}body .field-tooltip .field-tooltip-content:before,body .field-tooltip .field-tooltip-content:after{transform:rotate(180deg)}body .field-tooltip .field-tooltip-content:before{top:-13px;left:auto;right:10px}body .field-tooltip .field-tooltip-content:after{top:-14.5px;left:auto;right:8.5px}body .multicheckout .actions-toolbar>.primary{width:100%;margin-right:0}body .multicheckout .actions-toolbar .secondary{width:100%;flex-direction:column;align-items:flex-start;margin-top:10px}body .multicheckout .actions-toolbar .secondary .action{margin-left:0;margin-top:10px}.multishipping-checkout-login .login-container .block{width:100%;float:none;margin-bottom:60px}.field-tooltip .label{display:none}.checkout-index-index .opc-wrapper .step-title{font-size:2rem}.checkout-index-index .checkout-container{margin-top:40px}.checkout-index-index .opc-sidebar{margin-top:40px}.opc-progress-bar{width:100%;display:flex;flex-wrap:wrap}}@media screen and (max-width:767px){body .cart.table-wrapper .items>.item{padding-bottom:15px}body .multicheckout .table-wrapper .action.delete{margin-top:0}body .multicheckout .title{margin-bottom:0}body .cart-summary{padding-left:0;padding-right:0}.checkout-cart-index .cart.table-wrapper{border:none;display:block}.checkout-cart-index .cart.table-wrapper tbody{display:block}.checkout-cart-index .cart.table-wrapper tbody+tbody{margin-top:20px}.checkout-cart-index .cart.table-wrapper tbody>tr{display:block}.checkout-cart-index .cart.table-wrapper tbody>tr.item-actions td:before{display:none}.checkout-cart-index .cart.table-wrapper tbody>tr td{border-bottom:none;display:block;padding:5px 0}.checkout-cart-index .cart.table-wrapper tbody>tr td:before{content:attr(data-th) ": ";margin-right:10px;font-weight:bold}.checkout-cart-index .cart.table-wrapper tbody>tr td.item-actions:before{display:none}.checkout-cart-index .cart.table-wrapper tbody>tr th{border-bottom:none;display:block;padding:5px 0}.checkout-cart-index .cart.table-wrapper tbody>tr>td:first-child{padding-top:15px}.checkout-cart-index .cart.table-wrapper thead tr th{display:none}.checkout-cart-index .cart.table-wrapper .item .col.item{display:-webkit-box;display:-ms-flexbox;display:-webkit-flex;display:flex;flex-wrap:wrap;min-height:auto;align-items:center}.checkout-cart-index .cart.table-wrapper .item .col.item:before{display:none}.checkout-cart-index .cart.table-wrapper .table td{border:none;float:none;width:auto;text-align:left;display:flex;flex-wrap:wrap;align-items:baseline}.checkout-cart-index .cart.table-wrapper .table td.col.qty{align-items:center}.checkout-cart-index .cart.table-wrapper .product-item-photo{position:static}.checkout-cart-index .cart.table-wrapper .product-item-details{width:auto;padding-left:10px}.checkout-cart-index .actions-toolbar{flex-direction:row}.checkout-cart-index .actions-toolbar a.action:not(:last-child){margin-bottom:0;margin-right:10px}.checkout-cart-index .cart.main.actions .action{width:100%}.checkout-cart-index .cart.main.actions .action:not(:first-child){margin-top:15px;margin-left:0}.checkout-cart-index .cart-summary .summary.title{font-size:2rem}.checkout-index-index .opc-block-summary>.title{font-size:2rem}.checkout-index-index .opc-block-summary .items-in-cart>.title strong{font-size:1.6rem}.checkout-index-index .opc-sidebar{margin-top:0}.checkout-index-index .checkout-payment-method .payment-option .payment-option-content{padding-left:0;padding-right:0}.checkout-index-index .checkout-payment-method .payment-method-title{padding:15px 0}.checkout-index-index .checkout-payment-method .payment-methods,.checkout-index-index .checkout-payment-method .payment-option{margin:0}.checkout-index-index .opc-estimated-wrapper button.action{border:0;background-color:transparent;position:relative}.checkout-index-index .opc-estimated-wrapper button.action:before{content:"Cart";font-size:20px}.checkout-index-index .opc-estimated-wrapper button.action .counter-number{border-radius:50%;-moz-border-radius:50%;-webkit-border-radius:50%;background-color:#000;color:#fff;width:20px;height:20px;line-height:20px;position:static;display:block;margin-top:-5px}.authentication-dropdown.custom-slide._show .modal-inner-wrap{position:fixed;top:0;right:0;bottom:0;left:0}}@media screen and (max-width:480px){.checkout-index-index .opc-estimated-wrapper .estimated-block{font-size:1.6rem}.checkout-index-index .opc-wrapper .step-title{font-size:1.8rem}.checkout-index-index .opc-wrapper button.action{width:100%}.checkout-index-index table{max-width:100%;overflow-x:auto;display:block}.checkout-index-index table th,.checkout-index-index table td{min-width:150px}.checkout-index-index table .row{flex-wrap:nowrap}.checkout-index-index .opc-block-summary table tbody{display:block}.checkout-index-index .opc-block-summary table tr{display:flex;flex-wrap:wrap;justify-content:space-between}.checkout-index-index .opc-block-summary table th,.checkout-index-index .opc-block-summary table td{min-width:auto}.checkout-index-index .opc-progress-bar-item>span{font-size:1.3rem}.checkout-success .actions-toolbar .primary{width:100%}.checkout-success .actions-toolbar .primary a.action{width:100%}body .payment-method-billing-address .actions-toolbar .action{width:auto}}.rtl.checkout-index-index .checkout-container .authentication-wrapper{text-align:left}.rtl .cart-totals .amount,.rtl .opc-block-summary .table-totals .amount{text-align:left}.rtl .opc-block-summary .product-item .product-item-name-block{text-align:right}.rtl .cart-summary{float:left}.rtl .cart-summary .select{background-position:left 7px center}.rtl .cart-summary .block .item-options{margin-right:0}.rtl .cart.table-wrapper .product-item-photo{padding-right:0;padding-left:20px}.rtl.checkout-cart-index .actions-toolbar{text-align:left}.rtl.checkout-cart-index .actions-toolbar a.action:not(:last-child){margin-right:0;margin-left:5px}.rtl .cart.main.actions .action:not(:first-child){margin-left:0;margin-right:10px}.rtl .paypal-review-discount .block>.title,.rtl .cart-summary .block>.title{padding-right:0;padding-left:30px}.rtl .paypal-review-discount .block>.title:after,.rtl .cart-summary .block>.title:after{right:auto;left:-5px}.rtl.multishipping-checkout-login .login-container{display:flex;justify-content:space-between;flex-wrap:wrap}.rtl.multishipping-checkout-login .login-container:before,.rtl.multishipping-checkout-login .login-container:after{display:none}.rtl.multishipping-checkout-login .fieldset .field.choice{padding-right:17px;padding-left:0}.rtl.multishipping-checkout-login .fieldset .field.choice input{left:auto;right:0}.rtl .authentication-wrapper{float:left}.rtl .minicart-items .product>.product-item-photo,.rtl .minicart-items .product>.product-image-container{float:right}.rtl .field-tooltip{right:auto;left:0}.rtl .field-tooltip .field-tooltip-content{right:calc(100% + 30px) !important;left:auto !important}.rtl .field-tooltip .field-tooltip-content:before{right:-13px !important;left:auto !important;transform:rotate(270deg)}.rtl .field-tooltip .field-tooltip-content:after{right:-16px !important;left:auto !important;transform:rotate(270deg)}.rtl .field .control._with-tooltip input{margin-right:0;margin-left:10px}.rtl.checkout-index-index .opc-wrapper{float:right;padding-right:0;padding-left:30px}.rtl.checkout-index-index .opc-wrapper .fieldset>.field.required>label{padding-right:0}.rtl.checkout-index-index .checkout-shipping-method .actions-toolbar>.primary{float:left}.rtl.checkout-index-index .opc-block-summary .items-in-cart>.title{padding-right:0;padding-left:40px}.rtl.checkout-index-index .opc-block-summary .items-in-cart>.title:after{right:auto;left:0}.rtl.checkout-index-index .opc-block-summary .product-item-details{padding-left:0;padding-right:15px;float:none}.rtl.checkout-index-index .methods-shipping .table-checkout-shipping-method th,.rtl.checkout-index-index .methods-shipping .table-checkout-shipping-method td{text-align:right}.rtl.checkout-index-index .modal-popup .field._required select{background-position:2% 50%}.rtl .opc-block-summary .product-item .subtotal{text-align:right}.rtl .newsletter-subscribe input[type="checkbox"]{float:right;margin-right:0;margin-left:4px}.rtl .newsletter-subscribe label{float:right}.rtl .payment-method-billing-address .actions-toolbar .action:not(:last-child){margin-right:0;margin-left:10px}@media screen and (max-width:1199px){.rtl .cart.main.actions .action:not(:first-child){margin-right:0}}@media screen and (max-width:991px){.rtl.checkout-index-index .opc-wrapper{padding-left:0}}@media screen and (max-width:767px){.rtl.checkout-cart-index .cart.main.actions .action:not(:first-child){margin-right:0}.rtl.checkout-cart-index .cart.table-wrapper tbody>tr td:before{margin-right:0;margin-left:10px}.rtl.checkout-cart-index .actions-toolbar a.action:not(:last-child){margin-right:0;margin-left:10px}.rtl.checkout-index-index .actions-toolbar .primary{float:none}.rtl.checkout-index-index .opc-block-summary .table-totals .amount{text-align:left}.rtl.checkout-index-index .checkout-shipping-method .actions-toolbar>.primary{float:none}}.post-list-wrapper .post-list{display:flex;flex-wrap:wrap}.post-list-wrapper .post-list .post-holder{padding-left:15px;padding-right:15px;margin-bottom:50px;width:100%}.post-list-wrapper .post-list .post-title-holder .post-title{margin-top:10px}.post-list-wrapper .post-list .post-item-photo{width:40%}.post-list-wrapper .post-list .post-item-photo img{width:100%}.post-list-wrapper .post-list .post-item-detail{width:60%;padding-left:50px}.post-list-wrapper .post-list .post-content .post-item-detail .post-read-more{margin-bottom:20px;margin-top:0;height:auto;border-radius:0;-moz-border-radius:0;-webkit-border-radius:0;border:none;padding:0;line-height:25px;font-size:14px;color:#0d0d0d;font-weight:bold;text-transform:uppercase;letter-spacing:3px;align-items:center;display:-webkit-box;display:-ms-flexbox;display:-webkit-flex;display:flex;flex-wrap:wrap}.post-list-wrapper .post-list .post-content .post-item-detail .post-read-more:hover{background-color:transparent;color:#0d0d0d}.post-list-wrapper .post-list .post-content .post-item-detail .post-read-more:hover::before{margin-right:15px;width:30px}.post-list-wrapper .post-list .post-content .post-item-detail .post-read-more::before{content:'';display:inline-block;width:0;height:2px;background-color:#dc775b;margin-right:0;transition:all .3s ease;-moz-transition:all .3s ease;-webkit-transition:all .3s ease;-o-transition:all .3s ease}.post-list-wrapper .post-list .post-text-hld .desc{font-size:1.4rem;font-weight:normal;color:#666;margin-top:0;line-height:23px;height:92px;overflow:hidden;text-overflow:ellipsis}.post-list-wrapper .post-list .post-description{display:flex;flex-wrap:wrap}.post-list-wrapper .post-list .post-description:before,.post-list-wrapper .post-list .post-description:after{display:none}.blog-page .page-title-wrapper{text-align:center;margin-bottom:70px}.blog-page .page-title-wrapper .base{font-size:40px;color:#0d0d0d;font-weight:bold;display:block;text-align:center}.blog-page .page-title-wrapper .page-title{margin:0}.blog-page .post-text-hld{padding:0}.blog-page .post-posed-date,.blog-page .post-categories{display:inline-block;vertical-align:middle}.blog-page .post-posed-date .fa,.blog-page .post-author .fa{padding-right:5px}.blog-page .post-holder .post-header .post-info{display:flex;flex-wrap:wrap;float:none;margin-top:-5px}.blog-page .post-holder .post-header .post-info .item.post-categories{padding:0}.blog-page .post-holder .post-header .post-info .item:not(:last-child){margin-right:20px;position:relative}.blog-page .post-holder .post-header .post-info .item:not(:last-child):after{content:"|";position:absolute;right:-11px;top:50%;transform:translate(0, -50%);font-size:14px;color:#b7b7b7;font-weight:bold;text-transform:uppercase}.blog-page .sidebar .widget.blog-search .block-content{position:relative}.blog-page .sidebar .widget.blog-search .action.search{padding:0;text-align:center;border:none}.blog-page .sidebar .widget.blog-search .action.search:hover:before{color:#333}.blog-page .sidebar .widget.blog-search .action.search:before{content:"\f100";font-family:Flaticon;line-height:45px;color:#353535;font-weight:bold;transition:all .3s ease;-moz-transition:all .3s ease;-webkit-transition:all .3s ease;-o-transition:all .3s ease}.blog-page .sidebar .widget.blog-search .action.search span{display:none}.blog-page .sidebar .widget.block-categories ul{padding:0}.blog-page .sidebar .widget.block-categories ul li{border:none;font-size:18px;color:#4e4e4e}.blog-page .sidebar .widget.block-categories ul li a{display:inline-block;font-size:18px;color:#4e4e4e}.blog-page .sidebar .widget.block-categories ul li a:hover{color:#000}.blog-page .sidebar .widget.block-categories ul ul{margin-left:0;border-top:solid 1px #efecec}.blog-page .sidebar .widget.block-categories ul ul li{padding-left:20px}.blog-page .sidebar .block-recent-posts .post-item-link{display:block}.blog-page .sidebar .block-recent-posts .post-item-link h3{font-size:1.4rem;font-weight:400;color:#333;line-height:35px;margin-bottom:0;max-height:35px;overflow:hidden;text-overflow:ellipsis}.blog-page .sidebar .block-recent-posts .post-item-link:hover h3{color:#000}.blog-page .sidebar .block-recent-posts .block-content .item{display:-webkit-box;display:-ms-flexbox;display:-webkit-flex;display:flex;flex-wrap:wrap}.blog-page .sidebar .block-recent-posts .block-content .item .post-item-link{width:40%}.blog-page .sidebar .block-recent-posts .block-content .item .post-item-content a{font-size:18px;color:#0d0d0d;font-weight:bold;line-height:25px}.blog-page .sidebar .block-recent-posts .block-content .item .post-item-content .publish-date{font-size:14px;font-weight:bold;display:block;margin-top:10px;text-transform:uppercase}.blog-page .sidebar .block-recent-posts .block-content .item .post-item-content .publish-date span{margin:0 1px;color:#b7b7b7}.blog-page .sidebar .block-recent-posts .block-content .item .post-item-content .publish-date i{color:#0d0d0d;font-weight:bold}.blog-page .sidebar .block-recent-posts .block-content .item:not(:last-child){margin-bottom:30px}.blog-page .sidebar .block-instagram{display:none}.blog-page .sidebar.sidebar-additional{margin-top:0}.blog-page .sidebar .block-archive .item{border:none}.blog-page .sidebar .block-archive .item:not(:last-child){margin-bottom:5px}.blog-page .sidebar .block-archive a:hover{color:#000}.blog-page .post-list .post-title-holder,.blog-page .post-view .post-title-holder{border-bottom:0;padding-bottom:0;margin-bottom:12px}.blog-page .post-list .post-title-holder .post-title,.blog-page .post-view .post-title-holder .post-title{font-size:1.6rem;text-transform:capitalize;padding-top:0;padding-bottom:0;margin-bottom:10px}.blog-page .post-list .post-title-holder .post-title a,.blog-page .post-view .post-title-holder .post-title a{font-size:24px;font-family:"Manrope";color:#0d0d0d;font-weight:bold;line-height:35px;text-transform:capitalize}.blog-page .post-list .post-title-holder .post-title a:hover,.blog-page .post-view .post-title-holder .post-title a:hover{text-shadow:-2px 2px 5px #000 45}.blog-page .post-view .post-holder .post-header{margin-bottom:20px}.blog-page .post-view .post-bottom .block>.title{font-size:1.8rem;color:#000;margin-bottom:35px;border-bottom:solid 1px #efecec;position:relative;text-align:left}.blog-page .post-view .post-bottom .block>.title:before{content:"";position:absolute;left:0;bottom:-1px;border-top:solid 2px #000;width:95px}.blog-page .post-view .post-bottom .block>.title strong{font-weight:400}.blog-page .post-view .post-bottom .block.related .item .add-to-links a .icon{display:none}.blog-page .post-view .post-bottom .block.related ol.block-content{padding-left:0}.blog-page .post-view .post-bottom .block.related .post-posed-date{display:none}.blog-page .post-view .post-bottom .block.related .post-item-link{font-size:1.6rem;margin-top:10px;display:block}.blog-page .post-view .post-bottom .block.related .post-item-link:hover{color:#000}.blog-page .post-view .post-bottom .block:not(:last-child){margin-bottom:90px}.blog-page .post-view .post-bottom .block.product .product-action{display:flex;justify-content:space-between;align-items:center}.blog-page .post-view .post-bottom .block.product .slick-list{padding:5px;padding-bottom:50px}.blog-page .post-view .post-bottom .block.product .slick-slider{padding:0}.blog-page .post-view .post-bottom .block.product .products.wrapper.grid .product-item .product-item-info .button.btn-cart:before{content:"\61";font-family:"font-electro";text-transform:none;font-size:2.0rem;display:block;line-height:35px}.blog-page .post-view ol.slick-slider{padding:0}.blog-page .post-actions{display:flex;flex-wrap:wrap;width:100%;margin-top:32px;margin-bottom:60px}.blog-page .post-actions .action{width:50%}.blog-page .post-actions .action a{color:#333;position:relative;padding:0 10px;display:inline-block;font-size:1.5rem;line-height:30px}.blog-page .post-actions .action a:hover{color:#000}.blog-page .post-actions .action a:after{content:"\f0d9";font-family:"FontAwesome";position:absolute;left:0;top:50%;transform:translate(0, -50%)}.blog-page .post-actions .action.next-action{text-align:right}.blog-page .post-actions .action.next-action a:after{content:"\f0da";left:auto;right:0}.blog-page .post-holder .post-header .post-info .item .label,.blog-page .post-holder .post-header .post-info .item a{font-size:14px;color:#b7b7b7;font-weight:bold;text-transform:uppercase}.blog-page .post-text-hld p{font-size:15px;color:#4e4e4e}.blog-page blockquote{font-family:inherit}.blog-post-view .page-title-wrapper{display:none}.post-ftimg-hld{position:relative}.post-ftimg-hld .publish-date{position:absolute;z-index:2;top:20px;left:0;display:-webkit-box;display:-ms-flexbox;display:-webkit-flex;display:flex;flex-wrap:wrap;flex-direction:row;align-items:center;justify-content:center;width:auto;height:25px;background:#000;line-height:25px;font-size:14px;color:#fff;font-weight:bold;text-transform:uppercase;padding:0 17px}.post-ftimg-hld .publish-date span{margin:0 3px}@media screen and (max-width:1200px){.post-list-wrapper .post-list .post-item-photo{width:100%}.post-list-wrapper .post-list .post-item-detail{width:100%;padding:0;margin-top:15px}.post-list-wrapper .post-list .post-item-detail .post-info .item{display:block;margin-right:0}.post-list-wrapper .post-list .post-item-detail .post-info .item:not(:last-child):after{display:none}}@media screen and (max-width:992px){.post-comments iframe{min-height:200px}}@media screen and (max-width:768px){.post-list-wrapper .post-list .post-holder{width:100%;margin-bottom:45px}.blog-page .page-title-wrapper .base{font-size:30px}}@media screen and (max-width:640px){.post-list-wrapper .post-list .post-item-photo{width:100%}.post-list-wrapper .post-list .post-item-detail{width:100%;padding-left:0;padding-top:10px}}@media screen and (max-width:480px){.blog-page .post-view .post-title-holder .post-title a,.blog-page .post-list .post-title-holder .post-title a{font-size:1.6rem;line-height:25px}.blog-page .post-view .post-bottom .block.related .post-item-link{font-size:1.4rem}.blog-page .post-view .post-bottom .block:not(:last-child){margin-bottom:40px}.blog-page .post-actions{margin-bottom:30px}.post-list-wrapper .post-list .post-text-hld .desc{font-size:1.4rem}.blog-post-view .post-text-hld{font-size:1.4rem}}.rtl.blog-page .post-view .post-bottom .block>.title{text-align:right}.rtl.page-layout-2columns-right .columns .sidebar{float:left;clear:none}.rtl.page-layout-2columns-right .columns .column.main{float:right}.rtl .post-list-wrapper .post-list .post-item-detail{padding-left:0;padding-right:50px}.rtl .post-list-wrapper .post-list .post-content .post-item-detail .post-read-more:before{margin-right:0;margin-left:0}.rtl .post-list-wrapper .post-list .post-content .post-item-detail .post-read-more:hover::before{margin-left:15px;width:30px}.rtl .post-ftimg-hld .publish-date{left:auto;right:0}.rtl .blog-page .sidebar .widget.blog-search .action.search{right:auto;left:0}.rtl .blog-page .sidebar .widget.blog-search input{padding-right:0;padding-left:35px}.rtl .blog-page .post-holder .post-header .post-info .item:not(:last-child){margin-right:0px;margin-left:20px}.rtl .blog-page .post-holder .post-header .post-info .item:not(:last-child):after{right:0px;left:-11px}@media screen and (max-width:1200px){.rtl .post-list-wrapper .post-list .post-item-detail{padding:0}}.cms-about-us .page-main.container{min-width:100%}.cms-about-us .columns::before{content:'About Us';font-size:40px;color:#0d0d0d;font-weight:bold;display:block;text-align:center;margin-bottom:85px;width:100%}.cms-about-us .cms-home__brand{padding-bottom:90px;padding-top:90px;border-bottom:1px solid #e5e5e5}.cms-about-us .cms-about-us{margin-bottom:90px}.cms-about-us .cms-about-us .row{margin-left:-30px;margin-right:-30px}.cms-about-us .cms-about-us .col-12{padding-right:30px;padding-left:30px}.cms-about-us .cms-about-us .about-us-img img{width:100%}.cms-about-us .cms-about-us .about-us-content h3{font-size:24px;color:#0d0d0d;font-weight:bold;margin-top:35px;margin-bottom:15px}.cms-about-us .cms-about-us .about-us-content p{font-size:15px;color:#4e4e4e;line-height:25px;margin-bottom:0}.cms-about-us .cms-home__team{margin-bottom:45px;margin-top:60px}.cms-about-us .cms-home__team .shop-team{font-size:40px;color:#0d0d0d;font-weight:bold;display:block;text-align:center;margin-bottom:45px;width:100%}.cms-about-us .cms-home__team .user-infor__name{font-size:24px;color:#111111;font-weight:bold;margin-top:20px;display:inline-block;margin-bottom:10px}.cms-about-us .cms-home__team .user-infor__regency{color:#dc775b;font-size:15px;margin-bottom:0}.cms-about-us .cms-about-shop{text-align:center}.cms-about-us .cms-about-shop .row{margin:0}.cms-about-us .cms-about-shop .col-12{padding:0}.cms-about-us .cms-about-shop .img img{width:100%}.cms-about-us .cms-about-shop .content{display:-webkit-box;display:-ms-flexbox;display:-webkit-flex;display:flex;flex-wrap:wrap;flex-direction:column;align-items:center;justify-content:center;background-color:#fbeae5;padding:30px 0}.cms-about-us .cms-about-shop p{margin-bottom:30px;font-size:20px;color:#0d0d0d;font-weight:600;line-height:35px;max-width:500px;padding:0 15px;margin-top:40px}.cms-about-us .cms-about-shop .user{display:-webkit-box;display:-ms-flexbox;display:-webkit-flex;display:flex;flex-wrap:wrap;align-items:center;justify-content:center;flex-direction:row}.cms-about-us .cms-about-shop .user .user-infor__name{font-size:18px;color:#0d0d0d;font-weight:bold;margin-bottom:10px;display:inline-block}.cms-about-us .cms-about-shop .user .user-infor__regency{color:#dc775b;font-size:15px;margin:0}.cms-about-us .cms-about-shop .user .user-infor{margin-left:20px;text-align:left}.cms-about-us .cms-about-shop .user .user-img{border-radius:50px;overflow:hidden}@media screen and (max-width:991px){.cms-about-us .cms-about-us .col-12:not(:last-child){margin-bottom:30px}}@media screen and (max-width:768px){.cms-about-us .cms-home__team .shop-team,.cms-about-us .columns::before{font-size:30px}}@media screen and (max-width:576px){.cms-about-us .cms-about-us .col-12{padding-right:15px;padding-left:15px;margin-bottom:30px}}.rtl.cms-about-us .cms-about-shop .user .user-infor{text-align:right;margin-left:0;margin-right:20px}body .login-container .block{width:100%;float:none;margin-bottom:0}body .login-container .block .block-title,body .form-create-account .block-title{font-size:40px;font-family:"Manrope";color:#0d0d0d;font-weight:bold;text-align:center;padding-bottom:0;margin-bottom:80px}body .login-container .block .block-title strong,body .form-create-account .block-title strong{font-weight:inherit}body .login-container .block .block-content p.note,body .login-container .block .block-content .field.note{font-size:1.4rem;color:#747474}body .login-container .block .block-content .fieldset .field{margin-bottom:10px}body .login-container .block .block-content .fieldset:after{display:none}body .login-container .block-new-customer .actions-toolbar{margin:0}body .login-container .block-new-customer .actions-toolbar .primary{width:100%}body .login-container .block-new-customer .actions-toolbar .primary .action.create{width:100%}body .login-container .block-new-customer .block-title{text-align:center;position:relative;margin:0}body .login-container .block-new-customer .block-title strong{display:none}body .login-container .block-new-customer .block-title:after{content:'or';font-size:15px;font-family:"Manrope";color:#0d0d0d;font-weight:bold;width:50px;text-align:center;position:relative;z-index:1;height:60px;line-height:60px;display:block;margin:auto;background-color:white;text-transform:capitalize}body .login-container .block-new-customer .block-title:before{content:'';position:absolute;top:50%;transform:translateY(-50%);width:100%;left:0;height:1px;background-color:#cfcfcf}body .login-container .block-new-customer .block-content>p{display:none}body .login-container .block-new-customer .create-member{color:#888}body .login-container .block-new-customer .create-member a{color:#000}body .form-create-account{display:flex;justify-content:space-between;flex-wrap:wrap}body .form-create-account .block-title{margin:0}body .form-create-account .block-title strong{font-weight:inherit}body .form-create-account .block-title strong{display:none}body .form-create-account .block-title-register{text-align:center;font-size:40px;color:#0d0d0d;font-weight:bold;padding-bottom:0;margin-bottom:80px;width:100%}body .form-create-account .actions-toolbar .block-title{width:100%;text-align:center;position:relative}body .form-create-account .actions-toolbar .block-title:after{content:'or';font-size:15px;font-family:"Manrope";color:#0d0d0d;font-weight:bold;width:50px;text-align:center;position:relative;z-index:1;height:60px;line-height:60px;display:block;margin:auto;background-color:white}body .form-create-account .actions-toolbar .block-title:before{content:'';position:absolute;top:50%;transform:translateY(-50%);width:100%;left:0;height:1px;background-color:#cfcfcf}body .form-create-account .fieldset{width:100%;margin-bottom:0;padding:0}body .form-create-account .fieldset>.field:not(:last-child){margin-bottom:30px}body .form-create-account .fieldset>.field.choice{margin-bottom:5px}body .form-create-account .fieldset .legend{padding-top:35px;padding-bottom:9px;font-size:2.5rem;color:#000;text-transform:capitalize;font-weight:400;border-bottom:solid 1px #ddd;position:relative}body .form-create-account .fieldset .legend:before{content:"";width:114px;border-bottom:solid 2px #000;position:absolute;bottom:-1px}body .password-strength-meter{font-size:1.4rem}body .login-container,body .form-create-account{box-shadow:none;margin-left:auto;margin-right:auto;margin-top:15px;width:570px;max-width:100%;margin-bottom:90px}body .login-container .action.remind,body .form-create-account .action.remind,body .login-container .label,body .form-create-account .label{font-size:15px;font-family:"Manrope";color:#0d0d0d;font-weight:bold;margin-bottom:20px}body .login-container .field.required .label:after,body .form-create-account .field.required .label:after{content:"*";color:#dc775b;margin:0 3px}body .login-container .login-option,body .form-create-account .login-option{display:-webkit-box;display:-ms-flexbox;display:-webkit-flex;display:flex;flex-wrap:wrap;justify-content:space-between;margin-top:25px;margin-bottom:20px}body .header .header.links li:not(:last-child).authorization-link li a{color:#0d0d0d}.customer-account-login .actions-toolbar,.customer-account-create .actions-toolbar{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;width:100%}.customer-account-login .actions-toolbar:before,.customer-account-create .actions-toolbar:before,.customer-account-login .actions-toolbar:after,.customer-account-create .actions-toolbar:after{display:none}.customer-account-login .actions-toolbar>.primary,.customer-account-create .actions-toolbar>.primary{width:100%}.customer-account-login .actions-toolbar>.primary .action,.customer-account-create .actions-toolbar>.primary .action,.customer-account-login .checkout-index-index .checkout-container .authentication-wrapper .action-auth-toggle,.customer-account-create .checkout-index-index .checkout-container .authentication-wrapper .action-auth-toggle{line-height:58px;width:100%;margin-right:0;font-size:13px;font-weight:bold;text-transform:uppercase;letter-spacing:3px;height:60px;border-color:#0d0d0d;background-color:#fff;border-width:1px;color:#000;display:block}.customer-account-login .actions-toolbar>.primary .action:hover,.customer-account-create .actions-toolbar>.primary .action:hover,.customer-account-login .checkout-index-index .checkout-container .authentication-wrapper .action-auth-toggle:hover,.customer-account-create .checkout-index-index .checkout-container .authentication-wrapper .action-auth-toggle:hover{background-color:#0d0d0d;color:#fff}.customer-account-login .actions-toolbar>.primary .action>*,.customer-account-create .actions-toolbar>.primary .action>*,.customer-account-login .checkout-index-index .checkout-container .authentication-wrapper .action-auth-toggle>*,.customer-account-create .checkout-index-index .checkout-container .authentication-wrapper .action-auth-toggle>*{font-weight:bolder}@media screen and (max-width:991px){body .form-create-account .block-title-register,body .login-container .block .block-title,body .form-create-account .block-title{margin-bottom:30px;font-size:24px}}@media screen and (max-width:767px){body .form-create-account .fieldset{width:100%}body .form-create-account .fieldset.account:before{display:none}body .form-create-account .fieldset .legend{padding-top:0;font-size:2rem}body .form-create-account .fieldset>.field:not(:last-child){margin-bottom:20px}body .login-container .block{width:100%}body .login-container .block:first-child:before,body .login-container .block:first-child:after{display:none}body .login-container .fieldset:after{text-align:left}}@media screen and (max-width:480px){.customer-account-login .actions-toolbar>.primary,.customer-account-create .actions-toolbar>.primary{width:100%}.customer-account-login .actions-toolbar>.primary .action,.customer-account-create .actions-toolbar>.primary .action,.customer-account-login .checkout-index-index .checkout-container .authentication-wrapper .action-auth-toggle,.customer-account-create .checkout-index-index .checkout-container .authentication-wrapper .action-auth-toggle{width:100%;text-align:center}body .login-container,body .form-create-account{padding-left:15px;padding-right:15px}body .form-create-account .fieldset .legend{font-size:1.8rem}body .login-container .block .block-title,body .form-create-account .block-title{font-size:1.8rem}body .login-container .actions-toolbar>div:not(:first-child){margin-top:7px}}.contact-index-index .columns .column.main{padding-bottom:0}.contact-index-index .page-main.container{min-width:100%}.contact-index-index .contact-text .contact-text__h2{margin-bottom:10px}.contact-index-index .contact-text .contact-text__p{margin-bottom:50px}.contact-index-index .google-map iframe{left:0;top:0;height:100%;width:100%;position:absolute}.contact-index-index .form-primary{padding:100px}.contact-index-index .form-primary .field{margin-bottom:25px}.contact-index-index .form-primary .field.required label:after{content:"*";color:#e51717}.contact-index-index .form-primary .field.info{display:-webkit-box;display:-ms-flexbox;display:-webkit-flex;display:flex;flex-wrap:wrap;margin:0 -12px}.contact-index-index .form-primary .field.info .name,.contact-index-index .form-primary .field.info .email{width:50%;padding:0 12px}.contact-index-index .form-primary .field input,.contact-index-index .form-primary .field textarea{border-color:#cccccc}.contact-index-index .form-primary .field input::placeholder,.contact-index-index .form-primary .field textarea::placeholder{color:#555}.contact-index-index .form-primary .field label{font-size:15px;color:#0d0d0d;font-weight:bold;margin-bottom:10px}.contact-index-index .block-map{margin-top:23px;margin-bottom:66px}.contact-index-index .block-map iframe{max-width:100%}.contact-index-index .fieldset>.field>.label{font-size:1.4rem;color:#000;margin-bottom:5px;font-weight:400}.contact-index-index .column:not(.sidebar-main) .form.contact{width:100%}.contact-index-index .actions-toolbar>.primary .action,.contact-index-index .checkout-index-index .checkout-container .authentication-wrapper .action-auth-toggle{padding:0 35px;font-size:13px;color:#fff;font-weight:bold;text-transform:uppercase;letter-spacing:3px;background-color:#111111}.contact-index-index .actions-toolbar>.primary .action:hover,.contact-index-index .checkout-index-index .checkout-container .authentication-wrapper .action-auth-toggle:hover{color:#111111;background-color:#fff}@media screen and (max-width:1199px){.contact-index-index .form-primary{padding:15px}}@media screen and (max-width:991px){.contact-index-index .contact-content .google-map{padding-bottom:60%;border-right:0}.contact-index-index .form-primary{padding:0;margin:30px 0}.contact-index-index .contact-text .contact-text__h2 span{font-size:30px !important}}@media screen and (max-width:575px){.contact-index-index .form-primary{padding:0 0}.contact-index-index .form-primary .field.info .name,.contact-index-index .form-primary .field.info .email{width:100%}}@media screen and (max-width:480px){.contact-index-index .contact-content h3.block-title{font-size:2rem}}.rtl.contact-index-index .contact-content .contact-list li{padding-left:0;padding-right:30px}.rtl.contact-index-index .contact-content .contact-list img{left:auto;right:0}body.account .page-title-wrapper .page-title{margin-right:0}body.account .block.account-nav{margin-bottom:0}body.account .block.account-nav .content{background:#fff;border:solid 2px #f5f5f5;padding:10px 0}body.account .block.account-nav .items{display:flex;flex-wrap:wrap}body.account .block.account-nav .items .item{width:100%}body.account .block.account-nav .items .item a,body.account .block.account-nav .items .item>strong{display:block;line-height:35px;padding:0 15px;border-left:solid 2px transparent;color:#000;width:100%}body.account .block.account-nav .items .item a:hover,body.account .block.account-nav .items .item>strong:hover{color:#000}body.account .block.account-nav .items .item.current a,body.account .block.account-nav .items .item.current>strong{border-color:#000}body.account .block.account-nav .title{display:none}body.account .column.main .block-title{margin-bottom:15px;font-size:2.2rem;display:flex;flex-wrap:wrap;align-items:baseline;font-weight:400}body.account .column.main .block-title>.action{font-size:1.4rem;margin-left:15px}body.account .column.main .block-title>strong{font-weight:400}body.account .column.main .order-details-items .order-title>strong{margin-top:0;font-size:2.2rem;font-weight:400}body.account .column.main .actions-toolbar>.primary .action,body.account .column.main .checkout-index-index .checkout-container .authentication-wrapper .action-auth-toggle{line-height:45px;height:50px}body.account .column.main ul.order-links{display:none}body.account .return-status,body.account .order-status{margin-left:10px}body.account .legend{margin-bottom:15px;font-size:2.2rem}body.account .fieldset>.field>label{font-size:1.4rem;margin-bottom:5px}body.account .fieldset>.field>label:after{content:'*';color:#e51717;font-size:1.3rem;margin:0 0 0 5px}body.account .fieldset>.field:not(:last-child){margin-bottom:30px}body.account .fieldset>.field.street>.control>.nested .field{margin-top:20px}body.account .field.password-info{font-size:1.4rem}body.account .table td,body.account th{vertical-align:baseline}body.account .toolbar .toolbar-amount{margin-left:0}body.account .table-order-items td.actions{display:flex}.customer-account-index .column.main .block.block-dashboard-orders .block-content,.sales-order-view .column.main .block.block-dashboard-orders .block-content,.customer-address-index .column.main .block.block-dashboard-orders .block-content{display:block}.customer-account-index .column.main .block .block-content,.sales-order-view .column.main .block .block-content,.customer-address-index .column.main .block .block-content{display:flex;flex-wrap:wrap;justify-content:space-between}.customer-account-index .column.main .block .block-content .box,.sales-order-view .column.main .block .block-content .box,.customer-address-index .column.main .block .block-content .box{width:48%}.customer-account-index .column.main .block .block-content .box:nth-child(2)~.box,.sales-order-view .column.main .block .block-content .box:nth-child(2)~.box,.customer-address-index .column.main .block .block-content .box:nth-child(2)~.box{margin-top:60px}.customer-account-index .column.main .block .block-content .box .box-title,.sales-order-view .column.main .block .block-content .box .box-title,.customer-address-index .column.main .block .block-content .box .box-title,.customer-account-index .column.main .block .block-content .box .box-title span,.sales-order-view .column.main .block .block-content .box .box-title span,.customer-address-index .column.main .block .block-content .box .box-title span{color:#333;font-weight:700;text-transform:capitalize}.customer-account-index .column.main .block .block-content .box .box-title,.sales-order-view .column.main .block .block-content .box .box-title,.customer-address-index .column.main .block .block-content .box .box-title{background-color:#f5f5f5;border:1px solid #dfdfdf;margin:0;padding:10px 15px;display:block}.customer-account-index .column.main .block .block-content .box .box-content,.sales-order-view .column.main .block .block-content .box .box-content,.customer-address-index .column.main .block .block-content .box .box-content{border:1px solid #ddd;border-top:0;font-size:1.3rem;min-height:135px;padding:20px 15px}.customer-account-index .column.main .block .block-content .box .box-actions,.sales-order-view .column.main .block .block-content .box .box-actions,.customer-address-index .column.main .block .block-content .box .box-actions{background-color:#f5f5f5;border:1px solid #dfdfdf;border-top:0;margin:0;padding:10px 15px;display:flex}.customer-account-index .column.main .block .block-content .box .action.edit,.sales-order-view .column.main .block .block-content .box .action.edit,.customer-address-index .column.main .block .block-content .box .action.edit{color:#e51717;margin-right:10px}.customer-account-index .column.main .block .block-content .box .action.edit:hover,.sales-order-view .column.main .block .block-content .box .action.edit:hover,.customer-address-index .column.main .block .block-content .box .action.edit:hover{color:#000}.table-order-items .mark{background:transparent}.table:not(.cart):not(.totals) tfoot .mark{text-align:left}.wishlist-index-index .notify-slider .slider>.item{width:320px;margin-left:0}.wishlist-index-index .notify-slider .product-item-info{width:100%}.wishlist-index-index .form-wishlist-items{margin-bottom:60px}.wishlist-index-index .form-wishlist-items .products-grid.wishlist .product-items{margin-left:-15px;margin-right:-15px;display:flex;flex-wrap:wrap}.wishlist-index-index .form-wishlist-items .products-grid.wishlist .product-items .product-item{width:calc(100%/3);padding-left:15px;padding-right:15px;margin-left:0;float:left;margin-bottom:50px}.wishlist-index-index .form-wishlist-items .products-grid.wishlist .product-items .product-item .product-image-photo{width:100%}.wishlist-index-index .form-wishlist-items .products-grid.wishlist .product-items .product-item .product-image-container{width:100% !important}.wishlist-index-index .form-wishlist-items .products-grid.wishlist .product-items .product-item .fieldset{margin-top:20px}.wishlist-index-index .form-wishlist-items .products-grid.wishlist .product-items .product-item .fieldset:before,.wishlist-index-index .form-wishlist-items .products-grid.wishlist .product-items .product-item .fieldset:after{content:"";display:block;clear:both;height:0}.wishlist-index-index .form-wishlist-items .products-grid.wishlist .product-items .product-item .fieldset .field.qty{padding:0;display:flex;flex-wrap:wrap;align-items:center;margin-bottom:0;float:left;margin-right:20px}.wishlist-index-index .form-wishlist-items .products-grid.wishlist .product-items .product-item .fieldset .field.qty .label{margin:0;margin-right:10px;display:none}.wishlist-index-index .form-wishlist-items .products-grid.wishlist .product-items .product-item .fieldset .field.qty input.qty{width:70px;height:38px}.wishlist-index-index .form-wishlist-items .products-grid.wishlist .product-items .product-item .fieldset .product-item-actions{margin-top:0}.wishlist-index-index .form-wishlist-items .products-grid.wishlist .product-item-comment{line-height:25px;height:60px;padding:0 10px}.wishlist-index-index .form-wishlist-items .products-grid.wishlist button.action{padding:0 25px;line-height:35px;font-size:1.4rem}.wishlist-index-index .form-wishlist-items .products-grid.wishlist .product-item-info{width:100%;position:relative;padding:0}.wishlist-index-index .form-wishlist-items .products-grid.wishlist .product-item-inner>.product-item-actions{margin-top:0;position:absolute;top:4px;z-index:3;right:10px}.wishlist-index-index .form-wishlist-items .products-grid.wishlist .product-item-inner>.product-item-actions a.action{color:#aaa}.wishlist-index-index .form-wishlist-items .products-grid.wishlist .product-item-inner>.product-item-actions a.action span{display:none}.wishlist-index-index .form-wishlist-items .products-grid.wishlist .product-item-inner>.product-item-actions a.action:hover{color:#000}.wishlist-index-index .form-wishlist-items .products-grid.wishlist .product-item-inner>.product-item-actions a.action:before{display:inline-block;font-family:"FontAwesome";font-size:1.5rem}.wishlist-index-index .form-wishlist-items .products-grid.wishlist .product-item-inner>.product-item-actions a.action.edit:before{content:"\f040"}.wishlist-index-index .form-wishlist-items .products-grid.wishlist .product-item-inner>.product-item-actions a.action.delete:before{content:"\f00d"}.wishlist-index-index .cms-static-mix-custom-product .product-item-info{width:100%}.gdpr-customer-index .column.main .actions-toolbar{margin-top:30px}.newsletter-manage-index .column.main form:not(:last-child){margin-bottom:60px}.newsletter-manage-index .column.main .actions-toolbar{margin-top:20px}.product-reviews-summary{display:flex;flex-wrap:wrap;align-items:center}.product-reviews-summary .rating-summary{margin-right:7px}.catalog-product_compare-index .product-item-actions{display:flex;flex-wrap:wrap;align-items:center}.catalog-product_compare-index .actions-secondary{margin-left:15px}.table-wrapper.comparison{margin-bottom:60px}.table-comparison .product-item-actions>.actions-primary+.actions-secondary{margin-top:0}.table-comparison .product-item-photo:hover .product-image-photo.thumbnail{top:0;z-index:2;opacity:1;visibility:visible}.price-including-tax .price,.price-excluding-tax .price{font-size:1.6rem;color:#111}.account .customer-review .product-media{float:none;margin-right:0}#opc-new-shipping-address{padding-top:30px}@media screen and (max-width:1199px){.wishlist-index-index .form-wishlist-items .products-grid.wishlist .product-items .product-item .fieldset .field.qty{margin-bottom:10px;width:100%}}@media screen and (max-width:991px){.account .sidebar.sidebar-main{position:static;width:100% !important;top:auto;left:auto;margin-bottom:30px}.account .column.main{margin-bottom:30px}.account .column.main .toolbar{text-align:left}.wishlist-index-index .form-wishlist-items .products-grid.wishlist .product-image-container{max-width:none}.wishlist-index-index .form-wishlist-items .products-grid.wishlist .product-item-photo{margin-right:0}.wishlist-index-index .form-wishlist-items .products-grid.wishlist .product-item-name,.wishlist-index-index .form-wishlist-items .products-grid.wishlist .product-item-tooltip,.wishlist-index-index .form-wishlist-items .products-grid.wishlist .product-item .price-box{margin-left:0}.wishlist-index-index .form-wishlist-items .products-grid.wishlist .product-item .box-tocart{float:none;margin-right:0}.wishlist-index-index .column.main .actions-toolbar>.primary .action,.wishlist-index-index .column.main .checkout-index-index .checkout-container .authentication-wrapper .action-auth-toggle{width:100%}.wishlist-index-index .column.main .actions-toolbar>.primary .action:not(:first-child),.wishlist-index-index .column.main .checkout-index-index .checkout-container .authentication-wrapper .action-auth-toggle:not(:first-child){margin-top:10px}.catalog-product_compare-index .table-comparison td.cell{width:350px}}@media screen and (max-width:767px){body.account .page-main{padding-top:0}body.account .products-grid.wishlist{margin-right:0}.account .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison),.multishipping-checkout-addresses .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison){border:none;display:block}.account .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison)>thead>tr>th,.multishipping-checkout-addresses .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison)>thead>tr>th{display:none}.account .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison)>tbody,.multishipping-checkout-addresses .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison)>tbody{display:block}.account .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison)>tbody>tr,.multishipping-checkout-addresses .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison)>tbody>tr{display:block}.account .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison)>tbody>tr td.col,.multishipping-checkout-addresses .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison)>tbody>tr td.col{border-bottom:none;display:flex;flex-wrap:wrap;padding:5px 0}.account .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison)>tbody>tr td.col:before,.multishipping-checkout-addresses .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison)>tbody>tr td.col:before{content:attr(data-th) ": ";margin-right:10px;font-weight:bold}.account .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison)>tbody>tr td.col.qty .items-qty .title,.multishipping-checkout-addresses .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison)>tbody>tr td.col.qty .items-qty .title{display:none}.account .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison)>tbody>tr th,.multishipping-checkout-addresses .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison)>tbody>tr th{border-bottom:none;display:block;padding:5px 0}.account .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) tbody>tr>td:first-child,.multishipping-checkout-addresses .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) tbody>tr>td:first-child{padding-top:15px}.account .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) tbody>tr+tr,.multishipping-checkout-addresses .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) tbody>tr+tr{margin-top:20px}.account .table-wrapper .table:not(.totals):not(.table-comparison) tfoot,.multishipping-checkout-addresses .table-wrapper .table:not(.totals):not(.table-comparison) tfoot{display:block}.account .table-wrapper .table:not(.totals):not(.table-comparison) tfoot tr,.multishipping-checkout-addresses .table-wrapper .table:not(.totals):not(.table-comparison) tfoot tr{display:block}.account .table-wrapper .table:not(.totals):not(.table-comparison) tfoot tr:before,.multishipping-checkout-addresses .table-wrapper .table:not(.totals):not(.table-comparison) tfoot tr:before,.account .table-wrapper .table:not(.totals):not(.table-comparison) tfoot tr:after,.multishipping-checkout-addresses .table-wrapper .table:not(.totals):not(.table-comparison) tfoot tr:after{content:"";display:block;clear:both;height:0}.account .table-wrapper .table:not(.totals):not(.table-comparison) tfoot tr:first-child th,.multishipping-checkout-addresses .table-wrapper .table:not(.totals):not(.table-comparison) tfoot tr:first-child th{padding-top:20px}.account .table-wrapper .table:not(.totals):not(.table-comparison) tfoot tr:first-child td,.multishipping-checkout-addresses .table-wrapper .table:not(.totals):not(.table-comparison) tfoot tr:first-child td{padding-top:20px}.account .table-wrapper .table:not(.totals):not(.table-comparison) tfoot tr th,.multishipping-checkout-addresses .table-wrapper .table:not(.totals):not(.table-comparison) tfoot tr th,.account .table-wrapper .table:not(.totals):not(.table-comparison) tfoot tr td,.multishipping-checkout-addresses .table-wrapper .table:not(.totals):not(.table-comparison) tfoot tr td{padding:10px 0}.account .table-wrapper .table:not(.totals):not(.table-comparison) tfoot .mark,.multishipping-checkout-addresses .table-wrapper .table:not(.totals):not(.table-comparison) tfoot .mark{box-sizing:border-box;float:left;text-align:left;width:70%}.account .table-wrapper .table:not(.totals):not(.table-comparison) tfoot .amount,.multishipping-checkout-addresses .table-wrapper .table:not(.totals):not(.table-comparison) tfoot .amount{box-sizing:border-box;float:left;text-align:right;width:30%}.multishipping-checkout-addresses .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison)>tbody>tr td.col{align-items:center}.customer-account-index .column.main .block .block-content .box,.sales-order-view .column.main .block .block-content .box,.customer-address-index .column.main .block .block-content .box{width:100%}.customer-account-index .column.main .block .block-content .box:not(:first-child),.sales-order-view .column.main .block .block-content .box:not(:first-child),.customer-address-index .column.main .block .block-content .box:not(:first-child){margin-top:40px}body.account .column.main .block-title{font-size:2rem}body.account .legend{font-size:2rem}.wishlist-index-index .products-grid.wishlist .product-item-photo{float:none}.wishlist-index-index .form-wishlist-items .products-grid.wishlist .product-items .product-item{width:50%}.multishipping-checkout-login .login-container .fieldset:after{text-align:left}.opc-estimated-wrapper{padding:10px 0;display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center;color:#000;border-bottom:none}.opc-estimated-wrapper .estimated-block{font-weight:400;float:none}.opc-estimated-wrapper:before,.opc-estimated-wrapper:after{display:none}.opc-estimated-wrapper button.action{padding:0;width:30px;height:30px;line-height:30px}.opc-estimated-wrapper .minicart-wrapper .action.showcart .counter.qty{background:transparent;color:#000;height:auto;line-height:inherit;border-radius:0;min-width:auto}.modal-custom.custom-slide{left:0}.modal-custom.custom-slide .action-close{height:20px;width:20px;background:transparent;border:none;color:#000}.modal-custom.custom-slide .action-close:hover{background:transparent;border:none;color:#000}}@media screen and (max-width:639px){.wishlist-index-index .products-grid.wishlist .product-item:first-child{border-top:none}body .products-grid.wishlist .product-item{border-bottom:none}}@media screen and (max-width:480px){body.account .toolbar{margin-bottom:0}body.account .column.main .block-title{font-size:1.8rem}body.account .column.main .block-title>.action{font-size:1.4rem}body.account .column.main .actions-toolbar>.primary .action,body.account .column.main .checkout-index-index .checkout-container .authentication-wrapper .action-auth-toggle{width:100%;text-align:center}body.account .column.main .order-details-items .order-title>strong{font-size:1.8rem}body.account .block.account-nav .items .item a,body.account .block.account-nav .items .item>strong{font-size:1.4rem}body.account .legend{font-size:1.8rem}.customer-account-index .column.main .block .block-content,.sales-order-view .column.main .block .block-content,.customer-address-index .column.main .block .block-content{font-size:1.4rem}.customer-account-index .column.main .block .block-content .box .box-title,.sales-order-view .column.main .block .block-content .box .box-title,.customer-address-index .column.main .block .block-content .box .box-title{font-size:1.4rem}.table-wrapper .table:not(.totals):not(.cart):not(.table-comparison)>tbody>tr td,.table-wrapper .table:not(.totals):not(.cart):not(.table-comparison)>tbody>tr th{font-size:1.4rem}.wishlist-index-index .form-wishlist-items .products-grid.wishlist .product-items .product-item{width:100%}.wishlist-index-index .products-grid.wishlist .product-item-name{font-size:1.3rem}body .cart-summary{margin-top:40px}.multishipping-checkout-login .actions-toolbar>.primary .action,.multishipping-checkout-login .checkout-index-index .checkout-container .authentication-wrapper .action-auth-toggle{width:100%}.catalog-product_compare-index .table-comparison th.cell{font-size:1.4rem}.price-including-tax .price,.price-excluding-tax .price{font-size:1.4rem}.account .customer-review .product-media{width:100%}}.rtl.sales-order-view .order-links .item{margin-right:0}.rtl.account .table-wrapper .action{margin-right:0;margin-left:15px}.rtl.account .block.account-nav .items .item a,.rtl.account .block.account-nav .items .item>strong{border-left:none;border-right:solid 2px transparent}.rtl.account .column.main .block-title>.action{margin-left:0;margin-right:15px}.rtl.account .toolbar .toolbar-amount{float:right}.rtl .rating-summary .label{margin-right:0;margin-left:10px}.rtl.wishlist-index-index .form-wishlist-items .products-grid.wishlist .product-item-inner>.product-item-actions{right:auto;left:10px;display:flex}.rtl.wishlist-index-index .form-wishlist-items .products-grid.wishlist .product-items .product-item .fieldset .field.qty{float:right;margin-right:0;margin-left:20px}.rtl.wishlist-index-index .products-grid.wishlist .product-item-actions>*{margin-right:0}.rtl.wishlist-index-index .products-grid.wishlist .product-item-actions .action:not(:last-child){margin-left:15px}.rtl.customer-account-index .column.main .block .block-content .box .action.edit,.rtl.sales-order-view .column.main .block .block-content .box .action.edit,.rtl.customer-address-index .column.main .block .block-content .box .action.edit{margin-right:0;margin-left:10px}.rtl .table:not(.cart):not(.totals) tfoot .mark{text-align:right}@media screen and (max-width:767px){.rtl .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison)>tbody>tr td.col:before{margin-right:0;margin-left:10px}.rtl .table-wrapper .table:not(.totals):not(.table-comparison) tfoot .mark{float:right;text-align:right}.rtl .table-wrapper .table:not(.totals):not(.table-comparison) tfoot .amount{text-align:left}}@media screen and (max-width:480px){.rtl.account .column.main .actions-toolbar>.primary{width:100%}}.page-404{margin-top:60px;margin-bottom:60px;text-align:left;color:#000}.page-404 img{margin:auto}.page-404 a{border:solid 2px #0d0d0d;display:inline-block;line-height:40px;height:45px;padding:0 30px;background:#0d0d0d;font-size:1.3rem;color:#fff;font-weight:bold;text-transform:uppercase;letter-spacing:2px}.page-404 a:hover{background-color:transparent;color:#0d0d0d}.page-404 .title{font-size:4.8rem;color:#dc775b;font-weight:bold;margin-bottom:20px}.page-404 .sub-title{font-size:1.6rem;color:#0d0d0d;margin-bottom:50px;margin-top:15px}.page-404 .sub-title__strong{font-size:1.8rem;color:#0d0d0d;font-weight:bold;margin-bottom:25px}.page-404 .col-content{display:-webkit-box;display:-ms-flexbox;display:-webkit-flex;display:flex;flex-wrap:wrap;align-items:center}@media screen and (max-width:992px){.page-404 .title{font-size:30px}.page-404 .col-img{display:none}.page-404 .col-content{justify-content:center;text-align:center;margin-top:50px}}@media screen and (max-width:767px){.page-404 .img-404{display:none}}.rtl .page-404{text-align:right}.page-faq__wrapper .page-faq-title{font-size:40px;color:#0d0d0d;font-weight:bold;text-align:center;margin-bottom:90px}.page-faq__wrapper .page-faq__title_sidebar{font-size:30px;color:#0d0d0d;font-weight:bold;margin-bottom:90px}.page-faq__wrapper .page-faq,.page-faq__wrapper .page-testimonials{margin-bottom:90px}.page-faq__wrapper .inner-customer{display:-webkit-box;display:-ms-flexbox;display:-webkit-flex;display:flex;flex-wrap:wrap;align-items:center}.page-faq__wrapper .inner-customer .customer{border-radius:50px;width:80px;height:80px;overflow:hidden}.page-faq__wrapper .inner-customer .inner-right{margin-left:20px}.page-faq__wrapper .page-testimonials .item{max-width:380px}.page-faq__wrapper .page-testimonials .inner-customer__wrapper{padding:40px;border:1px solid #e5e5e5;margin-bottom:50px}.page-faq__wrapper .page-testimonials .content.sub-text{font-size:18px;color:#0d0d0d;font-weight:600;margin-top:25px}.page-faq__wrapper .page-testimonials .title-name{font-size:20px;color:#0d0d0d;font-weight:bold}.page-faq__wrapper .page-testimonials .title-job{font-size:15px;color:#dc775b;font-weight:bold;text-transform:uppercase;margin:0}.testimonial-container .magiccart-testimonials-grid-wrapper{display:-webkit-box;display:-ms-flexbox;display:-webkit-flex;display:flex;flex-wrap:wrap;margin:0 -10px 20px}.testimonial-container .magiccart-testimonials-grid-wrapper [class*="magiccart-testimonials-grid-"]{padding:0 10px}.testimonial-container .toolbar .pages .items .item{display:inline-block}.testimonial-container .magiccart-testimonials-grid .item{display:-webkit-box;display:-ms-flexbox;display:-webkit-flex;display:flex;flex-wrap:wrap;padding:20px 10px;border:2px solid #dadada;border-radius:5px;-moz-border-radius:5px;-webkit-border-radius:5px;margin-bottom:30px}.testimonial-container .magiccart-testimonials-grid .item .magiccart-testimonials-grid-left{width:100px}.testimonial-container .magiccart-testimonials-grid .item .magiccart-testimonials-grid-right{width:calc(100% - 100px);padding-left:20px}.testimonial-container .magiccart-testimonials-grid .item .magiccart-testimonial-author{font-weight:700}.testimonial-container .magiccart-testimonials-grid .item .magiccart-testimonial-jobandcompany{margin:10px 0}.testimonial-container .magiccart-testimonials-grid .item .magiccart-testimonial-rating{margin-bottom:10px}.testimonial-container .toolbar{margin-top:50px}.testimonial-container .toolbar .pager{width:100%}.testimonial-index-post .fieldset .field{margin-bottom:20px}.testimonial-index-post .fieldset .field.required .label:after{content:"*";color:#e51717}.testimonial-index-post .fieldset .field #Value_rating_label{padding:0 10px 0 0}.page-faq input[type="radio"]{display:none}.page-faq .content{height:0;opacity:0;visibility:hidden;transition:all .3s ease;-moz-transition:all .3s ease;-webkit-transition:all .3s ease;-o-transition:all .3s ease;font-size:1.3rem;color:#747474}.page-faq input:checked~.content{height:auto;opacity:1;visibility:visible;margin-top:20px;margin-bottom:25px}.page-faq input:checked~label{cursor:default;font-weight:600}.page-faq input:checked~label:before{content:"-"}.page-faq label{font-size:20px;color:#0d0d0d;font-weight:bold;display:block;padding:13px 0;padding-right:25px;position:relative;margin-bottom:0;cursor:pointer}.page-faq label:before{content:"+";position:absolute;width:22px;height:22px;line-height:22px;right:0;bottom:0;display:flex;justify-content:center;align-items:center;color:#000;font-size:30px;top:50%;transform:translateY(-50%)}.page-faq .content-wrapper:not(:first-child) label{border-top:solid 1px #e9e9e9}@media screen and (max-width:991px){.page-faq__wrapper .page-faq__title_sidebar{font-size:25px;margin-bottom:30px}.page-faq__wrapper .page-faq__title_sidebar br{display:none}.page-faq__wrapper .page-faq-title{font-size:40px}.page-faq__wrapper .page-testimonials .inner-customer__wrapper{padding:15px}.page-faq__wrapper .inner-customer{flex-direction:column;align-items:flex-start}.page-faq__wrapper .inner-customer .inner-right{margin:0}}.rtl .page-faq label{padding-right:0;padding-left:23px}.rtl .page-faq label:before{right:auto;left:0}.rtl .page-faq__wrapper .inner-customer .inner-right{margin-right:20px;margin-left:0px}.page-lookbook .title-wrapper{text-align:center;margin-top:65px;margin-bottom:45px}.page-lookbook .title-wrapper .title{font-size:40px;font-family:"Manrope";color:#0d0d0d;font-weight:bold}.page-lookbook .col-12{padding:22.5px;margin-bottom:22.5px;flex-direction:column;justify-content:space-between;display:-webkit-box;display:-ms-flexbox;display:-webkit-flex;display:flex;flex-wrap:wrap}.page-lookbook .row{margin:-22.5px}.page-lookbook [class*="alo-lookbook-"]{position:relative;transition:all .3s ease;-moz-transition:all .3s ease;-webkit-transition:all .3s ease;-o-transition:all .3s ease}.page-lookbook [class*="alo-lookbook-"]:hover{-webkit-box-shadow:rgba(30,32,40,0.3) -5px 5px 10px;-moz-box-shadow:rgba(30,32,40,0.3) -5px 5px 10px;box-shadow:rgba(30,32,40,0.3) -5px 5px 10px}.page-lookbook [class*="alo-lookbook-"]:hover .title.item{opacity:1;visibility:visible;transform:scale(1)}.page-lookbook .lookbook img{width:100%;cursor:crosshair}.page-lookbook .lookbook .magic-inner-wrap{min-width:100%}.page-lookbook .title.item{position:absolute;left:0;width:100%;text-align:center;font-size:20px;font-family:"Manrope";color:#fff;font-weight:bold;background-color:#0d0d0d;bottom:0;z-index:1;margin-bottom:0;line-height:50px;padding:0 15px;opacity:0;visibility:hidden;transform:scale(.5);transition:all .3s ease;-moz-transition:all .3s ease;-webkit-transition:all .3s ease;-o-transition:all .3s ease}.lookbook .title-wrap,.lookbook .price-wrap{padding-left:20px;padding-right:20px;line-height:20px;max-height:40px;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}@media screen and (max-width:1199px){.page-lookbook .col-12{padding:10px;margin:0}.page-lookbook .row{margin:-10px}}@media screen and (max-width:991px){.page-lookbook [class*="alo-lookbook-"]:first-child{margin-bottom:15px}}@media screen and (max-width:767px){.page-lookbook [class*="alo-lookbook-"]{margin-bottom:15px}.page-lookbook .col-12{padding:0 10px}}@media screen and (max-width:480px){.page-lookbook .title-wrapper .title{font-size:2rem}}.terms-condition h2,.return-exchange h2,.shipping-delivery h2,.privacy_policy h2{font-size:2rem;color:#000}.terms-condition h3,.return-exchange h3,.shipping-delivery h3,.privacy_policy h3{font-size:1.8rem;margin-bottom:10px;color:#000}.terms-condition p+h3,.return-exchange p+h3,.shipping-delivery p+h3,.privacy_policy p+h3{margin-top:30px}.terms-condition p,.return-exchange p,.shipping-delivery p,.privacy_policy p{margin-bottom:15px}.cms-privacy-cookie .privacy-policy{line-height:25px}.cms-privacy-cookie .privacy-policy h2{color:#111;margin:30px 0 10px}.cms-privacy-cookie .privacy-policy table th,.cms-privacy-cookie .privacy-policy table td{border-width:2px;border-style:solid;border-color:#dddddd}.cms-privacy-cookie .privacy-policy table th{font-weight:600;color:#111}@media screen and (max-width:480px){.terms-condition h2,.return-exchange h2,.shipping-delivery h2,.privacy_policy h2{font-size:2rem}.terms-condition h3,.return-exchange h3,.shipping-delivery h3,.privacy_policy h3{font-size:1.8rem;margin-bottom:10px}}/*!
 * Bootstrap v4.3.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */:root{--blue:#007bff;--indigo:#6610f2;--purple:#6f42c1;--pink:#e83e8c;--red:#dc3545;--orange:#fd7e14;--yellow:#ffc107;--green:#28a745;--teal:#20c997;--cyan:#17a2b8;--white:#fff;--gray:#6c757d;--gray-dark:#343a40;--primary:#007bff;--secondary:#6c757d;--success:#28a745;--info:#17a2b8;--warning:#ffc107;--danger:#dc3545;--light:#f8f9fa;--dark:#343a40;--breakpoint-xs:0;--breakpoint-sm:576px;--breakpoint-md:768px;--breakpoint-lg:992px;--breakpoint-xl:1200px;--font-family-sans-serif:-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-family-monospace:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace}*,::after,::before{box-sizing:border-box}html{font-family:sans-serif;line-height:1.15;-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:transparent}article,aside,figcaption,figure,footer,header,hgroup,main,nav,section{display:block}body{margin:0;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:1rem;font-weight:400;line-height:1.5;color:#212529;text-align:left;background-color:#fff}[tabindex="-1"]:focus{outline:0!important}hr{box-sizing:content-box;height:0;overflow:visible}h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:.5rem}p{margin-top:0;margin-bottom:1rem}abbr[data-original-title],abbr[title]{text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted;cursor:help;border-bottom:0;-webkit-text-decoration-skip-ink:none;text-decoration-skip-ink:none}address{margin-bottom:1rem;font-style:normal;line-height:inherit}dl,ol,ul{margin-top:0;margin-bottom:1rem}ol ol,ol ul,ul ol,ul ul{margin-bottom:0}dt{font-weight:700}dd{margin-bottom:.5rem;margin-left:0}blockquote{margin:0 0 1rem}b,strong{font-weight:bolder}small{font-size:80%}sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}a{color:#007bff;text-decoration:none;background-color:transparent}a:hover{color:#0056b3;text-decoration:underline}a:not([href]):not([tabindex]){color:inherit;text-decoration:none}a:not([href]):not([tabindex]):focus,a:not([href]):not([tabindex]):hover{color:inherit;text-decoration:none}a:not([href]):not([tabindex]):focus{outline:0}code,kbd,pre,samp{font-family:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;font-size:1em}pre{margin-top:0;margin-bottom:1rem;overflow:auto}figure{margin:0 0 1rem}img{vertical-align:middle;border-style:none}svg{overflow:hidden;vertical-align:middle}table{border-collapse:collapse}caption{padding-top:.75rem;padding-bottom:.75rem;color:#6c757d;text-align:left;caption-side:bottom}th{text-align:inherit}label{display:inline-block;margin-bottom:.5rem}button{border-radius:0}button:focus{outline:1px dotted;outline:5px auto -webkit-focus-ring-color}button,input,optgroup,select,textarea{margin:0;font-family:inherit;font-size:inherit;line-height:inherit}button,input{overflow:visible}button,select{text-transform:none}select{word-wrap:normal}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]:not(:disabled),[type=reset]:not(:disabled),[type=submit]:not(:disabled),button:not(:disabled){cursor:pointer}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{padding:0;border-style:none}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=date],input[type=datetime-local],input[type=month],input[type=time]{-webkit-appearance:listbox}textarea{overflow:auto;resize:vertical}fieldset{min-width:0;padding:0;margin:0;border:0}legend{display:block;width:100%;max-width:100%;padding:0;margin-bottom:.5rem;font-size:1.5rem;line-height:inherit;color:inherit;white-space:normal}progress{vertical-align:baseline}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{outline-offset:-2px;-webkit-appearance:none}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{font:inherit;-webkit-appearance:button}output{display:inline-block}summary{display:list-item;cursor:pointer}template{display:none}[hidden]{display:none!important}.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6{margin-bottom:.5rem;font-weight:500;line-height:1.2}.h1,h1{font-size:2.5rem}.h2,h2{font-size:2rem}.h3,h3{font-size:1.75rem}.h4,h4{font-size:1.5rem}.h5,h5{font-size:1.25rem}.h6,h6{font-size:1rem}.lead{font-size:1.25rem;font-weight:300}.display-1{font-size:6rem;font-weight:300;line-height:1.2}.display-2{font-size:5.5rem;font-weight:300;line-height:1.2}.display-3{font-size:4.5rem;font-weight:300;line-height:1.2}.display-4{font-size:3.5rem;font-weight:300;line-height:1.2}hr{margin-top:1rem;margin-bottom:1rem;border:0;border-top:1px solid rgba(0,0,0,.1)}.small,small{font-size:80%;font-weight:400}.mark,mark{padding:.2em;background-color:#fcf8e3}.list-unstyled{padding-left:0;list-style:none}.list-inline{padding-left:0;list-style:none}.list-inline-item{display:inline-block}.list-inline-item:not(:last-child){margin-right:.5rem}.initialism{font-size:90%;text-transform:uppercase}.blockquote{margin-bottom:1rem;font-size:1.25rem}.blockquote-footer{display:block;font-size:80%;color:#6c757d}.blockquote-footer::before{content:"\2014\00A0"}.img-fluid{max-width:100%;height:auto}.img-thumbnail{padding:.25rem;background-color:#fff;border:1px solid #dee2e6;border-radius:.25rem;max-width:100%;height:auto}.figure{display:inline-block}.figure-img{margin-bottom:.5rem;line-height:1}.figure-caption{font-size:90%;color:#6c757d}code{font-size:87.5%;color:#e83e8c;word-break:break-word}a>code{color:inherit}kbd{padding:.2rem .4rem;font-size:87.5%;color:#fff;background-color:#212529;border-radius:.2rem}kbd kbd{padding:0;font-size:100%;font-weight:700}pre{display:block;font-size:87.5%;color:#212529}pre code{font-size:inherit;color:inherit;word-break:normal}.pre-scrollable{max-height:340px;overflow-y:scroll}.container{width:100%;padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}@media (min-width:576px){.container{max-width:540px}}@media (min-width:768px){.container{max-width:720px}}@media (min-width:992px){.container{max-width:960px}}@media (min-width:1200px){.container{max-width:1140px}}.container-fluid{width:100%;padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}.row{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-right:-15px;margin-left:-15px}.no-gutters{margin-right:0;margin-left:0}.no-gutters>.col,.no-gutters>[class*=col-]{padding-right:0;padding-left:0}.col,.col-1,.col-10,.col-11,.col-12,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9,.col-auto,.col-lg,.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-auto,.col-md,.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-auto,.col-sm,.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-auto,.col-xl,.col-xl-1,.col-xl-10,.col-xl-11,.col-xl-12,.col-xl-2,.col-xl-3,.col-xl-4,.col-xl-5,.col-xl-6,.col-xl-7,.col-xl-8,.col-xl-9,.col-xl-auto{position:relative;width:100%;padding-right:15px;padding-left:15px}.col{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%}.col-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:100%}.col-1{-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.col-2{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.col-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-10{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-11{-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.col-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-first{-ms-flex-order:-1;order:-1}.order-last{-ms-flex-order:13;order:13}.order-0{-ms-flex-order:0;order:0}.order-1{-ms-flex-order:1;order:1}.order-2{-ms-flex-order:2;order:2}.order-3{-ms-flex-order:3;order:3}.order-4{-ms-flex-order:4;order:4}.order-5{-ms-flex-order:5;order:5}.order-6{-ms-flex-order:6;order:6}.order-7{-ms-flex-order:7;order:7}.order-8{-ms-flex-order:8;order:8}.order-9{-ms-flex-order:9;order:9}.order-10{-ms-flex-order:10;order:10}.order-11{-ms-flex-order:11;order:11}.order-12{-ms-flex-order:12;order:12}.offset-1{margin-left:8.333333%}.offset-2{margin-left:16.666667%}.offset-3{margin-left:25%}.offset-4{margin-left:33.333333%}.offset-5{margin-left:41.666667%}.offset-6{margin-left:50%}.offset-7{margin-left:58.333333%}.offset-8{margin-left:66.666667%}.offset-9{margin-left:75%}.offset-10{margin-left:83.333333%}.offset-11{margin-left:91.666667%}@media (min-width:576px){.col-sm{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%}.col-sm-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:100%}.col-sm-1{-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.col-sm-2{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-sm-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-sm-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-sm-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-sm-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-sm-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.col-sm-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-sm-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-sm-10{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-sm-11{-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.col-sm-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-sm-first{-ms-flex-order:-1;order:-1}.order-sm-last{-ms-flex-order:13;order:13}.order-sm-0{-ms-flex-order:0;order:0}.order-sm-1{-ms-flex-order:1;order:1}.order-sm-2{-ms-flex-order:2;order:2}.order-sm-3{-ms-flex-order:3;order:3}.order-sm-4{-ms-flex-order:4;order:4}.order-sm-5{-ms-flex-order:5;order:5}.order-sm-6{-ms-flex-order:6;order:6}.order-sm-7{-ms-flex-order:7;order:7}.order-sm-8{-ms-flex-order:8;order:8}.order-sm-9{-ms-flex-order:9;order:9}.order-sm-10{-ms-flex-order:10;order:10}.order-sm-11{-ms-flex-order:11;order:11}.order-sm-12{-ms-flex-order:12;order:12}.offset-sm-0{margin-left:0}.offset-sm-1{margin-left:8.333333%}.offset-sm-2{margin-left:16.666667%}.offset-sm-3{margin-left:25%}.offset-sm-4{margin-left:33.333333%}.offset-sm-5{margin-left:41.666667%}.offset-sm-6{margin-left:50%}.offset-sm-7{margin-left:58.333333%}.offset-sm-8{margin-left:66.666667%}.offset-sm-9{margin-left:75%}.offset-sm-10{margin-left:83.333333%}.offset-sm-11{margin-left:91.666667%}}@media (min-width:768px){.col-md{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%}.col-md-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:100%}.col-md-1{-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.col-md-2{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-md-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-md-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-md-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-md-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-md-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.col-md-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-md-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-md-10{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-md-11{-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.col-md-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-md-first{-ms-flex-order:-1;order:-1}.order-md-last{-ms-flex-order:13;order:13}.order-md-0{-ms-flex-order:0;order:0}.order-md-1{-ms-flex-order:1;order:1}.order-md-2{-ms-flex-order:2;order:2}.order-md-3{-ms-flex-order:3;order:3}.order-md-4{-ms-flex-order:4;order:4}.order-md-5{-ms-flex-order:5;order:5}.order-md-6{-ms-flex-order:6;order:6}.order-md-7{-ms-flex-order:7;order:7}.order-md-8{-ms-flex-order:8;order:8}.order-md-9{-ms-flex-order:9;order:9}.order-md-10{-ms-flex-order:10;order:10}.order-md-11{-ms-flex-order:11;order:11}.order-md-12{-ms-flex-order:12;order:12}.offset-md-0{margin-left:0}.offset-md-1{margin-left:8.333333%}.offset-md-2{margin-left:16.666667%}.offset-md-3{margin-left:25%}.offset-md-4{margin-left:33.333333%}.offset-md-5{margin-left:41.666667%}.offset-md-6{margin-left:50%}.offset-md-7{margin-left:58.333333%}.offset-md-8{margin-left:66.666667%}.offset-md-9{margin-left:75%}.offset-md-10{margin-left:83.333333%}.offset-md-11{margin-left:91.666667%}}@media (min-width:992px){.col-lg{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%}.col-lg-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:100%}.col-lg-1{-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.col-lg-2{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-lg-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-lg-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-lg-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-lg-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-lg-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.col-lg-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-lg-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-lg-10{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-lg-11{-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.col-lg-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-lg-first{-ms-flex-order:-1;order:-1}.order-lg-last{-ms-flex-order:13;order:13}.order-lg-0{-ms-flex-order:0;order:0}.order-lg-1{-ms-flex-order:1;order:1}.order-lg-2{-ms-flex-order:2;order:2}.order-lg-3{-ms-flex-order:3;order:3}.order-lg-4{-ms-flex-order:4;order:4}.order-lg-5{-ms-flex-order:5;order:5}.order-lg-6{-ms-flex-order:6;order:6}.order-lg-7{-ms-flex-order:7;order:7}.order-lg-8{-ms-flex-order:8;order:8}.order-lg-9{-ms-flex-order:9;order:9}.order-lg-10{-ms-flex-order:10;order:10}.order-lg-11{-ms-flex-order:11;order:11}.order-lg-12{-ms-flex-order:12;order:12}.offset-lg-0{margin-left:0}.offset-lg-1{margin-left:8.333333%}.offset-lg-2{margin-left:16.666667%}.offset-lg-3{margin-left:25%}.offset-lg-4{margin-left:33.333333%}.offset-lg-5{margin-left:41.666667%}.offset-lg-6{margin-left:50%}.offset-lg-7{margin-left:58.333333%}.offset-lg-8{margin-left:66.666667%}.offset-lg-9{margin-left:75%}.offset-lg-10{margin-left:83.333333%}.offset-lg-11{margin-left:91.666667%}}@media (min-width:1200px){.col-xl{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%}.col-xl-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:100%}.col-xl-1{-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.col-xl-2{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-xl-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-xl-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-xl-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-xl-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-xl-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.col-xl-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-xl-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-xl-10{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-xl-11{-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.col-xl-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-xl-first{-ms-flex-order:-1;order:-1}.order-xl-last{-ms-flex-order:13;order:13}.order-xl-0{-ms-flex-order:0;order:0}.order-xl-1{-ms-flex-order:1;order:1}.order-xl-2{-ms-flex-order:2;order:2}.order-xl-3{-ms-flex-order:3;order:3}.order-xl-4{-ms-flex-order:4;order:4}.order-xl-5{-ms-flex-order:5;order:5}.order-xl-6{-ms-flex-order:6;order:6}.order-xl-7{-ms-flex-order:7;order:7}.order-xl-8{-ms-flex-order:8;order:8}.order-xl-9{-ms-flex-order:9;order:9}.order-xl-10{-ms-flex-order:10;order:10}.order-xl-11{-ms-flex-order:11;order:11}.order-xl-12{-ms-flex-order:12;order:12}.offset-xl-0{margin-left:0}.offset-xl-1{margin-left:8.333333%}.offset-xl-2{margin-left:16.666667%}.offset-xl-3{margin-left:25%}.offset-xl-4{margin-left:33.333333%}.offset-xl-5{margin-left:41.666667%}.offset-xl-6{margin-left:50%}.offset-xl-7{margin-left:58.333333%}.offset-xl-8{margin-left:66.666667%}.offset-xl-9{margin-left:75%}.offset-xl-10{margin-left:83.333333%}.offset-xl-11{margin-left:91.666667%}}.table{width:100%;margin-bottom:1rem;color:#212529}.table td,.table th{padding:.75rem;vertical-align:top;border-top:1px solid #dee2e6}.table thead th{vertical-align:bottom;border-bottom:2px solid #dee2e6}.table tbody+tbody{border-top:2px solid #dee2e6}.table-sm td,.table-sm th{padding:.3rem}.table-bordered{border:1px solid #dee2e6}.table-bordered td,.table-bordered th{border:1px solid #dee2e6}.table-bordered thead td,.table-bordered thead th{border-bottom-width:2px}.table-borderless tbody+tbody,.table-borderless td,.table-borderless th,.table-borderless thead th{border:0}.table-striped tbody tr:nth-of-type(odd){background-color:rgba(0,0,0,.05)}.table-hover tbody tr:hover{color:#212529;background-color:rgba(0,0,0,.075)}.table-primary,.table-primary>td,.table-primary>th{background-color:#b8daff}.table-primary tbody+tbody,.table-primary td,.table-primary th,.table-primary thead th{border-color:#7abaff}.table-hover .table-primary:hover{background-color:#9fcdff}.table-hover .table-primary:hover>td,.table-hover .table-primary:hover>th{background-color:#9fcdff}.table-secondary,.table-secondary>td,.table-secondary>th{background-color:#d6d8db}.table-secondary tbody+tbody,.table-secondary td,.table-secondary th,.table-secondary thead th{border-color:#b3b7bb}.table-hover .table-secondary:hover{background-color:#c8cbcf}.table-hover .table-secondary:hover>td,.table-hover .table-secondary:hover>th{background-color:#c8cbcf}.table-success,.table-success>td,.table-success>th{background-color:#c3e6cb}.table-success tbody+tbody,.table-success td,.table-success th,.table-success thead th{border-color:#8fd19e}.table-hover .table-success:hover{background-color:#b1dfbb}.table-hover .table-success:hover>td,.table-hover .table-success:hover>th{background-color:#b1dfbb}.table-info,.table-info>td,.table-info>th{background-color:#bee5eb}.table-info tbody+tbody,.table-info td,.table-info th,.table-info thead th{border-color:#86cfda}.table-hover .table-info:hover{background-color:#abdde5}.table-hover .table-info:hover>td,.table-hover .table-info:hover>th{background-color:#abdde5}.table-warning,.table-warning>td,.table-warning>th{background-color:#ffeeba}.table-warning tbody+tbody,.table-warning td,.table-warning th,.table-warning thead th{border-color:#ffdf7e}.table-hover .table-warning:hover{background-color:#ffe8a1}.table-hover .table-warning:hover>td,.table-hover .table-warning:hover>th{background-color:#ffe8a1}.table-danger,.table-danger>td,.table-danger>th{background-color:#f5c6cb}.table-danger tbody+tbody,.table-danger td,.table-danger th,.table-danger thead th{border-color:#ed969e}.table-hover .table-danger:hover{background-color:#f1b0b7}.table-hover .table-danger:hover>td,.table-hover .table-danger:hover>th{background-color:#f1b0b7}.table-light,.table-light>td,.table-light>th{background-color:#fdfdfe}.table-light tbody+tbody,.table-light td,.table-light th,.table-light thead th{border-color:#fbfcfc}.table-hover .table-light:hover{background-color:#ececf6}.table-hover .table-light:hover>td,.table-hover .table-light:hover>th{background-color:#ececf6}.table-dark,.table-dark>td,.table-dark>th{background-color:#c6c8ca}.table-dark tbody+tbody,.table-dark td,.table-dark th,.table-dark thead th{border-color:#95999c}.table-hover .table-dark:hover{background-color:#b9bbbe}.table-hover .table-dark:hover>td,.table-hover .table-dark:hover>th{background-color:#b9bbbe}.table-active,.table-active>td,.table-active>th{background-color:rgba(0,0,0,.075)}.table-hover .table-active:hover{background-color:rgba(0,0,0,.075)}.table-hover .table-active:hover>td,.table-hover .table-active:hover>th{background-color:rgba(0,0,0,.075)}.table .thead-dark th{color:#fff;background-color:#343a40;border-color:#454d55}.table .thead-light th{color:#495057;background-color:#e9ecef;border-color:#dee2e6}.table-dark{color:#fff;background-color:#343a40}.table-dark td,.table-dark th,.table-dark thead th{border-color:#454d55}.table-dark.table-bordered{border:0}.table-dark.table-striped tbody tr:nth-of-type(odd){background-color:rgba(255,255,255,.05)}.table-dark.table-hover tbody tr:hover{color:#fff;background-color:rgba(255,255,255,.075)}@media (max-width:575.98px){.table-responsive-sm{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.table-responsive-sm>.table-bordered{border:0}}@media (max-width:767.98px){.table-responsive-md{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.table-responsive-md>.table-bordered{border:0}}@media (max-width:991.98px){.table-responsive-lg{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.table-responsive-lg>.table-bordered{border:0}}@media (max-width:1199.98px){.table-responsive-xl{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.table-responsive-xl>.table-bordered{border:0}}.table-responsive{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.table-responsive>.table-bordered{border:0}.form-control{display:block;width:100%;height:calc(1.5em + .75rem + 2px);padding:.375rem .75rem;font-size:1rem;font-weight:400;line-height:1.5;color:#495057;background-color:#fff;background-clip:padding-box;border:1px solid #ced4da;border-radius:.25rem;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media (prefers-reduced-motion:reduce){.form-control{transition:none}}.form-control::-ms-expand{background-color:transparent;border:0}.form-control:focus{color:#495057;background-color:#fff;border-color:#80bdff;outline:0;box-shadow:0 0 0 .2rem rgba(0,123,255,.25)}.form-control::-webkit-input-placeholder{color:#6c757d;opacity:1}.form-control::-moz-placeholder{color:#6c757d;opacity:1}.form-control:-ms-input-placeholder{color:#6c757d;opacity:1}.form-control::-ms-input-placeholder{color:#6c757d;opacity:1}.form-control::placeholder{color:#6c757d;opacity:1}.form-control:disabled,.form-control[readonly]{background-color:#e9ecef;opacity:1}select.form-control:focus::-ms-value{color:#495057;background-color:#fff}.form-control-file,.form-control-range{display:block;width:100%}.col-form-label{padding-top:calc(.375rem + 1px);padding-bottom:calc(.375rem + 1px);margin-bottom:0;font-size:inherit;line-height:1.5}.col-form-label-lg{padding-top:calc(.5rem + 1px);padding-bottom:calc(.5rem + 1px);font-size:1.25rem;line-height:1.5}.col-form-label-sm{padding-top:calc(.25rem + 1px);padding-bottom:calc(.25rem + 1px);font-size:.875rem;line-height:1.5}.form-control-plaintext{display:block;width:100%;padding-top:.375rem;padding-bottom:.375rem;margin-bottom:0;line-height:1.5;color:#212529;background-color:transparent;border:solid transparent;border-width:1px 0}.form-control-plaintext.form-control-lg,.form-control-plaintext.form-control-sm{padding-right:0;padding-left:0}.form-control-sm{height:calc(1.5em + .5rem + 2px);padding:.25rem .5rem;font-size:.875rem;line-height:1.5;border-radius:.2rem}.form-control-lg{height:calc(1.5em + 1rem + 2px);padding:.5rem 1rem;font-size:1.25rem;line-height:1.5;border-radius:.3rem}select.form-control[multiple],select.form-control[size]{height:auto}textarea.form-control{height:auto}.form-group{margin-bottom:1rem}.form-text{display:block;margin-top:.25rem}.form-row{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-right:-5px;margin-left:-5px}.form-row>.col,.form-row>[class*=col-]{padding-right:5px;padding-left:5px}.form-check{position:relative;display:block;padding-left:1.25rem}.form-check-input{position:absolute;margin-top:.3rem;margin-left:-1.25rem}.form-check-input:disabled~.form-check-label{color:#6c757d}.form-check-label{margin-bottom:0}.form-check-inline{display:-ms-inline-flexbox;display:inline-flex;-ms-flex-align:center;align-items:center;padding-left:0;margin-right:.75rem}.form-check-inline .form-check-input{position:static;margin-top:0;margin-right:.3125rem;margin-left:0}.valid-feedback{display:none;width:100%;margin-top:.25rem;font-size:80%;color:#28a745}.valid-tooltip{position:absolute;top:100%;z-index:5;display:none;max-width:100%;padding:.25rem .5rem;margin-top:.1rem;font-size:.875rem;line-height:1.5;color:#fff;background-color:rgba(40,167,69,.9);border-radius:.25rem}.form-control.is-valid,.was-validated .form-control:valid{border-color:#28a745;padding-right:calc(1.5em + .75rem);background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");background-repeat:no-repeat;background-position:center right calc(.375em + .1875rem);background-size:calc(.75em + .375rem) calc(.75em + .375rem)}.form-control.is-valid:focus,.was-validated .form-control:valid:focus{border-color:#28a745;box-shadow:0 0 0 .2rem rgba(40,167,69,.25)}.form-control.is-valid~.valid-feedback,.form-control.is-valid~.valid-tooltip,.was-validated .form-control:valid~.valid-feedback,.was-validated .form-control:valid~.valid-tooltip{display:block}.was-validated textarea.form-control:valid,textarea.form-control.is-valid{padding-right:calc(1.5em + .75rem);background-position:top calc(.375em + .1875rem) right calc(.375em + .1875rem)}.custom-select.is-valid,.was-validated .custom-select:valid{border-color:#28a745;padding-right:calc((1em + .75rem) * 3 / 4 + 1.75rem);background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right .75rem center/8px 10px,url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(.75em + .375rem) calc(.75em + .375rem)}.custom-select.is-valid:focus,.was-validated .custom-select:valid:focus{border-color:#28a745;box-shadow:0 0 0 .2rem rgba(40,167,69,.25)}.custom-select.is-valid~.valid-feedback,.custom-select.is-valid~.valid-tooltip,.was-validated .custom-select:valid~.valid-feedback,.was-validated .custom-select:valid~.valid-tooltip{display:block}.form-control-file.is-valid~.valid-feedback,.form-control-file.is-valid~.valid-tooltip,.was-validated .form-control-file:valid~.valid-feedback,.was-validated .form-control-file:valid~.valid-tooltip{display:block}.form-check-input.is-valid~.form-check-label,.was-validated .form-check-input:valid~.form-check-label{color:#28a745}.form-check-input.is-valid~.valid-feedback,.form-check-input.is-valid~.valid-tooltip,.was-validated .form-check-input:valid~.valid-feedback,.was-validated .form-check-input:valid~.valid-tooltip{display:block}.custom-control-input.is-valid~.custom-control-label,.was-validated .custom-control-input:valid~.custom-control-label{color:#28a745}.custom-control-input.is-valid~.custom-control-label::before,.was-validated .custom-control-input:valid~.custom-control-label::before{border-color:#28a745}.custom-control-input.is-valid~.valid-feedback,.custom-control-input.is-valid~.valid-tooltip,.was-validated .custom-control-input:valid~.valid-feedback,.was-validated .custom-control-input:valid~.valid-tooltip{display:block}.custom-control-input.is-valid:checked~.custom-control-label::before,.was-validated .custom-control-input:valid:checked~.custom-control-label::before{border-color:#34ce57;background-color:#34ce57}.custom-control-input.is-valid:focus~.custom-control-label::before,.was-validated .custom-control-input:valid:focus~.custom-control-label::before{box-shadow:0 0 0 .2rem rgba(40,167,69,.25)}.custom-control-input.is-valid:focus:not(:checked)~.custom-control-label::before,.was-validated .custom-control-input:valid:focus:not(:checked)~.custom-control-label::before{border-color:#28a745}.custom-file-input.is-valid~.custom-file-label,.was-validated .custom-file-input:valid~.custom-file-label{border-color:#28a745}.custom-file-input.is-valid~.valid-feedback,.custom-file-input.is-valid~.valid-tooltip,.was-validated .custom-file-input:valid~.valid-feedback,.was-validated .custom-file-input:valid~.valid-tooltip{display:block}.custom-file-input.is-valid:focus~.custom-file-label,.was-validated .custom-file-input:valid:focus~.custom-file-label{border-color:#28a745;box-shadow:0 0 0 .2rem rgba(40,167,69,.25)}.invalid-feedback{display:none;width:100%;margin-top:.25rem;font-size:80%;color:#dc3545}.invalid-tooltip{position:absolute;top:100%;z-index:5;display:none;max-width:100%;padding:.25rem .5rem;margin-top:.1rem;font-size:.875rem;line-height:1.5;color:#fff;background-color:rgba(220,53,69,.9);border-radius:.25rem}.form-control.is-invalid,.was-validated .form-control:invalid{border-color:#dc3545;padding-right:calc(1.5em + .75rem);background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23dc3545' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E");background-repeat:no-repeat;background-position:center right calc(.375em + .1875rem);background-size:calc(.75em + .375rem) calc(.75em + .375rem)}.form-control.is-invalid:focus,.was-validated .form-control:invalid:focus{border-color:#dc3545;box-shadow:0 0 0 .2rem rgba(220,53,69,.25)}.form-control.is-invalid~.invalid-feedback,.form-control.is-invalid~.invalid-tooltip,.was-validated .form-control:invalid~.invalid-feedback,.was-validated .form-control:invalid~.invalid-tooltip{display:block}.was-validated textarea.form-control:invalid,textarea.form-control.is-invalid{padding-right:calc(1.5em + .75rem);background-position:top calc(.375em + .1875rem) right calc(.375em + .1875rem)}.custom-select.is-invalid,.was-validated .custom-select:invalid{border-color:#dc3545;padding-right:calc((1em + .75rem) * 3 / 4 + 1.75rem);background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right .75rem center/8px 10px,url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23dc3545' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E") #fff no-repeat center right 1.75rem/calc(.75em + .375rem) calc(.75em + .375rem)}.custom-select.is-invalid:focus,.was-validated .custom-select:invalid:focus{border-color:#dc3545;box-shadow:0 0 0 .2rem rgba(220,53,69,.25)}.custom-select.is-invalid~.invalid-feedback,.custom-select.is-invalid~.invalid-tooltip,.was-validated .custom-select:invalid~.invalid-feedback,.was-validated .custom-select:invalid~.invalid-tooltip{display:block}.form-control-file.is-invalid~.invalid-feedback,.form-control-file.is-invalid~.invalid-tooltip,.was-validated .form-control-file:invalid~.invalid-feedback,.was-validated .form-control-file:invalid~.invalid-tooltip{display:block}.form-check-input.is-invalid~.form-check-label,.was-validated .form-check-input:invalid~.form-check-label{color:#dc3545}.form-check-input.is-invalid~.invalid-feedback,.form-check-input.is-invalid~.invalid-tooltip,.was-validated .form-check-input:invalid~.invalid-feedback,.was-validated .form-check-input:invalid~.invalid-tooltip{display:block}.custom-control-input.is-invalid~.custom-control-label,.was-validated .custom-control-input:invalid~.custom-control-label{color:#dc3545}.custom-control-input.is-invalid~.custom-control-label::before,.was-validated .custom-control-input:invalid~.custom-control-label::before{border-color:#dc3545}.custom-control-input.is-invalid~.invalid-feedback,.custom-control-input.is-invalid~.invalid-tooltip,.was-validated .custom-control-input:invalid~.invalid-feedback,.was-validated .custom-control-input:invalid~.invalid-tooltip{display:block}.custom-control-input.is-invalid:checked~.custom-control-label::before,.was-validated .custom-control-input:invalid:checked~.custom-control-label::before{border-color:#e4606d;background-color:#e4606d}.custom-control-input.is-invalid:focus~.custom-control-label::before,.was-validated .custom-control-input:invalid:focus~.custom-control-label::before{box-shadow:0 0 0 .2rem rgba(220,53,69,.25)}.custom-control-input.is-invalid:focus:not(:checked)~.custom-control-label::before,.was-validated .custom-control-input:invalid:focus:not(:checked)~.custom-control-label::before{border-color:#dc3545}.custom-file-input.is-invalid~.custom-file-label,.was-validated .custom-file-input:invalid~.custom-file-label{border-color:#dc3545}.custom-file-input.is-invalid~.invalid-feedback,.custom-file-input.is-invalid~.invalid-tooltip,.was-validated .custom-file-input:invalid~.invalid-feedback,.was-validated .custom-file-input:invalid~.invalid-tooltip{display:block}.custom-file-input.is-invalid:focus~.custom-file-label,.was-validated .custom-file-input:invalid:focus~.custom-file-label{border-color:#dc3545;box-shadow:0 0 0 .2rem rgba(220,53,69,.25)}.form-inline{display:-ms-flexbox;display:flex;-ms-flex-flow:row wrap;flex-flow:row wrap;-ms-flex-align:center;align-items:center}.form-inline .form-check{width:100%}@media (min-width:576px){.form-inline label{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;margin-bottom:0}.form-inline .form-group{display:-ms-flexbox;display:flex;-ms-flex:0 0 auto;flex:0 0 auto;-ms-flex-flow:row wrap;flex-flow:row wrap;-ms-flex-align:center;align-items:center;margin-bottom:0}.form-inline .form-control{display:inline-block;width:auto;vertical-align:middle}.form-inline .form-control-plaintext{display:inline-block}.form-inline .custom-select,.form-inline .input-group{width:auto}.form-inline .form-check{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;width:auto;padding-left:0}.form-inline .form-check-input{position:relative;-ms-flex-negative:0;flex-shrink:0;margin-top:0;margin-right:.25rem;margin-left:0}.form-inline .custom-control{-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center}.form-inline .custom-control-label{margin-bottom:0}}.btn{display:inline-block;font-weight:400;color:#212529;text-align:center;vertical-align:middle;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background-color:transparent;border:1px solid transparent;padding:.375rem .75rem;font-size:1rem;line-height:1.5;border-radius:.25rem;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media (prefers-reduced-motion:reduce){.btn{transition:none}}.btn:hover{color:#212529;text-decoration:none}.btn.focus,.btn:focus{outline:0;box-shadow:0 0 0 .2rem rgba(0,123,255,.25)}.btn.disabled,.btn:disabled{opacity:.65}a.btn.disabled,fieldset:disabled a.btn{pointer-events:none}.btn-primary{color:#fff;background-color:#007bff;border-color:#007bff}.btn-primary:hover{color:#fff;background-color:#0069d9;border-color:#0062cc}.btn-primary.focus,.btn-primary:focus{box-shadow:0 0 0 .2rem rgba(38,143,255,.5)}.btn-primary.disabled,.btn-primary:disabled{color:#fff;background-color:#007bff;border-color:#007bff}.btn-primary:not(:disabled):not(.disabled).active,.btn-primary:not(:disabled):not(.disabled):active,.show>.btn-primary.dropdown-toggle{color:#fff;background-color:#0062cc;border-color:#005cbf}.btn-primary:not(:disabled):not(.disabled).active:focus,.btn-primary:not(:disabled):not(.disabled):active:focus,.show>.btn-primary.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(38,143,255,.5)}.btn-secondary{color:#fff;background-color:#6c757d;border-color:#6c757d}.btn-secondary:hover{color:#fff;background-color:#5a6268;border-color:#545b62}.btn-secondary.focus,.btn-secondary:focus{box-shadow:0 0 0 .2rem rgba(130,138,145,.5)}.btn-secondary.disabled,.btn-secondary:disabled{color:#fff;background-color:#6c757d;border-color:#6c757d}.btn-secondary:not(:disabled):not(.disabled).active,.btn-secondary:not(:disabled):not(.disabled):active,.show>.btn-secondary.dropdown-toggle{color:#fff;background-color:#545b62;border-color:#4e555b}.btn-secondary:not(:disabled):not(.disabled).active:focus,.btn-secondary:not(:disabled):not(.disabled):active:focus,.show>.btn-secondary.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(130,138,145,.5)}.btn-success{color:#fff;background-color:#28a745;border-color:#28a745}.btn-success:hover{color:#fff;background-color:#218838;border-color:#1e7e34}.btn-success.focus,.btn-success:focus{box-shadow:0 0 0 .2rem rgba(72,180,97,.5)}.btn-success.disabled,.btn-success:disabled{color:#fff;background-color:#28a745;border-color:#28a745}.btn-success:not(:disabled):not(.disabled).active,.btn-success:not(:disabled):not(.disabled):active,.show>.btn-success.dropdown-toggle{color:#fff;background-color:#1e7e34;border-color:#1c7430}.btn-success:not(:disabled):not(.disabled).active:focus,.btn-success:not(:disabled):not(.disabled):active:focus,.show>.btn-success.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(72,180,97,.5)}.btn-info{color:#fff;background-color:#17a2b8;border-color:#17a2b8}.btn-info:hover{color:#fff;background-color:#138496;border-color:#117a8b}.btn-info.focus,.btn-info:focus{box-shadow:0 0 0 .2rem rgba(58,176,195,.5)}.btn-info.disabled,.btn-info:disabled{color:#fff;background-color:#17a2b8;border-color:#17a2b8}.btn-info:not(:disabled):not(.disabled).active,.btn-info:not(:disabled):not(.disabled):active,.show>.btn-info.dropdown-toggle{color:#fff;background-color:#117a8b;border-color:#10707f}.btn-info:not(:disabled):not(.disabled).active:focus,.btn-info:not(:disabled):not(.disabled):active:focus,.show>.btn-info.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(58,176,195,.5)}.btn-warning{color:#212529;background-color:#ffc107;border-color:#ffc107}.btn-warning:hover{color:#212529;background-color:#e0a800;border-color:#d39e00}.btn-warning.focus,.btn-warning:focus{box-shadow:0 0 0 .2rem rgba(222,170,12,.5)}.btn-warning.disabled,.btn-warning:disabled{color:#212529;background-color:#ffc107;border-color:#ffc107}.btn-warning:not(:disabled):not(.disabled).active,.btn-warning:not(:disabled):not(.disabled):active,.show>.btn-warning.dropdown-toggle{color:#212529;background-color:#d39e00;border-color:#c69500}.btn-warning:not(:disabled):not(.disabled).active:focus,.btn-warning:not(:disabled):not(.disabled):active:focus,.show>.btn-warning.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(222,170,12,.5)}.btn-danger{color:#fff;background-color:#dc3545;border-color:#dc3545}.btn-danger:hover{color:#fff;background-color:#c82333;border-color:#bd2130}.btn-danger.focus,.btn-danger:focus{box-shadow:0 0 0 .2rem rgba(225,83,97,.5)}.btn-danger.disabled,.btn-danger:disabled{color:#fff;background-color:#dc3545;border-color:#dc3545}.btn-danger:not(:disabled):not(.disabled).active,.btn-danger:not(:disabled):not(.disabled):active,.show>.btn-danger.dropdown-toggle{color:#fff;background-color:#bd2130;border-color:#b21f2d}.btn-danger:not(:disabled):not(.disabled).active:focus,.btn-danger:not(:disabled):not(.disabled):active:focus,.show>.btn-danger.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(225,83,97,.5)}.btn-light{color:#212529;background-color:#f8f9fa;border-color:#f8f9fa}.btn-light:hover{color:#212529;background-color:#e2e6ea;border-color:#dae0e5}.btn-light.focus,.btn-light:focus{box-shadow:0 0 0 .2rem rgba(216,217,219,.5)}.btn-light.disabled,.btn-light:disabled{color:#212529;background-color:#f8f9fa;border-color:#f8f9fa}.btn-light:not(:disabled):not(.disabled).active,.btn-light:not(:disabled):not(.disabled):active,.show>.btn-light.dropdown-toggle{color:#212529;background-color:#dae0e5;border-color:#d3d9df}.btn-light:not(:disabled):not(.disabled).active:focus,.btn-light:not(:disabled):not(.disabled):active:focus,.show>.btn-light.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(216,217,219,.5)}.btn-dark{color:#fff;background-color:#343a40;border-color:#343a40}.btn-dark:hover{color:#fff;background-color:#23272b;border-color:#1d2124}.btn-dark.focus,.btn-dark:focus{box-shadow:0 0 0 .2rem rgba(82,88,93,.5)}.btn-dark.disabled,.btn-dark:disabled{color:#fff;background-color:#343a40;border-color:#343a40}.btn-dark:not(:disabled):not(.disabled).active,.btn-dark:not(:disabled):not(.disabled):active,.show>.btn-dark.dropdown-toggle{color:#fff;background-color:#1d2124;border-color:#171a1d}.btn-dark:not(:disabled):not(.disabled).active:focus,.btn-dark:not(:disabled):not(.disabled):active:focus,.show>.btn-dark.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(82,88,93,.5)}.btn-outline-primary{color:#007bff;border-color:#007bff}.btn-outline-primary:hover{color:#fff;background-color:#007bff;border-color:#007bff}.btn-outline-primary.focus,.btn-outline-primary:focus{box-shadow:0 0 0 .2rem rgba(0,123,255,.5)}.btn-outline-primary.disabled,.btn-outline-primary:disabled{color:#007bff;background-color:transparent}.btn-outline-primary:not(:disabled):not(.disabled).active,.btn-outline-primary:not(:disabled):not(.disabled):active,.show>.btn-outline-primary.dropdown-toggle{color:#fff;background-color:#007bff;border-color:#007bff}.btn-outline-primary:not(:disabled):not(.disabled).active:focus,.btn-outline-primary:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-primary.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(0,123,255,.5)}.btn-outline-secondary{color:#6c757d;border-color:#6c757d}.btn-outline-secondary:hover{color:#fff;background-color:#6c757d;border-color:#6c757d}.btn-outline-secondary.focus,.btn-outline-secondary:focus{box-shadow:0 0 0 .2rem rgba(108,117,125,.5)}.btn-outline-secondary.disabled,.btn-outline-secondary:disabled{color:#6c757d;background-color:transparent}.btn-outline-secondary:not(:disabled):not(.disabled).active,.btn-outline-secondary:not(:disabled):not(.disabled):active,.show>.btn-outline-secondary.dropdown-toggle{color:#fff;background-color:#6c757d;border-color:#6c757d}.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-secondary.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(108,117,125,.5)}.btn-outline-success{color:#28a745;border-color:#28a745}.btn-outline-success:hover{color:#fff;background-color:#28a745;border-color:#28a745}.btn-outline-success.focus,.btn-outline-success:focus{box-shadow:0 0 0 .2rem rgba(40,167,69,.5)}.btn-outline-success.disabled,.btn-outline-success:disabled{color:#28a745;background-color:transparent}.btn-outline-success:not(:disabled):not(.disabled).active,.btn-outline-success:not(:disabled):not(.disabled):active,.show>.btn-outline-success.dropdown-toggle{color:#fff;background-color:#28a745;border-color:#28a745}.btn-outline-success:not(:disabled):not(.disabled).active:focus,.btn-outline-success:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-success.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(40,167,69,.5)}.btn-outline-info{color:#17a2b8;border-color:#17a2b8}.btn-outline-info:hover{color:#fff;background-color:#17a2b8;border-color:#17a2b8}.btn-outline-info.focus,.btn-outline-info:focus{box-shadow:0 0 0 .2rem rgba(23,162,184,.5)}.btn-outline-info.disabled,.btn-outline-info:disabled{color:#17a2b8;background-color:transparent}.btn-outline-info:not(:disabled):not(.disabled).active,.btn-outline-info:not(:disabled):not(.disabled):active,.show>.btn-outline-info.dropdown-toggle{color:#fff;background-color:#17a2b8;border-color:#17a2b8}.btn-outline-info:not(:disabled):not(.disabled).active:focus,.btn-outline-info:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-info.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(23,162,184,.5)}.btn-outline-warning{color:#ffc107;border-color:#ffc107}.btn-outline-warning:hover{color:#212529;background-color:#ffc107;border-color:#ffc107}.btn-outline-warning.focus,.btn-outline-warning:focus{box-shadow:0 0 0 .2rem rgba(255,193,7,.5)}.btn-outline-warning.disabled,.btn-outline-warning:disabled{color:#ffc107;background-color:transparent}.btn-outline-warning:not(:disabled):not(.disabled).active,.btn-outline-warning:not(:disabled):not(.disabled):active,.show>.btn-outline-warning.dropdown-toggle{color:#212529;background-color:#ffc107;border-color:#ffc107}.btn-outline-warning:not(:disabled):not(.disabled).active:focus,.btn-outline-warning:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-warning.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(255,193,7,.5)}.btn-outline-danger{color:#dc3545;border-color:#dc3545}.btn-outline-danger:hover{color:#fff;background-color:#dc3545;border-color:#dc3545}.btn-outline-danger.focus,.btn-outline-danger:focus{box-shadow:0 0 0 .2rem rgba(220,53,69,.5)}.btn-outline-danger.disabled,.btn-outline-danger:disabled{color:#dc3545;background-color:transparent}.btn-outline-danger:not(:disabled):not(.disabled).active,.btn-outline-danger:not(:disabled):not(.disabled):active,.show>.btn-outline-danger.dropdown-toggle{color:#fff;background-color:#dc3545;border-color:#dc3545}.btn-outline-danger:not(:disabled):not(.disabled).active:focus,.btn-outline-danger:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-danger.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(220,53,69,.5)}.btn-outline-light{color:#f8f9fa;border-color:#f8f9fa}.btn-outline-light:hover{color:#212529;background-color:#f8f9fa;border-color:#f8f9fa}.btn-outline-light.focus,.btn-outline-light:focus{box-shadow:0 0 0 .2rem rgba(248,249,250,.5)}.btn-outline-light.disabled,.btn-outline-light:disabled{color:#f8f9fa;background-color:transparent}.btn-outline-light:not(:disabled):not(.disabled).active,.btn-outline-light:not(:disabled):not(.disabled):active,.show>.btn-outline-light.dropdown-toggle{color:#212529;background-color:#f8f9fa;border-color:#f8f9fa}.btn-outline-light:not(:disabled):not(.disabled).active:focus,.btn-outline-light:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-light.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(248,249,250,.5)}.btn-outline-dark{color:#343a40;border-color:#343a40}.btn-outline-dark:hover{color:#fff;background-color:#343a40;border-color:#343a40}.btn-outline-dark.focus,.btn-outline-dark:focus{box-shadow:0 0 0 .2rem rgba(52,58,64,.5)}.btn-outline-dark.disabled,.btn-outline-dark:disabled{color:#343a40;background-color:transparent}.btn-outline-dark:not(:disabled):not(.disabled).active,.btn-outline-dark:not(:disabled):not(.disabled):active,.show>.btn-outline-dark.dropdown-toggle{color:#fff;background-color:#343a40;border-color:#343a40}.btn-outline-dark:not(:disabled):not(.disabled).active:focus,.btn-outline-dark:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-dark.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(52,58,64,.5)}.btn-link{font-weight:400;color:#007bff;text-decoration:none}.btn-link:hover{color:#0056b3;text-decoration:underline}.btn-link.focus,.btn-link:focus{text-decoration:underline;box-shadow:none}.btn-link.disabled,.btn-link:disabled{color:#6c757d;pointer-events:none}.btn-group-lg>.btn,.btn-lg{padding:.5rem 1rem;font-size:1.25rem;line-height:1.5;border-radius:.3rem}.btn-group-sm>.btn,.btn-sm{padding:.25rem .5rem;font-size:.875rem;line-height:1.5;border-radius:.2rem}.btn-block{display:block;width:100%}.btn-block+.btn-block{margin-top:.5rem}input[type=button].btn-block,input[type=reset].btn-block,input[type=submit].btn-block{width:100%}.fade{transition:opacity .15s linear}@media (prefers-reduced-motion:reduce){.fade{transition:none}}.fade:not(.show){opacity:0}.collapse:not(.show){display:none}.collapsing{position:relative;height:0;overflow:hidden;transition:height .35s ease}@media (prefers-reduced-motion:reduce){.collapsing{transition:none}}.dropdown,.dropleft,.dropright,.dropup{position:relative}.dropdown-toggle{white-space:nowrap}.dropdown-toggle::after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:"";border-top:.3em solid;border-right:.3em solid transparent;border-bottom:0;border-left:.3em solid transparent}.dropdown-toggle:empty::after{margin-left:0}.dropdown-menu{position:absolute;top:100%;left:0;z-index:1000;display:none;float:left;min-width:10rem;padding:.5rem 0;margin:.125rem 0 0;font-size:1rem;color:#212529;text-align:left;list-style:none;background-color:#fff;background-clip:padding-box;border:1px solid rgba(0,0,0,.15);border-radius:.25rem}.dropdown-menu-left{right:auto;left:0}.dropdown-menu-right{right:0;left:auto}@media (min-width:576px){.dropdown-menu-sm-left{right:auto;left:0}.dropdown-menu-sm-right{right:0;left:auto}}@media (min-width:768px){.dropdown-menu-md-left{right:auto;left:0}.dropdown-menu-md-right{right:0;left:auto}}@media (min-width:992px){.dropdown-menu-lg-left{right:auto;left:0}.dropdown-menu-lg-right{right:0;left:auto}}@media (min-width:1200px){.dropdown-menu-xl-left{right:auto;left:0}.dropdown-menu-xl-right{right:0;left:auto}}.dropup .dropdown-menu{top:auto;bottom:100%;margin-top:0;margin-bottom:.125rem}.dropup .dropdown-toggle::after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:"";border-top:0;border-right:.3em solid transparent;border-bottom:.3em solid;border-left:.3em solid transparent}.dropup .dropdown-toggle:empty::after{margin-left:0}.dropright .dropdown-menu{top:0;right:auto;left:100%;margin-top:0;margin-left:.125rem}.dropright .dropdown-toggle::after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:"";border-top:.3em solid transparent;border-right:0;border-bottom:.3em solid transparent;border-left:.3em solid}.dropright .dropdown-toggle:empty::after{margin-left:0}.dropright .dropdown-toggle::after{vertical-align:0}.dropleft .dropdown-menu{top:0;right:100%;left:auto;margin-top:0;margin-right:.125rem}.dropleft .dropdown-toggle::after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:""}.dropleft .dropdown-toggle::after{display:none}.dropleft .dropdown-toggle::before{display:inline-block;margin-right:.255em;vertical-align:.255em;content:"";border-top:.3em solid transparent;border-right:.3em solid;border-bottom:.3em solid transparent}.dropleft .dropdown-toggle:empty::after{margin-left:0}.dropleft .dropdown-toggle::before{vertical-align:0}.dropdown-menu[x-placement^=bottom],.dropdown-menu[x-placement^=left],.dropdown-menu[x-placement^=right],.dropdown-menu[x-placement^=top]{right:auto;bottom:auto}.dropdown-divider{height:0;margin:.5rem 0;overflow:hidden;border-top:1px solid #e9ecef}.dropdown-item{display:block;width:100%;padding:.25rem 1.5rem;clear:both;font-weight:400;color:#212529;text-align:inherit;white-space:nowrap;background-color:transparent;border:0}.dropdown-item:focus,.dropdown-item:hover{color:#16181b;text-decoration:none;background-color:#f8f9fa}.dropdown-item.active,.dropdown-item:active{color:#fff;text-decoration:none;background-color:#007bff}.dropdown-item.disabled,.dropdown-item:disabled{color:#6c757d;pointer-events:none;background-color:transparent}.dropdown-menu.show{display:block}.dropdown-header{display:block;padding:.5rem 1.5rem;margin-bottom:0;font-size:.875rem;color:#6c757d;white-space:nowrap}.dropdown-item-text{display:block;padding:.25rem 1.5rem;color:#212529}.btn-group,.btn-group-vertical{position:relative;display:-ms-inline-flexbox;display:inline-flex;vertical-align:middle}.btn-group-vertical>.btn,.btn-group>.btn{position:relative;-ms-flex:1 1 auto;flex:1 1 auto}.btn-group-vertical>.btn:hover,.btn-group>.btn:hover{z-index:1}.btn-group-vertical>.btn.active,.btn-group-vertical>.btn:active,.btn-group-vertical>.btn:focus,.btn-group>.btn.active,.btn-group>.btn:active,.btn-group>.btn:focus{z-index:1}.btn-toolbar{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-pack:start;justify-content:flex-start}.btn-toolbar .input-group{width:auto}.btn-group>.btn-group:not(:first-child),.btn-group>.btn:not(:first-child){margin-left:-1px}.btn-group>.btn-group:not(:last-child)>.btn,.btn-group>.btn:not(:last-child):not(.dropdown-toggle){border-top-right-radius:0;border-bottom-right-radius:0}.btn-group>.btn-group:not(:first-child)>.btn,.btn-group>.btn:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.dropdown-toggle-split{padding-right:.5625rem;padding-left:.5625rem}.dropdown-toggle-split::after,.dropright .dropdown-toggle-split::after,.dropup .dropdown-toggle-split::after{margin-left:0}.dropleft .dropdown-toggle-split::before{margin-right:0}.btn-group-sm>.btn+.dropdown-toggle-split,.btn-sm+.dropdown-toggle-split{padding-right:.375rem;padding-left:.375rem}.btn-group-lg>.btn+.dropdown-toggle-split,.btn-lg+.dropdown-toggle-split{padding-right:.75rem;padding-left:.75rem}.btn-group-vertical{-ms-flex-direction:column;flex-direction:column;-ms-flex-align:start;align-items:flex-start;-ms-flex-pack:center;justify-content:center}.btn-group-vertical>.btn,.btn-group-vertical>.btn-group{width:100%}.btn-group-vertical>.btn-group:not(:first-child),.btn-group-vertical>.btn:not(:first-child){margin-top:-1px}.btn-group-vertical>.btn-group:not(:last-child)>.btn,.btn-group-vertical>.btn:not(:last-child):not(.dropdown-toggle){border-bottom-right-radius:0;border-bottom-left-radius:0}.btn-group-vertical>.btn-group:not(:first-child)>.btn,.btn-group-vertical>.btn:not(:first-child){border-top-left-radius:0;border-top-right-radius:0}.btn-group-toggle>.btn,.btn-group-toggle>.btn-group>.btn{margin-bottom:0}.btn-group-toggle>.btn input[type=checkbox],.btn-group-toggle>.btn input[type=radio],.btn-group-toggle>.btn-group>.btn input[type=checkbox],.btn-group-toggle>.btn-group>.btn input[type=radio]{position:absolute;clip:rect(0,0,0,0);pointer-events:none}.input-group{position:relative;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-align:stretch;align-items:stretch;width:100%}.input-group>.custom-file,.input-group>.custom-select,.input-group>.form-control,.input-group>.form-control-plaintext{position:relative;-ms-flex:1 1 auto;flex:1 1 auto;width:1%;margin-bottom:0}.input-group>.custom-file+.custom-file,.input-group>.custom-file+.custom-select,.input-group>.custom-file+.form-control,.input-group>.custom-select+.custom-file,.input-group>.custom-select+.custom-select,.input-group>.custom-select+.form-control,.input-group>.form-control+.custom-file,.input-group>.form-control+.custom-select,.input-group>.form-control+.form-control,.input-group>.form-control-plaintext+.custom-file,.input-group>.form-control-plaintext+.custom-select,.input-group>.form-control-plaintext+.form-control{margin-left:-1px}.input-group>.custom-file .custom-file-input:focus~.custom-file-label,.input-group>.custom-select:focus,.input-group>.form-control:focus{z-index:3}.input-group>.custom-file .custom-file-input:focus{z-index:4}.input-group>.custom-select:not(:last-child),.input-group>.form-control:not(:last-child){border-top-right-radius:0;border-bottom-right-radius:0}.input-group>.custom-select:not(:first-child),.input-group>.form-control:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.input-group>.custom-file{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.input-group>.custom-file:not(:last-child) .custom-file-label,.input-group>.custom-file:not(:last-child) .custom-file-label::after{border-top-right-radius:0;border-bottom-right-radius:0}.input-group>.custom-file:not(:first-child) .custom-file-label{border-top-left-radius:0;border-bottom-left-radius:0}.input-group-append,.input-group-prepend{display:-ms-flexbox;display:flex}.input-group-append .btn,.input-group-prepend .btn{position:relative;z-index:2}.input-group-append .btn:focus,.input-group-prepend .btn:focus{z-index:3}.input-group-append .btn+.btn,.input-group-append .btn+.input-group-text,.input-group-append .input-group-text+.btn,.input-group-append .input-group-text+.input-group-text,.input-group-prepend .btn+.btn,.input-group-prepend .btn+.input-group-text,.input-group-prepend .input-group-text+.btn,.input-group-prepend .input-group-text+.input-group-text{margin-left:-1px}.input-group-prepend{margin-right:-1px}.input-group-append{margin-left:-1px}.input-group-text{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;padding:.375rem .75rem;margin-bottom:0;font-size:1rem;font-weight:400;line-height:1.5;color:#495057;text-align:center;white-space:nowrap;background-color:#e9ecef;border:1px solid #ced4da;border-radius:.25rem}.input-group-text input[type=checkbox],.input-group-text input[type=radio]{margin-top:0}.input-group-lg>.custom-select,.input-group-lg>.form-control:not(textarea){height:calc(1.5em + 1rem + 2px)}.input-group-lg>.custom-select,.input-group-lg>.form-control,.input-group-lg>.input-group-append>.btn,.input-group-lg>.input-group-append>.input-group-text,.input-group-lg>.input-group-prepend>.btn,.input-group-lg>.input-group-prepend>.input-group-text{padding:.5rem 1rem;font-size:1.25rem;line-height:1.5;border-radius:.3rem}.input-group-sm>.custom-select,.input-group-sm>.form-control:not(textarea){height:calc(1.5em + .5rem + 2px)}.input-group-sm>.custom-select,.input-group-sm>.form-control,.input-group-sm>.input-group-append>.btn,.input-group-sm>.input-group-append>.input-group-text,.input-group-sm>.input-group-prepend>.btn,.input-group-sm>.input-group-prepend>.input-group-text{padding:.25rem .5rem;font-size:.875rem;line-height:1.5;border-radius:.2rem}.input-group-lg>.custom-select,.input-group-sm>.custom-select{padding-right:1.75rem}.input-group>.input-group-append:last-child>.btn:not(:last-child):not(.dropdown-toggle),.input-group>.input-group-append:last-child>.input-group-text:not(:last-child),.input-group>.input-group-append:not(:last-child)>.btn,.input-group>.input-group-append:not(:last-child)>.input-group-text,.input-group>.input-group-prepend>.btn,.input-group>.input-group-prepend>.input-group-text{border-top-right-radius:0;border-bottom-right-radius:0}.input-group>.input-group-append>.btn,.input-group>.input-group-append>.input-group-text,.input-group>.input-group-prepend:first-child>.btn:not(:first-child),.input-group>.input-group-prepend:first-child>.input-group-text:not(:first-child),.input-group>.input-group-prepend:not(:first-child)>.btn,.input-group>.input-group-prepend:not(:first-child)>.input-group-text{border-top-left-radius:0;border-bottom-left-radius:0}.custom-control{position:relative;display:block;min-height:1.5rem;padding-left:1.5rem}.custom-control-inline{display:-ms-inline-flexbox;display:inline-flex;margin-right:1rem}.custom-control-input{position:absolute;z-index:-1;opacity:0}.custom-control-input:checked~.custom-control-label::before{color:#fff;border-color:#007bff;background-color:#007bff}.custom-control-input:focus~.custom-control-label::before{box-shadow:0 0 0 .2rem rgba(0,123,255,.25)}.custom-control-input:focus:not(:checked)~.custom-control-label::before{border-color:#80bdff}.custom-control-input:not(:disabled):active~.custom-control-label::before{color:#fff;background-color:#b3d7ff;border-color:#b3d7ff}.custom-control-input:disabled~.custom-control-label{color:#6c757d}.custom-control-input:disabled~.custom-control-label::before{background-color:#e9ecef}.custom-control-label{position:relative;margin-bottom:0;vertical-align:top}.custom-control-label::before{position:absolute;top:.25rem;left:-1.5rem;display:block;width:1rem;height:1rem;pointer-events:none;content:"";background-color:#fff;border:#adb5bd solid 1px}.custom-control-label::after{position:absolute;top:.25rem;left:-1.5rem;display:block;width:1rem;height:1rem;content:"";background:no-repeat 50%/50% 50%}.custom-checkbox .custom-control-label::before{border-radius:.25rem}.custom-checkbox .custom-control-input:checked~.custom-control-label::after{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e")}.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::before{border-color:#007bff;background-color:#007bff}.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::after{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e")}.custom-checkbox .custom-control-input:disabled:checked~.custom-control-label::before{background-color:rgba(0,123,255,.5)}.custom-checkbox .custom-control-input:disabled:indeterminate~.custom-control-label::before{background-color:rgba(0,123,255,.5)}.custom-radio .custom-control-label::before{border-radius:50%}.custom-radio .custom-control-input:checked~.custom-control-label::after{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e")}.custom-radio .custom-control-input:disabled:checked~.custom-control-label::before{background-color:rgba(0,123,255,.5)}.custom-switch{padding-left:2.25rem}.custom-switch .custom-control-label::before{left:-2.25rem;width:1.75rem;pointer-events:all;border-radius:.5rem}.custom-switch .custom-control-label::after{top:calc(.25rem + 2px);left:calc(-2.25rem + 2px);width:calc(1rem - 4px);height:calc(1rem - 4px);background-color:#adb5bd;border-radius:.5rem;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-transform .15s ease-in-out;transition:transform .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:transform .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-transform .15s ease-in-out}@media (prefers-reduced-motion:reduce){.custom-switch .custom-control-label::after{transition:none}}.custom-switch .custom-control-input:checked~.custom-control-label::after{background-color:#fff;-webkit-transform:translateX(.75rem);transform:translateX(.75rem)}.custom-switch .custom-control-input:disabled:checked~.custom-control-label::before{background-color:rgba(0,123,255,.5)}.custom-select{display:inline-block;width:100%;height:calc(1.5em + .75rem + 2px);padding:.375rem 1.75rem .375rem .75rem;font-size:1rem;font-weight:400;line-height:1.5;color:#495057;vertical-align:middle;background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right .75rem center/8px 10px;background-color:#fff;border:1px solid #ced4da;border-radius:.25rem;-webkit-appearance:none;-moz-appearance:none;appearance:none}.custom-select:focus{border-color:#80bdff;outline:0;box-shadow:0 0 0 .2rem rgba(0,123,255,.25)}.custom-select:focus::-ms-value{color:#495057;background-color:#fff}.custom-select[multiple],.custom-select[size]:not([size="1"]){height:auto;padding-right:.75rem;background-image:none}.custom-select:disabled{color:#6c757d;background-color:#e9ecef}.custom-select::-ms-expand{display:none}.custom-select-sm{height:calc(1.5em + .5rem + 2px);padding-top:.25rem;padding-bottom:.25rem;padding-left:.5rem;font-size:.875rem}.custom-select-lg{height:calc(1.5em + 1rem + 2px);padding-top:.5rem;padding-bottom:.5rem;padding-left:1rem;font-size:1.25rem}.custom-file{position:relative;display:inline-block;width:100%;height:calc(1.5em + .75rem + 2px);margin-bottom:0}.custom-file-input{position:relative;z-index:2;width:100%;height:calc(1.5em + .75rem + 2px);margin:0;opacity:0}.custom-file-input:focus~.custom-file-label{border-color:#80bdff;box-shadow:0 0 0 .2rem rgba(0,123,255,.25)}.custom-file-input:disabled~.custom-file-label{background-color:#e9ecef}.custom-file-input:lang(en)~.custom-file-label::after{content:"Browse"}.custom-file-input~.custom-file-label[data-browse]::after{content:attr(data-browse)}.custom-file-label{position:absolute;top:0;right:0;left:0;z-index:1;height:calc(1.5em + .75rem + 2px);padding:.375rem .75rem;font-weight:400;line-height:1.5;color:#495057;background-color:#fff;border:1px solid #ced4da;border-radius:.25rem}.custom-file-label::after{position:absolute;top:0;right:0;bottom:0;z-index:3;display:block;height:calc(1.5em + .75rem);padding:.375rem .75rem;line-height:1.5;color:#495057;content:"Browse";background-color:#e9ecef;border-left:inherit;border-radius:0 .25rem .25rem 0}.custom-range{width:100%;height:calc(1rem + .4rem);padding:0;background-color:transparent;-webkit-appearance:none;-moz-appearance:none;appearance:none}.custom-range:focus{outline:0}.custom-range:focus::-webkit-slider-thumb{box-shadow:0 0 0 1px #fff,0 0 0 .2rem rgba(0,123,255,.25)}.custom-range:focus::-moz-range-thumb{box-shadow:0 0 0 1px #fff,0 0 0 .2rem rgba(0,123,255,.25)}.custom-range:focus::-ms-thumb{box-shadow:0 0 0 1px #fff,0 0 0 .2rem rgba(0,123,255,.25)}.custom-range::-moz-focus-outer{border:0}.custom-range::-webkit-slider-thumb{width:1rem;height:1rem;margin-top:-.25rem;background-color:#007bff;border:0;border-radius:1rem;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;-webkit-appearance:none;appearance:none}@media (prefers-reduced-motion:reduce){.custom-range::-webkit-slider-thumb{transition:none}}.custom-range::-webkit-slider-thumb:active{background-color:#b3d7ff}.custom-range::-webkit-slider-runnable-track{width:100%;height:.5rem;color:transparent;cursor:pointer;background-color:#dee2e6;border-color:transparent;border-radius:1rem}.custom-range::-moz-range-thumb{width:1rem;height:1rem;background-color:#007bff;border:0;border-radius:1rem;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;-moz-appearance:none;appearance:none}@media (prefers-reduced-motion:reduce){.custom-range::-moz-range-thumb{transition:none}}.custom-range::-moz-range-thumb:active{background-color:#b3d7ff}.custom-range::-moz-range-track{width:100%;height:.5rem;color:transparent;cursor:pointer;background-color:#dee2e6;border-color:transparent;border-radius:1rem}.custom-range::-ms-thumb{width:1rem;height:1rem;margin-top:0;margin-right:.2rem;margin-left:.2rem;background-color:#007bff;border:0;border-radius:1rem;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;appearance:none}@media (prefers-reduced-motion:reduce){.custom-range::-ms-thumb{transition:none}}.custom-range::-ms-thumb:active{background-color:#b3d7ff}.custom-range::-ms-track{width:100%;height:.5rem;color:transparent;cursor:pointer;background-color:transparent;border-color:transparent;border-width:.5rem}.custom-range::-ms-fill-lower{background-color:#dee2e6;border-radius:1rem}.custom-range::-ms-fill-upper{margin-right:15px;background-color:#dee2e6;border-radius:1rem}.custom-range:disabled::-webkit-slider-thumb{background-color:#adb5bd}.custom-range:disabled::-webkit-slider-runnable-track{cursor:default}.custom-range:disabled::-moz-range-thumb{background-color:#adb5bd}.custom-range:disabled::-moz-range-track{cursor:default}.custom-range:disabled::-ms-thumb{background-color:#adb5bd}.custom-control-label::before,.custom-file-label,.custom-select{transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media (prefers-reduced-motion:reduce){.custom-control-label::before,.custom-file-label,.custom-select{transition:none}}.nav{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;padding-left:0;margin-bottom:0;list-style:none}.nav-link{display:block;padding:.5rem 1rem}.nav-link:focus,.nav-link:hover{text-decoration:none}.nav-link.disabled{color:#6c757d;pointer-events:none;cursor:default}.nav-tabs{border-bottom:1px solid #dee2e6}.nav-tabs .nav-item{margin-bottom:-1px}.nav-tabs .nav-link{border:1px solid transparent;border-top-left-radius:.25rem;border-top-right-radius:.25rem}.nav-tabs .nav-link:focus,.nav-tabs .nav-link:hover{border-color:#e9ecef #e9ecef #dee2e6}.nav-tabs .nav-link.disabled{color:#6c757d;background-color:transparent;border-color:transparent}.nav-tabs .nav-item.show .nav-link,.nav-tabs .nav-link.active{color:#495057;background-color:#fff;border-color:#dee2e6 #dee2e6 #fff}.nav-tabs .dropdown-menu{margin-top:-1px;border-top-left-radius:0;border-top-right-radius:0}.nav-pills .nav-link{border-radius:.25rem}.nav-pills .nav-link.active,.nav-pills .show>.nav-link{color:#fff;background-color:#007bff}.nav-fill .nav-item{-ms-flex:1 1 auto;flex:1 1 auto;text-align:center}.nav-justified .nav-item{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;text-align:center}.tab-content>.tab-pane{display:none}.tab-content>.active{display:block}.navbar{position:relative;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-align:center;align-items:center;-ms-flex-pack:justify;justify-content:space-between;padding:.5rem 1rem}.navbar>.container,.navbar>.container-fluid{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-align:center;align-items:center;-ms-flex-pack:justify;justify-content:space-between}.navbar-brand{display:inline-block;padding-top:.3125rem;padding-bottom:.3125rem;margin-right:1rem;font-size:1.25rem;line-height:inherit;white-space:nowrap}.navbar-brand:focus,.navbar-brand:hover{text-decoration:none}.navbar-nav{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;padding-left:0;margin-bottom:0;list-style:none}.navbar-nav .nav-link{padding-right:0;padding-left:0}.navbar-nav .dropdown-menu{position:static;float:none}.navbar-text{display:inline-block;padding-top:.5rem;padding-bottom:.5rem}.navbar-collapse{-ms-flex-preferred-size:100%;flex-basis:100%;-ms-flex-positive:1;flex-grow:1;-ms-flex-align:center;align-items:center}.navbar-toggler{padding:.25rem .75rem;font-size:1.25rem;line-height:1;background-color:transparent;border:1px solid transparent;border-radius:.25rem}.navbar-toggler:focus,.navbar-toggler:hover{text-decoration:none}.navbar-toggler-icon{display:inline-block;width:1.5em;height:1.5em;vertical-align:middle;content:"";background:no-repeat center center;background-size:100% 100%}@media (max-width:575.98px){.navbar-expand-sm>.container,.navbar-expand-sm>.container-fluid{padding-right:0;padding-left:0}}@media (min-width:576px){.navbar-expand-sm{-ms-flex-flow:row nowrap;flex-flow:row nowrap;-ms-flex-pack:start;justify-content:flex-start}.navbar-expand-sm .navbar-nav{-ms-flex-direction:row;flex-direction:row}.navbar-expand-sm .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-sm .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-sm>.container,.navbar-expand-sm>.container-fluid{-ms-flex-wrap:nowrap;flex-wrap:nowrap}.navbar-expand-sm .navbar-collapse{display:-ms-flexbox!important;display:flex!important;-ms-flex-preferred-size:auto;flex-basis:auto}.navbar-expand-sm .navbar-toggler{display:none}}@media (max-width:767.98px){.navbar-expand-md>.container,.navbar-expand-md>.container-fluid{padding-right:0;padding-left:0}}@media (min-width:768px){.navbar-expand-md{-ms-flex-flow:row nowrap;flex-flow:row nowrap;-ms-flex-pack:start;justify-content:flex-start}.navbar-expand-md .navbar-nav{-ms-flex-direction:row;flex-direction:row}.navbar-expand-md .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-md .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-md>.container,.navbar-expand-md>.container-fluid{-ms-flex-wrap:nowrap;flex-wrap:nowrap}.navbar-expand-md .navbar-collapse{display:-ms-flexbox!important;display:flex!important;-ms-flex-preferred-size:auto;flex-basis:auto}.navbar-expand-md .navbar-toggler{display:none}}@media (max-width:991.98px){.navbar-expand-lg>.container,.navbar-expand-lg>.container-fluid{padding-right:0;padding-left:0}}@media (min-width:992px){.navbar-expand-lg{-ms-flex-flow:row nowrap;flex-flow:row nowrap;-ms-flex-pack:start;justify-content:flex-start}.navbar-expand-lg .navbar-nav{-ms-flex-direction:row;flex-direction:row}.navbar-expand-lg .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-lg .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-lg>.container,.navbar-expand-lg>.container-fluid{-ms-flex-wrap:nowrap;flex-wrap:nowrap}.navbar-expand-lg .navbar-collapse{display:-ms-flexbox!important;display:flex!important;-ms-flex-preferred-size:auto;flex-basis:auto}.navbar-expand-lg .navbar-toggler{display:none}}@media (max-width:1199.98px){.navbar-expand-xl>.container,.navbar-expand-xl>.container-fluid{padding-right:0;padding-left:0}}@media (min-width:1200px){.navbar-expand-xl{-ms-flex-flow:row nowrap;flex-flow:row nowrap;-ms-flex-pack:start;justify-content:flex-start}.navbar-expand-xl .navbar-nav{-ms-flex-direction:row;flex-direction:row}.navbar-expand-xl .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-xl .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-xl>.container,.navbar-expand-xl>.container-fluid{-ms-flex-wrap:nowrap;flex-wrap:nowrap}.navbar-expand-xl .navbar-collapse{display:-ms-flexbox!important;display:flex!important;-ms-flex-preferred-size:auto;flex-basis:auto}.navbar-expand-xl .navbar-toggler{display:none}}.navbar-expand{-ms-flex-flow:row nowrap;flex-flow:row nowrap;-ms-flex-pack:start;justify-content:flex-start}.navbar-expand>.container,.navbar-expand>.container-fluid{padding-right:0;padding-left:0}.navbar-expand .navbar-nav{-ms-flex-direction:row;flex-direction:row}.navbar-expand .navbar-nav .dropdown-menu{position:absolute}.navbar-expand .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand>.container,.navbar-expand>.container-fluid{-ms-flex-wrap:nowrap;flex-wrap:nowrap}.navbar-expand .navbar-collapse{display:-ms-flexbox!important;display:flex!important;-ms-flex-preferred-size:auto;flex-basis:auto}.navbar-expand .navbar-toggler{display:none}.navbar-light .navbar-brand{color:rgba(0,0,0,.9)}.navbar-light .navbar-brand:focus,.navbar-light .navbar-brand:hover{color:rgba(0,0,0,.9)}.navbar-light .navbar-nav .nav-link{color:rgba(0,0,0,.5)}.navbar-light .navbar-nav .nav-link:focus,.navbar-light .navbar-nav .nav-link:hover{color:rgba(0,0,0,.7)}.navbar-light .navbar-nav .nav-link.disabled{color:rgba(0,0,0,.3)}.navbar-light .navbar-nav .active>.nav-link,.navbar-light .navbar-nav .nav-link.active,.navbar-light .navbar-nav .nav-link.show,.navbar-light .navbar-nav .show>.nav-link{color:rgba(0,0,0,.9)}.navbar-light .navbar-toggler{color:rgba(0,0,0,.5);border-color:rgba(0,0,0,.1)}.navbar-light .navbar-toggler-icon{background-image:url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")}.navbar-light .navbar-text{color:rgba(0,0,0,.5)}.navbar-light .navbar-text a{color:rgba(0,0,0,.9)}.navbar-light .navbar-text a:focus,.navbar-light .navbar-text a:hover{color:rgba(0,0,0,.9)}.navbar-dark .navbar-brand{color:#fff}.navbar-dark .navbar-brand:focus,.navbar-dark .navbar-brand:hover{color:#fff}.navbar-dark .navbar-nav .nav-link{color:rgba(255,255,255,.5)}.navbar-dark .navbar-nav .nav-link:focus,.navbar-dark .navbar-nav .nav-link:hover{color:rgba(255,255,255,.75)}.navbar-dark .navbar-nav .nav-link.disabled{color:rgba(255,255,255,.25)}.navbar-dark .navbar-nav .active>.nav-link,.navbar-dark .navbar-nav .nav-link.active,.navbar-dark .navbar-nav .nav-link.show,.navbar-dark .navbar-nav .show>.nav-link{color:#fff}.navbar-dark .navbar-toggler{color:rgba(255,255,255,.5);border-color:rgba(255,255,255,.1)}.navbar-dark .navbar-toggler-icon{background-image:url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")}.navbar-dark .navbar-text{color:rgba(255,255,255,.5)}.navbar-dark .navbar-text a{color:#fff}.navbar-dark .navbar-text a:focus,.navbar-dark .navbar-text a:hover{color:#fff}.card{position:relative;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;min-width:0;word-wrap:break-word;background-color:#fff;background-clip:border-box;border:1px solid rgba(0,0,0,.125);border-radius:.25rem}.card>hr{margin-right:0;margin-left: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-right-radius:.25rem;border-bottom-left-radius:.25rem}.card-body{-ms-flex:1 1 auto;flex:1 1 auto;padding:1.25rem}.card-title{margin-bottom:.75rem}.card-subtitle{margin-top:-.375rem;margin-bottom:0}.card-text:last-child{margin-bottom:0}.card-link:hover{text-decoration:none}.card-link+.card-link{margin-left:1.25rem}.card-header{padding:.75rem 1.25rem;margin-bottom:0;background-color:rgba(0,0,0,.03);border-bottom:1px solid rgba(0,0,0,.125)}.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{padding:.75rem 1.25rem;background-color:rgba(0,0,0,.03);border-top:1px solid rgba(0,0,0,.125)}.card-footer:last-child{border-radius:0 0 calc(.25rem - 1px) calc(.25rem - 1px)}.card-header-tabs{margin-right:-.625rem;margin-bottom:-.75rem;margin-left:-.625rem;border-bottom:0}.card-header-pills{margin-right:-.625rem;margin-left:-.625rem}.card-img-overlay{position:absolute;top:0;right:0;bottom:0;left:0;padding:1.25rem}.card-img{width:100%;border-radius:calc(.25rem - 1px)}.card-img-top{width:100%;border-top-left-radius:calc(.25rem - 1px);border-top-right-radius:calc(.25rem - 1px)}.card-img-bottom{width:100%;border-bottom-right-radius:calc(.25rem - 1px);border-bottom-left-radius:calc(.25rem - 1px)}.card-deck{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column}.card-deck .card{margin-bottom:15px}@media (min-width:576px){.card-deck{-ms-flex-flow:row wrap;flex-flow:row wrap;margin-right:-15px;margin-left:-15px}.card-deck .card{display:-ms-flexbox;display:flex;-ms-flex:1 0 0%;flex:1 0 0%;-ms-flex-direction:column;flex-direction:column;margin-right:15px;margin-bottom:0;margin-left:15px}}.card-group{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column}.card-group>.card{margin-bottom:15px}@media (min-width:576px){.card-group{-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{margin-left:0;border-left:0}.card-group>.card:not(:last-child){border-top-right-radius:0;border-bottom-right-radius:0}.card-group>.card:not(:last-child) .card-header,.card-group>.card:not(:last-child) .card-img-top{border-top-right-radius:0}.card-group>.card:not(:last-child) .card-footer,.card-group>.card:not(:last-child) .card-img-bottom{border-bottom-right-radius:0}.card-group>.card:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.card-group>.card:not(:first-child) .card-header,.card-group>.card:not(:first-child) .card-img-top{border-top-left-radius:0}.card-group>.card:not(:first-child) .card-footer,.card-group>.card:not(:first-child) .card-img-bottom{border-bottom-left-radius:0}}.card-columns .card{margin-bottom:.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(:first-of-type) .card-header:first-child{border-radius:0}.accordion>.card:not(:first-of-type):not(:last-of-type){border-bottom:0;border-radius:0}.accordion>.card:first-of-type{border-bottom:0;border-bottom-right-radius:0;border-bottom-left-radius:0}.accordion>.card:last-of-type{border-top-left-radius:0;border-top-right-radius:0}.accordion>.card .card-header{margin-bottom:-1px}.breadcrumb{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;padding:.75rem 1rem;margin-bottom:1rem;list-style:none;background-color:#e9ecef;border-radius:.25rem}.breadcrumb-item+.breadcrumb-item{padding-left:.5rem}.breadcrumb-item+.breadcrumb-item::before{display:inline-block;padding-right:.5rem;color:#6c757d;content:"/"}.breadcrumb-item+.breadcrumb-item:hover::before{text-decoration:underline}.breadcrumb-item+.breadcrumb-item:hover::before{text-decoration:none}.breadcrumb-item.active{color:#6c757d}.pagination{display:-ms-flexbox;display:flex;padding-left:0;list-style:none;border-radius:.25rem}.page-link{position:relative;display:block;padding:.5rem .75rem;margin-left:-1px;line-height:1.25;color:#007bff;background-color:#fff;border:1px solid #dee2e6}.page-link:hover{z-index:2;color:#0056b3;text-decoration:none;background-color:#e9ecef;border-color:#dee2e6}.page-link:focus{z-index:2;outline:0;box-shadow:0 0 0 .2rem rgba(0,123,255,.25)}.page-item:first-child .page-link{margin-left:0;border-top-left-radius:.25rem;border-bottom-left-radius:.25rem}.page-item:last-child .page-link{border-top-right-radius:.25rem;border-bottom-right-radius:.25rem}.page-item.active .page-link{z-index:1;color:#fff;background-color:#007bff;border-color:#007bff}.page-item.disabled .page-link{color:#6c757d;pointer-events:none;cursor:auto;background-color:#fff;border-color:#dee2e6}.pagination-lg .page-link{padding:.75rem 1.5rem;font-size:1.25rem;line-height:1.5}.pagination-lg .page-item:first-child .page-link{border-top-left-radius:.3rem;border-bottom-left-radius:.3rem}.pagination-lg .page-item:last-child .page-link{border-top-right-radius:.3rem;border-bottom-right-radius:.3rem}.pagination-sm .page-link{padding:.25rem .5rem;font-size:.875rem;line-height:1.5}.pagination-sm .page-item:first-child .page-link{border-top-left-radius:.2rem;border-bottom-left-radius:.2rem}.pagination-sm .page-item:last-child .page-link{border-top-right-radius:.2rem;border-bottom-right-radius:.2rem}.badge{display:inline-block;padding:.25em .4em;font-size:75%;font-weight:700;line-height:1;text-align:center;white-space:nowrap;vertical-align:baseline;border-radius:.25rem;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media (prefers-reduced-motion:reduce){.badge{transition:none}}a.badge:focus,a.badge:hover{text-decoration:none}.badge:empty{display:none}.btn .badge{position:relative;top:-1px}.badge-pill{padding-right:.6em;padding-left:.6em;border-radius:10rem}.badge-primary{color:#fff;background-color:#007bff}a.badge-primary:focus,a.badge-primary:hover{color:#fff;background-color:#0062cc}a.badge-primary.focus,a.badge-primary:focus{outline:0;box-shadow:0 0 0 .2rem rgba(0,123,255,.5)}.badge-secondary{color:#fff;background-color:#6c757d}a.badge-secondary:focus,a.badge-secondary:hover{color:#fff;background-color:#545b62}a.badge-secondary.focus,a.badge-secondary:focus{outline:0;box-shadow:0 0 0 .2rem rgba(108,117,125,.5)}.badge-success{color:#fff;background-color:#28a745}a.badge-success:focus,a.badge-success:hover{color:#fff;background-color:#1e7e34}a.badge-success.focus,a.badge-success:focus{outline:0;box-shadow:0 0 0 .2rem rgba(40,167,69,.5)}.badge-info{color:#fff;background-color:#17a2b8}a.badge-info:focus,a.badge-info:hover{color:#fff;background-color:#117a8b}a.badge-info.focus,a.badge-info:focus{outline:0;box-shadow:0 0 0 .2rem rgba(23,162,184,.5)}.badge-warning{color:#212529;background-color:#ffc107}a.badge-warning:focus,a.badge-warning:hover{color:#212529;background-color:#d39e00}a.badge-warning.focus,a.badge-warning:focus{outline:0;box-shadow:0 0 0 .2rem rgba(255,193,7,.5)}.badge-danger{color:#fff;background-color:#dc3545}a.badge-danger:focus,a.badge-danger:hover{color:#fff;background-color:#bd2130}a.badge-danger.focus,a.badge-danger:focus{outline:0;box-shadow:0 0 0 .2rem rgba(220,53,69,.5)}.badge-light{color:#212529;background-color:#f8f9fa}a.badge-light:focus,a.badge-light:hover{color:#212529;background-color:#dae0e5}a.badge-light.focus,a.badge-light:focus{outline:0;box-shadow:0 0 0 .2rem rgba(248,249,250,.5)}.badge-dark{color:#fff;background-color:#343a40}a.badge-dark:focus,a.badge-dark:hover{color:#fff;background-color:#1d2124}a.badge-dark.focus,a.badge-dark:focus{outline:0;box-shadow:0 0 0 .2rem rgba(52,58,64,.5)}.jumbotron{padding:2rem 1rem;margin-bottom:2rem;background-color:#e9ecef;border-radius:.3rem}@media (min-width:576px){.jumbotron{padding:4rem 2rem}}.jumbotron-fluid{padding-right:0;padding-left:0;border-radius:0}.alert{position:relative;padding:.75rem 1.25rem;margin-bottom:1rem;border:1px solid transparent;border-radius:.25rem}.alert-heading{color:inherit}.alert-link{font-weight:700}.alert-dismissible{padding-right:4rem}.alert-dismissible .close{position:absolute;top:0;right:0;padding:.75rem 1.25rem;color:inherit}.alert-primary{color:#004085;background-color:#cce5ff;border-color:#b8daff}.alert-primary hr{border-top-color:#9fcdff}.alert-primary .alert-link{color:#002752}.alert-secondary{color:#383d41;background-color:#e2e3e5;border-color:#d6d8db}.alert-secondary hr{border-top-color:#c8cbcf}.alert-secondary .alert-link{color:#202326}.alert-success{color:#155724;background-color:#d4edda;border-color:#c3e6cb}.alert-success hr{border-top-color:#b1dfbb}.alert-success .alert-link{color:#0b2e13}.alert-info{color:#0c5460;background-color:#d1ecf1;border-color:#bee5eb}.alert-info hr{border-top-color:#abdde5}.alert-info .alert-link{color:#062c33}.alert-warning{color:#856404;background-color:#fff3cd;border-color:#ffeeba}.alert-warning hr{border-top-color:#ffe8a1}.alert-warning .alert-link{color:#533f03}.alert-danger{color:#721c24;background-color:#f8d7da;border-color:#f5c6cb}.alert-danger hr{border-top-color:#f1b0b7}.alert-danger .alert-link{color:#491217}.alert-light{color:#818182;background-color:#fefefe;border-color:#fdfdfe}.alert-light hr{border-top-color:#ececf6}.alert-light .alert-link{color:#686868}.alert-dark{color:#1b1e21;background-color:#d6d8d9;border-color:#c6c8ca}.alert-dark hr{border-top-color:#b9bbbe}.alert-dark .alert-link{color:#040505}@-webkit-keyframes progress-bar-stripes{from{background-position:1rem 0}to{background-position:0 0}}@keyframes progress-bar-stripes{from{background-position:1rem 0}to{background-position:0 0}}.progress{display:-ms-flexbox;display:flex;height:1rem;overflow:hidden;font-size:.75rem;background-color:#e9ecef;border-radius:.25rem}.progress-bar{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:center;justify-content:center;color:#fff;text-align:center;white-space:nowrap;background-color:#007bff;transition:width .6s ease}@media (prefers-reduced-motion:reduce){.progress-bar{transition:none}}.progress-bar-striped{background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-size:1rem 1rem}.progress-bar-animated{-webkit-animation:progress-bar-stripes 1s linear infinite;animation:progress-bar-stripes 1s linear infinite}@media (prefers-reduced-motion:reduce){.progress-bar-animated{-webkit-animation:none;animation:none}}.media{display:-ms-flexbox;display:flex;-ms-flex-align:start;align-items:flex-start}.media-body{-ms-flex:1;flex:1}.list-group{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;padding-left:0;margin-bottom:0}.list-group-item-action{width:100%;color:#495057;text-align:inherit}.list-group-item-action:focus,.list-group-item-action:hover{z-index:1;color:#495057;text-decoration:none;background-color:#f8f9fa}.list-group-item-action:active{color:#212529;background-color:#e9ecef}.list-group-item{position:relative;display:block;padding:.75rem 1.25rem;margin-bottom:-1px;background-color:#fff;border:1px solid rgba(0,0,0,.125)}.list-group-item:first-child{border-top-left-radius:.25rem;border-top-right-radius:.25rem}.list-group-item:last-child{margin-bottom:0;border-bottom-right-radius:.25rem;border-bottom-left-radius:.25rem}.list-group-item.disabled,.list-group-item:disabled{color:#6c757d;pointer-events:none;background-color:#fff}.list-group-item.active{z-index:2;color:#fff;background-color:#007bff;border-color:#007bff}.list-group-horizontal{-ms-flex-direction:row;flex-direction:row}.list-group-horizontal .list-group-item{margin-right:-1px;margin-bottom:0}.list-group-horizontal .list-group-item:first-child{border-top-left-radius:.25rem;border-bottom-left-radius:.25rem;border-top-right-radius:0}.list-group-horizontal .list-group-item:last-child{margin-right:0;border-top-right-radius:.25rem;border-bottom-right-radius:.25rem;border-bottom-left-radius:0}@media (min-width:576px){.list-group-horizontal-sm{-ms-flex-direction:row;flex-direction:row}.list-group-horizontal-sm .list-group-item{margin-right:-1px;margin-bottom:0}.list-group-horizontal-sm .list-group-item:first-child{border-top-left-radius:.25rem;border-bottom-left-radius:.25rem;border-top-right-radius:0}.list-group-horizontal-sm .list-group-item:last-child{margin-right:0;border-top-right-radius:.25rem;border-bottom-right-radius:.25rem;border-bottom-left-radius:0}}@media (min-width:768px){.list-group-horizontal-md{-ms-flex-direction:row;flex-direction:row}.list-group-horizontal-md .list-group-item{margin-right:-1px;margin-bottom:0}.list-group-horizontal-md .list-group-item:first-child{border-top-left-radius:.25rem;border-bottom-left-radius:.25rem;border-top-right-radius:0}.list-group-horizontal-md .list-group-item:last-child{margin-right:0;border-top-right-radius:.25rem;border-bottom-right-radius:.25rem;border-bottom-left-radius:0}}@media (min-width:992px){.list-group-horizontal-lg{-ms-flex-direction:row;flex-direction:row}.list-group-horizontal-lg .list-group-item{margin-right:-1px;margin-bottom:0}.list-group-horizontal-lg .list-group-item:first-child{border-top-left-radius:.25rem;border-bottom-left-radius:.25rem;border-top-right-radius:0}.list-group-horizontal-lg .list-group-item:last-child{margin-right:0;border-top-right-radius:.25rem;border-bottom-right-radius:.25rem;border-bottom-left-radius:0}}@media (min-width:1200px){.list-group-horizontal-xl{-ms-flex-direction:row;flex-direction:row}.list-group-horizontal-xl .list-group-item{margin-right:-1px;margin-bottom:0}.list-group-horizontal-xl .list-group-item:first-child{border-top-left-radius:.25rem;border-bottom-left-radius:.25rem;border-top-right-radius:0}.list-group-horizontal-xl .list-group-item:last-child{margin-right:0;border-top-right-radius:.25rem;border-bottom-right-radius:.25rem;border-bottom-left-radius:0}}.list-group-flush .list-group-item{border-right:0;border-left:0;border-radius:0}.list-group-flush .list-group-item:last-child{margin-bottom:-1px}.list-group-flush:first-child .list-group-item:first-child{border-top:0}.list-group-flush:last-child .list-group-item:last-child{margin-bottom:0;border-bottom:0}.list-group-item-primary{color:#004085;background-color:#b8daff}.list-group-item-primary.list-group-item-action:focus,.list-group-item-primary.list-group-item-action:hover{color:#004085;background-color:#9fcdff}.list-group-item-primary.list-group-item-action.active{color:#fff;background-color:#004085;border-color:#004085}.list-group-item-secondary{color:#383d41;background-color:#d6d8db}.list-group-item-secondary.list-group-item-action:focus,.list-group-item-secondary.list-group-item-action:hover{color:#383d41;background-color:#c8cbcf}.list-group-item-secondary.list-group-item-action.active{color:#fff;background-color:#383d41;border-color:#383d41}.list-group-item-success{color:#155724;background-color:#c3e6cb}.list-group-item-success.list-group-item-action:focus,.list-group-item-success.list-group-item-action:hover{color:#155724;background-color:#b1dfbb}.list-group-item-success.list-group-item-action.active{color:#fff;background-color:#155724;border-color:#155724}.list-group-item-info{color:#0c5460;background-color:#bee5eb}.list-group-item-info.list-group-item-action:focus,.list-group-item-info.list-group-item-action:hover{color:#0c5460;background-color:#abdde5}.list-group-item-info.list-group-item-action.active{color:#fff;background-color:#0c5460;border-color:#0c5460}.list-group-item-warning{color:#856404;background-color:#ffeeba}.list-group-item-warning.list-group-item-action:focus,.list-group-item-warning.list-group-item-action:hover{color:#856404;background-color:#ffe8a1}.list-group-item-warning.list-group-item-action.active{color:#fff;background-color:#856404;border-color:#856404}.list-group-item-danger{color:#721c24;background-color:#f5c6cb}.list-group-item-danger.list-group-item-action:focus,.list-group-item-danger.list-group-item-action:hover{color:#721c24;background-color:#f1b0b7}.list-group-item-danger.list-group-item-action.active{color:#fff;background-color:#721c24;border-color:#721c24}.list-group-item-light{color:#818182;background-color:#fdfdfe}.list-group-item-light.list-group-item-action:focus,.list-group-item-light.list-group-item-action:hover{color:#818182;background-color:#ececf6}.list-group-item-light.list-group-item-action.active{color:#fff;background-color:#818182;border-color:#818182}.list-group-item-dark{color:#1b1e21;background-color:#c6c8ca}.list-group-item-dark.list-group-item-action:focus,.list-group-item-dark.list-group-item-action:hover{color:#1b1e21;background-color:#b9bbbe}.list-group-item-dark.list-group-item-action.active{color:#fff;background-color:#1b1e21;border-color:#1b1e21}.close{float:right;font-size:1.5rem;font-weight:700;line-height:1;color:#000;text-shadow:0 1px 0 #fff;opacity:.5}.close:hover{color:#000;text-decoration:none}.close:not(:disabled):not(.disabled):focus,.close:not(:disabled):not(.disabled):hover{opacity:.75}button.close{padding:0;background-color:transparent;border:0;-webkit-appearance:none;-moz-appearance:none;appearance:none}a.close.disabled{pointer-events:none}.toast{max-width:350px;overflow:hidden;font-size:.875rem;background-color:rgba(255,255,255,.85);background-clip:padding-box;border:1px solid rgba(0,0,0,.1);box-shadow:0 .25rem .75rem rgba(0,0,0,.1);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);opacity:0;border-radius:.25rem}.toast:not(:last-child){margin-bottom:.75rem}.toast.showing{opacity:1}.toast.show{display:block;opacity:1}.toast.hide{display:none}.toast-header{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;padding:.25rem .75rem;color:#6c757d;background-color:rgba(255,255,255,.85);background-clip:padding-box;border-bottom:1px solid rgba(0,0,0,.05)}.toast-body{padding:.75rem}.modal-open{overflow:hidden}.modal-open .modal{overflow-x:hidden;overflow-y:auto}.modal{position:fixed;top:0;left:0;z-index:1050;display:none;width:100%;height:100%;overflow:hidden;outline:0}.modal-dialog{position:relative;width:auto;margin:.5rem;pointer-events:none}.modal.fade .modal-dialog{transition:-webkit-transform .3s ease-out;transition:transform .3s ease-out;transition:transform .3s ease-out,-webkit-transform .3s ease-out;-webkit-transform:translate(0,-50px);transform:translate(0,-50px)}@media (prefers-reduced-motion:reduce){.modal.fade .modal-dialog{transition:none}}.modal.show .modal-dialog{-webkit-transform:none;transform:none}.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{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;min-height:calc(100% - 1rem)}.modal-dialog-centered::before{display:block;height:calc(100vh - 1rem);content:""}.modal-dialog-centered.modal-dialog-scrollable{-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:center;justify-content:center;height:100%}.modal-dialog-centered.modal-dialog-scrollable .modal-content{max-height:none}.modal-dialog-centered.modal-dialog-scrollable::before{content:none}.modal-content{position:relative;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;width:100%;pointer-events:auto;background-color:#fff;background-clip:padding-box;border:1px solid rgba(0,0,0,.2);border-radius:.3rem;outline:0}.modal-backdrop{position:fixed;top:0;left:0;z-index:1040;width:100vw;height:100vh;background-color:#000}.modal-backdrop.fade{opacity:0}.modal-backdrop.show{opacity:.5}.modal-header{display:-ms-flexbox;display:flex;-ms-flex-align:start;align-items:flex-start;-ms-flex-pack:justify;justify-content:space-between;padding:1rem 1rem;border-bottom:1px solid #dee2e6;border-top-left-radius:.3rem;border-top-right-radius:.3rem}.modal-header .close{padding:1rem 1rem;margin:-1rem -1rem -1rem auto}.modal-title{margin-bottom:0;line-height:1.5}.modal-body{position:relative;-ms-flex:1 1 auto;flex:1 1 auto;padding:1rem}.modal-footer{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:end;justify-content:flex-end;padding:1rem;border-top:1px solid #dee2e6;border-bottom-right-radius:.3rem;border-bottom-left-radius:.3rem}.modal-footer>:not(:first-child){margin-left:.25rem}.modal-footer>:not(:last-child){margin-right:.25rem}.modal-scrollbar-measure{position:absolute;top:-9999px;width:50px;height:50px;overflow:scroll}@media (min-width:576px){.modal-dialog{max-width:500px;margin:1.75rem auto}.modal-dialog-scrollable{max-height:calc(100% - 3.5rem)}.modal-dialog-scrollable .modal-content{max-height:calc(100vh - 3.5rem)}.modal-dialog-centered{min-height:calc(100% - 3.5rem)}.modal-dialog-centered::before{height:calc(100vh - 3.5rem)}.modal-sm{max-width:300px}}@media (min-width:992px){.modal-lg,.modal-xl{max-width:800px}}@media (min-width:1200px){.modal-xl{max-width:1140px}}.tooltip{position:absolute;z-index:1070;display:block;margin:0;font-family:-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-style:normal;font-weight:400;line-height:1.5;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;word-spacing:normal;white-space:normal;line-break:auto;font-size:.875rem;word-wrap:break-word;opacity:0}.tooltip.show{opacity:.9}.tooltip .arrow{position:absolute;display:block;width:.8rem;height:.4rem}.tooltip .arrow::before{position:absolute;content:"";border-color:transparent;border-style:solid}.bs-tooltip-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{top:0;border-width:.4rem .4rem 0;border-top-color:#000}.bs-tooltip-auto[x-placement^=right],.bs-tooltip-right{padding:0 .4rem}.bs-tooltip-auto[x-placement^=right] .arrow,.bs-tooltip-right .arrow{left:0;width:.4rem;height:.8rem}.bs-tooltip-auto[x-placement^=right] .arrow::before,.bs-tooltip-right .arrow::before{right:0;border-width:.4rem .4rem .4rem 0;border-right-color:#000}.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{bottom:0;border-width:0 .4rem .4rem;border-bottom-color:#000}.bs-tooltip-auto[x-placement^=left],.bs-tooltip-left{padding:0 .4rem}.bs-tooltip-auto[x-placement^=left] .arrow,.bs-tooltip-left .arrow{right:0;width:.4rem;height:.8rem}.bs-tooltip-auto[x-placement^=left] .arrow::before,.bs-tooltip-left .arrow::before{left:0;border-width:.4rem 0 .4rem .4rem;border-left-color:#000}.tooltip-inner{max-width:200px;padding:.25rem .5rem;color:#fff;text-align:center;background-color:#000;border-radius:.25rem}.popover{position:absolute;top:0;left:0;z-index:1060;display:block;max-width:276px;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-style:normal;font-weight:400;line-height:1.5;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;word-spacing:normal;white-space:normal;line-break:auto;font-size:.875rem;word-wrap:break-word;background-color:#fff;background-clip:padding-box;border:1px solid rgba(0,0,0,.2);border-radius:.3rem}.popover .arrow{position:absolute;display:block;width:1rem;height:.5rem;margin:0 .3rem}.popover .arrow::after,.popover .arrow::before{position:absolute;display:block;content:"";border-color:transparent;border-style:solid}.bs-popover-auto[x-placement^=top],.bs-popover-top{margin-bottom:.5rem}.bs-popover-auto[x-placement^=top]>.arrow,.bs-popover-top>.arrow{bottom:calc((.5rem + 1px) * -1)}.bs-popover-auto[x-placement^=top]>.arrow::before,.bs-popover-top>.arrow::before{bottom:0;border-width:.5rem .5rem 0;border-top-color:rgba(0,0,0,.25)}.bs-popover-auto[x-placement^=top]>.arrow::after,.bs-popover-top>.arrow::after{bottom:1px;border-width:.5rem .5rem 0;border-top-color:#fff}.bs-popover-auto[x-placement^=right],.bs-popover-right{margin-left:.5rem}.bs-popover-auto[x-placement^=right]>.arrow,.bs-popover-right>.arrow{left:calc((.5rem + 1px) * -1);width:.5rem;height:1rem;margin:.3rem 0}.bs-popover-auto[x-placement^=right]>.arrow::before,.bs-popover-right>.arrow::before{left:0;border-width:.5rem .5rem .5rem 0;border-right-color:rgba(0,0,0,.25)}.bs-popover-auto[x-placement^=right]>.arrow::after,.bs-popover-right>.arrow::after{left:1px;border-width:.5rem .5rem .5rem 0;border-right-color:#fff}.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) * -1)}.bs-popover-auto[x-placement^=bottom]>.arrow::before,.bs-popover-bottom>.arrow::before{top:0;border-width:0 .5rem .5rem .5rem;border-bottom-color:rgba(0,0,0,.25)}.bs-popover-auto[x-placement^=bottom]>.arrow::after,.bs-popover-bottom>.arrow::after{top:1px;border-width:0 .5rem .5rem .5rem;border-bottom-color:#fff}.bs-popover-auto[x-placement^=bottom] .popover-header::before,.bs-popover-bottom .popover-header::before{position:absolute;top:0;left:50%;display:block;width:1rem;margin-left:-.5rem;content:"";border-bottom:1px solid #f7f7f7}.bs-popover-auto[x-placement^=left],.bs-popover-left{margin-right:.5rem}.bs-popover-auto[x-placement^=left]>.arrow,.bs-popover-left>.arrow{right:calc((.5rem + 1px) * -1);width:.5rem;height:1rem;margin:.3rem 0}.bs-popover-auto[x-placement^=left]>.arrow::before,.bs-popover-left>.arrow::before{right:0;border-width:.5rem 0 .5rem .5rem;border-left-color:rgba(0,0,0,.25)}.bs-popover-auto[x-placement^=left]>.arrow::after,.bs-popover-left>.arrow::after{right:1px;border-width:.5rem 0 .5rem .5rem;border-left-color:#fff}.popover-header{padding:.5rem .75rem;margin-bottom:0;font-size:1rem;background-color:#f7f7f7;border-bottom:1px solid #ebebeb;border-top-left-radius:calc(.3rem - 1px);border-top-right-radius:calc(.3rem - 1px)}.popover-header:empty{display:none}.popover-body{padding:.5rem .75rem;color:#212529}.carousel{position:relative}.carousel.pointer-event{-ms-touch-action:pan-y;touch-action:pan-y}.carousel-inner{position:relative;width:100%;overflow:hidden}.carousel-inner::after{display:block;clear:both;content:""}.carousel-item{position:relative;display:none;float:left;width:100%;margin-right:-100%;-webkit-backface-visibility:hidden;backface-visibility:hidden;transition:-webkit-transform .6s ease-in-out;transition:transform .6s ease-in-out;transition:transform .6s ease-in-out,-webkit-transform .6s ease-in-out}@media (prefers-reduced-motion:reduce){.carousel-item{transition:none}}.carousel-item-next,.carousel-item-prev,.carousel-item.active{display:block}.active.carousel-item-right,.carousel-item-next:not(.carousel-item-left){-webkit-transform:translateX(100%);transform:translateX(100%)}.active.carousel-item-left,.carousel-item-prev:not(.carousel-item-right){-webkit-transform:translateX(-100%);transform:translateX(-100%)}.carousel-fade .carousel-item{opacity:0;transition-property:opacity;-webkit-transform:none;transform:none}.carousel-fade .carousel-item-next.carousel-item-left,.carousel-fade .carousel-item-prev.carousel-item-right,.carousel-fade .carousel-item.active{z-index:1;opacity:1}.carousel-fade .active.carousel-item-left,.carousel-fade .active.carousel-item-right{z-index:0;opacity:0;transition:0s .6s opacity}@media (prefers-reduced-motion:reduce){.carousel-fade .active.carousel-item-left,.carousel-fade .active.carousel-item-right{transition:none}}.carousel-control-next,.carousel-control-prev{position:absolute;top:0;bottom:0;z-index:1;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;width:15%;color:#fff;text-align:center;opacity:.5;transition:opacity .15s ease}@media (prefers-reduced-motion:reduce){.carousel-control-next,.carousel-control-prev{transition:none}}.carousel-control-next:focus,.carousel-control-next:hover,.carousel-control-prev:focus,.carousel-control-prev:hover{color:#fff;text-decoration:none;outline:0;opacity:.9}.carousel-control-prev{left:0}.carousel-control-next{right:0}.carousel-control-next-icon,.carousel-control-prev-icon{display:inline-block;width:20px;height:20px;background:no-repeat 50%/100% 100%}.carousel-control-prev-icon{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3e%3c/svg%3e")}.carousel-control-next-icon{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3e%3c/svg%3e")}.carousel-indicators{position:absolute;right:0;bottom:0;left:0;z-index:15;display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;padding-left:0;margin-right:15%;margin-left:15%;list-style:none}.carousel-indicators li{box-sizing:content-box;-ms-flex:0 1 auto;flex:0 1 auto;width:30px;height:3px;margin-right:3px;margin-left:3px;text-indent:-999px;cursor:pointer;background-color:#fff;background-clip:padding-box;border-top:10px solid transparent;border-bottom:10px solid transparent;opacity:.5;transition:opacity .6s ease}@media (prefers-reduced-motion:reduce){.carousel-indicators li{transition:none}}.carousel-indicators .active{opacity:1}.carousel-caption{position:absolute;right:15%;bottom:20px;left:15%;z-index:10;padding-top:20px;padding-bottom:20px;color:#fff;text-align:center}@-webkit-keyframes spinner-border{to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes spinner-border{to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.spinner-border{display:inline-block;width:2rem;height:2rem;vertical-align:text-bottom;border:.25em solid currentColor;border-right-color:transparent;border-radius:50%;-webkit-animation:spinner-border .75s linear infinite;animation:spinner-border .75s linear infinite}.spinner-border-sm{width:1rem;height:1rem;border-width:.2em}@-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{display:inline-block;width:2rem;height:2rem;vertical-align:text-bottom;background-color:currentColor;border-radius:50%;opacity:0;-webkit-animation:spinner-grow .75s linear infinite;animation:spinner-grow .75s linear infinite}.spinner-grow-sm{width:1rem;height:1rem}.align-baseline{vertical-align:baseline!important}.align-top{vertical-align:top!important}.align-middle{vertical-align:middle!important}.align-bottom{vertical-align:bottom!important}.align-text-bottom{vertical-align:text-bottom!important}.align-text-top{vertical-align:text-top!important}.bg-primary{background-color:#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;border-top-right-radius:.25rem!important}.rounded-right{border-top-right-radius:.25rem!important;border-bottom-right-radius:.25rem!important}.rounded-bottom{border-bottom-right-radius:.25rem!important;border-bottom-left-radius:.25rem!important}.rounded-left{border-top-left-radius:.25rem!important;border-bottom-left-radius:.25rem!important}.rounded-lg{border-radius:.3rem!important}.rounded-circle{border-radius:50%!important}.rounded-pill{border-radius:50rem!important}.rounded-0{border-radius:0!important}.clearfix::after{display:block;clear:both;content:""}.d-none{display:none!important}.d-inline{display:inline!important}.d-inline-block{display:inline-block!important}.d-block{display:block!important}.d-table{display:table!important}.d-table-row{display:table-row!important}.d-table-cell{display:table-cell!important}.d-flex{display:-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{position:relative;display:block;width:100%;padding:0;overflow:hidden}.embed-responsive::before{display:block;content:""}.embed-responsive .embed-responsive-item,.embed-responsive embed,.embed-responsive iframe,.embed-responsive object,.embed-responsive video{position:absolute;top:0;bottom:0;left:0;width:100%;height:100%;border:0}.embed-responsive-21by9::before{padding-top:42.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{position:fixed;top:0;right:0;left:0;z-index:1030}.fixed-bottom{position:fixed;right:0;bottom:0;left:0;z-index:1030}@supports ((position:-webkit-sticky) or (position:sticky)){.sticky-top{position:-webkit-sticky;position:sticky;top:0;z-index:1020}}.sr-only{position:absolute;width:1px;height:1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;overflow:visible;clip:auto;white-space:normal}.shadow-sm{box-shadow:0 .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{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;pointer-events:auto;content:"";background-color:rgba(0,0,0,0)}.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:rgba(255,255,255,.5)!important}.text-hide{font:0/0 a;color:transparent;text-shadow:none;background-color:transparent;border:0}.text-decoration-none{text-decoration:none!important}.text-break{word-break:break-word!important;overflow-wrap:break-word!important}.text-reset{color:inherit!important}.visible{visibility:visible!important}.invisible{visibility:hidden!important}@media print{*,::after,::before{text-shadow:none!important;box-shadow:none!important}a:not(.btn){text-decoration:underline}abbr[title]::after{content:" (" attr(title) ")"}pre{white-space:pre-wrap!important}blockquote,pre{border:1px solid #adb5bd;page-break-inside:avoid}thead{display:table-header-group}img,tr{page-break-inside:avoid}h2,h3,p{orphans:3;widows:3}h2,h3{page-break-after:avoid}@page{size:a3}body{min-width:992px!important}.container{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{color:inherit;border-color:#dee2e6}}
/*# sourceMappingURL=bootstrap.min.css.map *//*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */@font-face{font-family:'FontAwesome';src:url('../../frontend/Alothemes/spozy5/fr_FR/fonts/fontawesome/fonts/fontawesome-webfont.eot?v=4.7.0');src:url('../../frontend/Alothemes/spozy5/fr_FR/fonts/fontawesome/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'),url('../../frontend/Alothemes/spozy5/fr_FR/fonts/fontawesome/fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'),url('../../frontend/Alothemes/spozy5/fr_FR/fonts/fontawesome/fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'),url('../../frontend/Alothemes/spozy5/fr_FR/fonts/fontawesome/fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'),url('../../frontend/Alothemes/spozy5/fr_FR/fonts/fontawesome/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.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{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.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 infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.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-remove:before,.fa-close: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-gear:before,.fa-cog: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-rotate-right:before,.fa-repeat: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-photo:before,.fa-image: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-warning:before,.fa-exclamation-triangle: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-gears:before,.fa-cogs: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-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars: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-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard: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-unlink:before,.fa-chain-broken: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-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw: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-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try: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-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap: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-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-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-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-resistance:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-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-soccer-ball-o:before,.fa-futbol-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-shekel:before,.fa-sheqel:before,.fa-ils: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-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-yc:before,.fa-y-combinator: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:before,.fa-battery-full: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-stop-o:before,.fa-hand-paper-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-tv:before,.fa-television: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-asl-interpreting:before,.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-deafness:before,.fa-hard-of-hearing:before,.fa-deaf:before{content:"\f2a4"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-signing:before,.fa-sign-language: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-vcard:before,.fa-address-card:before{content:"\f2bb"}.fa-vcard-o:before,.fa-address-card-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:before,.fa-thermometer-full: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-bathtub:before,.fa-s15:before,.fa-bath: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{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}
.glyph {
	font-size: 16px;
	width: 4em;
	padding-bottom: 1em;
	margin-right: 1.5em;
	float: left;
	overflow: hidden;
}
.liga {
	width: 80%;
	width: calc(100% - 2.5em);
}
.talign-right {
	text-align: right;
}
.talign-center {
	text-align: center;
}
.bgc1 {
	background: #f1f1f1;
}
.fgc1 {
	color: #999;
}
.fgc0 {
	color: #000;
}
/*p {
	margin-top: 1em;
	margin-bottom: 1em;
}*/
.mvm {
	margin-top: .75em;
	margin-bottom: .75em;
}
.mtn {
	margin-top: 0;
}
.mtl, .mal {
	margin-top: 1.5em;
}
.mbl, .mal {
	margin-bottom: 1.5em;
}
.mal, .mhl {
	margin-left: 1.5em;
	margin-right: 1.5em;
}
.mhmm {
	margin-left: 1em;
	margin-right: 1em;
}
.mls {
	margin-left: .25em;
}
.ptl {
	padding-top: 1.5em;
}
.pbs, .pvs {
	padding-bottom: .25em;
}
.pvs, .pts {
	padding-top: .25em;
}
.clearfix {
	zoom: 1;
}
.unit {
	float: left;
}
.unitRight {
	float: right;
}
.size1of2 {
	width: 50%;
}
.size1of1 {
	width: 100%;
}
.clearfix:before, .clearfix:after {
	content: " ";
	display: table;
}
.clearfix:after {
	clear: both;
}
.hidden-true {
	display: none;
}
.textbox0 {
	width: 3em;
	background: #f1f1f1;
	padding: .25em .5em;
	line-height: 1.5;
	height: 1.5em;
}
#testDrive {
	padding-top: 24px;
	line-height: 1.5;
}
.fs0 {
	font-size: 16px;
}
.fs1 {
	font-size: 40px;
}
@font-face {
	font-family: 'Linearicons-Free';
	src:url('../../frontend/Alothemes/spozy5/fr_FR/fonts/linearicons/Linearicons-Free.eot?7y0ygv');
	src:url('../../frontend/Alothemes/spozy5/fr_FR/fonts/linearicons/Linearicons-Free.eot?#iefix7y0ygv') format('embedded-opentype'),
		url('../../frontend/Alothemes/spozy5/fr_FR/fonts/linearicons/Linearicons-Free.ttf?7y0ygv') format('truetype'),
		url('../../frontend/Alothemes/spozy5/fr_FR/fonts/linearicons/Linearicons-Free.svg?7y0ygv#Linearicons-Free') format('svg');
	font-weight: normal;
	font-style: normal;
}

.lnr {
	font-family: 'Linearicons-Free';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	
	/* Enable Ligatures ================ */
	letter-spacing: 0;
	-webkit-font-feature-settings: "liga";
	-moz-font-feature-settings: "liga=1";
	-moz-font-feature-settings: "liga";
	-ms-font-feature-settings: "liga" 1;
	-o-font-feature-settings: "liga";
	font-feature-settings: "liga";

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.lnr-home:before {
	content: "\e800";
}
.lnr-apartment:before {
	content: "\e801";
}
.lnr-pencil:before {
	content: "\e802";
}
.lnr-magic-wand:before {
	content: "\e803";
}
.lnr-drop:before {
	content: "\e804";
}
.lnr-lighter:before {
	content: "\e805";
}
.lnr-poop:before {
	content: "\e806";
}
.lnr-sun:before {
	content: "\e807";
}
.lnr-moon:before {
	content: "\e808";
}
.lnr-cloud:before {
	content: "\e809";
}
.lnr-cloud-upload:before {
	content: "\e80a";
}
.lnr-cloud-download:before {
	content: "\e80b";
}
.lnr-cloud-sync:before {
	content: "\e80c";
}
.lnr-cloud-check:before {
	content: "\e80d";
}
.lnr-database:before {
	content: "\e80e";
}
.lnr-lock:before {
	content: "\e80f";
}
.lnr-cog:before {
	content: "\e810";
}
.lnr-trash:before {
	content: "\e811";
}
.lnr-dice:before {
	content: "\e812";
}
.lnr-heart:before {
	content: "\e813";
}
.lnr-star:before {
	content: "\e814";
}
.lnr-star-half:before {
	content: "\e815";
}
.lnr-star-empty:before {
	content: "\e816";
}
.lnr-flag:before {
	content: "\e817";
}
.lnr-envelope:before {
	content: "\e818";
}
.lnr-paperclip:before {
	content: "\e819";
}
.lnr-inbox:before {
	content: "\e81a";
}
.lnr-eye:before {
	content: "\e81b";
}
.lnr-printer:before {
	content: "\e81c";
}
.lnr-file-empty:before {
	content: "\e81d";
}
.lnr-file-add:before {
	content: "\e81e";
}
.lnr-enter:before {
	content: "\e81f";
}
.lnr-exit:before {
	content: "\e820";
}
.lnr-graduation-hat:before {
	content: "\e821";
}
.lnr-license:before {
	content: "\e822";
}
.lnr-music-note:before {
	content: "\e823";
}
.lnr-film-play:before {
	content: "\e824";
}
.lnr-camera-video:before {
	content: "\e825";
}
.lnr-camera:before {
	content: "\e826";
}
.lnr-picture:before {
	content: "\e827";
}
.lnr-book:before {
	content: "\e828";
}
.lnr-bookmark:before {
	content: "\e829";
}
.lnr-user:before {
	content: "\e82a";
}
.lnr-users:before {
	content: "\e82b";
}
.lnr-shirt:before {
	content: "\e82c";
}
.lnr-store:before {
	content: "\e82d";
}
.lnr-cart:before {
	content: "\e82e";
}
.lnr-tag:before {
	content: "\e82f";
}
.lnr-phone-handset:before {
	content: "\e830";
}
.lnr-phone:before {
	content: "\e831";
}
.lnr-pushpin:before {
	content: "\e832";
}
.lnr-map-marker:before {
	content: "\e833";
}
.lnr-map:before {
	content: "\e834";
}
.lnr-location:before {
	content: "\e835";
}
.lnr-calendar-full:before {
	content: "\e836";
}
.lnr-keyboard:before {
	content: "\e837";
}
.lnr-spell-check:before {
	content: "\e838";
}
.lnr-screen:before {
	content: "\e839";
}
.lnr-smartphone:before {
	content: "\e83a";
}
.lnr-tablet:before {
	content: "\e83b";
}
.lnr-laptop:before {
	content: "\e83c";
}
.lnr-laptop-phone:before {
	content: "\e83d";
}
.lnr-power-switch:before {
	content: "\e83e";
}
.lnr-bubble:before {
	content: "\e83f";
}
.lnr-heart-pulse:before {
	content: "\e840";
}
.lnr-construction:before {
	content: "\e841";
}
.lnr-pie-chart:before {
	content: "\e842";
}
.lnr-chart-bars:before {
	content: "\e843";
}
.lnr-gift:before {
	content: "\e844";
}
.lnr-diamond:before {
	content: "\e845";
}
.lnr-linearicons:before {
	content: "\e846";
}
.lnr-dinner:before {
	content: "\e847";
}
.lnr-coffee-cup:before {
	content: "\e848";
}
.lnr-leaf:before {
	content: "\e849";
}
.lnr-paw:before {
	content: "\e84a";
}
.lnr-rocket:before {
	content: "\e84b";
}
.lnr-briefcase:before {
	content: "\e84c";
}
.lnr-bus:before {
	content: "\e84d";
}
.lnr-car:before {
	content: "\e84e";
}
.lnr-train:before {
	content: "\e84f";
}
.lnr-bicycle:before {
	content: "\e850";
}
.lnr-wheelchair:before {
	content: "\e851";
}
.lnr-select:before {
	content: "\e852";
}
.lnr-earth:before {
	content: "\e853";
}
.lnr-smile:before {
	content: "\e854";
}
.lnr-sad:before {
	content: "\e855";
}
.lnr-neutral:before {
	content: "\e856";
}
.lnr-mustache:before {
	content: "\e857";
}
.lnr-alarm:before {
	content: "\e858";
}
.lnr-bullhorn:before {
	content: "\e859";
}
.lnr-volume-high:before {
	content: "\e85a";
}
.lnr-volume-medium:before {
	content: "\e85b";
}
.lnr-volume-low:before {
	content: "\e85c";
}
.lnr-volume:before {
	content: "\e85d";
}
.lnr-mic:before {
	content: "\e85e";
}
.lnr-hourglass:before {
	content: "\e85f";
}
.lnr-undo:before {
	content: "\e860";
}
.lnr-redo:before {
	content: "\e861";
}
.lnr-sync:before {
	content: "\e862";
}
.lnr-history:before {
	content: "\e863";
}
.lnr-clock:before {
	content: "\e864";
}
.lnr-download:before {
	content: "\e865";
}
.lnr-upload:before {
	content: "\e866";
}
.lnr-enter-down:before {
	content: "\e867";
}
.lnr-exit-up:before {
	content: "\e868";
}
.lnr-bug:before {
	content: "\e869";
}
.lnr-code:before {
	content: "\e86a";
}
.lnr-link:before {
	content: "\e86b";
}
.lnr-unlink:before {
	content: "\e86c";
}
.lnr-thumbs-up:before {
	content: "\e86d";
}
.lnr-thumbs-down:before {
	content: "\e86e";
}
.lnr-magnifier:before {
	content: "\e86f";
}
.lnr-cross:before {
	content: "\e870";
}
.lnr-menu:before {
	content: "\e871";
}
.lnr-list:before {
	content: "\e872";
}
.lnr-chevron-up:before {
	content: "\e873";
}
.lnr-chevron-down:before {
	content: "\e874";
}
.lnr-chevron-left:before {
	content: "\e875";
}
.lnr-chevron-right:before {
	content: "\e876";
}
.lnr-arrow-up:before {
	content: "\e877";
}
.lnr-arrow-down:before {
	content: "\e878";
}
.lnr-arrow-left:before {
	content: "\e879";
}
.lnr-arrow-right:before {
	content: "\e87a";
}
.lnr-move:before {
	content: "\e87b";
}
.lnr-warning:before {
	content: "\e87c";
}
.lnr-question-circle:before {
	content: "\e87d";
}
.lnr-menu-circle:before {
	content: "\e87e";
}
.lnr-checkmark-circle:before {
	content: "\e87f";
}
.lnr-cross-circle:before {
	content: "\e880";
}
.lnr-plus-circle:before {
	content: "\e881";
}
.lnr-circle-minus:before {
	content: "\e882";
}
.lnr-arrow-up-circle:before {
	content: "\e883";
}
.lnr-arrow-down-circle:before {
	content: "\e884";
}
.lnr-arrow-left-circle:before {
	content: "\e885";
}
.lnr-arrow-right-circle:before {
	content: "\e886";
}
.lnr-chevron-up-circle:before {
	content: "\e887";
}
.lnr-chevron-down-circle:before {
	content: "\e888";
}
.lnr-chevron-left-circle:before {
	content: "\e889";
}
.lnr-chevron-right-circle:before {
	content: "\e88a";
}
.lnr-crop:before {
	content: "\e88b";
}
.lnr-frame-expand:before {
	content: "\e88c";
}
.lnr-frame-contract:before {
	content: "\e88d";
}
.lnr-layers:before {
	content: "\e88e";
}
.lnr-funnel:before {
	content: "\e88f";
}
.lnr-text-format:before {
	content: "\e890";
}
.lnr-text-format-remove:before {
	content: "\e891";
}
.lnr-text-size:before {
	content: "\e892";
}
.lnr-bold:before {
	content: "\e893";
}
.lnr-italic:before {
	content: "\e894";
}
.lnr-underline:before {
	content: "\e895";
}
.lnr-strikethrough:before {
	content: "\e896";
}
.lnr-highlight:before {
	content: "\e897";
}
.lnr-text-align-left:before {
	content: "\e898";
}
.lnr-text-align-center:before {
	content: "\e899";
}
.lnr-text-align-right:before {
	content: "\e89a";
}
.lnr-text-align-justify:before {
	content: "\e89b";
}
.lnr-line-spacing:before {
	content: "\e89c";
}
.lnr-indent-increase:before {
	content: "\e89d";
}
.lnr-indent-decrease:before {
	content: "\e89e";
}
.lnr-pilcrow:before {
	content: "\e89f";
}
.lnr-direction-ltr:before {
	content: "\e8a0";
}
.lnr-direction-rtl:before {
	content: "\e8a1";
}
.lnr-page-break:before {
	content: "\e8a2";
}
.lnr-sort-alpha-asc:before {
	content: "\e8a3";
}
.lnr-sort-amount-asc:before {
	content: "\e8a4";
}
.lnr-hand:before {
	content: "\e8a5";
}
.lnr-pointer-up:before {
	content: "\e8a6";
}
.lnr-pointer-right:before {
	content: "\e8a7";
}
.lnr-pointer-down:before {
	content: "\e8a8";
}
.lnr-pointer-left:before {
	content: "\e8a9";
}
.lnr-uni21:before {
	content: "\21";
}
.lnr-uni22:before {
	content: "\22";
}
.lnr-uni23:before {
	content: "\23";
}
.lnr-uni24:before {
	content: "\24";
}
.lnr-uni25:before {
	content: "\25";
}
.lnr-uni26:before {
	content: "\26";
}
.lnr-uni27:before {
	content: "\27";
}
.lnr-uni28:before {
	content: "\28";
}
.lnr-uni29:before {
	content: "\29";
}
.lnr-uni2a:before {
	content: "\2a";
}
.lnr-uni2b:before {
	content: "\2b";
}
.lnr-uni2c:before {
	content: "\2c";
}
.lnr-uni2d:before {
	content: "\2d";
}
.lnr-uni2e:before {
	content: "\2e";
}
.lnr-uni2f:before {
	content: "\2f";
}
.lnr-uni30:before {
	content: "\30";
}
.lnr-uni31:before {
	content: "\31";
}
.lnr-uni32:before {
	content: "\32";
}
.lnr-uni33:before {
	content: "\33";
}
.lnr-uni34:before {
	content: "\34";
}
.lnr-uni35:before {
	content: "\35";
}
.lnr-uni36<div><br></div>:before {
	content: "\36";
}
.lnr-uni37:before {
	content: "\37";
}
.lnr-uni38:before {
	content: "\38";
}
.lnr-uni39:before {
	content: "\39";
}
.lnr-uni3a:before {
	content: "\3a";
}
.lnr-uni3b:before {
	content: "\3b";
}
.lnr-uni3c:before {
	content: "\3c";
}
.lnr-uni3d:before {
	content: "\3d";
}
.lnr-uni3e:before {
	content: "\3e";
}
.lnr-uni3f:before {
	content: "\3f";
}
.lnr-uni40:before {
	content: "\40";
}
.lnr-uni41:before {
	content: "\41";
}
.lnr-uni42:before {
	content: "\42";
}
.lnr-uni43:before {
	content: "\43";
}
.lnr-uni44:before {
	content: "\44";
}
.lnr-uni45:before {
	content: "\45";
}
.lnr-uni46:before {
	content: "\46";
}
.lnr-uni47:before {
	content: "\47";
}
.lnr-uni48:before {
	content: "\48";
}
.lnr-uni49:before {
	content: "\49";
}
.lnr-uni4a:before {
	content: "\4a";
}
.lnr-uni4b:before {
	content: "\4b";
}
.lnr-uni4c:before {
	content: "\4c";
}
.lnr-uni4d:before {
	content: "\4d";
}
.lnr-uni4e:before {
	content: "\4e";
}
.lnr-uni4f:before {
	content: "\4f";
}
.lnr-uni50:before {
	content: "\50";
}
.lnr-uni51:before {
	content: "\51";
}
.lnr-uni52:before {
	content: "\52";
}
.lnr-uni53:before {
	content: "\53";
}
.lnr-uni54:before {
	content: "\54";
}
.lnr-uni55:before {
	content: "\55";
}
.lnr-uni56:before {
	content: "\56";
}
.lnr-uni57:before {
	content: "\57";
}
.lnr-uni58:before {
	content: "\58";
}
.lnr-uni59:before {
	content: "\59";
}
.lnr-uni5a:before {
	content: "\5a";
}
.lnr-uni5b:before {
	content: "\5b";
}
.lnr-uni5c:before {
	content: "\5c";
}
.lnr-uni5d:before {
	content: "\5d";
}
.lnr-uni5e:before {
	content: "\5e";
}
.lnr-uni5f:before {
	content: "\5f";
}
.lnr-uni60:before {
	content: "\60";
}
.lnr-uni61:before {
	content: "\61";
}
.lnr-uni62:before {
	content: "\62";
}
.lnr-uni63:before {
	content: "\63";
}
.lnr-uni64:before {
	content: "\64";
}
.lnr-uni65:before {
	content: "\65";
}
.lnr-uni66:before {
	content: "\66";
}
.lnr-uni67:before {
	content: "\67";
}
.lnr-uni68:before {
	content: "\68";
}
.lnr-uni69:before {
	content: "\69";
}
.lnr-uni6a:before {
	content: "\6a";
}
.lnr-uni6b:before {
	content: "\6b";
}
.lnr-uni6c:before {
	content: "\6c";
}
.lnr-uni6d:before {
	content: "\6d";
}
.lnr-uni6e:before {
	content: "\6e";
}
.lnr-uni6f:before {
	content: "\6f";
}
.lnr-uni70:before {
	content: "\70";
}
.lnr-uni71:before {
	content: "\71";
}
.lnr-uni72:before {
	content: "\72";
}
.lnr-uni73:before {
	content: "\73";
}
.lnr-uni74:before {
	content: "\74";
}
.lnr-uni75:before {
	content: "\75";
}
.lnr-uni76:before {
	content: "\76";
}
.lnr-uni77:before {
	content: "\77";
}
.lnr-uni78:before {
	content: "\78";
}
.lnr-uni79:before {
	content: "\79";
}
.lnr-uni7a:before {
	content: "\7a";
}
.lnr-uni7b:before {
	content: "\7b";
}
.lnr-uni7c:before {
	content: "\7c";
}
.lnr-uni7d:before {
	content: "\7d";
}
.lnr-uni7e:before {
	content: "\7e";
}
.lnr-copyright:before {
	content: "\a9";
}
	/*
  	Flaticon icon font: Flaticon
  	Creation date: 17/08/2020 07:29
  	*/

@font-face {
  font-family: "Flaticon";
  src: url("../../frontend/Alothemes/spozy5/fr_FR/fonts/flaticon/font/Flaticon.eot");
  src: url("../../frontend/Alothemes/spozy5/fr_FR/fonts/flaticon/font/Flaticon.eot?#iefix") format("embedded-opentype"),
       url("../../frontend/Alothemes/spozy5/fr_FR/fonts/flaticon/font/Flaticon.woff2") format("woff2"),
       url("../../frontend/Alothemes/spozy5/fr_FR/fonts/flaticon/font/Flaticon.woff") format("woff"),
       url("../../frontend/Alothemes/spozy5/fr_FR/fonts/flaticon/font/Flaticon.ttf") format("truetype"),
       url("../../frontend/Alothemes/spozy5/fr_FR/fonts/flaticon/font/Flaticon.svg#Flaticon") format("svg");
  font-weight: normal;
  font-style: normal;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: "Flaticon";
    src: url("../../frontend/Alothemes/spozy5/fr_FR/fonts/flaticon/font/Flaticon.svg#Flaticon") format("svg");
  }
}

[class^="flaticon-"]:before, [class*=" flaticon-"]:before,
[class^="flaticon-"]:after, [class*=" flaticon-"]:after {   
  font-family: Flaticon;
        font-size: 20px;
font-style: normal;
margin-left: 20px;
}

.flaticon-search:before { content: "\f100"; }
.flaticon-heart:before { content: "\f101"; }
.flaticon-arrow:before { content: "\f102"; }
.flaticon-left-arrow:before { content: "\f103"; }
.flaticon-shopping-bag:before { content: "\f104"; }
.flaticon-shopping-bag-1:before { content: "\f105"; }@font-face {
	font-family: 'Pe-icon-7-stroke';
	src:url('../../frontend/Alothemes/spozy5/fr_FR/fonts/font-stroke/fonts/Pe-icon-7-stroke.eot?d7yf1v');
	src:url('../../frontend/Alothemes/spozy5/fr_FR/fonts/font-stroke/fonts/Pe-icon-7-stroke.eot?#iefixd7yf1v') format('embedded-opentype'),
		url('../../frontend/Alothemes/spozy5/fr_FR/fonts/font-stroke/fonts/Pe-icon-7-stroke.woff?d7yf1v') format('woff'),
		url('../../frontend/Alothemes/spozy5/fr_FR/fonts/font-stroke/fonts/Pe-icon-7-stroke.ttf?d7yf1v') format('truetype'),
		url('../../frontend/Alothemes/spozy5/fr_FR/fonts/font-stroke/fonts/Pe-icon-7-stroke.svg?d7yf1v#Pe-icon-7-stroke') format('svg');
	font-weight: normal;
	font-style: normal;
}

[class^="pe-7s-"], [class*=" pe-7s-"] {
	font-family: 'Pe-icon-7-stroke';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	display: inline-block;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.pe-7s-album:before {
	content: "\e6aa";
}
.pe-7s-arc:before {
	content: "\e6ab";
}
.pe-7s-back-2:before {
	content: "\e6ac";
}
.pe-7s-bandaid:before {
	content: "\e6ad";
}
.pe-7s-car:before {
	content: "\e6ae";
}
.pe-7s-diamond:before {
	content: "\e6af";
}
.pe-7s-door-lock:before {
	content: "\e6b0";
}
.pe-7s-eyedropper:before {
	content: "\e6b1";
}
.pe-7s-female:before {
	content: "\e6b2";
}
.pe-7s-gym:before {
	content: "\e6b3";
}
.pe-7s-hammer:before {
	content: "\e6b4";
}
.pe-7s-headphones:before {
	content: "\e6b5";
}
.pe-7s-helm:before {
	content: "\e6b6";
}
.pe-7s-hourglass:before {
	content: "\e6b7";
}
.pe-7s-leaf:before {
	content: "\e6b8";
}
.pe-7s-magic-wand:before {
	content: "\e6b9";
}
.pe-7s-male:before {
	content: "\e6ba";
}
.pe-7s-map-2:before {
	content: "\e6bb";
}
.pe-7s-next-2:before {
	content: "\e6bc";
}
.pe-7s-paint-bucket:before {
	content: "\e6bd";
}
.pe-7s-pendrive:before {
	content: "\e6be";
}
.pe-7s-photo:before {
	content: "\e6bf";
}
.pe-7s-piggy:before {
	content: "\e6c0";
}
.pe-7s-plugin:before {
	content: "\e6c1";
}
.pe-7s-refresh-2:before {
	content: "\e6c2";
}
.pe-7s-rocket:before {
	content: "\e6c3";
}
.pe-7s-settings:before {
	content: "\e6c4";
}
.pe-7s-shield:before {
	content: "\e6c5";
}
.pe-7s-smile:before {
	content: "\e6c6";
}
.pe-7s-usb:before {
	content: "\e6c7";
}
.pe-7s-vector:before {
	content: "\e6c8";
}
.pe-7s-wine:before {
	content: "\e6c9";
}
.pe-7s-cloud-upload:before {
	content: "\e68a";
}
.pe-7s-cash:before {
	content: "\e68c";
}
.pe-7s-close:before {
	content: "\e680";
}
.pe-7s-bluetooth:before {
	content: "\e68d";
}
.pe-7s-cloud-download:before {
	content: "\e68b";
}
.pe-7s-way:before {
	content: "\e68e";
}
.pe-7s-close-circle:before {
	content: "\e681";
}
.pe-7s-id:before {
	content: "\e68f";
}
.pe-7s-angle-up:before {
	content: "\e682";
}
.pe-7s-wristwatch:before {
	content: "\e690";
}
.pe-7s-angle-up-circle:before {
	content: "\e683";
}
.pe-7s-world:before {
	content: "\e691";
}
.pe-7s-angle-right:before {
	content: "\e684";
}
.pe-7s-volume:before {
	content: "\e692";
}
.pe-7s-angle-right-circle:before {
	content: "\e685";
}
.pe-7s-users:before {
	content: "\e693";
}
.pe-7s-angle-left:before {
	content: "\e686";
}
.pe-7s-user-female:before {
	content: "\e694";
}
.pe-7s-angle-left-circle:before {
	content: "\e687";
}
.pe-7s-up-arrow:before {
	content: "\e695";
}
.pe-7s-angle-down:before {
	content: "\e688";
}
.pe-7s-switch:before {
	content: "\e696";
}
.pe-7s-angle-down-circle:before {
	content: "\e689";
}
.pe-7s-scissors:before {
	content: "\e697";
}
.pe-7s-wallet:before {
	content: "\e600";
}
.pe-7s-safe:before {
	content: "\e698";
}
.pe-7s-volume2:before {
	content: "\e601";
}
.pe-7s-volume1:before {
	content: "\e602";
}
.pe-7s-voicemail:before {
	content: "\e603";
}
.pe-7s-video:before {
	content: "\e604";
}
.pe-7s-user:before {
	content: "\e605";
}
.pe-7s-upload:before {
	content: "\e606";
}
.pe-7s-unlock:before {
	content: "\e607";
}
.pe-7s-umbrella:before {
	content: "\e608";
}
.pe-7s-trash:before {
	content: "\e609";
}
.pe-7s-tools:before {
	content: "\e60a";
}
.pe-7s-timer:before {
	content: "\e60b";
}
.pe-7s-ticket:before {
	content: "\e60c";
}
.pe-7s-target:before {
	content: "\e60d";
}
.pe-7s-sun:before {
	content: "\e60e";
}
.pe-7s-study:before {
	content: "\e60f";
}
.pe-7s-stopwatch:before {
	content: "\e610";
}
.pe-7s-star:before {
	content: "\e611";
}
.pe-7s-speaker:before {
	content: "\e612";
}
.pe-7s-signal:before {
	content: "\e613";
}
.pe-7s-shuffle:before {
	content: "\e614";
}
.pe-7s-shopbag:before {
	content: "\e615";
}
.pe-7s-share:before {
	content: "\e616";
}
.pe-7s-server:before {
	content: "\e617";
}
.pe-7s-search:before {
	content: "\e618";
}
.pe-7s-film:before {
	content: "\e6a5";
}
.pe-7s-science:before {
	content: "\e619";
}
.pe-7s-disk:before {
	content: "\e6a6";
}
.pe-7s-ribbon:before {
	content: "\e61a";
}
.pe-7s-repeat:before {
	content: "\e61b";
}
.pe-7s-refresh:before {
	content: "\e61c";
}
.pe-7s-add-user:before {
	content: "\e6a9";
}
.pe-7s-refresh-cloud:before {
	content: "\e61d";
}
.pe-7s-paperclip:before {
	content: "\e69c";
}
.pe-7s-radio:before {
	content: "\e61e";
}
.pe-7s-note2:before {
	content: "\e69d";
}
.pe-7s-print:before {
	content: "\e61f";
}
.pe-7s-network:before {
	content: "\e69e";
}
.pe-7s-prev:before {
	content: "\e620";
}
.pe-7s-mute:before {
	content: "\e69f";
}
.pe-7s-power:before {
	content: "\e621";
}
.pe-7s-medal:before {
	content: "\e6a0";
}
.pe-7s-portfolio:before {
	content: "\e622";
}
.pe-7s-like2:before {
	content: "\e6a1";
}
.pe-7s-plus:before {
	content: "\e623";
}
.pe-7s-left-arrow:before {
	content: "\e6a2";
}
.pe-7s-play:before {
	content: "\e624";
}
.pe-7s-key:before {
	content: "\e6a3";
}
.pe-7s-plane:before {
	content: "\e625";
}
.pe-7s-joy:before {
	content: "\e6a4";
}
.pe-7s-photo-gallery:before {
	content: "\e626";
}
.pe-7s-pin:before {
	content: "\e69b";
}
.pe-7s-phone:before {
	content: "\e627";
}
.pe-7s-plug:before {
	content: "\e69a";
}
.pe-7s-pen:before {
	content: "\e628";
}
.pe-7s-right-arrow:before {
	content: "\e699";
}
.pe-7s-paper-plane:before {
	content: "\e629";
}
.pe-7s-delete-user:before {
	content: "\e6a7";
}
.pe-7s-paint:before {
	content: "\e62a";
}
.pe-7s-bottom-arrow:before {
	content: "\e6a8";
}
.pe-7s-notebook:before {
	content: "\e62b";
}
.pe-7s-note:before {
	content: "\e62c";
}
.pe-7s-next:before {
	content: "\e62d";
}
.pe-7s-news-paper:before {
	content: "\e62e";
}
.pe-7s-musiclist:before {
	content: "\e62f";
}
.pe-7s-music:before {
	content: "\e630";
}
.pe-7s-mouse:before {
	content: "\e631";
}
.pe-7s-more:before {
	content: "\e632";
}
.pe-7s-moon:before {
	content: "\e633";
}
.pe-7s-monitor:before {
	content: "\e634";
}
.pe-7s-micro:before {
	content: "\e635";
}
.pe-7s-menu:before {
	content: "\e636";
}
.pe-7s-map:before {
	content: "\e637";
}
.pe-7s-map-marker:before {
	content: "\e638";
}
.pe-7s-mail:before {
	content: "\e639";
}
.pe-7s-mail-open:before {
	content: "\e63a";
}
.pe-7s-mail-open-file:before {
	content: "\e63b";
}
.pe-7s-magnet:before {
	content: "\e63c";
}
.pe-7s-loop:before {
	content: "\e63d";
}
.pe-7s-look:before {
	content: "\e63e";
}
.pe-7s-lock:before {
	content: "\e63f";
}
.pe-7s-lintern:before {
	content: "\e640";
}
.pe-7s-link:before {
	content: "\e641";
}
.pe-7s-like:before {
	content: "\e642";
}
.pe-7s-light:before {
	content: "\e643";
}
.pe-7s-less:before {
	content: "\e644";
}
.pe-7s-keypad:before {
	content: "\e645";
}
.pe-7s-junk:before {
	content: "\e646";
}
.pe-7s-info:before {
	content: "\e647";
}
.pe-7s-home:before {
	content: "\e648";
}
.pe-7s-help2:before {
	content: "\e649";
}
.pe-7s-help1:before {
	content: "\e64a";
}
.pe-7s-graph3:before {
	content: "\e64b";
}
.pe-7s-graph2:before {
	content: "\e64c";
}
.pe-7s-graph1:before {
	content: "\e64d";
}
.pe-7s-graph:before {
	content: "\e64e";
}
.pe-7s-global:before {
	content: "\e64f";
}
.pe-7s-gleam:before {
	content: "\e650";
}
.pe-7s-glasses:before {
	content: "\e651";
}
.pe-7s-gift:before {
	content: "\e652";
}
.pe-7s-folder:before {
	content: "\e653";
}
.pe-7s-flag:before {
	content: "\e654";
}
.pe-7s-filter:before {
	content: "\e655";
}
.pe-7s-file:before {
	content: "\e656";
}
.pe-7s-expand1:before {
	content: "\e657";
}
.pe-7s-exapnd2:before {
	content: "\e658";
}
.pe-7s-edit:before {
	content: "\e659";
}
.pe-7s-drop:before {
	content: "\e65a";
}
.pe-7s-drawer:before {
	content: "\e65b";
}
.pe-7s-download:before {
	content: "\e65c";
}
.pe-7s-display2:before {
	content: "\e65d";
}
.pe-7s-display1:before {
	content: "\e65e";
}
.pe-7s-diskette:before {
	content: "\e65f";
}
.pe-7s-date:before {
	content: "\e660";
}
.pe-7s-cup:before {
	content: "\e661";
}
.pe-7s-culture:before {
	content: "\e662";
}
.pe-7s-crop:before {
	content: "\e663";
}
.pe-7s-credit:before {
	content: "\e664";
}
.pe-7s-copy-file:before {
	content: "\e665";
}
.pe-7s-config:before {
	content: "\e666";
}
.pe-7s-compass:before {
	content: "\e667";
}
.pe-7s-comment:before {
	content: "\e668";
}
.pe-7s-coffee:before {
	content: "\e669";
}
.pe-7s-cloud:before {
	content: "\e66a";
}
.pe-7s-clock:before {
	content: "\e66b";
}
.pe-7s-check:before {
	content: "\e66c";
}
.pe-7s-chat:before {
	content: "\e66d";
}
.pe-7s-cart:before {
	content: "\e66e";
}
.pe-7s-camera:before {
	content: "\e66f";
}
.pe-7s-call:before {
	content: "\e670";
}
.pe-7s-calculator:before {
	content: "\e671";
}
.pe-7s-browser:before {
	content: "\e672";
}
.pe-7s-box2:before {
	content: "\e673";
}
.pe-7s-box1:before {
	content: "\e674";
}
.pe-7s-bookmarks:before {
	content: "\e675";
}
.pe-7s-bicycle:before {
	content: "\e676";
}
.pe-7s-bell:before {
	content: "\e677";
}
.pe-7s-battery:before {
	content: "\e678";
}
.pe-7s-ball:before {
	content: "\e679";
}
.pe-7s-back:before {
	content: "\e67a";
}
.pe-7s-attention:before {
	content: "\e67b";
}
.pe-7s-anchor:before {
	content: "\e67c";
}
.pe-7s-albums:before {
	content: "\e67d";
}
.pe-7s-alarm:before {
	content: "\e67e";
}
.pe-7s-airplay:before {
	content: "\e67f";
}@charset "UTF-8";

@font-face {
  font-family: "dripicons-v2";
  src:url("../../frontend/Alothemes/spozy5/fr_FR/fonts/dripicons-v2/fonts/dripicons-v2.eot");
  src:url("../../frontend/Alothemes/spozy5/fr_FR/fonts/dripicons-v2/fonts/dripicons-v2.eot?#iefix") format("embedded-opentype"),
    url("../../frontend/Alothemes/spozy5/fr_FR/fonts/dripicons-v2/fonts/dripicons-v2.woff") format("woff"),
    url("../../frontend/Alothemes/spozy5/fr_FR/fonts/dripicons-v2/fonts/dripicons-v2.ttf") format("truetype"),
    url("../../frontend/Alothemes/spozy5/fr_FR/fonts/dripicons-v2/fonts/dripicons-v2.svg#dripicons-v2") format("svg");
  font-weight: normal;
  font-style: normal;

}

[data-icon]:before {
  font-family: "dripicons-v2" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class^="dripicons-"]:before,
[class*=" dripicons-"]:before {
  font-family: "dripicons-v2" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.dripicons-alarm:before {
  content: "\61";
}
.dripicons-align-center:before {
  content: "\62";
}
.dripicons-align-justify:before {
  content: "\63";
}
.dripicons-align-left:before {
  content: "\64";
}
.dripicons-align-right:before {
  content: "\65";
}
.dripicons-anchor:before {
  content: "\66";
}
.dripicons-archive:before {
  content: "\67";
}
.dripicons-arrow-down:before {
  content: "\68";
}
.dripicons-arrow-left:before {
  content: "\69";
}
.dripicons-arrow-right:before {
  content: "\6a";
}
.dripicons-arrow-thin-down:before {
  content: "\6b";
}
.dripicons-arrow-thin-left:before {
  content: "\6c";
}
.dripicons-arrow-thin-right:before {
  content: "\6d";
}
.dripicons-arrow-thin-up:before {
  content: "\6e";
}
.dripicons-arrow-up:before {
  content: "\6f";
}
.dripicons-article:before {
  content: "\70";
}
.dripicons-backspace:before {
  content: "\71";
}
.dripicons-basket:before {
  content: "\72";
}
.dripicons-basketball:before {
  content: "\73";
}
.dripicons-battery-empty:before {
  content: "\74";
}
.dripicons-battery-full:before {
  content: "\75";
}
.dripicons-battery-low:before {
  content: "\76";
}
.dripicons-battery-medium:before {
  content: "\77";
}
.dripicons-bell:before {
  content: "\78";
}
.dripicons-blog:before {
  content: "\79";
}
.dripicons-bluetooth:before {
  content: "\7a";
}
.dripicons-bold:before {
  content: "\41";
}
.dripicons-bookmark:before {
  content: "\42";
}
.dripicons-bookmarks:before {
  content: "\43";
}
.dripicons-box:before {
  content: "\44";
}
.dripicons-briefcase:before {
  content: "\45";
}
.dripicons-brightness-low:before {
  content: "\46";
}
.dripicons-brightness-max:before {
  content: "\47";
}
.dripicons-brightness-medium:before {
  content: "\48";
}
.dripicons-broadcast:before {
  content: "\49";
}
.dripicons-browser:before {
  content: "\4a";
}
.dripicons-browser-upload:before {
  content: "\4b";
}
.dripicons-brush:before {
  content: "\4c";
}
.dripicons-calendar:before {
  content: "\4d";
}
.dripicons-camcorder:before {
  content: "\4e";
}
.dripicons-camera:before {
  content: "\4f";
}
.dripicons-card:before {
  content: "\50";
}
.dripicons-cart:before {
  content: "\51";
}
.dripicons-checklist:before {
  content: "\52";
}
.dripicons-checkmark:before {
  content: "\53";
}
.dripicons-chevron-down:before {
  content: "\54";
}
.dripicons-chevron-left:before {
  content: "\55";
}
.dripicons-chevron-right:before {
  content: "\56";
}
.dripicons-chevron-up:before {
  content: "\57";
}
.dripicons-clipboard:before {
  content: "\58";
}
.dripicons-clock:before {
  content: "\59";
}
.dripicons-clockwise:before {
  content: "\5a";
}
.dripicons-cloud:before {
  content: "\30";
}
.dripicons-cloud-download:before {
  content: "\31";
}
.dripicons-cloud-upload:before {
  content: "\32";
}
.dripicons-code:before {
  content: "\33";
}
.dripicons-contract:before {
  content: "\34";
}
.dripicons-contract-2:before {
  content: "\35";
}
.dripicons-conversation:before {
  content: "\36";
}
.dripicons-copy:before {
  content: "\37";
}
.dripicons-crop:before {
  content: "\38";
}
.dripicons-cross:before {
  content: "\39";
}
.dripicons-crosshair:before {
  content: "\21";
}
.dripicons-cutlery:before {
  content: "\22";
}
.dripicons-device-desktop:before {
  content: "\23";
}
.dripicons-device-mobile:before {
  content: "\24";
}
.dripicons-device-tablet:before {
  content: "\25";
}
.dripicons-direction:before {
  content: "\26";
}
.dripicons-disc:before {
  content: "\27";
}
.dripicons-document:before {
  content: "\28";
}
.dripicons-document-delete:before {
  content: "\29";
}
.dripicons-document-edit:before {
  content: "\2a";
}
.dripicons-document-new:before {
  content: "\2b";
}
.dripicons-document-remove:before {
  content: "\2c";
}
.dripicons-dot:before {
  content: "\2d";
}
.dripicons-dots-2:before {
  content: "\2e";
}
.dripicons-dots-3:before {
  content: "\2f";
}
.dripicons-download:before {
  content: "\3a";
}
.dripicons-duplicate:before {
  content: "\3b";
}
.dripicons-enter:before {
  content: "\3c";
}
.dripicons-exit:before {
  content: "\3d";
}
.dripicons-expand:before {
  content: "\3e";
}
.dripicons-expand-2:before {
  content: "\3f";
}
.dripicons-experiment:before {
  content: "\40";
}
.dripicons-export:before {
  content: "\5b";
}
.dripicons-feed:before {
  content: "\5d";
}
.dripicons-flag:before {
  content: "\5e";
}
.dripicons-flashlight:before {
  content: "\5f";
}
.dripicons-folder:before {
  content: "\60";
}
.dripicons-folder-open:before {
  content: "\7b";
}
.dripicons-forward:before {
  content: "\7c";
}
.dripicons-gaming:before {
  content: "\7d";
}
.dripicons-gear:before {
  content: "\7e";
}
.dripicons-graduation:before {
  content: "\5c";
}
.dripicons-graph-bar:before {
  content: "\e000";
}
.dripicons-graph-line:before {
  content: "\e001";
}
.dripicons-graph-pie:before {
  content: "\e002";
}
.dripicons-headset:before {
  content: "\e003";
}
.dripicons-heart:before {
  content: "\e004";
}
.dripicons-help:before {
  content: "\e005";
}
.dripicons-home:before {
  content: "\e006";
}
.dripicons-hourglass:before {
  content: "\e007";
}
.dripicons-inbox:before {
  content: "\e008";
}
.dripicons-information:before {
  content: "\e009";
}
.dripicons-italic:before {
  content: "\e00a";
}
.dripicons-jewel:before {
  content: "\e00b";
}
.dripicons-lifting:before {
  content: "\e00c";
}
.dripicons-lightbulb:before {
  content: "\e00d";
}
.dripicons-link:before {
  content: "\e00e";
}
.dripicons-link-broken:before {
  content: "\e00f";
}
.dripicons-list:before {
  content: "\e010";
}
.dripicons-loading:before {
  content: "\e011";
}
.dripicons-location:before {
  content: "\e012";
}
.dripicons-lock:before {
  content: "\e013";
}
.dripicons-lock-open:before {
  content: "\e014";
}
.dripicons-mail:before {
  content: "\e015";
}
.dripicons-map:before {
  content: "\e016";
}
.dripicons-media-loop:before {
  content: "\e017";
}
.dripicons-media-next:before {
  content: "\e018";
}
.dripicons-media-pause:before {
  content: "\e019";
}
.dripicons-media-play:before {
  content: "\e01a";
}
.dripicons-media-previous:before {
  content: "\e01b";
}
.dripicons-media-record:before {
  content: "\e01c";
}
.dripicons-media-shuffle:before {
  content: "\e01d";
}
.dripicons-media-stop:before {
  content: "\e01e";
}
.dripicons-medical:before {
  content: "\e01f";
}
.dripicons-menu:before {
  content: "\e020";
}
.dripicons-message:before {
  content: "\e021";
}
.dripicons-meter:before {
  content: "\e022";
}
.dripicons-microphone:before {
  content: "\e023";
}
.dripicons-minus:before {
  content: "\e024";
}
.dripicons-monitor:before {
  content: "\e025";
}
.dripicons-move:before {
  content: "\e026";
}
.dripicons-music:before {
  content: "\e027";
}
.dripicons-network-1:before {
  content: "\e028";
}
.dripicons-network-2:before {
  content: "\e029";
}
.dripicons-network-3:before {
  content: "\e02a";
}
.dripicons-network-4:before {
  content: "\e02b";
}
.dripicons-network-5:before {
  content: "\e02c";
}
.dripicons-pamphlet:before {
  content: "\e02d";
}
.dripicons-paperclip:before {
  content: "\e02e";
}
.dripicons-pencil:before {
  content: "\e02f";
}
.dripicons-phone:before {
  content: "\e030";
}
.dripicons-photo:before {
  content: "\e031";
}
.dripicons-photo-group:before {
  content: "\e032";
}
.dripicons-pill:before {
  content: "\e033";
}
.dripicons-pin:before {
  content: "\e034";
}
.dripicons-plus:before {
  content: "\e035";
}
.dripicons-power:before {
  content: "\e036";
}
.dripicons-preview:before {
  content: "\e037";
}
.dripicons-print:before {
  content: "\e038";
}
.dripicons-pulse:before {
  content: "\e039";
}
.dripicons-question:before {
  content: "\e03a";
}
.dripicons-reply:before {
  content: "\e03b";
}
.dripicons-reply-all:before {
  content: "\e03c";
}
.dripicons-return:before {
  content: "\e03d";
}
.dripicons-retweet:before {
  content: "\e03e";
}
.dripicons-rocket:before {
  content: "\e03f";
}
.dripicons-scale:before {
  content: "\e040";
}
.dripicons-search:before {
  content: "\e041";
}
.dripicons-shopping-bag:before {
  content: "\e042";
}
.dripicons-skip:before {
  content: "\e043";
}
.dripicons-stack:before {
  content: "\e044";
}
.dripicons-star:before {
  content: "\e045";
}
.dripicons-stopwatch:before {
  content: "\e046";
}
.dripicons-store:before {
  content: "\e047";
}
.dripicons-suitcase:before {
  content: "\e048";
}
.dripicons-swap:before {
  content: "\e049";
}
.dripicons-tag:before {
  content: "\e04a";
}
.dripicons-tag-delete:before {
  content: "\e04b";
}
.dripicons-tags:before {
  content: "\e04c";
}
.dripicons-thumbs-down:before {
  content: "\e04d";
}
.dripicons-thumbs-up:before {
  content: "\e04e";
}
.dripicons-ticket:before {
  content: "\e04f";
}
.dripicons-time-reverse:before {
  content: "\e050";
}
.dripicons-to-do:before {
  content: "\e051";
}
.dripicons-toggles:before {
  content: "\e052";
}
.dripicons-trash:before {
  content: "\e053";
}
.dripicons-trophy:before {
  content: "\e054";
}
.dripicons-upload:before {
  content: "\e055";
}
.dripicons-user:before {
  content: "\e056";
}
.dripicons-user-group:before {
  content: "\e057";
}
.dripicons-user-id:before {
  content: "\e058";
}
.dripicons-vibrate:before {
  content: "\e059";
}
.dripicons-view-apps:before {
  content: "\e05a";
}
.dripicons-view-list:before {
  content: "\e05b";
}
.dripicons-view-list-large:before {
  content: "\e05c";
}
.dripicons-view-thumb:before {
  content: "\e05d";
}
.dripicons-volume-full:before {
  content: "\e05e";
}
.dripicons-volume-low:before {
  content: "\e05f";
}
.dripicons-volume-medium:before {
  content: "\e060";
}
.dripicons-volume-off:before {
  content: "\e061";
}
.dripicons-wallet:before {
  content: "\e062";
}
.dripicons-warning:before {
  content: "\e063";
}
.dripicons-web:before {
  content: "\e064";
}
.dripicons-weight:before {
  content: "\e065";
}
.dripicons-wifi:before {
  content: "\e066";
}
.dripicons-wrong:before {
  content: "\e067";
}
.dripicons-zoom-in:before {
  content: "\e068";
}
.dripicons-zoom-out:before {
  content: "\e069";
}
/*----- FONTS -----*/
@font-face {
    font-family: 'poppins_font';
    font-display: auto;
    src: url('../../frontend/Alothemes/spozy5/fr_FR/fonts/poppins/Poppins-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'poppins_font';
    font-display: auto;
    src: url('../../frontend/Alothemes/spozy5/fr_FR/fonts/poppins/Poppins-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'poppins_font';
    font-display: auto;
    src: url('../../frontend/Alothemes/spozy5/fr_FR/fonts/poppins/Poppins-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'poppins_font';
    font-display: auto;
    src: url('../../frontend/Alothemes/spozy5/fr_FR/fonts/poppins/Poppins-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'poppins_font';
    font-display: auto;
    src: url('../../frontend/Alothemes/spozy5/fr_FR/fonts/poppins/Poppins-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}/* Webfont: Lato-Black */@font-face {
    font-family: 'LatoWebBlack';
    src: url('../../frontend/Alothemes/spozy5/fr_FR/fonts/latofont/fonts/Lato-Black.eot'); /* IE9 Compat Modes */
    src: url('../../frontend/Alothemes/spozy5/fr_FR/fonts/latofont/fonts/Lato-Black.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../../frontend/Alothemes/spozy5/fr_FR/fonts/latofont/fonts/Lato-Black.woff2') format('woff2'), /* Modern Browsers */
         url('../../frontend/Alothemes/spozy5/fr_FR/fonts/latofont/fonts/Lato-Black.woff') format('woff'), /* Modern Browsers */
         url('../../frontend/Alothemes/spozy5/fr_FR/fonts/latofont/fonts/Lato-Black.ttf') format('truetype');
    font-style: normal;
    font-weight: normal;
    text-rendering: optimizeLegibility;
}

/* Webfont: Lato-BlackItalic */@font-face {
    font-family: 'LatoWebBlack';
    src: url('../../frontend/Alothemes/spozy5/fr_FR/fonts/latofont/fonts/Lato-BlackItalic.eot'); /* IE9 Compat Modes */
    src: url('../../frontend/Alothemes/spozy5/fr_FR/fonts/latofont/fonts/Lato-BlackItalic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../../frontend/Alothemes/spozy5/fr_FR/fonts/latofont/fonts/Lato-BlackItalic.woff2') format('woff2'), /* Modern Browsers */
         url('../../frontend/Alothemes/spozy5/fr_FR/fonts/latofont/fonts/Lato-BlackItalic.woff') format('woff'), /* Modern Browsers */
         url('../../frontend/Alothemes/spozy5/fr_FR/fonts/latofont/fonts/Lato-BlackItalic.ttf') format('truetype');
    font-style: italic;
    font-weight: normal;
    text-rendering: optimizeLegibility;
}

/* Webfont: Lato-Bold */@font-face {
    font-family: 'LatoWebBold';
    src: url('../../frontend/Alothemes/spozy5/fr_FR/fonts/latofont/fonts/Lato-Bold.eot'); /* IE9 Compat Modes */
    src: url('../../frontend/Alothemes/spozy5/fr_FR/fonts/latofont/fonts/Lato-Bold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../../frontend/Alothemes/spozy5/fr_FR/fonts/latofont/fonts/Lato-Bold.woff2') format('woff2'), /* Modern Browsers */
         url('../../frontend/Alothemes/spozy5/fr_FR/fonts/latofont/fonts/Lato-Bold.woff') format('woff'), /* Modern Browsers */
         url('../../frontend/Alothemes/spozy5/fr_FR/fonts/latofont/fonts/Lato-Bold.ttf') format('truetype');
    font-style: normal;
    font-weight: normal;
    text-rendering: optimizeLegibility;
}

/* Webfont: Lato-BoldItalic */@font-face {
    font-family: 'LatoWebBold';
    src: url('../../frontend/Alothemes/spozy5/fr_FR/fonts/latofont/fonts/Lato-BoldItalic.eot'); /* IE9 Compat Modes */
    src: url('../../frontend/Alothemes/spozy5/fr_FR/fonts/latofont/fonts/Lato-BoldItalic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../../frontend/Alothemes/spozy5/fr_FR/fonts/latofont/fonts/Lato-BoldItalic.woff2') format('woff2'), /* Modern Browsers */
         url('../../frontend/Alothemes/spozy5/fr_FR/fonts/latofont/fonts/Lato-BoldItalic.woff') format('woff'), /* Modern Browsers */
         url('../../frontend/Alothemes/spozy5/fr_FR/fonts/latofont/fonts/Lato-BoldItalic.ttf') format('truetype');
    font-style: italic;
    font-weight: normal;
    text-rendering: optimizeLegibility;
}

/* Webfont: Lato-Hairline */@font-face {
    font-family: 'LatoWebHairline';
    src: url('../../frontend/Alothemes/spozy5/fr_FR/fonts/latofont/fonts/Lato-Hairline.eot'); /* IE9 Compat Modes */
    src: url('../../frontend/Alothemes/spozy5/fr_FR/fonts/latofont/fonts/Lato-Hairline.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../../frontend/Alothemes/spozy5/fr_FR/fonts/latofont/fonts/Lato-Hairline.woff2') format('woff2'), /* Modern Browsers */
         url('../../frontend/Alothemes/spozy5/fr_FR/fonts/latofont/fonts/Lato-Hairline.woff') format('woff'), /* Modern Browsers */
         url('../../frontend/Alothemes/spozy5/fr_FR/fonts/latofont/fonts/Lato-Hairline.ttf') format('truetype');
    font-style: normal;
    font-weight: normal;
    text-rendering: optimizeLegibility;
}

/* Webfont: Lato-HairlineItalic */@font-face {
    font-family: 'LatoWebHairline';
    src: url('../../frontend/Alothemes/spozy5/fr_FR/fonts/latofont/fonts/Lato-HairlineItalic.eot'); /* IE9 Compat Modes */
    src: url('../../frontend/Alothemes/spozy5/fr_FR/fonts/latofont/fonts/Lato-HairlineItalic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../../frontend/Alothemes/spozy5/fr_FR/fonts/latofont/fonts/Lato-HairlineItalic.woff2') format('woff2'), /* Modern Browsers */
         url('../../frontend/Alothemes/spozy5/fr_FR/fonts/latofont/fonts/Lato-HairlineItalic.woff') format('woff'), /* Modern Browsers */
         url('../../frontend/Alothemes/spozy5/fr_FR/fonts/latofont/fonts/Lato-HairlineItalic.ttf') format('truetype');
    font-style: italic;
    font-weight: normal;
    text-rendering: optimizeLegibility;
}

/* Webfont: Lato-Heavy */@font-face {
    font-family: 'LatoWebHeavy';
    src: url('../../frontend/Alothemes/spozy5/fr_FR/fonts/latofont/fonts/Lato-Heavy.eot'); /* IE9 Compat Modes */
    src: url('../../frontend/Alothemes/spozy5/fr_FR/fonts/latofont/fonts/Lato-Heavy.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../../frontend/Alothemes/spozy5/fr_FR/fonts/latofont/fonts/Lato-Heavy.woff2') format('woff2'), /* Modern Browsers */
         url('../../frontend/Alothemes/spozy5/fr_FR/fonts/latofont/fonts/Lato-Heavy.woff') format('woff'), /* Modern Browsers */
         url('../../frontend/Alothemes/spozy5/fr_FR/fonts/latofont/fonts/Lato-Heavy.ttf') format('truetype');
    font-style: normal;
    font-weight: normal;
    text-rendering: optimizeLegibility;
}

/* Webfont: Lato-HeavyItalic */@font-face {
    font-family: 'LatoWebHeavy';
    src: url('../../frontend/Alothemes/spozy5/fr_FR/fonts/latofont/fonts/Lato-HeavyItalic.eot'); /* IE9 Compat Modes */
    src: url('../../frontend/Alothemes/spozy5/fr_FR/fonts/latofont/fonts/Lato-HeavyItalic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../../frontend/Alothemes/spozy5/fr_FR/fonts/latofont/fonts/Lato-HeavyItalic.woff2') format('woff2'), /* Modern Browsers */
         url('../../frontend/Alothemes/spozy5/fr_FR/fonts/latofont/fonts/Lato-HeavyItalic.woff') format('woff'), /* Modern Browsers */
         url('../../frontend/Alothemes/spozy5/fr_FR/fonts/latofont/fonts/Lato-HeavyItalic.ttf') format('truetype');
    font-style: italic;
    font-weight: normal;
    text-rendering: optimizeLegibility;
}

/* Webfont: Lato-Italic */@font-face {
    font-family: 'LatoWeb';
    src: url('../../frontend/Alothemes/spozy5/fr_FR/fonts/latofont/fonts/Lato-Italic.eot'); /* IE9 Compat Modes */
    src: url('../../frontend/Alothemes/spozy5/fr_FR/fonts/latofont/fonts/Lato-Italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../../frontend/Alothemes/spozy5/fr_FR/fonts/latofont/fonts/Lato-Italic.woff2') format('woff2'), /* Modern Browsers */
         url('../../frontend/Alothemes/spozy5/fr_FR/fonts/latofont/fonts/Lato-Italic.woff') format('woff'), /* Modern Browsers */
         url('../../frontend/Alothemes/spozy5/fr_FR/fonts/latofont/fonts/Lato-Italic.ttf') format('truetype');
    font-style: italic;
    font-weight: normal;
    text-rendering: optimizeLegibility;
}

/* Webfont: Lato-Light */@font-face {
    font-family: 'LatoWebLight';
    src: url('../../frontend/Alothemes/spozy5/fr_FR/fonts/latofont/fonts/Lato-Light.eot'); /* IE9 Compat Modes */
    src: url('../../frontend/Alothemes/spozy5/fr_FR/fonts/latofont/fonts/Lato-Light.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../../frontend/Alothemes/spozy5/fr_FR/fonts/latofont/fonts/Lato-Light.woff2') format('woff2'), /* Modern Browsers */
         url('../../frontend/Alothemes/spozy5/fr_FR/fonts/latofont/fonts/Lato-Light.woff') format('woff'), /* Modern Browsers */
         url('../../frontend/Alothemes/spozy5/fr_FR/fonts/latofont/fonts/Lato-Light.ttf') format('truetype');
    font-style: normal;
    font-weight: normal;
    text-rendering: optimizeLegibility;
}

/* Webfont: Lato-LightItalic */@font-face {
    font-family: 'LatoWebLight';
    src: url('../../frontend/Alothemes/spozy5/fr_FR/fonts/latofont/fonts/Lato-LightItalic.eot'); /* IE9 Compat Modes */
    src: url('../../frontend/Alothemes/spozy5/fr_FR/fonts/latofont/fonts/Lato-LightItalic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../../frontend/Alothemes/spozy5/fr_FR/fonts/latofont/fonts/Lato-LightItalic.woff2') format('woff2'), /* Modern Browsers */
         url('../../frontend/Alothemes/spozy5/fr_FR/fonts/latofont/fonts/Lato-LightItalic.woff') format('woff'), /* Modern Browsers */
         url('../../frontend/Alothemes/spozy5/fr_FR/fonts/latofont/fonts/Lato-LightItalic.ttf') format('truetype');
    font-style: italic;
    font-weight: normal;
    text-rendering: optimizeLegibility;
}

/* Webfont: Lato-Medium */@font-face {
    font-family: 'LatoWebMedium';
    src: url('../../frontend/Alothemes/spozy5/fr_FR/fonts/latofont/fonts/Lato-Medium.eot'); /* IE9 Compat Modes */
    src: url('../../frontend/Alothemes/spozy5/fr_FR/fonts/latofont/fonts/Lato-Medium.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../../frontend/Alothemes/spozy5/fr_FR/fonts/latofont/fonts/Lato-Medium.woff2') format('woff2'), /* Modern Browsers */
         url('../../frontend/Alothemes/spozy5/fr_FR/fonts/latofont/fonts/Lato-Medium.woff') format('woff'), /* Modern Browsers */
         url('../../frontend/Alothemes/spozy5/fr_FR/fonts/latofont/fonts/Lato-Medium.ttf') format('truetype');
    font-style: normal;
    font-weight: normal;
    text-rendering: optimizeLegibility;
}

/* Webfont: Lato-MediumItalic */@font-face {
    font-family: 'LatoWebMedium';
    src: url('../../frontend/Alothemes/spozy5/fr_FR/fonts/latofont/fonts/Lato-MediumItalic.eot'); /* IE9 Compat Modes */
    src: url('../../frontend/Alothemes/spozy5/fr_FR/fonts/latofont/fonts/Lato-MediumItalic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../../frontend/Alothemes/spozy5/fr_FR/fonts/latofont/fonts/Lato-MediumItalic.woff2') format('woff2'), /* Modern Browsers */
         url('../../frontend/Alothemes/spozy5/fr_FR/fonts/latofont/fonts/Lato-MediumItalic.woff') format('woff'), /* Modern Browsers */
         url('../../frontend/Alothemes/spozy5/fr_FR/fonts/latofont/fonts/Lato-MediumItalic.ttf') format('truetype');
    font-style: italic;
    font-weight: normal;
    text-rendering: optimizeLegibility;
}

/* Webfont: Lato-Regular */@font-face {
    font-family: 'LatoWeb';
    src: url('../../frontend/Alothemes/spozy5/fr_FR/fonts/latofont/fonts/Lato-Regular.eot'); /* IE9 Compat Modes */
    src: url('../../frontend/Alothemes/spozy5/fr_FR/fonts/latofont/fonts/Lato-Regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../../frontend/Alothemes/spozy5/fr_FR/fonts/latofont/fonts/Lato-Regular.woff2') format('woff2'), /* Modern Browsers */
         url('../../frontend/Alothemes/spozy5/fr_FR/fonts/latofont/fonts/Lato-Regular.woff') format('woff'), /* Modern Browsers */
         url('../../frontend/Alothemes/spozy5/fr_FR/fonts/latofont/fonts/Lato-Regular.ttf') format('truetype');
    font-style: normal;
    font-weight: normal;
    text-rendering: optimizeLegibility;
}

/* Webfont: Lato-Semibold */@font-face {
    font-family: 'LatoWebSemibold';
    src: url('../../frontend/Alothemes/spozy5/fr_FR/fonts/latofont/fonts/Lato-Semibold.eot'); /* IE9 Compat Modes */
    src: url('../../frontend/Alothemes/spozy5/fr_FR/fonts/latofont/fonts/Lato-Semibold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../../frontend/Alothemes/spozy5/fr_FR/fonts/latofont/fonts/Lato-Semibold.woff2') format('woff2'), /* Modern Browsers */
         url('../../frontend/Alothemes/spozy5/fr_FR/fonts/latofont/fonts/Lato-Semibold.woff') format('woff'), /* Modern Browsers */
         url('../../frontend/Alothemes/spozy5/fr_FR/fonts/latofont/fonts/Lato-Semibold.ttf') format('truetype');
    font-style: normal;
    font-weight: normal;
    text-rendering: optimizeLegibility;
}

/* Webfont: Lato-SemiboldItalic */@font-face {
    font-family: 'LatoWebSemibold';
    src: url('../../frontend/Alothemes/spozy5/fr_FR/fonts/latofont/fonts/Lato-SemiboldItalic.eot'); /* IE9 Compat Modes */
    src: url('../../frontend/Alothemes/spozy5/fr_FR/fonts/latofont/fonts/Lato-SemiboldItalic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../../frontend/Alothemes/spozy5/fr_FR/fonts/latofont/fonts/Lato-SemiboldItalic.woff2') format('woff2'), /* Modern Browsers */
         url('../../frontend/Alothemes/spozy5/fr_FR/fonts/latofont/fonts/Lato-SemiboldItalic.woff') format('woff'), /* Modern Browsers */
         url('../../frontend/Alothemes/spozy5/fr_FR/fonts/latofont/fonts/Lato-SemiboldItalic.ttf') format('truetype');
    font-style: italic;
    font-weight: normal;
    text-rendering: optimizeLegibility;
}

/* Webfont: Lato-Thin */@font-face {
    font-family: 'LatoWebThin';
    src: url('../../frontend/Alothemes/spozy5/fr_FR/fonts/latofont/fonts/Lato-Thin.eot'); /* IE9 Compat Modes */
    src: url('../../frontend/Alothemes/spozy5/fr_FR/fonts/latofont/fonts/Lato-Thin.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../../frontend/Alothemes/spozy5/fr_FR/fonts/latofont/fonts/Lato-Thin.woff2') format('woff2'), /* Modern Browsers */
         url('../../frontend/Alothemes/spozy5/fr_FR/fonts/latofont/fonts/Lato-Thin.woff') format('woff'), /* Modern Browsers */
         url('../../frontend/Alothemes/spozy5/fr_FR/fonts/latofont/fonts/Lato-Thin.ttf') format('truetype');
    font-style: normal;
    font-weight: normal;
    text-rendering: optimizeLegibility;
}

/* Webfont: Lato-ThinItalic */@font-face {
    font-family: 'LatoWebThin';
    src: url('../../frontend/Alothemes/spozy5/fr_FR/fonts/latofont/fonts/Lato-ThinItalic.eot'); /* IE9 Compat Modes */
    src: url('../../frontend/Alothemes/spozy5/fr_FR/fonts/latofont/fonts/Lato-ThinItalic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../../frontend/Alothemes/spozy5/fr_FR/fonts/latofont/fonts/Lato-ThinItalic.woff2') format('woff2'), /* Modern Browsers */
         url('../../frontend/Alothemes/spozy5/fr_FR/fonts/latofont/fonts/Lato-ThinItalic.woff') format('woff'), /* Modern Browsers */
         url('../../frontend/Alothemes/spozy5/fr_FR/fonts/latofont/fonts/Lato-ThinItalic.ttf') format('truetype');
    font-style: italic;
    font-weight: normal;
    text-rendering: optimizeLegibility;
}

@font-face {
	font-family: 'linecons';
	src:url('../../frontend/Alothemes/spozy5/fr_FR/fonts/linecons/fonts/linecons.ttf');
}
@font-face {
	font-family: 'linecons';
	src: url(data:font/svg;charset=utf-8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBzdGFuZGFsb25lPSJubyI/Pgo8IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiID4KPHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8bWV0YWRhdGE+ClRoaXMgaXMgYSBjdXN0b20gU1ZHIGZvbnQgZ2VuZXJhdGVkIGJ5IEljb01vb24uCjxpY29uc2V0IGlkPSJsaW5lY29ucyIgbmFtZT0ibGluZWNvbnMiIGhyZWY9Imh0dHA6Ly9kZXNpZ25tb2RvLmNvbS9saW5lY29ucyI+PC9pY29uc2V0PjxhdXRob3IgbmFtZT0iU2VyZ2V5IFNobWlkdCIgaHJlZj0iaHR0cDovL3NobWlkdC5pbiI+PC9hdXRob3I+PGxpY2Vuc2UgbmFtZT0iQ3JlYXRpdmUgQ29tbW9ucyBBdHRyaWJ1dGlvbi1TaGFyZUFsaWtlIDMuMCIgaHJlZj0iaHR0cDovL2NyZWF0aXZlY29tbW9ucy5vcmcvbGljZW5zZXMvYnktc2EvMy4wLyI+PC9saWNlbnNlPgo8L21ldGFkYXRhPgo8ZGVmcz4KPGZvbnQgaWQ9ImxpbmVjb25zIiBob3Jpei1hZHYteD0iNTEyIiA+Cjxmb250LWZhY2UgdW5pdHMtcGVyLWVtPSI1MTIiIGFzY2VudD0iNDgwIiBkZXNjZW50PSItMzIiIC8+CjxtaXNzaW5nLWdseXBoIGhvcml6LWFkdi14PSI1MTIiIC8+CjxnbHlwaCB1bmljb2RlPSImI3hlMDAwOyIgZD0iTSA0NjcuMDg4LDM5NS43NmMtNTguMDY0LDU3LjUzNi0xNTAuOTEyLDU4LjczNi0yMTEuMDU2LDQuNjA4CgkJQyAxOTUuODcyLDQ1NC40OTYsIDEwMy4wNTYsNDUzLjI5NiwgNDQuOTYsMzk1Ljc2Yy01OS44NTYtNTkuMjY0LTU5Ljg1Ni0xNTUuMzQ0LDAuMDAtMjE0LjY0YyAxNy4xMDQtMTYuOTQ0LCAxNzYuODQ4LTE3NS4wNTYsIDE3Ni44NDgtMTc1LjA1NgoJCWMgMTguOTI4LTE4Ljc1MiwgNDkuNTM2LTE4Ljc1MiwgNjguNDQ4LDAuMDBjMC4wMCwwLjAwLCAxNzQuOTEyLDE3My4xNTIsIDE3Ni44NDgsMTc1LjA1NkMgNTI2Ljk3NiwyNDAuNDE2LCA1MjYuOTc2LDMzNi40OTYsIDQ2Ny4wODgsMzk1Ljc2eiBNIDQ0NC4yODgsMjAzLjcxMgoJCUwgMjY3LjQ0LDI4LjY1NmMtNi4yODgtNi4yNTYtMTYuNTQ0LTYuMjU2LTIyLjgwLDAuMDBMIDY3Ljc5MiwyMDMuNzEyYy00Ny4yMCw0Ni43Mi00Ny4yMCwxMjIuNzM2LDAuMDAsMTY5LjQ1NgoJCWMgNDUuNTA0LDQ1LjA0LCAxMTguNjU2LDQ2LjYyNCwgMTY2LjU0NCwzLjU1MmwgMjEuNjk2LTE5LjUybCAyMS42OCwxOS41MmMgNDcuOTA0LDQzLjA3MiwgMTIxLjA1Niw0MS41MDQsIDE2Ni41Ni0zLjU1MgoJCUMgNDkxLjQ3MiwzMjYuNDY0LCA0OTEuNDcyLDI1MC40NDgsIDQ0NC4yODgsMjAzLjcxMnpNIDE0OC4wNDgsMzU5Ljk4NCBDIDE1Mi40OCwzNTkuOTg0IDE1Ni4wNDgsMzU2LjQwIDE1Ni4wNDgsMzUxLjk4NCBDIDE1Ni4wNDgsMzQ3LjU2OCAxNTIuNDY0LDM0My45ODQgMTQ4LjA0OCwzNDMuOTg0IEwgMTQ4LjAzMiwzNDMuOTg0IEMgMTE5LjMyOCwzNDMuOTg0IDk2LjA0OCwzMjAuNzA0IDk2LjA0OCwyOTIuMDAgTCA5Ni4wNDgsMjkxLjk4NCBDIDk2LjA0OCwyODcuNTY4IDkyLjQ2NCwyODMuOTg0IDg4LjA0OCwyODMuOTg0IEMgODMuNjMyLDI4My45ODQgODAuMDQ4LDI4Ny41NjggODAuMDQ4LDI5MS45ODQgTCA4MC4wNDgsMjkxLjk4NCBDIDgwLjA0OCwzMjkuNTIgMTEwLjQ2NCwzNTkuOTM2IDE0Ny45ODQsMzU5Ljk2OCBDIDE0OC4wMTYsMzU5Ljk2OCAxNDguMDE2LDM1OS45ODQgMTQ4LjA0OCwzNTkuOTg0IFoiIGRhdGEtdGFncz0iaGVhcnQiIC8+CjxnbHlwaCB1bmljb2RlPSImI3hlMDAxOyIgZD0iTSA0MTQuNjI0LDI2OS43MTJDIDQwNy42MzIsMzQyLjcyLCAzNDYuODQ4LDQwMC4wMCwgMjcyLjAwLDQwMC4wMAoJYy01Ny45MDQsMC4wMC0xMDcuNDcyLTM0LjM2OC0xMzAuMzM2LTgzLjY4QyAxMzQuNzg0LDMxOC40OTYsIDEyNy42MTYsMzIwLjAwLCAxMjAuMDE2LDMyMC4wMGMtMzkuNzYsMC4wMC03Mi4wMC0zMi4yNTYtNzIuMDAtNzIuMDBjMC4wMC03LjkwNCwgMS41ODQtMTUuMzc2LCAzLjkzNi0yMi40NjQKCWMtMzAuOTI4LTE4LjAzMi01MS45MzYtNTEuMTItNTEuOTM2LTg5LjUwNGMwLjAwLTU3LjQ0LCA0Ni41Ni0xMDQuMDAsIDEwNC4wMC0xMDQuMDBMIDEwNC4wMTYsMzIuMDAgTCAzOTIuMDAsMzIuMDAgbDAuMDAsMC4wMzIgYyA2Ni4yODgsMC4wMCwgMTIwLjAwLDUzLjcxMiwgMTIwLjAwLDEyMC4wMAoJQyA1MTIuMDAsMjEwLjUyOCwgNDcwLjA2NCwyNTkuMTIsIDQxNC42MjQsMjY5LjcxMnogTSAzOTIuMDAsNjQuMDMyTCAzOTIuMDAsNjQuMDAgTCAxMDQuMDE2LDY0LjAwIGMtMzkuNjk2LDAuMDMyLTcyLjAwLDMyLjMyLTcyLjAwLDcyLjAzMmMwLjAwLDI1LjYwLCAxMy40ODgsNDguNzIsIDM2LjA2NCw2MS44NzIKCWMgMjEuOTM2LDEyLjU5MiwgMjMuNDQsMTUuMDg4LCAxNC4yNCwzNy43MTJjLTEuNTUyLDQuNjU2LTIuMzA0LDguNzA0LTIuMzA0LDEyLjM2OGMwLjAwLDIyLjA2NCwgMTcuOTM2LDQwLjAwLCA0MC4wMCw0MC4wMGMwLjAwLDAuMDAsIDEwLjQ5NiwwLjc1MiwgMjEuNjQ4LTMuNjgKCWMgMTguMzUyLTcuMzEyLCAyMC4zNTItMC4zMiwgMjkuMDI0LDE4LjU0NEMgMTg5LjA0LDM0Mi40MTYsIDIyOC44MCwzNjguMDAsIDI3Mi4wMCwzNjguMDBjIDU3LjYwLDAuMDAsIDEwNS4yMTYtNDMuNTY4LCAxMTAuNzg0LTEwMS4zNDRjIDEuOTY4LTIyLjkxMiwgMS45NjgtMjIuOTEyLCAyNS44NC0yOC4zNjgKCUMgNDUwLjAwLDIzMC4zODQsIDQ4MC4wMCwxOTQuMDk2LCA0ODAuMDAsMTUyLjAzMkMgNDgwLjAwLDEwMy41MDQsIDQ0MC41MjgsNjQuMDMyLCAzOTIuMDAsNjQuMDMyeiIgZGF0YS10YWdzPSJjbG91ZCIgLz4KPGdseXBoIHVuaWNvZGU9IiYjeGUwMDI7IiBkPSJNIDUxMC4wOTYsMjc5LjA4OGMtNC40MzIsMTIuNzg0LTE1LjgwOCwyMi4xNDQtMjkuNTA0LDI0LjE3NmwtMTMzLjIxNiwxOS44MDhsLTU3LjkwNCwxMjAuMjI0CglDIDI4My4zNzYsNDU1LjkyLCAyNzAuMzM2LDQ2NC4wMCwgMjU2LjAwLDQ2NC4wMGMtMTQuMzM2LDAuMDAtMjcuMzc2LTguMDgtMzMuNDcyLTIwLjcwNGwtNTcuOTA0LTEyMC4yMjRsLTEzMy4yMzItMTkuODA4Yy0xMy42OC0yLjAzMi0yNS4wNTYtMTEuMzkyLTI5LjQ3Mi0yNC4xNzYKCWMtNC40MC0xMi44MTYtMS4wNzItMjYuOTI4LCA4LjU5Mi0zNi41NmwgOTcuNjMyLTk3LjQ3MmwtMjIuNjQtMTM1LjIxNkMgODMuMjAtMy43NzYsIDg5LjEwNC0xNy40NCwgMTAwLjY3Mi0yNS40MDgKCUMgMTA3LjAyNC0yOS43NzYsIDExNC40OTYtMzIuMDAsIDEyMS45NjgtMzIuMDBjIDYuMTQ0LDAuMDAsIDEyLjMwNCwxLjUwNCwgMTcuODg4LDQuNDk2TCAyNTYuMDAsMzUuMDI0bCAxMTYuMTYtNjIuNTI4QyAzNzcuNzQ0LTMwLjQ5NiwgMzgzLjkwNC0zMi4wMCwgMzkwLjAzMi0zMi4wMAoJYyA3LjQ3MiwwLjAwLCAxNC45NDQsMi4yMjQsIDIxLjMxMiw2LjU5MmMgMTEuNTY4LDcuOTY4LCAxNy40NCwyMS42MzIsIDE1LjE1MiwzNS4yNDhsLTIyLjY1NiwxMzUuMjE2bCA5Ny42NjQsOTcuNDcyCglDIDUxMS4xNTIsMjUyLjE3NiwgNTE0LjQ2NCwyNjYuMjg4LCA1MTAuMDk2LDI3OS4wODh6IE0gMzc3LjQwOCwxNzAuMTkyYy04LjE5Mi04LjE2LTExLjkwNC0xOS42NjQtMTAuMDMyLTMwLjk0NGwgMjIuNjU2LTEzNS4yMTZsLTExNi4xNiw2Mi40OTYKCWMtNS41NjgsMy4wMDgtMTEuNzEyLDQuNDk2LTE3Ljg4OCw0LjQ5NmMtNi4xNDQsMC4wMC0xMi4zMDQtMS41MDQtMTcuODcyLTQuNDk2bC0xMTYuMTYtNjIuNDk2bCAyMi42NTYsMTM1LjIxNgoJYyAxLjg4OCwxMS4yOC0xLjgyNCwyMi43ODQtMTAuMDE2LDMwLjk0NGwtOTcuNjMyLDk3LjQ3MmwgMTMzLjIxNiwxOS44NGMgMTIuMTc2LDEuODA4LCAyMi42NTYsOS40MjQsIDI3Ljg4OCwyMC4yODhMIDI1Ni4wMCw0MjcuOTg0bCA1Ny45Mi0xMjAuMjA4CgljIDUuMjQ4LTEwLjg2NCwgMTUuNzEyLTE4LjQ2NCwgMjcuODcyLTIwLjI4OGwgMTMzLjI0OC0xOS44NEwgMzc3LjQwOCwxNzAuMTkyeiIgZGF0YS10YWdzPSJzdGFyIiAvPgo8Z2x5cGggdW5pY29kZT0iJiN4ZTAwMzsiIGQ9Ik0gMzU0LjcyLDM0Mi4wMTZjLTQzLjMxMiw4LjkxMi04Ny4yOCwxMy40MjQtMTMwLjY0LDEzLjQyNGMtNDMuMzYsMC4wMC04Ny4zMTItNC41MTItMTMwLjY0LTEzLjQyNAoJCUMgODcuODQsMzQwLjg2NCwgODMuMjY0LDMzNi44MCwgODEuNDU2LDMzMS4zNDRjLTIzLjA3Mi03MC4wOTYtMjMuMDcyLTE0MS4xNjgsMC4wMC0yMTEuMjY0YyAxLjc5Mi01LjQ0LCA2LjM2OC05LjUwNCwgMTEuOTg0LTEwLjY1NgoJCUMgMTM2Ljc2OCwxMDAuNTI4LCAxODAuNzIsOTYuMDAsIDIyNC4wOCw5Ni4wMGMgNDMuMzQ0LDAuMDAsIDg3LjMyOCw0LjUyOCwgMTMwLjY0LDEzLjQ0YyA1LjYzMiwxLjE1MiwgMTAuMTkyLDUuMjE2LCAxMi4wMCwxMC42NTYKCQljIDIzLjA1Niw3MC4wOTYsIDIzLjA1NiwxNDEuMTY4LDAuMDAsMjExLjI2NEMgMzY0LjkxMiwzMzYuODAsIDM2MC4zMzYsMzQwLjg2NCwgMzU0LjcyLDM0Mi4wMTZ6IE0gMzUxLjUwNCwxMjUuMDg4Yy04NC45NDQtMTcuNDQtMTY5LjkwNC0xNy40NC0yNTQuODMyLDAuMDAKCQljLTIyLjA5Niw2Ny4wODgtMjIuMDk2LDEzNC4xNiwwLjAwLDIwMS4yNjRjIDg0Ljk0NCwxNy40NTYsIDE2OS45MDQsMTcuNDU2LCAyNTQuODMyLDAuMDBDIDM3My42MCwyNTkuMjY0LCAzNzMuNjAsMTkyLjE5MiwgMzUxLjUwNCwxMjUuMDg4ek0gNDkzLjY2NCwzNzguODhjLTMuMDg4LDEzLjAyNC0xNC4wMCwyMi43NTItMjcuMjgsMjQuMzUyQyAzOTYuNjI0LDQxMS43MTIsIDMyNS44NzIsNDE2LjAwLCAyNTYuMDgsNDE2LjAwCgkJQyAxODYuMzA0LDQxNi4wMCwgMTE1LjU1Miw0MTEuNzEyLCA0NS43OTIsNDAzLjI0OEMgMzIuNTEyLDQwMS42MzIsIDIxLjYxNiwzOTEuOTIsIDE4LjUyOCwzNzguODhjLTI0LjQ2NC0xMDIuNzY4LTI0LjQ2NC0yMDYuOTc2LDAuMDAtMzA5Ljc2CgkJYyAzLjA4OC0xMy4wMjQsIDEzLjk4NC0yMi43NTIsIDI3LjI2NC0yNC4zMzZjIDMzLjYxNi00LjA5NiwgNjcuNDU2LTcuMDg4LCAxMDEuMjk2LTkuMjE2QyAxNDUuMjY0LDM0LjQwLCAxNDQuMDgsMzMuMjE2LCAxNDQuMDgsMzIuMDBjMC4wMC04Ljg0OCwgNTAuMTQ0LTE2LjAwLCAxMTIuMDAtMTYuMDAKCQljIDYxLjg1NiwwLjAwLCAxMTIuMDAsNy4xNTIsIDExMi4wMCwxNi4wMGMwLjAwLDEuMjE2LTEuMTg0LDIuNDAtMy4wMDgsMy41NjhjIDMzLjg0LDIuMTI4LCA2Ny42OCw1LjEyLCAxMDEuMjgsOS4yMTZjIDEzLjI4LDEuNjAsIDI0LjE5MiwxMS4zMTIsIDI3LjI4LDI0LjMzNgoJCUMgNTE4LjEyOCwxNzEuOTA0LCA1MTguMTI4LDI3Ni4xMTIsIDQ5My42NjQsMzc4Ljg4eiBNIDQ2Mi41MjgsNzYuNTI4Yy0xMzcuNjMyLTE2LjY4OC0yNzUuMjY0LTE2LjY4OC00MTIuODgsMC4wMGMtMjMuNDA4LDk4LjMyLTIzLjQwOCwxOTYuNjQsMC4wMCwyOTQuOTQ0CgkJYyAxMzcuNjMyLDE2LjcwNCwgMjc1LjI2NCwxNi43MDQsIDQxMi44OCwwLjAwQyA0ODUuOTM2LDI3My4xNjgsIDQ4NS45MzYsMTc0Ljg0OCwgNDYyLjUyOCw3Ni41Mjh6TSA0MjQuMDk2LDI4OC4wMGMgMTMuMjQ4LDAuMDAsIDI0LjAwLDEwLjc1MiwgMjQuMDAsMjQuMDBTIDQzNy4zNDQsMzM2LjAwLCA0MjQuMDk2LDMzNi4wMHMtMjQuMDAtMTAuNzUyLTI0LjAwLTI0LjAwUyA0MTAuODQ4LDI4OC4wMCwgNDI0LjA5NiwyODguMDB6CgkJIE0gNDI0LjA5NiwzMjAuMDBjIDQuNDAsMC4wMCwgOC4wMC0zLjYwLCA4LjAwLTguMDBzLTMuNjAtOC4wMC04LjAwLTguMDBzLTguMDAsMy42MC04LjAwLDguMDBTIDQxOS42OCwzMjAuMDAsIDQyNC4wOTYsMzIwLjAwek0gNDQwLjA5NiwxMjguMDAgQyA0NDQuNDk2LDEyOC4wMCA0NDguMDk2LDEyNC40MzIgNDQ4LjA5NiwxMjAuMDAgQyA0NDguMDk2LDExNS42MCA0NDQuNDk2LDExMi4wMCA0NDAuMDk2LDExMi4wMCBMIDM5Mi4wOTYsMTEyLjAwIEMgMzg3LjY2NCwxMTIuMDAgMzg0LjA5NiwxMTUuNjAgMzg0LjA5NiwxMjAuMDAgQyAzODQuMDk2LDEyNC40MzIgMzg3LjY2NCwxMjguMDAgMzkyLjA5NiwxMjguMDAgTCA0NDAuMDk2LDEyOC4wMCBaTSA0NTYuMDk2LDE3Ni4wMCBDIDQ2MC40OTYsMTc2LjAwIDQ2NC4wOTYsMTcyLjQzMiA0NjQuMDk2LDE2OC4wMCBDIDQ2NC4wOTYsMTYzLjYwIDQ2MC40OTYsMTYwLjAwIDQ1Ni4wOTYsMTYwLjAwIEwgNDA4LjA5NiwxNjAuMDAgQyA0MDMuNjY0LDE2MC4wMCA0MDAuMDk2LDE2My42MCA0MDAuMDk2LDE2OC4wMCBDIDQwMC4wOTYsMTcyLjQzMiA0MDMuNjY0LDE3Ni4wMCA0MDguMDk2LDE3Ni4wMCBMIDQ1Ni4wOTYsMTc2LjAwIFpNIDQ1Ni4wOTYsMjI0LjAwIEMgNDYwLjQ5NiwyMjQuMDAgNDY0LjA5NiwyMjAuNDE2IDQ2NC4wOTYsMjE2LjAwIEMgNDY0LjA5NiwyMTEuNTg0IDQ2MC40OTYsMjA4LjAwIDQ1Ni4wOTYsMjA4LjAwIEwgNDA4LjA5NiwyMDguMDAgQyA0MDMuNjY0LDIwOC4wMCA0MDAuMDk2LDIxMS41ODQgNDAwLjA5NiwyMTYuMDAgQyA0MDAuMDk2LDIyMC40MTYgNDAzLjY2NCwyMjQuMDAgNDA4LjA5NiwyMjQuMDAgTCA0NTYuMDk2LDIyNC4wMCBaTSAyMTYuMDgsMjkxLjEzNiBDIDIyMC40OTYsMjkxLjMxMiAyMjQuMDgsMjg3Ljg3MiAyMjQuMDgsMjgzLjQ1NiBDIDIyNC4wOCwyNzkuMDQgMjIwLjQ4LDI3NS4zMjggMjE2LjA4LDI3NS4xNjggTCAxNTYuMDk2LDI3MS4wNTYgQyAxNTEuNzI4LDI3MC42MDggMTQ3LjY2NCwyNjYuNjcyIDE0Ny4wNzIsMjYyLjMyIEwgMTQ0LjQwLDIzMi4wMCBDIDE0NC4yMjQsMjI3LjYwIDE0MC40OCwyMjQuMDAgMTM2LjExMiwyMjQuMDAgQyAxMzEuNzI4LDIyNC4wMCAxMjguMzIsMjI3LjYwIDEyOC41NDQsMjMyLjAwIEwgMTMzLjQyNCwyNzYuNTc2IEMgMTM0LjE2LDI4MC45MjggMTM4LjMzNiwyODQuODk2IDE0Mi43MDQsMjg1LjM5MiBMIDIxNi4wOCwyOTEuMTM2IFoiIGRhdGEtdGFncz0idHYiIC8+CjxnbHlwaCB1bmljb2RlPSImI3hlMDA0OyIgZD0iTSA0MzEuOTY4LDI1NS45NTIgQyA0MzEuOTY4LDMzNS4zNDQgMzY3LjM3NiwzOTkuOTUyIDI4Ny45NjgsMzk5LjkzNiBMIDI4Ny45NjgsNDAwLjAwIEMgMjgzLjU2OCw0MDAuMDE2IDI4MC4wMCw0MDMuNjAgMjgwLjAwLDQwOC4wMCBDIDI4MC4wMCw0MTIuNDE2IDI4My41NjgsNDE2LjAwIDI4OC4wMCw0MTYuMDAgQyAyODguMTYsNDE2LjAwIDI4OC4yODgsNDE1LjkzNiAyODguNDAsNDE1LjkwNCBDIDM3Ni41MjgsNDE1LjY5NiA0NDcuODcyLDM0NC4yNzIgNDQ3Ljk2OCwyNTYuMTI4IEMgNDQ3Ljk2OCwyNTYuMDggNDQ4LjAwLDI1Ni4wNDggNDQ4LjAwLDI1Ni4wMCBDIDQ0OC4wMCwyNTEuNTg0IDQ0NC40MCwyNDguMDE2IDQ0MC4wMCwyNDguMDE2IEMgNDM1LjYwLDI0OC4wMTYgNDMyLjAzMiwyNTEuNTY4IDQzMi4wMCwyNTUuOTUyIEwgNDMxLjk2OCwyNTUuOTUyIFpNIDE0NS45MzYsNDY1Ljk1MkMgMTM2Ljc2OCw0NzUuMTM2LCAxMjQuNDgsNDgwLjAwLCAxMTEuOTg0LDQ4MC4wMEMgMTA1LjgwOCw0ODAuMDAsIDk5LjU4NCw0NzguODE2LCA5My42NDgsNDc2LjM1MkMgNzUuNjk2LDQ2OC45MjgsIDY0LjAwLDQ1MS40MjQsIDY0LjAwLDQzMi4wMAoJCUwgNjMuOTg0LDIxMS44ODhsLTQ5LjkyLTQ5Ljk1MmMtMTguNzUyLTE4LjcyLTE4Ljc1Mi00OS4xMiwwLjAwLTY3Ljg3MmwgMTEyLjAwLTExMi4wMEMgMTM1LjQ0LTI3LjMxMiwgMTQ3LjcxMi0zMi4wMCwgMTYwLjAwLTMyLjAwcyAyNC41Niw0LjY4OCwgMzMuOTM2LDE0LjA2NEwgMjQzLjg3MiwzMi4wMAoJCWwgMjIwLjA5NiwwLjAwIGMgMTkuNDQsMC4wMCwgMzYuOTQ0LDExLjY4LCA0NC4zMzYsMjkuNjMyYyA3LjQ0LDE3LjkzNiwgMy4zNDQsMzguNTkyLTEwLjQwLDUyLjMyTCAxNDUuOTM2LDQ2NS45NTJ6IE0gMjIxLjI0OCw1NC42MjRsLTQ5LjkzNi00OS45MzYKCQlDIDE2Ny4yMzIsMC42MjQsIDE2Mi40NjQsMC4wMCwgMTYwLjAwLDAuMDBzLTcuMjMyLDAuNjI0LTExLjMxMiw0LjY4OGwtMTEyLjAwLDExMi4wMEMgMzIuNjA4LDEyMC43ODQsIDMyLjAwLDEyNS41MzYsIDMyLjAwLDEyOC4wMHMgMC42MDgsNy4yNDgsIDQuNjg4LDExLjMxMmwgNDkuOTIsNDkuOTM2CgkJYyAwLjE0NCwwLjE2LCAwLjE5MiwwLjMzNiwgMC4zMzYsMC40OTZsIDEzNC44MC0xMzQuODE2QyAyMjEuNjAsNTQuODE2LCAyMjEuMzkyLDU0Ljc4NCwgMjIxLjI0OCw1NC42MjR6IE0gMjQzLjg3Miw2NC4wMAoJCWMtMi40OCwwLjAwLTQuNzg0LTAuODgtNy4xNTItMS40MDhMIDk0LjU2LDIwNC43NTJjIDAuNTQ0LDIuMzY4LCAxLjQyNCw0LjY3MiwgMS40MjQsNy4xMzZMIDk2LjAwLDQwNC42MjRMIDQzNi41OTIsNjQuMDBMIDI0My44NzIsNjQuMDAgeiBNIDQ3OC43NTIsNzMuODcyCgkJQyA0NzYuMjg4LDY3Ljg3MiwgNDcwLjQ2NCw2NC4wMCwgNDYzLjk2OCw2NC4wMGwtNC43NTIsMC4wMCBMIDk2LjAwLDQyNy4yNDhMIDk2LjAwLDQzMi4wMCBjMC4wMCw2LjQ5NiwgMy44NzIsMTIuMzA0LCA5Ljg3MiwxNC43ODRDIDEwNy44NCw0NDcuNjAsIDEwOS44ODgsNDQ4LjAwLCAxMTEuOTg0LDQ0OC4wMAoJCWMgNC4yODgsMC4wMCwgOC4zMDQtMS42NjQsIDExLjMxMi00LjY3MmwgMzUxLjk4NC0zNTIuMDE2QyA0NzkuODcyLDg2LjcyLCA0ODEuMjQ4LDc5Ljg3MiwgNDc4Ljc1Miw3My44NzJ6TSAyODcuOTY4LDQ0OC4wMCBDIDI3OS4xNTIsNDQ4LjAxNiAyNzIuMDAsNDU1LjE4NCAyNzIuMDAsNDY0LjAwIEMgMjcyLjAwLDQ3Mi44NDggMjc5LjE1Miw0ODAuMDAgMjg4LjAwLDQ4MC4wMCBDIDI4OC4xNiw0ODAuMDAgMjg4LjI4OCw0NzkuOTM2IDI4OC40MCw0NzkuOTIgQyA0MTEuODcyLDQ3OS42OTYgNTExLjg3MiwzNzkuNjE2IDUxMS45NjgsMjU2LjEyOCBDIDUxMS45NjgsMjU2LjA4IDUxMi4wMCwyNTYuMDQ4IDUxMi4wMCwyNTYuMDAgQyA1MTIuMDAsMjQ3LjE1MiA1MDQuODQ4LDI0MC4wMCA0OTYuMDAsMjQwLjAwIEMgNDg3LjE4NCwyNDAuMDAgNDgwLjAzMiwyNDcuMTM2IDQ4MC4wMCwyNTUuOTM2IEwgNDc5Ljk2OCwyNTUuOTM2IEMgNDc5Ljk2OCwzNjEuODA4IDM5My44NCw0NDcuOTM2IDI4Ny45NjgsNDQ3LjkzNiBMIDI4Ny45NjgsNDQ4LjAwIFoiIGRhdGEtdGFncz0ic291bmQiIC8+CjxnbHlwaCB1bmljb2RlPSImI3hlMDA1OyIgZD0iTSA0ODAuMDAsMzg0LjAwbC0xNC4xOTIsMC4wMCBjLTguNDAsMC4wMC0xNi40NjQtMy4zMTItMjIuNDY0LTkuMjE2TCA0MDAuMDAsMzMyLjAzMkwgNDAwLjAwLDM1Mi4wMCBjMC4wMCwyNi41MTItMjEuNTA0LDQ4LjAwLTQ4LjAwLDQ4LjAwTCA0OC4wMCw0MDAuMDAgCglDIDIxLjUzNiw0MDAuMDAsMC4wMCwzNzguNDgsMC4wMCwzNTIuMDBsMC4wMC0xMTEuNTUyIEwwLjAwLDk2LjAwIGMwLjAwLTI2LjQ5NiwgMjEuNDg4LTQ4LjAwLCA0OC4wMC00OC4wMGwgMzA0LjAwLDAuMDAgYyAyNi40OTYsMC4wMCwgNDguMDAsMjEuNTA0LCA0OC4wMCw0OC4wMGwwLjAwLDE5LjUzNiBsIDQzLjM0NC00Mi43NTJjIDYuMDAtNS45MDQsIDE0LjA2NC05LjIxNiwgMjIuNDY0LTkuMjE2CglMIDQ4MC4wMCw2My41NjggYyAxNy42NjQsMC4wMCwgMzIuMDAsMTQuMzIsIDMyLjAwLDMyLjAwTCA1MTIuMDAsMzUyLjAwIEMgNTEyLjAwLDM2OS42OCwgNDk3LjY2NCwzODQuMDAsIDQ4MC4wMCwzODQuMDB6IE0gNDguMDAsODAuMDBjLTguODMyLDAuMDAtMTYuMDAsNy4xODQtMTYuMDAsMTYuMDBMIDMyLjAwLDM1Mi4wMCBjMC4wMCw4Ljg0OCwgNy4xNTIsMTYuMDAsIDE2LjAwLDE2LjAwbCAzMDQuMDAsMC4wMCBjIDguODE2LDAuMDAsIDE2LjAwLTcuMTY4LCAxNi4wMC0xNi4wMGwwLjAwLTI1Ni4wMCAKCWMwLjAwLTguODE2LTcuMTg0LTE2LjAwLTE2LjAwLTE2LjAwTCA0OC4wMCw4MC4wMCB6IE0gNDgwLjAwLDk1LjU2OGwtMTQuMTkyLDAuMDAgTCA0NjQuMDAsOTUuNTY4IGwtNjQuMDAsNjQuMDBMIDQwMC4wMCwxNjAuMDAgbC0xNi4wMCwxNi4wMGwwLjAwLDk2LjAwIGwgODAuMDAsODAuMDBsIDEuODA4LDAuMDAgTCA0ODAuMDAsMzUyLjAwIEwgNDgwLjAwLDk1LjU2OCB6IiBkYXRhLXRhZ3M9InZpZGVvIiAvPgo8Z2x5cGggdW5pY29kZT0iJiN4ZTAwNjsiIGQ9Ik0gNDc5LjY4LDM3MC44OTZjLTEuNTM2LDI1LjEyLTIyLjE5Miw0NS4wNTYtNDcuNjgsNDUuMDU2bC00OC4wMCwwLjAwIGwwLjAwLDE2LjAwIEwgMzg0LjAwLDQzMS45ODQgCgkJYzAuMDAsMjYuNTEyLTIxLjUwNCw0OC4wMC00OC4wMCw0OC4wMEwgMTc2LjAwLDQ3OS45ODQgYy0yNi41MTIsMC4wMC00OC4wMC0yMS40ODgtNDguMDAtNDguMDBsMC4wMC0wLjAxNiBsMC4wMC0xNi4wMCBMIDgwLjAwLDQxNS45NjggYy0yNS41MiwwLjAwLTQ2LjE2LTE5LjkzNi00Ny42OTYtNDUuMDU2TCAzMi4wMCwzNzAuOTEyIGwwLjAwLTE4LjkyOCBsMC4wMC0xNi4wMCBjMC4wMC0xNy42NjQsIDE0LjMzNi0zMi4wMCwgMzIuMDAtMzIuMDBsMC4wMCwwLjAwbDAuMDAtMjcyLjAwIAoJCWMwLjAwLTM1LjM0NCwgMjguNjU2LTY0LjAwLCA2NC4wMC02NC4wMGwgMjU2LjAwLDAuMDAgYyAzNS4zNDQsMC4wMCwgNjQuMDAsMjguNjU2LCA2NC4wMCw2NC4wMGwwLjAwLDI3Mi4wMCBsMC4wMCwwLjAwYyAxNy42NjQsMC4wMCwgMzIuMDAsMTQuMzM2LCAzMi4wMCwzMi4wMGwwLjAwLDE2LjAwIEwgNDgwLjAwLDM3MC44OTYgTCA0NzkuNjgsMzcwLjg5NiB6IE0gMTYwLjAwLDQzMS45NjhjMC4wMCw4Ljg0OCwgNy4xNTIsMTYuMDAsIDE2LjAwLDE2LjAwbCAxNjAuMDAsMC4wMCAKCQljIDguODQ4LDAuMDAsIDE2LjAwLTcuMTUyLCAxNi4wMC0xNi4wMGwwLjAwLTE2LjAwIEwgMTYwLjAwLDQxNS45NjggTCAxNjAuMDAsNDMxLjk2OCB6IE0gNDE2LjAwLDMxLjk2OGMwLjAwLTE3LjYzMi0xNC4zNjgtMzIuMDAtMzIuMDAtMzIuMDBMIDEyOC4wMC0wLjAzMiBjLTE3LjY0OCwwLjAwLTMyLjAwLDE0LjM2OC0zMi4wMCwzMi4wMGwwLjAwLDI3Mi4wMCBsIDMyMC4wMCwwLjAwIEwgNDE2LjAwLDMxLjk2OCB6IE0gNDQ4LjAwLDM1MS45ODRsMC4wMC0xNi4wMCBMIDY0LjAwLDMzNS45ODQgbDAuMDAsMTYuMDAgTCA2NC4wMCwzNjcuOTY4IAoJCWMwLjAwLDguODQ4LCA3LjE1MiwxNi4wMCwgMTYuMDAsMTYuMDBsIDM1Mi4wMCwwLjAwIGMgOC44NDgsMC4wMCwgMTYuMDAtNy4xNTIsIDE2LjAwLTE2LjAwTCA0NDguMDAsMzUxLjk4NCB6TSAxNDQuMDAsMzEuOTA0bCAzMi4wMCwwLjAwIGMgOC44NDgsMC4wMCwgMTYuMDAsNy4xNTIsIDE2LjAwLDE2LjAwbDAuMDAsMjA4LjAwIGMwLjAwLDguODQ4LTcuMTUyLDE2LjAwLTE2LjAwLDE2LjAwTCAxNDQuMDAsMjcxLjkwNCAKCQljLTguODQ4LDAuMDAtMTYuMDAtNy4xNTItMTYuMDAtMTYuMDBsMC4wMC0yMDguMDAgQyAxMjguMDAsMzkuMDU2LCAxMzUuMTUyLDMxLjkwNCwgMTQ0LjAwLDMxLjkwNHogTSAxNDQuMDAsMjU1LjkybCAzMi4wMCwwLjAwIGwwLjAwLTIwOC4wMCBMIDE0NC4wMCw0Ny45MiBMIDE0NC4wMCwyNTUuOTIgek0gMjQwLjAwLDMxLjkwNGwgMzIuMDAsMC4wMCBjIDguODQ4LDAuMDAsIDE2LjAwLDcuMTUyLCAxNi4wMCwxNi4wMGwwLjAwLDIwOC4wMCBjMC4wMCw4Ljg0OC03LjE1MiwxNi4wMC0xNi4wMCwxNi4wMGwtMzIuMDAsMC4wMCAKCQljLTguODQ4LDAuMDAtMTYuMDAtNy4xNTItMTYuMDAtMTYuMDBsMC4wMC0yMDguMDAgQyAyMjQuMDAsMzkuMDU2LCAyMzEuMTUyLDMxLjkwNCwgMjQwLjAwLDMxLjkwNHogTSAyNDAuMDAsMjU1LjkybCAzMi4wMCwwLjAwIGwwLjAwLTIwOC4wMCBsLTMyLjAwLDAuMDAgTCAyNDAuMDAsMjU1LjkyIHpNIDMzNi4wMCwzMS45MDRsIDMyLjAwLDAuMDAgYyA4Ljg0OCwwLjAwLCAxNi4wMCw3LjE1MiwgMTYuMDAsMTYuMDBsMC4wMCwyMDguMDAgYzAuMDAsOC44NDgtNy4xNTIsMTYuMDAtMTYuMDAsMTYuMDBsLTMyLjAwLDAuMDAgCgkJYy04Ljg0OCwwLjAwLTE2LjAwLTcuMTUyLTE2LjAwLTE2LjAwbDAuMDAtMjA4LjAwIEMgMzIwLjAwLDM5LjA1NiwgMzI3LjE1MiwzMS45MDQsIDMzNi4wMCwzMS45MDR6IE0gMzM2LjAwLDI1NS45MmwgMzIuMDAsMC4wMCBsMC4wMC0yMDguMDAgbC0zMi4wMCwwLjAwIEwgMzM2LjAwLDI1NS45MiB6IiBkYXRhLXRhZ3M9InRyYXNoIiAvPgo8Z2x5cGggdW5pY29kZT0iJiN4ZTAwNzsiIGQ9Ik0gNDk3Ljc2LDI2LjYyNGMtMy4yMTYsMi4xMjgtNjEuNTY4LDQwLjQwLTE0OC4zNjgsNTkuMTg0YyAzMS44NCw0MC4zMzYsIDUyLjI4OCw5NC41OTIsIDYwLjk3NiwxMzAuNzA0CgljIDEyLjA2NCw1MC4wNDgsIDcuMzc2LDE0Ny45NjgtNDAuNjg4LDIwOC45OTJDIDM0MS41ODQsNDYxLjE2OCwgMzAyLjI3Miw0ODAuMDAsIDI1Ni4wMCw0ODAuMDBjLTQ2LjI3MiwwLjAwLTg1LjU4NC0xOC44NDgtMTEzLjY2NC01NC40OTYKCUMgOTQuMjcyLDM2NC40OTYsIDg5LjYwLDI2Ni41NzYsIDEwMS42NDgsMjE2LjUyOGMgOC42ODgtMzYuMTEyLCAyOS4xMi05MC4zNjgsIDYwLjk3Ni0xMzAuNzA0Yy04Ni44MC0xOC43ODQtMTQ1LjE1Mi01Ny4wNTYtMTQ4LjM1Mi01OS4xODQKCWMtMTEuNzI4LTcuODA4LTE2Ljk3Ni0yMi40MC0xMi44OC0zNS44NzJDIDUuNDU2LTIyLjc1MiwgMTcuOTItMzIuMDAsIDMyLjAwLTMyLjAwbCA0NDguMDAsMC4wMCBjIDE0LjA5NiwwLjAwLCAyNi41MjgsOS4yNDgsIDMwLjYyNCwyMi43NTIKCUMgNTE0LjczNiw0LjIyNCwgNTA5LjQ4OCwxOC44MTYsIDQ5Ny43NiwyNi42MjR6IE0gMzI0LjI3MiwxMDUuNjMybC01LjIxNi02LjYyNGMtMzguMTYtNDMuODQtODcuOTItNDMuODQtMTI2LjA2NCwwLjAwbC01LjIzMiw2LjYyNAoJYy00NC41Niw1Ni40NjQtNjYuNjcyLDEzMS4xNTItNTcuMTUyLDIwMi40MEMgMTM5LjMyOCwzNzYuNDk2LCAxNzguNTYsNDQ4LjAwLCAyNTYuMDAsNDQ4LjAwYyA3Ny40NCwwLjAwLCAxMTYuNjg4LTcxLjUyLCAxMjUuNDA4LTEzOS45ODQKCUMgMzkwLjg5NiwyMzYuNzM2LCAzNjguODY0LDE2Mi4xMjgsIDMyNC4yNzIsMTA1LjYzMnogTSAzMi4wMCwwLjAwYyAyLjIwOCwxLjQ3MiwgNTYuNDE2LDM3LjAyNCwgMTM3LjM3Niw1NC41MjhsIDM5Ljc0NCw4LjU5MkMgMjIzLjMxMiw1My44MDgsIDIzOC44OCw0OC4wMCwgMjU2LjAwLDQ4LjAwCgljIDE3LjEzNiwwLjAwLCAzMi42ODgsNS44MDgsIDQ2Ljg4LDE1LjEybCAzOS43NDQtOC41OTJjIDgwLjMyLTE3LjM3NiwgMTM0LjMzNi01Mi41MjgsIDEzNy4zNzYtNTQuNTI4TCAzMi4wMCwwLjAwIHoiIGRhdGEtdGFncz0idXNlciIgLz4KPGdseXBoIHVuaWNvZGU9IiYjeGUwMDg7IiBkPSJNIDM1Mi4wNjQsNDgwLjAwYy04OC4zNjgsMC4wMC0xNjAuMDAtNzEuNjQ4LTE2MC4wMC0xNjAuMDBjMC4wMC0yMC41NiwgNC4zMDQtNDAuMDE2LCAxMS40MDgtNTguMDY0TCA5LjA4OCw2Ny41NjgKCQlDIDMuNDcyLDYxLjkzNiwgMC4wMCw1Ni41OTIsIDAuMDAsNDguMDBsMC4wMC00OC4wMCBjMC4wMC0xNy4xMiwgMTQuODY0LTMyLjAwLCAzMi4wMC0zMi4wMGwgNDguMDAsMC4wMCBjIDguNTc2LDAuMDAsIDE0LjAwLDMuNDQsIDE5LjYxNiw5LjAyNEwgMTIyLjU3NiwwLjAwbCAzNy40ODgsMC4wMCBjIDE3LjY2NCwwLjAwLCAzMi4wMCwxNC4zMzYsIDMyLjAwLDMyLjAwbDAuMDAsMzIuMDAgbCAzMi4wMCwwLjAwIAoJCWMgMTcuNjY0LDAuMDAsIDMyLjAwLDE0LjMzNiwgMzIuMDAsMzIuMDBsMC4wMCwzNy41MDQgbCAzNy45MDQsMzcuOTM2QyAzMTIuMDMyLDE2NC4zMiwgMzMxLjQ3MiwxNjAuMDAsIDM1Mi4wNjQsMTYwLjAwYyA4OC4zMzYsMC4wMCwgMTYwLjAwLDcxLjY0OCwgMTYwLjAwLDE2MC4wMFMgNDQwLjQwLDQ4MC4wMCwgMzUyLjA2NCw0ODAuMDB6IE0gMzUyLjA2NCwxOTIuMDAKCQljLTIzLjY4LDAuMDAtNDUuNjMyLDYuODgtNjQuNjU2LDE4LjExMmwtNS41MDQtNS40ODhsLTE4LjAwLTE4LjAwbC0zMC40OC0zMC40OTZjLTYuMDAtNi4wMC05LjM3Ni0xNC4xMjgtOS4zNzYtMjIuNjI0TCAyMjQuMDQ4LDk2LjAwIGwtMzIuMDAsMC4wMCAKCQljLTE3LjY2NCwwLjAwLTMyLjAwLTE0LjMyLTMyLjAwLTMyLjAwbDAuMDAtMzIuMDAgTCAxMjIuNTc2LDMyLjAwIGMtOC40OCwwLjAwLTE2LjYyNC0zLjM3Ni0yMi42MjQtOS4zNzZsLTIyLjY4OC0yMi42ODhMIDMyLjA0OCwwLjAwTCAzMi4wMCw0NS42MGwgMTg2LjY0LDE4Ni4zMDQKCQljMC4wMCwwLjAwLDAuMDAtMC4wMTYsIDAuMDE2LTAuMDMybCAyMy41MDQsMjMuNTA0Yy0xMS4yMzIsMTkuMDI0LTE4LjExMiw0MC45Ni0xOC4xMTIsNjQuNjRjMC4wMCw3MC42ODgsIDU3LjMyOCwxMjguMDAsIDEyOC4wMCwxMjguMDBzIDEyOC4wMC01Ny4zMTIsIDEyOC4wMC0xMjguMDBTIDQyMi43NTIsMTkyLjAwLCAzNTIuMDY0LDE5Mi4wMHpNIDQ0NS4xMiwzNDguMTc2Yy0xNy45MzYsMjQuOTkyLTM5Ljc3Niw0Ni44MC02NC44OCw2NC44NjRDIDM3Ni4xNiw0MTYuMDAsIDM3MC44OCw0MTYuNzM2LCAzNjYuMTI4LDQxNS4wNzIKCQljLTIyLjIyNC03LjgyNC0zNy40NC0yMy4wMjQtNDUuMjE2LTQ1LjI0OGMtMC41OTItMS42NjQtMC44OC0zLjM5Mi0wLjg4LTUuMTA0YzAuMDAtMy4xODQsIDAuOTkyLTYuMzM2LCAyLjkxMi05LjAwOAoJCWMgMTguMDAtMjUuMDI0LCAzOS44MDgtNDYuODQ4LCA2NC44NDgtNjQuODQ4YyA0LjA5Ni0yLjk0NCwgOS4zNDQtMy42OTYsIDE0LjA5Ni0yLjA0OGMgMjIuMjU2LDcuNzc2LCAzNy40NzIsMjMuMDA4LCA0NS4yOCw0NS4yNDgKCQljIDAuNTkyLDEuNjY0LCAwLjg4LDMuMzkyLCAwLjg4LDUuMTA0QyA0NDguMDMyLDM0Mi4zNTIsIDQ0Ny4wMjQsMzQ1LjUwNCwgNDQ1LjEyLDM0OC4xNzZ6IE0gMzk3LjEyLDMwMy44NEMgMzczLjQ3MiwzMjAuODQ4LCAzNTIuODgsMzQxLjQ0LCAzMzYuMDAsMzY0LjUyOAoJCWMgNi4xOTIsMTcuNjQ4LCAxNy43NzYsMjkuMjMyLCAzNC45MTIsMzUuNTM2YyAyMy42NjQtMTcuMDQsIDQ0LjIyNC0zNy41ODQsIDYxLjA1Ni02MC45NzZDIDQyNS43MTIsMzIxLjU2OCwgNDE0LjE2LDMxMC4wNDgsIDM5Ny4xMiwzMDMuODR6IiBkYXRhLXRhZ3M9ImtleSIgLz4KPGdseXBoIHVuaWNvZGU9IiYjeGUwMDk7IiBkPSJNIDMyMC4wMCw0NzkuOTJjLTEwNi4wMzIsMC4wMC0xOTIuMDAtODUuOTY4LTE5Mi4wMC0xOTIuMDBjMC4wMC0zMi40MTYsIDguMTEyLTYyLjkyOCwgMjIuMzItODkuNzI4bC0xMzMuNTA0LTEzMy40NzJsIDAuMTEyLTAuMDk2CgkJQyA2LjQ5Niw1NC4zNjgsMC4wMCw0MC4xNiwwLjAwLDI0LjM2OGMwLjAwLTMxLjE4NCwgMjUuMjgtNTYuNDY0LCA1Ni40NjQtNTYuNDY0YyAxNS43NiwwLjAwLCAyOS45ODQsNi40OTYsIDQwLjI0LDE2Ljk0NGwtMC4wMzIsMC4wMzJsIDEzMy40NTYsMTMzLjQ0CgkJYyAyNi44MTYtMTQuMjU2LCA1Ny4zNzYtMjIuNDAsIDg5Ljg3Mi0yMi40MGMgMTA2LjAzMiwwLjAwLCAxOTIuMDAsODUuOTY4LCAxOTIuMDAsMTkyLjAwQyA1MTIuMDAsMzkzLjk1MiwgNDI2LjAzMiw0NzkuOTIsIDMyMC4wMCw0NzkuOTJ6IE0gNzYuNzIsNC44NDgKCQljLTUuMTUyLTUuMzQ0LTEyLjI4OC04LjY4OC0yMC4yNTYtOC42ODhjLTE1LjYwLDAuMDAtMjguMjQsMTIuNjI0LTI4LjI0LDI4LjIyNGMwLjAwLDcuOTY4LCAzLjM2LDE1LjA4OCwgOC42ODgsMjAuMjU2bC0wLjE0NCwwLjEyOGwgMTI5LjA1NiwxMjkuMDU2CgkJYyAxMS4yOC0xNS4yMTYsIDI0LjcyLTI4LjY1NiwgMzkuOTA0LTM5Ljk2OEwgNzYuNzIsNC44NDh6IE0gMzIwLjAwLDEyNy45MDRjLTg4LjM1MiwwLjAwLTE2MC4wMCw3MS42NjQtMTYwLjAwLDE2MC4wMGMwLjAwLDg4LjM1MiwgNzEuNjQ4LDE2MC4wMCwgMTYwLjAwLDE2MC4wMAoJCWMgODguMzM2LDAuMDAsIDE2MC4wMC03MS42NDgsIDE2MC4wMC0xNjAuMDBDIDQ4MC4wMCwxOTkuNTY4LCA0MDguMzM2LDEyNy45MDQsIDMyMC4wMCwxMjcuOTA0ek0gMzIwLjAwLDM5OS45MiBDIDMyNC40MCwzOTkuOTIgMzI4LjAwLDM5Ni4zMzYgMzI4LjAwLDM5MS45MiBDIDMyOC4wMCwzODcuNTA0IDMyNC40MCwzODMuOTIgMzIwLjAwLDM4My45MiBDIDI2Ni45NzYsMzgzLjkyIDIyNC4wMCwzNDAuOTI4IDIyNC4wMCwyODcuOTIgQyAyMjQuMDAsMjgzLjUwNCAyMjAuNDE2LDI3OS45MiAyMTYuMDAsMjc5LjkyIEMgMjExLjU4NCwyNzkuOTIgMjA4LjAwLDI4My41MDQgMjA4LjAwLDI4Ny45MiBDIDIwOC4wMCwzNDkuNzc2IDI1OC4xMjgsMzk5LjkyIDMyMC4wMCwzOTkuOTIgWiIgZGF0YS10YWdzPSJzZWFyY2giIC8+CjxnbHlwaCB1bmljb2RlPSImI3hlMDBhOyIgZD0iTSA0ODYuMjU2LDI3Ny4xMmwtNDkuMDI0LDkuODI0Yy0yLjQ2NCw3LjA4OC01LjM3NiwxMy45NjgtOC41OTIsMjAuNjI0bCAyNy43NzYsNDEuNjY0CgkJYyA4LjQ2NCwxMi42ODgsIDYuNzg0LDI5LjYwLTQuMDAsNDAuMzY4bC0zMC43ODQsMzAuNzg0Yy02LjE5Miw2LjE5Mi0xNC4zNjgsOS4zNzYtMjIuNjU2LDkuMzc2Yy02LjEyOCwwLjAwLTEyLjMyLTEuNzYtMTcuNzEyLTUuMzc2CgkJbC00MS42NjQtMjcuNzZjLTYuNjg4LDMuMjMyLTEzLjU2OCw2LjExMi0yMC42NTYsOC41NzZMIDMwOS4xMiw0NTQuMjRjLTIuOTc2LDE0Ljk3Ni0xNi4xMjgsMjUuNzI4LTMxLjM3NiwyNS43MjhsLTQzLjUyLDAuMDAgCgkJYy0xNS4yNDgsMC4wMC0yOC4zODQtMTAuNzY4LTMxLjM3Ni0yNS43MjhsLTkuODI0LTQ5LjA0Yy03LjA4OC0yLjQ2NC0xMy45NjgtNS4zNi0yMC42MjQtOC41NzZMIDEzMC43NTIsNDI0LjM4NAoJCUMgMTI1LjMyOCw0MjguMDAsIDExOS4xNTIsNDI5Ljc2LCAxMTMuMDA4LDQyOS43NmMtOC4yNzIsMC4wMC0xNi40NDgtMy4xODQtMjIuNjQtOS4zNzZMIDU5LjYwLDM4OS42MGMtMTAuNzg0LTEwLjc4NC0xMi40NjQtMjcuNjgtNC4wMC00MC4zNjhsIDI3Ljc2LTQxLjY2NAoJCWMtMy4yMzItNi42NzItNi4xMTItMTMuNTUyLTguNTc2LTIwLjY0TCAyNS43MjgsMjc3LjEyQyAxMC43NjgsMjc0LjEyOCwwLjAwLDI2MC45OTIsMC4wMCwyNDUuNzQ0bDAuMDAtNDMuNTIgYzAuMDAtMTUuMjQ4LCAxMC43NjgtMjguNDAsIDI1LjcyOC0zMS4zNzYKCQlsIDQ5LjA0LTkuODRjIDIuNDY0LTcuMDg4LCA1LjM2LTEzLjk2OCwgOC41NzYtMjAuNjI0TCA1NS42MCw5OC43MmMtOC40NjQtMTIuNjg4LTYuNzg0LTI5LjYwLCA0LjAwLTQwLjM2OGwgMzAuNzg0LTMwLjc4NAoJCWMgNi4xOTItNi4xOTIsIDE0LjM2OC05LjM3NiwgMjIuNjQtOS4zNzZjIDYuMTQ0LDAuMDAsIDEyLjMzNiwxLjc3NiwgMTcuNzI4LDUuMzc2bCA0MS42NjQsMjcuNzc2YyA2LjY3Mi0zLjI0OCwgMTMuNTUyLTYuMTI4LCAyMC42NC04LjU5MgoJCWwgOS44MDgtNDkuMDI0YyAyLjk5Mi0xNC45NzYsIDE2LjEyOC0yNS43NDQsIDMxLjM3Ni0yNS43NDRsIDQzLjUyLDAuMDAgYyAxNS4yNDgsMC4wMCwgMjguNDAsMTAuNzg0LCAzMS4zNzYsMjUuNzQ0bCA5Ljg0LDQ5LjAyNAoJCWMgNy4wODgsMi40NjQsIDEzLjk2OCw1LjM3NiwgMjAuNjI0LDguNTkybCA0MS42NjQtMjcuNzc2YyA1LjQwOC0zLjYwLCAxMS42MC01LjM3NiwgMTcuNzEyLTUuMzc2YyA4LjI4OCwwLjAwLCAxNi40NjQsMy4xODQsIDIyLjY1Niw5LjM3NgoJCWwgMzAuNzg0LDMwLjc4NGMgMTAuNzg0LDEwLjc4NCwgMTIuNDY0LDI3LjY4LCA0LjAwLDQwLjM2OGwtMjcuNzc2LDQxLjY2NGMgMy4yNDgsNi42ODgsIDYuMTI4LDEzLjU2OCwgOC41OTIsMjAuNjU2bCA0OS4wMjQsOS44MDgKCQlDIDUwMS4yMTYsMTczLjgwOCwgNTEyLjAwLDE4Ni45NzYsIDUxMi4wMCwyMDIuMjI0bDAuMDAsNDMuNTIgQyA1MTIuMDAsMjYwLjk5MiwgNTAxLjIxNiwyNzQuMTI4LCA0ODYuMjU2LDI3Ny4xMnogTSA0MzAuOTQ0LDE5Mi40MAoJCWMtMTEuMTItMi4yMjQtMjAuMjI0LTEwLjE2LTIzLjkzNi0yMC44OGMtMi4wNjQtNS45MDQtNC40NjQtMTEuNjMyLTcuMTUyLTE3LjE4NGMtNC45NzYtMTAuMjI0LTQuMTI4LTIyLjI4OCwgMi4xNi0zMS43MTJsIDI3Ljc3Ni00MS42NjQKCQlsLTMwLjc4NC0zMC43ODRsLTQxLjY2NCwyNy43NzZjLTUuMzQ0LDMuNTY4LTExLjUzNiw1LjM3Ni0xNy43NDQsNS4zNzZjLTQuNzUyLDAuMDAtOS41MzYtMS4wNTYtMTMuOTM2LTMuMTg0CgkJYy01LjU2OC0yLjY4OC0xMS4yOC01LjEyLTE3LjIxNi03LjE4NGMtMTAuNjg4LTMuNzEyLTE4LjYyNC0xMi44MTYtMjAuODQ4LTIzLjkzNmwtOS44NC00OS4wNTZsLTQzLjUyLDAuMDAgbC05LjgwOCw0OS4wNTYKCQljLTIuMjI0LDExLjEyLTEwLjE2LDIwLjIyNC0yMC44NjQsMjMuOTM2Yy01LjkwNCwyLjA2NC0xMS42NDgsNC40NjQtMTcuMjAsNy4xNTJjLTQuNDE2LDIuMTYtOS4xODQsMy4yMTYtMTMuOTUyLDMuMjE2CgkJYy02LjIyNCwwLjAwLTEyLjQwLTEuODA4LTE3Ljc0NC01LjM3NmwtNDEuNjY0LTI3Ljc3NmwtMzAuNzg0LDMwLjc4NGwgMjcuNzYsNDEuNjY0YyA2LjI4OCw5LjQ0LCA3LjEwNCwyMS41MDQsIDIuMTkyLDMxLjY4CgkJYy0yLjY4OCw1LjU2OC01LjEwNCwxMS4yOC03LjE2OCwxNy4yMTZjLTMuNzEyLDEwLjY4OC0xMi44MzIsMTguNjI0LTIzLjkzNiwyMC44NDhsLTQ5LjA0LDkuODRMIDMyLjAwLDI0NS43NDRsIDQ5LjA1Niw5LjgwOAoJCWMgMTEuMTA0LDIuMjI0LCAyMC4yMjQsMTAuMTYsIDIzLjkzNiwyMC44NjRjIDIuMDY0LDUuOTA0LCA0LjQ0OCwxMS42NDgsIDcuMTUyLDE3LjIwYyA0Ljk2LDEwLjIwOCwgNC4xMjgsMjIuMjcyLTIuMTc2LDMxLjY5NkwgODIuMjI0LDM2Ni45NzYKCQlMIDExMi45OTIsMzk3Ljc2bCA0MS42NjQtMjcuNzZDIDE2MC4wMCwzNjYuNDMyLCAxNjYuMTkyLDM2NC42MjQsIDE3Mi40MCwzNjQuNjI0YyA0Ljc1MiwwLjAwLCA5LjUyLDEuMDU2LCAxMy45MzYsMy4xODRjIDUuNTUyLDIuNjg4LCAxMS4yOCw1LjEwNCwgMTcuMjAsNy4xNjgKCQljIDEwLjcwNCwzLjcxMiwgMTguNjQsMTIuODMyLCAyMC44NjQsMjMuOTM2bCA5LjgyNCw0OS4wNGwgNDMuNTIsMC4wMTZsIDkuODA4LTQ5LjA1NmMgMi4yMjQtMTEuMTA0LCAxMC4xNi0yMC4yMjQsIDIwLjg4LTIzLjkzNgoJCWMgNS45MDQtMi4wNjQsIDExLjYzMi00LjQ0OCwgMTcuMTg0LTcuMTUyYyA0LjQzMi0yLjE0NCwgOS4xODQtMy4yMCwgMTMuOTY4LTMuMjBjIDYuMjI0LDAuMDAsIDEyLjQwLDEuODA4LCAxNy43NDQsNS4zNzZsIDQxLjY2NCwyNy43NmwgMzAuNzg0LTMwLjc4NAoJCWwtMjcuNzc2LTQxLjY2NGMtNi4yODgtOS40NC03LjA4OC0yMS40ODgtMi4xOTItMzEuNjhjIDIuNjg4LTUuNTUyLCA1LjEyLTExLjI4LCA3LjE4NC0xNy4yMGMgMy43MTItMTAuNzA0LCAxMi44MTYtMTguNjQsIDIzLjkzNi0yMC44NjQKCQlsIDQ5LjAyNC05LjgyNEwgNDgwLjAwLDIwMi4yMjRMIDQzMC45NDQsMTkyLjQwek0gMjU2LjAwLDMzNS45ODRjLTYxLjg0LDAuMDAtMTEyLjAwLTUwLjE2LTExMi4wMC0xMTIuMDBjMC4wMC02MS44NTYsIDUwLjE2LTExMi4wMCwgMTEyLjAwLTExMi4wMHMgMTEyLjAwLDUwLjE2LCAxMTIuMDAsMTEyLjAwQyAzNjguMDAsMjg1LjgyNCwgMzE3Ljg0LDMzNS45ODQsIDI1Ni4wMCwzMzUuOTg0egoJCSBNIDI1Ni4wMCwxMjUuOTY4Yy01NC4xMTIsMC4wMC05OC4wMCw0My45MDQtOTguMDAsOTguMDBjMC4wMCw1NC4xMTIsIDQzLjg4OCw5OC4wMCwgOTguMDAsOTguMDBjIDU0LjA5NiwwLjAwLCA5OC4wMC00My44ODgsIDk4LjAwLTk4LjAwCgkJQyAzNTQuMDAsMTY5Ljg3MiwgMzEwLjA5NiwxMjUuOTY4LCAyNTYuMDAsMTI1Ljk2OHpNIDI1Ni4wMCwyODcuOTg0Yy0zNS4zNiwwLjAwLTY0LjAwLTI4LjY0LTY0LjAwLTY0LjAwYzAuMDAtMzUuMzQ0LCAyOC42NC02NC4wMCwgNjQuMDAtNjQuMDBjIDM1LjM0NCwwLjAwLCA2NC4wMCwyOC42NTYsIDY0LjAwLDY0LjAwQyAzMjAuMDAsMjU5LjMyOCwgMjkxLjM0NCwyODcuOTg0LCAyNTYuMDAsMjg3Ljk4NHoKCQkgTSAyNTYuMDAsMTc1Ljk2OGMtMjYuNDk2LDAuMDAtNDguMDAsMjEuNTA0LTQ4LjAwLDQ4LjAwYzAuMDAsMjYuNDk2LCAyMS41MDQsNDguMDAsIDQ4LjAwLDQ4LjAwcyA0OC4wMC0yMS41MDQsIDQ4LjAwLTQ4LjAwQyAzMDQuMDAsMTk3LjQ3MiwgMjgyLjQ5NiwxNzUuOTY4LCAyNTYuMDAsMTc1Ljk2OHoiIGRhdGEtdGFncz0ic2V0dGluZ3MiIC8+CjxnbHlwaCB1bmljb2RlPSImI3hlMDBiOyIgZD0iTSAyNTYuMDAsMzE5Ljk4NGMtNzAuNzA0LDAuMDAtMTI4LjAwLTU3LjI5Ni0xMjguMDAtMTI4LjAwYzAuMDAtNzAuNjg4LCA1Ny4yOTYtMTI4LjAwLCAxMjguMDAtMTI4LjAwCgkJYyA3MC42ODgsMC4wMCwgMTI4LjAwLDU3LjMxMiwgMTI4LjAwLDEyOC4wMEMgMzg0LjAwLDI2Mi42NzIsIDMyNi42ODgsMzE5Ljk4NCwgMjU2LjAwLDMxOS45ODR6IE0gMzI4Ljg4LDEyOS41MDRjLTM0LjQ5Ni00MC4yNTYtOTUuMDg4LTQ0LjkxMi0xMzUuMzQ0LTEwLjQwCgkJYy00MC4yNzIsMzQuNDk2LTQ0LjkxMiw5NS4xMDQtMTAuNDAsMTM1LjM0NGMgMzQuNDgsNDAuMjcyLCA5NS4wODgsNDQuOTEyLCAxMzUuMzQ0LDEwLjQwQyAzNTguNzIsMjMwLjM2OCwgMzYzLjM3NiwxNjkuNzQ0LCAzMjguODgsMTI5LjUwNHpNIDI1Ni4wMCwyNTUuOTg0IEMgMjYwLjQxNiwyNTUuOTg0IDI2NC4wMCwyNTIuNDAgMjY0LjAwLDI0Ny45ODQgQyAyNjQuMDAsMjQzLjU2OCAyNjAuNDE2LDIzOS45ODQgMjU2LjAwLDIzOS45ODQgQyAyMjkuNDg4LDIzOS45ODQgMjA4LjAxNiwyMTguNDk2IDIwOC4wMCwxOTIuMDAgTCAyMDguMDAsMTkxLjk2OCBDIDIwOC4wMCwxODcuNTY4IDIwNC40MTYsMTgzLjk2OCAyMDAuMDAsMTgzLjk2OCBDIDE5NS41ODQsMTgzLjk2OCAxOTIuMDAsMTg3LjU2OCAxOTIuMDAsMTkxLjk2OCBMIDE5Mi4wMCwxOTIuMDAgQyAxOTIuMDE2LDIyNy4zMjggMjIwLjY1NiwyNTUuOTg0IDI1Ni4wMCwyNTUuOTg0IFpNIDQ3MS44NzIsMzM1LjMyOGwtNjkuMzQ0LDExLjU2OGwtMjEuOTY4LDU0Ljk0NAoJCUMgMzczLjIxNiw0MjAuMTYsIDM1NS43MTIsNDMyLjAwLCAzMzYuMDAsNDMyLjAwTCAxNzYuMDAsNDMyLjAwIEMgMTU2LjI4OCw0MzIuMDAsIDEzOC43ODQsNDIwLjE2LCAxMzEuNDI0LDQwMS44MjRMIDEwOS40NzIsMzQ2Ljg5NkwgNDAuMTQ0LDMzNS4zMjhDIDE2Ljg4LDMzMS40NzIsMC4wMCwzMTEuNTY4LDAuMDAsMjg4LjAwbDAuMDAtMjQwLjAwIAoJCWMwLjAwLTI2LjQ2NCwgMjEuNTM2LTQ4LjAwLCA0OC4wMC00OC4wMGwgNDE2LjAwLDAuMDAgYyAyNi40NjQsMC4wMCwgNDguMDAsMjEuNTM2LCA0OC4wMCw0OC4wMEwgNTEyLjAwLDI4OC4wMCBDIDUxMi4wMCwzMTEuNTY4LCA0OTUuMTIsMzMxLjQ3MiwgNDcxLjg3MiwzMzUuMzI4eiBNIDQ4MC4wMCw0OC4wMGMwLjAwLTguODQ4LTcuMTUyLTE2LjAwLTE2LjAwLTE2LjAwTCA0OC4wMCwzMi4wMCAKCQljLTguODQ4LDAuMDAtMTYuMDAsNy4xNTItMTYuMDAsMTYuMDBMIDMyLjAwLDI4OC4wMCBjMC4wMCw3LjgyNCwgNS42NjQsMTQuNDk2LCAxMy4zNzYsMTUuNzc2bCA4Ny4xMDQsMTQuNTEybCAyOC42NTYsNzEuNjQ4QyAxNjMuNTg0LDM5Ni4wMCwgMTY5LjQ1Niw0MDAuMDAsIDE3Ni4wMCw0MDAuMDBsIDE2MC4wMCwwLjAwIAoJCWMgNi41MjgsMC4wMCwgMTIuNDAtMy45ODQsIDE0Ljg0OC0xMC4wNjRsIDI4LjY1Ni03MS42NDhsIDg3LjEyLTE0LjUxMkMgNDc0LjMzNiwzMDIuNDk2LCA0ODAuMDAsMjk1LjgyNCwgNDgwLjAwLDI4OC4wMEwgNDgwLjAwLDQ4LjAwIHoiIGRhdGEtdGFncz0iY2FtZXJhIiAvPgo8Z2x5cGggdW5pY29kZT0iJiN4ZTAwYzsiIGQ9Ik0gNTAyLjI1NiwyNTcuODcybC04MC4wMCwxMjguMDBjLTExLjY4LDE4LjcwNC0zMi4xOTIsMzAuMDgtNTQuMjU2LDMwLjA4TCA2NC4wMCw0MTUuOTUyIAoJCWMtMzUuMzQ0LDAuMDAtNjQuMDAtMjguNjU2LTY0LjAwLTY0LjAwbDAuMDAtMjU2LjAwIGMwLjAwLTM1LjM0NCwgMjguNjU2LTY0LjAwLCA2NC4wMC02NC4wMGwgMzA0LjAwLDAuMDAgYyAyMi4wNjQsMC4wMCwgNDIuNTYsMTEuMzc2LCA1NC4yNTYsMzAuMDk2bCA4MC4wMCwxMjguMDBDIDUxNS4yNDgsMjEwLjc2OCwgNTE1LjI0OCwyMzcuMTIsIDUwMi4yNTYsMjU3Ljg3MnoKCQkgTSA0NzUuMTIsMjA3LjAwOGwtODAuMDAtMTI4LjAzMmMtNS44NzItOS40MDgtMTYuMDMyLTE1LjAyNC0yNy4xMi0xNS4wMjRMIDY0LjAwLDYzLjk1MiBjLTE3LjY0OCwwLjAwLTMyLjAwLDE0LjM2OC0zMi4wMCwzMi4wMGwwLjAwLDI1Ni4wMCBjMC4wMCwxNy42NDgsIDE0LjM1MiwzMi4wMCwgMzIuMDAsMzIuMDBsIDMwNC4wMCwwLjAwIAoJCWMgMTEuMDg4LDAuMDAsIDIxLjI0OC01LjYzMiwgMjcuMTItMTUuMDI0bCA4MC4wMC0xMjguMDBDIDQ4MS41NjgsMjMwLjYwOCwgNDgxLjU2OCwyMTcuMjk2LCA0NzUuMTIsMjA3LjAwOHpNIDM2OC4wMCwyNzEuOTUyYy0yNi41MjgsMC4wMC00OC4wMC0yMS40ODgtNDguMDAtNDguMDBjMC4wMC0yNi41MTIsIDIxLjQ3Mi00OC4wMCwgNDguMDAtNDguMDAKCQljIDI2LjQ5NiwwLjAwLCA0OC4wMCwyMS41MDQsIDQ4LjAwLDQ4LjAwQyA0MTYuMDAsMjUwLjQ2NCwgMzk0LjQ5NiwyNzEuOTUyLCAzNjguMDAsMjcxLjk1MnogTSAzNjguMDAsMTkxLjkzNmMtMTcuNjgsMC4wMC0zMi4wMCwxNC4zMzYtMzIuMDAsMzIuMDBjMC4wMCwxNy42NjQsIDE0LjMyLDMyLjAwLCAzMi4wMCwzMi4wMAoJCWMgMTcuNjY0LDAuMDAsIDMyLjAwLTE0LjMzNiwgMzIuMDAtMzIuMDBDIDQwMC4wMCwyMDYuMjg4LCAzODUuNjY0LDE5MS45MzYsIDM2OC4wMCwxOTEuOTM2eiIgZGF0YS10YWdzPSJ0YWciIC8+CjxnbHlwaCB1bmljb2RlPSImI3hlMDBkOyIgZD0iTSA0MDAuMDAsMjcyLjAwTCA0MDAuMDAsMzM2LjAwIGMwLjAwLDc5LjUzNi02NC40NjQsMTQ0LjAwLTE0NC4wMCwxNDQuMDBjLTc5LjUzNiwwLjAwLTE0NC4wMC02NC40NjQtMTQ0LjAwLTE0NC4wMGwwLjAwLTY0LjAwIGMtMjYuNTEyLDAuMDAtNDguMDAtMjEuNDg4LTQ4LjAwLTQ4LjAwbDAuMDAtNDguMDAgbDAuMDAtMTYuMDAgbDAuMDAtMzIuMDAgbDAuMDAtMTYuMDAgYzAuMDAtNzkuNTM2LCA2NC40NjQtMTQ0LjAwLCAxNDQuMDAtMTQ0LjAwbCA5Ni4wMCwwLjAwIAoJCWMgNzkuNTM2LDAuMDAsIDE0NC4wMCw2NC40NjQsIDE0NC4wMCwxNDQuMDBsMC4wMCwxNi4wMCBsMC4wMCwzMi4wMCBsMC4wMCwxNi4wMCBsMC4wMCw0OC4wMCBDIDQ0OC4wMCwyNTAuNTI4LCA0MjYuNDk2LDI3Mi4wMCwgNDAwLjAwLDI3Mi4wMHogTSAxNDQuMDAsMzM2LjAwYzAuMDAsNjEuODU2LCA1MC4xNDQsMTEyLjAwLCAxMTIuMDAsMTEyLjAwYyA2MS44NTYsMC4wMCwgMTEyLjAwLTUwLjE0NCwgMTEyLjAwLTExMi4wMGwwLjAwLTY0LjAwIGwtMzIuMDAsMC4wMCBMIDMzNi4wMCwzMzUuOTY4IAoJCWMwLjAwLDQ0LjE5Mi0zNS44MDgsODAuMDAtODAuMDAsODAuMDBjLTQ0LjE5MiwwLjAwLTgwLjAwLTM1LjgwOC04MC4wMC04MC4wMEwgMTc2LjAwLDI3Mi4wMCBMIDE0NC4wMCwyNzIuMDAgTCAxNDQuMDAsMzM2LjAwIHogTSAzMjAuMDAsMzM2LjAwbDAuMDAtMC4wNDggTCAzMjAuMDAsMjcyLjAwIGwtMTI4LjAwLDAuMDAgTCAxOTIuMDAsMzM1Ljk2OCBMIDE5Mi4wMCwzMzYuMDAgYzAuMDAsMzUuMzQ0LCAyOC42NTYsNjQuMDAsIDY0LjAwLDY0LjAwQyAyOTEuMzQ0LDQwMC4wMCwgMzIwLjAwLDM3MS4zNDQsIDMyMC4wMCwzMzYuMDB6IE0gNDE2LjAwLDE3Ni4wMAoJCWwwLjAwLTE2LjAwIGwwLjAwLTMyLjAwIGwwLjAwLTE2LjAwIGMwLjAwLTYxLjc0NC01MC4yNTYtMTEyLjAwLTExMi4wMC0xMTIuMDBsLTk2LjAwLDAuMDAgYy02MS43NDQsMC4wMC0xMTIuMDAsNTAuMjU2LTExMi4wMCwxMTIuMDBsMC4wMCwxNi4wMCBsMC4wMCwzMi4wMCBsMC4wMCwxNi4wMCBsMC4wMCw0OC4wMCBjMC4wMCw4LjgzMiwgNy4xNjgsMTYuMDAsIDE2LjAwLDE2LjAwYyAxMC42NzIsMC4wMCwgMjEuMzI4LDAuMDAsIDMyLjAwLDAuMDBsIDIyNC4wMCwwLjAwIGMgMTAuNjU2LDAuMDAsIDIxLjMxMiwwLjAwLCAzMi4wMCwwLjAwCgkJYyA4LjgxNiwwLjAwLCAxNi4wMC03LjE2OCwgMTYuMDAtMTYuMDBMIDQxNi4wMCwxNzYuMDAgek0gMjU2LjAwLDE3Ni4wMCBDIDI3My42NjQsMTc2LjAwIDI4OC4wMCwxNjEuNjggMjg4LjAwLDE0NC4wMCBDIDI4OC4wMCwxMzQuMjU2IDI4Mi43NTIsMTE1LjcxMiAyNzcuMzQ0LDEwMS4wODggQyAyNzIuOTc2LDg5LjI4IDI2OC41MTIsODAuMDMyIDI1Ni4wMCw4MC4wMzIgQyAyNDQuNDk2LDgwLjAzMiAyMzkuMDI0LDg5LjM3NiAyMzQuNjcyLDEwMS4yNDggQyAyMjkuMzI4LDExNS44NCAyMjQuMDAsMTM0LjI4OCAyMjQuMDAsMTQ0LjAwIEMgMjI0LjAwLDE2MS42OCAyMzguMzM2LDE3Ni4wMCAyNTYuMDAsMTc2LjAwIFoiIGRhdGEtdGFncz0ibG9jayIgLz4KPGdseXBoIHVuaWNvZGU9IiYjeGUwMGU7IiBkPSJNIDI1Ni4wMCw0ODAuMDBDIDE1OC43ODQsNDgwLjAwLCA4MC4wMCw0MDEuMjE2LCA4MC4wMCwzMDQuMDBjMC4wMC02NC40OTYsIDU5LjAwOC0xMzIuODQ4LCA4MC40OTYtMTkyLjg4QyAxOTIuNTQ0LDIxLjYwLCAxODguOTkyLTMyLjAwLCAyNTYuMDAtMzIuMDAKCQljIDY4LjAwLDAuMDAsIDYzLjQ0LDUzLjM0NCwgOTUuNTA0LDE0Mi43NTJDIDM3My4wNTYsMTcwLjkxMiwgNDMyLjAwLDI0MC4wMCwgNDMyLjAwLDMwNC4wMEMgNDMyLjAwLDQwMS4yMTYsIDM1My4xODQsNDgwLjAwLCAyNTYuMDAsNDgwLjAweiBNIDI5Ny40NzIsNDUuMTg0bC03OS4zMjgtOS45MDQKCQljLTIuODMyLDguMTkyLTUuODcyLDE3Ljc3Ni05LjU2OCwzMC4yODhjLTAuMDQ4LDAuMTYtMC4xMTIsMC4zMzYtMC4xNDQsMC40OTZsIDk5LjAwOCwxMi4zNjhjLTEuNDA4LTQuNzItMi45MTItOS42OC00LjIyNC0xNC4xMjgKCQlDIDMwMS4xMiw1Ny4xMiwgMjk5LjI0OCw1MC44OCwgMjk3LjQ3Miw0NS4xODR6IE0gMjAzLjc3Niw4MS40NzJjLTIuOTEyLDkuNjMyLTYuMTkyLDE5Ljc3Ni05Ljg0LDMwLjUyOGwgMTI0LjI1NiwwLjAwIAoJCWMtMS45NjgtNS43NDQtMy45MzYtMTEuNTA0LTUuNjMyLTE2Ljk0NEwgMjAzLjc3Niw4MS40NzJ6IE0gMjU2LjAwLDAuMDBjLTE2LjIwOCwwLjAwLTIzLjY2NCwxLjg3Mi0zMS45NTIsMjAuMDBsIDY3LjgwOCw4LjQ5NgoJCUMgMjgyLjAzMiwyLjAzMiwgMjc0Ljg4LDAuMDAsIDI1Ni4wMCwwLjAweiBNIDMzMC43NTIsMTQ0LjAwbC0xNDkuMzI4LDAuMDAgYy03Ljk2OCwxNy4yOC0xNy41MzYsMzQuNTYtMjYuOTc2LDUxLjQ3MkMgMTMzLjU2OCwyMzIuODMyLCAxMTIuMDAsMjcxLjQ3MiwgMTEyLjAwLDMwNC4wMAoJCWMwLjAwLDc5LjQwOCwgNjQuNTkyLDE0NC4wMCwgMTQ0LjAwLDE0NC4wMGMgNzkuNDA4LDAuMDAsIDE0NC4wMC02NC41OTIsIDE0NC4wMC0xNDQuMDBjMC4wMC0zMi4yODgtMjEuNjAtNzEuMTM2LTQyLjQ5Ni0xMDguNzJDIDM0OC4xNiwxNzguNDMyLCAzMzguNjU2LDE2MS4xODQsIDMzMC43NTIsMTQ0LjAwek0gMjU2LjAwLDQwMC4wMCBDIDI2MC40MCw0MDAuMDAgMjY0LjAwLDM5Ni40MTYgMjY0LjAwLDM5Mi4wMCBDIDI2NC4wMCwzODcuNTg0IDI2MC40MTYsMzg0LjAwIDI1Ni4wMCwzODQuMDAgQyAyMTEuODg4LDM4NC4wMCAxNzYuMDAsMzQ4LjExMiAxNzYuMDAsMzA0LjAwIEMgMTc2LjAwLDI5OS41ODQgMTcyLjQxNiwyOTYuMDAgMTY4LjAwLDI5Ni4wMCBDIDE2My41ODQsMjk2LjAwIDE2MC4wMCwyOTkuNTg0IDE2MC4wMCwzMDQuMDAgQyAxNjAuMDAsMzU2Ljk0NCAyMDMuMDU2LDQwMC4wMCAyNTYuMDAsNDAwLjAwIFoiIGRhdGEtdGFncz0iYnVsYiIgLz4KPGdseXBoIHVuaWNvZGU9IiYjeGUwMGY7IiBkPSJNIDQ3MC4zMiw0MzguNzJDIDQ0NC4wMCw0NjUuMDA4LCA0MDkuMzQ0LDQ4MC4wMCwgMzc1LjE4NCw0ODAuMDBjLTI4LjgxNiwwLjAwLTU1LjM0NC0xMC42ODgtNzQuNzItMzAuMDMybC03Ny44NzItNzguNDY0CgljLTAuMjQtMC4yMjQtMC41MTItMC4zNjgtMC43NTItMC42MDhjLTAuMTI4LTAuMTI4LTAuMjA4LTAuMzA0LTAuMzM2LTAuNDE2bCAwLjAzMi0wLjAzMkwgNTYuMjcyLDIwMy45MDQKCWMtNy42MTYtNy41NjgtMTMuMTM2LTE2Ljk5Mi0xNi4yMDgtMjcuMjhsLTM3LjU4NC0xMzYuMTI4QyAyLjQ0OCw0MC4xMjgsMC4wMCwyOS40NCwwLjAwLDI0LjAwQzAuMDAtNi45MTIsIDI1LjEwNC0zMi4wMCwgNTYuMDY0LTMyLjAwCgljIDYuMTYsMC4wMCwgMTguMDgsMi45NDQsIDE4LjUxMiwzLjAwOGwgMTM1LjY0OCwzNS42NjRjIDEwLjMwNCwzLjA1NiwgMTkuNjY0LDguNjI0LCAyNy4yOCwxNi4yNTZsIDI0NC4yMDgsMjQ2LjEyOAoJQyA1MjYuMTI4LDMxMy41MDQsIDUyMS4xMiwzODguMDAsIDQ3MC4zMiw0MzguNzJ6IE0gMjU2LjIyNCw5OS4yOGMtMS4zMTIsMTQuNDMyLTUuMzkyLDI4LjU5Mi0xMS41MDQsNDIuMDMybCAxNTEuMjgsMTUxLjI2NAoJYyA5LjI0OC0yOS4yMTYsIDQuNDk2LTU5Ljc3Ni0xNS43NzYtODAuMDY0Yy0wLjEyOC0wLjEyOC0wLjI4OC0wLjIwOC0wLjQwLTAuMzM2bCAwLjIyNC0wLjIwOGwtMTIzLjY0OC0xMjQuNjQKCUMgMjU2LjQwLDkxLjMxMiwgMjU2LjU5Miw5NS4yMTYsIDI1Ni4yMjQsOTkuMjh6IE0gMjM2LjY4OCwxNTUuOTA0Yy01Ljk2OCw5LjgwOC0xMi43NTIsMTkuMjgtMjEuMTUyLDI3LjY2NAoJYy05Ljc3Niw5Ljc3Ni0yMC45OTIsMTcuNDQtMzIuNzA0LDIzLjg3MmwgMTUyLjUxMiwxNTIuNTEyYyAxMS45NjgtNS4zMTIsIDIzLjQ0LTEyLjg4LCAzMy41NjgtMjMuMDA4YyA4LjY1Ni04LjYyNCwgMTUuMzQ0LTE4LjI4OCwgMjAuNDk2LTI4LjMzNgoJTCAyMzYuNjg4LDE1NS45MDR6IE0gMTY3Ljc3NiwyMTUuMDA4Yy0xNC44MTYsNS45NjgtMzAuMzM2LDkuMzc2LTQ1Ljg4OCw5LjU4NGwgMTIzLjI0OCwxMjQuMTkyYyAxOC44NjQsMTguNDAsIDQ2LjMzNiwyMy42OTYsIDczLjM5MiwxNi45OTIKCUwgMTY3Ljc3NiwyMTUuMDA4eiBNIDY2LjY3MiwyLjAzMkMgNjQuOTI4LDEuNjMyLCA1OS41MDQsMC4yNTYsIDU1LjgyNCwwLjAwQyA0Mi42NzIsMC4xNiwgMzIuMDAsMTAuODQ4LCAzMi4wMCwyNC4wMAoJYyAwLjE5MiwyLjY4OCwgMS4yNjQsNy4zMTIsIDEuNjMyLDguOTkybCAxNi44NDgsNjEuMDI0YyAxOC4yODgsMC40OTYsIDM3Ljk2OC02LjYyNCwgNTMuNDQtMjIuMTI4YyAxNS43MTItMTUuNjgsIDIzLjEwNC0zNS43NDQsIDIyLjMwNC01NC4yNTYKCUwgNjYuNjcyLDIuMDMyeiBNIDE0MS45ODQsMjEuODA4Yy0wLjM4NCwyMS40NzItOS4xMiw0My44MDgtMjYuNzUyLDYxLjQwOEMgOTguNTYsOTkuOTA0LCA3Ni43MzYsMTA5LjUzNiwgNTQuOTc2LDExMC40MGwgMTUuOTM2LDU3LjcxMgoJYyAxLjE1MiwzLjg0LCAzLjQ0LDcuNjMyLCA2LjI1NiwxMC45NDRjIDMyLjA5NiwyMi45NzYsIDgxLjQ1NiwxNi4xOTIsIDExNS43NDQtMTguMTI4YyAzNi4yNzItMzYuMjU2LCA0MS44NzItODkuMzc2LCAxMy45MzYtMTIxLjA4OAoJYy0xLjg1Ni0wLjk3Ni0zLjcyOC0xLjkwNC01Ljc0NC0yLjQ5NkwgMTQxLjk4NCwyMS44MDh6IE0gNDU5LjA1NiwyOTEuNjQ4bC0yNi45NDQtMjcuMTUyYzAuMDAsMy42MTYsIDAuNDMyLDcuMDg4LCAwLjA5NiwxMC43ODQKCWMtMi44MTYsMzAuOTYtMTcuMjQ4LDYwLjg5Ni00MC42ODgsODQuMzA0Yy0yNi4wNjQsMjYuMDgtNjAuNjI0LDQxLjA0LTk0Ljg0OCw0MS4xMzZsIDI2LjQ5NiwyNi43MkMgMzM2LjQzMiw0NDAuNjcyLCAzNTQuOTQ0LDQ0OC4wMCwgMzc1LjE4NCw0NDguMDAKCWMgMjUuNzQ0LDAuMDAsIDUyLjE5Mi0xMS42NDgsIDcyLjUyOC0zMS45MmMgMTkuMDg4LTE5LjA1NiwgMzAuNDY0LTQyLjczNiwgMzIuMDk2LTY2LjY4OEMgNDgxLjMxMiwzMjcuMDQsIDQ3My45MzYsMzA2LjU0NCwgNDU5LjA1NiwyOTEuNjQ4eiIgZGF0YS10YWdzPSJwZW4iIC8+CjxnbHlwaCB1bmljb2RlPSImI3hlMDEwOyIgZD0iTSA1MDIuNjI0LDMyNS4xNjhsLTgxLjI4LDgxLjI5NkMgNDE1LjM0NCw0MTIuNDY0LCA0MDcuMTg0LDQxNS44NCwgMzk4LjcyLDQxNS44NEwgMTEzLjI5Niw0MTUuODQgCgljLTguNDgsMC4wMC0xNi42MjQtMy4zNzYtMjIuNjI0LTkuMzc2bC04MS4yOC04MS4yOTZDIDMuMTA0LDMxOC44OTYtMC4wMzIsMzEwLjYyNCwwLjAwLDMwMi4zMzZjIDAuMDQ4LTcuNTIsIDIuNzM2LTE1LjAyNCwgOC4wOTYtMjEuMDU2CglsIDIyMy45ODQtMjM4LjUyOEMgMjM4LjE2LDM1LjkwNCwgMjQ2Ljg2NCwzMi4wMCwgMjU2LjAwLDMyLjAwYyA5LjEzNiwwLjAwLCAxNy44NCwzLjkwNCwgMjMuOTA0LDEwLjc1MmwgMjI0LjAwLDIzOC41MjhjIDUuNDcyLDYuMTYsIDguMTYsMTMuODcyLCA4LjA5NiwyMS41NjgKCUMgNTExLjkzNiwzMTAuOTQ0LCA1MDguNzg0LDMxOS4wMDgsIDUwMi42MjQsMzI1LjE2OHogTSAyOTEuNTA0LDMwMy44NEwgMjIwLjQ4LDMwMy44NCBMIDI1Ni4wMCwzMzMuNDI0TCAyOTEuNTA0LDMwMy44NHogTSAyNjguNTEyLDM0My44NGwgNDMuNzEyLDM2LjQ0OGwgMzIuMjg4LTMyLjI4OAoJTCAzMDQuMDAsMzE0LjI1NkwgMjY4LjUxMiwzNDMuODR6IE0gMjA4LjAwLDMxNC4yNTZMIDE2Ny40ODgsMzQ4LjAwbCAzMi4yODgsMzIuMjg4bCA0My43MjgtMzYuNDQ4TCAyMDguMDAsMzE0LjI1NnogTSAyOTUuODQsMjg3Ljg0TCAyNTYuMDAsODguNTkyTCAyMTYuMTYsMjg3Ljg0TCAyOTUuODQsMjg3Ljg0IHoKCSBNIDMxMi4xNiwyODcuODRsIDc4LjQ5NiwwLjAwIGwtMTE3Ljc0NC0xOTYuMzA0TCAzMTIuMTYsMjg3Ljg0eiBNIDMxNi40NjQsMzAzLjg0bCAzOS40MDgsMzIuODE2bCAzMi44MTYtMzIuODE2TCAzMTYuNDY0LDMwMy44NCB6IE0gMzMxLjMxMiwzODMuODRsIDU2LjE5MiwwLjAwIGwtMzAuNjU2LTI1LjU1MgoJTCAzMzEuMzEyLDM4My44NHogTSAyNTYuMDAsMzU0LjI0bC0zNS41MiwyOS42MGwgNzEuMDA4LDAuMDAgTCAyNTYuMDAsMzU0LjI0eiBNIDE1NS4xMzYsMzU4LjI4OEwgMTI0LjQ4LDM4My44NGwgNTYuMjA4LDAuMDAgTCAxNTUuMTM2LDM1OC4yODh6IE0gMTU2LjEyOCwzMzYuNjU2bCAzOS4zOTItMzIuODE2TCAxMjMuMzEyLDMwMy44NCAKCUwgMTU2LjEyOCwzMzYuNjU2eiBNIDE5OS44NCwyODcuODRsIDM5LjI0OC0xOTYuMzA0TCAxMjEuMzI4LDI4Ny44NEwgMTk5Ljg0LDI4Ny44NCB6IE0gMjAzLjI2NCwxMjAuMTkyTCA0NS44MjQsMjg3Ljg0bCA1Ni44NjQsMC4wMCBMIDIwMy4yNjQsMTIwLjE5MnogTSA0MDkuMzEyLDI4Ny44NGwgNTYuODgsMC4wMCAKCWwtMTU3LjQ3Mi0xNjcuNjhMIDQwOS4zMTIsMjg3Ljg0eiBNIDQxMS4zMTIsMzAzLjg0bC00My4wODgsNDMuMDg4bCAzNi43NTIsMzAuNjRsIDczLjcxMi03My43MjhMIDQxMS4zMTIsMzAzLjg0IHogTSAxMDYuOTc2LDM3Ny42MGwgMzYuODE2LTMwLjY3MkwgMTAwLjY4OCwzMDMuODRMIDMyLjA5NiwzMDMuODQgCglMIDEwNi45NzYsMzc3LjYweiIgZGF0YS10YWdzPSJkaWFtb25kIiAvPgo8Z2x5cGggdW5pY29kZT0iJiN4ZTAxMTsiIGQ9Ik0gNDMyLjAwLDQwMC4wNjRMIDgwLjAwLDQwMC4wMEMgNzEuMTUyLDQwMC4wMCwgNjQuMDAsMzkyLjkxMiwgNjQuMDAsMzg0LjA2NGwwLjAwLTIyNC4wMCBjMC4wMC04Ljg0OCwgNy4xNTItMTYuMDAsIDE2LjAwLTE2LjAwbCAzNTIuMDAsMC4wMCBjIDguODQ4LDAuMDAsIDE2LjAwLDcuMTUyLCAxNi4wMCwxNi4wMGwwLjAwLDIyNC4wMCAKCQlDIDQ0OC4wMCwzOTIuOTEyLCA0NDAuODQ4LDQwMC4wNjQsIDQzMi4wMCw0MDAuMDY0eiBNIDQzMi4wMCwxNjAuMDBMIDgwLjAwLDE2MC4wMCBMIDgwLjAwLDM4NC4wNjQgbCAzNTIuMDAsMC4wMCBMIDQzMi4wMCwxNjAuMDAgek0gNDY0LjAwLDQ2NC4wMEwgNDguMDAsNDY0LjAwIEMgMjEuNDg4LDQ2NC4wMCwwLjAwLDQ0Mi41MjgsMC4wMCw0MTYuMDBsMC4wMC0zMjAuMDAgYzAuMDAtMjYuNDY0LCAyMS40MDgtNDcuOTA0LCA0Ny44NC00Ny45NjhMIDIwOC4wMCw0OC4wMzIgbDAuMDAtMTkuNDcyIGwtOTkuODcyLTEyLjk3NgoJCUMgMTAwLjk5MiwxMy44MDgsIDk2LjAwLDcuNDA4LCA5Ni4wMCwwLjA2NGMwLjAwLTguODQ4LCA3LjE1Mi0xNi4wMCwgMTYuMDAtMTYuMDBsIDI4OC4wMCwwLjAwIGMgOC44NDgsMC4wMCwgMTYuMDAsNy4xNTIsIDE2LjAwLDE2LjAwYzAuMDAsNy4zNDQtNC45OTIsMTMuNzQ0LTEyLjEyOCwxNS41MzZMIDMwNC4wMCwyOC41NmwwLjAwLDE5LjQ3MiAKCQlsIDE2MC4xNiwwLjAwIEMgNDkwLjU5Miw0OC4wOTYsIDUxMi4wMCw2OS41MzYsIDUxMi4wMCw5Ni4wMEwgNTEyLjAwLDQxNi4wMCBDIDUxMi4wMCw0NDIuNTI4LCA0OTAuNDk2LDQ2NC4wMCwgNDY0LjAwLDQ2NC4wMHogTSA0ODAuMDAsOTYuMDBjMC4wMC04LjgxNi03LjE4NC0xNi4wMC0xNi4wMC0xNi4wMGwtMTQ0LjAwLDAuMDAgbC0xMjguMDAsMC4wMCBMIDQ4LjAwLDgwLjAwIGMtOC44MzIsMC4wMC0xNi4wMCw3LjE4NC0xNi4wMCwxNi4wMEwgMzIuMDAsNDE2LjAwIAoJCWMwLjAwLDguODMyLCA3LjE2OCwxNi4wMCwgMTYuMDAsMTYuMDBsIDQxNi4wMCwwLjAwIGMgOC44MTYsMC4wMCwgMTYuMDAtNy4xNjgsIDE2LjAwLTE2LjAwTCA0ODAuMDAsOTYuMDAgeiIgZGF0YS10YWdzPSJkaXNwbGF5IiAvPgo8Z2x5cGggdW5pY29kZT0iJiN4ZTAxMjsiIGQ9Ik0gMjU2LjAzMiwxOTYuMDY0YyA1Mi45NDQsMC4wMCwgOTYuMDAsNDMuMDcyLCA5Ni4wMCw5Ni4wMHMtNDMuMDU2LDk2LjAwLTk2LjAwLDk2LjAwCgkJYy01Mi45NDQsMC4wMC05Ni4wMC00My4wNTYtOTYuMDAtOTYuMDBTIDIwMy4wODgsMTk2LjA2NCwgMjU2LjAzMiwxOTYuMDY0eiBNIDI1Ni4wMzIsMzcyLjA2NGMgNDQuMTI4LDAuMDAsIDgwLjAwLTM1Ljg3MiwgODAuMDAtODAuMDBzLTM1Ljg3Mi04MC4wMC04MC4wMC04MC4wMGMtNDQuMTI4LDAuMDAtODAuMDAsMzUuODcyLTgwLjAwLDgwLjAwCgkJUyAyMTEuOTA0LDM3Mi4wNjQsIDI1Ni4wMzIsMzcyLjA2NHpNIDI1Ni4wMCw0ODAuMDBDIDE1MC4xMTIsNDgwLjAwLCA2NC4wMCwzOTQuOTQ0LCA2NC4wMCwyODcuOTg0YzAuMDAtMTEyLjAwLCA5Ni4wMTYtMjI2LjU3NiwgMTY2LjAxNi0zMDcuMTA0CgkJQyAyMzAuMjcyLTE5LjQ0LCAyNDEuNTA0LTMyLjAwLCAyNTUuMzkyLTMyLjAwYyAwLjAzMiwwLjAwLCAxLjE2OCwwLjAwLCAxLjIzMiwwLjAwYyAxMy44NzIsMC4wMCwgMjUuMTIsMTIuNTYsIDI1LjM3NiwxMi44OAoJCWMgNzAuMDMyLDgwLjUyOCwgMTY2LjAzMiwxOTUuMDg4LCAxNjYuMDMyLDMwNy4xMDRDIDQ0OC4wMzIsMzk0Ljk0NCwgMzYxLjkwNCw0ODAuMDAsIDI1Ni4wMCw0ODAuMDB6IE0gMjU3Ljg3MiwxLjg3MmMtMC4zMzYtMC4zMi0xLjMxMi0xLjAyNC0yLjE2LTEuNTY4CgkJYy0wLjE2LDAuNDMyLTEuMzQ0LDEuMzc2LTIuMDY0LDIuMTI4QyAxOTUuMDA4LDY5LjkwNCwgOTYuMDAsMTgzLjc3NiwgOTYuMDAsMjg3Ljk4NEMgOTYuMDAsMzc2LjIwOCwgMTY3Ljc5Miw0NDguMDAsIDI1Ni4wMCw0NDguMDBjIDg4LjI1NiwwLjAwLCAxNjAuMDMyLTcxLjc5MiwgMTYwLjAzMi0xNjAuMDMyCgkJQyA0MTYuMDMyLDE4My43NzYsIDMxNy4wMjQsNjkuOTA0LCAyNTcuODcyLDEuODcyeiIgZGF0YS10YWdzPSJsb2NhdGlvbiIgLz4KPGdseXBoIHVuaWNvZGU9IiYjeGUwMTM7IiBkPSJNIDUxMS40NCwyMjcuNTg0Yy0wLjE2LDAuNjcyLTAuMDY0LDEuMzkyLTAuMzIsMi4wNDhjLTAuMDk2LDAuMjcyLTAuMzM2LDAuNDE2LTAuNDMyLDAuNjcyCgkJYy0wLjE2LDAuMzg0LTAuMTI4LDAuODE2LTAuMzM2LDEuMTg0Yy00Ni40MCw4OC44MTYtMTQ3LjQwOCwxNTIuNDQ4LTI1My45NjgsMTUyLjQ0OGMtMTA2LjU3NiwwLjAwLTIwNy41NjgtNjMuNTM2LTI1NC4wMC0xNTIuMzM2CgkJYy0wLjIwOC0wLjM2OC0wLjE3Ni0wLjgwLTAuMzM2LTEuMTg0Yy0wLjExMi0wLjI1Ni0wLjMzNi0wLjQwLTAuNDMyLTAuNjcyYy0wLjI1Ni0wLjY1Ni0wLjE2LTEuMzc2LTAuMzItMi4wNDgKCQljLTAuMjg4LTEuMjAtMC41Ni0yLjM1Mi0wLjU2LTMuNTg0cyAwLjI4OC0yLjM2OCwgMC41Ni0zLjU4NGMgMC4xNi0wLjY3MiwgMC4wNjQtMS4zOTIsIDAuMzItMi4wNDgKCQljIDAuMDk2LTAuMjcyLCAwLjMzNi0wLjQxNiwgMC40MzItMC42NzJjIDAuMTYtMC4zODQsIDAuMTI4LTAuODE2LCAwLjMzNi0xLjE4NGMgNDYuNDE2LTg4LjgxNiwgMTQ3LjQyNC0xNTIuNDQ4LCAyNTQuMDAtMTUyLjQ0OAoJCWMgMTA2LjU2LDAuMDAsIDIwNy41NjgsNjMuNTM2LCAyNTMuOTY4LDE1Mi4zMzZjIDAuMjI0LDAuMzY4LCAwLjE5MiwwLjgwLCAwLjMzNiwxLjE4NGMgMC4wOTYsMC4yNTYsIDAuMzM2LDAuNDAsIDAuNDMyLDAuNjcyCgkJYyAwLjI1NiwwLjY1NiwgMC4xNiwxLjM3NiwgMC4zMiwyLjA0OEMgNTExLjcxMiwyMjEuNjMyLCA1MTIuMDAsMjIyLjc4NCwgNTEyLjAwLDIyNC4wMFMgNTExLjcxMiwyMjYuMzg0LCA1MTEuNDQsMjI3LjU4NHogTSAyNTYuMzY4LDk2LjE5MgoJCWMtODkuODQsMC4wMC0xNzcuNzkyLDUxLjA1Ni0yMjEuNjE2LDEyNy45MmMgNDQuMDY0LDc2Ljk2LCAxMzEuODg4LDEyNy44NCwgMjIxLjYxNiwxMjcuODRjIDg5LjgwOCwwLjAwLCAxNzcuNzc2LTUxLjA3MiwgMjIxLjYwLTEyNy45MgoJCUMgNDMzLjkwNCwxNDcuMDU2LCAzNDYuMDk2LDk2LjE5MiwgMjU2LjM2OCw5Ni4xOTJ6TSAyNTYuMzY4LDI4OC4wMTYgQyAyNjAuNzg0LDI4OC4wMTYgMjY0LjMzNiwyODQuNDQ4IDI2NC4zMzYsMjgwLjAxNiBDIDI2NC4zMzYsMjc1LjYxNiAyNjAuNzY4LDI3Mi4wMzIgMjU2LjM2OCwyNzIuMDMyIEwgMjU2LjM2OCwyNzIuMDE2IEMgMjI5LjkwNCwyNzIuMDE2IDIwOC4zODQsMjUwLjQ5NiAyMDguMzg0LDIyNC4wNjQgQyAyMDguMzg0LDIxOS42NDggMjA0LjgwLDIxNi4wNjQgMjAwLjQwLDIxNi4wNjQgQyAxOTUuOTg0LDIxNi4wNjQgMTkyLjQwLDIxOS42NDggMTkyLjQwLDIyNC4wNjQgQyAxOTIuNDAsMjU5LjM0NCAyMjAuOTkyLDI4Ny45MzYgMjU2LjI3MiwyODguMDAgQyAyNTYuMzA0LDI4OC4wMCAyNTYuMzM2LDI4OC4wMTYgMjU2LjM2OCwyODguMDE2IFpNIDI1Ni4wMCwzMzYuMDBjLTYxLjg3MiwwLjAwLTExMi4wMC01MC4xNDQtMTEyLjAwLTExMi4wMGMwLjAwLTYxLjg1NiwgNTAuMTQ0LTExMi4wMCwgMTEyLjAwLTExMi4wMGMgNjEuODQsMC4wMCwgMTEyLjAwLDUwLjE2LCAxMTIuMDAsMTEyLjAwQyAzNjguMDAsMjg1Ljg3MiwgMzE3Ljg0LDMzNi4wMCwgMjU2LjAwLDMzNi4wMHogTSAyNTYuMDAsMTI4LjAwCgkJYy01Mi45NDQsMC4wMC05Ni4wMCw0My4wNTYtOTYuMDAsOTYuMDBjMC4wMCw1Mi45NDQsIDQzLjA1Niw5Ni4wMCwgOTYuMDAsOTYuMDBjIDUyLjk0NCwwLjAwLCA5Ni4wMC00My4wNTYsIDk2LjAwLTk2LjAwQyAzNTIuMDAsMTcxLjA1NiwgMzA4Ljk0NCwxMjguMDAsIDI1Ni4wMCwxMjguMDB6IiBkYXRhLXRhZ3M9ImV5ZSIgLz4KPGdseXBoIHVuaWNvZGU9IiYjeGUwMTQ7IiBkPSJNIDI1Ni4wMCwzNjguMDAgQyAyNjAuNDE2LDM2OC4wMCAyNjQuMDAsMzY0LjQxNiAyNjQuMDAsMzYwLjAwIEMgMjY0LjAwLDM1NS41ODQgMjYwLjQwLDM1Mi4wMCAyNTYuMDAsMzUyLjAwIEMgMTcwLjc2OCwzNTIuMDAgOTYuMDAsMzA3LjEzNiA5Ni4wMCwyNTYuMDAgQyA5Ni4wMCwyNTEuNTg0IDkyLjQxNiwyNDguMDAgODguMDAsMjQ4LjAwIEMgODMuNTg0LDI0OC4wMCA4MC4wMCwyNTEuNTg0IDgwLjAwLDI1Ni4wMCBDIDgwLjAwLDMxNi43MDQgMTYwLjU5MiwzNjguMDAgMjU2LjAwLDM2OC4wMCBaTSAyNTYuMDAsNDQ4LjAwQyAxMTQuNjA4LDQ0OC4wMCwwLjAwLDM2Mi4wMzIsMC4wMCwyNTYuMDBjMC4wMC02Ni4wMzIsIDQ0LjQ2NC0xMjQuMjU2LCAxMTIuMTI4LTE1OC44MTYKCQlDIDExMi4xMjgsOTYuNzUyLCAxMTIuMDAsOTYuNDY0LCAxMTIuMDAsOTYuMDBjMC4wMC0yOC42ODgtMjEuNDI0LTU5LjU2OC0zMC44NDgtNzUuNzc2YyAwLjAxNiwwLjAwLCAwLjAzMiwwLjAwLCAwLjAzMiwwLjAwQyA4MC40MzIsMTguNDY0LCA4MC4wMCwxNi41MjgsIDgwLjAwLDE0LjQ5NgoJCUMgODAuMDAsNi40OTYsIDg2LjQ4LDAuMDAsIDk0LjQ5NiwwLjAwQyA5Ni4wMCwwLjAwLCA5OC42NCwwLjQwLCA5OC41NzYsMC4yMjRjIDUwLjAwLDguMTkyLCA5Ny4xMDQsNTQuMTI4LCAxMDguMDQ4LDY3LjQ0QyAyMjIuNjA4LDY1LjMxMiwgMjM5LjA4OCw2NC4wMCwgMjU2LjAwLDY0LjAwCgkJYyAxNDEuMzYsMC4wMCwgMjU2LjAwLDg1Ljk2OCwgMjU2LjAwLDE5Mi4wMEMgNTEyLjAwLDM2Mi4wMzIsIDM5Ny4zNzYsNDQ4LjAwLCAyNTYuMDAsNDQ4LjAweiBNIDI1Ni4wMCw5Ni4wMGMtMTQuNjcyLDAuMDAtMjkuNzI4LDEuMTItNDQuNzM2LDMuMzEyYy0xLjU1MiwwLjI1Ni0zLjEwNCwwLjMzNi00LjY0LDAuMzM2CgkJYy05LjUwNCwwLjAwLTE4LjYwOC00LjIyNC0yNC43MzYtMTEuNjhjLTYuODQ4LTguMzM2LTI2LjMzNi0yNi45NDQtNDkuMzYtNDAuNjI0YyA2LjI0LDE0LjMyLCAxMS4xMiwzMC4zNjgsIDExLjQ1Niw0Ni45MTIKCQljIDAuMDk2LDEuMDI0LCAwLjE0NCwyLjA2NCwgMC4xNDQsMi45NDRjMC4wMCwxMi4wMzItNi43MzYsMjMuMDI0LTE3LjQ0LDI4LjQ5NkMgNjcuMzkyLDE1NS45NjgsIDMyLjAwLDIwNC42ODgsIDMyLjAwLDI1Ni4wMEMgMzIuMDAsMzQ0LjIyNCwgMTMyLjQ4LDQxNi4wMCwgMjU2LjAwLDQxNi4wMAoJCWMgMTIzLjQ4OCwwLjAwLCAyMjQuMDAtNzEuNzc2LCAyMjQuMDAtMTYwLjAwQyA0ODAuMDAsMTY3Ljc3NiwgMzc5LjUwNCw5Ni4wMCwgMjU2LjAwLDk2LjAweiIgZGF0YS10YWdzPSJidWJibGUiIC8+CjxnbHlwaCB1bmljb2RlPSImI3hlMDE1OyIgZD0iTSA1MTAuNzg0LDE4NC43MkwgNDQ2Ljc1Miw0MjQuODE2QyA0NDIuODgsNDM4LjQ2NCwgNDMwLjIyNCw0NDguMDAsIDQxNi4wMCw0NDguMDBMIDI1Ni4wMCw0NDguMDAgTCA5Ni4wMCw0NDguMDAgQyA4MS43Niw0NDguMDAsIDY5LjEyLDQzOC40NjQsIDY1LjI0OCw0MjQuODE2TCAxLjIxNiwxODQuNzIKCQlDIDAuNDAsMTgxLjgwOCwwLjAwLDE3OC44OCwwLjAwLDE3Ni4wMGwwLjAwLTExMi4wMCBjMC4wMC0zNS4zNDQsIDI4LjY1Ni02NC4wMCwgNjQuMDAtNjQuMDBsIDM4NC4wMCwwLjAwIGMgMzUuMzQ0LDAuMDAsIDY0LjAwLDI4LjY1NiwgNjQuMDAsNjQuMDBsMC4wMCwxMTIuMDAgQyA1MTIuMDAsMTc4Ljg4LCA1MTEuNjAsMTgxLjgwOCwgNTEwLjc4NCwxODQuNzJ6IE0gNDgwLjAwLDY0LjAwCgkJYzAuMDAtMTcuNjMyLTE0LjM2OC0zMi4wMC0zMi4wMC0zMi4wMEwgNjQuMDAsMzIuMDAgYy0xNy42NDgsMC4wMC0zMi4wMCwxNC4zNjgtMzIuMDAsMzIuMDBsMC4wMCwxMTIuMDAgTCA5Ni4wMTYsNDE2LjAxNmwgMzE5Ljk1MiwwLjAwIEwgNDgwLjAwLDE3Ni4wMEwgNDgwLjAwLDY0LjAwIHpNIDM3OS44NzIsMzg0LjAwTCAxMzIuMTI4LDM4NC4wMCBjLTcuMjQ4LDAuMDAtMTMuNjAtNC44OC0xNS40NzItMTEuODg4bC01NS4xMi0xOTIuMDBjLTEuMjY0LTQuODE2LTAuMjU2LTkuOTM2LCAyLjc4NC0xMy44NzIKCQlTIDcyLjAzMiwxNjAuMDAsIDc2Ljk5MiwxNjAuMDBsIDQ2LjQ5NiwwLjAwIGwgMTguMjU2LDAuMDAgbCA4LjMzNiwwLjAwIGwgMjMuMTUyLTQ2LjMyQyAxNzguNjcyLDEwMi44NDgsIDE4OS43NDQsOTYuMDAsIDIwMS44NzIsOTYuMDBsIDEwOC4yNTYsMC4wMCBjIDEyLjEyOCwwLjAwLCAyMy4xODQsNi44NDgsIDI4LjYyNCwxNy42OAoJCUwgMzYxLjkwNCwxNjAuMDBsIDguMzM2LDAuMDAgbCAxOC4yNTYsMC4wMCBsIDQ2LjQ5NiwwLjAwIGMgNC45NzYsMC4wMCwgOS42NjQsMi4zMiwgMTIuNjg4LDYuMjU2cyA0LjAzMiw5LjA1NiwgMi43ODQsMTMuODcybC01NS4xMiwxOTIuMDBDIDM5My40NzIsMzc5LjEzNiwgMzg3LjEyLDM4NC4wMCwgMzc5Ljg3MiwzODQuMDB6CgkJIE0gMzg4LjQ5NiwxOTIuMDBsLTI2LjU5MiwwLjAwIGMtMTIuMTkyLDAuMDAtMjMuMTUyLTYuNzUyLTI4LjYyNC0xNy42OEwgMzEwLjEyOCwxMjguMDBsLTEwOC4yNTYsMC4wMCBsLTIzLjE1Miw0Ni4zMkMgMTczLjI0OCwxODUuMjQ4LCAxNjIuMjg4LDE5Mi4wMCwgMTUwLjA5NiwxOTIuMDBMIDEyMy41MDQsMTkyLjAwIEwgODUuMzQ0LDE5Mi4wMCAKCQlMIDEzMi4xMjgsMzY4LjAwbCAyNDcuNzQ0LDAuMDAgbCA0Ni43ODQtMTc2LjAwTCAzODguNDk2LDE5Mi4wMCB6IiBkYXRhLXRhZ3M9InN0YWNrIiAvPgo8Z2x5cGggdW5pY29kZT0iJiN4ZTAxNjsiIGQ9Ik0gNDQ5Ljc3NiwzOTkuNjQ4bC0xOS40NCw1OC40OEMgNDI2LjAwLDQ3MS4yMCwgNDEzLjc3Niw0ODAuMDAsIDQwMC4wMCw0ODAuMDBMIDExMi4wMCw0ODAuMDAgQyA5OC4yMDgsNDgwLjAwLCA4Ni4wMCw0NzEuMjAsIDgxLjYzMiw0NTguMTI4CglMIDYyLjAzMiwzOTkuNjE2QyA0NS4zMjgsMzk4LjU0NCwgMzIuMDAsMzg0Ljk3NiwgMzIuMDAsMzY4LjAwbDAuMDAtNDguMDAgYzAuMDAtMTcuNjY0LCAxNC4zMzYtMzIuMDAsIDMyLjAwLTMyLjAwbCAxNi41NDQsMC4wMCBjMC4wMC0xLjIwLTAuNDgtMi4zMzYtMC4zMzYtMy41MzZsIDMyLjAwLTI4OC4wMEMgMTE0LjAwLTE5LjcxMiwgMTI3LjY4LTMyLjAwLCAxNDQuMDAtMzIuMDAKCWwgMjI0LjAwLDAuMDAgYyAxNi4zMiwwLjAwLCAzMC4wMCwxMi4yODgsIDMxLjc3NiwyOC40NjRsIDMyLjAwLDI4OC4wMGMgMC4xNiwxLjIwLTAuMzM2LDIuMzM2LTAuMzM2LDMuNTM2TCA0NDguMDAsMjg4LjAwIGMgMTcuNjY0LDAuMDAsIDMyLjAwLDE0LjMzNiwgMzIuMDAsMzIuMDBMIDQ4MC4wMCwzNjguMDAgCglDIDQ4MC4wMCwzODUuMDQsIDQ2Ni41NiwzOTguNjcyLCA0NDkuNzc2LDM5OS42NDh6IE0gMTEyLjAwLDQ0OC4wMGwgMjg4LjAwLDAuMDAgbCAxNi4wMC00OC4wMEwgOTYuMDAsNDAwLjAwIEwgMTEyLjAwLDQ0OC4wMHogTSAxNDQuMDAsMC4wMGwtNS4zMjgsNDguMDBsIDIzNC42NTYsMC4wMCBMIDM2OC4wMCwwLjAwTCAxNDQuMDAsMC4wMCB6IE0gMzc1LjA4OCw2NC4wMEwgMTM2Ljg4LDY0LjAwIEwgMTE5LjEwNCwyMjQuMDBsIDI3My43NzYsMC4wMCAKCUwgMzc1LjA4OCw2NC4wMHogTSAzOTQuNjU2LDI0MC4wMEwgMTE3LjMyOCwyNDAuMDAgTCAxMTIuMDAsMjg4LjAwbCAyODguMDAsMC4wMCBMIDM5NC42NTYsMjQwLjAweiBNIDQ0OC4wMCwzMjAuMDBMIDY0LjAwLDMyMC4wMCBMIDY0LjAwLDM2OC4wMCBsIDM4NC4wMCwwLjAwIEwgNDQ4LjAwLDMyMC4wMCB6IiBkYXRhLXRhZ3M9ImN1cCIgLz4KPGdseXBoIHVuaWNvZGU9IiYjeGUwMTc7IiBkPSJNIDM4NC4wMCw0ODAuMDBMIDEyOC4wMCw0ODAuMDBDIDEwMS40NzIsNDgwLjAwLCA4MC4wMCw0NTguNTEyLCA4MC4wMCw0MzIuMDBsMC4wMC00MTYuMDAgYzAuMDAtMjYuNTI4LCAyMS40ODgtNDguMDAsIDQ4LjAwLTQ4LjAwbCAyNTYuMDAsMC4wMCBjIDI2LjQ5NiwwLjAwLCA0OC4wMCwyMS41MDQsIDQ4LjAwLDQ4LjAwTCA0MzIuMDAsNDMyLjAwIEMgNDMyLjAwLDQ1OC41MjgsIDQxMC40OTYsNDgwLjAwLCAzODQuMDAsNDgwLjAwegoJCSBNIDQwMC4wMCwxNi4wMGMwLjAwLTguODE2LTcuMTg0LTE2LjAwLTE2LjAwLTE2LjAwTCAxMjguMDAsMC4wMCBjLTguODMyLDAuMDAtMTYuMDAsNy4xNTItMTYuMDAsMTYuMDBsMC4wMCwzMi4wNjQgbCAyODguMDAsMC4wMCBMIDQwMC4wMCwxNi4wMCB6IE0gNDAwLjAwLDY0LjA2NEwgMTEyLjAwLDY0LjA2NCBMIDExMi4wMCwzODQuMDAgTCA0MDAuMDAsMzg0LjAwTCA0MDAuMDAsNjQuMDY0IHogTSA0MDAuMDAsNDAwLjAwTCAxMTIuMDAsNDAwLjAwTCAxMTIuMDAsNDMyLjAwIGMwLjAwLDguODMyLCA3LjE2OCwxNi4wMCwgMTYuMDAsMTYuMDAKCQlMIDM4NC4wMCw0NDguMDBjIDguODE2LDAuMDAsIDE2LjAwLTcuMTY4LCAxNi4wMC0xNi4wMEwgNDAwLjAwLDQwMC4wMCB6TSAyODguMDAsNDI0LjAwQyAyODguMDAsNDE5LjU4NCwgMjg0LjQwLDQxNi4wMCwgMjgwLjAwLDQxNi4wMGwtNDguMDAsMC4wMCBDIDIyNy41NjgsNDE2LjAwLCAyMjQuMDAsNDE5LjU4NCwgMjI0LjAwLDQyNC4wMGwwLjAwLDAuMDBDIDIyNC4wMCw0MjguNDMyLCAyMjcuNTY4LDQzMi4wMCwgMjMyLjAwLDQzMi4wMGwgNDguMDAsMC4wMCAKCQlDIDI4NC40MCw0MzIuMDAsIDI4OC4wMCw0MjguNDMyLCAyODguMDAsNDI0LjAwTCAyODguMDAsNDI0LjAwek0gMjcyLjAwLDI0LjA2NGMwLjAwLTQuNDAtMy42MC04LjAwLTguMDAtOC4wMGwtMTYuMDAsMC4wMCBjLTQuNDE2LDAuMDAtOC4wMCwzLjYwLTguMDAsOC4wMGwwLjAwLDAuMDBjMC4wMCw0LjQzMiwgMy41ODQsOC4wMCwgOC4wMCw4LjAwbCAxNi4wMCwwLjAwIAoJCUMgMjY4LjQwLDMyLjA2NCwgMjcyLjAwLDI4LjQ5NiwgMjcyLjAwLDI0LjA2NEwgMjcyLjAwLDI0LjA2NHoiIGRhdGEtdGFncz0icGhvbmUiIC8+CjxnbHlwaCB1bmljb2RlPSImI3hlMDE4OyIgZD0iTSA0NjQuMDAsNDgwLjAwTCAxMTIuMDAsNDgwLjAwIEMgODUuNDg4LDQ4MC4wMCwgNjQuMDAsNDU4LjUyOCwgNjQuMDAsNDMyLjAwbDAuMDAtMzIuMDAgTCA0OC4wMCw0MDAuMDAgQyAyMS40ODgsNDAwLjAwLDAuMDAsMzc4LjUyOCwwLjAwLDM1Mi4wMGwwLjAwLTMyMC4wMCAKCQljMC4wMC0zNS4zNDQsIDI4LjY1Ni02NC4wMCwgNjQuMDAtNjQuMDBsIDM4NC4wMCwwLjAwIGMgMzUuMzQ0LDAuMDAsIDY0LjAwLDI4LjY1NiwgNjQuMDAsNjQuMDBMIDUxMi4wMCw0MzIuMDAgQyA1MTIuMDAsNDU4LjUyOCwgNDkwLjQ5Niw0ODAuMDAsIDQ2NC4wMCw0ODAuMDB6IE0gNDgwLjAwLDMyLjAwYzAuMDAtMTcuNjMyLTE0LjM2OC0zMi4wMC0zMi4wMC0zMi4wMEwgNjQuMDAsMC4wMCBjLTE3LjY0OCwwLjAwLTMyLjAwLDE0LjM2OC0zMi4wMCwzMi4wMEwgMzIuMDAsMzUyLjAwIAoJCWMwLjAwLDguODMyLCA3LjE2OCwxNi4wMCwgMTYuMDAsMTYuMDBsIDE2LjAwLDAuMDAgbDAuMDAtMzIwLjAwIGMwLjAwLTguODQ4LCA3LjE1Mi0xNi4wMCwgMTYuMDAtMTYuMDBzIDE2LjAwLDcuMTUyLCAxNi4wMCwxNi4wMEwgOTYuMDAsNDMyLjAwIGMwLjAwLDguODMyLCA3LjE2OCwxNi4wMCwgMTYuMDAsMTYuMDBsIDM1Mi4wMCwwLjAwIGMgOC44MTYsMC4wMCwgMTYuMDAtNy4xNjgsIDE2LjAwLTE2LjAwTCA0ODAuMDAsMzIuMDAgek0gMzExLjk2OCwyNzEuOTIgQyAzMDcuNTY4LDI3MS45MiAzMDMuOTY4LDI3NS41MDQgMzAzLjk2OCwyNzkuOTIgQyAzMDMuOTY4LDI4NC4zMzYgMzA3LjU2OCwyODcuOTIgMzExLjk2OCwyODcuOTIgTCA0MzkuOTY4LDI4Ny45MiBDIDQ0NC40MCwyODcuOTIgNDQ3Ljk2OCwyODQuMzM2IDQ0Ny45NjgsMjc5LjkyIEMgNDQ3Ljk2OCwyNzUuNTA0IDQ0NC40MCwyNzEuOTIgNDM5Ljk2OCwyNzEuOTIgTCAzMTEuOTY4LDI3MS45MiBaTSAzMTEuOTY4LDMxOS45MiBDIDMwNy41NjgsMzE5LjkyIDMwMy45NjgsMzIzLjUwNCAzMDMuOTY4LDMyNy45MiBDIDMwMy45NjgsMzMyLjMzNiAzMDcuNTY4LDMzNS45MiAzMTEuOTY4LDMzNS45MiBMIDQzOS45NjgsMzM1LjkyIEMgNDQ0LjQwLDMzNS45MiA0NDcuOTY4LDMzMi4zMzYgNDQ3Ljk2OCwzMjcuOTIgQyA0NDcuOTY4LDMyMy41MDQgNDQ0LjQwLDMxOS45MiA0MzkuOTY4LDMxOS45MiBMIDMxMS45NjgsMzE5LjkyIFpNIDMxMS45NjgsMzY3LjkyIEMgMzA3LjU2OCwzNjcuOTIgMzAzLjk2OCwzNzEuNTA0IDMwMy45NjgsMzc1LjkyIEMgMzAzLjk2OCwzODAuMzM2IDMwNy41NjgsMzgzLjkyIDMxMS45NjgsMzgzLjkyIEwgNDM5Ljk2OCwzODMuOTIgQyA0NDQuNDAsMzgzLjkyIDQ0Ny45NjgsMzgwLjMzNiA0NDcuOTY4LDM3NS45MiBDIDQ0Ny45NjgsMzcxLjUwNCA0NDQuNDAsMzY3LjkyIDQzOS45NjgsMzY3LjkyIEwgMzExLjk2OCwzNjcuOTIgWk0gMjY0LjAwLDQ3LjkzNiBDIDI2OC40MTYsNDcuOTM2IDI3Mi4wMCw0NC4zMzYgMjcyLjAwLDM5LjkzNiBDIDI3Mi4wMCwzNS41MDQgMjY4LjQwLDMxLjkzNiAyNjQuMDAsMzEuOTM2IEwgMTM2LjAwLDMxLjkzNiBDIDEzMS41ODQsMzEuOTM2IDEyOC4wMCwzNS41MDQgMTI4LjAwLDM5LjkzNiBDIDEyOC4wMCw0NC4zMzYgMTMxLjU4NCw0Ny45MzYgMTM2LjAwLDQ3LjkzNiBMIDI2NC4wMCw0Ny45MzYgWk0gMjY0LjAwLDk1LjkzNiBDIDI2OC40MTYsOTUuOTM2IDI3Mi4wMCw5Mi4zMzYgMjcyLjAwLDg3LjkzNiBDIDI3Mi4wMCw4My41MDQgMjY4LjQwLDc5LjkzNiAyNjQuMDAsNzkuOTM2IEwgMTM2LjAwLDc5LjkzNiBDIDEzMS41ODQsNzkuOTM2IDEyOC4wMCw4My41MDQgMTI4LjAwLDg3LjkzNiBDIDEyOC4wMCw5Mi4zMzYgMTMxLjU4NCw5NS45MzYgMTM2LjAwLDk1LjkzNiBMIDI2NC4wMCw5NS45MzYgWk0gMjY0LjAwLDE0My45MzYgQyAyNjguNDE2LDE0My45MzYgMjcyLjAwLDE0MC4zMzYgMjcyLjAwLDEzNS45MzYgQyAyNzIuMDAsMTMxLjUwNCAyNjguNDAsMTI3LjkzNiAyNjQuMDAsMTI3LjkzNiBMIDEzNi4wMCwxMjcuOTM2IEMgMTMxLjU4NCwxMjcuOTM2IDEyOC4wMCwxMzEuNTA0IDEyOC4wMCwxMzUuOTM2IEMgMTI4LjAwLDE0MC4zMzYgMTMxLjU4NCwxNDMuOTM2IDEzNi4wMCwxNDMuOTM2IEwgMjY0LjAwLDE0My45MzYgWk0gNDQwLjAwLDQ3LjkzNiBDIDQ0NC40MCw0Ny45MzYgNDQ4LjAwLDQ0LjMzNiA0NDguMDAsMzkuOTM2IEMgNDQ4LjAwLDM1LjUwNCA0NDQuNDAsMzEuOTM2IDQ0MC4wMCwzMS45MzYgTCAzMTIuMDAsMzEuOTM2IEMgMzA3LjU2OCwzMS45MzYgMzA0LjAwLDM1LjUwNCAzMDQuMDAsMzkuOTM2IEMgMzA0LjAwLDQ0LjMzNiAzMDcuNTY4LDQ3LjkzNiAzMTIuMDAsNDcuOTM2IEwgNDQwLjAwLDQ3LjkzNiBaTSA0NDAuMDAsOTUuOTM2IEMgNDQ0LjQwLDk1LjkzNiA0NDguMDAsOTIuMzM2IDQ0OC4wMCw4Ny45MzYgQyA0NDguMDAsODMuNTA0IDQ0NC40MCw3OS45MzYgNDQwLjAwLDc5LjkzNiBMIDMxMi4wMCw3OS45MzYgQyAzMDcuNTY4LDc5LjkzNiAzMDQuMDAsODMuNTA0IDMwNC4wMCw4Ny45MzYgQyAzMDQuMDAsOTIuMzM2IDMwNy41NjgsOTUuOTM2IDMxMi4wMCw5NS45MzYgTCA0NDAuMDAsOTUuOTM2IFpNIDQ0MC4wMCwxNDMuOTM2IEMgNDQ0LjQwLDE0My45MzYgNDQ4LjAwLDE0MC4zMzYgNDQ4LjAwLDEzNS45MzYgQyA0NDguMDAsMTMxLjUwNCA0NDQuNDAsMTI3LjkzNiA0NDAuMDAsMTI3LjkzNiBMIDMxMi4wMCwxMjcuOTM2IEMgMzA3LjU2OCwxMjcuOTM2IDMwNC4wMCwxMzEuNTA0IDMwNC4wMCwxMzUuOTM2IEMgMzA0LjAwLDE0MC4zMzYgMzA3LjU2OCwxNDMuOTM2IDMxMi4wMCwxNDMuOTM2IEwgNDQwLjAwLDE0My45MzYgWk0gNDQwLjAwLDIzOS45MzYgQyA0NDQuNDAsMjM5LjkzNiA0NDguMDAsMjM2LjM1MiA0NDguMDAsMjMxLjkzNiBDIDQ0OC4wMCwyMjcuNTIgNDQ0LjQwLDIyMy45MzYgNDQwLjAwLDIyMy45MzYgTCAxMzYuMDAsMjIzLjkzNiBDIDEzMS41ODQsMjIzLjkzNiAxMjguMDAsMjI3LjUyIDEyOC4wMCwyMzEuOTM2IEMgMTI4LjAwLDIzNi4zNTIgMTMxLjU4NCwyMzkuOTM2IDEzNi4wMCwyMzkuOTM2IEwgNDQwLjAwLDIzOS45MzYgWk0gNDQwLjAwLDE5MS45MzYgQyA0NDQuNDAsMTkxLjkzNiA0NDguMDAsMTg4LjMzNiA0NDguMDAsMTgzLjkzNiBDIDQ0OC4wMCwxNzkuNTA0IDQ0NC40MCwxNzUuOTM2IDQ0MC4wMCwxNzUuOTM2IEwgMTM2LjAwLDE3NS45MzYgQyAxMzEuNTg0LDE3NS45MzYgMTI4LjAwLDE3OS41MDQgMTI4LjAwLDE4My45MzYgQyAxMjguMDAsMTg4LjMzNiAxMzEuNTg0LDE5MS45MzYgMTM2LjAwLDE5MS45MzYgTCA0NDAuMDAsMTkxLjkzNiBaTSAxNDQuMDAsMjcyLjAwbCAxMTIuMDAsMC4wMCBjIDguODQ4LDAuMDAsIDE2LjAwLDcuMTUyLCAxNi4wMCwxNi4wMEwgMjcyLjAwLDM5OS45MzYgYzAuMDAsOC44NDgtNy4xNTIsMTYuMDAtMTYuMDAsMTYuMDBMIDE0NC4wMCw0MTUuOTM2IAoJCWMtOC44NDgsMC4wMC0xNi4wMC03LjE1Mi0xNi4wMC0xNi4wMEwgMTI4LjAwLDI4OC4wMCBDIDEyOC4wMCwyNzkuMTY4LCAxMzUuMTUyLDI3Mi4wMCwgMTQ0LjAwLDI3Mi4wMHogTSAxNjAuMDAsMzg0LjAwbCA4MC4wMCwwLjAwIGwwLjAwLTgwLjAwIGwtODAuMDAsMC4wMCBMIDE2MC4wMCwzODQuMDAgeiIgZGF0YS10YWdzPSJuZXdzIiAvPgo8Z2x5cGggdW5pY29kZT0iJiN4ZTAxOTsiIGQ9Ik0gNDQ4LjAwLDQwMC4wMEwgNjQuMDAsNDAwLjAwIEMgMjguNjU2LDQwMC4wMCwwLjAwLDM3MS4zMjgsMC4wMCwzMzYuMDBsMC4wMC0yMDguMDAgYzAuMDAtMzUuMzQ0LCAyOC42NTYtNjQuMDAsIDY0LjAwLTY0LjAwbCAzODQuMDAsMC4wMCBjIDM1LjM0NCwwLjAwLCA2NC4wMCwyOC42NTYsIDY0LjAwLDY0LjAwTCA1MTIuMDAsMzM2LjAwIAoJQyA1MTIuMDAsMzcxLjMyOCwgNDgzLjM0NCw0MDAuMDAsIDQ0OC4wMCw0MDAuMDB6IE0gMzIuMDAsMzE2LjAwbCAxMTEuOTg0LTg0LjAwTCAzMi4wMCwxNDguMDBMIDMyLjAwLDMxNi4wMCB6IE0gNDgwLjAwLDEyOC4wMGMwLjAwLTE3LjY2NC0xNC4zNjgtMzIuMDAtMzIuMDAtMzIuMDBMIDY0LjAwLDk2LjAwIGMtMTcuNjQ4LDAuMDAtMzIuMDAsMTQuMzM2LTMyLjAwLDMyLjAwbCAxMjUuMzEyLDk0LjAwCglsIDY5Ljg4OC01Mi40MzJjIDguNTI4LTYuMzY4LCAxOC42NTYtOS42MCwgMjguODAtOS42MGMgMTAuMTI4LDAuMDAsIDIwLjI1NiwzLjIxNiwgMjguNzg0LDkuNjBsIDY5LjkwNCw1Mi40MzJMIDQ4MC4wMCwxMjguMDBMIDQ4MC4wMCwxMjguMDB6IE0gNDgwLjAwLDE0OC4wMGwtMTEyLjAwLDg0LjAwbCAxMTIuMDAsODQuMDAKCUwgNDgwLjAwLDE0OC4wMCB6IE0gMjc1LjE4NCwxODIuMzY4Yy01LjU4NC00LjE5Mi0xMi4yMDgtNi40MC0xOS4xODQtNi40MGMtNi45NzYsMC4wMC0xMy42MTYsMi4yMjQtMTkuMjAsNi40MEwgMTcwLjY0LDIzMi4wMGwtMTMuMzI4LDEwLjAwTCAzMi4wMCwzMzUuOTg0TCAzMi4wMCwzMzYuMDAgCgljMC4wMCwxNy42NDgsIDE0LjM1MiwzMi4wMCwgMzIuMDAsMzIuMDBsIDM4NC4wMCwwLjAwIGMgMTcuNjMyLDAuMDAsIDMyLjAwLTE0LjM1MiwgMzIuMDAtMzIuMDBMIDI3NS4xODQsMTgyLjM2OHoiIGRhdGEtdGFncz0ibWFpbCIgLz4KPGdseXBoIHVuaWNvZGU9IiYjeGUwMWE7IiBkPSJNIDQ2Ni42MjQsMzEyLjQ0OGMtMjAuMDAsNS4yNDgtNjcuMDI0LDUuMTg0LTEzNS44MDgsNy4wMDgKCQljIDMuMjQ4LDE1LjAwOCwgNC4wMCwyOC41NDQsIDQuMDAsNTIuNTc2QyAzMzQuODE2LDQyOS40NCwgMjkyLjk5Miw0ODAuMDAsIDI1Ni4wMCw0ODAuMDBjLTI2LjEyOCwwLjAwLTQ3LjY2NC0yMS4zNi00OC4wMC00Ny42MzJjLTAuMzUyLTMyLjIyNC0xMC4zMi04Ny44NzItNjQuMDAtMTE2LjA5NgoJCWMtMy45MzYtMi4wOC0xNS4yMC03LjYzMi0xNi44NDgtOC4zNTJMIDEyOC4wMCwzMDcuMjBDIDExOS42MCwzMTQuNDQ4LCAxMDcuOTUyLDMyMC4wMCwgOTYuMDAsMzIwLjAwTCA0OC4wMCwzMjAuMDAgYy0yNi40NjQsMC4wMC00OC4wMC0yMS41MzYtNDguMDAtNDguMDBsMC4wMC0yNTYuMDAgYzAuMDAtMjYuNDY0LCAyMS41MzYtNDguMDAsIDQ4LjAwLTQ4LjAwbCA0OC4wMCwwLjAwIAoJCWMgMTkuMDQsMC4wMCwgMzQuOTc2LDExLjUwNCwgNDIuNjg4LDI3LjYzMmMgMC4xOTItMC4wNjQsIDAuNTI4LTAuMTYsIDAuNzUyLTAuMTkyYyAxLjA1Ni0wLjI4OCwgMi4zMDQtMC41OTIsIDMuODI0LTAuOTkyCgkJQyAxNDMuNTUyLTUuNjMyLCAxNDMuNjk2LTUuNjY0LCAxNDQuMDAtNS43NDRjIDkuMjE2LTIuMjg4LCAyNi45Ni02LjUyOCwgNjQuODgtMTUuMjQ4QyAyMTcuMDA4LTIyLjg0OCwgMjU5Ljk1Mi0zMi4wMCwgMzA0LjQzMi0zMi4wMGwgODcuNDcyLDAuMDAgCgkJYyAyNi42NTYsMC4wMCwgNDUuODcyLDEwLjI1NiwgNTcuMzEyLDMwLjg0OGMgMC4xNiwwLjMyLCAzLjg0LDcuNTA0LCA2Ljg0OCwxNy4yMTZjIDIuMjU2LDcuMzEyLCAzLjA4OCwxNy42NjQsIDAuMzY4LDI4LjE2CgkJYyAxNy4xODQsMTEuODA4LCAyMi43MiwyOS42NjQsIDI2LjMyLDQxLjI4YyA2LjAzMiwxOS4wNTYsIDQuMjI0LDMzLjM3NiwgMC4wMzIsNDMuNjMyYyA5LjY2NCw5LjEyLCAxNy45MDQsMjMuMDI0LCAyMS4zNzYsNDQuMjU2CgkJYyAyLjE2LDEzLjE1Mi0wLjE2LDI2LjY4OC02LjIyNCwzNy45NTJjIDkuMDU2LDEwLjE3NiwgMTMuMTg0LDIyLjk3NiwgMTMuNjY0LDM0LjgxNmwgMC4xOTIsMy4zNDRDIDUxMS45MDQsMjUxLjYwLCA1MTIuMDAsMjUyLjg5NiwgNTEyLjAwLDI1Ny41MDQKCQlDIDUxMi4wMCwyNzcuNzEyLCA0OTguMDAsMzAzLjQ4OCwgNDY2LjYyNCwzMTIuNDQ4eiBNIDExMi4wMCwxNi4wMGMwLjAwLTguODQ4LTcuMTUyLTE2LjAwLTE2LjAwLTE2LjAwTCA0OC4wMCwwLjAwIGMtOC44NDgsMC4wMC0xNi4wMCw3LjE1Mi0xNi4wMCwxNi4wMEwgMzIuMDAsMjcyLjAwIGMwLjAwLDguODQ4LCA3LjE1MiwxNi4wMCwgMTYuMDAsMTYuMDBsIDQ4LjAwLDAuMDAgCgkJYyA4Ljg0OCwwLjAwLCAxNi4wMC03LjE1MiwgMTYuMDAtMTYuMDBMIDExMi4wMCwxNi4wMCB6IE0gNDc5LjYzMiwyNDcuNDRDIDQ3OS4zMTIsMjM5LjUzNiwgNDc2LjAwLDIyNC4wMCwgNDQ4LjAwLDIyNC4wMGMtMjQuMDAsMC4wMC0zMi4wMCwwLjAwLTMyLjAwLDAuMDBjLTQuNDMyLDAuMDAtOC4wMC0zLjU4NC04LjAwLTguMDBTIDQxMS41NjgsMjA4LjAwLCA0MTYuMDAsMjA4LjAwCgkJYzAuMDAsMC4wMCwgNy4wMDgsMC4wMCwgMzEuMDA4LDAuMDBzIDI3LjE1Mi0xOS45MDQsIDI1LjYwLTI5LjUwNEMgNDcwLjYyNCwxNjYuNTYsIDQ2NS4wMjQsMTQ0LjAwLCA0MzguMDAsMTQ0LjAwQyA0MTEuMDA4LDE0NC4wMCwgNDAwLjAwLDE0NC4wMCwgNDAwLjAwLDE0NC4wMGMtNC40MzIsMC4wMC04LjAwLTMuNTY4LTguMDAtOC4wMAoJCWMwLjAwLTQuNDAsIDMuNTY4LTguMDAsIDguMDAtOC4wMGMwLjAwLDAuMDAsIDE5LjAwOCwwLjAwLCAzMS41MDQsMC4wMGMgMjcuMDA4LDAuMDAsIDI0LjYyNC0yMC41OTIsIDIwLjc1Mi0zMi44OEMgNDQ3LjE1Miw3OC45NzYsIDQ0NC4wMzIsNjQuMDAsIDQxMC4wMCw2NC4wMAoJCWMtMTEuNTA0LDAuMDAtMjYuMDk2LDAuMDAtMjYuMDk2LDAuMDBjLTQuNDMyLDAuMDAtOC4wMC0zLjU2OC04LjAwLTguMDBjMC4wMC00LjQwLCAzLjU2OC04LjAwLCA4LjAwLTguMDBjMC4wMCwwLjAwLCAxMS4wODgsMC4wMCwgMjUuMDg4LDAuMDAKCQljIDE3LjUwNCwwLjAwLCAxOC4zMi0xNi41NiwgMTYuNDk2LTIyLjQ5NmMtMi4wMC02LjQ5Ni00LjM2OC0xMS4zMTItNC40NjQtMTEuNTM2QyA0MTYuMTkyLDUuMjQ4LCA0MDguNDAsMC4wMCwgMzkxLjkwNCwwLjAwbC04Ny40NzIsMC4wMCAKCQljLTQzLjkzNiwwLjAwLTg3LjUyLDkuOTY4LTg4LjY0LDEwLjIyNGMtNjYuNDY0LDE1LjMxMi02OS45NjgsMTYuNDk2LTc0LjE0NCwxNy42OGMwLjAwLDAuMDAtMTMuNTM2LDIuMjg4LTEzLjUzNiwxNC4wOTZMIDEyOC4wMCwyNjIuOTkyCgkJYzAuMDAsNy41MDQsIDQuNzg0LDE0LjI4OCwgMTIuNzA0LDE2LjY3MmMgMC45OTIsMC4zODQsIDIuMzM2LDAuODAsIDMuMjk2LDEuMjBjIDczLjA4OCwzMC4yNzIsIDk1LjM0NCw5Ni42NCwgOTYuMDAsMTUxLjEzNmMgMC4wOTYsNy42NjQsIDYuMDAsMTYuMDAsIDE2LjAwLDE2LjAwCgkJYyAxNi45MTIsMC4wMCwgNDYuODE2LTMzLjk1MiwgNDYuODE2LTc1Ljk2OEMgMzAyLjgxNiwzMzQuMDk2LCAzMDEuMjgsMzI3LjUzNiwgMjg4LjAwLDI4OC4wMGMgMTYwLjAwLDAuMDAsIDE1OC44OC0yLjMwNCwgMTcyLjk5Mi02LjAwQyA0NzguNDk2LDI3Ni45OTIsIDQ4MC4wMCwyNjIuNDk2LCA0ODAuMDAsMjU3LjUwNAoJCUMgNDgwLjAwLDI1Mi4wMTYsIDQ3OS44NCwyNTIuODE2LCA0NzkuNjMyLDI0Ny40NHpNIDcyLjAwLDY0LjAwQyA1OC43NTIsNjQuMDAsIDQ4LjAwLDUzLjI0OCwgNDguMDAsNDAuMDBTIDU4Ljc1MiwxNi4wMCwgNzIuMDAsMTYuMDAKCQlTIDk2LjAwLDI2Ljc1MiwgOTYuMDAsNDAuMDBTIDg1LjI0OCw2NC4wMCwgNzIuMDAsNjQuMDB6IE0gNzIuMDAsMzIuMDBDIDY3LjYwLDMyLjAwLCA2NC4wMCwzNS42MCwgNjQuMDAsNDAuMDBTIDY3LjYwLDQ4LjAwLCA3Mi4wMCw0OC4wMFMgODAuMDAsNDQuNDAsIDgwLjAwLDQwLjAwUyA3Ni40MCwzMi4wMCwgNzIuMDAsMzIuMDB6IiBkYXRhLXRhZ3M9Imxpa2UiIC8+CjxnbHlwaCB1bmljb2RlPSImI3hlMDFiOyIgZD0iTSA0MzIuMDAsNDgwLjAwTCA4MC4wMCw0ODAuMDAgQyA0NC42NTYsNDgwLjAwLCAxNi4wMCw0NTEuMzQ0LCAxNi4wMCw0MTYuMDBsMC4wMC0zODQuMDAgYzAuMDAtMzUuMzQ0LCAyOC42NTYtNjQuMDAsIDY0LjAwLTY0LjAwbCAzNTIuMDAsMC4wMCBjIDM1LjM0NCwwLjAwLCA2NC4wMCwyOC42NTYsIDY0LjAwLDY0LjAwTCA0OTYuMDAsNDE2LjAwIEMgNDk2LjAwLDQ1MS4zNDQsIDQ2Ny4zNDQsNDgwLjAwLCA0MzIuMDAsNDgwLjAwegoJCSBNIDQ2NC4wMCwzMi4wMGMwLjAwLTE3LjYzMi0xNC4zNjgtMzIuMDAtMzIuMDAtMzIuMDBMIDgwLjAwLDAuMDAgYy0xNy42NDgsMC4wMC0zMi4wMCwxNC4zNjgtMzIuMDAsMzIuMDBMIDQ4LjAwLDQxNi4wMCBjMC4wMCwxNy42NDgsIDE0LjM1MiwzMi4wMCwgMzIuMDAsMzIuMDBsIDM1Mi4wMCwwLjAwIGMgMTcuNjMyLDAuMDAsIDMyLjAwLTE0LjM1MiwgMzIuMDAtMzIuMDBMIDQ2NC4wMCwzMi4wMCB6TSA0MTYuMDAsNDE2LjAwTCA5Ni4wMCw0MTYuMDAgQyA4Ny4xNTIsNDE2LjAwLCA4MC4wMCw0MDguODQ4LCA4MC4wMCw0MDAuMDBsMC4wMC0yODguMDAgYzAuMDAtOC44NDgsIDcuMTUyLTE2LjAwLCAxNi4wMC0xNi4wMGwgMzIwLjAwLDAuMDAgYyA4Ljg0OCwwLjAwLCAxNi4wMCw3LjE1MiwgMTYuMDAsMTYuMDBMIDQzMi4wMCw0MDAuMDAgQyA0MzIuMDAsNDA4Ljg0OCwgNDI0Ljg0OCw0MTYuMDAsIDQxNi4wMCw0MTYuMDB6CgkJIE0gNDE2LjAwLDQwMC4wMGwwLjAwLTIyMS45MDQgbC01Mi4wMCw1Ni40OEMgMzYwLjk0NCwyMzguMDMyLCAzNTYuNTkyLDI0MC4wMCwgMzUyLjAwLDI0MC4wMHMtOC45NzYtMS45NjgtMTIuMDAtNS40MjRsLTQxLjY2NC00Ny4yMGwtMTI2LjMzNiwxNDMuMjAKCQlDIDE2OC45NiwzMzQuMDMyLCAxNjQuNTkyLDMzNi4wMCwgMTYwLjAwLDMzNi4wMFMgMTUxLjA0LDMzNC4wMzIsIDE0OC4wMCwzMzAuNTc2TCA5Ni4wMCwyNzAuNjA4TCA5Ni4wMCw0MDAuMDAgTCA0MTYuMDAsNDAwLjAwIHogTSA5Ni4wMCwyNDYuNDBsIDY0LjAwLDczLjYwbCAxMjkuMDU2LTE0Ni4yODhsIDkuMjgtMTAuNTI4TCAzNDIuNTI4LDExMi4wMEwgOTYuMDAsMTEyLjAwIEwgOTYuMDAsMjQ2LjQwIHoKCQkgTSAzNjMuODQsMTEyLjAwbC01NC44NDgsNjMuMjhMIDM1Mi4wMCwyMjQuMDBsIDY0LjAwLTcwLjA2NEwgNDE2LjAwLDExMi4wMCBMIDM2My44NCwxMTIuMDAgek0gMzIwLjAwLDI3Mi4wMGMgMjYuNDk2LDAuMDAsIDQ4LjAwLDIxLjQ4OCwgNDguMDAsNDguMDBzLTIxLjUwNCw0OC4wMC00OC4wMCw0OC4wMGMtMjYuNTI4LDAuMDAtNDguMDAtMjEuNDg4LTQ4LjAwLTQ4LjAwUyAyOTMuNDcyLDI3Mi4wMCwgMzIwLjAwLDI3Mi4wMHogTSAzMjAuMDAsMzUyLjAwYyAxNy42MzIsMC4wMCwgMzIuMDAtMTQuMzUyLCAzMi4wMC0zMi4wMAoJCXMtMTQuMzY4LTMyLjAwLTMyLjAwLTMyLjAwYy0xNy42NjQsMC4wMC0zMi4wMCwxNC4zNTItMzIuMDAsMzIuMDBTIDMwMi4zMzYsMzUyLjAwLCAzMjAuMDAsMzUyLjAweiIgZGF0YS10YWdzPSJwaG90byIgLz4KPGdseXBoIHVuaWNvZGU9IiYjeGUwMWM7IiBkPSJNIDUwMi42MjQsMzU4LjY0bC05Ni4wMCw5Ni4wMEMgNDAwLjYyNCw0NjAuNjQsIDM5Mi40NjQsNDY0LjAwLCAzODQuMDAsNDY0LjAwTCA0OC4wMCw0NjQuMDAgCgkJQyAyMS41MzYsNDY0LjAwLDAuMDAsNDQyLjQ4LDAuMDAsNDE2LjAwbDAuMDAtMzg0LjAwIGMwLjAwLTI2LjQ2NCwgMjEuNTM2LTQ4LjAwLCA0OC4wMC00OC4wMGwgNDE2LjAwLDAuMDAgYyAyNi40NjQsMC4wMCwgNDguMDAsMjEuNTM2LCA0OC4wMCw0OC4wMEwgNTEyLjAwLDMzNi4wMCBDIDUxMi4wMCwzNDQuNDk2LCA1MDguNjI0LDM1Mi42NCwgNTAyLjYyNCwzNTguNjR6IE0gNDgwLjAwLDMyLjAwCgkJYzAuMDAtOC44NDgtNy4xNTItMTYuMDAtMTYuMDAtMTYuMDBMIDQ4LjAwLDE2LjAwIGMtOC44NDgsMC4wMC0xNi4wMCw3LjE1Mi0xNi4wMCwxNi4wMEwgMzIuMDAsNDE2LjAwIGMwLjAwLDguODQ4LCA3LjE1MiwxNi4wMCwgMTYuMDAsMTYuMDBsIDMyMC4wMCwwLjAwIGwwLjAwLTY0LjAwIGwtMC4wMzIsMC4wMCBjMC4wMC0yNi41MTIsIDIxLjUwNC00OC4wMCwgNDguMDAtNDguMDBsIDE2LjAwLDAuMDAgTCA0ODAuMDAsMzIwLjAwIEwgNDgwLjAwLDMyLjAwIHogTSA0MzEuOTY4LDMzNi4wMGwtMTYuMDAsMC4wMCAKCQljLTE3LjYzMiwwLjAwLTMyLjAwLDE0LjM1Mi0zMi4wMCwzMi4wMEwgMzg0LjAwLDM2OC4wMCBMIDM4NC4wMCw0MzIuMDAgbCA5Ni4wMC05Ni4wMEwgNDMxLjk2OCwzMzYuMDAgek0gMjQ4LjAwLDM1Mi4wMCBDIDI0My41ODQsMzUyLjAwIDI0MC4wMCwzNTUuNTY4IDI0MC4wMCwzNjAuMDAgQyAyNDAuMDAsMzY0LjQzMiAyNDMuNTg0LDM2OC4wMCAyNDguMDAsMzY4LjAwIEwgMzI4LjAwLDM2OC4wMCBDIDMzMi40MCwzNjguMDAgMzM2LjAwLDM2NC40MTYgMzM2LjAwLDM2MC4wMCBDIDMzNi4wMCwzNTUuNTg0IDMzMi40MCwzNTIuMDAgMzI4LjAwLDM1Mi4wMCBMIDI0OC4wMCwzNTIuMDAgWk0gMjQ4LjAwLDMwNC4wMCBDIDI0My41ODQsMzA0LjAwIDI0MC4wMCwzMDcuNTg0IDI0MC4wMCwzMTIuMDAgQyAyNDAuMDAsMzE2LjQxNiAyNDMuNTg0LDMyMC4wMCAyNDguMDAsMzIwLjAwIEwgMzI4LjAwLDMyMC4wMCBDIDMzMi40MCwzMjAuMDAgMzM2LjAwLDMxNi40MTYgMzM2LjAwLDMxMi4wMCBDIDMzNi4wMCwzMDcuNTg0IDMzMi40MCwzMDQuMDAgMzI4LjAwLDMwNC4wMCBMIDI0OC4wMCwzMDQuMDAgWk0gMjQwLjAwLDI2NC4wMCBDIDI0MC4wMCwyNjguNDMyIDI0My41ODQsMjcyLjAwIDI0OC4wMCwyNzIuMDAgTCA0NDAuMDAsMjcyLjAwIEMgNDQ0LjQwLDI3Mi4wMCA0NDguMDAsMjY4LjQxNiA0NDguMDAsMjY0LjAwIEMgNDQ4LjAwLDI1OS41ODQgNDQ0LjQwLDI1Ni4wMCA0NDAuMDAsMjU2LjAwIEwgMjQ4LjAwLDI1Ni4wMCBDIDI0My41ODQsMjU2LjAwIDI0MC4wMCwyNTkuNTg0IDI0MC4wMCwyNjQuMDAgWk0gNDQwLjAwLDE3Ni4wMCBDIDQ0NC40MCwxNzYuMDAgNDQ4LjAwLDE3Mi40MzIgNDQ4LjAwLDE2OC4wMCBDIDQ0OC4wMCwxNjMuNjAgNDQ0LjQwLDE2MC4wMCA0NDAuMDAsMTYwLjAwIEwgNzIuMDAsMTYwLjAwIEMgNjcuNTg0LDE2MC4wMCA2NC4wMCwxNjMuNjAgNjQuMDAsMTY4LjAwIEMgNjQuMDAsMTcyLjQzMiA2Ny41ODQsMTc2LjAwIDcyLjAwLDE3Ni4wMCBMIDQ0MC4wMCwxNzYuMDAgWk0gNDQwLjAwLDEyOC4wMCBDIDQ0NC40MCwxMjguMDAgNDQ4LjAwLDEyNC40MzIgNDQ4LjAwLDEyMC4wMCBDIDQ0OC4wMCwxMTUuNjAgNDQ0LjQwLDExMi4wMCA0NDAuMDAsMTEyLjAwIEwgNzIuMDAsMTEyLjAwIEMgNjcuNTg0LDExMi4wMCA2NC4wMCwxMTUuNjAgNjQuMDAsMTIwLjAwIEMgNjQuMDAsMTI0LjQzMiA2Ny41ODQsMTI4LjAwIDcyLjAwLDEyOC4wMCBMIDQ0MC4wMCwxMjguMDAgWk0gNDQwLjAwLDgwLjAwIEMgNDQ0LjQwLDgwLjAwIDQ0OC4wMCw3Ni40MzIgNDQ4LjAwLDcyLjAwIEMgNDQ4LjAwLDY3LjYwIDQ0NC40MCw2NC4wMCA0NDAuMDAsNjQuMDAgTCA3Mi4wMCw2NC4wMCBDIDY3LjU4NCw2NC4wMCA2NC4wMCw2Ny42MCA2NC4wMCw3Mi4wMCBDIDY0LjAwLDc2LjQzMiA2Ny41ODQsODAuMDAgNzIuMDAsODAuMDAgTCA0NDAuMDAsODAuMDAgWk0gNDQwLjAwLDIyNC4wMCBDIDQ0NC40MCwyMjQuMDAgNDQ4LjAwLDIyMC40MTYgNDQ4LjAwLDIxNi4wMCBDIDQ0OC4wMCwyMTEuNTg0IDQ0NC40MCwyMDguMDAgNDQwLjAwLDIwOC4wMCBMIDcyLjAwLDIwOC4wMCBDIDY3LjU4NCwyMDguMDAgNjQuMDAsMjExLjU2OCA2NC4wMCwyMTYuMDAgQyA2NC4wMCwyMjAuNDMyIDY3LjU4NCwyMjQuMDAgNzIuMDAsMjI0LjAwIEwgNDQwLjAwLDIyNC4wMCBaTSA4MC4wMCwyNTYuMDBsIDExMi4wMCwwLjAwIGMgOC44NDgsMC4wMCwgMTYuMDAsNy4xNTIsIDE2LjAwLDE2LjAwTCAyMDguMDAsMzY4LjAwIGMwLjAwLDguODQ4LTcuMTUyLDE2LjAwLTE2LjAwLDE2LjAwTCA4MC4wMCwzODQuMDAgCgkJQyA3MS4xNTIsMzg0LjAwLCA2NC4wMCwzNzYuODQ4LCA2NC4wMCwzNjguMDBsMC4wMC05Ni4wMCBDIDY0LjAwLDI2My4xNjgsIDcxLjE1MiwyNTYuMDAsIDgwLjAwLDI1Ni4wMHogTSA5Ni4wMCwzNTIuMDBsIDgwLjAwLDAuMDAgbDAuMDAtNjQuMDAgTCA5Ni4wMCwyODguMDAgTCA5Ni4wMCwzNTIuMDAgeiIgZGF0YS10YWdzPSJub3RlIiAvPgo8Z2x5cGggdW5pY29kZT0iJiN4ZTAxZDsiIGQ9Ik0gMjQwLjAwLDMyMC4wMEExNi4wMCwxNi4wMCAxODAuMDAgMSwwIDI3Mi4wMCwzMjBBMTYuMDAsMTYuMDAgMTgwLjAwIDEsMCAyNDAuMDAsMzIwek0gMjQwLjAwLDEyOC4wMEExNi4wMCwxNi4wMCAxODAuMDAgMSwwIDI3Mi4wMCwxMjhBMTYuMDAsMTYuMDAgMTgwLjAwIDEsMCAyNDAuMDAsMTI4ek0gMTQ0LjAwLDIyNC4wMEExNi4wMCwxNi4wMCAxODAuMDAgMSwwIDE3Ni4wMCwyMjRBMTYuMDAsMTYuMDAgMTgwLjAwIDEsMCAxNDQuMDAsMjI0ek0gMzM2LjAwLDIyNC4wMEExNi4wMCwxNi4wMCAxODAuMDAgMSwwIDM2OC4wMCwyMjRBMTYuMDAsMTYuMDAgMTgwLjAwIDEsMCAzMzYuMDAsMjI0ek0gMTcyLjExMiwxNTYuMTI4QTE2LjAwLDE2LjAwIDE4MC4wMCAxLDAgMjA0LjExMiwxNTYuMTI4QTE2LjAwLDE2LjAwIDE4MC4wMCAxLDAgMTcyLjExMiwxNTYuMTI4ek0gMTcyLjExMiwyOTEuODg4QTE2LjAwLDE2LjAwIDE4MC4wMCAxLDAgMjA0LjExMiwyOTEuODg4MDAwMDAwMDAwMDNBMTYuMDAsMTYuMDAgMTgwLjAwIDEsMCAxNzIuMTEyLDI5MS44ODgwMDAwMDAwMDAwM3pNIDMwNy44NzIsMTU2LjEyOEExNi4wMCwxNi4wMCAxODAuMDAgMSwwIDMzOS44NzIsMTU2LjEyOEExNi4wMCwxNi4wMCAxODAuMDAgMSwwIDMwNy44NzIsMTU2LjEyOHpNIDQxNi4wMCwyNTYuMDBjLTEuMTIsMC4wMC0yLjA2NC0wLjUyOC0zLjE1Mi0wLjY0Yy01LjU2OCwyNy45Mi0xOC43Miw1Mi44OTYtMzYuNzUyLDczLjUwNEwgMzUzLjEyLDQ1My44NTYKCQlDIDM1MC4zMiw0NjkuMDA4LCAzMzcuMDg4LDQ4MC4wMCwgMzIxLjY2NCw0ODAuMDBsLTEyOC4wMCwwLjAwIGMtMTUuNDI0LDAuMDAtMjguNjQtMTEuMDA4LTMxLjQ3Mi0yNi4xNmwtMjIuNDAtMTIwLjc4NEMgMTEyLjkxMiwzMDQuNDY0LCA5Ni4wMCwyNjYuMzY4LCA5Ni4wMCwyMjQuMDAKCQljMC4wMC00MS4zMjgsIDE2LjIyNC03OC40OCwgNDEuOTM2LTEwNi44NDhsIDIyLjU5Mi0xMjMuMDA4QyAxNjMuMzQ0LTIwLjk5MiwgMTc2LjU3Ni0zMi4wMCwgMTkyLjAwLTMyLjAwbCAxMjguMDAsMC4wMCBjIDE1LjQwOCwwLjAwLCAyOC42MjQsMTEuMDA4LCAzMS40NzIsMjYuMTZsIDIyLjc4NCwxMjIuOTEyCgkJYyAxOS4wMjQsMjAuOTc2LCAzMi44NDgsNDYuNzIsIDM4LjU5Miw3NS42MEMgNDEzLjkzNiwxOTIuNTI4LCA0MTQuODgsMTkyLjAwLCA0MTYuMDAsMTkyLjAwYyAxNy42NjQsMC4wMCwgMzIuMDAsMTQuMzM2LCAzMi4wMCwzMi4wMEMgNDQ4LjAwLDI0MS42OCwgNDMzLjY2NCwyNTYuMDAsIDQxNi4wMCwyNTYuMDB6IE0gMTkzLjY2NCw0NDguMDBsIDEyOC4wMCwwLjAwIAoJCWwgMTYuMDAtODYuMTkyQyAzMTQuMDMyLDM3NS41NTIsIDI4Ni45NzYsMzg0LjAwLCAyNTcuNjY0LDM4NC4wMGMtMjkuMjk2LDAuMDAtNTYuMzY4LTguNDQ4LTgwLjAwLTIyLjE5MkwgMTkzLjY2NCw0NDguMDB6IE0gMzIwLjAwLDAuMDBsLTEyOC4wMCwwLjAwIGwtMTYuMDAsODYuMTkyCgkJQyAxOTkuNjE2LDcyLjQ2NCwgMjI2LjY4OCw2NC4wMCwgMjU2LjAwLDY0LjAwYyAyOS4yOTYsMC4wMCwgNTYuMzg0LDguNDY0LCA4MC4wMCwyMi4xOTJMIDMyMC4wMCwwLjAweiBNIDI1Ni4wMCw5Ni4wMGMtNzAuNTc2LDAuMDAtMTI4LjAwLDU3LjQ0LTEyOC4wMCwxMjguMDBjMC4wMCw3MC41NzYsIDU3LjQyNCwxMjguMDAsIDEyOC4wMCwxMjguMDAKCQljIDcwLjU3NiwwLjAwLCAxMjguMDAtNTcuNDI0LCAxMjguMDAtMTI4LjAwQyAzODQuMDAsMTUzLjQ0LCAzMjYuNTYsOTYuMDAsIDI1Ni4wMCw5Ni4wMHpNIDMzNS4wNTYsMzAzLjU4NCBDIDMzNi45OTIsMzAxLjY0OCAzMzcuMTg0LDI5OC41MjggMzM1LjUwNCwyOTYuNDAgTCAyOTYuNjg4LDI0OC4wNjQgTCAyNjcuMTIsMjEyLjQ2NCBDIDI2NC4wOTYsMjA5LjU1MiAyNTkuOTM2LDIwOC4wNjQgMjU1LjkzNiwyMDguMDMyIEMgMjUxLjYzMiwyMDguMDY0IDI0Ny42MTYsMjA5LjcyOCAyNDQuNjI0LDIxMi43MDQgQyAyNDEuNjMyLDIxNS42OCAyNDAuMDAsMjE5LjY2NCAyNDAuMDAsMjIzLjg3MiBDIDI0MC4wMCwyMjguMjI0IDI0MS42OCwyMzIuMjg4IDI0NC43MzYsMjM1LjM2IEwgMzI3LjgwOCwzMDMuOTIgQyAzMzAuMDAsMzA1LjY4IDMzMy4xMiwzMDUuNTIgMzM1LjA1NiwzMDMuNTg0IFoiIGRhdGEtdGFncz0iY2xvY2siIC8+CjxnbHlwaCB1bmljb2RlPSImI3hlMDFlOyIgZD0iTSA1MDQuNjg4LDQ3Ny40NEMgNTAyLjAzMiw0NzkuMTUyLCA0OTkuMDA4LDQ4MC4wMCwgNDk2LjAwLDQ4MC4wMGMtMy4wODgsMC4wMC02LjE5Mi0wLjg4LTguODgtMi42ODhsLTQ4MC4wMC0zMjAuMDAKCWMtNC45NDQtMy4yOC03LjY2NC05LjA1Ni03LjAyNC0xNC45NzZjIDAuNjA4LTUuOTA0LCA0LjQ0OC0xMS4wMDgsIDkuOTY4LTEzLjE4NGwgMTI1LjE4NC01MC4wOTZsIDU4Ljg2NC0xMDMuMDA4CgljIDIuODE2LTQuOTQ0LCA4LjA0OC04LjAwLCAxMy43MTItOC4wNjRjIDAuMDY0LDAuMDAsIDAuMTEyLDAuMDAsIDAuMTc2LDAuMDBjIDUuNjE2LDAuMDAsIDEwLjgzMiwyLjk3NiwgMTMuNzEyLDcuNzc2bCAzMy4yMzIsNTUuNDA4bCAxNTUuMTItNjIuMDMyCglDIDQxMS45NjgtMzEuNjMyLCA0MTMuOTY4LTMyLjAwLCA0MTYuMDAtMzIuMDBjIDIuNzIsMC4wMCwgNS40MDgsMC42ODgsIDcuODQsMi4wNjRjIDQuMjI0LDIuMzY4LCA3LjEyLDYuNTI4LCA3LjkzNiwxMS4zMTJsIDgwLjAwLDQ4MC4wMAoJQyA1MTIuODE2LDQ2Ny42NjQsIDUxMC4wMzIsNDczLjk2OCwgNTA0LjY4OCw0NzcuNDR6IE0gNTAuMTc2LDE0Ny41NjhMIDQyMC45NzYsMzk0Ljc4NEwgMTUxLjM3NiwxMDYuMTkyYy0xLjQyNCwwLjg0OC0yLjY4OCwxLjk2OC00LjI1NiwyLjU5MgoJTCA1MC4xNzYsMTQ3LjU2OHogTSAxNjMuMDI0LDk0Ljk0NGMtMC4wMzIsMC4wNjQtMC4wOCwwLjA5Ni0wLjExMiwwLjE2TCA0NjYuMDAsNDE5LjUwNEwgMjA3LjYxNiwxNi45MTJMIDE2My4wMjQsOTQuOTQ0eiBNIDQwMy40NzIsNi4yNTYKCWwtMTM2LjY1Niw1NC42NTZjLTMuMjQ4LDEuMjgtNi42MjQsMS43MTItOS45NjgsMS45MDRMIDQ2Ny4yOCwzODkuMDI0TCA0MDMuNDcyLDYuMjU2eiIgZGF0YS10YWdzPSJwYXBlcnBsYW5lIiAvPgo8Z2x5cGggdW5pY29kZT0iJiN4ZTAxZjsiIGQ9Ik0gMTI4LjAwLDM4My42NjRMIDEyOC4wMCw0MzIuMDAgYzAuMDAsMjYuNDY0LTIxLjUzNiw0OC4wMC00OC4wMCw0OC4wMFMgMzIuMDAsNDU4LjQ2NCwgMzIuMDAsNDMyLjAwbDAuMDAtNDguMzM2IAoJCUMgMTIuNjcyLDM2OS4wMjQsMC4wMCwzNDYuMDk2LDAuMDAsMzIwLjAwcyAxMi42NzItNDkuMDI0LCAzMi4wMC02My42MzJMIDMyLjAwLDE2LjAwIGMwLjAwLTI2LjQ2NCwgMjEuNTM2LTQ4LjAwLCA0OC4wMC00OC4wMHMgNDguMDAsMjEuNTM2LCA0OC4wMCw0OC4wMEwgMTI4LjAwLDI1Ni4zNjggYyAxOS4zMjgsMTQuNTkyLCAzMi4wMCwzNy41MzYsIDMyLjAwLDYzLjYzMgoJCVMgMTQ3LjMyOCwzNjkuMDI0LCAxMjguMDAsMzgzLjY2NHogTSA2NC4wMCw0MzIuMDBjMC4wMCw4Ljg0OCwgNy4xNTIsMTYuMDAsIDE2LjAwLDE2LjAwcyAxNi4wMC03LjE1MiwgMTYuMDAtMTYuMDBsMC4wMC0zMy42MCBDIDkwLjgzMiwzOTkuNDQsIDg1LjQ4OCw0MDAuMDAsIDgwLjAwLDQwMC4wMFMgNjkuMTY4LDM5OS40NCwgNjQuMDAsMzk4LjQwTCA2NC4wMCw0MzIuMDAgeiBNIDk2LjAwLDE2LjAwCgkJYzAuMDAtOC44NDgtNy4xNTItMTYuMDAtMTYuMDAtMTYuMDBzLTE2LjAwLDcuMTUyLTE2LjAwLDE2LjAwTCA2NC4wMCwyNDEuNjMyIEMgNjkuMTY4LDI0MC41NiwgNzQuNTEyLDI0MC4wMCwgODAuMDAsMjQwLjAwcyAxMC44MzIsMC41NiwgMTYuMDAsMS42MzJMIDk2LjAwLDE2LjAwIHogTSAxMjUuODQsMzA2LjU2CgkJYy0wLjI1Ni0wLjg0OC0wLjQ4LTEuNjgtMC43ODQtMi41MjhjLTEuNTItNC4yMjQtMy40NzItOC4yMjQtNi4wNDgtMTEuNzc2Yy0wLjA2NC0wLjA5Ni0wLjE2LTAuMTYtMC4yMjQtMC4yNTYKCQljLTIuNzg0LTMuODA4LTYuMDk2LTcuMTg0LTkuODU2LTEwLjAzMmMtMC4wNjQtMC4wNjQtMC4xMTItMC4wOTYtMC4xNi0wLjEyOGMtMy44NTYtMi45MTItOC4xNi01LjI0OC0xMi43ODQtNi44OAoJCUMgOTAuOTc2LDI3My4xNTIsIDg1LjY0OCwyNzIuMDAsIDgwLjAwLDI3Mi4wMHMtMTAuOTc2LDEuMTUyLTE2LjAwLDIuOTc2Yy00LjYyNCwxLjYzMi04LjkyOCwzLjk2OC0xMi43ODQsNi44OGMtMC4wNDgsMC4wMzItMC4wOTYsMC4wNjQtMC4xNiwwLjEyOAoJCWMtMy43NiwyLjg0OC03LjA3Miw2LjIyNC05Ljg1NiwxMC4wMzJjLTAuMDY0LDAuMDk2LTAuMTYsMC4xNi0wLjIyNCwwLjI1NmMtMi41NzYsMy41NjgtNC41MjgsNy41NjgtNi4wNDgsMTEuNzc2CgkJYy0wLjMwNCwwLjg0OC0wLjUyOCwxLjY4LTAuNzg0LDIuNTI4QyAzMi44OCwzMTAuODQ4LCAzMi4wMCwzMTUuMzEyLCAzMi4wMCwzMjAuMDBjMC4wMCw0LjcyLCAwLjg4LDkuMTg0LCAyLjE2LDEzLjQ3MgoJCWMgMC4yNTYsMC44NDgsIDAuNDgsMS42OCwgMC43ODQsMi40OTZDIDM2LjQ0OCwzNDAuMTkyLCAzOC40MCwzNDQuMTkyLCA0MC45OTIsMzQ3Ljc3NmMgMC4wNjQsMC4wOTYsIDAuMTYsMC4xNiwgMC4yMjQsMC4yNTYKCQljIDIuNzg0LDMuNzc2LCA2LjA5Niw3LjE4NCwgOS44NTYsMTAuMDMyYyAwLjA2NCwwLjAzMiwgMC4xMTIsMC4wOTYsIDAuMTYsMC4xMjhDIDU1LjA3MiwzNjEuMDU2LCA1OS4zNzYsMzYzLjQwOCwgNjQuMDAsMzY1LjA1NgoJCUMgNjkuMDI0LDM2Ni44NDgsIDc0LjM1MiwzNjguMDAsIDgwLjAwLDM2OC4wMHMgMTAuOTc2LTEuMTUyLCAxNi4wMC0yLjk0NGMgNC42MjQtMS42NjQsIDguOTI4LTQuMDAsIDEyLjc4NC02Ljg4YyAwLjA0OC0wLjAzMiwgMC4wOTYtMC4wOTYsIDAuMTYtMC4xMjgKCQljIDMuNzYtMi44NDgsIDcuMDcyLTYuMjU2LCA5Ljg1Ni0xMC4wMzJjIDAuMDY0LTAuMDk2LCAwLjE2LTAuMTYsIDAuMjI0LTAuMjU2QyAxMjEuNjAsMzQ0LjE5MiwgMTIzLjU1MiwzNDAuMTkyLCAxMjUuMDU2LDMzNS45NjgKCQlDIDEyNS4zNiwzMzUuMTUyLCAxMjUuNjAsMzM0LjMyLCAxMjUuODQsMzMzLjQ3MkMgMTI3LjEyLDMyOS4xODQsIDEyOC4wMCwzMjQuNzIsIDEyOC4wMCwzMjAuMDBDIDEyOC4wMCwzMTUuMzEyLCAxMjcuMTIsMzEwLjg0OCwgMTI1Ljg0LDMwNi41NnpNIDQ4MC4wMCwzODMuNjY0TCA0ODAuMDAsNDMyLjAwIGMwLjAwLDI2LjQ2NC0yMS41MzYsNDguMDAtNDguMDAsNDguMDBzLTQ4LjAwLTIxLjUzNi00OC4wMC00OC4wMGwwLjAwLTQ4LjMzNiAKCQlDIDM2NC42NTYsMzY5LjAyNCwgMzUyLjAwLDM0Ni4wOTYsIDM1Mi4wMCwzMjAuMDBzIDEyLjY1Ni00OS4wMjQsIDMyLjAwLTYzLjYzMkwgMzg0LjAwLDE2LjAwIGMwLjAwLTI2LjQ2NCwgMjEuNTM2LTQ4LjAwLCA0OC4wMC00OC4wMHMgNDguMDAsMjEuNTM2LCA0OC4wMCw0OC4wMEwgNDgwLjAwLDI1Ni4zNjggYyAxOS4zMTIsMTQuNTkyLCAzMi4wMCwzNy41MzYsIDMyLjAwLDYzLjYzMgoJCVMgNDk5LjMxMiwzNjkuMDI0LCA0ODAuMDAsMzgzLjY2NHogTSA0MTYuMDAsNDMyLjAwYzAuMDAsOC44NDgsIDcuMTUyLDE2LjAwLCAxNi4wMCwxNi4wMHMgMTYuMDAtNy4xNTIsIDE2LjAwLTE2LjAwbDAuMDAtMzMuNjAgQyA0NDIuODE2LDM5OS40NCwgNDM3LjQ3Miw0MDAuMDAsIDQzMi4wMCw0MDAuMDBjLTUuNTA0LDAuMDAtMTAuODQ4LTAuNTYtMTYuMDAtMS42MEwgNDE2LjAwLDQzMi4wMCB6CgkJIE0gNDQ4LjAwLDE2LjAwYzAuMDAtOC44NDgtNy4xNTItMTYuMDAtMTYuMDAtMTYuMDBzLTE2LjAwLDcuMTUyLTE2LjAwLDE2LjAwTCA0MTYuMDAsMjQxLjYzMiBDIDQyMS4xNTIsMjQwLjU2LCA0MjYuNDk2LDI0MC4wMCwgNDMyLjAwLDI0MC4wMGMgNS40NzIsMC4wMCwgMTAuODE2LDAuNTYsIDE2LjAwLDEuNjMyTCA0NDguMDAsMTYuMDAgeiBNIDQ3Ny44NCwzMDYuNTYKCQljLTAuMjU2LTAuODQ4LTAuNDk2LTEuNjgtMC43ODQtMi41MjhjLTEuNTM2LTQuMjI0LTMuNDcyLTguMjI0LTYuMDY0LTExLjc3NmMtMC4wNjQtMC4wOTYtMC4xNi0wLjE2LTAuMjI0LTAuMjU2CgkJYy0yLjc4NC0zLjgwOC02LjA5Ni03LjE4NC05Ljg0LTEwLjAzMmMtMC4wNjQtMC4wNjQtMC4xMjgtMC4wOTYtMC4xNi0wLjEyOGMtMy44NzItMi45MTItOC4xNi01LjI0OC0xMi43ODQtNi44OAoJCUMgNDQyLjk3NiwyNzMuMTUyLCA0MzcuNjMyLDI3Mi4wMCwgNDMyLjAwLDI3Mi4wMGMtNS42NjQsMC4wMC0xMC45NzYsMS4xNTItMTYuMDAsMi45NzZjLTQuNjI0LDEuNjMyLTguOTQ0LDMuOTY4LTEyLjc4NCw2Ljg4CgkJYy0wLjA2NCwwLjAzMi0wLjA5NiwwLjA2NC0wLjE2LDAuMTI4Yy0zLjc3NiwyLjg0OC03LjA4OCw2LjIyNC05Ljg3MiwxMC4wMzJjLTAuMDY0LDAuMDk2LTAuMTYsMC4xNi0wLjIyNCwwLjI1NgoJCWMtMi41NiwzLjU2OC00LjUyOCw3LjU2OC02LjAzMiwxMS43NzZjLTAuMzIsMC44NDgtMC41MjgsMS42OC0wLjc4NCwyLjUyOEMgMzg0Ljg4LDMxMC44NDgsIDM4NC4wMCwzMTUuMzEyLCAzODQuMDAsMzIwLjAwCgkJYzAuMDAsNC43MiwgMC44OCw5LjE4NCwgMi4xNiwxMy40NzJjIDAuMjU2LDAuODQ4LCAwLjQ2NCwxLjY4LCAwLjc4NCwyLjQ5NmMgMS41MDQsNC4yMjQsIDMuNDcyLDguMjI0LCA2LjAzMiwxMS44MDgKCQljIDAuMDY0LDAuMDk2LCAwLjE2LDAuMTYsIDAuMjI0LDAuMjU2YyAyLjc4NCwzLjc3NiwgNi4wOTYsNy4xODQsIDkuODcyLDEwLjAzMmMgMC4wNjQsMC4wMzIsIDAuMDk2LDAuMDk2LCAwLjE2LDAuMTI4CgkJYyAzLjg0LDIuODgsIDguMTYsNS4yMTYsIDEyLjc4NCw2Ljg4QyA0MjEuMDI0LDM2Ni44NDgsIDQyNi4zMzYsMzY4LjAwLCA0MzIuMDAsMzY4LjAwYyA1LjYzMiwwLjAwLCAxMC45NzYtMS4xNTIsIDE2LjAwLTIuOTQ0YyA0LjYyNC0xLjY2NCwgOC45MTItNC4wMCwgMTIuNzg0LTYuODgKCQljIDAuMDMyLTAuMDMyLCAwLjA5Ni0wLjA5NiwgMC4xNi0wLjEyOGMgMy43NDQtMi44NDgsIDcuMDU2LTYuMjU2LCA5Ljg0LTEwLjAzMmMgMC4wNjQtMC4wOTYsIDAuMTYtMC4xNiwgMC4yMjQtMC4yNTYKCQljIDIuNTkyLTMuNjAsIDQuNTI4LTcuNjAsIDYuMDY0LTExLjgwOGMgMC4yODgtMC44MTYsIDAuNTI4LTEuNjY0LCAwLjc4NC0yLjQ5NkMgNDc5LjEyLDMyOS4xODQsIDQ4MC4wMCwzMjQuNzIsIDQ4MC4wMCwzMjAuMDAKCQlDIDQ4MC4wMCwzMTUuMzEyLCA0NzkuMTIsMzEwLjg0OCwgNDc3Ljg0LDMwNi41NnpNIDMwNC4wMCwxOTEuNjY0TCAzMDQuMDAsNDMyLjAwIGMwLjAwLDI2LjQ2NC0yMS41MzYsNDguMDAtNDguMDAsNDguMDBzLTQ4LjAwLTIxLjUzNi00OC4wMC00OC4wMGwwLjAwLTI0MC4zMzYgCgkJYy0xOS4zMjgtMTQuNjI0LTMyLjAwLTM3LjU2OC0zMi4wMC02My42NjRzIDEyLjY3Mi00OS4wMjQsIDMyLjAwLTYzLjYzMkwgMjA4LjAwLDE2LjAwIGMwLjAwLTI2LjQ2NCwgMjEuNTM2LTQ4LjAwLCA0OC4wMC00OC4wMHMgNDguMDAsMjEuNTM2LCA0OC4wMCw0OC4wMGwwLjAwLDQ4LjM2OCBjIDE5LjMxMiwxNC41OTIsIDMyLjAwLDM3LjUzNiwgMzIuMDAsNjMuNjMyCgkJUyAzMjMuMzEyLDE3Ny4wMjQsIDMwNC4wMCwxOTEuNjY0eiBNIDI0MC4wMCw0MzIuMDBjMC4wMCw4Ljg0OCwgNy4xNTIsMTYuMDAsIDE2LjAwLDE2LjAwYyA4Ljg0OCwwLjAwLCAxNi4wMC03LjE1MiwgMTYuMDAtMTYuMDBsMC4wMC0yMjUuNjAgYy01LjE4NCwxLjAyNC0xMC41MjgsMS42MC0xNi4wMCwxLjYwCgkJYy01LjQ4OCwwLjAwLTEwLjgzMi0wLjU2LTE2LjAwLTEuNjBMIDI0MC4wMCw0MzIuMDAgeiBNIDI3Mi4wMCwxNi4wMGMwLjAwLTguODQ4LTcuMTUyLTE2LjAwLTE2LjAwLTE2LjAwYy04Ljg0OCwwLjAwLTE2LjAwLDcuMTUyLTE2LjAwLDE2LjAwbDAuMDAsMzMuNjMyIEMgMjQ1LjE2OCw0OC41NiwgMjUwLjUxMiw0OC4wMCwgMjU2LjAwLDQ4LjAwCgkJYyA1LjQ3MiwwLjAwLCAxMC44MTYsMC41NiwgMTYuMDAsMS42MzJMIDI3Mi4wMCwxNi4wMCB6IE0gMzAxLjg0LDExNC41NmMtMC4yNTYtMC44NDgtMC40OTYtMS42OC0wLjc4NC0yLjUyOGMtMS41MzYtNC4yMjQtMy40NzItOC4yMjQtNi4wNjQtMTEuNzc2CgkJYy0wLjA2NC0wLjA5Ni0wLjE2LTAuMTYtMC4yMjQtMC4yNTZjLTIuNzg0LTMuODA4LTYuMDk2LTcuMTg0LTkuODQtMTAuMDMyYy0wLjA2NC0wLjA2NC0wLjEyOC0wLjA5Ni0wLjE2LTAuMTI4CgkJYy0zLjg3Mi0yLjkxMi04LjE2LTUuMjQ4LTEyLjc4NC02Ljg4QyAyNjYuOTc2LDgxLjE1MiwgMjYxLjYzMiw4MC4wMCwgMjU2LjAwLDgwLjAwYy01LjY0OCwwLjAwLTEwLjk3NiwxLjE1Mi0xNi4wMCwyLjk3NgoJCWMtNC42MjQsMS42MzItOC45MjgsMy45NjgtMTIuNzg0LDYuODhjLTAuMDQ4LDAuMDMyLTAuMDk2LDAuMDY0LTAuMTYsMC4xMjhjLTMuNzYsMi44NDgtNy4wNzIsNi4yMjQtOS44NTYsMTAuMDMyCgkJYy0wLjA2NCwwLjA5Ni0wLjE2LDAuMTYtMC4yMjQsMC4yNTZjLTIuNTc2LDMuNTY4LTQuNTI4LDcuNTY4LTYuMDQ4LDExLjc3NmMtMC4zMDQsMC44NDgtMC41MjgsMS42OC0wLjc4NCwyLjUyOAoJCUMgMjA4Ljg4LDExOC44NDgsIDIwOC4wMCwxMjMuMzEyLCAyMDguMDAsMTI4LjAwYzAuMDAsNC43MiwgMC44OCw5LjE4NCwgMi4xNiwxMy40NzJjIDAuMjU2LDAuODQ4LCAwLjQ4LDEuNjgsIDAuNzg0LDIuNDk2CgkJYyAxLjUyLDQuMjI0LCAzLjQ3Miw4LjIyNCwgNi4wNDgsMTEuODA4YyAwLjA2NCwwLjA5NiwgMC4xNiwwLjE2LCAwLjIyNCwwLjI1NmMgMi43ODQsMy43NzYsIDYuMDk2LDcuMTg0LCA5Ljg1NiwxMC4wMzIKCQljIDAuMDY0LDAuMDMyLCAwLjExMiwwLjA5NiwgMC4xNiwwLjEyOGMgMy44NTYsMi44OCwgOC4xNiw1LjIxNiwgMTIuNzg0LDYuODhDIDI0NS4wMjQsMTc0Ljg0OCwgMjUwLjM1MiwxNzYuMDAsIDI1Ni4wMCwxNzYuMDBjIDUuNjMyLDAuMDAsIDEwLjk3Ni0xLjE1MiwgMTYuMDAtMi45NDQKCQljIDQuNjI0LTEuNjY0LCA4LjkxMi00LjAwLCAxMi43ODQtNi44OGMgMC4wMzItMC4wMzIsIDAuMDk2LTAuMDk2LCAwLjE2LTAuMTI4YyAzLjc0NC0yLjg0OCwgNy4wNTYtNi4yNTYsIDkuODQtMTAuMDMyCgkJYyAwLjA2NC0wLjA5NiwgMC4xNi0wLjE2LCAwLjIyNC0wLjI1NmMgMi41OTItMy42MCwgNC41MjgtNy42MCwgNi4wNjQtMTEuODA4YyAwLjI4OC0wLjgxNiwgMC41MjgtMS42NjQsIDAuNzg0LTIuNDk2CgkJQyAzMDMuMTIsMTM3LjE4NCwgMzA0LjAwLDEzMi43MiwgMzA0LjAwLDEyOC4wMEMgMzA0LjAwLDEyMy4zMTIsIDMwMy4xMiwxMTguODQ4LCAzMDEuODQsMTE0LjU2eiIgZGF0YS10YWdzPSJwYXJhbXMiIC8+CjxnbHlwaCB1bmljb2RlPSImI3hlMDIwOyIgZD0iTSA1MDIuNjQsMzEwLjYyNGwtMTYwLjAwLDE2MC4wMEMgMzM0LjcwNCw0NzguNTYsIDMyMy4yMCw0ODEuNzQ0LCAzMTIuMzA0LDQ3OS4wNTYKCQljLTUuNzQ0LTEuNDA4LTEwLjg4LTQuMzY4LTE0Ljk0NC04LjQzMmMtMy42MzItMy42MzItNi4zNjgtOC4xMjgtNy45MzYtMTMuMTUyYy03LjI0OC0yMy41MDQtMTkuNzc2LTQzLjkzNi0zOC4zMi02Mi40NjQKCQlDIDIyNi4zMzYsMzcwLjI1NiwgMTk0LjA4LDM1MS41MDQsIDE1OS45NTIsMzMxLjY4Yy0zNi4yMjQtMjAuOTkyLTczLjY0OC00Mi43NTItMTA0LjMyLTczLjQwOGMtMjYuMDY0LTI2LjA5Ni00My44MDgtNTUuMTItNTQuMjA4LTg4LjgxNgoJCWMtMy41MDQtMTEuMzc2LTAuNDQ4LTIzLjY4LCA3LjkzNi0zMi4wOTZsIDE2MC4wMC0xNjAuMDBjIDcuOTM2LTcuOTM2LCAxOS40NC0xMS4xMiwgMzAuMzM2LTguNDMyYyA1Ljc0NCwxLjQ0LCAxMC44OCw0LjM2OCwgMTQuOTQ0LDguNDMyCgkJYyAzLjYzMiwzLjYzMiwgNi4zNjgsOC4xMjgsIDcuOTM2LDEzLjE4NGMgNy4yNjQsMjMuNTA0LCAxOS43OTIsNDMuOTM2LCAzOC4zNTIsNjIuNDY0YyAyNC43NTIsMjQuNzUyLCA1Ni45OTIsNDMuNDcyLCA5MS4xNTIsNjMuMjgKCQljIDM2LjE5MiwyMS4wMjQsIDczLjYzMiw0Mi43ODQsIDEwNC4yODgsNzMuNDRjIDI2LjA2NCwyNi4wNjQsIDQzLjgwOCw1NS4xMiwgNTQuMjI0LDg4LjgxNkMgNTE0LjA4LDI4OS45MDQsIDUxMS4wMDgsMzAyLjI1NiwgNTAyLjY0LDMxMC42MjR6IE0gMTkyLjAwLDAuMDAKCQlDIDEzOS4wMDgsNTIuOTkyLCA4NC45OTIsMTA3LjAyNCwgMzIuMDAsMTYwLjAwYyA0NS40NzIsMTQ3LjIxNiwgMjQyLjU2LDE0MC43ODQsIDI4OC4wMCwyODguMDBjIDUyLjk5Mi01Mi45NzYsIDEwNy4wMjQtMTA3LjAwOCwgMTYwLjAzMi0xNjAuMDAKCQlDIDQzNC41NDQsMTQwLjgxNiwgMjM3LjQ1NiwxNDcuMjE2LCAxOTIuMDAsMC4wMHpNIDMxMi45OTIsMjQxLjYwYy01LjIxNiw0LjM2OC0xMC40NjQsNy4zNDQtMTUuNzQ0LDguODE2CgkJYy01LjI0OCwxLjQ3Mi0xMC40OTYsMi4wNjQtMTUuODA4LDEuNjhjLTUuMjQ4LTAuNDAtMTAuNjI0LTEuNjAtMTYuMDAtMy42NjRjLTUuMzc2LTIuMDk2LTEwLjc4NC00LjM2OC0xNi4yMjQtNy4wMDgKCQljLTguNTkyLDkuODcyLTE3LjE4NCwxOS42MzItMjUuNzc2LDI4LjY4OGMgMy44NzIsMy41MDQsIDcuNjMyLDUuMjgsIDExLjI0OCw1LjQwOGMgMy42MzIsMC4xNiwgNy4xMi0wLjIyNCwgMTAuNDMyLTEuMDU2CgkJYyAzLjM3Ni0wLjg0OCwgNi40NjQtMS41NjgsIDkuMzEyLTIuMTI4YyAyLjg4LTAuNTYsIDUuMzc2LDAuMDY0LCA3LjU2OCwxLjkwNGMgMi4zMiwyLjAwLCAzLjYwLDQuNTkyLCAzLjc3Niw3LjcxMgoJCWMgMC4xNiwzLjE1Mi0xLjAyNCw2LjIyNC0zLjY2NCw5LjIxNmMtMy4zNzYsMy44NzItNy40NCw2LjIyNC0xMi4zMiw3LjA4OGMtNC44MTYsMC44NDgtOS43NDQsMC43ODQtMTQuODgtMC4zMzYKCQljLTUuMDU2LTEuMTUyLTkuODcyLTMuMDU2LTE0LjQzMi01Ljc0NHMtOC4yMjQtNS40NC0xMC45NDQtOC4xMjhjLTEuMDQsMC45OTItMi4wOCwxLjk2OC0zLjEyLDIuOTQ0CgkJYy0xLjE1MiwxLjA1Ni0yLjU5MiwxLjYzMi00LjMyLDEuNjBjLTEuNzQ0LDAuMDAtMy4xODQtMC43NTItNC4zNjgtMi4xMjhjLTEuMTUyLTEuMzQ0LTEuNjgtMi45MTItMS40NzItNC41NgoJCWMgMC4xNi0xLjcxMiwgMC44NDgtMy4wMjQsIDIuMDMyLTQuMDMyYyAxLjA0LTAuODgsIDIuMDgtMS43NDQsIDMuMTItMi42NTZjLTQuMDk2LTQuOTQ0LTcuNDcyLTEwLjQwLTEwLjEyOC0xNi4xNgoJCWMtMi42ODgtNS43NzYtNC4yODgtMTEuNTA0LTQuODgtMTcuMDU2Yy0wLjYyNC01LjYwLTAuMDMyLTEwLjcyLCAxLjY4LTE1LjQ3MmMgMS43MTItNC43ODQsIDQuODgtOC44NDgsIDkuNTA0LTEyLjY4OAoJCWMgNy41MzYtNi4yNTYsIDE2LjQwLTguOTEyLCAyNi42ODgtOC4zMmMgMTAuMjU2LDAuNjI0LCAyMS4zMTIsMy42OCwgMzMuMjAsMTAuMDY0YyA5LjQ0LTEwLjkxMiwgMTguOTEyLTIxLjc0NCwgMjguMzY4LTMxLjgwOAoJCWMtNC4wMC0zLjM3Ni03LjUwNC01LjMxMi0xMC41OTItNS45MzZjLTMuMDg4LTAuNjU2LTUuODQtMC41OTItOC4zMzYsMC4xNmMtMi40OTYsMC43ODQtNC44MTYsMS45MDQtNi45NDQsMy4zNDQKCQljLTIuMTI4LDEuNDcyLTQuMjI0LDIuNzItNi4zMiwzLjc0NGMtMi4wNjQsMS4wMjQtNC4xOTIsMS42MC02LjM2OCwxLjYzMnMtNC40OTYtMS4wMjQtNy4wNTYtMy4yMTYKCQljLTIuNjI0LTIuMjg4LTMuOTM2LTQuOTQ0LTMuOTM2LTcuOTM2YzAuMDAtMi45NzYsIDEuMzc2LTYuMDAsIDQuMDY0LTkuMDU2YyAyLjcyLTMuMDU2LCA2LjI1Ni01LjYzMiwgMTAuNTI4LTcuNjY0CgkJcyA5LjEwNC0zLjMxMiwgMTQuNDE2LTMuNjY0YyA1LjMxMi0wLjM2OCwgMTAuOTEyLDAuNDMyLCAxNi44MTYsMi42MjRjIDUuOTM2LDIuMTYsIDExLjgwOCw2LjA2NCwgMTcuNjAsMTEuODcyCgkJYyAyLjc4NC0yLjcyLCA1LjYwLTUuMzEyLCA4LjQwLTcuODA4YyAxLjE4NC0xLjAyNCwgMi42MjQtMS41MzYsIDQuMzY4LTEuNDA4YyAxLjY4LDAuMDY0LCAzLjE1MiwwLjg0OCwgNC4zMiwyLjI1NgoJCWMgMS4xODQsMS40NCwgMS42OCwzLjAyNCwgMS41MDQsNC42ODhjLTAuMTYsMS42OC0wLjg0OCwyLjk3Ni0yLjAwLDMuOTA0Yy0yLjgxNiwyLjI1Ni01LjYzMiw0LjYyNC04LjQzMiw3LjEyCgkJYyA0Ljc4NCw1Ljg3MiwgOC42MjQsMTIuMDY0LCAxMS40NzIsMTguMTkyYyAyLjg0OCw2LjE2LCA0LjUyOCwxMi4wOTYsIDUuMDg4LDE3LjYwYyAwLjU2LDUuNTM2LTAuMDk2LDEwLjUyOC0xLjkwNCwxNS4wNTYKCQlDIDMyMC43MzYsMjMzLjg3MiwgMzE3LjU1MiwyMzcuODA4LCAzMTIuOTkyLDI0MS42MHogTSAyMjMuNTM2LDIzMC43NTJjLTQuNTI4LTAuMTkyLTguNDgsMS4zMTItMTEuOTM2LDQuNjU2CgkJYy0xLjQ3MiwxLjQwOC0yLjQ5NiwzLjEyLTMuMTIsNS4xNTJjLTAuNjU2LDIuMDMyLTAuODgsNC4yNTYtMC42MjQsNi42ODhjIDAuMjI0LDIuNDAsIDAuOTQ0LDQuOTEyLCAyLjE5Miw3LjQ0CgkJYyAxLjE4NCwyLjUyOCwgMi45NDQsNS4wNTYsIDUuMTg0LDcuNTA0YyA4LjExMi04LjA2NCwgMTYuMjA4LTE2LjkxMiwgMjQuMzItMjYuMDY0QyAyMzMuNDA4LDIzMi43NTIsIDIyOC4wNjQsMjMwLjk0NCwgMjIzLjUzNiwyMzAuNzUyegoJCSBNIDI5OS4wMDgsMTk4LjcyYy0xLjQ0LTIuNjU2LTMuMDg4LTUuMDI0LTUuMDI0LTcuMDg4Yy04Ljk3Niw5LjA1Ni0xNy45MzYsMTkuMDA4LTI2Ljg4LDI5LjIxNmMgMi4yODgsMS4wMjQsIDQuNjg4LDIuMDk2LCA3LjI4LDMuMTg0CgkJcyA1LjE4NCwxLjgwOCwgNy43NzYsMi4yNTZjIDIuNjU2LDAuNDAsIDUuMjgsMC4yODgsIDcuOTA0LTAuMzM2YyAyLjU5Mi0wLjY1NiwgNS4wNTYtMi4wNjQsIDcuMzQ0LTQuMjg4CgkJYyAyLjI1Ni0yLjI1NiwgMy42OC00LjU5MiwgNC4yNTYtNy4xMmMgMC42MjQtMi41NiwgMC42NTYtNS4xNTIsIDAuMjI0LTcuODA4QyAzMDEuNDI0LDIwNC4wNjQsIDMwMC40OCwyMDEuNDA4LCAyOTkuMDA4LDE5OC43MnpNIDIzNS40NzIsMTI1LjEyIEMgMjM4LjYyNCwxMjcuNjY0IDI0My4yNjQsMTI3LjUzNiAyNDYuMTYsMTI0LjU5MiBDIDI0OS4yOTYsMTIxLjQ3MiAyNDkuMjk2LDExNi4zNjggMjQ2LjE2LDExMy4yNDggQyAyNDUuOTA0LDExMi45OTIgMjQ1LjYzMiwxMTIuODE2IDI0NS4zNDQsMTEyLjU5MiBMIDI0NS4zNzYsMTEyLjU2IEMgMjM1LjI0OCwxMDQuODY0IDIyNi45MjgsOTcuOTM2IDIxNy45NTIsODguOTYgQyAyMDkuODQsODAuODY0IDIwMi41MTIsNzIuMzM2IDE5Ni4xNzYsNjMuNjggTCAxODUuOTUyLDQ5LjY4IEMgMTg1LjYzMiw0OS4xMDQgMTg1LjI0OCw0OC41NzYgMTg0Ljc2OCw0OC4wOCBDIDE4MS42MzIsNDQuOTYgMTc2LjUyOCw0NC45NiAxNzMuNDA4LDQ4LjA4IEMgMTcwLjY4OCw1MC44MCAxNzAuMzUyLDU0Ljk5MiAxNzIuMzUyLDU4LjExMiBMIDE3Mi4zMiw1OC4xNDQgTCAxODMuMjY0LDczLjA4OCBDIDE5MC4wOTYsODIuNDMyIDE5Ny45NTIsOTEuNTg0IDIwNi42NCwxMDAuMjcyIEMgMjE1LjY4LDEwOS4zNDQgMjI1LjQ0LDExNy40NCAyMzUuNDQsMTI1LjEyIEwgMjM1LjQ3MiwxMjUuMTIgWk0gMjk0LjA0OCwzNTYuNTYgQyAzMDIuMTQ0LDM2NC42NTYgMzA5LjQ1NiwzNzMuMTUyIDMxNS44MDgsMzgxLjg1NiBMIDMyNi40MzIsMzk2LjQxNiBDIDMyNi44MTYsMzk3LjEwNCAzMjcuMjQ4LDM5Ny43OTIgMzI3Ljg0LDM5OC4zODQgQyAzMzAuOTkyLDQwMS41MzYgMzM2LjA5Niw0MDEuNTM2IDMzOS4yNDgsMzk4LjM4NCBDIDM0Mi4yNCwzOTUuMzc2IDM0Mi4zNjgsMzkwLjYyNCAzMzkuNjQ4LDM4Ny40NCBMIDMzOS42OCwzODcuNDA4IEwgMzI4LjczNiwzNzIuNDAgQyAzMjEuODg4LDM2My4wNTYgMzE0LjA0OCwzNTMuOTM2IDMwNS4zNiwzNDUuMjQ4IEMgMjk2LjMyLDMzNi4yMDggMjg2LjU3NiwzMjguMDggMjc2LjU3NiwzMjAuNDAgTCAyNzYuNTEyLDMyMC40MzIgQyAyNzMuMzI4LDMxNy41MDQgMjY4LjM4NCwzMTcuNTY4IDI2NS4zMjgsMzIwLjY1NiBDIDI2Mi4xNzYsMzIzLjgwOCAyNjIuMTc2LDMyOC45NDQgMjY1LjMyOCwzMzIuMDk2IEMgMjY1Ljg4OCwzMzIuNjg4IDI2Ni41NDQsMzMzLjEwNCAyNjcuMjAsMzMzLjQ3MiBDIDI3Ni42MDgsMzQwLjY1NiAyODUuNjgsMzQ4LjE5MiAyOTQuMDQ4LDM1Ni41NiBaIiBkYXRhLXRhZ3M9ImJhbmtub3RlIiAvPgo8Z2x5cGggdW5pY29kZT0iJiN4ZTAyMTsiIGQ9Ik0gMjU2LjAwLDQ4MC4wMEMgMTQ4LjA5Niw0ODAuMDAsIDMyLjAwLDQ0Ny40NzIsIDMyLjAwLDM3Ni4wMGwwLjAwLTMwNC4wMCBDIDMyLjAwLDAuNTYsIDE0OC4wOTYtMzIuMDAsIDI1Ni4wMC0zMi4wMGMgMTA3Ljg4OCwwLjAwLCAyMjQuMDAsMzIuNTYsIDIyNC4wMCwxMDQuMDBsMC4wMCwzMDQuMDAgCgkJQyA0ODAuMDAsNDQ3LjQ3MiwgMzYzLjg3Miw0ODAuMDAsIDI1Ni4wMCw0ODAuMDB6IE0gNDQ4LjAwLDcyLjAwYzAuMDAtMzkuNzQ0LTg1Ljk2OC03Mi4wMC0xOTIuMDAtNzIuMDBjLTEwNi4wNDgsMC4wMC0xOTIuMDAsMzIuMjU2LTE5Mi4wMCw3Mi4wMGwwLjAwLDU5Ljc3NiBDIDk3LjA1Niw5Ny43MTIsIDE3Ni44MCw4MC4wMCwgMjU2LjAwLDgwLjAwCgkJYyA3OS4yMCwwLjAwLCAxNTguOTQ0LDE3LjcxMiwgMTkyLjAwLDUxLjc3NkwgNDQ4LjAwLDcyLjAwIHogTSA0NDguMDAsMTY4LjAwbC0wLjA2NCwwLjAwIGMwLjAwLTAuMTYsIDAuMDY0LTAuMzM2LCAwLjA2NC0wLjQ5NkMgNDQ4LjAwLDEyOC4wMCwgMzYyLjAzMiw5Ni4wMCwgMjU2LjAwLDk2LjAwYy0xMDYuMDMyLDAuMDAtMTkyLjAwLDMyLjAwLTE5Mi4wMCw3MS41MDQKCQljMC4wMCwwLjE2LCAwLjA2NCwwLjMzNiwgMC4wNjQsMC40OTZMIDY0LjAwLDE2OC4wMCBsMC4wMCw1OS43NzYgQyA5Ny4wNTYsMTkzLjcxMiwgMTc2LjgwLDE3Ni4wMCwgMjU2LjAwLDE3Ni4wMGMgNzkuMjAsMC4wMCwgMTU4Ljk0NCwxNy43MTIsIDE5Mi4wMCw1MS43NzZMIDQ0OC4wMCwxNjguMDAgeiBNIDQ0OC4wMCwyNjQuMDBsLTAuMDY0LDAuMDAgCgkJYzAuMDAtMC4xNiwgMC4wNjQtMC4zMzYsIDAuMDY0LTAuNDk2QyA0NDguMDAsMjI0LjAwLCAzNjIuMDMyLDE5Mi4wMCwgMjU2LjAwLDE5Mi4wMGMtMTA2LjAzMiwwLjAwLTE5Mi4wMCwzMi4wMC0xOTIuMDAsNzEuNTA0YzAuMDAsMC4xNiwgMC4wNjQsMC4zMzYsIDAuMDY0LDAuNDk2TCA2NC4wMCwyNjQuMDAgbDAuMDAsNTQuOTc2IAoJCUMgMTA1LjkzNiwyODcuMDI0LCAxODIuODAsMjcyLjAwLCAyNTYuMDAsMjcyLjAwYyA3My4yMCwwLjAwLCAxNTAuMDY0LDE1LjAyNCwgMTkyLjAwLDQ2Ljk3NkwgNDQ4LjAwLDI2NC4wMCB6IE0gMjU2LjAwLDMwNC4wMEMgMTQ5Ljk1MiwzMDQuMDAsIDY0LjAwLDMzNi4yNTYsIDY0LjAwLDM3Ni4wMEMgNjQuMDAsNDE1Ljc3NiwgMTQ5Ljk1Miw0NDguMDAsIDI1Ni4wMCw0NDguMDAKCQljIDEwNi4wMzIsMC4wMCwgMTkyLjAwLTMyLjIyNCwgMTkyLjAwLTcyLjAwQyA0NDguMDAsMzM2LjI1NiwgMzYyLjAzMiwzMDQuMDAsIDI1Ni4wMCwzMDQuMDB6TSAzODQuMDAsNjQuMDBBMTYuMDAsMTYuMDAgMTgwLjAwIDEsMCA0MTYuMDAsNjRBMTYuMDAsMTYuMDAgMTgwLjAwIDEsMCAzODQuMDAsNjR6TSAzODQuMDAsMTYwLjAwQTE2LjAwLDE2LjAwIDE4MC4wMCAxLDAgNDE2LjAwLDE2MEExNi4wMCwxNi4wMCAxODAuMDAgMSwwIDM4NC4wMCwxNjB6TSAzODQuMDAsMjU2LjAwQTE2LjAwLDE2LjAwIDE4MC4wMCAxLDAgNDE2LjAwLDI1NkExNi4wMCwxNi4wMCAxODAuMDAgMSwwIDM4NC4wMCwyNTZ6IiBkYXRhLXRhZ3M9ImRhdGEiIC8+CjxnbHlwaCB1bmljb2RlPSImI3hlMDIyOyIgZD0iTSA1MDAuNTc2LDQ3Mi40OTZDIDQ5NC43NjgsNDc3LjM3NiwgNDg3LjQ4OCw0ODAuMDAsIDQ4MC4wMTYsNDgwLjAwYy0xLjg0LDAuMDAtMy43MTItMC4xNi01LjU2OC0wLjQ5NmwtMjcyLjAzMi00OC4wMAoJQyAxODcuMTIsNDI4LjgxNiwgMTc1Ljk4NCw0MTUuNTM2LCAxNzUuOTg0LDQwMC4wMGwwLjAwLTMyLjAwIGwwLjAwLTE2LjAwIGwwLjAwLTIyNi43MiBDIDE1OS43NDQsMTM3LjA1NiwgMTM4LjY3MiwxNDQuMDAsIDExNS4yOCwxNDQuMDBjLTEzLjYwLDAuMDAtMjcuMjAtMi4yNTYtNDAuNDY0LTYuNjU2CglDIDQ0LjQ0OCwxMjcuMjE2LCAyMC4wOTYsMTA2LjkxMiwgOC4wMCw4MS42MGMtOS4zNDQtMTkuNTY4LTEwLjU0NC00MC44NDgtMy40MjQtNTkuOTM2QyAxNi43NTItMTAuOTQ0LCA1MS4zNDQtMzIuMDAsIDkyLjcwNC0zMi4wMAoJYyAxMy42MCwwLjAwLCAyNy4yMCwyLjIyNCwgNDAuNDQ4LDYuNjU2YyAzMC4zNTIsMTAuMDk2LCA1NC43MDQsMzAuNDAsIDY2LjgwLDU1LjY4YyA1LjIwLDEwLjkxMiwgNy42MzIsMjIuMzM2LCA3LjcyOCwzMy42NjRsIDAuMjg4LDAuMDAgTCAyMDcuOTY4LDMyMC4wMCAKCWMgMS44NCwwLjAwLCAzLjcxMiwwLjE2LCA1LjU2OCwwLjQ2NGwgMjY2LjQ4LDQ3LjAyNEwgNDgwLjAxNiwxNzMuMjggQyA0NjMuNzYsMTg1LjA1NiwgNDQyLjcwNCwxOTIuMDAsIDQxOS4yOTYsMTkyLjAwYy0xMy42MCwwLjAwLTI3LjIxNi0yLjI1Ni00MC40NjQtNi42NTYKCWMtMzAuMzY4LTEwLjEyOC01NC43Mi0zMC40MzItNjYuNzg0LTU1Ljc0NGMtOS4zNDQtMTkuNTY4LTEwLjU2LTQwLjg0OC0zLjQ0LTU5LjkzNkMgMzIwLjgwLDM3LjA1NiwgMzU1LjM2LDE2LjAwLCAzOTYuNzM2LDE2LjAwCgljIDEzLjYwLDAuMDAsIDI3LjIxNiwyLjIyNCwgNDAuNDY0LDYuNjU2YyAzMC4zMzYsMTAuMDk2LCA1NC42ODgsMzAuNDAsIDY2Ljc4NCw1NS42OGMgNS4yMTYsMTAuOTEyLCA3LjYzMiwyMi4zMzYsIDcuNzQ0LDMzLjY2NGwgMC4yODgsMC4wMCBMIDUxMi4wMTYsNDAwLjAwIEwgNTEyLjAxNiw0MTYuMDAgTCA1MTIuMDE2LDQ0OC4wMCAKCUMgNTEyLjAxNiw0NTcuNDQsIDUwNy44MjQsNDY2LjQzMiwgNTAwLjU3Niw0NzIuNDk2eiBNIDEyMy4wMDgsNC45OTJjLTM4LjMzNi0xMi43ODQtNzcuOTY4LTAuMjg4LTg4LjQ2NCwyNy44NGMtMTAuNTI4LDI4LjE2LCAxMi4wMTYsNjEuMzQ0LCA1MC4zMzYsNzQuMTI4CgljIDM4LjMzNiwxMi43ODQsIDc3Ljk2OCwwLjMyLCA4OC40NjQtMjcuODRDIDE4My44ODgsNTAuOTc2LCAxNjEuMzQ0LDE3Ljc3NiwgMTIzLjAwOCw0Ljk5MnogTSA0MjYuNDQ4LDUyLjk5MmMtMzguMzY4LTEyLjc4NC03OC4wMC0wLjI4OC04OC40OTYsMjcuODQKCWMtMTAuNTI4LDI4LjE2LCAxMi4wMzIsNjEuMzQ0LCA1MC4zMzYsNzQuMTI4YyAzOC4zNjgsMTIuNzg0LCA3OC4wMCwwLjMyLCA4OC40OTYtMjcuODRDIDQ4Ny4zMjgsOTguOTc2LCA0NjQuODAsNjUuNzc2LCA0MjYuNDQ4LDUyLjk5MnogTSA0NzkuMzYsNDAwLjAwCglMIDIwNy4zMjgsMzUyLjAwTCAyMDcuMzI4LDM2OC4wMCBMIDIwNy4zMjgsNDAwLjAwIEwgNDc5LjM2LDQ0OC4wMGwwLjAwLTMyLjAwIEwgNDc5LjM2LDQwMC4wMCB6IiBkYXRhLXRhZ3M9Im11c2ljIiAvPgo8Z2x5cGggdW5pY29kZT0iJiN4ZTAyMzsiIGQ9Ik0gNDAwLjAwLDQ4MC4wMGMtMzIuODQ4LDAuMDAtNTguNjU2LTIyLjU2LTc3LjE4NC01Ny4zNzZsLTAuMzM2LDAuMTkyQyAyOTUuNTY4LDM3MC4xMjgsIDI1NS41MDQsMzM2LjAwLCAyMTEuNjE2LDMzNi4wMGwtMTAuNjA4LDAuMDAgCglMIDEzMC40OTYsMzM2LjAwIEwgNjQuMDAsMzM2LjAwIGMtMzUuODg4LDAuMDAtNjQuMDAtMzUuMTUyLTY0LjAwLTgwLjAwYzAuMDAtNDQuODgsIDI4LjExMi04MC4wMCwgNjQuMDAtODAuMDBjIDE3LjY0OC0wLjA2NCwgMzEuOTItMTQuMzM2LCAzMS45Mi0zMi4wMGwwLjAwLTE0NC4wMCBjMC4wMC0xNy42OCwgMTQuMzM2LTMyLjAwLCAzMi4wMC0zMi4wMGwgNjQuMDAsMC4wMCBjIDE3LjY2NCwwLjAwLCAzMi4wMCwxNC4zMiwgMzIuMDAsMzIuMDAKCWwwLjAwLDE2LjAwIGMwLjAwLDE2LjAwLTE2LjAwLDIzLjE1Mi0xNi4wMCwzMi4wMGwwLjAwLDExMi4wMCBjMC4wMCwwLjM2OCwgMC4yNTYsMC42MjQsIDAuMjg4LDAuOTkyYyAwLjE2LDIuMjg4LCAwLjc4NCw0LjQwLCAxLjc5Miw2LjMyYyAwLjI4OCwwLjUyOCwgMC41OTIsMC45NDQsIDAuOTQ0LDEuNDA4CgljIDEuMjgsMS45MDQsIDIuODk2LDMuNDcyLCA0Ljg2NCw0LjY4OGMgMC4wOTYsMC4wNjQsIDAuMTI4LDAuMTYsIDAuMjI0LDAuMjI0YyAwLjA2NCwwLjAwLCAwLjExMiwwLjA2NCwgMC4xNzYsMC4wNjQKCWMgMS4yOCwwLjcyLCAyLjgxNiwwLjg4LCA0LjI1NiwxLjI4YyA0MC4zODQtNC4yODgsIDc2Ljk0NC0zNi44OCwgMTAyLjAzMi04NS45NjhsIDAuNDAsMC4xOTJDIDM0MS40NCw1NC40OTYsIDM2Ny4xODQsMzIuMDAsIDQwMC4wMCwzMi4wMAoJYyA3My41MzYsMC4wMCwgMTEyLjAwLDExMi42ODgsIDExMi4wMCwyMjQuMDBTIDQ3My41MzYsNDgwLjAwLCA0MDAuMDAsNDgwLjAweiBNIDMyMC4wMCwyNTYuMDBjMC4wMCwxNi41OTIsIDAuOTc2LDMyLjYyNCwgMi42MjQsNDguMDBMIDM2OC4wMCwzMDQuMDAgYyAxNy42NjQsMC4wMCwgMzIuMDAtMjEuNTA0LCAzMi4wMC00OC4wMGMwLjAwLTI2LjUyOC0xNC4zMzYtNDguMDAtMzIuMDAtNDguMDBsLTQ1LjM3NiwwLjAwIAoJQyAzMjAuOTc2LDIyMy4zNzYsIDMyMC4wMCwyMzkuMzc2LCAzMjAuMDAsMjU2LjAweiBNIDMyLjAwLDI1Ni4wMGMwLjAwLDI2LjQ5NiwgMTQuMzM2LDQ4LjAwLCAzMi4wMCw0OC4wMGwgNjYuNDk2LDAuMDAgTCAxNDQuMDAsMzA0LjAwIGwgMzIuMjI0LDAuMDAgQyAxNjYuMzA0LDI5Mi4zMzYsIDE2MC4wMCwyNzUuNDA4LCAxNjAuMDAsMjU2LjAwCgljMC4wMC0xOS40NCwgNi4zMDQtMzYuMzY4LCAxNi4yMjQtNDguMDBMIDE0NC4wMCwyMDguMDAgTCA2NC4wMCwyMDguMDAgQyA0Ni4zMzYsMjA4LjAwLCAzMi4wMCwyMjkuNDcyLCAzMi4wMCwyNTYuMDB6IE0gMTkxLjkyLDAuMDBsLTY0LjAwLDAuMDAgbDAuMDAsMTQ0LjAwIGMwLjAwLDExLjY2NC0zLjEyLDIyLjU2LTguNTkyLDMyLjAwbCAxMS4xNjgsMC4wMCBsMC4wMC0wLjE5MiBsIDQ4LjEyOCwwLjAwIAoJYy0xLjcxMi00Ljk3Ni0yLjcwNC0xMC4yNTYtMi43MDQtMTUuODA4bDAuMDAtMTEyLjAwIGMwLjAwLTE1LjQwOCwgOC42MDgtMjUuNjY0LCAxMy43NDQtMzEuNzc2YyAwLjcwNC0wLjg0OCwgMS41MzYtMS43MTIsIDIuMjU2LTIuNjU2TCAxOTEuOTIsMC4wMCB6IE0gMjExLjYxNiwyMDcuODA4CglMIDIwOC4wMCwyMDcuODA4IEwgMjA4LjAwLDIwOC4wMCBjLTE3LjY2NCwwLjAwLTMyLjAwLDIxLjQ3Mi0zMi4wMCw0OC4wMGMwLjAwLDI2LjQ5NiwgMTQuMzM2LDQ4LjAwLCAzMi4wMCw0OC4wMGwgMy42MTYsMC4wMCBjIDMwLjE3NiwwLjAwLCA1OC40MzIsMTEuODcyLCA4My4yOTYsMzIuMjg4QyAyOTAuMzM2LDMxMC41MjgsIDI4OC4wMCwyODMuMjQ4LCAyODguMDAsMjU2LjAwCgljMC4wMC0yNy4zNDQsIDIuMzM2LTU0LjcyLCA2Ljk0NC04MC40OTZDIDI3MC4wNjQsMTk1LjkzNiwgMjQxLjc5MiwyMDcuODA4LCAyMTEuNjE2LDIwNy44MDh6IE0gNDAwLjAwLDY0LjAwYy0zMi4yODgsMC4wMC02MC4wMCw0NS45MzYtNzIuNjU2LDExMi4wMEwgMzY4LjAwLDE3Ni4wMCAKCWMgMzUuODcyLDAuMDAsIDY0LjAwLDM1LjEyLCA2NC4wMCw4MC4wMGMwLjAwLDQ0Ljg0OC0yOC4xMjgsODAuMDAtNjQuMDAsODAuMDBsLTQwLjY1NiwwLjAwIEMgMzQwLjAwLDQwMi4wMzIsIDM2Ny43MTIsNDQ4LjAwLCA0MDAuMDAsNDQ4LjAwYyA0NC4xOTIsMC4wMCwgODAuMDAtODUuOTY4LCA4MC4wMC0xOTIuMDBTIDQ0NC4xOTIsNjQuMDAsIDQwMC4wMCw2NC4wMHoiIGRhdGEtdGFncz0ibWVnYXBob25lIiAvPgo8Z2x5cGggdW5pY29kZT0iJiN4ZTAyNDsiIGQ9Ik0gNTEyLjAwLDM1Mi4wMGMwLjAwLDIyLjQ5Ni0xNS4zMTIsNDEuNzI4LTM3LjIxNiw0Ni43ODRMIDI2Ni41NzYsNDQ2LjgzMkMgMjYzLjA4OCw0NDcuNjE2LCAyNTkuNTM2LDQ0OC4wMCwgMjU2LjAwLDQ0OC4wMAoJCWMtMy41MzYsMC4wMC03LjA4OC0wLjM4NC0xMC44MC0xLjIxNmwtMjA3Ljk4NC00OC4wMEMgMTUuMjk2LDM5My43MjgsMC4wMCwzNzQuNDk2LDAuMDAsMzUyLjAwcyAxNS4zMTItNDEuNzI4LCAzNy4yMC00Ni43ODRMIDgwLjAwLDI5NS4zNDRMIDgwLjAwLDE2MC4wMCBjMC4wMC00Mi40NjQsIDQ4LjYwOC04MC4wMCwgMTc2LjAwLTgwLjAwCgkJcyAxNzYuMDAsMzcuNTM2LCAxNzYuMDAsODAuMDBsMC4wMCwxMzUuMzQ0IGwgNDIuNzg0LDkuODcyQyA0OTYuNjg4LDMxMC4yNzIsIDUxMi4wMCwzMjkuNTA0LCA1MTIuMDAsMzUyLjAweiBNIDQwMC4wMCwxNjAuMDBjMC4wMC0xNy42OC00OC4wMC00OC4wMC0xNDQuMDAtNDguMDBjLTk2LjAwLDAuMDAtMTQ0LjAwLDMwLjMyLTE0NC4wMCw0OC4wMGwwLjAwLDEyNy45NTIgbCAxMzMuNDA4LTMwLjc4NAoJCUMgMjQ4Ljg5NiwyNTYuMzg0LCAyNTIuNDY0LDI1Ni4wMCwgMjU2LjAwLDI1Ni4wMGMgMy41MzYsMC4wMCwgNy4xMDQsMC4zODQsIDEwLjc4NCwxLjIxNkwgNDAwLjAwLDI4Ny45NTJMIDQwMC4wMCwxNjAuMDAgeiBNIDI1OS42MCwyODguNDBDIDI1OC40MCwyODguMTQ0LCAyNTcuMjAsMjg4LjAwLCAyNTYuMDAsMjg4LjAwCgkJcy0yLjQxNiwwLjE0NC0zLjYwLDAuNDBsLTIwOC4wMCw0OC4wMEMgMzcuMTM2LDMzOC4wOCwgMzIuMDAsMzQ0LjU0NCwgMzIuMDAsMzUyLjAwcyA1LjEzNiwxMy45MiwgMTIuNDAsMTUuNjBsIDIwOC4wMCw0OC4wMEMgMjUzLjU4NCw0MTUuODU2LCAyNTQuNzg0LDQxNi4wMCwgMjU2LjAwLDQxNi4wMAoJCXMgMi40MTYtMC4xNDQsIDMuNjAtMC40MGwgMjA4LjAwLTQ4LjAwQyA0NzQuODQ4LDM2NS45MiwgNDgwLjAwLDM1OS40NTYsIDQ4MC4wMCwzNTIuMDBzLTUuMTUyLTEzLjkyLTEyLjQwLTE1LjYwTCAyNTkuNjAsMjg4LjQwek0gNDY0LjAwLDI3Mi4wMCBDIDQ2NC4wMCwyODAuODQ4IDQ3MS4xNTIsMjg4LjAwIDQ4MC4wMCwyODguMDAgQyA0ODguODMyLDI4OC4wMCA0OTYuMDAsMjgwLjg0OCA0OTYuMDAsMjcyLjAwIEwgNDk2LjAwLDEyOC4wMCBDIDQ5Ni4wMCwxMTkuMTUyIDQ4OC44MzIsMTEyLjAwIDQ4MC4wMCwxMTIuMDAgQyA0NzEuMTUyLDExMi4wMCA0NjQuMDAsMTE5LjE1MiA0NjQuMDAsMTI4LjAwIEwgNDY0LjAwLDI3Mi4wMCBaTSA0ODAuMDAsOTYuMDAgQyA0OTcuNjY0LDk2LjAwIDUxMi4wMCw0OS42NjQgNTEyLjAwLDMyLjAwIEMgNTEyLjAwLDE0LjMzNiA0OTcuNjY0LDAuMDAgNDgwLjAwLDAuMDAgQyA0NjIuMzIsMC4wMCA0NDguMDAsMTQuMzM2IDQ0OC4wMCwzMi4wMCBDIDQ0OC4wMCw0OS42NjQgNDYyLjMyLDk2LjAwIDQ4MC4wMCw5Ni4wMCBaIiBkYXRhLXRhZ3M9InN0dWR5IiAvPgo8Z2x5cGggdW5pY29kZT0iJiN4ZTAyNTsiIGQ9Ik0gMzMwLjkxMiw0MjAuMjg4QyAzMjMuMzQ0LDQyNy44NCwgMzEzLjMxMiw0MzIuMDAsIDMwMi42MjQsNDMyLjAwcy0yMC43Mi00LjE2LTI4LjMyLTExLjcyOGwtMjIuNTYtMjIuNTkyCgkJQyAyNDQuMTc2LDM5MC4xMjgsIDI0MC4wMCwzODAuMDgsIDI0MC4wMCwzNjkuMzc2YzAuMDAtNy41MzYsIDIuMDY0LTE0Ljc1MiwgNS45MzYtMjEuMDA4TCAyOC43MDQsMjYxLjM0NGMtMTQuNTI4LTYuMzg0LTI0Ljk0NC0xOS40ODgtMjcuODcyLTM1LjAyNAoJCWMtMi45Ni0xNS42MzIsIDIuMDAtMzEuNjY0LCAxMy4zNDQtNDIuOTkybCAyMDMuNTItMjAxLjI4YyA4Ljc2OC04Ljc2OCwgMjAuNDE2LTEzLjc0NCwgMzIuNzItMTQuMDMyQyAyNTAuNzA0LTMyLjAwLCAyNTEuMzc2LTMyLjAwLCAyNTEuNjY0LTMyLjAwCgkJYyAzLjIzMiwwLjAwLCA2LjUxMiwwLjMzNiwgOS43NiwwLjk5MmMgMTUuOTA0LDMuMjk2LCAyOC45MjgsMTQuMjg4LCAzNC44MzIsMjkuMjQ4bCA4NS40NzIsMjE0LjAxNmMgNi40MzItNC4yNCwgMTQuMDAtNi41MTIsIDIxLjg3Mi02LjUxMgoJCWMgMTAuNzIsMC4wMCwgMjAuNzUyLDQuMTc2LCAyOC4yODgsMTEuNzI4TCA0NTQuNDAsMjQwLjAwYyA3LjYzMiw3LjU4NCwgMTEuODA4LDE3LjY0OCwgMTEuODA4LDI4LjM2OHMtNC4xOTIsMjAuODAtMTEuNzEyLDI4LjI4OEwgMzMwLjkxMiw0MjAuMjg4egoJCSBNIDI2Ni41NDQsMTAuMTI4Yy0xLjk4NC01LjAwOC02LjM1Mi04LjcwNC0xMS42MzItOS43OTJjLTEuMjE2LTAuMjU2LTIuNDQ4LTAuMzUyLTMuNjY0LTAuMzM2Yy00LjA2NCwwLjA5Ni03Ljk4NCwxLjcyOC0xMC45MTIsNC42NzIKCQlMIDM2LjY4OCwyMDYuMDhjLTMuNzQ0LDMuNzI4LTUuMzkyLDkuMDcyLTQuNDAsMTQuMjg4YyAwLjk3Niw1LjE4NCwgNC40NjQsOS41NjgsIDkuMzEyLDExLjY4bCA5OS40NzIsMzkuODQKCQljIDY3LjAyNC0yMi4yODgsIDEzNC4wNjQtMC44MTYsIDIwMS4xMi03Mi4zNTJMIDI2Ni41NDQsMTAuMTI4eiBNIDQzMS44NzIsMjYyLjcybC0yMi42MjQtMjIuNjA4Yy0zLjEyLTMuMTM2LTguMTkyLTMuMTM2LTExLjMxMiwwLjAwbC0yOC4yODgsMjguMjcyCgkJbC0yMi45MTItNTcuNDI0bCAxLjkwNCw0Ljg0OGMtNDguMTYsNDguMDgtOTcuMTA0LDU0LjE0NC0xNDEuMjY0LDU5LjU2OGMtMTQuMTkyLDEuNzQ0LTI3Ljk1MiwzLjU2OC00MS40NzIsNi40OGwgMTM1Ljg1Niw1NC40MTZsLTI3LjQ0LDI3LjQ0CgkJYy0zLjEyLDMuMTItMy4xMiw4LjE5MiwwLjAwLDExLjMxMmwgMjIuNjI0LDIyLjY0YyAzLjEyLDMuMTIsIDguMTkyLDMuMTIsIDExLjMxMiwwLjAwbCAxMjMuNjAtMTIzLjYzMgoJCUMgNDM1LjAyNCwyNzAuOTEyLCA0MzUuMDI0LDI2NS44NCwgNDMxLjg3MiwyNjIuNzJ6TSAyNjQuMDAsMTQ0LjAwYyAyMi4wNDgsMC4wMCwgNDAuMDAsMTcuOTM2LCA0MC4wMCw0MC4wMFMgMjg2LjA2NCwyMjQuMDAsIDI2NC4wMCwyMjQuMDBjLTIyLjA2NCwwLjAwLTQwLjAwLTE3LjkzNi00MC4wMC00MC4wMFMgMjQxLjk1MiwxNDQuMDAsIDI2NC4wMCwxNDQuMDB6CgkJIE0gMjY0LjAwLDIwOC4wMGMgMTMuMjQ4LDAuMDAsIDI0LjAwLTEwLjc1MiwgMjQuMDAtMjQuMDBTIDI3Ny4yNDgsMTYwLjAwLCAyNjQuMDAsMTYwLjAwYy0xMy4yNjQsMC4wMC0yNC4wMCwxMC43NTItMjQuMDAsMjQuMDBTIDI1MC43MzYsMjA4LjAwLCAyNjQuMDAsMjA4LjAwek0gNDcyLjAwLDQ4MC4wMEMgNDQ5LjkzNiw0ODAuMDAsIDQzMi4wMCw0NjIuMDY0LCA0MzIuMDAsNDQwLjAwUyA0NDkuOTM2LDQwMC4wMCwgNDcyLjAwLDQwMC4wMFMgNTEyLjAwLDQxNy45MzYsIDUxMi4wMCw0NDAuMDBTIDQ5NC4wNjQsNDgwLjAwLCA0NzIuMDAsNDgwLjAweiBNIDQ3Mi4wMCw0MTYuMDAKCQlDIDQ1OC43NTIsNDE2LjAwLCA0NDguMDAsNDI2Ljc1MiwgNDQ4LjAwLDQ0MC4wMFMgNDU4Ljc1Miw0NjQuMDAsIDQ3Mi4wMCw0NjQuMDBTIDQ5Ni4wMCw0NTMuMjQ4LCA0OTYuMDAsNDQwLjAwUyA0ODUuMjQ4LDQxNi4wMCwgNDcyLjAwLDQxNi4wMHpNIDEyOC4wMCwyMDguMDBjMC4wMC0xNy42NDgsIDE0LjM1Mi0zMi4wMCwgMzIuMDAtMzIuMDBzIDMyLjAwLDE0LjM1MiwgMzIuMDAsMzIuMDBzLTE0LjM1MiwzMi4wMC0zMi4wMCwzMi4wMFMgMTI4LjAwLDIyNS42NDgsIDEyOC4wMCwyMDguMDB6IE0gMTYwLjAwLDIyNC4wMGMgOC44MzIsMC4wMCwgMTYuMDAtNy4xNTIsIDE2LjAwLTE2LjAwCgkJcy03LjE2OC0xNi4wMC0xNi4wMC0xNi4wMHMtMTYuMDAsNy4xNTItMTYuMDAsMTYuMDBTIDE1MS4xNjgsMjI0LjAwLCAxNjAuMDAsMjI0LjAwek0gMTkyLjAwLDExMi4wMEExNi4wMCwxNi4wMCAxODAuMDAgMSwwIDIyNC4wMCwxMTJBMTYuMDAsMTYuMDAgMTgwLjAwIDEsMCAxOTIuMDAsMTEyek0gNDQ4LjAwLDM1Mi4wMEExNi4wMCwxNi4wMCAxODAuMDAgMSwwIDQ4MC4wMCwzNTJBMTYuMDAsMTYuMDAgMTgwLjAwIDEsMCA0NDguMDAsMzUyeiIgZGF0YS10YWdzPSJsYWIiIC8+CjxnbHlwaCB1bmljb2RlPSImI3hlMDI2OyIgZD0iTSA0NzIuMDAsMTQ0LjAwbC00My4wNTYsMC4wMCBjLTAuNzIsMy44MjQtMS42MCw3LjU2OC0yLjU2LDExLjI5NmwgNzYuNzg0LDM4LjM4NGMgNy45MDQsMy45NTIsIDExLjA4OCwxMy41NjgsIDcuMTUyLDIxLjQ3MgoJCWMtMy45NjgsNy45MDQtMTMuNTM2LDExLjA3Mi0yMS40NzIsNy4xNTJsLTczLjI0OC0zNi42MDhDIDM4Ny42NjQsMjQ1Ljk4NCwgMzI2LjcyLDI4OC4wMCwgMjU2LjAwLDI4OC4wMGMtODYuMTEyLDAuMDAtMTU3Ljg0LTYyLjIwOC0xNzIuOTQ0LTE0NC4wMEwgNDAuMDAsMTQ0LjAwIAoJCUMgMTcuOTUyLDE0NC4wMCwwLjAwLDEyNi4wNjQsMC4wMCwxMDQuMDBjMC4wMC03Ljg0LCAyLjg4LTE1LjQwOCwgOC4wOC0yMS4yNjRMIDY0LjAwLDE5LjgyNEwgNjQuMDAsOC4wMCBDIDY0LjAwLTE0LjA2NCwgODEuOTUyLTMyLjAwLCAxMDQuMDAtMzIuMDBsIDMwNC4wMCwwLjAwIGMgMjIuMDY0LDAuMDAsIDQwLjAwLDE3LjkzNiwgNDAuMDAsNDAuMDAKCQlsMC4wMCwxMS44MjQgbCA1NS45MDQsNjIuOTEyQyA1MDkuMTIsODguNTkyLCA1MTIuMDAsOTYuMTYsIDUxMi4wMCwxMDQuMDBDIDUxMi4wMCwxMjYuMDY0LCA0OTQuMDY0LDE0NC4wMCwgNDcyLjAwLDE0NC4wMHogTSA0MTIuNzg0LDE0NC4wMGwtOC45OTIsMC4wMCBsIDcuOTY4LDQuMDAKCQlDIDQxMi4wNjQsMTQ2LjY1NiwgNDEyLjQ5NiwxNDUuMzYsIDQxMi43ODQsMTQ0LjAweiBNIDI1Ni4wMCwyNzIuMDBjIDY0LjQ2NCwwLjAwLCAxMjAuMDAtMzguNDAsIDE0NS4zMTItOTMuNDU2bC0xNC4yNTYtNy4xMkMgMzY0LjQwLDIyMS4yNjQsIDMxNC4zMiwyNTYuMDAsIDI1Ni4wMCwyNTYuMDAKCQljLTY4LjUxMiwwLjAwLTEyNS43NDQtNDcuODg4LTE0MC4zMi0xMTIuMDBMIDk5LjIzMiwxNDQuMDAgQyAxMTQuMDk2LDIxNi45NDQsIDE3OC43MzYsMjcyLjAwLCAyNTYuMDAsMjcyLjAweiBNIDMyOS4yMTYsMTQ0LjAwYy0xMi4zNjgsMjguMjA4LTQwLjQ5Niw0OC4wMC03My4yMTYsNDguMDBzLTYwLjgzMi0xOS43OTItNzMuMjE2LTQ4LjAwCgkJTCAxNjUuNjAsMTQ0LjAwIGMgMTMuMjE2LDM3LjIxNiwgNDguNjg4LDY0LjAwLCA5MC40MCw2NC4wMGMgMzkuNDQsMC4wMCwgNzMuNDA4LTIzLjkzNiwgODguMTI4LTU4LjAzMkwgMzMyLjIyNCwxNDQuMDBMIDMyOS4yMTYsMTQ0LjAwIHogTSAyNTYuMDAsMTYwLjAwYy0xNC4xMjgsMC4wMC0yNi43Mi02LjI1Ni0zNS41Mi0xNi4wMGwtMTkuNTg0LDAuMDAgCgkJYyAxMS4xMDQsMTkuMDI0LCAzMS41MiwzMi4wMCwgNTUuMTA0LDMyLjAwYyAyMy41NjgsMC4wMCwgNDQuMDAtMTIuOTc2LCA1NS4wODgtMzIuMDBsLTE5LjYwLDAuMDAgQyAyODIuNzIsMTUzLjc0NCwgMjcwLjEyOCwxNjAuMDAsIDI1Ni4wMCwxNjAuMDB6IE0gMjU2LjAwLDIyNC4wMAoJCWMtNTAuNjQsMC4wMC05My40NzItMzMuNzkyLTEwNy4yOC04MC4wMEwgMTMyLjIwOCwxNDQuMDAgYyAxNC4yNzIsNTUuMTA0LCA2NC4yNzIsOTYuMDAsIDEyMy43OTIsOTYuMDBjIDUxLjkzNiwwLjAwLCA5Ni42ODgtMzEuMTY4LCAxMTYuNzItNzUuNzQ0bC0xNC4yODgtNy4xMzYKCQlDIDM0MS4wMjQsMTk2LjQzMiwgMzAxLjY4LDIyNC4wMCwgMjU2LjAwLDIyNC4wMHogTSA0MTYuMDAsMzIuMDBsMC4wMC0yNC4wMCBjMC4wMC00LjQxNi0zLjYwLTguMDAtOC4wMC04LjAwbC0zMDQuMDAsMC4wMCBDIDk5LjU4NCwwLjAwLCA5Ni4wMCwzLjU4NCwgOTYuMDAsOC4wMEwgOTYuMDAsMzIuMDAgbC02NC4wMCw3Mi4wMAoJCUMgMzIuMDAsMTA4LjQxNiwgMzUuNTg0LDExMi4wMCwgNDAuMDAsMTEyLjAwTCA4MC4wMCwxMTIuMDAgbCAxNi4wMCwwLjAwIGwgMTYuMDAsMC4wMCBsIDE2LjAwLDAuMDAgbCAxNi4wMCwwLjAwIGwgMTYuMDAsMC4wMCBsIDE2LjAwLDAuMDAgbCAxNi4wMCwwLjAwIGwgMTYuMDAsMC4wMCBsIDk2LjAwLDAuMDAgbCAxNi4wMCwwLjAwIGwgMTYuMDAsMC4wMCBsIDE2LjAwLDAuMDAgbCAxNi4wMCwwLjAwIGwgMTYuMDAsMC4wMCBsIDE2LjAwLDAuMDAgbCAxNi4wMCwwLjAwIGwgMTYuMDAsMC4wMCBsIDQwLjAwLDAuMDAgYyA0LjQwLDAuMDAsIDguMDAtMy41ODQsIDguMDAtOC4wMEwgNDE2LjAwLDMyLjAwek0gMTI3LjYzMiwyOTIuNjA4IEMgMTI3LjUyLDI5Mi44MzIgMTI3LjQ0LDI5My4wNCAxMjcuMzQ0LDI5My4yOCBDIDExOS4wNCwzMTMuMzI4IDEyNy4yOTYsMzMyLjk5MiAxMzQuNzUyLDM1MC43MzYgQyAxNDEuODA4LDM2Ny41NjggMTQ4LjA2NCwzODIuNDggMTQxLjYwLDM5Ny4wMjQgQyAxNDEuNTY4LDM5Ny4wODggMTQxLjU1MiwzOTcuMTUyIDE0MS41MiwzOTcuMjE2IEMgMTQxLjUwNCwzOTcuMjY0IDE0MS40ODgsMzk3LjMxMiAxNDEuNDcyLDM5Ny4zNiBDIDE0MS40NTYsMzk3LjM5MiAxNDEuNDU2LDM5Ny40MjQgMTQxLjQ1NiwzOTcuNDU2IEMgMTQxLjEzNiwzOTguMzA0IDE0MC45NDQsMzk5LjIwIDE0MC45NDQsNDAwLjE2IEMgMTQwLjk0NCw0MDQuNDggMTQ0LjQ0OCw0MDguMDAgMTQ4Ljc4NCw0MDguMDAgQyAxNTIuMTEyLDQwOC4wMCAxNTQuOTQ0LDQwNS45MiAxNTYuMDgsNDAyLjk5MiBDIDE2NS4wMDgsMzgyLjY1NiAxNTYuODk2LDM2Mi42NTYgMTQ5LjMyOCwzNDQuNjQgQyAxNDIuMzIsMzI3Ljk2OCAxMzYuNjI0LDMxMi40OCAxNDIuNjI0LDI5OC4zNjggQyAxNDIuNjU2LDI5OC4yNTYgMTQyLjY1NiwyOTguMTYgMTQyLjYyNCwyOTguMDQ4IEMgMTQyLjgwLDI5Ny40MDggMTQyLjkxMiwyOTYuNzM2IDE0Mi45MTIsMjk2LjA0OCBDIDE0Mi45MTIsMjkxLjYxNiAxMzkuMzEyLDI4OC4wMCAxMzQuODgsMjg4LjAwIEMgMTMxLjc3NiwyODguMDAgMTI5LjEyLDI4OS43NiAxMjcuNzkyLDI5Mi4zMiBDIDEyNy43NzYsMjkyLjMyIDEyNy43NiwyOTIuMzIgMTI3Ljc2LDI5Mi4zMiBDIDEyNy43MTIsMjkyLjQxNiAxMjcuNjgsMjkyLjUxMiAxMjcuNjMyLDI5Mi42MDggWk0gMzIyLjQ2NCwyOTQuOTQ0IEMgMzIyLjM2OCwyOTUuMTUyIDMyMi4yODgsMjk1LjM3NiAzMjIuMjA4LDI5NS41ODQgQyAzMTMuOTA0LDMxNS42MzIgMzIyLjE0NCwzMzUuMzEyIDMyOS41ODQsMzUzLjA1NiBDIDMzNi42NTYsMzY5Ljg4OCAzNDIuODk2LDM4NC44MCAzMzYuNDMyLDM5OS4zNDQgQyAzMzYuNDMyLDM5OS40MDggMzM2LjQwLDM5OS40NzIgMzM2LjM2OCwzOTkuNTM2IEMgMzM2LjMzNiwzOTkuNTg0IDMzNi4zMzYsMzk5LjYzMiAzMzYuMzA0LDM5OS42OCBDIDMzNi4zMDQsMzk5LjcxMiAzMzYuMzA0LDM5OS43NDQgMzM2LjMwNCwzOTkuNzc2IEMgMzM2LjAwLDQwMC42MjQgMzM1Ljc3Niw0MDEuNTIgMzM1Ljc3Niw0MDIuNDggQyAzMzUuNzc2LDQwNi44MCAzMzkuMjk2LDQxMC4zMiAzNDMuNjE2LDQxMC4zMiBDIDM0Ni45Niw0MTAuMzIgMzQ5Ljc3Niw0MDguMjU2IDM1MC45MjgsNDA1LjMxMiBDIDM1OS44NTYsMzg0Ljk3NiAzNTEuNzQ0LDM2NC45NzYgMzQ0LjE3NiwzNDYuOTYgQyAzMzcuMTY4LDMzMC4yODggMzMxLjQ4OCwzMTQuODAgMzM3LjQ1NiwzMDAuNjg4IEMgMzM3LjUyLDMwMC41NzYgMzM3LjUyLDMwMC40OCAzMzcuNDg4LDMwMC4zNjggQyAzMzcuNjQ4LDI5OS43MjggMzM3Ljc3NiwyOTkuMDU2IDMzNy43NzYsMjk4LjM2OCBDIDMzNy43NzYsMjkzLjkzNiAzMzQuMTQ0LDI5MC4zMiAzMjkuNzEyLDI5MC4zMiBDIDMyNi42MjQsMjkwLjMyIDMyMy45NjgsMjkyLjA5NiAzMjIuNjI0LDI5NC42NTYgTCAzMjIuNTkyLDI5NC42NTYgQyAzMjIuNTYsMjk0Ljc1MiAzMjIuNTI4LDI5NC44NDggMzIyLjQ2NCwyOTQuOTQ0IFpNIDI0MC4zMDQsMzY0LjYwOCBDIDI0MC4xOTIsMzY0LjgzMiAyNDAuMTEyLDM2NS4wNCAyNDAuMDAsMzY1LjI2NCBDIDIzMS42OCwzODUuMzEyIDIzOS45MzYsNDA0Ljk5MiAyNDcuMzkyLDQyMi43MzYgQyAyNTQuNDQ4LDQzOS41NjggMjYwLjcwNCw0NTQuNDggMjU0LjI0LDQ2OS4wMjQgQyAyNTQuMjI0LDQ2OS4wODggMjU0LjE5Miw0NjkuMTUyIDI1NC4xNzYsNDY5LjIxNiBDIDI1NC4xNiw0NjkuMjY0IDI1NC4xNDQsNDY5LjMxMiAyNTQuMTI4LDQ2OS4zNiBDIDI1NC4xMTIsNDY5LjM5MiAyNTQuMTEyLDQ2OS40MjQgMjU0LjExMiw0NjkuNDU2IEMgMjUzLjc5Miw0NzAuMzA0IDI1My42MCw0NzEuMjAgMjUzLjYwLDQ3Mi4xNiBDIDI1My42MCw0NzYuNDggMjU3LjEyLDQ4MC4wMCAyNjEuNDQsNDgwLjAwIEMgMjY0Ljc4NCw0ODAuMDAgMjY3LjYwLDQ3Ny45MiAyNjguNzUyLDQ3NC45NzYgQyAyNzcuNjgsNDU0LjY0IDI2OS41NjgsNDM0LjY0IDI2Mi4wMCw0MTYuNjI0IEMgMjU0Ljk5MiwzOTkuOTUyIDI0OS4yOTYsMzg0LjQ2NCAyNTUuMjk2LDM3MC4zNTIgQyAyNTUuMzI4LDM3MC4yNCAyNTUuMzI4LDM3MC4xNDQgMjU1LjI5NiwzNzAuMDMyIEMgMjU1LjQ3MiwzNjkuMzkyIDI1NS41ODQsMzY4LjcyIDI1NS41ODQsMzY4LjAzMiBDIDI1NS41ODQsMzYzLjYwIDI1MS45ODQsMzU5Ljk4NCAyNDcuNTUyLDM1OS45ODQgQyAyNDQuNDY0LDM1OS45ODQgMjQxLjgwOCwzNjEuNzYgMjQwLjQ2NCwzNjQuMzIgQyAyNDAuNDQ4LDM2NC4zMiAyNDAuNDMyLDM2NC4zMiAyNDAuNDMyLDM2NC4zMiBDIDI0MC4zODQsMzY0LjQxNiAyNDAuMzUyLDM2NC41MTIgMjQwLjMwNCwzNjQuNjA4IFoiIGRhdGEtdGFncz0iZm9vZCIgLz4KPGdseXBoIHVuaWNvZGU9IiYjeGUwMjc7IiBkPSJNIDUwMC4wMCwzNzYuOTkybC04MC4wMCw2NC4wMEMgNDE0LjMyLDQ0NS41MzYsIDQwNy4yNDgsNDQ4LjAwLCA0MDAuMDAsNDQ4LjAwTCAxMTIuMDAsNDQ4LjAwIAoJCUMgMTA0LjczNiw0NDguMDAsIDk3LjY4LDQ0NS41MzYsIDkyLjAwLDQ0MC45OTJsLTgwLjAwLTY0LjAwQyAxLjUzNiwzNjguNjA4LTIuNTkyLDM1NC41OTIsIDEuNjQ4LDM0MS44NzJsIDMyLjAwLTk2LjAwYyAzLjE1Mi05LjQ1NiwgMTAuNTQ0LTE2LjkxMiwgMTkuOTg0LTIwLjE0NAoJCUMgNTYuOTkyLDIyNC41NzYsIDYwLjUxMiwyMjQuMDAsIDY0LjAwLDIyNC4wMGMgNS41NjgsMC4wMCwgMTEuMDg4LDEuNDU2LCAxNi4wMCw0LjI4OEwgODAuMDAsMzIuMDAgYzAuMDAtMTcuNjY0LCAxNC4zMzYtMzIuMDAsIDMyLjAwLTMyLjAwbCAyODguMDAsMC4wMCBjIDE3LjY2NCwwLjAwLCAzMi4wMCwxNC4zMzYsIDMyLjAwLDMyLjAwTCA0MzIuMDAsMjI4LjI4OCAKCQlDIDQzNi45MTIsMjI1LjQ1NiwgNDQyLjQzMiwyMjQuMDAsIDQ0OC4wMCwyMjQuMDBjIDMuNTA0LDAuMDAsIDcuMDA4LDAuNTc2LCAxMC4zNjgsMS43MjhjIDkuNDQsMy4yMzIsIDE2LjgxNiwxMC42ODgsIDE5Ljk2OCwyMC4xNDRsIDMyLjAwLDk2LjAwCgkJQyA1MTQuNTkyLDM1NC41OTIsIDUxMC40NjQsMzY4LjYwOCwgNTAwLjAwLDM3Ni45OTJ6IE0gMzE2LjA2NCw0MTYuMDBDIDMwNy4yMTYsMzk3LjQyNCwgMjgzLjc3NiwzODQuMDAsIDI1Ni4wMCwzODQuMDBjLTI3Ljc3NiwwLjAwLTUxLjIzMiwxMy40MjQtNjAuMDY0LDMyLjAwTCAzMTYuMDY0LDQxNi4wMCB6IE0gNDQ4LjAwLDI1Ni4wMGwtNDguMDAsMzIuMDAKCQlsMC4wMC0yNTYuMDAgTCAxMTIuMDAsMzIuMDAgTCAxMTIuMDAsMjg4LjAwIGwtNDguMDAtMzIuMDBMIDMyLjAwLDM1Mi4wMGwgODAuMDAsNjQuMDBsIDY2LjgzMiwwLjAwIEMgMTg3Ljc0NCwzODguNDQ4LCAyMTguNzY4LDM2OC4wMCwgMjU2LjAwLDM2OC4wMGMgMzcuMjE2LDAuMDAsIDY4LjI1NiwyMC40NDgsIDc3LjE1Miw0OC4wMEwgNDAwLjAwLDQxNi4wMCBsIDgwLjAwLTY0LjAwTCA0NDguMDAsMjU2LjAweiIgZGF0YS10YWdzPSJ0LXNoaXJ0IiAvPgo8Z2x5cGggdW5pY29kZT0iJiN4ZTAyODsiIGQ9Ik0gMzUyLjAwLDMzNi4wMGMtMC45OTItNDIuODAtMzMuMTItNzguOTQ0LTMzLjEyLTc4Ljk0NEMgMzE4Ljg4LDMzNi42NzIsIDI1Ni4wMCw0MDAuMDAsIDI1Ni4wMCw0MDAuMDBzLTAuODQ4LTQ3LjM5Mi0zMi42ODgtOTUuMTY4CgkJCUMgMTkxLjQ3Miw0MTYuMzA0LCA5NS45Miw0ODAuMDAsIDk1LjkyLDQ4MC4wMEMgMTQzLjY5NiwzMDQuODMyLCA4MC4wMCwyNDEuMTIsIDgwLjAwLDExMy43MjhDIDgwLjAwLDM4Ljk5MiwgMTQzLjI2NC0zMi4wMCwgMjQwLjAwLTMyLjAwYyAxNDMuMzEyLDAuMDAsIDE3MS4wMjQsNTIuNjA4LCAxODUuODQsMTExLjg4OAoJCQlDIDQ0Ni4yNTYsMTYxLjUwNCwgNDE1LjY4LDI1Ni4zODQsIDM1Mi4wMCwzMzYuMDB6IE0gMzk0LjgxNiw4Ny42NjRDIDM4NC41MjgsNDYuNTYsIDM3Mi45MTIsMC4wMCwgMjQwLjAwLDAuMDBjLTgwLjEyOCwwLjAwLTEyOC4wMCw1Ny44MjQtMTI4LjAwLDExMy43MjgKCQkJYzAuMDAsNDIuODE2LCA3LjgwOCw3Ny45NjgsIDE2LjA2NCwxMTUuMTg0YyAxMC40OTYsNDcuMTg0LCAyMS4yNDgsOTUuNDg4LCAxNi41OTIsMTU5LjM3NmMgNDkuMzQ0LTY4LjMwNCwgNjYuOTEyLTE1OC44MCwgNjYuOTEyLTE1OC44MAoJCQlzIDQ1LjkzNiw2NC40OTYsIDU4LjI4OCw5NC40NDhDIDI3OS4zMTIsMzA0LjY4OCwgMjg4LjAwLDI0MC4wMCwgMjg4LjAwLDE3Ni4wMGMwLjAwLDAuMDAsIDQyLjQ5NiwzNS4wMDgsIDc0LjM2OCw4Ny42NDhDIDM5NS45MzYsMjAzLjQ1NiwgNDA4LjAzMiwxNDAuNTI4LCAzOTQuODE2LDg3LjY2NHpNIDM1OC45MTIsMjExLjI4IEwgMzYxLjg4OCwxOTQuNzIgQyAzNjguNTQ0LDE1Ny42MzIgMzY0LjgxNiwxMTMuNzkyIDM1Mi40MTYsODMuMDA4IEMgMzUxLjE2OCw3OS44ODggMzQ4LjE2LDc4LjAwIDM0NS4wMDgsNzguMDAgQyAzNDQuMDAsNzguMDAgMzQyLjk3Niw3OC4xOTIgMzQyLjAwLDc4LjU3NiBDIDMzNy45MDQsODAuMjI0IDMzNS45MDQsODQuODggMzM3LjU2OCw4OC45NzYgQyAzNDYuOTEyLDExMi4xNiAzNTAuODQ4LDE0NC44MCAzNDguMzUyLDE3NC42MjQgQyAzMzIuMjg4LDE1Ni42NzIgMzEyLjA0OCwxMzcuOTY4IDI2OC44MCwxMTcuNDI0IEwgMjYwLjcwNCwxMTMuNjAgTCAyNTcuNzkyLDEyMi4wNDggQyAyNTIuMDAsMTM4Ljg0OCAyNDYuMTYsMTU1LjgyNCAyNDMuNjMyLDE3OS40ODggQyAyMzQuOTc2LDE2NS44NCAyMjcuMDcyLDE1My42OCAyMTMuNzkyLDEzNS42MCBMIDIwNS42NjQsMTI0LjUyOCBMIDIwMC4wMzIsMTM3LjA3MiBDIDE4Ni4yNTYsMTY3Ljg3MiAxNzUuNzYsMTkxLjkyIDE2Ny40NCwyMTMuMDcyIEMgMTU5Ljc0NCwxODguMzUyIDE1NC4wMCwxNTkuNzYgMTU0LjAwLDEwMi4wMTYgQyAxNTQuMDAsOTcuNjAgMTUwLjQwLDk0LjAxNiAxNDYuMDAsOTQuMDE2IEMgMTQxLjU2OCw5NC4wMTYgMTM4LjAwLDk3LjYwIDEzOC4wMCwxMDIuMDE2IEMgMTM4LjAwLDE3Ny4zNiAxNDguMDAsMjA2LjM4NCAxNTguNTYsMjM3LjEyIEwgMTY2Ljg4LDI2MS4yOCBMIDE3NC41NDQsMjM5LjY4IEMgMTgyLjc4NCwyMTYuNDY0IDE5My42MzIsMTkwLjg4IDIwOC45NzYsMTU2LjI4OCBDIDIxOS4wODgsMTcwLjU3NiAyMjUuODcyLDE4MS4zMjggMjM0LjA2NCwxOTQuMzA0IEwgMjU4LjM1MiwyMzIuMzUyIEwgMjU4LjM1MiwyMDUuMDA4IEMgMjU4LjM1MiwxNzQuMjI0IDI2My44ODgsMTU0LjExMiAyNjkuOTg0LDEzNS44NCBDIDMxMi41MjgsMTU3LjI0OCAzMjguNDY0LDE3NS44NzIgMzQ1LjMxMiwxOTUuNTIgTCAzNTguOTEyLDIxMS4yOCBaIiBkYXRhLXRhZ3M9ImZpcmUiIC8+CjxnbHlwaCB1bmljb2RlPSImI3hlMDI5OyIgZD0iTSA0NjkuODA4LDQwNS44MDggQyA1MjYuMDY0LDM0OS41ODQgNTI2LjA2NCwyNTguNDAgNDY5LjgwOCwyMDIuMTc2IEwgMjk0LjMzNiwyNi42ODggQyAyODguMDgsMjAuNDE2IDI3Ny45NjgsMjAuNDE2IDI3MS43MTIsMjYuNjg4IEMgMjY1LjQyNCwzMi45NDQgMjY1LjQyNCw0My4wNCAyNzEuNzEyLDQ5LjMxMiBMIDQ0NC45MjgsMjIyLjU0NCBDIDQ4OC42NzIsMjY2LjI4OCA0ODguNjcyLDMzNy4xNjggNDQ0Ljg5NiwzODAuOTI4IEMgNDAxLjIxNiw0MjQuNjcyIDMzMC4yNzIsNDI0LjY3MiAyODYuNTI4LDM4MC45MjggTCA1NS4zNzYsMTUyLjQ5NiBDIDI0LjEyOCwxMjEuMjY0IDI0LjEyOCw3MC42MDggNTUuMzc2LDM5LjM3NiBDIDg2LjYyNCw4LjEyOCAxMzcuMjQ4LDguMTI4IDE2OC40OTYsMzkuMzc2IEwgNDAxLjkzNiwyNzAuMDQ4IEMgNDIwLjY1NiwyODguNzY4IDQyMC42NTYsMzE5LjIxNiA0MDEuOTM2LDMzNy45MzYgQyAzODMuMjE2LDM1Ni42NCAzNTIuNzg0LDM1Ni42NCAzMzQuMDY0LDMzNy45MzYgTCAxNTguNTYsMTYyLjQzMiBDIDE1Mi4zMDQsMTU2LjE3NiAxNDIuMTkyLDE1Ni4xNzYgMTM1LjkzNiwxNjIuNDMyIEMgMTI5LjY4LDE2OC43MDQgMTI5LjY4LDE3OC44MCAxMzUuOTM2LDE4NS4wNzIgTCAzMTEuNDI0LDM2MC41NiBDIDM0Mi42NCwzOTEuNzkyIDM5My4yOTYsMzkxLjc5MiA0MjQuNTQ0LDM2MC41NiBDIDQ1NS43OTIsMzI5LjMxMiA0NTUuNzkyLDI3OC42NzIgNDI0LjU0NCwyNDcuNDI0IEwgMTkxLjEwNCwxNi43MzYgQyAxNDcuNDU2LTI2LjkyOCA3Ni40MC0yNi45MjggMzIuNzM2LDE2LjczNiBDIC0xMC45MjgsNjAuNDAgLTEwLjkyOCwxMzEuNDcyIDMyLjczNiwxNzUuMTM2IEwgMjY2LjE3Niw0MDUuODA4IEMgMzIyLjQwLDQ2Mi4wNjQgNDEzLjU4NCw0NjIuMDY0IDQ2OS44MDgsNDA1LjgwOCBaIiBkYXRhLXRhZ3M9ImNsaXAiIC8+CjxnbHlwaCB1bmljb2RlPSImI3hlMDJhOyIgZD0iTSA1MDIuNDAsMzAwLjgwbC00OC4wMCw2My45NjhjLTEuODcyLDIuNTEyLTQuMDk2LDQuNjg4LTYuNDAsNi43NjhMIDQ0OC4wMCw0NDguMDAgYzAuMDAsMTcuNjY0LTE0LjMzNiwzMi4wMC0zMi4wMCwzMi4wMEwgOTYuMDAsNDgwLjAwIAoJQyA3OC4zMiw0ODAuMDAsIDY0LjAwLDQ2NS42NjQsIDY0LjAwLDQ0OC4wMGwwLjAwLTc2LjQ4IEMgNjEuNjk2LDM2OS40NTYsIDU5LjQ3MiwzNjcuMjk2LCA1Ny42MCwzNjQuODBsLTQ3Ljk4NC02My45ODRDIDMuNDA4LDI5Mi41NiwwLjAwLDI4Mi4zMzYsMC4wMCwyNzIuMDBsMC4wMC0xNi4wMCBjMC4wMC0yNi40NjQsIDIxLjUzNi00OC4wMCwgNDguMDAtNDguMDBsMC4wMCwwLjAwIGwwLjAwLTIwOC4wMCAKCWMwLjAwLTE3LjY2NCwgMTQuMzM2LTMyLjAwLCAzMi4wMC0zMi4wMGwgMzUyLjAwLDAuMDAgYyAxNy42NjQsMC4wMCwgMzIuMDAsMTQuMzM2LCAzMi4wMCwzMi4wMEwgNDY0LjAwLDIwOC4wMCBsMC4wMCwwLjAwYyAyNi40NjQsMC4wMCwgNDguMDAsMjEuNTM2LCA0OC4wMCw0OC4wMGwwLjAwLDE2LjAwIEMgNTEyLjAwLDI4Mi4zMzYsIDUwOC41OTIsMjkyLjU2LCA1MDIuNDAsMzAwLjgweiBNIDQxNi4wMCw0NDguMDBsMC4wMC02NC4wMCBMIDk2LjAwLDM4NC4wMCBsMC4wMCwwLjAwIEwgOTYuMDAsNDQ4LjAwIEwgNDE2LjAwLDQ0OC4wMCB6CgkgTSAxNjMuMDg4LDI0MC4wMEwgOTYuMDY0LDI0MC4wMCBsIDY0LjAwLDExMi4wMGwgMzUuMDI0LDAuMDAgTCAxNjMuMDg4LDI0MC4wMHogTSAyMTEuNzQ0LDM1Mi4wMEwgMjQ4LjAwLDM1Mi4wMCBsMC4wMC0xMTIuMDAgbC02OC4yNTYsMC4wMCBMIDIxMS43NDQsMzUyLjAweiBNIDI2NC4wMCwzNTIuMDBsIDM2LjI1NiwwLjAwIGwgMzIuMDAtMTEyLjAwTCAyNjQuMDAsMjQwLjAwIEwgMjY0LjAwLDM1Mi4wMCB6IE0gMzE2Ljg4LDM1Mi4wMGwgMzUuMDI0LDAuMDAgbCA2NC4wMC0xMTIuMDBsLTY3LjAyNCwwLjAwIAoJTCAzMTYuODgsMzUyLjAweiBNIDMyLjAwLDI1Ni4wMGwwLjAwLDE2LjAwIGMwLjAwLDMuNDcyLCAxLjEyLDYuODMyLCAzLjIwLDkuNjBsIDQ4LjAwLDY0LjAwQyA4Ni4yMjQsMzQ5LjYzMiwgOTAuOTYsMzUyLjAwLCA5Ni4wMCwzNTIuMDBsIDQ1LjYzMiwwLjAwIGwtNjQuMDAtMTEyLjAwTCA0OC4wMCwyNDAuMDAgQyAzOS4xNjgsMjQwLjAwLCAzMi4wMCwyNDcuMTUyLCAzMi4wMCwyNTYuMDB6IE0gMzIwLjAwLDAuMDBsLTEyMC4wMCwwLjAwIEwgMjAwLjAwLDE2MC4wMCAKCUwgMzIwLjAwLDE2MC4wMCBMIDMyMC4wMCwwLjAwIHogTSA0MzIuMDAsMC4wMGwtOTYuMDAsMC4wMCBMIDMzNi4wMCwxNjAuMDAgYzAuMDAsOC44NDgtNy4xODQsMTYuMDAtMTYuMDAsMTYuMDBsLTEyMC4wMCwwLjAwIGMtOC44MzIsMC4wMC0xNi4wMC03LjE1Mi0xNi4wMC0xNi4wMGwwLjAwLTE2MC4wMCBMIDgwLjAwLDAuMDAgTCA4MC4wMCwyMDguMDAgbCAzNTIuMDAsMC4wMCBMIDQzMi4wMCwwLjAwIHogTSA0ODAuMDAsMjU2LjAwYzAuMDAtOC44NDgtNy4xNTItMTYuMDAtMTYuMDAtMTYuMDBsLTI5LjY2NCwwLjAwIGwtNjQuMDAsMTEyLjAwTCA0MTYuMDAsMzUyLjAwIGwwLjAwLDAuMDAKCWMgNS4wMjQsMC4wMCwgOS43NzYtMi4zNjgsIDEyLjc4NC02LjQwbCA0OC4wMC02NC4wMEMgNDc4Ljg4LDI3OC44MzIsIDQ4MC4wMCwyNzUuNDcyLCA0ODAuMDAsMjcyLjAwTCA0ODAuMDAsMjU2LjAwIHoiIGRhdGEtdGFncz0ic2hvcCIgLz4KPGdseXBoIHVuaWNvZGU9IiYjeGUwMmI7IiBkPSJNIDQ2OS4zNDQsNDMyLjAwTCA0MDAuMDAsNDMyLjAwIEwgNDAwLjAwLDQ2NC4wMCBjMC4wMCw4Ljg0OC03LjE1MiwxNi4wMC0xNi4wMCwxNi4wMHMtMTYuMDAtNy4xNTItMTYuMDAtMTYuMDBsMC4wMC0zMi4wMCBsLTk2LjAwLDAuMDAgTCAyNzIuMDAsNDY0LjAwIGMwLjAwLDguODQ4LTcuMTY4LDE2LjAwLTE2LjAwLDE2LjAwcy0xNi4wMC03LjE1Mi0xNi4wMC0xNi4wMGwwLjAwLTMyLjAwIEwgMTQ0LjAwLDQzMi4wMCBMIDE0NC4wMCw0NjQuMDAgCgkJYzAuMDAsOC44NDgtNy4xNjgsMTYuMDAtMTYuMDAsMTYuMDBTIDExMi4wMCw0NzIuODQ4LCAxMTIuMDAsNDY0LjAwbDAuMDAtMzIuMDAgTCA0Mi42NzIsNDMyLjAwIEMgMTkuMTA0LDQzMi4wMCwwLjAwLDQxMi45MTIsMC4wMCwzODkuMzQ0bDAuMDAtMzc4LjY3MiBDMC4wMC0xMi44OTYsIDE5LjEwNC0zMi4wMCwgNDIuNjcyLTMyLjAwbCA0MjYuNjcyLDAuMDAgCgkJQyA0OTIuOTEyLTMyLjAwLCA1MTIuMDAtMTIuODk2LCA1MTIuMDAsMTAuNjcyTCA1MTIuMDAsMzg5LjM0NCBDIDUxMi4wMCw0MTIuOTEyLCA0OTIuOTEyLDQzMi4wMCwgNDY5LjM0NCw0MzIuMDB6IE0gNDgwLjAwLDEwLjY3MkMgNDgwLjAwLDQuNzg0LCA0NzUuMjE2LDAuMDAsIDQ2OS4zNDQsMC4wMEwgNDIuNjcyLDAuMDAgCgkJQyAzNi43ODQsMC4wMCwgMzIuMDAsNC43ODQsIDMyLjAwLDEwLjY3MkwgMzIuMDAsMzg5LjM0NCBDIDMyLjAwLDM5NS4yMTYsIDM2Ljc4NCw0MDAuMDAsIDQyLjY3Miw0MDAuMDBMIDExMi4wMCw0MDAuMDAgbDAuMDAtMzIuMDAgYzAuMDAtOC44NDgsIDcuMTY4LTE2LjAwLCAxNi4wMC0xNi4wMHMgMTYuMDAsNy4xNTIsIDE2LjAwLDE2LjAwTCAxNDQuMDAsNDAwLjAwIGwgOTYuMDAsMC4wMCBsMC4wMC0zMi4wMCBjMC4wMC04Ljg0OCwgNy4xNjgtMTYuMDAsIDE2LjAwLTE2LjAwCgkJcyAxNi4wMCw3LjE1MiwgMTYuMDAsMTYuMDBMIDI3Mi4wMCw0MDAuMDAgbCA5Ni4wMCwwLjAwIGwwLjAwLTMyLjAwIGMwLjAwLTguODQ4LCA3LjE1Mi0xNi4wMCwgMTYuMDAtMTYuMDBzIDE2LjAwLDcuMTUyLCAxNi4wMCwxNi4wMEwgNDAwLjAwLDQwMC4wMCBsIDY5LjM0NCwwLjAwIEMgNDc1LjIxNiw0MDAuMDAsIDQ4MC4wMCwzOTUuMjE2LCA0ODAuMDAsMzg5LjM0NEwgNDgwLjAwLDEwLjY3MiB6TSAxMTIuMDAsMjg4LjAwTCAxNzYuMDAsMjg4LjAwTCAxNzYuMDAsMjQwLjAwTCAxMTIuMDAsMjQwLjAwek0gMTEyLjAwLDIwOC4wMEwgMTc2LjAwLDIwOC4wMEwgMTc2LjAwLDE2MC4wMEwgMTEyLjAwLDE2MC4wMHpNIDExMi4wMCwxMjguMDBMIDE3Ni4wMCwxMjguMDBMIDE3Ni4wMCw4MC4wMEwgMTEyLjAwLDgwLjAwek0gMjI0LjAwLDEyOC4wMEwgMjg4LjAwLDEyOC4wMEwgMjg4LjAwLDgwLjAwTCAyMjQuMDAsODAuMDB6TSAyMjQuMDAsMjA4LjAwTCAyODguMDAsMjA4LjAwTCAyODguMDAsMTYwLjAwTCAyMjQuMDAsMTYwLjAwek0gMjI0LjAwLDI4OC4wMEwgMjg4LjAwLDI4OC4wMEwgMjg4LjAwLDI0MC4wMEwgMjI0LjAwLDI0MC4wMHpNIDMzNi4wMCwxMjguMDBMIDQwMC4wMCwxMjguMDBMIDQwMC4wMCw4MC4wMEwgMzM2LjAwLDgwLjAwek0gMzM2LjAwLDIwOC4wMEwgNDAwLjAwLDIwOC4wMEwgNDAwLjAwLDE2MC4wMEwgMzM2LjAwLDE2MC4wMHpNIDMzNi4wMCwyODguMDBMIDQwMC4wMCwyODguMDBMIDQwMC4wMCwyNDAuMDBMIDMzNi4wMCwyNDAuMDB6IiBkYXRhLXRhZ3M9ImNhbGVuZGFyIiAvPgo8Z2x5cGggdW5pY29kZT0iJiN4ZTAyYzsiIGQ9Ik0gMjU2LjAwLDE2MC4wMEEzMi4wMCwzMi4wMCAxODAuMDAgMSwwIDMyMC4wMCwxNjBBMzIuMDAsMzIuMDAgMTgwLjAwIDEsMCAyNTYuMDAsMTYwek0gNDY0LjAxNiwyNzIuMDBDIDQ2NC4wMCwyNzIuMDAsIDQ2NC4wMCwyNzIuMDAsIDQ2NC4wMTYsMjcyLjAwTCA0NjQuMDAsMzY4LjAwTCA0NjQuMDAsMzc2LjAwIEwgNDY0LjAwLDQxNi4wMCBjMC4wMCwyNi41MTItMjEuNTA0LDQ4LjAwLTQ4LjAwLDQ4LjAwbC02NC4wMCwwLjAwIEwgODguMDAsNDY0LjAwIEMgMzkuNDcyLDQ2NC4wMCwwLjAwLDQyNC41MTIsMC4wMCwzNzYuMDBsMC4wMC0zMjAuMDAgCgkJQzAuMDAsNy40ODgsIDM5LjQ3Mi0zMi4wMCwgODguMDAtMzIuMDBsIDI4OC4wMCwwLjAwIGMgNDguNTEyLDAuMDAsIDg4LjAwLDM5LjQ4OCwgODguMDAsODguMDBMIDQ2NC4wMCw4MC4wMCBjMC4wMCwwLjAwLDAuMDAsMC4wMCwgMC4wMTYsMC4wMEMgNTI3Ljk4NCwxMjguMDE2LCA1MjcuOTg0LDIyMy45ODQsIDQ2NC4wMTYsMjcyLjAweiBNIDg4LjAwLDQzMi4wMEwgMzUyLjAwLDQzMi4wMCBsIDY0LjAwLDAuMDAgCgkJYyA4LjgxNiwwLjAwLCAxNi4wMC03LjE2OCwgMTYuMDAtMTYuMDBsMC4wMC00MC4wMCBMIDQzMi4wMCwzNjguMDAgbDAuMDAtNTAuOTQ0IEMgNDI2Ljk3NiwzMTguODQ4LCA0MjEuNjMyLDMyMC4wMCwgNDE2LjAwLDMyMC4wMGwtMC4wMTYsMC4wMCBMIDQxNS45ODQsMzM2LjAwIEwgNDE1Ljk4NCwzNjguMDAgTCA0MTUuOTg0LDQwMC4wMCBjMC4wMCw4Ljg0OC03LjE2OCwxNi4wMC0xNi4wMCwxNi4wMGwtMzM2LjAwLDAuMDAgYy04LjgzMiwwLjAwLTE2LjAwLTcuMTUyLTE2LjAwLTE2LjAwbDAuMDAtMzIuMDAgCgkJbDAuMDAtMzEuMDg4IEMgMzguMTEyLDM0Ny4wMDgsIDMyLjAwLDM2MC43NjgsIDMyLjAwLDM3Ni4wMEMgMzIuMDAsNDA2LjkyOCwgNTcuMDU2LDQzMi4wMCwgODguMDAsNDMyLjAweiBNIDM5OS45ODQsMzg0LjAwbC0zMzYuMDAsMC4wMCBMIDYzLjk4NCw0MDAuMDAgbCAzMzYuMDAsMC4wMCBMIDM5OS45ODQsMzg0LjAwIHogTSAzOTkuOTg0LDM2OC4wMGwwLjAwLTE2LjAwIGwtMzM2LjAwLDAuMDAgTCA2My45ODQsMzY4LjAwIEwgMzk5Ljk4NCwzNjguMDAgeiBNIDM5OS45ODQsMzM2LjAwbDAuMDAtMTYuMDAgTCAzNTIuMDAsMzIwLjAwIEwgODguMDAsMzIwLjAwIAoJCWMtOC42NCwwLjAwLTE2LjcwNCwyLjExMi0yNC4wMCw1LjYwTCA2NC4wMCwzMzYuMDAgTCAzOTkuOTg0LDMzNi4wMCB6IE0gNDMyLjAwLDU2LjAwYzAuMDAtMzAuOTI4LTI1LjA3Mi01Ni4wMC01Ni4wMC01Ni4wMGwtMjg4LjAwLDAuMDAgQyA1Ny4wNTYsMC4wMCwgMzIuMDAsMjUuMDcyLCAzMi4wMCw1Ni4wMEwgMzIuMDAsMzA4LjE3NiAKCQlDIDQ3LjIxNiwyOTUuNTg0LCA2Ni43MzYsMjg4LjAwLCA4OC4wMCwyODguMDBMIDM1Mi4wMCwyODguMDAgbCA2NC4wMCwwLjAwIGMgOC44MTYsMC4wMCwgMTYuMDAtNy4xNjgsIDE2LjAwLTE2LjAwbDAuMDAtMzIuMDAgbC0xNDQuMDAsMC4wMCBjLTQ0LjE5MiwwLjAwLTgwLjAwLTM1LjgwOC04MC4wMC04MC4wMHMgMzUuODI0LTgwLjAwLCA4MC4wMC04MC4wMGwgMTQ0LjAwLDAuMDAgTCA0MzIuMDAsNTYuMDAgeiBNIDQ1Mi40MzIsMTEyLjAwTCAyODguMDAsMTEyLjAwIAoJCWMtMjYuNDY0LDAuMDAtNDguMDAsMjEuNTM2LTQ4LjAwLDQ4LjAwcyAyMS41MzYsNDguMDAsIDQ4LjAwLDQ4LjAwbCAxNDQuMDAsMC4wMCBjIDkuODcyLDAuMTI4LCAxOS42NjQsNC45MTIsIDI1LjYzMiwxMi44NjRjIDEuNjY0LDIuMjQsIDIuOTYsNC43NTIsIDQuMDAsNy4zNzYKCQljIDAuMTQ0LDAuMzUyLCAwLjQwLDAuNjI0LCAwLjUyOCwwLjk5MkMgNDczLjY2NCwyMTQuMTQ0LCA0ODAuMDAsMTk1LjY0OCwgNDgwLjAwLDE3Ni4wMEMgNDgwLjAwLDE1MS4zOTIsIDQ3MC4wNjQsMTI4LjU2LCA0NTIuNDMyLDExMi4wMHoiIGRhdGEtdGFncz0idmFsbGV0IiAvPgo8Z2x5cGggdW5pY29kZT0iJiN4ZTAyZDsiIGQ9Ik0gMzUxLjIxNiw0NjEuNjBjLTEzMS4yMzIsNTIuNTQ0LTI4MC4yNC0xMS4yMzItMzMyLjgwLTE0Mi40OAoJCWMtNTIuNTc2LTEzMS4yNjQsIDExLjIzMi0yODAuMjg4LCAxNDIuNDgtMzMyLjgzMmMgMTMxLjI0OC01Mi41NiwgMjgwLjI1NiwxMS4yMzIsIDMzMi44MTYsMTQyLjQ4QyA1NDYuMjg4LDI2MC4wMzIsIDQ4Mi40NjQsNDA5LjAyNCwgMzUxLjIxNiw0NjEuNjB6CgkJIE0gMTcyLjgwLDE1Ljk4NEMgNTguMTQ0LDYxLjkwNCwgMi4yMDgsMTkyLjUyOCwgNDguMTEyLDMwNy4yMGMgNDUuOTIsMTE0LjY1NiwgMTc2LjU2LDE3MC42MDgsIDI5MS4yMzIsMTI0LjY3MmMgMTE0LjY1Ni00NS45MDQsIDE3MC41OTItMTc2LjU0NCwgMTI0LjY4OC0yOTEuMjAKCQlDIDQxOC4wOTYsMjYuMDAsIDI4Ny40NzItMjkuOTIsIDE3Mi44MCwxNS45ODR6TSAyNjcuOTg0LDI1My42NDhjLTE2LjQwLDYuNTc2LTM1LjA0LTEuNDA4LTQxLjYxNi0xNy44MDgKCQlzIDEuNDA4LTM1LjAyNCwgMTcuNzkyLTQxLjYwYyAxNi40MC02LjU3NiwgMzUuMDU2LDEuNDA4LCA0MS42MTYsMTcuNzkyQyAyOTIuMzM2LDIyOC40MzIsIDI4NC4zNjgsMjQ3LjA1NiwgMjY3Ljk4NCwyNTMuNjQ4eiBNIDI1MC4xMTIsMjA5LjA3MgoJCWMtOC4xOTIsMy4yOTYtMTIuMTc2LDEyLjYwOC04LjkxMiwyMC44MTZjIDMuMjk2LDguMTkyLCAxMi42MjQsMTIuMTc2LCAyMC44MTYsOC45MTJjIDguMTc2LTMuMjgsIDEyLjE2LTEyLjYwOCwgOC44OTYtMjAuODE2CgkJQyAyNjcuNjMyLDIwOS43OTIsIDI1OC4zMDQsMjA1LjgwOCwgMjUwLjExMiwyMDkuMDcyek0gMjkxLjc0NCwzMTMuMDRjLTQ5LjIxNiwxOS43MTItMTA1LjA4OC00LjIyNC0xMjQuODAtNTMuNDI0CgkJYy0xOS43MTItNDkuMjE2LCA0LjIyNC0xMDUuMDg4LCA1My40MjQtMTI0LjgwYyA0OS4yMTYtMTkuNzEyLCAxMDUuMDg4LDQuMjA4LCAxMjQuODAsNTMuNDI0UyAzNDAuOTc2LDI5My4zNDQsIDI5MS43NDQsMzEzLjA0eiBNIDIzMi4yODgsMTY0LjUyOAoJCWMtMzIuNzY4LDEzLjEwNC00OC43MzYsNTAuNDQ4LTM1LjYzMiw4My4yMGMgMTMuMTIsMzIuNzUyLCA1MC40MzIsNDguNzM2LCA4My4xODQsMzUuNjMyYyAzMi43ODQtMTMuMTIsIDQ4Ljc1Mi01MC40NjQsIDM1LjY2NC04My4yMTYKCQlDIDMwMi4zNjgsMTY3LjM5MiwgMjY1LjA0LDE1MS4zOTIsIDIzMi4yODgsMTY0LjUyOHpNIDM3NC45MTIsMTc2LjM1MiBMIDM3NC44OCwxNzYuMzUyIEMgMzYxLjgwOCwxNDMuNzI4IDMzNi43NTIsMTE5LjQ1NiAzMDYuNzg0LDEwNi40OTYgQyAzMDYuNjcyLDEwNi40NDggMzA2LjYwOCwxMDYuMzIgMzA2LjQ0OCwxMDYuMjU2IEMgMzAyLjM4NCwxMDQuNTI4IDI5Ny42OTYsMTA2LjQwIDI5NS45NTIsMTEwLjQ4IEMgMjk0LjIwOCwxMTQuNTI4IDI5Ni4xMTIsMTE5LjIzMiAzMDAuMTQ0LDEyMC45NiBDIDMyNi40OCwxMzIuMjQgMzQ4LjU0NCwxNTMuNTY4IDM2MC4wNDgsMTgyLjMwNCBMIDM2MC4wNDgsMTgyLjI4OCBDIDM2MS42OTYsMTg2LjQwIDM2Ni4zNTIsMTg4LjQwIDM3MC40NDgsMTg2LjczNiBDIDM3NC41NDQsMTg1LjEwNCAzNzYuNTQ0LDE4MC40NDggMzc0LjkxMiwxNzYuMzUyIFpNIDQyOS44NCwxNjIuOTc2IEMgNDMzLjkzNiwxNjEuMzI4IDQzNS45MzYsMTU2LjY3MiA0MzQuMzA0LDE1Mi41NzYgQyA0MTQuNzA0LDEwMy42NDggMzc3LjA4OCw2Ny4yMTYgMzMyLjE0NCw0Ny44MDggQyAzMzEuOTUyLDQ3LjcyOCAzMzEuODA4LDQ3LjU1MiAzMzEuNjE2LDQ3LjQ1NiBDIDMyNy41NTIsNDUuNzI4IDMyMi44NjQsNDcuNTg0IDMyMS4xMiw1MS42NjQgQyAzMTkuMzc2LDU1LjcyOCAzMjEuMjgsNjAuNDMyIDMyNS4zMTIsNjIuMTYgQyAzNjYuNzIsNzkuODg4IDQwMS4zNzYsMTEzLjQwOCA0MTkuNDQsMTU4LjUyOCBDIDQyMS4wODgsMTYyLjYyNCA0MjUuNzQ0LDE2NC42MjQgNDI5Ljg0LDE2Mi45NzYgWk0gNDAwLjEyOCwxNzQuODY0IEMgNDA0LjIyNCwxNzMuMjE2IDQwNi4yMjQsMTY4LjU2IDQwNC41OTIsMTY0LjQ2NCBDIDM4OC4yNTYsMTIzLjY4IDM1Ni45MTIsOTMuMzQ0IDMxOS40NzIsNzcuMTY4IEMgMzE5LjI5Niw3Ny4wNzIgMzE5LjIwLDc2LjkyOCAzMTkuMDQsNzYuODQ4IEMgMzE0Ljk3Niw3NS4xMiAzMTAuMjg4LDc2Ljk5MiAzMDguNTQ0LDgxLjA1NiBDIDMwNi44MCw4NS4xMiAzMDguNzA0LDg5LjgyNCAzMTIuNzY4LDkxLjU2OCBMIDMxMi43MzYsOTEuNTY4IEMgMzQ2LjY0LDEwNi4wOCAzNzQuOTc2LDEzMy40ODggMzg5LjcyOCwxNzAuNDE2IEMgMzkxLjM3NiwxNzQuNTI4IDM5Ni4wMzIsMTc2LjUxMiA0MDAuMTI4LDE3NC44NjQgWk0gMjE2LjIwOCwzMzcuNDA4IEMgMjE3Ljk1MiwzMzMuMzI4IDIxNi4wNjQsMzI4LjY0IDIxMi4wMCwzMjYuODggQyAxODUuNjY0LDMxNS42MTYgMTYzLjYwLDI5NC4yNzIgMTUyLjExMiwyNjUuNTY4IEwgMTUyLjA5NiwyNjUuNTY4IEMgMTUwLjQ2NCwyNjEuNDcyIDE0NS44MDgsMjU5LjQ3MiAxNDEuNjk2LDI2MS4xMiBDIDEzNy42MCwyNjIuNzY4IDEzNS42MCwyNjcuNDA4IDEzNy4yNDgsMjcxLjUyIEwgMTM3LjI2NCwyNzEuNTIgQyAxNTAuMzIsMzA0LjEyOCAxNzUuMzkyLDMyOC40MTYgMjA1LjM2LDM0MS4zNzYgQyAyMDUuNDcyLDM0MS40MjQgMjA1LjU1MiwzNDEuNTUyIDIwNS42OTYsMzQxLjYwIEMgMjA5Ljc2LDM0My4zNDQgMjE0LjQ2NCwzNDEuNDg4IDIxNi4yMDgsMzM3LjQwOCBaTSAxOTEuMDA4LDM5Ni4yNCBDIDE5Mi43NTIsMzkyLjE3NiAxOTAuODY0LDM4Ny40ODggMTg2LjgxNiwzODUuNzI4IEMgMTQ1LjQwOCwzNjguMDAgMTEwLjc2OCwzMzQuNDggOTIuNjg4LDI4OS4zNzYgQyA5MS4wNCwyODUuMjY0IDg2LjM4NCwyODMuMjggODIuMjg4LDI4NC45MjggQyA3OC4xNzYsMjg2LjU2IDc2LjE3NiwyOTEuMjE2IDc3Ljg0LDI5NS4zNDQgQyA5Ny40NCwzNDQuMjcyIDEzNS4wNCwzODAuNjg4IDE4MC4wMCw0MDAuMTEyIEMgMTgwLjE2LDQwMC4xOTIgMTgwLjMwNCw0MDAuMzY4IDE4MC40OTYsNDAwLjQ0OCBDIDE4NC41Niw0MDIuMTc2IDE4OS4yNjQsNDAwLjMwNCAxOTEuMDA4LDM5Ni4yNCBaTSAxOTkuMzkyLDM1Ni4zMzYgTCAxOTkuMzkyLDM1Ni4yODggQyAxNjUuNTIsMzQxLjc5MiAxMzcuMTY4LDMxNC4zNjggMTIyLjQwLDI3Ny40NCBDIDEyMC43NTIsMjczLjMyOCAxMTYuMDk2LDI3MS4zNiAxMTIuMDAsMjcyLjk5MiBDIDEwNy45MiwyNzQuNjU2IDEwNS45MDQsMjc5LjI5NiAxMDcuNTY4LDI4My40MDggQyAxMjMuODg4LDMyNC4xNzYgMTU1LjIzMiwzNTQuNTQ0IDE5Mi42ODgsMzcwLjczNiBDIDE5Mi44NDgsMzcwLjgwIDE5Mi45NDQsMzcwLjk2IDE5My4xMDQsMzcxLjAyNCBDIDE5Ny4xNjgsMzcyLjc2OCAyMDEuODcyLDM3MC44OCAyMDMuNjE2LDM2Ni44MzIgQyAyMDUuMzYsMzYyLjc1MiAyMDMuNDU2LDM1OC4wNjQgMTk5LjQwOCwzNTYuMzM2IFoiIGRhdGEtdGFncz0idnluaWwiIC8+CjxnbHlwaCB1bmljb2RlPSImI3hlMDJlOyIgZD0iTSAzOTcuMzEyLDI5Ni44OEMgMzk0LjMzNiwzMDEuMzI4LCAzODkuMzQ0LDMwNC4wMCwgMzg0LjAwLDMwNC4wMGwtMTYuMDAsMC4wMCBjLTguODQ4LDAuMDAtMTYuMDAtNy4xNTItMTYuMDAtMTYuMDBsMC4wMC05Ni4wMCBjMC4wMC04Ljg0OCwgNy4xNTItMTYuMDAsIDE2LjAwLTE2LjAwbCA2NC4wMCwwLjAwIAoJCWMgOC44NDgsMC4wMCwgMTYuMDAsNy4xNTIsIDE2LjAwLDE2LjAwbDAuMDAsMjQuMDAgYzAuMDAsMy4xNTItMC45NDQsNi4yNTYtMi42ODgsOC44OEwgMzk3LjMxMiwyOTYuODh6IE0gNDMyLjAwLDE5Mi4wMGwtNjQuMDAsMC4wMCBsMC4wMCw5Ni4wMCBsIDE2LjAwLDAuMDAgbCA0OC4wMC03Mi4wMEwgNDMyLjAwLDE5Mi4wMCB6TSA1MDMuOTM2LDIzNC42MjRsLTY0LjAwLDk2LjAwQyA0MzEuMDA4LDM0NC4wMTYsIDQxNi4wNjQsMzUyLjAwLCA0MDAuMDAsMzUyLjAwbC02NC4wMCwwLjAwIEwgMzM2LjAwLDM4NC4wMCBjMC4wMCwyNi40NjQtMjEuNTM2LDQ4LjAwLTQ4LjAwLDQ4LjAwTCA0OC4wMCw0MzIuMDAgQyAyMS41MzYsNDMyLjAwLDAuMDAsNDEwLjQ2NCwwLjAwLDM4NC4wMGwwLjAwLTE3Ni4wMCAKCQljMC4wMC0yNi40NjQsIDIxLjUzNi00OC4wMCwgNDguMDAtNDguMDBsMC4wMCwwLjAwIGwwLjAwLTQ4LjAwIGMwLjAwLTI2LjQ2NCwgMjEuNTM2LTQ4LjAwLCA0OC4wMC00OC4wMGwgMTguMjcyLDAuMDAgYyA3LjE1Mi0yNy41MzYsIDMyLjAwLTQ4LjAwLCA2MS43NDQtNDguMDBjIDI5LjcxMiwwLjAwLCA1NC41NiwyMC40NjQsIDYxLjcxMiw0OC4wMGwgODQuNTEyLDAuMDAgCgkJYyA3LjE1Mi0yNy41MzYsIDMyLjAwLTQ4LjAwLCA2MS43NDQtNDguMDBjIDI5LjcxMiwwLjAwLCA1NC41NiwyMC40NjQsIDYxLjcxMiw0OC4wMEwgNDY0LjAwLDY0LjAwIGMgMjYuNDY0LDAuMDAsIDQ4LjAwLDIxLjUzNiwgNDguMDAsNDguMDBsMC4wMCw5Ni4wMCBDIDUxMi4wMCwyMTcuNTA0LCA1MDkuMjE2LDIyNi43MiwgNTAzLjkzNiwyMzQuNjI0eiBNIDQ4LjAwLDE5Mi4wMAoJCWMtOC44MzIsMC4wMC0xNi4wMCw3LjE1Mi0xNi4wMCwxNi4wMEwgMzIuMDAsMzg0LjAwIGMwLjAwLDguODQ4LCA3LjE2OCwxNi4wMCwgMTYuMDAsMTYuMDBsIDI0MC4wMCwwLjAwIGMgOC44NDgsMC4wMCwgMTYuMDAtNy4xNTIsIDE2LjAwLTE2LjAwbDAuMDAtMzIuMDAgbDAuMDAtMzIuMDAgbDAuMDAtMTEyLjAwIGMwLjAwLTguODQ4LTcuMTUyLTE2LjAwLTE2LjAwLTE2LjAwTCA0OC4wMCwxOTIuMDAgeiBNIDE3Ni4wMTYsNDguMDAKCQljLTE3LjY4LDAuMDAtMzIuMDAsMTQuMzM2LTMyLjAwLDMyLjAwcyAxNC4zMiwzMi4wMCwgMzIuMDAsMzIuMDBjIDE3LjY2NCwwLjAwLCAzMi4wMC0xNC4zMzYsIDMyLjAwLTMyLjAwUyAxOTMuNjY0LDQ4LjAwLCAxNzYuMDE2LDQ4LjAweiBNIDM4NC4wMCw0OC4wMGMtMTcuNjgsMC4wMC0zMi4wMCwxNC4zMzYtMzIuMDAsMzIuMDBzIDE0LjMyLDMyLjAwLCAzMi4wMCwzMi4wMAoJCWMgMTcuNjY0LDAuMDAsIDMyLjAwLTE0LjMzNiwgMzIuMDAtMzIuMDBTIDQwMS42NjQsNDguMDAsIDM4NC4wMCw0OC4wMHogTSA0ODAuMDAsMTEyLjAwYzAuMDAtOC44NDgtNy4xNTItMTYuMDAtMTYuMDAtMTYuMDBsLTE4LjI4OCwwLjAwIGMtNy4xNTIsMjcuNTM2LTMyLjAwLDQ4LjAwLTYxLjcxMiw0OC4wMGMtMjkuNzQ0LDAuMDAtNTQuNTkyLTIwLjQ2NC02MS43NDQtNDguMDAKCQlsLTg0LjUxMiwwLjAwIGMtNy4xNTIsMjcuNTM2LTMyLjAwLDQ4LjAwLTYxLjcxMiw0OC4wMGMtMjkuNzQ0LDAuMDAtNTQuNTkyLTIwLjQ2NC02MS43NDQtNDguMDBMIDk2LjAwLDk2LjAwIGMtOC44MzIsMC4wMC0xNi4wMCw3LjE1Mi0xNi4wMCwxNi4wMGwwLjAwLDQ4LjAwIGwgMjA4LjAwLDAuMDAgYyAyNi40NjQsMC4wMCwgNDguMDAsMjEuNTM2LCA0OC4wMCw0OC4wMGwwLjAwLDExMi4wMCBsIDY0LjAwLDAuMDAgCgkJYyA1LjM0NCwwLjAwLCAxMC4zMzYtMi42NzIsIDEzLjMxMi03LjEybCA2NC4wMC05Ni4wMEMgNDc5LjA1NiwyMTQuMjU2LCA0ODAuMDAsMjExLjE1MiwgNDgwLjAwLDIwOC4wMEwgNDgwLjAwLDExMi4wMCB6IiBkYXRhLXRhZ3M9InRydWNrIiAvPgo8Z2x5cGggdW5pY29kZT0iJiN4ZTAyZjsiIGQ9Ik0gMjQ4LjAwLDQ4MC4wMEMgMTExLjAyNCw0ODAuMDAsMC4wMCwzNjguOTc2LDAuMDAsMjMyLjAwUyAxMTEuMDI0LTE2LjAwLCAyNDguMDAtMTYuMDBTIDQ5Ni4wMCw5NS4wMjQsIDQ5Ni4wMCwyMzIuMDBTIDM4NC45NzYsNDgwLjAwLCAyNDguMDAsNDgwLjAweiBNIDQ2My42MCwyNDAuMDAKCWwtOTUuOTM2LDAuMDAgYy0wLjg4LDM1LjQ0LTcuMTg0LDY5LjI5Ni0xOC4zNjgsMTAwLjI4OGMgMjEuNjAsOS4wMDgsIDQxLjU2OCwyMC45OTIsIDU5Ljc3NiwzNS4xNTJDIDQ0MS40NCwzMzkuMTA0LCA0NjEuNjgsMjkxLjkyLCA0NjMuNjAsMjQwLjAwegoJIE0gMjM5LjE1MiwxNi40NDhjLTI2LjU5MiwyMi4xNDQtNDguODk2LDUwLjg5Ni02NS4yMTYsODQuMjg4YyAyMC45NDQsNi41NDQsIDQzLjEzNiwxMC4xMjgsIDY2LjA2NCwxMC44NjRsMC4wMC05NS4xODQgCglDIDIzOS43MTIsMTYuNDE2LCAyMzkuNDQsMTYuNDMyLCAyMzkuMTUyLDE2LjQ0OHogTSAyNTYuODE2LDQ0Ny41NTJjIDMwLjE3Ni0yNS4xMiwgNTQuODAtNTguNzY4LCA3MS40NTYtOTguMDE2Yy0yMi44MTYtNy43OTItNDcuMDU2LTEyLjMyLTcyLjI4OC0xMy4xMgoJTCAyNTUuOTg0LDQ0Ny42MCBDIDI1Ni4yODgsNDQ3LjU4NCwgMjU2LjU0NCw0NDcuNTY4LCAyNTYuODE2LDQ0Ny41NTJ6IE0gMjgzLjQ3Miw0NDQuODMyYyA0NC4xNi03LjM0NCwgODMuNzc2LTI3Ljk2OCwgMTE0LjYyNC01Ny44MjQKCWMtMTYuNzUyLTEyLjg0OC0zNS4wNTYtMjMuNzI4LTU0Ljg0OC0zMS45NjhDIDMyOC42ODgsMzg5LjU1MiwgMzA4LjI1Niw0MjAuMDY0LCAyODMuNDcyLDQ0NC44MzJ6IE0gMjQwLjAwLDQ0Ny42MGwwLjAwLTExMS4xODQgCgljLTI1LjIzMiwwLjgxNi00OS40ODgsNS4zMjgtNzIuMjg4LDEzLjEyYyAxNi42NTYsMzkuMjQ4LCA0MS4yOCw3Mi44OTYsIDcxLjQ1Niw5OC4wMTZDIDIzOS40NTYsNDQ3LjU2OCwgMjM5LjcxMiw0NDcuNTg0LCAyNDAuMDAsNDQ3LjYweiBNIDE1Mi43MzYsMzU1LjAyNAoJYy0xOS43Niw4LjI0LTM4LjA4LDE5LjEyLTU0LjgzMiwzMS45NjhjIDMwLjgzMiwyOS44NTYsIDcwLjQ2NCw1MC40OCwgMTE0LjYyNCw1Ny44MjRDIDE4Ny43MjgsNDIwLjA2NCwgMTY3LjMxMiwzODkuNTUyLCAxNTIuNzM2LDM1NS4wMjR6IE0gMTYxLjY4LDMzNC43ODQKCUMgMTg2LjM1MiwzMjYuMjI0LCAyMTIuNjQsMzIxLjIzMiwgMjQwLjAwLDMyMC40MEwgMjQwLjAwLDI0MC4wMCBMIDE0NC4zMzYsMjQwLjAwIEMgMTQ1LjIwLDI3My41MDQsIDE1MS4xMzYsMzA1LjUyLCAxNjEuNjgsMzM0Ljc4NHogTSAyNDAuMDAsMjI0LjAwbDAuMDAtOTYuNDAgCgljLTI1LjIzMi0wLjc2OC00OS42MzItNC44OTYtNzIuNjI0LTEyLjMwNEMgMTUzLjUyLDE0OC4yODgsIDE0NS4zNDQsMTg1LjA0LCAxNDQuMzM2LDIyNC4wMEwgMjQwLjAwLDIyNC4wMCB6IE0gMjEyLjUyOCwxOS4xNjgKCWMtMzkuNTY4LDYuNTc2LTc1LjUwNCwyMy44MDgtMTA0LjcyLDQ4LjgzMmMgMTUuNzYsMTAuOTI4LCAzMi44MCwyMC4xNzYsIDUxLjAwOCwyNy4yMEMgMTcyLjc2OCw2Ni4yNzIsIDE5MS4wMjQsNDAuNTkyLCAyMTIuNTI4LDE5LjE2OHogTSAyNTYuMDAsMTYuNDAKCWwwLjAwLDk1LjE4NCBjIDIyLjkxMi0wLjczNiwgNDUuMTItNC4zMiwgNjYuMDY0LTEwLjg2NGMtMTYuMzM2LTMzLjM5Mi0zOC42MjQtNjIuMTQ0LTY1LjIxNi04NC4yODhDIDI1Ni41NzYsMTYuNDMyLCAyNTYuMjg4LDE2LjQxNiwgMjU2LjAwLDE2LjQwegoJIE0gMzM3LjE4NCw5NS4yMGMgMTguMTkyLTcuMDI0LCAzNS4yMTYtMTYuMjg4LCA1MS4wMDgtMjcuMjBjLTI5LjIxNi0yNS4wMDgtNjUuMTUyLTQyLjI1Ni0xMDQuNzItNDguODMyQyAzMDQuOTc2LDQwLjU5MiwgMzIzLjIxNiw2Ni4yNzIsIDMzNy4xODQsOTUuMjB6CgkgTSAzMjguNjI0LDExNS4yOTZjLTIzLjAwOCw3LjQwOC00Ny40MDgsMTEuNTM2LTcyLjYyNCwxMi4zMDRMIDI1Ni4wMCwyMjQuMDAgbCA5NS42NjQsMC4wMCBDIDM1MC42NTYsMTg1LjA0LCAzNDIuNDY0LDE0OC4yODgsIDMyOC42MjQsMTE1LjI5NnogTSAyNTYuMDAsMjQwLjAwTCAyNTYuMDAsMzIwLjQwIAoJYyAyNy4zNDQsMC44MzIsIDUzLjYzMiw1LjgwOCwgNzguMzIsMTQuMzY4YyAxMC41MjgtMjkuMjY0LCAxNi40NjQtNjEuMjgsIDE3LjM0NC05NC43ODRMIDI1Ni4wMCwyMzkuOTg0IHogTSA4Ni45NDQsMzc1LjQ0QyAxMDUuMTUyLDM2MS4yOCwgMTI1LjEyLDM0OS4yOTYsIDE0Ni43MDQsMzQwLjI4OAoJQyAxMzUuNTIsMzA5LjI5NiwgMTI5LjIxNiwyNzUuNDQsIDEyOC4zMzYsMjQwLjAwTCAzMi40MCwyNDAuMDAgQyAzNC4zMiwyOTEuOTIsIDU0LjU2LDMzOS4xMDQsIDg2Ljk0NCwzNzUuNDR6IE0gMzIuNDAsMjI0LjAwbCA5NS45MzYsMC4wMCAKCWMgMC45OTItNDAuODgsIDkuNTM2LTc5LjQ4OCwgMjQuMDQ4LTExNC4xOTJjLTIwLjI3Mi03LjkwNC0zOS4xNjgtMTguNDMyLTU2LjYwOC0zMC44OTZDIDU4LjIwOCwxMTYuMzA0LCAzNC40OTYsMTY3LjQyNCwgMzIuNDAsMjI0LjAweiBNIDQwMC4yMjQsNzguOTI4CgljLTE3LjQ0LDEyLjQ0OC0zNi4zMzYsMjIuOTkyLTU2LjYyNCwzMC44OTZjIDE0LjUyOCwzNC43MDQsIDIzLjA1Niw3My4zMTIsIDI0LjA2NCwxMTQuMTkybCA5NS45MzYsMC4wMCBDIDQ2MS41MDQsMTY3LjQyNCwgNDM3Ljc3NiwxMTYuMzA0LCA0MDAuMjI0LDc4LjkyOHoiIGRhdGEtdGFncz0id29ybGQiIC8+CjxnbHlwaCBjbGFzcz0iaGlkZGVuIiB1bmljb2RlPSImI3hmMDAwOyIgZD0iTTAsNDgwTCA1MTIgLTMyTDAgLTMyIHoiIGhvcml6LWFkdi14PSIwIiAvPgo8L2ZvbnQ+PC9kZWZzPjwvc3ZnPg==) format('svg'),
		 url(data:font/ttf;charset=utf-8;base64,AAEAAAANAIAAAwBQRkZUTWNFYKgAADwQAAAAHEdERUYAYQAGAAA78AAAACBPUy8yL7vcHwAAAVgAAABWY21hcOBz89MAAAKAAAABUmdhc3D//wADAAA76AAAAAhnbHlmzx00fAAABEAAADP8aGVhZPrbMjIAAADcAAAANmhoZWEEEQAUAAABFAAAACRobXR4YqoCXAAAAbAAAADQbG9jYTjZKywAAAPUAAAAam1heHAAhwD7AAABOAAAACBuYW1lrhGJrQAAODwAAAGVcG9zdKj+xwcAADnUAAACEgABAAAAAQAARrYAwV8PPPUACwIAAAAAAMzd+LsAAAAAzN34u////98CAQHgAAAACAACAAAAAAAAAAEAAAHg/98ALgIA///+AAIBAAEAAAAAAAAAAAAAAAAAAAA0AAEAAAA0APgAEQAAAAAAAgAAAAEAAQAAAEAAAAAAAAAAAQIAAZAABQAIAUwBZgAAAEcBTAFmAAAA9QAZAIQAAAIABQMAAAAAAAAAAAAAEAAAAAAAAAAAAAAAUGZFZABA4ADwAAHg/+AALgHgACGAAAABAAAAAAAAAgAAAAAAAAAAqgAAAgAAAAIAAAACAAABAgAAEgIAAAACAAAAAgAAIAIAAAECAAAAAgAAAAIAAAACAAAAAgAAAAIAAEACAABQAgAAAAIAAAACAAAAAgAAQAIAAAACAAAAAgAAAAIAACACAABQAgAAAAIAAAACAAAAAgAAEAIAAAACAABgAgAAAAIAAAACAAABAgAAIAIAAAQCAAAAAgAAAAIAAAACAAAAAgAAAQIAAFACAAAAAgAAAAIAAAACAAAAAgAAAgIAAAACAAAAAAAAAAAAAAMAAAADAAAAHAABAAAAAABMAAMAAQAAABwABAAwAAAACAAIAAIAAAAA4C/wAP//AAAAAOAA8AD//wAAIAMQMwABAAAAAAAAAAAAAAEGAAABAAAAAAAAAAECAAAAAgAAAAAAAAAAAAAAAAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABOAKoA/gGkAiYCeAMkA3wD/ARGBW4F2gYmBpIHAAegCBYIeAjKCTIJjgn0Ck4KoAtuC7wMiA0IDagOXA6iD/oRKBGgEhYStBMiE+YU5BU6FdAWFhaeFzQXzBiSGToZ8Bn+AAAAAwAA//gCAQG4ABIAJAAwAAABLgEHJgYHBhQXFjMWMjc2NzY0DwEGLwEmNDc+AR8BNzYWFxYUJTIUIyIGFRQiNTQ2AdMrey0teystLbABDigOrwItRLELC7EkJCJgJBYWJGAiJP60CAgVHxAoAYwrAikpAistfS2vDg6tAi19k68MDK8jYyMiAiAUFCACIiNjeRAeFggIHCgAAAAAAgAAACACAAGQABkAPQAAAS4BIyIGByYjIgYVFBcOARUUFjMhMjY1NCYHISImNTQ3PgEnJjU0NjM2Fx4BPgE3PgEzMhYXHgEXHgEVFAYBnwZROCtGEQwKHioEGBw9KwEgMkY3Qf7gHiokEQQHAhcRCwsHCAcCBQ04ICtABAEHEh8oNAEON0suJgQqHgsLDjAcKz1GMixCxioeKRUJDBEHBREXAQUCAggFCh4jOisSBwQGMCAkNAAAAAIAAf/gAf8B0AAeADMAAAAmLwImIg8CDgEfAQcGFxYzMj8BFxYzMjc2LwE3BwYfAScmIg8BNzYvATc2PwEXFh8BAgUOFoY6Ci4KOoYWDhBhFgQTCQwJCXR0CQkMCRMEFmJ9DQMXdAgUCHQXAw1ihRQIOjoIFIUBAioDFHgVFXgUAyoPYocWDQcEPz8EBw0Wh2JJDRKHPwQEP4cSDWIUAhJ4eBIDEwAAAAoAEgAQAe4BoAASABoANgA+AEYASgBSAFoAYgBwAAABJiIHBgcGFxYXFjI3Njc2NCcmBwYnJjc2FxY3JicmIgcGBwYXFhcWFwYVFBYyNjU0JzY3Njc2BwYnJjc2FxYmMjY0JiIGFDYyFCIXMhQrASI0MzcyFCsBIjQzNzIUKwEiNDMnMhQjBwYPARQiPwE2NwFjQoJCCQMiIgMJQoJCCQMREQMMgH8hIX+AIW0FF2nSaRYFJSUFFjA1A0JcQgM1MBYGJUTPziMjzs8jVBQODhQOEBAQGAgIMAgIQAgIMAgIMAgIMAgIwAgIPAgBAxABBAIIAVYNDQIJaWoJAg0NAgk1ajQJ1xoaZWQbG2SZFgINDQIWm5sWAgYDAgIHCQkHAgIDBgIWm5MaGpOTGhqTQA4UDg4UEhCwEBAwEBAwEBBDEAQBCB4ICC0HAQAABgAA/+ACAAHgAAsAIwAxADkARgBYAAABNCYjIjQzMhYVFCIlJiMiBw4BHQEHBhQfARYyPwEzMjY3NicFBwYiLwEmND8BNDEXIjciByc2PQEBNgYrAQE1NDc2MzIXAQMiJjU0NjMyFhUUBiMiJjU0JgGwVDwICEJeEP7iDhQKCA4QMg4OcA4oDjLcDxgFDRf+6zIEDgRwBQUyhwEXAQaOAQFVLggLBf6VCgMDBwQBYLsHCQkHXYMJBwcJcQEAPFQQXkII2g4EBRgP3DIOKA5wDg4yEA4dFzsyBQVwBA4EMgGHCQGOBgHB/qsUFAFrBQsEAQX+oAFlCQcHCYNdBwkJB09xAAADAAAAMAIAAZAAIAAwADkAAAEjIg8BNTQmIyEiBh0CFBYzITI2PQEXFjsBMjY1ETQmASImNRE0NjMhMhYVERQGIzcrAS8BNTc7AQHgDg0KKxwU/tAUHBwUATAUHCsKDQ4NExP+QwcJCQcBMAcJCQeADgJAEFACDgGACSsUFBwcFHCQFBwcFBQrCRIOAQANE/7QCQcBAAcJCQf/AAcJEEAQYFAAAAoAIP/fAeAB4AAjAC0ANwBDAFMAVwBnAGsAewB/AAABLgErATU0JisBIgYdASMiBgcdARQWMxEUFjMhMjY1ETI2PQElNDY7ATIWHQEjARQGIyEiJjURITcVIT0BNDYzITIWFQEzMjY9ATQmKwEiBh0BFBY3MxUjFzMyNj0BNCYrASIGHQEUFjczFSMXMzI2PQE0JisBIgYdARQWNzMVIwHgARwTMBwUoBQcMBMcARMNJRsBABslDRP+wAkHoAcJwAEAEw3/AA0TAUAg/oAJBwFgBwn+0CAHCQkHIAcJCQcgIGAgBwkJByAHCQkHICBgIAcJCQcgBwkJByAgAXMTGhAUHBwUEBoTExANE/7wGyUlGwEQEw0QUAcJCQcQ/oANExMNARAwEBAQBwkJB/6wCQfQBwkJB9AHCeDQEAkH0AcJCQfQBwng0BAJB9AHCQkH0AcJ4NAAAAAAAwAB/+AB/wHgABsAKwA1AAAlJic2Nz4BJicmIgcOARYXFhcGBwYXHgEzITI2JwcGIi8BLgE3PgEyFhcWBgU2PwEWMjcXFhcB8j1YKxIFARgWK44rFhgBBRIrWD0UBwMRCwHAGA7CBR1EHQUiHgcHQGxABwce/ro3UigXMBcoUTgbKBM2TRxFUx02Nh1TRRxNNhMoDhYKDS1dByEhByprNTpSUjo1a5QlEggPDwgSJQAEAAD/4AIBAeAAIAA+AFIAWgAAACIGFRQXBwYdARQWOwEyPwEzMjY9ATMyNj0BNxYzMjY0ByInDwIGHQEjIgYdASMiDwEjNT8BJjU0NjIWFAY3JicmBwYHBhUUFxYXFjc2NzY1NAcmJzY3FhcGAaKEXgvCCRMNMAsJFyUNEyANEyYdHUJeoCIfBRIfCSANEyUOCRctuxcSS2pLSygbJgYIIQwBAxsmBgghDAEzIxoJGiQZCQHgXkIdHcIKCjANEwkXEw0gEw0mJQtehMISBRIfCQ0mEw0gCRcuuhcfIjVLS2pLnCYbBQMMIQMCBQQmGwUDDCEDAgUoGSQaCRojGgAABAAA/98CAAHgABMAHAAkADAAAAAiBhUUFwcGFRQWMzI/ARYzMjY0AQYiJjQ/ARYXFiImNDYyFhQnMhQjIgYVFCI1NDYBkKBwFoURIRcYEYUqMFBw/k0JFxEJgREXtIReXoReoAgIKDgQQgHgcU8wKoURGBchEYUWcJ/+lgkRFwmBFxEGXoReXoSyEDgoCAguQgAAAAYAAP/fAgAB4ABbAKsAswC7AMMAywAAAScmJzc2Ji8BJiMiDwEmLwEuASsBIgYPAQYHJyYjIg8BDgEfAQYPAQ4BHQEUFh8BFhcHBhYfARYzMj8BFh8BHgE7ATI2PwE2NxcWMzI/AT4BLwE2PwE+AT0BNCYHBgcGBwYfAQcnJiMiBwYHBg8BIycmJyYnJiMiDwEnNzYnJicmLwE1NzY3Njc2LwE3FxYzMjc2NzY/ATMXFhcWFxYzMj8BFwcGFxYXFh8BFSYiBhQWMjY0BiImNDYyFhQmIgYUFjI2NAYiJjQ2MhYUAeYxAwUbBwIJHgoNCggpCwoKAhILLAsSAgoKCykICg0KHggDBxsFAzELDw8LMQMFGwcDCB4KDQoIKQsKCgISCywLEgIKCgspCAoNCh4JAgcbBQMxCw8PQhIGAwQIChwfKggJCAYJCREDCiwKAxEJCQYICQgqHxwKCAQDBhIxMRIGAwQIChwfKggJCAYJCREDCiwKAxEJCQYICQgqHxwKCAQDBhIxslxCQlxCR1I5OVI5RzYlJTYlLCgcHCgcARUKCgspChcIHgoGGwUDMQsPDwsxAwUbBgoeCBcKKQsKCgISCywLEgIKCgspChcIHgoGGwUDMQwODwsxAwUbBgoeCBcKKQsKCgISCywLElMDEQkJEA8qHxwFAwQDBhIxMRIGAwQDBRwfKg8QCQkRAwosCgMRCQkQDyofHAUDBAMGEjExEgYDBAMFHB8qDxAJCREDCiyGQlxCQlyQOVI5OVJpJTYlJTVKHCgcHCgAAAAFAAAAAAIAAbAABwAPABsANQBLAAAAIgYUFjI2NA4CLgE+ARYnMhQjIgYVFCI1NDY3LwEuASsBIgYPAg4BHQEUFjMhMjY9ATQmAxQGIyEiJj0BND8CNjsBMh8CFhUBNWpLS2pLHTRPPQY0Tz1dCAgUHBAl80UWBhgPoA8YBhZFERccFAGgFBwXCQkH/mAHCQ1XHQQLoAsEHVcNAUBLaktLalU9BjRPPQY0ERAcFAgIGiZPDDcOEBAONwwDGhLwFBwcFPASGv7kBwkJB/AOAg5ICgpIDgIOAAAEAAAAHwH3AaAAEAAhACkAMQAAAScmIyEiBhURFBYzITI/ATYPAQYjISImNRE0NjMhMh8BFiYiBhQWMjY0BiImNDYyFhQB9lATI/7QGyUlGwEwIxNQFjFQCRL+0A0TEw0BMBIJUAtiKBwcKBwjGhMTGhMBAoAeJhr/ABslHoAiEYAPEw0BAA0TD4ARMBwoHBwoNBMaExMaAAUAQP/gAcAB4AAbACsAMwBLAFcAAAE1NCYiBh0BIgYdBBQWOwEyNj0ENCYlNDYyFh0BIzU0JiIGHQEjNxUjNTQ2MhYXHQIUBisBIiY9BDQ2OwMyFhUGMhYVFAcGIicmNTQBkFR4VBQcVDxgPFQc/uxCXEIgL0IvILCAJTYlYEIuYC5CCQcg4CAHCa0aEwsHHAcLARBAPFRUPEAcFDAQIBA8VFQ8ECAQMBQcQC5CQi5AQCEvLyFAQEBAGyUluxAgEC5CQi4QIBAwBwkJBzATDQ4dFRUdDg0AAAYAUP/gAbAB4AAYACIAKAAvAD0ASQAAACIGFRQeARceBDMyPgM3PgI1NAMHJicjNxQGBwYnJiczBg8BIiYnNw4BNyMmJyY1NDYyFhUUBwYnMhQjIgYVFCI1NDYBSZJnHisHCBAKERkUFBkSCRAIByseh08EBQFjAwEDYAQGfAQBOQ0NBkQHDjyWCBMqVHhUKhNTCAghLxA4AeBnSRxESxYUORodCwsdGjkUFUxEHEn+tAoNEgwBCgMLHA4RCwZfBw0IEgqQEiFMITxUVDwgTSHuEC8hCAgoOAAAAAAHAAD/4AIAAeAAIQAqADQAOgBHAFcAaAAAASYjIg8BBjEVBwYPATAUBhQGFRQWMzI2Mj4BMTc2PwE2JgMmJzcWBxUHNCcmJyYnNxYXFhcHJic3NhcDBiMiJjU0PwE2FxYHNyYnJic3Njc2FhceAQcGBwEHPAExJicmIzc2MzIXFhcWAdYpNiwfTQGmCwUmAQEhFwIFBQQDhxAM9CEH/AIJlw8ffBMKCw4TmBMPDAjdFxd7HS38CAMKDgIQHxcYAhABGhoiEAIEGEIaGwgVBAIBAhsEJCk2GhUfKSAdAwIBtykeTgEBpgsQiQIEBAQCFyEBAQEkBAz2IWP+0hUVmDEfAX0KOxELDQqZCA8MEF4JAXwcC/6UAg4KAgc9ARcYHgQjGhoBOgYFEQoZG0YYAgEA/xwBCjAlKRoVIB0mIgAAABAAAAAgAgABoAATABYAGgAeACEAJAAnACoALQAwADMANgA5ADwAQABEAAABJyYjISIPAQYVFB8BFjI/ATY1NAcjPwIXByMnNx8BByc7AQc/ARcnMw8BJzMHJzMHFyMfAScXJzMhMwc3JzcXJRcHIwH3UgkN/uINCVIJCOAKHArgCNxIJA0rISlgKSEsNCgoYE92KyghOjkfZSRHiB85GShJTSd2Up05ATI5nWYrJUr+jCUrRQFFUQoKUQkODAnuCwvuCgwNDB0LJCAiIiAkOMfHxNQhIVAaBB4aGi8hEMTEqKiouCsfSkofKwAABAAA//ACAAHQAA8AEwAzAEUAAAEhIgYdARQWMyEyNj0BNCYHITUhNyEiBhURFBY7ARUHBhUUFjMhMjY1NC8BNTMyNjURNCYDFAYrAyImNRE0NjMhMhYVAbD+oAcJCQcBYAcJCQf+oAFgIP5gFBwcFKBkDAkHASAHCQxkoBQcHAQJB5CAkAcJCQcBoAcJAZAJB+AHCQkH4AcJ8OBQHBT+wBQcEw0DDQcJCQcNAw0THBQBQBQc/pAHCQkHAUAHCQkHAAAAAAQAQP/gAcEB4AAHAA8AIwA4AAA2MjY0JiIGFDYyFhQGIiY0NiIGFRQeAhcWOwEyNz4DNTQDBgc0JyIxLgM1NDYyFhUUDgLYUDg4UDg/Qi8vQi+goHAdOi0iCg8CDwoiLTodvgEBAQEgJzodXoReHTsmxDhQODhQeC9CLy9Cm3BQKFRWOicNDSc6VlQoUP6SAQEBASUwVFAlQl5eQiVQVDAAAAAABQAAAEACAAGAACwANgBCAEoAUgAAJTA0NTgBJjEuASIGBxQwFTAxBhQxHAEVHAEXOAEVHgEyNjcwNjEwMTwBMTY0BiImJz4BMhYXBicyFCMiBhUUIjU0PgEiBhQWMjY0BiImNDYyFhQB/wEjjJ6LJAEBJIuejCMBAbyHeSEheYd5ISG9CAgTHRAmSFxCQlxCSFA4OFA45AEBAURVVUMBAQEBAwICAQEBAURVVUQBAQEDAoFGOjpGRjo6ehAcFAgIGyUwQlxCQlyOOFA4OFAAAAMAAAAAAgABwAALACkAQQAAATIUIyIGFRQiNTQ+ASIGFRQWFxQxFA4DFQYVFBYzMjM+ATcWMzI2NAUiJyYjIgcGBzY1NDU0Jy4BNTQ2MhYUBgEACAhAYBBostSWPDQECQUNAQgGBAEgPQ8ZGGqW/wAWFwICEAkSHwsRLTKDuoODAXAQOiYICC5CUHBQMVMbAQgRFAoUAQMDBggGLBIEcKDwAwEMFhMaFQIBFAkWRiZCXl6EXgAAAAAEAAAAAAIAAcAAFgAiADwASgAAJScuASsCIgYPAQYdARQWMyEyNj0BNAcUBiMhIiY9ATchFycjIg8BBhY7AxcWOwEyPwE7AjI2LwEmByMiDwEjJyYrAjczFwH/QAMRC6CgCxEDQAElGwGAGyUgEw3+gA0TQAFAQGT4DAM3AgkILhMIFwkUbBQJFwgSLwgJAjcDBBoUCRdsFwkUGicv+C+58AoNDQrwBQRwGyUlG3AEdA0TEw1w8PDQDMAIDC4SEi4MCMAMwBIuLhKwsAAGACD/4AHgAeAAJQApAC0AMQA1ADkAAAEnJiMhIg8BDgEdARQWOwEwBhUTHgE7ATI2NxM0JjEzMjY9ATQmJSEXIRMnMwc3IychNyEnITchNSEBwhQHF/7gFwcUDRETDREBIAISDOAMEgIgARENExL+ogEgEP7AMAXqBQfuEgESAv7qBQEgMP6AAYABkDoWFjoBEg0wDRMDAf7gDBAQDAEgAQMTDTANEjEw/nAwMECgEDAgMAAGAFD/4AGwAeAADwAZAB0AJwAvADcAAAEhIgYVERQWMyEyNjURNCYDFAYjISImPQEhNSERITUhNTQ2MyEyFhUiFCsBIjQ7AQIUKwEiNDsBAYD/ABQcHBQBABQcHAQJB/8ABwkBIP7gASD+4AkHAQAHCXAIMAgIMAgIEAgIEAHgHBT+YBQcHBQBoBQc/jAHCQkHIBABQBAgBwkJBxAQ/nAQEAAAAA8AAP/gAgAB4AAUAC8ANwA/AEcATwBXAGEAaQBxAHsAgwCLAJsAnwAAASEiBh0BIyIGFREUFjMhMjY1ETQmAxQGIyEiJjURNDY7AREUFjI2NRE0NjMhMhYVByI0OwEyFCMnIjQ7ATIUIyciNDsBMhQjAzIUKwEiNDM3MhQrASI0MzcyFRQGKwEiNDMFMhQrASI0MzcyFCsBIjQzNzIVFAYrASI0MzcyFCMhIjQzBTIUIyEiNDM3MzI2PQE0JisBIgYdARQWNzMVIwHQ/qAUHBAUHCUbAYAbJRwEEw3+gA0TCQcQCQ4JCQcBYAcJqAgIgAgIgAgIgAgIgAgIgAgIsAgIgAgIgAgIgAgIgAgFA4AICAEwCAiACAiACAiACAiACAUDgAgIgAgI/tAICAEwCAj+0AgICHAHCQkHcAcJCRdQUAHgHBQgHBT+wBslJRsBkBQc/kANExMNAUAHCf7ABwkJBwGABwkJB6AQEDAQEDAQEP7AEBAwEBAwCAMFEGAQEDAQEDAIAwUQYBAQMBAQUAkHcAcJCQdwBwlwUAAFAAAAQAIAAZAADwASACAAIwAxAAABISIGHQEUFjMhMjY9ATQmBRcHBRQGIyEiJjU3FxYyPwEXJzcHBiIvAzQ2MyEyFhUBwP6AGyUlGwGAGyUl/kVwcAHAEw3+gA0TfUYNIA1GfXBwzQgWCEIOfRMNAYANEwGQJhrQGyUlG9AaJlRUVBQNExMNXjQKCjRKVFSGBgYyCl4NExMNAAAFAAD/4AIAAeAAPQBNAI4AlgCaAAABJic2NTQmIyIGFQYHBgcXJisBIgYVERQWOwEyNxQxOgEVMDMWFxY7ATI3Njc2JzY3Nic2NzYnNjc1NDU0JgEUBisBIiY1ETQ2OwEyFhUFBisBIhQ7ATIWBwYrASIUOwEyBw4CKwEiFDsBMhYHBgcGKwEiJyYnJj0BNDcwNjM+ATc0MzIWFRQGBzIXFhUUBCIGFBYyNjQGIjQyAdMPeQQyHRQcAT8LBgEPETAUHBwUMB0OAQMBEi8wL1goEQQDBAQSCQgIEQQDCQ0BF/6HCQcwBwkJBzAHCQFwAR8gCAgfEAsBBh0mCAggHwsDBRIQGggIGQsIAwEDCBVYKy0/Cw4NAgEyLQEQDiEFCpYXE/5yFA4OFA4QEBABOAQDEyIqQhwUUyEFAwENHBT/ABQcHAEBBAsLHwgJDg4MHhgTEBwVEQ8UBAMFECD+3gcJCQcBAAcJCQcZFxATCyIQIQsJCxAQBgQIDgoPAwIM3Q0EARVTLxAvHRwaHgYFEwHBDhQODhQSEAAIABD/4AHwAeAADwAfAC8APABCAEcATwBXAAABISIGFREUFjMhMjY1ETQmExQGIyEiJjURNDYzITIWFSMhIgYVERQWMyEyNjURNCYHFScmIg8BJyYiDwE1FTcfAiMhJzcXFSYyNjQmIgYUNjIWFAYiJjQBsP6gGyUlGwFgGyUlBRMN/qANExMNAWANEzD+wAcJCQcBQAcJCQc0BQ4FKn4FDgU0QIEJLfcBDDcrQHQoHBwoHCMaExMaEwHgJRv+gBslJRsBgBsl/kANExMNAYANExMNCQf+4AcJCQcBIAcJEN45BQUwkAUFPIGaSpILMz8xRiqgHCgcHCg0ExoTExoADAAA//ACAAHQABEAJAArADMAOwBDAEsAUwBbAGMAcwB3AAABJyYjISIGFREUFjMhMjY1ETQDFAYjISImNRE0NjMhFRQWOwInIyImPQEXJyI0OwEyFCMHIjQ7ATIUIwY0OwEyFCsBFzIUIyEiNDMFMhQjISI0MwUyFCMhIjQzJTIUIyEiNDM3MzI2PQE0JisBIgYdARQWNzMVIwH3YAoN/rAUHBwUAaAUHCAJB/5gBwkJBwFAHBQQMDAQDRNg6AgIUAgIUAgIUAgIWAjACAjAwAgI/pAICAFwCAj+kAgIAXAICP6QCAgBcAgI/pAICAhwBwkJB3AHCQkXUFABZ2AJHBT+gBQcHBQBMA3+wwcJCQcBgAcJQBQcEBMNQGAQEBAwEBAwEBBQEBAwEBAwEBCQEBAgCQdgBwkJB2AHCWBAAAAMAGD/4AHAAeAABwAPABcAHwAnAC8AOQBeAGQAagByAH0AABI0NjIWFAYiBjQ2MhYUBiImNDYyFhQGIjY0NjIWFAYiBjQ2MhYUBiImNDYyFhQGIhY0NjIWFTEUBiI3IgYxJi8BLgErASIGDwEGFRQfAR4BOwEyNj8BNjcwFjMyNjQmJzMXJiIHEyMnFjI3JiImNDYyFhQmFg8CBiImND8B8AkOCQkOCQkOCQkOaQkOCQkOtwkOCQkOrQkOCQkOCQkOCQkOfwkNCgoNYwECCB0XAhILgAwSAhYsKhcCEQyADBECFx4JAgENExPrgBAmVCaOgBAmVCYbaktLaks0BgInHgQOCQVTATkOCQkOCbcOCQkOCWkOCQkOCQkOCQkOCToNCQkNCpEOCQkOCX4NCQkHBgp0ASkhfQsPDwt5Lz49LnsLDw8LeyErARMaE8BWFhb+llYWFgpLaktLaogHBDAkBAkOBEUAAAAEAAD/3wIAAeAAFgAcAB8AJAAAASYiBwEGFh8CFjI/ARcWMzI3NjcTNgElATAmJxcJARcnJicTAfkECgT+IAgCCX07BRIFIZsDAwQEBgJQAf4xAXP+8gMBEAEv/v7DiAQG0gHdAwP+wAUTBDJnCAg3PgECBAcB4Av+vPf+3wIBDgFF/m0LNwEBAUYAAAwAAP/gAgAB4AATAB0AJwBRAGUAbwB5AKQAuADCAMwA9wAAEzU0JiIGHQEGFBcVFBYyNj0BNjQnNDYyFh0BJiIHExQGIiY9ARYyPwEGMQYHBgcGBwYiJy4BJyYnMCcmNDc2MTY3Njc2NzYyFx4BFxYXFBcWFCU1NCYiBh0BBhQXFRQWMjY9ATY0JzQ2MhYdASYiBxMUBiImPQEWMj8BBhUGBwYHBgcGIicuAScmJzAnJjQ3NjE2NzY3Njc2MhcWFxYXFhcwFxYUBzU0JiIGHQEGFBcVFBYyNj0BNjQDNDYyFh0BJiIHFxQGIiY9ARYyPwEGFQYHBgcGBwYiJy4BJyYnMCcmNDc2MTY3Njc2NzYyFxYXFhcWFzAXFhSAHCgcICAcKBwgYAkOCQgQCCAJDgkIEAgeAQIEBAYGBwgQCAcMBAQCAQICAQIEBQUGBwgQCAcMBAQCAQIBYBwoHCAgHCgcIGAJDgkIEAggCQ4JCBAIHgECBAQGBgcIEAgHDAQEAgECAgECBAQGBgcIEAgHBgYEBAIBArAcKBwgIBwoHCBgCQ4JCBAIIAkOCQgQCB4BAgQEBgYHCBAIBwwEBAIBAgIBAgQFBQYHCBAIBwYGBAQCAQIBgDAUHBwUMBlOGfAUHBwU8BlOSQcJCQciAgL+ggcJCQfiAgJBAwcFBgQFAgMDAgkGBQcDBwwHAwcFBgQFAgMDAgkGBQcBAgcMRjAUHBwUMBlOGfAUHBwU8BlOSQcJCQciAgL+ggcJCQfiAgJBAgEHBQYEBQIDAwIJBgUHAwcMBwMHBQYEBQIDAwIFBAYFBwMHDHrwFBwcFPAZThkwFBwcFDAZTgEJBwkJB+ICAr4HCQkHIgICQQIBBwUGBAUCAwMCCQYFBwMHDAcDBwUGBAUCAwMCBQQGBQcDBwwAAAAHAAH/4AH/AeAAIQA0AIMAjQCZAK8AxQAAAScmBwYHBgcGBwYHBgcGBwYfARY3Njc2NzY3Njc2NzY3NgEuAic+BDceARcOBDcuAQcGBwYHJic+ARcWFxY3NjQnLgEOAQcmJyYiBhQXFhUGBwYHBhcWFxY3NjcWFw4BLgIiBhQeARcyNzY3FhcWPgEmJyYnNjc2NTYnJg4BJy4BPgE3FhcWBgcmJzY3PgEeAgc2FxYHMCMGBwYPAQYVBicmPwE2NzY3Nj8BNjM2FxYPAQYHBgcGJyY3NjM2AfegDRIIBwUDChwZQkoeJxAFDaANEggHBQMKHBlCSh4nEAX+vBJBNRgNPEdHPQwaaxsMPUdHPGwIEAgICAkHEAoGCwUGAwUDBAQFDw8NBAICAQUEAgMGBAQBAQMDBwsPERASCwYJCAYHBggIDQgJCAkJAwUCBQQBAgQEBwQFAQIDWg0FAwIBBAMKDz0EAwsQBQIECAgHAkQGBQYGARALDAoKAQYGBAMLCw0LTAwKCgEBBgUFBAsLDQsRBgYFBQEBEAE3oAwEAgYGCCIcGSYrHycyEg6gDAQCBgYIIxsZJisfJjMS/tcSQTUYKD8pKT8oGmsbKD8pKT/KBgUBAQMDBBMKBQECAQEBAwMKBAYDBAgEAQICBQUBAgEHCQgJCAcHBgkBAQkVCwUCAgUDBwkJBgEDAwkEBAIBBAUBBAMJCgkICAcHBQEFAgcHBwQKECEIAwsSAgECAQIHB1YFBQYGDQsMDQ4BAQYGBQUPDg0M9QwNDgIGBgUGDw4NDA0FBgUGAQ0AAAAACAAg/+AB4AHgAAsAFwAlADMAOwBDAEsAUwAAACIGFREUFjI2NRE0AxQGIiY9AR4BMjY3NTEUBiImNTE1HgEyNjc1MRQGIiY1MTUeATI2NwYiJjQ2MhYUAjQ2MhYUBiImNDYyFhQGIiY0NjIWFAYiAVq0hoa0hiBwoHAYanxqGHCgcBhqfGoYcKBwHmh0aB5woHBwoHBACQ4JCQ4JCQ4JCQ4JCQ4JCQ4B4DYy/tAyNjYyATAy/p4eKioePBkbGxkkHioqHjwZGxsZJB4qKh43FxgYFw8qPCoqPP7fDgkJDglpDgkJDglpDgkJDgkAAAAABAAE/+ACAQHgADYAPgBGAEwAAAEmIyIjBQ4BHQMmIyIHBgcGFx4BMzI3Njc2NREyMyUVJiMiBwYHBhceATMyNzY3NjURPQE0AAYuAT4BHgEkBi4BPgEeAQMFPQElFQH1CQwDA/7wCw8aIxQUMBMOCwkwHxQUMBMIAwMBChojFBQwEw4LCTAfFBQwEwj+mDo0Dx06MxABEjk0EB45NBAG/vABEAHYCDADEQwgEOMTBxAnHx0ZHQcQJxASAQAvwhMHECcfHRkdBxAnEBIBIBAgD/5AFBEqKxQRKgUUESorFBEqASYwECAwIAAAAAAGAAD/4AIAAeAAMgA8AEkAWABnAHkAAAEiByMOASsDIgYUFjMyFh0BFBY7ATI2PQE0Jj0BMDU0NzQ3Njc1MjcWFzMWMzI2NCYGNDczMhYUBisBJDQ2OwMGFBcrASIXIzU0JzsBBh0BFBcwFjE3IyImNDY7ATI3BhUUFyYXIiYnMzI2NCYrAT4BMzIWFAYBkC8eARQ6IAtHQhslJRsNExMNQA0TEAIBAgMBAz4oAR4vNDw8hAMtDRMTDS3+3RMNQg4gEBAgUA2NQAkLMQMOAhQEDRMTDQQsJwcHJ5AYJwopGyUlGykKJxghLy8B4DkpLi5ELhMNkA0TEw0QCRMEcAEDAwEBAwEBAQdPOYa0hvgwGBwoHBwoHBM6E9CQEQ8ICHAPEQLCHCgcICcpKiYgkD4yLkQuMj5woHAAAAAABQAAAAACAAHAABcAJQA1AEEASwAAADQmLwEmIg8BDgEUFh8BFRQWMjY9ATc2BxQOASIuAT0BFxYyPwEjKgEjJyY0PwE6ATMXFhQPATQ2MhYdARQGIiY1FjIWFRQGIiY1NAIAFRDQBgoG0BAVFRArVrRWKxBbHkVaRR6FBgoGhYwCBALQDAzQAgQC0AwMBAkOCQkOCQQYFBMaEwFPIhoEMAEBMAQaIhoECocjLS0jhwoElQoVEREVCoAfAQEfMAMaAzAwAxoDQAcJCQeQBwkJByAwEA0TEw0QAAAAAAsAAP/gAgAB4AAeAC4ARABMAFQAXABkAGwAdAB8AIQAAAEmIg8BBhUUFwcOAR8BFjMyMzI3Nj8BFjMyPwE2NCcDBgciIyIvASY2PwEeAhc3BwYvAQc3LgInJic3JyY/ATYfARYGMjY0JiIGFDYyFhQGIiY0EiIGFBYyNjQGIiY0NjIWFAQUFjI2NCYiFjIWFAYiJjQWNDYyFhQGIjY0NjIWFAYiAUsMIQwWDAbZFwoSzA0TAQEFBBoJVgoMEAwWDAy7BAgCAgYFywYDCGMVVEIeWhcFBhwXAhc2Ix4aD4gcBQUXBgV8Br8iFxciFx4UDg4UDvkiFxciFx4UDg4UDv6QExoTExoGDgkJDgkwCQ4JCQ73CQ4JCQ4BpAwMFgwRCwpXCjISyQ4BBRjWBgsXDCEM/uEIAgXJBhEDKAcJGR8/FwYGHDkFFhsHAwQDNhwFBhcFBXwGfBciFxciKQ4UDg4UAR4XIhcXIikOFA4OFNEaExMaExAJDgkJDm4OCQkOCfkOCQkOCQAACgAA/+ACAAHgACUAKgA4AEYATgBcAHwAlQCvAMgAACUjJic3PgEuAQ8BLgEjIgYHIyIGFRQfARUUFjMhMjY9ATc2NTQmKwE3FBYnMhYXBy4BIyIGByM+ARcuASIGByM+ATMyFhcHJiIHIzYyFyMnIgYHIz4BMzIWFwcuARcVFCMhIj0BJzQ7EzIVJTAjJjc2JyIxNDU0MzIXFgcGFxQVFCMiJzcwNSY3Nic1MTQ1NDMyFxYHBhcVFhUUIyIvATAxJjc2JzAxNDU0MzIXFgcGFxYVFCMiJwHYKwECTQYEBgwGSRZWNEBiCysRFwg4FxEBMBEXOAgXTAkIAZ0wThMOEUcrM04LEQtZggkoMCgJEQoxHx0wCww3Kg8TE0gTFCMmOwoRC0UsJj8QDw03fgj+0AhACCgQEBAQEBAQEGAQEBAQEBAQECgI/qABCBANBgEIBQIJEA0HCAUCwggQDQcIBQIJEA0GAQgFAlMIDw4HBwYCCRANBgEIBQOQBQYnAwwMBAMkLjhSPhcRDAk/DBEXFxEMPwkMERcEAQJ/MyoIJi8/MTdJgBYaGhYcJCAaBhAQICBQLSMqNioiBx4lwBgICBhICAi9FCYfDwIBCAUVJSAPAQEIBAMBFCUgDgEBAQgFFCYfDwEBAQgFRhQmHw8CAQgFFSUgDwEBCAQAAAMAAQAAAf8BwAAhACcANwAAAScmIyEiDwEGHwEWFxYzMjcVFBYzITI2PQEWMzI3Nj8BNicOASImJxcnESERByc3Mx4BMjY3MxcB9FAJC/7gCwlQEQcgBQ8FBQkHEw0BIA0TBwkFBQ8FIAfJByAqIAf8MP7gMCBQQwcqOCoHQ1ABeUAHB0AOFWAPBQIExA0TEw3EBAIFD2AVNQ4SEg6gIP8AAQAgYEAVGxsVQAADAFD/4AGqAeAAHwA5AGYAAAEUBg8BNCYvAQYHLgMvAR4BDgEVFBYzMj4CNzYmBw4EIyImNTQ3NiceAhU2Nx4BFTY3FicXFgcGIyInJjc2JwYPAScmJwYPAScmJwYVFCI1ND8BFxYXNj8BFRQXPgI3AWARCAggDxABIAkgIiAKChACEBJaRjRGJxIHDygGBAcUHjgmOUcQFQQWIQwuDAcLKx81OAMLFQIFAgEHAw4EHjEIAwwCEA4IBhYLDRAVCAgKGAoPGAwUHg4LAVATJwsKI0gSEi8wHzsoHwcHPGtDXSc7VxEjIho8h7sRERwPC0UtKklfQB5RLARBHg9WLyM1XyoQPTMFAQMHJTEiGAMIIhcXFAsMMhorRAgISzwYFR03DxcmGyIjChYPDQAB////7wIAAcAAKwAAABYUDwEGJj8BNjQmIg8BBhQWMj8BNjQmIg8BBiY/ATYyFhQPAQYiJjQ/ATYBrFQqsAsXDK0hQl0g6BcvQhfqDhwoDq8MFguvGEIvF+ohXUEh6SoBwFR4Kq8MFwuuIF1CIeUXQi8X5w4oHA6wCxcLsBcvQhjmIUFdIecqAAAAAAoAAP/gAgAB4AAjACcAKwAvADMANwBDAEcAVQBhAAABJyYnNTQmIyEiBh0BBg8BBh0BFBYzFRQWMyEyNj0BMjY9ATQnFSE1FyM3OwIVIzczFyM3MxcjJTU0PwE2OwEHIyImBSM1MxcjNTQmKwEiBh0BIzUhNxQGKwEnMzIfARYVAfYwAgQTDf7ADRMEAjAKHBQTDQFgDRMUHGD+wENDQCMRJERUJCBENSNAQ/7DAzAFCC5AHgcJASB4eHBgCQd4BwloAWAwCQceQC4IBTADAS1AAwRMDRMTDUwEA0ANEBAUHNANExMN0BwUEBCgQEDQcHBwcHBwEBAFBUAGcAn5oKCgBwkJB6DQMAcJcAZABQUACwAA/+ACAAHgACcATwBTAFcAWwBfAGMAZwBrAG8AcwAAASM1NCYiBh0BIzU0JiIGHQEjNTQmIgYdASMiBhURFBYzITI2NRE0JgMUBiMhIiY1ETQ2OwEVFBYyNj0BMxUUFjI2PQEzFRQWMjY9ATMyFhUFMxUjFTMVIxUzFSM3MxUjNTMVIzUzFSMXMxUjNTMVIzUzFSMB1UUJDglgCQ4JYAkOCUUSGRkSAaoSGRkHBgX+VgUGBgVFCQ4JYAkOCWAJDglFBQb+kEBAQEBAQHBAQEBAQEBwQEBAQEBAAbAgBwkJByAgBwkJByAgBwkJByAZEv6GEhkZEgF6Ehn+WwUGBgUBegUGIAcJCQcgIAcJCQcgIAcJCQcgBgVlMCAwIDAwMIAwgDBwMIAwgDAACAAA/+ACAAHQAAcAHgA5AD0AQQBIAGAAcQAAJDQ2MhYUBiI3PQI0JisBISIGFREUFjMhMjY9ATY0JSEzMhYdAyYjPQI0JiMhIgYdAiY1NDYFITUhHQEhNQUVIyEiJzUBFAYjISImPQEWMyEzMhYdASMiBhQWOwE3IyImNDY7ATI3NjcwNRYVFAEAExoTExq9HBRA/vgkNDQkASAkNDD+WAEIQAcJCAgJB/6wBwkQIQFP/rABUP6wAVAw/vgMDAFwIRf+4BchGCABCEAHCZAhLy8hkBSkFBwcFJAQCgICEpMaExMaE5BgCCgUHDQk/sAkNDQkGCR4xAkHKAgzAxAgIAcJCQcgHxAXFyEwECAQECAQBgr+6BchIRf8FAkHIC9CLyAcKBwNAwQBFx4mAAAAAAwAAv/iAf4B3gAPABcAHwAnAC8ANwBCAE4AWABjAG8AeQAAASYOAQcGHgEXFj4BNzYuAQIuAT4BHgEGLgEOAR4BPgEGLgE+AR4BBjYmDgEeAT4BBi4BPgEeAQYzBgcjBiY3Njc2HgIHBgcwFQYmNzY3JhYHBgcGJjc2NyYWBwYHBiY3Nj8BJhYHBgcGJjc2NzAxFwYHBiY3Njc2FgFfRIFuGhgSVEFEgm0aGBFVnaxJRaqsSUSWGBkKCxgZCiMMBQUMDAUFPUpJHh9KSR5nMRUTMTEVE0UUMAEHBgcrEQMPLA8DHUkIBgdDGxoPAxk9BwcINxaxBgcrEQMPAxQwARIGB0MbAw8DHUkTNhcDDgMYPQcHAc4YElRBRIJtGhgRVUFEgW7+OkSrrElFqqzCCgsYGQoLGBEFDAwFBQwMVh4fSkkeH0pGEzExFRMxMTEVAw8DEisIBhIGB0ofAQMPAx1EEwYIPRoDDgQXN68PAxIrCAYIMBUBPg8DHUQHBgdKHywXOAcGBz4aAw8AAAcAAAAQAgABsAARABYAPQBPAFcAXwB/AAABJisBIgYdARQWOwEyNj0BNCcHIzUzFzcnJisBNTQmKwEiBh0BFBYzFRQWOwEeATI2NzMeATI2NzMyNj0BNAUiJj0BNDY7ATIWHQMUBiMGIiY0NjIWFBYiJjQ2MhYUNxQGKwEuASIGByMuASIGByMiJj0BMzI2PQEzMh8BFhUBjQQJEAcJCQdABwkDDUAQMEhADhpAHBTwFBwcFBwUEgYiLCIGVAYiLCIGEhQc/jAHCQkH8AcJCQdjGhMTGhO9GhMTGhNACQcSBiIsIgZUBiIsIgYSBwnQFBxACQRAAwEpBwkHYAcJCQcYBQQhYEgTYBUgFBwcFLAUHDAUHBUbGxUVGxsVHBRgDx8JB7AHCQkHICBwBwmQExoTExoTExoTExotBwkVGxsVFRsbFQkHMBwUcAdgBAUAABEAAP/wAfAB4AAHAA4AFQAcACIAKQAvADUAOwBBAEgATgBUAFoAYQBoAG8AAAAiBhQWMjY0ByMmJzY3FgMmJzY3FTATFhcGBzUwFxYXBgcmJxUmJzY3MAcmJzY3BgcWFxUjNhcVBgcmJxcmJzY3Fhc1FhcGBzA3FhcGBzY3Jic1MwYnNTY3FhclFhcGByM2BzMWFwYHJgUmJzY3MwYBX86Rkc6RIGACESAcNN4oGR8jES4ZIyUbQzAaHRZRJSMZLlYdGjBDJg0mKGACXiYjFQJFPC0YGxVMIx8ZKFAbGC08IQ0jJmACXigmEAL+9xwgEQJgAwNgAhYdGzwBbBsdFgJgBAHgkc6Rkc5fNS8NFjr+0yIzCQJgAbAnOwwCcAMLLxQMNClwAgw7J10MFC8LJkgNAlAyQmACCzQ5zQonEQorJGACCTMiTwoRJwohPwsCYDlJUAINLTKHFg0vNU1dPDYMEzw8Eww2PFUAAAABAAD/4AIAAeAAAgAAEQEhAgD+AAHg/gAAAAAAAAAMAJYAAQAAAAAAAQAIABIAAQAAAAAAAgAHACsAAQAAAAAAAwAlAH8AAQAAAAAABAAIALcAAQAAAAAABQALANgAAQAAAAAABgAIAPYAAwABBAkAAQAQAAAAAwABBAkAAgAOABsAAwABBAkAAwBKADMAAwABBAkABAAQAKUAAwABBAkABQAWAMAAAwABBAkABgAQAOQAbABpAG4AZQBjAG8AbgBzAABsaW5lY29ucwAAUgBlAGcAdQBsAGEAcgAAUmVndWxhcgAARgBvAG4AdABGAG8AcgBnAGUAIAAyAC4AMAAgADoAIABsAGkAbgBlAGMAbwBuAHMAIAA6ACAAMwAwAC0AMQAxAC0AMgAwADEAMgAARm9udEZvcmdlIDIuMCA6IGxpbmVjb25zIDogMzAtMTEtMjAxMgAAbABpAG4AZQBjAG8AbgBzAABsaW5lY29ucwAAVgBlAHIAcwBpAG8AbgAgADEALgAwAABWZXJzaW9uIDEuMAAAbABpAG4AZQBjAG8AbgBzAABsaW5lY29ucwAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA0AAAAAQACAQIBAwEEAQUBBgEHAQgBCQEKAQsBDAENAQ4BDwEQAREBEgETARQBFQEWARcBGAEZARoBGwEcAR0BHgEfASABIQEiASMBJAElASYBJwEoASkBKgErASwBLQEuAS8BMAExATIHdW5pRTAwMAd1bmlFMDAxB3VuaUUwMDIHdW5pRTAwMwd1bmlFMDA0B3VuaUUwMDUHdW5pRTAwNgd1bmlFMDA3B3VuaUUwMDgHdW5pRTAwOQd1bmlFMDBBB3VuaUUwMEIHdW5pRTAwQwd1bmlFMDBEB3VuaUUwMEUHdW5pRTAwRgd1bmlFMDEwB3VuaUUwMTEHdW5pRTAxMgd1bmlFMDEzB3VuaUUwMTQHdW5pRTAxNQd1bmlFMDE2B3VuaUUwMTcHdW5pRTAxOAd1bmlFMDE5B3VuaUUwMUEHdW5pRTAxQgd1bmlFMDFDB3VuaUUwMUQHdW5pRTAxRQd1bmlFMDFGB3VuaUUwMjAHdW5pRTAyMQd1bmlFMDIyB3VuaUUwMjMHdW5pRTAyNAd1bmlFMDI1B3VuaUUwMjYHdW5pRTAyNwd1bmlFMDI4B3VuaUUwMjkHdW5pRTAyQQd1bmlFMDJCB3VuaUUwMkMHdW5pRTAyRAd1bmlFMDJFB3VuaUUwMkYHdW5pRjAwMAAAAAAAAf//AAIAAQAAAA4AAAAYAAAAAAACAAEAAwAzAAEABAAAAAIAAAAAAAEAAAAAyYlvMQAAAADM3fi7AAAAAMzd+Ls=) format('truetype');
	font-weight: normal;
	font-style: normal;
}

/* Use the following CSS code if you want to use data attributes for inserting your icons */
[data-icon]:before {
	font-family: 'linecons';
	content: attr(data-icon);
	speak: none;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
}

/* Use the following CSS code if you want to have a class per icon */
[class^="li_"]:before, [class*=" li_"]:before {
	font-family: 'linecons';
	font-style: normal;
	speak: none;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
}
.li_heart:before {
	content: "\e000";
}
.li_cloud:before {
	content: "\e001";
}
.li_star:before {
	content: "\e002";
}
.li_tv:before {
	content: "\e003";
}
.li_sound:before {
	content: "\e004";
}
.li_video:before {
	content: "\e005";
}
.li_trash:before {
	content: "\e006";
}
.li_user:before {
	content: "\e007";
}
.li_key:before {
	content: "\e008";
}
.li_search:before {
	content: "\e009";
}
.li_settings:before {
	content: "\e00a";
}
.li_camera:before {
	content: "\e00b";
}
.li_tag:before {
	content: "\e00c";
}
.li_lock:before {
	content: "\e00d";
}
.li_bulb:before {
	content: "\e00e";
}
.li_pen:before {
	content: "\e00f";
}
.li_diamond:before {
	content: "\e010";
}
.li_display:before {
	content: "\e011";
}
.li_location:before {
	content: "\e012";
}
.li_eye:before {
	content: "\e013";
}
.li_bubble:before {
	content: "\e014";
}
.li_stack:before {
	content: "\e015";
}
.li_cup:before {
	content: "\e016";
}
.li_phone:before {
	content: "\e017";
}
.li_news:before {
	content: "\e018";
}
.li_mail:before {
	content: "\e019";
}
.li_like:before {
	content: "\e01a";
}
.li_photo:before {
	content: "\e01b";
}
.li_note:before {
	content: "\e01c";
}
.li_clock:before {
	content: "\e01d";
}
.li_paperplane:before {
	content: "\e01e";
}
.li_params:before {
	content: "\e01f";
}
.li_banknote:before {
	content: "\e020";
}
.li_data:before {
	content: "\e021";
}
.li_music:before {
	content: "\e022";
}
.li_megaphone:before {
	content: "\e023";
}
.li_study:before {
	content: "\e024";
}
.li_lab:before {
	content: "\e025";
}
.li_food:before {
	content: "\e026";
}
.li_t-shirt:before {
	content: "\e027";
}
.li_fire:before {
	content: "\e028";
}
.li_clip:before {
	content: "\e029";
}
.li_shop:before {
	content: "\e02a";
}
.li_calendar:before {
	content: "\e02b";
}
.li_vallet:before {
	content: "\e02c";
}
.li_vynil:before {
	content: "\e02d";
}
.li_truck:before {
	content: "\e02e";
}
.li_world:before {
	content: "\e02f";
}
@font-face {
	src: url('../../frontend/Alothemes/spozy5/fr_FR/fonts/hellosanttiny/HelloSanttiny-6PLD.otf') format('truetype'),
	url('../../frontend/Alothemes/spozy5/fr_FR/fonts/hellosanttiny/HelloSanttiny.ttf') format('truetype');
	font-weight:normal;
	font-style:normal;
	font-family: "Hello Santtiny";
}	/*
  	Flaticon icon font: Flaticon
  	Creation date: 07/12/2020 14:52
  	*/

@font-face {
  font-family: "_Flaticon";
  src: url("../../frontend/Alothemes/spozy5/fr_FR/fonts/_flaticon/Flaticon.eot");
  src: url("../../frontend/Alothemes/spozy5/fr_FR/fonts/_flaticon/Flaticon.eot?#iefix") format("embedded-opentype"),
       url("../../frontend/Alothemes/spozy5/fr_FR/fonts/_flaticon/Flaticon.woff2") format("woff2"),
       url("../../frontend/Alothemes/spozy5/fr_FR/fonts/_flaticon/Flaticon.woff") format("woff"),
       url("../../frontend/Alothemes/spozy5/fr_FR/fonts/_flaticon/Flaticon.ttf") format("truetype"),
       url("../../frontend/Alothemes/spozy5/fr_FR/fonts/_flaticon/Flaticon.svg#Flaticon") format("svg");
  font-weight: normal;
  font-style: normal;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: "_Flaticon";
    src: url("../../frontend/Alothemes/spozy5/fr_FR/fonts/_flaticon/Flaticon.svg#Flaticon") format("svg");
  }
}

[class^="flaticon-"]:before, [class*=" flaticon-"]:before,
[class^="flaticon-"]:after, [class*=" flaticon-"]:after {   
  font-family: Flaticon;
        font-size: 20px;
font-style: normal;
margin-left: 20px;
}

.flaticon-recycle:before { content: "\f100"; }
.flaticon-zoom:before { content: "\f101"; }
.flaticon-hearts:before { content: "\f102"; }/**
 * Magento
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License (AFL 3.0)
 * that is bundled with this package in the file LICENSE_AFL.txt.
 * It is also available through the world-wide-web at this URL:* http://opensource.org/licenses/afl-3.0.php
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web,please send an email
 * to license@magentocommerce.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade Magento to newer
 * versions in the future. If you wish to customize Magento for your
 * needs please refer to http://www.magentocommerce.com for more information.
 *
 * @category    design
 * @package     default_default
 * @copyright   Copyright (c) 2013 Magento Inc. (http://www.magentocommerce.com)
 * @license     http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 */

/* Reset ================================================================================= */

@font-face {
    font-family: 'Righteous';
    src: url('../../frontend/Alothemes/spozy5/fr_FR/fonts/Righteous-Regular.woff2') format('woff2'),
    url('../../frontend/Alothemes/spozy5/fr_FR/fonts/Righteous-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "luma-icons";
    src: url("../../frontend/Alothemes/spozy5/fr_FR/fonts/Luma-Icons.woff2") format("woff2"), url("../../frontend/Alothemes/spozy5/fr_FR/fonts/Luma-Icons.woff") format("woff");
    font-style: normal;
    font-weight: normal;
    font-display: auto;
}

.header .header-tool {
    position: relative;
}

.header .container .header-logo.header-logo__big .logo {
    max-width: 100%;
    padding: 40px 90px 40px 0;

    background-image: url(../../frontend/Alothemes/spozy5/fr_FR/images/made-in-france.png);
    background-repeat: no-repeat;
    background-size: auto 80px;
    background-position: center right 0;
}

.header .header-logo.header-logo__big {
    display: flex;
}

.header.header-container-fixed .header-logo.header-logo__big {
    display: none;
}

.header .header-content__wrapper .header-logo {
    display: none;
}

.header.header-container-fixed .header-content__wrapper .header-logo {
    display: flex;
}

.header .header-content .header-content__wrapper {
    padding-bottom: 10px;
}

.header.header-container-fixed .header-content .header-content__wrapper {
    padding-bottom: 0;
}

.header .header-logo::before, .header .header-content .header-content__wrapper::before {
    content: "";
    width: 100vw;
    transform: translateX(-50%);
    display: block;
    left: 50%;
    position: absolute;
    top: 0;
    bottom: 0;
    background-color: #fff;
}

.header .header-content .header-content__wrapper::before {
    border-bottom: 1px solid #44C1EF;
}

.header.header-container-fixed .header-content .header-content__wrapper::before {
    border-width: 0;
}

.header .header-top .header-top-flex {
    position: relative;
    color: #797979;
    font-size: 14px;
}

.header .header-top-link .switcher .switcher-options strong span, .header .header.links li a {
    color: #797979;
}

.header .header-top .header-top-flex::before {
    content: "";
    width: 100vw;
    transform: translateX(-50%);
    display: block;
    left: 50%;
    position: absolute;
    top: 0;
    bottom: 0;
    background: #F5F5F5;
}

.cms-index-index .page-header.alothemes {
    position: relative;
}

.navigation-menu, .navigation .ui-menu {
    font-family: 'Righteous', 'Manrope', sans-serif;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6, .page-wrapper .shop-by-category .title {
    font-family: 'Righteous', 'Manrope', sans-serif;
}

.home-content__title {
    font-size: 36px;
}

body .page-wrapper {
    font-family: 'roboto', 'Manrope', sans-serif;
}

.navigation-menu .level0 > .level-top {
    font-weight: 500 !important;;
}

.navigation-menu .level0 .submenu {
    font-weight: 500 !important;
    text-transform: uppercase;
}

.header .header-menu .nav-sections {
    margin-right: 0;
}

.header .header-menu {
    margin-left: 0;
}

.dflex.header-content__wrapper {
    position: relative;
}

.header-menu .navigation-menu {
    padding: 0;
    margin: 0;
    width: 100%;
}

.header-menu .navigation-menu ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.container-navigation {
    width: 100%;
}

/* Navigation */
.navigation-menu {
    box-sizing: border-box;
}

.navigation-menu ul {
    margin: 0;
    padding: 0;
}

.navigation-menu li {
    margin: 0;
}

.navigation-menu a {
    display: block;
    padding-top: 10px;
    padding-right: 0;
    padding-bottom: 10px;
    padding-left: 15px;
}

.navigation-menu a,
.navigation-menu a:hover {
    color: #575757;
    text-decoration: none;
}

.navigation-menu .level0 {
    font-size: 1.6rem;
}

.navigation-menu .level0 > .level-top {
    font-weight: 700;
    line-height: 53px;
    text-transform: uppercase;
    padding: 0 15px;
    word-wrap: break-word;
}

.navigation-menu .level0 > .level-top:hover {
    color: #333;
}

.navigation-menu .level0.active .all-category .ui-state-focus {
    border-color: #ff5501;
    border-style: solid;
    border-width: 0 0 3px;
    color: #333;
    padding-left: 7px;
    text-decoration: none;
    display: inline-block;
}

.navigation-menu .level0 > .level1 {
    font-weight: 600;
}

.navigation-menu .level0.active > a:not(.ui-state-active),
.navigation-menu .level0.has-active > a:not(.ui-state-active) {
    border-color: #ff5501;
    border-style: solid;
    border-width: 0 0 3px;
    color: #333;
    text-decoration: none;
}

.navigation-menu .level0.active > a:not(.ui-state-active) span:not(.ui-menu-icon),
.navigation-menu .level0.has-active > a:not(.ui-state-active) span:not(.ui-menu-icon) {
    margin-left: -8px;
}

.navigation-menu .submenu > li {
    word-wrap: break-word;
}

.navigation-menu .submenu > li > a:hover {
    color: #333;
}

.navigation-menu .submenu:not(:first-child) {
    background: #fff;
    font-weight: 700;
    line-height: 1.3;
    left: 0 !important;
    top: 100% !important;
    overflow-x: hidden;
    padding: 0;
    position: relative;
    transition: left 0.3s ease-out;
}

.navigation-menu .submenu:not(:first-child) > li > a {
    padding-left: 15px;
}

.navigation-menu .submenu:not(:first-child) > li:last-child {
    margin-bottom: 0;
}

.navigation-menu .submenu:not(:first-child) ul {
    display: block;
    padding-left: 15px;
}

.navigation-menu .submenu:not(:first-child) ul > li {
    margin: 0;
}

.navigation-menu .submenu:not(:first-child) ul > li a {
    color: #575757;
    display: block;
    line-height: normal;
}

.navigation-menu .submenu:not(:first-child) ul > li a:hover {
    color: #333;
}

.navigation-menu .submenu:not(:first-child).expanded {
    display: block !important;
    padding-right: 0;
    top: 0 !important;
}

.navigation-menu .submenu:not(:first-child) .active > a {
    border-color: #ff5501;
    border-style: solid;
    border-width: 0 0 0 3px;
    padding-left: 7px;
}

.navigation-menu .submenu:not(:first-child) .level1.active > a {
    padding-left: 7px;
}

.navigation-menu {
    font-weight: 700;
    height: inherit;
    left: auto;
    overflow: inherit;
    padding: 0;
    position: static;
    top: 0;
    width: 100%;
    z-index: 3;
}

.navigation-menu:empty {
    display: none;
}

.navigation-menu ul {
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
    position: static;
}

.navigation-menu li.level0 {
    border-top: none;
}

.navigation-menu li.level1 {
    position: relative;
}

.navigation-menu .level0 {
    display: inline-block;
    margin: 0;
    position: static;
}

.navigation-menu .level0:last-child {
    margin-right: 0;
    padding-right: 0;
}

.navigation-menu .level0:hover:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 100%;
    width: 10px;
    height: calc(100% + 3px);
    z-index: 1;
}

.navigation-menu .level0 > .level-top {
    color: #575757;
    line-height: 53px;
    padding: 0 12px;
    text-decoration: none;
    box-sizing: border-box;
    position: relative;
    display: inline-block;
}

.navigation-menu .level0 > .level-top:hover,
.navigation-menu .level0 > .level-top.ui-state-focus {
    color: #333;
    text-decoration: none;
}

.navigation-menu .level0.active > .level-top,
.navigation-menu .level0.has-active > .level-top {
    border-color: #ff5501;
    border-style: solid;
    border-width: 0 0 3px;
    color: #333;
    text-decoration: none;
    display: inline-block;
}

.navigation-menu .level0.parent:hover > .submenu {
    overflow: visible !important;
}

.navigation-menu .level0.parent > .level-top {
    padding-right: 20px;
}

.navigation-menu .level0.parent > .level-top > .ui-menu-icon {
    position: absolute;
    right: 0;
    display: inline-block;
    text-decoration: none;
}

.navigation-menu .level0.parent > .level-top > .ui-menu-icon > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.navigation-menu .level0.parent > .level-top > .ui-menu-icon:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 12px;
    line-height: 20px;
    color: inherit;
    content: '\e622';
    font-family: 'icons-blank-theme';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
}

.navigation-menu .level0 .submenu {
    background: #fff;
    border: 1px solid #fff;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.19);
    font-weight: 700;
    min-width: 100%;
    padding: 0;
    display: none;
    left: 0;
    margin: 0 !important;
    position: absolute;
    z-index: 1;
    margin-top: 11px;
}

.navigation-menu .level0 .submenu > ul {
    margin-top: 11px;
}

.navigation-menu .level0 .submenu > ul:before,
.navigation-menu .level0 .submenu > ul:after {
    content: '';
    display: block;
    overflow: hidden;
    position: absolute;
}

.navigation-menu .level0 .submenu > ul:before {
    color: #fff;
    left: 20px;
    top: -20px;
    border: 10px solid transparent;
    height: 0;
    width: 0;
    border-bottom-color: #fff;
    z-index: 4;
}

.navigation-menu .level0 .submenu > ul:after {
    border: 11px solid transparent;
    height: 0;
    width: 0;
    border-bottom-color: #fff;
    color: #fff;
    left: 19px;
    top: -22px;
    z-index: 3;
}

.navigation-menu .level0 .submenu:before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 4px;
    left: 0;
    top: -4px;
    z-index: 1;
}

.navigation-menu .level0 .submenu a {
    display: block;
    line-height: inherit;
    color: #575757;
    padding: 8px 20px;
}

.navigation-menu .level0 .submenu a:hover,
.navigation-menu .level0 .submenu a.ui-state-focus {
    color: #333;
    text-decoration: none;
}

.navigation-menu .level0 .submenu .active > a {
    border-color: #ff5501;
    border-style: solid;
    border-width: 0 0 0 3px;
}

.navigation-menu .level0 .submenu .submenu {
    top: -1px !important;
    left: 100% !important;
}

.navigation-menu .level0 .submenu .submenu-reverse {
    left: auto !important;
    right: 100%;
}

.navigation-menu .level0 .submenu li {
    margin: 0;
    position: relative;
}

.navigation-menu .level0 .submenu li.parent > a > .ui-menu-icon {
    position: absolute;
    right: 3px;
    display: inline-block;
    text-decoration: none;
}

.navigation-menu .level0 .submenu li.parent > a > .ui-menu-icon > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.navigation-menu .level0 .submenu li.parent > a > .ui-menu-icon:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 12px;
    line-height: 20px;
    color: inherit;
    content: '\e608';
    font-family: 'icons-blank-theme';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
}

.navigation-menu .level0.more {
    position: relative;
    display: inline-block;
    text-decoration: none;
}

.navigation-menu .level0.more:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 26px;
    line-height: inherit;
    color: inherit;
    content: '\e607';
    font-family: 'icons-blank-theme';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
}

.navigation-menu .level0.more:before {
    display: none;
}

.navigation-menu .level0.more:after {
    cursor: pointer;
    padding: 8px 12px;
    position: relative;
    z-index: 1;
}

.navigation-menu .level0.more:hover > .submenu {
    overflow: visible !important;
}

.navigation-menu .level0.more li {
    display: block;
}


/* Navigation */


.recentorder .notify-slider-wrapper.content-products {
    display: none !important;
}

/* Haut de site */
.header .header-logo {
    background-color: #fff;
    padding: 10px;
}

.header .header-logo .logo {
    max-width: 200px;
}

.header .nav-toggle:before {
    color: #555;
}

.nav-toggle:hover:before {
    color: #004a98;
}

.header .magicmenu .nav-desktop .level0.over a, .header .magicmenu .nav-desktop .level0.active > a, .header .magicmenu .nav-desktop .level0.active > a span.icon-text, .header .magicmenu .nav-desktop .level0 a:hover, .header .magicmenu .nav-desktop .level0 a.icon-text:hover, .header .magicmenu .nav-desktop .level0.dropdown .level-top:hover {
    color: #004a98 !important;
}


.banner-static-home2 {
    padding: 50px 0;
}

.banner-static-home2 .banner-static-home2__title {
    color: #004A98;
    font-size: 16px;
    line-height: 19px;
    font-weight: normal;
    text-transform: uppercase;
    padding-top: 80px;
    letter-spacing: 0.05em;
    text-align: center;
}

.banner-static-home2 .banner-static-home2__description {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    line-height: 2.8;

}

.banner-static-home2 .banner-static-home2__description > * {
    flex: 0 0 auto;
    width: auto;
    height: auto;
}

.banner-static-home2 .banner-static-home2__title__payment {
    background: url(../../frontend/Alothemes/spozy5/fr_FR/images/footer/lock-payment-2.svg) no-repeat center 0;
}

.banner-static-home2 .banner-static-home2__title__delivery {
    background: url(../../frontend/Alothemes/spozy5/fr_FR/images/footer/truck.svg) no-repeat center 0;
}

.banner-static-home2 .banner-static-home2__title__refund {
    background: url(../../frontend/Alothemes/spozy5/fr_FR/images/footer/remboursement-2.svg) no-repeat center 0;
}

.banner-static-home2 .banner-static-home2__title__certification {
    background: url(../../frontend/Alothemes/spozy5/fr_FR/images/footer/ce-footer-2.svg) no-repeat center 0;
}


.dencott-map {
    position: relative;
    padding-top: 25px;
}

#map {
    height: 540px;
    width: 100vw;
    margin-left: 50%;
    transform: translateX(-50%);
}

.dencott-map-bloc {
    position: absolute;
    right: 12%;
    top: 30%;
    background: rgba(255, 255, 255, 0.9);
    padding: 15px;
    max-width: 380px;
}

.dencott-map-bloc .h2 {
    color: #004A98;
}


.dencott-map-bloc address {
    background: rgba(204, 204, 204, 0.3);
    padding: 14px 14px 4px;
    line-height: 10px;
}

.block-footer-top .container {
    display: block;
}

.block-footer-top .block-subscribe .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;

}

.block-footer-bottom hr {
    border-top: 1px solid #242424;
    margin-top: 20px;
    margin-bottom: 20px;
}

.block-footer-bottom .block-content p, .block-footer-bottom .link-list a, .block-footer-bottom .block-content p a, .block-footer-bottom .block-content .mail a, .block-footer-bottom .block-content .address, .block-footer-bottom .block-content .phone {
    color: #606060;
}

.block-footer-bottom .ft-title .h3 {
    color: #4D4D4D;
}

.block-footer-bottom .ft-title {
    margin-bottom: 20px;
}

.block-footer-bottom .ft-title .h3::after {
    content: "";
    border: 1px solid #004A98;
    display: block;
    width: 100%;
    margin-top: 10px;
}

/* Produit */

.product-shop-content .custom-html:after {
    content: unset;
}

.block.review-add .review-form {
    max-width: 100%;
}

.block.review-add .review-fieldset {
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
    flex-direction: row;
}

.block.review-add .review-fieldset > * {
    margin-left: 15px;
    margin-right: 15px;
    flex: 1 1 auto;
}

.block.review-add .review-fieldset .review-legend {
    width: 100%;
}

.block.review-add .review-fieldset .review-field-nickname, .block.review-add .review-fieldset .review-field-summary {
    width: 45%;
}

.block.review-add .review-fieldset .review-field-text {
    width: 100%;
}

.block.review-add .review-form-actions {
    width: 100%;
    display: flex;
    justify-content: center;
}

ul.mage-column li {
    /* z-index: 2; */
    z-index: inherit;
}

.static-home-slide__bottom {
    overflow: hidden;
}

.stickyCart .stickyChild .clSticky .imgBorder .borderImg .stickyImg {
    height: 100%;
    width: 100%;
    object-fit: contain;
    background-color: #fff;
}

.shop-by-category {
    background-color: #fff;
    padding: 100px 0 20px;
}

.shop-by-category .title {
    color: #004A98;
    font-size: 21px;
    font-weight: normal;
    line-height: 26px;
    margin-bottom: 20px;
}

.shop-by-category .slick-slide .category-image img {
    position: relative;
    z-index: 1;
    top: unset;
    left: unset;
    transform: unset;
}

.shop-by-category .slick-slide .item:hover .category-image img {
    transform: unset;
}

.shop-by-category .slick-slide:nth-child(2n+1) .category-image::before {
    content: unset;
}

.shop-by-category .slick-slide:nth-child(2n) .category-image::before {
    content: unset;
}

.shop-by-category .slick-slide .item {
    position: relative;
}

.shop-by-category .item {
    display: block;
    margin: 0 20px;
    position: relative;
}

.shop-by-category .categories {
    display: flex;
    justify-content: center;
}

.shop-by-category .categories .category-image {
    position: relative;
}

.shop-by-category .categories .category-image img {
    filter: drop-shadow(0px 4px 4px rgba(104, 104, 104, 0.5));
}

.shop-by-category .categories .category-name {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    color: #004A98;
    font-size: 26px;
    line-height: 30px;
    text-transform: uppercase;
    padding: 10px 10px 20px 10px;
    font-weight: 600;
}

.category-image, .category-description {
    margin-bottom: 0;
}

.magicslider {
    position: relative;
}


.magepow-categories__line {
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
    padding: 90px 0 70px 0;
}

.magepow-categories__line::before {
    width: 395px;
    border: 1px solid #004A98;
    content: "";
}

.cms-home__static__block .row.container-widget-title {
    background-color: transparent;
}

.cms-home__static__block .row.container-widget-title .home-content__title {
    text-transform: uppercase;
    text-align: center;
    font-size: 38px;
}

.arrow-down {
    background: url("../../frontend/Alothemes/spozy5/fr_FR/images/page/arrow-down.png");
    width: 37px;
    height: 24px;
    margin: 0 auto;
}


.home-content__title + .arrow-down, .bg-transparent__after-white .arrow-down {
    margin: 80px auto 40px;
}

.cms-home__static__block .row.bg-transparent__after-white {
    padding: 90px 50px 40px;
    z-index: 2;
}

.bg-transparent__after-white::after {
    content: url("../../frontend/Alothemes/spozy5/fr_FR/images/page/arrow-down.png");
    height: 37px;
    width: 100%;
    background: #fff;
    text-align: center;
    padding: 80px 0;
}

.cms-home__slider.static-home-slide__bottom {
    margin-top: -180px;
    z-index: 1;
}

.magicslider-caption {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    padding: 20px 30px;
    bottom: auto;
    left: 17px;
    right: auto;
    width: 850px;
    background: rgba(255, 255, 255, 0.2);
}

.magicslider .magicslider-caption:empty {
    display: none !important;
}

.magicslider .magicslider-caption h3 {
    font-size: 38px;
    font-weight: 500;
    color: #004A98;
    line-height: 45px;
}

.magicslider .magicslider-caption p {
    font-size: 26px;
    color: #444;
    text-align: left;
    letter-spacing: 1px;
}

.cms-home__products .wrapper-product {
    margin: -100px -50px 0;
    padding: 90px 50px 50px;
}


.navigation-menu.mc-run .mc-hover > ul,
.navigation-menu .level0 > ul {
    display: flex;
}

.navigation-menu .level0 > ul > ul {
    flex: 1 1 auto;
}

a.menu-item-active > span {
    text-decoration: none;
    color: #3cb4e5;
}

.navigation-menu .level0 .submenu {
    padding: 20px 20px 40px;
}


.navigation-menu .level0:hover::after {
    content: none;
}

.navigation-menu .level0 .submenu::before {
    content: none;
}

.navigation-menu .level0 > .menu-boutique {
    background-color: #3cb4e5;
    color: #fff;
    line-height: 20px;
    border-radius: 50px;
    padding: 0px 24px;
}

.navigation-menu li.menu-boutique {
    display: flex;
    align-items: center;
    margin-left: 15px;
}

.mc-menu-open .page-wrapper::before {
    content: '';
    position: absolute;
    inset: 0;
    background: hsla(0, 0%, 0%, 0.1);
    z-index: 1;
}


#block-collapsible-nav .nav.items li {
    width: 100%;
}

.navigation-menu .level0 > .menu-boutique {
    text-decoration: none;
}

body:not(.cms-index-index) .header .header-tool {
    margin-right: 40px;
}

.mc-menu-open .page-wrapper::before {
    /* position: absolute; */
    position: fixed;
}

.navigation-menu .level0 > .menu-boutique > span {
    color: #fff;
    text-decoration: none;
}

.mc-menu-open .page-main {
    position: relative;
    z-index: 0;
}

.mc-menu-open .page-wrapper::before {
    content: '';
}

.section-items.nav-sections-items .navigation > ul {
    padding: 5px 15px;
}

.section-items.nav-sections-items .navigation > ul .submenu {
    top: 0 !important;;
    left: 0 !important;
    margin-left: 10px;
    margin-top: 10px;
}

.section-items.nav-sections-items .navigation > ul .submenu ul {
    display: block !important;
}

.navigation-menu li.menu-boutique .submenu > ul {
    display: flex;
    justify-content: flex-start;
}

.navigation-menu li.menu-boutique .submenu > ul li {
    flex: 1 1 auto;
    text-align: center;
}

.item.product-item .product-reviews-summary, .catalog-category-view .column.main .product-reviews-summary {
    display: none;
}

.cms-home__static__block .static-block_btn {
    background-color: #3cb4e5;
}

.cms-home__static__block .static-block_btn:after {
    border: 2px solid #3cb4e5;
}

.wrapper-product .cms-home__static__block .static-block_btn {
    background-color: #004A98;
    color: #fff;
}

.wrapper-product .cms-home__static__block .static-block_btn:after {
    border: 2px solid #004A98;
}

.price-box .price-container .price {
    color: #004a98;
}

.footer-static-content .link-list li {
    padding-left: 25px;
    position: relative;
    margin-bottom: 0;
}

.footer-static-content .link-list li:before {
    content: '';
    width: 8px;
    height: 8px;
    background: #797979;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto;
}

.block-footer-bottom {
    padding: 30px 0;
}

.block-footer-bottom .link-list a:hover {
    color: #004a98;
    text-decoration: underline;
}

.block-footer-bottom .block-content .address {
    padding-left: 25px;
    background: url(../../frontend/Alothemes/spozy5/fr_FR/images/footer/location.svg) no-repeat left 3px;
    margin-bottom: 10px;
}

.block-footer-bottom .block-content .mail {
    padding-left: 25px;
    background: url(../../frontend/Alothemes/spozy5/fr_FR/images/footer/envelope-o.svg) no-repeat left 2px;
}

.footer-links-company {
    border-top: 0 solid #242424;
}

.cms-index-index {
    background-color: #fff;
}

.row.bg-contact-primary-full-width {
    position: relative;
    padding: 40px 50px;
}

.row.bg-contact-primary-full-width::before {
    content: "";
    width: 105vw;
    transform: translateX(-50%);
    display: block;
    left: 50%;
    position: absolute;
    top: 0;
    bottom: 0;
    background: rgba(68, 193, 239, 0.13);
}

.cms-home__static__block .row.bg-primary-full-width {
    position: relative;
    padding: 90px 50px 20px;
}

.bg-primary-full-width::before {
    content: "";
    width: 105vw;
    transform: rotate(-2deg) translateX(-50%);
    display: block;
    left: 50%;
    position: absolute;
    top: 0;
    bottom: 0;
    background: rgba(68, 193, 239, 0.13);
}

.cms-home__static__block .row.bg-transparent {
    background-color: transparent;
    margin-top: 0;
}

.bg-primary__container .home-content__text {
    text-align: center;
}

.bg-primary__container .home-content__text h2 {
    font-weight: 500;
    font-size: 25px;
    line-height: 29px;
    text-align: center;
    color: #004A98;
    margin-bottom: 40px;
    font-family: 'roboto', 'Manrope', sans-serif;
}

.bg-primary__container .home-content__text p {
    font-size: 19px;
    line-height: 22px;
    margin-bottom: 25px;
}

.bg-primary__container .home-content__text .primary-color {
    color: #004A98;
}

.bg-primary__container .home-content__img img {
    margin: 0 auto;
}

.bg-primary__container .home-content__text .static-block_btn {
    margin-top: 25px;
}

.bg-primary__container .col-md-5, .bg-primary__container .col-md-7 {
    align-self: center;
}

.cms-title-wrapper .cms-title {
    color: #747474;
    font-size: 29px;
    line-height: 36px;
}

.cms-title-wrapper .cms-title::after {
    content: "";
    width: 156px;
    border: 1px solid #004A98;
    display: block;
    margin: 25px auto 0;
}

.cms-index-index .page-footer .block-footer-top {
    background-color: transparent;
}

.cms-index-index .page-footer .banner-static-home2 {
    padding: 0 0 50px;
    margin-top: -75px;
}

.cms-index-index .block-footer-top .container {
    padding: 0 50px;
    background: transparent;
}

.cms-index-index .block-footer-top .container .col-footer {
    background: #FFFFFF;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    padding: 35px 0;
}

.footer-information-link {
    position: relative;
    padding: 40px 0;
    margin-bottom: 35px;
}

.footer-information-link::before {
    width: 100vw;
    transform: translateX(-50%);
    content: "";
    border-top: 1px solid #004A98;
    display: block;
    left: 50%;
    position: absolute;
    top: 0;
}

.footer-information-link:after {
    width: 100vw;
    transform: translateX(-50%);
    content: "";
    border-top: 1px solid #004A98;
    display: block;
    left: 50%;
    position: absolute;
    bottom: 0;
}

.product-item-details__title {
    width: 100%;
    text-align: center;
}

.product-item-details__title .product-item-name {
    word-wrap: normal;
}

.product-item-details__price {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-top: 15px;
}

.item.product-item .images-container {
    box-shadow: 0 2px 8px -3px #979797;
    margin-top: 10px;
}

.product-image-container .product-image-wrapper .product-image-photo {
    height: 100%;
    object-fit: contain;
    object-position: center;
    width: 100%;
    background-color: #fff;
}

.header-top-flex .header-top-link {
    width: 100px;
}

.header-top-flex .header-top-right {
    width: 170px;
    position: relative;
}

.header-top-flex .header-top-link-custom {
    position: relative;
    display: flex;
    margin: 0 -10px;
    width: calc(100% - 265px);
    justify-content: center;
}

.header-top-flex .header-top-link-custom > * {
    padding: 0 10px 0 20px;
    font-size: 14px;
    line-height: 17px;
}

.header-top-link-custom .phone-header {
    background: url(../../frontend/Alothemes/spozy5/fr_FR/images/header/mobile.svg) no-repeat scroll 0 50%;
    background-size: 14px auto;
}

.header-top-link-custom .contact-header {
    background: url(../../frontend/Alothemes/spozy5/fr_FR/images/header/envelope-o.svg) no-repeat scroll 0 50%;
    background-size: 14px auto;
}

.header-top-link-custom .blog-header {
    display: none;
    background: url(../../frontend/Alothemes/spozy5/fr_FR/images/header/rss-solid.svg) no-repeat scroll 0 50%;
    background-size: 14px auto;
}

html[lang="fr"] .header-top-link-custom .blog-header {
    display: block;
}

.footer-links-company #backtotop {
    height: 60px;
    width: 60px;
    color: #ffffff;
    background-color: #004a98;
    border: 2px solid #004a98;
    bottom: 40px;
}

.footer-links-company #backtotop:hover {
    color: #004a98;
    background-color: #ffffff;
    border: 2px solid #004a98;
}

.footer-links-company #backtotop .back-to-top {
    display: none;
}

.footer-links-company #backtotop .fa {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 7px;
    font-size: 40px;
}

.footer-links {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 -15px;
    border-top: 1px solid #ededed;
    padding: 12px 0;
}

.footer-links > * {
    padding: 0 15px;
}


.product.data.items > .item.title {
    box-sizing: border-box;
    float: left;
    margin: 0 -1px 0 0;
    width: 50%;
}

.product.data.items > .item.content {
    background: #fff;
    margin-top: 43px;
    padding: 20px;
    border: 1px solid #ccc;
    box-sizing: border-box;
    float: right;
    margin-left: -100%;
    width: 100%;
}

.product.data.items:after {
    clear: both;
    content: '';
    display: table;
}

.product.data.items > .item.title > .switch {
    font-weight: 400;
    line-height: 40px;
    font-size: 1.4rem;
    color: #6d6d6d;
    text-decoration: none;
    background: #f6f6f6;
    border: 1px solid #ccc;
    border-bottom: none;
    height: 43px;
    padding: 1px 35px 1px 35px;
    display: block;
    position: relative;
    z-index: 2;
}

.product.data.items > .item.title:not(.disabled) > .switch:active, .product.data.items > .item.title.active > .switch, .product.data.items > .item.title.active > .switch:focus, .product.data.items > .item.title.active > .switch:hover {
    background: #fff;
    color: #333;
    text-decoration: none;
}

.product.data.items > .item.title:not(.disabled) > .switch:focus, .product.data.items > .item.title:not(.disabled) > .switch:hover {
    background: #fff;
}

.product-info-main .custom-options-tab-wrapper.product.data.items > .item.title > .switch {
    padding: 1px 20px 2px 20px;
}

.catalog-product-view .product.detailed .items-tabs .data.title:before {
    border-bottom: 2px solid #44C1EF;
}

#upload-prescription-file {
    display: none;
}

.custom-options-configure {
    width: 100%;
}

.post-view .post-entry .post-image, .post-view .post-meta {
    display: none;
}

.post-list-wrapper .post-list.grid .item .post-image a {
    display: flex;
    justify-content: center;
}

.post-list-wrapper .post-list.grid .item .post-image a img{
    max-height: 300px;
}

.post-list-wrapper .post-list.grid .item .post-list-item h2{
    min-height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.post-list-wrapper .post-list.grid .item .post-list-item h2 a{
    text-align: center;
}

.widget-blog-posts .post-image {
    position: relative;
    padding-bottom: 250px;
    display: block;
    margin-bottom: 10px;
}

.widget-blog-posts .post-image a {
    display: flex;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.widget-blog-posts .post-image a img {
    object-fit: contain;
}

.post-list-wrapper .post-list.grid li{
    margin-bottom: 30px;
}

.post-list-wrapper .toolbar-amount {
    float: unset;
}

.post-list-wrapper .pager .pages .label.pages-label{
    display: none;
}

.post-list-wrapper .pager .pages .items.pages-items{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 0;
    margin: 20px 0;
}

.post-list-wrapper .pager .pages .items.pages-items .item a,.post-list-wrapper .pager .pages .items.pages-items .item .page{
    position: relative;
    display: block;
    color: #004A98;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #dee2e6;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    padding: 8px 12px;
}

.post-list-wrapper .pager .pages .items.pages-items .item.current .page{
    z-index: 3;
    color: #fff;
    background-color: #004A98;
    border-color: #004A98;
}

.post-list-wrapper .pager .pages .items.pages-items .item a:hover{
    z-index: 2;
    color: #0a58ca;
    background-color: #e9ecef;
    border-color: #dee2e6;
}

.post-list-wrapper .post-list .item .post-meta{
    display: none;
}



.post-list-wrapper .pager .pages .items.pages-items .item:first-child a,.post-list-wrapper .pager .pages .items.pages-items .item:first-child .page{
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
}
.post-list-wrapper .pager .pages .items.pages-items .item:last-child a,.post-list-wrapper .pager .pages .items.pages-items .item:last-child .page{
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
}

.filter-content.sidebar-shop .filter-options-content .items .item a > [type="checkbox"]{
    display:none;
}

.sidebar.sidebar-main{
    position: relative !important;
}

.sidebar.sidebar-main .block.filter .filter-options-content{
    display: block !important;
}

.sidebar.sidebar-main .block.filter .filter-options-content .items .item{
    margin-bottom: 0;
}

.sidebar.sidebar-main .block.filter .filter-options-item{
    margin-top: 0;
    border: 1px solid #e5e5e5;
    padding: 20px;
    border-bottom-width: 0;
}

.sidebar.sidebar-main .block.filter .filter-options-item:last-child{
    border-bottom-width: 1px;
}

.sidebar.sidebar-main .accor-title, .block.filter .filter-options-title{
    margin-bottom: 8px;
}

.sidebar.sidebar-main .block.filter .filter-options-title:after{
    content: "";
}

.sidebar.sidebar-main .block.filter .filter-options-content .count{
    display:none;
}

.checkout-cart-index .actions-toolbar a.action span{
    display: block;
}

.payment-method .payment-method-content .fieldset .payment-method-icon .payment-method-bank-icon.payment_method_monetico_desjardins
{
    display: none;
}

.cart-summary #block-shipping {
    display: none !important;
}

#checkout-shipping-method-load .table-checkout-shipping-method .col-carrier{
    display: none !important;
}

.checkout-cart-index .item-actions .actions-toolbar a.action span{
    display: inline-block;
}

.checkout-cart-index .item-actions .actions-toolbar a.action:not(:last-child){
    margin-right: 15px;
}

.payment-method .payment-method-title .label .allowed-payment-icon{
    margin-left: 15px;
}

#payment_form_monetico_onetime .payment-method-note{
    display: none;
}

.payment-methods .payment-method .payment-method-title .label .allowed-payment-icon{
    float: unset;
    margin-top: 0;
}

.checkout-index-index .items.payment-methods .payment-group .payment-method{
    margin-bottom: 15px;
}

.checkout-index-index .items.payment-methods .payment-group .payment-method .payment-method-title{
    border: 1px solid #d1d1d1;
    padding: 0;
    margin-bottom: 0;
}

.checkout-index-index .items.payment-methods .payment-group .payment-method .payment-method-content{
    border: 1px solid #d1d1d1;
    padding: 20px;
    border-top-width: 0;
}

.checkout-index-index .items.payment-methods .payment-group .payment-method._active .payment-method-title{
    border-bottom-width: 0;
}

.checkout-index-index .items.payment-methods .payment-group .payment-method .payment-method-title label{
    padding: 20px;
    cursor: pointer;
    width: 100%;
}


.checkout-index-index .items.payment-methods .payment-group .payment-method .payment-method-title [name="payment[method]"]{
    display: none;
}

@media only screen and (max-width: 1800px) {
    .magicslider-caption {
        left: 30%;
        right: 10%;
        top: 65%;
        transform: translateY(-50%);
        width: auto;
        padding: 20px 30px;
        background-color: rgba(255, 255, 255, 0.2);
        bottom: auto;
    }
}

@media only screen and (max-width: 1199px) {

    .header .header-logo.header-logo__big {
        display: none;
    }

    .header .header-content__wrapper .header-logo {
        display: flex;
    }

    .header.header-container-fixed .header-content__wrapper .header-logo {
        display: flex;
    }

    .header-menu .container-navigation {
        display: none;
    }

    .section-items .nav-sections-item-content > * {
        display: block;
    }

    .magicslider .magicslider-caption {
        position: relative;
        transform: none;
        top: unset;
        right: unset;
        left: unset;
        bottom: unset;
    }

    .magicslider .magicslider-caption h3 {
        font-size: 26px;
        text-align: left;
    }

    .magicslider .magicslider-caption p {
        font-size: 20px;
    }
}

@media (min-width: 768px) {
    .page-header {
        z-index: 100;
        position: relative;
    }
}

@media (max-width: 768px) {


    .header-top-flex .header-top-link-custom{
        width: 100%;
    }

    .header-top-flex .header-top-right{
        width: 100%;
        display: flex;
        justify-content: center;
    }

    .wrapper-brand .item-brand{
        width: 50%;
        justify-content: center;
        display: flex;
        margin-bottom: 25px;
    }

    .cms-page-view .row {
        margin-right: 0;
        margin-left: 0;
    }

    .shop-by-category {
        padding: 40px 0 20px;
    }

    .shop-by-category .categories {
        flex-wrap: wrap;
    }

    .shop-by-category .categories .item {
        margin-bottom: 20px;
    }

    .magepow-categories__line {
        padding: 40px 0 30px 0;
    }

    .cms-home__static__block .row {
        padding: 40px 0;
    }

    .cms-home__static__block .row.bg-primary-full-width, .cms-home__static__block .row.bg-transparent__after-white {
        padding: 90px 0 20px;
    }

    .cms-home__static__block .row.container-widget-title .home-content__title {
        font-size: 25px;
    }

    .bg-primary__container .home-content__text h2 {
        font-size: 20px;
        line-height: 23px;
    }

    .bg-primary__container .home-content__text p {
        font-size: 16px;
        line-height: 18px;
    }

    .bg-transparent__after-white::after {
        padding: 30px 0;
    }

    .cms-home__slider.static-home-slide__bottom, .dencott-map {
        display: none;
    }

    .cms-home__products .wrapper-product {
        margin: 0;
        padding: 90px 0 50px;
    }

    .cms-index-index .page-footer .banner-static-home2 {
        margin-top: 0;
    }

    .cms-home__static__block .static-block_btn {
        display: block;
        height: auto;
        line-height: 25px;
        padding: 10px 30px;
    }

    .block-footer-bottom .block-content {
        padding: 0 10px;
    }

    .cms-title-wrapper .cms-title {
        font-size: 20px;
        line-height: 24px;
    }

}

@media print {
    .page-print .page-header,.page-print #sd-cmp,.page-print .zopim{
        display: none;
    }
}
@charset "utf-8";

/* class applied to active nodes */
a.menu-item-active > span
{
    text-decoration: underline;
}
form.minisearch.loading .control input[type="text"] {
    box-shadow: none;
    -webkit-animation-name: search-loading; /* Chrome, Safari, Opera */
    -webkit-animation-duration: 3s; /* Chrome, Safari, Opera */
    -webkit-animation-iteration-count: infinite; /* Chrome, Safari, Opera */
    animation-name: search-loading;
    animation-duration: 3s;
    animation-iteration-count: infinite;
}

/* Chrome, Safari, Opera */
@-webkit-keyframes search-loading {
    0%   {box-shadow: none;}
    25%   {box-shadow: 0 0 3px 1px #68a8e0;}
    50%   {box-shadow: 0 0 3px 1px #ffffff;}
    75%   {box-shadow: 0 0 3px 1px #68a8e0;}
    100%   {box-shadow: none;}
}

/* Standard syntax */
@keyframes search-loading {
    0%   {box-shadow: none;}
    25%   {box-shadow: 0 0 3px 1px #68a8e0;}
    50%   {box-shadow: 0 0 3px 1px #ffffff;}
    75%   {box-shadow: 0 0 3px 1px #68a8e0;}
    100%   {box-shadow: none;}
}

.searchsuite-autocomplete {
    background-color: #fff;
    border: 1px solid #c2c2c2;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
    left: -85px;
    margin-top: 4px;
    width: 350px;
    position: absolute;
    z-index: 9999999;
}
.searchsuite-autocomplete .suggest,
.searchsuite-autocomplete .product {
    margin: 0;
}

.searchsuite-autocomplete.active,
.searchsuite-autocomplete .suggest.active,
.searchsuite-autocomplete .product.active {
    display: block;
}

.searchsuite-autocomplete .suggest {
    color: #3C3C3C;
}

.searchsuite-autocomplete .title {
    padding: 10px;
    margin-bottom: 5px;
    background: #f0f0f0;
    color: #575757;
}

.searchsuite-autocomplete .title .see-all {
    display: inline-block;
    float: right;
    color: #909090;
    cursor: pointer;
}

.searchsuite-autocomplete .no-result {
    padding: 10px;
    background: #f0f0f0;
    color: #575757;
    text-align: center;
}

.searchsuite-autocomplete ul {
    padding: 0 10px;
    margin-bottom: 0;
    list-style-type: none;
}

.searchsuite-autocomplete ul li {
    color: #000;
    cursor: unset;
    padding: 0;
}

.searchsuite-autocomplete .suggest ul li {
    color: #3C3C3C;
}

.searchsuite-autocomplete .product ul li {
    border-bottom: 1px solid #D4D2D2;
}
.searchsuite-autocomplete .product ul li:last-child {
    border-bottom: none;
}

.searchsuite-autocomplete ul li:hover,
.searchsuite-autocomplete ul li.selected {
    background-color: #fff;
}

.searchsuite-autocomplete ul li:after {
    clear: both;
    content: '';
    display: block;
}

.searchsuite-autocomplete ul li.action {
    padding: 0;
}

.searchsuite-autocomplete ul li.action .action.close {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 0 none;
    box-shadow: none;
    box-sizing: content-box;
    cursor: pointer;
    display: inline-block;
    float: right;
    font-weight: 400;
    height: 30px;
    line-height: inherit;
    margin: 0;
    padding: 0;
    right: 0;
    text-decoration: none;
    text-shadow: none;
    top: 0;
    width: 40px;
}

.searchsuite-autocomplete ul li.action .action.close:before {
    color: #8f8f8f;
    content: '\e616';
    display: inline-block;
    font-family: 'luma-icons';
    font-size: 16px;
    font-weight: normal;
    margin: 0;
    overflow: hidden;
    text-align: center;
    vertical-align: top;
}

.searchsuite-autocomplete ul li.gray-row {
    text-align: center;
}

.searchsuite-autocomplete ul li.gray-row,
.searchsuite-autocomplete ul li.gray-row:hover,
.searchsuite-autocomplete ul li.gray-row.selected {
    background-color: #e8e8e8;
}

.searchsuite-autocomplete ul li.gray-row a {
    color: #7B7B7B;
    text-decoration: blink;
}

.searchsuite-autocomplete ul li a {
    cursor: pointer;
}

.searchsuite-autocomplete ul li .qs-option-image {
    float: left;
    max-width: 82px;
    width: 25%;
}

.searchsuite-autocomplete ul li .qs-option-info {
    color: #000;
    display: inline-block;
    float: left;
    padding-left: 5%;
    text-align: left;
    width: 70%;
    margin-bottom: 10px;
}

.searchsuite-autocomplete ul li .qs-option-info.noimage {
    padding-left: 0;
    width: 100%;
}
.searchsuite-autocomplete ul li:last-child .qs-option-info {
    margin-bottom: 0;
}

.searchsuite-autocomplete ul li .qs-option-info .qs-option-title {
    display: inline-block;
    margin: 0;
    width: 100%;
}

.searchsuite-autocomplete ul li .qs-option-info .qs-option-reviews {
    display: inline-block;
    text-transform: lowercase;
    width: 100%;
}

.searchsuite-autocomplete ul li .qs-option-info .qs-option-reviews .product-reviews-summary {
    margin-bottom: 4px;
}

.searchsuite-autocomplete ul li .qs-option-info .qs-option-reviews .reviews-actions {
    font-size: 12px;
}

.searchsuite-autocomplete ul li .qs-option-info .qs-option-sku {
    display: block;
    width: 100%;
    color: #004875;
    font-size: 12px;
}

.searchsuite-autocomplete ul li .qs-option-info .qs-option-shortdescription,
.searchsuite-autocomplete ul li .qs-option-info .qs-option-description {
    color: #3C3C3C;
    font-size: 13px;
}


.searchsuite-autocomplete ul li .qs-option-info .qs-option-price {
    display: inline-block;
    font-weight: bold;
    margin-top: 15px;
}

.searchsuite-autocomplete ul li .qs-option-info .qs-option-addtocart {
    display: inline-block;
    float: right;
    margin-top: 10px;
}

@media only screen and (max-width: 767px) {
    .searchsuite-autocomplete {
        border-top: 0;
        left: 15px;
        margin-top: 0;
        right: 15px;
        width: auto;
    }
}
.fotorama-stretch,.fotorama-focus-overlay:after,.fotorama__stage__shaft,.fotorama__stage__frame,.fotorama__html,.fotorama__video iframe{bottom:0;height:100%;left:0;position:absolute;right:0;top:0;width:100%}.fotorama-grab-cursor,.fotorama__wrap .fotorama__grab{cursor:move;cursor:-webkit-grab;cursor:-moz-grab;cursor:-o-grab;cursor:-ms-grab;cursor:grab}.fotorama-grabbing-cursor,.fotorama__grabbing *{cursor:move;cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:-o-grabbing;cursor:-ms-grabbing;cursor:grabbing}.fotorama-gpu,.fotorama--fullscreen,.fotorama__caption,.fotorama__wrap--css3 .fotorama__spinner,.fotorama__wrap--css3 .fotorama__stage,.fotorama__wrap--css3 .fotorama__nav,.fotorama__wrap--css3 .fotorama__stage__frame,.fotorama__wrap--css3 .fotorama__html,.fotorama__stage:before,.fotorama__nav:before,.fotorama__stage:after,.fotorama__nav:after,.fotorama--fullscreen .fotorama__stage__frame .fotorama__img--full{transform:translateZ(0)}.fotorama-focus,.fotorama__nav__frame,.fotorama__fullscreen-icon:focus,.fotorama__zoom-out:focus,.fotorama__zoom-in:focus{outline:0}.fotorama-focus-overlay:after{background-color:#006bb4;border-radius:inherit;content:''}.fotorama-transform-disabled,.fotorama__wrap--video .fotorama__stage__shaft,.fotorama__wrap--video .fotorama__stage,.fotorama__wrap--video .fotorama__stage__frame--video,.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__img,.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__html{transform:none !important}.fotorama-transition-for-slide,.fotorama__wrap--css3 .fotorama__stage__shaft,.fotorama__wrap--css3 .fotorama__nav__shaft,.fotorama__wrap--css3 .fotorama__thumb-border{transition-duration:0ms;transition-property:transform,width;transition-timing-function:cubic-bezier(.1, 0, .25, 1)}.fotorama-no-select,.fotorama__wrap,.fotorama__no-select,.fotorama__arr,.fotorama__fullscreen-icon,.fotorama__video-close{user-select:none}.fotorama-select,.fotorama__select{user-select:text}.fotorama-empty-bg{background:url(data:image/gif;base64,R0lGODlhAQABAAD/ACwAAAAAAQABAAACADs=)}.fotorama-auto-margin,.fotorama__nav,.fotorama__nav__frame{margin:auto;padding:0}.fotorama-inline-block,.fotorama__nav__shaft,.fotorama__nav__frame,.fotorama__caption__wrap{*display:inline;*zoom:1;-moz-box-orient:vertical;display:-moz-inline-box;display:inline-block;vertical-align:middle}.fotorama-content-box,.fotorama__nav__frame{box-sizing:content-box}.fotorama-border-box,.fotorama__thumb-border,.fotorama__caption__wrap,.fotorama__arr{box-sizing:border-box}.fotorama-hidden,.fotorama--hidden,.fotorama__load{left:-99999px;position:absolute;top:-99999px;z-index:-1000}.fotorama-visible{left:auto;opacity:1;position:relative;top:auto;z-index:auto}.fotorama-no-tap,.fotorama__stage__shaft,.fotorama__stage__frame,.fotorama__nav,.fotorama__nav__shaft,.fotorama__nav__frame,.fotorama__arr,.fotorama__fullscreen-icon,.fotorama__video-close{-webkit-tap-highlight-color:rgba(0,0,0,0)}.transitionDuration{transition-duration:333ms}.transitionDurationZero{transition-duration:0ms}.fotorama-sprite,.fotorama__fullscreen .fotorama__zoom-out,.fotorama__fullscreen .fotorama__zoom-in,.fotorama__arr .fotorama__arr__arr,.fotorama__fullscreen-icon,.fotorama__video-play,.fotorama__thumb--icon,.fotorama__video-close{background-image:url('../../frontend/Alothemes/spozy5/fr_FR/mage/gallery/gallery.png');background-repeat:no-repeat}@media print{.fotorama-print-background,.fotorama-sprite,.fotorama__thumb-border,.fotorama__fullscreen .fotorama__zoom-out,.fotorama__fullscreen .fotorama__zoom-in,.fotorama__arr .fotorama__arr__arr,.fotorama__fullscreen-icon,.fotorama__video-play,.fotorama__thumb--icon,.fotorama__video-close{background:none !important}}.fotorama__fullscreen-icon:focus,.fotorama__zoom-out:focus,.fotorama__zoom-in:focus,.fotorama__arr:focus,.fotorama__stage__shaft:focus,.fotorama__nav__frame--thumb:focus .fotorama__thumb,.fotorama__nav__frame--dot:focus .fotorama__dot{box-shadow:none}.fotorama__fullscreen-icon:focus:after,.fotorama__zoom-out:focus:after,.fotorama__zoom-in:focus:after,.fotorama__arr:focus:after,.fotorama__stage__shaft:focus:after,.fotorama__nav__frame--thumb:focus .fotorama__thumb:after,.fotorama__nav__frame--dot:focus .fotorama__dot:after{border-radius:inherit;bottom:3px;box-shadow:0 0 3px 1px #68a8e0;content:'';left:3px;position:absolute;right:3px;top:3px;z-index:1000}.fotorama__nav__frame--thumb:focus .fotorama__thumb:after,.fotorama__nav__frame--dot:focus .fotorama__thumb:after,.fotorama__nav__frame--thumb:focus .fotorama__dot:after,.fotorama__nav__frame--dot:focus .fotorama__dot:after{bottom:0;left:0;right:0;top:0}.fotorama__nav__frame--thumb:focus .fotorama__thumb.fotorama_vertical_ratio:after,.fotorama__nav__frame--dot:focus .fotorama__thumb.fotorama_vertical_ratio:after{left:2px;right:2px}.fotorama__nav__frame--thumb:focus .fotorama__thumb,.fotorama__nav__frame--dot:focus .fotorama__thumb{overflow:inherit}.fotorama__nav__frame:nth-child(2):focus .fotorama__thumb:after{left:1px}.fotorama__nav__frame:nth-child(2):focus .fotorama__thumb.fotorama_vertical_ratio:after{top:1px}.fotorama__nav__frame:last-child:focus .fotorama__thumb:after{right:1px}.fotorama__nav__frame:last-child:focus .fotorama__thumb.fotorama_vertical_ratio:after{bottom:1px}.fotorama__thumb__arr{box-shadow:none}.fotorama--fullscreen{background:#fff;bottom:0 !important;float:none !important;left:0 !important;margin:0 !important;position:fixed !important;right:0 !important;top:0 !important;width:100% !important;z-index:1000 !important}.fotorama--fullscreen .fotorama__wrap{max-width:100% !important}.fotorama__fullscreen{overflow:hidden;position:relative}.fotorama__fullscreen .fotorama__zoom-in,.fotorama__fullscreen .fotorama__zoom-out{cursor:pointer;display:block;height:80px;overflow:hidden;position:absolute;width:80px}.fotorama__fullscreen .fotorama__zoom-out{background-position:0 -80px !important;top:80px}.fotorama__fullscreen .fotorama__zoom-out.fotorama__zoom-out--disabled{display:none}.fotorama__fullscreen .fotorama__zoom-in{background-position:0 0 !important;top:0}.fotorama__fullscreen .fotorama__zoom-in.fotorama__zoom-in--disabled{display:none}.fotorama__fullscreen .fotorama__video-close{display:none}.fotorama--fullscreen .fotorama__loaded--full .fotorama__img{display:none}.fotorama--fullscreen .fotorama__loaded--full .fotorama__img--full{display:block}.fotorama__zoom-in,.fotorama__zoom-out{display:none}.fotorama{min-width:1px;overflow:hidden}.fotorama__wrap{-webkit-text-size-adjust:100%;direction:ltr;position:relative;z-index:0}.fotorama__wrap--rtl .fotorama__stage__frame{direction:rtl}.fotorama__stage,.fotorama__nav{max-width:100%;overflow:hidden;position:relative}.fotorama__wrap--pan-y{-ms-touch-action:pan-y}.fotorama__stage__shaft{position:relative}.fotorama__wrap .fotorama__pointer{cursor:pointer}.fotorama__wrap--slide .fotorama__stage__frame{opacity:1 !important}.fotorama__stage__frame{overflow:hidden}.fotorama__stage__frame.fotorama__active{z-index:8}.fotorama__wrap--fade .fotorama__stage__frame{display:none}.fotorama__wrap--fade .fotorama__stage__frame.fotorama__active,.fotorama__wrap--fade .fotorama__fade-front,.fotorama__wrap--fade .fotorama__fade-rear{display:block;left:0;top:0}.fotorama__wrap--fade .fotorama__fade-front{z-index:8}.fotorama__wrap--fade .fotorama__fade-rear{z-index:7}.fotorama__wrap--fade .fotorama__fade-rear.fotorama__active{z-index:9}.fotorama__wrap--fade .fotorama__stage .fotorama__shadow{display:none}.fotorama__img{border:none !important;max-width:inherit;opacity:0}.fotorama__loaded .fotorama__img,.fotorama__error .fotorama__img{opacity:1}.fotorama__img--full{display:none}.fotorama__nav{display:none;font-size:0;line-height:0;white-space:nowrap;z-index:5}.fotorama__nav__shaft{left:0;position:relative;text-align:left;top:0}.fotorama__nav__frame{position:relative}.fotorama__nav--dots{display:block;text-align:center}.fotorama__nav--dots .fotorama__nav__frame{height:30px;width:18px}.fotorama__nav--dots .fotorama__nav__frame--thumb,.fotorama__nav--dots .fotorama__thumb-border{display:none}.fotorama__nav--thumbs{display:block}.fotorama__nav--thumbs .fotorama__nav__frame{padding-left:0 !important}.fotorama__nav--thumbs .fotorama__nav__frame:last-child{padding-right:0 !important}.fotorama__nav--thumbs .fotorama__nav__frame--dot{display:none}.fotorama__active .fotorama__dot{background-color:#ff5501;border-color:#ff5501}.fotorama__nav__frame.fotorama__active .fotorama__nav__frame{border-width:3px;height:0;width:0}.fotorama__nav__frame.fotorama__active .fotorama__nav__frame:after{left:-3px;padding:3px;top:-3px}.fotorama__nav__frame:focus {box-shadow:none}.fotorama__nav__frame:focus :after{left:-1px;padding:1px;top:-1px}.fotorama__dot{border-radius:6px;border:1px solid #858585;display:block;height:4px;left:6px;position:relative;top:12px;width:4px}.fotorama__thumb{background-color:#ebebeb;height:100%;overflow:hidden;position:relative;width:100%}.fotorama__nav__frame:focus .fotorama__thumb{z-index:2}.fotorama__thumb-border{backface-visibility:hidden;background-image:linear-gradient(to bottom right, rgba(255,255,255,0.25), rgba(64,64,64,0.1));border:1px solid #ff5501;left:0;position:absolute;top:0;z-index:9}.fotorama__caption{bottom:0;color:#000;font-size:14px;left:0;line-height:1.5;position:absolute;right:0;z-index:12}.fotorama__caption a{border-bottom:1px solid;border-color:rgba(0,0,0,0.005);color:#000;text-decoration:none}.fotorama__caption a:hover{border-color:rgba(0,0,0,0.005);color:#000}.fotorama__wrap--rtl .fotorama__caption{left:auto;right:0}.fotorama__wrap--video .fotorama__caption,.fotorama__wrap--no-captions .fotorama__caption{display:none}.fotorama__caption__wrap{background-color:#fff;padding:5px 10px}@keyframes spinner{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.fotorama__spinner{-webkit-transform:translate3d(-50%, -50%, 0);-ms-transform:translate3d(-50%, -50%, 0);-o-transform:translate3d(-50%, -50%, 0);transform:translate3d(-50%, -50%, 0);left:50%;position:absolute;top:50%}.fotorama__wrap--css3 .fotorama__spinner{animation:spinner 24s infinite linear}.fotorama__wrap--css3 .fotorama__html{transition-duration:.3s;transition-property:opacity;transition-timing-function:linear}.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__img,.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__html{opacity:0}.fotorama__select{cursor:auto}.fotorama__video{bottom:0;left:0;position:absolute;right:0;top:32px;z-index:10}@-moz-document url-prefix(){.fotorama__active{box-shadow:0 0 0 transparent}}.fotorama__arr,.fotorama__fullscreen-icon,.fotorama__video-close{cursor:pointer;position:absolute}.fotorama__arr{z-index:900}.fotorama__fullscreen-icon,.fotorama__zoom-out,.fotorama__zoom-in,.fotorama__video-close{z-index:1000}.fotorama__arr{bottom:0;position:absolute;top:0;width:80px}._block-content-loading .fotorama__arr{opacity:0}.fotorama__arr .fotorama__arr__arr{-webkit-transform:translate3d(-50%, -50%, 0);-ms-transform:translate3d(-50%, -50%, 0);-o-transform:translate3d(-50%, -50%, 0);transform:translate3d(-50%, -50%, 0);left:50%;position:absolute;top:50%;height:80px;width:80px}.fotorama__arr--prev{left:0}.fotorama__arr--prev .fotorama__arr__arr{background-position:-80px -80px}.fotorama__arr--next{right:0}.fotorama__arr--next .fotorama__arr__arr{background-position:-160px -80px}.fotorama__arr--disabled{cursor:default;opacity:0;pointer-events:none}.fotorama__fullscreen-icon{background-position:0 0;display:none;height:80px;right:0;top:0;width:80px;z-index:1000}.fotorama--fullscreen-icons .fotorama__fullscreen-icon{display:none}.fotorama--fullscreen .fotorama__fullscreen-icon{background-position:-80px 0;display:inline-block}.fotorama__video-play{-webkit-transform:translate3d(-50%, -50%, 0);-ms-transform:translate3d(-50%, -50%, 0);-o-transform:translate3d(-50%, -50%, 0);transform:translate3d(-50%, -50%, 0);left:50%;position:absolute;top:50%;background-position:-80px -160px;height:160px;width:160px}.fotorama__wrap--css2 .fotorama__video-play,.fotorama__wrap--video .fotorama__stage .fotorama__video-play{display:none}.fotorama__loaded .fotorama__video-play,.fotorama__error .fotorama__video-play,.fotorama__nav__frame .fotorama__video-play{display:block;opacity:1}.fotorama__nav__frame .fotorama__video-play{background-position:0 -240px;height:80px;width:80px}.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr,.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon{opacity:0}.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr:focus,.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon:focus{opacity:1}.fotorama__wrap--toggle-arrows:not(.fotorama__wrap--video) .fotorama__video-close{display:none}.fotorama__wrap--toggle-arrows.fotorama__wrap--video .fotorama__video-close{opacity:1;right:93px;top:97px}.fotorama__wrap--toggle-arrows:not(.fotorama__wrap--video) .fotorama__video-close{display:none}.fotorama__wrap--toggle-arrows.fotorama__wrap--video .fotorama__video-close{opacity:1;right:93px;top:97px}.fotorama__wrap--toggle-arrows:not(.fotorama__wrap--video) .fotorama__video-close{display:none}.fotorama__wrap--toggle-arrows.fotorama__wrap--video .fotorama__video-close{opacity:1;right:93px;top:97px}.fotorama__wrap--video .fotorama__arr,.fotorama__wrap--video .fotorama__fullscreen-icon{opacity:0 !important}.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr,.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon{display:none}.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr:focus,.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon:focus{display:block}.fotorama__wrap--css2.fotorama__wrap--video .fotorama__arr,.fotorama__wrap--css2.fotorama__wrap--video .fotorama__fullscreen-icon{display:none !important}.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon:not(:focus){-webkit-transform:translate3d(80px, -80px, 0);-ms-transform:translate3d(80px, -80px, 0);-o-transform:translate3d(80px, -80px, 0);transform:translate3d(80px, -80px, 0)}.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__arr--prev:not(:focus){-webkit-transform:translate3d(-120px, 0, 0);-ms-transform:translate3d(-120px, 0, 0);-o-transform:translate3d(-120px, 0, 0);transform:translate3d(-120px, 0, 0)}.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__arr--next:not(:focus){-webkit-transform:translate3d(120px, 0, 0);-ms-transform:translate3d(120px, 0, 0);-o-transform:translate3d(120px, 0, 0);transform:translate3d(120px, 0, 0)}.fotorama__wrap--css3.fotorama__wrap--video .fotorama__fullscreen-icon{-webkit-transform:translate3d(80px, -80px, 0) !important;-ms-transform:translate3d(80px, -80px, 0) !important;-o-transform:translate3d(80px, -80px, 0) !important;transform:translate3d(80px, -80px, 0) !important}.fotorama__wrap--css3.fotorama__wrap--video .fotorama__arr--prev{-webkit-transform:translate3d(-120px, 0, 0) !important;-ms-transform:translate3d(-120px, 0, 0) !important;-o-transform:translate3d(-120px, 0, 0) !important;transform:translate3d(-120px, 0, 0) !important}.fotorama__wrap--css3.fotorama__wrap--video .fotorama__arr--next{-webkit-transform:translate3d(120px, 0, 0) !important;-ms-transform:translate3d(120px, 0, 0) !important;-o-transform:translate3d(120px, 0, 0) !important;transform:translate3d(120px, 0, 0) !important}.fotorama__wrap--css3 .fotorama__arr:not(:focus),.fotorama__wrap--css3 .fotorama__fullscreen-icon:not(:focus),.fotorama__wrap--css3 .fotorama__video-play:not(:focus),.fotorama__wrap--css3 .fotorama__video-close:not(:focus){transition-duration:.3s;transition-property:transform,opacity,background-color}.fotorama__stage:before,.fotorama__nav:before,.fotorama__stage:after,.fotorama__nav:after{background-repeat:no-repeat;content:'';display:block;pointer-events:none;position:absolute;text-decoration:none;z-index:10}.fotorama__stage:before,.fotorama__nav:before{left:-10px;top:-10px}.fotorama__stage:after,.fotorama__nav:after{right:-10px;bottom:-10px}.fotorama__stage.fotorama__shadows--left:before,.fotorama__nav.fotorama__shadows--left:before,.fotorama__stage.fotorama__shadows--right:after,.fotorama__nav.fotorama__shadows--right:after{background-size:1px 100%,5px 100%;bottom:0;height:auto;top:0;width:10px}.fotorama__stage.fotorama__shadows--top:before,.fotorama__nav.fotorama__shadows--top:before,.fotorama__stage.fotorama__shadows--bottom:after,.fotorama__nav.fotorama__shadows--bottom:after{background-size:100% 1px,100% 5px;height:10px;left:0;right:0;width:auto}.fotorama__stage.fotorama__shadows--left:before,.fotorama__nav.fotorama__shadows--left:before{background-image:linear-gradient(transparent, rgba(0,0,0,0.2) 25%, rgba(0,0,0,0.3) 75%, transparent),radial-gradient(farthest-side at 0 50%, rgba(0,0,0,0.4), transparent);background-position:0 0,0 0;left:0}.fotorama__stage.fotorama__shadows--right:after,.fotorama__nav.fotorama__shadows--right:after{background-image:linear-gradient(transparent, rgba(0,0,0,0.2) 25%, rgba(0,0,0,0.3) 75%, transparent),radial-gradient(farthest-side at 100% 50%, rgba(0,0,0,0.4), transparent);background-position:100% 0,100% 0;right:0}.fotorama__stage.fotorama__shadows--top:before,.fotorama__nav.fotorama__shadows--top:before{background-image:linear-gradient(transparent, rgba(0,0,0,0.2) 25%, rgba(0,0,0,0.3) 75%, transparent),radial-gradient(farthest-side at 50% 0, rgba(0,0,0,0.4), transparent);background-position:0 0,0 0;top:0}.fotorama__stage.fotorama__shadows--bottom:after,.fotorama__nav.fotorama__shadows--bottom:after{background-image:linear-gradient(transparent, rgba(0,0,0,0.2) 25%, rgba(0,0,0,0.3) 75%, transparent),radial-gradient(farthest-side at 50% 100%, rgba(0,0,0,0.4), transparent);background-position:0 100%,0 100%;bottom:0}.fotorama--fullscreen .fotorama__stage:before,.fotorama--fullscreen .fotorama__nav:before,.fotorama__wrap--no-shadows .fotorama__stage:before,.fotorama__wrap--no-shadows .fotorama__nav:before,.fotorama__wrap--fade .fotorama__stage:before,.fotorama--fullscreen .fotorama__stage:after,.fotorama--fullscreen .fotorama__nav:after,.fotorama__wrap--no-shadows .fotorama__stage:after,.fotorama__wrap--no-shadows .fotorama__nav:after,.fotorama__wrap--fade .fotorama__stage:after{display:none}.fotorama__nav-wrap .fotorama_vertical_ratio .fotorama__img{-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%);height:auto;position:absolute;top:50%;width:100%}.fotorama__nav-wrap .fotorama_horizontal_ratio .fotorama__img{-webkit-transform:translate(-50%, -50%);-ms-transform:translateY(-50%, -50%);-o-transform:translateY(-50%, -50%);transform:translateY(-50%, -50%);top:50%;left:50%;position:absolute;width:auto}.magnifier-thumb-wrapper{display:block;left:0;position:relative;top:0}.magnifier-lens{border:solid 1px #bbb;left:0;overflow:hidden;position:absolute;top:0;z-index:800}.magnify-lens{background:rgba(255,255,255,0.5);border:solid 1px #bbb;color:#fff;left:0;position:absolute;text-align:center;top:0;z-index:1000;overflow:hidden}.magnify-lens .magnifier-large{width:auto;height:auto;max-height:none;max-width:none;border:none;position:absolute;z-index:100}.magnifier-loader-text{margin-top:10px}.magnifier-preview{bottom:0;left:58%;overflow:hidden;padding:0;position:absolute;z-index:2;top:215px}.magnifier-preview:not(.hidden){background-color:#fff}.magnifier-preview img{left:0;max-width:inherit;max-height:inherit;position:absolute;top:0;object-fit:scale-down}.fotorama__stage__frame{text-align:center}.fotorama__stage__frame .fotorama__img{height:auto;left:50%;max-height:100%;max-width:100%;position:absolute;top:50%;-webkit-transform:translate3d(-50%, -50%, 0);-ms-transform:translate3d(-50%, -50%, 0);-o-transform:translate3d(-50%, -50%, 0);transform:translate3d(-50%, -50%, 0);transition-duration:.3s;transition-property:width,height,top,left;vertical-align:middle;width:auto}.magnify-opaque{opacity:.5}.magnify-hidden{display:none}.fotorama__nav-wrap--vertical.fotorama__nav-wrap{display:inline-block;left:0;position:absolute;top:0}.fotorama__nav-wrap--vertical .fotorama__nav__shaft{background-color:white;width:100%}.fotorama__nav-wrap--vertical .fotorama__nav__shaft .fotorama__nav__frame--thumb{display:block;padding-bottom:inherit !important}.fotorama--fullscreen .fotorama__stage__frame .fotorama__img{display:none}.fotorama--fullscreen .fotorama__stage__frame .fotorama__img,.fotorama--fullscreen .fotorama__stage__frame .fotorama__img--full{bottom:0;left:0;margin:auto;max-height:inherit;max-width:inherit;position:absolute;right:0;top:0}.fotorama--fullscreen .fotorama__stage__frame .fotorama__img--full{cursor:default;display:block;height:auto;left:0;margin:auto;max-height:100%;max-width:100%;top:0;transition:.3s linear;vertical-align:middle;width:auto}.fotorama--fullscreen .fotorama__stage__frame .fotorama__img--full.fotorama__img--zoommable{cursor:pointer;max-height:none;max-width:none;transition-property:width,height,bottom,right,top,left}.fotorama--fullscreen .fotorama__stage__frame .fotorama__img--full.fotorama__img--draggable{cursor:move;transition-property:none}.fotorama--fullscreen .fotorama__stage__frame iframe{left:80px;width:calc(100% - 80px * 2)}.fotorama__nav-wrap--horizontal .fotorama__thumb__arr--left,.fotorama__nav-wrap--horizontal .fotorama__thumb__arr--right{bottom:0;cursor:pointer;position:absolute;top:0;width:30px;z-index:1000}.fotorama__nav-wrap--horizontal .fotorama__thumb__arr--left .fotorama__thumb--icon,.fotorama__nav-wrap--horizontal .fotorama__thumb__arr--right .fotorama__thumb--icon{-webkit-transform:translate3d(-50%, -50%, 0);-ms-transform:translate3d(-50%, -50%, 0);-o-transform:translate3d(-50%, -50%, 0);transform:translate3d(-50%, -50%, 0);left:50%;position:absolute;top:50%;width:100%}.fotorama__nav-wrap--horizontal .fotorama__thumb__arr--left{left:0}.fotorama__nav-wrap--horizontal .fotorama__thumb__arr--right{right:0}.fotorama__nav-wrap--vertical .fotorama__thumb__arr--left,.fotorama__nav-wrap--vertical .fotorama__thumb__arr--right{cursor:pointer;height:30px;left:0;position:absolute;right:0;z-index:1000}.fotorama__nav-wrap--vertical .fotorama__thumb__arr--left .fotorama__thumb--icon,.fotorama__nav-wrap--vertical .fotorama__thumb__arr--right .fotorama__thumb--icon{-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg);margin:auto;width:30px}.fotorama__nav-wrap--vertical .fotorama__thumb__arr--left{top:0}.fotorama__nav-wrap--vertical .fotorama__thumb__arr--right{bottom:0}.fotorama__wrap--only-active .fotorama__stage,.fotorama__wrap--only-active .fotorama__nav{max-width:99999px !important}.fotorama__wrap--only-active .fotorama__stage__frame{visibility:hidden}.fotorama__wrap--only-active .fotorama__stage__frame.fotorama__active{visibility:visible}.fotorama__thumb--icon{font-size:0.001px;padding-bottom:30px}.fotorama__thumb__arr--left .fotorama__thumb--icon{background-position:-25px -265px}.fotorama__thumb__arr--right .fotorama__thumb--icon{background-position:-25px -350px}.magnify-fullimage{display:none}.fotorama__arr,.fotorama__thumb__arr{background-color:rgba(255,255,255,0.3);transition:background-color .3s ease-in-out}.fotorama__arr:hover,.fotorama__thumb__arr:hover{background-color:rgba(255,255,255,0.5)}.fotorama__arr:active,.fotorama__thumb__arr:active{background-color:rgba(213,213,213,0.5)}.fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__fullscreen-icon,.fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__zoom-out,.fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__zoom-in{background-color:rgba(255,255,255,0.3);transition:background-color .3s ease-in-out}.fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__fullscreen-icon:hover,.fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__zoom-out:hover,.fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__zoom-in:hover{background-color:rgba(255,255,255,0.5)}.fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__fullscreen-icon:active,.fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__zoom-out:active,.fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__zoom-in:active{background-color:rgba(213,213,213,0.5)}.fotorama__video-close{background-position:-80px 0;height:80px;opacity:0;right:0;top:0;transform:translate3d(80px, -80px, 0);transition:opacity .3s ease-in-out;width:80px}@media all and (max-width:768px){.fotorama__video-close{background-position:-100px -20px;top:10px;height:40px;width:40px}}.fotorama__video-close.fotorama-show-control{opacity:1;transform:translate3d(0, -10px, 0)}.gallery-placeholder__image{display:block;margin:auto}.fotorama__spinner{background-image:url('../../frontend/Alothemes/spozy5/fr_FR/images/loader-1.gif');bottom:0;display:none;height:64px;left:0;margin:auto;position:absolute;right:0;top:0;width:64px;z-index:100}.fotorama__spinner.fotorama__spinner--show{display:block}.fotorama__product-video--loaded .fotorama__img,.fotorama__product-video--loaded .fotorama__img--full{display:none !important}.fotorama__stage .fotorama__arr--shown{display:block !important}.fotorama__stage .fotorama__arr--hidden{display:none !important}.custom-options-wrapper
{
    background-color: #f0f0f0;
    border: 1px solid #ddd;
    margin-bottom: 10px;
}
.product-add-title
{
    font-family: 'Gotham Rounded','sans-serif';
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 15px;
    border-bottom: 1px solid #ddd;
    color: #3c4148;
    line-height: 1.5;
    padding-bottom: 10px;
    text-transform: capitalize;
    margin-top: 5px;
}
.custom-product-options .input-box
{
    padding: 5px;
}
.custom-product-options .validation-advice
{
    display: none;
}
.table-eyelens tr td
{
    padding: 10px;
}
.custom-product-options .table-eyelens
{
    width: 100%;
}
/*.custom-product-options select,.left_options_wrapper select,.custom-options-wrapper .input-text.product-custom-option
{
width: 80%;
} */
.disbale-element
{
    pointer-events: none;
}
.left_options_wrapper
{
    padding: 14px 0px 0px 0;
    display: inline-block;
    width: 61%;
}
.right_options-wrapper
{
    width: 38%;
    display: inline-block;
}
.left_options_wrapper .label
{
    float: left;
    display: inline-block;
    width: 32%;
    position: relative;
    clear: both;
}
.right_options-wrapper .control,.left_options_wrapper .control
{
    float: right;
    display: inline-block;
    padding: 8px 0;
    width: 64% !important
}
.left_options_wrapper .label
{
    padding: 14px 0;
}
.right_options-wrapper .label
{
    display: none;
}
.left_options_wrapper .control {
    width: 40% !important;
}
.eye-types
{
    padding: 0;
}
.eye-title, .left-eye, .right-eye
{
    display: inline-block;
    width: 37%;
}
.right_options-wrapper .control
{
    padding: 8px 0 8px 10px !important;
}
.right-eye
{
    width: 25%!important;
    float: right;
}
.left_options_wrapper div.mage-error,.right_options-wrapper div.mage-error
{
    display: none!important;
}
.text-base-curve,.text-diameter
{
    background: #f0f0f0!important;
    border: 0!important;
    pointer-events: none;
    padding: 0;
}
.left_options_wrapper input[type="text"],.right_options-wrapper input[type="text"]
{
    padding: 0 5px;
}
.left_options_wrapper input[type="text"]:focus,.right_options-wrapper input[type="text"]:focus,
.custom-product-options select:focus,.left_options_wrapper select:focus,.left_options_wrapper textarea:focus,.right_options-wrapper textarea:focus
{
    box-shadow: none!important;
}
.right_options-wrapper div.eye-option:first-child,
.left_options_wrapper div.eye-option:first-child
{
    display: none;
}
.left_options_wrapper .control div.field:first-child 
{
    display: block!important;
}
.left_options_wrapper .options-list label
{
    padding: 0 10px 0 0!important;
}

@media only screen and (max-width: 449px) {
    .left_options_wrapper
    {
    padding: 14px 0px 0px 0;
    display: inline-block;
    width: 74%;
}
.eye-types
{
    padding: 14px 0px 0px 0;
}
.left_options_wrapper .control
{
    width: 37% !important;
    float: initial;
}
.right_options-wrapper
{
    width: 26%;
    display: inline-block;
}
.right_options-wrapper .control
{
    padding: 8px 0px !important;
    width: 100% !important;
    float: initial;
}
/*.eye-title, .left-eye, .right-eye
{
width: 23%;
}*/
}
.eye_checkbox{
    cursor: pointer;
}
.item-options.left-eye-item-options,.item-options.right-eye-item-options{
    float:left;
    padding:10px;  
}
.cart.table-wrapper .eye-lense-item .product-item-name + .item-options{
    margin-top:0; 
}
.product-options-wrapper .manual-upload-options-wrapper .file label{
    display: none;
}
.product-options-wrapper .manual-upload-prescription{
    padding: 20px;
}
.product-info-main .custom-options-tab-wrapper.data.items > .item.content{
    padding: 20px;   
}
.product-info-main .custom-options-tab-wrapper.product.data.items > .item.title > .switch{
    padding: 1px 20px 1px 20px;  
}
.product-info-main .custom-options-tab-wrapper.product.data.items > .item.title.active > .switch{
    padding-bottom: 2px; 
}
.save-prescriptions .loading-mask .loader > img,
.save-prescriptions .loading-mask{
    position: absolute; 
}
.item-options.left-eye-item-options,.item-options.right-eye-item-options{
    float:left;
    padding:10px;  
}
.cart.table-wrapper .eye-lense-item .product-item-name + .item-options{
    margin-top:0; 
}
.left_options_wrapper .field-tooltip::before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 21px;
    line-height: inherit;
    color: #bbb;
    content: '\e623';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: inherit;
    speak: none;
    text-align: center;
    cursor: pointer;
}
.custom-options-wrapper .left_options_wrapper .field-tooltip::before{
    font-size: 15px;
}
.custom-options-wrapper .left_options_wrapper .label span .field-tooltip {
    top: 13px;
    right: 4px;
}
.custom-options-wrapper .left_options_wrapper .label{
    width: 56%;
}
.tooltip-right .ui-tooltip-content::after {
    top: 16px;
    left: -10px;
    border-color: transparent #666;
    border-width: 10px 10px 10px 0;
}
.ui-tooltip {
    background: #fff;
    color: #000;
    border: none;
    padding: 0;
    opacity: 1;
    border: 1px solid #1979c3;
}
.ui-tooltip-content {
    position: relative;
    padding: 1em;
}
.ui-tooltip-content::after {
    content: '';
    position: absolute;
    border-style: solid;
    display: block;
    width: 0;
}
.tooltip-right .ui-tooltip-content::after {
    top: 50%;
    left: -10px;
    border-color: transparent #666;
    border-width: 10px 10px 10px 0;
    margin-top: -10px;
    border-color: transparent #1979c3;
}
.tooltip-left .ui-tooltip-content::after {
    top: 18px;
    right: -10px;
    border-color: transparent #666;
    border-width: 10px 0 10px 10px;
}
.tooltip-top .ui-tooltip-content::after {
    bottom: -10px;
    left: 72px;
    border-color: #666 transparent;
    border-width: 10px 10px 0;    
}
.tooltip-bottom .ui-tooltip-content::after {
    top: -10px;
    left: 72px;
    border-color: #666 transparent;
    border-width: 0 10px 10px;
}
.left_options_wrapper i{
    font-style: normal;
}
.catalog-product-view .ui-tooltip {
    width: 280px;
}
.left-eye {
    padding-left: 0;
    margin-left: -4px;
    width: 28%;
}
.right-eye {
    width: 24% !important;
    float: right;
    margin-right: 0;
}
.product-info-main .product-options-wrapper.custom-options-wrapper .fieldset,
.product-info-main .product-options-wrapper.custom-options-wrapper .fieldset .product.custom-options-tab-wrapper.data.items{
    margin-bottom: 0;
}
@media screen and (min-width: 768px) and (max-width: 1079px){
    .tooltip-right .ui-tooltip-content::after {
    left: 100%;
    transform: rotate(180deg);
}
}
@media screen and (min-width: 768px) and (max-width: 1043px){
    .eye-types {
    padding: 14px 0px 0px 0;
}
.left_options_wrapper {
    padding: 14px 0px 0px 0;
}  
.left_options_wrapper {
    width: 60%;
}
}
@media screen and (min-width: 768px) and (max-width: 992px){
    .custom-product-options select, .left_options_wrapper select, .custom-options-wrapper .input-text.product-custom-option {
    width: 100%;
}
.custom-options-wrapper .left_options_wrapper .label {
    font-size: 12px;
}
.product-info-main .custom-options-tab-wrapper.product.data.items > .item.title > .switch {
    padding: 1px 10px 1px 10px;
    font-size: 12px;
}  
}
@media screen and  (max-width: 767px){
    .product-info-main .custom-options-tab-wrapper.product.data.items > .item.title.active > .switch::after{
    right: 22px;
}
.prescription-modal-preview-popup.modal-popup.modal-slide .modal-inner-wrap{
    width:100%;  
}  
}
@media screen and  (max-width: 449px){
    .left_options_wrapper {
    width: 71%;
} 
.custom-product-options select, .left_options_wrapper select{
    width:100%;
}
.left-eye {
    margin-left: 9px;
}
.right-eye {
    margin-right: 12px;
}
}
@media screen and (min-width: 450px) and (max-width: 459px){
    .left_options_wrapper {
    width: 60%;
} 
}
@media screen and (min-width: 450px) and (max-width: 500px){
    .catalog-product-view .ui-tooltip {
    width: 240px;
}   
}
@media screen and (min-width: 400px) and (max-width: 449px){
    .catalog-product-view .ui-tooltip {
    width: 200px;
}   
}
@media screen and (min-width: 365px) and (max-width: 399px){
    .catalog-product-view .ui-tooltip {
    width: 165px;
}   
}
@media screen and  (max-width: 364px){
    .catalog-product-view .ui-tooltip {
    width: 140px;
}   
}
.save-prescription-options-wrapper .field {
    float: left;
    width:80%;
}
.save-prescription-options-wrapper .actions{
    float: right;
}
.product-add-form .product-options-wrapper .save-prescription-options-wrapper .field .control{
    width:auto;
}
.prescription-save-error {
    color: #e02b27;
    font-size: 1.2rem;
}
.prescription-save-error,.save-prescription-options-wrapper,.saved-prescriptions-options{
    display: none;
}
.saved-prescriptions-options,.save-prescription-options-wrapper{
    padding: 10px 0;
}
.additional-prescription-options .checkbox,.additional-prescription-options label{
    cursor: pointer;
}
.prescription-preview-content,.prescription-modal-content{
    display: none;
}
.prescription-modal-preview-popup .action-close{
    z-index: 1200;
}
.prescription-modal-preview-popup.modal-popup .modal-inner-wrap{
    width:50%;  
}
#prescription-preview-thumb-pdf,#prescription-preview-thumb-img{
    display: none;
}
.prescription-preview-thumb img{
    max-width: 100px;
}