@font-face {
  font-family: "Material Icons";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url(fonts/material-icons.woff2) format("woff2"), url(fonts/material-icons.woff) format("woff");
}
.material-icons {
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  font-feature-settings: "liga";
}

@font-face {
  font-family: "Material Icons Outlined";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url(fonts/material-icons-outlined.woff2) format("woff2"), url(fonts/material-icons-outlined.woff) format("woff");
}
.material-icons-outlined {
  font-family: "Material Icons Outlined";
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  font-feature-settings: "liga";
}

@font-face {
  font-family: "Material Icons Round";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url(fonts/material-icons-round.woff2) format("woff2"), url(fonts/material-icons-round.woff) format("woff");
}
.material-icons-round {
  font-family: "Material Icons Round";
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  font-feature-settings: "liga";
}

@font-face {
  font-family: "Material Icons Sharp";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url(fonts/material-icons-sharp.woff2) format("woff2"), url(fonts/material-icons-sharp.woff) format("woff");
}
.material-icons-sharp {
  font-family: "Material Icons Sharp";
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  font-feature-settings: "liga";
}

@font-face {
  font-family: "Material Icons Two Tone";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url(fonts/material-icons-two-tone.woff2) format("woff2"), url(fonts/material-icons-two-tone.woff) format("woff");
}
.material-icons-two-tone {
  font-family: "Material Icons Two Tone";
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  font-feature-settings: "liga";
}

.range-slider {
  touch-action: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  user-select: none;
  cursor: pointer;
  display: block;
  position: relative;
  width: 100%;
  height: 8px;
  background: #ddd;
  border-radius: 4px;
}
.range-slider[data-vertical] {
  height: 100%;
  width: 8px;
}
.range-slider[data-disabled] {
  opacity: 0.5;
  cursor: not-allowed;
}
.range-slider .range-slider__thumb {
  position: absolute;
  z-index: 3;
  top: 50%;
  width: 24px;
  height: 24px;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background: #2196f3;
}
.range-slider .range-slider__thumb:focus-visible {
  outline: 0;
  box-shadow: 0 0 0 6px rgba(33, 150, 243, 0.5);
}
.range-slider[data-vertical] .range-slider__thumb {
  left: 50%;
}
.range-slider .range-slider__thumb[data-disabled] {
  z-index: 2;
}
.range-slider .range-slider__range {
  position: absolute;
  z-index: 1;
  transform: translate(0, -50%);
  top: 50%;
  width: 100%;
  height: 100%;
  background: #51adf6;
}
.range-slider[data-vertical] .range-slider__range {
  left: 50%;
  transform: translate(-50%, 0);
}
.range-slider input[type="range"] {
  -webkit-appearance: none;
  pointer-events: none;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  background-color: transparent;
}
.range-slider input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
}
.range-slider input[type="range"]::-moz-range-thumb {
  width: 0;
  height: 0;
  border: 0;
}
.range-slider input[type="range"]:focus {
  outline: 0;
}

