/*
 * ADOBE CONFIDENTIAL
 * ___________________
 *
 * Copyright 2014 Adobe Systems Incorporated
 * All Rights Reserved.
 *
 * NOTICE:  All information contained herein is, and remains
 * the property of Adobe Systems Incorporated and its suppliers,
 * if any.  The intellectual and technical concepts contained
 * herein are proprietary to Adobe Systems Incorporated and its
 * suppliers and are protected by trade secret or copyright law.
 * Dissemination of this information or reproduction of this material
 * is strictly forbidden unless prior written permission is obtained
 * from Adobe Systems Incorporated.
 */

.cq-wcm-foundation-aria-description, .cq-wcm-foundation-aria-visuallyhidden {
    display: block;
    height: 1px;
    width: 1px;
    overflow: hidden;
    position: absolute;
    top: -10px;
}

/*****************************************************
LESS compilation failed due a JavaScript error!

Input: /etc/clientlibs/bekoglobal/clientlib-all/css/grid.less
Error: FileError: 'grid_base.less' wasn't found in /etc/clientlibs/bekoglobal/clientlib-all/css/grid.less on line 17, column 1:
16 
17 @import (once) "/etc/clientlibs/wcm/foundation/grid/grid_base.less";
18 


(uncompiled LESS src is included below)
*****************************************************/
/*
 *  Copyright 2016 Adobe Systems Incorporated
 *
 *  Licensed under the Apache License, Version 2.0 (the "License");
 *  you may not use this file except in compliance with the License.
 *  You may obtain a copy of the License at
 *
 *      http://www.apache.org/licenses/LICENSE-2.0
 *
 *  Unless required by applicable law or agreed to in writing, software
 *  distributed under the License is distributed on an "AS IS" BASIS,
 *  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 *  See the License for the specific language governing permissions and
 *  limitations under the License.
 */

@import (once) "/etc/clientlibs/wcm/foundation/grid/grid_base.less";

/* maximum amount of grid cells to be provided */
@max_col: 12;

/* example configuration */

/* default breakpoint */
@media (min-width: 1201px) {
  .aem-Grid {
    .generate-grid(default, @max_col);
  }
}

/* smaller screen (phone) breakpoint */
@media (max-width: 650px) {
  .aem-Grid {
    .generate-grid(phone, @max_col);
  }
}

/* tablet breakpoint */
@media (min-width: 651px) and (max-width: 1200px) {
  .aem-Grid {
    .generate-grid(tablet, @max_col);
  }
}

.Icon__root{fill:currentcolor}.SubNavProductsButton__root{background:none;color:#fff;border:none;cursor:pointer;text-decoration:none;font-size:1.95vw;font-weight:700;text-align:center;max-width:300px;opacity:1}@media (min-width:1440px){.SubNavProductsButton__root{font-size:28px}}.SubNavProductsButton__root.SubNavProductsButton__gray{opacity:.5}.SubNavProductsButton__root.SubNavProductsButton__gray.active,.SubNavProductsButton__root.SubNavProductsButton__gray:hover{opacity:1}.SubNavProductsGrid__root{height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;z-index:1}.SubNavProductsGrid__root .SubNavProductsGrid__background{position:absolute;z-index:-3;min-height:100%;min-width:100%;top:0;left:0;-webkit-transition:opacity .5s;transition:opacity .5s}@media (min-width:1440px){.SubNavProductsGrid__root .SubNavProductsGrid__background{height:auto;width:100%;min-height:100%}}.SubNavProductsGrid__root:hover .SubNavProductsGrid__background{opacity:0;-webkit-transition:opacity 0s .5s;transition:opacity 0s .5s}.SubNavProductsGrid__root .SubNavProductsGrid__category{width:20%;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;-ms-flex-preferred-size:0;flex-basis:0;border-right:1px solid hsla(0,0%,100%,.3);-webkit-transition:background-color .5s ease;transition:background-color .5s ease}.SubNavProductsGrid__root .SubNavProductsGrid__category .SubNavProductsGrid__categoryBackground{position:absolute;min-height:100%;min-width:100%;top:0;left:0;z-index:-2;opacity:0;-webkit-transition:opacity 0s ease .5s;transition:opacity 0s ease .5s}@media (min-width:1440px){.SubNavProductsGrid__root .SubNavProductsGrid__category .SubNavProductsGrid__categoryBackground{height:auto;width:100%}}.SubNavProductsGrid__root .SubNavProductsGrid__category .SubNavProductsGrid__title{-webkit-transform:translateY(-50%);transform:translateY(-50%);margin-top:2.5vw;padding:0 20px;-webkit-transition-timing-function:cubic-bezier(.165,.84,.44,1);transition-timing-function:cubic-bezier(.165,.84,.44,1);-webkit-transition-property:margin-top,opacity,-webkit-transform;transition-property:margin-top,opacity,-webkit-transform;transition-property:margin-top,transform,opacity;transition-property:margin-top,transform,opacity,-webkit-transform;-webkit-transition-duration:.5s;transition-duration:.5s;color:#fff;font-size:36px;font-weight:700;letter-spacing:.33px;line-height:3.4vw;text-align:center;max-width:300px;opacity:1}.SubNavProductsGrid__root .SubNavProductsGrid__category .SubNavProductsGrid__title.SubNavProductsGrid__small{font-size:2.25vw}@media (min-width:1440px){.SubNavProductsGrid__root .SubNavProductsGrid__category .SubNavProductsGrid__title.SubNavProductsGrid__small{font-size:32px;line-height:49px}}.SubNavProductsGrid__root .SubNavProductsGrid__category .SubNavProductsGrid__items{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-top:2.8vw}@media (min-width:1440px){.SubNavProductsGrid__root .SubNavProductsGrid__category .SubNavProductsGrid__items{margin-top:40px}}.SubNavProductsGrid__root .SubNavProductsGrid__category .SubNavProductsGrid__items .SubNavProductsGrid__itemsButtonWrapper{opacity:0;display:-webkit-box;display:-ms-flexbox;display:flex}.SubNavProductsGrid__root .SubNavProductsGrid__category .SubNavProductsGrid__items .SubNavProductsGrid__itemsButtonWrapper:last-child{margin-bottom:0}.SubNavProductsGrid__root .SubNavProductsGrid__category .SubNavProductsGrid__items .SubNavProductsGrid__itemsButton{min-height:35px;line-height:2vw;max-width:300px;-webkit-transition:opacity .5s ease;transition:opacity .5s ease;margin-bottom:2vw}@media (min-width:1440px){.SubNavProductsGrid__root .SubNavProductsGrid__category .SubNavProductsGrid__items .SubNavProductsGrid__itemsButton{min-height:36px;line-height:32px;margin-bottom:32px}}.SubNavProductsGrid__root .SubNavProductsGrid__category .SubNavProductsGrid__items:hover .SubNavProductsGrid__itemsButton{opacity:.5}.SubNavProductsGrid__root .SubNavProductsGrid__category .SubNavProductsGrid__items:hover .SubNavProductsGrid__itemsButton:hover{opacity:1}.SubNavProductsGrid__root .SubNavProductsGrid__category .SubNavProductsGrid__content{position:relative;height:100%;width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.SubNavProductsGrid__root .SubNavProductsGrid__category .SubNavProductsGrid__top{position:relative;top:77%;left:0;-webkit-transition-timing-function:cubic-bezier(.165,.84,.44,1);transition-timing-function:cubic-bezier(.165,.84,.44,1);-webkit-transition-property:top;transition-property:top;-webkit-transition-duration:.5s;transition-duration:.5s}.SubNavProductsGrid__root .SubNavProductsGrid__category .SubNavProductsGrid__buttonSeeAllWrapper{position:absolute;top:calc(82% + 15px);left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%)}.SubNavProductsGrid__root .SubNavProductsGrid__category .SubNavProductsGrid__buttonSeeAll{-webkit-transform:translateY(15px);transform:translateY(15px);opacity:0;-webkit-transition-property:opacity,-webkit-transform;transition-property:opacity,-webkit-transform;transition-property:opacity,transform;transition-property:opacity,transform,-webkit-transform;-webkit-transition-duration:.5s;transition-duration:.5s;-webkit-transition-timing-function:ease;transition-timing-function:ease}.SubNavProductsGrid__root .SubNavProductsGrid__category:last-child{border-right:none}.SubNavProductsGrid__root .SubNavProductsGrid__category:focus-within{background-color:rgba(0,0,0,.3)}.SubNavProductsGrid__root .SubNavProductsGrid__category:focus-within .SubNavProductsGrid__top{top:0}.SubNavProductsGrid__root .SubNavProductsGrid__category:focus-within .SubNavProductsGrid__categoryBackground{opacity:1;z-index:-1;-webkit-transition:opacity .5s ease;transition:opacity .5s ease}.SubNavProductsGrid__root .SubNavProductsGrid__category:focus-within .SubNavProductsGrid__title{-webkit-transform:translateY(0);transform:translateY(0);-webkit-transition-property:margin-top,-webkit-transform;transition-property:margin-top,-webkit-transform;transition-property:margin-top,transform;transition-property:margin-top,transform,-webkit-transform}.SubNavProductsGrid__root .SubNavProductsGrid__category:focus-within .SubNavProductsGrid__itemsButtonWrapper{opacity:1;-webkit-transition:opacity .5s ease;transition:opacity .5s ease}.SubNavProductsGrid__root .SubNavProductsGrid__category:focus-within .SubNavProductsGrid__itemsButtonWrapper:first-child{-webkit-transition-delay:.2s;transition-delay:.2s}.SubNavProductsGrid__root .SubNavProductsGrid__category:focus-within .SubNavProductsGrid__itemsButtonWrapper:nth-child(2){-webkit-transition-delay:.3s;transition-delay:.3s}.SubNavProductsGrid__root .SubNavProductsGrid__category:focus-within .SubNavProductsGrid__itemsButtonWrapper:nth-child(3){-webkit-transition-delay:.4s;transition-delay:.4s}.SubNavProductsGrid__root .SubNavProductsGrid__category:focus-within .SubNavProductsGrid__itemsButtonWrapper:nth-child(4){-webkit-transition-delay:.5s;transition-delay:.5s}.SubNavProductsGrid__root .SubNavProductsGrid__category:focus-within .SubNavProductsGrid__itemsButtonWrapper:nth-child(5){-webkit-transition-delay:.6s;transition-delay:.6s}.SubNavProductsGrid__root .SubNavProductsGrid__category:focus-within .SubNavProductsGrid__itemsButtonWrapper:nth-child(6){-webkit-transition-delay:.7s;transition-delay:.7s}.SubNavProductsGrid__root .SubNavProductsGrid__category:focus-within .SubNavProductsGrid__itemsButtonWrapper:nth-child(7){-webkit-transition-delay:.8s;transition-delay:.8s}.SubNavProductsGrid__root .SubNavProductsGrid__category:focus-within .SubNavProductsGrid__itemsButtonWrapper:nth-child(8){-webkit-transition-delay:.9s;transition-delay:.9s}.SubNavProductsGrid__root .SubNavProductsGrid__category:focus-within .SubNavProductsGrid__itemsButtonWrapper:nth-child(9){-webkit-transition-delay:1s;transition-delay:1s}.SubNavProductsGrid__root .SubNavProductsGrid__category:focus-within .SubNavProductsGrid__buttonSeeAll{-webkit-transform:translateY(0);transform:translateY(0);opacity:1}.SubNavProductsGrid__root .SubNavProductsGrid__category:focus,.SubNavProductsGrid__root .SubNavProductsGrid__category:hover{background-color:rgba(0,0,0,.3)}.SubNavProductsGrid__root .SubNavProductsGrid__category:focus .SubNavProductsGrid__top,.SubNavProductsGrid__root .SubNavProductsGrid__category:hover .SubNavProductsGrid__top{top:0}.SubNavProductsGrid__root .SubNavProductsGrid__category:focus .SubNavProductsGrid__categoryBackground,.SubNavProductsGrid__root .SubNavProductsGrid__category:hover .SubNavProductsGrid__categoryBackground{opacity:1;z-index:-1;-webkit-transition:opacity .5s ease;transition:opacity .5s ease}.SubNavProductsGrid__root .SubNavProductsGrid__category:focus .SubNavProductsGrid__title,.SubNavProductsGrid__root .SubNavProductsGrid__category:hover .SubNavProductsGrid__title{-webkit-transform:translateY(0);transform:translateY(0);-webkit-transition-property:margin-top,-webkit-transform;transition-property:margin-top,-webkit-transform;transition-property:margin-top,transform;transition-property:margin-top,transform,-webkit-transform}.SubNavProductsGrid__root .SubNavProductsGrid__category:focus .SubNavProductsGrid__itemsButtonWrapper,.SubNavProductsGrid__root .SubNavProductsGrid__category:hover .SubNavProductsGrid__itemsButtonWrapper{opacity:1;-webkit-transition:opacity .5s ease;transition:opacity .5s ease}.SubNavProductsGrid__root .SubNavProductsGrid__category:focus .SubNavProductsGrid__itemsButtonWrapper:first-child,.SubNavProductsGrid__root .SubNavProductsGrid__category:hover .SubNavProductsGrid__itemsButtonWrapper:first-child{-webkit-transition-delay:.2s;transition-delay:.2s}.SubNavProductsGrid__root .SubNavProductsGrid__category:focus .SubNavProductsGrid__itemsButtonWrapper:nth-child(2),.SubNavProductsGrid__root .SubNavProductsGrid__category:hover .SubNavProductsGrid__itemsButtonWrapper:nth-child(2){-webkit-transition-delay:.3s;transition-delay:.3s}.SubNavProductsGrid__root .SubNavProductsGrid__category:focus .SubNavProductsGrid__itemsButtonWrapper:nth-child(3),.SubNavProductsGrid__root .SubNavProductsGrid__category:hover .SubNavProductsGrid__itemsButtonWrapper:nth-child(3){-webkit-transition-delay:.4s;transition-delay:.4s}.SubNavProductsGrid__root .SubNavProductsGrid__category:focus .SubNavProductsGrid__itemsButtonWrapper:nth-child(4),.SubNavProductsGrid__root .SubNavProductsGrid__category:hover .SubNavProductsGrid__itemsButtonWrapper:nth-child(4){-webkit-transition-delay:.5s;transition-delay:.5s}.SubNavProductsGrid__root .SubNavProductsGrid__category:focus .SubNavProductsGrid__itemsButtonWrapper:nth-child(5),.SubNavProductsGrid__root .SubNavProductsGrid__category:hover .SubNavProductsGrid__itemsButtonWrapper:nth-child(5){-webkit-transition-delay:.6s;transition-delay:.6s}.SubNavProductsGrid__root .SubNavProductsGrid__category:focus .SubNavProductsGrid__itemsButtonWrapper:nth-child(6),.SubNavProductsGrid__root .SubNavProductsGrid__category:hover .SubNavProductsGrid__itemsButtonWrapper:nth-child(6){-webkit-transition-delay:.7s;transition-delay:.7s}.SubNavProductsGrid__root .SubNavProductsGrid__category:focus .SubNavProductsGrid__itemsButtonWrapper:nth-child(7),.SubNavProductsGrid__root .SubNavProductsGrid__category:hover .SubNavProductsGrid__itemsButtonWrapper:nth-child(7){-webkit-transition-delay:.8s;transition-delay:.8s}.SubNavProductsGrid__root .SubNavProductsGrid__category:focus .SubNavProductsGrid__itemsButtonWrapper:nth-child(8),.SubNavProductsGrid__root .SubNavProductsGrid__category:hover .SubNavProductsGrid__itemsButtonWrapper:nth-child(8){-webkit-transition-delay:.9s;transition-delay:.9s}.SubNavProductsGrid__root .SubNavProductsGrid__category:focus .SubNavProductsGrid__itemsButtonWrapper:nth-child(9),.SubNavProductsGrid__root .SubNavProductsGrid__category:hover .SubNavProductsGrid__itemsButtonWrapper:nth-child(9){-webkit-transition-delay:1s;transition-delay:1s}.SubNavProductsGrid__root .SubNavProductsGrid__category:focus .SubNavProductsGrid__buttonSeeAll,.SubNavProductsGrid__root .SubNavProductsGrid__category:hover .SubNavProductsGrid__buttonSeeAll{-webkit-transform:translateY(0);transform:translateY(0);opacity:1}.Picture__root img{width:100%}.SubNavProductsMenuItem__root{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding-top:2.2vw}@media (min-width:1440px){.SubNavProductsMenuItem__root{padding-top:32px}}@media (max-width:768px){.SubNavProductsMenuItem__root{padding-top:28px}}.SubNavProductsMenuItem__root .SubNavProductsMenuItem__textBlock{position:absolute;bottom:3.3vw;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}@media (min-width:1440px){.SubNavProductsMenuItem__root .SubNavProductsMenuItem__textBlock{bottom:48px}}@media (max-width:768px){.SubNavProductsMenuItem__root .SubNavProductsMenuItem__textBlock{bottom:27px}}.SubNavProductsMenuItem__root .SubNavProductsMenuItem__textBlock p{margin-bottom:.9vw;color:#0180c9;font-size:1.52vw;line-height:1.6vw;font-weight:700;width:14.58vw;text-align:center}@media (min-width:1440px){.SubNavProductsMenuItem__root .SubNavProductsMenuItem__textBlock p{margin-bottom:13px;font-size:22px;line-height:24px;width:210px}}@media (max-width:768px){.SubNavProductsMenuItem__root .SubNavProductsMenuItem__textBlock p{margin-bottom:7px;font-size:18px;font-weight:500;width:162px;line-height:22px}}.SubNavProductsMenuItem__root .SubNavProductsMenuItem__textBlock .SubNavProductsMenuItem__count{color:#9aa8b6;font-size:.97vw;line-height:1.1vw;letter-spacing:.03vw;font-weight:500}@media (min-width:1440px){.SubNavProductsMenuItem__root .SubNavProductsMenuItem__textBlock .SubNavProductsMenuItem__count{font-size:14px;line-height:16px;letter-spacing:.43px}}@media (max-width:768px){.SubNavProductsMenuItem__root .SubNavProductsMenuItem__textBlock .SubNavProductsMenuItem__count{font-size:12px}}.SubNavProductsMenuItem__root img{height:11.11vw;width:auto}@media (min-width:1440px){.SubNavProductsMenuItem__root img{height:160px}}@media (max-width:768px){.SubNavProductsMenuItem__root img{height:100px}}.SubNavProductsMenuItem__root.SubNavProductsMenuItem__big{padding-top:8.33vw}@media (min-width:1440px){.SubNavProductsMenuItem__root.SubNavProductsMenuItem__big{padding-top:120px}}.SubNavProductsMenuItem__root.SubNavProductsMenuItem__big .SubNavProductsMenuItem__textBlock{bottom:8.47vw}@media (min-width:1440px){.SubNavProductsMenuItem__root.SubNavProductsMenuItem__big .SubNavProductsMenuItem__textBlock{bottom:122px}}.SubNavProductsMenuItem__root.SubNavProductsMenuItem__big img{height:20.27vw}@media (min-width:1440px){.SubNavProductsMenuItem__root.SubNavProductsMenuItem__big img{height:292px}}.SubNavProductsMenuItem__root:hover{background-color:#edeff1}.SubNavProductsMenuItem__root:hover .SubNavProductsMenuItem__textBlock p{color:#006ba8}.ButtonIcon__root{display:block;height:45px;width:45px;border-radius:50%;background-color:#e9ecef;cursor:pointer;border:none;text-decoration:none}.ButtonIcon__root svg{fill:#1e2e3f;stroke:#1e2e3f}.ButtonIcon__root:hover{background-color:#ebeef0;color:#0180c9}.ButtonIcon__root:hover svg{fill:#0180c9;stroke:#0180c9}.ButtonIcon__root:visited{color:#1e2e3f}.ButtonIcon__root.ButtonIcon__withoutBackground{background:none}.ButtonIcon__root.ButtonIcon__white{background:#fff;border:1px solid #e9ecef}.ButtonIcon__root.ButtonIcon__white:hover{border-color:#d6d6d6}.ButtonIcon__root.ButtonIcon__iconBlue svg,.ButtonIcon__root.ButtonIcon__shareFb svg,.ButtonIcon__root.ButtonIcon__shareMail svg,.ButtonIcon__root.ButtonIcon__sharePr svg,.ButtonIcon__root.ButtonIcon__shareTw svg{color:#0180c9;fill:#0180c9;stroke:#0180c9}.ButtonIcon__root.ButtonIcon__iconGreen svg{color:#3ba936;fill:#3ba936;stroke:#3ba936}.ButtonIcon__root.ButtonIcon__iconRed svg{color:#e40313;fill:#e40313;stroke:#e40313}.ButtonIcon__root.ButtonIcon__active,.ButtonIcon__root.ButtonIcon__blue,.ButtonIcon__root.ButtonIcon__withCount{background-color:#0180c9;color:#fff}.ButtonIcon__root.ButtonIcon__active svg,.ButtonIcon__root.ButtonIcon__blue svg,.ButtonIcon__root.ButtonIcon__withCount svg{fill:#fff;stroke:#fff}.ButtonIcon__root.ButtonIcon__social svg{height:15px;color:#fff;fill:#fff;stroke:#fff}.ButtonIcon__root.ButtonIcon__dark{background-color:#394553}.ButtonIcon__root.ButtonIcon__dark:hover{background-color:#5b6d81}.ButtonIcon__root.ButtonIcon__dark svg{color:#fff;fill:#fff;stroke:#fff}.ButtonIcon__root.ButtonIcon__whiteIcon svg{fill:#fff;stroke:#fff}.ButtonIcon__root.ButtonIcon__whiteIcon:hover svg{fill:#e9ecef;stroke:#e9ecef}.ButtonIcon__root.ButtonIcon__grey{background:rgba(0,0,0,.1)}.ButtonIcon__root.ButtonIcon__blue:hover{background-color:#006ba8}.ButtonIcon__root.ButtonIcon__withCount{background-color:#3ba936}.ButtonIcon__root.ButtonIcon__withCount:hover{background-color:#298c24}.ButtonIcon__root.ButtonIcon__withCount.ButtonIcon__white{background:#fff;border:1px solid rgba(0,0,0,.1);color:#1e2e3f}.ButtonIcon__root.ButtonIcon__withCount.ButtonIcon__white svg{fill:#1e2e3f;stroke:#1e2e3f}.ButtonIcon__root.ButtonIcon__withCount.ButtonIcon__white:hover{border-color:#d6d6d6}.ButtonIcon__root .ButtonIcon__count,.ButtonIcon__root .ButtonIcon__text{font-size:12px;letter-spacing:.37px;font-weight:500}.ButtonIcon__root .ButtonIcon__count{position:relative;top:-2px;margin-left:5.5px}@media (max-width:768px){.ButtonIcon__root{height:60px;width:60px}}.ButtonIcon__root.ButtonIcon__big{height:60px;width:60px}@media (max-width:768px){.ButtonIcon__root.ButtonIcon__shareFb svg{width:auto;height:17px}.ButtonIcon__root.ButtonIcon__shareTw svg{width:auto;height:15px}.ButtonIcon__root.ButtonIcon__sharePr svg{width:auto;height:17px}.ButtonIcon__root.ButtonIcon__shareMail svg{width:auto;height:14px}}.SubNavProductsMenu__root{position:absolute;top:0;left:0;width:100%;z-index:1;opacity:0;visibility:hidden;background-color:transparent;-webkit-transition:background-color .3s ease;transition:background-color .3s ease;pointer-events:none}.SubNavProductsMenu__root,.SubNavProductsMenu__root aside{height:100%;display:-webkit-box;display:-ms-flexbox;display:flex}.SubNavProductsMenu__root aside{position:relative;max-width:360px;background-color:rgba(0,0,0,.3);-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.SubNavProductsMenu__root aside h2{color:#fff;font-weight:500;letter-spacing:.33px;line-height:3.4vw;text-align:center;margin:0;margin-top:2.5vw;margin-bottom:2.8vw;font-size:2.25vw}@media (min-width:1440px){.SubNavProductsMenu__root aside h2{font-size:32px;line-height:49px;margin-top:40px}}.SubNavProductsMenu__root aside .SubNavProductsMenu__buttonBack{position:absolute;bottom:4vw;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);opacity:0;-webkit-transition:opacity .5s ease .5s;transition:opacity .5s ease .5s;width:4.16vw;height:4.16vw}.SubNavProductsMenu__root aside .SubNavProductsMenu__buttonBack:hover{background-color:#3b4856}@media (min-width:1440px){.SubNavProductsMenu__root aside .SubNavProductsMenu__buttonBack{bottom:59px;width:60px;height:60px}}.SubNavProductsMenu__root aside .SubNavProductsMenu__buttonBack svg{height:.97vw;color:#fff;fill:#fff;stroke:#fff}@media (min-width:1440px){.SubNavProductsMenu__root aside .SubNavProductsMenu__buttonBack svg{height:14px}}.SubNavProductsMenu__root .SubNavProductsMenu__items{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.SubNavProductsMenu__root .SubNavProductsMenu__items .SubNavProductsMenu__asideItem{line-height:2.2vw;margin-bottom:2.2vw;-webkit-transition:opacity 1s;transition:opacity 1s}@media (min-width:1440px){.SubNavProductsMenu__root .SubNavProductsMenu__items .SubNavProductsMenu__asideItem{line-height:31px;margin-bottom:32px}}.SubNavProductsMenu__root .SubNavProductsMenu__items.SubNavProductsMenu__fake{-webkit-transition:opacity .5s ease;transition:opacity .5s ease}.SubNavProductsMenu__root .SubNavProductsMenu__grids{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;height:100%}.SubNavProductsMenu__root .SubNavProductsMenu__gridWrapper{height:100%}.SubNavProductsMenu__root .SubNavProductsMenu__gridWrapper.open{opacity:1}.SubNavProductsMenu__root .SubNavProductsMenu__grid{height:100%;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;background-color:#f7f8fa;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.SubNavProductsMenu__root .SubNavProductsMenu__grid .SubNavProductsMenu__line{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;border-bottom:1px solid rgba(0,0,0,.1);display:-webkit-box;display:-ms-flexbox;display:flex}.SubNavProductsMenu__root .SubNavProductsMenu__grid .SubNavProductsMenu__line a{display:block;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;-ms-flex-preferred-size:0;flex-basis:0;border-right:1px solid rgba(0,0,0,.1);text-decoration:none}.SubNavProductsMenu__root .SubNavProductsMenu__grid .SubNavProductsMenu__line:last-child,.SubNavProductsMenu__root .SubNavProductsMenu__grid .SubNavProductsMenu__line a:last-child{border:none}.SubNavProductsMenu__root.open{opacity:1;visibility:visible;background-color:#f7f8fa;pointer-events:auto}.SubNavProductsMenu__root.open aside{background-color:#5b6d81}.SubNavProductsMenu__root.open .SubNavProductsMenu__items.SubNavProductsMenu__fake{opacity:0;pointer-events:none}.SubNavProductsMenu__root.open .SubNavProductsMenu__buttonBack{opacity:1}.SubNavProductsMenu__root.LSG-active-first-grid{opacity:1;visibility:visible}.SubNavProductsMenu__root.LSG-active-first-grid .SubNavProductsMenu__gridWrapper:first-child{display:block}.SubNavProducts__root{position:relative;height:48vw;background-color:#e9ecef;min-height:48vw}@media (min-width:1440px){.SubNavProducts__root{height:690px;min-height:690px}}.SubNavLink__root{text-align:center;text-decoration:none;color:#0180c9;font-size:18px;line-height:26px}.SubNavLink__root svg{color:#bcc7d3;fill:#bcc7d3;stroke:#bcc7d3;height:48px}@media (min-width:769px){.SubNavLink__root{height:100px;min-width:150px;font-weight:500}}@media (max-width:768px){.SubNavLink__root{height:215px;min-width:50%;padding-top:55px;font-weight:500;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;border-bottom:1px solid rgba(0,0,0,.1)}.SubNavLink__root:nth-child(odd){border-right:1px solid rgba(0,0,0,.1)}.SubNavLink__root:last-child{border-right:none}}.SubNavLink__root:hover svg{color:#a5b2bf;fill:#a5b2bf;stroke:#a5b2bf}.SubNavLink__root:hover p{color:#006ba8}.SubNavLink__root.SubNavLink__logoStyle svg{width:83px}.SubNavLinks__root{background-color:#f7f8fa}@media (max-width:768px){.SubNavLinks__root .SubNavLinks__desktop{display:none}}.SubNavLinks__root .SubNavLinks__mobile{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;background-color:#fff;border-top:1px solid rgba(0,0,0,.1)}.SubNavLinks__root .SubNavLinks__mobile:last-child{border-bottom:none}@media (min-width:769px){.SubNavLinks__root .SubNavLinks__mobile{display:none}}.SubNavLinks__root .SubNavLinks__line{padding:0 45px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:213px;border-bottom:1px solid rgba(0,0,0,.1)}.SubNav__root{position:relative;width:100vw;overflow:hidden}.NavigationButton__root{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:45px;padding-left:20px;padding-right:17px;color:inherit;font-weight:400;text-decoration:none;border-radius:22.5px;line-height:22px;background-color:transparent;cursor:pointer}@media (max-width:1024px){.NavigationButton__root{padding-left:11px;padding-right:10px}}.NavigationButton__root.NavigationButton__active{background-color:#e9ecef}.NavigationButton__root span{position:relative;top:-3px}.NavigationButton__root:hover{background-color:#e9ecef;color:#0180c9}.Menu__root{display:-webkit-box;display:-ms-flexbox;display:flex}.ButtonFindRetailer__root{display:inline-block;position:relative;height:45px;width:45px;border-radius:22.5px;cursor:pointer;-webkit-transition:width .5s;transition:width .5s;overflow:hidden}.ButtonFindRetailer__root .ButtonFindRetailer__buttonIcon{position:absolute;left:0;z-index:1}.ButtonFindRetailer__root span{opacity:0;white-space:nowrap}.ButtonFindRetailer__root:hover{width:161px;background-color:#e9ecef}.ButtonFindRetailer__root:hover div{background-color:#0180c9}.ButtonFindRetailer__root:hover span{position:absolute;right:15px;top:13px;color:#0180c9;font-size:12px;letter-spacing:.37px;font-weight:500;opacity:1;-webkit-transition:opacity .5s;transition:opacity .5s}.ButtonFindRetailer__root:hover svg{fill:#fff;stroke:#fff}.ButtonLanguage__root{position:relative;height:45px;width:45px;background-color:#e9ecef;border-radius:22.5px;-webkit-transition:width .5s;transition:width .5s;z-index:0}.ButtonLanguage__root .ButtonLanguage__button{position:absolute;right:0;top:0;z-index:1}.ButtonLanguage__root .ButtonLanguage__langs{display:none;opacity:0;-webkit-transition:opacity .5s;transition:opacity .5s}.ButtonLanguage__root .ButtonLanguage__buttonClose{display:none}.ButtonLanguage__root.ButtonLanguage__opened{overflow:hidden;width:182px}.ButtonLanguage__root.ButtonLanguage__opened .ButtonLanguage__langs{opacity:1;display:-webkit-box;display:-ms-flexbox;display:flex}.ButtonLanguage__root.ButtonLanguage__opened .ButtonLanguage__langs .ButtonLanguage__langsButton{border-radius:0;border-left:1px solid rgba(0,0,0,.1)}.ButtonLanguage__root.ButtonLanguage__opened .ButtonLanguage__langs .ButtonLanguage__langsButton.ButtonLanguage__active{color:#0180c9}.ButtonLanguage__root.ButtonLanguage__opened .ButtonLanguage__langs .ButtonLanguage__langsButton:first-child{border:none}.ButtonLanguage__root.ButtonLanguage__opened .ButtonLanguage__langs .ButtonLanguage__separator{position:relative;z-index:1;height:45px;width:1px;background-color:rgba(0,0,0,.1)}.ButtonLanguage__root.ButtonLanguage__opened .ButtonLanguage__buttonClose{display:block}.ButtonLanguage__root.ButtonLanguage__opened .ButtonLanguage__buttonClose svg{fill:#fff;stroke:#fff;width:12px;height:12px}.HeaderMain__root{display:-webkit-box;display:-ms-flexbox;display:flex;height:80px;position:relative;border:1px solid rgba(0,0,0,.1);border-left:none;border-right:none}.HeaderMain__root .subnav{opacity:0;-webkit-transition:opacity 1s;transition:opacity 1s}.HeaderMain__root .subnav .subnav-inner{display:none}.HeaderMain__root[data-open-subnav=about] .subnav,.HeaderMain__root[data-open-subnav=products] .subnav,.HeaderMain__root[data-open-subnav=support] .subnav{opacity:1}.HeaderMain__root[data-open-subnav=products] .menu .products{background-color:#e9ecef}.HeaderMain__root[data-open-subnav=products] .subnav .products{display:block}.HeaderMain__root[data-open-subnav=support] .menu .support{background-color:#e9ecef}.HeaderMain__root[data-open-subnav=support] .subnav .support{display:block}.HeaderMain__root[data-open-subnav=about] .menu .about{background-color:#e9ecef}.HeaderMain__root[data-open-subnav=about] .subnav .about{display:block}.HeaderMain__root .HeaderMain__search{border-left:1px solid rgba(0,0,0,.1)}.HeaderMain__root .HeaderMain__subNav{position:absolute;left:0;top:78px;z-index:100;width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.HeaderTopButton__root{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:40px;font-size:12px;color:inherit;text-decoration:none}@media (max-width:768px){.HeaderTopButton__root{background-color:#f7f8fa;height:68px}}.HeaderTopButton__root:hover{background-color:#e9ecef}.HeaderTopButton__root .HeaderTopButton__text{font-weight:500;margin-left:10px}@media (max-width:768px){.HeaderTopButton__root .HeaderTopButton__text{font-size:18px;font-weight:400}}.HeaderTopButton__root div{text-align:center;height:20px;width:20px;margin-left:5px;background-color:#0180c9;color:#fff;border-radius:50%}@media (max-width:768px){.HeaderTopButton__root div{display:none}}.HeaderTopButton__root div span{line-height:18px;font-weight:500}.HeaderTopButton__root svg{width:18px;stroke:#1e2e3f}.WishlistCompareBlock__root{display:-webkit-box;display:-ms-flexbox;display:flex}@media (max-width:768px){.WishlistCompareBlock__root{-ms-flex-wrap:wrap;flex-wrap:wrap;margin-top:30px}}.WishlistCompareBlock__root .WishlistCompareBlock__headerTopButton{width:50%;border-left:1px solid rgba(0,0,0,.1)}@media (max-width:768px){.WishlistCompareBlock__root .WishlistCompareBlock__headerTopButton{width:100%;border-left:none}.WishlistCompareBlock__root .WishlistCompareBlock__headerTopButton:first-child{border-bottom:1px solid rgba(0,0,0,.1)}}.HeaderTop__root{position:relative;height:40px;background-color:rgba(233,236,239,.5)}.Button__root{display:block;background-color:#0180c9;color:#fff;stroke:#fff;height:60px;width:230px;border-radius:30px;border-width:0;cursor:pointer;text-decoration:none;font-size:14px;letter-spacing:.3px;font-weight:400;font-family:SohoGothicPro,sans-serif}.Button__root:active{outline:none}.Button__root:hover{background-color:#006ba8}.Button__root.Button__small{width:188px;min-width:188px}@media (max-width:768px){.Button__root.smallMobile{width:188px;min-width:188px}}.Button__root.Button__big{width:300px;min-width:300px}.Button__root.Button__bigSecond{width:309px;min-width:309px}@media (max-width:768px){.Button__root.Button__bigSecond{width:261px;min-width:261px}}.Button__root.Button__fullWidth{width:100%}@media (max-width:768px){.Button__root.bigMobile{width:265px;min-width:265px}}@media (max-width:374px){.Button__root.bigMobile{width:210px;min-width:210px}}@media (max-width:768px){.Button__root.Button__fullWidthMobile{width:100%}}.Button__root.Button__image svg{margin-left:10px}.Button__root.Button__veryBig{width:429px}.Button__root.Button__secondary{background-color:#fff;color:#0180c9;border:1px solid #d4d9de}.Button__root.Button__secondary svg{stroke:#0180c9}.Button__root.Button__secondary:hover{border-color:#b7c0c8}.Button__root.Button__success{background-color:#3ba936;font-size:14px;letter-spacing:.3px}.Button__root.Button__success:hover{background-color:#298c24}.Button__root.Button__text{color:#0180c9;background-color:transparent;width:auto;padding:0 5px}.Button__root.Button__text svg{margin-left:13px}@media (max-width:768px){.Button__root.Button__textMobile{color:#0180c9;background-color:transparent;width:auto;min-width:0;padding:0 5px}}.Button__root.Button__textSecond{color:#1e2e3f;background-color:transparent;width:auto;-webkit-transition:color .5s cubic-bezier(.47,.14,.15,.82);transition:color .5s cubic-bezier(.47,.14,.15,.82)}.Button__root.Button__textSecond.active,.Button__root.Button__textSecond:hover{color:#0180c9}.Button__root.Button__grey{background-color:#9aa8b6}.Button__root.Button__grey:hover{background-color:#7c8fa1}.Button__root.Button__dark{background-color:#394553}.Button__root.Button__dark:hover{background-color:#5b6d81}.Button__root.Button__greenText{background-color:#fff;color:#3ba936}.Button__root.Button__greenText:hover{background-color:#f4f5f7}.Button__root.Button__shadow{background-color:rgba(0,0,0,.16)}.Button__root.disabled{background-color:#9aa8b6}.Button__root .Button__dropdown{margin-left:13px;width:12px;height:12px;margin-top:4px;stroke:#fff}.Button__root .Button__filter{margin-left:20px}.Button__root.Button__dropdownSecondary{width:100%;border:none;color:#1e2e3f;font-size:18px}.Button__root.Button__dropdownSecondary .Button__dropdown{position:absolute;right:17px;top:calc(50% - 5px);width:16px;height:12px;margin-top:0}.Button__root.Button__dropdownSecondary svg{stroke:#1e2e3f}.Button__root.Button__animateHover{-webkit-transition:width .3s cubic-bezier(.47,.14,.15,.82);transition:width .3s cubic-bezier(.47,.14,.15,.82)}.Button__root.Button__animateHover span{max-width:0;overflow:hidden;white-space:nowrap;-webkit-transition:max-width .3s cubic-bezier(.47,.14,.15,.82);transition:max-width .3s cubic-bezier(.47,.14,.15,.82)}.Button__root.Button__animateHover svg{-webkit-transition:margin-left .3s cubic-bezier(.47,.14,.15,.82);transition:margin-left .3s cubic-bezier(.47,.14,.15,.82)}.Button__root.Button__animateHover:not(:hover){width:60px}.Button__root.Button__animateHover:not(:hover) svg{margin-left:0}.Button__root.Button__animateHover:hover span{max-width:120px}.Button__root.Button__onDarkBg:hover{background-color:#f4f5f7}.HeaderOverlayCountry__root{max-height:300px;-webkit-transition:max-height .5s ease-in;transition:max-height .5s ease-in;overflow:hidden;position:relative}.HeaderOverlayCountry__root .HeaderOverlayCountry__content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;min-height:120px;background-color:#1e2e3f;padding:20px 0;padding-left:44px;padding-right:30px}@media (max-width:1024px){.HeaderOverlayCountry__root .HeaderOverlayCountry__content{padding-right:44px;padding-top:35px;padding-bottom:35px}}.HeaderOverlayCountry__root .HeaderOverlayCountry__buttonClose svg{color:#fff;width:15px;height:15px}.HeaderOverlayCountry__root.close{max-height:0}.Header__root{color:#1e2e3f;background-color:#fff}@media (max-width:768px){.Header__root .Header__desktop{display:none}}.subNavOpened .Header__root{position:relative;z-index:6}.PartnerLogo__root .PartnerLogo__barcelona,.PartnerLogo__root .PartnerLogo__divider,.PartnerLogo__root .PartnerLogo__logo{height:60px;position:relative;top:1px}.PartnerLogo__root .PartnerLogo__logo{width:82px;color:#0081c9}.PartnerLogo__root .PartnerLogo__barcelona{width:60px;margin-left:27px}.PartnerLogo__root .PartnerLogo__divider{width:1px;background-color:#fff;margin-left:26px}.PartnerLogo__root p{text-transform:uppercase;font-weight:400;font-size:11.5px;letter-spacing:.3px;margin-top:10px;margin-left:3px}.Subscription__root{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%;position:relative}.Subscription__root .Subscription__button{position:absolute;width:100%}.Subscription__root .Subscription__buttonEnter{height:60px;width:70px;position:absolute;top:0;right:10%;font-size:14px;line-height:20px;font-weight:500;letter-spacing:.3px;color:#bcc7d3}.Subscription__root .Subscription__buttonEnter:hover{color:#0180c9}.Subscription__root .Subscription__buttonCheckmark{display:none;position:absolute;top:0;right:0;width:88px;border-top-left-radius:0;border-bottom-left-radius:0;border-top-right-radius:100px;border-bottom-right-radius:100px}@media (max-width:1024px){.Subscription__root .Subscription__buttonCheckmark{width:70px}}@media (max-width:374px){.Subscription__root .Subscription__buttonCheckmark{width:60px}}.Subscription__root .correct .Subscription__buttonEnter{display:none}.Subscription__root .correct .Subscription__buttonCheckmark{display:block}.Subscription__root .correct svg path{stroke-dashoffset:54}.Subscription__root .Subscription__subscribeField{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;visibility:hidden;opacity:0}.Subscription__root .Subscription__subscribeField .Subscription__subscribeButton-wrapper{opacity:0;visibility:hidden}.Subscription__root .Subscription__subscribeField .Subscription__subscribeButton-wrapper svg{color:#3ba936;stroke:#3ba936}.Subscription__root .Subscription__subscribeField .Subscription__subscribeButton-wrapper svg path{stroke-dasharray:27;stroke-dashoffset:27;-webkit-transition:stroke-dashoffset 1s ease-in-out;transition:stroke-dashoffset 1s ease-in-out}.Subscription__root .Subscription__subscribeField .Subscription__subscribeButton-wrapper.ctaVisible{opacity:1;visibility:visible}.Subscription__root .Subscription__subscribeField .Subscription__form{position:relative;z-index:1;-webkit-transition:width 1s ease-in-out;transition:width 1s ease-in-out;width:100%}.Subscription__root .Subscription__subscribeField input{border:1px solid rgba(0,0,0,.1);border-radius:100px;width:100%;height:60px;margin-right:10px;outline:none;font-size:14px;letter-spacing:.3px;padding:0 90px 0 40px}@media (max-width:768px){.Subscription__root .Subscription__subscribeField input{padding-right:80px;padding-left:30px}}@media (max-width:374px){.Subscription__root .Subscription__subscribeField input{padding-right:45px;padding-left:20px}}.Subscription__root .Subscription__subscribeField .Subscription__buttonClose{position:absolute;right:0}.Subscription__root.open .Subscription__button{display:none}.Subscription__root.open .Subscription__subscribeField{visibility:visible;opacity:1}.Subscription__root.open .Subscription__form{width:calc(100% - 70px)}.FooterTop__root{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:208px;border-bottom:1px solid hsla(0,0%,100%,.2)}@media (max-width:1280px){.FooterTop__root{height:383px}}@media (max-width:768px){.FooterTop__root{height:422px}}.FooterTop__root .FooterTop__footerTopWrapper{width:100%;padding-right:1.25%;padding-left:1.25%}.FooterTop__root .FooterTop__wrapperInner{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative}@media (min-width:1440px){.FooterTop__root .FooterTop__wrapperInner{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}}@media (max-width:1280px){.FooterTop__root .FooterTop__wrapperInner{-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}}@media (max-width:768px){.FooterTop__root .FooterTop__wrapperInner{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-ms-flex-wrap:nowrap;flex-wrap:nowrap}}.FooterTop__root .FooterTop__countrySelect{width:298px;margin-left:7%}@media (max-width:1280px){.FooterTop__root .FooterTop__countrySelect{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2;margin-left:0}}@media (max-width:768px){.FooterTop__root .FooterTop__countrySelect{width:334px;margin:20px 0 0}}@media (max-width:374px){.FooterTop__root .FooterTop__countrySelect{width:88%;min-width:0}}.FooterTop__root .FooterTop__subscription{width:32%;max-width:500px;margin-left:7%}@media (max-width:1280px){.FooterTop__root .FooterTop__subscription{width:429px;margin-left:20px;-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}}@media (max-width:1024px){.FooterTop__root .FooterTop__subscription{width:43%}}@media (max-width:768px){.FooterTop__root .FooterTop__subscription{width:331px;margin:20px 0 0}}@media (max-width:374px){.FooterTop__root .FooterTop__subscription{width:88%}}.FooterTop__root .FooterTop__socialIcons{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;width:210px;margin-left:2%}@media (max-width:1280px){.FooterTop__root .FooterTop__socialIcons{width:100%;-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin:30px 0 20px}}@media (max-width:768px){.FooterTop__root .FooterTop__socialIcons{width:240px;margin-bottom:0}}.FooterTop__root .FooterTop__socialIcons a{margin-right:9px}.FooterTop__root .FooterTop__socialIcons a:last-child{margin-right:0}@media (max-width:768px){.FooterTop__root .FooterTop__socialIcons a{width:45px;height:45px;margin-right:20px}}@media (max-width:374px){.FooterTop__root .FooterTop__socialIcons a{margin-right:10px}}.FooterSubcategory__root .FooterSubcategory__subcategoryTitle{font-size:14px;font-weight:500;color:#5b6d81;letter-spacing:.43px;line-height:18px}@media (max-width:1024px){.FooterSubcategory__root .FooterSubcategory__subcategoryTitle{font-size:13px}}@media (max-width:768px){.FooterSubcategory__root .FooterSubcategory__subcategoryTitle{font-size:15px}}.FooterSubcategory__root ul{list-style:none;color:#fff;padding-left:0;margin:10px 0 20px}@media (max-width:768px){.FooterSubcategory__root ul{margin-bottom:35px}}.FooterSubcategory__root ul li{font-size:12px;letter-spacing:.47px;font-weight:500;padding:6px 0;line-height:16px}@media (max-width:768px){.FooterSubcategory__root ul li{margin-top:10px}}.FooterSubcategory__root ul li a{color:#fff}@media (max-width:768px){.FooterMain__root{height:auto}}.FooterMain__root .FooterMain__categoryTitle{height:25px;font-size:16px;font-weight:500;color:#9aa8b6;letter-spacing:.49px;margin-bottom:10px}@media (max-width:1024px){.FooterMain__root .FooterMain__categoryTitle{font-size:15px}}@media (max-width:768px){.FooterMain__root .FooterMain__categoryTitle{display:none}}.FooterMain__root .FooterMain__categoryButtonMobile{color:#9aa8b6;width:100%;background-color:inherit;font-size:17px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:80px;margin:0;border-bottom:1px solid hsla(0,0%,100%,.2)}@media (min-width:769px){.FooterMain__root .FooterMain__categoryButtonMobile{display:none}}.FooterMain__root .FooterMain__category{margin:20px 0 30px}@media (max-width:768px){.FooterMain__root .FooterMain__category{text-align:center;margin:30px 0 0;border-bottom:1px solid hsla(0,0%,100%,.2);-webkit-transition-property:max-height,margin;transition-property:max-height,margin;-webkit-transition-duration:1s;transition-duration:1s;overflow:hidden}}.FooterMain__root .FooterMain__row{border:none}@media (max-width:768px){.FooterMain__root .FooterMain__containerReset{padding:0;margin:0;max-width:none}.FooterMain__root .FooterMain__containerReset .FooterMain__row{margin:0}.FooterMain__root .FooterMain__containerReset .FooterMain__row>div{padding:0}}.FooterMain__root .FooterMain__infolinks{display:-webkit-box;display:-ms-flexbox;display:flex;font-size:12px;font-weight:400;letter-spacing:.5px}@media (max-width:768px){.FooterMain__root .FooterMain__infolinks{height:142px;position:static;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:42px 16px;border-top:1px solid hsla(0,0%,100%,.2)}}.FooterMain__root .FooterMain__infolinks a,.FooterMain__root .FooterMain__infolinks span{color:#e9ecef;margin-right:20px}.Footer__root{position:relative;background-color:#1e2e3f;color:#fff}.Footer__root a{text-decoration:none}.MenuMobileCategoryGrid__root{height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.MenuMobileCategoryGrid__root a{display:block;height:234px;min-width:50%;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;-ms-flex-preferred-size:0;flex-basis:0;text-decoration:none;border-bottom:1px solid rgba(0,0,0,.1)}.MenuMobileCategoryGrid__root a:nth-child(odd){border-right:1px solid rgba(0,0,0,.1)}.MenuMobileCategoryGrid__root a:last-child{border-right:none}.MenuMobileSubcategory__root .MenuMobileSubcategory__button{background:none;height:85px;width:100%;color:#1e2e3f;font-size:30px;line-height:40px;font-weight:700;border-bottom:1px solid rgba(0,0,0,.1);cursor:pointer}.MenuMobileSubcategory__root .MenuMobileSubcategory__button.MenuMobileSubcategory__opened{color:#0180c9}.MenuMobileCategory__root .MenuMobileCategory__button{height:80px;width:100%;color:#fff;background-color:#5b6d81;font-size:30px;line-height:40px;font-weight:700;cursor:pointer}.MenuMobileButtonLinks__root .MenuMobileButtonLinks__button{height:80px;width:100%;color:#1e2e3f;background-color:#fff;font-size:30px;line-height:40px;font-weight:700;cursor:pointer}.MenuMobile__root{background:#fff;text-align:center;overflow:auto;-webkit-overflow-scrolling:touch}.MenuMobile__root .MenuMobile__logoBlock{height:80px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background-color:#5b6d81}.MenuMobile__root .MenuMobile__logoBlock .MenuMobile__logo{width:66px;height:38px;margin-top:30px;color:#fff;fill:#fff;stroke:#fff}.MenuMobile__root .MenuMobile__blog{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;height:80px;width:100%;color:#1e2e3f;background-color:#fff;font-size:30px;line-height:40px;font-weight:700;text-decoration:none}.MenuMobile__root .MenuMobile__buttonCloseContainer{position:fixed;bottom:20px;left:0;width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;pointer-events:none}.MenuMobile__root .MenuMobile__buttonCloseContainer svg{width:16px;height:16px;color:#fff}.MenuMobile__root .MenuMobile__buttonClose{pointer-events:auto}.MenuMobile__root .MenuMobile__links{padding-top:30px;border-top:1px solid rgba(0,0,0,.1)}.MenuMobile__root .MenuMobile__links .MenuMobile__link{display:block;text-decoration:none;padding:9px 0;color:inherit}.MenuMobile__root .MenuMobile__links .MenuMobile__link svg{width:17.8px;height:auto;stroke:currentColor;fill:currentColor;color:currentColor}.MenuMobile__root .MenuMobile__links .MenuMobile__link span{font-size:14px;font-weight:400;letter-spacing:.43px}.MenuMobile__root .MenuMobile__links .MenuMobile__link p{margin-top:5px;font-size:18px;font-weight:400}.SearchForm__root{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;height:80px;padding-left:28px;padding-right:32px}@media (max-width:768px){.SearchForm__root{padding-left:19px;padding-right:8px}}.SearchForm__root input{width:100%;color:#1e2e3f;border:0;font-size:16px;font-weight:400;outline:0}.SearchForm__root button{height:45px;width:45px;background:none;border:none;cursor:pointer}@media (max-width:768px){.SearchForm__root button svg{width:18px}}.SearchForm__root.SearchForm__address{border-bottom:1px solid rgba(188,199,211,.5);padding:0 0 10px}.SearchForm__root.SearchForm__address input{width:390px;font-size:18px;line-height:25px}.SearchForm__root.SearchForm__address input::-webkit-input-placeholder{color:#1e2e3f;opacity:1;font-size:18px;line-height:25px}.SearchForm__root.SearchForm__address input:-ms-input-placeholder,.SearchForm__root.SearchForm__address input::-ms-input-placeholder{color:#1e2e3f;opacity:1;font-size:18px;line-height:25px}.SearchForm__root.SearchForm__address input::placeholder{color:#1e2e3f;opacity:1;font-size:18px;line-height:25px}.SearchForm__root.SearchForm__address button{margin-right:-14px}@media (max-width:374px){.SearchForm__root.SearchForm__address button{margin-right:-8px}}.SearchForm__root.SearchForm__retailer{width:473px;height:60px;border-radius:50px;background-color:#fff;padding:0 30px;-webkit-box-shadow:0 10px 20px rgba(0,0,0,.1);box-shadow:0 10px 20px rgba(0,0,0,.1)}@media (max-width:768px){.SearchForm__root.SearchForm__retailer{width:100%}}.SearchForm__root.SearchForm__retailer input{width:390px;font-size:18px;line-height:25px}@media (max-width:768px){.SearchForm__root.SearchForm__retailer input{width:100%;line-height:24px;font-size:16px;letter-spacing:.29px}}.SearchForm__root.SearchForm__retailer input::-webkit-input-placeholder{color:#1e2e3f;opacity:1;font-size:18px;line-height:25px}.SearchForm__root.SearchForm__retailer input:-ms-input-placeholder,.SearchForm__root.SearchForm__retailer input::-ms-input-placeholder{color:#1e2e3f;opacity:1;font-size:18px;line-height:25px}.SearchForm__root.SearchForm__retailer input::placeholder{color:#1e2e3f;opacity:1;font-size:18px;line-height:25px}@media (max-width:768px){.SearchForm__root.SearchForm__retailer input::-webkit-input-placeholder{line-height:24px;font-size:16px;letter-spacing:.29px}.SearchForm__root.SearchForm__retailer input:-ms-input-placeholder,.SearchForm__root.SearchForm__retailer input::-ms-input-placeholder{line-height:24px;font-size:16px;letter-spacing:.29px}.SearchForm__root.SearchForm__retailer input::placeholder{line-height:24px;font-size:16px;letter-spacing:.29px}}.SearchForm__root.SearchForm__retailer button{margin-right:-12px}.SearchForm__root.SearchForm__searchBlue svg{color:#0180c9;fill:#0180c9}.SearchBlock__root{background-color:#fff}.SearchBlock__root .SearchBlock__searchForm{padding-left:1.25%;height:118px}@media (min-width:1440px){.SearchBlock__root .SearchBlock__searchForm{padding-left:44px}}@media (max-width:768px){.SearchBlock__root .SearchBlock__searchForm{height:80px;padding-left:17px}}.SearchBlock__root .SearchBlock__searchForm input{font-size:22px;line-height:32px}@media (max-width:768px){.SearchBlock__root .SearchBlock__searchForm input{font-size:16px;line-height:24px;letter-spacing:.29px}}.SearchSectionHeading__root{display:-webkit-box;display:-ms-flexbox;display:flex}@media (max-width:768px){.SearchSectionHeading__root:not(.SearchSectionHeading__noHideMobile){display:none}}.SearchSectionHeading__root .SearchSectionHeading__text{line-height:36px;font-weight:700;color:#1e2e3f}.SearchSectionHeading__root .SearchSectionHeading__count{position:relative;top:-3px;left:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;height:30px;width:30px;margin-left:10px;background-color:rgba(0,0,0,.1);border-radius:50%}.SearchSectionHeading__root .SearchSectionHeading__count span{font-size:14px;line-height:16px;letter-spacing:.43px;font-weight:500}.ProductBadge__root .ProductBadge__image{width:50px;height:55px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media (max-width:768px){.ProductBadge__root .ProductBadge__image{width:auto;margin-right:11px}}.ProductBadge__root svg{width:38px;height:auto}@media (max-width:768px){.ProductBadge__root svg{width:30px}}.ProductBadge__root p{color:#fff;font-size:12px;font-weight:500;letter-spacing:.37px;text-align:center;margin-top:0}@media (max-width:768px){.ProductBadge__root p{color:#9aa8b6;font-weight:500}}.ProductBadge__root.ProductBadge__small .ProductBadge__image{width:40px;height:52px}@media (max-width:768px){.ProductBadge__root.ProductBadge__small .ProductBadge__image{margin-right:0}}@media (max-width:768px){.ProductBadge__root.ProductBadge__small p{color:#fff}}@media (min-width:769px){.ProductBadge__root.ProductBadge__trustedReviews{margin-top:10px}.ProductBadge__root.ProductBadge__trustedReviews svg{width:60px}.ProductBadge__root.ProductBadge__trustedReviews p{display:none}}.ProductCardSearch__root{position:relative;color:#fff}.ProductCardSearch__root .ProductCardSearch__model{text-transform:uppercase;font-size:12px;font-weight:500;letter-spacing:.37px}.ProductCardSearch__root .ProductCardSearch__desc{width:245px;height:64px;overflow:hidden;font-size:22px;line-height:32px;margin:5px auto 0}@media (max-width:768px){.ProductCardSearch__root .ProductCardSearch__desc{width:122px;height:60px;margin-top:10px;font-size:14px;line-height:20px;letter-spacing:.43px}}.ProductCardSearch__root .ProductCardSearch__image{position:absolute;bottom:0;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.ProductCardSearch__root .ProductCardSearch__image img{width:auto}.ProductCardSearch__root .ProductCardSearch__productBagde{position:absolute;top:185px;left:6%}.ProductCardSearch__root.ProductCardSearch__rectangle img{height:298px}@media (max-width:768px){.ProductCardSearch__root.ProductCardSearch__rectangle img{max-height:160px}}.ProductCardSearch__root.ProductCardSearch__square .ProductCardSearch__image{height:295px;bottom:13px;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media (max-width:768px){.ProductCardSearch__root.ProductCardSearch__square .ProductCardSearch__image{height:165px;bottom:17px}}.ProductCardSearch__root.ProductCardSearch__square img{width:238px}@media (max-width:768px){.ProductCardSearch__root.ProductCardSearch__square img{width:120px}}.ProductCardSearch__root.ProductCardSearch__withShadow{-webkit-box-shadow:0 10px 20px 0 rgba(0,0,0,.1);box-shadow:0 10px 20px 0 rgba(0,0,0,.1)}@media (max-width:768px){.ProductCardSearch__root.ProductCardSearch__withShadow{-webkit-box-shadow:0 7px 20px 0 rgba(0,0,0,.1);box-shadow:0 7px 20px 0 rgba(0,0,0,.1)}}.ViewAllProductsCard__root{width:100%;height:450px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;text-decoration:none;color:#0180c9;border-radius:8px;background-color:rgba(233,236,239,.5)}@media (max-width:768px){.ViewAllProductsCard__root{height:280px}}.ViewAllProductsCard__root .ViewAllProductsCard__text{font-size:22px;font-weight:400;line-height:30px;color:inherit;margin-top:170px}@media (max-width:768px){.ViewAllProductsCard__root .ViewAllProductsCard__text{margin-top:110px;font-size:14px;line-height:20px}}.ViewAllProductsCard__root .ViewAllProductsCard__button{margin-top:40px}@media (max-width:768px){.ViewAllProductsCard__root .ViewAllProductsCard__button{margin-top:20px}}.ViewAllProductsCard__root svg{color:#0180c9;fill:#0180c9;stroke:#0180c9}.ProductHelpCardSearch__root{display:block;position:relative;width:100%;height:auto;border-radius:8px;overflow:hidden;cursor:pointer;background-color:#fff;text-decoration:none}@media (max-width:768px){.ProductHelpCardSearch__root{height:215px;padding-bottom:25px}}.ProductHelpCardSearch__root .ProductHelpCardSearch__topBlock{height:180px;position:relative}@media (max-width:768px){.ProductHelpCardSearch__root .ProductHelpCardSearch__topBlock{height:125px}}.ProductHelpCardSearch__root .ProductHelpCardSearch__prefix{display:block;margin:30px 0 0 30px}@media (max-width:768px){.ProductHelpCardSearch__root .ProductHelpCardSearch__prefix{display:none}}.ProductHelpCardSearch__root .ProductHelpCardSearch__title{height:65px;overflow:hidden;margin:10px 30px 20px;color:#1e2e3f;font-size:22px;font-weight:400;line-height:32px;letter-spacing:.3px}@media (max-width:768px){.ProductHelpCardSearch__root .ProductHelpCardSearch__title{height:40px;font-size:14px;line-height:19px;letter-spacing:.2px;margin:25px 20px 0 25px}}.ProductHelpCardSearch__root.ProductHelpCardSearch__withShadow{-webkit-box-shadow:0 10px 20px 0 rgba(0,0,0,.1);box-shadow:0 10px 20px 0 rgba(0,0,0,.1)}.ProductHelpCardSearch__icon{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);display:block}.SearchResultsSupport__root{border:none}.SearchInspiration__root .SearchInspiration__question{color:#9aa8b6;font-size:14px;font-weight:400;line-height:18px;letter-spacing:.43px;margin-top:30px;margin-bottom:20px}.SearchInspiration__root .SearchInspiration__inspiration{text-decoration:none;display:block;color:#0180c9;font-weight:500;font-size:18px;margin-bottom:34px}.SearchInspiration__root .SearchInspiration__inspiration:visited{color:#0180c9}.ModalSearch__root{overflow-y:scroll;min-height:100%;height:100%;text-align:center}.ModalSearch__root .ModalSearch__background{background-color:rgba(30,46,63,.9)}@media (max-width:768px){.ModalSearch__root .ModalSearch__background{display:none}}@media (max-width:768px){.ModalSearch__root{background:#fff}}.ModalSearch__root .ModalSearch__buttonCloseContainer{position:fixed;bottom:20px;left:0;width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.ModalSearch__root .ModalSearch__autocomplete{-webkit-transition:all .5s;transition:all .5s;background-color:#fff}@media (max-width:768px){.ModalSearch__root .ModalSearch__autocomplete{padding-bottom:60px}}.ModalSearch__root .ModalSearch__assumptions{line-height:60px;text-align:left;font-weight:400}.ModalSearch__root .ModalSearch__assumptions button{display:block}.ModalSearch__root .ModalSearch__assumptions b{font-weight:500}.ModalSearch__root .ModalSearch__inspiration{position:absolute;top:119px;left:0;width:100%;-webkit-transition:all .5s;transition:all .5s;visibility:hidden;opacity:0;background-color:#fff}@media (max-width:768px){.ModalSearch__root .ModalSearch__inspiration{top:81px}}.ModalSearch__root.inspiration .ModalSearch__inspiration{visibility:visible;opacity:1}.ModalSearch__root.inspiration .ModalSearch__autocomplete{visibility:hidden;opacity:0;height:0}.ButtonSearchMobile__root{height:60px;width:261px;background-color:#fff;border-radius:30px;padding:0;cursor:pointer;border:1px solid rgba(0,0,0,.1)}.ButtonSearchMobile__root .ButtonSearchMobile__inner{height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.ButtonSearchMobile__root span{line-height:24px;letter-spacing:.29px;margin-left:28px}.ButtonSearchMobile__root svg{color:#1e2e3f;fill:#1e2e3f;width:20px;height:18px}.ButtonSearchMobile__root:hover{border-color:#d6d6d6}.ButtonSearchMobile__root.ButtonSearchMobile__minimal{width:60px}.ButtonSearchMobile__root.ButtonSearchMobile__minimal .ButtonSearchMobile__inner{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.ButtonSearchMobile__root.ButtonSearchMobile__minimal img{margin-right:0}.ButtonSearchMobile__root.ButtonSearchMobile__minimal:hover{border-color:#d6d6d6}.NavMobile__root{pointer-events:none;-webkit-transition:all .5s cubic-bezier(.47,.14,.15,.82);transition:all .5s cubic-bezier(.47,.14,.15,.82);bottom:20px;left:0;width:100%;display:-webkit-box;display:-ms-flexbox;display:flex}@media (min-width:769px){.NavMobile__root{display:none}}.NavMobile__root.scrolled.NavMobile__hiding{opacity:0;pointer-events:none}.NavMobile__root.hidden,.NavMobile__root.NavMobile__dependentOnScroll.scroll-down{-webkit-transform:translateY(80px);transform:translateY(80px)}.NavMobile__root *{pointer-events:auto}.PageNav__root{display:block;height:100px;background-color:#fff}.Dropdown__root{position:relative}.Dropdown__root .JS-dropdown-button svg{-webkit-transition:-webkit-transform .3s ease;transition:-webkit-transform .3s ease;transition:transform .3s ease;transition:transform .3s ease,-webkit-transform .3s ease}.Dropdown__root.open .JS-dropdown-button svg{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.Dropdown__dropdownContent{position:absolute;width:190px;list-style:none;margin-top:12px;padding-left:0;-webkit-box-shadow:0 10px 20px 0 rgba(0,0,0,.15);box-shadow:0 10px 20px 0 rgba(0,0,0,.15);border-radius:30px;overflow:hidden;z-index:-10;opacity:0;-webkit-transition:opacity .2s ease,visibility 0s .5s;transition:opacity .2s ease,visibility 0s .5s;visibility:hidden}.Dropdown__dropdownContent.lower{margin-top:22px}.Dropdown__dropdownContent.fullWidth{width:100%}.Dropdown__dropdownContent.secondary{margin-top:1px;width:100%;padding-top:18px;padding-bottom:18px;border-radius:0;background-color:#e9ecef}.Dropdown__root.open .Dropdown__dropdownContent{opacity:1;z-index:5;-webkit-transition:opacity .1s ease;transition:opacity .1s ease;visibility:visible}@media (max-width:768px){.Dropdown__root.static-filters .Dropdown__dropdownContent{right:0}}.Dropdown__root.JS-form-dropdown .Dropdown__dropdownContent{border-radius:8px;max-height:323px;overflow:scroll}@media (max-width:768px){.Dropdown__root.static-filters .Dropdown__dropdownContent.Dropdown__contentCenterX{left:auto;-webkit-transform:none;transform:none}}.Dropdown__dropdownItem{height:62px;background-color:#fff;border-bottom:1px solid #e9ecef}.Dropdown__dropdownItem:last-child{border-bottom:none}.Dropdown__root.open .Dropdown__dropdownItem:nth-child(0) .Dropdown__dropdownButton{-webkit-transition-delay:.07s;transition-delay:.07s}.Dropdown__root.open .Dropdown__dropdownItem:first-child .Dropdown__dropdownButton{-webkit-transition-delay:.14s;transition-delay:.14s}.Dropdown__root.open .Dropdown__dropdownItem:nth-child(2) .Dropdown__dropdownButton{-webkit-transition-delay:.21s;transition-delay:.21s}.Dropdown__root.open .Dropdown__dropdownItem:nth-child(3) .Dropdown__dropdownButton{-webkit-transition-delay:.28s;transition-delay:.28s}.Dropdown__root.open .Dropdown__dropdownItem:nth-child(4) .Dropdown__dropdownButton{-webkit-transition-delay:.35s;transition-delay:.35s}.Dropdown__root.open .Dropdown__dropdownItem:nth-child(5) .Dropdown__dropdownButton{-webkit-transition-delay:.42s;transition-delay:.42s}.Dropdown__root.open .Dropdown__dropdownItem:nth-child(6) .Dropdown__dropdownButton{-webkit-transition-delay:.49s;transition-delay:.49s}.Dropdown__root.open .Dropdown__dropdownItem:nth-child(7) .Dropdown__dropdownButton{-webkit-transition-delay:.56s;transition-delay:.56s}.Dropdown__root.open .Dropdown__dropdownItem:nth-child(8) .Dropdown__dropdownButton{-webkit-transition-delay:.63s;transition-delay:.63s}.Dropdown__root.open .Dropdown__dropdownItem:nth-child(9) .Dropdown__dropdownButton{-webkit-transition-delay:.7s;transition-delay:.7s}.Dropdown__root.open .Dropdown__dropdownItem:nth-child(10) .Dropdown__dropdownButton{-webkit-transition-delay:.77s;transition-delay:.77s}.Dropdown__dropdownContent.secondary .Dropdown__dropdownItem{background-color:transparent}.Dropdown__root.JS-form-dropdown .Dropdown__dropdownItem{height:70px}.Dropdown__dropdownButton{width:100%;height:100%;color:#0180c9;font-size:14px;font-weight:500;cursor:pointer;opacity:0;background-color:#fff}.Dropdown__dropdownButton:hover{background-color:#f6f7f9}.Dropdown__dropdownButton.active{background-color:#0180c9;color:#fff;cursor:default}.Dropdown__root.open .Dropdown__dropdownButton{opacity:1;-webkit-transition:opacity .1s ease;transition:opacity .1s ease}.Dropdown__dropdownContent.secondary .Dropdown__dropdownButton{background-color:#e9ecef;color:#9aa8b6;font-size:18px}.Dropdown__root.JS-form-dropdown .Dropdown__dropdownButton{font-weight:300;color:#1e2e3f;font-size:18px}.Dropdown__root.JS-form-dropdown .Dropdown__dropdownButton.active{color:#fff}.Dropdown__dropdownContent.secondary .Dropdown__dropdownButton.active{color:#0180c9}.Dropdown__root.JS-form-dropdown .buttonInner{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;padding-left:28px}.Dropdown__root.open.JS-form-dropdown .JS-dropdown-button{border-color:#0180c9;-webkit-box-shadow:0 4px 6px rgba(0,0,0,.05);box-shadow:0 4px 6px rgba(0,0,0,.05)}.Dropdown__root.open.JS-form-dropdown .JS-dropdown-button.changed{color:#0180c9}.PageNavMobile__root{display:block;height:66px;background-color:#fff;-webkit-box-shadow:0 2px 10px 0 rgba(0,0,0,.08);box-shadow:0 2px 10px 0 rgba(0,0,0,.08)}.OverlayPDP__root{display:block}.OverlayPDP__root .OverlayPDP__animLeft,.OverlayPDP__root .OverlayPDP__left,.OverlayPDP__root .OverlayPDP__nav{-webkit-transition:-webkit-transform .5s cubic-bezier(.47,.14,.15,.82);transition:-webkit-transform .5s cubic-bezier(.47,.14,.15,.82);transition:transform .5s cubic-bezier(.47,.14,.15,.82);transition:transform .5s cubic-bezier(.47,.14,.15,.82),-webkit-transform .5s cubic-bezier(.47,.14,.15,.82)}.OverlayPDP__root .OverlayPDP__animLeft{-webkit-transform:translateX(110px);transform:translateX(110px)}.OverlayPDP__root .OverlayPDP__left,.OverlayPDP__root .OverlayPDP__nav,.OverlayPDP__root .OverlayPDP__right1,.OverlayPDP__root .OverlayPDP__right2{position:fixed;z-index:50;-webkit-transition:-webkit-transform .5s cubic-bezier(.47,.14,.15,.82);transition:-webkit-transform .5s cubic-bezier(.47,.14,.15,.82);transition:transform .5s cubic-bezier(.47,.14,.15,.82);transition:transform .5s cubic-bezier(.47,.14,.15,.82),-webkit-transform .5s cubic-bezier(.47,.14,.15,.82)}.OverlayPDP__root .OverlayPDP__left,.OverlayPDP__root .OverlayPDP__right1,.OverlayPDP__root .OverlayPDP__right2{bottom:40px}@media (max-width:768px){.OverlayPDP__root .OverlayPDP__left,.OverlayPDP__root .OverlayPDP__right1,.OverlayPDP__root .OverlayPDP__right2{bottom:20px}}.OverlayPDP__root .OverlayPDP__right1{z-index:51}.OverlayPDP__root .OverlayPDP__right2{bottom:112px}.OverlayPDP__root .OverlayPDP__left{-webkit-transform:translateY(100px);transform:translateY(100px)}@media (max-width:768px){.OverlayPDP__root .OverlayPDP__left{left:17px}}@media (min-width:769px){.OverlayPDP__root .OverlayPDP__left{left:1.25%}}@media (min-width:1440px){.OverlayPDP__root .OverlayPDP__left{left:44px}}@media (max-width:768px){.OverlayPDP__root .OverlayPDP__right1,.OverlayPDP__root .OverlayPDP__right2{right:17px}}@media (min-width:769px){.OverlayPDP__root .OverlayPDP__right1,.OverlayPDP__root .OverlayPDP__right2{right:1.25%}}@media (min-width:1440px){.OverlayPDP__root .OverlayPDP__right1,.OverlayPDP__root .OverlayPDP__right2{right:44px}}.OverlayPDP__root .OverlayPDP__nav{z-index:50;top:0;left:0;width:100%;-webkit-transform:translateY(-100px);transform:translateY(-100px)}@media (max-width:768px){.OverlayPDP__root .OverlayPDP__nav{-webkit-transform:translateY(-80px);transform:translateY(-80px);height:66px}}.OverlayPDP__root .OverlayPDP__nav:not(.scrolled){display:none}.OverlayPDP__root.active .OverlayPDP__animLeft,.OverlayPDP__root.active .OverlayPDP__left,.OverlayPDP__root.active .OverlayPDP__nav{-webkit-transform:translateZ(0);transform:translateZ(0)}.OverlayPDP__root:not(.close) .OverlayPDP__right2{bottom:112px}.OverlayPDP__root:not(.close) .OverlayPDP__right2.OverlayPDP__animLeft{-webkit-transition-delay:.2s;transition-delay:.2s}.OverlayPDP__root.close .OverlayPDP__left{-webkit-transform:translateX(-110px);transform:translateX(-110px)}.OverlayPDP__root.close .OverlayPDP__right1,.OverlayPDP__root.close .OverlayPDP__right2{-webkit-transform:translateX(110px);transform:translateX(110px)}.OverlayPDP__root.close .OverlayPDP__left,.OverlayPDP__root.close .OverlayPDP__right1{-webkit-transition-delay:.2s!important;transition-delay:.2s!important}.OverlayPDP__root.close .OverlayPDP__nav{-webkit-transform:translateY(-100px);transform:translateY(-100px)}@media (max-width:768px){.OverlayPDP__root.close .OverlayPDP__nav{-webkit-transform:translateY(-80px);transform:translateY(-80px)}}.OverlayPDP__root.hide-action-buttons .OverlayPDP__right1,.OverlayPDP__root.hide-action-buttons .OverlayPDP__right2{-webkit-transform:translateX(110px);transform:translateX(110px)}.OverlayPDP__root.hide-action-buttons .OverlayPDP__right1{-webkit-transition-delay:.2s!important;transition-delay:.2s!important}.OverlayPDP__root.hide-action-buttons .OverlayPDP__right2{-webkit-transition-delay:0s!important;transition-delay:0s!important}@media (max-width:768px){.OverlayPDP__root.scroll-up .OverlayPDP__left,.OverlayPDP__root.scroll-up .OverlayPDP__right1,.OverlayPDP__root.scroll-up .OverlayPDP__right2{-webkit-transform:translateY(-80px);transform:translateY(-80px)}}.RetailerCard__root{background-color:rgba(233,236,239,.4);border-radius:8px}.RetailerCard__root .RetailerCard__logo{-webkit-transform:translateY(-50%);transform:translateY(-50%)}.RetailerCard__root .RetailerCard__stockInfo.RetailerCard__inStock{color:#1e2e3f}.RetailerCard__root .RetailerCard__stockInfo.RetailerCard__outOfStock{color:#9aa8b6}.WhereToBuyOr__root .WhereToBuyOr__or{border:1px solid rgba(0,0,0,.1);border-radius:50%}.WhereToBuyOr__root .WhereToBuyOr__line{width:calc(50% - 15.5px)}.FindAStoreBtn__root{position:relative;display:block;height:120px;width:100%;text-align:left;border-radius:8px;background-color:rgba(233,236,239,.4);text-decoration:none;cursor:pointer}.FindAStoreBtn__titleWrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:100%}.FindAStoreBtn__title{margin-left:50px;width:calc(100% - 160px);color:#0180c9;font-size:22px;line-height:32px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}@media (max-width:768px){.FindAStoreBtn__title{width:calc(100% - 110px);margin-left:20px;font-size:18px;line-height:24px}}.FindAStoreBtn__icon{position:absolute;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);right:55px}@media (max-width:768px){.FindAStoreBtn__icon{right:20px}}.FindAStoreBtn__icon img{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.Modal__root{width:100%;height:100%;background-color:rgba(30,46,63,.9);pointer-events:none}.Modal__root .Modal__overlayTop{position:absolute;z-index:10;top:40px;left:0;width:100%}@media (max-width:768px){.Modal__root .Modal__overlayTop{top:20px}}.Modal__root .Modal__overlayBottom{position:absolute;z-index:10;bottom:40px;left:0;width:100%}@media (max-width:768px){.Modal__root .Modal__overlayBottom{bottom:40px}}.Modal__root .Modal__contentWrapper{overflow-y:auto;overflow-x:hidden;height:100%;-webkit-overflow-scrolling:touch}.Modal__root .Modal__contentWrapper.Modal__step{position:absolute;top:0;left:0;width:100%;height:100%;-webkit-transition:all .5s;transition:all .5s}.Modal__root .Modal__content{padding:50px 45px 60px}@media (max-width:768px){.Modal__root .Modal__content{width:100%;padding:40px 20px 50px}}.Modal__root .Modal__backButton{position:absolute;z-index:10}@media (min-width:769px){.Modal__root .Modal__backButton{top:40px;left:40px}}@media (max-width:768px){.Modal__root .Modal__backButton{right:20px;bottom:95px}}.Modal__root .Modal__backButton svg{color:#0180c9;fill:#0180c9;stroke:#0180c9}.Modal__root .Modal__backButton.hidden{display:none}.Modal__root .Modal__buttonClose{position:absolute;z-index:10}@media (min-width:769px){.Modal__root .Modal__buttonClose{top:40px;right:45px}}@media (max-width:768px){.Modal__root .Modal__buttonClose{right:20px;bottom:20px}}.Modal__root .Modal__bottomOpacity{position:absolute;bottom:0;left:0;width:100%;height:280px;background:-webkit-gradient(linear,left top,left bottom,from(hsla(0,0%,100%,0)),to(#fff));background:linear-gradient(hsla(0,0%,100%,0),#fff);z-index:5;pointer-events:none}.Modal__empty .Modal__content{background-color:transparent}.Modal__content.noPadding{padding:0}@media (max-width:768px){.Modal__content.noDesktopPadding{padding:0}}.Modal__modal{pointer-events:auto;position:absolute;top:0;right:0;width:720px;height:100%;background-color:#fff;color:#1e2e3f;z-index:2}@media (max-width:768px){.Modal__modal{width:100%}}.Modal__empty{background-color:rgba(30,46,63,.95)}.Modal__fullWidth{background-color:transparent}.Modal__empty .Modal__modal,.Modal__fullWidth .Modal__modal{width:100%;background-color:transparent}.Modal__root .Modal__contentWrapper.hidden{visibility:hidden;opacity:0}.Autocomplete__root{position:relative}.Autocomplete__root .Autocomplete__autocomplete{border-radius:8px;background-color:#fff;-webkit-box-shadow:0 10px 20px 0 rgba(0,0,0,.15);box-shadow:0 10px 20px 0 rgba(0,0,0,.15);-webkit-transition:all .5s;transition:all .5s}.Autocomplete__root .Autocomplete__autocomplete button{padding:0 27px;min-height:70px;border-bottom:1px solid #d4d9de;width:100%;text-align:left}.Autocomplete__root .Autocomplete__autocomplete button:last-child{border:none}.Autocomplete__root .Autocomplete__autocomplete.hidden{opacity:0;visibility:hidden}.SectionHeader__root{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;text-decoration:none;text-align:center}.SectionHeader__root .SectionHeader__prefix{color:#9aa8b6}.SectionHeader__root .SectionHeader__title{color:#1e2e3f}.SectionHeader__root .SectionHeader__subtitle{margin-top:20px;font-weight:400;color:#5b6d81}@media (max-width:768px){.SectionHeader__root .SectionHeader__subtitle{margin-top:25px}}.SectionHeader__root.SectionHeader__secondary .SectionHeader__subtitle,.SectionHeader__root.SectionHeader__secondary .SectionHeader__title{color:#fff}.ArticlePreviewTag__root .ArticlePreviewTag__button{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;position:relative;padding:0 16px;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;white-space:nowrap;border-radius:50px;height:45px;background-color:#e9ecef;color:#1e2e3f;font-size:14px;font-weight:500;outline:none}.ArticlePreviewTag__root .ArticlePreviewTag__button.ArticlePreviewTag__transparent{letter-spacing:.3px;color:#fff;background-color:rgba(0,0,0,.3)}.ArticlePreviewTag__root .ArticlePreviewTag__button.ArticlePreviewTag__small{height:24px;padding:0 9px}.RetailerResultsCard__root{position:relative;width:312px;max-height:180px;min-height:153px;border-radius:8px;padding:55px 30px 0;background-color:#fff;-webkit-box-shadow:0 10px 20px rgba(0,0,0,.1);box-shadow:0 10px 20px rgba(0,0,0,.1);cursor:pointer}@media (max-width:1023px){.RetailerResultsCard__root{width:162px;height:202px;max-height:202px;padding:22px 25px 0;overflow:hidden}}@media (max-width:1023px){.RetailerResultsCard__root .RetailerResultsCard__distance,.RetailerResultsCard__root .RetailerResultsCard__logo{display:none}}.RetailerResultsCard__root .RetailerResultsCard__name{position:relative;width:100%;font-size:24px;font-weight:400;line-height:32px;color:#1e2e3f;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}@media (max-width:1023px){.RetailerResultsCard__root .RetailerResultsCard__name{font-size:18px;line-height:25px;white-space:normal;max-height:50px}}.RetailerResultsCard__root .RetailerResultsCard__address{position:relative;width:100%;color:#9aa8b6;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}@media (max-width:1023px){.RetailerResultsCard__root .RetailerResultsCard__address{white-space:normal;max-height:63px}}.RetailerResultsCard__root .RetailerResultsCard__check{display:none;position:relative;margin-left:auto;margin-right:auto;margin-top:17px;width:15px;height:15px;cursor:pointer}@media (max-width:1023px){.RetailerResultsCard__root .RetailerResultsCard__check{display:block}}.RetailerResultsCard__root .RetailerResultsCard__extra{display:none}@media (min-width:1024px){.RetailerResultsCard__root.opened{cursor:auto;padding-bottom:35px;max-height:800px;-webkit-transition:max-height .4s ease-in-out;transition:max-height .4s ease-in-out}}@media (min-width:1024px) and (max-width:1023px){.RetailerResultsCard__root.opened{width:335px;max-width:calc(100vw - 40px);height:547px;padding:55px 30px 0;-webkit-transition:max-height 0s;transition:max-height 0s}}@media (min-width:1024px){.RetailerResultsCard__root.opened .RetailerResultsCard__extra{display:block}}@media (min-width:1024px) and (max-width:1023px){.RetailerResultsCard__root.opened .RetailerResultsCard__logo{display:block}}@media (min-width:1024px){.RetailerResultsCard__root.opened .RetailerResultsCard__name{font-size:24px;letter-spacing:.2px;white-space:normal;overflow:hidden;text-overflow:ellipsis;max-height:auto}}@media (min-width:1024px) and (max-width:1023px){.RetailerResultsCard__root.opened .RetailerResultsCard__name{font-size:24px;line-height:32px;letter-spacing:.2px;white-space:nowrap}}@media (min-width:1024px){.RetailerResultsCard__root.opened .RetailerResultsCard__address{overflow:hidden;white-space:normal;text-overflow:ellipsis;max-height:auto}}@media (min-width:1024px) and (max-width:1023px){.RetailerResultsCard__root.opened .RetailerResultsCard__address{white-space:nowrap}}@media (min-width:1024px){.RetailerResultsCard__root.opened .RetailerResultsCard__contacts{position:relative;width:calc(100% + 60px);margin-left:-30px;margin-top:25px;border-top:1px solid rgba(0,0,0,.1);border-bottom:1px solid rgba(0,0,0,.1);padding:0 30px}}@media (min-width:1024px) and (max-width:1023px){.RetailerResultsCard__root.opened .RetailerResultsCard__contacts{height:142px}}@media (min-width:1024px){.RetailerResultsCard__root.opened .RetailerResultsCard__mail,.RetailerResultsCard__root.opened .RetailerResultsCard__phone,.RetailerResultsCard__root.opened .RetailerResultsCard__site{position:relative;height:69px;min-height:70px;width:100%;border-bottom:1px solid rgba(0,0,0,.1);color:#1e2e3f;text-decoration:none;text-overflow:ellipsis;overflow:hidden}.RetailerResultsCard__root.opened .RetailerResultsCard__mail span,.RetailerResultsCard__root.opened .RetailerResultsCard__phone span,.RetailerResultsCard__root.opened .RetailerResultsCard__site span{overflow:hidden;white-space:normal;text-overflow:ellipsis;margin-right:4px}.RetailerResultsCard__root.opened .RetailerResultsCard__mail svg,.RetailerResultsCard__root.opened .RetailerResultsCard__phone svg,.RetailerResultsCard__root.opened .RetailerResultsCard__site svg{-ms-flex-preferred-size:auto;flex-basis:auto;-ms-flex-negative:0;flex-shrink:0}}@media (min-width:1024px) and (max-width:1023px){.RetailerResultsCard__root.opened .RetailerResultsCard__mail,.RetailerResultsCard__root.opened .RetailerResultsCard__phone,.RetailerResultsCard__root.opened .RetailerResultsCard__site{height:47px;min-height:auto;border-bottom:none}.RetailerResultsCard__root.opened .RetailerResultsCard__mail span,.RetailerResultsCard__root.opened .RetailerResultsCard__phone span,.RetailerResultsCard__root.opened .RetailerResultsCard__site span{max-height:47px;text-overflow:ellipsis;overflow:hidden}}@media (min-width:1024px){.RetailerResultsCard__root.opened .RetailerResultsCard__site svg{-webkit-transform:translateX(6px);transform:translateX(6px)}.RetailerResultsCard__root.opened .RetailerResultsCard__mail{border-bottom:none}.RetailerResultsCard__root.opened .RetailerResultsCard__workTime{position:relative;width:100%;margin-top:15px;color:#1e2e3f;line-height:26px}.RetailerResultsCard__root.opened .RetailerResultsCard__getInTouch{margin-top:20px;line-height:18px;font-size:12px;text-align:center;letter-spacing:.2px;color:#9aa8b6}}@media (min-width:1024px) and (max-width:1023px){.RetailerResultsCard__root.opened .RetailerResultsCard__check{-webkit-transform:rotate(180deg);transform:rotate(180deg)}}@media (max-width:1023px){.RetailerResultsCard__root.opened-mobile{cursor:auto;padding-bottom:35px;max-height:800px;-webkit-transition:max-height .4s ease-in-out;transition:max-height .4s ease-in-out}}@media (max-width:1023px) and (max-width:1023px){.RetailerResultsCard__root.opened-mobile{width:335px;max-width:calc(100vw - 40px);height:547px;padding:55px 30px 0;-webkit-transition:max-height 0s;transition:max-height 0s}}@media (max-width:1023px){.RetailerResultsCard__root.opened-mobile .RetailerResultsCard__extra{display:block}}@media (max-width:1023px) and (max-width:1023px){.RetailerResultsCard__root.opened-mobile .RetailerResultsCard__logo{display:block}}@media (max-width:1023px){.RetailerResultsCard__root.opened-mobile .RetailerResultsCard__name{font-size:24px;letter-spacing:.2px;white-space:normal;overflow:hidden;text-overflow:ellipsis;max-height:auto}}@media (max-width:1023px) and (max-width:1023px){.RetailerResultsCard__root.opened-mobile .RetailerResultsCard__name{font-size:24px;line-height:32px;letter-spacing:.2px;white-space:nowrap}}@media (max-width:1023px){.RetailerResultsCard__root.opened-mobile .RetailerResultsCard__address{overflow:hidden;white-space:normal;text-overflow:ellipsis;max-height:auto}}@media (max-width:1023px) and (max-width:1023px){.RetailerResultsCard__root.opened-mobile .RetailerResultsCard__address{white-space:nowrap}}@media (max-width:1023px){.RetailerResultsCard__root.opened-mobile .RetailerResultsCard__contacts{position:relative;width:calc(100% + 60px);margin-left:-30px;margin-top:25px;border-top:1px solid rgba(0,0,0,.1);border-bottom:1px solid rgba(0,0,0,.1);padding:0 30px}}@media (max-width:1023px) and (max-width:1023px){.RetailerResultsCard__root.opened-mobile .RetailerResultsCard__contacts{height:142px}}@media (max-width:1023px){.RetailerResultsCard__root.opened-mobile .RetailerResultsCard__mail,.RetailerResultsCard__root.opened-mobile .RetailerResultsCard__phone,.RetailerResultsCard__root.opened-mobile .RetailerResultsCard__site{position:relative;height:69px;min-height:70px;width:100%;border-bottom:1px solid rgba(0,0,0,.1);color:#1e2e3f;text-decoration:none;text-overflow:ellipsis;overflow:hidden}.RetailerResultsCard__root.opened-mobile .RetailerResultsCard__mail span,.RetailerResultsCard__root.opened-mobile .RetailerResultsCard__phone span,.RetailerResultsCard__root.opened-mobile .RetailerResultsCard__site span{overflow:hidden;white-space:normal;text-overflow:ellipsis;margin-right:4px}.RetailerResultsCard__root.opened-mobile .RetailerResultsCard__mail svg,.RetailerResultsCard__root.opened-mobile .RetailerResultsCard__phone svg,.RetailerResultsCard__root.opened-mobile .RetailerResultsCard__site svg{-ms-flex-preferred-size:auto;flex-basis:auto;-ms-flex-negative:0;flex-shrink:0}}@media (max-width:1023px) and (max-width:1023px){.RetailerResultsCard__root.opened-mobile .RetailerResultsCard__mail,.RetailerResultsCard__root.opened-mobile .RetailerResultsCard__phone,.RetailerResultsCard__root.opened-mobile .RetailerResultsCard__site{height:47px;min-height:auto;border-bottom:none}.RetailerResultsCard__root.opened-mobile .RetailerResultsCard__mail span,.RetailerResultsCard__root.opened-mobile .RetailerResultsCard__phone span,.RetailerResultsCard__root.opened-mobile .RetailerResultsCard__site span{max-height:47px;text-overflow:ellipsis;overflow:hidden}}@media (max-width:1023px){.RetailerResultsCard__root.opened-mobile .RetailerResultsCard__site svg{-webkit-transform:translateX(6px);transform:translateX(6px)}.RetailerResultsCard__root.opened-mobile .RetailerResultsCard__mail{border-bottom:none}.RetailerResultsCard__root.opened-mobile .RetailerResultsCard__workTime{position:relative;width:100%;margin-top:15px;color:#1e2e3f;line-height:26px}.RetailerResultsCard__root.opened-mobile .RetailerResultsCard__getInTouch{margin-top:20px;line-height:18px;font-size:12px;text-align:center;letter-spacing:.2px;color:#9aa8b6}}@media (max-width:1023px) and (max-width:1023px){.RetailerResultsCard__root.opened-mobile .RetailerResultsCard__check{-webkit-transform:rotate(180deg);transform:rotate(180deg)}}.WhereToBuyMapOverlay__root{height:100%}.WhereToBuyMapOverlay__root .WhereToBuyMapOverlay__controls,.WhereToBuyMapOverlay__root .WhereToBuyMapOverlay__search{z-index:10}.WhereToBuyMapOverlay__root .WhereToBuyMapOverlay__cardsWrapper{position:absolute;z-index:11;top:0;left:35px;max-height:100vh;max-width:100vw;overflow:hidden}@media (max-width:1023px){.WhereToBuyMapOverlay__root .WhereToBuyMapOverlay__cardsWrapper{top:auto;bottom:80px;left:0}}.WhereToBuyMapOverlay__root .WhereToBuyMapOverlay__cards{overflow:auto;-webkit-overflow-scrolling:touch;max-height:100vh;margin-right:-40px;padding-right:50px;padding-left:10px}.WhereToBuyMapOverlay__root .WhereToBuyMapOverlay__cards>*{margin-top:15px}.WhereToBuyMapOverlay__root .WhereToBuyMapOverlay__cards>:first-child{margin:0;margin-top:44px}.WhereToBuyMapOverlay__root .WhereToBuyMapOverlay__cards:after{content:"";display:block;padding-bottom:44px}@media (max-width:1023px){.WhereToBuyMapOverlay__root .WhereToBuyMapOverlay__cards{max-height:none;max-width:100vw;margin-right:0;display:-webkit-box;display:-ms-flexbox;display:flex;padding:0;margin-bottom:-40px;padding-bottom:60px}.WhereToBuyMapOverlay__root .WhereToBuyMapOverlay__cards>*{-ms-flex-negative:0;flex-shrink:0;margin:0;margin-left:11px;max-height:calc(100vh - 117px);overflow:auto;-webkit-overflow-scrolling:touch}.WhereToBuyMapOverlay__root .WhereToBuyMapOverlay__cards>:first-child{margin:0;margin-left:20px}.WhereToBuyMapOverlay__root .WhereToBuyMapOverlay__cards:after{content:"";display:block;padding-right:20px}}.WhereToBuyMapOverlay__root .WhereToBuyMapOverlay__search{position:absolute;top:44px;right:120px}@media (max-width:768px){.WhereToBuyMapOverlay__root .WhereToBuyMapOverlay__search{width:473px;max-width:calc(100% - 40px);top:20px;right:20px;-webkit-transition:opacity .5s;transition:opacity .5s}}.WhereToBuyMapOverlay__root .WhereToBuyMapOverlay__controls{position:absolute;bottom:44px;right:45px}@media (max-width:1023px){.WhereToBuyMapOverlay__root .WhereToBuyMapOverlay__controls{bottom:92px;right:20px}}@media (max-width:1023px){.WhereToBuyMapOverlay__root .WhereToBuyMapOverlay__controls .control-desktop,.WhereToBuyMapOverlay__root.WhereToBuyMapOverlay__withCards .control-location{display:none}}@media (max-width:768px){.WhereToBuyMapOverlay__root.mobile-cards-opened .WhereToBuyMapOverlay__search{opacity:0}}.ModalWhereToBuyAll__root{display:block;height:100%}.ModalWhereToBuyAll__root .ModalWhereToBuyAll__buttonClose{position:absolute;z-index:10;top:44px;right:45px}@media (max-width:768px){.ModalWhereToBuyAll__root .ModalWhereToBuyAll__buttonClose{top:auto;right:20px;bottom:20px}}.ModalWhereToBuyAll__root .ModalWhereToBuyAll__map{visibility:hidden;opacity:0;-webkit-transition:all .5s;transition:all .5s}.ModalWhereToBuyAll__root .ModalWhereToBuyAll__map.active{visibility:visible;opacity:1}.ModalWhereToBuyAll__root .ModalWhereToBuyAll__step{position:absolute;visibility:hidden;opacity:0;top:0;left:0;height:100%;width:100%;-webkit-transition:all .5s;transition:all .5s;z-index:3;pointer-events:none}.ModalWhereToBuyAll__root .ModalWhereToBuyAll__step.active{visibility:visible;opacity:1;z-index:4}.ClearAllBtnInfoMessage__root{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;min-height:120px;-ms-flex-wrap:wrap;flex-wrap:wrap}@media (max-width:1024px){.ClearAllBtnInfoMessage__root{display:block}}.ClearAllBtnInfoMessage__title{font-size:22px;line-height:32px;text-align:left}@media (max-width:1280px){.ClearAllBtnInfoMessage__title{font-size:18px;line-height:24px}}@media (max-width:1024px){.ClearAllBtnInfoMessage__title{margin-top:35px;text-align:center}}.ClearAllBtnInfoMessage__rightBlock{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media (max-width:1024px){.ClearAllBtnInfoMessage__rightBlock{display:block}}.ClearAllBtnInfoMessage__closeBtn{position:relative;width:18px;height:18px;cursor:pointer}.ClearAllBtnInfoMessage__closeBtn:after{content:"";position:absolute;top:-13px;left:-13px;right:-13px;bottom:-13px}.InfoMessage__root{display:block}.Overlay__root{display:block}.Overlay__root .Overlay__message{position:fixed;z-index:9999;top:0;left:0;width:100%;-webkit-transform:translateY(-100%);transform:translateY(-100%);-webkit-transition:-webkit-transform .5s cubic-bezier(.47,.14,.15,.82);transition:-webkit-transform .5s cubic-bezier(.47,.14,.15,.82);transition:transform .5s cubic-bezier(.47,.14,.15,.82);transition:transform .5s cubic-bezier(.47,.14,.15,.82),-webkit-transform .5s cubic-bezier(.47,.14,.15,.82)}.Overlay__root .Overlay__message.active{-webkit-transform:translateY(0);transform:translateY(0)}.Overlay__root .Overlay__clearAllBtnMessage{padding:0}.DragLabel__root{width:82px;height:82px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background-color:#0180c9;border-radius:50%;-webkit-transform:scale(1);transform:scale(1);-webkit-transition:-webkit-transform 1s;transition:-webkit-transform 1s;transition:transform 1s;transition:transform 1s,-webkit-transform 1s;pointer-events:none}.DragLabel__root .DragLabel__label{color:#fff}/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}*,:after,:before{-webkit-box-sizing:border-box;box-sizing:border-box}article,aside,details,figcaption,figure,footer,header,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block}audio:not([controls]){display:none;height:0}progress{vertical-align:baseline}[hidden],template{display:none}a{background-color:transparent;-webkit-text-decoration-skip:objects}a:active,a:hover{outline-width:0}abbr[title]{border-bottom:none;text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}b,strong{font-weight:inherit;font-weight:bolder}dfn{font-style:italic}mark{background-color:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}svg:not(:root){overflow:hidden}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}figure{margin:1em 40px}hr{-webkit-box-sizing:content-box;box-sizing:content-box;height:0;overflow:visible}button,input,select,textarea{font:inherit;margin:0}optgroup{font-weight:700}button,input{overflow:visible}button,select{text-transform:none}[type=reset],[type=submit],button,html [type=button]{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0;border:0}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{-webkit-box-sizing:border-box;box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}textarea{overflow:auto}[type=checkbox],[type=radio]{-webkit-box-sizing:border-box;box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-input-placeholder{color:inherit;opacity:.54}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}@font-face{font-family:Core Sans;src:url(clientlib-all/assets/fonts/CoreSansC-75ExtraBold.a90c5b35.woff2) format("woff2"),url(clientlib-all/assets/fonts/CoreSansC-75ExtraBold.68d0c47d.woff) format("woff");font-weight:800;font-style:normal}@font-face{font-family:Core Sans;src:url(clientlib-all/assets/fonts/CoreSansC-15Thin.b54de4f9.woff2) format("woff2"),url(clientlib-all/assets/fonts/CoreSansC-15Thin.9077af2c.woff) format("woff");font-weight:100;font-style:normal}@font-face{font-family:Core Sans;src:url(clientlib-all/assets/fonts/CoreSansC-95BlackIt.b2a31fd8.woff2) format("woff2"),url(clientlib-all/assets/fonts/CoreSansC-95BlackIt.b0b2ff31.woff) format("woff");font-weight:900;font-style:italic}@font-face{font-family:Core Sans;src:url(clientlib-all/assets/fonts/CoreSansC-15ThinIt.0da9a57c.woff2) format("woff2"),url(clientlib-all/assets/fonts/CoreSansC-15ThinIt.0951fccc.woff) format("woff");font-weight:100;font-style:italic}@font-face{font-family:Core Sans;src:url(clientlib-all/assets/fonts/CoreSansC-95Black.fcf777e2.woff2) format("woff2"),url(clientlib-all/assets/fonts/CoreSansC-95Black.e37657f5.woff) format("woff");font-weight:900;font-style:normal}@font-face{font-family:Core Sans;src:url(clientlib-all/assets/fonts/CoreSansC-85HeavyIt.258d620b.woff2) format("woff2"),url(clientlib-all/assets/fonts/CoreSansC-85HeavyIt.a455145f.woff) format("woff");font-weight:900;font-style:italic}@font-face{font-family:Core Sans;src:url(clientlib-all/assets/fonts/CoreSansC-45RegularIt.7d63ceef.woff2) format("woff2"),url(clientlib-all/assets/fonts/CoreSansC-45RegularIt.78a46e58.woff) format("woff");font-weight:400;font-style:italic}@font-face{font-family:Core Sans;src:url(clientlib-all/assets/fonts/CoreSansC-85Heavy.549963b5.woff2) format("woff2"),url(clientlib-all/assets/fonts/CoreSansC-85Heavy.4336b6ff.woff) format("woff");font-weight:900;font-style:normal}@font-face{font-family:Core Sans;src:url(clientlib-all/assets/fonts/CoreSansC-65BoldIt.f5c08f49.woff2) format("woff2"),url(clientlib-all/assets/fonts/CoreSansC-65BoldIt.4602bc16.woff) format("woff");font-weight:700;font-style:italic}@font-face{font-family:Core Sans;src:url(clientlib-all/assets/fonts/CoreSansC-25ExtraLightIt.9961698f.woff2) format("woff2"),url(clientlib-all/assets/fonts/CoreSansC-25ExtraLightIt.6a67fd9b.woff) format("woff");font-weight:200;font-style:italic}@font-face{font-family:Core Sans;src:url(clientlib-all/assets/fonts/CoreSansC-35LightIt.33c4a0b6.woff2) format("woff2"),url(clientlib-all/assets/fonts/CoreSansC-35LightIt.8b61c58c.woff) format("woff");font-weight:300;font-style:italic}@font-face{font-family:Core Sans;src:url(clientlib-all/assets/fonts/CoreSansC-55MediumIt.9f76113a.woff2) format("woff2"),url(clientlib-all/assets/fonts/CoreSansC-55MediumIt.69410641.woff) format("woff");font-weight:500;font-style:italic}@font-face{font-family:Core Sans;src:url(clientlib-all/assets/fonts/CoreSansC-55Medium.0758926b.woff2) format("woff2"),url(clientlib-all/assets/fonts/CoreSansC-55Medium.f95e7a7b.woff) format("woff");font-weight:500;font-style:normal}@font-face{font-family:Core Sans;src:url(clientlib-all/assets/fonts/CoreSansC-75ExtraBoldIt.ab22fa88.woff2) format("woff2"),url(clientlib-all/assets/fonts/CoreSansC-75ExtraBoldIt.5626498d.woff) format("woff");font-weight:800;font-style:italic}@font-face{font-family:Core Sans;src:url(clientlib-all/assets/fonts/CoreSansC-45Regular.f29025b6.woff2) format("woff2"),url(clientlib-all/assets/fonts/CoreSansC-45Regular.4b8ab5a6.woff) format("woff");font-weight:400;font-style:normal}@font-face{font-family:Core Sans;src:url(clientlib-all/assets/fonts/CoreSansC-65Bold.13df2c3d.woff2) format("woff2"),url(clientlib-all/assets/fonts/CoreSansC-65Bold.a8c3ea95.woff) format("woff");font-weight:700;font-style:normal}@font-face{font-family:Core Sans;src:url(clientlib-all/assets/fonts/CoreSansC-35Light.7456c537.woff2) format("woff2"),url(clientlib-all/assets/fonts/CoreSansC-35Light.252d331a.woff) format("woff");font-weight:300;font-style:normal}@font-face{font-family:Core Sans;src:url(clientlib-all/assets/fonts/CoreSansC-25ExtraLight.23b759b8.woff2) format("woff2"),url(clientlib-all/assets/fonts/CoreSansC-25ExtraLight.6869942c.woff) format("woff");font-weight:200;font-style:normal}@font-face{font-family:SohoGothicPro;src:url(clientlib-all/assets/fonts/SohoGothicPro-Ultra.565a908c.woff2) format("woff2"),url(clientlib-all/assets/fonts/SohoGothicPro-Ultra.43415026.woff) format("woff");font-weight:900;font-style:normal}@font-face{font-family:SohoGothicPro;src:url(clientlib-all/assets/fonts/SohoGothicPro-MediumItalic.4547159f.woff2) format("woff2"),url(clientlib-all/assets/fonts/SohoGothicPro-MediumItalic.d4989050.woff) format("woff");font-weight:500;font-style:italic}@font-face{font-family:SohoGothicPro;src:url(clientlib-all/assets/fonts/SohoGothicPro-ExtraBold.3340620d.woff2) format("woff2"),url(clientlib-all/assets/fonts/SohoGothicPro-ExtraBold.d8d6d74b.woff) format("woff");font-weight:800;font-style:normal}@font-face{font-family:SohoGothicPro;src:url(clientlib-all/assets/fonts/SohoGothicPro-Italic.74419f91.woff2) format("woff2"),url(clientlib-all/assets/fonts/SohoGothicPro-Italic.1c27f4c2.woff) format("woff");font-weight:400;font-style:italic}@font-face{font-family:SohoGothicPro;src:url(clientlib-all/assets/fonts/SohoGothicPro-Medium.48635ee0.woff2) format("woff2"),url(clientlib-all/assets/fonts/SohoGothicPro-Medium.c4a82ca0.woff) format("woff");font-weight:500;font-style:normal}@font-face{font-family:SohoGothicPro;src:url(clientlib-all/assets/fonts/SohoGothicPro-UltraItalic.a3b7d43c.woff2) format("woff2"),url(clientlib-all/assets/fonts/SohoGothicPro-UltraItalic.3ce07aab.woff) format("woff");font-weight:900;font-style:italic}@font-face{font-family:SohoGothicPro;src:url(clientlib-all/assets/fonts/SohoGothicPro-Bold.3db010e0.woff2) format("woff2"),url(clientlib-all/assets/fonts/SohoGothicPro-Bold.6a9a4a54.woff) format("woff");font-weight:700;font-style:normal}@font-face{font-family:SohoGothicPro;src:url(clientlib-all/assets/fonts/SohoGothicPro-ThinItalic.e1572739.woff2) format("woff2"),url(clientlib-all/assets/fonts/SohoGothicPro-ThinItalic.b3913e4d.woff) format("woff");font-weight:100;font-style:italic}@font-face{font-family:SohoGothicPro;src:url(clientlib-all/assets/fonts/SohoGothicPro-Light.b02106fb.woff2) format("woff2"),url(clientlib-all/assets/fonts/SohoGothicPro-Light.5369c61e.woff) format("woff");font-weight:300;font-style:normal}@font-face{font-family:SohoGothicPro;src:url(clientlib-all/assets/fonts/SohoGothicPro-Thin.b320906a.woff2) format("woff2"),url(clientlib-all/assets/fonts/SohoGothicPro-Thin.982a94c2.woff) format("woff");font-weight:100;font-style:normal}@font-face{font-family:SohoGothicPro;src:url(clientlib-all/assets/fonts/SohoGothicPro-Regular.46ff216a.woff2) format("woff2"),url(clientlib-all/assets/fonts/SohoGothicPro-Regular.8cd7e9d7.woff) format("woff");font-weight:400;font-style:normal}@font-face{font-family:SohoGothicPro;src:url(clientlib-all/assets/fonts/SohoGothicPro-LightItalic.3f047bf6.woff2) format("woff2"),url(clientlib-all/assets/fonts/SohoGothicPro-LightItalic.bc5f8838.woff) format("woff");font-weight:300;font-style:italic}@font-face{font-family:SohoGothicPro;src:url(clientlib-all/assets/fonts/SohoGothicPro-BoldItalic.b7e5f672.woff2) format("woff2"),url(clientlib-all/assets/fonts/SohoGothicPro-BoldItalic.9189428b.woff) format("woff");font-weight:700;font-style:italic}@font-face{font-family:HandOfSeanPro;src:url(clientlib-all/assets/fonts/HandOfSeanPro-Regular.ef33d229.woff2) format("woff2"),url(clientlib-all/assets/fonts/HandOfSeanPro-Regular.ae1b2a70.woff) format("woff");font-weight:400;font-style:normal}body{font-family:SohoGothicPro,sans-serif;font-size:16px;font-weight:300}button{padding:0;border:none;cursor:pointer;background-color:transparent}h1,h2,h3,h4,h5,h6,p{margin:0}.container{width:100%;padding-right:1.25%;padding-left:1.25%;margin-right:auto;margin-left:auto}@media (min-width:769px){.container{max-width:1800px}}.container-fluid{width:100%;padding-right:1.25%;padding-left:1.25%;margin-right:auto;margin-left:auto}.row{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-right:-1.25%;margin-left:-1.25%}.no-gutters{margin-right:0;margin-left:0}.no-gutters>.col,.no-gutters>[class*=col-]{padding-right:0;padding-left:0}.col,.col-1,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9,.col-10,.col-11,.col-12,.col-auto,.col-lg,.col-lg-1,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-auto,.col-md,.col-md-1,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-10,.col-md-11,.col-md-12,.col-md-auto,.col-xl,.col-xl-1,.col-xl-2,.col-xl-3,.col-xl-4,.col-xl-5,.col-xl-6,.col-xl-7,.col-xl-8,.col-xl-9,.col-xl-10,.col-xl-11,.col-xl-12,.col-xl-auto,.col-xs,.col-xs-1,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-auto,.col-xxl,.col-xxl-1,.col-xxl-2,.col-xxl-3,.col-xxl-4,.col-xxl-5,.col-xxl-6,.col-xxl-7,.col-xxl-8,.col-xxl-9,.col-xxl-10,.col-xxl-11,.col-xxl-12,.col-xxl-auto{position:relative;width:100%;min-height:1px;padding-right:1.25%;padding-left:1.25%}.col{-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;max-width:100%}.col-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:none}.col-1,.col-auto{-webkit-box-flex:0}.col-1{-ms-flex:0 0 8.33333%;flex:0 0 8.33333%;max-width:8.33333%}.col-2{-ms-flex:0 0 16.66667%;flex:0 0 16.66667%;max-width:16.66667%}.col-2,.col-3{-webkit-box-flex:0}.col-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-4{-ms-flex:0 0 33.33333%;flex:0 0 33.33333%;max-width:33.33333%}.col-4,.col-5{-webkit-box-flex:0}.col-5{-ms-flex:0 0 41.66667%;flex:0 0 41.66667%;max-width:41.66667%}.col-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-6,.col-7{-webkit-box-flex:0}.col-7{-ms-flex:0 0 58.33333%;flex:0 0 58.33333%;max-width:58.33333%}.col-8{-ms-flex:0 0 66.66667%;flex:0 0 66.66667%;max-width:66.66667%}.col-8,.col-9{-webkit-box-flex:0}.col-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-10{-ms-flex:0 0 83.33333%;flex:0 0 83.33333%;max-width:83.33333%}.col-10,.col-11{-webkit-box-flex:0}.col-11{-ms-flex:0 0 91.66667%;flex:0 0 91.66667%;max-width:91.66667%}.col-12{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-first{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.order-last{-webkit-box-ordinal-group:14;-ms-flex-order:13;order:13}.order-0{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}.order-1{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.order-2{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.order-3{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.order-4{-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4}.order-5{-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5}.order-6{-webkit-box-ordinal-group:7;-ms-flex-order:6;order:6}.order-7{-webkit-box-ordinal-group:8;-ms-flex-order:7;order:7}.order-8{-webkit-box-ordinal-group:9;-ms-flex-order:8;order:8}.order-9{-webkit-box-ordinal-group:10;-ms-flex-order:9;order:9}.order-10{-webkit-box-ordinal-group:11;-ms-flex-order:10;order:10}.order-11{-webkit-box-ordinal-group:12;-ms-flex-order:11;order:11}.order-12{-webkit-box-ordinal-group:13;-ms-flex-order:12;order:12}.offset-1{margin-left:8.33333%}.offset-2{margin-left:16.66667%}.offset-3{margin-left:25%}.offset-4{margin-left:33.33333%}.offset-5{margin-left:41.66667%}.offset-6{margin-left:50%}.offset-7{margin-left:58.33333%}.offset-8{margin-left:66.66667%}.offset-9{margin-left:75%}.offset-10{margin-left:83.33333%}.offset-11{margin-left:91.66667%}@media (min-width:375px){.col-xs{-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;max-width:100%}.col-xs-auto{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:none}.col-xs-1{-webkit-box-flex:0;-ms-flex:0 0 8.33333%;flex:0 0 8.33333%;max-width:8.33333%}.col-xs-2{-webkit-box-flex:0;-ms-flex:0 0 16.66667%;flex:0 0 16.66667%;max-width:16.66667%}.col-xs-3{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-xs-4{-webkit-box-flex:0;-ms-flex:0 0 33.33333%;flex:0 0 33.33333%;max-width:33.33333%}.col-xs-5{-webkit-box-flex:0;-ms-flex:0 0 41.66667%;flex:0 0 41.66667%;max-width:41.66667%}.col-xs-6{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-xs-7{-webkit-box-flex:0;-ms-flex:0 0 58.33333%;flex:0 0 58.33333%;max-width:58.33333%}.col-xs-8{-webkit-box-flex:0;-ms-flex:0 0 66.66667%;flex:0 0 66.66667%;max-width:66.66667%}.col-xs-9{-webkit-box-flex:0;-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-xs-10{-webkit-box-flex:0;-ms-flex:0 0 83.33333%;flex:0 0 83.33333%;max-width:83.33333%}.col-xs-11{-webkit-box-flex:0;-ms-flex:0 0 91.66667%;flex:0 0 91.66667%;max-width:91.66667%}.col-xs-12{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-xs-first{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.order-xs-last{-webkit-box-ordinal-group:14;-ms-flex-order:13;order:13}.order-xs-0{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}.order-xs-1{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.order-xs-2{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.order-xs-3{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.order-xs-4{-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4}.order-xs-5{-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5}.order-xs-6{-webkit-box-ordinal-group:7;-ms-flex-order:6;order:6}.order-xs-7{-webkit-box-ordinal-group:8;-ms-flex-order:7;order:7}.order-xs-8{-webkit-box-ordinal-group:9;-ms-flex-order:8;order:8}.order-xs-9{-webkit-box-ordinal-group:10;-ms-flex-order:9;order:9}.order-xs-10{-webkit-box-ordinal-group:11;-ms-flex-order:10;order:10}.order-xs-11{-webkit-box-ordinal-group:12;-ms-flex-order:11;order:11}.order-xs-12{-webkit-box-ordinal-group:13;-ms-flex-order:12;order:12}.offset-xs-0{margin-left:0}.offset-xs-1{margin-left:8.33333%}.offset-xs-2{margin-left:16.66667%}.offset-xs-3{margin-left:25%}.offset-xs-4{margin-left:33.33333%}.offset-xs-5{margin-left:41.66667%}.offset-xs-6{margin-left:50%}.offset-xs-7{margin-left:58.33333%}.offset-xs-8{margin-left:66.66667%}.offset-xs-9{margin-left:75%}.offset-xs-10{margin-left:83.33333%}.offset-xs-11{margin-left:91.66667%}}@media (min-width:769px){.col-md{-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;max-width:100%}.col-md-auto{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:none}.col-md-1{-webkit-box-flex:0;-ms-flex:0 0 8.33333%;flex:0 0 8.33333%;max-width:8.33333%}.col-md-2{-webkit-box-flex:0;-ms-flex:0 0 16.66667%;flex:0 0 16.66667%;max-width:16.66667%}.col-md-3{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-md-4{-webkit-box-flex:0;-ms-flex:0 0 33.33333%;flex:0 0 33.33333%;max-width:33.33333%}.col-md-5{-webkit-box-flex:0;-ms-flex:0 0 41.66667%;flex:0 0 41.66667%;max-width:41.66667%}.col-md-6{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-md-7{-webkit-box-flex:0;-ms-flex:0 0 58.33333%;flex:0 0 58.33333%;max-width:58.33333%}.col-md-8{-webkit-box-flex:0;-ms-flex:0 0 66.66667%;flex:0 0 66.66667%;max-width:66.66667%}.col-md-9{-webkit-box-flex:0;-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-md-10{-webkit-box-flex:0;-ms-flex:0 0 83.33333%;flex:0 0 83.33333%;max-width:83.33333%}.col-md-11{-webkit-box-flex:0;-ms-flex:0 0 91.66667%;flex:0 0 91.66667%;max-width:91.66667%}.col-md-12{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-md-first{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.order-md-last{-webkit-box-ordinal-group:14;-ms-flex-order:13;order:13}.order-md-0{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}.order-md-1{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.order-md-2{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.order-md-3{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.order-md-4{-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4}.order-md-5{-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5}.order-md-6{-webkit-box-ordinal-group:7;-ms-flex-order:6;order:6}.order-md-7{-webkit-box-ordinal-group:8;-ms-flex-order:7;order:7}.order-md-8{-webkit-box-ordinal-group:9;-ms-flex-order:8;order:8}.order-md-9{-webkit-box-ordinal-group:10;-ms-flex-order:9;order:9}.order-md-10{-webkit-box-ordinal-group:11;-ms-flex-order:10;order:10}.order-md-11{-webkit-box-ordinal-group:12;-ms-flex-order:11;order:11}.order-md-12{-webkit-box-ordinal-group:13;-ms-flex-order:12;order:12}.offset-md-0{margin-left:0}.offset-md-1{margin-left:8.33333%}.offset-md-2{margin-left:16.66667%}.offset-md-3{margin-left:25%}.offset-md-4{margin-left:33.33333%}.offset-md-5{margin-left:41.66667%}.offset-md-6{margin-left:50%}.offset-md-7{margin-left:58.33333%}.offset-md-8{margin-left:66.66667%}.offset-md-9{margin-left:75%}.offset-md-10{margin-left:83.33333%}.offset-md-11{margin-left:91.66667%}}@media (min-width:1025px){.col-lg{-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;max-width:100%}.col-lg-auto{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:none}.col-lg-1{-webkit-box-flex:0;-ms-flex:0 0 8.33333%;flex:0 0 8.33333%;max-width:8.33333%}.col-lg-2{-webkit-box-flex:0;-ms-flex:0 0 16.66667%;flex:0 0 16.66667%;max-width:16.66667%}.col-lg-3{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-lg-4{-webkit-box-flex:0;-ms-flex:0 0 33.33333%;flex:0 0 33.33333%;max-width:33.33333%}.col-lg-5{-webkit-box-flex:0;-ms-flex:0 0 41.66667%;flex:0 0 41.66667%;max-width:41.66667%}.col-lg-6{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-lg-7{-webkit-box-flex:0;-ms-flex:0 0 58.33333%;flex:0 0 58.33333%;max-width:58.33333%}.col-lg-8{-webkit-box-flex:0;-ms-flex:0 0 66.66667%;flex:0 0 66.66667%;max-width:66.66667%}.col-lg-9{-webkit-box-flex:0;-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-lg-10{-webkit-box-flex:0;-ms-flex:0 0 83.33333%;flex:0 0 83.33333%;max-width:83.33333%}.col-lg-11{-webkit-box-flex:0;-ms-flex:0 0 91.66667%;flex:0 0 91.66667%;max-width:91.66667%}.col-lg-12{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-lg-first{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.order-lg-last{-webkit-box-ordinal-group:14;-ms-flex-order:13;order:13}.order-lg-0{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}.order-lg-1{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.order-lg-2{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.order-lg-3{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.order-lg-4{-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4}.order-lg-5{-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5}.order-lg-6{-webkit-box-ordinal-group:7;-ms-flex-order:6;order:6}.order-lg-7{-webkit-box-ordinal-group:8;-ms-flex-order:7;order:7}.order-lg-8{-webkit-box-ordinal-group:9;-ms-flex-order:8;order:8}.order-lg-9{-webkit-box-ordinal-group:10;-ms-flex-order:9;order:9}.order-lg-10{-webkit-box-ordinal-group:11;-ms-flex-order:10;order:10}.order-lg-11{-webkit-box-ordinal-group:12;-ms-flex-order:11;order:11}.order-lg-12{-webkit-box-ordinal-group:13;-ms-flex-order:12;order:12}.offset-lg-0{margin-left:0}.offset-lg-1{margin-left:8.33333%}.offset-lg-2{margin-left:16.66667%}.offset-lg-3{margin-left:25%}.offset-lg-4{margin-left:33.33333%}.offset-lg-5{margin-left:41.66667%}.offset-lg-6{margin-left:50%}.offset-lg-7{margin-left:58.33333%}.offset-lg-8{margin-left:66.66667%}.offset-lg-9{margin-left:75%}.offset-lg-10{margin-left:83.33333%}.offset-lg-11{margin-left:91.66667%}}@media (min-width:1281px){.col-xl{-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;max-width:100%}.col-xl-auto{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:none}.col-xl-1{-webkit-box-flex:0;-ms-flex:0 0 8.33333%;flex:0 0 8.33333%;max-width:8.33333%}.col-xl-2{-webkit-box-flex:0;-ms-flex:0 0 16.66667%;flex:0 0 16.66667%;max-width:16.66667%}.col-xl-3{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-xl-4{-webkit-box-flex:0;-ms-flex:0 0 33.33333%;flex:0 0 33.33333%;max-width:33.33333%}.col-xl-5{-webkit-box-flex:0;-ms-flex:0 0 41.66667%;flex:0 0 41.66667%;max-width:41.66667%}.col-xl-6{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-xl-7{-webkit-box-flex:0;-ms-flex:0 0 58.33333%;flex:0 0 58.33333%;max-width:58.33333%}.col-xl-8{-webkit-box-flex:0;-ms-flex:0 0 66.66667%;flex:0 0 66.66667%;max-width:66.66667%}.col-xl-9{-webkit-box-flex:0;-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-xl-10{-webkit-box-flex:0;-ms-flex:0 0 83.33333%;flex:0 0 83.33333%;max-width:83.33333%}.col-xl-11{-webkit-box-flex:0;-ms-flex:0 0 91.66667%;flex:0 0 91.66667%;max-width:91.66667%}.col-xl-12{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-xl-first{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.order-xl-last{-webkit-box-ordinal-group:14;-ms-flex-order:13;order:13}.order-xl-0{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}.order-xl-1{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.order-xl-2{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.order-xl-3{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.order-xl-4{-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4}.order-xl-5{-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5}.order-xl-6{-webkit-box-ordinal-group:7;-ms-flex-order:6;order:6}.order-xl-7{-webkit-box-ordinal-group:8;-ms-flex-order:7;order:7}.order-xl-8{-webkit-box-ordinal-group:9;-ms-flex-order:8;order:8}.order-xl-9{-webkit-box-ordinal-group:10;-ms-flex-order:9;order:9}.order-xl-10{-webkit-box-ordinal-group:11;-ms-flex-order:10;order:10}.order-xl-11{-webkit-box-ordinal-group:12;-ms-flex-order:11;order:11}.order-xl-12{-webkit-box-ordinal-group:13;-ms-flex-order:12;order:12}.offset-xl-0{margin-left:0}.offset-xl-1{margin-left:8.33333%}.offset-xl-2{margin-left:16.66667%}.offset-xl-3{margin-left:25%}.offset-xl-4{margin-left:33.33333%}.offset-xl-5{margin-left:41.66667%}.offset-xl-6{margin-left:50%}.offset-xl-7{margin-left:58.33333%}.offset-xl-8{margin-left:66.66667%}.offset-xl-9{margin-left:75%}.offset-xl-10{margin-left:83.33333%}.offset-xl-11{margin-left:91.66667%}}@media (min-width:1441px){.col-xxl{-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;max-width:100%}.col-xxl-auto{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:none}.col-xxl-1{-webkit-box-flex:0;-ms-flex:0 0 8.33333%;flex:0 0 8.33333%;max-width:8.33333%}.col-xxl-2{-webkit-box-flex:0;-ms-flex:0 0 16.66667%;flex:0 0 16.66667%;max-width:16.66667%}.col-xxl-3{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-xxl-4{-webkit-box-flex:0;-ms-flex:0 0 33.33333%;flex:0 0 33.33333%;max-width:33.33333%}.col-xxl-5{-webkit-box-flex:0;-ms-flex:0 0 41.66667%;flex:0 0 41.66667%;max-width:41.66667%}.col-xxl-6{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-xxl-7{-webkit-box-flex:0;-ms-flex:0 0 58.33333%;flex:0 0 58.33333%;max-width:58.33333%}.col-xxl-8{-webkit-box-flex:0;-ms-flex:0 0 66.66667%;flex:0 0 66.66667%;max-width:66.66667%}.col-xxl-9{-webkit-box-flex:0;-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-xxl-10{-webkit-box-flex:0;-ms-flex:0 0 83.33333%;flex:0 0 83.33333%;max-width:83.33333%}.col-xxl-11{-webkit-box-flex:0;-ms-flex:0 0 91.66667%;flex:0 0 91.66667%;max-width:91.66667%}.col-xxl-12{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-xxl-first{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.order-xxl-last{-webkit-box-ordinal-group:14;-ms-flex-order:13;order:13}.order-xxl-0{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}.order-xxl-1{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.order-xxl-2{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.order-xxl-3{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.order-xxl-4{-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4}.order-xxl-5{-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5}.order-xxl-6{-webkit-box-ordinal-group:7;-ms-flex-order:6;order:6}.order-xxl-7{-webkit-box-ordinal-group:8;-ms-flex-order:7;order:7}.order-xxl-8{-webkit-box-ordinal-group:9;-ms-flex-order:8;order:8}.order-xxl-9{-webkit-box-ordinal-group:10;-ms-flex-order:9;order:9}.order-xxl-10{-webkit-box-ordinal-group:11;-ms-flex-order:10;order:10}.order-xxl-11{-webkit-box-ordinal-group:12;-ms-flex-order:11;order:11}.order-xxl-12{-webkit-box-ordinal-group:13;-ms-flex-order:12;order:12}.offset-xxl-0{margin-left:0}.offset-xxl-1{margin-left:8.33333%}.offset-xxl-2{margin-left:16.66667%}.offset-xxl-3{margin-left:25%}.offset-xxl-4{margin-left:33.33333%}.offset-xxl-5{margin-left:41.66667%}.offset-xxl-6{margin-left:50%}.offset-xxl-7{margin-left:58.33333%}.offset-xxl-8{margin-left:66.66667%}.offset-xxl-9{margin-left:75%}.offset-xxl-10{margin-left:83.33333%}.offset-xxl-11{margin-left:91.66667%}}@media (min-width:1440px){.container{padding:0 44px}}@media (max-width:769px){.container{padding-right:17px;padding-left:17px}.row{margin-right:-5px;margin-left:-5px}.row>.col,.row>[class*=col-]{padding-right:5px;padding-left:5px}}.container-no-max-width{max-width:none}@media (max-width:768px){.container--md{max-width:none;padding:0}.container--md .row{margin:0}.container--md .row>.col,.container--md .row>[class*=col-]{padding-left:0;padding-right:0}}@media (max-width:1439px){.container--xxl{max-width:none;padding:0}.container--xxl .row{margin:0}.container--xxl .row>.col,.container--xxl .row>[class*=col-]{padding-left:0;padding-right:0}}@media (min-width:1025px){.container--tablet{max-width:none;padding:0}.container--tablet .row{margin:0}.container--tablet .row>.col,.container--tablet .row>[class*=col-]{padding-left:0;padding-right:0}}@media (max-width:768px){.container--sm{padding-right:17px;padding-left:17px}}.container-full-width{max-width:unset}@media (max-width:768px){.container-left{padding-left:17px}}@media (min-width:769px){.container-left{padding-left:1.25%}}@media (min-width:1440px){.container-left{padding-left:44px}}body *{-webkit-tap-highlight-color:rgba(0,0,0,0)}html.as-mouseuser *{outline:none}html.as-keyboarduser [type=button]:-moz-focusring,html.as-keyboarduser [type=reset]:-moz-focusring,html.as-keyboarduser [type=submit]:-moz-focusring,html.as-keyboarduser button:-moz-focusring{outline:1px dotted ButtonText}body.modal-open{overflow:hidden}body.modal-open-blur #footer,body.modal-open-blur #header,body.modal-open-blur #nav-mobile,body.modal-open-blur #pdp-overlay,body.modal-open-blur .pageContent{-webkit-filter:blur(4px);filter:blur(4px)}body:before{position:absolute;top:-1000px;pointer-events:none}body:after,body:before{content:"";z-index:9999999999;width:100%;height:1000px;background-color:#fff}body:after{position:fixed;bottom:-1000px}a{color:#1e2e3f}.h1{font-family:Core Sans,sans-serif;font-size:54px;font-weight:800;line-height:60px}@media (max-width:1280px){.h1{font-size:48px;line-height:52px}}@media (max-width:1024px){.h1{font-size:40px;line-height:46px}}@media (max-width:768px){.h1{font-size:36px;line-height:42px}}.h4{font-family:SohoGothicPro,sans-serif;font-size:30px;font-weight:300;line-height:40px}@media (max-width:768px){.h4{font-size:24px;line-height:32px;letter-spacing:.4px}}.h6{font-family:SohoGothicPro,sans-serif;font-size:24px;font-weight:300;line-height:32px}@media (max-width:768px){.h6--sm{font-size:22px}}.h6-normal{font-family:SohoGothicPro,sans-serif;font-size:24px;font-weight:400;line-height:32px}@media (max-width:768px){.h6-normal{font-size:22px}}.h7{font-family:SohoGothicPro,sans-serif;font-size:22px;font-weight:400;line-height:32px}@media (max-width:768px){.h7{line-height:30px}}.h8,.h8-darkblue,.h8-medium-grey,.h8-white{font-family:SohoGothicPro,sans-serif;font-size:18px;font-weight:400}.h8-white{color:#fff}.h8-darkblue{color:#1e2e3f}.h8-medium-grey{font-weight:500;color:#7c8fa1}.h9{line-height:26px}.h9,.h9-darkblue{font-size:16px;font-weight:400}.h9-darkblue{line-height:22px;color:#1e2e3f}.subH{font-weight:400}.subH,.subHMedium,.subHMedium-grey,.subMedium-green{font-family:SohoGothicPro,sans-serif;font-size:14px;letter-spacing:.43px}.subHMedium,.subHMedium-grey,.subMedium-green{font-weight:500}.subHMedium-grey{color:#9aa8b6}.subMedium-green{color:#3ba936}.subTitle2,.subTitle2-midgrey,.subTitle2-white{font-family:SohoGothicPro,sans-serif;font-size:12px;letter-spacing:.37px;font-weight:500;line-height:14px}.subTitle2-midgrey{color:#9aa8b6}.subTitle2-white{color:#fff}.p{font-family:SohoGothicPro,sans-serif;font-weight:300;font-size:18px;line-height:28px}@media (max-width:768px){.p{font-size:16px;line-height:26px}}.pSmall{font-family:SohoGothicPro,sans-serif;font-weight:400;font-size:16px;line-height:26px}.center{left:50%;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.xCenter{left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%)}@media (min-width:769px){.xCenter--md{left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%)}}.yCenter{top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.xyFlex{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xFlex,.xyFlex,.xyFlexC{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xyFlexC{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media (max-width:768px){.xyFlex--md{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}}@media (max-width:768px){.xFlexC--md,.xyFlex--md{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xFlexC--md{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.yFlex{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.dot{background-color:#9aa8b6;border-radius:50%;width:4px;height:4px;opacity:.5}.dot,.show{display:block}.hide{display:none}@media (max-width:768px){.hideMobile{display:none}}@media (max-width:1024px){.hideTablet{display:none}}@media (min-width:769px){.hideDesktop{display:none}}.modal{display:none;position:fixed;z-index:9999;width:100%;height:100%;top:0;left:0;opacity:0;-webkit-transition:opacity .5s ease;transition:opacity .5s ease}.modal .modal-button-close{-webkit-transform:scale(0) rotate(-45deg);transform:scale(0) rotate(-45deg);-webkit-transition:-webkit-transform .5s ease;transition:-webkit-transform .5s ease;transition:transform .5s ease;transition:transform .5s ease,-webkit-transform .5s ease}.modal .modal-fade-up{-webkit-transform:translateY(100px);transform:translateY(100px)}.modal .modal-fade,.modal .modal-fade-up{opacity:0;-webkit-transition:all .5s ease;transition:all .5s ease}.modal.open{opacity:1;pointer-events:auto}.modal.open .modal-button-close{-webkit-transform:scale(1) rotate(0);transform:scale(1) rotate(0)}.modal.open .modal-fade{opacity:1}.modal.open .modal-fade-up{-webkit-transform:translateY(0);transform:translateY(0);opacity:1}.modal.open .modal-fade-up:first-child{-webkit-transition-delay:.5s;transition-delay:.5s}.modal.open .modal-fade-up:nth-child(2){-webkit-transition-delay:.6s;transition-delay:.6s}.modal.open .modal-fade-up:nth-child(3){-webkit-transition-delay:.7s;transition-delay:.7s}.modal.open .modal-fade-up:nth-child(4){-webkit-transition-delay:.8s;transition-delay:.8s}.modal.open .modal-fade-up:nth-child(5){-webkit-transition-delay:.9s;transition-delay:.9s}.modal.open .modal-fade-up:nth-child(6){-webkit-transition-delay:1s;transition-delay:1s}.modal.open .modal-fade-up:nth-child(7){-webkit-transition-delay:1.1s;transition-delay:1.1s}.modal.open .modal-fade-up:nth-child(8){-webkit-transition-delay:1.2s;transition-delay:1.2s}.modal.open .modal-fade-up:nth-child(9){-webkit-transition-delay:1.3s;transition-delay:1.3s}.modal.open.modal-without-opacity-animation{-webkit-transition-duration:0s;transition-duration:0s}.content{background-color:#fff;position:relative;z-index:2}.collapsible{overflow:hidden;-webkit-transition:max-height .5s,opacity .5s;transition:max-height .5s,opacity .5s}.collapsible:not(.open){max-height:0}@media (min-width:769px){.collapsible.collapsible-mobile{max-height:none}}@media (min-width:769px){#footer,#main{-webkit-transition:all .5s;transition:all .5s}#main:before{content:"";position:absolute;width:100%;height:0;z-index:2;top:0;left:0;background:#fff;opacity:0;-webkit-transition:height 1s,opacity 1s;transition:height 1s,opacity 1s}.subNavOpened #footer,.subNavOpened #main{position:relative;-webkit-filter:blur(4px);filter:blur(4px)}.subNavOpened #footer:after,.subNavOpened #main:after{content:"";position:absolute;z-index:1;width:100%;height:100%;top:0;left:0}.subNavOpened #main:before{height:6px;opacity:1}}.modal-filter-button{margin-bottom:10px;margin-right:10px}.indentLine,.indentLine--md,.indentLine--sm{width:100%;height:1px;background-color:rgba(0,0,0,.1)}@media (max-width:768px){.indentLine--md{display:none}}@media (min-width:769px){.indentLine--sm{display:none}}.border-left{border-left:1px solid rgba(0,0,0,.1)}.border-right{border-right:1px solid rgba(0,0,0,.1)}.border-bottom{border-bottom:1px solid rgba(0,0,0,.1)}.link{text-decoration:none;color:inherit}.navCategoryMask{position:fixed;top:0;left:0;width:100vw;height:100vh;z-index:-100;background-color:#1e2e3f;opacity:0;-webkit-transition:opacity .3s ease;transition:opacity .3s ease}.subNavOpened .navCategoryMask{opacity:.9;z-index:5}.buttonInner{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;height:100%}.JS-toggle-list{position:relative}.parallax-container{overflow:hidden;position:absolute;top:0;left:0;height:100%;width:100%;z-index:-1}.parallax{position:absolute;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-transform:translateZ(0);transform:translateZ(0);z-index:-1}html.safari-desktop .parallax{position:fixed;pointer-events:none}html.iOS .parallax-container{position:absolute;top:0;left:0;height:100%;width:100%;clip:rect(0,auto,auto,0)}html.iOS .parallax-container .parallax{position:fixed;pointer-events:none;top:0}[data-toggle-state]{display:none}.JS-active-state{display:block}.JS-toggle-state.__toggle{position:relative}[data-toggle-state].__toggle{display:block;position:absolute;top:0;left:0;width:100%;visibility:hidden;opacity:0;-webkit-transition:opacity .5s ease-out,visibility .5s;transition:opacity .5s ease-out,visibility .5s}.JS-active-state.__toggle{position:relative;visibility:visible;opacity:1;-webkit-transition:opacity .5s ease-out;transition:opacity .5s ease-out}.map-label{width:60px;height:24px;background-color:#fff;border-radius:12px;-webkit-box-shadow:0 2px 6px 0 rgba(0,0,0,.1);box-shadow:0 2px 6px 0 rgba(0,0,0,.1);display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-family:SohoGothicPro,sans-serif;font-size:12px;font-weight:500;letter-spacing:.37px}a[href^="http://maps.google.com/maps"],a[href^="https://maps.google.com/maps"]{display:none!important}.gm-style-cc,.gmnoprint a,.gmnoprint span{display:none}.gmnoprint div{background:none!important}.textBlue{color:#0180c9}.nowrap{white-space:nowrap}.pnlm-hotspot{width:auto!important;height:auto!important;border-radius:0!important;pointer-events:none}.pnlm-sprite{background-image:none!important}.pnlm-hotspot:hover{background-color:transparent!important}.JS-blur-content.blur{-webkit-filter:blur(4px);filter:blur(4px)}::-ms-clear{display:none}[data-aos][data-aos][data-aos-duration="50"],body[data-aos-duration="50"] [data-aos]{-webkit-transition-duration:50ms;transition-duration:50ms}[data-aos][data-aos][data-aos-delay="50"],body[data-aos-delay="50"] [data-aos]{-webkit-transition-delay:0;transition-delay:0}[data-aos][data-aos][data-aos-delay="50"].aos-animate,body[data-aos-delay="50"] [data-aos].aos-animate{-webkit-transition-delay:50ms;transition-delay:50ms}[data-aos][data-aos][data-aos-duration="100"],body[data-aos-duration="100"] [data-aos]{-webkit-transition-duration:.1s;transition-duration:.1s}[data-aos][data-aos][data-aos-delay="100"],body[data-aos-delay="100"] [data-aos]{-webkit-transition-delay:0;transition-delay:0}[data-aos][data-aos][data-aos-delay="100"].aos-animate,body[data-aos-delay="100"] [data-aos].aos-animate{-webkit-transition-delay:.1s;transition-delay:.1s}[data-aos][data-aos][data-aos-duration="150"],body[data-aos-duration="150"] [data-aos]{-webkit-transition-duration:.15s;transition-duration:.15s}[data-aos][data-aos][data-aos-delay="150"],body[data-aos-delay="150"] [data-aos]{-webkit-transition-delay:0;transition-delay:0}[data-aos][data-aos][data-aos-delay="150"].aos-animate,body[data-aos-delay="150"] [data-aos].aos-animate{-webkit-transition-delay:.15s;transition-delay:.15s}[data-aos][data-aos][data-aos-duration="200"],body[data-aos-duration="200"] [data-aos]{-webkit-transition-duration:.2s;transition-duration:.2s}[data-aos][data-aos][data-aos-delay="200"],body[data-aos-delay="200"] [data-aos]{-webkit-transition-delay:0;transition-delay:0}[data-aos][data-aos][data-aos-delay="200"].aos-animate,body[data-aos-delay="200"] [data-aos].aos-animate{-webkit-transition-delay:.2s;transition-delay:.2s}[data-aos][data-aos][data-aos-duration="250"],body[data-aos-duration="250"] [data-aos]{-webkit-transition-duration:.25s;transition-duration:.25s}[data-aos][data-aos][data-aos-delay="250"],body[data-aos-delay="250"] [data-aos]{-webkit-transition-delay:0;transition-delay:0}[data-aos][data-aos][data-aos-delay="250"].aos-animate,body[data-aos-delay="250"] [data-aos].aos-animate{-webkit-transition-delay:.25s;transition-delay:.25s}[data-aos][data-aos][data-aos-duration="300"],body[data-aos-duration="300"] [data-aos]{-webkit-transition-duration:.3s;transition-duration:.3s}[data-aos][data-aos][data-aos-delay="300"],body[data-aos-delay="300"] [data-aos]{-webkit-transition-delay:0;transition-delay:0}[data-aos][data-aos][data-aos-delay="300"].aos-animate,body[data-aos-delay="300"] [data-aos].aos-animate{-webkit-transition-delay:.3s;transition-delay:.3s}[data-aos][data-aos][data-aos-duration="350"],body[data-aos-duration="350"] [data-aos]{-webkit-transition-duration:.35s;transition-duration:.35s}[data-aos][data-aos][data-aos-delay="350"],body[data-aos-delay="350"] [data-aos]{-webkit-transition-delay:0;transition-delay:0}[data-aos][data-aos][data-aos-delay="350"].aos-animate,body[data-aos-delay="350"] [data-aos].aos-animate{-webkit-transition-delay:.35s;transition-delay:.35s}[data-aos][data-aos][data-aos-duration="400"],body[data-aos-duration="400"] [data-aos]{-webkit-transition-duration:.4s;transition-duration:.4s}[data-aos][data-aos][data-aos-delay="400"],body[data-aos-delay="400"] [data-aos]{-webkit-transition-delay:0;transition-delay:0}[data-aos][data-aos][data-aos-delay="400"].aos-animate,body[data-aos-delay="400"] [data-aos].aos-animate{-webkit-transition-delay:.4s;transition-delay:.4s}[data-aos][data-aos][data-aos-duration="450"],body[data-aos-duration="450"] [data-aos]{-webkit-transition-duration:.45s;transition-duration:.45s}[data-aos][data-aos][data-aos-delay="450"],body[data-aos-delay="450"] [data-aos]{-webkit-transition-delay:0;transition-delay:0}[data-aos][data-aos][data-aos-delay="450"].aos-animate,body[data-aos-delay="450"] [data-aos].aos-animate{-webkit-transition-delay:.45s;transition-delay:.45s}[data-aos][data-aos][data-aos-duration="500"],body[data-aos-duration="500"] [data-aos]{-webkit-transition-duration:.5s;transition-duration:.5s}[data-aos][data-aos][data-aos-delay="500"],body[data-aos-delay="500"] [data-aos]{-webkit-transition-delay:0;transition-delay:0}[data-aos][data-aos][data-aos-delay="500"].aos-animate,body[data-aos-delay="500"] [data-aos].aos-animate{-webkit-transition-delay:.5s;transition-delay:.5s}[data-aos][data-aos][data-aos-duration="550"],body[data-aos-duration="550"] [data-aos]{-webkit-transition-duration:.55s;transition-duration:.55s}[data-aos][data-aos][data-aos-delay="550"],body[data-aos-delay="550"] [data-aos]{-webkit-transition-delay:0;transition-delay:0}[data-aos][data-aos][data-aos-delay="550"].aos-animate,body[data-aos-delay="550"] [data-aos].aos-animate{-webkit-transition-delay:.55s;transition-delay:.55s}[data-aos][data-aos][data-aos-duration="600"],body[data-aos-duration="600"] [data-aos]{-webkit-transition-duration:.6s;transition-duration:.6s}[data-aos][data-aos][data-aos-delay="600"],body[data-aos-delay="600"] [data-aos]{-webkit-transition-delay:0;transition-delay:0}[data-aos][data-aos][data-aos-delay="600"].aos-animate,body[data-aos-delay="600"] [data-aos].aos-animate{-webkit-transition-delay:.6s;transition-delay:.6s}[data-aos][data-aos][data-aos-duration="650"],body[data-aos-duration="650"] [data-aos]{-webkit-transition-duration:.65s;transition-duration:.65s}[data-aos][data-aos][data-aos-delay="650"],body[data-aos-delay="650"] [data-aos]{-webkit-transition-delay:0;transition-delay:0}[data-aos][data-aos][data-aos-delay="650"].aos-animate,body[data-aos-delay="650"] [data-aos].aos-animate{-webkit-transition-delay:.65s;transition-delay:.65s}[data-aos][data-aos][data-aos-duration="700"],body[data-aos-duration="700"] [data-aos]{-webkit-transition-duration:.7s;transition-duration:.7s}[data-aos][data-aos][data-aos-delay="700"],body[data-aos-delay="700"] [data-aos]{-webkit-transition-delay:0;transition-delay:0}[data-aos][data-aos][data-aos-delay="700"].aos-animate,body[data-aos-delay="700"] [data-aos].aos-animate{-webkit-transition-delay:.7s;transition-delay:.7s}[data-aos][data-aos][data-aos-duration="750"],body[data-aos-duration="750"] [data-aos]{-webkit-transition-duration:.75s;transition-duration:.75s}[data-aos][data-aos][data-aos-delay="750"],body[data-aos-delay="750"] [data-aos]{-webkit-transition-delay:0;transition-delay:0}[data-aos][data-aos][data-aos-delay="750"].aos-animate,body[data-aos-delay="750"] [data-aos].aos-animate{-webkit-transition-delay:.75s;transition-delay:.75s}[data-aos][data-aos][data-aos-duration="800"],body[data-aos-duration="800"] [data-aos]{-webkit-transition-duration:.8s;transition-duration:.8s}[data-aos][data-aos][data-aos-delay="800"],body[data-aos-delay="800"] [data-aos]{-webkit-transition-delay:0;transition-delay:0}[data-aos][data-aos][data-aos-delay="800"].aos-animate,body[data-aos-delay="800"] [data-aos].aos-animate{-webkit-transition-delay:.8s;transition-delay:.8s}[data-aos][data-aos][data-aos-duration="850"],body[data-aos-duration="850"] [data-aos]{-webkit-transition-duration:.85s;transition-duration:.85s}[data-aos][data-aos][data-aos-delay="850"],body[data-aos-delay="850"] [data-aos]{-webkit-transition-delay:0;transition-delay:0}[data-aos][data-aos][data-aos-delay="850"].aos-animate,body[data-aos-delay="850"] [data-aos].aos-animate{-webkit-transition-delay:.85s;transition-delay:.85s}[data-aos][data-aos][data-aos-duration="900"],body[data-aos-duration="900"] [data-aos]{-webkit-transition-duration:.9s;transition-duration:.9s}[data-aos][data-aos][data-aos-delay="900"],body[data-aos-delay="900"] [data-aos]{-webkit-transition-delay:0;transition-delay:0}[data-aos][data-aos][data-aos-delay="900"].aos-animate,body[data-aos-delay="900"] [data-aos].aos-animate{-webkit-transition-delay:.9s;transition-delay:.9s}[data-aos][data-aos][data-aos-duration="950"],body[data-aos-duration="950"] [data-aos]{-webkit-transition-duration:.95s;transition-duration:.95s}[data-aos][data-aos][data-aos-delay="950"],body[data-aos-delay="950"] [data-aos]{-webkit-transition-delay:0;transition-delay:0}[data-aos][data-aos][data-aos-delay="950"].aos-animate,body[data-aos-delay="950"] [data-aos].aos-animate{-webkit-transition-delay:.95s;transition-delay:.95s}[data-aos][data-aos][data-aos-duration="1000"],body[data-aos-duration="1000"] [data-aos]{-webkit-transition-duration:1s;transition-duration:1s}[data-aos][data-aos][data-aos-delay="1000"],body[data-aos-delay="1000"] [data-aos]{-webkit-transition-delay:0;transition-delay:0}[data-aos][data-aos][data-aos-delay="1000"].aos-animate,body[data-aos-delay="1000"] [data-aos].aos-animate{-webkit-transition-delay:1s;transition-delay:1s}[data-aos][data-aos][data-aos-duration="1050"],body[data-aos-duration="1050"] [data-aos]{-webkit-transition-duration:1.05s;transition-duration:1.05s}[data-aos][data-aos][data-aos-delay="1050"],body[data-aos-delay="1050"] [data-aos]{-webkit-transition-delay:0;transition-delay:0}[data-aos][data-aos][data-aos-delay="1050"].aos-animate,body[data-aos-delay="1050"] [data-aos].aos-animate{-webkit-transition-delay:1.05s;transition-delay:1.05s}[data-aos][data-aos][data-aos-duration="1100"],body[data-aos-duration="1100"] [data-aos]{-webkit-transition-duration:1.1s;transition-duration:1.1s}[data-aos][data-aos][data-aos-delay="1100"],body[data-aos-delay="1100"] [data-aos]{-webkit-transition-delay:0;transition-delay:0}[data-aos][data-aos][data-aos-delay="1100"].aos-animate,body[data-aos-delay="1100"] [data-aos].aos-animate{-webkit-transition-delay:1.1s;transition-delay:1.1s}[data-aos][data-aos][data-aos-duration="1150"],body[data-aos-duration="1150"] [data-aos]{-webkit-transition-duration:1.15s;transition-duration:1.15s}[data-aos][data-aos][data-aos-delay="1150"],body[data-aos-delay="1150"] [data-aos]{-webkit-transition-delay:0;transition-delay:0}[data-aos][data-aos][data-aos-delay="1150"].aos-animate,body[data-aos-delay="1150"] [data-aos].aos-animate{-webkit-transition-delay:1.15s;transition-delay:1.15s}[data-aos][data-aos][data-aos-duration="1200"],body[data-aos-duration="1200"] [data-aos]{-webkit-transition-duration:1.2s;transition-duration:1.2s}[data-aos][data-aos][data-aos-delay="1200"],body[data-aos-delay="1200"] [data-aos]{-webkit-transition-delay:0;transition-delay:0}[data-aos][data-aos][data-aos-delay="1200"].aos-animate,body[data-aos-delay="1200"] [data-aos].aos-animate{-webkit-transition-delay:1.2s;transition-delay:1.2s}[data-aos][data-aos][data-aos-duration="1250"],body[data-aos-duration="1250"] [data-aos]{-webkit-transition-duration:1.25s;transition-duration:1.25s}[data-aos][data-aos][data-aos-delay="1250"],body[data-aos-delay="1250"] [data-aos]{-webkit-transition-delay:0;transition-delay:0}[data-aos][data-aos][data-aos-delay="1250"].aos-animate,body[data-aos-delay="1250"] [data-aos].aos-animate{-webkit-transition-delay:1.25s;transition-delay:1.25s}[data-aos][data-aos][data-aos-duration="1300"],body[data-aos-duration="1300"] [data-aos]{-webkit-transition-duration:1.3s;transition-duration:1.3s}[data-aos][data-aos][data-aos-delay="1300"],body[data-aos-delay="1300"] [data-aos]{-webkit-transition-delay:0;transition-delay:0}[data-aos][data-aos][data-aos-delay="1300"].aos-animate,body[data-aos-delay="1300"] [data-aos].aos-animate{-webkit-transition-delay:1.3s;transition-delay:1.3s}[data-aos][data-aos][data-aos-duration="1350"],body[data-aos-duration="1350"] [data-aos]{-webkit-transition-duration:1.35s;transition-duration:1.35s}[data-aos][data-aos][data-aos-delay="1350"],body[data-aos-delay="1350"] [data-aos]{-webkit-transition-delay:0;transition-delay:0}[data-aos][data-aos][data-aos-delay="1350"].aos-animate,body[data-aos-delay="1350"] [data-aos].aos-animate{-webkit-transition-delay:1.35s;transition-delay:1.35s}[data-aos][data-aos][data-aos-duration="1400"],body[data-aos-duration="1400"] [data-aos]{-webkit-transition-duration:1.4s;transition-duration:1.4s}[data-aos][data-aos][data-aos-delay="1400"],body[data-aos-delay="1400"] [data-aos]{-webkit-transition-delay:0;transition-delay:0}[data-aos][data-aos][data-aos-delay="1400"].aos-animate,body[data-aos-delay="1400"] [data-aos].aos-animate{-webkit-transition-delay:1.4s;transition-delay:1.4s}[data-aos][data-aos][data-aos-duration="1450"],body[data-aos-duration="1450"] [data-aos]{-webkit-transition-duration:1.45s;transition-duration:1.45s}[data-aos][data-aos][data-aos-delay="1450"],body[data-aos-delay="1450"] [data-aos]{-webkit-transition-delay:0;transition-delay:0}[data-aos][data-aos][data-aos-delay="1450"].aos-animate,body[data-aos-delay="1450"] [data-aos].aos-animate{-webkit-transition-delay:1.45s;transition-delay:1.45s}[data-aos][data-aos][data-aos-duration="1500"],body[data-aos-duration="1500"] [data-aos]{-webkit-transition-duration:1.5s;transition-duration:1.5s}[data-aos][data-aos][data-aos-delay="1500"],body[data-aos-delay="1500"] [data-aos]{-webkit-transition-delay:0;transition-delay:0}[data-aos][data-aos][data-aos-delay="1500"].aos-animate,body[data-aos-delay="1500"] [data-aos].aos-animate{-webkit-transition-delay:1.5s;transition-delay:1.5s}[data-aos][data-aos][data-aos-duration="1550"],body[data-aos-duration="1550"] [data-aos]{-webkit-transition-duration:1.55s;transition-duration:1.55s}[data-aos][data-aos][data-aos-delay="1550"],body[data-aos-delay="1550"] [data-aos]{-webkit-transition-delay:0;transition-delay:0}[data-aos][data-aos][data-aos-delay="1550"].aos-animate,body[data-aos-delay="1550"] [data-aos].aos-animate{-webkit-transition-delay:1.55s;transition-delay:1.55s}[data-aos][data-aos][data-aos-duration="1600"],body[data-aos-duration="1600"] [data-aos]{-webkit-transition-duration:1.6s;transition-duration:1.6s}[data-aos][data-aos][data-aos-delay="1600"],body[data-aos-delay="1600"] [data-aos]{-webkit-transition-delay:0;transition-delay:0}[data-aos][data-aos][data-aos-delay="1600"].aos-animate,body[data-aos-delay="1600"] [data-aos].aos-animate{-webkit-transition-delay:1.6s;transition-delay:1.6s}[data-aos][data-aos][data-aos-duration="1650"],body[data-aos-duration="1650"] [data-aos]{-webkit-transition-duration:1.65s;transition-duration:1.65s}[data-aos][data-aos][data-aos-delay="1650"],body[data-aos-delay="1650"] [data-aos]{-webkit-transition-delay:0;transition-delay:0}[data-aos][data-aos][data-aos-delay="1650"].aos-animate,body[data-aos-delay="1650"] [data-aos].aos-animate{-webkit-transition-delay:1.65s;transition-delay:1.65s}[data-aos][data-aos][data-aos-duration="1700"],body[data-aos-duration="1700"] [data-aos]{-webkit-transition-duration:1.7s;transition-duration:1.7s}[data-aos][data-aos][data-aos-delay="1700"],body[data-aos-delay="1700"] [data-aos]{-webkit-transition-delay:0;transition-delay:0}[data-aos][data-aos][data-aos-delay="1700"].aos-animate,body[data-aos-delay="1700"] [data-aos].aos-animate{-webkit-transition-delay:1.7s;transition-delay:1.7s}[data-aos][data-aos][data-aos-duration="1750"],body[data-aos-duration="1750"] [data-aos]{-webkit-transition-duration:1.75s;transition-duration:1.75s}[data-aos][data-aos][data-aos-delay="1750"],body[data-aos-delay="1750"] [data-aos]{-webkit-transition-delay:0;transition-delay:0}[data-aos][data-aos][data-aos-delay="1750"].aos-animate,body[data-aos-delay="1750"] [data-aos].aos-animate{-webkit-transition-delay:1.75s;transition-delay:1.75s}[data-aos][data-aos][data-aos-duration="1800"],body[data-aos-duration="1800"] [data-aos]{-webkit-transition-duration:1.8s;transition-duration:1.8s}[data-aos][data-aos][data-aos-delay="1800"],body[data-aos-delay="1800"] [data-aos]{-webkit-transition-delay:0;transition-delay:0}[data-aos][data-aos][data-aos-delay="1800"].aos-animate,body[data-aos-delay="1800"] [data-aos].aos-animate{-webkit-transition-delay:1.8s;transition-delay:1.8s}[data-aos][data-aos][data-aos-duration="1850"],body[data-aos-duration="1850"] [data-aos]{-webkit-transition-duration:1.85s;transition-duration:1.85s}[data-aos][data-aos][data-aos-delay="1850"],body[data-aos-delay="1850"] [data-aos]{-webkit-transition-delay:0;transition-delay:0}[data-aos][data-aos][data-aos-delay="1850"].aos-animate,body[data-aos-delay="1850"] [data-aos].aos-animate{-webkit-transition-delay:1.85s;transition-delay:1.85s}[data-aos][data-aos][data-aos-duration="1900"],body[data-aos-duration="1900"] [data-aos]{-webkit-transition-duration:1.9s;transition-duration:1.9s}[data-aos][data-aos][data-aos-delay="1900"],body[data-aos-delay="1900"] [data-aos]{-webkit-transition-delay:0;transition-delay:0}[data-aos][data-aos][data-aos-delay="1900"].aos-animate,body[data-aos-delay="1900"] [data-aos].aos-animate{-webkit-transition-delay:1.9s;transition-delay:1.9s}[data-aos][data-aos][data-aos-duration="1950"],body[data-aos-duration="1950"] [data-aos]{-webkit-transition-duration:1.95s;transition-duration:1.95s}[data-aos][data-aos][data-aos-delay="1950"],body[data-aos-delay="1950"] [data-aos]{-webkit-transition-delay:0;transition-delay:0}[data-aos][data-aos][data-aos-delay="1950"].aos-animate,body[data-aos-delay="1950"] [data-aos].aos-animate{-webkit-transition-delay:1.95s;transition-delay:1.95s}[data-aos][data-aos][data-aos-duration="2000"],body[data-aos-duration="2000"] [data-aos]{-webkit-transition-duration:2s;transition-duration:2s}[data-aos][data-aos][data-aos-delay="2000"],body[data-aos-delay="2000"] [data-aos]{-webkit-transition-delay:0;transition-delay:0}[data-aos][data-aos][data-aos-delay="2000"].aos-animate,body[data-aos-delay="2000"] [data-aos].aos-animate{-webkit-transition-delay:2s;transition-delay:2s}[data-aos][data-aos][data-aos-duration="2050"],body[data-aos-duration="2050"] [data-aos]{-webkit-transition-duration:2.05s;transition-duration:2.05s}[data-aos][data-aos][data-aos-delay="2050"],body[data-aos-delay="2050"] [data-aos]{-webkit-transition-delay:0;transition-delay:0}[data-aos][data-aos][data-aos-delay="2050"].aos-animate,body[data-aos-delay="2050"] [data-aos].aos-animate{-webkit-transition-delay:2.05s;transition-delay:2.05s}[data-aos][data-aos][data-aos-duration="2100"],body[data-aos-duration="2100"] [data-aos]{-webkit-transition-duration:2.1s;transition-duration:2.1s}[data-aos][data-aos][data-aos-delay="2100"],body[data-aos-delay="2100"] [data-aos]{-webkit-transition-delay:0;transition-delay:0}[data-aos][data-aos][data-aos-delay="2100"].aos-animate,body[data-aos-delay="2100"] [data-aos].aos-animate{-webkit-transition-delay:2.1s;transition-delay:2.1s}[data-aos][data-aos][data-aos-duration="2150"],body[data-aos-duration="2150"] [data-aos]{-webkit-transition-duration:2.15s;transition-duration:2.15s}[data-aos][data-aos][data-aos-delay="2150"],body[data-aos-delay="2150"] [data-aos]{-webkit-transition-delay:0;transition-delay:0}[data-aos][data-aos][data-aos-delay="2150"].aos-animate,body[data-aos-delay="2150"] [data-aos].aos-animate{-webkit-transition-delay:2.15s;transition-delay:2.15s}[data-aos][data-aos][data-aos-duration="2200"],body[data-aos-duration="2200"] [data-aos]{-webkit-transition-duration:2.2s;transition-duration:2.2s}[data-aos][data-aos][data-aos-delay="2200"],body[data-aos-delay="2200"] [data-aos]{-webkit-transition-delay:0;transition-delay:0}[data-aos][data-aos][data-aos-delay="2200"].aos-animate,body[data-aos-delay="2200"] [data-aos].aos-animate{-webkit-transition-delay:2.2s;transition-delay:2.2s}[data-aos][data-aos][data-aos-duration="2250"],body[data-aos-duration="2250"] [data-aos]{-webkit-transition-duration:2.25s;transition-duration:2.25s}[data-aos][data-aos][data-aos-delay="2250"],body[data-aos-delay="2250"] [data-aos]{-webkit-transition-delay:0;transition-delay:0}[data-aos][data-aos][data-aos-delay="2250"].aos-animate,body[data-aos-delay="2250"] [data-aos].aos-animate{-webkit-transition-delay:2.25s;transition-delay:2.25s}[data-aos][data-aos][data-aos-duration="2300"],body[data-aos-duration="2300"] [data-aos]{-webkit-transition-duration:2.3s;transition-duration:2.3s}[data-aos][data-aos][data-aos-delay="2300"],body[data-aos-delay="2300"] [data-aos]{-webkit-transition-delay:0;transition-delay:0}[data-aos][data-aos][data-aos-delay="2300"].aos-animate,body[data-aos-delay="2300"] [data-aos].aos-animate{-webkit-transition-delay:2.3s;transition-delay:2.3s}[data-aos][data-aos][data-aos-duration="2350"],body[data-aos-duration="2350"] [data-aos]{-webkit-transition-duration:2.35s;transition-duration:2.35s}[data-aos][data-aos][data-aos-delay="2350"],body[data-aos-delay="2350"] [data-aos]{-webkit-transition-delay:0;transition-delay:0}[data-aos][data-aos][data-aos-delay="2350"].aos-animate,body[data-aos-delay="2350"] [data-aos].aos-animate{-webkit-transition-delay:2.35s;transition-delay:2.35s}[data-aos][data-aos][data-aos-duration="2400"],body[data-aos-duration="2400"] [data-aos]{-webkit-transition-duration:2.4s;transition-duration:2.4s}[data-aos][data-aos][data-aos-delay="2400"],body[data-aos-delay="2400"] [data-aos]{-webkit-transition-delay:0;transition-delay:0}[data-aos][data-aos][data-aos-delay="2400"].aos-animate,body[data-aos-delay="2400"] [data-aos].aos-animate{-webkit-transition-delay:2.4s;transition-delay:2.4s}[data-aos][data-aos][data-aos-duration="2450"],body[data-aos-duration="2450"] [data-aos]{-webkit-transition-duration:2.45s;transition-duration:2.45s}[data-aos][data-aos][data-aos-delay="2450"],body[data-aos-delay="2450"] [data-aos]{-webkit-transition-delay:0;transition-delay:0}[data-aos][data-aos][data-aos-delay="2450"].aos-animate,body[data-aos-delay="2450"] [data-aos].aos-animate{-webkit-transition-delay:2.45s;transition-delay:2.45s}[data-aos][data-aos][data-aos-duration="2500"],body[data-aos-duration="2500"] [data-aos]{-webkit-transition-duration:2.5s;transition-duration:2.5s}[data-aos][data-aos][data-aos-delay="2500"],body[data-aos-delay="2500"] [data-aos]{-webkit-transition-delay:0;transition-delay:0}[data-aos][data-aos][data-aos-delay="2500"].aos-animate,body[data-aos-delay="2500"] [data-aos].aos-animate{-webkit-transition-delay:2.5s;transition-delay:2.5s}[data-aos][data-aos][data-aos-duration="2550"],body[data-aos-duration="2550"] [data-aos]{-webkit-transition-duration:2.55s;transition-duration:2.55s}[data-aos][data-aos][data-aos-delay="2550"],body[data-aos-delay="2550"] [data-aos]{-webkit-transition-delay:0;transition-delay:0}[data-aos][data-aos][data-aos-delay="2550"].aos-animate,body[data-aos-delay="2550"] [data-aos].aos-animate{-webkit-transition-delay:2.55s;transition-delay:2.55s}[data-aos][data-aos][data-aos-duration="2600"],body[data-aos-duration="2600"] [data-aos]{-webkit-transition-duration:2.6s;transition-duration:2.6s}[data-aos][data-aos][data-aos-delay="2600"],body[data-aos-delay="2600"] [data-aos]{-webkit-transition-delay:0;transition-delay:0}[data-aos][data-aos][data-aos-delay="2600"].aos-animate,body[data-aos-delay="2600"] [data-aos].aos-animate{-webkit-transition-delay:2.6s;transition-delay:2.6s}[data-aos][data-aos][data-aos-duration="2650"],body[data-aos-duration="2650"] [data-aos]{-webkit-transition-duration:2.65s;transition-duration:2.65s}[data-aos][data-aos][data-aos-delay="2650"],body[data-aos-delay="2650"] [data-aos]{-webkit-transition-delay:0;transition-delay:0}[data-aos][data-aos][data-aos-delay="2650"].aos-animate,body[data-aos-delay="2650"] [data-aos].aos-animate{-webkit-transition-delay:2.65s;transition-delay:2.65s}[data-aos][data-aos][data-aos-duration="2700"],body[data-aos-duration="2700"] [data-aos]{-webkit-transition-duration:2.7s;transition-duration:2.7s}[data-aos][data-aos][data-aos-delay="2700"],body[data-aos-delay="2700"] [data-aos]{-webkit-transition-delay:0;transition-delay:0}[data-aos][data-aos][data-aos-delay="2700"].aos-animate,body[data-aos-delay="2700"] [data-aos].aos-animate{-webkit-transition-delay:2.7s;transition-delay:2.7s}[data-aos][data-aos][data-aos-duration="2750"],body[data-aos-duration="2750"] [data-aos]{-webkit-transition-duration:2.75s;transition-duration:2.75s}[data-aos][data-aos][data-aos-delay="2750"],body[data-aos-delay="2750"] [data-aos]{-webkit-transition-delay:0;transition-delay:0}[data-aos][data-aos][data-aos-delay="2750"].aos-animate,body[data-aos-delay="2750"] [data-aos].aos-animate{-webkit-transition-delay:2.75s;transition-delay:2.75s}[data-aos][data-aos][data-aos-duration="2800"],body[data-aos-duration="2800"] [data-aos]{-webkit-transition-duration:2.8s;transition-duration:2.8s}[data-aos][data-aos][data-aos-delay="2800"],body[data-aos-delay="2800"] [data-aos]{-webkit-transition-delay:0;transition-delay:0}[data-aos][data-aos][data-aos-delay="2800"].aos-animate,body[data-aos-delay="2800"] [data-aos].aos-animate{-webkit-transition-delay:2.8s;transition-delay:2.8s}[data-aos][data-aos][data-aos-duration="2850"],body[data-aos-duration="2850"] [data-aos]{-webkit-transition-duration:2.85s;transition-duration:2.85s}[data-aos][data-aos][data-aos-delay="2850"],body[data-aos-delay="2850"] [data-aos]{-webkit-transition-delay:0;transition-delay:0}[data-aos][data-aos][data-aos-delay="2850"].aos-animate,body[data-aos-delay="2850"] [data-aos].aos-animate{-webkit-transition-delay:2.85s;transition-delay:2.85s}[data-aos][data-aos][data-aos-duration="2900"],body[data-aos-duration="2900"] [data-aos]{-webkit-transition-duration:2.9s;transition-duration:2.9s}[data-aos][data-aos][data-aos-delay="2900"],body[data-aos-delay="2900"] [data-aos]{-webkit-transition-delay:0;transition-delay:0}[data-aos][data-aos][data-aos-delay="2900"].aos-animate,body[data-aos-delay="2900"] [data-aos].aos-animate{-webkit-transition-delay:2.9s;transition-delay:2.9s}[data-aos][data-aos][data-aos-duration="2950"],body[data-aos-duration="2950"] [data-aos]{-webkit-transition-duration:2.95s;transition-duration:2.95s}[data-aos][data-aos][data-aos-delay="2950"],body[data-aos-delay="2950"] [data-aos]{-webkit-transition-delay:0;transition-delay:0}[data-aos][data-aos][data-aos-delay="2950"].aos-animate,body[data-aos-delay="2950"] [data-aos].aos-animate{-webkit-transition-delay:2.95s;transition-delay:2.95s}[data-aos][data-aos][data-aos-duration="3000"],body[data-aos-duration="3000"] [data-aos]{-webkit-transition-duration:3s;transition-duration:3s}[data-aos][data-aos][data-aos-delay="3000"],body[data-aos-delay="3000"] [data-aos]{-webkit-transition-delay:0;transition-delay:0}[data-aos][data-aos][data-aos-delay="3000"].aos-animate,body[data-aos-delay="3000"] [data-aos].aos-animate{-webkit-transition-delay:3s;transition-delay:3s}[data-aos][data-aos][data-aos-easing=linear],body[data-aos-easing=linear] [data-aos]{-webkit-transition-timing-function:cubic-bezier(.25,.25,.75,.75);transition-timing-function:cubic-bezier(.25,.25,.75,.75)}[data-aos][data-aos][data-aos-easing=ease],body[data-aos-easing=ease] [data-aos]{-webkit-transition-timing-function:ease;transition-timing-function:ease}[data-aos][data-aos][data-aos-easing=ease-in],body[data-aos-easing=ease-in] [data-aos]{-webkit-transition-timing-function:ease-in;transition-timing-function:ease-in}[data-aos][data-aos][data-aos-easing=ease-out],body[data-aos-easing=ease-out] [data-aos]{-webkit-transition-timing-function:ease-out;transition-timing-function:ease-out}[data-aos][data-aos][data-aos-easing=ease-in-out],body[data-aos-easing=ease-in-out] [data-aos]{-webkit-transition-timing-function:ease-in-out;transition-timing-function:ease-in-out}[data-aos][data-aos][data-aos-easing=ease-in-back],body[data-aos-easing=ease-in-back] [data-aos]{-webkit-transition-timing-function:cubic-bezier(.6,-.28,.735,.045);transition-timing-function:cubic-bezier(.6,-.28,.735,.045)}[data-aos][data-aos][data-aos-easing=ease-out-back],body[data-aos-easing=ease-out-back] [data-aos]{-webkit-transition-timing-function:cubic-bezier(.175,.885,.32,1.275);transition-timing-function:cubic-bezier(.175,.885,.32,1.275)}[data-aos][data-aos][data-aos-easing=ease-in-out-back],body[data-aos-easing=ease-in-out-back] [data-aos]{-webkit-transition-timing-function:cubic-bezier(.68,-.55,.265,1.55);transition-timing-function:cubic-bezier(.68,-.55,.265,1.55)}[data-aos][data-aos][data-aos-easing=ease-in-sine],body[data-aos-easing=ease-in-sine] [data-aos]{-webkit-transition-timing-function:cubic-bezier(.47,0,.745,.715);transition-timing-function:cubic-bezier(.47,0,.745,.715)}[data-aos][data-aos][data-aos-easing=ease-out-sine],body[data-aos-easing=ease-out-sine] [data-aos]{-webkit-transition-timing-function:cubic-bezier(.39,.575,.565,1);transition-timing-function:cubic-bezier(.39,.575,.565,1)}[data-aos][data-aos][data-aos-easing=ease-in-out-sine],body[data-aos-easing=ease-in-out-sine] [data-aos]{-webkit-transition-timing-function:cubic-bezier(.445,.05,.55,.95);transition-timing-function:cubic-bezier(.445,.05,.55,.95)}[data-aos][data-aos][data-aos-easing=ease-in-quad],body[data-aos-easing=ease-in-quad] [data-aos]{-webkit-transition-timing-function:cubic-bezier(.55,.085,.68,.53);transition-timing-function:cubic-bezier(.55,.085,.68,.53)}[data-aos][data-aos][data-aos-easing=ease-out-quad],body[data-aos-easing=ease-out-quad] [data-aos]{-webkit-transition-timing-function:cubic-bezier(.25,.46,.45,.94);transition-timing-function:cubic-bezier(.25,.46,.45,.94)}[data-aos][data-aos][data-aos-easing=ease-in-out-quad],body[data-aos-easing=ease-in-out-quad] [data-aos]{-webkit-transition-timing-function:cubic-bezier(.455,.03,.515,.955);transition-timing-function:cubic-bezier(.455,.03,.515,.955)}[data-aos][data-aos][data-aos-easing=ease-in-cubic],body[data-aos-easing=ease-in-cubic] [data-aos]{-webkit-transition-timing-function:cubic-bezier(.55,.085,.68,.53);transition-timing-function:cubic-bezier(.55,.085,.68,.53)}[data-aos][data-aos][data-aos-easing=ease-out-cubic],body[data-aos-easing=ease-out-cubic] [data-aos]{-webkit-transition-timing-function:cubic-bezier(.25,.46,.45,.94);transition-timing-function:cubic-bezier(.25,.46,.45,.94)}[data-aos][data-aos][data-aos-easing=ease-in-out-cubic],body[data-aos-easing=ease-in-out-cubic] [data-aos]{-webkit-transition-timing-function:cubic-bezier(.455,.03,.515,.955);transition-timing-function:cubic-bezier(.455,.03,.515,.955)}[data-aos][data-aos][data-aos-easing=ease-in-quart],body[data-aos-easing=ease-in-quart] [data-aos]{-webkit-transition-timing-function:cubic-bezier(.55,.085,.68,.53);transition-timing-function:cubic-bezier(.55,.085,.68,.53)}[data-aos][data-aos][data-aos-easing=ease-out-quart],body[data-aos-easing=ease-out-quart] [data-aos]{-webkit-transition-timing-function:cubic-bezier(.25,.46,.45,.94);transition-timing-function:cubic-bezier(.25,.46,.45,.94)}[data-aos][data-aos][data-aos-easing=ease-in-out-quart],body[data-aos-easing=ease-in-out-quart] [data-aos]{-webkit-transition-timing-function:cubic-bezier(.455,.03,.515,.955);transition-timing-function:cubic-bezier(.455,.03,.515,.955)}[data-aos^=fade][data-aos^=fade]{opacity:0;-webkit-transition-property:opacity,-webkit-transform;transition-property:opacity,-webkit-transform;transition-property:opacity,transform;transition-property:opacity,transform,-webkit-transform}[data-aos^=fade][data-aos^=fade].aos-animate{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}[data-aos=fade-up]{-webkit-transform:translate3d(0,100px,0);transform:translate3d(0,100px,0)}[data-aos=fade-down]{-webkit-transform:translate3d(0,-100px,0);transform:translate3d(0,-100px,0)}[data-aos=fade-right]{-webkit-transform:translate3d(-100px,0,0);transform:translate3d(-100px,0,0)}[data-aos=fade-left]{-webkit-transform:translate3d(100px,0,0);transform:translate3d(100px,0,0)}[data-aos=fade-up-right]{-webkit-transform:translate3d(-100px,100px,0);transform:translate3d(-100px,100px,0)}[data-aos=fade-up-left]{-webkit-transform:translate3d(100px,100px,0);transform:translate3d(100px,100px,0)}[data-aos=fade-down-right]{-webkit-transform:translate3d(-100px,-100px,0);transform:translate3d(-100px,-100px,0)}[data-aos=fade-down-left]{-webkit-transform:translate3d(100px,-100px,0);transform:translate3d(100px,-100px,0)}[data-aos^=zoom][data-aos^=zoom]{opacity:0;-webkit-transition-property:opacity,-webkit-transform;transition-property:opacity,-webkit-transform;transition-property:opacity,transform;transition-property:opacity,transform,-webkit-transform}[data-aos^=zoom][data-aos^=zoom].aos-animate{opacity:1;-webkit-transform:translateZ(0) scale(1);transform:translateZ(0) scale(1)}[data-aos=zoom-in]{-webkit-transform:scale(.6);transform:scale(.6)}[data-aos=zoom-in-up]{-webkit-transform:translate3d(0,100px,0) scale(.6);transform:translate3d(0,100px,0) scale(.6)}[data-aos=zoom-in-down]{-webkit-transform:translate3d(0,-100px,0) scale(.6);transform:translate3d(0,-100px,0) scale(.6)}[data-aos=zoom-in-right]{-webkit-transform:translate3d(-100px,0,0) scale(.6);transform:translate3d(-100px,0,0) scale(.6)}[data-aos=zoom-in-left]{-webkit-transform:translate3d(100px,0,0) scale(.6);transform:translate3d(100px,0,0) scale(.6)}[data-aos=zoom-out]{-webkit-transform:scale(1.2);transform:scale(1.2)}[data-aos=zoom-out-up]{-webkit-transform:translate3d(0,100px,0) scale(1.2);transform:translate3d(0,100px,0) scale(1.2)}[data-aos=zoom-out-down]{-webkit-transform:translate3d(0,-100px,0) scale(1.2);transform:translate3d(0,-100px,0) scale(1.2)}[data-aos=zoom-out-right]{-webkit-transform:translate3d(-100px,0,0) scale(1.2);transform:translate3d(-100px,0,0) scale(1.2)}[data-aos=zoom-out-left]{-webkit-transform:translate3d(100px,0,0) scale(1.2);transform:translate3d(100px,0,0) scale(1.2)}[data-aos^=slide][data-aos^=slide]{-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;transition-property:transform;transition-property:transform,-webkit-transform}[data-aos^=slide][data-aos^=slide].aos-animate{-webkit-transform:translateZ(0);transform:translateZ(0)}[data-aos=slide-up]{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}[data-aos=slide-down]{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}[data-aos=slide-right]{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}[data-aos=slide-left]{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}[data-aos^=flip][data-aos^=flip]{-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;transition-property:transform;transition-property:transform,-webkit-transform}[data-aos=flip-left]{-webkit-transform:perspective(2500px) rotateY(-100deg);transform:perspective(2500px) rotateY(-100deg)}[data-aos=flip-left].aos-animate{-webkit-transform:perspective(2500px) rotateY(0);transform:perspective(2500px) rotateY(0)}[data-aos=flip-right]{-webkit-transform:perspective(2500px) rotateY(100deg);transform:perspective(2500px) rotateY(100deg)}[data-aos=flip-right].aos-animate{-webkit-transform:perspective(2500px) rotateY(0);transform:perspective(2500px) rotateY(0)}[data-aos=flip-up]{-webkit-transform:perspective(2500px) rotateX(-100deg);transform:perspective(2500px) rotateX(-100deg)}[data-aos=flip-up].aos-animate{-webkit-transform:perspective(2500px) rotateX(0);transform:perspective(2500px) rotateX(0)}[data-aos=flip-down]{-webkit-transform:perspective(2500px) rotateX(100deg);transform:perspective(2500px) rotateX(100deg)}[data-aos=flip-down].aos-animate{-webkit-transform:perspective(2500px) rotateX(0);transform:perspective(2500px) rotateX(0)}.aos-inner-children-up-200>*,.aos-inner-fade-up-150,[data-aos]{-webkit-transition-timing-function:cubic-bezier(.47,.14,.15,.82);transition-timing-function:cubic-bezier(.47,.14,.15,.82)}.aos-inner-fade-up-150{-webkit-transition-duration:.66s;transition-duration:.66s}.aos-inner-children-up-200>*{-webkit-transition-duration:.5s;transition-duration:.5s}[data-aos][data-aos-delay="0"]{-webkit-transition-delay:0ms;transition-delay:0ms}[data-aos][data-aos-delay="0"] .aos-inner-fade-up-150{-webkit-transition-delay:.25s;transition-delay:.25s}[data-aos][data-aos-delay="0"] .aos-inner-children-up-200>:first-child{-webkit-transition-delay:0ms;transition-delay:0ms}[data-aos][data-aos-delay="0"] .aos-inner-children-up-200>:nth-child(2){-webkit-transition-delay:50ms;transition-delay:50ms}[data-aos][data-aos-delay="0"] .aos-inner-children-up-200>:nth-child(3){-webkit-transition-delay:.1s;transition-delay:.1s}[data-aos][data-aos-delay="0"] .aos-inner-children-up-200>:nth-child(4){-webkit-transition-delay:.15s;transition-delay:.15s}[data-aos][data-aos-delay="0"] .aos-inner-children-up-200>:nth-child(5){-webkit-transition-delay:.2s;transition-delay:.2s}[data-aos][data-aos-delay="133"]{-webkit-transition-delay:133ms;transition-delay:133ms}[data-aos][data-aos-delay="133"] .aos-inner-fade-up-150{-webkit-transition-delay:383ms;transition-delay:383ms}[data-aos][data-aos-delay="133"] .aos-inner-children-up-200>:first-child{-webkit-transition-delay:133ms;transition-delay:133ms}[data-aos][data-aos-delay="133"] .aos-inner-children-up-200>:nth-child(2){-webkit-transition-delay:183ms;transition-delay:183ms}[data-aos][data-aos-delay="133"] .aos-inner-children-up-200>:nth-child(3){-webkit-transition-delay:233ms;transition-delay:233ms}[data-aos][data-aos-delay="133"] .aos-inner-children-up-200>:nth-child(4){-webkit-transition-delay:283ms;transition-delay:283ms}[data-aos][data-aos-delay="133"] .aos-inner-children-up-200>:nth-child(5){-webkit-transition-delay:333ms;transition-delay:333ms}[data-aos][data-aos-delay="266"]{-webkit-transition-delay:266ms;transition-delay:266ms}[data-aos][data-aos-delay="266"] .aos-inner-fade-up-150{-webkit-transition-delay:516ms;transition-delay:516ms}[data-aos][data-aos-delay="266"] .aos-inner-children-up-200>:first-child{-webkit-transition-delay:266ms;transition-delay:266ms}[data-aos][data-aos-delay="266"] .aos-inner-children-up-200>:nth-child(2){-webkit-transition-delay:316ms;transition-delay:316ms}[data-aos][data-aos-delay="266"] .aos-inner-children-up-200>:nth-child(3){-webkit-transition-delay:366ms;transition-delay:366ms}[data-aos][data-aos-delay="266"] .aos-inner-children-up-200>:nth-child(4){-webkit-transition-delay:416ms;transition-delay:416ms}[data-aos][data-aos-delay="266"] .aos-inner-children-up-200>:nth-child(5){-webkit-transition-delay:466ms;transition-delay:466ms}[data-aos][data-aos-delay="399"]{-webkit-transition-delay:399ms;transition-delay:399ms}[data-aos][data-aos-delay="399"] .aos-inner-fade-up-150{-webkit-transition-delay:649ms;transition-delay:649ms}[data-aos][data-aos-delay="399"] .aos-inner-children-up-200>:first-child{-webkit-transition-delay:399ms;transition-delay:399ms}[data-aos][data-aos-delay="399"] .aos-inner-children-up-200>:nth-child(2){-webkit-transition-delay:449ms;transition-delay:449ms}[data-aos][data-aos-delay="399"] .aos-inner-children-up-200>:nth-child(3){-webkit-transition-delay:499ms;transition-delay:499ms}[data-aos][data-aos-delay="399"] .aos-inner-children-up-200>:nth-child(4){-webkit-transition-delay:549ms;transition-delay:549ms}[data-aos][data-aos-delay="399"] .aos-inner-children-up-200>:nth-child(5){-webkit-transition-delay:599ms;transition-delay:599ms}[data-aos]{-webkit-transition:.5s;transition:.5s}[data-aos] .aos-inner-children-up-200>*,[data-aos] .aos-inner-fade-up-150{-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;transition-property:transform;transition-property:transform,-webkit-transform}[data-aos] .aos-inner-fade-up-150{-webkit-transform:translate3d(0,152px,0);transform:translate3d(0,152px,0)}[data-aos] .aos-inner-children-up-200>*{-webkit-transform:translate3d(0,218px,0);transform:translate3d(0,218px,0)}[data-aos].aos-animate .aos-inner-children-up-200>*,[data-aos].aos-animate .aos-inner-fade-up-150{-webkit-transform:translateZ(0);transform:translateZ(0)}[data-aos="scale-1.1-1"]{-webkit-transform:scale(1.12);transform:scale(1.12);-webkit-transition:-webkit-transform 1.66s ease;transition:-webkit-transform 1.66s ease;transition:transform 1.66s ease;transition:transform 1.66s ease,-webkit-transform 1.66s ease}[data-aos="scale-1.1-1"].aos-animate{-webkit-transform:scale(1);transform:scale(1)}[data-aos=fade-up-long]{-webkit-transform:translate3d(0,434px,0);transform:translate3d(0,434px,0);-webkit-transition-property:opacity,-webkit-transform;transition-property:opacity,-webkit-transform;transition-property:transform,opacity;transition-property:transform,opacity,-webkit-transform;-webkit-transition-duration:.5s;transition-duration:.5s}.aos-init[data-aos=card]{-webkit-transition-property:border,-webkit-transform;transition-property:border,-webkit-transform;transition-property:transform,border;transition-property:transform,border,-webkit-transform;-webkit-transition-timing-function:cubic-bezier(.47,.14,.15,.82);transition-timing-function:cubic-bezier(.47,.14,.15,.82);-webkit-transition-duration:.549s;transition-duration:.549s;-webkit-transform:translate3d(1440px,0,0);transform:translate3d(1440px,0,0)}.aos-init[data-aos=card]:first-child{-webkit-transition-delay:0ms,.7s;transition-delay:0ms,.7s}.aos-init[data-aos=card]:nth-child(2){-webkit-transition-delay:.1s,.7s;transition-delay:.1s,.7s}.aos-init[data-aos=card]:nth-child(3){-webkit-transition-delay:.2s,.7s;transition-delay:.2s,.7s}.aos-init[data-aos=card]:nth-child(4){-webkit-transition-delay:.3s,.7s;transition-delay:.3s,.7s}.aos-init[data-aos=card]:nth-child(5){-webkit-transition-delay:.4s,.7s;transition-delay:.4s,.7s}.aos-init[data-aos=card]:nth-child(6){-webkit-transition-delay:.5s,.7s;transition-delay:.5s,.7s}.aos-init[data-aos=card]:nth-child(7){-webkit-transition-delay:.6s,.7s;transition-delay:.6s,.7s}.aos-init[data-aos=card]:nth-child(8){-webkit-transition-delay:.7s,.7s;transition-delay:.7s,.7s}.aos-init[data-aos=card]:nth-child(9){-webkit-transition-delay:.8s,.7s;transition-delay:.8s,.7s}.aos-init[data-aos=card]:nth-child(10){-webkit-transition-delay:.9s,.7s;transition-delay:.9s,.7s}.aos-init[data-aos=card]:nth-child(11){-webkit-transition-delay:1s,.7s;transition-delay:1s,.7s}.aos-init[data-aos=card]:nth-child(12){-webkit-transition-delay:1.1s,.7s;transition-delay:1.1s,.7s}.aos-init[data-aos=card]:nth-child(13){-webkit-transition-delay:1.2s,.7s;transition-delay:1.2s,.7s}.aos-init[data-aos=card]:nth-child(14){-webkit-transition-delay:1.3s,.7s;transition-delay:1.3s,.7s}.aos-init[data-aos=card]:nth-child(15){-webkit-transition-delay:1.4s,.7s;transition-delay:1.4s,.7s}.aos-init[data-aos=card]:nth-child(16){-webkit-transition-delay:1.5s,.7s;transition-delay:1.5s,.7s}.aos-init[data-aos=card]:nth-child(17){-webkit-transition-delay:1.6s,.7s;transition-delay:1.6s,.7s}.aos-init[data-aos=card]:nth-child(18){-webkit-transition-delay:1.7s,.7s;transition-delay:1.7s,.7s}.aos-init[data-aos=card]:nth-child(19){-webkit-transition-delay:1.8s,.7s;transition-delay:1.8s,.7s}.aos-init[data-aos=card]:nth-child(20){-webkit-transition-delay:1.9s,.7s;transition-delay:1.9s,.7s}.aos-init[data-aos=card].aos-animate{-webkit-transform:none;transform:none}.aos-init[data-aos=card]:not(.aos-animate){border-color:transparent!important}[data-aos=first-card]{-webkit-transition-timing-function:cubic-bezier(.47,.14,.15,.82);transition-timing-function:cubic-bezier(.47,.14,.15,.82);-webkit-transition-duration:.5s;transition-duration:.5s;-webkit-transform:translate3d(1000px,0,0);transform:translate3d(1000px,0,0)}[data-aos=first-card].aos-animate{-webkit-transform:none;transform:none}[data-aos=opacity]{opacity:0;-webkit-transition:opacity 2s;transition:opacity 2s}[data-aos=opacity].aos-animate{opacity:1}[data-aos^=fade][data-aos^=fade].aos-animate{-webkit-transform:translate(0);transform:translate(0)}[data-aos=fade-up-70]{-webkit-transform:translateY(73px);transform:translateY(73px)}[data-aos=fade-up-100]{-webkit-transform:translateY(106px);transform:translateY(106px)}[data-aos=fade-up-150]{-webkit-transform:translateY(150px);transform:translateY(150px)}[data-aos=fade-up-200]{-webkit-transform:translateY(196px);transform:translateY(196px)}[data-aos=fade-up-250]{-webkit-transform:translateY(262px);transform:translateY(262px)}[data-aos=fade-up-450]{-webkit-transform:translateY(434px);transform:translateY(434px)}[data-aos=fade-up-800]{-webkit-transform:translateY(780px);transform:translateY(780px)}[data-aos=fade-500]{-webkit-transition:opacity .5s cubic-bezier(.645,.045,.355,1);transition:opacity .5s cubic-bezier(.645,.045,.355,1)}.Bgc\(\$pink-lavanda-gray-dark\){background-color:#f4f5f7!important}@media (max-width:768px){.Bgc\(\$pink-lavanda-gray-dark\)--sm{background-color:#f4f5f7!important}}@media (max-width:374px){.Bgc\(\$pink-lavanda-gray-dark\)--xs{background-color:#f4f5f7!important}}@media (min-width:769px){.Bgc\(\$pink-lavanda-gray-dark\)--md{background-color:#f4f5f7!important}}@media (min-width:1025px){.Bgc\(\$pink-lavanda-gray-dark\)--lg{background-color:#f4f5f7!important}}@media (min-width:1281px){.Bgc\(\$pink-lavanda-gray-dark\)--xl{background-color:#f4f5f7!important}}.Mih\(60px\){min-height:60px}@media (max-width:768px){.Mih\(60px\)--sm{min-height:60px}}@media (max-width:374px){.Mih\(60px\)--xs{min-height:60px}}@media (min-width:769px){.Mih\(60px\)--md{min-height:60px}}@media (min-width:1025px){.Mih\(60px\)--lg{min-height:60px}}@media (min-width:1281px){.Mih\(60px\)--xl{min-height:60px}}.Mih\(90px\){min-height:90px}@media (max-width:768px){.Mih\(90px\)--sm{min-height:90px}}@media (max-width:374px){.Mih\(90px\)--xs{min-height:90px}}@media (min-width:769px){.Mih\(90px\)--md{min-height:90px}}@media (min-width:1025px){.Mih\(90px\)--lg{min-height:90px}}@media (min-width:1281px){.Mih\(90px\)--xl{min-height:90px}}.slick-slider{-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-khtml-user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:transparent}.slick-list,.slick-slider{position:relative;display:block}.slick-list{overflow:hidden;margin:0;padding:0}.slick-list:focus{outline:0}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-list,.slick-slider .slick-track{-webkit-transform:translateZ(0);transform:translateZ(0)}.slick-track{position:relative;top:0;left:0;display:block;margin-left:auto;margin-right:auto}.slick-track:after,.slick-track:before{display:table;content:""}.slick-track:after{clear:both}.slick-loading .slick-track{visibility:hidden}.slick-slide{display:none;float:left;height:100%;min-height:1px}[dir=rtl] .slick-slide{float:right}.slick-slide img{display:block}.slick-slide.slick-loading img{display:none}.slick-slide.dragging img{pointer-events:none}.slick-initialized .slick-slide{display:block}.slick-loading .slick-slide{visibility:hidden}.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}.slick-arrow.slick-hidden{display:none}.pnlm-container{margin:0;padding:0;overflow:hidden;position:relative;cursor:default;width:100%;height:100%;font-family:Helvetica,Nimbus Sans L,Liberation Sans,Arial,sans-serif;background:#f4f4f4 url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='67' height='100' viewBox='0 0 67 100'%3E%3Cpath stroke='%23ccc' fill='none' d='M33.5 50L0 63l33.5 12L67 63 33.5 50M0 0l67 25m-.5 0v75M0 25L67 0M33.5 75v25m0-100v50'/%3E%3C/svg%3E") repeat;-webkit-user-select:none;-moz-user-select:none;-o-user-select:none;-ms-user-select:none;user-select:none;outline:0;line-height:1.4;contain:content;-ms-touch-action:none;touch-action:none}.pnlm-container *{-webkit-box-sizing:content-box;box-sizing:content-box}.pnlm-ui{position:absolute;width:100%;height:100%;z-index:1}.pnlm-grab{cursor:-webkit-grab;cursor:grab;cursor:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' height='26' width='26'%3E%3Cpath stroke='%23000' fill='%23fff' d='M15.3 20.5s6.38-6.73 4.64-8.24-3.47 1.01-3.47 1.01 3.61-5.72 1.41-6.49c-2.2-.769-3.33 4.36-3.33 4.36s.873-5.76-1.06-5.76-1.58 5.39-1.58 5.39-.574-4.59-2.18-4.12c-1.61.468-.572 5.51-.572 5.51s-1.58-4.89-2.93-3.79c-1.35 1.11.258 5.25.572 6.62.836 2.43 2.03 2.94 2.17 5.55'/%3E%3C/svg%3E") 12 8,default}.pnlm-grabbing{cursor:-webkit-grabbing;cursor:grabbing;cursor:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' height='26' width='26'%3E%3Cpath stroke='%23000' fill='%23fff' d='M15.3 20.5s5.07-5.29 3.77-6.74c-1.31-1.45-2.53.14-2.53.14s2.74-3.29.535-4.06c-2.2-.769-2.52 1.3-2.52 1.3s.81-2.13-1.12-2.13-1.52 1.77-1.52 1.77-.261-1.59-1.87-1.12c-1.61.468-.874 2.17-.874 2.17s-.651-1.55-2-.445c-1.35 1.11-.68 2.25-.365 3.62.836 2.43 2.03 2.94 2.17 5.55'/%3E%3C/svg%3E") 12 8,default}.pnlm-sprite{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='26' height='208'%3E%3Ccircle fill-opacity='.78' cy='117' cx='13' r='11' fill='%23fff'/%3E%3Ccircle fill-opacity='.78' cy='143' cx='13' r='11' fill='%23fff'/%3E%3Ccircle cy='169' cx='13' r='7' fill='none' stroke='%23000' stroke-width='2'/%3E%3Ccircle cy='195' cx='13' r='7' fill='none' stroke='%23000' stroke-width='2'/%3E%3Ccircle cx='13' cy='195' r='2.5'/%3E%3Cpath d='M5 83v6h2v-4h4v-2zm10 0v2h4v4h2v-6zm-5 5v6h6v-6zm-5 5v6h6v-2H7v-4zm14 0v4h-4v2h6v-6zM13 110a7 7 0 0 0-7 7 7 7 0 0 0 7 7 7 7 0 0 0 7-7 7 7 0 0 0-7-7zm-1 3h2v2h-2zm0 3h2v5h-2zM5 57v6h2v-4h4v-2zm10 0v2h4v4h2v-6zM5 67v6h6v-2H7v-4zm14 0v4h-4v2h6v-6zM17 38v2H9v-2zM12 9v3H9v2h3v3h2v-3h3v-2h-3V9zM13 136l-6.125 6.125h4.375V150h3.5v-7.875h4.375zM10.428 173.33v-5.77l5-2.89v5.77zm1-1.73l3-1.73-3.001-1.74z'/%3E%3C/svg%3E")}.pnlm-container:-moz-full-screen{height:100%!important;width:100%!important;position:static!important}.pnlm-container:-webkit-full-screen{height:100%!important;width:100%!important;position:static!important}.pnlm-container:-ms-fullscreen{height:100%!important;width:100%!important;position:static!important}.pnlm-container:fullscreen{height:100%!important;width:100%!important;position:static!important}.pnlm-render-container{cursor:inherit;position:absolute;height:100%;width:100%}.pnlm-controls{margin-top:4px;background-color:#fff;border:1px solid #999;border-color:rgba(0,0,0,.4);border-radius:3px;cursor:pointer;z-index:2;-webkit-transform:translateZ(9999px);transform:translateZ(9999px)}.pnlm-control:hover{background-color:#f8f8f8}.pnlm-controls-container{position:absolute;top:0;left:4px;z-index:1}.pnlm-zoom-controls{width:26px;height:52px}.pnlm-zoom-in{top:0;border-radius:3px 3px 0 0}.pnlm-zoom-in,.pnlm-zoom-out{width:100%;height:50%;position:absolute}.pnlm-zoom-out{bottom:0;background-position:0 -26px;border-top:1px solid #ddd;border-top-color:rgba(0,0,0,.1);border-radius:0 0 3px 3px}.pnlm-fullscreen-toggle-button,.pnlm-hot-spot-debug-indicator,.pnlm-orientation-button{width:26px;height:26px}.pnlm-hot-spot-debug-indicator{position:absolute;top:50%;left:50%;width:26px;height:26px;margin:-13px 0 0 -13px;background-color:hsla(0,0%,100%,.5);border-radius:13px;display:none}.pnlm-orientation-button-inactive{background-position:0 -156px}.pnlm-orientation-button-active{background-position:0 -182px}.pnlm-fullscreen-toggle-button-inactive{background-position:0 -52px}.pnlm-fullscreen-toggle-button-active{background-position:0 -78px}.pnlm-panorama-info{position:absolute;bottom:4px;background-color:rgba(0,0,0,.7);border-radius:0 3px 3px 0;padding-right:10px;color:#fff;text-align:left;display:none;z-index:2;-webkit-transform:translateZ(9999px);transform:translateZ(9999px)}.pnlm-title-box{font-size:20px;margin-bottom:3px}.pnlm-author-box,.pnlm-title-box{position:relative;display:table;padding-left:5px}.pnlm-author-box{font-size:12px}.pnlm-load-box{position:absolute;top:50%;left:50%;width:200px;height:150px;margin:-75px 0 0 -100px;background-color:rgba(0,0,0,.7);border-radius:3px;text-align:center;font-size:20px;display:none;color:#fff}.pnlm-load-box p{margin:20px 0}.pnlm-lbox{position:absolute;top:50%;left:50%;width:20px;height:20px;margin:-10px 0 0 -10px;display:none}.pnlm-loading{animation-duration:1.5s;-webkit-animation-duration:1.5s;animation-name:pnlm-mv;-webkit-animation-name:pnlm-mv;animation-iteration-count:infinite;-webkit-animation-iteration-count:infinite;animation-timing-function:linear;-webkit-animation-timing-function:linear;height:10px;width:10px;background-color:#fff;position:relative}@keyframes pnlm-mv{0%{left:0;top:0}25%{left:10px;top:0}50%{left:10px;top:10px}75%{left:0;top:10px}to{left:0;top:0}}@-webkit-keyframes pnlm-mv{0%{left:0;top:0}25%{left:10px;top:0}50%{left:10px;top:10px}75%{left:0;top:10px}to{left:0;top:0}}.pnlm-load-button{position:absolute;top:50%;left:50%;width:200px;height:100px;margin:-50px 0 0 -100px;background-color:rgba(0,0,0,.7);border-radius:3px;text-align:center;font-size:20px;display:table;color:#fff;cursor:pointer}.pnlm-load-button:hover{background-color:rgba(0,0,0,.8)}.pnlm-load-button p{display:table-cell;vertical-align:middle}.pnlm-info-box{font-size:15px;position:absolute;top:50%;left:50%;width:200px;height:150px;margin:-75px 0 0 -100px;background-color:#000;border-radius:3px;display:table;text-align:center;color:#fff;table-layout:fixed}.pnlm-info-box a{color:#fff;word-wrap:break-word;overflow-wrap:break-word}.pnlm-info-box p{display:table-cell;vertical-align:middle;padding:0 5px}.pnlm-error-msg{display:none}.pnlm-about-msg{font-size:11px;line-height:11px;color:#fff;padding:5px 8px;background:rgba(0,0,0,.7);border-radius:3px;position:absolute;top:50px;left:50px;display:none;opacity:0;-webkit-transition:opacity .3s ease-in-out;transition:opacity .3s ease-in-out;z-index:1}.pnlm-about-msg a:link,.pnlm-about-msg a:visited{color:#fff}.pnlm-about-msg a:active,.pnlm-about-msg a:hover{color:#eee}.pnlm-hotspot-base{position:absolute;visibility:hidden;cursor:default;vertical-align:middle;top:0;z-index:1}.pnlm-hotspot{height:26px;width:26px;border-radius:13px}.pnlm-hotspot:hover{background-color:hsla(0,0%,100%,.2)}.pnlm-hotspot.pnlm-info{background-position:0 -104px}.pnlm-hotspot.pnlm-scene{background-position:0 -130px}div.pnlm-tooltip span{visibility:hidden;position:absolute;border-radius:3px;background-color:rgba(0,0,0,.7);color:#fff;text-align:center;max-width:200px;padding:5px 10px;margin-left:-220px;cursor:default}div.pnlm-tooltip:hover span{visibility:visible}div.pnlm-tooltip:hover span:after{content:"";position:absolute;width:0;height:0;border-width:10px;border-style:solid;border-color:rgba(0,0,0,.7) transparent transparent;bottom:-20px;left:-10px;margin:0 50%}.pnlm-compass{position:absolute;width:50px;height:50px;right:4px;bottom:4px;border-radius:25px;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' height='50' width='50'%3E%3Cpath d='M24.508 6L21.25 24h7.5L25.492 6h-.984zM21.25 26l3.258 18h.984l3.258-18h-7.5zm1.195.994h5.11L25 41.102l-2.555-14.108z'/%3E%3C/svg%3E");cursor:default;display:none}.pnlm-world{position:absolute;left:50%;top:50%}.pnlm-face{position:absolute;-webkit-transform-origin:0 0;transform-origin:0 0}.pnlm-dragfix,.pnlm-preview-img{position:absolute;height:100%;width:100%}.pnlm-preview-img{background-size:cover;background-position:50%}.pnlm-lbar{width:150px;margin:0 auto;border:1px solid #fff;height:6px}.pnlm-lbar-fill{background:#fff;height:100%;width:0}.pnlm-lmsg{font-size:12px}.pnlm-fade-img{position:absolute;top:0;left:0}.PlayButton__root{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:90px;width:90px;border-radius:50%;border-width:0;cursor:pointer;background-color:rgba(0,0,0,.425)}.PlayButton__root svg{width:14px;height:20px;color:#fff}.PlayButton__root.PlayButton__default{background-color:rgba(0,0,0,.425)}.PlayButton__root.PlayButton__default:hover{background-color:rgba(0,0,0,.5)}.PlayButton__root.PlayButton__secondary{background-color:#0180c9}.PlayButton__root.PlayButton__secondary:hover{background-color:#006ba8}.PlayButton__root.PlayButton__small{width:60px;height:60px}.PlayButton__root.PlayButton__small svg{width:9px;height:auto}@media (max-width:768px){.PlayButton__root.PlayButton__small{width:45px;height:45px}}.Hero__root,.Hero__slide{height:591px}@media (max-width:768px){.Hero__root,.Hero__slide{height:100vh;min-height:500px}}.Hero__root.Hero__modular,.Hero__slide.Hero__modular{height:472px}@media (max-width:768px){.Hero__root.Hero__modular,.Hero__slide.Hero__modular{height:472px;min-height:472px;padding:75px 0}}.Hero__root{position:relative;color:#fff;overflow:hidden;z-index:0;background-image:radial-gradient(circle at center,hsla(0,0%,100%,.3) 0,hsla(0,0%,100%,0) 100%);background-position:50%;background-repeat:no-repeat;background-size:cover;padding:120px 0}@media (max-width:768px){.Hero__root{padding:32vh 0}}.Hero__root .Hero__headerPattern{z-index:-1;width:1440px;height:200%;bottom:0;left:50%;margin-left:-720px}@media (max-width:1024px){.Hero__root .Hero__headerPattern{width:100%;left:auto;right:auto;margin-left:0}}.Hero__root .Hero__logo{width:66px;height:38px;color:#fff;fill:#fff;stroke:#fff}.Hero__bgColor{position:absolute;top:0;left:0;width:100%;height:100%;z-index:-1;background-position:50%;background-repeat:no-repeat;background-size:cover}.Hero__labelImage{display:block;position:absolute}.Hero__parallaxImage{position:absolute;top:0;left:0;z-index:-1;width:100%;height:100%;background-position:bottom;background-repeat:no-repeat}.Hero__parallaxImage.edgeImages{background-position:left 0 bottom 0,right 0 bottom 0}.Hero__parallaxImage.repeatImageY{background-repeat:repeat-y}.Hero__slider{width:100%;position:absolute;top:0;left:0;z-index:-1}.Hero__slider .slick-dots{position:absolute;bottom:60px;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);margin:0;padding:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;list-style-type:none}.Hero__slider .slick-dots li{margin-left:13px}.Hero__slider .slick-dots li:first-child{margin-left:0}.Hero__slider .slick-dots button{display:block;width:6px;height:6px;padding:0;border:none;border-radius:100%;background-color:#bcc7d3;text-indent:-9999px;-webkit-transition:-webkit-transform .3s ease;transition:-webkit-transform .3s ease;transition:transform .3s ease;transition:transform .3s ease,-webkit-transform .3s ease}@media (max-width:768px){.Hero__slider .slick-dots{bottom:122px}}.Hero__slider .slick-dots .slick-active button{-webkit-transform:scale(1.67);transform:scale(1.67);background-color:#fff}.Hero__slide{width:100%;position:relative}.Hero__slideImage{width:100%;height:100%;background-size:cover;background-repeat:no-repeat;background-position:50%}.Hero__slideContent{position:absolute;top:0;left:0;width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.Categories__root{display:block}.CategoriesItem__root{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;text-decoration:none;text-align:center;width:160px}@media (max-width:1024px){.CategoriesItem__root{margin-bottom:35px}}@media (max-width:768px){.CategoriesItem__root{width:105px}}.CategoriesItem__root .CategoriesItem__img{-webkit-transition:all .5s ease;transition:all .5s ease}.CategoriesItem__root p{font-size:16px;font-weight:400}.CategoriesItem__root:hover p{color:#0180c9}.CategoriesItem__root:hover .CategoriesItem__img{-webkit-transform:translateY(-10px);transform:translateY(-10px)}.ProductCard__root{height:100%;display:block;color:#fff;position:relative;text-align:center;border-radius:8px;overflow:hidden}@media (min-width:769px){.ProductCard__root.ProductCard__rectangle{border-radius:0}}@media (max-width:768px){.ProductCard__root{height:441px}}.ProductCard__root .ProductCard__desc,.ProductCard__root .ProductCard__model{position:relative;z-index:1;overflow:hidden;text-overflow:ellipsis;-webkit-box-orient:vertical;display:-webkit-box;-webkit-line-clamp:3}.ProductCard__root .ProductCard__model{margin-top:0;padding-top:58px;text-transform:uppercase;font-size:13px}@media (max-width:768px){.ProductCard__root .ProductCard__model{padding-top:49px}}.ProductCard__root .ProductCard__desc{width:294px;height:92px;overflow:hidden;font-size:22px;line-height:30px;font-weight:300;margin:12px auto auto}@media (max-width:768px){.ProductCard__root .ProductCard__desc{width:69%;max-width:353px}}.ProductCard__root .ProductCard__image{position:absolute;bottom:0;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.ProductCard__root .ProductCard__image img{width:auto}.ProductCard__root .ProductCard__image.ProductCard__high img{height:320px}@media (max-width:768px){.ProductCard__root .ProductCard__image.ProductCard__high img{max-height:243px}}.ProductCard__root .ProductCard__image.ProductCard__wide img{width:232px}@media (max-width:768px){.ProductCard__root .ProductCard__image.ProductCard__wide img{max-width:200px}}@media (min-width:769px){.ProductCardWithPhoto__root{display:-webkit-box;display:-ms-flexbox;display:flex;border-radius:8px;overflow:hidden}.ProductCardWithPhoto__root .ProductCardWithPhoto__photo,.ProductCardWithPhoto__root .ProductCardWithPhoto__product{height:100%;width:50%}.ProductCardWithPhoto__root .ProductCardWithPhoto__photo{position:relative}.ProductCardWithPhoto__root .ProductCardWithPhoto__photo img{position:absolute;top:0;right:0;width:auto;height:100%;min-width:100%}}@media (max-width:1024px){.ProductCardWithPhoto__root .ProductCardWithPhoto__photo{display:none}.ProductCardWithPhoto__root .ProductCardWithPhoto__product{width:100%}}.ArticleCard__root{display:block;color:#fff;position:relative;background-size:cover;border-radius:8px;text-align:center;overflow:hidden}@media (max-width:768px){.ArticleCard__root{height:440px}}.ArticleCard__root .ArticleCard__background{position:absolute;top:0;left:0;width:100%;height:100%;z-index:-1;overflow:hidden;border-radius:8px}.ArticleCard__root .ArticleCard__background img{height:100%;width:auto;position:absolute;top:0;right:50%;-webkit-transform:translateX(50%);transform:translateX(50%);min-width:100%}.ArticleCard__root .ArticleCard__textBlock{position:absolute;width:100%;bottom:145px;z-index:1}@media (max-width:768px){.ArticleCard__root .ArticleCard__textBlock{bottom:122px}}.ArticleCard__root .ArticleCard__button{bottom:42px}@media (max-width:768px){.ArticleCard__root .ArticleCard__button{bottom:30px}}.ArticleCard__root .ArticleCard__imageWrapper{width:100%;height:200px;position:absolute;top:40px}@media (max-width:768px){.ArticleCard__root .ArticleCard__imageWrapper{top:0}}.ArticleCard__root .ArticleCard__imageWrapper.ArticleCard__rounded{left:calc(50% - 100px);background-size:cover;border-radius:50%;width:200px;overflow:hidden}@media (max-width:768px){.ArticleCard__root .ArticleCard__imageWrapper.ArticleCard__rounded{width:200px}}.ArticleCard__root .ArticleCard__imageWrapper .ArticleCard__image img{height:200px;width:auto}.ArticleCard__root .ArticleCard__desc{margin:auto;margin-top:7px;font-size:22px;width:300px;line-height:30px}@media (max-width:768px){.ArticleCard__root .ArticleCard__desc{width:235px}}.ArticleCard__root.ArticleCard__withoutBackground{display:block}@media (max-width:768px){.ArticleCard__root.ArticleCard__withoutBackground{height:422px}}@media (max-width:768px) and (max-width:768px){.ArticleCard__root.ArticleCard__withoutBackground .ArticleCard__textBlock{bottom:107px}}.ArticleCard__root.ArticleCard__withoutBackground .ArticleCard__category{color:#9aa8b6}.ArticleCard__root.ArticleCard__withoutBackground .ArticleCard__desc{margin-top:15px;color:#1e2e3f}@media (max-width:768px){.ArticleCard__root.ArticleCard__withoutBackground .ArticleCard__desc{width:281px}}@media (max-width:768px){.ArticleCard__root.ArticleCard__withoutBackground .ArticleCard__button{bottom:0}}@media (min-width:769px){.HomeGrid__articles{margin-bottom:38px}}@media (max-width:768px){.HomeGrid__header{margin-bottom:9px}.HomeGrid__articles{margin-bottom:30px}}.SafetyNotice__root{background-color:#1e2e3f;border-radius:8px;position:relative;color:#fff}@media (min-width:769px){.SafetyNotice__root{padding:60px 0}}@media (max-width:768px){.SafetyNotice__root{padding:50px 0;border-radius:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center}}@media (max-width:768px){.SafetyNotice__root .SafetyNotice__textContent{margin-top:25px}}@media (max-width:768px){.SafetyNotice__root .SafetyNotice__heading{margin-top:10px;text-align:center}}.SafetyNotice__root .SafetyNotice__text{margin-top:8px}@media (max-width:768px){.SafetyNotice__root .SafetyNotice__text{width:75%;max-width:345px;margin-top:10px;font-size:18px;line-height:28px;text-align:center}}@media (max-width:768px){.SafetyNotice__root .SafetyNotice__button{margin-top:40px}}@media (max-width:768px){.SafetyNotice__root.SafetyNotice__boldHeading .SafetyNotice__textContent{margin-top:20px}}.SafetyNotice__root.SafetyNotice__boldHeading .SafetyNotice__heading{letter-spacing:.2px}@media (max-width:374px){.SafetyNotice__root.SafetyNotice__boldHeading .SafetyNotice__heading{width:95%}}.SafetyNotice__root.SafetyNotice__boldHeading .SafetyNotice__text{color:#bcc7d3;font-weight:400}@media (max-width:768px){.SafetyNotice__root.SafetyNotice__boldHeading .SafetyNotice__text{width:95%}}@media (max-width:374px){.SafetyNotice__root.SafetyNotice__boldHeading .SafetyNotice__text{width:90%}}@media (max-width:768px){.SafetyNotice__root.SafetyNotice__boldHeading .SafetyNotice__button{margin-top:35px}}.PromiseCard__root{position:relative;height:366px;border-radius:8px;color:#fff}@media (min-width:769px){.PromiseCard__root{padding-top:60px;text-align:center}}@media (max-width:768px){.PromiseCard__root{max-width:334px;height:auto;padding:40px;padding-left:115px}}@media (max-width:374px){.PromiseCard__root{padding-left:105px}}@media (min-width:769px){.PromiseCard__root .PromiseCard__imageWrapper{height:52px}}@media (max-width:768px){.PromiseCard__root .PromiseCard__imageWrapper{width:100px;position:absolute;left:7px;top:49px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}}.PromiseCard__root.PromiseCard__guarantee{background-color:#f57e6b}.PromiseCard__root.PromiseCard__support{background-color:#87cca4}.PromiseCard__root.PromiseCard__satisfaction{background-color:#f4b772}.PromiseCard__root svg{width:auto;color:#fff;fill:#fff;stroke:#fff}.PromiseCard__root svg.PromiseCard__guarantee{height:52px}@media (max-width:768px){.PromiseCard__root svg.PromiseCard__guarantee{height:47px}}.PromiseCard__root svg.PromiseCard__support{height:47px}@media (max-width:768px){.PromiseCard__root svg.PromiseCard__support{height:42px}}.PromiseCard__root svg.PromiseCard__satisfaction{height:47px}@media (max-width:768px){.PromiseCard__root svg.PromiseCard__satisfaction{height:40px}}.PromiseCard__root .PromiseCard__title{font-size:24px;width:211px;margin:auto;margin-top:36.2px;line-height:32px}@media (max-width:1024px){.PromiseCard__root .PromiseCard__title{max-width:66%}}@media (max-width:768px){.PromiseCard__root .PromiseCard__title{max-width:100%;margin-top:0}}.PromiseCard__root .PromiseCard__subtitle{font-size:18px;width:211px;line-height:28px;margin:auto;margin-top:15px}@media (max-width:1024px){.PromiseCard__root .PromiseCard__subtitle{max-width:90%}}@media (max-width:768px){.PromiseCard__root .PromiseCard__subtitle{max-width:100%;margin-top:9px}}@media (max-width:768px){.PromiseCard__root .PromiseCard__subtitle,.PromiseCard__root .PromiseCard__title{width:179px}}.Promises__root{display:block}.ScrollCarousel__container{width:100%;padding-right:1.25%;padding-left:1.25%;margin-right:auto;margin-left:auto}@media (min-width:769px){.ScrollCarousel__container{max-width:1800px}}.ScrollCarousel__container-fluid{width:100%;padding-right:1.25%;padding-left:1.25%;margin-right:auto;margin-left:auto}.ScrollCarousel__row{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-right:-1.25%;margin-left:-1.25%}.ScrollCarousel__no-gutters{margin-right:0;margin-left:0}.ScrollCarousel__no-gutters>.ScrollCarousel__col,.ScrollCarousel__no-gutters>[class*=col-]{padding-right:0;padding-left:0}.ScrollCarousel__col,.ScrollCarousel__col-1,.ScrollCarousel__col-2,.ScrollCarousel__col-3,.ScrollCarousel__col-4,.ScrollCarousel__col-5,.ScrollCarousel__col-6,.ScrollCarousel__col-7,.ScrollCarousel__col-8,.ScrollCarousel__col-9,.ScrollCarousel__col-10,.ScrollCarousel__col-11,.ScrollCarousel__col-12,.ScrollCarousel__col-auto,.ScrollCarousel__col-lg,.ScrollCarousel__col-lg-1,.ScrollCarousel__col-lg-2,.ScrollCarousel__col-lg-3,.ScrollCarousel__col-lg-4,.ScrollCarousel__col-lg-5,.ScrollCarousel__col-lg-6,.ScrollCarousel__col-lg-7,.ScrollCarousel__col-lg-8,.ScrollCarousel__col-lg-9,.ScrollCarousel__col-lg-10,.ScrollCarousel__col-lg-11,.ScrollCarousel__col-lg-12,.ScrollCarousel__col-lg-auto,.ScrollCarousel__col-md,.ScrollCarousel__col-md-1,.ScrollCarousel__col-md-2,.ScrollCarousel__col-md-3,.ScrollCarousel__col-md-4,.ScrollCarousel__col-md-5,.ScrollCarousel__col-md-6,.ScrollCarousel__col-md-7,.ScrollCarousel__col-md-8,.ScrollCarousel__col-md-9,.ScrollCarousel__col-md-10,.ScrollCarousel__col-md-11,.ScrollCarousel__col-md-12,.ScrollCarousel__col-md-auto,.ScrollCarousel__col-xl,.ScrollCarousel__col-xl-1,.ScrollCarousel__col-xl-2,.ScrollCarousel__col-xl-3,.ScrollCarousel__col-xl-4,.ScrollCarousel__col-xl-5,.ScrollCarousel__col-xl-6,.ScrollCarousel__col-xl-7,.ScrollCarousel__col-xl-8,.ScrollCarousel__col-xl-9,.ScrollCarousel__col-xl-10,.ScrollCarousel__col-xl-11,.ScrollCarousel__col-xl-12,.ScrollCarousel__col-xl-auto,.ScrollCarousel__col-xs,.ScrollCarousel__col-xs-1,.ScrollCarousel__col-xs-2,.ScrollCarousel__col-xs-3,.ScrollCarousel__col-xs-4,.ScrollCarousel__col-xs-5,.ScrollCarousel__col-xs-6,.ScrollCarousel__col-xs-7,.ScrollCarousel__col-xs-8,.ScrollCarousel__col-xs-9,.ScrollCarousel__col-xs-10,.ScrollCarousel__col-xs-11,.ScrollCarousel__col-xs-12,.ScrollCarousel__col-xs-auto,.ScrollCarousel__col-xxl,.ScrollCarousel__col-xxl-1,.ScrollCarousel__col-xxl-2,.ScrollCarousel__col-xxl-3,.ScrollCarousel__col-xxl-4,.ScrollCarousel__col-xxl-5,.ScrollCarousel__col-xxl-6,.ScrollCarousel__col-xxl-7,.ScrollCarousel__col-xxl-8,.ScrollCarousel__col-xxl-9,.ScrollCarousel__col-xxl-10,.ScrollCarousel__col-xxl-11,.ScrollCarousel__col-xxl-12,.ScrollCarousel__col-xxl-auto{position:relative;width:100%;min-height:1px;padding-right:1.25%;padding-left:1.25%}.ScrollCarousel__col{-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;max-width:100%}.ScrollCarousel__col-auto{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:none}.ScrollCarousel__col-1{-webkit-box-flex:0;-ms-flex:0 0 8.33333%;flex:0 0 8.33333%;max-width:8.33333%}.ScrollCarousel__col-2{-webkit-box-flex:0;-ms-flex:0 0 16.66667%;flex:0 0 16.66667%;max-width:16.66667%}.ScrollCarousel__col-3{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.ScrollCarousel__col-4{-webkit-box-flex:0;-ms-flex:0 0 33.33333%;flex:0 0 33.33333%;max-width:33.33333%}.ScrollCarousel__col-5{-webkit-box-flex:0;-ms-flex:0 0 41.66667%;flex:0 0 41.66667%;max-width:41.66667%}.ScrollCarousel__col-6{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.ScrollCarousel__col-7{-webkit-box-flex:0;-ms-flex:0 0 58.33333%;flex:0 0 58.33333%;max-width:58.33333%}.ScrollCarousel__col-8{-webkit-box-flex:0;-ms-flex:0 0 66.66667%;flex:0 0 66.66667%;max-width:66.66667%}.ScrollCarousel__col-9{-webkit-box-flex:0;-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.ScrollCarousel__col-10{-webkit-box-flex:0;-ms-flex:0 0 83.33333%;flex:0 0 83.33333%;max-width:83.33333%}.ScrollCarousel__col-11{-webkit-box-flex:0;-ms-flex:0 0 91.66667%;flex:0 0 91.66667%;max-width:91.66667%}.ScrollCarousel__col-12{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.ScrollCarousel__order-first{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.ScrollCarousel__order-last{-webkit-box-ordinal-group:14;-ms-flex-order:13;order:13}.ScrollCarousel__order-0{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}.ScrollCarousel__order-1{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.ScrollCarousel__order-2{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.ScrollCarousel__order-3{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.ScrollCarousel__order-4{-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4}.ScrollCarousel__order-5{-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5}.ScrollCarousel__order-6{-webkit-box-ordinal-group:7;-ms-flex-order:6;order:6}.ScrollCarousel__order-7{-webkit-box-ordinal-group:8;-ms-flex-order:7;order:7}.ScrollCarousel__order-8{-webkit-box-ordinal-group:9;-ms-flex-order:8;order:8}.ScrollCarousel__order-9{-webkit-box-ordinal-group:10;-ms-flex-order:9;order:9}.ScrollCarousel__order-10{-webkit-box-ordinal-group:11;-ms-flex-order:10;order:10}.ScrollCarousel__order-11{-webkit-box-ordinal-group:12;-ms-flex-order:11;order:11}.ScrollCarousel__order-12{-webkit-box-ordinal-group:13;-ms-flex-order:12;order:12}.ScrollCarousel__offset-1{margin-left:8.33333%}.ScrollCarousel__offset-2{margin-left:16.66667%}.ScrollCarousel__offset-3{margin-left:25%}.ScrollCarousel__offset-4{margin-left:33.33333%}.ScrollCarousel__offset-5{margin-left:41.66667%}.ScrollCarousel__offset-6{margin-left:50%}.ScrollCarousel__offset-7{margin-left:58.33333%}.ScrollCarousel__offset-8{margin-left:66.66667%}.ScrollCarousel__offset-9{margin-left:75%}.ScrollCarousel__offset-10{margin-left:83.33333%}.ScrollCarousel__offset-11{margin-left:91.66667%}@media (min-width:375px){.ScrollCarousel__col-xs{-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;max-width:100%}.ScrollCarousel__col-xs-auto{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:none}.ScrollCarousel__col-xs-1{-webkit-box-flex:0;-ms-flex:0 0 8.33333%;flex:0 0 8.33333%;max-width:8.33333%}.ScrollCarousel__col-xs-2{-webkit-box-flex:0;-ms-flex:0 0 16.66667%;flex:0 0 16.66667%;max-width:16.66667%}.ScrollCarousel__col-xs-3{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.ScrollCarousel__col-xs-4{-webkit-box-flex:0;-ms-flex:0 0 33.33333%;flex:0 0 33.33333%;max-width:33.33333%}.ScrollCarousel__col-xs-5{-webkit-box-flex:0;-ms-flex:0 0 41.66667%;flex:0 0 41.66667%;max-width:41.66667%}.ScrollCarousel__col-xs-6{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.ScrollCarousel__col-xs-7{-webkit-box-flex:0;-ms-flex:0 0 58.33333%;flex:0 0 58.33333%;max-width:58.33333%}.ScrollCarousel__col-xs-8{-webkit-box-flex:0;-ms-flex:0 0 66.66667%;flex:0 0 66.66667%;max-width:66.66667%}.ScrollCarousel__col-xs-9{-webkit-box-flex:0;-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.ScrollCarousel__col-xs-10{-webkit-box-flex:0;-ms-flex:0 0 83.33333%;flex:0 0 83.33333%;max-width:83.33333%}.ScrollCarousel__col-xs-11{-webkit-box-flex:0;-ms-flex:0 0 91.66667%;flex:0 0 91.66667%;max-width:91.66667%}.ScrollCarousel__col-xs-12{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.ScrollCarousel__order-xs-first{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.ScrollCarousel__order-xs-last{-webkit-box-ordinal-group:14;-ms-flex-order:13;order:13}.ScrollCarousel__order-xs-0{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}.ScrollCarousel__order-xs-1{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.ScrollCarousel__order-xs-2{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.ScrollCarousel__order-xs-3{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.ScrollCarousel__order-xs-4{-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4}.ScrollCarousel__order-xs-5{-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5}.ScrollCarousel__order-xs-6{-webkit-box-ordinal-group:7;-ms-flex-order:6;order:6}.ScrollCarousel__order-xs-7{-webkit-box-ordinal-group:8;-ms-flex-order:7;order:7}.ScrollCarousel__order-xs-8{-webkit-box-ordinal-group:9;-ms-flex-order:8;order:8}.ScrollCarousel__order-xs-9{-webkit-box-ordinal-group:10;-ms-flex-order:9;order:9}.ScrollCarousel__order-xs-10{-webkit-box-ordinal-group:11;-ms-flex-order:10;order:10}.ScrollCarousel__order-xs-11{-webkit-box-ordinal-group:12;-ms-flex-order:11;order:11}.ScrollCarousel__order-xs-12{-webkit-box-ordinal-group:13;-ms-flex-order:12;order:12}.ScrollCarousel__offset-xs-0{margin-left:0}.ScrollCarousel__offset-xs-1{margin-left:8.33333%}.ScrollCarousel__offset-xs-2{margin-left:16.66667%}.ScrollCarousel__offset-xs-3{margin-left:25%}.ScrollCarousel__offset-xs-4{margin-left:33.33333%}.ScrollCarousel__offset-xs-5{margin-left:41.66667%}.ScrollCarousel__offset-xs-6{margin-left:50%}.ScrollCarousel__offset-xs-7{margin-left:58.33333%}.ScrollCarousel__offset-xs-8{margin-left:66.66667%}.ScrollCarousel__offset-xs-9{margin-left:75%}.ScrollCarousel__offset-xs-10{margin-left:83.33333%}.ScrollCarousel__offset-xs-11{margin-left:91.66667%}}@media (min-width:769px){.ScrollCarousel__col-md{-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;max-width:100%}.ScrollCarousel__col-md-auto{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:none}.ScrollCarousel__col-md-1{-webkit-box-flex:0;-ms-flex:0 0 8.33333%;flex:0 0 8.33333%;max-width:8.33333%}.ScrollCarousel__col-md-2{-webkit-box-flex:0;-ms-flex:0 0 16.66667%;flex:0 0 16.66667%;max-width:16.66667%}.ScrollCarousel__col-md-3{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.ScrollCarousel__col-md-4{-webkit-box-flex:0;-ms-flex:0 0 33.33333%;flex:0 0 33.33333%;max-width:33.33333%}.ScrollCarousel__col-md-5{-webkit-box-flex:0;-ms-flex:0 0 41.66667%;flex:0 0 41.66667%;max-width:41.66667%}.ScrollCarousel__col-md-6{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.ScrollCarousel__col-md-7{-webkit-box-flex:0;-ms-flex:0 0 58.33333%;flex:0 0 58.33333%;max-width:58.33333%}.ScrollCarousel__col-md-8{-webkit-box-flex:0;-ms-flex:0 0 66.66667%;flex:0 0 66.66667%;max-width:66.66667%}.ScrollCarousel__col-md-9{-webkit-box-flex:0;-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.ScrollCarousel__col-md-10{-webkit-box-flex:0;-ms-flex:0 0 83.33333%;flex:0 0 83.33333%;max-width:83.33333%}.ScrollCarousel__col-md-11{-webkit-box-flex:0;-ms-flex:0 0 91.66667%;flex:0 0 91.66667%;max-width:91.66667%}.ScrollCarousel__col-md-12{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.ScrollCarousel__order-md-first{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.ScrollCarousel__order-md-last{-webkit-box-ordinal-group:14;-ms-flex-order:13;order:13}.ScrollCarousel__order-md-0{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}.ScrollCarousel__order-md-1{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.ScrollCarousel__order-md-2{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.ScrollCarousel__order-md-3{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.ScrollCarousel__order-md-4{-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4}.ScrollCarousel__order-md-5{-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5}.ScrollCarousel__order-md-6{-webkit-box-ordinal-group:7;-ms-flex-order:6;order:6}.ScrollCarousel__order-md-7{-webkit-box-ordinal-group:8;-ms-flex-order:7;order:7}.ScrollCarousel__order-md-8{-webkit-box-ordinal-group:9;-ms-flex-order:8;order:8}.ScrollCarousel__order-md-9{-webkit-box-ordinal-group:10;-ms-flex-order:9;order:9}.ScrollCarousel__order-md-10{-webkit-box-ordinal-group:11;-ms-flex-order:10;order:10}.ScrollCarousel__order-md-11{-webkit-box-ordinal-group:12;-ms-flex-order:11;order:11}.ScrollCarousel__order-md-12{-webkit-box-ordinal-group:13;-ms-flex-order:12;order:12}.ScrollCarousel__offset-md-0{margin-left:0}.ScrollCarousel__offset-md-1{margin-left:8.33333%}.ScrollCarousel__offset-md-2{margin-left:16.66667%}.ScrollCarousel__offset-md-3{margin-left:25%}.ScrollCarousel__offset-md-4{margin-left:33.33333%}.ScrollCarousel__offset-md-5{margin-left:41.66667%}.ScrollCarousel__offset-md-6{margin-left:50%}.ScrollCarousel__offset-md-7{margin-left:58.33333%}.ScrollCarousel__offset-md-8{margin-left:66.66667%}.ScrollCarousel__offset-md-9{margin-left:75%}.ScrollCarousel__offset-md-10{margin-left:83.33333%}.ScrollCarousel__offset-md-11{margin-left:91.66667%}}@media (min-width:1025px){.ScrollCarousel__col-lg{-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;max-width:100%}.ScrollCarousel__col-lg-auto{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:none}.ScrollCarousel__col-lg-1{-webkit-box-flex:0;-ms-flex:0 0 8.33333%;flex:0 0 8.33333%;max-width:8.33333%}.ScrollCarousel__col-lg-2{-webkit-box-flex:0;-ms-flex:0 0 16.66667%;flex:0 0 16.66667%;max-width:16.66667%}.ScrollCarousel__col-lg-3{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.ScrollCarousel__col-lg-4{-webkit-box-flex:0;-ms-flex:0 0 33.33333%;flex:0 0 33.33333%;max-width:33.33333%}.ScrollCarousel__col-lg-5{-webkit-box-flex:0;-ms-flex:0 0 41.66667%;flex:0 0 41.66667%;max-width:41.66667%}.ScrollCarousel__col-lg-6{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.ScrollCarousel__col-lg-7{-webkit-box-flex:0;-ms-flex:0 0 58.33333%;flex:0 0 58.33333%;max-width:58.33333%}.ScrollCarousel__col-lg-8{-webkit-box-flex:0;-ms-flex:0 0 66.66667%;flex:0 0 66.66667%;max-width:66.66667%}.ScrollCarousel__col-lg-9{-webkit-box-flex:0;-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.ScrollCarousel__col-lg-10{-webkit-box-flex:0;-ms-flex:0 0 83.33333%;flex:0 0 83.33333%;max-width:83.33333%}.ScrollCarousel__col-lg-11{-webkit-box-flex:0;-ms-flex:0 0 91.66667%;flex:0 0 91.66667%;max-width:91.66667%}.ScrollCarousel__col-lg-12{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.ScrollCarousel__order-lg-first{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.ScrollCarousel__order-lg-last{-webkit-box-ordinal-group:14;-ms-flex-order:13;order:13}.ScrollCarousel__order-lg-0{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}.ScrollCarousel__order-lg-1{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.ScrollCarousel__order-lg-2{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.ScrollCarousel__order-lg-3{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.ScrollCarousel__order-lg-4{-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4}.ScrollCarousel__order-lg-5{-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5}.ScrollCarousel__order-lg-6{-webkit-box-ordinal-group:7;-ms-flex-order:6;order:6}.ScrollCarousel__order-lg-7{-webkit-box-ordinal-group:8;-ms-flex-order:7;order:7}.ScrollCarousel__order-lg-8{-webkit-box-ordinal-group:9;-ms-flex-order:8;order:8}.ScrollCarousel__order-lg-9{-webkit-box-ordinal-group:10;-ms-flex-order:9;order:9}.ScrollCarousel__order-lg-10{-webkit-box-ordinal-group:11;-ms-flex-order:10;order:10}.ScrollCarousel__order-lg-11{-webkit-box-ordinal-group:12;-ms-flex-order:11;order:11}.ScrollCarousel__order-lg-12{-webkit-box-ordinal-group:13;-ms-flex-order:12;order:12}.ScrollCarousel__offset-lg-0{margin-left:0}.ScrollCarousel__offset-lg-1{margin-left:8.33333%}.ScrollCarousel__offset-lg-2{margin-left:16.66667%}.ScrollCarousel__offset-lg-3{margin-left:25%}.ScrollCarousel__offset-lg-4{margin-left:33.33333%}.ScrollCarousel__offset-lg-5{margin-left:41.66667%}.ScrollCarousel__offset-lg-6{margin-left:50%}.ScrollCarousel__offset-lg-7{margin-left:58.33333%}.ScrollCarousel__offset-lg-8{margin-left:66.66667%}.ScrollCarousel__offset-lg-9{margin-left:75%}.ScrollCarousel__offset-lg-10{margin-left:83.33333%}.ScrollCarousel__offset-lg-11{margin-left:91.66667%}}@media (min-width:1281px){.ScrollCarousel__col-xl{-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;max-width:100%}.ScrollCarousel__col-xl-auto{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:none}.ScrollCarousel__col-xl-1{-webkit-box-flex:0;-ms-flex:0 0 8.33333%;flex:0 0 8.33333%;max-width:8.33333%}.ScrollCarousel__col-xl-2{-webkit-box-flex:0;-ms-flex:0 0 16.66667%;flex:0 0 16.66667%;max-width:16.66667%}.ScrollCarousel__col-xl-3{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.ScrollCarousel__col-xl-4{-webkit-box-flex:0;-ms-flex:0 0 33.33333%;flex:0 0 33.33333%;max-width:33.33333%}.ScrollCarousel__col-xl-5{-webkit-box-flex:0;-ms-flex:0 0 41.66667%;flex:0 0 41.66667%;max-width:41.66667%}.ScrollCarousel__col-xl-6{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.ScrollCarousel__col-xl-7{-webkit-box-flex:0;-ms-flex:0 0 58.33333%;flex:0 0 58.33333%;max-width:58.33333%}.ScrollCarousel__col-xl-8{-webkit-box-flex:0;-ms-flex:0 0 66.66667%;flex:0 0 66.66667%;max-width:66.66667%}.ScrollCarousel__col-xl-9{-webkit-box-flex:0;-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.ScrollCarousel__col-xl-10{-webkit-box-flex:0;-ms-flex:0 0 83.33333%;flex:0 0 83.33333%;max-width:83.33333%}.ScrollCarousel__col-xl-11{-webkit-box-flex:0;-ms-flex:0 0 91.66667%;flex:0 0 91.66667%;max-width:91.66667%}.ScrollCarousel__col-xl-12{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.ScrollCarousel__order-xl-first{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.ScrollCarousel__order-xl-last{-webkit-box-ordinal-group:14;-ms-flex-order:13;order:13}.ScrollCarousel__order-xl-0{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}.ScrollCarousel__order-xl-1{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.ScrollCarousel__order-xl-2{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.ScrollCarousel__order-xl-3{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.ScrollCarousel__order-xl-4{-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4}.ScrollCarousel__order-xl-5{-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5}.ScrollCarousel__order-xl-6{-webkit-box-ordinal-group:7;-ms-flex-order:6;order:6}.ScrollCarousel__order-xl-7{-webkit-box-ordinal-group:8;-ms-flex-order:7;order:7}.ScrollCarousel__order-xl-8{-webkit-box-ordinal-group:9;-ms-flex-order:8;order:8}.ScrollCarousel__order-xl-9{-webkit-box-ordinal-group:10;-ms-flex-order:9;order:9}.ScrollCarousel__order-xl-10{-webkit-box-ordinal-group:11;-ms-flex-order:10;order:10}.ScrollCarousel__order-xl-11{-webkit-box-ordinal-group:12;-ms-flex-order:11;order:11}.ScrollCarousel__order-xl-12{-webkit-box-ordinal-group:13;-ms-flex-order:12;order:12}.ScrollCarousel__offset-xl-0{margin-left:0}.ScrollCarousel__offset-xl-1{margin-left:8.33333%}.ScrollCarousel__offset-xl-2{margin-left:16.66667%}.ScrollCarousel__offset-xl-3{margin-left:25%}.ScrollCarousel__offset-xl-4{margin-left:33.33333%}.ScrollCarousel__offset-xl-5{margin-left:41.66667%}.ScrollCarousel__offset-xl-6{margin-left:50%}.ScrollCarousel__offset-xl-7{margin-left:58.33333%}.ScrollCarousel__offset-xl-8{margin-left:66.66667%}.ScrollCarousel__offset-xl-9{margin-left:75%}.ScrollCarousel__offset-xl-10{margin-left:83.33333%}.ScrollCarousel__offset-xl-11{margin-left:91.66667%}}@media (min-width:1441px){.ScrollCarousel__col-xxl{-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;max-width:100%}.ScrollCarousel__col-xxl-auto{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:none}.ScrollCarousel__col-xxl-1{-webkit-box-flex:0;-ms-flex:0 0 8.33333%;flex:0 0 8.33333%;max-width:8.33333%}.ScrollCarousel__col-xxl-2{-webkit-box-flex:0;-ms-flex:0 0 16.66667%;flex:0 0 16.66667%;max-width:16.66667%}.ScrollCarousel__col-xxl-3{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.ScrollCarousel__col-xxl-4{-webkit-box-flex:0;-ms-flex:0 0 33.33333%;flex:0 0 33.33333%;max-width:33.33333%}.ScrollCarousel__col-xxl-5{-webkit-box-flex:0;-ms-flex:0 0 41.66667%;flex:0 0 41.66667%;max-width:41.66667%}.ScrollCarousel__col-xxl-6{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.ScrollCarousel__col-xxl-7{-webkit-box-flex:0;-ms-flex:0 0 58.33333%;flex:0 0 58.33333%;max-width:58.33333%}.ScrollCarousel__col-xxl-8{-webkit-box-flex:0;-ms-flex:0 0 66.66667%;flex:0 0 66.66667%;max-width:66.66667%}.ScrollCarousel__col-xxl-9{-webkit-box-flex:0;-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.ScrollCarousel__col-xxl-10{-webkit-box-flex:0;-ms-flex:0 0 83.33333%;flex:0 0 83.33333%;max-width:83.33333%}.ScrollCarousel__col-xxl-11{-webkit-box-flex:0;-ms-flex:0 0 91.66667%;flex:0 0 91.66667%;max-width:91.66667%}.ScrollCarousel__col-xxl-12{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.ScrollCarousel__order-xxl-first{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.ScrollCarousel__order-xxl-last{-webkit-box-ordinal-group:14;-ms-flex-order:13;order:13}.ScrollCarousel__order-xxl-0{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}.ScrollCarousel__order-xxl-1{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.ScrollCarousel__order-xxl-2{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.ScrollCarousel__order-xxl-3{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.ScrollCarousel__order-xxl-4{-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4}.ScrollCarousel__order-xxl-5{-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5}.ScrollCarousel__order-xxl-6{-webkit-box-ordinal-group:7;-ms-flex-order:6;order:6}.ScrollCarousel__order-xxl-7{-webkit-box-ordinal-group:8;-ms-flex-order:7;order:7}.ScrollCarousel__order-xxl-8{-webkit-box-ordinal-group:9;-ms-flex-order:8;order:8}.ScrollCarousel__order-xxl-9{-webkit-box-ordinal-group:10;-ms-flex-order:9;order:9}.ScrollCarousel__order-xxl-10{-webkit-box-ordinal-group:11;-ms-flex-order:10;order:10}.ScrollCarousel__order-xxl-11{-webkit-box-ordinal-group:12;-ms-flex-order:11;order:11}.ScrollCarousel__order-xxl-12{-webkit-box-ordinal-group:13;-ms-flex-order:12;order:12}.ScrollCarousel__offset-xxl-0{margin-left:0}.ScrollCarousel__offset-xxl-1{margin-left:8.33333%}.ScrollCarousel__offset-xxl-2{margin-left:16.66667%}.ScrollCarousel__offset-xxl-3{margin-left:25%}.ScrollCarousel__offset-xxl-4{margin-left:33.33333%}.ScrollCarousel__offset-xxl-5{margin-left:41.66667%}.ScrollCarousel__offset-xxl-6{margin-left:50%}.ScrollCarousel__offset-xxl-7{margin-left:58.33333%}.ScrollCarousel__offset-xxl-8{margin-left:66.66667%}.ScrollCarousel__offset-xxl-9{margin-left:75%}.ScrollCarousel__offset-xxl-10{margin-left:83.33333%}.ScrollCarousel__offset-xxl-11{margin-left:91.66667%}}@media (min-width:1440px){.ScrollCarousel__container{padding:0 44px}}@media (max-width:769px){.ScrollCarousel__container{padding-right:17px;padding-left:17px}.ScrollCarousel__row{margin-right:-5px;margin-left:-5px}.ScrollCarousel__row>.ScrollCarousel__col,.ScrollCarousel__row>[class*=col-]{padding-right:5px;padding-left:5px}}.ScrollCarousel__container-no-max-width{max-width:none}@media (max-width:768px){.ScrollCarousel__container--md{max-width:none;padding:0}.ScrollCarousel__container--md .ScrollCarousel__row{margin:0}.ScrollCarousel__container--md .ScrollCarousel__row>.ScrollCarousel__col,.ScrollCarousel__container--md .ScrollCarousel__row>[class*=col-]{padding-left:0;padding-right:0}}@media (max-width:1439px){.ScrollCarousel__container--xxl{max-width:none;padding:0}.ScrollCarousel__container--xxl .ScrollCarousel__row{margin:0}.ScrollCarousel__container--xxl .ScrollCarousel__row>.ScrollCarousel__col,.ScrollCarousel__container--xxl .ScrollCarousel__row>[class*=col-]{padding-left:0;padding-right:0}}@media (min-width:1025px){.ScrollCarousel__container--tablet{max-width:none;padding:0}.ScrollCarousel__container--tablet .ScrollCarousel__row{margin:0}.ScrollCarousel__container--tablet .ScrollCarousel__row>.ScrollCarousel__col,.ScrollCarousel__container--tablet .ScrollCarousel__row>[class*=col-]{padding-left:0;padding-right:0}}@media (max-width:768px){.ScrollCarousel__container--sm{padding-right:17px;padding-left:17px}}.ScrollCarousel__container-full-width{max-width:unset}@media (max-width:768px){.ScrollCarousel__container-left{padding-left:17px}}@media (min-width:769px){.ScrollCarousel__container-left{padding-left:1.25%}}@media (min-width:1440px){.ScrollCarousel__container-left{padding-left:44px}}.ScrollCarousel__scrollWrapper{overflow:hidden}.ScrollCarousel__root{display:-webkit-box;display:-ms-flexbox;display:flex;overflow-y:auto;margin-bottom:-50px;padding-bottom:50px;cursor:-webkit-grab;cursor:grab;-webkit-overflow-scrolling:touch}@media (max-width:768px){.ScrollCarousel__root.ScrollCarousel__containerMobile .ScrollCarousel__slide:first-child,.ScrollCarousel__root.ScrollCarousel__containerWrapper .ScrollCarousel__slide:first-child{padding-left:17px}.ScrollCarousel__root.ScrollCarousel__containerMobile .ScrollCarousel__slide:last-child,.ScrollCarousel__root.ScrollCarousel__containerWrapper .ScrollCarousel__slide:last-child{padding-right:17px}}@media (min-width:769px){.ScrollCarousel__root.ScrollCarousel__containerWrapper .ScrollCarousel__slide:first-child{padding-left:1.25%}.ScrollCarousel__root.ScrollCarousel__containerWrapper .ScrollCarousel__slide:last-child{padding-right:1.25%}}@media (min-width:1440px){.ScrollCarousel__root.ScrollCarousel__containerWrapper .ScrollCarousel__slide:first-child{padding-left:44px}.ScrollCarousel__root.ScrollCarousel__containerWrapper .ScrollCarousel__slide:last-child{padding-right:44px}}.ScrollCarousel__root .ScrollCarousel__slide{-ms-flex-negative:0;flex-shrink:0}.ScrollCarousel__root .ScrollCarousel__slide:first-child{margin-left:0}.ScrollCarousel__root .ScrollCarousel__slide.ScrollCarousel__withBorders{border-bottom:1px solid #eaeaea;border-top:none}.ScrollCarousel__root .ScrollCarousel__slide.ScrollCarousel__withBorders:first-child{border-left:1px solid #eaeaea}.ScrollCarousel__root .ScrollCarousel__slide.ScrollCarousel__withBorders:not(.ScrollCarousel__first){border-right:1px solid #eaeaea}.ScrollCarousel__root .ScrollCarousel__slide.reviewCard:nth-child(n+2){margin-left:35px}.ScrollCarousel__root .ScrollCarousel__slide.videoPreviewCard:nth-child(n+2){margin-left:37px}@media (max-width:768px){.ScrollCarousel__root .ScrollCarousel__slide.videoPreviewCard:nth-child(n+2){margin-left:10px}}.ScrollCarousel__root .ScrollCarousel__slide.productCard:nth-child(n+2){padding-left:35px}@media (max-width:768px){.ScrollCarousel__root .ScrollCarousel__slide.productCard:nth-child(n+2){padding-left:10px}}.ScrollCarousel__root .ScrollCarousel__slide.blogCard:nth-child(n+2){margin-left:0}.ScrollCarousel__root .ScrollCarousel__slide.productPropsCard:first-child{margin-left:310px}@media (max-width:768px){.ScrollCarousel__root .ScrollCarousel__slide.productPropsCard:first-child{margin-left:192px}}@media (max-width:670px){.ScrollCarousel__root .ScrollCarousel__slide.productPropsCard:first-child{margin-left:162px}}@media (max-width:570px){.ScrollCarousel__root .ScrollCarousel__slide.productPropsCard:first-child{margin-left:192px}}@media (max-width:500px){.ScrollCarousel__root .ScrollCarousel__slide.productPropsCard:first-child{margin-left:162px}}@media (max-width:390px){.ScrollCarousel__root .ScrollCarousel__slide.productPropsCard:first-child{margin-left:192px}}@media (max-width:330px){.ScrollCarousel__root .ScrollCarousel__slide.productPropsCard:first-child{margin-left:162px}}.ScrollCarousel__root .ScrollCarousel__slide.compareCardsSlider:first-child{margin-left:345px}@media (max-width:768px){.ScrollCarousel__root .ScrollCarousel__slide.compareCardsSlider:first-child{margin-left:172px}}.ScrollCarousel__root .ScrollCarousel__slide.fixedCompareMenuSlider:first-child{margin-left:310px}@media (max-width:768px){.ScrollCarousel__root .ScrollCarousel__slide.fixedCompareMenuSlider:first-child{margin-left:162px}}.ArticlePreview__root{display:block;width:462px}@media (max-width:768px){.ArticlePreview__root{width:225px}}.ArticlePreview__root.ArticlePreview__secondary{width:462px}@media (max-width:768px){.ArticlePreview__root.ArticlePreview__secondary{width:228px}}.ArticlePreview__root.ArticlePreview__secondary .ArticlePreview__picture{display:block;position:relative;height:258px;width:100%;border-radius:8px;overflow:hidden}@media (max-width:768px){.ArticlePreview__root.ArticlePreview__secondary .ArticlePreview__picture{height:140px}}.ArticlePreview__root.ArticlePreview__secondary .ArticlePreview__picture img{position:absolute;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);height:100%;width:auto}.ArticlePreview__root.ArticlePreview__secondary .ArticlePreview__textBlock{margin-bottom:9px}.ArticlePreview__root.ArticlePreview__blog .ArticlePreview__picture{display:block;position:relative;height:258px;width:100%;border-radius:8px;overflow:hidden}@media (max-width:768px){.ArticlePreview__root.ArticlePreview__blog .ArticlePreview__picture{height:226px}}.ArticlePreview__root.ArticlePreview__blog .ArticlePreview__picture img{position:absolute;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);height:100%;width:auto}@media (max-width:768px){.ArticlePreview__root.ArticlePreview__blog .ArticlePreview__textBlock{margin-top:30px;letter-spacing:1px}}@media (max-width:768px){.ArticlePreview__root.ArticlePreview__blog .ArticlePreview__textBlock .ArticlePreview__facultative{display:none}}.ArticlePreview__root.ArticlePreview__blog .ArticlePreview__title{font-weight:400}@media (max-width:768px){.ArticlePreview__root.ArticlePreview__blog .ArticlePreview__title{letter-spacing:1.3px;font-weight:400}}.ArticlePreview__root.ArticlePreview__blogCarousel .ArticlePreview__picture{display:block;position:relative;float:left;height:100%;width:650px;border-radius:8px;overflow:hidden}.ArticlePreview__root.ArticlePreview__blogCarousel .ArticlePreview__picture img{position:absolute;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);height:100%;width:auto}.ArticlePreview__root.ArticlePreview__blogCarousel .ArticlePreview__textBlock{padding-left:30px;margin-top:33px;letter-spacing:1px}.ArticlePreview__root.ArticlePreview__blogCarousel .ArticlePreview__title{display:block;padding-left:680px;margin-top:13px;letter-spacing:.6px}.ArticlePreview__root.ArticlePreview__blogCarousel .ArticlePreview__description{display:block;color:#5b6d81;padding-left:680px;margin-top:15px}.ArticlePreview__root.ArticlePreview__blogCarousel .ArticlePreview__tag{padding-left:680px}.Blog__root{display:block}.Blog__root .Blog__slide{padding:40px;padding-top:0}@media (max-width:768px){.Blog__root .Blog__slide{padding:0 10px;padding-bottom:40px}}.Player__root{position:relative;border-radius:8px;overflow:hidden}.Player__root .Player__htmlPoster{position:absolute;top:0;left:0;height:100%;width:100%;z-index:1;-webkit-transition:opacity .5s;transition:opacity .5s;outline-offset:-3px}.Player__root .Player__htmlPoster.hidden{opacity:0;pointer-events:none}.Player__root:before{content:"";display:block;padding-top:56.3%}.Player__root .Player__video{position:absolute;top:0;left:0;right:0;bottom:0;border-radius:10px;overflow:hidden}.Player__root .Player__video.hidden{visibility:hidden}.Player__root button:hover{background-color:#006ba8}.video-js .vjs-big-play-button .vjs-icon-placeholder:before,.video-js .vjs-modal-dialog,.vjs-button>.vjs-icon-placeholder:before,.vjs-modal-dialog .vjs-modal-dialog-content{position:absolute;top:0;left:0;width:100%;height:100%}.video-js .vjs-big-play-button .vjs-icon-placeholder:before,.vjs-button>.vjs-icon-placeholder:before{text-align:center}@font-face{font-family:VideoJS;src:url(data:application/font-woff;charset=utf-8;base64,d09GRgABAAAAABBIAAsAAAAAGoQAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABHU1VCAAABCAAAADsAAABUIIslek9TLzIAAAFEAAAAPgAAAFZRiV3RY21hcAAAAYQAAADQAAADIjn098ZnbHlmAAACVAAACv4AABEIAwnSw2hlYWQAAA1UAAAAKgAAADYUHzoRaGhlYQAADYAAAAAbAAAAJA4DByFobXR4AAANnAAAAA8AAACE4AAAAGxvY2EAAA2sAAAARAAAAEQ9NEHGbWF4cAAADfAAAAAfAAAAIAEyAIFuYW1lAAAOEAAAASUAAAIK1cf1oHBvc3QAAA84AAABDwAAAZ5AAl/0eJxjYGRgYOBiMGCwY2BycfMJYeDLSSzJY5BiYGGAAJA8MpsxJzM9kYEDxgPKsYBpDiBmg4gCACY7BUgAeJxjYGQ7xTiBgZWBgaWQ5RkDA8MvCM0cwxDOeI6BgYmBlZkBKwhIc01hcPjI+FGBHcRdyA4RZgQRAC4HCwEAAHic7dFprsIgAEXhg8U61XmeWcBb1FuQP4w7ZQXK5boMm3yclFDSANAHmuKviBBeBPQ8ymyo8w3jOh/5r2ui5nN6v8sYNJb3WMdeWRvLji0DhozKdxM6psyYs2DJijUbtuzYc+DIiTMXrty4k8oGLb+n0xCe37ekM7Z66j1DbUy3l6PpHnLfdLO5NdSBoQ4NdWSoY9ON54mhdqa/y1NDnRnq3FAXhro01JWhrg11Y6hbQ90Z6t5QD4Z6NNSToZ4N9WKoV0O9GerdUJORPqkhTd54nJ1YDXBU1RV+576/JBs2bPYPkrDZt5vsJrv53V/I5mclhGDCTwgGBQQSTEji4hCkYIAGd4TGIWFAhV0RQTpWmQp1xv6hA4OTOlNr2zFANbHUYbq2OtNCpViRqsk+e+7bTQAhzti8vPfuPffcc88959zznbcMMPjHD/KDDGEY0ABpYX384NhlomIYlo4JISGEY9mMh2FSidYiqkEUphtNYDSY/dXg9023l4DdxlqUl0chuZRhncJKrsCQHIwcGuwfnhMIzBnuH4Sym+1D2zaGjheXlhYfD238z80mKYMmvJ5XeOTzd8z9eujbMxJNhu4C9xPE/bCMiDuSNIWgkTQwBE55hLSAE7ZwhrHLnAHZOGV/kmBGTiNjZxzI77Hb7Hqjz68TjT6vh+5JT/cCIkqS0D6CqPf5jX4Qjdx5j6vlDfZM4aZFdbVXIxtOlJaP/WottMnH6CJQ3bTiue3PrY23HjnChtuamxwvvzFjxkPrNj3z0tG9T561HDYf6OgmRWvlY3JQHoQb8ltV2Yet7YfWctEjR1AtxS/cSX6U4alf6NJEBQ7YKg9wrXQKd0IeZCb2ux75Uhh1Un+Nz+9LTOE7PK777nN5xqdTneTBhCbx446mZrhnUkrCz2YhA9dSMxaG0SYmT8hi9ZPu1E94PJYQSH6LRmhxec7Q7ZeXntgQuVpbh+a4qWNsckVyTdn0P7o7DpgPW84+uRcq0BITflBikGdUjAZ9wYBVI3mtrNvr9kpg1UsaK6t3690aoorC1lg0GpMH2HAMtkZjsSi5Ig9ESVosOh7GQfLjKNLvKpMKkLSKNFAka710GdgSi8oDMSoNhqjkKBXTgn3swtaxyzGkUzIzae9RtLdWkSlZ1KDX6EzgllzV4NV4SoDFSOGD4+HCeQUF8wrZ5Hs8zIb5EaVxy8DYFTbMCJPnLIWZxugZE2NlivC0gc1qEQUR8jEKgZcAXeH18BiCgl5nlHh0CrjB4Hb5fX4gb0J7c9PuHVsfgkx2n/vTY/JV8kn8PGxf7faOZ8qX8JVByuIf4whk9sqXli2hvPJV9hrp0hY7l8r2x37ydaVsb4xvXv/47v2NjfCl8m5oRDJclFMoE1yk0Uh1Te4/m8lFXe9qBZD0EkheicebXvzI2PLCuoKCukLuhPIeKwaHPEouxw3kMqaIUXDQ1p0mip+MyCORSCQaoUsnY1VZ38nUTrG21WvVo4f1OsEJFhvSfAFwGfT8VHRMeAVUpwLOoLzjT/REIj3O3FhuURE+nERF+0pTId5Fyxv5sfwGyg4O+my4vZv0sZm7oeQlFZORiB+tG0MweVNraeitl7yxiPIHTk4/diVxs94o5lEYishB2iAtkchEnsActoEpx44Fo8XnsQMaA22BlqC20RmhBKzYojZyYaxg+JggMc4HHY2m+L9EkWSYljirOisrO7d3VorxzyZ6Vc4lJqITAu1b2wOBdrLElAP+bFc2eGaZFVbkmJktv5uT6Jlz5D/MnBFor6ig/JPnRViBsV3LNKGGqB1ChJ0tgQywlVLFJIuQgTFttwkiKxhyQdAZMdMYtSaoAewqfvXVYPAbDT6/1mez85YS8FSDywQ6NfAnef6FNEGMilnppyvn5rB6tTyq1pOceRWnp2WJEZFXHeX5oyoem1nTTgdqc4heDY7bOeKz63vnz+/dRx+s31Ht2JGanQ5seirfWJL9tjozU/12TnEjn5oux9OzU3ckGbBzBwNOyk69JykKH0n/0LM9A72tuwM3zQpIRu4AxiToseEpgPOmbROyFe9/X2yeUvoUsCyEvjcgs7fpWP3/aKlFN0+6HFUe6D9HFz/XPwBlN9tTqNyZjFJ8UO2RUT5/h4CptCctEyeisnOyXjALEp7dXKaQKf6O7IMnGjNNACRMLxqdYJX8eMLvmmd68D+ayBLyKKYZwYxDt/GNhzETDJ05Qxlyi3pi3/Z93ndYVSumgj0V/KkIFlO6+1K3fF2+3g0q+YtuSIf0bvmLqV09nnobI6hwcjIP8aPCKayjsF5JBY3LaKAeRLSyYB1h81oTwe9SlPMkXB7G0mfL9q71gaqqwPqu67QRKS1+ObTx+sbQy9QV2OQHEScGkdFBeT7v7qisqqrs6N52i78/R+6S0qQONVj26agOVoswCyQWIV5D86vH53bxNUeXV0K+XZaHv/nm/KsHhOvylwsWnJX/HE8l/4WCv5x+l5n08z6UU8bUMa3MBpSmM7F63AxntdC9eBCKEZW9Hr+ABNqtxgAQrSbMtmrW7lKQuoSgBhSrTazWVU2QAKWY8wiiuhqFmQgWJBgoXiuWIm42N7hqZbBsgXz52O5P5uSvaNgFGnOuvsRw8I8Laha91wMvDuxqWFheN7/8GVtTltdS83DQsXRmqc5ZtcJXEVrlV2doTWk5+Yunm71dG5f55m/qY0MjI93vv9/NfpxXV9sUXrxy2fbNy1or65cOlDRnOoKFeeXcbw42H/bNDT5Qs3flgs31gWC1lD1nfUV/X7NdCnSUdHY2e8afzfKsqZ5ZljfDqjLOmk3UebNXB+aHArPYDRs+/HDDxeT5DiP+sFg7OpRaVQMGBV89PpeBdj22hCE0Uub0UqwLrNWsG0cuyadgLXTeR5rbO4+3c/vl15cur2nRq+TXCQDcS3SO+s6ak+e5/eMS+1dw3btu3YG2tvFL8XdIZvdjdW6TO/4B7IdrZWVPmctm5/59AgsPItTSbCiIBr2OqIGzmu20SMKAS7yqwGBUfGfgjDYlLLDeF0SfcLB2LSx8flT+08/kzz6yOj96rft4rpTjdPQcmLd47uKibbDq7ZSz/XtbH2nN717Nd62rU+c8Icevvv7I09wA6WvjVcafb+FsbNG+ZQ80Rn6ZZsvrP7teP2dzTdoETvNhjCmsr8FID2sJ69VYvdUcxk4AzYRlKcaE38eXNRlfW9H1as9i6acLHp1XpuNB5K7DIvkX08y1ZYvh3KfWaiCzH+ztrSDmD7LuX73x/mJelB8Yj39t8nhNQJJ2CAthpoFGLsGgtSOCJooCGoaJAMTjSWHVZ08YAa1Fg9lPI5U6DOsGVjDasJeZZ+YyhfCwfOzCxlBA69M9XLXtza7H/rav+9Tjq5xNi0wpKQIRNO4Lrzz7yp5QVYM6Jd/oc1Uvn/mQhhuWh6ENXoS2YTZ8QT42bF5d/559zp5r0Uff2VnR2tdf2/WCOd2cO0Mw6qpWPnvxpV0nrt5fZd2yItc199GWe8vlNfNDq+CH/7yAAnB9hn7T4QO4c1g9ScxsZgmzntnE/IDGndtHMw69lFwoCnYsMGx+rBp8JSBqdLzBr9QRPq/PbhWMWFtQZp1xguy/haw3TEHm3TWAnxFWQQWgt7M5OV0lCz1VRYucpWliy7z6Zd4urwPIyeZQqli2Lgg7szJV09PysATbOQtYIrB2YzbkJYkGgJ0m4AjPUap1pvYu1K9qr97z0Yl3p332b2LYB78ncYIlRkau/8GObSsOlZancACE5d5ily+c2+7h5Yj4lqhVmXXB+iXLfvdqSgqfKtQvfHDV0OnvQR1qhw42XS/vkvsh/hXcrDFP0a+SJNIomEfD1nsrYGO+1bgTOJhM8Hv6ek+7vVglxuSRwoKn17S937bm6YJCeSSG0Op1n+7tE37tcZ/p7dsTv4EUrGpDbWueKigsLHhqTVsoEj+JU0kaSjnj9tz8/gryQWwJ9BcJXBC/7smO+I/IFURJetFPrdt5WcoL6DbEJaygI8CTHfQTjf40ofD+DwalTqIAAHicY2BkYGAA4uByr8R4fpuvDNzsDCBw7f/3LmSanREszsHABKIAKi0J7gAAeJxjYGRgYGcAARD5/z87IwMjAypQBAAtgwI4AHicY2BgYGAfYAwAOkQA4QAAAAAAAA4AaAB+AMwA4AECAUIBbAGYAcICGAJYArQC4AMwA7AD3gQwBJYE3AUkBWYFigYgBmYGtAbqB1gIEghYCG4IhHicY2BkYGBQZChlYGcAASYg5gJCBob/YD4DABfTAbQAeJxdkE1qg0AYhl8Tk9AIoVDaVSmzahcF87PMARLIMoFAl0ZHY1BHdBJIT9AT9AQ9RQ9Qeqy+yteNMzDzfM+88w0K4BY/cNAMB6N2bUaPPBLukybCLvleeAAPj8JD+hfhMV7hC3u4wxs7OO4NzQSZcI/8Ltwnfwi75E/hAR7wJTyk/xYeY49fYQ/PztM+jbTZ7LY6OWdBJdX/pqs6NYWa+zMxa13oKrA6Uoerqi/JwtpYxZXJ1coUVmeZUWVlTjq0/tHacjmdxuL90OR8O0UEDYMNdtiSEpz5XQGqzlm30kzUdAYFFOb8R7NOZk0q2lwAyz1i7oAr1xoXvrOgtYhZx8wY5KRV269JZ5yGpmzPTjQhvY9je6vEElPOuJP3mWKnP5M3V+YAAAB4nG2PyXLCMBBE3YCNDWEL2ffk7o8S8oCnkCVHC5C/jzBQlUP6IHVPzYyekl5y0iL5X5/ooY8BUmQYIkeBEca4wgRTzDDHAtdY4ga3uMM9HvCIJzzjBa94wzs+8ImvZNAq8TM+HqVkKxWlrQiOxjujQkNlEzyNzl6Z/cU2XF06at7U83VQyklLpEvSnuzsb+HAPnPfQVgaupa1Jlu4sPLsFblcitaz0dHU0ZF1qatjZ1+aTXYCmp6u0gSvWNPyHLtFZ+ZeXWVSaEkqs3T8S74WklbGbNNNq4LL4+CWKtZDv2cfX8l8aFbKFhEnJnJ+IULFpqwoQnNHlHaVQtPBl+ypmbSWdmyC61KS/AKZC3Y+AA==) format("woff");font-weight:400;font-style:normal}.video-js .vjs-big-play-button .vjs-icon-placeholder:before,.video-js .vjs-play-control .vjs-icon-placeholder,.vjs-icon-play{font-family:VideoJS;font-weight:400;font-style:normal}.video-js .vjs-big-play-button .vjs-icon-placeholder:before,.video-js .vjs-play-control .vjs-icon-placeholder:before,.vjs-icon-play:before{content:"\F101"}.vjs-icon-play-circle{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-play-circle:before{content:"\F102"}.video-js .vjs-play-control.vjs-playing .vjs-icon-placeholder,.vjs-icon-pause{font-family:VideoJS;font-weight:400;font-style:normal}.video-js .vjs-play-control.vjs-playing .vjs-icon-placeholder:before,.vjs-icon-pause:before{content:"\F103"}.video-js .vjs-mute-control.vjs-vol-0 .vjs-icon-placeholder,.vjs-icon-volume-mute{font-family:VideoJS;font-weight:400;font-style:normal}.video-js .vjs-mute-control.vjs-vol-0 .vjs-icon-placeholder:before,.vjs-icon-volume-mute:before{content:"\F104"}.video-js .vjs-mute-control.vjs-vol-1 .vjs-icon-placeholder,.vjs-icon-volume-low{font-family:VideoJS;font-weight:400;font-style:normal}.video-js .vjs-mute-control.vjs-vol-1 .vjs-icon-placeholder:before,.vjs-icon-volume-low:before{content:"\F105"}.video-js .vjs-mute-control.vjs-vol-2 .vjs-icon-placeholder,.vjs-icon-volume-mid{font-family:VideoJS;font-weight:400;font-style:normal}.video-js .vjs-mute-control.vjs-vol-2 .vjs-icon-placeholder:before,.vjs-icon-volume-mid:before{content:"\F106"}.video-js .vjs-mute-control .vjs-icon-placeholder,.vjs-icon-volume-high{font-family:VideoJS;font-weight:400;font-style:normal}.video-js .vjs-mute-control .vjs-icon-placeholder:before,.vjs-icon-volume-high:before{content:"\F107"}.video-js .vjs-fullscreen-control .vjs-icon-placeholder,.vjs-icon-fullscreen-enter{font-family:VideoJS;font-weight:400;font-style:normal}.video-js .vjs-fullscreen-control .vjs-icon-placeholder:before,.vjs-icon-fullscreen-enter:before{content:"\F108"}.video-js.vjs-fullscreen .vjs-fullscreen-control .vjs-icon-placeholder,.vjs-icon-fullscreen-exit{font-family:VideoJS;font-weight:400;font-style:normal}.video-js.vjs-fullscreen .vjs-fullscreen-control .vjs-icon-placeholder:before,.vjs-icon-fullscreen-exit:before{content:"\F109"}.vjs-icon-square{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-square:before{content:"\F10A"}.vjs-icon-spinner{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-spinner:before{content:"\F10B"}.video-js.video-js:lang(en-AU) .vjs-subs-caps-button .vjs-icon-placeholder,.video-js.video-js:lang(en-GB) .vjs-subs-caps-button .vjs-icon-placeholder,.video-js.video-js:lang(en-IE) .vjs-subs-caps-button .vjs-icon-placeholder,.video-js.video-js:lang(en-NZ) .vjs-subs-caps-button .vjs-icon-placeholder,.video-js .vjs-subs-caps-button .vjs-icon-placeholder,.video-js .vjs-subtitles-button .vjs-icon-placeholder,.vjs-icon-subtitles{font-family:VideoJS;font-weight:400;font-style:normal}.video-js.video-js:lang(en-AU) .vjs-subs-caps-button .vjs-icon-placeholder:before,.video-js.video-js:lang(en-GB) .vjs-subs-caps-button .vjs-icon-placeholder:before,.video-js.video-js:lang(en-IE) .vjs-subs-caps-button .vjs-icon-placeholder:before,.video-js.video-js:lang(en-NZ) .vjs-subs-caps-button .vjs-icon-placeholder:before,.video-js .vjs-subs-caps-button .vjs-icon-placeholder:before,.video-js .vjs-subtitles-button .vjs-icon-placeholder:before,.vjs-icon-subtitles:before{content:"\F10C"}.video-js .vjs-captions-button .vjs-icon-placeholder,.video-js:lang(en) .vjs-subs-caps-button .vjs-icon-placeholder,.video-js:lang(fr-CA) .vjs-subs-caps-button .vjs-icon-placeholder,.vjs-icon-captions{font-family:VideoJS;font-weight:400;font-style:normal}.video-js .vjs-captions-button .vjs-icon-placeholder:before,.video-js:lang(en) .vjs-subs-caps-button .vjs-icon-placeholder:before,.video-js:lang(fr-CA) .vjs-subs-caps-button .vjs-icon-placeholder:before,.vjs-icon-captions:before{content:"\F10D"}.video-js .vjs-chapters-button .vjs-icon-placeholder,.vjs-icon-chapters{font-family:VideoJS;font-weight:400;font-style:normal}.video-js .vjs-chapters-button .vjs-icon-placeholder:before,.vjs-icon-chapters:before{content:"\F10E"}.vjs-icon-share{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-share:before{content:"\F10F"}.vjs-icon-cog{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-cog:before{content:"\F110"}.video-js .vjs-play-progress,.video-js .vjs-volume-level,.vjs-icon-circle{font-family:VideoJS;font-weight:400;font-style:normal}.video-js .vjs-play-progress:before,.video-js .vjs-volume-level:before,.vjs-icon-circle:before{content:"\F111"}.vjs-icon-circle-outline{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-circle-outline:before{content:"\F112"}.vjs-icon-circle-inner-circle{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-circle-inner-circle:before{content:"\F113"}.vjs-icon-hd{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-hd:before{content:"\F114"}.video-js .vjs-control.vjs-close-button .vjs-icon-placeholder,.vjs-icon-cancel{font-family:VideoJS;font-weight:400;font-style:normal}.video-js .vjs-control.vjs-close-button .vjs-icon-placeholder:before,.vjs-icon-cancel:before{content:"\F115"}.video-js .vjs-play-control.vjs-ended .vjs-icon-placeholder,.vjs-icon-replay{font-family:VideoJS;font-weight:400;font-style:normal}.video-js .vjs-play-control.vjs-ended .vjs-icon-placeholder:before,.vjs-icon-replay:before{content:"\F116"}.vjs-icon-facebook{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-facebook:before{content:"\F117"}.vjs-icon-gplus{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-gplus:before{content:"\F118"}.vjs-icon-linkedin{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-linkedin:before{content:"\F119"}.vjs-icon-twitter{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-twitter:before{content:"\F11A"}.vjs-icon-tumblr{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-tumblr:before{content:"\F11B"}.vjs-icon-pinterest{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-pinterest:before{content:"\F11C"}.video-js .vjs-descriptions-button .vjs-icon-placeholder,.vjs-icon-audio-description{font-family:VideoJS;font-weight:400;font-style:normal}.video-js .vjs-descriptions-button .vjs-icon-placeholder:before,.vjs-icon-audio-description:before{content:"\F11D"}.video-js .vjs-audio-button .vjs-icon-placeholder,.vjs-icon-audio{font-family:VideoJS;font-weight:400;font-style:normal}.video-js .vjs-audio-button .vjs-icon-placeholder:before,.vjs-icon-audio:before{content:"\F11E"}.vjs-icon-next-item{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-next-item:before{content:"\F11F"}.vjs-icon-previous-item{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-previous-item:before{content:"\F120"}.video-js{display:block;vertical-align:top;-webkit-box-sizing:border-box;box-sizing:border-box;color:#fff;background-color:#000;position:relative;padding:0;font-size:10px;line-height:1;font-weight:400;font-style:normal;font-family:Arial,Helvetica,sans-serif;word-break:normal}.video-js:-moz-full-screen{position:absolute}.video-js:-webkit-full-screen{width:100%!important;height:100%!important}.video-js[tabindex="-1"]{outline:none}.video-js *,.video-js :after,.video-js :before{-webkit-box-sizing:inherit;box-sizing:inherit}.video-js ul{font-family:inherit;font-size:inherit;line-height:inherit;list-style-position:outside;margin:0}.video-js.vjs-4-3,.video-js.vjs-16-9,.video-js.vjs-fluid{width:100%;max-width:100%;height:0}.video-js.vjs-16-9{padding-top:56.25%}.video-js.vjs-4-3{padding-top:75%}.video-js.vjs-fill,.video-js .vjs-tech{width:100%;height:100%}.video-js .vjs-tech{position:absolute;top:0;left:0}body.vjs-full-window{padding:0;margin:0;height:100%}.vjs-full-window .video-js.vjs-fullscreen{position:fixed;overflow:hidden;z-index:1000;left:0;top:0;bottom:0;right:0}.video-js.vjs-fullscreen{width:100%!important;height:100%!important;padding-top:0!important}.video-js.vjs-fullscreen.vjs-user-inactive{cursor:none}.vjs-hidden{display:none!important}.vjs-disabled{opacity:.5;cursor:default}.video-js .vjs-offscreen{height:1px;left:-9999px;position:absolute;top:0;width:1px}.vjs-lock-showing{display:block!important;opacity:1;visibility:visible}.vjs-no-js{padding:20px;color:#fff;background-color:#000;font-size:18px;font-family:Arial,Helvetica,sans-serif;text-align:center;width:300px;height:150px;margin:0 auto}.vjs-no-js a,.vjs-no-js a:visited{color:#66a8cc}.video-js .vjs-big-play-button{font-size:3em;line-height:1.5em;height:1.5em;display:block;position:absolute;top:10px;left:10px;padding:0;cursor:pointer;opacity:1;border:.06666em solid #fff;background-color:#2b333f;background-color:rgba(43,51,63,.7);border-radius:.3em;-webkit-transition:all .4s;transition:all .4s}.vjs-big-play-centered .vjs-big-play-button{top:50%;left:50%;margin-top:-.75em;margin-left:-1.5em}.video-js .vjs-big-play-button:focus,.video-js:hover .vjs-big-play-button{border-color:#fff;background-color:#73859f;background-color:rgba(115,133,159,.5);-webkit-transition:all 0s;transition:all 0s}.vjs-controls-disabled .vjs-big-play-button,.vjs-error .vjs-big-play-button,.vjs-has-started .vjs-big-play-button,.vjs-using-native-controls .vjs-big-play-button{display:none}.vjs-has-started.vjs-paused.vjs-show-big-play-button-on-pause .vjs-big-play-button{display:block}.video-js button{background:none;border:none;color:inherit;display:inline-block;font-size:inherit;line-height:inherit;text-transform:none;text-decoration:none;-webkit-transition:none;transition:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.vjs-control .vjs-button{width:100%;height:100%}.video-js .vjs-control.vjs-close-button{cursor:pointer;height:3em;position:absolute;right:0;top:.5em;z-index:2}.video-js .vjs-modal-dialog{background:rgba(0,0,0,.8);background:-webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,.8)),to(hsla(0,0%,100%,0)));background:linear-gradient(180deg,rgba(0,0,0,.8),hsla(0,0%,100%,0));overflow:auto}.video-js .vjs-modal-dialog>*{-webkit-box-sizing:border-box;box-sizing:border-box}.vjs-modal-dialog .vjs-modal-dialog-content{font-size:1.2em;line-height:1.5;padding:20px 24px;z-index:1}.vjs-menu-button{cursor:pointer}.vjs-menu-button.vjs-disabled{cursor:default}.vjs-workinghover .vjs-menu-button.vjs-disabled:hover .vjs-menu{display:none}.vjs-menu .vjs-menu-content{display:block;padding:0;margin:0;font-family:Arial,Helvetica,sans-serif;overflow:auto}.vjs-menu .vjs-menu-content>*{-webkit-box-sizing:border-box;box-sizing:border-box}.vjs-scrubbing .vjs-control.vjs-menu-button:hover .vjs-menu{display:none}.vjs-menu li{list-style:none;margin:0;padding:.2em 0;line-height:1.4em;font-size:1.2em;text-align:center;text-transform:lowercase}.vjs-menu li.vjs-menu-item:focus,.vjs-menu li.vjs-menu-item:hover{background-color:#73859f;background-color:rgba(115,133,159,.5)}.vjs-menu li.vjs-selected,.vjs-menu li.vjs-selected:focus,.vjs-menu li.vjs-selected:hover{background-color:#fff;color:#2b333f}.vjs-menu li.vjs-menu-title{text-align:center;text-transform:uppercase;font-size:1em;line-height:2em;padding:0;margin:0 0 .3em;font-weight:700;cursor:default}.vjs-menu-button-popup .vjs-menu{display:none;position:absolute;bottom:0;width:10em;left:-3em;height:0;margin-bottom:1.5em;border-top-color:rgba(43,51,63,.7)}.vjs-menu-button-popup .vjs-menu .vjs-menu-content{background-color:#2b333f;background-color:rgba(43,51,63,.7);position:absolute;width:100%;bottom:1.5em;max-height:15em}.vjs-menu-button-popup .vjs-menu.vjs-lock-showing,.vjs-workinghover .vjs-menu-button-popup:hover .vjs-menu{display:block}.video-js .vjs-menu-button-inline{-webkit-transition:all .4s;transition:all .4s;overflow:hidden}.video-js .vjs-menu-button-inline:before{width:2.222222222em}.video-js .vjs-menu-button-inline.vjs-slider-active,.video-js .vjs-menu-button-inline:focus,.video-js .vjs-menu-button-inline:hover,.video-js.vjs-no-flex .vjs-menu-button-inline{width:12em}.vjs-menu-button-inline .vjs-menu{opacity:0;height:100%;width:auto;position:absolute;left:4em;top:0;padding:0;margin:0;-webkit-transition:all .4s;transition:all .4s}.vjs-menu-button-inline.vjs-slider-active .vjs-menu,.vjs-menu-button-inline:focus .vjs-menu,.vjs-menu-button-inline:hover .vjs-menu{display:block;opacity:1}.vjs-no-flex .vjs-menu-button-inline .vjs-menu{display:block;opacity:1;position:relative;width:auto}.vjs-no-flex .vjs-menu-button-inline.vjs-slider-active .vjs-menu,.vjs-no-flex .vjs-menu-button-inline:focus .vjs-menu,.vjs-no-flex .vjs-menu-button-inline:hover .vjs-menu{width:auto}.vjs-menu-button-inline .vjs-menu-content{width:auto;height:100%;margin:0;overflow:hidden}.video-js .vjs-control-bar{display:none;width:100%;position:absolute;bottom:0;left:0;right:0;height:3em;background-color:#2b333f;background-color:rgba(43,51,63,.7)}.vjs-has-started .vjs-control-bar{display:-webkit-box;display:-ms-flexbox;display:flex;visibility:visible;opacity:1;-webkit-transition:visibility .1s,opacity .1s;transition:visibility .1s,opacity .1s}.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar{visibility:visible;opacity:0;-webkit-transition:visibility 1s,opacity 1s;transition:visibility 1s,opacity 1s}.vjs-controls-disabled .vjs-control-bar,.vjs-error .vjs-control-bar,.vjs-using-native-controls .vjs-control-bar{display:none!important}.vjs-audio.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar{opacity:1;visibility:visible}.vjs-has-started.vjs-no-flex .vjs-control-bar{display:table}.video-js .vjs-control{position:relative;text-align:center;margin:0;padding:0;height:100%;width:4em;-webkit-box-flex:0;-ms-flex:none;flex:none}.vjs-button>.vjs-icon-placeholder:before{font-size:1.8em;line-height:1.67}.video-js .vjs-control:focus,.video-js .vjs-control:focus:before,.video-js .vjs-control:hover:before{text-shadow:0 0 1em #fff}.video-js .vjs-control-text{border:0;clip:rect(0 0 0 0);height:1px;overflow:hidden;padding:0;position:absolute;width:1px}.vjs-no-flex .vjs-control{display:table-cell;vertical-align:middle}.video-js .vjs-custom-control-spacer{display:none}.video-js .vjs-progress-control{cursor:pointer;-webkit-box-flex:1;-ms-flex:auto;flex:auto;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;min-width:4em;-ms-touch-action:none;touch-action:none}.video-js .vjs-progress-control.disabled{cursor:default}.vjs-live .vjs-progress-control{display:none}.vjs-no-flex .vjs-progress-control{width:auto}.video-js .vjs-progress-holder{-webkit-box-flex:1;-ms-flex:auto;flex:auto;-webkit-transition:all .2s;transition:all .2s;height:.3em}.video-js .vjs-progress-control .vjs-progress-holder{margin:0 10px}.video-js .vjs-progress-control:hover .vjs-progress-holder{font-size:1.6666666666666667em}.video-js .vjs-progress-control:hover .vjs-progress-holder.disabled{font-size:1em}.video-js .vjs-progress-holder .vjs-load-progress,.video-js .vjs-progress-holder .vjs-load-progress div,.video-js .vjs-progress-holder .vjs-play-progress{position:absolute;display:block;height:100%;margin:0;padding:0;width:0}.video-js .vjs-play-progress{background-color:#fff}.video-js .vjs-play-progress:before{font-size:.9em;position:absolute;right:-.5em;top:-.333333333333333em;z-index:1}.video-js .vjs-load-progress{background:rgba(115,133,159,.5)}.video-js .vjs-load-progress div{background:rgba(115,133,159,.75)}.video-js .vjs-time-tooltip{background-color:#fff;background-color:hsla(0,0%,100%,.8);border-radius:.3em;color:#000;float:right;font-family:Arial,Helvetica,sans-serif;font-size:1em;padding:6px 8px 8px;pointer-events:none;position:absolute;top:-3.4em;visibility:hidden;z-index:1}.video-js .vjs-progress-holder:focus .vjs-time-tooltip{display:none}.video-js .vjs-progress-control:hover .vjs-progress-holder:focus .vjs-time-tooltip,.video-js .vjs-progress-control:hover .vjs-time-tooltip{display:block;font-size:.6em;visibility:visible}.video-js .vjs-progress-control.disabled:hover .vjs-time-tooltip{font-size:1em}.video-js .vjs-progress-control .vjs-mouse-display{display:none;position:absolute;width:1px;height:100%;background-color:#000;z-index:1}.vjs-no-flex .vjs-progress-control .vjs-mouse-display{z-index:0}.video-js .vjs-progress-control:hover .vjs-mouse-display{display:block}.video-js.vjs-user-inactive .vjs-progress-control .vjs-mouse-display{visibility:hidden;opacity:0;-webkit-transition:visibility 1s,opacity 1s;transition:visibility 1s,opacity 1s}.video-js.vjs-user-inactive.vjs-no-flex .vjs-progress-control .vjs-mouse-display{display:none}.vjs-mouse-display .vjs-time-tooltip{color:#fff;background-color:#000;background-color:rgba(0,0,0,.8)}.video-js .vjs-slider{position:relative;cursor:pointer;padding:0;margin:0 .45em;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background-color:#73859f;background-color:rgba(115,133,159,.5)}.video-js .vjs-slider.disabled{cursor:default}.video-js .vjs-slider:focus{text-shadow:0 0 1em #fff;-webkit-box-shadow:0 0 1em #fff;box-shadow:0 0 1em #fff}.video-js .vjs-mute-control{cursor:pointer;-webkit-box-flex:0;-ms-flex:none;flex:none}.video-js .vjs-volume-control{cursor:pointer;margin-right:1em;display:-webkit-box;display:-ms-flexbox;display:flex}.video-js .vjs-volume-control.vjs-volume-horizontal{width:5em}.video-js .vjs-volume-panel .vjs-volume-control{visibility:visible;opacity:0;width:1px;height:1px;margin-left:-1px}.video-js .vjs-volume-panel{-webkit-transition:width 1s;transition:width 1s}.video-js .vjs-volume-panel .vjs-mute-control:hover~.vjs-volume-control,.video-js .vjs-volume-panel .vjs-volume-control.vjs-slider-active,.video-js .vjs-volume-panel .vjs-volume-control:active,.video-js .vjs-volume-panel .vjs-volume-control:hover,.video-js .vjs-volume-panel:active .vjs-volume-control,.video-js .vjs-volume-panel:focus .vjs-volume-control,.video-js .vjs-volume-panel:hover .vjs-volume-control{visibility:visible;opacity:1;position:relative;-webkit-transition:visibility .1s,opacity .1s,height .1s,width .1s,left 0s,top 0s;transition:visibility .1s,opacity .1s,height .1s,width .1s,left 0s,top 0s}.video-js .vjs-volume-panel .vjs-mute-control:hover~.vjs-volume-control.vjs-volume-horizontal,.video-js .vjs-volume-panel .vjs-volume-control.vjs-slider-active.vjs-volume-horizontal,.video-js .vjs-volume-panel .vjs-volume-control:active.vjs-volume-horizontal,.video-js .vjs-volume-panel .vjs-volume-control:hover.vjs-volume-horizontal,.video-js .vjs-volume-panel:active .vjs-volume-control.vjs-volume-horizontal,.video-js .vjs-volume-panel:focus .vjs-volume-control.vjs-volume-horizontal,.video-js .vjs-volume-panel:hover .vjs-volume-control.vjs-volume-horizontal{width:5em;height:3em}.video-js .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-slider-active,.video-js .vjs-volume-panel.vjs-volume-panel-horizontal:active,.video-js .vjs-volume-panel.vjs-volume-panel-horizontal:hover{width:9em;-webkit-transition:width .1s;transition:width .1s}.video-js .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-mute-toggle-only{width:4em}.video-js .vjs-volume-panel .vjs-volume-control.vjs-volume-vertical{height:8em;width:3em;left:-3.5em;-webkit-transition:visibility 1s,opacity 1s,height 1s 1s,width 1s 1s,left 1s 1s,top 1s 1s;transition:visibility 1s,opacity 1s,height 1s 1s,width 1s 1s,left 1s 1s,top 1s 1s}.video-js .vjs-volume-panel .vjs-volume-control.vjs-volume-horizontal{-webkit-transition:visibility 1s,opacity 1s,height 1s 1s,width 1s,left 1s 1s,top 1s 1s;transition:visibility 1s,opacity 1s,height 1s 1s,width 1s,left 1s 1s,top 1s 1s}.video-js.vjs-no-flex .vjs-volume-panel .vjs-volume-control.vjs-volume-horizontal{width:5em;height:3em;visibility:visible;opacity:1;position:relative;-webkit-transition:none;transition:none}.video-js.vjs-no-flex .vjs-volume-control.vjs-volume-vertical,.video-js.vjs-no-flex .vjs-volume-panel .vjs-volume-control.vjs-volume-vertical{position:absolute;bottom:3em;left:.5em}.video-js .vjs-volume-panel{display:-webkit-box;display:-ms-flexbox;display:flex}.video-js .vjs-volume-bar{margin:1.35em .45em}.vjs-volume-bar.vjs-slider-horizontal{width:5em;height:.3em}.vjs-volume-bar.vjs-slider-vertical{width:.3em;height:5em;margin:1.35em auto}.video-js .vjs-volume-level{position:absolute;bottom:0;left:0;background-color:#fff}.video-js .vjs-volume-level:before{position:absolute;font-size:.9em}.vjs-slider-vertical .vjs-volume-level{width:.3em}.vjs-slider-vertical .vjs-volume-level:before{top:-.5em;left:-.3em}.vjs-slider-horizontal .vjs-volume-level{height:.3em}.vjs-slider-horizontal .vjs-volume-level:before{top:-.3em;right:-.5em}.video-js .vjs-volume-panel.vjs-volume-panel-vertical{width:4em}.vjs-volume-bar.vjs-slider-vertical .vjs-volume-level{height:100%}.vjs-volume-bar.vjs-slider-horizontal .vjs-volume-level{width:100%}.video-js .vjs-volume-vertical{width:3em;height:8em;bottom:8em;background-color:#2b333f;background-color:rgba(43,51,63,.7)}.video-js .vjs-volume-horizontal .vjs-menu{left:-2em}.vjs-poster{display:inline-block;vertical-align:middle;background-repeat:no-repeat;background-position:50% 50%;background-size:contain;background-color:#000;cursor:pointer;margin:0;padding:0;position:absolute;top:0;right:0;bottom:0;left:0;height:100%}.vjs-has-started .vjs-poster{display:none}.vjs-audio.vjs-has-started .vjs-poster{display:block}.vjs-using-native-controls .vjs-poster{display:none}.video-js .vjs-live-control{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-flex:1;-ms-flex:auto;flex:auto;font-size:1em;line-height:3em}.vjs-no-flex .vjs-live-control{display:table-cell;width:auto;text-align:left}.video-js .vjs-time-control{-webkit-box-flex:0;-ms-flex:none;flex:none;font-size:1em;line-height:3em;min-width:2em;width:auto;padding-left:1em;padding-right:1em}.video-js .vjs-current-time,.video-js .vjs-duration,.vjs-live .vjs-time-control,.vjs-no-flex .vjs-current-time,.vjs-no-flex .vjs-duration{display:none}.vjs-time-divider{display:none;line-height:3em}.vjs-live .vjs-time-divider{display:none}.video-js .vjs-play-control .vjs-icon-placeholder{cursor:pointer;-webkit-box-flex:0;-ms-flex:none;flex:none}.vjs-text-track-display{position:absolute;bottom:3em;left:0;right:0;top:0;pointer-events:none}.video-js.vjs-user-inactive.vjs-playing .vjs-text-track-display{bottom:1em}.video-js .vjs-text-track{font-size:1.4em;text-align:center;margin-bottom:.1em}.vjs-subtitles{color:#fff}.vjs-captions{color:#fc6}.vjs-tt-cue{display:block}video::-webkit-media-text-track-display{-webkit-transform:translateY(-3em);transform:translateY(-3em)}.video-js.vjs-user-inactive.vjs-playing video::-webkit-media-text-track-display{-webkit-transform:translateY(-1.5em);transform:translateY(-1.5em)}.video-js .vjs-fullscreen-control{cursor:pointer;-webkit-box-flex:0;-ms-flex:none;flex:none}.vjs-playback-rate .vjs-playback-rate-value,.vjs-playback-rate>.vjs-menu-button{position:absolute;top:0;left:0;width:100%;height:100%}.vjs-playback-rate .vjs-playback-rate-value{pointer-events:none;font-size:1.5em;line-height:2;text-align:center}.vjs-playback-rate .vjs-menu{width:4em;left:0}.vjs-error .vjs-error-display .vjs-modal-dialog-content{font-size:1.4em;text-align:center}.vjs-error .vjs-error-display:before{color:#fff;content:"X";font-family:Arial,Helvetica,sans-serif;font-size:4em;left:0;line-height:1;margin-top:-.5em;position:absolute;text-shadow:.05em .05em .1em #000;text-align:center;top:50%;vertical-align:middle;width:100%}.vjs-loading-spinner{display:none;position:absolute;top:50%;left:50%;margin:-25px 0 0 -25px;opacity:.85;text-align:left;border:6px solid rgba(43,51,63,.7);-webkit-box-sizing:border-box;box-sizing:border-box;background-clip:padding-box;width:50px;height:50px;border-radius:25px;visibility:hidden}.vjs-seeking .vjs-loading-spinner,.vjs-waiting .vjs-loading-spinner{display:block;-webkit-animation:0s linear .3s forwards vjs-spinner-show;animation:0s linear .3s forwards vjs-spinner-show}.vjs-loading-spinner:after,.vjs-loading-spinner:before{content:"";position:absolute;margin:-6px;-webkit-box-sizing:inherit;box-sizing:inherit;width:inherit;height:inherit;border-radius:inherit;opacity:1;border:inherit;border-color:transparent;border-top-color:#fff}.vjs-seeking .vjs-loading-spinner:after,.vjs-seeking .vjs-loading-spinner:before,.vjs-waiting .vjs-loading-spinner:after,.vjs-waiting .vjs-loading-spinner:before{-webkit-animation:vjs-spinner-spin 1.1s cubic-bezier(.6,.2,0,.8) infinite,vjs-spinner-fade 1.1s linear infinite;animation:vjs-spinner-spin 1.1s cubic-bezier(.6,.2,0,.8) infinite,vjs-spinner-fade 1.1s linear infinite}.vjs-seeking .vjs-loading-spinner:before,.vjs-waiting .vjs-loading-spinner:before{border-top-color:#fff}.vjs-seeking .vjs-loading-spinner:after,.vjs-waiting .vjs-loading-spinner:after{border-top-color:#fff;-webkit-animation-delay:.44s;animation-delay:.44s}@keyframes vjs-spinner-show{to{visibility:visible}}@-webkit-keyframes vjs-spinner-show{to{visibility:visible}}@keyframes vjs-spinner-spin{to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@-webkit-keyframes vjs-spinner-spin{to{-webkit-transform:rotate(1turn)}}@keyframes vjs-spinner-fade{0%{border-top-color:#73859f}20%{border-top-color:#73859f}35%{border-top-color:#fff}60%{border-top-color:#73859f}to{border-top-color:#73859f}}@-webkit-keyframes vjs-spinner-fade{0%{border-top-color:#73859f}20%{border-top-color:#73859f}35%{border-top-color:#fff}60%{border-top-color:#73859f}to{border-top-color:#73859f}}.vjs-chapters-button .vjs-menu ul{width:24em}.video-js .vjs-subs-caps-button+.vjs-menu .vjs-captions-menu-item .vjs-menu-item-text .vjs-icon-placeholder{vertical-align:middle;display:inline-block;margin-bottom:-.1em}.video-js .vjs-subs-caps-button+.vjs-menu .vjs-captions-menu-item .vjs-menu-item-text .vjs-icon-placeholder:before{font-family:VideoJS;content:"\F10D";font-size:1.5em;line-height:inherit}.video-js .vjs-audio-button+.vjs-menu .vjs-main-desc-menu-item .vjs-menu-item-text .vjs-icon-placeholder{vertical-align:middle;display:inline-block;margin-bottom:-.1em}.video-js .vjs-audio-button+.vjs-menu .vjs-main-desc-menu-item .vjs-menu-item-text .vjs-icon-placeholder:before{font-family:VideoJS;content:" \F11D";font-size:1.5em;line-height:inherit}.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-custom-control-spacer{-webkit-box-flex:1;-ms-flex:auto;flex:auto}.video-js.vjs-layout-tiny:not(.vjs-fullscreen).vjs-no-flex .vjs-custom-control-spacer{width:auto}.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-captions-button,.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-chapters-button,.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-current-time,.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-descriptions-button,.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-duration,.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-mute-control,.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-playback-rate,.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-remaining-time,.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-subtitles-button .vjs-audio-button,.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-time-divider,.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-volume-control,.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-audio-button,.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-captions-button,.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-chapters-button,.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-current-time,.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-descriptions-button,.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-duration,.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-mute-control,.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-playback-rate,.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-progress-control,.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-remaining-time,.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-subtitles-button,.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-time-divider,.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-volume-control,.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-audio-button,.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-captions-button,.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-chapters-button,.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-current-time,.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-descriptions-button,.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-duration,.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-mute-control,.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-playback-rate,.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-remaining-time,.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-subtitles-button,.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-time-divider,.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-volume-control{display:none}.vjs-modal-dialog.vjs-text-track-settings{background-color:#2b333f;background-color:rgba(43,51,63,.75);color:#fff;height:70%}.vjs-text-track-settings .vjs-modal-dialog-content{display:table}.vjs-text-track-settings .vjs-track-settings-colors,.vjs-text-track-settings .vjs-track-settings-controls,.vjs-text-track-settings .vjs-track-settings-font{display:table-cell}.vjs-text-track-settings .vjs-track-settings-controls{text-align:right;vertical-align:bottom}@supports (display:grid){.vjs-text-track-settings .vjs-modal-dialog-content{display:grid;grid-template-columns:1fr 1fr;grid-template-rows:1fr auto}.vjs-text-track-settings .vjs-track-settings-colors{display:block;grid-column:1;grid-row:1}.vjs-text-track-settings .vjs-track-settings-font{grid-column:2;grid-row:1}.vjs-text-track-settings .vjs-track-settings-controls{grid-column:2;grid-row:2}}.vjs-track-setting>select{margin-right:5px}.vjs-text-track-settings fieldset{margin:5px;padding:3px;border:none}.vjs-text-track-settings fieldset span{display:inline-block}.vjs-text-track-settings legend{color:#fff;margin:0 0 5px}.vjs-text-track-settings .vjs-label{position:absolute;clip:rect(1px 1px 1px 1px);clip:rect(1px,1px,1px,1px);display:block;margin:0 0 5px;padding:0;border:0;height:1px;width:1px;overflow:hidden}.vjs-track-settings-controls button:active,.vjs-track-settings-controls button:focus{outline-style:solid;outline-width:medium;background-image:-webkit-gradient(linear,left bottom,left top,color-stop(88%,#fff),to(#73859f));background-image:linear-gradient(0deg,#fff 88%,#73859f)}.vjs-track-settings-controls button:hover{color:rgba(43,51,63,.75)}.vjs-track-settings-controls button{background-color:#fff;background-image:-webkit-gradient(linear,left top,left bottom,color-stop(88%,#fff),to(#73859f));background-image:linear-gradient(-180deg,#fff 88%,#73859f);color:#2b333f;cursor:pointer;border-radius:2px}.vjs-track-settings-controls .vjs-default-button{margin-right:1em}@media print{.video-js>:not(.vjs-tech):not(.vjs-poster){visibility:hidden}}.vjs-resize-manager{position:absolute;top:0;left:0;width:100%;height:100%;border:none;visibility:hidden}.video-js{font-family:SohoGothicPro,sans-serif;width:100%;height:100%}.video-js .vjs-tech{-webkit-transform:translateZ(0);transform:translateZ(0)}.video-js .vjs-big-play-button{left:50%;top:50%;-webkit-transform:translateZ(0) translate(-50%,-50%);transform:translateZ(0) translate(-50%,-50%);background-color:#0180c9;border:none;width:3em;height:3em;border-radius:50%}.video-js .vjs-big-play-button:focus,.video-js:hover .vjs-big-play-button{background-color:#0180c9}.video-js .vjs-big-play-button .vjs-icon-placeholder:before{top:.8em}.video-js .vjs-current-time{margin-left:auto;display:block;padding:0}.video-js .vjs-time-divider{display:block;padding:0 .4em}.video-js .vjs-time-control{min-width:0;font-size:1.4em;line-height:2em;letter-spacing:.043em}.video-js .vjs-duration{display:block;padding:0;margin-left:1.5em}.vjs-remaining-time{display:none}.video-js .vjs-control-bar{-webkit-transform:translateZ(0);transform:translateZ(0);background:none;-webkit-box-sizing:content-box;box-sizing:content-box;width:calc(100% - 5.2em);padding:0 2.6em;padding-bottom:34px}.video-js .vjs-control-bar:before{content:"";position:absolute;z-index:-1;height:44%;width:100%;bottom:0;left:0;background:-webkit-gradient(linear,left bottom,left top,from(rgba(30,46,63,.7)),to(transparent));background:linear-gradient(0deg,rgba(30,46,63,.7) 0,transparent);pointer-events:none}.video-js .vjs-slider{background-color:hsla(0,0%,100%,.4)}.video-js .vjs-load-progress{background:none}.video-js .vjs-load-progress div{background-color:hsla(0,0%,100%,.4)}.video-js .vjs-progress-holder{height:.4em}.video-js .vjs-play-progress:before{font-size:1.2em}.video-js .vjs-volume-panel{margin-left:1.7em}.video-js .vjs-fullscreen-control{-webkit-transform:translateZ(0);transform:translateZ(0);position:absolute;top:4em;left:4em;height:4.5em;width:4.5em;border-radius:50%;background-color:rgba(0,0,0,.2)}.video-js .vjs-fullscreen-control .vjs-icon-placeholder:before,.vjs-icon-fullscreen-enter:before{font-size:2.8em}.video-js:not(.vjs-has-started) .vjs-fullscreen-control{display:none}.video-js .vjs-fullscreen-control{opacity:1;-webkit-transition:visibility 1s,opacity 1s;transition:visibility 1s,opacity 1s}.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-fullscreen-control{opacity:0}.hero_video-dimensions,.vjs_video_3-dimensions{width:100%!important;height:100%!important}.Carousel3dVideo__root{position:relative}.Carousel3dVideo__root:before{content:"";display:block;padding-top:calc(56.3% + 32px)}.Carousel3dVideo__root .Carousel3dVideo__dots{position:absolute;top:0;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);display:-webkit-box;display:-ms-flexbox;display:flex}.Carousel3dVideo__root .Carousel3dVideo__dots .Carousel3dVideo__dot{margin:0 6px;width:6px;height:6px;border-radius:50%;background-color:#bcc7d3;-webkit-transition:all .5s;transition:all .5s;text-indent:-9999px}.Carousel3dVideo__root .Carousel3dVideo__dots .Carousel3dVideo__dot.active{-webkit-transform:scale(1.67);transform:scale(1.67);background-color:#fff}.Carousel3dVideo__root .Carousel3dVideo__slideWrapper{position:absolute;width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.Carousel3dVideo__root .Carousel3dVideo__slide{width:100%;opacity:0;pointer-events:auto}.Carousel3dVideo__root .Carousel3dVideo__slide[data-pos=current],.Carousel3dVideo__root .Carousel3dVideo__slide[data-pos=next],.Carousel3dVideo__root .Carousel3dVideo__slide[data-pos=prev]{-webkit-transition:all;transition:all;opacity:1}.Carousel3dVideo__root .Carousel3dVideo__slide[data-pos=next],.Carousel3dVideo__root .Carousel3dVideo__slide[data-pos=nextNext],.Carousel3dVideo__root .Carousel3dVideo__slide[data-pos=prev],.Carousel3dVideo__root .Carousel3dVideo__slide[data-pos=prevPrev]{opacity:.7}.Carousel3dVideo__root .Carousel3dVideo__slide[data-pos=next],.Carousel3dVideo__root .Carousel3dVideo__slide[data-pos=prev]{cursor:-webkit-grab;cursor:grab;z-index:1}.Carousel3dVideo__root .Carousel3dVideo__slide[data-pos=prevPrev]{-webkit-transform:scale(.5) translate3d(-100vw,0,0);transform:scale(.5) translate3d(-100vw,0,0);-webkit-transform-origin:left;transform-origin:left}.Carousel3dVideo__root .Carousel3dVideo__slide[data-pos=prev]{-webkit-transform:scale(.5) translate3d(-100vw,0,0) translateX(250px);transform:scale(.5) translate3d(-100vw,0,0) translateX(250px);-webkit-transform-origin:left;transform-origin:left}@media (max-width:1439px){.Carousel3dVideo__root .Carousel3dVideo__slide[data-pos=prev]{-webkit-transform:scale(.5) translate3d(-100vw,0,0) translateX(125px);transform:scale(.5) translate3d(-100vw,0,0) translateX(125px)}}@media (max-width:768px){.Carousel3dVideo__root .Carousel3dVideo__slide[data-pos=prev]{-webkit-transform:translate3d(-100vw,0,0) translateX(25px);transform:translate3d(-100vw,0,0) translateX(25px)}}.Carousel3dVideo__root .Carousel3dVideo__slide[data-pos=prev]>*{pointer-events:none}.Carousel3dVideo__root .Carousel3dVideo__slide[data-pos=current]{-webkit-transform:"";transform:"";-webkit-transform-origin:center;transform-origin:center;z-index:1}.Carousel3dVideo__root .Carousel3dVideo__slide[data-pos=next]{-webkit-transform:scale(.5) translate3d(100vw,0,0) translateX(-250px);transform:scale(.5) translate3d(100vw,0,0) translateX(-250px);-webkit-transform-origin:right;transform-origin:right}@media (max-width:1439px){.Carousel3dVideo__root .Carousel3dVideo__slide[data-pos=next]{-webkit-transform:scale(.5) translate3d(100vw,0,0) translateX(-125px);transform:scale(.5) translate3d(100vw,0,0) translateX(-125px)}}@media (max-width:768px){.Carousel3dVideo__root .Carousel3dVideo__slide[data-pos=next]{-webkit-transform:translate3d(100vw,0,0) translateX(-25px);transform:translate3d(100vw,0,0) translateX(-25px)}}.Carousel3dVideo__root .Carousel3dVideo__slide[data-pos=next]>*{pointer-events:none}.Carousel3dVideo__root .Carousel3dVideo__slide[data-pos=nextNext]{-webkit-transform:scale(.5) translate3d(100vw,0,0);transform:scale(.5) translate3d(100vw,0,0);-webkit-transform-origin:right;transform-origin:right}.ModalPlayer__root{background-color:rgba(0,0,0,.8);color:#fff}.ModalPlayer__root .ModalPlayer__buttonClose{position:absolute;z-index:10}@media (min-width:769px){.ModalPlayer__root .ModalPlayer__buttonClose{top:40px;right:45px}}@media (max-width:768px){.ModalPlayer__root .ModalPlayer__buttonClose{right:20px;bottom:20px}}.ModalPlayer__root .ModalPlayer__player{width:100%;border-radius:10px;overflow:hidden}.ModalPlayer__multiple{display:block}.HomePage__root{padding-bottom:90px}@media (max-width:768px){.HomePage__root{padding-bottom:80px}}.Breadcrumbs__root{background-color:#fff;color:#9aa8b6;height:50px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding-top:14px}.Breadcrumbs__root .Breadcrumbs__breadcrumb{display:inline-block}@media (max-width:768px){.Breadcrumbs__root .Breadcrumbs__breadcrumb:first-child{margin-left:2px}}.Breadcrumbs__root a{color:inherit;text-decoration:none;margin:0 7px}.Breadcrumbs__root a:first-child{margin:0 9px 0 10px}.Breadcrumbs__root a.Breadcrumbs__home{margin-left:0}.Breadcrumbs__root svg{width:12px;height:13px;position:relative;top:2px;color:#1e2e3f;fill:#1e2e3f;stroke:#1e2e3f}@media (max-width:768px){.Breadcrumbs__root svg{width:15px;height:15px}}.Breadcrumbs__root .Breadcrumbs__active,.Breadcrumbs__root .Breadcrumbs__active span,.Breadcrumbs__root .Breadcrumbs__last{color:#1e2e3f;margin-left:7px}.Breadcrumbs__root .Breadcrumbs__dotsBlock{display:none}.Breadcrumbs__dots{margin:0 10px}.HeroPLP__root{min-height:320px;position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:105px 0;color:#fff;overflow:hidden;z-index:0}@media (max-width:768px){.HeroPLP__root{padding:60px 0}}.HeroPLP__root .HeroPLP__logo{width:66px;height:38px;color:#fff;fill:#fff;stroke:#fff}.HeroPLP__root .HeroPLP__textContent{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.HeroPLP__root h1{width:660px;margin-bottom:10px;text-align:center}@media (max-width:768px){.HeroPLP__root h1{width:340px;margin-top:50px}}.HeroPLP__root .HeroPLP__subtitle{width:490px;max-height:96px;margin-bottom:15px;text-align:center}@media (max-width:768px){.HeroPLP__root .HeroPLP__subtitle{width:90%;max-width:460px;margin-top:7px;margin-bottom:0}}.HeroPLP__root.HeroPLP__pattern{background-image:radial-gradient(circle at center,hsla(0,0%,100%,.3) 0,hsla(0,0%,100%,0) 100%)}@media (max-width:768px){.HeroPLP__root.HeroPLP__pattern{min-height:200px;padding:50px 0}}.HeroPLP__root.HeroPLP__pattern .HeroPLP__headerPattern{bottom:0;left:0;z-index:-1;width:100%;height:180%;overflow:hidden}@media (max-width:768px){.HeroPLP__root.HeroPLP__pattern .HeroPLP__headerPattern{width:100%}}.HeroPLP__root.HeroPLP__image{min-height:340px;background-image:radial-gradient(circle at center,hsla(0,0%,100%,.3) 0,hsla(0,0%,100%,0) 100%)}@media (max-width:768px){.HeroPLP__root.HeroPLP__image{min-height:402px;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;padding-bottom:0}}@media (max-width:1280px){.HeroPLP__root.HeroPLP__image h1{width:500px}}@media (max-width:1024px){.HeroPLP__root.HeroPLP__image h1{width:400px}}.HeroPLP__root.HeroPLP__image .HeroPLP__productImage{position:absolute;z-index:-1}@media (max-width:768px){.HeroPLP__root.HeroPLP__image .HeroPLP__productImage{position:relative;margin-top:20px}}.HeroPLP__root.HeroPLP__bgImage{min-height:357px}@media (max-width:768px){.HeroPLP__root.HeroPLP__bgImage{min-height:370px;padding:60px 0}}.HeroPLP__root.HeroPLP__bgImage .HeroPLP__image{min-width:100%;height:auto;position:absolute;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);z-index:0}.HeroPLP__root.HeroPLP__bgImage .HeroPLP__textContent{height:100%;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;position:absolute;top:0;left:0;padding:inherit}@media (min-width:769px){.HeroPLP__root.HeroPLP__bgImage .HeroPLP__subtitle{width:660px}}@media (max-width:768px){.HeroPLP__root.HeroPLP__bgImage .HeroPLP__subtitle{margin-top:15px}}.HeroPLP__root.HeroPLP__video{min-height:440px}@media (max-width:768px){.HeroPLP__root.HeroPLP__video{min-height:370px}}.HeroPLP__root.HeroPLP__video .HeroPLP__videoLength{font-size:14px;font-weight:500;margin-top:17px}.ColorButton__root{position:relative;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border-radius:100px;background-color:#e9ecef;color:#1e2e3f;height:45px;font-size:14px;font-weight:500;cursor:pointer;padding:0 13px;white-space:nowrap}.ColorButton__root,.ColorButton__root:hover{-webkit-transition:all .3s ease;transition:all .3s ease}.ColorButton__root.active,.ColorButton__root:focus{background-color:#0180c9;color:#fff}.ColorButton__root .ColorButton__color{width:27px;height:27px;border:1px solid rgba(0,0,0,.1);border-radius:50px;margin-right:9px;overflow:hidden}.ColorButton__root .ColorButton__color .ColorButton__halfColor{display:inline-block;height:100%;width:50%}.ColorButton__root button{width:36px;height:36px}@media (max-width:768px){.ColorButton__root button{width:30px;height:30px}}.ColorButton__root.ColorButton__closebutton{padding:0 5px 0 8px;cursor:unset}@media (max-width:768px){.ColorButton__root.ColorButton__closebutton{height:40px}}.ColorButton__root.ColorButton__closebutton:before{width:28px;height:28px}.ColorButton__root.ColorButton__closebutton button{margin-left:10px;width:36px;height:36px}@media (max-width:768px){.ColorButton__root.ColorButton__closebutton button{width:30px;height:30px}}.ColorButton__root.ColorButton__closebutton svg{width:12px;height:12px;fill:#fff;stroke:#fff}.ColorButton__root:hover{background-color:#e1e4e7;color:#0180c9}.ColorButton__root:hover.ColorButton__closebutton button{background-color:#b4b6b8}.Tooltip__root{width:260px;border-radius:8px;background-color:#fff;padding:25px 30px;-webkit-box-shadow:0 10px 20px rgba(0,0,0,.1);box-shadow:0 10px 20px rgba(0,0,0,.1);text-align:left;color:#5b6d81;line-height:24px;cursor:auto}.ButtonTooltip__root{position:relative;border-radius:50%}.ButtonTooltip__root .ButtonTooltip__button{width:36px;height:36px;background-color:rgba(0,0,0,.1);border-radius:inherit;position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.ButtonTooltip__root .ButtonTooltip__button .ButtonTooltip__quickInfo,.ButtonTooltip__root .ButtonTooltip__button .ButtonTooltip__x{-webkit-transition:all .5s ease;transition:all .5s ease}.ButtonTooltip__root .ButtonTooltip__button .ButtonTooltip__quickInfo{width:7px;height:20px;position:relative;top:-1px;opacity:1;color:#1e2e3f;fill:#1e2e3f}.ButtonTooltip__root .ButtonTooltip__button .ButtonTooltip__x{position:absolute;width:12px;height:12px;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);opacity:0}.ButtonTooltip__root .ButtonTooltip__tooltip{position:absolute;z-index:9999;opacity:0;visibility:hidden;-webkit-transition:opacity .5s ease;transition:opacity .5s ease;height:0;padding:0;overflow:hidden}.ButtonTooltip__root.open .ButtonTooltip__quickInfo{opacity:0}.ButtonTooltip__root.open .ButtonTooltip__x{opacity:1}.ButtonTooltip__root.open .ButtonTooltip__tooltip{opacity:1;visibility:visible;height:auto;overflow:visible}.ButtonTooltip__root.ButtonTooltip__big .ButtonTooltip__button{width:48px;height:48px}.ButtonTooltip__root.ButtonTooltip__big .ButtonTooltip__button .ButtonTooltip__quickInfo{width:10px;height:20px}.ButtonTooltip__root.ButtonTooltip__big .ButtonTooltip__button .ButtonTooltip__x{width:15px;height:15px}.ButtonTooltip__root.ButtonTooltip__secondary .ButtonTooltip__button{background-color:#f4f5f7}.ButtonTooltip__root.ButtonTooltip__secondary .ButtonTooltip__button:hover{background-color:#e1e4e7}.ButtonTooltip__root.ButtonTooltip__secondary .ButtonTooltip__button svg{fill:#1e2e3f}.ButtonTooltip__root.ButtonTooltip__secondary .ButtonTooltip__button:hover svg{fill:#0180c9}.FeatureButton__root{position:relative;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border-radius:100px;background-color:#e9ecef;color:#1e2e3f;height:45px;font-size:14px;font-weight:500;cursor:pointer;padding:0 16px;white-space:nowrap}.FeatureButton__root,.FeatureButton__root:hover{-webkit-transition:all .3s ease;transition:all .3s ease}.FeatureButton__root.active,.FeatureButton__root:focus{background-color:#0180c9;color:#fff}.FeatureButton__root svg{color:#fff;fill:#fff}.FeatureButton__root.FeatureButton__question{padding:0 48px 0 15px;min-width:151px}.FeatureButton__root.FeatureButton__closebutton{padding:0 5px 0 15px;cursor:unset}@media (max-width:768px){.FeatureButton__root.FeatureButton__closebutton{height:40px}}.FeatureButton__root.FeatureButton__closebutton button{margin-left:15px;width:36px;height:36px;border-radius:inherit}@media (max-width:768px){.FeatureButton__root.FeatureButton__closebutton button{width:30px;height:30px}}.FeatureButton__root.FeatureButton__closebutton svg{width:12px;height:12px;fill:#fff;stroke:#fff}.FeatureButton__root:hover{background-color:#e1e4e7;color:#0180c9}.FeatureButton__wrapper{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border-radius:100px;background-color:#e9ecef;color:#1e2e3f;height:45px;font-size:14px;font-weight:500;cursor:pointer;-webkit-transition:all .3s ease;transition:all .3s ease;display:inline-block;position:relative;-webkit-transition:0s;transition:0s}.FeatureButton__wrapper:hover{background-color:#e1e4e7;color:#0180c9;-webkit-transition:all .3s ease;transition:all .3s ease}.FeatureButton__wrapper.active,.FeatureButton__wrapper:focus{background-color:#0180c9;color:#fff}.FeatureButton__wrapper .FeatureButton__root{color:inherit;background-color:transparent}.FeatureButton__wrapper .FeatureButton__button{position:absolute;top:5px;right:5px;width:36px;height:36px;border-radius:50%;margin-left:17px}.FeatureButton__wrapper:hover{-webkit-transition:0s;transition:0s}.FeatureButton__wrapper:hover .FeatureButton__button{background-color:#b4b6b8}.PropertyButton__root{position:relative;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border-radius:100px;background-color:#e9ecef;color:#1e2e3f;height:45px;font-size:14px;font-weight:500;cursor:pointer;padding:0 17px;white-space:nowrap}.PropertyButton__root,.PropertyButton__root:hover{-webkit-transition:all .3s ease;transition:all .3s ease}.PropertyButton__root.active,.PropertyButton__root:focus{background-color:#0180c9;color:#fff}.PropertyButton__root:hover{background-color:#e1e4e7;color:#0180c9}.PropertyButton__root svg{width:23px;margin-left:16px;stroke:#000}.PropertyButton__root.PropertyButton__small svg{height:14px}.PropertyButton__root.PropertyButton__medium svg{height:16px}.PropertyButton__root.PropertyButton__large svg{height:18px}.PropertyButton__root button{width:36px;height:36px}@media (max-width:768px){.PropertyButton__root button{width:30px;height:30px}}.PropertyButton__root.PropertyButton__closebutton{padding:0 5px 0 15px;cursor:unset}@media (max-width:768px){.PropertyButton__root.PropertyButton__closebutton{height:40px}}.PropertyButton__root.PropertyButton__closebutton svg{display:none}.PropertyButton__root.PropertyButton__closebutton button{margin-left:15px}.PropertyButton__root.PropertyButton__closebutton .PropertyButton__x svg{display:block;margin-left:0;width:12px;height:12px;fill:#fff;stroke:#fff}.FilterResultsButtons__root{position:relative;padding-left:15px;padding-right:15px}@media (max-width:768px){.FilterResultsButtons__root{padding-left:0;padding-right:0}}.FilterResultsButtons__root .FilterResultsButtons__opacityLeft{background-image:-webkit-gradient(linear,right top,left top,from(hsla(0,0%,100%,0)),color-stop(99%,#fff));background-image:linear-gradient(270deg,hsla(0,0%,100%,0) 0,#fff 99%)}.FilterResultsButtons__root .FilterResultsButtons__opacityRight{background-image:-webkit-gradient(linear,left top,right top,from(hsla(0,0%,100%,0)),color-stop(99%,#fff));background-image:linear-gradient(90deg,hsla(0,0%,100%,0) 0,#fff 99%)}.ProductFilters__root{position:relative;background-color:#fff;border-bottom:1px solid transparent}.ProductFilters__root .ProductFilters__mainPanel{border-top:1px solid transparent}@media (min-width:769px){.ProductFilters__root,.ProductFilters__root .ProductFilters__mainPanel{-webkit-transition:border .5s ease;transition:border .5s ease}}@media (max-width:768px){.ProductFilters__root{-webkit-transition:all .5s ease;transition:all .5s ease}}.ProductFilters__root .ProductFilters__leftButtonWrapper,.ProductFilters__root .ProductFilters__rightButtonWrapper{-webkit-transition:all .5s ease;transition:all .5s ease;height:80px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media (max-width:768px){.ProductFilters__root .ProductFilters__leftButtonWrapper,.ProductFilters__root .ProductFilters__rightButtonWrapper{height:66px}}.ProductFilters__root .ProductFilters__leftButtonWrapper{border-right:1px solid transparent}@media (min-width:769px){.ProductFilters__root .ProductFilters__rightButtonWrapper{border-left:1px solid transparent}}.ProductFilters__root .ProductFilters__featuredButton button,.ProductFilters__root .ProductFilters__filterButton{-webkit-transition:all .5s ease;transition:all .5s ease}.ProductFilters__root .ProductFilters__filterButton{font-weight:500}@media (max-width:768px){.ProductFilters__root .ProductFilters__filterButton{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;border:0;background:none}}.ProductFilters__root .ProductFilters__filterButton svg{position:relative;top:2px}@media (max-width:768px){.ProductFilters__root .ProductFilters__filterButton svg{top:1px}}.ProductFilters__root .ProductFilters__featuredButton button{font-weight:500}@media (max-width:768px){.ProductFilters__root .ProductFilters__featuredButton button{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;border:0}}@media (max-width:768px){.ProductFilters__root.ProductFilters__hasFilters{margin-bottom:25px}}@media (min-width:769px){.ProductFilters__root:not(.ProductFilters__hasFilters) .ProductFilters__resultText{position:absolute;top:0;left:0;width:100%;pointer-events:none;height:80px}}.ProductFilters__root.sticky-state{border-bottom:1px solid rgba(0,0,0,.1)}@media (min-width:769px){.ProductFilters__root.sticky-state{-webkit-transform:translateY(-1000px);transform:translateY(-1000px)}}@media (max-width:768px){.ProductFilters__root.sticky-state{opacity:0;-webkit-transform:translateY(-80px);transform:translateY(-80px);-webkit-transition:opacity 0s ease .5s,-webkit-transform .5s ease;transition:opacity 0s ease .5s,-webkit-transform .5s ease;transition:transform .5s ease,opacity 0s ease .5s;transition:transform .5s ease,opacity 0s ease .5s,-webkit-transform .5s ease}.ProductFilters__root.sticky-state.ProductFilters__hasFilters{-webkit-transform:translateY(-147px);transform:translateY(-147px)}}.ProductFilters__root.sticky-state[data-waypoint=true]{-webkit-transform:translateY(0);transform:translateY(0)}@media (max-width:768px){.ProductFilters__root.sticky-state[data-waypoint=true]{opacity:1;-webkit-transition:-webkit-transform .5s ease;transition:-webkit-transform .5s ease;transition:transform .5s ease;transition:transform .5s ease,-webkit-transform .5s ease}}@media (max-width:768px){.ProductFilters__root.sticky-state .ProductFilters__buttons{padding-left:0;padding-right:0}}.ProductFilters__root.sticky-state .ProductFilters__leftButtonWrapper,.ProductFilters__root.sticky-state .ProductFilters__rightButtonWrapper{border-color:rgba(0,0,0,.1)}@media (max-width:768px){.ProductFilters__root.sticky-state .ProductFilters__leftButtonWrapper,.ProductFilters__root.sticky-state .ProductFilters__rightButtonWrapper{width:50%}}@media (max-width:768px){.ProductFilters__root.sticky-state .ProductFilters__resultText{display:none}}.ProductFilters__root.sticky-state .ProductFilters__featuredButton button,.ProductFilters__root.sticky-state .ProductFilters__filterButton{border-color:transparent;border-radius:0}@media (max-width:768px){.ProductFilters__root.sticky-state .ProductFilters__featuredButton button,.ProductFilters__root.sticky-state .ProductFilters__filterButton{display:block}}.ProductFilters__root.sticky-state .ProductFilters__featuredButton,.ProductFilters__root.sticky-state .ProductFilters__featuredButton button,.ProductFilters__root.sticky-state .ProductFilters__filterButton{width:100%}@media (max-width:768px){.ProductFilters__root.sticky-state .ProductFilters__featuredButton button{margin:auto}}@media (max-width:768px){.ProductFilters__root.sticky-state .ProductFilters__filters{padding-bottom:12px;padding-top:12px;border-top:1px solid rgba(0,0,0,.1)}}.ProductFilters__root.sticky-state.ProductFilters__hasFilters .ProductFilters__resultText{display:none}@media (min-width:769px){.ProductFilters__root.sticky-state-desktop{border-bottom:1px solid rgba(0,0,0,.1)}.ProductFilters__root.sticky-state-desktop .ProductFilters__mainPanel{border-top:1px solid rgba(0,0,0,.1)}.ProductFilters__root.sticky-state-desktop .ProductFilters__leftButtonWrapper,.ProductFilters__root.sticky-state-desktop .ProductFilters__rightButtonWrapper{border-color:rgba(0,0,0,.1)}.ProductFilters__root.sticky-state-desktop .ProductFilters__featuredButton button,.ProductFilters__root.sticky-state-desktop .ProductFilters__filterButton{border-color:transparent;border-radius:0}}@media (max-width:768px){.ProductFilters__root.dropdown-opened .ProductFilters__leftButtonWrapper{overflow:hidden;width:0}.ProductFilters__root.dropdown-opened .ProductFilters__rightButtonWrapper{width:100%}}.NavPanel__root{border:none}.NavPanelItem__root{width:195px;height:70px;margin:5px;text-decoration:none;text-align:center;-webkit-transition:background-color .3s ease;transition:background-color .3s ease;color:#1e2e3f;font-weight:400;background-color:rgba(30,46,63,.1)}.NavPanelItem__root:hover{background-color:rgba(30,46,63,.15)}.NavPanelItem__root.NavPanelItem__active{-webkit-box-shadow:0 4px 20px rgba(0,0,0,.1);box-shadow:0 4px 20px rgba(0,0,0,.1);color:#0180c9;background-color:#fff;cursor:default}@media (max-width:768px){.NavPanelItem__root{width:auto;max-width:150px;min-width:103px;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;-ms-flex-preferred-size:0;flex-basis:0;padding:5px}}.NavPanelMobile__root{border:none}.IconBtn__root{position:relative;padding-right:30px;text-decoration:none;font-size:14px;font-weight:400;letter-spacing:.3px;cursor:pointer;background:none}.IconBtn__root.white{fill:#fff;stroke:#fff;color:#fff}.IconBtn__root.IconBtn__white:hover{fill:#e9ecef;stroke:#e9ecef;color:#e9ecef}.IconBtn__root.lochmara{fill:#0180c9;stroke:#0180c9;color:#0180c9}.IconBtn__root.lochmara:hover{fill:#006ba8;stroke:#006ba8;color:#006ba8}.IconBtn__root.white:hover{fill:#e9ecef;stroke:#e9ecef;color:#e9ecef}.IconBtn__icon{position:absolute;top:0;right:0}.IconBtn__x{opacity:0;position:absolute;left:3px;top:2px;-webkit-transition:opacity .5s;transition:opacity .5s}.IconBtn__heart .IconBtn__x,.IconBtn__share .IconBtn__x{top:4px}.IconBtn__root.active .IconBtn__x,.IconBtn__root.removeBtn .IconBtn__x{opacity:1}.IconBtn__root.removeBtn .IconBtn__x svg{position:absolute;top:2px;right:4px;width:16px;height:16px}.IconBtn__mainIcon{-webkit-transition:opacity .5s;transition:opacity .5s}.IconBtn__root.active .IconBtn__mainIcon{opacity:0}.IconBtn__share{top:2px;width:19px;height:21px}.IconBtn__heart{top:2px;width:19px;height:17px}.IconBtn__compare{top:1px;right:-4px;width:22px;height:21px}.IconBtn__download{width:16px;height:20px}.IconBtn__print{width:19px;height:19px;top:3px;right:-3px}.PriceTag__root{color:#1e2e3f;background-color:#fff;border-radius:8px;-webkit-box-shadow:0 4px 20px rgba(0,0,0,.1);box-shadow:0 4px 20px rgba(0,0,0,.1)}.ProductPLPheader__root{height:90px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-wrap:wrap;flex-wrap:wrap;padding:0 20px;border-bottom:1px solid hsla(0,0%,100%,.2);border-top-left-radius:8px;border-top-right-radius:8px}@media (max-width:1280px){.ProductPLPheader__root{height:140px;padding:30px 20px 20px}}@media (max-width:1024px){.ProductPLPheader__root{height:90px;padding:0 20px}}@media (max-width:768px){.ProductPLPheader__root{height:75px}}@media (max-width:374px){.ProductPLPheader__root{height:140px;padding:30px 20px 20px}}.ProductPLPheader__root .ProductPLPheader__pricetagWrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}@media (max-width:1280px){.ProductPLPheader__root .ProductPLPheader__pricetagWrapper{width:100%;padding-top:16px}}@media (max-width:1024px){.ProductPLPheader__root .ProductPLPheader__pricetagWrapper{width:auto;padding-top:0}}@media (max-width:374px){.ProductPLPheader__root .ProductPLPheader__pricetagWrapper{width:100%;padding-top:16px}}.ProductPLPheader__root .ProductPLPheader__buttonsWrapper{width:230px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin:0 auto}@media (max-width:1280px){.ProductPLPheader__root .ProductPLPheader__buttonsWrapper{width:100%}}.StarsRating__starWrapper{display:inline-block;width:15px;height:15px}.StarsRating__starWrapper:nth-child(n+2){margin-left:9px}.StarsRating__root.small .StarsRating__starWrapper{width:12px;height:11px}.StarsRating__root.small .StarsRating__starWrapper:nth-child(n+2){margin-left:6px}.StarsRating__root.big .StarsRating__starWrapper{width:18px;height:17px}.StarsRating__root.big .StarsRating__starWrapper:nth-child(n+2){margin-left:7px}.StarsRating__starWrapper svg{fill:rgba(0,0,0,.2)}.StarsRating__starWrapper.active svg{fill:#fab001}.StarsRating__root.StarsRating__aos .StarsRating__starWrapper.active svg{fill:rgba(0,0,0,.2);-webkit-transition:fill .2s;transition:fill .2s}.StarsRating__root.StarsRating__aos.aos-animate .StarsRating__starWrapper:nth-child(2) svg{-webkit-transition-delay:.2s;transition-delay:.2s}.StarsRating__root.StarsRating__aos.aos-animate .StarsRating__starWrapper:nth-child(3) svg{-webkit-transition-delay:.4s;transition-delay:.4s}.StarsRating__root.StarsRating__aos.aos-animate .StarsRating__starWrapper:nth-child(4) svg{-webkit-transition-delay:.6s;transition-delay:.6s}.StarsRating__root.StarsRating__aos.aos-animate .StarsRating__starWrapper:nth-child(5) svg{-webkit-transition-delay:.8s;transition-delay:.8s}.StarsRating__root.white .StarsRating__starWrapper.active svg{fill:#fff}.StarsRating__root.StarsRating__aos.aos-animate .StarsRating__starWrapper.active svg{fill:#fab001}.EnergyClassBadge__root{display:inline-block;height:30px;min-width:18px;position:relative;padding-left:7px}.EnergyClassBadge__root:after{content:"";width:0;height:0;position:absolute;left:100%;top:0;border-top:15px solid transparent;border-bottom:15px solid transparent;border-left-width:11px;border-left-style:solid;pointer-events:none}.EnergyClassBadge__root .EnergyClassBadge__text{color:#fff;font-size:14px;font-weight:400;letter-spacing:.43px}.EnergyClassBadge__root.EnergyClassBadge__energyClass4{background-color:#ece100}.EnergyClassBadge__root.EnergyClassBadge__energyClass4:after{border-left-color:#ece100}.EnergyClassBadge__root.EnergyClassBadge__energyClass3{background-color:#bfd730}.EnergyClassBadge__root.EnergyClassBadge__energyClass3:after{border-left-color:#bfd730}.EnergyClassBadge__root.EnergyClassBadge__energyClass2{background-color:#81cd6c}.EnergyClassBadge__root.EnergyClassBadge__energyClass2:after{border-left-color:#81cd6c}.EnergyClassBadge__root.EnergyClassBadge__energyClass1{background-color:#4aa45a}.EnergyClassBadge__root.EnergyClassBadge__energyClass1:after{border-left-color:#4aa45a}.ProductSpecBox__root{height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-sizing:content-box;box-sizing:content-box;max-width:128px}@media (max-width:768px){.ProductSpecBox__root{max-width:unset}}.ProductSpecBox__root .ProductSpecBox__title{margin-top:22px;font-size:12px;font-weight:500;letter-spacing:.37px;line-height:14px;color:#9aa8b6}@media (max-width:768px){.ProductSpecBox__root .ProductSpecBox__title{margin-top:0;margin-left:20px;position:relative;top:1px}}.ProductSpecBox__root .ProductSpecBox__info{font-size:16px;color:#1e2e3f;line-height:24px;margin-top:18px}@media (max-width:768px){.ProductSpecBox__root .ProductSpecBox__info{margin:0}}.ProductSpecBox__root .ProductSpecBox__energyClass{margin-top:13px;-ms-flex-item-align:start;align-self:flex-start;position:relative;left:26%}@media (max-width:768px){.ProductSpecBox__root .ProductSpecBox__energyClass{left:0;margin-top:11px}}.ProductExtraSpecs__root .ProductExtraSpecs__text{text-align:left;padding:13px 17px 14px 30px;background-color:#fff;border-bottom-left-radius:8px;border-bottom-right-radius:8px;border:1px solid rgba(0,0,0,.1);border-top-color:transparent}.ProductExtraSpecs__root ul{list-style-type:none;margin:0;padding-left:0}.ProductExtraSpecs__root ul li{font-size:14px;color:#5b6d81;line-height:23px;letter-spacing:.2px}.ProductExtraSpecs__root ul li:before{content:"\2022";font-size:17px;margin-right:15px;position:relative;top:1px}.ProductCardPLP__root{height:660px;position:relative;color:#fff;text-align:center}@media (max-width:768px){.ProductCardPLP__root{height:595px}}@media (max-width:374px){.ProductCardPLP__root{height:660px}}.ProductCardPLP__root .ProductCardPLP__overflowWrapper{overflow:hidden;border-radius:8px}.ProductCardPLP__root .ProductCardPLP__productBody{height:570px;position:relative}@media (max-width:1280px){.ProductCardPLP__root .ProductCardPLP__productBody{height:520px}}@media (max-width:1024px){.ProductCardPLP__root .ProductCardPLP__productBody{height:570px}}@media (max-width:768px){.ProductCardPLP__root .ProductCardPLP__productBody{height:500px}}.ProductCardPLP__root .ProductCardPLP__productBackground{width:100%;height:100%;position:absolute;z-index:0;border-bottom-left-radius:8px;border-bottom-right-radius:8px;-webkit-transition:height .3s ease;transition:height .3s ease}.ProductCardPLP__root .ProductCardPLP__viewLink{display:block;height:100%;position:relative;z-index:4;color:#fff;text-decoration:none;padding-top:12px;-webkit-transition:all .3s ease;transition:all .3s ease}@media (max-width:768px){.ProductCardPLP__root .ProductCardPLP__viewLink{padding-top:19px;height:80%}}.ProductCardPLP__root .ProductCardPLP__ratingModelWrapper{opacity:1;max-height:65px;-webkit-transition:.3s ease;transition:.3s ease;-webkit-transition-property:opacity,max-height;transition-property:opacity,max-height}.ProductCardPLP__root .ProductCardPLP__model{font-size:13px;font-weight:400;text-transform:uppercase;margin-top:15px}.ProductCardPLP__root .ProductCardPLP__desc{width:350px;height:60px;max-height:60px;overflow:hidden;margin:5px auto 0;font-size:22px;line-height:30px;font-weight:300;letter-spacing:.3px;-webkit-transition:margin-bottom .3s ease;transition:margin-bottom .3s ease}@media (max-width:1280px){.ProductCardPLP__root .ProductCardPLP__desc{width:300px;margin-bottom:8px;font-size:18px;line-height:26px}}@media (max-width:1024px){.ProductCardPLP__root .ProductCardPLP__desc{width:350px;font-size:22px;line-height:30px}}@media (max-width:768px){.ProductCardPLP__root .ProductCardPLP__desc{width:320px;font-size:20px;line-height:30px}}@media (max-width:374px){.ProductCardPLP__root .ProductCardPLP__desc{width:293px;font-size:18px;line-height:26px}}.ProductCardPLP__root .ProductCardPLP__productBadge{position:absolute;top:220px;left:6.2%;-webkit-transition:top .3s ease;transition:top .3s ease}@media (max-width:1280px){.ProductCardPLP__root .ProductCardPLP__productBadge{top:200px}}@media (max-width:1024px){.ProductCardPLP__root .ProductCardPLP__productBadge{top:220px}}.ProductCardPLP__root .ProductCardPLP__image{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;margin:20px 0 30px;-webkit-transition:.3s ease;transition:.3s ease;-webkit-transition-property:margin-top,margin-bottom;transition-property:margin-top,margin-bottom}@media (max-width:1280px){.ProductCardPLP__root .ProductCardPLP__image{margin-top:8px}}@media (max-width:1024px){.ProductCardPLP__root .ProductCardPLP__image{margin-top:20px;margin-bottom:20px}}@media (max-width:768px){.ProductCardPLP__root .ProductCardPLP__image{margin-top:10px}}.ProductCardPLP__root .ProductCardPLP__image img{width:auto;height:268px;max-height:268px;-webkit-transition:max-height .3s ease-out;transition:max-height .3s ease-out}@media (max-width:1280px){.ProductCardPLP__root .ProductCardPLP__image img{height:244px;max-height:244px}}@media (max-width:1024px){.ProductCardPLP__root .ProductCardPLP__image img{height:268px;max-height:268px}}@media (max-width:768px){.ProductCardPLP__root .ProductCardPLP__image img{height:220px;max-height:220px}}.ProductCardPLP__root .ProductCardPLP__whereToBuy{display:-webkit-box;display:-ms-flexbox;display:flex;position:absolute;left:0;right:0;bottom:0;margin:0 auto;-webkit-transform:scale(.1);transform:scale(.1);-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}@media (max-width:768px){.ProductCardPLP__root .ProductCardPLP__whereToBuy{-webkit-transform:scale(1);transform:scale(1);z-index:5}}.ProductCardPLP__root .ProductCardPLP__productSpecsWrapper{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:0 20px;position:absolute;top:450px;-webkit-transition:top .3s ease;transition:top .3s ease;z-index:1}@media (min-width:769px){.ProductCardPLP__root .ProductCardPLP__productSpecsWrapper{z-index:5}}@media (max-width:1280px){.ProductCardPLP__root .ProductCardPLP__productSpecsWrapper{padding:0 10px;top:403px}}@media (max-width:1024px){.ProductCardPLP__root .ProductCardPLP__productSpecsWrapper{padding:0 10px;top:450px}}@media (max-width:768px){.ProductCardPLP__root .ProductCardPLP__productSpecsWrapper{left:0;top:auto;bottom:107px}}.ProductCardPLP__root .ProductCardPLP__productSpecs{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;width:385px;max-height:99px;overflow:hidden;border-radius:8px;-webkit-transition:max-height .3s ease;transition:max-height .3s ease;-webkit-box-shadow:0 2px 6px 0 rgba(0,0,0,.1);box-shadow:0 2px 6px 0 rgba(0,0,0,.1)}@media (max-width:768px){.ProductCardPLP__root .ProductCardPLP__productSpecs{width:100vw;overflow:hidden;position:absolute;-webkit-box-shadow:none;box-shadow:none;left:-17px;top:0}}@media (max-width:768px){.ProductCardPLP__root .ProductCardPLP__productSpecs img{width:29px}}.ProductCardPLP__root .ProductCardPLP__sliderWrapper{width:100%}@media (max-width:768px){.ProductCardPLP__root .ProductCardPLP__sliderWrapper{height:55px;overflow:hidden}}.ProductCardPLP__root .ProductCardPLP__productBasicSpecs{width:100%;height:99px;display:-webkit-box;display:-ms-flexbox;display:flex;background:#fff;border:1px solid rgba(0,0,0,.1)}@media (max-width:768px){.ProductCardPLP__root .ProductCardPLP__productBasicSpecs{width:auto;height:75px;overflow-x:scroll;overflow-y:hidden;background:transparent;border:none;border-radius:0;padding-left:30px;-webkit-overflow-scrolling:touch}.ProductCardPLP__root .ProductCardPLP__productBasicSpecs:after{content:"";padding-left:25px}.ProductCardPLP__root .ProductCardPLP__productBasicSpecs>div{-ms-flex-negative:0;flex-shrink:0}}@media (min-width:769px){.ProductCardPLP__root .ProductCardPLP__productBasicSpecs .ProductCardPLP__badgeMobile{display:none}}@media (max-width:768px){.ProductCardPLP__root .ProductCardPLP__productBasicSpecs .ProductCardPLP__badgeMobile{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:auto;min-width:130px;height:50px;background-color:#fff;border-radius:8px;-webkit-box-shadow:0 2px 6px 0 rgba(0,0,0,.1);box-shadow:0 2px 6px 0 rgba(0,0,0,.1);margin-right:5px;padding:0 15px}}.ProductCardPLP__root .ProductCardPLP__productBasicSpecs .ProductCardPLP__productSpecBox{width:33.3%}.ProductCardPLP__root .ProductCardPLP__productBasicSpecs .ProductCardPLP__productSpecBox:last-child{border:none}@media (max-width:768px){.ProductCardPLP__root .ProductCardPLP__productBasicSpecs .ProductCardPLP__productSpecBox{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:auto;min-width:130px;height:50px;background-color:#fff;border-radius:8px;-webkit-box-shadow:0 2px 6px 0 rgba(0,0,0,.1);box-shadow:0 2px 6px 0 rgba(0,0,0,.1);margin-right:5px;padding:0 15px;-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}}.ProductCardPLP__root .ProductCardPLP__productExtraSpecs{width:100%}@media (max-width:768px){.ProductCardPLP__root .ProductCardPLP__productExtraSpecs{display:none}}.ProductCardPLP__root:hover .ProductCardPLP__productBackground{border-bottom-left-radius:8px;border-bottom-right-radius:8px}@media (min-width:769px){.ProductCardPLP__root:hover .ProductCardPLP__ratingModelWrapper{max-height:0;opacity:0}.ProductCardPLP__root:hover .ProductCardPLP__productBackground{height:388px}.ProductCardPLP__root:hover .ProductCardPLP__viewLink{height:calc(100% - 82px);padding-top:16px}.ProductCardPLP__root:hover .ProductCardPLP__productBadge{top:140px}.ProductCardPLP__root:hover .ProductCardPLP__image img{max-height:244px}.ProductCardPLP__root:hover.ProductCardPLP__squareImage .ProductCardPLP__image img{max-height:196px}.ProductCardPLP__root:hover .ProductCardPLP__productSpecsWrapper{top:290px}.ProductCardPLP__root:hover .ProductCardPLP__productSpecs{max-height:215px}.ProductCardPLP__root:hover .ProductCardPLP__sliderWrapper div{border-bottom-left-radius:0;border-bottom-right-radius:0}.ProductCardPLP__root:hover .ProductCardPLP__whereToBuy{-webkit-transform:scale(1);transform:scale(1)}}@media (max-width:1280px){.ProductCardPLP__root:hover .ProductCardPLP__image img{max-height:220px}.ProductCardPLP__root:hover.ProductCardPLP__squareImage .ProductCardPLP__image img{max-height:170px}.ProductCardPLP__root:hover .ProductCardPLP__productBadge{top:126px}.ProductCardPLP__root:hover .ProductCardPLP__productSpecsWrapper{top:238px}}@media (max-width:1024px){.ProductCardPLP__root:hover .ProductCardPLP__image img{max-height:244px}.ProductCardPLP__root:hover.ProductCardPLP__squareImage .ProductCardPLP__image img{max-height:190px}.ProductCardPLP__root:hover .ProductCardPLP__productBadge{top:140px}.ProductCardPLP__root:hover .ProductCardPLP__productSpecsWrapper{top:290px}}@media (max-width:768px){.ProductCardPLP__root:hover .ProductCardPLP__image img{max-height:275px}.ProductCardPLP__root:hover.ProductCardPLP__squareImage .ProductCardPLP__image img{max-height:225px}.ProductCardPLP__root:hover .ProductCardPLP__productSpecsWrapper{top:auto;bottom:107px}}.ProductCardPLP__root:focus-within .ProductCardPLP__productBackground{border-bottom-left-radius:8px;border-bottom-right-radius:8px}@media (min-width:769px){.ProductCardPLP__root:focus-within .ProductCardPLP__ratingModelWrapper{max-height:0;opacity:0}.ProductCardPLP__root:focus-within .ProductCardPLP__productBackground{height:388px}.ProductCardPLP__root:focus-within .ProductCardPLP__viewLink{height:calc(100% - 82px);padding-top:16px}.ProductCardPLP__root:focus-within .ProductCardPLP__productBadge{top:140px}.ProductCardPLP__root:focus-within .ProductCardPLP__image img{max-height:244px}.ProductCardPLP__root:focus-within.ProductCardPLP__squareImage .ProductCardPLP__image img{max-height:196px}.ProductCardPLP__root:focus-within .ProductCardPLP__productSpecsWrapper{top:290px}.ProductCardPLP__root:focus-within .ProductCardPLP__productSpecs{max-height:215px}.ProductCardPLP__root:focus-within .ProductCardPLP__sliderWrapper div{border-bottom-left-radius:0;border-bottom-right-radius:0}.ProductCardPLP__root:focus-within .ProductCardPLP__whereToBuy{-webkit-transform:scale(1);transform:scale(1)}}@media (max-width:1280px){.ProductCardPLP__root:focus-within .ProductCardPLP__image img{max-height:220px}.ProductCardPLP__root:focus-within.ProductCardPLP__squareImage .ProductCardPLP__image img{max-height:170px}.ProductCardPLP__root:focus-within .ProductCardPLP__productBadge{top:126px}.ProductCardPLP__root:focus-within .ProductCardPLP__productSpecsWrapper{top:238px}}@media (max-width:1024px){.ProductCardPLP__root:focus-within .ProductCardPLP__image img{max-height:244px}.ProductCardPLP__root:focus-within.ProductCardPLP__squareImage .ProductCardPLP__image img{max-height:190px}.ProductCardPLP__root:focus-within .ProductCardPLP__productBadge{top:140px}.ProductCardPLP__root:focus-within .ProductCardPLP__productSpecsWrapper{top:290px}}@media (max-width:768px){.ProductCardPLP__root:focus-within .ProductCardPLP__image img{max-height:275px}.ProductCardPLP__root:focus-within.ProductCardPLP__squareImage .ProductCardPLP__image img{max-height:225px}.ProductCardPLP__root:focus-within .ProductCardPLP__productSpecsWrapper{top:auto;bottom:107px}}.ProductCardPLP__root.ProductCardPLP__squareImage .ProductCardPLP__image{margin-top:40px}@media (max-width:1280px){.ProductCardPLP__root.ProductCardPLP__squareImage .ProductCardPLP__image{margin-top:30px}}@media (max-width:768px){.ProductCardPLP__root.ProductCardPLP__squareImage .ProductCardPLP__image{margin-top:15px}}.ProductCardPLP__root.ProductCardPLP__squareImage .ProductCardPLP__image img{height:245px;max-height:245px}@media (max-width:1280px){.ProductCardPLP__root.ProductCardPLP__squareImage .ProductCardPLP__image img{height:170px;max-height:170px}}@media (max-width:1024px){.ProductCardPLP__root.ProductCardPLP__squareImage .ProductCardPLP__image img{height:210px;max-height:210px}}.ProductFeatureButton__root{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:188px;border:1px solid rgba(0,0,0,.1);border-radius:30px;cursor:pointer;color:#0180c9;background-color:#fff;font-size:15px;letter-spacing:.3px;font-size:14px;width:210px;height:60px;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-bottom:20px;padding:3px 8px 0 26px;font-weight:500}.ProductFeatureButton__root img{width:48px;height:48px}.ProductFeatureButton__root:hover{border-color:#d6d6d6}.ProductFeatureButton__root:hover .buttonTooltipHover{background-color:#e1e4e7}.ProductFeatureButton__root:hover .buttonTooltipHover svg{fill:#0180c9}.ProductFeatures__root{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media (max-width:768px){.ProductFeatures__root{padding-top:0;width:auto}}.ProductFeatures__root .ProductFeatures__subheader{font-weight:500;font-size:14px;color:#9aa8b6;letter-spacing:.43px;text-align:center;line-height:18px;margin-bottom:11px}@media (max-width:768px){.ProductFeatures__root .ProductFeatures__subheader{font-weight:300;letter-spacing:.53px}}.ProductFeatures__root .ProductFeatures__header{width:275px;font-size:22px;color:#1e2e3f;text-align:center;line-height:32px;margin-top:0}@media (max-width:768px){.ProductFeatures__root .ProductFeatures__header{font-weight:300;letter-spacing:.53px}}.ProductFeatures__root .ProductFeatures__featureButtons{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin-top:38px}.ProductCardWithPhotoPLP__root{position:relative}.ProductCardWithPhotoPLP__root .ProductCardWithPhotoPLP__photo{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1;width:52%;position:relative;left:1px;overflow:hidden;height:660px;max-height:660px;-webkit-transition:all .3s ease;transition:all .3s ease;border-bottom-left-radius:8px}@media (max-width:1024px){.ProductCardWithPhotoPLP__root .ProductCardWithPhotoPLP__photo{display:none}}.ProductCardWithPhotoPLP__root .ProductCardWithPhotoPLP__photo img{position:absolute;top:0;right:0;width:auto;height:660px;min-height:660px}.ProductCardWithPhotoPLP__root .ProductCardWithPhotoPLP__product{width:48%}@media (max-width:1024px){.ProductCardWithPhotoPLP__root .ProductCardWithPhotoPLP__product{width:100%}}.ProductCardWithPhotoPLP__root .ProductCardWithPhotoPLP__product .borderRadius{border-top-left-radius:0;border-bottom-left-radius:0}.ProductCardWithPhotoPLP__root.ProductCardWithPhotoPLP__reversed .ProductCardWithPhotoPLP__photo{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1;width:48%}.ProductCardWithPhotoPLP__root.ProductCardWithPhotoPLP__reversed .ProductCardWithPhotoPLP__product{width:52%}@media (max-width:1024px){.ProductCardWithPhotoPLP__root.ProductCardWithPhotoPLP__reversed .ProductCardWithPhotoPLP__product{width:100%}}.ProductCardWithPhotoPLP__root.ProductCardWithPhotoPLP__reversed .borderRadius{border-top-right-radius:0;border-bottom-right-radius:0}.ProductCardWithPhotoPLP__root .ProductCardWithPhotoPLP__product:hover+.ProductCardWithPhotoPLP__photo{height:478px;max-height:478px;-webkit-transition:all .3s ease;transition:all .3s ease}@media (max-width:1280px){.ProductCardWithPhotoPLP__root .ProductCardWithPhotoPLP__product:hover+.ProductCardWithPhotoPLP__photo{height:528px;max-height:528px}}.ArticleCardPLP__root{position:relative}@media (max-width:768px){.ArticleCardPLP__root{height:206px;padding-top:1px}}.ArticleCardPLP__root .ArticleCardPLP__category{color:#9aa8b6}@media (max-width:768px){.ArticleCardPLP__root .ArticleCardPLP__category{letter-spacing:.8px;font-weight:300;margin-top:8px}}.ArticleCardPLP__root .ArticleCardPLP__textBlock{position:absolute;width:100%;bottom:105px;z-index:1}@media (max-width:768px){.ArticleCardPLP__root .ArticleCardPLP__textBlock{position:static}}.ArticleCardPLP__root .ArticleCardPLP__imageWrapper{width:100%;height:200px;position:absolute}@media (max-width:768px){.ArticleCardPLP__root .ArticleCardPLP__imageWrapper{display:none}}.ArticleCardPLP__root .ArticleCardPLP__imageWrapper.ArticleCardPLP__roundedImage{left:calc(50% - 100px);background-size:cover;border-radius:50%;width:200px}.ArticleCardPLP__root .ArticleCardPLP__imageWrapper .ArticleCardPLP__image img{height:200px;width:auto}.ArticleCardPLP__root .ArticleCardPLP__desc{margin:auto;margin-top:11px;font-size:22px;width:275px;line-height:32px}@media (max-width:768px){.ArticleCardPLP__root .ArticleCardPLP__desc{width:270px;font-size:23px;font-weight:300}}.ProductsGrid__root{border:none}.irs{-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.irs,.irs-line{position:relative;display:block}.irs-line{overflow:hidden}.irs-line-left,.irs-line-mid,.irs-line-right{position:absolute;display:block;top:0}.irs-line-left{left:0;width:11%}.irs-line-mid{left:9%;width:82%}.irs-line-right{right:0;width:11%}.irs-bar{width:0}.irs-bar,.irs-bar-edge{position:absolute;display:block;left:0}.irs-bar-edge{top:0}.irs-shadow{position:absolute;display:none;left:0;width:0}.irs-handle{position:absolute;display:block;cursor:default;z-index:1}.irs-handle.type_last{z-index:2}.irs-min{left:0}.irs-max,.irs-min{position:absolute;display:block;cursor:default}.irs-max{right:0}.irs-from,.irs-single,.irs-to{position:absolute;display:block;top:0;left:0;cursor:default;white-space:nowrap}.irs-grid{position:absolute;display:none;bottom:0;left:0;width:100%;height:20px}.irs-with-grid .irs-grid{display:block}.irs-grid-pol{position:absolute;top:0;left:0;width:1px;height:8px;background:#000}.irs-grid-pol.small{height:4px}.irs-grid-text{position:absolute;bottom:0;left:0;white-space:nowrap;text-align:center;font-size:9px;line-height:9px;padding:0 3px;color:#000}.irs-disable-mask{position:absolute;display:block;top:0;left:-1%;width:102%;height:100%;cursor:default;background:transparent;z-index:2}.lt-ie9 .irs-disable-mask{background:#000;filter:alpha(opacity=0);cursor:not-allowed}.irs-disabled{opacity:.4}.irs-hidden-input{position:absolute!important;display:block!important;top:0!important;left:0!important;width:0!important;height:0!important;font-size:0!important;line-height:0!important;padding:0!important;margin:0!important;overflow:hidden;outline:none!important;z-index:-9999!important;background:none!important;border-style:solid!important;border-color:transparent!important}.irs{height:55px}.irs-with-grid{height:75px}.irs-line{height:10px;top:33px;background:#eee;background:-webkit-gradient(linear,left top,left bottom,color-stop(-50%,#ddd),color-stop(150%,#fff));background:linear-gradient(180deg,#ddd -50%,#fff 150%);border:1px solid #ccc;border-radius:16px;-moz-border-radius:16px}.irs-line-left,.irs-line-mid,.irs-line-right{height:8px}.irs-bar{border-top:1px solid #428bca;border-bottom:1px solid #428bca}.irs-bar,.irs-bar-edge{height:10px;top:33px;background:#428bca;background:-webkit-gradient(linear,left bottom,left top,from(#428bca),to(#7fc3e8));background:linear-gradient(0deg,#428bca 0,#7fc3e8)}.irs-bar-edge{width:14px;border:1px solid #428bca;border-right:0;border-radius:16px 0 0 16px;-moz-border-radius:16px 0 0 16px}.irs-shadow{height:2px;top:38px;background:#000;opacity:.3;border-radius:5px;-moz-border-radius:5px}.lt-ie9 .irs-shadow{filter:alpha(opacity=30)}.irs-handle{top:25px;width:27px;height:27px;border:1px solid #aaa;background:#ddd;background:-webkit-gradient(linear,left top,left bottom,from(#fff),color-stop(20%,#dcdcdc),to(#fff));background:linear-gradient(180deg,#fff 0,#dcdcdc 20%,#fff);border-radius:27px;-moz-border-radius:27px;-webkit-box-shadow:1px 1px 3px rgba(0,0,0,.3);box-shadow:1px 1px 3px rgba(0,0,0,.3);cursor:pointer}.irs-handle.state_hover,.irs-handle:hover{background:#fff}.irs-max,.irs-min{color:#333;font-size:12px;line-height:1.333;text-shadow:none;top:0;padding:1px 5px;background:rgba(0,0,0,.1);border-radius:3px;-moz-border-radius:3px}.lt-ie9 .irs-max,.lt-ie9 .irs-min{background:#ccc}.irs-from,.irs-single,.irs-to{color:#fff;font-size:14px;line-height:1.333;text-shadow:none;padding:1px 5px;background:#428bca;border-radius:3px;-moz-border-radius:3px}.lt-ie9 .irs-from,.lt-ie9 .irs-single,.lt-ie9 .irs-to{background:#999}.irs-grid{height:27px}.irs-grid-pol{opacity:.5;background:#428bca}.irs-grid-pol.small{background:#999}.irs-grid-text{bottom:5px;color:#99a4ac}.RangeSlider__root{padding-top:6px}@media (min-width:769px){.RangeSlider__inner{margin-left:-8px;margin-right:-8px}}.irs-handle{top:22px;width:26px;height:26px;border-color:rgba(0,0,0,.1);background:none;background-color:#fff}.irs-bar{height:6px;background:none;background-color:#0180c9}.irs-from,.irs-single,.irs-to{color:#0180c9;background:none;font-size:18px;top:-12px;padding:1px 10px}.irs-grid-pol{height:20px;width:2px;top:-24px;background-color:#e1e6ea}.irs-grid-pol.small,.irs-grid-text{display:none}.irs-line{margin-left:13px;margin-right:13px;background-image:url(clientlib-all/assets/images/rangeBgLine.675e1532.png);background-repeat:repeat-x;height:6px;border:none;border-radius:0}.FilterSectionHeader__root{font-size:18px;font-weight:400}.FilterSectionHeader__root:after{content:"";display:block;width:100%;height:1px;background-color:rgba(0,0,0,.1);margin-top:10px}.CheckboxButton__root input[type=checkbox]:checked+.PropertyButton__root svg{fill:#97bade;stroke:#97bade}.CheckboxButton__root input[type=checkbox]:checked+.CheckboxButton__inner{background-color:#0180c9;color:#fff}.CheckboxButton__root input[type=checkbox]:checked+.CheckboxButton__inner .button-tooltip,.CheckboxButton__root input[type=checkbox]:checked+.CheckboxButton__inner .ButtonTooltip__button{background-color:#fff}.CheckboxButton__root input[type=checkbox]:checked+.CheckboxButton__inner .button-tooltip svg,.CheckboxButton__root input[type=checkbox]:checked+.CheckboxButton__inner .ButtonTooltip__button svg{fill:#0180c9;stroke:#0180c9}.CheckboxButton__root input[type=checkbox]:not(:checked)+.CheckboxButton__inner{background-color:#e9ecef;color:#1e2e3f}@media (min-width:1025px){.CheckboxButton__root input[type=checkbox]:not(:checked)+.CheckboxButton__inner:hover{background-color:#e1e4e7;color:#0180c9}}.FilterSectionColor__root .FilterSectionColor__buttons{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin:19px 0 0}.FilterSectionCapacity__root .FilterSectionCapacity__buttons{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin:19px 0 0}.FilterSectionFeatures__root .ButtonTooltip__x{color:#fff}.FilterSectionFeatures__root .button-tooltip .ButtonTooltip__quickInfo{fill:#fff}.FilterSectionFeatures__root .ButtonTooltip__root.open .ButtonTooltip__x{color:#fff}.FilterBottomMenu__root{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;opacity:0;-webkit-transition:all .5s ease;transition:all .5s ease;visibility:hidden}@media (max-width:768px){.FilterBottomMenu__root{-ms-flex-wrap:wrap-reverse;flex-wrap:wrap-reverse;max-width:330px;opacity:1;visibility:visible;padding:0 20px}}.FilterBottomMenu__root .FilterBottomMenu__clearButton{margin-right:13px}@media (max-width:768px){.FilterBottomMenu__root .FilterBottomMenu__clearButton{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;margin-right:10px}}@media (max-width:768px){.FilterBottomMenu__root .FilterBottomMenu__submitButton{width:330px;margin-bottom:10px;opacity:0;-webkit-transition:all .5s ease;transition:all .5s ease;visibility:hidden}}@media (min-width:769px){.FilterBottomMenu__root .FilterBottomMenu__closeButtonWrapper{display:none}}.FilterBottomMenu__root.open,.FilterBottomMenu__root.open .FilterBottomMenu__submitButton{opacity:1;visibility:visible}.ModalFilters__root .ModalFilters__bottomButtonsWrapper{bottom:40px;left:0;width:100%}@media (max-width:768px){.ModalFilters__root .ModalFilters__bottomButtonsWrapper{bottom:20px}}.ModalFilters__root .ModalFilters__bottomButtonsWrapper .ModalFilters__buttons{margin:auto;width:400px}.TextBlockPLP__root .TextBlockPLP__text .TextBlockPLP__subtitle{color:#9aa8b6;font-weight:400}@media (max-width:768px){.TextBlockPLP__root .TextBlockPLP__text .TextBlockPLP__subtitle{font-size:14px;letter-spacing:.5px}}.TextBlockPLP__root .TextBlockPLP__text .TextBlockPLP__desc{margin-top:15px;width:405px}@media (max-width:768px){.TextBlockPLP__root .TextBlockPLP__text .TextBlockPLP__desc{width:335px;margin-top:15px;line-height:32px}}@media (max-width:374px){.TextBlockPLP__root .TextBlockPLP__text .TextBlockPLP__desc{width:300px}}.Carousel3d__root{height:100%}.Carousel3d__root .Carousel3d__background{-webkit-transition:all .5s cubic-bezier(.47,.14,.15,.82);transition:all .5s cubic-bezier(.47,.14,.15,.82)}.Carousel3d__root .Carousel3d__dots{position:absolute;top:11%;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);display:-webkit-box;display:-ms-flexbox;display:flex}.Carousel3d__root .Carousel3d__dots .Carousel3d__dot{margin:0 6px;width:6px;height:6px;border-radius:50%;background-color:#bcc7d3;-webkit-transition:all .5s;transition:all .5s;text-indent:-9999px}.Carousel3d__root .Carousel3d__dots .Carousel3d__dot.active{-webkit-transform:scale(1.67);transform:scale(1.67);background-color:#fff}.Carousel3d__root .Carousel3d__slideWrapper{position:absolute;width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;pointer-events:none}.Carousel3d__root img{max-height:68vh;max-width:61vw;width:auto;height:auto}.Carousel3d__root .Carousel3d__slide{opacity:0;pointer-events:auto;cursor:-webkit-grab;cursor:grab}.Carousel3d__root .Carousel3d__slide[data-pos=current],.Carousel3d__root .Carousel3d__slide[data-pos=next],.Carousel3d__root .Carousel3d__slide[data-pos=prev]{-webkit-transition:all;transition:all;-webkit-transition-duration:.5s;transition-duration:.5s;opacity:1}.Carousel3d__root .Carousel3d__slide[data-pos=next],.Carousel3d__root .Carousel3d__slide[data-pos=nextNext],.Carousel3d__root .Carousel3d__slide[data-pos=prev],.Carousel3d__root .Carousel3d__slide[data-pos=prevPrev]{opacity:.7}.Carousel3d__root .Carousel3d__slide[data-pos=next],.Carousel3d__root .Carousel3d__slide[data-pos=prev]{z-index:1}.Carousel3d__root .Carousel3d__slide[data-pos=prevPrev]{-webkit-transform:scale(.5) translate3d(-100vw,0,0);transform:scale(.5) translate3d(-100vw,0,0);-webkit-transform-origin:left;transform-origin:left}.Carousel3d__root .Carousel3d__slide[data-pos=prev]{-webkit-transform:scale(.5) translate3d(-100vw,0,0) translateX(250px);transform:scale(.5) translate3d(-100vw,0,0) translateX(250px);-webkit-transform-origin:left;transform-origin:left}@media (max-width:1439px){.Carousel3d__root .Carousel3d__slide[data-pos=prev]{-webkit-transform:scale(.5) translate3d(-100vw,0,0) translateX(125px);transform:scale(.5) translate3d(-100vw,0,0) translateX(125px)}}@media (max-width:768px){.Carousel3d__root .Carousel3d__slide[data-pos=prev]{-webkit-transform:scale(.5) translate3d(-100vw,0,0) translateX(50px);transform:scale(.5) translate3d(-100vw,0,0) translateX(50px)}}.Carousel3d__root .Carousel3d__slide[data-pos=current]{-webkit-transform:none;transform:none;-webkit-transform-origin:center;transform-origin:center;z-index:2}.Carousel3d__root .Carousel3d__slide[data-pos=next]{-webkit-transform:scale(.5) translate3d(100vw,0,0) translateX(-250px);transform:scale(.5) translate3d(100vw,0,0) translateX(-250px);-webkit-transform-origin:right;transform-origin:right}@media (max-width:1439px){.Carousel3d__root .Carousel3d__slide[data-pos=next]{-webkit-transform:scale(.5) translate3d(100vw,0,0) translateX(-125px);transform:scale(.5) translate3d(100vw,0,0) translateX(-125px)}}@media (max-width:768px){.Carousel3d__root .Carousel3d__slide[data-pos=next]{-webkit-transform:scale(.5) translate3d(100vw,0,0) translateX(-50px);transform:scale(.5) translate3d(100vw,0,0) translateX(-50px)}}.Carousel3d__root .Carousel3d__slide[data-pos=nextNext]{-webkit-transform:scale(.5) translate3d(100vw,0,0);transform:scale(.5) translate3d(100vw,0,0);-webkit-transform-origin:right;transform-origin:right}.modal:not(.open) .Carousel3d__slide[data-pos=prev]{-webkit-transform:scale(.5);transform:scale(.5)}.modal:not(.open) .Carousel3d__slide[data-pos=current],.modal:not(.open) .Carousel3d__slide[data-pos=next]{-webkit-transform:scale(.5) translate3d(100vw,0,0);transform:scale(.5) translate3d(100vw,0,0);-webkit-transform-origin:right;transform-origin:right}.PdpTop__root{position:relative;color:#fff;height:calc(100% - 50px)}@media (max-width:768px){.PdpTop__root{overflow:hidden}}.PdpTop__root .PdpTop__background img{position:absolute;top:calc(-23% - 50px);left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);min-height:125%;height:auto;min-width:100%;width:auto}.PdpTop__root .PdpTop__backgroundMobile,.PdpTop__root .PdpTop__backgroundMobile img{height:100%;width:auto}@media (min-width:769px){.PdpTop__root .PdpTop__arrow{opacity:1;-webkit-transition:all .5s ease;transition:all .5s ease;color:#fff;stroke:#fff}.PdpTop__root .PdpTop__arrow.scrolled{opacity:0}}.PdpTop__root .PdpTop__inner{position:relative;width:100%;height:100%}.PdpTop__root .PdpTop__content{position:absolute;bottom:0;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%)}.PdpTop__root .PdpTop__content .PdpTop__title{margin-bottom:119px;text-align:center}@media (max-width:768px){.PdpTop__root .PdpTop__content .PdpTop__title{margin-bottom:212px}}.PdpTopBlock__root{display:block}@media (max-width:768px){.PdpTopBlock__root{height:200vh;margin-bottom:-100vh}}@media (max-width:768px){.PdpTopBlock__root .PdpTopBlock__inner{position:-webkit-sticky;position:sticky;top:0;left:0;width:100%;height:100vh;z-index:0}.PdpTopBlock__root .PdpTopBlock__inner .PdpTopBlock__stub{height:100vh}@supports ((position:-webkit-sticky) or (position:sticky)){.PdpTopBlock__root .PdpTopBlock__inner .PdpTopBlock__stub{display:none}}}.View3d__root{height:100%}.View3d__root img{opacity:.0001;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;cursor:-webkit-grab;cursor:grab;max-width:100%;max-height:100%;margin:auto;position:absolute;top:0;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%)}@media (max-width:767px){.View3d__root img{top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}}.View3d__root img:first-child{opacity:1}.ShareBlock__root{display:block}.ShareBlock__root>*{-webkit-transform:translateY(50px);transform:translateY(50px);opacity:0;-webkit-transition:all .5s cubic-bezier(.47,.14,.15,.82);transition:all .5s cubic-bezier(.47,.14,.15,.82)}.ShareBlock__root.active>*{-webkit-transform:translateY(0);transform:translateY(0);opacity:1}.ShareBlock__root.active>:nth-child(2){-webkit-transition-delay:.1s;transition-delay:.1s}.ShareBlock__root.active>:nth-child(3){-webkit-transition-delay:.2s;transition-delay:.2s}.modal.open .ShareBlock__root>*,.ShareBlock__root.active>:nth-child(4){-webkit-transition-delay:.3s;transition-delay:.3s}.modal.open .ShareBlock__root>*{-webkit-transform:translateY(0);transform:translateY(0);opacity:1}.modal.open .ShareBlock__root>:nth-child(2){-webkit-transition-delay:.4s;transition-delay:.4s}.modal.open .ShareBlock__root>:nth-child(3){-webkit-transition-delay:.5s;transition-delay:.5s}.modal.open .ShareBlock__root>:nth-child(4){-webkit-transition-delay:.6s;transition-delay:.6s}.SizeButtons__root{display:block}.SizeButtons__root button{padding:11px 13px 10px 17px;font-weight:400;background-color:transparent;border-radius:30px;-webkit-transition:all .5s;transition:all .5s}.SizeButtons__root button.active{background-color:rgba(233,236,239,.5);color:#0180c9}.ProductBadge2__root .ProductBadge2__image{width:50px;height:55px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.ProductBadge2__root svg{width:38px;height:auto}.ProductBadge2__root p{color:#fff;font-size:12px;font-weight:500;letter-spacing:.8px;text-align:center;margin-top:0}@media (max-width:767px){.ProductBadge2__root p{color:#1e2e3f;font-weight:500}}.ProductBadge2__root p.ProductBadge2__secondary{color:#1e2e3f;font-size:12px;font-weight:500}.ProductInfoParams__root{display:block;background-color:#fff}@media (max-width:1023px){.ProductInfoParams__root{cursor:pointer}}@media (max-width:767px){.ProductInfoParams__root{position:relative;z-index:2;border-radius:30px 30px 0 0}}.ProductInfoParams__top{height:120px;display:none}@media (max-width:1023px){.ProductInfoParams__top{display:block}}@media (max-width:767px){.ProductInfoParams__top{height:auto}}.ProductInfoParams__top .ProductInfoParams__mobileHeader{display:none}@media (max-width:767px){.ProductInfoParams__top .ProductInfoParams__mobileHeader{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center}}.ProductInfoParams__center{height:120px}@media (max-width:767px){.ProductInfoParams__center{height:100px}}.ProductInfoParams__center .ProductInfoParams__buttonBuyWrapper{width:290px;margin-left:auto}@media (min-width:1440px){.ProductInfoParams__center .ProductInfoParams__buttonBuyWrapper{border-left:1px solid rgba(0,0,0,.1);-webkit-transform:translateY(100px);transform:translateY(100px);opacity:0;-webkit-transition:all .5s cubic-bezier(.47,.14,.15,.82);transition:all .5s cubic-bezier(.47,.14,.15,.82)}.ProductInfoParams__center .ProductInfoParams__buttonBuyWrapper.aos-animate{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@media (max-width:1023px){.ProductInfoParams__center .ProductInfoParams__buttonBuyWrapper{width:auto;margin-left:0}}.ProductInfoParams__bottom{height:122px;border-top:1px solid rgba(0,0,0,.1);border-bottom:1px solid rgba(0,0,0,.1)}@media (min-width:768px){.ProductInfoParams__bottom{border-bottom-color:transparent;-webkit-transition:border-bottom-color .5s ease .5s;transition:border-bottom-color .5s ease .5s}}.ProductInfoParams__bottom.aos-animate{border-bottom-color:rgba(0,0,0,.1)}@media (max-width:767px){.ProductInfoParams__bottom{height:100px}}.ProductInfoParams__bottom .ProductInfoParams__row{height:100%;border-left:1px solid rgba(0,0,0,.1);border-right:1px solid rgba(0,0,0,.1)}@media (max-width:1439px){.ProductInfoParams__bottom .ProductInfoParams__row{border:none}}.ProductInfoParams__bottom .ProductInfoParams__row .ProductInfoParams__cellLeft,.ProductInfoParams__bottom .ProductInfoParams__row .ProductInfoParams__cellRight{height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-sizing:content-box;box-sizing:content-box}.ProductInfoParams__bottom .ProductInfoParams__row .ProductInfoParams__cellLeft.ProductInfoParams__size,.ProductInfoParams__bottom .ProductInfoParams__row .ProductInfoParams__cellRight.ProductInfoParams__size{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;padding-left:30px;padding-right:20px}@media (max-width:1439px){.ProductInfoParams__bottom .ProductInfoParams__row .ProductInfoParams__cellLeft.ProductInfoParams__size,.ProductInfoParams__bottom .ProductInfoParams__row .ProductInfoParams__cellRight.ProductInfoParams__size{-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding-left:20px}}.ProductInfoParams__bottom .ProductInfoParams__row .ProductInfoParams__cellLeft.ProductInfoParams__autoWidth,.ProductInfoParams__bottom .ProductInfoParams__row .ProductInfoParams__cellRight.ProductInfoParams__autoWidth{display:inline-block;padding:0 30px}.ProductInfoParams__bottom .ProductInfoParams__row .ProductInfoParams__cellLeft.ProductInfoParams__autoWidth button,.ProductInfoParams__bottom .ProductInfoParams__row .ProductInfoParams__cellRight.ProductInfoParams__autoWidth button{color:#0180c9}@media (max-width:767px){.ProductInfoParams__bottom .ProductInfoParams__row .ProductInfoParams__cellLeft .ProductInfoParams__title,.ProductInfoParams__bottom .ProductInfoParams__row .ProductInfoParams__cellRight .ProductInfoParams__title{margin-top:20px}}.ProductInfoParams__bottom .ProductInfoParams__row .ProductInfoParams__cellLeft .ProductInfoParams__energyBadge,.ProductInfoParams__bottom .ProductInfoParams__row .ProductInfoParams__cellRight .ProductInfoParams__energyBadge{margin-top:11px}@media (max-width:767px){.ProductInfoParams__bottom .ProductInfoParams__row .ProductInfoParams__cellLeft .ProductInfoParams__energyBadge,.ProductInfoParams__bottom .ProductInfoParams__row .ProductInfoParams__cellRight .ProductInfoParams__energyBadge{margin-top:13px}}.ProductInfoParams__bottom .ProductInfoParams__row .ProductInfoParams__cellLeft .ProductInfoParams__info,.ProductInfoParams__bottom .ProductInfoParams__row .ProductInfoParams__cellRight .ProductInfoParams__info{height:48px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-top:6px;width:76px;text-align:center;line-height:24px}@media (max-width:767px){.ProductInfoParams__bottom .ProductInfoParams__row .ProductInfoParams__price{display:none}}@media (min-width:1440px){.ProductInfoParams__bottom .ProductInfoParams__row .ProductInfoParams__cellLeft{float:left;border-right:1px solid rgba(0,0,0,.1)}.ProductInfoParams__bottom .ProductInfoParams__row .ProductInfoParams__cellRight{float:right;border-left:1px solid rgba(0,0,0,.1)}}@media (max-width:1439px){.ProductInfoParams__bottom .ProductInfoParams__row{display:-webkit-box;display:-ms-flexbox;display:flex}.ProductInfoParams__bottom .ProductInfoParams__row .ProductInfoParams__cellRight.ProductInfoParams__buy{display:none}.ProductInfoParams__bottom .ProductInfoParams__row .ProductInfoParams__left>*{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;-ms-flex-preferred-size:0;flex-basis:0;border-left:1px solid rgba(0,0,0,.1)}.ProductInfoParams__bottom .ProductInfoParams__row .ProductInfoParams__left>:first-child{border:none}}@media (min-width:768px){.ProductInfoParams__bottom .ProductInfoParams__row .ProductInfoParams__left>*{-webkit-transform:translateY(100px);transform:translateY(100px);opacity:0;-webkit-transition:all .5s cubic-bezier(.47,.14,.15,.82);transition:all .5s cubic-bezier(.47,.14,.15,.82)}.ProductInfoParams__bottom .ProductInfoParams__row .ProductInfoParams__left>:nth-child(2){-webkit-transition-delay:.1s;transition-delay:.1s}.ProductInfoParams__bottom .ProductInfoParams__row .ProductInfoParams__left>:nth-child(3){-webkit-transition-delay:.2s;transition-delay:.2s}.ProductInfoParams__bottom .ProductInfoParams__row .ProductInfoParams__left>:nth-child(4){-webkit-transition-delay:.3s;transition-delay:.3s}.ProductInfoParams__bottom .ProductInfoParams__row .ProductInfoParams__left>:nth-child(5){-webkit-transition-delay:.4s;transition-delay:.4s}.ProductInfoParams__bottom .ProductInfoParams__row .ProductInfoParams__left>.aos-animate{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@media (max-width:767px){.ProductInfoParams__bottom .ProductInfoParams__row .ProductInfoParams__row{overflow:hidden}.ProductInfoParams__bottom .ProductInfoParams__row .ProductInfoParams__left{overflow:auto;-webkit-overflow-scrolling:touch}.ProductInfoParams__bottom .ProductInfoParams__row .ProductInfoParams__left::-webkit-scrollbar{display:none}}.ProductInfoParams__mobileBadges{display:none}@media (max-width:767px){.ProductInfoParams__mobileBadges{display:-webkit-box;display:-ms-flexbox;display:flex}}.ProductInfoParams__checkmark{stroke:#3ba936}.ButtonView__root{position:relative;height:64px;width:64px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border-radius:50%;background-color:rgba(0,0,0,.1);color:#fff;font-size:12px;font-weight:500;letter-spacing:.37px;line-height:14px;-webkit-transition:all .5s;transition:all .5s;overflow:hidden}.ButtonView__root:hover{background-color:rgba(0,0,0,.2)}.ButtonView__root.active{background:none}.ButtonView__root.ButtonView__withImg.ButtonView__topImage{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.ButtonView__root.ButtonView__withImg.ButtonView__centerImage{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.ButtonView__root.ButtonView__withImg.ButtonView__bottomImage{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.ButtonView__root .ButtonView__view360{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-transition:all .5s;transition:all .5s}.ButtonView__root .ButtonView__view360 span{margin-top:12px;margin-bottom:5px}.ButtonView__root .ButtonView__view360 svg{stroke:#fff}.ButtonView__root .ButtonView__close360{opacity:0;-webkit-transition:all .5s;transition:all .5s;fill:#fff}.ButtonView__root .ButtonView__more{width:32px;margin-top:16px}.ButtonView__root .ButtonView__border{position:absolute;top:0;left:0;height:100%;width:100%;-webkit-transition:all .5s;transition:all .5s;border:2px solid transparent;border-radius:50%}.ButtonView__root.active .ButtonView__border{border-color:#fff}.ButtonView__root.active360 .ButtonView__view360{opacity:0}.ButtonView__root.active360 .ButtonView__close360{opacity:1}.ButtonView__root .ButtonView__video{background-color:rgba(0,0,0,.3);border-radius:50%}.ProductInfo__root{display:block;overflow:hidden;position:relative}@media (min-width:1440px){.ProductInfo__root{padding-bottom:120px;margin-bottom:-60px}}@media (max-width:767px){.ProductInfo__root{overflow:unset}}.ProductInfo__root.ProductInfo__withLifeStyle .ProductInfo__title{-webkit-transform:translateY(73px);transform:translateY(73px);opacity:0}@media (min-width:769px){.ProductInfo__root.ProductInfo__withLifeStyle{margin-top:-60px}}@media (max-width:767px){.ProductInfo__root .ProductInfo__topWrapper{z-index:0;position:-webkit-sticky;position:sticky;top:0;height:740px;margin-bottom:-370px;-webkit-transition:all .5s cubic-bezier(.47,.14,.15,.82);transition:all .5s cubic-bezier(.47,.14,.15,.82)}.ProductInfo__root .ProductInfo__topWrapper .ProductInfo__buttonView{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}.ProductInfo__root .ProductInfo__top{height:470px;color:#fff;position:relative;border-radius:8px 8px 0 0}@media (max-width:768px){.ProductInfo__root .ProductInfo__top{border-radius:0}}@media (max-width:767px){.ProductInfo__root .ProductInfo__top{height:50%;overflow:hidden}}.ProductInfo__root .ProductInfo__top .ProductInfo__topInner{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:100%;position:relative;margin:0 30px}.ProductInfo__root .ProductInfo__top .ProductInfo__topInner.ProductInfo__fullWidth{margin:0}@media (max-width:767px){.ProductInfo__root .ProductInfo__top .ProductInfo__header{display:none}}.ProductInfo__root .ProductInfo__top .ProductInfo__title{min-height:64px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;text-align:center;margin-top:40px;font-size:22px;line-height:32px;width:414px;font-weight:400;-webkit-transition:all .66s cubic-bezier(.47,.14,.15,.82);transition:all .66s cubic-bezier(.47,.14,.15,.82)}.ProductInfo__root .ProductInfo__top .ProductInfo__viewButtons{display:-webkit-box;display:-ms-flexbox;display:flex;position:absolute;bottom:33px;right:-10px;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.ProductInfo__root .ProductInfo__top .ProductInfo__viewButtons .ProductInfo__hint360{opacity:0;position:absolute;top:-20px;right:26px;-webkit-transition:opacity .5s;transition:opacity .5s;text-align:center}@media (max-width:1024px){.ProductInfo__root .ProductInfo__top .ProductInfo__viewButtons .ProductInfo__hint360{top:-30px;width:138px;right:15px}}@media (max-width:767px){.ProductInfo__root .ProductInfo__top .ProductInfo__viewButtons .ProductInfo__hint360{display:none}}.ProductInfo__root .ProductInfo__top .ProductInfo__viewButtons.active360 .ProductInfo__hint360{opacity:1}.ProductInfo__root .ProductInfo__top .ProductInfo__viewButtons .ProductInfo__buttonView{margin-left:10px;margin-right:10px;margin-top:20px;-webkit-transform:translateX(487px);transform:translateX(487px);opacity:0}@media (max-width:1024px){.ProductInfo__root .ProductInfo__top .ProductInfo__viewButtons{width:200px}}@media (max-width:767px){.ProductInfo__root .ProductInfo__top .ProductInfo__viewButtons{width:auto;right:auto;bottom:20px;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);-ms-flex-wrap:nowrap;flex-wrap:nowrap}}.ProductInfo__root .ProductInfo__top .ProductInfo__desktopBadges{position:absolute;bottom:30px;left:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-ms-flex-wrap:wrap-reverse;flex-wrap:wrap-reverse}@media (max-width:1024px){.ProductInfo__root .ProductInfo__top .ProductInfo__desktopBadges{width:200px}}@media (max-width:767px){.ProductInfo__root .ProductInfo__top .ProductInfo__desktopBadges{display:none}}.ProductInfo__root .ProductInfo__top .ProductInfo__desktopBadges>*{-webkit-transform:translateX(-236px);transform:translateX(-236px);opacity:0}.ProductInfo__root .ProductInfo__top .ProductInfo__images{position:absolute;z-index:2;bottom:-178px;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);height:460px;width:320px}@media (max-width:1439px){.ProductInfo__root .ProductInfo__top .ProductInfo__images{bottom:-90px;height:380px}}@media (max-width:767px){.ProductInfo__root .ProductInfo__top .ProductInfo__images{max-width:calc(100vw - 34px);height:calc(100% - 130px);bottom:auto;top:20px;max-height:calc(100% - 20px);width:100vw;-webkit-transition:height .5s cubic-bezier(.47,.14,.15,.82);transition:height .5s cubic-bezier(.47,.14,.15,.82)}}@media (min-width:768px){.ProductInfo__root .ProductInfo__top .ProductInfo__images .ProductInfo__imagesInner{opacity:0;-webkit-transform:translate3d(0,487px,0);transform:translate3d(0,487px,0);-webkit-transition:all .5s cubic-bezier(.47,.14,.15,.82);transition:all .5s cubic-bezier(.47,.14,.15,.82)}.ProductInfo__root .ProductInfo__top .ProductInfo__images .ProductInfo__imagesInner.aos-animate{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.ProductInfo__root .ProductInfo__top .ProductInfo__images .ProductInfo__views{-webkit-transition:all .5s;transition:all .5s;opacity:0}@media (max-width:767px){.ProductInfo__root .ProductInfo__top .ProductInfo__images .ProductInfo__views{position:absolute;top:0;left:0;height:100%;width:100%}}.ProductInfo__root .ProductInfo__top .ProductInfo__images .ProductInfo__views.active{opacity:1;z-index:10}.ProductInfo__root .ProductInfo__top .ProductInfo__images .ProductInfo__image{position:absolute;bottom:0;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);max-height:100%;max-width:100%;opacity:0;-webkit-transition:opacity .5s;transition:opacity .5s}@media (max-width:767px){.ProductInfo__root .ProductInfo__top .ProductInfo__images .ProductInfo__image{top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}}.ProductInfo__root .ProductInfo__top .ProductInfo__images .ProductInfo__image.active{opacity:1;z-index:10}.ProductInfo__root.scrolled .ProductInfo__top .ProductInfo__title{-webkit-transform:translateY(0);transform:translateY(0);opacity:1}@media (max-width:1280px){.ProductInfo__root.ProductInfo__wideImage .ProductInfo__topWrapper .ProductInfo__top .ProductInfo__desktopBadges{width:200px}}.ProductInfo__root.ProductInfo__wideImage .ProductInfo__topWrapper .ProductInfo__top .ProductInfo__images{width:480px;height:330px;bottom:-60px}@media (max-width:1024px){.ProductInfo__root.ProductInfo__wideImage .ProductInfo__topWrapper .ProductInfo__top .ProductInfo__images{width:350px}}@media (max-width:767px){.ProductInfo__root.ProductInfo__wideImage .ProductInfo__topWrapper .ProductInfo__top .ProductInfo__images{width:100%;max-width:calc(100% - 34px);height:calc(100% - 130px)}}@media (max-width:1280px){.ProductInfo__root.ProductInfo__wideImage .ProductInfo__topWrapper .ProductInfo__top .ProductInfo__viewButtons{width:200px}}@media (max-width:767px){.ProductInfo__root.ProductInfo__wideImage .ProductInfo__topWrapper .ProductInfo__top .ProductInfo__viewButtons{width:auto}}@media (max-width:1280px){.ProductInfo__root.ProductInfo__veryWideImage .ProductInfo__topWrapper .ProductInfo__top .ProductInfo__desktopBadges{width:200px}}.ProductInfo__root.ProductInfo__veryWideImage .ProductInfo__topWrapper .ProductInfo__top .ProductInfo__images{width:500px;height:330px;bottom:-60px}@media (max-width:1024px){.ProductInfo__root.ProductInfo__veryWideImage .ProductInfo__topWrapper .ProductInfo__top .ProductInfo__images{width:350px}}@media (max-width:767px){.ProductInfo__root.ProductInfo__veryWideImage .ProductInfo__topWrapper .ProductInfo__top .ProductInfo__images{width:100%;height:calc(100% - 130px)}}@media (max-width:1280px){.ProductInfo__root.ProductInfo__veryWideImage .ProductInfo__topWrapper .ProductInfo__top .ProductInfo__viewButtons{width:200px}}@media (max-width:767px){.ProductInfo__root.ProductInfo__veryWideImage .ProductInfo__topWrapper .ProductInfo__top .ProductInfo__viewButtons{width:auto}}.ProductInfo__root.ProductInfo__lowImage .ProductInfo__topWrapper .ProductInfo__top .ProductInfo__images{width:480px;height:330px;bottom:-60px}@media (max-width:1024px){.ProductInfo__root.ProductInfo__lowImage .ProductInfo__topWrapper .ProductInfo__top .ProductInfo__images{width:350px}}@media (max-width:767px){.ProductInfo__root.ProductInfo__lowImage .ProductInfo__topWrapper .ProductInfo__top .ProductInfo__images{width:100%;height:calc(100% - 130px)}}.ProductInfo__root .ProductInfo__top.aos-animate .ProductInfo__desktopBadges>*{-webkit-transition:all .5s cubic-bezier(.47,.14,.15,.82);transition:all .5s cubic-bezier(.47,.14,.15,.82);opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}.ProductInfo__root .ProductInfo__top.aos-animate .ProductInfo__desktopBadges>:first-child{-webkit-transition-delay:.2s;transition-delay:.2s}.ProductInfo__root .ProductInfo__top.aos-animate .ProductInfo__desktopBadges>:nth-child(2){-webkit-transition-delay:.1s;transition-delay:.1s}.ProductInfo__root .ProductInfo__top.aos-animate .ProductInfo__buttonView{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}.ProductInfo__root .ProductInfo__top.aos-animate .ProductInfo__buttonView:nth-child(3){-webkit-transition-delay:.1s;transition-delay:.1s}.ProductInfo__root .ProductInfo__top.aos-animate .ProductInfo__buttonView:nth-child(4){-webkit-transition-delay:.2s;transition-delay:.2s}.ProductInfo__root .ProductInfo__top.aos-animate .ProductInfo__buttonView:nth-child(5){-webkit-transition-delay:.3s;transition-delay:.3s}.ProductInfo__zoomZone{border-radius:50px;width:700px;height:520px;bottom:-240px}@media (max-width:1439px){.ProductInfo__zoomZone{bottom:-242px;height:532px}}.ProductInfo__shadow{position:absolute;bottom:-24px;left:calc(50% + 20px);-webkit-transform:translateX(-50%);transform:translateX(-50%);opacity:.7}@media (max-width:767px){.ProductInfo__shadow{display:none}}.ProductInfo__root.fixed{position:fixed;top:0;left:0;width:100%;z-index:9999}.DimensionsItem__root{border-radius:50%;background-color:rgba(233,236,239,.5)}.DimensionsItem__root .DimensionsItem__number{font-size:24px;color:#7eb1cb;line-height:40px;font-weight:700}@media (max-width:374px){.DimensionsItem__root .DimensionsItem__number{font-size:6.4vw;line-height:10.6vw}}.DimensionsItem__root .DimensionsItem__title{color:#bcc7d3;font-weight:500;font-size:14px;margin-top:-4px}@media (max-width:374px){.DimensionsItem__root .DimensionsItem__title{font-size:3.7vw;margin-top:-1vw}}.DimensionsItem__root.DimensionsItem__modular{background-color:#f4f5f7}.DimensionsItem__root.DimensionsItem__modular .DimensionsItem__number{font-family:Core Sans,sans-serif;font-style:normal;font-weight:800;line-height:60px;font-size:54px;color:#1e2e3f}.DimensionsItem__root.DimensionsItem__modular .DimensionsItem__units{font-family:Core Sans,sans-serif;font-style:normal;font-weight:800;line-height:42px;font-size:36px;color:#1e2e3f}.DimensionsItem__root.DimensionsItem__modular .DimensionsItem__title{font-style:normal;font-weight:500;line-height:18px;font-size:14px;letter-spacing:.43px;color:#9aa8b6;margin-top:7px;margin-bottom:20px}@media (max-width:374px){.DimensionsItem__root.DimensionsItem__modular .DimensionsItem__title{margin-top:7px}}.MainSpecsItem__root{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;text-align:center;padding:30px 40px;border-left:1px solid rgba(0,0,0,.1)}.MainSpecsItem__root:last-child{border-right:1px solid rgba(0,0,0,.1)}@media (max-width:768px){.MainSpecsItem__root:last-child{border-right:0}}@media (max-width:1024px){.MainSpecsItem__root{padding-left:18px;padding-right:18px}}@media (max-width:768px){.MainSpecsItem__root{border-top:1px solid rgba(0,0,0,.1)}}.MainSpecsItem__root .MainSpecsItem__iconsBlock{height:150px;width:150px;border-radius:50%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media (max-width:374px){.MainSpecsItem__root .MainSpecsItem__iconsBlock{height:40vw;width:40vw;margin-top:2.6vw}}.MainSpecsItem__root .MainSpecsItem__iconsBlock .MainSpecsItem__iconsAndText{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;min-height:70px;margin-top:3px}.MainSpecsItem__root .MainSpecsItem__iconsBlock .MainSpecsItem__icons{height:31px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;-ms-flex-pack:distribute;justify-content:space-around}@media (max-width:374px){.MainSpecsItem__root .MainSpecsItem__iconsBlock .MainSpecsItem__icons{height:8.2vw}}.MainSpecsItem__root .MainSpecsItem__iconsBlock .MainSpecsItem__icons.MainSpecsItem__narrow{width:97px}@media (max-width:374px){.MainSpecsItem__root .MainSpecsItem__iconsBlock .MainSpecsItem__icons.MainSpecsItem__narrow{width:25.8vw}}.MainSpecsItem__root .MainSpecsItem__iconsBlock .MainSpecsItem__icons.MainSpecsItem__wide{width:113px}@media (max-width:374px){.MainSpecsItem__root .MainSpecsItem__iconsBlock .MainSpecsItem__icons.MainSpecsItem__wide{width:30vw}}.MainSpecsItem__root .MainSpecsItem__iconsBlock .MainSpecsItem__icons svg{color:#fff;fill:#fff;stroke:#fff;-webkit-transition:opacity .2s;transition:opacity .2s;opacity:.4}.MainSpecsItem__root .MainSpecsItem__iconsBlock .MainSpecsItem__icons svg:first-child{-webkit-transition-delay:.2s;transition-delay:.2s}.MainSpecsItem__root .MainSpecsItem__iconsBlock .MainSpecsItem__icons svg:nth-child(2){-webkit-transition-delay:.4s;transition-delay:.4s}.MainSpecsItem__root .MainSpecsItem__iconsBlock .MainSpecsItem__icons svg:nth-child(3){-webkit-transition-delay:.6s;transition-delay:.6s}.MainSpecsItem__root .MainSpecsItem__iconsBlock .MainSpecsItem__icons svg:nth-child(4){-webkit-transition-delay:.8s;transition-delay:.8s}.MainSpecsItem__root .MainSpecsItem__iconsBlock .MainSpecsItem__icons svg:nth-child(5){-webkit-transition-delay:1s;transition-delay:1s}.MainSpecsItem__root .MainSpecsItem__iconsBlock .MainSpecsItem__icons:last-child svg{margin:0}.MainSpecsItem__root .MainSpecsItem__iconsBlock .MainSpecsItem__icons.aos-animate svg.MainSpecsItem__fill{opacity:1}.MainSpecsItem__root .MainSpecsItem__iconsBlock .MainSpecsItem__iconsTitle{color:#fff;width:110px;height:34px;overflow:hidden;text-align:center;line-height:16px;margin-top:10px}@media (max-width:374px){.MainSpecsItem__root .MainSpecsItem__iconsBlock .MainSpecsItem__iconsTitle{width:29.3vw;height:9vw;font-size:4.2vw;line-height:4.2vw;margin-top:2.6vw}}.MainSpecsItem__root .MainSpecsItem__title{font-size:14px;line-height:18px;color:#9aa8b6}@media (max-width:374px){.MainSpecsItem__root .MainSpecsItem__title{font-size:3.7vw;line-height:4.8vw}}.MainSpecsItem__root .MainSpecsItem__subTitle{font-size:18px;margin-top:5px;line-height:24px;color:#5b6d81}@media (max-width:374px){.MainSpecsItem__root .MainSpecsItem__subTitle{font-size:4.8vw;margin-top:1.3vw;line-height:6.4vw}}.MainSpecsItem__root .MainSpecsItem__value{font-size:24px;line-height:40px;margin-top:10px;font-weight:700}@media (max-width:374px){.MainSpecsItem__root .MainSpecsItem__value{font-size:6.4vw;line-height:10.6vw;margin-top:2.6vw}}.MainSpecsItem__root.MainSpecsItem__orange .MainSpecsItem__iconsBlock{background-color:#f4b772}.MainSpecsItem__root.MainSpecsItem__orange .MainSpecsItem__value{color:#f4b772}.MainSpecsItem__root.MainSpecsItem__red .MainSpecsItem__iconsBlock{background-color:#f57e6b}.MainSpecsItem__root.MainSpecsItem__red .MainSpecsItem__value{color:#f57e6b}.MainSpecsItem__root.MainSpecsItem__burgundy .MainSpecsItem__iconsBlock{background-color:#cb5c72}.MainSpecsItem__root.MainSpecsItem__burgundy .MainSpecsItem__value{color:#cb5c72}.MainSpecsItem__root.MainSpecsItem__lightMintGreen .MainSpecsItem__iconsBlock{background-color:#81cd6c}.MainSpecsItem__root.MainSpecsItem__lightMintGreen .MainSpecsItem__value{color:#81cd6c}.MainSpecsItem__root.MainSpecsItem__blue .MainSpecsItem__iconsBlock{background-color:#7eb1cb}.MainSpecsItem__root.MainSpecsItem__blue .MainSpecsItem__value{color:#7eb1cb}.MainSpecs__root{border-top:1px solid transparent;border-bottom:1px solid transparent;-webkit-transition:border-color .5s cubic-bezier(.47,.14,.15,.82) 1s;transition:border-color .5s cubic-bezier(.47,.14,.15,.82) 1s}.MainSpecs__root.aos-animate{border-top:1px solid rgba(0,0,0,.1);border-bottom:1px solid rgba(0,0,0,.1)}.MainSpecs__root .MainSpecs__inner{width:100%;max-width:1800px;margin:0 auto;display:-webkit-box;display:-ms-flexbox;display:flex}.MainSpecs__root .MainSpecs__inner>*{-webkit-transform:translateY(300px);transform:translateY(300px);opacity:0;-webkit-transition:all .5s cubic-bezier(.47,.14,.15,.82);transition:all .5s cubic-bezier(.47,.14,.15,.82)}.MainSpecs__root .MainSpecs__inner>:nth-child(2){-webkit-transition-delay:.2s;transition-delay:.2s}.MainSpecs__root .MainSpecs__inner>:nth-child(3){-webkit-transition-delay:.4s;transition-delay:.4s}.MainSpecs__root .MainSpecs__inner>:nth-child(4){-webkit-transition-delay:.6s;transition-delay:.6s}.MainSpecs__root .MainSpecs__inner.aos-animate>*{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}@media (max-width:768px){.MainSpecs__root .MainSpecs__inner{-ms-flex-wrap:wrap;flex-wrap:wrap}}.MainSpecs__root .MainSpecs__inner .MainSpecs__dimensions{width:43%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border-left:1px solid rgba(0,0,0,.1)}@media (max-width:1024px){.MainSpecs__root .MainSpecs__inner .MainSpecs__dimensions{width:50%}}@media (max-width:768px){.MainSpecs__root .MainSpecs__inner .MainSpecs__dimensions{width:100%;padding-bottom:32px;border-left:0}}@media (max-width:374px){.MainSpecs__root .MainSpecs__inner .MainSpecs__dimensions{width:100vw;padding-bottom:8.5vw}}.MainSpecs__root .MainSpecs__inner .MainSpecs__dimensions .MainSpecs__scheme{position:relative;width:528px}@media (max-width:768px){.MainSpecs__root .MainSpecs__inner .MainSpecs__dimensions .MainSpecs__scheme{display:none}}.MainSpecs__root .MainSpecs__inner .MainSpecs__dimensions .MainSpecs__scheme .MainSpecs__d,.MainSpecs__root .MainSpecs__inner .MainSpecs__dimensions .MainSpecs__scheme .MainSpecs__h,.MainSpecs__root .MainSpecs__inner .MainSpecs__dimensions .MainSpecs__scheme .MainSpecs__w{position:absolute;font-weight:500}.MainSpecs__root .MainSpecs__inner .MainSpecs__dimensions .MainSpecs__scheme .MainSpecs__h{top:19px;left:110px}.MainSpecs__root .MainSpecs__inner .MainSpecs__dimensions .MainSpecs__scheme .MainSpecs__d{top:91px;left:141px}.MainSpecs__root .MainSpecs__inner .MainSpecs__dimensions .MainSpecs__scheme .MainSpecs__w{top:105px;left:289px}.MainSpecs__root .MainSpecs__inner .MainSpecs__dimensions .MainSpecs__scheme svg{width:243px;margin-left:133px}.MainSpecs__root .MainSpecs__inner .MainSpecs__dimensions .MainSpecs__title{font-size:18px;margin-top:45px;line-height:24px;color:#5b6d81}@media (max-width:768px){.MainSpecs__root .MainSpecs__inner .MainSpecs__dimensions .MainSpecs__title{margin-top:30px}}@media (max-width:374px){.MainSpecs__root .MainSpecs__inner .MainSpecs__dimensions .MainSpecs__title{margin-top:8vw;font-size:4.8vw;line-height:6.4vw}}.MainSpecs__root .MainSpecs__inner .MainSpecs__dimensions .MainSpecs__items{display:-webkit-box;display:-ms-flexbox;display:flex;margin-top:21px;width:335px;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}@media (max-width:768px){.MainSpecs__root .MainSpecs__inner .MainSpecs__dimensions .MainSpecs__items{margin-top:25px}}@media (max-width:374px){.MainSpecs__root .MainSpecs__inner .MainSpecs__dimensions .MainSpecs__items{width:89.3vw;margin-top:6.6vw}}@media (max-width:768px){.MainSpecs__root .MainSpecs__mainSpecsItem{width:50%}.MainSpecs__root .MainSpecs__mainSpecsItem:first-child,.MainSpecs__root .MainSpecs__mainSpecsItem:nth-child(2){border-top:0}.MainSpecs__root .MainSpecs__mainSpecsItem:first-child,.MainSpecs__root .MainSpecs__mainSpecsItem:nth-child(3){border-left:0}}@media (max-width:374px){.MainSpecs__root.MainSpecs__withDimensions .MainSpecs__mainSpecsItem{width:50%}}@media (max-width:768px){.MainSpecs__root.MainSpecs__withDimensions .MainSpecs__mainSpecsItem:nth-child(3){border-left:1px solid rgba(0,0,0,.1)}}@media (max-width:768px){.MainSpecs__root.MainSpecs__withDimensions .MainSpecs__dimensions+.MainSpecs__mainSpecsItem{border-top:1px solid rgba(0,0,0,.1);border-left:0}}.FeatureText__root .FeatureText__prefix{font-size:18px;line-height:24px;font-weight:500}.FeatureText__root .FeatureText__title{width:310px;margin-top:17px;letter-spacing:.2px}@media (max-width:1280px){.FeatureText__root .FeatureText__title{width:100%}}@media (max-width:768px){.FeatureText__root .FeatureText__title{width:100%;letter-spacing:.4px}}.FeatureText__root .FeatureText__sub{display:block;font-size:12px;font-weight:500;line-height:14px;letter-spacing:.37px;color:#9aa8b6;margin-top:30px}@media (max-width:1024px){.FeatureText__root .FeatureText__sub{display:none}}.FeatureText__root .FeatureText__postfix{margin-top:20px;line-height:28px;font-size:18px;color:#0180c9}.FeatureText__root .FeatureText__postfix .FeatureText__refer{font-weight:500;text-decoration:none;color:#0180c9}.MainFeatureImages__root{position:relative}.MainFeatureImages__root .MainFeatureImages__imagesInner{position:relative;width:100%;height:100%}.MainFeatureImages__root .MainFeatureImages__bigImage{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;position:absolute;top:0;width:85%;height:500px;overflow:hidden}@media (max-width:1280px){.MainFeatureImages__root .MainFeatureImages__bigImage{height:450px}}@media (max-width:1024px){.MainFeatureImages__root .MainFeatureImages__bigImage{height:430px}}@media (max-width:768px){.MainFeatureImages__root .MainFeatureImages__bigImage{display:none}}.MainFeatureImages__root .MainFeatureImages__bigImage .MainFeatureImages__image{width:100%;height:auto}.MainFeatureImages__root .MainFeatureImages__bigImageBackground{width:100%;height:100%;background-position:50%;background-size:cover;border-radius:8px}.MainFeatureImages__root .MainFeatureImages__featureImage{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;position:absolute;bottom:0;width:310px;height:320px;border-radius:8px;-webkit-box-shadow:0 10px 20px 0 rgba(0,0,0,.1);box-shadow:0 10px 20px 0 rgba(0,0,0,.1)}@media (max-width:1280px){.MainFeatureImages__root .MainFeatureImages__featureImage{width:250px;height:260px}}@media (max-width:1024px){.MainFeatureImages__root .MainFeatureImages__featureImage{width:190px;height:200px}}@media (max-width:768px){.MainFeatureImages__root .MainFeatureImages__featureImage{position:static;width:100%;height:100%}}@media (max-width:1280px){.MainFeatureImages__root .MainFeatureImages__featureImage img{height:70%;max-height:240px}}@media (max-width:768px){.MainFeatureImages__root .MainFeatureImages__featureImage img{height:auto}}@media (max-width:374px){.MainFeatureImages__root .MainFeatureImages__featureImage img{max-height:200px}}.MainFeatureImages__root.MainFeatureImages__right .MainFeatureImages__bigImage{right:0;-webkit-transform:translate3d(50vw,0,0);transform:translate3d(50vw,0,0)}.MainFeatureImages__root.MainFeatureImages__right .MainFeatureImages__featureImage{left:0;-webkit-transform:translate3d(90vw,0,0);transform:translate3d(90vw,0,0)}.MainFeatureImages__root.MainFeatureImages__left .MainFeatureImages__bigImage{left:0;-webkit-transform:translate3d(-50vw,0,0);transform:translate3d(-50vw,0,0)}.MainFeatureImages__root.MainFeatureImages__left .MainFeatureImages__featureImage{right:0;-webkit-transform:translate3d(-90vw,0,0);transform:translate3d(-90vw,0,0)}.MainFeatureImages__root.MainFeatureImages__featureOnly .MainFeatureImages__featureImage{display:block;-webkit-box-shadow:none;box-shadow:none}.MainFeatureImages__root.MainFeatureImages__featureOnly .MainFeatureImages__featureImage .MainFeatureImages__featureImageBackground{width:100%;height:100%;background-size:cover;background-position:50%;background-repeat:no-repeat;border-radius:8px}@media (min-width:769px){.MainFeatureImages__root.MainFeatureImages__featureOnly .MainFeatureImages__featureImage{width:100%;right:0;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}}@media (max-width:768px){.MainFeatureImages__root.MainFeatureImages__featureOnly .MainFeatureImages__featureImage{overflow:hidden}}.MainFeatureImages__root.MainFeatureImages__featureOnly .MainFeatureImages__featureImageWrapper{width:100%;height:100%;position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.MainFeatureImages__root.MainFeatureImages__noShadow .MainFeatureImages__featureImage{-webkit-box-shadow:none;box-shadow:none}.MainFeatureImages__root.MainFeatureImages__small .MainFeatureImages__bigImage{width:93%;height:450px}.MainFeatureImages__root.MainFeatureImages__small .MainFeatureImages__featureImage{width:230px;height:235px}@media (max-width:1280px){.MainFeatureImages__root.MainFeatureImages__small .MainFeatureImages__featureImage{width:200px;height:205px}}@media (max-width:1024px){.MainFeatureImages__root.MainFeatureImages__small .MainFeatureImages__featureImage{width:190px;height:195px}}@media (max-width:768px){.MainFeatureImages__root.MainFeatureImages__small .MainFeatureImages__featureImage{width:100%;height:100%}}.MainFeatureImages__root.MainFeatureImages__small .MainFeatureImages__featureImage img{height:80%}.MainFeatureImages__root.MainFeatureImages__small.MainFeatureImages__squareFeatureImage .MainFeatureImages__featureImage img{height:70%}.MainFeatureImages__root.MainFeatureImages__small.MainFeatureImages__featureOnly .MainFeatureImages__featureImage{width:93%;height:450px;left:auto}@media (max-width:768px){.MainFeatureImages__root.MainFeatureImages__small.MainFeatureImages__featureOnly .MainFeatureImages__featureImage{width:100%;height:100%}}.MainFeatureImages__root.aos-animate .MainFeatureImages__bigImage,.MainFeatureImages__root.aos-animate .MainFeatureImages__featureImage{-webkit-transform:translate(0);transform:translate(0);-webkit-transition:-webkit-transform 1s cubic-bezier(.47,.14,.15,.82);transition:-webkit-transform 1s cubic-bezier(.47,.14,.15,.82);transition:transform 1s cubic-bezier(.47,.14,.15,.82);transition:transform 1s cubic-bezier(.47,.14,.15,.82),-webkit-transform 1s cubic-bezier(.47,.14,.15,.82)}.MainFeatures__root{overflow:hidden}.MainFeatures__root .MainFeatures__mainFeatureImages{width:95%;height:520px}@media (max-width:1280px){.MainFeatures__root .MainFeatures__mainFeatureImages{height:470px}}@media (max-width:1024px){.MainFeatures__root .MainFeatures__mainFeatureImages{height:450px}}@media (max-width:768px){.MainFeatures__root .MainFeatures__mainFeatureImages{width:100%;height:320px}}.MainFeatures__root .prefix{color:#9aa8b6}.MainFeatures__root.MainFeatures__featureOnly .MainFeatures__mainFeatureImages{width:100%;height:500px}@media (max-width:1024px){.MainFeatures__root.MainFeatures__featureOnly .MainFeatures__mainFeatureImages{height:420px}}@media (max-width:768px){.MainFeatures__root.MainFeatures__featureOnly .MainFeatures__mainFeatureImages{height:320px}}.MainFeatures__root.MainFeatures__featureOnly .MainFeatures__mainFeatureImages .feature-image{height:100%}.MainFeatures__root.MainFeatures__featureOnly .MainFeatures__mainFeatureImages .feature-image-background{background-size:contain}.MainFeatures__root.MainFeatures__featureOnly .MainFeatures__mainFeatureImages .feature-image-wrapper{width:72%;height:76%}@media (max-width:1024px){.MainFeatures__root.MainFeatures__featureOnly .MainFeatures__mainFeatureImages .feature-image-wrapper{height:62%;width:66%;height:80%;width:100%}}@media (max-width:374px){.MainFeatures__root.MainFeatures__featureOnly .MainFeatures__mainFeatureImages .feature-image-wrapper{width:90%;height:70%}}.PDPquote__root{position:relative}.PDPquote__root .PDPquote__text{margin-top:60px;font-family:HandOfSeanPro,sans-serif;font-size:40px;line-height:48px;text-align:center}@media (max-width:768px){.PDPquote__root .PDPquote__text{margin-top:40px}}.PDPquote__root .PDPquote__author{font-size:22px;line-height:32px}.PDPquote__root .PDPquote__origin{margin-top:5px;font-size:14px;font-weight:400;line-height:18px;letter-spacing:.43px;color:#bcc7d3}.PDPquote__root .PDPquote__readFullReview{margin-top:35px;font-size:14px;font-weight:500;letter-spacing:.3px;text-decoration:none;color:inherit;background-color:transparent}.PDPquote__root .PDPquote__readFullReview svg{width:18px;height:14px;margin-left:12px;position:relative;top:2px;fill:#fff;stroke:#fff;color:#fff}.PDPquote__root .PDPquote__readFullReview:hover{color:#e9ecef}.PDPquote__root .PDPquote__readFullReview:hover svg{fill:#e9ecef;stroke:#e9ecef;color:#e9ecef}.PDPquote__root.PDPquote__user{border:none}.PDPquote__root.PDPquote__social .PDPquote__topIcon{width:29px;height:24px}.PDPquote__root.PDPquote__social .PDPquote__text{margin-top:65px}.PDPquote__root.PDPquote__chef{border:none}@media (max-width:768px){.PDPquote__root.PDPquote__chef .PDPquote__topIcon{width:32px;height:21px;-ms-flex-item-align:start;align-self:flex-start}}@media (max-width:768px){.PDPquote__root.PDPquote__chef .PDPquote__text{text-align:start}}@media (max-width:768px){.PDPquote__root.PDPquote__chef .PDPquote__author,.PDPquote__root.PDPquote__chef .PDPquote__text{-ms-flex-item-align:start;align-self:flex-start}}@media (max-width:768px){.PDPquote__root.PDPquote__chef .PDPquote__origin{color:#9aa8b6;-ms-flex-item-align:start;align-self:flex-start}}.PDPquote__root .socialText{color:#70a9c6}.PDPquote__root.PDPquote__light{background-color:#fff;color:#1e2e3f}.PDPquote__root.PDPquote__dark,.PDPquote__root.PDPquote__darkMd-lightSm{background-color:#1e2e3f;color:#fff}@media (max-width:768px){.PDPquote__root.PDPquote__darkMd-lightSm{background-color:#fff;color:#1e2e3f}}.OtherFeaturesCard__root{position:relative;background-color:#fff;border-radius:8px;-webkit-box-shadow:0 10px 20px 0 rgba(0,0,0,.1);box-shadow:0 10px 20px 0 rgba(0,0,0,.1)}.OtherFeaturesCard__root .OtherFeaturesCard__stub,.OtherFeaturesCard__root>img{width:310px;height:280px}.OtherFeaturesCard__root .OtherFeaturesCard__stub svg,.OtherFeaturesCard__root>img svg{color:#fff}@media (max-width:768px){.OtherFeaturesCard__root .OtherFeaturesCard__stub,.OtherFeaturesCard__root>img{width:220px;height:200px}}.OtherFeaturesCard__root .OtherFeaturesCard__title{font-family:SohoGothicPro,sans-serif;font-size:18px;font-weight:500;line-height:24px;color:#9aa8b6}.OtherFeaturesCard__root .OtherFeaturesCard__text{margin-top:8px;font-size:22px;line-height:32px;color:#1e2e3f}.OtherFeatures__root .OtherFeatures__firstCard{margin-left:0}.EatLikeAPro__root{position:relative;background-image:radial-gradient(circle at center,hsla(0,0%,100%,.3) 0,hsla(0,0%,100%,0) 100%)}.EatLikeAPro__root .EatLikeAPro__pattern{bottom:0;left:0;width:100%;height:350%;overflow:hidden}.ScoreRating__score{display:inline-block;vertical-align:middle;font-size:18px;line-height:18px;color:#1e2e3f}.ScoreRating__root.big .ScoreRating__score{vertical-align:top;font-size:30px;line-height:30px;font-weight:400}.ScoreRating__limit{display:inline-block;vertical-align:middle;position:relative;top:-3px;padding-left:7px;font-size:12px;line-height:18px;font-weight:400;color:#9aa8b6}.ScoreRating__root.big .ScoreRating__limit{vertical-align:top;line-height:30px;top:-5px}.Rating__root{width:100%}@media (max-width:768px){.Rating__root{width:125px}}.Rating__scoreRating,.Rating__starsRating{display:inline-block;vertical-align:top}.Rating__starsRating{margin:2px 0 0 13px}.Rating__starsRating.big{margin:9px 0 0 13px}@media (max-width:768px){.Rating__starsRating.big{margin:8px 0 0}}@media (max-width:768px){.Rating__root.hideMobileStars .Rating__starsRating{display:none}}.Rating__description{margin-top:10px;font-size:12px;line-height:14px;letter-spacing:.37px;color:#9aa8b6;font-weight:400}@media (max-width:768px){.Rating__description{margin-top:17px;width:117px}}.RatingBar__root{position:relative;width:100%;height:8px;background-image:url(clientlib-all/assets/images/rangeBgLine.675e1532.png);background-size:contain;background-position:0;background-repeat:repeat-x}.RatingBar__progress{width:0;height:100%;position:absolute;background-color:#fab001;-webkit-transform:scaleX(0);transform:scaleX(0);-webkit-transition:-webkit-transform 1s;transition:-webkit-transform 1s;transition:transform 1s;transition:transform 1s,-webkit-transform 1s;-webkit-transform-origin:left;transform-origin:left}.RatingBar__progress.aos-animate{-webkit-transform:scaleX(1);transform:scaleX(1)}.RatingInfoList__root{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-ms-flex-wrap:wrap;flex-wrap:wrap;width:700px}@media (min-width:1440px){.RatingInfoList__root{width:1200px}}@media (max-width:768px){.RatingInfoList__root{width:181px}}@media (max-width:374px){.RatingInfoList__root{width:161px}}.RatingInfoList__ratingInfoItem{position:relative;width:195px;margin-left:35px}@media (min-width:769px){.RatingInfoList__ratingInfoItem:nth-child(3n+1){margin-left:0}.RatingInfoList__ratingInfoItem:nth-child(n+4){margin-top:60px}}@media (min-width:1440px){.RatingInfoList__ratingInfoItem:nth-child(n+4){margin-top:0}.RatingInfoList__ratingInfoItem:nth-child(n+6){margin-top:60px}.RatingInfoList__ratingInfoItem:nth-child(3n+1){margin-left:35px}.RatingInfoList__ratingInfoItem:nth-child(5n+1){margin-left:0}}@media (max-width:768px){.RatingInfoList__ratingInfoItem{margin:0}.RatingInfoList__ratingInfoItem:nth-child(n+2){margin-top:15px}}.RatingInfoList__title{font-size:12px;line-height:14px;font-weight:400;letter-spacing:.37px;color:#9aa8b6}@media (max-width:768px){.RatingInfoList__title{position:absolute;top:-4px;right:4px}}.RatingInfoList__progressTitle{font-size:20px;line-height:28px;color:#1e2e3f;font-weight:400}@media (max-width:768px){.RatingInfoList__progressTitle{display:none}}.RatingInfoList__percentage{font-size:14px;line-height:28px;color:#9aa8b6;font-weight:400}.RatingInfoList__progressBlock{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-top:3px;width:100%}@media (max-width:768px){.RatingInfoList__progressBlock{margin-top:0}}.RatingInfoList__progressWrapper{margin-top:16px;width:143px}@media (max-width:768px){.RatingInfoList__progressWrapper{margin-top:0;width:118px}}@media (max-width:374px){.RatingInfoList__progressWrapper{width:108px}}.ReviewCard__root{position:relative;width:541px;height:490px;background-color:#fff;border-radius:8px}@media (max-width:768px){.ReviewCard__root{width:278px;height:403px}}.ReviewCard__title{font-family:HandOfSeanPro,sans-serif;font-size:40px;line-height:48px;color:#1e2e3f;text-align:center}.ReviewCard__text{height:78px;overflow:hidden;font-size:16px;line-height:26px;color:#5b6d81;text-align:center}@media (max-width:768px){.ReviewCard__text{height:104px}}.ReviewCard__btnWrapper{display:none;position:absolute;left:0;right:0}.ReviewCard__text.truncated+.ReviewCard__btnWrapper{display:block}.ReviewCard__author{font-size:22px;line-height:32px;color:#1e2e3f}.ReviewCard__adress{font-size:14px;font-weight:400;line-height:16px;color:#1e2e3f;letter-spacing:.43px}.ReviewCard__date{display:block;font-size:12px;font-weight:400;line-height:14px;color:#9aa8b6;letter-spacing:.37px}.DocumentIconBtns__root{width:325px}@media (max-width:374px){.DocumentIconBtns__root{width:280px}}@media (max-width:768px){.DocumentIconBtns__root.DocumentIconBtns__hideMobile{width:220px}}.ContentToggle__root{width:100%}.ContentToggle__header{position:relative;min-height:100px;z-index:1;border-radius:8px;background-color:#fff;-webkit-transition:-webkit-box-shadow .5s;transition:-webkit-box-shadow .5s;transition:box-shadow .5s;transition:box-shadow .5s,-webkit-box-shadow .5s;cursor:pointer}@media (min-width:1025px){.ContentToggle__header:hover{-webkit-box-shadow:0 10px 20px 0 rgba(0,0,0,.1);box-shadow:0 10px 20px 0 rgba(0,0,0,.1)}}.ContentToggle__titleWrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;min-height:inherit}.ContentToggle__title{margin-left:60px;padding:29px 0;width:calc(100% - 240px);font-size:22px;line-height:29px;color:#1e2e3f;-webkit-transition:color .5s;transition:color .5s}@media (max-width:768px){.ContentToggle__title{margin-left:20px;padding:25px 0;width:calc(100% - 120px);font-size:18px;line-height:25px}}@media (min-width:769px){.ContentToggle__title.faq{margin-left:230px;width:calc(100% - 410px)}}@media (min-width:1025px){.ContentToggle__header:hover .ContentToggle__title{color:#0180c9}}.ContentToggle__switchBtnWrapper{position:absolute;top:0;right:0;height:100%;margin-top:auto;margin-bottom:auto;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.ContentToggle__switchBtn{height:60px;width:60px;overflow:hidden;background-color:#fff}.ContentToggle__switchBtnIcon{position:relative;height:100%;width:100%;border-radius:50%;border:1px solid #e9ecef;cursor:pointer;background-color:#fff;font-size:0;-webkit-transition:-webkit-transform .5s;transition:-webkit-transform .5s;transition:transform .5s;transition:transform .5s,-webkit-transform .5s;-webkit-transition-timing-function:cubic-bezier(.645,.045,.355,1);transition-timing-function:cubic-bezier(.645,.045,.355,1)}.ContentToggle__switchBtnIcon:hover{border-color:#d6d6d6}.ContentToggle__switchBtnIcon:after,.ContentToggle__switchBtnIcon:before{content:"";position:absolute}.ContentToggle__switchBtnIcon:after{width:20px;height:2px}.ContentToggle__switchBtnIcon:after,.ContentToggle__switchBtnIcon:before{top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);background-color:#0180c9}.ContentToggle__switchBtnIcon:before{width:2px;height:20px}.ContentToggle__content{position:relative;width:100%;opacity:0;padding-top:10px;margin-top:-10px;border-bottom-left-radius:8px;border-bottom-right-radius:8px;background-color:#fff}.ContentToggle__icon{position:absolute;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}@media (max-width:768px){.ContentToggle__icon{display:none}}.ContentToggle__icon.faq{left:60px;width:41px;height:43px;color:#bcc7d3}.ContentToggle__root.open .ContentToggle__header{-webkit-box-shadow:0 10px 20px 0 rgba(0,0,0,.1);box-shadow:0 10px 20px 0 rgba(0,0,0,.1)}.ContentToggle__root.open .ContentToggle__switchBtnIcon{-webkit-transform:rotate(45deg);transform:rotate(45deg)}.ContentToggle__root.open .ContentToggle__content{opacity:1}.ContentToggle__root.ContentToggle__faq .ContentToggle__title{margin-left:20%}@media (max-width:768px){.ContentToggle__root.ContentToggle__faq .ContentToggle__title{margin-left:20px}}.PropertyTable__root{position:relative;width:100%}.PropertyTable__root:after{content:"";position:absolute;top:0;left:0;right:0;margin:0 auto;width:1px;height:100%;background-color:#e9e9e9}.PropertyTable__column{position:relative;display:inline-block;vertical-align:middle;width:50%;text-align:center}.PropertyTable__column:nth-child(odd){padding:23px;color:#5b6d81;line-height:22px}.PropertyTable__column:nth-child(2n){padding:22px 23px;color:#1e2e3f;letter-spacing:.3px;line-height:24px}.PropertyTable__row:nth-child(odd){background-color:#fff}.PropertyTable__row:nth-child(2n){background-color:#f8f9fa}.PropertyTable__row:last-child{border-bottom-right-radius:8px;border-bottom-left-radius:8px}.PropertyTable__checked{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);stroke:#0180c9}.PropertyTable__infoButton{position:absolute;top:50%;right:55px;-webkit-transform:translateY(-50%);transform:translateY(-50%);z-index:1}@media (max-width:1024px){.PropertyTable__infoButton{right:20px}}.ProductCardPDP__root{position:relative;color:#fff}.ProductCardPDP__root .ProductCardPDP__model{text-transform:uppercase;font-size:12px;font-weight:500;letter-spacing:.37px}.ProductCardPDP__root .ProductCardPDP__desc{width:245px;height:64px;overflow:hidden;font-size:22px;line-height:32px;margin:5px auto 0}@media (max-width:768px){.ProductCardPDP__root .ProductCardPDP__desc{width:170px;height:75px;font-size:18px;line-height:24px;margin-top:12px}}.ProductCardPDP__root .ProductCardPDP__image{position:absolute;bottom:0;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.ProductCardPDP__root .ProductCardPDP__image img{width:auto}.ProductCardPDP__root .ProductCardPDP__productBagde{position:absolute;top:185px;left:6%}.ProductCardPDP__root.ProductCardPDP__rectangle .ProductCardPDP__image img{height:298px}@media (max-width:768px){.ProductCardPDP__root.ProductCardPDP__rectangle .ProductCardPDP__image img{max-height:193px}}.ProductCardPDP__root.ProductCardPDP__square .ProductCardPDP__image{height:295px;bottom:13px;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media (max-width:768px){.ProductCardPDP__root.ProductCardPDP__square .ProductCardPDP__image{height:215px;bottom:17px}}.ProductCardPDP__root.ProductCardPDP__square .ProductCardPDP__image img{width:238px}@media (max-width:768px){.ProductCardPDP__root.ProductCardPDP__square .ProductCardPDP__image img{width:170px}}.ProductCardPDP__root.ProductCardPDP__withShadow{-webkit-box-shadow:0 10px 20px 0 rgba(0,0,0,.1);box-shadow:0 10px 20px 0 rgba(0,0,0,.1)}.ProductCardPDP__root.ProductCardPDP__mobile .ProductCardPDP__desc{width:122px;height:60px;font-size:14px;line-height:20px;letter-spacing:.43px}.ProductCardPDP__root.ProductCardPDP__mobile.ProductCardPDP__rectangle img{max-height:160px}.ProductCardPDP__root.ProductCardPDP__mobile.ProductCardPDP__square .ProductCardPDP__image{height:175px}.ProductCardPDP__root.ProductCardPDP__mobile.ProductCardPDP__square img{width:120px}.ProductsBundle__root .ProductsBundle__firstCard{margin-left:0}.DownloadDocsBtn__root{position:relative;display:block;height:100px;width:100%;text-align:left;border-radius:8px;background-color:#f2f4f5;text-decoration:none;cursor:pointer}.DownloadDocsBtn__root.supportLink{background-color:#0180c9}.DownloadDocsBtn__titleWrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:100%}.DownloadDocsBtn__title{margin-left:30px;width:calc(100% - 150px);color:#1e2e3f;font-size:18px;line-height:25px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.DownloadDocsBtn__root.supportLink .DownloadDocsBtn__title{color:#fff}.DownloadDocsBtn__icon{position:absolute;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);right:30px;width:60px;height:60px;border:1px solid #e9ecef;border-radius:50%;background-color:#fff}.DownloadDocsBtn__icon:hover{border-color:#d6d6d6}.DownloadDocsBtn__icon svg{color:#0180c9;fill:#0180c9;stroke:#0180c9;position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);width:16px;height:20px}.DownloadDocsList__root{margin-top:-2.5%}@media (max-width:768px){.DownloadDocsList__root{margin-top:0}}.DownloadDocsList__btnWrapper{padding-top:2.5%}@media (max-width:768px){.DownloadDocsList__btnWrapper{padding-top:0}}@media (max-width:768px){.DownloadDocsList__btnWrapper:first-child{margin-top:0}}.VideoPreviewCard__root{position:relative;width:424px;height:286px;border-radius:8px;background-color:#d5d5d5;background-size:cover;background-position:50%;background-repeat:no-repeat}@media (max-width:768px){.VideoPreviewCard__root{width:277px;height:186px}}.VideoPreviewCard__playBtnWrapper{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.VideoPreviewCard__title{position:absolute;bottom:40px;left:0;right:0;margin:auto;padding:0 60px;max-height:64px;width:100%;font-size:22px;line-height:32px;text-align:center;color:#fff}@media (max-width:768px){.VideoPreviewCard__title{bottom:30px;padding:0 30px;max-height:24px;font-size:18px;line-height:24px}}.ProductHelpCard__root{display:block;position:relative;width:195px;height:235px;border-radius:8px;overflow:hidden;cursor:pointer;background-color:#fff;text-decoration:none}@media (max-width:768px){.ProductHelpCard__root{width:163px;height:236px;margin:10px 5px 0}}@media (max-width:374px){.ProductHelpCard__root{width:138px;height:220px}}.ProductHelpCard__root .ProductHelpCard__topBlock{height:135px;position:relative}.ProductHelpCard__root .ProductHelpCard__prefix{display:block;margin:30px 0 0 30px}.ProductHelpCard__root .ProductHelpCard__title{height:60px;overflow:hidden;margin:20px 30px;color:#1e2e3f;font-size:16px;line-height:24px;letter-spacing:.3px}@media (max-width:374px){.ProductHelpCard__root .ProductHelpCard__title{font-size:14px;margin:20px 25px}}.ProductHelpCard__root.ProductHelpCard__big{width:100%;height:auto;margin-top:0;margin-left:0;margin-right:0}.ProductHelpCard__root.ProductHelpCard__big .ProductHelpCard__topBlock{height:180px}.ProductHelpCard__root.ProductHelpCard__big .ProductHelpCard__title{height:65px;font-size:22px;font-weight:400;line-height:32px;margin-top:10px}.ProductHelpCard__root.ProductHelpCard__withShadow{-webkit-box-shadow:0 10px 20px 0 rgba(0,0,0,.1);box-shadow:0 10px 20px 0 rgba(0,0,0,.1)}.ProductHelpCard__root.ProductHelpCard__mobile{padding-bottom:25px}.ProductHelpCard__root.ProductHelpCard__mobile .ProductHelpCard__topBlock{height:125px}.ProductHelpCard__root.ProductHelpCard__mobile .ProductHelpCard__title{height:40px;font-size:14px;line-height:19px;letter-spacing:.2px;margin:25px 20px 0}.ProductHelpCard__icon{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);display:block;color:#fff;fill:#fff;stroke:#fff}.ProductHelpCard__number{position:absolute;padding-top:4px;padding-left:11px;top:15px;right:15px;width:30px;height:30px;border-radius:50%;background-color:#fff}.ProductHelpList__root{display:block}.ProductHelpList__listWrapper{margin:-36px -18px 0}@media (max-width:768px){.ProductHelpList__listWrapper{margin:-10px -5px 0}}.ProductHelpList__card{margin:36px 18px 0}@media (max-width:768px){.ProductHelpList__card{margin:10px 5px 0}}.ProductHelpList__listWrapper.ProductHelpList__gridType2{margin:-30px -18px 0}@media (max-width:768px){.ProductHelpList__listWrapper.ProductHelpList__gridType2{margin:-10px -5px 0}}.ProductHelpList__listWrapper.ProductHelpList__gridType2 .ProductHelpList__card{margin:30px 18px 0}@media (max-width:768px){.ProductHelpList__listWrapper.ProductHelpList__gridType2 .ProductHelpList__card{margin:10px 5px 0}}.ProductSupport__ProductHelpListWrapper{border-radius:8px;padding-top:1px}.ProductSupport__ProductHelpListTitle{font-size:30px;line-height:40px}.BuyBtnSection__root{border-radius:8px}@media (max-width:768px){.BuyBtnSection__root{border-radius:0}}.ToggleBtn__root{display:block;height:28px;background-color:transparent}.ToggleBtn__toggle{position:relative;display:inline-block;vertical-align:middle;width:44px;height:26px;background-color:#9aa8b6;-webkit-transition:background-color .3s ease;transition:background-color .3s ease;border-radius:13px}.active .ToggleBtn__toggle{background-color:#0180c9}.ToggleBtn__toggle:before{content:"";position:absolute;top:1px;left:1px;width:24px;height:24px;background-color:#fff;border-radius:50%;-webkit-transition:-webkit-transform .3s ease;transition:-webkit-transform .3s ease;transition:transform .3s ease;transition:transform .3s ease,-webkit-transform .3s ease}.active .ToggleBtn__toggle:before{-webkit-transform:translateX(18px);transform:translateX(18px)}.ToggleBtn__title{display:inline-block;vertical-align:middle;margin-left:16px;font-weight:400;font-size:16px;line-height:24px;letter-spacing:.49px;color:#9aa8b6;-webkit-transition:color .3s ease;transition:color .3s ease}.active .ToggleBtn__title{color:#0180c9}.ProductColors__root{display:block}.ProductColors__title{display:inline-block;vertical-align:top}@media (max-width:768px){.ProductColors__title{display:none}}.ProductColors__colors{display:inline-block;vertical-align:top}.ProductColors__color{display:inline-block;vertical-align:middle;width:15px;height:15px;border-radius:50%}.ProductColors__color:first-child{margin-left:16px}@media (max-width:768px){.ProductColors__color:first-child{margin-left:0}}.ProductColors__border{border:1px solid rgba(0,0,0,.1)}.PropsTableCardItem__root{background-color:#fff;overflow:hidden;max-height:106px;-webkit-transition:max-height .3s ease-in,opacity .3s ease-in;transition:max-height .3s ease-in,opacity .3s ease-in}@media (max-width:768px){.PropsTableCardItem__root{max-height:93px}}.collapseEqual .PropsTableCardItem__root.JS-collapse-item{max-height:0;opacity:0}.PropsTableCardItem__propTitle{padding-top:20px;padding-left:38px;height:46px;font-size:12px;line-height:14px;font-weight:400;letter-spacing:.37px;color:#9aa8b6}@media (max-width:768px){.PropsTableCardItem__propTitle{padding-left:18px;height:43px}}.PropsTableCardItem__propValueWrapper{padding-left:73px;height:60px;background-color:#f8f9fa}@media (max-width:768px){.PropsTableCardItem__propValueWrapper{padding-left:27px;height:50px}}.mainProductCard .PropsTableCardItem__propValueWrapper{padding-left:38px;border-top-left-radius:8px;border-bottom-left-radius:8px}@media (max-width:768px){.mainProductCard .PropsTableCardItem__propValueWrapper{padding-left:18px}}.productPropsCard:last-child .PropsTableCardItem__propValueWrapper{border-top-right-radius:8px;border-bottom-right-radius:8px}.PropsTableCardItem__propValue{font-size:18px;line-height:60px;color:#1e2e3f}@media (max-width:768px){.PropsTableCardItem__propValue{font-size:16px;line-height:50px;letter-spacing:.29px}}.mainProductCard .PropsTableCardItem__propValue{font-weight:400}.ButtonSeeAll__root{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background-color:rgba(0,0,0,.16);color:#fff;height:4.2vw;width:13vw;border-radius:30px;border-width:0;cursor:pointer;font-size:14px;letter-spacing:.3px;font-weight:400;text-decoration:none;text-align:center}@media (min-width:1440px){.ButtonSeeAll__root{height:60px;width:188px}}.ButtonSeeAll__root .ButtonSeeAll__text{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;font-size:1vw;font-weight:500}@media (min-width:1440px){.ButtonSeeAll__root .ButtonSeeAll__text{font-size:14px}}.ButtonSeeAll__root .ButtonSeeAll__circle{height:4.2vw;width:4.2vw;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border-radius:50%;background-color:rgba(0,0,0,.1)}@media (min-width:1440px){.ButtonSeeAll__root .ButtonSeeAll__circle{height:60px;width:60px}}.ButtonSeeAll__root .ButtonSeeAll__circle svg{width:17px;height:15px}.ButtonSeeAll__root:hover{background-color:rgba(0,0,0,.3)}.ButtonSeeAll__root:hover .ButtonSeeAll__circle{background-color:rgba(0,0,0,.6)}.ProductCompareSlider__slider{position:relative;overflow:hidden}.collapsible:not(.open).ProductCompareSlider__slider{max-height:none}@media (max-width:768px){.collapsible:not(.open).ProductCompareSlider__slider{max-height:625px}}.ProductCompareSlider__showMoreBtn{margin-left:auto;margin-right:auto}.ProductCompareSlider__showMoreBtnTitle{text-align:center;font-size:14px;line-height:20px;font-weight:400;letter-spacing:.3px;color:#0180c9}.ProductCompareSlider__slider.open+.ProductCompareSlider__showMoreBtnBlock{display:none}.ProductsRelated__root .ProductsRelated__firstCard{margin-left:0}.ModalDownloadDocs__root .ModalDownloadDocs__bottomButtonsWrapper{bottom:40px;left:0;width:100%}@media (max-width:768px){.ModalDownloadDocs__root .ModalDownloadDocs__bottomButtonsWrapper{bottom:20px}}.ModalDownloadDocs__root .ModalDownloadDocs__bottomButtonsWrapper .ModalDownloadDocs__buttons{margin:auto;width:400px}.Input__root{width:100%}.Input__inputField{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;height:72px;width:100%;font-size:18px;background-color:#fff;border-radius:8px;border:1px solid #fff;cursor:text;-webkit-transition:border-color .3s ease,-webkit-box-shadow .3s ease;transition:border-color .3s ease,-webkit-box-shadow .3s ease;transition:border-color .3s ease,box-shadow .3s ease;transition:border-color .3s ease,box-shadow .3s ease,-webkit-box-shadow .3s ease}.Input__root.focus .Input__inputField{border-color:#0180c9}.Input__root.error .Input__inputField,.Input__root.focus .Input__inputField,.Input__root.required .Input__inputField{-webkit-box-shadow:0 4px 6px rgba(0,0,0,.05);box-shadow:0 4px 6px rgba(0,0,0,.05)}.Input__root.error .Input__inputField{border-color:#e40313}.Input__input{padding:18px 28px 0;height:100%;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;background-color:transparent;border:none;border-radius:8px;color:#1e2e3f;resize:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}@media (max-width:374px){.Input__input{padding:18px 10px 0}}.Input__root.textArea .Input__input{padding-top:0;padding-bottom:0;border-top:40px solid #fff;border-bottom:18px solid #fff}.Input__root.textArea .Input__input:before{display:block;content:"";width:100%;height:50px;background-color:red}.Input__placeholder{position:absolute;top:0;left:28px;line-height:72px;color:#1e2e3f;-webkit-transform-origin:left;transform-origin:left;-webkit-transition:color .3s ease,-webkit-transform .3s ease;transition:color .3s ease,-webkit-transform .3s ease;transition:color .3s ease,transform .3s ease;transition:color .3s ease,transform .3s ease,-webkit-transform .3s ease;z-index:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:calc(100% - 56px)}@media (max-width:374px){.Input__placeholder{left:10px;max-width:calc(100% - 20px)}}.Input__root.required .Input__placeholder{color:#9aa8b6}.Input__root.focus .Input__placeholder,.Input__root.required .Input__placeholder{-webkit-transform:scale(.7) translateY(-21px);transform:scale(.7) translateY(-21px)}.Input__root.focus .Input__placeholder{color:#0180c9}.Input__root.error .Input__placeholder{color:#e40313}.Input__root.tooltip .Input__placeholder,.Input__root.tooltipIcon .Input__placeholder{max-width:calc(100% - 100px)}@media (max-width:374px){.Input__root.tooltip .Input__placeholder,.Input__root.tooltipIcon .Input__placeholder{max-width:calc(100% - 80px)}}.Input__root.textArea .Input__placeholder{max-width:calc(100% - 110px);top:21px;line-height:25px;overflow:auto;text-overflow:inherit;white-space:normal}@media (max-width:374px){.Input__root.textArea .Input__placeholder{max-width:calc(100% - 70px)}}.Input__root.focus.textArea .Input__placeholder,.Input__root.required.textArea .Input__placeholder{max-width:100%}.Input__root .counter{position:relative;top:0;bottom:0;margin:28px 32px 0 0;font-size:12px;line-height:14px;letter-spacing:.37px;color:#9aa8b6;text-align:right}@media (max-width:374px){.Input__root .counter{margin-right:10px}}.Input__root.textArea .counter{margin-top:30px}.Input__errorWrapper{max-height:0;overflow:hidden;-webkit-transition:max-height .3s ease;transition:max-height .3s ease}.Input__root.error .Input__errorWrapper{max-height:60px}@media (max-width:768px){.Input__root.error .Input__errorWrapper{max-height:78px}}@media (max-width:374px){.Input__root.error .Input__errorWrapper{max-height:96px}}.Input__error{margin-top:6px;margin-left:28px;font-size:12px;line-height:18px;letter-spacing:.2px;color:#e40313}.Input__tooltip{position:relative;display:none;font-size:14px;line-height:72px;letter-spacing:.3px;color:#0180c9;background-color:transparent;text-decoration:none}@media (max-width:768px){.Input__tooltip{top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);width:48px;height:48px;background-color:#f4f5f7;font-size:0;border-radius:50%}}@media (max-width:768px){.Input__tooltip:hover{background-color:#e1e4e7}}.Input__root.tooltip .Input__tooltip{display:block}.Input__root.tooltipIcon .Input__tooltip{display:block;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);width:48px;height:48px;background-color:#f4f5f7;font-size:0;border-radius:50%}.Input__root.tooltipIcon .Input__tooltip:hover{background-color:#e1e4e7}.Input__quickInfoIcon{position:absolute;display:none;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);width:10px;height:20px;color:#1e2e3f}@media (max-width:768px){.Input__quickInfoIcon{display:block}}.Input__tooltip:hover .Input__quickInfoIcon{fill:#0180c9;-webkit-transition:fill .5s ease;transition:fill .5s ease}.Input__root.tooltipIcon .Input__quickInfoIcon{display:block}.Input__buttonTooltip{position:relative;z-index:10;height:48px;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.Input__calendarIcon{width:18px;height:18px;position:absolute;top:27px;right:30px;cursor:pointer}@media (max-width:768px){.Input__calendarIcon{right:25px}}.Checkbox__root{position:relative;display:block}.Checkbox__input{display:none}.Checkbox__checkbox{cursor:pointer;display:inline-block}.Checkbox__checkboxState{position:absolute;top:0;left:0;width:28px;height:28px;background-color:#fff;border:2px solid #fff;border-radius:50%;-webkit-transition:border-color .3s ease,background-color .3s ease;transition:border-color .3s ease,background-color .3s ease}.Checkbox__checkboxState:after{position:absolute;content:"";width:16px;height:16px;background-color:#fff;border-radius:50%;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.Checkbox__checkboxState.error{border-color:#e40313}.Checkbox__root.big .Checkbox__checkboxState{top:3px}.Checkbox__input:checked+.Checkbox__checkbox .Checkbox__checkboxState{border-color:#0180c9}.Checkbox__input:checked+.Checkbox__checkbox .Checkbox__checkboxState:after{background-color:#0180c9}.Checkbox__title,.Checkbox__title a{font-size:14px;line-height:21px;letter-spacing:.3px;font-weight:500;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.Checkbox__title{display:inline-block;margin-left:42px;color:#1e2e3f}.Checkbox__title a{color:#0180c9;text-decoration:none}.Checkbox__root.big .Checkbox__title{margin-left:48px;font-size:22px;line-height:32px;letter-spacing:0;font-weight:300}.StarRateSelect__root{display:inline-block}.StarRateSelect__starWrapper{display:inline-block;padding:21px;width:60px;height:60px;border-radius:50%;border:1px solid #e9ecef;background-color:#fff;cursor:pointer}@media (max-width:374px){.StarRateSelect__starWrapper{width:58px;height:58px;padding:20px}}.StarRateSelect__starWrapper:nth-child(n+2){margin-left:9px}@media (max-width:374px){.StarRateSelect__starWrapper:nth-child(n+2){margin-left:5px}}.StarRateSelect__starWrapper svg{fill:rgba(0,0,0,.2);position:relative;top:-3px;-webkit-transition:fill,.3s;transition:fill,.3s}.StarRateSelect__starWrapper.active svg{fill:#fab001}.ModalAddReview__header{position:absolute;left:0;top:0;width:100%;z-index:5;border-bottom:1px solid hsla(0,0%,100%,.1)}.ModalAddReview__title{font-size:18px;line-height:26px;color:#1e2e3f;text-align:center}.ModalAddReview__subTitle{font-size:14px;line-height:24px;color:#9aa8b6;text-align:center}@media (max-width:768px){.ModalAddReview__subTitle{line-height:20px}}.ModalReviewCard__root{position:relative;width:100%;min-height:284px;background-color:#fff;border-radius:8px}@media (max-width:768px){.ModalReviewCard__root{width:100%}}.ModalReviewCard__root:first-child{margin-top:0}.ModalReviewCard__reviewSection{width:58%}@media (max-width:768px){.ModalReviewCard__reviewSection{width:100%}}.ModalReviewCard__authorSection{width:150px}@media (max-width:768px){.ModalReviewCard__authorSection{width:100%}}.ModalReviewCard__title{font-family:HandOfSeanPro,sans-serif;font-size:36px;line-height:48px;color:#1e2e3f}.ModalReviewCard__text{overflow:hidden;font-size:16px;line-height:26px;color:#5b6d81}.ModalReviewCard__author{font-size:22px;line-height:32px;color:#1e2e3f}.ModalReviewCard__adress{font-size:14px;font-weight:400;line-height:16px;color:#1e2e3f;letter-spacing:.43px}.ModalReviewCard__date{display:block;font-size:12px;font-weight:400;line-height:14px;color:#9aa8b6;letter-spacing:.37px}.ModalReviews__root{color:#fff}.ModalReviews__headerWrapper{position:absolute;left:0;top:0;width:100%;z-index:5;border-bottom:1px solid hsla(0,0%,100%,.1)}@media (max-width:768px){.ModalReviews__headerWrapper{border-bottom-color:transparent}}.ModalReviews__header{margin:0 20px}.ModalShare__root .ModalShare__bottomButtonsWrapper{bottom:40px;left:0;width:100%}@media (max-width:768px){.ModalShare__root .ModalShare__bottomButtonsWrapper{bottom:20px}}.ModalShare__root .ModalShare__bottomButtonsWrapper .ModalShare__buttons{margin:auto;width:400px}.TextWithImages__root{display:block}.TextWithImages__root img{height:65px;position:relative;top:17px;margin:0 10px;margin-top:-30px}@media (max-width:1280px){.TextWithImages__root img{height:57px;top:10px}}@media (max-width:1024px){.TextWithImages__root img{height:50px;margin-left:5px;margin-right:5px}}.ProductsRecent__root .ProductsRecent__firstCard{margin-left:0}.PdpPage__tableListWrapper{background-color:#f2f4f5}@media (max-width:768px){.PdpPage__content{background-color:#fff;position:relative;z-index:2}}.BuiltInAppliances__root{display:block;color:#fff;position:relative;overflow:hidden}.BuiltInAppliances__root .BuiltInAppliances__background{position:absolute;width:100%;height:100%;z-index:-1;overflow:hidden}.BuiltInAppliances__root .BuiltInAppliances__background img{position:absolute;height:100%;width:auto}@media (min-width:1440px){.BuiltInAppliances__root .BuiltInAppliances__background img{height:auto;width:100%}}.BuiltInAppliances__root .BuiltInAppliances__title{position:relative;width:650px}@media (max-width:768px){.BuiltInAppliances__root .BuiltInAppliances__title{max-width:335px}}.BuiltInAppliances__root .BuiltInAppliances__textBlock{position:absolute;width:100%;bottom:120px;z-index:1}@media (max-width:768px){.BuiltInAppliances__root .BuiltInAppliances__textBlock{bottom:60px}}.BuiltInAppliances__root .BuiltInAppliances__logo{display:none;position:relative;width:66px;height:38px;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);color:#fff}@media (max-width:768px){.BuiltInAppliances__root .BuiltInAppliances__logo{display:block}}.BuiltInAppliances__root .BuiltInAppliances__description{margin-left:auto;margin-right:auto;width:425px;letter-spacing:.4px}@media (max-width:768px){.BuiltInAppliances__root .BuiltInAppliances__description{max-width:325px;font-size:22px;letter-spacing:0}}@media (max-width:374px){.BuiltInAppliances__root .BuiltInAppliances__description{width:300px;font-size:20px;line-height:30px}}.BuiltInCategories__root{overflow:hidden;position:relative}.BuiltInCategories__root .BuiltInCategories__categories{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-top:-30px}.BuiltInCategories__root .BuiltInCategories__category{margin:0 35px}@media (max-width:768px){.BuiltInCategories__root .BuiltInCategories__category{margin:0 5px}}@media (max-width:374px){.BuiltInCategories__root .BuiltInCategories__category{width:100%}}.BuiltInCategories__categoryMenuWrapper{position:absolute;top:0;left:0;height:0;width:100%;opacity:0;visibility:hidden;overflow:hidden;-webkit-transition:height .5s ease-out,opacity .5s ease-out,visibility .5s;transition:height .5s ease-out,opacity .5s ease-out,visibility .5s}.BuiltInCategories__categoryMenuWrapper.active{visibility:visible;z-index:1;height:160px;opacity:1;-webkit-transition:height .5s ease-out,opacity .5s ease-out;transition:height .5s ease-out,opacity .5s ease-out}.BuiltInCategories__categoryMenu{margin-top:20px;padding:15px 0}.BuiltInCategory__root{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;text-align:center;width:160px;height:240px;background-color:transparent;text-decoration:none;margin:30px auto 0;-webkit-transition:height .5s ease-out;transition:height .5s ease-out}.BuiltInCategory__root .BuiltInCategory__image{width:100%;height:160px;-webkit-transition:-webkit-transform .5s ease;transition:-webkit-transform .5s ease;transition:transform .5s ease;transition:transform .5s ease,-webkit-transform .5s ease}.BuiltInCategory__root .BuiltInCategory__img{margin:0 auto;width:100%}.BuiltInCategory__root .BuiltInCategory__title{font-size:16px;line-height:24px;font-weight:400;color:#1e2e3f}.BuiltInCategory__root .BuiltInCategory__arrow{width:20px;height:20px;stroke:#0180c9;-webkit-transition:-webkit-transform .5s ease;transition:-webkit-transform .5s ease;transition:transform .5s ease;transition:transform .5s ease,-webkit-transform .5s ease}@media (min-width:1025px){.BuiltInCategory__root:hover .BuiltInCategory__title{color:#0180c9}.BuiltInCategory__root:hover .BuiltInCategory__image{-webkit-transform:translateY(-10px);transform:translateY(-10px)}}.BuiltInCategory__root.active .BuiltInCategory__title{color:#0180c9}.BuiltInCategory__root.active .BuiltInCategory__arrow{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.CategoriesMenuSliderItem__root{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:195px;height:70px;border-radius:8px;padding:10px 28px;text-align:center;background-color:rgba(30,46,63,.1);color:#1e2e3f;-webkit-transition:background-color .3s ease;transition:background-color .3s ease;text-decoration:none;cursor:pointer}@media (max-width:768px){.CategoriesMenuSliderItem__root{width:166px}}.CategoriesMenuSliderItem__root:hover{background-color:rgba(30,46,63,.15)}.CategoriesMenuSliderItem__root.active{background-color:#fff;-webkit-box-shadow:0 10px 20px rgba(0,0,0,.1);box-shadow:0 10px 20px rgba(0,0,0,.1)}@media (min-width:769px){.CategoriesMenuSliderItem__root.active-desktop{background-color:#fff;-webkit-box-shadow:0 10px 20px rgba(0,0,0,.1);box-shadow:0 10px 20px rgba(0,0,0,.1)}}button.CategoriesMenuSliderItem__root.active,button.CategoriesMenuSliderItem__root.active-desktop{cursor:default}.CategoriesMenuSliderItem__title{width:100%;font-size:16px;line-height:22px;font-weight:400}.CategoriesMenuSliderItem__root.active-desktop .CategoriesMenuSliderItem__title,.CategoriesMenuSliderItem__root.active .CategoriesMenuSliderItem__title{color:#0180c9}.CategoriesMenuSlider__root{margin-bottom:-10px}.DescriptionCardWithPhoto__root{display:-webkit-box;display:-ms-flexbox;display:flex;border-radius:8px;overflow:hidden}.DescriptionCardWithPhoto__root .DescriptionCardWithPhoto__photo,.DescriptionCardWithPhoto__root .DescriptionCardWithPhoto__textBlock{height:100%;width:50%;overflow:hidden}.DescriptionCardWithPhoto__root .DescriptionCardWithPhoto__photo{position:relative}.DescriptionCardWithPhoto__root .DescriptionCardWithPhoto__photo img{position:absolute;top:0;width:auto;height:100%;min-width:100%}@media (max-width:1024px){.DescriptionCardWithPhoto__root .DescriptionCardWithPhoto__photo{display:none}.DescriptionCardWithPhoto__root .DescriptionCardWithPhoto__textBlock{width:100%}}.DescriptionCardWithPhoto__title{font-size:24px;line-height:32px;letter-spacing:.4px}@media (max-width:768px){.DescriptionCardWithPhoto__title{font-size:22px;line-height:32px}}.DescriptionCardWithPhoto__text{font-size:18px;line-height:24px}.DescriptionCardWithPhoto__advice{font-size:22px;line-height:32px}.DescriptionCard__root{display:block;position:relative;background-size:cover;border-radius:8px;overflow:hidden}.DescriptionCard__root .DescriptionCard__background{position:absolute;top:0;left:0;width:100%;height:100%;z-index:-1;overflow:hidden;border-radius:8px}.DescriptionCard__root .DescriptionCard__background img{height:100%;width:auto;position:absolute;top:0;min-width:100%}.DescriptionCard__root .DescriptionCard__textBlock{position:absolute;margin:0 auto;left:0;right:0;width:280px;text-align:center;z-index:1}@media (max-width:768px){.DescriptionCard__root .DescriptionCard__textBlock{width:260px}}.DescriptionCard__title{font-size:24px;line-height:32px;letter-spacing:.4px}@media (max-width:768px){.DescriptionCard__title{font-size:22px;line-height:32px}}.DescriptionCard__text{font-size:18px;line-height:24px}.OurRangeLink__root{display:inline-block;position:relative;margin:20px 0;width:311px;height:196px;border-radius:8px;text-decoration:none;-webkit-box-shadow:0 10px 20px rgba(0,0,0,.1);box-shadow:0 10px 20px rgba(0,0,0,.1)}@media (max-width:768px){.OurRangeLink__root{width:277px;height:177px}}.OurRangeLink__root .OurRangeLink__title{font-size:18px;line-height:24px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;color:#9aa8b6}.OurRangeLink__root .OurRangeLink__text{font-size:18px;line-height:25px;color:#1e2e3f}.OurRangeLink__root.OurRangeLink__secondary .OurRangeLink__title{color:#1e2e3f;font-size:22px;line-height:32px;white-space:normal;text-overflow:clip}@media (max-width:768px){.OurRangeLink__root.OurRangeLink__secondary .OurRangeLink__title{font-size:18px;line-height:25px}}.OurRangeLink__root.OurRangeLink__secondary .OurRangeLink__text{color:#9aa8b6}.OurRange__root{display:block}.OurRange__root .OurRange__background{position:absolute;height:100%;width:100%;overflow:hidden;z-index:-1}.OurRange__root .OurRange__background img{position:absolute;height:100%;width:auto}@media (min-width:1440px){.OurRange__root .OurRange__background img{height:auto;width:100%}}@media (max-width:768px){.OurRange__root.OurRange__secondary .OurRange__picture{margin-top:30px}}.OurRange__ourRangeSlider{position:absolute;width:100%}.BuiltInBlog__root{display:block}.BuiltInBlog__root .BuiltInBlog__carousel{visibility:hidden;opacity:0;-webkit-transition:all .5s;transition:all .5s}.BuiltInBlog__root .BuiltInBlog__carousel:not(:first-child){position:absolute;top:0;left:0;width:100%}.BuiltInBlog__root .BuiltInBlog__carousel.active{visibility:visible;opacity:1}.BuiltInBlog__root .BuiltInBlog__slide{padding:40px;padding-top:0}@media (max-width:768px){.BuiltInBlog__root .BuiltInBlog__slide{padding:0 10px;padding-bottom:40px}}.OverModal__root{position:absolute;top:0;left:0;width:100vw;height:100vh;background-color:rgba(30,46,63,.9);visibility:hidden;opacity:0;z-index:20;overflow-y:auto;-webkit-overflow-scrolling:touch;-webkit-transition:all .5s;transition:all .5s}.OverModal__root.open{visibility:visible;opacity:1}.OverModal__buttonClose{position:absolute;z-index:10}@media (min-width:769px){.OverModal__buttonClose{top:40px;right:45px}}@media (max-width:768px){.OverModal__buttonClose{position:fixed;right:20px;bottom:20px}}.ImageMapCarouselSlide__container{width:100%;padding-right:1.25%;padding-left:1.25%;margin-right:auto;margin-left:auto}@media (min-width:769px){.ImageMapCarouselSlide__container{max-width:1800px}}.ImageMapCarouselSlide__container-fluid{width:100%;padding-right:1.25%;padding-left:1.25%;margin-right:auto;margin-left:auto}.ImageMapCarouselSlide__row{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-right:-1.25%;margin-left:-1.25%}.ImageMapCarouselSlide__no-gutters{margin-right:0;margin-left:0}.ImageMapCarouselSlide__no-gutters>.ImageMapCarouselSlide__col,.ImageMapCarouselSlide__no-gutters>[class*=col-]{padding-right:0;padding-left:0}.ImageMapCarouselSlide__col,.ImageMapCarouselSlide__col-1,.ImageMapCarouselSlide__col-2,.ImageMapCarouselSlide__col-3,.ImageMapCarouselSlide__col-4,.ImageMapCarouselSlide__col-5,.ImageMapCarouselSlide__col-6,.ImageMapCarouselSlide__col-7,.ImageMapCarouselSlide__col-8,.ImageMapCarouselSlide__col-9,.ImageMapCarouselSlide__col-10,.ImageMapCarouselSlide__col-11,.ImageMapCarouselSlide__col-12,.ImageMapCarouselSlide__col-auto,.ImageMapCarouselSlide__col-lg,.ImageMapCarouselSlide__col-lg-1,.ImageMapCarouselSlide__col-lg-2,.ImageMapCarouselSlide__col-lg-3,.ImageMapCarouselSlide__col-lg-4,.ImageMapCarouselSlide__col-lg-5,.ImageMapCarouselSlide__col-lg-6,.ImageMapCarouselSlide__col-lg-7,.ImageMapCarouselSlide__col-lg-8,.ImageMapCarouselSlide__col-lg-9,.ImageMapCarouselSlide__col-lg-10,.ImageMapCarouselSlide__col-lg-11,.ImageMapCarouselSlide__col-lg-12,.ImageMapCarouselSlide__col-lg-auto,.ImageMapCarouselSlide__col-md,.ImageMapCarouselSlide__col-md-1,.ImageMapCarouselSlide__col-md-2,.ImageMapCarouselSlide__col-md-3,.ImageMapCarouselSlide__col-md-4,.ImageMapCarouselSlide__col-md-5,.ImageMapCarouselSlide__col-md-6,.ImageMapCarouselSlide__col-md-7,.ImageMapCarouselSlide__col-md-8,.ImageMapCarouselSlide__col-md-9,.ImageMapCarouselSlide__col-md-10,.ImageMapCarouselSlide__col-md-11,.ImageMapCarouselSlide__col-md-12,.ImageMapCarouselSlide__col-md-auto,.ImageMapCarouselSlide__col-xl,.ImageMapCarouselSlide__col-xl-1,.ImageMapCarouselSlide__col-xl-2,.ImageMapCarouselSlide__col-xl-3,.ImageMapCarouselSlide__col-xl-4,.ImageMapCarouselSlide__col-xl-5,.ImageMapCarouselSlide__col-xl-6,.ImageMapCarouselSlide__col-xl-7,.ImageMapCarouselSlide__col-xl-8,.ImageMapCarouselSlide__col-xl-9,.ImageMapCarouselSlide__col-xl-10,.ImageMapCarouselSlide__col-xl-11,.ImageMapCarouselSlide__col-xl-12,.ImageMapCarouselSlide__col-xl-auto,.ImageMapCarouselSlide__col-xs,.ImageMapCarouselSlide__col-xs-1,.ImageMapCarouselSlide__col-xs-2,.ImageMapCarouselSlide__col-xs-3,.ImageMapCarouselSlide__col-xs-4,.ImageMapCarouselSlide__col-xs-5,.ImageMapCarouselSlide__col-xs-6,.ImageMapCarouselSlide__col-xs-7,.ImageMapCarouselSlide__col-xs-8,.ImageMapCarouselSlide__col-xs-9,.ImageMapCarouselSlide__col-xs-10,.ImageMapCarouselSlide__col-xs-11,.ImageMapCarouselSlide__col-xs-12,.ImageMapCarouselSlide__col-xs-auto,.ImageMapCarouselSlide__col-xxl,.ImageMapCarouselSlide__col-xxl-1,.ImageMapCarouselSlide__col-xxl-2,.ImageMapCarouselSlide__col-xxl-3,.ImageMapCarouselSlide__col-xxl-4,.ImageMapCarouselSlide__col-xxl-5,.ImageMapCarouselSlide__col-xxl-6,.ImageMapCarouselSlide__col-xxl-7,.ImageMapCarouselSlide__col-xxl-8,.ImageMapCarouselSlide__col-xxl-9,.ImageMapCarouselSlide__col-xxl-10,.ImageMapCarouselSlide__col-xxl-11,.ImageMapCarouselSlide__col-xxl-12,.ImageMapCarouselSlide__col-xxl-auto{position:relative;width:100%;min-height:1px;padding-right:1.25%;padding-left:1.25%}.ImageMapCarouselSlide__col{-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;max-width:100%}.ImageMapCarouselSlide__col-auto{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:none}.ImageMapCarouselSlide__col-1{-webkit-box-flex:0;-ms-flex:0 0 8.33333%;flex:0 0 8.33333%;max-width:8.33333%}.ImageMapCarouselSlide__col-2{-webkit-box-flex:0;-ms-flex:0 0 16.66667%;flex:0 0 16.66667%;max-width:16.66667%}.ImageMapCarouselSlide__col-3{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.ImageMapCarouselSlide__col-4{-webkit-box-flex:0;-ms-flex:0 0 33.33333%;flex:0 0 33.33333%;max-width:33.33333%}.ImageMapCarouselSlide__col-5{-webkit-box-flex:0;-ms-flex:0 0 41.66667%;flex:0 0 41.66667%;max-width:41.66667%}.ImageMapCarouselSlide__col-6{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.ImageMapCarouselSlide__col-7{-webkit-box-flex:0;-ms-flex:0 0 58.33333%;flex:0 0 58.33333%;max-width:58.33333%}.ImageMapCarouselSlide__col-8{-webkit-box-flex:0;-ms-flex:0 0 66.66667%;flex:0 0 66.66667%;max-width:66.66667%}.ImageMapCarouselSlide__col-9{-webkit-box-flex:0;-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.ImageMapCarouselSlide__col-10{-webkit-box-flex:0;-ms-flex:0 0 83.33333%;flex:0 0 83.33333%;max-width:83.33333%}.ImageMapCarouselSlide__col-11{-webkit-box-flex:0;-ms-flex:0 0 91.66667%;flex:0 0 91.66667%;max-width:91.66667%}.ImageMapCarouselSlide__col-12{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.ImageMapCarouselSlide__order-first{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.ImageMapCarouselSlide__order-last{-webkit-box-ordinal-group:14;-ms-flex-order:13;order:13}.ImageMapCarouselSlide__order-0{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}.ImageMapCarouselSlide__order-1{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.ImageMapCarouselSlide__order-2{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.ImageMapCarouselSlide__order-3{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.ImageMapCarouselSlide__order-4{-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4}.ImageMapCarouselSlide__order-5{-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5}.ImageMapCarouselSlide__order-6{-webkit-box-ordinal-group:7;-ms-flex-order:6;order:6}.ImageMapCarouselSlide__order-7{-webkit-box-ordinal-group:8;-ms-flex-order:7;order:7}.ImageMapCarouselSlide__order-8{-webkit-box-ordinal-group:9;-ms-flex-order:8;order:8}.ImageMapCarouselSlide__order-9{-webkit-box-ordinal-group:10;-ms-flex-order:9;order:9}.ImageMapCarouselSlide__order-10{-webkit-box-ordinal-group:11;-ms-flex-order:10;order:10}.ImageMapCarouselSlide__order-11{-webkit-box-ordinal-group:12;-ms-flex-order:11;order:11}.ImageMapCarouselSlide__order-12{-webkit-box-ordinal-group:13;-ms-flex-order:12;order:12}.ImageMapCarouselSlide__offset-1{margin-left:8.33333%}.ImageMapCarouselSlide__offset-2{margin-left:16.66667%}.ImageMapCarouselSlide__offset-3{margin-left:25%}.ImageMapCarouselSlide__offset-4{margin-left:33.33333%}.ImageMapCarouselSlide__offset-5{margin-left:41.66667%}.ImageMapCarouselSlide__offset-6{margin-left:50%}.ImageMapCarouselSlide__offset-7{margin-left:58.33333%}.ImageMapCarouselSlide__offset-8{margin-left:66.66667%}.ImageMapCarouselSlide__offset-9{margin-left:75%}.ImageMapCarouselSlide__offset-10{margin-left:83.33333%}.ImageMapCarouselSlide__offset-11{margin-left:91.66667%}@media (min-width:375px){.ImageMapCarouselSlide__col-xs{-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;max-width:100%}.ImageMapCarouselSlide__col-xs-auto{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:none}.ImageMapCarouselSlide__col-xs-1{-webkit-box-flex:0;-ms-flex:0 0 8.33333%;flex:0 0 8.33333%;max-width:8.33333%}.ImageMapCarouselSlide__col-xs-2{-webkit-box-flex:0;-ms-flex:0 0 16.66667%;flex:0 0 16.66667%;max-width:16.66667%}.ImageMapCarouselSlide__col-xs-3{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.ImageMapCarouselSlide__col-xs-4{-webkit-box-flex:0;-ms-flex:0 0 33.33333%;flex:0 0 33.33333%;max-width:33.33333%}.ImageMapCarouselSlide__col-xs-5{-webkit-box-flex:0;-ms-flex:0 0 41.66667%;flex:0 0 41.66667%;max-width:41.66667%}.ImageMapCarouselSlide__col-xs-6{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.ImageMapCarouselSlide__col-xs-7{-webkit-box-flex:0;-ms-flex:0 0 58.33333%;flex:0 0 58.33333%;max-width:58.33333%}.ImageMapCarouselSlide__col-xs-8{-webkit-box-flex:0;-ms-flex:0 0 66.66667%;flex:0 0 66.66667%;max-width:66.66667%}.ImageMapCarouselSlide__col-xs-9{-webkit-box-flex:0;-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.ImageMapCarouselSlide__col-xs-10{-webkit-box-flex:0;-ms-flex:0 0 83.33333%;flex:0 0 83.33333%;max-width:83.33333%}.ImageMapCarouselSlide__col-xs-11{-webkit-box-flex:0;-ms-flex:0 0 91.66667%;flex:0 0 91.66667%;max-width:91.66667%}.ImageMapCarouselSlide__col-xs-12{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.ImageMapCarouselSlide__order-xs-first{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.ImageMapCarouselSlide__order-xs-last{-webkit-box-ordinal-group:14;-ms-flex-order:13;order:13}.ImageMapCarouselSlide__order-xs-0{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}.ImageMapCarouselSlide__order-xs-1{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.ImageMapCarouselSlide__order-xs-2{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.ImageMapCarouselSlide__order-xs-3{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.ImageMapCarouselSlide__order-xs-4{-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4}.ImageMapCarouselSlide__order-xs-5{-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5}.ImageMapCarouselSlide__order-xs-6{-webkit-box-ordinal-group:7;-ms-flex-order:6;order:6}.ImageMapCarouselSlide__order-xs-7{-webkit-box-ordinal-group:8;-ms-flex-order:7;order:7}.ImageMapCarouselSlide__order-xs-8{-webkit-box-ordinal-group:9;-ms-flex-order:8;order:8}.ImageMapCarouselSlide__order-xs-9{-webkit-box-ordinal-group:10;-ms-flex-order:9;order:9}.ImageMapCarouselSlide__order-xs-10{-webkit-box-ordinal-group:11;-ms-flex-order:10;order:10}.ImageMapCarouselSlide__order-xs-11{-webkit-box-ordinal-group:12;-ms-flex-order:11;order:11}.ImageMapCarouselSlide__order-xs-12{-webkit-box-ordinal-group:13;-ms-flex-order:12;order:12}.ImageMapCarouselSlide__offset-xs-0{margin-left:0}.ImageMapCarouselSlide__offset-xs-1{margin-left:8.33333%}.ImageMapCarouselSlide__offset-xs-2{margin-left:16.66667%}.ImageMapCarouselSlide__offset-xs-3{margin-left:25%}.ImageMapCarouselSlide__offset-xs-4{margin-left:33.33333%}.ImageMapCarouselSlide__offset-xs-5{margin-left:41.66667%}.ImageMapCarouselSlide__offset-xs-6{margin-left:50%}.ImageMapCarouselSlide__offset-xs-7{margin-left:58.33333%}.ImageMapCarouselSlide__offset-xs-8{margin-left:66.66667%}.ImageMapCarouselSlide__offset-xs-9{margin-left:75%}.ImageMapCarouselSlide__offset-xs-10{margin-left:83.33333%}.ImageMapCarouselSlide__offset-xs-11{margin-left:91.66667%}}@media (min-width:769px){.ImageMapCarouselSlide__col-md{-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;max-width:100%}.ImageMapCarouselSlide__col-md-auto{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:none}.ImageMapCarouselSlide__col-md-1{-webkit-box-flex:0;-ms-flex:0 0 8.33333%;flex:0 0 8.33333%;max-width:8.33333%}.ImageMapCarouselSlide__col-md-2{-webkit-box-flex:0;-ms-flex:0 0 16.66667%;flex:0 0 16.66667%;max-width:16.66667%}.ImageMapCarouselSlide__col-md-3{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.ImageMapCarouselSlide__col-md-4{-webkit-box-flex:0;-ms-flex:0 0 33.33333%;flex:0 0 33.33333%;max-width:33.33333%}.ImageMapCarouselSlide__col-md-5{-webkit-box-flex:0;-ms-flex:0 0 41.66667%;flex:0 0 41.66667%;max-width:41.66667%}.ImageMapCarouselSlide__col-md-6{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.ImageMapCarouselSlide__col-md-7{-webkit-box-flex:0;-ms-flex:0 0 58.33333%;flex:0 0 58.33333%;max-width:58.33333%}.ImageMapCarouselSlide__col-md-8{-webkit-box-flex:0;-ms-flex:0 0 66.66667%;flex:0 0 66.66667%;max-width:66.66667%}.ImageMapCarouselSlide__col-md-9{-webkit-box-flex:0;-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.ImageMapCarouselSlide__col-md-10{-webkit-box-flex:0;-ms-flex:0 0 83.33333%;flex:0 0 83.33333%;max-width:83.33333%}.ImageMapCarouselSlide__col-md-11{-webkit-box-flex:0;-ms-flex:0 0 91.66667%;flex:0 0 91.66667%;max-width:91.66667%}.ImageMapCarouselSlide__col-md-12{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.ImageMapCarouselSlide__order-md-first{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.ImageMapCarouselSlide__order-md-last{-webkit-box-ordinal-group:14;-ms-flex-order:13;order:13}.ImageMapCarouselSlide__order-md-0{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}.ImageMapCarouselSlide__order-md-1{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.ImageMapCarouselSlide__order-md-2{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.ImageMapCarouselSlide__order-md-3{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.ImageMapCarouselSlide__order-md-4{-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4}.ImageMapCarouselSlide__order-md-5{-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5}.ImageMapCarouselSlide__order-md-6{-webkit-box-ordinal-group:7;-ms-flex-order:6;order:6}.ImageMapCarouselSlide__order-md-7{-webkit-box-ordinal-group:8;-ms-flex-order:7;order:7}.ImageMapCarouselSlide__order-md-8{-webkit-box-ordinal-group:9;-ms-flex-order:8;order:8}.ImageMapCarouselSlide__order-md-9{-webkit-box-ordinal-group:10;-ms-flex-order:9;order:9}.ImageMapCarouselSlide__order-md-10{-webkit-box-ordinal-group:11;-ms-flex-order:10;order:10}.ImageMapCarouselSlide__order-md-11{-webkit-box-ordinal-group:12;-ms-flex-order:11;order:11}.ImageMapCarouselSlide__order-md-12{-webkit-box-ordinal-group:13;-ms-flex-order:12;order:12}.ImageMapCarouselSlide__offset-md-0{margin-left:0}.ImageMapCarouselSlide__offset-md-1{margin-left:8.33333%}.ImageMapCarouselSlide__offset-md-2{margin-left:16.66667%}.ImageMapCarouselSlide__offset-md-3{margin-left:25%}.ImageMapCarouselSlide__offset-md-4{margin-left:33.33333%}.ImageMapCarouselSlide__offset-md-5{margin-left:41.66667%}.ImageMapCarouselSlide__offset-md-6{margin-left:50%}.ImageMapCarouselSlide__offset-md-7{margin-left:58.33333%}.ImageMapCarouselSlide__offset-md-8{margin-left:66.66667%}.ImageMapCarouselSlide__offset-md-9{margin-left:75%}.ImageMapCarouselSlide__offset-md-10{margin-left:83.33333%}.ImageMapCarouselSlide__offset-md-11{margin-left:91.66667%}}@media (min-width:1025px){.ImageMapCarouselSlide__col-lg{-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;max-width:100%}.ImageMapCarouselSlide__col-lg-auto{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:none}.ImageMapCarouselSlide__col-lg-1{-webkit-box-flex:0;-ms-flex:0 0 8.33333%;flex:0 0 8.33333%;max-width:8.33333%}.ImageMapCarouselSlide__col-lg-2{-webkit-box-flex:0;-ms-flex:0 0 16.66667%;flex:0 0 16.66667%;max-width:16.66667%}.ImageMapCarouselSlide__col-lg-3{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.ImageMapCarouselSlide__col-lg-4{-webkit-box-flex:0;-ms-flex:0 0 33.33333%;flex:0 0 33.33333%;max-width:33.33333%}.ImageMapCarouselSlide__col-lg-5{-webkit-box-flex:0;-ms-flex:0 0 41.66667%;flex:0 0 41.66667%;max-width:41.66667%}.ImageMapCarouselSlide__col-lg-6{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.ImageMapCarouselSlide__col-lg-7{-webkit-box-flex:0;-ms-flex:0 0 58.33333%;flex:0 0 58.33333%;max-width:58.33333%}.ImageMapCarouselSlide__col-lg-8{-webkit-box-flex:0;-ms-flex:0 0 66.66667%;flex:0 0 66.66667%;max-width:66.66667%}.ImageMapCarouselSlide__col-lg-9{-webkit-box-flex:0;-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.ImageMapCarouselSlide__col-lg-10{-webkit-box-flex:0;-ms-flex:0 0 83.33333%;flex:0 0 83.33333%;max-width:83.33333%}.ImageMapCarouselSlide__col-lg-11{-webkit-box-flex:0;-ms-flex:0 0 91.66667%;flex:0 0 91.66667%;max-width:91.66667%}.ImageMapCarouselSlide__col-lg-12{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.ImageMapCarouselSlide__order-lg-first{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.ImageMapCarouselSlide__order-lg-last{-webkit-box-ordinal-group:14;-ms-flex-order:13;order:13}.ImageMapCarouselSlide__order-lg-0{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}.ImageMapCarouselSlide__order-lg-1{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.ImageMapCarouselSlide__order-lg-2{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.ImageMapCarouselSlide__order-lg-3{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.ImageMapCarouselSlide__order-lg-4{-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4}.ImageMapCarouselSlide__order-lg-5{-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5}.ImageMapCarouselSlide__order-lg-6{-webkit-box-ordinal-group:7;-ms-flex-order:6;order:6}.ImageMapCarouselSlide__order-lg-7{-webkit-box-ordinal-group:8;-ms-flex-order:7;order:7}.ImageMapCarouselSlide__order-lg-8{-webkit-box-ordinal-group:9;-ms-flex-order:8;order:8}.ImageMapCarouselSlide__order-lg-9{-webkit-box-ordinal-group:10;-ms-flex-order:9;order:9}.ImageMapCarouselSlide__order-lg-10{-webkit-box-ordinal-group:11;-ms-flex-order:10;order:10}.ImageMapCarouselSlide__order-lg-11{-webkit-box-ordinal-group:12;-ms-flex-order:11;order:11}.ImageMapCarouselSlide__order-lg-12{-webkit-box-ordinal-group:13;-ms-flex-order:12;order:12}.ImageMapCarouselSlide__offset-lg-0{margin-left:0}.ImageMapCarouselSlide__offset-lg-1{margin-left:8.33333%}.ImageMapCarouselSlide__offset-lg-2{margin-left:16.66667%}.ImageMapCarouselSlide__offset-lg-3{margin-left:25%}.ImageMapCarouselSlide__offset-lg-4{margin-left:33.33333%}.ImageMapCarouselSlide__offset-lg-5{margin-left:41.66667%}.ImageMapCarouselSlide__offset-lg-6{margin-left:50%}.ImageMapCarouselSlide__offset-lg-7{margin-left:58.33333%}.ImageMapCarouselSlide__offset-lg-8{margin-left:66.66667%}.ImageMapCarouselSlide__offset-lg-9{margin-left:75%}.ImageMapCarouselSlide__offset-lg-10{margin-left:83.33333%}.ImageMapCarouselSlide__offset-lg-11{margin-left:91.66667%}}@media (min-width:1281px){.ImageMapCarouselSlide__col-xl{-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;max-width:100%}.ImageMapCarouselSlide__col-xl-auto{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:none}.ImageMapCarouselSlide__col-xl-1{-webkit-box-flex:0;-ms-flex:0 0 8.33333%;flex:0 0 8.33333%;max-width:8.33333%}.ImageMapCarouselSlide__col-xl-2{-webkit-box-flex:0;-ms-flex:0 0 16.66667%;flex:0 0 16.66667%;max-width:16.66667%}.ImageMapCarouselSlide__col-xl-3{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.ImageMapCarouselSlide__col-xl-4{-webkit-box-flex:0;-ms-flex:0 0 33.33333%;flex:0 0 33.33333%;max-width:33.33333%}.ImageMapCarouselSlide__col-xl-5{-webkit-box-flex:0;-ms-flex:0 0 41.66667%;flex:0 0 41.66667%;max-width:41.66667%}.ImageMapCarouselSlide__col-xl-6{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.ImageMapCarouselSlide__col-xl-7{-webkit-box-flex:0;-ms-flex:0 0 58.33333%;flex:0 0 58.33333%;max-width:58.33333%}.ImageMapCarouselSlide__col-xl-8{-webkit-box-flex:0;-ms-flex:0 0 66.66667%;flex:0 0 66.66667%;max-width:66.66667%}.ImageMapCarouselSlide__col-xl-9{-webkit-box-flex:0;-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.ImageMapCarouselSlide__col-xl-10{-webkit-box-flex:0;-ms-flex:0 0 83.33333%;flex:0 0 83.33333%;max-width:83.33333%}.ImageMapCarouselSlide__col-xl-11{-webkit-box-flex:0;-ms-flex:0 0 91.66667%;flex:0 0 91.66667%;max-width:91.66667%}.ImageMapCarouselSlide__col-xl-12{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.ImageMapCarouselSlide__order-xl-first{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.ImageMapCarouselSlide__order-xl-last{-webkit-box-ordinal-group:14;-ms-flex-order:13;order:13}.ImageMapCarouselSlide__order-xl-0{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}.ImageMapCarouselSlide__order-xl-1{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.ImageMapCarouselSlide__order-xl-2{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.ImageMapCarouselSlide__order-xl-3{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.ImageMapCarouselSlide__order-xl-4{-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4}.ImageMapCarouselSlide__order-xl-5{-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5}.ImageMapCarouselSlide__order-xl-6{-webkit-box-ordinal-group:7;-ms-flex-order:6;order:6}.ImageMapCarouselSlide__order-xl-7{-webkit-box-ordinal-group:8;-ms-flex-order:7;order:7}.ImageMapCarouselSlide__order-xl-8{-webkit-box-ordinal-group:9;-ms-flex-order:8;order:8}.ImageMapCarouselSlide__order-xl-9{-webkit-box-ordinal-group:10;-ms-flex-order:9;order:9}.ImageMapCarouselSlide__order-xl-10{-webkit-box-ordinal-group:11;-ms-flex-order:10;order:10}.ImageMapCarouselSlide__order-xl-11{-webkit-box-ordinal-group:12;-ms-flex-order:11;order:11}.ImageMapCarouselSlide__order-xl-12{-webkit-box-ordinal-group:13;-ms-flex-order:12;order:12}.ImageMapCarouselSlide__offset-xl-0{margin-left:0}.ImageMapCarouselSlide__offset-xl-1{margin-left:8.33333%}.ImageMapCarouselSlide__offset-xl-2{margin-left:16.66667%}.ImageMapCarouselSlide__offset-xl-3{margin-left:25%}.ImageMapCarouselSlide__offset-xl-4{margin-left:33.33333%}.ImageMapCarouselSlide__offset-xl-5{margin-left:41.66667%}.ImageMapCarouselSlide__offset-xl-6{margin-left:50%}.ImageMapCarouselSlide__offset-xl-7{margin-left:58.33333%}.ImageMapCarouselSlide__offset-xl-8{margin-left:66.66667%}.ImageMapCarouselSlide__offset-xl-9{margin-left:75%}.ImageMapCarouselSlide__offset-xl-10{margin-left:83.33333%}.ImageMapCarouselSlide__offset-xl-11{margin-left:91.66667%}}@media (min-width:1441px){.ImageMapCarouselSlide__col-xxl{-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;max-width:100%}.ImageMapCarouselSlide__col-xxl-auto{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:none}.ImageMapCarouselSlide__col-xxl-1{-webkit-box-flex:0;-ms-flex:0 0 8.33333%;flex:0 0 8.33333%;max-width:8.33333%}.ImageMapCarouselSlide__col-xxl-2{-webkit-box-flex:0;-ms-flex:0 0 16.66667%;flex:0 0 16.66667%;max-width:16.66667%}.ImageMapCarouselSlide__col-xxl-3{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.ImageMapCarouselSlide__col-xxl-4{-webkit-box-flex:0;-ms-flex:0 0 33.33333%;flex:0 0 33.33333%;max-width:33.33333%}.ImageMapCarouselSlide__col-xxl-5{-webkit-box-flex:0;-ms-flex:0 0 41.66667%;flex:0 0 41.66667%;max-width:41.66667%}.ImageMapCarouselSlide__col-xxl-6{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.ImageMapCarouselSlide__col-xxl-7{-webkit-box-flex:0;-ms-flex:0 0 58.33333%;flex:0 0 58.33333%;max-width:58.33333%}.ImageMapCarouselSlide__col-xxl-8{-webkit-box-flex:0;-ms-flex:0 0 66.66667%;flex:0 0 66.66667%;max-width:66.66667%}.ImageMapCarouselSlide__col-xxl-9{-webkit-box-flex:0;-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.ImageMapCarouselSlide__col-xxl-10{-webkit-box-flex:0;-ms-flex:0 0 83.33333%;flex:0 0 83.33333%;max-width:83.33333%}.ImageMapCarouselSlide__col-xxl-11{-webkit-box-flex:0;-ms-flex:0 0 91.66667%;flex:0 0 91.66667%;max-width:91.66667%}.ImageMapCarouselSlide__col-xxl-12{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.ImageMapCarouselSlide__order-xxl-first{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.ImageMapCarouselSlide__order-xxl-last{-webkit-box-ordinal-group:14;-ms-flex-order:13;order:13}.ImageMapCarouselSlide__order-xxl-0{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}.ImageMapCarouselSlide__order-xxl-1{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.ImageMapCarouselSlide__order-xxl-2{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.ImageMapCarouselSlide__order-xxl-3{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.ImageMapCarouselSlide__order-xxl-4{-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4}.ImageMapCarouselSlide__order-xxl-5{-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5}.ImageMapCarouselSlide__order-xxl-6{-webkit-box-ordinal-group:7;-ms-flex-order:6;order:6}.ImageMapCarouselSlide__order-xxl-7{-webkit-box-ordinal-group:8;-ms-flex-order:7;order:7}.ImageMapCarouselSlide__order-xxl-8{-webkit-box-ordinal-group:9;-ms-flex-order:8;order:8}.ImageMapCarouselSlide__order-xxl-9{-webkit-box-ordinal-group:10;-ms-flex-order:9;order:9}.ImageMapCarouselSlide__order-xxl-10{-webkit-box-ordinal-group:11;-ms-flex-order:10;order:10}.ImageMapCarouselSlide__order-xxl-11{-webkit-box-ordinal-group:12;-ms-flex-order:11;order:11}.ImageMapCarouselSlide__order-xxl-12{-webkit-box-ordinal-group:13;-ms-flex-order:12;order:12}.ImageMapCarouselSlide__offset-xxl-0{margin-left:0}.ImageMapCarouselSlide__offset-xxl-1{margin-left:8.33333%}.ImageMapCarouselSlide__offset-xxl-2{margin-left:16.66667%}.ImageMapCarouselSlide__offset-xxl-3{margin-left:25%}.ImageMapCarouselSlide__offset-xxl-4{margin-left:33.33333%}.ImageMapCarouselSlide__offset-xxl-5{margin-left:41.66667%}.ImageMapCarouselSlide__offset-xxl-6{margin-left:50%}.ImageMapCarouselSlide__offset-xxl-7{margin-left:58.33333%}.ImageMapCarouselSlide__offset-xxl-8{margin-left:66.66667%}.ImageMapCarouselSlide__offset-xxl-9{margin-left:75%}.ImageMapCarouselSlide__offset-xxl-10{margin-left:83.33333%}.ImageMapCarouselSlide__offset-xxl-11{margin-left:91.66667%}}@media (min-width:1440px){.ImageMapCarouselSlide__container{padding:0 44px}}@media (max-width:769px){.ImageMapCarouselSlide__container{padding-right:17px;padding-left:17px}.ImageMapCarouselSlide__row{margin-right:-5px;margin-left:-5px}.ImageMapCarouselSlide__row>.ImageMapCarouselSlide__col,.ImageMapCarouselSlide__row>[class*=col-]{padding-right:5px;padding-left:5px}}.ImageMapCarouselSlide__container-no-max-width{max-width:none}@media (max-width:768px){.ImageMapCarouselSlide__container--md{max-width:none;padding:0}.ImageMapCarouselSlide__container--md .ImageMapCarouselSlide__row{margin:0}.ImageMapCarouselSlide__container--md .ImageMapCarouselSlide__row>.ImageMapCarouselSlide__col,.ImageMapCarouselSlide__container--md .ImageMapCarouselSlide__row>[class*=col-]{padding-left:0;padding-right:0}}@media (max-width:1439px){.ImageMapCarouselSlide__container--xxl{max-width:none;padding:0}.ImageMapCarouselSlide__container--xxl .ImageMapCarouselSlide__row{margin:0}.ImageMapCarouselSlide__container--xxl .ImageMapCarouselSlide__row>.ImageMapCarouselSlide__col,.ImageMapCarouselSlide__container--xxl .ImageMapCarouselSlide__row>[class*=col-]{padding-left:0;padding-right:0}}@media (min-width:1025px){.ImageMapCarouselSlide__container--tablet{max-width:none;padding:0}.ImageMapCarouselSlide__container--tablet .ImageMapCarouselSlide__row{margin:0}.ImageMapCarouselSlide__container--tablet .ImageMapCarouselSlide__row>.ImageMapCarouselSlide__col,.ImageMapCarouselSlide__container--tablet .ImageMapCarouselSlide__row>[class*=col-]{padding-left:0;padding-right:0}}@media (max-width:768px){.ImageMapCarouselSlide__container--sm{padding-right:17px;padding-left:17px}}.ImageMapCarouselSlide__container-full-width{max-width:unset}@media (max-width:768px){.ImageMapCarouselSlide__container-left{padding-left:17px}}@media (min-width:769px){.ImageMapCarouselSlide__container-left{padding-left:1.25%}}@media (min-width:1440px){.ImageMapCarouselSlide__container-left{padding-left:44px}}.ImageMapCarouselSlide__root{position:relative;width:310px;color:#fff;text-align:center;overflow:hidden}@media (max-width:768px){.ImageMapCarouselSlide__root{width:221px}}.ImageMapCarouselSlide__contentWrapper{padding-top:1px;border-radius:8px}.ImageMapCarouselSlide__link{display:block;text-decoration:none;color:inherit}.ImageMapCarouselSlide__model{text-transform:uppercase;font-size:12px;line-height:18px;font-weight:400;letter-spacing:.37px}.ImageMapCarouselSlide__title{height:90px;font-size:22px;line-height:32px}@media (max-width:768px){.ImageMapCarouselSlide__title{height:72px;font-size:18px;line-height:24px}}.ImageMapCarouselSlide__imageWrapper{position:relative;height:277px;width:calc(100% - 70px);margin-left:auto;margin-right:auto}@media (max-width:768px){.ImageMapCarouselSlide__imageWrapper{width:calc(100% - 50px);height:179px}}.ImageMapCarouselSlide__image{display:block;margin:auto;max-width:100%}.ImageMapCarousel__center{position:relative;display:inline-block;max-width:100%}.ImageMapCarousel__mainWrapper{position:absolute;top:0;left:0;z-index:1;border-top-right-radius:8px;border-bottom-right-radius:8px}.ModalImageMap__imageMap{width:100vw;height:100vh}.ModalImageMap__point{margin:30px 0 0 30px;background-color:#fff;border-radius:30px;-webkit-transform:translate(-100%,-100%);transform:translate(-100%,-100%);pointer-events:auto}.ModalImageMap__title{display:inline-block;vertical-align:top;padding:0 30px;line-height:60px;font-size:14px;font-weight:400;letter-spacing:.3px;color:#0180c9}.ModalImageMap__plus{display:inline-block;vertical-align:top;margin:6px 6px 0 0;width:48px;height:48px;border-radius:50%;background-color:rgba(1,128,201,.1)}.ModalImageMap__plusIcon{position:relative;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);width:21px;height:20px;fill:#0180c9;stroke:#0180c9}.ModalImageMap__gallery{padding:70px 0}@media (min-width:1440px){.ModalImageMap__gallery{position:relative;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}}@media (max-width:768px){.ModalImageMap__gallery{padding:60px 0 180px}}.ModalImageMap__galleryTitle{text-align:center;font-size:30px;line-height:40px;color:#fff}@media (max-width:768px){.ModalImageMap__galleryTitle{font-size:24px;line-height:32px;letter-spacing:.4px}}@media (max-width:768px){.ModalImageMap__button{position:fixed;left:20px;bottom:20px}}.ModalImageMap__rotatePhotoIcon{width:39px;height:24px;position:absolute;z-index:1;fill:#fff;stroke:#fff}.BuiltInStudio__root{display:block;position:relative;background-color:#1e2e3f;border-radius:8px;color:#fff}@media (max-width:768px){.BuiltInStudio__wrapper{background-color:#1e2e3f}}.BlogTop__root{color:#fff;position:relative;overflow:hidden}.BlogTop__root .BlogTop__background{position:absolute;width:100%;height:100%;z-index:-1;background-size:cover;background-repeat:no-repeat;background-position:50% 50%;overflow:hidden}.BlogTop__root .BlogTop__textBlock{position:absolute;width:100%;z-index:1}@media (max-width:768px){.BlogTop__root .BlogTop__textBlock{margin-top:45px}}.BlogTop__root .BlogTop__logo{display:none;position:absolute;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);margin-top:30px;z-index:1;width:66px;height:38px;color:#fff;fill:#fff;stroke:#fff}@media (max-width:768px){.BlogTop__root .BlogTop__logo{display:block}}.BlogTop__root .BlogTop__desc{margin-left:auto;margin-right:auto;max-width:655px}@media (max-width:768px){.BlogTop__root .BlogTop__desc{max-width:325px}}.BlogToggle__root{background-color:#f4f5f6}@media (min-width:769px){.BlogToggle__root{border-bottom:1px solid transparent;-webkit-transition:all .5s;transition:all .5s}.BlogToggle__root[data-waypoint=true]{position:fixed;top:0;left:0;width:100%;z-index:50;background-color:#fff;border-color:#e9ecef}}@media (max-width:768px){.ArticleList__root .ArticleList__title{font-size:18px;font-weight:400}}.ArticleList__root .ArticleList__list{padding:0}.ArticleList__root .ArticleList__article{display:block}.ArticleList__root .ArticleList__picture{display:block;position:relative;float:left;border-radius:8px;overflow:hidden}.ArticleList__root .ArticleList__picture img{position:absolute;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);height:100%;width:auto}.ArticleList__root .ArticleList__textBlock{display:block;position:relative;top:20px;padding-left:145px}@media (max-width:768px){.ArticleList__root .ArticleList__textBlock{padding-left:115px;top:12px}}.BlogGrid__root{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;width:100%;line-height:0;border-top:1px solid rgba(0,0,0,.1)}.BlogGrid__root .BlogGrid__slide{height:535px;overflow:hidden;line-height:normal;padding:40px 50px;border-bottom:1px solid rgba(0,0,0,.1)}@media (min-width:769px){.BlogGrid__root .BlogGrid__slide{border-right:1px solid rgba(0,0,0,.1)}.BlogGrid__root .BlogGrid__slide:nth-child(2n){border-right:0}}@media (min-width:1440px){.BlogGrid__root .BlogGrid__slide:nth-child(2n){border-right:1px solid rgba(0,0,0,.1)}.BlogGrid__root .BlogGrid__slide:nth-child(3n){border-right:0}}@media (max-width:768px){.BlogGrid__root .BlogGrid__slide{padding:40px 20px}}.BlogCarousel__root{display:block;overflow:hidden}.BlogCarousel__root .BlogCarousel__slide{display:block;width:1075px;height:520px;padding:40px 50px;overflow:hidden}.BlogArticleScroll__root{border-bottom:1px solid rgba(0,0,0,.1);width:100%;background-color:#fff;-webkit-transition:all .5s cubic-bezier(.47,.14,.15,.82);transition:all .5s cubic-bezier(.47,.14,.15,.82)}.BlogArticleScroll__root .BlogArticleScroll__content{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:100%}.BlogArticleScroll__root .BlogArticleScroll__title{position:absolute;width:50%;text-align:center}@media (max-width:768px){.BlogArticleScroll__root .BlogArticleScroll__title{width:90%}}.BlogArticleScroll__root.BlogArticleScroll__withShareBlock .BlogArticleScroll__content{margin:0 45px}.BlogArticleScroll__root.BlogArticleScroll__withShareBlock .BlogArticleScroll__title{width:120px}@media (max-width:768px){.BlogArticleScroll__root.BlogArticleScroll__withShareBlock .BlogArticleScroll__title{width:auto}}.BlogArticleScroll__root.BlogArticleScroll__fixed{position:fixed;z-index:50;top:0;left:0}.BlogArticleScroll__root.BlogArticleScroll__animateDown{-webkit-transform:translateY(-120px);transform:translateY(-120px)}.BlogArticleScroll__root.BlogArticleScroll__animateDown[data-waypoint=true]{-webkit-transform:none;transform:none}.BlogArticleScroll__root:not(.BlogArticleScroll__animateDown) .BlogArticleScroll__arrowBack,.BlogArticleScroll__root:not(.BlogArticleScroll__animateDown) .BlogArticleScroll__title{opacity:1;visibility:visible;-webkit-transition:all .5s cubic-bezier(.47,.14,.15,.82);transition:all .5s cubic-bezier(.47,.14,.15,.82)}.BlogArticleScroll__root:not(.BlogArticleScroll__animateDown) .BlogArticleScroll__shareBlock{position:absolute;right:-10px;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);-webkit-transition:all .5s cubic-bezier(.47,.14,.15,.82);transition:all .5s cubic-bezier(.47,.14,.15,.82)}.BlogArticleScroll__root:not(.BlogArticleScroll__animateDown):not([data-waypoint=true]) .BlogArticleScroll__arrowBack,.BlogArticleScroll__root:not(.BlogArticleScroll__animateDown):not([data-waypoint=true]) .BlogArticleScroll__title{opacity:0;visibility:hidden}.BlogArticleScroll__root:not(.BlogArticleScroll__animateDown):not([data-waypoint=true]) .BlogArticleScroll__shareBlock{right:50%;-webkit-transform:translate(50%,-50%);transform:translate(50%,-50%)}.BlogArticleScroll__root:not(.BlogArticleScroll__animateDown)[data-waypoint=true]{position:fixed;z-index:50;top:0;left:0}.BlogArticleScroll__root.off{-webkit-transform:translateY(-100px);transform:translateY(-100px)}.BlogArticleScroll__scrollStatus{-webkit-transform-origin:left;transform-origin:left;width:100%}.BlogArticleTop__root{color:#fff;position:relative;overflow:hidden}@media (max-width:768px){.BlogArticleTop__root{height:calc(100vh - 50px);min-height:518px}}.BlogArticleTop__root .BlogArticleTop__background{position:relative;height:100%;z-index:-1;background-size:cover;background-repeat:no-repeat;background-position:50%;overflow:hidden}.BlogArticleTop__root .BlogArticleTop__textBlock{position:absolute;width:100%;z-index:1}.BlogArticleTop__root .BlogArticleTop__logo{display:none;position:absolute;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);top:30px;z-index:1;width:66px;height:38px;color:#fff;fill:#fff;stroke:#fff}@media (max-width:768px){.BlogArticleTop__root .BlogArticleTop__logo{display:block}}.BlogArticleTop__root .BlogArticleTop__title{margin-left:auto;margin-right:auto}@media (max-width:768px){.BlogArticleTop__root .BlogArticleTop__title{max-width:325px}}.BlogArticleTop__root .BlogArticleTop__desc{margin-left:auto;margin-right:auto;max-width:655px;letter-spacing:.4px}@media (max-width:768px){.BlogArticleTop__root .BlogArticleTop__desc{max-width:325px;font-size:22px;line-height:30px;letter-spacing:normal}}.BlogArticleTextBlock__root .BlogArticleTextBlock__title{color:#1e2e3f}@media (max-width:768px){.BlogArticleTextBlock__root .BlogArticleTextBlock__title{letter-spacing:.4px}}.BlogArticleTextBlock__root .BlogArticleTextBlock__text{color:#5b6d81}.BlogArticleCard__root{overflow:hidden;border-bottom:1px solid rgba(0,0,0,.1)}.BlogArticleCard__root .BlogArticleCard__background{background-size:cover;background-repeat:no-repeat;background-position:50%}.BlogArticleCard__root .BlogArticleCard__textBlock{color:#9aa8b6}.BlogArticleCard__root p{font-size:16px}.BlogArticleCarousel__root{display:block;overflow:hidden;height:510px}.BlogArticleCarousel__root .blogArticleCarousel>:first-child>.blogArticleCard{margin-left:275px}@media (max-width:768px){.BlogArticleCarousel__root .blogArticleCarousel>:first-child>.blogArticleCard{margin-left:20px}}@media (max-width:768px){.BlogArticleCarousel__root .blogArticleCarousel>:first-child>.blogArticleCard.type2{margin-left:calc((100vw - 690px) / 2)}}@media (max-width:709px){.BlogArticleCarousel__root .blogArticleCarousel>:first-child>.blogArticleCard.type2{margin-left:17px}}@media (min-width:769px){.BlogArticleCarousel__root .blogArticleCarousel>:first-child>.blogArticleCard.type2{margin-left:calc((100vw - 424px) / 2)}}@media (min-width:920px){.BlogArticleCarousel__root .blogArticleCarousel>:first-child>.blogArticleCard.type2{margin-left:calc((100vw - 884px) / 2)}}@media (min-width:1380px){.BlogArticleCarousel__root .blogArticleCarousel>:first-child>.blogArticleCard.type2{margin-left:calc((100vw - 1380px) / 2 + 18px)}}.BlogArticleCarousel__root .blogArticleCarousel>:last-child>.blogArticleCard{margin-right:275px}@media (max-width:768px){.BlogArticleCarousel__root .blogArticleCarousel>:last-child>.blogArticleCard{margin-right:20px}}@media (max-width:768px){.BlogArticleCarousel__root .blogArticleCarousel>:last-child>.blogArticleCard.type2{margin-right:calc((100vw - 690px) / 2)}}@media (max-width:709px){.BlogArticleCarousel__root .blogArticleCarousel>:last-child>.blogArticleCard.type2{margin-right:17px}}@media (min-width:769px){.BlogArticleCarousel__root .blogArticleCarousel>:last-child>.blogArticleCard.type2{margin-right:calc((100vw - 424px) / 2)}}@media (min-width:920px){.BlogArticleCarousel__root .blogArticleCarousel>:last-child>.blogArticleCard.type2{margin-right:calc((100vw - 884px) / 2)}}@media (min-width:1380px){.BlogArticleCarousel__root .blogArticleCarousel>:last-child>.blogArticleCard.type2{margin-right:calc((100vw - 1380px) / 2 + 18px)}}@media (max-width:768px){.BlogArticleCarousel__root{height:283px}}.RecipeCard__root{position:relative}.RecipeCard__root .RecipeCard__headerPart{border-bottom:1px solid rgba(0,0,0,.1);border-right:1px solid rgba(0,0,0,.1)}@media (max-width:768px){.RecipeCard__root .RecipeCard__headerPart{border-right:none}}.RecipeCard__root .RecipeCard__card{-webkit-box-shadow:0 10px 20px rgba(0,0,0,.1);box-shadow:0 10px 20px rgba(0,0,0,.1);border-radius:8px}.RecipeCard__root .RecipeCard__card .RecipeCard__headerPart:last-of-type{border-right:none}.IngredientsList__root{position:relative}.IngredientsList__root .IngredientsList__title{font-weight:400;line-height:32px;font-size:24px;letter-spacing:.2px;color:#1e2e3f}.IngredientsList__root .IngredientsList__listName{padding-bottom:8px;border-bottom:1px solid rgba(0,0,0,.1)}.IngredientsList__root .IngredientsList__listItem{line-height:42px;color:#5b6d81}.BlogArticleFeedback__root{position:relative}.BlogArticleFeedback__root .BlogArticleFeedback__border{background-color:rgba(0,0,0,.1)}.BlogArticleFeedback__root .BlogArticleFeedback__enjoyed{font-weight:400;line-height:32px;font-size:24px;text-align:center;letter-spacing:.4px;color:#fff}.BlogArticleFeedback__root .BlogArticleFeedback__share a{width:45px;height:45px;margin:0}.BlogSimilarArticles__root{display:block;position:relative;padding-top:75px;border-top:1px solid rgba(0,0,0,.1)}@media (max-width:768px){.BlogSimilarArticles__root{padding-top:40px}}.BlogSimilarArticles__root .BlogSimilarArticles__slide{padding:40px;padding-top:0}@media (max-width:768px){.BlogSimilarArticles__root .BlogSimilarArticles__slide{padding:0 10px;padding-bottom:40px}}.BlogArticleKeepScrolling__root .BlogArticleKeepScrolling__keepScrolling{color:#5b6d81;font-style:normal;font-weight:500;line-height:20px;font-size:14px;text-align:center;letter-spacing:.3px}.LSG__root{display:block;border-bottom:1px solid rgba(0,0,0,.1);margin-bottom:40px;margin-top:40px}.LSG__root:last-child{margin-bottom:0}.LSG__details{margin:20px 45px;cursor:pointer;position:relative}.LSG__details summary{font-size:16px;outline:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.LSG__buttonCopyWrapper{position:absolute;right:15px;top:10px}.LSG__buttonCopyWrapper .LSG__tooltip{position:absolute;top:-35px}.LSG__buttonCopy{background-image:-webkit-gradient(linear,left top,left bottom,from(#e4e4e4),to(#f7f7f7));background-image:linear-gradient(180deg,#e4e4e4,#f7f7f7);border:1px solid #afafaf;padding:1px 7px 2px;cursor:pointer}.LSG__transform{-webkit-transform:translateZ(0);transform:translateZ(0)}@media (min-width:769px){.LSG__onlyMobile{display:none}}@media (max-width:768px){.LSG__onlyDesktop{display:none}}.LSG__modal{-webkit-transform:translateZ(0);transform:translateZ(0);height:100vh}code[class*=language-],pre[class*=language-]{color:#000;background:none;text-shadow:0 1px #fff;font-family:Consolas,Monaco,Andale Mono,Ubuntu Mono,monospace;text-align:left;white-space:pre;word-spacing:normal;word-break:normal;word-wrap:normal;line-height:1.5;-moz-tab-size:4;-o-tab-size:4;tab-size:4;-webkit-hyphens:none;-ms-hyphens:none;hyphens:none}code[class*=language-]::-moz-selection,code[class*=language-] ::-moz-selection,pre[class*=language-]::-moz-selection,pre[class*=language-] ::-moz-selection{text-shadow:none;background:#b3d4fc}code[class*=language-]::selection,code[class*=language-] ::selection,pre[class*=language-]::selection,pre[class*=language-] ::selection{text-shadow:none;background:#b3d4fc}@media print{code[class*=language-],pre[class*=language-]{text-shadow:none}}pre[class*=language-]{padding:1em;margin:.5em 0;overflow:auto}:not(pre)>code[class*=language-],pre[class*=language-]{background:#f5f2f0}:not(pre)>code[class*=language-]{padding:.1em;border-radius:.3em;white-space:normal}.token.cdata,.token.comment,.token.doctype,.token.prolog{color:#708090}.token.punctuation{color:#999}.namespace{opacity:.7}.token.boolean,.token.constant,.token.deleted,.token.number,.token.property,.token.symbol,.token.tag{color:#905}.token.attr-name,.token.builtin,.token.char,.token.inserted,.token.selector,.token.string{color:#690}.language-css .token.string,.style .token.string,.token.entity,.token.operator,.token.url{color:#9a6e3a;background:hsla(0,0%,100%,.5)}.token.atrule,.token.attr-value,.token.keyword{color:#07a}.token.class-name,.token.function{color:#dd4a68}.token.important,.token.regex,.token.variable{color:#e90}.token.bold,.token.important{font-weight:700}.token.italic{font-style:italic}.token.entity{cursor:help}.LsgHeader__root{display:-webkit-box;display:-ms-flexbox;display:flex;height:80px;position:fixed;top:0;left:0;width:100%;border:1px solid rgba(0,0,0,.1);border-left:none;border-right:none;background-color:#fff;z-index:9999}.LsgHeader__root .subnav{opacity:0;-webkit-transition:opacity 1s;transition:opacity 1s}.LsgHeader__root .subnav .subnav-inner{display:none}.LsgHeader__root[data-open-subnav=about] .subnav,.LsgHeader__root[data-open-subnav=products] .subnav,.LsgHeader__root[data-open-subnav=support] .subnav{opacity:1}.LsgHeader__root[data-open-subnav=products] .menu .products{background-color:#e9ecef}.LsgHeader__root[data-open-subnav=products] .subnav .products{display:block}.LsgHeader__root[data-open-subnav=support] .menu .support{background-color:#e9ecef}.LsgHeader__root[data-open-subnav=support] .subnav .support{display:block}.LsgHeader__root[data-open-subnav=about] .menu .about{background-color:#e9ecef}.LsgHeader__root[data-open-subnav=about] .subnav .about{display:block}.LsgHeader__root .LsgHeader__search{border-left:1px solid rgba(0,0,0,.1)}@media (max-width:768px){.LsgHeader__root .LsgHeader__search{width:100vw}}.LsgHeader__root .LsgHeader__subNav{position:absolute;left:0;top:78px;z-index:100;width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.LsgHeader__header{font-size:24px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-left:160px}.ViewLabel__root{width:82px;height:82px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background-color:#0180c9;border-radius:50%;-webkit-transform:scale(1);transform:scale(1);-webkit-transition:-webkit-transform .5s ease;transition:-webkit-transform .5s ease;transition:transform .5s ease;transition:transform .5s ease,-webkit-transform .5s ease;pointer-events:none}@media (max-width:768px){.ViewLabel__root{display:none}}.ViewLabel__root .ViewLabel__label{color:#fff}.ProductCardPartsHeader__root{border-bottom:1px solid hsla(0,0%,100%,.2);border-top-left-radius:8px;border-top-right-radius:8px}.ProductCardPartsHeader__root .ProductCardPartsHeader__modelNumber{border:none}.ProductCardPartsHeader__root .ProductCardPartsHeader__modelNumber svg{position:relative;left:5px;top:2px;color:#fff;stroke:#fff}.ProductCardPartsHeader__root .ProductCardPartsHeader__modelNumber span{margin-left:15px;font-size:14px;font-weight:500;line-height:21px;letter-spacing:.3px}.ProductCardParts__root{display:block;height:510px;position:relative;color:#fff;text-align:center;text-decoration:none}@media (max-width:768px){.ProductCardParts__root{height:440px}}.ProductCardParts__root .ProductCardParts__header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:85px;padding:0 21px}@media (max-width:768px){.ProductCardParts__root .ProductCardParts__header{height:75px}}.ProductCardParts__root .ProductCardParts__productBody{position:relative;min-height:425px;overflow:hidden}@media (max-width:768px){.ProductCardParts__root .ProductCardParts__productBody{min-height:365px}}.ProductCardParts__root .ProductCardParts__productBackground{width:100%;height:100%;position:absolute;z-index:0;border-bottom-left-radius:8px;border-bottom-right-radius:8px;-webkit-transition:height .3s ease;transition:height .3s ease}.ProductCardParts__root .ProductCardParts__productData{height:100%;position:relative;z-index:4;color:#fff;text-decoration:none;padding-top:12px;-webkit-transition:all .3s ease;transition:all .3s ease}@media (max-width:768px){.ProductCardParts__root .ProductCardParts__productData{padding-top:19px;height:80%}}.ProductCardParts__root .ProductCardParts__ratingModelWrapper{opacity:1;max-height:65px;-webkit-transition:.3s ease;transition:.3s ease;-webkit-transition-property:opacity,max-height;transition-property:opacity,max-height}.ProductCardParts__root .ProductCardParts__model{font-size:13px;text-transform:uppercase;margin-top:15px}.ProductCardParts__root .ProductCardParts__desc{width:350px;height:60px;max-height:60px;overflow:hidden;margin:5px auto 0;font-size:22px;line-height:30px;font-weight:300;letter-spacing:.3px;-webkit-transition:margin-bottom .3s ease;transition:margin-bottom .3s ease}@media (max-width:1280px){.ProductCardParts__root .ProductCardParts__desc{width:300px;margin-bottom:8px;font-size:18px;line-height:26px}}@media (max-width:1024px){.ProductCardParts__root .ProductCardParts__desc{width:350px;font-size:22px;line-height:30px}}@media (max-width:768px){.ProductCardParts__root .ProductCardParts__desc{width:280px}}@media (max-width:374px){.ProductCardParts__root .ProductCardParts__desc{width:270px;font-size:18px;line-height:26px}}.ProductCardParts__root .ProductCardParts__productBadge{position:absolute;top:130px;left:7%;-webkit-transition:top .3s ease;transition:top .3s ease;z-index:1}@media (max-width:768px){.ProductCardParts__root .ProductCardParts__productBadge{top:205px;left:4%}.ProductCardParts__root .ProductCardParts__productBadge svg{width:38px}}.ProductCardParts__root .ProductCardParts__image{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;height:225px;-webkit-transition:.3s ease;transition:.3s ease;-webkit-transition-property:margin-top,margin-bottom;transition-property:margin-top,margin-bottom}@media (max-width:1280px){.ProductCardParts__root .ProductCardParts__image{height:215px;height:200px}}@media (max-width:768px){.ProductCardParts__root .ProductCardParts__image{height:155px}}@media (max-width:768px){.ProductCardParts__root.ProductCardParts__square .ProductCardParts__image{height:180px}}.ProductCardParts__root.ProductCardParts__square .ProductCardParts__image img{height:200px;width:auto}@media (max-width:1280px){.ProductCardParts__root.ProductCardParts__square .ProductCardParts__image img{height:165px}}@media (max-width:768px){.ProductCardParts__root.ProductCardParts__square .ProductCardParts__image img{height:150px}}.ProductCardParts__root.ProductCardParts__rectangle .ProductCardParts__image img{width:83%;height:auto}@media (min-width:1440px){.ProductCardParts__root.ProductCardParts__rectangle .ProductCardParts__image img{max-width:350px}}@media (max-width:1024px){.ProductCardParts__root.ProductCardParts__rectangle .ProductCardParts__image img{max-width:300px}}@media (max-width:768px){.ProductCardParts__root.ProductCardParts__rectangle .ProductCardParts__image img{width:70%}}.ProductCardParts__root.ProductCardParts__modelNumber .ProductCardParts__header{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.SearchNoResults__root .SearchNoResults__topMessage{width:260px;margin:0 auto;font-size:18px;line-height:28px;font-weight:400}.SearchNoResults__root .SearchNoResults__subTitle{margin-top:55px;color:#9aa8b6}.SearchNoResults__root .SearchNoResults__suggestion{display:block;margin-bottom:30px;color:#0180c9;font-size:18px;line-height:30px;font-weight:500;text-decoration:none}.SearchNoResults__root .SearchNoResults__suggestion:visited{color:#0180c9}.PDPbrandQuote__root{position:relative;color:#1e2e3f}@media (max-width:768px){.PDPbrandQuote__root{text-align:center}}.PDPbrandQuote__root .PDPbrandQuote__brandImage{width:90%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.PDPbrandQuote__root .PDPbrandQuote__brandImage img{width:100%;height:auto;border-radius:8px}.PDPbrandQuote__root .PDPbrandQuote__quotation{width:31px;height:21px;margin-top:50px}@media (max-width:768px){.PDPbrandQuote__root .PDPbrandQuote__quotation{margin-left:auto;margin-right:auto}}.PDPbrandQuote__root .PDPbrandQuote__quotation svg{fill:#1e2e3f;stroke:#1e2e3f;color:#1e2e3f;width:31px;height:21px}.PDPbrandQuote__root .PDPbrandQuote__text{margin-top:33px;font-family:HandOfSeanPro,sans-serif;font-size:50px;line-height:58px;letter-spacing:.35px}@media (max-width:768px){.PDPbrandQuote__root .PDPbrandQuote__text{margin-top:30px;font-size:40px;line-height:48px}}.PDPbrandQuote__root .PDPbrandQuote__authorImg{margin-top:60px}@media (max-width:768px){.PDPbrandQuote__root .PDPbrandQuote__authorImg{margin-top:40px}}.PDPbrandQuote__root .PDPbrandQuote__readFullReview{display:inline-block;margin-top:288px;margin-left:50px;font-size:14px;font-weight:500;letter-spacing:.3px;text-decoration:none;color:#0180c9}@media (max-width:1024px){.PDPbrandQuote__root .PDPbrandQuote__readFullReview{margin-left:20px}}@media (max-width:768px){.PDPbrandQuote__root .PDPbrandQuote__readFullReview{margin:55px auto 0}}.PDPbrandQuote__root .PDPbrandQuote__readFullReview svg{width:18px;height:14px;margin-left:12px;position:relative;top:2px;fill:#0180c9;stroke:#0180c9;color:#0180c9}.PDPbrandQuote__root .PDPbrandQuote__readFullReview:hover{color:#006ba8}.PDPbrandQuote__root .PDPbrandQuote__readFullReview:hover svg{fill:#006ba8;stroke:#006ba8;color:#006ba8}.SearchFormRetailerMobile__root{display:none;position:relative;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;height:80px;width:100%;padding-left:15px;padding-right:15px;-webkit-box-shadow:0 2px 10px rgba(0,0,0,.1);box-shadow:0 2px 10px rgba(0,0,0,.1)}@media (max-width:768px){.SearchFormRetailerMobile__root{display:-webkit-box;display:-ms-flexbox;display:flex}}.SearchFormRetailerMobile__root input{display:block;position:absolute;width:calc(100% - 140px);top:50%;left:70px;-webkit-transform:translateY(-50%);transform:translateY(-50%);color:#1e2e3f;border:0;font-size:16px;line-height:24px;letter-spacing:.29px;font-weight:400;outline:0}.SearchFormRetailerMobile__root input::-webkit-input-placeholder{color:#1e2e3f;opacity:1;font-size:16px;line-height:24px}.SearchFormRetailerMobile__root input:-ms-input-placeholder,.SearchFormRetailerMobile__root input::-ms-input-placeholder{color:#1e2e3f;opacity:1;font-size:16px;line-height:24px}.SearchFormRetailerMobile__root input::placeholder{color:#1e2e3f;opacity:1;font-size:16px;line-height:24px}.SearchFormRetailerMobile__root button{height:45px;width:45px;background:none;border:none;cursor:pointer}.ModelSelectItem__root{height:70px;padding-left:30px;padding-right:10px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border-bottom:1px solid #e5e5e5;text-decoration:none;cursor:pointer}.ModelSelectItem__root:hover{background-color:#f6f7f9}.ModelSelectItem__root .ModelSelectItem__modelName{text-transform:uppercase;font-size:16px;line-height:24px;letter-spacing:.29px;color:#1e2e3f}.ModelSelectItem__root .ModelSelectItem__image{width:60px;height:60px}.ModelSelect__root{position:relative;width:430px;border-bottom:1px solid rgba(0,0,0,.1)}@media (max-width:768px){.ModelSelect__root{width:90%}}.ModelSelect__root .ModelSelect__form{width:100%;height:65px}.ModelSelect__root input{width:95%;height:99%;color:#1e2e3f;border:0;font-size:18px;line-height:25px;font-weight:400;outline:0}.ModelSelect__root input::-webkit-input-placeholder{color:#1e2e3f;opacity:1}.ModelSelect__root input:-ms-input-placeholder,.ModelSelect__root input::-ms-input-placeholder{color:#1e2e3f;opacity:1}.ModelSelect__root input::placeholder{color:#1e2e3f;opacity:1}.ModelSelect__root button{width:20px;height:17px;background:none;border:none;cursor:pointer}.ModelSelect__root button svg{width:100%;height:100%;color:#0180c9;fill:#0180c9}.ModelSelect__root .ModelSelect__modalLink{width:100%;height:100%;margin-top:40px;font-weight:500}.ModelSelect__root .ModelSelect__selectContent{position:absolute;top:66px;width:100%;background-color:#fff;-webkit-box-shadow:0 10px 20px 0 rgba(0,0,0,.15);box-shadow:0 10px 20px 0 rgba(0,0,0,.15);border-radius:8px;overflow:hidden;z-index:5;-webkit-transition:all .5s;transition:all .5s}.ModelSelect__root .ModelSelect__selectContent.hidden{opacity:0;visibility:hidden}.SearchByModelNumber__root .SearchByModelNumber__searchField{width:430px}@media (max-width:768px){.SearchByModelNumber__root .SearchByModelNumber__searchField{width:90%}}.SearchByModelNumber__root .SearchByModelNumber__form{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;height:65px;margin-top:60px;border-bottom:1px solid rgba(0,0,0,.1)}@media (max-width:768px){.SearchByModelNumber__root .SearchByModelNumber__form{margin-top:20px}}.SearchByModelNumber__root input{width:97%;height:100%;color:#1e2e3f;border:0;font-size:18px;line-height:25px;font-weight:400;outline:0}.SearchByModelNumber__root input::-webkit-input-placeholder{color:#1e2e3f;opacity:1}.SearchByModelNumber__root input:-ms-input-placeholder,.SearchByModelNumber__root input::-ms-input-placeholder{color:#1e2e3f;opacity:1}.SearchByModelNumber__root input::placeholder{color:#1e2e3f;opacity:1}.SearchByModelNumber__root button{width:20px;height:19px;background:none;border:none;cursor:pointer}.SearchByModelNumber__root button svg{width:100%;height:100%;color:#0180c9;fill:#0180c9}.SearchByModelNumber__root .SearchByModelNumber__modalLink{width:100%;height:100%;margin-top:40px;font-weight:500}.SearchByModelNumber__modalSelect{margin-top:60px}@media (max-width:768px){.SearchByModelNumber__modalSelect{margin-top:20px}}.HeadingBlock__root{position:relative;text-align:center;background-color:#e9ecef;color:#1e2e3f}@media (max-width:768px){.HeadingBlock__root{background-color:#1e2e3f;color:#fff}}.HeadingBlock__root svg{width:66px;height:38px}.HeadingBlock__root .HeadingBlock__heading{margin:0 auto}@media (max-width:768px){.HeadingBlock__root .HeadingBlock__heading{width:90%;max-width:480px}}.HeadingBlock__root .HeadingBlock__subtitle{margin:10px auto 0;color:#5b6d81}@media (max-width:768px){.HeadingBlock__root .HeadingBlock__subtitle{width:80%;margin-top:15px}}.HeadingBlock__root.HeadingBlock__blueLogo .HeadingBlock__subtitle{color:#5b6d81}@media (max-width:768px){.HeadingBlock__root.HeadingBlock__blueLogo{background-color:#e9ecef;color:#0081c9}.HeadingBlock__root.HeadingBlock__blueLogo .HeadingBlock__heading{color:#1e2e3f}.HeadingBlock__root.HeadingBlock__blueLogo .HeadingBlock__subtitle{color:#5b6d81}}.FindSerialNumberBlock__root{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;height:300px;border-radius:8px;background-color:#f4f5f7}@media (max-width:768px){.FindSerialNumberBlock__root{height:445px;-ms-flex-wrap:wrap-reverse;flex-wrap:wrap-reverse}}@media (max-width:768px){.FindSerialNumberBlock__root .FindSerialNumberBlock__image{width:85%;max-width:300px;position:absolute;bottom:-5px}}@media (max-width:768px){.FindSerialNumberBlock__root .FindSerialNumberBlock__image img{width:100%;height:auto}}.FindSerialNumberBlock__root .FindSerialNumberBlock__textBlock{width:175px;margin-top:50px}@media (max-width:768px){.FindSerialNumberBlock__root .FindSerialNumberBlock__textBlock{width:100%;margin-top:0}}.FindSerialNumberBlock__root .FindSerialNumberBlock__title{font-size:24px;line-height:32px;letter-spacing:.2px;font-weight:400}.FindSerialNumberBlock__root .FindSerialNumberBlock__subtitle{font-size:16px;line-height:26px;color:#5b6d81;margin-top:20px}@media (max-width:768px){.FindSerialNumberBlock__root .FindSerialNumberBlock__subtitle{font-size:18px;line-height:27px;font-weight:400}}.FindSerialNumberBlock__root.FindSerialNumberBlock__imageRight .FindSerialNumberBlock__image{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}@media (max-width:768px){.FindSerialNumberBlock__root.FindSerialNumberBlock__imageRight .FindSerialNumberBlock__image{bottom:auto;top:0;right:7%}}.FindSerialNumberBlock__root.FindSerialNumberBlock__imageRight .FindSerialNumberBlock__textBlock{margin-top:85px}@media (max-width:768px){.FindSerialNumberBlock__root.FindSerialNumberBlock__imageRight .FindSerialNumberBlock__textBlock{position:absolute;bottom:30px}}@media (max-width:768px){.FindSerialNumberBlock__root.FindSerialNumberBlock__imageRight .FindSerialNumberBlock__subtitle{width:85%}}.FindSerialNumberBlock__root.FindSerialNumberBlock__big{background-color:transparent;height:390px}@media (max-width:1024px){.FindSerialNumberBlock__root.FindSerialNumberBlock__big{min-height:580px}}@media (max-width:768px){.FindSerialNumberBlock__root.FindSerialNumberBlock__big{display:block;height:420px;min-height:0}}.FindSerialNumberBlock__root.FindSerialNumberBlock__big .FindSerialNumberBlock__image{width:100%;max-width:none}@media (max-width:768px){.FindSerialNumberBlock__root.FindSerialNumberBlock__big .FindSerialNumberBlock__image{text-align:center}}.FindSerialNumberBlock__root.FindSerialNumberBlock__big .FindSerialNumberBlock__image img{width:117%;position:absolute;bottom:0;left:8%}@media (min-width:1440px){.FindSerialNumberBlock__root.FindSerialNumberBlock__big .FindSerialNumberBlock__image img{max-width:400px}}@media (max-width:768px){.FindSerialNumberBlock__root.FindSerialNumberBlock__big .FindSerialNumberBlock__image img{width:83%;max-width:283px;position:static}}.FindSerialNumberBlock__root.FindSerialNumberBlock__big .FindSerialNumberBlock__textBlock{width:100%;margin-top:65px;padding-left:30px}@media (max-width:768px){.FindSerialNumberBlock__root.FindSerialNumberBlock__big .FindSerialNumberBlock__textBlock{margin-top:85px;padding-left:0}}.FindSerialNumberBlock__root.FindSerialNumberBlock__big .FindSerialNumberBlock__title{font-size:14px;line-height:18px;letter-spacing:.43px;color:#9aa8b6;font-weight:500}@media (max-width:768px){.FindSerialNumberBlock__root.FindSerialNumberBlock__big .FindSerialNumberBlock__title{width:69%;max-width:200px;margin:0 auto;text-align:center}}.FindSerialNumberBlock__root.FindSerialNumberBlock__big .FindSerialNumberBlock__subtitle{font-size:18px;line-height:25px;font-weight:400;color:#1e2e3f}@media (max-width:768px){.FindSerialNumberBlock__root.FindSerialNumberBlock__big .FindSerialNumberBlock__subtitle{width:90%;max-width:340px;margin:20px auto 0;text-align:center}}.CheckIfAffected__root{width:100%;background-color:#f4f5f7;padding-top:60px;-webkit-transition:padding-bottom .5s;transition:padding-bottom .5s}.CheckIfAffected__root .CheckIfAffected__heading{width:425px;margin:0 auto;text-align:center}@media (max-width:768px){.CheckIfAffected__root .CheckIfAffected__heading{width:85%}}.CheckIfAffected__root .CheckIfAffected__bottom{text-align:center;background-color:#fff;border-radius:8px;padding:0;max-height:0;-webkit-transition:all .5s;transition:all .5s;visibility:hidden}.CheckIfAffected__root .CheckIfAffected__bottom .CheckIfAffected__affected{display:none}.CheckIfAffected__root[status=affected],.CheckIfAffected__root[status=notAffected]{padding-bottom:40px}.CheckIfAffected__root[status=affected] .CheckIfAffected__bottom,.CheckIfAffected__root[status=notAffected] .CheckIfAffected__bottom{visibility:visible;max-height:300px;padding:60px 15px 75px}.CheckIfAffected__root[status=affected] .CheckIfAffected__affected{display:inline-block}.VideoBlockWithText__root{padding:90px 0 75px}@media (max-width:768px){.VideoBlockWithText__root{padding:65px 0 40px}}.VideoBlockWithText__root .VideoBlockWithText__video{width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-right:auto;margin-left:auto;border-radius:8px;background-repeat:no-repeat;background-size:cover}.VideoBlockWithText__root .VideoBlockWithText__prefix{margin:0 auto 30px;color:#9aa8b6;font-weight:500;line-height:18px;text-align:center}.VideoBlockWithText__root .VideoBlockWithText__caption{width:400px;margin:-10px auto 40px;text-align:center;letter-spacing:.3px}@media (max-width:768px){.VideoBlockWithText__root .VideoBlockWithText__caption{width:260px}}.VideoBlockWithText__root .VideoBlockWithText__videoTitleBlock{height:75%;position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;color:#fff;cursor:pointer}.VideoBlockWithText__root .VideoBlockWithText__videoLength{margin-top:20px;font-size:14px;line-height:16px;letter-spacing:.43px;font-weight:500}.VideoBlockWithText__root .VideoBlockWithText__description{width:500px;position:absolute;bottom:0;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);letter-spacing:.4px}.ProductCategoryCard__root{display:block;position:relative;width:100%;height:385px;margin-bottom:35px;padding-top:50px;text-align:center;border-radius:8px;color:#fff;text-decoration:none;overflow:hidden}@media (max-width:768px){.ProductCategoryCard__root{height:220px;margin-bottom:10px;padding-top:25px}}.ProductCategoryCard__root .ProductCategoryCard__desc{width:245px;height:32px;overflow:hidden;font-size:22px;font-weight:400;line-height:30px;margin:5px auto 0}@media (max-width:768px){.ProductCategoryCard__root .ProductCategoryCard__desc{width:170px;height:75px;font-size:18px;line-height:24px;margin-top:10px}}.ProductCategoryCard__root .ProductCategoryCard__image{position:absolute;bottom:0;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.ProductCategoryCard__root .ProductCategoryCard__image img{width:auto}.ProductCategoryCard__root.ProductCategoryCard__rectangle img{height:273px}@media (max-width:768px){.ProductCategoryCard__root.ProductCategoryCard__rectangle img{max-height:150px}}.ProductCategoryCard__root.ProductCategoryCard__square .ProductCategoryCard__image{height:295px;bottom:13px;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media (max-width:768px){.ProductCategoryCard__root.ProductCategoryCard__square .ProductCategoryCard__image{height:130px;bottom:17px}}.ProductCategoryCard__root.ProductCategoryCard__square img{width:238px}@media (max-width:768px){.ProductCategoryCard__root.ProductCategoryCard__square img{width:123px}}.ProductCategoryCard__root.ProductCategoryCard__withShadow{-webkit-box-shadow:0 10px 20px rgba(0,0,0,.1);box-shadow:0 10px 20px rgba(0,0,0,.1)}@media (max-width:768px){.ProductCategoryCard__root.ProductCategoryCard__small .ProductCategoryCard__desc{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:90%;height:50px;margin-top:0;line-height:24px}}.ProductCategoryCard__root.ProductCategoryCard__small.ProductCategoryCard__rectangle img{height:235px}@media (max-width:768px){.ProductCategoryCard__root.ProductCategoryCard__small.ProductCategoryCard__rectangle img{max-height:130px}}.ProductCategoryCard__root.ProductCategoryCard__small.ProductCategoryCard__square .ProductCategoryCard__image{height:250px}@media (max-width:768px){.ProductCategoryCard__root.ProductCategoryCard__small.ProductCategoryCard__square .ProductCategoryCard__image{height:120px}}.ProductCategoryCard__root.ProductCategoryCard__small.ProductCategoryCard__square img{width:180px}@media (max-width:768px){.ProductCategoryCard__root.ProductCategoryCard__small.ProductCategoryCard__square img{width:120px}}.ManualsProductGridModal__root{border:none}.StepModalFindModelNumberVideo__root .StepModalFindModelNumberVideo__video{width:425px;height:285px;margin-right:auto;margin-left:auto;border-radius:8px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background-repeat:no-repeat;background-size:cover}@media (max-width:768px){.StepModalFindModelNumberVideo__root .StepModalFindModelNumberVideo__video{width:100%;height:350px}}.StepModalFindModelNumberVideo__root .StepModalFindModelNumberVideo__videoTitleBlock{margin-top:150px;color:#fff;cursor:pointer;text-align:center}.StepModalFindModelNumberVideo__root svg{width:9px;height:13px;margin-right:10px;position:relative;top:1px;color:#fff}.StepModalFindModelNumberVideo__root .StepModalFindModelNumberVideo__videoLength{font-size:14px;line-height:16px;letter-spacing:.43px;font-weight:500}.ModelCheck__root{position:relative;width:430px}@media (max-width:768px){.ModelCheck__root{width:90%}}.ModelCheck__root .ModelCheck__form{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:100%;height:65px;margin-top:60px;border-bottom:1px solid rgba(0,0,0,.1)}@media (max-width:768px){.ModelCheck__root .ModelCheck__form{margin-top:20px}}.ModelCheck__root input{width:96%;height:99%;color:#1e2e3f;border:0;font-size:18px;line-height:25px;font-weight:400;outline:0}.ModelCheck__root input::-webkit-input-placeholder{color:#1e2e3f;opacity:1}.ModelCheck__root input:-ms-input-placeholder,.ModelCheck__root input::-ms-input-placeholder{color:#1e2e3f;opacity:1}.ModelCheck__root input::placeholder{color:#1e2e3f;opacity:1}.ModelCheck__root button{width:20px;height:17px;background:none;border:none;cursor:pointer}.ModelCheck__root button svg{width:100%;height:100%;color:#0180c9;fill:#0180c9}.ModelCheck__root .ModelCheck__modalLink{width:100%;height:100%;margin-top:40px;font-weight:500}.ModelCheck__root .ModelCheck__selectContent{position:absolute;width:100%;margin-top:65px;background-color:#fff;-webkit-box-shadow:0 10px 20px 0 rgba(0,0,0,.15);box-shadow:0 10px 20px 0 rgba(0,0,0,.15);border-radius:8px;overflow:hidden;z-index:5;-webkit-transition:opacity .2s ease;transition:opacity .2s ease}.form-check-model[data-status=success] .ModelCheck__searchButton,.ModelCheck__success{display:none}.form-check-model[data-status=success] .ModelCheck__success{display:block}.ModelCheck__checkmark{stroke:#3ba936}.CheckModelNumber__root .CheckModelNumber__searchField{width:430px}@media (max-width:768px){.CheckModelNumber__root .CheckModelNumber__searchField{width:90%}}.CheckModelNumber__root .CheckModelNumber__form{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;height:65px;margin-top:60px;border-bottom:1px solid rgba(0,0,0,.1)}@media (max-width:768px){.CheckModelNumber__root .CheckModelNumber__form{margin-top:20px}}.CheckModelNumber__root input{width:96%;height:100%;color:#1e2e3f;border:0;font-size:18px;line-height:25px;font-weight:400;outline:0}.CheckModelNumber__root input::-webkit-input-placeholder{color:#1e2e3f;opacity:1}.CheckModelNumber__root input:-ms-input-placeholder,.CheckModelNumber__root input::-ms-input-placeholder{color:#1e2e3f;opacity:1}.CheckModelNumber__root input::placeholder{color:#1e2e3f;opacity:1}.CheckModelNumber__root button{width:20px;height:19px;background:none;border:none;cursor:pointer}.CheckModelNumber__root button svg{width:100%;height:100%;color:#0180c9;fill:#0180c9}.CheckModelNumber__root .CheckModelNumber__modalLink{width:100%;height:100%;margin-top:40px;font-weight:500}.StepModalCheckModelNumber__root{display:block}.StepModalCheckModelNumber__root .StepModalCheckModelNumber__buttonBackToProduct{display:none}.StepModalCheckModelNumber__root[data-status=success] .StepModalCheckModelNumber__buttonBackToProduct{display:block}.StepModalCheckModelNumber__root[data-status=success] .StepModalCheckModelNumber__buttonCheck{display:none}.ScrollCarouselVertical__container{width:100%;padding-right:1.25%;padding-left:1.25%;margin-right:auto;margin-left:auto}@media (min-width:769px){.ScrollCarouselVertical__container{max-width:1800px}}.ScrollCarouselVertical__container-fluid{width:100%;padding-right:1.25%;padding-left:1.25%;margin-right:auto;margin-left:auto}.ScrollCarouselVertical__row{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-right:-1.25%;margin-left:-1.25%}.ScrollCarouselVertical__no-gutters{margin-right:0;margin-left:0}.ScrollCarouselVertical__no-gutters>.ScrollCarouselVertical__col,.ScrollCarouselVertical__no-gutters>[class*=col-]{padding-right:0;padding-left:0}.ScrollCarouselVertical__col,.ScrollCarouselVertical__col-1,.ScrollCarouselVertical__col-2,.ScrollCarouselVertical__col-3,.ScrollCarouselVertical__col-4,.ScrollCarouselVertical__col-5,.ScrollCarouselVertical__col-6,.ScrollCarouselVertical__col-7,.ScrollCarouselVertical__col-8,.ScrollCarouselVertical__col-9,.ScrollCarouselVertical__col-10,.ScrollCarouselVertical__col-11,.ScrollCarouselVertical__col-12,.ScrollCarouselVertical__col-auto,.ScrollCarouselVertical__col-lg,.ScrollCarouselVertical__col-lg-1,.ScrollCarouselVertical__col-lg-2,.ScrollCarouselVertical__col-lg-3,.ScrollCarouselVertical__col-lg-4,.ScrollCarouselVertical__col-lg-5,.ScrollCarouselVertical__col-lg-6,.ScrollCarouselVertical__col-lg-7,.ScrollCarouselVertical__col-lg-8,.ScrollCarouselVertical__col-lg-9,.ScrollCarouselVertical__col-lg-10,.ScrollCarouselVertical__col-lg-11,.ScrollCarouselVertical__col-lg-12,.ScrollCarouselVertical__col-lg-auto,.ScrollCarouselVertical__col-md,.ScrollCarouselVertical__col-md-1,.ScrollCarouselVertical__col-md-2,.ScrollCarouselVertical__col-md-3,.ScrollCarouselVertical__col-md-4,.ScrollCarouselVertical__col-md-5,.ScrollCarouselVertical__col-md-6,.ScrollCarouselVertical__col-md-7,.ScrollCarouselVertical__col-md-8,.ScrollCarouselVertical__col-md-9,.ScrollCarouselVertical__col-md-10,.ScrollCarouselVertical__col-md-11,.ScrollCarouselVertical__col-md-12,.ScrollCarouselVertical__col-md-auto,.ScrollCarouselVertical__col-xl,.ScrollCarouselVertical__col-xl-1,.ScrollCarouselVertical__col-xl-2,.ScrollCarouselVertical__col-xl-3,.ScrollCarouselVertical__col-xl-4,.ScrollCarouselVertical__col-xl-5,.ScrollCarouselVertical__col-xl-6,.ScrollCarouselVertical__col-xl-7,.ScrollCarouselVertical__col-xl-8,.ScrollCarouselVertical__col-xl-9,.ScrollCarouselVertical__col-xl-10,.ScrollCarouselVertical__col-xl-11,.ScrollCarouselVertical__col-xl-12,.ScrollCarouselVertical__col-xl-auto,.ScrollCarouselVertical__col-xs,.ScrollCarouselVertical__col-xs-1,.ScrollCarouselVertical__col-xs-2,.ScrollCarouselVertical__col-xs-3,.ScrollCarouselVertical__col-xs-4,.ScrollCarouselVertical__col-xs-5,.ScrollCarouselVertical__col-xs-6,.ScrollCarouselVertical__col-xs-7,.ScrollCarouselVertical__col-xs-8,.ScrollCarouselVertical__col-xs-9,.ScrollCarouselVertical__col-xs-10,.ScrollCarouselVertical__col-xs-11,.ScrollCarouselVertical__col-xs-12,.ScrollCarouselVertical__col-xs-auto,.ScrollCarouselVertical__col-xxl,.ScrollCarouselVertical__col-xxl-1,.ScrollCarouselVertical__col-xxl-2,.ScrollCarouselVertical__col-xxl-3,.ScrollCarouselVertical__col-xxl-4,.ScrollCarouselVertical__col-xxl-5,.ScrollCarouselVertical__col-xxl-6,.ScrollCarouselVertical__col-xxl-7,.ScrollCarouselVertical__col-xxl-8,.ScrollCarouselVertical__col-xxl-9,.ScrollCarouselVertical__col-xxl-10,.ScrollCarouselVertical__col-xxl-11,.ScrollCarouselVertical__col-xxl-12,.ScrollCarouselVertical__col-xxl-auto{position:relative;width:100%;min-height:1px;padding-right:1.25%;padding-left:1.25%}.ScrollCarouselVertical__col{-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;max-width:100%}.ScrollCarouselVertical__col-auto{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:none}.ScrollCarouselVertical__col-1{-webkit-box-flex:0;-ms-flex:0 0 8.33333%;flex:0 0 8.33333%;max-width:8.33333%}.ScrollCarouselVertical__col-2{-webkit-box-flex:0;-ms-flex:0 0 16.66667%;flex:0 0 16.66667%;max-width:16.66667%}.ScrollCarouselVertical__col-3{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.ScrollCarouselVertical__col-4{-webkit-box-flex:0;-ms-flex:0 0 33.33333%;flex:0 0 33.33333%;max-width:33.33333%}.ScrollCarouselVertical__col-5{-webkit-box-flex:0;-ms-flex:0 0 41.66667%;flex:0 0 41.66667%;max-width:41.66667%}.ScrollCarouselVertical__col-6{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.ScrollCarouselVertical__col-7{-webkit-box-flex:0;-ms-flex:0 0 58.33333%;flex:0 0 58.33333%;max-width:58.33333%}.ScrollCarouselVertical__col-8{-webkit-box-flex:0;-ms-flex:0 0 66.66667%;flex:0 0 66.66667%;max-width:66.66667%}.ScrollCarouselVertical__col-9{-webkit-box-flex:0;-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.ScrollCarouselVertical__col-10{-webkit-box-flex:0;-ms-flex:0 0 83.33333%;flex:0 0 83.33333%;max-width:83.33333%}.ScrollCarouselVertical__col-11{-webkit-box-flex:0;-ms-flex:0 0 91.66667%;flex:0 0 91.66667%;max-width:91.66667%}.ScrollCarouselVertical__col-12{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.ScrollCarouselVertical__order-first{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.ScrollCarouselVertical__order-last{-webkit-box-ordinal-group:14;-ms-flex-order:13;order:13}.ScrollCarouselVertical__order-0{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}.ScrollCarouselVertical__order-1{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.ScrollCarouselVertical__order-2{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.ScrollCarouselVertical__order-3{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.ScrollCarouselVertical__order-4{-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4}.ScrollCarouselVertical__order-5{-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5}.ScrollCarouselVertical__order-6{-webkit-box-ordinal-group:7;-ms-flex-order:6;order:6}.ScrollCarouselVertical__order-7{-webkit-box-ordinal-group:8;-ms-flex-order:7;order:7}.ScrollCarouselVertical__order-8{-webkit-box-ordinal-group:9;-ms-flex-order:8;order:8}.ScrollCarouselVertical__order-9{-webkit-box-ordinal-group:10;-ms-flex-order:9;order:9}.ScrollCarouselVertical__order-10{-webkit-box-ordinal-group:11;-ms-flex-order:10;order:10}.ScrollCarouselVertical__order-11{-webkit-box-ordinal-group:12;-ms-flex-order:11;order:11}.ScrollCarouselVertical__order-12{-webkit-box-ordinal-group:13;-ms-flex-order:12;order:12}.ScrollCarouselVertical__offset-1{margin-left:8.33333%}.ScrollCarouselVertical__offset-2{margin-left:16.66667%}.ScrollCarouselVertical__offset-3{margin-left:25%}.ScrollCarouselVertical__offset-4{margin-left:33.33333%}.ScrollCarouselVertical__offset-5{margin-left:41.66667%}.ScrollCarouselVertical__offset-6{margin-left:50%}.ScrollCarouselVertical__offset-7{margin-left:58.33333%}.ScrollCarouselVertical__offset-8{margin-left:66.66667%}.ScrollCarouselVertical__offset-9{margin-left:75%}.ScrollCarouselVertical__offset-10{margin-left:83.33333%}.ScrollCarouselVertical__offset-11{margin-left:91.66667%}@media (min-width:375px){.ScrollCarouselVertical__col-xs{-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;max-width:100%}.ScrollCarouselVertical__col-xs-auto{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:none}.ScrollCarouselVertical__col-xs-1{-webkit-box-flex:0;-ms-flex:0 0 8.33333%;flex:0 0 8.33333%;max-width:8.33333%}.ScrollCarouselVertical__col-xs-2{-webkit-box-flex:0;-ms-flex:0 0 16.66667%;flex:0 0 16.66667%;max-width:16.66667%}.ScrollCarouselVertical__col-xs-3{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.ScrollCarouselVertical__col-xs-4{-webkit-box-flex:0;-ms-flex:0 0 33.33333%;flex:0 0 33.33333%;max-width:33.33333%}.ScrollCarouselVertical__col-xs-5{-webkit-box-flex:0;-ms-flex:0 0 41.66667%;flex:0 0 41.66667%;max-width:41.66667%}.ScrollCarouselVertical__col-xs-6{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.ScrollCarouselVertical__col-xs-7{-webkit-box-flex:0;-ms-flex:0 0 58.33333%;flex:0 0 58.33333%;max-width:58.33333%}.ScrollCarouselVertical__col-xs-8{-webkit-box-flex:0;-ms-flex:0 0 66.66667%;flex:0 0 66.66667%;max-width:66.66667%}.ScrollCarouselVertical__col-xs-9{-webkit-box-flex:0;-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.ScrollCarouselVertical__col-xs-10{-webkit-box-flex:0;-ms-flex:0 0 83.33333%;flex:0 0 83.33333%;max-width:83.33333%}.ScrollCarouselVertical__col-xs-11{-webkit-box-flex:0;-ms-flex:0 0 91.66667%;flex:0 0 91.66667%;max-width:91.66667%}.ScrollCarouselVertical__col-xs-12{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.ScrollCarouselVertical__order-xs-first{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.ScrollCarouselVertical__order-xs-last{-webkit-box-ordinal-group:14;-ms-flex-order:13;order:13}.ScrollCarouselVertical__order-xs-0{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}.ScrollCarouselVertical__order-xs-1{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.ScrollCarouselVertical__order-xs-2{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.ScrollCarouselVertical__order-xs-3{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.ScrollCarouselVertical__order-xs-4{-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4}.ScrollCarouselVertical__order-xs-5{-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5}.ScrollCarouselVertical__order-xs-6{-webkit-box-ordinal-group:7;-ms-flex-order:6;order:6}.ScrollCarouselVertical__order-xs-7{-webkit-box-ordinal-group:8;-ms-flex-order:7;order:7}.ScrollCarouselVertical__order-xs-8{-webkit-box-ordinal-group:9;-ms-flex-order:8;order:8}.ScrollCarouselVertical__order-xs-9{-webkit-box-ordinal-group:10;-ms-flex-order:9;order:9}.ScrollCarouselVertical__order-xs-10{-webkit-box-ordinal-group:11;-ms-flex-order:10;order:10}.ScrollCarouselVertical__order-xs-11{-webkit-box-ordinal-group:12;-ms-flex-order:11;order:11}.ScrollCarouselVertical__order-xs-12{-webkit-box-ordinal-group:13;-ms-flex-order:12;order:12}.ScrollCarouselVertical__offset-xs-0{margin-left:0}.ScrollCarouselVertical__offset-xs-1{margin-left:8.33333%}.ScrollCarouselVertical__offset-xs-2{margin-left:16.66667%}.ScrollCarouselVertical__offset-xs-3{margin-left:25%}.ScrollCarouselVertical__offset-xs-4{margin-left:33.33333%}.ScrollCarouselVertical__offset-xs-5{margin-left:41.66667%}.ScrollCarouselVertical__offset-xs-6{margin-left:50%}.ScrollCarouselVertical__offset-xs-7{margin-left:58.33333%}.ScrollCarouselVertical__offset-xs-8{margin-left:66.66667%}.ScrollCarouselVertical__offset-xs-9{margin-left:75%}.ScrollCarouselVertical__offset-xs-10{margin-left:83.33333%}.ScrollCarouselVertical__offset-xs-11{margin-left:91.66667%}}@media (min-width:769px){.ScrollCarouselVertical__col-md{-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;max-width:100%}.ScrollCarouselVertical__col-md-auto{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:none}.ScrollCarouselVertical__col-md-1{-webkit-box-flex:0;-ms-flex:0 0 8.33333%;flex:0 0 8.33333%;max-width:8.33333%}.ScrollCarouselVertical__col-md-2{-webkit-box-flex:0;-ms-flex:0 0 16.66667%;flex:0 0 16.66667%;max-width:16.66667%}.ScrollCarouselVertical__col-md-3{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.ScrollCarouselVertical__col-md-4{-webkit-box-flex:0;-ms-flex:0 0 33.33333%;flex:0 0 33.33333%;max-width:33.33333%}.ScrollCarouselVertical__col-md-5{-webkit-box-flex:0;-ms-flex:0 0 41.66667%;flex:0 0 41.66667%;max-width:41.66667%}.ScrollCarouselVertical__col-md-6{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.ScrollCarouselVertical__col-md-7{-webkit-box-flex:0;-ms-flex:0 0 58.33333%;flex:0 0 58.33333%;max-width:58.33333%}.ScrollCarouselVertical__col-md-8{-webkit-box-flex:0;-ms-flex:0 0 66.66667%;flex:0 0 66.66667%;max-width:66.66667%}.ScrollCarouselVertical__col-md-9{-webkit-box-flex:0;-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.ScrollCarouselVertical__col-md-10{-webkit-box-flex:0;-ms-flex:0 0 83.33333%;flex:0 0 83.33333%;max-width:83.33333%}.ScrollCarouselVertical__col-md-11{-webkit-box-flex:0;-ms-flex:0 0 91.66667%;flex:0 0 91.66667%;max-width:91.66667%}.ScrollCarouselVertical__col-md-12{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.ScrollCarouselVertical__order-md-first{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.ScrollCarouselVertical__order-md-last{-webkit-box-ordinal-group:14;-ms-flex-order:13;order:13}.ScrollCarouselVertical__order-md-0{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}.ScrollCarouselVertical__order-md-1{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.ScrollCarouselVertical__order-md-2{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.ScrollCarouselVertical__order-md-3{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.ScrollCarouselVertical__order-md-4{-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4}.ScrollCarouselVertical__order-md-5{-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5}.ScrollCarouselVertical__order-md-6{-webkit-box-ordinal-group:7;-ms-flex-order:6;order:6}.ScrollCarouselVertical__order-md-7{-webkit-box-ordinal-group:8;-ms-flex-order:7;order:7}.ScrollCarouselVertical__order-md-8{-webkit-box-ordinal-group:9;-ms-flex-order:8;order:8}.ScrollCarouselVertical__order-md-9{-webkit-box-ordinal-group:10;-ms-flex-order:9;order:9}.ScrollCarouselVertical__order-md-10{-webkit-box-ordinal-group:11;-ms-flex-order:10;order:10}.ScrollCarouselVertical__order-md-11{-webkit-box-ordinal-group:12;-ms-flex-order:11;order:11}.ScrollCarouselVertical__order-md-12{-webkit-box-ordinal-group:13;-ms-flex-order:12;order:12}.ScrollCarouselVertical__offset-md-0{margin-left:0}.ScrollCarouselVertical__offset-md-1{margin-left:8.33333%}.ScrollCarouselVertical__offset-md-2{margin-left:16.66667%}.ScrollCarouselVertical__offset-md-3{margin-left:25%}.ScrollCarouselVertical__offset-md-4{margin-left:33.33333%}.ScrollCarouselVertical__offset-md-5{margin-left:41.66667%}.ScrollCarouselVertical__offset-md-6{margin-left:50%}.ScrollCarouselVertical__offset-md-7{margin-left:58.33333%}.ScrollCarouselVertical__offset-md-8{margin-left:66.66667%}.ScrollCarouselVertical__offset-md-9{margin-left:75%}.ScrollCarouselVertical__offset-md-10{margin-left:83.33333%}.ScrollCarouselVertical__offset-md-11{margin-left:91.66667%}}@media (min-width:1025px){.ScrollCarouselVertical__col-lg{-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;max-width:100%}.ScrollCarouselVertical__col-lg-auto{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:none}.ScrollCarouselVertical__col-lg-1{-webkit-box-flex:0;-ms-flex:0 0 8.33333%;flex:0 0 8.33333%;max-width:8.33333%}.ScrollCarouselVertical__col-lg-2{-webkit-box-flex:0;-ms-flex:0 0 16.66667%;flex:0 0 16.66667%;max-width:16.66667%}.ScrollCarouselVertical__col-lg-3{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.ScrollCarouselVertical__col-lg-4{-webkit-box-flex:0;-ms-flex:0 0 33.33333%;flex:0 0 33.33333%;max-width:33.33333%}.ScrollCarouselVertical__col-lg-5{-webkit-box-flex:0;-ms-flex:0 0 41.66667%;flex:0 0 41.66667%;max-width:41.66667%}.ScrollCarouselVertical__col-lg-6{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.ScrollCarouselVertical__col-lg-7{-webkit-box-flex:0;-ms-flex:0 0 58.33333%;flex:0 0 58.33333%;max-width:58.33333%}.ScrollCarouselVertical__col-lg-8{-webkit-box-flex:0;-ms-flex:0 0 66.66667%;flex:0 0 66.66667%;max-width:66.66667%}.ScrollCarouselVertical__col-lg-9{-webkit-box-flex:0;-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.ScrollCarouselVertical__col-lg-10{-webkit-box-flex:0;-ms-flex:0 0 83.33333%;flex:0 0 83.33333%;max-width:83.33333%}.ScrollCarouselVertical__col-lg-11{-webkit-box-flex:0;-ms-flex:0 0 91.66667%;flex:0 0 91.66667%;max-width:91.66667%}.ScrollCarouselVertical__col-lg-12{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.ScrollCarouselVertical__order-lg-first{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.ScrollCarouselVertical__order-lg-last{-webkit-box-ordinal-group:14;-ms-flex-order:13;order:13}.ScrollCarouselVertical__order-lg-0{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}.ScrollCarouselVertical__order-lg-1{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.ScrollCarouselVertical__order-lg-2{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.ScrollCarouselVertical__order-lg-3{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.ScrollCarouselVertical__order-lg-4{-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4}.ScrollCarouselVertical__order-lg-5{-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5}.ScrollCarouselVertical__order-lg-6{-webkit-box-ordinal-group:7;-ms-flex-order:6;order:6}.ScrollCarouselVertical__order-lg-7{-webkit-box-ordinal-group:8;-ms-flex-order:7;order:7}.ScrollCarouselVertical__order-lg-8{-webkit-box-ordinal-group:9;-ms-flex-order:8;order:8}.ScrollCarouselVertical__order-lg-9{-webkit-box-ordinal-group:10;-ms-flex-order:9;order:9}.ScrollCarouselVertical__order-lg-10{-webkit-box-ordinal-group:11;-ms-flex-order:10;order:10}.ScrollCarouselVertical__order-lg-11{-webkit-box-ordinal-group:12;-ms-flex-order:11;order:11}.ScrollCarouselVertical__order-lg-12{-webkit-box-ordinal-group:13;-ms-flex-order:12;order:12}.ScrollCarouselVertical__offset-lg-0{margin-left:0}.ScrollCarouselVertical__offset-lg-1{margin-left:8.33333%}.ScrollCarouselVertical__offset-lg-2{margin-left:16.66667%}.ScrollCarouselVertical__offset-lg-3{margin-left:25%}.ScrollCarouselVertical__offset-lg-4{margin-left:33.33333%}.ScrollCarouselVertical__offset-lg-5{margin-left:41.66667%}.ScrollCarouselVertical__offset-lg-6{margin-left:50%}.ScrollCarouselVertical__offset-lg-7{margin-left:58.33333%}.ScrollCarouselVertical__offset-lg-8{margin-left:66.66667%}.ScrollCarouselVertical__offset-lg-9{margin-left:75%}.ScrollCarouselVertical__offset-lg-10{margin-left:83.33333%}.ScrollCarouselVertical__offset-lg-11{margin-left:91.66667%}}@media (min-width:1281px){.ScrollCarouselVertical__col-xl{-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;max-width:100%}.ScrollCarouselVertical__col-xl-auto{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:none}.ScrollCarouselVertical__col-xl-1{-webkit-box-flex:0;-ms-flex:0 0 8.33333%;flex:0 0 8.33333%;max-width:8.33333%}.ScrollCarouselVertical__col-xl-2{-webkit-box-flex:0;-ms-flex:0 0 16.66667%;flex:0 0 16.66667%;max-width:16.66667%}.ScrollCarouselVertical__col-xl-3{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.ScrollCarouselVertical__col-xl-4{-webkit-box-flex:0;-ms-flex:0 0 33.33333%;flex:0 0 33.33333%;max-width:33.33333%}.ScrollCarouselVertical__col-xl-5{-webkit-box-flex:0;-ms-flex:0 0 41.66667%;flex:0 0 41.66667%;max-width:41.66667%}.ScrollCarouselVertical__col-xl-6{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.ScrollCarouselVertical__col-xl-7{-webkit-box-flex:0;-ms-flex:0 0 58.33333%;flex:0 0 58.33333%;max-width:58.33333%}.ScrollCarouselVertical__col-xl-8{-webkit-box-flex:0;-ms-flex:0 0 66.66667%;flex:0 0 66.66667%;max-width:66.66667%}.ScrollCarouselVertical__col-xl-9{-webkit-box-flex:0;-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.ScrollCarouselVertical__col-xl-10{-webkit-box-flex:0;-ms-flex:0 0 83.33333%;flex:0 0 83.33333%;max-width:83.33333%}.ScrollCarouselVertical__col-xl-11{-webkit-box-flex:0;-ms-flex:0 0 91.66667%;flex:0 0 91.66667%;max-width:91.66667%}.ScrollCarouselVertical__col-xl-12{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.ScrollCarouselVertical__order-xl-first{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.ScrollCarouselVertical__order-xl-last{-webkit-box-ordinal-group:14;-ms-flex-order:13;order:13}.ScrollCarouselVertical__order-xl-0{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}.ScrollCarouselVertical__order-xl-1{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.ScrollCarouselVertical__order-xl-2{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.ScrollCarouselVertical__order-xl-3{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.ScrollCarouselVertical__order-xl-4{-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4}.ScrollCarouselVertical__order-xl-5{-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5}.ScrollCarouselVertical__order-xl-6{-webkit-box-ordinal-group:7;-ms-flex-order:6;order:6}.ScrollCarouselVertical__order-xl-7{-webkit-box-ordinal-group:8;-ms-flex-order:7;order:7}.ScrollCarouselVertical__order-xl-8{-webkit-box-ordinal-group:9;-ms-flex-order:8;order:8}.ScrollCarouselVertical__order-xl-9{-webkit-box-ordinal-group:10;-ms-flex-order:9;order:9}.ScrollCarouselVertical__order-xl-10{-webkit-box-ordinal-group:11;-ms-flex-order:10;order:10}.ScrollCarouselVertical__order-xl-11{-webkit-box-ordinal-group:12;-ms-flex-order:11;order:11}.ScrollCarouselVertical__order-xl-12{-webkit-box-ordinal-group:13;-ms-flex-order:12;order:12}.ScrollCarouselVertical__offset-xl-0{margin-left:0}.ScrollCarouselVertical__offset-xl-1{margin-left:8.33333%}.ScrollCarouselVertical__offset-xl-2{margin-left:16.66667%}.ScrollCarouselVertical__offset-xl-3{margin-left:25%}.ScrollCarouselVertical__offset-xl-4{margin-left:33.33333%}.ScrollCarouselVertical__offset-xl-5{margin-left:41.66667%}.ScrollCarouselVertical__offset-xl-6{margin-left:50%}.ScrollCarouselVertical__offset-xl-7{margin-left:58.33333%}.ScrollCarouselVertical__offset-xl-8{margin-left:66.66667%}.ScrollCarouselVertical__offset-xl-9{margin-left:75%}.ScrollCarouselVertical__offset-xl-10{margin-left:83.33333%}.ScrollCarouselVertical__offset-xl-11{margin-left:91.66667%}}@media (min-width:1441px){.ScrollCarouselVertical__col-xxl{-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;max-width:100%}.ScrollCarouselVertical__col-xxl-auto{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:none}.ScrollCarouselVertical__col-xxl-1{-webkit-box-flex:0;-ms-flex:0 0 8.33333%;flex:0 0 8.33333%;max-width:8.33333%}.ScrollCarouselVertical__col-xxl-2{-webkit-box-flex:0;-ms-flex:0 0 16.66667%;flex:0 0 16.66667%;max-width:16.66667%}.ScrollCarouselVertical__col-xxl-3{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.ScrollCarouselVertical__col-xxl-4{-webkit-box-flex:0;-ms-flex:0 0 33.33333%;flex:0 0 33.33333%;max-width:33.33333%}.ScrollCarouselVertical__col-xxl-5{-webkit-box-flex:0;-ms-flex:0 0 41.66667%;flex:0 0 41.66667%;max-width:41.66667%}.ScrollCarouselVertical__col-xxl-6{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.ScrollCarouselVertical__col-xxl-7{-webkit-box-flex:0;-ms-flex:0 0 58.33333%;flex:0 0 58.33333%;max-width:58.33333%}.ScrollCarouselVertical__col-xxl-8{-webkit-box-flex:0;-ms-flex:0 0 66.66667%;flex:0 0 66.66667%;max-width:66.66667%}.ScrollCarouselVertical__col-xxl-9{-webkit-box-flex:0;-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.ScrollCarouselVertical__col-xxl-10{-webkit-box-flex:0;-ms-flex:0 0 83.33333%;flex:0 0 83.33333%;max-width:83.33333%}.ScrollCarouselVertical__col-xxl-11{-webkit-box-flex:0;-ms-flex:0 0 91.66667%;flex:0 0 91.66667%;max-width:91.66667%}.ScrollCarouselVertical__col-xxl-12{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.ScrollCarouselVertical__order-xxl-first{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.ScrollCarouselVertical__order-xxl-last{-webkit-box-ordinal-group:14;-ms-flex-order:13;order:13}.ScrollCarouselVertical__order-xxl-0{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}.ScrollCarouselVertical__order-xxl-1{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.ScrollCarouselVertical__order-xxl-2{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.ScrollCarouselVertical__order-xxl-3{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.ScrollCarouselVertical__order-xxl-4{-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4}.ScrollCarouselVertical__order-xxl-5{-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5}.ScrollCarouselVertical__order-xxl-6{-webkit-box-ordinal-group:7;-ms-flex-order:6;order:6}.ScrollCarouselVertical__order-xxl-7{-webkit-box-ordinal-group:8;-ms-flex-order:7;order:7}.ScrollCarouselVertical__order-xxl-8{-webkit-box-ordinal-group:9;-ms-flex-order:8;order:8}.ScrollCarouselVertical__order-xxl-9{-webkit-box-ordinal-group:10;-ms-flex-order:9;order:9}.ScrollCarouselVertical__order-xxl-10{-webkit-box-ordinal-group:11;-ms-flex-order:10;order:10}.ScrollCarouselVertical__order-xxl-11{-webkit-box-ordinal-group:12;-ms-flex-order:11;order:11}.ScrollCarouselVertical__order-xxl-12{-webkit-box-ordinal-group:13;-ms-flex-order:12;order:12}.ScrollCarouselVertical__offset-xxl-0{margin-left:0}.ScrollCarouselVertical__offset-xxl-1{margin-left:8.33333%}.ScrollCarouselVertical__offset-xxl-2{margin-left:16.66667%}.ScrollCarouselVertical__offset-xxl-3{margin-left:25%}.ScrollCarouselVertical__offset-xxl-4{margin-left:33.33333%}.ScrollCarouselVertical__offset-xxl-5{margin-left:41.66667%}.ScrollCarouselVertical__offset-xxl-6{margin-left:50%}.ScrollCarouselVertical__offset-xxl-7{margin-left:58.33333%}.ScrollCarouselVertical__offset-xxl-8{margin-left:66.66667%}.ScrollCarouselVertical__offset-xxl-9{margin-left:75%}.ScrollCarouselVertical__offset-xxl-10{margin-left:83.33333%}.ScrollCarouselVertical__offset-xxl-11{margin-left:91.66667%}}@media (min-width:1440px){.ScrollCarouselVertical__container{padding:0 44px}}@media (max-width:769px){.ScrollCarouselVertical__container{padding-right:17px;padding-left:17px}.ScrollCarouselVertical__row{margin-right:-5px;margin-left:-5px}.ScrollCarouselVertical__row>.ScrollCarouselVertical__col,.ScrollCarouselVertical__row>[class*=col-]{padding-right:5px;padding-left:5px}}.ScrollCarouselVertical__container-no-max-width{max-width:none}@media (max-width:768px){.ScrollCarouselVertical__container--md{max-width:none;padding:0}.ScrollCarouselVertical__container--md .ScrollCarouselVertical__row{margin:0}.ScrollCarouselVertical__container--md .ScrollCarouselVertical__row>.ScrollCarouselVertical__col,.ScrollCarouselVertical__container--md .ScrollCarouselVertical__row>[class*=col-]{padding-left:0;padding-right:0}}@media (max-width:1439px){.ScrollCarouselVertical__container--xxl{max-width:none;padding:0}.ScrollCarouselVertical__container--xxl .ScrollCarouselVertical__row{margin:0}.ScrollCarouselVertical__container--xxl .ScrollCarouselVertical__row>.ScrollCarouselVertical__col,.ScrollCarouselVertical__container--xxl .ScrollCarouselVertical__row>[class*=col-]{padding-left:0;padding-right:0}}@media (min-width:1025px){.ScrollCarouselVertical__container--tablet{max-width:none;padding:0}.ScrollCarouselVertical__container--tablet .ScrollCarouselVertical__row{margin:0}.ScrollCarouselVertical__container--tablet .ScrollCarouselVertical__row>.ScrollCarouselVertical__col,.ScrollCarouselVertical__container--tablet .ScrollCarouselVertical__row>[class*=col-]{padding-left:0;padding-right:0}}@media (max-width:768px){.ScrollCarouselVertical__container--sm{padding-right:17px;padding-left:17px}}.ScrollCarouselVertical__container-full-width{max-width:unset}@media (max-width:768px){.ScrollCarouselVertical__container-left{padding-left:17px}}@media (min-width:769px){.ScrollCarouselVertical__container-left{padding-left:1.25%}}@media (min-width:1440px){.ScrollCarouselVertical__container-left{padding-left:44px}}.ScrollCarouselVertical__scrollWrapper{overflow:hidden;height:100%}.ScrollCarouselVertical__root{height:100%;overflow-x:auto;margin-right:-50px;padding-right:50px;-webkit-overflow-scrolling:touch}.ScrollCarouselVertical__root .ScrollCarouselVertical__slide{margin-top:9px;color:#bcc7d3;opacity:.4;-webkit-transition:all .5s;transition:all .5s}@media (max-width:768px){.ScrollCarouselVertical__root .ScrollCarouselVertical__slide{margin-top:0}}.ScrollCarouselVertical__root .ScrollCarouselVertical__slide button{color:inherit}.ScrollCarouselVertical__root .ScrollCarouselVertical__slide .ScrollCarouselVertical__dot{color:#1e2e3f;display:none}.ScrollCarouselVertical__root .ScrollCarouselVertical__slide[data-pos=center],.ScrollCarouselVertical__root .ScrollCarouselVertical__slide[data-pos=current]{opacity:1}.ScrollCarouselVertical__root .ScrollCarouselVertical__slide[data-pos=current]{color:#0180c9}.ScrollCarouselVertical__root .ScrollCarouselVertical__slide[data-pos=current] button.ScrollCarouselVertical__disableCurrentElement{cursor:default}.ScrollCarouselVertical__root .ScrollCarouselVertical__slide[data-pos=current] .ScrollCarouselVertical__dot{display:inline}@media (max-width:768px){.ScrollCarouselVertical__root .ScrollCarouselVertical__slide[data-pos=current] .ScrollCarouselVertical__dot{display:none}}.ScrollCarouselVertical__root .ScrollCarouselVertical__slide:first-child{margin-top:165px}@media (max-width:768px){.ScrollCarouselVertical__root .ScrollCarouselVertical__slide:first-child{margin-top:110px}}.ScrollCarouselVertical__root:after{content:"";display:block;margin-top:175px}@media (max-width:768px){.ScrollCarouselVertical__root:after{margin-top:130px}}@media (min-width:769px){.SupportHomeHero__root{position:relative;height:400px;font-family:Core Sans,sans-serif;font-size:44px;font-weight:800;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;line-height:60px}}@media (min-width:769px) and (max-width:1280px){.SupportHomeHero__root{font-size:36px}}@media (min-width:769px) and (max-width:1024px){.SupportHomeHero__root{font-size:28px}}@media (min-width:769px){.SupportHomeHero__root .SupportHomeHero__secondBlock{max-width:0;-webkit-transition:max-width .5s;transition:max-width .5s;overflow:hidden;display:-webkit-box;display:-ms-flexbox;display:flex;height:100%;-webkit-box-align:baseline;-ms-flex-align:baseline;align-items:baseline}.SupportHomeHero__root .SupportHomeHero__section{position:relative;height:100%;margin-left:11px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.SupportHomeHero__root .SupportHomeHero__text2{margin-left:11px}.SupportHomeHero__root .SupportHomeHero__button,.SupportHomeHero__root .SupportHomeHero__text{margin-bottom:175px}.SupportHomeHero__root .SupportHomeHero__button{color:#0180c9}.SupportHomeHero__root .SupportHomeHero__question{font-family:SohoGothicPro,sans-serif;font-size:18px;font-weight:400;color:#9aa8b6;margin-bottom:13px;line-height:24px}.SupportHomeHero__root .SupportHomeHero__verticalCarousel{position:absolute;top:0;left:0}.SupportHomeHero__root .SupportHomeHero__section2Wrapper{height:100%}.SupportHomeHero__root .SupportHomeHero__submit{position:absolute;bottom:40px;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%)}.SupportHomeHero__root .SupportHomeHero__dot{color:#1e2e3f}.SupportHomeHero__root .SupportHomeHero__issueSelect{opacity:1;visibility:visible;-webkit-transition:all .5s;transition:all .5s}.SupportHomeHero__root .SupportHomeHero__issueSelected,.SupportHomeHero__root .SupportHomeHero__section2Wrapper,.SupportHomeHero__root .SupportHomeHero__submit,.SupportHomeHero__root .SupportHomeHero__text2{display:none}.SupportHomeHero__root .SupportHomeHero__issueCarousel,.SupportHomeHero__root .SupportHomeHero__productCarousel,.SupportHomeHero__root .SupportHomeHero__productSelect{opacity:0;visibility:hidden;-webkit-transition:all .5s;transition:all .5s}.SupportHomeHero__root[data-step="1"] .SupportHomeHero__issueSelect{opacity:0;visibility:hidden}.SupportHomeHero__root[data-step="1"] .SupportHomeHero__issueCarousel{opacity:1;visibility:visible}.SupportHomeHero__root[data-step="2"] .SupportHomeHero__secondBlock,.SupportHomeHero__root[data-step="3"] .SupportHomeHero__secondBlock{max-width:600px}.SupportHomeHero__root[data-step="2"] .SupportHomeHero__issueSelect,.SupportHomeHero__root[data-step="3"] .SupportHomeHero__issueSelect{display:none}.SupportHomeHero__root[data-step="2"] .SupportHomeHero__issueSelected,.SupportHomeHero__root[data-step="2"] .SupportHomeHero__section2Wrapper,.SupportHomeHero__root[data-step="2"] .SupportHomeHero__text2,.SupportHomeHero__root[data-step="3"] .SupportHomeHero__issueSelected,.SupportHomeHero__root[data-step="3"] .SupportHomeHero__section2Wrapper,.SupportHomeHero__root[data-step="3"] .SupportHomeHero__text2{display:block}.SupportHomeHero__root[data-step="2"] .SupportHomeHero__productSelect{visibility:visible;opacity:1}.SupportHomeHero__root[data-step="3"] .SupportHomeHero__productSelect{visibility:hidden;opacity:0}.SupportHomeHero__root[data-step="3"] .SupportHomeHero__submit{display:block}.SupportHomeHero__root[data-step="3"] .SupportHomeHero__productCarousel{opacity:1;visibility:visible}}@media (max-width:768px){.SupportHomeHero__root{position:relative}.SupportHomeHero__root .SupportHomeHero__verticalCarousel{margin-top:14px;height:320px;font-family:Core Sans,sans-serif;font-size:36px;line-height:54px;font-weight:800;text-align:center}.SupportHomeHero__root .SupportHomeHero__mobileTop{font-size:18px;color:#9aa8b6;text-align:center;min-height:60px;line-height:30px}.SupportHomeHero__root .SupportHomeHero__issueSelect,.SupportHomeHero__root .SupportHomeHero__issueSelected,.SupportHomeHero__root .SupportHomeHero__productSelect,.SupportHomeHero__root .SupportHomeHero__text{display:none}.SupportHomeHero__root .SupportHomeHero__submit{position:absolute;bottom:20px;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%)}.SupportHomeHero__root .SupportHomeHero__issueSelectedMobile,.SupportHomeHero__root .SupportHomeHero__textSelectIssue,.SupportHomeHero__root .SupportHomeHero__textSelectProduct{color:#0180c9}.SupportHomeHero__root .SupportHomeHero__issueCarousel{position:absolute;bottom:0;left:0;width:100%}.SupportHomeHero__root .SupportHomeHero__issueCarousel,.SupportHomeHero__root .SupportHomeHero__productCarousel{-webkit-transition:all .5s;transition:all .5s}.SupportHomeHero__root[data-step="0"] .SupportHomeHero__issueSelectedMobile,.SupportHomeHero__root[data-step="0"] .SupportHomeHero__step2,.SupportHomeHero__root[data-step="0"] .SupportHomeHero__submit,.SupportHomeHero__root[data-step="1"] .SupportHomeHero__issueSelectedMobile,.SupportHomeHero__root[data-step="1"] .SupportHomeHero__step2,.SupportHomeHero__root[data-step="1"] .SupportHomeHero__submit{display:none}.SupportHomeHero__root[data-step="0"] .SupportHomeHero__productCarousel,.SupportHomeHero__root[data-step="1"] .SupportHomeHero__productCarousel{visibility:hidden;opacity:0}.SupportHomeHero__root[data-step="2"] .SupportHomeHero__textSelectIssue,.SupportHomeHero__root[data-step="3"] .SupportHomeHero__textSelectIssue{display:none}.SupportHomeHero__root[data-step="2"] .SupportHomeHero__issueCarousel,.SupportHomeHero__root[data-step="3"] .SupportHomeHero__issueCarousel{visibility:hidden;opacity:0}}.JourneyTop__root{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:350px;position:relative;overflow:hidden;border-top:1px solid rgba(0,0,0,.1)}@media (max-width:768px){.JourneyTop__root{height:465px}}.JourneyTop__root .JourneyTop__logo{display:none;position:absolute;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);top:30px;width:66px;height:38px;color:#0081c9;fill:#0081c9}@media (max-width:768px){.JourneyTop__root .JourneyTop__logo{display:block}}.JourneyTop__root .JourneyTop__title{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:70px;font-family:Core Sans,sans-serif;font-style:normal;font-weight:800;line-height:60px;font-size:44px}@media (max-width:1280px){.JourneyTop__root .JourneyTop__title{font-size:36px}}@media (max-width:1024px){.JourneyTop__root .JourneyTop__title{width:95%;font-size:28px}}@media (max-width:768px){.JourneyTop__root .JourneyTop__title{-ms-flex-wrap:wrap;flex-wrap:wrap;margin-bottom:25px;line-height:42px;font-size:36px}}.JourneyTop__root .JourneyTop__text{margin-bottom:35px}@media (max-width:768px){.JourneyTop__root .JourneyTop__text{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-bottom:15px}}.JourneyTop__root .JourneyTop__question{font-family:SohoGothicPro,sans-serif;font-size:18px;font-weight:400;color:#9aa8b6;margin-bottom:13px;line-height:24px}.JourneyTop__root .JourneyTop__reference{font-style:normal;font-weight:500;line-height:20px;font-size:14px;letter-spacing:.3px;text-decoration:none;color:#0180c9}@media (max-width:768px){.JourneyTop__root .JourneyTop__reference{left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%)}}.ManualsProductGrid__root{border:none}.SearchByProductCategory__root .SearchByProductCategory__searchField{width:430px}.SearchByProductCategory__root .SearchByProductCategory__form{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;height:65px;margin-top:60px;border-bottom:1px solid rgba(0,0,0,.1)}.SearchByProductCategory__root input{width:95%;height:100%;color:#1e2e3f;border:0;font-size:18px;line-height:25px;font-weight:400;outline:0}.SearchByProductCategory__root input::-webkit-input-placeholder{color:#1e2e3f;opacity:1}.SearchByProductCategory__root input:-ms-input-placeholder,.SearchByProductCategory__root input::-ms-input-placeholder{color:#1e2e3f;opacity:1}.SearchByProductCategory__root input::placeholder{color:#1e2e3f;opacity:1}.SearchByProductCategory__root button{width:20px;height:17px;background:none;border:none;cursor:pointer}.SearchByProductCategory__root button svg{width:100%;height:100%;color:#0180c9;fill:#0180c9}.SearchByProductCategory__root .SearchByProductCategory__modalLink{width:100%;height:100%;margin-top:40px;font-weight:500}.OverviewCard__root{min-height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;border-radius:8px;padding:45px 50px 60px;text-align:center}@media (max-width:768px){.OverviewCard__root{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;margin-left:auto;margin-right:auto;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:45px 50px;text-align:start;min-height:140px;padding:35px 30px}}@media (max-width:374px){.OverviewCard__root{padding-left:20px;padding-right:20px}}.OverviewCard__root .OverviewCard__number{width:50px;height:50px;margin:0 auto 50px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border-radius:50%;font-family:SohoGothicPro,sans-serif;font-size:18px;font-weight:400;line-height:26px;color:#0180c9}@media (max-width:768px){.OverviewCard__root .OverviewCard__number{margin:0 30px 0 0}}.OverviewCard__root .OverviewCard__text{font-size:22px;line-height:32px;font-weight:400;color:#1e2e3f}@media (max-width:768px){.OverviewCard__root .OverviewCard__text{width:65%;margin-top:0;font-size:18px;line-height:24px}}.OverviewCard__root.OverviewCard__gray{background-color:#e9ecef}.OverviewCard__root.OverviewCard__gray .OverviewCard__number,.OverviewCard__root.OverviewCard__white{background-color:#fff}.OverviewCard__root.OverviewCard__white .OverviewCard__number{background-color:#e9ecef}@media (max-width:1024px){.OverviewCard__root.OverviewCard__noGrid{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;margin-left:auto;margin-right:auto;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:45px 50px;text-align:start}}@media (max-width:768px){.OverviewCard__root.OverviewCard__noGrid{min-height:165px;padding:35px 30px}}@media (max-width:374px){.OverviewCard__root.OverviewCard__noGrid{padding-left:20px;padding-right:20px}}@media (max-width:1024px){.OverviewCard__root.OverviewCard__noGrid .OverviewCard__number{margin:0 30px 0 0}}@media (max-width:1024px){.OverviewCard__root.OverviewCard__noGrid .OverviewCard__text{width:80%;margin-top:0;font-size:18px;line-height:24px}}@media (max-width:768px){.OverviewCard__root.OverviewCard__noGrid .OverviewCard__text{width:65%}}.ProductPartOverview__root .ProductPartOverview__text{width:890px;margin:0 auto;text-align:center;font-size:28px;line-height:72px;font-weight:300}@media (max-width:1280px){.ProductPartOverview__root .ProductPartOverview__text{width:680px;font-size:24px;line-height:67px}}@media (max-width:768px){.ProductPartOverview__root .ProductPartOverview__text{font-size:20px;width:87%;line-height:53px}}.ProductPartOverview__root .ProductPartOverview__cards{width:72%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin:40px auto 0}@media (max-width:1024px){.ProductPartOverview__root .ProductPartOverview__cards{-ms-flex-wrap:wrap;flex-wrap:wrap}}@media (max-width:768px){.ProductPartOverview__root .ProductPartOverview__cards{width:100%}}.BulletedList__root{position:relative}.BulletedList__root .BulletedList__title{font-weight:400;line-height:32px;font-size:24px;letter-spacing:.2px;color:#1e2e3f}.BulletedList__root ul{list-style:none;height:210px;padding-left:10px;-webkit-column-count:2;column-count:2;-webkit-column-gap:8%;column-gap:8%}@media (max-width:768px){.BulletedList__root ul{height:auto;-webkit-column-count:1;column-count:1}}.BulletedList__root li{position:relative;padding-left:18px}.BulletedList__root li:before{display:block;content:"";width:5px;height:5px;position:absolute;top:20px;left:0;background-color:#bcc7d3;border-radius:50%}.BulletedList__root .BulletedList__listName{padding-bottom:8px;border-bottom:1px solid rgba(0,0,0,.1)}.BulletedList__root .BulletedList__listItem{line-height:42px;color:#5b6d81}.SafetyAlertBlock__root .SafetyAlertBlock__text{font-size:18px;line-height:28px;font-weight:400;color:#5b6d81;text-align:center;width:96%;margin:20px auto 0}.CompareCardsSlide__container{width:100%;padding-right:1.25%;padding-left:1.25%;margin-right:auto;margin-left:auto}@media (min-width:769px){.CompareCardsSlide__container{max-width:1800px}}.CompareCardsSlide__container-fluid{width:100%;padding-right:1.25%;padding-left:1.25%;margin-right:auto;margin-left:auto}.CompareCardsSlide__row{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-right:-1.25%;margin-left:-1.25%}.CompareCardsSlide__no-gutters{margin-right:0;margin-left:0}.CompareCardsSlide__no-gutters>.CompareCardsSlide__col,.CompareCardsSlide__no-gutters>[class*=col-]{padding-right:0;padding-left:0}.CompareCardsSlide__col,.CompareCardsSlide__col-1,.CompareCardsSlide__col-2,.CompareCardsSlide__col-3,.CompareCardsSlide__col-4,.CompareCardsSlide__col-5,.CompareCardsSlide__col-6,.CompareCardsSlide__col-7,.CompareCardsSlide__col-8,.CompareCardsSlide__col-9,.CompareCardsSlide__col-10,.CompareCardsSlide__col-11,.CompareCardsSlide__col-12,.CompareCardsSlide__col-auto,.CompareCardsSlide__col-lg,.CompareCardsSlide__col-lg-1,.CompareCardsSlide__col-lg-2,.CompareCardsSlide__col-lg-3,.CompareCardsSlide__col-lg-4,.CompareCardsSlide__col-lg-5,.CompareCardsSlide__col-lg-6,.CompareCardsSlide__col-lg-7,.CompareCardsSlide__col-lg-8,.CompareCardsSlide__col-lg-9,.CompareCardsSlide__col-lg-10,.CompareCardsSlide__col-lg-11,.CompareCardsSlide__col-lg-12,.CompareCardsSlide__col-lg-auto,.CompareCardsSlide__col-md,.CompareCardsSlide__col-md-1,.CompareCardsSlide__col-md-2,.CompareCardsSlide__col-md-3,.CompareCardsSlide__col-md-4,.CompareCardsSlide__col-md-5,.CompareCardsSlide__col-md-6,.CompareCardsSlide__col-md-7,.CompareCardsSlide__col-md-8,.CompareCardsSlide__col-md-9,.CompareCardsSlide__col-md-10,.CompareCardsSlide__col-md-11,.CompareCardsSlide__col-md-12,.CompareCardsSlide__col-md-auto,.CompareCardsSlide__col-xl,.CompareCardsSlide__col-xl-1,.CompareCardsSlide__col-xl-2,.CompareCardsSlide__col-xl-3,.CompareCardsSlide__col-xl-4,.CompareCardsSlide__col-xl-5,.CompareCardsSlide__col-xl-6,.CompareCardsSlide__col-xl-7,.CompareCardsSlide__col-xl-8,.CompareCardsSlide__col-xl-9,.CompareCardsSlide__col-xl-10,.CompareCardsSlide__col-xl-11,.CompareCardsSlide__col-xl-12,.CompareCardsSlide__col-xl-auto,.CompareCardsSlide__col-xs,.CompareCardsSlide__col-xs-1,.CompareCardsSlide__col-xs-2,.CompareCardsSlide__col-xs-3,.CompareCardsSlide__col-xs-4,.CompareCardsSlide__col-xs-5,.CompareCardsSlide__col-xs-6,.CompareCardsSlide__col-xs-7,.CompareCardsSlide__col-xs-8,.CompareCardsSlide__col-xs-9,.CompareCardsSlide__col-xs-10,.CompareCardsSlide__col-xs-11,.CompareCardsSlide__col-xs-12,.CompareCardsSlide__col-xs-auto,.CompareCardsSlide__col-xxl,.CompareCardsSlide__col-xxl-1,.CompareCardsSlide__col-xxl-2,.CompareCardsSlide__col-xxl-3,.CompareCardsSlide__col-xxl-4,.CompareCardsSlide__col-xxl-5,.CompareCardsSlide__col-xxl-6,.CompareCardsSlide__col-xxl-7,.CompareCardsSlide__col-xxl-8,.CompareCardsSlide__col-xxl-9,.CompareCardsSlide__col-xxl-10,.CompareCardsSlide__col-xxl-11,.CompareCardsSlide__col-xxl-12,.CompareCardsSlide__col-xxl-auto{position:relative;width:100%;min-height:1px;padding-right:1.25%;padding-left:1.25%}.CompareCardsSlide__col{-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;max-width:100%}.CompareCardsSlide__col-auto{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:none}.CompareCardsSlide__col-1{-webkit-box-flex:0;-ms-flex:0 0 8.33333%;flex:0 0 8.33333%;max-width:8.33333%}.CompareCardsSlide__col-2{-webkit-box-flex:0;-ms-flex:0 0 16.66667%;flex:0 0 16.66667%;max-width:16.66667%}.CompareCardsSlide__col-3{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.CompareCardsSlide__col-4{-webkit-box-flex:0;-ms-flex:0 0 33.33333%;flex:0 0 33.33333%;max-width:33.33333%}.CompareCardsSlide__col-5{-webkit-box-flex:0;-ms-flex:0 0 41.66667%;flex:0 0 41.66667%;max-width:41.66667%}.CompareCardsSlide__col-6{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.CompareCardsSlide__col-7{-webkit-box-flex:0;-ms-flex:0 0 58.33333%;flex:0 0 58.33333%;max-width:58.33333%}.CompareCardsSlide__col-8{-webkit-box-flex:0;-ms-flex:0 0 66.66667%;flex:0 0 66.66667%;max-width:66.66667%}.CompareCardsSlide__col-9{-webkit-box-flex:0;-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.CompareCardsSlide__col-10{-webkit-box-flex:0;-ms-flex:0 0 83.33333%;flex:0 0 83.33333%;max-width:83.33333%}.CompareCardsSlide__col-11{-webkit-box-flex:0;-ms-flex:0 0 91.66667%;flex:0 0 91.66667%;max-width:91.66667%}.CompareCardsSlide__col-12{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.CompareCardsSlide__order-first{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.CompareCardsSlide__order-last{-webkit-box-ordinal-group:14;-ms-flex-order:13;order:13}.CompareCardsSlide__order-0{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}.CompareCardsSlide__order-1{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.CompareCardsSlide__order-2{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.CompareCardsSlide__order-3{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.CompareCardsSlide__order-4{-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4}.CompareCardsSlide__order-5{-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5}.CompareCardsSlide__order-6{-webkit-box-ordinal-group:7;-ms-flex-order:6;order:6}.CompareCardsSlide__order-7{-webkit-box-ordinal-group:8;-ms-flex-order:7;order:7}.CompareCardsSlide__order-8{-webkit-box-ordinal-group:9;-ms-flex-order:8;order:8}.CompareCardsSlide__order-9{-webkit-box-ordinal-group:10;-ms-flex-order:9;order:9}.CompareCardsSlide__order-10{-webkit-box-ordinal-group:11;-ms-flex-order:10;order:10}.CompareCardsSlide__order-11{-webkit-box-ordinal-group:12;-ms-flex-order:11;order:11}.CompareCardsSlide__order-12{-webkit-box-ordinal-group:13;-ms-flex-order:12;order:12}.CompareCardsSlide__offset-1{margin-left:8.33333%}.CompareCardsSlide__offset-2{margin-left:16.66667%}.CompareCardsSlide__offset-3{margin-left:25%}.CompareCardsSlide__offset-4{margin-left:33.33333%}.CompareCardsSlide__offset-5{margin-left:41.66667%}.CompareCardsSlide__offset-6{margin-left:50%}.CompareCardsSlide__offset-7{margin-left:58.33333%}.CompareCardsSlide__offset-8{margin-left:66.66667%}.CompareCardsSlide__offset-9{margin-left:75%}.CompareCardsSlide__offset-10{margin-left:83.33333%}.CompareCardsSlide__offset-11{margin-left:91.66667%}@media (min-width:375px){.CompareCardsSlide__col-xs{-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;max-width:100%}.CompareCardsSlide__col-xs-auto{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:none}.CompareCardsSlide__col-xs-1{-webkit-box-flex:0;-ms-flex:0 0 8.33333%;flex:0 0 8.33333%;max-width:8.33333%}.CompareCardsSlide__col-xs-2{-webkit-box-flex:0;-ms-flex:0 0 16.66667%;flex:0 0 16.66667%;max-width:16.66667%}.CompareCardsSlide__col-xs-3{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.CompareCardsSlide__col-xs-4{-webkit-box-flex:0;-ms-flex:0 0 33.33333%;flex:0 0 33.33333%;max-width:33.33333%}.CompareCardsSlide__col-xs-5{-webkit-box-flex:0;-ms-flex:0 0 41.66667%;flex:0 0 41.66667%;max-width:41.66667%}.CompareCardsSlide__col-xs-6{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.CompareCardsSlide__col-xs-7{-webkit-box-flex:0;-ms-flex:0 0 58.33333%;flex:0 0 58.33333%;max-width:58.33333%}.CompareCardsSlide__col-xs-8{-webkit-box-flex:0;-ms-flex:0 0 66.66667%;flex:0 0 66.66667%;max-width:66.66667%}.CompareCardsSlide__col-xs-9{-webkit-box-flex:0;-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.CompareCardsSlide__col-xs-10{-webkit-box-flex:0;-ms-flex:0 0 83.33333%;flex:0 0 83.33333%;max-width:83.33333%}.CompareCardsSlide__col-xs-11{-webkit-box-flex:0;-ms-flex:0 0 91.66667%;flex:0 0 91.66667%;max-width:91.66667%}.CompareCardsSlide__col-xs-12{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.CompareCardsSlide__order-xs-first{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.CompareCardsSlide__order-xs-last{-webkit-box-ordinal-group:14;-ms-flex-order:13;order:13}.CompareCardsSlide__order-xs-0{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}.CompareCardsSlide__order-xs-1{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.CompareCardsSlide__order-xs-2{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.CompareCardsSlide__order-xs-3{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.CompareCardsSlide__order-xs-4{-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4}.CompareCardsSlide__order-xs-5{-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5}.CompareCardsSlide__order-xs-6{-webkit-box-ordinal-group:7;-ms-flex-order:6;order:6}.CompareCardsSlide__order-xs-7{-webkit-box-ordinal-group:8;-ms-flex-order:7;order:7}.CompareCardsSlide__order-xs-8{-webkit-box-ordinal-group:9;-ms-flex-order:8;order:8}.CompareCardsSlide__order-xs-9{-webkit-box-ordinal-group:10;-ms-flex-order:9;order:9}.CompareCardsSlide__order-xs-10{-webkit-box-ordinal-group:11;-ms-flex-order:10;order:10}.CompareCardsSlide__order-xs-11{-webkit-box-ordinal-group:12;-ms-flex-order:11;order:11}.CompareCardsSlide__order-xs-12{-webkit-box-ordinal-group:13;-ms-flex-order:12;order:12}.CompareCardsSlide__offset-xs-0{margin-left:0}.CompareCardsSlide__offset-xs-1{margin-left:8.33333%}.CompareCardsSlide__offset-xs-2{margin-left:16.66667%}.CompareCardsSlide__offset-xs-3{margin-left:25%}.CompareCardsSlide__offset-xs-4{margin-left:33.33333%}.CompareCardsSlide__offset-xs-5{margin-left:41.66667%}.CompareCardsSlide__offset-xs-6{margin-left:50%}.CompareCardsSlide__offset-xs-7{margin-left:58.33333%}.CompareCardsSlide__offset-xs-8{margin-left:66.66667%}.CompareCardsSlide__offset-xs-9{margin-left:75%}.CompareCardsSlide__offset-xs-10{margin-left:83.33333%}.CompareCardsSlide__offset-xs-11{margin-left:91.66667%}}@media (min-width:769px){.CompareCardsSlide__col-md{-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;max-width:100%}.CompareCardsSlide__col-md-auto{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:none}.CompareCardsSlide__col-md-1{-webkit-box-flex:0;-ms-flex:0 0 8.33333%;flex:0 0 8.33333%;max-width:8.33333%}.CompareCardsSlide__col-md-2{-webkit-box-flex:0;-ms-flex:0 0 16.66667%;flex:0 0 16.66667%;max-width:16.66667%}.CompareCardsSlide__col-md-3{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.CompareCardsSlide__col-md-4{-webkit-box-flex:0;-ms-flex:0 0 33.33333%;flex:0 0 33.33333%;max-width:33.33333%}.CompareCardsSlide__col-md-5{-webkit-box-flex:0;-ms-flex:0 0 41.66667%;flex:0 0 41.66667%;max-width:41.66667%}.CompareCardsSlide__col-md-6{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.CompareCardsSlide__col-md-7{-webkit-box-flex:0;-ms-flex:0 0 58.33333%;flex:0 0 58.33333%;max-width:58.33333%}.CompareCardsSlide__col-md-8{-webkit-box-flex:0;-ms-flex:0 0 66.66667%;flex:0 0 66.66667%;max-width:66.66667%}.CompareCardsSlide__col-md-9{-webkit-box-flex:0;-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.CompareCardsSlide__col-md-10{-webkit-box-flex:0;-ms-flex:0 0 83.33333%;flex:0 0 83.33333%;max-width:83.33333%}.CompareCardsSlide__col-md-11{-webkit-box-flex:0;-ms-flex:0 0 91.66667%;flex:0 0 91.66667%;max-width:91.66667%}.CompareCardsSlide__col-md-12{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.CompareCardsSlide__order-md-first{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.CompareCardsSlide__order-md-last{-webkit-box-ordinal-group:14;-ms-flex-order:13;order:13}.CompareCardsSlide__order-md-0{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}.CompareCardsSlide__order-md-1{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.CompareCardsSlide__order-md-2{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.CompareCardsSlide__order-md-3{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.CompareCardsSlide__order-md-4{-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4}.CompareCardsSlide__order-md-5{-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5}.CompareCardsSlide__order-md-6{-webkit-box-ordinal-group:7;-ms-flex-order:6;order:6}.CompareCardsSlide__order-md-7{-webkit-box-ordinal-group:8;-ms-flex-order:7;order:7}.CompareCardsSlide__order-md-8{-webkit-box-ordinal-group:9;-ms-flex-order:8;order:8}.CompareCardsSlide__order-md-9{-webkit-box-ordinal-group:10;-ms-flex-order:9;order:9}.CompareCardsSlide__order-md-10{-webkit-box-ordinal-group:11;-ms-flex-order:10;order:10}.CompareCardsSlide__order-md-11{-webkit-box-ordinal-group:12;-ms-flex-order:11;order:11}.CompareCardsSlide__order-md-12{-webkit-box-ordinal-group:13;-ms-flex-order:12;order:12}.CompareCardsSlide__offset-md-0{margin-left:0}.CompareCardsSlide__offset-md-1{margin-left:8.33333%}.CompareCardsSlide__offset-md-2{margin-left:16.66667%}.CompareCardsSlide__offset-md-3{margin-left:25%}.CompareCardsSlide__offset-md-4{margin-left:33.33333%}.CompareCardsSlide__offset-md-5{margin-left:41.66667%}.CompareCardsSlide__offset-md-6{margin-left:50%}.CompareCardsSlide__offset-md-7{margin-left:58.33333%}.CompareCardsSlide__offset-md-8{margin-left:66.66667%}.CompareCardsSlide__offset-md-9{margin-left:75%}.CompareCardsSlide__offset-md-10{margin-left:83.33333%}.CompareCardsSlide__offset-md-11{margin-left:91.66667%}}@media (min-width:1025px){.CompareCardsSlide__col-lg{-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;max-width:100%}.CompareCardsSlide__col-lg-auto{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:none}.CompareCardsSlide__col-lg-1{-webkit-box-flex:0;-ms-flex:0 0 8.33333%;flex:0 0 8.33333%;max-width:8.33333%}.CompareCardsSlide__col-lg-2{-webkit-box-flex:0;-ms-flex:0 0 16.66667%;flex:0 0 16.66667%;max-width:16.66667%}.CompareCardsSlide__col-lg-3{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.CompareCardsSlide__col-lg-4{-webkit-box-flex:0;-ms-flex:0 0 33.33333%;flex:0 0 33.33333%;max-width:33.33333%}.CompareCardsSlide__col-lg-5{-webkit-box-flex:0;-ms-flex:0 0 41.66667%;flex:0 0 41.66667%;max-width:41.66667%}.CompareCardsSlide__col-lg-6{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.CompareCardsSlide__col-lg-7{-webkit-box-flex:0;-ms-flex:0 0 58.33333%;flex:0 0 58.33333%;max-width:58.33333%}.CompareCardsSlide__col-lg-8{-webkit-box-flex:0;-ms-flex:0 0 66.66667%;flex:0 0 66.66667%;max-width:66.66667%}.CompareCardsSlide__col-lg-9{-webkit-box-flex:0;-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.CompareCardsSlide__col-lg-10{-webkit-box-flex:0;-ms-flex:0 0 83.33333%;flex:0 0 83.33333%;max-width:83.33333%}.CompareCardsSlide__col-lg-11{-webkit-box-flex:0;-ms-flex:0 0 91.66667%;flex:0 0 91.66667%;max-width:91.66667%}.CompareCardsSlide__col-lg-12{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.CompareCardsSlide__order-lg-first{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.CompareCardsSlide__order-lg-last{-webkit-box-ordinal-group:14;-ms-flex-order:13;order:13}.CompareCardsSlide__order-lg-0{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}.CompareCardsSlide__order-lg-1{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.CompareCardsSlide__order-lg-2{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.CompareCardsSlide__order-lg-3{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.CompareCardsSlide__order-lg-4{-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4}.CompareCardsSlide__order-lg-5{-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5}.CompareCardsSlide__order-lg-6{-webkit-box-ordinal-group:7;-ms-flex-order:6;order:6}.CompareCardsSlide__order-lg-7{-webkit-box-ordinal-group:8;-ms-flex-order:7;order:7}.CompareCardsSlide__order-lg-8{-webkit-box-ordinal-group:9;-ms-flex-order:8;order:8}.CompareCardsSlide__order-lg-9{-webkit-box-ordinal-group:10;-ms-flex-order:9;order:9}.CompareCardsSlide__order-lg-10{-webkit-box-ordinal-group:11;-ms-flex-order:10;order:10}.CompareCardsSlide__order-lg-11{-webkit-box-ordinal-group:12;-ms-flex-order:11;order:11}.CompareCardsSlide__order-lg-12{-webkit-box-ordinal-group:13;-ms-flex-order:12;order:12}.CompareCardsSlide__offset-lg-0{margin-left:0}.CompareCardsSlide__offset-lg-1{margin-left:8.33333%}.CompareCardsSlide__offset-lg-2{margin-left:16.66667%}.CompareCardsSlide__offset-lg-3{margin-left:25%}.CompareCardsSlide__offset-lg-4{margin-left:33.33333%}.CompareCardsSlide__offset-lg-5{margin-left:41.66667%}.CompareCardsSlide__offset-lg-6{margin-left:50%}.CompareCardsSlide__offset-lg-7{margin-left:58.33333%}.CompareCardsSlide__offset-lg-8{margin-left:66.66667%}.CompareCardsSlide__offset-lg-9{margin-left:75%}.CompareCardsSlide__offset-lg-10{margin-left:83.33333%}.CompareCardsSlide__offset-lg-11{margin-left:91.66667%}}@media (min-width:1281px){.CompareCardsSlide__col-xl{-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;max-width:100%}.CompareCardsSlide__col-xl-auto{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:none}.CompareCardsSlide__col-xl-1{-webkit-box-flex:0;-ms-flex:0 0 8.33333%;flex:0 0 8.33333%;max-width:8.33333%}.CompareCardsSlide__col-xl-2{-webkit-box-flex:0;-ms-flex:0 0 16.66667%;flex:0 0 16.66667%;max-width:16.66667%}.CompareCardsSlide__col-xl-3{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.CompareCardsSlide__col-xl-4{-webkit-box-flex:0;-ms-flex:0 0 33.33333%;flex:0 0 33.33333%;max-width:33.33333%}.CompareCardsSlide__col-xl-5{-webkit-box-flex:0;-ms-flex:0 0 41.66667%;flex:0 0 41.66667%;max-width:41.66667%}.CompareCardsSlide__col-xl-6{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.CompareCardsSlide__col-xl-7{-webkit-box-flex:0;-ms-flex:0 0 58.33333%;flex:0 0 58.33333%;max-width:58.33333%}.CompareCardsSlide__col-xl-8{-webkit-box-flex:0;-ms-flex:0 0 66.66667%;flex:0 0 66.66667%;max-width:66.66667%}.CompareCardsSlide__col-xl-9{-webkit-box-flex:0;-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.CompareCardsSlide__col-xl-10{-webkit-box-flex:0;-ms-flex:0 0 83.33333%;flex:0 0 83.33333%;max-width:83.33333%}.CompareCardsSlide__col-xl-11{-webkit-box-flex:0;-ms-flex:0 0 91.66667%;flex:0 0 91.66667%;max-width:91.66667%}.CompareCardsSlide__col-xl-12{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.CompareCardsSlide__order-xl-first{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.CompareCardsSlide__order-xl-last{-webkit-box-ordinal-group:14;-ms-flex-order:13;order:13}.CompareCardsSlide__order-xl-0{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}.CompareCardsSlide__order-xl-1{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.CompareCardsSlide__order-xl-2{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.CompareCardsSlide__order-xl-3{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.CompareCardsSlide__order-xl-4{-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4}.CompareCardsSlide__order-xl-5{-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5}.CompareCardsSlide__order-xl-6{-webkit-box-ordinal-group:7;-ms-flex-order:6;order:6}.CompareCardsSlide__order-xl-7{-webkit-box-ordinal-group:8;-ms-flex-order:7;order:7}.CompareCardsSlide__order-xl-8{-webkit-box-ordinal-group:9;-ms-flex-order:8;order:8}.CompareCardsSlide__order-xl-9{-webkit-box-ordinal-group:10;-ms-flex-order:9;order:9}.CompareCardsSlide__order-xl-10{-webkit-box-ordinal-group:11;-ms-flex-order:10;order:10}.CompareCardsSlide__order-xl-11{-webkit-box-ordinal-group:12;-ms-flex-order:11;order:11}.CompareCardsSlide__order-xl-12{-webkit-box-ordinal-group:13;-ms-flex-order:12;order:12}.CompareCardsSlide__offset-xl-0{margin-left:0}.CompareCardsSlide__offset-xl-1{margin-left:8.33333%}.CompareCardsSlide__offset-xl-2{margin-left:16.66667%}.CompareCardsSlide__offset-xl-3{margin-left:25%}.CompareCardsSlide__offset-xl-4{margin-left:33.33333%}.CompareCardsSlide__offset-xl-5{margin-left:41.66667%}.CompareCardsSlide__offset-xl-6{margin-left:50%}.CompareCardsSlide__offset-xl-7{margin-left:58.33333%}.CompareCardsSlide__offset-xl-8{margin-left:66.66667%}.CompareCardsSlide__offset-xl-9{margin-left:75%}.CompareCardsSlide__offset-xl-10{margin-left:83.33333%}.CompareCardsSlide__offset-xl-11{margin-left:91.66667%}}@media (min-width:1441px){.CompareCardsSlide__col-xxl{-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;max-width:100%}.CompareCardsSlide__col-xxl-auto{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:none}.CompareCardsSlide__col-xxl-1{-webkit-box-flex:0;-ms-flex:0 0 8.33333%;flex:0 0 8.33333%;max-width:8.33333%}.CompareCardsSlide__col-xxl-2{-webkit-box-flex:0;-ms-flex:0 0 16.66667%;flex:0 0 16.66667%;max-width:16.66667%}.CompareCardsSlide__col-xxl-3{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.CompareCardsSlide__col-xxl-4{-webkit-box-flex:0;-ms-flex:0 0 33.33333%;flex:0 0 33.33333%;max-width:33.33333%}.CompareCardsSlide__col-xxl-5{-webkit-box-flex:0;-ms-flex:0 0 41.66667%;flex:0 0 41.66667%;max-width:41.66667%}.CompareCardsSlide__col-xxl-6{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.CompareCardsSlide__col-xxl-7{-webkit-box-flex:0;-ms-flex:0 0 58.33333%;flex:0 0 58.33333%;max-width:58.33333%}.CompareCardsSlide__col-xxl-8{-webkit-box-flex:0;-ms-flex:0 0 66.66667%;flex:0 0 66.66667%;max-width:66.66667%}.CompareCardsSlide__col-xxl-9{-webkit-box-flex:0;-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.CompareCardsSlide__col-xxl-10{-webkit-box-flex:0;-ms-flex:0 0 83.33333%;flex:0 0 83.33333%;max-width:83.33333%}.CompareCardsSlide__col-xxl-11{-webkit-box-flex:0;-ms-flex:0 0 91.66667%;flex:0 0 91.66667%;max-width:91.66667%}.CompareCardsSlide__col-xxl-12{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.CompareCardsSlide__order-xxl-first{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.CompareCardsSlide__order-xxl-last{-webkit-box-ordinal-group:14;-ms-flex-order:13;order:13}.CompareCardsSlide__order-xxl-0{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}.CompareCardsSlide__order-xxl-1{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.CompareCardsSlide__order-xxl-2{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.CompareCardsSlide__order-xxl-3{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.CompareCardsSlide__order-xxl-4{-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4}.CompareCardsSlide__order-xxl-5{-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5}.CompareCardsSlide__order-xxl-6{-webkit-box-ordinal-group:7;-ms-flex-order:6;order:6}.CompareCardsSlide__order-xxl-7{-webkit-box-ordinal-group:8;-ms-flex-order:7;order:7}.CompareCardsSlide__order-xxl-8{-webkit-box-ordinal-group:9;-ms-flex-order:8;order:8}.CompareCardsSlide__order-xxl-9{-webkit-box-ordinal-group:10;-ms-flex-order:9;order:9}.CompareCardsSlide__order-xxl-10{-webkit-box-ordinal-group:11;-ms-flex-order:10;order:10}.CompareCardsSlide__order-xxl-11{-webkit-box-ordinal-group:12;-ms-flex-order:11;order:11}.CompareCardsSlide__order-xxl-12{-webkit-box-ordinal-group:13;-ms-flex-order:12;order:12}.CompareCardsSlide__offset-xxl-0{margin-left:0}.CompareCardsSlide__offset-xxl-1{margin-left:8.33333%}.CompareCardsSlide__offset-xxl-2{margin-left:16.66667%}.CompareCardsSlide__offset-xxl-3{margin-left:25%}.CompareCardsSlide__offset-xxl-4{margin-left:33.33333%}.CompareCardsSlide__offset-xxl-5{margin-left:41.66667%}.CompareCardsSlide__offset-xxl-6{margin-left:50%}.CompareCardsSlide__offset-xxl-7{margin-left:58.33333%}.CompareCardsSlide__offset-xxl-8{margin-left:66.66667%}.CompareCardsSlide__offset-xxl-9{margin-left:75%}.CompareCardsSlide__offset-xxl-10{margin-left:83.33333%}.CompareCardsSlide__offset-xxl-11{margin-left:91.66667%}}@media (min-width:1440px){.CompareCardsSlide__container{padding:0 44px}}@media (max-width:769px){.CompareCardsSlide__container{padding-right:17px;padding-left:17px}.CompareCardsSlide__row{margin-right:-5px;margin-left:-5px}.CompareCardsSlide__row>.CompareCardsSlide__col,.CompareCardsSlide__row>[class*=col-]{padding-right:5px;padding-left:5px}}.CompareCardsSlide__container-no-max-width{max-width:none}@media (max-width:768px){.CompareCardsSlide__container--md{max-width:none;padding:0}.CompareCardsSlide__container--md .CompareCardsSlide__row{margin:0}.CompareCardsSlide__container--md .CompareCardsSlide__row>.CompareCardsSlide__col,.CompareCardsSlide__container--md .CompareCardsSlide__row>[class*=col-]{padding-left:0;padding-right:0}}@media (max-width:1439px){.CompareCardsSlide__container--xxl{max-width:none;padding:0}.CompareCardsSlide__container--xxl .CompareCardsSlide__row{margin:0}.CompareCardsSlide__container--xxl .CompareCardsSlide__row>.CompareCardsSlide__col,.CompareCardsSlide__container--xxl .CompareCardsSlide__row>[class*=col-]{padding-left:0;padding-right:0}}@media (min-width:1025px){.CompareCardsSlide__container--tablet{max-width:none;padding:0}.CompareCardsSlide__container--tablet .CompareCardsSlide__row{margin:0}.CompareCardsSlide__container--tablet .CompareCardsSlide__row>.CompareCardsSlide__col,.CompareCardsSlide__container--tablet .CompareCardsSlide__row>[class*=col-]{padding-left:0;padding-right:0}}@media (max-width:768px){.CompareCardsSlide__container--sm{padding-right:17px;padding-left:17px}}.CompareCardsSlide__container-full-width{max-width:unset}@media (max-width:768px){.CompareCardsSlide__container-left{padding-left:17px}}@media (min-width:769px){.CompareCardsSlide__container-left{padding-left:1.25%}}@media (min-width:1440px){.CompareCardsSlide__container-left{padding-left:44px}}.CompareCardsSlide__root{position:relative;width:310px;color:#fff;text-align:center;overflow:hidden}@media (max-width:768px){.CompareCardsSlide__root{width:162px}}.CompareCardsSlide__removeBtn{line-height:21px}.CompareCardsSlide__contentWrapper{padding-top:1px;border-radius:8px;height:450px}@media (max-width:768px){.CompareCardsSlide__contentWrapper{height:280px}}.CompareCardsSlide__link{display:block;text-decoration:none;color:inherit}.CompareCardsSlide__model{text-transform:uppercase;font-size:12px;line-height:18px;font-weight:400;letter-spacing:.37px}.CompareCardsSlide__title{height:60px;font-size:22px;line-height:30px}@media (max-width:768px){.CompareCardsSlide__title{font-size:14px;line-height:20px;letter-spacing:.43px}}.CompareCardsSlide__imageWrapper{position:absolute;bottom:0;height:306px;width:calc(100% - 70px)}@media (max-width:768px){.CompareCardsSlide__imageWrapper{width:calc(100% - 50px);height:160px}}.CompareCardsSlide__image{position:absolute;bottom:0;max-height:100%;max-width:100%}.EmtyProductSlide__container{width:100%;padding-right:1.25%;padding-left:1.25%;margin-right:auto;margin-left:auto}@media (min-width:769px){.EmtyProductSlide__container{max-width:1800px}}.EmtyProductSlide__container-fluid{width:100%;padding-right:1.25%;padding-left:1.25%;margin-right:auto;margin-left:auto}.EmtyProductSlide__row{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-right:-1.25%;margin-left:-1.25%}.EmtyProductSlide__no-gutters{margin-right:0;margin-left:0}.EmtyProductSlide__no-gutters>.EmtyProductSlide__col,.EmtyProductSlide__no-gutters>[class*=col-]{padding-right:0;padding-left:0}.EmtyProductSlide__col,.EmtyProductSlide__col-1,.EmtyProductSlide__col-2,.EmtyProductSlide__col-3,.EmtyProductSlide__col-4,.EmtyProductSlide__col-5,.EmtyProductSlide__col-6,.EmtyProductSlide__col-7,.EmtyProductSlide__col-8,.EmtyProductSlide__col-9,.EmtyProductSlide__col-10,.EmtyProductSlide__col-11,.EmtyProductSlide__col-12,.EmtyProductSlide__col-auto,.EmtyProductSlide__col-lg,.EmtyProductSlide__col-lg-1,.EmtyProductSlide__col-lg-2,.EmtyProductSlide__col-lg-3,.EmtyProductSlide__col-lg-4,.EmtyProductSlide__col-lg-5,.EmtyProductSlide__col-lg-6,.EmtyProductSlide__col-lg-7,.EmtyProductSlide__col-lg-8,.EmtyProductSlide__col-lg-9,.EmtyProductSlide__col-lg-10,.EmtyProductSlide__col-lg-11,.EmtyProductSlide__col-lg-12,.EmtyProductSlide__col-lg-auto,.EmtyProductSlide__col-md,.EmtyProductSlide__col-md-1,.EmtyProductSlide__col-md-2,.EmtyProductSlide__col-md-3,.EmtyProductSlide__col-md-4,.EmtyProductSlide__col-md-5,.EmtyProductSlide__col-md-6,.EmtyProductSlide__col-md-7,.EmtyProductSlide__col-md-8,.EmtyProductSlide__col-md-9,.EmtyProductSlide__col-md-10,.EmtyProductSlide__col-md-11,.EmtyProductSlide__col-md-12,.EmtyProductSlide__col-md-auto,.EmtyProductSlide__col-xl,.EmtyProductSlide__col-xl-1,.EmtyProductSlide__col-xl-2,.EmtyProductSlide__col-xl-3,.EmtyProductSlide__col-xl-4,.EmtyProductSlide__col-xl-5,.EmtyProductSlide__col-xl-6,.EmtyProductSlide__col-xl-7,.EmtyProductSlide__col-xl-8,.EmtyProductSlide__col-xl-9,.EmtyProductSlide__col-xl-10,.EmtyProductSlide__col-xl-11,.EmtyProductSlide__col-xl-12,.EmtyProductSlide__col-xl-auto,.EmtyProductSlide__col-xs,.EmtyProductSlide__col-xs-1,.EmtyProductSlide__col-xs-2,.EmtyProductSlide__col-xs-3,.EmtyProductSlide__col-xs-4,.EmtyProductSlide__col-xs-5,.EmtyProductSlide__col-xs-6,.EmtyProductSlide__col-xs-7,.EmtyProductSlide__col-xs-8,.EmtyProductSlide__col-xs-9,.EmtyProductSlide__col-xs-10,.EmtyProductSlide__col-xs-11,.EmtyProductSlide__col-xs-12,.EmtyProductSlide__col-xs-auto,.EmtyProductSlide__col-xxl,.EmtyProductSlide__col-xxl-1,.EmtyProductSlide__col-xxl-2,.EmtyProductSlide__col-xxl-3,.EmtyProductSlide__col-xxl-4,.EmtyProductSlide__col-xxl-5,.EmtyProductSlide__col-xxl-6,.EmtyProductSlide__col-xxl-7,.EmtyProductSlide__col-xxl-8,.EmtyProductSlide__col-xxl-9,.EmtyProductSlide__col-xxl-10,.EmtyProductSlide__col-xxl-11,.EmtyProductSlide__col-xxl-12,.EmtyProductSlide__col-xxl-auto{position:relative;width:100%;min-height:1px;padding-right:1.25%;padding-left:1.25%}.EmtyProductSlide__col{-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;max-width:100%}.EmtyProductSlide__col-auto{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:none}.EmtyProductSlide__col-1{-webkit-box-flex:0;-ms-flex:0 0 8.33333%;flex:0 0 8.33333%;max-width:8.33333%}.EmtyProductSlide__col-2{-webkit-box-flex:0;-ms-flex:0 0 16.66667%;flex:0 0 16.66667%;max-width:16.66667%}.EmtyProductSlide__col-3{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.EmtyProductSlide__col-4{-webkit-box-flex:0;-ms-flex:0 0 33.33333%;flex:0 0 33.33333%;max-width:33.33333%}.EmtyProductSlide__col-5{-webkit-box-flex:0;-ms-flex:0 0 41.66667%;flex:0 0 41.66667%;max-width:41.66667%}.EmtyProductSlide__col-6{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.EmtyProductSlide__col-7{-webkit-box-flex:0;-ms-flex:0 0 58.33333%;flex:0 0 58.33333%;max-width:58.33333%}.EmtyProductSlide__col-8{-webkit-box-flex:0;-ms-flex:0 0 66.66667%;flex:0 0 66.66667%;max-width:66.66667%}.EmtyProductSlide__col-9{-webkit-box-flex:0;-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.EmtyProductSlide__col-10{-webkit-box-flex:0;-ms-flex:0 0 83.33333%;flex:0 0 83.33333%;max-width:83.33333%}.EmtyProductSlide__col-11{-webkit-box-flex:0;-ms-flex:0 0 91.66667%;flex:0 0 91.66667%;max-width:91.66667%}.EmtyProductSlide__col-12{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.EmtyProductSlide__order-first{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.EmtyProductSlide__order-last{-webkit-box-ordinal-group:14;-ms-flex-order:13;order:13}.EmtyProductSlide__order-0{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}.EmtyProductSlide__order-1{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.EmtyProductSlide__order-2{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.EmtyProductSlide__order-3{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.EmtyProductSlide__order-4{-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4}.EmtyProductSlide__order-5{-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5}.EmtyProductSlide__order-6{-webkit-box-ordinal-group:7;-ms-flex-order:6;order:6}.EmtyProductSlide__order-7{-webkit-box-ordinal-group:8;-ms-flex-order:7;order:7}.EmtyProductSlide__order-8{-webkit-box-ordinal-group:9;-ms-flex-order:8;order:8}.EmtyProductSlide__order-9{-webkit-box-ordinal-group:10;-ms-flex-order:9;order:9}.EmtyProductSlide__order-10{-webkit-box-ordinal-group:11;-ms-flex-order:10;order:10}.EmtyProductSlide__order-11{-webkit-box-ordinal-group:12;-ms-flex-order:11;order:11}.EmtyProductSlide__order-12{-webkit-box-ordinal-group:13;-ms-flex-order:12;order:12}.EmtyProductSlide__offset-1{margin-left:8.33333%}.EmtyProductSlide__offset-2{margin-left:16.66667%}.EmtyProductSlide__offset-3{margin-left:25%}.EmtyProductSlide__offset-4{margin-left:33.33333%}.EmtyProductSlide__offset-5{margin-left:41.66667%}.EmtyProductSlide__offset-6{margin-left:50%}.EmtyProductSlide__offset-7{margin-left:58.33333%}.EmtyProductSlide__offset-8{margin-left:66.66667%}.EmtyProductSlide__offset-9{margin-left:75%}.EmtyProductSlide__offset-10{margin-left:83.33333%}.EmtyProductSlide__offset-11{margin-left:91.66667%}@media (min-width:375px){.EmtyProductSlide__col-xs{-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;max-width:100%}.EmtyProductSlide__col-xs-auto{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:none}.EmtyProductSlide__col-xs-1{-webkit-box-flex:0;-ms-flex:0 0 8.33333%;flex:0 0 8.33333%;max-width:8.33333%}.EmtyProductSlide__col-xs-2{-webkit-box-flex:0;-ms-flex:0 0 16.66667%;flex:0 0 16.66667%;max-width:16.66667%}.EmtyProductSlide__col-xs-3{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.EmtyProductSlide__col-xs-4{-webkit-box-flex:0;-ms-flex:0 0 33.33333%;flex:0 0 33.33333%;max-width:33.33333%}.EmtyProductSlide__col-xs-5{-webkit-box-flex:0;-ms-flex:0 0 41.66667%;flex:0 0 41.66667%;max-width:41.66667%}.EmtyProductSlide__col-xs-6{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.EmtyProductSlide__col-xs-7{-webkit-box-flex:0;-ms-flex:0 0 58.33333%;flex:0 0 58.33333%;max-width:58.33333%}.EmtyProductSlide__col-xs-8{-webkit-box-flex:0;-ms-flex:0 0 66.66667%;flex:0 0 66.66667%;max-width:66.66667%}.EmtyProductSlide__col-xs-9{-webkit-box-flex:0;-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.EmtyProductSlide__col-xs-10{-webkit-box-flex:0;-ms-flex:0 0 83.33333%;flex:0 0 83.33333%;max-width:83.33333%}.EmtyProductSlide__col-xs-11{-webkit-box-flex:0;-ms-flex:0 0 91.66667%;flex:0 0 91.66667%;max-width:91.66667%}.EmtyProductSlide__col-xs-12{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.EmtyProductSlide__order-xs-first{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.EmtyProductSlide__order-xs-last{-webkit-box-ordinal-group:14;-ms-flex-order:13;order:13}.EmtyProductSlide__order-xs-0{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}.EmtyProductSlide__order-xs-1{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.EmtyProductSlide__order-xs-2{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.EmtyProductSlide__order-xs-3{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.EmtyProductSlide__order-xs-4{-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4}.EmtyProductSlide__order-xs-5{-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5}.EmtyProductSlide__order-xs-6{-webkit-box-ordinal-group:7;-ms-flex-order:6;order:6}.EmtyProductSlide__order-xs-7{-webkit-box-ordinal-group:8;-ms-flex-order:7;order:7}.EmtyProductSlide__order-xs-8{-webkit-box-ordinal-group:9;-ms-flex-order:8;order:8}.EmtyProductSlide__order-xs-9{-webkit-box-ordinal-group:10;-ms-flex-order:9;order:9}.EmtyProductSlide__order-xs-10{-webkit-box-ordinal-group:11;-ms-flex-order:10;order:10}.EmtyProductSlide__order-xs-11{-webkit-box-ordinal-group:12;-ms-flex-order:11;order:11}.EmtyProductSlide__order-xs-12{-webkit-box-ordinal-group:13;-ms-flex-order:12;order:12}.EmtyProductSlide__offset-xs-0{margin-left:0}.EmtyProductSlide__offset-xs-1{margin-left:8.33333%}.EmtyProductSlide__offset-xs-2{margin-left:16.66667%}.EmtyProductSlide__offset-xs-3{margin-left:25%}.EmtyProductSlide__offset-xs-4{margin-left:33.33333%}.EmtyProductSlide__offset-xs-5{margin-left:41.66667%}.EmtyProductSlide__offset-xs-6{margin-left:50%}.EmtyProductSlide__offset-xs-7{margin-left:58.33333%}.EmtyProductSlide__offset-xs-8{margin-left:66.66667%}.EmtyProductSlide__offset-xs-9{margin-left:75%}.EmtyProductSlide__offset-xs-10{margin-left:83.33333%}.EmtyProductSlide__offset-xs-11{margin-left:91.66667%}}@media (min-width:769px){.EmtyProductSlide__col-md{-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;max-width:100%}.EmtyProductSlide__col-md-auto{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:none}.EmtyProductSlide__col-md-1{-webkit-box-flex:0;-ms-flex:0 0 8.33333%;flex:0 0 8.33333%;max-width:8.33333%}.EmtyProductSlide__col-md-2{-webkit-box-flex:0;-ms-flex:0 0 16.66667%;flex:0 0 16.66667%;max-width:16.66667%}.EmtyProductSlide__col-md-3{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.EmtyProductSlide__col-md-4{-webkit-box-flex:0;-ms-flex:0 0 33.33333%;flex:0 0 33.33333%;max-width:33.33333%}.EmtyProductSlide__col-md-5{-webkit-box-flex:0;-ms-flex:0 0 41.66667%;flex:0 0 41.66667%;max-width:41.66667%}.EmtyProductSlide__col-md-6{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.EmtyProductSlide__col-md-7{-webkit-box-flex:0;-ms-flex:0 0 58.33333%;flex:0 0 58.33333%;max-width:58.33333%}.EmtyProductSlide__col-md-8{-webkit-box-flex:0;-ms-flex:0 0 66.66667%;flex:0 0 66.66667%;max-width:66.66667%}.EmtyProductSlide__col-md-9{-webkit-box-flex:0;-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.EmtyProductSlide__col-md-10{-webkit-box-flex:0;-ms-flex:0 0 83.33333%;flex:0 0 83.33333%;max-width:83.33333%}.EmtyProductSlide__col-md-11{-webkit-box-flex:0;-ms-flex:0 0 91.66667%;flex:0 0 91.66667%;max-width:91.66667%}.EmtyProductSlide__col-md-12{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.EmtyProductSlide__order-md-first{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.EmtyProductSlide__order-md-last{-webkit-box-ordinal-group:14;-ms-flex-order:13;order:13}.EmtyProductSlide__order-md-0{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}.EmtyProductSlide__order-md-1{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.EmtyProductSlide__order-md-2{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.EmtyProductSlide__order-md-3{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.EmtyProductSlide__order-md-4{-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4}.EmtyProductSlide__order-md-5{-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5}.EmtyProductSlide__order-md-6{-webkit-box-ordinal-group:7;-ms-flex-order:6;order:6}.EmtyProductSlide__order-md-7{-webkit-box-ordinal-group:8;-ms-flex-order:7;order:7}.EmtyProductSlide__order-md-8{-webkit-box-ordinal-group:9;-ms-flex-order:8;order:8}.EmtyProductSlide__order-md-9{-webkit-box-ordinal-group:10;-ms-flex-order:9;order:9}.EmtyProductSlide__order-md-10{-webkit-box-ordinal-group:11;-ms-flex-order:10;order:10}.EmtyProductSlide__order-md-11{-webkit-box-ordinal-group:12;-ms-flex-order:11;order:11}.EmtyProductSlide__order-md-12{-webkit-box-ordinal-group:13;-ms-flex-order:12;order:12}.EmtyProductSlide__offset-md-0{margin-left:0}.EmtyProductSlide__offset-md-1{margin-left:8.33333%}.EmtyProductSlide__offset-md-2{margin-left:16.66667%}.EmtyProductSlide__offset-md-3{margin-left:25%}.EmtyProductSlide__offset-md-4{margin-left:33.33333%}.EmtyProductSlide__offset-md-5{margin-left:41.66667%}.EmtyProductSlide__offset-md-6{margin-left:50%}.EmtyProductSlide__offset-md-7{margin-left:58.33333%}.EmtyProductSlide__offset-md-8{margin-left:66.66667%}.EmtyProductSlide__offset-md-9{margin-left:75%}.EmtyProductSlide__offset-md-10{margin-left:83.33333%}.EmtyProductSlide__offset-md-11{margin-left:91.66667%}}@media (min-width:1025px){.EmtyProductSlide__col-lg{-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;max-width:100%}.EmtyProductSlide__col-lg-auto{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:none}.EmtyProductSlide__col-lg-1{-webkit-box-flex:0;-ms-flex:0 0 8.33333%;flex:0 0 8.33333%;max-width:8.33333%}.EmtyProductSlide__col-lg-2{-webkit-box-flex:0;-ms-flex:0 0 16.66667%;flex:0 0 16.66667%;max-width:16.66667%}.EmtyProductSlide__col-lg-3{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.EmtyProductSlide__col-lg-4{-webkit-box-flex:0;-ms-flex:0 0 33.33333%;flex:0 0 33.33333%;max-width:33.33333%}.EmtyProductSlide__col-lg-5{-webkit-box-flex:0;-ms-flex:0 0 41.66667%;flex:0 0 41.66667%;max-width:41.66667%}.EmtyProductSlide__col-lg-6{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.EmtyProductSlide__col-lg-7{-webkit-box-flex:0;-ms-flex:0 0 58.33333%;flex:0 0 58.33333%;max-width:58.33333%}.EmtyProductSlide__col-lg-8{-webkit-box-flex:0;-ms-flex:0 0 66.66667%;flex:0 0 66.66667%;max-width:66.66667%}.EmtyProductSlide__col-lg-9{-webkit-box-flex:0;-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.EmtyProductSlide__col-lg-10{-webkit-box-flex:0;-ms-flex:0 0 83.33333%;flex:0 0 83.33333%;max-width:83.33333%}.EmtyProductSlide__col-lg-11{-webkit-box-flex:0;-ms-flex:0 0 91.66667%;flex:0 0 91.66667%;max-width:91.66667%}.EmtyProductSlide__col-lg-12{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.EmtyProductSlide__order-lg-first{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.EmtyProductSlide__order-lg-last{-webkit-box-ordinal-group:14;-ms-flex-order:13;order:13}.EmtyProductSlide__order-lg-0{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}.EmtyProductSlide__order-lg-1{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.EmtyProductSlide__order-lg-2{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.EmtyProductSlide__order-lg-3{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.EmtyProductSlide__order-lg-4{-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4}.EmtyProductSlide__order-lg-5{-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5}.EmtyProductSlide__order-lg-6{-webkit-box-ordinal-group:7;-ms-flex-order:6;order:6}.EmtyProductSlide__order-lg-7{-webkit-box-ordinal-group:8;-ms-flex-order:7;order:7}.EmtyProductSlide__order-lg-8{-webkit-box-ordinal-group:9;-ms-flex-order:8;order:8}.EmtyProductSlide__order-lg-9{-webkit-box-ordinal-group:10;-ms-flex-order:9;order:9}.EmtyProductSlide__order-lg-10{-webkit-box-ordinal-group:11;-ms-flex-order:10;order:10}.EmtyProductSlide__order-lg-11{-webkit-box-ordinal-group:12;-ms-flex-order:11;order:11}.EmtyProductSlide__order-lg-12{-webkit-box-ordinal-group:13;-ms-flex-order:12;order:12}.EmtyProductSlide__offset-lg-0{margin-left:0}.EmtyProductSlide__offset-lg-1{margin-left:8.33333%}.EmtyProductSlide__offset-lg-2{margin-left:16.66667%}.EmtyProductSlide__offset-lg-3{margin-left:25%}.EmtyProductSlide__offset-lg-4{margin-left:33.33333%}.EmtyProductSlide__offset-lg-5{margin-left:41.66667%}.EmtyProductSlide__offset-lg-6{margin-left:50%}.EmtyProductSlide__offset-lg-7{margin-left:58.33333%}.EmtyProductSlide__offset-lg-8{margin-left:66.66667%}.EmtyProductSlide__offset-lg-9{margin-left:75%}.EmtyProductSlide__offset-lg-10{margin-left:83.33333%}.EmtyProductSlide__offset-lg-11{margin-left:91.66667%}}@media (min-width:1281px){.EmtyProductSlide__col-xl{-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;max-width:100%}.EmtyProductSlide__col-xl-auto{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:none}.EmtyProductSlide__col-xl-1{-webkit-box-flex:0;-ms-flex:0 0 8.33333%;flex:0 0 8.33333%;max-width:8.33333%}.EmtyProductSlide__col-xl-2{-webkit-box-flex:0;-ms-flex:0 0 16.66667%;flex:0 0 16.66667%;max-width:16.66667%}.EmtyProductSlide__col-xl-3{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.EmtyProductSlide__col-xl-4{-webkit-box-flex:0;-ms-flex:0 0 33.33333%;flex:0 0 33.33333%;max-width:33.33333%}.EmtyProductSlide__col-xl-5{-webkit-box-flex:0;-ms-flex:0 0 41.66667%;flex:0 0 41.66667%;max-width:41.66667%}.EmtyProductSlide__col-xl-6{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.EmtyProductSlide__col-xl-7{-webkit-box-flex:0;-ms-flex:0 0 58.33333%;flex:0 0 58.33333%;max-width:58.33333%}.EmtyProductSlide__col-xl-8{-webkit-box-flex:0;-ms-flex:0 0 66.66667%;flex:0 0 66.66667%;max-width:66.66667%}.EmtyProductSlide__col-xl-9{-webkit-box-flex:0;-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.EmtyProductSlide__col-xl-10{-webkit-box-flex:0;-ms-flex:0 0 83.33333%;flex:0 0 83.33333%;max-width:83.33333%}.EmtyProductSlide__col-xl-11{-webkit-box-flex:0;-ms-flex:0 0 91.66667%;flex:0 0 91.66667%;max-width:91.66667%}.EmtyProductSlide__col-xl-12{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.EmtyProductSlide__order-xl-first{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.EmtyProductSlide__order-xl-last{-webkit-box-ordinal-group:14;-ms-flex-order:13;order:13}.EmtyProductSlide__order-xl-0{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}.EmtyProductSlide__order-xl-1{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.EmtyProductSlide__order-xl-2{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.EmtyProductSlide__order-xl-3{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.EmtyProductSlide__order-xl-4{-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4}.EmtyProductSlide__order-xl-5{-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5}.EmtyProductSlide__order-xl-6{-webkit-box-ordinal-group:7;-ms-flex-order:6;order:6}.EmtyProductSlide__order-xl-7{-webkit-box-ordinal-group:8;-ms-flex-order:7;order:7}.EmtyProductSlide__order-xl-8{-webkit-box-ordinal-group:9;-ms-flex-order:8;order:8}.EmtyProductSlide__order-xl-9{-webkit-box-ordinal-group:10;-ms-flex-order:9;order:9}.EmtyProductSlide__order-xl-10{-webkit-box-ordinal-group:11;-ms-flex-order:10;order:10}.EmtyProductSlide__order-xl-11{-webkit-box-ordinal-group:12;-ms-flex-order:11;order:11}.EmtyProductSlide__order-xl-12{-webkit-box-ordinal-group:13;-ms-flex-order:12;order:12}.EmtyProductSlide__offset-xl-0{margin-left:0}.EmtyProductSlide__offset-xl-1{margin-left:8.33333%}.EmtyProductSlide__offset-xl-2{margin-left:16.66667%}.EmtyProductSlide__offset-xl-3{margin-left:25%}.EmtyProductSlide__offset-xl-4{margin-left:33.33333%}.EmtyProductSlide__offset-xl-5{margin-left:41.66667%}.EmtyProductSlide__offset-xl-6{margin-left:50%}.EmtyProductSlide__offset-xl-7{margin-left:58.33333%}.EmtyProductSlide__offset-xl-8{margin-left:66.66667%}.EmtyProductSlide__offset-xl-9{margin-left:75%}.EmtyProductSlide__offset-xl-10{margin-left:83.33333%}.EmtyProductSlide__offset-xl-11{margin-left:91.66667%}}@media (min-width:1441px){.EmtyProductSlide__col-xxl{-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;max-width:100%}.EmtyProductSlide__col-xxl-auto{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:none}.EmtyProductSlide__col-xxl-1{-webkit-box-flex:0;-ms-flex:0 0 8.33333%;flex:0 0 8.33333%;max-width:8.33333%}.EmtyProductSlide__col-xxl-2{-webkit-box-flex:0;-ms-flex:0 0 16.66667%;flex:0 0 16.66667%;max-width:16.66667%}.EmtyProductSlide__col-xxl-3{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.EmtyProductSlide__col-xxl-4{-webkit-box-flex:0;-ms-flex:0 0 33.33333%;flex:0 0 33.33333%;max-width:33.33333%}.EmtyProductSlide__col-xxl-5{-webkit-box-flex:0;-ms-flex:0 0 41.66667%;flex:0 0 41.66667%;max-width:41.66667%}.EmtyProductSlide__col-xxl-6{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.EmtyProductSlide__col-xxl-7{-webkit-box-flex:0;-ms-flex:0 0 58.33333%;flex:0 0 58.33333%;max-width:58.33333%}.EmtyProductSlide__col-xxl-8{-webkit-box-flex:0;-ms-flex:0 0 66.66667%;flex:0 0 66.66667%;max-width:66.66667%}.EmtyProductSlide__col-xxl-9{-webkit-box-flex:0;-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.EmtyProductSlide__col-xxl-10{-webkit-box-flex:0;-ms-flex:0 0 83.33333%;flex:0 0 83.33333%;max-width:83.33333%}.EmtyProductSlide__col-xxl-11{-webkit-box-flex:0;-ms-flex:0 0 91.66667%;flex:0 0 91.66667%;max-width:91.66667%}.EmtyProductSlide__col-xxl-12{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.EmtyProductSlide__order-xxl-first{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.EmtyProductSlide__order-xxl-last{-webkit-box-ordinal-group:14;-ms-flex-order:13;order:13}.EmtyProductSlide__order-xxl-0{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}.EmtyProductSlide__order-xxl-1{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.EmtyProductSlide__order-xxl-2{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.EmtyProductSlide__order-xxl-3{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.EmtyProductSlide__order-xxl-4{-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4}.EmtyProductSlide__order-xxl-5{-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5}.EmtyProductSlide__order-xxl-6{-webkit-box-ordinal-group:7;-ms-flex-order:6;order:6}.EmtyProductSlide__order-xxl-7{-webkit-box-ordinal-group:8;-ms-flex-order:7;order:7}.EmtyProductSlide__order-xxl-8{-webkit-box-ordinal-group:9;-ms-flex-order:8;order:8}.EmtyProductSlide__order-xxl-9{-webkit-box-ordinal-group:10;-ms-flex-order:9;order:9}.EmtyProductSlide__order-xxl-10{-webkit-box-ordinal-group:11;-ms-flex-order:10;order:10}.EmtyProductSlide__order-xxl-11{-webkit-box-ordinal-group:12;-ms-flex-order:11;order:11}.EmtyProductSlide__order-xxl-12{-webkit-box-ordinal-group:13;-ms-flex-order:12;order:12}.EmtyProductSlide__offset-xxl-0{margin-left:0}.EmtyProductSlide__offset-xxl-1{margin-left:8.33333%}.EmtyProductSlide__offset-xxl-2{margin-left:16.66667%}.EmtyProductSlide__offset-xxl-3{margin-left:25%}.EmtyProductSlide__offset-xxl-4{margin-left:33.33333%}.EmtyProductSlide__offset-xxl-5{margin-left:41.66667%}.EmtyProductSlide__offset-xxl-6{margin-left:50%}.EmtyProductSlide__offset-xxl-7{margin-left:58.33333%}.EmtyProductSlide__offset-xxl-8{margin-left:66.66667%}.EmtyProductSlide__offset-xxl-9{margin-left:75%}.EmtyProductSlide__offset-xxl-10{margin-left:83.33333%}.EmtyProductSlide__offset-xxl-11{margin-left:91.66667%}}@media (min-width:1440px){.EmtyProductSlide__container{padding:0 44px}}@media (max-width:769px){.EmtyProductSlide__container{padding-right:17px;padding-left:17px}.EmtyProductSlide__row{margin-right:-5px;margin-left:-5px}.EmtyProductSlide__row>.EmtyProductSlide__col,.EmtyProductSlide__row>[class*=col-]{padding-right:5px;padding-left:5px}}.EmtyProductSlide__container-no-max-width{max-width:none}@media (max-width:768px){.EmtyProductSlide__container--md{max-width:none;padding:0}.EmtyProductSlide__container--md .EmtyProductSlide__row{margin:0}.EmtyProductSlide__container--md .EmtyProductSlide__row>.EmtyProductSlide__col,.EmtyProductSlide__container--md .EmtyProductSlide__row>[class*=col-]{padding-left:0;padding-right:0}}@media (max-width:1439px){.EmtyProductSlide__container--xxl{max-width:none;padding:0}.EmtyProductSlide__container--xxl .EmtyProductSlide__row{margin:0}.EmtyProductSlide__container--xxl .EmtyProductSlide__row>.EmtyProductSlide__col,.EmtyProductSlide__container--xxl .EmtyProductSlide__row>[class*=col-]{padding-left:0;padding-right:0}}@media (min-width:1025px){.EmtyProductSlide__container--tablet{max-width:none;padding:0}.EmtyProductSlide__container--tablet .EmtyProductSlide__row{margin:0}.EmtyProductSlide__container--tablet .EmtyProductSlide__row>.EmtyProductSlide__col,.EmtyProductSlide__container--tablet .EmtyProductSlide__row>[class*=col-]{padding-left:0;padding-right:0}}@media (max-width:768px){.EmtyProductSlide__container--sm{padding-right:17px;padding-left:17px}}.EmtyProductSlide__container-full-width{max-width:unset}@media (max-width:768px){.EmtyProductSlide__container-left{padding-left:17px}}@media (min-width:769px){.EmtyProductSlide__container-left{padding-left:1.25%}}@media (min-width:1440px){.EmtyProductSlide__container-left{padding-left:44px}}.EmtyProductSlide__root{position:relative;padding-top:1px;border-radius:8px;width:310px;height:450px;color:#fff;text-align:center;overflow:hidden}@media (max-width:768px){.EmtyProductSlide__root{width:162px;height:280px}}.EmtyProductSlide__root.removeButtonMargin{margin-top:43px}.CompareCardsSlider__center{position:relative;display:inline-block;max-width:100%}.CompareCardsSlider__mainWrapper{position:absolute;top:0;left:0;z-index:1;border-top-right-radius:8px;border-bottom-right-radius:8px}.CompareCardsSlider__mainWrapperBg{position:absolute;bottom:0;left:0;width:calc(100% - 100px);height:100%;z-index:-1}@media (max-width:768px){.CompareCardsSlider__mainWrapperBg{width:calc(100% - 30px)}}.FixedCompareMenuSlide__container{width:100%;padding-right:1.25%;padding-left:1.25%;margin-right:auto;margin-left:auto}@media (min-width:769px){.FixedCompareMenuSlide__container{max-width:1800px}}.FixedCompareMenuSlide__container-fluid{width:100%;padding-right:1.25%;padding-left:1.25%;margin-right:auto;margin-left:auto}.FixedCompareMenuSlide__row{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-right:-1.25%;margin-left:-1.25%}.FixedCompareMenuSlide__no-gutters{margin-right:0;margin-left:0}.FixedCompareMenuSlide__no-gutters>.FixedCompareMenuSlide__col,.FixedCompareMenuSlide__no-gutters>[class*=col-]{padding-right:0;padding-left:0}.FixedCompareMenuSlide__col,.FixedCompareMenuSlide__col-1,.FixedCompareMenuSlide__col-2,.FixedCompareMenuSlide__col-3,.FixedCompareMenuSlide__col-4,.FixedCompareMenuSlide__col-5,.FixedCompareMenuSlide__col-6,.FixedCompareMenuSlide__col-7,.FixedCompareMenuSlide__col-8,.FixedCompareMenuSlide__col-9,.FixedCompareMenuSlide__col-10,.FixedCompareMenuSlide__col-11,.FixedCompareMenuSlide__col-12,.FixedCompareMenuSlide__col-auto,.FixedCompareMenuSlide__col-lg,.FixedCompareMenuSlide__col-lg-1,.FixedCompareMenuSlide__col-lg-2,.FixedCompareMenuSlide__col-lg-3,.FixedCompareMenuSlide__col-lg-4,.FixedCompareMenuSlide__col-lg-5,.FixedCompareMenuSlide__col-lg-6,.FixedCompareMenuSlide__col-lg-7,.FixedCompareMenuSlide__col-lg-8,.FixedCompareMenuSlide__col-lg-9,.FixedCompareMenuSlide__col-lg-10,.FixedCompareMenuSlide__col-lg-11,.FixedCompareMenuSlide__col-lg-12,.FixedCompareMenuSlide__col-lg-auto,.FixedCompareMenuSlide__col-md,.FixedCompareMenuSlide__col-md-1,.FixedCompareMenuSlide__col-md-2,.FixedCompareMenuSlide__col-md-3,.FixedCompareMenuSlide__col-md-4,.FixedCompareMenuSlide__col-md-5,.FixedCompareMenuSlide__col-md-6,.FixedCompareMenuSlide__col-md-7,.FixedCompareMenuSlide__col-md-8,.FixedCompareMenuSlide__col-md-9,.FixedCompareMenuSlide__col-md-10,.FixedCompareMenuSlide__col-md-11,.FixedCompareMenuSlide__col-md-12,.FixedCompareMenuSlide__col-md-auto,.FixedCompareMenuSlide__col-xl,.FixedCompareMenuSlide__col-xl-1,.FixedCompareMenuSlide__col-xl-2,.FixedCompareMenuSlide__col-xl-3,.FixedCompareMenuSlide__col-xl-4,.FixedCompareMenuSlide__col-xl-5,.FixedCompareMenuSlide__col-xl-6,.FixedCompareMenuSlide__col-xl-7,.FixedCompareMenuSlide__col-xl-8,.FixedCompareMenuSlide__col-xl-9,.FixedCompareMenuSlide__col-xl-10,.FixedCompareMenuSlide__col-xl-11,.FixedCompareMenuSlide__col-xl-12,.FixedCompareMenuSlide__col-xl-auto,.FixedCompareMenuSlide__col-xs,.FixedCompareMenuSlide__col-xs-1,.FixedCompareMenuSlide__col-xs-2,.FixedCompareMenuSlide__col-xs-3,.FixedCompareMenuSlide__col-xs-4,.FixedCompareMenuSlide__col-xs-5,.FixedCompareMenuSlide__col-xs-6,.FixedCompareMenuSlide__col-xs-7,.FixedCompareMenuSlide__col-xs-8,.FixedCompareMenuSlide__col-xs-9,.FixedCompareMenuSlide__col-xs-10,.FixedCompareMenuSlide__col-xs-11,.FixedCompareMenuSlide__col-xs-12,.FixedCompareMenuSlide__col-xs-auto,.FixedCompareMenuSlide__col-xxl,.FixedCompareMenuSlide__col-xxl-1,.FixedCompareMenuSlide__col-xxl-2,.FixedCompareMenuSlide__col-xxl-3,.FixedCompareMenuSlide__col-xxl-4,.FixedCompareMenuSlide__col-xxl-5,.FixedCompareMenuSlide__col-xxl-6,.FixedCompareMenuSlide__col-xxl-7,.FixedCompareMenuSlide__col-xxl-8,.FixedCompareMenuSlide__col-xxl-9,.FixedCompareMenuSlide__col-xxl-10,.FixedCompareMenuSlide__col-xxl-11,.FixedCompareMenuSlide__col-xxl-12,.FixedCompareMenuSlide__col-xxl-auto{position:relative;width:100%;min-height:1px;padding-right:1.25%;padding-left:1.25%}.FixedCompareMenuSlide__col{-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;max-width:100%}.FixedCompareMenuSlide__col-auto{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:none}.FixedCompareMenuSlide__col-1{-webkit-box-flex:0;-ms-flex:0 0 8.33333%;flex:0 0 8.33333%;max-width:8.33333%}.FixedCompareMenuSlide__col-2{-webkit-box-flex:0;-ms-flex:0 0 16.66667%;flex:0 0 16.66667%;max-width:16.66667%}.FixedCompareMenuSlide__col-3{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.FixedCompareMenuSlide__col-4{-webkit-box-flex:0;-ms-flex:0 0 33.33333%;flex:0 0 33.33333%;max-width:33.33333%}.FixedCompareMenuSlide__col-5{-webkit-box-flex:0;-ms-flex:0 0 41.66667%;flex:0 0 41.66667%;max-width:41.66667%}.FixedCompareMenuSlide__col-6{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.FixedCompareMenuSlide__col-7{-webkit-box-flex:0;-ms-flex:0 0 58.33333%;flex:0 0 58.33333%;max-width:58.33333%}.FixedCompareMenuSlide__col-8{-webkit-box-flex:0;-ms-flex:0 0 66.66667%;flex:0 0 66.66667%;max-width:66.66667%}.FixedCompareMenuSlide__col-9{-webkit-box-flex:0;-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.FixedCompareMenuSlide__col-10{-webkit-box-flex:0;-ms-flex:0 0 83.33333%;flex:0 0 83.33333%;max-width:83.33333%}.FixedCompareMenuSlide__col-11{-webkit-box-flex:0;-ms-flex:0 0 91.66667%;flex:0 0 91.66667%;max-width:91.66667%}.FixedCompareMenuSlide__col-12{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.FixedCompareMenuSlide__order-first{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.FixedCompareMenuSlide__order-last{-webkit-box-ordinal-group:14;-ms-flex-order:13;order:13}.FixedCompareMenuSlide__order-0{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}.FixedCompareMenuSlide__order-1{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.FixedCompareMenuSlide__order-2{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.FixedCompareMenuSlide__order-3{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.FixedCompareMenuSlide__order-4{-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4}.FixedCompareMenuSlide__order-5{-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5}.FixedCompareMenuSlide__order-6{-webkit-box-ordinal-group:7;-ms-flex-order:6;order:6}.FixedCompareMenuSlide__order-7{-webkit-box-ordinal-group:8;-ms-flex-order:7;order:7}.FixedCompareMenuSlide__order-8{-webkit-box-ordinal-group:9;-ms-flex-order:8;order:8}.FixedCompareMenuSlide__order-9{-webkit-box-ordinal-group:10;-ms-flex-order:9;order:9}.FixedCompareMenuSlide__order-10{-webkit-box-ordinal-group:11;-ms-flex-order:10;order:10}.FixedCompareMenuSlide__order-11{-webkit-box-ordinal-group:12;-ms-flex-order:11;order:11}.FixedCompareMenuSlide__order-12{-webkit-box-ordinal-group:13;-ms-flex-order:12;order:12}.FixedCompareMenuSlide__offset-1{margin-left:8.33333%}.FixedCompareMenuSlide__offset-2{margin-left:16.66667%}.FixedCompareMenuSlide__offset-3{margin-left:25%}.FixedCompareMenuSlide__offset-4{margin-left:33.33333%}.FixedCompareMenuSlide__offset-5{margin-left:41.66667%}.FixedCompareMenuSlide__offset-6{margin-left:50%}.FixedCompareMenuSlide__offset-7{margin-left:58.33333%}.FixedCompareMenuSlide__offset-8{margin-left:66.66667%}.FixedCompareMenuSlide__offset-9{margin-left:75%}.FixedCompareMenuSlide__offset-10{margin-left:83.33333%}.FixedCompareMenuSlide__offset-11{margin-left:91.66667%}@media (min-width:375px){.FixedCompareMenuSlide__col-xs{-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;max-width:100%}.FixedCompareMenuSlide__col-xs-auto{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:none}.FixedCompareMenuSlide__col-xs-1{-webkit-box-flex:0;-ms-flex:0 0 8.33333%;flex:0 0 8.33333%;max-width:8.33333%}.FixedCompareMenuSlide__col-xs-2{-webkit-box-flex:0;-ms-flex:0 0 16.66667%;flex:0 0 16.66667%;max-width:16.66667%}.FixedCompareMenuSlide__col-xs-3{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.FixedCompareMenuSlide__col-xs-4{-webkit-box-flex:0;-ms-flex:0 0 33.33333%;flex:0 0 33.33333%;max-width:33.33333%}.FixedCompareMenuSlide__col-xs-5{-webkit-box-flex:0;-ms-flex:0 0 41.66667%;flex:0 0 41.66667%;max-width:41.66667%}.FixedCompareMenuSlide__col-xs-6{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.FixedCompareMenuSlide__col-xs-7{-webkit-box-flex:0;-ms-flex:0 0 58.33333%;flex:0 0 58.33333%;max-width:58.33333%}.FixedCompareMenuSlide__col-xs-8{-webkit-box-flex:0;-ms-flex:0 0 66.66667%;flex:0 0 66.66667%;max-width:66.66667%}.FixedCompareMenuSlide__col-xs-9{-webkit-box-flex:0;-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.FixedCompareMenuSlide__col-xs-10{-webkit-box-flex:0;-ms-flex:0 0 83.33333%;flex:0 0 83.33333%;max-width:83.33333%}.FixedCompareMenuSlide__col-xs-11{-webkit-box-flex:0;-ms-flex:0 0 91.66667%;flex:0 0 91.66667%;max-width:91.66667%}.FixedCompareMenuSlide__col-xs-12{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.FixedCompareMenuSlide__order-xs-first{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.FixedCompareMenuSlide__order-xs-last{-webkit-box-ordinal-group:14;-ms-flex-order:13;order:13}.FixedCompareMenuSlide__order-xs-0{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}.FixedCompareMenuSlide__order-xs-1{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.FixedCompareMenuSlide__order-xs-2{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.FixedCompareMenuSlide__order-xs-3{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.FixedCompareMenuSlide__order-xs-4{-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4}.FixedCompareMenuSlide__order-xs-5{-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5}.FixedCompareMenuSlide__order-xs-6{-webkit-box-ordinal-group:7;-ms-flex-order:6;order:6}.FixedCompareMenuSlide__order-xs-7{-webkit-box-ordinal-group:8;-ms-flex-order:7;order:7}.FixedCompareMenuSlide__order-xs-8{-webkit-box-ordinal-group:9;-ms-flex-order:8;order:8}.FixedCompareMenuSlide__order-xs-9{-webkit-box-ordinal-group:10;-ms-flex-order:9;order:9}.FixedCompareMenuSlide__order-xs-10{-webkit-box-ordinal-group:11;-ms-flex-order:10;order:10}.FixedCompareMenuSlide__order-xs-11{-webkit-box-ordinal-group:12;-ms-flex-order:11;order:11}.FixedCompareMenuSlide__order-xs-12{-webkit-box-ordinal-group:13;-ms-flex-order:12;order:12}.FixedCompareMenuSlide__offset-xs-0{margin-left:0}.FixedCompareMenuSlide__offset-xs-1{margin-left:8.33333%}.FixedCompareMenuSlide__offset-xs-2{margin-left:16.66667%}.FixedCompareMenuSlide__offset-xs-3{margin-left:25%}.FixedCompareMenuSlide__offset-xs-4{margin-left:33.33333%}.FixedCompareMenuSlide__offset-xs-5{margin-left:41.66667%}.FixedCompareMenuSlide__offset-xs-6{margin-left:50%}.FixedCompareMenuSlide__offset-xs-7{margin-left:58.33333%}.FixedCompareMenuSlide__offset-xs-8{margin-left:66.66667%}.FixedCompareMenuSlide__offset-xs-9{margin-left:75%}.FixedCompareMenuSlide__offset-xs-10{margin-left:83.33333%}.FixedCompareMenuSlide__offset-xs-11{margin-left:91.66667%}}@media (min-width:769px){.FixedCompareMenuSlide__col-md{-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;max-width:100%}.FixedCompareMenuSlide__col-md-auto{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:none}.FixedCompareMenuSlide__col-md-1{-webkit-box-flex:0;-ms-flex:0 0 8.33333%;flex:0 0 8.33333%;max-width:8.33333%}.FixedCompareMenuSlide__col-md-2{-webkit-box-flex:0;-ms-flex:0 0 16.66667%;flex:0 0 16.66667%;max-width:16.66667%}.FixedCompareMenuSlide__col-md-3{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.FixedCompareMenuSlide__col-md-4{-webkit-box-flex:0;-ms-flex:0 0 33.33333%;flex:0 0 33.33333%;max-width:33.33333%}.FixedCompareMenuSlide__col-md-5{-webkit-box-flex:0;-ms-flex:0 0 41.66667%;flex:0 0 41.66667%;max-width:41.66667%}.FixedCompareMenuSlide__col-md-6{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.FixedCompareMenuSlide__col-md-7{-webkit-box-flex:0;-ms-flex:0 0 58.33333%;flex:0 0 58.33333%;max-width:58.33333%}.FixedCompareMenuSlide__col-md-8{-webkit-box-flex:0;-ms-flex:0 0 66.66667%;flex:0 0 66.66667%;max-width:66.66667%}.FixedCompareMenuSlide__col-md-9{-webkit-box-flex:0;-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.FixedCompareMenuSlide__col-md-10{-webkit-box-flex:0;-ms-flex:0 0 83.33333%;flex:0 0 83.33333%;max-width:83.33333%}.FixedCompareMenuSlide__col-md-11{-webkit-box-flex:0;-ms-flex:0 0 91.66667%;flex:0 0 91.66667%;max-width:91.66667%}.FixedCompareMenuSlide__col-md-12{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.FixedCompareMenuSlide__order-md-first{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.FixedCompareMenuSlide__order-md-last{-webkit-box-ordinal-group:14;-ms-flex-order:13;order:13}.FixedCompareMenuSlide__order-md-0{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}.FixedCompareMenuSlide__order-md-1{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.FixedCompareMenuSlide__order-md-2{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.FixedCompareMenuSlide__order-md-3{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.FixedCompareMenuSlide__order-md-4{-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4}.FixedCompareMenuSlide__order-md-5{-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5}.FixedCompareMenuSlide__order-md-6{-webkit-box-ordinal-group:7;-ms-flex-order:6;order:6}.FixedCompareMenuSlide__order-md-7{-webkit-box-ordinal-group:8;-ms-flex-order:7;order:7}.FixedCompareMenuSlide__order-md-8{-webkit-box-ordinal-group:9;-ms-flex-order:8;order:8}.FixedCompareMenuSlide__order-md-9{-webkit-box-ordinal-group:10;-ms-flex-order:9;order:9}.FixedCompareMenuSlide__order-md-10{-webkit-box-ordinal-group:11;-ms-flex-order:10;order:10}.FixedCompareMenuSlide__order-md-11{-webkit-box-ordinal-group:12;-ms-flex-order:11;order:11}.FixedCompareMenuSlide__order-md-12{-webkit-box-ordinal-group:13;-ms-flex-order:12;order:12}.FixedCompareMenuSlide__offset-md-0{margin-left:0}.FixedCompareMenuSlide__offset-md-1{margin-left:8.33333%}.FixedCompareMenuSlide__offset-md-2{margin-left:16.66667%}.FixedCompareMenuSlide__offset-md-3{margin-left:25%}.FixedCompareMenuSlide__offset-md-4{margin-left:33.33333%}.FixedCompareMenuSlide__offset-md-5{margin-left:41.66667%}.FixedCompareMenuSlide__offset-md-6{margin-left:50%}.FixedCompareMenuSlide__offset-md-7{margin-left:58.33333%}.FixedCompareMenuSlide__offset-md-8{margin-left:66.66667%}.FixedCompareMenuSlide__offset-md-9{margin-left:75%}.FixedCompareMenuSlide__offset-md-10{margin-left:83.33333%}.FixedCompareMenuSlide__offset-md-11{margin-left:91.66667%}}@media (min-width:1025px){.FixedCompareMenuSlide__col-lg{-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;max-width:100%}.FixedCompareMenuSlide__col-lg-auto{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:none}.FixedCompareMenuSlide__col-lg-1{-webkit-box-flex:0;-ms-flex:0 0 8.33333%;flex:0 0 8.33333%;max-width:8.33333%}.FixedCompareMenuSlide__col-lg-2{-webkit-box-flex:0;-ms-flex:0 0 16.66667%;flex:0 0 16.66667%;max-width:16.66667%}.FixedCompareMenuSlide__col-lg-3{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.FixedCompareMenuSlide__col-lg-4{-webkit-box-flex:0;-ms-flex:0 0 33.33333%;flex:0 0 33.33333%;max-width:33.33333%}.FixedCompareMenuSlide__col-lg-5{-webkit-box-flex:0;-ms-flex:0 0 41.66667%;flex:0 0 41.66667%;max-width:41.66667%}.FixedCompareMenuSlide__col-lg-6{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.FixedCompareMenuSlide__col-lg-7{-webkit-box-flex:0;-ms-flex:0 0 58.33333%;flex:0 0 58.33333%;max-width:58.33333%}.FixedCompareMenuSlide__col-lg-8{-webkit-box-flex:0;-ms-flex:0 0 66.66667%;flex:0 0 66.66667%;max-width:66.66667%}.FixedCompareMenuSlide__col-lg-9{-webkit-box-flex:0;-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.FixedCompareMenuSlide__col-lg-10{-webkit-box-flex:0;-ms-flex:0 0 83.33333%;flex:0 0 83.33333%;max-width:83.33333%}.FixedCompareMenuSlide__col-lg-11{-webkit-box-flex:0;-ms-flex:0 0 91.66667%;flex:0 0 91.66667%;max-width:91.66667%}.FixedCompareMenuSlide__col-lg-12{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.FixedCompareMenuSlide__order-lg-first{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.FixedCompareMenuSlide__order-lg-last{-webkit-box-ordinal-group:14;-ms-flex-order:13;order:13}.FixedCompareMenuSlide__order-lg-0{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}.FixedCompareMenuSlide__order-lg-1{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.FixedCompareMenuSlide__order-lg-2{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.FixedCompareMenuSlide__order-lg-3{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.FixedCompareMenuSlide__order-lg-4{-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4}.FixedCompareMenuSlide__order-lg-5{-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5}.FixedCompareMenuSlide__order-lg-6{-webkit-box-ordinal-group:7;-ms-flex-order:6;order:6}.FixedCompareMenuSlide__order-lg-7{-webkit-box-ordinal-group:8;-ms-flex-order:7;order:7}.FixedCompareMenuSlide__order-lg-8{-webkit-box-ordinal-group:9;-ms-flex-order:8;order:8}.FixedCompareMenuSlide__order-lg-9{-webkit-box-ordinal-group:10;-ms-flex-order:9;order:9}.FixedCompareMenuSlide__order-lg-10{-webkit-box-ordinal-group:11;-ms-flex-order:10;order:10}.FixedCompareMenuSlide__order-lg-11{-webkit-box-ordinal-group:12;-ms-flex-order:11;order:11}.FixedCompareMenuSlide__order-lg-12{-webkit-box-ordinal-group:13;-ms-flex-order:12;order:12}.FixedCompareMenuSlide__offset-lg-0{margin-left:0}.FixedCompareMenuSlide__offset-lg-1{margin-left:8.33333%}.FixedCompareMenuSlide__offset-lg-2{margin-left:16.66667%}.FixedCompareMenuSlide__offset-lg-3{margin-left:25%}.FixedCompareMenuSlide__offset-lg-4{margin-left:33.33333%}.FixedCompareMenuSlide__offset-lg-5{margin-left:41.66667%}.FixedCompareMenuSlide__offset-lg-6{margin-left:50%}.FixedCompareMenuSlide__offset-lg-7{margin-left:58.33333%}.FixedCompareMenuSlide__offset-lg-8{margin-left:66.66667%}.FixedCompareMenuSlide__offset-lg-9{margin-left:75%}.FixedCompareMenuSlide__offset-lg-10{margin-left:83.33333%}.FixedCompareMenuSlide__offset-lg-11{margin-left:91.66667%}}@media (min-width:1281px){.FixedCompareMenuSlide__col-xl{-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;max-width:100%}.FixedCompareMenuSlide__col-xl-auto{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:none}.FixedCompareMenuSlide__col-xl-1{-webkit-box-flex:0;-ms-flex:0 0 8.33333%;flex:0 0 8.33333%;max-width:8.33333%}.FixedCompareMenuSlide__col-xl-2{-webkit-box-flex:0;-ms-flex:0 0 16.66667%;flex:0 0 16.66667%;max-width:16.66667%}.FixedCompareMenuSlide__col-xl-3{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.FixedCompareMenuSlide__col-xl-4{-webkit-box-flex:0;-ms-flex:0 0 33.33333%;flex:0 0 33.33333%;max-width:33.33333%}.FixedCompareMenuSlide__col-xl-5{-webkit-box-flex:0;-ms-flex:0 0 41.66667%;flex:0 0 41.66667%;max-width:41.66667%}.FixedCompareMenuSlide__col-xl-6{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.FixedCompareMenuSlide__col-xl-7{-webkit-box-flex:0;-ms-flex:0 0 58.33333%;flex:0 0 58.33333%;max-width:58.33333%}.FixedCompareMenuSlide__col-xl-8{-webkit-box-flex:0;-ms-flex:0 0 66.66667%;flex:0 0 66.66667%;max-width:66.66667%}.FixedCompareMenuSlide__col-xl-9{-webkit-box-flex:0;-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.FixedCompareMenuSlide__col-xl-10{-webkit-box-flex:0;-ms-flex:0 0 83.33333%;flex:0 0 83.33333%;max-width:83.33333%}.FixedCompareMenuSlide__col-xl-11{-webkit-box-flex:0;-ms-flex:0 0 91.66667%;flex:0 0 91.66667%;max-width:91.66667%}.FixedCompareMenuSlide__col-xl-12{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.FixedCompareMenuSlide__order-xl-first{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.FixedCompareMenuSlide__order-xl-last{-webkit-box-ordinal-group:14;-ms-flex-order:13;order:13}.FixedCompareMenuSlide__order-xl-0{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}.FixedCompareMenuSlide__order-xl-1{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.FixedCompareMenuSlide__order-xl-2{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.FixedCompareMenuSlide__order-xl-3{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.FixedCompareMenuSlide__order-xl-4{-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4}.FixedCompareMenuSlide__order-xl-5{-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5}.FixedCompareMenuSlide__order-xl-6{-webkit-box-ordinal-group:7;-ms-flex-order:6;order:6}.FixedCompareMenuSlide__order-xl-7{-webkit-box-ordinal-group:8;-ms-flex-order:7;order:7}.FixedCompareMenuSlide__order-xl-8{-webkit-box-ordinal-group:9;-ms-flex-order:8;order:8}.FixedCompareMenuSlide__order-xl-9{-webkit-box-ordinal-group:10;-ms-flex-order:9;order:9}.FixedCompareMenuSlide__order-xl-10{-webkit-box-ordinal-group:11;-ms-flex-order:10;order:10}.FixedCompareMenuSlide__order-xl-11{-webkit-box-ordinal-group:12;-ms-flex-order:11;order:11}.FixedCompareMenuSlide__order-xl-12{-webkit-box-ordinal-group:13;-ms-flex-order:12;order:12}.FixedCompareMenuSlide__offset-xl-0{margin-left:0}.FixedCompareMenuSlide__offset-xl-1{margin-left:8.33333%}.FixedCompareMenuSlide__offset-xl-2{margin-left:16.66667%}.FixedCompareMenuSlide__offset-xl-3{margin-left:25%}.FixedCompareMenuSlide__offset-xl-4{margin-left:33.33333%}.FixedCompareMenuSlide__offset-xl-5{margin-left:41.66667%}.FixedCompareMenuSlide__offset-xl-6{margin-left:50%}.FixedCompareMenuSlide__offset-xl-7{margin-left:58.33333%}.FixedCompareMenuSlide__offset-xl-8{margin-left:66.66667%}.FixedCompareMenuSlide__offset-xl-9{margin-left:75%}.FixedCompareMenuSlide__offset-xl-10{margin-left:83.33333%}.FixedCompareMenuSlide__offset-xl-11{margin-left:91.66667%}}@media (min-width:1441px){.FixedCompareMenuSlide__col-xxl{-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;max-width:100%}.FixedCompareMenuSlide__col-xxl-auto{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:none}.FixedCompareMenuSlide__col-xxl-1{-webkit-box-flex:0;-ms-flex:0 0 8.33333%;flex:0 0 8.33333%;max-width:8.33333%}.FixedCompareMenuSlide__col-xxl-2{-webkit-box-flex:0;-ms-flex:0 0 16.66667%;flex:0 0 16.66667%;max-width:16.66667%}.FixedCompareMenuSlide__col-xxl-3{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.FixedCompareMenuSlide__col-xxl-4{-webkit-box-flex:0;-ms-flex:0 0 33.33333%;flex:0 0 33.33333%;max-width:33.33333%}.FixedCompareMenuSlide__col-xxl-5{-webkit-box-flex:0;-ms-flex:0 0 41.66667%;flex:0 0 41.66667%;max-width:41.66667%}.FixedCompareMenuSlide__col-xxl-6{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.FixedCompareMenuSlide__col-xxl-7{-webkit-box-flex:0;-ms-flex:0 0 58.33333%;flex:0 0 58.33333%;max-width:58.33333%}.FixedCompareMenuSlide__col-xxl-8{-webkit-box-flex:0;-ms-flex:0 0 66.66667%;flex:0 0 66.66667%;max-width:66.66667%}.FixedCompareMenuSlide__col-xxl-9{-webkit-box-flex:0;-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.FixedCompareMenuSlide__col-xxl-10{-webkit-box-flex:0;-ms-flex:0 0 83.33333%;flex:0 0 83.33333%;max-width:83.33333%}.FixedCompareMenuSlide__col-xxl-11{-webkit-box-flex:0;-ms-flex:0 0 91.66667%;flex:0 0 91.66667%;max-width:91.66667%}.FixedCompareMenuSlide__col-xxl-12{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.FixedCompareMenuSlide__order-xxl-first{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.FixedCompareMenuSlide__order-xxl-last{-webkit-box-ordinal-group:14;-ms-flex-order:13;order:13}.FixedCompareMenuSlide__order-xxl-0{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}.FixedCompareMenuSlide__order-xxl-1{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.FixedCompareMenuSlide__order-xxl-2{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.FixedCompareMenuSlide__order-xxl-3{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.FixedCompareMenuSlide__order-xxl-4{-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4}.FixedCompareMenuSlide__order-xxl-5{-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5}.FixedCompareMenuSlide__order-xxl-6{-webkit-box-ordinal-group:7;-ms-flex-order:6;order:6}.FixedCompareMenuSlide__order-xxl-7{-webkit-box-ordinal-group:8;-ms-flex-order:7;order:7}.FixedCompareMenuSlide__order-xxl-8{-webkit-box-ordinal-group:9;-ms-flex-order:8;order:8}.FixedCompareMenuSlide__order-xxl-9{-webkit-box-ordinal-group:10;-ms-flex-order:9;order:9}.FixedCompareMenuSlide__order-xxl-10{-webkit-box-ordinal-group:11;-ms-flex-order:10;order:10}.FixedCompareMenuSlide__order-xxl-11{-webkit-box-ordinal-group:12;-ms-flex-order:11;order:11}.FixedCompareMenuSlide__order-xxl-12{-webkit-box-ordinal-group:13;-ms-flex-order:12;order:12}.FixedCompareMenuSlide__offset-xxl-0{margin-left:0}.FixedCompareMenuSlide__offset-xxl-1{margin-left:8.33333%}.FixedCompareMenuSlide__offset-xxl-2{margin-left:16.66667%}.FixedCompareMenuSlide__offset-xxl-3{margin-left:25%}.FixedCompareMenuSlide__offset-xxl-4{margin-left:33.33333%}.FixedCompareMenuSlide__offset-xxl-5{margin-left:41.66667%}.FixedCompareMenuSlide__offset-xxl-6{margin-left:50%}.FixedCompareMenuSlide__offset-xxl-7{margin-left:58.33333%}.FixedCompareMenuSlide__offset-xxl-8{margin-left:66.66667%}.FixedCompareMenuSlide__offset-xxl-9{margin-left:75%}.FixedCompareMenuSlide__offset-xxl-10{margin-left:83.33333%}.FixedCompareMenuSlide__offset-xxl-11{margin-left:91.66667%}}@media (min-width:1440px){.FixedCompareMenuSlide__container{padding:0 44px}}@media (max-width:769px){.FixedCompareMenuSlide__container{padding-right:17px;padding-left:17px}.FixedCompareMenuSlide__row{margin-right:-5px;margin-left:-5px}.FixedCompareMenuSlide__row>.FixedCompareMenuSlide__col,.FixedCompareMenuSlide__row>[class*=col-]{padding-right:5px;padding-left:5px}}.FixedCompareMenuSlide__container-no-max-width{max-width:none}@media (max-width:768px){.FixedCompareMenuSlide__container--md{max-width:none;padding:0}.FixedCompareMenuSlide__container--md .FixedCompareMenuSlide__row{margin:0}.FixedCompareMenuSlide__container--md .FixedCompareMenuSlide__row>.FixedCompareMenuSlide__col,.FixedCompareMenuSlide__container--md .FixedCompareMenuSlide__row>[class*=col-]{padding-left:0;padding-right:0}}@media (max-width:1439px){.FixedCompareMenuSlide__container--xxl{max-width:none;padding:0}.FixedCompareMenuSlide__container--xxl .FixedCompareMenuSlide__row{margin:0}.FixedCompareMenuSlide__container--xxl .FixedCompareMenuSlide__row>.FixedCompareMenuSlide__col,.FixedCompareMenuSlide__container--xxl .FixedCompareMenuSlide__row>[class*=col-]{padding-left:0;padding-right:0}}@media (min-width:1025px){.FixedCompareMenuSlide__container--tablet{max-width:none;padding:0}.FixedCompareMenuSlide__container--tablet .FixedCompareMenuSlide__row{margin:0}.FixedCompareMenuSlide__container--tablet .FixedCompareMenuSlide__row>.FixedCompareMenuSlide__col,.FixedCompareMenuSlide__container--tablet .FixedCompareMenuSlide__row>[class*=col-]{padding-left:0;padding-right:0}}@media (max-width:768px){.FixedCompareMenuSlide__container--sm{padding-right:17px;padding-left:17px}}.FixedCompareMenuSlide__container-full-width{max-width:unset}@media (max-width:768px){.FixedCompareMenuSlide__container-left{padding-left:17px}}@media (min-width:769px){.FixedCompareMenuSlide__container-left{padding-left:1.25%}}@media (min-width:1440px){.FixedCompareMenuSlide__container-left{padding-left:44px}}.FixedCompareMenuSlide__root{position:relative;width:345px;height:139px;overflow:hidden;border-left:1px solid rgba(0,0,0,.1);text-align:left}@media (max-width:768px){.FixedCompareMenuSlide__root{width:172px;height:65px}}.mainCard .FixedCompareMenuSlide__root{border-left:none;width:310px}@media (max-width:768px){.mainCard .FixedCompareMenuSlide__root{width:162px}}.FixedCompareMenuSlide__link{display:block;text-decoration:none;color:inherit}.FixedCompareMenuSlide__model{text-transform:uppercase;font-size:12px;line-height:14px;font-weight:400;letter-spacing:.37px;color:#9aa8b6}.FixedCompareMenuSlide__title{font-size:16px;line-height:24px;letter-spacing:.29px;color:#1e2e3f}@media (max-width:768px){.FixedCompareMenuSlide__title{font-size:12px;line-height:16px;letter-spacing:.2px}}.FixedCompareMenuSlider__root{position:fixed;top:0;left:0;z-index:3;width:100%;height:140px;font-size:0;-webkit-transform:translateY(-100%);transform:translateY(-100%);-webkit-transition:-webkit-transform .5s ease;transition:-webkit-transform .5s ease;transition:transform .5s ease;transition:transform .5s ease,-webkit-transform .5s ease;background-color:#fff;border-bottom:1px solid rgba(0,0,0,.1)}@media (max-width:768px){.FixedCompareMenuSlider__root{height:66px}}.FixedCompareMenuSlider__root[data-waypoint=true]{-webkit-transform:translateY(0);transform:translateY(0)}.FixedCompareMenuSlider__center{position:relative;display:inline-block;max-width:100%}.FixedCompareMenuSlider__mainWrapper{position:absolute;top:0;left:0;z-index:1}.PropsTableCell__root{padding-left:38px;height:100%;overflow:hidden;-webkit-transition:max-height .3s ease-in,opacity .3s ease-in;transition:max-height .3s ease-in,opacity .3s ease-in}@media (max-width:768px){.PropsTableCell__root{padding-left:17px}}.collapseEqual .PropsTableCell__root.JS-collapse-item{max-height:0;opacity:0}.PropsTableCell__propValueWrapper{height:100%}.PropsTableCell__propValue{position:relative;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);font-size:18px;line-height:26px;color:#1e2e3f}@media (max-width:768px){.PropsTableCell__propValue{font-size:16px;line-height:24px;letter-spacing:.29px}}.ComparePropsTable__container{width:100%;padding-right:1.25%;padding-left:1.25%;margin-right:auto;margin-left:auto}@media (min-width:769px){.ComparePropsTable__container{max-width:1800px}}.ComparePropsTable__container-fluid{width:100%;padding-right:1.25%;padding-left:1.25%;margin-right:auto;margin-left:auto}.ComparePropsTable__row{-ms-flex-wrap:wrap;flex-wrap:wrap;margin-right:-1.25%;margin-left:-1.25%}.ComparePropsTable__no-gutters{margin-right:0;margin-left:0}.ComparePropsTable__no-gutters>.ComparePropsTable__col,.ComparePropsTable__no-gutters>[class*=col-]{padding-right:0;padding-left:0}.ComparePropsTable__col,.ComparePropsTable__col-1,.ComparePropsTable__col-2,.ComparePropsTable__col-3,.ComparePropsTable__col-4,.ComparePropsTable__col-5,.ComparePropsTable__col-6,.ComparePropsTable__col-7,.ComparePropsTable__col-8,.ComparePropsTable__col-9,.ComparePropsTable__col-10,.ComparePropsTable__col-11,.ComparePropsTable__col-12,.ComparePropsTable__col-auto,.ComparePropsTable__col-lg,.ComparePropsTable__col-lg-1,.ComparePropsTable__col-lg-2,.ComparePropsTable__col-lg-3,.ComparePropsTable__col-lg-4,.ComparePropsTable__col-lg-5,.ComparePropsTable__col-lg-6,.ComparePropsTable__col-lg-7,.ComparePropsTable__col-lg-8,.ComparePropsTable__col-lg-9,.ComparePropsTable__col-lg-10,.ComparePropsTable__col-lg-11,.ComparePropsTable__col-lg-12,.ComparePropsTable__col-lg-auto,.ComparePropsTable__col-md,.ComparePropsTable__col-md-1,.ComparePropsTable__col-md-2,.ComparePropsTable__col-md-3,.ComparePropsTable__col-md-4,.ComparePropsTable__col-md-5,.ComparePropsTable__col-md-6,.ComparePropsTable__col-md-7,.ComparePropsTable__col-md-8,.ComparePropsTable__col-md-9,.ComparePropsTable__col-md-10,.ComparePropsTable__col-md-11,.ComparePropsTable__col-md-12,.ComparePropsTable__col-md-auto,.ComparePropsTable__col-xl,.ComparePropsTable__col-xl-1,.ComparePropsTable__col-xl-2,.ComparePropsTable__col-xl-3,.ComparePropsTable__col-xl-4,.ComparePropsTable__col-xl-5,.ComparePropsTable__col-xl-6,.ComparePropsTable__col-xl-7,.ComparePropsTable__col-xl-8,.ComparePropsTable__col-xl-9,.ComparePropsTable__col-xl-10,.ComparePropsTable__col-xl-11,.ComparePropsTable__col-xl-12,.ComparePropsTable__col-xl-auto,.ComparePropsTable__col-xs,.ComparePropsTable__col-xs-1,.ComparePropsTable__col-xs-2,.ComparePropsTable__col-xs-3,.ComparePropsTable__col-xs-4,.ComparePropsTable__col-xs-5,.ComparePropsTable__col-xs-6,.ComparePropsTable__col-xs-7,.ComparePropsTable__col-xs-8,.ComparePropsTable__col-xs-9,.ComparePropsTable__col-xs-10,.ComparePropsTable__col-xs-11,.ComparePropsTable__col-xs-12,.ComparePropsTable__col-xs-auto,.ComparePropsTable__col-xxl,.ComparePropsTable__col-xxl-1,.ComparePropsTable__col-xxl-2,.ComparePropsTable__col-xxl-3,.ComparePropsTable__col-xxl-4,.ComparePropsTable__col-xxl-5,.ComparePropsTable__col-xxl-6,.ComparePropsTable__col-xxl-7,.ComparePropsTable__col-xxl-8,.ComparePropsTable__col-xxl-9,.ComparePropsTable__col-xxl-10,.ComparePropsTable__col-xxl-11,.ComparePropsTable__col-xxl-12,.ComparePropsTable__col-xxl-auto{position:relative;width:100%;min-height:1px;padding-right:1.25%;padding-left:1.25%}.ComparePropsTable__col{-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;max-width:100%}.ComparePropsTable__col-auto{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:none}.ComparePropsTable__col-1{-webkit-box-flex:0;-ms-flex:0 0 8.33333%;flex:0 0 8.33333%;max-width:8.33333%}.ComparePropsTable__col-2{-webkit-box-flex:0;-ms-flex:0 0 16.66667%;flex:0 0 16.66667%;max-width:16.66667%}.ComparePropsTable__col-3{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.ComparePropsTable__col-4{-webkit-box-flex:0;-ms-flex:0 0 33.33333%;flex:0 0 33.33333%;max-width:33.33333%}.ComparePropsTable__col-5{-webkit-box-flex:0;-ms-flex:0 0 41.66667%;flex:0 0 41.66667%;max-width:41.66667%}.ComparePropsTable__col-6{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.ComparePropsTable__col-7{-webkit-box-flex:0;-ms-flex:0 0 58.33333%;flex:0 0 58.33333%;max-width:58.33333%}.ComparePropsTable__col-8{-webkit-box-flex:0;-ms-flex:0 0 66.66667%;flex:0 0 66.66667%;max-width:66.66667%}.ComparePropsTable__col-9{-webkit-box-flex:0;-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.ComparePropsTable__col-10{-webkit-box-flex:0;-ms-flex:0 0 83.33333%;flex:0 0 83.33333%;max-width:83.33333%}.ComparePropsTable__col-11{-webkit-box-flex:0;-ms-flex:0 0 91.66667%;flex:0 0 91.66667%;max-width:91.66667%}.ComparePropsTable__col-12{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.ComparePropsTable__order-first{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.ComparePropsTable__order-last{-webkit-box-ordinal-group:14;-ms-flex-order:13;order:13}.ComparePropsTable__order-0{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}.ComparePropsTable__order-1{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.ComparePropsTable__order-2{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.ComparePropsTable__order-3{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.ComparePropsTable__order-4{-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4}.ComparePropsTable__order-5{-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5}.ComparePropsTable__order-6{-webkit-box-ordinal-group:7;-ms-flex-order:6;order:6}.ComparePropsTable__order-7{-webkit-box-ordinal-group:8;-ms-flex-order:7;order:7}.ComparePropsTable__order-8{-webkit-box-ordinal-group:9;-ms-flex-order:8;order:8}.ComparePropsTable__order-9{-webkit-box-ordinal-group:10;-ms-flex-order:9;order:9}.ComparePropsTable__order-10{-webkit-box-ordinal-group:11;-ms-flex-order:10;order:10}.ComparePropsTable__order-11{-webkit-box-ordinal-group:12;-ms-flex-order:11;order:11}.ComparePropsTable__order-12{-webkit-box-ordinal-group:13;-ms-flex-order:12;order:12}.ComparePropsTable__offset-1{margin-left:8.33333%}.ComparePropsTable__offset-2{margin-left:16.66667%}.ComparePropsTable__offset-3{margin-left:25%}.ComparePropsTable__offset-4{margin-left:33.33333%}.ComparePropsTable__offset-5{margin-left:41.66667%}.ComparePropsTable__offset-6{margin-left:50%}.ComparePropsTable__offset-7{margin-left:58.33333%}.ComparePropsTable__offset-8{margin-left:66.66667%}.ComparePropsTable__offset-9{margin-left:75%}.ComparePropsTable__offset-10{margin-left:83.33333%}.ComparePropsTable__offset-11{margin-left:91.66667%}@media (min-width:375px){.ComparePropsTable__col-xs{-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;max-width:100%}.ComparePropsTable__col-xs-auto{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:none}.ComparePropsTable__col-xs-1{-webkit-box-flex:0;-ms-flex:0 0 8.33333%;flex:0 0 8.33333%;max-width:8.33333%}.ComparePropsTable__col-xs-2{-webkit-box-flex:0;-ms-flex:0 0 16.66667%;flex:0 0 16.66667%;max-width:16.66667%}.ComparePropsTable__col-xs-3{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.ComparePropsTable__col-xs-4{-webkit-box-flex:0;-ms-flex:0 0 33.33333%;flex:0 0 33.33333%;max-width:33.33333%}.ComparePropsTable__col-xs-5{-webkit-box-flex:0;-ms-flex:0 0 41.66667%;flex:0 0 41.66667%;max-width:41.66667%}.ComparePropsTable__col-xs-6{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.ComparePropsTable__col-xs-7{-webkit-box-flex:0;-ms-flex:0 0 58.33333%;flex:0 0 58.33333%;max-width:58.33333%}.ComparePropsTable__col-xs-8{-webkit-box-flex:0;-ms-flex:0 0 66.66667%;flex:0 0 66.66667%;max-width:66.66667%}.ComparePropsTable__col-xs-9{-webkit-box-flex:0;-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.ComparePropsTable__col-xs-10{-webkit-box-flex:0;-ms-flex:0 0 83.33333%;flex:0 0 83.33333%;max-width:83.33333%}.ComparePropsTable__col-xs-11{-webkit-box-flex:0;-ms-flex:0 0 91.66667%;flex:0 0 91.66667%;max-width:91.66667%}.ComparePropsTable__col-xs-12{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.ComparePropsTable__order-xs-first{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.ComparePropsTable__order-xs-last{-webkit-box-ordinal-group:14;-ms-flex-order:13;order:13}.ComparePropsTable__order-xs-0{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}.ComparePropsTable__order-xs-1{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.ComparePropsTable__order-xs-2{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.ComparePropsTable__order-xs-3{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.ComparePropsTable__order-xs-4{-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4}.ComparePropsTable__order-xs-5{-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5}.ComparePropsTable__order-xs-6{-webkit-box-ordinal-group:7;-ms-flex-order:6;order:6}.ComparePropsTable__order-xs-7{-webkit-box-ordinal-group:8;-ms-flex-order:7;order:7}.ComparePropsTable__order-xs-8{-webkit-box-ordinal-group:9;-ms-flex-order:8;order:8}.ComparePropsTable__order-xs-9{-webkit-box-ordinal-group:10;-ms-flex-order:9;order:9}.ComparePropsTable__order-xs-10{-webkit-box-ordinal-group:11;-ms-flex-order:10;order:10}.ComparePropsTable__order-xs-11{-webkit-box-ordinal-group:12;-ms-flex-order:11;order:11}.ComparePropsTable__order-xs-12{-webkit-box-ordinal-group:13;-ms-flex-order:12;order:12}.ComparePropsTable__offset-xs-0{margin-left:0}.ComparePropsTable__offset-xs-1{margin-left:8.33333%}.ComparePropsTable__offset-xs-2{margin-left:16.66667%}.ComparePropsTable__offset-xs-3{margin-left:25%}.ComparePropsTable__offset-xs-4{margin-left:33.33333%}.ComparePropsTable__offset-xs-5{margin-left:41.66667%}.ComparePropsTable__offset-xs-6{margin-left:50%}.ComparePropsTable__offset-xs-7{margin-left:58.33333%}.ComparePropsTable__offset-xs-8{margin-left:66.66667%}.ComparePropsTable__offset-xs-9{margin-left:75%}.ComparePropsTable__offset-xs-10{margin-left:83.33333%}.ComparePropsTable__offset-xs-11{margin-left:91.66667%}}@media (min-width:769px){.ComparePropsTable__col-md{-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;max-width:100%}.ComparePropsTable__col-md-auto{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:none}.ComparePropsTable__col-md-1{-webkit-box-flex:0;-ms-flex:0 0 8.33333%;flex:0 0 8.33333%;max-width:8.33333%}.ComparePropsTable__col-md-2{-webkit-box-flex:0;-ms-flex:0 0 16.66667%;flex:0 0 16.66667%;max-width:16.66667%}.ComparePropsTable__col-md-3{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.ComparePropsTable__col-md-4{-webkit-box-flex:0;-ms-flex:0 0 33.33333%;flex:0 0 33.33333%;max-width:33.33333%}.ComparePropsTable__col-md-5{-webkit-box-flex:0;-ms-flex:0 0 41.66667%;flex:0 0 41.66667%;max-width:41.66667%}.ComparePropsTable__col-md-6{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.ComparePropsTable__col-md-7{-webkit-box-flex:0;-ms-flex:0 0 58.33333%;flex:0 0 58.33333%;max-width:58.33333%}.ComparePropsTable__col-md-8{-webkit-box-flex:0;-ms-flex:0 0 66.66667%;flex:0 0 66.66667%;max-width:66.66667%}.ComparePropsTable__col-md-9{-webkit-box-flex:0;-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.ComparePropsTable__col-md-10{-webkit-box-flex:0;-ms-flex:0 0 83.33333%;flex:0 0 83.33333%;max-width:83.33333%}.ComparePropsTable__col-md-11{-webkit-box-flex:0;-ms-flex:0 0 91.66667%;flex:0 0 91.66667%;max-width:91.66667%}.ComparePropsTable__col-md-12{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.ComparePropsTable__order-md-first{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.ComparePropsTable__order-md-last{-webkit-box-ordinal-group:14;-ms-flex-order:13;order:13}.ComparePropsTable__order-md-0{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}.ComparePropsTable__order-md-1{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.ComparePropsTable__order-md-2{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.ComparePropsTable__order-md-3{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.ComparePropsTable__order-md-4{-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4}.ComparePropsTable__order-md-5{-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5}.ComparePropsTable__order-md-6{-webkit-box-ordinal-group:7;-ms-flex-order:6;order:6}.ComparePropsTable__order-md-7{-webkit-box-ordinal-group:8;-ms-flex-order:7;order:7}.ComparePropsTable__order-md-8{-webkit-box-ordinal-group:9;-ms-flex-order:8;order:8}.ComparePropsTable__order-md-9{-webkit-box-ordinal-group:10;-ms-flex-order:9;order:9}.ComparePropsTable__order-md-10{-webkit-box-ordinal-group:11;-ms-flex-order:10;order:10}.ComparePropsTable__order-md-11{-webkit-box-ordinal-group:12;-ms-flex-order:11;order:11}.ComparePropsTable__order-md-12{-webkit-box-ordinal-group:13;-ms-flex-order:12;order:12}.ComparePropsTable__offset-md-0{margin-left:0}.ComparePropsTable__offset-md-1{margin-left:8.33333%}.ComparePropsTable__offset-md-2{margin-left:16.66667%}.ComparePropsTable__offset-md-3{margin-left:25%}.ComparePropsTable__offset-md-4{margin-left:33.33333%}.ComparePropsTable__offset-md-5{margin-left:41.66667%}.ComparePropsTable__offset-md-6{margin-left:50%}.ComparePropsTable__offset-md-7{margin-left:58.33333%}.ComparePropsTable__offset-md-8{margin-left:66.66667%}.ComparePropsTable__offset-md-9{margin-left:75%}.ComparePropsTable__offset-md-10{margin-left:83.33333%}.ComparePropsTable__offset-md-11{margin-left:91.66667%}}@media (min-width:1025px){.ComparePropsTable__col-lg{-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;max-width:100%}.ComparePropsTable__col-lg-auto{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:none}.ComparePropsTable__col-lg-1{-webkit-box-flex:0;-ms-flex:0 0 8.33333%;flex:0 0 8.33333%;max-width:8.33333%}.ComparePropsTable__col-lg-2{-webkit-box-flex:0;-ms-flex:0 0 16.66667%;flex:0 0 16.66667%;max-width:16.66667%}.ComparePropsTable__col-lg-3{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.ComparePropsTable__col-lg-4{-webkit-box-flex:0;-ms-flex:0 0 33.33333%;flex:0 0 33.33333%;max-width:33.33333%}.ComparePropsTable__col-lg-5{-webkit-box-flex:0;-ms-flex:0 0 41.66667%;flex:0 0 41.66667%;max-width:41.66667%}.ComparePropsTable__col-lg-6{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.ComparePropsTable__col-lg-7{-webkit-box-flex:0;-ms-flex:0 0 58.33333%;flex:0 0 58.33333%;max-width:58.33333%}.ComparePropsTable__col-lg-8{-webkit-box-flex:0;-ms-flex:0 0 66.66667%;flex:0 0 66.66667%;max-width:66.66667%}.ComparePropsTable__col-lg-9{-webkit-box-flex:0;-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.ComparePropsTable__col-lg-10{-webkit-box-flex:0;-ms-flex:0 0 83.33333%;flex:0 0 83.33333%;max-width:83.33333%}.ComparePropsTable__col-lg-11{-webkit-box-flex:0;-ms-flex:0 0 91.66667%;flex:0 0 91.66667%;max-width:91.66667%}.ComparePropsTable__col-lg-12{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.ComparePropsTable__order-lg-first{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.ComparePropsTable__order-lg-last{-webkit-box-ordinal-group:14;-ms-flex-order:13;order:13}.ComparePropsTable__order-lg-0{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}.ComparePropsTable__order-lg-1{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.ComparePropsTable__order-lg-2{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.ComparePropsTable__order-lg-3{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.ComparePropsTable__order-lg-4{-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4}.ComparePropsTable__order-lg-5{-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5}.ComparePropsTable__order-lg-6{-webkit-box-ordinal-group:7;-ms-flex-order:6;order:6}.ComparePropsTable__order-lg-7{-webkit-box-ordinal-group:8;-ms-flex-order:7;order:7}.ComparePropsTable__order-lg-8{-webkit-box-ordinal-group:9;-ms-flex-order:8;order:8}.ComparePropsTable__order-lg-9{-webkit-box-ordinal-group:10;-ms-flex-order:9;order:9}.ComparePropsTable__order-lg-10{-webkit-box-ordinal-group:11;-ms-flex-order:10;order:10}.ComparePropsTable__order-lg-11{-webkit-box-ordinal-group:12;-ms-flex-order:11;order:11}.ComparePropsTable__order-lg-12{-webkit-box-ordinal-group:13;-ms-flex-order:12;order:12}.ComparePropsTable__offset-lg-0{margin-left:0}.ComparePropsTable__offset-lg-1{margin-left:8.33333%}.ComparePropsTable__offset-lg-2{margin-left:16.66667%}.ComparePropsTable__offset-lg-3{margin-left:25%}.ComparePropsTable__offset-lg-4{margin-left:33.33333%}.ComparePropsTable__offset-lg-5{margin-left:41.66667%}.ComparePropsTable__offset-lg-6{margin-left:50%}.ComparePropsTable__offset-lg-7{margin-left:58.33333%}.ComparePropsTable__offset-lg-8{margin-left:66.66667%}.ComparePropsTable__offset-lg-9{margin-left:75%}.ComparePropsTable__offset-lg-10{margin-left:83.33333%}.ComparePropsTable__offset-lg-11{margin-left:91.66667%}}@media (min-width:1281px){.ComparePropsTable__col-xl{-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;max-width:100%}.ComparePropsTable__col-xl-auto{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:none}.ComparePropsTable__col-xl-1{-webkit-box-flex:0;-ms-flex:0 0 8.33333%;flex:0 0 8.33333%;max-width:8.33333%}.ComparePropsTable__col-xl-2{-webkit-box-flex:0;-ms-flex:0 0 16.66667%;flex:0 0 16.66667%;max-width:16.66667%}.ComparePropsTable__col-xl-3{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.ComparePropsTable__col-xl-4{-webkit-box-flex:0;-ms-flex:0 0 33.33333%;flex:0 0 33.33333%;max-width:33.33333%}.ComparePropsTable__col-xl-5{-webkit-box-flex:0;-ms-flex:0 0 41.66667%;flex:0 0 41.66667%;max-width:41.66667%}.ComparePropsTable__col-xl-6{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.ComparePropsTable__col-xl-7{-webkit-box-flex:0;-ms-flex:0 0 58.33333%;flex:0 0 58.33333%;max-width:58.33333%}.ComparePropsTable__col-xl-8{-webkit-box-flex:0;-ms-flex:0 0 66.66667%;flex:0 0 66.66667%;max-width:66.66667%}.ComparePropsTable__col-xl-9{-webkit-box-flex:0;-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.ComparePropsTable__col-xl-10{-webkit-box-flex:0;-ms-flex:0 0 83.33333%;flex:0 0 83.33333%;max-width:83.33333%}.ComparePropsTable__col-xl-11{-webkit-box-flex:0;-ms-flex:0 0 91.66667%;flex:0 0 91.66667%;max-width:91.66667%}.ComparePropsTable__col-xl-12{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.ComparePropsTable__order-xl-first{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.ComparePropsTable__order-xl-last{-webkit-box-ordinal-group:14;-ms-flex-order:13;order:13}.ComparePropsTable__order-xl-0{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}.ComparePropsTable__order-xl-1{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.ComparePropsTable__order-xl-2{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.ComparePropsTable__order-xl-3{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.ComparePropsTable__order-xl-4{-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4}.ComparePropsTable__order-xl-5{-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5}.ComparePropsTable__order-xl-6{-webkit-box-ordinal-group:7;-ms-flex-order:6;order:6}.ComparePropsTable__order-xl-7{-webkit-box-ordinal-group:8;-ms-flex-order:7;order:7}.ComparePropsTable__order-xl-8{-webkit-box-ordinal-group:9;-ms-flex-order:8;order:8}.ComparePropsTable__order-xl-9{-webkit-box-ordinal-group:10;-ms-flex-order:9;order:9}.ComparePropsTable__order-xl-10{-webkit-box-ordinal-group:11;-ms-flex-order:10;order:10}.ComparePropsTable__order-xl-11{-webkit-box-ordinal-group:12;-ms-flex-order:11;order:11}.ComparePropsTable__order-xl-12{-webkit-box-ordinal-group:13;-ms-flex-order:12;order:12}.ComparePropsTable__offset-xl-0{margin-left:0}.ComparePropsTable__offset-xl-1{margin-left:8.33333%}.ComparePropsTable__offset-xl-2{margin-left:16.66667%}.ComparePropsTable__offset-xl-3{margin-left:25%}.ComparePropsTable__offset-xl-4{margin-left:33.33333%}.ComparePropsTable__offset-xl-5{margin-left:41.66667%}.ComparePropsTable__offset-xl-6{margin-left:50%}.ComparePropsTable__offset-xl-7{margin-left:58.33333%}.ComparePropsTable__offset-xl-8{margin-left:66.66667%}.ComparePropsTable__offset-xl-9{margin-left:75%}.ComparePropsTable__offset-xl-10{margin-left:83.33333%}.ComparePropsTable__offset-xl-11{margin-left:91.66667%}}@media (min-width:1441px){.ComparePropsTable__col-xxl{-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;max-width:100%}.ComparePropsTable__col-xxl-auto{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:none}.ComparePropsTable__col-xxl-1{-webkit-box-flex:0;-ms-flex:0 0 8.33333%;flex:0 0 8.33333%;max-width:8.33333%}.ComparePropsTable__col-xxl-2{-webkit-box-flex:0;-ms-flex:0 0 16.66667%;flex:0 0 16.66667%;max-width:16.66667%}.ComparePropsTable__col-xxl-3{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.ComparePropsTable__col-xxl-4{-webkit-box-flex:0;-ms-flex:0 0 33.33333%;flex:0 0 33.33333%;max-width:33.33333%}.ComparePropsTable__col-xxl-5{-webkit-box-flex:0;-ms-flex:0 0 41.66667%;flex:0 0 41.66667%;max-width:41.66667%}.ComparePropsTable__col-xxl-6{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.ComparePropsTable__col-xxl-7{-webkit-box-flex:0;-ms-flex:0 0 58.33333%;flex:0 0 58.33333%;max-width:58.33333%}.ComparePropsTable__col-xxl-8{-webkit-box-flex:0;-ms-flex:0 0 66.66667%;flex:0 0 66.66667%;max-width:66.66667%}.ComparePropsTable__col-xxl-9{-webkit-box-flex:0;-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.ComparePropsTable__col-xxl-10{-webkit-box-flex:0;-ms-flex:0 0 83.33333%;flex:0 0 83.33333%;max-width:83.33333%}.ComparePropsTable__col-xxl-11{-webkit-box-flex:0;-ms-flex:0 0 91.66667%;flex:0 0 91.66667%;max-width:91.66667%}.ComparePropsTable__col-xxl-12{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.ComparePropsTable__order-xxl-first{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.ComparePropsTable__order-xxl-last{-webkit-box-ordinal-group:14;-ms-flex-order:13;order:13}.ComparePropsTable__order-xxl-0{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}.ComparePropsTable__order-xxl-1{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.ComparePropsTable__order-xxl-2{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.ComparePropsTable__order-xxl-3{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.ComparePropsTable__order-xxl-4{-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4}.ComparePropsTable__order-xxl-5{-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5}.ComparePropsTable__order-xxl-6{-webkit-box-ordinal-group:7;-ms-flex-order:6;order:6}.ComparePropsTable__order-xxl-7{-webkit-box-ordinal-group:8;-ms-flex-order:7;order:7}.ComparePropsTable__order-xxl-8{-webkit-box-ordinal-group:9;-ms-flex-order:8;order:8}.ComparePropsTable__order-xxl-9{-webkit-box-ordinal-group:10;-ms-flex-order:9;order:9}.ComparePropsTable__order-xxl-10{-webkit-box-ordinal-group:11;-ms-flex-order:10;order:10}.ComparePropsTable__order-xxl-11{-webkit-box-ordinal-group:12;-ms-flex-order:11;order:11}.ComparePropsTable__order-xxl-12{-webkit-box-ordinal-group:13;-ms-flex-order:12;order:12}.ComparePropsTable__offset-xxl-0{margin-left:0}.ComparePropsTable__offset-xxl-1{margin-left:8.33333%}.ComparePropsTable__offset-xxl-2{margin-left:16.66667%}.ComparePropsTable__offset-xxl-3{margin-left:25%}.ComparePropsTable__offset-xxl-4{margin-left:33.33333%}.ComparePropsTable__offset-xxl-5{margin-left:41.66667%}.ComparePropsTable__offset-xxl-6{margin-left:50%}.ComparePropsTable__offset-xxl-7{margin-left:58.33333%}.ComparePropsTable__offset-xxl-8{margin-left:66.66667%}.ComparePropsTable__offset-xxl-9{margin-left:75%}.ComparePropsTable__offset-xxl-10{margin-left:83.33333%}.ComparePropsTable__offset-xxl-11{margin-left:91.66667%}}@media (min-width:1440px){.ComparePropsTable__container{padding:0 44px}}@media (max-width:769px){.ComparePropsTable__container{padding-right:17px;padding-left:17px}.ComparePropsTable__row{margin-right:-5px;margin-left:-5px}.ComparePropsTable__row>.ComparePropsTable__col,.ComparePropsTable__row>[class*=col-]{padding-right:5px;padding-left:5px}}.ComparePropsTable__container-no-max-width{max-width:none}@media (max-width:768px){.ComparePropsTable__container--md{max-width:none;padding:0}.ComparePropsTable__container--md .ComparePropsTable__row{margin:0}.ComparePropsTable__container--md .ComparePropsTable__row>.ComparePropsTable__col,.ComparePropsTable__container--md .ComparePropsTable__row>[class*=col-]{padding-left:0;padding-right:0}}@media (max-width:1439px){.ComparePropsTable__container--xxl{max-width:none;padding:0}.ComparePropsTable__container--xxl .ComparePropsTable__row{margin:0}.ComparePropsTable__container--xxl .ComparePropsTable__row>.ComparePropsTable__col,.ComparePropsTable__container--xxl .ComparePropsTable__row>[class*=col-]{padding-left:0;padding-right:0}}@media (min-width:1025px){.ComparePropsTable__container--tablet{max-width:none;padding:0}.ComparePropsTable__container--tablet .ComparePropsTable__row{margin:0}.ComparePropsTable__container--tablet .ComparePropsTable__row>.ComparePropsTable__col,.ComparePropsTable__container--tablet .ComparePropsTable__row>[class*=col-]{padding-left:0;padding-right:0}}@media (max-width:768px){.ComparePropsTable__container--sm{padding-right:17px;padding-left:17px}}.ComparePropsTable__container-full-width{max-width:unset}@media (max-width:768px){.ComparePropsTable__container-left{padding-left:17px}}@media (min-width:769px){.ComparePropsTable__container-left{padding-left:1.25%}}@media (min-width:1440px){.ComparePropsTable__container-left{padding-left:44px}}.ComparePropsTable__root{display:-webkit-box;display:-ms-flexbox;display:flex}.ComparePropsTable__rowRoot.collapseEqual{display:none}.ComparePropsTable__row{display:-webkit-box;display:-ms-flexbox;display:flex;height:60px;margin:0}@media (max-width:768px){.ComparePropsTable__row{height:50px;max-height:50px}}.ComparePropsTable__row.lines-x2{height:86px;max-height:86px}@media (max-width:768px){.ComparePropsTable__row.lines-x2{height:74px;max-height:74px}}.ComparePropsTable__row.lines-x3{height:112px;max-height:112px}@media (max-width:768px){.ComparePropsTable__row.lines-x3{height:98px;max-height:98px}}.ComparePropsTable__cell{width:310px;margin-left:35px}.ComparePropsTable__cell.ComparePropsTable__bold{font-weight:400}@media (max-width:768px){.ComparePropsTable__cell{width:162px;margin-left:10px}}.ComparePropsTable__main .ComparePropsTable__cell{margin-left:0}.ComparePropsTable__title{padding-top:20px;padding-left:38px;height:46px;font-size:12px;line-height:14px;font-weight:400;letter-spacing:.37px;color:#9aa8b6}@media (max-width:768px){.ComparePropsTable__title{padding-left:18px;height:43px}}.ControlsBlock__root .ControlsBlock__controlsBlockInner{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}@media (max-width:768px){.ControlsBlock__root .ControlsBlock__controlsBlockInner{width:260px;-ms-flex-wrap:wrap-reverse;flex-wrap:wrap-reverse;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin:0 auto}}.CompareProductsBlock__root{padding-top:1px}.CompareProductsBlock__sliderWrapper{display:inline-block;max-width:100%;font-size:0}.LsgPage__root{overflow:hidden;min-height:100vh;margin-top:80px}.LsgPage__root .LsgPage__componentName{height:65px;margin-left:45px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:20px}.LsgPage__root .LsgPage__line{border-bottom:1px solid rgba(0,0,0,.1)}.SvgPage__root span{width:150px;display:inline-block}.SvgPage__root svg{stroke:#1e2e3f}.SvgPage__name{margin-left:10px}.CcpProducts__root .CcpProducts__firstCard{margin-left:0}.NeedMoreHelp__root .NeedMoreHelp__subtitle{line-height:28px;margin:25px auto 0}@media (max-width:768px){.NeedMoreHelp__root .NeedMoreHelp__subtitle{margin-top:20px}}.PatternHeading__root{position:relative;background-image:radial-gradient(circle at center,hsla(0,0%,100%,.3) 0,hsla(0,0%,100%,0) 100%)}.PatternHeading__root .PatternHeading__pattern{position:absolute;bottom:0;left:0;z-index:-1;width:100%;height:255%;overflow:hidden}@media (max-width:768px){.PatternHeading__root .PatternHeading__pattern{height:140%}}.ScrollableSections__root{overflow:hidden}@media (min-width:1025px){.ScrollableSections__root .ScrollableSections__sectionHeader{display:none}}.ScrollableSections__root .ScrollableSections__scrollableSection{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%;position:relative}@media (max-width:1024px){.ScrollableSections__root .ScrollableSections__scrollableSection .prefix{color:#0180c9}}@media (max-width:768px){.ScrollableSections__root .ScrollableSections__scrollableSection{-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse}}@media (min-width:1025px){.ScrollableSections__root .ScrollableSections__scrollableSection .prefix,.ScrollableSections__root .ScrollableSections__scrollableSection .title{display:none}}.ScrollableSections__root .ScrollableSections__featureText{width:30%;margin-right:10%;padding-top:145px}@media (max-width:1024px){.ScrollableSections__root .ScrollableSections__featureText{width:50%;margin-right:0;margin-top:15px;padding-left:8%}}@media (max-width:768px){.ScrollableSections__root .ScrollableSections__featureText{width:100%;margin-top:30px;padding:0}}.ScrollableSections__root .ScrollableSections__mainFeatureImages{width:60%;height:470px;margin-top:80px}@media (max-width:1024px){.ScrollableSections__root .ScrollableSections__mainFeatureImages{width:50%}}@media (max-width:768px){.ScrollableSections__root .ScrollableSections__mainFeatureImages{width:100%;height:320px;margin-top:30px}}@media (max-width:1024px){.ScrollableSections__sideNavItem{display:none}}.ScrollableSections__sideNavItem{position:absolute;top:45px;left:0;width:24%;z-index:10;-webkit-transition:opacity .3s;transition:opacity .3s}.ScrollableSections__sideNavItem:before{content:"";display:block;position:absolute;left:0;top:12px;width:0;height:3px;background-color:#0180c9;opacity:0;-webkit-transition:all .3s;transition:all .3s}.ScrollableSections__sideNavLink{display:inline-block;width:100%;padding-left:calc(100% - 185px);font-size:18px;font-weight:500;line-height:24px;color:#9aa8b6;text-decoration:none;text-align:left;-webkit-transition:all .3s;transition:all .3s}.ScrollableSections__sideNavP{position:absolute;top:42px;left:0;width:100%;padding-left:calc(100% - 185px);font-size:24px;font-weight:400;line-height:32px;letter-spacing:.2px;color:#1e2e3f;opacity:0;pointer-events:none;-webkit-transition:opacity .3s;transition:opacity .3s}.ScrollableSections__sideNavItem.active:before{content:"";display:block;position:absolute;left:0;top:12px;width:calc(100% - 220px);height:3px;background-color:#0180c9;opacity:1}.ScrollableSections__sideNavItem.active .ScrollableSections__sideNavLink{color:#0180c9}.ScrollableSections__root:not([data-waypoint=true]) .ScrollableSections__sideNavItem{opacity:0;pointer-events:none}.ScrollableSections__sideNavItem.active.withText .ScrollableSections__sideNavP{opacity:1;pointer-events:auto}.DateText__root .DateText__date{font-family:Core Sans,sans-serif;font-size:54px;font-weight:800;line-height:60px}.DateText__root.DateText__lightBg{color:#1e2e3f}.DateText__root.DateText__darkBg{color:#fff}.DateText__root.DateText__xSmall .DateText__text{max-width:400px;font-size:24px;font-weight:400;line-height:32px;letter-spacing:.2px;margin-top:20px}@media (max-width:768px){.DateText__root.DateText__xSmall .DateText__text{max-width:none}}.DateText__root.DateText__small .DateText__text{font-size:30px;line-height:40px;font-weight:400;letter-spacing:normal;margin-top:10px}@media (max-width:768px){.DateText__root.DateText__small .DateText__text{font-size:24px;line-height:32px;letter-spacing:.2px;margin-top:15px}}.DateText__root.DateText__big .DateText__text{font-size:44px;font-weight:400;line-height:58px;letter-spacing:.4px;margin-top:12px}@media (max-width:768px){.DateText__root.DateText__big .DateText__text{font-size:24px;line-height:32px;letter-spacing:.2px}}.TextColumns__root.TextColumns__lightBg{color:#5b6d81}.TextColumns__root.TextColumns__darkBg{color:#fff}.TextColumns__root.TextColumns__narrow{font-size:16px;line-height:26px;font-weight:400}.TextColumns__root.TextColumns__semiWide,.TextColumns__root.TextColumns__vertical{font-size:14px;font-weight:500;line-height:22px;letter-spacing:.43px}.TextColumns__root.TextColumns__semiWide p,.TextColumns__root.TextColumns__vertical p{max-width:330px}.TextColumns__root.TextColumns__wide{font-size:18px;font-weight:400;line-height:28px;letter-spacing:normal}.TextColumns__root.TextColumns__wide p{margin-bottom:30px}@media (max-width:768px){.TextColumns__root.TextColumns__wide p{margin-bottom:25px}}.TextColumns__root.TextColumns__vertical p{margin-bottom:20px;max-width:none}.BgAndSmallImgBlock__root{position:relative}.BgAndSmallImgBlock__root .BgAndSmallImgBlock__image{width:24.5%;position:absolute;right:0;bottom:-130px;overflow:hidden;z-index:3}@media (max-width:768px){.BgAndSmallImgBlock__root .BgAndSmallImgBlock__image{position:relative;right:auto;bottom:auto;top:160px;width:100%;margin:-100px auto 0}}.BgAndSmallImgBlock__root .BgAndSmallImgBlock__image img{width:100%;height:auto;border-top-left-radius:8px;border-bottom-left-radius:8px}@media (max-width:768px){.BgAndSmallImgBlock__root .BgAndSmallImgBlock__image img{border-top-right-radius:8px;border-bottom-right-radius:8px}}.PhotoText__root img{width:100%;-webkit-box-shadow:0 20px 40px 0 rgba(0,0,0,.1);box-shadow:0 20px 40px 0 rgba(0,0,0,.1)}@media (max-width:768px){.PhotoText__root img{width:90%}}.TimelineTopBlock__root{border:none}.SideNavTimeline__root .SideNavTimeline__years{float:left;height:100%;text-align:right}.SideNavTimeline__root .SideNavTimeline__line{float:right;position:relative;top:10px;width:1px;height:100%;background-color:rgba(0,0,0,.1)}.SideNavTimeline__root .SideNavTimeline__line:before{content:"";position:absolute;top:-10px;left:-4px;width:10px;height:10px;border:1px solid rgba(0,0,0,.1);border-radius:50%}.SideNavTimeline__root:after{content:"";display:table;clear:both}.SideNavTimeline__sideNavItem{margin-bottom:20px}.SideNavTimeline__date{display:inline-block;width:100%;padding-left:40%;font-size:18px;font-weight:500;line-height:24px;color:#9aa8b6;text-decoration:none}.SideNavTimeline__root .active{margin-bottom:405px}.SideNavTimeline__root .active .SideNavTimeline__sideNavLink{color:#0180c9}.InfoCard__root{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:100%;border-radius:8px;padding:55px 50px 60px;text-align:center;margin-top:20px}@media (max-width:1024px){.InfoCard__root{max-width:650px;margin:20px auto 0;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;text-align:start}}@media (max-width:768px){.InfoCard__root{max-width:none;padding:55px 55px 60px;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;text-align:center}}.InfoCard__root .InfoCard__info{text-align:center}@media (max-width:1024px){.InfoCard__root .InfoCard__info{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:105px}}@media (max-width:768px){.InfoCard__root .InfoCard__info{display:block;width:auto}}.InfoCard__root .InfoCard__number{font-family:Core Sans,sans-serif;font-size:54px;font-weight:800;line-height:60px}.InfoCard__root .InfoCard__subtitle{display:block;font-size:14px;font-weight:500;line-height:16px;letter-spacing:.43px;color:#9aa8b6;margin-top:8px}.InfoCard__root .InfoCard__text{font-size:22px;font-weight:400;line-height:32px;color:#1e2e3f;margin-top:60px}@media (max-width:1024px){.InfoCard__root .InfoCard__text{width:65%;margin-top:0}}@media (max-width:768px){.InfoCard__root .InfoCard__text{width:100%;margin-top:60px}}.InfoCard__root.InfoCard__white .InfoCard__number,.InfoCard__root.InfoCard__white .InfoCard__subtitle,.InfoCard__root.InfoCard__white .InfoCard__text{color:#fff}.ThreeCardsBlock__root{position:relative}.DateColumnsImageBlock__root img{display:block;width:100%;height:auto;border-radius:8px;-webkit-box-shadow:0 10px 20px 0 rgba(0,0,0,.1);box-shadow:0 10px 20px 0 rgba(0,0,0,.1)}.TimeLineCarousel__root{border:none}.DateTextCarouselBlock__root img{display:block;width:100%;height:auto;border-radius:8px;-webkit-box-shadow:0 10px 20px 0 rgba(0,0,0,.1);box-shadow:0 10px 20px 0 rgba(0,0,0,.1)}.TextAndColorCardsBlock__root .TextAndColorCardsBlock__smallText{max-width:310px;margin-top:60px;font-size:16px;font-weight:400;line-height:26px;color:#5b6d81}@media (max-width:768px){.TextAndColorCardsBlock__root .TextAndColorCardsBlock__smallText{max-width:82%;margin-top:30px}}.TimelinePage__root{border:none}.TimelinePage__date{position:absolute;top:0;right:calc(100% - 128px);z-index:10;-webkit-transition:all .5s;transition:all .5s;-webkit-transition-property:opacity,color;transition-property:opacity,color}.TimelinePage__date.TimelinePage__firstDate{position:fixed;top:95px}.TimelinePage__date.active{color:#0180c9}.TimelinePage__date.active.TimelinePage__activeWhite{color:#fff}.TimelinePage__date.active.TimelinePage__activeWhite[data-waypoint=true]{color:#0180c9}.TimelinePage__slideLine{-webkit-transition:opacity .5s;transition:opacity .5s}.TimelinePage__root:not([data-waypoint=true]) .TimelinePage__date,.TimelinePage__root:not([data-waypoint=true]) .TimelinePage__sideLine{opacity:0;pointer-events:none}.SearchResultsNavPanel__root{height:90px;background-color:#fff;border-bottom:1px solid transparent;-webkit-transition:all .5s;transition:all .5s}.SearchResultsNavPanel__root .SearchResultsNavPanel__title{font-size:18px;font-weight:400;line-height:28px}.SearchResultsNavPanel__root[data-waypoint=true]{border-color:#e9ecef;position:fixed;top:0;left:0;width:100%;z-index:50}.LifestyleCard__root{display:block;width:100%;height:auto;-webkit-box-shadow:0 10px 20px 0 rgba(0,0,0,.1);box-shadow:0 10px 20px 0 rgba(0,0,0,.1);border-radius:8px;padding-bottom:20px;text-decoration:none}.LifestyleCard__root:visited{color:#1e2e3f}.LifestyleCard__root img{width:100%;height:auto;border-radius:inherit}.LifestyleCard__root .LifestyleCard__prefix{display:block;margin:20px 0 0 30px}@media (max-width:768px){.LifestyleCard__root .LifestyleCard__prefix{margin-left:20px;margin-right:20px}}.LifestyleCard__root .LifestyleCard__title{max-width:75%;font-size:22px;font-weight:400;line-height:32px;margin:10px 0 0 30px}@media (max-width:768px){.LifestyleCard__root .LifestyleCard__title{margin-left:20px;margin-right:20px;height:40px;font-size:14px;line-height:19px;letter-spacing:.2px}}.CategoriesMenuSliderSticky__root{border:none}.CategoriesMenuSliderSticky__sticky{background-color:#f4f5f6;border-bottom:1px solid transparent;-webkit-transition:all .5s;transition:all .5s}.CategoriesMenuSliderSticky__sticky.CategoriesMenuSliderSticky__white{background-color:#fff}@media (min-width:769px){.CategoriesMenuSliderSticky__sticky[data-waypoint=true]{border-color:#e9ecef;background-color:#fff;position:fixed;top:0;left:0;width:100%;z-index:50}.CategoriesMenuSliderSticky__sticky.off{-webkit-transform:translateY(-120px);transform:translateY(-120px)}}.LikeDislikeBlock__root .LikeDislikeBlock__title{max-width:600px;font-size:24px;font-weight:400;line-height:32px;letter-spacing:.4px}.SearchResultsPage__root{border:none}@media (max-width:768px){.SearchResultsPage__section:not(.active){display:none}}.CompareTitleBlock__root{position:relative;height:354px}@media (max-width:768px){.CompareTitleBlock__root{height:321px}}.JourneyTextBlock__root .JourneyTextBlock__text{color:#5b6d81;font-weight:400;line-height:28px;font-size:18px;margin-bottom:30px}.blueText{color:#0180c9}.JourneyFaq__toggle .collapsible{background-color:rgba(233,236,239,.5)}.JourneyFaq__content{overflow:auto;max-height:calc(100vh - 250px)}.JourneyArticleCard__root{border-radius:8px;text-decoration:none}.JourneyArticleCard__root.JourneyArticleCard__white{background-color:#fff}.JourneyArticleCard__root.JourneyArticleCard__gray{background-color:rgba(233,236,239,.4)}.JourneyArticleCard__root .JourneyArticleCard__button svg{fill:#0180c9;stroke:#0180c9}.JourneyContact__root{position:relative;background-color:#75acc8;color:#fff}.JourneyContact__root .JourneyContact__text{font-size:30px;font-weight:300;line-height:40px}.JourneyArticleTop__root{color:#fff;position:relative;overflow:hidden;background-color:#87cca4}.JourneyArticleTop__root .JourneyArticleTop__logo{fill:#fff;stroke:#fff;color:#fff}.JourneyArticleTop__root .JourneyArticleTop__textBlock{position:absolute;width:100%;z-index:1}.JourneyArticleTop__root .JourneyArticleTop__title{margin-left:auto;margin-right:auto;max-width:655px}@media (max-width:768px){.JourneyArticleTop__root .JourneyArticleTop__title{max-width:325px}}.JourneyArticleContentBlock__root{background-color:#e9ecef}.JourneyArticleContentBlock__root .JourneyArticleContentBlock__content{background-color:#fff}.JourneyArticleContentBlock__root .JourneyArticleContentBlock__title{color:#1e2e3f}@media (max-width:768px){.JourneyArticleContentBlock__root .JourneyArticleContentBlock__title{letter-spacing:.4px}}.JourneyArticleContentBlock__root .JourneyArticleContentBlock__text{color:#5b6d81}.JourneyArticleContentBlock__root .JourneyArticleContentBlock__divider{background-color:rgba(0,0,0,.16);-webkit-box-sizing:border-box;box-sizing:border-box;left:0}.JourneyArticleContentBlock__root .JourneyArticleContentBlock__listItem{line-height:42px;color:#5b6d81}.JourneyArticleContentBlock__root .JourneyArticleContentBlock__image{background-position:50%;background-size:cover;background-repeat:no-repeat}.SupportHomeHeroBlock__root{position:relative;height:400px;overflow:hidden;-webkit-transition:background-color .5s;transition:background-color .5s}.SupportHomeHeroBlock__root .SupportHomeHeroBlock__logo{-webkit-transition:all .5s;transition:all .5s}.SupportHomeHeroBlock__root .SupportHomeHeroBlock__step{position:absolute;top:0;left:0;width:100%;height:100%;visibility:hidden;opacity:0;-webkit-transition:all .5s;transition:all .5s}.SupportHomeHeroBlock__root .SupportHomeHeroBlock__step.SupportHomeHeroBlock__text{color:#fff;font-size:54px;font-weight:800;font-family:Core Sans,sans-serif}@media (max-width:768px){.SupportHomeHeroBlock__root .SupportHomeHeroBlock__step.SupportHomeHeroBlock__text{font-size:44px}}.SupportHomeHeroBlock__root .SupportHomeHeroBlock__step.SupportHomeHeroBlock__text .SupportHomeHeroBlock__inner{height:calc(100% - 100px);width:660px;position:absolute;top:0;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);visibility:hidden;opacity:0;text-align:center;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-transition:all .5s,height 4s cubic-bezier(.47,.14,.15,.82);transition:all .5s,height 4s cubic-bezier(.47,.14,.15,.82)}@media (max-width:768px){.SupportHomeHeroBlock__root .SupportHomeHeroBlock__step.SupportHomeHeroBlock__text .SupportHomeHeroBlock__inner{width:334px;height:calc(100% - 300px)}}.SupportHomeHeroBlock__root[data-step="1"],.SupportHomeHeroBlock__root[data-step="2"]{height:400px!important;-webkit-transition:height 4s cubic-bezier(.47,.14,.15,.82);transition:height 4s cubic-bezier(.47,.14,.15,.82)}@media (max-width:768px){.SupportHomeHeroBlock__root[data-step="1"],.SupportHomeHeroBlock__root[data-step="2"]{height:495px!important}}.SupportHomeHeroBlock__root[data-step="1"] .SupportHomeHeroBlock__step.SupportHomeHeroBlock__text .SupportHomeHeroBlock__inner,.SupportHomeHeroBlock__root[data-step="2"] .SupportHomeHeroBlock__step.SupportHomeHeroBlock__text .SupportHomeHeroBlock__inner{height:400px!important}.SupportHomeHeroBlock__root[data-step="0"],.SupportHomeHeroBlock__root[data-step="1"]{background-color:#75acc8}.SupportHomeHeroBlock__root[data-step="0"] .SupportHomeHeroBlock__logo,.SupportHomeHeroBlock__root[data-step="1"] .SupportHomeHeroBlock__logo{color:#fff}.SupportHomeHeroBlock__root[data-step="0"] .SupportHomeHeroBlock__step.SupportHomeHeroBlock__text .SupportHomeHeroBlock__inner:first-child,.SupportHomeHeroBlock__root[data-step="0"] .SupportHomeHeroBlock__step:first-child,.SupportHomeHeroBlock__root[data-step="1"] .SupportHomeHeroBlock__step.SupportHomeHeroBlock__text .SupportHomeHeroBlock__inner:last-child,.SupportHomeHeroBlock__root[data-step="1"] .SupportHomeHeroBlock__step:first-child,.SupportHomeHeroBlock__root[data-step="2"] .SupportHomeHeroBlock__step:last-child{visibility:visible;opacity:1}.Hr__root{position:relative;height:1px;background-color:rgba(0,0,0,.1)}.Hr__root .Hr__circle{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:absolute;left:50%;top:-16px;-webkit-transform:translateX(-50%);transform:translateX(-50%);width:31px;height:31px;background-color:#fff;border:1px solid rgba(0,0,0,.1);border-radius:50%;color:#9aa8b6;font-size:12px;line-height:14px;font-weight:500;letter-spacing:.37px}.SupportManualsPage__root{border:none}.CategoryResultTopPanel__root{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.CategoryResultTopPanel__root .CategoryResultTopPanel__text{font-size:18px;line-height:28px;font-weight:400}.CategoryResultTopPanel__root .CategoryResultTopPanel__featuredButton button{font-weight:500}@media (max-width:768px){.CategoryResultTopPanel__root .CategoryResultTopPanel__featuredButton button{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;border:0;background:none}}.PartsAndAccessoriesResult__root{border:none}.ManualsResultProduct__root{border:none}.SupportManualsResultPage__root{border:none}.SafetyNoticesPage__root{border:none}.RegisterTop__root{color:#fff;position:relative;overflow:hidden;background-color:#5b6d81}.RegisterTop__root .RegisterTop__logo{display:none;position:absolute;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);top:30px;width:66px;height:38px;color:#fff;fill:#fff;stroke:#fff}@media (max-width:768px){.RegisterTop__root .RegisterTop__logo{display:block}}.RegisterRelatedProducts__root{position:relative;overflow:hidden}.RegisterRelatedProducts__root .RegisterRelatedProducts__header h4{width:100%}@media (max-width:768px){.RegisterRelatedProducts__root .RegisterRelatedProducts__header h4{max-width:200px}}.RegisterRelatedProducts__root .RegisterRelatedProducts__header p{width:446px}@media (max-width:768px){.RegisterRelatedProducts__root .RegisterRelatedProducts__header p{max-width:313px}}.RegisterRelatedProducts__root .RegisterRelatedProducts__reference{color:#0180c9;text-decoration:none}.WarrantyCard__root .WarrantyCard__years{font-weight:800;line-height:60px;font-size:54px}.RegisterWarranty__root{display:block}.RegisterWarranty__root .RegisterWarranty__ourRangeSlider{position:absolute;width:100%}.RegisterContacts__root{position:relative;overflow:hidden}.RegisterContacts__root .RegisterContacts__phone{font-family:Core Sans,sans-serif;font-style:normal;font-weight:800;line-height:34px;font-size:36px;text-decoration:none}.RegisterContacts__root .RegisterContacts__divider{background-color:rgba(0,0,0,.1)}.RegisterSupport__root{display:block;position:relative;background-color:#75acc8;border-radius:8px;color:#fff}.RegisterSupport__root .RegisterSupport__title{font-weight:400;line-height:40px;font-size:30px}.RegisterSupport__root .RegisterSupport__desc{font-weight:400;line-height:28px;font-size:18px}@media (max-width:768px){.RegisterSupport__wrapper{background-color:#75acc8}}.SimpleNumberCard__root{position:relative;width:310px;height:349px;border-radius:8px;background-color:#fff}@media (max-width:768px){.SimpleNumberCard__root{width:auto;height:auto}}.SimpleNumberCard__root:first-child{margin-left:0}.SimpleNumberCard__number{margin-left:auto;margin-right:auto;width:50px;height:50px;line-height:50px;background-color:rgba(233,236,239,.5);border-radius:50%;font-size:18px;color:#0180c9;text-align:center}@media (max-width:768px){.SimpleNumberCard__number{position:absolute;top:50%;left:30px;-webkit-transform:translateY(-50%);transform:translateY(-50%)}}.SimpleNumberCard__title{font-size:22px;line-height:32px;color:#1e2e3f;text-align:center}@media (max-width:768px){.SimpleNumberCard__title{font-size:18px;line-height:24px;text-align:left}}.SupportRegistrationIntro__root{padding-top:1px}.SupportRegistrationIntro__logo{width:100%;height:auto;color:#0180c9}.SupportRegistrationIntro__title{margin-left:auto;margin-right:auto;width:655px;font-family:Core Sans,sans-serif;font-weight:800;font-size:44px;line-height:48px;color:#1e2e3f;text-align:center}@media (max-width:768px){.SupportRegistrationIntro__title{width:auto;font-size:30px;line-height:36px}}.StateStepsCard__root{position:relative;display:block;width:278px;height:210px;background-color:#fff;border-top:1px solid rgba(0,0,0,.1)}@media (max-width:1024px){.StateStepsCard__root{display:none;width:100%;height:auto;border:1px solid rgba(0,0,0,.1);border-top-color:transparent}}.StateStepsCard__root:first-child{border-top-color:transparent}.StateStepsCard__root.ready{cursor:pointer}.StateStepsCard__root.current{-webkit-box-shadow:0 0 20px rgba(0,0,0,.08);box-shadow:0 0 20px rgba(0,0,0,.08);z-index:1}@media (max-width:1024px){.StateStepsCard__root.current{display:block;-webkit-box-shadow:0 2px 10px rgba(0,0,0,.08);box-shadow:0 2px 10px rgba(0,0,0,.08)}}.StateStepsCard__icon{position:absolute;stroke:#3ba936;display:none}.StateStepsCard__root.ready .StateStepsCard__icon{display:block}.StateStepsCard__content{position:absolute;width:174px;text-align:left}@media (max-width:1024px){.StateStepsCard__content{position:static;padding:14px 70px 18px;width:auto;text-align:center}}.StateStepsCard__prefix{font-weight:300}@media (max-width:1024px){.StateStepsCard__prefix{font-size:14px;line-height:20px;letter-spacing:.43px}}.StateStepsCard__title{font-size:22px;line-height:32px;color:#9aa8b6}@media (max-width:1024px){.StateStepsCard__title{font-size:18px;line-height:28px}}.StateStepsCard__root.current .StateStepsCard__title{color:#0180c9}@media (max-width:1024px){.StateStepsCard__root.current .StateStepsCard__title{color:#1e2e3f}}.StateStepsCard__root.ready .StateStepsCard__title{color:#1e2e3f}.DatePicker__root{position:relative;width:100%;height:72px;background-color:#fff;border-radius:8px}/*!
 * Datepicker v1.0.4
 * https://fengyuanchen.github.io/datepicker
 *
 * Copyright 2014-present Chen Fengyuan
 * Released under the MIT license
 *
 * Date: 2019-01-06T02:42:32.803Z
 */.datepicker-container{background-color:#fff;direction:ltr;font-size:12px;left:0;line-height:30px;position:fixed;-webkit-tap-highlight-color:transparent;top:0;-ms-touch-action:none;touch-action:none;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;width:210px;z-index:-1}.datepicker-container:after,.datepicker-container:before{border:5px solid transparent;content:" ";display:block;height:0;position:absolute;width:0}.datepicker-dropdown{border:1px solid #ccc;-webkit-box-shadow:0 3px 6px #ccc;box-shadow:0 3px 6px #ccc;-webkit-box-sizing:content-box;box-sizing:content-box;position:absolute;z-index:1}.datepicker-inline{position:static}.datepicker-top-left,.datepicker-top-right{border-top-color:#39f}.datepicker-top-left:after,.datepicker-top-left:before,.datepicker-top-right:after,.datepicker-top-right:before{border-top:0;left:10px;top:-5px}.datepicker-top-left:before,.datepicker-top-right:before{border-bottom-color:#39f}.datepicker-top-left:after,.datepicker-top-right:after{border-bottom-color:#fff;top:-4px}.datepicker-bottom-left,.datepicker-bottom-right{border-bottom-color:#39f}.datepicker-bottom-left:after,.datepicker-bottom-left:before,.datepicker-bottom-right:after,.datepicker-bottom-right:before{border-bottom:0;bottom:-5px;left:10px}.datepicker-bottom-left:before,.datepicker-bottom-right:before{border-top-color:#39f}.datepicker-bottom-left:after,.datepicker-bottom-right:after{border-top-color:#fff;bottom:-4px}.datepicker-bottom-right:after,.datepicker-bottom-right:before,.datepicker-top-right:after,.datepicker-top-right:before{left:auto;right:10px}.datepicker-panel>ul{margin:0;padding:0;width:102%}.datepicker-panel>ul:after,.datepicker-panel>ul:before{content:" ";display:table}.datepicker-panel>ul:after{clear:both}.datepicker-panel>ul>li{background-color:#fff;cursor:pointer;float:left;height:30px;list-style:none;margin:0;padding:0;text-align:center;width:30px}.datepicker-panel>ul>li:hover{background-color:#e5f2ff}.datepicker-panel>ul>li.muted,.datepicker-panel>ul>li.muted:hover{color:#999}.datepicker-panel>ul>li.highlighted{background-color:#e5f2ff}.datepicker-panel>ul>li.highlighted:hover{background-color:#cce5ff}.datepicker-panel>ul>li.picked,.datepicker-panel>ul>li.picked:hover{color:#39f}.datepicker-panel>ul>li.disabled,.datepicker-panel>ul>li.disabled:hover{background-color:#fff;color:#ccc;cursor:default}.datepicker-panel>ul>li.disabled.highlighted,.datepicker-panel>ul>li.disabled:hover.highlighted{background-color:#e5f2ff}.datepicker-panel>ul>li[data-view="month next"],.datepicker-panel>ul>li[data-view="month prev"],.datepicker-panel>ul>li[data-view="year next"],.datepicker-panel>ul>li[data-view="year prev"],.datepicker-panel>ul>li[data-view="years next"],.datepicker-panel>ul>li[data-view="years prev"],.datepicker-panel>ul>li[data-view=next]{font-size:18px}.datepicker-panel>ul>li[data-view="month current"],.datepicker-panel>ul>li[data-view="year current"],.datepicker-panel>ul>li[data-view="years current"]{width:150px}.datepicker-panel>ul[data-view=months]>li,.datepicker-panel>ul[data-view=years]>li{height:52.5px;line-height:52.5px;width:52.5px}.datepicker-panel>ul[data-view=week]>li,.datepicker-panel>ul[data-view=week]>li:hover{background-color:#fff;cursor:default}.datepicker-hide{display:none}.datepicker-container{width:318px;font-family:SohoGothicPro,sans-serif;font-weight:500;line-height:18px;border-radius:8px}@media (max-width:375px){.datepicker-container{width:calc(100% - 36px)}}.datepicker-top-left,.datepicker-top-right{border-top:transparent}.datepicker-container:after,.datepicker-container:before{display:none}.datepicker-dropdown{-webkit-box-shadow:0 10px 20px 0 rgba(0,0,0,.15);box-shadow:0 10px 20px 0 rgba(0,0,0,.15);border-color:transparent}.datepicker-panel{padding-top:30px;padding-bottom:15px}@media (max-width:375px){.datepicker-panel{padding-top:20px;padding-bottom:10px}}.datepicker-panel>ul>li{width:40px;height:38px;line-height:37px;margin:1px}@media (max-width:375px){.datepicker-panel>ul>li{width:35px;height:33px;line-height:32px}}.datepicker-panel>ul>li[data-view="month next"],.datepicker-panel>ul>li[data-view="month prev"],.datepicker-panel>ul>li[data-view="year next"],.datepicker-panel>ul>li[data-view="year prev"],.datepicker-panel>ul>li[data-view="years next"],.datepicker-panel>ul>li[data-view="years prev"]{position:relative;top:-5px;width:30px}.datepicker-panel>ul>li[data-view="month prev"],.datepicker-panel>ul>li[data-view="year prev"],.datepicker-panel>ul>li[data-view="years prev"]{left:17px}.datepicker-panel>ul>li[data-view="month next"],.datepicker-panel>ul>li[data-view="year next"],.datepicker-panel>ul>li[data-view="years next"]{left:9px}@media (max-width:375px){.datepicker-panel>ul>li[data-view="month next"],.datepicker-panel>ul>li[data-view="month prev"],.datepicker-panel>ul>li[data-view="year next"],.datepicker-panel>ul>li[data-view="year prev"],.datepicker-panel>ul>li[data-view="years next"],.datepicker-panel>ul>li[data-view="years prev"]{left:8px}}.datepicker-panel>ul>li[data-view="month next"] svg,.datepicker-panel>ul>li[data-view="month prev"] svg,.datepicker-panel>ul>li[data-view="year next"] svg,.datepicker-panel>ul>li[data-view="year prev"] svg,.datepicker-panel>ul>li[data-view="years next"] svg,.datepicker-panel>ul>li[data-view="years prev"] svg{width:18px;height:18px;pointer-events:none}.datepicker-panel>ul>li[data-view="month current"],.datepicker-panel>ul>li[data-view="year current"],.datepicker-panel>ul>li[data-view="years current"]{width:200px;height:40px;margin-left:28px;font-size:18px;line-height:22px;font-weight:400}@media (max-width:375px){.datepicker-panel>ul>li[data-view="month current"],.datepicker-panel>ul>li[data-view="year current"],.datepicker-panel>ul>li[data-view="years current"]{width:175px;height:35px;margin-left:16px;line-height:20px}}.datepicker-panel>ul[data-view=days],.datepicker-panel>ul[data-view=months],.datepicker-panel>ul[data-view=week],.datepicker-panel>ul[data-view=years]{padding:0 13px}@media (max-width:375px){.datepicker-panel>ul{width:270px;margin:0 auto}.datepicker-panel>ul[data-view=days],.datepicker-panel>ul[data-view=week]{padding:0 0 0 6px}.datepicker-panel>ul[data-view=months],.datepicker-panel>ul[data-view=years]{padding:0 0 0 3px}}.datepicker-panel>ul[data-view=months]>li,.datepicker-panel>ul[data-view=years]>li{width:56.3px;height:56.3px;line-height:56.3px}@media (max-width:375px){.datepicker-panel>ul[data-view=months]>li,.datepicker-panel>ul[data-view=years]>li{width:50.5px;height:50.5px;line-height:50.5px}}.datepicker-panel>ul>li.disabled,.datepicker-panel>ul>li.disabled:hover,.datepicker-panel>ul[data-view=week]>li{color:#9aa8b6}.datepicker-panel>ul>li:hover{background-color:transparent}.datepicker-panel>ul[data-view=days]>li:hover,.datepicker-panel>ul[data-view=months]>li:hover,.datepicker-panel>ul[data-view=years]>li:hover{background-color:#e5f2ff;border-radius:50%}.datepicker-panel>ul>li.highlighted{background-color:transparent}.datepicker-panel>ul>li.picked{border-radius:50%}.datepicker-panel>ul>li.picked,.datepicker-panel>ul>li.picked:hover{color:#fff;background-color:#0180c9}.datepicker-panel>ul>li.muted,.datepicker-panel>ul>li.muted:hover{color:rgba(0,0,0,.3)}.SupportRegistrationDetails__root{display:-webkit-box;display:-ms-flexbox;display:flex}@media (max-width:1024px){.SupportRegistrationDetails__root{display:block}}.SupportRegistrationDetails__content{position:relative;width:660px;margin-left:auto;margin-right:auto}@media (min-width:769px){.SupportRegistrationDetails__content{margin-left:115px}}@media (min-width:1440px){.SupportRegistrationDetails__content{margin-left:auto;left:-135px}}@media (max-width:1280px){.SupportRegistrationDetails__content{margin-left:auto}}@media (max-width:768px){.SupportRegistrationDetails__content{width:auto}}.SupportRegistrationDetails__title{margin-left:auto;margin-right:auto;font-family:Core Sans,sans-serif;font-weight:800;font-size:44px;line-height:48px;color:#1e2e3f}@media (max-width:768px){.SupportRegistrationDetails__title{width:auto;font-size:30px;line-height:36px}}.OfferCard__root{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:890px;height:144px;border-radius:8px;background-color:#fff;overflow:hidden}@media (max-width:1439px){.OfferCard__root{display:block;width:100%;height:auto}}.OfferCard__productInfo{display:-webkit-box;display:-ms-flexbox;display:flex;height:144px;border-right:1px solid rgba(0,0,0,.1)}@media (max-width:1439px){.OfferCard__productInfo{width:100%;border-right:none;border-bottom:1px solid rgba(0,0,0,.1)}}.OfferCard__imageWrapper{position:relative;width:117px;height:100%}@media (max-width:768px){.OfferCard__imageWrapper{min-width:117px}}.OfferCard__image{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);padding:20px;max-width:100%;max-height:100%}.OfferCard__titleWrapper{width:250px}@media (max-width:1439px){.OfferCard__titleWrapper{width:auto}}.OfferCard__title{font-size:18px;line-height:24px;color:#1e2e3f}.OfferBonusesCard__root{padding-top:1px;margin-top:10px;position:relative;width:311px;height:291px;background-color:#fff;border-radius:8px;-webkit-box-shadow:0 10px 20px 0 rgba(0,0,0,.1);box-shadow:0 10px 20px 0 rgba(0,0,0,.1)}@media (max-width:768px){.OfferBonusesCard__root{margin-left:auto;margin-right:auto;width:auto}}@media (max-width:768px){.OfferBonusesCard__root:first-child{margin-top:0}}.OfferBonusesCard__root.disabled{-webkit-box-shadow:none;box-shadow:none}.OfferBonusesCard__icon{width:30px;height:46px;color:#bcc7d3;stroke:#bcc7d3;fill:#bcc7d3}.OfferBonusesCard__icon.warranty{width:30px;height:46px}.OfferBonusesCard__icon.cash{width:54px;height:31px}.OfferBonusesCard__icon.gift{width:38px;height:40px}.OfferBonusesCard__title{font-size:22px;line-height:30px;color:#0180c9;text-align:center}.OfferBonusesCard__root.disabled .OfferBonusesCard__title{color:#1e2e3f}.OfferBonusesCard__description{font-size:16px;line-height:26px;color:#5b6d81;text-align:center}.OfferBonusesCard__checkmark{position:relative;width:25px;height:25px;border:2px solid #0180c9;background-color:#0180c9;border-radius:50%}.OfferBonusesCard__root.disabled .OfferBonusesCard__checkmark{background-color:transparent;border-color:#bcc7d3}.OfferBonusesCard__checkmarkIcon{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);width:12px;height:9px;color:#fff;fill:#fff;stroke:#fff}.OfferBonusesCard__root.disabled .OfferBonusesCard__checkmarkIcon{color:#bcc7d3;fill:#bcc7d3;stroke:#bcc7d3}.OfferBonusesList__root{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;width:100%}@media (max-width:768px){.OfferBonusesList__root{display:block}}.SupportRegistrationOffers__root{display:-webkit-box;display:-ms-flexbox;display:flex}@media (max-width:1024px){.SupportRegistrationOffers__root{display:block}}.SupportRegistrationOffers__content{position:relative;width:660px;margin-left:auto;margin-right:auto}@media (min-width:769px){.SupportRegistrationOffers__content{margin-left:115px}}@media (min-width:1440px){.SupportRegistrationOffers__content{margin-left:auto;left:-135px}}@media (max-width:1280px){.SupportRegistrationOffers__content{margin-left:auto}}@media (max-width:768px){.SupportRegistrationOffers__content{width:auto}}.SupportRegistrationOffers__title{margin-left:auto;margin-right:auto;font-family:Core Sans,sans-serif;font-weight:800;font-size:44px;line-height:48px;color:#1e2e3f}@media (max-width:768px){.SupportRegistrationOffers__title{width:auto;font-size:30px;line-height:36px}}.SupportRegistrationOffers__subTitle{font-size:18px;line-height:28px;color:#5b6d81}.SupportRegistrationOffers__postscript{font-weight:500;font-size:14px;line-height:21px;letter-spacing:.3px;color:#1e2e3f}.SupportRegistrationOffers__link{color:#0180c9;text-decoration:none}@-webkit-keyframes FileUploader__preloader{0%{-webkit-transform:translateX(-100%);transform:translateX(-100%)}70%{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}to{opacity:0;-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes FileUploader__preloader{0%{-webkit-transform:translateX(-100%);transform:translateX(-100%)}70%{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}to{opacity:0;-webkit-transform:translateX(0);transform:translateX(0)}}.FileUploader__root{position:relative;margin-top:20px;width:100%;height:92px;overflow:hidden;background-color:#fff;border-radius:8px;cursor:pointer;border:1px solid transparent;-webkit-transition:border-color .3s ease-out;transition:border-color .3s ease-out}@media (max-width:768px){.FileUploader__root{height:166px;text-align:center}}.FileUploader__root.file-error{border-color:#e40313;-webkit-transition:border-color .3s ease-out .8s;transition:border-color .3s ease-out .8s}.FileUploader__preloaderIconWrapper{display:inline-block;vertical-align:top;height:92px;width:0;overflow:hidden;-webkit-transition:width .3s ease-out;transition:width .3s ease-out}.FileUploader__root.preloader .FileUploader__preloaderIconWrapper{width:52px;-webkit-transition:width .3s ease-out .8s;transition:width .3s ease-out .8s}.FileUploader__checkmarkIcon,.FileUploader__errorIcon{margin-left:30px;height:100%}@media (max-width:768px){.FileUploader__checkmarkIcon,.FileUploader__errorIcon{margin-left:0;margin-right:30px}}.FileUploader__checkmarkIcon{stroke:#3ba936}.FileUploader__root.file-error .FileUploader__checkmarkIcon{display:none}.FileUploader__errorIcon{display:none;width:22px;padding-left:6px;color:#e40313;fill:#e40313;stroke:#e40313}.FileUploader__root.file-error .FileUploader__errorIcon{display:block}.FileUploader__preloader{position:absolute;top:0;left:0;width:100%;height:100%;background-color:#bcc7d3;-webkit-transform:translateX(-100%);transform:translateX(-100%)}.FileUploader__root.preloader .FileUploader__preloader{-webkit-animation:FileUploader__preloader .8s cubic-bezier(.86,0,.07,1);animation:FileUploader__preloader .8s cubic-bezier(.86,0,.07,1);-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}.FileUploader__uploadTitle{position:relative;display:inline-block;vertical-align:top;margin-left:30px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:18px;line-height:92px;color:#0180c9}@media (max-width:768px){.FileUploader__uploadTitle{margin-left:0;text-align:center}}.FileUploader__uploadTitle.name{color:#1e2e3f;max-width:calc(100% - 200px)}@media (max-width:768px){.FileUploader__uploadTitle.name{max-width:calc(100% - 100px)}}.FileUploader__iconWrapper{position:absolute;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);right:30px;width:60px;height:60px;border:1px solid #e9ecef;border-radius:50%}@media (max-width:768px){.FileUploader__iconWrapper{right:auto;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);margin-top:25px}}@media (max-width:768px){.FileUploader__uploadIconWrapper{left:calc(50% - 40px)}}@media (max-width:768px){.FileUploader__photoIconWrapper{left:calc(50% + 40px)}}.FileUploader__icon{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.FileUploader__uploadIcon{width:19px;height:21px;stroke:#0180c9;fill:#0180c9}.FileUploader__photoIcon{display:none;width:25px;height:18px;fill:#0180c9}@media (max-width:768px){.FileUploader__photoIcon{display:block}}.FileUploader__uploadWarning{font-size:14px;line-height:22px;letter-spacing:.43px;color:#5b6d81}.Recaptcha__root .Recaptcha__years{font-weight:800;line-height:60px;font-size:54px}.SupportRegistrationInfo__root{display:-webkit-box;display:-ms-flexbox;display:flex}@media (max-width:1024px){.SupportRegistrationInfo__root{display:block}}.SupportRegistrationInfo__content{position:relative;width:875px;margin-left:auto;margin-right:auto}@media (min-width:769px){.SupportRegistrationInfo__content{margin-left:60px}}@media (min-width:1440px){.SupportRegistrationInfo__content{margin-left:auto;left:-25px}}@media (max-width:1280px){.SupportRegistrationInfo__content{margin-left:auto;width:90%}}@media (max-width:1024px){.SupportRegistrationInfo__content{width:95%}}@media (max-width:768px){.SupportRegistrationInfo__content{width:auto}}.SupportRegistrationInfo__title{margin-left:auto;margin-right:auto;font-family:Core Sans,sans-serif;font-weight:800;font-size:44px;line-height:48px;color:#1e2e3f}@media (max-width:768px){.SupportRegistrationInfo__title{width:auto;font-size:30px;line-height:36px}}.SupportRegistrationInfo__subTitle{font-size:18px;line-height:28px;color:#5b6d81}.SimpleOfferBonusesCard__root{padding-top:1px;position:relative;width:160px;height:73px}@media (max-width:768px){.SimpleOfferBonusesCard__root{margin-left:auto;margin-right:auto}}@media (max-width:374px){.SimpleOfferBonusesCard__root{width:284px}}@media (max-width:768px){.SimpleOfferBonusesCard__root:first-child{margin-top:0}}.SimpleOfferBonusesCard__icon{width:30px;height:46px;color:#bcc7d3;stroke:#bcc7d3;fill:#bcc7d3}.SimpleOfferBonusesCard__icon.promise1{width:23px;height:35px}.SimpleOfferBonusesCard__icon.gift{width:27px;height:28px}.SimpleOfferBonusesCard__title{position:absolute;bottom:0;left:0;width:100%;font-size:18px;line-height:26px;color:#1e2e3f;text-align:center;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.SimpleOfferBonusesCard__root.disabled .SimpleOfferBonusesCard__title{color:#1e2e3f}.SimpleOfferBonusesCard__description{font-size:16px;line-height:26px;color:#5b6d81;text-align:center}.SimpleOfferBonusesCard__checkmark{position:relative;width:25px;height:25px;border:2px solid #0180c9;background-color:#0180c9;border-radius:50%}.SimpleOfferBonusesCard__root.disabled .SimpleOfferBonusesCard__checkmark{background-color:transparent;border-color:#bcc7d3}.SimpleOfferBonusesCard__checkmarkIcon{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);width:12px;height:9px;color:#fff;fill:#fff;stroke:#fff}.SimpleOfferBonusesCard__root.disabled .SimpleOfferBonusesCard__checkmarkIcon{color:#bcc7d3;fill:#bcc7d3;stroke:#bcc7d3}.SimpleOfferBonusesList__root{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;width:100%}@media (max-width:768px){.SimpleOfferBonusesList__root{display:block}}.ProductSingleCard__container{width:100%;padding-right:1.25%;padding-left:1.25%;margin-right:auto;margin-left:auto}@media (min-width:769px){.ProductSingleCard__container{max-width:1800px}}.ProductSingleCard__container-fluid{width:100%;padding-right:1.25%;padding-left:1.25%;margin-right:auto;margin-left:auto}.ProductSingleCard__row{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-right:-1.25%;margin-left:-1.25%}.ProductSingleCard__no-gutters{margin-right:0;margin-left:0}.ProductSingleCard__no-gutters>.ProductSingleCard__col,.ProductSingleCard__no-gutters>[class*=col-]{padding-right:0;padding-left:0}.ProductSingleCard__col,.ProductSingleCard__col-1,.ProductSingleCard__col-2,.ProductSingleCard__col-3,.ProductSingleCard__col-4,.ProductSingleCard__col-5,.ProductSingleCard__col-6,.ProductSingleCard__col-7,.ProductSingleCard__col-8,.ProductSingleCard__col-9,.ProductSingleCard__col-10,.ProductSingleCard__col-11,.ProductSingleCard__col-12,.ProductSingleCard__col-auto,.ProductSingleCard__col-lg,.ProductSingleCard__col-lg-1,.ProductSingleCard__col-lg-2,.ProductSingleCard__col-lg-3,.ProductSingleCard__col-lg-4,.ProductSingleCard__col-lg-5,.ProductSingleCard__col-lg-6,.ProductSingleCard__col-lg-7,.ProductSingleCard__col-lg-8,.ProductSingleCard__col-lg-9,.ProductSingleCard__col-lg-10,.ProductSingleCard__col-lg-11,.ProductSingleCard__col-lg-12,.ProductSingleCard__col-lg-auto,.ProductSingleCard__col-md,.ProductSingleCard__col-md-1,.ProductSingleCard__col-md-2,.ProductSingleCard__col-md-3,.ProductSingleCard__col-md-4,.ProductSingleCard__col-md-5,.ProductSingleCard__col-md-6,.ProductSingleCard__col-md-7,.ProductSingleCard__col-md-8,.ProductSingleCard__col-md-9,.ProductSingleCard__col-md-10,.ProductSingleCard__col-md-11,.ProductSingleCard__col-md-12,.ProductSingleCard__col-md-auto,.ProductSingleCard__col-xl,.ProductSingleCard__col-xl-1,.ProductSingleCard__col-xl-2,.ProductSingleCard__col-xl-3,.ProductSingleCard__col-xl-4,.ProductSingleCard__col-xl-5,.ProductSingleCard__col-xl-6,.ProductSingleCard__col-xl-7,.ProductSingleCard__col-xl-8,.ProductSingleCard__col-xl-9,.ProductSingleCard__col-xl-10,.ProductSingleCard__col-xl-11,.ProductSingleCard__col-xl-12,.ProductSingleCard__col-xl-auto,.ProductSingleCard__col-xs,.ProductSingleCard__col-xs-1,.ProductSingleCard__col-xs-2,.ProductSingleCard__col-xs-3,.ProductSingleCard__col-xs-4,.ProductSingleCard__col-xs-5,.ProductSingleCard__col-xs-6,.ProductSingleCard__col-xs-7,.ProductSingleCard__col-xs-8,.ProductSingleCard__col-xs-9,.ProductSingleCard__col-xs-10,.ProductSingleCard__col-xs-11,.ProductSingleCard__col-xs-12,.ProductSingleCard__col-xs-auto,.ProductSingleCard__col-xxl,.ProductSingleCard__col-xxl-1,.ProductSingleCard__col-xxl-2,.ProductSingleCard__col-xxl-3,.ProductSingleCard__col-xxl-4,.ProductSingleCard__col-xxl-5,.ProductSingleCard__col-xxl-6,.ProductSingleCard__col-xxl-7,.ProductSingleCard__col-xxl-8,.ProductSingleCard__col-xxl-9,.ProductSingleCard__col-xxl-10,.ProductSingleCard__col-xxl-11,.ProductSingleCard__col-xxl-12,.ProductSingleCard__col-xxl-auto{position:relative;width:100%;min-height:1px;padding-right:1.25%;padding-left:1.25%}.ProductSingleCard__col{-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;max-width:100%}.ProductSingleCard__col-auto{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:none}.ProductSingleCard__col-1{-webkit-box-flex:0;-ms-flex:0 0 8.33333%;flex:0 0 8.33333%;max-width:8.33333%}.ProductSingleCard__col-2{-webkit-box-flex:0;-ms-flex:0 0 16.66667%;flex:0 0 16.66667%;max-width:16.66667%}.ProductSingleCard__col-3{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.ProductSingleCard__col-4{-webkit-box-flex:0;-ms-flex:0 0 33.33333%;flex:0 0 33.33333%;max-width:33.33333%}.ProductSingleCard__col-5{-webkit-box-flex:0;-ms-flex:0 0 41.66667%;flex:0 0 41.66667%;max-width:41.66667%}.ProductSingleCard__col-6{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.ProductSingleCard__col-7{-webkit-box-flex:0;-ms-flex:0 0 58.33333%;flex:0 0 58.33333%;max-width:58.33333%}.ProductSingleCard__col-8{-webkit-box-flex:0;-ms-flex:0 0 66.66667%;flex:0 0 66.66667%;max-width:66.66667%}.ProductSingleCard__col-9{-webkit-box-flex:0;-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.ProductSingleCard__col-10{-webkit-box-flex:0;-ms-flex:0 0 83.33333%;flex:0 0 83.33333%;max-width:83.33333%}.ProductSingleCard__col-11{-webkit-box-flex:0;-ms-flex:0 0 91.66667%;flex:0 0 91.66667%;max-width:91.66667%}.ProductSingleCard__col-12{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.ProductSingleCard__order-first{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.ProductSingleCard__order-last{-webkit-box-ordinal-group:14;-ms-flex-order:13;order:13}.ProductSingleCard__order-0{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}.ProductSingleCard__order-1{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.ProductSingleCard__order-2{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.ProductSingleCard__order-3{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.ProductSingleCard__order-4{-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4}.ProductSingleCard__order-5{-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5}.ProductSingleCard__order-6{-webkit-box-ordinal-group:7;-ms-flex-order:6;order:6}.ProductSingleCard__order-7{-webkit-box-ordinal-group:8;-ms-flex-order:7;order:7}.ProductSingleCard__order-8{-webkit-box-ordinal-group:9;-ms-flex-order:8;order:8}.ProductSingleCard__order-9{-webkit-box-ordinal-group:10;-ms-flex-order:9;order:9}.ProductSingleCard__order-10{-webkit-box-ordinal-group:11;-ms-flex-order:10;order:10}.ProductSingleCard__order-11{-webkit-box-ordinal-group:12;-ms-flex-order:11;order:11}.ProductSingleCard__order-12{-webkit-box-ordinal-group:13;-ms-flex-order:12;order:12}.ProductSingleCard__offset-1{margin-left:8.33333%}.ProductSingleCard__offset-2{margin-left:16.66667%}.ProductSingleCard__offset-3{margin-left:25%}.ProductSingleCard__offset-4{margin-left:33.33333%}.ProductSingleCard__offset-5{margin-left:41.66667%}.ProductSingleCard__offset-6{margin-left:50%}.ProductSingleCard__offset-7{margin-left:58.33333%}.ProductSingleCard__offset-8{margin-left:66.66667%}.ProductSingleCard__offset-9{margin-left:75%}.ProductSingleCard__offset-10{margin-left:83.33333%}.ProductSingleCard__offset-11{margin-left:91.66667%}@media (min-width:375px){.ProductSingleCard__col-xs{-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;max-width:100%}.ProductSingleCard__col-xs-auto{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:none}.ProductSingleCard__col-xs-1{-webkit-box-flex:0;-ms-flex:0 0 8.33333%;flex:0 0 8.33333%;max-width:8.33333%}.ProductSingleCard__col-xs-2{-webkit-box-flex:0;-ms-flex:0 0 16.66667%;flex:0 0 16.66667%;max-width:16.66667%}.ProductSingleCard__col-xs-3{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.ProductSingleCard__col-xs-4{-webkit-box-flex:0;-ms-flex:0 0 33.33333%;flex:0 0 33.33333%;max-width:33.33333%}.ProductSingleCard__col-xs-5{-webkit-box-flex:0;-ms-flex:0 0 41.66667%;flex:0 0 41.66667%;max-width:41.66667%}.ProductSingleCard__col-xs-6{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.ProductSingleCard__col-xs-7{-webkit-box-flex:0;-ms-flex:0 0 58.33333%;flex:0 0 58.33333%;max-width:58.33333%}.ProductSingleCard__col-xs-8{-webkit-box-flex:0;-ms-flex:0 0 66.66667%;flex:0 0 66.66667%;max-width:66.66667%}.ProductSingleCard__col-xs-9{-webkit-box-flex:0;-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.ProductSingleCard__col-xs-10{-webkit-box-flex:0;-ms-flex:0 0 83.33333%;flex:0 0 83.33333%;max-width:83.33333%}.ProductSingleCard__col-xs-11{-webkit-box-flex:0;-ms-flex:0 0 91.66667%;flex:0 0 91.66667%;max-width:91.66667%}.ProductSingleCard__col-xs-12{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.ProductSingleCard__order-xs-first{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.ProductSingleCard__order-xs-last{-webkit-box-ordinal-group:14;-ms-flex-order:13;order:13}.ProductSingleCard__order-xs-0{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}.ProductSingleCard__order-xs-1{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.ProductSingleCard__order-xs-2{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.ProductSingleCard__order-xs-3{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.ProductSingleCard__order-xs-4{-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4}.ProductSingleCard__order-xs-5{-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5}.ProductSingleCard__order-xs-6{-webkit-box-ordinal-group:7;-ms-flex-order:6;order:6}.ProductSingleCard__order-xs-7{-webkit-box-ordinal-group:8;-ms-flex-order:7;order:7}.ProductSingleCard__order-xs-8{-webkit-box-ordinal-group:9;-ms-flex-order:8;order:8}.ProductSingleCard__order-xs-9{-webkit-box-ordinal-group:10;-ms-flex-order:9;order:9}.ProductSingleCard__order-xs-10{-webkit-box-ordinal-group:11;-ms-flex-order:10;order:10}.ProductSingleCard__order-xs-11{-webkit-box-ordinal-group:12;-ms-flex-order:11;order:11}.ProductSingleCard__order-xs-12{-webkit-box-ordinal-group:13;-ms-flex-order:12;order:12}.ProductSingleCard__offset-xs-0{margin-left:0}.ProductSingleCard__offset-xs-1{margin-left:8.33333%}.ProductSingleCard__offset-xs-2{margin-left:16.66667%}.ProductSingleCard__offset-xs-3{margin-left:25%}.ProductSingleCard__offset-xs-4{margin-left:33.33333%}.ProductSingleCard__offset-xs-5{margin-left:41.66667%}.ProductSingleCard__offset-xs-6{margin-left:50%}.ProductSingleCard__offset-xs-7{margin-left:58.33333%}.ProductSingleCard__offset-xs-8{margin-left:66.66667%}.ProductSingleCard__offset-xs-9{margin-left:75%}.ProductSingleCard__offset-xs-10{margin-left:83.33333%}.ProductSingleCard__offset-xs-11{margin-left:91.66667%}}@media (min-width:769px){.ProductSingleCard__col-md{-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;max-width:100%}.ProductSingleCard__col-md-auto{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:none}.ProductSingleCard__col-md-1{-webkit-box-flex:0;-ms-flex:0 0 8.33333%;flex:0 0 8.33333%;max-width:8.33333%}.ProductSingleCard__col-md-2{-webkit-box-flex:0;-ms-flex:0 0 16.66667%;flex:0 0 16.66667%;max-width:16.66667%}.ProductSingleCard__col-md-3{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.ProductSingleCard__col-md-4{-webkit-box-flex:0;-ms-flex:0 0 33.33333%;flex:0 0 33.33333%;max-width:33.33333%}.ProductSingleCard__col-md-5{-webkit-box-flex:0;-ms-flex:0 0 41.66667%;flex:0 0 41.66667%;max-width:41.66667%}.ProductSingleCard__col-md-6{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.ProductSingleCard__col-md-7{-webkit-box-flex:0;-ms-flex:0 0 58.33333%;flex:0 0 58.33333%;max-width:58.33333%}.ProductSingleCard__col-md-8{-webkit-box-flex:0;-ms-flex:0 0 66.66667%;flex:0 0 66.66667%;max-width:66.66667%}.ProductSingleCard__col-md-9{-webkit-box-flex:0;-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.ProductSingleCard__col-md-10{-webkit-box-flex:0;-ms-flex:0 0 83.33333%;flex:0 0 83.33333%;max-width:83.33333%}.ProductSingleCard__col-md-11{-webkit-box-flex:0;-ms-flex:0 0 91.66667%;flex:0 0 91.66667%;max-width:91.66667%}.ProductSingleCard__col-md-12{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.ProductSingleCard__order-md-first{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.ProductSingleCard__order-md-last{-webkit-box-ordinal-group:14;-ms-flex-order:13;order:13}.ProductSingleCard__order-md-0{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}.ProductSingleCard__order-md-1{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.ProductSingleCard__order-md-2{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.ProductSingleCard__order-md-3{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.ProductSingleCard__order-md-4{-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4}.ProductSingleCard__order-md-5{-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5}.ProductSingleCard__order-md-6{-webkit-box-ordinal-group:7;-ms-flex-order:6;order:6}.ProductSingleCard__order-md-7{-webkit-box-ordinal-group:8;-ms-flex-order:7;order:7}.ProductSingleCard__order-md-8{-webkit-box-ordinal-group:9;-ms-flex-order:8;order:8}.ProductSingleCard__order-md-9{-webkit-box-ordinal-group:10;-ms-flex-order:9;order:9}.ProductSingleCard__order-md-10{-webkit-box-ordinal-group:11;-ms-flex-order:10;order:10}.ProductSingleCard__order-md-11{-webkit-box-ordinal-group:12;-ms-flex-order:11;order:11}.ProductSingleCard__order-md-12{-webkit-box-ordinal-group:13;-ms-flex-order:12;order:12}.ProductSingleCard__offset-md-0{margin-left:0}.ProductSingleCard__offset-md-1{margin-left:8.33333%}.ProductSingleCard__offset-md-2{margin-left:16.66667%}.ProductSingleCard__offset-md-3{margin-left:25%}.ProductSingleCard__offset-md-4{margin-left:33.33333%}.ProductSingleCard__offset-md-5{margin-left:41.66667%}.ProductSingleCard__offset-md-6{margin-left:50%}.ProductSingleCard__offset-md-7{margin-left:58.33333%}.ProductSingleCard__offset-md-8{margin-left:66.66667%}.ProductSingleCard__offset-md-9{margin-left:75%}.ProductSingleCard__offset-md-10{margin-left:83.33333%}.ProductSingleCard__offset-md-11{margin-left:91.66667%}}@media (min-width:1025px){.ProductSingleCard__col-lg{-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;max-width:100%}.ProductSingleCard__col-lg-auto{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:none}.ProductSingleCard__col-lg-1{-webkit-box-flex:0;-ms-flex:0 0 8.33333%;flex:0 0 8.33333%;max-width:8.33333%}.ProductSingleCard__col-lg-2{-webkit-box-flex:0;-ms-flex:0 0 16.66667%;flex:0 0 16.66667%;max-width:16.66667%}.ProductSingleCard__col-lg-3{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.ProductSingleCard__col-lg-4{-webkit-box-flex:0;-ms-flex:0 0 33.33333%;flex:0 0 33.33333%;max-width:33.33333%}.ProductSingleCard__col-lg-5{-webkit-box-flex:0;-ms-flex:0 0 41.66667%;flex:0 0 41.66667%;max-width:41.66667%}.ProductSingleCard__col-lg-6{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.ProductSingleCard__col-lg-7{-webkit-box-flex:0;-ms-flex:0 0 58.33333%;flex:0 0 58.33333%;max-width:58.33333%}.ProductSingleCard__col-lg-8{-webkit-box-flex:0;-ms-flex:0 0 66.66667%;flex:0 0 66.66667%;max-width:66.66667%}.ProductSingleCard__col-lg-9{-webkit-box-flex:0;-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.ProductSingleCard__col-lg-10{-webkit-box-flex:0;-ms-flex:0 0 83.33333%;flex:0 0 83.33333%;max-width:83.33333%}.ProductSingleCard__col-lg-11{-webkit-box-flex:0;-ms-flex:0 0 91.66667%;flex:0 0 91.66667%;max-width:91.66667%}.ProductSingleCard__col-lg-12{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.ProductSingleCard__order-lg-first{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.ProductSingleCard__order-lg-last{-webkit-box-ordinal-group:14;-ms-flex-order:13;order:13}.ProductSingleCard__order-lg-0{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}.ProductSingleCard__order-lg-1{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.ProductSingleCard__order-lg-2{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.ProductSingleCard__order-lg-3{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.ProductSingleCard__order-lg-4{-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4}.ProductSingleCard__order-lg-5{-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5}.ProductSingleCard__order-lg-6{-webkit-box-ordinal-group:7;-ms-flex-order:6;order:6}.ProductSingleCard__order-lg-7{-webkit-box-ordinal-group:8;-ms-flex-order:7;order:7}.ProductSingleCard__order-lg-8{-webkit-box-ordinal-group:9;-ms-flex-order:8;order:8}.ProductSingleCard__order-lg-9{-webkit-box-ordinal-group:10;-ms-flex-order:9;order:9}.ProductSingleCard__order-lg-10{-webkit-box-ordinal-group:11;-ms-flex-order:10;order:10}.ProductSingleCard__order-lg-11{-webkit-box-ordinal-group:12;-ms-flex-order:11;order:11}.ProductSingleCard__order-lg-12{-webkit-box-ordinal-group:13;-ms-flex-order:12;order:12}.ProductSingleCard__offset-lg-0{margin-left:0}.ProductSingleCard__offset-lg-1{margin-left:8.33333%}.ProductSingleCard__offset-lg-2{margin-left:16.66667%}.ProductSingleCard__offset-lg-3{margin-left:25%}.ProductSingleCard__offset-lg-4{margin-left:33.33333%}.ProductSingleCard__offset-lg-5{margin-left:41.66667%}.ProductSingleCard__offset-lg-6{margin-left:50%}.ProductSingleCard__offset-lg-7{margin-left:58.33333%}.ProductSingleCard__offset-lg-8{margin-left:66.66667%}.ProductSingleCard__offset-lg-9{margin-left:75%}.ProductSingleCard__offset-lg-10{margin-left:83.33333%}.ProductSingleCard__offset-lg-11{margin-left:91.66667%}}@media (min-width:1281px){.ProductSingleCard__col-xl{-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;max-width:100%}.ProductSingleCard__col-xl-auto{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:none}.ProductSingleCard__col-xl-1{-webkit-box-flex:0;-ms-flex:0 0 8.33333%;flex:0 0 8.33333%;max-width:8.33333%}.ProductSingleCard__col-xl-2{-webkit-box-flex:0;-ms-flex:0 0 16.66667%;flex:0 0 16.66667%;max-width:16.66667%}.ProductSingleCard__col-xl-3{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.ProductSingleCard__col-xl-4{-webkit-box-flex:0;-ms-flex:0 0 33.33333%;flex:0 0 33.33333%;max-width:33.33333%}.ProductSingleCard__col-xl-5{-webkit-box-flex:0;-ms-flex:0 0 41.66667%;flex:0 0 41.66667%;max-width:41.66667%}.ProductSingleCard__col-xl-6{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.ProductSingleCard__col-xl-7{-webkit-box-flex:0;-ms-flex:0 0 58.33333%;flex:0 0 58.33333%;max-width:58.33333%}.ProductSingleCard__col-xl-8{-webkit-box-flex:0;-ms-flex:0 0 66.66667%;flex:0 0 66.66667%;max-width:66.66667%}.ProductSingleCard__col-xl-9{-webkit-box-flex:0;-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.ProductSingleCard__col-xl-10{-webkit-box-flex:0;-ms-flex:0 0 83.33333%;flex:0 0 83.33333%;max-width:83.33333%}.ProductSingleCard__col-xl-11{-webkit-box-flex:0;-ms-flex:0 0 91.66667%;flex:0 0 91.66667%;max-width:91.66667%}.ProductSingleCard__col-xl-12{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.ProductSingleCard__order-xl-first{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.ProductSingleCard__order-xl-last{-webkit-box-ordinal-group:14;-ms-flex-order:13;order:13}.ProductSingleCard__order-xl-0{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}.ProductSingleCard__order-xl-1{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.ProductSingleCard__order-xl-2{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.ProductSingleCard__order-xl-3{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.ProductSingleCard__order-xl-4{-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4}.ProductSingleCard__order-xl-5{-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5}.ProductSingleCard__order-xl-6{-webkit-box-ordinal-group:7;-ms-flex-order:6;order:6}.ProductSingleCard__order-xl-7{-webkit-box-ordinal-group:8;-ms-flex-order:7;order:7}.ProductSingleCard__order-xl-8{-webkit-box-ordinal-group:9;-ms-flex-order:8;order:8}.ProductSingleCard__order-xl-9{-webkit-box-ordinal-group:10;-ms-flex-order:9;order:9}.ProductSingleCard__order-xl-10{-webkit-box-ordinal-group:11;-ms-flex-order:10;order:10}.ProductSingleCard__order-xl-11{-webkit-box-ordinal-group:12;-ms-flex-order:11;order:11}.ProductSingleCard__order-xl-12{-webkit-box-ordinal-group:13;-ms-flex-order:12;order:12}.ProductSingleCard__offset-xl-0{margin-left:0}.ProductSingleCard__offset-xl-1{margin-left:8.33333%}.ProductSingleCard__offset-xl-2{margin-left:16.66667%}.ProductSingleCard__offset-xl-3{margin-left:25%}.ProductSingleCard__offset-xl-4{margin-left:33.33333%}.ProductSingleCard__offset-xl-5{margin-left:41.66667%}.ProductSingleCard__offset-xl-6{margin-left:50%}.ProductSingleCard__offset-xl-7{margin-left:58.33333%}.ProductSingleCard__offset-xl-8{margin-left:66.66667%}.ProductSingleCard__offset-xl-9{margin-left:75%}.ProductSingleCard__offset-xl-10{margin-left:83.33333%}.ProductSingleCard__offset-xl-11{margin-left:91.66667%}}@media (min-width:1441px){.ProductSingleCard__col-xxl{-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;max-width:100%}.ProductSingleCard__col-xxl-auto{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:none}.ProductSingleCard__col-xxl-1{-webkit-box-flex:0;-ms-flex:0 0 8.33333%;flex:0 0 8.33333%;max-width:8.33333%}.ProductSingleCard__col-xxl-2{-webkit-box-flex:0;-ms-flex:0 0 16.66667%;flex:0 0 16.66667%;max-width:16.66667%}.ProductSingleCard__col-xxl-3{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.ProductSingleCard__col-xxl-4{-webkit-box-flex:0;-ms-flex:0 0 33.33333%;flex:0 0 33.33333%;max-width:33.33333%}.ProductSingleCard__col-xxl-5{-webkit-box-flex:0;-ms-flex:0 0 41.66667%;flex:0 0 41.66667%;max-width:41.66667%}.ProductSingleCard__col-xxl-6{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.ProductSingleCard__col-xxl-7{-webkit-box-flex:0;-ms-flex:0 0 58.33333%;flex:0 0 58.33333%;max-width:58.33333%}.ProductSingleCard__col-xxl-8{-webkit-box-flex:0;-ms-flex:0 0 66.66667%;flex:0 0 66.66667%;max-width:66.66667%}.ProductSingleCard__col-xxl-9{-webkit-box-flex:0;-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.ProductSingleCard__col-xxl-10{-webkit-box-flex:0;-ms-flex:0 0 83.33333%;flex:0 0 83.33333%;max-width:83.33333%}.ProductSingleCard__col-xxl-11{-webkit-box-flex:0;-ms-flex:0 0 91.66667%;flex:0 0 91.66667%;max-width:91.66667%}.ProductSingleCard__col-xxl-12{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.ProductSingleCard__order-xxl-first{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.ProductSingleCard__order-xxl-last{-webkit-box-ordinal-group:14;-ms-flex-order:13;order:13}.ProductSingleCard__order-xxl-0{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}.ProductSingleCard__order-xxl-1{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.ProductSingleCard__order-xxl-2{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.ProductSingleCard__order-xxl-3{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.ProductSingleCard__order-xxl-4{-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4}.ProductSingleCard__order-xxl-5{-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5}.ProductSingleCard__order-xxl-6{-webkit-box-ordinal-group:7;-ms-flex-order:6;order:6}.ProductSingleCard__order-xxl-7{-webkit-box-ordinal-group:8;-ms-flex-order:7;order:7}.ProductSingleCard__order-xxl-8{-webkit-box-ordinal-group:9;-ms-flex-order:8;order:8}.ProductSingleCard__order-xxl-9{-webkit-box-ordinal-group:10;-ms-flex-order:9;order:9}.ProductSingleCard__order-xxl-10{-webkit-box-ordinal-group:11;-ms-flex-order:10;order:10}.ProductSingleCard__order-xxl-11{-webkit-box-ordinal-group:12;-ms-flex-order:11;order:11}.ProductSingleCard__order-xxl-12{-webkit-box-ordinal-group:13;-ms-flex-order:12;order:12}.ProductSingleCard__offset-xxl-0{margin-left:0}.ProductSingleCard__offset-xxl-1{margin-left:8.33333%}.ProductSingleCard__offset-xxl-2{margin-left:16.66667%}.ProductSingleCard__offset-xxl-3{margin-left:25%}.ProductSingleCard__offset-xxl-4{margin-left:33.33333%}.ProductSingleCard__offset-xxl-5{margin-left:41.66667%}.ProductSingleCard__offset-xxl-6{margin-left:50%}.ProductSingleCard__offset-xxl-7{margin-left:58.33333%}.ProductSingleCard__offset-xxl-8{margin-left:66.66667%}.ProductSingleCard__offset-xxl-9{margin-left:75%}.ProductSingleCard__offset-xxl-10{margin-left:83.33333%}.ProductSingleCard__offset-xxl-11{margin-left:91.66667%}}@media (min-width:1440px){.ProductSingleCard__container{padding:0 44px}}@media (max-width:769px){.ProductSingleCard__container{padding-right:17px;padding-left:17px}.ProductSingleCard__row{margin-right:-5px;margin-left:-5px}.ProductSingleCard__row>.ProductSingleCard__col,.ProductSingleCard__row>[class*=col-]{padding-right:5px;padding-left:5px}}.ProductSingleCard__container-no-max-width{max-width:none}@media (max-width:768px){.ProductSingleCard__container--md{max-width:none;padding:0}.ProductSingleCard__container--md .ProductSingleCard__row{margin:0}.ProductSingleCard__container--md .ProductSingleCard__row>.ProductSingleCard__col,.ProductSingleCard__container--md .ProductSingleCard__row>[class*=col-]{padding-left:0;padding-right:0}}@media (max-width:1439px){.ProductSingleCard__container--xxl{max-width:none;padding:0}.ProductSingleCard__container--xxl .ProductSingleCard__row{margin:0}.ProductSingleCard__container--xxl .ProductSingleCard__row>.ProductSingleCard__col,.ProductSingleCard__container--xxl .ProductSingleCard__row>[class*=col-]{padding-left:0;padding-right:0}}@media (min-width:1025px){.ProductSingleCard__container--tablet{max-width:none;padding:0}.ProductSingleCard__container--tablet .ProductSingleCard__row{margin:0}.ProductSingleCard__container--tablet .ProductSingleCard__row>.ProductSingleCard__col,.ProductSingleCard__container--tablet .ProductSingleCard__row>[class*=col-]{padding-left:0;padding-right:0}}@media (max-width:768px){.ProductSingleCard__container--sm{padding-right:17px;padding-left:17px}}.ProductSingleCard__container-full-width{max-width:unset}@media (max-width:768px){.ProductSingleCard__container-left{padding-left:17px}}@media (min-width:769px){.ProductSingleCard__container-left{padding-left:1.25%}}@media (min-width:1440px){.ProductSingleCard__container-left{padding-left:44px}}.ProductSingleCard__root{position:relative;width:310px;color:#fff;text-align:center;overflow:hidden}@media (max-width:768px){.ProductSingleCard__root{width:100%}}.ProductSingleCard__contentWrapper{padding-top:1px;border-radius:8px}.ProductSingleCard__link{display:block;text-decoration:none;color:inherit}.ProductSingleCard__model{text-transform:uppercase;font-size:12px;line-height:18px;font-weight:400;letter-spacing:.37px}.ProductSingleCard__title{font-size:22px;line-height:30px}.ProductSingleCard__imageWrapper{position:relative;height:306px;width:100%}.ProductSingleCard__image{position:absolute;max-height:100%;max-width:100%}.SupportRegistrationComplete__root{display:block}.SupportRegistrationComplete__titleBlock{position:relative;margin-top:-2px;width:100%;background-color:#f4b772;background-image:url(clientlib-all/assets/images/bacteriumsBg.8d09f360.png);background-position:0 0;background-repeat:repeat}.SupportRegistrationComplete__mask{position:absolute;top:0;left:0;width:100%;height:100%;background-image:radial-gradient(circle at top center,#f4b772 5%,hsla(32,86%,70%,.3) 100%)}@media (max-width:1024px){.SupportRegistrationComplete__mask{background-image:radial-gradient(circle at top center,#f4b772 0,hsla(32,86%,70%,0) 100%)}}.SupportRegistrationComplete__logo{width:100%;height:auto;color:#fff}.SupportRegistrationComplete__titleBlockContent{position:relative;padding-top:1px}.SupportRegistrationComplete__titleBlockTitle{font-family:Core Sans,sans-serif;font-weight:800;font-size:44px;line-height:48px;color:#fff}@media (max-width:768px){.SupportRegistrationComplete__titleBlockTitle{font-size:30px;line-height:36px}}.SupportRegistrationComplete__titleBlockSubtitle{font-size:22px;line-height:32px;color:#fff}@media (max-width:768px){.SupportRegistrationComplete__titleBlockSubtitle{font-size:18px;line-height:28px}}.SupportRegistrationComplete__offers{padding-top:1px;max-width:888px;background-color:#fff;border-radius:8px}@media (max-width:768px){.SupportRegistrationComplete__offers{max-width:100%}}.SupportRegistrationComplete__title{font-size:24px;line-height:32px;letter-spacing:.2px;color:#1e2e3f;text-align:center}.SupportRegistrationComplete__product{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}@media (max-width:768px){.SupportRegistrationComplete__product{display:block}}.SupportRegistrationComplete__productInfo{width:426px;background-color:#e9ecef;border-radius:8px}@media (max-width:768px){.SupportRegistrationComplete__productInfo{width:100%}}.SupportRegistrationComplete__productInfoTitle{font-size:18px;line-height:26px;color:#1e2e3f}.SupportRegistrationComplete__footerContent{text-align:center;border-radius:8px}@media (max-width:768px){.SupportRegistrationComplete__footerContent{border-radius:0}}.SupportRegistrationComplete__footerTitle{font-size:30px;line-height:40px;color:#fff}@media (max-width:768px){.SupportRegistrationComplete__footerTitle{font-size:24px;line-height:32px;letter-spacing:.4px}}.SupportRegistrationComplete__footerText{font-size:18px;line-height:28px;color:#fff}.SupportRegistrationPage__breadcrumbsWrapper{border-bottom:1px solid rgba(0,0,0,.1)}.ModularImageText__root{position:relative;overflow:hidden}.ModularImageText__root .ModularImageText__image{border-radius:8px;background-size:cover;background-repeat:no-repeat;background-position:50%}.ModularImageText__root .ModularImageText__text{color:#5b6d81;line-height:28px}@media (max-width:1280px){.ModularImageText__root .ModularImageText__spacer{display:none}}.ModularStats__root .ModularStats__desc{line-height:36px;font-size:24px;letter-spacing:.2px;color:#1e2e3f}@media (max-width:768px){.ModularStats__root .ModularStats__desc{line-height:32px;font-size:22px;letter-spacing:normal}}.CardBlock__cardBlock{background-color:#1e2e3f;margin-top:60px;padding:60px 0;border-radius:8px}@media (max-width:768px){.CardBlock__cardBlock{margin-top:40px;padding:40px 0 20px;border-radius:0}}.ModularSmallProductsMobile__root{display:block}.ModularProductsGrid__root{border:none}.ModularTop__root{color:#fff;position:relative;overflow:hidden}.ModularTop__root .ModularTop__background{background-position:50%;background-size:cover;background-repeat:no-repeat;overflow:hidden}.ModularTop__root .ModularTop__title{font-family:Core Sans,sans-serif;font-style:normal}.ModularDescriptionCard__root{position:relative;border-radius:8px;overflow:hidden;background-color:#314254}.ModularDescriptionCard__root .ModularDescriptionCard__bgImage{background-size:cover;background-position:50%;background-repeat:no-repeat;overflow:hidden;border-radius:8px}.ModularDescriptionCard__root .ModularDescriptionCard__textBlock{position:relative;width:100%;height:100%;z-index:2;text-align:center}.ModularDescriptionCard__root .ModularDescriptionCard__title{text-align:center;margin-top:-30px}.ModularDescriptionCard__root .ModularDescriptionCard__title.ModularDescriptionCard__normal{width:60%;line-height:32px;font-size:22px}@media (max-width:768px){.ModularDescriptionCard__root .ModularDescriptionCard__title.ModularDescriptionCard__normal{width:100%;padding:0 20px}}.ModularDescriptionCard__root .ModularDescriptionCard__title.ModularDescriptionCard__italic{width:65%;font-family:HandOfSeanPro,sans-serif;font-style:normal;font-weight:400;line-height:48px;font-size:40px}@media (max-width:1439px){.ModularDescriptionCard__root .ModularDescriptionCard__title.ModularDescriptionCard__italic{line-height:42px;font-size:32px}}@media (max-width:768px){.ModularDescriptionCard__root .ModularDescriptionCard__title.ModularDescriptionCard__italic{width:100%;padding:0 20px}}.ModularDescriptionCard__root .ModularDescriptionCard__title.ModularDescriptionCard__italic span{color:#75acc8}.ModularDescriptionCard__root .ModularDescriptionCard__title.ModularDescriptionCard__italicSmall{width:70%;font-family:HandOfSeanPro,sans-serif;font-style:normal;font-weight:400;line-height:42px;font-size:32px}@media (max-width:768px){.ModularDescriptionCard__root .ModularDescriptionCard__title.ModularDescriptionCard__italicSmall{width:100%;padding:0 20px}}.ModularDescriptionCard__root .ModularDescriptionCard__title.ModularDescriptionCard__italicSmall span{color:#75acc8}.ModularProductImageText__root{overflow:hidden}.ModularProductImageText__root .prefix{color:#9aa8b6}.WhatTodoNext__cardBlock{background-color:#1e2e3f;margin-top:60px;padding:60px 0;border-top-left-radius:8px;border-top-right-radius:8px}@media (max-width:768px){.WhatTodoNext__cardBlock{margin-top:40px;padding:40px 0 20px;border-radius:0}}.WhatTodoNext__schedule{border-bottom-left-radius:8px;border-bottom-right-radius:8px}@media (max-width:768px){.WhatTodoNext__schedule{border-radius:0}}.WhatTodoNext__scheduleBlock{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}@media (max-width:768px){.WhatTodoNext__scheduleBlock{-ms-flex-pack:distribute;justify-content:space-around}}.WhatTodoNext__clockIcon{width:52px;height:52px;fill:#fff}.WhatTodoNext__timetable{font-size:24px;line-height:42px;letter-spacing:.2px}@media (max-width:768px){.WhatTodoNext__timetable{font-size:18px;line-height:34px;letter-spacing:0}}@media (max-width:374px){.WhatTodoNext__timetable{font-size:15px;line-height:30px}}.SafetyNoticesFaq__toggle .collapsible{background-color:rgba(233,236,239,.5)}.SafetyNoticesDetailPage__root{border:none}.SupportContactsTitleBlock__logo{width:100%;height:auto;color:#fff}.SupportContactsTitleBlock__subTitle{font-size:22px;line-height:30px}@media (max-width:768px){.SupportContactsTitleBlock__subTitle{line-height:32px}}.FormDropdown__root{width:100%}.FormDropdown__button{position:relative;height:72px;line-height:72px;width:100%;overflow:hidden;font-size:18px;background-color:#fff;border-radius:8px;border:1px solid #fff;cursor:pointer;-webkit-transition:border-color .3s ease,-webkit-box-shadow .3s ease;transition:border-color .3s ease,-webkit-box-shadow .3s ease;transition:border-color .3s ease,box-shadow .3s ease;transition:border-color .3s ease,box-shadow .3s ease,-webkit-box-shadow .3s ease;color:#1e2e3f}.FormDropdown__button.changed{color:#9aa8b6;-webkit-box-shadow:0 4px 6px rgba(0,0,0,.05);box-shadow:0 4px 6px rgba(0,0,0,.05)}.FormDropdown__button .JS-button-text{-webkit-transition:opacity .3s ease;transition:opacity .3s ease;opacity:0;text-align:left;padding-left:28px;position:relative;top:8px}@media (max-width:374px){.FormDropdown__button .JS-button-text{padding-left:10px}}.FormDropdown__button.changed .JS-button-text{color:#1e2e3f;opacity:1}.FormDropdown__title{position:absolute;top:0;left:28px;line-height:72px;-webkit-transform-origin:left;transform-origin:left;-webkit-transition:color .3s ease,-webkit-transform .3s ease;transition:color .3s ease,-webkit-transform .3s ease;transition:color .3s ease,transform .3s ease;transition:color .3s ease,transform .3s ease,-webkit-transform .3s ease;z-index:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:calc(100% - 110px)}@media (max-width:374px){.FormDropdown__title{left:10px;max-width:calc(100% - 50px)}}.FormDropdown__button.changed .FormDropdown__title{-webkit-transform:scale(.7) translateY(-21px);transform:scale(.7) translateY(-21px)}.FormDropdown__iconWrapper{position:absolute;right:28px;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}@media (max-width:374px){.FormDropdown__iconWrapper{right:10px}}.FormDropdown__dropdownIcon{width:30px;height:12px;stroke:#0180c9}.FormDropdown__shadowCopy{display:none}.Form__headBlock{border-bottom:1px solid rgba(0,0,0,.1)}.Form__headquarters{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media (max-width:768px){.Form__headquarters{display:block}}.Form__select{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.Form__feedback{padding-top:1px;background-color:rgba(233,236,239,.5)}.Form__title{font-size:24px;line-height:32px;letter-spacing:.4px;color:#1e2e3f;text-align:center}.SupportContactsFeedback__headBlock{border-bottom:1px solid rgba(0,0,0,.1)}.SupportContactsFeedback__headquarters{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-wrap:wrap;flex-wrap:wrap}@media (max-width:768px){.SupportContactsFeedback__headquarters{display:block}}.SupportContactsFeedback__select{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media (max-width:768px){.SupportContactsFeedback__select{display:block}}.SupportContactsFeedback__optionTitle{color:#1e2e3f}@media (max-width:768px){.SupportContactsFeedback__optionTitle{width:100%;text-align:center}}.SupportContactsFeedback__feedback{padding-top:1px;background-color:rgba(233,236,239,.5)}.SupportContactsFeedback__title{font-size:24px;line-height:32px;letter-spacing:.4px;color:#1e2e3f;text-align:center}.SupportContactsHeadquarters__root{padding-top:1px}.SupportContactsHeadquarters__headquarters{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media (max-width:768px){.SupportContactsHeadquarters__headquarters{display:block}}.SupportContactsHeadquarters__image{display:block}@media (max-width:768px){.SupportContactsHeadquarters__image{margin-left:auto;margin-right:auto;max-width:100%}}.SupportContactsHeadquarters__address{font-size:18px;line-height:28px;color:#5b6d81}.SupportContactsFooterBlock__content{border-radius:8px;overflow:hidden}@media (max-width:768px){.SupportContactsFooterBlock__content{border-radius:0}}.SupportContactsFooterBlock__scheduleBlock{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}@media (max-width:768px){.SupportContactsFooterBlock__scheduleBlock{-ms-flex-pack:distribute;justify-content:space-around}}.SupportContactsFooterBlock__clockIcon{width:52px;height:52px;fill:#fff}.SupportContactsFooterBlock__timetable{font-size:24px;line-height:42px;letter-spacing:.2px}@media (max-width:768px){.SupportContactsFooterBlock__timetable{font-size:18px;line-height:34px;letter-spacing:0}}@media (max-width:374px){.SupportContactsFooterBlock__timetable{font-size:15px;line-height:30px}}.SupportContactsFooterBlock__modelBlock{border-top:1px solid hsla(0,0%,100%,.2)}.SupportContactsFooterBlock__number{font-family:Core Sans,sans-serif;font-weight:800;font-size:36px;line-height:42px}.SupportContactsFooterBlock__text{font-size:18px;line-height:28px}.SupportContactsComplete__logo{width:100%;height:auto;color:#fff}.SupportContactsComplete__subTitle{font-size:22px;line-height:30px}@media (max-width:768px){.SupportContactsComplete__subTitle{line-height:32px}}.SupportContactsPage__breadcrumbsWrapper{border-bottom:1px solid rgba(0,0,0,.1)}.ProductPropsCard__container{width:100%;padding-right:1.25%;padding-left:1.25%;margin-right:auto;margin-left:auto}@media (min-width:769px){.ProductPropsCard__container{max-width:1800px}}.ProductPropsCard__container-fluid{width:100%;padding-right:1.25%;padding-left:1.25%;margin-right:auto;margin-left:auto}.ProductPropsCard__row{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-right:-1.25%;margin-left:-1.25%}.ProductPropsCard__no-gutters{margin-right:0;margin-left:0}.ProductPropsCard__no-gutters>.ProductPropsCard__col,.ProductPropsCard__no-gutters>[class*=col-]{padding-right:0;padding-left:0}.ProductPropsCard__col,.ProductPropsCard__col-1,.ProductPropsCard__col-2,.ProductPropsCard__col-3,.ProductPropsCard__col-4,.ProductPropsCard__col-5,.ProductPropsCard__col-6,.ProductPropsCard__col-7,.ProductPropsCard__col-8,.ProductPropsCard__col-9,.ProductPropsCard__col-10,.ProductPropsCard__col-11,.ProductPropsCard__col-12,.ProductPropsCard__col-auto,.ProductPropsCard__col-lg,.ProductPropsCard__col-lg-1,.ProductPropsCard__col-lg-2,.ProductPropsCard__col-lg-3,.ProductPropsCard__col-lg-4,.ProductPropsCard__col-lg-5,.ProductPropsCard__col-lg-6,.ProductPropsCard__col-lg-7,.ProductPropsCard__col-lg-8,.ProductPropsCard__col-lg-9,.ProductPropsCard__col-lg-10,.ProductPropsCard__col-lg-11,.ProductPropsCard__col-lg-12,.ProductPropsCard__col-lg-auto,.ProductPropsCard__col-md,.ProductPropsCard__col-md-1,.ProductPropsCard__col-md-2,.ProductPropsCard__col-md-3,.ProductPropsCard__col-md-4,.ProductPropsCard__col-md-5,.ProductPropsCard__col-md-6,.ProductPropsCard__col-md-7,.ProductPropsCard__col-md-8,.ProductPropsCard__col-md-9,.ProductPropsCard__col-md-10,.ProductPropsCard__col-md-11,.ProductPropsCard__col-md-12,.ProductPropsCard__col-md-auto,.ProductPropsCard__col-xl,.ProductPropsCard__col-xl-1,.ProductPropsCard__col-xl-2,.ProductPropsCard__col-xl-3,.ProductPropsCard__col-xl-4,.ProductPropsCard__col-xl-5,.ProductPropsCard__col-xl-6,.ProductPropsCard__col-xl-7,.ProductPropsCard__col-xl-8,.ProductPropsCard__col-xl-9,.ProductPropsCard__col-xl-10,.ProductPropsCard__col-xl-11,.ProductPropsCard__col-xl-12,.ProductPropsCard__col-xl-auto,.ProductPropsCard__col-xs,.ProductPropsCard__col-xs-1,.ProductPropsCard__col-xs-2,.ProductPropsCard__col-xs-3,.ProductPropsCard__col-xs-4,.ProductPropsCard__col-xs-5,.ProductPropsCard__col-xs-6,.ProductPropsCard__col-xs-7,.ProductPropsCard__col-xs-8,.ProductPropsCard__col-xs-9,.ProductPropsCard__col-xs-10,.ProductPropsCard__col-xs-11,.ProductPropsCard__col-xs-12,.ProductPropsCard__col-xs-auto,.ProductPropsCard__col-xxl,.ProductPropsCard__col-xxl-1,.ProductPropsCard__col-xxl-2,.ProductPropsCard__col-xxl-3,.ProductPropsCard__col-xxl-4,.ProductPropsCard__col-xxl-5,.ProductPropsCard__col-xxl-6,.ProductPropsCard__col-xxl-7,.ProductPropsCard__col-xxl-8,.ProductPropsCard__col-xxl-9,.ProductPropsCard__col-xxl-10,.ProductPropsCard__col-xxl-11,.ProductPropsCard__col-xxl-12,.ProductPropsCard__col-xxl-auto{position:relative;width:100%;min-height:1px;padding-right:1.25%;padding-left:1.25%}.ProductPropsCard__col{-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;max-width:100%}.ProductPropsCard__col-auto{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:none}.ProductPropsCard__col-1{-webkit-box-flex:0;-ms-flex:0 0 8.33333%;flex:0 0 8.33333%;max-width:8.33333%}.ProductPropsCard__col-2{-webkit-box-flex:0;-ms-flex:0 0 16.66667%;flex:0 0 16.66667%;max-width:16.66667%}.ProductPropsCard__col-3{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.ProductPropsCard__col-4{-webkit-box-flex:0;-ms-flex:0 0 33.33333%;flex:0 0 33.33333%;max-width:33.33333%}.ProductPropsCard__col-5{-webkit-box-flex:0;-ms-flex:0 0 41.66667%;flex:0 0 41.66667%;max-width:41.66667%}.ProductPropsCard__col-6{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.ProductPropsCard__col-7{-webkit-box-flex:0;-ms-flex:0 0 58.33333%;flex:0 0 58.33333%;max-width:58.33333%}.ProductPropsCard__col-8{-webkit-box-flex:0;-ms-flex:0 0 66.66667%;flex:0 0 66.66667%;max-width:66.66667%}.ProductPropsCard__col-9{-webkit-box-flex:0;-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.ProductPropsCard__col-10{-webkit-box-flex:0;-ms-flex:0 0 83.33333%;flex:0 0 83.33333%;max-width:83.33333%}.ProductPropsCard__col-11{-webkit-box-flex:0;-ms-flex:0 0 91.66667%;flex:0 0 91.66667%;max-width:91.66667%}.ProductPropsCard__col-12{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.ProductPropsCard__order-first{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.ProductPropsCard__order-last{-webkit-box-ordinal-group:14;-ms-flex-order:13;order:13}.ProductPropsCard__order-0{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}.ProductPropsCard__order-1{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.ProductPropsCard__order-2{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.ProductPropsCard__order-3{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.ProductPropsCard__order-4{-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4}.ProductPropsCard__order-5{-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5}.ProductPropsCard__order-6{-webkit-box-ordinal-group:7;-ms-flex-order:6;order:6}.ProductPropsCard__order-7{-webkit-box-ordinal-group:8;-ms-flex-order:7;order:7}.ProductPropsCard__order-8{-webkit-box-ordinal-group:9;-ms-flex-order:8;order:8}.ProductPropsCard__order-9{-webkit-box-ordinal-group:10;-ms-flex-order:9;order:9}.ProductPropsCard__order-10{-webkit-box-ordinal-group:11;-ms-flex-order:10;order:10}.ProductPropsCard__order-11{-webkit-box-ordinal-group:12;-ms-flex-order:11;order:11}.ProductPropsCard__order-12{-webkit-box-ordinal-group:13;-ms-flex-order:12;order:12}.ProductPropsCard__offset-1{margin-left:8.33333%}.ProductPropsCard__offset-2{margin-left:16.66667%}.ProductPropsCard__offset-3{margin-left:25%}.ProductPropsCard__offset-4{margin-left:33.33333%}.ProductPropsCard__offset-5{margin-left:41.66667%}.ProductPropsCard__offset-6{margin-left:50%}.ProductPropsCard__offset-7{margin-left:58.33333%}.ProductPropsCard__offset-8{margin-left:66.66667%}.ProductPropsCard__offset-9{margin-left:75%}.ProductPropsCard__offset-10{margin-left:83.33333%}.ProductPropsCard__offset-11{margin-left:91.66667%}@media (min-width:375px){.ProductPropsCard__col-xs{-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;max-width:100%}.ProductPropsCard__col-xs-auto{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:none}.ProductPropsCard__col-xs-1{-webkit-box-flex:0;-ms-flex:0 0 8.33333%;flex:0 0 8.33333%;max-width:8.33333%}.ProductPropsCard__col-xs-2{-webkit-box-flex:0;-ms-flex:0 0 16.66667%;flex:0 0 16.66667%;max-width:16.66667%}.ProductPropsCard__col-xs-3{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.ProductPropsCard__col-xs-4{-webkit-box-flex:0;-ms-flex:0 0 33.33333%;flex:0 0 33.33333%;max-width:33.33333%}.ProductPropsCard__col-xs-5{-webkit-box-flex:0;-ms-flex:0 0 41.66667%;flex:0 0 41.66667%;max-width:41.66667%}.ProductPropsCard__col-xs-6{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.ProductPropsCard__col-xs-7{-webkit-box-flex:0;-ms-flex:0 0 58.33333%;flex:0 0 58.33333%;max-width:58.33333%}.ProductPropsCard__col-xs-8{-webkit-box-flex:0;-ms-flex:0 0 66.66667%;flex:0 0 66.66667%;max-width:66.66667%}.ProductPropsCard__col-xs-9{-webkit-box-flex:0;-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.ProductPropsCard__col-xs-10{-webkit-box-flex:0;-ms-flex:0 0 83.33333%;flex:0 0 83.33333%;max-width:83.33333%}.ProductPropsCard__col-xs-11{-webkit-box-flex:0;-ms-flex:0 0 91.66667%;flex:0 0 91.66667%;max-width:91.66667%}.ProductPropsCard__col-xs-12{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.ProductPropsCard__order-xs-first{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.ProductPropsCard__order-xs-last{-webkit-box-ordinal-group:14;-ms-flex-order:13;order:13}.ProductPropsCard__order-xs-0{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}.ProductPropsCard__order-xs-1{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.ProductPropsCard__order-xs-2{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.ProductPropsCard__order-xs-3{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.ProductPropsCard__order-xs-4{-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4}.ProductPropsCard__order-xs-5{-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5}.ProductPropsCard__order-xs-6{-webkit-box-ordinal-group:7;-ms-flex-order:6;order:6}.ProductPropsCard__order-xs-7{-webkit-box-ordinal-group:8;-ms-flex-order:7;order:7}.ProductPropsCard__order-xs-8{-webkit-box-ordinal-group:9;-ms-flex-order:8;order:8}.ProductPropsCard__order-xs-9{-webkit-box-ordinal-group:10;-ms-flex-order:9;order:9}.ProductPropsCard__order-xs-10{-webkit-box-ordinal-group:11;-ms-flex-order:10;order:10}.ProductPropsCard__order-xs-11{-webkit-box-ordinal-group:12;-ms-flex-order:11;order:11}.ProductPropsCard__order-xs-12{-webkit-box-ordinal-group:13;-ms-flex-order:12;order:12}.ProductPropsCard__offset-xs-0{margin-left:0}.ProductPropsCard__offset-xs-1{margin-left:8.33333%}.ProductPropsCard__offset-xs-2{margin-left:16.66667%}.ProductPropsCard__offset-xs-3{margin-left:25%}.ProductPropsCard__offset-xs-4{margin-left:33.33333%}.ProductPropsCard__offset-xs-5{margin-left:41.66667%}.ProductPropsCard__offset-xs-6{margin-left:50%}.ProductPropsCard__offset-xs-7{margin-left:58.33333%}.ProductPropsCard__offset-xs-8{margin-left:66.66667%}.ProductPropsCard__offset-xs-9{margin-left:75%}.ProductPropsCard__offset-xs-10{margin-left:83.33333%}.ProductPropsCard__offset-xs-11{margin-left:91.66667%}}@media (min-width:769px){.ProductPropsCard__col-md{-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;max-width:100%}.ProductPropsCard__col-md-auto{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:none}.ProductPropsCard__col-md-1{-webkit-box-flex:0;-ms-flex:0 0 8.33333%;flex:0 0 8.33333%;max-width:8.33333%}.ProductPropsCard__col-md-2{-webkit-box-flex:0;-ms-flex:0 0 16.66667%;flex:0 0 16.66667%;max-width:16.66667%}.ProductPropsCard__col-md-3{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.ProductPropsCard__col-md-4{-webkit-box-flex:0;-ms-flex:0 0 33.33333%;flex:0 0 33.33333%;max-width:33.33333%}.ProductPropsCard__col-md-5{-webkit-box-flex:0;-ms-flex:0 0 41.66667%;flex:0 0 41.66667%;max-width:41.66667%}.ProductPropsCard__col-md-6{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.ProductPropsCard__col-md-7{-webkit-box-flex:0;-ms-flex:0 0 58.33333%;flex:0 0 58.33333%;max-width:58.33333%}.ProductPropsCard__col-md-8{-webkit-box-flex:0;-ms-flex:0 0 66.66667%;flex:0 0 66.66667%;max-width:66.66667%}.ProductPropsCard__col-md-9{-webkit-box-flex:0;-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.ProductPropsCard__col-md-10{-webkit-box-flex:0;-ms-flex:0 0 83.33333%;flex:0 0 83.33333%;max-width:83.33333%}.ProductPropsCard__col-md-11{-webkit-box-flex:0;-ms-flex:0 0 91.66667%;flex:0 0 91.66667%;max-width:91.66667%}.ProductPropsCard__col-md-12{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.ProductPropsCard__order-md-first{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.ProductPropsCard__order-md-last{-webkit-box-ordinal-group:14;-ms-flex-order:13;order:13}.ProductPropsCard__order-md-0{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}.ProductPropsCard__order-md-1{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.ProductPropsCard__order-md-2{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.ProductPropsCard__order-md-3{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.ProductPropsCard__order-md-4{-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4}.ProductPropsCard__order-md-5{-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5}.ProductPropsCard__order-md-6{-webkit-box-ordinal-group:7;-ms-flex-order:6;order:6}.ProductPropsCard__order-md-7{-webkit-box-ordinal-group:8;-ms-flex-order:7;order:7}.ProductPropsCard__order-md-8{-webkit-box-ordinal-group:9;-ms-flex-order:8;order:8}.ProductPropsCard__order-md-9{-webkit-box-ordinal-group:10;-ms-flex-order:9;order:9}.ProductPropsCard__order-md-10{-webkit-box-ordinal-group:11;-ms-flex-order:10;order:10}.ProductPropsCard__order-md-11{-webkit-box-ordinal-group:12;-ms-flex-order:11;order:11}.ProductPropsCard__order-md-12{-webkit-box-ordinal-group:13;-ms-flex-order:12;order:12}.ProductPropsCard__offset-md-0{margin-left:0}.ProductPropsCard__offset-md-1{margin-left:8.33333%}.ProductPropsCard__offset-md-2{margin-left:16.66667%}.ProductPropsCard__offset-md-3{margin-left:25%}.ProductPropsCard__offset-md-4{margin-left:33.33333%}.ProductPropsCard__offset-md-5{margin-left:41.66667%}.ProductPropsCard__offset-md-6{margin-left:50%}.ProductPropsCard__offset-md-7{margin-left:58.33333%}.ProductPropsCard__offset-md-8{margin-left:66.66667%}.ProductPropsCard__offset-md-9{margin-left:75%}.ProductPropsCard__offset-md-10{margin-left:83.33333%}.ProductPropsCard__offset-md-11{margin-left:91.66667%}}@media (min-width:1025px){.ProductPropsCard__col-lg{-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;max-width:100%}.ProductPropsCard__col-lg-auto{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:none}.ProductPropsCard__col-lg-1{-webkit-box-flex:0;-ms-flex:0 0 8.33333%;flex:0 0 8.33333%;max-width:8.33333%}.ProductPropsCard__col-lg-2{-webkit-box-flex:0;-ms-flex:0 0 16.66667%;flex:0 0 16.66667%;max-width:16.66667%}.ProductPropsCard__col-lg-3{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.ProductPropsCard__col-lg-4{-webkit-box-flex:0;-ms-flex:0 0 33.33333%;flex:0 0 33.33333%;max-width:33.33333%}.ProductPropsCard__col-lg-5{-webkit-box-flex:0;-ms-flex:0 0 41.66667%;flex:0 0 41.66667%;max-width:41.66667%}.ProductPropsCard__col-lg-6{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.ProductPropsCard__col-lg-7{-webkit-box-flex:0;-ms-flex:0 0 58.33333%;flex:0 0 58.33333%;max-width:58.33333%}.ProductPropsCard__col-lg-8{-webkit-box-flex:0;-ms-flex:0 0 66.66667%;flex:0 0 66.66667%;max-width:66.66667%}.ProductPropsCard__col-lg-9{-webkit-box-flex:0;-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.ProductPropsCard__col-lg-10{-webkit-box-flex:0;-ms-flex:0 0 83.33333%;flex:0 0 83.33333%;max-width:83.33333%}.ProductPropsCard__col-lg-11{-webkit-box-flex:0;-ms-flex:0 0 91.66667%;flex:0 0 91.66667%;max-width:91.66667%}.ProductPropsCard__col-lg-12{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.ProductPropsCard__order-lg-first{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.ProductPropsCard__order-lg-last{-webkit-box-ordinal-group:14;-ms-flex-order:13;order:13}.ProductPropsCard__order-lg-0{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}.ProductPropsCard__order-lg-1{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.ProductPropsCard__order-lg-2{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.ProductPropsCard__order-lg-3{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.ProductPropsCard__order-lg-4{-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4}.ProductPropsCard__order-lg-5{-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5}.ProductPropsCard__order-lg-6{-webkit-box-ordinal-group:7;-ms-flex-order:6;order:6}.ProductPropsCard__order-lg-7{-webkit-box-ordinal-group:8;-ms-flex-order:7;order:7}.ProductPropsCard__order-lg-8{-webkit-box-ordinal-group:9;-ms-flex-order:8;order:8}.ProductPropsCard__order-lg-9{-webkit-box-ordinal-group:10;-ms-flex-order:9;order:9}.ProductPropsCard__order-lg-10{-webkit-box-ordinal-group:11;-ms-flex-order:10;order:10}.ProductPropsCard__order-lg-11{-webkit-box-ordinal-group:12;-ms-flex-order:11;order:11}.ProductPropsCard__order-lg-12{-webkit-box-ordinal-group:13;-ms-flex-order:12;order:12}.ProductPropsCard__offset-lg-0{margin-left:0}.ProductPropsCard__offset-lg-1{margin-left:8.33333%}.ProductPropsCard__offset-lg-2{margin-left:16.66667%}.ProductPropsCard__offset-lg-3{margin-left:25%}.ProductPropsCard__offset-lg-4{margin-left:33.33333%}.ProductPropsCard__offset-lg-5{margin-left:41.66667%}.ProductPropsCard__offset-lg-6{margin-left:50%}.ProductPropsCard__offset-lg-7{margin-left:58.33333%}.ProductPropsCard__offset-lg-8{margin-left:66.66667%}.ProductPropsCard__offset-lg-9{margin-left:75%}.ProductPropsCard__offset-lg-10{margin-left:83.33333%}.ProductPropsCard__offset-lg-11{margin-left:91.66667%}}@media (min-width:1281px){.ProductPropsCard__col-xl{-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;max-width:100%}.ProductPropsCard__col-xl-auto{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:none}.ProductPropsCard__col-xl-1{-webkit-box-flex:0;-ms-flex:0 0 8.33333%;flex:0 0 8.33333%;max-width:8.33333%}.ProductPropsCard__col-xl-2{-webkit-box-flex:0;-ms-flex:0 0 16.66667%;flex:0 0 16.66667%;max-width:16.66667%}.ProductPropsCard__col-xl-3{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.ProductPropsCard__col-xl-4{-webkit-box-flex:0;-ms-flex:0 0 33.33333%;flex:0 0 33.33333%;max-width:33.33333%}.ProductPropsCard__col-xl-5{-webkit-box-flex:0;-ms-flex:0 0 41.66667%;flex:0 0 41.66667%;max-width:41.66667%}.ProductPropsCard__col-xl-6{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.ProductPropsCard__col-xl-7{-webkit-box-flex:0;-ms-flex:0 0 58.33333%;flex:0 0 58.33333%;max-width:58.33333%}.ProductPropsCard__col-xl-8{-webkit-box-flex:0;-ms-flex:0 0 66.66667%;flex:0 0 66.66667%;max-width:66.66667%}.ProductPropsCard__col-xl-9{-webkit-box-flex:0;-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.ProductPropsCard__col-xl-10{-webkit-box-flex:0;-ms-flex:0 0 83.33333%;flex:0 0 83.33333%;max-width:83.33333%}.ProductPropsCard__col-xl-11{-webkit-box-flex:0;-ms-flex:0 0 91.66667%;flex:0 0 91.66667%;max-width:91.66667%}.ProductPropsCard__col-xl-12{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.ProductPropsCard__order-xl-first{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.ProductPropsCard__order-xl-last{-webkit-box-ordinal-group:14;-ms-flex-order:13;order:13}.ProductPropsCard__order-xl-0{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}.ProductPropsCard__order-xl-1{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.ProductPropsCard__order-xl-2{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.ProductPropsCard__order-xl-3{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.ProductPropsCard__order-xl-4{-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4}.ProductPropsCard__order-xl-5{-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5}.ProductPropsCard__order-xl-6{-webkit-box-ordinal-group:7;-ms-flex-order:6;order:6}.ProductPropsCard__order-xl-7{-webkit-box-ordinal-group:8;-ms-flex-order:7;order:7}.ProductPropsCard__order-xl-8{-webkit-box-ordinal-group:9;-ms-flex-order:8;order:8}.ProductPropsCard__order-xl-9{-webkit-box-ordinal-group:10;-ms-flex-order:9;order:9}.ProductPropsCard__order-xl-10{-webkit-box-ordinal-group:11;-ms-flex-order:10;order:10}.ProductPropsCard__order-xl-11{-webkit-box-ordinal-group:12;-ms-flex-order:11;order:11}.ProductPropsCard__order-xl-12{-webkit-box-ordinal-group:13;-ms-flex-order:12;order:12}.ProductPropsCard__offset-xl-0{margin-left:0}.ProductPropsCard__offset-xl-1{margin-left:8.33333%}.ProductPropsCard__offset-xl-2{margin-left:16.66667%}.ProductPropsCard__offset-xl-3{margin-left:25%}.ProductPropsCard__offset-xl-4{margin-left:33.33333%}.ProductPropsCard__offset-xl-5{margin-left:41.66667%}.ProductPropsCard__offset-xl-6{margin-left:50%}.ProductPropsCard__offset-xl-7{margin-left:58.33333%}.ProductPropsCard__offset-xl-8{margin-left:66.66667%}.ProductPropsCard__offset-xl-9{margin-left:75%}.ProductPropsCard__offset-xl-10{margin-left:83.33333%}.ProductPropsCard__offset-xl-11{margin-left:91.66667%}}@media (min-width:1441px){.ProductPropsCard__col-xxl{-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;max-width:100%}.ProductPropsCard__col-xxl-auto{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:none}.ProductPropsCard__col-xxl-1{-webkit-box-flex:0;-ms-flex:0 0 8.33333%;flex:0 0 8.33333%;max-width:8.33333%}.ProductPropsCard__col-xxl-2{-webkit-box-flex:0;-ms-flex:0 0 16.66667%;flex:0 0 16.66667%;max-width:16.66667%}.ProductPropsCard__col-xxl-3{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.ProductPropsCard__col-xxl-4{-webkit-box-flex:0;-ms-flex:0 0 33.33333%;flex:0 0 33.33333%;max-width:33.33333%}.ProductPropsCard__col-xxl-5{-webkit-box-flex:0;-ms-flex:0 0 41.66667%;flex:0 0 41.66667%;max-width:41.66667%}.ProductPropsCard__col-xxl-6{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.ProductPropsCard__col-xxl-7{-webkit-box-flex:0;-ms-flex:0 0 58.33333%;flex:0 0 58.33333%;max-width:58.33333%}.ProductPropsCard__col-xxl-8{-webkit-box-flex:0;-ms-flex:0 0 66.66667%;flex:0 0 66.66667%;max-width:66.66667%}.ProductPropsCard__col-xxl-9{-webkit-box-flex:0;-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.ProductPropsCard__col-xxl-10{-webkit-box-flex:0;-ms-flex:0 0 83.33333%;flex:0 0 83.33333%;max-width:83.33333%}.ProductPropsCard__col-xxl-11{-webkit-box-flex:0;-ms-flex:0 0 91.66667%;flex:0 0 91.66667%;max-width:91.66667%}.ProductPropsCard__col-xxl-12{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.ProductPropsCard__order-xxl-first{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.ProductPropsCard__order-xxl-last{-webkit-box-ordinal-group:14;-ms-flex-order:13;order:13}.ProductPropsCard__order-xxl-0{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}.ProductPropsCard__order-xxl-1{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.ProductPropsCard__order-xxl-2{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.ProductPropsCard__order-xxl-3{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.ProductPropsCard__order-xxl-4{-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4}.ProductPropsCard__order-xxl-5{-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5}.ProductPropsCard__order-xxl-6{-webkit-box-ordinal-group:7;-ms-flex-order:6;order:6}.ProductPropsCard__order-xxl-7{-webkit-box-ordinal-group:8;-ms-flex-order:7;order:7}.ProductPropsCard__order-xxl-8{-webkit-box-ordinal-group:9;-ms-flex-order:8;order:8}.ProductPropsCard__order-xxl-9{-webkit-box-ordinal-group:10;-ms-flex-order:9;order:9}.ProductPropsCard__order-xxl-10{-webkit-box-ordinal-group:11;-ms-flex-order:10;order:10}.ProductPropsCard__order-xxl-11{-webkit-box-ordinal-group:12;-ms-flex-order:11;order:11}.ProductPropsCard__order-xxl-12{-webkit-box-ordinal-group:13;-ms-flex-order:12;order:12}.ProductPropsCard__offset-xxl-0{margin-left:0}.ProductPropsCard__offset-xxl-1{margin-left:8.33333%}.ProductPropsCard__offset-xxl-2{margin-left:16.66667%}.ProductPropsCard__offset-xxl-3{margin-left:25%}.ProductPropsCard__offset-xxl-4{margin-left:33.33333%}.ProductPropsCard__offset-xxl-5{margin-left:41.66667%}.ProductPropsCard__offset-xxl-6{margin-left:50%}.ProductPropsCard__offset-xxl-7{margin-left:58.33333%}.ProductPropsCard__offset-xxl-8{margin-left:66.66667%}.ProductPropsCard__offset-xxl-9{margin-left:75%}.ProductPropsCard__offset-xxl-10{margin-left:83.33333%}.ProductPropsCard__offset-xxl-11{margin-left:91.66667%}}@media (min-width:1440px){.ProductPropsCard__container{padding:0 44px}}@media (max-width:769px){.ProductPropsCard__container{padding-right:17px;padding-left:17px}.ProductPropsCard__row{margin-right:-5px;margin-left:-5px}.ProductPropsCard__row>.ProductPropsCard__col,.ProductPropsCard__row>[class*=col-]{padding-right:5px;padding-left:5px}}.ProductPropsCard__container-no-max-width{max-width:none}@media (max-width:768px){.ProductPropsCard__container--md{max-width:none;padding:0}.ProductPropsCard__container--md .ProductPropsCard__row{margin:0}.ProductPropsCard__container--md .ProductPropsCard__row>.ProductPropsCard__col,.ProductPropsCard__container--md .ProductPropsCard__row>[class*=col-]{padding-left:0;padding-right:0}}@media (max-width:1439px){.ProductPropsCard__container--xxl{max-width:none;padding:0}.ProductPropsCard__container--xxl .ProductPropsCard__row{margin:0}.ProductPropsCard__container--xxl .ProductPropsCard__row>.ProductPropsCard__col,.ProductPropsCard__container--xxl .ProductPropsCard__row>[class*=col-]{padding-left:0;padding-right:0}}@media (min-width:1025px){.ProductPropsCard__container--tablet{max-width:none;padding:0}.ProductPropsCard__container--tablet .ProductPropsCard__row{margin:0}.ProductPropsCard__container--tablet .ProductPropsCard__row>.ProductPropsCard__col,.ProductPropsCard__container--tablet .ProductPropsCard__row>[class*=col-]{padding-left:0;padding-right:0}}@media (max-width:768px){.ProductPropsCard__container--sm{padding-right:17px;padding-left:17px}}.ProductPropsCard__container-full-width{max-width:unset}@media (max-width:768px){.ProductPropsCard__container-left{padding-left:17px}}@media (min-width:769px){.ProductPropsCard__container-left{padding-left:1.25%}}@media (min-width:1440px){.ProductPropsCard__container-left{padding-left:44px}}.ProductPropsCard__root{display:block}.ProductPropsCard__root.mainProductCard{position:absolute;top:0;left:0;z-index:1}@media (max-width:768px){.ProductPropsCard__root.mainProductCard{padding-left:17px}}@media (min-width:769px){.ProductPropsCard__root.mainProductCard{padding-left:1.25%}}@media (min-width:1440px){.ProductPropsCard__root.mainProductCard{padding-left:44px}}.ProductPropsCard__mainProductCardBg{position:absolute;top:0;left:0;width:50%;height:100%;z-index:-1}.ProductPropsCard__productCard{position:relative;margin-left:35px;width:310px;height:450px;color:#fff;border-radius:8px;text-align:center;overflow:hidden;text-decoration:none}@media (max-width:768px){.ProductPropsCard__productCard{margin-left:9px;width:192px;height:280px}}@media (max-width:670px){.ProductPropsCard__productCard{width:162px}}@media (max-width:570px){.ProductPropsCard__productCard{width:192px}}@media (max-width:500px){.ProductPropsCard__productCard{width:162px}}@media (max-width:390px){.ProductPropsCard__productCard{width:192px}}@media (max-width:330px){.ProductPropsCard__productCard{width:162px}}.ProductPropsCard__link{text-decoration:none;color:inherit}.ProductPropsCard__root.mainProductCard .ProductPropsCard__productCard{margin-left:0;-webkit-box-shadow:0 10px 20px rgba(0,0,0,.1);box-shadow:0 10px 20px rgba(0,0,0,.1)}.ProductPropsCard__model{margin-top:30px;text-transform:uppercase;font-size:12px;line-height:18px;font-weight:500;letter-spacing:.37px}@media (max-width:768px){.ProductPropsCard__model{margin-top:20px}}.ProductPropsCard__title{width:245px;font-size:22px;line-height:32px;margin:5px auto 0}@media (max-width:768px){.ProductPropsCard__title{width:122px;font-size:14px;line-height:20px;margin-top:8px}}.ProductPropsCard__image{position:absolute;bottom:0;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.ProductPropsCard__square .ProductPropsCard__image{height:295px;bottom:13px;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media (max-width:768px){.ProductPropsCard__square .ProductPropsCard__image{height:215px;bottom:17px}}.ProductPropsCard__image img{width:auto}.ProductPropsCard__rectangle img{height:298px}@media (max-width:768px){.ProductPropsCard__rectangle img{max-height:160px}}.ProductPropsCard__square img{width:238px}@media (max-width:768px){.ProductPropsCard__square img{width:100px}}.ProductPropsCard__toggleBtnWrapper{position:relative}.ProductPropsCard__toggleBtn{position:absolute;left:0;width:200px;text-align:left}.ProductPropsCard__properties{margin-top:66px}.ProductPropsCard__properties>*{-webkit-transform:translateY(500px);transform:translateY(500px);opacity:0;-webkit-transition:all .5s cubic-bezier(.47,.14,.15,.82);transition:all .5s cubic-bezier(.47,.14,.15,.82)}.ProductPropsCard__properties.aos-animate>*{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}.ProductPropsCard__properties>:first-child{-webkit-transition-delay:.1s;transition-delay:.1s}.ProductPropsCard__properties>:nth-child(2){-webkit-transition-delay:.2s;transition-delay:.2s}.ProductPropsCard__properties>:nth-child(3){-webkit-transition-delay:.3s;transition-delay:.3s}.ProductPropsCard__properties>:nth-child(4){-webkit-transition-delay:.4s;transition-delay:.4s}.ProductPropsCard__properties>:nth-child(5){-webkit-transition-delay:.5s;transition-delay:.5s}.ProductPropsCard__properties>:nth-child(6){-webkit-transition-delay:.6s;transition-delay:.6s}.ProductPropsCard__properties>:nth-child(7){-webkit-transition-delay:.7s;transition-delay:.7s}.ProductPropsCard__properties>:nth-child(8){-webkit-transition-delay:.8s;transition-delay:.8s}.ProductPropsCard__properties>:nth-child(9){-webkit-transition-delay:.9s;transition-delay:.9s}.ProductPropsCard__properties>:nth-child(10){-webkit-transition-delay:1s;transition-delay:1s}.ProductPropsCard__properties>:nth-child(11){-webkit-transition-delay:1.1s;transition-delay:1.1s}.ProductPropsCard__properties>:nth-child(12){-webkit-transition-delay:1.2s;transition-delay:1.2s}.ProductPropsCard__properties>:nth-child(13){-webkit-transition-delay:1.3s;transition-delay:1.3s}.ProductPropsCard__properties>:nth-child(14){-webkit-transition-delay:1.4s;transition-delay:1.4s}.ProductPropsCard__properties>:nth-child(15){-webkit-transition-delay:1.5s;transition-delay:1.5s}.ProductPropsCard__properties>:nth-child(16){-webkit-transition-delay:1.6s;transition-delay:1.6s}.ProductPropsCard__properties>:nth-child(17){-webkit-transition-delay:1.7s;transition-delay:1.7s}.ProductPropsCard__properties>:nth-child(18){-webkit-transition-delay:1.8s;transition-delay:1.8s}.ProductPropsCard__properties>:nth-child(19){-webkit-transition-delay:1.9s;transition-delay:1.9s}.ProductPropsCard__properties>:nth-child(20){-webkit-transition-delay:2s;transition-delay:2s}.Bd\(n\) {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               border: none;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           }
.Bdrs\(50\%\) {
    border-radius: 50%;
}
.Bdrs\(8px\) {
    border-radius: 8px;
}
.Bgc\(\#1e2e3f\), .Bgc\(\$cloud\) {
    background-color: #1e2e3f;
}
.Bgc\(\#5b6d81\), .Bgc\(\$kashmir-blue\) {
    background-color: #5b6d81;
}
.Bgc\(\#75acc8\), .Bgc\(\$wear-blue\) {
    background-color: #75acc8;
}
.Bgc\(\#87cca4\), .Bgc\(\$vista-green\) {
    background-color: #87cca4;
}
.Bgc\(\#cb5c72\), .Bgc\(\$burgundy\) {
    background-color: #cb5c72;
}
.Bgc\(\#f2f4f5\), .Bgc\(\$pink-lavanda-gray\) {
    background-color: #f2f4f5;
}
.Bgc\(\#f4b772\) {
    background-color: #f4b772;
}
.Bgc\(\$athens-gray\) {
    background-color: #e9ecef;
}
.Bgc\(\$athens-gray-2\) {
    background-color: #f6f7f9;
}
.Bgc\(\$glacier\) {
    background-color: #7eb1cb;
}
.Bgc\(\$gray-opacity\) {
    background-color: rgba(233, 236, 239, 0.5);
}
.Bgc\(\$gray-opacity-dark\) {
    background-color: rgba(233, 236, 239, 0.8);
}
.Bgc\(\$gull-gray\) {
    background-color: #9aa8b6;
}
.Bgc\(\$heather\) {
    background-color: #bcc7d3;
}
.Bgc\(\$light-cloud\) {
    background-color: #314254;
}
.Bgc\(\$light-gray-a\) {
    background-color: #f8f9fa;
}
.Bgc\(\$lochmara\) {
    background-color: #0180c9;
}
.Bgc\(\$very-light-gray\) {
    background-color: rgba(0, 0, 0, 0.1);
}
.Bgc\(\$white\) {
    background-color: #fff;
}
.Bgp\(c_b\) {
    background-position: center 100%;
}
.Bgpx\(-130px\) {
    background-position-x: -130px;
}
.Bgpx\(-131px\) {
    background-position-x: -131px;
}
.Bgr\(ry\) {
    background-repeat: repeat-y;
}
.Bxz\(cb\) {
    box-sizing: content-box;
}
.C\(\#0081c9\) {
    color: #0081c9;
}
.C\(\#675ccb\) {
    color: #675ccb;
}
.C\(\#705b81\) {
    color: #705b81;
}
.C\(\#70a9c6\) {
    color: #70a9c6;
}
.C\(\#9b3b96\) {
    color: #9b3b96;
}
.C\(\#fab001\) {
    color: #fab001;
}
.C\(\$black\) {
    color: #000;
}
.C\(\$burgundy\) {
    color: #cb5c72;
}
.C\(\$cloud\) {
    color: #1e2e3f;
}
.C\(\$color-monza-red\) {
    color: #e40313;
}
.C\(\$gull-gray\) {
    color: #9aa8b6;
}
.C\(\$heather\) {
    color: #bcc7d3;
}
.C\(\$kashmir-blue\), .C\(\$shuttle-gray\) {
    color: #5b6d81;
}
.C\(\$lochmara\) {
    color: #0180c9;
}
.C\(\$white\) {
    color: #fff;
}
.C\(cc\) {
    color: currentColor;
}
.Cur\(g\) {
    cursor: grab;
}
.Cur\(p\) {
    cursor: pointer;
}
.D\(b\) {
    display: block;
}
.D\(f\) {
    display: flex;
}
.D\(ib\) {
    display: inline-block;
}
.D\(n\) {
    display: none;
}
.Flxg\(1\), .Fxg\(1\) {
    flex-grow: 1;
}
.Flxs\(0\) {
    flex-shrink: 0;
}
.Fld\(c\), .Fxd\(c\) {
    flex-direction: column;
}
.Ai\(c\) {
    align-items: center;
}
.Or\(0\) {
    order: 0;
}
.Jc\(c\) {
    justify-content: center;
}
.Jc\(fe\) {
    justify-content: flex-end;
}
.Jc\(fs\) {
    justify-content: flex-start;
}
.Jc\(sa\) {
    justify-content: space-around;
}
.Jc\(sb\) {
    justify-content: space-between;
}
.Flw\(w\), .Fxw\(w\) {
    flex-wrap: wrap;
}
.Fw\(300\) {
    font-weight: 300;
}
.Fw\(400\) {
    font-weight: 400;
}
.Fw\(500\) {
    font-weight: 500;
}
.Fw\(n\) {
    font-weight: normal;
}
.Fz\(14px\) {
    font-size: 14px;
}
.Fz\(15px\) {
    font-size: 15px;
}
.Fz\(16px\) {
    font-size: 16px;
}
.Fz\(20px\) {
    font-size: 20px;
}
.H\(100\%\) {
    height: 100%;
}
.H\(100px\) {
    height: 100px;
}
.H\(100vh\) {
    height: 100vh;
}
.H\(105px\) {
    height: 105px;
}
.H\(10px\) {
    height: 10px;
}
.H\(110px\) {
    height: 110px;
}
.H\(111px\) {
    height: 111px;
}
.H\(11px\) {
    height: 11px;
}
.H\(140px\) {
    height: 140px;
}
.H\(150px\) {
    height: 150px;
}
.H\(15px\) {
    height: 15px;
}
.H\(17px\) {
    height: 17px;
}
.H\(18px\) {
    height: 18px;
}
.H\(190px\) {
    height: 190px;
}
.H\(192px\) {
    height: 192px;
}
.H\(19px\) {
    height: 19px;
}
.H\(1px\) {
    height: 1px;
}
.H\(208px\) {
    height: 208px;
}
.H\(20px\) {
    height: 20px;
}
.H\(215px\) {
    height: 215px;
}
.H\(217px\) {
    height: 217px;
}
.H\(220px\) {
    height: 220px;
}
.H\(229px\) {
    height: 229px;
}
.H\(230px\) {
    height: 230px;
}
.H\(247px\) {
    height: 247px;
}
.H\(24px\) {
    height: 24px;
}
.H\(255px\) {
    height: 255px;
}
.H\(25px\) {
    height: 25px;
}
.H\(26px\) {
    height: 26px;
}
.H\(270px\) {
    height: 270px;
}
.H\(280px\) {
    height: 280px;
}
.H\(282px\) {
    height: 282px;
}
.H\(2px\) {
    height: 2px;
}
.H\(316px\) {
    height: 316px;
}
.H\(31px\) {
    height: 31px;
}
.H\(320px\) {
    height: 320px;
}
.H\(325px\) {
    height: 325px;
}
.H\(340px\) {
    height: 340px;
}
.H\(38px\) {
    height: 38px;
}
.H\(398px\) {
    height: 398px;
}
.H\(410px\) {
    height: 410px;
}
.H\(429px\) {
    height: 429px;
}
.H\(440px\) {
    height: 440px;
}
.H\(450px\) {
    height: 450px;
}
.H\(45px\) {
    height: 45px;
}
.H\(46px\) {
    height: 46px;
}
.H\(48vw\) {
    height: 48vw;
}
.H\(49px\) {
    height: 49px;
}
.H\(500px\) {
    height: 500px;
}
.H\(502px\) {
    height: 502px;
}
.H\(50px\) {
    height: 50px;
}
.H\(510px\) {
    height: 510px;
}
.H\(517px\) {
    height: 517px;
}
.H\(520px\) {
    height: 520px;
}
.H\(535px\) {
    height: 535px;
}
.H\(53px\) {
    height: 53px;
}
.H\(540px\) {
    height: 540px;
}
.H\(590px\) {
    height: 590px;
}
.H\(610px\) {
    height: 610px;
}
.H\(638px\) {
    height: 638px;
}
.H\(64px\) {
    height: 64px;
}
.H\(66px\) {
    height: 66px;
}
.H\(68vh\) {
    height: 68vh;
}
.H\(70px\) {
    height: 70px;
}
.H\(80px\) {
    height: 80px;
}
.H\(90px\) {
    height: 90px;
}
.H\(96px\) {
    height: 96px;
}
.H\(a\) {
    height: auto;
}
.Lts\(0\.2px\) {
    letter-spacing: 0.2px;
}
.Lts\(0\.3px\) {
    letter-spacing: 0.3px;
}
.Lts\(0\.4px\) {
    letter-spacing: 0.4px;
}
.Lh\(20px\) {
    line-height: 20px;
}
.Lh\(25px\) {
    line-height: 25px;
}
.Lh\(26px\) {
    line-height: 26px;
}
.M\(0\) {
    margin: 0;
}
.M\(a\) {
    margin: auto;
}
.Mx\(0\) {
    margin-left: 0;
    margin-right: 0;
}
.Mx\(10px\), .Mstart\(10px\) {
    margin-left: 10px;
}
.Mx\(10px\), .Mend\(10px\) {
    margin-right: 10px;
}
.Mx\(15px\) {
    margin-left: 15px;
    margin-right: 15px;
}
.Mx\(18px\), .Mstart\(18px\) {
    margin-left: 18px;
}
.Mx\(18px\) {
    margin-right: 18px;
}
.Mx\(20px\) {
    margin-left: 20px;
}
.Mx\(20px\), .Mend\(20px\) {
    margin-right: 20px;
}
.Mx\(30px\) {
    margin-left: 30px;
}
.Mx\(30px\), .Mend\(30px\) {
    margin-right: 30px;
}
.Mx\(a\), .Mstart\(a\) {
    margin-left: auto;
}
.Mx\(a\), .Mend\(a\) {
    margin-right: auto;
}
.My\(20px\), .Mt\(20px\) {
    margin-top: 20px;
}
.My\(20px\), .Mb\(20px\) {
    margin-bottom: 20px;
}
.My\(30px\), .Mt\(30px\) {
    margin-top: 30px;
}
.My\(30px\), .Mb\(30px\) {
    margin-bottom: 30px;
}
.My\(40px\), .Mt\(40px\) {
    margin-top: 40px;
}
.My\(40px\), .Mb\(40px\) {
    margin-bottom: 40px;
}
.My\(60px\), .Mt\(60px\) {
    margin-top: 60px;
}
.My\(60px\), .Mb\(60px\) {
    margin-bottom: 60px;
}
.Mt\(-10px\) {
    margin-top: -10px;
}
.Mt\(-210px\) {
    margin-top: -210px;
}
.Mt\(-40px\) {
    margin-top: -40px;
}
.Mt\(-60px\) {
    margin-top: -60px;
}
.Mt\(0\) {
    margin-top: 0;
}
.Mt\(100px\) {
    margin-top: 100px;
}
.Mt\(105px\) {
    margin-top: 105px;
}
.Mt\(10px\) {
    margin-top: 10px;
}
.Mt\(110px\) {
    margin-top: 110px;
}
.Mt\(11px\) {
    margin-top: 11px;
}
.Mt\(120px\) {
    margin-top: 120px;
}
.Mt\(125px\) {
    margin-top: 125px;
}
.Mt\(140px\) {
    margin-top: 140px;
}
.Mt\(145px\) {
    margin-top: 145px;
}
.Mt\(15px\) {
    margin-top: 15px;
}
.Mt\(165px\) {
    margin-top: 165px;
}
.Mt\(16px\) {
    margin-top: 16px;
}
.Mt\(180px\) {
    margin-top: 180px;
}
.Mt\(18px\) {
    margin-top: 18px;
}
.Mt\(200px\) {
    margin-top: 200px;
}
.Mt\(220px\) {
    margin-top: 220px;
}
.Mt\(23px\) {
    margin-top: 23px;
}
.Mt\(24px\) {
    margin-top: 24px;
}
.Mt\(25px\) {
    margin-top: 25px;
}
.Mt\(27px\) {
    margin-top: 27px;
}
.Mt\(28px\) {
    margin-top: 28px;
}
.Mt\(300px\) {
    margin-top: 300px;
}
.Mt\(35px\) {
    margin-top: 35px;
}
.Mt\(36px\) {
    margin-top: 36px;
}
.Mt\(3px\) {
    margin-top: 3px;
}
.Mt\(43px\) {
    margin-top: 43px;
}
.Mt\(44px\) {
    margin-top: 44px;
}
.Mt\(45px\) {
    margin-top: 45px;
}
.Mt\(48px\) {
    margin-top: 48px;
}
.Mt\(50px\) {
    margin-top: 50px;
}
.Mt\(55px\) {
    margin-top: 55px;
}
.Mt\(5px\) {
    margin-top: 5px;
}
.Mt\(63px\) {
    margin-top: 63px;
}
.Mt\(65px\) {
    margin-top: 65px;
}
.Mt\(6px\) {
    margin-top: 6px;
}
.Mt\(70px\) {
    margin-top: 70px;
}
.Mt\(75px\) {
    margin-top: 75px;
}
.Mt\(7px\) {
    margin-top: 7px;
}
.Mt\(80px\) {
    margin-top: 80px;
}
.Mt\(85px\) {
    margin-top: 85px;
}
.Mt\(8px\) {
    margin-top: 8px;
}
.Mt\(90px\) {
    margin-top: 90px;
}
.Mt\(9px\) {
    margin-top: 9px;
}
.Mend\(-5px\) {
    margin-right: -5px;
}
.Mend\(12px\) {
    margin-right: 12px;
}
.Mend\(35px\) {
    margin-right: 35px;
}
.Mend\(60px\) {
    margin-right: 60px;
}
.Mend\(8px\) {
    margin-right: 8px;
}
.Mb\(-120px\) {
    margin-bottom: -120px;
}
.Mb\(-50px\) {
    margin-bottom: -50px;
}
.Mb\(-90px\) {
    margin-bottom: -90px;
}
.Mb\(0\) {
    margin-bottom: 0;
}
.Mb\(10px\) {
    margin-bottom: 10px;
}
.Mb\(150px\) {
    margin-bottom: 150px;
}
.Mb\(15px\) {
    margin-bottom: 15px;
}
.Mb\(22px\) {
    margin-bottom: 22px;
}
.Mb\(25px\) {
    margin-bottom: 25px;
}
.Mb\(35px\) {
    margin-bottom: 35px;
}
.Mb\(5px\) {
    margin-bottom: 5px;
}
.Mb\(65px\) {
    margin-bottom: 65px;
}
.Mb\(70px\) {
    margin-bottom: 70px;
}
.Mb\(85px\) {
    margin-bottom: 85px;
}
.Mb\(90px\) {
    margin-bottom: 90px;
}
.Mstart\(-5px\) {
    margin-left: -5px;
}
.Mstart\(13px\) {
    margin-left: 13px;
}
.Mstart\(27px\) {
    margin-left: 27px;
}
.Mstart\(29px\) {
    margin-left: 29px;
}
.Mstart\(35px\) {
    margin-left: 35px;
}
.Mstart\(3px\) {
    margin-left: 3px;
}
.Mstart\(8px\) {
    margin-left: 8px;
}
.Mah\(690px\) {
    max-height: 690px;
}
.Maw\(100\%\) {
    max-width: 100%;
}
.Maw\(1380px\) {
    max-width: 1380px;
}
.Maw\(1400px\) {
    max-width: 1400px;
}
.Maw\(1440px\) {
    max-width: 1440px;
}
.Maw\(226px\) {
    max-width: 226px;
}
.Maw\(335px\) {
    max-width: 335px;
}
.Maw\(356px\) {
    max-width: 356px;
}
.Maw\(380px\) {
    max-width: 380px;
}
.Maw\(383px\) {
    max-width: 383px;
}
.Maw\(388px\) {
    max-width: 388px;
}
.Maw\(466px\) {
    max-width: 466px;
}
.Maw\(654px\) {
    max-width: 654px;
}
.Maw\(840px\) {
    max-width: 840px;
}
.Maw\(850px\) {
    max-width: 850px;
}
.Mih\(123px\) {
    min-height: 123px;
}
.Mih\(280px\) {
    min-height: 280px;
}
.Mih\(285px\) {
    min-height: 285px;
}
.Mih\(300px\) {
    min-height: 300px;
}
.Mih\(305px\) {
    min-height: 305px;
}
.Mih\(400px\) {
    min-height: 400px;
}
.Mih\(97px\) {
    min-height: 97px;
}
.Miw\(123px\) {
    min-width: 123px;
}
.Miw\(20px\) {
    min-width: 20px;
}
.Miw\(250px\) {
    min-width: 250px;
}
.T\(-100px\) {
    top: -100px;
}
.T\(-100vh\) {
    top: -100vh;
}
.T\(-120px\) {
    top: -120px;
}
.T\(-125px\) {
    top: -125px;
}
.T\(-200px\) {
    top: -200px;
}
.T\(-2px\) {
    top: -2px;
}
.T\(-50px\) {
    top: -50px;
}
.T\(-60px\) {
    top: -60px;
}
.T\(-70px\) {
    top: -70px;
}
.T\(-80px\) {
    top: -80px;
}
.T\(-81px\) {
    top: -81px;
}
.T\(-89px\) {
    top: -89px;
}
.T\(-90px\) {
    top: -90px;
}
.T\(0\) {
    top: 0;
}
.T\(100\%\) {
    top: 100%;
}
.T\(100px\) {
    top: 100px;
}
.T\(14px\) {
    top: 14px;
}
.T\(150px\) {
    top: 150px;
}
.T\(16vh\) {
    top: 16vh;
}
.T\(185px\) {
    top: 185px;
}
.T\(18px\) {
    top: 18px;
}
.T\(200px\) {
    top: 200px;
}
.T\(20px\) {
    top: 20px;
}
.T\(245px\) {
    top: 245px;
}
.T\(25px\) {
    top: 25px;
}
.T\(260px\) {
    top: 260px;
}
.T\(26px\) {
    top: 26px;
}
.T\(30px\) {
    top: 30px;
}
.T\(35px\) {
    top: 35px;
}
.T\(44\%\) {
    top: 44%;
}
.T\(50\%\) {
    top: 50%;
}
.T\(50px\) {
    top: 50px;
}
.T\(60px\) {
    top: 60px;
}
.T\(70px\) {
    top: 70px;
}
.T\(85px\) {
    top: 85px;
}
.T\(95px\) {
    top: 95px;
}
.End\(0\) {
    right: 0;
}
.End\(16px\) {
    right: 16px;
}
.End\(175px\) {
    right: 175px;
}
.End\(17px\) {
    right: 17px;
}
.End\(225px\) {
    right: 225px;
}
.End\(30px\) {
    right: 30px;
}
.End\(45px\) {
    right: 45px;
}
.B\(-190px\) {
    bottom: -190px;
}
.B\(-1px\) {
    bottom: -1px;
}
.B\(0\) {
    bottom: 0;
}
.B\(171px\) {
    bottom: 171px;
}
.B\(20px\) {
    bottom: 20px;
}
.B\(22px\) {
    bottom: 22px;
}
.B\(300px\) {
    bottom: 300px;
}
.B\(30px\) {
    bottom: 30px;
}
.B\(40px\) {
    bottom: 40px;
}
.B\(50px\) {
    bottom: 50px;
}
.B\(60px\) {
    bottom: 60px;
}
.B\(70px\) {
    bottom: 70px;
}
.Start\(-19\%\) {
    left: -19%;
}
.Start\(-45\%\) {
    left: -45%;
}
.Start\(-54px\) {
    left: -54px;
}
.Start\(-5px\) {
    left: -5px;
}
.Start\(0\) {
    left: 0;
}
.Start\(15px\) {
    left: 15px;
}
.Start\(162px\) {
    left: 162px;
}
.Start\(17\%\) {
    left: 17%;
}
.Start\(175px\) {
    left: 175px;
}
.Start\(20px\) {
    left: 20px;
}
.Start\(30px\) {
    left: 30px;
}
.Start\(44px\) {
    left: 44px;
}
.Start\(45px\) {
    left: 45px;
}
.Start\(50\%\) {
    left: 50%;
}
.Ov\(h\) {
    overflow: hidden;
}
.P\(0\) {
    padding: 0;
}
.P\(40px\) {
    padding: 40px;
}
.P\(60px\) {
    padding: 60px;
}
.Px\(15px\) {
    padding-left: 15px;
    padding-right: 15px;
}
.Px\(20\%\) {
    padding-left: 20%;
    padding-right: 20%;
}
.Px\(20px\) {
    padding-left: 20px;
    padding-right: 20px;
}
.Px\(21px\) {
    padding-left: 21px;
    padding-right: 21px;
}
.Px\(30px\), .Pstart\(30px\) {
    padding-left: 30px;
}
.Px\(30px\) {
    padding-right: 30px;
}
.Px\(35px\), .Pstart\(35px\) {
    padding-left: 35px;
}
.Px\(35px\) {
    padding-right: 35px;
}
.Px\(40px\) {
    padding-left: 40px;
    padding-right: 40px;
}
.Px\(42px\) {
    padding-left: 42px;
    padding-right: 42px;
}
.Px\(50px\) {
    padding-left: 50px;
    padding-right: 50px;
}
.Px\(55px\) {
    padding-left: 55px;
}
.Px\(55px\), .Pend\(55px\) {
    padding-right: 55px;
}
.Py\(0\) {
    padding-top: 0;
    padding-bottom: 0;
}
.Py\(15px\) {
    padding-top: 15px;
    padding-bottom: 15px;
}
.Py\(17px\) {
    padding-top: 17px;
}
.Py\(17px\), .Pb\(17px\) {
    padding-bottom: 17px;
}
.Py\(20px\), .Pt\(20px\) {
    padding-top: 20px;
}
.Py\(20px\), .Pb\(20px\) {
    padding-bottom: 20px;
}
.Py\(25px\), .Pt\(25px\) {
    padding-top: 25px;
}
.Py\(25px\) {
    padding-bottom: 25px;
}
.Py\(26px\) {
    padding-top: 26px;
    padding-bottom: 26px;
}
.Py\(30px\), .Pt\(30px\) {
    padding-top: 30px;
}
.Py\(30px\), .Pb\(30px\) {
    padding-bottom: 30px;
}
.Py\(35px\), .Pt\(35px\) {
    padding-top: 35px;
}
.Py\(35px\) {
    padding-bottom: 35px;
}
.Py\(40px\) {
    padding-top: 40px;
    padding-bottom: 40px;
}
.Py\(55px\), .Pt\(55px\) {
    padding-top: 55px;
}
.Py\(55px\), .Pb\(55px\) {
    padding-bottom: 55px;
}
.Py\(60px\), .Pt\(60px\) {
    padding-top: 60px;
}
.Py\(60px\), .Pb\(60px\) {
    padding-bottom: 60px;
}
.Py\(90px\), .Pt\(90px\) {
    padding-top: 90px;
}
.Py\(90px\), .Pb\(90px\) {
    padding-bottom: 90px;
}
.Pt\(100px\) {
    padding-top: 100px;
}
.Pt\(105px\) {
    padding-top: 105px;
}
.Pt\(10px\) {
    padding-top: 10px;
}
.Pt\(110px\) {
    padding-top: 110px;
}
.Pt\(125px\) {
    padding-top: 125px;
}
.Pt\(210px\) {
    padding-top: 210px;
}
.Pt\(215px\) {
    padding-top: 215px;
}
.Pt\(255px\) {
    padding-top: 255px;
}
.Pt\(33px\) {
    padding-top: 33px;
}
.Pt\(350px\) {
    padding-top: 350px;
}
.Pt\(43px\) {
    padding-top: 43px;
}
.Pt\(50px\) {
    padding-top: 50px;
}
.Pt\(57px\) {
    padding-top: 57px;
}
.Pt\(65px\) {
    padding-top: 65px;
}
.Pt\(70px\) {
    padding-top: 70px;
}
.Pt\(75px\) {
    padding-top: 75px;
}
.Pt\(80px\) {
    padding-top: 80px;
}
.Pt\(85px\) {
    padding-top: 85px;
}
.Pt\(88px\) {
    padding-top: 88px;
}
.Pt\(8px\) {
    padding-top: 8px;
}
.Pb\(100px\) {
    padding-bottom: 100px;
}
.Pb\(10px\) {
    padding-bottom: 10px;
}
.Pb\(110px\) {
    padding-bottom: 110px;
}
.Pb\(115px\) {
    padding-bottom: 115px;
}
.Pb\(120px\) {
    padding-bottom: 120px;
}
.Pb\(165px\) {
    padding-bottom: 165px;
}
.Pb\(185px\) {
    padding-bottom: 185px;
}
.Pb\(38px\) {
    padding-bottom: 38px;
}
.Pb\(410px\) {
    padding-bottom: 410px;
}
.Pb\(50px\) {
    padding-bottom: 50px;
}
.Pb\(80px\) {
    padding-bottom: 80px;
}
.Pb\(85px\) {
    padding-bottom: 85px;
}
.Pstart\(25px\) {
    padding-left: 25px;
}
.Pstart\(29px\) {
    padding-left: 29px;
}
.Pe\(a\) {
    pointer-events: auto;
}
.Pe\(n\) {
    pointer-events: none;
}
.Pos\(a\) {
    position: absolute;
}
.Pos\(f\) {
    position: fixed;
}
.Pos\(r\) {
    position: relative;
}
.Pos\(s\) {
    position: static;
}
.Ta\(c\) {
    text-align: center;
}
.Ta\(end\) {
    text-align: right;
}
.Ta\(start\) {
    text-align: left;
}
.Td\(n\) {
    text-decoration: none;
}
.Tt\(u\) {
    text-transform: uppercase;
}
.Scale\(0\) {
    transform: scale(0);
}
.Whs\(nw\) {
    white-space: nowrap;
}
.W\(100\%\) {
    width: 100%;
}
.W\(100px\) {
    width: 100px;
}
.W\(105px\) {
    width: 105px;
}
.W\(116px\) {
    width: 116px;
}
.W\(11px\) {
    width: 11px;
}
.W\(123px\) {
    width: 123px;
}
.W\(130px\) {
    width: 130px;
}
.W\(140px\) {
    width: 140px;
}
.W\(1440px\) {
    width: 1440px;
}
.W\(145px\) {
    width: 145px;
}
.W\(15px\) {
    width: 15px;
}
.W\(1620px\) {
    width: 1620px;
}
.W\(17px\) {
    width: 17px;
}
.W\(185px\) {
    width: 185px;
}
.W\(18px\) {
    width: 18px;
}
.W\(190px\) {
    width: 190px;
}
.W\(195px\) {
    width: 195px;
}
.W\(19px\) {
    width: 19px;
}
.W\(1px\) {
    width: 1px;
}
.W\(20\%\) {
    width: 20%;
}
.W\(20px\) {
    width: 20px;
}
.W\(230px\) {
    width: 230px;
}
.W\(24\.7\%\) {
    width: 24.7%;
}
.W\(245px\) {
    width: 245px;
}
.W\(25\%\) {
    width: 25%;
}
.W\(258px\) {
    width: 258px;
}
.W\(260px\) {
    width: 260px;
}
.W\(270px\) {
    width: 270px;
}
.W\(290px\) {
    width: 290px;
}
.W\(300px\) {
    width: 300px;
}
.W\(304px\) {
    width: 304px;
}
.W\(310px\) {
    width: 310px;
}
.W\(313px\) {
    width: 313px;
}
.W\(31px\) {
    width: 31px;
}
.W\(325px\) {
    width: 325px;
}
.W\(32px\) {
    width: 32px;
}
.W\(335px\) {
    width: 335px;
}
.W\(350px\) {
    width: 350px;
}
.W\(375px\) {
    width: 375px;
}
.W\(400px\) {
    width: 400px;
}
.W\(415px\) {
    width: 415px;
}
.W\(41px\) {
    width: 41px;
}
.W\(424px\) {
    width: 424px;
}
.W\(433px\) {
    width: 433px;
}
.W\(460px\) {
    width: 460px;
}
.W\(461px\) {
    width: 461px;
}
.W\(463px\) {
    width: 463px;
}
.W\(50px\) {
    width: 50px;
}
.W\(526px\) {
    width: 526px;
}
.W\(55px\) {
    width: 55px;
}
.W\(60px\) {
    width: 60px;
}
.W\(657px\) {
    width: 657px;
}
.W\(659px\) {
    width: 659px;
}
.W\(65px\) {
    width: 65px;
}
.W\(660px\) {
    width: 660px;
}
.W\(66px\) {
    width: 66px;
}
.W\(67px\) {
    width: 67px;
}
.W\(70px\) {
    width: 70px;
}
.W\(73\%\) {
    width: 73%;
}
.W\(755px\) {
    width: 755px;
}
.W\(75px\) {
    width: 75px;
}
.W\(80px\) {
    width: 80px;
}
.W\(85\%\) {
    width: 85%;
}
.W\(85px\) {
    width: 85px;
}
.W\(88\%\) {
    width: 88%;
}
.W\(90\%\) {
    width: 90%;
}
.W\(90px\) {
    width: 90px;
}
.W\(9px\) {
    width: 9px;
}
.Z\(0\) {
    z-index: 0;
}
.Z\(1\) {
    z-index: 1;
}
.Z\(10\) {
    z-index: 10;
}
.Z\(2\) {
    z-index: 2;
}
.Z\(3\) {
    z-index: 3;
}
.Z\(5\) {
    z-index: 5;
}
.Z\(50\) {
    z-index: 50;
}
.Z\(8\) {
    z-index: 8;
}
.Z\(9\) {
    z-index: 9;
}
.Z\(90\) {
    z-index: 90;
}
.Fill\(\$lochmara\) {
    fill: #0180c9;
}
.Stk\(\$cloud\) {
    stroke: #1e2e3f;
}
.Stk\(\$gull-gray\) {
    stroke: #9aa8b6;
}
.Stk\(\$lochmara\) {
    stroke: #0180c9;
}
@media (max-width: 768px) {
    .Bgc\(\#1e2e3f\)--sm {
        background-color: #1e2e3f;
    }
    .D\(f\)--sm {
        display: flex;
    }
    .D\(n\)--sm {
        display: none;
    }
    .Fld\(r\)--sm {
        flex-direction: row;
    }
    .Jc\(sa\)--sm {
        justify-content: space-around;
    }
    .Jc\(sb\)--sm {
        justify-content: space-between;
    }
    .Fz\(22px\)--sm {
        font-size: 22px;
    }
    .H\(100px\)--sm {
        height: 100px;
    }
    .H\(10px\)--sm {
        height: 10px;
    }
    .H\(120px\)--sm {
        height: 120px;
    }
    .H\(160px\)--sm {
        height: 160px;
    }
    .H\(172px\)--sm {
        height: 172px;
    }
    .H\(205px\)--sm {
        height: 205px;
    }
    .H\(208px\)--sm {
        height: 208px;
    }
    .H\(226px\)--sm {
        height: 226px;
    }
    .H\(253px\)--sm {
        height: 253px;
    }
    .H\(254px\)--sm {
        height: 254px;
    }
    .H\(255px\)--sm {
        height: 255px;
    }
    .H\(280px\)--sm {
        height: 280px;
    }
    .H\(283px\)--sm {
        height: 283px;
    }
    .H\(298px\)--sm {
        height: 298px;
    }
    .H\(310px\)--sm {
        height: 310px;
    }
    .H\(320px\)--sm {
        height: 320px;
    }
    .H\(339px\)--sm {
        height: 339px;
    }
    .H\(350px\)--sm {
        height: 350px;
    }
    .H\(413px\)--sm {
        height: 413px;
    }
    .H\(440px\)--sm {
        height: 440px;
    }
    .H\(470px\)--sm {
        height: 470px;
    }
    .H\(480px\)--sm {
        height: 480px;
    }
    .H\(505px\)--sm {
        height: 505px;
    }
    .H\(75px\)--sm {
        height: 75px;
    }
    .H\(80px\)--sm {
        height: 80px;
    }
    .H\(91px\)--sm {
        height: 91px;
    }
    .Lh\(20px\)--sm {
        line-height: 20px;
    }
    .Lh\(53px\)--sm {
        line-height: 53px;
    }
    .Mx\(10px\)--sm, .Mstart\(10px\)--sm {
        margin-left: 10px;
    }
    .Mx\(10px\)--sm, .Mend\(10px\)--sm {
        margin-right: 10px;
    }
    .Mx\(20px\)--sm {
        margin-left: 20px;
    }
    .Mx\(20px\)--sm, .Mend\(20px\)--sm {
        margin-right: 20px;
    }
    .Mx\(30px\)--sm {
        margin-left: 30px;
        margin-right: 30px;
    }
    .Mx\(5px\)--sm, .Mstart\(5px\)--sm {
        margin-left: 5px;
    }
    .Mx\(5px\)--sm {
        margin-right: 5px;
    }
    .Mx\(a\)--sm {
        margin-left: auto;
        margin-right: auto;
    }
    .My\(25px\)--sm, .Mt\(25px\)--sm {
        margin-top: 25px;
    }
    .My\(25px\)--sm, .Mb\(25px\)--sm {
        margin-bottom: 25px;
    }
    .My\(45px\)--sm, .Mt\(45px\)--sm {
        margin-top: 45px;
    }
    .My\(45px\)--sm, .Mb\(45px\)--sm {
        margin-bottom: 45px;
    }
    .Mt\(-100px\)--sm {
        margin-top: -100px;
    }
    .Mt\(-10px\)--sm {
        margin-top: -10px;
    }
    .Mt\(-330px\)--sm {
        margin-top: -330px;
    }
    .Mt\(-5px\)--sm {
        margin-top: -5px;
    }
    .Mt\(0\)--sm {
        margin-top: 0;
    }
    .Mt\(10px\)--sm {
        margin-top: 10px;
    }
    .Mt\(12px\)--sm {
        margin-top: 12px;
    }
    .Mt\(15px\)--sm {
        margin-top: 15px;
    }
    .Mt\(18px\)--sm {
        margin-top: 18px;
    }
    .Mt\(20px\)--sm {
        margin-top: 20px;
    }
    .Mt\(28px\)--sm {
        margin-top: 28px;
    }
    .Mt\(30px\)--sm {
        margin-top: 30px;
    }
    .Mt\(32px\)--sm {
        margin-top: 32px;
    }
    .Mt\(340px\)--sm {
        margin-top: 340px;
    }
    .Mt\(34px\)--sm {
        margin-top: 34px;
    }
    .Mt\(35\)--sm {
        margin-top: 35;
    }
    .Mt\(35px\)--sm {
        margin-top: 35px;
    }
    .Mt\(39px\)--sm {
        margin-top: 39px;
    }
    .Mt\(40px\)--sm {
        margin-top: 40px;
    }
    .Mt\(42px\)--sm {
        margin-top: 42px;
    }
    .Mt\(44px\)--sm {
        margin-top: 44px;
    }
    .Mt\(50px\)--sm {
        margin-top: 50px;
    }
    .Mt\(55px\)--sm {
        margin-top: 55px;
    }
    .Mt\(5px\)--sm {
        margin-top: 5px;
    }
    .Mt\(60px\)--sm {
        margin-top: 60px;
    }
    .Mt\(65px\)--sm {
        margin-top: 65px;
    }
    .Mt\(70px\)--sm {
        margin-top: 70px;
    }
    .Mt\(73px\)--sm {
        margin-top: 73px;
    }
    .Mt\(85px\)--sm {
        margin-top: 85px;
    }
    .Mt\(8px\)--sm {
        margin-top: 8px;
    }
    .Mb\(-370px\)--sm {
        margin-bottom: -370px;
    }
    .Mb\(-90px\)--sm {
        margin-bottom: -90px;
    }
    .Mb\(100px\)--sm {
        margin-bottom: 100px;
    }
    .Mb\(10px\)--sm {
        margin-bottom: 10px;
    }
    .Mb\(115px\)--sm {
        margin-bottom: 115px;
    }
    .Mb\(18px\)--sm {
        margin-bottom: 18px;
    }
    .Mb\(20px\)--sm {
        margin-bottom: 20px;
    }
    .Mb\(23px\)--sm {
        margin-bottom: 23px;
    }
    .Mb\(26px\)--sm {
        margin-bottom: 26px;
    }
    .Mb\(30px\)--sm {
        margin-bottom: 30px;
    }
    .Mb\(40px\)--sm {
        margin-bottom: 40px;
    }
    .Mb\(42px\)--sm {
        margin-bottom: 42px;
    }
    .Mb\(60px\)--sm {
        margin-bottom: 60px;
    }
    .Maw\(210px\)--sm {
        max-width: 210px;
    }
    .Maw\(260px\)--sm {
        max-width: 260px;
    }
    .Maw\(280px\)--sm {
        max-width: 280px;
    }
    .Maw\(335px\)--sm {
        max-width: 335px;
    }
    .Maw\(450px\)--sm {
        max-width: 450px;
    }
    .Maw\(460px\)--sm {
        max-width: 460px;
    }
    .Mih\(100vh\)--sm {
        min-height: 100vh;
    }
    .Mih\(255px\)--sm {
        min-height: 255px;
    }
    .Mih\(260px\)--sm {
        min-height: 260px;
    }
    .Mih\(360px\)--sm {
        min-height: 360px;
    }
    .Mih\(497px\)--sm {
        min-height: 497px;
    }
    .T\(-2px\)--sm {
        top: -2px;
    }
    .T\(-56px\)--sm {
        top: -56px;
    }
    .T\(135px\)--sm {
        top: 135px;
    }
    .T\(210px\)--sm {
        top: 210px;
    }
    .T\(370px\)--sm {
        top: 370px;
    }
    .T\(40px\)--sm {
        top: 40px;
    }
    .End\(a\)--sm {
        right: auto;
    }
    .B\(0\)--sm {
        bottom: 0;
    }
    .B\(10px\)--sm {
        bottom: 10px;
    }
    .B\(20px\)--sm {
        bottom: 20px;
    }
    .B\(32\%\)--sm {
        bottom: 32%;
    }
    .B\(32px\)--sm {
        bottom: 32px;
    }
    .B\(40px\)--sm {
        bottom: 40px;
    }
    .B\(55px\)--sm {
        bottom: 55px;
    }
    .Start\(-34px\)--sm {
        left: -34px;
    }
    .Start\(20px\)--sm {
        left: 20px;
    }
    .P\(30px\)--sm {
        padding: 30px;
    }
    .Px\(10px\)--sm {
        padding-left: 10px;
        padding-right: 10px;
    }
    .Px\(15px\)--sm {
        padding-left: 15px;
        padding-right: 15px;
    }
    .Px\(20px\)--sm {
        padding-left: 20px;
        padding-right: 20px;
    }
    .Px\(22px\)--sm {
        padding-left: 22px;
        padding-right: 22px;
    }
    .Px\(30px\)--sm {
        padding-left: 30px;
        padding-right: 30px;
    }
    .Px\(55px\)--sm {
        padding-left: 55px;
        padding-right: 55px;
    }
    .Py\(0\)--sm, .Pt\(0\)--sm {
        padding-top: 0;
    }
    .Py\(0\)--sm, .Pb\(0\)--sm {
        padding-bottom: 0;
    }
    .Py\(20px\)--sm, .Pt\(20px\)--sm {
        padding-top: 20px;
    }
    .Py\(20px\)--sm, .Pb\(20px\)--sm {
        padding-bottom: 20px;
    }
    .Py\(30px\)--sm, .Pt\(30px\)--sm {
        padding-top: 30px;
    }
    .Py\(30px\)--sm, .Pb\(30px\)--sm {
        padding-bottom: 30px;
    }
    .Py\(35px\)--sm, .Pt\(35px\)--sm {
        padding-top: 35px;
    }
    .Py\(35px\)--sm, .Pb\(35px\)--sm {
        padding-bottom: 35px;
    }
    .Py\(40px\)--sm, .Pt\(40px\)--sm {
        padding-top: 40px;
    }
    .Py\(40px\)--sm, .Pb\(40px\)--sm {
        padding-bottom: 40px;
    }
    .Py\(50px\)--sm, .Pt\(50px\)--sm {
        padding-top: 50px;
    }
    .Py\(50px\)--sm, .Pb\(50px\)--sm {
        padding-bottom: 50px;
    }
    .Py\(60px\)--sm, .Pt\(60px\)--sm {
        padding-top: 60px;
    }
    .Py\(60px\)--sm, .Pb\(60px\)--sm {
        padding-bottom: 60px;
    }
    .Py\(65px\)--sm, .Pt\(65px\)--sm {
        padding-top: 65px;
    }
    .Py\(65px\)--sm, .Pb\(65px\)--sm {
        padding-bottom: 65px;
    }
    .Py\(70px\)--sm, .Pt\(70px\)--sm {
        padding-top: 70px;
    }
    .Py\(70px\)--sm, .Pb\(70px\)--sm {
        padding-bottom: 70px;
    }
    .Pt\(100px\)--sm {
        padding-top: 100px;
    }
    .Pt\(10px\)--sm {
        padding-top: 10px;
    }
    .Pt\(110px\)--sm {
        padding-top: 110px;
    }
    .Pt\(28px\)--sm {
        padding-top: 28px;
    }
    .Pt\(45px\)--sm {
        padding-top: 45px;
    }
    .Pt\(46px\)--sm {
        padding-top: 46px;
    }
    .Pt\(55px\)--sm {
        padding-top: 55px;
    }
    .Pt\(5px\)--sm {
        padding-top: 5px;
    }
    .Pt\(70\)--sm {
        padding-top: 70;
    }
    .Pt\(75px\)--sm {
        padding-top: 75px;
    }
    .Pend\(25px\)--sm {
        padding-right: 25px;
    }
    .Pend\(40px\)--sm {
        padding-right: 40px;
    }
    .Pend\(65px\)--sm {
        padding-right: 65px;
    }
    .Pb\(75px\)--sm {
        padding-bottom: 75px;
    }
    .Pb\(80px\)--sm {
        padding-bottom: 80px;
    }
    .Pb\(85px\)--sm {
        padding-bottom: 85px;
    }
    .Pstart\(110px\)--sm {
        padding-left: 110px;
    }
    .Pos\(a\)--sm {
        position: absolute;
    }
    .Ta\(c\)--sm {
        text-align: center;
    }
    .Scale\(0\.8\)--sm {
        transform: scale(0.8);
    }
    .TranslateX\(-50\%\)--sm {
        transform: translateX(-50%);
    }
    .W\(100\%\)--sm {
        width: 100%;
    }
    .W\(105px\)--sm {
        width: 105px;
    }
    .W\(110px\)--sm {
        width: 110px;
    }
    .W\(220px\)--sm {
        width: 220px;
    }
    .W\(278px\)--sm {
        width: 278px;
    }
    .W\(320px\)--sm {
        width: 320px;
    }
    .W\(330px\)--sm {
        width: 330px;
    }
    .W\(334px\)--sm {
        width: 334px;
    }
    .W\(335px\)--sm {
        width: 335px;
    }
    .W\(86\%\)--sm {
        width: 86%;
    }
    .W\(87\%\)--sm {
        width: 87%;
    }
    .W\(90\%\)--sm {
        width: 90%;
    }
    .W\(a\)--sm {
        width: auto;
    }
}
@media (max-width: 374px) {
    .Jc\(sa\)--xs {
        justify-content: space-around;
    }
    .H\(140px\)--xs {
        height: 140px;
    }
    .H\(24\.6vw\)--xs {
        height: 24.6vw;
    }
    .H\(28vw\)--xs {
        height: 28vw;
    }
    .Mx\(5px\)--xs {
        margin-left: 5px;
        margin-right: 5px;
    }
    .Mt\(30px\)--xs {
        margin-top: 30px;
    }
    .Mt\(45px\)--xs {
        margin-top: 45px;
    }
    .Mt\(5\.3vw\)--xs {
        margin-top: 5.3vw;
    }
    .Mt\(7\.5vw\)--xs {
        margin-top: 7.5vw;
    }
    .Mb\(15px\)--xs {
        margin-bottom: 15px;
    }
    .Mih\(25vw\)--xs {
        min-height: 25vw;
    }
    .Px\(20px\)--xs {
        padding-left: 20px;
        padding-right: 20px;
    }
    .Px\(40px\)--xs {
        padding-left: 40px;
        padding-right: 40px;
    }
    .Pt\(30px\)--xs {
        padding-top: 30px;
    }
    .Pb\(18px\)--xs {
        padding-bottom: 18px;
    }
    .W\(100\%\)--xs {
        width: 100%;
    }
    .W\(260px\)--xs {
        width: 260px;
    }
    .W\(280px\)--xs {
        width: 280px;
    }
    .W\(28vw\)--xs {
        width: 28vw;
    }
    .W\(320px\)--xs {
        width: 320px;
    }
}
@media (min-width: 769px) {
    .Bdrs\(8px\)--md {
        border-radius: 8px;
    }
    .Bgc\(\$cloud\)--md {
        background-color: #1e2e3f;
    }
    .D\(f\)--md {
        display: flex;
    }
    .D\(n\)--md {
        display: none;
    }
    .Fld\(c\)--md {
        flex-direction: column;
    }
    .Jc\(fe\)--md {
        justify-content: flex-end;
    }
    .Jc\(sb\)--md {
        justify-content: space-between;
    }
    .H\(100\%\)--md {
        height: 100%;
    }
    .H\(100px\)--md {
        height: 100px;
    }
    .H\(120px\)--md {
        height: 120px;
    }
    .H\(135px\)--md {
        height: 135px;
    }
    .H\(144px\)--md {
        height: 144px;
    }
    .H\(440px\)--md {
        height: 440px;
    }
    .H\(450px\)--md {
        height: 450px;
    }
    .H\(470px\)--md {
        height: 470px;
    }
    .H\(520px\)--md {
        height: 520px;
    }
    .H\(540px\)--md {
        height: 540px;
    }
    .H\(60px\)--md {
        height: 60px;
    }
    .H\(660px\)--md {
        height: 660px;
    }
    .H\(90px\)--md {
        height: 90px;
    }
    .Lh\(67px\)--md {
        line-height: 67px;
    }
    .Mx\(a\)--md {
        margin-left: auto;
        margin-right: auto;
    }
    .Mt\(-10px\)--md {
        margin-top: -10px;
    }
    .Mt\(-35px\)--md {
        margin-top: -35px;
    }
    .Mt\(-43px\)--md {
        margin-top: -43px;
    }
    .Mt\(-60px\)--md {
        margin-top: -60px;
    }
    .Mt\(0\)--md {
        margin-top: 0;
    }
    .Mt\(100px\)--md {
        margin-top: 100px;
    }
    .Mt\(105px\)--md {
        margin-top: 105px;
    }
    .Mt\(110px\)--md {
        margin-top: 110px;
    }
    .Mt\(120px\)--md {
        margin-top: 120px;
    }
    .Mt\(20px\)--md {
        margin-top: 20px;
    }
    .Mt\(25px\)--md {
        margin-top: 25px;
    }
    .Mt\(30px\)--md {
        margin-top: 30px;
    }
    .Mt\(35px\)--md {
        margin-top: 35px;
    }
    .Mt\(40px\)--md {
        margin-top: 40px;
    }
    .Mt\(45px\)--md {
        margin-top: 45px;
    }
    .Mt\(50px\)--md {
        margin-top: 50px;
    }
    .Mt\(55px\)--md {
        margin-top: 55px;
    }
    .Mt\(5px\)--md {
        margin-top: 5px;
    }
    .Mt\(60px\)--md {
        margin-top: 60px;
    }
    .Mt\(62px\)--md {
        margin-top: 62px;
    }
    .Mt\(65px\)--md {
        margin-top: 65px;
    }
    .Mt\(70px\)--md {
        margin-top: 70px;
    }
    .Mt\(72px\)--md {
        margin-top: 72px;
    }
    .Mt\(87px\)--md {
        margin-top: 87px;
    }
    .Mt\(90px\)--md {
        margin-top: 90px;
    }
    .Mend\(45px\)--md {
        margin-right: 45px;
    }
    .Mend\(70px\)--md {
        margin-right: 70px;
    }
    .Mb\(-95px\)--md {
        margin-bottom: -95px;
    }
    .Mb\(100px\)--md {
        margin-bottom: 100px;
    }
    .Mb\(15px\)--md {
        margin-bottom: 15px;
    }
    .Mb\(20px\)--md {
        margin-bottom: 20px;
    }
    .Mb\(29px\)--md {
        margin-bottom: 29px;
    }
    .Mb\(32px\)--md {
        margin-bottom: 32px;
    }
    .Mb\(35px\)--md {
        margin-bottom: 35px;
    }
    .Mb\(40px\)--md {
        margin-bottom: 40px;
    }
    .Mb\(45px\)--md {
        margin-bottom: 45px;
    }
    .Mb\(50px\)--md {
        margin-bottom: 50px;
    }
    .Mb\(55px\)--md {
        margin-bottom: 55px;
    }
    .Mb\(63px\)--md {
        margin-bottom: 63px;
    }
    .Mb\(90px\)--md {
        margin-bottom: 90px;
    }
    .Mstart\(-30px\)--md {
        margin-left: -30px;
    }
    .Mstart\(-35px\)--md {
        margin-left: -35px;
    }
    .Mstart\(0\)--md {
        margin-left: 0;
    }
    .Mstart\(10px\)--md {
        margin-left: 10px;
    }
    .Mstart\(35px\)--md {
        margin-left: 35px;
    }
    .Mstart\(60px\)--md {
        margin-left: 60px;
    }
    .Mstart\(80px\)--md {
        margin-left: 80px;
    }
    .Maw\(180px\)--md {
        max-width: 180px;
    }
    .Mih\(250px\)--md {
        min-height: 250px;
    }
    .Mih\(280px\)--md {
        min-height: 280px;
    }
    .Mih\(340px\)--md {
        min-height: 340px;
    }
    .Mih\(510px\)--md {
        min-height: 510px;
    }
    .T\(-2px\)--md {
        top: -2px;
    }
    .T\(40px\)--md {
        top: 40px;
    }
    .End\(-175px\)--md {
        right: -175px;
    }
    .End\(20px\)--md {
        right: 20px;
    }
    .B\(-130px\)--md {
        bottom: -130px;
    }
    .B\(22px\)--md {
        bottom: 22px;
    }
    .B\(42px\)--md {
        bottom: 42px;
    }
    .B\(6px\)--md {
        bottom: 6px;
    }
    .Start\(-8px\)--md {
        left: -8px;
    }
    .Start\(102px\)--md {
        left: 102px;
    }
    .Start\(30px\)--md {
        left: 30px;
    }
    .Px\(30px\)--md, .Pstart\(30px\)--md {
        padding-left: 30px;
    }
    .Px\(30px\)--md {
        padding-right: 30px;
    }
    .Px\(40px\)--md {
        padding-left: 40px;
        padding-right: 40px;
    }
    .Py\(105px\)--md {
        padding-top: 105px;
        padding-bottom: 105px;
    }
    .Py\(60px\)--md, .Pt\(60px\)--md {
        padding-top: 60px;
    }
    .Py\(60px\)--md {
        padding-bottom: 60px;
    }
    .Py\(65px\)--md {
        padding-top: 65px;
        padding-bottom: 65px;
    }
    .Py\(90px\)--md, .Pt\(90px\)--md {
        padding-top: 90px;
    }
    .Py\(90px\)--md, .Pb\(90px\)--md {
        padding-bottom: 90px;
    }
    .Pt\(100px\)--md {
        padding-top: 100px;
    }
    .Pt\(130px\)--md {
        padding-top: 130px;
    }
    .Pt\(20px\)--md {
        padding-top: 20px;
    }
    .Pt\(215px\)--md {
        padding-top: 215px;
    }
    .Pt\(25px\)--md {
        padding-top: 25px;
    }
    .Pt\(30px\)--md {
        padding-top: 30px;
    }
    .Pt\(58px\)--md {
        padding-top: 58px;
    }
    .Pt\(61px\)--md {
        padding-top: 61px;
    }
    .Pt\(70px\)--md {
        padding-top: 70px;
    }
    .Pt\(80px\)--md {
        padding-top: 80px;
    }
    .Pb\(110px\)--md {
        padding-bottom: 110px;
    }
    .Pb\(30px\)--md {
        padding-bottom: 30px;
    }
    .Pb\(70px\)--md {
        padding-bottom: 70px;
    }
    .Pb\(80px\)--md {
        padding-bottom: 80px;
    }
    .Pb\(85px\)--md {
        padding-bottom: 85px;
    }
    .Pb\(95px\)--md {
        padding-bottom: 95px;
    }
    .Pos\(a\)--md {
        position: absolute;
    }
    .Ta\(c\)--md {
        text-align: center;
    }
    .W\(10\%\)--md {
        width: 10%;
    }
    .W\(195px\)--md {
        width: 195px;
    }
    .W\(230px\)--md {
        width: 230px;
    }
    .W\(260px\)--md {
        width: 260px;
    }
    .W\(270px\)--md {
        width: 270px;
    }
    .W\(310px\)--md {
        width: 310px;
    }
    .W\(370px\)--md {
        width: 370px;
    }
    .W\(380px\)--md {
        width: 380px;
    }
    .W\(400px\)--md {
        width: 400px;
    }
    .W\(42\%\)--md {
        width: 42%;
    }
    .W\(420px\)--md {
        width: 420px;
    }
    .W\(425px\)--md {
        width: 425px;
    }
    .W\(426px\)--md {
        width: 426px;
    }
    .W\(435px\)--md {
        width: 435px;
    }
    .W\(470px\)--md {
        width: 470px;
    }
    .W\(495px\)--md {
        width: 495px;
    }
    .W\(50\%\)--md {
        width: 50%;
    }
    .W\(598\)--md {
        width: 598;
    }
    .W\(598px\)--md {
        width: 598px;
    }
    .W\(600px\)--md {
        width: 600px;
    }
    .W\(65\%\)--md {
        width: 65%;
    }
    .W\(655px\)--md {
        width: 655px;
    }
    .W\(660px\)--md {
        width: 660px;
    }
    .W\(670px\)--md {
        width: 670px;
    }
    .W\(680px\)--md {
        width: 680px;
    }
    .W\(700px\)--md {
        width: 700px;
    }
    .W\(8\.33vw\)--md {
        width: 8.33vw;
    }
    .W\(95\%\)--md {
        width: 95%;
    }
}
@media (min-width: 1025px) {
    .D\(b\)--lg {
        display: block;
    }
    .D\(n\)--lg {
        display: none;
    }
    .Fld\(r\)--lg {
        flex-direction: row;
    }
    .Fz\(18px\)--lg {
        font-size: 18px;
    }
    .Fz\(24px\)--lg {
        font-size: 24px;
    }
    .H\(140px\)--lg {
        height: 140px;
    }
    .H\(440px\)--lg {
        height: 440px;
    }
    .H\(470px\)--lg {
        height: 470px;
    }
    .H\(500px\)--lg {
        height: 500px;
    }
    .H\(540px\)--lg {
        height: 540px;
    }
    .Lh\(28px\)--lg {
        line-height: 28px;
    }
    .Mx\(18px\)--lg {
        margin-left: 18px;
        margin-right: 18px;
    }
    .My\(0\)--lg, .Mt\(0\)--lg {
        margin-top: 0;
    }
    .My\(0\)--lg, .Mb\(0\)--lg {
        margin-bottom: 0;
    }
    .Mt\(100px\)--lg {
        margin-top: 100px;
    }
    .Mt\(130px\)--lg {
        margin-top: 130px;
    }
    .Mt\(180px\)--lg {
        margin-top: 180px;
    }
    .Mt\(20px\)--lg {
        margin-top: 20px;
    }
    .Mt\(60px\)--lg {
        margin-top: 60px;
    }
    .Mt\(70px\)--lg {
        margin-top: 70px;
    }
    .Mt\(80px\)--lg {
        margin-top: 80px;
    }
    .Mend\(20px\)--lg {
        margin-right: 20px;
    }
    .Mb\(90px\)--lg {
        margin-bottom: 90px;
    }
    .Mstart\(10px\)--lg {
        margin-left: 10px;
    }
    .Mstart\(20px\)--lg {
        margin-left: 20px;
    }
    .Mstart\(30px\)--lg {
        margin-left: 30px;
    }
    .Mstart\(a\)--lg {
        margin-left: auto;
    }
    .Mih\(100\%\)--lg {
        min-height: 100%;
    }
    .T\(-100px\)--lg {
        top: -100px;
    }
    .T\(-120px\)--lg {
        top: -120px;
    }
    .T\(-80px\)--lg {
        top: -80px;
    }
    .End\(-85px\)--lg {
        right: -85px;
    }
    .End\(30px\)--lg {
        right: 30px;
    }
    .B\(-120px\)--lg {
        bottom: -120px;
    }
    .Start\(110px\)--lg {
        left: 110px;
    }
    .Start\(44px\)--lg {
        left: 44px;
    }
    .Pt\(30px\)--lg {
        padding-top: 30px;
    }
    .Pb\(18px\)--lg {
        padding-bottom: 18px;
    }
    .Pstart\(27\%\)--lg {
        padding-left: 27%;
    }
    .Pstart\(40px\)--lg {
        padding-left: 40px;
    }
    .Pos\(s\)--lg {
        position: static;
    }
    .W\(100\%\)--lg {
        width: 100%;
    }
    .W\(100px\)--lg {
        width: 100px;
    }
    .W\(16\.66vw\)--lg {
        width: 16.66vw;
    }
    .W\(22\.5\%\)--lg {
        width: 22.5%;
    }
    .W\(31\%\)--lg {
        width: 31%;
    }
    .W\(360px\)--lg {
        width: 360px;
    }
    .W\(740px\)--lg {
        width: 740px;
    }
    .W\(888px\)--lg {
        width: 888px;
    }
    .W\(890px\)--lg {
        width: 890px;
    }
    .W\(910px\)--lg {
        width: 910px;
    }
}
@media (min-width: 1281px) {
    .D\(b\)--xl {
        display: block;
    }
    .Jc\(sb\)--xl {
        justify-content: space-between;
    }
    .Fz\(28px\)--xl {
        font-size: 28px;
    }
    .H\(520px\)--xl {
        height: 520px;
    }
    .H\(90px\)--xl {
        height: 90px;
    }
    .Lh\(72px\)--xl {
        line-height: 72px;
    }
    .Mt\(60px\)--xl {
        margin-top: 60px;
    }
    .Mt\(70px\)--xl {
        margin-top: 70px;
    }
    .Mend\(35px\)--xl {
        margin-right: 35px;
    }
    .Mstart\(150px\)--xl {
        margin-left: 150px;
    }
    .Mstart\(15px\)--xl {
        margin-left: 15px;
    }
    .Maw\(280px\)--xl {
        max-width: 280px;
    }
    .Miw\(250px\)--xl {
        min-width: 250px;
    }
    .End\(-55px\)--xl {
        right: -55px;
    }
    .B\(-100px\)--xl {
        bottom: -100px;
    }
    .Start\(140px\)--xl {
        left: 140px;
    }
    .Px\(21px\)--xl {
        padding-left: 21px;
        padding-right: 21px;
    }
    .Py\(0\)--xl {
        padding-top: 0;
        padding-bottom: 0;
    }
    .Pt\(265px\)--xl {
        padding-top: 265px;
    }
    .Pt\(330px\)--xl {
        padding-top: 330px;
    }
    .W\(24\.7\%\)--xl {
        width: 24.7%;
    }
    .W\(300px\)--xl {
        width: 300px;
    }
    .W\(395px\)--xl {
        width: 395px;
    }
    .W\(57\%\)--xl {
        width: 57%;
    }
}
@media (min-width: 1440px) {
    .D\(b\)--xxl {
        display: block;
    }
    .My\(0\)--xxl, .Mt\(0\)--xxl {
        margin-top: 0;
    }
    .My\(0\)--xxl {
        margin-bottom: 0;
    }
    .Mstart\(40px\)--xxl {
        margin-left: 40px;
    }
    .Mstart\(45px\)--xxl {
        margin-left: 45px;
    }
    .Pos\(a\)--xxl {
        position: absolute;
    }
    .W\(33\.33\%\)--xxl {
        width: 33.33%;
    }
}

.aem-GridColumn.card {
  padding: 0 10px;
}

@media (max-width:768px){.Button__root.Button__small{min-width:100%;width:100%}}@media (max-width:768px){.Button__root.Contact_Result_Button{width:188px}}.JourneyArticleCard__root .Button__root.Button__small{position:absolute;bottom:10px}.get-help-btn,.learn-more-btn,.load-more-btn{width:168px!important;height:60px!important;min-width:168px!important}
@media (-ms-high-contrast:active),(-ms-high-contrast:none){.ButtonFindRetailer__root span{max-width:100%!important;white-space:pre-line!important}}
.ButtonIcon__root{height:45px;width:45px;border-radius:50%;background-color:#e9ecef;cursor:pointer;border:none;text-decoration:none}.ButtonIcon__root svg{fill:#1e2e3f;stroke:#1e2e3f}@media (min-width:1025px){.ButtonIcon__root:hover{background-color:#ebeef0;color:#0180c9}.ButtonIcon__root:hover svg{fill:#0180c9;stroke:#0180c9}}.ButtonIcon__root:visited{color:#1e2e3f}.ButtonIcon__root.ButtonIcon__withoutBackground{background:none}.ButtonIcon__root.ButtonIcon__white{background:#fff;border:1px solid #e9ecef}@media (min-width:1025px){.ButtonIcon__root.ButtonIcon__white:hover{border-color:#d6d6d6}}.ButtonIcon__root.ButtonIcon__iconBlue svg,.ButtonIcon__root.ButtonIcon__shareFb svg,.ButtonIcon__root.ButtonIcon__shareMail svg,.ButtonIcon__root.ButtonIcon__sharePr svg,.ButtonIcon__root.ButtonIcon__shareTw svg{color:#0180c9;fill:#0180c9;stroke:#0180c9}.ButtonIcon__root.ButtonIcon__iconGreen svg{color:#3ba936;fill:#3ba936;stroke:#3ba936}.ButtonIcon__root.ButtonIcon__iconRed svg{color:#e40313;fill:#e40313;stroke:#e40313}.ButtonIcon__root.ButtonIcon__active,.ButtonIcon__root.ButtonIcon__blue,.ButtonIcon__root.ButtonIcon__withCount{background-color:#0180c9;color:#fff}.ButtonIcon__root.ButtonIcon__active svg,.ButtonIcon__root.ButtonIcon__blue svg,.ButtonIcon__root.ButtonIcon__withCount svg{fill:#fff;stroke:#fff}.ButtonIcon__root.ButtonIcon__social svg{height:15px;color:#fff;fill:#fff;stroke:#fff}.ButtonIcon__root.ButtonIcon__dark{background-color:#394553}@media (min-width:1025px){.ButtonIcon__root.ButtonIcon__dark:hover{background-color:#5b6d81}}.ButtonIcon__root.ButtonIcon__dark svg{color:#fff;fill:#fff;stroke:#fff}.ButtonIcon__root.ButtonIcon__whiteIcon svg{fill:#fff;stroke:#fff}.ButtonIcon__root.ButtonIcon__iconNoStroke svg{stroke:none}@media (min-width:1025px){.ButtonIcon__root.ButtonIcon__iconNoStroke:hover svg{stroke:none}}@media (min-width:1025px){.ButtonIcon__root.ButtonIcon__whiteIcon:hover svg{fill:#e9ecef;stroke:#e9ecef}}.ButtonIcon__root.ButtonIcon__grey{background:rgba(0,0,0,.1)}@media (min-width:1025px){.ButtonIcon__root.ButtonIcon__blue:hover{background-color:#006ba8}}.ButtonIcon__root.ButtonIcon__withCount{background-color:#3ba936}@media (min-width:1025px){.ButtonIcon__root.ButtonIcon__withCount:hover{background-color:#298c24}}.ButtonIcon__root.ButtonIcon__withCount.ButtonIcon__white{background:#fff;border:1px solid rgba(0,0,0,.1);color:#1e2e3f}.ButtonIcon__root.ButtonIcon__withCount.ButtonIcon__white svg{fill:#1e2e3f;stroke:#1e2e3f}@media (min-width:1025px){.ButtonIcon__root.ButtonIcon__withCount.ButtonIcon__white:hover{border-color:#d6d6d6}}.ButtonIcon__root .ButtonIcon__count,.ButtonIcon__root .ButtonIcon__text{font-size:12px;letter-spacing:.37px;font-weight:500}.ButtonIcon__root .ButtonIcon__count{position:relative;top:-2px;margin-left:5.5px}@media (max-width:768px){.ButtonIcon__root{height:60px;width:60px}}.ButtonIcon__root.ButtonIcon__big{height:60px;width:60px}.downloadDocsModal .ButtonIcon__root.ButtonIcon__big.close-modal-btn{height:60px;width:60px;z-index:11!important;bottom:40px!important}@media (max-width:768px){.ButtonIcon__root.ButtonIcon__shareFb svg{width:auto;height:17px}.ButtonIcon__root.ButtonIcon__shareTw svg{width:auto;height:15px}.ButtonIcon__root.ButtonIcon__sharePr svg{width:auto;height:17px}.ButtonIcon__root.ButtonIcon__shareMail svg{width:auto;height:14px}}.ButtonIcon__root .ButtonIcon__countCircle{margin-left:6px;height:21px;width:21px;text-align:center;padding-top:1px;background-color:#0180c9;line-height:22px;color:#fff;font-size:12px;border-radius:50%}
a.ButtonLanguage__langsButton{-webkit-box-flex:1;flex:1}.ButtonLanguage__root.ButtonLanguage__opened.ButtonLanguage__2{width:135px}.ButtonLanguage__root.ButtonLanguage__opened.ButtonLanguage__3{width:180px}.ButtonLanguage__root.ButtonLanguage__opened.ButtonLanguage__4{width:225px}.ButtonLanguage__root.ButtonLanguage__opened.ButtonLanguage__5{width:250px}.ButtonLanguage__langs{padding-right:45px}
.ButtonSearchMobile__root{height:100%;border:none}.ButtonSearchMobile__root .ButtonSearchMobile__inner{height:100%;display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center;-webkit-box-pack:center;justify-content:center}.ButtonSearchMobile__root span{line-height:24px;letter-spacing:.29px;margin-left:28px}.ButtonSearchMobile__root svg{position:relative;color:#1e2e3f;fill:#1e2e3f;width:20px;height:18px}@media (min-width:1025px){.ButtonSearchMobile__root:hover{border-color:#d6d6d6}}.ButtonSearchMobile__root.ButtonSearchMobile__minimal{width:60px}.ButtonSearchMobile__root.ButtonSearchMobile__minimal .ButtonSearchMobile__inner{-webkit-box-pack:center;justify-content:center}.ButtonSearchMobile__root.ButtonSearchMobile__minimal img{margin-right:0}@media (min-width:1025px){.ButtonSearchMobile__root.ButtonSearchMobile__minimal:hover{border-color:#d6d6d6}}
.custom_CategoriesMenuSliderItem__root{width:auto;height:auto}.custom_CategoriesMenuSliderItem__title{max-width:220px}.blog_CategoriesMenuSliderItem__root{width:240px}
.IconBtn__compare .IconBtn__x{top:4px}
@media (max-width:1280px){.FooterTop__wrapperInner .PartnerLogo__root{width:100%;padding-bottom:15px}.FooterTop__wrapperInner .PartnerLogo__root .partner-logo-center{display:table;margin:0 auto}}
@media (max-width:768px){.ProductBadge__root .ProductBadge__image{margin-right:unset}}@media (max-width:768px){.ProductBadge__root p{color:#fff}}
.ProductBadge2__root .ProductBadge2__image{width:100px;height:100px}.ProductBadge2__root .ProductBadge2__image img{width:100%;height:100%}
.ProductHelpCard__root{width:242px}@media (max-width:768px){.ProductHelpCard__root{width:242px}}.ProductHelpCard__root .ProductHelpCard__titleSpecific{text-align:center}
.ProductSpecBox__titleForCalculation{margin-top:22px;font-size:12px;font-weight:500;letter-spacing:.37px;line-height:14px}.SpecBoxTooltip{display:none;position:absolute;border:1px solid #333;background-color:#161616;border-radius:5px;padding:10px;color:#fff;font-size:12px Arial}.ProductSpecBox__root{max-width:100%;position:relative;display:inline-block}.ProductSpecBox__root .ProductSpecBox__energyClass{left:0;padding-left:0;margin-left:auto;margin-right:auto;display:block;width:61px;height:41px}@media (max-width:768px){.ProductSpecBox__root .ProductSpecBox__energyClass{width:61px;height:41px;bottom:5px}}@media (min-width:769px){.ProductSpecBox__root .ProductSpecBox__energyClass{width:72px;height:48px;bottom:8px}}.ProductSpecBox__root .ProductSpecBox__title{width:90%!important}@media (min-width:769px){.ProductSpecBox__root .ProductSpecBox__title{margin-top:14px;-webkit-box-ordinal-group:2;order:1}}@media (max-width:768px){.ProductSpecBox__root .ProductSpecBox__title{-webkit-box-ordinal-group:2;order:1}}.ProductSpecBox__root .product-energy-container{-webkit-box-ordinal-group:2;order:1}@media (min-width:769px){.ProductSpecBox__root .ProductSpecBox__info{left:0;right:0;position:absolute;bottom:14px;margin-top:0}}@media (max-width:768px){.ProductSpecBox__root .product-spec-box-a{display:block;-webkit-box-ordinal-group:2;order:1}.ProductSpecBox__root .product-spec-box-a>.ProductSpecBox__info{display:block;white-space:nowrap;height:auto}}@media (min-width:769px){.ProductSpecBox__root .product-spec-box-a{-webkit-box-ordinal-group:3;order:2}}@media (max-width:768px){.ProductSpecBox__root{display:-webkit-box;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:reverse;flex-direction:row-reverse;-webkit-box-pack:justify;justify-content:space-between}}@media (min-width:769px){.ProductSpecBox__root{display:-webkit-box;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;-webkit-box-pack:justify;justify-content:space-between}}
.spacer{position:relative}.cmp-spacer__info{text-align:center;font-size:10px;color:#d3d3d3;width:100%;height:100%;display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center;-webkit-box-pack:center;justify-content:center;background:-webkit-repeating-linear-gradient(45deg,#fff,#fff 5px,#f5f5f5 0,#f5f5f5 10px);background:repeating-linear-gradient(45deg,#fff,#fff 5px,#f5f5f5 0,#f5f5f5 10px)}.cmp-spacer{height:30px}.cmp-spacer--tiny{height:10px}@media screen and (min-width:769px){.cmp-spacer--tiny{height:15px}}.cmp-spacer--small{height:20px}@media screen and (min-width:769px){.cmp-spacer--small{height:30px}}.cmp-spacer--medium{height:30px}@media screen and (min-width:769px){.cmp-spacer--medium{height:40px}}.cmp-spacer--large{height:40px}@media screen and (min-width:769px){.cmp-spacer--large{height:60px}}.cmp-spacer--huge{height:60px}@media screen and (min-width:769px){.cmp-spacer--huge{height:90px}}
/* Webfont: Metronic */

@font-face {
    font-family: 'MetronicPro';
    src: url('clientlib-all/assets/fonts/MetronicProAir-100.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'MetronicPro';
    src: url('clientlib-all/assets/fonts/MetronicProAir-Italic-100.otf') format('opentype');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'MetronicPro';
    src: url('clientlib-all/assets/fonts/MetronicProBlack-900.otf') format('opentype');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'MetronicPro';
    src: url('clientlib-all/assets/fonts/MetronicProBlack-Italic-900.otf') format('opentype');
    font-weight: 900;
    font-style: italic;
}

@font-face {
    font-family: 'MetronicPro';
    src: url('clientlib-all/assets/fonts/MetronicProBold-700.otf') format('opentype');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'MetronicPro';
    src: url('clientlib-all/assets/fonts/MetronicProBold-Italic-700.otf') format('opentype');
    font-weight: 700;
    font-style: italic;
}

@font-face {
    font-family: 'MetronicPro';
    src: url('clientlib-all/assets/fonts/MetronicProLight-300.otf') format('opentype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'MetronicPro';
    src: url('clientlib-all/assets/fonts/MetronicProLight-Italic-300.otf') format('opentype');
    font-weight: 300;
    font-style: italic;
}

@font-face {
    font-family: 'MetronicPro';
    src: url('clientlib-all/assets/fonts/MetronicProRegular-400.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'MetronicPro';
    src: url('clientlib-all/assets/fonts/MetronicProRegular-Italic-400.otf') format('opentype');
    font-weight: 400;
    font-style: italic;
}

@font-face {
    font-family: 'MetronicPro';
    src: url('clientlib-all/assets/fonts/MetronicProSemiBold-500.otf') format('opentype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'MetronicPro';
    src: url('clientlib-all/assets/fonts/MetronicProSemiBold-Italic-500.otf') format('opentype');
    font-weight: 500;
    font-style: italic;
}
body{font-family:Core Sans,sans-serif;font-size:16px;font-weight:300;background-color:#fff}body.cyrillic-lang{font-family:MetronicPro,sans-serif}body.cyrillic-lang .SupportHomeHero__root{font-size:36px!important}button{padding:0;border:none;cursor:pointer;background-color:transparent}h1,h2,h3,h4,h5,h6,p{margin:0}.component-image-quick-info{position:absolute;top:5px;left:5px;z-index:999;width:100%;font-size:12px;color:red;text-shadow:2px 2px 2px rgba(0,0,0,.2);font-weight:700}.container-edit-mode{position:relative}
@media (max-width:768px){.hideMobile{z-index:-5}}@media (max-width:1024px){.hideTablet{z-index:-5}}@media (min-width:769px){.hideDesktop{z-index:-5}}.modal-filter-button{margin-bottom:10px;margin-right:10px}@media (max-width:768px){.modal-filter-button,.modal-filter-button .FeatureButton__wrapper,.modal-filter-button .FeatureButton__wrapper .FeatureButton__root{max-width:100%}}.modal-filter-button .FeatureButton__wrapper .FeatureButton__root div{border-radius:0;display:block;overflow-x:hidden;text-overflow:ellipsis;white-space:nowrap}body.cyrillic-lang button,body.cyrillic-lang div,body.cyrillic-lang h1,body.cyrillic-lang h2,body.cyrillic-lang h3,body.cyrillic-lang h4,body.cyrillic-lang h5,body.cyrillic-lang h6,body.cyrillic-lang h7,body.cyrillic-lang h8,body.cyrillic-lang h9,body.cyrillic-lang label,body.cyrillic-lang p,body.cyrillic-lang section,body.cyrillic-lang span{font-family:MetronicPro,sans-serif!important}body.rtl-lang{direction:rtl}body.rtl-lang .HeaderOverlayCountry__content .Fld\(r\)--lg{position:relative}body.rtl-lang .HeaderOverlayCountry__content .Fld\(r\)--lg .Mstart\(a\)--lg{position:absolute;left:0}body.rtl-lang .HeaderOverlayCountry__content .Fld\(r\)--lg .Mstart\(a\)--lg .JS-dropdown Dropdown__root .Button__dropdown{margin-right:13px}body.rtl-lang .HeaderOverlayCountry__content .Button__root .Button__dropdown{margin-left:0;margin-right:13px}body.rtl-lang .HeaderOverlayCountry__content .Button__root.Button__small{margin-left:0;margin-right:8px}@media (min-width:1281px){body.rtl-lang .HeaderMain__root a.Start\(44px\)--lg{right:265px}}@media (min-width:769px){body.rtl-lang .HeaderMain__root nav.Start\(102px\)--md{right:330px}}body.rtl-lang .HeaderMain__root .ButtonFindRetailer__root{margin-right:20px}body.rtl-lang .HeaderMain__root .ButtonFindRetailer__root:hover span{right:inherit;left:20px}body.rtl-lang .HeaderMain__root .HeaderMain__search{border-left:inherit;border-right:1px solid rgba(0,0,0,.1)}body.rtl-lang .HeaderMain__root .HeaderMain__search .Pstart\(29px\){padding-left:0;padding-right:29px}body.rtl-lang .HeaderMain__root .HeaderMain__search .Mend\(35px\)--xl{margin-right:0;margin-left:35px}body.rtl-lang .HeaderMain__subNav .SubNavProductsMenu__root{left:inherit;right:0}body.rtl-lang .HeaderMain__subNav .SubNavProductsMenu__root aside{position:relative;right:0;z-index:99999999999}body.rtl-lang .FooterTop__root .Button__root .Button__dropdown{margin-left:0;margin-right:13px}body button,body div,body h1,body h2,body h3,body h4,body h5,body h6,body h7,body h8,body h9,body label,body p,body section,body span{font-family:Core Sans,sans-serif!important}
.grid-col-v-align-top{align-self:normal}.grid-col-v-align-center{align-self:center}.grid-col-v-align-bottom{align-self:flex-end}.grid-top-margin-df{margin-top:1rem}.grid-top-margin-sm{margin-top:2rem}.grid-top-margin-md{margin-top:4rem}.grid-top-margin-lg{margin-top:8rem}.grid-bottom-margin-df{margin-bottom:1rem}.grid-bottom-margin-sm{margin-bottom:2rem}.grid-bottom-margin-md{margin-bottom:4rem}.grid-bottom-margin-lg{margin-bottom:8rem}.col-top-space{margin-top:1rem}@media (max-width:768px){.grid-l-offset-xs-default{padding-left:1.25%}.grid-l-offset-xs-small{padding-left:4.1666%}.grid-l-offset-xs-medium{padding-left:8.3333%}.grid-l-offset-xs-large{padding-left:16.6666%}.grid-r-offset-xs-default{padding-right:1.25%}.grid-r-offset-xs-small{padding-right:4.1666%}.grid-r-offset-xs-medium{padding-right:8.3333%}.grid-r-offset-xs-large{padding-right:16.6666%}}@media (max-width:1024px){.grid-l-offset-md-default{padding-left:1.25%}.grid-l-offset-md-small{padding-left:4.1666%}.grid-l-offset-md-medium{padding-left:8.3333%}.grid-l-offset-md-large{padding-left:16.6666%}.grid-r-offset-md-default{padding-right:1.25%}.grid-r-offset-md-small{padding-right:4.1666%}.grid-r-offset-md-medium{padding-right:8.3333%}.grid-r-offset-md-large{padding-right:16.6666%}}@media (min-width:1024px){.grid-l-offset-lg-default{padding-left:1.25%}.grid-l-offset-lg-small{padding-left:4.1666%}.grid-l-offset-lg-medium{padding-left:8.3333%}.grid-l-offset-lg-large{padding-left:16.6666%}.grid-r-offset-lg-default{padding-right:1.25%}.grid-r-offset-lg-small{padding-right:4.1666%}.grid-r-offset-lg-medium{padding-right:8.3333%}.grid-r-offset-lg-large{padding-right:16.6666%}}
.loadingOverlay{content:" ";position:fixed;height:100vh;left:0;right:0;bottom:0;background:#fff;z-index:99999999999;display:none}body.body--loading .loadingOverlay{display:block}
@media (max-width:768px){.ArticleCard__root.ArticleCard__withoutBackground .ArticleCard__textBlock{bottom:95px}}@media (max-width:768px){.ArticleCard__withoutBackground{height:440px!important}}.ArticleCard__withoutBackground .ArticleCard__button{bottom:42px!important}@media (max-width:768px){.ArticleCard__withoutBackground .ArticleCard__button{bottom:30px!important}}@media (max-width:768px){.ArticleCard__root--textAbove .ArticleCard__textBlock{bottom:auto!important}.ArticleCard__button{width:80%!important}.ArticleCard__button .Button__big{width:100%!important;min-width:auto!important}}.article-img-container{top:10px!important}@media (max-width:768px){.article-img-container{top:0!important}}.article-img-container img{height:100%!important;width:auto!important}
@media (min-width:800px){.BlogTop__root{height:31vw!important}}@media (max-width:800px){.BlogTop__root{height:auto!important}}
.BlogArticleFeedback__enjoyed{font-weight:400;line-height:32px;font-size:24px;text-align:center;letter-spacing:.4px;color:#fff}.BlogArticleFeedback__border{background-color:rgba(0,0,0,.1)}.BlogArticleFeedback__root{text-align:center}.BlogArticleFeedback__root .BlogArticleFeedback__share{margin-bottom:40px;width:100%;display:block}.BlogArticleFeedback__root .BlogArticleFeedback__share .ButtonIcon__root{display:inline-block;margin:0 5px}@media (min-width:769px){.BlogArticleFeedback__root .BlogArticleFeedback__share .BlogArticleFeedback__hideDesktop{display:none!important}}.BlogArticleFeedback__root .BlogArticleFeedback__row .BlogArticleFeedback__col{margin:0 auto}
.quicklink--new{width:160px;height:240px!important}.BuiltInCategory__root{height:-webkit-fit-content;height:-moz-fit-content;height:fit-content}
.productcategoryselector{margin-bottom:60px}.SupportContactsFeedback__category_custom{margin-top:30px}
@media (min-width:1280px){.ScrollCarousel__opacityForCenteringTime{opacity:0}}
@media (min-width:769px){.CompareCardsSlider__mainWrapper,.FixedCompareMenuSlider__mainWrapper{padding-left:0!important}}
@media (max-width:800px){.compare-responsive-arrange .JS-compare-products-container .ComparePropsTable__main{width:50%!important}.compare-responsive-arrange .JS-compare-products-container .ScrollCarousel__scrollWrapper{width:50%!important;overflow-y:none!important}.compare-responsive-arrange .JS-compare-products-container .ScrollCarousel__scrollWrapper .ScrollCarousel__slide{width:100%!important;overflow-y:none!important}}.JS-compare-products-container .ComparePropsTable__title{padding-bottom:20px!important}@media (max-width:800px){.JS-compare-products-container .ComparePropsTable__title{display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center;height:72px!important;max-height:72px!important}.JS-compare-products-container .ComparePropsTable__row{display:-webkit-box;display:flex;height:auto;height:72px!important;max-height:72px!important}.JS-compare-products-container .PropsTableCell__propValueWrapper{display:block;position:relative}.JS-compare-products-container .PropsTableCell__propValue{display:-webkit-box;display:flex;height:72px!important;max-height:72px!important;top:0!important;-webkit-transform:none!important;transform:none!important;-webkit-box-align:center;align-items:center;text-align:left;opacity:1!important}}
.ContentToggle__root.open .ContentToggle__content{opacity:1!important}
.DimensionsItem__root{-webkit-box-pack:center;justify-content:center;text-align:center}.DimensionsItem__root .DimensionsItem__number{line-height:20px}.DimensionsItem__root .DimensionsItem__title{margin-top:0}
.Dropdown__dropdownButton{font-weight:400}.Dropdown__root .Dropdown__dropdownContent{display:none}.Dropdown__root.open .Dropdown__dropdownContent{z-index:11;display:block}
@media (max-width:769px){#modal-filter-bottom-buttons .Button__root.Button__small{width:auto!important;min-width:auto!important}}
.FindSerialNumberBlock__root{height:auto}@media (max-width:768px){.FindSerialNumberBlock__root{min-height:445px}}@media (max-width:768px){.FindSerialNumberBlock__root .FindSerialNumberBlock__textBlock{left:0;padding:0 20px}}.FindSerialNumberBlock__root .FindSerialNumberBlock__textBlock .FindSerialNumberBlock__title{word-break:break-word}.FindSerialNumberBlock__root .FindSerialNumberBlock__textBlock .FindSerialNumberBlock__subtitle{margin-bottom:50px;word-break:break-word}.FindSerialNumberBlock__root .FindSerialNumberBlock__imageDesktop{position:relative;width:100%}.FindSerialNumberBlock__root .FindSerialNumberBlock__imageDesktop img{top:0;bottom:0;margin:auto;position:absolute}.FindSerialNumberBlock__root .FindSerialNumberBlock__imageMobile{position:static;width:100%;text-align:center}.FindSerialNumberBlock__root img{max-width:100%;max-height:100%}@media (max-width:768px){.FindSerialNumberBlock__root img{max-width:100%}}.FindSerialNumberBlock__root .FindSerialNumberBlock__textBlock{flex-shrink:0}.FindSerialNumberBlock__imageRight img{float:right}@media (max-width:768px){.FindSerialNumberBlock__imageRight img{float:unset}}
.FixedCompareMenuSlide__root{display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center}.FixedCompareMenuSlide__link{margin:auto 0!important}
.HeaderMain__root[data-open-subnav=subnav-products] .subnav{opacity:1}.HeaderMain__root[data-open-subnav=subnav-products] .subnav .subnav-products{display:block}.HeaderMain__root[data-open-subnav=subnav-0] .subnav{opacity:1}.HeaderMain__root[data-open-subnav=subnav-0] .subnav .subnav-0{display:block}.HeaderMain__root[data-open-subnav=subnav-1] .subnav{opacity:1}.HeaderMain__root[data-open-subnav=subnav-1] .subnav .subnav-1{display:block}.HeaderMain__root[data-open-subnav=subnav-2] .subnav{opacity:1}.HeaderMain__root[data-open-subnav=subnav-2] .subnav .subnav-2{display:block}.HeaderMain__root[data-open-subnav=subnav-3] .subnav{opacity:1}.HeaderMain__root[data-open-subnav=subnav-3] .subnav .subnav-3{display:block}.HeaderMain__root[data-open-subnav=subnav-4] .subnav{opacity:1}.HeaderMain__root[data-open-subnav=subnav-4] .subnav .subnav-4{display:block}.HeaderMain__root[data-open-subnav=subnav-5] .subnav{opacity:1}.HeaderMain__root[data-open-subnav=subnav-5] .subnav .subnav-5{display:block}.HeaderMain__root[data-open-subnav=subnav-6] .subnav{opacity:1}.HeaderMain__root[data-open-subnav=subnav-6] .subnav .subnav-6{display:block}.HeaderMain__root[data-open-subnav=subnav-7] .subnav{opacity:1}.HeaderMain__root[data-open-subnav=subnav-7] .subnav .subnav-7{display:block}.HeaderMain__root[data-open-subnav=subnav-8] .subnav{opacity:1}.HeaderMain__root[data-open-subnav=subnav-8] .subnav .subnav-8{display:block}.HeaderMain__root[data-open-subnav=subnav-9] .subnav{opacity:1}.HeaderMain__root[data-open-subnav=subnav-9] .subnav .subnav-9{display:block}.HeaderMain__root[data-open-subnav=subnav-10] .subnav{opacity:1}.HeaderMain__root[data-open-subnav=subnav-10] .subnav .subnav-10{display:block}.header{position:relative;z-index:100}
.CookiePolicyBanner{position:fixed;bottom:0;width:100%;z-index:999}.HeaderOverlayCountry__root-header{overflow:visible!important}#nav-mobile .CookiePolicyMainContainer{position:absolute;width:100%;z-index:999;height:90px;bottom:66px;display:none}#nav-mobile .CookiePolicyMainContainer .CookiePolicyBanner .HeaderOverlayCountry__content{padding:10px 20px;min-height:90px}@media (max-width:768px){#nav-mobile .CookiePolicyMainContainer .CookiePolicyBanner{position:absolute;top:-130px}}
.sticky-compare{width:100%;position:fixed;color:#fff;background-color:#0180c9;z-index:999999;top:0}.sticky-compare #compareHeader .Icon__root{stroke:#fff}.sticky-compare #compareHeader:hover{background-color:#0180c9}.HeaderTopButton__root div span{line-height:23px}
.HeroPLP__root.HeroPLP__pattern{position:relative!important}.HeroPLP__root.HeroPLP__pattern .HeroPLP__textContent .HeroPLP__headerTitle div{font-size:32px}@media (max-width:768px){.HeroPLP__root.HeroPLP__pattern .HeroPLP__textContent .HeroPLP__headerTitle div{font-size:.85em}}.HeroPLP__root.HeroPLP__pattern .HeroPLP__headerPattern{bottom:0;left:0;z-index:-1;width:100%;overflow:hidden;height:100%;height:-moz-available;height:-webkit-fill-available;height:fill-available;min-height:1024px}.HeroPLP__root.HeroPLP__pattern .HeroPLP__headerPattern img{width:140%}@media (max-width:768px){.HeroPLP__root.HeroPLP__pattern .HeroPLP__headerPattern img{width:200%}}@media (min-width:769px){.Hero__root{height:31vw!important}.Hero__slide.Hero__slide--small{height:16vw!important}.Hero__slide.Hero__slide--medium{height:24vw!important}.Hero__slide.Hero__slide--large{height:31vw!important}}@media (max-width:768px){.Hero__root,.Hero__slide{height:calc(100vh - 66px)!important}.HeroPLP__root h1{margin:0 auto 10px}}
@media (max-width:768px){.ScrollCarousel__slide .JourneyArticleCard__gray{height:300px}}.JourneyArticleTop__title{max-width:800px}
.JourneyContact__root_custom{margin-top:25px}
img.MainSpecsItem__gauze{opacity:.5}
.ModularImageText__image{height:auto!important;-webkit-transform:scale(1)!important;transform:scale(1)!important}
@media (min-width:769px){.NavPanelItem__root{min-width:195px;padding:5px}}@media (max-width:768px){.NavPanelItem__root{width:auto;max-width:inherit;min-width:103px;-webkit-box-flex:1;flex-grow:1;flex-basis:inherit;padding:5px}}.NavPanelItem__root{min-height:70px;height:inherit}
.Overlay__root .Overlay__message{position:fixed;z-index:10000;top:0;left:0;width:100%;-webkit-transform:translateY(-100%);transform:translateY(-100%);-webkit-transition:-webkit-transform .5s cubic-bezier(.47,.14,.15,.82);transition:-webkit-transform .5s cubic-bezier(.47,.14,.15,.82);transition:transform .5s cubic-bezier(.47,.14,.15,.82);transition:transform .5s cubic-bezier(.47,.14,.15,.82),-webkit-transform .5s cubic-bezier(.47,.14,.15,.82)}.Overlay__root .Overlay__message.active{-webkit-transform:translateY(0);transform:translateY(0)}.ClearAllBtnInfoMessage__rightBlock .Button__secondary{margin:30px auto}
.PdpTop__background img{width:100%!important}
.ProductCardPLP__productBasicSpecs{-webkit-box-orient:horizontal;flex-direction:row}.ProductCardPLP__productBasicSpecs,.ProductCardPLP__root{display:-webkit-box;display:flex;-webkit-box-direction:normal}.ProductCardPLP__root{-webkit-box-orient:vertical;flex-direction:column}@media (max-width:768px){.ProductCardPLP__root{height:612px}}@media (min-width:769px){.ProductCardPLP__root:hover .ProductCardPLP__productSpecs{max-height:260px}}.ProductCardPLP__root .ProductCardPLP__productBody{-webkit-box-flex:1;flex:1;height:auto}@media (max-width:768px){.ProductCardPLP__root .ProductCardPLP__productSpecsWrapper{bottom:129px!important}}@media (min-width:769px){.ProductCardPLP__root .ProductCardPLP__productSpecsWrapper{top:auto!important;bottom:20px}}@media (max-width:768px){.ProductCardPLP__root .ProductCardPLP__productBackground{bottom:20px;top:0;height:auto}}@media (max-width:768px){.ProductCardPLP__root .ProductCardPLP__productSpecs img{width:61px}}.ProductCardPLP__root .ProductCardPLP__productBadge{transition:none;-webkit-transition:none;top:1px;position:static}@media (min-width:769px){.ProductCardPLP__root:hover .ProductCardPLP__productSpecsWrapper{bottom:75px}}.ProductCardPLP__productBadgeParent{position:absolute;top:200px;left:6.2%;z-index:999999}@media (max-width:1024px){.ProductCardPLP__productBadgeParent{top:220px}}@media (max-width:768px){.ProductCardPLP__productBadgeParent{top:200px}}@media (max-width:370px){.ProductCardPLP__productBadgeParent{left:0}}@media (max-width:770px){.ProductCardPLP__image img{height:245px!important;max-height:245px!important}}.ProductSpecBox__root .ProductSpecBox__title{width:auto;height:auto;display:block}@media screen and (-ms-high-contrast:active),screen and (-ms-high-contrast:none){.ProductSpecBox__root .ProductSpecBox__title{display:table}}.ProductCardPLP__root .ProductCardPLP__productBasicSpecs .ProductCardPLP__productSpecBox{flex-basis:100%;width:33.3%}@media (max-width:768px){.ProductCardPLP__root .ProductCardPLP__productBasicSpecs .ProductCardPLP__productSpecBox{width:auto;flex-basis:auto}}.ProductCardPLP__root .ProductCardPLP__productSpecs{width:100%}@media (max-width:350px){.ProductCardPLP__desc{width:100%!important;padding:0 10px!important}}.ProductCardPLP__root .ProductCardPLP__productSpecsWrapper{padding:0 10px}.ProductCardPLP__root .ProductCardPLP__productSpecs{max-height:110px}.ProductCardPLP__root .ProductCardPLP__productBasicSpecs{height:110px}
.ProductCardSearch__image{bottom:20px!important}.ProductCardPLP__root .ProductCardPLP__image img{max-height:298px;max-width:298px;height:auto}@media (max-width:768px){.ProductCardPLP__root .ProductCardPLP__image img{max-height:150px}}.ProductCardSearch__rectangle img{max-height:260px!important;max-width:260px!important;height:auto!important}@media (max-width:600px){.ProductCardSearch__rectangle img{max-width:200px!important;max-height:150px!important}}
@media (max-width:768px){.ProductCategoryCard__root{padding-top:10px}}.ProductCategoryCard__root.ProductCategoryCard__small .ProductCategoryCard__desc{height:auto}@media (max-width:768px){.ProductCategoryCard__root.ProductCategoryCard__small .ProductCategoryCard__desc{height:80px}}
.PdpPage__content .collapsible{overflow:visible}
.result-image-parent{height:200px;text-align:center;overflow:hidden}.result-image-parent img{-o-object-fit:cover;object-fit:cover;width:100%;height:100%}
.ProductInfoParams__infoEnergyBadge{width:72px!important;height:48px!important;bottom:6px!important;margin-left:auto;margin-right:auto;display:block!important}@media (max-width:1439px){.ProductInfoParams__infoEnergyBadge{bottom:18px!important}}@media (max-width:768px){.ProductInfoParams__infoEnergyBadge{bottom:3px!important}}.ProductInfoParams__cellLeft{text-align:center;position:relative}.ProductInfoParams__info{font-size:16px}.ProductInfoParams__title{margin-top:14px;display:table}@media (max-width:1439px){.ProductInfoParams__title{margin-top:25px}}@media (max-width:768px){.ProductInfoParams__title{margin-top:14px}}.ProductInfoParams__bottom .ProductInfoParams__row .ProductInfoParams__cellLeft .ProductInfoParams__info,.ProductInfoParams__bottom .ProductInfoParams__row .ProductInfoParams__cellRight .ProductInfoParams__info{left:0;right:0;position:absolute;bottom:14px;margin-top:0;width:auto;height:auto}@media (max-width:1439px){.ProductInfoParams__bottom .ProductInfoParams__row .ProductInfoParams__cellLeft .ProductInfoParams__info,.ProductInfoParams__bottom .ProductInfoParams__row .ProductInfoParams__cellRight .ProductInfoParams__info{bottom:25px}}@media (max-width:768px){.ProductInfoParams__bottom .ProductInfoParams__row .ProductInfoParams__cellLeft .ProductInfoParams__info,.ProductInfoParams__bottom .ProductInfoParams__row .ProductInfoParams__cellRight .ProductInfoParams__info{bottom:14px}}@media (max-width:767px){.ProductInfoParams__bottom .ProductInfoParams__row .ProductInfoParams__cellLeft .ProductInfoParams__title,.ProductInfoParams__bottom .ProductInfoParams__row .ProductInfoParams__cellRight .ProductInfoParams__title{white-space:nowrap;width:auto;margin-left:20px;margin-right:20px;min-width:123px}.ProductInfoParams__bottom .ProductInfoParams__row .ProductInfoParams__left>*{width:auto;min-width:auto}}.Product__price_custom{margin-top:36px}
.ProductPLPheader__root{height:auto;min-height:90px;padding:30px 20px 20px}.ProductPLPheader__wishlistBtn{display:none}.JS-compare-add.ProductPLPheader__compareBtn.IconBtn__root{margin-left:auto}@media (max-width:1280px){.ProductPLPheader__root .ProductPLPheader__pricetagWrapper{width:auto;padding-top:0}}
.PromiseCard__root .PromiseCard__subtitle,.PromiseCard__root .PromiseCard__title{width:auto;padding:0 10px;max-width:220px}
.PropertyTable__column{width:49.8%!important;display:inline-table!important}.PropertyTable__column>p,.PropertyTable__column>span{display:table-cell;vertical-align:middle}@media (max-width:770px){.PropertyTable__row{display:table!important;position:relative;width:100%;height:auto}.PropertyTable__column{float:left!important}.PropertyTable__infoButton{position:relative;right:auto;top:auto;-webkit-transform:none;transform:none;display:table-footer-group;text-align:center}.PropertyTable__infoButton>button{margin:10px auto 0}.PropertyTable__infoButton .ButtonTooltip__tooltip{top:-50px!important;left:0!important}}
.RecipeCard__root .RecipeCard__headerPart{word-wrap:break-word}
.rotated{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.RetailerResultsCard__root .RetailerResultsCard__address{height:65px}
.SubNavProductsMenuItem__root{padding-top:0!important;-webkit-box-pack:center;justify-content:center}.SubNavProductsMenuItem__root .SubNavProducsCategoryImage{height:60%;width:90%;background-size:contain;background-position:50%;background-repeat:no-repeat}.SubNavProductsMenuItem__root .Picture__root{width:100%;margin:0 auto;text-align:center;-webkit-box-flex:4;flex:4;position:relative}.SubNavProductsMenuItem__root .Picture__root img{width:70%;height:auto;max-height:100%;position:absolute;top:0;bottom:0;left:0;right:0;margin:auto}.SubNavProductsMenuItem__root .SubNavProductsMenuItem__textBlock{-webkit-box-flex:0;flex-grow:0;bottom:4vh;position:static;-webkit-transform:translateX(0);transform:translateX(0)}@media (min-width:768px){.SubNavProductsMenuItem__root .SubNavProductsMenuItem__textBlock{margin-top:20px}}.SubNavProductsMenuItem__root .SubNavProductsMenuItem__textBlock p{font-size:16px;line-height:normal}@media (max-width:768px){.SubNavProductsMenuItem__root .SubNavProductsMenuItem__textBlock p{word-break:break-word}}@media (max-width:768px){.SubNavProductsMenuItem__root .SubNavProductsMenuItem__textBlock .SubNavProductsMenuItem__count{height:12px}}
.Player__root .VideoBlockWithText__video{background-color:#fff;background-position-x:center}.Player__root .VideoBlockWithText__video img{position:absolute;top:0;bottom:0;height:100%;margin:auto;left:0;right:0;text-align:center;border-radius:8px}.Player__root .Player__video{background-color:transparent;width:auto!important;margin:auto;left:0;right:0;text-align:center}.VideoBlockWithText__video{min-height:360px}
.WishlistCompareBlock__root{display:-webkit-box!important;display:flex!important;-webkit-box-orient:horizontal!important;-webkit-box-direction:reverse!important;flex-direction:row-reverse!important}@media screen and (-ms-high-contrast:active),screen and (-ms-high-contrast:none){.HeaderTopButton__root div span{line-height:22px}}
.wrapper.cq-Editable-dom--container,.wrapper .responsivegrid.cq-Editable-dom--container{padding:0!important}.cmp-wrapper--small{max-width:480px}
@media (max-width:335px){.W\(335px\)--sm{width:100%!important}}.BlogGrid__root .BlogGrid__slide{height:475px!important}@media (max-width:768px){.BlogGrid__root .BlogGrid__slide{height:auto!important}}
.BlogArticleCard__root{max-width:650px}@media (max-width:768px){.BlogArticleCard__root{max-width:250px}}@media (max-width:768px){.ScrollCarousel__scrollWrapper_custom{width:100%}.ScrollCarousel__scrollWrapper_custom .ScrollCarousel__root{display:inherit!important}.ScrollCarousel__scrollWrapper_custom .JourneyArticleCard__root.JourneyArticleCard__white{margin:0 auto 20px}.ScrollCarousel__scrollWrapper_custom .JourneyArticleCard__root.JourneyArticleCard__gray{margin:0 auto 20px;max-width:335px;height:auto}}
.BlogTop__background{z-index:0!important}
.cmp-cards__new-card{height:366px!important;margin:0!important}
.FilterResultsButtons__opacityRight{right:0!important}
.FooterMain__root .FooterMain__infolinks{border-top:0}@media (min-width:769px){.FooterMain__root .FooterMain__infolinks{margin-top:25px}}
@media (max-width:480px){.root .country-select-container{width:100%}.root .FooterTop__countrySelect{width:100%!important;margin:0 auto!important}}
@media (max-width:768px){.Hero_slideMobileAdaptedContainer{display:-webkit-box;display:flex;-webkit-box-pack:center;justify-content:center;height:100%;width:100%;overflow:hidden}}@media (max-width:768px){.Hero_slideMobileAdaptedContainer .Hero_slideMobileAdapted{width:auto;height:100%;position:static!important;z-index:10}}.Hero__slideContent{min-height:auto!important}@media (min-width:768px){.Hero__slideContent{margin-bottom:-1px}}.Hero__slideContent .Hero__slideContentHeaderContainer{width:90%}.Hero__slideContent .Hero__slideTitle span{font-size:3.4vw}@media (max-width:768px){.Hero__slideContent .Hero__slideTitle span{font-size:6vw}}@media screen and (min-width:768px){.custom_Hero__slideImage{background-position:inherit;background-size:contain}.heroCarouselSlide.Hero__slide{height:31vw!important}}
.JourneyArticleContentBlock__root .JourneyArticleContentBlock__image{background-size:auto!important;-webkit-background-size:auto!important}.JourneyArticleContentBlock__root .JourneyArticleContentBlock__content .richtext{padding-bottom:40px}.JourneyArticleContentBlock__root .JourneyArticleContentBlock__content .animated-vote-section{padding-top:20px}
.ArticleTopContainer{margin-top:0;padding-bottom:81px;height:100%;display:-webkit-box;display:flex;-webkit-box-pack:center;justify-content:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column}@media (min-width:768px){.ArticleTopContainer .ArticleReadText{margin-bottom:43px}}.ArticleTopContainer .JourneyArticleTop__title{max-width:83.3%}
.MainFeatureImages__root .MainFeatureImages__bigImageBackground{background-repeat:no-repeat!important;-webkit-transform:scale(1);transform:scale(1)}.MainFeatureImages__root .MainFeatureImages__featureImage img{max-height:90%;max-width:90%}@media (min-width:769px){.MainFeatureImages__root .MainFeatureImages__featureImage.show-only-mobile{display:none}}
.MainSpecs__root.MainSpecs__withDimensions.MainSpecs__space_custom{margin-top:90px}
.JS-modal.modal.open{overflow:scroll}
@media (min-width:769px){.Modal__root .Modal__overlayBottom .downloadAllButton{width:200px!important;margin-left:inherit!important;text-align:center;position:absolute;left:50%;margin:0 -50% 0 0;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}}@media (max-width:769px){.Modal__root .Modal__overlayBottom .downloadAllButton{width:50%!important;margin-left:5%!important}}@media (min-width:768px){.Modal__root .close-modal-btn{z-index:999!important;bottom:40px!important}}
.Modal__root .Modal__content .custom-filter{margin-bottom:208px!important}
.ModalPlayer__inner{padding-top:82px;padding-bottom:90px;min-height:100%;display:-webkit-box;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;-webkit-box-pack:center;justify-content:center}.ModalPlayer__root{background-color:rgba(0,0,0,.8);color:#fff;height:100%;overflow:auto}.ModalPlayer__root .ModalPlayer__title{margin:20px auto 0;text-align:center}.ModalPlayer__root .ModalPlayer__playerMultiple{margin-top:50px}@media (min-width:769px){.H\(229px\)--md{height:229px}}
.ModalSearch__root .ModalSearch__assumptions button{display:block;text-align:left;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%}@media (min-width:1025px){.ModalSearch__root .ModalSearch__assumptions button:hover{color:#0180c9}}.search-results-image{max-height:300px}
.NavMobile__root{height:66px;background-color:#fff;-webkit-transition:all .5s cubic-bezier(.47,.14,.15,.82);transition:all .5s cubic-bezier(.47,.14,.15,.82);-webkit-transition-property:opacity,-webkit-transform;transition-property:opacity,-webkit-transform;transition-property:opacity,transform;transition-property:opacity,transform,-webkit-transform;left:0;width:100%;display:-webkit-box;display:flex;-webkit-box-pack:justify;justify-content:space-between;border-bottom:1px solid rgba(0,0,0,.1);box-shadow:0 -2px 10px 0 rgba(0,0,0,.08)}@media (min-width:769px){.NavMobile__root{display:none}}.NavMobile__root.scrolled.NavMobile__hiding{opacity:0}.NavMobile__root.hidden,.NavMobile__root.NavMobile__dependentOnScroll.scroll-down{-webkit-transform:translateY(66px);transform:translateY(66px)}.NavMobile__root .NavMobile__logo{width:50px;color:#0081c9;position:relative;top:20px;left:20px}.NavMobile__root .NavMobile__buttonClose{position:absolute;top:0;left:0;opacity:0;visibility:hidden}.NavMobile__root .NavMobile__buttonClose,.NavMobile__root .NavMobile__buttonMenu{-webkit-transition:all .5s;transition:all .5s}body.menu-mobile .NavMobile__buttonClose{visibility:visible;opacity:1}body.menu-mobile .NavMobile__buttonMenu{pointer-events:none;opacity:0;visibility:hidden}.PageNav__root{display:block;height:100px;background-color:#fff}@media (max-width:768px){.PageNav__root{display:none}}.PageNavMobile__root{display:block;height:66px;background-color:#fff;box-shadow:0 2px 10px 0 rgba(0,0,0,.08)}@media (min-width:769px){.PageNavMobile__root{display:none}}
.root .firstCard{margin-left:0}.root .OtherFeaturesCardImageParent{height:280px;position:relative}.root .OtherFeaturesCardImage{width:100%;position:absolute;top:0;bottom:0;margin:auto}.root .OtherFeatures__root .ScrollCarousel__scrollWrapper{width:100%!important;margin:0 auto!important}.root .OtherFeatures__root .ScrollCarousel__root{display:-webkit-box!important;display:flex!important;margin:0 auto!important;overflow-y:hidden!important;overflow:hidden;-webkit-box-pack:inherit;justify-content:space-evenly}@media (max-width:768px){.root .OtherFeatures__root .ScrollCarousel__root .slick-list .slick-track .slick-slide{width:50vw!important}.root .OtherFeatures__root .ScrollCarousel__root .slick-list .slick-track .slick-slide .ScrollCarousel__slide{width:90%!important}.root .OtherFeatures__root .ScrollCarousel__root .slick-list .slick-track .slick-slide .ScrollCarousel__slide .OtherFeaturesCard__root .OtherFeaturesCardImageParent{height:auto}.root .OtherFeatures__root .ScrollCarousel__root .slick-list .slick-track .slick-slide .ScrollCarousel__slide .OtherFeaturesCard__root .OtherFeaturesCardImageParent img{position:static;margin:0}}.root .OtherFeatures__root .ScrollCarousel__root ::-webkit-scrollbar{display:none;width:0;background:transparent}.root .OtherFeatures__root .ScrollCarousel__root ::-webkit-scrollbar-thumb{background:transparent}.root .OtherFeatures__root .ScrollCarousel__root ::-webkit-scrollbar-track{display:none}.root .OtherFeatures__root .ScrollCarousel__root .productCard{height:425px!important;width:320px!important}.root .OtherFeatures__root .ScrollCarousel__root .productCard .OtherFeaturesCard__text{font-size:20px;line-height:26px}.root .OtherFeatures__root .ScrollCarousel__root .productCard:first-child{padding-left:0}@media (min-width:1024px){.root .OtherFeatures__root .ScrollCarousel__root .productCard:first-child{margin-left:3%!important}}.root .OtherFeatures__root .ScrollCarousel__root .productCard:last-child{padding-right:0}.root .OtherFeatures__root .ScrollCarousel__root .slick-slide>div:first-child{display:-webkit-box;display:flex;-webkit-box-pack:center;justify-content:center}
.OurRangeLink__root{display:inline-block;position:relative;margin:20px 0;width:311px;height:196px;border-radius:8px;text-decoration:none;box-shadow:0 10px 20px rgba(0,0,0,.1)}@media (max-width:768px){.OurRangeLink__root{width:277px;height:177px}}.OurRangeLink__root .OurRangeLink__title{font-size:18px;line-height:24px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;color:#9aa8b6}.OurRangeLink__root .OurRangeLink__text{font-size:18px;line-height:25px;color:#1e2e3f}.OurRangeLink__root.OurRangeLink__secondary .OurRangeLink__title{color:#1e2e3f;font-size:22px;line-height:32px;white-space:normal;text-overflow:clip}@media (max-width:768px){.OurRangeLink__root.OurRangeLink__secondary .OurRangeLink__title{font-size:18px;line-height:25px}}.OurRangeLink__root.OurRangeLink__secondary .OurRangeLink__text{color:#9aa8b6}.OurRange__root{display:block}.OurRange__root .OurRange__background{position:absolute;height:100%;width:100%;overflow:hidden;z-index:-1}.OurRange__root .OurRange__background img{position:absolute;top:1px;height:100%;width:auto;opacity:0;-webkit-transition:opacity .3s .1s;transition:opacity .3s .1s}@media (min-width:1440px){.OurRange__root .OurRange__background img{height:auto;width:100%}}.OurRange__root .OurRange__background img.active{opacity:1;-webkit-transition:opacity .3s;transition:opacity .3s}@media (max-width:768px){.OurRange__root.OurRange__secondary .OurRange__picture{margin-top:30px}}.OurRange__ourRangeSlider{position:absolute;width:100%}
.OverlayPDP__root .cookiePolicyBottom{bottom:125px!important}.OverlayPDP__root .cookiePolicyBottom2{bottom:192px!important}
.Player__root{border-radius:8px}.Player__root .Player__video{width:100%!important;height:100%;border:none}
@media (min-width:767px){.ProductInfo__root .ProductInfo__top .ProductInfo__images .ProductInfo__image{top:0;bottom:0;margin:auto}}@media (max-width:768px){.ProductInfo__viewButtons{overflow:scroll;width:auto!important;min-width:auto!important;max-width:100%;-webkit-box-pack:center!important;justify-content:center!important}}@media (max-width:768px) and (max-width:480px){.ProductInfo__viewButtons{-webkit-box-pack:end!important;justify-content:end!important}}@media (max-width:768px){.ProductInfo__viewButtons button{min-width:64px;max-width:64px}}
@media (min-width:1299px){.ScrollCarousel__root .slick-list .slick-track{min-width:1400px}}@media (min-width:1299px){.ScrollCarousel__root .slick-list .slick-track .slick-slide{min-width:320px;margin-left:10px;margin-right:10px}}@media (min-width:1440px){.ScrollCarousel__root.ScrollCarousel__containerWrapper .ScrollCarousel__slide:last-child{padding-right:inherit}}
.ScrollCarouselVertical__root{width:400px}.ScrollCarouselVertical__root .ScrollCarouselVertical__slide button{white-space:normal;text-align:left}@media (max-width:768px){.ScrollCarouselVertical__root .ScrollCarouselVertical__slide button{text-align:center}}
.ScrollableSections__root .ScrollableSections__featureTextRight{width:30%;margin-left:5%;padding-top:140px}@media (max-width:1024px){.ScrollableSections__root .ScrollableSections__featureTextRight{width:50%;margin-left:0;margin-top:15px;padding-right:8%}}@media (max-width:768px){.ScrollableSections__root .ScrollableSections__featureTextRight{width:100%;margin-top:30px;padding:0}}.ScrollableSections__sideNavItem{z-index:5!important}.ScrollableSections__sideNavLink{white-space:nowrap;font-size:16px;padding-left:calc(100% - 273px)}.ScrollableSections__sideNavP{padding-left:calc(100% - 240px);font-size:22px}.ScrollableSections__sideNavItem.active:before{width:calc(100% - 281px)}.ScrollableSections__root .ScrollableSections__featureText{width:30%;margin-right:10%;padding-top:145px;margin-left:7%}@media (max-width:768px){.ScrollableSections__root .ScrollableSections__featureText{width:auto}}
.support-result-slider .CategoriesMenuSliderItem__root{height:auto!important;padding:10px 15px!important}.support-result-slider .SupportResultCatButtons{height:81px!important}.support-result-slider .ScrollCarousel__slide{display:-webkit-box;display:flex}
.StepModalFindModelNumberVideo__root .StepModalFindModelNumberVideo__videoPoster{width:100%;height:100%;margin-right:auto;margin-left:auto;border-radius:8px;display:-webkit-box;display:flex;-webkit-box-pack:center;justify-content:center;background-repeat:no-repeat;background-size:cover}
.SubNavLinks__root .SubNavLinks__line{justify-content:space-around}
.SubNavProductsGrid__root .SubNavProductsGrid__category .SubNavProductsGrid__items .SubNavProductsGrid__itemsButton,.SubNavProductsGrid__root .SubNavProductsGrid__category .SubNavProductsGrid__items .SubNavProductsGrid__itemsButtonWrapper{width:100%}
.SubNavProductsMenu__root .SubNavMenuTitle{width:100%}
.SupportContactsFeedback__feedback{padding-bottom:40px}
.Dropdown__root .DropdownTitlePosition{padding-left:10px;padding-right:10px}.SupportContactsFeedback__title{padding-top:20px}.SupportContactsFeedback__feedback .Checkbox__root div p{margin-top:7px}
.SupportHomeHero__section2Wrapper{white-space:nowrap}@media (min-width:769px){.support-home-fix{min-width:355px}.SupportHomeHero__root .SupportHomeHero__section{position:relative;height:100%;margin-left:11px;display:-webkit-box;display:flex;-webkit-box-pack:center;justify-content:center;-webkit-box-align:end;align-items:flex-end}.SupportHomeHero__root .SupportHomeHero__section2Wrapper{height:100%}}@media (max-width:768px){.support-home-hero-carousel-issue-button{text-align:center!important}.SupportHomeHero__root .SupportHomeHero__submit{bottom:3.5em!important}.how-can-we-help{display:block!important;font-family:Core Sans,sans-serif;font-size:21px;font-weight:400;color:#9aa8b6;margin-bottom:13px;line-height:24px}.i-need-help-with{font-family:Core Sans,sans-serif;font-size:30px;line-height:50px!important;font-weight:800;color:#000;width:100%}.SupportHomeHero__issueSelectedMobile,.SupportHomeHero__textSelectIssue,.SupportHomeHero__textSelectProduct{font-family:Core Sans,sans-serif;font-weight:800;font-size:35px}.SupportHomeHero__issueSelectedMobile{line-height:42px;width:100%}.SupportHomeHero__textSelectProduct{line-height:42px}.JourneyTop__root .JS-button-text{padding:20px 50px;font-size:15px}}
@media (max-width:768px){.supportwizard .SupportHomeHeroBlock__root[data-step="2"]{height:570px!important}}
@media (max-width:1023px){.WhereToBuyMapOverlay__root .WhereToBuyMapOverlay__cards{padding:0;margin:0}.WhereToBuyMapOverlay__root .WhereToBuyMapOverlay__controls{bottom:108px}}.WhereToBuyMapOverlay__withCards .WhereToBuyCardsWrapperContainer{position:relative;padding-bottom:100px;height:100%;width:100%}@media (max-width:768px){.WhereToBuyMapOverlay__withCards .WhereToBuyCardsWrapperContainer{margin-top:90px}.WhereToBuyMapOverlay__withCards .WhereToBuyCardsWrapperContainer .WhereToBuyMapOverlay__cardsWrapper{position:static}}

/*# sourceMappingURL=generated.css.map*/
.u-circularImage {
  border-radius: 50%;
  overflow: hidden;
}
.u-color--black {
  color: #000;
}
.u-color--darkBlue {
  color: #1e2e3f;
}
.u-color--white {
  color: #fff;
}
.u-color--grey {
  color: #9aa8b6;
}
.u-color--greyDark {
  color: #5b6d81;
}
.u-color--greyLight {
  color: #F4F5F7;
}
.u-color--blue {
  color: #0180c9;
}
.u-color--orange {
  color: #F57E6B;
}
.u-color--green {
  color: #87cca4;
}
.u-color--yellow {
  color: #f4b772;
}
.u-color--red {
  color: #cb5c72;
}
.u-color--cta-green {
  color: #3ba936;
}
.u-color--cta-blue {
  color: #0180c9;
}
.u-color--cta-red {
  color: #e40313;
}
.u-color--plpGreen {
  color: #75B9B5;
}
.u-color--plpBlue {
  color: #75acc8;
}
.u-color--plpLightBlue {
  color: #97BADE;
}
.u-backgroundColor--black {
  background-color: #000;
}
.u-backgroundColor--darkBlue {
  background-color: #1e2e3f;
}
.u-backgroundColor--white {
  background-color: #fff;
}
.u-backgroundColor--grey {
  background-color: #9aa8b6;
}
.u-backgroundColor--greyLight {
  background-color: #F4F5F7;
}
.u-backgroundColor--greyDark {
  background-color: #5b6d81;
}
.u-backgroundColor--blue {
  background-color: #0180c9;
}
.border-top {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.bg-drop-shadow {
  text-shadow: 1px 1px 1px black;
}
.ArticleCards {
  margin: 0 auto;
  display: flex;
  justify-content: center;
}
.ArticleCards-wrapper {
  display: flex;
  align-items: center;
  padding-bottom: 40px;
  margin-bottom: 40px;
  overflow-x: scroll;
}
.ArticleCards-wrapper::-webkit-scrollbar-track {
  background-color: transparent;
  margin: 0 20px;
}
.ArticleCards-wrapper::-webkit-scrollbar {
  height: 10px;
  background-color: transparent;
}
.ArticleCards-wrapper::-webkit-scrollbar-thumb {
  background-color: #1E2E3F;
  border-radius: 50px;
  transition: 0.25s ease background-color;
}
.ArticleCard__imageWrapper--whiteBackground {
  background-color: white;
}
.ArticleCard__root--textAbove .ArticleCard__textBlock {
  position: relative;
  bottom: auto;
  margin-top: 58px;
}
.ArticleCard__button {
  z-index: 1;
}
.ArticleCard__circle {
  width: 200px;
  height: 100%;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto;
  position: relative;
}
.ArticleCard__circle img {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  /* Ch <36, Saf 5.1+, iOS < 9.2, An =<4.4.4 */
  -ms-transform: translateX(-50%);
  /* IE 9 */
  transform: translateX(-50%);
  /* IE 10, Fx 16+, Op 12.1+ */
}
.ArticleCard__circle--whiteBackground {
  background-color: white;
}
.ArticleCard__root .ArticleCard__imageWrapper {
  top: 20px;
  z-index: 1;
}
.ArticleCard__root .ArticleCard__background {
  z-index: 0;
}
.ProductCardWithPhoto__product .ArticleCard__root {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.ButtonFindRetailer__root:hover span {
  white-space: initial;
  text-align: center;
  width: 95px;
  line-height: 1;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
}
/*
  More info: https://google-developers.appspot.com/maps/documentation/javascript/places-autocomplete#style_autocomplete
 */
.pac-container {
  font-family: Core Sans, sans-serif;
  border-radius: 0 0 10px 10px;
  -webkit-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.15);
}
.pac-item {
  padding: 15px 25px;
  cursor: pointer;
}
.pac-icon {
  display: none;
}
.pac-item-query {
  font-size: 18px;
}
.pac-container,
.pac-item {
  z-index: 2147483647 !important;
}
.pac-container:after {
  display: none !important;
}
.heroCarousel > header {
  overflow: hidden;
  position: relative;
}
.heroCarousel .Hero__root {
  padding: 0;
}
.aem-Grid-newComponent--heroSlide {
  height: 160px !important;
  position: relative;
  margin: 0 auto 20px auto !important;
  max-width: 80%;
}
.aem-Grid-newComponent--heroSlide:before {
  content: 'Add new slide to this Hero Carousel';
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  text-align: center;
}
.aem-Grid-newComponent--heroSlide:after {
  position: absolute;
  bottom: 60px;
  left: 50%;
  width: 50px;
  height: 50px;
  background-image: url(clientlib-all/assets/icons/add-slide-bluedark.svg);
  background-size: contain;
  margin-left: -25px;
  content: ' ';
}
.Hero__slideContent img {
  display: none;
}
.Hero__slideContent .Button__root {
  margin: 0 auto;
}
.Hero__slideContent .richtext {
  padding-bottom: 20px;
}
.cq-Editable-dom--container.hero_slide {
  padding: 0 !important;
}
.Hero__slide--banner {
  height: auto;
  min-height: 0;
}
.Hero__slide--banner .Hero__slideContent {
  position: relative;
  padding-top: 50px;
  padding-bottom: 30px;
  min-height: 200px;
}
.Hero__slide--banner .Hero__slideImage {
  position: absolute;
}
.Hero__slide--small .Hero__slideContent {
  min-height: 300px;
}
.Hero__slide--medium .Hero__slideContent {
  min-height: 450px;
}
.Hero__slide--large .Hero__slideContent {
  min-height: 600px;
}
.Hero__comparison--xxsmall .Hero__slideContent {
  min-height: 212px;
}
.Hero__comparison--xsmall .Hero__slideContent {
  min-height: 264px;
}
.Hero__comparison--small .Hero__slideContent {
  min-height: 295px;
}
.Hero__comparison--medium .Hero__slideContent {
  min-height: 319px;
}
.Hero__comparison--large .Hero__slideContent {
  min-height: 442px;
}
.Hero__comparison--xlarge .Hero__slideContent {
  min-height: 502px;
}
.Hero__slideImage--titleBanner {
  left: 50%;
  transform: translateX(-50%);
  max-width: 1800px;
  border-radius: 8px;
}
.blogpageHero .Button__root {
  margin: 0 auto;
}
.squarcle-svg {
  position: absolute;
  width: 0;
  height: 0;
}
.squarcle {
  position: relative;
  width: 150px;
  height: 150px;
  margin-bottom: 20px;
}
.squarcle-mask {
  position: relative;
  display: block;
  z-index: 1;
  transform: translate3d(-5px, -10px, 0);
}
.squarcle-mask image {
  position: relative;
  transform: translate3d(0, 0, 0);
}
.squarcle-circle {
  border-radius: 50%;
  background: #9AA8B6;
  position: absolute;
  top: -5px;
  left: -5px;
  bottom: 1px;
  right: -5px;
}
.spinner {
  margin: 0 auto;
  width: 70px;
  text-align: center;
}
.spinner > div {
  width: 18px;
  height: 18px;
  background-color: #fff;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}
.spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
@-webkit-keyframes sk-bouncedelay {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
  }
}
@keyframes sk-bouncedelay {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.how-to-modal-link {
  width: 100% !important;
  height: 100%;
  margin-top: -93px;
  font-weight: 500;
  margin-bottom: 72px;
}
.ProductCard__backgroundImage {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 62%;
  background-repeat: no-repeat;
  background-position: 50% 100%;
  background-size: contain;
}
.ProductCardPLP__backgroundImage {
  width: calc(100% - 240px);
  height: 283px;
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  margin: 0 auto;
}
.searchresults-autocomplete {
  position: absolute;
  width: 100%;
  z-index: 70;
  background-color: #fff;
}
.searchresults-suggestion-button {
  display: block;
  text-align: left;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
  line-height: 60px;
}
@media (min-width: 1025px) {
  .searchresults-suggestion-button:hover {
    color: #0180c9;
  }
}
.textimagevideo p {
  line-height: 28px;
}
.ModulePreloader__root {
  width: 66px;
  height: 66px;
  -webkit-animation: ModulePreloader__contanim 2s linear infinite;
  animation: ModulePreloader__contanim 2s linear infinite;
}
.ModulePreloader__root svg {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.ModulePreloader__root svg:first-child circle {
  stroke: #75acc8;
  stroke-dasharray: 1,300;
  stroke-dashoffset: 0;
  -webkit-animation: ModulePreloader__strokeanim 3s 0.2s ease infinite;
  animation: ModulePreloader__strokeanim 3s 0.2s ease infinite;
  -webkit-transform-origin: center center;
  transform-origin: center center;
}
.ModulePreloader__root svg:nth-child(2) circle {
  stroke: #f57e6b;
  stroke-dasharray: 1,300;
  stroke-dashoffset: 0;
  -webkit-animation: ModulePreloader__strokeanim 3s 0.4s ease infinite;
  animation: ModulePreloader__strokeanim 3s 0.4s ease infinite;
  -webkit-transform-origin: center center;
  transform-origin: center center;
}
.ModulePreloader__root svg:nth-child(3) circle {
  stroke: #f4b772;
  stroke-dasharray: 1,300;
  stroke-dashoffset: 0;
  -webkit-animation: ModulePreloader__strokeanim 3s 0.6s ease infinite;
  animation: ModulePreloader__strokeanim 3s 0.6s ease infinite;
  -webkit-transform-origin: center center;
  transform-origin: center center;
}
.ModulePreloader__root svg:nth-child(4) circle {
  stroke: #1e2e3f;
  stroke-dasharray: 1,300;
  stroke-dashoffset: 0;
  -webkit-animation: ModulePreloader__strokeanim 3s 0.8s ease infinite;
  animation: ModulePreloader__strokeanim 3s 0.8s ease infinite;
  -webkit-transform-origin: center center;
  transform-origin: center center;
}
@-webkit-keyframes ModulePreloader__strokeanim {
  0% {
    stroke-dasharray: 1,300;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 120,300;
    stroke-dashoffset: -58.54832;
  }
  to {
    stroke-dasharray: 120,300;
    stroke-dashoffset: -175.64497;
  }
}
@keyframes ModulePreloader__strokeanim {
  0% {
    stroke-dasharray: 1,300;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 120,300;
    stroke-dashoffset: -58.54832;
  }
  to {
    stroke-dasharray: 120,300;
    stroke-dashoffset: -175.64497;
  }
}
@-webkit-keyframes ModulePreloader__contanim {
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
@keyframes ModulePreloader__contanim {
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}

.PageNotFound__wrapper {
  position: relative;
  overflow: hidden;
  text-align: center;
  width: 100%;
  background: radial-gradient(circle at center,hsla(0,0%,100%,.3) 0,hsla(0,0%,100%,0) 100%) #75acc8;
}
.PageNotFound__textContent {
  display: inline-block;
  margin-top: 10vh;
  margin-bottom: 20vh;
}
.PageNotFound__dashedLine {
  position: absolute;
  top: -625px;
  left: -85px;
  width: 740px;
  height: 760px;
  background: transparent url(clientlib-all/assets/images/dashedLine.7b0032d1.png) no-repeat 0 0/cover;
}
.PageNotFound__magnifyingGlass {
  position: absolute;
  top: -85px;
  right: 30px;
  width: 285px;
  height: 177px;
  background: transparent url(clientlib-all/assets/images/magnifyingGlass.0353adbe.png) no-repeat 0 0/cover;
}
.PageNotFound__compass {
  position: absolute;
  bottom: -45px;
  right: -165px;
  width: 145px;
  height: 177px;
  background: transparent url(clientlib-all/assets/images/compass.6a9f3358.png) no-repeat 0 0;
}
.PageNotFound__text {
  color: #fff;
  margin-top: -30px;
  text-align: center;
}
.PageNotFound__button {
  margin: 40px auto 0;
}
.PageNotFound__digits {
  font-family: Core Sans,sans-serif;
  font-size: 370px;
  font-weight: 800;
  letter-spacing: -10px;
  color: #75acc8;
  margin-top: 115px;
}

.h2 {
  font-family:Core Sans,sans-serif;
  font-size:44px;
  font-weight:800;
  line-height:60px
}
.h3 {
  font-family:Core Sans,sans-serif;
  font-size:36px;
  font-weight:normal;
  line-height:32px
}
.h5 {
  font-family:Core Sans,sans-serif;
  font-size:28px;
  font-weight:300;
  line-height:32px
}

.IngredientsList__title {
  font-weight: 400;
  line-height: 32px;
  font-size: 24px;
  letter-spacing: .2px;
  color: #1e2e3f;
}
.NavMobile__root > div > div > section {
  top: auto !important;
}

.NavMobile__root > div > div > section > div > div > p {
  font-size: 15px !important;
}

@media (max-width: 768px) {
  .Hero_slideMobileAdaptedContainer {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }
}