:root{--max-width-page: 1440px;--container-padding: 15px;--ui-padding: 15px;--product-table-switch: 500px;--inner-container-padding: 10px;--outer-container-padding: 20px;--shadow-small: 0 1px 1px rgba(0, 0, 0, 0.075), 0 2px 2px rgba(0, 0, 0, 0.075), 0 4px 4px rgba(0, 0, 0, 0.075), 0 8px 8px rgba(0, 0, 0, 0.075);--shadow-large: 0 1px 1px rgba(0, 0, 0, 0.075), 0 2px 2px rgba(0, 0, 0, 0.075), 0 4px 4px rgba(0, 0, 0, 0.075), 0 8px 8px rgba(0, 0, 0, 0.075), 0 16px 16px rgba(0, 0, 0, 0.075), 0 32px 32px rgba(0, 0, 0, 0.075)}@media screen and (min-width: 751px){:root{--container-padding: 15px;--outer-container-padding: 30px}}body{color:var(--text-color)}h1{font-size:var(--font-size-h1-primary)}h2{font-size:var(--font-size-h2-primary)}h3{font-size:var(--font-size-h3-primary)}h4{font-size:var(--font-size-h4-primary)}h5{font-size:var(--font-size-h5-primary)}h6{font-size:var(--font-size-h6-primary)}*,*:after,*:before{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}html,body{margin:0;padding:0;color:var(--text-color);width:100%;-webkit-tap-highlight-color:rgba(255,255,255,0)}html:focus,body:focus{text-decoration:none;color:none;outline:none}main{min-height:calc(100vh - 400px)}.uppercase{text-transform:uppercase}.fa-spin{-webkit-animation:fa-spin 10s infinite linear;animation:fa-spin 10s infinite linear}.image-wrapper{padding:10px}.image-wrapper img{display:flex;align-items:center;justify-content:center;height:auto;width:auto;max-height:100%;max-width:100%;margin:0 auto}.page-content>*{max-width:var(--max-width-page);margin-left:auto;margin-right:auto;padding-left:var(--outer-container-padding);padding-right:var(--outer-container-padding)}.page-content>*.alignfull{max-width:none}.home .breadbrumbs svg path,.archive .breadbrumbs svg path{fill:#fff}.breadcrumbs{display:flex;width:100%;align-items:center;font-size:var(--small-font-size);height:24px;padding:5px 0 0 0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.breadcrumbs a:first-letter{text-transform:uppercase}.breadcrumbs svg,.breadcrumbs span,.breadcrumbs a{display:flex;flex-shrink:0}.breadcrumbs .fa-home-lg{height:11px;padding:0 3px}.breadcrumbs .fa-chevron-right{height:var(--very-small-font-size);width:20px}.btn,.disclaimer__button{background-color:var(--secondary-color);border:none;border-radius:var(--ui-radius);color:var(--text-color-inverted);cursor:pointer;display:inline-flex;padding:var(--ui-padding);text-decoration:none;transition:box-shadow .3s ease;align-items:center;justify-content:center;text-align:center;cursor:pointer}.btn span,.disclaimer__button span{padding-right:6px}.btn svg,.disclaimer__button svg{height:var(--small-font-size)}.btn span,.disclaimer__button span,.btn svg,.disclaimer__button svg{display:flex}.btn:hover,.disclaimer__button:hover,.btn.btn--active,.btn--active.disclaimer__button{text-decoration:none;color:var(--text-color-inverted);box-shadow:0px 0px 0px 4px rgba(0,0,0,.25)}.btn:focus,.disclaimer__button:focus{text-decoration:none;color:none;outline:none}.btn.btn--inverted,.disclaimer__button{background-color:var(--text-color-inverted);color:var(--text-color)}.btn.btn--small,.btn--small.disclaimer__button{padding:calc(.4*var(--ui-padding)) var(--ui-padding);font-size:.9rem}.co-btn{background-color:var(--clickout-color);padding:var(--ui-padding) 0;font-size:1.05rem;display:block}.co-btn img{display:none}.co-btn img.active{display:inline}.button_offer{max-width:160px;display:block;margin:0 auto}.button_offer .btn,.button_offer .disclaimer__button{border:none}.category-tree{margin-top:20px}.cards{--card-padding: 30px;margin-bottom:calc(2*var(--card-padding));margin-top:var(--card-padding)}.cards__cards{display:flex;flex-flow:row wrap;gap:var(--card-padding)}.cards__card{position:relative;width:100%;overflow:hidden;background:var(--ui-color-contrast);border-radius:var(--ui-radius);display:flex;flex-flow:column nowrap;box-shadow:0 0 15px rgba(0,0,0,0);transition:box-shadow .3s ease}.cards__card:hover{box-shadow:0 0 15px rgba(0,0,0,.2)}@media screen and (min-width: 651px)and (max-width: 996px){.cards__card{width:calc(33.33333% - .6666666667*var(--card-padding))}}@media screen and (min-width: 997px)and (max-width: 1199px){.cards__card{width:calc(25% - .75*var(--card-padding))}}@media screen and (min-width: 1200px){.cards__card{width:calc(20% - .8*var(--card-padding))}}@media screen and (min-width: 651px)and (max-width: 996px),screen and (min-width: 997px)and (max-width: 1199px){.main .cards__card{width:calc(50% - .5*var(--card-padding))}}@media screen and (min-width: 1200px){.main .cards__card{width:calc(33.33333% - .6666666667*var(--card-paddingg))}}.cards__card__flag{position:absolute;background-color:var(--accent-color);top:10%;padding:calc(.8*var(--ui-padding));font-size:1rem}.cards__card__flag::after{position:absolute;top:0;right:calc(-1.3*var(--ui-padding));height:100%;content:" ";border-right:calc(.8*var(--ui-padding) + .5rem) solid transparent;border-top:calc(.9*var(--ui-padding) + .5rem) solid var(--accent-color);border-bottom:calc(.9*var(--ui-padding) + .5rem) solid var(--accent-color)}.cards__card__image{background-color:var(--ui-color);padding:calc(2*var(--ui-padding));display:block;height:220px}.cards__card__image__img{width:100%;height:100%;object-fit:contain}.cards__card__parent{font-size:.8rem;padding:calc(.5*var(--ui-padding)) var(--ui-padding);background-color:rgba(0,0,0,.1);text-align:left;z-index:2;width:100%}.cards__card__title{display:block;height:calc(2*var(--font-size-h2-primary) + 2*var(--ui-padding));padding:var(--ui-padding);font-weight:var(--font-weight-bold-primary);font-size:var(--font-size-h2-primary);overflow:hidden}.cards__card__title:first-letter{text-transform:uppercase}.cards__card__subline{padding:var(--ui-padding);display:flex;justify-content:space-between}.cards__card__price span{display:block;font-size:.8rem;color:var(--text-color-inverted)}@media screen and (max-width: 650px){.cards__card__button{padding:calc(.5*var(--ui-padding))}}.cards__card__button:only-child{flex-grow:2}.show-prices .cards__card__button:only-child{flex-grow:0;margin-left:auto}.card-list{background-color:#fff;border-bottom:1px solid var(--ui-color-contrast);padding:20px 0;position:relative}.card-list ul{padding:0 15px;margin:0;list-style:none}@media screen and (max-width: 687px){.card-list ul{column-count:1;-moz-column-count:1;-webkit-column-count:1}}@media screen and (min-width: 688px)and (max-width: 980px){.card-list ul{column-count:2;-moz-column-count:2;-webkit-column-count:2}}@media screen and (min-width: 981px)and (max-width: 1280px){.card-list ul{column-count:3;-moz-column-count:3;-webkit-column-count:3}}@media screen and (min-width: 1280px)and (max-width: 1690px),screen and (min-width: 1691px){.card-list ul{column-count:4;-moz-column-count:4;-webkit-column-count:4}}.card-list ul li{width:100%;text-align:left;margin:0 10px 15px 0;break-inside:column;-webkit-column-break-inside:avoid;break-inside:avoid-column;page-break-inside:avoid;display:table}.card-list ul li a{display:flex;align-items:center}.card-list ul li a:first-letter{text-transform:uppercase}.card-list ul li a span,.card-list ul li a svg{display:flex}.card-list ul li a svg{padding-left:12px;height:var(--medium-small-font-size)}.container,.post-content,footer .footer-bottom,footer .footer-center,footer .footer-top{position:relative;display:block;margin:0 auto;max-width:var(--max-width-page);padding:0 var(--container-padding)}@media screen and (min-width: 1280px)and (max-width: 1690px){.container .grid-lg-hidden,.post-content .grid-lg-hidden,footer .footer-bottom .grid-lg-hidden,footer .footer-center .grid-lg-hidden,footer .footer-top .grid-lg-hidden{display:none}}@media screen and (min-width: 688px)and (max-width: 980px){.container .grid-md-hidden,.post-content .grid-md-hidden,footer .footer-bottom .grid-md-hidden,footer .footer-center .grid-md-hidden,footer .footer-top .grid-md-hidden{display:none}}@media screen and (max-width: 687px){.container .grid-sm-hidden,.post-content .grid-sm-hidden,footer .footer-bottom .grid-sm-hidden,footer .footer-center .grid-sm-hidden,footer .footer-top .grid-sm-hidden{display:none}}footer{display:inline-block;width:100%;color:var(--text-color-inverted);line-height:1.6;font-size:var(--medium-small-font-size);background-color:var(--button-dark);padding-top:50px}footer h2{font-size:1.2rem}footer a{color:var(--text-color-inverted)}footer a:hover{color:var(--secondary-color)}footer .footer-center{display:flex;flex-flow:row wrap;padding:0 var(--container-padding);margin:30px auto 50px}footer .footer-center .footer-area{width:33.333%}@media screen and (max-width: 650px),screen and (min-width: 651px)and (max-width: 996px){footer .footer-center .footer-area{width:100%}footer .footer-center .footer-area:last-child{text-align:center}}footer .footer-center ul{list-style:none;padding-left:0}footer .footer-center ul li{padding-bottom:6px}footer .footer-bottom{display:grid;grid-template-columns:2fr 1fr;padding:0 15px}@media screen and (max-width: 650px),screen and (min-width: 651px)and (max-width: 996px){footer .footer-bottom{grid-template-columns:1fr;text-align:center}}footer .footer-bottom p{font-size:.7rem}footer .footer-bottom .footer-area:last-child{text-align:right}.page-header{position:relative;background-color:var(--ui-color);padding:var(--inner-container-padding);z-index:100}@media screen and (min-width: 751px){.page-header{padding:var(--ui-padding) 0}}.home .page-header{background-color:transparent}.page-header .container,.page-header .post-content,.page-header footer .footer-top,footer .page-header .footer-top,.page-header footer .footer-center,footer .page-header .footer-center,.page-header footer .footer-bottom,footer .page-header .footer-bottom{display:flex;flex-direction:row nowrap;justify-content:space-between;height:55px;align-items:center}.page-header__logo{width:200px}@media screen and (min-width: 751px){.page-header__logo{width:230px}}.page-header__logo a{display:block;line-height:1}.page-header__logo img{max-width:100%;height:auto}.page-header__menu-toggle{display:flex;align-items:center;gap:5px}.page-header__toggle-button{background:transparent;border:none;cursor:pointer;height:40px;display:flex;align-items:center;color:var(--text-color);font-weight:400;font-size:26px;line-height:38px}@media screen and (max-width: 687px){.page-header__toggle-button{font-size:1rem}}.page-header__toggle-button__text{margin-right:15px}@media screen and (max-width: 687px){.page-header__toggle-button__text{display:none;font-size:1rem}}.page-header__toggle-button__img rect{transition:transform .2s ease-in-out}.page-header__toggle-button svg .top-rect{transform:translate(0px, 3px)}.page-header__toggle-button svg .bottom-rect{transform:translate(0px, 17px)}.page-header__toggle-button:hover svg .top-rect{transform:translate(0px, 0px)}.page-header__toggle-button:hover svg .bottom-rect{transform:translate(0px, 20px)}.main-nav{visibility:hidden;opacity:0;position:fixed;width:100%;height:100vh;top:0;z-index:120;background-color:var(--primary-color)}.main-nav__background{height:100%;background-color:#fff}.main-nav .container,.main-nav .post-content,.main-nav footer .footer-top,footer .main-nav .footer-top,.main-nav footer .footer-center,footer .main-nav .footer-center,.main-nav footer .footer-bottom,footer .main-nav .footer-bottom{display:flex;flex-direction:column;padding-top:var(--container-padding);height:100%}@media screen and (max-width: 687px){.main-nav .container,.main-nav .post-content,.main-nav footer .footer-top,footer .main-nav .footer-top,.main-nav footer .footer-center,footer .main-nav .footer-center,.main-nav footer .footer-bottom,footer .main-nav .footer-bottom{padding-top:16px}}.main-nav__header{display:flex;flex-direction:row;justify-content:space-between;height:54px}.main-nav__logo{width:230px}@media screen and (max-width: 687px){.main-nav__logo{padding-top:3px;width:180px}}.main-nav__logo a{display:block;line-height:1}.main-nav__logo img{max-width:100%;height:auto}.main-nav__toggle-button{background:transparent;border:none;cursor:pointer;height:40px;font-size:1.5rem;font-weight:200;display:flex;align-items:center}@media screen and (max-width: 687px){.main-nav__toggle-button{font-size:1rem}}.main-nav__toggle-button__text{margin-right:15px}@media screen and (max-width: 687px){.main-nav__toggle-button__text{display:none;font-size:1rem}}.main-nav__toggle-button__img rect{transition:transform .2s ease-in-out}.main-nav__toggle-button:hover svg .top-rect{transform:translate(0px, 0px)}.main-nav__toggle-button:hover svg .bottom-rect{transform:translate(0px, 20px)}.main-nav .main-nav__content{display:flex;flex-direction:row;flex-grow:1;align-items:center}.main-nav__categories ul{margin:0;padding:0;list-style:none;columns:2}@media screen and (max-width: 650px){.main-nav__categories ul{columns:1}}.main-nav__categories ul li{display:block;line-height:1.4em;font-size:clamp(25px,3vw,42px)}.main-nav .main-nav__about{display:none}.main-nav .main-nav__footer{display:none;height:200px;background:blue}@font-face{font-family:"FinalCheck";src:url(fonts/FinalCheck.eot?4x45d9);src:url(fonts/FinalCheck.eot?4x45d9#iefix) format("embedded-opentype"),url(fonts/FinalCheck.ttf?4x45d9) format("truetype"),url(fonts/FinalCheck.woff?4x45d9) format("woff"),url(images/FinalCheck.svg?4x45d9#FinalCheck) format("svg");font-weight:normal;font-style:normal;font-display:block}html,body,*{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,"Open Sans","Helvetica Neue",sans-serif}html{line-height:1.3}html,body{font-size:var(--font-size-primary)}b,strong{font-weight:var(--font-weight-bold-primary)}a{color:var(--text-color);text-decoration:none}a:hover{color:var(--text-color);text-decoration:underline;text-decoration-skip:ink;cursor:pointer}h1,h2,h3,h4,h5,h6{font-weight:var(--font-weight-bold-primary)}h1{padding:20px 0 10px 0;margin:0}@media screen and (min-width: 1280px)and (max-width: 1690px),screen and (min-width: 1691px){h1{font-size:2rem}}@media screen and (min-width: 981px)and (max-width: 1280px){h1{font-size:1.75rem}}@media screen and (min-width: 688px)and (max-width: 980px),screen and (max-width: 687px){h1{font-size:1.5rem}}h2{padding:15px 0 10px 0;margin:0}@media screen and (min-width: 1280px)and (max-width: 1690px),screen and (min-width: 1691px){h2{font-size:1.75rem}}@media screen and (min-width: 981px)and (max-width: 1280px){h2{font-size:1.5rem}}@media screen and (min-width: 688px)and (max-width: 980px),screen and (max-width: 687px){h2{font-size:1.25rem}}h3{font-size:1.25rem;padding:10px 0 5px 0;margin:0}@media screen and (min-width: 1280px)and (max-width: 1690px),screen and (min-width: 1691px){h3{font-size:1.5rem}}h4{font-size:1rem;padding:10px 0 5px 0;margin:0}p{margin-top:0;margin-bottom:10px;line-height:1.6;font-size:var(--medium-small-font-size)}ul li{line-height:1.4}dd{line-height:1.4}i.fa{font-family:"Font Awesome 5 Free"}.post-content p{font-size:var(--medium-font-size)}.post-content a:not(.btn):not(.disclaimer__button){text-decoration:underline}.post-content ul li{font-size:var(--medium-font-size)}.post-content h3{padding:30px 0 15px 0;clear:both}.post-content h4{padding:20px 0 15px 0;clear:both}.post-content h5{padding:15px 0 10px 0;margin:0;font-size:var(--medium-font-size);clear:both}.post-table .sticky-top{position:sticky;top:0;left:0;margin:-179px auto auto 0;width:100%;z-index:0;transition:top .3s ease-in-out,opacity .2s ease-in-out,height .2s ease-in-out;box-shadow:0 12px 10px -10px rgba(0,0,0,.6);visibility:hidden;opacity:0;transition:visibility 0s .1s,opacity .1s linear;height:179px;display:none}@media(min-width: 500px){.post-table .sticky-top{display:block}}@media screen and (max-width: 650px){.post-table .sticky-top{display:none}}.post-table .sticky-top .product-table__wrapper{padding:0;height:100%}.post-table .sticky-top .product-table-sticky{height:100%}.model-sticky .post-table .sticky-top{z-index:10;top:65px}@media screen and (min-width: 651px)and (max-width: 996px),screen and (min-width: 981px)and (max-width: 1280px),screen and (min-width: 1280px)and (max-width: 1690px),screen and (min-width: 1691px){.model-sticky .post-table .sticky-top{top:0;visibility:visible;opacity:1;transition:opacity .3s linear}}.post-table .sticky-top .product,.post-table .sticky-top .labels{width:100%;flex-grow:0}@media(min-width: 500px){.post-table .sticky-top .product,.post-table .sticky-top .labels{border-top:none !important;display:flex;flex-flow:column nowrap;flex-shrink:0;width:33.3333333333%}}@media(min-width: 700px){.post-table .sticky-top .product,.post-table .sticky-top .labels{width:25%}}@media(min-width: 800px){.post-table .sticky-top .product,.post-table .sticky-top .labels{width:20%}}@media(min-width: 1000px){.post-table .sticky-top .product,.post-table .sticky-top .labels{width:16.6666666667%}}@media(min-width: 1200px){.post-table .sticky-top .product,.post-table .sticky-top .labels{width:14.2857142857%}}@media(min-width: 1400px){.post-table .sticky-top .product,.post-table .sticky-top .labels{width:12.5%}}.post-table .sticky-top .labels{border:none;border-right:1px solid var(--comparison-border-color);border-left:1px solid var(--comparison-border-color)}@media(min-width: 500px){.post-table .sticky-top .labels{position:sticky;left:0;z-index:4}}.post-table .sticky-top .labels .row{border:none}.post-table .sticky-top .branding{display:flex;align-items:center;justify-content:center;height:100%}.post-table .sticky-top .branding__logo{display:block;width:95%;background-position:center center;background-repeat:no-repeat;background-size:cover;padding:5px}.post-table .sticky-top .branding__logo img{max-width:100%;height:auto}.post-table .sticky-top .product{border-top:none;border-bottom:none}.post-table .sticky-top .product.highlight{border-bottom-width:1px;border-top-width:1px}.post-table .sticky-top .product.highlight-recommendation::before{top:32px}.post-table .sticky-top .product__badge{height:24px;font-size:.7rem;line-height:15px;padding:5px 4px 4px;background-color:#fff;border-bottom:none;border-right:1px solid #ccc !important;position:static !important;z-index:1 !important;width:calc(100% + 20px) !important;margin-left:-10px;border-radius:0 !important;opacity:1 !important;box-shadow:none !important}.post-table .sticky-top .product__name{height:15px;font-size:.75rem;border-bottom:none;padding:4px 10px}.post-table .sticky-top .product__name .value{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.post-table .sticky-top .product__image{height:60px;border-bottom:none}.post-table .sticky-top .product__image img{max-width:50px;max-height:50px}.post-table .sticky-top .product>.row{border:none !important}.badge-logo-background{fill:var(--badge-background-color);rx:var(--ui-radius)}.badge-box-shadow{fill:#000;fill-opacity:.14;rx:var(--ui-radius)}.badge-box-stroke{fill:#fff;opacity:.4;rx:var(--ui-radius)}.badge-background{fill:var(--badge-background-color);rx:calc(var(--ui-radius) - 2px)}.badge-circle{transition:transform .4s ease-in-out}.badge-circle-2{transition-delay:.1s}.badge-circle-3{transition-delay:.2s}.badge-circle-4{transition-delay:.3s}.badge-circles-mask{rx:var(--ui-radius)}.badge-score{fill:#fff;font-size:40px;font-weight:var(--font-weight-bold-primary);letter-spacing:.1rem}.badge.is_wording .badge-score{font-size:30px}.badge-score-max{font-size:16px}.badge-subline{fill:#fff;font-size:15px;opacity:.4}.badge-medal-shadow{fill:#000;opacity:.2}.badge-medal-inner{fill:var(--highlight-color)}.badge-medal-outer{fill:var(--highlight-color);box-shadow:0 0 4px rgba(0,0,0,.5);filter:brightness(0.9)}.badge-medal-ribbon1{fill:#000;opacity:.25}.badge-medal-ribbon2{fill:#fff;opacity:.25}.badge-recommendation-text{fill:#fff;font-size:16px;font-weight:bold}.badge-diamond-sparkle{transform-origin:61% 38%}.badge:hover .badge-circle{transform:scale(1.1)}.badge:hover .badge-diamond-sparkle{animation:diamondsparkle 2s linear infinite}@keyframes diamondsparkle{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.frontpage-hero{padding:0;padding-top:var(--outer-container-padding);margin-bottom:calc(2*var(--ui-padding))}.frontpage-hero__background{position:absolute;z-index:-1;filter:blur(40px);width:100%;overflow:hidden;top:0;left:0;width:100%;height:100%;transform:translate3d(0, 0, 0)}@media screen and (min-width: 751px){.frontpage-hero__background{filter:blur(140px)}}@media screen and (min-width: 1280px){.frontpage-hero__background{min-height:700px}}.frontpage-hero__background__circle1{position:absolute;background-color:#0096ff;border-radius:50%;width:120%;aspect-ratio:1/1;left:85%;top:10%;transform:translate(-110%)}@media screen and (min-width: 751px){.frontpage-hero__background__circle1{left:60%;width:42%;top:20%}}@media screen and (min-width: 1280px){.frontpage-hero__background__circle1{width:60%;top:13%}}.frontpage-hero__background__circle2{position:absolute;background-color:#eaff73;border-radius:50%;width:70%;aspect-ratio:1/1;right:50%;top:50%;transform:translate(100%)}@media screen and (min-width: 751px){.frontpage-hero__background__circle2{width:40%;top:45%}}@media screen and (min-width: 1280px){.frontpage-hero__background__circle2{width:30%}}.frontpage-hero__content{display:grid;grid-template-columns:1fr}@media screen and (min-width: 751px){.frontpage-hero__content{grid-template-columns:1fr 1fr}}@media screen and (min-width: 1280px){.frontpage-hero__content{grid-template-columns:4fr 4fr 3fr}}@media screen and (min-width: 751px){.frontpage-hero__title{padding:40px 20px 0 0}}@media screen and (min-width: 1280px){.frontpage-hero__title{padding-top:60px}}.frontpage-hero__title h1{font-size:10vw;line-height:1.1}.frontpage-hero__title h1 span{color:var(--text-color-inverted);font-weight:700}@media screen and (min-width: 751px){.frontpage-hero__title h1{font-size:60px}}@media screen and (min-width: 1280px){.frontpage-hero__title h1{font-size:60px}}.frontpage-hero__title p{display:none;font-size:18px}@media screen and (min-width: 751px){.frontpage-hero__title p{display:block}}.frontpage-hero__image{padding:20px 0 60px 0}@media screen and (min-width: 751px){.frontpage-hero__image{padding:60px 0 0 0}}.frontpage-hero__image__container{position:relative;display:grid;place-items:center}.frontpage-hero__image img{width:88%;max-width:400px}@media screen and (min-width: 751px){.frontpage-hero__image img{width:400px}}.frontpage-hero__image__stat{box-shadow:var(--shadow-large);border-radius:10px}.frontpage-hero__image__stat .stats__background{fill:var(--ui-color);opacity:.95}.frontpage-hero__image__stat .stats__header{font-size:9px;font-weight:bold;fill:var(--text-color)}.frontpage-hero__image__stat--stat1{position:absolute;z-index:1;left:5%;bottom:0;max-width:40%}.frontpage-hero__image__stat--stat1 .stats__rank__text{font-size:12px;font-weight:bold;fill:var(--ui-color-contrast-strong)}.frontpage-hero__image__stat--stat1 .stats__rank__line1{fill:var(--ui-color-contrast)}.frontpage-hero__image__stat--stat1 .stats__rank__line2{fill:var(--ui-color-contrast)}.frontpage-hero__image__stat--stat1 .stats__rank.active .stats__rank__text{font-size:21px;fill:var(--secondary-color);transform:translate(-3px, 0)}.frontpage-hero__image__stat--stat1 .stats__rank.active .stats__rank__line1{fill:var(--secondary-color)}.frontpage-hero__image__stat--stat2{position:absolute;z-index:1;right:5%;bottom:-20px;max-width:40%}.frontpage-hero__image__stat--stat2 .stats__rank__text{font-size:10px;font-weight:bold;fill:var(--ui-color-contrast-strong)}.frontpage-hero__image__stat--stat2 .stats__rank__line{fill:var(--ui-color-contrast)}.frontpage-hero__image__stat--stat2 .stats__rank.active .stats__rank__line{fill:var(--secondary-color)}.frontpage-hero__featured{padding:0;padding-top:calc(2*var(--container-padding));position:relative;width:100%}@media screen and (min-width: 751px){.frontpage-hero__featured{margin-right:auto;grid-area:2/1/3/3}}@media screen and (min-width: 1280px){.frontpage-hero__featured{padding-top:0;width:100%;background-image:url(images/hero_separator.png);background-repeat:no-repeat;background-position:left center;background-size:14%;padding:0 0 0 calc(3*var(--ui-padding));grid-area:1/3/2/4}}.frontpage-hero__featured__title{font-size:26px;font-weight:bold;margin-bottom:var(--ui-padding)}@media screen and (min-width: 751px){.frontpage-hero__featured__title{font-weight:normal}}.frontpage-hero__featured__carousel{position:relative;overflow-x:scroll;-ms-overflow-style:none;scrollbar-width:none;margin-left:calc(-1*var(--outer-container-padding));margin-right:calc(-1*var(--outer-container-padding));max-width:100vw}.frontpage-hero__featured__carousel::-webkit-scrollbar{display:none}@media screen and (min-width: 1280px){.frontpage-hero__featured__carousel{margin:0}}.frontpage-hero__featured__carousel__items{display:flex;flex-flow:row nowrap;gap:calc(2*var(--ui-padding));padding-left:var(--outer-container-padding);padding-right:var(--outer-container-padding);width:fit-content}@media screen and (min-width: 1280px){.frontpage-hero__featured__carousel__items{padding:0;flex-flow:column nowrap}}.frontpage-hero__featured__carousel__item{width:350px;max-width:80vw;flex-shrink:0}@media screen and (min-width: 751px){.frontpage-hero__featured__carousel__item{width:350px}}@media screen and (min-width: 1280px){.frontpage-hero__featured__carousel__item{max-width:335px;width:100%}.frontpage-hero__featured__carousel__item:not(:nth-child(-n+2)){display:none}}.frontpage-hero__featured__carousel__scroller{position:absolute;top:0;right:0;width:40px;background-color:#fff;border-radius:calc(2*var(--ui-radius));box-shadow:var(--shadow-large);height:100%;display:grid;place-items:center}.frontpage-hero__featured__carousel__scroller span{content:""}@media screen and (min-width: 1280px){.frontpage-hero__featured__carousel__scroller{top:auto;bottom:36px;left:calc(3*var(--ui-padding));width:80%;height:40px}}.frontpage-hero__featured__carousel__scroller .icon{font-size:30px}.extended-card{--inner-padding: calc(1.3 * var(--ui-padding));background-color:var(--ui-color);border-radius:calc(2*var(--ui-radius));padding:var(--inner-padding) 0 0 0;border:4px solid rgba(0,0,0,.3);display:flex;flex-direction:column}.extended-card .extended-card__title{padding:0 var(--inner-padding) var(--inner-padding);margin:0;font-size:20px;color:var(--text-color);white-space:nowrap;overflow:hidden;width:100%;text-overflow:ellipsis}.extended-card .extended-card__subtitle{padding:0 var(--inner-padding);font-size:12px;color:var(--ui-color-contrast);margin-bottom:-3px}.extended-card .extended-card__content{padding:0 var(--inner-padding) var(--inner-padding);display:flex;flex-flow:row nowrap;gap:var(--ui-padding)}.extended-card .extended-card__image img{max-width:100px;display:block}.extended-card .extended-card__excerpt{font-size:13px;font-style:italic}.extended-card .extended-card__meta{border-top:1px solid var(--ui-color-contrast);padding:calc(.4*var(--inner-padding));display:flex;justify-content:space-between;margin-top:auto}.extended-card .extended-card__author{display:flex;flex-flow:row nowrap}.extended-card .extended-card__author__image{margin-right:calc(.5*var(--inner-padding));background-image:url(images/author_placeholder.png);background-repeat:no-repeat;background-size:cover;height:35px;aspect-ratio:1/1;border-radius:50%}.extended-card .extended-card__author__name{font-size:14px}.extended-card .extended-card__author__title{font-size:12px;color:var(--ui-color-contrast)}.extended-card .extended-card__button .btn,.extended-card .extended-card__button .disclaimer__button{height:100%}.related-categories{position:relative}@media screen and (max-width: 650px){.related-categories{display:none}}.related-categories__categories{display:flex;flex-flow:row wrap;gap:15px 15px;position:relative;scrollbar-width:none}.related-categories__categories::-webkit-scrollbar{display:none}.related-categories__category__title{white-space:nowrap}.related-categories__category__title:first-letter{text-transform:uppercase}.related-categories__category__image{display:block;width:calc(2*var(--ui-padding));margin-right:calc(.3*var(--ui-padding))}.related-categories__category__image img{display:block;height:24px;width:24px;object-fit:contain}.mobile-search-toggle{font-size:30px;line-height:1}@media screen and (min-width: 997px)and (max-width: 1199px),screen and (min-width: 1200px){.mobile-search-toggle{display:none}}.search{height:50px;display:none;position:absolute;top:60px;width:calc(100% - 2*var(--container-padding));--empty-color: #e8e8e8;--empty-color-dark: #b9b9b9}.search.mobile-search-open{display:initial}@media screen and (min-width: 997px)and (max-width: 1199px),screen and (min-width: 1200px){.search{display:initial;position:relative;top:0;width:auto}}.search__container{display:flex;flex-direction:column;padding:0px;background-color:var(--ui-color);border-radius:var(--ui-radius);position:absolute;z-index:1000;overflow:hidden;box-shadow:0px 0px 0px 2px rgba(0,0,0,.1);width:100%}@media screen and (min-width: 997px)and (max-width: 1199px),screen and (min-width: 1200px){.search__container{width:500px;transform:translateX(-50%)}}.search--open .search__container{pointer-events:auto;opacity:1;box-shadow:0px 0px 0px 4px rgba(0,0,0,.25)}.search__filters{display:flex;flex-direction:row;align-items:flex-start;gap:10px;align-items:stretch;transition:max-height .25s ease,padding .5s ease,opacity .125s ease .1s;max-height:0px;overflow:hidden;padding:0px 10px;opacity:0}@media screen and (min-width: 997px)and (max-width: 1199px),screen and (min-width: 1200px){.search__filters{gap:25px;padding:0px 25px}}.search--showing-results .search__filters{padding:13px 15px 0px;max-height:500px;border-bottom:1px solid var(--ui-color-contrast);transition:max-height .5s ease,padding .5s ease;overflow:initial;opacity:1}@media screen and (min-width: 997px)and (max-width: 1199px),screen and (min-width: 1200px){.search--showing-results .search__filters{padding:13px 25px 0px}}.search__filters--btn{cursor:pointer;display:flex;flex-direction:row;align-items:center;padding:0px 5px 10px;margin-bottom:-1px;gap:7px;font-weight:700;font-size:14px;line-height:17px;transition:color .5s ease;color:var(--ui-color-contrast-strong);border-bottom:2px solid rgba(0,0,0,0)}@media screen and (min-width: 997px)and (max-width: 1199px),screen and (min-width: 1200px){.search__filters--btn{padding:0px 10px 10px}}.search__filters--btn:hover{color:var(--text-color)}.search__filters--active{border-bottom:2px solid var(--text-color);color:var(--text-color)}.search__filters--count-container{width:25px;display:flex;justify-content:center}.search__filters--count{color:#7b7b7b;background:#e1e1e1;border-radius:3px;padding:2px 4px}.search__input-area{display:flex;align-items:center;padding:0 10px;height:45px}@media screen and (min-width: 997px)and (max-width: 1199px),screen and (min-width: 1200px){.search__input-area{padding:0 25px}}.search__input-area--loading-container{display:flex;align-items:center;position:relative;width:33px;height:32px}.search__input-area--searchable:hover{cursor:pointer}.search__input-area--icon{position:absolute}.search__input-area--search-icon{font-size:32px;color:var(--ui-color-contrast);opacity:1;transition:opacity .25s linear .125s,transform .25s linear .125s}.is-loading .search__input-area--search-icon{opacity:0;transform:scale(0.25);transition:opacity .25s linear,transform .25s linear}.search__input-area--loading-icon{--PI: 3.14159265358979;--size: 25px;--width: 10px;--length: calc(2 * (50 - var(--width)) * var(--PI));position:relative;width:var(--size);height:var(--size);opacity:0;transform:scale(0.25);transition:opacity .25s linear,transform .25s linear}.is-loading .search__input-area--loading-icon{opacity:1;transform:scale(1);transition:opacity .25s linear .125s,transform .25s linear .125s}.search__input-area--loading-icon .circular-loader{animation:rotate 2s linear infinite;height:100%;transform-origin:center center;width:100%;position:absolute}.search__input-area--loading-icon .loader-path{stroke-dasharray:var(--length),calc(var(--length)*2);stroke-dashoffset:-50;animation:dash 1.5s ease-in-out infinite,color 3s ease-in-out infinite;stroke-linecap:round;r:calc(50px - var(--width));stroke-width:var(--width);stroke:#ccc}@keyframes rotate{100%{transform:rotate(360deg)}}@keyframes dash{0%{stroke-dasharray:1,300;stroke-dashoffset:0}50%{stroke-dasharray:200,300;stroke-dashoffset:-35}100%{stroke-dasharray:200,300;stroke-dashoffset:-260}}@keyframes color{0%{stroke:#ccc}40%{stroke:#3a87c9}66%{stroke:#ccc}80%,90%{stroke:#3a87c9}}.search__input-area--clear-btn{display:none;font-weight:400;font-size:15px;line-height:18px;text-decoration-line:underline;color:var(--text-color);cursor:pointer}@media screen and (min-width: 997px)and (max-width: 1199px),screen and (min-width: 1200px){.search__input-area--clear-btn{display:initial}}.search__input-area--close-btn{font-size:30px;line-height:1}@media screen and (min-width: 997px)and (max-width: 1199px),screen and (min-width: 1200px){.search__input-area--close-btn{display:none}}.search__input{border:none;outline:none;font-weight:274;line-height:43px;width:100%;margin:0;height:50px;padding:0px 0px 0px 20px;font-weight:500;font-size:22px;line-height:26px;color:var(--text-color);background-color:rgba(0,0,0,0)}.search__input::placeholder{font-weight:400;font-size:20px;line-height:24px;color:var(--ui-color-contrast)}.search__suggestions{background-color:var(--ui-color);max-height:0px;overflow:scroll;scrollbar-width:none;transition:max-height .25s ease,opacity .25s,padding .25s ease;padding:0;opacity:0}.search__suggestions--no-results{padding:16px 0 20px 0 !important}.search__suggestions::-webkit-scrollbar{display:none}.search--showing-results .search__suggestions{padding:9px 0 0 0;max-height:440px;transition:max-height .5s ease,min-height .5s ease,padding .5s ease;opacity:1}.search__suggestions>ul{margin:0;padding-left:0px;list-style:none}.search__suggestions>ul>li{list-style:none;display:flex;align-items:center;height:62px;position:relative;padding:0 15px;transition:all .1s ease}@media screen and (min-width: 997px)and (max-width: 1199px),screen and (min-width: 1200px){.search__suggestions>ul>li{padding:0 25px;height:72px}}.search__suggestions>ul>li:not(:last-child){border-bottom:1px solid #ededed}.search__suggestions>ul>li>div{z-index:1}.search__suggestions>ul>li .list-item__bg-link{position:absolute;inset:0}.search__suggestions>ul>li .list-item__image{width:42px;height:42px;text-align:center;margin-right:24px;flex-shrink:0}.search__suggestions>ul>li .list-item__title{overflow:hidden}.search__suggestions>ul>li .list-item__title h4{padding:0;font-weight:590;font-size:16px;line-height:19px;color:var(--text-color);overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.search__suggestions>ul>li .list-item__title a{color:var(--text-color)}.search__suggestions>ul>li .list-item__subtitle{display:none;font-weight:400;font-size:14px;line-height:19px;color:var(--ui-color-contrast);overflow:hidden;white-space:nowrap;text-overflow:ellipsis;margin-top:4px}@media screen and (min-width: 997px)and (max-width: 1199px),screen and (min-width: 1200px){.search__suggestions>ul>li .list-item__subtitle{display:initial}}.search__suggestions>ul>li .list-item__subtitle a{color:var(--text-color)}.search__suggestions>ul>li .list-item__new-tab{margin-left:auto;display:none}.search__suggestions>ul>li .list-item__new-tab a{display:flex;white-space:nowrap;color:var(--ui-color-contrast);font-weight:700;font-size:12px;line-height:14px}.search__suggestions>ul>li .list-item__new-tab a img{height:13px;width:13px;margin-right:6px}.search__suggestions>ul>li img{max-width:42px;max-height:42px}.search__suggestions>ul>li:hover,.search__suggestions>ul>li.selected{background-color:var(--ui-color-contrast)}.search__suggestions>ul>li:hover .list-item__image a img,.search__suggestions>ul>li.selected .list-item__image a img{box-shadow:0px 0px 0px 3px rgba(255,255,255,.4);border-radius:2px}.search__suggestions>ul>li:hover .list-item__subtitle,.search__suggestions>ul>li.selected .list-item__subtitle{color:var(--ui-color)}@media screen and (min-width: 651px)and (max-width: 996px),screen and (min-width: 997px)and (max-width: 1199px),screen and (min-width: 1200px){.search__suggestions>ul>li:hover .list-item__new-tab,.search__suggestions>ul>li.selected .list-item__new-tab{display:initial}.search__suggestions>ul>li:hover .list-item__new-tab--link,.search__suggestions>ul>li.selected .list-item__new-tab--link{display:flex;align-items:center;text-decoration:none;color:var(--ui-color)}.search__suggestions>ul>li:hover .list-item__new-tab--icon,.search__suggestions>ul>li.selected .list-item__new-tab--icon{font-size:22px}.search__suggestions>ul>li:hover .list-item__new-tab--text:hover,.search__suggestions>ul>li.selected .list-item__new-tab--text:hover{text-decoration:underline}}.search__suggestions>ul .empty{--empty-animation-delay: -1.25s}.search__suggestions>ul .empty:nth-child(2){--empty-animation-delay: -1.00s}.search__suggestions>ul .empty:nth-child(3){--empty-animation-delay: -0.75s}.search__suggestions>ul .empty:nth-child(4){--empty-animation-delay: -0.50s}.search__suggestions>ul .empty:nth-child(5){--empty-animation-delay: -0.25s}.search__suggestions>ul .empty:nth-child(6){--empty-animation-delay: 0s}.search__suggestions>ul .empty__image{background-color:var(--empty-color)}.search__suggestions>ul .empty__title{width:40%}.search__suggestions>ul .empty__title--text{background-color:var(--empty-color);width:100%;height:19px}.search__suggestions>ul .empty__subtitle{background-color:var(--empty-color);width:80%;height:19px}.search__suggestions>ul .empty__background{animation-name:empty-color;animation-duration:1.25s;animation-delay:var(--empty-animation-delay);animation-iteration-count:infinite;animation-direction:alternate-reverse;animation-timing-function:ease}@keyframes empty-color{from{background-color:var(--empty-color)}to{background-color:var(--empty-color-dark)}}.search__suggestions h3{padding:0;font-weight:274;font-size:36px;line-height:43px;color:var(--ui-color-contrast-strong)}.search__no-results{font-weight:700;font-size:16px;line-height:19px;text-align:center;color:var(--ui-color-contrast-strong);justify-content:center;height:36px !important}.search input[type=search]::-webkit-search-decoration,.search input[type=search]::-webkit-search-cancel-button,.search input[type=search]::-webkit-search-results-button,.search input[type=search]::-webkit-search-results-decoration{display:none}.shopping-search{--empty-color: #e8e8e8;--empty-color-dark: #b9b9b9}@media(min-width: 768px){.shopping-search{grid-template-columns:300px 1fr}}.shopping-search__header{position:relative}.shopping-search__header h1{margin:0 auto 10px auto;font-size:1.4rem;font-weight:600;color:var(--ui-color-contrast-strong)}@media(min-width: 768px){.shopping-search__header h1{margin:20px auto 15px auto;font-size:1.8rem}}.shopping-search__header h1 span{display:block;font-size:2rem;color:var(--text-color)}@media(min-width: 768px){.shopping-search__header h1 span{display:inline}}.shopping-search__header .amount{position:absolute;bottom:0;right:var(--ui-padding);font-size:1.2rem}.shopping-search__content{display:grid;gap:25px;grid-template-columns:1fr}@media(min-width: 768px){.shopping-search__content{grid-template-columns:300px 1fr}}.shopping-search__filter{max-height:0px;overflow:hidden}.shopping-search__filter.open{max-height:9999px}.shopping-search__filter .filter-group{background-color:var(--ui-color);padding:var(--ui-padding);border-bottom:1px solid var(--ui-color-contrast)}.shopping-search__filter .filter-group:first-child{border-radius:var(--ui-radius) var(--ui-radius) 0 0}.shopping-search__filter .filter-group:last-child{border-radius:0 0 var(--ui-radius) var(--ui-radius);border-bottom:none}.shopping-search__filter .filter-group__title{font-size:.9rem;font-weight:bold;margin-bottom:1em}.shopping-search__filter .filter-group.header{font-size:1.4rem}.shopping-search__filter .filter-group .input{display:flex;align-items:center}.shopping-search__filter .filter-group input[type=checkbox]{width:1.3rem;height:1.3rem;margin-right:10px}.shopping-search .filter{display:flex;gap:var(--ui-padding);flex-flow:column}.shopping-search .filter__range-values{display:flex;justify-content:space-between;margin-bottom:1rem}.shopping-search .filter__deal-amount,.shopping-search .filter__category-amount{color:var(--ui-color-contrast-strong)}.shopping-search .price-range-slider{width:100%;height:15px}.shopping-search .price-range-slider.enabled .thumb{background:var(--secondary-color)}.shopping-search .price-range-slider.enabled .track-1{background-color:var(--secondary-color)}.shopping-search .price-range-slider .track{background-color:#ccc;top:7px;height:2px}.shopping-search .price-range-slider .track-0{border-radius:4px 0 0 4px}.shopping-search .price-range-slider .track-1{height:4px;top:6px}.shopping-search .price-range-slider .track-2{border-radius:0 4px 4px 0}.shopping-search .price-range-slider .thumb{width:15px;height:15px;border-radius:50%;cursor:pointer;position:absolute;outline:none;transition:box-shadow .2s}.shopping-search .price-range-slider .thumb:hover{box-shadow:0 0 0 3px rgba(0,0,0,.1)}.shopping-search .price-range-slider .thumb span{opacity:0;position:absolute;top:-28px;font-size:12px;left:50%;transform:translateX(-50%);background:var(--secondary-color);color:var(--text-color-inverted);min-width:20px;border-radius:5px;text-align:center;padding:2px 5px;transition:opacity .3s}.shopping-search .price-range-slider .thumb span::after{border:5px solid transparent;border-top-color:var(--secondary-color);height:0;left:50%;top:100%;transform:translate(-50%);width:0;content:"";position:absolute}.shopping-search .price-range-slider .thumb:hover span{opacity:.7}.shopping-search .shopping-search__results{display:grid;grid-template-columns:1fr;gap:25px;z-index:2;margin-bottom:10rem}@media(min-width: 768px){.shopping-search .shopping-search__results{grid-template-columns:repeat(auto-fill, minmax(300px, 1fr))}}.shopping-search .shopping-search__results .cards__card__image,.shopping-search .shopping-search__results .cards__card__title{cursor:pointer}.shopping-search__result{background-color:var(--ui-color);border-radius:var(--ui-radius);position:relative}.shopping-search__result__deal{position:absolute;right:0;top:20px;padding:5px 15px 5px 20px;background-color:#ff6464;color:#fff;font-size:1.2rem;clip-path:polygon(0 0, 100% 0%, 100% 100%, 15px 100%)}.shopping-search__result__image{display:flex;height:260px;align-items:center;justify-content:center}.shopping-search__result__parent{padding:0 var(--ui-padding);color:var(--ui-color-contrast-strong)}.shopping-search__result__title{display:block;font-size:1.4rem;font-weight:500;padding:0 var(--ui-padding) var(--ui-padding);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.shopping-search__result__subline{padding:var(--ui-padding);cursor:pointer;text-align:right}.shopping-search__result__subline .from{font-size:.9rem;font-weight:600}.shopping-search__result__subline .price{font-size:1.5rem;font-weight:600}.shopping-search__result__subline .asterisk{font-size:1.5rem;color:var(--ui-color-contrast-strong)}.shopping-search__result__subline .offer{font-size:.9rem;display:block;color:var(--clickout-color)}.shopping-search .placeholder-card{display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;background-color:var(--empty-color);color:var(--empty-color-dark);border-radius:5px;padding:var(--ui-padding);height:100%;font-size:1.5rem;position:relative;width:100%;overflow:hidden;background:var(--ui-color-contrast);border-radius:var(--ui-radius);display:flex;flex-flow:column nowrap}@media screen and (min-width: 651px)and (max-width: 996px){.shopping-search .placeholder-card{width:calc(33.33333% - .6666666667*var(--card-padding))}}@media screen and (min-width: 997px)and (max-width: 1199px){.shopping-search .placeholder-card{width:calc(25% - .75*var(--card-padding))}}@media screen and (min-width: 1200px){.shopping-search .placeholder-card{width:calc(20% - .8*var(--card-padding))}}@media screen and (min-width: 651px)and (max-width: 996px),screen and (min-width: 997px)and (max-width: 1199px){.main .shopping-search .placeholder-card{width:calc(50% - .5*var(--card-padding))}}@media screen and (min-width: 1200px){.main .shopping-search .placeholder-card{width:calc(33.33333% - .6666666667*var(--card-paddingg))}}.shopping-search .placeholder-card__image{height:220px}.disclaimer{transform:translateY(150%);transition:transform .4s ease-in-out;position:fixed;width:100%;bottom:0;background-color:var(--secondary-color);color:var(--text-color-inverted);z-index:1000;box-shadow:0 0 10px rgba(0,0,0,.5)}.disclaimer-not-accepted .disclaimer{transform:translateY(0%)}.disclaimer .container,.disclaimer .post-content,.disclaimer footer .footer-top,footer .disclaimer .footer-top,.disclaimer footer .footer-center,footer .disclaimer .footer-center,.disclaimer footer .footer-bottom,footer .disclaimer .footer-bottom{position:relative;padding:var(--outer-container-padding)}@media screen and (min-width: 751px){.disclaimer .container,.disclaimer .post-content,.disclaimer footer .footer-top,footer .disclaimer .footer-top,.disclaimer footer .footer-center,footer .disclaimer .footer-center,.disclaimer footer .footer-bottom,footer .disclaimer .footer-bottom{display:flex;align-items:center;gap:20px;padding:calc(var(--outer-container-padding)/2) var(--outer-container-padding);flex-direction:row}}.disclaimer__text{font-size:.8rem}.disclaimer__text a{color:var(--text-color-inverted);text-decoration:underline}.disclaimer__button{position:absolute;top:-25px;right:10px;text-indent:-9999px;width:40px;height:40px;background-color:var(--secondary-color)}.disclaimer__button:hover{color:var(--text-color)}@media screen and (min-width: 751px){.disclaimer__button{position:static;text-indent:0;width:auto;height:auto;background-color:var(--text-color-inverted)}}.disclaimer__button::before,.disclaimer__button::after{position:absolute;width:80%;height:3px;background-color:var(--text-color-inverted);top:50%;left:10%;content:""}@media screen and (min-width: 751px){.disclaimer__button::before,.disclaimer__button::after{display:none}}.disclaimer__button::before{transform:rotate(45deg)}.disclaimer__button::after{transform:rotate(-45deg)}@media screen and (max-width: 650px){.m-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;border:0}}.post-content{border-bottom:1px solid var(--ui-color-contrast)}.post-content{color:var(--text-color);background-color:var(--ui-color);padding-bottom:30px;display:grid;grid-template-columns:minmax(10px, 1fr) 350px;grid-gap:1rem}@media screen and (max-width: 650px),screen and (min-width: 651px)and (max-width: 996px){.post-content{grid-template-columns:1fr;grid-gap:0}}.post-content .title{grid-column:1/3}.post-content .title h2{max-width:600px;margin:20px auto}.post-content .main{background-color:#fff;padding:var(--container-padding);border:1px solid var(--ui-color-contrast);line-height:1.6;border-radius:var(--ui-radius);grid-column:1/2;max-width:100%;overflow:hidden}@media screen and (max-width: 650px),screen and (min-width: 651px)and (max-width: 996px){.post-content .main{padding:0;border:none}}.post-content .sidebar{grid-column:2/3}.post-content .sidebar .sticky{position:sticky;top:0}.post-content .cards{margin:var(--container-padding) 0}.post-content .cards__card{box-shadow:0 0 10px rgba(0,0,0,.3)}.post-content h1,.post-content h2,.post-content h3,.post-content h4,.post-content h5,.post-content h6{color:var(--text-color)}.post-content .title{text-align:center;padding:30px 0}@media screen and (min-width: 1280px)and (max-width: 1690px),screen and (min-width: 1691px){.post-content .title h2{width:50%;margin:0 auto}}@media screen and (max-width: 687px){.post-content .title h2{width:100%}}.post-content .summary{padding:0}.post-content .summary li{list-style:none;background-color:var(--ui-color-contrast);padding:10px 20px;position:relative;line-height:1.6;margin-bottom:2px}.post-content .summary li:first-of-type{padding:0}.post-content .summary li strong{background-color:var(--primary-highlight-color);padding:20px;display:block;color:#fff}.post-content .pro-contra{margin:20px 0;width:100%}.post-content .pro-contra tbody tr{line-height:1.2}.post-content .pro-contra tbody tr:first-of-type{font-weight:bold}.post-content .pro-contra tbody tr td{padding:10px 20px;width:50%;border:none}.post-content .wp-block-embed{padding:0;margin:0}.post-content .wp-block-embed .wp-block-embed__wrapper{text-align:center;padding:10px 0}.post-content .wp-block-embed .wp-block-embed__wrapper iframe{width:100%}.post-content .wp-block-image img{width:calc(100% - 20px);margin:10px;height:auto}.post-content .wp-block-image figcaption{font-size:var(--small-font-size);line-height:1.1;width:90%;margin:0 0 15px 0;padding:0 10px}.post-content .wp-block-media-text .wp-block-media-text__media{width:100%}.post-content .wp-block-media-text .wp-block-media-text__media img{height:auto}@media screen and (min-width: 1691px),screen and (min-width: 1280px)and (max-width: 1690px),screen and (min-width: 981px)and (max-width: 1280px),screen and (min-width: 688px)and (max-width: 980px){.post-content .wp-block-media-text{display:flex;align-items:center}}@media screen and (max-width: 687px){.post-content .wp-block-media-text .wp-block-media-text__media{text-align:center}.post-content .wp-block-media-text .wp-block-media-text__media img{max-width:100%}}.post-content .table-wrapper{overflow-x:auto;-webkit-overflow-scrolling:auto}.post-content table{width:100%;margin:20px 0;border-collapse:collapse;overflow-x:auto;display:block}.post-content table thead tr th{padding:10px}.post-content table tbody tr:nth-child(even){background-color:var(--ui-color-contrast)}.post-content table tbody tr td{padding:10px;border-top:1px solid var(--ui-color-contrast)}.post-content table tfoot{border-top:3px double var(--ui-color-contrast)}.post-content table tfoot tr td{padding:10px;font-weight:bold;white-space:nowrap;border-top:1px solid var(--ui-color-contrast)}.post-content table caption{caption-side:bottom;font-size:var(--very-small-font-size);text-align:left;padding-top:5px}.post-content .comparative-notice{border:1px solid var(--text-color);padding:10px;margin:10px 0;background-color:var(--ui-color-contrast)}.post-content .wp-block-quote{border-left:4px solid var(--text-color);line-height:1.6;width:100%;padding:25px;margin:20px 0}@media screen and (min-width: 981px)and (max-width: 1280px),screen and (min-width: 1280px)and (max-width: 1690px),screen and (min-width: 1691px){.post-content .wp-block-quote{width:50%;padding:25px;margin:20px 20% 20px 30%}}.post-content .wp-block-quote .field-name-field-head{padding-bottom:30px;font-weight:bold;font-style:italic}.post-content dl dt{font-weight:bold;min-width:30%}.post-content dl dd{margin:0;padding:0 0 15px 30%}.sticky-sidebar-start{height:1px;width:1px}.post-content aside{text-align:left;padding-left:25px !important}@media screen and (min-width: 651px)and (max-width: 996px),screen and (max-width: 650px){.post-content aside{display:none}}.post-content aside .toc_widget_list{padding-left:0;border-radius:3px;border:1px solid var(--ui-color-contrast)}.post-content aside li{list-style:none;max-width:320px}.post-content aside li h2{font-size:var(--large-font-size)}.post-content aside li ul{background-color:#fff}.post-content aside li ul li{border-top:1px solid var(--ui-color-contrast);counter-increment:section;font-size:var(--medium-small-font-size);line-height:1.2}.post-content aside li ul li a{padding:5px 15px;display:table-cell;vertical-align:middle}.post-content aside li ul li:before{background-color:var(--primary-highlight-color);padding:var(--ui-padding);text-align:center;width:50px;content:counter(section) ".";color:#fff;font-weight:bold;margin-right:20px;font-size:var(--medium-font-size);display:table-cell;vertical-align:middle}.post-content aside li ul li:first-of-type{border-top:none}.post-content aside .ad-container{padding:0;max-width:320px}.post-content aside .post-like{text-align:center;max-width:320px}.post-content aside .post-like .heading{font-size:1rem;padding:20px 0 10px 0}.post-navigation{font-size:15px;width:100%;background-color:var(--ui-color);height:40px;display:none;font-style:normal;font-weight:400;font-size:15px;line-height:18px}@media screen and (min-width: 981px)and (max-width: 1280px),screen and (min-width: 1280px)and (max-width: 1690px),screen and (min-width: 1691px){.post-navigation{display:block}}.post-navigation .post-navigation-row{height:32px;overflow:hidden;list-style:none;margin:0;padding:0;line-height:18px}.post-navigation .post-navigation-row a:has(.icon){padding-left:0}.post-navigation .post-navigation-row .post-navigation-separator{padding:7px 0}.post-navigation .post-navigation-row .post-navigation-separator svg:nth-child(2){margin-left:-5px}.post-navigation .post-navigation-row .post-navigation-first-link{width:inherit;font-weight:700}.post-navigation .post-navigation-row .active{color:var(--text-color);transition:none}.post-navigation .post-navigation-row .icon{font-size:18px}.post-navigation .post-navigation-row .post-navigation-separator{padding:7px 0px}.post-navigation .post-navigation-row .post-navigation-separator span:nth-child(2){margin-left:-15px}.post-navigation .post-navigation-row li{float:left;padding:0;text-align:center}.post-navigation .post-navigation-row li:hover ul{display:grid}.post-navigation .post-navigation-row li:hover ul li a{border-bottom:none}.post-navigation .post-navigation-row li:hover a{transition:none;color:var(--text-color)}.post-navigation .post-navigation-row li a{display:block;padding:7px 15px;transition:none;line-height:18px}.post-navigation .post-navigation-row li a:first-letter{text-transform:uppercase}.post-navigation .post-navigation-row li a:hover{text-decoration:none}.post-navigation .post-navigation-row li ul{display:none;min-width:160px;position:absolute;top:32px;border:1px solid var(--ui-color-contrast);z-index:10;background-color:#fff;list-style:none;padding:0}.post-navigation .post-navigation-row li ul li{display:block;padding:0;width:100%;text-align:left}.post-navigation .post-navigation-row li ul li a{width:100%;padding:7px 15px}.post-navigation .post-navigation-row li ul li a:hover{color:var(--text-color);text-decoration:underline;text-decoration-skip:ink;cursor:pointer}.post-navigation .post-navigation-row li ul .post-navigation-all a{color:var(--text-color)}.post-teaser-placeholder{height:85px;padding:1px}.post-teaser{height:85px;width:100%;background-color:#fff;border:1px solid var(--ui-color-contrast)}.post-teaser .container,.post-teaser footer .footer-top,footer .post-teaser .footer-top,.post-teaser footer .footer-center,footer .post-teaser .footer-center,.post-teaser footer .footer-bottom,footer .post-teaser .footer-bottom,.post-teaser .post-content{max-width:1170px;height:85px}@media screen and (max-width: 687px){.post-teaser .container,.post-teaser footer .footer-top,footer .post-teaser .footer-top,.post-teaser footer .footer-center,footer .post-teaser .footer-center,.post-teaser footer .footer-bottom,footer .post-teaser .footer-bottom,.post-teaser .post-content{padding:0 5px}}.post-teaser .container .product,.post-teaser footer .footer-top .product,footer .post-teaser .footer-top .product,.post-teaser footer .footer-center .product,footer .post-teaser .footer-center .product,.post-teaser footer .footer-bottom .product,footer .post-teaser .footer-bottom .product,.post-teaser .post-content .product{width:100%;max-width:600px;margin:0 auto;display:flex;align-items:center;justify-content:center;text-align:center}.post-teaser .container .product .image-wrapper,.post-teaser footer .footer-top .product .image-wrapper,footer .post-teaser .footer-top .product .image-wrapper,.post-teaser footer .footer-center .product .image-wrapper,footer .post-teaser .footer-center .product .image-wrapper,.post-teaser footer .footer-bottom .product .image-wrapper,footer .post-teaser .footer-bottom .product .image-wrapper,.post-teaser .post-content .product .image-wrapper{position:relative;display:flex;align-items:center;justify-content:center;height:70px;padding:0;margin-top:10px;flex:1}.post-teaser .container .product .image-wrapper span,.post-teaser footer .footer-top .product .image-wrapper span,footer .post-teaser .footer-top .product .image-wrapper span,.post-teaser footer .footer-center .product .image-wrapper span,footer .post-teaser .footer-center .product .image-wrapper span,.post-teaser footer .footer-bottom .product .image-wrapper span,footer .post-teaser .footer-bottom .product .image-wrapper span,.post-teaser .post-content .product .image-wrapper span{position:relative}.post-teaser .container .product .image-wrapper span:before,.post-teaser footer .footer-top .product .image-wrapper span:before,footer .post-teaser .footer-top .product .image-wrapper span:before,.post-teaser footer .footer-center .product .image-wrapper span:before,footer .post-teaser .footer-center .product .image-wrapper span:before,.post-teaser footer .footer-bottom .product .image-wrapper span:before,footer .post-teaser .footer-bottom .product .image-wrapper span:before,.post-teaser .post-content .product .image-wrapper span:before{content:"";background-image:url(images/never_ueber_uns-mediaelemente-qualitaet.png);background-repeat:no-repeat;width:50px;height:100%;background-size:50px;position:absolute;top:-5px;left:-40px;z-index:4}@media screen and (max-width: 687px){.post-teaser .container .product .image-wrapper span:before,.post-teaser footer .footer-top .product .image-wrapper span:before,footer .post-teaser .footer-top .product .image-wrapper span:before,.post-teaser footer .footer-center .product .image-wrapper span:before,footer .post-teaser .footer-center .product .image-wrapper span:before,.post-teaser footer .footer-bottom .product .image-wrapper span:before,footer .post-teaser .footer-bottom .product .image-wrapper span:before,.post-teaser .post-content .product .image-wrapper span:before{background-image:none}}.post-teaser .container .product .image-wrapper span img,.post-teaser footer .footer-top .product .image-wrapper span img,footer .post-teaser .footer-top .product .image-wrapper span img,.post-teaser footer .footer-center .product .image-wrapper span img,footer .post-teaser .footer-center .product .image-wrapper span img,.post-teaser footer .footer-bottom .product .image-wrapper span img,footer .post-teaser .footer-bottom .product .image-wrapper span img,.post-teaser .post-content .product .image-wrapper span img{max-height:70px;max-width:100%;height:auto;width:auto;-webkit-transform:scale(1);transform:scale(1);transition:visibility .4s linear,opacity .4s linear}.post-teaser .container .product .text,.post-teaser footer .footer-top .product .text,footer .post-teaser .footer-top .product .text,.post-teaser footer .footer-center .product .text,footer .post-teaser .footer-center .product .text,.post-teaser footer .footer-bottom .product .text,footer .post-teaser .footer-bottom .product .text,.post-teaser .post-content .product .text{flex:1;overflow:auto;max-height:70px;padding:0 20px 0 5px}@media screen and (max-width: 687px){.post-teaser .container .product .text,.post-teaser footer .footer-top .product .text,footer .post-teaser .footer-top .product .text,.post-teaser footer .footer-center .product .text,footer .post-teaser .footer-center .product .text,.post-teaser footer .footer-bottom .product .text,footer .post-teaser .footer-bottom .product .text,.post-teaser .post-content .product .text{padding:0 5px;font-size:var(--medium-small-font-size)}}.post-teaser .container .product .button,.post-teaser footer .footer-top .product .button,footer .post-teaser .footer-top .product .button,.post-teaser footer .footer-center .product .button,footer .post-teaser .footer-center .product .button,.post-teaser footer .footer-bottom .product .button,footer .post-teaser .footer-bottom .product .button,.post-teaser .post-content .product .button{flex:1}.post-teaser .container .product .button .button_offer,.post-teaser footer .footer-top .product .button .button_offer,footer .post-teaser .footer-top .product .button .button_offer,.post-teaser footer .footer-center .product .button .button_offer,footer .post-teaser .footer-center .product .button .button_offer,.post-teaser footer .footer-bottom .product .button .button_offer,footer .post-teaser .footer-bottom .product .button .button_offer,.post-teaser .post-content .product .button .button_offer{max-height:70px;max-width:140px}.post-teaser .container .product .button .button_offer span,.post-teaser footer .footer-top .product .button .button_offer span,footer .post-teaser .footer-top .product .button .button_offer span,.post-teaser footer .footer-center .product .button .button_offer span,footer .post-teaser .footer-center .product .button .button_offer span,.post-teaser footer .footer-bottom .product .button .button_offer span,footer .post-teaser .footer-bottom .product .button .button_offer span,.post-teaser .post-content .product .button .button_offer span{font-size:var(--medium-small-font-size);line-height:1.1 !important}.post-feature{background-color:var(--ui-color);padding:20px 0;--highlight-color: var(--badge-color-1)}.post-feature__box{border-radius:var(--ui-radius);overflow:hidden;box-shadow:0 0 20px rgba(0,0,0,.2)}.post-feature .badge-medal-ribbon1{fill:var(--secondary-color);opacity:1}.post-feature .badge-medal-ribbon2{fill:var(--secondary-color);opacity:1}.post-feature.badge-1{--highlight-color: var(--badge-color-1)}.post-feature.badge-2{--highlight-color: var(--badge-color-2)}.post-feature.badge-3{--highlight-color: var(--badge-color-3)}.post-feature.badge-4{--highlight-color: var(--badge-color-4)}.post-feature__title{display:block;text-align:left;background-color:var(--secondary-color);color:var(--text-color-inverted);padding:var(--ui-padding);position:relative}.post-feature__content{--gap-padding: calc(3 * var(--ui-padding));background-color:var(--ui-color);display:grid;grid-template-columns:1fr;grid-template-areas:"c1" "c2" "c3" "c4";gap:var(--gap-padding);padding:calc(.6666666667*var(--gap-padding))}@media screen and (min-width: 651px)and (max-width: 996px){.post-feature__content{grid-template-columns:1fr 1fr;grid-template-rows:auto auto;grid-template-areas:"c1 c2" "c3 c4"}}@media screen and (min-width: 997px)and (max-width: 1199px),screen and (min-width: 1200px){.post-feature__content{grid-template-columns:auto 1fr 180px auto;grid-template-rows:auto;grid-template-areas:"c1 c2 c3 c4"}}.post-feature__content>div{position:relative}.post-feature__content>div::after{background-color:var(--ui-color-contrast);content:"";height:calc(100% - var(--gap-padding));position:absolute;width:0px;top:calc(.5*var(--gap-padding));right:calc(-0.5*var(--gap-padding) - 1px)}.post-feature__content>div::before{background-color:var(--ui-color-contrast);content:"";height:0;position:absolute;width:calc(100% - var(--gap-padding));bottom:calc(-0.5*var(--gap-padding));left:calc(.5*var(--gap-padding))}@media screen and (max-width: 650px){.post-feature__content>div:not(:last-child)::before{height:1px}}@media screen and (min-width: 651px)and (max-width: 996px){.post-feature__content>div:nth-of-type(odd)::after{width:1px}.post-feature__content>div:nth-of-type(-n+2)::before{height:1px}}@media screen and (min-width: 997px)and (max-width: 1199px),screen and (min-width: 1200px){.post-feature__content>div:not(:last-child)::after{width:1px}}.post-feature h4{padding:0 0 var(--ui-padding);font-size:1.1rem}.post-feature ul{margin:0;padding:0 0 0 1.5rem}.post-feature ul li{margin:0 0 .3rem 0;position:relative;list-style:none}.post-feature ul svg{position:absolute;top:.35rem;left:-1.25rem;max-width:.75rem}.post-feature__product-image{position:relative;text-align:center;grid-area:c1;display:flex;flex-flow:column;justify-content:space-between;align-items:center}@media screen and (min-width: 1200px){.post-feature__product-image__container{flex-grow:1;display:flex;flex-flow:column;justify-content:flex-start;align-items:center}}.post-feature__product-image .product_img{max-width:200px;padding-bottom:var(--ui-padding)}@media screen and (min-width: 1200px){.post-feature__product-image .product_img{max-width:218px}}.post-feature__clickout{display:none;width:100%}@media(min-width: 500px){.post-feature__clickout{display:block}}.post-feature__attributes{display:flex;flex-flow:column nowrap;justify-content:space-between;grid-area:c3;height:100%}@media(min-width: 500px){.post-feature__attributes{margin-bottom:1.5rem;grid-area:c2}}.post-feature__attributes__list{max-height:320px;overflow:hidden;transition:max-height .5s ease}.post-feature__attributes__advantages{hyphens:auto}.post-feature__attributes__badges{display:flex;flex-flow:row wrap;gap:var(--ui-padding);justify-self:flex-end}@media screen and (max-width: 650px){.post-feature__attributes__badges{margin-top:var(--ui-padding);justify-content:center}}.post-feature__attributes__attributes{position:relative;overflow:hidden}.post-feature__attributes__rating{position:relative;background-color:var(--ui-color);border:1px solid var(--ui-color-contrast);border-radius:var(--ui-radius);padding:calc(.7*var(--ui-padding));padding-left:3.5rem;line-height:2rem;transition:all .2s ease}@media screen and (max-width: 650px){.post-feature__attributes__rating{min-width:200px}}.post-feature__attributes__rating:hover{box-shadow:0px 0px 0px 4px rgba(0,0,0,.25)}.post-feature__attributes__rating .big{font-style:italic;font-weight:var(--font-weight-bold-primary);position:relative;top:.3rem;font-size:1.1rem;white-space:nowrap}.post-feature__attributes__rating .small{position:absolute;font-size:.7rem;top:.1rem;font-style:normal;font-weight:var(--font-weight-primary)}.post-feature__attributes__rating svg{position:absolute;top:0;left:.3rem;width:3rem;height:auto}.post-feature__attributes__user-rating{background-color:var(--ui-color);border:1px solid var(--ui-color-contrast);border-radius:var(--ui-radius);padding:calc(.5*var(--ui-padding));line-height:1.7rem;position:relative;white-space:nowrap;transition:all .2s ease;min-width:170px;text-align:center;cursor:pointer}@media screen and (max-width: 650px){.post-feature__attributes__user-rating{min-width:200px}}.post-feature__attributes__user-rating:hover{box-shadow:0px 0px 0px 4px rgba(0,0,0,.25)}.post-feature__attributes__user-rating img{position:absolute;width:2rem;bottom:.2rem;left:calc(.7*var(--ui-padding))}.post-feature__attributes__user-rating small{position:absolute;bottom:-0.3rem;right:calc(.7*var(--ui-padding));font-size:.625rem}.post-feature__attributes__user-rating .stars{display:flex;flex-direction:row;justify-content:center}.post-feature__attributes__user-rating .star{display:inline-block;aspect-ratio:1/1;height:1.7rem;background:url(images/star-solid.svg) no-repeat center center;background-size:contain}.post-feature__attributes__user-rating .star.half{background-image:url(images/star-half-alt-solid.svg)}.post-feature__attributes__user-rating .star.empty{background-image:url(images/star-light.svg)}.post-feature__availability{grid-area:c2}@media(min-width: 500px){.post-feature__availability{grid-area:c3}}.post-feature__availability__buttons{display:grid;grid-template-columns:1fr;gap:var(--ui-padding)}.post-feature__price-chart{grid-area:c4}@media(min-width: 500px){.post-feature__price-chart{grid-area:c4}}@media screen and (max-width: 650px),screen and (min-width: 651px)and (max-width: 996px){.post-feature__price-chart canvas{max-width:100% !important}}@media screen and (min-width: 997px)and (max-width: 1199px),screen and (min-width: 1200px){.post-feature__price-chart canvas{max-width:250px !important}}.post-feature__price-chart__filter{font-size:.6rem;text-align:right}.post-feature__price-chart .btn-filter{padding:.2rem;cursor:pointer;border-radius:calc(var(--ui-radius)/2)}.post-feature__price-chart .btn-filter.selected{color:var(--ui-color);background-color:var(--ui-color-contrast-strong)}.post-feature__price-chart .btn-filter:hover:not(.bold){background-color:var(--ui-color-contrast)}.post-feature__price-chart .btn-filter.hide{display:none}.post-feature .expanded .post-feature__attributes__list{max-height:9999px}.s24_widget *{box-sizing:initial}.post-header{position:relative;margin-bottom:var(--ui-padding);z-index:1}@media screen and (min-width: 997px)and (max-width: 1199px),screen and (min-width: 1200px){.post-header{min-height:200px;padding:0}}.post-header__title{padding:0 0 17px;background-color:var(--ui-color)}.post-header__title h1,.post-header__title h2{text-align:left;padding:0;margin:0}.post-header__title h1{position:relative;font-weight:590;margin-bottom:20px;font-size:24px;line-height:29px}@media screen and (min-width: 997px)and (max-width: 1199px),screen and (min-width: 1200px){.post-header__title h1{margin-bottom:7px;font-size:28px;line-height:33px}}.post-header__title h1::after{position:absolute;content:" ";width:40px;height:0px;left:0;bottom:-10px;border:1px solid var(--ui-color-contrast-strong)}@media screen and (min-width: 997px)and (max-width: 1199px),screen and (min-width: 1200px){.post-header__title h1::after{display:none}}.post-header__title h2{color:var(--ui-color-contrast-strong);font-style:normal;font-weight:300;font-size:16px;line-height:19px}@media screen and (min-width: 997px)and (max-width: 1199px),screen and (min-width: 1200px){.post-header__title h2{font-size:18px;line-height:21px}}.post-header__stats{position:absolute;z-index:1;right:calc(var(--container-padding) + 4px);top:var(--ui-padding);box-shadow:0px 0px 0px 4px rgba(0,0,0,.25);border-radius:var(--ui-radius);overflow:hidden}@media screen and (max-width: 650px),screen and (min-width: 651px)and (max-width: 996px){.post-header__stats{display:none}}.post-header__stats .category-stats{display:flex;flex-flow:column;padding:var(--ui-padding);background-color:var(--ui-color)}.post-header__stats .category-stats__row{height:25px}.post-header__stats .category-stats h4{padding:0;padding-bottom:calc(var(--ui-padding)/2);font-size:1.1rem}.post-header__stats .category-stats__icon{vertical-align:middle}.post-header__stats .category-stats__icon>.icon{font-size:22px;color:var(--secondary-color)}.post-header__stats .category-stats__icon svg{display:block;height:24px}.post-header__stats .category-stats__icon svg path{fill:var(--secondary-color)}.post-header__stats .category-stats__value{text-align:right;font-weight:var(--font-weight-bold-primary);font-size:1rem;padding:0 calc(var(--ui-padding)/2)}.post-header__stats .category-stats__text{font-size:.8rem}.post-header__related{background-color:var(--ui-color-contrast);display:none}@media screen and (min-width: 981px)and (max-width: 1280px),screen and (min-width: 1280px)and (max-width: 1690px),screen and (min-width: 1691px){.post-header__related{display:block}}@media screen and (min-width: 981px)and (max-width: 1280px),screen and (min-width: 1280px)and (max-width: 1690px),screen and (min-width: 1691px){.post-header__related>.container,footer .post-header__related>.footer-top,footer .post-header__related>.footer-center,footer .post-header__related>.footer-bottom,.post-header__related>.post-content{padding:10px 300px 10px var(--container-padding)}}@media screen and (max-width: 687px){.post-table .container,.post-table footer .footer-top,footer .post-table .footer-top,.post-table footer .footer-center,footer .post-table .footer-center,.post-table footer .footer-bottom,footer .post-table .footer-bottom,.post-table .post-content{padding:0 5px}}body{background-color:var(--background-gradient-start);background:linear-gradient(180deg, var(--background-gradient-start) 0%, var(--background-gradient-stop) 100%);background-attachment:fixed}body .page-content h2{font-size:clamp(30px,4vw,56px);font-weight:var(--font-weight-primary);margin-bottom:var(--container-padding)}body .page-content h2 strong{font-weight:var(--font-weight-bold-primary)}@media screen and (min-width: 1280px)and (max-width: 1690px),screen and (min-width: 1691px){.error404{margin-top:110px}}@media screen and (min-width: 688px)and (max-width: 980px),screen and (min-width: 981px)and (max-width: 1280px){.error404{margin-top:80px}}@media screen and (max-width: 687px){.error404{margin-top:60px}}.single .header-content{display:grid;grid-template-columns:1fr auto;grid-template-rows:auto auto;grid-gap:var(--ui-padding)}.single .post-header-title{grid-column:1/2;grid-row:1/2}@media screen and (max-width: 687px),screen and (min-width: 688px)and (max-width: 980px){.single .post-header-title{width:100%}}.single .post-header-title h1{padding:0}@media screen and (min-width: 981px)and (max-width: 1280px),screen and (min-width: 1280px)and (max-width: 1690px),screen and (min-width: 1691px){.single .post-header-title h1{text-align:left}}.single .post-header-title h2{padding:0;font-weight:var(--font-weight-light-primary);padding-bottom:10px;color:var(--ui-color-contrast-strong)}@media screen and (max-width: 687px),screen and (min-width: 688px)and (max-width: 980px){.single .post-header-title h2{font-size:1rem}}@media screen and (min-width: 981px)and (max-width: 1280px),screen and (min-width: 1280px)and (max-width: 1690px),screen and (min-width: 1691px){.single .post-header-title h2{text-align:left;font-size:1.25rem;line-height:1.5rem}}.single .post-header-title .post-header-author{font-size:var(--medium-small-font-size);color:var(--text-color);padding-top:10px}.single .post-header-title .post-header-author img{border:1px solid var(--badge-grey);padding:3px;border-radius:50%;float:left;margin-right:20px}.single .post-header-title .post-header-author p{margin-bottom:0}.single .post-header-title .post-header-author p:nth-of-type(1){padding-top:12px}.single .post-header-ad{grid-column:1/2;grid-row:2/3}@media screen and (min-width: 981px)and (max-width: 1280px),screen and (min-width: 1280px)and (max-width: 1690px),screen and (min-width: 1691px){.single .post-header-ad{width:755px;padding-bottom:12px}}.single .post-header-stats{grid-column:2/3;grid-row:1/3;margin-bottom:var(--ui-padding)}@media screen and (max-width: 650px),screen and (min-width: 651px)and (max-width: 996px){.single .post-header-stats{display:none}}.single .post-header-stats .category-stats{display:flex;flex-flow:column;padding:var(--ui-padding);background-color:var(--ui-color);border-radius:var(--ui-radius)}.single .post-header-stats .category-stats h4{padding:0;padding-bottom:calc(var(--ui-padding)/2);font-size:1.1rem}.single .post-header-stats .category-stats__icon{vertical-align:middle}.single .post-header-stats .category-stats__icon>.icon{font-size:22px;color:var(--secondary-color)}.single .post-header-stats .category-stats__icon svg{display:inherit;height:20px}.single .post-header-stats .category-stats__icon svg path{fill:var(--secondary-color)}.single .post-header-stats .category-stats__value{text-align:right;font-weight:var(--font-weight-bold-primary);font-size:1rem;line-height:1rem;padding:calc(var(--ui-padding)/2)}.single .post-header-stats .category-stats__text{font-size:.8rem;line-height:1rem;font-weight:var(--font-weight-light-primary);font-weight:400;font-size:13px;line-height:16px}.single .post-header-related{grid-column:1/2;grid-row:2/3}.single .post-header-related .container,.single .post-header-related footer .footer-top,footer .single .post-header-related .footer-top,.single .post-header-related footer .footer-center,footer .single .post-header-related .footer-center,.single .post-header-related footer .footer-bottom,footer .single .post-header-related .footer-bottom,.single .post-header-related .post-content{padding:0}.single .post-ad{padding:15px 0;text-align:center}.single .post-ad .ad-wrapper{background-color:#fff;border:1px solid var(--ui-color);border-radius:3px}.single .ad-wrapper-sticky-top{position:fixed;top:60px}.single .ad-wrapper-sticky-bottom{position:absolute;bottom:0}.search-page{min-height:calc(100vh - 200px)}@media screen and (min-width: 1691px),screen and (min-width: 1280px)and (max-width: 1690px),screen and (min-width: 981px)and (max-width: 1280px){.search-page .search-page-search-result{width:75%;float:left}}@media screen and (min-width: 688px)and (max-width: 980px),screen and (max-width: 687px){.search-page .search-page-search-result{width:100%}}.search-page .search-page-search-result .image-wrapper{height:120px;width:25%;float:left}.search-page .search-page-search-result .serach-body{width:75%;float:left}.search-page .search-page-search-result .serach-body span{font-size:var(--medium-large-font-size);float:left}.search-page .search-page-search-result .serach-body span:first-child{padding-right:5px}.search-page .search-page-search-result .serach-body .entry-subtitle{display:none}.search-page .search-page-search-result .serach-body .entry-title-primary{font-weight:700}.search-page .search-page-search-result .serach-body .entry-title-secondary{font-weight:300}.search-page .search-page-search-result .serach-body p{float:left;padding:15px 0}@media screen and (min-width: 1691px),screen and (min-width: 1280px)and (max-width: 1690px),screen and (min-width: 981px)and (max-width: 1280px){.search-page .search-ad{width:25%;float:left}}@media screen and (min-width: 688px)and (max-width: 980px),screen and (max-width: 687px){.search-page .search-ad{display:none}}.post-table{margin-bottom:calc(3*var(--ui-padding))}@media(max-width: 499px){.post-table{--gap-padding: calc(2.666 * var(--ui-padding));background-color:initial}}.post-table .product-table__wrapper{display:flex;flex-flow:column nowrap;overflow-x:scroll;font-size:.8rem;-ms-overflow-style:none;scrollbar-width:none;padding:0 10px;position:relative}.post-table .product-table__wrapper>div{background-color:rgba(255,255,255,0)}@media(min-width: 500px){.post-table .product-table__wrapper>div{background-color:#fff}}.post-table .product-table__wrapper>div:first-of-type{border-radius:var(--ui-radius) 0 0 var(--ui-radius)}.post-table .product-table__wrapper>div:last-of-type{border-radius:0 var(--ui-radius) var(--ui-radius) 0}.post-table .product-table__wrapper li,.post-table .product-table__wrapper ol{list-style:none}.post-table .product-table__wrapper::-webkit-scrollbar{display:none}@media(min-width: 500px){.post-table .product-table__wrapper{padding:36px 0 0 0;flex-flow:row nowrap}}.post-table .product-table.product-table-main .product-table__wrapper>div:first-of-type{border-radius:var(--ui-radius) 0 0 var(--ui-radius)}.post-table .product-table.product-table-main .product-table__wrapper>div:last-of-type{border-radius:0 var(--ui-radius) var(--ui-radius) 0}.post-table .product-table__background{display:none}@media(min-width: 500px){.post-table .product-table__background{display:block;position:absolute;width:100%;height:calc(100% - 36px);background-color:var(--ui-color)}}.post-table .product-table .product,.post-table .product-table .labels{width:100%;flex-grow:1}@media(min-width: 500px){.post-table .product-table .product,.post-table .product-table .labels{display:flex;flex-flow:column nowrap;flex-shrink:0;flex-grow:0;width:33.3333333333%}}@media(min-width: 700px){.post-table .product-table .product,.post-table .product-table .labels{width:25%}}@media(min-width: 800px){.post-table .product-table .product,.post-table .product-table .labels{width:20%}}@media(min-width: 1000px){.post-table .product-table .product,.post-table .product-table .labels{width:16.6666666667%}}@media(min-width: 1200px){.post-table .product-table .product,.post-table .product-table .labels{width:14.2857142857%}}@media(min-width: 1400px){.post-table .product-table .product,.post-table .product-table .labels{width:12.5%}}.post-table .product-table .labels{border-top:1px solid var(--ui-color-contrast);border-bottom:1px solid var(--ui-color-contrast);border-left:1px solid var(--ui-color-contrast);display:none;z-index:3;font-weight:600;border-right:1px solid var(--comparison-border-color);padding:0 10px}@media(min-width: 500px){.post-table .product-table .labels{display:flex;position:sticky;left:0}}.post-table .product-table .labels .row{justify-content:start}.post-table .product-table .labels .product__rating{position:relative}.post-table .product-table .labels .product__rating span{position:absolute;bottom:0;left:0;width:100%;padding:5px 0}.post-table .product-table .labels .product__rating span a{color:var(--clickout-color);font-size:.65rem}.post-table .product-table .labels .product__rating .icon{width:auto;left:auto;top:-4px;color:var(--ui-color-contrast-strong)}.post-table .sticky-arrows .left{height:calc(100% - 400px);position:absolute;top:300px;left:0}.post-table .sticky-arrows .right{height:calc(100% - 400px);position:absolute;top:300px;right:0}.post-table .sticky-arrows .table-btn{display:block;position:sticky;top:50%;width:60px;height:60px;padding:10px;background:rgba(255,255,255,.4);z-index:10;backdrop-filter:blur(4px);transition:transform .3s ease,box-shadow .3s ease;cursor:pointer;box-shadow:0 0 3px rgba(0,0,0,.3);text-align:center}.post-table .sticky-arrows .table-btn:hover{transform:scale(1.1);box-shadow:0 0 3px rgba(0,0,0,.6)}.post-table .sticky-arrows .table-btn.btn-right{right:-10px;border-radius:50% 0 0 50%}.post-table .sticky-arrows .table-btn.btn-left{left:-10px;border-radius:0 50% 50% 0}.post-table .sticky-arrows .icon{font-size:38px}.post-table .row{order:100;display:flex;align-items:center;justify-content:center;padding:12px 10px 0 10px}@media(min-width: 500px){.post-table .row{padding:12px 0;overflow:visible}}.post-table .row:has(ul){align-items:flex-start}@media(min-width: 500px){.post-table .row~.row:not(:empty){border-top:1px solid var(--comparison-border-color)}}@media(max-width: 499px){.post-table .row{border:0}}.post-table .row .label{width:50%;word-wrap:break-word;hyphens:auto}@media(min-width: 500px){.post-table .row .label{display:none}}.post-table .row .value{width:100%;text-align:left}@media(min-width: 500px){.post-table .row .value{text-align:center}}.post-table .link{cursor:pointer}.post-table .badge-1{--highlight-color: var(--badge-color-1)}.post-table .badge-2{--highlight-color: var(--badge-color-2)}.post-table .badge-3{--highlight-color: var(--badge-color-3)}.post-table .badge-4{--highlight-color: var(--badge-color-4)}.post-table .product{border-radius:15px;margin:0 auto 30px;position:relative}@media(min-width: 500px){.post-table .product{margin:0;box-shadow:none;border-radius:0;padding:0 10px;border-top:1px solid var(--ui-color-contrast);border-bottom:1px solid var(--ui-color-contrast);border-right:1px solid var(--ui-color-contrast)}}.post-table .product .icon{font-size:30px}.post-table .product .svg-inline--fa{max-width:20px;max-height:20px;width:20px}.post-table .product__wrapper{position:relative;display:flex;flex-flow:row wrap;padding:calc(.5*var(--gap-padding));overflow:hidden;background-color:var(--ui-color);border-radius:var(--ui-radius)}@media(min-width: 500px){.post-table .product__wrapper{flex-flow:column nowrap;padding:0;overflow:visible}}.post-table .product__badge{padding:0;height:34px;text-align:center;font-weight:var(--font-weight-bold-primary);border-right:none !important;border-left:none !important;color:#fff;display:none}@media(min-width: 500px){.post-table .product__badge{display:flex;background-color:#fff;order:1}}.labels .post-table .product__badge{display:block}@media(min-width: 500px){.post-table .product__badge.highlight{display:flex;align-items:center;justify-content:center;border-radius:var(--ui-radius) var(--ui-radius) 0 0}}.post-table .product.highlight.show-badge .product__badge{opacity:1}.post-table .product__rating-badge{display:block;position:absolute;left:15px;top:5px;background-color:var(--highlight-color);border-radius:var(--ui-radius);padding:calc(.7*var(--ui-padding));padding-left:3.3rem;padding-right:1.5rem;line-height:2rem;transition:all .3s ease}@media(min-width: 500px){.post-table .product__rating-badge{display:none}}.post-table .product__rating-badge .big{font-style:italic;position:relative;top:-0.5rem;font-size:1.1rem;white-space:nowrap}.post-table .product__rating-badge .small{position:absolute;font-size:.7rem;top:.1rem;font-style:normal;font-weight:var(--font-weight-primary)}.post-table .product__rating-badge svg{position:absolute;top:0;left:.5rem;width:2.5rem;height:auto;z-index:1}.post-table .product.highlight-recommendation::before{content:attr(data-ad);position:absolute;font-size:.6rem;opacity:.3;right:8px;top:8px;z-index:2}@media(max-width: 499px){.post-table .product.highlight-recommendation::before{top:23px}}.post-table .product.highlight-recommendation .product__name .product__position{display:none}@media(max-width: 499px){.post-table .product.highlight{padding-top:calc(2.7*var(--ui-padding))}}.post-table .product.highlight .product__badge{white-space:nowrap;background-color:var(--highlight-color);position:absolute;top:-34px;left:5px;z-index:0;width:calc(100% - 10px);box-shadow:inset 0px -4px 3px rgba(0,0,0,.1);opacity:0;transition:opacity .2s ease}.post-table .product__image{order:2;position:relative;background-color:#fff;padding:0;display:flex;align-items:center;justify-content:center;width:50%;height:170px;float:left;width:66.666%}@media(min-width: 500px){.post-table .product__image{height:170px;width:auto;float:none}}.post-table .product__image .label{display:none}.post-table .product__image .value{display:flex;width:100%;height:100%;padding-top:10px;cursor:pointer}.post-table .product__image__img{margin:auto;max-height:100%;max-width:100%;width:auto;height:auto;transition:transform .3s ease}@media screen and (min-width: 751px){.post-table .product__image__img{max-height:135px;max-width:135px}}.post-table .product__image__logo,.post-table .product__image__logo--alt{position:absolute;bottom:10px;right:5px;opacity:0;transition:opacity .2s ease;width:40px;z-index:2}.post-table .product__image:hover .product__image__logo{opacity:1}.post-table .product__image:hover .product__image__logo--alt:has(+.colink-alt){opacity:1}.post-table .product__name{order:1;clear:both;position:relative;background-color:var(--ui-color-contrast);margin:calc(-0.5*var(--gap-padding));width:calc(100% + var(--gap-padding));margin-bottom:calc(.5*var(--gap-padding));height:60px;display:flex;text-align:left;justify-content:flex-start;cursor:pointer;padding:0}@media(min-width: 500px){.post-table .product__name{order:3;height:50px;background:none;margin:0;width:auto;justify-content:center}}.post-table .product__name .product__position{background-color:var(--secondary-color);padding:0;background-color:var(--secondary-color);color:var(--text-color-inverted);height:60px;min-width:60px;font-size:30px;display:flex;align-items:center;justify-content:center}@media(min-width: 500px){.post-table .product__name .product__position{display:none}}.post-table .product__name .label{display:none}.post-table .product__name .value{font-weight:bold;text-decoration:underline;width:auto}@media(max-width: 499px){.post-table .product__name .value{padding:0 var(--ui-padding);background-color:var(--ui-color-contrast);color:var(--text-color);display:flex;align-items:center}.post-table .product__name .value span{word-wrap:break-word;hyphens:auto;font-size:1.25rem;text-align:left}}.post-table .product__rating{order:3;width:50%;float:left;height:170px;padding:0;display:flex;width:33.333%}@media(min-width: 500px){.post-table .product__rating{order:5;height:140px;width:auto;float:none}}.post-table .product__rating .label{display:none}.post-table .product__rating .value svg{width:100%;max-width:170px}.post-table .product__cta-top{order:5;width:100%;position:relative;margin:calc(1*var(--gap-padding)) 0 0 0;padding:0}@media(min-width: 500px){.post-table .product__cta-top{order:4;height:80px;margin:0}}.post-table .product__cta-top::before{background-color:var(--ui-color-contrast);content:"";width:calc(100% - 2*var(--gap-padding));height:1px;position:absolute;top:calc(-0.5*var(--gap-padding));left:calc(1*var(--gap-padding))}@media(min-width: 500px){.post-table .product__cta-top::before{display:none}}.post-table .product__cta-top .label{display:none}.post-table .product__cta-top .link{display:inline-block}.post-table .product__deal{order:6;margin:calc(.5*var(--gap-padding)) 0 0 0;width:100%}.post-table .product__deal .label{display:none}.post-table .product__deal .value{text-align:center;display:flex;justify-content:center}@media(min-width: 500px){.post-table .product__deal .value{display:block}}.post-table .product__shipping{order:9}.post-table .product__shipping .value{text-decoration:underline;color:var(--secondary-color);cursor:pointer}.post-table .product__cta-bottom{max-height:0;padding:0 10px 0 10px;border-bottom:0px solid transparent;transition:max-height .5s ease,padding .5s ease,border-bottom .5s ease;overflow:hidden}@media(min-width: 500px){.post-table .product__cta-bottom{border-top:1px solid var(--comparison-border-color);padding:0;max-height:9999px;order:10;height:80px;overflow:visible}}.post-table .product__cta-bottom .label{display:none}.post-table .product__cta-bottom .link{display:inline-block}.post-table .product__user-rating{order:4;width:100%;margin-top:calc(.5*var(--gap-padding));padding:0}@media(min-width: 500px){.post-table .product__user-rating{order:7;height:60px}}.post-table .product__user-rating .label{display:none}.post-table .product__user-rating .value{display:flex}@media(min-width: 500px){.post-table .product__user-rating .value{display:inline}}.post-table .product__user-rating__rating{background-color:var(--ui-color-contrast);border-radius:var(--ui-radius);padding:calc(1*var(--ui-padding)) calc(1*var(--ui-padding));position:relative;white-space:nowrap;flex:1;text-align:right}@media(min-width: 500px){.post-table .product__user-rating__rating{background-color:transparent;padding:0;text-align:center}}.post-table .product__user-rating__rating small{position:absolute;bottom:.5rem;left:1rem;display:block}@media(min-width: 500px){.post-table .product__user-rating__rating small{position:static}}.post-table .product__user-rating__rating img{position:absolute;width:5rem;top:.9rem;left:4rem;transform:translate(-50%, 0)}@media(min-width: 500px){.post-table .product__user-rating__rating img{display:none}}.post-table .product__attribute-btn{padding:0;display:block;transition:margin-top .5s ease;width:100%;position:relative}@media(min-width: 500px){.post-table .product__attribute-btn{display:none}}.post-table .product__attribute-btn .gradient{background:linear-gradient(0deg, white 0%, rgba(255, 255, 255, 0) 100%);position:absolute;height:80px;top:-80px;left:1px;right:1px}.post-table .product__attribute-btn .btn-more{display:flex;background-color:#fff;border:none;width:100%;height:30px;align-items:center;justify-content:center;font-weight:bold;border-radius:0 0 var(--ui-radius) var(--ui-radius);background-color:var(--ui-color-contrast);padding:calc(1.5*var(--ui-padding))}.post-table .product__attribute-btn .btn-more .icon{display:inline-block;font-size:27px;margin-left:6px;color:var(--ui-color-contrast-strong)}.post-table .product__attributes{order:7;width:100%;max-height:144px;margin:calc(.5*var(--gap-padding)) 0 0 0;padding-bottom:10px;overflow:hidden;border-radius:var(--ui-radius) var(--ui-radius) 0 0;border:1px solid var(--ui-color-contrast);transition:max-height .5s ease,padding .5s ease,border-bottom .5s ease}@media(min-width: 500px){.post-table .product__attributes{order:8;width:initial;max-height:initial;margin:0;padding:0;border-radius:0;border:none}}.post-table .product__attributes .label{width:50%}.post-table .product__attributes .value{width:50%;margin-left:var(--ui-padding)}@media(min-width: 500px){.post-table .product__attributes .value{width:100%;margin-left:0}}.post-table .product__attribute .value svg{max-width:20px;max-height:20px;width:20px;margin-left:auto;margin-right:auto}@media(min-width: 500px){.post-table .product__attribute.attribute{order:8}}.post-table .product__availability{order:6;width:100%;padding:0;margin-top:calc(.5*var(--gap-padding));border-radius:var(--ui-radius);border:1px solid var(--ui-color-contrast);display:flex;flex-direction:column;justify-content:start}@media(min-width: 500px){.post-table .product__availability{order:11;border:none;margin:0;border-radius:0;padding:14px 0}}.post-table .product__availability .label{display:none}.post-table .product__availability .value{width:100%}@media(min-width: 500px){.post-table .product__availability .value{display:flex;flex-flow:column nowrap;gap:10px}}.post-table .product__advantages,.post-table .product__disadvantages{font-size:.75rem}@media(min-width: 500px){.post-table .product__advantages,.post-table .product__disadvantages{order:9}}.post-table .product__advantages .value,.post-table .product__disadvantages .value{align-items:flex-start;justify-content:flex-start}@media(min-width: 500px){.post-table .product__advantages .value li,.post-table .product__disadvantages .value li{margin-left:20px}}.post-table .product .attribute-list{margin:0;padding:0;text-align:left;hyphens:auto;font-size:clampFont(0.7rem, 0.9rem);line-height:1.4}@media(min-width: 500px){.post-table .product .attribute-list{width:100%}}.post-table .product .attribute-list li{margin-bottom:10px;position:relative}.post-table .product .attribute-list li:last-child{margin-bottom:0}.post-table .product .attribute-list .icon{position:absolute;top:0px;left:-21px;max-width:16px;max-height:16px;font-size:16px;color:#bbb}@media(max-width: 499px){.post-table .product.attr-open .product__attributes{max-height:5000px}}@media(max-width: 499px){.post-table .product.attr-open .gradient{display:none}}@media(max-width: 499px){.post-table .product.attr-open .btn-more>.icon{transform:rotate(180deg)}}.post-table .flag svg,.post-table .flag img{max-width:40px}@media(max-width: 499px){.post-table .hide-ps-m{display:none !important}}.post-table+.post-content{margin-top:50px}@media screen and (min-width: 997px)and (max-width: 1199px),screen and (min-width: 1200px){.basic-table{font-size:1rem}}@media screen and (max-width: 650px),screen and (min-width: 651px)and (max-width: 996px){.basic-table{font-size:.8rem}}@media screen and (max-width: 650px){.basic-table .container,.basic-table footer .footer-top,footer .basic-table .footer-top,.basic-table footer .footer-center,footer .basic-table .footer-center,.basic-table footer .footer-bottom,footer .basic-table .footer-bottom,.basic-table .post-content{padding:0 calc(.666*var(--container-padding))}}.basic-table .product{position:relative;margin-bottom:var(--container-padding);margin-top:53px;border-radius:var(--ui-radius);overflow:hidden;box-shadow:0 0 20px rgba(0,0,0,.2)}.basic-table .product__wrapper{position:relative;margin-top:75px}.basic-table .product__wrapper>.sponsored{position:absolute;right:5px;top:-20px;font-size:.6rem;opacity:.3}.basic-table .product__header{display:flex;text-align:left;position:relative;align-items:stretch;height:60px}.basic-table .product__number{padding:0;background-color:var(--secondary-color);color:var(--text-color-inverted);min-width:60px;font-size:30px;display:flex;align-items:center;justify-content:center}.basic-table .product__title{padding:0 var(--ui-padding);background-color:var(--ui-color-contrast);color:var(--text-color);width:100%;display:flex;align-items:center}.basic-table .product__rating{float:left;height:170px}@media(min-width: 500px){.basic-table .product__rating{order:5;height:130px;width:auto;float:none}}.basic-table .product__rating .label{display:none}.basic-table .product__rating .value svg{width:100%;max-width:150px}.basic-table .product__content{--gap-padding: calc(2.666 * var(--ui-padding));background-color:var(--ui-color);display:grid;grid-template-columns:1fr;grid-template-areas:"c1" "c2" "c3" "c4";padding:calc(.5*var(--gap-padding))}@media screen and (max-width: 650px){.basic-table .product__content{padding:calc(.5*var(--gap-padding));gap:calc(.5*var(--gap-padding));grid-template-columns:100%;grid-template-areas:"c1" "c3" "c5" "c2"}}@media screen and (min-width: 651px)and (max-width: 996px){.basic-table .product__content{padding:0;gap:0;grid-template-areas:"c1 c3" "c2 c2" "c5 c5" "c4 c4"}.basic-table .product__content>div{padding:calc(.5*var(--gap-padding))}}@media screen and (min-width: 997px)and (max-width: 1199px){.basic-table .product__content{gap:var(--gap-padding);grid-template-columns:auto auto;grid-template-rows:auto auto auto auto;grid-template-areas:"c1 c1" "c3 c2" "c5 c5" "c4 c4"}}@media screen and (min-width: 1200px){.basic-table .product__content{gap:var(--gap-padding);grid-template-columns:200px auto auto;grid-template-rows:auto auto;grid-template-areas:"c1 c2 c3" "c4 c5 c5"}}.basic-table .product__content>div{position:relative}.basic-table .product__product-image{position:relative;text-align:center;grid-area:c1;align-content:center}@media screen and (min-width: 997px)and (max-width: 1199px),screen and (min-width: 1200px){.basic-table .product__product-image{display:flex;flex-flow:wrap;align-content:flex-start;justify-content:center}}@media screen and (max-width: 650px){.basic-table .product__product-image{display:flex;align-items:center;justify-content:space-around;min-height:200px}}.basic-table .product__product-image img{height:auto;max-width:100%}.basic-table .product__product-image__wrapper{display:flex;flex-flow:wrap;align-content:center;justify-content:center}@media screen and (min-width: 997px)and (max-width: 1199px),screen and (min-width: 1200px){.basic-table .product__product-image__wrapper{min-height:220px}}@media screen and (max-width: 650px),screen and (min-width: 651px)and (max-width: 996px){.basic-table .product__product-image__wrapper{min-height:150px}}@media screen and (max-width: 650px){.basic-table .product__product-image>div{width:33.33%}.basic-table .product__product-image>div:first-child{padding-right:calc(.5*var(--ui-padding));width:66.66%}.basic-table .product__product-image>div:last-child{padding-left:calc(.5*var(--ui-padding))}}.basic-table .product__product-image svg{width:100%;max-width:150px;height:auto}.basic-table .product__rating{position:absolute;left:60px;top:-35px;background-color:var(--highlight-color);border-radius:var(--ui-radius);padding:calc(.7*var(--ui-padding));padding-left:3.3rem;padding-right:1.5rem;line-height:2rem;transition:all .3s ease}.basic-table .product__rating:hover{box-shadow:inset 0 80px 0 0 rgba(0,0,0,.3)}.basic-table .product__rating .big{font-style:italic;position:relative;top:-0.5rem;font-size:1.1rem;white-space:nowrap}.basic-table .product__rating .small{position:absolute;font-size:.7rem;top:.1rem;font-style:normal;font-weight:var(--font-weight-primary)}.basic-table .product__rating svg{position:absolute;top:0;left:.5rem;width:2.5rem;height:auto;z-index:1}.basic-table .product__buttons{display:flex;flex-flow:row;justify-content:end;gap:calc(var(--gap-padding));grid-area:c3}@media screen and (min-width: 997px)and (max-width: 1199px),screen and (min-width: 1200px){.basic-table .product__buttons{height:220px}}@media screen and (max-width: 650px),screen and (min-width: 651px)and (max-width: 996px){.basic-table .product__buttons{justify-content:center;flex-wrap:wrap-reverse;padding-top:0 !important;padding-bottom:0 !important}}.basic-table .product__buttons__badges{display:flex;position:relative;flex-flow:row nowrap;gap:var(--gap-padding)}@media screen and (max-width: 650px),screen and (min-width: 651px)and (max-width: 996px){.basic-table .product__buttons__badges{justify-content:center}}@media screen and (max-width: 650px){.basic-table .product__buttons__badges::before{background-color:var(--ui-color-contrast);content:"";width:calc(100% - 2*var(--gap-padding));height:1px;position:absolute;top:calc(-0.5*var(--gap-padding));left:calc(1*var(--gap-padding))}}.basic-table .product__buttons__user-rating{background-color:var(--ui-color-contrast);border-radius:var(--ui-radius);padding:calc(1*var(--ui-padding)) calc(1*var(--ui-padding));position:relative;white-space:nowrap;transition:all .3s ease;flex:1;text-align:center}@media screen and (max-width: 650px),screen and (min-width: 651px)and (max-width: 996px){.basic-table .product__buttons__user-rating{text-align:right}}.basic-table .product__buttons__user-rating:hover{box-shadow:inset 0 80px 0 0 rgba(0,0,0,.3)}.basic-table .product__buttons__user-rating img{position:absolute;width:2rem;top:.5rem;left:.5rem}@media screen and (max-width: 650px){.basic-table .product__buttons__user-rating img{width:5rem;top:.9rem;left:4rem;transform:translate(-50%, 0)}}.basic-table .product__buttons__user-rating .star{display:inline-block;aspect-ratio:1.1;height:1.6rem;background:url(images/star-solid.svg) no-repeat center center;background-size:contain}@media(min-width: 500px){.basic-table .product__buttons__user-rating .star{height:20px;width:20px}}.basic-table .product__buttons__user-rating .star.half{background-image:url(images/star-half-alt-solid.svg)}.basic-table .product__buttons__user-rating .star.empty{background-image:url(images/star-light.svg)}.basic-table .product__buttons__user-rating small{position:absolute;bottom:0;left:0;font-size:.625rem;width:100%;text-align:center}@media screen and (max-width: 650px){.basic-table .product__buttons__user-rating small{bottom:.5rem;left:4rem;font-size:.7rem;width:initial;transform:translate(-50%, 0)}}@media screen and (max-width: 650px),screen and (min-width: 651px)and (max-width: 996px){.basic-table .product__buttons__product-badge canvas{max-width:100% !important}}@media screen and (min-width: 997px)and (max-width: 1199px),screen and (min-width: 1200px){.basic-table .product__buttons__product-badge canvas{max-width:300px !important}}.basic-table .product__buttons__product-badge__filter{font-size:.6rem;text-align:right}.basic-table .product__buttons__product-badge .btn-filter{padding:.2rem;cursor:pointer;border-radius:calc(var(--ui-radius)/2)}.basic-table .product__buttons__product-badge .btn-filter.bold{color:var(--ui-color);background-color:var(--ui-color-contrast-strong)}.basic-table .product__buttons__product-badge .btn-filter:hover:not(.bold){background-color:var(--ui-color-contrast)}.basic-table .product__buttons__product-badge .btn-filter.hide{display:none}.basic-table .product__buttons .left{display:flex;flex-flow:column nowrap;justify-content:center}.basic-table .product__buttons .right{position:relative;display:flex;flex-flow:column nowrap;justify-content:center;gap:calc(.5*var(--gap-padding))}@media screen and (max-width: 650px){.basic-table .product__buttons .right{gap:var(--gap-padding);flex-flow:column-reverse nowrap;width:100%}}.basic-table .product__buttons .right::before{background-color:var(--ui-color-contrast);content:"";height:calc(100% - .5*var(--gap-padding));position:absolute;width:0px;top:calc(.25*var(--gap-padding));left:calc(-0.5*var(--gap-padding))}@media screen and (min-width: 651px)and (max-width: 996px),screen and (min-width: 997px)and (max-width: 1199px),screen and (min-width: 1200px){.basic-table .product__buttons .right::before{width:1px}}.basic-table .product__clickout-section{grid-area:c4;display:flex;align-items:flex-start}@media screen and (max-width: 650px){.basic-table .product__clickout-section{display:none}}.basic-table .product__clickout-section .product__clickout{flex:1}.basic-table .product__price-engine{grid-area:c5;display:flex;align-items:center}.basic-table .product__price-engine__buttons{display:flex;align-items:flex-start;gap:calc(.25*var(--gap-padding))}@media screen and (max-width: 650px),screen and (min-width: 651px)and (max-width: 996px){.basic-table .product__price-engine__buttons{flex-flow:column wrap;align-items:initial;gap:initial;width:100%}}@media screen and (min-width: 997px)and (max-width: 1199px),screen and (min-width: 1200px){.basic-table .product__price-engine__buttons{flex-flow:row wrap}}.basic-table .product__price-engine::before{background-color:var(--ui-color-contrast);content:"";height:0;position:absolute;width:100%;top:calc(-0.5*var(--gap-padding) - 1px);left:0}@media screen and (min-width: 997px)and (max-width: 1199px),screen and (min-width: 1200px){.basic-table .product__price-engine::before{height:1px}}.basic-table .product__price-engine .availability__item{min-width:160px}@media screen and (max-width: 650px),screen and (min-width: 651px)and (max-width: 996px){.basic-table .product__price-engine>h4{display:none}}@media screen and (max-width: 650px){.basic-table .product__price-engine{border-radius:var(--ui-radius);border:1px solid var(--comparison-border-color)}}.basic-table .product__attributes{grid-area:c2;display:flex;justify-content:space-between;align-content:flex-start}@media screen and (max-width: 650px),screen and (min-width: 651px)and (max-width: 996px){.basic-table .product__attributes{justify-content:center}}@media screen and (max-width: 650px){.basic-table .product__attributes{border-radius:var(--ui-radius);border:1px solid var(--comparison-border-color);overflow:hidden}}.basic-table .product__attributes__title{display:block;margin-bottom:10px;color:var(--clickout-color)}@media screen and (max-width: 650px),screen and (min-width: 651px)and (max-width: 996px){.basic-table .product__attributes__title{margin-left:var(--ui-padding)}}@media screen and (max-width: 650px){.basic-table .product__attributes__title{display:none}}.basic-table .product__attributes__table__wrapper{max-height:144px;overflow:hidden;transition:max-height .5s ease,padding .5s ease,border-bottom .5s ease}@media screen and (max-width: 650px),screen and (min-width: 651px)and (max-width: 996px){.basic-table .product__attributes__table{width:100%}}.basic-table .product__attributes h3{padding:0}.basic-table .product__attributes .product__attribute-btn{position:relative}.basic-table .product__attributes .product__attribute-btn .gradient{background:linear-gradient(0deg, white 0%, rgba(255, 255, 255, 0) 100%);position:absolute;height:80px;top:-80px;left:0;right:0;opacity:1;transition:opacity .3s ease}.basic-table .product__attributes .product__attribute-btn .btn-more{cursor:pointer;display:flex;background-color:#fff;border:none;width:100%;height:30px;align-items:center;justify-content:center;font-weight:bold;padding:calc(1.5*var(--ui-padding))}@media screen and (max-width: 650px){.basic-table .product__attributes .product__attribute-btn .btn-more{background-color:var(--ui-color-contrast)}}.basic-table .product__attributes .product__attribute-btn .btn-more>.icon{display:inline-block;font-size:27px;margin-left:6px;color:var(--ui-color-contrast-strong)}.attr-open .basic-table .product__attributes .product__attribute-btn .btn-more>.icon{transform:rotate(180deg)}.basic-table .product h4{padding:0 0 var(--ui-padding);font-size:1.1rem}.basic-table .product ul{margin:0;padding:0 0 0 1.5rem}.basic-table .product ul li{margin:0 0 .3rem 0;position:relative;list-style:none}.basic-table .product ul svg{position:absolute;top:.35rem;left:-1.25rem;max-width:.75rem}.basic-table .product.show-all .product__attributes__table__wrapper{max-height:1000px}.basic-table .product.show-all .product__attribute-btn .gradient{opacity:0}.basic-table .product.show-all .product__attribute-btn .btn-more>.icon{transform:rotate(180deg)}.basic-table .badge-medal-ribbon1,.basic-table .badge-medal-ribbon2{fill:var(--badge-background-color);opacity:.75}.basic-table .link{color:var(--primary-color)}.basic-table .mobile-badge{display:none}@media screen and (max-width: 650px){.basic-table .mobile-badge{display:block;align-self:baseline}}.basic-table .desktop-badge{display:none !important}@media screen and (min-width: 651px)and (max-width: 996px),screen and (min-width: 997px)and (max-width: 1199px),screen and (min-width: 1200px){.basic-table .desktop-badge{display:flex !important}}.basic-table .badge-1{--highlight-color: var(--badge-color-1)}.basic-table .badge-2{--highlight-color: var(--badge-color-2)}.basic-table .badge-3{--highlight-color: var(--badge-color-3)}.basic-table .badge-4{--highlight-color: var(--badge-color-4)}.basic-table .btn.colink,.basic-table .colink.disclaimer__button{padding:calc(var(--ui-padding));line-height:1.8rem}.basic-table .btn.colink img,.basic-table .colink.disclaimer__button img{height:2rem;vertical-align:middle}.sea .colink{justify-content:center !important}.post-feature__attributes__advantages .attribute-table{margin-bottom:25px}.post-feature__attributes__advantages .attribute-table__row{position:relative;margin-bottom:14px;padding-left:24px}.post-feature__attributes__advantages .attribute-table__row::before{position:absolute;content:"✔";left:0;top:50%;transform:translateY(-50%)}.post-feature__attributes__attributes .attribute-table,.product__attributes__table__wrapper .attribute-table{display:flex;flex-flow:column;overflow:hidden;border-bottom:0px solid transparent;transition:max-height .5s ease,padding .5s ease,border-bottom .5s ease;border-spacing:0 calc(.5*var(--ui-padding));margin-bottom:25px}@media screen and (min-width: 997px)and (max-width: 1199px),screen and (min-width: 1200px){.post-feature__attributes__attributes .attribute-table,.product__attributes__table__wrapper .attribute-table{display:table;table-layout:fixed}}.post-feature__attributes__attributes .attribute-table__row,.product__attributes__table__wrapper .attribute-table__row{display:flex;align-items:baseline;padding:12px 10px 10px 0px;height:50px;padding:12px 10px 0 0px;height:auto}@media screen and (min-width: 997px)and (max-width: 1199px),screen and (min-width: 1200px){.post-feature__attributes__attributes .attribute-table__row,.product__attributes__table__wrapper .attribute-table__row{display:table-row}}.post-feature__attributes__attributes .attribute-table__col,.product__attributes__table__wrapper .attribute-table__col{width:60%;word-wrap:break-word;hyphens:auto;position:relative}@media screen and (min-width: 997px)and (max-width: 1199px),screen and (min-width: 1200px){.post-feature__attributes__attributes .attribute-table__col,.product__attributes__table__wrapper .attribute-table__col{width:auto;display:table-cell}}@media screen and (min-width: 997px)and (max-width: 1199px),screen and (min-width: 1200px){.post-feature__attributes__attributes .attribute-table__col:nth-child(2),.product__attributes__table__wrapper .attribute-table__col:nth-child(2){padding-left:calc(4*var(--ui-padding));overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}}.post-feature__attributes__attributes .attribute-table__col:last-child,.product__attributes__table__wrapper .attribute-table__col:last-child{width:40%;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;text-align:right}@media screen and (min-width: 997px)and (max-width: 1199px),screen and (min-width: 1200px){.post-feature__attributes__attributes .attribute-table__col:last-child,.product__attributes__table__wrapper .attribute-table__col:last-child{width:auto;text-align:left}}.colink{cursor:pointer}.seo .show-seo{visibility:visible !important;position:initial !important}.sea .show-sea{visibility:visible !important;position:initial !important}.product__user-rating__rating{cursor:pointer}.product__user-rating__rating .stars{display:flex;flex-direction:row;justify-content:center}.product__user-rating__rating .star{display:inline-block;aspect-ratio:1.1;height:1.6rem;background:url(images/star-solid.svg) no-repeat center center;background-size:contain}@media(min-width: 500px){.product__user-rating__rating .star{height:20px;width:20px}}.product__user-rating__rating .star.half{background-image:url(images/star-half-alt-solid.svg)}.product__user-rating__rating .star.empty{background-image:url(images/star-light.svg)}.dealbadge{width:160px;max-width:160px;overflow:hidden;border-radius:var(--ui-radius);display:flex;flex-direction:column;position:relative;cursor:pointer}@media(min-width: 500px){.dealbadge{width:100%}}.dealbadge__hero{height:90px;overflow:hidden;padding-top:12px}.dealbadge.ebay_deal .dealbadge__hero{background:#fff;background:radial-gradient(at top, #ffffff 0%, #87B510 100%)}.dealbadge.amazon_deal .dealbadge__hero{background:#fff;background:radial-gradient(at top, #ffffff 0%, #F8B714 100%)}.dealbadge__image-container{height:25px;margin-bottom:8px}.dealbadge__image-container img{height:100%;width:auto;display:block;margin:0 auto}.dealbadge__price{font-size:28px;font-weight:800;text-anchor:middle;color:#d31111;text-shadow:calc(1 * 3px) calc(0 * 3px) 0 #ffffff,calc(0.7071067812 * 3px) calc(0.7071067812 * 3px) 0 #ffffff,calc(0 * 3px) calc(1 * 3px) 0 #ffffff,calc(-0.7071067812 * 3px) calc(0.7071067812 * 3px) 0 #ffffff,calc(-1 * 3px) calc(0 * 3px) 0 #ffffff,calc(-0.7071067812 * 3px) calc(-0.7071067812 * 3px) 0 #ffffff,calc(0 * 3px) calc(-1 * 3px) 0 #ffffff,calc(0.7071067812 * 3px) calc(-0.7071067812 * 3px) 0 #ffffff}.dealbadge__instead{height:25px;background:#006ab4;color:#fff;display:flex;align-items:center;justify-content:center;font-size:15px}.dealbadge__price-old{text-decoration:line-through}.dealbadge__countdown{height:25px;color:#fff;display:flex;align-items:center;justify-content:center;font-size:15px}.dealbadge__countdown__icon{position:absolute;bottom:1px;left:4px;color:#fff;font-family:"FinalCheck";font-size:18px}.dealbadge.amazon_deal .dealbadge__countdown{background:#151515}.dealbadge.ebay_deal .dealbadge__countdown{background:#fbac00}.table-sort-filter{margin-bottom:10px;z-index:50}@media(min-width: 500px){.table-sort-filter{margin-bottom:-214px}.table-sort-filter.open{margin-bottom:10px}}.table-sort-filter .Select__option{background-color:red !important}.table-sort-filter .Select__option--is-selected{background-color:var(--secondary-color) !important}.table-sort-filter .Select__option--is-focused{background-color:var(--secondary-color)}.table-sort-filter__trigger{border-radius:var(--ui-radius) var(--ui-radius) 0 0;display:inline-block;padding:8px 40px 8px 15px;font-size:.8rem;color:var(--secondary-color);cursor:pointer;background-color:transparent;text-decoration:underline;position:relative;margin:0 10px}@media(min-width: 500px){.table-sort-filter__trigger{margin:0}}.table-sort-filter__trigger::after{content:"";position:absolute;width:18px;height:18px;right:15px;margin-left:10px;background-image:url(images/settings.svg);background-repeat:no-repeat;background-size:contain}.table-sort-filter.open .table-sort-filter__trigger{background-color:var(--ui-color)}.table-sort-filter.closed .table-sort-filter__bar{display:none}.table-sort-filter__bar{padding:10px 0;display:flex;flex-flow:column;background:var(--ui-color);border-radius:0 var(--ui-radius) var(--ui-radius) var(--ui-radius);transition:padding .2s,height .2s;margin:0 10px;box-shadow:0 0 10px 0 rgba(0,0,0,.1)}@media(min-width: 500px){.table-sort-filter__bar{margin:0}}.table-sort-filter__bar>div{margin:0 15px;padding:15px 0;display:flex;flex-flow:column}.table-sort-filter__bar>div:not(:last-child){border-bottom:1px solid var(--ui-color-contrast)}@media(min-width: 768px){.table-sort-filter__bar{flex-flow:row nowrap}.table-sort-filter__bar>div{margin:0;padding:0 15px}.table-sort-filter__bar>div:not(:last-child){border-bottom:none;border-right:1px solid var(--ui-color-contrast)}}.table-sort-filter__bar .select{line-height:1.2;width:100%;font-size:.9rem;z-index:3}@media(min-width: 500px){.table-sort-filter__sorting{width:300px}}.table-sort-filter__label{display:block;font-size:12px;color:var(--ui-color-contrast-strong);flex-grow:0;padding-bottom:4px}.table-sort-filter__value{display:flex;flex-flow:row nowrap;align-items:center;flex-grow:1}.table-sort-filter__price .price-range-slider{width:100%;height:15px}@media(min-width: 768px){.table-sort-filter__price .price-range-slider{width:200px}}.table-sort-filter__price .price-range-slider .track{background-color:#ccc;top:7px;height:2px}.table-sort-filter__price .price-range-slider .track-0{border-radius:4px 0 0 4px}.table-sort-filter__price .price-range-slider .track-1{background-color:var(--secondary-color);height:4px;top:6px}.table-sort-filter__price .price-range-slider .track-2{border-radius:0 4px 4px 0}.table-sort-filter__price .price-range-slider .thumb{width:15px;height:15px;border-radius:50%;background:var(--secondary-color);cursor:pointer;position:absolute;outline:none;transition:box-shadow .2s}.table-sort-filter__price .price-range-slider .thumb:hover{box-shadow:0 0 0 3px rgba(0,0,0,.1)}.table-sort-filter__price .price-range-slider .thumb span{opacity:0;position:absolute;top:-28px;font-size:12px;left:50%;transform:translateX(-50%);background:var(--secondary-color);color:var(--text-color-inverted);min-width:20px;border-radius:5px;text-align:center;padding:2px 5px;transition:opacity .3s}.table-sort-filter__price .price-range-slider .thumb span::after{border:5px solid transparent;border-top-color:var(--secondary-color);height:0;left:50%;top:100%;transform:translate(-50%);width:0;content:"";position:absolute}.table-sort-filter__price .price-range-slider .thumb:hover span{opacity:.7}.table-sort-filter__user-rating .stars{display:flex;flex-flow:row nowrap}.table-sort-filter__user-rating .star{border:none;display:inline-block;width:20px;height:20px;background:url(images/star-solid.svg) no-repeat center center;background-size:contain;cursor:pointer}.table-sort-filter__user-rating .star.empty{background-image:url(images/star-light.svg)}.table-sort-filter__manufacturer{flex-grow:2}.table-sort-filter__manufacturer label.manufacturer{display:initial;font-size:14px}.table-sort-filter__reset .reset{border:none;outline:none;padding:0 25px 0 0;font-size:.8rem;color:var(--secondary-color);cursor:pointer;background:url(images/trash.svg) no-repeat right center}.table-sort-filter__reset .reset:hover{text-decoration:underline}.table-sort-filter__reset .reset.disabled{pointer-events:none;opacity:.3;color:var(--text-color)}.availability__item{border-bottom:1px solid var(--comparison-border-color);align-items:center;cursor:pointer;display:flex;flex-flow:column nowrap;justify-content:space-between;overflow:hidden;transition:all .2s ease;position:relative}@media(min-width: 500px){.post-feature .availability__item:first-of-type{border:2px solid var(--clickout-color);box-shadow:0 0 6px rgba(0,0,0,.5)}}@media(min-width: 500px){.post-feature .availability__item:first-of-type .availability__item__price{font-size:1.2rem}}@media(min-width: 500px){.post-feature .availability__item:first-of-type .availability__item__bestseller{display:block}}.availability__item:hover{box-shadow:0px 0px 0px 4px rgba(0,0,0,.15)}@media(min-width: 500px){.availability__item{border:1px solid var(--ui-color-contrast);border-radius:var(--ui-radius)}}.availability__item__bestseller{display:none;background-color:var(--clickout-color);color:#fff;font-size:.6rem;font-weight:bold;padding:.2rem .5rem;text-align:center;width:100%}.availability__item__price{width:100%;display:flex;flex-flow:row nowrap;align-items:center;justify-content:flex-end;font-size:1.2rem;padding:.5rem .5rem;position:relative;height:45px}@media(min-width: 500px){.availability__item__price{height:auto;justify-content:space-between;font-size:.9rem}}.availability__item__price span{display:inline-block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%}.sea .availability__item__price{justify-content:center}.availability__item__price .image{position:absolute;left:var(--ui-padding);top:var(--ui-padding);width:120px;height:35px}@media(min-width: 500px){.availability__item__price .image{position:static;max-width:60px;height:20px}}@media(min-width: 500px){.sea .availability__item__price .image{max-width:80px;height:25px;display:flex;justify-content:center}}.availability__item__price .image img{object-fit:contain;max-width:100%;max-height:100%;display:block}.availability__item__shipping{display:flex;flex-flow:row nowrap;align-items:center;justify-content:flex-end;padding:2px 4px;width:100%;font-size:.7rem;color:#777}@media(min-width: 500px){.availability__item__shipping{justify-content:space-between;background-color:#f6f6f6;border-top:1px solid var(--ui-color-contrast);color:#8b8b8b}}.availability__item__shipping .icon-truck{font-size:.9rem;line-height:1;padding-right:10px;text-align:left}@media(min-width: 500px){.availability__item__shipping .icon-truck{flex-grow:1}}.availability__item__shipping .shipping-time{flex-grow:0;flex-shrink:1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%}.availability__item__shipping .shipping-cost{flex-grow:0;white-space:nowrap}@media(max-width: 499px){.availability__item:last-of-type{border-bottom:none}}.product-attributes__table{display:flex;flex-flow:column;overflow:hidden;border-bottom:0px solid transparent;transition:padding .5s ease,border-bottom .5s ease;border-spacing:0 calc(.5*var(--ui-padding));margin-bottom:25px}@media screen and (min-width: 997px)and (max-width: 1199px),screen and (min-width: 1200px){.product-attributes__table{display:table;table-layout:fixed}}.product-attributes__table__row{display:flex;align-items:baseline;padding:12px 10px 0 0;height:auto}@media screen and (min-width: 997px)and (max-width: 1199px),screen and (min-width: 1200px){.product-attributes__table__row{display:table-row}}.product-attributes__table__col{width:60%;word-wrap:break-word;hyphens:auto;position:relative}@media screen and (min-width: 997px)and (max-width: 1199px),screen and (min-width: 1200px){.product-attributes__table__col{width:auto;display:table-cell}}@media screen and (min-width: 997px)and (max-width: 1199px),screen and (min-width: 1200px){.product-attributes__table__col:nth-child(2){padding-left:calc(4*var(--ui-padding));overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}}.product-attributes__table__col:last-child{width:40%;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;text-align:right}@media screen and (min-width: 997px)and (max-width: 1199px),screen and (min-width: 1200px){.product-attributes__table__col:last-child{width:auto;text-align:left}}.product-attributes.expanded .product-attributes__table__wrapper{max-height:9999px}.product-attributes__button{position:relative}.product-attributes__button__gradient{background:linear-gradient(0deg, white 0%, rgba(255, 255, 255, 0) 100%);position:absolute;height:60px;top:-60px;left:0;right:0;opacity:1;transition:opacity .3s ease}.product-attributes__button__btn-more{cursor:pointer;display:flex;background-color:#fff;border:none;width:100%;height:30px;align-items:center;justify-content:center;font-weight:bold;padding:calc(1.5*var(--ui-padding))}@media screen and (max-width: 650px){.product-attributes__button__btn-more{background-color:var(--ui-color-contrast)}}.product-attributes__button__btn-more>.icon{display:inline-block;font-size:27px;margin-left:6px;color:var(--ui-color-contrast-strong)}.expanded .product-attributes__button__btn-more>.icon{transform:rotate(180deg)}.how-we-test{display:flex;flex-direction:row;gap:var(--container-padding)}@media screen and (min-width: 651px)and (max-width: 996px),screen and (min-width: 997px)and (max-width: 1199px),screen and (min-width: 1200px){.how-we-test{padding-top:80px;margin-bottom:calc(4*var(--outer-container-padding))}}@media screen and (max-width: 650px){.how-we-test{margin-top:var(--container-padding);margin-bottom:var(--container-padding)}}@media screen and (max-width: 650px),screen and (min-width: 651px)and (max-width: 996px),screen and (min-width: 997px)and (max-width: 1199px){.how-we-test{flex-direction:column-reverse}}.how-we-test__image-wrapper{flex:1;position:relative;padding:0;display:flex;flex-flow:column}@media screen and (max-width: 650px),screen and (min-width: 651px)and (max-width: 996px),screen and (min-width: 997px)and (max-width: 1199px){.how-we-test__image-wrapper{height:500px}}@media screen and (max-width: 650px){.how-we-test__image-wrapper{width:calc(100% + 2*var(--outer-container-padding));margin-left:calc(-1*var(--outer-container-padding))}}.how-we-test__image-wrapper .statistics-box{background-color:var(--secondary-color);color:var(--text-color-inverted);display:flex;align-content:center;justify-content:center;align-self:end;margin:0 0 -40px 0;z-index:1;border-radius:var(--ui-radius)}@media screen and (max-width: 650px){.how-we-test__image-wrapper .statistics-box{width:100%;border-radius:0;overflow:hidden}}@media screen and (min-width: 651px)and (max-width: 996px),screen and (min-width: 997px)and (max-width: 1199px),screen and (min-width: 1200px){.how-we-test__image-wrapper .statistics-box{position:absolute;right:40px;transform:translate(0, -50%)}}.how-we-test__image-wrapper .statistics-box__statistic{display:flex;flex-flow:row;align-items:center;padding:calc(2*var(--container-padding));position:relative}@media screen and (max-width: 650px){.how-we-test__image-wrapper .statistics-box__statistic{padding:var(--container-padding);width:50%;word-break:break-word;hyphens:auto}}.how-we-test__image-wrapper .statistics-box__statistic h2{margin:0 var(--container-padding) 0 0;white-space:nowrap !important;color:var(--text-color-inverted)}.how-we-test__image-wrapper .statistics-box__statistic:first-child::after{width:2px;background-color:var(--ui-color);content:"";height:40%;position:absolute;top:30%;right:-1px}.how-we-test__image-wrapper__block-image{height:100%;background-size:cover;background-position:center;border-radius:calc(8*var(--ui-radius)) calc(2*var(--ui-radius))}@media screen and (max-width: 650px),screen and (min-width: 651px)and (max-width: 996px),screen and (min-width: 997px)and (max-width: 1199px){.how-we-test__image-wrapper__block-image{height:500px}}@media screen and (max-width: 650px){.how-we-test__image-wrapper__block-image{border-radius:0}}.how-we-test__text-section{display:flex;flex-direction:column;gap:calc(.5*var(--container-padding));min-height:500px;justify-content:space-between}@media screen and (max-width: 650px),screen and (min-width: 651px)and (max-width: 996px){.how-we-test__text-section{height:auto}}@media screen and (max-width: 650px),screen and (min-width: 997px)and (max-width: 1199px){.how-we-test__text-section{min-height:400px}}@media screen and (min-width: 1200px){.how-we-test__text-section{width:500px}}.how-we-test__text-block{--gap-size: calc(2 * var(--container-padding));display:flex;align-items:center;gap:var(--gap-size);position:relative;flex-grow:2}.how-we-test__text-block__text-container h3{padding:0}.how-we-test__text-block__icon-container{--icon-size: 98px;width:var(--icon-size);height:var(--icon-size);display:flex;flex-shrink:0;justify-content:center;align-items:center;background:var(--ui-color);border-radius:var(--ui-radius)}@media screen and (max-width: 650px){.how-we-test__text-block__icon-container{--icon-size: 66px;width:var(--icon-size);height:var(--icon-size)}}.how-we-test__text-block__icon-container::before,.how-we-test__text-block__icon-container::after{content:" ";position:absolute;left:calc(.5*var(--icon-size));border-left:2px solid var(--ui-color-contrast);height:calc(50% - .5*var(--icon-size) - .125*var(--gap-size))}.how-we-test__text-block__icon-container::after{top:calc(50% + .5*var(--icon-size) + .25*var(--gap-size))}.how-we-test__text-block__icon-container::before{bottom:calc(50% + .5*var(--icon-size) + .25*var(--gap-size))}.how-we-test__text-block:last-child .how-we-test__text-block__icon-container::after{display:none}.how-we-test__text-block:first-child .how-we-test__text-block__icon-container::before{display:none}.how-we-test .icon,.how-we-test .material-icons{font-size:48px}.press-section{--gap-padding: calc(2.666 * var(--ui-padding));display:flex;flex-direction:column;border-radius:var(--ui-radius);background-color:var(--ui-color);margin-bottom:calc(4*var(--outer-container-padding))}@media screen and (min-width: 997px)and (max-width: 1199px),screen and (min-width: 1200px){.press-section{padding:calc(.5*var(--gap-padding)) var(--gap-padding) var(--gap-padding) var(--gap-padding)}}.press-section .press-articles{overflow:hidden;position:relative;display:flex;flex-flow:row;padding-top:calc(.5*var(--gap-padding))}@media screen and (max-width: 650px){.press-section .press-articles{height:360px}}@media screen and (min-width: 651px)and (max-width: 996px){.press-section .press-articles{height:260px}}@media screen and (max-width: 650px),screen and (min-width: 651px)and (max-width: 996px){.press-section .press-articles{padding:calc(.75*var(--gap-padding));flex-flow:column}}@media screen and (min-width: 997px)and (max-width: 1199px),screen and (min-width: 1200px){.press-section .press-articles{height:180px}}@media screen and (min-width: 997px)and (max-width: 1199px)and (max-width: 650px),screen and (min-width: 997px)and (max-width: 1199px)and (min-width: 651px)and (max-width: 996px),screen and (min-width: 1200px)and (max-width: 650px),screen and (min-width: 1200px)and (min-width: 651px)and (max-width: 996px){.press-section .press-articles{left:calc(.75*var(--gap-padding));right:calc(.75*var(--gap-padding))}}.press-section .press-articles__text{position:relative}.press-section .press-articles__articles-list{flex:1;height:calc(100% - var(--gap-padding));position:relative;padding:calc(.5*var(--gap-padding)) 0 calc(.5*var(--gap-padding)) 0;margin-top:calc(-0.5*var(--gap-padding));overflow:hidden}.press-section .press-articles__articles-list::before{content:" ";background:#fff;background:linear-gradient(180deg, white 0%, rgba(255, 255, 255, 0) 100%);height:calc(.5*var(--gap-padding));position:absolute;z-index:99;top:0;left:0;right:0}.press-section .press-articles__articles-list::after{content:" ";background:#fff;background:linear-gradient(0deg, white 0%, rgba(255, 255, 255, 0) 100%);height:calc(.5*var(--gap-padding));width:100%;position:absolute;z-index:99;bottom:0;left:0;right:0}.press-section .press-articles__article{display:flex;position:absolute;width:100%;padding-bottom:calc(.5*var(--gap-padding));background-color:var(--ui-color)}@media screen and (max-width: 650px),screen and (min-width: 651px)and (max-width: 996px){.press-section .press-articles__article{flex-direction:column}}@media screen and (min-width: 997px)and (max-width: 1199px),screen and (min-width: 1200px){.press-section .press-articles__article{justify-content:space-between}}@media screen and (max-width: 650px),screen and (min-width: 651px)and (max-width: 996px){.press-section .press-articles__article-headline{margin-bottom:calc(.5*var(--gap-padding))}}@media screen and (min-width: 997px)and (max-width: 1199px),screen and (min-width: 1200px){.press-section .press-articles__article-headline{width:30%;margin-right:var(--gap-padding)}}.press-section .press-articles__article-headline h3{font-style:normal;font-weight:510;font-size:35px;line-height:42px;color:var(--text-color);padding:0}@media screen and (max-width: 650px),screen and (min-width: 651px)and (max-width: 996px){.press-section .press-articles__article-headline h3{font-size:27px;line-height:33px}}.press-section .press-articles__article-sub-text{font-style:normal;font-weight:274;font-size:20px;line-height:146%;letter-spacing:.005em;color:#5b636c;display:flex;justify-content:center}@media screen and (min-width: 997px)and (max-width: 1199px),screen and (min-width: 1200px){.press-section .press-articles__article-sub-text{width:50%}}.press-section .press-articles__article-sub-text q{quotes:none}@media screen and (min-width: 997px)and (max-width: 1199px),screen and (min-width: 1200px){.press-section .press-articles__article-sub-text q{width:400px}}@media screen and (min-width: 997px)and (max-width: 1199px),screen and (min-width: 1200px){.press-section .press-articles__article-featured-by{display:flex;flex-flow:column;align-items:center;width:20%}}@media screen and (max-width: 650px),screen and (min-width: 651px)and (max-width: 996px){.press-section .press-articles__article-featured-by{text-align:right;margin-top:calc(.5*var(--gap-padding))}}.press-section .press-articles__article-featured-by h4{font-style:normal;font-weight:274;font-size:14px;line-height:146%;letter-spacing:.005em;color:#626f7d}@media screen and (max-width: 650px),screen and (min-width: 651px)and (max-width: 996px){.press-section .press-articles__article-featured-by h4{display:none}}.press-section .press-articles__article-featured-by img{max-width:150px;max-height:40px;width:auto;height:auto}@media screen and (max-width: 650px),screen and (min-width: 651px)and (max-width: 996px){.press-section .press-articles__article-featured-by img{max-width:100px;max-height:30px}}.press-section .press-navigation{position:relative;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap}@media screen and (max-width: 650px),screen and (min-width: 651px)and (max-width: 996px){.press-section .press-navigation{padding:0 calc(.25*var(--gap-padding)) calc(.25*var(--gap-padding)) calc(.25*var(--gap-padding));gap:calc(.25*var(--gap-padding))}}@media screen and (min-width: 997px)and (max-width: 1199px),screen and (min-width: 1200px){.press-section .press-navigation{margin-top:calc(var(--gap-padding) + 2px);gap:var(--gap-padding)}}.press-section .press-navigation__button{height:50px;display:flex;justify-content:center;align-items:center;transition:opacity 1s ease,background-color 1s ease;opacity:.5;cursor:pointer}@media screen and (max-width: 650px),screen and (min-width: 651px)and (max-width: 996px){.press-section .press-navigation__button{flex:0 0 auto;width:calc(50% - .125*var(--gap-padding)) !important;border-radius:var(--ui-radius);padding:calc(.25*var(--gap-padding))}}.press-section .press-navigation__button:hover{opacity:1}@media screen and (max-width: 650px),screen and (min-width: 651px)and (max-width: 996px){.press-section .press-navigation__button:hover{background-color:var(--ui-color-contrast)}}.press-section .press-navigation__button.active{pointer-events:none;opacity:1}@media screen and (max-width: 650px),screen and (min-width: 651px)and (max-width: 996px){.press-section .press-navigation__button.active{background-color:var(--ui-color-contrast)}}.press-section .press-navigation__button.disabled{pointer-events:none}.press-section .press-navigation__button>img{max-width:150px;max-height:40px;width:auto;height:auto}@media screen and (max-width: 650px),screen and (min-width: 651px)and (max-width: 996px){.press-section .press-navigation__button>img{max-width:100px;max-height:30px}}@media screen and (min-width: 997px)and (max-width: 1199px),screen and (min-width: 1200px){.press-section .press-navigation::before{background-color:var(--ui-color-contrast);content:"";position:absolute;width:100%;top:calc(-1*var(--gap-padding) - 1px);left:0;height:1px}}@media screen and (max-width: 650px),screen and (min-width: 651px)and (max-width: 996px){.press-section .press-navigation__handle{display:none}}@media screen and (min-width: 997px)and (max-width: 1199px),screen and (min-width: 1200px){.press-section .press-navigation__handle{position:absolute;top:calc(-1*var(--gap-padding) - 2px);left:0%;transition:left 1s ease;transform:translate(-50%, 0);width:0;height:3px;background:#006ab4;transform:matrix(1, 0, 0, -1, 0, 0)}}.brand-section{--gap-padding: calc(2.666 * var(--ui-padding));margin-bottom:calc(4*var(--outer-container-padding));display:grid;grid-template-columns:3.5fr 2.5fr 1fr 14fr;grid-template-rows:1fr 1fr 1fr 50px 1fr;padding:var(--gap-padding);position:relative;color:var(--text-color-inverted);aspect-ratio:25/11;background:url(images/Rings.svg) no-repeat bottom right,linear-gradient(300deg, #5C97CD 0%, #006AB4 100%);background-size:cover;border-radius:var(--ui-radius) calc(var(--ui-radius)*10)}@media screen and (max-width: 650px),screen and (min-width: 651px)and (max-width: 996px){.brand-section{background:url(images/Rings.svg) no-repeat bottom right,linear-gradient(300deg, #5C97CD 0%, #006AB4 100%);background-size:cover}}@media screen and (min-width: 651px)and (max-width: 996px){.brand-section{grid-template-columns:3.5fr 2.5fr 1fr 6fr;grid-template-rows:1fr 1fr 50px 1fr 1fr;aspect-ratio:1/1}}@media screen and (max-width: 650px){.brand-section{grid-template-columns:6fr 2.5fr 1fr var(--gap-padding);grid-template-rows:auto auto auto auto;aspect-ratio:auto;padding:var(--gap-padding) 0 var(--gap-padding) var(--gap-padding)}}.brand-section__headline{grid-area:2/1/3/3;font-size:64px;margin-bottom:var(--gap-padding);font-weight:300;font-size:56px;line-height:60px;padding:0}@media screen and (max-width: 650px){.brand-section__headline{grid-area:1/1/2/5}}@media screen and (min-width: 651px)and (max-width: 996px){.brand-section__headline{grid-area:1/1/2/3}}@media screen and (max-width: 650px),screen and (min-width: 651px)and (max-width: 996px){.brand-section__headline{font-size:46px;line-height:58px;margin-bottom:calc(var(--gap-padding)*.5)}}.brand-section__subtext{grid-area:3/1/4/3;margin-bottom:var(--gap-padding);font-weight:400;font-size:20px;line-height:25px}@media screen and (max-width: 650px),screen and (min-width: 651px)and (max-width: 996px){.brand-section__subtext{grid-area:2/1/3/3}}.brand-section__link{grid-area:4/1/5/2}@media screen and (min-width: 651px)and (max-width: 996px){.brand-section__link{grid-area:3/1/4/2}}.brand-section__link .btn,.brand-section__link .disclaimer__button{font-size:18px}.brand-section__icons{grid-area:1/4/6/5;position:relative}@media screen and (max-width: 650px),screen and (min-width: 651px)and (max-width: 996px){.brand-section__icons{display:grid;grid-template-columns:1fr 1fr;align-items:center;justify-items:center}}@media screen and (max-width: 650px){.brand-section__icons{grid-area:3/1/4/3;margin-bottom:var(--gap-padding)}}.brand-section__icon{max-width:130px;max-height:50px;width:auto;height:auto}@media screen and (max-width: 650px){.brand-section__icon{margin-bottom:20px}}@media screen and (max-width: 650px),screen and (min-width: 651px)and (max-width: 996px){.brand-section__icon{max-width:100px;max-height:30px}}@media screen and (min-width: 997px)and (max-width: 1199px){.brand-section__icon{max-width:120px;max-height:40px}}@media screen and (min-width: 997px)and (max-width: 1199px),screen and (min-width: 1200px){.brand-section__icon{position:absolute;transform:translate(50%, 50%)}}.brand-section__icon--1{inset:auto 9% 8% auto}.brand-section__icon--2{inset:auto 35% 8% auto}.brand-section__icon--3{inset:auto 26% 28% auto}.brand-section__icon--4{inset:auto 9.5% 36% auto}.brand-section__icon--5{inset:auto 60% 8% auto}.brand-section__icon--6{inset:auto 46% 36% auto}.brand-section__icon--7{inset:auto 34% 53% auto}.brand-section__icon--8{inset:auto 10% 66% auto}.brand-section__icon--9{inset:auto 85% 8% auto}.brand-section__icon--10{inset:auto 75% 35% auto}.brand-section__icon--11{inset:auto 63% 60% auto}.brand-section__icon--12{inset:auto 43% 80% auto}.brand-section__icon--13{inset:auto 10.5% 94% auto}.brand-section__arrow{display:none;position:absolute;bottom:0}.brand-section__arrow--desktop{grid-area:2/2/5/4;left:20px;bottom:-15px;height:90%}@media screen and (min-width: 651px)and (max-width: 996px),screen and (min-width: 997px)and (max-width: 1199px),screen and (min-width: 1200px){.brand-section__arrow--desktop{display:initial}}@media screen and (min-width: 651px)and (max-width: 996px){.brand-section__arrow--desktop{grid-area:1/2/4/4;left:0;bottom:-20px;height:80%;width:100%}}.brand-section__arrow--mobile{grid-area:2/2/5/5;left:10px;height:88%;width:85%}@media screen and (max-width: 650px){.brand-section__arrow--mobile{display:initial}}.brand-section a{text-decoration:none}@font-face{font-family:"FinalCheckIcons";src:url(fonts/FinalCheckIcons.ttf?b824ge) format("truetype"),url(fonts/FinalCheckIcons.woff?b824ge) format("woff"),url(images/FinalCheckIcons.svg?b824ge) format("svg");font-weight:normal;font-style:normal;font-display:block}[class^=icon-],[class*=" icon-"]{font-family:"FinalCheckIcons" !important;speak:never;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.icon-checkmark:before{content:""}.icon-uncheck:before{content:""}.icon-chevron-left:before{content:""}.icon-chevron-right:before{content:""}.icon-chevron-down:before{content:""}.icon-chevron-up:before{content:""}.icon-magnifier:before{content:""}.icon-advantage:before{content:""}.icon-disadvantage:before{content:""}.icon-info:before{content:""}.icon-timer:before{content:""}.icon-list:before{content:""}.icon-group:before{content:""}.icon-user-rating:before{content:""}.icon-home:before{content:""}.icon-search-world:before{content:""}.icon-research:before{content:""}.icon-checklist:before{content:""}.icon-open-link:before{content:""}.icon-package:before{content:""}.icon-truck:before{content:""}
