:root{--jvm-border-color:#E5E6E7;--jvm-box-shadow:0 1px 2px 0 rgba(0,0,0,0.05);--jvm-tooltip-font-size:0.9rem;--jvm-tooltip-bg-color:#337FFA;--jvm-tooltip-color:#FFF;--jvm-tooltip-padding:3px 5px;--jvm-tooltip-shadow:var(--jvm-box-shadow);--jvm-tooltip-radius:3px;--jvm-zoom-btn-bg-color:#292929;--jvm-zoom-btn-color:#FFF;--jvm-zoom-btn-size:15px;--jvm-zoom-btn-radius:3px;--jvm-series-container-right:15px;--jvm-legend-bg-color:#FFF;--jvm-legend-radius:0.15rem;--jvm-legend-margin-left:0.75rem;--jvm-legend-padding:0.6rem;--jvm-legend-title-padding-bottom:0.5rem;--jvm-legend-title-margin-bottom:0.575rem;--jvm-legend-tick-margin-top:0.575rem;--jvm-legend-tick-sample-radius:0;--jvm-legend-tick-sample-height:12px;--jvm-legend-tick-sample-width:30px;--jvm-legend-tick-text-font-size:12px;--jvm-legend-tick-text-margin-top:3px}image,text,.jvm-zoom-btn{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.jvm-container{position:relative;height:100%;width:100%}.jvm-tooltip{border-radius:var(--jvm-tooltip-radius);background-color:var(--jvm-tooltip-bg-color);color:var(--jvm-tooltip-color);font-size:var(--jvm-tooltip-font-size);box-shadow:var(--jvm-tooltip-shadow);padding:var(--jvm-tooltip-padding);white-space:nowrap;position:absolute;display:none}.jvm-tooltip.active{display:block}.jvm-zoom-btn{background-color:var(--jvm-zoom-btn-bg-color);color:var(--jvm-zoom-btn-color);border-radius:var(--jvm-zoom-btn-radius);height:var(--jvm-zoom-btn-size);width:var(--jvm-zoom-btn-size);box-sizing:border-box;position:absolute;left:10px;line-height:var(--jvm-zoom-btn-size);text-align:center;cursor:pointer}.jvm-zoom-btn.jvm-zoomin{top:var(--jvm-zoom-btn-size)}.jvm-zoom-btn.jvm-zoomout{top:calc(var(--jvm-zoom-btn-size)*2 + var(--jvm-zoom-btn-size)/3)}.jvm-series-container{position:absolute;right:var(--jvm-series-container-right)}.jvm-series-container.jvm-series-h{bottom:15px}.jvm-series-container.jvm-series-v{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;gap:.75rem;top:15px}.jvm-legend{background-color:var(--jvm-legend-bg-color);border:1px solid var(--jvm-border-color);margin-left:var(--jvm-legend-margin-left);border-radius:var(--jvm-legend-radius);padding:var(--jvm-legend-padding);box-shadow:var(--jvm-box-shadow)}.jvm-legend-title{line-height:1;border-bottom:1px solid var(--jvm-border-color);padding-bottom:var(--jvm-legend-title-padding-bottom);margin-bottom:var(--jvm-legend-title-margin-bottom);text-align:left}.jvm-legend-tick{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;min-width:40px}.jvm-legend-tick:not(:first-child){margin-top:var(--jvm-legend-tick-margin-top)}.jvm-legend-tick-sample{border-radius:var(--jvm-legend-tick-sample-radius);margin-right:.45rem;height:var(--jvm-legend-tick-sample-height);width:var(--jvm-legend-tick-sample-width)}.jvm-legend-tick-text{font-size:var(--jvm-legend-tick-text-font-size);text-align:center;line-height:1}.jvm-line[animation=true]{-webkit-animation:jvm-line-animation 10s linear forwards infinite;animation:jvm-line-animation 10s linear forwards infinite}@-webkit-keyframes jvm-line-animation{from{stroke-dashoffset:250}}@keyframes jvm-line-animation{from{stroke-dashoffset:250}}@keyframes FadeIn{0%{opacity:0}100%{opacity:1}}@keyframes FadeInSmooth{0%{opacity:0.5}100%{opacity:1}}@keyframes FadeOut{0%{opacity:1}100%{opacity:0}}@keyframes Spin{from{transform:rotate(0deg)}to{transform:rotate(360deg)}}@keyframes Shake{0%{transform:rotate(0deg)}25%{transform:rotate(4deg)}50%{transform:rotate(0deg)}75%{transform:rotate(-4deg)}100%{transform:rotate(0deg)}}@keyframes Expand{0%{max-height:0;visibility:hidden}100%{max-height:5000px;visibility:visible}}@keyframes SlideUp{0%{bottom:-100%}100%{bottom:0}}@keyframes SlideDown{0%{bottom:0}100%{bottom:-100%}}@keyframes SkeletonLoading{0%{left:-100%}80%,
  100%{left:100%}}.fx-container{max-width:1512px;margin:0 auto}.fx-container--full-width{max-width:100%}.fx-container--with-margin{padding-left:24px;padding-right:24px}@media screen and (min-width: 600px){.fx-container--with-margin{padding-left:32px;padding-right:32px}}@media screen and (min-width: 940px){.fx-container--with-margin{padding-left:40px;padding-right:40px}}.fx-space{margin-top:24px;margin-bottom:24px}@media screen and (min-width: 600px){.fx-space{margin-top:32px;margin-bottom:32px}}@media screen and (min-width: 940px){.fx-space{margin-top:48px;margin-bottom:48px}}section{position:relative}#fx-breakpoints{height:0;width:0;visibility:hidden;opacity:0}#fx-breakpoints::after{content:'small'}@media screen and (min-width: 600px){#fx-breakpoints::after{content:'medium'}}@media screen and (min-width: 760px){#fx-breakpoints::after{content:'medium-ex'}}@media screen and (min-width: 940px){#fx-breakpoints::after{content:'large'}}@media screen and (min-width: 1150px){#fx-breakpoints::after{content:'large-ex'}}.fx-grid{display:grid;width:100%;grid-template-columns:repeat(12,1fr);grid-template-rows:1fr;grid-gap:0 16px}.fx-grid--with-row-gap{grid-row-gap:16px}.fx-grid.fx-grid--cols-10{grid-template-columns:repeat(12,1fr)}.fx-grid.fx-grid--cols-10 > .fx-grid__col{grid-column-start:span 6}.fx-grid.fx-grid--cols-8{grid-template-columns:repeat(8,1fr)}.fx-grid.fx-grid-cols--auto-5{grid-auto-columns:calc((100% / 2) - (16px - (16px / 2)))}.fx-grid.fx-grid-cols--auto > .fx-grid__col{grid-column-start:auto}.fx-grid > .fx-grid__col{grid-column-start:span 6;width:100%}.fx-grid > .fx-grid__col.fx-col--12,
.fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--12{grid-column-start:span 12}.fx-grid > .fx-grid__col.fx-col--11,
.fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--11{grid-column-start:span 11}.fx-grid > .fx-grid__col.fx-col--10,
.fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--10{grid-column-start:span 10}.fx-grid > .fx-grid__col.fx-col--9,
.fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--9{grid-column-start:span 9}.fx-grid > .fx-grid__col.fx-col--8,
.fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--8{grid-column-start:span 8}.fx-grid > .fx-grid__col.fx-col--7,
.fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--7{grid-column-start:span 7}.fx-grid > .fx-grid__col.fx-col--6,
.fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--6{grid-column-start:span 6}.fx-grid > .fx-grid__col.fx-col--5,
.fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--5{grid-column-start:span 5}.fx-grid > .fx-grid__col.fx-col--4,
.fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--4{grid-column-start:span 4}.fx-grid > .fx-grid__col.fx-col--3,
.fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--3{grid-column-start:span 3}.fx-grid > .fx-grid__col.fx-col--2,
.fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--2{grid-column-start:span 2}.fx-grid > .fx-grid__col.fx-col--1,
.fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--1{grid-column-start:span 1}@media screen and (min-width: 600px){.fx-grid > .fx-grid__col.fx-col--md-12,
  .fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--md-12{grid-column-start:span 12}.fx-grid > .fx-grid__col.fx-col--md-11,
  .fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--md-11{grid-column-start:span 11}.fx-grid > .fx-grid__col.fx-col--md-10,
  .fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--md-10{grid-column-start:span 10}.fx-grid > .fx-grid__col.fx-col--md-9,
  .fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--md-9{grid-column-start:span 9}.fx-grid > .fx-grid__col.fx-col--md-8,
  .fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--md-8{grid-column-start:span 8}.fx-grid > .fx-grid__col.fx-col--md-7,
  .fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--md-7{grid-column-start:span 7}.fx-grid > .fx-grid__col.fx-col--md-6,
  .fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--md-6{grid-column-start:span 6}.fx-grid > .fx-grid__col.fx-col--md-5,
  .fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--md-5{grid-column-start:span 5}.fx-grid > .fx-grid__col.fx-col--md-4,
  .fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--md-4{grid-column-start:span 4}.fx-grid > .fx-grid__col.fx-col--md-3,
  .fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--md-3{grid-column-start:span 3}.fx-grid > .fx-grid__col.fx-col--md-2,
  .fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--md-2{grid-column-start:span 2}.fx-grid > .fx-grid__col.fx-col--md-1,
  .fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--md-1{grid-column-start:span 1}}@media screen and (min-width: 760px){.fx-grid > .fx-grid__col.fx-col--me-12,
  .fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--me-12{grid-column-start:span 12}.fx-grid > .fx-grid__col.fx-col--me-11,
  .fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--me-11{grid-column-start:span 11}.fx-grid > .fx-grid__col.fx-col--me-10,
  .fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--me-10{grid-column-start:span 10}.fx-grid > .fx-grid__col.fx-col--me-9,
  .fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--me-9{grid-column-start:span 9}.fx-grid > .fx-grid__col.fx-col--me-8,
  .fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--me-8{grid-column-start:span 8}.fx-grid > .fx-grid__col.fx-col--me-7,
  .fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--me-7{grid-column-start:span 7}.fx-grid > .fx-grid__col.fx-col--me-6,
  .fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--me-6{grid-column-start:span 6}.fx-grid > .fx-grid__col.fx-col--me-5,
  .fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--me-5{grid-column-start:span 5}.fx-grid > .fx-grid__col.fx-col--me-4,
  .fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--me-4{grid-column-start:span 4}.fx-grid > .fx-grid__col.fx-col--me-3,
  .fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--me-3{grid-column-start:span 3}.fx-grid > .fx-grid__col.fx-col--me-2,
  .fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--me-2{grid-column-start:span 2}.fx-grid > .fx-grid__col.fx-col--me-1,
  .fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--me-1{grid-column-start:span 1}}@media screen and (min-width: 940px){.fx-grid > .fx-grid__col.fx-col--lg-12,
  .fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--lg-12{grid-column-start:span 12}.fx-grid > .fx-grid__col.fx-col--lg-11,
  .fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--lg-11{grid-column-start:span 11}.fx-grid > .fx-grid__col.fx-col--lg-10,
  .fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--lg-10{grid-column-start:span 10}.fx-grid > .fx-grid__col.fx-col--lg-9,
  .fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--lg-9{grid-column-start:span 9}.fx-grid > .fx-grid__col.fx-col--lg-8,
  .fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--lg-8{grid-column-start:span 8}.fx-grid > .fx-grid__col.fx-col--lg-7,
  .fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--lg-7{grid-column-start:span 7}.fx-grid > .fx-grid__col.fx-col--lg-6,
  .fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--lg-6{grid-column-start:span 6}.fx-grid > .fx-grid__col.fx-col--lg-5,
  .fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--lg-5{grid-column-start:span 5}.fx-grid > .fx-grid__col.fx-col--lg-4,
  .fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--lg-4{grid-column-start:span 4}.fx-grid > .fx-grid__col.fx-col--lg-3,
  .fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--lg-3{grid-column-start:span 3}.fx-grid > .fx-grid__col.fx-col--lg-2,
  .fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--lg-2{grid-column-start:span 2}.fx-grid > .fx-grid__col.fx-col--lg-1,
  .fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--lg-1{grid-column-start:span 1}}@media screen and (min-width: 1150px){.fx-grid > .fx-grid__col.fx-col--le-12,
  .fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--le-12{grid-column-start:span 12}.fx-grid > .fx-grid__col.fx-col--le-11,
  .fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--le-11{grid-column-start:span 11}.fx-grid > .fx-grid__col.fx-col--le-10,
  .fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--le-10{grid-column-start:span 10}.fx-grid > .fx-grid__col.fx-col--le-9,
  .fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--le-9{grid-column-start:span 9}.fx-grid > .fx-grid__col.fx-col--le-8,
  .fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--le-8{grid-column-start:span 8}.fx-grid > .fx-grid__col.fx-col--le-7,
  .fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--le-7{grid-column-start:span 7}.fx-grid > .fx-grid__col.fx-col--le-6,
  .fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--le-6{grid-column-start:span 6}.fx-grid > .fx-grid__col.fx-col--le-5,
  .fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--le-5{grid-column-start:span 5}.fx-grid > .fx-grid__col.fx-col--le-4,
  .fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--le-4{grid-column-start:span 4}.fx-grid > .fx-grid__col.fx-col--le-3,
  .fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--le-3{grid-column-start:span 3}.fx-grid > .fx-grid__col.fx-col--le-2,
  .fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--le-2{grid-column-start:span 2}.fx-grid > .fx-grid__col.fx-col--le-1,
  .fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--le-1{grid-column-start:span 1}}.fx-grid > .fx-grid__col.fx-col--offset-10.fx-col--11,
.fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--offset-10.fx-col--11{grid-column:11/span 11}.fx-grid > .fx-grid__col.fx-col--offset-10.fx-col--10,
.fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--offset-10.fx-col--10{grid-column:11/span 10}.fx-grid > .fx-grid__col.fx-col--offset-10.fx-col--9,
.fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--offset-10.fx-col--9{grid-column:11/span 9}.fx-grid > .fx-grid__col.fx-col--offset-10.fx-col--8,
.fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--offset-10.fx-col--8{grid-column:11/span 8}.fx-grid > .fx-grid__col.fx-col--offset-10.fx-col--7,
.fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--offset-10.fx-col--7{grid-column:11/span 7}.fx-grid > .fx-grid__col.fx-col--offset-10.fx-col--6,
.fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--offset-10.fx-col--6{grid-column:11/span 6}.fx-grid > .fx-grid__col.fx-col--offset-10.fx-col--5,
.fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--offset-10.fx-col--5{grid-column:11/span 5}.fx-grid > .fx-grid__col.fx-col--offset-10.fx-col--4,
.fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--offset-10.fx-col--4{grid-column:11/span 4}.fx-grid > .fx-grid__col.fx-col--offset-10.fx-col--3,
.fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--offset-10.fx-col--3{grid-column:11/span 3}.fx-grid > .fx-grid__col.fx-col--offset-10.fx-col--2,
.fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--offset-10.fx-col--2{grid-column:11/span 2}.fx-grid > .fx-grid__col.fx-col--offset-10.fx-col--1,
.fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--offset-10.fx-col--1{grid-column:11/span 1}.fx-grid > .fx-grid__col.fx-col--offset-9.fx-col--11,
.fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--offset-9.fx-col--11{grid-column:10/span 11}.fx-grid > .fx-grid__col.fx-col--offset-9.fx-col--10,
.fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--offset-9.fx-col--10{grid-column:10/span 10}.fx-grid > .fx-grid__col.fx-col--offset-9.fx-col--9,
.fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--offset-9.fx-col--9{grid-column:10/span 9}.fx-grid > .fx-grid__col.fx-col--offset-9.fx-col--8,
.fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--offset-9.fx-col--8{grid-column:10/span 8}.fx-grid > .fx-grid__col.fx-col--offset-9.fx-col--7,
.fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--offset-9.fx-col--7{grid-column:10/span 7}.fx-grid > .fx-grid__col.fx-col--offset-9.fx-col--6,
.fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--offset-9.fx-col--6{grid-column:10/span 6}.fx-grid > .fx-grid__col.fx-col--offset-9.fx-col--5,
.fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--offset-9.fx-col--5{grid-column:10/span 5}.fx-grid > .fx-grid__col.fx-col--offset-9.fx-col--4,
.fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--offset-9.fx-col--4{grid-column:10/span 4}.fx-grid > .fx-grid__col.fx-col--offset-9.fx-col--3,
.fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--offset-9.fx-col--3{grid-column:10/span 3}.fx-grid > .fx-grid__col.fx-col--offset-9.fx-col--2,
.fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--offset-9.fx-col--2{grid-column:10/span 2}.fx-grid > .fx-grid__col.fx-col--offset-9.fx-col--1,
.fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--offset-9.fx-col--1{grid-column:10/span 1}.fx-grid > .fx-grid__col.fx-col--offset-8.fx-col--11,
.fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--offset-8.fx-col--11{grid-column:9/span 11}.fx-grid > .fx-grid__col.fx-col--offset-8.fx-col--10,
.fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--offset-8.fx-col--10{grid-column:9/span 10}.fx-grid > .fx-grid__col.fx-col--offset-8.fx-col--9,
.fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--offset-8.fx-col--9{grid-column:9/span 9}.fx-grid > .fx-grid__col.fx-col--offset-8.fx-col--8,
.fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--offset-8.fx-col--8{grid-column:9/span 8}.fx-grid > .fx-grid__col.fx-col--offset-8.fx-col--7,
.fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--offset-8.fx-col--7{grid-column:9/span 7}.fx-grid > .fx-grid__col.fx-col--offset-8.fx-col--6,
.fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--offset-8.fx-col--6{grid-column:9/span 6}.fx-grid > .fx-grid__col.fx-col--offset-8.fx-col--5,
.fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--offset-8.fx-col--5{grid-column:9/span 5}.fx-grid > .fx-grid__col.fx-col--offset-8.fx-col--4,
.fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--offset-8.fx-col--4{grid-column:9/span 4}.fx-grid > .fx-grid__col.fx-col--offset-8.fx-col--3,
.fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--offset-8.fx-col--3{grid-column:9/span 3}.fx-grid > .fx-grid__col.fx-col--offset-8.fx-col--2,
.fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--offset-8.fx-col--2{grid-column:9/span 2}.fx-grid > .fx-grid__col.fx-col--offset-8.fx-col--1,
.fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--offset-8.fx-col--1{grid-column:9/span 1}.fx-grid > .fx-grid__col.fx-col--offset-7.fx-col--11,
.fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--offset-7.fx-col--11{grid-column:8/span 11}.fx-grid > .fx-grid__col.fx-col--offset-7.fx-col--10,
.fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--offset-7.fx-col--10{grid-column:8/span 10}.fx-grid > .fx-grid__col.fx-col--offset-7.fx-col--9,
.fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--offset-7.fx-col--9{grid-column:8/span 9}.fx-grid > .fx-grid__col.fx-col--offset-7.fx-col--8,
.fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--offset-7.fx-col--8{grid-column:8/span 8}.fx-grid > .fx-grid__col.fx-col--offset-7.fx-col--7,
.fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--offset-7.fx-col--7{grid-column:8/span 7}.fx-grid > .fx-grid__col.fx-col--offset-7.fx-col--6,
.fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--offset-7.fx-col--6{grid-column:8/span 6}.fx-grid > .fx-grid__col.fx-col--offset-7.fx-col--5,
.fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--offset-7.fx-col--5{grid-column:8/span 5}.fx-grid > .fx-grid__col.fx-col--offset-7.fx-col--4,
.fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--offset-7.fx-col--4{grid-column:8/span 4}.fx-grid > .fx-grid__col.fx-col--offset-7.fx-col--3,
.fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--offset-7.fx-col--3{grid-column:8/span 3}.fx-grid > .fx-grid__col.fx-col--offset-7.fx-col--2,
.fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--offset-7.fx-col--2{grid-column:8/span 2}.fx-grid > .fx-grid__col.fx-col--offset-7.fx-col--1,
.fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--offset-7.fx-col--1{grid-column:8/span 1}.fx-grid > .fx-grid__col.fx-col--offset-6.fx-col--11,
.fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--offset-6.fx-col--11{grid-column:7/span 11}.fx-grid > .fx-grid__col.fx-col--offset-6.fx-col--10,
.fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--offset-6.fx-col--10{grid-column:7/span 10}.fx-grid > .fx-grid__col.fx-col--offset-6.fx-col--9,
.fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--offset-6.fx-col--9{grid-column:7/span 9}.fx-grid > .fx-grid__col.fx-col--offset-6.fx-col--8,
.fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--offset-6.fx-col--8{grid-column:7/span 8}.fx-grid > .fx-grid__col.fx-col--offset-6.fx-col--7,
.fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--offset-6.fx-col--7{grid-column:7/span 7}.fx-grid > .fx-grid__col.fx-col--offset-6.fx-col--6,
.fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--offset-6.fx-col--6{grid-column:7/span 6}.fx-grid > .fx-grid__col.fx-col--offset-6.fx-col--5,
.fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--offset-6.fx-col--5{grid-column:7/span 5}.fx-grid > .fx-grid__col.fx-col--offset-6.fx-col--4,
.fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--offset-6.fx-col--4{grid-column:7/span 4}.fx-grid > .fx-grid__col.fx-col--offset-6.fx-col--3,
.fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--offset-6.fx-col--3{grid-column:7/span 3}.fx-grid > .fx-grid__col.fx-col--offset-6.fx-col--2,
.fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--offset-6.fx-col--2{grid-column:7/span 2}.fx-grid > .fx-grid__col.fx-col--offset-6.fx-col--1,
.fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--offset-6.fx-col--1{grid-column:7/span 1}.fx-grid > .fx-grid__col.fx-col--offset-5.fx-col--11,
.fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--offset-5.fx-col--11{grid-column:6/span 11}.fx-grid > .fx-grid__col.fx-col--offset-5.fx-col--10,
.fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--offset-5.fx-col--10{grid-column:6/span 10}.fx-grid > .fx-grid__col.fx-col--offset-5.fx-col--9,
.fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--offset-5.fx-col--9{grid-column:6/span 9}.fx-grid > .fx-grid__col.fx-col--offset-5.fx-col--8,
.fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--offset-5.fx-col--8{grid-column:6/span 8}.fx-grid > .fx-grid__col.fx-col--offset-5.fx-col--7,
.fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--offset-5.fx-col--7{grid-column:6/span 7}.fx-grid > .fx-grid__col.fx-col--offset-5.fx-col--6,
.fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--offset-5.fx-col--6{grid-column:6/span 6}.fx-grid > .fx-grid__col.fx-col--offset-5.fx-col--5,
.fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--offset-5.fx-col--5{grid-column:6/span 5}.fx-grid > .fx-grid__col.fx-col--offset-5.fx-col--4,
.fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--offset-5.fx-col--4{grid-column:6/span 4}.fx-grid > .fx-grid__col.fx-col--offset-5.fx-col--3,
.fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--offset-5.fx-col--3{grid-column:6/span 3}.fx-grid > .fx-grid__col.fx-col--offset-5.fx-col--2,
.fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--offset-5.fx-col--2{grid-column:6/span 2}.fx-grid > .fx-grid__col.fx-col--offset-5.fx-col--1,
.fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--offset-5.fx-col--1{grid-column:6/span 1}.fx-grid > .fx-grid__col.fx-col--offset-4.fx-col--11,
.fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--offset-4.fx-col--11{grid-column:5/span 11}.fx-grid > .fx-grid__col.fx-col--offset-4.fx-col--10,
.fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--offset-4.fx-col--10{grid-column:5/span 10}.fx-grid > .fx-grid__col.fx-col--offset-4.fx-col--9,
.fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--offset-4.fx-col--9{grid-column:5/span 9}.fx-grid > .fx-grid__col.fx-col--offset-4.fx-col--8,
.fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--offset-4.fx-col--8{grid-column:5/span 8}.fx-grid > .fx-grid__col.fx-col--offset-4.fx-col--7,
.fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--offset-4.fx-col--7{grid-column:5/span 7}.fx-grid > .fx-grid__col.fx-col--offset-4.fx-col--6,
.fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--offset-4.fx-col--6{grid-column:5/span 6}.fx-grid > .fx-grid__col.fx-col--offset-4.fx-col--5,
.fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--offset-4.fx-col--5{grid-column:5/span 5}.fx-grid > .fx-grid__col.fx-col--offset-4.fx-col--4,
.fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--offset-4.fx-col--4{grid-column:5/span 4}.fx-grid > .fx-grid__col.fx-col--offset-4.fx-col--3,
.fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--offset-4.fx-col--3{grid-column:5/span 3}.fx-grid > .fx-grid__col.fx-col--offset-4.fx-col--2,
.fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--offset-4.fx-col--2{grid-column:5/span 2}.fx-grid > .fx-grid__col.fx-col--offset-4.fx-col--1,
.fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--offset-4.fx-col--1{grid-column:5/span 1}.fx-grid > .fx-grid__col.fx-col--offset-3.fx-col--11,
.fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--offset-3.fx-col--11{grid-column:4/span 11}.fx-grid > .fx-grid__col.fx-col--offset-3.fx-col--10,
.fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--offset-3.fx-col--10{grid-column:4/span 10}.fx-grid > .fx-grid__col.fx-col--offset-3.fx-col--9,
.fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--offset-3.fx-col--9{grid-column:4/span 9}.fx-grid > .fx-grid__col.fx-col--offset-3.fx-col--8,
.fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--offset-3.fx-col--8{grid-column:4/span 8}.fx-grid > .fx-grid__col.fx-col--offset-3.fx-col--7,
.fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--offset-3.fx-col--7{grid-column:4/span 7}.fx-grid > .fx-grid__col.fx-col--offset-3.fx-col--6,
.fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--offset-3.fx-col--6{grid-column:4/span 6}.fx-grid > .fx-grid__col.fx-col--offset-3.fx-col--5,
.fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--offset-3.fx-col--5{grid-column:4/span 5}.fx-grid > .fx-grid__col.fx-col--offset-3.fx-col--4,
.fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--offset-3.fx-col--4{grid-column:4/span 4}.fx-grid > .fx-grid__col.fx-col--offset-3.fx-col--3,
.fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--offset-3.fx-col--3{grid-column:4/span 3}.fx-grid > .fx-grid__col.fx-col--offset-3.fx-col--2,
.fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--offset-3.fx-col--2{grid-column:4/span 2}.fx-grid > .fx-grid__col.fx-col--offset-3.fx-col--1,
.fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--offset-3.fx-col--1{grid-column:4/span 1}.fx-grid > .fx-grid__col.fx-col--offset-2.fx-col--11,
.fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--offset-2.fx-col--11{grid-column:3/span 11}.fx-grid > .fx-grid__col.fx-col--offset-2.fx-col--10,
.fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--offset-2.fx-col--10{grid-column:3/span 10}.fx-grid > .fx-grid__col.fx-col--offset-2.fx-col--9,
.fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--offset-2.fx-col--9{grid-column:3/span 9}.fx-grid > .fx-grid__col.fx-col--offset-2.fx-col--8,
.fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--offset-2.fx-col--8{grid-column:3/span 8}.fx-grid > .fx-grid__col.fx-col--offset-2.fx-col--7,
.fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--offset-2.fx-col--7{grid-column:3/span 7}.fx-grid > .fx-grid__col.fx-col--offset-2.fx-col--6,
.fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--offset-2.fx-col--6{grid-column:3/span 6}.fx-grid > .fx-grid__col.fx-col--offset-2.fx-col--5,
.fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--offset-2.fx-col--5{grid-column:3/span 5}.fx-grid > .fx-grid__col.fx-col--offset-2.fx-col--4,
.fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--offset-2.fx-col--4{grid-column:3/span 4}.fx-grid > .fx-grid__col.fx-col--offset-2.fx-col--3,
.fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--offset-2.fx-col--3{grid-column:3/span 3}.fx-grid > .fx-grid__col.fx-col--offset-2.fx-col--2,
.fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--offset-2.fx-col--2{grid-column:3/span 2}.fx-grid > .fx-grid__col.fx-col--offset-2.fx-col--1,
.fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--offset-2.fx-col--1{grid-column:3/span 1}.fx-grid > .fx-grid__col.fx-col--offset-1.fx-col--11,
.fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--offset-1.fx-col--11{grid-column:2/span 11}.fx-grid > .fx-grid__col.fx-col--offset-1.fx-col--10,
.fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--offset-1.fx-col--10{grid-column:2/span 10}.fx-grid > .fx-grid__col.fx-col--offset-1.fx-col--9,
.fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--offset-1.fx-col--9{grid-column:2/span 9}.fx-grid > .fx-grid__col.fx-col--offset-1.fx-col--8,
.fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--offset-1.fx-col--8{grid-column:2/span 8}.fx-grid > .fx-grid__col.fx-col--offset-1.fx-col--7,
.fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--offset-1.fx-col--7{grid-column:2/span 7}.fx-grid > .fx-grid__col.fx-col--offset-1.fx-col--6,
.fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--offset-1.fx-col--6{grid-column:2/span 6}.fx-grid > .fx-grid__col.fx-col--offset-1.fx-col--5,
.fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--offset-1.fx-col--5{grid-column:2/span 5}.fx-grid > .fx-grid__col.fx-col--offset-1.fx-col--4,
.fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--offset-1.fx-col--4{grid-column:2/span 4}.fx-grid > .fx-grid__col.fx-col--offset-1.fx-col--3,
.fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--offset-1.fx-col--3{grid-column:2/span 3}.fx-grid > .fx-grid__col.fx-col--offset-1.fx-col--2,
.fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--offset-1.fx-col--2{grid-column:2/span 2}.fx-grid > .fx-grid__col.fx-col--offset-1.fx-col--1,
.fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--offset-1.fx-col--1{grid-column:2/span 1}@media screen and (min-width: 600px){.fx-grid > .fx-grid__col.fx-col--offset-md-10.fx-col--md-11,
  .fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--offset-md-10.fx-col--md-11{grid-column:11/span 11}.fx-grid > .fx-grid__col.fx-col--offset-md-10.fx-col--md-10,
  .fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--offset-md-10.fx-col--md-10{grid-column:11/span 10}.fx-grid > .fx-grid__col.fx-col--offset-md-10.fx-col--md-9,
  .fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--offset-md-10.fx-col--md-9{grid-column:11/span 9}.fx-grid > .fx-grid__col.fx-col--offset-md-10.fx-col--md-8,
  .fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--offset-md-10.fx-col--md-8{grid-column:11/span 8}.fx-grid > .fx-grid__col.fx-col--offset-md-10.fx-col--md-7,
  .fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--offset-md-10.fx-col--md-7{grid-column:11/span 7}.fx-grid > .fx-grid__col.fx-col--offset-md-10.fx-col--md-6,
  .fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--offset-md-10.fx-col--md-6{grid-column:11/span 6}.fx-grid > .fx-grid__col.fx-col--offset-md-10.fx-col--md-5,
  .fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--offset-md-10.fx-col--md-5{grid-column:11/span 5}.fx-grid > .fx-grid__col.fx-col--offset-md-10.fx-col--md-4,
  .fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--offset-md-10.fx-col--md-4{grid-column:11/span 4}.fx-grid > .fx-grid__col.fx-col--offset-md-10.fx-col--md-3,
  .fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--offset-md-10.fx-col--md-3{grid-column:11/span 3}.fx-grid > .fx-grid__col.fx-col--offset-md-10.fx-col--md-2,
  .fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--offset-md-10.fx-col--md-2{grid-column:11/span 2}.fx-grid > .fx-grid__col.fx-col--offset-md-10.fx-col--md-1,
  .fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--offset-md-10.fx-col--md-1{grid-column:11/span 1}.fx-grid > .fx-grid__col.fx-col--offset-md-9.fx-col--md-11,
  .fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--offset-md-9.fx-col--md-11{grid-column:10/span 11}.fx-grid > .fx-grid__col.fx-col--offset-md-9.fx-col--md-10,
  .fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--offset-md-9.fx-col--md-10{grid-column:10/span 10}.fx-grid > .fx-grid__col.fx-col--offset-md-9.fx-col--md-9,
  .fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--offset-md-9.fx-col--md-9{grid-column:10/span 9}.fx-grid > .fx-grid__col.fx-col--offset-md-9.fx-col--md-8,
  .fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--offset-md-9.fx-col--md-8{grid-column:10/span 8}.fx-grid > .fx-grid__col.fx-col--offset-md-9.fx-col--md-7,
  .fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--offset-md-9.fx-col--md-7{grid-column:10/span 7}.fx-grid > .fx-grid__col.fx-col--offset-md-9.fx-col--md-6,
  .fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--offset-md-9.fx-col--md-6{grid-column:10/span 6}.fx-grid > .fx-grid__col.fx-col--offset-md-9.fx-col--md-5,
  .fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--offset-md-9.fx-col--md-5{grid-column:10/span 5}.fx-grid > .fx-grid__col.fx-col--offset-md-9.fx-col--md-4,
  .fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--offset-md-9.fx-col--md-4{grid-column:10/span 4}.fx-grid > .fx-grid__col.fx-col--offset-md-9.fx-col--md-3,
  .fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--offset-md-9.fx-col--md-3{grid-column:10/span 3}.fx-grid > .fx-grid__col.fx-col--offset-md-9.fx-col--md-2,
  .fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--offset-md-9.fx-col--md-2{grid-column:10/span 2}.fx-grid > .fx-grid__col.fx-col--offset-md-9.fx-col--md-1,
  .fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--offset-md-9.fx-col--md-1{grid-column:10/span 1}.fx-grid > .fx-grid__col.fx-col--offset-md-8.fx-col--md-11,
  .fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--offset-md-8.fx-col--md-11{grid-column:9/span 11}.fx-grid > .fx-grid__col.fx-col--offset-md-8.fx-col--md-10,
  .fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--offset-md-8.fx-col--md-10{grid-column:9/span 10}.fx-grid > .fx-grid__col.fx-col--offset-md-8.fx-col--md-9,
  .fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--offset-md-8.fx-col--md-9{grid-column:9/span 9}.fx-grid > .fx-grid__col.fx-col--offset-md-8.fx-col--md-8,
  .fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--offset-md-8.fx-col--md-8{grid-column:9/span 8}.fx-grid > .fx-grid__col.fx-col--offset-md-8.fx-col--md-7,
  .fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--offset-md-8.fx-col--md-7{grid-column:9/span 7}.fx-grid > .fx-grid__col.fx-col--offset-md-8.fx-col--md-6,
  .fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--offset-md-8.fx-col--md-6{grid-column:9/span 6}.fx-grid > .fx-grid__col.fx-col--offset-md-8.fx-col--md-5,
  .fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--offset-md-8.fx-col--md-5{grid-column:9/span 5}.fx-grid > .fx-grid__col.fx-col--offset-md-8.fx-col--md-4,
  .fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--offset-md-8.fx-col--md-4{grid-column:9/span 4}.fx-grid > .fx-grid__col.fx-col--offset-md-8.fx-col--md-3,
  .fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--offset-md-8.fx-col--md-3{grid-column:9/span 3}.fx-grid > .fx-grid__col.fx-col--offset-md-8.fx-col--md-2,
  .fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--offset-md-8.fx-col--md-2{grid-column:9/span 2}.fx-grid > .fx-grid__col.fx-col--offset-md-8.fx-col--md-1,
  .fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--offset-md-8.fx-col--md-1{grid-column:9/span 1}.fx-grid > .fx-grid__col.fx-col--offset-md-7.fx-col--md-11,
  .fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--offset-md-7.fx-col--md-11{grid-column:8/span 11}.fx-grid > .fx-grid__col.fx-col--offset-md-7.fx-col--md-10,
  .fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--offset-md-7.fx-col--md-10{grid-column:8/span 10}.fx-grid > .fx-grid__col.fx-col--offset-md-7.fx-col--md-9,
  .fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--offset-md-7.fx-col--md-9{grid-column:8/span 9}.fx-grid > .fx-grid__col.fx-col--offset-md-7.fx-col--md-8,
  .fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--offset-md-7.fx-col--md-8{grid-column:8/span 8}.fx-grid > .fx-grid__col.fx-col--offset-md-7.fx-col--md-7,
  .fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--offset-md-7.fx-col--md-7{grid-column:8/span 7}.fx-grid > .fx-grid__col.fx-col--offset-md-7.fx-col--md-6,
  .fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--offset-md-7.fx-col--md-6{grid-column:8/span 6}.fx-grid > .fx-grid__col.fx-col--offset-md-7.fx-col--md-5,
  .fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--offset-md-7.fx-col--md-5{grid-column:8/span 5}.fx-grid > .fx-grid__col.fx-col--offset-md-7.fx-col--md-4,
  .fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--offset-md-7.fx-col--md-4{grid-column:8/span 4}.fx-grid > .fx-grid__col.fx-col--offset-md-7.fx-col--md-3,
  .fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--offset-md-7.fx-col--md-3{grid-column:8/span 3}.fx-grid > .fx-grid__col.fx-col--offset-md-7.fx-col--md-2,
  .fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--offset-md-7.fx-col--md-2{grid-column:8/span 2}.fx-grid > .fx-grid__col.fx-col--offset-md-7.fx-col--md-1,
  .fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--offset-md-7.fx-col--md-1{grid-column:8/span 1}.fx-grid > .fx-grid__col.fx-col--offset-md-6.fx-col--md-11,
  .fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--offset-md-6.fx-col--md-11{grid-column:7/span 11}.fx-grid > .fx-grid__col.fx-col--offset-md-6.fx-col--md-10,
  .fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--offset-md-6.fx-col--md-10{grid-column:7/span 10}.fx-grid > .fx-grid__col.fx-col--offset-md-6.fx-col--md-9,
  .fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--offset-md-6.fx-col--md-9{grid-column:7/span 9}.fx-grid > .fx-grid__col.fx-col--offset-md-6.fx-col--md-8,
  .fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--offset-md-6.fx-col--md-8{grid-column:7/span 8}.fx-grid > .fx-grid__col.fx-col--offset-md-6.fx-col--md-7,
  .fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--offset-md-6.fx-col--md-7{grid-column:7/span 7}.fx-grid > .fx-grid__col.fx-col--offset-md-6.fx-col--md-6,
  .fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--offset-md-6.fx-col--md-6{grid-column:7/span 6}.fx-grid > .fx-grid__col.fx-col--offset-md-6.fx-col--md-5,
  .fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--offset-md-6.fx-col--md-5{grid-column:7/span 5}.fx-grid > .fx-grid__col.fx-col--offset-md-6.fx-col--md-4,
  .fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--offset-md-6.fx-col--md-4{grid-column:7/span 4}.fx-grid > .fx-grid__col.fx-col--offset-md-6.fx-col--md-3,
  .fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--offset-md-6.fx-col--md-3{grid-column:7/span 3}.fx-grid > .fx-grid__col.fx-col--offset-md-6.fx-col--md-2,
  .fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--offset-md-6.fx-col--md-2{grid-column:7/span 2}.fx-grid > .fx-grid__col.fx-col--offset-md-6.fx-col--md-1,
  .fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--offset-md-6.fx-col--md-1{grid-column:7/span 1}.fx-grid > .fx-grid__col.fx-col--offset-md-5.fx-col--md-11,
  .fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--offset-md-5.fx-col--md-11{grid-column:6/span 11}.fx-grid > .fx-grid__col.fx-col--offset-md-5.fx-col--md-10,
  .fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--offset-md-5.fx-col--md-10{grid-column:6/span 10}.fx-grid > .fx-grid__col.fx-col--offset-md-5.fx-col--md-9,
  .fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--offset-md-5.fx-col--md-9{grid-column:6/span 9}.fx-grid > .fx-grid__col.fx-col--offset-md-5.fx-col--md-8,
  .fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--offset-md-5.fx-col--md-8{grid-column:6/span 8}.fx-grid > .fx-grid__col.fx-col--offset-md-5.fx-col--md-7,
  .fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--offset-md-5.fx-col--md-7{grid-column:6/span 7}.fx-grid > .fx-grid__col.fx-col--offset-md-5.fx-col--md-6,
  .fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--offset-md-5.fx-col--md-6{grid-column:6/span 6}.fx-grid > .fx-grid__col.fx-col--offset-md-5.fx-col--md-5,
  .fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--offset-md-5.fx-col--md-5{grid-column:6/span 5}.fx-grid > .fx-grid__col.fx-col--offset-md-5.fx-col--md-4,
  .fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--offset-md-5.fx-col--md-4{grid-column:6/span 4}.fx-grid > .fx-grid__col.fx-col--offset-md-5.fx-col--md-3,
  .fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--offset-md-5.fx-col--md-3{grid-column:6/span 3}.fx-grid > .fx-grid__col.fx-col--offset-md-5.fx-col--md-2,
  .fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--offset-md-5.fx-col--md-2{grid-column:6/span 2}.fx-grid > .fx-grid__col.fx-col--offset-md-5.fx-col--md-1,
  .fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--offset-md-5.fx-col--md-1{grid-column:6/span 1}.fx-grid > .fx-grid__col.fx-col--offset-md-4.fx-col--md-11,
  .fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--offset-md-4.fx-col--md-11{grid-column:5/span 11}.fx-grid > .fx-grid__col.fx-col--offset-md-4.fx-col--md-10,
  .fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--offset-md-4.fx-col--md-10{grid-column:5/span 10}.fx-grid > .fx-grid__col.fx-col--offset-md-4.fx-col--md-9,
  .fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--offset-md-4.fx-col--md-9{grid-column:5/span 9}.fx-grid > .fx-grid__col.fx-col--offset-md-4.fx-col--md-8,
  .fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--offset-md-4.fx-col--md-8{grid-column:5/span 8}.fx-grid > .fx-grid__col.fx-col--offset-md-4.fx-col--md-7,
  .fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--offset-md-4.fx-col--md-7{grid-column:5/span 7}.fx-grid > .fx-grid__col.fx-col--offset-md-4.fx-col--md-6,
  .fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--offset-md-4.fx-col--md-6{grid-column:5/span 6}.fx-grid > .fx-grid__col.fx-col--offset-md-4.fx-col--md-5,
  .fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--offset-md-4.fx-col--md-5{grid-column:5/span 5}.fx-grid > .fx-grid__col.fx-col--offset-md-4.fx-col--md-4,
  .fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--offset-md-4.fx-col--md-4{grid-column:5/span 4}.fx-grid > .fx-grid__col.fx-col--offset-md-4.fx-col--md-3,
  .fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--offset-md-4.fx-col--md-3{grid-column:5/span 3}.fx-grid > .fx-grid__col.fx-col--offset-md-4.fx-col--md-2,
  .fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--offset-md-4.fx-col--md-2{grid-column:5/span 2}.fx-grid > .fx-grid__col.fx-col--offset-md-4.fx-col--md-1,
  .fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--offset-md-4.fx-col--md-1{grid-column:5/span 1}.fx-grid > .fx-grid__col.fx-col--offset-md-3.fx-col--md-11,
  .fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--offset-md-3.fx-col--md-11{grid-column:4/span 11}.fx-grid > .fx-grid__col.fx-col--offset-md-3.fx-col--md-10,
  .fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--offset-md-3.fx-col--md-10{grid-column:4/span 10}.fx-grid > .fx-grid__col.fx-col--offset-md-3.fx-col--md-9,
  .fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--offset-md-3.fx-col--md-9{grid-column:4/span 9}.fx-grid > .fx-grid__col.fx-col--offset-md-3.fx-col--md-8,
  .fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--offset-md-3.fx-col--md-8{grid-column:4/span 8}.fx-grid > .fx-grid__col.fx-col--offset-md-3.fx-col--md-7,
  .fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--offset-md-3.fx-col--md-7{grid-column:4/span 7}.fx-grid > .fx-grid__col.fx-col--offset-md-3.fx-col--md-6,
  .fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--offset-md-3.fx-col--md-6{grid-column:4/span 6}.fx-grid > .fx-grid__col.fx-col--offset-md-3.fx-col--md-5,
  .fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--offset-md-3.fx-col--md-5{grid-column:4/span 5}.fx-grid > .fx-grid__col.fx-col--offset-md-3.fx-col--md-4,
  .fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--offset-md-3.fx-col--md-4{grid-column:4/span 4}.fx-grid > .fx-grid__col.fx-col--offset-md-3.fx-col--md-3,
  .fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--offset-md-3.fx-col--md-3{grid-column:4/span 3}.fx-grid > .fx-grid__col.fx-col--offset-md-3.fx-col--md-2,
  .fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--offset-md-3.fx-col--md-2{grid-column:4/span 2}.fx-grid > .fx-grid__col.fx-col--offset-md-3.fx-col--md-1,
  .fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--offset-md-3.fx-col--md-1{grid-column:4/span 1}.fx-grid > .fx-grid__col.fx-col--offset-md-2.fx-col--md-11,
  .fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--offset-md-2.fx-col--md-11{grid-column:3/span 11}.fx-grid > .fx-grid__col.fx-col--offset-md-2.fx-col--md-10,
  .fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--offset-md-2.fx-col--md-10{grid-column:3/span 10}.fx-grid > .fx-grid__col.fx-col--offset-md-2.fx-col--md-9,
  .fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--offset-md-2.fx-col--md-9{grid-column:3/span 9}.fx-grid > .fx-grid__col.fx-col--offset-md-2.fx-col--md-8,
  .fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--offset-md-2.fx-col--md-8{grid-column:3/span 8}.fx-grid > .fx-grid__col.fx-col--offset-md-2.fx-col--md-7,
  .fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--offset-md-2.fx-col--md-7{grid-column:3/span 7}.fx-grid > .fx-grid__col.fx-col--offset-md-2.fx-col--md-6,
  .fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--offset-md-2.fx-col--md-6{grid-column:3/span 6}.fx-grid > .fx-grid__col.fx-col--offset-md-2.fx-col--md-5,
  .fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--offset-md-2.fx-col--md-5{grid-column:3/span 5}.fx-grid > .fx-grid__col.fx-col--offset-md-2.fx-col--md-4,
  .fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--offset-md-2.fx-col--md-4{grid-column:3/span 4}.fx-grid > .fx-grid__col.fx-col--offset-md-2.fx-col--md-3,
  .fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--offset-md-2.fx-col--md-3{grid-column:3/span 3}.fx-grid > .fx-grid__col.fx-col--offset-md-2.fx-col--md-2,
  .fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--offset-md-2.fx-col--md-2{grid-column:3/span 2}.fx-grid > .fx-grid__col.fx-col--offset-md-2.fx-col--md-1,
  .fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--offset-md-2.fx-col--md-1{grid-column:3/span 1}.fx-grid > .fx-grid__col.fx-col--offset-md-1.fx-col--md-11,
  .fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--offset-md-1.fx-col--md-11{grid-column:2/span 11}.fx-grid > .fx-grid__col.fx-col--offset-md-1.fx-col--md-10,
  .fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--offset-md-1.fx-col--md-10{grid-column:2/span 10}.fx-grid > .fx-grid__col.fx-col--offset-md-1.fx-col--md-9,
  .fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--offset-md-1.fx-col--md-9{grid-column:2/span 9}.fx-grid > .fx-grid__col.fx-col--offset-md-1.fx-col--md-8,
  .fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--offset-md-1.fx-col--md-8{grid-column:2/span 8}.fx-grid > .fx-grid__col.fx-col--offset-md-1.fx-col--md-7,
  .fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--offset-md-1.fx-col--md-7{grid-column:2/span 7}.fx-grid > .fx-grid__col.fx-col--offset-md-1.fx-col--md-6,
  .fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--offset-md-1.fx-col--md-6{grid-column:2/span 6}.fx-grid > .fx-grid__col.fx-col--offset-md-1.fx-col--md-5,
  .fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--offset-md-1.fx-col--md-5{grid-column:2/span 5}.fx-grid > .fx-grid__col.fx-col--offset-md-1.fx-col--md-4,
  .fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--offset-md-1.fx-col--md-4{grid-column:2/span 4}.fx-grid > .fx-grid__col.fx-col--offset-md-1.fx-col--md-3,
  .fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--offset-md-1.fx-col--md-3{grid-column:2/span 3}.fx-grid > .fx-grid__col.fx-col--offset-md-1.fx-col--md-2,
  .fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--offset-md-1.fx-col--md-2{grid-column:2/span 2}.fx-grid > .fx-grid__col.fx-col--offset-md-1.fx-col--md-1,
  .fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--offset-md-1.fx-col--md-1{grid-column:2/span 1}}@media screen and (min-width: 760px){.fx-grid > .fx-grid__col.fx-col--offset-me-10.fx-col--me-11,
  .fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--offset-me-10.fx-col--me-11{grid-column:11/span 11}.fx-grid > .fx-grid__col.fx-col--offset-me-10.fx-col--me-10,
  .fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--offset-me-10.fx-col--me-10{grid-column:11/span 10}.fx-grid > .fx-grid__col.fx-col--offset-me-10.fx-col--me-9,
  .fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--offset-me-10.fx-col--me-9{grid-column:11/span 9}.fx-grid > .fx-grid__col.fx-col--offset-me-10.fx-col--me-8,
  .fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--offset-me-10.fx-col--me-8{grid-column:11/span 8}.fx-grid > .fx-grid__col.fx-col--offset-me-10.fx-col--me-7,
  .fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--offset-me-10.fx-col--me-7{grid-column:11/span 7}.fx-grid > .fx-grid__col.fx-col--offset-me-10.fx-col--me-6,
  .fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--offset-me-10.fx-col--me-6{grid-column:11/span 6}.fx-grid > .fx-grid__col.fx-col--offset-me-10.fx-col--me-5,
  .fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--offset-me-10.fx-col--me-5{grid-column:11/span 5}.fx-grid > .fx-grid__col.fx-col--offset-me-10.fx-col--me-4,
  .fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--offset-me-10.fx-col--me-4{grid-column:11/span 4}.fx-grid > .fx-grid__col.fx-col--offset-me-10.fx-col--me-3,
  .fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--offset-me-10.fx-col--me-3{grid-column:11/span 3}.fx-grid > .fx-grid__col.fx-col--offset-me-10.fx-col--me-2,
  .fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--offset-me-10.fx-col--me-2{grid-column:11/span 2}.fx-grid > .fx-grid__col.fx-col--offset-me-10.fx-col--me-1,
  .fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--offset-me-10.fx-col--me-1{grid-column:11/span 1}.fx-grid > .fx-grid__col.fx-col--offset-me-9.fx-col--me-11,
  .fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--offset-me-9.fx-col--me-11{grid-column:10/span 11}.fx-grid > .fx-grid__col.fx-col--offset-me-9.fx-col--me-10,
  .fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--offset-me-9.fx-col--me-10{grid-column:10/span 10}.fx-grid > .fx-grid__col.fx-col--offset-me-9.fx-col--me-9,
  .fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--offset-me-9.fx-col--me-9{grid-column:10/span 9}.fx-grid > .fx-grid__col.fx-col--offset-me-9.fx-col--me-8,
  .fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--offset-me-9.fx-col--me-8{grid-column:10/span 8}.fx-grid > .fx-grid__col.fx-col--offset-me-9.fx-col--me-7,
  .fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--offset-me-9.fx-col--me-7{grid-column:10/span 7}.fx-grid > .fx-grid__col.fx-col--offset-me-9.fx-col--me-6,
  .fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--offset-me-9.fx-col--me-6{grid-column:10/span 6}.fx-grid > .fx-grid__col.fx-col--offset-me-9.fx-col--me-5,
  .fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--offset-me-9.fx-col--me-5{grid-column:10/span 5}.fx-grid > .fx-grid__col.fx-col--offset-me-9.fx-col--me-4,
  .fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--offset-me-9.fx-col--me-4{grid-column:10/span 4}.fx-grid > .fx-grid__col.fx-col--offset-me-9.fx-col--me-3,
  .fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--offset-me-9.fx-col--me-3{grid-column:10/span 3}.fx-grid > .fx-grid__col.fx-col--offset-me-9.fx-col--me-2,
  .fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--offset-me-9.fx-col--me-2{grid-column:10/span 2}.fx-grid > .fx-grid__col.fx-col--offset-me-9.fx-col--me-1,
  .fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--offset-me-9.fx-col--me-1{grid-column:10/span 1}.fx-grid > .fx-grid__col.fx-col--offset-me-8.fx-col--me-11,
  .fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--offset-me-8.fx-col--me-11{grid-column:9/span 11}.fx-grid > .fx-grid__col.fx-col--offset-me-8.fx-col--me-10,
  .fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--offset-me-8.fx-col--me-10{grid-column:9/span 10}.fx-grid > .fx-grid__col.fx-col--offset-me-8.fx-col--me-9,
  .fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--offset-me-8.fx-col--me-9{grid-column:9/span 9}.fx-grid > .fx-grid__col.fx-col--offset-me-8.fx-col--me-8,
  .fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--offset-me-8.fx-col--me-8{grid-column:9/span 8}.fx-grid > .fx-grid__col.fx-col--offset-me-8.fx-col--me-7,
  .fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--offset-me-8.fx-col--me-7{grid-column:9/span 7}.fx-grid > .fx-grid__col.fx-col--offset-me-8.fx-col--me-6,
  .fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--offset-me-8.fx-col--me-6{grid-column:9/span 6}.fx-grid > .fx-grid__col.fx-col--offset-me-8.fx-col--me-5,
  .fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--offset-me-8.fx-col--me-5{grid-column:9/span 5}.fx-grid > .fx-grid__col.fx-col--offset-me-8.fx-col--me-4,
  .fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--offset-me-8.fx-col--me-4{grid-column:9/span 4}.fx-grid > .fx-grid__col.fx-col--offset-me-8.fx-col--me-3,
  .fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--offset-me-8.fx-col--me-3{grid-column:9/span 3}.fx-grid > .fx-grid__col.fx-col--offset-me-8.fx-col--me-2,
  .fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--offset-me-8.fx-col--me-2{grid-column:9/span 2}.fx-grid > .fx-grid__col.fx-col--offset-me-8.fx-col--me-1,
  .fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--offset-me-8.fx-col--me-1{grid-column:9/span 1}.fx-grid > .fx-grid__col.fx-col--offset-me-7.fx-col--me-11,
  .fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--offset-me-7.fx-col--me-11{grid-column:8/span 11}.fx-grid > .fx-grid__col.fx-col--offset-me-7.fx-col--me-10,
  .fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--offset-me-7.fx-col--me-10{grid-column:8/span 10}.fx-grid > .fx-grid__col.fx-col--offset-me-7.fx-col--me-9,
  .fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--offset-me-7.fx-col--me-9{grid-column:8/span 9}.fx-grid > .fx-grid__col.fx-col--offset-me-7.fx-col--me-8,
  .fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--offset-me-7.fx-col--me-8{grid-column:8/span 8}.fx-grid > .fx-grid__col.fx-col--offset-me-7.fx-col--me-7,
  .fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--offset-me-7.fx-col--me-7{grid-column:8/span 7}.fx-grid > .fx-grid__col.fx-col--offset-me-7.fx-col--me-6,
  .fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--offset-me-7.fx-col--me-6{grid-column:8/span 6}.fx-grid > .fx-grid__col.fx-col--offset-me-7.fx-col--me-5,
  .fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--offset-me-7.fx-col--me-5{grid-column:8/span 5}.fx-grid > .fx-grid__col.fx-col--offset-me-7.fx-col--me-4,
  .fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--offset-me-7.fx-col--me-4{grid-column:8/span 4}.fx-grid > .fx-grid__col.fx-col--offset-me-7.fx-col--me-3,
  .fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--offset-me-7.fx-col--me-3{grid-column:8/span 3}.fx-grid > .fx-grid__col.fx-col--offset-me-7.fx-col--me-2,
  .fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--offset-me-7.fx-col--me-2{grid-column:8/span 2}.fx-grid > .fx-grid__col.fx-col--offset-me-7.fx-col--me-1,
  .fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--offset-me-7.fx-col--me-1{grid-column:8/span 1}.fx-grid > .fx-grid__col.fx-col--offset-me-6.fx-col--me-11,
  .fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--offset-me-6.fx-col--me-11{grid-column:7/span 11}.fx-grid > .fx-grid__col.fx-col--offset-me-6.fx-col--me-10,
  .fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--offset-me-6.fx-col--me-10{grid-column:7/span 10}.fx-grid > .fx-grid__col.fx-col--offset-me-6.fx-col--me-9,
  .fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--offset-me-6.fx-col--me-9{grid-column:7/span 9}.fx-grid > .fx-grid__col.fx-col--offset-me-6.fx-col--me-8,
  .fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--offset-me-6.fx-col--me-8{grid-column:7/span 8}.fx-grid > .fx-grid__col.fx-col--offset-me-6.fx-col--me-7,
  .fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--offset-me-6.fx-col--me-7{grid-column:7/span 7}.fx-grid > .fx-grid__col.fx-col--offset-me-6.fx-col--me-6,
  .fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--offset-me-6.fx-col--me-6{grid-column:7/span 6}.fx-grid > .fx-grid__col.fx-col--offset-me-6.fx-col--me-5,
  .fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--offset-me-6.fx-col--me-5{grid-column:7/span 5}.fx-grid > .fx-grid__col.fx-col--offset-me-6.fx-col--me-4,
  .fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--offset-me-6.fx-col--me-4{grid-column:7/span 4}.fx-grid > .fx-grid__col.fx-col--offset-me-6.fx-col--me-3,
  .fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--offset-me-6.fx-col--me-3{grid-column:7/span 3}.fx-grid > .fx-grid__col.fx-col--offset-me-6.fx-col--me-2,
  .fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--offset-me-6.fx-col--me-2{grid-column:7/span 2}.fx-grid > .fx-grid__col.fx-col--offset-me-6.fx-col--me-1,
  .fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--offset-me-6.fx-col--me-1{grid-column:7/span 1}.fx-grid > .fx-grid__col.fx-col--offset-me-5.fx-col--me-11,
  .fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--offset-me-5.fx-col--me-11{grid-column:6/span 11}.fx-grid > .fx-grid__col.fx-col--offset-me-5.fx-col--me-10,
  .fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--offset-me-5.fx-col--me-10{grid-column:6/span 10}.fx-grid > .fx-grid__col.fx-col--offset-me-5.fx-col--me-9,
  .fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--offset-me-5.fx-col--me-9{grid-column:6/span 9}.fx-grid > .fx-grid__col.fx-col--offset-me-5.fx-col--me-8,
  .fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--offset-me-5.fx-col--me-8{grid-column:6/span 8}.fx-grid > .fx-grid__col.fx-col--offset-me-5.fx-col--me-7,
  .fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--offset-me-5.fx-col--me-7{grid-column:6/span 7}.fx-grid > .fx-grid__col.fx-col--offset-me-5.fx-col--me-6,
  .fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--offset-me-5.fx-col--me-6{grid-column:6/span 6}.fx-grid > .fx-grid__col.fx-col--offset-me-5.fx-col--me-5,
  .fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--offset-me-5.fx-col--me-5{grid-column:6/span 5}.fx-grid > .fx-grid__col.fx-col--offset-me-5.fx-col--me-4,
  .fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--offset-me-5.fx-col--me-4{grid-column:6/span 4}.fx-grid > .fx-grid__col.fx-col--offset-me-5.fx-col--me-3,
  .fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--offset-me-5.fx-col--me-3{grid-column:6/span 3}.fx-grid > .fx-grid__col.fx-col--offset-me-5.fx-col--me-2,
  .fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--offset-me-5.fx-col--me-2{grid-column:6/span 2}.fx-grid > .fx-grid__col.fx-col--offset-me-5.fx-col--me-1,
  .fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--offset-me-5.fx-col--me-1{grid-column:6/span 1}.fx-grid > .fx-grid__col.fx-col--offset-me-4.fx-col--me-11,
  .fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--offset-me-4.fx-col--me-11{grid-column:5/span 11}.fx-grid > .fx-grid__col.fx-col--offset-me-4.fx-col--me-10,
  .fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--offset-me-4.fx-col--me-10{grid-column:5/span 10}.fx-grid > .fx-grid__col.fx-col--offset-me-4.fx-col--me-9,
  .fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--offset-me-4.fx-col--me-9{grid-column:5/span 9}.fx-grid > .fx-grid__col.fx-col--offset-me-4.fx-col--me-8,
  .fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--offset-me-4.fx-col--me-8{grid-column:5/span 8}.fx-grid > .fx-grid__col.fx-col--offset-me-4.fx-col--me-7,
  .fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--offset-me-4.fx-col--me-7{grid-column:5/span 7}.fx-grid > .fx-grid__col.fx-col--offset-me-4.fx-col--me-6,
  .fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--offset-me-4.fx-col--me-6{grid-column:5/span 6}.fx-grid > .fx-grid__col.fx-col--offset-me-4.fx-col--me-5,
  .fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--offset-me-4.fx-col--me-5{grid-column:5/span 5}.fx-grid > .fx-grid__col.fx-col--offset-me-4.fx-col--me-4,
  .fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--offset-me-4.fx-col--me-4{grid-column:5/span 4}.fx-grid > .fx-grid__col.fx-col--offset-me-4.fx-col--me-3,
  .fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--offset-me-4.fx-col--me-3{grid-column:5/span 3}.fx-grid > .fx-grid__col.fx-col--offset-me-4.fx-col--me-2,
  .fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--offset-me-4.fx-col--me-2{grid-column:5/span 2}.fx-grid > .fx-grid__col.fx-col--offset-me-4.fx-col--me-1,
  .fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--offset-me-4.fx-col--me-1{grid-column:5/span 1}.fx-grid > .fx-grid__col.fx-col--offset-me-3.fx-col--me-11,
  .fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--offset-me-3.fx-col--me-11{grid-column:4/span 11}.fx-grid > .fx-grid__col.fx-col--offset-me-3.fx-col--me-10,
  .fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--offset-me-3.fx-col--me-10{grid-column:4/span 10}.fx-grid > .fx-grid__col.fx-col--offset-me-3.fx-col--me-9,
  .fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--offset-me-3.fx-col--me-9{grid-column:4/span 9}.fx-grid > .fx-grid__col.fx-col--offset-me-3.fx-col--me-8,
  .fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--offset-me-3.fx-col--me-8{grid-column:4/span 8}.fx-grid > .fx-grid__col.fx-col--offset-me-3.fx-col--me-7,
  .fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--offset-me-3.fx-col--me-7{grid-column:4/span 7}.fx-grid > .fx-grid__col.fx-col--offset-me-3.fx-col--me-6,
  .fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--offset-me-3.fx-col--me-6{grid-column:4/span 6}.fx-grid > .fx-grid__col.fx-col--offset-me-3.fx-col--me-5,
  .fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--offset-me-3.fx-col--me-5{grid-column:4/span 5}.fx-grid > .fx-grid__col.fx-col--offset-me-3.fx-col--me-4,
  .fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--offset-me-3.fx-col--me-4{grid-column:4/span 4}.fx-grid > .fx-grid__col.fx-col--offset-me-3.fx-col--me-3,
  .fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--offset-me-3.fx-col--me-3{grid-column:4/span 3}.fx-grid > .fx-grid__col.fx-col--offset-me-3.fx-col--me-2,
  .fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--offset-me-3.fx-col--me-2{grid-column:4/span 2}.fx-grid > .fx-grid__col.fx-col--offset-me-3.fx-col--me-1,
  .fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--offset-me-3.fx-col--me-1{grid-column:4/span 1}.fx-grid > .fx-grid__col.fx-col--offset-me-2.fx-col--me-11,
  .fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--offset-me-2.fx-col--me-11{grid-column:3/span 11}.fx-grid > .fx-grid__col.fx-col--offset-me-2.fx-col--me-10,
  .fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--offset-me-2.fx-col--me-10{grid-column:3/span 10}.fx-grid > .fx-grid__col.fx-col--offset-me-2.fx-col--me-9,
  .fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--offset-me-2.fx-col--me-9{grid-column:3/span 9}.fx-grid > .fx-grid__col.fx-col--offset-me-2.fx-col--me-8,
  .fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--offset-me-2.fx-col--me-8{grid-column:3/span 8}.fx-grid > .fx-grid__col.fx-col--offset-me-2.fx-col--me-7,
  .fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--offset-me-2.fx-col--me-7{grid-column:3/span 7}.fx-grid > .fx-grid__col.fx-col--offset-me-2.fx-col--me-6,
  .fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--offset-me-2.fx-col--me-6{grid-column:3/span 6}.fx-grid > .fx-grid__col.fx-col--offset-me-2.fx-col--me-5,
  .fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--offset-me-2.fx-col--me-5{grid-column:3/span 5}.fx-grid > .fx-grid__col.fx-col--offset-me-2.fx-col--me-4,
  .fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--offset-me-2.fx-col--me-4{grid-column:3/span 4}.fx-grid > .fx-grid__col.fx-col--offset-me-2.fx-col--me-3,
  .fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--offset-me-2.fx-col--me-3{grid-column:3/span 3}.fx-grid > .fx-grid__col.fx-col--offset-me-2.fx-col--me-2,
  .fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--offset-me-2.fx-col--me-2{grid-column:3/span 2}.fx-grid > .fx-grid__col.fx-col--offset-me-2.fx-col--me-1,
  .fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--offset-me-2.fx-col--me-1{grid-column:3/span 1}.fx-grid > .fx-grid__col.fx-col--offset-me-1.fx-col--me-11,
  .fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--offset-me-1.fx-col--me-11{grid-column:2/span 11}.fx-grid > .fx-grid__col.fx-col--offset-me-1.fx-col--me-10,
  .fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--offset-me-1.fx-col--me-10{grid-column:2/span 10}.fx-grid > .fx-grid__col.fx-col--offset-me-1.fx-col--me-9,
  .fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--offset-me-1.fx-col--me-9{grid-column:2/span 9}.fx-grid > .fx-grid__col.fx-col--offset-me-1.fx-col--me-8,
  .fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--offset-me-1.fx-col--me-8{grid-column:2/span 8}.fx-grid > .fx-grid__col.fx-col--offset-me-1.fx-col--me-7,
  .fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--offset-me-1.fx-col--me-7{grid-column:2/span 7}.fx-grid > .fx-grid__col.fx-col--offset-me-1.fx-col--me-6,
  .fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--offset-me-1.fx-col--me-6{grid-column:2/span 6}.fx-grid > .fx-grid__col.fx-col--offset-me-1.fx-col--me-5,
  .fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--offset-me-1.fx-col--me-5{grid-column:2/span 5}.fx-grid > .fx-grid__col.fx-col--offset-me-1.fx-col--me-4,
  .fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--offset-me-1.fx-col--me-4{grid-column:2/span 4}.fx-grid > .fx-grid__col.fx-col--offset-me-1.fx-col--me-3,
  .fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--offset-me-1.fx-col--me-3{grid-column:2/span 3}.fx-grid > .fx-grid__col.fx-col--offset-me-1.fx-col--me-2,
  .fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--offset-me-1.fx-col--me-2{grid-column:2/span 2}.fx-grid > .fx-grid__col.fx-col--offset-me-1.fx-col--me-1,
  .fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--offset-me-1.fx-col--me-1{grid-column:2/span 1}}@media screen and (min-width: 940px){.fx-grid > .fx-grid__col.fx-col--offset-lg-10.fx-col--lg-11,
  .fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--offset-lg-10.fx-col--lg-11{grid-column:11/span 11}.fx-grid > .fx-grid__col.fx-col--offset-lg-10.fx-col--lg-10,
  .fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--offset-lg-10.fx-col--lg-10{grid-column:11/span 10}.fx-grid > .fx-grid__col.fx-col--offset-lg-10.fx-col--lg-9,
  .fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--offset-lg-10.fx-col--lg-9{grid-column:11/span 9}.fx-grid > .fx-grid__col.fx-col--offset-lg-10.fx-col--lg-8,
  .fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--offset-lg-10.fx-col--lg-8{grid-column:11/span 8}.fx-grid > .fx-grid__col.fx-col--offset-lg-10.fx-col--lg-7,
  .fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--offset-lg-10.fx-col--lg-7{grid-column:11/span 7}.fx-grid > .fx-grid__col.fx-col--offset-lg-10.fx-col--lg-6,
  .fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--offset-lg-10.fx-col--lg-6{grid-column:11/span 6}.fx-grid > .fx-grid__col.fx-col--offset-lg-10.fx-col--lg-5,
  .fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--offset-lg-10.fx-col--lg-5{grid-column:11/span 5}.fx-grid > .fx-grid__col.fx-col--offset-lg-10.fx-col--lg-4,
  .fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--offset-lg-10.fx-col--lg-4{grid-column:11/span 4}.fx-grid > .fx-grid__col.fx-col--offset-lg-10.fx-col--lg-3,
  .fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--offset-lg-10.fx-col--lg-3{grid-column:11/span 3}.fx-grid > .fx-grid__col.fx-col--offset-lg-10.fx-col--lg-2,
  .fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--offset-lg-10.fx-col--lg-2{grid-column:11/span 2}.fx-grid > .fx-grid__col.fx-col--offset-lg-10.fx-col--lg-1,
  .fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--offset-lg-10.fx-col--lg-1{grid-column:11/span 1}.fx-grid > .fx-grid__col.fx-col--offset-lg-9.fx-col--lg-11,
  .fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--offset-lg-9.fx-col--lg-11{grid-column:10/span 11}.fx-grid > .fx-grid__col.fx-col--offset-lg-9.fx-col--lg-10,
  .fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--offset-lg-9.fx-col--lg-10{grid-column:10/span 10}.fx-grid > .fx-grid__col.fx-col--offset-lg-9.fx-col--lg-9,
  .fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--offset-lg-9.fx-col--lg-9{grid-column:10/span 9}.fx-grid > .fx-grid__col.fx-col--offset-lg-9.fx-col--lg-8,
  .fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--offset-lg-9.fx-col--lg-8{grid-column:10/span 8}.fx-grid > .fx-grid__col.fx-col--offset-lg-9.fx-col--lg-7,
  .fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--offset-lg-9.fx-col--lg-7{grid-column:10/span 7}.fx-grid > .fx-grid__col.fx-col--offset-lg-9.fx-col--lg-6,
  .fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--offset-lg-9.fx-col--lg-6{grid-column:10/span 6}.fx-grid > .fx-grid__col.fx-col--offset-lg-9.fx-col--lg-5,
  .fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--offset-lg-9.fx-col--lg-5{grid-column:10/span 5}.fx-grid > .fx-grid__col.fx-col--offset-lg-9.fx-col--lg-4,
  .fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--offset-lg-9.fx-col--lg-4{grid-column:10/span 4}.fx-grid > .fx-grid__col.fx-col--offset-lg-9.fx-col--lg-3,
  .fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--offset-lg-9.fx-col--lg-3{grid-column:10/span 3}.fx-grid > .fx-grid__col.fx-col--offset-lg-9.fx-col--lg-2,
  .fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--offset-lg-9.fx-col--lg-2{grid-column:10/span 2}.fx-grid > .fx-grid__col.fx-col--offset-lg-9.fx-col--lg-1,
  .fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--offset-lg-9.fx-col--lg-1{grid-column:10/span 1}.fx-grid > .fx-grid__col.fx-col--offset-lg-8.fx-col--lg-11,
  .fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--offset-lg-8.fx-col--lg-11{grid-column:9/span 11}.fx-grid > .fx-grid__col.fx-col--offset-lg-8.fx-col--lg-10,
  .fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--offset-lg-8.fx-col--lg-10{grid-column:9/span 10}.fx-grid > .fx-grid__col.fx-col--offset-lg-8.fx-col--lg-9,
  .fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--offset-lg-8.fx-col--lg-9{grid-column:9/span 9}.fx-grid > .fx-grid__col.fx-col--offset-lg-8.fx-col--lg-8,
  .fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--offset-lg-8.fx-col--lg-8{grid-column:9/span 8}.fx-grid > .fx-grid__col.fx-col--offset-lg-8.fx-col--lg-7,
  .fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--offset-lg-8.fx-col--lg-7{grid-column:9/span 7}.fx-grid > .fx-grid__col.fx-col--offset-lg-8.fx-col--lg-6,
  .fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--offset-lg-8.fx-col--lg-6{grid-column:9/span 6}.fx-grid > .fx-grid__col.fx-col--offset-lg-8.fx-col--lg-5,
  .fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--offset-lg-8.fx-col--lg-5{grid-column:9/span 5}.fx-grid > .fx-grid__col.fx-col--offset-lg-8.fx-col--lg-4,
  .fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--offset-lg-8.fx-col--lg-4{grid-column:9/span 4}.fx-grid > .fx-grid__col.fx-col--offset-lg-8.fx-col--lg-3,
  .fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--offset-lg-8.fx-col--lg-3{grid-column:9/span 3}.fx-grid > .fx-grid__col.fx-col--offset-lg-8.fx-col--lg-2,
  .fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--offset-lg-8.fx-col--lg-2{grid-column:9/span 2}.fx-grid > .fx-grid__col.fx-col--offset-lg-8.fx-col--lg-1,
  .fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--offset-lg-8.fx-col--lg-1{grid-column:9/span 1}.fx-grid > .fx-grid__col.fx-col--offset-lg-7.fx-col--lg-11,
  .fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--offset-lg-7.fx-col--lg-11{grid-column:8/span 11}.fx-grid > .fx-grid__col.fx-col--offset-lg-7.fx-col--lg-10,
  .fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--offset-lg-7.fx-col--lg-10{grid-column:8/span 10}.fx-grid > .fx-grid__col.fx-col--offset-lg-7.fx-col--lg-9,
  .fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--offset-lg-7.fx-col--lg-9{grid-column:8/span 9}.fx-grid > .fx-grid__col.fx-col--offset-lg-7.fx-col--lg-8,
  .fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--offset-lg-7.fx-col--lg-8{grid-column:8/span 8}.fx-grid > .fx-grid__col.fx-col--offset-lg-7.fx-col--lg-7,
  .fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--offset-lg-7.fx-col--lg-7{grid-column:8/span 7}.fx-grid > .fx-grid__col.fx-col--offset-lg-7.fx-col--lg-6,
  .fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--offset-lg-7.fx-col--lg-6{grid-column:8/span 6}.fx-grid > .fx-grid__col.fx-col--offset-lg-7.fx-col--lg-5,
  .fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--offset-lg-7.fx-col--lg-5{grid-column:8/span 5}.fx-grid > .fx-grid__col.fx-col--offset-lg-7.fx-col--lg-4,
  .fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--offset-lg-7.fx-col--lg-4{grid-column:8/span 4}.fx-grid > .fx-grid__col.fx-col--offset-lg-7.fx-col--lg-3,
  .fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--offset-lg-7.fx-col--lg-3{grid-column:8/span 3}.fx-grid > .fx-grid__col.fx-col--offset-lg-7.fx-col--lg-2,
  .fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--offset-lg-7.fx-col--lg-2{grid-column:8/span 2}.fx-grid > .fx-grid__col.fx-col--offset-lg-7.fx-col--lg-1,
  .fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--offset-lg-7.fx-col--lg-1{grid-column:8/span 1}.fx-grid > .fx-grid__col.fx-col--offset-lg-6.fx-col--lg-11,
  .fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--offset-lg-6.fx-col--lg-11{grid-column:7/span 11}.fx-grid > .fx-grid__col.fx-col--offset-lg-6.fx-col--lg-10,
  .fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--offset-lg-6.fx-col--lg-10{grid-column:7/span 10}.fx-grid > .fx-grid__col.fx-col--offset-lg-6.fx-col--lg-9,
  .fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--offset-lg-6.fx-col--lg-9{grid-column:7/span 9}.fx-grid > .fx-grid__col.fx-col--offset-lg-6.fx-col--lg-8,
  .fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--offset-lg-6.fx-col--lg-8{grid-column:7/span 8}.fx-grid > .fx-grid__col.fx-col--offset-lg-6.fx-col--lg-7,
  .fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--offset-lg-6.fx-col--lg-7{grid-column:7/span 7}.fx-grid > .fx-grid__col.fx-col--offset-lg-6.fx-col--lg-6,
  .fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--offset-lg-6.fx-col--lg-6{grid-column:7/span 6}.fx-grid > .fx-grid__col.fx-col--offset-lg-6.fx-col--lg-5,
  .fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--offset-lg-6.fx-col--lg-5{grid-column:7/span 5}.fx-grid > .fx-grid__col.fx-col--offset-lg-6.fx-col--lg-4,
  .fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--offset-lg-6.fx-col--lg-4{grid-column:7/span 4}.fx-grid > .fx-grid__col.fx-col--offset-lg-6.fx-col--lg-3,
  .fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--offset-lg-6.fx-col--lg-3{grid-column:7/span 3}.fx-grid > .fx-grid__col.fx-col--offset-lg-6.fx-col--lg-2,
  .fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--offset-lg-6.fx-col--lg-2{grid-column:7/span 2}.fx-grid > .fx-grid__col.fx-col--offset-lg-6.fx-col--lg-1,
  .fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--offset-lg-6.fx-col--lg-1{grid-column:7/span 1}.fx-grid > .fx-grid__col.fx-col--offset-lg-5.fx-col--lg-11,
  .fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--offset-lg-5.fx-col--lg-11{grid-column:6/span 11}.fx-grid > .fx-grid__col.fx-col--offset-lg-5.fx-col--lg-10,
  .fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--offset-lg-5.fx-col--lg-10{grid-column:6/span 10}.fx-grid > .fx-grid__col.fx-col--offset-lg-5.fx-col--lg-9,
  .fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--offset-lg-5.fx-col--lg-9{grid-column:6/span 9}.fx-grid > .fx-grid__col.fx-col--offset-lg-5.fx-col--lg-8,
  .fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--offset-lg-5.fx-col--lg-8{grid-column:6/span 8}.fx-grid > .fx-grid__col.fx-col--offset-lg-5.fx-col--lg-7,
  .fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--offset-lg-5.fx-col--lg-7{grid-column:6/span 7}.fx-grid > .fx-grid__col.fx-col--offset-lg-5.fx-col--lg-6,
  .fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--offset-lg-5.fx-col--lg-6{grid-column:6/span 6}.fx-grid > .fx-grid__col.fx-col--offset-lg-5.fx-col--lg-5,
  .fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--offset-lg-5.fx-col--lg-5{grid-column:6/span 5}.fx-grid > .fx-grid__col.fx-col--offset-lg-5.fx-col--lg-4,
  .fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--offset-lg-5.fx-col--lg-4{grid-column:6/span 4}.fx-grid > .fx-grid__col.fx-col--offset-lg-5.fx-col--lg-3,
  .fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--offset-lg-5.fx-col--lg-3{grid-column:6/span 3}.fx-grid > .fx-grid__col.fx-col--offset-lg-5.fx-col--lg-2,
  .fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--offset-lg-5.fx-col--lg-2{grid-column:6/span 2}.fx-grid > .fx-grid__col.fx-col--offset-lg-5.fx-col--lg-1,
  .fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--offset-lg-5.fx-col--lg-1{grid-column:6/span 1}.fx-grid > .fx-grid__col.fx-col--offset-lg-4.fx-col--lg-11,
  .fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--offset-lg-4.fx-col--lg-11{grid-column:5/span 11}.fx-grid > .fx-grid__col.fx-col--offset-lg-4.fx-col--lg-10,
  .fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--offset-lg-4.fx-col--lg-10{grid-column:5/span 10}.fx-grid > .fx-grid__col.fx-col--offset-lg-4.fx-col--lg-9,
  .fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--offset-lg-4.fx-col--lg-9{grid-column:5/span 9}.fx-grid > .fx-grid__col.fx-col--offset-lg-4.fx-col--lg-8,
  .fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--offset-lg-4.fx-col--lg-8{grid-column:5/span 8}.fx-grid > .fx-grid__col.fx-col--offset-lg-4.fx-col--lg-7,
  .fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--offset-lg-4.fx-col--lg-7{grid-column:5/span 7}.fx-grid > .fx-grid__col.fx-col--offset-lg-4.fx-col--lg-6,
  .fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--offset-lg-4.fx-col--lg-6{grid-column:5/span 6}.fx-grid > .fx-grid__col.fx-col--offset-lg-4.fx-col--lg-5,
  .fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--offset-lg-4.fx-col--lg-5{grid-column:5/span 5}.fx-grid > .fx-grid__col.fx-col--offset-lg-4.fx-col--lg-4,
  .fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--offset-lg-4.fx-col--lg-4{grid-column:5/span 4}.fx-grid > .fx-grid__col.fx-col--offset-lg-4.fx-col--lg-3,
  .fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--offset-lg-4.fx-col--lg-3{grid-column:5/span 3}.fx-grid > .fx-grid__col.fx-col--offset-lg-4.fx-col--lg-2,
  .fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--offset-lg-4.fx-col--lg-2{grid-column:5/span 2}.fx-grid > .fx-grid__col.fx-col--offset-lg-4.fx-col--lg-1,
  .fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--offset-lg-4.fx-col--lg-1{grid-column:5/span 1}.fx-grid > .fx-grid__col.fx-col--offset-lg-3.fx-col--lg-11,
  .fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--offset-lg-3.fx-col--lg-11{grid-column:4/span 11}.fx-grid > .fx-grid__col.fx-col--offset-lg-3.fx-col--lg-10,
  .fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--offset-lg-3.fx-col--lg-10{grid-column:4/span 10}.fx-grid > .fx-grid__col.fx-col--offset-lg-3.fx-col--lg-9,
  .fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--offset-lg-3.fx-col--lg-9{grid-column:4/span 9}.fx-grid > .fx-grid__col.fx-col--offset-lg-3.fx-col--lg-8,
  .fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--offset-lg-3.fx-col--lg-8{grid-column:4/span 8}.fx-grid > .fx-grid__col.fx-col--offset-lg-3.fx-col--lg-7,
  .fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--offset-lg-3.fx-col--lg-7{grid-column:4/span 7}.fx-grid > .fx-grid__col.fx-col--offset-lg-3.fx-col--lg-6,
  .fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--offset-lg-3.fx-col--lg-6{grid-column:4/span 6}.fx-grid > .fx-grid__col.fx-col--offset-lg-3.fx-col--lg-5,
  .fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--offset-lg-3.fx-col--lg-5{grid-column:4/span 5}.fx-grid > .fx-grid__col.fx-col--offset-lg-3.fx-col--lg-4,
  .fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--offset-lg-3.fx-col--lg-4{grid-column:4/span 4}.fx-grid > .fx-grid__col.fx-col--offset-lg-3.fx-col--lg-3,
  .fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--offset-lg-3.fx-col--lg-3{grid-column:4/span 3}.fx-grid > .fx-grid__col.fx-col--offset-lg-3.fx-col--lg-2,
  .fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--offset-lg-3.fx-col--lg-2{grid-column:4/span 2}.fx-grid > .fx-grid__col.fx-col--offset-lg-3.fx-col--lg-1,
  .fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--offset-lg-3.fx-col--lg-1{grid-column:4/span 1}.fx-grid > .fx-grid__col.fx-col--offset-lg-2.fx-col--lg-11,
  .fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--offset-lg-2.fx-col--lg-11{grid-column:3/span 11}.fx-grid > .fx-grid__col.fx-col--offset-lg-2.fx-col--lg-10,
  .fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--offset-lg-2.fx-col--lg-10{grid-column:3/span 10}.fx-grid > .fx-grid__col.fx-col--offset-lg-2.fx-col--lg-9,
  .fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--offset-lg-2.fx-col--lg-9{grid-column:3/span 9}.fx-grid > .fx-grid__col.fx-col--offset-lg-2.fx-col--lg-8,
  .fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--offset-lg-2.fx-col--lg-8{grid-column:3/span 8}.fx-grid > .fx-grid__col.fx-col--offset-lg-2.fx-col--lg-7,
  .fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--offset-lg-2.fx-col--lg-7{grid-column:3/span 7}.fx-grid > .fx-grid__col.fx-col--offset-lg-2.fx-col--lg-6,
  .fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--offset-lg-2.fx-col--lg-6{grid-column:3/span 6}.fx-grid > .fx-grid__col.fx-col--offset-lg-2.fx-col--lg-5,
  .fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--offset-lg-2.fx-col--lg-5{grid-column:3/span 5}.fx-grid > .fx-grid__col.fx-col--offset-lg-2.fx-col--lg-4,
  .fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--offset-lg-2.fx-col--lg-4{grid-column:3/span 4}.fx-grid > .fx-grid__col.fx-col--offset-lg-2.fx-col--lg-3,
  .fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--offset-lg-2.fx-col--lg-3{grid-column:3/span 3}.fx-grid > .fx-grid__col.fx-col--offset-lg-2.fx-col--lg-2,
  .fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--offset-lg-2.fx-col--lg-2{grid-column:3/span 2}.fx-grid > .fx-grid__col.fx-col--offset-lg-2.fx-col--lg-1,
  .fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--offset-lg-2.fx-col--lg-1{grid-column:3/span 1}.fx-grid > .fx-grid__col.fx-col--offset-lg-1.fx-col--lg-11,
  .fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--offset-lg-1.fx-col--lg-11{grid-column:2/span 11}.fx-grid > .fx-grid__col.fx-col--offset-lg-1.fx-col--lg-10,
  .fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--offset-lg-1.fx-col--lg-10{grid-column:2/span 10}.fx-grid > .fx-grid__col.fx-col--offset-lg-1.fx-col--lg-9,
  .fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--offset-lg-1.fx-col--lg-9{grid-column:2/span 9}.fx-grid > .fx-grid__col.fx-col--offset-lg-1.fx-col--lg-8,
  .fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--offset-lg-1.fx-col--lg-8{grid-column:2/span 8}.fx-grid > .fx-grid__col.fx-col--offset-lg-1.fx-col--lg-7,
  .fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--offset-lg-1.fx-col--lg-7{grid-column:2/span 7}.fx-grid > .fx-grid__col.fx-col--offset-lg-1.fx-col--lg-6,
  .fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--offset-lg-1.fx-col--lg-6{grid-column:2/span 6}.fx-grid > .fx-grid__col.fx-col--offset-lg-1.fx-col--lg-5,
  .fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--offset-lg-1.fx-col--lg-5{grid-column:2/span 5}.fx-grid > .fx-grid__col.fx-col--offset-lg-1.fx-col--lg-4,
  .fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--offset-lg-1.fx-col--lg-4{grid-column:2/span 4}.fx-grid > .fx-grid__col.fx-col--offset-lg-1.fx-col--lg-3,
  .fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--offset-lg-1.fx-col--lg-3{grid-column:2/span 3}.fx-grid > .fx-grid__col.fx-col--offset-lg-1.fx-col--lg-2,
  .fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--offset-lg-1.fx-col--lg-2{grid-column:2/span 2}.fx-grid > .fx-grid__col.fx-col--offset-lg-1.fx-col--lg-1,
  .fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--offset-lg-1.fx-col--lg-1{grid-column:2/span 1}}@media screen and (min-width: 1150px){.fx-grid > .fx-grid__col.fx-col--offset-le-10.fx-col--le-11,
  .fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--offset-le-10.fx-col--le-11{grid-column:11/span 11}.fx-grid > .fx-grid__col.fx-col--offset-le-10.fx-col--le-10,
  .fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--offset-le-10.fx-col--le-10{grid-column:11/span 10}.fx-grid > .fx-grid__col.fx-col--offset-le-10.fx-col--le-9,
  .fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--offset-le-10.fx-col--le-9{grid-column:11/span 9}.fx-grid > .fx-grid__col.fx-col--offset-le-10.fx-col--le-8,
  .fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--offset-le-10.fx-col--le-8{grid-column:11/span 8}.fx-grid > .fx-grid__col.fx-col--offset-le-10.fx-col--le-7,
  .fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--offset-le-10.fx-col--le-7{grid-column:11/span 7}.fx-grid > .fx-grid__col.fx-col--offset-le-10.fx-col--le-6,
  .fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--offset-le-10.fx-col--le-6{grid-column:11/span 6}.fx-grid > .fx-grid__col.fx-col--offset-le-10.fx-col--le-5,
  .fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--offset-le-10.fx-col--le-5{grid-column:11/span 5}.fx-grid > .fx-grid__col.fx-col--offset-le-10.fx-col--le-4,
  .fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--offset-le-10.fx-col--le-4{grid-column:11/span 4}.fx-grid > .fx-grid__col.fx-col--offset-le-10.fx-col--le-3,
  .fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--offset-le-10.fx-col--le-3{grid-column:11/span 3}.fx-grid > .fx-grid__col.fx-col--offset-le-10.fx-col--le-2,
  .fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--offset-le-10.fx-col--le-2{grid-column:11/span 2}.fx-grid > .fx-grid__col.fx-col--offset-le-10.fx-col--le-1,
  .fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--offset-le-10.fx-col--le-1{grid-column:11/span 1}.fx-grid > .fx-grid__col.fx-col--offset-le-9.fx-col--le-11,
  .fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--offset-le-9.fx-col--le-11{grid-column:10/span 11}.fx-grid > .fx-grid__col.fx-col--offset-le-9.fx-col--le-10,
  .fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--offset-le-9.fx-col--le-10{grid-column:10/span 10}.fx-grid > .fx-grid__col.fx-col--offset-le-9.fx-col--le-9,
  .fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--offset-le-9.fx-col--le-9{grid-column:10/span 9}.fx-grid > .fx-grid__col.fx-col--offset-le-9.fx-col--le-8,
  .fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--offset-le-9.fx-col--le-8{grid-column:10/span 8}.fx-grid > .fx-grid__col.fx-col--offset-le-9.fx-col--le-7,
  .fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--offset-le-9.fx-col--le-7{grid-column:10/span 7}.fx-grid > .fx-grid__col.fx-col--offset-le-9.fx-col--le-6,
  .fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--offset-le-9.fx-col--le-6{grid-column:10/span 6}.fx-grid > .fx-grid__col.fx-col--offset-le-9.fx-col--le-5,
  .fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--offset-le-9.fx-col--le-5{grid-column:10/span 5}.fx-grid > .fx-grid__col.fx-col--offset-le-9.fx-col--le-4,
  .fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--offset-le-9.fx-col--le-4{grid-column:10/span 4}.fx-grid > .fx-grid__col.fx-col--offset-le-9.fx-col--le-3,
  .fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--offset-le-9.fx-col--le-3{grid-column:10/span 3}.fx-grid > .fx-grid__col.fx-col--offset-le-9.fx-col--le-2,
  .fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--offset-le-9.fx-col--le-2{grid-column:10/span 2}.fx-grid > .fx-grid__col.fx-col--offset-le-9.fx-col--le-1,
  .fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--offset-le-9.fx-col--le-1{grid-column:10/span 1}.fx-grid > .fx-grid__col.fx-col--offset-le-8.fx-col--le-11,
  .fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--offset-le-8.fx-col--le-11{grid-column:9/span 11}.fx-grid > .fx-grid__col.fx-col--offset-le-8.fx-col--le-10,
  .fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--offset-le-8.fx-col--le-10{grid-column:9/span 10}.fx-grid > .fx-grid__col.fx-col--offset-le-8.fx-col--le-9,
  .fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--offset-le-8.fx-col--le-9{grid-column:9/span 9}.fx-grid > .fx-grid__col.fx-col--offset-le-8.fx-col--le-8,
  .fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--offset-le-8.fx-col--le-8{grid-column:9/span 8}.fx-grid > .fx-grid__col.fx-col--offset-le-8.fx-col--le-7,
  .fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--offset-le-8.fx-col--le-7{grid-column:9/span 7}.fx-grid > .fx-grid__col.fx-col--offset-le-8.fx-col--le-6,
  .fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--offset-le-8.fx-col--le-6{grid-column:9/span 6}.fx-grid > .fx-grid__col.fx-col--offset-le-8.fx-col--le-5,
  .fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--offset-le-8.fx-col--le-5{grid-column:9/span 5}.fx-grid > .fx-grid__col.fx-col--offset-le-8.fx-col--le-4,
  .fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--offset-le-8.fx-col--le-4{grid-column:9/span 4}.fx-grid > .fx-grid__col.fx-col--offset-le-8.fx-col--le-3,
  .fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--offset-le-8.fx-col--le-3{grid-column:9/span 3}.fx-grid > .fx-grid__col.fx-col--offset-le-8.fx-col--le-2,
  .fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--offset-le-8.fx-col--le-2{grid-column:9/span 2}.fx-grid > .fx-grid__col.fx-col--offset-le-8.fx-col--le-1,
  .fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--offset-le-8.fx-col--le-1{grid-column:9/span 1}.fx-grid > .fx-grid__col.fx-col--offset-le-7.fx-col--le-11,
  .fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--offset-le-7.fx-col--le-11{grid-column:8/span 11}.fx-grid > .fx-grid__col.fx-col--offset-le-7.fx-col--le-10,
  .fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--offset-le-7.fx-col--le-10{grid-column:8/span 10}.fx-grid > .fx-grid__col.fx-col--offset-le-7.fx-col--le-9,
  .fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--offset-le-7.fx-col--le-9{grid-column:8/span 9}.fx-grid > .fx-grid__col.fx-col--offset-le-7.fx-col--le-8,
  .fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--offset-le-7.fx-col--le-8{grid-column:8/span 8}.fx-grid > .fx-grid__col.fx-col--offset-le-7.fx-col--le-7,
  .fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--offset-le-7.fx-col--le-7{grid-column:8/span 7}.fx-grid > .fx-grid__col.fx-col--offset-le-7.fx-col--le-6,
  .fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--offset-le-7.fx-col--le-6{grid-column:8/span 6}.fx-grid > .fx-grid__col.fx-col--offset-le-7.fx-col--le-5,
  .fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--offset-le-7.fx-col--le-5{grid-column:8/span 5}.fx-grid > .fx-grid__col.fx-col--offset-le-7.fx-col--le-4,
  .fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--offset-le-7.fx-col--le-4{grid-column:8/span 4}.fx-grid > .fx-grid__col.fx-col--offset-le-7.fx-col--le-3,
  .fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--offset-le-7.fx-col--le-3{grid-column:8/span 3}.fx-grid > .fx-grid__col.fx-col--offset-le-7.fx-col--le-2,
  .fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--offset-le-7.fx-col--le-2{grid-column:8/span 2}.fx-grid > .fx-grid__col.fx-col--offset-le-7.fx-col--le-1,
  .fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--offset-le-7.fx-col--le-1{grid-column:8/span 1}.fx-grid > .fx-grid__col.fx-col--offset-le-6.fx-col--le-11,
  .fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--offset-le-6.fx-col--le-11{grid-column:7/span 11}.fx-grid > .fx-grid__col.fx-col--offset-le-6.fx-col--le-10,
  .fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--offset-le-6.fx-col--le-10{grid-column:7/span 10}.fx-grid > .fx-grid__col.fx-col--offset-le-6.fx-col--le-9,
  .fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--offset-le-6.fx-col--le-9{grid-column:7/span 9}.fx-grid > .fx-grid__col.fx-col--offset-le-6.fx-col--le-8,
  .fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--offset-le-6.fx-col--le-8{grid-column:7/span 8}.fx-grid > .fx-grid__col.fx-col--offset-le-6.fx-col--le-7,
  .fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--offset-le-6.fx-col--le-7{grid-column:7/span 7}.fx-grid > .fx-grid__col.fx-col--offset-le-6.fx-col--le-6,
  .fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--offset-le-6.fx-col--le-6{grid-column:7/span 6}.fx-grid > .fx-grid__col.fx-col--offset-le-6.fx-col--le-5,
  .fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--offset-le-6.fx-col--le-5{grid-column:7/span 5}.fx-grid > .fx-grid__col.fx-col--offset-le-6.fx-col--le-4,
  .fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--offset-le-6.fx-col--le-4{grid-column:7/span 4}.fx-grid > .fx-grid__col.fx-col--offset-le-6.fx-col--le-3,
  .fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--offset-le-6.fx-col--le-3{grid-column:7/span 3}.fx-grid > .fx-grid__col.fx-col--offset-le-6.fx-col--le-2,
  .fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--offset-le-6.fx-col--le-2{grid-column:7/span 2}.fx-grid > .fx-grid__col.fx-col--offset-le-6.fx-col--le-1,
  .fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--offset-le-6.fx-col--le-1{grid-column:7/span 1}.fx-grid > .fx-grid__col.fx-col--offset-le-5.fx-col--le-11,
  .fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--offset-le-5.fx-col--le-11{grid-column:6/span 11}.fx-grid > .fx-grid__col.fx-col--offset-le-5.fx-col--le-10,
  .fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--offset-le-5.fx-col--le-10{grid-column:6/span 10}.fx-grid > .fx-grid__col.fx-col--offset-le-5.fx-col--le-9,
  .fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--offset-le-5.fx-col--le-9{grid-column:6/span 9}.fx-grid > .fx-grid__col.fx-col--offset-le-5.fx-col--le-8,
  .fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--offset-le-5.fx-col--le-8{grid-column:6/span 8}.fx-grid > .fx-grid__col.fx-col--offset-le-5.fx-col--le-7,
  .fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--offset-le-5.fx-col--le-7{grid-column:6/span 7}.fx-grid > .fx-grid__col.fx-col--offset-le-5.fx-col--le-6,
  .fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--offset-le-5.fx-col--le-6{grid-column:6/span 6}.fx-grid > .fx-grid__col.fx-col--offset-le-5.fx-col--le-5,
  .fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--offset-le-5.fx-col--le-5{grid-column:6/span 5}.fx-grid > .fx-grid__col.fx-col--offset-le-5.fx-col--le-4,
  .fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--offset-le-5.fx-col--le-4{grid-column:6/span 4}.fx-grid > .fx-grid__col.fx-col--offset-le-5.fx-col--le-3,
  .fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--offset-le-5.fx-col--le-3{grid-column:6/span 3}.fx-grid > .fx-grid__col.fx-col--offset-le-5.fx-col--le-2,
  .fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--offset-le-5.fx-col--le-2{grid-column:6/span 2}.fx-grid > .fx-grid__col.fx-col--offset-le-5.fx-col--le-1,
  .fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--offset-le-5.fx-col--le-1{grid-column:6/span 1}.fx-grid > .fx-grid__col.fx-col--offset-le-4.fx-col--le-11,
  .fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--offset-le-4.fx-col--le-11{grid-column:5/span 11}.fx-grid > .fx-grid__col.fx-col--offset-le-4.fx-col--le-10,
  .fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--offset-le-4.fx-col--le-10{grid-column:5/span 10}.fx-grid > .fx-grid__col.fx-col--offset-le-4.fx-col--le-9,
  .fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--offset-le-4.fx-col--le-9{grid-column:5/span 9}.fx-grid > .fx-grid__col.fx-col--offset-le-4.fx-col--le-8,
  .fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--offset-le-4.fx-col--le-8{grid-column:5/span 8}.fx-grid > .fx-grid__col.fx-col--offset-le-4.fx-col--le-7,
  .fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--offset-le-4.fx-col--le-7{grid-column:5/span 7}.fx-grid > .fx-grid__col.fx-col--offset-le-4.fx-col--le-6,
  .fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--offset-le-4.fx-col--le-6{grid-column:5/span 6}.fx-grid > .fx-grid__col.fx-col--offset-le-4.fx-col--le-5,
  .fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--offset-le-4.fx-col--le-5{grid-column:5/span 5}.fx-grid > .fx-grid__col.fx-col--offset-le-4.fx-col--le-4,
  .fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--offset-le-4.fx-col--le-4{grid-column:5/span 4}.fx-grid > .fx-grid__col.fx-col--offset-le-4.fx-col--le-3,
  .fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--offset-le-4.fx-col--le-3{grid-column:5/span 3}.fx-grid > .fx-grid__col.fx-col--offset-le-4.fx-col--le-2,
  .fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--offset-le-4.fx-col--le-2{grid-column:5/span 2}.fx-grid > .fx-grid__col.fx-col--offset-le-4.fx-col--le-1,
  .fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--offset-le-4.fx-col--le-1{grid-column:5/span 1}.fx-grid > .fx-grid__col.fx-col--offset-le-3.fx-col--le-11,
  .fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--offset-le-3.fx-col--le-11{grid-column:4/span 11}.fx-grid > .fx-grid__col.fx-col--offset-le-3.fx-col--le-10,
  .fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--offset-le-3.fx-col--le-10{grid-column:4/span 10}.fx-grid > .fx-grid__col.fx-col--offset-le-3.fx-col--le-9,
  .fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--offset-le-3.fx-col--le-9{grid-column:4/span 9}.fx-grid > .fx-grid__col.fx-col--offset-le-3.fx-col--le-8,
  .fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--offset-le-3.fx-col--le-8{grid-column:4/span 8}.fx-grid > .fx-grid__col.fx-col--offset-le-3.fx-col--le-7,
  .fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--offset-le-3.fx-col--le-7{grid-column:4/span 7}.fx-grid > .fx-grid__col.fx-col--offset-le-3.fx-col--le-6,
  .fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--offset-le-3.fx-col--le-6{grid-column:4/span 6}.fx-grid > .fx-grid__col.fx-col--offset-le-3.fx-col--le-5,
  .fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--offset-le-3.fx-col--le-5{grid-column:4/span 5}.fx-grid > .fx-grid__col.fx-col--offset-le-3.fx-col--le-4,
  .fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--offset-le-3.fx-col--le-4{grid-column:4/span 4}.fx-grid > .fx-grid__col.fx-col--offset-le-3.fx-col--le-3,
  .fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--offset-le-3.fx-col--le-3{grid-column:4/span 3}.fx-grid > .fx-grid__col.fx-col--offset-le-3.fx-col--le-2,
  .fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--offset-le-3.fx-col--le-2{grid-column:4/span 2}.fx-grid > .fx-grid__col.fx-col--offset-le-3.fx-col--le-1,
  .fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--offset-le-3.fx-col--le-1{grid-column:4/span 1}.fx-grid > .fx-grid__col.fx-col--offset-le-2.fx-col--le-11,
  .fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--offset-le-2.fx-col--le-11{grid-column:3/span 11}.fx-grid > .fx-grid__col.fx-col--offset-le-2.fx-col--le-10,
  .fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--offset-le-2.fx-col--le-10{grid-column:3/span 10}.fx-grid > .fx-grid__col.fx-col--offset-le-2.fx-col--le-9,
  .fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--offset-le-2.fx-col--le-9{grid-column:3/span 9}.fx-grid > .fx-grid__col.fx-col--offset-le-2.fx-col--le-8,
  .fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--offset-le-2.fx-col--le-8{grid-column:3/span 8}.fx-grid > .fx-grid__col.fx-col--offset-le-2.fx-col--le-7,
  .fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--offset-le-2.fx-col--le-7{grid-column:3/span 7}.fx-grid > .fx-grid__col.fx-col--offset-le-2.fx-col--le-6,
  .fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--offset-le-2.fx-col--le-6{grid-column:3/span 6}.fx-grid > .fx-grid__col.fx-col--offset-le-2.fx-col--le-5,
  .fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--offset-le-2.fx-col--le-5{grid-column:3/span 5}.fx-grid > .fx-grid__col.fx-col--offset-le-2.fx-col--le-4,
  .fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--offset-le-2.fx-col--le-4{grid-column:3/span 4}.fx-grid > .fx-grid__col.fx-col--offset-le-2.fx-col--le-3,
  .fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--offset-le-2.fx-col--le-3{grid-column:3/span 3}.fx-grid > .fx-grid__col.fx-col--offset-le-2.fx-col--le-2,
  .fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--offset-le-2.fx-col--le-2{grid-column:3/span 2}.fx-grid > .fx-grid__col.fx-col--offset-le-2.fx-col--le-1,
  .fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--offset-le-2.fx-col--le-1{grid-column:3/span 1}.fx-grid > .fx-grid__col.fx-col--offset-le-1.fx-col--le-11,
  .fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--offset-le-1.fx-col--le-11{grid-column:2/span 11}.fx-grid > .fx-grid__col.fx-col--offset-le-1.fx-col--le-10,
  .fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--offset-le-1.fx-col--le-10{grid-column:2/span 10}.fx-grid > .fx-grid__col.fx-col--offset-le-1.fx-col--le-9,
  .fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--offset-le-1.fx-col--le-9{grid-column:2/span 9}.fx-grid > .fx-grid__col.fx-col--offset-le-1.fx-col--le-8,
  .fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--offset-le-1.fx-col--le-8{grid-column:2/span 8}.fx-grid > .fx-grid__col.fx-col--offset-le-1.fx-col--le-7,
  .fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--offset-le-1.fx-col--le-7{grid-column:2/span 7}.fx-grid > .fx-grid__col.fx-col--offset-le-1.fx-col--le-6,
  .fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--offset-le-1.fx-col--le-6{grid-column:2/span 6}.fx-grid > .fx-grid__col.fx-col--offset-le-1.fx-col--le-5,
  .fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--offset-le-1.fx-col--le-5{grid-column:2/span 5}.fx-grid > .fx-grid__col.fx-col--offset-le-1.fx-col--le-4,
  .fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--offset-le-1.fx-col--le-4{grid-column:2/span 4}.fx-grid > .fx-grid__col.fx-col--offset-le-1.fx-col--le-3,
  .fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--offset-le-1.fx-col--le-3{grid-column:2/span 3}.fx-grid > .fx-grid__col.fx-col--offset-le-1.fx-col--le-2,
  .fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--offset-le-1.fx-col--le-2{grid-column:2/span 2}.fx-grid > .fx-grid__col.fx-col--offset-le-1.fx-col--le-1,
  .fx-grid.fx-grid--cols-10 > .fx-grid__col.fx-col--offset-le-1.fx-col--le-1{grid-column:2/span 1}}.fx-grid.fx-grid-rows-2{grid-template-rows:1fr 1fr}.fx-grid--page{margin:0 24px;width:calc(100% - 24px*2)}.fx-grid.fx-grid--prod{grid-gap:0 0}.fx-grid--sidebar-phat-thin{grid-template-columns:12fr}.fx-grid--sidebar-thin-phat{grid-template-columns:12fr}.fx-grid--cols-centered > .fx-grid__col{text-align:center}.fx-grid--cols-span-1 > .fx-grid__col,
.fx-grid .fx-grid__col.fx-grid__col--span-1{grid-column-start:span 1}.fx-grid--cols-span-2 > .fx-grid__col,
.fx-grid .fx-grid__col.fx-grid__col--span-2{grid-column-start:span 2}.fx-grid--cols-span-3 > .fx-grid__col,
.fx-grid .fx-grid__col.fx-grid__col--span-3{grid-column-start:span 3}.fx-grid--cols-span-4 > .fx-grid__col,
.fx-grid .fx-grid__col.fx-grid__col--span-4{grid-column-start:span 4}.fx-grid--cols-span-5 > .fx-grid__col,
.fx-grid .fx-grid__col.fx-grid__col--span-5{grid-column-start:span 5}.fx-grid--cols-span-6 > .fx-grid__col,
.fx-grid .fx-grid__col.fx-grid__col--span-6{grid-column-start:span 6}.fx-grid--cols-span-7 > .fx-grid__col,
.fx-grid .fx-grid__col.fx-grid__col--span-7{grid-column-start:span 7}.fx-grid--cols-span-8 > .fx-grid__col,
.fx-grid .fx-grid__col.fx-grid__col--span-8{grid-column-start:span 8}.fx-grid--cols-span-9 > .fx-grid__col,
.fx-grid .fx-grid__col.fx-grid__col--span-9{grid-column-start:span 9}.fx-grid--cols-span-10 > .fx-grid__col,
.fx-grid .fx-grid__col.fx-grid__col--span-10{grid-column-start:span 10}.fx-grid--cols-span-11 > .fx-grid__col,
.fx-grid .fx-grid__col.fx-grid__col--span-11{grid-column-start:span 11}.fx-grid--cols-span-12 > .fx-grid__col,
.fx-grid .fx-grid__col.fx-grid__col--span-12{grid-column-start:span 12}@media screen and (min-width: 600px){.fx-grid{grid-gap:0 16px}.fx-grid--with-row-gap{grid-row-gap:16px}.fx-grid > .fx-grid__col{grid-column-start:span 3}.fx-grid.fx-grid--cols-10 > .fx-grid__col{grid-column-start:span 3}.fx-grid.fx-grid-cols--auto-5{grid-auto-columns:calc((100% / 4) - (16px - (16px / 4)))}.fx-grid--page{margin:0 32px;width:calc(100% - 32px*2)}}@media screen and (min-width: 940px){.fx-grid{grid-gap:0 24px}.fx-grid--with-row-gap{grid-row-gap:24px}.fx-grid > .fx-grid__col{grid-column-start:span 2}.fx-grid.fx-grid--cols-10{grid-template-columns:repeat(10,1fr)}.fx-grid.fx-grid--cols-10 > .fx-grid__col{grid-column-start:span 2}.fx-grid.fx-grid-cols--auto-5{grid-auto-columns:calc((100% / 5) - (24px - (24px / 5)))}.fx-grid--page{margin:0 40px;width:calc(100% - 40px*2)}.fx-grid.fx-grid--prod{grid-gap:0 40px}}@media screen and (min-width: 1150px){.fx-grid.fx-grid--prod{grid-gap:0 58px}}.fx-headline{font-family:'Open Sans',Verdana,Tahoma,Arial,Helvetica,sans-serif;margin:0}.fx-headline.fx-headline--1{font-size:28px;line-height:34px;letter-spacing:-0.75px;font-weight:700}@media screen and (min-width: 600px){.fx-headline.fx-headline--1{font-size:38px;line-height:46px;letter-spacing:-1.54px;font-weight:700}}@media screen and (min-width: 940px){.fx-headline.fx-headline--1{font-size:52px;line-height:66px;letter-spacing:-2.07px;font-weight:700}}.fx-headline.fx-headline--2{font-size:22px;line-height:30px;letter-spacing:-0.6px;font-weight:700}@media screen and (min-width: 600px){.fx-headline.fx-headline--2{font-size:28px;line-height:34px;letter-spacing:-1px;font-weight:700}}@media screen and (min-width: 940px){.fx-headline.fx-headline--2{font-size:36px;line-height:46px;letter-spacing:-1.6px;font-weight:700}}.fx-headline.fx-headline--3{font-size:18px;line-height:26px;letter-spacing:-0.5px;font-weight:700}@media screen and (min-width: 600px){.fx-headline.fx-headline--3{font-size:22px;line-height:30px;letter-spacing:-0.5px;font-weight:700}}@media screen and (min-width: 940px){.fx-headline.fx-headline--3{font-size:28px;line-height:38px;letter-spacing:-1px;font-weight:700}}.fx-headline.fx-headline--4{font-size:16px;line-height:24px;letter-spacing:-0.26px;font-weight:700}@media screen and (min-width: 600px){.fx-headline.fx-headline--4{font-size:16px;line-height:24px;letter-spacing:-0.13px;font-weight:700}}@media screen and (min-width: 940px){.fx-headline.fx-headline--4{font-size:22px;line-height:30px;letter-spacing:-0.38px;font-weight:700}}.fx-typography-display[class]{font-weight:700;font-size:18px;line-height:24px;letter-spacing:-0.27px}@media screen and (min-width: 600px){.fx-typography-display[class]{font-size:20px;line-height:26px;letter-spacing:-0.3px}}@media screen and (min-width: 940px){.fx-typography-display[class]{font-size:22px;line-height:30px;letter-spacing:-0.27px}}.fx-typography-subheadline[class]{font-weight:600;font-size:16px;line-height:22px;letter-spacing:-0.24px}@media screen and (min-width: 600px){.fx-typography-subheadline[class]{font-size:18px;line-height:24px;letter-spacing:-0.27px}}@media screen and (min-width: 940px){.fx-typography-subheadline[class]{font-size:20px;line-height:28px;letter-spacing:-0.3px}}.fx-typography-teaser[class]{font-weight:400;font-size:13px;line-height:18px;letter-spacing:-0.1px}@media screen and (min-width: 600px){.fx-typography-teaser[class]{font-size:14px;line-height:24px;letter-spacing:-0.4px}}@media screen and (min-width: 940px){.fx-typography-teaser[class]{font-size:16px;line-height:24px;letter-spacing:-0.45px}}.fx-typography-meta[class]{font-weight:400;font-size:10px;line-height:16px;letter-spacing:0.25px}@media screen and (min-width: 600px){.fx-typography-meta[class]{font-size:12px;line-height:16px;letter-spacing:0.1px}}@media screen and (min-width: 940px){.fx-typography-meta[class]{font-size:14px;line-height:22px;letter-spacing:-0.1px}}.fx-typography-misc[class]{font-weight:400;font-size:12px;line-height:18px;letter-spacing:-0.06px}@media screen and (min-width: 600px){.fx-typography-misc[class]{font-size:13px;line-height:20px;letter-spacing:-0.07px}}@media screen and (min-width: 940px){.fx-typography-misc[class]{font-size:16px;line-height:24px;letter-spacing:-0.08px}}.fx-typography-price-primary[class]{font-weight:700;font-size:18px;line-height:24px;letter-spacing:-0.28px}.fx-typography-price-primary[class].fx-typography-price-primary--medium{font-size:16px}.fx-typography-price-primary[class].fx-typography-price-primary--small{font-size:14px}@media screen and (min-width: 600px){.fx-typography-price-primary[class]{font-size:20px;line-height:24px;letter-spacing:-0.5px}.fx-typography-price-primary[class].fx-typography-price-primary--medium{font-size:18px}.fx-typography-price-primary[class].fx-typography-price-primary--small{font-size:16px}}@media screen and (min-width: 940px){.fx-typography-price-primary[class]{font-size:26px;line-height:30px;letter-spacing:-0.8px}.fx-typography-price-primary[class].fx-typography-price-primary--medium{font-size:24px}.fx-typography-price-primary[class].fx-typography-price-primary--small{font-size:22px}}.fx-typography-price-secondary[class]{font-weight:400;color:#8a8a8a;font-size:14px;line-height:14px;letter-spacing:-0.22px}.fx-typography-price-secondary[class].fx-typography-price-secondary--medium{font-size:12px}.fx-typography-price-secondary[class].fx-typography-price-secondary--small{font-size:10px}.fx-typography-price-secondary[class].fx-typography-price-secondary--strike{position:relative}.fx-typography-price-secondary[class].fx-typography-price-secondary--strike:after{position:absolute;content:'';left:0;top:50%;right:0;border-top:1px solid #8a8a8a;transform:rotate(-14deg)}@media screen and (min-width: 600px){.fx-typography-price-secondary[class]{font-size:16px;line-height:16px;letter-spacing:-0.4px}.fx-typography-price-secondary[class].fx-typography-price-secondary--medium{font-size:14px}.fx-typography-price-secondary[class].fx-typography-price-secondary--small{font-size:12px}}@media screen and (min-width: 940px){.fx-typography-price-secondary[class]{font-size:18px;line-height:18px;letter-spacing:-0.5px}.fx-typography-price-secondary[class].fx-typography-price-secondary--medium{font-size:16px}.fx-typography-price-secondary[class].fx-typography-price-secondary--small{font-size:14px}.fx-typography-price-secondary[class].fx-typography-price-secondary--strike:after{border-top-width:1.5px}}.fx-typography-price-strike-percentage[class]{color:#c21025;padding:4px;border-radius:2px;background:#fce3e6;font-style:normal;font-weight:600;font-size:14px;line-height:20px;letter-spacing:-0.11px}@media screen and (min-width: 940px){.fx-typography-price-strike-percentage[class]{letter-spacing:-0.26px}}.fx-typography-price-strike-percentage--light[class]{color:#4b4b4b;background:#e8e8e8}.fx-text{font-size:14px;line-height:22px;letter-spacing:-0.11px;font-weight:400;margin:0 0 25px}@media screen and (min-width: 600px){.fx-text{font-size:14px;line-height:22px;letter-spacing:-0.11px;font-weight:400}}@media screen and (min-width: 940px){.fx-text{font-size:16px;line-height:24px;letter-spacing:-0.26px;font-weight:400}}.fx-text.fx-text--without-margin{margin-bottom:0}.fx-text.fx-text--size-small{font-size:14px;line-height:22px;letter-spacing:-0.11px;font-weight:400}.fx-text.fx-text--size-medium{font-size:14px;line-height:22px;letter-spacing:-0.11px;font-weight:400}.fx-text.fx-text--size-large{font-size:16px;line-height:24px;letter-spacing:-0.26px;font-weight:400}@media screen and (min-width: 600px){.fx-text{margin:0 0 23px}}@media screen and (min-width: 940px){.fx-text{margin:0 0 26px}}.fx-text.fx-spacing-size--large{margin:0 0 38px}@media screen and (min-width: 600px){.fx-text.fx-spacing-size--large{margin:0 0 49px}}@media screen and (min-width: 940px){.fx-text.fx-spacing-size--large{margin:0 0 58px}}@media screen and (min-width: 600px){.fx-text.fx-text--plus,
  .fx-text.fx-text--bold-plus{font-size:16px;line-height:22px;letter-spacing:-0.13px}}@media screen and (min-width: 940px){.fx-text.fx-text--plus,
  .fx-text.fx-text--bold-plus{font-size:18px;line-height:28px;letter-spacing:-0.29px}}.fx-text.fx-text--bold-plus{font-weight:700}.fx-text.fx-text--uppercase{text-transform:uppercase}.fx-text.fx-text--light{font-weight:300}.fx-text.fx-text--regular{font-weight:400}.fx-text.fx-text--semi-bold{font-weight:600}.fx-text.fx-text--bold{font-weight:700}.fx-text.fx-text--italic{font-style:italic}.fx-text.fx-text--no-margin{margin:0}.fx-text-ellipsis{white-space:nowrap;text-overflow:ellipsis;max-width:100%;overflow:hidden}.fx-text-ellipsis[class]{line-height:normal}.fx-mix-blend-mode--multiply{mix-blend-mode:multiply}@media (forced-colors: active){.fx-mix-blend-mode--multiply{mix-blend-mode:unset}}.fx-text-align--left{text-align:left}.fx-text-align--center{text-align:center}.fx-text-align--right{text-align:right}.fx-background-color--primary-100{background-color:#cc8aff}.fx-background-color--primary-300{background-color:#a336fe}.fx-background-color--primary-500{background-color:#7e00f3}.fx-background-color--primary-700{background-color:#6009b0}.fx-background-color--primary-900{background-color:#420080}.fx-background-color--secondary-100{background-color:#69faff}.fx-background-color--secondary-300{background-color:#34edfb}.fx-background-color--secondary-500{background-color:#00ddf6}.fx-background-color--secondary-700{background-color:#0db5c9}.fx-background-color--secondary-900{background-color:#008291}.fx-background-color--neutral-white{background-color:#fff}.fx-background-color--neutral-100{background-color:#f3f3f3}.fx-background-color--neutral-200{background-color:#e8e8e8}.fx-background-color--neutral-300{background-color:#b4b4b4}.fx-background-color--neutral-400{background-color:#8a8a8a}.fx-background-color--neutral-500{background-color:#686868}.fx-background-color--neutral-600{background-color:#4b4b4b}.fx-background-color--neutral-700{background-color:#1c1c1c}.fx-background-color--neutral-black{background-color:#000}.fx-background-color--semantic-success{background-color:#00b27d}.fx-background-color--semantic-warning{background-color:#e0af0b}.fx-background-color--semantic-error{background-color:#e64155}.fx-background-color--accent-positive{background-color:#00b27d}.fx-background-color--accent-medium{background-color:#e0af0b}.fx-background-color--accent-warning{background-color:#e64155}.fx-background-color--accent-cyberweek{background-color:#ff1776}.fx-background-color--gold{background-color:#c2ac49}.fx-background-color--dark-gray-shadow{background-color:rgba(28,28,28,0.2)}.fx-background-color--basic-transparent{background-color:rgba(255,255,255,0)}.fx-background-color--basic-fokus{background-color:#192bc2}.fx-background-color--strong-pink{background-color:#ff006d}.fx-background-color--setup-setup-color{background-color:#69837e}.fx-background-color--dark-gray-alpha-25-shadow{background-color:rgba(28,28,28,0.3)}.fx-background-color--primary-100{background-color:#cc8aff}.fx-background-color--primary-300{background-color:#a336fe}.fx-background-color--primary-500{background-color:#7e00f3}.fx-background-color--primary-700{background-color:#6009b0}.fx-background-color--primary-900{background-color:#420080}.fx-background-color--secondary-100{background-color:#69faff}.fx-background-color--secondary-300{background-color:#34edfb}.fx-background-color--secondary-500{background-color:#00ddf6}.fx-background-color--secondary-700{background-color:#0db5c9}.fx-background-color--secondary-900{background-color:#008291}.fx-background-color--neutral-white{background-color:#fff}.fx-background-color--neutral-100{background-color:#f3f3f3}.fx-background-color--neutral-200{background-color:#e8e8e8}.fx-background-color--neutral-300{background-color:#b4b4b4}.fx-background-color--neutral-400{background-color:#8a8a8a}.fx-background-color--neutral-500{background-color:#686868}.fx-background-color--neutral-600{background-color:#4b4b4b}.fx-background-color--neutral-700{background-color:#1c1c1c}.fx-background-color--neutral-black{background-color:#000}.fx-background-color--semantic-success{background-color:#00b27d}.fx-background-color--semantic-warning{background-color:#e0af0b}.fx-background-color--semantic-error{background-color:#e64155}.fx-background-color--accent-positive{background-color:#00b27d}.fx-background-color--accent-medium{background-color:#e0af0b}.fx-background-color--accent-warning{background-color:#e64155}.fx-background-color--accent-cyberweek{background-color:#ff1776}.fx-background-color--gold{background-color:#c2ac49}.fx-background-color--dark-gray-shadow{background-color:rgba(28,28,28,0.2)}.fx-background-color--basic-transparent{background-color:rgba(255,255,255,0)}.fx-background-color--basic-fokus{background-color:#192bc2}.fx-background-color--strong-pink{background-color:#ff006d}.fx-background-color--setup-setup-color{background-color:#69837e}.fx-background-color--dark-gray-alpha-25-shadow{background-color:rgba(28,28,28,0.3)}.fx-background-color--primary-100{background-color:#cc8aff}.fx-background-color--primary-300{background-color:#a336fe}.fx-background-color--primary-500{background-color:#7e00f3}.fx-background-color--primary-700{background-color:#6009b0}.fx-background-color--primary-900{background-color:#420080}.fx-background-color--secondary-100{background-color:#69faff}.fx-background-color--secondary-300{background-color:#34edfb}.fx-background-color--secondary-500{background-color:#00ddf6}.fx-background-color--secondary-700{background-color:#0db5c9}.fx-background-color--secondary-900{background-color:#008291}.fx-background-color--neutral-white{background-color:#fff}.fx-background-color--neutral-100{background-color:#f3f3f3}.fx-background-color--neutral-200{background-color:#e8e8e8}.fx-background-color--neutral-300{background-color:#b4b4b4}.fx-background-color--neutral-400{background-color:#8a8a8a}.fx-background-color--neutral-500{background-color:#686868}.fx-background-color--neutral-600{background-color:#4b4b4b}.fx-background-color--neutral-700{background-color:#1c1c1c}.fx-background-color--neutral-black{background-color:#000}.fx-background-color--semantic-success{background-color:#00b27d}.fx-background-color--semantic-warning{background-color:#e0af0b}.fx-background-color--semantic-error{background-color:#e64155}.fx-background-color--accent-positive{background-color:#00b27d}.fx-background-color--accent-medium{background-color:#e0af0b}.fx-background-color--accent-warning{background-color:#e64155}.fx-background-color--accent-cyberweek{background-color:#ff1776}.fx-background-color--gold{background-color:#c2ac49}.fx-background-color--dark-gray-shadow{background-color:rgba(28,28,28,0.2)}.fx-background-color--basic-transparent{background-color:rgba(255,255,255,0)}.fx-background-color--basic-fokus{background-color:#192bc2}.fx-background-color--strong-pink{background-color:#ff006d}.fx-background-color--setup-setup-color{background-color:#69837e}.fx-background-color--dark-gray-alpha-25-shadow{background-color:rgba(28,28,28,0.3)}.fx-background-color--primary-100{background-color:#cc8aff}.fx-background-color--primary-300{background-color:#a336fe}.fx-background-color--primary-500{background-color:#7e00f3}.fx-background-color--primary-700{background-color:#6009b0}.fx-background-color--primary-900{background-color:#420080}.fx-background-color--secondary-100{background-color:#69faff}.fx-background-color--secondary-300{background-color:#34edfb}.fx-background-color--secondary-500{background-color:#00ddf6}.fx-background-color--secondary-700{background-color:#0db5c9}.fx-background-color--secondary-900{background-color:#008291}.fx-background-color--neutral-white{background-color:#fff}.fx-background-color--neutral-100{background-color:#f3f3f3}.fx-background-color--neutral-200{background-color:#e8e8e8}.fx-background-color--neutral-300{background-color:#b4b4b4}.fx-background-color--neutral-400{background-color:#8a8a8a}.fx-background-color--neutral-500{background-color:#686868}.fx-background-color--neutral-600{background-color:#4b4b4b}.fx-background-color--neutral-700{background-color:#1c1c1c}.fx-background-color--neutral-black{background-color:#000}.fx-background-color--semantic-success{background-color:#00b27d}.fx-background-color--semantic-warning{background-color:#e0af0b}.fx-background-color--semantic-error{background-color:#e64155}.fx-background-color--accent-positive{background-color:#00b27d}.fx-background-color--accent-medium{background-color:#e0af0b}.fx-background-color--accent-warning{background-color:#e64155}.fx-background-color--accent-cyberweek{background-color:#ff1776}.fx-background-color--gold{background-color:#c2ac49}.fx-background-color--dark-gray-shadow{background-color:rgba(28,28,28,0.2)}.fx-background-color--basic-transparent{background-color:rgba(255,255,255,0)}.fx-background-color--basic-fokus{background-color:#192bc2}.fx-background-color--strong-pink{background-color:#ff006d}.fx-background-color--setup-setup-color{background-color:#69837e}.fx-background-color--dark-gray-alpha-25-shadow{background-color:rgba(28,28,28,0.3)}.fx-background-color--primary-100{background-color:#cc8aff}.fx-background-color--primary-300{background-color:#a336fe}.fx-background-color--primary-500{background-color:#7e00f3}.fx-background-color--primary-700{background-color:#6009b0}.fx-background-color--primary-900{background-color:#420080}.fx-background-color--secondary-100{background-color:#69faff}.fx-background-color--secondary-300{background-color:#34edfb}.fx-background-color--secondary-500{background-color:#00ddf6}.fx-background-color--secondary-700{background-color:#0db5c9}.fx-background-color--secondary-900{background-color:#008291}.fx-background-color--neutral-white{background-color:#fff}.fx-background-color--neutral-100{background-color:#f3f3f3}.fx-background-color--neutral-200{background-color:#e8e8e8}.fx-background-color--neutral-300{background-color:#b4b4b4}.fx-background-color--neutral-400{background-color:#8a8a8a}.fx-background-color--neutral-500{background-color:#686868}.fx-background-color--neutral-600{background-color:#4b4b4b}.fx-background-color--neutral-700{background-color:#1c1c1c}.fx-background-color--neutral-black{background-color:#000}.fx-background-color--semantic-success{background-color:#00b27d}.fx-background-color--semantic-warning{background-color:#e0af0b}.fx-background-color--semantic-error{background-color:#e64155}.fx-background-color--accent-positive{background-color:#00b27d}.fx-background-color--accent-medium{background-color:#e0af0b}.fx-background-color--accent-warning{background-color:#e64155}.fx-background-color--accent-cyberweek{background-color:#ff1776}.fx-background-color--gold{background-color:#c2ac49}.fx-background-color--dark-gray-shadow{background-color:rgba(28,28,28,0.2)}.fx-background-color--basic-transparent{background-color:rgba(255,255,255,0)}.fx-background-color--basic-fokus{background-color:#192bc2}.fx-background-color--strong-pink{background-color:#ff006d}.fx-background-color--setup-setup-color{background-color:#69837e}.fx-background-color--dark-gray-alpha-25-shadow{background-color:rgba(28,28,28,0.3)}.fx-background-color--primary-100{background-color:#cc8aff}.fx-background-color--primary-300{background-color:#a336fe}.fx-background-color--primary-500{background-color:#7e00f3}.fx-background-color--primary-700{background-color:#6009b0}.fx-background-color--primary-900{background-color:#420080}.fx-background-color--secondary-100{background-color:#69faff}.fx-background-color--secondary-300{background-color:#34edfb}.fx-background-color--secondary-500{background-color:#00ddf6}.fx-background-color--secondary-700{background-color:#0db5c9}.fx-background-color--secondary-900{background-color:#008291}.fx-background-color--neutral-white{background-color:#fff}.fx-background-color--neutral-100{background-color:#f3f3f3}.fx-background-color--neutral-200{background-color:#e8e8e8}.fx-background-color--neutral-300{background-color:#b4b4b4}.fx-background-color--neutral-400{background-color:#8a8a8a}.fx-background-color--neutral-500{background-color:#686868}.fx-background-color--neutral-600{background-color:#4b4b4b}.fx-background-color--neutral-700{background-color:#1c1c1c}.fx-background-color--neutral-black{background-color:#000}.fx-background-color--semantic-success{background-color:#00b27d}.fx-background-color--semantic-warning{background-color:#e0af0b}.fx-background-color--semantic-error{background-color:#e64155}.fx-background-color--accent-positive{background-color:#00b27d}.fx-background-color--accent-medium{background-color:#e0af0b}.fx-background-color--accent-warning{background-color:#e64155}.fx-background-color--accent-cyberweek{background-color:#ff1776}.fx-background-color--gold{background-color:#c2ac49}.fx-background-color--dark-gray-shadow{background-color:rgba(28,28,28,0.2)}.fx-background-color--basic-transparent{background-color:rgba(255,255,255,0)}.fx-background-color--basic-fokus{background-color:#192bc2}.fx-background-color--strong-pink{background-color:#ff006d}.fx-background-color--setup-setup-color{background-color:#69837e}.fx-background-color--dark-gray-alpha-25-shadow{background-color:rgba(28,28,28,0.3)}.fx-background-color--black-alpha-80{background-color:rgba(0,0,0,0.8)}.fx-background-color--black-alpha-70{background-color:rgba(0,0,0,0.7)}.fx-background-color--black-alpha-60{background-color:rgba(0,0,0,0.6)}.fx-background-color--black-alpha-50{background-color:rgba(0,0,0,0.5)}.fx-background-color--black-alpha-40{background-color:rgba(0,0,0,0.4)}.fx-background-color--black-alpha-30{background-color:rgba(0,0,0,0.3)}.fx-background-color--black-alpha-20{background-color:rgba(0,0,0,0.2)}.fx-background-color--black-alpha-10{background-color:rgba(0,0,0,0.1)}.fx-background-color--black-alpha-5{background-color:rgba(0,0,0,0.05)}.fx-background-color--black-alpha-0{background-color:rgba(0,0,0,0)}.fx-background-color--neutral-alpha-80{background-color:rgba(28,28,28,0.8)}.fx-background-color--neutral-alpha-70{background-color:rgba(28,28,28,0.7)}.fx-background-color--neutral-alpha-60{background-color:rgba(28,28,28,0.6)}.fx-background-color--neutral-alpha-50{background-color:rgba(28,28,28,0.5)}.fx-background-color--neutral-alpha-40{background-color:rgba(28,28,28,0.4)}.fx-background-color--neutral-alpha-30{background-color:rgba(28,28,28,0.3)}.fx-background-color--neutral-alpha-20{background-color:rgba(28,28,28,0.2)}.fx-background-color--neutral-alpha-10{background-color:rgba(28,28,28,0.1)}.fx-background-color--neutral-alpha-5{background-color:rgba(28,28,28,0.05)}.fx-background-color--neutral-alpha-0{background-color:rgba(28,28,28,0)}.fx-background-color--white-alpha-80{background-color:rgba(255,255,255,0.8)}.fx-background-color--white-alpha-70{background-color:rgba(255,255,255,0.7)}.fx-background-color--white-alpha-60{background-color:rgba(255,255,255,0.6)}.fx-background-color--white-alpha-50{background-color:rgba(255,255,255,0.5)}.fx-background-color--white-alpha-40{background-color:rgba(255,255,255,0.4)}.fx-background-color--white-alpha-30{background-color:rgba(255,255,255,0.3)}.fx-background-color--white-alpha-20{background-color:rgba(255,255,255,0.2)}.fx-background-color--white-alpha-10{background-color:rgba(255,255,255,0.1)}.fx-background-color--white-alpha-5{background-color:rgba(255,255,255,0.05)}.fx-background-color--white-alpha-0{background-color:rgba(255,255,255,0)}.fx-background-color--success-alpha-80{background-color:rgba(0,178,125,0.8)}.fx-background-color--success-alpha-50{background-color:rgba(0,178,125,0.5)}.fx-background-color--success-alpha-10{background-color:rgba(0,178,125,0.1)}.fx-background-color--warning-alpha-80{background-color:rgba(224,175,11,0.8)}.fx-background-color--warning-alpha-50{background-color:rgba(224,175,11,0.5)}.fx-background-color--warning-alpha-10{background-color:rgba(224,175,11,0.1)}.fx-background-color--error-alpha-80{background-color:rgba(230,65,85,0.8)}.fx-background-color--error-alpha-50{background-color:rgba(230,65,85,0.5)}.fx-background-color--error-alpha-10{background-color:rgba(230,65,85,0.1)}.fx-color--primary-100{color:#cc8aff}.fx-color--primary-300{color:#a336fe}.fx-color--primary-500{color:#7e00f3}.fx-color--primary-700{color:#6009b0}.fx-color--primary-900{color:#420080}.fx-color--secondary-100{color:#69faff}.fx-color--secondary-300{color:#34edfb}.fx-color--secondary-500{color:#00ddf6}.fx-color--secondary-700{color:#0db5c9}.fx-color--secondary-900{color:#008291}.fx-color--neutral-white{color:#fff}.fx-color--neutral-100{color:#f3f3f3}.fx-color--neutral-200{color:#e8e8e8}.fx-color--neutral-300{color:#b4b4b4}.fx-color--neutral-400{color:#8a8a8a}.fx-color--neutral-500{color:#686868}.fx-color--neutral-600{color:#4b4b4b}.fx-color--neutral-700{color:#1c1c1c}.fx-color--neutral-black{color:#000}.fx-color--semantic-success{color:#00b27d}.fx-color--semantic-warning{color:#e0af0b}.fx-color--semantic-error{color:#e64155}.fx-color--accent-positive{color:#00b27d}.fx-color--accent-medium{color:#e0af0b}.fx-color--accent-warning{color:#e64155}.fx-color--accent-cyberweek{color:#ff1776}.fx-color--gold{color:#c2ac49}.fx-color--dark-gray-shadow{color:rgba(28,28,28,0.2)}.fx-color--basic-transparent{color:rgba(255,255,255,0)}.fx-color--basic-fokus{color:#192bc2}.fx-color--strong-pink{color:#ff006d}.fx-color--setup-setup-color{color:#69837e}.fx-color--dark-gray-alpha-25-shadow{color:rgba(28,28,28,0.3)}.fx-color--primary-100{color:#cc8aff}.fx-color--primary-300{color:#a336fe}.fx-color--primary-500{color:#7e00f3}.fx-color--primary-700{color:#6009b0}.fx-color--primary-900{color:#420080}.fx-color--secondary-100{color:#69faff}.fx-color--secondary-300{color:#34edfb}.fx-color--secondary-500{color:#00ddf6}.fx-color--secondary-700{color:#0db5c9}.fx-color--secondary-900{color:#008291}.fx-color--neutral-white{color:#fff}.fx-color--neutral-100{color:#f3f3f3}.fx-color--neutral-200{color:#e8e8e8}.fx-color--neutral-300{color:#b4b4b4}.fx-color--neutral-400{color:#8a8a8a}.fx-color--neutral-500{color:#686868}.fx-color--neutral-600{color:#4b4b4b}.fx-color--neutral-700{color:#1c1c1c}.fx-color--neutral-black{color:#000}.fx-color--semantic-success{color:#00b27d}.fx-color--semantic-warning{color:#e0af0b}.fx-color--semantic-error{color:#e64155}.fx-color--accent-positive{color:#00b27d}.fx-color--accent-medium{color:#e0af0b}.fx-color--accent-warning{color:#e64155}.fx-color--accent-cyberweek{color:#ff1776}.fx-color--gold{color:#c2ac49}.fx-color--dark-gray-shadow{color:rgba(28,28,28,0.2)}.fx-color--basic-transparent{color:rgba(255,255,255,0)}.fx-color--basic-fokus{color:#192bc2}.fx-color--strong-pink{color:#ff006d}.fx-color--setup-setup-color{color:#69837e}.fx-color--dark-gray-alpha-25-shadow{color:rgba(28,28,28,0.3)}.fx-color--primary-100{color:#cc8aff}.fx-color--primary-300{color:#a336fe}.fx-color--primary-500{color:#7e00f3}.fx-color--primary-700{color:#6009b0}.fx-color--primary-900{color:#420080}.fx-color--secondary-100{color:#69faff}.fx-color--secondary-300{color:#34edfb}.fx-color--secondary-500{color:#00ddf6}.fx-color--secondary-700{color:#0db5c9}.fx-color--secondary-900{color:#008291}.fx-color--neutral-white{color:#fff}.fx-color--neutral-100{color:#f3f3f3}.fx-color--neutral-200{color:#e8e8e8}.fx-color--neutral-300{color:#b4b4b4}.fx-color--neutral-400{color:#8a8a8a}.fx-color--neutral-500{color:#686868}.fx-color--neutral-600{color:#4b4b4b}.fx-color--neutral-700{color:#1c1c1c}.fx-color--neutral-black{color:#000}.fx-color--semantic-success{color:#00b27d}.fx-color--semantic-warning{color:#e0af0b}.fx-color--semantic-error{color:#e64155}.fx-color--accent-positive{color:#00b27d}.fx-color--accent-medium{color:#e0af0b}.fx-color--accent-warning{color:#e64155}.fx-color--accent-cyberweek{color:#ff1776}.fx-color--gold{color:#c2ac49}.fx-color--dark-gray-shadow{color:rgba(28,28,28,0.2)}.fx-color--basic-transparent{color:rgba(255,255,255,0)}.fx-color--basic-fokus{color:#192bc2}.fx-color--strong-pink{color:#ff006d}.fx-color--setup-setup-color{color:#69837e}.fx-color--dark-gray-alpha-25-shadow{color:rgba(28,28,28,0.3)}.fx-color--primary-100{color:#cc8aff}.fx-color--primary-300{color:#a336fe}.fx-color--primary-500{color:#7e00f3}.fx-color--primary-700{color:#6009b0}.fx-color--primary-900{color:#420080}.fx-color--secondary-100{color:#69faff}.fx-color--secondary-300{color:#34edfb}.fx-color--secondary-500{color:#00ddf6}.fx-color--secondary-700{color:#0db5c9}.fx-color--secondary-900{color:#008291}.fx-color--neutral-white{color:#fff}.fx-color--neutral-100{color:#f3f3f3}.fx-color--neutral-200{color:#e8e8e8}.fx-color--neutral-300{color:#b4b4b4}.fx-color--neutral-400{color:#8a8a8a}.fx-color--neutral-500{color:#686868}.fx-color--neutral-600{color:#4b4b4b}.fx-color--neutral-700{color:#1c1c1c}.fx-color--neutral-black{color:#000}.fx-color--semantic-success{color:#00b27d}.fx-color--semantic-warning{color:#e0af0b}.fx-color--semantic-error{color:#e64155}.fx-color--accent-positive{color:#00b27d}.fx-color--accent-medium{color:#e0af0b}.fx-color--accent-warning{color:#e64155}.fx-color--accent-cyberweek{color:#ff1776}.fx-color--gold{color:#c2ac49}.fx-color--dark-gray-shadow{color:rgba(28,28,28,0.2)}.fx-color--basic-transparent{color:rgba(255,255,255,0)}.fx-color--basic-fokus{color:#192bc2}.fx-color--strong-pink{color:#ff006d}.fx-color--setup-setup-color{color:#69837e}.fx-color--dark-gray-alpha-25-shadow{color:rgba(28,28,28,0.3)}.fx-color--primary-100{color:#cc8aff}.fx-color--primary-300{color:#a336fe}.fx-color--primary-500{color:#7e00f3}.fx-color--primary-700{color:#6009b0}.fx-color--primary-900{color:#420080}.fx-color--secondary-100{color:#69faff}.fx-color--secondary-300{color:#34edfb}.fx-color--secondary-500{color:#00ddf6}.fx-color--secondary-700{color:#0db5c9}.fx-color--secondary-900{color:#008291}.fx-color--neutral-white{color:#fff}.fx-color--neutral-100{color:#f3f3f3}.fx-color--neutral-200{color:#e8e8e8}.fx-color--neutral-300{color:#b4b4b4}.fx-color--neutral-400{color:#8a8a8a}.fx-color--neutral-500{color:#686868}.fx-color--neutral-600{color:#4b4b4b}.fx-color--neutral-700{color:#1c1c1c}.fx-color--neutral-black{color:#000}.fx-color--semantic-success{color:#00b27d}.fx-color--semantic-warning{color:#e0af0b}.fx-color--semantic-error{color:#e64155}.fx-color--accent-positive{color:#00b27d}.fx-color--accent-medium{color:#e0af0b}.fx-color--accent-warning{color:#e64155}.fx-color--accent-cyberweek{color:#ff1776}.fx-color--gold{color:#c2ac49}.fx-color--dark-gray-shadow{color:rgba(28,28,28,0.2)}.fx-color--basic-transparent{color:rgba(255,255,255,0)}.fx-color--basic-fokus{color:#192bc2}.fx-color--strong-pink{color:#ff006d}.fx-color--setup-setup-color{color:#69837e}.fx-color--dark-gray-alpha-25-shadow{color:rgba(28,28,28,0.3)}.fx-color--primary-100{color:#cc8aff}.fx-color--primary-300{color:#a336fe}.fx-color--primary-500{color:#7e00f3}.fx-color--primary-700{color:#6009b0}.fx-color--primary-900{color:#420080}.fx-color--secondary-100{color:#69faff}.fx-color--secondary-300{color:#34edfb}.fx-color--secondary-500{color:#00ddf6}.fx-color--secondary-700{color:#0db5c9}.fx-color--secondary-900{color:#008291}.fx-color--neutral-white{color:#fff}.fx-color--neutral-100{color:#f3f3f3}.fx-color--neutral-200{color:#e8e8e8}.fx-color--neutral-300{color:#b4b4b4}.fx-color--neutral-400{color:#8a8a8a}.fx-color--neutral-500{color:#686868}.fx-color--neutral-600{color:#4b4b4b}.fx-color--neutral-700{color:#1c1c1c}.fx-color--neutral-black{color:#000}.fx-color--semantic-success{color:#00b27d}.fx-color--semantic-warning{color:#e0af0b}.fx-color--semantic-error{color:#e64155}.fx-color--accent-positive{color:#00b27d}.fx-color--accent-medium{color:#e0af0b}.fx-color--accent-warning{color:#e64155}.fx-color--accent-cyberweek{color:#ff1776}.fx-color--gold{color:#c2ac49}.fx-color--dark-gray-shadow{color:rgba(28,28,28,0.2)}.fx-color--basic-transparent{color:rgba(255,255,255,0)}.fx-color--basic-fokus{color:#192bc2}.fx-color--strong-pink{color:#ff006d}.fx-color--setup-setup-color{color:#69837e}.fx-color--dark-gray-alpha-25-shadow{color:rgba(28,28,28,0.3)}.fx-hidden{display:none!important}@media screen and (max-width: 599px){.fx-sm-hidden{display:none!important}}@media screen and (min-width: 600px) and (max-width: 939px){.fx-md-hidden{display:none!important}}@media screen and (min-width: 940px){.fx-lg-hidden{display:none!important}}.fx-position-absolute-vcenter,
.fx-position-absolute-vcenter-left{position:absolute;top:50%;transform:translateY(-50%)}.fx-position-absolute-vcenter-left{left:0}.fx-position-sticky{position:-webkit-sticky;position:sticky;top:0}.fx-loader{position:relative;transition:opacity 70ms;z-index:0}.fx-loader::after{content:'';position:absolute;left:0;top:0;width:100%;height:100%;transition:opacity 70ms;z-index:1;opacity:1;background-image:linear-gradient(300deg,rgba(0,0,0,0.1) 25%,transparent 25%,transparent 50%,rgba(0,0,0,0.1) 50%,rgba(0,0,0,0.1) 75%,transparent 75%,transparent);background-size:27px 47px}.fx-loader--animate::after{animation:fxLoaderAnimation 2s linear infinite}@keyframes fxLoaderAnimation{0%{background-position:0 0}100%{background-position:50px 50px}}.fx-overlay{background-color:rgba(0,0,0,0.2);transition:opacity 250ms ease-in-out}.fx-clearfix:before,
.fx-clearfix:after{content:'';display:table}.fx-clearfix:after{clear:both}.fx-user-select--none{-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-tap-highlight-color:transparent;-webkit-user-select:none;user-select:none}.fx-cms-content p,
.fx-cms-content li{font-size:14px;line-height:22px;letter-spacing:-0.11px;font-weight:400;margin:0 0 25px}@media screen and (min-width: 600px){.fx-cms-content p,
  .fx-cms-content li{font-size:14px;line-height:22px;letter-spacing:-0.11px;font-weight:400}}@media screen and (min-width: 940px){.fx-cms-content p,
  .fx-cms-content li{font-size:16px;line-height:24px;letter-spacing:-0.26px;font-weight:400}}.fx-cms-content p.fx-text--without-margin,
.fx-cms-content li.fx-text--without-margin{margin-bottom:0}.fx-cms-content p.fx-text--size-small,
.fx-cms-content li.fx-text--size-small{font-size:14px;line-height:22px;letter-spacing:-0.11px;font-weight:400}.fx-cms-content p.fx-text--size-medium,
.fx-cms-content li.fx-text--size-medium{font-size:14px;line-height:22px;letter-spacing:-0.11px;font-weight:400}.fx-cms-content p.fx-text--size-large,
.fx-cms-content li.fx-text--size-large{font-size:16px;line-height:24px;letter-spacing:-0.26px;font-weight:400}@media screen and (min-width: 600px){.fx-cms-content p,
  .fx-cms-content li{margin:0 0 23px}}@media screen and (min-width: 940px){.fx-cms-content p,
  .fx-cms-content li{margin:0 0 26px}}.fx-cms-content p.fx-spacing-size--large,
.fx-cms-content li.fx-spacing-size--large{margin:0 0 38px}@media screen and (min-width: 600px){.fx-cms-content p.fx-spacing-size--large,
  .fx-cms-content li.fx-spacing-size--large{margin:0 0 49px}}@media screen and (min-width: 940px){.fx-cms-content p.fx-spacing-size--large,
  .fx-cms-content li.fx-spacing-size--large{margin:0 0 58px}}@media screen and (min-width: 600px){.fx-cms-content p.fx-text--plus,
  .fx-cms-content li.fx-text--plus,
  .fx-cms-content p.fx-text--bold-plus,
  .fx-cms-content li.fx-text--bold-plus{font-size:16px;line-height:22px;letter-spacing:-0.13px}}@media screen and (min-width: 940px){.fx-cms-content p.fx-text--plus,
  .fx-cms-content li.fx-text--plus,
  .fx-cms-content p.fx-text--bold-plus,
  .fx-cms-content li.fx-text--bold-plus{font-size:18px;line-height:28px;letter-spacing:-0.29px}}.fx-cms-content p.fx-text--bold-plus,
.fx-cms-content li.fx-text--bold-plus{font-weight:700}.fx-cms-content p.fx-text--uppercase,
.fx-cms-content li.fx-text--uppercase{text-transform:uppercase}.fx-cms-content p.fx-text--light,
.fx-cms-content li.fx-text--light{font-weight:300}.fx-cms-content p.fx-text--regular,
.fx-cms-content li.fx-text--regular{font-weight:400}.fx-cms-content p.fx-text--semi-bold,
.fx-cms-content li.fx-text--semi-bold{font-weight:600}.fx-cms-content p.fx-text--bold,
.fx-cms-content li.fx-text--bold{font-weight:700}.fx-cms-content p.fx-text--italic,
.fx-cms-content li.fx-text--italic{font-style:italic}.fx-cms-content p.fx-text--no-margin,
.fx-cms-content li.fx-text--no-margin{margin:0}.fx-cms-content .cms-image-wrapper{display:flex;flex-direction:column;align-items:center}.button-reset{background:none repeat scroll 0 0 transparent;border:none;border-spacing:0;margin:0;padding:0;-webkit-text-decoration:none;text-decoration:none;text-align:left;outline:none}.button-reset--focus-visible{transition:offset-outline 150ms ease}.button-reset--focus-visible:focus-visible{outline:2px solid #7e00f3;outline-offset:4px}.button-reset--focus-visible-half-offset{transition:offset-outline 150ms ease}.button-reset--focus-visible-half-offset:focus-visible{outline:2px solid #7e00f3;outline-offset:2px}.fx-button-helpdesk{-webkit-user-select:none;user-select:none;display:inline-flex;flex-wrap:nowrap;position:relative;cursor:pointer;background:none;padding:10px 0;transition:border-color 0.1s linear,box-shadow 0.1s linear}.fx-button-helpdesk__title{transition:border-color 0.1s linear,color 0.1s linear}.fx-button-helpdesk .assistants-container{margin:0;padding:0;display:flex}.fx-button-helpdesk .assistants__item{display:none}.fx-button-helpdesk--notify::after{content:'';position:absolute;height:8px;width:8px;border-radius:6px;background-color:#00b27d;box-shadow:0 0 0 2px #fff}.fx-button-helpdesk:hover{border-color:#7e00f3}.fx-button-helpdesk:hover .fx-button-helpdesk__title{color:#7e00f3;border-color:#7e00f3}.fx-button-helpdesk:active,
.fx-button-helpdesk:focus{border-color:#420080}.fx-button-helpdesk:active .fx-button-helpdesk__title,
.fx-button-helpdesk:focus .fx-button-helpdesk__title{color:#420080;border-color:#420080}.fx-button-helpdesk.fx-button-helpdesk--borderless-variant{border-color:rgba(255,255,255,0);transition:box-shadow 0.1s ease-in-out}.fx-button-helpdesk.fx-button-helpdesk--borderless-variant:active{border-color:rgba(255,255,255,0)}.fx-button-helpdesk .fx-button-helpdesk__title{display:inline-block;float:left;white-space:nowrap;font-size:16px;line-height:16px;letter-spacing:-0.32px;color:#000;border-bottom:1px solid #000;padding-bottom:4px}.fx-button-helpdesk.fx-button-helpdesk--small-variant .fx-button-helpdesk__title{font-size:14px}.fx-button-helpdesk.fx-button-helpdesk--notify::after{top:7px;right:-10px}@media screen and (min-width: 600px){.fx-button-helpdesk{border-radius:28px;background-color:#fff;padding:0;box-shadow:0 2px 20px rgba(0,0,0,0.2);border:1px solid #d5d5d5}.fx-button-helpdesk:hover{box-shadow:0 2px 20px rgba(0,0,0,0.3)}.fx-button-helpdesk .fx-button-helpdesk--small-variant .fx-button-helpdesk__title,
  .fx-button-helpdesk .fx-button-helpdesk__title{font-weight:600;margin:15px 16px 15px 23px;font-size:16px;border-bottom:none;padding:0}.fx-button-helpdesk.fx-button-helpdesk--notify::after{right:2px;top:0}.fx-button-helpdesk .assistants-container{padding:3px}.fx-button-helpdesk .assistants__item{display:none;margin-left:3px;border-radius:24px;height:40px;width:40px;overflow:hidden}.fx-button-helpdesk .assistants__item:first-of-type{display:inline-block}.fx-button-helpdesk .assistants__image{position:relative;top:-1px;left:-1px;height:42px;width:42px;max-width:42px}.fx-button-helpdesk .fx-button-helpdesk__assistant:first-of-type{display:inline-block}.fx-button-helpdesk .fx-button-helpdesk:active{border-color:#686868}.fx-button-helpdesk.fx-button-helpdesk--borderless-variant:hover{box-shadow:0 2px 24px rgba(0,0,0,0.6)}}@media screen and (min-width: 940px){.fx-button-helpdesk{border-radius:28px;background-color:#fff;padding:0;box-shadow:0 2px 20px rgba(0,0,0,0.2);border:1px solid #d5d5d5}.fx-button-helpdesk .fx-button-helpdesk--small-variant > .fx-button-helpdesk__title,
  .fx-button-helpdesk .fx-button-helpdesk__title{font-weight:600;font-size:16px;line-height:30px;letter-spacing:-0.4px;border-bottom:none;padding:0;margin:7px 24px 7px 30px}.fx-button-helpdesk.fx-button-helpdesk--notify::after{right:0;top:0;height:12px;width:12px}.fx-button-helpdesk .assistants-container{padding:2px}.fx-button-helpdesk .assistants__item{display:inline-block;float:left;margin-left:4px;border-radius:24px;height:40px;width:40px;overflow:hidden}.fx-button-helpdesk .assistants__image{position:relative;top:-1px;left:-1px;height:42px;width:42px}}.fx-button-helpdesk.fx-size--small .fx-button-helpdesk__title,
.fx-button-helpdesk.fx-size--sm .fx-button-helpdesk__title{display:inline-block;float:left;white-space:nowrap;font-size:16px;line-height:16px;letter-spacing:-0.32px;color:#000;border-bottom:1px solid #000;padding-bottom:4px}.fx-button-helpdesk.fx-size--small.fx-button-helpdesk--small-variant .fx-button-helpdesk__title,
.fx-button-helpdesk.fx-size--sm.fx-button-helpdesk--small-variant .fx-button-helpdesk__title{font-size:14px}.fx-button-helpdesk.fx-size--small.fx-button-helpdesk--notify::after,
.fx-button-helpdesk.fx-size--sm.fx-button-helpdesk--notify::after{top:7px;right:-10px}.fx-button-helpdesk.fx-size--medium,
.fx-button-helpdesk.fx-size--md{border-radius:28px;background-color:#fff;padding:0;box-shadow:0 2px 20px rgba(0,0,0,0.2);border:1px solid #d5d5d5}.fx-button-helpdesk.fx-size--medium:hover,
.fx-button-helpdesk.fx-size--md:hover{box-shadow:0 2px 20px rgba(0,0,0,0.3)}.fx-button-helpdesk.fx-size--medium .fx-button-helpdesk--small-variant .fx-button-helpdesk__title,
.fx-button-helpdesk.fx-size--md .fx-button-helpdesk--small-variant .fx-button-helpdesk__title,
.fx-button-helpdesk.fx-size--medium .fx-button-helpdesk__title,
.fx-button-helpdesk.fx-size--md .fx-button-helpdesk__title{font-weight:600;margin:15px 16px 15px 23px;font-size:16px;border-bottom:none;padding:0}.fx-button-helpdesk.fx-size--medium.fx-button-helpdesk--notify::after,
.fx-button-helpdesk.fx-size--md.fx-button-helpdesk--notify::after{right:2px;top:0}.fx-button-helpdesk.fx-size--medium .assistants-container,
.fx-button-helpdesk.fx-size--md .assistants-container{padding:3px}.fx-button-helpdesk.fx-size--medium .assistants__item,
.fx-button-helpdesk.fx-size--md .assistants__item{display:none;margin-left:3px;border-radius:24px;height:40px;width:40px;overflow:hidden}.fx-button-helpdesk.fx-size--medium .assistants__item:first-of-type,
.fx-button-helpdesk.fx-size--md .assistants__item:first-of-type{display:inline-block}.fx-button-helpdesk.fx-size--medium .assistants__image,
.fx-button-helpdesk.fx-size--md .assistants__image{position:relative;top:-1px;left:-1px;height:42px;width:42px;max-width:42px}.fx-button-helpdesk.fx-size--medium .fx-button-helpdesk__assistant:first-of-type,
.fx-button-helpdesk.fx-size--md .fx-button-helpdesk__assistant:first-of-type{display:inline-block}.fx-button-helpdesk.fx-size--medium .fx-button-helpdesk:active,
.fx-button-helpdesk.fx-size--md .fx-button-helpdesk:active{border-color:#686868}.fx-button-helpdesk.fx-size--medium.fx-button-helpdesk--borderless-variant:hover,
.fx-button-helpdesk.fx-size--md.fx-button-helpdesk--borderless-variant:hover{box-shadow:0 2px 24px rgba(0,0,0,0.6)}.fx-button-helpdesk.fx-size--large,
.fx-button-helpdesk.fx-size--lg{border-radius:28px;background-color:#fff;padding:0;box-shadow:0 2px 20px rgba(0,0,0,0.2);border:1px solid #d5d5d5}.fx-button-helpdesk.fx-size--large .fx-button-helpdesk--small-variant > .fx-button-helpdesk__title,
.fx-button-helpdesk.fx-size--lg .fx-button-helpdesk--small-variant > .fx-button-helpdesk__title,
.fx-button-helpdesk.fx-size--large .fx-button-helpdesk__title,
.fx-button-helpdesk.fx-size--lg .fx-button-helpdesk__title{font-weight:600;font-size:16px;line-height:30px;letter-spacing:-0.4px;border-bottom:none;padding:0;margin:7px 24px 7px 30px}.fx-button-helpdesk.fx-size--large.fx-button-helpdesk--notify::after,
.fx-button-helpdesk.fx-size--lg.fx-button-helpdesk--notify::after{right:0;top:0;height:12px;width:12px}.fx-button-helpdesk.fx-size--large .assistants-container,
.fx-button-helpdesk.fx-size--lg .assistants-container{padding:2px}.fx-button-helpdesk.fx-size--large .assistants__item,
.fx-button-helpdesk.fx-size--lg .assistants__item{display:inline-block;float:left;margin-left:4px;border-radius:24px;height:40px;width:40px;overflow:hidden}.fx-button-helpdesk.fx-size--large .assistants__image,
.fx-button-helpdesk.fx-size--lg .assistants__image{position:relative;top:-1px;left:-1px;height:42px;width:42px}.fx-button-helpdesk.fx-size--sm-sm-md .fx-button-helpdesk__title,
.fx-button-helpdesk.fx-size--sm2-md .fx-button-helpdesk__title{display:inline-block;float:left;white-space:nowrap;font-size:16px;line-height:16px;letter-spacing:-0.32px;color:#000;border-bottom:1px solid #000;padding-bottom:4px}.fx-button-helpdesk.fx-size--sm-sm-md.fx-button-helpdesk--small-variant .fx-button-helpdesk__title,
.fx-button-helpdesk.fx-size--sm2-md.fx-button-helpdesk--small-variant .fx-button-helpdesk__title{font-size:14px}.fx-button-helpdesk.fx-size--sm-sm-md.fx-button-helpdesk--notify::after,
.fx-button-helpdesk.fx-size--sm2-md.fx-button-helpdesk--notify::after{top:7px;right:-10px}@media screen and (min-width: 940px){.fx-button-helpdesk.fx-size--sm-sm-md,
  .fx-button-helpdesk.fx-size--sm2-md{border-radius:28px;background-color:#fff;padding:0;box-shadow:0 2px 20px rgba(0,0,0,0.2);border:1px solid #d5d5d5}.fx-button-helpdesk.fx-size--sm-sm-md:hover,
  .fx-button-helpdesk.fx-size--sm2-md:hover{box-shadow:0 2px 20px rgba(0,0,0,0.3)}.fx-button-helpdesk.fx-size--sm-sm-md .fx-button-helpdesk--small-variant .fx-button-helpdesk__title,
  .fx-button-helpdesk.fx-size--sm2-md .fx-button-helpdesk--small-variant .fx-button-helpdesk__title,
  .fx-button-helpdesk.fx-size--sm-sm-md .fx-button-helpdesk__title,
  .fx-button-helpdesk.fx-size--sm2-md .fx-button-helpdesk__title{font-weight:600;margin:15px 16px 15px 23px;font-size:16px;border-bottom:none;padding:0}.fx-button-helpdesk.fx-size--sm-sm-md.fx-button-helpdesk--notify::after,
  .fx-button-helpdesk.fx-size--sm2-md.fx-button-helpdesk--notify::after{right:2px;top:0}.fx-button-helpdesk.fx-size--sm-sm-md .assistants-container,
  .fx-button-helpdesk.fx-size--sm2-md .assistants-container{padding:3px}.fx-button-helpdesk.fx-size--sm-sm-md .assistants__item,
  .fx-button-helpdesk.fx-size--sm2-md .assistants__item{display:none;margin-left:3px;border-radius:24px;height:40px;width:40px;overflow:hidden}.fx-button-helpdesk.fx-size--sm-sm-md .assistants__item:first-of-type,
  .fx-button-helpdesk.fx-size--sm2-md .assistants__item:first-of-type{display:inline-block}.fx-button-helpdesk.fx-size--sm-sm-md .assistants__image,
  .fx-button-helpdesk.fx-size--sm2-md .assistants__image{position:relative;top:-1px;left:-1px;height:42px;width:42px;max-width:42px}.fx-button-helpdesk.fx-size--sm-sm-md .fx-button-helpdesk__assistant:first-of-type,
  .fx-button-helpdesk.fx-size--sm2-md .fx-button-helpdesk__assistant:first-of-type{display:inline-block}.fx-button-helpdesk.fx-size--sm-sm-md .fx-button-helpdesk:active,
  .fx-button-helpdesk.fx-size--sm2-md .fx-button-helpdesk:active{border-color:#686868}.fx-button-helpdesk.fx-size--sm-sm-md.fx-button-helpdesk--borderless-variant:hover,
  .fx-button-helpdesk.fx-size--sm2-md.fx-button-helpdesk--borderless-variant:hover{box-shadow:0 2px 24px rgba(0,0,0,0.6)}}.fx-button-helpdesk.fx-size--sm-sm-lg .fx-button-helpdesk__title,
.fx-button-helpdesk.fx-size--sm2-lg .fx-button-helpdesk__title{display:inline-block;float:left;white-space:nowrap;font-size:16px;line-height:16px;letter-spacing:-0.32px;color:#000;border-bottom:1px solid #000;padding-bottom:4px}.fx-button-helpdesk.fx-size--sm-sm-lg.fx-button-helpdesk--small-variant .fx-button-helpdesk__title,
.fx-button-helpdesk.fx-size--sm2-lg.fx-button-helpdesk--small-variant .fx-button-helpdesk__title{font-size:14px}.fx-button-helpdesk.fx-size--sm-sm-lg.fx-button-helpdesk--notify::after,
.fx-button-helpdesk.fx-size--sm2-lg.fx-button-helpdesk--notify::after{top:7px;right:-10px}@media screen and (min-width: 940px){.fx-button-helpdesk.fx-size--sm-sm-lg,
  .fx-button-helpdesk.fx-size--sm2-lg{border-radius:28px;background-color:#fff;padding:0;box-shadow:0 2px 20px rgba(0,0,0,0.2);border:1px solid #d5d5d5}.fx-button-helpdesk.fx-size--sm-sm-lg .fx-button-helpdesk--small-variant > .fx-button-helpdesk__title,
  .fx-button-helpdesk.fx-size--sm2-lg .fx-button-helpdesk--small-variant > .fx-button-helpdesk__title,
  .fx-button-helpdesk.fx-size--sm-sm-lg .fx-button-helpdesk__title,
  .fx-button-helpdesk.fx-size--sm2-lg .fx-button-helpdesk__title{font-weight:600;font-size:16px;line-height:30px;letter-spacing:-0.4px;border-bottom:none;padding:0;margin:7px 24px 7px 30px}.fx-button-helpdesk.fx-size--sm-sm-lg.fx-button-helpdesk--notify::after,
  .fx-button-helpdesk.fx-size--sm2-lg.fx-button-helpdesk--notify::after{right:0;top:0;height:12px;width:12px}.fx-button-helpdesk.fx-size--sm-sm-lg .assistants-container,
  .fx-button-helpdesk.fx-size--sm2-lg .assistants-container{padding:2px}.fx-button-helpdesk.fx-size--sm-sm-lg .assistants__item,
  .fx-button-helpdesk.fx-size--sm2-lg .assistants__item{display:inline-block;float:left;margin-left:4px;border-radius:24px;height:40px;width:40px;overflow:hidden}.fx-button-helpdesk.fx-size--sm-sm-lg .assistants__image,
  .fx-button-helpdesk.fx-size--sm2-lg .assistants__image{position:relative;top:-1px;left:-1px;height:42px;width:42px}}.fx-button-helpdesk.fx-size--sm-md-md .fx-button-helpdesk__title,
.fx-button-helpdesk.fx-size--sm-md2 .fx-button-helpdesk__title{display:inline-block;float:left;white-space:nowrap;font-size:16px;line-height:16px;letter-spacing:-0.32px;color:#000;border-bottom:1px solid #000;padding-bottom:4px}.fx-button-helpdesk.fx-size--sm-md-md.fx-button-helpdesk--small-variant .fx-button-helpdesk__title,
.fx-button-helpdesk.fx-size--sm-md2.fx-button-helpdesk--small-variant .fx-button-helpdesk__title{font-size:14px}.fx-button-helpdesk.fx-size--sm-md-md.fx-button-helpdesk--notify::after,
.fx-button-helpdesk.fx-size--sm-md2.fx-button-helpdesk--notify::after{top:7px;right:-10px}@media screen and (min-width: 600px){.fx-button-helpdesk.fx-size--sm-md-md,
  .fx-button-helpdesk.fx-size--sm-md2{border-radius:28px;background-color:#fff;padding:0;box-shadow:0 2px 20px rgba(0,0,0,0.2);border:1px solid #d5d5d5}.fx-button-helpdesk.fx-size--sm-md-md:hover,
  .fx-button-helpdesk.fx-size--sm-md2:hover{box-shadow:0 2px 20px rgba(0,0,0,0.3)}.fx-button-helpdesk.fx-size--sm-md-md .fx-button-helpdesk--small-variant .fx-button-helpdesk__title,
  .fx-button-helpdesk.fx-size--sm-md2 .fx-button-helpdesk--small-variant .fx-button-helpdesk__title,
  .fx-button-helpdesk.fx-size--sm-md-md .fx-button-helpdesk__title,
  .fx-button-helpdesk.fx-size--sm-md2 .fx-button-helpdesk__title{font-weight:600;margin:15px 16px 15px 23px;font-size:16px;border-bottom:none;padding:0}.fx-button-helpdesk.fx-size--sm-md-md.fx-button-helpdesk--notify::after,
  .fx-button-helpdesk.fx-size--sm-md2.fx-button-helpdesk--notify::after{right:2px;top:0}.fx-button-helpdesk.fx-size--sm-md-md .assistants-container,
  .fx-button-helpdesk.fx-size--sm-md2 .assistants-container{padding:3px}.fx-button-helpdesk.fx-size--sm-md-md .assistants__item,
  .fx-button-helpdesk.fx-size--sm-md2 .assistants__item{display:none;margin-left:3px;border-radius:24px;height:40px;width:40px;overflow:hidden}.fx-button-helpdesk.fx-size--sm-md-md .assistants__item:first-of-type,
  .fx-button-helpdesk.fx-size--sm-md2 .assistants__item:first-of-type{display:inline-block}.fx-button-helpdesk.fx-size--sm-md-md .assistants__image,
  .fx-button-helpdesk.fx-size--sm-md2 .assistants__image{position:relative;top:-1px;left:-1px;height:42px;width:42px;max-width:42px}.fx-button-helpdesk.fx-size--sm-md-md .fx-button-helpdesk__assistant:first-of-type,
  .fx-button-helpdesk.fx-size--sm-md2 .fx-button-helpdesk__assistant:first-of-type{display:inline-block}.fx-button-helpdesk.fx-size--sm-md-md .fx-button-helpdesk:active,
  .fx-button-helpdesk.fx-size--sm-md2 .fx-button-helpdesk:active{border-color:#686868}.fx-button-helpdesk.fx-size--sm-md-md.fx-button-helpdesk--borderless-variant:hover,
  .fx-button-helpdesk.fx-size--sm-md2.fx-button-helpdesk--borderless-variant:hover{box-shadow:0 2px 24px rgba(0,0,0,0.6)}}.fx-button-helpdesk.fx-size--sm-lg-lg .fx-button-helpdesk__title,
.fx-button-helpdesk.fx-size--sm-lg2 .fx-button-helpdesk__title{display:inline-block;float:left;white-space:nowrap;font-size:16px;line-height:16px;letter-spacing:-0.32px;color:#000;border-bottom:1px solid #000;padding-bottom:4px}.fx-button-helpdesk.fx-size--sm-lg-lg.fx-button-helpdesk--small-variant .fx-button-helpdesk__title,
.fx-button-helpdesk.fx-size--sm-lg2.fx-button-helpdesk--small-variant .fx-button-helpdesk__title{font-size:14px}.fx-button-helpdesk.fx-size--sm-lg-lg.fx-button-helpdesk--notify::after,
.fx-button-helpdesk.fx-size--sm-lg2.fx-button-helpdesk--notify::after{top:7px;right:-10px}@media screen and (min-width: 600px){.fx-button-helpdesk.fx-size--sm-lg-lg,
  .fx-button-helpdesk.fx-size--sm-lg2{border-radius:28px;background-color:#fff;padding:0;box-shadow:0 2px 20px rgba(0,0,0,0.2);border:1px solid #d5d5d5}.fx-button-helpdesk.fx-size--sm-lg-lg .fx-button-helpdesk--small-variant > .fx-button-helpdesk__title,
  .fx-button-helpdesk.fx-size--sm-lg2 .fx-button-helpdesk--small-variant > .fx-button-helpdesk__title,
  .fx-button-helpdesk.fx-size--sm-lg-lg .fx-button-helpdesk__title,
  .fx-button-helpdesk.fx-size--sm-lg2 .fx-button-helpdesk__title{font-weight:600;font-size:16px;line-height:30px;letter-spacing:-0.4px;border-bottom:none;padding:0;margin:7px 24px 7px 30px}.fx-button-helpdesk.fx-size--sm-lg-lg.fx-button-helpdesk--notify::after,
  .fx-button-helpdesk.fx-size--sm-lg2.fx-button-helpdesk--notify::after{right:0;top:0;height:12px;width:12px}.fx-button-helpdesk.fx-size--sm-lg-lg .assistants-container,
  .fx-button-helpdesk.fx-size--sm-lg2 .assistants-container{padding:2px}.fx-button-helpdesk.fx-size--sm-lg-lg .assistants__item,
  .fx-button-helpdesk.fx-size--sm-lg2 .assistants__item{display:inline-block;float:left;margin-left:4px;border-radius:24px;height:40px;width:40px;overflow:hidden}.fx-button-helpdesk.fx-size--sm-lg-lg .assistants__image,
  .fx-button-helpdesk.fx-size--sm-lg2 .assistants__image{position:relative;top:-1px;left:-1px;height:42px;width:42px}}.fx-button-helpdesk.fx-size--md-md-lg,
.fx-button-helpdesk.fx-size--md2-lg{border-radius:28px;background-color:#fff;padding:0;box-shadow:0 2px 20px rgba(0,0,0,0.2);border:1px solid #d5d5d5}.fx-button-helpdesk.fx-size--md-md-lg:hover,
.fx-button-helpdesk.fx-size--md2-lg:hover{box-shadow:0 2px 20px rgba(0,0,0,0.3)}.fx-button-helpdesk.fx-size--md-md-lg .fx-button-helpdesk--small-variant .fx-button-helpdesk__title,
.fx-button-helpdesk.fx-size--md2-lg .fx-button-helpdesk--small-variant .fx-button-helpdesk__title,
.fx-button-helpdesk.fx-size--md-md-lg .fx-button-helpdesk__title,
.fx-button-helpdesk.fx-size--md2-lg .fx-button-helpdesk__title{font-weight:600;margin:15px 16px 15px 23px;font-size:16px;border-bottom:none;padding:0}.fx-button-helpdesk.fx-size--md-md-lg.fx-button-helpdesk--notify::after,
.fx-button-helpdesk.fx-size--md2-lg.fx-button-helpdesk--notify::after{right:2px;top:0}.fx-button-helpdesk.fx-size--md-md-lg .assistants-container,
.fx-button-helpdesk.fx-size--md2-lg .assistants-container{padding:3px}.fx-button-helpdesk.fx-size--md-md-lg .assistants__item,
.fx-button-helpdesk.fx-size--md2-lg .assistants__item{display:none;margin-left:3px;border-radius:24px;height:40px;width:40px;overflow:hidden}.fx-button-helpdesk.fx-size--md-md-lg .assistants__item:first-of-type,
.fx-button-helpdesk.fx-size--md2-lg .assistants__item:first-of-type{display:inline-block}.fx-button-helpdesk.fx-size--md-md-lg .assistants__image,
.fx-button-helpdesk.fx-size--md2-lg .assistants__image{position:relative;top:-1px;left:-1px;height:42px;width:42px;max-width:42px}.fx-button-helpdesk.fx-size--md-md-lg .fx-button-helpdesk__assistant:first-of-type,
.fx-button-helpdesk.fx-size--md2-lg .fx-button-helpdesk__assistant:first-of-type{display:inline-block}.fx-button-helpdesk.fx-size--md-md-lg .fx-button-helpdesk:active,
.fx-button-helpdesk.fx-size--md2-lg .fx-button-helpdesk:active{border-color:#686868}.fx-button-helpdesk.fx-size--md-md-lg.fx-button-helpdesk--borderless-variant:hover,
.fx-button-helpdesk.fx-size--md2-lg.fx-button-helpdesk--borderless-variant:hover{box-shadow:0 2px 24px rgba(0,0,0,0.6)}@media screen and (min-width: 940px){.fx-button-helpdesk.fx-size--md-md-lg,
  .fx-button-helpdesk.fx-size--md2-lg{border-radius:28px;background-color:#fff;padding:0;box-shadow:0 2px 20px rgba(0,0,0,0.2);border:1px solid #d5d5d5}.fx-button-helpdesk.fx-size--md-md-lg .fx-button-helpdesk--small-variant > .fx-button-helpdesk__title,
  .fx-button-helpdesk.fx-size--md2-lg .fx-button-helpdesk--small-variant > .fx-button-helpdesk__title,
  .fx-button-helpdesk.fx-size--md-md-lg .fx-button-helpdesk__title,
  .fx-button-helpdesk.fx-size--md2-lg .fx-button-helpdesk__title{font-weight:600;font-size:16px;line-height:30px;letter-spacing:-0.4px;border-bottom:none;padding:0;margin:7px 24px 7px 30px}.fx-button-helpdesk.fx-size--md-md-lg.fx-button-helpdesk--notify::after,
  .fx-button-helpdesk.fx-size--md2-lg.fx-button-helpdesk--notify::after{right:0;top:0;height:12px;width:12px}.fx-button-helpdesk.fx-size--md-md-lg .assistants-container,
  .fx-button-helpdesk.fx-size--md2-lg .assistants-container{padding:2px}.fx-button-helpdesk.fx-size--md-md-lg .assistants__item,
  .fx-button-helpdesk.fx-size--md2-lg .assistants__item{display:inline-block;float:left;margin-left:4px;border-radius:24px;height:40px;width:40px;overflow:hidden}.fx-button-helpdesk.fx-size--md-md-lg .assistants__image,
  .fx-button-helpdesk.fx-size--md2-lg .assistants__image{position:relative;top:-1px;left:-1px;height:42px;width:42px}}.fx-button-helpdesk.fx-size--md-lg-lg,
.fx-button-helpdesk.fx-size--md-lg2{border-radius:28px;background-color:#fff;padding:0;box-shadow:0 2px 20px rgba(0,0,0,0.2);border:1px solid #d5d5d5}.fx-button-helpdesk.fx-size--md-lg-lg:hover,
.fx-button-helpdesk.fx-size--md-lg2:hover{box-shadow:0 2px 20px rgba(0,0,0,0.3)}.fx-button-helpdesk.fx-size--md-lg-lg .fx-button-helpdesk--small-variant .fx-button-helpdesk__title,
.fx-button-helpdesk.fx-size--md-lg2 .fx-button-helpdesk--small-variant .fx-button-helpdesk__title,
.fx-button-helpdesk.fx-size--md-lg-lg .fx-button-helpdesk__title,
.fx-button-helpdesk.fx-size--md-lg2 .fx-button-helpdesk__title{font-weight:600;margin:15px 16px 15px 23px;font-size:16px;border-bottom:none;padding:0}.fx-button-helpdesk.fx-size--md-lg-lg.fx-button-helpdesk--notify::after,
.fx-button-helpdesk.fx-size--md-lg2.fx-button-helpdesk--notify::after{right:2px;top:0}.fx-button-helpdesk.fx-size--md-lg-lg .assistants-container,
.fx-button-helpdesk.fx-size--md-lg2 .assistants-container{padding:3px}.fx-button-helpdesk.fx-size--md-lg-lg .assistants__item,
.fx-button-helpdesk.fx-size--md-lg2 .assistants__item{display:none;margin-left:3px;border-radius:24px;height:40px;width:40px;overflow:hidden}.fx-button-helpdesk.fx-size--md-lg-lg .assistants__item:first-of-type,
.fx-button-helpdesk.fx-size--md-lg2 .assistants__item:first-of-type{display:inline-block}.fx-button-helpdesk.fx-size--md-lg-lg .assistants__image,
.fx-button-helpdesk.fx-size--md-lg2 .assistants__image{position:relative;top:-1px;left:-1px;height:42px;width:42px;max-width:42px}.fx-button-helpdesk.fx-size--md-lg-lg .fx-button-helpdesk__assistant:first-of-type,
.fx-button-helpdesk.fx-size--md-lg2 .fx-button-helpdesk__assistant:first-of-type{display:inline-block}.fx-button-helpdesk.fx-size--md-lg-lg .fx-button-helpdesk:active,
.fx-button-helpdesk.fx-size--md-lg2 .fx-button-helpdesk:active{border-color:#686868}.fx-button-helpdesk.fx-size--md-lg-lg.fx-button-helpdesk--borderless-variant:hover,
.fx-button-helpdesk.fx-size--md-lg2.fx-button-helpdesk--borderless-variant:hover{box-shadow:0 2px 24px rgba(0,0,0,0.6)}@media screen and (min-width: 600px){.fx-button-helpdesk.fx-size--md-lg-lg,
  .fx-button-helpdesk.fx-size--md-lg2{border-radius:28px;background-color:#fff;padding:0;box-shadow:0 2px 20px rgba(0,0,0,0.2);border:1px solid #d5d5d5}.fx-button-helpdesk.fx-size--md-lg-lg .fx-button-helpdesk--small-variant > .fx-button-helpdesk__title,
  .fx-button-helpdesk.fx-size--md-lg2 .fx-button-helpdesk--small-variant > .fx-button-helpdesk__title,
  .fx-button-helpdesk.fx-size--md-lg-lg .fx-button-helpdesk__title,
  .fx-button-helpdesk.fx-size--md-lg2 .fx-button-helpdesk__title{font-weight:600;font-size:16px;line-height:30px;letter-spacing:-0.4px;border-bottom:none;padding:0;margin:7px 24px 7px 30px}.fx-button-helpdesk.fx-size--md-lg-lg.fx-button-helpdesk--notify::after,
  .fx-button-helpdesk.fx-size--md-lg2.fx-button-helpdesk--notify::after{right:0;top:0;height:12px;width:12px}.fx-button-helpdesk.fx-size--md-lg-lg .assistants-container,
  .fx-button-helpdesk.fx-size--md-lg2 .assistants-container{padding:2px}.fx-button-helpdesk.fx-size--md-lg-lg .assistants__item,
  .fx-button-helpdesk.fx-size--md-lg2 .assistants__item{display:inline-block;float:left;margin-left:4px;border-radius:24px;height:40px;width:40px;overflow:hidden}.fx-button-helpdesk.fx-size--md-lg-lg .assistants__image,
  .fx-button-helpdesk.fx-size--md-lg2 .assistants__image{position:relative;top:-1px;left:-1px;height:42px;width:42px}}.fx-button-helpdesk.fx-size--md-sm-md{border-radius:28px;background-color:#fff;padding:0;box-shadow:0 2px 20px rgba(0,0,0,0.2);border:1px solid #d5d5d5}.fx-button-helpdesk.fx-size--md-sm-md:hover{box-shadow:0 2px 20px rgba(0,0,0,0.3)}.fx-button-helpdesk.fx-size--md-sm-md .fx-button-helpdesk--small-variant .fx-button-helpdesk__title,
.fx-button-helpdesk.fx-size--md-sm-md .fx-button-helpdesk__title{font-weight:600;margin:15px 16px 15px 23px;font-size:16px;border-bottom:none;padding:0}.fx-button-helpdesk.fx-size--md-sm-md.fx-button-helpdesk--notify::after{right:2px;top:0}.fx-button-helpdesk.fx-size--md-sm-md .assistants-container{padding:3px}.fx-button-helpdesk.fx-size--md-sm-md .assistants__item{display:none;margin-left:3px;border-radius:24px;height:40px;width:40px;overflow:hidden}.fx-button-helpdesk.fx-size--md-sm-md .assistants__item:first-of-type{display:inline-block}.fx-button-helpdesk.fx-size--md-sm-md .assistants__image{position:relative;top:-1px;left:-1px;height:42px;width:42px;max-width:42px}.fx-button-helpdesk.fx-size--md-sm-md .fx-button-helpdesk__assistant:first-of-type{display:inline-block}.fx-button-helpdesk.fx-size--md-sm-md .fx-button-helpdesk:active{border-color:#686868}.fx-button-helpdesk.fx-size--md-sm-md.fx-button-helpdesk--borderless-variant:hover{box-shadow:0 2px 24px rgba(0,0,0,0.6)}@media screen and (min-width: 600px){.fx-button-helpdesk.fx-size--md-sm-md .fx-button-helpdesk__title{display:inline-block;float:left;white-space:nowrap;font-size:16px;line-height:16px;letter-spacing:-0.32px;color:#000;border-bottom:1px solid #000;padding-bottom:4px}.fx-button-helpdesk.fx-size--md-sm-md.fx-button-helpdesk--small-variant .fx-button-helpdesk__title{font-size:14px}.fx-button-helpdesk.fx-size--md-sm-md.fx-button-helpdesk--notify::after{top:7px;right:-10px}}@media screen and (min-width: 940px){.fx-button-helpdesk.fx-size--md-sm-md{border-radius:28px;background-color:#fff;padding:0;box-shadow:0 2px 20px rgba(0,0,0,0.2);border:1px solid #d5d5d5}.fx-button-helpdesk.fx-size--md-sm-md:hover{box-shadow:0 2px 20px rgba(0,0,0,0.3)}.fx-button-helpdesk.fx-size--md-sm-md .fx-button-helpdesk--small-variant .fx-button-helpdesk__title,
  .fx-button-helpdesk.fx-size--md-sm-md .fx-button-helpdesk__title{font-weight:600;margin:15px 16px 15px 23px;font-size:16px;border-bottom:none;padding:0}.fx-button-helpdesk.fx-size--md-sm-md.fx-button-helpdesk--notify::after{right:2px;top:0}.fx-button-helpdesk.fx-size--md-sm-md .assistants-container{padding:3px}.fx-button-helpdesk.fx-size--md-sm-md .assistants__item{display:none;margin-left:3px;border-radius:24px;height:40px;width:40px;overflow:hidden}.fx-button-helpdesk.fx-size--md-sm-md .assistants__item:first-of-type{display:inline-block}.fx-button-helpdesk.fx-size--md-sm-md .assistants__image{position:relative;top:-1px;left:-1px;height:42px;width:42px;max-width:42px}.fx-button-helpdesk.fx-size--md-sm-md .fx-button-helpdesk__assistant:first-of-type{display:inline-block}.fx-button-helpdesk.fx-size--md-sm-md .fx-button-helpdesk:active{border-color:#686868}.fx-button-helpdesk.fx-size--md-sm-md.fx-button-helpdesk--borderless-variant:hover{box-shadow:0 2px 24px rgba(0,0,0,0.6)}}.fx-button-helpdesk.fx-size--sm-md-lg .fx-button-helpdesk__title{display:inline-block;float:left;white-space:nowrap;font-size:16px;line-height:16px;letter-spacing:-0.32px;color:#000;border-bottom:1px solid #000;padding-bottom:4px}.fx-button-helpdesk.fx-size--sm-md-lg.fx-button-helpdesk--small-variant .fx-button-helpdesk__title{font-size:14px}.fx-button-helpdesk.fx-size--sm-md-lg.fx-button-helpdesk--notify::after{top:7px;right:-10px}@media screen and (min-width: 600px){.fx-button-helpdesk.fx-size--sm-md-lg{border-radius:28px;background-color:#fff;padding:0;box-shadow:0 2px 20px rgba(0,0,0,0.2);border:1px solid #d5d5d5}.fx-button-helpdesk.fx-size--sm-md-lg:hover{box-shadow:0 2px 20px rgba(0,0,0,0.3)}.fx-button-helpdesk.fx-size--sm-md-lg .fx-button-helpdesk--small-variant .fx-button-helpdesk__title,
  .fx-button-helpdesk.fx-size--sm-md-lg .fx-button-helpdesk__title{font-weight:600;margin:15px 16px 15px 23px;font-size:16px;border-bottom:none;padding:0}.fx-button-helpdesk.fx-size--sm-md-lg.fx-button-helpdesk--notify::after{right:2px;top:0}.fx-button-helpdesk.fx-size--sm-md-lg .assistants-container{padding:3px}.fx-button-helpdesk.fx-size--sm-md-lg .assistants__item{display:none;margin-left:3px;border-radius:24px;height:40px;width:40px;overflow:hidden}.fx-button-helpdesk.fx-size--sm-md-lg .assistants__item:first-of-type{display:inline-block}.fx-button-helpdesk.fx-size--sm-md-lg .assistants__image{position:relative;top:-1px;left:-1px;height:42px;width:42px;max-width:42px}.fx-button-helpdesk.fx-size--sm-md-lg .fx-button-helpdesk__assistant:first-of-type{display:inline-block}.fx-button-helpdesk.fx-size--sm-md-lg .fx-button-helpdesk:active{border-color:#686868}.fx-button-helpdesk.fx-size--sm-md-lg.fx-button-helpdesk--borderless-variant:hover{box-shadow:0 2px 24px rgba(0,0,0,0.6)}}@media screen and (min-width: 940px){.fx-button-helpdesk.fx-size--sm-md-lg{border-radius:28px;background-color:#fff;padding:0;box-shadow:0 2px 20px rgba(0,0,0,0.2);border:1px solid #d5d5d5}.fx-button-helpdesk.fx-size--sm-md-lg .fx-button-helpdesk--small-variant > .fx-button-helpdesk__title,
  .fx-button-helpdesk.fx-size--sm-md-lg .fx-button-helpdesk__title{font-weight:600;font-size:16px;line-height:30px;letter-spacing:-0.4px;border-bottom:none;padding:0;margin:7px 24px 7px 30px}.fx-button-helpdesk.fx-size--sm-md-lg.fx-button-helpdesk--notify::after{right:0;top:0;height:12px;width:12px}.fx-button-helpdesk.fx-size--sm-md-lg .assistants-container{padding:2px}.fx-button-helpdesk.fx-size--sm-md-lg .assistants__item{display:inline-block;float:left;margin-left:4px;border-radius:24px;height:40px;width:40px;overflow:hidden}.fx-button-helpdesk.fx-size--sm-md-lg .assistants__image{position:relative;top:-1px;left:-1px;height:42px;width:42px}}.fx-button-helpdesk .fx-button-helpdesk__title{display:inline-block;float:left;white-space:nowrap;font-size:16px;line-height:16px;letter-spacing:-0.32px;color:#000;border-bottom:1px solid #000;padding-bottom:4px}.fx-button-helpdesk.fx-button-helpdesk--small-variant .fx-button-helpdesk__title{font-size:14px}.fx-button-helpdesk.fx-button-helpdesk--notify::after{top:7px;right:-10px}@media screen and (min-width: 600px){.fx-button-helpdesk{border-radius:28px;background-color:#fff;padding:0;box-shadow:0 2px 20px rgba(0,0,0,0.2);border:1px solid #d5d5d5}.fx-button-helpdesk:hover{box-shadow:0 2px 20px rgba(0,0,0,0.3)}.fx-button-helpdesk .fx-button-helpdesk--small-variant .fx-button-helpdesk__title,
  .fx-button-helpdesk .fx-button-helpdesk__title{font-weight:600;margin:15px 16px 15px 23px;font-size:16px;border-bottom:none;padding:0}.fx-button-helpdesk.fx-button-helpdesk--notify::after{right:2px;top:0}.fx-button-helpdesk .assistants-container{padding:3px}.fx-button-helpdesk .assistants__item{display:none;margin-left:3px;border-radius:24px;height:40px;width:40px;overflow:hidden}.fx-button-helpdesk .assistants__item:first-of-type{display:inline-block}.fx-button-helpdesk .assistants__image{position:relative;top:-1px;left:-1px;height:42px;width:42px;max-width:42px}.fx-button-helpdesk .fx-button-helpdesk__assistant:first-of-type{display:inline-block}.fx-button-helpdesk .fx-button-helpdesk:active{border-color:#686868}.fx-button-helpdesk.fx-button-helpdesk--borderless-variant:hover{box-shadow:0 2px 24px rgba(0,0,0,0.6)}}@media screen and (min-width: 940px){.fx-button-helpdesk{border-radius:28px;background-color:#fff;padding:0;box-shadow:0 2px 20px rgba(0,0,0,0.2);border:1px solid #d5d5d5}.fx-button-helpdesk .fx-button-helpdesk--small-variant > .fx-button-helpdesk__title,
  .fx-button-helpdesk .fx-button-helpdesk__title{font-weight:600;font-size:16px;line-height:30px;letter-spacing:-0.4px;border-bottom:none;padding:0;margin:7px 24px 7px 30px}.fx-button-helpdesk.fx-button-helpdesk--notify::after{right:0;top:0;height:12px;width:12px}.fx-button-helpdesk .assistants-container{padding:2px}.fx-button-helpdesk .assistants__item{display:inline-block;float:left;margin-left:4px;border-radius:24px;height:40px;width:40px;overflow:hidden}.fx-button-helpdesk .assistants__image{position:relative;top:-1px;left:-1px;height:42px;width:42px}}.fx-button-helpdesk.fx-size--small .fx-button-helpdesk__title,
.fx-button-helpdesk.fx-size--sm .fx-button-helpdesk__title{display:inline-block;float:left;white-space:nowrap;font-size:16px;line-height:16px;letter-spacing:-0.32px;color:#000;border-bottom:1px solid #000;padding-bottom:4px}.fx-button-helpdesk.fx-size--small.fx-button-helpdesk--small-variant .fx-button-helpdesk__title,
.fx-button-helpdesk.fx-size--sm.fx-button-helpdesk--small-variant .fx-button-helpdesk__title{font-size:14px}.fx-button-helpdesk.fx-size--small.fx-button-helpdesk--notify::after,
.fx-button-helpdesk.fx-size--sm.fx-button-helpdesk--notify::after{top:7px;right:-10px}.fx-button-helpdesk.fx-size--medium,
.fx-button-helpdesk.fx-size--md{border-radius:28px;background-color:#fff;padding:0;box-shadow:0 2px 20px rgba(0,0,0,0.2);border:1px solid #d5d5d5}.fx-button-helpdesk.fx-size--medium:hover,
.fx-button-helpdesk.fx-size--md:hover{box-shadow:0 2px 20px rgba(0,0,0,0.3)}.fx-button-helpdesk.fx-size--medium .fx-button-helpdesk--small-variant .fx-button-helpdesk__title,
.fx-button-helpdesk.fx-size--md .fx-button-helpdesk--small-variant .fx-button-helpdesk__title,
.fx-button-helpdesk.fx-size--medium .fx-button-helpdesk__title,
.fx-button-helpdesk.fx-size--md .fx-button-helpdesk__title{font-weight:600;margin:15px 16px 15px 23px;font-size:16px;border-bottom:none;padding:0}.fx-button-helpdesk.fx-size--medium.fx-button-helpdesk--notify::after,
.fx-button-helpdesk.fx-size--md.fx-button-helpdesk--notify::after{right:2px;top:0}.fx-button-helpdesk.fx-size--medium .assistants-container,
.fx-button-helpdesk.fx-size--md .assistants-container{padding:3px}.fx-button-helpdesk.fx-size--medium .assistants__item,
.fx-button-helpdesk.fx-size--md .assistants__item{display:none;margin-left:3px;border-radius:24px;height:40px;width:40px;overflow:hidden}.fx-button-helpdesk.fx-size--medium .assistants__item:first-of-type,
.fx-button-helpdesk.fx-size--md .assistants__item:first-of-type{display:inline-block}.fx-button-helpdesk.fx-size--medium .assistants__image,
.fx-button-helpdesk.fx-size--md .assistants__image{position:relative;top:-1px;left:-1px;height:42px;width:42px;max-width:42px}.fx-button-helpdesk.fx-size--medium .fx-button-helpdesk__assistant:first-of-type,
.fx-button-helpdesk.fx-size--md .fx-button-helpdesk__assistant:first-of-type{display:inline-block}.fx-button-helpdesk.fx-size--medium .fx-button-helpdesk:active,
.fx-button-helpdesk.fx-size--md .fx-button-helpdesk:active{border-color:#686868}.fx-button-helpdesk.fx-size--medium.fx-button-helpdesk--borderless-variant:hover,
.fx-button-helpdesk.fx-size--md.fx-button-helpdesk--borderless-variant:hover{box-shadow:0 2px 24px rgba(0,0,0,0.6)}.fx-button-helpdesk.fx-size--large,
.fx-button-helpdesk.fx-size--lg{border-radius:28px;background-color:#fff;padding:0;box-shadow:0 2px 20px rgba(0,0,0,0.2);border:1px solid #d5d5d5}.fx-button-helpdesk.fx-size--large .fx-button-helpdesk--small-variant > .fx-button-helpdesk__title,
.fx-button-helpdesk.fx-size--lg .fx-button-helpdesk--small-variant > .fx-button-helpdesk__title,
.fx-button-helpdesk.fx-size--large .fx-button-helpdesk__title,
.fx-button-helpdesk.fx-size--lg .fx-button-helpdesk__title{font-weight:600;font-size:16px;line-height:30px;letter-spacing:-0.4px;border-bottom:none;padding:0;margin:7px 24px 7px 30px}.fx-button-helpdesk.fx-size--large.fx-button-helpdesk--notify::after,
.fx-button-helpdesk.fx-size--lg.fx-button-helpdesk--notify::after{right:0;top:0;height:12px;width:12px}.fx-button-helpdesk.fx-size--large .assistants-container,
.fx-button-helpdesk.fx-size--lg .assistants-container{padding:2px}.fx-button-helpdesk.fx-size--large .assistants__item,
.fx-button-helpdesk.fx-size--lg .assistants__item{display:inline-block;float:left;margin-left:4px;border-radius:24px;height:40px;width:40px;overflow:hidden}.fx-button-helpdesk.fx-size--large .assistants__image,
.fx-button-helpdesk.fx-size--lg .assistants__image{position:relative;top:-1px;left:-1px;height:42px;width:42px}.fx-button-helpdesk.fx-size--sm-sm-md .fx-button-helpdesk__title,
.fx-button-helpdesk.fx-size--sm2-md .fx-button-helpdesk__title{display:inline-block;float:left;white-space:nowrap;font-size:16px;line-height:16px;letter-spacing:-0.32px;color:#000;border-bottom:1px solid #000;padding-bottom:4px}.fx-button-helpdesk.fx-size--sm-sm-md.fx-button-helpdesk--small-variant .fx-button-helpdesk__title,
.fx-button-helpdesk.fx-size--sm2-md.fx-button-helpdesk--small-variant .fx-button-helpdesk__title{font-size:14px}.fx-button-helpdesk.fx-size--sm-sm-md.fx-button-helpdesk--notify::after,
.fx-button-helpdesk.fx-size--sm2-md.fx-button-helpdesk--notify::after{top:7px;right:-10px}@media screen and (min-width: 940px){.fx-button-helpdesk.fx-size--sm-sm-md,
  .fx-button-helpdesk.fx-size--sm2-md{border-radius:28px;background-color:#fff;padding:0;box-shadow:0 2px 20px rgba(0,0,0,0.2);border:1px solid #d5d5d5}.fx-button-helpdesk.fx-size--sm-sm-md:hover,
  .fx-button-helpdesk.fx-size--sm2-md:hover{box-shadow:0 2px 20px rgba(0,0,0,0.3)}.fx-button-helpdesk.fx-size--sm-sm-md .fx-button-helpdesk--small-variant .fx-button-helpdesk__title,
  .fx-button-helpdesk.fx-size--sm2-md .fx-button-helpdesk--small-variant .fx-button-helpdesk__title,
  .fx-button-helpdesk.fx-size--sm-sm-md .fx-button-helpdesk__title,
  .fx-button-helpdesk.fx-size--sm2-md .fx-button-helpdesk__title{font-weight:600;margin:15px 16px 15px 23px;font-size:16px;border-bottom:none;padding:0}.fx-button-helpdesk.fx-size--sm-sm-md.fx-button-helpdesk--notify::after,
  .fx-button-helpdesk.fx-size--sm2-md.fx-button-helpdesk--notify::after{right:2px;top:0}.fx-button-helpdesk.fx-size--sm-sm-md .assistants-container,
  .fx-button-helpdesk.fx-size--sm2-md .assistants-container{padding:3px}.fx-button-helpdesk.fx-size--sm-sm-md .assistants__item,
  .fx-button-helpdesk.fx-size--sm2-md .assistants__item{display:none;margin-left:3px;border-radius:24px;height:40px;width:40px;overflow:hidden}.fx-button-helpdesk.fx-size--sm-sm-md .assistants__item:first-of-type,
  .fx-button-helpdesk.fx-size--sm2-md .assistants__item:first-of-type{display:inline-block}.fx-button-helpdesk.fx-size--sm-sm-md .assistants__image,
  .fx-button-helpdesk.fx-size--sm2-md .assistants__image{position:relative;top:-1px;left:-1px;height:42px;width:42px;max-width:42px}.fx-button-helpdesk.fx-size--sm-sm-md .fx-button-helpdesk__assistant:first-of-type,
  .fx-button-helpdesk.fx-size--sm2-md .fx-button-helpdesk__assistant:first-of-type{display:inline-block}.fx-button-helpdesk.fx-size--sm-sm-md .fx-button-helpdesk:active,
  .fx-button-helpdesk.fx-size--sm2-md .fx-button-helpdesk:active{border-color:#686868}.fx-button-helpdesk.fx-size--sm-sm-md.fx-button-helpdesk--borderless-variant:hover,
  .fx-button-helpdesk.fx-size--sm2-md.fx-button-helpdesk--borderless-variant:hover{box-shadow:0 2px 24px rgba(0,0,0,0.6)}}.fx-button-helpdesk.fx-size--sm-sm-lg .fx-button-helpdesk__title,
.fx-button-helpdesk.fx-size--sm2-lg .fx-button-helpdesk__title{display:inline-block;float:left;white-space:nowrap;font-size:16px;line-height:16px;letter-spacing:-0.32px;color:#000;border-bottom:1px solid #000;padding-bottom:4px}.fx-button-helpdesk.fx-size--sm-sm-lg.fx-button-helpdesk--small-variant .fx-button-helpdesk__title,
.fx-button-helpdesk.fx-size--sm2-lg.fx-button-helpdesk--small-variant .fx-button-helpdesk__title{font-size:14px}.fx-button-helpdesk.fx-size--sm-sm-lg.fx-button-helpdesk--notify::after,
.fx-button-helpdesk.fx-size--sm2-lg.fx-button-helpdesk--notify::after{top:7px;right:-10px}@media screen and (min-width: 940px){.fx-button-helpdesk.fx-size--sm-sm-lg,
  .fx-button-helpdesk.fx-size--sm2-lg{border-radius:28px;background-color:#fff;padding:0;box-shadow:0 2px 20px rgba(0,0,0,0.2);border:1px solid #d5d5d5}.fx-button-helpdesk.fx-size--sm-sm-lg .fx-button-helpdesk--small-variant > .fx-button-helpdesk__title,
  .fx-button-helpdesk.fx-size--sm2-lg .fx-button-helpdesk--small-variant > .fx-button-helpdesk__title,
  .fx-button-helpdesk.fx-size--sm-sm-lg .fx-button-helpdesk__title,
  .fx-button-helpdesk.fx-size--sm2-lg .fx-button-helpdesk__title{font-weight:600;font-size:16px;line-height:30px;letter-spacing:-0.4px;border-bottom:none;padding:0;margin:7px 24px 7px 30px}.fx-button-helpdesk.fx-size--sm-sm-lg.fx-button-helpdesk--notify::after,
  .fx-button-helpdesk.fx-size--sm2-lg.fx-button-helpdesk--notify::after{right:0;top:0;height:12px;width:12px}.fx-button-helpdesk.fx-size--sm-sm-lg .assistants-container,
  .fx-button-helpdesk.fx-size--sm2-lg .assistants-container{padding:2px}.fx-button-helpdesk.fx-size--sm-sm-lg .assistants__item,
  .fx-button-helpdesk.fx-size--sm2-lg .assistants__item{display:inline-block;float:left;margin-left:4px;border-radius:24px;height:40px;width:40px;overflow:hidden}.fx-button-helpdesk.fx-size--sm-sm-lg .assistants__image,
  .fx-button-helpdesk.fx-size--sm2-lg .assistants__image{position:relative;top:-1px;left:-1px;height:42px;width:42px}}.fx-button-helpdesk.fx-size--sm-md-md .fx-button-helpdesk__title,
.fx-button-helpdesk.fx-size--sm-md2 .fx-button-helpdesk__title{display:inline-block;float:left;white-space:nowrap;font-size:16px;line-height:16px;letter-spacing:-0.32px;color:#000;border-bottom:1px solid #000;padding-bottom:4px}.fx-button-helpdesk.fx-size--sm-md-md.fx-button-helpdesk--small-variant .fx-button-helpdesk__title,
.fx-button-helpdesk.fx-size--sm-md2.fx-button-helpdesk--small-variant .fx-button-helpdesk__title{font-size:14px}.fx-button-helpdesk.fx-size--sm-md-md.fx-button-helpdesk--notify::after,
.fx-button-helpdesk.fx-size--sm-md2.fx-button-helpdesk--notify::after{top:7px;right:-10px}@media screen and (min-width: 600px){.fx-button-helpdesk.fx-size--sm-md-md,
  .fx-button-helpdesk.fx-size--sm-md2{border-radius:28px;background-color:#fff;padding:0;box-shadow:0 2px 20px rgba(0,0,0,0.2);border:1px solid #d5d5d5}.fx-button-helpdesk.fx-size--sm-md-md:hover,
  .fx-button-helpdesk.fx-size--sm-md2:hover{box-shadow:0 2px 20px rgba(0,0,0,0.3)}.fx-button-helpdesk.fx-size--sm-md-md .fx-button-helpdesk--small-variant .fx-button-helpdesk__title,
  .fx-button-helpdesk.fx-size--sm-md2 .fx-button-helpdesk--small-variant .fx-button-helpdesk__title,
  .fx-button-helpdesk.fx-size--sm-md-md .fx-button-helpdesk__title,
  .fx-button-helpdesk.fx-size--sm-md2 .fx-button-helpdesk__title{font-weight:600;margin:15px 16px 15px 23px;font-size:16px;border-bottom:none;padding:0}.fx-button-helpdesk.fx-size--sm-md-md.fx-button-helpdesk--notify::after,
  .fx-button-helpdesk.fx-size--sm-md2.fx-button-helpdesk--notify::after{right:2px;top:0}.fx-button-helpdesk.fx-size--sm-md-md .assistants-container,
  .fx-button-helpdesk.fx-size--sm-md2 .assistants-container{padding:3px}.fx-button-helpdesk.fx-size--sm-md-md .assistants__item,
  .fx-button-helpdesk.fx-size--sm-md2 .assistants__item{display:none;margin-left:3px;border-radius:24px;height:40px;width:40px;overflow:hidden}.fx-button-helpdesk.fx-size--sm-md-md .assistants__item:first-of-type,
  .fx-button-helpdesk.fx-size--sm-md2 .assistants__item:first-of-type{display:inline-block}.fx-button-helpdesk.fx-size--sm-md-md .assistants__image,
  .fx-button-helpdesk.fx-size--sm-md2 .assistants__image{position:relative;top:-1px;left:-1px;height:42px;width:42px;max-width:42px}.fx-button-helpdesk.fx-size--sm-md-md .fx-button-helpdesk__assistant:first-of-type,
  .fx-button-helpdesk.fx-size--sm-md2 .fx-button-helpdesk__assistant:first-of-type{display:inline-block}.fx-button-helpdesk.fx-size--sm-md-md .fx-button-helpdesk:active,
  .fx-button-helpdesk.fx-size--sm-md2 .fx-button-helpdesk:active{border-color:#686868}.fx-button-helpdesk.fx-size--sm-md-md.fx-button-helpdesk--borderless-variant:hover,
  .fx-button-helpdesk.fx-size--sm-md2.fx-button-helpdesk--borderless-variant:hover{box-shadow:0 2px 24px rgba(0,0,0,0.6)}}.fx-button-helpdesk.fx-size--sm-lg-lg .fx-button-helpdesk__title,
.fx-button-helpdesk.fx-size--sm-lg2 .fx-button-helpdesk__title{display:inline-block;float:left;white-space:nowrap;font-size:16px;line-height:16px;letter-spacing:-0.32px;color:#000;border-bottom:1px solid #000;padding-bottom:4px}.fx-button-helpdesk.fx-size--sm-lg-lg.fx-button-helpdesk--small-variant .fx-button-helpdesk__title,
.fx-button-helpdesk.fx-size--sm-lg2.fx-button-helpdesk--small-variant .fx-button-helpdesk__title{font-size:14px}.fx-button-helpdesk.fx-size--sm-lg-lg.fx-button-helpdesk--notify::after,
.fx-button-helpdesk.fx-size--sm-lg2.fx-button-helpdesk--notify::after{top:7px;right:-10px}@media screen and (min-width: 600px){.fx-button-helpdesk.fx-size--sm-lg-lg,
  .fx-button-helpdesk.fx-size--sm-lg2{border-radius:28px;background-color:#fff;padding:0;box-shadow:0 2px 20px rgba(0,0,0,0.2);border:1px solid #d5d5d5}.fx-button-helpdesk.fx-size--sm-lg-lg .fx-button-helpdesk--small-variant > .fx-button-helpdesk__title,
  .fx-button-helpdesk.fx-size--sm-lg2 .fx-button-helpdesk--small-variant > .fx-button-helpdesk__title,
  .fx-button-helpdesk.fx-size--sm-lg-lg .fx-button-helpdesk__title,
  .fx-button-helpdesk.fx-size--sm-lg2 .fx-button-helpdesk__title{font-weight:600;font-size:16px;line-height:30px;letter-spacing:-0.4px;border-bottom:none;padding:0;margin:7px 24px 7px 30px}.fx-button-helpdesk.fx-size--sm-lg-lg.fx-button-helpdesk--notify::after,
  .fx-button-helpdesk.fx-size--sm-lg2.fx-button-helpdesk--notify::after{right:0;top:0;height:12px;width:12px}.fx-button-helpdesk.fx-size--sm-lg-lg .assistants-container,
  .fx-button-helpdesk.fx-size--sm-lg2 .assistants-container{padding:2px}.fx-button-helpdesk.fx-size--sm-lg-lg .assistants__item,
  .fx-button-helpdesk.fx-size--sm-lg2 .assistants__item{display:inline-block;float:left;margin-left:4px;border-radius:24px;height:40px;width:40px;overflow:hidden}.fx-button-helpdesk.fx-size--sm-lg-lg .assistants__image,
  .fx-button-helpdesk.fx-size--sm-lg2 .assistants__image{position:relative;top:-1px;left:-1px;height:42px;width:42px}}.fx-button-helpdesk.fx-size--md-md-lg,
.fx-button-helpdesk.fx-size--md2-lg{border-radius:28px;background-color:#fff;padding:0;box-shadow:0 2px 20px rgba(0,0,0,0.2);border:1px solid #d5d5d5}.fx-button-helpdesk.fx-size--md-md-lg:hover,
.fx-button-helpdesk.fx-size--md2-lg:hover{box-shadow:0 2px 20px rgba(0,0,0,0.3)}.fx-button-helpdesk.fx-size--md-md-lg .fx-button-helpdesk--small-variant .fx-button-helpdesk__title,
.fx-button-helpdesk.fx-size--md2-lg .fx-button-helpdesk--small-variant .fx-button-helpdesk__title,
.fx-button-helpdesk.fx-size--md-md-lg .fx-button-helpdesk__title,
.fx-button-helpdesk.fx-size--md2-lg .fx-button-helpdesk__title{font-weight:600;margin:15px 16px 15px 23px;font-size:16px;border-bottom:none;padding:0}.fx-button-helpdesk.fx-size--md-md-lg.fx-button-helpdesk--notify::after,
.fx-button-helpdesk.fx-size--md2-lg.fx-button-helpdesk--notify::after{right:2px;top:0}.fx-button-helpdesk.fx-size--md-md-lg .assistants-container,
.fx-button-helpdesk.fx-size--md2-lg .assistants-container{padding:3px}.fx-button-helpdesk.fx-size--md-md-lg .assistants__item,
.fx-button-helpdesk.fx-size--md2-lg .assistants__item{display:none;margin-left:3px;border-radius:24px;height:40px;width:40px;overflow:hidden}.fx-button-helpdesk.fx-size--md-md-lg .assistants__item:first-of-type,
.fx-button-helpdesk.fx-size--md2-lg .assistants__item:first-of-type{display:inline-block}.fx-button-helpdesk.fx-size--md-md-lg .assistants__image,
.fx-button-helpdesk.fx-size--md2-lg .assistants__image{position:relative;top:-1px;left:-1px;height:42px;width:42px;max-width:42px}.fx-button-helpdesk.fx-size--md-md-lg .fx-button-helpdesk__assistant:first-of-type,
.fx-button-helpdesk.fx-size--md2-lg .fx-button-helpdesk__assistant:first-of-type{display:inline-block}.fx-button-helpdesk.fx-size--md-md-lg .fx-button-helpdesk:active,
.fx-button-helpdesk.fx-size--md2-lg .fx-button-helpdesk:active{border-color:#686868}.fx-button-helpdesk.fx-size--md-md-lg.fx-button-helpdesk--borderless-variant:hover,
.fx-button-helpdesk.fx-size--md2-lg.fx-button-helpdesk--borderless-variant:hover{box-shadow:0 2px 24px rgba(0,0,0,0.6)}@media screen and (min-width: 940px){.fx-button-helpdesk.fx-size--md-md-lg,
  .fx-button-helpdesk.fx-size--md2-lg{border-radius:28px;background-color:#fff;padding:0;box-shadow:0 2px 20px rgba(0,0,0,0.2);border:1px solid #d5d5d5}.fx-button-helpdesk.fx-size--md-md-lg .fx-button-helpdesk--small-variant > .fx-button-helpdesk__title,
  .fx-button-helpdesk.fx-size--md2-lg .fx-button-helpdesk--small-variant > .fx-button-helpdesk__title,
  .fx-button-helpdesk.fx-size--md-md-lg .fx-button-helpdesk__title,
  .fx-button-helpdesk.fx-size--md2-lg .fx-button-helpdesk__title{font-weight:600;font-size:16px;line-height:30px;letter-spacing:-0.4px;border-bottom:none;padding:0;margin:7px 24px 7px 30px}.fx-button-helpdesk.fx-size--md-md-lg.fx-button-helpdesk--notify::after,
  .fx-button-helpdesk.fx-size--md2-lg.fx-button-helpdesk--notify::after{right:0;top:0;height:12px;width:12px}.fx-button-helpdesk.fx-size--md-md-lg .assistants-container,
  .fx-button-helpdesk.fx-size--md2-lg .assistants-container{padding:2px}.fx-button-helpdesk.fx-size--md-md-lg .assistants__item,
  .fx-button-helpdesk.fx-size--md2-lg .assistants__item{display:inline-block;float:left;margin-left:4px;border-radius:24px;height:40px;width:40px;overflow:hidden}.fx-button-helpdesk.fx-size--md-md-lg .assistants__image,
  .fx-button-helpdesk.fx-size--md2-lg .assistants__image{position:relative;top:-1px;left:-1px;height:42px;width:42px}}.fx-button-helpdesk.fx-size--md-lg-lg,
.fx-button-helpdesk.fx-size--md-lg2{border-radius:28px;background-color:#fff;padding:0;box-shadow:0 2px 20px rgba(0,0,0,0.2);border:1px solid #d5d5d5}.fx-button-helpdesk.fx-size--md-lg-lg:hover,
.fx-button-helpdesk.fx-size--md-lg2:hover{box-shadow:0 2px 20px rgba(0,0,0,0.3)}.fx-button-helpdesk.fx-size--md-lg-lg .fx-button-helpdesk--small-variant .fx-button-helpdesk__title,
.fx-button-helpdesk.fx-size--md-lg2 .fx-button-helpdesk--small-variant .fx-button-helpdesk__title,
.fx-button-helpdesk.fx-size--md-lg-lg .fx-button-helpdesk__title,
.fx-button-helpdesk.fx-size--md-lg2 .fx-button-helpdesk__title{font-weight:600;margin:15px 16px 15px 23px;font-size:16px;border-bottom:none;padding:0}.fx-button-helpdesk.fx-size--md-lg-lg.fx-button-helpdesk--notify::after,
.fx-button-helpdesk.fx-size--md-lg2.fx-button-helpdesk--notify::after{right:2px;top:0}.fx-button-helpdesk.fx-size--md-lg-lg .assistants-container,
.fx-button-helpdesk.fx-size--md-lg2 .assistants-container{padding:3px}.fx-button-helpdesk.fx-size--md-lg-lg .assistants__item,
.fx-button-helpdesk.fx-size--md-lg2 .assistants__item{display:none;margin-left:3px;border-radius:24px;height:40px;width:40px;overflow:hidden}.fx-button-helpdesk.fx-size--md-lg-lg .assistants__item:first-of-type,
.fx-button-helpdesk.fx-size--md-lg2 .assistants__item:first-of-type{display:inline-block}.fx-button-helpdesk.fx-size--md-lg-lg .assistants__image,
.fx-button-helpdesk.fx-size--md-lg2 .assistants__image{position:relative;top:-1px;left:-1px;height:42px;width:42px;max-width:42px}.fx-button-helpdesk.fx-size--md-lg-lg .fx-button-helpdesk__assistant:first-of-type,
.fx-button-helpdesk.fx-size--md-lg2 .fx-button-helpdesk__assistant:first-of-type{display:inline-block}.fx-button-helpdesk.fx-size--md-lg-lg .fx-button-helpdesk:active,
.fx-button-helpdesk.fx-size--md-lg2 .fx-button-helpdesk:active{border-color:#686868}.fx-button-helpdesk.fx-size--md-lg-lg.fx-button-helpdesk--borderless-variant:hover,
.fx-button-helpdesk.fx-size--md-lg2.fx-button-helpdesk--borderless-variant:hover{box-shadow:0 2px 24px rgba(0,0,0,0.6)}@media screen and (min-width: 600px){.fx-button-helpdesk.fx-size--md-lg-lg,
  .fx-button-helpdesk.fx-size--md-lg2{border-radius:28px;background-color:#fff;padding:0;box-shadow:0 2px 20px rgba(0,0,0,0.2);border:1px solid #d5d5d5}.fx-button-helpdesk.fx-size--md-lg-lg .fx-button-helpdesk--small-variant > .fx-button-helpdesk__title,
  .fx-button-helpdesk.fx-size--md-lg2 .fx-button-helpdesk--small-variant > .fx-button-helpdesk__title,
  .fx-button-helpdesk.fx-size--md-lg-lg .fx-button-helpdesk__title,
  .fx-button-helpdesk.fx-size--md-lg2 .fx-button-helpdesk__title{font-weight:600;font-size:16px;line-height:30px;letter-spacing:-0.4px;border-bottom:none;padding:0;margin:7px 24px 7px 30px}.fx-button-helpdesk.fx-size--md-lg-lg.fx-button-helpdesk--notify::after,
  .fx-button-helpdesk.fx-size--md-lg2.fx-button-helpdesk--notify::after{right:0;top:0;height:12px;width:12px}.fx-button-helpdesk.fx-size--md-lg-lg .assistants-container,
  .fx-button-helpdesk.fx-size--md-lg2 .assistants-container{padding:2px}.fx-button-helpdesk.fx-size--md-lg-lg .assistants__item,
  .fx-button-helpdesk.fx-size--md-lg2 .assistants__item{display:inline-block;float:left;margin-left:4px;border-radius:24px;height:40px;width:40px;overflow:hidden}.fx-button-helpdesk.fx-size--md-lg-lg .assistants__image,
  .fx-button-helpdesk.fx-size--md-lg2 .assistants__image{position:relative;top:-1px;left:-1px;height:42px;width:42px}}.fx-button-helpdesk.fx-size--md-sm-md{border-radius:28px;background-color:#fff;padding:0;box-shadow:0 2px 20px rgba(0,0,0,0.2);border:1px solid #d5d5d5}.fx-button-helpdesk.fx-size--md-sm-md:hover{box-shadow:0 2px 20px rgba(0,0,0,0.3)}.fx-button-helpdesk.fx-size--md-sm-md .fx-button-helpdesk--small-variant .fx-button-helpdesk__title,
.fx-button-helpdesk.fx-size--md-sm-md .fx-button-helpdesk__title{font-weight:600;margin:15px 16px 15px 23px;font-size:16px;border-bottom:none;padding:0}.fx-button-helpdesk.fx-size--md-sm-md.fx-button-helpdesk--notify::after{right:2px;top:0}.fx-button-helpdesk.fx-size--md-sm-md .assistants-container{padding:3px}.fx-button-helpdesk.fx-size--md-sm-md .assistants__item{display:none;margin-left:3px;border-radius:24px;height:40px;width:40px;overflow:hidden}.fx-button-helpdesk.fx-size--md-sm-md .assistants__item:first-of-type{display:inline-block}.fx-button-helpdesk.fx-size--md-sm-md .assistants__image{position:relative;top:-1px;left:-1px;height:42px;width:42px;max-width:42px}.fx-button-helpdesk.fx-size--md-sm-md .fx-button-helpdesk__assistant:first-of-type{display:inline-block}.fx-button-helpdesk.fx-size--md-sm-md .fx-button-helpdesk:active{border-color:#686868}.fx-button-helpdesk.fx-size--md-sm-md.fx-button-helpdesk--borderless-variant:hover{box-shadow:0 2px 24px rgba(0,0,0,0.6)}@media screen and (min-width: 600px){.fx-button-helpdesk.fx-size--md-sm-md .fx-button-helpdesk__title{display:inline-block;float:left;white-space:nowrap;font-size:16px;line-height:16px;letter-spacing:-0.32px;color:#000;border-bottom:1px solid #000;padding-bottom:4px}.fx-button-helpdesk.fx-size--md-sm-md.fx-button-helpdesk--small-variant .fx-button-helpdesk__title{font-size:14px}.fx-button-helpdesk.fx-size--md-sm-md.fx-button-helpdesk--notify::after{top:7px;right:-10px}}@media screen and (min-width: 940px){.fx-button-helpdesk.fx-size--md-sm-md{border-radius:28px;background-color:#fff;padding:0;box-shadow:0 2px 20px rgba(0,0,0,0.2);border:1px solid #d5d5d5}.fx-button-helpdesk.fx-size--md-sm-md:hover{box-shadow:0 2px 20px rgba(0,0,0,0.3)}.fx-button-helpdesk.fx-size--md-sm-md .fx-button-helpdesk--small-variant .fx-button-helpdesk__title,
  .fx-button-helpdesk.fx-size--md-sm-md .fx-button-helpdesk__title{font-weight:600;margin:15px 16px 15px 23px;font-size:16px;border-bottom:none;padding:0}.fx-button-helpdesk.fx-size--md-sm-md.fx-button-helpdesk--notify::after{right:2px;top:0}.fx-button-helpdesk.fx-size--md-sm-md .assistants-container{padding:3px}.fx-button-helpdesk.fx-size--md-sm-md .assistants__item{display:none;margin-left:3px;border-radius:24px;height:40px;width:40px;overflow:hidden}.fx-button-helpdesk.fx-size--md-sm-md .assistants__item:first-of-type{display:inline-block}.fx-button-helpdesk.fx-size--md-sm-md .assistants__image{position:relative;top:-1px;left:-1px;height:42px;width:42px;max-width:42px}.fx-button-helpdesk.fx-size--md-sm-md .fx-button-helpdesk__assistant:first-of-type{display:inline-block}.fx-button-helpdesk.fx-size--md-sm-md .fx-button-helpdesk:active{border-color:#686868}.fx-button-helpdesk.fx-size--md-sm-md.fx-button-helpdesk--borderless-variant:hover{box-shadow:0 2px 24px rgba(0,0,0,0.6)}}.fx-button-helpdesk.fx-size--sm-md-lg .fx-button-helpdesk__title{display:inline-block;float:left;white-space:nowrap;font-size:16px;line-height:16px;letter-spacing:-0.32px;color:#000;border-bottom:1px solid #000;padding-bottom:4px}.fx-button-helpdesk.fx-size--sm-md-lg.fx-button-helpdesk--small-variant .fx-button-helpdesk__title{font-size:14px}.fx-button-helpdesk.fx-size--sm-md-lg.fx-button-helpdesk--notify::after{top:7px;right:-10px}@media screen and (min-width: 600px){.fx-button-helpdesk.fx-size--sm-md-lg{border-radius:28px;background-color:#fff;padding:0;box-shadow:0 2px 20px rgba(0,0,0,0.2);border:1px solid #d5d5d5}.fx-button-helpdesk.fx-size--sm-md-lg:hover{box-shadow:0 2px 20px rgba(0,0,0,0.3)}.fx-button-helpdesk.fx-size--sm-md-lg .fx-button-helpdesk--small-variant .fx-button-helpdesk__title,
  .fx-button-helpdesk.fx-size--sm-md-lg .fx-button-helpdesk__title{font-weight:600;margin:15px 16px 15px 23px;font-size:16px;border-bottom:none;padding:0}.fx-button-helpdesk.fx-size--sm-md-lg.fx-button-helpdesk--notify::after{right:2px;top:0}.fx-button-helpdesk.fx-size--sm-md-lg .assistants-container{padding:3px}.fx-button-helpdesk.fx-size--sm-md-lg .assistants__item{display:none;margin-left:3px;border-radius:24px;height:40px;width:40px;overflow:hidden}.fx-button-helpdesk.fx-size--sm-md-lg .assistants__item:first-of-type{display:inline-block}.fx-button-helpdesk.fx-size--sm-md-lg .assistants__image{position:relative;top:-1px;left:-1px;height:42px;width:42px;max-width:42px}.fx-button-helpdesk.fx-size--sm-md-lg .fx-button-helpdesk__assistant:first-of-type{display:inline-block}.fx-button-helpdesk.fx-size--sm-md-lg .fx-button-helpdesk:active{border-color:#686868}.fx-button-helpdesk.fx-size--sm-md-lg.fx-button-helpdesk--borderless-variant:hover{box-shadow:0 2px 24px rgba(0,0,0,0.6)}}@media screen and (min-width: 940px){.fx-button-helpdesk.fx-size--sm-md-lg{border-radius:28px;background-color:#fff;padding:0;box-shadow:0 2px 20px rgba(0,0,0,0.2);border:1px solid #d5d5d5}.fx-button-helpdesk.fx-size--sm-md-lg .fx-button-helpdesk--small-variant > .fx-button-helpdesk__title,
  .fx-button-helpdesk.fx-size--sm-md-lg .fx-button-helpdesk__title{font-weight:600;font-size:16px;line-height:30px;letter-spacing:-0.4px;border-bottom:none;padding:0;margin:7px 24px 7px 30px}.fx-button-helpdesk.fx-size--sm-md-lg.fx-button-helpdesk--notify::after{right:0;top:0;height:12px;width:12px}.fx-button-helpdesk.fx-size--sm-md-lg .assistants-container{padding:2px}.fx-button-helpdesk.fx-size--sm-md-lg .assistants__item{display:inline-block;float:left;margin-left:4px;border-radius:24px;height:40px;width:40px;overflow:hidden}.fx-button-helpdesk.fx-size--sm-md-lg .assistants__image{position:relative;top:-1px;left:-1px;height:42px;width:42px}}.fx-button-helpdesk .fx-button-helpdesk__title{display:inline-block;float:left;white-space:nowrap;font-size:16px;line-height:16px;letter-spacing:-0.32px;color:#000;border-bottom:1px solid #000;padding-bottom:4px}.fx-button-helpdesk.fx-button-helpdesk--small-variant .fx-button-helpdesk__title{font-size:14px}.fx-button-helpdesk.fx-button-helpdesk--notify::after{top:7px;right:-10px}@media screen and (min-width: 600px){.fx-button-helpdesk{border-radius:28px;background-color:#fff;padding:0;box-shadow:0 2px 20px rgba(0,0,0,0.2);border:1px solid #d5d5d5}.fx-button-helpdesk:hover{box-shadow:0 2px 20px rgba(0,0,0,0.3)}.fx-button-helpdesk .fx-button-helpdesk--small-variant .fx-button-helpdesk__title,
  .fx-button-helpdesk .fx-button-helpdesk__title{font-weight:600;margin:15px 16px 15px 23px;font-size:16px;border-bottom:none;padding:0}.fx-button-helpdesk.fx-button-helpdesk--notify::after{right:2px;top:0}.fx-button-helpdesk .assistants-container{padding:3px}.fx-button-helpdesk .assistants__item{display:none;margin-left:3px;border-radius:24px;height:40px;width:40px;overflow:hidden}.fx-button-helpdesk .assistants__item:first-of-type{display:inline-block}.fx-button-helpdesk .assistants__image{position:relative;top:-1px;left:-1px;height:42px;width:42px;max-width:42px}.fx-button-helpdesk .fx-button-helpdesk__assistant:first-of-type{display:inline-block}.fx-button-helpdesk .fx-button-helpdesk:active{border-color:#686868}.fx-button-helpdesk.fx-button-helpdesk--borderless-variant:hover{box-shadow:0 2px 24px rgba(0,0,0,0.6)}}@media screen and (min-width: 940px){.fx-button-helpdesk{border-radius:28px;background-color:#fff;padding:0;box-shadow:0 2px 20px rgba(0,0,0,0.2);border:1px solid #d5d5d5}.fx-button-helpdesk .fx-button-helpdesk--small-variant > .fx-button-helpdesk__title,
  .fx-button-helpdesk .fx-button-helpdesk__title{font-weight:600;font-size:16px;line-height:30px;letter-spacing:-0.4px;border-bottom:none;padding:0;margin:7px 24px 7px 30px}.fx-button-helpdesk.fx-button-helpdesk--notify::after{right:0;top:0;height:12px;width:12px}.fx-button-helpdesk .assistants-container{padding:2px}.fx-button-helpdesk .assistants__item{display:inline-block;float:left;margin-left:4px;border-radius:24px;height:40px;width:40px;overflow:hidden}.fx-button-helpdesk .assistants__image{position:relative;top:-1px;left:-1px;height:42px;width:42px}}.fx-button-helpdesk.fx-size--small .fx-button-helpdesk__title,
.fx-button-helpdesk.fx-size--sm .fx-button-helpdesk__title{display:inline-block;float:left;white-space:nowrap;font-size:16px;line-height:16px;letter-spacing:-0.32px;color:#000;border-bottom:1px solid #000;padding-bottom:4px}.fx-button-helpdesk.fx-size--small.fx-button-helpdesk--small-variant .fx-button-helpdesk__title,
.fx-button-helpdesk.fx-size--sm.fx-button-helpdesk--small-variant .fx-button-helpdesk__title{font-size:14px}.fx-button-helpdesk.fx-size--small.fx-button-helpdesk--notify::after,
.fx-button-helpdesk.fx-size--sm.fx-button-helpdesk--notify::after{top:7px;right:-10px}.fx-button-helpdesk.fx-size--medium,
.fx-button-helpdesk.fx-size--md{border-radius:28px;background-color:#fff;padding:0;box-shadow:0 2px 20px rgba(0,0,0,0.2);border:1px solid #d5d5d5}.fx-button-helpdesk.fx-size--medium:hover,
.fx-button-helpdesk.fx-size--md:hover{box-shadow:0 2px 20px rgba(0,0,0,0.3)}.fx-button-helpdesk.fx-size--medium .fx-button-helpdesk--small-variant .fx-button-helpdesk__title,
.fx-button-helpdesk.fx-size--md .fx-button-helpdesk--small-variant .fx-button-helpdesk__title,
.fx-button-helpdesk.fx-size--medium .fx-button-helpdesk__title,
.fx-button-helpdesk.fx-size--md .fx-button-helpdesk__title{font-weight:600;margin:15px 16px 15px 23px;font-size:16px;border-bottom:none;padding:0}.fx-button-helpdesk.fx-size--medium.fx-button-helpdesk--notify::after,
.fx-button-helpdesk.fx-size--md.fx-button-helpdesk--notify::after{right:2px;top:0}.fx-button-helpdesk.fx-size--medium .assistants-container,
.fx-button-helpdesk.fx-size--md .assistants-container{padding:3px}.fx-button-helpdesk.fx-size--medium .assistants__item,
.fx-button-helpdesk.fx-size--md .assistants__item{display:none;margin-left:3px;border-radius:24px;height:40px;width:40px;overflow:hidden}.fx-button-helpdesk.fx-size--medium .assistants__item:first-of-type,
.fx-button-helpdesk.fx-size--md .assistants__item:first-of-type{display:inline-block}.fx-button-helpdesk.fx-size--medium .assistants__image,
.fx-button-helpdesk.fx-size--md .assistants__image{position:relative;top:-1px;left:-1px;height:42px;width:42px;max-width:42px}.fx-button-helpdesk.fx-size--medium .fx-button-helpdesk__assistant:first-of-type,
.fx-button-helpdesk.fx-size--md .fx-button-helpdesk__assistant:first-of-type{display:inline-block}.fx-button-helpdesk.fx-size--medium .fx-button-helpdesk:active,
.fx-button-helpdesk.fx-size--md .fx-button-helpdesk:active{border-color:#686868}.fx-button-helpdesk.fx-size--medium.fx-button-helpdesk--borderless-variant:hover,
.fx-button-helpdesk.fx-size--md.fx-button-helpdesk--borderless-variant:hover{box-shadow:0 2px 24px rgba(0,0,0,0.6)}.fx-button-helpdesk.fx-size--large,
.fx-button-helpdesk.fx-size--lg{border-radius:28px;background-color:#fff;padding:0;box-shadow:0 2px 20px rgba(0,0,0,0.2);border:1px solid #d5d5d5}.fx-button-helpdesk.fx-size--large .fx-button-helpdesk--small-variant > .fx-button-helpdesk__title,
.fx-button-helpdesk.fx-size--lg .fx-button-helpdesk--small-variant > .fx-button-helpdesk__title,
.fx-button-helpdesk.fx-size--large .fx-button-helpdesk__title,
.fx-button-helpdesk.fx-size--lg .fx-button-helpdesk__title{font-weight:600;font-size:16px;line-height:30px;letter-spacing:-0.4px;border-bottom:none;padding:0;margin:7px 24px 7px 30px}.fx-button-helpdesk.fx-size--large.fx-button-helpdesk--notify::after,
.fx-button-helpdesk.fx-size--lg.fx-button-helpdesk--notify::after{right:0;top:0;height:12px;width:12px}.fx-button-helpdesk.fx-size--large .assistants-container,
.fx-button-helpdesk.fx-size--lg .assistants-container{padding:2px}.fx-button-helpdesk.fx-size--large .assistants__item,
.fx-button-helpdesk.fx-size--lg .assistants__item{display:inline-block;float:left;margin-left:4px;border-radius:24px;height:40px;width:40px;overflow:hidden}.fx-button-helpdesk.fx-size--large .assistants__image,
.fx-button-helpdesk.fx-size--lg .assistants__image{position:relative;top:-1px;left:-1px;height:42px;width:42px}.fx-button-helpdesk.fx-size--sm-sm-md .fx-button-helpdesk__title,
.fx-button-helpdesk.fx-size--sm2-md .fx-button-helpdesk__title{display:inline-block;float:left;white-space:nowrap;font-size:16px;line-height:16px;letter-spacing:-0.32px;color:#000;border-bottom:1px solid #000;padding-bottom:4px}.fx-button-helpdesk.fx-size--sm-sm-md.fx-button-helpdesk--small-variant .fx-button-helpdesk__title,
.fx-button-helpdesk.fx-size--sm2-md.fx-button-helpdesk--small-variant .fx-button-helpdesk__title{font-size:14px}.fx-button-helpdesk.fx-size--sm-sm-md.fx-button-helpdesk--notify::after,
.fx-button-helpdesk.fx-size--sm2-md.fx-button-helpdesk--notify::after{top:7px;right:-10px}@media screen and (min-width: 940px){.fx-button-helpdesk.fx-size--sm-sm-md,
  .fx-button-helpdesk.fx-size--sm2-md{border-radius:28px;background-color:#fff;padding:0;box-shadow:0 2px 20px rgba(0,0,0,0.2);border:1px solid #d5d5d5}.fx-button-helpdesk.fx-size--sm-sm-md:hover,
  .fx-button-helpdesk.fx-size--sm2-md:hover{box-shadow:0 2px 20px rgba(0,0,0,0.3)}.fx-button-helpdesk.fx-size--sm-sm-md .fx-button-helpdesk--small-variant .fx-button-helpdesk__title,
  .fx-button-helpdesk.fx-size--sm2-md .fx-button-helpdesk--small-variant .fx-button-helpdesk__title,
  .fx-button-helpdesk.fx-size--sm-sm-md .fx-button-helpdesk__title,
  .fx-button-helpdesk.fx-size--sm2-md .fx-button-helpdesk__title{font-weight:600;margin:15px 16px 15px 23px;font-size:16px;border-bottom:none;padding:0}.fx-button-helpdesk.fx-size--sm-sm-md.fx-button-helpdesk--notify::after,
  .fx-button-helpdesk.fx-size--sm2-md.fx-button-helpdesk--notify::after{right:2px;top:0}.fx-button-helpdesk.fx-size--sm-sm-md .assistants-container,
  .fx-button-helpdesk.fx-size--sm2-md .assistants-container{padding:3px}.fx-button-helpdesk.fx-size--sm-sm-md .assistants__item,
  .fx-button-helpdesk.fx-size--sm2-md .assistants__item{display:none;margin-left:3px;border-radius:24px;height:40px;width:40px;overflow:hidden}.fx-button-helpdesk.fx-size--sm-sm-md .assistants__item:first-of-type,
  .fx-button-helpdesk.fx-size--sm2-md .assistants__item:first-of-type{display:inline-block}.fx-button-helpdesk.fx-size--sm-sm-md .assistants__image,
  .fx-button-helpdesk.fx-size--sm2-md .assistants__image{position:relative;top:-1px;left:-1px;height:42px;width:42px;max-width:42px}.fx-button-helpdesk.fx-size--sm-sm-md .fx-button-helpdesk__assistant:first-of-type,
  .fx-button-helpdesk.fx-size--sm2-md .fx-button-helpdesk__assistant:first-of-type{display:inline-block}.fx-button-helpdesk.fx-size--sm-sm-md .fx-button-helpdesk:active,
  .fx-button-helpdesk.fx-size--sm2-md .fx-button-helpdesk:active{border-color:#686868}.fx-button-helpdesk.fx-size--sm-sm-md.fx-button-helpdesk--borderless-variant:hover,
  .fx-button-helpdesk.fx-size--sm2-md.fx-button-helpdesk--borderless-variant:hover{box-shadow:0 2px 24px rgba(0,0,0,0.6)}}.fx-button-helpdesk.fx-size--sm-sm-lg .fx-button-helpdesk__title,
.fx-button-helpdesk.fx-size--sm2-lg .fx-button-helpdesk__title{display:inline-block;float:left;white-space:nowrap;font-size:16px;line-height:16px;letter-spacing:-0.32px;color:#000;border-bottom:1px solid #000;padding-bottom:4px}.fx-button-helpdesk.fx-size--sm-sm-lg.fx-button-helpdesk--small-variant .fx-button-helpdesk__title,
.fx-button-helpdesk.fx-size--sm2-lg.fx-button-helpdesk--small-variant .fx-button-helpdesk__title{font-size:14px}.fx-button-helpdesk.fx-size--sm-sm-lg.fx-button-helpdesk--notify::after,
.fx-button-helpdesk.fx-size--sm2-lg.fx-button-helpdesk--notify::after{top:7px;right:-10px}@media screen and (min-width: 940px){.fx-button-helpdesk.fx-size--sm-sm-lg,
  .fx-button-helpdesk.fx-size--sm2-lg{border-radius:28px;background-color:#fff;padding:0;box-shadow:0 2px 20px rgba(0,0,0,0.2);border:1px solid #d5d5d5}.fx-button-helpdesk.fx-size--sm-sm-lg .fx-button-helpdesk--small-variant > .fx-button-helpdesk__title,
  .fx-button-helpdesk.fx-size--sm2-lg .fx-button-helpdesk--small-variant > .fx-button-helpdesk__title,
  .fx-button-helpdesk.fx-size--sm-sm-lg .fx-button-helpdesk__title,
  .fx-button-helpdesk.fx-size--sm2-lg .fx-button-helpdesk__title{font-weight:600;font-size:16px;line-height:30px;letter-spacing:-0.4px;border-bottom:none;padding:0;margin:7px 24px 7px 30px}.fx-button-helpdesk.fx-size--sm-sm-lg.fx-button-helpdesk--notify::after,
  .fx-button-helpdesk.fx-size--sm2-lg.fx-button-helpdesk--notify::after{right:0;top:0;height:12px;width:12px}.fx-button-helpdesk.fx-size--sm-sm-lg .assistants-container,
  .fx-button-helpdesk.fx-size--sm2-lg .assistants-container{padding:2px}.fx-button-helpdesk.fx-size--sm-sm-lg .assistants__item,
  .fx-button-helpdesk.fx-size--sm2-lg .assistants__item{display:inline-block;float:left;margin-left:4px;border-radius:24px;height:40px;width:40px;overflow:hidden}.fx-button-helpdesk.fx-size--sm-sm-lg .assistants__image,
  .fx-button-helpdesk.fx-size--sm2-lg .assistants__image{position:relative;top:-1px;left:-1px;height:42px;width:42px}}.fx-button-helpdesk.fx-size--sm-md-md .fx-button-helpdesk__title,
.fx-button-helpdesk.fx-size--sm-md2 .fx-button-helpdesk__title{display:inline-block;float:left;white-space:nowrap;font-size:16px;line-height:16px;letter-spacing:-0.32px;color:#000;border-bottom:1px solid #000;padding-bottom:4px}.fx-button-helpdesk.fx-size--sm-md-md.fx-button-helpdesk--small-variant .fx-button-helpdesk__title,
.fx-button-helpdesk.fx-size--sm-md2.fx-button-helpdesk--small-variant .fx-button-helpdesk__title{font-size:14px}.fx-button-helpdesk.fx-size--sm-md-md.fx-button-helpdesk--notify::after,
.fx-button-helpdesk.fx-size--sm-md2.fx-button-helpdesk--notify::after{top:7px;right:-10px}@media screen and (min-width: 600px){.fx-button-helpdesk.fx-size--sm-md-md,
  .fx-button-helpdesk.fx-size--sm-md2{border-radius:28px;background-color:#fff;padding:0;box-shadow:0 2px 20px rgba(0,0,0,0.2);border:1px solid #d5d5d5}.fx-button-helpdesk.fx-size--sm-md-md:hover,
  .fx-button-helpdesk.fx-size--sm-md2:hover{box-shadow:0 2px 20px rgba(0,0,0,0.3)}.fx-button-helpdesk.fx-size--sm-md-md .fx-button-helpdesk--small-variant .fx-button-helpdesk__title,
  .fx-button-helpdesk.fx-size--sm-md2 .fx-button-helpdesk--small-variant .fx-button-helpdesk__title,
  .fx-button-helpdesk.fx-size--sm-md-md .fx-button-helpdesk__title,
  .fx-button-helpdesk.fx-size--sm-md2 .fx-button-helpdesk__title{font-weight:600;margin:15px 16px 15px 23px;font-size:16px;border-bottom:none;padding:0}.fx-button-helpdesk.fx-size--sm-md-md.fx-button-helpdesk--notify::after,
  .fx-button-helpdesk.fx-size--sm-md2.fx-button-helpdesk--notify::after{right:2px;top:0}.fx-button-helpdesk.fx-size--sm-md-md .assistants-container,
  .fx-button-helpdesk.fx-size--sm-md2 .assistants-container{padding:3px}.fx-button-helpdesk.fx-size--sm-md-md .assistants__item,
  .fx-button-helpdesk.fx-size--sm-md2 .assistants__item{display:none;margin-left:3px;border-radius:24px;height:40px;width:40px;overflow:hidden}.fx-button-helpdesk.fx-size--sm-md-md .assistants__item:first-of-type,
  .fx-button-helpdesk.fx-size--sm-md2 .assistants__item:first-of-type{display:inline-block}.fx-button-helpdesk.fx-size--sm-md-md .assistants__image,
  .fx-button-helpdesk.fx-size--sm-md2 .assistants__image{position:relative;top:-1px;left:-1px;height:42px;width:42px;max-width:42px}.fx-button-helpdesk.fx-size--sm-md-md .fx-button-helpdesk__assistant:first-of-type,
  .fx-button-helpdesk.fx-size--sm-md2 .fx-button-helpdesk__assistant:first-of-type{display:inline-block}.fx-button-helpdesk.fx-size--sm-md-md .fx-button-helpdesk:active,
  .fx-button-helpdesk.fx-size--sm-md2 .fx-button-helpdesk:active{border-color:#686868}.fx-button-helpdesk.fx-size--sm-md-md.fx-button-helpdesk--borderless-variant:hover,
  .fx-button-helpdesk.fx-size--sm-md2.fx-button-helpdesk--borderless-variant:hover{box-shadow:0 2px 24px rgba(0,0,0,0.6)}}.fx-button-helpdesk.fx-size--sm-lg-lg .fx-button-helpdesk__title,
.fx-button-helpdesk.fx-size--sm-lg2 .fx-button-helpdesk__title{display:inline-block;float:left;white-space:nowrap;font-size:16px;line-height:16px;letter-spacing:-0.32px;color:#000;border-bottom:1px solid #000;padding-bottom:4px}.fx-button-helpdesk.fx-size--sm-lg-lg.fx-button-helpdesk--small-variant .fx-button-helpdesk__title,
.fx-button-helpdesk.fx-size--sm-lg2.fx-button-helpdesk--small-variant .fx-button-helpdesk__title{font-size:14px}.fx-button-helpdesk.fx-size--sm-lg-lg.fx-button-helpdesk--notify::after,
.fx-button-helpdesk.fx-size--sm-lg2.fx-button-helpdesk--notify::after{top:7px;right:-10px}@media screen and (min-width: 600px){.fx-button-helpdesk.fx-size--sm-lg-lg,
  .fx-button-helpdesk.fx-size--sm-lg2{border-radius:28px;background-color:#fff;padding:0;box-shadow:0 2px 20px rgba(0,0,0,0.2);border:1px solid #d5d5d5}.fx-button-helpdesk.fx-size--sm-lg-lg .fx-button-helpdesk--small-variant > .fx-button-helpdesk__title,
  .fx-button-helpdesk.fx-size--sm-lg2 .fx-button-helpdesk--small-variant > .fx-button-helpdesk__title,
  .fx-button-helpdesk.fx-size--sm-lg-lg .fx-button-helpdesk__title,
  .fx-button-helpdesk.fx-size--sm-lg2 .fx-button-helpdesk__title{font-weight:600;font-size:16px;line-height:30px;letter-spacing:-0.4px;border-bottom:none;padding:0;margin:7px 24px 7px 30px}.fx-button-helpdesk.fx-size--sm-lg-lg.fx-button-helpdesk--notify::after,
  .fx-button-helpdesk.fx-size--sm-lg2.fx-button-helpdesk--notify::after{right:0;top:0;height:12px;width:12px}.fx-button-helpdesk.fx-size--sm-lg-lg .assistants-container,
  .fx-button-helpdesk.fx-size--sm-lg2 .assistants-container{padding:2px}.fx-button-helpdesk.fx-size--sm-lg-lg .assistants__item,
  .fx-button-helpdesk.fx-size--sm-lg2 .assistants__item{display:inline-block;float:left;margin-left:4px;border-radius:24px;height:40px;width:40px;overflow:hidden}.fx-button-helpdesk.fx-size--sm-lg-lg .assistants__image,
  .fx-button-helpdesk.fx-size--sm-lg2 .assistants__image{position:relative;top:-1px;left:-1px;height:42px;width:42px}}.fx-button-helpdesk.fx-size--md-md-lg,
.fx-button-helpdesk.fx-size--md2-lg{border-radius:28px;background-color:#fff;padding:0;box-shadow:0 2px 20px rgba(0,0,0,0.2);border:1px solid #d5d5d5}.fx-button-helpdesk.fx-size--md-md-lg:hover,
.fx-button-helpdesk.fx-size--md2-lg:hover{box-shadow:0 2px 20px rgba(0,0,0,0.3)}.fx-button-helpdesk.fx-size--md-md-lg .fx-button-helpdesk--small-variant .fx-button-helpdesk__title,
.fx-button-helpdesk.fx-size--md2-lg .fx-button-helpdesk--small-variant .fx-button-helpdesk__title,
.fx-button-helpdesk.fx-size--md-md-lg .fx-button-helpdesk__title,
.fx-button-helpdesk.fx-size--md2-lg .fx-button-helpdesk__title{font-weight:600;margin:15px 16px 15px 23px;font-size:16px;border-bottom:none;padding:0}.fx-button-helpdesk.fx-size--md-md-lg.fx-button-helpdesk--notify::after,
.fx-button-helpdesk.fx-size--md2-lg.fx-button-helpdesk--notify::after{right:2px;top:0}.fx-button-helpdesk.fx-size--md-md-lg .assistants-container,
.fx-button-helpdesk.fx-size--md2-lg .assistants-container{padding:3px}.fx-button-helpdesk.fx-size--md-md-lg .assistants__item,
.fx-button-helpdesk.fx-size--md2-lg .assistants__item{display:none;margin-left:3px;border-radius:24px;height:40px;width:40px;overflow:hidden}.fx-button-helpdesk.fx-size--md-md-lg .assistants__item:first-of-type,
.fx-button-helpdesk.fx-size--md2-lg .assistants__item:first-of-type{display:inline-block}.fx-button-helpdesk.fx-size--md-md-lg .assistants__image,
.fx-button-helpdesk.fx-size--md2-lg .assistants__image{position:relative;top:-1px;left:-1px;height:42px;width:42px;max-width:42px}.fx-button-helpdesk.fx-size--md-md-lg .fx-button-helpdesk__assistant:first-of-type,
.fx-button-helpdesk.fx-size--md2-lg .fx-button-helpdesk__assistant:first-of-type{display:inline-block}.fx-button-helpdesk.fx-size--md-md-lg .fx-button-helpdesk:active,
.fx-button-helpdesk.fx-size--md2-lg .fx-button-helpdesk:active{border-color:#686868}.fx-button-helpdesk.fx-size--md-md-lg.fx-button-helpdesk--borderless-variant:hover,
.fx-button-helpdesk.fx-size--md2-lg.fx-button-helpdesk--borderless-variant:hover{box-shadow:0 2px 24px rgba(0,0,0,0.6)}@media screen and (min-width: 940px){.fx-button-helpdesk.fx-size--md-md-lg,
  .fx-button-helpdesk.fx-size--md2-lg{border-radius:28px;background-color:#fff;padding:0;box-shadow:0 2px 20px rgba(0,0,0,0.2);border:1px solid #d5d5d5}.fx-button-helpdesk.fx-size--md-md-lg .fx-button-helpdesk--small-variant > .fx-button-helpdesk__title,
  .fx-button-helpdesk.fx-size--md2-lg .fx-button-helpdesk--small-variant > .fx-button-helpdesk__title,
  .fx-button-helpdesk.fx-size--md-md-lg .fx-button-helpdesk__title,
  .fx-button-helpdesk.fx-size--md2-lg .fx-button-helpdesk__title{font-weight:600;font-size:16px;line-height:30px;letter-spacing:-0.4px;border-bottom:none;padding:0;margin:7px 24px 7px 30px}.fx-button-helpdesk.fx-size--md-md-lg.fx-button-helpdesk--notify::after,
  .fx-button-helpdesk.fx-size--md2-lg.fx-button-helpdesk--notify::after{right:0;top:0;height:12px;width:12px}.fx-button-helpdesk.fx-size--md-md-lg .assistants-container,
  .fx-button-helpdesk.fx-size--md2-lg .assistants-container{padding:2px}.fx-button-helpdesk.fx-size--md-md-lg .assistants__item,
  .fx-button-helpdesk.fx-size--md2-lg .assistants__item{display:inline-block;float:left;margin-left:4px;border-radius:24px;height:40px;width:40px;overflow:hidden}.fx-button-helpdesk.fx-size--md-md-lg .assistants__image,
  .fx-button-helpdesk.fx-size--md2-lg .assistants__image{position:relative;top:-1px;left:-1px;height:42px;width:42px}}.fx-button-helpdesk.fx-size--md-lg-lg,
.fx-button-helpdesk.fx-size--md-lg2{border-radius:28px;background-color:#fff;padding:0;box-shadow:0 2px 20px rgba(0,0,0,0.2);border:1px solid #d5d5d5}.fx-button-helpdesk.fx-size--md-lg-lg:hover,
.fx-button-helpdesk.fx-size--md-lg2:hover{box-shadow:0 2px 20px rgba(0,0,0,0.3)}.fx-button-helpdesk.fx-size--md-lg-lg .fx-button-helpdesk--small-variant .fx-button-helpdesk__title,
.fx-button-helpdesk.fx-size--md-lg2 .fx-button-helpdesk--small-variant .fx-button-helpdesk__title,
.fx-button-helpdesk.fx-size--md-lg-lg .fx-button-helpdesk__title,
.fx-button-helpdesk.fx-size--md-lg2 .fx-button-helpdesk__title{font-weight:600;margin:15px 16px 15px 23px;font-size:16px;border-bottom:none;padding:0}.fx-button-helpdesk.fx-size--md-lg-lg.fx-button-helpdesk--notify::after,
.fx-button-helpdesk.fx-size--md-lg2.fx-button-helpdesk--notify::after{right:2px;top:0}.fx-button-helpdesk.fx-size--md-lg-lg .assistants-container,
.fx-button-helpdesk.fx-size--md-lg2 .assistants-container{padding:3px}.fx-button-helpdesk.fx-size--md-lg-lg .assistants__item,
.fx-button-helpdesk.fx-size--md-lg2 .assistants__item{display:none;margin-left:3px;border-radius:24px;height:40px;width:40px;overflow:hidden}.fx-button-helpdesk.fx-size--md-lg-lg .assistants__item:first-of-type,
.fx-button-helpdesk.fx-size--md-lg2 .assistants__item:first-of-type{display:inline-block}.fx-button-helpdesk.fx-size--md-lg-lg .assistants__image,
.fx-button-helpdesk.fx-size--md-lg2 .assistants__image{position:relative;top:-1px;left:-1px;height:42px;width:42px;max-width:42px}.fx-button-helpdesk.fx-size--md-lg-lg .fx-button-helpdesk__assistant:first-of-type,
.fx-button-helpdesk.fx-size--md-lg2 .fx-button-helpdesk__assistant:first-of-type{display:inline-block}.fx-button-helpdesk.fx-size--md-lg-lg .fx-button-helpdesk:active,
.fx-button-helpdesk.fx-size--md-lg2 .fx-button-helpdesk:active{border-color:#686868}.fx-button-helpdesk.fx-size--md-lg-lg.fx-button-helpdesk--borderless-variant:hover,
.fx-button-helpdesk.fx-size--md-lg2.fx-button-helpdesk--borderless-variant:hover{box-shadow:0 2px 24px rgba(0,0,0,0.6)}@media screen and (min-width: 600px){.fx-button-helpdesk.fx-size--md-lg-lg,
  .fx-button-helpdesk.fx-size--md-lg2{border-radius:28px;background-color:#fff;padding:0;box-shadow:0 2px 20px rgba(0,0,0,0.2);border:1px solid #d5d5d5}.fx-button-helpdesk.fx-size--md-lg-lg .fx-button-helpdesk--small-variant > .fx-button-helpdesk__title,
  .fx-button-helpdesk.fx-size--md-lg2 .fx-button-helpdesk--small-variant > .fx-button-helpdesk__title,
  .fx-button-helpdesk.fx-size--md-lg-lg .fx-button-helpdesk__title,
  .fx-button-helpdesk.fx-size--md-lg2 .fx-button-helpdesk__title{font-weight:600;font-size:16px;line-height:30px;letter-spacing:-0.4px;border-bottom:none;padding:0;margin:7px 24px 7px 30px}.fx-button-helpdesk.fx-size--md-lg-lg.fx-button-helpdesk--notify::after,
  .fx-button-helpdesk.fx-size--md-lg2.fx-button-helpdesk--notify::after{right:0;top:0;height:12px;width:12px}.fx-button-helpdesk.fx-size--md-lg-lg .assistants-container,
  .fx-button-helpdesk.fx-size--md-lg2 .assistants-container{padding:2px}.fx-button-helpdesk.fx-size--md-lg-lg .assistants__item,
  .fx-button-helpdesk.fx-size--md-lg2 .assistants__item{display:inline-block;float:left;margin-left:4px;border-radius:24px;height:40px;width:40px;overflow:hidden}.fx-button-helpdesk.fx-size--md-lg-lg .assistants__image,
  .fx-button-helpdesk.fx-size--md-lg2 .assistants__image{position:relative;top:-1px;left:-1px;height:42px;width:42px}}.fx-button-helpdesk.fx-size--md-sm-md{border-radius:28px;background-color:#fff;padding:0;box-shadow:0 2px 20px rgba(0,0,0,0.2);border:1px solid #d5d5d5}.fx-button-helpdesk.fx-size--md-sm-md:hover{box-shadow:0 2px 20px rgba(0,0,0,0.3)}.fx-button-helpdesk.fx-size--md-sm-md .fx-button-helpdesk--small-variant .fx-button-helpdesk__title,
.fx-button-helpdesk.fx-size--md-sm-md .fx-button-helpdesk__title{font-weight:600;margin:15px 16px 15px 23px;font-size:16px;border-bottom:none;padding:0}.fx-button-helpdesk.fx-size--md-sm-md.fx-button-helpdesk--notify::after{right:2px;top:0}.fx-button-helpdesk.fx-size--md-sm-md .assistants-container{padding:3px}.fx-button-helpdesk.fx-size--md-sm-md .assistants__item{display:none;margin-left:3px;border-radius:24px;height:40px;width:40px;overflow:hidden}.fx-button-helpdesk.fx-size--md-sm-md .assistants__item:first-of-type{display:inline-block}.fx-button-helpdesk.fx-size--md-sm-md .assistants__image{position:relative;top:-1px;left:-1px;height:42px;width:42px;max-width:42px}.fx-button-helpdesk.fx-size--md-sm-md .fx-button-helpdesk__assistant:first-of-type{display:inline-block}.fx-button-helpdesk.fx-size--md-sm-md .fx-button-helpdesk:active{border-color:#686868}.fx-button-helpdesk.fx-size--md-sm-md.fx-button-helpdesk--borderless-variant:hover{box-shadow:0 2px 24px rgba(0,0,0,0.6)}@media screen and (min-width: 600px){.fx-button-helpdesk.fx-size--md-sm-md .fx-button-helpdesk__title{display:inline-block;float:left;white-space:nowrap;font-size:16px;line-height:16px;letter-spacing:-0.32px;color:#000;border-bottom:1px solid #000;padding-bottom:4px}.fx-button-helpdesk.fx-size--md-sm-md.fx-button-helpdesk--small-variant .fx-button-helpdesk__title{font-size:14px}.fx-button-helpdesk.fx-size--md-sm-md.fx-button-helpdesk--notify::after{top:7px;right:-10px}}@media screen and (min-width: 940px){.fx-button-helpdesk.fx-size--md-sm-md{border-radius:28px;background-color:#fff;padding:0;box-shadow:0 2px 20px rgba(0,0,0,0.2);border:1px solid #d5d5d5}.fx-button-helpdesk.fx-size--md-sm-md:hover{box-shadow:0 2px 20px rgba(0,0,0,0.3)}.fx-button-helpdesk.fx-size--md-sm-md .fx-button-helpdesk--small-variant .fx-button-helpdesk__title,
  .fx-button-helpdesk.fx-size--md-sm-md .fx-button-helpdesk__title{font-weight:600;margin:15px 16px 15px 23px;font-size:16px;border-bottom:none;padding:0}.fx-button-helpdesk.fx-size--md-sm-md.fx-button-helpdesk--notify::after{right:2px;top:0}.fx-button-helpdesk.fx-size--md-sm-md .assistants-container{padding:3px}.fx-button-helpdesk.fx-size--md-sm-md .assistants__item{display:none;margin-left:3px;border-radius:24px;height:40px;width:40px;overflow:hidden}.fx-button-helpdesk.fx-size--md-sm-md .assistants__item:first-of-type{display:inline-block}.fx-button-helpdesk.fx-size--md-sm-md .assistants__image{position:relative;top:-1px;left:-1px;height:42px;width:42px;max-width:42px}.fx-button-helpdesk.fx-size--md-sm-md .fx-button-helpdesk__assistant:first-of-type{display:inline-block}.fx-button-helpdesk.fx-size--md-sm-md .fx-button-helpdesk:active{border-color:#686868}.fx-button-helpdesk.fx-size--md-sm-md.fx-button-helpdesk--borderless-variant:hover{box-shadow:0 2px 24px rgba(0,0,0,0.6)}}.fx-button-helpdesk.fx-size--sm-md-lg .fx-button-helpdesk__title{display:inline-block;float:left;white-space:nowrap;font-size:16px;line-height:16px;letter-spacing:-0.32px;color:#000;border-bottom:1px solid #000;padding-bottom:4px}.fx-button-helpdesk.fx-size--sm-md-lg.fx-button-helpdesk--small-variant .fx-button-helpdesk__title{font-size:14px}.fx-button-helpdesk.fx-size--sm-md-lg.fx-button-helpdesk--notify::after{top:7px;right:-10px}@media screen and (min-width: 600px){.fx-button-helpdesk.fx-size--sm-md-lg{border-radius:28px;background-color:#fff;padding:0;box-shadow:0 2px 20px rgba(0,0,0,0.2);border:1px solid #d5d5d5}.fx-button-helpdesk.fx-size--sm-md-lg:hover{box-shadow:0 2px 20px rgba(0,0,0,0.3)}.fx-button-helpdesk.fx-size--sm-md-lg .fx-button-helpdesk--small-variant .fx-button-helpdesk__title,
  .fx-button-helpdesk.fx-size--sm-md-lg .fx-button-helpdesk__title{font-weight:600;margin:15px 16px 15px 23px;font-size:16px;border-bottom:none;padding:0}.fx-button-helpdesk.fx-size--sm-md-lg.fx-button-helpdesk--notify::after{right:2px;top:0}.fx-button-helpdesk.fx-size--sm-md-lg .assistants-container{padding:3px}.fx-button-helpdesk.fx-size--sm-md-lg .assistants__item{display:none;margin-left:3px;border-radius:24px;height:40px;width:40px;overflow:hidden}.fx-button-helpdesk.fx-size--sm-md-lg .assistants__item:first-of-type{display:inline-block}.fx-button-helpdesk.fx-size--sm-md-lg .assistants__image{position:relative;top:-1px;left:-1px;height:42px;width:42px;max-width:42px}.fx-button-helpdesk.fx-size--sm-md-lg .fx-button-helpdesk__assistant:first-of-type{display:inline-block}.fx-button-helpdesk.fx-size--sm-md-lg .fx-button-helpdesk:active{border-color:#686868}.fx-button-helpdesk.fx-size--sm-md-lg.fx-button-helpdesk--borderless-variant:hover{box-shadow:0 2px 24px rgba(0,0,0,0.6)}}@media screen and (min-width: 940px){.fx-button-helpdesk.fx-size--sm-md-lg{border-radius:28px;background-color:#fff;padding:0;box-shadow:0 2px 20px rgba(0,0,0,0.2);border:1px solid #d5d5d5}.fx-button-helpdesk.fx-size--sm-md-lg .fx-button-helpdesk--small-variant > .fx-button-helpdesk__title,
  .fx-button-helpdesk.fx-size--sm-md-lg .fx-button-helpdesk__title{font-weight:600;font-size:16px;line-height:30px;letter-spacing:-0.4px;border-bottom:none;padding:0;margin:7px 24px 7px 30px}.fx-button-helpdesk.fx-size--sm-md-lg.fx-button-helpdesk--notify::after{right:0;top:0;height:12px;width:12px}.fx-button-helpdesk.fx-size--sm-md-lg .assistants-container{padding:2px}.fx-button-helpdesk.fx-size--sm-md-lg .assistants__item{display:inline-block;float:left;margin-left:4px;border-radius:24px;height:40px;width:40px;overflow:hidden}.fx-button-helpdesk.fx-size--sm-md-lg .assistants__image{position:relative;top:-1px;left:-1px;height:42px;width:42px}}.fx-button-add-to-wishlist{display:flex}.fx-button-add-to-wishlist > .fx-button__icon{align-self:center;margin-right:4px}.fx-button-add-to-wishlist > .fx-button__text{color:currentColor}.fx-button-add-to-wishlist > .fx-button__text *{color:currentColor}.fx-button-add-to-wishlist--colored.fx-button-add-to-wishlist--active{color:#7e00f3;fill:#7e00f3}.fx-button-add-to-wishlist:hover{color:#7e00f3}.fx-button[class]{display:inline-flex;justify-content:center;align-items:center;border-radius:50px;border:1px solid #000;cursor:pointer;font-weight:700;padding-bottom:2px;-webkit-text-decoration:none;text-decoration:none;vertical-align:bottom;-webkit-user-select:none;user-select:none;font-family:'Open Sans',Verdana,Tahoma,Arial,Helvetica,sans-serif;transition:offset-outline 150ms ease;height:40px;padding-left:16px;padding-right:16px;font-size:16px;letter-spacing:-0.32px}.fx-button[class].fx-button--font-weight-normal{font-weight:400}.fx-button[class]:not(.fx-button--disabled):focus-visible{outline:2px solid #7e00f3;outline-offset:4px}.fx-button[class] .two-line-ellipsis{text-overflow:ellipsis;overflow:hidden}@supports (-webkit-line-clamp: 2){.fx-button[class] .two-line-ellipsis{width:100%;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}}.fx-button[class].fx-button--notify::after{top:6px;right:6px}.fx-button[class].fx-button--responsive-height{min-height:40px;height:auto}.fx-button[class] > .fx-button__icon{width:20px;height:20px}@media screen and (min-width: 600px){.fx-button[class]{height:48px;padding-left:30px;padding-right:30px;font-size:18px;letter-spacing:-0.36px}.fx-button[class].fx-button--notify::after{top:8px;right:8px}.fx-button[class].fx-button--responsive-height{min-height:48px;height:auto}.fx-button[class] > .fx-button__icon{width:24px;height:24px}}.fx-button[class].fx-size--small,
.fx-button[class].fx-size--sm{height:40px;padding-left:16px;padding-right:16px;font-size:16px;letter-spacing:-0.32px}.fx-button[class].fx-size--small.fx-button--notify::after,
.fx-button[class].fx-size--sm.fx-button--notify::after{top:6px;right:6px}.fx-button[class].fx-size--small.fx-button--responsive-height,
.fx-button[class].fx-size--sm.fx-button--responsive-height{min-height:40px;height:auto}.fx-button[class].fx-size--small > .fx-button__icon,
.fx-button[class].fx-size--sm > .fx-button__icon{width:20px;height:20px}.fx-button[class].fx-size--medium,
.fx-button[class].fx-size--md{height:48px;padding-left:30px;padding-right:30px;font-size:18px;letter-spacing:-0.36px}.fx-button[class].fx-size--medium.fx-button--notify::after,
.fx-button[class].fx-size--md.fx-button--notify::after{top:8px;right:8px}.fx-button[class].fx-size--medium.fx-button--responsive-height,
.fx-button[class].fx-size--md.fx-button--responsive-height{min-height:48px;height:auto}.fx-button[class].fx-size--medium > .fx-button__icon,
.fx-button[class].fx-size--md > .fx-button__icon{width:24px;height:24px}.fx-button[class].fx-size--sm-sm-md,
.fx-button[class].fx-size--sm2-md{height:40px;padding-left:16px;padding-right:16px;font-size:16px;letter-spacing:-0.32px}.fx-button[class].fx-size--sm-sm-md.fx-button--notify::after,
.fx-button[class].fx-size--sm2-md.fx-button--notify::after{top:6px;right:6px}.fx-button[class].fx-size--sm-sm-md.fx-button--responsive-height,
.fx-button[class].fx-size--sm2-md.fx-button--responsive-height{min-height:40px;height:auto}.fx-button[class].fx-size--sm-sm-md > .fx-button__icon,
.fx-button[class].fx-size--sm2-md > .fx-button__icon{width:20px;height:20px}@media screen and (min-width: 940px){.fx-button[class].fx-size--sm-sm-md,
  .fx-button[class].fx-size--sm2-md{height:48px;padding-left:30px;padding-right:30px;font-size:18px;letter-spacing:-0.36px}.fx-button[class].fx-size--sm-sm-md.fx-button--notify::after,
  .fx-button[class].fx-size--sm2-md.fx-button--notify::after{top:8px;right:8px}.fx-button[class].fx-size--sm-sm-md.fx-button--responsive-height,
  .fx-button[class].fx-size--sm2-md.fx-button--responsive-height{min-height:48px;height:auto}.fx-button[class].fx-size--sm-sm-md > .fx-button__icon,
  .fx-button[class].fx-size--sm2-md > .fx-button__icon{width:24px;height:24px}}.fx-button[class].fx-size--sm-sm-lg,
.fx-button[class].fx-size--sm2-lg{height:40px;padding-left:16px;padding-right:16px;font-size:16px;letter-spacing:-0.32px}.fx-button[class].fx-size--sm-sm-lg.fx-button--notify::after,
.fx-button[class].fx-size--sm2-lg.fx-button--notify::after{top:6px;right:6px}.fx-button[class].fx-size--sm-sm-lg.fx-button--responsive-height,
.fx-button[class].fx-size--sm2-lg.fx-button--responsive-height{min-height:40px;height:auto}.fx-button[class].fx-size--sm-sm-lg > .fx-button__icon,
.fx-button[class].fx-size--sm2-lg > .fx-button__icon{width:20px;height:20px}.fx-button[class].fx-size--sm-md-md,
.fx-button[class].fx-size--sm-md2{height:40px;padding-left:16px;padding-right:16px;font-size:16px;letter-spacing:-0.32px}.fx-button[class].fx-size--sm-md-md.fx-button--notify::after,
.fx-button[class].fx-size--sm-md2.fx-button--notify::after{top:6px;right:6px}.fx-button[class].fx-size--sm-md-md.fx-button--responsive-height,
.fx-button[class].fx-size--sm-md2.fx-button--responsive-height{min-height:40px;height:auto}.fx-button[class].fx-size--sm-md-md > .fx-button__icon,
.fx-button[class].fx-size--sm-md2 > .fx-button__icon{width:20px;height:20px}@media screen and (min-width: 600px){.fx-button[class].fx-size--sm-md-md,
  .fx-button[class].fx-size--sm-md2{height:48px;padding-left:30px;padding-right:30px;font-size:18px;letter-spacing:-0.36px}.fx-button[class].fx-size--sm-md-md.fx-button--notify::after,
  .fx-button[class].fx-size--sm-md2.fx-button--notify::after{top:8px;right:8px}.fx-button[class].fx-size--sm-md-md.fx-button--responsive-height,
  .fx-button[class].fx-size--sm-md2.fx-button--responsive-height{min-height:48px;height:auto}.fx-button[class].fx-size--sm-md-md > .fx-button__icon,
  .fx-button[class].fx-size--sm-md2 > .fx-button__icon{width:24px;height:24px}}.fx-button[class].fx-size--sm-lg-lg,
.fx-button[class].fx-size--sm-lg2{height:40px;padding-left:16px;padding-right:16px;font-size:16px;letter-spacing:-0.32px}.fx-button[class].fx-size--sm-lg-lg.fx-button--notify::after,
.fx-button[class].fx-size--sm-lg2.fx-button--notify::after{top:6px;right:6px}.fx-button[class].fx-size--sm-lg-lg.fx-button--responsive-height,
.fx-button[class].fx-size--sm-lg2.fx-button--responsive-height{min-height:40px;height:auto}.fx-button[class].fx-size--sm-lg-lg > .fx-button__icon,
.fx-button[class].fx-size--sm-lg2 > .fx-button__icon{width:20px;height:20px}.fx-button[class].fx-size--md-md-lg,
.fx-button[class].fx-size--md2-lg{height:48px;padding-left:30px;padding-right:30px;font-size:18px;letter-spacing:-0.36px}.fx-button[class].fx-size--md-md-lg.fx-button--notify::after,
.fx-button[class].fx-size--md2-lg.fx-button--notify::after{top:8px;right:8px}.fx-button[class].fx-size--md-md-lg.fx-button--responsive-height,
.fx-button[class].fx-size--md2-lg.fx-button--responsive-height{min-height:48px;height:auto}.fx-button[class].fx-size--md-md-lg > .fx-button__icon,
.fx-button[class].fx-size--md2-lg > .fx-button__icon{width:24px;height:24px}.fx-button[class].fx-size--md-lg-lg,
.fx-button[class].fx-size--md-lg2{height:48px;padding-left:30px;padding-right:30px;font-size:18px;letter-spacing:-0.36px}.fx-button[class].fx-size--md-lg-lg.fx-button--notify::after,
.fx-button[class].fx-size--md-lg2.fx-button--notify::after{top:8px;right:8px}.fx-button[class].fx-size--md-lg-lg.fx-button--responsive-height,
.fx-button[class].fx-size--md-lg2.fx-button--responsive-height{min-height:48px;height:auto}.fx-button[class].fx-size--md-lg-lg > .fx-button__icon,
.fx-button[class].fx-size--md-lg2 > .fx-button__icon{width:24px;height:24px}.fx-button[class].fx-size--md-sm-md{height:48px;padding-left:30px;padding-right:30px;font-size:18px;letter-spacing:-0.36px}.fx-button[class].fx-size--md-sm-md.fx-button--notify::after{top:8px;right:8px}.fx-button[class].fx-size--md-sm-md.fx-button--responsive-height{min-height:48px;height:auto}.fx-button[class].fx-size--md-sm-md > .fx-button__icon{width:24px;height:24px}@media screen and (min-width: 600px){.fx-button[class].fx-size--md-sm-md{height:40px;padding-left:16px;padding-right:16px;font-size:16px;letter-spacing:-0.32px}.fx-button[class].fx-size--md-sm-md.fx-button--notify::after{top:6px;right:6px}.fx-button[class].fx-size--md-sm-md.fx-button--responsive-height{min-height:40px;height:auto}.fx-button[class].fx-size--md-sm-md > .fx-button__icon{width:20px;height:20px}}@media screen and (min-width: 940px){.fx-button[class].fx-size--md-sm-md{height:48px;padding-left:30px;padding-right:30px;font-size:18px;letter-spacing:-0.36px}.fx-button[class].fx-size--md-sm-md.fx-button--notify::after{top:8px;right:8px}.fx-button[class].fx-size--md-sm-md.fx-button--responsive-height{min-height:48px;height:auto}.fx-button[class].fx-size--md-sm-md > .fx-button__icon{width:24px;height:24px}}.fx-button[class].fx-size--sm-md-lg{height:40px;padding-left:16px;padding-right:16px;font-size:16px;letter-spacing:-0.32px}.fx-button[class].fx-size--sm-md-lg.fx-button--notify::after{top:6px;right:6px}.fx-button[class].fx-size--sm-md-lg.fx-button--responsive-height{min-height:40px;height:auto}.fx-button[class].fx-size--sm-md-lg > .fx-button__icon{width:20px;height:20px}@media screen and (min-width: 600px){.fx-button[class].fx-size--sm-md-lg{height:48px;padding-left:30px;padding-right:30px;font-size:18px;letter-spacing:-0.36px}.fx-button[class].fx-size--sm-md-lg.fx-button--notify::after{top:8px;right:8px}.fx-button[class].fx-size--sm-md-lg.fx-button--responsive-height{min-height:48px;height:auto}.fx-button[class].fx-size--sm-md-lg > .fx-button__icon{width:24px;height:24px}}.fx-button[class].fx-button--notify::after{top:6px;right:6px}.fx-button[class].fx-button--responsive-height{min-height:40px;height:auto}.fx-button[class] > .fx-button__icon{width:20px;height:20px}@media screen and (min-width: 600px){.fx-button[class]{height:48px;padding-left:30px;padding-right:30px;font-size:18px;letter-spacing:-0.36px}.fx-button[class].fx-button--notify::after{top:8px;right:8px}.fx-button[class].fx-button--responsive-height{min-height:48px;height:auto}.fx-button[class] > .fx-button__icon{width:24px;height:24px}}.fx-button[class].fx-size--small,
.fx-button[class].fx-size--sm{height:40px;padding-left:16px;padding-right:16px;font-size:16px;letter-spacing:-0.32px}.fx-button[class].fx-size--small.fx-button--notify::after,
.fx-button[class].fx-size--sm.fx-button--notify::after{top:6px;right:6px}.fx-button[class].fx-size--small.fx-button--responsive-height,
.fx-button[class].fx-size--sm.fx-button--responsive-height{min-height:40px;height:auto}.fx-button[class].fx-size--small > .fx-button__icon,
.fx-button[class].fx-size--sm > .fx-button__icon{width:20px;height:20px}.fx-button[class].fx-size--medium,
.fx-button[class].fx-size--md{height:48px;padding-left:30px;padding-right:30px;font-size:18px;letter-spacing:-0.36px}.fx-button[class].fx-size--medium.fx-button--notify::after,
.fx-button[class].fx-size--md.fx-button--notify::after{top:8px;right:8px}.fx-button[class].fx-size--medium.fx-button--responsive-height,
.fx-button[class].fx-size--md.fx-button--responsive-height{min-height:48px;height:auto}.fx-button[class].fx-size--medium > .fx-button__icon,
.fx-button[class].fx-size--md > .fx-button__icon{width:24px;height:24px}.fx-button[class].fx-size--sm-sm-md,
.fx-button[class].fx-size--sm2-md{height:40px;padding-left:16px;padding-right:16px;font-size:16px;letter-spacing:-0.32px}.fx-button[class].fx-size--sm-sm-md.fx-button--notify::after,
.fx-button[class].fx-size--sm2-md.fx-button--notify::after{top:6px;right:6px}.fx-button[class].fx-size--sm-sm-md.fx-button--responsive-height,
.fx-button[class].fx-size--sm2-md.fx-button--responsive-height{min-height:40px;height:auto}.fx-button[class].fx-size--sm-sm-md > .fx-button__icon,
.fx-button[class].fx-size--sm2-md > .fx-button__icon{width:20px;height:20px}@media screen and (min-width: 940px){.fx-button[class].fx-size--sm-sm-md,
  .fx-button[class].fx-size--sm2-md{height:48px;padding-left:30px;padding-right:30px;font-size:18px;letter-spacing:-0.36px}.fx-button[class].fx-size--sm-sm-md.fx-button--notify::after,
  .fx-button[class].fx-size--sm2-md.fx-button--notify::after{top:8px;right:8px}.fx-button[class].fx-size--sm-sm-md.fx-button--responsive-height,
  .fx-button[class].fx-size--sm2-md.fx-button--responsive-height{min-height:48px;height:auto}.fx-button[class].fx-size--sm-sm-md > .fx-button__icon,
  .fx-button[class].fx-size--sm2-md > .fx-button__icon{width:24px;height:24px}}.fx-button[class].fx-size--sm-sm-lg,
.fx-button[class].fx-size--sm2-lg{height:40px;padding-left:16px;padding-right:16px;font-size:16px;letter-spacing:-0.32px}.fx-button[class].fx-size--sm-sm-lg.fx-button--notify::after,
.fx-button[class].fx-size--sm2-lg.fx-button--notify::after{top:6px;right:6px}.fx-button[class].fx-size--sm-sm-lg.fx-button--responsive-height,
.fx-button[class].fx-size--sm2-lg.fx-button--responsive-height{min-height:40px;height:auto}.fx-button[class].fx-size--sm-sm-lg > .fx-button__icon,
.fx-button[class].fx-size--sm2-lg > .fx-button__icon{width:20px;height:20px}.fx-button[class].fx-size--sm-md-md,
.fx-button[class].fx-size--sm-md2{height:40px;padding-left:16px;padding-right:16px;font-size:16px;letter-spacing:-0.32px}.fx-button[class].fx-size--sm-md-md.fx-button--notify::after,
.fx-button[class].fx-size--sm-md2.fx-button--notify::after{top:6px;right:6px}.fx-button[class].fx-size--sm-md-md.fx-button--responsive-height,
.fx-button[class].fx-size--sm-md2.fx-button--responsive-height{min-height:40px;height:auto}.fx-button[class].fx-size--sm-md-md > .fx-button__icon,
.fx-button[class].fx-size--sm-md2 > .fx-button__icon{width:20px;height:20px}@media screen and (min-width: 600px){.fx-button[class].fx-size--sm-md-md,
  .fx-button[class].fx-size--sm-md2{height:48px;padding-left:30px;padding-right:30px;font-size:18px;letter-spacing:-0.36px}.fx-button[class].fx-size--sm-md-md.fx-button--notify::after,
  .fx-button[class].fx-size--sm-md2.fx-button--notify::after{top:8px;right:8px}.fx-button[class].fx-size--sm-md-md.fx-button--responsive-height,
  .fx-button[class].fx-size--sm-md2.fx-button--responsive-height{min-height:48px;height:auto}.fx-button[class].fx-size--sm-md-md > .fx-button__icon,
  .fx-button[class].fx-size--sm-md2 > .fx-button__icon{width:24px;height:24px}}.fx-button[class].fx-size--sm-lg-lg,
.fx-button[class].fx-size--sm-lg2{height:40px;padding-left:16px;padding-right:16px;font-size:16px;letter-spacing:-0.32px}.fx-button[class].fx-size--sm-lg-lg.fx-button--notify::after,
.fx-button[class].fx-size--sm-lg2.fx-button--notify::after{top:6px;right:6px}.fx-button[class].fx-size--sm-lg-lg.fx-button--responsive-height,
.fx-button[class].fx-size--sm-lg2.fx-button--responsive-height{min-height:40px;height:auto}.fx-button[class].fx-size--sm-lg-lg > .fx-button__icon,
.fx-button[class].fx-size--sm-lg2 > .fx-button__icon{width:20px;height:20px}.fx-button[class].fx-size--md-md-lg,
.fx-button[class].fx-size--md2-lg{height:48px;padding-left:30px;padding-right:30px;font-size:18px;letter-spacing:-0.36px}.fx-button[class].fx-size--md-md-lg.fx-button--notify::after,
.fx-button[class].fx-size--md2-lg.fx-button--notify::after{top:8px;right:8px}.fx-button[class].fx-size--md-md-lg.fx-button--responsive-height,
.fx-button[class].fx-size--md2-lg.fx-button--responsive-height{min-height:48px;height:auto}.fx-button[class].fx-size--md-md-lg > .fx-button__icon,
.fx-button[class].fx-size--md2-lg > .fx-button__icon{width:24px;height:24px}.fx-button[class].fx-size--md-lg-lg,
.fx-button[class].fx-size--md-lg2{height:48px;padding-left:30px;padding-right:30px;font-size:18px;letter-spacing:-0.36px}.fx-button[class].fx-size--md-lg-lg.fx-button--notify::after,
.fx-button[class].fx-size--md-lg2.fx-button--notify::after{top:8px;right:8px}.fx-button[class].fx-size--md-lg-lg.fx-button--responsive-height,
.fx-button[class].fx-size--md-lg2.fx-button--responsive-height{min-height:48px;height:auto}.fx-button[class].fx-size--md-lg-lg > .fx-button__icon,
.fx-button[class].fx-size--md-lg2 > .fx-button__icon{width:24px;height:24px}.fx-button[class].fx-size--md-sm-md{height:48px;padding-left:30px;padding-right:30px;font-size:18px;letter-spacing:-0.36px}.fx-button[class].fx-size--md-sm-md.fx-button--notify::after{top:8px;right:8px}.fx-button[class].fx-size--md-sm-md.fx-button--responsive-height{min-height:48px;height:auto}.fx-button[class].fx-size--md-sm-md > .fx-button__icon{width:24px;height:24px}@media screen and (min-width: 600px){.fx-button[class].fx-size--md-sm-md{height:40px;padding-left:16px;padding-right:16px;font-size:16px;letter-spacing:-0.32px}.fx-button[class].fx-size--md-sm-md.fx-button--notify::after{top:6px;right:6px}.fx-button[class].fx-size--md-sm-md.fx-button--responsive-height{min-height:40px;height:auto}.fx-button[class].fx-size--md-sm-md > .fx-button__icon{width:20px;height:20px}}@media screen and (min-width: 940px){.fx-button[class].fx-size--md-sm-md{height:48px;padding-left:30px;padding-right:30px;font-size:18px;letter-spacing:-0.36px}.fx-button[class].fx-size--md-sm-md.fx-button--notify::after{top:8px;right:8px}.fx-button[class].fx-size--md-sm-md.fx-button--responsive-height{min-height:48px;height:auto}.fx-button[class].fx-size--md-sm-md > .fx-button__icon{width:24px;height:24px}}.fx-button[class].fx-size--sm-md-lg{height:40px;padding-left:16px;padding-right:16px;font-size:16px;letter-spacing:-0.32px}.fx-button[class].fx-size--sm-md-lg.fx-button--notify::after{top:6px;right:6px}.fx-button[class].fx-size--sm-md-lg.fx-button--responsive-height{min-height:40px;height:auto}.fx-button[class].fx-size--sm-md-lg > .fx-button__icon{width:20px;height:20px}@media screen and (min-width: 600px){.fx-button[class].fx-size--sm-md-lg{height:48px;padding-left:30px;padding-right:30px;font-size:18px;letter-spacing:-0.36px}.fx-button[class].fx-size--sm-md-lg.fx-button--notify::after{top:8px;right:8px}.fx-button[class].fx-size--sm-md-lg.fx-button--responsive-height{min-height:48px;height:auto}.fx-button[class].fx-size--sm-md-lg > .fx-button__icon{width:24px;height:24px}}.fx-button[class].fx-button--notify::after{top:6px;right:6px}.fx-button[class].fx-button--responsive-height{min-height:40px;height:auto}.fx-button[class] > .fx-button__icon{width:20px;height:20px}@media screen and (min-width: 600px){.fx-button[class]{height:48px;padding-left:30px;padding-right:30px;font-size:18px;letter-spacing:-0.36px}.fx-button[class].fx-button--notify::after{top:8px;right:8px}.fx-button[class].fx-button--responsive-height{min-height:48px;height:auto}.fx-button[class] > .fx-button__icon{width:24px;height:24px}}.fx-button[class].fx-size--small,
.fx-button[class].fx-size--sm{height:40px;padding-left:16px;padding-right:16px;font-size:16px;letter-spacing:-0.32px}.fx-button[class].fx-size--small.fx-button--notify::after,
.fx-button[class].fx-size--sm.fx-button--notify::after{top:6px;right:6px}.fx-button[class].fx-size--small.fx-button--responsive-height,
.fx-button[class].fx-size--sm.fx-button--responsive-height{min-height:40px;height:auto}.fx-button[class].fx-size--small > .fx-button__icon,
.fx-button[class].fx-size--sm > .fx-button__icon{width:20px;height:20px}.fx-button[class].fx-size--medium,
.fx-button[class].fx-size--md{height:48px;padding-left:30px;padding-right:30px;font-size:18px;letter-spacing:-0.36px}.fx-button[class].fx-size--medium.fx-button--notify::after,
.fx-button[class].fx-size--md.fx-button--notify::after{top:8px;right:8px}.fx-button[class].fx-size--medium.fx-button--responsive-height,
.fx-button[class].fx-size--md.fx-button--responsive-height{min-height:48px;height:auto}.fx-button[class].fx-size--medium > .fx-button__icon,
.fx-button[class].fx-size--md > .fx-button__icon{width:24px;height:24px}.fx-button[class].fx-size--sm-sm-md,
.fx-button[class].fx-size--sm2-md{height:40px;padding-left:16px;padding-right:16px;font-size:16px;letter-spacing:-0.32px}.fx-button[class].fx-size--sm-sm-md.fx-button--notify::after,
.fx-button[class].fx-size--sm2-md.fx-button--notify::after{top:6px;right:6px}.fx-button[class].fx-size--sm-sm-md.fx-button--responsive-height,
.fx-button[class].fx-size--sm2-md.fx-button--responsive-height{min-height:40px;height:auto}.fx-button[class].fx-size--sm-sm-md > .fx-button__icon,
.fx-button[class].fx-size--sm2-md > .fx-button__icon{width:20px;height:20px}@media screen and (min-width: 940px){.fx-button[class].fx-size--sm-sm-md,
  .fx-button[class].fx-size--sm2-md{height:48px;padding-left:30px;padding-right:30px;font-size:18px;letter-spacing:-0.36px}.fx-button[class].fx-size--sm-sm-md.fx-button--notify::after,
  .fx-button[class].fx-size--sm2-md.fx-button--notify::after{top:8px;right:8px}.fx-button[class].fx-size--sm-sm-md.fx-button--responsive-height,
  .fx-button[class].fx-size--sm2-md.fx-button--responsive-height{min-height:48px;height:auto}.fx-button[class].fx-size--sm-sm-md > .fx-button__icon,
  .fx-button[class].fx-size--sm2-md > .fx-button__icon{width:24px;height:24px}}.fx-button[class].fx-size--sm-sm-lg,
.fx-button[class].fx-size--sm2-lg{height:40px;padding-left:16px;padding-right:16px;font-size:16px;letter-spacing:-0.32px}.fx-button[class].fx-size--sm-sm-lg.fx-button--notify::after,
.fx-button[class].fx-size--sm2-lg.fx-button--notify::after{top:6px;right:6px}.fx-button[class].fx-size--sm-sm-lg.fx-button--responsive-height,
.fx-button[class].fx-size--sm2-lg.fx-button--responsive-height{min-height:40px;height:auto}.fx-button[class].fx-size--sm-sm-lg > .fx-button__icon,
.fx-button[class].fx-size--sm2-lg > .fx-button__icon{width:20px;height:20px}.fx-button[class].fx-size--sm-md-md,
.fx-button[class].fx-size--sm-md2{height:40px;padding-left:16px;padding-right:16px;font-size:16px;letter-spacing:-0.32px}.fx-button[class].fx-size--sm-md-md.fx-button--notify::after,
.fx-button[class].fx-size--sm-md2.fx-button--notify::after{top:6px;right:6px}.fx-button[class].fx-size--sm-md-md.fx-button--responsive-height,
.fx-button[class].fx-size--sm-md2.fx-button--responsive-height{min-height:40px;height:auto}.fx-button[class].fx-size--sm-md-md > .fx-button__icon,
.fx-button[class].fx-size--sm-md2 > .fx-button__icon{width:20px;height:20px}@media screen and (min-width: 600px){.fx-button[class].fx-size--sm-md-md,
  .fx-button[class].fx-size--sm-md2{height:48px;padding-left:30px;padding-right:30px;font-size:18px;letter-spacing:-0.36px}.fx-button[class].fx-size--sm-md-md.fx-button--notify::after,
  .fx-button[class].fx-size--sm-md2.fx-button--notify::after{top:8px;right:8px}.fx-button[class].fx-size--sm-md-md.fx-button--responsive-height,
  .fx-button[class].fx-size--sm-md2.fx-button--responsive-height{min-height:48px;height:auto}.fx-button[class].fx-size--sm-md-md > .fx-button__icon,
  .fx-button[class].fx-size--sm-md2 > .fx-button__icon{width:24px;height:24px}}.fx-button[class].fx-size--sm-lg-lg,
.fx-button[class].fx-size--sm-lg2{height:40px;padding-left:16px;padding-right:16px;font-size:16px;letter-spacing:-0.32px}.fx-button[class].fx-size--sm-lg-lg.fx-button--notify::after,
.fx-button[class].fx-size--sm-lg2.fx-button--notify::after{top:6px;right:6px}.fx-button[class].fx-size--sm-lg-lg.fx-button--responsive-height,
.fx-button[class].fx-size--sm-lg2.fx-button--responsive-height{min-height:40px;height:auto}.fx-button[class].fx-size--sm-lg-lg > .fx-button__icon,
.fx-button[class].fx-size--sm-lg2 > .fx-button__icon{width:20px;height:20px}.fx-button[class].fx-size--md-md-lg,
.fx-button[class].fx-size--md2-lg{height:48px;padding-left:30px;padding-right:30px;font-size:18px;letter-spacing:-0.36px}.fx-button[class].fx-size--md-md-lg.fx-button--notify::after,
.fx-button[class].fx-size--md2-lg.fx-button--notify::after{top:8px;right:8px}.fx-button[class].fx-size--md-md-lg.fx-button--responsive-height,
.fx-button[class].fx-size--md2-lg.fx-button--responsive-height{min-height:48px;height:auto}.fx-button[class].fx-size--md-md-lg > .fx-button__icon,
.fx-button[class].fx-size--md2-lg > .fx-button__icon{width:24px;height:24px}.fx-button[class].fx-size--md-lg-lg,
.fx-button[class].fx-size--md-lg2{height:48px;padding-left:30px;padding-right:30px;font-size:18px;letter-spacing:-0.36px}.fx-button[class].fx-size--md-lg-lg.fx-button--notify::after,
.fx-button[class].fx-size--md-lg2.fx-button--notify::after{top:8px;right:8px}.fx-button[class].fx-size--md-lg-lg.fx-button--responsive-height,
.fx-button[class].fx-size--md-lg2.fx-button--responsive-height{min-height:48px;height:auto}.fx-button[class].fx-size--md-lg-lg > .fx-button__icon,
.fx-button[class].fx-size--md-lg2 > .fx-button__icon{width:24px;height:24px}.fx-button[class].fx-size--md-sm-md{height:48px;padding-left:30px;padding-right:30px;font-size:18px;letter-spacing:-0.36px}.fx-button[class].fx-size--md-sm-md.fx-button--notify::after{top:8px;right:8px}.fx-button[class].fx-size--md-sm-md.fx-button--responsive-height{min-height:48px;height:auto}.fx-button[class].fx-size--md-sm-md > .fx-button__icon{width:24px;height:24px}@media screen and (min-width: 600px){.fx-button[class].fx-size--md-sm-md{height:40px;padding-left:16px;padding-right:16px;font-size:16px;letter-spacing:-0.32px}.fx-button[class].fx-size--md-sm-md.fx-button--notify::after{top:6px;right:6px}.fx-button[class].fx-size--md-sm-md.fx-button--responsive-height{min-height:40px;height:auto}.fx-button[class].fx-size--md-sm-md > .fx-button__icon{width:20px;height:20px}}@media screen and (min-width: 940px){.fx-button[class].fx-size--md-sm-md{height:48px;padding-left:30px;padding-right:30px;font-size:18px;letter-spacing:-0.36px}.fx-button[class].fx-size--md-sm-md.fx-button--notify::after{top:8px;right:8px}.fx-button[class].fx-size--md-sm-md.fx-button--responsive-height{min-height:48px;height:auto}.fx-button[class].fx-size--md-sm-md > .fx-button__icon{width:24px;height:24px}}.fx-button[class].fx-size--sm-md-lg{height:40px;padding-left:16px;padding-right:16px;font-size:16px;letter-spacing:-0.32px}.fx-button[class].fx-size--sm-md-lg.fx-button--notify::after{top:6px;right:6px}.fx-button[class].fx-size--sm-md-lg.fx-button--responsive-height{min-height:40px;height:auto}.fx-button[class].fx-size--sm-md-lg > .fx-button__icon{width:20px;height:20px}@media screen and (min-width: 600px){.fx-button[class].fx-size--sm-md-lg{height:48px;padding-left:30px;padding-right:30px;font-size:18px;letter-spacing:-0.36px}.fx-button[class].fx-size--sm-md-lg.fx-button--notify::after{top:8px;right:8px}.fx-button[class].fx-size--sm-md-lg.fx-button--responsive-height{min-height:48px;height:auto}.fx-button[class].fx-size--sm-md-lg > .fx-button__icon{width:24px;height:24px}}.fx-button[class].fx-button--cta{text-transform:uppercase;background-color:#000;border-color:#000;color:#fff;padding-left:32px;padding-right:32px}.fx-button[class].fx-button--cta:not(.fx-button--disabled):hover{background-color:#7e00f3;border-color:#7e00f3}.fx-button[class].fx-button--cta:not(.fx-button--disabled):active{background-color:#420080;border-color:#420080}@media screen and (min-width: 940px){.fx-button[class].fx-button--cta{height:56px;padding-left:37px;padding-right:37px;font-size:20px;letter-spacing:-0.4px}.fx-button[class].fx-button--cta.fx-button--notify::after{top:12px;right:10px}.fx-button[class].fx-button--cta.fx-button--bordered.fx-button--bordered,
  .fx-button[class].fx-button--cta.fx-button--disabled.fx-loader,
  .fx-button[class].fx-button--cta{border-width:2px}}.fx-button[class].fx-button--primary{background-color:#000;border-color:#000;color:#fff}.fx-button[class].fx-button--primary .fx-button__icon{color:#fff}.fx-button[class].fx-button--primary.fx-button--active:not(.fx-button--disabled),
.fx-button[class].fx-button--primary:not(.fx-button--disabled):not(.fx-button--loading):hover{background-color:#7e00f3;border-color:#7e00f3;color:#fff}.fx-button[class].fx-button--primary.fx-button--active,
.fx-button[class].fx-button--primary:active{background-color:#420080;border-color:#420080}.fx-button[class].fx-button--primary.fx-button--loading{background-color:#7e00f3;border-color:#7e00f3;cursor:default;pointer-events:none}.fx-button[class].fx-button--primary.fx-button--notify::after{box-shadow:0 0 0 2px #000}.fx-button[class].fx-button--primary.fx-button--notify:not(.fx-button--disabled):hover::after{box-shadow:0 0 0 2px #7e00f3}.fx-button[class].fx-button--primary.fx-button--notify:active::after{box-shadow:0 0 0 2px #420080}.fx-button[class].fx-button--primary-on-dark-bg:not(.fx-button--disabled):hover{background-color:#565656;border-color:#565656}.fx-button[class].fx-button--primary-on-dark-bg:not(.fx-button--disabled):focus-visible{outline:2px solid #fff;outline-offset:4px}.fx-button[class].fx-button--secondary{background-color:#e8e8e8;border-color:#e8e8e8;color:#000}.fx-button[class].fx-button--secondary .fx-button__icon{color:#000}.fx-button[class].fx-button--secondary:not(.fx-button--disabled):hover{background-color:#d6d6d6;border-color:#d6d6d6}.fx-button[class].fx-button--secondary:active{background-color:#c4c4c4;border-color:#c4c4c4}.fx-button[class].fx-button--secondary.fx-button--loading{background-color:#d6d6d6;border-color:#d6d6d6}.fx-button[class].fx-button--secondary.fx-button--loading .fx-button__spinner{stroke:#000}.fx-button[class].fx-button--ghost{background:none;border-color:transparent;color:#000}.fx-button[class].fx-button--ghost:hover:not(.fx-button--bordered){background-color:#e8e8e8;border-color:#e8e8e8}.fx-button[class].fx-button--ghost:active:not(.fx-button--bordered){background-color:#d6d6d6;border-color:#d6d6d6}.fx-button[class].fx-button--ghost.fx-button--bordered{border-color:#000}.fx-button[class].fx-button--ghost.fx-button--bordered:hover{color:#7e00f3;border-color:#7e00f3}.fx-button[class].fx-button--ghost.fx-button--bordered:active{color:#420080;border-color:#420080}.fx-button[class].fx-button--ghost.fx-button--bordered.fx-button--inverted{color:#fff;border-color:#fff}.fx-button[class].fx-button--ghost.fx-button--bordered.fx-button--inverted:hover{background-color:#fff;border-color:#fff;color:#7e00f3}.fx-button[class].fx-button--ghost.fx-button--bordered.fx-button--inverted:active{background-color:#fff;border-color:#fff;color:#420080}.fx-button[class].fx-button--ghost.fx-button--selected{background:#7e00f3;border-color:#7e00f3;color:#fff}.fx-button[class].fx-button--ghost.fx-button--selected:hover,
.fx-button[class].fx-button--ghost.fx-button--selected:active{background:#7e00f3;border-color:#7e00f3}.fx-button[class].fx-button--ghost.fx-button--selected .fx-button__icon{color:#fff}.fx-button[class].fx-button--ghost.fx-button--notify:not(.fx-button--disabled):hover::after{box-shadow:0 0 0 2px #ededed}.fx-button[class].fx-button--ghost.fx-button--notify:active::after{box-shadow:0 0 0 2px #dbdbdb}.fx-button[class].fx-button--white-shadow{background-color:#fff;border-color:#fff;color:#000;box-shadow:0 4px 4px #e6e6e6}.fx-button[class].fx-button--white-shadow .fx-button__icon{color:#000}.fx-button[class].fx-button--white-shadow:not(.fx-button--disabled):hover{background-color:#1c1c1c;border-color:#1c1c1c}.fx-button[class].fx-button--white-shadow:not(.fx-button--disabled):hover .fx-button__icon{color:#fff}.fx-button[class].fx-button--white-shadow:active{background-color:#000;border-color:#000}.fx-button[class].fx-button--white-shadow:active .fx-button__icon{color:#fff}.fx-button[class].fx-button--white-shadow.fx-button--notify:not(.fx-button--disabled):hover::after{box-shadow:0 0 0 2px #1c1c1c}.fx-button[class].fx-button--white-shadow.fx-button--notify:active::after,
.fx-button[class].fx-button--white-shadow.fx-button--notify:focus::after{box-shadow:0 0 0 2px #dbdbdb}.fx-button[class].fx-button--text-button,
.fx-button[class].fx-button--text-button-primary{white-space:nowrap;color:#1c1c1c;background:none;border:none;z-index:0;position:relative;margin:0 16px;padding:8px 0 16px;font-size:14px;line-height:16px;letter-spacing:-0.26px;font-weight:400;border-radius:0}.fx-button[class].fx-button--text-button:after,
.fx-button[class].fx-button--text-button-primary:after{bottom:8px}.fx-button[class].fx-button--text-button:hover::after,
.fx-button[class].fx-button--text-button-primary:hover::after{bottom:12px}.fx-button[class].fx-button--text-button:active:after,
.fx-button[class].fx-button--text-button-primary:active:after,
.fx-button[class].fx-button--text-button:focus:after,
.fx-button[class].fx-button--text-button-primary:focus:after{bottom:11px;height:2px}.fx-button[class].fx-button--text-button.fx-button--active::after,
.fx-button[class].fx-button--text-button-primary.fx-button--active::after{bottom:7px}.fx-button[class].fx-button--text-button:not(.fx-button--text-button-no-border):after,
.fx-button[class].fx-button--text-button-primary:not(.fx-button--text-button-no-border):after{z-index:-1;position:absolute;content:'';left:0;width:100%;height:1px;background-color:#000;transition:0.1s all ease}.fx-button[class].fx-button--text-button:focus-visible,
.fx-button[class].fx-button--text-button-primary:focus-visible{outline:2px solid #7e00f3;outline-offset:4px}.fx-button[class].fx-button--text-button:hover::after,
.fx-button[class].fx-button--text-button-primary:hover::after{background-color:#686868}.fx-button[class].fx-button--text-button:active:after,
.fx-button[class].fx-button--text-button-primary:active:after{background-color:#4b4b4b}.fx-button[class].fx-button--text-button.fx-button--active::after,
.fx-button[class].fx-button--text-button-primary.fx-button--active::after{height:2px;background-color:#000}.fx-button[class].fx-button--text-button.fx-button--no-margin,
.fx-button[class].fx-button--text-button-primary.fx-button--no-margin{margin:0}.fx-button[class].fx-button--text-button:hover.fx-button--text-button-no-border,
.fx-button[class].fx-button--text-button-primary:hover.fx-button--text-button-no-border{color:#7e00f3}.fx-button[class].fx-button--text-button > .fx-button__icon--left,
.fx-button[class].fx-button--text-button-primary > .fx-button__icon--left{margin-right:8px}.fx-button[class].fx-button--text-button > .fx-button__icon--right,
.fx-button[class].fx-button--text-button-primary > .fx-button__icon--right{margin-left:8px}.fx-button[class].fx-button--text-button > .fx-button__icon--primary,
.fx-button[class].fx-button--text-button-primary > .fx-button__icon--primary{color:#7e00f3}.fx-button[class].fx-button--text-button.fx-button--text-button-body,
.fx-button[class].fx-button--text-button-primary.fx-button--text-button-body{height:40px;font-size:14px;line-height:16px;letter-spacing:-0.11px}.fx-button[class].fx-button--text-button.fx-button--text-button-body:after,
.fx-button[class].fx-button--text-button-primary.fx-button--text-button-body:after{bottom:10px}.fx-button[class].fx-button--text-button.fx-button--text-button-body:hover::after,
.fx-button[class].fx-button--text-button-primary.fx-button--text-button-body:hover::after{bottom:13px}.fx-button[class].fx-button--text-button.fx-button--text-button-body:active:after,
.fx-button[class].fx-button--text-button-primary.fx-button--text-button-body:active:after,
.fx-button[class].fx-button--text-button.fx-button--text-button-body:focus:after,
.fx-button[class].fx-button--text-button-primary.fx-button--text-button-body:focus:after{bottom:12px;height:2px}.fx-button[class].fx-button--text-button.fx-button--text-button-body.fx-button--active::after,
.fx-button[class].fx-button--text-button-primary.fx-button--text-button-body.fx-button--active::after{bottom:9px}.fx-button[class].fx-button--text-button.fx-button--disabled,
.fx-button[class].fx-button--text-button-primary.fx-button--disabled{border:none;pointer-events:none}.fx-button[class].fx-button--text-button.fx-button--disabled:after,
.fx-button[class].fx-button--text-button-primary.fx-button--disabled:after{background-color:#8a8a8a}@media screen and (min-width: 600px){.fx-button[class].fx-button--text-button,
  .fx-button[class].fx-button--text-button-primary{padding:5px 0 16px;font-size:16px;line-height:25px;letter-spacing:-0.29px}.fx-button[class].fx-button--text-button:after,
  .fx-button[class].fx-button--text-button-primary:after{bottom:12px}.fx-button[class].fx-button--text-button:hover::after,
  .fx-button[class].fx-button--text-button-primary:hover::after{bottom:16px}.fx-button[class].fx-button--text-button:active:after,
  .fx-button[class].fx-button--text-button-primary:active:after,
  .fx-button[class].fx-button--text-button:focus:after,
  .fx-button[class].fx-button--text-button-primary:focus:after{bottom:15px;height:2px}.fx-button[class].fx-button--text-button.fx-button--active::after,
  .fx-button[class].fx-button--text-button-primary.fx-button--active::after{bottom:11px}.fx-button[class].fx-button--text-button .fx-button__icon,
  .fx-button[class].fx-button--text-button-primary .fx-button__icon{height:20px;width:20px}.fx-button[class].fx-button--text-button.fx-button--text-button-body,
  .fx-button[class].fx-button--text-button-primary.fx-button--text-button-body{font-size:14px;line-height:16px;letter-spacing:-0.11px}.fx-button[class].fx-button--text-button.fx-button--text-button-body:after,
  .fx-button[class].fx-button--text-button-primary.fx-button--text-button-body:after{bottom:10px}.fx-button[class].fx-button--text-button.fx-button--text-button-body:hover::after,
  .fx-button[class].fx-button--text-button-primary.fx-button--text-button-body:hover::after{bottom:13px}.fx-button[class].fx-button--text-button.fx-button--text-button-body:active:after,
  .fx-button[class].fx-button--text-button-primary.fx-button--text-button-body:active:after,
  .fx-button[class].fx-button--text-button.fx-button--text-button-body:focus:after,
  .fx-button[class].fx-button--text-button-primary.fx-button--text-button-body:focus:after{bottom:12px;height:2px}.fx-button[class].fx-button--text-button.fx-button--text-button-body.fx-button--active::after,
  .fx-button[class].fx-button--text-button-primary.fx-button--text-button-body.fx-button--active::after{bottom:9px}}@media screen and (min-width: 940px){.fx-button[class].fx-button--text-button,
  .fx-button[class].fx-button--text-button-primary{font-size:18px;line-height:27px;letter-spacing:-0.32px}.fx-button[class].fx-button--text-button:after,
  .fx-button[class].fx-button--text-button-primary:after{bottom:12px}.fx-button[class].fx-button--text-button:hover::after,
  .fx-button[class].fx-button--text-button-primary:hover::after{bottom:16px}.fx-button[class].fx-button--text-button:active:after,
  .fx-button[class].fx-button--text-button-primary:active:after,
  .fx-button[class].fx-button--text-button:focus:after,
  .fx-button[class].fx-button--text-button-primary:focus:after{bottom:15px;height:2px}.fx-button[class].fx-button--text-button.fx-button--active::after,
  .fx-button[class].fx-button--text-button-primary.fx-button--active::after{bottom:11px}.fx-button[class].fx-button--text-button.fx-button--text-button-body,
  .fx-button[class].fx-button--text-button-primary.fx-button--text-button-body{font-size:16px;line-height:18px;letter-spacing:-0.26px}.fx-button[class].fx-button--text-button.fx-button--text-button-body:after,
  .fx-button[class].fx-button--text-button-primary.fx-button--text-button-body:after{bottom:8px}.fx-button[class].fx-button--text-button.fx-button--text-button-body:hover::after,
  .fx-button[class].fx-button--text-button-primary.fx-button--text-button-body:hover::after{bottom:12px}.fx-button[class].fx-button--text-button.fx-button--text-button-body:active:after,
  .fx-button[class].fx-button--text-button-primary.fx-button--text-button-body:active:after,
  .fx-button[class].fx-button--text-button.fx-button--text-button-body:focus:after,
  .fx-button[class].fx-button--text-button-primary.fx-button--text-button-body:focus:after{bottom:11px;height:2px}.fx-button[class].fx-button--text-button.fx-button--text-button-body.fx-button--active::after,
  .fx-button[class].fx-button--text-button-primary.fx-button--text-button-body.fx-button--active::after{bottom:7px}}.fx-button[class].fx-button--text-button-primary::after{background-color:#7e00f3}.fx-button[class].fx-button--text-button-primary:hover{color:#7e00f3}.fx-button[class].fx-button--text-button-primary:hover::after{background-color:#7e00f3}.fx-button[class].fx-button--text-button-primary:active,
.fx-button[class].fx-button--text-button-primary:focus{color:#420080}.fx-button[class].fx-button--text-button-primary:active::after,
.fx-button[class].fx-button--text-button-primary:focus::after{background-color:#420080}.fx-button[class].fx-button--text-button-primary.fx-button--active{color:#7e00f3}.fx-button[class].fx-button--text-button-primary.fx-button--active::after{background-color:#7e00f3}.fx-button[class].fx-button--text-button.fx-button--text-button-warning{color:#e64155}.fx-button[class].fx-button--text-button.fx-button--text-button-warning:not(.fx-button--text-button-no-border):after{background-color:#e64155}.fx-button[class].fx-button--text-button.fx-button--text-button-dark{color:#fff}.fx-button[class].fx-button--text-button.fx-button--text-button-dark:not(.fx-button--text-button-no-border):after{background-color:#fff}.fx-button[class].fx-button--icon.fx-button--disabled .fx-button__icon{color:#8a8a8a}.fx-button[class].fx-button--icon-left.fx-button--disabled .fx-button__icon,
.fx-button[class].fx-button--icon-right.fx-button--disabled .fx-button__icon{color:#8a8a8a}.fx-button[class].fx-button--icon-left{padding:0 14px;text-align:left;font-size:16px;letter-spacing:-0.32px}.fx-button[class].fx-button--icon-left > .fx-button__icon{margin-right:8px}@media screen and (min-width: 600px){.fx-button[class].fx-button--icon-left{padding:0 23px;font-size:18px;letter-spacing:-0.36px}.fx-button[class].fx-button--icon-left > .fx-button__icon{margin-right:12px}}.fx-button[class].fx-button--icon-left.fx-size--small,
.fx-button[class].fx-button--icon-left.fx-size--sm{padding:0 14px;text-align:left;font-size:16px;letter-spacing:-0.32px}.fx-button[class].fx-button--icon-left.fx-size--small > .fx-button__icon,
.fx-button[class].fx-button--icon-left.fx-size--sm > .fx-button__icon{margin-right:8px}.fx-button[class].fx-button--icon-left.fx-size--medium,
.fx-button[class].fx-button--icon-left.fx-size--md{padding:0 23px;font-size:18px;letter-spacing:-0.36px}.fx-button[class].fx-button--icon-left.fx-size--medium > .fx-button__icon,
.fx-button[class].fx-button--icon-left.fx-size--md > .fx-button__icon{margin-right:12px}.fx-button[class].fx-button--icon-left.fx-size--sm-sm-md,
.fx-button[class].fx-button--icon-left.fx-size--sm2-md{padding:0 14px;text-align:left;font-size:16px;letter-spacing:-0.32px}.fx-button[class].fx-button--icon-left.fx-size--sm-sm-md > .fx-button__icon,
.fx-button[class].fx-button--icon-left.fx-size--sm2-md > .fx-button__icon{margin-right:8px}@media screen and (min-width: 940px){.fx-button[class].fx-button--icon-left.fx-size--sm-sm-md,
  .fx-button[class].fx-button--icon-left.fx-size--sm2-md{padding:0 23px;font-size:18px;letter-spacing:-0.36px}.fx-button[class].fx-button--icon-left.fx-size--sm-sm-md > .fx-button__icon,
  .fx-button[class].fx-button--icon-left.fx-size--sm2-md > .fx-button__icon{margin-right:12px}}.fx-button[class].fx-button--icon-left.fx-size--sm-sm-lg,
.fx-button[class].fx-button--icon-left.fx-size--sm2-lg{padding:0 14px;text-align:left;font-size:16px;letter-spacing:-0.32px}.fx-button[class].fx-button--icon-left.fx-size--sm-sm-lg > .fx-button__icon,
.fx-button[class].fx-button--icon-left.fx-size--sm2-lg > .fx-button__icon{margin-right:8px}.fx-button[class].fx-button--icon-left.fx-size--sm-md-md,
.fx-button[class].fx-button--icon-left.fx-size--sm-md2{padding:0 14px;text-align:left;font-size:16px;letter-spacing:-0.32px}.fx-button[class].fx-button--icon-left.fx-size--sm-md-md > .fx-button__icon,
.fx-button[class].fx-button--icon-left.fx-size--sm-md2 > .fx-button__icon{margin-right:8px}@media screen and (min-width: 600px){.fx-button[class].fx-button--icon-left.fx-size--sm-md-md,
  .fx-button[class].fx-button--icon-left.fx-size--sm-md2{padding:0 23px;font-size:18px;letter-spacing:-0.36px}.fx-button[class].fx-button--icon-left.fx-size--sm-md-md > .fx-button__icon,
  .fx-button[class].fx-button--icon-left.fx-size--sm-md2 > .fx-button__icon{margin-right:12px}}.fx-button[class].fx-button--icon-left.fx-size--sm-lg-lg,
.fx-button[class].fx-button--icon-left.fx-size--sm-lg2{padding:0 14px;text-align:left;font-size:16px;letter-spacing:-0.32px}.fx-button[class].fx-button--icon-left.fx-size--sm-lg-lg > .fx-button__icon,
.fx-button[class].fx-button--icon-left.fx-size--sm-lg2 > .fx-button__icon{margin-right:8px}.fx-button[class].fx-button--icon-left.fx-size--md-md-lg,
.fx-button[class].fx-button--icon-left.fx-size--md2-lg{padding:0 23px;font-size:18px;letter-spacing:-0.36px}.fx-button[class].fx-button--icon-left.fx-size--md-md-lg > .fx-button__icon,
.fx-button[class].fx-button--icon-left.fx-size--md2-lg > .fx-button__icon{margin-right:12px}.fx-button[class].fx-button--icon-left.fx-size--md-lg-lg,
.fx-button[class].fx-button--icon-left.fx-size--md-lg2{padding:0 23px;font-size:18px;letter-spacing:-0.36px}.fx-button[class].fx-button--icon-left.fx-size--md-lg-lg > .fx-button__icon,
.fx-button[class].fx-button--icon-left.fx-size--md-lg2 > .fx-button__icon{margin-right:12px}.fx-button[class].fx-button--icon-left.fx-size--md-sm-md{padding:0 23px;font-size:18px;letter-spacing:-0.36px}.fx-button[class].fx-button--icon-left.fx-size--md-sm-md > .fx-button__icon{margin-right:12px}@media screen and (min-width: 600px){.fx-button[class].fx-button--icon-left.fx-size--md-sm-md{padding:0 14px;text-align:left;font-size:16px;letter-spacing:-0.32px}.fx-button[class].fx-button--icon-left.fx-size--md-sm-md > .fx-button__icon{margin-right:8px}}@media screen and (min-width: 940px){.fx-button[class].fx-button--icon-left.fx-size--md-sm-md{padding:0 23px;font-size:18px;letter-spacing:-0.36px}.fx-button[class].fx-button--icon-left.fx-size--md-sm-md > .fx-button__icon{margin-right:12px}}.fx-button[class].fx-button--icon-left.fx-size--sm-md-lg{padding:0 14px;text-align:left;font-size:16px;letter-spacing:-0.32px}.fx-button[class].fx-button--icon-left.fx-size--sm-md-lg > .fx-button__icon{margin-right:8px}@media screen and (min-width: 600px){.fx-button[class].fx-button--icon-left.fx-size--sm-md-lg{padding:0 23px;font-size:18px;letter-spacing:-0.36px}.fx-button[class].fx-button--icon-left.fx-size--sm-md-lg > .fx-button__icon{margin-right:12px}}.fx-button[class].fx-button--icon-left > .fx-button__icon{margin-right:8px}@media screen and (min-width: 600px){.fx-button[class].fx-button--icon-left{padding:0 23px;font-size:18px;letter-spacing:-0.36px}.fx-button[class].fx-button--icon-left > .fx-button__icon{margin-right:12px}}.fx-button[class].fx-button--icon-left.fx-size--small,
.fx-button[class].fx-button--icon-left.fx-size--sm{padding:0 14px;text-align:left;font-size:16px;letter-spacing:-0.32px}.fx-button[class].fx-button--icon-left.fx-size--small > .fx-button__icon,
.fx-button[class].fx-button--icon-left.fx-size--sm > .fx-button__icon{margin-right:8px}.fx-button[class].fx-button--icon-left.fx-size--medium,
.fx-button[class].fx-button--icon-left.fx-size--md{padding:0 23px;font-size:18px;letter-spacing:-0.36px}.fx-button[class].fx-button--icon-left.fx-size--medium > .fx-button__icon,
.fx-button[class].fx-button--icon-left.fx-size--md > .fx-button__icon{margin-right:12px}.fx-button[class].fx-button--icon-left.fx-size--sm-sm-md,
.fx-button[class].fx-button--icon-left.fx-size--sm2-md{padding:0 14px;text-align:left;font-size:16px;letter-spacing:-0.32px}.fx-button[class].fx-button--icon-left.fx-size--sm-sm-md > .fx-button__icon,
.fx-button[class].fx-button--icon-left.fx-size--sm2-md > .fx-button__icon{margin-right:8px}@media screen and (min-width: 940px){.fx-button[class].fx-button--icon-left.fx-size--sm-sm-md,
  .fx-button[class].fx-button--icon-left.fx-size--sm2-md{padding:0 23px;font-size:18px;letter-spacing:-0.36px}.fx-button[class].fx-button--icon-left.fx-size--sm-sm-md > .fx-button__icon,
  .fx-button[class].fx-button--icon-left.fx-size--sm2-md > .fx-button__icon{margin-right:12px}}.fx-button[class].fx-button--icon-left.fx-size--sm-sm-lg,
.fx-button[class].fx-button--icon-left.fx-size--sm2-lg{padding:0 14px;text-align:left;font-size:16px;letter-spacing:-0.32px}.fx-button[class].fx-button--icon-left.fx-size--sm-sm-lg > .fx-button__icon,
.fx-button[class].fx-button--icon-left.fx-size--sm2-lg > .fx-button__icon{margin-right:8px}.fx-button[class].fx-button--icon-left.fx-size--sm-md-md,
.fx-button[class].fx-button--icon-left.fx-size--sm-md2{padding:0 14px;text-align:left;font-size:16px;letter-spacing:-0.32px}.fx-button[class].fx-button--icon-left.fx-size--sm-md-md > .fx-button__icon,
.fx-button[class].fx-button--icon-left.fx-size--sm-md2 > .fx-button__icon{margin-right:8px}@media screen and (min-width: 600px){.fx-button[class].fx-button--icon-left.fx-size--sm-md-md,
  .fx-button[class].fx-button--icon-left.fx-size--sm-md2{padding:0 23px;font-size:18px;letter-spacing:-0.36px}.fx-button[class].fx-button--icon-left.fx-size--sm-md-md > .fx-button__icon,
  .fx-button[class].fx-button--icon-left.fx-size--sm-md2 > .fx-button__icon{margin-right:12px}}.fx-button[class].fx-button--icon-left.fx-size--sm-lg-lg,
.fx-button[class].fx-button--icon-left.fx-size--sm-lg2{padding:0 14px;text-align:left;font-size:16px;letter-spacing:-0.32px}.fx-button[class].fx-button--icon-left.fx-size--sm-lg-lg > .fx-button__icon,
.fx-button[class].fx-button--icon-left.fx-size--sm-lg2 > .fx-button__icon{margin-right:8px}.fx-button[class].fx-button--icon-left.fx-size--md-md-lg,
.fx-button[class].fx-button--icon-left.fx-size--md2-lg{padding:0 23px;font-size:18px;letter-spacing:-0.36px}.fx-button[class].fx-button--icon-left.fx-size--md-md-lg > .fx-button__icon,
.fx-button[class].fx-button--icon-left.fx-size--md2-lg > .fx-button__icon{margin-right:12px}.fx-button[class].fx-button--icon-left.fx-size--md-lg-lg,
.fx-button[class].fx-button--icon-left.fx-size--md-lg2{padding:0 23px;font-size:18px;letter-spacing:-0.36px}.fx-button[class].fx-button--icon-left.fx-size--md-lg-lg > .fx-button__icon,
.fx-button[class].fx-button--icon-left.fx-size--md-lg2 > .fx-button__icon{margin-right:12px}.fx-button[class].fx-button--icon-left.fx-size--md-sm-md{padding:0 23px;font-size:18px;letter-spacing:-0.36px}.fx-button[class].fx-button--icon-left.fx-size--md-sm-md > .fx-button__icon{margin-right:12px}@media screen and (min-width: 600px){.fx-button[class].fx-button--icon-left.fx-size--md-sm-md{padding:0 14px;text-align:left;font-size:16px;letter-spacing:-0.32px}.fx-button[class].fx-button--icon-left.fx-size--md-sm-md > .fx-button__icon{margin-right:8px}}@media screen and (min-width: 940px){.fx-button[class].fx-button--icon-left.fx-size--md-sm-md{padding:0 23px;font-size:18px;letter-spacing:-0.36px}.fx-button[class].fx-button--icon-left.fx-size--md-sm-md > .fx-button__icon{margin-right:12px}}.fx-button[class].fx-button--icon-left.fx-size--sm-md-lg{padding:0 14px;text-align:left;font-size:16px;letter-spacing:-0.32px}.fx-button[class].fx-button--icon-left.fx-size--sm-md-lg > .fx-button__icon{margin-right:8px}@media screen and (min-width: 600px){.fx-button[class].fx-button--icon-left.fx-size--sm-md-lg{padding:0 23px;font-size:18px;letter-spacing:-0.36px}.fx-button[class].fx-button--icon-left.fx-size--sm-md-lg > .fx-button__icon{margin-right:12px}}.fx-button[class].fx-button--icon-left > .fx-button__icon{margin-right:8px}@media screen and (min-width: 600px){.fx-button[class].fx-button--icon-left{padding:0 23px;font-size:18px;letter-spacing:-0.36px}.fx-button[class].fx-button--icon-left > .fx-button__icon{margin-right:12px}}.fx-button[class].fx-button--icon-left.fx-size--small,
.fx-button[class].fx-button--icon-left.fx-size--sm{padding:0 14px;text-align:left;font-size:16px;letter-spacing:-0.32px}.fx-button[class].fx-button--icon-left.fx-size--small > .fx-button__icon,
.fx-button[class].fx-button--icon-left.fx-size--sm > .fx-button__icon{margin-right:8px}.fx-button[class].fx-button--icon-left.fx-size--medium,
.fx-button[class].fx-button--icon-left.fx-size--md{padding:0 23px;font-size:18px;letter-spacing:-0.36px}.fx-button[class].fx-button--icon-left.fx-size--medium > .fx-button__icon,
.fx-button[class].fx-button--icon-left.fx-size--md > .fx-button__icon{margin-right:12px}.fx-button[class].fx-button--icon-left.fx-size--sm-sm-md,
.fx-button[class].fx-button--icon-left.fx-size--sm2-md{padding:0 14px;text-align:left;font-size:16px;letter-spacing:-0.32px}.fx-button[class].fx-button--icon-left.fx-size--sm-sm-md > .fx-button__icon,
.fx-button[class].fx-button--icon-left.fx-size--sm2-md > .fx-button__icon{margin-right:8px}@media screen and (min-width: 940px){.fx-button[class].fx-button--icon-left.fx-size--sm-sm-md,
  .fx-button[class].fx-button--icon-left.fx-size--sm2-md{padding:0 23px;font-size:18px;letter-spacing:-0.36px}.fx-button[class].fx-button--icon-left.fx-size--sm-sm-md > .fx-button__icon,
  .fx-button[class].fx-button--icon-left.fx-size--sm2-md > .fx-button__icon{margin-right:12px}}.fx-button[class].fx-button--icon-left.fx-size--sm-sm-lg,
.fx-button[class].fx-button--icon-left.fx-size--sm2-lg{padding:0 14px;text-align:left;font-size:16px;letter-spacing:-0.32px}.fx-button[class].fx-button--icon-left.fx-size--sm-sm-lg > .fx-button__icon,
.fx-button[class].fx-button--icon-left.fx-size--sm2-lg > .fx-button__icon{margin-right:8px}.fx-button[class].fx-button--icon-left.fx-size--sm-md-md,
.fx-button[class].fx-button--icon-left.fx-size--sm-md2{padding:0 14px;text-align:left;font-size:16px;letter-spacing:-0.32px}.fx-button[class].fx-button--icon-left.fx-size--sm-md-md > .fx-button__icon,
.fx-button[class].fx-button--icon-left.fx-size--sm-md2 > .fx-button__icon{margin-right:8px}@media screen and (min-width: 600px){.fx-button[class].fx-button--icon-left.fx-size--sm-md-md,
  .fx-button[class].fx-button--icon-left.fx-size--sm-md2{padding:0 23px;font-size:18px;letter-spacing:-0.36px}.fx-button[class].fx-button--icon-left.fx-size--sm-md-md > .fx-button__icon,
  .fx-button[class].fx-button--icon-left.fx-size--sm-md2 > .fx-button__icon{margin-right:12px}}.fx-button[class].fx-button--icon-left.fx-size--sm-lg-lg,
.fx-button[class].fx-button--icon-left.fx-size--sm-lg2{padding:0 14px;text-align:left;font-size:16px;letter-spacing:-0.32px}.fx-button[class].fx-button--icon-left.fx-size--sm-lg-lg > .fx-button__icon,
.fx-button[class].fx-button--icon-left.fx-size--sm-lg2 > .fx-button__icon{margin-right:8px}.fx-button[class].fx-button--icon-left.fx-size--md-md-lg,
.fx-button[class].fx-button--icon-left.fx-size--md2-lg{padding:0 23px;font-size:18px;letter-spacing:-0.36px}.fx-button[class].fx-button--icon-left.fx-size--md-md-lg > .fx-button__icon,
.fx-button[class].fx-button--icon-left.fx-size--md2-lg > .fx-button__icon{margin-right:12px}.fx-button[class].fx-button--icon-left.fx-size--md-lg-lg,
.fx-button[class].fx-button--icon-left.fx-size--md-lg2{padding:0 23px;font-size:18px;letter-spacing:-0.36px}.fx-button[class].fx-button--icon-left.fx-size--md-lg-lg > .fx-button__icon,
.fx-button[class].fx-button--icon-left.fx-size--md-lg2 > .fx-button__icon{margin-right:12px}.fx-button[class].fx-button--icon-left.fx-size--md-sm-md{padding:0 23px;font-size:18px;letter-spacing:-0.36px}.fx-button[class].fx-button--icon-left.fx-size--md-sm-md > .fx-button__icon{margin-right:12px}@media screen and (min-width: 600px){.fx-button[class].fx-button--icon-left.fx-size--md-sm-md{padding:0 14px;text-align:left;font-size:16px;letter-spacing:-0.32px}.fx-button[class].fx-button--icon-left.fx-size--md-sm-md > .fx-button__icon{margin-right:8px}}@media screen and (min-width: 940px){.fx-button[class].fx-button--icon-left.fx-size--md-sm-md{padding:0 23px;font-size:18px;letter-spacing:-0.36px}.fx-button[class].fx-button--icon-left.fx-size--md-sm-md > .fx-button__icon{margin-right:12px}}.fx-button[class].fx-button--icon-left.fx-size--sm-md-lg{padding:0 14px;text-align:left;font-size:16px;letter-spacing:-0.32px}.fx-button[class].fx-button--icon-left.fx-size--sm-md-lg > .fx-button__icon{margin-right:8px}@media screen and (min-width: 600px){.fx-button[class].fx-button--icon-left.fx-size--sm-md-lg{padding:0 23px;font-size:18px;letter-spacing:-0.36px}.fx-button[class].fx-button--icon-left.fx-size--sm-md-lg > .fx-button__icon{margin-right:12px}}.fx-button[class].fx-button--icon-right{padding:0 14px;font-size:16px;letter-spacing:-0.32px}.fx-button[class].fx-button--icon-right > .fx-button__icon{margin-left:8px}@media screen and (min-width: 600px){.fx-button[class].fx-button--icon-right{padding:0 23px;font-size:18px;letter-spacing:-0.36px}.fx-button[class].fx-button--icon-right > .fx-button__icon{margin-left:12px}}.fx-button[class].fx-button--icon-right.fx-size--small,
.fx-button[class].fx-button--icon-right.fx-size--sm{padding:0 14px;font-size:16px;letter-spacing:-0.32px}.fx-button[class].fx-button--icon-right.fx-size--small > .fx-button__icon,
.fx-button[class].fx-button--icon-right.fx-size--sm > .fx-button__icon{margin-left:8px}.fx-button[class].fx-button--icon-right.fx-size--medium,
.fx-button[class].fx-button--icon-right.fx-size--md{padding:0 23px;font-size:18px;letter-spacing:-0.36px}.fx-button[class].fx-button--icon-right.fx-size--medium > .fx-button__icon,
.fx-button[class].fx-button--icon-right.fx-size--md > .fx-button__icon{margin-left:12px}.fx-button[class].fx-button--icon-right.fx-size--sm-sm-md,
.fx-button[class].fx-button--icon-right.fx-size--sm2-md{padding:0 14px;font-size:16px;letter-spacing:-0.32px}.fx-button[class].fx-button--icon-right.fx-size--sm-sm-md > .fx-button__icon,
.fx-button[class].fx-button--icon-right.fx-size--sm2-md > .fx-button__icon{margin-left:8px}@media screen and (min-width: 940px){.fx-button[class].fx-button--icon-right.fx-size--sm-sm-md,
  .fx-button[class].fx-button--icon-right.fx-size--sm2-md{padding:0 23px;font-size:18px;letter-spacing:-0.36px}.fx-button[class].fx-button--icon-right.fx-size--sm-sm-md > .fx-button__icon,
  .fx-button[class].fx-button--icon-right.fx-size--sm2-md > .fx-button__icon{margin-left:12px}}.fx-button[class].fx-button--icon-right.fx-size--sm-sm-lg,
.fx-button[class].fx-button--icon-right.fx-size--sm2-lg{padding:0 14px;font-size:16px;letter-spacing:-0.32px}.fx-button[class].fx-button--icon-right.fx-size--sm-sm-lg > .fx-button__icon,
.fx-button[class].fx-button--icon-right.fx-size--sm2-lg > .fx-button__icon{margin-left:8px}.fx-button[class].fx-button--icon-right.fx-size--sm-md-md,
.fx-button[class].fx-button--icon-right.fx-size--sm-md2{padding:0 14px;font-size:16px;letter-spacing:-0.32px}.fx-button[class].fx-button--icon-right.fx-size--sm-md-md > .fx-button__icon,
.fx-button[class].fx-button--icon-right.fx-size--sm-md2 > .fx-button__icon{margin-left:8px}@media screen and (min-width: 600px){.fx-button[class].fx-button--icon-right.fx-size--sm-md-md,
  .fx-button[class].fx-button--icon-right.fx-size--sm-md2{padding:0 23px;font-size:18px;letter-spacing:-0.36px}.fx-button[class].fx-button--icon-right.fx-size--sm-md-md > .fx-button__icon,
  .fx-button[class].fx-button--icon-right.fx-size--sm-md2 > .fx-button__icon{margin-left:12px}}.fx-button[class].fx-button--icon-right.fx-size--sm-lg-lg,
.fx-button[class].fx-button--icon-right.fx-size--sm-lg2{padding:0 14px;font-size:16px;letter-spacing:-0.32px}.fx-button[class].fx-button--icon-right.fx-size--sm-lg-lg > .fx-button__icon,
.fx-button[class].fx-button--icon-right.fx-size--sm-lg2 > .fx-button__icon{margin-left:8px}.fx-button[class].fx-button--icon-right.fx-size--md-md-lg,
.fx-button[class].fx-button--icon-right.fx-size--md2-lg{padding:0 23px;font-size:18px;letter-spacing:-0.36px}.fx-button[class].fx-button--icon-right.fx-size--md-md-lg > .fx-button__icon,
.fx-button[class].fx-button--icon-right.fx-size--md2-lg > .fx-button__icon{margin-left:12px}.fx-button[class].fx-button--icon-right.fx-size--md-lg-lg,
.fx-button[class].fx-button--icon-right.fx-size--md-lg2{padding:0 23px;font-size:18px;letter-spacing:-0.36px}.fx-button[class].fx-button--icon-right.fx-size--md-lg-lg > .fx-button__icon,
.fx-button[class].fx-button--icon-right.fx-size--md-lg2 > .fx-button__icon{margin-left:12px}.fx-button[class].fx-button--icon-right.fx-size--md-sm-md{padding:0 23px;font-size:18px;letter-spacing:-0.36px}.fx-button[class].fx-button--icon-right.fx-size--md-sm-md > .fx-button__icon{margin-left:12px}@media screen and (min-width: 600px){.fx-button[class].fx-button--icon-right.fx-size--md-sm-md{padding:0 14px;font-size:16px;letter-spacing:-0.32px}.fx-button[class].fx-button--icon-right.fx-size--md-sm-md > .fx-button__icon{margin-left:8px}}@media screen and (min-width: 940px){.fx-button[class].fx-button--icon-right.fx-size--md-sm-md{padding:0 23px;font-size:18px;letter-spacing:-0.36px}.fx-button[class].fx-button--icon-right.fx-size--md-sm-md > .fx-button__icon{margin-left:12px}}.fx-button[class].fx-button--icon-right.fx-size--sm-md-lg{padding:0 14px;font-size:16px;letter-spacing:-0.32px}.fx-button[class].fx-button--icon-right.fx-size--sm-md-lg > .fx-button__icon{margin-left:8px}@media screen and (min-width: 600px){.fx-button[class].fx-button--icon-right.fx-size--sm-md-lg{padding:0 23px;font-size:18px;letter-spacing:-0.36px}.fx-button[class].fx-button--icon-right.fx-size--sm-md-lg > .fx-button__icon{margin-left:12px}}.fx-button[class].fx-button--icon-right > .fx-button__icon{margin-left:8px}@media screen and (min-width: 600px){.fx-button[class].fx-button--icon-right{padding:0 23px;font-size:18px;letter-spacing:-0.36px}.fx-button[class].fx-button--icon-right > .fx-button__icon{margin-left:12px}}.fx-button[class].fx-button--icon-right.fx-size--small,
.fx-button[class].fx-button--icon-right.fx-size--sm{padding:0 14px;font-size:16px;letter-spacing:-0.32px}.fx-button[class].fx-button--icon-right.fx-size--small > .fx-button__icon,
.fx-button[class].fx-button--icon-right.fx-size--sm > .fx-button__icon{margin-left:8px}.fx-button[class].fx-button--icon-right.fx-size--medium,
.fx-button[class].fx-button--icon-right.fx-size--md{padding:0 23px;font-size:18px;letter-spacing:-0.36px}.fx-button[class].fx-button--icon-right.fx-size--medium > .fx-button__icon,
.fx-button[class].fx-button--icon-right.fx-size--md > .fx-button__icon{margin-left:12px}.fx-button[class].fx-button--icon-right.fx-size--sm-sm-md,
.fx-button[class].fx-button--icon-right.fx-size--sm2-md{padding:0 14px;font-size:16px;letter-spacing:-0.32px}.fx-button[class].fx-button--icon-right.fx-size--sm-sm-md > .fx-button__icon,
.fx-button[class].fx-button--icon-right.fx-size--sm2-md > .fx-button__icon{margin-left:8px}@media screen and (min-width: 940px){.fx-button[class].fx-button--icon-right.fx-size--sm-sm-md,
  .fx-button[class].fx-button--icon-right.fx-size--sm2-md{padding:0 23px;font-size:18px;letter-spacing:-0.36px}.fx-button[class].fx-button--icon-right.fx-size--sm-sm-md > .fx-button__icon,
  .fx-button[class].fx-button--icon-right.fx-size--sm2-md > .fx-button__icon{margin-left:12px}}.fx-button[class].fx-button--icon-right.fx-size--sm-sm-lg,
.fx-button[class].fx-button--icon-right.fx-size--sm2-lg{padding:0 14px;font-size:16px;letter-spacing:-0.32px}.fx-button[class].fx-button--icon-right.fx-size--sm-sm-lg > .fx-button__icon,
.fx-button[class].fx-button--icon-right.fx-size--sm2-lg > .fx-button__icon{margin-left:8px}.fx-button[class].fx-button--icon-right.fx-size--sm-md-md,
.fx-button[class].fx-button--icon-right.fx-size--sm-md2{padding:0 14px;font-size:16px;letter-spacing:-0.32px}.fx-button[class].fx-button--icon-right.fx-size--sm-md-md > .fx-button__icon,
.fx-button[class].fx-button--icon-right.fx-size--sm-md2 > .fx-button__icon{margin-left:8px}@media screen and (min-width: 600px){.fx-button[class].fx-button--icon-right.fx-size--sm-md-md,
  .fx-button[class].fx-button--icon-right.fx-size--sm-md2{padding:0 23px;font-size:18px;letter-spacing:-0.36px}.fx-button[class].fx-button--icon-right.fx-size--sm-md-md > .fx-button__icon,
  .fx-button[class].fx-button--icon-right.fx-size--sm-md2 > .fx-button__icon{margin-left:12px}}.fx-button[class].fx-button--icon-right.fx-size--sm-lg-lg,
.fx-button[class].fx-button--icon-right.fx-size--sm-lg2{padding:0 14px;font-size:16px;letter-spacing:-0.32px}.fx-button[class].fx-button--icon-right.fx-size--sm-lg-lg > .fx-button__icon,
.fx-button[class].fx-button--icon-right.fx-size--sm-lg2 > .fx-button__icon{margin-left:8px}.fx-button[class].fx-button--icon-right.fx-size--md-md-lg,
.fx-button[class].fx-button--icon-right.fx-size--md2-lg{padding:0 23px;font-size:18px;letter-spacing:-0.36px}.fx-button[class].fx-button--icon-right.fx-size--md-md-lg > .fx-button__icon,
.fx-button[class].fx-button--icon-right.fx-size--md2-lg > .fx-button__icon{margin-left:12px}.fx-button[class].fx-button--icon-right.fx-size--md-lg-lg,
.fx-button[class].fx-button--icon-right.fx-size--md-lg2{padding:0 23px;font-size:18px;letter-spacing:-0.36px}.fx-button[class].fx-button--icon-right.fx-size--md-lg-lg > .fx-button__icon,
.fx-button[class].fx-button--icon-right.fx-size--md-lg2 > .fx-button__icon{margin-left:12px}.fx-button[class].fx-button--icon-right.fx-size--md-sm-md{padding:0 23px;font-size:18px;letter-spacing:-0.36px}.fx-button[class].fx-button--icon-right.fx-size--md-sm-md > .fx-button__icon{margin-left:12px}@media screen and (min-width: 600px){.fx-button[class].fx-button--icon-right.fx-size--md-sm-md{padding:0 14px;font-size:16px;letter-spacing:-0.32px}.fx-button[class].fx-button--icon-right.fx-size--md-sm-md > .fx-button__icon{margin-left:8px}}@media screen and (min-width: 940px){.fx-button[class].fx-button--icon-right.fx-size--md-sm-md{padding:0 23px;font-size:18px;letter-spacing:-0.36px}.fx-button[class].fx-button--icon-right.fx-size--md-sm-md > .fx-button__icon{margin-left:12px}}.fx-button[class].fx-button--icon-right.fx-size--sm-md-lg{padding:0 14px;font-size:16px;letter-spacing:-0.32px}.fx-button[class].fx-button--icon-right.fx-size--sm-md-lg > .fx-button__icon{margin-left:8px}@media screen and (min-width: 600px){.fx-button[class].fx-button--icon-right.fx-size--sm-md-lg{padding:0 23px;font-size:18px;letter-spacing:-0.36px}.fx-button[class].fx-button--icon-right.fx-size--sm-md-lg > .fx-button__icon{margin-left:12px}}.fx-button[class].fx-button--icon-right > .fx-button__icon{margin-left:8px}@media screen and (min-width: 600px){.fx-button[class].fx-button--icon-right{padding:0 23px;font-size:18px;letter-spacing:-0.36px}.fx-button[class].fx-button--icon-right > .fx-button__icon{margin-left:12px}}.fx-button[class].fx-button--icon-right.fx-size--small,
.fx-button[class].fx-button--icon-right.fx-size--sm{padding:0 14px;font-size:16px;letter-spacing:-0.32px}.fx-button[class].fx-button--icon-right.fx-size--small > .fx-button__icon,
.fx-button[class].fx-button--icon-right.fx-size--sm > .fx-button__icon{margin-left:8px}.fx-button[class].fx-button--icon-right.fx-size--medium,
.fx-button[class].fx-button--icon-right.fx-size--md{padding:0 23px;font-size:18px;letter-spacing:-0.36px}.fx-button[class].fx-button--icon-right.fx-size--medium > .fx-button__icon,
.fx-button[class].fx-button--icon-right.fx-size--md > .fx-button__icon{margin-left:12px}.fx-button[class].fx-button--icon-right.fx-size--sm-sm-md,
.fx-button[class].fx-button--icon-right.fx-size--sm2-md{padding:0 14px;font-size:16px;letter-spacing:-0.32px}.fx-button[class].fx-button--icon-right.fx-size--sm-sm-md > .fx-button__icon,
.fx-button[class].fx-button--icon-right.fx-size--sm2-md > .fx-button__icon{margin-left:8px}@media screen and (min-width: 940px){.fx-button[class].fx-button--icon-right.fx-size--sm-sm-md,
  .fx-button[class].fx-button--icon-right.fx-size--sm2-md{padding:0 23px;font-size:18px;letter-spacing:-0.36px}.fx-button[class].fx-button--icon-right.fx-size--sm-sm-md > .fx-button__icon,
  .fx-button[class].fx-button--icon-right.fx-size--sm2-md > .fx-button__icon{margin-left:12px}}.fx-button[class].fx-button--icon-right.fx-size--sm-sm-lg,
.fx-button[class].fx-button--icon-right.fx-size--sm2-lg{padding:0 14px;font-size:16px;letter-spacing:-0.32px}.fx-button[class].fx-button--icon-right.fx-size--sm-sm-lg > .fx-button__icon,
.fx-button[class].fx-button--icon-right.fx-size--sm2-lg > .fx-button__icon{margin-left:8px}.fx-button[class].fx-button--icon-right.fx-size--sm-md-md,
.fx-button[class].fx-button--icon-right.fx-size--sm-md2{padding:0 14px;font-size:16px;letter-spacing:-0.32px}.fx-button[class].fx-button--icon-right.fx-size--sm-md-md > .fx-button__icon,
.fx-button[class].fx-button--icon-right.fx-size--sm-md2 > .fx-button__icon{margin-left:8px}@media screen and (min-width: 600px){.fx-button[class].fx-button--icon-right.fx-size--sm-md-md,
  .fx-button[class].fx-button--icon-right.fx-size--sm-md2{padding:0 23px;font-size:18px;letter-spacing:-0.36px}.fx-button[class].fx-button--icon-right.fx-size--sm-md-md > .fx-button__icon,
  .fx-button[class].fx-button--icon-right.fx-size--sm-md2 > .fx-button__icon{margin-left:12px}}.fx-button[class].fx-button--icon-right.fx-size--sm-lg-lg,
.fx-button[class].fx-button--icon-right.fx-size--sm-lg2{padding:0 14px;font-size:16px;letter-spacing:-0.32px}.fx-button[class].fx-button--icon-right.fx-size--sm-lg-lg > .fx-button__icon,
.fx-button[class].fx-button--icon-right.fx-size--sm-lg2 > .fx-button__icon{margin-left:8px}.fx-button[class].fx-button--icon-right.fx-size--md-md-lg,
.fx-button[class].fx-button--icon-right.fx-size--md2-lg{padding:0 23px;font-size:18px;letter-spacing:-0.36px}.fx-button[class].fx-button--icon-right.fx-size--md-md-lg > .fx-button__icon,
.fx-button[class].fx-button--icon-right.fx-size--md2-lg > .fx-button__icon{margin-left:12px}.fx-button[class].fx-button--icon-right.fx-size--md-lg-lg,
.fx-button[class].fx-button--icon-right.fx-size--md-lg2{padding:0 23px;font-size:18px;letter-spacing:-0.36px}.fx-button[class].fx-button--icon-right.fx-size--md-lg-lg > .fx-button__icon,
.fx-button[class].fx-button--icon-right.fx-size--md-lg2 > .fx-button__icon{margin-left:12px}.fx-button[class].fx-button--icon-right.fx-size--md-sm-md{padding:0 23px;font-size:18px;letter-spacing:-0.36px}.fx-button[class].fx-button--icon-right.fx-size--md-sm-md > .fx-button__icon{margin-left:12px}@media screen and (min-width: 600px){.fx-button[class].fx-button--icon-right.fx-size--md-sm-md{padding:0 14px;font-size:16px;letter-spacing:-0.32px}.fx-button[class].fx-button--icon-right.fx-size--md-sm-md > .fx-button__icon{margin-left:8px}}@media screen and (min-width: 940px){.fx-button[class].fx-button--icon-right.fx-size--md-sm-md{padding:0 23px;font-size:18px;letter-spacing:-0.36px}.fx-button[class].fx-button--icon-right.fx-size--md-sm-md > .fx-button__icon{margin-left:12px}}.fx-button[class].fx-button--icon-right.fx-size--sm-md-lg{padding:0 14px;font-size:16px;letter-spacing:-0.32px}.fx-button[class].fx-button--icon-right.fx-size--sm-md-lg > .fx-button__icon{margin-left:8px}@media screen and (min-width: 600px){.fx-button[class].fx-button--icon-right.fx-size--sm-md-lg{padding:0 23px;font-size:18px;letter-spacing:-0.36px}.fx-button[class].fx-button--icon-right.fx-size--sm-md-lg > .fx-button__icon{margin-left:12px}}.fx-button[class].fx-button--circle{padding:0;display:inline-flex;justify-content:center;align-items:center;width:40px;height:40px;font-size:16px;letter-spacing:-0.32px}@media screen and (min-width: 600px){.fx-button[class].fx-button--circle{width:48px;height:48px;font-size:18px;letter-spacing:-0.36px}}.fx-button[class].fx-button--circle.fx-size--small,
.fx-button[class].fx-button--circle.fx-size--sm{width:40px;height:40px;font-size:16px;letter-spacing:-0.32px}.fx-button[class].fx-button--circle.fx-size--medium,
.fx-button[class].fx-button--circle.fx-size--md{width:48px;height:48px;font-size:18px;letter-spacing:-0.36px}.fx-button[class].fx-button--circle.fx-size--sm-sm-md,
.fx-button[class].fx-button--circle.fx-size--sm2-md{width:40px;height:40px;font-size:16px;letter-spacing:-0.32px}@media screen and (min-width: 940px){.fx-button[class].fx-button--circle.fx-size--sm-sm-md,
  .fx-button[class].fx-button--circle.fx-size--sm2-md{width:48px;height:48px;font-size:18px;letter-spacing:-0.36px}}.fx-button[class].fx-button--circle.fx-size--sm-sm-lg,
.fx-button[class].fx-button--circle.fx-size--sm2-lg{width:40px;height:40px;font-size:16px;letter-spacing:-0.32px}.fx-button[class].fx-button--circle.fx-size--sm-md-md,
.fx-button[class].fx-button--circle.fx-size--sm-md2{width:40px;height:40px;font-size:16px;letter-spacing:-0.32px}@media screen and (min-width: 600px){.fx-button[class].fx-button--circle.fx-size--sm-md-md,
  .fx-button[class].fx-button--circle.fx-size--sm-md2{width:48px;height:48px;font-size:18px;letter-spacing:-0.36px}}.fx-button[class].fx-button--circle.fx-size--sm-lg-lg,
.fx-button[class].fx-button--circle.fx-size--sm-lg2{width:40px;height:40px;font-size:16px;letter-spacing:-0.32px}.fx-button[class].fx-button--circle.fx-size--md-md-lg,
.fx-button[class].fx-button--circle.fx-size--md2-lg{width:48px;height:48px;font-size:18px;letter-spacing:-0.36px}.fx-button[class].fx-button--circle.fx-size--md-lg-lg,
.fx-button[class].fx-button--circle.fx-size--md-lg2{width:48px;height:48px;font-size:18px;letter-spacing:-0.36px}.fx-button[class].fx-button--circle.fx-size--md-sm-md{width:48px;height:48px;font-size:18px;letter-spacing:-0.36px}@media screen and (min-width: 600px){.fx-button[class].fx-button--circle.fx-size--md-sm-md{width:40px;height:40px;font-size:16px;letter-spacing:-0.32px}}@media screen and (min-width: 940px){.fx-button[class].fx-button--circle.fx-size--md-sm-md{width:48px;height:48px;font-size:18px;letter-spacing:-0.36px}}.fx-button[class].fx-button--circle.fx-size--sm-md-lg{width:40px;height:40px;font-size:16px;letter-spacing:-0.32px}@media screen and (min-width: 600px){.fx-button[class].fx-button--circle.fx-size--sm-md-lg{width:48px;height:48px;font-size:18px;letter-spacing:-0.36px}}@media screen and (min-width: 600px){.fx-button[class].fx-button--circle{width:48px;height:48px;font-size:18px;letter-spacing:-0.36px}}.fx-button[class].fx-button--circle.fx-size--small,
.fx-button[class].fx-button--circle.fx-size--sm{width:40px;height:40px;font-size:16px;letter-spacing:-0.32px}.fx-button[class].fx-button--circle.fx-size--medium,
.fx-button[class].fx-button--circle.fx-size--md{width:48px;height:48px;font-size:18px;letter-spacing:-0.36px}.fx-button[class].fx-button--circle.fx-size--sm-sm-md,
.fx-button[class].fx-button--circle.fx-size--sm2-md{width:40px;height:40px;font-size:16px;letter-spacing:-0.32px}@media screen and (min-width: 940px){.fx-button[class].fx-button--circle.fx-size--sm-sm-md,
  .fx-button[class].fx-button--circle.fx-size--sm2-md{width:48px;height:48px;font-size:18px;letter-spacing:-0.36px}}.fx-button[class].fx-button--circle.fx-size--sm-sm-lg,
.fx-button[class].fx-button--circle.fx-size--sm2-lg{width:40px;height:40px;font-size:16px;letter-spacing:-0.32px}.fx-button[class].fx-button--circle.fx-size--sm-md-md,
.fx-button[class].fx-button--circle.fx-size--sm-md2{width:40px;height:40px;font-size:16px;letter-spacing:-0.32px}@media screen and (min-width: 600px){.fx-button[class].fx-button--circle.fx-size--sm-md-md,
  .fx-button[class].fx-button--circle.fx-size--sm-md2{width:48px;height:48px;font-size:18px;letter-spacing:-0.36px}}.fx-button[class].fx-button--circle.fx-size--sm-lg-lg,
.fx-button[class].fx-button--circle.fx-size--sm-lg2{width:40px;height:40px;font-size:16px;letter-spacing:-0.32px}.fx-button[class].fx-button--circle.fx-size--md-md-lg,
.fx-button[class].fx-button--circle.fx-size--md2-lg{width:48px;height:48px;font-size:18px;letter-spacing:-0.36px}.fx-button[class].fx-button--circle.fx-size--md-lg-lg,
.fx-button[class].fx-button--circle.fx-size--md-lg2{width:48px;height:48px;font-size:18px;letter-spacing:-0.36px}.fx-button[class].fx-button--circle.fx-size--md-sm-md{width:48px;height:48px;font-size:18px;letter-spacing:-0.36px}@media screen and (min-width: 600px){.fx-button[class].fx-button--circle.fx-size--md-sm-md{width:40px;height:40px;font-size:16px;letter-spacing:-0.32px}}@media screen and (min-width: 940px){.fx-button[class].fx-button--circle.fx-size--md-sm-md{width:48px;height:48px;font-size:18px;letter-spacing:-0.36px}}.fx-button[class].fx-button--circle.fx-size--sm-md-lg{width:40px;height:40px;font-size:16px;letter-spacing:-0.32px}@media screen and (min-width: 600px){.fx-button[class].fx-button--circle.fx-size--sm-md-lg{width:48px;height:48px;font-size:18px;letter-spacing:-0.36px}}@media screen and (min-width: 600px){.fx-button[class].fx-button--circle{width:48px;height:48px;font-size:18px;letter-spacing:-0.36px}}.fx-button[class].fx-button--circle.fx-size--small,
.fx-button[class].fx-button--circle.fx-size--sm{width:40px;height:40px;font-size:16px;letter-spacing:-0.32px}.fx-button[class].fx-button--circle.fx-size--medium,
.fx-button[class].fx-button--circle.fx-size--md{width:48px;height:48px;font-size:18px;letter-spacing:-0.36px}.fx-button[class].fx-button--circle.fx-size--sm-sm-md,
.fx-button[class].fx-button--circle.fx-size--sm2-md{width:40px;height:40px;font-size:16px;letter-spacing:-0.32px}@media screen and (min-width: 940px){.fx-button[class].fx-button--circle.fx-size--sm-sm-md,
  .fx-button[class].fx-button--circle.fx-size--sm2-md{width:48px;height:48px;font-size:18px;letter-spacing:-0.36px}}.fx-button[class].fx-button--circle.fx-size--sm-sm-lg,
.fx-button[class].fx-button--circle.fx-size--sm2-lg{width:40px;height:40px;font-size:16px;letter-spacing:-0.32px}.fx-button[class].fx-button--circle.fx-size--sm-md-md,
.fx-button[class].fx-button--circle.fx-size--sm-md2{width:40px;height:40px;font-size:16px;letter-spacing:-0.32px}@media screen and (min-width: 600px){.fx-button[class].fx-button--circle.fx-size--sm-md-md,
  .fx-button[class].fx-button--circle.fx-size--sm-md2{width:48px;height:48px;font-size:18px;letter-spacing:-0.36px}}.fx-button[class].fx-button--circle.fx-size--sm-lg-lg,
.fx-button[class].fx-button--circle.fx-size--sm-lg2{width:40px;height:40px;font-size:16px;letter-spacing:-0.32px}.fx-button[class].fx-button--circle.fx-size--md-md-lg,
.fx-button[class].fx-button--circle.fx-size--md2-lg{width:48px;height:48px;font-size:18px;letter-spacing:-0.36px}.fx-button[class].fx-button--circle.fx-size--md-lg-lg,
.fx-button[class].fx-button--circle.fx-size--md-lg2{width:48px;height:48px;font-size:18px;letter-spacing:-0.36px}.fx-button[class].fx-button--circle.fx-size--md-sm-md{width:48px;height:48px;font-size:18px;letter-spacing:-0.36px}@media screen and (min-width: 600px){.fx-button[class].fx-button--circle.fx-size--md-sm-md{width:40px;height:40px;font-size:16px;letter-spacing:-0.32px}}@media screen and (min-width: 940px){.fx-button[class].fx-button--circle.fx-size--md-sm-md{width:48px;height:48px;font-size:18px;letter-spacing:-0.36px}}.fx-button[class].fx-button--circle.fx-size--sm-md-lg{width:40px;height:40px;font-size:16px;letter-spacing:-0.32px}@media screen and (min-width: 600px){.fx-button[class].fx-button--circle.fx-size--sm-md-lg{width:48px;height:48px;font-size:18px;letter-spacing:-0.36px}}.fx-button[class].fx-button--skip{background:#fff;border-color:#000;color:#000;transition:transform 150ms;transform:scale(0);position:absolute;z-index:999;top:8px;left:8px}.fx-button[class].fx-button--skip:focus{transform:scale(1)}.fx-button[class].fx-button--skip:focus-visible{outline:2px solid #7e00f3;outline-offset:4px}.fx-button[class] .fx-button__loader{display:none}.fx-button[class].fx-button--loading{position:relative}.fx-button[class].fx-button--loading,
.fx-button[class].fx-button--loading .fx-button__icon{color:rgba(255,255,255,0)}.fx-button[class].fx-button--loading .fx-button__loader{display:block;position:absolute;width:24px;height:24px;top:50%;left:50%;transform:translate(-50%,-50%)}.fx-button[class].fx-button--loading .fx-button__spinner{fill:transparent;stroke:#fff;stroke-width:4;stroke-linecap:round;stroke-dasharray:125.6;transform-origin:20px 20px 0;animation:LoadingSpinner 2s linear infinite}@keyframes LoadingSpinner{0%{transform:rotate(0deg);stroke-dashoffset:26.4}50%{transform:rotate(720deg);stroke-dashoffset:125.6}100%{transform:rotate(1080deg);stroke-dashoffset:26.4}}.fx-button[class].fx-loader::after{border-radius:50px}.fx-button[class].fx-button--disabled{outline:none;cursor:default;border:1px solid #8a8a8a;background-color:#fff;color:#8a8a8a}.fx-button[class].fx-button--bordered{border:1px solid #000}.fx-button[class].fx-button--shadow{box-shadow:0 4px 4px #e6e6e6}.fx-button[class].fx-button--notify{position:relative}.fx-button[class].fx-button--notify::after{content:'';position:absolute;height:8px;width:8px;border-radius:5px;background-color:#00b27d;box-shadow:0 0 0 2px #fff}.fx-button[class].fx-button--multi-icon{padding:0 18px}.fx-button[class].fx-button--multi-icon > .fx-button__icon:not(:last-of-type){margin-right:4px}.fx-button[class] > .fx-button__icon{flex-shrink:0}a.fx-button{-webkit-text-decoration:none!important;text-decoration:none!important}.fx-icon{stroke-width:1.5;height:16px;width:16px}@media screen and (min-width: 600px){.fx-icon{height:24px;width:24px}}@media screen and (min-width: 940px){.fx-icon{height:32px;width:32px}}.fx-icon.fx-size--small,
.fx-icon.fx-size--sm{height:16px;width:16px}.fx-icon.fx-size--medium,
.fx-icon.fx-size--md{height:24px;width:24px}.fx-icon.fx-size--large,
.fx-icon.fx-size--lg{height:32px;width:32px}.fx-icon.fx-size--sm-sm-md,
.fx-icon.fx-size--sm2-md{height:16px;width:16px}@media screen and (min-width: 940px){.fx-icon.fx-size--sm-sm-md,
  .fx-icon.fx-size--sm2-md{height:24px;width:24px}}.fx-icon.fx-size--sm-sm-lg,
.fx-icon.fx-size--sm2-lg{height:16px;width:16px}@media screen and (min-width: 940px){.fx-icon.fx-size--sm-sm-lg,
  .fx-icon.fx-size--sm2-lg{height:32px;width:32px}}.fx-icon.fx-size--sm-md-md,
.fx-icon.fx-size--sm-md2{height:16px;width:16px}@media screen and (min-width: 600px){.fx-icon.fx-size--sm-md-md,
  .fx-icon.fx-size--sm-md2{height:24px;width:24px}}.fx-icon.fx-size--sm-lg-lg,
.fx-icon.fx-size--sm-lg2{height:16px;width:16px}@media screen and (min-width: 600px){.fx-icon.fx-size--sm-lg-lg,
  .fx-icon.fx-size--sm-lg2{height:32px;width:32px}}.fx-icon.fx-size--md-md-lg,
.fx-icon.fx-size--md2-lg{height:24px;width:24px}@media screen and (min-width: 940px){.fx-icon.fx-size--md-md-lg,
  .fx-icon.fx-size--md2-lg{height:32px;width:32px}}.fx-icon.fx-size--md-lg-lg,
.fx-icon.fx-size--md-lg2{height:24px;width:24px}@media screen and (min-width: 600px){.fx-icon.fx-size--md-lg-lg,
  .fx-icon.fx-size--md-lg2{height:32px;width:32px}}.fx-icon.fx-size--md-sm-md{height:24px;width:24px}@media screen and (min-width: 600px){.fx-icon.fx-size--md-sm-md{height:16px;width:16px}}@media screen and (min-width: 940px){.fx-icon.fx-size--md-sm-md{height:24px;width:24px}}.fx-icon.fx-size--sm-md-lg{height:16px;width:16px}@media screen and (min-width: 600px){.fx-icon.fx-size--sm-md-lg{height:24px;width:24px}}@media screen and (min-width: 940px){.fx-icon.fx-size--sm-md-lg{height:32px;width:32px}}@media screen and (min-width: 600px){.fx-icon{height:24px;width:24px}}@media screen and (min-width: 940px){.fx-icon{height:32px;width:32px}}.fx-icon.fx-size--small,
.fx-icon.fx-size--sm{height:16px;width:16px}.fx-icon.fx-size--medium,
.fx-icon.fx-size--md{height:24px;width:24px}.fx-icon.fx-size--large,
.fx-icon.fx-size--lg{height:32px;width:32px}.fx-icon.fx-size--sm-sm-md,
.fx-icon.fx-size--sm2-md{height:16px;width:16px}@media screen and (min-width: 940px){.fx-icon.fx-size--sm-sm-md,
  .fx-icon.fx-size--sm2-md{height:24px;width:24px}}.fx-icon.fx-size--sm-sm-lg,
.fx-icon.fx-size--sm2-lg{height:16px;width:16px}@media screen and (min-width: 940px){.fx-icon.fx-size--sm-sm-lg,
  .fx-icon.fx-size--sm2-lg{height:32px;width:32px}}.fx-icon.fx-size--sm-md-md,
.fx-icon.fx-size--sm-md2{height:16px;width:16px}@media screen and (min-width: 600px){.fx-icon.fx-size--sm-md-md,
  .fx-icon.fx-size--sm-md2{height:24px;width:24px}}.fx-icon.fx-size--sm-lg-lg,
.fx-icon.fx-size--sm-lg2{height:16px;width:16px}@media screen and (min-width: 600px){.fx-icon.fx-size--sm-lg-lg,
  .fx-icon.fx-size--sm-lg2{height:32px;width:32px}}.fx-icon.fx-size--md-md-lg,
.fx-icon.fx-size--md2-lg{height:24px;width:24px}@media screen and (min-width: 940px){.fx-icon.fx-size--md-md-lg,
  .fx-icon.fx-size--md2-lg{height:32px;width:32px}}.fx-icon.fx-size--md-lg-lg,
.fx-icon.fx-size--md-lg2{height:24px;width:24px}@media screen and (min-width: 600px){.fx-icon.fx-size--md-lg-lg,
  .fx-icon.fx-size--md-lg2{height:32px;width:32px}}.fx-icon.fx-size--md-sm-md{height:24px;width:24px}@media screen and (min-width: 600px){.fx-icon.fx-size--md-sm-md{height:16px;width:16px}}@media screen and (min-width: 940px){.fx-icon.fx-size--md-sm-md{height:24px;width:24px}}.fx-icon.fx-size--sm-md-lg{height:16px;width:16px}@media screen and (min-width: 600px){.fx-icon.fx-size--sm-md-lg{height:24px;width:24px}}@media screen and (min-width: 940px){.fx-icon.fx-size--sm-md-lg{height:32px;width:32px}}@media screen and (min-width: 600px){.fx-icon{height:24px;width:24px}}@media screen and (min-width: 940px){.fx-icon{height:32px;width:32px}}.fx-icon.fx-size--small,
.fx-icon.fx-size--sm{height:16px;width:16px}.fx-icon.fx-size--medium,
.fx-icon.fx-size--md{height:24px;width:24px}.fx-icon.fx-size--large,
.fx-icon.fx-size--lg{height:32px;width:32px}.fx-icon.fx-size--sm-sm-md,
.fx-icon.fx-size--sm2-md{height:16px;width:16px}@media screen and (min-width: 940px){.fx-icon.fx-size--sm-sm-md,
  .fx-icon.fx-size--sm2-md{height:24px;width:24px}}.fx-icon.fx-size--sm-sm-lg,
.fx-icon.fx-size--sm2-lg{height:16px;width:16px}@media screen and (min-width: 940px){.fx-icon.fx-size--sm-sm-lg,
  .fx-icon.fx-size--sm2-lg{height:32px;width:32px}}.fx-icon.fx-size--sm-md-md,
.fx-icon.fx-size--sm-md2{height:16px;width:16px}@media screen and (min-width: 600px){.fx-icon.fx-size--sm-md-md,
  .fx-icon.fx-size--sm-md2{height:24px;width:24px}}.fx-icon.fx-size--sm-lg-lg,
.fx-icon.fx-size--sm-lg2{height:16px;width:16px}@media screen and (min-width: 600px){.fx-icon.fx-size--sm-lg-lg,
  .fx-icon.fx-size--sm-lg2{height:32px;width:32px}}.fx-icon.fx-size--md-md-lg,
.fx-icon.fx-size--md2-lg{height:24px;width:24px}@media screen and (min-width: 940px){.fx-icon.fx-size--md-md-lg,
  .fx-icon.fx-size--md2-lg{height:32px;width:32px}}.fx-icon.fx-size--md-lg-lg,
.fx-icon.fx-size--md-lg2{height:24px;width:24px}@media screen and (min-width: 600px){.fx-icon.fx-size--md-lg-lg,
  .fx-icon.fx-size--md-lg2{height:32px;width:32px}}.fx-icon.fx-size--md-sm-md{height:24px;width:24px}@media screen and (min-width: 600px){.fx-icon.fx-size--md-sm-md{height:16px;width:16px}}@media screen and (min-width: 940px){.fx-icon.fx-size--md-sm-md{height:24px;width:24px}}.fx-icon.fx-size--sm-md-lg{height:16px;width:16px}@media screen and (min-width: 600px){.fx-icon.fx-size--sm-md-lg{height:24px;width:24px}}@media screen and (min-width: 940px){.fx-icon.fx-size--sm-md-lg{height:32px;width:32px}}.fx-icon.fx-icon--size-header{height:48px;width:48px}.fx-icon.fx-icon--flip-horizontal{transform:scale(-1,1)}.fx-icon.fx-icon--flip-vertical{transform:scale(1,-1)}.fx-icon.fx-icon--rotate-45{transform:rotate(45deg)}.fx-icon.fx-icon--rotate-90{transform:rotate(90deg)}.fx-icon.fx-icon--rotate-135{transform:rotate(135deg)}.fx-icon.fx-icon--rotate-180{transform:rotate(180deg)}.fx-icon.fx-icon--rotate-225{transform:rotate(225deg)}.fx-icon.fx-icon--rotate-270{transform:rotate(270deg)}.fx-icon.fx-icon--rotate-315{transform:rotate(315deg)}.fx-icon.fx-icon--as-link:focus{color:#7e00f3}.fx-icon.fx-icon--as-link:focus,
.fx-icon.fx-icon--as-link:active{color:#420080}.fx-icon.fx-icon--as-link:hover{color:#6009b0}.fx-icon.fx-icon--filled{--filled:currentColor}.fx-icon.fx-icon--image{color:#000;filter:brightness(0) saturate(100%)}.fx-icon.fx-icon--cyberweek{width:58px;height:unset}.fx-image{max-width:100%;height:auto}.fx-image.lazyload:not(.lazyloaded){height:100%}.fx-line-loading{position:relative;display:flex;justify-content:center}.fx-line-loading::after{content:'';width:100%;border-bottom:solid 1px #b4b4b4;position:absolute;left:0;top:50%;z-index:1}.fx-line-loading__img-wrapper{display:flex;justify-content:center;background:white;z-index:2;padding:0 12px}.fx-list{margin:0;padding:0;list-style:none}.fx-list .fx-list__item{margin:0;padding:0;list-style:none;font-size:14px;line-height:22px;letter-spacing:-0.11px;font-weight:400}@media screen and (min-width: 600px){.fx-list .fx-list__item{margin-bottom:1px;font-size:13px;line-height:20px;letter-spacing:-0.07px}}@media screen and (min-width: 940px){.fx-list .fx-list__item{margin-bottom:2px;font-size:16px;line-height:24px;letter-spacing:-0.08px}}.fx-list .fx-list__item.fx-list__item--circle{background:url(/static/icons/svg/fx/list-item.svg?m=567bfc7) no-repeat;background-size:12px 12px;background-position:2px 5px;padding-left:16px}@media screen and (min-width: 600px){.fx-list .fx-list__item.fx-list__item--circle{background-size:16px 16px;background-position:4px 3px;padding-left:24px}}@media screen and (min-width: 940px){.fx-list .fx-list__item.fx-list__item--circle{background-size:20px 20px;background-position:0 3px;padding-left:32px}}.fx-list.fx-list--with-margin-bottom .fx-list__item{margin-bottom:16px}.fx-list .fx-list__item--multiline .fx-list__item-head{position:relative;padding-left:16px}.fx-list .fx-list__item--multiline .fx-list__item-head--circle::before{content:url(/static/icons/svg/fx/list-item.svg?m=567bfc7);position:absolute;left:0;top:50%;transform:translateY(-50%);height:12px;width:12px}.fx-list .fx-list__item--multiline .fx-list__item-content{padding-left:16px}@media screen and (min-width: 600px){.fx-list .fx-list__item--multiline .fx-list__item-head{padding-left:24px}.fx-list .fx-list__item--multiline .fx-list__item-head--circle::before{height:16px;width:16px}.fx-list .fx-list__item--multiline .fx-list__item-content{padding-left:24px}}@media screen and (min-width: 940px){.fx-list .fx-list__item--multiline .fx-list__item-head{padding-left:32px}.fx-list .fx-list__item--multiline .fx-list__item-head--circle::before{height:20px;width:20px}.fx-list .fx-list__item--multiline .fx-list__item-content{padding-left:32px}}.fx-rating-stars{display:flex;align-items:center}.fx-rating-stars__stars{display:flex;align-items:center;position:relative;font-size:0px;letter-spacing:0px;line-height:inherit}.fx-rating-stars__filler{display:flex;overflow:hidden;position:absolute;flex-wrap:nowrap;top:0;left:0;background:transparent;pointer-events:none}.fx-rating-stars__icon{color:#b4b4b4;flex:1 0 auto}.fx-rating-stars__filler-icon{color:#000;flex:1 0 auto}.fx-rating-stars__description{color:#8a8a8a;font-weight:700;margin-left:4px;font-size:11px;line-height:16px;letter-spacing:-0.29px}.fx-rating-stars--interactive .fx-rating-stars__icon{cursor:pointer;color:transparent;stroke:#000;stroke-width:0.75}.fx-rating-stars--interactive .fx-rating-stars__filler-icon{stroke-width:0.75;stroke:#7e00f3;color:#7e00f3}@media screen and (min-width: 600px){.fx-rating-stars__description{margin-left:4px;font-size:13px;line-height:20px;letter-spacing:-0.31px}}@media screen and (min-width: 940px){.fx-rating-stars__description{margin-left:8px;font-size:16px;line-height:24px;letter-spacing:-0.42px}}.fx-tag{background:#7e00f3;display:inline-flex;align-items:center;text-transform:uppercase;padding:0 8px;border-radius:2px;color:#fff;font-size:10px;line-height:16px;letter-spacing:-0.11px;font-weight:400}.fx-tag--less-padding{padding:0 2px}.fx-tag--hot{background:#f00039}.fx-tag--secondary{background:#00ddf6}.fx-tag--hall{background:#c2ac49}.fx-tag--black{background:#000}.fx-tag--blog{background:#1ca5ba}.fx-tag--youtube{background:#ff1a1a}.fx-tag--cyberweek{background:#ff1776}.fx-tag--grey{background:#e8e8e8;color:#000}.fx-tag--optional{background:#b4b4b4;color:#fff}.fx-tag-collection{white-space:nowrap;display:inline-block}.fx-tag-collection .fx-tag{border-radius:0;margin-right:1px}.fx-tag-collection .fx-tag:first-child{border-radius:2px 0 0 2px}.fx-tag-collection .fx-tag:last-child{border-radius:0 2px 2px 0}.fx-tag-collection .fx-tag--cyberweek{display:flex;align-items:center}.fx-tag-collection .fx-tag--cyberweek:first-child,
.fx-tag-collection .fx-tag--cyberweek:last-child{border-radius:2px}.fx-tag-collection .fx-tag--cyberweek .fx-icon{margin-right:4px}.fx-tag__icon{height:16px;width:16px;margin-right:4px}@media screen and (min-width: 600px){.fx-tag{font-size:10px;line-height:22px;letter-spacing:-0.11px}}@media screen and (min-width: 940px){.fx-tag{padding:0 12px;border-radius:2px;font-size:13px;line-height:22px;letter-spacing:-0.26px}.fx-tag__icon{height:20px;width:20px;margin-right:8px}}.fx-circle{display:inline-flex;justify-content:center;align-items:center;border-radius:50%}.fx-overlay-loading{position:relative}.fx-overlay-loading__whiteout{position:absolute;top:0;height:100%;width:100%;background:white;z-index:10;pointer-events:none;opacity:0;transition:opacity 0.3s}.fx-overlay-loading__whiteout--active{pointer-events:all;opacity:0.8;transition:opacity 0.3s}.fx-overlay-loading__whiteout.theme-dark{background:#e8e8e8}.fx-overlay-loading__indicator{position:absolute;max-width:180px;max-height:180px;z-index:11;pointer-events:none;opacity:0;top:50%;left:50%;transform:translate(-50%,-50%);transition:opacity 0.3s,transform 0.3s}.fx-overlay-loading__indicator--active{pointer-events:all;opacity:1;transition:opacity 0.3s,transform 0.3s}.fx-overlay-loading--vanilla:not(.fx-overlay-loading--without-overlay):after{content:'';position:absolute;top:0;left:0;width:100%;height:100%;background-color:rgba(255,255,255,0.05);z-index:10;animation:FxOverlayLoadingVanillaBackgroundFade 90ms ease-in forwards}.fx-overlay-loading--center .fx-overlay-loading__indicator{top:50%;transform:translate(-50%,-50%)}.fx-overlay-loading--top .fx-overlay-loading__indicator{top:calc(2% + 21px)}.fx-overlay-loading--bottom .fx-overlay-loading__indicator{top:calc(98% - 21px)}@keyframes FxOverlayLoadingVanillaBackgroundFade{0%{background-color:rgba(255,255,255,0.05)}100%{background-color:rgba(255,255,255,0.6)}}.fx-flag{height:16px;width:21px}@media screen and (min-width: 600px){.fx-flag{height:24px;width:32px}}.fx-space-top--xs{margin-top:2px}.fx-space-top--s{margin-top:4px}.fx-space-top--m{margin-top:8px}.fx-space-top--l{margin-top:16px}.fx-space-top--xl{margin-top:24px}.fx-space-top--xxl{margin-top:32px}@media screen and (min-width: 600px){.fx-space-top--xs{margin-top:4px}.fx-space-top--s{margin-top:8px}.fx-space-top--m{margin-top:16px}.fx-space-top--l{margin-top:24px}.fx-space-top--xl{margin-top:32px}.fx-space-top--xxl{margin-top:40px}}@media screen and (min-width: 940px){.fx-space-top--xs{margin-top:8px}.fx-space-top--s{margin-top:16px}.fx-space-top--m{margin-top:24px}.fx-space-top--l{margin-top:32px}.fx-space-top--xl{margin-top:40px}.fx-space-top--xxl{margin-top:48px}}.fx-space-right--xs{margin-right:2px}.fx-space-right--s{margin-right:4px}.fx-space-right--m{margin-right:8px}.fx-space-right--l{margin-right:16px}.fx-space-right--xl{margin-right:24px}.fx-space-right--xxl{margin-right:32px}@media screen and (min-width: 600px){.fx-space-right--xs{margin-right:4px}.fx-space-right--s{margin-right:8px}.fx-space-right--m{margin-right:16px}.fx-space-right--l{margin-right:24px}.fx-space-right--xl{margin-right:32px}.fx-space-right--xxl{margin-right:40px}}@media screen and (min-width: 940px){.fx-space-right--xs{margin-right:8px}.fx-space-right--s{margin-right:16px}.fx-space-right--m{margin-right:24px}.fx-space-right--l{margin-right:32px}.fx-space-right--xl{margin-right:40px}.fx-space-right--xxl{margin-right:48px}}.fx-space-bottom--xs{margin-bottom:2px}.fx-space-bottom--s{margin-bottom:4px}.fx-space-bottom--m{margin-bottom:8px}.fx-space-bottom--l{margin-bottom:16px}.fx-space-bottom--xl{margin-bottom:24px}.fx-space-bottom--xxl{margin-bottom:32px}@media screen and (min-width: 600px){.fx-space-bottom--xs{margin-bottom:4px}.fx-space-bottom--s{margin-bottom:8px}.fx-space-bottom--m{margin-bottom:16px}.fx-space-bottom--l{margin-bottom:24px}.fx-space-bottom--xl{margin-bottom:32px}.fx-space-bottom--xxl{margin-bottom:40px}}@media screen and (min-width: 940px){.fx-space-bottom--xs{margin-bottom:8px}.fx-space-bottom--s{margin-bottom:16px}.fx-space-bottom--m{margin-bottom:24px}.fx-space-bottom--l{margin-bottom:32px}.fx-space-bottom--xl{margin-bottom:40px}.fx-space-bottom--xxl{margin-bottom:48px}}.fx-space-left--xs{margin-left:2px}.fx-space-left--s{margin-left:4px}.fx-space-left--m{margin-left:8px}.fx-space-left--l{margin-left:16px}.fx-space-left--xl{margin-left:24px}.fx-space-left--xxl{margin-left:32px}@media screen and (min-width: 600px){.fx-space-left--xs{margin-left:4px}.fx-space-left--s{margin-left:8px}.fx-space-left--m{margin-left:16px}.fx-space-left--l{margin-left:24px}.fx-space-left--xl{margin-left:32px}.fx-space-left--xxl{margin-left:40px}}@media screen and (min-width: 940px){.fx-space-left--xs{margin-left:8px}.fx-space-left--s{margin-left:16px}.fx-space-left--m{margin-left:24px}.fx-space-left--l{margin-left:32px}.fx-space-left--xl{margin-left:40px}.fx-space-left--xxl{margin-left:48px}}.fx-space-all--xs{margin:2px}.fx-space-all--s{margin:4px}.fx-space-all--m{margin:8px}.fx-space-all--l{margin:16px}.fx-space-all--xl{margin:24px}.fx-space-all--xxl{margin:32px}@media screen and (min-width: 600px){.fx-space-all--xs{margin:4px}.fx-space-all--s{margin:8px}.fx-space-all--m{margin:16px}.fx-space-all--l{margin:24px}.fx-space-all--xl{margin:32px}.fx-space-all--xxl{margin:40px}}@media screen and (min-width: 940px){.fx-space-all--xs{margin:8px}.fx-space-all--s{margin:16px}.fx-space-all--m{margin:24px}.fx-space-all--l{margin:32px}.fx-space-all--xl{margin:40px}.fx-space-all--xxl{margin:48px}}.fx-space-zero{margin:0!important}.fx-space-block{margin:4px}.fx-availability{display:inline-flex;align-items:center;gap:4px}.fx-availability.fx-availability--no-information{color:#4b4b4b}.fx-availability.fx-availability--in-stock,
.fx-availability.fx-availability--not-yet-available,
.fx-availability.fx-availability--low-number-of-items{color:#00b27d}.fx-availability.fx-availability--short-term,
.fx-availability.fx-availability--mid-term,
.fx-availability.fx-availability--on-date,
.fx-availability.fx-availability--unknown,
.fx-availability.fx-availability--on-request{color:#e0af0b}.fx-availability.fx-availability--temporarily-not-available,
.fx-availability.fx-availability--sold-out{color:#e64155}.fx-availability.fx-availability--download{color:#0db5c9}.fx-input-captcha{display:flex;position:relative;flex-direction:column;align-items:center;width:100%}.fx-input-captcha__widget--invisible{display:none}.fx-input-captcha__widget.turnstile{display:flex;justify-content:center;margin-top:16px;margin-bottom:16px}.fx-input-captcha .fallback-login{margin:32px 0}.fx-input-captcha .fallback-login__sent{display:flex}.fx-input-captcha .fallback-login__sent-icon{margin-right:8px;margin-left:8px}.fx-input-captcha--invisible{position:absolute}.fx-input-switch{position:relative;display:inline-block}.fx-input-switch--disabled{cursor:default}.fx-input-switch__label{-webkit-user-select:none;user-select:none;color:#1c1c1c;font-weight:400}.fx-input-switch:not(.fx-input-switch--disabled) .fx-input-switch__label{cursor:pointer}.fx-input-switch__field{position:absolute;opacity:0;z-index:-1;pointer-events:none}.fx-input-switch__slider{display:inline-block;vertical-align:middle;position:relative;overflow:hidden;margin:4px 8px;background-color:#e8e8e8}.fx-input-switch__knob{position:absolute;left:6px;top:6px;text-align:center;border-radius:50%;background:#8a8a8a;transition:left 0.2s,background-color 0.2s}.fx-input-switch:not(.fx-input-switch--disabled) .fx-input-switch__label:hover .fx-input-switch__knob{background-color:#686868}.fx-input-switch__field:checked + .fx-input-switch__label .fx-input-switch__knob{background-color:#7e00f3}.fx-input-switch:not(.fx-input-switch--disabled) .fx-input-switch__field:checked + .fx-input-switch__label:hover .fx-input-switch__knob{background-color:#6009b0}.fx-input-switch .fx-input-switch__slider{width:72px;height:32px;border-radius:20px}.fx-input-switch .fx-input-switch__knob{width:20px;height:20px}.fx-input-switch .fx-input-switch__field:checked + .fx-input-switch__label .fx-input-switch__knob{left:calc(100% - 26px)}.fx-input-switch .fx-input-switch__label{margin-right:4px;font-size:16px;line-height:24px;letter-spacing:-0.26px}@media screen and (min-width: 600px){.fx-input-switch .fx-input-switch__slider{width:80px;height:40px;border-radius:20px}.fx-input-switch .fx-input-switch__knob{width:28px;height:28px}.fx-input-switch .fx-input-switch__label{margin-right:8px;font-size:14px;line-height:22px;letter-spacing:-0.11px}.fx-input-switch .fx-input-switch__field:checked + .fx-input-switch__label .fx-input-switch__knob{left:calc(100% - 34px)}}@media screen and (min-width: 940px){.fx-input-switch .fx-input-switch__slider{width:103px;height:48px;border-radius:24px}.fx-input-switch .fx-input-switch__knob{width:36px;height:36px}.fx-input-switch .fx-input-switch__field:checked + .fx-input-switch__label .fx-input-switch__knob{left:calc(100% - 41px)}.fx-input-switch .fx-input-switch__label{font-size:16px;line-height:24px;letter-spacing:-0.26px;margin-right:14px}}.fx-input-switch.fx-size--small .fx-input-switch__slider,
.fx-input-switch.fx-size--sm .fx-input-switch__slider{width:72px;height:32px;border-radius:20px}.fx-input-switch.fx-size--small .fx-input-switch__knob,
.fx-input-switch.fx-size--sm .fx-input-switch__knob{width:20px;height:20px}.fx-input-switch.fx-size--small .fx-input-switch__field:checked + .fx-input-switch__label .fx-input-switch__knob,
.fx-input-switch.fx-size--sm .fx-input-switch__field:checked + .fx-input-switch__label .fx-input-switch__knob{left:calc(100% - 26px)}.fx-input-switch.fx-size--small .fx-input-switch__label,
.fx-input-switch.fx-size--sm .fx-input-switch__label{margin-right:4px;font-size:16px;line-height:24px;letter-spacing:-0.26px}.fx-input-switch.fx-size--medium .fx-input-switch__slider,
.fx-input-switch.fx-size--md .fx-input-switch__slider{width:80px;height:40px;border-radius:20px}.fx-input-switch.fx-size--medium .fx-input-switch__knob,
.fx-input-switch.fx-size--md .fx-input-switch__knob{width:28px;height:28px}.fx-input-switch.fx-size--medium .fx-input-switch__label,
.fx-input-switch.fx-size--md .fx-input-switch__label{margin-right:8px;font-size:14px;line-height:22px;letter-spacing:-0.11px}.fx-input-switch.fx-size--medium .fx-input-switch__field:checked + .fx-input-switch__label .fx-input-switch__knob,
.fx-input-switch.fx-size--md .fx-input-switch__field:checked + .fx-input-switch__label .fx-input-switch__knob{left:calc(100% - 34px)}.fx-input-switch.fx-size--large .fx-input-switch__slider,
.fx-input-switch.fx-size--lg .fx-input-switch__slider{width:103px;height:48px;border-radius:24px}.fx-input-switch.fx-size--large .fx-input-switch__knob,
.fx-input-switch.fx-size--lg .fx-input-switch__knob{width:36px;height:36px}.fx-input-switch.fx-size--large .fx-input-switch__field:checked + .fx-input-switch__label .fx-input-switch__knob,
.fx-input-switch.fx-size--lg .fx-input-switch__field:checked + .fx-input-switch__label .fx-input-switch__knob{left:calc(100% - 41px)}.fx-input-switch.fx-size--large .fx-input-switch__label,
.fx-input-switch.fx-size--lg .fx-input-switch__label{font-size:16px;line-height:24px;letter-spacing:-0.26px;margin-right:14px}.fx-input-switch.fx-size--sm-sm-md .fx-input-switch__slider,
.fx-input-switch.fx-size--sm2-md .fx-input-switch__slider{width:72px;height:32px;border-radius:20px}.fx-input-switch.fx-size--sm-sm-md .fx-input-switch__knob,
.fx-input-switch.fx-size--sm2-md .fx-input-switch__knob{width:20px;height:20px}.fx-input-switch.fx-size--sm-sm-md .fx-input-switch__field:checked + .fx-input-switch__label .fx-input-switch__knob,
.fx-input-switch.fx-size--sm2-md .fx-input-switch__field:checked + .fx-input-switch__label .fx-input-switch__knob{left:calc(100% - 26px)}.fx-input-switch.fx-size--sm-sm-md .fx-input-switch__label,
.fx-input-switch.fx-size--sm2-md .fx-input-switch__label{margin-right:4px;font-size:16px;line-height:24px;letter-spacing:-0.26px}@media screen and (min-width: 940px){.fx-input-switch.fx-size--sm-sm-md .fx-input-switch__slider,
  .fx-input-switch.fx-size--sm2-md .fx-input-switch__slider{width:80px;height:40px;border-radius:20px}.fx-input-switch.fx-size--sm-sm-md .fx-input-switch__knob,
  .fx-input-switch.fx-size--sm2-md .fx-input-switch__knob{width:28px;height:28px}.fx-input-switch.fx-size--sm-sm-md .fx-input-switch__label,
  .fx-input-switch.fx-size--sm2-md .fx-input-switch__label{margin-right:8px;font-size:14px;line-height:22px;letter-spacing:-0.11px}.fx-input-switch.fx-size--sm-sm-md .fx-input-switch__field:checked + .fx-input-switch__label .fx-input-switch__knob,
  .fx-input-switch.fx-size--sm2-md .fx-input-switch__field:checked + .fx-input-switch__label .fx-input-switch__knob{left:calc(100% - 34px)}}.fx-input-switch.fx-size--sm-sm-lg .fx-input-switch__slider,
.fx-input-switch.fx-size--sm2-lg .fx-input-switch__slider{width:72px;height:32px;border-radius:20px}.fx-input-switch.fx-size--sm-sm-lg .fx-input-switch__knob,
.fx-input-switch.fx-size--sm2-lg .fx-input-switch__knob{width:20px;height:20px}.fx-input-switch.fx-size--sm-sm-lg .fx-input-switch__field:checked + .fx-input-switch__label .fx-input-switch__knob,
.fx-input-switch.fx-size--sm2-lg .fx-input-switch__field:checked + .fx-input-switch__label .fx-input-switch__knob{left:calc(100% - 26px)}.fx-input-switch.fx-size--sm-sm-lg .fx-input-switch__label,
.fx-input-switch.fx-size--sm2-lg .fx-input-switch__label{margin-right:4px;font-size:16px;line-height:24px;letter-spacing:-0.26px}@media screen and (min-width: 940px){.fx-input-switch.fx-size--sm-sm-lg .fx-input-switch__slider,
  .fx-input-switch.fx-size--sm2-lg .fx-input-switch__slider{width:103px;height:48px;border-radius:24px}.fx-input-switch.fx-size--sm-sm-lg .fx-input-switch__knob,
  .fx-input-switch.fx-size--sm2-lg .fx-input-switch__knob{width:36px;height:36px}.fx-input-switch.fx-size--sm-sm-lg .fx-input-switch__field:checked + .fx-input-switch__label .fx-input-switch__knob,
  .fx-input-switch.fx-size--sm2-lg .fx-input-switch__field:checked + .fx-input-switch__label .fx-input-switch__knob{left:calc(100% - 41px)}.fx-input-switch.fx-size--sm-sm-lg .fx-input-switch__label,
  .fx-input-switch.fx-size--sm2-lg .fx-input-switch__label{font-size:16px;line-height:24px;letter-spacing:-0.26px;margin-right:14px}}.fx-input-switch.fx-size--sm-md-md .fx-input-switch__slider,
.fx-input-switch.fx-size--sm-md2 .fx-input-switch__slider{width:72px;height:32px;border-radius:20px}.fx-input-switch.fx-size--sm-md-md .fx-input-switch__knob,
.fx-input-switch.fx-size--sm-md2 .fx-input-switch__knob{width:20px;height:20px}.fx-input-switch.fx-size--sm-md-md .fx-input-switch__field:checked + .fx-input-switch__label .fx-input-switch__knob,
.fx-input-switch.fx-size--sm-md2 .fx-input-switch__field:checked + .fx-input-switch__label .fx-input-switch__knob{left:calc(100% - 26px)}.fx-input-switch.fx-size--sm-md-md .fx-input-switch__label,
.fx-input-switch.fx-size--sm-md2 .fx-input-switch__label{margin-right:4px;font-size:16px;line-height:24px;letter-spacing:-0.26px}@media screen and (min-width: 600px){.fx-input-switch.fx-size--sm-md-md .fx-input-switch__slider,
  .fx-input-switch.fx-size--sm-md2 .fx-input-switch__slider{width:80px;height:40px;border-radius:20px}.fx-input-switch.fx-size--sm-md-md .fx-input-switch__knob,
  .fx-input-switch.fx-size--sm-md2 .fx-input-switch__knob{width:28px;height:28px}.fx-input-switch.fx-size--sm-md-md .fx-input-switch__label,
  .fx-input-switch.fx-size--sm-md2 .fx-input-switch__label{margin-right:8px;font-size:14px;line-height:22px;letter-spacing:-0.11px}.fx-input-switch.fx-size--sm-md-md .fx-input-switch__field:checked + .fx-input-switch__label .fx-input-switch__knob,
  .fx-input-switch.fx-size--sm-md2 .fx-input-switch__field:checked + .fx-input-switch__label .fx-input-switch__knob{left:calc(100% - 34px)}}.fx-input-switch.fx-size--sm-lg-lg .fx-input-switch__slider,
.fx-input-switch.fx-size--sm-lg2 .fx-input-switch__slider{width:72px;height:32px;border-radius:20px}.fx-input-switch.fx-size--sm-lg-lg .fx-input-switch__knob,
.fx-input-switch.fx-size--sm-lg2 .fx-input-switch__knob{width:20px;height:20px}.fx-input-switch.fx-size--sm-lg-lg .fx-input-switch__field:checked + .fx-input-switch__label .fx-input-switch__knob,
.fx-input-switch.fx-size--sm-lg2 .fx-input-switch__field:checked + .fx-input-switch__label .fx-input-switch__knob{left:calc(100% - 26px)}.fx-input-switch.fx-size--sm-lg-lg .fx-input-switch__label,
.fx-input-switch.fx-size--sm-lg2 .fx-input-switch__label{margin-right:4px;font-size:16px;line-height:24px;letter-spacing:-0.26px}@media screen and (min-width: 600px){.fx-input-switch.fx-size--sm-lg-lg .fx-input-switch__slider,
  .fx-input-switch.fx-size--sm-lg2 .fx-input-switch__slider{width:103px;height:48px;border-radius:24px}.fx-input-switch.fx-size--sm-lg-lg .fx-input-switch__knob,
  .fx-input-switch.fx-size--sm-lg2 .fx-input-switch__knob{width:36px;height:36px}.fx-input-switch.fx-size--sm-lg-lg .fx-input-switch__field:checked + .fx-input-switch__label .fx-input-switch__knob,
  .fx-input-switch.fx-size--sm-lg2 .fx-input-switch__field:checked + .fx-input-switch__label .fx-input-switch__knob{left:calc(100% - 41px)}.fx-input-switch.fx-size--sm-lg-lg .fx-input-switch__label,
  .fx-input-switch.fx-size--sm-lg2 .fx-input-switch__label{font-size:16px;line-height:24px;letter-spacing:-0.26px;margin-right:14px}}.fx-input-switch.fx-size--md-md-lg .fx-input-switch__slider,
.fx-input-switch.fx-size--md2-lg .fx-input-switch__slider{width:80px;height:40px;border-radius:20px}.fx-input-switch.fx-size--md-md-lg .fx-input-switch__knob,
.fx-input-switch.fx-size--md2-lg .fx-input-switch__knob{width:28px;height:28px}.fx-input-switch.fx-size--md-md-lg .fx-input-switch__label,
.fx-input-switch.fx-size--md2-lg .fx-input-switch__label{margin-right:8px;font-size:14px;line-height:22px;letter-spacing:-0.11px}.fx-input-switch.fx-size--md-md-lg .fx-input-switch__field:checked + .fx-input-switch__label .fx-input-switch__knob,
.fx-input-switch.fx-size--md2-lg .fx-input-switch__field:checked + .fx-input-switch__label .fx-input-switch__knob{left:calc(100% - 34px)}@media screen and (min-width: 940px){.fx-input-switch.fx-size--md-md-lg .fx-input-switch__slider,
  .fx-input-switch.fx-size--md2-lg .fx-input-switch__slider{width:103px;height:48px;border-radius:24px}.fx-input-switch.fx-size--md-md-lg .fx-input-switch__knob,
  .fx-input-switch.fx-size--md2-lg .fx-input-switch__knob{width:36px;height:36px}.fx-input-switch.fx-size--md-md-lg .fx-input-switch__field:checked + .fx-input-switch__label .fx-input-switch__knob,
  .fx-input-switch.fx-size--md2-lg .fx-input-switch__field:checked + .fx-input-switch__label .fx-input-switch__knob{left:calc(100% - 41px)}.fx-input-switch.fx-size--md-md-lg .fx-input-switch__label,
  .fx-input-switch.fx-size--md2-lg .fx-input-switch__label{font-size:16px;line-height:24px;letter-spacing:-0.26px;margin-right:14px}}.fx-input-switch.fx-size--md-lg-lg .fx-input-switch__slider,
.fx-input-switch.fx-size--md-lg2 .fx-input-switch__slider{width:80px;height:40px;border-radius:20px}.fx-input-switch.fx-size--md-lg-lg .fx-input-switch__knob,
.fx-input-switch.fx-size--md-lg2 .fx-input-switch__knob{width:28px;height:28px}.fx-input-switch.fx-size--md-lg-lg .fx-input-switch__label,
.fx-input-switch.fx-size--md-lg2 .fx-input-switch__label{margin-right:8px;font-size:14px;line-height:22px;letter-spacing:-0.11px}.fx-input-switch.fx-size--md-lg-lg .fx-input-switch__field:checked + .fx-input-switch__label .fx-input-switch__knob,
.fx-input-switch.fx-size--md-lg2 .fx-input-switch__field:checked + .fx-input-switch__label .fx-input-switch__knob{left:calc(100% - 34px)}@media screen and (min-width: 600px){.fx-input-switch.fx-size--md-lg-lg .fx-input-switch__slider,
  .fx-input-switch.fx-size--md-lg2 .fx-input-switch__slider{width:103px;height:48px;border-radius:24px}.fx-input-switch.fx-size--md-lg-lg .fx-input-switch__knob,
  .fx-input-switch.fx-size--md-lg2 .fx-input-switch__knob{width:36px;height:36px}.fx-input-switch.fx-size--md-lg-lg .fx-input-switch__field:checked + .fx-input-switch__label .fx-input-switch__knob,
  .fx-input-switch.fx-size--md-lg2 .fx-input-switch__field:checked + .fx-input-switch__label .fx-input-switch__knob{left:calc(100% - 41px)}.fx-input-switch.fx-size--md-lg-lg .fx-input-switch__label,
  .fx-input-switch.fx-size--md-lg2 .fx-input-switch__label{font-size:16px;line-height:24px;letter-spacing:-0.26px;margin-right:14px}}.fx-input-switch.fx-size--md-sm-md .fx-input-switch__slider{width:80px;height:40px;border-radius:20px}.fx-input-switch.fx-size--md-sm-md .fx-input-switch__knob{width:28px;height:28px}.fx-input-switch.fx-size--md-sm-md .fx-input-switch__label{margin-right:8px;font-size:14px;line-height:22px;letter-spacing:-0.11px}.fx-input-switch.fx-size--md-sm-md .fx-input-switch__field:checked + .fx-input-switch__label .fx-input-switch__knob{left:calc(100% - 34px)}@media screen and (min-width: 600px){.fx-input-switch.fx-size--md-sm-md .fx-input-switch__slider{width:72px;height:32px;border-radius:20px}.fx-input-switch.fx-size--md-sm-md .fx-input-switch__knob{width:20px;height:20px}.fx-input-switch.fx-size--md-sm-md .fx-input-switch__field:checked + .fx-input-switch__label .fx-input-switch__knob{left:calc(100% - 26px)}.fx-input-switch.fx-size--md-sm-md .fx-input-switch__label{margin-right:4px;font-size:16px;line-height:24px;letter-spacing:-0.26px}}@media screen and (min-width: 940px){.fx-input-switch.fx-size--md-sm-md .fx-input-switch__slider{width:80px;height:40px;border-radius:20px}.fx-input-switch.fx-size--md-sm-md .fx-input-switch__knob{width:28px;height:28px}.fx-input-switch.fx-size--md-sm-md .fx-input-switch__label{margin-right:8px;font-size:14px;line-height:22px;letter-spacing:-0.11px}.fx-input-switch.fx-size--md-sm-md .fx-input-switch__field:checked + .fx-input-switch__label .fx-input-switch__knob{left:calc(100% - 34px)}}.fx-input-switch.fx-size--sm-md-lg .fx-input-switch__slider{width:72px;height:32px;border-radius:20px}.fx-input-switch.fx-size--sm-md-lg .fx-input-switch__knob{width:20px;height:20px}.fx-input-switch.fx-size--sm-md-lg .fx-input-switch__field:checked + .fx-input-switch__label .fx-input-switch__knob{left:calc(100% - 26px)}.fx-input-switch.fx-size--sm-md-lg .fx-input-switch__label{margin-right:4px;font-size:16px;line-height:24px;letter-spacing:-0.26px}@media screen and (min-width: 600px){.fx-input-switch.fx-size--sm-md-lg .fx-input-switch__slider{width:80px;height:40px;border-radius:20px}.fx-input-switch.fx-size--sm-md-lg .fx-input-switch__knob{width:28px;height:28px}.fx-input-switch.fx-size--sm-md-lg .fx-input-switch__label{margin-right:8px;font-size:14px;line-height:22px;letter-spacing:-0.11px}.fx-input-switch.fx-size--sm-md-lg .fx-input-switch__field:checked + .fx-input-switch__label .fx-input-switch__knob{left:calc(100% - 34px)}}@media screen and (min-width: 940px){.fx-input-switch.fx-size--sm-md-lg .fx-input-switch__slider{width:103px;height:48px;border-radius:24px}.fx-input-switch.fx-size--sm-md-lg .fx-input-switch__knob{width:36px;height:36px}.fx-input-switch.fx-size--sm-md-lg .fx-input-switch__field:checked + .fx-input-switch__label .fx-input-switch__knob{left:calc(100% - 41px)}.fx-input-switch.fx-size--sm-md-lg .fx-input-switch__label{font-size:16px;line-height:24px;letter-spacing:-0.26px;margin-right:14px}}.fx-input-switch .fx-input-switch__slider{width:72px;height:32px;border-radius:20px}.fx-input-switch .fx-input-switch__knob{width:20px;height:20px}.fx-input-switch .fx-input-switch__field:checked + .fx-input-switch__label .fx-input-switch__knob{left:calc(100% - 26px)}.fx-input-switch .fx-input-switch__label{margin-right:4px;font-size:16px;line-height:24px;letter-spacing:-0.26px}@media screen and (min-width: 600px){.fx-input-switch .fx-input-switch__slider{width:80px;height:40px;border-radius:20px}.fx-input-switch .fx-input-switch__knob{width:28px;height:28px}.fx-input-switch .fx-input-switch__label{margin-right:8px;font-size:14px;line-height:22px;letter-spacing:-0.11px}.fx-input-switch .fx-input-switch__field:checked + .fx-input-switch__label .fx-input-switch__knob{left:calc(100% - 34px)}}@media screen and (min-width: 940px){.fx-input-switch .fx-input-switch__slider{width:103px;height:48px;border-radius:24px}.fx-input-switch .fx-input-switch__knob{width:36px;height:36px}.fx-input-switch .fx-input-switch__field:checked + .fx-input-switch__label .fx-input-switch__knob{left:calc(100% - 41px)}.fx-input-switch .fx-input-switch__label{font-size:16px;line-height:24px;letter-spacing:-0.26px;margin-right:14px}}.fx-input-switch.fx-size--small .fx-input-switch__slider,
.fx-input-switch.fx-size--sm .fx-input-switch__slider{width:72px;height:32px;border-radius:20px}.fx-input-switch.fx-size--small .fx-input-switch__knob,
.fx-input-switch.fx-size--sm .fx-input-switch__knob{width:20px;height:20px}.fx-input-switch.fx-size--small .fx-input-switch__field:checked + .fx-input-switch__label .fx-input-switch__knob,
.fx-input-switch.fx-size--sm .fx-input-switch__field:checked + .fx-input-switch__label .fx-input-switch__knob{left:calc(100% - 26px)}.fx-input-switch.fx-size--small .fx-input-switch__label,
.fx-input-switch.fx-size--sm .fx-input-switch__label{margin-right:4px;font-size:16px;line-height:24px;letter-spacing:-0.26px}.fx-input-switch.fx-size--medium .fx-input-switch__slider,
.fx-input-switch.fx-size--md .fx-input-switch__slider{width:80px;height:40px;border-radius:20px}.fx-input-switch.fx-size--medium .fx-input-switch__knob,
.fx-input-switch.fx-size--md .fx-input-switch__knob{width:28px;height:28px}.fx-input-switch.fx-size--medium .fx-input-switch__label,
.fx-input-switch.fx-size--md .fx-input-switch__label{margin-right:8px;font-size:14px;line-height:22px;letter-spacing:-0.11px}.fx-input-switch.fx-size--medium .fx-input-switch__field:checked + .fx-input-switch__label .fx-input-switch__knob,
.fx-input-switch.fx-size--md .fx-input-switch__field:checked + .fx-input-switch__label .fx-input-switch__knob{left:calc(100% - 34px)}.fx-input-switch.fx-size--large .fx-input-switch__slider,
.fx-input-switch.fx-size--lg .fx-input-switch__slider{width:103px;height:48px;border-radius:24px}.fx-input-switch.fx-size--large .fx-input-switch__knob,
.fx-input-switch.fx-size--lg .fx-input-switch__knob{width:36px;height:36px}.fx-input-switch.fx-size--large .fx-input-switch__field:checked + .fx-input-switch__label .fx-input-switch__knob,
.fx-input-switch.fx-size--lg .fx-input-switch__field:checked + .fx-input-switch__label .fx-input-switch__knob{left:calc(100% - 41px)}.fx-input-switch.fx-size--large .fx-input-switch__label,
.fx-input-switch.fx-size--lg .fx-input-switch__label{font-size:16px;line-height:24px;letter-spacing:-0.26px;margin-right:14px}.fx-input-switch.fx-size--sm-sm-md .fx-input-switch__slider,
.fx-input-switch.fx-size--sm2-md .fx-input-switch__slider{width:72px;height:32px;border-radius:20px}.fx-input-switch.fx-size--sm-sm-md .fx-input-switch__knob,
.fx-input-switch.fx-size--sm2-md .fx-input-switch__knob{width:20px;height:20px}.fx-input-switch.fx-size--sm-sm-md .fx-input-switch__field:checked + .fx-input-switch__label .fx-input-switch__knob,
.fx-input-switch.fx-size--sm2-md .fx-input-switch__field:checked + .fx-input-switch__label .fx-input-switch__knob{left:calc(100% - 26px)}.fx-input-switch.fx-size--sm-sm-md .fx-input-switch__label,
.fx-input-switch.fx-size--sm2-md .fx-input-switch__label{margin-right:4px;font-size:16px;line-height:24px;letter-spacing:-0.26px}@media screen and (min-width: 940px){.fx-input-switch.fx-size--sm-sm-md .fx-input-switch__slider,
  .fx-input-switch.fx-size--sm2-md .fx-input-switch__slider{width:80px;height:40px;border-radius:20px}.fx-input-switch.fx-size--sm-sm-md .fx-input-switch__knob,
  .fx-input-switch.fx-size--sm2-md .fx-input-switch__knob{width:28px;height:28px}.fx-input-switch.fx-size--sm-sm-md .fx-input-switch__label,
  .fx-input-switch.fx-size--sm2-md .fx-input-switch__label{margin-right:8px;font-size:14px;line-height:22px;letter-spacing:-0.11px}.fx-input-switch.fx-size--sm-sm-md .fx-input-switch__field:checked + .fx-input-switch__label .fx-input-switch__knob,
  .fx-input-switch.fx-size--sm2-md .fx-input-switch__field:checked + .fx-input-switch__label .fx-input-switch__knob{left:calc(100% - 34px)}}.fx-input-switch.fx-size--sm-sm-lg .fx-input-switch__slider,
.fx-input-switch.fx-size--sm2-lg .fx-input-switch__slider{width:72px;height:32px;border-radius:20px}.fx-input-switch.fx-size--sm-sm-lg .fx-input-switch__knob,
.fx-input-switch.fx-size--sm2-lg .fx-input-switch__knob{width:20px;height:20px}.fx-input-switch.fx-size--sm-sm-lg .fx-input-switch__field:checked + .fx-input-switch__label .fx-input-switch__knob,
.fx-input-switch.fx-size--sm2-lg .fx-input-switch__field:checked + .fx-input-switch__label .fx-input-switch__knob{left:calc(100% - 26px)}.fx-input-switch.fx-size--sm-sm-lg .fx-input-switch__label,
.fx-input-switch.fx-size--sm2-lg .fx-input-switch__label{margin-right:4px;font-size:16px;line-height:24px;letter-spacing:-0.26px}@media screen and (min-width: 940px){.fx-input-switch.fx-size--sm-sm-lg .fx-input-switch__slider,
  .fx-input-switch.fx-size--sm2-lg .fx-input-switch__slider{width:103px;height:48px;border-radius:24px}.fx-input-switch.fx-size--sm-sm-lg .fx-input-switch__knob,
  .fx-input-switch.fx-size--sm2-lg .fx-input-switch__knob{width:36px;height:36px}.fx-input-switch.fx-size--sm-sm-lg .fx-input-switch__field:checked + .fx-input-switch__label .fx-input-switch__knob,
  .fx-input-switch.fx-size--sm2-lg .fx-input-switch__field:checked + .fx-input-switch__label .fx-input-switch__knob{left:calc(100% - 41px)}.fx-input-switch.fx-size--sm-sm-lg .fx-input-switch__label,
  .fx-input-switch.fx-size--sm2-lg .fx-input-switch__label{font-size:16px;line-height:24px;letter-spacing:-0.26px;margin-right:14px}}.fx-input-switch.fx-size--sm-md-md .fx-input-switch__slider,
.fx-input-switch.fx-size--sm-md2 .fx-input-switch__slider{width:72px;height:32px;border-radius:20px}.fx-input-switch.fx-size--sm-md-md .fx-input-switch__knob,
.fx-input-switch.fx-size--sm-md2 .fx-input-switch__knob{width:20px;height:20px}.fx-input-switch.fx-size--sm-md-md .fx-input-switch__field:checked + .fx-input-switch__label .fx-input-switch__knob,
.fx-input-switch.fx-size--sm-md2 .fx-input-switch__field:checked + .fx-input-switch__label .fx-input-switch__knob{left:calc(100% - 26px)}.fx-input-switch.fx-size--sm-md-md .fx-input-switch__label,
.fx-input-switch.fx-size--sm-md2 .fx-input-switch__label{margin-right:4px;font-size:16px;line-height:24px;letter-spacing:-0.26px}@media screen and (min-width: 600px){.fx-input-switch.fx-size--sm-md-md .fx-input-switch__slider,
  .fx-input-switch.fx-size--sm-md2 .fx-input-switch__slider{width:80px;height:40px;border-radius:20px}.fx-input-switch.fx-size--sm-md-md .fx-input-switch__knob,
  .fx-input-switch.fx-size--sm-md2 .fx-input-switch__knob{width:28px;height:28px}.fx-input-switch.fx-size--sm-md-md .fx-input-switch__label,
  .fx-input-switch.fx-size--sm-md2 .fx-input-switch__label{margin-right:8px;font-size:14px;line-height:22px;letter-spacing:-0.11px}.fx-input-switch.fx-size--sm-md-md .fx-input-switch__field:checked + .fx-input-switch__label .fx-input-switch__knob,
  .fx-input-switch.fx-size--sm-md2 .fx-input-switch__field:checked + .fx-input-switch__label .fx-input-switch__knob{left:calc(100% - 34px)}}.fx-input-switch.fx-size--sm-lg-lg .fx-input-switch__slider,
.fx-input-switch.fx-size--sm-lg2 .fx-input-switch__slider{width:72px;height:32px;border-radius:20px}.fx-input-switch.fx-size--sm-lg-lg .fx-input-switch__knob,
.fx-input-switch.fx-size--sm-lg2 .fx-input-switch__knob{width:20px;height:20px}.fx-input-switch.fx-size--sm-lg-lg .fx-input-switch__field:checked + .fx-input-switch__label .fx-input-switch__knob,
.fx-input-switch.fx-size--sm-lg2 .fx-input-switch__field:checked + .fx-input-switch__label .fx-input-switch__knob{left:calc(100% - 26px)}.fx-input-switch.fx-size--sm-lg-lg .fx-input-switch__label,
.fx-input-switch.fx-size--sm-lg2 .fx-input-switch__label{margin-right:4px;font-size:16px;line-height:24px;letter-spacing:-0.26px}@media screen and (min-width: 600px){.fx-input-switch.fx-size--sm-lg-lg .fx-input-switch__slider,
  .fx-input-switch.fx-size--sm-lg2 .fx-input-switch__slider{width:103px;height:48px;border-radius:24px}.fx-input-switch.fx-size--sm-lg-lg .fx-input-switch__knob,
  .fx-input-switch.fx-size--sm-lg2 .fx-input-switch__knob{width:36px;height:36px}.fx-input-switch.fx-size--sm-lg-lg .fx-input-switch__field:checked + .fx-input-switch__label .fx-input-switch__knob,
  .fx-input-switch.fx-size--sm-lg2 .fx-input-switch__field:checked + .fx-input-switch__label .fx-input-switch__knob{left:calc(100% - 41px)}.fx-input-switch.fx-size--sm-lg-lg .fx-input-switch__label,
  .fx-input-switch.fx-size--sm-lg2 .fx-input-switch__label{font-size:16px;line-height:24px;letter-spacing:-0.26px;margin-right:14px}}.fx-input-switch.fx-size--md-md-lg .fx-input-switch__slider,
.fx-input-switch.fx-size--md2-lg .fx-input-switch__slider{width:80px;height:40px;border-radius:20px}.fx-input-switch.fx-size--md-md-lg .fx-input-switch__knob,
.fx-input-switch.fx-size--md2-lg .fx-input-switch__knob{width:28px;height:28px}.fx-input-switch.fx-size--md-md-lg .fx-input-switch__label,
.fx-input-switch.fx-size--md2-lg .fx-input-switch__label{margin-right:8px;font-size:14px;line-height:22px;letter-spacing:-0.11px}.fx-input-switch.fx-size--md-md-lg .fx-input-switch__field:checked + .fx-input-switch__label .fx-input-switch__knob,
.fx-input-switch.fx-size--md2-lg .fx-input-switch__field:checked + .fx-input-switch__label .fx-input-switch__knob{left:calc(100% - 34px)}@media screen and (min-width: 940px){.fx-input-switch.fx-size--md-md-lg .fx-input-switch__slider,
  .fx-input-switch.fx-size--md2-lg .fx-input-switch__slider{width:103px;height:48px;border-radius:24px}.fx-input-switch.fx-size--md-md-lg .fx-input-switch__knob,
  .fx-input-switch.fx-size--md2-lg .fx-input-switch__knob{width:36px;height:36px}.fx-input-switch.fx-size--md-md-lg .fx-input-switch__field:checked + .fx-input-switch__label .fx-input-switch__knob,
  .fx-input-switch.fx-size--md2-lg .fx-input-switch__field:checked + .fx-input-switch__label .fx-input-switch__knob{left:calc(100% - 41px)}.fx-input-switch.fx-size--md-md-lg .fx-input-switch__label,
  .fx-input-switch.fx-size--md2-lg .fx-input-switch__label{font-size:16px;line-height:24px;letter-spacing:-0.26px;margin-right:14px}}.fx-input-switch.fx-size--md-lg-lg .fx-input-switch__slider,
.fx-input-switch.fx-size--md-lg2 .fx-input-switch__slider{width:80px;height:40px;border-radius:20px}.fx-input-switch.fx-size--md-lg-lg .fx-input-switch__knob,
.fx-input-switch.fx-size--md-lg2 .fx-input-switch__knob{width:28px;height:28px}.fx-input-switch.fx-size--md-lg-lg .fx-input-switch__label,
.fx-input-switch.fx-size--md-lg2 .fx-input-switch__label{margin-right:8px;font-size:14px;line-height:22px;letter-spacing:-0.11px}.fx-input-switch.fx-size--md-lg-lg .fx-input-switch__field:checked + .fx-input-switch__label .fx-input-switch__knob,
.fx-input-switch.fx-size--md-lg2 .fx-input-switch__field:checked + .fx-input-switch__label .fx-input-switch__knob{left:calc(100% - 34px)}@media screen and (min-width: 600px){.fx-input-switch.fx-size--md-lg-lg .fx-input-switch__slider,
  .fx-input-switch.fx-size--md-lg2 .fx-input-switch__slider{width:103px;height:48px;border-radius:24px}.fx-input-switch.fx-size--md-lg-lg .fx-input-switch__knob,
  .fx-input-switch.fx-size--md-lg2 .fx-input-switch__knob{width:36px;height:36px}.fx-input-switch.fx-size--md-lg-lg .fx-input-switch__field:checked + .fx-input-switch__label .fx-input-switch__knob,
  .fx-input-switch.fx-size--md-lg2 .fx-input-switch__field:checked + .fx-input-switch__label .fx-input-switch__knob{left:calc(100% - 41px)}.fx-input-switch.fx-size--md-lg-lg .fx-input-switch__label,
  .fx-input-switch.fx-size--md-lg2 .fx-input-switch__label{font-size:16px;line-height:24px;letter-spacing:-0.26px;margin-right:14px}}.fx-input-switch.fx-size--md-sm-md .fx-input-switch__slider{width:80px;height:40px;border-radius:20px}.fx-input-switch.fx-size--md-sm-md .fx-input-switch__knob{width:28px;height:28px}.fx-input-switch.fx-size--md-sm-md .fx-input-switch__label{margin-right:8px;font-size:14px;line-height:22px;letter-spacing:-0.11px}.fx-input-switch.fx-size--md-sm-md .fx-input-switch__field:checked + .fx-input-switch__label .fx-input-switch__knob{left:calc(100% - 34px)}@media screen and (min-width: 600px){.fx-input-switch.fx-size--md-sm-md .fx-input-switch__slider{width:72px;height:32px;border-radius:20px}.fx-input-switch.fx-size--md-sm-md .fx-input-switch__knob{width:20px;height:20px}.fx-input-switch.fx-size--md-sm-md .fx-input-switch__field:checked + .fx-input-switch__label .fx-input-switch__knob{left:calc(100% - 26px)}.fx-input-switch.fx-size--md-sm-md .fx-input-switch__label{margin-right:4px;font-size:16px;line-height:24px;letter-spacing:-0.26px}}@media screen and (min-width: 940px){.fx-input-switch.fx-size--md-sm-md .fx-input-switch__slider{width:80px;height:40px;border-radius:20px}.fx-input-switch.fx-size--md-sm-md .fx-input-switch__knob{width:28px;height:28px}.fx-input-switch.fx-size--md-sm-md .fx-input-switch__label{margin-right:8px;font-size:14px;line-height:22px;letter-spacing:-0.11px}.fx-input-switch.fx-size--md-sm-md .fx-input-switch__field:checked + .fx-input-switch__label .fx-input-switch__knob{left:calc(100% - 34px)}}.fx-input-switch.fx-size--sm-md-lg .fx-input-switch__slider{width:72px;height:32px;border-radius:20px}.fx-input-switch.fx-size--sm-md-lg .fx-input-switch__knob{width:20px;height:20px}.fx-input-switch.fx-size--sm-md-lg .fx-input-switch__field:checked + .fx-input-switch__label .fx-input-switch__knob{left:calc(100% - 26px)}.fx-input-switch.fx-size--sm-md-lg .fx-input-switch__label{margin-right:4px;font-size:16px;line-height:24px;letter-spacing:-0.26px}@media screen and (min-width: 600px){.fx-input-switch.fx-size--sm-md-lg .fx-input-switch__slider{width:80px;height:40px;border-radius:20px}.fx-input-switch.fx-size--sm-md-lg .fx-input-switch__knob{width:28px;height:28px}.fx-input-switch.fx-size--sm-md-lg .fx-input-switch__label{margin-right:8px;font-size:14px;line-height:22px;letter-spacing:-0.11px}.fx-input-switch.fx-size--sm-md-lg .fx-input-switch__field:checked + .fx-input-switch__label .fx-input-switch__knob{left:calc(100% - 34px)}}@media screen and (min-width: 940px){.fx-input-switch.fx-size--sm-md-lg .fx-input-switch__slider{width:103px;height:48px;border-radius:24px}.fx-input-switch.fx-size--sm-md-lg .fx-input-switch__knob{width:36px;height:36px}.fx-input-switch.fx-size--sm-md-lg .fx-input-switch__field:checked + .fx-input-switch__label .fx-input-switch__knob{left:calc(100% - 41px)}.fx-input-switch.fx-size--sm-md-lg .fx-input-switch__label{font-size:16px;line-height:24px;letter-spacing:-0.26px;margin-right:14px}}.fx-input-switch .fx-input-switch__slider{width:72px;height:32px;border-radius:20px}.fx-input-switch .fx-input-switch__knob{width:20px;height:20px}.fx-input-switch .fx-input-switch__field:checked + .fx-input-switch__label .fx-input-switch__knob{left:calc(100% - 26px)}.fx-input-switch .fx-input-switch__label{margin-right:4px;font-size:16px;line-height:24px;letter-spacing:-0.26px}@media screen and (min-width: 600px){.fx-input-switch .fx-input-switch__slider{width:80px;height:40px;border-radius:20px}.fx-input-switch .fx-input-switch__knob{width:28px;height:28px}.fx-input-switch .fx-input-switch__label{margin-right:8px;font-size:14px;line-height:22px;letter-spacing:-0.11px}.fx-input-switch .fx-input-switch__field:checked + .fx-input-switch__label .fx-input-switch__knob{left:calc(100% - 34px)}}@media screen and (min-width: 940px){.fx-input-switch .fx-input-switch__slider{width:103px;height:48px;border-radius:24px}.fx-input-switch .fx-input-switch__knob{width:36px;height:36px}.fx-input-switch .fx-input-switch__field:checked + .fx-input-switch__label .fx-input-switch__knob{left:calc(100% - 41px)}.fx-input-switch .fx-input-switch__label{font-size:16px;line-height:24px;letter-spacing:-0.26px;margin-right:14px}}.fx-input-switch.fx-size--small .fx-input-switch__slider,
.fx-input-switch.fx-size--sm .fx-input-switch__slider{width:72px;height:32px;border-radius:20px}.fx-input-switch.fx-size--small .fx-input-switch__knob,
.fx-input-switch.fx-size--sm .fx-input-switch__knob{width:20px;height:20px}.fx-input-switch.fx-size--small .fx-input-switch__field:checked + .fx-input-switch__label .fx-input-switch__knob,
.fx-input-switch.fx-size--sm .fx-input-switch__field:checked + .fx-input-switch__label .fx-input-switch__knob{left:calc(100% - 26px)}.fx-input-switch.fx-size--small .fx-input-switch__label,
.fx-input-switch.fx-size--sm .fx-input-switch__label{margin-right:4px;font-size:16px;line-height:24px;letter-spacing:-0.26px}.fx-input-switch.fx-size--medium .fx-input-switch__slider,
.fx-input-switch.fx-size--md .fx-input-switch__slider{width:80px;height:40px;border-radius:20px}.fx-input-switch.fx-size--medium .fx-input-switch__knob,
.fx-input-switch.fx-size--md .fx-input-switch__knob{width:28px;height:28px}.fx-input-switch.fx-size--medium .fx-input-switch__label,
.fx-input-switch.fx-size--md .fx-input-switch__label{margin-right:8px;font-size:14px;line-height:22px;letter-spacing:-0.11px}.fx-input-switch.fx-size--medium .fx-input-switch__field:checked + .fx-input-switch__label .fx-input-switch__knob,
.fx-input-switch.fx-size--md .fx-input-switch__field:checked + .fx-input-switch__label .fx-input-switch__knob{left:calc(100% - 34px)}.fx-input-switch.fx-size--large .fx-input-switch__slider,
.fx-input-switch.fx-size--lg .fx-input-switch__slider{width:103px;height:48px;border-radius:24px}.fx-input-switch.fx-size--large .fx-input-switch__knob,
.fx-input-switch.fx-size--lg .fx-input-switch__knob{width:36px;height:36px}.fx-input-switch.fx-size--large .fx-input-switch__field:checked + .fx-input-switch__label .fx-input-switch__knob,
.fx-input-switch.fx-size--lg .fx-input-switch__field:checked + .fx-input-switch__label .fx-input-switch__knob{left:calc(100% - 41px)}.fx-input-switch.fx-size--large .fx-input-switch__label,
.fx-input-switch.fx-size--lg .fx-input-switch__label{font-size:16px;line-height:24px;letter-spacing:-0.26px;margin-right:14px}.fx-input-switch.fx-size--sm-sm-md .fx-input-switch__slider,
.fx-input-switch.fx-size--sm2-md .fx-input-switch__slider{width:72px;height:32px;border-radius:20px}.fx-input-switch.fx-size--sm-sm-md .fx-input-switch__knob,
.fx-input-switch.fx-size--sm2-md .fx-input-switch__knob{width:20px;height:20px}.fx-input-switch.fx-size--sm-sm-md .fx-input-switch__field:checked + .fx-input-switch__label .fx-input-switch__knob,
.fx-input-switch.fx-size--sm2-md .fx-input-switch__field:checked + .fx-input-switch__label .fx-input-switch__knob{left:calc(100% - 26px)}.fx-input-switch.fx-size--sm-sm-md .fx-input-switch__label,
.fx-input-switch.fx-size--sm2-md .fx-input-switch__label{margin-right:4px;font-size:16px;line-height:24px;letter-spacing:-0.26px}@media screen and (min-width: 940px){.fx-input-switch.fx-size--sm-sm-md .fx-input-switch__slider,
  .fx-input-switch.fx-size--sm2-md .fx-input-switch__slider{width:80px;height:40px;border-radius:20px}.fx-input-switch.fx-size--sm-sm-md .fx-input-switch__knob,
  .fx-input-switch.fx-size--sm2-md .fx-input-switch__knob{width:28px;height:28px}.fx-input-switch.fx-size--sm-sm-md .fx-input-switch__label,
  .fx-input-switch.fx-size--sm2-md .fx-input-switch__label{margin-right:8px;font-size:14px;line-height:22px;letter-spacing:-0.11px}.fx-input-switch.fx-size--sm-sm-md .fx-input-switch__field:checked + .fx-input-switch__label .fx-input-switch__knob,
  .fx-input-switch.fx-size--sm2-md .fx-input-switch__field:checked + .fx-input-switch__label .fx-input-switch__knob{left:calc(100% - 34px)}}.fx-input-switch.fx-size--sm-sm-lg .fx-input-switch__slider,
.fx-input-switch.fx-size--sm2-lg .fx-input-switch__slider{width:72px;height:32px;border-radius:20px}.fx-input-switch.fx-size--sm-sm-lg .fx-input-switch__knob,
.fx-input-switch.fx-size--sm2-lg .fx-input-switch__knob{width:20px;height:20px}.fx-input-switch.fx-size--sm-sm-lg .fx-input-switch__field:checked + .fx-input-switch__label .fx-input-switch__knob,
.fx-input-switch.fx-size--sm2-lg .fx-input-switch__field:checked + .fx-input-switch__label .fx-input-switch__knob{left:calc(100% - 26px)}.fx-input-switch.fx-size--sm-sm-lg .fx-input-switch__label,
.fx-input-switch.fx-size--sm2-lg .fx-input-switch__label{margin-right:4px;font-size:16px;line-height:24px;letter-spacing:-0.26px}@media screen and (min-width: 940px){.fx-input-switch.fx-size--sm-sm-lg .fx-input-switch__slider,
  .fx-input-switch.fx-size--sm2-lg .fx-input-switch__slider{width:103px;height:48px;border-radius:24px}.fx-input-switch.fx-size--sm-sm-lg .fx-input-switch__knob,
  .fx-input-switch.fx-size--sm2-lg .fx-input-switch__knob{width:36px;height:36px}.fx-input-switch.fx-size--sm-sm-lg .fx-input-switch__field:checked + .fx-input-switch__label .fx-input-switch__knob,
  .fx-input-switch.fx-size--sm2-lg .fx-input-switch__field:checked + .fx-input-switch__label .fx-input-switch__knob{left:calc(100% - 41px)}.fx-input-switch.fx-size--sm-sm-lg .fx-input-switch__label,
  .fx-input-switch.fx-size--sm2-lg .fx-input-switch__label{font-size:16px;line-height:24px;letter-spacing:-0.26px;margin-right:14px}}.fx-input-switch.fx-size--sm-md-md .fx-input-switch__slider,
.fx-input-switch.fx-size--sm-md2 .fx-input-switch__slider{width:72px;height:32px;border-radius:20px}.fx-input-switch.fx-size--sm-md-md .fx-input-switch__knob,
.fx-input-switch.fx-size--sm-md2 .fx-input-switch__knob{width:20px;height:20px}.fx-input-switch.fx-size--sm-md-md .fx-input-switch__field:checked + .fx-input-switch__label .fx-input-switch__knob,
.fx-input-switch.fx-size--sm-md2 .fx-input-switch__field:checked + .fx-input-switch__label .fx-input-switch__knob{left:calc(100% - 26px)}.fx-input-switch.fx-size--sm-md-md .fx-input-switch__label,
.fx-input-switch.fx-size--sm-md2 .fx-input-switch__label{margin-right:4px;font-size:16px;line-height:24px;letter-spacing:-0.26px}@media screen and (min-width: 600px){.fx-input-switch.fx-size--sm-md-md .fx-input-switch__slider,
  .fx-input-switch.fx-size--sm-md2 .fx-input-switch__slider{width:80px;height:40px;border-radius:20px}.fx-input-switch.fx-size--sm-md-md .fx-input-switch__knob,
  .fx-input-switch.fx-size--sm-md2 .fx-input-switch__knob{width:28px;height:28px}.fx-input-switch.fx-size--sm-md-md .fx-input-switch__label,
  .fx-input-switch.fx-size--sm-md2 .fx-input-switch__label{margin-right:8px;font-size:14px;line-height:22px;letter-spacing:-0.11px}.fx-input-switch.fx-size--sm-md-md .fx-input-switch__field:checked + .fx-input-switch__label .fx-input-switch__knob,
  .fx-input-switch.fx-size--sm-md2 .fx-input-switch__field:checked + .fx-input-switch__label .fx-input-switch__knob{left:calc(100% - 34px)}}.fx-input-switch.fx-size--sm-lg-lg .fx-input-switch__slider,
.fx-input-switch.fx-size--sm-lg2 .fx-input-switch__slider{width:72px;height:32px;border-radius:20px}.fx-input-switch.fx-size--sm-lg-lg .fx-input-switch__knob,
.fx-input-switch.fx-size--sm-lg2 .fx-input-switch__knob{width:20px;height:20px}.fx-input-switch.fx-size--sm-lg-lg .fx-input-switch__field:checked + .fx-input-switch__label .fx-input-switch__knob,
.fx-input-switch.fx-size--sm-lg2 .fx-input-switch__field:checked + .fx-input-switch__label .fx-input-switch__knob{left:calc(100% - 26px)}.fx-input-switch.fx-size--sm-lg-lg .fx-input-switch__label,
.fx-input-switch.fx-size--sm-lg2 .fx-input-switch__label{margin-right:4px;font-size:16px;line-height:24px;letter-spacing:-0.26px}@media screen and (min-width: 600px){.fx-input-switch.fx-size--sm-lg-lg .fx-input-switch__slider,
  .fx-input-switch.fx-size--sm-lg2 .fx-input-switch__slider{width:103px;height:48px;border-radius:24px}.fx-input-switch.fx-size--sm-lg-lg .fx-input-switch__knob,
  .fx-input-switch.fx-size--sm-lg2 .fx-input-switch__knob{width:36px;height:36px}.fx-input-switch.fx-size--sm-lg-lg .fx-input-switch__field:checked + .fx-input-switch__label .fx-input-switch__knob,
  .fx-input-switch.fx-size--sm-lg2 .fx-input-switch__field:checked + .fx-input-switch__label .fx-input-switch__knob{left:calc(100% - 41px)}.fx-input-switch.fx-size--sm-lg-lg .fx-input-switch__label,
  .fx-input-switch.fx-size--sm-lg2 .fx-input-switch__label{font-size:16px;line-height:24px;letter-spacing:-0.26px;margin-right:14px}}.fx-input-switch.fx-size--md-md-lg .fx-input-switch__slider,
.fx-input-switch.fx-size--md2-lg .fx-input-switch__slider{width:80px;height:40px;border-radius:20px}.fx-input-switch.fx-size--md-md-lg .fx-input-switch__knob,
.fx-input-switch.fx-size--md2-lg .fx-input-switch__knob{width:28px;height:28px}.fx-input-switch.fx-size--md-md-lg .fx-input-switch__label,
.fx-input-switch.fx-size--md2-lg .fx-input-switch__label{margin-right:8px;font-size:14px;line-height:22px;letter-spacing:-0.11px}.fx-input-switch.fx-size--md-md-lg .fx-input-switch__field:checked + .fx-input-switch__label .fx-input-switch__knob,
.fx-input-switch.fx-size--md2-lg .fx-input-switch__field:checked + .fx-input-switch__label .fx-input-switch__knob{left:calc(100% - 34px)}@media screen and (min-width: 940px){.fx-input-switch.fx-size--md-md-lg .fx-input-switch__slider,
  .fx-input-switch.fx-size--md2-lg .fx-input-switch__slider{width:103px;height:48px;border-radius:24px}.fx-input-switch.fx-size--md-md-lg .fx-input-switch__knob,
  .fx-input-switch.fx-size--md2-lg .fx-input-switch__knob{width:36px;height:36px}.fx-input-switch.fx-size--md-md-lg .fx-input-switch__field:checked + .fx-input-switch__label .fx-input-switch__knob,
  .fx-input-switch.fx-size--md2-lg .fx-input-switch__field:checked + .fx-input-switch__label .fx-input-switch__knob{left:calc(100% - 41px)}.fx-input-switch.fx-size--md-md-lg .fx-input-switch__label,
  .fx-input-switch.fx-size--md2-lg .fx-input-switch__label{font-size:16px;line-height:24px;letter-spacing:-0.26px;margin-right:14px}}.fx-input-switch.fx-size--md-lg-lg .fx-input-switch__slider,
.fx-input-switch.fx-size--md-lg2 .fx-input-switch__slider{width:80px;height:40px;border-radius:20px}.fx-input-switch.fx-size--md-lg-lg .fx-input-switch__knob,
.fx-input-switch.fx-size--md-lg2 .fx-input-switch__knob{width:28px;height:28px}.fx-input-switch.fx-size--md-lg-lg .fx-input-switch__label,
.fx-input-switch.fx-size--md-lg2 .fx-input-switch__label{margin-right:8px;font-size:14px;line-height:22px;letter-spacing:-0.11px}.fx-input-switch.fx-size--md-lg-lg .fx-input-switch__field:checked + .fx-input-switch__label .fx-input-switch__knob,
.fx-input-switch.fx-size--md-lg2 .fx-input-switch__field:checked + .fx-input-switch__label .fx-input-switch__knob{left:calc(100% - 34px)}@media screen and (min-width: 600px){.fx-input-switch.fx-size--md-lg-lg .fx-input-switch__slider,
  .fx-input-switch.fx-size--md-lg2 .fx-input-switch__slider{width:103px;height:48px;border-radius:24px}.fx-input-switch.fx-size--md-lg-lg .fx-input-switch__knob,
  .fx-input-switch.fx-size--md-lg2 .fx-input-switch__knob{width:36px;height:36px}.fx-input-switch.fx-size--md-lg-lg .fx-input-switch__field:checked + .fx-input-switch__label .fx-input-switch__knob,
  .fx-input-switch.fx-size--md-lg2 .fx-input-switch__field:checked + .fx-input-switch__label .fx-input-switch__knob{left:calc(100% - 41px)}.fx-input-switch.fx-size--md-lg-lg .fx-input-switch__label,
  .fx-input-switch.fx-size--md-lg2 .fx-input-switch__label{font-size:16px;line-height:24px;letter-spacing:-0.26px;margin-right:14px}}.fx-input-switch.fx-size--md-sm-md .fx-input-switch__slider{width:80px;height:40px;border-radius:20px}.fx-input-switch.fx-size--md-sm-md .fx-input-switch__knob{width:28px;height:28px}.fx-input-switch.fx-size--md-sm-md .fx-input-switch__label{margin-right:8px;font-size:14px;line-height:22px;letter-spacing:-0.11px}.fx-input-switch.fx-size--md-sm-md .fx-input-switch__field:checked + .fx-input-switch__label .fx-input-switch__knob{left:calc(100% - 34px)}@media screen and (min-width: 600px){.fx-input-switch.fx-size--md-sm-md .fx-input-switch__slider{width:72px;height:32px;border-radius:20px}.fx-input-switch.fx-size--md-sm-md .fx-input-switch__knob{width:20px;height:20px}.fx-input-switch.fx-size--md-sm-md .fx-input-switch__field:checked + .fx-input-switch__label .fx-input-switch__knob{left:calc(100% - 26px)}.fx-input-switch.fx-size--md-sm-md .fx-input-switch__label{margin-right:4px;font-size:16px;line-height:24px;letter-spacing:-0.26px}}@media screen and (min-width: 940px){.fx-input-switch.fx-size--md-sm-md .fx-input-switch__slider{width:80px;height:40px;border-radius:20px}.fx-input-switch.fx-size--md-sm-md .fx-input-switch__knob{width:28px;height:28px}.fx-input-switch.fx-size--md-sm-md .fx-input-switch__label{margin-right:8px;font-size:14px;line-height:22px;letter-spacing:-0.11px}.fx-input-switch.fx-size--md-sm-md .fx-input-switch__field:checked + .fx-input-switch__label .fx-input-switch__knob{left:calc(100% - 34px)}}.fx-input-switch.fx-size--sm-md-lg .fx-input-switch__slider{width:72px;height:32px;border-radius:20px}.fx-input-switch.fx-size--sm-md-lg .fx-input-switch__knob{width:20px;height:20px}.fx-input-switch.fx-size--sm-md-lg .fx-input-switch__field:checked + .fx-input-switch__label .fx-input-switch__knob{left:calc(100% - 26px)}.fx-input-switch.fx-size--sm-md-lg .fx-input-switch__label{margin-right:4px;font-size:16px;line-height:24px;letter-spacing:-0.26px}@media screen and (min-width: 600px){.fx-input-switch.fx-size--sm-md-lg .fx-input-switch__slider{width:80px;height:40px;border-radius:20px}.fx-input-switch.fx-size--sm-md-lg .fx-input-switch__knob{width:28px;height:28px}.fx-input-switch.fx-size--sm-md-lg .fx-input-switch__label{margin-right:8px;font-size:14px;line-height:22px;letter-spacing:-0.11px}.fx-input-switch.fx-size--sm-md-lg .fx-input-switch__field:checked + .fx-input-switch__label .fx-input-switch__knob{left:calc(100% - 34px)}}@media screen and (min-width: 940px){.fx-input-switch.fx-size--sm-md-lg .fx-input-switch__slider{width:103px;height:48px;border-radius:24px}.fx-input-switch.fx-size--sm-md-lg .fx-input-switch__knob{width:36px;height:36px}.fx-input-switch.fx-size--sm-md-lg .fx-input-switch__field:checked + .fx-input-switch__label .fx-input-switch__knob{left:calc(100% - 41px)}.fx-input-switch.fx-size--sm-md-lg .fx-input-switch__label{font-size:16px;line-height:24px;letter-spacing:-0.26px;margin-right:14px}}.fx-input-switch.fx-input-switch--simple .fx-input-switch__slider{width:40px;height:20px;margin-left:0}.fx-input-switch.fx-input-switch--simple .fx-input-switch__field:checked + .fx-input-switch__label .fx-input-switch__knob{left:20px}.fx-input-switch.fx-input-switch--simple .fx-loader{opacity:0.7}.fx-input-switch.fx-input-switch--simple .fx-loader:after{background:none}.fx-input-switch.fx-input-switch--simple .fx-input-switch__knob{left:2px;top:2px;width:16px;height:16px}.fx-input-switch.fx-input-switch--green:not(.fx-input-switch--disabled) .fx-input-switch__label:hover .fx-input-switch__knob,
.fx-input-switch.fx-input-switch--green__field:checked + .fx-input-switch__label .fx-input-switch__knob,
.fx-input-switch.fx-input-switch--green:not(.fx-input-switch--disabled) .fx-input-switch__field:checked + .fx-input-switch__label:hover .fx-input-switch__knob{background-color:#fff}.fx-input-switch.fx-input-switch--green .fx-input-switch__field:checked + .fx-input-switch__label .fx-input-switch__knob{background-color:#fff}.fx-input-switch.fx-input-switch--green .fx-input-switch__field:checked + .fx-input-switch__label .fx-input-switch__slider{background:#6ae186}.fx-input-switch.fx-input-switch--green .fx-input-switch__knob{background:#fff}.fx-input-text{margin-top:16px;position:relative;display:inline-flex;flex-direction:column;width:100%}.fx-input-text.fx-input-text--with-icon-left .fx-input-text__icon-left{color:#8a8a8a;position:absolute;left:11px;top:50%;transform:translateY(-50%);transition:color 100ms}.fx-input-text.fx-input-text--with-icon-left .fx-input-text__icon-left--clickable{color:#b4b4b4;cursor:pointer}.fx-input-text.fx-input-text--with-icon-left .fx-input-text__icon-left--clickable:hover{color:#8a8a8a}.fx-input-text.fx-input-text--with-icon-left .fx-input-text__label,
.fx-input-text.fx-input-text--with-icon-left .fx-input-text__placeholder{margin-left:32px;white-space:nowrap}.fx-input-text.fx-input-text--with-icon-left .fx-input-text__label:hover,
.fx-input-text.fx-input-text--with-icon-left .fx-input-text__placeholder:hover{color:#8a8a8a}.fx-input-text.fx-input-text--with-icon-left .fx-input-text__field{padding-left:48px}.fx-input-text.fx-input-text--with-icon-right .fx-input-text__icon-right{color:#b4b4b4;position:absolute;right:12px;top:50%;transform:translateY(-50%);transition:color 100ms}.fx-input-text.fx-input-text--with-icon-right .fx-input-text__icon-right--clickable{color:#b4b4b4;cursor:pointer}.fx-input-text.fx-input-text--with-icon-right .fx-input-text__icon-right--clickable:hover{color:#8a8a8a}.fx-input-text.fx-input-text--with-icon-right .fx-input-text__field{padding-right:40px}.fx-input-text.fx-input-text--with-icon-before .fx-input-text__label,
.fx-input-text.fx-input-text--with-icon-before .fx-input-text__placeholder{padding-left:34px;white-space:nowrap}.fx-input-text.fx-input-text--with-icon-before .fx-input-text__field{padding-left:50px}.fx-input-text.fx-input-text--with-icon-before .fx-input-text__field + .fx-input-text__label,
.fx-input-text.fx-input-text--with-icon-before .fx-input-text__field:focus + .fx-input-text__placeholder.fx-input-text__placeholder,
.fx-input-text.fx-input-text--with-icon-before .fx-input-text__field:not(:placeholder-shown) + .fx-input-text__placeholder.fx-input-text__placeholder{left:44px;padding-left:4px;padding-right:4px;transition:font-size 100ms,top 100ms,line-height 100ms}.fx-input-text.fx-input-text--with-icon-before .fx-input-text__icon-before{position:absolute;top:0;left:0;box-sizing:content-box;height:100%;vertical-align:middle;width:20px;padding:0 10px;border-right:1px solid #8a8a8a}@media screen and (min-width: 600px){.fx-input-text.fx-input-text--with-icon-before .fx-input-text__label,
  .fx-input-text.fx-input-text--with-icon-before .fx-input-text__placeholder{padding-left:42px}.fx-input-text.fx-input-text--with-icon-before .fx-input-text__field{padding-left:58px}.fx-input-text.fx-input-text--with-icon-before .fx-input-text__field + .fx-input-text__label,
  .fx-input-text.fx-input-text--with-icon-before .fx-input-text__field:focus + .fx-input-text__placeholder.fx-input-text__placeholder,
  .fx-input-text.fx-input-text--with-icon-before .fx-input-text__field:not(:placeholder-shown) + .fx-input-text__placeholder.fx-input-text__placeholder{left:52px;padding-left:4px;padding-right:4px;transition:font-size 100ms,top 100ms,line-height 100ms}.fx-input-text.fx-input-text--with-icon-before .fx-input-text__icon-before{width:24px;padding:0 12px}}@media screen and (min-width: 940px){.fx-input-text.fx-input-text--with-icon-before .fx-input-text__icon-before{width:30px;padding:0 9px}}.fx-input-text .fx-input-extension-collection{border-radius:4px;display:flex;align-items:center;flex-shrink:0}.fx-input-text .fx-input-extension-collection > *{margin-right:12px}.fx-input-text .fx-input-extension-text{padding:8px 12px;background:#f3f3f3;border-top-left-radius:4px;border-top-right-radius:4px;border:1px solid #8a8a8a;border-bottom:0;font-size:14px;line-height:22px;letter-spacing:-0.11px}.fx-input-text .fx-input-extension-text + .fx-input-text__inner{border-top-left-radius:0;border-top-right-radius:0}@media screen and (min-width: 600px){.fx-input-text .fx-input-extension-text{font-size:14px;line-height:22px;letter-spacing:-0.11px}}.fx-input-text .fx-input-badge{height:14px;padding:1px 5px;font-size:8px;line-height:12px;text-transform:uppercase;color:#fff;background-color:#b4b4b4;border-radius:2px;pointer-events:none;transition:opacity 100ms}.fx-input-text .fx-input-badge--animate{animation:shake 0.5s cubic-bezier(0.36,0.07,0.19,0.97) both}.fx-input-text .fx-input-info{line-height:0}.fx-input-text .fx-input-info .fx-input-info__icon-wrapper{width:46px;height:46px;left:calc(50% - 46px / 2);top:calc(-46px / 2)}.fx-input-text--align-left{text-align:left}.fx-input-text--no-margin{margin:0}.fx-input-text--rounded .fx-input-text__field{border-radius:40px}.fx-input-text__field{height:38px;font-size:14px;line-height:22px;letter-spacing:-0.11px;padding:9px 16px}.fx-input-text__field:-webkit-autofill::first-line{font-family:'Open Sans',Verdana,Tahoma,Arial,Helvetica,sans-serif;font-size:14px;line-height:22px;letter-spacing:-0.11px}.fx-input-text__field:focus-visible{outline:none}.fx-input-text__placeholder{font-size:14px;line-height:22px;letter-spacing:-0.11px}.fx-input-text__field{border:none;border-radius:4px;width:100%;font-family:'Open Sans',Verdana,Tahoma,Arial,Helvetica,sans-serif;-webkit-appearance:none}.fx-input-text__field + .fx-input-text__label,
.fx-input-text__field:focus + .fx-input-text__placeholder.fx-input-text__placeholder,
.fx-input-text__field:not(:placeholder-shown) + .fx-input-text__placeholder.fx-input-text__placeholder{position:absolute;width:auto;top:0;left:8px;margin-left:0;font-size:10px;line-height:10px;transition:font-size 100ms,top 100ms,left 100ms,line-height 100ms;border-radius:5px;border:2px solid #fff;animation:fxTextinputBackgroundPlaceholder 250ms linear forwards;padding-left:8px;padding-right:8px}.fx-input-text__inner{display:flex;flex-direction:row;position:relative;border:1px solid #8a8a8a;border-radius:4px;background-color:#fff;width:100%;max-width:100%;color:#1c1c1c;transition:background-color 100ms}.fx-input-text__inner:hover:not(.fx-input-text__field:focus){border:1px solid #4b4b4b}.fx-input-text__inner:hover:not(.fx-input-text__field:focus) .fx-input-text__label,
.fx-input-text__inner:hover:not(.fx-input-text__field:focus) .fx-input-text__placeholder{color:#4b4b4b}.fx-input-text__inner:hover:not(.fx-input-text__field:focus) .fx-input-text__icon-before{border-right-color:#4b4b4b}.fx-input-text__label,
.fx-input-text__placeholder{position:absolute;width:calc(100% - (2 * 16px));top:20px;left:16px;background-color:transparent;pointer-events:none;color:#8a8a8a;font-family:'Open Sans',Verdana,Tahoma,Arial,Helvetica,sans-serif;transform:translateY(-50%);transition:font-size 100ms,top 100ms,left 100ms}.fx-input-text.fx-input-text--focus .fx-input-text__inner{border-color:#1c1c1c}.fx-input-text.fx-input-text--focus .fx-input-text__field{outline:none}.fx-input-text.fx-input-text--focus .fx-input-text__label,
.fx-input-text.fx-input-text--focus .fx-input-text__placeholder{color:#686868}.fx-input-text.fx-input-text--focus .fx-icon.fx-input-text__icon-left,
.fx-input-text.fx-input-text--focus .fx-icon.fx-input-text__icon-right{color:#1c1c1c}.fx-input-text.fx-input-text--focus .fx-icon.fx-input-text__icon-before{border-right-color:#1c1c1c}.fx-input-text.fx-input-text--focus .fx-icon{color:#1c1c1c}.fx-input-text--disabled{border-color:#8a8a8a}.fx-input-text--disabled .fx-input-text__label,
.fx-input-text--disabled .fx-input-text__placeholder,
.fx-input-text--disabled .fx-input-text__field{color:#8a8a8a}.fx-input-text.fx-input-text--search .fx-input-text__icon-right{display:none}.fx-input-text.fx-input-text--search.fx-input-text--search-has-value .fx-input-text__icon-right{display:block}.fx-input-text.fx-loader::after{border-radius:4px}.fx-input-text--failed-validation .fx-input-text__inner{border-color:#e64155}.fx-input-text--failed-validation .fx-input-text__field + .fx-input-text__label,
.fx-input-text--failed-validation .fx-input-text__field:focus + .fx-input-text__placeholder.fx-input-text__placeholder,
.fx-input-text--failed-validation .fx-input-text__field:not(:placeholder-shown) + .fx-input-text__placeholder.fx-input-text__placeholder{color:#e64155}.fx-input-text--warning .fx-input-text__inner{border-color:#e0af0b}.fx-input-text--warning .fx-input-text__field + .fx-input-text__label,
.fx-input-text--warning .fx-input-text__field:focus + .fx-input-text__placeholder.fx-input-text__placeholder,
.fx-input-text--warning .fx-input-text__field:not(:placeholder-shown) + .fx-input-text__placeholder.fx-input-text__placeholder{color:#e0af0b}@media screen and (min-width: 600px){.fx-input-text--rounded .fx-input-text__field{border-radius:48px}.fx-input-text__field{height:46px;font-size:14px;line-height:22px;letter-spacing:-0.11px;padding:13px 16px}.fx-input-text__field:-webkit-autofill::first-line{font-size:inherit;font-size:14px;line-height:22px;letter-spacing:-0.11px}.fx-input-text__field + .fx-input-text__placeholder{top:24px;font-size:14px;line-height:22px;letter-spacing:-0.11px}}@media screen and (min-width: 940px){.fx-input-text__field{font-size:16px;line-height:24px;letter-spacing:-0.26px}.fx-input-text__field + .fx-input-text__placeholder{font-size:16px;line-height:24px;letter-spacing:-0.26px}}@keyframes fxTextinputBackgroundPlaceholder{0%{background-color:transparent;border-color:transparent}40%{border-color:#fff;background-color:#fff}100%{border-color:#fff;background-color:#fff}}@keyframes shake{15%,
  95%{transform:translateY(-50%) translateX(-1px)}30%,
  60%,
  85%{transform:translateY(-50%) translateX(2px)}45%,
  75%{transform:translateY(-50%) translateX(-3px)}}.fx-input-select-simple{-webkit-user-select:none;user-select:none;display:inline-block;outline:none;padding:8px 24px 8px 16px;font-family:'Open Sans',Verdana,Tahoma,Arial,Helvetica,sans-serif;border:none;position:relative;line-height:0}.fx-input-select-simple__field{-webkit-appearance:none;cursor:pointer;position:absolute;top:0;left:0;bottom:0;right:0;width:100%;height:100%;z-index:1;opacity:0}.fx-input-select-simple__label{display:inline-block;margin-right:4px;color:#1c1c1c;font-family:'Open Sans',Verdana,Tahoma,Arial,Helvetica,sans-serif;font-size:14px;line-height:22px;letter-spacing:-0.11px}.fx-input-select-simple__chevron{color:#1c1c1c;position:absolute;right:8px;top:50%;transform:translateY(-50%);transition:color 100ms}.fx-input-select-simple:hover.fx-input-select-simple--bordered{border-color:#7e00f3}.fx-input-select-simple:hover .fx-input-select-simple__label,
.fx-input-select-simple:hover .fx-input-select-simple__chevron{color:#7e00f3}.fx-input-select-simple:hover.fx-input-select-simple--disabled{border-color:#8a8a8a}.fx-input-select-simple:hover.fx-input-select-simple--disabled .fx-input-select-simple__label{color:#8a8a8a}.fx-input-select-simple:hover.fx-input-select-simple--disabled .fx-input-select-simple__chevron{color:#8a8a8a}.fx-input-select-simple:focus .fx-input-select-simple__chevron,
.fx-input-select-simple:active .fx-input-select-simple__chevron{color:#b4b4b4}.fx-input-select-simple.fx-input-select-simple--bordered{border:1px solid #1c1c1c;border-radius:50px}.fx-input-select-simple.fx-input-select-simple--bordered.fx-input-select-simple--disabled{border-color:#8a8a8a}.fx-input-select-simple.fx-input-select-simple--bordered.fx-input-select-simple--disabled:after{border-radius:50px}.fx-input-select-simple--disabled{padding:8px 16px 8px 16px}.fx-input-select-simple--disabled .fx-input-select-simple__label{color:#8a8a8a}.fx-input-select-simple--disabled .fx-input-select-simple__chevron{display:none}.fx-input-select-simple--disabled .fx-input-select-simple__field{cursor:auto}.fx-input-select-simple--single-line-truncated .fx-input-select-simple__label{max-width:100%;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}@media screen and (min-width: 600px){.fx-input-select-simple{padding:12px 34px 12px 16px}.fx-input-select-simple__label{font-size:14px;line-height:22px;letter-spacing:-0.11px}.fx-input-select-simple--disabled{padding:12px 16px 12px 16px}}@media screen and (min-width: 940px){.fx-input-select-simple__chevron{width:24px;height:24px}}.fx-input-select-simple-with-back-arrow{display:inline-flex;border:1px solid #000;border-radius:50px}.fx-input-select-simple-with-back-arrow.fx-input-select-simple-with-back-arrow--two-elements{border-width:0}.fx-input-select-simple-with-back-arrow.fx-input-select-simple-with-back-arrow--select-disabled{border-color:#8a8a8a}.fx-input-select-simple-with-back-arrow.fx-input-select-simple-with-back-arrow--select-disabled .fx-input-select-simple-with-back-arrow--inline{border-color:#8a8a8a}.fx-input-select-simple-with-back-arrow.fx-input-select-simple-with-back-arrow--select-disabled .fx-input-select-simple-with-back-arrow--inline:hover{border-color:#8a8a8a}.fx-input-select-simple-with-back-arrow .some-class-with-max-width{max-width:200px}.fx-input-select-simple-with-back-arrow--inline{display:inline-flex;border:0 solid #000;border-radius:50px}.fx-input-select-simple-with-back-arrow--inline:hover{border-color:#7e00f3}.fx-input-select-simple-with-back-arrow.fx-input-select-simple-with-back-arrow--two-elements .fx-input-select-simple-with-back-arrow--inline{border-width:1px}.fx-input-select-simple-with-back-arrow:hover{border-color:#7e00f3}.fx-input-select-simple-with-back-arrow:hover .fx-input-select-simple-with-back-arrow__separator{border-color:#7e00f3}.fx-input-select-simple-with-back-arrow .back-arrow{display:inline-block;margin-right:8px}.fx-input-select-simple-with-back-arrow .back-arrow__link[class]{border:0}.fx-input-select-simple-with-back-arrow .back-arrow--inline{display:inline-flex;margin-right:0}.fx-input-select-simple-with-back-arrow__separator{display:inline-block;border-right:1px solid #000;height:70%;width:0;align-self:center}@media screen and (min-width: 600px){.fx-input-select-simple-with-back-arrow{border-width:0}.fx-input-select-simple-with-back-arrow--inline{border-width:1px}.fx-input-select-simple-with-back-arrow .back-arrow{margin-right:16px}}.fx-country-select__image{height:auto;margin-right:8px;max-height:100%;max-width:21px}.fx-input-select{display:flex;align-items:center;justify-content:space-between;-webkit-user-select:none;user-select:none;margin-top:16px;border-radius:4px;min-width:80px;position:relative;outline:none;font-family:'Open Sans',Verdana,Tahoma,Arial,Helvetica,sans-serif;border:1px solid #8a8a8a;color:#8a8a8a;background-color:#fff;transition:all 0.25s ease;height:40px;padding:9px 16px}.fx-input-select:hover:not(.fx-input-select--disabled):not(.fx-input-select--validation-failed),
.fx-input-select:focus:not(.fx-input-select--disabled):not(.fx-input-select--validation-failed),
.fx-input-select:focus-within:not(.fx-input-select--disabled):not(.fx-input-select--validation-failed){border-color:#4b4b4b;color:#4b4b4b}.fx-input-select:hover:not(.fx-input-select--disabled):not(.fx-input-select--validation-failed) .fx-input-select__chevron,
.fx-input-select:focus:not(.fx-input-select--disabled):not(.fx-input-select--validation-failed) .fx-input-select__chevron,
.fx-input-select:focus-within:not(.fx-input-select--disabled):not(.fx-input-select--validation-failed) .fx-input-select__chevron{color:#4b4b4b}.fx-input-select:focus:not(.fx-input-select--disabled):not(.fx-input-select--validation-failed),
.fx-input-select:focus-within:not(.fx-input-select--disabled):not(.fx-input-select--validation-failed),
.fx-input-select:active:not(.fx-input-select--disabled):not(.fx-input-select--validation-failed){border-color:#000;color:#000}.fx-input-select:focus:not(.fx-input-select--disabled):not(.fx-input-select--validation-failed) .fx-input-select__placeholder,
.fx-input-select:focus-within:not(.fx-input-select--disabled):not(.fx-input-select--validation-failed) .fx-input-select__placeholder,
.fx-input-select:active:not(.fx-input-select--disabled):not(.fx-input-select--validation-failed) .fx-input-select__placeholder{color:#000}.fx-input-select:focus:not(.fx-input-select--disabled):not(.fx-input-select--validation-failed) .fx-input-select__option-presentation,
.fx-input-select:focus-within:not(.fx-input-select--disabled):not(.fx-input-select--validation-failed) .fx-input-select__option-presentation,
.fx-input-select:active:not(.fx-input-select--disabled):not(.fx-input-select--validation-failed) .fx-input-select__option-presentation{color:#1c1c1c}.fx-input-select:focus:not(.fx-input-select--disabled):not(.fx-input-select--validation-failed) .fx-input-select__chevron,
.fx-input-select:focus-within:not(.fx-input-select--disabled):not(.fx-input-select--validation-failed) .fx-input-select__chevron,
.fx-input-select:active:not(.fx-input-select--disabled):not(.fx-input-select--validation-failed) .fx-input-select__chevron{color:#000}.fx-input-select__field{appearance:none;-webkit-appearance:none;position:absolute;top:0;left:0;right:0;bottom:0;margin:0;opacity:0;z-index:1;width:100%;cursor:pointer}.fx-input-select__option-presentation{display:flex;align-items:center;width:100%;height:100%;color:#686868;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.fx-input-select .fx-input-select__placeholder{position:absolute;top:19px;left:16px;background-color:transparent;color:#686868;font-family:'Open Sans',Verdana,Tahoma,Arial,Helvetica,sans-serif;transform:translateY(-50%);transition:font-size 100ms,top 100ms,left 100ms}.fx-input-select > .fx-input-select__placeholder.fx-input-select__placeholder--filled{position:absolute;top:0;left:8px;font-size:10px;line-height:10px;transition:font-size 100ms,top 100ms,left 100ms,line-height 100ms;border-radius:5px;border:2px solid #fff;animation:fxTextinputBackgroundPlaceholder 250ms linear forwards;padding-left:8px;padding-right:8px}.fx-input-select__chevron{color:#b4b4b4;height:24px;width:24px;min-height:24px;min-width:24px;transition:color 100ms}.fx-input-select--disabled{border-color:#8a8a8a}.fx-input-select--disabled .fx-input-select__chevron{color:#8a8a8a}.fx-input-select--disabled .fx-input-select__placeholder,
.fx-input-select--disabled .fx-input-select__option-presentation{color:#8a8a8a}.fx-input-select--border-rounded{border-radius:20px}.fx-input-select .fx-input-select__field{padding:9px 16px}.fx-input-select .fx-input-text__placeholder{font-size:14px;line-height:22px;letter-spacing:-0.11px}@media screen and (min-width: 600px){.fx-input-select{height:48px;padding:13px 16px}.fx-input-select .fx-input-select__field{padding:13px 16px}.fx-input-select .fx-input-select__option-presentation,
  .fx-input-select .fx-input-select__placeholder{top:13px;font-size:14px;line-height:22px;letter-spacing:-0.11px}.fx-input-select .fx-input-select__placeholder{top:23px}}@media screen and (min-width: 940px){.fx-input-select .fx-input-select__option-presentation{font-size:16px;line-height:24px;letter-spacing:-0.26px}.fx-input-select .fx-input-select__placeholder{font-size:16px;line-height:24px;letter-spacing:-0.26px}}.fx-input-select--validation-failed{border-color:#e64155}.fx-input-select--validation-failed .fx-input-select__placeholder,
.fx-input-select--validation-failed .fx-input-select__option-presentation,
.fx-input-select--validation-failed .fx-input-select__chevron{color:#e64155}.fx-input-select__error{color:#e64155}.fx-input-quantity{display:inline-block;-webkit-user-select:none;user-select:none;position:relative;background-color:#e8e8e8;border:1px solid #e8e8e8;border-radius:50px;vertical-align:bottom;padding:7px 22px 8px 12px;height:40px;min-width:48px}.fx-input-quantity:not(.fx-input-quantity--disabled):hover{background-color:#d6d6d6;border-color:#d6d6d6}.fx-input-quantity.fx-input-quantity--simple{background:transparent!important;border:transparent;height:24px;min-width:48px;padding:0 28px 0 4px;text-align:right}.fx-input-quantity.fx-input-quantity--simple .fx-input-quantity__label{margin-right:0}.fx-input-quantity.fx-input-quantity--simple .fx-input-quantity__field--input{background:white}.fx-input-quantity.fx-input-quantity--simple .fx-input-quantity__icon{right:0;height:24px;width:24px}.fx-input-quantity.fx-input-quantity--simple.active,
.fx-input-quantity.fx-input-quantity--simple:hover{color:#7e00f3}.fx-input-quantity.fx-input-quantity--simple.active .fx-input-quantity__label,
.fx-input-quantity.fx-input-quantity--simple:hover .fx-input-quantity__label{color:currentColor}@media screen and (min-width: 600px){.fx-input-quantity.fx-input-quantity--simple{height:22px}}@media screen and (min-width: 940px){.fx-input-quantity.fx-input-quantity--simple{height:26px;padding:0 36px 0 4px}.fx-input-quantity.fx-input-quantity--simple .fx-input-quantity__icon{height:32px;width:32px}}.fx-input-quantity--show-input{border:1px solid #b4b4b4}.fx-input-quantity__field--select{-webkit-appearance:none;position:absolute;top:0;left:0;right:0;bottom:0;width:100%;height:100%;cursor:pointer;opacity:0;z-index:1}.fx-input-quantity__field--input{border:0;background-color:#f3f3f3;position:absolute;top:0;left:0;right:0;bottom:0;width:100%;height:100%;cursor:pointer;z-index:1;border-radius:50px;outline:none;text-align:center}.fx-input-quantity__field--input::-webkit-outer-spin-button,
.fx-input-quantity__field--input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.fx-input-quantity__field--input[type='number']{-moz-appearance:textfield}.fx-input-quantity__label{color:#1c1c1c;display:inline-block;padding-top:1px;margin-right:4px}.fx-input-quantity__icon{position:absolute;top:50%;transform:translateY(-50%);z-index:0}.fx-input-quantity--disabled{border-radius:50px;cursor:default;border:1px solid #8a8a8a;background-color:#fff;color:#8a8a8a}.fx-input-quantity--disabled .fx-input-quantity__label,
.fx-input-quantity--disabled .fx-input-quantity__icon{color:#8a8a8a}.fx-input-quantity--disabled::after{border-radius:50px}.fx-input-quantity__field--select,
.fx-input-quantity__field--input,
.fx-input-quantity__label{font-size:14px;line-height:22px;letter-spacing:-0.11px}.fx-input-quantity__icon{right:8px}@media screen and (min-width: 600px){.fx-input-quantity{padding:11px 32px 12px 16px;height:48px;min-width:62px}.fx-input-quantity__field--select,
  .fx-input-quantity__field--input,
  .fx-input-quantity__label{font-size:14px;line-height:22px;letter-spacing:-0.11px}.fx-input-quantity__icon{right:10px}}@media screen and (min-width: 940px){.fx-input-quantity.fx-input-quantity--to-large{padding:14px 36px 15px 18px;height:56px;min-width:74px}.fx-input-quantity.fx-input-quantity--to-large .fx-input-quantity__field--select,
  .fx-input-quantity.fx-input-quantity--to-large .fx-input-quantity__field--input,
  .fx-input-quantity.fx-input-quantity--to-large .fx-input-quantity__label{font-size:16px;line-height:24px;letter-spacing:-0.26px}.fx-input-quantity.fx-input-quantity--to-large .fx-input-quantity__icon{right:16px}}.fx-input-radio{padding:8px}.fx-input-radio__field{position:absolute;opacity:0;z-index:-1}.fx-input-radio__field:checked + .fx-input-radio__label::after{width:12px;height:12px;left:6px;transition:opacity 0.1s;background-color:#000}.fx-input-radio__field:checked + .fx-input-radio__label::before{border-color:#000}.fx-input-radio__field:focus-visible + .fx-input-radio__label::before{border-color:#7e00f3}.fx-input-radio__field:focus-visible + .fx-input-radio__label::after{width:12px;height:12px;left:6px;background-color:#7e00f3}.fx-input-radio__field:not(:disabled) + .fx-input-radio__label:hover{cursor:pointer}.fx-input-radio__field:not(:disabled):not(:checked):not(:focus-visible) + .fx-input-radio__label:hover::before{border-color:#8a8a8a}.fx-input-radio__field:not(:disabled):not(:checked):not(:focus-visible) + .fx-input-radio__label:hover::after{width:12px;height:12px;left:6px;background-color:#e8e8e8}.fx-input-radio__label{display:flex;align-items:center;position:relative;transition:color 0.1s;font-size:14px;line-height:20px;letter-spacing:-0.11px;color:#1c1c1c}.fx-input-radio__label::before,
.fx-input-radio__label::after{position:absolute;content:'';display:inline-block;vertical-align:middle;border-radius:50%}.fx-input-radio__label::after{width:8px;height:8px;left:8px;transition:opacity 0.1s}.fx-input-radio__label::before{left:0;width:24px;height:24px;border:1px solid #b4b4b4;margin-right:8px;transition:border-color 0.1s}.fx-input-radio__label-content{margin-left:36px}@media screen and (min-width: 940px){.fx-input-radio__label{font-size:16px;letter-spacing:-0.26px}.fx-input-radio__label-content{margin-left:40px}}.fx-input-checkbox{-webkit-user-select:none;user-select:none}.fx-input-checkbox__field{position:absolute;opacity:0;z-index:-1;pointer-events:none}.fx-input-checkbox__field:checked + .fx-input-checkbox__label .fx-input-checkbox__checkmark{opacity:1;transition:opacity 0.1s}.fx-input-checkbox__field:checked + .fx-input-checkbox__label::before{border-color:#000}.fx-input-checkbox__checkmark.fx-input-checkbox__checkmark{stroke-width:3px;position:absolute;left:4px;top:50%;transform:translateY(-50%);opacity:0;transition:opacity 100ms}.fx-input-checkbox__label{display:flex;min-height:24px;align-items:center;margin-bottom:3px;position:relative;cursor:pointer;color:#1c1c1c;font-family:'Open Sans',Verdana,Tahoma,Arial,Helvetica,sans-serif;font-size:14px;line-height:22px;letter-spacing:-0.11px;transition:color 100ms;line-height:normal}.fx-input-checkbox__label::before{content:'';display:inline-block;min-width:24px;width:24px;height:24px;border:1px solid #b4b4b4;border-radius:4px;transition:border-color 0.1s;position:absolute;top:50%;transform:translateY(-50%)}.fx-input-checkbox__label:hover::before{border-color:#8a8a8a}.fx-input-checkbox__label-content{margin-left:36px}.fx-input-checkbox__label--without-extra-content-margin .fx-input-checkbox__label-content{margin-left:24px}.fx-input-checkbox.fx-input-checkbox--primary .fx-input-checkbox__field:checked + .fx-input-checkbox__label::before{border-color:#7e00f3;background:#7e00f3}.fx-input-checkbox.fx-input-checkbox--primary .fx-input-checkbox__field:checked + .fx-input-checkbox__label .fx-input-checkbox__checkmark{color:#fff}.fx-input-checkbox.fx-input-checkbox--error .fx-input-checkbox__label::before{border-color:#e64155}.fx-input-checkbox.fx-input-checkbox--error .fx-input-checkbox__label .fx-input-checkbox__checkmark{color:#e64155}.fx-input-checkbox__errors{margin-left:36px}@media screen and (min-width: 940px){.fx-input-checkbox__label{font-size:16px;line-height:24px;letter-spacing:-0.26px}}.fx-input-range{display:flex;justify-content:space-between;margin:8px}.fx-input-range__field{width:35%;height:40px;border-radius:4px;border:1px solid #8a8a8a;font-size:14px;line-height:22px;letter-spacing:-0.11px;padding:9px 16px;font-family:'Open Sans',Verdana,Tahoma,Arial,Helvetica,sans-serif}.fx-input-range__separator{width:15%;position:relative}.fx-input-range__separator:after{content:'';border:1px solid;width:16px;position:absolute;top:50%;left:50%;transform:translate(-8px)}.fx-input-range__unit{width:15%;text-align:center;margin-top:auto;margin-bottom:auto;margin-left:4px}@media screen and (min-width: 600px){.fx-input-range__field{height:48px;font-size:14px;line-height:22px;letter-spacing:-0.11px;padding:13px 16px}.fx-input-range + .fx-input-text__placeholder{top:24px;font-size:14px;line-height:22px;letter-spacing:-0.11px}}@media screen and (min-width: 940px){.fx-input-range__field{font-size:16px;line-height:24px;letter-spacing:-0.26px}.fx-input-range__field + .fx-input-text__placeholder{font-size:16px;line-height:24px;letter-spacing:-0.26px}}.fx-range-slider{position:relative;margin:8px}.fx-range-slider__input{position:absolute;bottom:0;pointer-events:none;z-index:2;height:32px;width:100%;opacity:0}.fx-range-slider__input::-webkit-slider-thumb{pointer-events:all;cursor:pointer;min-width:32px;min-height:32px;border-radius:0;border:0 none}.fx-range-slider__input::-moz-range-thumb{pointer-events:all;cursor:pointer;min-width:32px;min-height:32px;border-radius:0;border:0 none;-moz-appearance:none}.fx-range-slider__input::-ms-thumb{pointer-events:all;cursor:pointer;min-width:32px;min-height:32px;border-radius:0;border:0 none}.fx-range-slider__content{z-index:1;height:32px;display:flex;align-items:center}.fx-range-slider__track{position:relative;z-index:1;width:100%;min-height:2px;margin:0 16px;border-radius:5px;background-color:#b4b4b4}.fx-range-slider__range{position:absolute;z-index:2;left:25%;right:25%;top:0;bottom:0;border-radius:5px;background-color:#000}.fx-range-slider__thumb{position:absolute;z-index:3;width:32px;height:32px;background-color:#b4b4b4;border-radius:50%}.fx-range-slider__thumb--left{left:25%;transform:translate(-16px,-14px)}.fx-range-slider__thumb--right{right:25%;transform:translate(16px,-14px)}.fx-range-slider__thumb-decoration{display:flex;align-items:center;justify-content:center;height:100%}.fx-range-slider__thumb-line{height:10px;width:1px;margin:1px;background:white}.fx-quick-selects{position:relative;margin:8px}.fx-quick-selects__content{display:flex;align-items:flex-end;height:50px;margin:0 16px}.fx-quick-selects__bar{margin-left:1px;margin-right:1px;background:#e8e8e8;cursor:pointer}.fx-quick-selects__slider-container{position:absolute;width:100%;top:35px;pointer-events:none}.fx-quick-selects__slider{margin:0}.fx-input-password__strength{position:absolute;top:4px;right:12px}.fx-input-password__strength-bar{width:16px;height:2px;display:inline-block;margin-left:5px;border-radius:2px;background:#b4b4b4}.fx-input-password__strength--low .fx-input-password__strength-bar-first{background:#e64155}.fx-input-password__strength--mid .fx-input-password__strength-bar-first,
.fx-input-password__strength--mid .fx-input-password__strength-bar-second{background:#e0af0b}.fx-input-password__strength--high .fx-input-password__strength-bar{background:#00b27d}.fx-input-password__strength .fx-input-text__field::-webkit-credentials-auto-fill-button{margin-right:30px;margin-top:2px}.fx-input-password__strength.fx-input-text--with-placeholder .fx-input-text__field::-webkit-credentials-auto-fill-button{margin-top:-5px}.fx-input-password .fx-icon--eye-slash,
.fx-input-password .fx-icon--eye{width:24px;height:24px}.fx-input-password .fx-input-text__field::-ms-reveal,
.fx-input-password .fx-input-text__field::-ms-clear{display:none}@media screen and (min-width: 600px){.fx-input-password__strength{top:6px}.fx-input-password__strength-bar{margin-left:6px}}@media screen and (min-width: 940px){.fx-input-password__strength-bar{margin-left:8px}}.fx-password-rules{display:flex;flex-wrap:wrap;align-items:center;font-size:12px}.fx-password-rules .fx-password-rules__item{display:flex;align-items:center;margin-right:8px}.fx-password-rules .fx-password-rules__icon{width:14px;height:14px;margin-right:2px}.fx-input-text textarea.fx-input-text__field{height:auto}.fx-input-textarea--with-max-length{margin-bottom:32px}.fx-input-textarea--with-max-length .fx-input-text__inner{position:relative}.fx-input-textarea--with-max-length .fx-input-text__inner .fx-input-text__field{resize:vertical}.fx-input-textarea--with-max-length .fx-input-text__inner .fx-input-textarea__max-length-indicator{position:absolute;right:0;bottom:-24px}.fx-value-slider{position:relative;padding:8px}.fx-value-slider__input{position:absolute;bottom:0;pointer-events:none;z-index:2;opacity:0}.fx-value-slider__input::-webkit-slider-thumb{pointer-events:all;cursor:pointer;min-width:32px;min-height:32px;border-radius:0;border:0 none}.fx-value-slider__input::-moz-range-thumb{pointer-events:all;cursor:pointer;min-width:32px;min-height:32px;border-radius:0;border:0 none;-moz-appearance:none}.fx-value-slider__input::-ms-thumb{pointer-events:all;cursor:pointer;min-width:32px;min-height:32px;border-radius:0;border:0 none}.fx-value-slider__icon{width:24px;height:24px}.fx-value-slider__content{z-index:1;display:flex;align-items:center;justify-content:center}.fx-value-slider__track{cursor:pointer;position:relative;z-index:1;border-radius:5px;background-color:#b4b4b4}.fx-value-slider__range{position:absolute;z-index:2;left:0;top:0;bottom:0;border-radius:5px;background-color:#000}.fx-value-slider__thumb{display:flex;justify-content:center;align-items:center;position:absolute;z-index:3;color:#fff;width:32px;height:32px;background-color:#000;border-radius:50%;left:25%}.fx-value-slider__thumb-decoration{display:flex;align-items:center;justify-content:center;height:100%}.fx-value-slider__thumb-line{height:10px;width:1px;margin:1px;background:white}.fx-value-slider--horizontal .fx-value-slider__input{height:32px;width:100%}.fx-value-slider--horizontal .fx-value-slider__content{height:32px}.fx-value-slider--horizontal .fx-value-slider__track{width:100%;min-height:5px;margin:0 16px}.fx-value-slider--horizontal .fx-value-slider__thumb{transform:translate(-14px,-14px)}.fx-value-slider--vertical .fx-value-slider{height:100%}.fx-value-slider--vertical .fx-value-slider__input{writing-mode:bt-lr;-webkit-appearance:slider-vertical;width:32px;height:100%}.fx-value-slider--vertical .fx-value-slider__content{width:32px;height:100%}.fx-value-slider--vertical .fx-value-slider__track{height:100%;min-width:5px}.fx-value-slider--vertical .fx-value-slider__range{width:100%}.fx-value-slider--vertical .fx-value-slider__thumb{transform:translate(-14px,14px)}.fx-input-message{display:flex;justify-content:left;vertical-align:center;align-items:center;margin-top:4px}.fx-input-message.fx-input-message--error{color:#e64155}.fx-input-message.fx-input-message--warning{color:#e0af0b}.fx-input-message.fx-input-message--info{color:#008291}.fx-input-message.fx-input-message--info .fx-input-message__icon{color:#008291}.fx-input-message__icon{flex-shrink:0;height:16px;width:16px;margin-right:4px}.fx-input-message__text{font-size:10px;line-height:16px;letter-spacing:0.25px}@media screen and (min-width: 600px){.fx-input-message__text{font-size:12px;line-height:16px;letter-spacing:0.1px}}.fx-input-phonenumber{margin-top:16px}.fx-input-phonenumber > .fx-input-phonenumber__info{display:none;padding:8px 12px;background:#f3f3f3;border-top-left-radius:4px;border-top-right-radius:4px;border:1px solid #8a8a8a;border-bottom:0;font-size:14px;line-height:22px;letter-spacing:-0.11px}@media screen and (min-width: 600px){.fx-input-phonenumber__info{font-size:14px;line-height:22px;letter-spacing:-0.11px}}@media screen and (min-width: 940px){.fx-input-phonenumber > .fx-input-phonenumber__info{display:block}.fx-input-phonenumber > .fx-input-phonenumber__info + .fx-input-phonenumber__inputs-wrapper .fx-input-phonenumber__country{border-top-left-radius:0}.fx-input-phonenumber > .fx-input-phonenumber__info + .fx-input-phonenumber__inputs-wrapper .fx-input-phonenumber__field-inner{border-top-right-radius:0}.fx-input-phonenumber__inputs-wrapper{display:flex;flex-direction:row;align-items:start}.fx-input-phonenumber__country{flex-grow:0;flex-shrink:0;width:110px;margin-top:0;border-top-right-radius:0;border-bottom-right-radius:0;border-right:none}.fx-input-phonenumber__field{margin-top:0}.fx-input-phonenumber__field-wrapper{flex-grow:1}.fx-input-phonenumber__field-wrapper .fx-input-phonenumber__info{display:none}.fx-input-phonenumber__field-inner{border-top-left-radius:0;border-bottom-left-radius:0}}.fx-product-box{display:flex;flex-direction:column;width:100%;padding-bottom:8px;margin-bottom:16px;-webkit-text-decoration:none;text-decoration:none}a.fx-product-box:hover{color:#1c1c1c}a.fx-product-box:hover .fx-product-box__image{transform:scale(1.05) translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}a.fx-product-box:hover .description{color:#7e00f3}.fx-product-box__rank{position:absolute;text-align:center;margin:0;top:0;left:0;width:48px;height:48px;padding:4px 23px 0 0;z-index:2;color:#000;background:linear-gradient(135deg,#e8e8e8 0%,#e8e8e8 50%,rgba(255,255,255,0) 50%,rgba(255,255,255,0) 100%)}.fx-product-box__energy-efficiency{position:absolute;right:0;bottom:0}.fx-product-box__image-wrapper{position:relative;width:100%;height:0;padding-top:100%;margin-bottom:8px}.fx-product-box__image-wrapper--with-tag{border-radius:0 0 0 2px}.fx-product-box__image-wrapper > .fx-tag,
.fx-product-box__image-wrapper > .fx-tag-collection{position:absolute;bottom:0;left:0}.fx-product-box__image-inner-wrapper{display:flex;align-items:center;justify-content:center;padding:8px;position:absolute;top:0;left:0;height:100%;width:100%;text-align:center}.fx-product-box__image{height:auto;max-width:100%;max-height:100%;margin:0;transition:transform 0.25s 0s cubic-bezier(0.25,0.8,0.25,1)}.fx-product-box .description{font-size:13px;line-height:18px;letter-spacing:-0.1px;margin-bottom:2px;font-weight:400;color:#1c1c1c}.fx-product-box__download-info{display:flex;align-items:center;color:#0db5c9}.fx-product-box__download-info .download-icon{margin-right:4px}.fx-product-box__download-info,
.fx-product-box__availability{margin-bottom:2px;font-size:12px;line-height:16px}.fx-product-box .rating-stars-container,
.fx-product-box__tag{margin-bottom:2px}.fx-product-box .price{color:#1c1c1c}.fx-product-box__basket-action{margin-top:14px}.fx-product-box__compare-action{margin-bottom:16px}.fx-product-box__compare-action .fx-product-box__compare-action-button[class]{margin-left:0}.fx-product-box.fx-product-box--no-margin{margin-bottom:0}.fx-product-box__wishlist-action{position:absolute;top:0;right:0;display:flex;justify-content:center;align-items:center;width:40px;height:40px;text-align:center;border-radius:24px;background-color:#f3f3f3}.fx-product-box__wishlist-action .filled-heart{color:#7e00f3}.fx-product-box__wishlist-icon{width:16px;height:16px}@media screen and (min-width: 600px){.fx-product-box{padding-bottom:12px}.fx-product-box__rank{height:56px;width:56px;padding:6px 27px 0 0}.fx-product-box .rating-stars-container .rating-stars__active,
  .fx-product-box .rating-stars-container .rating-stars__placeholder{height:16px;width:16px}.fx-product-box .description{font-size:14px;line-height:20px;letter-spacing:-0.11px;margin-bottom:4px}.fx-product-box__download-info,
  .fx-product-box__availability{margin-bottom:8px;font-size:13px;line-height:16px}.fx-product-box__wishlist-icon{width:24px;height:24px}}@media screen and (min-width: 940px){.fx-product-box{margin-bottom:40px}.fx-product-box__rank{height:68px;width:68px;padding:10px 28px 0 0}.fx-product-box .rating-stars-container .rating-stars__active,
  .fx-product-box .rating-stars-container .rating-stars__placeholder{height:20px;width:20px}.fx-product-box__image-inner-wrapper{padding:16px}.fx-product-box .description{font-size:16px;line-height:22px;letter-spacing:-0.45px;margin-bottom:5px}.fx-product-box__download-info .download-icon{margin-right:6px}.fx-product-box__download-info,
  .fx-product-box__availability{margin-bottom:5px;font-size:16px;line-height:24px;letter-spacing:-0.08px}.fx-product-box__wishlist-action{height:48px;width:48px}}@media screen and (min-width: 1150px){.fx-product-box__wishlist-icon{width:32px;height:32px}}.fx-product-box.fx-product-box--double,
.fx-product-box.fx-product-box--hall-of-fame{text-align:center}.fx-product-box.fx-product-box--double .rating-stars-container,
.fx-product-box.fx-product-box--hall-of-fame .rating-stars-container,
.fx-product-box.fx-product-box--double .price,
.fx-product-box.fx-product-box--hall-of-fame .price{display:flex;justify-content:center}.fx-product-box.fx-product-box--double .fx-product-box__sold-count,
.fx-product-box.fx-product-box--hall-of-fame .fx-product-box__sold-count{font-weight:700;color:#c2ac49;font-size:13px}.fx-product-box.fx-product-box--double .fx-price-group.fx-price-group--strike-highlight,
.fx-product-box.fx-product-box--hall-of-fame .fx-price-group.fx-price-group--strike-highlight{align-items:center}.fx-product-box.fx-product-box--double .hall-of-fame,
.fx-product-box.fx-product-box--hall-of-fame .hall-of-fame{margin:-8% 0 0;z-index:1;height:100%;display:flex;justify-content:center}.fx-product-box.fx-product-box--double .hall-of-fame__image,
.fx-product-box.fx-product-box--hall-of-fame .hall-of-fame__image{width:33.33%}.fx-product-box.fx-product-box--double .fx-product-box__image-wrapper,
.fx-product-box.fx-product-box--hall-of-fame .fx-product-box__image-wrapper{padding-top:calc(50% - 8px);position:relative}.fx-product-box.fx-product-box--double .fx-product-box__picture,
.fx-product-box.fx-product-box--hall-of-fame .fx-product-box__picture{display:flex;justify-content:center}.fx-product-box.fx-product-box--double .fx-product-box__image-inner-wrapper,
.fx-product-box.fx-product-box--hall-of-fame .fx-product-box__image-inner-wrapper{display:block}.fx-product-box.fx-product-box--double .fx-product-box__image,
.fx-product-box.fx-product-box--hall-of-fame .fx-product-box__image{max-width:calc(50% - 16px);height:100%}@media screen and (min-width: 600px){.fx-product-box.fx-product-box--double .fx-product-box__sold-count,
  .fx-product-box.fx-product-box--hall-of-fame .fx-product-box__sold-count{margin-bottom:2px;font-size:14px}.fx-product-box.fx-product-box--double .fx-product-box__image-wrapper,
  .fx-product-box.fx-product-box--hall-of-fame .fx-product-box__image-wrapper{padding-top:calc(50% - 8px)}.fx-product-box.fx-product-box--double .fx-product-box__image,
  .fx-product-box.fx-product-box--hall-of-fame .fx-product-box__image{max-width:calc(50% - 16px)}.fx-product-box.fx-product-box--double .hall-of-fame,
  .fx-product-box.fx-product-box--hall-of-fame .hall-of-fame{margin-bottom:2px}}@media screen and (min-width: 940px){.fx-product-box.fx-product-box--double .description__manufacturer,
  .fx-product-box.fx-product-box--hall-of-fame .description__manufacturer{font-weight:700}.fx-product-box.fx-product-box--double .hall-of-fame,
  .fx-product-box.fx-product-box--hall-of-fame .hall-of-fame{margin-bottom:4px}.fx-product-box.fx-product-box--double .fx-product-box__sold-count,
  .fx-product-box.fx-product-box--hall-of-fame .fx-product-box__sold-count{margin-bottom:4px;font-size:16px}.fx-product-box.fx-product-box--double .fx-product-box__image-wrapper,
  .fx-product-box.fx-product-box--hall-of-fame .fx-product-box__image-wrapper{padding-top:calc(50% - 12px)}.fx-product-box.fx-product-box--double .fx-product-box__image,
  .fx-product-box.fx-product-box--hall-of-fame .fx-product-box__image{max-width:calc(50% - 24px)}}.fx-product-box.fx-product-box--highlights .fx-product-box__wrapper{position:relative;z-index:1}.fx-product-box.fx-product-box--highlights .fx-product-box__wrapper:after{content:'';position:absolute;z-index:-1;top:0;right:0;height:100%;width:calc(100% - 20px + 2px);box-shadow:1px 1px 0 #5f08bf,2px 2px 0 #5f08bf,3px 3px 0 #5f08bf,4px 4px 0 #5f08bf,5px 5px 0 #5f08bf,6px 6px 0 #5f08bf,7px 7px 0 #5f08bf,8px 8px 0 #5f08bf,9px 9px 0 #5f08bf,10px 10px 0 #5f08bf}.fx-product-box.fx-product-box--highlights .fx-product-box__inner-wrapper{width:100%;height:100%;min-height:300px;background:#fff;position:relative;-webkit-clip-path:polygon(0 0,0 calc(100% - 20px),20px 100%,100% 100%,100% 0);clip-path:polygon(0 0,0 calc(100% - 20px),20px 100%,100% 100%,100% 0)}.fx-product-box.fx-product-box--highlights .fx-product-box__image-wrapper{height:100%;width:100%;background:#fff;padding:0}.fx-product-box.fx-product-box--highlights .fx-product-box__image-wrapper .fx-tag-collection{top:0}.fx-product-box.fx-product-box--highlights .fx-product-box__image-wrapper .fx-tag-collection .fx-tag{display:inline-flex;align-items:center;height:30px;padding:7px 16px 9px 16px;font-weight:700;border-radius:0;font-size:16px}.fx-product-box.fx-product-box--highlights .fx-product-box__image-wrapper .fx-product-box__image-inner-wrapper{position:relative;display:block;height:100%;width:100%;background:#fff}.fx-product-box.fx-product-box--highlights .fx-product-box__image-inner-wrapper{padding-top:16px}.fx-product-box.fx-product-box--highlights .fx-product-box__details-wrapper{position:absolute;background:rgba(255,255,255,0.8);padding:10px;bottom:0;width:100%}.fx-product-box.fx-product-box--highlights .fx-product-box__details-wrapper .price-wrapper{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;row-gap:14px}.fx-product-box.fx-product-box--highlights .fx-product-box__details-wrapper .price .fx-price-group__primary{font-size:24px;line-height:24px;letter-spacing:-0.38px;color:#ff1776}.fx-product-box.fx-product-box--highlights .fx-product-box__details-wrapper .price .fx-price-group__strike{font-size:20px;line-height:20px;letter-spacing:-0.5px}.fx-product-box.fx-product-box--highlights .fx-product-box__basket-action{margin:0;align-self:flex-end}.fx-product-box.fx-product-box--highlights .fx-product-box__wishlist-action{background:#fff;margin:10px}@media screen and (min-width: 940px){.fx-product-box.fx-product-box--highlights .fx-product-box__details-wrapper{padding:16px}.fx-product-box.fx-product-box--highlights .fx-product-box__wishlist-action{margin:16px}.fx-product-box.fx-product-box--highlights .fx-product-box__image-wrapper .fx-tag-collection .fx-tag{height:40px;padding:8px 16px;font-weight:700;font-size:22px}}.fx-product-box.fx-product-box--highlights-rounded .fx-product-box__wrapper{position:relative;z-index:1}.fx-product-box.fx-product-box--highlights-rounded .fx-product-box__inner-wrapper{width:100%;height:100%;min-height:300px;background:#fff;position:relative;border-radius:36px;overflow:hidden}.fx-product-box.fx-product-box--highlights-rounded .fx-product-box__image-wrapper{height:100%;padding:0}.fx-product-box.fx-product-box--highlights-rounded .fx-product-box__image-wrapper .fx-tag-collection{left:8px;top:8px}.fx-product-box.fx-product-box--highlights-rounded .fx-product-box__image-wrapper .fx-tag-collection .fx-tag{display:inline-flex;align-items:center;width:60px;height:60px;font-weight:700;border-radius:50%;padding:0;justify-content:center;font-size:16px}.fx-product-box.fx-product-box--highlights-rounded .fx-product-box__image-wrapper .fx-tag-collection .fx-tag__icon{width:32px;height:32px}.fx-product-box.fx-product-box--highlights-rounded .fx-product-box__image-wrapper .fx-product-box__image-inner-wrapper{position:relative;display:block;background:#fff;border-radius:36px}.fx-product-box.fx-product-box--highlights-rounded .fx-product-box__image-wrapper .fx-product-box__image{border-radius:36px}.fx-product-box.fx-product-box--highlights-rounded .fx-product-box__image-inner-wrapper{padding-top:16px}.fx-product-box.fx-product-box--highlights-rounded .fx-product-box__details-wrapper{position:absolute;background:rgba(255,255,255,0.8);padding:10px 16px 16px;bottom:0;width:100%;border-radius:36px}.fx-product-box.fx-product-box--highlights-rounded .fx-product-box__details-wrapper .price-wrapper{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;row-gap:14px}.fx-product-box.fx-product-box--highlights-rounded .fx-product-box__details-wrapper .price .fx-price-group__primary{font-size:24px;line-height:24px;letter-spacing:-0.38px;color:#ff1776}.fx-product-box.fx-product-box--highlights-rounded .fx-product-box__details-wrapper .price .fx-price-group__strike{font-size:20px;line-height:20px;letter-spacing:-0.5px}.fx-product-box.fx-product-box--highlights-rounded .fx-product-box__basket-action{margin:0;align-self:flex-end}.fx-product-box.fx-product-box--highlights-rounded .fx-product-box__wishlist-action{background:#fff;margin:10px}@media screen and (min-width: 940px){.fx-product-box.fx-product-box--highlights-rounded .fx-product-box__details-wrapper{padding:16px;border-radius:42px}.fx-product-box.fx-product-box--highlights-rounded .fx-product-box__details-wrapper .price .fx-price-group__primary{font-size:30px;line-height:32px;letter-spacing:-0.75px}.fx-product-box.fx-product-box--highlights-rounded .fx-product-box__wishlist-action{margin:16px}.fx-product-box.fx-product-box--highlights-rounded .fx-product-box__image-wrapper .fx-tag-collection .fx-tag{width:72px;height:72px;font-size:22px}.fx-product-box.fx-product-box--highlights-rounded .fx-product-box__image-wrapper .fx-tag-collection .fx-tag__icon{width:40px;height:40px}.fx-product-box.fx-product-box--highlights-rounded .fx-product-box__image-inner-wrapper,
  .fx-product-box.fx-product-box--highlights-rounded .fx-product-box__inner-wrapper{border-radius:42px}}.fx-product-box.fx-product-box--skin-light .description,
.fx-product-box.fx-product-box--skin-light .price,
.fx-product-box.fx-product-box--skin-light .fx-rating-stars__filler-icon{color:#fff}.fx-product-box.fx-product-box--skin-light .fx-product-box__image-wrapper{background:#fff}.fx-product-box.fx-product-box--skin-light .fx-rating-stars__description,
.fx-product-box.fx-product-box--skin-light .fx-typography-price-secondary[class],
.fx-product-box.fx-product-box--skin-light .fx-typography-price-secondary[class].fx-typography-price-secondary--strike:after{color:#b4b4b4}.fx-product-box.fx-product-box--skin-light:hover .description{color:#fff}.fx-background-color--neutral-100 .fx-product-box-skeleton__image-wrapper{background-image:linear-gradient(135deg,rgba(255,255,255,0) 25%,#e8e8e8 25%,#e8e8e8 50%,rgba(255,255,255,0) 50%,rgba(255,255,255,0) 75%,#e8e8e8 75%,#e8e8e8 100%);background-size:56.57px 56.57px;border-radius:4px}.fx-product-box-skeleton__image-wrapper{background-image:linear-gradient(135deg,rgba(255,255,255,0) 25%,#f3f3f3 25%,#f3f3f3 50%,rgba(255,255,255,0) 50%,rgba(255,255,255,0) 75%,#f3f3f3 75%,#f3f3f3 100%);background-size:56.57px 56.57px;border-radius:4px}.fx-top-news{display:flex;flex-direction:column;width:100%;padding-bottom:8px;margin-bottom:16px}a.fx-top-news:hover{color:#1c1c1c}a.fx-top-news:hover .fx-top-news__image{transform:scale(1.05) translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}a.fx-top-news:hover .description{color:#7e00f3}.fx-top-news__image-wrapper{position:relative;width:100%;height:0;padding-top:100%;margin-bottom:8px}.fx-top-news__image-inner-wrapper{display:flex;align-items:center;justify-content:center;padding:8px;position:absolute;top:0;left:0;height:100%;width:100%;text-align:center}.fx-top-news__image{height:auto;max-width:100%;max-height:100%;margin:0;transition:transform 0.25s 0s cubic-bezier(0.25,0.8,0.25,1)}.fx-top-news .description{font-size:13px;line-height:18px;letter-spacing:-0.1px;margin-bottom:2px;font-weight:400;color:#1c1c1c}.fx-top-news .price{color:#1c1c1c}@media screen and (min-width: 600px){.fx-top-news{padding-bottom:12px}.fx-top-news .description{font-size:14px;line-height:20px;letter-spacing:-0.11px;margin-bottom:8px}}@media screen and (min-width: 940px){.fx-top-news{margin-bottom:40px}.fx-top-news__image-inner-wrapper{padding:16px}.fx-top-news .description{font-size:18px;line-height:24px;letter-spacing:-0.45px;margin-bottom:5px}}.fx-top-news{background:#f3f3f3;padding:8px 8px 21px 8px;border-radius:8px;position:relative;overflow:hidden}.fx-top-news .fx-top-news__content-wrapper{padding:0 0 8px 0}@media screen and (min-width: 940px){.fx-top-news{padding:8px;display:flex;flex-direction:row}.fx-top-news .description{font-size:16px;line-height:24px;letter-spacing:-0.4px;margin-bottom:5px}.fx-top-news .fx-top-news__image-wrapper{padding-top:50%;flex-grow:1;flex-basis:0}.fx-top-news .fx-top-news__content-wrapper{flex-grow:1;flex-basis:0;padding:16px}}.fx-top-news .fx-top-news--clouds{position:absolute;bottom:0;right:0;background:transparent;border-radius:0 0 8px 0;width:90%;mix-blend-mode:darken;max-width:176px;transition:background 0.3s}@media screen and (min-width: 940px){.fx-top-news .fx-top-news--clouds{width:65%}}.fx-top-news-skeleton{background-image:linear-gradient(135deg,rgba(255,255,255,0) 25%,#e8e8e8 25%,#e8e8e8 50%,rgba(255,255,255,0) 50%,rgba(255,255,255,0) 75%,#e8e8e8 75%,#e8e8e8 100%);background-size:56.57px 56.57px;border-radius:8px}.fx-underlined-headline.fx-headline--2 > .fx-underlined-headline--underlined{background-image:linear-gradient(0deg,#7e00f3 100%,#7e00f3 100%);background-repeat:repeat-x;background-position:0 24px;background-size:2px 4px}.fx-underlined-headline.fx-headline--2 > .fx-underlined-headline--secondary{background-image:linear-gradient(0deg,#00ddf6 100%,#00ddf6 100%);background-repeat:repeat-x;background-position:0 24px;background-size:2px 4px}.fx-color-switch--secondary .fx-underlined-headline.fx-headline--2 > .fx-underlined-headline--underlined{background-image:linear-gradient(0deg,#00ddf6 100%,#00ddf6 100%)}@media screen and (min-width: 600px){.fx-underlined-headline.fx-headline--2 > .fx-underlined-headline--underlined,
  .fx-underlined-headline.fx-headline--2 > .fx-underlined-headline--secondary{background-position:0 30px;background-size:2px 6px}}@media screen and (min-width: 940px){.fx-underlined-headline.fx-headline--2 > .fx-underlined-headline--underlined,
  .fx-underlined-headline.fx-headline--2 > .fx-underlined-headline--secondary{background-position:0 38px;background-size:2px 8px}}@media not all and (-webkit-min-device-pixel-ratio: 0), not all and (min-resolution: 0.001dpcm){@supports (-webkit-touch-callout: none){.fx-underlined-headline.fx-headline--2 > .fx-underlined-headline--underlined,
    .fx-underlined-headline.fx-headline--2 > .fx-underlined-headline--secondary{background-position:0 28px}@media screen and (min-width: 600px){.fx-underlined-headline.fx-headline--2 > .fx-underlined-headline--underlined,
      .fx-underlined-headline.fx-headline--2 > .fx-underlined-headline--secondary{background-position:0 37px}}@media screen and (min-width: 940px){.fx-underlined-headline.fx-headline--2 > .fx-underlined-headline--underlined,
      .fx-underlined-headline.fx-headline--2 > .fx-underlined-headline--secondary{background-position:0 39px}}}}.fx-carousel.t-carousel{height:auto}.fx-carousel .track-holder{margin:0 -8px}.fx-carousel__item{position:relative;overflow:hidden;outline:none;display:inline-block;padding:0 8px}.fx-carousel__button{margin:4px 8px}.fx-carousel.fx-carousel-with-product-box-action .fx-carousel__item{display:flex;flex-direction:column;justify-content:space-between}@media screen and (min-width: 600px){.fx-carousel .track-holder{margin:0 -8px}.fx-carousel__item{padding:0 8px}.fx-carousel__button{margin:8px 12px 4px}}@media screen and (min-width: 940px){.fx-carousel .track-holder{margin:0 -12px}.fx-carousel__item{padding:0 12px}.fx-carousel__button{margin:8px 16px 4px}}.fx-carousel .control-direction .control-direction__button{position:absolute;left:1px;top:calc(50% - (48px / 2) - (16px / 4));transition:visibility 0.18s ease-in,opacity 0.18s ease-in;opacity:0}.fx-carousel .control-direction .control-direction__button > .control-buttons___icon{color:#fff}.fx-carousel .control-direction .control-direction__button.control-direction--next{right:1px;left:auto}.fx-carousel .control-direction .control-direction__button[disabled],
.fx-carousel .control-direction .control-direction__button[dislabed]:hover{opacity:0;visibility:hidden}@media screen and (min-width: 940px){.fx-carousel .control-direction .control-direction__button{top:calc(50% - (56px / 2) - (24px / 4))}}.fx-carousel .control-direction--square .control-direction__button{opacity:1;border-radius:unset;left:0;top:calc(50% - (48px / 2));background-color:rgba(28,28,28,0.4);border:none}@media (hover: hover) and (pointer: fine){.fx-carousel:hover .controls-holder .control-direction .control-direction__button:not([disabled]){opacity:1}}.fx-carousel .control-indicators{margin-top:calc(-16px + 2px);padding:16px 0 11px;position:relative}.fx-carousel .control-indicators .control-indicators-track{list-style:none;display:flex;align-items:center;width:100%;margin:0;padding:0;height:3px;position:absolute;left:0;bottom:calc(50% - 4px);z-index:1;transition:height 0.1s ease-in;background-color:#e8e8e8;cursor:pointer}.fx-carousel .control-indicators .control-indicators-track,
.fx-carousel .control-indicators .control-indicators-track__mover{border-radius:6px}.fx-carousel .control-indicators .control-indicators-track__item{flex:1 0 auto;height:100%;position:relative}.fx-carousel .control-indicators .control-indicators-track__mover{content:'';position:absolute;left:0;background-color:transparent;z-index:1;height:3px;width:100%;transition:height 0.1s ease-in,left 0.4s ease-out,background-color 0.5s 0.35s ease-in}.fx-carousel .control-indicators .control-indicators-track.control-indicators-track--initialized-yes .control-indicators-track__mover{background-color:#1c1c1c}.fx-carousel .control-indicators.control-indicators--without-hover{visibility:hidden}.fx-carousel .control-indicators.control-indicators--without-hover .control-indicators-track.control-indicators-track--initialized-yes{cursor:default}.fx-carousel .control-indicators.control-indicators--without-hover .control-indicators-track.control-indicators-track--initialized-yes .control-indicators-track__mover{content:none;background-color:transparent}.fx-carousel .control-indicators:not(.control-indicators--without-hover):hover .control-indicators-track{height:6px}.fx-carousel .control-indicators:not(.control-indicators--without-hover):hover .control-indicators-track__item:after{background-color:#fff}.fx-carousel .control-indicators:not(.control-indicators--without-hover):hover .control-indicators-track__mover{height:6px}@media screen and (min-width: 940px){.fx-carousel .control-indicators{margin-top:calc(-24px + 2px);padding:24px 0 11px}}.fx-carousel.fx-carousel--skin-bleed.fx-carousel--skin-bleed-cyberweek .fx-carousel__headline{color:#fff}.fx-carousel.fx-carousel--skin-bleed.fx-carousel--skin-bleed-cyberweek .control-indicators .control-indicators-track{background-color:rgba(255,255,255,0.4)}.fx-carousel.fx-carousel--skin-bleed.fx-carousel--skin-bleed-cyberweek .control-indicators .control-indicators-track__mover{background-color:#fff}.fx-carousel.fx-carousel--skin-bleed.fx-carousel--skin-bleed-cyberweek .holder:before,
.fx-carousel.fx-carousel--skin-bleed.fx-carousel--skin-bleed-cyberweek .holder:after{width:24px;background:#942649;background:linear-gradient(180deg,#fb7099 0%,#fb7099 73%,#ee678f 100%);height:calc(100% - 36px)}.fx-carousel.fx-carousel--skin-bleed.fx-carousel--skin-bleed-cyberweek .holder:after{-webkit-mask-image:linear-gradient(to right,transparent 0%,white 100%);mask-image:linear-gradient(to right,transparent 0%,white 100%)}.fx-carousel.fx-carousel--skin-bleed.fx-carousel--skin-bleed-cyberweek .holder:before{-webkit-mask-image:linear-gradient(to left,transparent 0%,white 100%);mask-image:linear-gradient(to left,transparent 0%,white 100%)}.fx-carousel.fx-carousel--skin-bleed.fx-carousel--skin-bleed-cyberweek .control-direction__button:hover{background-color:#565656;border-color:#565656}@media screen and (min-width: 600px){.fx-carousel.fx-carousel--skin-bleed.fx-carousel--skin-bleed-cyberweek .holder:before,
  .fx-carousel.fx-carousel--skin-bleed.fx-carousel--skin-bleed-cyberweek .holder:after{width:32px;height:calc(100% - 40px)}}@media screen and (min-width: 940px){.fx-carousel.fx-carousel--skin-bleed.fx-carousel--skin-bleed-cyberweek .holder:before,
  .fx-carousel.fx-carousel--skin-bleed.fx-carousel--skin-bleed-cyberweek .holder:after{width:32px;height:calc(100% - 60px)}}.fx-carousel.fx-carousel--skin-bleed .holder{width:calc(100% + (24px * 2));margin-left:-24px}.fx-carousel.fx-carousel--skin-bleed .holder:before,
.fx-carousel.fx-carousel--skin-bleed .holder:after{content:'';position:absolute;height:100%;width:24px;top:0;z-index:1}.fx-carousel.fx-carousel--skin-bleed .holder:after{right:-24px;background:linear-gradient(to right,#fff 0%,rgba(255,255,255,0) 0%,rgba(255,255,255,0.6) 100%)}.fx-carousel.fx-carousel--skin-bleed .holder:before{left:-24px;background:linear-gradient(to left,#fff 0%,rgba(255,255,255,0) 0%,rgba(255,255,255,0.6) 100%)}.fx-carousel.fx-carousel--skin-bleed .control-direction .control-direction__button{left:-12px;z-index:2}.fx-carousel.fx-carousel--skin-bleed .control-direction .control-direction__button.control-direction--next{right:-12px;left:auto}.fx-carousel.fx-carousel--skin-bleed .track-holder{width:calc(100% - (24px * 2 - 16px));margin-left:calc(24px - 16px / 2)}.fx-carousel.fx-carousel--skin-bleed .controls-holder{width:calc(100% - (24px * 2));margin-left:24px}@media screen and (min-width: 600px){.fx-carousel.fx-carousel--skin-bleed .holder{width:calc(100% + (32px * 2));margin-left:-32px}.fx-carousel.fx-carousel--skin-bleed .holder:before,
  .fx-carousel.fx-carousel--skin-bleed .holder:after{width:32px}.fx-carousel.fx-carousel--skin-bleed .holder:after{right:-32px}.fx-carousel.fx-carousel--skin-bleed .holder:before{left:-32px}.fx-carousel.fx-carousel--skin-bleed .holder:after{right:-32px;background:linear-gradient(to right,#fff 0%,rgba(255,255,255,0) 0%,rgba(255,255,255,0.8) 100%)}.fx-carousel.fx-carousel--skin-bleed .holder:before{left:-32px;background:linear-gradient(to left,#fff 0%,rgba(255,255,255,0) 0%,rgba(255,255,255,0.8) 100%)}.fx-carousel.fx-carousel--skin-bleed .track-holder{width:calc(100% - (32px * 2 - 16px));margin-left:calc(32px - 16px / 2)}.fx-carousel.fx-carousel--skin-bleed .controls-holder{width:calc(100% - (32px * 2));margin-left:32px}.fx-carousel.fx-carousel--skin-bleed .control-direction .control-direction__button{left:-16px}.fx-carousel.fx-carousel--skin-bleed .control-direction .control-direction__button.control-direction--next{right:-16px;left:auto}.fx-carousel.fx-carousel--skin-bleed.fx-carousel--skin-bleed .track-holder{width:calc(100% - (32px * 2 - 16px));margin-left:calc(32px - 16px / 2)}}@media screen and (min-width: 940px){.fx-carousel.fx-carousel--skin-bleed .holder{width:calc(100% + (40px * 2));margin-left:-40px}.fx-carousel.fx-carousel--skin-bleed .holder:before,
  .fx-carousel.fx-carousel--skin-bleed .holder:after{width:40px}.fx-carousel.fx-carousel--skin-bleed .holder:after{right:-40px;background:linear-gradient(to right,#fff 0%,rgba(255,255,255,0) 0%,rgba(255,255,255,0.99) 100%)}.fx-carousel.fx-carousel--skin-bleed .holder:before{left:-40px;background:linear-gradient(to left,#fff 0%,rgba(255,255,255,0) 0%,rgba(255,255,255,0.99) 100%)}.fx-carousel.fx-carousel--skin-bleed .track-holder{width:calc(100% - (32px * 2 - 16px));margin-left:calc(32px - 16px / 2)}.fx-carousel.fx-carousel--skin-bleed .controls-holder{width:calc(100% - (40px * 2));margin-left:40px}.fx-carousel.fx-carousel--skin-bleed .control-direction .control-direction__button{left:-20px}.fx-carousel.fx-carousel--skin-bleed .control-direction .control-direction__button.control-direction--next{right:-20px;left:auto}.fx-carousel.fx-carousel--skin-bleed.fx-carousel--skin-bleed .track-holder{width:calc(100% - (40px * 2 - 24px));margin-left:calc(40px - 24px / 2)}}.fx-carousel.fx-carousel--skin-brands .control-direction .control-direction__button{top:calc(50% - (48px / 2) - (16px) + 2px)}@media screen and (min-width: 940px){.fx-carousel.fx-carousel--skin-brands .control-direction .control-direction__button{top:calc(50% - (48px / 2) - (24px) + 4px)}}.fx-carousel.fx-carousel--skin-double-teaser .view.fx-carousel--fifths.fx-carousel--double-teaser-view{width:300%}.fx-carousel.fx-carousel--skin-double-teaser .view.fx-carousel--fifths.fx-carousel--double-teaser-view .fx-carousel__item--double{width:calc(40% + 8px / 2)}@media screen and (min-width: 600px){.fx-carousel.fx-carousel--skin-double-teaser .view.fx-carousel--fifths.fx-carousel--double-teaser-view{width:150%}.fx-carousel.fx-carousel--skin-double-teaser .view.fx-carousel--fifths.fx-carousel--double-teaser-view .fx-carousel__item--double{width:calc(40% + 8px / 2)}}@media screen and (min-width: 940px){.fx-carousel.fx-carousel--skin-double-teaser .view.fx-carousel--fifths.fx-carousel--double-teaser-view{width:120%}.fx-carousel.fx-carousel--skin-double-teaser .view.fx-carousel--fifths.fx-carousel--double-teaser-view .fx-carousel__item--double{width:calc(40% + 12px / 2)}}.fx-carousel.fx-carousel--skin-grey-background.fx-carousel--skin-bleed .holder:after{background:linear-gradient(to right,rgba(243,243,243,0) 0%,rgba(243,243,243,0) 0%,#f3f3f3 100%)}.fx-carousel.fx-carousel--skin-grey-background.fx-carousel--skin-bleed .holder:before{background:linear-gradient(to left,rgba(243,243,243,0) 0%,rgba(243,243,243,0) 0%,#f3f3f3 100%)}.fx-carousel.fx-carousel--skin-groupie .control .controls-holder .control-indicators{margin-top:0}.fx-carousel.fx-carousel--skin-groupie .fx-carousel__item{display:flex;flex-direction:column}.fx-carousel.fx-carousel--skin-groupie .fx-groupiebox{display:flex;flex-direction:column;flex-grow:1}.fx-carousel.fx-carousel--skin-groupie .fx-groupiebox .fx-infobox__content{display:flex;flex-direction:column;justify-content:space-between;flex-grow:1}@media screen and (min-width: 940px){.fx-carousel.fx-carousel--skin-groupie .control .view.fx-carousel--thirds{width:150%}.fx-carousel.fx-carousel--skin-groupie .control .view.fx-carousel--thirds .placeholder:nth-child(1n + 3){display:none}.fx-carousel.fx-carousel--skin-groupie .control .view.fx-carousel--thirds > *{width:calc(33.33333333%);box-sizing:border-box}.fx-carousel.fx-carousel--skin-groupie .control .view.fx-carousel--thirds:last-child.sized-1-3{width:50%}.fx-carousel.fx-carousel--skin-groupie .control .view.fx-carousel--thirds:last-child.sized-1-3 .placeholder:nth-child(1n + 3){display:none}.fx-carousel.fx-carousel--skin-groupie .control .view.fx-carousel--thirds:last-child.sized-1-3 > *{width:calc(100%);box-sizing:border-box}.fx-carousel.fx-carousel--skin-groupie .control .view.fx-carousel--thirds:last-child.sized-2-3{width:100%}.fx-carousel.fx-carousel--skin-groupie .control .view.fx-carousel--thirds:last-child.sized-2-3 .placeholder:nth-child(1n + 3){display:none}.fx-carousel.fx-carousel--skin-groupie .control .view.fx-carousel--thirds:last-child.sized-2-3 > *{width:calc(50%);box-sizing:border-box}}@media screen and (min-width: 1150px){.fx-carousel.fx-carousel--skin-groupie .control .view.fx-carousel--thirds{width:100%}.fx-carousel.fx-carousel--skin-groupie .control .view.fx-carousel--thirds .placeholder:nth-child(1n + 4){display:none}.fx-carousel.fx-carousel--skin-groupie .control .view.fx-carousel--thirds > *{width:calc(33.33333333%);box-sizing:border-box}.fx-carousel.fx-carousel--skin-groupie .control .view.fx-carousel--thirds:last-child.sized-1-3{width:33.33333333%}.fx-carousel.fx-carousel--skin-groupie .control .view.fx-carousel--thirds:last-child.sized-1-3 .placeholder:nth-child(1n + 4){display:none}.fx-carousel.fx-carousel--skin-groupie .control .view.fx-carousel--thirds:last-child.sized-1-3 > *{width:calc(100%);box-sizing:border-box}.fx-carousel.fx-carousel--skin-groupie .control .view.fx-carousel--thirds:last-child.sized-2-3{width:66.66666667%}.fx-carousel.fx-carousel--skin-groupie .control .view.fx-carousel--thirds:last-child.sized-2-3 .placeholder:nth-child(1n + 4){display:none}.fx-carousel.fx-carousel--skin-groupie .control .view.fx-carousel--thirds:last-child.sized-2-3 > *{width:calc(50%);box-sizing:border-box}}.fx-carousel.fx-carousel--skin-single-teaser .control{margin:auto}.fx-carousel.fx-carousel--skin-single-teaser .holder{border-radius:6px}.fx-carousel.fx-carousel--skin-single-teaser .holder .track-holder{margin:auto}.fx-carousel.fx-carousel--skin-single-teaser .holder .track-holder .fx-carousel__view{width:100%}.fx-carousel.fx-carousel--skin-single-teaser .holder .track-holder .teaser-image{width:100%;border-radius:6px}.fx-carousel.fx-carousel--skin-single-teaser .control-direction .control-direction__button.control-direction{left:0}.fx-carousel.fx-carousel--skin-single-teaser .control-direction .control-direction__button.control-direction--next{right:0}.fx-carousel.fx-carousel--skin-bleed-looped-teaser{max-width:2400px;margin:0 auto -19px;overflow:hidden}.fx-carousel.fx-carousel--skin-bleed-looped-teaser .control .holder{padding:19px 0}.fx-carousel.fx-carousel--skin-bleed-looped-teaser .control .holder .control-direction{display:none}.fx-carousel.fx-carousel--skin-bleed-looped-teaser .control .holder .control-direction .arrow{min-width:21px;margin-top:2px;height:0;padding:0;background:none}.fx-carousel.fx-carousel--skin-bleed-looped-teaser .control .holder .track-holder{margin:auto}.fx-carousel.fx-carousel--skin-bleed-looped-teaser .control .holder .track-holder .track .view .image-container{padding:0 2px}.fx-carousel.fx-carousel--skin-bleed-looped-teaser .control .holder .track-holder .track .view .image-container img{border-radius:4px;transition:box-shadow 25ms;transition-timing-function:linear}.fx-carousel.fx-carousel--skin-bleed-looped-teaser .control .holder .track-holder .track .view:not([cloned~='true']) .image-container.active img{box-shadow:0 0 19px rgba(28,28,28,0.2)}@media screen and (min-width: 600px){.fx-carousel.fx-carousel--skin-bleed-looped-teaser .control .holder .control-direction .arrow{min-width:26px}.fx-carousel.fx-carousel--skin-bleed-looped-teaser .control .holder .track-holder .track .view .image-container{padding:0 4px}.fx-carousel.fx-carousel--skin-bleed-looped-teaser .control .holder .track-holder .track .view .image-container img{border-radius:8px}}@media screen and (min-width: 940px){.fx-carousel.fx-carousel--skin-bleed-looped-teaser{margin-bottom:-26px}.fx-carousel.fx-carousel--skin-bleed-looped-teaser .control .holder{padding:26px 0}.fx-carousel.fx-carousel--skin-bleed-looped-teaser .control .holder .control-direction{display:block}.fx-carousel.fx-carousel--skin-bleed-looped-teaser .control .holder .control-direction .arrow .control-direction__button{right:auto;left:auto}.fx-carousel.fx-carousel--skin-bleed-looped-teaser .control .holder .control-direction .arrow.previous{text-align:right}.fx-carousel.fx-carousel--skin-bleed-looped-teaser .control .holder .control-direction .arrow.previous .control-direction__button{margin-left:-20px;right:-36px}.fx-carousel.fx-carousel--skin-bleed-looped-teaser .control .holder .control-direction .arrow.next{text-align:left}.fx-carousel.fx-carousel--skin-bleed-looped-teaser .control .holder .control-direction .arrow.next .control-direction__button{margin-left:-35px}.fx-carousel.fx-carousel--skin-bleed-looped-teaser .control .holder .control-direction__button:hover{background:#7e00f3;border-color:#7e00f3}.fx-carousel.fx-carousel--skin-bleed-looped-teaser .control .holder .track-holder .track .view .image-container{padding:0 8px}.fx-carousel.fx-carousel--skin-bleed-looped-teaser .control .holder .track-holder .track .view .image-container img{border-radius:12px}.fx-carousel.fx-carousel--skin-bleed-looped-teaser .control .holder .track-holder .track .view:not([cloned~='true']) .image-container.active img{box-shadow:0 0 26px rgba(28,28,28,0.2)}}.fx-carousel.fx-carousel--skin-thumbnail .fx-carousel__item{margin:0;padding:0}.fx-carousel.fx-carousel--skin-thumbnail .control-indicators{margin-top:-24px;padding:16px 0 24px}.fx-carousel.fx-carousel--skin-thumbnail .control-direction .control-direction--previous,
.fx-carousel.fx-carousel--skin-thumbnail .control-direction .control-direction--next{margin-top:-3px;width:34px;height:34px;min-height:34px}.fx-carousel.fx-carousel--skin-thumbnail .control-direction .control-direction--previous{left:-24px}.fx-carousel.fx-carousel--skin-thumbnail .control-direction .control-direction--next{right:-24px}.fx-carousel.fx-carousel--skin-thumbnail .control-direction .control-buttons___icon{width:24px;height:24px}.fx-carousel.fx-carousel--skin-thumbnail .track-holder{margin:0 2px 16px 0}.fx-carousel.fx-carousel--skin-thumbnail .track-holder:after{content:'';position:absolute;height:100%;width:20%;max-width:65px;top:0;right:0;opacity:1;visibility:visible;transition:opacity 0.3s 0.12s,visibility 0.3s 0.12s;background:linear-gradient(to right,#fff 0%,rgba(255,255,255,0) 0%,rgba(255,255,255,0.99) 100%)}.fx-carousel.fx-carousel--skin-thumbnail .track-holder .view:last-child .fx-carousel__item:last-child .thumbnail{margin-right:0}.fx-carousel.fx-carousel--skin-thumbnail .track-holder .view:last-child .fx-carousel__item:last-child .thumbnail:after{content:none}.fx-carousel.fx-carousel--skin-thumbnail .track-holder .view:last-child .fx-carousel__item:last-child .thumbnail__image{max-width:calc(90% + 1px)}.fx-carousel.fx-carousel--skin-thumbnail .thumbnail{display:block;padding:6px;border:1px solid #b4b4b4;margin-right:-1px;text-align:center;position:relative;transition:border 0.3s;height:100%}.fx-carousel.fx-carousel--skin-thumbnail .thumbnail__image{max-width:90%}.fx-carousel.fx-carousel--skin-thumbnail .thumbnail__close-icon,
.fx-carousel.fx-carousel--skin-thumbnail .thumbnail__check-icon{position:absolute;border-radius:100%}.fx-carousel.fx-carousel--skin-thumbnail .thumbnail__close-icon{background-color:#7e00f3;padding:7px;text-align:center;color:#fff;width:35px;height:34px;display:none;left:50%;top:50%;transform:translate(-50%,-50%);stroke-width:3}.fx-carousel.fx-carousel--skin-thumbnail .thumbnail__check-icon{right:4px;bottom:4px;background-color:rgba(255,255,255,0.7);padding:2px;height:18px;width:18px;stroke-width:3}.fx-carousel.fx-carousel--skin-thumbnail .thumbnail:after{content:'';position:absolute;right:0;top:0;border-right:1px solid #a341ff;width:1px;height:100%;opacity:0;transition:opacity 0.3s}.fx-carousel.fx-carousel--skin-thumbnail .thumbnail:hover{border-color:#7e00f3}.fx-carousel.fx-carousel--skin-thumbnail .thumbnail:hover:after{opacity:1}.fx-carousel.fx-carousel--skin-thumbnail .thumbnail.thumbnail--active{border-color:#7e00f3}.fx-carousel.fx-carousel--skin-thumbnail .thumbnail.thumbnail--active:after{opacity:1}.fx-carousel.fx-carousel--skin-thumbnail .thumbnail.thumbnail--close-active .thumbnail__close-icon{display:block}.fx-carousel.fx-carousel--skin-thumbnail:hover .track-holder:after{opacity:0;visibility:hidden}@media screen and (min-width: 940px){.fx-carousel.fx-carousel--skin-thumbnail .track-holder .view:last-child .fx-carousel__item:last-child .thumbnail__image{max-width:calc(100% + 1px)}.fx-carousel.fx-carousel--skin-thumbnail .track-holder:after{content:''}.fx-carousel.fx-carousel--skin-thumbnail .thumbnail{padding:8px}.fx-carousel.fx-carousel--skin-thumbnail .thumbnail__image{max-width:100%}.fx-carousel.fx-carousel--skin-thumbnail .control-direction .control-direction--previous,
  .fx-carousel.fx-carousel--skin-thumbnail .control-direction .control-direction--next{margin-top:2px}}.fx-carousel.fx-carousel--skin-centered .track-holder__track{justify-content:center}.fx-carousel .control .view.fx-carousel--one-half{width:100%}.fx-carousel .control .view.fx-carousel--one-half .placeholder:nth-child(1n + 3){display:none}.fx-carousel .control .view.fx-carousel--one-half > *{width:calc(50%);box-sizing:border-box}.fx-carousel .control .view.fx-carousel--one-half:last-child.sized-1-2{width:50%}.fx-carousel .control .view.fx-carousel--one-half:last-child.sized-1-2 .placeholder:nth-child(1n + 3){display:none}.fx-carousel .control .view.fx-carousel--one-half:last-child.sized-1-2 > *{width:calc(100%);box-sizing:border-box}.fx-carousel .control .view.fx-carousel--thirds{width:300%}.fx-carousel .control .view.fx-carousel--thirds .placeholder:nth-child(1n + 2){display:none}.fx-carousel .control .view.fx-carousel--thirds > *{width:calc(33.33333333%);box-sizing:border-box}.fx-carousel .control .view.fx-carousel--thirds:last-child.sized-1-3{width:100%}.fx-carousel .control .view.fx-carousel--thirds:last-child.sized-1-3 .placeholder:nth-child(1n + 2){display:none}.fx-carousel .control .view.fx-carousel--thirds:last-child.sized-1-3 > *{width:calc(100%);box-sizing:border-box}.fx-carousel .control .view.fx-carousel--thirds:last-child.sized-2-3{width:200%}.fx-carousel .control .view.fx-carousel--thirds:last-child.sized-2-3 .placeholder:nth-child(1n + 2){display:none}.fx-carousel .control .view.fx-carousel--thirds:last-child.sized-2-3 > *{width:calc(50%);box-sizing:border-box}@media screen and (min-width: 600px){.fx-carousel .control .view.fx-carousel--thirds{width:150%}.fx-carousel .control .view.fx-carousel--thirds .placeholder:nth-child(1n + 3){display:none}.fx-carousel .control .view.fx-carousel--thirds > *{width:calc(33.33333333%);box-sizing:border-box}.fx-carousel .control .view.fx-carousel--thirds:last-child.sized-1-3{width:50%}.fx-carousel .control .view.fx-carousel--thirds:last-child.sized-1-3 .placeholder:nth-child(1n + 3){display:none}.fx-carousel .control .view.fx-carousel--thirds:last-child.sized-1-3 > *{width:calc(100%);box-sizing:border-box}.fx-carousel .control .view.fx-carousel--thirds:last-child.sized-2-3{width:100%}.fx-carousel .control .view.fx-carousel--thirds:last-child.sized-2-3 .placeholder:nth-child(1n + 3){display:none}.fx-carousel .control .view.fx-carousel--thirds:last-child.sized-2-3 > *{width:calc(50%);box-sizing:border-box}}@media screen and (min-width: 940px){.fx-carousel .control .view.fx-carousel--thirds{width:100%}.fx-carousel .control .view.fx-carousel--thirds .placeholder:nth-child(1n + 4){display:none}.fx-carousel .control .view.fx-carousel--thirds > *{width:calc(33.33333333%);box-sizing:border-box}.fx-carousel .control .view.fx-carousel--thirds:last-child.sized-1-3{width:33.33333333%}.fx-carousel .control .view.fx-carousel--thirds:last-child.sized-1-3 .placeholder:nth-child(1n + 4){display:none}.fx-carousel .control .view.fx-carousel--thirds:last-child.sized-1-3 > *{width:calc(100%);box-sizing:border-box}.fx-carousel .control .view.fx-carousel--thirds:last-child.sized-2-3{width:66.66666667%}.fx-carousel .control .view.fx-carousel--thirds:last-child.sized-2-3 .placeholder:nth-child(1n + 4){display:none}.fx-carousel .control .view.fx-carousel--thirds:last-child.sized-2-3 > *{width:calc(50%);box-sizing:border-box}}.fx-carousel .control .view.fx-carousel--fourths{width:200%}.fx-carousel .control .view.fx-carousel--fourths .placeholder:nth-child(1n + 3){display:none}.fx-carousel .control .view.fx-carousel--fourths > *{width:calc(25%);box-sizing:border-box}.fx-carousel .control .view.fx-carousel--fourths:last-child.sized-1-4{width:50%}.fx-carousel .control .view.fx-carousel--fourths:last-child.sized-1-4 .placeholder:nth-child(1n + 3){display:none}.fx-carousel .control .view.fx-carousel--fourths:last-child.sized-1-4 > *{width:calc(100%);box-sizing:border-box}.fx-carousel .control .view.fx-carousel--fourths:last-child.sized-2-4{width:100%}.fx-carousel .control .view.fx-carousel--fourths:last-child.sized-2-4 .placeholder:nth-child(1n + 3){display:none}.fx-carousel .control .view.fx-carousel--fourths:last-child.sized-2-4 > *{width:calc(50%);box-sizing:border-box}.fx-carousel .control .view.fx-carousel--fourths:last-child.sized-3-4{width:150%}.fx-carousel .control .view.fx-carousel--fourths:last-child.sized-3-4 .placeholder:nth-child(1n + 3){display:none}.fx-carousel .control .view.fx-carousel--fourths:last-child.sized-3-4 > *{width:calc(33.33333333%);box-sizing:border-box}@media screen and (min-width: 600px){.fx-carousel .control .view.fx-carousel--fourths{width:100%}.fx-carousel .control .view.fx-carousel--fourths .placeholder:nth-child(1n + 5){display:none}.fx-carousel .control .view.fx-carousel--fourths > *{width:calc(25%);box-sizing:border-box}.fx-carousel .control .view.fx-carousel--fourths:last-child.sized-1-4{width:25%}.fx-carousel .control .view.fx-carousel--fourths:last-child.sized-1-4 .placeholder:nth-child(1n + 5){display:none}.fx-carousel .control .view.fx-carousel--fourths:last-child.sized-1-4 > *{width:calc(100%);box-sizing:border-box}.fx-carousel .control .view.fx-carousel--fourths:last-child.sized-2-4{width:50%}.fx-carousel .control .view.fx-carousel--fourths:last-child.sized-2-4 .placeholder:nth-child(1n + 5){display:none}.fx-carousel .control .view.fx-carousel--fourths:last-child.sized-2-4 > *{width:calc(50%);box-sizing:border-box}.fx-carousel .control .view.fx-carousel--fourths:last-child.sized-3-4{width:75%}.fx-carousel .control .view.fx-carousel--fourths:last-child.sized-3-4 .placeholder:nth-child(1n + 5){display:none}.fx-carousel .control .view.fx-carousel--fourths:last-child.sized-3-4 > *{width:calc(33.33333333%);box-sizing:border-box}}@media screen and (min-width: 940px){.fx-carousel .control .view.fx-carousel--fourths{width:100%}.fx-carousel .control .view.fx-carousel--fourths .placeholder:nth-child(1n + 5){display:none}.fx-carousel .control .view.fx-carousel--fourths > *{width:calc(25%);box-sizing:border-box}.fx-carousel .control .view.fx-carousel--fourths:last-child.sized-1-4{width:25%}.fx-carousel .control .view.fx-carousel--fourths:last-child.sized-1-4 .placeholder:nth-child(1n + 5){display:none}.fx-carousel .control .view.fx-carousel--fourths:last-child.sized-1-4 > *{width:calc(100%);box-sizing:border-box}.fx-carousel .control .view.fx-carousel--fourths:last-child.sized-2-4{width:50%}.fx-carousel .control .view.fx-carousel--fourths:last-child.sized-2-4 .placeholder:nth-child(1n + 5){display:none}.fx-carousel .control .view.fx-carousel--fourths:last-child.sized-2-4 > *{width:calc(50%);box-sizing:border-box}.fx-carousel .control .view.fx-carousel--fourths:last-child.sized-3-4{width:75%}.fx-carousel .control .view.fx-carousel--fourths:last-child.sized-3-4 .placeholder:nth-child(1n + 5){display:none}.fx-carousel .control .view.fx-carousel--fourths:last-child.sized-3-4 > *{width:calc(33.33333333%);box-sizing:border-box}}.fx-carousel .control .view.fx-carousel--highlights-carousel{width:400%}.fx-carousel .control .view.fx-carousel--highlights-carousel .placeholder:nth-child(1n + 2){display:none}.fx-carousel .control .view.fx-carousel--highlights-carousel > *{width:calc(25%);box-sizing:border-box}.fx-carousel .control .view.fx-carousel--highlights-carousel:last-child.sized-1-4{width:100%}.fx-carousel .control .view.fx-carousel--highlights-carousel:last-child.sized-1-4 .placeholder:nth-child(1n + 2){display:none}.fx-carousel .control .view.fx-carousel--highlights-carousel:last-child.sized-1-4 > *{width:calc(100%);box-sizing:border-box}.fx-carousel .control .view.fx-carousel--highlights-carousel:last-child.sized-2-4{width:200%}.fx-carousel .control .view.fx-carousel--highlights-carousel:last-child.sized-2-4 .placeholder:nth-child(1n + 2){display:none}.fx-carousel .control .view.fx-carousel--highlights-carousel:last-child.sized-2-4 > *{width:calc(50%);box-sizing:border-box}.fx-carousel .control .view.fx-carousel--highlights-carousel:last-child.sized-3-4{width:300%}.fx-carousel .control .view.fx-carousel--highlights-carousel:last-child.sized-3-4 .placeholder:nth-child(1n + 2){display:none}.fx-carousel .control .view.fx-carousel--highlights-carousel:last-child.sized-3-4 > *{width:calc(33.33333333%);box-sizing:border-box}@media screen and (min-width: 460px){.fx-carousel .control .view.fx-carousel--highlights-carousel{width:200%}.fx-carousel .control .view.fx-carousel--highlights-carousel .placeholder:nth-child(1n + 3){display:none}.fx-carousel .control .view.fx-carousel--highlights-carousel > *{width:calc(25%);box-sizing:border-box}.fx-carousel .control .view.fx-carousel--highlights-carousel:last-child.sized-1-4{width:50%}.fx-carousel .control .view.fx-carousel--highlights-carousel:last-child.sized-1-4 .placeholder:nth-child(1n + 3){display:none}.fx-carousel .control .view.fx-carousel--highlights-carousel:last-child.sized-1-4 > *{width:calc(100%);box-sizing:border-box}.fx-carousel .control .view.fx-carousel--highlights-carousel:last-child.sized-2-4{width:100%}.fx-carousel .control .view.fx-carousel--highlights-carousel:last-child.sized-2-4 .placeholder:nth-child(1n + 3){display:none}.fx-carousel .control .view.fx-carousel--highlights-carousel:last-child.sized-2-4 > *{width:calc(50%);box-sizing:border-box}.fx-carousel .control .view.fx-carousel--highlights-carousel:last-child.sized-3-4{width:150%}.fx-carousel .control .view.fx-carousel--highlights-carousel:last-child.sized-3-4 .placeholder:nth-child(1n + 3){display:none}.fx-carousel .control .view.fx-carousel--highlights-carousel:last-child.sized-3-4 > *{width:calc(33.33333333%);box-sizing:border-box}}@media screen and (min-width: 760px){.fx-carousel .control .view.fx-carousel--highlights-carousel{width:133.33333333%}.fx-carousel .control .view.fx-carousel--highlights-carousel .placeholder:nth-child(1n + 4){display:none}.fx-carousel .control .view.fx-carousel--highlights-carousel > *{width:calc(25%);box-sizing:border-box}.fx-carousel .control .view.fx-carousel--highlights-carousel:last-child.sized-1-4{width:33.33333333%}.fx-carousel .control .view.fx-carousel--highlights-carousel:last-child.sized-1-4 .placeholder:nth-child(1n + 4){display:none}.fx-carousel .control .view.fx-carousel--highlights-carousel:last-child.sized-1-4 > *{width:calc(100%);box-sizing:border-box}.fx-carousel .control .view.fx-carousel--highlights-carousel:last-child.sized-2-4{width:66.66666667%}.fx-carousel .control .view.fx-carousel--highlights-carousel:last-child.sized-2-4 .placeholder:nth-child(1n + 4){display:none}.fx-carousel .control .view.fx-carousel--highlights-carousel:last-child.sized-2-4 > *{width:calc(50%);box-sizing:border-box}.fx-carousel .control .view.fx-carousel--highlights-carousel:last-child.sized-3-4{width:100%}.fx-carousel .control .view.fx-carousel--highlights-carousel:last-child.sized-3-4 .placeholder:nth-child(1n + 4){display:none}.fx-carousel .control .view.fx-carousel--highlights-carousel:last-child.sized-3-4 > *{width:calc(33.33333333%);box-sizing:border-box}}@media screen and (min-width: 940px){.fx-carousel .control .view.fx-carousel--highlights-carousel{width:100%}.fx-carousel .control .view.fx-carousel--highlights-carousel .placeholder:nth-child(1n + 5){display:none}.fx-carousel .control .view.fx-carousel--highlights-carousel > *{width:calc(25%);box-sizing:border-box}.fx-carousel .control .view.fx-carousel--highlights-carousel:last-child.sized-1-4{width:25%}.fx-carousel .control .view.fx-carousel--highlights-carousel:last-child.sized-1-4 .placeholder:nth-child(1n + 5){display:none}.fx-carousel .control .view.fx-carousel--highlights-carousel:last-child.sized-1-4 > *{width:calc(100%);box-sizing:border-box}.fx-carousel .control .view.fx-carousel--highlights-carousel:last-child.sized-2-4{width:50%}.fx-carousel .control .view.fx-carousel--highlights-carousel:last-child.sized-2-4 .placeholder:nth-child(1n + 5){display:none}.fx-carousel .control .view.fx-carousel--highlights-carousel:last-child.sized-2-4 > *{width:calc(50%);box-sizing:border-box}.fx-carousel .control .view.fx-carousel--highlights-carousel:last-child.sized-3-4{width:75%}.fx-carousel .control .view.fx-carousel--highlights-carousel:last-child.sized-3-4 .placeholder:nth-child(1n + 5){display:none}.fx-carousel .control .view.fx-carousel--highlights-carousel:last-child.sized-3-4 > *{width:calc(33.33333333%);box-sizing:border-box}}.fx-carousel .control .view.fx-carousel--sm2-md4-lg4{width:200%}.fx-carousel .control .view.fx-carousel--sm2-md4-lg4 .placeholder:nth-child(1n + 3){display:none}.fx-carousel .control .view.fx-carousel--sm2-md4-lg4 > *{width:calc(25%);box-sizing:border-box}.fx-carousel .control .view.fx-carousel--sm2-md4-lg4:last-child.sized-1-4{width:50%}.fx-carousel .control .view.fx-carousel--sm2-md4-lg4:last-child.sized-1-4 .placeholder:nth-child(1n + 3){display:none}.fx-carousel .control .view.fx-carousel--sm2-md4-lg4:last-child.sized-1-4 > *{width:calc(100%);box-sizing:border-box}.fx-carousel .control .view.fx-carousel--sm2-md4-lg4:last-child.sized-2-4{width:100%}.fx-carousel .control .view.fx-carousel--sm2-md4-lg4:last-child.sized-2-4 .placeholder:nth-child(1n + 3){display:none}.fx-carousel .control .view.fx-carousel--sm2-md4-lg4:last-child.sized-2-4 > *{width:calc(50%);box-sizing:border-box}.fx-carousel .control .view.fx-carousel--sm2-md4-lg4:last-child.sized-3-4{width:150%}.fx-carousel .control .view.fx-carousel--sm2-md4-lg4:last-child.sized-3-4 .placeholder:nth-child(1n + 3){display:none}.fx-carousel .control .view.fx-carousel--sm2-md4-lg4:last-child.sized-3-4 > *{width:calc(33.33333333%);box-sizing:border-box}@media screen and (min-width: 600px){.fx-carousel .control .view.fx-carousel--sm2-md4-lg4{width:100%}.fx-carousel .control .view.fx-carousel--sm2-md4-lg4 .placeholder:nth-child(1n + 5){display:none}.fx-carousel .control .view.fx-carousel--sm2-md4-lg4 > *{width:calc(25%);box-sizing:border-box}.fx-carousel .control .view.fx-carousel--sm2-md4-lg4:last-child.sized-1-4{width:25%}.fx-carousel .control .view.fx-carousel--sm2-md4-lg4:last-child.sized-1-4 .placeholder:nth-child(1n + 5){display:none}.fx-carousel .control .view.fx-carousel--sm2-md4-lg4:last-child.sized-1-4 > *{width:calc(100%);box-sizing:border-box}.fx-carousel .control .view.fx-carousel--sm2-md4-lg4:last-child.sized-2-4{width:50%}.fx-carousel .control .view.fx-carousel--sm2-md4-lg4:last-child.sized-2-4 .placeholder:nth-child(1n + 5){display:none}.fx-carousel .control .view.fx-carousel--sm2-md4-lg4:last-child.sized-2-4 > *{width:calc(50%);box-sizing:border-box}.fx-carousel .control .view.fx-carousel--sm2-md4-lg4:last-child.sized-3-4{width:75%}.fx-carousel .control .view.fx-carousel--sm2-md4-lg4:last-child.sized-3-4 .placeholder:nth-child(1n + 5){display:none}.fx-carousel .control .view.fx-carousel--sm2-md4-lg4:last-child.sized-3-4 > *{width:calc(33.33333333%);box-sizing:border-box}}@media screen and (min-width: 940px){.fx-carousel .control .view.fx-carousel--sm2-md4-lg4{width:100%}.fx-carousel .control .view.fx-carousel--sm2-md4-lg4 .placeholder:nth-child(1n + 5){display:none}.fx-carousel .control .view.fx-carousel--sm2-md4-lg4 > *{width:calc(25%);box-sizing:border-box}.fx-carousel .control .view.fx-carousel--sm2-md4-lg4:last-child.sized-1-4{width:25%}.fx-carousel .control .view.fx-carousel--sm2-md4-lg4:last-child.sized-1-4 .placeholder:nth-child(1n + 5){display:none}.fx-carousel .control .view.fx-carousel--sm2-md4-lg4:last-child.sized-1-4 > *{width:calc(100%);box-sizing:border-box}.fx-carousel .control .view.fx-carousel--sm2-md4-lg4:last-child.sized-2-4{width:50%}.fx-carousel .control .view.fx-carousel--sm2-md4-lg4:last-child.sized-2-4 .placeholder:nth-child(1n + 5){display:none}.fx-carousel .control .view.fx-carousel--sm2-md4-lg4:last-child.sized-2-4 > *{width:calc(50%);box-sizing:border-box}.fx-carousel .control .view.fx-carousel--sm2-md4-lg4:last-child.sized-3-4{width:75%}.fx-carousel .control .view.fx-carousel--sm2-md4-lg4:last-child.sized-3-4 .placeholder:nth-child(1n + 5){display:none}.fx-carousel .control .view.fx-carousel--sm2-md4-lg4:last-child.sized-3-4 > *{width:calc(33.33333333%);box-sizing:border-box}}.fx-carousel .control .view.fx-carousel--fifths{width:250%}.fx-carousel .control .view.fx-carousel--fifths .placeholder:nth-child(1n + 3){display:none}.fx-carousel .control .view.fx-carousel--fifths > *{width:calc(20%);box-sizing:border-box}.fx-carousel .control .view.fx-carousel--fifths:last-child.sized-1-5{width:50%}.fx-carousel .control .view.fx-carousel--fifths:last-child.sized-1-5 .placeholder:nth-child(1n + 3){display:none}.fx-carousel .control .view.fx-carousel--fifths:last-child.sized-1-5 > *{width:calc(100%);box-sizing:border-box}.fx-carousel .control .view.fx-carousel--fifths:last-child.sized-2-5{width:100%}.fx-carousel .control .view.fx-carousel--fifths:last-child.sized-2-5 .placeholder:nth-child(1n + 3){display:none}.fx-carousel .control .view.fx-carousel--fifths:last-child.sized-2-5 > *{width:calc(50%);box-sizing:border-box}.fx-carousel .control .view.fx-carousel--fifths:last-child.sized-3-5{width:150%}.fx-carousel .control .view.fx-carousel--fifths:last-child.sized-3-5 .placeholder:nth-child(1n + 3){display:none}.fx-carousel .control .view.fx-carousel--fifths:last-child.sized-3-5 > *{width:calc(33.33333333%);box-sizing:border-box}.fx-carousel .control .view.fx-carousel--fifths:last-child.sized-4-5{width:200%}.fx-carousel .control .view.fx-carousel--fifths:last-child.sized-4-5 .placeholder:nth-child(1n + 3){display:none}.fx-carousel .control .view.fx-carousel--fifths:last-child.sized-4-5 > *{width:calc(25%);box-sizing:border-box}@media screen and (min-width: 600px){.fx-carousel .control .view.fx-carousel--fifths{width:125%}.fx-carousel .control .view.fx-carousel--fifths .placeholder:nth-child(1n + 5){display:none}.fx-carousel .control .view.fx-carousel--fifths > *{width:calc(20%);box-sizing:border-box}.fx-carousel .control .view.fx-carousel--fifths:last-child.sized-1-5{width:25%}.fx-carousel .control .view.fx-carousel--fifths:last-child.sized-1-5 .placeholder:nth-child(1n + 5){display:none}.fx-carousel .control .view.fx-carousel--fifths:last-child.sized-1-5 > *{width:calc(100%);box-sizing:border-box}.fx-carousel .control .view.fx-carousel--fifths:last-child.sized-2-5{width:50%}.fx-carousel .control .view.fx-carousel--fifths:last-child.sized-2-5 .placeholder:nth-child(1n + 5){display:none}.fx-carousel .control .view.fx-carousel--fifths:last-child.sized-2-5 > *{width:calc(50%);box-sizing:border-box}.fx-carousel .control .view.fx-carousel--fifths:last-child.sized-3-5{width:75%}.fx-carousel .control .view.fx-carousel--fifths:last-child.sized-3-5 .placeholder:nth-child(1n + 5){display:none}.fx-carousel .control .view.fx-carousel--fifths:last-child.sized-3-5 > *{width:calc(33.33333333%);box-sizing:border-box}.fx-carousel .control .view.fx-carousel--fifths:last-child.sized-4-5{width:100%}.fx-carousel .control .view.fx-carousel--fifths:last-child.sized-4-5 .placeholder:nth-child(1n + 5){display:none}.fx-carousel .control .view.fx-carousel--fifths:last-child.sized-4-5 > *{width:calc(25%);box-sizing:border-box}}@media screen and (min-width: 940px){.fx-carousel .control .view.fx-carousel--fifths{width:100%}.fx-carousel .control .view.fx-carousel--fifths .placeholder:nth-child(1n + 6){display:none}.fx-carousel .control .view.fx-carousel--fifths > *{width:calc(20%);box-sizing:border-box}.fx-carousel .control .view.fx-carousel--fifths:last-child.sized-1-5{width:20%}.fx-carousel .control .view.fx-carousel--fifths:last-child.sized-1-5 .placeholder:nth-child(1n + 6){display:none}.fx-carousel .control .view.fx-carousel--fifths:last-child.sized-1-5 > *{width:calc(100%);box-sizing:border-box}.fx-carousel .control .view.fx-carousel--fifths:last-child.sized-2-5{width:40%}.fx-carousel .control .view.fx-carousel--fifths:last-child.sized-2-5 .placeholder:nth-child(1n + 6){display:none}.fx-carousel .control .view.fx-carousel--fifths:last-child.sized-2-5 > *{width:calc(50%);box-sizing:border-box}.fx-carousel .control .view.fx-carousel--fifths:last-child.sized-3-5{width:60%}.fx-carousel .control .view.fx-carousel--fifths:last-child.sized-3-5 .placeholder:nth-child(1n + 6){display:none}.fx-carousel .control .view.fx-carousel--fifths:last-child.sized-3-5 > *{width:calc(33.33333333%);box-sizing:border-box}.fx-carousel .control .view.fx-carousel--fifths:last-child.sized-4-5{width:80%}.fx-carousel .control .view.fx-carousel--fifths:last-child.sized-4-5 .placeholder:nth-child(1n + 6){display:none}.fx-carousel .control .view.fx-carousel--fifths:last-child.sized-4-5 > *{width:calc(25%);box-sizing:border-box}}.fx-carousel .control .view.fx-carousel--thumbs-10{width:200%}.fx-carousel .control .view.fx-carousel--thumbs-10 .placeholder:nth-child(1n + 6){display:none}.fx-carousel .control .view.fx-carousel--thumbs-10 > *{width:calc(10%);box-sizing:border-box}.fx-carousel .control .view.fx-carousel--thumbs-10:last-child.sized-1-10{width:20%}.fx-carousel .control .view.fx-carousel--thumbs-10:last-child.sized-1-10 .placeholder:nth-child(1n + 6){display:none}.fx-carousel .control .view.fx-carousel--thumbs-10:last-child.sized-1-10 > *{width:calc(100%);box-sizing:border-box}.fx-carousel .control .view.fx-carousel--thumbs-10:last-child.sized-2-10{width:40%}.fx-carousel .control .view.fx-carousel--thumbs-10:last-child.sized-2-10 .placeholder:nth-child(1n + 6){display:none}.fx-carousel .control .view.fx-carousel--thumbs-10:last-child.sized-2-10 > *{width:calc(50%);box-sizing:border-box}.fx-carousel .control .view.fx-carousel--thumbs-10:last-child.sized-3-10{width:60%}.fx-carousel .control .view.fx-carousel--thumbs-10:last-child.sized-3-10 .placeholder:nth-child(1n + 6){display:none}.fx-carousel .control .view.fx-carousel--thumbs-10:last-child.sized-3-10 > *{width:calc(33.33333333%);box-sizing:border-box}.fx-carousel .control .view.fx-carousel--thumbs-10:last-child.sized-4-10{width:80%}.fx-carousel .control .view.fx-carousel--thumbs-10:last-child.sized-4-10 .placeholder:nth-child(1n + 6){display:none}.fx-carousel .control .view.fx-carousel--thumbs-10:last-child.sized-4-10 > *{width:calc(25%);box-sizing:border-box}.fx-carousel .control .view.fx-carousel--thumbs-10:last-child.sized-5-10{width:100%}.fx-carousel .control .view.fx-carousel--thumbs-10:last-child.sized-5-10 .placeholder:nth-child(1n + 6){display:none}.fx-carousel .control .view.fx-carousel--thumbs-10:last-child.sized-5-10 > *{width:calc(20%);box-sizing:border-box}.fx-carousel .control .view.fx-carousel--thumbs-10:last-child.sized-6-10{width:120%}.fx-carousel .control .view.fx-carousel--thumbs-10:last-child.sized-6-10 .placeholder:nth-child(1n + 6){display:none}.fx-carousel .control .view.fx-carousel--thumbs-10:last-child.sized-6-10 > *{width:calc(16.66666667%);box-sizing:border-box}.fx-carousel .control .view.fx-carousel--thumbs-10:last-child.sized-7-10{width:140%}.fx-carousel .control .view.fx-carousel--thumbs-10:last-child.sized-7-10 .placeholder:nth-child(1n + 6){display:none}.fx-carousel .control .view.fx-carousel--thumbs-10:last-child.sized-7-10 > *{width:calc(14.28571429%);box-sizing:border-box}.fx-carousel .control .view.fx-carousel--thumbs-10:last-child.sized-8-10{width:160%}.fx-carousel .control .view.fx-carousel--thumbs-10:last-child.sized-8-10 .placeholder:nth-child(1n + 6){display:none}.fx-carousel .control .view.fx-carousel--thumbs-10:last-child.sized-8-10 > *{width:calc(12.5%);box-sizing:border-box}.fx-carousel .control .view.fx-carousel--thumbs-10:last-child.sized-9-10{width:180%}.fx-carousel .control .view.fx-carousel--thumbs-10:last-child.sized-9-10 .placeholder:nth-child(1n + 6){display:none}.fx-carousel .control .view.fx-carousel--thumbs-10:last-child.sized-9-10 > *{width:calc(11.11111111%);box-sizing:border-box}@media screen and (min-width: 600px){.fx-carousel .control .view.fx-carousel--thumbs-10{width:100%}.fx-carousel .control .view.fx-carousel--thumbs-10 .placeholder:nth-child(1n + 11){display:none}.fx-carousel .control .view.fx-carousel--thumbs-10 > *{width:calc(10%);box-sizing:border-box}.fx-carousel .control .view.fx-carousel--thumbs-10:last-child.sized-1-10{width:10%}.fx-carousel .control .view.fx-carousel--thumbs-10:last-child.sized-1-10 .placeholder:nth-child(1n + 11){display:none}.fx-carousel .control .view.fx-carousel--thumbs-10:last-child.sized-1-10 > *{width:calc(100%);box-sizing:border-box}.fx-carousel .control .view.fx-carousel--thumbs-10:last-child.sized-2-10{width:20%}.fx-carousel .control .view.fx-carousel--thumbs-10:last-child.sized-2-10 .placeholder:nth-child(1n + 11){display:none}.fx-carousel .control .view.fx-carousel--thumbs-10:last-child.sized-2-10 > *{width:calc(50%);box-sizing:border-box}.fx-carousel .control .view.fx-carousel--thumbs-10:last-child.sized-3-10{width:30%}.fx-carousel .control .view.fx-carousel--thumbs-10:last-child.sized-3-10 .placeholder:nth-child(1n + 11){display:none}.fx-carousel .control .view.fx-carousel--thumbs-10:last-child.sized-3-10 > *{width:calc(33.33333333%);box-sizing:border-box}.fx-carousel .control .view.fx-carousel--thumbs-10:last-child.sized-4-10{width:40%}.fx-carousel .control .view.fx-carousel--thumbs-10:last-child.sized-4-10 .placeholder:nth-child(1n + 11){display:none}.fx-carousel .control .view.fx-carousel--thumbs-10:last-child.sized-4-10 > *{width:calc(25%);box-sizing:border-box}.fx-carousel .control .view.fx-carousel--thumbs-10:last-child.sized-5-10{width:50%}.fx-carousel .control .view.fx-carousel--thumbs-10:last-child.sized-5-10 .placeholder:nth-child(1n + 11){display:none}.fx-carousel .control .view.fx-carousel--thumbs-10:last-child.sized-5-10 > *{width:calc(20%);box-sizing:border-box}.fx-carousel .control .view.fx-carousel--thumbs-10:last-child.sized-6-10{width:60%}.fx-carousel .control .view.fx-carousel--thumbs-10:last-child.sized-6-10 .placeholder:nth-child(1n + 11){display:none}.fx-carousel .control .view.fx-carousel--thumbs-10:last-child.sized-6-10 > *{width:calc(16.66666667%);box-sizing:border-box}.fx-carousel .control .view.fx-carousel--thumbs-10:last-child.sized-7-10{width:70%}.fx-carousel .control .view.fx-carousel--thumbs-10:last-child.sized-7-10 .placeholder:nth-child(1n + 11){display:none}.fx-carousel .control .view.fx-carousel--thumbs-10:last-child.sized-7-10 > *{width:calc(14.28571429%);box-sizing:border-box}.fx-carousel .control .view.fx-carousel--thumbs-10:last-child.sized-8-10{width:80%}.fx-carousel .control .view.fx-carousel--thumbs-10:last-child.sized-8-10 .placeholder:nth-child(1n + 11){display:none}.fx-carousel .control .view.fx-carousel--thumbs-10:last-child.sized-8-10 > *{width:calc(12.5%);box-sizing:border-box}.fx-carousel .control .view.fx-carousel--thumbs-10:last-child.sized-9-10{width:90%}.fx-carousel .control .view.fx-carousel--thumbs-10:last-child.sized-9-10 .placeholder:nth-child(1n + 11){display:none}.fx-carousel .control .view.fx-carousel--thumbs-10:last-child.sized-9-10 > *{width:calc(11.11111111%);box-sizing:border-box}}@media screen and (min-width: 940px){.fx-carousel .control .view.fx-carousel--thumbs-10{width:200%}.fx-carousel .control .view.fx-carousel--thumbs-10 .placeholder:nth-child(1n + 6){display:none}.fx-carousel .control .view.fx-carousel--thumbs-10 > *{width:calc(10%);box-sizing:border-box}.fx-carousel .control .view.fx-carousel--thumbs-10:last-child.sized-1-10{width:20%}.fx-carousel .control .view.fx-carousel--thumbs-10:last-child.sized-1-10 .placeholder:nth-child(1n + 6){display:none}.fx-carousel .control .view.fx-carousel--thumbs-10:last-child.sized-1-10 > *{width:calc(100%);box-sizing:border-box}.fx-carousel .control .view.fx-carousel--thumbs-10:last-child.sized-2-10{width:40%}.fx-carousel .control .view.fx-carousel--thumbs-10:last-child.sized-2-10 .placeholder:nth-child(1n + 6){display:none}.fx-carousel .control .view.fx-carousel--thumbs-10:last-child.sized-2-10 > *{width:calc(50%);box-sizing:border-box}.fx-carousel .control .view.fx-carousel--thumbs-10:last-child.sized-3-10{width:60%}.fx-carousel .control .view.fx-carousel--thumbs-10:last-child.sized-3-10 .placeholder:nth-child(1n + 6){display:none}.fx-carousel .control .view.fx-carousel--thumbs-10:last-child.sized-3-10 > *{width:calc(33.33333333%);box-sizing:border-box}.fx-carousel .control .view.fx-carousel--thumbs-10:last-child.sized-4-10{width:80%}.fx-carousel .control .view.fx-carousel--thumbs-10:last-child.sized-4-10 .placeholder:nth-child(1n + 6){display:none}.fx-carousel .control .view.fx-carousel--thumbs-10:last-child.sized-4-10 > *{width:calc(25%);box-sizing:border-box}.fx-carousel .control .view.fx-carousel--thumbs-10:last-child.sized-5-10{width:100%}.fx-carousel .control .view.fx-carousel--thumbs-10:last-child.sized-5-10 .placeholder:nth-child(1n + 6){display:none}.fx-carousel .control .view.fx-carousel--thumbs-10:last-child.sized-5-10 > *{width:calc(20%);box-sizing:border-box}.fx-carousel .control .view.fx-carousel--thumbs-10:last-child.sized-6-10{width:120%}.fx-carousel .control .view.fx-carousel--thumbs-10:last-child.sized-6-10 .placeholder:nth-child(1n + 6){display:none}.fx-carousel .control .view.fx-carousel--thumbs-10:last-child.sized-6-10 > *{width:calc(16.66666667%);box-sizing:border-box}.fx-carousel .control .view.fx-carousel--thumbs-10:last-child.sized-7-10{width:140%}.fx-carousel .control .view.fx-carousel--thumbs-10:last-child.sized-7-10 .placeholder:nth-child(1n + 6){display:none}.fx-carousel .control .view.fx-carousel--thumbs-10:last-child.sized-7-10 > *{width:calc(14.28571429%);box-sizing:border-box}.fx-carousel .control .view.fx-carousel--thumbs-10:last-child.sized-8-10{width:160%}.fx-carousel .control .view.fx-carousel--thumbs-10:last-child.sized-8-10 .placeholder:nth-child(1n + 6){display:none}.fx-carousel .control .view.fx-carousel--thumbs-10:last-child.sized-8-10 > *{width:calc(12.5%);box-sizing:border-box}.fx-carousel .control .view.fx-carousel--thumbs-10:last-child.sized-9-10{width:180%}.fx-carousel .control .view.fx-carousel--thumbs-10:last-child.sized-9-10 .placeholder:nth-child(1n + 6){display:none}.fx-carousel .control .view.fx-carousel--thumbs-10:last-child.sized-9-10 > *{width:calc(11.11111111%);box-sizing:border-box}}@media screen and (min-width: 1150px){.fx-carousel .control .view.fx-carousel--thumbs-10{width:166.66666667%}.fx-carousel .control .view.fx-carousel--thumbs-10 .placeholder:nth-child(1n + 7){display:none}.fx-carousel .control .view.fx-carousel--thumbs-10 > *{width:calc(10%);box-sizing:border-box}.fx-carousel .control .view.fx-carousel--thumbs-10:last-child.sized-1-10{width:16.66666667%}.fx-carousel .control .view.fx-carousel--thumbs-10:last-child.sized-1-10 .placeholder:nth-child(1n + 7){display:none}.fx-carousel .control .view.fx-carousel--thumbs-10:last-child.sized-1-10 > *{width:calc(100%);box-sizing:border-box}.fx-carousel .control .view.fx-carousel--thumbs-10:last-child.sized-2-10{width:33.33333333%}.fx-carousel .control .view.fx-carousel--thumbs-10:last-child.sized-2-10 .placeholder:nth-child(1n + 7){display:none}.fx-carousel .control .view.fx-carousel--thumbs-10:last-child.sized-2-10 > *{width:calc(50%);box-sizing:border-box}.fx-carousel .control .view.fx-carousel--thumbs-10:last-child.sized-3-10{width:50%}.fx-carousel .control .view.fx-carousel--thumbs-10:last-child.sized-3-10 .placeholder:nth-child(1n + 7){display:none}.fx-carousel .control .view.fx-carousel--thumbs-10:last-child.sized-3-10 > *{width:calc(33.33333333%);box-sizing:border-box}.fx-carousel .control .view.fx-carousel--thumbs-10:last-child.sized-4-10{width:66.66666667%}.fx-carousel .control .view.fx-carousel--thumbs-10:last-child.sized-4-10 .placeholder:nth-child(1n + 7){display:none}.fx-carousel .control .view.fx-carousel--thumbs-10:last-child.sized-4-10 > *{width:calc(25%);box-sizing:border-box}.fx-carousel .control .view.fx-carousel--thumbs-10:last-child.sized-5-10{width:83.33333333%}.fx-carousel .control .view.fx-carousel--thumbs-10:last-child.sized-5-10 .placeholder:nth-child(1n + 7){display:none}.fx-carousel .control .view.fx-carousel--thumbs-10:last-child.sized-5-10 > *{width:calc(20%);box-sizing:border-box}.fx-carousel .control .view.fx-carousel--thumbs-10:last-child.sized-6-10{width:100%}.fx-carousel .control .view.fx-carousel--thumbs-10:last-child.sized-6-10 .placeholder:nth-child(1n + 7){display:none}.fx-carousel .control .view.fx-carousel--thumbs-10:last-child.sized-6-10 > *{width:calc(16.66666667%);box-sizing:border-box}.fx-carousel .control .view.fx-carousel--thumbs-10:last-child.sized-7-10{width:116.66666667%}.fx-carousel .control .view.fx-carousel--thumbs-10:last-child.sized-7-10 .placeholder:nth-child(1n + 7){display:none}.fx-carousel .control .view.fx-carousel--thumbs-10:last-child.sized-7-10 > *{width:calc(14.28571429%);box-sizing:border-box}.fx-carousel .control .view.fx-carousel--thumbs-10:last-child.sized-8-10{width:133.33333333%}.fx-carousel .control .view.fx-carousel--thumbs-10:last-child.sized-8-10 .placeholder:nth-child(1n + 7){display:none}.fx-carousel .control .view.fx-carousel--thumbs-10:last-child.sized-8-10 > *{width:calc(12.5%);box-sizing:border-box}.fx-carousel .control .view.fx-carousel--thumbs-10:last-child.sized-9-10{width:150%}.fx-carousel .control .view.fx-carousel--thumbs-10:last-child.sized-9-10 .placeholder:nth-child(1n + 7){display:none}.fx-carousel .control .view.fx-carousel--thumbs-10:last-child.sized-9-10 > *{width:calc(11.11111111%);box-sizing:border-box}}.fx-carousel .control .view.fx-carousel--thumbs-glp{width:140%}.fx-carousel .control .view.fx-carousel--thumbs-glp .placeholder:nth-child(1n + 6){display:none}.fx-carousel .control .view.fx-carousel--thumbs-glp > *{width:calc(14.28571429%);box-sizing:border-box}.fx-carousel .control .view.fx-carousel--thumbs-glp:last-child.sized-1-7{width:20%}.fx-carousel .control .view.fx-carousel--thumbs-glp:last-child.sized-1-7 .placeholder:nth-child(1n + 6){display:none}.fx-carousel .control .view.fx-carousel--thumbs-glp:last-child.sized-1-7 > *{width:calc(100%);box-sizing:border-box}.fx-carousel .control .view.fx-carousel--thumbs-glp:last-child.sized-2-7{width:40%}.fx-carousel .control .view.fx-carousel--thumbs-glp:last-child.sized-2-7 .placeholder:nth-child(1n + 6){display:none}.fx-carousel .control .view.fx-carousel--thumbs-glp:last-child.sized-2-7 > *{width:calc(50%);box-sizing:border-box}.fx-carousel .control .view.fx-carousel--thumbs-glp:last-child.sized-3-7{width:60%}.fx-carousel .control .view.fx-carousel--thumbs-glp:last-child.sized-3-7 .placeholder:nth-child(1n + 6){display:none}.fx-carousel .control .view.fx-carousel--thumbs-glp:last-child.sized-3-7 > *{width:calc(33.33333333%);box-sizing:border-box}.fx-carousel .control .view.fx-carousel--thumbs-glp:last-child.sized-4-7{width:80%}.fx-carousel .control .view.fx-carousel--thumbs-glp:last-child.sized-4-7 .placeholder:nth-child(1n + 6){display:none}.fx-carousel .control .view.fx-carousel--thumbs-glp:last-child.sized-4-7 > *{width:calc(25%);box-sizing:border-box}.fx-carousel .control .view.fx-carousel--thumbs-glp:last-child.sized-5-7{width:100%}.fx-carousel .control .view.fx-carousel--thumbs-glp:last-child.sized-5-7 .placeholder:nth-child(1n + 6){display:none}.fx-carousel .control .view.fx-carousel--thumbs-glp:last-child.sized-5-7 > *{width:calc(20%);box-sizing:border-box}.fx-carousel .control .view.fx-carousel--thumbs-glp:last-child.sized-6-7{width:120%}.fx-carousel .control .view.fx-carousel--thumbs-glp:last-child.sized-6-7 .placeholder:nth-child(1n + 6){display:none}.fx-carousel .control .view.fx-carousel--thumbs-glp:last-child.sized-6-7 > *{width:calc(16.66666667%);box-sizing:border-box}@media screen and (min-width: 600px){.fx-carousel .control .view.fx-carousel--thumbs-glp{width:100%}.fx-carousel .control .view.fx-carousel--thumbs-glp .placeholder:nth-child(1n + 8){display:none}.fx-carousel .control .view.fx-carousel--thumbs-glp > *{width:calc(14.28571429%);box-sizing:border-box}.fx-carousel .control .view.fx-carousel--thumbs-glp:last-child.sized-1-7{width:14.28571429%}.fx-carousel .control .view.fx-carousel--thumbs-glp:last-child.sized-1-7 .placeholder:nth-child(1n + 8){display:none}.fx-carousel .control .view.fx-carousel--thumbs-glp:last-child.sized-1-7 > *{width:calc(100%);box-sizing:border-box}.fx-carousel .control .view.fx-carousel--thumbs-glp:last-child.sized-2-7{width:28.57142857%}.fx-carousel .control .view.fx-carousel--thumbs-glp:last-child.sized-2-7 .placeholder:nth-child(1n + 8){display:none}.fx-carousel .control .view.fx-carousel--thumbs-glp:last-child.sized-2-7 > *{width:calc(50%);box-sizing:border-box}.fx-carousel .control .view.fx-carousel--thumbs-glp:last-child.sized-3-7{width:42.85714286%}.fx-carousel .control .view.fx-carousel--thumbs-glp:last-child.sized-3-7 .placeholder:nth-child(1n + 8){display:none}.fx-carousel .control .view.fx-carousel--thumbs-glp:last-child.sized-3-7 > *{width:calc(33.33333333%);box-sizing:border-box}.fx-carousel .control .view.fx-carousel--thumbs-glp:last-child.sized-4-7{width:57.14285714%}.fx-carousel .control .view.fx-carousel--thumbs-glp:last-child.sized-4-7 .placeholder:nth-child(1n + 8){display:none}.fx-carousel .control .view.fx-carousel--thumbs-glp:last-child.sized-4-7 > *{width:calc(25%);box-sizing:border-box}.fx-carousel .control .view.fx-carousel--thumbs-glp:last-child.sized-5-7{width:71.42857143%}.fx-carousel .control .view.fx-carousel--thumbs-glp:last-child.sized-5-7 .placeholder:nth-child(1n + 8){display:none}.fx-carousel .control .view.fx-carousel--thumbs-glp:last-child.sized-5-7 > *{width:calc(20%);box-sizing:border-box}.fx-carousel .control .view.fx-carousel--thumbs-glp:last-child.sized-6-7{width:85.71428571%}.fx-carousel .control .view.fx-carousel--thumbs-glp:last-child.sized-6-7 .placeholder:nth-child(1n + 8){display:none}.fx-carousel .control .view.fx-carousel--thumbs-glp:last-child.sized-6-7 > *{width:calc(16.66666667%);box-sizing:border-box}}@media screen and (min-width: 760px){.fx-carousel .control .view.fx-carousel--thumbs-glp{width:140%}.fx-carousel .control .view.fx-carousel--thumbs-glp .placeholder:nth-child(1n + 6){display:none}.fx-carousel .control .view.fx-carousel--thumbs-glp > *{width:calc(14.28571429%);box-sizing:border-box}.fx-carousel .control .view.fx-carousel--thumbs-glp:last-child.sized-1-7{width:20%}.fx-carousel .control .view.fx-carousel--thumbs-glp:last-child.sized-1-7 .placeholder:nth-child(1n + 6){display:none}.fx-carousel .control .view.fx-carousel--thumbs-glp:last-child.sized-1-7 > *{width:calc(100%);box-sizing:border-box}.fx-carousel .control .view.fx-carousel--thumbs-glp:last-child.sized-2-7{width:40%}.fx-carousel .control .view.fx-carousel--thumbs-glp:last-child.sized-2-7 .placeholder:nth-child(1n + 6){display:none}.fx-carousel .control .view.fx-carousel--thumbs-glp:last-child.sized-2-7 > *{width:calc(50%);box-sizing:border-box}.fx-carousel .control .view.fx-carousel--thumbs-glp:last-child.sized-3-7{width:60%}.fx-carousel .control .view.fx-carousel--thumbs-glp:last-child.sized-3-7 .placeholder:nth-child(1n + 6){display:none}.fx-carousel .control .view.fx-carousel--thumbs-glp:last-child.sized-3-7 > *{width:calc(33.33333333%);box-sizing:border-box}.fx-carousel .control .view.fx-carousel--thumbs-glp:last-child.sized-4-7{width:80%}.fx-carousel .control .view.fx-carousel--thumbs-glp:last-child.sized-4-7 .placeholder:nth-child(1n + 6){display:none}.fx-carousel .control .view.fx-carousel--thumbs-glp:last-child.sized-4-7 > *{width:calc(25%);box-sizing:border-box}.fx-carousel .control .view.fx-carousel--thumbs-glp:last-child.sized-5-7{width:100%}.fx-carousel .control .view.fx-carousel--thumbs-glp:last-child.sized-5-7 .placeholder:nth-child(1n + 6){display:none}.fx-carousel .control .view.fx-carousel--thumbs-glp:last-child.sized-5-7 > *{width:calc(20%);box-sizing:border-box}.fx-carousel .control .view.fx-carousel--thumbs-glp:last-child.sized-6-7{width:120%}.fx-carousel .control .view.fx-carousel--thumbs-glp:last-child.sized-6-7 .placeholder:nth-child(1n + 6){display:none}.fx-carousel .control .view.fx-carousel--thumbs-glp:last-child.sized-6-7 > *{width:calc(16.66666667%);box-sizing:border-box}}@media screen and (min-width: 940px){.fx-carousel .control .view.fx-carousel--thumbs-glp{width:100%}.fx-carousel .control .view.fx-carousel--thumbs-glp .placeholder:nth-child(1n + 8){display:none}.fx-carousel .control .view.fx-carousel--thumbs-glp > *{width:calc(14.28571429%);box-sizing:border-box}.fx-carousel .control .view.fx-carousel--thumbs-glp:last-child.sized-1-7{width:14.28571429%}.fx-carousel .control .view.fx-carousel--thumbs-glp:last-child.sized-1-7 .placeholder:nth-child(1n + 8){display:none}.fx-carousel .control .view.fx-carousel--thumbs-glp:last-child.sized-1-7 > *{width:calc(100%);box-sizing:border-box}.fx-carousel .control .view.fx-carousel--thumbs-glp:last-child.sized-2-7{width:28.57142857%}.fx-carousel .control .view.fx-carousel--thumbs-glp:last-child.sized-2-7 .placeholder:nth-child(1n + 8){display:none}.fx-carousel .control .view.fx-carousel--thumbs-glp:last-child.sized-2-7 > *{width:calc(50%);box-sizing:border-box}.fx-carousel .control .view.fx-carousel--thumbs-glp:last-child.sized-3-7{width:42.85714286%}.fx-carousel .control .view.fx-carousel--thumbs-glp:last-child.sized-3-7 .placeholder:nth-child(1n + 8){display:none}.fx-carousel .control .view.fx-carousel--thumbs-glp:last-child.sized-3-7 > *{width:calc(33.33333333%);box-sizing:border-box}.fx-carousel .control .view.fx-carousel--thumbs-glp:last-child.sized-4-7{width:57.14285714%}.fx-carousel .control .view.fx-carousel--thumbs-glp:last-child.sized-4-7 .placeholder:nth-child(1n + 8){display:none}.fx-carousel .control .view.fx-carousel--thumbs-glp:last-child.sized-4-7 > *{width:calc(25%);box-sizing:border-box}.fx-carousel .control .view.fx-carousel--thumbs-glp:last-child.sized-5-7{width:71.42857143%}.fx-carousel .control .view.fx-carousel--thumbs-glp:last-child.sized-5-7 .placeholder:nth-child(1n + 8){display:none}.fx-carousel .control .view.fx-carousel--thumbs-glp:last-child.sized-5-7 > *{width:calc(20%);box-sizing:border-box}.fx-carousel .control .view.fx-carousel--thumbs-glp:last-child.sized-6-7{width:85.71428571%}.fx-carousel .control .view.fx-carousel--thumbs-glp:last-child.sized-6-7 .placeholder:nth-child(1n + 8){display:none}.fx-carousel .control .view.fx-carousel--thumbs-glp:last-child.sized-6-7 > *{width:calc(16.66666667%);box-sizing:border-box}}@media screen and (min-width: 1150px){.fx-carousel .control .view.fx-carousel--thumbs-glp{width:140%}.fx-carousel .control .view.fx-carousel--thumbs-glp .placeholder:nth-child(1n + 6){display:none}.fx-carousel .control .view.fx-carousel--thumbs-glp > *{width:calc(14.28571429%);box-sizing:border-box}.fx-carousel .control .view.fx-carousel--thumbs-glp:last-child.sized-1-7{width:20%}.fx-carousel .control .view.fx-carousel--thumbs-glp:last-child.sized-1-7 .placeholder:nth-child(1n + 6){display:none}.fx-carousel .control .view.fx-carousel--thumbs-glp:last-child.sized-1-7 > *{width:calc(100%);box-sizing:border-box}.fx-carousel .control .view.fx-carousel--thumbs-glp:last-child.sized-2-7{width:40%}.fx-carousel .control .view.fx-carousel--thumbs-glp:last-child.sized-2-7 .placeholder:nth-child(1n + 6){display:none}.fx-carousel .control .view.fx-carousel--thumbs-glp:last-child.sized-2-7 > *{width:calc(50%);box-sizing:border-box}.fx-carousel .control .view.fx-carousel--thumbs-glp:last-child.sized-3-7{width:60%}.fx-carousel .control .view.fx-carousel--thumbs-glp:last-child.sized-3-7 .placeholder:nth-child(1n + 6){display:none}.fx-carousel .control .view.fx-carousel--thumbs-glp:last-child.sized-3-7 > *{width:calc(33.33333333%);box-sizing:border-box}.fx-carousel .control .view.fx-carousel--thumbs-glp:last-child.sized-4-7{width:80%}.fx-carousel .control .view.fx-carousel--thumbs-glp:last-child.sized-4-7 .placeholder:nth-child(1n + 6){display:none}.fx-carousel .control .view.fx-carousel--thumbs-glp:last-child.sized-4-7 > *{width:calc(25%);box-sizing:border-box}.fx-carousel .control .view.fx-carousel--thumbs-glp:last-child.sized-5-7{width:100%}.fx-carousel .control .view.fx-carousel--thumbs-glp:last-child.sized-5-7 .placeholder:nth-child(1n + 6){display:none}.fx-carousel .control .view.fx-carousel--thumbs-glp:last-child.sized-5-7 > *{width:calc(20%);box-sizing:border-box}.fx-carousel .control .view.fx-carousel--thumbs-glp:last-child.sized-6-7{width:120%}.fx-carousel .control .view.fx-carousel--thumbs-glp:last-child.sized-6-7 .placeholder:nth-child(1n + 6){display:none}.fx-carousel .control .view.fx-carousel--thumbs-glp:last-child.sized-6-7 > *{width:calc(16.66666667%);box-sizing:border-box}}.fx-carousel .fx-product-carousel-tabbed .fx-tab-content{visibility:visible;opacity:1;max-height:none;transition:opacity 0.4s}.fx-carousel .fx-product-carousel-tabbed .fx-tab-content.fx-tab-content--hidden{display:block;visibility:hidden;opacity:0.7;max-height:0}.fx-infobox{border:1px solid #000;border-radius:6px;text-align:center}.fx-infobox__content{margin:8px 16px}.fx-infobox--with-icon{position:relative;margin-top:16px}.fx-infobox--with-icon .fx-infobox__content{margin-top:16px}.fx-infobox--bg-white{background:#fff}.fx-infobox__icon{border-radius:50%;transform:translateY(-50%);display:flex;position:absolute;left:calc(50% - 16px);justify-content:center;align-items:center;margin:auto;width:32px;height:32px}.fx-infobox__icon.fx-infobox__icon--cyberweek{background:#fff}.fx-infobox--with-close-icon{display:flex}.fx-infobox--with-close-icon .fx-infobox__content{flex:1 1 auto}.fx-infobox--with-close-icon .fx-infobox__close-icon-space{flex:0 0 36px}.fx-infobox--with-close-icon .fx-infobox__close-icon-container{margin:8px}.fx-infobox--with-close-icon .fx-infobox__close-icon-container .fx-infobox__close-icon[class]{color:#000;cursor:pointer;width:20px;height:20px}@media screen and (min-width: 600px){.fx-infobox__content{margin:16px 32px}.fx-infobox--with-icon .fx-infobox__content{margin-top:24px}.fx-infobox__icon{left:calc(50% - 24px);width:48px;height:48px}.fx-infobox--with-close-icon .fx-infobox__close-icon-space{flex-basis:40px}.fx-infobox--with-close-icon .fx-infobox__close-icon-container .fx-infobox__close-icon{width:24px;height:24px}}@media screen and (min-width: 940px){.fx-infobox__content{margin:24px 32px}.fx-infobox--with-icon{margin-top:32px}.fx-infobox--with-icon .fx-infobox__content{margin-top:32px}.fx-infobox__icon{left:calc(50% - 32px);width:64px;height:64px}.fx-infobox--with-close-icon .fx-infobox__close-icon-space{flex-basis:56px}.fx-infobox--with-close-icon .fx-infobox__close-icon-container{margin:16px}.fx-infobox--with-close-icon .fx-infobox__close-icon-container .fx-infobox__close-icon{width:24px;height:24px}}.fx-infobox--primary{border-color:#7e00f3}.fx-infobox--primary.fx-infobox--with-icon .fx-icon{color:#7e00f3}.fx-infobox--yellow{border-color:#e0af0b}.fx-infobox--yellow.fx-infobox--with-icon .fx-icon{color:#e0af0b}.fx-infobox--warning{border-color:#e64155}.fx-infobox--warning.fx-infobox--with-icon .fx-icon{color:#e64155}.fx-infobox--positive{border-color:#00b27d}.fx-infobox--positive.fx-infobox--with-icon .fx-icon{color:#00b27d}.fx-infobox--cyberweek{border-color:#ff1776}.fx-infobox--cyberweek.fx-infobox--with-icon .fx-icon{color:#ff1776}.fx-infobox--without-margin .fx-infobox__content{margin:0;max-width:100%}.fx-infobox--without-padding .fx-infobox__content{padding:0}.fx-media-overlay{z-index:500;position:fixed;left:0;top:0;visibility:visible;width:100%;height:100%;display:flex;justify-content:center;align-items:center}.fx-media-overlay__backdrop{position:absolute;left:0;top:0;width:100%;height:100%}.fx-media-overlay__content{max-width:90%;display:flex;flex-direction:column;z-index:1}.fx-media-overlay__resolutions{margin:0}.fx-media-overlay__bar-top,
.fx-media-overlay__bar-bottom{width:100%;height:56px;padding:8px 10px 8px 8px;background-color:#fff;display:flex;justify-content:space-between;align-items:center}.fx-media-overlay__bar-top--with-download,
.fx-media-overlay__bar-bottom--with-download{height:104px}.fx-media-overlay__close{margin-left:10px}.fx-media-overlay__image-container{min-height:100px;max-height:64vh;overflow:hidden}@media screen and (min-width: 600px){.fx-media-overlay__bar-top,
  .fx-media-overlay__bar-bottom{height:88px;padding:8px 12px 8px 8px}.fx-media-overlay__close{margin-left:12px}}@media screen and (min-width: 940px){.fx-media-overlay__bar-top,
  .fx-media-overlay__bar-bottom{padding:8px 16px 8px 8px}.fx-media-overlay__close{margin-left:16px}}.fx-link-list{background:#fff;margin:0}.fx-link-list .link-list{list-style:none;margin:0;padding:0}.fx-link-list .link-list__link{display:flex;align-items:center;width:100%}.fx-link-list .link-list__link:hover .link-list__sub-title{color:#1c1c1c}.fx-link-list .link-list__link:hover .link-list__title{color:#7e00f3}.fx-link-list .link-list__link:hover .link-list__icon{color:#7e00f3;transform:translateX(3px)}.fx-link-list .link-list__link:focus .link-list__title,
.fx-link-list .link-list__link:active .link-list__title,
.fx-link-list .link-list__link:focus .link-list__icon,
.fx-link-list .link-list__link:active .link-list__icon{color:#420080}.fx-link-list .link-list__item{width:100%;display:flex;justify-content:flex-start;align-items:center;padding:16px 0;border-bottom:1px solid #686868}.fx-link-list .link-list__number,
.fx-link-list .link-list__title{margin:0}.fx-link-list .link-list__number{color:#7e00f3;background:#f3f3f3;min-width:40px;height:40px;margin-right:16px}.fx-link-list .link-list__content{color:#1c1c1c}.fx-link-list .link-list__title{display:block;padding-right:12px}.fx-link-list .link-list__title--bold{font-weight:bold}.fx-link-list .link-list .link-list__sub-title{display:block;margin:0 12px 0 0}.fx-link-list .link-list__icon{margin-right:3px;margin-left:auto;min-width:24px;min-height:24px;transform:translateX(0px);transition:transform 0.15s ease}.fx-link-list.fx-link-list--no-border-last-item .link-list__link:last-of-type .link-list__item{border-bottom:none}.fx-link-list__action{padding-top:24px}@media screen and (min-width: 600px){.fx-link-list .link-list__item{padding:12px 0}.fx-link-list .link-list__link:hover .link-list__icon{transform:translateX(10px)}.fx-link-list .link-list__title{padding-right:40px}.fx-link-list .link-list__number{min-width:48px;height:48px;margin-right:24px}.fx-link-list .link-list__icon{margin-right:24px;min-width:24px}.fx-link-list__action{padding-top:30px}}@media screen and (min-width: 940px){.fx-link-list .link-list__item{padding:15px 0}.fx-link-list .link-list__icon{margin-right:40px;min-width:32px}.fx-link-list .link-list__link:hover .link-list__icon{transform:translateX(20px)}.fx-link-list .link-list__number{min-width:56px;height:56px;margin-right:40px}.fx-link-list__action{padding-top:40px}}.fx-accordion{margin:8px 24px}.fx-accordion--no-margin{margin:0}.fx-accordion-tab{position:relative;border-bottom:1px solid #b4b4b4}.fx-accordion-tab:first-child{border-top:1px solid #b4b4b4}.fx-accordion-tab--active > .fx-accordion-body{visibility:visible;max-height:50000px;pointer-events:auto;opacity:1;transform:translate(0px,0px);transition:max-height 0.2s cubic-bezier(0,1,0,1) -0.1s,opacity 0.15s,transform 0.2s}.fx-accordion-tab--active .fx-accordion-head__icon-closed{opacity:0}.fx-accordion-tab--active .fx-accordion-head__icon-expanded{opacity:1}.fx-accordion-head{cursor:pointer;position:relative;padding:13px 0}.fx-accordion-head__text{margin-left:32px;display:block;margin-bottom:0}.fx-accordion-head__subtext{color:#7e00f3;display:inline-block;margin-left:32px;margin-bottom:0;font-size:11px;line-height:16px;letter-spacing:-0.09px}.fx-accordion-head__icon-closed,
.fx-accordion-head__icon-expanded{transition:opacity 0.15s linear}.fx-accordion-head__icon-closed{opacity:1}.fx-accordion-head__icon-expanded{opacity:0}.fx-accordion-head:hover .fx-accordion-head__icon-closed,
.fx-accordion-head:hover .fx-accordion-head__icon-expanded,
.fx-accordion-head:hover .fx-accordion-head__text,
.fx-accordion-head:hover .fx-accordion-head__subtext{color:#7e00f3}.fx-accordion-head:focus .fx-accordion-head__icon-closed,
.fx-accordion-head:active .fx-accordion-head__icon-closed,
.fx-accordion-head:focus .fx-accordion-head__icon-expanded,
.fx-accordion-head:active .fx-accordion-head__icon-expanded,
.fx-accordion-head:focus .fx-accordion-head__text,
.fx-accordion-head:active .fx-accordion-head__text,
.fx-accordion-head:focus .fx-accordion-head__subtext,
.fx-accordion-head:active .fx-accordion-head__subtext{color:#420080}.fx-accordion-body{display:block;visibility:hidden;position:relative;overflow:hidden;pointer-events:none;max-height:0;opacity:0;transform:translate(0px,-20px);transition:max-height 0.25s cubic-bezier(0,1,0,1) -0.1s,opacity 0.1s,transform 0.25s}.fx-accordion-body__content{padding:8px 0 25px 0}.fx-accordion-link{position:relative;display:block;margin:0;padding:13px 0 13px 32px;-webkit-text-decoration:none;text-decoration:none;border-bottom:1px solid #b4b4b4}.fx-accordion-link:first-child{border-top:1px solid #b4b4b4}.fx-accordion-icon-text{position:relative;display:block;margin:0;padding:13px 0 13px 32px;border-bottom:1px solid #b4b4b4}.fx-accordion-icon-text--hide-icon{padding:13px 0 13px 0}@media screen and (min-width: 600px){.fx-accordion-head{padding:17px 0}.fx-accordion-head--with-sub-text{padding:16px 0 14px}.fx-accordion-head__subtext{font-size:12px;line-height:22px}.fx-accordion-link,
  .fx-accordion-icon-text{padding:17px 0 17px 32px}.fx-accordion-icon-text--hide-icon{padding:17px 0 17px 0}.fx-accordion-body__content{padding-left:32px}}@media screen and (min-width: 940px){.fx-accordion-head{padding:20px 0}.fx-accordion-head--with-sub-text{padding:12px 0 12px}.fx-accordion-head__text{margin-left:48px}.fx-accordion-head__subtext{margin-left:48px;font-size:14px;line-height:24px;letter-spacing:-0.23px}.fx-accordion-link,
  .fx-accordion-icon-text{padding:20px 0 20px 48px}.fx-accordion-icon-text--hide-icon{padding:20px 0 20px 0}.fx-accordion-body__content{padding-left:48px}}.fx-pagination{margin:40px 0}.fx-pagination__show-more-button{display:flex;justify-content:center;margin-bottom:16px}.fx-pagination__pages{display:flex;justify-content:center;flex-wrap:wrap}.fx-pagination__pages-button:not(:last-of-type){margin-right:8px}.fx-pagination__separator{-webkit-user-select:none;user-select:none;display:inline-block;height:40px;position:relative;margin-right:4px}.fx-pagination__separator::after{content:'';height:2px;width:2px;position:absolute;border-radius:10px;left:0;background-color:#1c1c1c;top:50%;transform:translateY(-50%)}.fx-pagination__separator:last-of-type{margin-right:8px}@media screen and (min-width: 600px){.fx-pagination{margin:32px 0}.fx-pagination__pages-button:not(:last-of-type){margin-right:16px}.fx-pagination__separator{height:48px;margin-right:8px}.fx-pagination__separator::after{height:4px;width:4px}.fx-pagination__separator:last-of-type{margin-right:20px}}.fx-content-introduction{display:flex;justify-content:space-between}.fx-content-introduction--without-text{align-items:center}.fx-content-introduction__image{display:none}@media screen and (min-width: 600px){.fx-content-introduction__image{display:inline;margin-left:24px;width:120px;max-height:120px;min-width:120px}.fx-content-introduction.fx-content-introduction--without-text .fx-content-introduction__headline{margin-bottom:0}.fx-content-introduction.fx-content-introduction--without-text .fx-content-introduction__image{width:112px;max-height:112px;min-width:112px}}@media screen and (min-width: 940px){.fx-content-introduction__image{margin-left:32px;width:176px;max-height:176px;min-width:176px}}.fx-product-list-entry{position:relative;background-color:#f3f3f3;padding:8px;margin:8px 0;scroll-margin-top:8px;display:block;border-radius:6px}.fx-product-list-entry .product{position:relative;display:flex;flex-wrap:wrap;align-items:stretch}.fx-product-list-entry .product__image{min-width:80px;max-width:80px;height:80px;margin-right:8px;display:flex;justify-content:center;align-items:center;align-self:center;mix-blend-mode:multiply}@media (forced-colors: active){.fx-product-list-entry .product__image{mix-blend-mode:unset}}.fx-product-list-entry .product__image:hover + .product__content{color:#7e00f3}.fx-product-list-entry .product__content{flex-basis:96px;flex-grow:1}.fx-product-list-entry .product__content:hover .product__meta-container{color:#000}.fx-product-list-entry .product__details{display:flex;flex-direction:column;min-height:56px}.fx-product-list-entry .product__title{margin-bottom:2px;font-size:13px;line-height:16px;letter-spacing:-0.2px;flex-grow:1}.fx-product-list-entry .product .title__manufacturer{font-weight:700}.fx-product-list-entry .product__meta-container{display:flex;flex-direction:row}.fx-product-list-entry .product__meta-separator{padding:0 4px}.fx-product-list-entry .product__meta-line{align-items:center;display:flex;margin-bottom:2px}.fx-product-list-entry .product__rating-stars{margin-right:10px}.fx-product-list-entry .product__rating-star{height:16px;width:16px}.fx-product-list-entry .product__category{font-size:13px;line-height:16px;letter-spacing:-0.2px;white-space:normal}.fx-product-list-entry .product__tag{line-height:0}.fx-product-list-entry .product__tag > *{margin-right:4px}.fx-product-list-entry .product__tag > *:last-child{margin-right:0}.fx-product-list-entry .product__tag--small{margin-bottom:2px}.fx-product-list-entry .product__tag--medium{display:none}.fx-product-list-entry .product__tag--large{display:none}.fx-product-list-entry .product__description{display:none;color:#1c1c1c}.fx-product-list-entry .product__availability{padding-top:2px;margin-bottom:2px;font-size:12px;line-height:16px}.fx-product-list-entry .product__download-info{display:flex;align-items:center;margin-bottom:4px;font-size:12px;line-height:16px;color:#0db5c9}.fx-product-list-entry .product__download-info-icon{margin-right:4px;height:16px;width:16px}.fx-product-list-entry .product__actions{display:none;flex-basis:100%;margin-left:80px;margin-top:8px;line-height:0}.fx-product-list-entry .product__actions > *{padding:0 8px;cursor:pointer}.fx-product-list-entry .product__actions > *:hover .fx-icon:not(.fx-icon--disabled){color:#7e00f3}.fx-product-list-entry .product__actions .fx-icon--hidden{display:none}.fx-product-list-entry .product__actions .fx-icon--visible{display:block}.fx-product-list-entry .product__actions .fx-icon--active{color:#7e00f3;fill:#7e00f3}.fx-product-list-entry .product__actions .fx-icon--disabled{opacity:0.2;pointer-events:none;cursor:default}.fx-product-list-entry .product__actions .basket-button{border:none;background-color:transparent;color:#000;outline:none;padding:0;line-height:0}.fx-product-list-entry .product__actions .basket-form{margin:0}.fx-product-list-entry .product__price{color:#1c1c1c}.fx-product-list-entry .product__price-group{display:inline-block}.fx-product-list-entry .product--download .product__price-group{margin-top:4px;display:inline-flex}@media (max-width: 600px){.fx-product-list-entry .product__price-group{display:block}.fx-product-list-entry .product__meta-container{flex-direction:column}.fx-product-list-entry .product__category{white-space:normal}}@media screen and (min-width: 600px){.fx-product-list-entry .product{position:relative;flex-wrap:initial}.fx-product-list-entry .product__image{margin-right:8px;min-width:148px;height:148px;align-self:flex-start}.fx-product-list-entry .product__details{min-height:138px}.fx-product-list-entry .product__title{font-size:14px;line-height:24px;letter-spacing:-0.21px;flex-grow:0}.fx-product-list-entry .product__meta-line{margin-bottom:4px}.fx-product-list-entry .product__rating-star{height:20px;width:20px}.fx-product-list-entry .product__category{font-size:14px;line-height:24px;letter-spacing:-0.21px}.fx-product-list-entry .product__tag{margin-bottom:8px}.fx-product-list-entry .product__tag--small{display:none}.fx-product-list-entry .product__tag--medium{display:block;flex:none;margin-left:16px}.fx-product-list-entry .product__tag-wrapper{display:flex;flex-direction:column;align-items:flex-end}.fx-product-list-entry .product__energy-efficiency{display:inline-flex;margin-bottom:8px}.fx-product-list-entry .product__description{display:block;flex-grow:1;margin-bottom:4px}.fx-product-list-entry .product__availability{font-size:13px;line-height:16px}.fx-product-list-entry .product__download-info{margin-bottom:2px;font-size:13px;line-height:16px}.fx-product-list-entry .product__price{margin-bottom:4px}.fx-product-list-entry .product__actions{display:flex;position:absolute;bottom:-4px;right:-8px;margin:0}.fx-product-list-entry .product__actions > *{padding:4px 8px}.fx-product-list-entry .product--download .product__actions{bottom:2px}}@media screen and (min-width: 760px){.fx-product-list-entry .product__title{font-size:16px}.fx-product-list-entry .product__description-item{font-size:14px;margin-bottom:2px}}@media screen and (min-width: 940px){.fx-product-list-entry .product__image{margin-right:18px;min-width:168px;height:168px}.fx-product-list-entry .product__content{display:flex}.fx-product-list-entry .product__details{max-width:65%;display:inline-flex;flex-direction:column}.fx-product-list-entry .product__title{margin-bottom:2px;font-size:18px;line-height:24px;letter-spacing:-0.45px}.fx-product-list-entry .product__category{font-size:16px;line-height:24px;letter-spacing:-0.08px}.fx-product-list-entry .product__tag--medium{display:none}.fx-product-list-entry .product__tag--large{display:block;margin-bottom:6px}.fx-product-list-entry .product__description{flex-grow:1}.fx-product-list-entry .product__description-item{font-size:16px}.fx-product-list-entry .product__availability{font-size:16px;line-height:24px;letter-spacing:-0.08px}.fx-product-list-entry .product__download-info{font-size:16px;line-height:24px;letter-spacing:-0.08px}.fx-product-list-entry .product__download-info-icon{margin-right:6px;height:24px;width:24px}.fx-product-list-entry .product__price{flex-grow:1;text-align:right}.fx-product-list-entry .product__price-primary{display:block;margin-bottom:6px}.fx-product-list-entry .product--download .product__details{max-width:100%}.fx-product-list-entry .product--download .product__price-group{margin-top:6px}.fx-product-list-entry .product--download .product__price{text-align:left}.fx-product-list-entry .product--download .product__actions{bottom:2px}.fx-product-list-entry .product__actions{bottom:-4px;right:-4px}.fx-product-list-entry .product__actions > *{padding:4px 12px}.fx-product-list-entry .product__actions > .action__wishlist{margin:0 20px}.fx-product-list-entry .product__tag{margin-bottom:8px}}@media screen and (min-width: 1150px){.fx-product-list-entry .product__image{margin-left:40px;margin-right:48px}}.fx-product-list-entry--with-more-margin{margin:16px 0;scroll-margin-top:16px}a.fx-product-list-entry{-webkit-text-decoration:none;text-decoration:none;color:inherit}.fx-product-list-entry:first-child{margin:0 0 8px 0}.fx-product-list-entry:first-child--with-more-margin{margin:0 0 16px 0}a.fx-product-list-entry:hover{color:inherit}a.fx-product-list-entry:hover .product__title{color:#7e00f3}a.fx-product-list-entry:active{color:inherit}a.fx-product-list-entry:active .product__title{color:#7e00f3}a.fx-product-list-entry:focus{color:inherit}.fx-product-list-entry__addon{cursor:initial}.fx-product-list-entry__addon{cursor:initial}@media screen and (min-width: 600px){.fx-product-list-entry{margin:16px 0;scroll-margin-top:16px}.fx-product-list-entry:first-child{margin:0 0 16px 0}}@media screen and (min-width: 940px){.fx-product-list-entry{padding:16px;margin:16px 0;scroll-margin-top:24px}.fx-product-list-entry:first-child{margin:0 0 16px 0}}.content-teaser{margin-bottom:34px;overflow:hidden}.content-teaser__heading{overflow-wrap:break-word;word-wrap:break-word;-webkit-hyphens:auto;hyphens:auto}.content-teaser__image{float:none;display:flex;width:50%;max-height:160px;max-width:160px;margin-bottom:16px;margin-right:0;overflow:hidden;border-radius:6px}.content-teaser__img{border-radius:6px}.content-teaser__content{overflow:hidden}.content-teaser__heading{word-break:break-word;-webkit-hyphens:auto;hyphens:auto}.content-teaser__text{margin-bottom:10px}.content-teaser--vertical{margin-bottom:24px}.content-teaser--vertical .content-teaser__image{float:unset;display:flex;align-items:center;width:100%;max-height:200px;max-width:none;margin-bottom:16px;margin-right:0}.content-teaser--vertical .content-teaser__picture{width:100%}.content-teaser--vertical .content-teaser__picture .content-teaser__img{width:100%}@media screen and (min-width: 600px){.content-teaser{margin-bottom:32px}.content-teaser__image{max-height:none;max-width:none;display:inline;float:left;width:160px;margin-right:16px}}@media screen and (min-width: 940px){.content-teaser{margin-bottom:48px}.content-teaser__image{width:216px;margin-right:24px}}.content-teaser--last{margin-bottom:0}.fx-price-group{display:flex;align-items:baseline;line-height:0}.fx-price-group .fx-icon-info{width:20px;height:20px}.fx-price-group__primary--highlight{color:#c21025}.fx-price-group__primary--highlight-retail{color:#1c1c1c}.fx-price-group .fx-price-group__tooltip{display:inline-block}.fx-price-group__primary + [class*='fx-price-group__']{margin-left:12px}.fx-price-group.fx-price-group--wrap-yes{flex-wrap:wrap}.fx-price-group.fx-price-group--align-center{justify-content:center}.fx-price-group.fx-price-group--items-center{align-items:center}.fx-price-group.fx-price-group--align-left [class*='fx-price-group__']{margin-left:0}.fx-price-group.fx-price-group--align-left .fx-price-group__primary{margin-right:12px}.fx-price-group.fx-price-group--strike-highlight{display:flex;flex-flow:column;align-items:flex-start;justify-content:flex-start;gap:4px}.fx-price-group.fx-price-group--strike-highlight.fx-price-group--items-center{align-items:center}.fx-price-group.fx-price-group--strike-highlight.fx-price-group--align-column{flex-direction:column}.fx-price-group.fx-price-group--strike-highlight.fx-price-group--align-column .strike-price-with-percentage{flex-direction:column-reverse}.fx-price-group.fx-price-group--strike-highlight .strike-price-with-percentage{flex-direction:row-reverse;align-items:center;gap:4px;font-weight:400;display:flex;line-height:20px;font-size:14px}.fx-price-group.fx-price-group--strike-highlight .strike-price-with-percentage__info{display:flex;justify-content:center;align-items:center;gap:4px}.fx-price-group.fx-price-group--strike-highlight.fx-price-group--align-left{align-items:flex-start}.fx-price-group.fx-price-group--strike-simple{display:flex;justify-content:left;flex-direction:column;align-items:flex-start;gap:4px}.fx-price-group.fx-price-group--strike-simple.fx-price-group--items-center{align-items:center}.fx-price-group.fx-price-group--strike-simple .product__price-primary{margin-bottom:0}.fx-price-group.fx-price-group--strike-simple.fx-price-group--align-left{align-items:flex-start}.fx-price-group.fx-price-group--strike-simple.fx-price-group--align-left .fx-price-group__primary{margin-right:0}.fx-price-group.fx-price-group--strike-simple .fx-price-group__strike-and-info{display:flex;justify-content:center;align-items:center;gap:4px;margin-left:0}.fx-price-group.fx-price-group--strike-simple .fx-price-group__icon-wrapper{color:#686868;min-width:24px}.fx-price-group.fx-price-group--strike-simple .fx-price-group__icon-wrapper .fx-icon.fx-icon--info{width:20px;height:20px}@media screen and (min-width: 600px){.fx-price-group.fx-price-group--strike-highlight.fx-price-group--align-left .strike-price-with-percentage{flex-flow:row-reverse}.fx-price-group.fx-price-group--strike-highlight .strike-price-with-percentage{flex-direction:row-reverse;align-items:center;gap:4px}}@media screen and (min-width: 940px){.fx-price-group.fx-price-group--strike-simple:not(.fx-price-group--align-left){justify-content:right}.fx-price-group.fx-price-group--strike-simple{align-items:flex-end}.fx-price-group.fx-price-group--strike-highlight{justify-content:right;align-items:end}.fx-price-group.fx-price-group--strike-highlight.fx-price-group--items-center{align-items:center}.fx-price-group.fx-price-group--strike-highlight.fx-price-group--align-left .strike-price-with-percentage{flex-flow:row-reverse}.fx-price-group.fx-price-group--strike-highlight.fx-price-group--align-column .strike-price-with-percentage{flex-flow:column-reverse}.fx-price-group.fx-price-group--strike-highlight .strike-price-with-percentage{flex-direction:row}}.fx-contact-content{background-color:#f3f3f3;padding:16px;overflow:hidden;border-radius:6px}.fx-contact-content .more-contact-information-tab__sub-headline{margin:0;text-transform:uppercase}.fx-contact-content .more-contact-information-tab__action{display:block}.fx-contact-content .more-contact-information-tab .more-contact-information-tab__button{margin:0;white-space:nowrap}.fx-contact-content .more-contact-information-tab__meta{margin-bottom:24px;color:#8a8a8a}@media screen and (min-width: 940px){.fx-contact-content .more-contact-information-tab__meta{font-size:12px;line-height:18px}}.fx-contact-content .whatsapp-qr-container{display:flex;flex-flow:column;align-items:center}.fx-contact-content .whatsapp-qr-container__info{margin-bottom:8px}.fx-contact-content .whatsapp-qr-container__image{max-width:50%;height:100%;margin-top:16px}.fx-contact-content .whatsapp-qr-container__cta{margin:16px 0;font-style:normal}.fx-contact-content .information__text{margin-bottom:12px}@media screen and (min-width: 600px){.fx-contact-content{padding:24px}.fx-contact-content .information-text{margin-top:16px}}@media screen and (min-width: 940px){.fx-contact-content{padding:40px}.fx-contact-content .information-text{margin-bottom:4px}}.fx-contact__select{display:flex;justify-content:center;margin-bottom:8px}.fx-contact__input{margin-top:0}.fx-contact .assistants-container{display:flex;justify-content:center;margin-bottom:16px}.fx-contact .assistants__item{width:64px;height:64px;border-radius:50%}.fx-contact .assistants__item-wrapper{margin-left:12px}.fx-contact .assistants__item-wrapper:first-of-type{margin-left:0}.fx-contact .buttons-container{display:flex;justify-content:center;margin-bottom:24px}.fx-contact .buttons__item{margin-left:20px}.fx-contact .buttons__item.fx-button--notify:after{top:12px;right:9px}.fx-contact .buttons__item:first-of-type{margin-left:0}@media screen and (min-width: 600px){.fx-contact .assistants__item{width:56px;height:56px}}@media screen and (min-width: 940px){.fx-contact .assistants__item{width:64px;height:64px}}.fx-smart-navigator__item{padding:8px 0;border-top:1px solid #b4b4b4}.fx-smart-navigator__item:last-child{border-bottom:1px solid #b4b4b4}.fx-smart-navigator__item-link{display:flex;align-items:center}.fx-smart-navigator__item-link .fx-smart-navigator__item-icon{transition:transform 0.25s ease}.fx-smart-navigator__item-link:hover .fx-smart-navigator__item-icon{color:#7e00f3;transform:translateX(3px)}.fx-smart-navigator__item-title{margin:0 8px;flex-grow:1}@media screen and (min-width: 940px){.fx-smart-navigator__item{padding:12px 0}.fx-smart-navigator__item-link:hover .fx-smart-navigator__item-icon{transform:translateX(6px)}.fx-smart-navigator__item-title{margin:0 16px}}.fx-sortable{position:relative}.fx-sortable__drag{background-color:white;border-radius:6px}.fx-sortable__ghost{background-color:#e8e8e8;border-radius:6px;transition:visibility 300ms}.fx-sortable__ghost div{border-radius:6px;visibility:hidden!important}.fx-sortable__item{position:relative;will-change:transform}.fx-sortable__item.dragging{opacity:0.8}.fx-sortable__handle{position:absolute;top:0;left:0;margin:4px;z-index:1;cursor:grab;border-radius:50%}@media screen and (min-width: 940px){.fx-sortable__handle{margin:8px}}@media print{.fx-sortable__handle{display:none}}.fx-sortable__icon{width:16px;height:16px}@media screen and (min-width: 940px){.fx-sortable__icon{width:24px;height:24px}}.fx-flyin__header-bar{display:flex;justify-content:space-between;margin:20px 0}.fx-flyin__header-bar .close-button{cursor:pointer;position:absolute;right:0;margin-top:2px;margin-right:24px}.fx-flyin__header-bar .close-button:hover .button-icon{color:#7e00f3}.fx-flyin__header-bar--with-button-circle .close-button .button-icon{border-radius:50%;border:1px solid #000;height:40px;width:40px;padding:8px}@media screen and (min-width: 600px){.fx-flyin__header-bar--with-button-circle .close-button .button-icon{border:solid 1.2px;height:48px;width:48px;padding:12px}}@media screen and (min-width: 940px){.fx-flyin__header-bar--with-button-circle .close-button .button-icon{border:solid 2px;height:56px;width:56px;padding:12px}}.fx-flyin__header-bar--with-button-circle-filled .close-button .button-icon{color:#fff;background-color:#1c1c1c;border-radius:50%;border:1px solid #000;height:40px;width:40px;padding:8px}.fx-flyin__header-bar--with-button-circle-filled .close-button .button-icon:hover{color:#fff;background-color:#7e00f3}@media screen and (min-width: 600px){.fx-flyin__header-bar--with-button-circle-filled .close-button .button-icon{border:solid 1.2px;height:48px;width:48px;padding:12px}}@media screen and (min-width: 940px){.fx-flyin__header-bar--with-button-circle-filled .close-button .button-icon{border:solid 2px;height:56px;width:56px;padding:12px}}.fx-flyin__header-bar .header__title,
.fx-flyin__header-bar .header__subtitle{display:block;margin-right:30px}@media screen and (min-width: 600px){.fx-flyin__header-bar{margin:24px 0}.fx-flyin__header-bar .close-button{margin-top:4px;margin-right:32px}}@media screen and (min-width: 940px){.fx-flyin__header-bar{margin:32px 0}.fx-flyin__header-bar .close-button{margin-top:2px;margin-right:64px}.fx-flyin__header-bar .close-button .button-icon{height:40px;width:40px}.fx-flyin__header-bar .header__title,
  .fx-flyin__header-bar .header__subtitle{display:block;margin-right:48px}}.fx-flyin__main-tabs .fx-tabs__list{margin-top:8px;text-align:left}@media screen and (min-width: 600px){.fx-flyin__main-tabs .fx-tabs__list{margin-top:16px}}.fx-flyin{z-index:103;position:fixed;height:100%;width:0;top:0;left:0;bottom:0;visibility:hidden}@media screen and (min-width: 1512px){.fx-flyin{transition:width step-end 500ms}}.fx-flyin > .content-holder{position:absolute;top:0;height:100%;overflow:hidden;z-index:1;background-color:#fff;transform:translateX(-100%);width:100%}@media screen and (min-width: 760px){.fx-flyin > .content-holder{width:384px;min-width:50%}}@media screen and (min-width: 940px){.fx-flyin > .content-holder{width:504px;min-width:25%}}.fx-flyin > .content-holder > .content > .content__header{position:relative}.fx-flyin > .content-holder .fx-flyin-content{width:100%;height:100%;overflow-y:auto;overflow-x:hidden}.fx-flyin > .content-holder .fx-flyin-content__header{display:grid;justify-content:center;grid-auto-rows:-webkit-min-content;grid-auto-rows:min-content;background:#fff;grid-template-columns:100%;padding:0 24px 0}@media screen and (min-width: 600px){.fx-flyin > .content-holder .fx-flyin-content__header{grid-template-columns:70%}}@media screen and (min-width: 760px){.fx-flyin > .content-holder .fx-flyin-content__header{grid-template-columns:320px;padding:0 32px 0}}@media screen and (min-width: 940px){.fx-flyin > .content-holder .fx-flyin-content__header{grid-template-columns:376px;padding:0 64px 0}}@media screen and (min-width: 600px){.fx-flyin > .content-holder .fx-flyin-content__header--without-paddings{grid-template-columns:384px;padding:0 0 0}}@media screen and (min-width: 940px){.fx-flyin > .content-holder .fx-flyin-content__header--without-paddings{grid-template-columns:504px;padding:0 0 0}}.fx-flyin > .content-holder .fx-flyin-content__header--is-sticky{top:0;height:auto;position:sticky;position:-webkit-sticky;z-index:1000}.fx-flyin > .content-holder .fx-flyin-content__body{display:grid;justify-content:center;grid-auto-rows:-webkit-min-content;grid-auto-rows:min-content;grid-template-columns:100%;padding:0 24px 20px}@media screen and (min-width: 600px){.fx-flyin > .content-holder .fx-flyin-content__body{grid-template-columns:70%}}@media screen and (min-width: 760px){.fx-flyin > .content-holder .fx-flyin-content__body{grid-template-columns:320px;padding:0 32px 20px}}@media screen and (min-width: 940px){.fx-flyin > .content-holder .fx-flyin-content__body{grid-template-columns:376px;padding:0 64px 20px}}@media screen and (min-width: 600px){.fx-flyin > .content-holder .fx-flyin-content__body--without-paddings{grid-template-columns:384px;padding:0 0 20px}}@media screen and (min-width: 940px){.fx-flyin > .content-holder .fx-flyin-content__body--without-paddings{grid-template-columns:504px;padding:0 0 20px}}.fx-flyin > .content-holder .fx-flyin-content::-webkit-scrollbar{background-color:#fff;width:10px}.fx-flyin > .content-holder .fx-flyin-content::-webkit-scrollbar-track{background-color:#fff}.fx-flyin > .content-holder .fx-flyin-content::-webkit-scrollbar-thumb{background-color:#1c1c1c;border-radius:16px;border:4px solid #fff}.fx-flyin > .content-holder .fx-flyin-content::-webkit-scrollbar-button{display:none}.fx-flyin--is-right{left:inherit;right:0}.fx-flyin--is-right > .content-holder{right:0;transform:translateX(100%)}.fx-flyin--is-right > .content-holder .fx-flyin-content{overflow-y:scroll;overflow-x:hidden}.fx-flyin--is-right > .content-holder .fx-flyin-content::-webkit-scrollbar{background-color:#fff;width:10px}.fx-flyin--is-right > .content-holder .fx-flyin-content::-webkit-scrollbar-track{background-color:#fff}.fx-flyin--is-right > .content-holder .fx-flyin-content::-webkit-scrollbar-thumb{background-color:#1c1c1c;border-radius:16px;border:4px solid #fff}.fx-flyin--is-right > .content-holder .fx-flyin-content::-webkit-scrollbar-button{display:none}.fx-flyin--has-header-grey > .content-holder .fx-flyin-content__header{background:#f3f3f3}.fx-flyin > .backdrop{position:absolute;opacity:0;top:0;left:0;width:100%;height:100%}.fx-flyin--is-active{width:100%;visibility:visible}.fx-flyin--is-active > .content-holder{transform:translateX(0);transition:transform 500ms}.fx-flyin--is-active > .backdrop{display:block;width:100%;opacity:1}@media screen and (min-width: 600px){.fx-flyin--is-active > .content-holder{box-shadow:0 0 70px rgba(28,28,28,0.2)}}@media screen and (min-width: 1512px){.fx-flyin--is-active{transition:width 0ms}}.fx-flyin--is-embedded{position:relative;visibility:visible;display:block;z-index:0;width:100%}.fx-flyin--is-embedded > .content-holder{transition:inherit;box-shadow:inherit;transform:inherit;visibility:visible;z-index:inherit;min-width:inherit;width:100%}.fx-flyin--is-embedded > .content-holder .fx-flyin-content__header,
.fx-flyin--is-embedded > .content-holder .fx-flyin-content__body{display:inherit;padding:inherit;margin:inherit}.fx-flyin--is-embedded > .backdrop{display:none;width:0}.fx-flyin--is-embedded-sticky > .content-holder{overflow:inherit}.fx-flyin--is-embedded-sticky > .content-holder .content{top:0;height:auto;position:sticky;position:-webkit-sticky;z-index:1000}.fx-flyin--is-embedded > .content-holder > .content > .content__header{display:none}.fx-flyin--without-header > .content-holder > .content > .content__header{display:none}.fx-flyin--is-hidden{display:none;visibility:hidden;right:auto;left:auto;width:0}.fx-flyin--is-hidden > .content-holder{width:0}.fx-flyin--is-hidden > .backdrop{display:none}@media screen and (min-width: 600px){.fx-flyin-medium--is-active{width:100%;visibility:visible}.fx-flyin-medium--is-active > .content-holder{transform:translateX(0);transition:transform 500ms}.fx-flyin-medium--is-active > .backdrop{display:block;width:100%;opacity:1}.fx-flyin-medium--is-embedded{position:relative;visibility:visible;display:block;z-index:0;width:100%}.fx-flyin-medium--is-embedded > .content-holder{transition:inherit;box-shadow:inherit;transform:inherit;visibility:visible;z-index:inherit;min-width:inherit;width:100%}.fx-flyin-medium--is-embedded > .content-holder .fx-flyin-content__header,
  .fx-flyin-medium--is-embedded > .content-holder .fx-flyin-content__body{display:inherit;padding:inherit;margin:inherit}.fx-flyin-medium--is-embedded > .backdrop{display:none;width:0}.fx-flyin-medium--is-embedded-sticky > .content-holder{overflow:inherit}.fx-flyin-medium--is-embedded-sticky > .content-holder .content{top:0;height:auto;position:sticky;position:-webkit-sticky;z-index:1000}.fx-flyin-medium--is-embedded > .content-holder > .content > .content__header{display:none}.fx-flyin-medium--without-header > .content-holder > .content > .content__header{display:none}.fx-flyin-medium--is-hidden{display:none;visibility:hidden;right:auto;left:auto;width:0}.fx-flyin-medium--is-hidden > .content-holder{width:0}.fx-flyin-medium--is-hidden > .backdrop{display:none}}@media screen and (min-width: 600px) and screen and (min-width: 600px){.fx-flyin-medium--is-active > .content-holder{box-shadow:0 0 70px rgba(28,28,28,0.2)}}@media screen and (min-width: 600px) and screen and (min-width: 1512px){.fx-flyin-medium--is-active{transition:width 0ms}}@media screen and (min-width: 940px){.fx-flyin-large--is-active{width:100%;visibility:visible}.fx-flyin-large--is-active > .content-holder{transform:translateX(0);transition:transform 500ms}.fx-flyin-large--is-active > .backdrop{display:block;width:100%;opacity:1}.fx-flyin-large--is-embedded{position:relative;visibility:visible;display:block;z-index:0;width:100%}.fx-flyin-large--is-embedded > .content-holder{transition:inherit;box-shadow:inherit;transform:inherit;visibility:visible;z-index:inherit;min-width:inherit;width:100%}.fx-flyin-large--is-embedded > .content-holder .fx-flyin-content__header,
  .fx-flyin-large--is-embedded > .content-holder .fx-flyin-content__body{display:inherit;padding:inherit;margin:inherit}.fx-flyin-large--is-embedded > .backdrop{display:none;width:0}.fx-flyin-large--is-embedded-sticky > .content-holder{overflow:inherit}.fx-flyin-large--is-embedded-sticky > .content-holder .content{top:0;height:auto;position:sticky;position:-webkit-sticky;z-index:1000}.fx-flyin-large--is-embedded > .content-holder > .content > .content__header{display:none}.fx-flyin-large--without-header > .content-holder > .content > .content__header{display:none}.fx-flyin-large--is-hidden{display:none;visibility:hidden;right:auto;left:auto;width:0}.fx-flyin-large--is-hidden > .content-holder{width:0}.fx-flyin-large--is-hidden > .backdrop{display:none}}@media screen and (min-width: 940px) and screen and (min-width: 600px){.fx-flyin-large--is-active > .content-holder{box-shadow:0 0 70px rgba(28,28,28,0.2)}}@media screen and (min-width: 940px) and screen and (min-width: 1512px){.fx-flyin-large--is-active{transition:width 0ms}}.fx-flyin-nav .fx-flyin-nav__item{cursor:pointer;font-weight:700;overflow-wrap:break-word;word-wrap:break-word;-webkit-hyphens:auto;hyphens:auto;font-size:16px;line-height:32px;letter-spacing:-0.48px}@media screen and (min-width: 600px){.fx-flyin-nav .fx-flyin-nav__item{font-size:18px;letter-spacing:-0.4px}}@media screen and (min-width: 940px){.fx-flyin-nav .fx-flyin-nav__item{font-size:20px;letter-spacing:-0.36px}}.fx-flyin-nav .fx-flyin-nav__item:not(.fx-flyin-nav .fx-flyin-nav__item--no-margin){margin:8px 0}.fx-flyin-nav .fx-flyin-nav__item-sub--narrow{font-weight:400}.fx-flyin-nav__subline{color:#b4b4b4;font-size:14px;overflow-wrap:break-word;word-wrap:break-word;-webkit-hyphens:auto;hyphens:auto}.fx-flyin-nav__back-label{text-transform:uppercase;font-size:16px;line-height:32px;letter-spacing:-0.48px;overflow-wrap:break-word;word-wrap:break-word;-webkit-hyphens:auto;hyphens:auto}@media screen and (min-width: 600px){.fx-flyin-nav__back-label{font-size:18px;letter-spacing:-0.4px}}@media screen and (min-width: 940px){.fx-flyin-nav__back-label{font-size:20px;letter-spacing:-0.36px}}.fx-flyin-nav__divider{width:40px;margin:24px 0;background:#4b4b4b;height:1px}@media screen and (min-width: 600px){.fx-flyin-nav__divider{width:64px}}@media screen and (min-width: 940px){.fx-flyin-nav__item-sub--narrow{font-size:18px;letter-spacing:-0.4px}.fx-flyin-nav__subline{font-size:16px;color:#000}.fx-flyin-nav__divider{width:88px}.fx-flyin-nav.fx-flyin-nav.accordion-menu .fx-flyin-nav__item{font-size:18px;letter-spacing:-0.4px}.fx-flyin-nav.fx-flyin-nav.accordion-menu .fx-flyin-nav__item-sub--narrow{font-size:16px;letter-spacing:-0.48px}.fx-flyin.fx-flyin-large--is-embedded .fx-flyin-nav .fx-flyin-nav__item,
  .fx-flyin-nav.accordion-menu.fx-flyin-nav--is-embedded .fx-flyin-nav__item{font-size:16px;letter-spacing:-0.48px}.fx-flyin.fx-flyin-large--is-embedded .fx-flyin-nav .fx-flyin-nav__item:not(.fx-flyin.fx-flyin-large--is-embedded .fx-flyin-nav .fx-flyin-nav__item--no-margin),
  .fx-flyin-nav.accordion-menu.fx-flyin-nav--is-embedded .fx-flyin-nav__item:not(.fx-flyin.fx-flyin-large--is-embedded .fx-flyin-nav .fx-flyin-nav__item--no-margin),
  .fx-flyin.fx-flyin-large--is-embedded .fx-flyin-nav .fx-flyin-nav__item:not(.fx-flyin-nav.accordion-menu.fx-flyin-nav--is-embedded .fx-flyin-nav__item--no-margin),
  .fx-flyin-nav.accordion-menu.fx-flyin-nav--is-embedded .fx-flyin-nav__item:not(.fx-flyin-nav.accordion-menu.fx-flyin-nav--is-embedded .fx-flyin-nav__item--no-margin){margin:6px 0}.fx-flyin.fx-flyin-large--is-embedded .mythomann-flyin-customer-info{font-size:14px;line-height:22px;letter-spacing:-0.11px}}@media screen and (min-width: 1150px){.fx-flyin.fx-flyin-large--is-embedded .fx-flyin-nav .fx-flyin-nav__item,
  .fx-flyin-nav.accordion-menu.fx-flyin-nav--is-embedded .fx-flyin-nav__item{font-size:18px;letter-spacing:-0.4px}.fx-flyin.fx-flyin-large--is-embedded .fx-flyin-nav .fx-flyin-nav__item:not(.fx-flyin.fx-flyin-large--is-embedded .fx-flyin-nav .fx-flyin-nav__item--no-margin),
  .fx-flyin-nav.accordion-menu.fx-flyin-nav--is-embedded .fx-flyin-nav__item:not(.fx-flyin.fx-flyin-large--is-embedded .fx-flyin-nav .fx-flyin-nav__item--no-margin),
  .fx-flyin.fx-flyin-large--is-embedded .fx-flyin-nav .fx-flyin-nav__item:not(.fx-flyin-nav.accordion-menu.fx-flyin-nav--is-embedded .fx-flyin-nav__item--no-margin),
  .fx-flyin-nav.accordion-menu.fx-flyin-nav--is-embedded .fx-flyin-nav__item:not(.fx-flyin-nav.accordion-menu.fx-flyin-nav--is-embedded .fx-flyin-nav__item--no-margin){margin:8px 0}.fx-flyin.fx-flyin-large--is-embedded .fx-flyin-nav .fx-flyin-nav__item-sub--narrow,
  .fx-flyin-nav.accordion-menu.fx-flyin-nav--is-embedded .fx-flyin-nav__item-sub--narrow{font-size:16px;letter-spacing:-0.48px}.fx-flyin.fx-flyin-large--is-embedded .mythomann-flyin-customer-info{font-size:16px;line-height:24px;letter-spacing:-0.26px}}.fx-flyin-nav{position:relative;display:block;height:auto}.fx-flyin-nav__item{display:inline-flex;align-items:center;-webkit-text-decoration:none;text-decoration:none}.fx-flyin-nav__item-plus,
.fx-flyin-nav__item-minus,
.fx-flyin-nav__item-arrow{display:none;margin-left:8px;stroke-width:2px;height:20px;width:20px}.fx-flyin-nav__item-wrapper--active > .fx-flyin-nav__item{color:#7e00f3}.fx-flyin-nav__item-wrapper--active > .fx-flyin-nav__item > .fx-flyin-nav__item-icon{color:#7e00f3}.fx-flyin-nav__item-wrapper--active > .fx-flyin-nav__item:hover{color:#6009b0}.fx-flyin-nav__item-wrapper--active > .fx-flyin-nav__item:hover > .fx-flyin-nav__item-icon{color:#6009b0}.fx-flyin-nav__item-wrapper--active > .fx-flyin-nav__item:focus{color:#420080}.fx-flyin-nav__item-wrapper--active > .fx-flyin-nav__item:focus > .fx-flyin-nav__item-icon{color:#420080}.fx-flyin-nav__item-wrapper:not(.fx-flyin-nav__item-wrapper--active) > .fx-flyin-nav__item--active{color:#000}.fx-flyin-nav__item-wrapper:not(.fx-flyin-nav__item-wrapper--active) > .fx-flyin-nav__item--active > .fx-flyin-nav__item-icon.fx-flyin-nav__item-plus,
.fx-flyin-nav__item-wrapper:not(.fx-flyin-nav__item-wrapper--active) > .fx-flyin-nav__item--active > .fx-flyin-nav__item-icon.fx-flyin-nav__item-minus{color:#000}.fx-flyin-nav.accordion-menu .fx-flyin-nav__item.fx-flyin-nav__item{-webkit-text-decoration:none;text-decoration:none}.fx-flyin-nav.accordion-menu .fx-flyin-nav__item-plus{display:inline-block}.fx-flyin-nav.accordion-menu .fx-flyin-nav__item--active .fx-flyin-nav__item-minus,
.fx-flyin-nav.accordion-menu .fx-flyin-nav__item--active-child .fx-flyin-nav__item-minus{display:inline-block}.fx-flyin-nav.accordion-menu .fx-flyin-nav__item--active .fx-flyin-nav__item-plus,
.fx-flyin-nav.accordion-menu .fx-flyin-nav__item--active-child .fx-flyin-nav__item-plus{display:none}.fx-flyin-nav.accordion-menu .fx-flyin-nav__menu{display:none;height:100%;width:100%;max-width:100%;padding:0;margin:0;list-style-type:none;background-color:#fff}.fx-flyin-nav.accordion-menu .fx-flyin-nav__menu-child > .fx-flyin-nav__item-wrapper{padding-left:16px}.fx-flyin-nav.accordion-menu .fx-flyin-nav__menu--active,
.fx-flyin-nav.accordion-menu .fx-flyin-nav__menu--active-child{display:block;height:auto;z-index:1}.fx-flyin-nav.accordion-menu .fx-flyin-nav > .fx-flyin-nav__menu{display:block;height:auto;z-index:1}@media screen and (min-width: 1150px){.fx-flyin-nav.accordion-menu .fx-flyin-nav__menu-child > .fx-flyin-nav__item-wrapper{padding-left:24px}}.fx-flyin-nav.drilldown-menu{margin:0}.fx-flyin-nav.drilldown-menu .fx-flyin-nav{overflow:hidden}.fx-flyin-nav.drilldown-menu .fx-flyin-nav__back-header{margin-bottom:8px}.fx-flyin-nav.drilldown-menu .fx-flyin-nav__back-header .back-header__back{display:flex;align-items:center;cursor:pointer}.fx-flyin-nav.drilldown-menu .fx-flyin-nav__back-header .back-header__back > .fx-flyin-nav__item-arrow{stroke-width:1.5px;margin-left:0;margin-right:8px}.fx-flyin-nav.drilldown-menu .fx-flyin-nav__back-header .fx-flyin-nav__item{font-weight:400;color:inherit}.fx-flyin-nav.drilldown-menu .fx-flyin-nav__back-header .fx-flyin-nav__back-label{color:#7e00f3}.fx-flyin-nav.drilldown-menu .fx-flyin-nav__item-arrow{display:inline-block}.fx-flyin-nav.drilldown-menu .fx-flyin-nav__menu{width:100%;max-width:100%;padding:0;margin:0;list-style-type:none;background-color:#fff;visibility:hidden;opacity:0;height:0;transform:translateX(20%);transition:transform 150ms 0ms}.fx-flyin-nav.drilldown-menu .fx-flyin-nav__menu--active{visibility:visible;opacity:1;height:auto;transform:translateX(0)}.fx-flyin-nav.drilldown-menu .fx-flyin-nav__menu--active-child{transform:translateX(-20%)}@media screen and (min-width: 600px){.fx-flyin-nav.drilldown-menu{margin:8px 0}.fx-flyin-nav.drilldown-menu .fx-flyin-nav__back-header{margin-bottom:12px}}@media screen and (min-width: 940px){.fx-flyin-nav.drilldown-menu{margin:16px 0}.fx-flyin-nav.drilldown-menu .fx-flyin-nav__back-header{margin-bottom:24px}}.fx-flyin-trigger{display:inline-flex;align-items:center;cursor:pointer;-webkit-text-decoration:none;text-decoration:none;color:#1c1c1c}.fx-flyin-trigger__title{padding-left:8px;font-weight:400;font-size:14px;line-height:22px;letter-spacing:-0.11px}.fx-flyin-trigger--with-content-margin{margin-bottom:8px}a.fx-flyin-trigger.fx-flyin-trigger--contrast:hover .fx-flyin-trigger__icon{opacity:0.6;color:#1c1c1c}@media screen and (min-width: 600px){.fx-flyin-trigger__title{padding-left:13px}.fx-flyin-trigger--is-hidden-medium{display:none}}@media screen and (min-width: 940px){.fx-flyin-trigger__title{font-size:18px;line-height:28px;letter-spacing:-0.29px}.fx-flyin-trigger--is-hidden-large{display:none}}.fx-collapsible--open .fx-collapsible__content{visibility:visible;max-height:50000px;pointer-events:auto;opacity:1;transform:translate(0px,0px);transition:max-height 0.2s cubic-bezier(0,1,0,1) -0.1s,opacity 0.15s,transform 0.2s}.fx-collapsible--open .fx-collapsible__trigger-icon-expanded{opacity:1}.fx-collapsible--open .fx-collapsible__trigger-icon-closed{opacity:0}.fx-collapsible__content{visibility:hidden;position:relative;overflow:hidden;pointer-events:none;max-height:0;opacity:0;transform:translate(0px,-20px);transition:max-height 0.25s cubic-bezier(0,1,0,1) -0.1s,opacity 0.1s,transform 0.25s;display:block}.fx-collapsible__trigger{position:relative;display:flex;align-items:center;cursor:pointer}.fx-collapsible__trigger-label{margin-left:32px}.fx-collapsible__trigger:hover{color:#7e00f3}.fx-collapsible__trigger:hover .fx-collapsible__trigger-icon-closed,
.fx-collapsible__trigger:hover .fx-collapsible__trigger-icon-expanded{color:#7e00f3}.fx-collapsible__trigger:active{color:#420080}.fx-collapsible__trigger:active .fx-collapsible__trigger-icon-closed,
.fx-collapsible__trigger:active .fx-collapsible__trigger-icon-expanded{color:#420080}.fx-collapsible__trigger-icon-closed,
.fx-collapsible__trigger-icon-expanded{width:24px;height:24px;transition:opacity 0.15s linear}.fx-collapsible__trigger-icon-closed{opacity:1}.fx-collapsible__trigger-icon-expanded{opacity:0}.fx-collapsible--small-icon .fx-collapsible__trigger-icon-closed,
.fx-collapsible--small-icon .fx-collapsible__trigger-icon-expanded{height:20px;width:20px}.simple-collapsible__trigger-label{margin:0 0 0 32px;text-transform:uppercase;font-size:14px;line-height:22px;letter-spacing:-0.11px;font-weight:400;font-weight:700}@media screen and (min-width: 940px){.simple-collapsible__trigger-label{margin-left:48px}}.fx-media-teaser{display:flex;flex-direction:column;margin-bottom:16px;-webkit-text-decoration:none;text-decoration:none;background-color:#f3f3f3;border-radius:6px;overflow:hidden}.fx-media-teaser__image-wrapper{position:relative;text-align:center;overflow:hidden;border-top-right-radius:6px;border-top-left-radius:6px}.fx-media-teaser__image{width:100%;height:176px;object-fit:cover;transition:transform 0.25s 0s cubic-bezier(0.25,0.8,0.25,1)}.fx-media-teaser__image.lazyloading{width:auto;height:auto;max-height:176px;padding:10px}.fx-media-teaser__tag{position:absolute;left:0;bottom:0}.fx-media-teaser__tag > *{border-bottom-left-radius:0}.fx-media-teaser .body{padding:8px 16px 10px 16px}.fx-media-teaser .body__title{color:#000;font-weight:700}.fx-media-teaser .body__text{color:#000;font-size:14px;letter-spacing:-0.3px;overflow-wrap:break-word;word-wrap:break-word;-webkit-hyphens:auto;hyphens:auto}.fx-media-teaser--has-small-body.fx-media-teaser .body{min-height:48px}.fx-media-teaser:hover .body__title{color:#7e00f3}.fx-media-teaser--title-only.fx-media-teaser:hover .body__title{color:#7e00f3}.fx-media-teaser--title-only.fx-media-teaser .body{display:flex;align-items:center;min-height:64px}.fx-media-teaser--title-only.fx-media-teaser .body__title{display:flex;align-items:center;text-transform:none}@media screen and (min-width: 600px){.fx-media-teaser__image{height:192px}.fx-media-teaser .body{padding:8px 16px;min-height:120px}.fx-media-teaser .body__title{margin-bottom:4px;margin-top:4px}.fx-media-teaser .body__text{font-size:16px;letter-spacing:-0.3px}.fx-media-teaser--has-image-big.fx-media-teaser .fx-media-teaser__image{height:192px}.fx-media-teaser--title-only.fx-media-teaser .body{min-height:73px}}@media screen and (min-width: 940px){.fx-media-teaser{margin-bottom:24px}.fx-media-teaser__image{height:184px}.fx-media-teaser .body{min-height:112px}.fx-media-teaser .body__title{font-size:16px}.fx-media-teaser--has-small-body.fx-media-teaser .body{min-height:60px}.fx-media-teaser--has-image-big.fx-media-teaser .fx-media-teaser__image{height:264px}.fx-media-teaser--title-only.fx-media-teaser .body{min-height:80px}}.fx-media-teaser.fx-media-teaser--placeholder{background:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAHCAYAAADEUlfTAAAABmJLR0QA/wD/AP+gvaeTAAAAM0lEQVQI13XJsQ0AMAjAsCzw/58ckS5VVSQYssQAqfIHRFX12QByBZUVHk5w/wwqrABxAN96bjpvBj07AAAAAElFTkSuQmCC')}.fx-media-teaser.fx-media-teaser--placeholder .fx-media-teaser__image{height:120px}@media screen and (min-width: 600px){.fx-media-teaser.fx-media-teaser--placeholder .fx-media-teaser__image{height:192px}}@media screen and (min-width: 940px){.fx-media-teaser.fx-media-teaser--placeholder .fx-media-teaser__image{height:184px}}.fx-media-teaser-grid__footer{border-top:1px solid #e8e8e8;text-align:center}.fx-media-teaser-grid__button{margin:16px 16px 4px}.fx-notification-display{width:90%;max-width:600px;position:fixed;bottom:16px;left:50%;transform:translateX(-50%);z-index:14;transition:opacity 300ms ease}.fx-notification{box-shadow:0 2px 20px 0 rgba(0,0,0,0.2);border-radius:6px;margin-bottom:8px;transition:width 300ms,left 300ms,margin 300ms,height 300ms;animation:fx-notification-dispatching-animation 250ms;animation-iteration-count:1}.fx-notification.fx-notification--with-icon{margin-top:40px}.fx-notification--removing{animation:fx-notification-removing-animation 300ms;animation-iteration-count:1;opacity:1}.fx-notification--fading-out{animation:fx-notification-removing-animation 0.5s}.fx-notification__infobox{min-height:100px;background-color:#fff}.fx-notification__content{margin:16px 0}.fx-notification__content a{-webkit-text-decoration:underline;text-decoration:underline}.fx-notification__body,
.fx-notification__text{margin-bottom:16px}.fx-notification__actions{margin-top:8px}.fx-notification__actions > *{margin-right:8px}.fx-notification__actions > *:last-child{margin-right:0}.fx-notification:nth-child(1){z-index:13}.fx-notification:nth-child(2){z-index:12}.fx-notification:nth-child(3){z-index:11}.fx-notification:nth-child(n + 4){z-index:-1;animation:fx-notification-removing-animation 300ms forwards;animation-iteration-count:1;height:0;margin:0}@media screen and (min-width: 600px){.fx-notification.fx-notification--with-icon{margin-top:48px}}@media screen and (min-width: 940px){.fx-notification.fx-notification--with-icon{margin-top:56px}}@keyframes fx-notification-removing-animation{0%{height:100px;left:0}20%{height:80px}40%{height:60px}60%{height:40px;opacity:0}80%{height:20px}100%{height:0;opacity:0;margin:0;overflow:hidden}}@keyframes fx-notification-dispatching-animation{from{transform:scale(0,0)}to{transform:scale(1,1)}}@media print{.fx-notification-display{display:none}}.fx-category-grid__item{display:flex;align-items:center;flex-direction:column;padding:16px 8px 10px;margin-bottom:8px}.fx-category-grid__item:hover .fx-category-grid__title{color:#7e00f3}.fx-category-grid__item{-webkit-text-decoration:none;text-decoration:none}.fx-category-grid__image{margin-bottom:8px;max-width:128px}.fx-category-grid.fx-category-grid--list-view .fx-category-grid__item,
.fx-category-grid.fx-category-grid--mixed .fx-category-grid__item{flex-direction:row;padding:8px 12px 8px 8px;margin-bottom:0;border-bottom:1px solid #e8e8e8}.fx-category-grid.fx-category-grid--list-view .fx-category-grid__image,
.fx-category-grid.fx-category-grid--mixed .fx-category-grid__image{width:100%;max-width:64px;max-height:64px;height:64px;margin:0 16px 0 0}.fx-category-grid.fx-category-grid--list-view .fx-category-grid__label,
.fx-category-grid.fx-category-grid--mixed .fx-category-grid__label{display:flex;flex:1;justify-content:space-between;flex-direction:row}.fx-category-grid.fx-category-grid--list-view .fx-category-grid__count,
.fx-category-grid.fx-category-grid--mixed .fx-category-grid__count{align-self:center;margin-left:8px;color:#b4b4b4}.fx-category-grid.fx-category-grid--mixed .fx-category-grid__item{text-align:left;border-radius:0}.fx-category-grid.fx-category-grid--with-background .fx-category-grid__item{background-color:#fff}.fx-category-grid.fx-category-grid--with-background .fx-category-grid__item:first-of-type{border-top-left-radius:6px;border-top-right-radius:6px}.fx-category-grid__teaser-image{padding:10%}@media screen and (min-width: 600px){.fx-category-grid__item{padding-bottom:18px}.fx-category-grid__image{max-width:132px}.fx-category-grid.fx-category-grid--list-view:not(.fx-category-grid--with-divider) .fx-category-grid__item{border:none}.fx-category-grid.fx-category-grid--list-view .fx-category-grid__item{padding:8px 16px 8px 8px}.fx-category-grid.fx-category-grid--list-view .fx-category-grid__image{min-width:74px;max-height:74px;height:74px}.fx-category-grid.fx-category-grid--mixed .fx-category-grid__item{flex-direction:column;padding:16px 8px;text-align:center;border:none}.fx-category-grid.fx-category-grid--mixed .fx-category-grid__image{margin:0 0 12px 0;max-width:132px;height:auto;max-height:inherit}.fx-category-grid.fx-category-grid--with-background .fx-category-grid__item{border-radius:6px}}@media screen and (min-width: 940px){.fx-category-grid__item{padding:20px 8px}.fx-category-grid__image{margin-bottom:8px;max-width:152px}.fx-category-grid__label,
  .fx-category-grid__title,
  .fx-category-grid__count,
  .fx-category-grid__teaser-label{font-size:16px;line-height:24px;letter-spacing:-0.26px}.fx-category-grid.fx-category-grid--list-view .fx-category-grid__item{padding:8px 24px 8px 8px}.fx-category-grid.fx-category-grid--list-view .fx-category-grid__image{min-width:84px;max-height:84px;height:84px;margin-right:20px}.fx-category-grid.fx-category-grid--mixed .fx-category-grid__item{padding:20px 8px}.fx-category-grid.fx-category-grid--mixed .fx-category-grid__image{margin-bottom:8px;max-width:152px}}@media screen and (min-width: 1150px){.fx-category-grid__title,
  .fx-category-grid__teaser-label{font-size:18px;line-height:28px;letter-spacing:-0.29px}}.fx-tabs__tabs{position:relative;width:100%}.fx-tabs__tabs:before,
.fx-tabs__tabs:after{position:absolute;content:'';top:0;height:100%;width:24px;z-index:1}.fx-tabs__tabs:before{pointer-events:none;left:-24px;background:linear-gradient(to left,rgba(255,255,255,0) 0%,rgba(255,255,255,0.6) 0%,#fff 100%)}.fx-tabs__tabs:after{pointer-events:none;right:-24px;background:linear-gradient(to right,rgba(255,255,255,0) 0%,rgba(255,255,255,0.6) 0%,#fff 100%)}.fx-tabs:not(.fx-tabs--is-mobile).fx-tabs--pos-left .fx-tabs__tabs:before{background:none}.fx-tabs:not(.fx-tabs--is-mobile).fx-tabs--pos-right .fx-tabs__tabs:after{background:none}.fx-tabs__list{display:block;list-style:none;width:calc(100% + (24px * 2));margin-left:-24px;margin-top:8px;margin-bottom:16px;padding:0 24px;text-align:center;white-space:nowrap;overflow-x:auto;overflow-y:hidden;-ms-overflow-style:none;scrollbar-width:none;-webkit-user-select:none;user-select:none}.fx-tabs__list::-webkit-scrollbar{display:none}.fx-tabs__list--no-margin{margin-top:0;margin-bottom:0}.fx-tabs__list .fx-tabs__tab{display:inline-block}.fx-tabs__list .fx-tabs__tab + .fx-tabs__tab{margin-left:16px}.fx-tabs__list .fx-tabs__tab .fx-tabs__tab-button{margin:0;white-space:nowrap}.fx-tabs__list .fx-tabs__tab--hidden{display:none}.fx-tabs__list .fx-tabs__tab .fx-tabs__tab-button.fx-button:hover{color:#7e00f3}.fx-tabs__list .fx-tabs__tab .fx-tabs__tab-button.fx-button:hover:after{background-color:#7e00f3}.fx-tabs__list .fx-tabs__tab.active .fx-tabs__tab-button{color:#7e00f3}.fx-tabs__list .fx-tabs__tab.active .fx-tabs__tab-button:after{background-color:#7e00f3}.fx-tabs__list .fx-tabs__tab.active .fx-tabs__tab-button:hover{color:#6009b0}.fx-tabs__list .fx-tabs__tab.active .fx-tabs__tab-button:hover:after{background-color:#6009b0}.fx-tabs--tabs-as-headline .fx-tabs__tab .fx-tabs__tab-button{font-weight:700;font-size:16px;letter-spacing:-0.33px;padding-bottom:18px}.fx-tabs--tabs-as-headline .fx-tabs__tab:not(.active) .fx-tabs__tab-button:after{display:none}.fx-tabs .fx-tabs__tab--single-tab .fx-tabs__tab-button{pointer-events:none}.fx-tabs .fx-tabs__tab--single-tab .fx-tabs__tab-button:hover{cursor:auto}.fx-tabs__left,
.fx-tabs__right{cursor:pointer;position:absolute;top:calc(50% - 3px);transform:translateY(-50%);z-index:2}.fx-tabs__left:hover .fx-tabs__nav-icon,
.fx-tabs__right:hover .fx-tabs__nav-icon{color:#6009b0}.fx-tabs__left{left:-24px}.fx-tabs__right{right:-24px}.fx-tabs--cyberweek-bg .fx-tabs__right:hover .fx-tabs__nav-icon,
.fx-tabs--cyberweek-bg .fx-tabs__left:hover .fx-tabs__nav-icon{color:#ff1776}.fx-tabs--cyberweek-bg .fx-tabs__nav-icon{color:#fff}.fx-tabs--cyberweek-bg .fx-tabs__tabs{margin-top:18px}.fx-tabs--cyberweek-bg .fx-tabs__tabs:before{background-repeat:repeat;-webkit-mask-image:linear-gradient(to left,transparent 0%,white 75%);mask-image:linear-gradient(to left,transparent 0%,white 75%);background:#942649}.fx-tabs--cyberweek-bg .fx-tabs__tabs:after{background-repeat:repeat;-webkit-mask-image:linear-gradient(to right,transparent 0%,white 75%);mask-image:linear-gradient(to right,transparent 0%,white 75%);background:#942649}.fx-tabs--cyberweek-bg .fx-tabs__tabs .fx-tabs__tab:hover{border-radius:6px;background:rgba(0,0,0,0.2)}.fx-tabs--cyberweek-bg:not(.fx-tabs--cyberweek-bg.fx-tabs--is-mobile) .fx-tabs__tabs:before,
.fx-tabs--cyberweek-bg:not(.fx-tabs--cyberweek-bg.fx-tabs--is-mobile) .fx-tabs__tabs:after{width:50px}.fx-tabs--cyberweek-bg .fx-tabs__list .fx-tabs__tab-button{font-size:16px;letter-spacing:-0.26px;padding:8px 8px}.fx-tabs--cyberweek-bg .fx-tabs__list .fx-tabs__tab-button--active{border-radius:6px;background:#000}.fx-tabs--cyberweek-bg .fx-tabs__list .fx-tabs__tab-button.fx-button--active{font-weight:700}.fx-tabs--cyberweek-bg .fx-tabs__list .fx-button[class].fx-button--text-button{color:#fff}.fx-tabs--cyberweek-bg .fx-tabs__list .fx-button[class].fx-button--text-button:after{height:0}.fx-tabs--cyberweek-bg .fx-tabs__list .fx-tabs__tab + .fx-tabs__tab{margin-left:0}@media screen and (min-width: 600px){.fx-tabs--cyberweek-bg .fx-tabs__tabs{margin-top:22px}.fx-tabs--cyberweek-bg .fx-tabs__list .fx-tabs__tab-button{padding:8px 16px}.fx-tabs--cyberweek-bg:not(.fx-tabs--cyberweek-bg.fx-tabs--is-mobile) .fx-tabs__tabs:before,
  .fx-tabs--cyberweek-bg:not(.fx-tabs--cyberweek-bg.fx-tabs--is-mobile) .fx-tabs__tabs:after{width:100px}}@media screen and (min-width: 940px){.fx-tabs--cyberweek-bg .fx-tabs__tabs:before{left:-16px}.fx-tabs--cyberweek-bg .fx-tabs__tabs:after{right:-16px}.fx-tabs--cyberweek-bg .fx-tabs__left{left:-16px}.fx-tabs--cyberweek-bg .fx-tabs__right{right:-16px}.fx-tabs--cyberweek-bg .fx-tabs__list{width:100%;margin-left:0;padding:0}}.fx-tabs--grey-bg .fx-tabs__tabs:before{background:linear-gradient(to left,rgba(255,255,255,0) 0%,#f3f3f3 50%,#f3f3f3 100%)}.fx-tabs--grey-bg .fx-tabs__tabs:after{background:linear-gradient(to right,rgba(255,255,255,0) 0%,#f3f3f3 50%,#f3f3f3 100%)}@media screen and (max-width: 599px){.fx-tabs--sm-left .fx-tabs__list{text-align:left}}.fx-tabs--align-left .fx-tabs__list{text-align:left}@media screen and (min-width: 600px){.fx-tabs__tabs:before,
  .fx-tabs__tabs:after{width:32px}.fx-tabs__tabs:before{left:-32px}.fx-tabs__tabs:after{right:-32px}.fx-tabs__list{width:calc(100% + (32px * 2));margin-left:-32px;padding:0 32px}.fx-tabs__list .fx-tabs__tab + .fx-tabs__tab{margin-left:16px}.fx-tabs--tabs-as-headline .fx-tabs__tab .fx-tabs__tab-button{padding-bottom:20px;font-size:20px;letter-spacing:-0.41px}.fx-tabs--tabs-as-headline .fx-tabs__tab .fx-tabs__tab-button.fx-button--active::after{height:3px}.fx-tabs__left{left:-32px}.fx-tabs__right{right:-32px}}@media screen and (min-width: 940px){.fx-tabs__tabs:before,
  .fx-tabs__tabs:after{width:40px}.fx-tabs__tabs:before{left:-40px}.fx-tabs__tabs:after{right:-40px}.fx-tabs__list{width:calc(100% + (40px * 2));margin-left:-40px;padding:0 40px}.fx-tabs__list .fx-tabs__tab + .fx-tabs__tab{margin-left:24px}.fx-tabs--tabs-as-headline .fx-tabs__tab .fx-tabs__tab-button{padding-bottom:24px;font-size:26px;letter-spacing:-0.53px}.fx-tabs__left{left:-40px}.fx-tabs__right{right:-40px}}.fx-tab-content{position:relative}.fx-tab-content--hidden{position:absolute;visibility:hidden;max-height:0;height:0;width:0;opacity:0;overflow:hidden}.fx-color-switch--secondary .fx-tabs__list .fx-tabs__tab .fx-tabs__tab-button.fx-button:hover{color:#00ddf6}.fx-color-switch--secondary .fx-tabs__list .fx-tabs__tab .fx-tabs__tab-button.fx-button:hover:after{background-color:#00ddf6}.fx-color-switch--secondary .fx-tabs__list .fx-tabs__tab.active .fx-tabs__tab-button{color:#00ddf6}.fx-color-switch--secondary .fx-tabs__list .fx-tabs__tab.active .fx-tabs__tab-button:after{background-color:#00ddf6}.fx-color-switch--secondary .fx-tabs__list .fx-tabs__tab.active .fx-tabs__tab-button:hover{color:#0db5c9}.fx-color-switch--secondary .fx-tabs__list .fx-tabs__tab.active .fx-tabs__tab-button:hover:after{background-color:#0db5c9}.fx-speechbubble{background-color:#fff;border-radius:15px;box-shadow:0 2px 2px 0 rgba(28,28,28,0.1);box-sizing:border-box;text-align:center;padding:2px 12px;margin-bottom:8px;z-index:99;display:flex;align-items:center}.fx-speechbubble:before,
.fx-speechbubble:after{content:'';display:block;border:8px solid rgba(255,255,255,0);width:0;height:0;position:absolute;background:rgba(255,255,255,0);left:50%;bottom:-16px;margin-left:-7px}.fx-speechbubble:after{bottom:-15px;border-top:8px solid #fff}.fx-speechbubble--relative{position:relative}.fx-speechbubble--absolute{position:absolute}.fx-speechbubble__text{font-size:14px;line-height:20px;letter-spacing:-0.26px;margin-bottom:0;padding:8px 0;overflow-wrap:break-word;word-wrap:break-word;-webkit-hyphens:auto;hyphens:auto}.fx-speechbubble--triangle-top:before,
.fx-speechbubble--triangle-top:after{border-top:none;border-bottom:8px solid #fff;left:50%;top:-8px}.fx-speechbubble--triangle-2x-left:before,
.fx-speechbubble--triangle-2x-left:after{left:30%}.fx-speechbubble--triangle-2x-middle:before,
.fx-speechbubble--triangle-3x-middle:before,
.fx-speechbubble--triangle-2x-middle:after,
.fx-speechbubble--triangle-3x-middle:after{left:50%}.fx-speechbubble--triangle-2x-right:before,
.fx-speechbubble--triangle-2x-right:after{left:70%}.fx-speechbubble--triangle-3x-left:before,
.fx-speechbubble--triangle-3x-left:after{left:30%}.fx-speechbubble--triangle-3x-right:before,
.fx-speechbubble--triangle-3x-right:after{left:70%}.fx-speechbubble--multiline{min-height:60px}@media screen and (min-width: 600px){.fx-speechbubble{padding:4px 10px}.fx-speechbubble--multiline{min-height:64px}}@media screen and (min-width: 940px){.fx-speechbubble{padding:8px 20px}.fx-speechbubble__text{font-size:16px;line-height:22px}.fx-speechbubble__text--no-hyphenate{overflow-wrap:normal;word-wrap:normal;-webkit-hyphens:none;hyphens:none}.fx-speechbubble--multiline{min-height:76px}}.fx-speechbubble-wrapper{margin-bottom:5px;display:flex;justify-content:center}.fx-breadcrumb{display:block}.fx-breadcrumb .stages{padding:0;margin:0;list-style:none;height:32px}.fx-breadcrumb .stages__link{z-index:2;color:#fff;-webkit-text-decoration:none;text-decoration:none;font-size:14px;line-height:22px;letter-spacing:-0.11px;padding:5px 12px;white-space:nowrap;transition:offset-outline 150ms ease}.fx-breadcrumb .stages__link.stages__link--home{padding:8px 5px 8px 8px;line-height:normal}.fx-breadcrumb .stages__link.stages__link--home:focus{color:#fff}.fx-breadcrumb .stages__link.stages__link--home:focus .stages__home-icon--filled{--filled:currentColor}.fx-breadcrumb .stages__link:focus,
.fx-breadcrumb .stages__link:hover{color:#fff}.fx-breadcrumb .stages__link:focus-visible{outline:2px solid #7e00f3;outline-offset:4px}.fx-breadcrumb .stages__home-icon{color:#fff}.fx-breadcrumb .stages__home-icon--filled{--filled:transparent}.fx-breadcrumb .stages__item{display:inline-flex;justify-content:center;position:relative;height:100%;vertical-align:bottom}.fx-breadcrumb .stages__item--last::before,
.fx-breadcrumb .stages__item--last::after{display:none}.fx-breadcrumb .stages__item:not(:first-child)::before,
.fx-breadcrumb .stages__item:not(:first-child)::after{content:'';position:absolute;left:0;height:50%;width:100%;background:#fff;opacity:0.15}.fx-breadcrumb .stages__item:not(:first-child)::before{top:0;transform:skew(30deg)}.fx-breadcrumb .stages__item:not(:first-child)::after{bottom:0;transform:skew(-30deg)}.fx-breadcrumb .stages__item:first-child{margin-right:4px}.fx-breadcrumb .stages__item:first-child::before{content:'';position:absolute;left:0;height:100%;width:100%;border-radius:4px 0 0 4px;background:#fff;opacity:0.15}.fx-breadcrumb .stages__item:first-child::after{content:'';opacity:0.15;position:absolute;right:-9px;border-top:16px solid transparent;border-left:9px solid #fff;border-bottom:16px solid transparent}.fx-breadcrumb .stages__item:focus::before,
.fx-breadcrumb .stages__item:hover::before,
.fx-breadcrumb .stages__item:focus::after,
.fx-breadcrumb .stages__item:hover::after{opacity:0.3}.fx-breadcrumb-backlink{margin-top:8px;padding:10px 0}.fx-breadcrumb-backlink__link{display:flex;align-items:center;gap:8px}.fx-breadcrumb-backlink__icon{flex-shrink:0}.fx-breadcrumb-backlink.fx-breadcrumb-backlink--skin-dark .fx-breadcrumb-backlink__link{color:#fff}.fx-breadcrumb.fx-breadcrumb--skin-dark .fx-flyin-trigger{color:#fff}.fx-breadcrumb.fx-breadcrumb--skin-light .stages__link{color:#1c1c1c}.fx-breadcrumb.fx-breadcrumb--skin-light .stages__home-icon{color:#1c1c1c}.fx-breadcrumb.fx-breadcrumb--skin-light .stages__item:not(:first-child)::before,
.fx-breadcrumb.fx-breadcrumb--skin-light .stages__item:not(:first-child)::after{background:rgba(0,0,0,0.05);opacity:1}.fx-breadcrumb.fx-breadcrumb--skin-light .stages__item:first-child::after{border-left-color:rgba(0,0,0,0.05);opacity:1}.fx-breadcrumb.fx-breadcrumb--skin-light .stages__item:first-child::before{opacity:1;background:rgba(0,0,0,0.05)}.fx-breadcrumb.fx-breadcrumb--skin-light .stages__item:focus:not(:first-child):not(.stages__item--expand)::before,
.fx-breadcrumb.fx-breadcrumb--skin-light .stages__item:hover:not(:first-child):not(.stages__item--expand)::before,
.fx-breadcrumb.fx-breadcrumb--skin-light .stages__item:focus:not(:first-child):not(.stages__item--expand)::after,
.fx-breadcrumb.fx-breadcrumb--skin-light .stages__item:hover:not(:first-child):not(.stages__item--expand)::after{background:rgba(0,0,0,0.1)}.fx-breadcrumb.fx-breadcrumb--skin-light .stages__item:focus:first-child::before,
.fx-breadcrumb.fx-breadcrumb--skin-light .stages__item:hover:first-child::before{background:rgba(0,0,0,0.1)}.fx-breadcrumb.fx-breadcrumb--skin-light .stages__item:focus:first-child::after,
.fx-breadcrumb.fx-breadcrumb--skin-light .stages__item:hover:first-child::after{border-left-color:rgba(0,0,0,0.1)}.fx-breadcrumb--with-margin{margin-top:16px}.fx-breadcrumb--with-margin + .fx-breadcrumb__backlink{margin-top:12px}@media screen and (min-width: 600px){.fx-breadcrumb-backlink{padding:8px 0}}#serviceFlyInContent,
.service-fly-in-content{height:100%}.service-fly-in-content .feedback-tab__text{margin-bottom:8px}.service-fly-in-content .feedback-tab__comment{min-height:150px;margin-bottom:8px}.service-fly-in-content .feedback-tab__submit{width:100%;margin-top:16px}.service-fly-in-content .header{background-color:#f3f3f3;display:flex;justify-content:space-between;align-items:center;padding:24px 16px 8px}.service-fly-in-content .header__headline{margin:0}.service-fly-in-content .header__close-icon{cursor:pointer;width:32px;height:32px}.service-fly-in-content .contact-content{padding:0;background-color:#fff}.service-fly-in-content .contact-content__contact{background-color:#f3f3f3;padding-bottom:1px}.service-fly-in-content .contact-content__information{padding:0 16px;background-color:#fff}.service-fly-in-content .contact-content__tab:first-child{border-top:none}.energy-efficiency-fly-in-content .energy-efficiency-content{display:flex;flex-direction:column}.energy-efficiency-fly-in-content .energy-efficiency-content__cta-wrapper{text-align:center}.fx-hero-introduction{position:relative;padding-top:16px}.fx-hero-introduction.fx-hero-introduction--image{padding-top:0}.fx-hero-introduction.fx-hero-introduction--image .fx-hero-introduction__bg-guide{background:linear-gradient(rgba(255,255,255,0) 50%,rgba(255,255,255,0.4) 80%,#fff) 100%,linear-gradient(to right,#e17ea9,#b35ff0)}.fx-hero-introduction.fx-hero-introduction--image .fx-hero-introduction__wrapper{width:100%;height:275px;display:flex;justify-content:center;align-items:center;overflow:hidden}.fx-hero-introduction.fx-hero-introduction--image .fx-hero-introduction__mask{position:absolute}.fx-hero-introduction.fx-hero-introduction--image .fx-hero-introduction__logo{position:relative;transform:translateY(-20%)}.fx-hero-introduction.fx-hero-introduction--image .fx-hero-introduction__elements{position:relative;bottom:80px;text-align:center;padding:0 16px}@media screen and (min-width: 600px){.fx-hero-introduction.fx-hero-introduction--image .fx-hero-introduction__wrapper{height:340px}.fx-hero-introduction.fx-hero-introduction--image .fx-hero-introduction__elements{padding:0}}.fx-hero-introduction.fx-hero-introduction--image::after{height:auto}@media screen and (min-width: 940px){.fx-hero-introduction.fx-hero-introduction--image .fx-hero-introduction__wrapper{height:380px}.fx-hero-introduction.fx-hero-introduction--image .fx-hero-introduction__elements-grid{max-width:936px;margin:0 auto}}.fx-hero-introduction:not(.fx-hero-introduction--normal-margin){margin-bottom:-24px}.fx-hero-introduction:after{content:'';position:absolute;top:0;left:0;width:100%;height:calc(100% + 80px);z-index:-2}.fx-hero-introduction__bg-hot-deals:after{background:linear-gradient(to bottom,rgba(255,255,255,0),#fff),linear-gradient(234deg,#ff8c31 28%,#f7c142 72%);opacity:0.7}.fx-hero-introduction__bg-blow-outs:after{background:linear-gradient(to bottom,rgba(255,255,255,0),#fff),linear-gradient(277deg,#f68084 1%,#a6c0fe 99%)}.fx-hero-introduction__bg-download-deals:after{background:linear-gradient(to bottom,rgba(255,255,255,0),#fff),linear-gradient(277deg,#7de2fc 1%,#b9b6e5 99%)}.fx-hero-introduction__bg-download-deals-cyberweek:after{background:linear-gradient(to bottom,rgba(255,255,255,0),#fff),linear-gradient(277deg,#8f17ff 1%,#ba70ff 99%)}.fx-hero-introduction__bg-deal-o-meter:after{background:linear-gradient(to bottom,rgba(255,255,255,0),#fff),linear-gradient(103deg,#fdc573 14%,#fe6752 99%)}.fx-hero-introduction__bg-final-countdown:after{background:linear-gradient(to bottom,rgba(255,255,255,0),#fff),linear-gradient(256deg,#aef8d7,#48a5c2)}.fx-hero-introduction__bg-top-seller:after{background:linear-gradient(to bottom,rgba(255,255,255,0),#fff),linear-gradient(to top,#d1fdff,#fddb92)}.fx-hero-introduction__bg-prod-news:after{background:linear-gradient(to bottom,rgba(255,255,255,0),#fff),linear-gradient(256deg,#7de2fc,#b9b6e5)}.fx-hero-introduction__bg-presents:after{background:linear-gradient(to bottom,rgba(255,255,255,0),#fff),linear-gradient(256deg,#ff9276,#f9fea5 99%)}.fx-hero-introduction__bg-presents-xmas:after{background:linear-gradient(to bottom,rgba(255,255,255,0),#fff),linear-gradient(256deg,#aec9ff,#ffa187 150%)}.fx-hero-introduction__bg-presents-easter:after{background:linear-gradient(to bottom,rgba(255,255,255,0),#fff),linear-gradient(256deg,#bff9ff,#f0ffb8 99%)}.fx-hero-introduction__bg-salesrank:after{background:linear-gradient(to bottom,rgba(255,255,255,0),rgba(255,255,255,0),#fff),linear-gradient(to top,#d1fdff,#fddb92)}.fx-hero-introduction__content{max-width:1512px;margin:0 auto}.fx-hero-introduction__grid{margin-bottom:32px}.fx-hero-introduction__backlink{margin-bottom:4px}.fx-hero-introduction .fx-hero-introduction__headline{margin-bottom:12px}.fx-hero-introduction .fx-hero-introduction__sub-headline{margin-top:16px}.fx-hero-introduction__intro-text{word-break:keep-all}.fx-hero-introduction__visual{display:flex;align-items:center;justify-content:center;margin-top:8px}.fx-hero-introduction__background-visual{position:absolute;height:calc(100% + 80px);margin:0 auto;overflow:hidden;z-index:-1;top:0;left:0;right:0}.fx-hero-introduction__background-visual-img{position:absolute;pointer-events:none;object-fit:cover;left:50%;transform:translateX(-50%);bottom:0}.fx-hero-introduction__manufacturer-logo{width:160px;max-height:160px}@media screen and (min-width: 600px){.fx-hero-introduction{margin-bottom:-32px}}@media screen and (min-width: 940px){.fx-hero-introduction{margin-bottom:-40px}.fx-hero-introduction:after{height:calc(100% + 120px)}.fx-hero-introduction__background-visual{height:calc(100% + 120px)}.fx-hero-introduction__grid{margin-bottom:40px}.fx-hero-introduction__text{margin-top:32px}.fx-hero-introduction .fx-hero-introduction__headline{margin-bottom:24px}.fx-hero-introduction__manufacturer-logo{width:216px;max-height:216px}}.fx-product-grid__header{display:flex;flex-direction:column}.fx-product-grid__sorting{text-align:right;margin-bottom:24px}.fx-product-grid__header--with-headline .fx-product-grid__sorting{text-align:center}.fx-product-grid__header--with-found-products{display:flex;flex-direction:row;justify-content:space-between;align-items:center;margin-bottom:28px}.fx-product-grid__item{margin-bottom:16px}.fx-product-grid__footer{border-top:1px solid #e8e8e8;text-align:center}.fx-product-grid__button{margin:16px 8px 4px}.fx-product-grid__found-products{z-index:1}.fx-product-grid--no-gap .fx-grid{grid-gap:0}@media screen and (min-width: 600px){.fx-product-grid__header--with-headline .fx-product-grid__sorting{margin-top:-8px}.fx-product-grid__footer{padding-top:8px}.fx-product-grid__button{margin:16px 12px 4px}}@media screen and (min-width: 940px){.fx-product-grid__header--with-headline .fx-product-grid__sorting{text-align:right;margin-top:-20px}.fx-product-grid__footer{padding-top:16px}.fx-product-grid__button{margin:16px 16px 4px}.fx-product-grid__item{margin-bottom:24px}}@keyframes FxBestellersListFadeIn{0%{opacity:0}100%{opacity:1}}.fx-bestsellers-list__text{color:#c2ac49}.fx-bestsellers-item{display:flex;flex-direction:column;border-radius:6px;border:2px solid #c2ac49;width:144px;margin-bottom:16px;align-items:center;animation:FxBestellersListFadeIn 0.3s linear;justify-content:space-between}.fx-bestsellers-item:hover .description__title{color:#c2ac49}.fx-bestsellers-item:hover .fx-bestsellers-item__image{transform:scale(1.05) translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.fx-bestsellers-item__cover{align-items:center;background:linear-gradient(0deg,#c2ac49 50%,#ffffff 50%);position:relative;justify-content:flex-start}.fx-bestsellers-item__cover-headline{padding-top:10%;color:#c2ac49}.fx-bestsellers-item__cover-image{position:absolute;width:82%;top:41%;left:9%}.fx-bestsellers-item__logo-wrapper{align-self:flex-start}.fx-bestsellers-item__logo{width:auto;height:32px;margin:8px 0 0 8px}.fx-bestsellers-item__image-wrapper{position:relative;width:80%;padding-top:80%;margin-bottom:8px}.fx-bestsellers-item__image-inner-wrapper{padding:8px;position:absolute;top:0;height:100%;width:100%}.fx-bestsellers-item__image-inner-wrapper > picture{display:flex;justify-content:center;align-items:flex-start;margin-top:10%;width:100%;height:100%}.fx-bestsellers-item__image{width:auto;height:auto;max-width:100%;max-height:80%;margin:0;transition:transform 0.25s 0s cubic-bezier(0.25,0.8,0.25,1)}.fx-bestsellers-item .description{width:100%;display:flex;flex-direction:column}.fx-bestsellers-item .description__text{color:#c2ac49}.fx-bestsellers-item .description__title{display:flex;justify-content:center;align-items:flex-end;width:calc(76%);margin:0 auto 8px auto;overflow:hidden}.fx-bestsellers-item .description__sales-quantity{text-align:center;margin:8px 0 10px 0;padding:0 6px;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;font-size:12px;line-height:18px;letter-spacing:-0.1px}.fx-bestsellers-item__divider{width:56px;height:2px;align-self:center;background-color:#c2ac49}@media screen and (min-width: 600px){.fx-bestsellers-item{border:3px solid #c2ac49}.fx-bestsellers-item__title{margin:0 auto 12px auto}.fx-bestsellers-item__logo{height:40px;margin:8px 0 0 8px}.fx-bestsellers-item .description__sales-quantity{margin:12px 0 16px 0;padding:0 8px;font-size:14px;line-height:18px;letter-spacing:-0.1px}}@media screen and (min-width: 940px){.fx-bestsellers-item{border:4px solid #c2ac49;margin-bottom:24px}.fx-bestsellers-item:hover .fx-bestsellers-list__item-title{color:#c2ac49}.fx-bestsellers-item__logo{height:48px;margin:8px 0 0 12px}.fx-bestsellers-item__image-wrapper--double-teaser{padding-top:38%}.fx-bestsellers-item__image--double-teaser{height:80%}.fx-bestsellers-item .description__title{margin:0 auto 16px auto}.fx-bestsellers-item .description__sales-quantity{margin:14px 0 20px 0;padding:0 12px;font-size:16px;line-height:26px;letter-spacing:-0.1px}.fx-bestsellers-item__divider{width:96px}}.fx-price-disclaimer{margin:0 auto;color:#686868;max-width:800px;padding:0 16px}.fx-price-disclaimer__text{margin:0 auto 56px;font-size:12px;text-align:center;padding-top:24px}.fx-price-disclaimer__text a{font-size:12px;color:#686868}.fx-price-disclaimer__text--centered{text-align:center}.fx-price-disclaimer__text--left{text-align:left}.fx-price-disclaimer__text--small-gap{padding-top:16px;margin:0 auto}.fx-price-disclaimer--skin-light{color:rgba(255,255,255,0.6)}.fx-price-disclaimer--skin-light a{color:rgba(255,255,255,0.6)}.fx-price-disclaimer--skin-light a:hover{color:#e8e8e8}.fx-brand-grid__button-container{margin-top:-16px;text-align:center;pointer-events:none}.fx-brand-grid__button-container .fx-brand-grid__button-container-button{margin-top:16px;margin-bottom:16px;pointer-events:auto}.fx-brand-grid__brand-list{animation:fx-brand-list 0.1s linear}@keyframes fx-brand-list{0%{line-height:0;opacity:0}100%{opacity:1;line-height:1.3}}@media screen and (min-width: 940px){.fx-brand-grid__button-container{margin-top:-24px}.fx-brand-grid__button-container .fx-brand-grid__button-container-button{margin-top:24px;margin-bottom:24px}}.fx-brand-list__item{margin-bottom:12px}.fx-brand-list__item-counter{color:#8a8a8a}@media screen and (min-width: 940px){.fx-brand-list__item{margin-bottom:8px}}.fx-brand-teaser{position:relative;display:flex;justify-content:center;align-items:center;margin-bottom:16px;padding:24px 6px;border:1px solid #b4b4b4;border-radius:4px;transition:border 0.25s 0s cubic-bezier(0.25,0.8,0.25,1);text-align:center;overflow:hidden}.fx-brand-teaser:hover{border-color:#1c1c1c}.fx-brand-teaser:hover .fx-brand-teaser__logo{transform:scale(1.1) translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.fx-brand-teaser__logo{width:100%;height:100%;max-width:68px;max-height:40px;transition:transform 0.25s 0s cubic-bezier(0.25,0.8,0.25,1)}.fx-brand-teaser__counter,
.fx-brand-teaser__rank{position:absolute;bottom:0;padding:2px 12px;min-width:32px;border-radius:2px;background-color:#f3f3f3;color:#8a8a8a}.fx-brand-teaser__counter{font-size:10px;line-height:14px;letter-spacing:0px}.fx-brand-teaser__rank{font-size:10px;line-height:16px;letter-spacing:0.25px;font-weight:600}@media screen and (min-width: 600px){.fx-brand-teaser{margin-bottom:16px}.fx-brand-teaser__logo{max-width:95px;max-height:56px}.fx-brand-teaser__counter{padding:4px 24px}}@media screen and (min-width: 940px){.fx-brand-teaser{margin-bottom:24px;padding:32px 6px}.fx-brand-teaser__logo{max-width:135px;max-height:80px}.fx-brand-teaser__counter{font-size:13px;line-height:18px;letter-spacing:0px;min-width:35px}.fx-brand-teaser__rank{font-size:12px;line-height:16px;letter-spacing:0.1px;min-width:82px;padding:10px 4px}}.fx-product-masonry-brick{width:50%;padding:6px}.fx-product-masonry-brick.fx-product-masonry-brick--commerce .product__rating-stars{display:flex;justify-content:center}.fx-product-masonry-brick.fx-product-masonry-brick--commerce .product__description{text-align:center}.fx-product-masonry-brick.fx-product-masonry-brick--commerce .fx-product-masonry-brick__link:hover .commerce{color:#1c1c1c}.fx-product-masonry-brick.fx-product-masonry-brick--commerce .product__price--secondary,
.fx-product-masonry-brick.fx-product-masonry-brick--commerce .fx-price-group__primary + [class*='fx-price-group__']{margin-left:0}.fx-product-masonry-brick.fx-product-masonry-brick--commerce .commerce{display:flex;align-content:space-between;align-items:center;width:100%;justify-content:space-around}.fx-product-masonry-brick.fx-product-masonry-brick--commerce .commerce__divider{width:1px;height:20px;background:#e8e8e8}.fx-product-masonry-brick.fx-product-masonry-brick--commerce .commerce__basket{margin-top:-1px}.fx-product-masonry-brick.fx-product-masonry-brick--commerce .commerce__basket,
.fx-product-masonry-brick.fx-product-masonry-brick--commerce .commerce__wishlist{min-width:40px;min-height:40px;display:flex;justify-content:center;align-items:center}.fx-product-masonry-brick.fx-product-masonry-brick--commerce .commerce__basket:hover,
.fx-product-masonry-brick.fx-product-masonry-brick--commerce .commerce__wishlist:hover{color:#6009b0}.fx-product-masonry-brick.fx-product-masonry-brick--commerce .commerce__icon{height:20px;width:20px}@media screen and (min-width: 600px){.fx-product-masonry-brick.fx-product-masonry-brick--commerce .product__availability{margin-top:8px}.fx-product-masonry-brick.fx-product-masonry-brick--commerce .commerce__icon{height:24px;width:24px}}@media screen and (min-width: 940px){.fx-product-masonry-brick.fx-product-masonry-brick--commerce .commerce__icon{height:32px;width:32px}}.fx-product-masonry-brick .availability{font-size:12px}.fx-product-masonry-brick .fx-product-masonry-brick__link.force-no-hover{color:#1c1c1c}.fx-product-masonry-brick__link:hover .product__image{transform:scale(1.05) translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.fx-product-masonry-brick__link:hover .product__ratings{color:#1c1c1c}.fx-product-masonry-brick__link:hover .product__price{color:#1c1c1c}.fx-product-masonry-brick .product{border-radius:6px;box-shadow:0 1px 10px 0 rgba(0,0,0,0.2);background-color:#fff}.fx-product-masonry-brick .product__image-wrapper{position:relative;width:100%;padding:4px;border-bottom:1px solid #e8e8e8;text-align:left}.fx-product-masonry-brick .product__image-inner-wrapper{padding:12px 8px;min-height:89px;display:flex;align-items:center;text-align:center}.fx-product-masonry-brick .product__image-inner-wrapper > picture{margin:auto;width:100%}.fx-product-masonry-brick .product__image{transition:transform 0.25s 0s cubic-bezier(0.25,0.8,0.25,1);max-width:100%;max-height:200px;will-change:transform}.fx-product-masonry-brick .product__image--placeholder{width:80%}.fx-product-masonry-brick .product__energy-efficiency{position:absolute;bottom:0;right:0}.fx-product-masonry-brick .product__tags{position:absolute;bottom:8px;left:8px}.fx-product-masonry-brick .product__tags.product__tags--centered{left:50%;transform:translateX(-50%)}.fx-product-masonry-brick .product__info-wrapper{padding:8px}.fx-product-masonry-brick .product__ratings{display:flex;flex-direction:row}.fx-product-masonry-brick .product__rating-stars{margin:0 12px 2px 0;flex:1;text-align:left}.fx-product-masonry-brick .product__rating-stars .product__rating-star{width:16px;height:16px}.fx-product-masonry-brick .product__description{margin:4px 0;font-size:13px;line-height:18px;letter-spacing:-0.1px;font-weight:400;text-align:left}.fx-product-masonry-brick__wishlist-action{color:#1c1c1c;cursor:pointer;width:40px;height:40px;position:absolute;justify-content:center;align-items:center;top:8px;right:8px;border-radius:20px;background-color:rgba(255,255,255,0.6)}.fx-product-masonry-brick.fx-product-masonry-brick--static-height{width:100%;height:100%}.fx-product-masonry-brick.fx-product-masonry-brick--static-height .product{width:100%;height:100%;display:flex;flex-direction:column;justify-content:space-between}.fx-product-masonry-brick.fx-product-masonry-brick--static-height .product__image{height:112px;object-fit:contain}.fx-product-masonry-brick.fx-product-masonry-brick--static-height .product__image-inner-wrapper{height:unset;min-height:112px;flex-grow:1}.fx-product-masonry-brick.fx-product-masonry-brick--static-height .product__tags{left:50%;transform:translateX(-50%)}.fx-product-masonry-brick.fx-product-masonry-brick--static-height .product__availability{text-align:center}@media screen and (min-width: 600px){.fx-product-masonry-brick{width:33.33%}.fx-product-masonry-brick .availability{font-size:13px}.fx-product-masonry-brick .product__image-inner-wrapper{min-height:200px;padding:16px 10px}.fx-product-masonry-brick .product__image-wrapper{padding:6px}.fx-product-masonry-brick .product__image{max-height:240px}.fx-product-masonry-brick .product__tags{bottom:12px;left:12px}.fx-product-masonry-brick .product__info-wrapper{padding:12px}.fx-product-masonry-brick .product__rating-stars .product__rating-star{width:20px;height:20px}.fx-product-masonry-brick .product__description{margin:4px 0;font-size:16px;line-height:24px;letter-spacing:-0.26px}.fx-product-masonry-brick .product .action__wishlist{width:48px;height:48px}.fx-product-masonry-brick.fx-product-masonry-brick--static-height{height:100%;width:100%}.fx-product-masonry-brick.fx-product-masonry-brick--static-height .product__tags{left:50%;transform:translateX(-50%)}.fx-product-masonry-brick.fx-product-masonry-brick--static-height .product__image{height:160px;object-fit:contain}.fx-product-masonry-brick.fx-product-masonry-brick--static-height .product__image-inner-wrapper{height:unset;min-height:160px;flex-grow:1}}@media screen and (min-width: 940px){.fx-product-masonry-brick{width:25%}.fx-product-masonry-brick .product__image{max-height:340px}.fx-product-masonry-brick .product__image-wrapper{padding:8px}.fx-product-masonry-brick .product__image-inner-wrapper{padding:16px 12px}.fx-product-masonry-brick .product__tags{bottom:16px;left:16px}.fx-product-masonry-brick .product__rating-stars .product__rating-star{width:24px;height:24px}.fx-product-masonry-brick .product__description{margin:6px 0}.fx-product-masonry-brick .product .product__price--primary{font-size:24px;white-space:nowrap}.fx-product-masonry-brick.fx-product-masonry-brick--static-height{height:100%;width:100%}.fx-product-masonry-brick.fx-product-masonry-brick--static-height .product__tags{left:50%;transform:translateX(-50%)}.fx-product-masonry-brick.fx-product-masonry-brick--static-height .product__image{height:320px;max-height:320px}.fx-product-masonry-brick.fx-product-masonry-brick--static-height .product__image-inner-wrapper{height:unset;min-height:320px;flex-grow:1}}.fx-product-masonry{text-align:center}.fx-product-masonry.fx-product-masonry--more-hidden .fx-product-masonry__item--more{display:none}.fx-product-masonry__header{display:flex;flex-direction:row;justify-content:space-between;align-items:center;margin-bottom:16px}.fx-product-masonry__header .dropdown-container{flex:1;max-width:45%}.fx-product-masonry__found-articles{z-index:1}.fx-product-masonry__grid{margin:0 -6px 16px}@media screen and (min-width: 600px){.fx-product-masonry__header{margin-bottom:18px}.fx-product-masonry__grid{margin:0 -8px 18px}}@media screen and (min-width: 940px){.fx-product-masonry__header{margin-bottom:28px}.fx-product-masonry__grid{margin:0 -12px 32px}}.t-accordion > .t-accordion-tab{border-bottom:1px solid #b4b4b4}.t-accordion > .t-accordion-tab .header{cursor:pointer}.t-accordion > .t-accordion-tab > .body{visibility:hidden;opacity:0;max-height:0;transform:translateZ(0);transition:opacity 0.3s ease-in,max-height 0.5s cubic-bezier(0.25,0.8,0.25,1);will-change:opacity,max-height}.t-accordion > .t-accordion-tab:not(.active):hover .header{background:#f3f3f3}.t-accordion > .t-accordion-tab.active{background:#e8e8e8}.t-accordion > .t-accordion-tab.active .header{border-color:#b4b4b4}.t-accordion > .t-accordion-tab.active > .body{background:#f3f3f3;visibility:visible;opacity:1;max-height:5000px}.wait-bar{position:relative}.wait-bar > *{position:relative;z-index:1}.wait-bar.state-active::before{content:'';position:absolute;top:0;bottom:0;left:0;width:100%;min-height:100%;background:url('/static/tr/img/ProgressBar_Pattern_leftToRight-120x120_19h_10frames_mirror.gif?m=f63e6ed')}.fx-flyinbottom-overlay{display:none;opacity:0.5;background:#000;width:100%;height:100%;top:0;left:0;position:fixed;z-index:-1}.fx-flyinbottom-overlay__show{z-index:2147482648;display:inherit}.fx-flyinbottom{background-color:#fff;text-align:center;border-top-right-radius:6px;border-top-left-radius:6px;padding:16px;position:fixed;left:0;bottom:-100%;width:100%;height:auto;opacity:1;z-index:2147482649;animation-fill-mode:both;animation-timing-function:ease-in-out}.fx-flyinbottom__show{bottom:0;animation:SlideUp 0.4s}.fx-flyinbottom__hide{animation:SlideDown 0.8s}.fx-flyinbottom__close{position:absolute;top:16px;right:8px;cursor:pointer;padding-left:8px}.fx-flyinbottom__headline{margin:0 12px 6px}.fx-flyinbottom__content{margin:0 12px}.fx-flyinbottom__icon{padding:8px;border-radius:50%;transform:translateY(-50%);display:flex;position:absolute;left:calc(50% - 20px);top:0;align-items:center;background-color:#fff}.fx-flyinbottom__icon-color{color:#7e00f3}.fx-feature-bars{position:relative;display:flex;white-space:nowrap;align-items:center;height:8px;background-color:#e8e8e8;border-radius:10px;margin:4px 0}.fx-feature-bars.fx-feature-bars--margin-no{margin:0}.fx-feature-bars.fx-feature-bars--animation-yes .fx-feature-bars__item--active{transition:flex 0.6s ease-out;animation:FxFeatureBars-StretchActiveBars 0.75s ease-out}.fx-feature-bars.fx-feature-bars--animation-yes .fx-feature-bars__item--stretch{transition:width 0.6s ease-out;animation:FxFeatureBars-StretchBars 0.75s ease-out}.fx-feature-bars.fx-feature-bars--size-small{height:6px}.fx-feature-bars.fx-feature-bars--line-stroke-2 .fx-feature-bars__item{border-left:2px solid #fff}.fx-feature-bars__item{flex:1 0 auto;height:100%;border-left:1px solid #fff;transition:width 5s ease-in;z-index:1}.fx-feature-bars__item--stretch{height:100%;position:absolute;left:0;top:0;right:0;width:0}.fx-feature-bars__item:first-child,
.fx-feature-bars__item--stretch{border-left:0 none;border-top-left-radius:10px;border-bottom-left-radius:10px}.fx-feature-bars__item:last-child,
.fx-feature-bars__item--stretch{border-top-right-radius:10px;border-bottom-right-radius:10px}@keyframes FxFeatureBars-StretchActiveBars{0%{flex-grow:0}100%{flex-grow:1}}@keyframes FxFeatureBars-StretchBars{0%{width:0}}.fx-contact-person{background-color:#f3f3f3;border-radius:6px;padding:16px 8px 24px 8px}.fx-contact-person .employee{display:flex;justify-content:space-between}.fx-contact-person .employee__title{text-transform:uppercase;color:#8a8a8a;margin-bottom:8px}.fx-contact-person .employee__name{margin-bottom:4px}.fx-contact-person .employee__image{width:64px;height:64px}.fx-contact-person .department{flex-wrap:wrap;gap:8px}.fx-contact-person .employee-contact{display:inline-flex;flex-direction:column;align-items:flex-start;margin-top:20px}.fx-contact-person .employee-contact .employee-contact__email,
.fx-contact-person .employee-contact .employee-contact__phone{margin:0}.fx-contact-person .employee-contact .employee-contact__email{margin-bottom:16px}@media screen and (min-width: 600px){.fx-contact-person{padding:16px 12px 24px 12px}.fx-contact-person .employee__title{margin-bottom:6px}.fx-contact-person .employee-contact{margin-top:18px}.fx-contact-person .department__header{width:100%}}@media screen and (min-width: 940px){.fx-contact-person{padding:24px 24px 40px 24px}.fx-contact-person .employee__title{margin-bottom:8px}.fx-contact-person .employee-contact{margin-top:28px}.fx-contact-person .employee-contact .employee-contact__email{margin-bottom:20px}.fx-contact-person .employee-contact__icon{width:24px;height:24px}.fx-contact-person .department__header{width:auto}}.fx-avatar{display:inline-flex;align-items:center;justify-content:center;border-radius:50%;border:2px solid #7e00f3;height:40px;width:40px;color:#7e00f3;text-transform:uppercase}@media screen and (min-width: 940px){.fx-avatar{height:56px;width:56px}}.fx-spandex{display:flex;align-items:center;white-space:nowrap;flex:1 1 auto}.fx-spandex .list{display:block;max-width:100%;flex-shrink:1;width:100%;padding:0;margin:0;white-space:nowrap;list-style:none;overflow:hidden}.fx-spandex .list__rail{display:flex;width:100%;flex:0 1 auto;flex-direction:row;flex-wrap:nowrap;align-self:auto;align-content:stretch;align-items:flex-start;justify-content:space-between;white-space:nowrap}.fx-spandex__arrow{order:0;flex:0 1 auto;align-self:auto}.fx-text-collapsible__fallback{display:none}.fx-text-collapsible__fallback--visible{display:block}.fx-text-collapsible__placeholder{display:block}.fx-text-collapsible__wrapper{position:relative}.fx-text-collapsible__teaser p:last-of-type{margin-bottom:0}.fx-text-collapsible__gradient{opacity:1;position:absolute;bottom:0;left:0;width:100%;height:50px;z-index:2;transition:opacity 0.2s ease;background:linear-gradient(to top,#fff 10%,rgba(255,255,255,0) 100%)}.fx-text-collapsible__content{transform:translate(0px,0px)}.fx-text-collapsible__button{margin-top:0}.fx-text-collapsible--hyphenated .fx-text-collapsible__fallback,
.fx-text-collapsible--hyphenated .fx-text-collapsible__wrapper{overflow-wrap:break-word;word-wrap:break-word;-webkit-hyphens:auto;hyphens:auto}.fx-text-collapsible.fx-text-collapsible--v2 .fx-text-collapsible__button{text-align:left}.fx-text-collapsible.fx-text-collapsible--v2 .fx-button{font-size:14px;padding:7px 1px 12px 0;margin-left:0;font-weight:700}.fx-text-collapsible.fx-text-collapsible--v2 .fx-button__icon{height:20px;width:20px}.fx-text-collapsible.fx-text-collapsible--v2 .fx-button:hover,
.fx-text-collapsible.fx-text-collapsible--v2 .fx-button:hover .fx-button__icon{color:#7e00f3}.fx-text-collapsible.fx-text-collapsible--v2 .fx-button:after{content:none}.fx-text-collapsible.fx-text-collapsible--v2 .fx-collapsible--open .fx-button,
.fx-text-collapsible.fx-text-collapsible--v2 .fx-collapsible--open .fx-button__icon{color:#7e00f3}@media screen and (min-width: 600px){.fx-text-collapsible.fx-text-collapsible--v2 .fx-button{font-size:16px}.fx-text-collapsible.fx-text-collapsible--v2 .fx-button__icon{height:24px;width:24px}}@media screen and (min-width: 600px){.fx-text-collapsible:not(.fx-text-collapsible--ignore-breakpoint) .fx-text-collapsible__fallback{display:block}.fx-text-collapsible:not(.fx-text-collapsible--ignore-breakpoint) .fx-text-collapsible__placeholder{display:none}}.fx-voucher-configurator .preview{position:relative;height:100%}.fx-voucher-configurator .preview__image{border-radius:4px}.fx-voucher-configurator .preview__amount{position:absolute;right:0;bottom:0;background:rgba(28,28,28,0.7);padding:6px 12px;border-radius:4px 0 4px 0;color:#fff;font-weight:700}@media screen and (min-width: 600px){.fx-voucher-configurator .preview{margin-bottom:0}.fx-voucher-configurator .preview__amount{padding:8px 20px}}.fx-voucher-configurator .amount-declaration{display:flex;flex-direction:column;align-items:stretch;justify-content:stretch}.fx-voucher-configurator .amount-declaration__divider{position:relative;height:20px;margin-bottom:20px;border-bottom:1px solid #e8e8e8}.fx-voucher-configurator .amount-declaration__divider-label{position:absolute;left:50%;transform:translateX(-50%);top:7px;background:white;padding-left:12px;padding-right:12px}@media screen and (min-width: 940px){.fx-voucher-configurator .amount-declaration__divider{height:28px;margin-bottom:28px}.fx-voucher-configurator .amount-declaration__divider-label{top:14px}}.fx-voucher-configurator .amount-picker{display:flex;justify-content:space-between;background:#f3f3f3;border-radius:8px;padding:3px}.fx-voucher-configurator .amount-picker__amount{width:25%;height:34px;line-height:34px;text-align:center;border-radius:4px;margin-right:6px;border:none;font-family:'Open Sans',Verdana,Tahoma,Arial,Helvetica,sans-serif;background:rgba(255,255,255,0)}.fx-voucher-configurator .amount-picker__amount:last-child{margin-right:0}.fx-voucher-configurator .amount-picker__amount:not(.amount-picker__amount--selected):hover{background:#b4b4b4}.fx-voucher-configurator .amount-picker__amount:hover{cursor:pointer}.fx-voucher-configurator .amount-picker__amount--selected{background:#686868;color:#fff}@media screen and (min-width: 940px){.fx-voucher-configurator .amount-picker{padding:6px}.fx-voucher-configurator .amount-picker__amount{width:25%;height:44px;line-height:44px}}.fx-voucher-configurator .amount-input{max-width:223px;align-self:center;margin-top:0}@media screen and (min-width: 600px){.fx-voucher-configurator .amount-input{max-width:274px}}@media screen and (min-width: 940px){.fx-voucher-configurator .amount-input{max-width:314px}}.fx-voucher-configurator .submit-button{align-self:center;margin-top:16px}.fx-voucher-configurator .submit-button__inner{text-transform:uppercase}.fx-voucher-configurator .theme-picker{position:relative;min-width:100%;margin-bottom:16px;margin-top:8px}.fx-voucher-configurator .theme-picker__thumbnails{padding:8px 0;height:100%;width:calc(100% + (24px * 2));margin-left:-24px;display:flex;flex-wrap:nowrap;gap:8px;grid-auto-flow:column;overflow-x:auto;overflow-y:hidden;-ms-overflow-style:none;scrollbar-width:none}.fx-voucher-configurator .theme-picker__thumbnails::-webkit-scrollbar{display:none}.fx-voucher-configurator .theme-picker__spacer{min-width:24px}.fx-voucher-configurator .theme-picker__bleed-fader{position:absolute;top:0;height:100%;width:24px}.fx-voucher-configurator .theme-picker__bleed-fader--left{left:-24px;background-image:linear-gradient(to left,rgba(255,255,255,0),#fff,#fff)}.fx-voucher-configurator .theme-picker__bleed-fader--right{right:-24px;background-image:linear-gradient(to right,rgba(255,255,255,0),#fff,#fff)}@media screen and (min-width: 600px){.fx-voucher-configurator .theme-picker{margin-bottom:0}.fx-voucher-configurator .theme-picker__thumbnails{padding:0 0 8px;width:100%;margin-left:0;gap:9px;overflow-x:initial;overflow-y:initial;flex-wrap:wrap}.fx-voucher-configurator .theme-picker__white-out{display:none}.fx-voucher-configurator .theme-picker__spacer{display:none}}.fx-voucher-configurator .theme-thumbnail{position:relative;min-width:43px;border-radius:4px}.fx-voucher-configurator .theme-thumbnail:hover{cursor:pointer}.fx-voucher-configurator .theme-thumbnail__image{border-radius:4px}.fx-voucher-configurator .theme-thumbnail .thumbnail-indicator{position:absolute;background:#fff;height:20px;width:20px;border-radius:50%;top:50%;left:50%;transform:translate(-50%,-50%)}.fx-voucher-configurator .theme-thumbnail .thumbnail-indicator__icon{width:100%;height:100%;color:#6009b0}.fx-voucher-configurator .theme-thumbnail:first-child{margin-left:24px}@media screen and (min-width: 600px){.fx-voucher-configurator .theme-thumbnail{display:block;min-width:0;width:43px}.fx-voucher-configurator .theme-thumbnail:first-child{margin-left:0}}@media screen and (min-width: 940px){.fx-voucher-configurator .theme-thumbnail{width:56px}.fx-voucher-configurator .theme-thumbnail .thumbnail-indicator{height:24px;width:24px}}.fx-voucher-configurator__col{display:flex;flex-direction:column;justify-content:center}.fx-groupiebox{background-color:#f3f3f3;border-color:#f3f3f3}.fx-groupiebox__quote{margin:8px 0 0 0}.fx-groupiebox__author{margin:8px 0 0 0}.fx-versus{position:relative}.fx-versus__headline{margin-bottom:12px}.fx-versus__button{margin-top:16px}.fx-versus__vs-text{position:absolute;left:50%;top:50%;background-color:#f3f3f3;width:40px;height:40px;border-radius:40px;display:flex;align-items:center;justify-content:center;font-size:16px;transform:translate(-50%,-50%)}.fx-versus__article:hover .fx-versus__image{transform:scale(1.05) translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.fx-versus__article:hover .fx-versus__article-name-tag{color:#7e00f3}.fx-versus__article:hover .fx-versus__article-name-tag--secondary{color:#0db5c9}.fx-versus__image-wrapper{display:flex;height:100%;justify-content:center;background:#fff;position:relative;padding-bottom:min(80px,100%)}.fx-versus__article-name-tag{text-transform:none;display:inline;position:relative;z-index:1;line-height:17px;padding:3px 0;box-shadow:12px 0 0 #e8e8e8,-12px 0 0 #e8e8e8}.fx-versus__article-versus-kind-tag--left{margin-left:-12px}.fx-versus__article-versus-kind-tag--right{margin-right:-12px}.fx-versus .tag-container{position:absolute;display:flex;flex-direction:column;bottom:16px;padding:4px 0}.fx-versus .tag-container__wrapper{display:inline;margin-top:11px}.fx-versus__tag{font-size:12px}.fx-versus .tag-container--right{right:8px;align-items:flex-end;text-align:right;margin-right:24px;padding-left:15px}.fx-versus .tag-container--left{left:8px;align-items:flex-start;text-align:left;margin-left:24px;padding-right:15px}.fx-versus__image{padding:20px;transition:transform 0.25s 0s cubic-bezier(0.25,0.8,0.25,1)}.fx-versus__image--placeholder{height:100%}@media screen and (min-width: 760px){.fx-versus__headline{margin-bottom:12px}.fx-versus__button{margin-top:16px}.fx-versus__vs-text{width:48px;height:48px;font-size:18px}.fx-versus__image-wrapper{padding:0}.fx-versus__tag-container{padding:4px 8px}.fx-versus__tag{font-size:13px}.fx-versus__tag-container--right{right:16px}.fx-versus__tag-container--left{left:16px}.fx-versus__article--left{padding-left:min(25%,128px)}.fx-versus__article--right{padding-right:min(25%,128px)}}@media screen and (min-width: 940px){.fx-versus__headline{margin-bottom:24px}.fx-versus__vs-text{width:56px;height:56px;font-size:20px}.fx-versus__image-wrapper{padding:0}.fx-versus__tag-container{padding:4px 8px}.fx-versus__tag{font-size:13px}.fx-versus__tag-container--right{right:16px}.fx-versus__tag-container--left{left:16px}.fx-versus__article--left{padding-left:min(25%,256px)}.fx-versus__article--right{padding-right:min(25%,256px)}}.fx-lightbox{cursor:pointer}.fx-lightbox-container .fx-media-overlay__content{max-height:90vh}.fx-lightbox-container .fx-media-overlay__image-container{max-height:100%;width:100%;text-align:center;background-color:white}.fx-lightbox-container .fx-media-overlay__image{max-height:calc(90vh - 56px)}@media screen and (min-width: 600px){.fx-lightbox-container .fx-media-overlay__image{max-height:calc(90vh - 88px)}}.fx-scrollbar::-webkit-scrollbar{background-color:#fff;width:10px}.fx-scrollbar::-webkit-scrollbar-track{background-color:#fff}.fx-scrollbar::-webkit-scrollbar-thumb{background-color:#1c1c1c;border-radius:16px;border:4px solid #fff}.fx-scrollbar::-webkit-scrollbar-button{display:none}.fx-tooltip{position:relative;display:inline-flex;cursor:pointer}.fx-tooltip .fx-tooltip__overlay{display:none}.fx-tooltip .fx-tooltip__content{animation:SlideDown 0.8s}.fx-tooltip__overlay{overflow:hidden}.fx-tooltip .fx-tooltip__content-icon-wrapper{background-color:#fff;width:48px;height:48px;border-radius:50%;display:flex;position:absolute;left:calc(50% - 48px / 2);top:calc(-48px / 2);justify-content:center;align-items:center;z-index:-1}.fx-tooltip .fx-tooltip__close-icon{cursor:pointer;position:absolute;right:12px;top:12px;margin-left:12px;margin-bottom:12px;background-color:rgba(255,255,255,0.7);border-radius:100%;padding:4px;width:28px;height:28px;stroke-width:3}.fx-tooltip .fx-tooltip__close-icon.fx-tooltip__close-icon--inline{position:initial;float:right;margin:-4px -4px 8px 8px;padding:0 0 4px 4px}.fx-tooltip .fx-tooltip__close-icon:hover{background-color:rgba(255,255,255,0.6);color:#7e00f3}.fx-tooltip__content{cursor:default;position:fixed;transition:visibility 0.25s 30ms,opacity 0.2s 30ms;padding:16px;box-sizing:border-box;left:0;transform:none;border-top-left-radius:4px;border-top-right-radius:4px;box-shadow:0 2px 12px 2px rgba(28,28,28,0.2);background-color:#fff;width:100%;z-index:3147482647;bottom:-100%;animation-fill-mode:both;animation-timing-function:ease-in-out}.fx-tooltip.fx-tooltip--visible-yes .fx-tooltip__content,
.fx-tooltip.fx-tooltip--allow-hover-yes:hover .fx-tooltip__content{bottom:0;animation:SlideUp 0.4s}.fx-tooltip.fx-tooltip--visible-yes .fx-tooltip__overlay,
.fx-tooltip.fx-tooltip--allow-hover-yes:hover .fx-tooltip__overlay{position:fixed;top:0;left:0;height:100%;width:100%;background-color:rgba(28,28,28,0.7);display:block;pointer-events:none;z-index:500}@media screen and (min-width: 940px){.fx-tooltip.fx-tooltip--visible-yes .fx-tooltip__content,
  .fx-tooltip.fx-tooltip--allow-hover-yes:hover .fx-tooltip__content{bottom:auto}}.fx-tooltip.fx-tooltip--allow-hover-no .fx-tooltip__close-icon{display:block!important}.fx-tooltip.fx-tooltip--allow-hover-no .fx-tooltip__content{padding-right:36px}.fx-tooltip.fx-tooltip--visible-no[class] .fx-tooltip__overlay{display:none}.fx-tooltip.fx-tooltip--visible-no[class] .fx-tooltip__content{animation:SlideDown 0.8s}@media screen and (min-width: 940px){.fx-tooltip .fx-tooltip__content[class]{visibility:hidden;opacity:0;position:absolute;bottom:calc(100% + 16px / 2);left:50%;transform:translateX(-50%);border-radius:4px;min-width:320px;animation:none}.fx-tooltip.fx-tooltip--position-bottom .fx-tooltip__content[class],
  .fx-tooltip.fx-tooltip--position-bottom-left .fx-tooltip__content[class],
  .fx-tooltip.fx-tooltip--position-bottom-right .fx-tooltip__content[class]{bottom:auto;top:calc(100% + 16px / 2)}.fx-tooltip.fx-tooltip--position-bottom-left .fx-tooltip__content,
  .fx-tooltip.fx-tooltip--position-bottom-right .fx-tooltip__content,
  .fx-tooltip.fx-tooltip--position-left .fx-tooltip__content,
  .fx-tooltip.fx-tooltip--position-right .fx-tooltip__content{transform:none}.fx-tooltip.fx-tooltip--position-left .fx-tooltip__content,
  .fx-tooltip.fx-tooltip--position-right .fx-tooltip__content{top:0;bottom:auto}.fx-tooltip.fx-tooltip--position-bottom-left .fx-tooltip__content{right:0;left:auto}.fx-tooltip.fx-tooltip--position-left .fx-tooltip__content{right:100%;left:auto}.fx-tooltip.fx-tooltip--position-bottom-right .fx-tooltip__content{right:auto;left:0}.fx-tooltip.fx-tooltip--position-right .fx-tooltip__content{right:auto;left:100%}.fx-tooltip.fx-tooltip--position-input .fx-tooltip__content{bottom:auto;top:12px}.fx-tooltip.fx-tooltip--visible-yes .fx-tooltip__overlay{position:static;background-color:transparent;height:inherit;width:inherit}.fx-tooltip.fx-tooltip--visible-yes .fx-tooltip__content{visibility:visible;opacity:1;animation:none}.fx-tooltip.fx-tooltip--visible-no[class] .fx-tooltip__overlay{display:none}.fx-tooltip.fx-tooltip--visible-no[class] .fx-tooltip__content{animation:SlideDown 0.8s}.fx-tooltip.fx-tooltip--visible-no[class] .fx-tooltip__content{visibility:hidden;opacity:0;animation:none}}@media screen and (min-width: 940px) and (hover: hover) and (pointer: fine){.fx-tooltip.fx-tooltip--allow-hover-yes:hover .fx-tooltip__overlay{position:static;background-color:transparent;height:inherit;width:inherit}.fx-tooltip.fx-tooltip--allow-hover-yes:hover .fx-tooltip__content{visibility:visible;opacity:1;animation:none}}.fx-availability-tooltip{color:#1c1c1c}.fx-availability-tooltip .availability-tooltip__icon{vertical-align:middle}.fx-availability-tooltip .availability-tooltip .availability-tooltip__link,
.fx-availability-tooltip .availability-tooltip__text,
.fx-availability-tooltip .availability-tooltip__headline{font-size:14px}.fx-availability-tooltip .availability-tooltip__headline{padding-top:2px;margin-left:30px;margin-right:30px}.fx-availability-tooltip .availability-tooltip__text{margin:16px 0 12px}.fx-availability-tooltip .availability-tooltip__link{white-space:nowrap;margin-bottom:2px}.fx-availability-tooltip .availability-tooltip__icon{vertical-align:middle}.fx-tooltip-simple.fx-tooltip .fx-tooltip__content{width:auto;min-width:100%;white-space:nowrap;text-align:center;background-color:#fff;color:#1c1c1c;margin:0;z-index:505}@media screen and (min-width: 940px){.fx-tooltip-simple.fx-tooltip .fx-tooltip__content{padding:2px 8px;min-width:auto;border-radius:6px}}.fx-tooltip-simple.fx-tooltip .fx-tooltip__close-icon{width:20px;height:20px;padding:0;margin:0}@media screen and (min-width: 940px){.fx-tooltip-simple.fx-tooltip .fx-tooltip__close-icon{top:2px;right:8px}}.fx-tooltip-simple.fx-tooltip.fx-tooltip--allow-hover-no .fx-tooltip__content{padding-right:35px}@media screen and (min-width: 940px){.fx-tooltip-with-icon.fx-tooltip--position-bottom .fx-tooltip__content--with-icon[class],
  .fx-tooltip-with-icon.fx-tooltip--position-bottom-left .fx-tooltip__content--with-icon[class],
  .fx-tooltip-with-icon.fx-tooltip--position-bottom-right .fx-tooltip__content--with-icon[class]{top:calc(100% + (16px / 2) + (48px / 2))}}.fx-media-zoom-gallery .fsi-root .fsi-viewer-loading-animation{position:absolute;left:25px;top:25px;right:auto;padding:0}.fx-media-zoom-gallery .lr-prod-fsi-zoomcontrols-wrapper .lr-prod-fsi-zoomcontrols{right:25px;bottom:25px;display:flex;align-items:center;justify-content:center;width:auto}.fx-media-zoom-gallery.Thomann360Viewer .lr-prod-fsi-mousemodecontrols-wrapper .lr-prod-fsi-mousemodecontrols{bottom:25px;left:25px;position:absolute;display:flex;align-items:center;justify-content:center;width:calc(100% - 12.5px)}.fx-media-zoom-gallery.Thomann360Viewer .lr-prod-fsi-mousemodecontrols-wrapper .lr-prod-fsi-mousemodecontrols .lr-prod-fsi-controls-option{border-radius:24px;display:inline-flex;align-items:center;justify-content:center;color:#000;background-color:#fff;z-index:0;position:relative;font-family:'Open Sans',Verdana,Tahoma,Arial,Helvetica,sans-serif;border:2px solid #000;font-size:14px}.fx-media-zoom-gallery.Thomann360Viewer .lr-prod-fsi-mousemodecontrols-wrapper .lr-prod-fsi-mousemodecontrols .lr-prod-fsi-controls-option:last-child{left:-36px;padding:18px 32px 18px 58px}.fx-media-zoom-gallery.Thomann360Viewer .lr-prod-fsi-mousemodecontrols-wrapper .lr-prod-fsi-mousemodecontrols .lr-prod-fsi-controls-option:first-child{padding:18px 58px 18px 32px}.fx-media-zoom-gallery.Thomann360Viewer .lr-prod-fsi-mousemodecontrols-wrapper .lr-prod-fsi-mousemodecontrols .lr-prod-fsi-controls-option .icon{display:none}.fx-media-zoom-gallery.Thomann360Viewer .lr-prod-fsi-mousemodecontrols-wrapper .lr-prod-fsi-mousemodecontrols .lr-prod-fsi-controls-option.lr-prod-fsi-controls-active[class]{background-color:#000;color:#fff;z-index:1;padding:18px 32px}.fx-media-zoom-gallery.Thomann360Viewer .lr-prod-fsi-mousemodecontrols-wrapper .lr-prod-fsi-mousemodecontrols .lr-prod-fsi-controls-option.lr-prod-fsi-controls-active[class] .icon{display:block;margin-right:8px;width:20px}.fx-media-zoom-gallery.Thomann360Viewer .lr-prod-fsi-mousemodecontrols-wrapper .lr-prod-fsi-mousemodecontrols .lr-prod-fsi-controls-option:hover + .lr-prod-fsi-controls-option{border:2px solid #000}.fx-media-zoom-gallery .Thomann360Viewer .lr-prod-fsi-zoomcontrols-wrapper .lr-prod-fsi-zoomcontrols > .lr-prod-fsi-controls-option{background-color:#e8e8e8;border-radius:100%;height:56px;width:56px;cursor:pointer;transition:background-color 0.18s linear}.fx-media-zoom-gallery .Thomann360Viewer .lr-prod-fsi-zoomcontrols-wrapper .lr-prod-fsi-zoomcontrols > .lr-prod-fsi-controls-option:first-child{margin-right:16px}.fx-media-zoom-gallery .Thomann360Viewer .lr-prod-fsi-zoomcontrols-wrapper .lr-prod-fsi-zoomcontrols > .lr-prod-fsi-controls-option:first-child::after{transform:translate(-50%,0) rotate(90deg);left:calc(50% - 11px)}.fx-media-zoom-gallery .Thomann360Viewer .lr-prod-fsi-zoomcontrols-wrapper .lr-prod-fsi-zoomcontrols > .lr-prod-fsi-controls-option::after,
.fx-media-zoom-gallery .Thomann360Viewer .lr-prod-fsi-zoomcontrols-wrapper .lr-prod-fsi-zoomcontrols > .lr-prod-fsi-controls-option::before{border-width:2px;height:24px;width:24px;top:calc(50% - 12px);left:calc(50% - 12px)}.fx-media-zoom-gallery .Thomann360Viewer .lr-prod-fsi-zoomcontrols-wrapper .lr-prod-fsi-zoomcontrols > .lr-prod-fsi-controls-option.disabled{cursor:default}.fx-media-zoom-gallery .Thomann360Viewer .lr-prod-fsi-zoomcontrols-wrapper .lr-prod-fsi-zoomcontrols > .lr-prod-fsi-controls-option:hover{border-color:#7e00f3}.fx-media-zoom-gallery .Thomann360Viewer .lr-prod-fsi-zoomcontrols-wrapper .lr-prod-fsi-zoomcontrols > .lr-prod-fsi-controls-option:active{border-color:#420080}.fx-media-zoom-gallery .lr-prod-fsi-zoomcontrols-wrapper .lr-prod-fsi-zoomcontrols{display:none}@media screen and (min-width: 940px){.fx-media-zoom-gallery .lr-prod-fsi-zoomcontrols-wrapper .lr-prod-fsi-zoomcontrols{display:block}.fx-media-zoom-gallery.Thomann360Viewer .lr-prod-fsi-mousemodecontrols-wrapper .lr-prod-fsi-mousemodecontrols{justify-content:flex-start}.fx-media-zoom-gallery.Thomann360Viewer .lr-prod-fsi-mousemodecontrols-wrapper .lr-prod-fsi-mousemodecontrols .lr-prod-fsi-controls-option{border-radius:28px;font-size:16px}.fx-media-zoom-gallery.Thomann360Viewer .lr-prod-fsi-mousemodecontrols-wrapper .lr-prod-fsi-mousemodecontrols .lr-prod-fsi-controls-option:last-child{left:-45px;padding:26px 38px 26px 72px}.fx-media-zoom-gallery.Thomann360Viewer .lr-prod-fsi-mousemodecontrols-wrapper .lr-prod-fsi-mousemodecontrols .lr-prod-fsi-controls-option:first-child{padding:26px 72px 26px 38px}.fx-media-zoom-gallery.Thomann360Viewer .lr-prod-fsi-mousemodecontrols-wrapper .lr-prod-fsi-mousemodecontrols .lr-prod-fsi-controls-option.lr-prod-fsi-controls-active[class]{padding:26px 38px}.fx-media-zoom-gallery.Thomann360Viewer .lr-prod-fsi-mousemodecontrols-wrapper .lr-prod-fsi-mousemodecontrols .lr-prod-fsi-controls-option.lr-prod-fsi-controls-active[class] .icon{width:24px}}.fx-media-zoom-gallery.fx-media-zoom-gallery--skin-inline.zgZoomGallery{position:static;background:transparent;z-index:0}.fx-media-zoom-gallery.fx-media-zoom-gallery--skin-inline.zgZoomGallery .zgSpotlight{bottom:0}.fx-media-zoom-gallery.fx-media-zoom-gallery--skin-inline .zgWrapper{z-index:11;background:transparent}.fx-media-zoom-gallery.fx-media-zoom-gallery--skin-inline .zgItem{display:flex;align-items:center;justify-content:center}.fx-media-zoom-gallery.fx-media-zoom-gallery--skin-inline .zgItem.DefaultImage,
.fx-media-zoom-gallery.fx-media-zoom-gallery--skin-inline .zgItem.ZoomImage,
.fx-media-zoom-gallery.fx-media-zoom-gallery--skin-inline .zgItem.DefaultImage .ZoomCurrentImage,
.fx-media-zoom-gallery.fx-media-zoom-gallery--skin-inline .zgItem.ZoomImage .ZoomCurrentImage{cursor:url(/static/images/cursor/zoom.png?m=d464d7d),auto}.fx-media-zoom-gallery.fx-media-zoom-gallery--skin-inline .zgItem.zgStateHidden{display:none}.fx-media-zoom-gallery.fx-media-zoom-gallery--skin-inline .zgItem .ZoomCurrentImage{transform:translate(-50%,-50%);position:absolute;top:50%;left:50%;max-height:100%;max-width:100%;height:auto;width:auto}.fx-media-zoom-gallery.fx-media-zoom-gallery--zoom-only .zgArrowsGroup,
.fx-media-zoom-gallery.fx-media-zoom-gallery--zoom-only .zgThumbnailWrapper{display:none}.fx-media-zoom-gallery .zgThumbnailWrapper{background:#f3f3f3}.fx-media-zoom-gallery .zgThumbnailList .zgThumbnail{border-bottom:3px solid #f3f3f3}.fx-media-zoom-gallery .zgThumbnailList .zgThumbnail.zgStateActive{border-bottom-color:#7e00f3}.fx-media-zoom-gallery .zgThumbnailList .zgThumbnail:hover{border-bottom-color:#6009b0}.fx-media-zoom-gallery .zgCloseHandler:not(.zgCustom){border-radius:50%;border:1px solid #000;width:40px;height:40px;transition:background 0.18s linear,border 0.18s linear}.fx-media-zoom-gallery .zgCloseHandler:not(.zgCustom)::after,
.fx-media-zoom-gallery .zgCloseHandler:not(.zgCustom)::before{width:12px;top:50%;left:calc(50% - 6px);background:#000;height:1px}.fx-media-zoom-gallery .zgCloseHandler:not(.zgCustom):hover{border-color:#7e00f3}.fx-media-zoom-gallery .zgCloseHandler:not(.zgCustom):hover::after,
.fx-media-zoom-gallery .zgCloseHandler:not(.zgCustom):hover::before{background:#7e00f3}.fx-media-zoom-gallery .zgCloseHandler:not(.zgCustom):active{border-color:#420080}.fx-media-zoom-gallery .zgCloseHandler:not(.zgCustom):active::after,
.fx-media-zoom-gallery .zgCloseHandler:not(.zgCustom):active::before{background:#420080}.fx-media-zoom-gallery .ZoomImageHandlersWrapper .imagezoom-handlers-group > .imagezoom-handler:not(.disabled):hover{border-color:#7e00f3}.fx-media-zoom-gallery .ZoomImageHandlersWrapper,
.fx-media-zoom-gallery .zgArrowsGroup:not(.zgCustom){display:none}@media screen and (min-width: 940px){.fx-media-zoom-gallery .zgArrowsGroup:not(.zgCustom){display:block}.fx-media-zoom-gallery .zgArrowsGroup:not(.zgCustom) .zgArrowBox{background-color:#000;border-radius:100%;height:56px;width:56px;transition:background-color 0.18s linear}.fx-media-zoom-gallery .zgArrowsGroup:not(.zgCustom) .zgArrowBox .zgArrow{border-top:2px solid #fff;border-left:2px solid #fff;top:2px;width:16px;height:16px}.fx-media-zoom-gallery .zgArrowsGroup:not(.zgCustom) .zgArrowBox .zgArrowPrev{transform:rotate(-55deg) skew(-10deg,10deg);left:4px}.fx-media-zoom-gallery .zgArrowsGroup:not(.zgCustom) .zgArrowBox .zgArrowNext{transform:rotate(125deg) skew(-10deg,10deg);right:1px}.fx-media-zoom-gallery .zgArrowsGroup:not(.zgCustom) .zgArrowBox:hover{background-color:#7e00f3}.fx-media-zoom-gallery .zgArrowsGroup:not(.zgCustom) .zgArrowBox:hover .zgArrow{border-top:2px solid #fff;border-left:2px solid #fff}.fx-media-zoom-gallery .zgArrowsGroup:not(.zgCustom) .zgArrowBox:active{background-color:#420080}.fx-media-zoom-gallery .zgCloseHandler:not(.zgCustom){width:56px;height:56px;border-width:2px}.fx-media-zoom-gallery .zgCloseHandler:not(.zgCustom)::after,
  .fx-media-zoom-gallery .zgCloseHandler:not(.zgCustom)::before{width:24px;height:2px;left:calc(50% - 12px)}}body.zgStateGalleryOpen{-webkit-user-select:auto;user-select:auto;overflow:initial}body.zgStateGalleryOpen .fx-media-zoom-gallery{-webkit-user-select:none;user-select:none}.country-item{display:flex;justify-content:left;align-items:center;margin-bottom:16px;text-align:left;cursor:pointer}.country-item__flag-container{line-height:0;flex-shrink:0}.country-item:hover{color:#7e00f3}.country-item__title[class]{margin-left:8px}.country-item__check{stroke-width:3;margin-left:8px;color:#7e00f3;flex-shrink:0}.fx-drawer{display:flex;flex-direction:column;overflow:hidden;transition:all 0.3s}.fx-drawer.fx-drawer--permanent{max-height:8px;opacity:1}.fx-drawer--loading .fx-drawer__content{transition:none}.fx-drawer--open .fx-drawer__rail{height:11px;opacity:1;margin-bottom:16px;padding-top:8px}.fx-drawer--open .fx-drawer__content{margin:8px 0;opacity:1}.fx-drawer--top .fx-drawer__canvas{margin-top:-10px}.fx-drawer--bottom .fx-drawer__content{margin:0}.fx-drawer--bottom .fx-drawer__canvas{transform:rotate(180deg)}.fx-drawer__rail{position:relative;display:flex;transition:all 0.3s;opacity:0}.fx-drawer__arrow{position:relative;display:inline-block;margin:0 auto;height:0;color:#b4b4b4;line-height:0}.fx-drawer__arrow:before,
.fx-drawer__arrow:after{content:'';position:absolute;width:200vw;bottom:-1px;border-bottom:1px solid currentColor}.fx-drawer__arrow:before{left:21px}.fx-drawer__arrow:after{right:21px}.fx-drawer__canvas{width:23px;height:11px}.fx-drawer__content{transition:all 0.3s;overflow:hidden;opacity:0;will-change:height}.fx-content-thankyou__introduction{display:block}.fx-content-thankyou__introduction:before,
.fx-content-thankyou__introduction:after{content:' ';display:block;clear:both;float:none}.fx-content-thankyou__introduction .fx-content-introduction__text-wrapper{float:left}.fx-content-thankyou__introduction .fx-content-introduction__text-wrapper .fx-text{font-size:14px;line-height:23px;letter-spacing:-0.11px}.fx-content-thankyou__introduction .fx-content-introduction__image{position:relative;display:none;width:64px;height:-webkit-max-content;height:max-content;margin:10px 0 0 16px;overflow:hidden;padding:0;float:right}.fx-content-thankyou__introduction .fx-content-introduction__image img{width:100%;height:auto;margin:0}.fx-content-thankyou__introduction .fx-content-introduction__image-overlay{display:none}@media screen and (min-width: 600px){.fx-content-thankyou__introduction .fx-content-introduction__text-wrapper{max-width:calc(100% - (180px + 24px + 1px))}.fx-content-thankyou__introduction .fx-content-introduction__text-wrapper .fx-text{font-size:18px;line-height:28px;letter-spacing:-0.3px}.fx-content-thankyou__introduction .fx-content-introduction__image{display:inline-block;margin:10px 0 0 24px;width:120px;height:-webkit-max-content;height:max-content}.fx-content-thankyou__introduction .fx-content-introduction__image-overlay{display:block;position:absolute;right:0;bottom:0;margin:0;padding:0 10px;border-radius:4px;background-color:rgba(0,0,0,0.5);color:#fff;font-weight:bold;text-align:center;font-size:16px;line-height:32px;letter-spacing:-0.38px}.fx-content-thankyou__introduction.speed .fx-content-introduction__image{width:180px}}@media screen and (min-width: 940px){.fx-content-thankyou__introduction .fx-content-introduction__text-wrapper{max-width:calc(100% - (274px + 32px + 1px))}.fx-content-thankyou__introduction .fx-content-introduction__image{margin:10px 0 0 32px;width:176px;height:-webkit-max-content;height:max-content}.fx-content-thankyou__introduction .fx-content-introduction__image-overlay{font-size:24px;line-height:32px;letter-spacing:-0.38px}.fx-content-thankyou__introduction.speed .fx-content-introduction__image{width:274px}}.fx-container-orderconfirmationbox .availability{font-size:12px}@media screen and (min-width: 600px){.fx-container-orderconfirmationbox .availability{font-size:14px}}.fx-container-orderconfirmationbox .article-number{display:none}.fx-container-orderconfirmationbox .basket-content-items{overflow:hidden}.fx-container-orderconfirmationbox .basket-content-items .basket-headline{margin-top:8px}@media screen and (min-width: 940px){.fx-container-orderconfirmationbox .basket-content-items .basket-headline{margin-top:16px}}.fx-container-orderconfirmationbox .basket-content-items.hidden{max-height:0;display:none}.fx-container-orderconfirmationbox #showProducts.hidden,
.fx-container-orderconfirmationbox #hideProducts.hidden{display:none}.fx-container-orderconfirmationbox,
.fx-container-orderconfirmationbox .text{font-size:14px;line-height:22px}.fx-container-orderconfirmationbox a,
.fx-container-orderconfirmationbox p{font-size:14px;line-height:22px}.fx-container-orderconfirmationbox a,
.fx-container-orderconfirmationbox a:link,
.fx-container-orderconfirmationbox a:focus,
.fx-container-orderconfirmationbox a:active{-webkit-text-decoration:none;text-decoration:none}.fx-container-orderconfirmationbox .fx-headline--4{display:block;padding-bottom:8px;margin:0 0 8px;font-size:14px;line-height:22px;letter-spacing:-0.11px;border-bottom:solid 1px #e8e8e8}.fx-container-orderconfirmationbox .basket-header,
.fx-container-orderconfirmationbox .basket-content,
.fx-container-orderconfirmationbox .review-header,
.fx-container-orderconfirmationbox .review-content{order:initial}.fx-container-orderconfirmationbox .basket-content{background-color:transparent;border:none 0 transparent;margin-bottom:32px}.fx-container-orderconfirmationbox .review-header{margin-top:24px}.fx-container-orderconfirmationbox .review-content{border-color:#000;border-style:solid;border-width:1px;border-radius:6px;padding:16px 24px}.fx-container-orderconfirmationbox__address{margin:0 0 31px}.fx-container-orderconfirmationbox__address:last-child{margin:0 0 24px}.fx-container-orderconfirmationbox__table{width:100%;border:none}.fx-container-orderconfirmationbox__row-shipping td{padding-bottom:8px}.fx-container-orderconfirmationbox__row-total{border-top:solid 1px #e8e8e8}.fx-container-orderconfirmationbox__row-total td{padding-top:16px;padding-bottom:6px}.fx-container-orderconfirmationbox__col-price{text-align:right;vertical-align:top;padding-bottom:14px}.fx-container-orderconfirmationbox__col-price div{white-space:nowrap}.fx-container-orderconfirmationbox__col-article{padding-bottom:14px;vertical-align:top}.fx-container-orderconfirmationbox__col-article .amount{letter-spacing:0.4px}.fx-container-orderconfirmationbox .coupon-number{white-space:nowrap}.fx-container-orderconfirmationbox .article-price__primary,
.fx-container-orderconfirmationbox .coupon-price__primary,
.fx-container-orderconfirmationbox .shipping-cost__primary{font-weight:bold}.fx-container-orderconfirmationbox .article-price__secondary,
.fx-container-orderconfirmationbox .coupon-price__secondary,
.fx-container-orderconfirmationbox .shipping-cost__secondary{font-size:12px;color:#8a8a8a}@media screen and (min-width: 600px){.fx-container-orderconfirmationbox .article-price__secondary,
  .fx-container-orderconfirmationbox .coupon-price__secondary,
  .fx-container-orderconfirmationbox .shipping-cost__secondary{font-size:14px}}.fx-container-orderconfirmationbox .fx-button-row{display:block;margin-top:18px}.fx-container-orderconfirmationbox .fx-button-row:before,
.fx-container-orderconfirmationbox .fx-button-row:after{content:' ';display:block;float:none;clear:both}.fx-container-orderconfirmationbox .fx-button-col{box-sizing:border-box;display:inline-block;float:left;width:auto}.fx-container-orderconfirmationbox .fx-button-col:nth-child(2){float:right;text-align:right}.fx-container-orderconfirmationbox .fx-button-col .fx-button--text-button{margin:0;padding:0;white-space:nowrap}@media screen and (min-width: 600px){.fx-container-orderconfirmationbox .fx-headline--4{display:block;padding-bottom:8px;font-size:18px;line-height:24px;letter-spacing:-0.29px;border-bottom:solid 1px #e8e8e8}.fx-container-orderconfirmationbox__address,
  .fx-container-orderconfirmationbox__address:last-child{margin:0 0 16px}.fx-container-orderconfirmationbox .basket-content,
  .fx-container-orderconfirmationbox .review-content{border-radius:6px;padding:16px 24px}.fx-container-orderconfirmationbox .basket-content{background-color:#f3f3f3;margin-bottom:40px}.fx-container-orderconfirmationbox .review-header{margin-top:32px}.fx-container-orderconfirmationbox .fx-button-row{text-align:right}.fx-container-orderconfirmationbox .fx-button-col{width:auto;padding:0 8px;min-width:177px;float:none}.fx-container-orderconfirmationbox .fx-button-col:nth-child(2){float:none}.fx-container-orderconfirmationbox .fx-button-col .fx-button--text-button{padding:5px 0 18px;font-size:18px}}@media screen and (min-width: 940px){.fx-container-orderconfirmationbox .basket-header{order:0}.fx-container-orderconfirmationbox .review-header{margin-top:0;order:1}.fx-container-orderconfirmationbox .basket-content{margin-bottom:0;order:2}.fx-container-orderconfirmationbox .basket-content__inner{height:100%}.fx-container-orderconfirmationbox .basket-content__inner .fx-thankyou-orderconfirmationbox__content{height:100%;display:flex;flex-direction:column;justify-content:space-between}.fx-container-orderconfirmationbox .review-content{margin-bottom:0;order:3}}.fx-order-confirmation{margin:24px 0 0 0}.fx-order-confirmation .fx-infobox--positive-bg{background-color:rgba(0,178,125,0.1)}.fx-order-confirmation .fx-infobox--positive-bg .fx-infobox__icon{background-color:#00b27d}.fx-order-confirmation .fx-infobox--positive-bg .fx-infobox__icon .fx-icon{color:#fff}.fx-order-confirmation .fx-infobox--positive-bg .fx-text .date{font-weight:bold;font-size:18px}@media screen and (min-width: 600px){.fx-order-confirmation{margin:40px 0 0 0}.fx-order-confirmation .fx-infobox__content{margin-top:32px}.fx-order-confirmation .fx-text .date{font-size:20px}}@media screen and (min-width: 940px){.fx-order-confirmation .fx-infobox__content{margin-top:44px}}.fx-content-thankyou__alsoInteresting .fx-grid__col{padding:24px 0 15px 0;border-bottom:solid 1px #e8e8e8}.fx-content-thankyou__alsoInteresting .fx-grid__col:first-child{border-top:solid 1px #e8e8e8}.fx-content-thankyou__alsoInteresting .image-container{display:flex;justify-content:center;width:100px;height:56px;overflow:hidden;margin:10px auto 20px auto}.fx-content-thankyou__alsoInteresting .image-container .fx-image{max-width:100%;max-height:100%}.fx-content-thankyou__alsoInteresting .fx-headline--4,
.fx-content-thankyou__alsoInteresting .fx-text{margin-bottom:8px}.fx-content-thankyou__alsoInteresting .fx-button--text-button{padding-top:0}.fx-content-thankyou__alsoInteresting .fx-text{margin-bottom:18px}.fx-content-thankyou__alsoInteresting a{display:block;-webkit-text-decoration:none;text-decoration:none}.fx-content-thankyou__alsoInteresting a:hover,
.fx-content-thankyou__alsoInteresting a:focus,
.fx-content-thankyou__alsoInteresting a:active{color:#1c1c1c}.fx-content-thankyou__alsoInteresting a:hover .fx-button.fx-button--text-button:after,
.fx-content-thankyou__alsoInteresting a:focus .fx-button.fx-button--text-button:after,
.fx-content-thankyou__alsoInteresting a:active .fx-button.fx-button--text-button:after{background-color:#7e00f3;bottom:12px}@media screen and (min-width: 600px){.fx-content-thankyou__alsoInteresting .fx-grid__col{position:relative;margin-bottom:0;padding-bottom:0}.fx-content-thankyou__alsoInteresting .fx-grid__col:nth-child(2){border-top:solid 1px #e8e8e8}.fx-content-thankyou__alsoInteresting .fx-headline--4{margin-bottom:8px}.fx-content-thankyou__alsoInteresting .fx-text{margin-bottom:80px;text-align:left}.fx-content-thankyou__alsoInteresting .fx-button__bottom-center{position:absolute;left:0;bottom:16px;width:100%}}@media screen and (min-width: 940px){.fx-content-thankyou__alsoInteresting .fx-grid__col:nth-child(3){border-top:solid 1px #e8e8e8}}.fx-content-thankyou__likes{display:flex;justify-content:center;align-items:center;height:100%}.fx-content-thankyou__likes__wrapper{width:100%;max-width:550px}.fx-content-thankyou__likes__wrapper .review-intro{margin:0 auto 0 auto;text-align:center}.fx-content-thankyou__likes__wrapper .review-icons{margin:16px auto 0 auto;text-align:center}.fx-content-thankyou__likes .review-smily-container{display:inline-block;margin:0 12px;text-align:center;height:56px;width:56px;border-radius:50%;background:linear-gradient(to bottom,#fcf479 0,#fbb903 100%)}.fx-content-thankyou__likes .review-smily-container.review-icon-positv,
.fx-content-thankyou__likes .review-smily-container.fx-review-icon-negativ{transition:all 0.2s ease-in-out}.fx-content-thankyou__likes .review-smily-container.review-icon-positv:hover,
.fx-content-thankyou__likes .review-smily-container.fx-review-icon-negativ:hover,
.fx-content-thankyou__likes .review-smily-container.review-icon-positv:active,
.fx-content-thankyou__likes .review-smily-container.fx-review-icon-negativ:active{transform:scale(1.15);cursor:pointer}.fx-content-thankyou__likes .review-smily-container.review-smily-grey{opacity:0.4;transform:scale(0.95)}.fx-content-thankyou__likes .review-smily-container.review-smily-grey:hover,
.fx-content-thankyou__likes .review-smily-container.review-smily-grey:active{transform:scale(0.95);cursor:default}.fx-content-thankyou__likes .review-smily-container img{width:100%;height:auto}.fx-content-thankyou__likes .review-screen{margin:16px 0 0}.fx-content-thankyou__likes .review-screen .review-positiv__text{margin:18px 0 18px 0;text-align:center}.fx-content-thankyou__likes .review-screen .review-button__row{text-align:center;margin:8px auto}.fx-content-thankyou__likes .review-screen .review-button__row .fx-button{font-size:20px;text-transform:initial;min-width:288px}.fx-content-thankyou__likes .review-screen .review-button__row .fx-button .fx-icon{margin:0 12px 0 0}.fx-content-thankyou__likes .logo-row{display:flex;flex-wrap:wrap;text-align:center}.fx-content-thankyou__likes .logo{position:relative;flex-grow:1;margin:0 12px;width:calc(50% - 26px);overflow:visible}@media screen and (min-width: 600px){.fx-content-thankyou__likes .logo{width:calc(25% - 26px)}}.fx-content-thankyou__likes .logo .logo-image{width:56px;height:56px;margin:0 auto;position:relative}.fx-content-thankyou__likes .logo .logo-image img{width:100%;height:auto;position:absolute;left:0;bottom:0}.fx-content-thankyou__likes .logo .logo-image img.link-image-Trustpilot{margin-left:-10%;width:120%;bottom:16px}.fx-content-thankyou__likes .logo .logo-image img.link-image-Foursquare{margin-left:-20%;width:140%;bottom:16px}.fx-content-thankyou__likes .logo .logo-image img.link-image-SiteJabber{margin-left:-10%;width:120%;bottom:10px}.fx-content-thankyou__likes .logo .logo-image img.link-image-Yelp{margin-left:-4%;width:120%;bottom:10px}.fx-content-thankyou__likes .logo .fx-text{margin-top:8px}.fx-thankyounext .fx-carousel .view.fx-carousel--fourth{width:500%}.fx-thankyounext .fx-carousel .view.fx-carousel--fourth > *{width:calc(25%)}@media screen and (min-width: 600px){.fx-thankyounext .fx-carousel .view.fx-carousel--fourth{width:250%}}@media screen and (min-width: 940px){.fx-thankyounext .fx-carousel .view.fx-carousel--fourth{width:125%}}.fx-thankyounext .fx-carousel .controls-holder{margin-top:16px}.fx-thankyounext img{width:100%;height:auto;margin-bottom:8px}.fx-thankyounext .control-indicators .control-indicators-track__mover{background-color:#1c1c1c}.fx-content-thankyou__download img.fx-thankyou-introduction__download{max-width:64px;max-height:62px}@media screen and (min-width: 600px){.fx-content-thankyou__download img.fx-thankyou-introduction__download{max-width:156px;max-height:151px}}.fx-content-thankyou__download .fx-infobox--positive-bg{background-color:rgba(0,178,125,0.1)}.fx-content-thankyou__download .fx-infobox--positive-bg .fx-icon--positive-bg{background-color:#00b27d}.fx-content-thankyou__download .fx-infobox--positive-bg .fx-icon--positive-bg .fx-icon{color:#fff}.fx-content-thankyou__download .fx-infobox--positive-bg .fx-infobox__content .fx-text.fx-text--no-margin{margin:16px 0}@media screen and (min-width: 600px){.fx-content-thankyou__download .fx-infobox--positive-bg .fx-infobox__content{margin-top:32px}}@media screen and (min-width: 940px){.fx-content-thankyou__download .fx-infobox--positive-bg .fx-infobox__content{margin-top:40px}}.fx-content-thankyou__coupon .fx-content-introduction__image{min-width:80px;margin:10px 0 0 16px;border-radius:4px;float:right}.fx-content-thankyou__coupon .fx-coupon-confirmation{margin:8px 0 0 0}.fx-content-thankyou__coupon .fx-coupon-confirmation:before,
.fx-content-thankyou__coupon .fx-coupon-confirmation:after{display:block;content:' ';clear:both;float:none}.fx-content-thankyou__coupon .fx-coupon-confirmation .fx-infobox--positive-bg{background-color:rgba(0,178,125,0.1)}.fx-content-thankyou__coupon .fx-coupon-confirmation .fx-infobox--positive-bg .fx-infobox__content{margin:16px}.fx-content-thankyou__coupon .fx-coupon-confirmation .fx-infobox--positive-bg .fx-infobox__content .fx-text{font-size:20px;line-height:28px;letter-spacing:-0.4px;font-weight:bold}@media screen and (min-width: 600px){.fx-content-thankyou__coupon .fx-content-introduction__text-wrapper{max-width:calc(100% - 233px)}.fx-content-thankyou__coupon .fx-content-introduction__image{width:217px}.fx-content-thankyou__coupon .fx-coupon-confirmation{margin:16px 0 0 0}.fx-content-thankyou__coupon .fx-coupon-confirmation .fx-infobox--positive-bg .fx-infobox__content .fx-text{font-size:26px;line-height:40px;letter-spacing:-0.77px}}@media screen and (min-width: 940px){.fx-content-thankyou__coupon .fx-coupon-confirmation .fx-infobox--positive-bg .fx-infobox__content .fx-text{font-size:32px}}.fx-content-thankyou__coupon .fx-grid__col > .tho-coupon-share{padding-top:24px;padding-bottom:32px}@media screen and (min-width: 600px){.fx-content-thankyou__coupon .fx-grid__col > .tho-coupon-share{padding-top:32px;padding-bottom:40px}}@media screen and (min-width: 940px){.fx-content-thankyou__coupon .fx-grid__col > .tho-coupon-share{padding-top:40px;padding-bottom:40px}}.fx-coupon-sms-notification .fx-background-color--neutral-100{border-radius:6px;padding:16px 24px}.fx-coupon-sms-notification .fx-background-color--neutral-100:first-child{margin-bottom:16px}.fx-coupon-sms-notification .fx-background-color--neutral-100 .fx-form-row{margin:8px 0 6px 0}.fx-coupon-sms-notification .fx-background-color--neutral-100 .fx-form-row .fx-form-col{margin:8px 0 0 0}.fx-coupon-sms-notification .fx-background-color--neutral-100 .fx-form-row .fx-form-col .fx-input-text{margin:0}.fx-coupon-sms-notification .fx-button--primary .fx-icon{margin-right:12px}.fx-coupon-sms-notification #couponMessageMobileSuccess{margin:16px}@media screen and (min-width: 600px){.fx-coupon-sms-notification .fx-background-color--neutral-100{padding:16px 24px}.fx-coupon-sms-notification .fx-background-color--neutral-100:first-child{margin-bottom:24px}.fx-coupon-sms-notification .fx-background-color--neutral-100 .fx-form-row{margin:0 0 6px 0;display:flex;flex-direction:row}.fx-coupon-sms-notification .fx-background-color--neutral-100 .fx-form-row .fx-form-col{margin:16px 0 0 0;flex-direction:column}.fx-coupon-sms-notification .fx-background-color--neutral-100 #messengerTelephoneInput{margin:0 16px 0 0}.fx-coupon-sms-notification .fx-background-color--neutral-100 #messengerTelephoneInput .fx-input-text,
  .fx-coupon-sms-notification .fx-background-color--neutral-100 #messengerTelephoneInput .fx-input-text__inner{margin:0;width:100%}}@media screen and (min-width: 940px){.fx-coupon-sms-notification .fx-background-color--neutral-100:first-child{margin-bottom:0}}@media print{.fx-content-thankyou .fx-content-thankyou__introduction,
  .fx-content-thankyou .fx-content-thankyou__alsoInteresting,
  .fx-content-thankyou .review-header,
  .fx-content-thankyou .review-content,
  .fx-content-thankyou .newsletter-cta,
  .fx-content-thankyou .fx-button-row,
  .fx-content-thankyou .fx-thankyounext,
  .fx-content-thankyou .fx-visit-us{display:none}.fx-content-thankyou .fx-container-orderconfirmationbox .fx-thankyou-orderconfirmationbox__content .fx-col--12{grid-column-start:span 6}.fx-content-thankyou .fx-container-orderconfirmationbox .basket-content-items.fx-hidden{display:block!important;max-height:initial}.fx-content-thankyou .fx-content-section:first-of-type{padding:0}.fx-content-thankyou .basket-header .fx-headline{font-size:28px;letter-spacing:-0.75px;border-bottom:1px solid #e8e8e8;padding-bottom:8px;margin-bottom:8px}.fx-content-thankyou .article-number{display:block;font-size:12px}}.fx-content-thankyou .thankyou-infobox{margin-top:24px}.fx-content-thankyou .thankyou-infobox.thankyou-infobox--estimation{padding-bottom:24px}.fx-content-thankyou .thankyou-infobox .date{font-weight:700;font-size:18px}.fx-content-thankyou .thankyou-infobox__background{background-color:rgba(0,178,125,0.1)}.fx-content-thankyou .thankyou-infobox__icon-background{background-color:#00b27d}.fx-content-thankyou .thankyou-infobox__icon{color:#fff}@media screen and (min-width: 600px){.fx-content-thankyou .thankyou-infobox{margin-top:40px}.fx-content-thankyou .thankyou-infobox__content{margin-top:32px}.fx-content-thankyou .thankyou-infobox .date{font-size:20px}}@media screen and (min-width: 940px){.fx-content-thankyou .thankyou-infobox__content{margin-top:44px}}.fx-content-individual-thank-you-header{padding-bottom:16px}.fx-content-individual-thank-you-header .fx-content-individual-thank-you-header__wrapper{background-image:linear-gradient(to right,rgba(123,250,161,0.2),rgba(189,255,98,0.2));text-align:center;padding-top:24px}.fx-content-individual-thank-you-header .fx-content-individual-thank-you-header__wrapper--error{background-image:linear-gradient(to right,rgba(255,115,115,0.2),rgba(255,179,144,0.2))}.fx-content-individual-thank-you-header .fx-content-individual-thank-you-header__icon-success{color:#00b27d}.fx-content-individual-thank-you-header .fx-content-individual-thank-you-header__icon-error{color:#e64155}.fx-content-individual-thank-you-header .fx-content-individual-thank-you-header__icon{width:40px;height:40px;margin-bottom:8px}.fx-content-individual-thank-you-header .fx-content-individual-thank-you-header__headline{margin-bottom:18px}.fx-content-individual-thank-you-header .fx-content-individual-thank-you-header__body{padding-bottom:40px}@media screen and (min-width: 940px){.fx-content-individual-thank-you-header{padding-bottom:42px}.fx-content-individual-thank-you-header .fx-content-individual-thank-you-header__wrapper{padding-top:62px}.fx-content-individual-thank-you-header .fx-content-individual-thank-you-header__icon{width:64px;height:64px;margin-bottom:24px}.fx-content-individual-thank-you-header .fx-content-individual-thank-you-header__headline{margin-bottom:24px}.fx-content-individual-thank-you-header .fx-content-individual-thank-you-header__body{padding-bottom:85px}}.fx-ranked-product-list-item{position:relative;background-color:#fff;margin:16px 0;scroll-margin-top:8px;display:block;border-radius:6px}.fx-ranked-product-list-item .fx-ranked-product{display:flex;align-items:stretch}.fx-ranked-product-list-item .fx-ranked-product__image{position:relative;background-color:#f3f3f3;padding:8px}.fx-ranked-product-list-item .fx-ranked-product__image-wrapper{display:flex;justify-content:center;align-items:center;width:80px;height:80px;mix-blend-mode:multiply}.fx-ranked-product-list-item .fx-ranked-product__rank{position:absolute;margin:0;top:0;left:0;width:48px;height:48px;padding:4px 23px 0 0;z-index:2;text-align:center;color:#000;background-image:linear-gradient(135deg,#e8e8e8 0%,#e8e8e8 50%,rgba(255,255,255,0) 50%,rgba(255,255,255,0) 100%);border-top-left-radius:6px}.fx-ranked-product-list-item .fx-ranked-product__rank--1{background-image:linear-gradient(135deg,#c2ac49 0%,#ebdc97 25%,#cebc69 50%,rgba(255,255,255,0) 50%,rgba(255,255,255,0) 1000%)}.fx-ranked-product-list-item .fx-ranked-product__rank--2{background-image:linear-gradient(135deg,#d1dae6 0%,#f2f5f7 25%,#d3d8de 50%,rgba(255,255,255,0) 50%,rgba(255,255,255,0) 1000%)}.fx-ranked-product-list-item .fx-ranked-product__rank--3{background-image:linear-gradient(135deg,#dbad63 0%,#e3ceac 25%,#e6b567 50%,rgba(255,255,255,0) 50%,rgba(255,255,255,0) 1000%)}.fx-ranked-product-list-item .fx-ranked-product__rank--small{font-size:10px}.fx-ranked-product-list-item .fx-ranked-product__content{display:flex;flex-direction:column;width:100%;padding:8px;border-top:1px solid #e8e8e8}.fx-ranked-product-list-item .fx-ranked-product__details{display:flex;flex-direction:column;flex-grow:1;justify-content:center}.fx-ranked-product-list-item .fx-ranked-product__title{margin-bottom:4px;font-size:13px;line-height:16px;letter-spacing:-0.2px}.fx-ranked-product-list-item .fx-ranked-product__title-manufacturer{font-weight:700}.fx-ranked-product-list-item .fx-ranked-product__rating-stars{margin-right:10px;margin-bottom:4px}.fx-ranked-product-list-item .fx-ranked-product__rating-stars .fx-ranked-product__rating-stars-description{color:#8a8a8a}.fx-ranked-product-list-item .fx-ranked-product__rating-star{height:16px;width:16px}.fx-ranked-product-list-item .fx-ranked-product__trend{display:flex;align-items:center;font-size:12px}.fx-ranked-product-list-item .fx-ranked-product__trend--neutral{color:#686868}.fx-ranked-product-list-item .fx-ranked-product__trend--up{color:#00b27d}.fx-ranked-product-list-item .fx-ranked-product__trend--down{color:#e64155}.fx-ranked-product-list-item .fx-ranked-product__trend--new{color:#00ddf6}.fx-ranked-product-list-item .fx-ranked-product__trend-icon{margin-right:4px}.fx-ranked-product-list-item .fx-ranked-product__energy-efficiency{display:inline-block}.fx-ranked-product-list-item .fx-ranked-product__price-group{display:inline-block;padding-right:30px}.fx-ranked-product-list-item .fx-ranked-product__price-group.fx-price-group--strike-highlight{display:flex}.fx-ranked-product-list-item .fx-ranked-product__price-group .fx-price-group__strike{margin-left:0}@media screen and (min-width: 940px){.fx-ranked-product-list-item .fx-ranked-product__price-group{display:block}.fx-ranked-product-list-item .fx-ranked-product__price-group .fx-ranked-product__price-primary{margin-bottom:8px}}.fx-ranked-product-list-item .fx-ranked-product__actions{display:flex;position:absolute;bottom:4px;right:0px;margin:0;justify-content:flex-end}.fx-ranked-product-list-item .fx-ranked-product__actions > *{padding:4px 8px;cursor:pointer}.fx-ranked-product-list-item .fx-ranked-product__actions > *:hover .fx-icon{color:#7e00f3}.fx-ranked-product-list-item .fx-ranked-product__actions .fx-icon--hidden{display:none}.fx-ranked-product-list-item .fx-ranked-product__actions .fx-icon--visible{display:block}.fx-ranked-product-list-item .fx-ranked-product__actions .fx-icon--active{color:#7e00f3;fill:#7e00f3}.fx-ranked-product-list-item .fx-ranked-product__actions .action__compare,
.fx-ranked-product-list-item .fx-ranked-product__actions .action__basket{display:none}.fx-ranked-product-list-item .fx-ranked-product__actions .compare-icon--active{color:#7e00f3;fill:#7e00f3}.fx-ranked-product-list-item .fx-ranked-product__actions .basket-button{border:none;background-color:transparent;color:#000;outline:none;padding:0}.fx-ranked-product-list-item .fx-ranked-product__actions .basket-form{margin:0}@media screen and (min-width: 600px){.fx-ranked-product-list-item .fx-ranked-product{flex-wrap:initial}.fx-ranked-product-list-item .fx-ranked-product__image-wrapper{min-width:106px;height:106px}.fx-ranked-product-list-item .fx-ranked-product__rank{height:56px;width:56px;padding:6px 27px 0 0}.fx-ranked-product-list-item .fx-ranked-product__rank--small{font-size:12px}.fx-ranked-product-list-item .fx-ranked-product__title{margin-bottom:2px;font-size:14px;line-height:24px;letter-spacing:-0.21px}.fx-ranked-product-list-item .fx-ranked-product__rating-stars{margin-bottom:2px}.fx-ranked-product-list-item .fx-ranked-product__rating-star{height:20px;width:20px}.fx-ranked-product-list-item .fx-ranked-product__price-group{padding-right:0}.fx-ranked-product-list-item .fx-ranked-product__actions{display:flex;position:absolute;bottom:4px;right:0;margin:0}.fx-ranked-product-list-item .fx-ranked-product__actions .action__compare,
  .fx-ranked-product-list-item .fx-ranked-product__actions .action__basket{display:block}.fx-ranked-product-list-item .fx-ranked-product__actions > *{padding:4px 8px}}@media screen and (min-width: 940px){.fx-ranked-product-list-item .fx-ranked-product__image{padding:16px}.fx-ranked-product-list-item .fx-ranked-product__image-wrapper{min-width:126px;height:126px}.fx-ranked-product-list-item .fx-ranked-product__rank{height:68px;width:68px;padding:10px 28px 0 0}.fx-ranked-product-list-item .fx-ranked-product__rank--small{font-size:14px}.fx-ranked-product-list-item .fx-ranked-product__content{display:flex;flex-direction:row;padding:16px}.fx-ranked-product-list-item .fx-ranked-product__details{display:inline-flex;flex-direction:column;max-width:65%}.fx-ranked-product-list-item .fx-ranked-product__title{margin-bottom:4px;font-size:18px;line-height:24px;letter-spacing:-0.45px}.fx-ranked-product-list-item .fx-ranked-product__rating-stars{margin-bottom:4px}.fx-ranked-product-list-item .fx-ranked-product__rating-star{height:24px;width:24px}.fx-ranked-product-list-item .fx-ranked-product__trend{font-size:14px}.fx-ranked-product-list-item .fx-ranked-product__trend-icon{margin-right:6px}.fx-ranked-product-list-item .fx-ranked-product__energy-efficiency{margin-bottom:8px}.fx-ranked-product-list-item .fx-ranked-product__price{flex-grow:1;text-align:right}.fx-ranked-product-list-item .fx-ranked-product__price-primary{display:block}.fx-ranked-product-list-item .fx-ranked-product__actions{bottom:12px;right:12px}.fx-ranked-product-list-item .fx-ranked-product__actions .action__compare,
  .fx-ranked-product-list-item .fx-ranked-product__actions .action__basket{display:block}.fx-ranked-product-list-item .fx-ranked-product__actions > .action__wishlist{margin:0 20px}.fx-ranked-product-list-item .fx-ranked-product__actions > *{padding:4px}}.fx-ranked-product-list-item:first-child{margin:0 0 8px 0}a.fx-ranked-product-list-item{-webkit-text-decoration:none;text-decoration:none;color:inherit}a.fx-ranked-product-list-item:hover{color:inherit}a.fx-ranked-product-list-item:hover .fx-ranked-product__title{color:#7e00f3}a.fx-ranked-product-list-item:active{color:inherit}a.fx-ranked-product-list-item:active .fx-ranked-product__title{color:#7e00f3}a.fx-ranked-product-list-item:focus{color:inherit}@media screen and (min-width: 600px){.fx-ranked-product-list-item{margin:24px 0;scroll-margin-top:16px}.fx-ranked-product-list-item:first-child{margin:0 0 16px 0}}@media screen and (min-width: 940px){.fx-ranked-product-list-item{margin:24px 0;scroll-margin-top:24px}.fx-ranked-product-list-item:first-child{margin:0 0 16px 0}}.fx-stickybar{position:fixed;left:0;width:100%;z-index:300;opacity:0;transition:transform 300ms,opacity 300ms}.fx-stickybar--top{top:0;transform:translateY(-100%)}.fx-stickybar__content{padding-left:24px;padding-right:24px}.fx-stickybar--bottom{bottom:0;transform:translateY(100%)}.fx-stickybar--bottom > .fx-stickybar__frame{border-bottom:none;border-top-left-radius:6px;border-top-right-radius:6px}.fx-stickybar--visible{transform:translateY(0)}.fx-stickybar--visible .fx-stickybar__frame{opacity:1}.fx-stickybar__handle{height:4px;width:25%;margin:4px auto;padding:2px 0;cursor:pointer;background:#e8e8e8;border-radius:8px;transition:background-color 300ms,height 300ms,padding 300ms,margin 300ms}.fx-stickybar__handle:hover{height:8px;margin:2px auto;padding:0;background:#b4b4b4}.fx-stickybar__frame{overflow:hidden;border-bottom:solid 1px #7e00f3;background-color:#fff;box-shadow:0 2px 20px 0 rgba(0,0,0,0.2);transition:opacity 300ms;opacity:0}.fx-stickybar--sm{opacity:1}@media screen and (min-width: 600px){.fx-stickybar--sm{opacity:0}}.fx-stickybar--sm-lg{opacity:1}@media screen and (min-width: 600px){.fx-stickybar--sm-lg{opacity:0}}@media screen and (min-width: 940px){.fx-stickybar--sm-lg{opacity:1}}.fx-stickybar--sm-md{opacity:1}@media screen and (min-width: 940px){.fx-stickybar--sm-md{opacity:0}}.fx-stickybar--sm-md-lg{opacity:1}@media screen and (min-width: 600px){.fx-stickybar--md{opacity:1}}@media screen and (min-width: 940px){.fx-stickybar--md{opacity:0}}.fx-stickybar--md-lg{opacity:0}@media screen and (min-width: 600px){.fx-stickybar--md-lg{opacity:1}}@media screen and (min-width: 940px){.fx-stickybar--lg{opacity:1}}@media screen and (min-width: 600px){.fx-stickybar__content{padding-left:32px;padding-right:32px}}@media screen and (min-width: 940px){.fx-stickybar__content{position:relative;max-width:1512px;margin-left:auto;margin-right:auto;padding-left:40px;padding-right:40px}.fx-stickybar__content:before,
  .fx-stickybar__content:after{content:'';display:flex;position:absolute;top:0;width:60px;height:100%;opacity:1;transition:opacity 300ms}.fx-stickybar__content:before{left:-60px;background:linear-gradient(to right,#fff,rgba(255,255,255,0))}.fx-stickybar__content:after{right:-60px;background:linear-gradient(to left,#fff,rgba(255,255,255,0))}}.fx-stickybar--without-padding .fx-stickybar__content{padding-left:0;padding-right:0}.price-range-selector{min-width:300px;text-align:initial}.fx-audio-player{position:relative}.fx-audio-player .volume-slider{visibility:hidden;opacity:0;position:absolute;min-height:264px;height:100%;background:#fff;border-radius:20px;box-shadow:0 2px 20px 0 rgba(0,0,0,0.2);padding:16px 4px;left:30px;transition:visibility 0.25s 30ms,opacity 0.2s 30ms;z-index:10}.fx-audio-player .volume-slider__slider{height:100%}.fx-audio-player .volume-slider.volume-slider--visible{visibility:visible;opacity:1}@-moz-document url-prefix(){.fx-audio-player .volume-slider .fx-value-slider__input{width:232px;height:auto;-moz-transform:rotate(270deg);bottom:108px;right:-93px}}.fx-audio-player .details{background:#f3f3f3;width:100%;margin:0;padding:16px 16px 24px}.fx-audio-player .details__drawer{background:#f3f3f3}.fx-audio-player .details__divider{margin-bottom:-10px;color:#7e00f3}.fx-audio-player .details__slider{height:100%}.fx-audio-player .details__title{display:block;font-size:14px;line-height:24px;letter-spacing:-0.23px;font-weight:700;margin-bottom:12px}.fx-audio-player .details__tracklength,
.fx-audio-player .details__formats{display:block;font-size:14px;line-height:24px;letter-spacing:-0.23px}.fx-audio-player .details__tracklength{margin-bottom:14px}.fx-audio-player .details__select{margin-bottom:16px}.fx-audio-player .details__clear{clear:left}.fx-audio-player .details__reamped{display:block;font-size:12px;line-height:18px;letter-spacing:-0.2px;text-align:center}@media screen and (min-width: 600px){.fx-audio-player .details__track-info,
  .fx-audio-player .details .detail-article-group{width:calc(50% - 9px);float:left;margin-right:8px}}@media screen and (min-width: 940px){.fx-audio-player .details__track-info,
  .fx-audio-player .details .detail-article-group{width:calc(33.33% - 9px);float:left;margin-right:8px}}.fx-audio-player .player{display:flex;justify-content:space-between;align-items:center}.fx-audio-player .player__icon-wrapper{display:inline-flex;justify-content:center;align-items:center;width:40px;height:40px;cursor:pointer;transition:color 0.25s,fill 0.25s}.fx-audio-player .player__icon-wrapper:hover{color:#7e00f3;fill:#7e00f3}.fx-audio-player .player__icon-wrapper--active{color:#7e00f3}.fx-audio-player .player__icon-wrapper--active:hover{color:#6009b0}.fx-audio-player .player__icon--info{margin-right:6px}.fx-audio-player .player__icon--volume{margin-left:6px}.fx-audio-player .player__icon--play{margin:0 6px 0 10px}.fx-audio-player .player__icon--pause{margin:0 8px}.fx-audio-player .player__icon--disabled{cursor:default}.fx-audio-player .player__section{display:inline-flex;align-items:center}.fx-audio-player .player__section.player__section--volume{position:relative}.fx-audio-player .player__duration{font-size:14px;line-height:20px;letter-spacing:-0.42px;font-weight:700;color:#8a8a8a;-webkit-user-select:none;user-select:none;cursor:default}.fx-audio-player .player__duration--with-margin{margin-left:40px;margin-right:4px}@media screen and (min-width: 600px){.fx-audio-player .player__icon--info{margin-right:8px}.fx-audio-player .player__icon--volume{margin-left:8px}.fx-audio-player .player__duration{font-size:16px;line-height:22px;letter-spacing:-0.56px}}.fx-audio-player .detail-article-group__title{font-size:14px;line-height:24px;letter-spacing:-0.23px;font-weight:700;display:block;margin-bottom:4px}.fx-audio-player .detail-article{display:flex;align-items:center;margin-bottom:8px}.fx-audio-player .detail-article:last-child{margin-bottom:12px}.fx-audio-player .detail-article__image-wrapper{background:#fff;width:42px;height:42px;border-radius:3px;padding:5px}.fx-audio-player .detail-article__image{width:100%;height:auto}.fx-audio-player .detail-article__name{margin-left:12px;font-size:14px;line-height:20px;letter-spacing:-0.23px}.fx-audio-player .tracklist{margin:16px;padding:0}.fx-audio-player .tracklist__item{display:flex;justify-content:space-between;padding:12px 0;list-style:none;border-bottom:1px solid #e8e8e8;cursor:pointer;font-size:14px;line-height:16px;letter-spacing:-0.23px}.fx-audio-player .tracklist__item:hover{color:#7e00f3}.fx-audio-player .tracklist__item:first-of-type{border-top:1px solid #e8e8e8}.fx-audio-player .tracklist__item--active{font-weight:700}.fx-audio-player__wrapper{padding:12px 8px}.fx-audio-player__caption{text-align:center}.fx-audio-player__buffer{position:absolute;bottom:0;height:4px;border-radius:2px;background:#b4b4b4;transition:width 0.3s linear}.fx-audio-player__seek{position:absolute;bottom:0;height:4px;border-radius:2px;background:#1c1c1c;transition:width 0.3s linear}.fx-audio-player__track{position:absolute;bottom:0;height:4px;width:100%;cursor:pointer}.fx-audio-player .tracklist{display:none}.fx-audio-player .tracklist-select__label{margin-bottom:0}.fx-audio-player--with-tracklist .tracklist{display:block}.fx-audio-player--with-tracklist .tracklist-select{display:none}@media screen and (min-width: 600px){.fx-audio-player__wrapper{padding:16px 16px 10px}}@media screen and (min-width: 940px){.fx-audio-player__caption{text-align:left}.fx-audio-player .tracklist-select{padding-top:0;padding-bottom:0}.fx-audio-player__header{display:grid;grid-template-columns:1fr 1fr 1fr;margin-bottom:6px}.fx-audio-player .tracklist-select{padding-top:0;padding-bottom:0}.fx-audio-player--with-tracklist .fx-audio-player__header{grid-template-columns:1fr}.fx-audio-player--with-tracklist .fx-audio-player__caption{text-align:center}}.fx-content-grid__tab-list{padding-top:3px;padding-bottom:3px;margin-bottom:8px}.fx-wishlist-toggle{cursor:pointer;display:inline-flex}.fx-wishlist-toggle--init-yes{visibility:hidden}.fx-wishlist-toggle:not(.fx-wishlist-toggle--init-yes){visibility:visible;animation:FadeIn 0.2s forwards}.fx-wishlist-toggle__icon-filled{display:none;color:#7e00f3}.fx-wishlist-toggle__icon-empty{display:inline-block}.fx-wishlist-toggle:hover{color:#7e00f3}.fx-wishlist-toggle--filled-yes .fx-wishlist-toggle__icon-filled{display:inline-block}.fx-wishlist-toggle--filled-yes .fx-wishlist-toggle__icon-empty{display:none}.fx-wishlist-toggle--filled-yes:hover,
.fx-wishlist-toggle--filled-yes:hover .fx-wishlist-toggle__icon-filled{color:#6009b0}.fx-feedback > .fx-feedback__content{display:flex;flex-direction:column}.fx-feedback__close,
.fx-feedback__submit{display:block;margin:24px auto}.fx-feedback__comment .fx-feedback__input{resize:vertical}.fx-feedback__bugs{position:absolute;display:flex;align-items:flex-end;justify-content:center;top:0;left:0;height:100%;width:100%;min-height:720px;animation-name:walkout;animation-duration:0.75s;animation-timing-function:ease-in-out;z-index:-1;pointer-events:none}@keyframes walkin{0%{transform:translate(50px,-50px);opacity:0}100%{transform:translate(0,0);opacity:1}}@keyframes walkout{0%{transform:translate(0,0);opacity:1}100%{transform:translate(-50px,50px);opacity:0}}.fx-horizontal-picker{display:inline-flex;height:40px;border:1px solid #000;border-radius:8px;padding:3px}.fx-horizontal-picker__item{cursor:pointer;display:flex;justify-content:center;align-items:center;width:48px;font-size:16px;line-height:16px;letter-spacing:-0.32px;border-radius:4px;margin-right:4px}.fx-horizontal-picker__item:last-child{margin-right:0}.fx-horizontal-picker__item--selected{background-color:#686868;color:#fff;font-weight:700}.fx-horizontal-picker__item:hover:not(.fx-horizontal-picker__item--selected){background-color:#e8e8e8;color:#7e00f3}.fx-horizontal-picker.fx-horizontal-picker--rounded{border-radius:50px}.fx-horizontal-picker.fx-horizontal-picker--rounded .fx-horizontal-picker__item--first{border-radius:20px 4px 4px 20px}.fx-horizontal-picker.fx-horizontal-picker--rounded .fx-horizontal-picker__item--last{border-radius:4px 20px 20px 4px}@media screen and (min-width: 600px){.fx-horizontal-picker{height:48px}}.fx-visit-us__holidays{margin-top:32px}.fx-visit-us__content{display:flex;flex-direction:column}.fx-visit-us .shop-image__item{border-radius:6px;width:100%;height:100%;object-fit:cover}.fx-visit-us .business-hours-section{margin:8px 0 0 0;background-color:#e8e8e8;border-radius:6px}.fx-visit-us .business-hours-section__content{display:flex;justify-content:center;padding:16px}.fx-visit-us .business-hours-section__content .business-hours__intro{margin-top:0}.fx-visit-us .business-hours-section__content .business-hours-days{margin-left:auto;margin-right:auto;margin-bottom:16px}.fx-visit-us .business-hours-section__content .business-hours__route{margin-bottom:8px}.fx-visit-us .business-hours-section__content .business-hours__route,
.fx-visit-us .business-hours-section__content .business-hours__intro{text-align:center}.fx-visit-us .business-hours-section__label-container{position:relative;height:24px}.fx-visit-us .business-hours-section__label{position:absolute;top:-12px;right:8px;width:68px;height:68px}@media screen and (min-width: 600px){.fx-visit-us__holidays{margin-top:40px}.fx-visit-us__content{flex-direction:row}.fx-visit-us .shop-image{flex:1}.fx-visit-us .business-hours-section{flex:1;margin:0 0 0 24px;background-color:#e8e8e8}.fx-visit-us .business-hours-section__content{margin:0}}@media screen and (min-width: 940px){.fx-visit-us__holidays{margin-top:56px}.fx-visit-us .business-hours-section{flex:0;min-width:336px}}.fx-banner{border-radius:8px;border:3px solid #e8e8e8;padding:12px;min-height:180px;max-height:168px;overflow:hidden;position:relative;transition:max-height 0.2s cubic-bezier(0.25,0.8,0.25,1);will-change:max-height}.fx-banner.fx-banner--style-marketing{min-height:152px;background:#fff url(/static/images/fx/components/banner_marketing.jpg?m=c1b568a)}.fx-banner.fx-banner--style-marketing .show-more{background-color:#fff}.fx-banner.fx-banner--style-marketing .show-more:hover{background-color:#fafafa}.fx-banner.fx-banner--style-download{min-height:152px;background:#e5f3ff url(/static/images/fx/components/banner_download.jpg?m=41bbe06) no-repeat;border:0 none}.fx-banner.fx-banner--style-download .show-more{background:linear-gradient(45deg,#a5e6f9,#dfd7f9);border-top:0 none;box-shadow:0 -2px 8px rgba(0,0,0,0.2)}.fx-banner.fx-banner--style-download .show-more__link{color:#000}.fx-banner.fx-banner--style-download .show-more:hover{background:linear-gradient(45deg,#9be3f8,#d8cef8)}.fx-banner.fx-banner--style-download .show-more:hover .show-more__link{color:#050505}.fx-banner.fx-banner--style-marketing,
.fx-banner.fx-banner--style-download{background-size:cover}.fx-banner.fx-banner--flexible-yes{display:flex;align-items:center}.fx-banner.fx-banner--flexible-yes .show-more{visibility:hidden}.fx-banner .show-more{cursor:pointer;position:absolute;left:0;bottom:0;width:100%;padding:6px;border-bottom-left-radius:8px;border-bottom-right-radius:8px;background-color:#fff;text-align:center;border-top:3px solid #e8e8e8;text-transform:uppercase;font-weight:700;transition:background-color 3s ease-out}.fx-banner .show-more__link{color:#7e00f3;transition:color 0.18s ease-out,opacity 1s ease-in;opacity:0.2}.fx-banner .show-more:hover{background-color:#fafafa}.fx-banner .show-more:hover .show-more__link{color:#6009b0}.fx-banner .show-more.show-more--visible-yes{visibility:visible}.fx-banner .show-more.show-more--visible-yes .show-more__link{opacity:1}.fx-banner .content{display:flex;flex-wrap:nowrap;justify-content:flex-start}.fx-banner .content__visual{display:none;height:100%}.fx-banner .content__text{width:100%}.fx-banner .content__button[class]{margin-left:0;margin-bottom:0;margin-top:24px}.fx-banner .content__tag{line-height:normal}.fx-banner .content__tag,
.fx-banner .content__headline{margin-bottom:4px}@media screen and (min-width: 600px){.fx-banner{border-radius:16px;padding:16px;min-height:184px}.fx-banner .content__visual{display:inline-block;margin-right:32px;max-width:200px;max-height:108px}.fx-banner .content__visual--type-svg{width:165px;height:57px}.fx-banner .show-more{padding:8px;border-bottom-left-radius:16px;border-bottom-right-radius:16px}.fx-banner.fx-banner--style-marketing{min-height:186px}}@media screen and (min-width: 940px){.fx-banner{padding:24px;min-height:194px}.fx-banner .content__visual{margin-right:36px;max-height:120px}.fx-banner.fx-banner--style-marketing{min-height:216px}}.fx-content-layer{display:none;z-index:500;position:fixed;left:0;top:0;width:100%;height:100%;overflow-y:auto;overflow-x:hidden}.fx-content-layer.fx-content-layer--active{display:grid}.fx-content-layer__backdrop{z-index:-1;position:absolute;left:0;top:0;width:100%;height:100%;background-color:rgba(0,0,0,0.2)}.fx-content-layer__container{z-index:1;box-shadow:0 0 70px 20px rgba(28,28,28,0.2);background-color:white;overflow-x:hidden;overflow-y:auto}.fx-content-layer__content{margin-top:64px;padding:0 16px 80px 16px}.fx-content-layer__close{z-index:1;top:16px;right:16px;position:fixed}@media screen and (min-width: 600px){.fx-content-layer__content{margin-top:70px;padding-bottom:100px}.fx-content-layer__close.fx-content-layer__close--windowed{position:-webkit-sticky;position:sticky}}@media screen and (min-width: 940px){.fx-content-layer__content{margin-top:76px;padding-bottom:120px}}.fx-alphabetical-menu{margin:0 0 40px}.fx-alphabetical-menu__top-bar{display:flex;justify-content:space-between;margin:0;padding:16px 0 6px}.fx-alphabetical-menu__top-bar--complete{flex-direction:row-reverse}.fx-alphabetical-menu__bar{display:flex;justify-content:space-between;margin:0 -2px;padding:0 0 16px;text-align:center}.fx-alphabetical-menu__bar .fx-alphabetical-menu__bar-item-container--all,
.fx-alphabetical-menu__bar .fx-alphabetical-menu__bar-item-container--extra{display:none}.fx-alphabetical-menu__bar .fx-alphabetical-menu__bar-item-container--letters{display:flex;justify-content:flex-start;flex-wrap:wrap;width:100%}.fx-alphabetical-menu__bar-item{display:inline-block;margin:0;padding:0}.fx-alphabetical-menu__bar-item--disabled .fx-alphabetical-menu__bar-link{cursor:default;color:#b4b4b4}.fx-alphabetical-menu__bar-item--disabled .fx-alphabetical-menu__bar-link:hover{background-color:initial}.fx-alphabetical-menu__bar-item--disabled .fx-alphabetical-menu__bar-link:active,
.fx-alphabetical-menu__bar-item--disabled .fx-alphabetical-menu__bar-link:focus{background-color:initial}.fx-alphabetical-menu__bar-link{display:inline-flex;align-items:center;justify-content:center;min-width:40px;margin:2px;padding:8px 6px;border-radius:8px}.fx-alphabetical-menu__bar-link:hover{background-color:#e1e1e1}.fx-alphabetical-menu__bar-link:active,
.fx-alphabetical-menu__bar-link:focus{background-color:#cfcfcf}.fx-alphabetical-menu__bar-item--selected > .fx-alphabetical-menu__bar-link{background:#1c1c1c;color:#f3f3f3}.fx-alphabetical-menu__bar-item--selected > .fx-alphabetical-menu__bar-link:focus,
.fx-alphabetical-menu__bar-item--selected > .fx-alphabetical-menu__bar-link:hover{color:#f3f3f3}.fx-alphabetical-menu__separator{display:none}@media screen and (min-width: 600px){.fx-alphabetical-menu{margin:0 0 48px}.fx-alphabetical-menu__top-bar{margin:0 -4px;padding:16px 0 6px}.fx-alphabetical-menu__bar{margin:0 -4px;padding:0 0 16px}.fx-alphabetical-menu__bar-link{min-width:38px;margin:4px 6px}.fx-alphabetical-menu__separator{display:none}}@media screen and (min-width: 940px){.fx-alphabetical-menu{margin:0 0 56px}.fx-alphabetical-menu__top-bar{display:none}.fx-alphabetical-menu__bar{display:flex;margin:0 -6px;padding:6px 0}.fx-alphabetical-menu__bar .fx-alphabetical-menu__bar-item-container--all,
  .fx-alphabetical-menu__bar .fx-alphabetical-menu__bar-item-container--extra{display:inline-block}.fx-alphabetical-menu__bar .fx-alphabetical-menu__bar-item-container--all .fx-alphabetical-menu__bar-link,
  .fx-alphabetical-menu__bar .fx-alphabetical-menu__bar-item-container--extra .fx-alphabetical-menu__bar-link{padding:6px 16px}.fx-alphabetical-menu__bar--all-hidden .fx-alphabetical-menu__bar-link{margin:3px 5px}.fx-alphabetical-menu__bar-link{min-width:36px;margin:3px;padding:6px 4px}.fx-alphabetical-menu__separator{display:inline-block;width:1px;min-width:1px;margin:4px 16px;background:#b4b4b4}}.fx-product-list-entry-skeleton{margin:0 0 8px 0;display:block;width:100%;height:96px;padding:12px;background-color:#f3f3f3;border-radius:6px;position:relative;overflow:hidden}.fx-product-list-entry-skeleton::before{content:'';display:block;position:absolute;left:-450px;top:-4px;height:100%;width:500px;background:linear-gradient(to right,rgba(255,255,255,0) 0%,#f3f3f3 50%,rgba(255,255,255,0) 100%);animation:SkeletonLoading 2s linear infinite}.fx-product-list-entry-skeleton .skeleton{display:flex;flex-direction:row}.fx-product-list-entry-skeleton .skeleton__image{flex-shrink:0;height:72px;width:72px;border-radius:6px;margin-right:12px;background-color:#fcfcfc}.fx-product-list-entry-skeleton .skeleton .details{display:flex;width:100%;flex-direction:column;justify-content:space-between}.fx-product-list-entry-skeleton .skeleton .details__item{height:12px;background-color:#fcfcfc;border-radius:6px}.fx-product-list-entry-skeleton .skeleton .details__item--1{width:100%;max-width:200px}.fx-product-list-entry-skeleton .skeleton .details__item--2{width:68%;max-width:128px}.fx-product-list-entry-skeleton .skeleton .details__item--3{width:48%;max-width:96px}.fx-product-list-entry-skeleton .skeleton .details__item--4{width:64%;max-width:140px}@media screen and (min-width: 600px){.fx-product-list-entry-skeleton{height:182px;margin-bottom:16px;padding:16px}.fx-product-list-entry-skeleton .skeleton__image{height:150px;width:150px;margin-right:16px}.fx-product-list-entry-skeleton .skeleton .details__item{height:18px;border-radius:10px}.fx-product-list-entry-skeleton .skeleton .details__item--1{width:100%;max-width:400px}.fx-product-list-entry-skeleton .skeleton .details__item--2{width:132px;max-width:132px}.fx-product-list-entry-skeleton .skeleton .details__item--3,
  .fx-product-list-entry-skeleton .skeleton .details__item--4,
  .fx-product-list-entry-skeleton .skeleton .details__item--5{width:230px;max-width:230px}.fx-product-list-entry-skeleton .skeleton .group{display:flex;flex-direction:row;justify-content:space-between}.fx-product-list-entry-skeleton .skeleton .group__item{height:18px;border-radius:10px;background-color:#fcfcfc}.fx-product-list-entry-skeleton .skeleton .group__item--left{width:132px}.fx-product-list-entry-skeleton .skeleton .group__item--right{width:80px}}@media screen and (min-width: 940px){.fx-product-list-entry-skeleton{height:200px}.fx-product-list-entry-skeleton .skeleton__image{height:168px;width:168px}.fx-product-list-entry-skeleton .skeleton .details__item{height:20px;border-radius:12px}.fx-product-list-entry-skeleton .skeleton .group--headline .group__item--left{width:60%}.fx-product-list-entry-skeleton .skeleton .group--headline .group__item--right{width:128px}.fx-product-list-entry-skeleton .skeleton .group--stars .group__item--left{width:132px}.fx-product-list-entry-skeleton .skeleton .group--stars .group__item--right{width:102px}.fx-product-list-entry-skeleton .skeleton .group__item{height:20px;border-radius:12px}}.fx-product-box-skeleton{display:block;width:100%;background-color:#fff;border-radius:6px;position:relative;overflow:hidden}.fx-product-box-skeleton::before{z-index:2;content:'';display:block;position:absolute;left:-450px;height:100%;width:300px;background:linear-gradient(to right,rgba(255,255,255,0) 0%,rgba(255,255,255,0.6) 50%,rgba(255,255,255,0) 100%);animation:SkeletonLoading 2s linear infinite}.fx-product-box-skeleton .skeleton__image{position:relative;width:100%;padding-top:100%;border-radius:6px;background-color:#e8e8e8;margin-bottom:16px}.fx-product-box-skeleton .skeleton__image-inner{position:absolute;height:100%;width:100%;margin-top:-100%}.fx-product-box-skeleton .skeleton .details{width:100%}.fx-product-box-skeleton .skeleton .details__item{height:12px;background-color:#e8e8e8;border-radius:6px;margin-bottom:8px}.fx-product-box-skeleton .skeleton .details__item:last-child{margin-bottom:0}.fx-product-box-skeleton .skeleton .details__item--1{width:100%}.fx-product-box-skeleton .skeleton .details__item--2{width:55%}.fx-product-box-skeleton .skeleton .details__item--3{width:70%}.fx-product-box-skeleton .skeleton .details__item--4{width:85%}@media screen and (min-width: 600px){.fx-product-box-skeleton .skeleton .details__item{height:18px;border-radius:10px}}@media screen and (min-width: 600px){.fx-product-box-skeleton .skeleton .details__item{height:20px;border-radius:12px}}.file-upload .upload-errors{display:flex;justify-content:center;align-items:center;flex-direction:column;margin-top:4px}.file-upload .upload-errors__error{overflow-wrap:break-word;word-wrap:break-word;-webkit-hyphens:auto;hyphens:auto}.file-upload .upload-errors__error-file{word-break:break-all}.file-upload .upload-errors__error-message{word-break:break-word}.file-upload .upload-dropzone{position:relative}.file-upload .upload-dropzone__area{display:flex;flex-direction:column;align-content:center;justify-content:center;align-items:center;background-color:rgba(255,255,255,0.8);border:dashed #8a8a8a 2px;position:absolute;top:0;bottom:0;left:0;right:0;z-index:9999}.file-upload .upload-image{width:84px;height:84px;position:relative;border:solid 1px #b4b4b4;display:flex;align-items:center;justify-content:center}.file-upload .upload-image__remove{display:block;position:absolute;right:0;top:0;color:#fff;background-color:rgba(28,28,28,0.5)}.file-upload .upload-image__remove:hover,
.file-upload .upload-image__remove:active{cursor:pointer}.file-upload .upload-image__remove:hover{background-color:#6009b0}.file-upload .upload-image__remove:active{background-color:#686868}.file-upload .upload-image__remove-icon{height:24px;width:24px}.file-upload .upload-image__image{overflow:hidden;width:100%;height:100%;object-fit:cover}.file-upload__images{display:grid;grid-template-columns:repeat(auto-fit,minmax(82px,-webkit-max-content));grid-template-columns:repeat(auto-fit,minmax(82px,max-content));grid-gap:10px;justify-content:center}.file-upload .progress-bar{height:4px;width:72px;background-color:#e8e8e8;border-radius:2px;margin:5px}.file-upload .progress-bar__filler{height:100%;background-color:#1c1c1c;border-radius:inherit;text-align:right;transition:width 1s ease-in-out}@media screen and (min-width: 600px){.file-upload__images{grid-gap:12px}}@media screen and (min-width: 940px){.file-upload__images{grid-gap:16px}}.fx-content-list{list-style:none;margin:0;padding:0}.fx-content-list__item{display:flex;align-items:center;margin-bottom:16px}.fx-content-list__number{color:#7e00f3;background:#f3f3f3;min-width:32px;height:32px;margin-right:16px;margin-bottom:0}@media screen and (min-width: 600px){.fx-content-list__number{min-width:40px;height:40px;margin-right:20px}}@media screen and (min-width: 940px){.fx-content-list__number{min-width:44px;height:44px;margin-right:24px}}.fx-socials{position:relative;display:flex;flex-wrap:wrap;align-content:center;justify-content:space-between;left:-8px}.fx-socials.fx-socials--inverted .fx-socials__icon{color:#e8e8e8}.fx-socials__icon{cursor:pointer}.fx-socials__item{display:inline-flex;align-self:center;padding:6px;color:#e8e8e8;transition:offset-outline 150ms ease}.fx-socials__item:focus-visible{outline:2px solid #7e00f3;outline-offset:4px}.fx-socials__item:active{color:#b4b4b4}.fx-socials__item:hover{color:#fff}.fx-socials__item--facebook-filled:hover .fx-socials__icon{color:#3e5294}.fx-socials__item--youtube:hover .fx-socials__icon{color:#ff1a1a}.fx-socials__item--instagram .fx-socials__icon{fill:#e8e8e8;border-radius:30%}.fx-socials__item--instagram:hover .fx-socials__icon{color:#e8e8e8;fill:#e8e8e8;background:radial-gradient(circle at 33% 100%,#fed373 4%,#f15245 30%,#d92e7f 62%,#9b36b7 85%,#515ecf)}.fx-socials__item--pinterest:hover .fx-socials__icon{color:#bd081c}.fx-socials__item--tiktok:hover .fx-socials__icon{color:#fe2c55}.fx-socials__item:last-child{margin-right:0}.fx-countdown-timer{display:flex;align-items:end;justify-content:center}.fx-countdown-timer__chunk{text-align:center}.fx-countdown-timer__chunk-label{color:#8a8a8a;text-transform:uppercase;font-size:12px}.fx-countdown-timer__chunk-value,
.fx-countdown-timer__separator{font-weight:bold;font-size:28px;line-height:34px;letter-spacing:0.2px}.fx-countdown-timer__separator{padding:0 8px}@media screen and (min-width: 600px){.fx-countdown-timer__chunk-value,
  .fx-countdown-timer__separator{font-size:52px;line-height:66px;letter-spacing:0.5px}}.dailydeals-timer{display:flex;align-items:center;flex-direction:column;align-self:stretch;justify-content:center;background:#ff1776;color:#fff;padding:4px 0 4px;height:50px}.dailydeals-timer--disabled{background-color:#e8e8e8;color:#000;font-size:14px;line-height:22px;letter-spacing:-0.014px}.dailydeals-timer__label{font-size:12px;line-height:16px;letter-spacing:0.012px}.dailydeals-timer__value{font-weight:bold;font-size:16px;line-height:22px;letter-spacing:0.02px;margin-top:-6px}@media screen and (min-width: 940px){.dailydeals-timer__label{font-size:14px;line-height:22px;letter-spacing:-0.014px}.dailydeals-timer__value{font-weight:bold;font-size:18px;line-height:28px;letter-spacing:-0.054px}}.fx-hero.fx-hero-banner .banner{position:relative;display:flex;align-items:center;z-index:-1;overflow:hidden;width:100%;height:auto}.fx-hero.fx-hero-banner .banner__backdrop{position:absolute;z-index:-1;top:0;left:0;width:100%;height:100%;background-size:cover;background-position:center;background-repeat:no-repeat;filter:blur(30px);transform:scale(1.4)}.fx-hero.fx-hero-banner .banner__backdrop .banner__image{height:100%;width:100%}.fx-hero.fx-hero-banner .banner__image-wrapper{display:flex;justify-content:center;align-items:center;overflow:hidden;height:100%}.fx-hero.fx-hero-banner .headline{padding-top:16px}.fx-hero.fx-hero-banner .headline-wrapper{display:flex;align-items:center;justify-content:center}.fx-hero.fx-hero-banner--default .headline{padding-top:14px;padding-bottom:16px}.fx-hero.fx-hero-banner--default .banner{min-height:66px;height:auto}.fx-hero.fx-hero-banner--default .banner__backdrop{background:linear-gradient(to right,rgba(166,192,254,0.5),rgba(246,128,132,0.5));filter:none}@media screen and (min-width: 600px){.fx-hero.fx-hero-banner .headline{width:100%;margin-top:-62px;padding:24px 24px 0 24px;border-radius:6px;background:#fff}.fx-hero.fx-hero-banner--default .banner{min-height:148px;height:auto}.fx-hero.fx-hero-banner--default .headline{width:auto;margin-top:0;padding-top:22px;padding-bottom:24px;background:rgba(255,255,255,0)}}@media screen and (min-width: 940px){.fx-hero.fx-hero-banner .headline{margin-top:-94px;padding:40px 120px 0 120px}.fx-hero.fx-hero-banner--default .headline{margin-top:0;padding-top:36px;padding-bottom:44px}.fx-hero.fx-hero-banner--default .banner{min-height:230px;height:auto}}@media screen and (min-width: 1512px){.fx-hero.fx-hero-banner .banner__image-wrapper{padding:0 40px}}.fx-copy-able{display:flex}.fx-copy-able__body{position:relative;display:flex;cursor:pointer}.fx-copy-able--position-top{bottom:100%;left:50%;transform:translateX(-50%)}.fx-copy-able--position-top-left{bottom:0}.fx-copy-able--position-top-right{bottom:0;right:0}.fx-copy-able--position-bottom{top:100%;left:50%;transform:translateX(-50%)}.fx-copy-able--position-bottom-left{top:100%}.fx-copy-able--position-bottom-right{top:100%;right:0}.fx-copy-able--position-left{top:100%}.fx-copy-able--position-right{top:100%;right:0}.fx-copy-able--visible-yes{visibility:visible}.fx-copy-able--visible-no{visibility:hidden}.fx-copy-able:hover{color:#7e00f3}.fx-copy-able:hover .fx-copy-able__icon .fx-copy-able__copy.fx-copy-able__copy{color:#7e00f3}.fx-copy-able__icon .fx-copy-able__copy.fx-copy-able__copy{color:#000}.fx-copy-able__content{position:absolute;background-color:#fff;color:#000;box-shadow:0 2px 12px 2px rgba(28,28,28,0.2);text-align:center;padding:2px 8px;margin:0;border-radius:6px;white-space:nowrap;z-index:1}@media screen and (min-width: 600px){.fx-copy-able--position-left{top:-2px;right:100%}.fx-copy-able--position-right{top:-2px;right:auto;left:100%;margin-left:4px}}.fx-print-footer{display:none}@media print{.fx-print-footer{display:flex;flex-direction:column;align-items:center;margin-top:32px;text-align:center}.fx-print-footer__image{margin-bottom:8px;width:120px;height:auto}}.fx-unit-price{color:#4b4b4b;font-size:14px;line-height:22px;margin-bottom:4px}.fx-energy-efficiency{cursor:pointer;z-index:1}.fx-energy-efficiency .label{height:16px}@media screen and (min-width: 600px){.fx-energy-efficiency .label{height:24px}}@media screen and (min-width: 940px){.fx-energy-efficiency .label{height:24px}.fx-energy-efficiency.fx-energy-efficiency--large-xl .label{height:32px}}.fx-energy-efficiency.fx-size--small .label,
.fx-energy-efficiency.fx-size--sm .label{height:16px}.fx-energy-efficiency.fx-size--medium .label,
.fx-energy-efficiency.fx-size--md .label{height:24px}.fx-energy-efficiency.fx-size--large .label,
.fx-energy-efficiency.fx-size--lg .label{height:24px}.fx-energy-efficiency.fx-size--large.fx-energy-efficiency--large-xl .label,
.fx-energy-efficiency.fx-size--lg.fx-energy-efficiency--large-xl .label{height:32px}.fx-energy-efficiency.fx-size--sm-sm-md .label,
.fx-energy-efficiency.fx-size--sm2-md .label{height:16px}@media screen and (min-width: 940px){.fx-energy-efficiency.fx-size--sm-sm-md .label,
  .fx-energy-efficiency.fx-size--sm2-md .label{height:24px}}.fx-energy-efficiency.fx-size--sm-sm-lg .label,
.fx-energy-efficiency.fx-size--sm2-lg .label{height:16px}@media screen and (min-width: 940px){.fx-energy-efficiency.fx-size--sm-sm-lg .label,
  .fx-energy-efficiency.fx-size--sm2-lg .label{height:24px}.fx-energy-efficiency.fx-size--sm-sm-lg.fx-energy-efficiency--large-xl .label,
  .fx-energy-efficiency.fx-size--sm2-lg.fx-energy-efficiency--large-xl .label{height:32px}}.fx-energy-efficiency.fx-size--sm-md-md .label,
.fx-energy-efficiency.fx-size--sm-md2 .label{height:16px}@media screen and (min-width: 600px){.fx-energy-efficiency.fx-size--sm-md-md .label,
  .fx-energy-efficiency.fx-size--sm-md2 .label{height:24px}}.fx-energy-efficiency.fx-size--sm-lg-lg .label,
.fx-energy-efficiency.fx-size--sm-lg2 .label{height:16px}@media screen and (min-width: 600px){.fx-energy-efficiency.fx-size--sm-lg-lg .label,
  .fx-energy-efficiency.fx-size--sm-lg2 .label{height:24px}.fx-energy-efficiency.fx-size--sm-lg-lg.fx-energy-efficiency--large-xl .label,
  .fx-energy-efficiency.fx-size--sm-lg2.fx-energy-efficiency--large-xl .label{height:32px}}.fx-energy-efficiency.fx-size--md-md-lg .label,
.fx-energy-efficiency.fx-size--md2-lg .label{height:24px}@media screen and (min-width: 940px){.fx-energy-efficiency.fx-size--md-md-lg .label,
  .fx-energy-efficiency.fx-size--md2-lg .label{height:24px}.fx-energy-efficiency.fx-size--md-md-lg.fx-energy-efficiency--large-xl .label,
  .fx-energy-efficiency.fx-size--md2-lg.fx-energy-efficiency--large-xl .label{height:32px}}.fx-energy-efficiency.fx-size--md-lg-lg .label,
.fx-energy-efficiency.fx-size--md-lg2 .label{height:24px}@media screen and (min-width: 600px){.fx-energy-efficiency.fx-size--md-lg-lg .label,
  .fx-energy-efficiency.fx-size--md-lg2 .label{height:24px}.fx-energy-efficiency.fx-size--md-lg-lg.fx-energy-efficiency--large-xl .label,
  .fx-energy-efficiency.fx-size--md-lg2.fx-energy-efficiency--large-xl .label{height:32px}}.fx-energy-efficiency.fx-size--md-sm-md .label{height:24px}@media screen and (min-width: 600px){.fx-energy-efficiency.fx-size--md-sm-md .label{height:16px}}@media screen and (min-width: 940px){.fx-energy-efficiency.fx-size--md-sm-md .label{height:24px}}.fx-energy-efficiency.fx-size--sm-md-lg .label{height:16px}@media screen and (min-width: 600px){.fx-energy-efficiency.fx-size--sm-md-lg .label{height:24px}}@media screen and (min-width: 940px){.fx-energy-efficiency.fx-size--sm-md-lg .label{height:24px}.fx-energy-efficiency.fx-size--sm-md-lg.fx-energy-efficiency--large-xl .label{height:32px}}.fx-energy-efficiency .label{height:16px}@media screen and (min-width: 600px){.fx-energy-efficiency .label{height:24px}}@media screen and (min-width: 940px){.fx-energy-efficiency .label{height:24px}.fx-energy-efficiency.fx-energy-efficiency--large-xl .label{height:32px}}.fx-energy-efficiency.fx-size--small .label,
.fx-energy-efficiency.fx-size--sm .label{height:16px}.fx-energy-efficiency.fx-size--medium .label,
.fx-energy-efficiency.fx-size--md .label{height:24px}.fx-energy-efficiency.fx-size--large .label,
.fx-energy-efficiency.fx-size--lg .label{height:24px}.fx-energy-efficiency.fx-size--large.fx-energy-efficiency--large-xl .label,
.fx-energy-efficiency.fx-size--lg.fx-energy-efficiency--large-xl .label{height:32px}.fx-energy-efficiency.fx-size--sm-sm-md .label,
.fx-energy-efficiency.fx-size--sm2-md .label{height:16px}@media screen and (min-width: 940px){.fx-energy-efficiency.fx-size--sm-sm-md .label,
  .fx-energy-efficiency.fx-size--sm2-md .label{height:24px}}.fx-energy-efficiency.fx-size--sm-sm-lg .label,
.fx-energy-efficiency.fx-size--sm2-lg .label{height:16px}@media screen and (min-width: 940px){.fx-energy-efficiency.fx-size--sm-sm-lg .label,
  .fx-energy-efficiency.fx-size--sm2-lg .label{height:24px}.fx-energy-efficiency.fx-size--sm-sm-lg.fx-energy-efficiency--large-xl .label,
  .fx-energy-efficiency.fx-size--sm2-lg.fx-energy-efficiency--large-xl .label{height:32px}}.fx-energy-efficiency.fx-size--sm-md-md .label,
.fx-energy-efficiency.fx-size--sm-md2 .label{height:16px}@media screen and (min-width: 600px){.fx-energy-efficiency.fx-size--sm-md-md .label,
  .fx-energy-efficiency.fx-size--sm-md2 .label{height:24px}}.fx-energy-efficiency.fx-size--sm-lg-lg .label,
.fx-energy-efficiency.fx-size--sm-lg2 .label{height:16px}@media screen and (min-width: 600px){.fx-energy-efficiency.fx-size--sm-lg-lg .label,
  .fx-energy-efficiency.fx-size--sm-lg2 .label{height:24px}.fx-energy-efficiency.fx-size--sm-lg-lg.fx-energy-efficiency--large-xl .label,
  .fx-energy-efficiency.fx-size--sm-lg2.fx-energy-efficiency--large-xl .label{height:32px}}.fx-energy-efficiency.fx-size--md-md-lg .label,
.fx-energy-efficiency.fx-size--md2-lg .label{height:24px}@media screen and (min-width: 940px){.fx-energy-efficiency.fx-size--md-md-lg .label,
  .fx-energy-efficiency.fx-size--md2-lg .label{height:24px}.fx-energy-efficiency.fx-size--md-md-lg.fx-energy-efficiency--large-xl .label,
  .fx-energy-efficiency.fx-size--md2-lg.fx-energy-efficiency--large-xl .label{height:32px}}.fx-energy-efficiency.fx-size--md-lg-lg .label,
.fx-energy-efficiency.fx-size--md-lg2 .label{height:24px}@media screen and (min-width: 600px){.fx-energy-efficiency.fx-size--md-lg-lg .label,
  .fx-energy-efficiency.fx-size--md-lg2 .label{height:24px}.fx-energy-efficiency.fx-size--md-lg-lg.fx-energy-efficiency--large-xl .label,
  .fx-energy-efficiency.fx-size--md-lg2.fx-energy-efficiency--large-xl .label{height:32px}}.fx-energy-efficiency.fx-size--md-sm-md .label{height:24px}@media screen and (min-width: 600px){.fx-energy-efficiency.fx-size--md-sm-md .label{height:16px}}@media screen and (min-width: 940px){.fx-energy-efficiency.fx-size--md-sm-md .label{height:24px}}.fx-energy-efficiency.fx-size--sm-md-lg .label{height:16px}@media screen and (min-width: 600px){.fx-energy-efficiency.fx-size--sm-md-lg .label{height:24px}}@media screen and (min-width: 940px){.fx-energy-efficiency.fx-size--sm-md-lg .label{height:24px}.fx-energy-efficiency.fx-size--sm-md-lg.fx-energy-efficiency--large-xl .label{height:32px}}.fx-energy-efficiency .label{height:16px}@media screen and (min-width: 600px){.fx-energy-efficiency .label{height:24px}}@media screen and (min-width: 940px){.fx-energy-efficiency .label{height:24px}.fx-energy-efficiency.fx-energy-efficiency--large-xl .label{height:32px}}.fx-energy-efficiency.fx-size--small .label,
.fx-energy-efficiency.fx-size--sm .label{height:16px}.fx-energy-efficiency.fx-size--medium .label,
.fx-energy-efficiency.fx-size--md .label{height:24px}.fx-energy-efficiency.fx-size--large .label,
.fx-energy-efficiency.fx-size--lg .label{height:24px}.fx-energy-efficiency.fx-size--large.fx-energy-efficiency--large-xl .label,
.fx-energy-efficiency.fx-size--lg.fx-energy-efficiency--large-xl .label{height:32px}.fx-energy-efficiency.fx-size--sm-sm-md .label,
.fx-energy-efficiency.fx-size--sm2-md .label{height:16px}@media screen and (min-width: 940px){.fx-energy-efficiency.fx-size--sm-sm-md .label,
  .fx-energy-efficiency.fx-size--sm2-md .label{height:24px}}.fx-energy-efficiency.fx-size--sm-sm-lg .label,
.fx-energy-efficiency.fx-size--sm2-lg .label{height:16px}@media screen and (min-width: 940px){.fx-energy-efficiency.fx-size--sm-sm-lg .label,
  .fx-energy-efficiency.fx-size--sm2-lg .label{height:24px}.fx-energy-efficiency.fx-size--sm-sm-lg.fx-energy-efficiency--large-xl .label,
  .fx-energy-efficiency.fx-size--sm2-lg.fx-energy-efficiency--large-xl .label{height:32px}}.fx-energy-efficiency.fx-size--sm-md-md .label,
.fx-energy-efficiency.fx-size--sm-md2 .label{height:16px}@media screen and (min-width: 600px){.fx-energy-efficiency.fx-size--sm-md-md .label,
  .fx-energy-efficiency.fx-size--sm-md2 .label{height:24px}}.fx-energy-efficiency.fx-size--sm-lg-lg .label,
.fx-energy-efficiency.fx-size--sm-lg2 .label{height:16px}@media screen and (min-width: 600px){.fx-energy-efficiency.fx-size--sm-lg-lg .label,
  .fx-energy-efficiency.fx-size--sm-lg2 .label{height:24px}.fx-energy-efficiency.fx-size--sm-lg-lg.fx-energy-efficiency--large-xl .label,
  .fx-energy-efficiency.fx-size--sm-lg2.fx-energy-efficiency--large-xl .label{height:32px}}.fx-energy-efficiency.fx-size--md-md-lg .label,
.fx-energy-efficiency.fx-size--md2-lg .label{height:24px}@media screen and (min-width: 940px){.fx-energy-efficiency.fx-size--md-md-lg .label,
  .fx-energy-efficiency.fx-size--md2-lg .label{height:24px}.fx-energy-efficiency.fx-size--md-md-lg.fx-energy-efficiency--large-xl .label,
  .fx-energy-efficiency.fx-size--md2-lg.fx-energy-efficiency--large-xl .label{height:32px}}.fx-energy-efficiency.fx-size--md-lg-lg .label,
.fx-energy-efficiency.fx-size--md-lg2 .label{height:24px}@media screen and (min-width: 600px){.fx-energy-efficiency.fx-size--md-lg-lg .label,
  .fx-energy-efficiency.fx-size--md-lg2 .label{height:24px}.fx-energy-efficiency.fx-size--md-lg-lg.fx-energy-efficiency--large-xl .label,
  .fx-energy-efficiency.fx-size--md-lg2.fx-energy-efficiency--large-xl .label{height:32px}}.fx-energy-efficiency.fx-size--md-sm-md .label{height:24px}@media screen and (min-width: 600px){.fx-energy-efficiency.fx-size--md-sm-md .label{height:16px}}@media screen and (min-width: 940px){.fx-energy-efficiency.fx-size--md-sm-md .label{height:24px}}.fx-energy-efficiency.fx-size--sm-md-lg .label{height:16px}@media screen and (min-width: 600px){.fx-energy-efficiency.fx-size--sm-md-lg .label{height:24px}}@media screen and (min-width: 940px){.fx-energy-efficiency.fx-size--sm-md-lg .label{height:24px}.fx-energy-efficiency.fx-size--sm-md-lg.fx-energy-efficiency--large-xl .label{height:32px}}.fx-description-list{display:flex;flex-direction:column}.fx-description-list__term{border-bottom:1px solid #b4b4b4}.fx-description-list__details{margin-bottom:16px}@media screen and (min-width: 600px){.fx-description-list{display:grid;grid-template-columns:33% auto;padding:0 16px;margin:8px 0}.fx-description-list__term{grid-column:1;padding:12px 16px 12px 4px;margin-right:16px}.fx-description-list__details{word-wrap:break-word;grid-column:2;margin:0 0 0 16px;border-bottom:1px solid #b4b4b4;padding:12px 16px 12px 4px}.fx-description-list__details:last-child{margin-bottom:0}}.key-feature-filter--large{display:none}.key-feature-filter .reset-button{margin-top:24px;display:flex;cursor:pointer}.key-feature-filter .reset-button:hover .reset-button__icon,
.key-feature-filter .reset-button:hover .reset-button__text{color:#7e00f3}.key-feature-filter .reset-button:active .reset-button__icon,
.key-feature-filter .reset-button:active .reset-button__text{color:#420080}.key-feature-filter .reset-button__icon{height:24px;width:24px;margin-right:11px}.key-feature-filter .key-feature-content{margin-top:8px}.key-feature-filter .content__checkbox{margin-left:0}.key-feature-filter .content__checkbox:first-child{margin-top:0}.key-feature-filter .content__checkbox .feature-label{margin-bottom:4px}.key-feature-filter .content__collapsible-trigger{margin-top:8px;margin-bottom:8px;margin-left:36px}.key-feature-filter .content__range-inputs{margin-left:0}.key-feature-filter .content__range-input{padding:4px;text-align:center}.key-feature-filter .content__range-quick-selects{margin-left:0;margin-bottom:20px}.key-feature-filter .content__range-slider{margin-left:0}.key-feature-filter .content__rating-stars{flex-wrap:wrap}.key-feature-filter .content__rating-stars-description{font-size:14px;line-height:22px;letter-spacing:-0.11px;font-weight:400;color:#1c1c1c}.key-feature-filter .small-range-content{display:flex}.key-feature-filter .small-range-content__divider{min-width:24px;width:15%;position:relative}.key-feature-filter .small-range-content__divider:after{box-sizing:border-box;content:'';border:1px solid;width:16px;position:absolute;top:50%;left:50%;transform:translate(-50%,8px)}.key-feature-filter .small-range-content__unit{min-width:24px;width:15%;display:flex;justify-content:center;align-items:center;margin-top:16px}@media screen and (min-width: 600px){.key-feature-filter .content__rating-stars-icon{height:16px;width:16px}.key-feature-filter .content__rating-stars-description{font-size:14px;line-height:22px;letter-spacing:-0.11px}}@media screen and (min-width: 940px){.key-feature-filter .content__rating-stars-icon{height:20px;width:20px}.key-feature-filter .content__collapsible-trigger{margin-left:36px}.key-feature-filter .content__rating-stars-description{font-size:16px;line-height:24px;letter-spacing:-0.26px}}.key-feature-filter .key-feature-accordion{margin:0}.key-feature-filter .key-feature-accordion:last-child{padding-bottom:32px}.key-feature-filter .key-feature-accordion__tab{border:none;margin:24px 0}.key-feature-filter .key-feature-accordion__tab:last-child{margin:24px 0 0 0}.key-feature-filter .key-feature-accordion__head{padding:0}.key-feature-filter .key-feature-accordion__head-icon{height:24px;width:24px}.key-feature-filter .key-feature-accordion__content{padding:0}@media screen and (min-width: 600px){.key-feature-filter .key-feature-accordion__head-text{margin-left:36px}}@media screen and (min-width: 940px){.key-feature-filter .key-feature-accordion__head-text{margin-left:36px}}.key-feature-filter .key-feature-divider{border-top:1px solid #e8e8e8}.key-feature-filter .major-key-feature{padding-bottom:40px}.key-feature-filter .major-key-feature:last-child{padding-bottom:24px}.key-feature-filter .key-feature-headline{font-weight:700;overflow-wrap:break-word;word-wrap:break-word;-webkit-hyphens:auto;hyphens:auto;font-size:16px}@media screen and (min-width: 940px){.key-feature-filter--large{display:block}}.fly-in-key-feature-filter{height:100vh;display:flex;flex-direction:column;color:#1c1c1c}.fly-in-key-feature-filter .fly-in-header{margin:20px 16px 0 16px;display:flex;justify-content:space-between}.fly-in-key-feature-filter .fly-in-header__headline{display:flex;align-items:center}.fly-in-key-feature-filter .fly-in-header__icon{height:24px;width:24px}.fly-in-key-feature-filter .fly-in-header__label{margin:0 0 0 8px}.fly-in-key-feature-filter .fly-in-header__close-trigger{cursor:pointer}.fly-in-key-feature-filter .fly-in-header__close-trigger:hover{color:#7e00f3}.fly-in-key-feature-filter .fly-in-header__close-trigger:active{color:#420080}.fly-in-key-feature-filter .fly-in-accordion{margin:20px 16px 0 16px;padding-bottom:20px;overflow-y:scroll;flex:1;-ms-overflow-style:none;scrollbar-width:none}.fly-in-key-feature-filter .fly-in-accordion::-webkit-scrollbar{display:none}.fly-in-key-feature-filter .fly-in-accordion__feature-content{margin-top:0;padding-bottom:16px}.fly-in-key-feature-filter .fly-in-bottom-bar{position:-webkit-sticky;position:sticky;bottom:0;background:#e8e8e8;padding-right:16px;display:flex;justify-content:space-between;align-items:center;height:73px}.filter-chips{flex-grow:1;display:flex;align-items:center;position:relative;overflow:hidden}.filter-chips--large{display:none}.filter-chips--small{border-top:1px solid #e8e8e8}.filter-chips__inner{display:flex;align-items:center;overflow:auto;-ms-overflow-style:none;scrollbar-width:none}.filter-chips__inner::-webkit-scrollbar{display:none}.filter-chips__reset-text{margin:0 32px 0 0;white-space:nowrap;padding:9px 0;cursor:pointer}.filter-chips__reset-text:hover{color:#7e00f3}.filter-chips__reset-text:active{color:#420080}.filter-chips__white-out{position:absolute;right:0;height:100%;width:25px;background-image:linear-gradient(to right,rgba(255,255,255,0),#fff)}.filter-chips .filter-chip{cursor:pointer;display:flex;align-items:center;margin-right:24px;min-width:-webkit-max-content;min-width:max-content}.filter-chips .filter-chip__label{margin:0;padding:9px 0;white-space:nowrap}.filter-chips .filter-chip__label:hover{color:#7e00f3}.filter-chips .filter-chip__label:active{color:#420080}.filter-chips .filter-chip__icon-container{padding:8px;line-height:0}.filter-chips .filter-chip__icon-container:hover .filter-chip__icon{color:#7e00f3}.filter-chips .filter-chip__icon-container:active .filter-chip__icon{color:#420080}.filter-chips .filter-chip__icon{width:24px;height:24px}@media screen and (min-width: 600px){.filter-chips--small{padding-top:8px;padding-bottom:8px}.filter-chips__white-out{width:60px;background-image:linear-gradient(to right,rgba(255,255,255,0),#fff,#fff)}}@media screen and (min-width: 940px){.filter-chips--large{display:block}.filter-chips--small{display:none}.filter-chips__inner{flex-wrap:wrap;justify-content:center}.filter-chips__reset-text{padding:8px 0}.filter-chips__white-out{bottom:50%;transform:translateY(10px)}.filter-chips .filter-chip__label{padding:8px 0}.filter-chips .filter-chip__icon{height:20px;width:20px}}.filter-sort-navigation{position:-webkit-sticky;position:sticky;top:0;z-index:10;padding:8px 0 4px 0;background-color:#fff}.filter-sort-navigation .product-filter-sort__navigation .navigation__features{display:flex;justify-content:center;column-gap:24px;margin-bottom:4px}@media screen and (min-width: 600px){.filter-sort-navigation .product-filter-sort__navigation .navigation__features{margin-bottom:8px}}.filter-sort-navigation .product-filter-sort__navigation .navigation__features .filter-sort-button{height:48px;padding:13px 10px 13px 16px;justify-content:space-between;align-items:center;align-self:stretch}.filter-sort-navigation .product-filter-sort__navigation .navigation__features .filter-sort-button--single{min-width:160px;display:none}@media screen and (min-width: 600px){.filter-sort-navigation .product-filter-sort__navigation .navigation__features .filter-sort-button--single{display:flex}}.filter-sort-navigation .product-filter-sort__navigation .navigation__features .filter-sort-button--grouped{display:flex;width:100%}@media screen and (min-width: 600px){.filter-sort-navigation .product-filter-sort__navigation .navigation__features .filter-sort-button--grouped{display:none}}.product-collection__headline{display:flex;justify-content:center;align-items:center;flex-direction:column}@media screen and (min-width: 600px){.product-collection__headline{display:flex;align-items:flex-end;flex-direction:row}}.product-collection__headline .count{padding-left:0}@media screen and (min-width: 600px){.product-collection__headline .count{padding-left:16px}}.sorting__content{padding:2px 0 16px 0}.sorting__content .sorting__option{padding:4px 0}.sorting__content .sorting__option:first-child{padding-top:0}.fx-content-dailydeals .fx-product-box__inner-wrapper{border-width:2px;border-color:#ff1776}.fx-content-dailydeals .fx-product-box__inner-wrapper .fx-product-box__image-wrapper{background:#ff1776}.fx-content-dailydeals .fx-product-box__inner-wrapper .fx-product-box__image-wrapper .fx-product-box__image-inner-wrapper{border-bottom-left-radius:0px;border-bottom-right-radius:0px}.fx-content-dailydeals .fx-product-box__inner-wrapper .fx-product-box__image-wrapper .fx-product-box__image{border-radius:0}.fx-content-dailydeals .daily-deals-card{border-radius:36px}.fx-content-dailydeals .daily-deals-card--scribbled{display:flex;align-items:center;flex-wrap:nowrap;overflow:hidden}.fx-content-dailydeals .daily-deals-card.daily-deals-tags--disabled{background-color:#e8e8e8;color:#000}.fx-content-dailydeals--disabled{cursor:default}.fx-content-dailydeals--disabled .fx-product-box__inner-wrapper{border-color:#e8e8e8}.fx-content-dailydeals--disabled .fx-product-box__inner-wrapper .fx-product-box__image-wrapper{background:#e8e8e8}.fx-content-dailydeals--disabled .fx-product-box__inner-wrapper .fx-product-box__image-wrapper .fx-product-box__image{border-radius:0;transform:none}.fx-content-dailydeals--disabled .fx-product-box__inner-wrapper .fx-product-box__image-wrapper .faded{position:relative;display:inline-block;color:white}.fx-content-dailydeals--disabled .fx-product-box__inner-wrapper .fx-product-box__image-wrapper .faded:after{content:'';position:absolute;display:block;top:0;left:0;width:100%;height:100%;border-collapse:separate}.fx-content-dailydeals--disabled .fx-product-box__inner-wrapper .fx-product-box__image-wrapper .faded.faded-all:after{box-shadow:inset 0 0 8px 8px}.fx-content-browse-wallpapers{margin-top:8px;margin-bottom:88px}@media screen and (min-width: 600px){.fx-content-browse-wallpapers{margin-top:16px}}@media screen and (min-width: 940px){.fx-content-browse-wallpapers{margin-top:32px}}@media screen and (min-width: 600px){.fx-content-browse-wallpapers{margin-bottom:88px}}@media screen and (min-width: 940px){.fx-content-browse-wallpapers{margin-bottom:88px}}.fx-content-browse-wallpapers .helpdesk-contact-wrapper{margin-top:40px}@media screen and (min-width: 600px){.fx-content-browse-wallpapers .helpdesk-contact-wrapper{margin-top:40px}}@media screen and (min-width: 940px){.fx-content-browse-wallpapers .helpdesk-contact-wrapper{margin-top:72px}}.browse-wallpapers__header{margin-bottom:48px}.browse-wallpapers__filters{display:flex;flex-direction:column;margin-bottom:16px}.browse-wallpapers__filter-selection{width:100%}.browse-wallpapers__list-item{margin-bottom:16px}.browse-wallpapers__list-more{text-align:center;margin-top:0}.browse-wallpapers__img{border-radius:6px;cursor:pointer}@media screen and (min-width: 600px){.browse-wallpapers__filters{display:flex;flex-direction:row;margin-bottom:16px}.browse-wallpapers__filter-selection{width:auto}.browse-wallpapers__filter{margin-right:16px}}@media screen and (min-width: 940px){.browse-wallpapers__header{margin-bottom:64px}.browse-wallpapers__filters{display:flex;flex-direction:row;margin-bottom:24px}.browse-wallpapers__filter{margin-right:24px}.browse-wallpapers__list-item{margin-bottom:24px}.browse-wallpapers__list-more{margin-top:16px}}.business-hours{margin-bottom:0}.business-hours__intro{margin-top:16px}.business-hours__route{margin-bottom:16px}@media screen and (min-width: 600px){.business-hours__intro{margin-top:32px}.business-hours__route{margin-bottom:32px}}.business-hour-accordion-header{display:flex;padding-right:75px}.business-hour-accordion-header:hover .business-hour-accordion-header__title{color:#6009b0}.business-hour-accordion-header__title{align-self:center;width:100%;margin:0;color:inherit}.business-hour-accordion-header__label{position:absolute;top:-12px;right:0;width:64px;height:64px}.business-hour-accordion-header__intro{margin-top:16px}.business-hour-accordion-header__route{text-align:center;margin-bottom:16px}@media screen and (min-width: 600px){.business-hour-accordion-header__label{width:68px;height:68px}.business-hour-accordion-header__intro{margin-top:16px}.business-hour-accordion-header__route{margin-bottom:32px}}@media screen and (min-width: 940px){.business-hour-accordion-header__label{top:-13px;width:74px;height:74px}}.business-hours-days{display:table;min-width:200px;max-width:250px;width:calc(100% - 25px);margin-bottom:32px}.business-hours-day{position:relative;display:table-row;margin-bottom:0}.business-hours-day--holiday{color:#b4b4b4}.business-hours-day__name{display:table-cell;vertical-align:middle;width:50%}.business-hours-day__time{display:table-cell;vertical-align:middle;text-align:right;white-space:nowrap;padding-left:10px}.business-hours-day__warning-wrapper{display:table-cell;vertical-align:middle;line-height:0}.business-hours-day__warning{margin-left:10px;color:#e0af0b;width:16px;height:16px}@media screen and (min-width: 600px){.business-hours-day__warning{width:18px;height:18px}}@media screen and (min-width: 940px){.business-hours-day__warning{width:20px;height:20px}}.business-hours-holidays{margin-bottom:32px}.customer-callback__input-wrapper .error-message{color:#e64155}.customer-callback .selected-timeslot__time{display:inline-block}.customer-callback__selected-timeslot{margin-top:16px}.customer-callback__selected-timeslot--disabled{text-align:left}.customer-callback__selected-timeslot-info{font-size:12px;line-height:18px;letter-spacing:-0.1px;text-align:center;color:#686868}.customer-callback__infobox{margin-bottom:32px}.customer-callback__cta-btn{width:100%}.customer-callback__cta-btn:last-child{margin-top:8px}.customer-callback .timeslot-picker__pager{padding:10px 5px;display:flex;justify-content:space-between;align-items:center;margin-top:8px}.customer-callback .timeslot-picker__pager-date{margin:0}.customer-callback .timeslot-picker__pager-chevron{cursor:pointer}.customer-callback .timeslot-picker__pager-chevron--disabled{visibility:hidden}.customer-callback .timeslot-picker__pager-chevron:hover .chevron-icon{color:#6009b0}.customer-callback .timeslot-picker__list{list-style:none;columns:83px 3;column-gap:4px;padding:0;text-align:center}.customer-callback .timeslot-picker__list-item{padding-bottom:4px;page-break-inside:avoid;break-inside:avoid;overflow:hidden}.customer-callback .timeslot-picker__timeslot{padding:10px 2px;cursor:pointer;border:1px solid #b4b4b4;border-radius:4px}.customer-callback .timeslot-picker__timeslot--selected{background:#7e00f3;border-color:#7e00f3;color:#fff}.customer-callback .timeslot-picker__timeslot:hover{background:#6009b0;border-color:#6009b0;color:#fff}.customer-callback .timeslot-picker__empty{margin-bottom:16px}@media screen and (min-width: 600px){.customer-callback__selected-timeslot{margin-top:8px}.customer-callback__cta-btn{width:auto;margin-right:8px}.customer-callback__cta-btn:last-child{margin-top:0}}@media screen and (min-width: 940px){.customer-callback__selected-timeslot{margin-top:16px}.customer-callback__input-wrapper .customer-callback-input{margin-top:20px}}.fx-content-section{padding-top:24px;padding-bottom:32px}.fx-content-section--first{padding-top:8px}.fx-content-section--last{margin-bottom:64px;padding-bottom:0}@media screen and (min-width: 600px){.fx-content-section{padding-top:32px;padding-bottom:40px}.fx-content-section--first{padding-top:8px}.fx-content-section--last{margin-bottom:80px;padding-bottom:0}}@media screen and (min-width: 940px){.fx-content-section{padding-top:40px;padding-bottom:40px}.fx-content-section--first{padding-top:16px}.fx-content-section--last{margin-bottom:96px;padding-bottom:0}}.fx-content-margin{margin-top:40px;margin-bottom:40px}@media screen and (min-width: 600px){.fx-content-margin{margin-top:56px}}@media screen and (min-width: 940px){.fx-content-margin{margin-top:72px}}@media screen and (min-width: 600px){.fx-content-margin{margin-bottom:56px}}@media screen and (min-width: 940px){.fx-content-margin{margin-bottom:72px}}.fx-content-margin--top{margin-top:40px}@media screen and (min-width: 600px){.fx-content-margin--top{margin-top:56px}}@media screen and (min-width: 940px){.fx-content-margin--top{margin-top:72px}}.fx-content-margin--bottom{margin-bottom:40px}@media screen and (min-width: 600px){.fx-content-margin--bottom{margin-bottom:56px}}@media screen and (min-width: 940px){.fx-content-margin--bottom{margin-bottom:72px}}.rich-content__headline.rich-content__headline--1{font-size:38px;line-height:44px;letter-spacing:-2.13px}@media screen and (min-width: 600px){.rich-content__headline.rich-content__headline--1{font-size:56px;line-height:60px;letter-spacing:-3.2px}}@media screen and (min-width: 760px){.rich-content__headline.rich-content__headline--1{font-size:64px;line-height:68px;letter-spacing:-3.2px}}@media screen and (min-width: 940px){.rich-content__headline.rich-content__headline--1{font-size:112px;line-height:112px;letter-spacing:-6.8px}}.rich-content h1{font-size:28px;line-height:34px;letter-spacing:-0.75px;font-weight:700}@media screen and (min-width: 600px){.rich-content h1{font-size:38px;line-height:46px;letter-spacing:-1.54px;font-weight:700}}@media screen and (min-width: 940px){.rich-content h1{font-size:52px;line-height:66px;letter-spacing:-2.07px;font-weight:700}}.rich-content h2{font-size:22px;line-height:30px;letter-spacing:-0.6px;font-weight:700}@media screen and (min-width: 600px){.rich-content h2{font-size:28px;line-height:34px;letter-spacing:-1px;font-weight:700}}@media screen and (min-width: 940px){.rich-content h2{font-size:36px;line-height:46px;letter-spacing:-1.6px;font-weight:700}}.rich-content h3{font-size:18px;line-height:26px;letter-spacing:-0.5px;font-weight:700}@media screen and (min-width: 600px){.rich-content h3{font-size:22px;line-height:30px;letter-spacing:-0.5px;font-weight:700}}@media screen and (min-width: 940px){.rich-content h3{font-size:28px;line-height:38px;letter-spacing:-1px;font-weight:700}}.rich-content h4{font-size:16px;line-height:24px;letter-spacing:-0.26px;font-weight:700}@media screen and (min-width: 600px){.rich-content h4{font-size:16px;line-height:24px;letter-spacing:-0.13px;font-weight:700}}@media screen and (min-width: 940px){.rich-content h4{font-size:22px;line-height:30px;letter-spacing:-0.38px;font-weight:700}}.rich-content .component.component--landingpage{padding-bottom:32px}@media screen and (min-width: 600px){.rich-content .component.component--landingpage{padding-bottom:40px}}@media screen and (min-width: 940px){.rich-content .component.component--landingpage{padding-bottom:48px}}.rich-content .component.component--image .image{position:relative;z-index:5}.rich-content .component.component--image .image__caption{position:relative;padding:4px 0 0;z-index:5}.rich-content .component.component--image .image.image--primary::after,
.rich-content .component.component--image .image.image--secondary::after{content:' ';display:block;position:absolute;width:100%;height:40%;z-index:3}.rich-content .component.component--image .image.image--primary.image--bottom-left .image__caption,
.rich-content .component.component--image .image.image--secondary.image--bottom-left .image__caption,
.rich-content .component.component--image .image.image--primary.image--bottom-right .image__caption,
.rich-content .component.component--image .image.image--secondary.image--bottom-right .image__caption{padding-top:7px}.rich-content .component.component--image .image.image--primary.image--bottom-left .image__caption,
.rich-content .component.component--image .image.image--primary.image--bottom-right .image__caption{color:#fff}.rich-content .component.component--image .image.image--secondary.image--bottom-left .image__caption,
.rich-content .component.component--image .image.image--secondary.image--bottom-right .image__caption{color:#000}.rich-content .component.component--image .image.image--top-left,
.rich-content .component.component--image .image.image--top-right{margin-top:8px}.rich-content .component.component--image .image.image--top-left::after{top:-8px;left:-8px}.rich-content .component.component--image .image.image--top-right::after{right:-8px;top:-8px}.rich-content .component.component--image .image.image--bottom-left,
.rich-content .component.component--image .image.image--bottom-right{margin-bottom:8px}.rich-content .component.component--image .image.image--bottom-left::after{left:-8px;bottom:-8px}.rich-content .component.component--image .image.image--bottom-right::after{right:-8px;bottom:-8px}.rich-content .component.component--image .image.image--primary::after{background-color:#7e00f3}.rich-content .component.component--image .image.image--secondary::after{background-color:#00ddf6}@media screen and (min-width: 940px){.rich-content .component.component--image .image__caption{padding:8px 0 0;font-size:13px}.rich-content .component.component--image .image.image--top-left,
  .rich-content .component.component--image .image.image--top-right{margin-top:12px}.rich-content .component.component--image .image.image--top-left::after{top:-12px;left:-12px}.rich-content .component.component--image .image.image--top-right::after{right:-12px;top:-12px}.rich-content .component.component--image .image.image--bottom-left,
  .rich-content .component.component--image .image.image--bottom-right{margin-bottom:12px}.rich-content .component.component--image .image.image--bottom-left::after{left:-12px;bottom:-12px}.rich-content .component.component--image .image.image--bottom-right::after{right:-12px;bottom:-12px}}.rich-content .component.component--imagebleedingedge .component__text{order:1;margin-bottom:16px}.rich-content .component.component--imagebleedingedge .component__image{order:2}@media screen and (min-width: 760px){.rich-content .component.component--imagebleedingedge .component__image{order:1}.rich-content .component.component--imagebleedingedge .component__text,
  .rich-content .component.component--imagebleedingedge .component__text.rich-content__col{order:2;margin-bottom:0;display:flex;align-items:center}.rich-content .component.component--imagebleedingedge.component--inverse .component__text{order:1}.rich-content .component.component--imagebleedingedge.component--inverse .component__image{order:2}}.rich-content .component.component--youtubevideo{text-align:center;font-size:0;margin-left:0;margin-right:0;position:relative;padding:0 0 56.25%;max-height:480px}.rich-content .component.component--youtubevideo .video{display:none}.rich-content .component.component--youtubevideo > .video,
.rich-content .component.component--youtubevideo > .video-cover{position:absolute;top:0;left:0;width:100%;height:100%}.rich-content .component .infobox{display:flex;flex-wrap:wrap;width:100%;max-width:100%;overflow:hidden;background:#f3f3f3;border-radius:6px}.rich-content .component .infobox__indicator{height:24px}.rich-content .component .infobox__content,
.rich-content .component .infobox__image-wrapper{display:inline-block;height:calc(100% - 240px);width:100%;vertical-align:top}.rich-content .component .infobox__content{order:1;padding:20px 18px 24px}.rich-content .component .infobox__image-wrapper{overflow:hidden;height:240px;order:2}.rich-content .component .infobox__image{height:100%;width:100%;object-fit:cover;object-position:center}@media screen and (min-width: 760px){.rich-content .component .infobox{height:auto}.rich-content .component .infobox__indicator{display:none;height:0}.rich-content .component .infobox__content,
  .rich-content .component .infobox__image-wrapper{width:50%;height:auto}.rich-content .component .infobox__content{padding:24px 28px 28px 32px}}@media screen and (min-width: 940px){.rich-content .component .infobox__content{padding:46px 68px 46px 56px}}.rich-content .component.component--carouselmedia{position:relative}.rich-content .component.component--carouselmedia .carousel__indicators{position:absolute;transform:translateX(-50%);left:50%;bottom:calc(240px + 20px)}.rich-content .component.component--carouselmedia .carousel__indicators > *{background:#b4b4b4}.rich-content .component.component--carouselmedia .carousel__indicators > *.active{background:#1c1c1c}.rich-content .component.component--carouselmedia:hover .holder .control-direction__button:not([disabled]){opacity:1}.rich-content .component.component--carouselmedia .holder .control-direction .arrow{background:transparent}.rich-content .component.component--carouselmedia .holder .control-direction__button{display:none;position:absolute;top:50%;box-shadow:0 0 0 4px #fff;transform:translateY(-50%);opacity:0;transition:opacity 0.2ms ease-in-out}.rich-content .component.component--carouselmedia .holder .control-direction__button.control-direction--previous{left:-24px}.rich-content .component.component--carouselmedia .holder .control-direction__button.control-direction--next{right:-24px}.rich-content .component.component--carouselmedia .holder .view{height:inherit}@media screen and (min-width: 760px){.rich-content .component.component--carouselmedia .holder .control-direction__button{display:inline-block}.rich-content .component.component--carouselmedia .carousel__indicators{display:none}}.rich-content .component.component--carouselteaser{position:relative;overflow:hidden}.rich-content .component.component--carouselteaser .holder{overflow:visible}.rich-content .component.component--carouselteaser .holder .track-holder .view{width:auto}.rich-content .component.component--carouselteaser .holder .teaser__item-wrapper{padding-left:4px;padding-right:4px}.rich-content .component.component--carouselteaser .holder .teaser__image{width:100%;height:100%;object-fit:cover}.rich-content .component.component--carouselteaser .holder .blurred-image{width:100%;max-height:400px;display:flex;position:relative;overflow:hidden}.rich-content .component.component--carouselteaser .holder .blurred-image__background{object-fit:cover;filter:blur(10px);width:100%;z-index:1;transform:scale(1.1)}.rich-content .component.component--carouselteaser .holder .blurred-image__overlay{display:block;position:absolute;width:100%;height:100%;z-index:2;background:rgba(0,0,0,0.2)}.rich-content .component.component--carouselteaser .holder .blurred-image__original{object-fit:contain;width:100%;height:100%;position:absolute;top:0;z-index:3;left:0;box-shadow:0 20px 40px #000}@media screen and (min-width: 600px){.rich-content .component.component--carouselteaser .holder .teaser__item-wrapper{padding-left:8px;padding-right:8px}}@media screen and (min-width: 940px){.rich-content .component.component--carouselteaser .holder{width:100%;margin-left:0}.rich-content .component.component--carouselteaser .holder .teaser__item-wrapper{padding-left:0;padding-right:0}}.rich-content .component.component--carouselteaser .control:hover .holder .control-direction__button:not([disabled]){opacity:1}.rich-content .component.component--carouselteaser .control .holder .track-holder{margin-bottom:12px}.rich-content .component.component--carouselteaser .control .holder .control-direction__button{display:none;position:absolute;top:50%;box-shadow:0 0 0 4px #fff;transform:translateY(-50%);opacity:0;transition:opacity 0.2ms ease-in-out}.rich-content .component.component--carouselteaser .control .holder .control-direction__button.control-direction--previous{left:-24px}.rich-content .component.component--carouselteaser .control .holder .control-direction__button.control-direction--next{right:-24px}.rich-content .component.component--carouselteaser .control .holder .arrow{transition:none;will-change:none;background:none}.rich-content .component.component--carouselteaser .teaser__text{font-size:14px;line-height:22px;letter-spacing:-0.11px;font-weight:400;margin:0 0 25px}.rich-content .component.component--carouselteaser .teaser__text.teaser__text{margin-top:16px}@media screen and (min-width: 600px){.rich-content .component.component--carouselteaser .teaser__text{font-size:14px;line-height:22px;letter-spacing:-0.11px;font-weight:400}}@media screen and (min-width: 940px){.rich-content .component.component--carouselteaser .teaser__text{font-size:16px;line-height:24px;letter-spacing:-0.26px;font-weight:400}}.rich-content .component.component--carouselteaser .teaser__text.fx-text--without-margin{margin-bottom:0}.rich-content .component.component--carouselteaser .teaser__text.fx-text--size-small{font-size:14px;line-height:22px;letter-spacing:-0.11px;font-weight:400}.rich-content .component.component--carouselteaser .teaser__text.fx-text--size-medium{font-size:14px;line-height:22px;letter-spacing:-0.11px;font-weight:400}.rich-content .component.component--carouselteaser .teaser__text.fx-text--size-large{font-size:16px;line-height:24px;letter-spacing:-0.26px;font-weight:400}@media screen and (min-width: 600px){.rich-content .component.component--carouselteaser .teaser__text{margin:0 0 23px}}@media screen and (min-width: 940px){.rich-content .component.component--carouselteaser .teaser__text{margin:0 0 26px}}.rich-content .component.component--carouselteaser .teaser__text.fx-spacing-size--large{margin:0 0 38px}@media screen and (min-width: 600px){.rich-content .component.component--carouselteaser .teaser__text.fx-spacing-size--large{margin:0 0 49px}}@media screen and (min-width: 940px){.rich-content .component.component--carouselteaser .teaser__text.fx-spacing-size--large{margin:0 0 58px}}@media screen and (min-width: 600px){.rich-content .component.component--carouselteaser .teaser__text.fx-text--plus,
  .rich-content .component.component--carouselteaser .teaser__text.fx-text--bold-plus{font-size:16px;line-height:22px;letter-spacing:-0.13px}}@media screen and (min-width: 940px){.rich-content .component.component--carouselteaser .teaser__text.fx-text--plus,
  .rich-content .component.component--carouselteaser .teaser__text.fx-text--bold-plus{font-size:18px;line-height:28px;letter-spacing:-0.29px}}.rich-content .component.component--carouselteaser .teaser__text.fx-text--bold-plus{font-weight:700}.rich-content .component.component--carouselteaser .teaser__text.fx-text--uppercase{text-transform:uppercase}.rich-content .component.component--carouselteaser .teaser__text.fx-text--light{font-weight:300}.rich-content .component.component--carouselteaser .teaser__text.fx-text--regular{font-weight:400}.rich-content .component.component--carouselteaser .teaser__text.fx-text--semi-bold{font-weight:600}.rich-content .component.component--carouselteaser .teaser__text.fx-text--bold{font-weight:700}.rich-content .component.component--carouselteaser .teaser__text.fx-text--italic{font-style:italic}.rich-content .component.component--carouselteaser .teaser__text.fx-text--no-margin{margin:0}.rich-content .component.component--carouselteaser .teaser__text p{margin:0}.rich-content .component.component--carouselteaser .teaser__indicators{padding:0 16px;bottom:10px;left:50%}.rich-content .component.component--carouselteaser .teaser__item{background-color:#e8e8e8;max-height:400px;display:flex;justify-content:center;border-radius:6px;overflow:hidden}@media screen and (min-width: 600px){.rich-content .component.component--carouselteaser .teaser__text p{font-size:16px;line-height:22px;letter-spacing:-0.13px}}@media screen and (min-width: 940px){.rich-content .component.component--carouselteaser{overflow:visible}.rich-content .component.component--carouselteaser .control .holder .track-holder{border-radius:6px;overflow:hidden}.rich-content .component.component--carouselteaser .control .holder .control-direction__button{display:inline-block}.rich-content .component.component--carouselteaser .teaser__text.teaser__text{margin-top:24px}.rich-content .component.component--carouselteaser .teaser__text p{font-size:16px;line-height:25px;letter-spacing:-0.29px}.rich-content .component.component--carouselteaser .teaser__item{border-radius:0}}.rich-content .component .hero.component--herobanner .banner{position:relative}.rich-content .component .hero.component--herointroduction .hero__image{width:90%;margin-left:auto;margin-right:auto}.rich-content .component.component--textblock .component__paragraph p{font-size:14px;line-height:22px;letter-spacing:-0.11px;font-weight:400;margin:0 0 25px}@media screen and (min-width: 600px){.rich-content .component.component--textblock .component__paragraph p{font-size:14px;line-height:22px;letter-spacing:-0.11px;font-weight:400}}@media screen and (min-width: 940px){.rich-content .component.component--textblock .component__paragraph p{font-size:16px;line-height:24px;letter-spacing:-0.26px;font-weight:400}}.rich-content .component.component--textblock .component__paragraph p.fx-text--without-margin{margin-bottom:0}.rich-content .component.component--textblock .component__paragraph p.fx-text--size-small{font-size:14px;line-height:22px;letter-spacing:-0.11px;font-weight:400}.rich-content .component.component--textblock .component__paragraph p.fx-text--size-medium{font-size:14px;line-height:22px;letter-spacing:-0.11px;font-weight:400}.rich-content .component.component--textblock .component__paragraph p.fx-text--size-large{font-size:16px;line-height:24px;letter-spacing:-0.26px;font-weight:400}@media screen and (min-width: 600px){.rich-content .component.component--textblock .component__paragraph p{margin:0 0 23px}}@media screen and (min-width: 940px){.rich-content .component.component--textblock .component__paragraph p{margin:0 0 26px}}.rich-content .component.component--textblock .component__paragraph p.fx-spacing-size--large{margin:0 0 38px}@media screen and (min-width: 600px){.rich-content .component.component--textblock .component__paragraph p.fx-spacing-size--large{margin:0 0 49px}}@media screen and (min-width: 940px){.rich-content .component.component--textblock .component__paragraph p.fx-spacing-size--large{margin:0 0 58px}}@media screen and (min-width: 600px){.rich-content .component.component--textblock .component__paragraph p.fx-text--plus,
  .rich-content .component.component--textblock .component__paragraph p.fx-text--bold-plus{font-size:16px;line-height:22px;letter-spacing:-0.13px}}@media screen and (min-width: 940px){.rich-content .component.component--textblock .component__paragraph p.fx-text--plus,
  .rich-content .component.component--textblock .component__paragraph p.fx-text--bold-plus{font-size:18px;line-height:28px;letter-spacing:-0.29px}}.rich-content .component.component--textblock .component__paragraph p.fx-text--bold-plus{font-weight:700}.rich-content .component.component--textblock .component__paragraph p.fx-text--uppercase{text-transform:uppercase}.rich-content .component.component--textblock .component__paragraph p.fx-text--light{font-weight:300}.rich-content .component.component--textblock .component__paragraph p.fx-text--regular{font-weight:400}.rich-content .component.component--textblock .component__paragraph p.fx-text--semi-bold{font-weight:600}.rich-content .component.component--textblock .component__paragraph p.fx-text--bold{font-weight:700}.rich-content .component.component--textblock .component__paragraph p.fx-text--italic{font-style:italic}.rich-content .component.component--textblock .component__paragraph p.fx-text--no-margin{margin:0}.rich-content .component.component--textblock .component__paragraph.component__paragraph--bold p{font-weight:700}.rich-content .component.component--textblock .component__paragraph ul{margin:0;padding:0;list-style:none;margin-bottom:25px}.rich-content .component.component--textblock .component__paragraph ul .fx-list__item{margin:0;padding:0;list-style:none;font-size:14px;line-height:22px;letter-spacing:-0.11px;font-weight:400}@media screen and (min-width: 600px){.rich-content .component.component--textblock .component__paragraph ul .fx-list__item{margin-bottom:1px;font-size:13px;line-height:20px;letter-spacing:-0.07px}}@media screen and (min-width: 940px){.rich-content .component.component--textblock .component__paragraph ul .fx-list__item{margin-bottom:2px;font-size:16px;line-height:24px;letter-spacing:-0.08px}}.rich-content .component.component--textblock .component__paragraph ul .fx-list__item.fx-list__item--circle{background:url(/static/icons/svg/fx/list-item.svg?m=567bfc7) no-repeat;background-size:12px 12px;background-position:2px 5px;padding-left:16px}@media screen and (min-width: 600px){.rich-content .component.component--textblock .component__paragraph ul .fx-list__item.fx-list__item--circle{background-size:16px 16px;background-position:4px 3px;padding-left:24px}}@media screen and (min-width: 940px){.rich-content .component.component--textblock .component__paragraph ul .fx-list__item.fx-list__item--circle{background-size:20px 20px;background-position:0 3px;padding-left:32px}}.rich-content .component.component--textblock .component__paragraph ul.fx-list--with-margin-bottom .fx-list__item{margin-bottom:16px}.rich-content .component.component--textblock .component__paragraph ul .fx-list__item--multiline .fx-list__item-head{position:relative;padding-left:16px}.rich-content .component.component--textblock .component__paragraph ul .fx-list__item--multiline .fx-list__item-head--circle::before{content:url(/static/icons/svg/fx/list-item.svg?m=567bfc7);position:absolute;left:0;top:50%;transform:translateY(-50%);height:12px;width:12px}.rich-content .component.component--textblock .component__paragraph ul .fx-list__item--multiline .fx-list__item-content{padding-left:16px}@media screen and (min-width: 600px){.rich-content .component.component--textblock .component__paragraph ul .fx-list__item--multiline .fx-list__item-head{padding-left:24px}.rich-content .component.component--textblock .component__paragraph ul .fx-list__item--multiline .fx-list__item-head--circle::before{height:16px;width:16px}.rich-content .component.component--textblock .component__paragraph ul .fx-list__item--multiline .fx-list__item-content{padding-left:24px}}@media screen and (min-width: 940px){.rich-content .component.component--textblock .component__paragraph ul .fx-list__item--multiline .fx-list__item-head{padding-left:32px}.rich-content .component.component--textblock .component__paragraph ul .fx-list__item--multiline .fx-list__item-head--circle::before{height:20px;width:20px}.rich-content .component.component--textblock .component__paragraph ul .fx-list__item--multiline .fx-list__item-content{padding-left:32px}}.rich-content .component.component--textblock .component__paragraph ul li{margin:0;padding:0;list-style:none;font-size:14px;line-height:22px;letter-spacing:-0.11px;font-weight:400;background:url(/static/icons/svg/fx/list-item.svg?m=567bfc7) no-repeat;background-size:12px 12px;background-position:2px 5px;padding-left:16px;margin-bottom:8px}@media screen and (min-width: 600px){.rich-content .component.component--textblock .component__paragraph ul li{margin-bottom:1px;font-size:13px;line-height:20px;letter-spacing:-0.07px}}@media screen and (min-width: 940px){.rich-content .component.component--textblock .component__paragraph ul li{margin-bottom:2px;font-size:16px;line-height:24px;letter-spacing:-0.08px}}@media screen and (min-width: 600px){.rich-content .component.component--textblock .component__paragraph ul li{background-size:16px 16px;background-position:4px 3px;padding-left:24px}}@media screen and (min-width: 940px){.rich-content .component.component--textblock .component__paragraph ul li{background-size:20px 20px;background-position:0 3px;padding-left:32px}}.rich-content .component.component--textblock .component__paragraph h2{margin-top:32px;margin-bottom:4px}.rich-content .component.component--textblock .component__paragraph h3{margin-top:24px;margin-bottom:4px}.rich-content .component.component--textblock .component__paragraph h4{margin-top:16px;margin-bottom:2px}.rich-content .component.component--textblock .component__paragraph h5,
.rich-content .component.component--textblock .component__paragraph h6{color:red}.rich-content .component.component--textblock .component__paragraph a{color:#1c1c1c;font-size:14px;line-height:22px;letter-spacing:-0.11px;transition:offset-outline 150ms ease;-webkit-text-decoration:underline;text-decoration:underline}.rich-content .component.component--textblock .component__paragraph a--active,
.rich-content .component.component--textblock .component__paragraph a:hover{color:#7e00f3}.rich-content .component.component--textblock .component__paragraph a--primary,
.rich-content .component.component--textblock .component__paragraph a[class$='--active']{color:#7e00f3}.rich-content .component.component--textblock .component__paragraph a--primary:hover,
.rich-content .component.component--textblock .component__paragraph a[class$='--active']:hover{color:#6009b0}.rich-content .component.component--textblock .component__paragraph a:active,
.rich-content .component.component--textblock .component__paragraph a:focus{color:#420080}.rich-content .component.component--textblock .component__paragraph a:focus-visible{outline:2px solid #7e00f3;outline-offset:4px}.rich-content .component.component--textblock .component__paragraph a.fx-link--with-icon:hover .fx-icon{color:#7e00f3}.rich-content .component.component--textblock .component__paragraph a.fx-link--with-icon--primary .fx-icon,
.rich-content .component.component--textblock .component__paragraph a.fx-link--with-icon[class$='--active'] .fx-icon{color:#7e00f3}.rich-content .component.component--textblock .component__paragraph a.fx-link--with-icon--primary:hover .fx-icon,
.rich-content .component.component--textblock .component__paragraph a.fx-link--with-icon[class$='--active']:hover .fx-icon{color:#6009b0}.rich-content .component.component--textblock .component__paragraph a.fx-link--with-icon:active .fx-icon,
.rich-content .component.component--textblock .component__paragraph a.fx-link--with-icon:focus .fx-icon{color:#420080}.rich-content .component.component--textblock .component__paragraph a.fx-link--underline{-webkit-text-decoration:underline;text-decoration:underline}@media screen and (min-width: 600px){.rich-content .component.component--textblock .component__paragraph a{font-size:14px;line-height:22px;letter-spacing:-0.11px}}@media screen and (min-width: 940px){.rich-content .component.component--textblock .component__paragraph a{font-size:16px;line-height:24px;letter-spacing:-0.26px}}.rich-content .component.component--textblock .component__paragraph > *:last-child{margin-bottom:0}@media screen and (min-width: 600px){.rich-content .component.component--textblock .component__paragraph p{font-size:16px;line-height:22px;letter-spacing:-0.13px}.rich-content .component.component--textblock .component__paragraph ul{margin-bottom:23px}.rich-content .component.component--textblock .component__paragraph ul li{margin-bottom:8px}.rich-content .component.component--textblock .component__paragraph h2{margin-top:40px;margin-bottom:8px}.rich-content .component.component--textblock .component__paragraph h3{margin-top:32px;margin-bottom:8px}.rich-content .component.component--textblock .component__paragraph h4{margin-top:24px;margin-bottom:4px}}@media screen and (min-width: 940px){.rich-content .component.component--textblock .component__paragraph p{font-size:16px;line-height:25px;letter-spacing:-0.29px}.rich-content .component.component--textblock .component__paragraph ul{margin-bottom:26px}.rich-content .component.component--textblock .component__paragraph ul li{margin-bottom:8px}.rich-content .component.component--textblock .component__paragraph h2{margin-top:48px;margin-bottom:16px}.rich-content .component.component--textblock .component__paragraph h3{margin-top:40px;margin-bottom:16px}.rich-content .component.component--textblock .component__paragraph h4{margin-top:32px;margin-bottom:8px}}.rich-content .component.component--articlemasonry{margin-bottom:64px}@media screen and (min-width: 600px){.rich-content .component.component--articlemasonry{margin-bottom:80px}}@media screen and (min-width: 940px){.rich-content .component.component--articlemasonry{margin-bottom:96px}}.custom-case-info{line-height:20px}.custom-case-info *{line-height:20px;font-size:12px}.custom-case-info .article-detail:after{content:' | '}.custom-case-info .article-detail:last-child:after{content:''}.fx-retail-media__product-list.banner{position:relative;display:flex;cursor:pointer;overflow:clip;border-radius:6px;border:1px solid #000;color:#000;background-color:#f3f3f3;max-height:268px}.fx-retail-media__product-list.banner .banner__image-wrapper{display:flex;justify-content:center;align-items:flex-start;flex:0 1 33.333%;max-width:33.333%;max-height:268px;margin:16px}.fx-retail-media__product-list.banner .banner__image{max-height:100%;max-width:100%;object-fit:cover;aspect-ratio:auto}.fx-retail-media__product-list.banner .banner__content{padding:12px 8px 16px 4px;flex:1 0 auto;max-width:66.666%}.fx-retail-media__product-list.banner .banner__logo{max-width:64px;max-height:32px;mix-blend-mode:multiply;margin-bottom:4px}.fx-retail-media__product-list.banner .banner__headline{font-size:14px;line-height:22px}.fx-retail-media__product-list.banner .banner__manufacturer{font-weight:700}.fx-retail-media__product-list.banner .banner__title{font-weight:400}.fx-retail-media__product-list.banner .banner__price{display:flex;align-items:baseline;gap:6px}.fx-retail-media__product-list.banner .banner__price-group{flex-direction:row;align-items:baseline;gap:6px}.fx-retail-media__product-list.banner .banner__cta{display:none;margin-left:0}.fx-retail-media__product-list.banner .banner__tag{position:absolute;color:#000;background-color:#e8e8e8;top:8px;right:8px}.fx-retail-media__product-list.banner--dark{color:#fff;background-color:#000}.fx-retail-media__product-list.banner--dark .banner__image-wrapper{mix-blend-mode:normal}.fx-retail-media__product-list.banner--dark .banner__logo{mix-blend-mode:normal}.fx-retail-media__product-list.banner--dark .banner__tag{color:#fff;background-color:#4b4b4b}@media screen and (min-width: 600px){.fx-retail-media__product-list.banner .banner__content{padding:24px 16px 24px 8px}.fx-retail-media__product-list.banner .banner__logo{max-width:136px;max-height:56px;margin-bottom:8px}.fx-retail-media__product-list.banner .banner__headline{font-size:22px;line-height:30px;margin-bottom:14px}.fx-retail-media__product-list.banner .banner__price{margin-bottom:14px}.fx-retail-media__product-list.banner .banner__cta{display:flex}.fx-retail-media__product-list.banner .banner__cta--prev{display:inline-block}}@media screen and (min-width: 940px){.fx-retail-media__product-list.banner .banner__tag{top:16px;right:16px}.fx-retail-media__product-list.banner .banner__headline{font-size:28px;line-height:38px}}.unsupported-browser-banner{z-index:102;position:relative;width:100%;background:#fff;padding:52px 8px 16px;box-shadow:inset 6px 36px #e0af0b,inset -6px -6px #e0af0b,0 10px 10px -2px rgba(0,0,0,0.5)}.unsupported-browser-banner .alert-icon{color:#fff;height:24px;width:24px;position:absolute;top:6px;left:50%;transform:translateX(-50%)}.unsupported-browser-banner .content{display:flex;flex-direction:column;align-items:center}.unsupported-browser-banner .content > *{margin-bottom:8px}.unsupported-browser-banner .content:last-child{margin-bottom:0}.unsupported-browser-banner .content__text{text-align:center}.unsupported-browser-banner .content__emoji{height:24px;width:24px}.unsupported-browser-banner .content__button{flex:0 0 auto}@media print{.unsupported-browser-banner{display:none}}@media screen and (min-width: 600px){.unsupported-browser-banner{flex-direction:row;padding:16px 16px 16px 64px;box-shadow:inset 40px 6px #e0af0b,inset -6px -6px #e0af0b,0 10px 10px -2px rgba(0,0,0,0.5)}.unsupported-browser-banner .alert-icon{left:8px;top:50%;transform:translate3d(0,-50%,0)}.unsupported-browser-banner .content{flex-direction:row;justify-content:center}.unsupported-browser-banner .content > *{margin-bottom:0;margin-right:16px}.unsupported-browser-banner .content:last-child{margin-right:0}.unsupported-browser-banner .content__text{text-align:left}.unsupported-browser-banner .content__emoji{width:32px;height:32px}}@media screen and (min-width: 940px){.unsupported-browser-banner{padding:24px 32px 24px 72px;box-shadow:inset 48px 6px #e0af0b,inset -6px -6px #e0af0b,0 10px 10px -2px rgba(0,0,0,0.5)}.unsupported-browser-banner .alert-icon{width:32px;height:32px}.unsupported-browser-banner .content__emoji{width:40px;height:40px}.unsupported-browser-banner .content__text{margin-right:32px}}.fx-content-helpdesk{margin-top:8px}@media screen and (min-width: 600px){.fx-content-helpdesk{margin-top:16px}}@media screen and (min-width: 940px){.fx-content-helpdesk{margin-top:32px}}.helpdesk-faq-search{margin-top:24px}@media screen and (min-width: 600px){.helpdesk-faq-search{margin-top:30px}}@media screen and (min-width: 940px){.helpdesk-faq-search{margin-top:30px}}#accordion-menu-service.accordion-menu{display:none}@media screen and (min-width: 940px){#accordion-menu-service.accordion-menu{display:block}}.helpdesk-faq-search__header .faq-search-input{margin-top:0;max-width:575px}.helpdesk-faq-search__result{margin-top:40px}.helpdesk-faq-search__result em{background:rgba(126,0,243,0.08);opacity:0.8}.helpdesk-faq-search__no-result .no-result-title .search-term{font-weight:bold;color:#7e00f3}.helpdesk-faq-search .faq-result-opened{margin-bottom:40px;visibility:visible;max-height:50000px;pointer-events:auto;opacity:1;transform:translate(0px,0px);transition:max-height 0.2s cubic-bezier(0,1,0,1) -0.1s,opacity 0.15s,transform 0.2s}@media screen and (min-width: 600px){.helpdesk-faq-search .faq-result-opened{margin-bottom:56px}}@media screen and (min-width: 940px){.helpdesk-faq-search .faq-result-opened{margin-bottom:80px}}.helpdesk-faq-search .faq-result-closed{visibility:hidden;position:relative;overflow:hidden;pointer-events:none;max-height:0;opacity:0;transform:translate(0px,-20px);transition:max-height 0.25s cubic-bezier(0,1,0,1) -0.1s,opacity 0.1s,transform 0.25s}.fx-content__helpdesk-warranty .product-return{text-align:center}.helpdesk-all-questions__link{-webkit-text-decoration:underline;text-decoration:underline}@media screen and (min-width: 600px){.helpdesk-all-questions__blocks{margin-top:12px}}.plek-introduction-video{margin:32px 0}.helpdesk-plek-services .plek-service-pricing{display:flex;flex-direction:column;align-items:center}.helpdesk-plek-services .plek-form{display:flex;justify-content:center}.helpdesk-plek-services .plek-form__content{text-align:left}.helpdesk-plek-services .plek-form .plek-form__input-radio{padding-left:2px}.helpdesk-plek-services .plek-form .plek-form__input-radio-label{padding-left:26px}.helpdesk-plek-services .table-compare{width:100%;margin-bottom:48px}.helpdesk-plek-services .table-compare__row{width:100%;border-bottom:1px solid #b4b4b4}.helpdesk-plek-services .table-compare__row--head{border-bottom:2px solid #000}.helpdesk-plek-services .table-compare__row:last-child{border-bottom:none}.helpdesk-plek-services .table-compare__col{overflow-wrap:break-word;word-wrap:break-word;-webkit-hyphens:auto;hyphens:auto;vertical-align:middle;text-align:center;padding:16px 2px;width:33%}.helpdesk-plek-services .table-compare__col--align-bottom{vertical-align:bottom}.helpdesk-plek-services .table-compare__col--selection{padding:16px 0}.helpdesk-plek-services .table-compare__col--rounded-border{border-radius:6px}.helpdesk-plek-services .table-compare__col--description{padding-left:0;vertical-align:top;text-align:left}.helpdesk-plek-services .table-compare__feature-icon{color:#00b27d}.helpdesk-plek-services .table-compare__col--feature-no{text-align:center}.helpdesk-plek-services .table-compare__col--standard{background-color:#f3f3f3}.helpdesk-plek-services .table-compare__col--feature-yes{line-height:0}.helpdesk-plek-services .table-compare__notification-trigger-standard,
.helpdesk-plek-services .table-compare__notification-trigger-premium,
.helpdesk-plek-services .table-compare__notification-trigger-std,
.helpdesk-plek-services .table-compare__notification-trigger-prem{cursor:pointer}@media screen and (min-width: 600px){.helpdesk-plek-services .table-compare__notification-trigger-standard,
  .helpdesk-plek-services .table-compare__notification-trigger-premium,
  .helpdesk-plek-services .table-compare__notification-trigger-std,
  .helpdesk-plek-services .table-compare__notification-trigger-prem{display:none}}.helpdesk-plek-services .table-compare__notificationTrigger--active .fx-icon{color:#7e00f3}.helpdesk-plek-services .table-compare__notification-content{display:none}@media screen and (min-width: 600px){.helpdesk-plek-services .table-compare__notification-content{display:inherit}}.helpdesk-plek-services .table-compare__info-trigger{cursor:pointer;position:relative;top:5px}.helpdesk-plek-services .table-compare__info-trigger--active .fx-icon{color:#7e00f3}.helpdesk-plek-services .table-compare__info{display:none;margin-top:8px}.helpdesk-plek-services .table-compare__info.table-compare__info--show{display:block}.helpdesk-plek-services .table-compare__info-text{margin-right:16px}@media screen and (min-width: 600px){.helpdesk-plek-services .plek-form .plek-form__input-radio{padding-left:8px}.helpdesk-plek-services .plek-form .plek-form__input-radio-label{padding-left:40px}}.helpdesk-plek-gallery__headline{margin-bottom:24px}.helpdesk-plek-gallery__content{margin-bottom:40px}.helpdesk-plek-gallery-item{margin-bottom:24px}.helpdesk-plek-gallery-item__image{border-radius:6px;margin-bottom:8px}.helpdesk-plek-gallery .plex-faq-content{margin-bottom:24px}@media screen and (min-width: 600px){.helpdesk-plek-gallery .plex-faq-content{margin-bottom:32px}}@media screen and (min-width: 600px){.helpdesk-plek-gallery__headline{margin-bottom:20px}.helpdesk-plek-gallery__content{margin-bottom:72px}.helpdesk-plek-gallery-item__image{margin-bottom:24px}}.badge__container{margin-top:16px}.badge__item{margin-bottom:20px;text-align:center}.badge__icon{width:103px;margin:auto auto 10px}.badge__link:hover .badge__text{color:#7e00f3}.badge__link:active .badge__text{color:#420080}@media screen and (min-width: 940px){.badge__container{margin-top:21px}.badge__icon{width:126px}}.fx-content__faq-search-form .faq-search-title{margin-bottom:16px}.helpdesk-faq-question__answer a{-webkit-text-decoration:underline;text-decoration:underline}.helpdesk-faq-question__answer .cms-bubble-gallery .cms-image-container{padding:10px;cursor:pointer}.helpdesk-faq-question__answer .cms-image-container.alignment-none{text-align:center}.helpdesk-faq-question__answer .cms-image-container.alignment-none img{width:70%}.helpdesk-faq-question__answer .cms-image-container img{width:100%}.helpdesk-faq-question__answer .cms-image-container.alignment-next2one{display:inline-block}.helpdesk-faq-question__answer .cms-image-container.alignment-next2one img{width:var(--width)}.helpdesk-warehouse-graphic .graphic-panel{display:flex;flex-direction:column}.helpdesk-warehouse-graphic .graphic-panel .graphic-container{position:relative;margin-bottom:16px}.helpdesk-warehouse-graphic .graphic-panel .graphic-container__summary{text-align:center;position:absolute;width:100%;top:43%}.helpdesk-warehouse-graphic .graphic-panel .graphic-container__count{color:#7e00f3}.helpdesk-warehouse-graphic .graphic-panel .graphic-container__graphic{display:block;margin:auto;image-rendering:-moz-crisp-edges;image-rendering:-o-crisp-edges;-ms-interpolation-mode:nearest-neighbor}.helpdesk-warehouse-graphic .statistics-container__list{list-style:none;margin:0;padding:0}.helpdesk-warehouse-graphic .statistics-container__list-item{margin:0 0 20px 50px;padding:0;position:relative}.helpdesk-warehouse-graphic .statistics-container__list-item::before{content:'';position:absolute;left:-45px;top:10px;width:36px;height:4px;display:block;background:#7e00f3}.helpdesk-warehouse-graphic .statistics-container__list-item.soon-available::before{opacity:0.75}.helpdesk-warehouse-graphic .statistics-container__list-item.later-available::before{opacity:0.5}.helpdesk-warehouse-graphic .statistics-container__list-item.unavailable::before{opacity:0.25}.helpdesk-warehouse-graphic .statistics-container__list-item.not-available-yet::before{background:#e8e8e8}.helpdesk-warehouse-graphic .statistics-container__list-item-count{white-space:nowrap}@media screen and (min-width: 600px){.helpdesk-warehouse-graphic .graphic-panel{flex-direction:row}.helpdesk-warehouse-graphic .graphic-panel .graphic-container,
  .helpdesk-warehouse-graphic .graphic-panel .statistics-container{float:none;width:100%;display:block;margin:auto}}.shipping-index{background-color:#f3f3f3;padding:0 16px 16px;display:flex;flex-direction:column;align-items:center;position:relative;margin-bottom:36px;border-radius:6px}@keyframes grow{from{height:0}}.shipping-index__container{background-color:#fff;border-radius:6px;padding:16px}.shipping-index__container-info{border-top:1px solid #b4b4b4;padding-top:16px}.shipping-index__container-graph{margin-bottom:16px}.shipping-index__headline{width:100%;padding-top:16px}.shipping-index .graph{margin-bottom:24px;display:flex;justify-content:space-between}.shipping-index .graph__single{position:relative;display:flex;align-items:flex-end;height:150px;width:20px;justify-content:center}.shipping-index .graph__single:last-child .graph__single-bar{background-color:#7e00f3}.shipping-index .graph__single-bar{animation-name:grow;animation-duration:1s;display:flex;background-color:#e8e8e8;width:8px;border-radius:6px}.shipping-index .graph__single:after{position:absolute;content:attr(data-dayprefix);font-size:14px;word-wrap:break-word;bottom:-25px;left:0;width:20px;text-align:center}.shipping-index .info{text-align:left}.shipping-index .info .hours-title{color:#7e00f3;text-align:left;margin:0 0 4px}.shipping-index .info__border{border-top:1px solid #b4b4b4}.shipping-index .info__text{display:flex;flex-flow:row}.shipping-index .info__truck{margin-right:10px;transform:scaleX(-1);width:70px;height:-webkit-fit-content;height:fit-content}@media screen and (min-width: 600px){.shipping-index{padding:0 40px 26px}.shipping-index__container-info{position:relative;border:none;padding:0}.shipping-index__container-graph{margin-bottom:0;padding-left:16px;padding-right:16px}.shipping-index__headline{align-self:flex-start}.shipping-index__vertical-line{width:1px;height:100%;background:#b4b4b4;position:absolute}.shipping-index .info{height:100%;display:flex;justify-content:center;flex-direction:column;padding:0 16px 0 40px}.shipping-index .info__text{flex-flow:column}.shipping-index .info__border{display:none}.shipping-index .graph__single{height:250px}.shipping-index .graph__single-bar{width:14px}}@media screen and (min-width: 940px){.shipping-index .graph__single-bar{width:24px}}.helpdesk-warehouse-carousel .warehouse-teaser-carousel{margin:24px 0}@media screen and (min-width: 940px){.helpdesk-warehouse-carousel .warehouse-teaser-carousel{margin:32px 0}}.shipping-react .shipping-to .shipping-country-dropdown{width:272px;margin-bottom:20px;border:1px solid #8a8a8a;font-size:14px}.shipping-react .shipping-to .shipping-country-dropdown .fx-input-select__chevron{color:#686868}.shipping-react .shipping-to .shipping-country-dropdown > .fx-input-select__placeholder.fx-input-select__placeholder--filled{display:none}.shipping-react .shipping-to .tabbed-menu__tab-list{margin:0;padding:0;list-style-type:none;display:flex;flex-wrap:nowrap;width:100%}.shipping-react .shipping-to .tabbed-menu__tab-list .tabbed-menu-header{text-align:center;height:40px;background-color:#e8e8e8;vertical-align:bottom;white-space:nowrap;flex:0 0 auto;padding-top:8px;cursor:pointer;padding-right:16px;width:50%}.shipping-react .shipping-to .tabbed-menu__tab-list .tabbed-menu-header:first-child{border-top-left-radius:6px}.shipping-react .shipping-to .tabbed-menu__tab-list .tabbed-menu-header__flag{display:inline-flex;vertical-align:middle;width:19px;margin-left:12px}.shipping-react .shipping-to .tabbed-menu__tab-list .tabbed-menu-header__tab{text-align:center}.shipping-react .shipping-to .tabbed-menu__tab-list .tabbed-menu-header__name{margin-left:12px}.shipping-react .shipping-to .tabbed-menu__tab-list .tabbed-menu-header__iso{margin-left:12px;font-weight:bold}.shipping-react .shipping-to .tabbed-menu__tab-list .tabbed-menu-header:last-child{border-top-right-radius:6px}.shipping-react .shipping-to .tabbed-menu__tab-list .tabbed-menu-header.active{background-color:#f3f3f3}.shipping-react .shipping-to .tabbed-menu__body{background:#f3f3f3;border-radius:0 0 6px 6px;min-height:400px;height:auto}@media screen and (min-width: 600px){.shipping-react .shipping-to .shipping-country-dropdown{font-size:16px}.shipping-react .shipping-to .tabbed-menu__tab-list .tabbed-menu-header{height:56px;justify-content:flex-start;min-width:170px;width:auto}.shipping-react .shipping-to .tabbed-menu__tab-list .tabbed-menu-header__tab{margin:8px 40px 0;font-size:18px}.shipping-react .shipping-to .tabbed-menu__tab-list .tabbed-menu-header__name{padding-top:8px;margin-left:8px}.shipping-react .shipping-to .tabbed-menu__tab-list .tabbed-menu-header .fx-input-select{height:56px;padding:0}.shipping-react .shipping-to .tabbed-menu__tab-list .tabbed-menu-header .fx-input-select .fx-input-select__placeholder{top:27px}.shipping-react .shipping-to .tabbed-menu__body{border-radius:0 6px 6px 6px}}.helpdesk-shipping-details__headline{margin-bottom:8px}.helpdesk-shipping-details .carrier{display:inline-flex;margin-bottom:16px}.helpdesk-shipping-details .carrier__wrapper{background-color:#fff;width:96px;height:48px;display:flex;flex-grow:0;flex-shrink:0;justify-content:center;align-items:center;padding:35px 65px}.helpdesk-shipping-details .carrier__image{max-width:80px}.helpdesk-shipping-details .carrier__details{display:flex;align-items:center;flex-wrap:wrap;padding-left:16px}@media screen and (min-width: 600px){.helpdesk-shipping-details .carrier{margin-bottom:12px}}.fx-content-compinfo-thomannapp,
.thomann-fx-content-module-compinfo{margin-top:8px;margin-bottom:80px}@media screen and (min-width: 600px){.fx-content-compinfo-thomannapp,
  .thomann-fx-content-module-compinfo{margin-top:16px}}@media screen and (min-width: 940px){.fx-content-compinfo-thomannapp,
  .thomann-fx-content-module-compinfo{margin-top:48px}}@media screen and (min-width: 600px){.fx-content-compinfo-thomannapp,
  .thomann-fx-content-module-compinfo{margin-bottom:100px}}@media screen and (min-width: 940px){.fx-content-compinfo-thomannapp,
  .thomann-fx-content-module-compinfo{margin-bottom:120px}}.fx-content-compinfo-thomannapp .helpdesk-contact-wrapper,
.fx-content-compinfo-wallpapers .helpdesk-contact-wrapper,
.fx-content-compinfo .helpdesk-contact-wrapper{margin-top:40px}@media screen and (min-width: 600px){.fx-content-compinfo-thomannapp .helpdesk-contact-wrapper,
  .fx-content-compinfo-wallpapers .helpdesk-contact-wrapper,
  .fx-content-compinfo .helpdesk-contact-wrapper{margin-top:56px}}@media screen and (min-width: 940px){.fx-content-compinfo-thomannapp .helpdesk-contact-wrapper,
  .fx-content-compinfo-wallpapers .helpdesk-contact-wrapper,
  .fx-content-compinfo .helpdesk-contact-wrapper{margin-top:72px}}.fx-content-compinfo{margin-top:8px;margin-bottom:80px}@media screen and (min-width: 600px){.fx-content-compinfo{margin-top:16px}}@media screen and (min-width: 940px){.fx-content-compinfo{margin-top:48px}}@media screen and (min-width: 600px){.fx-content-compinfo{margin-bottom:100px}}@media screen and (min-width: 940px){.fx-content-compinfo{margin-bottom:120px}}@media screen and (max-width: 599px){.fx-content-compinfo .content-teaser__image{display:flex;align-items:center;width:100%;max-height:200px;max-width:none}.fx-content-compinfo .content-teaser__picture{width:100%}.fx-content-compinfo .content-teaser__picture .content-teaser__img{width:100%;transform:translateY(10%)}}@media screen and (min-width: 600px){.fx-content-compinfo .content-teaser__image{margin-bottom:0}}.compinfo-contact-list .contact-list{width:100%;margin-bottom:56px}.compinfo-contact-list .contact-list__row{border-bottom:1px solid #686868}.compinfo-contact-list .contact-list__col,
.compinfo-contact-list .contact-list__col-head{text-align:left;padding:16px 5px;width:25%}.compinfo-contact-list .contact-list__element{display:block;overflow:hidden}.compinfo-contact-list .contact-list__col-head{text-transform:uppercase}@media screen and (max-width: 600px){.compinfo-contact-list .contact-list{margin-bottom:40px}.compinfo-contact-list .contact-list__head{border:none;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.compinfo-contact-list .contact-list__row{display:block}.compinfo-contact-list .contact-list__row:first-of-type{border-top:1px solid #686868}.compinfo-contact-list .contact-list__col,
  .compinfo-contact-list .contact-list__col-head{display:block;padding:0 0 8px;width:unset}.compinfo-contact-list .contact-list__col:first-of-type,
  .compinfo-contact-list .contact-list__col-head:first-of-type{margin-left:100px;margin-bottom:0;padding-top:16px}.compinfo-contact-list .contact-list__col:last-of-type,
  .compinfo-contact-list .contact-list__col-head:last-of-type{padding-bottom:16px}.compinfo-contact-list .contact-list__col::before{font-size:14px;line-height:22px;letter-spacing:-0.11px;font-weight:700;content:attr(data-label);float:left;text-transform:uppercase;min-width:100px;margin:unset}.compinfo-contact-list .contact-list__col::before:last-child{border-bottom:0}}.compinfo-contact-list .contact-list--last{margin-bottom:0}.compinfo-contact-footer__image{border-radius:6px}.compinfo-thomannapp .thomannapp-section__links-badges{display:flex;margin-top:20px;margin-bottom:40px}.compinfo-thomannapp .thomannapp-section__links .fx-thomannapp-badge{max-width:190px;width:100%}.compinfo-thomannapp .thomannapp-section__links .fx-thomannapp-badge-ios{margin-right:16px}.compinfo-thomannapp .thomannapp-section__rating{display:flex;justify-content:center;align-items:center;text-align:center}.compinfo-thomannapp .thomannapp-section__rating-inner{display:flex;width:100%;justify-content:center;margin-top:24px}.compinfo-thomannapp .thomannapp-section__rating-single{padding:0 10px}.compinfo-thomannapp .thomannapp-section__rating-val{color:#7e00f3}.compinfo-thomannapp .thomannapp-section__rating-stars{justify-content:center}.compinfo-thomannapp .thomannapp-section__visual{text-align:center;margin-bottom:20px}@media screen and (min-width: 940px){.compinfo-thomannapp .thomannapp-section__visual{order:2;margin-bottom:70px}.compinfo-thomannapp .thomannapp-section__rating-inner{margin:0}.compinfo-thomannapp .thomannapp-section__links{order:1}.compinfo-thomannapp .thomannapp-section__links-badges{margin-top:40px}.compinfo-thomannapp .thomannapp-section__links .fx-thomannapp-badge-ios{margin-right:24px}}.fx-content-compinfo .compinfo-virtualtour{margin-top:40px;margin-bottom:40px}@media screen and (min-width: 600px){.fx-content-compinfo .compinfo-virtualtour{margin-top:56px}}@media screen and (min-width: 940px){.fx-content-compinfo .compinfo-virtualtour{margin-top:72px}}@media screen and (min-width: 600px){.fx-content-compinfo .compinfo-virtualtour{margin-bottom:56px}}@media screen and (min-width: 940px){.fx-content-compinfo .compinfo-virtualtour{margin-bottom:72px}}.fx-content-compinfo .compinfo-virtualtour__frame{border-radius:6px}.fx-content-compinfo .compinfo-virtualtour__frame.has-controls{border-bottom-left-radius:0;border-bottom-right-radius:0}.fx-content-compinfo .compinfo-virtualtour__controls{display:flex;flex-wrap:wrap;border-right:1px solid #b4b4b4;border-bottom:1px solid #b4b4b4}.fx-content-compinfo .compinfo-virtualtour__item{padding:12px;position:relative;cursor:pointer;text-align:center;box-sizing:border-box;border-top:1px solid #b4b4b4;border-left:1px solid #b4b4b4;width:50%}.fx-content-compinfo .compinfo-virtualtour__item:after{position:absolute;content:'';border-right:1px solid #b4b4b4;border-bottom:1px solid #b4b4b4;bottom:-1px;right:-1px;width:100%;height:100%;z-index:2}.fx-content-compinfo .compinfo-virtualtour__item--active,
.fx-content-compinfo .compinfo-virtualtour__item:hover,
.fx-content-compinfo .compinfo-virtualtour__item:active{border-color:#6009b0;z-index:3}.fx-content-compinfo .compinfo-virtualtour__item--active:after,
.fx-content-compinfo .compinfo-virtualtour__item:hover:after,
.fx-content-compinfo .compinfo-virtualtour__item:active:after{border-color:#6009b0}@media screen and (min-width: 600px){.fx-content-compinfo .compinfo-virtualtour__item{width:33.33%}}@media screen and (min-width: 1150px){.fx-content-compinfo .compinfo-virtualtour__item{width:25%}}.fx-content-compinfo .aboutus__intro{display:flex;flex-direction:column;margin-bottom:40px}@media screen and (min-width: 600px){.fx-content-compinfo .aboutus__intro{margin-bottom:56px}}@media screen and (min-width: 940px){.fx-content-compinfo .aboutus__intro{margin-bottom:72px}}.fx-content-compinfo .aboutus__image-container{order:2;text-align:center;margin-bottom:16px}.fx-content-compinfo .aboutus__image{border-radius:6px}.fx-content-compinfo .aboutus__label{margin-top:12px}.fx-content-compinfo .aboutus__headline{order:1}.fx-content-compinfo .aboutus__text{order:3;margin-bottom:0}.fx-content-compinfo .aboutus__text a:not(.fx-button){-webkit-text-decoration:underline;text-decoration:underline}.fx-content-compinfo .aboutus .departments{margin-bottom:40px}@media screen and (min-width: 600px){.fx-content-compinfo .aboutus .departments{margin-bottom:56px}}@media screen and (min-width: 940px){.fx-content-compinfo .aboutus .departments{margin-bottom:72px}}.fx-content-compinfo .aboutus .departments__grid{margin-top:16px}@media screen and (min-width: 600px){.fx-content-compinfo .aboutus .departments__grid{margin-top:20px}}@media screen and (min-width: 940px){.fx-content-compinfo .aboutus .departments__grid{margin-top:24px}}.fx-content-compinfo .aboutus .departments .department{display:flex;align-items:center}.fx-content-compinfo .aboutus .departments .department picture{width:auto}.fx-content-compinfo .aboutus .departments .department__image{border-radius:6px;width:72px;min-width:72px;margin-right:16px}.fx-content-compinfo .aboutus .departments .department__label{flex:1 0 0px}.fx-content-compinfo .aboutus__service{margin-bottom:40px}@media screen and (min-width: 600px){.fx-content-compinfo .aboutus__service{margin-bottom:56px}}@media screen and (min-width: 940px){.fx-content-compinfo .aboutus__service{margin-bottom:72px}}.fx-content-compinfo .aboutus__service .service-teaser{height:100%}.fx-content-compinfo .aboutus__service .service-teaser__item{margin:12px 0 0 0}@media screen and (min-width: 600px){.fx-content-compinfo .aboutus__intro{display:block}.fx-content-compinfo .aboutus__image-container{max-width:250px;float:right;margin-left:24px}.fx-content-compinfo .aboutus .departments .department__image{width:112px;min-width:112px;margin-right:24px}}.fx-content-compinfo .service-teaser{display:flex;flex-direction:column;-webkit-text-decoration:none;text-decoration:none}.fx-content-compinfo .service-teaser__picture{flex:0 0 auto}.fx-content-compinfo .service-teaser__image{width:100%;border-radius:6px 6px 0 0;object-fit:cover}.fx-content-compinfo .service-teaser__body{padding:16px 16px;flex:1 0 auto;background-color:#f3f3f3;border-radius:0 0 6px 6px}.fx-content-compinfo .service-teaser__title{margin-bottom:12px;-webkit-hyphens:auto;hyphens:auto}@media screen and (min-width: 600px){.fx-content-compinfo .service-teaser__title{margin-bottom:8px}}.fx-content-compinfo .service-teaser__text{margin:0}.fx-content-compinfo .awards{margin-top:40px;margin-bottom:40px}@media screen and (min-width: 600px){.fx-content-compinfo .awards{margin-top:56px}}@media screen and (min-width: 940px){.fx-content-compinfo .awards{margin-top:72px}}@media screen and (min-width: 600px){.fx-content-compinfo .awards{margin-bottom:56px}}@media screen and (min-width: 940px){.fx-content-compinfo .awards{margin-bottom:72px}}.fx-content-compinfo .cites__image{border-radius:6px}.fx-content-compinfo .cites .fx-button.fx-button--text-button.cites__link{font-weight:700}.fx-content-compinfo .cites__intro{margin-top:24px;margin-bottom:40px}@media screen and (min-width: 600px){.fx-content-compinfo .cites__intro{margin-top:0}}@media screen and (min-width: 940px){.fx-content-compinfo .cites__intro{margin-top:0}}@media screen and (min-width: 600px){.fx-content-compinfo .cites__intro{margin-bottom:56px}}@media screen and (min-width: 940px){.fx-content-compinfo .cites__intro{margin-bottom:72px}}.fx-content-compinfo .cites__intro p:first-of-type{margin-top:0}.fx-content-compinfo .cites__teaser{margin-bottom:0}.fx-content-compinfo .cites__teaser p:last-of-type{margin-bottom:0}.fx-content-compinfo .cites__contact{margin-top:40px}@media screen and (min-width: 600px){.fx-content-compinfo .cites__contact{margin-top:56px}}@media screen and (min-width: 940px){.fx-content-compinfo .cites__contact{margin-top:72px}}.fx-content-compinfo .cites__contact-text{margin:0}.fx-content-compinfo .compinfo-review-teaser__portal{display:block;text-align:center;background-color:#f3f3f3;border-radius:6px;padding:16px;margin:0 0 16px}.fx-content-compinfo .compinfo-review-teaser__picture{display:flex;justify-content:center}.fx-content-compinfo .compinfo-review-teaser__teaser{text-align:center}@media screen and (min-width: 940px){.fx-content-compinfo .compinfo-review-teaser__portal{padding:24px;margin:12px 0}.fx-content-compinfo .compinfo-review-teaser__teaser{margin-top:24px}}.fx-content-compinfo .review-teaser{text-align:center;display:flex;flex-direction:column;align-items:center;height:100%}.fx-content-compinfo .review-teaser__link{display:block;flex-grow:1;width:100%;margin-bottom:8px}@media screen and (min-width: 600px){.fx-content-compinfo .review-teaser__link{margin-bottom:10px}}@media screen and (min-width: 940px){.fx-content-compinfo .review-teaser__link{margin-bottom:11px}}.fx-content-compinfo .review-teaser__link:hover .review-teaser__logo{border-color:#1c1c1c}.fx-content-compinfo .review-teaser__link:hover .review-teaser__image{transform:scale(1.1) translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.fx-content-compinfo .review-teaser__logo{position:relative;display:flex;justify-content:center;align-items:center;border:1px solid #b4b4b4;border-radius:4px;transition:border 0.25s 0s cubic-bezier(0.25,0.8,0.25,1);padding:16px;margin-bottom:9px}@media screen and (min-width: 600px){.fx-content-compinfo .review-teaser__logo{margin-bottom:10px}}@media screen and (min-width: 940px){.fx-content-compinfo .review-teaser__logo{margin-bottom:11px}}.fx-content-compinfo .review-teaser__image{transition:transform 0.25s 0s cubic-bezier(0.25,0.8,0.25,1)}.fx-content-compinfo .review-teaser__rating{justify-content:center;margin-bottom:3px}@media screen and (min-width: 600px){.fx-content-compinfo .review-teaser__rating{margin-bottom:5px}}@media screen and (min-width: 940px){.fx-content-compinfo .review-teaser__rating{margin-bottom:8px}}.fx-content-compinfo .review-teaser__textlink{-webkit-text-decoration:underline;text-decoration:underline}.fx-content-compinfo .review-teaser__button{word-break:keep-all;white-space:nowrap}@media screen and (min-width: 600px){.fx-content-compinfo .review-teaser__logo{padding:20px}.fx-content-compinfo .review-teaser__valuations{display:block}}@media screen and (min-width: 940px){.fx-content-compinfo .review-teaser__logo{padding:24px}}.fx-content-compinfo .reviews{margin-top:40px;margin-bottom:40px}@media screen and (min-width: 600px){.fx-content-compinfo .reviews{margin-top:56px}}@media screen and (min-width: 940px){.fx-content-compinfo .reviews{margin-top:72px}}@media screen and (min-width: 600px){.fx-content-compinfo .reviews{margin-bottom:56px}}@media screen and (min-width: 940px){.fx-content-compinfo .reviews{margin-bottom:72px}}.fx-content-compinfo .reviews__portals{margin-top:40px;margin-bottom:40px}@media screen and (min-width: 600px){.fx-content-compinfo .reviews__portals{margin-top:56px}}@media screen and (min-width: 940px){.fx-content-compinfo .reviews__portals{margin-top:72px}}@media screen and (min-width: 600px){.fx-content-compinfo .reviews__portals{margin-bottom:56px}}@media screen and (min-width: 940px){.fx-content-compinfo .reviews__portals{margin-bottom:72px}}.fx-content-compinfo .reviews__portal--hidden{display:none}.fx-content-compinfo .reviews__button{margin-top:16px}@media screen and (min-width: 600px){.fx-content-compinfo .reviews__button{margin-top:0}}@media screen and (min-width: 940px){.fx-content-compinfo .reviews__button{margin-top:0}}.fx-content-compinfo .reviews__button--hidden{display:none}@media screen and (min-width: 600px){.fx-content-compinfo .reviews__portal--hidden{display:block}}.fx-content-compinfo .route{margin-top:40px;margin-bottom:40px}@media screen and (min-width: 600px){.fx-content-compinfo .route{margin-top:56px}}@media screen and (min-width: 940px){.fx-content-compinfo .route{margin-top:72px}}@media screen and (min-width: 600px){.fx-content-compinfo .route{margin-bottom:56px}}@media screen and (min-width: 940px){.fx-content-compinfo .route{margin-bottom:72px}}.fx-content-compinfo .route-intro{margin-top:24px}.fx-content-compinfo .route-intro .fx-text a{-webkit-text-decoration:underline;text-decoration:underline}.fx-content-compinfo .route-intro__journey{margin-top:40px;margin-bottom:40px}@media screen and (min-width: 600px){.fx-content-compinfo .route-intro__journey{margin-top:56px}}@media screen and (min-width: 940px){.fx-content-compinfo .route-intro__journey{margin-top:72px}}@media screen and (min-width: 600px){.fx-content-compinfo .route-intro__journey{margin-bottom:56px}}@media screen and (min-width: 940px){.fx-content-compinfo .route-intro__journey{margin-bottom:72px}}.fx-content-compinfo .route-intro__adress-headline.fx-headline{margin-bottom:8px}@media screen and (min-width: 600px){.fx-content-compinfo .route-intro__adress-headline.fx-headline{margin-bottom:8px}}@media screen and (min-width: 940px){.fx-content-compinfo .route-intro__adress-headline.fx-headline{margin-bottom:16px}}.fx-content-compinfo .route-intro__wrapper #route-intro-map-direction{height:340px}.fx-content-compinfo .route-intro__map{border-radius:6px}.fx-content-compinfo .route-intro__showroute{text-align:center}.fx-content-compinfo .route__gallery-item{border-radius:6px;height:100%;width:100%;object-fit:cover;object-position:center;max-height:144px}.fx-content-compinfo .route__directions{margin-top:40px;margin-bottom:40px}@media screen and (min-width: 600px){.fx-content-compinfo .route__directions{margin-top:56px}}@media screen and (min-width: 940px){.fx-content-compinfo .route__directions{margin-top:72px}}@media screen and (min-width: 600px){.fx-content-compinfo .route__directions{margin-bottom:56px}}@media screen and (min-width: 940px){.fx-content-compinfo .route__directions{margin-bottom:72px}}@media screen and (min-width: 600px){.fx-content-compinfo .route-intro__showroute{text-align:left}.fx-content-compinfo .route__gallery-item{max-height:175px}}@media screen and (min-width: 940px){.fx-content-compinfo .route__gallery-item{height:100%;max-height:100%}}.fx-content-compinfo .universe{margin-top:40px;margin-bottom:40px}@media screen and (min-width: 600px){.fx-content-compinfo .universe{margin-top:56px}}@media screen and (min-width: 940px){.fx-content-compinfo .universe{margin-top:72px}}@media screen and (min-width: 600px){.fx-content-compinfo .universe{margin-bottom:56px}}@media screen and (min-width: 940px){.fx-content-compinfo .universe{margin-bottom:72px}}.fx-content-compinfo .universe__headline{margin-top:40px;margin-bottom:16px}@media screen and (min-width: 600px){.fx-content-compinfo .universe__headline{margin-top:56px}}@media screen and (min-width: 940px){.fx-content-compinfo .universe__headline{margin-top:72px}}@media screen and (min-width: 600px){.fx-content-compinfo .universe__headline{margin-bottom:20px}}@media screen and (min-width: 940px){.fx-content-compinfo .universe__headline{margin-bottom:24px}}.fx-content-compinfo .universe__grid{row-gap:1px}.fx-content-compinfo .universe__item{box-shadow:0 1px #e8e8e8,0 -1px #e8e8e8;padding:12px 0 5px;display:flex;flex-direction:column}.fx-content-compinfo .universe__content{flex-grow:1}.fx-content-compinfo .universe__content a{-webkit-text-decoration:underline;text-decoration:underline}.fx-content-compinfo .universe__image{border-radius:6px;max-height:56px}.fx-content-compinfo .universe__title{margin-top:8px}.fx-content-compinfo .universe__button{word-break:keep-all;white-space:nowrap;margin:0;align-self:center}@media screen and (min-width: 600px){.fx-content-compinfo .universe__item{padding:24px 0 15px 0}}.fx-content-compinfo .tour-carousel{margin-top:16px;margin-bottom:24px}@media screen and (min-width: 600px){.fx-content-compinfo .tour-carousel{margin-top:32px}}@media screen and (min-width: 940px){.fx-content-compinfo .tour-carousel{margin-top:56px}}@media screen and (min-width: 600px){.fx-content-compinfo .tour-carousel{margin-bottom:32px}}@media screen and (min-width: 940px){.fx-content-compinfo .tour-carousel{margin-bottom:32px}}.fx-content-compinfo .tour-carousel__headline{overflow-wrap:break-word}.fx-content-compinfo .tour-team__grid{margin-bottom:16px}.fx-content-compinfo .tour-team .team-member{background-color:#f3f3f3;height:100%;display:flex;padding:16px}.fx-content-compinfo .tour-team .team-member__image{width:36px;height:36px;border-radius:50%}.fx-content-compinfo .tour-team .team-member .contact{flex-grow:1;min-width:0;margin-left:12px;display:flex;flex-direction:column}.fx-content-compinfo .tour-team .team-member .contact__name{font-weight:700;flex-grow:1}.fx-content-compinfo .tour-team .team-member .contact__phone{display:flex;align-items:center}.fx-content-compinfo .tour-team .team-member .contact__email{display:flex;align-items:center;min-width:0}.fx-content-compinfo .tour-team .team-member .contact__email--cut{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.fx-content-compinfo .tour-team .team-member .contact__icon{margin-right:10px;width:18px;height:18px}@media screen and (min-width: 600px){.fx-content-compinfo .tour-team .team-member__image{width:46px;height:46px}.fx-content-compinfo .tour-team .team-member .contact{margin-left:14px}}@media screen and (min-width: 940px){.fx-content-compinfo .tour-team .team-member .contact__phone,
  .fx-content-compinfo .tour-team .team-member .contact__email{font-size:14px;line-height:22px;letter-spacing:-0.11px}}@media screen and (min-width: 1150px){.fx-content-compinfo .tour-team .team-member__image{width:56px;height:56px}.fx-content-compinfo .tour-team .team-member .contact{margin-left:16px}}.fx-content-compinfo .thomannexclusive .exclusive-brand-grid{margin-bottom:40px}@media screen and (min-width: 600px){.fx-content-compinfo .thomannexclusive .exclusive-brand-grid{margin-bottom:56px}}@media screen and (min-width: 940px){.fx-content-compinfo .thomannexclusive .exclusive-brand-grid{margin-bottom:72px}}.fx-content-compinfo .thomannexclusive .exclusive-brand-grid__header{margin-top:32px;margin-bottom:8px}@media screen and (min-width: 600px){.fx-content-compinfo .thomannexclusive .exclusive-brand-grid__header{margin-top:48px}}@media screen and (min-width: 940px){.fx-content-compinfo .thomannexclusive .exclusive-brand-grid__header{margin-top:64px}}.fx-content-compinfo .thomannexclusive .exclusive-brand-grid__title{text-align:center;margin:8px 0}.fx-content-compinfo .thomannexclusive .exclusive-brand-grid__filter{width:100%;margin:8px 0}.fx-content-compinfo .thomannexclusive .exclusive-brand-grid__filter select.fx-text{margin:0}.fx-content-compinfo .thomannexclusive .exclusive-brand-grid__teaser{margin-bottom:0}.fx-content-compinfo .thomannexclusive .exclusive-brand-grid__info{align-self:center}.fx-content-compinfo .thomannexclusive .exclusive-brand-grid__show-more{margin-top:16px}@media screen and (min-width: 600px){.fx-content-compinfo .thomannexclusive .exclusive-brand-grid__header{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center;margin-bottom:17px}.fx-content-compinfo .thomannexclusive .exclusive-brand-grid__title{text-align:left}.fx-content-compinfo .thomannexclusive .exclusive-brand-grid__filter{width:auto}.fx-content-compinfo .thomannexclusive .exclusive-brand-grid__col{display:block}.fx-content-compinfo .thomannexclusive .exclusive-brand-grid__teaser{margin-bottom:12px}.fx-content-compinfo .thomannexclusive .exclusive-brand-grid__info{text-align:center;align-self:auto}}@media screen and (min-width: 1150px){.fx-content-compinfo .thomannexclusive .exclusive-brand-grid__filter{min-width:300px}}.fx-content-compinfo .history .family-grid{margin-top:24px}@media screen and (min-width: 600px){.fx-content-compinfo .history .family-grid{margin-top:28px}}@media screen and (min-width: 940px){.fx-content-compinfo .history .family-grid{margin-top:32px}}.fx-content-compinfo .history .family-grid__text{align-self:center;margin-bottom:0;margin-top:16px}.fx-content-compinfo .history .milestones .timeline{border-left:1px solid #000;margin-left:15px;padding-left:45px}.fx-content-compinfo .history .milestones .timeline .event{display:flex;flex-direction:column;position:relative;background-color:#f3f3f3;border-radius:6px}.fx-content-compinfo .history .milestones .timeline .event:not(:last-child){margin-bottom:24px}.fx-content-compinfo .history .milestones .timeline .event__year,
.fx-content-compinfo .history .milestones .timeline .event:before,
.fx-content-compinfo .history .milestones .timeline .event:after{position:absolute;display:block}.fx-content-compinfo .history .milestones .timeline .event__year{background-color:#fff;top:168px;left:-46px;transform:translateX(-50%)}.fx-content-compinfo .history .milestones .timeline .event:before{content:'';top:168px;left:-10px;border-style:solid;border-width:10px 10px 10px 0;border-color:transparent #f3f3f3 transparent transparent}.fx-content-compinfo .history .milestones .timeline .event:after{content:'';box-shadow:0 0 0 4px #fff;background-color:#fff;border:1px solid #000;border-radius:50%;width:15px;height:15px;top:149px;left:-46px;transform:translateX(-50%)}.fx-content-compinfo .history .milestones .timeline .event__content{padding:16px 16px 8px;order:1}.fx-content-compinfo .history .milestones .timeline .event__content .fx-text-collapsible__gradient{background:linear-gradient(to top,#f3f3f3 10%,rgba(255,255,255,0) 100%)}.fx-content-compinfo .history .milestones .timeline .event__headline{margin-bottom:4px}.fx-content-compinfo .history .milestones .timeline .event__text{margin:0}.fx-content-compinfo .history .milestones .timeline .event__image{width:100%;height:150px;max-width:none;overflow:hidden;border-radius:6px 6px 0 0}.fx-content-compinfo .history .milestones .timeline .event__image img{height:100%;width:100%;object-fit:cover;border-radius:6px 6px 0 0}@media screen and (min-width: 600px){.fx-content-compinfo .history .milestones .timeline .event{flex-direction:row;align-items:stretch}.fx-content-compinfo .history .milestones .timeline .event::before{top:22px;bottom:auto}.fx-content-compinfo .history .milestones .timeline .event::after{top:25px;bottom:auto}.fx-content-compinfo .history .milestones .timeline .event__year{top:44px;bottom:auto}.fx-content-compinfo .history .milestones .timeline .event__content{padding:20px;flex:1 0 1px;order:0}.fx-content-compinfo .history .milestones .timeline .event__headline{margin-bottom:8px}.fx-content-compinfo .history .milestones .timeline .event__image{order:0;width:250px;height:auto;max-height:none;border-radius:0 6px 6px 0}.fx-content-compinfo .history .milestones .timeline .event__image img{width:250px;max-width:none;height:100%;max-height:300px;border-radius:0 6px 6px 0}}@media screen and (min-width: 1150px){.fx-content-compinfo .history .milestones .timeline{margin-left:75px;padding-left:35px}.fx-content-compinfo .history .milestones .timeline .event__year{top:18px;left:-110px;transform:none}.fx-content-compinfo .history .milestones .timeline .event::after{left:-37px}.fx-content-compinfo .history .milestones .timeline .event__image{width:300px}.fx-content-compinfo .history .milestones .timeline .event__image img{width:300px}}.fx-content-compinfo .history .business-cards__col{order:0}.fx-content-compinfo .history .business-cards__text{margin-top:16px;margin-bottom:24px}@media screen and (min-width: 600px){.fx-content-compinfo .history .family-grid__text{margin-top:0}.fx-content-compinfo .history .business-cards__grid{align-items:stretch}.fx-content-compinfo .history .business-cards__col--first{order:1}.fx-content-compinfo .history .business-cards__col--second{order:2}.fx-content-compinfo .history .business-cards__text{margin-bottom:0}}.fx-content-compinfo .fx-cms h1{margin-bottom:16px;overflow-wrap:break-word;word-wrap:break-word;-webkit-hyphens:auto;hyphens:auto}@media screen and (min-width: 600px){.fx-content-compinfo .fx-cms h1{margin-bottom:28px}}@media screen and (min-width: 940px){.fx-content-compinfo .fx-cms h1{margin-bottom:40px}}.fx-content-compinfo .fx-cms h1{font-size:28px;line-height:34px;letter-spacing:-0.75px;font-weight:700}@media screen and (min-width: 600px){.fx-content-compinfo .fx-cms h1{font-size:38px;line-height:46px;letter-spacing:-1.54px;font-weight:700}}@media screen and (min-width: 940px){.fx-content-compinfo .fx-cms h1{font-size:52px;line-height:66px;letter-spacing:-2.07px;font-weight:700}}.fx-content-compinfo .fx-cms h2{font-size:22px;line-height:30px;letter-spacing:-0.6px;font-weight:700}@media screen and (min-width: 600px){.fx-content-compinfo .fx-cms h2{font-size:28px;line-height:34px;letter-spacing:-1px;font-weight:700}}@media screen and (min-width: 940px){.fx-content-compinfo .fx-cms h2{font-size:36px;line-height:46px;letter-spacing:-1.6px;font-weight:700}}.fx-content-compinfo .fx-cms h3{font-size:18px;line-height:26px;letter-spacing:-0.5px;font-weight:700}@media screen and (min-width: 600px){.fx-content-compinfo .fx-cms h3{font-size:22px;line-height:30px;letter-spacing:-0.5px;font-weight:700}}@media screen and (min-width: 940px){.fx-content-compinfo .fx-cms h3{font-size:28px;line-height:38px;letter-spacing:-1px;font-weight:700}}.fx-content-compinfo .fx-cms h4{font-size:16px;line-height:24px;letter-spacing:-0.26px;font-weight:700}@media screen and (min-width: 600px){.fx-content-compinfo .fx-cms h4{font-size:16px;line-height:24px;letter-spacing:-0.13px;font-weight:700}}@media screen and (min-width: 940px){.fx-content-compinfo .fx-cms h4{font-size:22px;line-height:30px;letter-spacing:-0.38px;font-weight:700}}.fx-content-compinfo .fx-cms h2,
.fx-content-compinfo .fx-cms h3,
.fx-content-compinfo .fx-cms h4,
.fx-content-compinfo .fx-cms h5,
.fx-content-compinfo .fx-cms h6{margin-bottom:16px;overflow-wrap:break-word;word-wrap:break-word;-webkit-hyphens:auto;hyphens:auto;font-weight:bold}.fx-content-compinfo .fx-cms .tr-cms-image{text-align:center}.fx-content-compinfo .fx-cms .tr-cms-image img{max-width:100%;height:auto;width:auto}.fx-content-compinfo .fx-cms .tr-cms-image img.lazyload:not(.lazyloaded){height:100%}.fx-content-compinfo .fx-cms .tr-cms-image + h3{margin-top:40px}@media screen and (min-width: 600px){.fx-content-compinfo .fx-cms .tr-cms-image + h3{margin-top:56px}}@media screen and (min-width: 940px){.fx-content-compinfo .fx-cms .tr-cms-image + h3{margin-top:72px}}.fx-content-compinfo .fx-cms .tr-cms-image.tr-float-next2one{display:inline-block;margin:16px 0}.fx-content-compinfo .fx-cms .cms-image-wrapper{display:flex;flex-direction:row;gap:16px;justify-content:center;margin-bottom:16px}.fx-content-compinfo .fx-cms .cms-image-wrapper.alignment-next2one{display:inline-flex;vertical-align:top}.fx-content-compinfo .fx-cms .cms-image-wrapper.alignment-left{justify-content:left}.fx-content-compinfo .fx-cms .cms-image-wrapper.alignment-right{justify-content:right}.fx-content-compinfo .fx-cms a:not(.fx-button){-webkit-text-decoration:underline;text-decoration:underline}.fx-content-compinfo .fx-cms a,
.fx-content-compinfo .fx-cms p,
.fx-content-compinfo .fx-cms li{font-size:14px;line-height:22px;letter-spacing:-0.11px;font-weight:400;margin:0 0 25px}@media screen and (min-width: 600px){.fx-content-compinfo .fx-cms a,
  .fx-content-compinfo .fx-cms p,
  .fx-content-compinfo .fx-cms li{font-size:14px;line-height:22px;letter-spacing:-0.11px;font-weight:400}}@media screen and (min-width: 940px){.fx-content-compinfo .fx-cms a,
  .fx-content-compinfo .fx-cms p,
  .fx-content-compinfo .fx-cms li{font-size:16px;line-height:24px;letter-spacing:-0.26px;font-weight:400}}.fx-content-compinfo .fx-cms a.fx-text--without-margin,
.fx-content-compinfo .fx-cms p.fx-text--without-margin,
.fx-content-compinfo .fx-cms li.fx-text--without-margin{margin-bottom:0}.fx-content-compinfo .fx-cms a.fx-text--size-small,
.fx-content-compinfo .fx-cms p.fx-text--size-small,
.fx-content-compinfo .fx-cms li.fx-text--size-small{font-size:14px;line-height:22px;letter-spacing:-0.11px;font-weight:400}.fx-content-compinfo .fx-cms a.fx-text--size-medium,
.fx-content-compinfo .fx-cms p.fx-text--size-medium,
.fx-content-compinfo .fx-cms li.fx-text--size-medium{font-size:14px;line-height:22px;letter-spacing:-0.11px;font-weight:400}.fx-content-compinfo .fx-cms a.fx-text--size-large,
.fx-content-compinfo .fx-cms p.fx-text--size-large,
.fx-content-compinfo .fx-cms li.fx-text--size-large{font-size:16px;line-height:24px;letter-spacing:-0.26px;font-weight:400}@media screen and (min-width: 600px){.fx-content-compinfo .fx-cms a,
  .fx-content-compinfo .fx-cms p,
  .fx-content-compinfo .fx-cms li{margin:0 0 23px}}@media screen and (min-width: 940px){.fx-content-compinfo .fx-cms a,
  .fx-content-compinfo .fx-cms p,
  .fx-content-compinfo .fx-cms li{margin:0 0 26px}}.fx-content-compinfo .fx-cms a.fx-spacing-size--large,
.fx-content-compinfo .fx-cms p.fx-spacing-size--large,
.fx-content-compinfo .fx-cms li.fx-spacing-size--large{margin:0 0 38px}@media screen and (min-width: 600px){.fx-content-compinfo .fx-cms a.fx-spacing-size--large,
  .fx-content-compinfo .fx-cms p.fx-spacing-size--large,
  .fx-content-compinfo .fx-cms li.fx-spacing-size--large{margin:0 0 49px}}@media screen and (min-width: 940px){.fx-content-compinfo .fx-cms a.fx-spacing-size--large,
  .fx-content-compinfo .fx-cms p.fx-spacing-size--large,
  .fx-content-compinfo .fx-cms li.fx-spacing-size--large{margin:0 0 58px}}@media screen and (min-width: 600px){.fx-content-compinfo .fx-cms a.fx-text--plus,
  .fx-content-compinfo .fx-cms p.fx-text--plus,
  .fx-content-compinfo .fx-cms li.fx-text--plus,
  .fx-content-compinfo .fx-cms a.fx-text--bold-plus,
  .fx-content-compinfo .fx-cms p.fx-text--bold-plus,
  .fx-content-compinfo .fx-cms li.fx-text--bold-plus{font-size:16px;line-height:22px;letter-spacing:-0.13px}}@media screen and (min-width: 940px){.fx-content-compinfo .fx-cms a.fx-text--plus,
  .fx-content-compinfo .fx-cms p.fx-text--plus,
  .fx-content-compinfo .fx-cms li.fx-text--plus,
  .fx-content-compinfo .fx-cms a.fx-text--bold-plus,
  .fx-content-compinfo .fx-cms p.fx-text--bold-plus,
  .fx-content-compinfo .fx-cms li.fx-text--bold-plus{font-size:18px;line-height:28px;letter-spacing:-0.29px}}.fx-content-compinfo .fx-cms a.fx-text--bold-plus,
.fx-content-compinfo .fx-cms p.fx-text--bold-plus,
.fx-content-compinfo .fx-cms li.fx-text--bold-plus{font-weight:700}.fx-content-compinfo .fx-cms a.fx-text--uppercase,
.fx-content-compinfo .fx-cms p.fx-text--uppercase,
.fx-content-compinfo .fx-cms li.fx-text--uppercase{text-transform:uppercase}.fx-content-compinfo .fx-cms a.fx-text--light,
.fx-content-compinfo .fx-cms p.fx-text--light,
.fx-content-compinfo .fx-cms li.fx-text--light{font-weight:300}.fx-content-compinfo .fx-cms a.fx-text--regular,
.fx-content-compinfo .fx-cms p.fx-text--regular,
.fx-content-compinfo .fx-cms li.fx-text--regular{font-weight:400}.fx-content-compinfo .fx-cms a.fx-text--semi-bold,
.fx-content-compinfo .fx-cms p.fx-text--semi-bold,
.fx-content-compinfo .fx-cms li.fx-text--semi-bold{font-weight:600}.fx-content-compinfo .fx-cms a.fx-text--bold,
.fx-content-compinfo .fx-cms p.fx-text--bold,
.fx-content-compinfo .fx-cms li.fx-text--bold{font-weight:700}.fx-content-compinfo .fx-cms a.fx-text--italic,
.fx-content-compinfo .fx-cms p.fx-text--italic,
.fx-content-compinfo .fx-cms li.fx-text--italic{font-style:italic}.fx-content-compinfo .fx-cms a.fx-text--no-margin,
.fx-content-compinfo .fx-cms p.fx-text--no-margin,
.fx-content-compinfo .fx-cms li.fx-text--no-margin{margin:0}.fx-content-compinfo .fx-cms ol,
.fx-content-compinfo .fx-cms ul{margin:16px 0}.fx-content-compinfo .fx-cms ul{display:block;list-style-type:disc;margin-top:1em;margin-bottom:1em;padding-left:40px}.fx-content-compinfo .fx-cms ol{display:block;list-style-type:decimal;margin-top:1em;margin-bottom:1em;padding-left:40px}.fx-content-compinfo .fx-cms ol ul,
.fx-content-compinfo .fx-cms ul ul{list-style-type:circle}.fx-content-compinfo .fx-cms ol ul ul,
.fx-content-compinfo .fx-cms ul ul ul{list-style-type:square}.fx-content-compinfo .fx-cms hr{margin-top:8px;margin-bottom:16px}.fx-content-compinfo .environment .lr-compinfo-environment > .tr-cms-image{display:none}.fx-content-compinfo .environment .lr-compinfo-environment > .list{margin:0;padding:0;list-style:none}.fx-content-compinfo .environment .lr-compinfo-environment > .list .fx-list__item{margin:0;padding:0;list-style:none;font-size:14px;line-height:22px;letter-spacing:-0.11px;font-weight:400}@media screen and (min-width: 600px){.fx-content-compinfo .environment .lr-compinfo-environment > .list .fx-list__item{margin-bottom:1px;font-size:13px;line-height:20px;letter-spacing:-0.07px}}@media screen and (min-width: 940px){.fx-content-compinfo .environment .lr-compinfo-environment > .list .fx-list__item{margin-bottom:2px;font-size:16px;line-height:24px;letter-spacing:-0.08px}}.fx-content-compinfo .environment .lr-compinfo-environment > .list .fx-list__item.fx-list__item--circle{background:url(/static/icons/svg/fx/list-item.svg?m=567bfc7) no-repeat;background-size:12px 12px;background-position:2px 5px;padding-left:16px}@media screen and (min-width: 600px){.fx-content-compinfo .environment .lr-compinfo-environment > .list .fx-list__item.fx-list__item--circle{background-size:16px 16px;background-position:4px 3px;padding-left:24px}}@media screen and (min-width: 940px){.fx-content-compinfo .environment .lr-compinfo-environment > .list .fx-list__item.fx-list__item--circle{background-size:20px 20px;background-position:0 3px;padding-left:32px}}.fx-content-compinfo .environment .lr-compinfo-environment > .list.fx-list--with-margin-bottom .fx-list__item{margin-bottom:16px}.fx-content-compinfo .environment .lr-compinfo-environment > .list .fx-list__item--multiline .fx-list__item-head{position:relative;padding-left:16px}.fx-content-compinfo .environment .lr-compinfo-environment > .list .fx-list__item--multiline .fx-list__item-head--circle::before{content:url(/static/icons/svg/fx/list-item.svg?m=567bfc7);position:absolute;left:0;top:50%;transform:translateY(-50%);height:12px;width:12px}.fx-content-compinfo .environment .lr-compinfo-environment > .list .fx-list__item--multiline .fx-list__item-content{padding-left:16px}@media screen and (min-width: 600px){.fx-content-compinfo .environment .lr-compinfo-environment > .list .fx-list__item--multiline .fx-list__item-head{padding-left:24px}.fx-content-compinfo .environment .lr-compinfo-environment > .list .fx-list__item--multiline .fx-list__item-head--circle::before{height:16px;width:16px}.fx-content-compinfo .environment .lr-compinfo-environment > .list .fx-list__item--multiline .fx-list__item-content{padding-left:24px}}@media screen and (min-width: 940px){.fx-content-compinfo .environment .lr-compinfo-environment > .list .fx-list__item--multiline .fx-list__item-head{padding-left:32px}.fx-content-compinfo .environment .lr-compinfo-environment > .list .fx-list__item--multiline .fx-list__item-head--circle::before{height:20px;width:20px}.fx-content-compinfo .environment .lr-compinfo-environment > .list .fx-list__item--multiline .fx-list__item-content{padding-left:32px}}.fx-content-compinfo .environment .lr-compinfo-environment > .list h2.list-headline{font-size:18px;line-height:26px;letter-spacing:-0.5px;font-weight:700;margin:16px 0 8px}@media screen and (min-width: 600px){.fx-content-compinfo .environment .lr-compinfo-environment > .list h2.list-headline{font-size:22px;line-height:30px;letter-spacing:-0.5px;font-weight:700}}@media screen and (min-width: 940px){.fx-content-compinfo .environment .lr-compinfo-environment > .list h2.list-headline{font-size:28px;line-height:38px;letter-spacing:-1px;font-weight:700}}.fx-content-compinfo .environment .lr-compinfo-environment > .list .list-element{margin-top:40px}@media screen and (min-width: 600px){.fx-content-compinfo .environment .lr-compinfo-environment > .list .list-element{margin-top:56px}}@media screen and (min-width: 940px){.fx-content-compinfo .environment .lr-compinfo-environment > .list .list-element{margin-top:72px}}.fx-content-compinfo .environment .lr-compinfo-environment > .list .list-element .table .table-row .table-column.table-column-left .tr-cms-image,
.fx-content-compinfo .environment .lr-compinfo-environment > .list .list-element .table .table-row .table-column.table-column-left .cms-image-wrapper{width:100%;display:flex;align-items:center;max-height:160px;overflow:hidden;border-radius:6px}.fx-content-compinfo .environment .lr-compinfo-environment > .list .list-element .table .table-row .table-column.table-column-left .tr-cms-image img,
.fx-content-compinfo .environment .lr-compinfo-environment > .list .list-element .table .table-row .table-column.table-column-left .cms-image-wrapper img{width:100%;border-radius:6px}.fx-content-compinfo .environment .lr-compinfo-environment > .list .list-element__teaser{position:relative}.fx-content-compinfo .environment .lr-compinfo-environment > .list .list-element__gradient{margin-bottom:40px}.fx-content-compinfo .environment .lr-compinfo-environment .panel-group{margin:24px 0 16px 0}.fx-content-compinfo .environment .lr-compinfo-environment .panel{border:1px solid #b4b4b4;border-left:0;border-right:0;margin-top:-1px}.fx-content-compinfo .environment .lr-compinfo-environment .panel .panel-btn{display:inline-block;cursor:pointer;vertical-align:middle;padding-right:8px;margin-left:-36px}.fx-content-compinfo .environment .lr-compinfo-environment .panel .panel-btn__icon--plus{display:inline-block}.fx-content-compinfo .environment .lr-compinfo-environment .panel .panel-btn__icon--minus{display:none}.fx-content-compinfo .environment .lr-compinfo-environment .panel .panel-btn-collapsed{cursor:pointer}.fx-content-compinfo .environment .lr-compinfo-environment .panel .panel-btn-collapsed .panel-btn__icon--plus{display:none}.fx-content-compinfo .environment .lr-compinfo-environment .panel .panel-btn-collapsed .panel-btn__icon--minus{display:inline-block}.fx-content-compinfo .environment .lr-compinfo-environment .panel .panel-heading{cursor:pointer;padding:12px 0 12px 36px}@media screen and (min-width: 600px){.fx-content-compinfo .environment .lr-compinfo-environment .panel .panel-heading{font-size:16px;line-height:22px;letter-spacing:-0.13px}}@media screen and (min-width: 940px){.fx-content-compinfo .environment .lr-compinfo-environment .panel .panel-heading{font-size:18px;line-height:28px;letter-spacing:-0.29px}}.fx-content-compinfo .environment .lr-compinfo-environment .panel .panel-heading:hover{color:#6009b0}.fx-content-compinfo .environment .lr-compinfo-environment .panel .panel-heading:hover .panel-btn{color:#6009b0}.fx-content-compinfo .environment .lr-compinfo-environment .panel .panel-heading:active{color:#420080}.fx-content-compinfo .environment .lr-compinfo-environment .panel .panel-heading:active .panel-btn{color:#420080}.fx-content-compinfo .environment .lr-compinfo-environment .panel .panel-body{display:none;margin:0;padding:0 0 0 12px;overflow:auto;width:100%}.fx-content-compinfo .environment .lr-compinfo-environment .panel .panel-body img{float:left;margin-right:10px}.fx-content-compinfo .environment .lr-compinfo-environment > .list-headline{margin-top:40px}@media screen and (min-width: 600px){.fx-content-compinfo .environment .lr-compinfo-environment > .list-headline{margin-top:56px}}@media screen and (min-width: 940px){.fx-content-compinfo .environment .lr-compinfo-environment > .list-headline{margin-top:72px}}.fx-content-compinfo .environment .lr-compinfo-environment .memberships .memberships__column{display:flex;flex-direction:column;justify-content:center;align-items:center;margin-bottom:12px;padding:16px;border:1px solid #b4b4b4;border-radius:4px}.fx-content-compinfo .environment .lr-compinfo-environment .memberships .memberships__column .grid-image-wrapper{text-align:center;margin-bottom:4px}.fx-content-compinfo .environment .lr-compinfo-environment .memberships .memberships__column .grid-image-wrapper img{max-height:80px;width:auto}.fx-content-compinfo .environment .lr-compinfo-environment .memberships .memberships__column .tr-cms-image-caption{text-align:center;max-width:100%}@media screen and (min-width: 600px){.fx-content-compinfo .environment .lr-compinfo-environment{position:relative}.fx-content-compinfo .environment .lr-compinfo-environment > .lr-compinfo-environment-header{margin-right:199px}.fx-content-compinfo .environment .lr-compinfo-environment > p:first-of-type{margin-right:199px}.fx-content-compinfo .environment .lr-compinfo-environment > .tr-cms-image{display:block;position:absolute;top:0;right:0}.fx-content-compinfo .environment .lr-compinfo-environment > .list{grid-column-start:span 2}.fx-content-compinfo .environment .lr-compinfo-environment > .list .list-element .table .table-row{display:flex;width:100%}.fx-content-compinfo .environment .lr-compinfo-environment > .list .list-element .table .table-row .table-column:not(.table-column-left):not(
                                        .table-column-right
                                    ){display:flex;width:100%}.fx-content-compinfo .environment .lr-compinfo-environment > .list .list-element .table .table-row .table-column.table-column-left{width:246px;margin-right:24px}.fx-content-compinfo .environment .lr-compinfo-environment > .list .list-element .table .table-row .table-column.table-column-left .tr-cms-image,
  .fx-content-compinfo .environment .lr-compinfo-environment > .list .list-element .table .table-row .table-column.table-column-left .cms-image-wrapper{max-height:100%}.fx-content-compinfo .environment .lr-compinfo-environment > .list .list-element .table .table-row .table-column.table-column-right{flex:1 0 1px}.fx-content-compinfo .environment .lr-compinfo-environment .panel .panel-btn{padding-right:16px;margin-left:-44px}.fx-content-compinfo .environment .lr-compinfo-environment .panel .panel-heading{padding:18px 0 18px 44px}.fx-content-compinfo .environment .lr-compinfo-environment .panel .panel-body{padding:0 0 20px 44px}.fx-content-compinfo .environment .lr-compinfo-environment .memberships .memberships__column{padding:28px;margin-bottom:0}}@media screen and (min-width: 940px){.fx-content-compinfo .environment .lr-compinfo-environment .panel .panel-btn{padding-right:16px;margin-left:-52px}.fx-content-compinfo .environment .lr-compinfo-environment .panel .panel-heading{padding:18px 0 18px 52px}.fx-content-compinfo .environment .lr-compinfo-environment .panel .panel-body{padding-left:52px}}.fx-content-compinfo .privacy{overflow-wrap:break-word;word-wrap:break-word}.fx-header{width:100%;background-color:#f3f3f3;position:relative}.fx-header .static-links{display:inline-flex;justify-content:flex-start;flex-wrap:wrap;overflow:hidden;list-style:none;padding:0;margin:0;height:16px}.fx-header .static-links__link{-webkit-text-decoration:none;text-decoration:none}.fx-header .static-links__item{display:inline-flex;margin-right:16px;flex-wrap:nowrap}.fx-header .static-links__item:last-of-type{margin-right:0}@media screen and (min-width: 940px){.fx-header .static-links{height:22px}.fx-header .static-links__item{margin-right:32px}}.fx-header .header-logo{margin:2px 0 0 0;align-self:flex-start}.fx-header .header-logo__link{display:flex;flex-direction:row}.fx-header .header-logo__link:focus .header-logo__image,
.fx-header .header-logo__link:hover .header-logo__image{transform:translateZ(0) scale(1.05)}.fx-header .header-logo__link:focus.header-logo--hover-switch .header-logo__image,
.fx-header .header-logo__link:hover.header-logo--hover-switch .header-logo__image{display:none}.fx-header .header-logo__link:focus.header-logo--hover-switch .header-logo__image--hover,
.fx-header .header-logo__link:hover.header-logo--hover-switch .header-logo__image--hover{display:block}.fx-header .header-logo__container{flex:0 1 100px}.fx-header .header-logo__image{max-width:100%;max-height:18px;height:auto;transition:transform 0.1s ease-in-out}@media (forced-colors: active){.fx-header .header-logo__image{-webkit-backdrop-filter:invert(1);backdrop-filter:invert(1)}}.fx-header .header-logo__placeholder{flex:0 0 200px;width:100%;height:18px}.fx-header .header-logo .header-logo__image--hover{display:none}@media screen and (min-width: 600px){.fx-header .header-logo{margin:0 0 2px 0;align-self:center}.fx-header .header-logo__link{display:block}.fx-header .header-logo__placeholder{display:none}.fx-header .header-logo.header-logo--hover-switch{min-height:55px}}@media screen and (min-width: 940px){.fx-header .header-logo__image{max-height:26px}}.fx-header .ticker{display:inline-flex;justify-content:flex-end;flex-wrap:wrap;overflow:hidden;list-style:none;padding:0;margin:0;height:16px}.fx-header .ticker__link{-webkit-text-decoration:none;text-decoration:none}.fx-header .ticker__item{margin-left:16px;display:inline-flex;flex-wrap:nowrap}.fx-header .ticker__item:first-of-type{margin-left:0}@media screen and (min-width: 940px){.fx-header .ticker{height:22px}.fx-header .ticker__item{margin-left:32px}}.fx-header .search-box{margin-top:12px;display:flex;align-items:center;width:100%}.fx-header .search-box__form{display:inline-block;flex:1}.fx-header .search-box .search-input{background-color:#fff;border-radius:25px;display:inline-flex;align-items:center;width:100%;transition:box-shadow 0.1s ease-in-out}.fx-header .search-box .search-input__magnifier,
.fx-header .search-box .search-input__remove{width:20px;height:20px;min-width:20px;margin:0 8px;cursor:pointer}.fx-header .search-box .search-input__magnifier--br,
.fx-header .search-box .search-input__remove--br{color:#8a8a8a}.fx-header .search-box .search-input__remove{visibility:hidden;opacity:0;cursor:pointer;transition:visibility 0.1s ease-in-out,opacity 0.1s ease-in-out}.fx-header .search-box .search-input__remove--visible{visibility:visible;opacity:1}.fx-header .search-box .search-input__remove:hover{color:#7e00f3}.fx-header .search-box .search-input__field{font-family:'Open Sans',Verdana,Tahoma,Arial,Helvetica,sans-serif;border:none;background:rgba(255,255,255,0);margin:0;color:#1c1c1c;padding:4px 28px 4px 0;width:100%}.fx-header .search-box .search-input__field::placeholder{text-align:center;color:#8a8a8a;font-weight:600;opacity:1;padding-left:2px}.fx-header .search-box .search-input__field.search-input__field--overlay::placeholder{text-align:left}.fx-header .search-box .search-input__field:focus{outline:none}.fx-header .search-box .search-input.search-input--overlay{box-shadow:none;background-color:#fff}@media screen and (min-width: 600px){.fx-header .search-box .search-input:hover:not(.search-input--overlay){box-shadow:0 2px 4px rgba(0,0,0,0.1)}.fx-header .search-box .search-input.search-input--overlay{background-color:#f3f3f3}.fx-header .search-box__results{overflow-y:auto;overflow-x:hidden;transition:margin 50ms}@supports not (scrollbar-color: transparent transparent){.fx-header .search-box__results{-ms-overflow-style:none}.fx-header .search-box__results::-webkit-scrollbar-thumb{background-color:#fff}.fx-header .search-box__results:hover::-webkit-scrollbar-thumb{background-color:#1c1c1c}}@supports (scrollbar-color: transparent transparent){.fx-header .search-box__results{scrollbar-width:thin;scrollbar-color:transparent transparent}.fx-header .search-box__results:hover{scrollbar-width:thin;scrollbar-color:#1c1c1c transparent}}}@media screen and (min-width: 940px){.fx-header .search-box{margin-top:16px}.fx-header .search-box .search-input__magnifier,
  .fx-header .search-box .search-input__remove{width:24px;height:24px;min-width:24px;margin:0 16px}.fx-header .search-box .search-input__field{padding:12px 58px 12px 0}}.fx-header .main-navigation{margin-left:16px;display:inline-flex;cursor:pointer}.fx-header .main-navigation:hover{color:#7e00f3}.fx-header .main-navigation__icon{width:24px;height:24px}.fx-header .user-navigation{position:absolute;display:inline-flex;top:8px;right:24px;list-style:none;padding:0;margin:0;white-space:nowrap}.fx-header .user-navigation__icon{pointer-events:none;vertical-align:bottom}.fx-header .user-navigation__item{margin-left:16px;display:inline-flex;align-items:center;position:relative}.fx-header .user-navigation__item:first-child{margin-left:0}.fx-header .user-navigation__item.user-navigation__item--active::after{content:'';position:absolute;right:1px;top:8px;height:3px;width:3px;display:block;border-radius:50%;background-color:#7e00f3;box-shadow:0 0 0 2px #f3f3f3}.fx-header .user-navigation__basket-amount{font-weight:700;color:#7e00f3;position:absolute;top:-4px;left:50%;transform:translateX(-50%)}.fx-header .user-navigation__basket-amount--big{left:15px}.fx-header .user-navigation__basket-amount--very-big{left:19px}.fx-header .user-navigation__basket-amount--very-big::after{content:'+';margin-left:-3px}.fx-header .user-navigation .shop-country:focus{color:#420080}.fx-header .user-navigation .shop-country:hover{color:#7e00f3}.fx-header .user-navigation .shop-country .shop-country__stats{display:inline-block;margin-right:4px;text-transform:uppercase;pointer-events:none}.fx-header .user-navigation .shop-country .shop-country__flag-select{display:inline-flex;align-items:center;position:relative}.fx-header .user-navigation .shop-country .shop-country__circle{z-index:1}.fx-header .user-navigation .shop-country .shop-country__flag-wrapper{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);display:inline-flex;width:16px;height:16px;overflow:hidden;border-radius:50%}.fx-header .user-navigation .shop-country .shop-country__flag-wrapper--center{justify-content:center}.fx-header .user-navigation .shop-country .shop-country__flag-wrapper--left{justify-content:flex-start}.fx-header .user-navigation .shop-country .shop-country__flag-wrapper--right{justify-content:flex-end}.fx-header .user-navigation .shop-country .shop-country__flag{height:100%;max-width:none}@media screen and (min-width: 600px){.fx-header .user-navigation{position:relative;top:initial;right:initial;display:inline-flex;justify-content:flex-end;align-items:center;height:30px}.fx-header .user-navigation__item{margin-left:12px}.fx-header .user-navigation__basket-amount{top:-8px}.fx-header .user-navigation__basket-amount--big{left:15px}.fx-header .user-navigation__basket-amount--very-big{left:19px}}@media screen and (min-width: 760px){.fx-header .user-navigation__item{margin-left:16px}}@media screen and (min-width: 940px){.fx-header .user-navigation{height:48px}.fx-header .user-navigation__item{margin-left:32px}.fx-header .user-navigation__item.user-navigation__item--active::after{height:6px;width:6px;top:10px}.fx-header .user-navigation__basket-amount{line-height:22px;top:-5px}.fx-header .user-navigation__basket-amount--big{left:19px}.fx-header .user-navigation__basket-amount--very-big{left:24px}.fx-header .user-navigation .shop-country .shop-country__flag-wrapper{width:20px;height:20px}}.fx-header .entry-points{display:flex;padding:0;margin:0;height:30px}.fx-header .entry-points__menu{margin-right:16px;display:inline-flex;align-items:center;cursor:pointer}.fx-header .entry-points__menu:hover{color:#7e00f3}.fx-header .entry-points .link-list{overflow:hidden;list-style:none;display:inline-block;padding:0;margin:0}.fx-header .entry-points .link-list__text{-webkit-text-decoration:none;text-decoration:none}.fx-header .entry-points .link-list__item{display:inline-flex;margin-right:12px;height:30px;align-items:center}.fx-header .entry-points .link-list__item:last-of-type{margin-right:0}@media screen and (min-width: 940px){.fx-header .entry-points{height:48px}.fx-header .entry-points__menu{margin-right:24px}.fx-header .entry-points .link-list.link-list--small .link-list__text{font-size:14px}.fx-header .entry-points .link-list__item{height:48px}}.fx-header__wrapper{padding:8px 24px 10px;max-width:1512px;margin:0 auto;display:flex;justify-content:space-between}.fx-header__column--second{width:100%}@media screen and (min-width: 600px){.fx-header__wrapper{padding:12px 32px 16px}.fx-header__column{display:flex;flex-wrap:wrap;flex-direction:column}.fx-header__column--first,
  .fx-header__column--third{width:33%;flex:1 1 33%;justify-content:space-between}.fx-header__column--first{text-align:left}.fx-header__column--second{align-items:center;width:auto;min-width:34%;padding-left:8px;padding-right:8px}.fx-header__column--third{text-align:right}}@media screen and (min-width: 940px){.fx-header__wrapper{padding:16px 40px 16px}}@media print{.fx-header{display:none}}.fx-header-categories{display:block;width:100%;background-color:#1c1c1c}.fx-header-categories__wrapper{padding:0 40px;max-width:1512px;margin:0 auto}.fx-header-categories .categories-list{display:flex;justify-content:space-between;width:100%;padding:0;margin:0;white-space:nowrap;overflow:hidden;list-style:none}.fx-header-categories .categories-list__link{-webkit-text-decoration:none;text-decoration:none}.fx-header-categories .categories-list__item{display:inline-block;margin:8px 0}.fx-header-categories .categories-list__rail{transition:transform 0.5s}.fx-header-categories .categories-list .categories-list__link{display:inline-block;padding:4px 12px;border-radius:6px;font-size:16px;line-height:24px;letter-spacing:-0.26px;color:#f3f3f3}.fx-header-categories .categories-list .categories-list__link:focus,
.fx-header-categories .categories-list .categories-list__link:hover{color:#f3f3f3;background:#6009b0}.fx-header-categories .categories-list .categories-list__link--active{background:rgba(104,104,104,0.3)}.fx-header-categories .categories-list__arrow{color:#f3f3f3;cursor:pointer;position:relative}.fx-header-categories .categories-list__arrow--left::after,
.fx-header-categories .categories-list__arrow--right::before{content:'';position:absolute;height:40px;top:-8px;width:24px;display:inline-block}.fx-header-categories .categories-list__arrow--left::after{right:-24px;z-index:1;background:linear-gradient(to left,rgba(28,28,28,0) 0%,#1c1c1c 100%)}.fx-header-categories .categories-list__arrow--right::before{left:-24px;background:linear-gradient(to right,rgba(28,28,28,0) 0%,#1c1c1c 100%)}.shop-selection{text-align:center;margin-bottom:56px}.shop-selection .country-selection{border-bottom:1px solid #e8e8e8}.shop-selection .country-selection .country-selection__switch{margin-bottom:8px}.shop-selection .country-selection__continents,
.shop-selection .country-selection__search{margin-top:0;margin-bottom:16px}.shop-selection .country-selection__flag-container{height:16px;width:21px}@media screen and (min-width: 600px){.shop-selection .country-selection__continents,
  .shop-selection .country-selection__search{margin-bottom:20px}.shop-selection .country-selection__flag-container{height:24px;width:32px}}@media screen and (min-width: 940px){.shop-selection .country-selection .country-selection__switch{margin-bottom:16px}.shop-selection .country-selection__continents,
  .shop-selection .country-selection__search{margin-bottom:24px}.shop-selection .country-selection .country-item__title{font-size:14px;line-height:22px}}.shop-selection .language-selection{border-bottom:1px solid #e8e8e8}.shop-selection .language-selection .languages{text-align:left}.shop-selection .language-selection .languages__item{display:flex;align-items:center;margin-bottom:16px;cursor:pointer}.shop-selection .language-selection .languages__item:hover{color:#7e00f3}.shop-selection .language-selection .languages__check{stroke-width:3;margin-left:8px;color:#7e00f3;flex-shrink:0}@media screen and (min-width: 600px){.shop-selection .language-selection{padding-bottom:4px}}@media screen and (min-width: 940px){.shop-selection .language-selection{padding-bottom:8px}}.shop-selection .currency-selection{border-bottom:1px solid #e8e8e8}.shop-selection .currency-selection,
.shop-selection .currency-selection__input{margin-bottom:16px}@media screen and (min-width: 600px){.shop-selection .currency-selection,
  .shop-selection .currency-selection__input{margin-bottom:20px}}@media screen and (min-width: 940px){.shop-selection .currency-selection,
  .shop-selection .currency-selection__input{margin-bottom:24px}}.shop-selection .shop-selection-title{margin-top:16px;margin-bottom:16px}.shop-selection .shop-selection-title.shop-selection-title--first{margin-top:0}.shop-selection__button-container{position:-webkit-sticky;position:sticky;white-space:nowrap;bottom:16px;z-index:1;width:100%}.shop-selection .shop-selection-button__subtitle{margin-left:4px;font-style:italic;font-weight:400}.shop-selection .shop-selection-button.shop-selection-button--shake{animation:Shake 180ms cubic-bezier(0.36,0.07,0.19,0.97) both 2;transform-origin:50% 50%}@media screen and (min-width: 600px){.shop-selection__button-container{max-width:384px}}@media screen and (min-width: 940px){.shop-selection{margin-bottom:80px}.shop-selection__button-container{max-width:504px}.shop-selection .shop-selection-title{margin-top:24px;margin-bottom:24px}.shop-selection .shop-selection-button{bottom:24px}}.flyin-login .login__keep{margin:16px 0}.flyin-login .login__submit{display:flex;justify-content:center;margin:24px 0}.flyin-login .login__new-here{margin-top:28px;margin-bottom:10px}.flyin-login .login__captcha{display:flex}.flyin-login .login__pwlost{display:flex;justify-content:center;margin:16px 0}.flyin-login .login__register{display:flex;justify-content:center}@media screen and (min-width: 940px){.flyin-login .login__submit{margin:32px 0}.flyin-login .login__new-here{margin-bottom:10px}}.search-overlay{opacity:0;z-index:100;position:fixed;left:0;top:0;visibility:visible;width:100%;height:100%;display:flex;justify-content:center;transition:opacity 0.1s ease-in-out}.search-overlay--visible{opacity:1}.search-overlay__backdrop{position:absolute;left:0;top:84px;width:100%;height:100%;opacity:0}.search-overlay__backdrop--visible{opacity:1}.search-overlay__backdrop::before{content:'';width:100%;height:94px;display:block;top:0;position:fixed;background-color:rgba(255,255,255,0)}.search-overlay__content{width:100%;display:flex;flex-direction:column;z-index:1;box-shadow:none;overflow:hidden}.search-overlay__form{position:fixed;top:44px;left:24px;width:auto;right:64px}@media screen and (min-width: 600px){.search-overlay{align-items:flex-start}.search-overlay__backdrop{top:0}.search-overlay__backdrop::before{display:none}.search-overlay__content{width:496px;background:#fff;border-radius:20px;margin-top:24px;margin-bottom:24px;max-height:calc(100vh - 48px);padding:24px 40px;box-shadow:0 1px 70px 20px rgba(0,0,0,0.3)}.search-overlay__form{padding:0;width:100%;position:inherit;transition:margin-bottom 0.1s ease-in-out}}@media screen and (min-width: 940px){.search-overlay__content{width:616px;margin-top:36px;margin-bottom:36px;max-height:calc(100vh - 72px)}}.search-suggestions{background-color:#fff;overflow:hidden;padding-left:24px;padding-right:24px;top:80px;position:fixed;width:100%;height:100%;max-height:0;transition:max-height 50ms ease-in-out}.search-suggestions.search-suggestions--visible{max-height:3000px}.search-suggestions__results{height:calc(100% - 145px);overflow-x:hidden;overflow-y:scroll;scroll-behavior:smooth;margin-top:16px}.search-suggestions__results::-webkit-scrollbar{display:none}.search-suggestions .search-section{padding:0 4px;overflow:hidden}.search-suggestions .search-section__header{font-size:10px;font-weight:600;color:#686868;text-transform:uppercase;margin-left:4px}.search-suggestions .search-section__footer{border-bottom:1px solid #e8e8e8;padding-bottom:16px;margin-bottom:16px}.search-suggestions .search-suggestion{display:block;cursor:pointer;clear:both;height:22px;padding-left:4px;padding-right:4px;margin-bottom:4px}.search-suggestions .search-suggestion:last-of-type{margin-bottom:0}.search-suggestions .search-suggestion--active{color:#7e00f3;background-color:#e8e8e8;border-radius:3px}.search-suggestions .search-suggestion__label{max-width:85%;float:left;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.search-suggestions .search-suggestion__label em{font-weight:700;font-style:normal}.search-suggestions .search-suggestion__count{float:right;color:#8a8a8a}@media screen and (min-width: 600px){.search-suggestions{position:inherit;width:100%;padding-left:0;padding-right:0;margin-top:0}.search-suggestions__results{margin-top:0;height:100%}}@media screen and (min-width: 940px){.search-suggestions .search-suggestion{height:25px}}.suggestions-tabs{height:55px;width:100%;overflow-x:scroll;overflow-y:hidden;line-height:55px;scrollbar-width:none}.suggestions-tabs::-webkit-scrollbar{display:none}.suggestions-tabs__item{height:55px;color:#000;cursor:pointer;margin-left:8px;margin-right:8px;white-space:nowrap;border-bottom:1px solid #000;padding-bottom:3px}.suggestions-tabs__item--selected{border-bottom:2px solid #7e00f3}.suggestions-tabs__indicator{width:25px;height:1px;background-color:#7e00f3;margin-top:-15px;transition:margin-left 0.2s ease-in-out}.fx-header-reduced{height:40px;display:flex;justify-content:center;align-items:center;background-color:#f3f3f3}.fx-header-reduced .header-logo,
.fx-header-reduced .header-logo__image{height:16px;width:auto}.fx-header-reduced .header-logo{display:inline-flex}.fx-header-reduced .header-logo__link{transition:offset-outline 150ms ease}.fx-header-reduced .header-logo__link:focus-visible{outline:2px solid #7e00f3;outline-offset:4px}@media screen and (min-width: 600px){.fx-header-reduced{height:56px}.fx-header-reduced .header-logo,
  .fx-header-reduced .header-logo__image{height:20px}}@media screen and (min-width: 940px){.fx-header-reduced{height:64px}.fx-header-reduced .header-logo,
  .fx-header-reduced .header-logo__image{height:26px}}.cyberweek-teaser{background-color:lightgray;background-position:0 0,center;background-size:100px 100px,cover;background-repeat:repeat,no-repeat;background-blend-mode:multiply,normal;height:56px}.cyberweek-teaser a{-webkit-text-decoration:none;text-decoration:none}.cyberweek-teaser__inner{position:relative;flex-direction:column;width:100%;height:100%;display:flex;justify-content:center;align-items:center}.cyberweek-teaser__image{width:188px;margin-top:5px}.cyberweek-teaser__cta.fx-button[class].fx-button--ghost{position:absolute;color:#fff;border-color:#fff}.cyberweek-teaser__cta.fx-button[class].fx-button--ghost:hover,
.cyberweek-teaser__cta.fx-button[class].fx-button--ghost:active{background:#ff1776;border-color:#ff1776}.cyberweek-teaser__cta--small.fx-button[class].fx-button--ghost{position:relative;margin-top:-5px;color:#fff}.cyberweek-teaser__cta--small.fx-button[class].fx-button--ghost:hover,
.cyberweek-teaser__cta--small.fx-button[class].fx-button--ghost:active{background-color:transparent;border-color:transparent}.cyberweek-teaser__bubble{width:240px;height:100px;position:absolute;left:-200px;top:-6px;border-top-right-radius:80px;background:#ff1776}.cyberweek-teaser__dates{display:block;position:absolute;color:#fff;font-size:14px;font-weight:800;letter-spacing:3.5px;margin:16px 20px}@media screen and (min-width: 600px){.cyberweek-teaser{height:48px}.cyberweek-teaser__image{width:212px}.cyberweek-teaser__cta{right:24px}.cyberweek-teaser__bubble{width:517px;height:200px;position:absolute;left:-314px;top:-100px;border-top-right-radius:193px;background:#ff1776}}@media screen and (min-width: 940px){.cyberweek-teaser{height:56px}.cyberweek-teaser__image{width:230px}.cyberweek-teaser__cta{right:40px}}.exit-popover-container__background{position:fixed;top:0;right:0;bottom:0;left:0}.exit-popover{z-index:99;position:absolute;transform:translate(-50%);left:50%;top:32px;border:1px solid #1c1c1c;border-radius:6px;background:#fff;padding:16px;width:90%;max-width:576px}.exit-popover__close{position:absolute;right:8px;top:8px;width:20px;height:20px;border:none;background:none;padding:1px}.exit-popover__close-icon{width:100%;height:100%}.exit-popover__close:hover{color:#7e00f3}.exit-popover__text{padding-left:16px;padding-right:16px}.exit-popover__buttons{margin-top:8px;display:flex;gap:8px;justify-content:center;flex-wrap:wrap}@media screen and (min-width: 600px){.exit-popover{top:58px}}@media screen and (min-width: 940px){.exit-popover{max-width:560px}.exit-popover__close{width:24px;height:24px}}.navi-teaser{height:64px}.navi-teaser__container{width:100%;height:100%;position:relative;display:inline-block;overflow:hidden;-webkit-text-decoration:none;text-decoration:none}.navi-teaser__container .container__inner{position:relative;display:flex;max-height:64px;height:64px;padding-left:24px;padding-right:24px}.navi-teaser__container .container__background{position:absolute;width:100%;height:100%;object-fit:cover}.navi-teaser__container .container__tiles{display:flex;z-index:1}.navi-teaser__container .container__tile{display:flex;flex-direction:column;align-items:flex-start;justify-content:space-evenly}.navi-teaser__container .container__spacer{padding-left:48px}.navi-teaser__container .container__text{max-height:24px;display:flex;align-items:center;color:#fff;font-size:14px;font-style:normal;font-weight:400;line-height:22px;padding-top:2px}.navi-teaser__container .container__text--bold{font-weight:700}.navi-teaser__container .container__svg{margin-left:8px}.navi-teaser__container .container__image{max-height:48px;min-height:48px;padding-right:6px}@media screen and (min-width: 600px){.navi-teaser .container__text{padding-top:0}.navi-teaser .container__text--bold{font-size:16px;line-height:24px}.navi-teaser .container__tile{justify-content:center}.navi-teaser .container__image{max-height:56px;min-height:56px;padding-right:8px}}@media screen and (min-width: 760px){.navi-teaser{height:64px}.navi-teaser .container__inner{justify-content:center;padding-left:0;padding-right:0}.navi-teaser .container__text{font-size:16px;line-height:24px;padding-top:0}.navi-teaser .container__text--bold{font-size:18px;line-height:26px}.navi-teaser .container__image{max-height:64px;min-height:64px}}.send-coupon-info{margin-bottom:40px}.send-coupon-info__greet-title > span{font-weight:700;font-style:italic;display:block;margin-top:16px;margin-bottom:24px}.send-coupon-panel__intro{text-align:left}.send-coupon-panel .send-coupon-panel__title{margin-bottom:8px}.send-coupon-panel__section{margin-top:24px}.send-coupon-panel__section.send-coupon-panel__intro{margin-top:10px}.send-coupon-panel__preview{height:100%}.send-coupon-panel__full{display:flex;flex-direction:column}.send-coupon-panel__half .send-coupon-panel__sub-title{margin-bottom:16px}.send-coupon-panel__cta{text-align:center;margin-top:24px}.send-coupon-panel__inputs-wrapper{margin-top:16px;align-items:center}.send-coupon-panel__inputs-help{display:block;margin-top:4px}.send-coupon-panel__textarea{margin-bottom:8px}.send-coupon-panel__textarea-print{margin-bottom:8px}.send-coupon-panel__textarea-input{min-height:72px}@media screen and (min-width: 600px){.send-coupon-panel{border:3px solid #e8e8e8;border-radius:4px;padding:32px 40px 40px 40px}.send-coupon-panel__intro{text-align:center}.send-coupon-panel .send-coupon-panel__title{margin-bottom:16px}.send-coupon-panel__cta{margin-top:32px}.send-coupon-panel__textarea{margin-bottom:16px}.send-coupon-panel__textarea-print{margin-bottom:20px}}@media screen and (min-width: 940px){.send-coupon-panel{padding:32px 10px 40px 10px}.send-coupon-panel__full{flex-direction:row;position:relative}.send-coupon-panel__full::before{content:'';width:2px;background:#e8e8e8;position:absolute;left:calc(50% - 1px);height:calc(100% - 24px);top:24px}.send-coupon-panel__half{width:44%;margin:0 auto}.send-coupon-panel__section{max-width:580px;margin:24px auto auto}}.coupon-theme-selector__theme{display:inline-block;position:relative;cursor:pointer;border-radius:4px;overflow:hidden;margin:0 12px 12px 0}.coupon-theme-selector__image{width:48px;height:48px}.coupon-theme-selector__icon{position:absolute;left:50%;top:calc(50% - 12px);transform:translate(-50%);background-color:rgba(255,255,255,0.7);border-radius:50%;padding:5px;width:24px;height:24px}@media screen and (min-width: 600px){.coupon-theme-selector__icon{width:32px;height:32px;top:calc(50% - 16px)}.coupon-theme-selector__image{width:72px;height:72px}}.coupon-preview__image{width:100%;border-radius:6px}.preview-wrapper{display:flex;justify-content:center;align-items:center;background:#f3f3f3;border-radius:6px;padding:24px 16px;height:calc(100% - 50px)}.print-preview{height:100%}.print-preview__wrapper{position:relative;display:flex;justify-content:center;align-items:center;background:#f3f3f3;border-radius:6px;padding:24px 16px}.print-preview__wrapper-inner{padding:10px;background:#fff;width:100%;max-width:360px}.print-preview-details{display:flex;justify-content:space-between;margin-top:4px}.print-preview-details__amount{font-size:18px;font-weight:bold}.print-preview-details__redeem{max-width:50%;font-size:8px;line-height:13px;text-align:center;padding:0 8px}.print-preview-details__number{display:flex;justify-content:center;flex-flow:column;align-items:center;line-height:14px;margin-top:-10px}.print-preview-details__barcode{font-size:10px;font-family:monospace;text-align:center}.print-preview-details__icon{height:32px;width:100px}@media screen and (min-width: 940px){.print-preview__wrapper{height:calc(100% - 64px)}}.send-coupon-panel-mobile__inputs-wrapper{display:flex;flex-direction:column}.send-coupon-panel-mobile__submit{margin-top:24px}@media screen and (min-width: 600px){.send-coupon-panel-mobile__inputs-wrapper{flex-direction:row}.send-coupon-panel-mobile__phone-country{min-width:25%;margin-right:16px}.send-coupon-panel-mobile__submit{margin-top:16px;margin-left:16px}}.post-card-coupon{height:calc(100% - 16px)}@media screen and (min-width: 940px){.post-card-coupon .coupon-app-chooser{display:flex;flex-direction:column;height:100%}.post-card-coupon .coupon-app-chooser .send-coupon-panel__preview{height:100%;width:100%;margin-top:12px}}.fx-content-footer{margin-top:auto}.fx-content-footer #fx-flyin-footer-feedback.fx-flyin--is-active .fx-feedback__bugs{animation-name:walkin}.fx-content-mythomann{margin-top:16px;margin-bottom:64px}.fx-content-mythomann .mythomann-edit-account .edit-account-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.fx-content-mythomann .mythomann-edit-account .edit-account-infobox{margin-bottom:40px}.fx-content-mythomann .mythomann-edit-account .edit-account-box{padding-bottom:40px}.fx-content-mythomann .mythomann-edit-account .edit-account-box__divider{display:block;border:none;margin:40px 50px 32px 50px}.fx-content-mythomann .mythomann-edit-account .edit-account-form__cta{margin-top:24px}.fx-content-mythomann .mythomann-edit-account .address-book-box__cta{margin-bottom:16px}.fx-content-mythomann .mythomann-edit-account .edit-account-form__title,
.fx-content-mythomann .mythomann-edit-account .address-book-box__title{margin-bottom:8px}@media screen and (min-width: 600px){.fx-content-mythomann .mythomann-edit-account .edit-account-box{border:3px solid #e8e8e8;border-radius:4px;padding:32px 16px 48px}.fx-content-mythomann .mythomann-edit-account .edit-account-box__divider{border-top:2px solid #e8e8e8}.fx-content-mythomann .mythomann-edit-account .edit-account-form{max-width:575px;margin:auto}.fx-content-mythomann .mythomann-edit-account .address-book-box{margin-top:40px}.fx-content-mythomann .mythomann-edit-account .edit-account-form__title,
  .fx-content-mythomann .mythomann-edit-account .address-book-box__title{margin-bottom:12px}}@media screen and (min-width: 940px){.fx-content-mythomann .mythomann-edit-account .edit-account-header__image{padding-left:16px}.fx-content-mythomann .mythomann-edit-account .edit-account-form__cta{margin-top:32px}.fx-content-mythomann .mythomann-edit-account .edit-account-form__title,
  .fx-content-mythomann .mythomann-edit-account .address-book-box__title{margin-bottom:16px}}.fx-content-mythomann .mythomann-address-book .address-book-infobox{margin-bottom:20px}.fx-content-mythomann .mythomann-address-book .address-book-header{margin-bottom:20px}.fx-content-mythomann .mythomann-address-book .address-book-header__headline{margin-bottom:24px}@media screen and (min-width: 600px){.fx-content-mythomann .mythomann-address-book .address-book-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:40px}.fx-content-mythomann .mythomann-address-book .address-book-header__headline{margin-bottom:0}.fx-content-mythomann .mythomann-address-book .address-book-header__image{max-height:124px}}.fx-content-mythomann .mythomann-address-book .address-book-list .address-box{scroll-margin-top:24px}.fx-content-mythomann .mythomann-address-book .address-book-list .address-box__head{display:flex;justify-content:space-between;align-items:center;margin-bottom:4px}.fx-content-mythomann .mythomann-address-book .address-book-list .address-box__title{overflow-wrap:break-word;word-wrap:break-word;-webkit-hyphens:auto;hyphens:auto;padding-right:4px;margin:0;width:calc(100% - 92px)}.fx-content-mythomann .mythomann-address-book .address-book-list .address-box__content-row{display:block;padding-bottom:4px}.fx-content-mythomann .mythomann-address-book .address-book-list .address-box__cta-wrapper{text-align:right;min-width:92px}.fx-content-mythomann .mythomann-address-book .address-book-list .address-box__cta-trash{margin-right:12px}.fx-content-mythomann .mythomann-address-book .address-book-list .address-box--fade .address-box__title,
.fx-content-mythomann .mythomann-address-book .address-book-list .address-box--fade .address-box__content{color:#8a8a8a}.fx-content-mythomann .mythomann-address-book .address-book-list .address-box .trash-confirmation{margin-top:16px}.fx-content-mythomann .mythomann-address-book .address-book-list .address-box .trash-confirmation__text{margin-bottom:16px}.fx-content-mythomann .mythomann-address-book .address-book-list .address-box .trash-confirmation__cta{display:inline-flex;flex-wrap:wrap;justify-content:center}.fx-content-mythomann .mythomann-address-book .address-book-list .address-box .trash-confirmation__button{margin:4px}@media screen and (min-width: 600px){.fx-content-mythomann .mythomann-address-book .address-book-list .address-box__cta-wrapper{min-width:108px}}@media screen and (min-width: 940px){.fx-content-mythomann .mythomann-address-book .address-book-list .address-box__title{width:calc(100% - 108px)}.fx-content-mythomann .mythomann-address-book .address-book-list .address-box__cta-wrapper .fx-button__icon{width:24px;height:24px}.fx-content-mythomann .mythomann-address-book .address-book-list .address-box:nth-child(odd){padding-right:30px}.fx-content-mythomann .mythomann-address-book .address-book-list .address-box:nth-child(even){padding-left:30px}}.fx-content-mythomann .mythomann-address-book .address-book-form .address-form__phone-wrapper{display:flex;flex-direction:column}.fx-content-mythomann .mythomann-address-book .address-book-form .address-form__cta{display:flex;justify-content:center;margin:24px -8px 0}.fx-content-mythomann .mythomann-address-book .address-book-form .address-form__cta-button{margin:0 8px}@media screen and (min-width: 600px){.fx-content-mythomann .mythomann-address-book .address-book-form{border:3px solid #e8e8e8;border-radius:4px;padding:32px 16px 40px}.fx-content-mythomann .mythomann-address-book .address-book-form__title{text-align:center}.fx-content-mythomann .mythomann-address-book .address-book-form .address-form{max-width:576px;margin:auto}.fx-content-mythomann .mythomann-address-book .address-book-form .address-form__cta{margin-top:32px}.fx-content-mythomann .mythomann-address-book .address-book-form .address-form__phone-wrapper{flex-direction:row}.fx-content-mythomann .mythomann-address-book .address-book-form .address-form__phone-country{min-width:25%;margin-right:16px}}.fx-content-mythomann.fx-content-mythomann--affiliate .alp-profile-header{display:block}.fx-content-mythomann.fx-content-mythomann--affiliate .alp-profile-header__tabs-list{text-align:left}@media screen and (min-width: 940px){.fx-content-mythomann.fx-content-mythomann--affiliate .alp-profile-header{display:flex;justify-content:space-between}}.fx-content-mythomann.fx-content-mythomann--affiliate .alp-partner-registration .register-box{background-color:#f3f3f3;padding:16px;border-radius:12px}@media screen and (min-width: 940px){.fx-content-mythomann.fx-content-mythomann--affiliate .alp-partner-registration .register-box{padding:24px}}.fx-content-mythomann.fx-content-mythomann--affiliate .alp-profile__actions{display:flex;justify-content:center;margin-top:24px}.fx-content-mythomann.fx-content-mythomann--affiliate .alp-profile .profile-teaser__headline,
.fx-content-mythomann.fx-content-mythomann--affiliate .alp-profile .profile-picture__headline{margin-bottom:10px}.fx-content-mythomann.fx-content-mythomann--affiliate .alp-profile .profile-teaser__headline-text,
.fx-content-mythomann.fx-content-mythomann--affiliate .alp-profile .profile-picture__headline-text{margin-right:10px}.fx-content-mythomann.fx-content-mythomann--affiliate .alp-profile .profile-teaser__image-upload,
.fx-content-mythomann.fx-content-mythomann--affiliate .alp-profile .profile-picture__image-upload{padding:8px;border-radius:8px;border:solid 1px #8a8a8a}.fx-content-mythomann.fx-content-mythomann--affiliate .alp-profile .profile-teaser__image-upload.error,
.fx-content-mythomann.fx-content-mythomann--affiliate .alp-profile .profile-picture__image-upload.error{border-color:#e64155}.fx-content-mythomann.fx-content-mythomann--affiliate .alp-profile .profile-picture__image{width:60px;height:60px;border-radius:50%;margin:8px 16px 8px 8px}.fx-content-mythomann.fx-content-mythomann--affiliate .alp-profile .profile-picture__image-wrapper{display:flex;align-items:center;align-self:flex-start}.fx-content-mythomann.fx-content-mythomann--affiliate .alp-profile .profile-picture__image-upload{display:flex;align-items:center;flex-direction:column}.fx-content-mythomann.fx-content-mythomann--affiliate .alp-profile .profile-picture__upload-description{padding:0}@media screen and (min-width: 600px){.fx-content-mythomann.fx-content-mythomann--affiliate .alp-profile__actions{justify-content:flex-start;margin-top:8px}.fx-content-mythomann.fx-content-mythomann--affiliate .alp-profile__visuals{margin-left:auto;max-width:248px}.fx-content-mythomann.fx-content-mythomann--affiliate .alp-profile .profile-picture__image{width:64px;height:64px}}@media screen and (min-width: 940px){.fx-content-mythomann.fx-content-mythomann--affiliate .alp-profile__visuals{max-width:336px}}.fx-content-mythomann.fx-content-mythomann--affiliate .alp-clickfire-connect__box{display:flex;align-items:center;justify-content:space-evenly;flex-direction:column;min-height:120px;border-radius:12px;background-color:#f3f3f3;text-align:center;z-index:1}.fx-content-mythomann.fx-content-mythomann--affiliate .alp-clickfire-connect__box-logo{height:16px}.fx-content-mythomann.fx-content-mythomann--affiliate .alp-clickfire-connect__hands{display:flex;align-items:center;justify-content:center;justify-self:center;width:100%;min-height:44px}.fx-content-mythomann.fx-content-mythomann--affiliate .alp-clickfire-connect__hands .connect__clickfire{transform:translate(-7%,2px)}.fx-content-mythomann.fx-content-mythomann--affiliate .alp-clickfire-connect__hands .connect__thomann{transform:translate(7%,-2px)}.fx-content-mythomann.fx-content-mythomann--affiliate .alp-clickfire-connect__hands .connect__burst{position:absolute;text-align:center;z-index:2;opacity:0}.fx-content-mythomann.fx-content-mythomann--affiliate .alp-clickfire-connect__hands .connect__burst img{width:60%}.fx-content-mythomann.fx-content-mythomann--affiliate .alp-clickfire-connect__hands.animate .connect__clickfire,
.fx-content-mythomann.fx-content-mythomann--affiliate .alp-clickfire-connect__hands.animate .connect__thomann{transition:transform 250ms ease-out}.fx-content-mythomann.fx-content-mythomann--affiliate .alp-clickfire-connect__hands.animate .connect__clickfire{transform:translateY(2px)}.fx-content-mythomann.fx-content-mythomann--affiliate .alp-clickfire-connect__hands.animate .connect__thomann{transform:translateY(-2px)}.fx-content-mythomann.fx-content-mythomann--affiliate .alp-clickfire-connect__hands.animate .connect__burst{opacity:1;transition:opacity;transition-delay:350ms}@media screen and (min-width: 600px){.fx-content-mythomann.fx-content-mythomann--affiliate .alp-clickfire-connect__box{min-height:160px}.fx-content-mythomann.fx-content-mythomann--affiliate .alp-clickfire-connect__box-logo{height:20px}.fx-content-mythomann.fx-content-mythomann--affiliate .alp-clickfire-connect__hands{width:160%}.fx-content-mythomann.fx-content-mythomann--affiliate .alp-clickfire-connect__hands .connect__clickfire{transform:translate(-7%)}.fx-content-mythomann.fx-content-mythomann--affiliate .alp-clickfire-connect__hands .connect__thomann{transform:translate(7%)}.fx-content-mythomann.fx-content-mythomann--affiliate .alp-clickfire-connect__hands.animate .connect__clickfire,
  .fx-content-mythomann.fx-content-mythomann--affiliate .alp-clickfire-connect__hands.animate .connect__thomann{transform:translateX(0)}}.fx-content-mythomann.fx-content-mythomann--affiliate .alp-scene .actionbar{position:-webkit-sticky;position:sticky;top:0;z-index:1;padding:18px 24px;background-color:#f3f3f3;width:100vw;margin-left:-24px;display:grid;grid-template-columns:1fr auto;grid-template-rows:auto auto;align-items:center;row-gap:16px}.fx-content-mythomann.fx-content-mythomann--affiliate .alp-scene .actionbar__title{grid-column:0.5}.fx-content-mythomann.fx-content-mythomann--affiliate .alp-scene .actionbar__text-button-group{grid-column:2;white-space:nowrap}.fx-content-mythomann.fx-content-mythomann--affiliate .alp-scene .actionbar__text-button-group .actionbar-icon-button{margin-left:0;margin-right:0}.fx-content-mythomann.fx-content-mythomann--affiliate .alp-scene .actionbar__text-button-group .actionbar-icon-button + .actionbar-icon-button{margin-left:24px}.fx-content-mythomann.fx-content-mythomann--affiliate .alp-scene .actionbar__text-button-group .actionbar-icon-button__text{display:none}.fx-content-mythomann.fx-content-mythomann--affiliate .alp-scene .actionbar__text-button-group .actionbar-icon-button__icon{margin-right:0}.fx-content-mythomann.fx-content-mythomann--affiliate .alp-scene .actionbar__main-button-group{grid-column:span 2;grid-row:2;display:flex;flex-grow:1;flex-basis:100%}.fx-content-mythomann.fx-content-mythomann--affiliate .alp-scene .actionbar__main-button-group .actionbar__main-button{flex-grow:1}.fx-content-mythomann.fx-content-mythomann--affiliate .alp-scene .actionbar__main-button-group .actionbar__main-button--review{margin-right:16px}@media screen and (min-width: 600px){.fx-content-mythomann.fx-content-mythomann--affiliate .alp-scene .actionbar{margin-left:-32px;grid-template-columns:auto auto}.fx-content-mythomann.fx-content-mythomann--affiliate .alp-scene .actionbar__title{grid-column:1/span 2;grid-row:1}.fx-content-mythomann.fx-content-mythomann--affiliate .alp-scene .actionbar__text-button-group{grid-column:1/span 1;grid-row:2}.fx-content-mythomann.fx-content-mythomann--affiliate .alp-scene .actionbar__text-button-group .actionbar-icon-button__text{display:inline}.fx-content-mythomann.fx-content-mythomann--affiliate .alp-scene .actionbar__text-button-group .actionbar-icon-button__icon{margin-right:8px}.fx-content-mythomann.fx-content-mythomann--affiliate .alp-scene .actionbar__main-button-group{grid-column:2/span 1;grid-row:2;flex-basis:0;flex-grow:0;justify-self:end}.fx-content-mythomann.fx-content-mythomann--affiliate .alp-scene .actionbar__main-button-group .actionbar__main-button{flex-grow:0;margin-left:16px}.fx-content-mythomann.fx-content-mythomann--affiliate .alp-scene .actionbar__main-button-group .actionbar__main-button--review{margin-right:0;margin-left:24px}}@media screen and (min-width: 940px){.fx-content-mythomann.fx-content-mythomann--affiliate .alp-scene .actionbar{margin-left:0;width:100%;border-radius:6px}}@media screen and (min-width: 1150px){.fx-content-mythomann.fx-content-mythomann--affiliate .alp-scene .actionbar{grid-template-columns:1fr auto auto;grid-template-rows:auto}.fx-content-mythomann.fx-content-mythomann--affiliate .alp-scene .actionbar__title{grid-column:1;margin-bottom:0}.fx-content-mythomann.fx-content-mythomann--affiliate .alp-scene .actionbar__text-button-group{grid-column:2/span 1;grid-row:1}.fx-content-mythomann.fx-content-mythomann--affiliate .alp-scene .actionbar__main-button-group{grid-column:3/span 1;grid-row:1}}.fx-content-mythomann.fx-content-mythomann--affiliate .alp-scene .alp-scene-profile-preview{padding:8px;border-radius:12px;background-color:#f3f3f3}.fx-content-mythomann.fx-content-mythomann--affiliate .alp-scene .alp-scene-profile-preview .alp-product-manager-widget{background-color:#f3f3f3;box-shadow:none}.fx-content-mythomann.fx-content-mythomann--affiliate .alp-scene .alp-scene-profile-preview .alp-product-manager-widget .profile__image-wrapper{background-color:#f3f3f3}.fx-content-mythomann.fx-content-mythomann--affiliate .alp-scene .alp-scene-profile-preview .alp-product-manager-widget .profile{align-items:start}.fx-content-mythomann.fx-content-mythomann--affiliate .alp-scene .alp-scene-profile-preview .hr-line{height:1px;margin:6px 0;background:#b4b4b4}@media screen and (min-width: 940px){.fx-content-mythomann.fx-content-mythomann--affiliate .alp-scene .alp-scene-profile-preview{margin-left:auto;max-width:336px}}.fx-content-mythomann.fx-content-mythomann--affiliate .alp-scene .scene-articles .scene-article{display:flex;justify-content:space-between;background:#f3f3f3;padding:12px;margin-bottom:8px;border-radius:6px}.fx-content-mythomann.fx-content-mythomann--affiliate .alp-scene .scene-articles .scene-article__content,
.fx-content-mythomann.fx-content-mythomann--affiliate .alp-scene .scene-articles .scene-article__actions{display:flex;align-items:center}.fx-content-mythomann.fx-content-mythomann--affiliate .alp-scene .scene-articles .scene-article__sort{cursor:grab}.fx-content-mythomann.fx-content-mythomann--affiliate .alp-scene .scene-articles .scene-article__visual{padding:0 8px}.fx-content-mythomann.fx-content-mythomann--affiliate .alp-scene .scene-articles .scene-article__product-image{width:40px;height:40px}.fx-content-mythomann.fx-content-mythomann--affiliate .alp-scene .scene-articles .scene-article__remove{cursor:pointer}@media screen and (min-width: 600px){.fx-content-mythomann.fx-content-mythomann--affiliate .alp-scene .scene-articles .scene-article{padding:14px}.fx-content-mythomann.fx-content-mythomann--affiliate .alp-scene .scene-articles .scene-article__visual{padding:0 16px}.fx-content-mythomann.fx-content-mythomann--affiliate .alp-scene .scene-articles .scene-article__product-image{width:60px;height:60px}}@media screen and (min-width: 940px){.fx-content-mythomann.fx-content-mythomann--affiliate .alp-scene .scene-articles .scene-article{padding:18px}.fx-content-mythomann.fx-content-mythomann--affiliate .alp-scene .scene-articles .scene-article__visual{padding:0 24px}}.fx-content-mythomann.fx-content-mythomann--affiliate .alp-scene .scene-tutorial__title{margin-bottom:4px}.fx-content-mythomann.fx-content-mythomann--affiliate .alp-scene .scene-tutorial__steps{margin-top:20px}@media screen and (min-width: 600px){.fx-content-mythomann.fx-content-mythomann--affiliate .alp-scene .scene-tutorial__steps{margin-top:28px}}@media screen and (min-width: 940px){.fx-content-mythomann.fx-content-mythomann--affiliate .alp-scene .scene-tutorial__steps{margin-top:32px}}.fx-content-mythomann.fx-content-mythomann--affiliate .alp-scene .scene-data{margin-bottom:24px}.fx-content-mythomann.fx-content-mythomann--affiliate .alp-scene .scene-data__status{display:flex;flex-direction:column}@media screen and (min-width: 600px){.fx-content-mythomann.fx-content-mythomann--affiliate .alp-scene .scene-data__status{flex-direction:row;justify-content:space-between;flex-wrap:wrap}}@media screen and (min-width: 940px){.fx-content-mythomann.fx-content-mythomann--affiliate .alp-scene .scene-data{margin-bottom:0}}.fx-content-mythomann.fx-content-mythomann--affiliate .alp-scene .scene-grid{margin-bottom:40px}@media screen and (min-width: 600px){.fx-content-mythomann.fx-content-mythomann--affiliate .alp-scene .scene-grid{margin-bottom:56px}}@media screen and (min-width: 940px){.fx-content-mythomann.fx-content-mythomann--affiliate .alp-scene .scene-grid{margin-bottom:72px}}.fx-content-mythomann.fx-content-mythomann--affiliate .alp-scene-list .scene-list-entry{display:grid;grid-row-gap:16px;border-radius:6px;margin:16px 0;padding:16px;background-color:#f3f3f3}.fx-content-mythomann.fx-content-mythomann--affiliate .alp-scene-list .scene-list-entry__info{overflow:hidden}.fx-content-mythomann.fx-content-mythomann--affiliate .alp-scene-list .scene-list-entry__actions{display:grid;grid-template-columns:1fr 1fr}.fx-content-mythomann.fx-content-mythomann--affiliate .alp-scene-list .scene-list-entry.scene-list-entry--hide-transition{animation:FadeOut ease 0.5s}.fx-content-mythomann.fx-content-mythomann--affiliate .alp-scene-list .scene-list-entry.scene-list-entry--show-transition{animation:FadeIn ease 0.5s}.fx-content-mythomann.fx-content-mythomann--affiliate .alp-scene-list .scene-action{margin-left:0}@media screen and (min-width: 600px){.fx-content-mythomann.fx-content-mythomann--affiliate .alp-scene-list .scene-list-entry{display:grid;grid-template-columns:1fr auto;align-items:center;margin:24px 0;padding:20px 36px}.fx-content-mythomann.fx-content-mythomann--affiliate .alp-scene-list .scene-list-entry .scene-action{margin:0 16px}}@media screen and (min-width: 1150px){.fx-content-mythomann.fx-content-mythomann--affiliate .alp-scene-list .scene-list-entry__actions{text-align:center;grid-template-columns:repeat(4,auto)}}.fx-content-mythomann.fx-content-mythomann--affiliate #fx-flyin-mythomann-nav.fx-flyin-large--is-embedded{min-height:700px}.fx-content-mythomann.fx-content-mythomann-contact .mythomann-fax-numbers,
.fx-content-mythomann.fx-content-mythomann-contact .mythomann-recent-contacts,
.fx-content-mythomann.fx-content-mythomann-contact .fx-content__helpdesk-contact-content{margin-top:32px}@media screen and (min-width: 600px){.fx-content-mythomann.fx-content-mythomann-contact .mythomann-fax-numbers,
  .fx-content-mythomann.fx-content-mythomann-contact .mythomann-recent-contacts,
  .fx-content-mythomann.fx-content-mythomann-contact .fx-content__helpdesk-contact-content{margin-top:34px}}@media screen and (min-width: 940px){.fx-content-mythomann.fx-content-mythomann-contact .mythomann-fax-numbers,
  .fx-content-mythomann.fx-content-mythomann-contact .mythomann-recent-contacts,
  .fx-content-mythomann.fx-content-mythomann-contact .fx-content__helpdesk-contact-content{margin-top:48px}}.fx-content-mythomann .mythomann-fax-numbers{max-width:650px}.fx-content-mythomann .mythomann-fax-numbers .fax-numbers__single{display:block;margin-bottom:12px}.fx-content-mythomann .mythomann-fax-numbers .fax-numbers__name{margin-bottom:4px}@media screen and (min-width: 600px){.fx-content-mythomann .mythomann-fax-numbers .fax-numbers__single{display:inline-block;min-width:265px}}@media screen and (min-width: 940px){.fx-content-mythomann .mythomann-fax-numbers .fax-numbers__single{margin-bottom:16px;min-width:320px}.fx-content-mythomann .mythomann-fax-numbers__name{margin-bottom:8px}}.fx-content-mythomann.fx-content-mythomann-coupon .boughtcoupons--with-coupons{margin-bottom:40px}@media screen and (min-width: 600px){.fx-content-mythomann.fx-content-mythomann-coupon .boughtcoupons--with-coupons{margin-bottom:56px}}@media screen and (min-width: 940px){.fx-content-mythomann.fx-content-mythomann-coupon .boughtcoupons--with-coupons{margin-bottom:80px}}.fx-content-mythomann.fx-content-mythomann-coupon .boughtcoupons--empty{margin-bottom:24px}@media screen and (min-width: 600px){.fx-content-mythomann.fx-content-mythomann-coupon .boughtcoupons--empty{margin-bottom:34px}}@media screen and (min-width: 940px){.fx-content-mythomann.fx-content-mythomann-coupon .boughtcoupons--empty{margin-bottom:40px}}.fx-content-mythomann .boughtcoupons .coupon .image-wrapper{line-height:0}.fx-content-mythomann .boughtcoupons .coupon__title{text-transform:uppercase;color:#686868;font-size:10px}.fx-content-mythomann .boughtcoupons .coupon__value{margin-bottom:8px}.fx-content-mythomann .boughtcoupons .coupon__image-wrapper{position:relative;display:inline-block}.fx-content-mythomann .boughtcoupons .coupon__image{width:144px;height:82px;border-radius:4px;display:block;max-width:100%}.fx-content-mythomann .boughtcoupons .coupon__amount{color:#fff;background-color:rgba(0,0,0,0.5);position:absolute;bottom:0;right:0;padding:2px 8px;font-weight:700;font-size:16px;line-height:32px;border-radius:4px}.fx-content-mythomann .boughtcoupons .coupon__button{margin:16px 0 20px}.fx-content-mythomann .boughtcoupons .coupon__line{color:#e8e8e8;border:none;height:1px;background-color:#e8e8e8;margin:16px 0}@media screen and (min-width: 600px){.fx-content-mythomann .boughtcoupons .coupon__image{width:auto;height:auto;border-radius:6px}.fx-content-mythomann .boughtcoupons .coupon__amount{padding:8px 12px;font-size:24px;border-radius:6px}.fx-content-mythomann .boughtcoupons .coupon__button{align-self:flex-end;margin:0}}@media screen and (min-width: 760px){.fx-content-mythomann .boughtcoupons .coupon__right-wrapper{display:flex;justify-content:space-between;height:100%}}.fx-content-mythomann .mythomann-send-coupon__intro{margin-bottom:16px}@media screen and (min-width: 600px){.fx-content-mythomann .mythomann-send-coupon__intro{margin-bottom:24px}}@media screen and (min-width: 940px){.fx-content-mythomann .mythomann-send-coupon__intro{margin-bottom:40px}}.fx-content-mythomann .mythomann-flyin-customer-info{margin-bottom:12px}@media screen and (min-width: 600px){.fx-content-mythomann{margin-top:24px}}@media screen and (min-width: 940px){.fx-content-mythomann{margin-top:32px}}@media screen and (min-width: 600px){.fx-content-mythomann{margin-bottom:72px}}@media screen and (min-width: 940px){.fx-content-mythomann{margin-bottom:88px}}.fx-content-mythomann .compinfo-review-teaser{margin-bottom:40px}@media screen and (min-width: 600px){.fx-content-mythomann .compinfo-review-teaser{margin-bottom:56px}}@media screen and (min-width: 940px){.fx-content-mythomann .compinfo-review-teaser{margin-bottom:80px}}.fx-content-mythomann .mythomann-test-reports-small{margin-top:40px}@media screen and (min-width: 600px){.fx-content-mythomann .mythomann-test-reports-small{margin-top:56px}}@media screen and (min-width: 940px){.fx-content-mythomann .mythomann-test-reports-small{margin-top:80px}}.fx-content-mythomann__section{margin-bottom:40px}@media screen and (min-width: 600px){.fx-content-mythomann__section{margin-bottom:56px}}@media screen and (min-width: 940px){.fx-content-mythomann__section{margin-bottom:80px}}.fx-content-mythomann .mythomann-infobox-teaser{position:relative;display:grid;grid-template-columns:auto 1fr;grid-auto-rows:auto 1fr;padding:10px 16px;text-align:left}.fx-content-mythomann .mythomann-infobox-teaser__close{position:absolute;cursor:pointer;right:8px;top:8px}.fx-content-mythomann .mythomann-infobox-teaser__image-wrapper{display:flex;align-items:center;width:55px;margin-right:16px;grid-column:span 1;grid-row:span 1}.fx-content-mythomann .mythomann-infobox-teaser__image-wrapper .image{width:100%}.fx-content-mythomann .mythomann-infobox-teaser__headline{padding-right:20px}.fx-content-mythomann .mythomann-infobox-teaser__text{grid-column:span 2}@media screen and (min-width: 600px){.fx-content-mythomann .mythomann-infobox-teaser{padding:24px 47px}.fx-content-mythomann .mythomann-infobox-teaser__close{top:24px;right:16px}.fx-content-mythomann .mythomann-infobox-teaser__image-wrapper{grid-row:span 2;height:100%;width:125px;margin-right:64px}.fx-content-mythomann .mythomann-infobox-teaser__headline{padding-right:20px}.fx-content-mythomann .mythomann-infobox-teaser__text{grid-column:span 1}}@media screen and (min-width: 940px){.fx-content-mythomann .mythomann-infobox-teaser{padding-right:66px}}.fx-content-mythomann .mythomann-logout{margin-bottom:46px}@media screen and (min-width: 600px){.fx-content-mythomann .mythomann-logout{margin-bottom:55px}}@media screen and (min-width: 940px){.fx-content-mythomann .mythomann-logout{margin-bottom:64px}}.fx-content-mythomann .mythomann-logout .logout__image{float:right;top:0;margin-left:16px;width:88px}.fx-content-mythomann .mythomann-logout .logout__text{margin-bottom:8px}.fx-content-mythomann .mythomann-logout .logout__login-link{margin-left:0}@media screen and (min-width: 600px){.fx-content-mythomann .mythomann-logout .logout__headline{margin-bottom:40px}.fx-content-mythomann .mythomann-logout .logout__text{margin-bottom:26px}.fx-content-mythomann .mythomann-logout .logout__image{min-width:138px}}@media screen and (min-width: 940px){.fx-content-mythomann .mythomann-logout .logout__image{min-width:185px}}.fx-content-mythomann .mythomann-order-status{margin-bottom:16px}@media screen and (min-width: 600px){.fx-content-mythomann .mythomann-order-status{margin-bottom:24px}}@media screen and (min-width: 940px){.fx-content-mythomann .mythomann-order-status{margin-bottom:32px}}.fx-content-mythomann .mythomann-order-status .mythomann-order-status__anchor{margin-top:8px;font-size:16px}.fx-content-mythomann .mythomann-order-status__title-h4{margin-bottom:10px}.fx-content-mythomann .mythomann-order-status__body{font-size:16px}.fx-content-mythomann .mythomann-order-status__bank-details{background-color:#f3f3f3;padding:16px 16px 16px 12px;margin-top:16px;text-align:left}.fx-content-mythomann .mythomann-order-status__copy.fx-icon{color:#000}.fx-content-mythomann .mythomann-order-status__detail-value{overflow-wrap:break-word}.fx-content-mythomann .mythomann-order-status__detail--separator{padding:10px 0}.fx-content-mythomann .mythomann-order-status__detail:not(:first-of-type){margin-top:10px}@media screen and (min-width: 600px){.fx-content-mythomann .mythomann-order-status__detail:not(:first-of-type){margin-top:0}.fx-content-mythomann .mythomann-order-status .mythomann-order-status__anchor{margin-top:34px}}.fx-content-mythomann .mythomann-order-entry__row{margin-bottom:24px}.fx-content-mythomann .mythomann-order-entry__col:first-child{margin-bottom:24px}@media screen and (min-width: 600px){.fx-content-mythomann .mythomann-order-entry__col:first-child{margin-bottom:0}}.fx-content-mythomann .mythomann-order-entry-not-found{margin-bottom:40px}@media screen and (min-width: 600px){.fx-content-mythomann .mythomann-order-entry-not-found{margin-bottom:56px}}@media screen and (min-width: 940px){.fx-content-mythomann .mythomann-order-entry-not-found{margin-bottom:80px}}.fx-content-mythomann .mythomann-order-entry-not-found__links{margin-top:20px}@media screen and (min-width: 600px){.fx-content-mythomann .mythomann-order-entry-not-found__links{margin-top:28px}}@media screen and (min-width: 940px){.fx-content-mythomann .mythomann-order-entry-not-found__links{margin-top:40px}}.fx-content-mythomann .mythomann-order-payment__headline{margin-bottom:10px}.fx-content-mythomann .mythomann-order-payment__table{display:flex;flex-direction:row}.fx-content-mythomann .mythomann-order-payment__table-cell-header{font-size:12px;text-transform:uppercase;color:#8a8a8a;font-weight:300}.fx-content-mythomann .mythomann-order-payment__table-row{margin-bottom:18px}.fx-content-mythomann .mythomann-order-payment__line{margin-bottom:18px;color:#e8e8e8;border:none;height:1px;background-color:#e8e8e8}@media screen and (min-width: 600px){.fx-content-mythomann .mythomann-order-payment__headline{margin-bottom:12px}.fx-content-mythomann .mythomann-order-payment__line{margin-bottom:24px}.fx-content-mythomann .mythomann-order-payment__table-row{margin-bottom:24px}.fx-content-mythomann .mythomann-order-payment__table-cell-header{margin-bottom:8px;font-size:14px}}.fx-content-mythomann .mythomann-order-history__headline{margin-bottom:12px}.fx-content-mythomann .mythomann-order-history__line{margin:8px 0;color:#e8e8e8;border:none;height:1px;background-color:#e8e8e8}.fx-content-mythomann .mythomann-order-history__entry{margin-bottom:16px}.fx-content-mythomann .mythomann-order-history__entry-header{text-transform:uppercase;font-weight:300;font-size:12px;color:#8a8a8a}.fx-content-mythomann .mythomann-order-history__entry-content{margin-bottom:18px}.fx-content-mythomann .mythomann-order-history__entry-article{display:flex;justify-content:space-between;flex:1 0 10px}.fx-content-mythomann .mythomann-order-history__entry-tracking-nr{margin-top:8px;margin-bottom:24px}.fx-content-mythomann .mythomann-order-history__entry-pdf-button-wrapper{text-align:center}.fx-content-mythomann .mythomann-order-history__entry-pdf-button-wrapper > a.mythomann-order-history__entry-pdf-button.fx-button{text-align:center;padding:0 12px}@media screen and (min-width: 600px){.fx-content-mythomann .mythomann-order-history__entry{margin:24px 0}.fx-content-mythomann .mythomann-order-history__entry-header{font-size:14px;margin-bottom:8px}}@media screen and (min-width: 940px){.fx-content-mythomann .mythomann-order-history__entry-pdf-button-wrapper{margin-top:12px;text-align:right}}.fx-content-mythomann .mythomann-order-details{background-color:#f3f3f3;border-radius:6px;padding:16px 8px}.fx-content-mythomann .mythomann-order-details__write-note-link{text-align:center;font-size:16px;margin-bottom:12px;display:flex;align-items:center;justify-content:center;cursor:pointer}.fx-content-mythomann .mythomann-order-details__line{color:#fff;background-color:#fff;border:none;height:4px;margin-bottom:16px;width:107%;text-align:center;transform:translateX(-5%)}.fx-content-mythomann .mythomann-order-details__button{margin-top:16px}@media screen and (min-width: 600px){.fx-content-mythomann .mythomann-order-details{padding:16px 12px 24px 12px}.fx-content-mythomann .mythomann-order-details__write-note-link-icon{margin-right:20px}}.fx-content-mythomann .mythomann-order-contact{background-color:#f3f3f3;border-radius:6px;width:100%;height:100%}.fx-content-mythomann .mythomann-order-address{background-color:#f3f3f3;border-radius:6px;padding:16px 8px}.fx-content-mythomann .mythomann-order-address__type{text-transform:uppercase;color:#8a8a8a;font-size:14px;margin-bottom:4px}.fx-content-mythomann .mythomann-order-address__entry:not(:last-child){margin-bottom:24px}.fx-content-mythomann .mythomann-order-address .mythomann-order-address__link{margin-left:0px}@media screen and (min-width: 600px){.fx-content-mythomann .mythomann-order-address{padding:24px 16px}}@media screen and (min-width: 940px){.fx-content-mythomann .mythomann-order-address{display:flex;justify-content:space-between;padding:24px 16px;flex-wrap:wrap}.fx-content-mythomann .mythomann-order-address__entry{margin-right:12px;flex:1}.fx-content-mythomann .mythomann-order-address__entry-break{flex-basis:100%;height:0}}.fx-content-mythomann .mythomann-order-notice{display:block;text-align:center}.fx-content-mythomann .mythomann-order-notice .body{padding:8px}.fx-content-mythomann .mythomann-order-notice .body__textarea{width:100%;height:120px;padding:8px;resize:vertical}.fx-content-mythomann .mythomann-order-notice .body__textarea:focus{outline:none}.fx-content-mythomann .mythomann-order-notice .body__buttons{margin-top:16px}.fx-content-mythomann .mythomann-order-notice .body__button:first-child{margin-right:16px}.fx-content-mythomann .mythomann-order-notice .header{display:flex;justify-content:space-between}.fx-content-mythomann .mythomann-order-notice .header__title{text-align:left;padding-top:10px;font-size:16px}.fx-content-mythomann .mythomann-order-notice .header__icons{display:inline-flex}.fx-content-mythomann .mythomann-order-notice .header__icon{border-radius:120px;border:solid 1px #000;padding:12px}.fx-content-mythomann .mythomann-order-notice .header__icon:first-child{margin-right:8px}.fx-content-mythomann .mythomann-order-notice .notice{padding:8px;margin:8px 8px 16px;font-style:italic;background-color:#e8e8e8;border-radius:6px;word-break:break-all}@media screen and (min-width: 600px){.fx-content-mythomann .mythomann-order-notice .body{padding:0 24px 24px}.fx-content-mythomann .mythomann-order-notice .body__textarea{padding:16px}.fx-content-mythomann .mythomann-order-notice .header{margin:8px 16px 16px;display:flex;justify-content:flex-end;position:relative}.fx-content-mythomann .mythomann-order-notice .header__title{text-align:initial;padding-top:16px;font-size:20px;position:absolute;left:50%;transform:translateX(-50%)}.fx-content-mythomann .mythomann-order-notice .header__icon:first-child{margin-right:16px}.fx-content-mythomann .mythomann-order-notice .notice{padding:16px;margin:16px 16px 24px}}@media screen and (min-width: 940px){.fx-content-mythomann .mythomann-order-notice .header{margin:8px 16px 24px}}.fx-content-mythomann .mythomann-order-articles__line{color:#b4b4b4;border:none;height:2px;background-color:#b4b4b4}.fx-content-mythomann .mythomann-order-articles__line--strong{height:2px;color:#1c1c1c;background-color:#1c1c1c}.fx-content-mythomann .mythomann-order-articles__line--mb{margin-bottom:50px}.fx-content-mythomann .mythomann-order-articles .package__headline-wrapper{display:flex;flex-direction:column}.fx-content-mythomann .mythomann-order-articles .package__headline{font-size:20px;flex:1}.fx-content-mythomann .mythomann-order-articles .package__track-button-wrapper{margin:20px 0 24px}.fx-content-mythomann .mythomann-order-articles .porto{margin:24px 0}.fx-content-mythomann .mythomann-order-articles .porto__text{font-weight:700;margin-top:10px;font-size:16px}.fx-content-mythomann .mythomann-order-articles .porto__truck{transform:scaleX(-1);width:64px;height:64px}.fx-content-mythomann .mythomann-order-articles .porto__position{margin-bottom:4px}.fx-content-mythomann .mythomann-order-articles .sum{width:100%;font-weight:700;margin:32px 0}.fx-content-mythomann .mythomann-order-articles .sum-inner{display:flex;justify-content:flex-end}.fx-content-mythomann .mythomann-order-articles .sum__title{font-size:24px;align-self:center;margin-right:24px}.fx-content-mythomann .mythomann-order-articles .sum__value{font-size:32px;align-self:center}@media screen and (min-width: 600px){.fx-content-mythomann .mythomann-order-articles__line{height:1px}.fx-content-mythomann .mythomann-order-articles__line--mb{margin-bottom:60px}.fx-content-mythomann .mythomann-order-articles .package__headline{font-size:40px}.fx-content-mythomann .mythomann-order-articles .package__track-button{float:right;padding:0 16px}.fx-content-mythomann .mythomann-order-articles .porto{margin:40px 0}.fx-content-mythomann .mythomann-order-articles .porto__text{font-weight:700;font-size:24px;margin-top:30px}.fx-content-mythomann .mythomann-order-articles .porto__truck{width:104px;height:104px}.fx-content-mythomann .mythomann-order-articles .porto__position{margin:0 0 8px 24px}.fx-content-mythomann .mythomann-order-articles .porto__price{margin-left:24px}.fx-content-mythomann .mythomann-order-articles .sum{margin:62px 0}.fx-content-mythomann .mythomann-order-articles .sum-inner{justify-content:space-between}.fx-content-mythomann .mythomann-order-articles .sum__title{text-align:right;font-size:32px;margin-left:24px}.fx-content-mythomann .mythomann-order-articles .sum__value{font-size:32px}}@media screen and (min-width: 600px){.fx-content-mythomann .mythomann-order-articles .package__headline-wrapper{flex-direction:row}.fx-content-mythomann .mythomann-order-articles .package__track-button-wrapper{margin:0 0 12px}}@media screen and (min-width: 940px){.fx-content-mythomann .mythomann-order-articles__line--mb{margin-bottom:80px}.fx-content-mythomann .mythomann-order-articles .sum{margin:62px 0}.fx-content-mythomann .mythomann-order-articles .sum__title{font-size:40px}.fx-content-mythomann .mythomann-order-articles .sum__value{font-size:40px}}.fx-content-mythomann .article{margin-top:4px}.fx-content-mythomann .article__image-wrapper{text-align:center;margin-bottom:16px;padding:8px 16px;background-color:#f3f3f3;border-radius:4px}.fx-content-mythomann .article__image{mix-blend-mode:multiply;max-height:156px}.fx-content-mythomann .article .article__headline{display:inline-flex}.fx-content-mythomann .article .article__headline .article__name{margin-bottom:8px;vertical-align:middle}.fx-content-mythomann .article__details{display:flex}.fx-content-mythomann .article__amount{background-color:#1c1c1c;padding:0 10px;margin-right:8px;border-radius:4px}.fx-content-mythomann .article__amount-text{vertical-align:middle;color:#fff;font-size:14px;letter-spacing:1px;font-weight:700}.fx-content-mythomann .article__detail{width:92px;margin-right:14px}.fx-content-mythomann .article__title{text-transform:uppercase;color:#8a8a8a;font-size:12px;line-height:18px}.fx-content-mythomann .article__value{font-size:14px}.fx-content-mythomann .article__value--strong{font-weight:700}.fx-content-mythomann .article__status{margin:8px 0}.fx-content-mythomann .article__links{display:flex;flex-direction:column;align-items:flex-start;margin-bottom:24px}.fx-content-mythomann .article .article__links > a.article__button{margin:0}@media screen and (min-width: 600px){.fx-content-mythomann .article{margin-top:32px}.fx-content-mythomann .article__image-wrapper{margin:0;padding:0;background-color:unset;border-radius:unset}.fx-content-mythomann .article__image{max-height:unset;max-width:100%}.fx-content-mythomann .article .article__headline{margin-left:24px}.fx-content-mythomann .article .article__headline .article__name{line-height:24px}.fx-content-mythomann .article__details{margin-left:24px;justify-content:space-between}.fx-content-mythomann .article__detail{width:auto}.fx-content-mythomann .article__title{font-size:14px;line-height:22px}.fx-content-mythomann .article__value{font-size:16px}.fx-content-mythomann .article__status{margin:12px 0 12px 24px}.fx-content-mythomann .article__links{margin-left:24px;display:block}.fx-content-mythomann .article__links-icon.fx-icon{width:20px;height:20px}.fx-content-mythomann .article__links > a.article__button:not(:last-child){margin:0 40px 0 0}}@media screen and (min-width: 940px){.fx-content-mythomann .article__status{margin:16px 0 16px 24px}}.fx-content-mythomann .mythomann-order-search__header{padding-top:0}.fx-content-mythomann .mythomann-order-search__link{margin:8px 0 16px}.fx-content-mythomann .mythomann-order-search__line{color:#e8e8e8;margin-bottom:16px;border:none;height:1px;background-color:#e8e8e8}.fx-content-mythomann .mythomann-order-search__overlay-bg{height:100px;background-color:#fff}@media screen and (min-width: 600px){.fx-content-mythomann .mythomann-order-search__header{padding-top:4px}.fx-content-mythomann .mythomann-order-search__wrapper{display:flex;align-items:flex-end;margin-bottom:16px}.fx-content-mythomann .mythomann-order-search__wrapper--list{display:flex;justify-content:space-between}.fx-content-mythomann .mythomann-order-search__wrapper--recent{width:100%;display:inline-flex;justify-content:space-between}.fx-content-mythomann .mythomann-order-search__wrapper--recent .mythomann-order-search__link{margin:24px 0 16px}.fx-content-mythomann .mythomann-order-search__wrapper--recent .mythomann-order-search__wrapper{width:50%}}@media screen and (min-width: 940px){.fx-content-mythomann .mythomann-order-search__header{padding-top:0}}.fx-content-mythomann .mythomann-order-teaser{margin-bottom:32px}.fx-content-mythomann .mythomann-order-teaser__items{height:64px}.fx-content-mythomann .mythomann-order-teaser__item,
.fx-content-mythomann .mythomann-order-teaser__counter{height:64px;width:64px}.fx-content-mythomann .mythomann-order-teaser__item{position:relative;margin-right:16px}.fx-content-mythomann .mythomann-order-teaser__item--with-rma-icon{border-radius:4px;background:rgba(28,28,28,0.1)}.fx-content-mythomann .mythomann-order-teaser__item-image{height:100%;mix-blend-mode:multiply;padding:4px}.fx-content-mythomann .mythomann-order-teaser__details-wrapper{display:flex;flex-wrap:wrap;gap:8px}.fx-content-mythomann .mythomann-order-teaser__details{gap:8px}.fx-content-mythomann .mythomann-order-teaser__button{width:124px}.fx-content-mythomann .mythomann-order-teaser__rma-icon-small{position:absolute;border-radius:14px;color:#fff;background-color:#a336fe;margin:3px;padding:2px;width:22px;height:22px;z-index:9}.fx-content-mythomann .mythomann-order-teaser__rma-icon-big-wrapper{display:flex;justify-content:center;align-items:center}.fx-content-mythomann .mythomann-order-teaser__rma-icon-big{width:59px;height:59px;padding:16px;border-radius:44px;color:#fff;background-color:#a336fe}.fx-content-mythomann .mythomann-order-teaser__rma-connector{width:1px;height:27px;border:dashed 1px #cc8aff;position:relative;left:32px;margin-bottom:8px;margin-top:24px}.fx-content-mythomann .mythomann-order-teaser__rma-status-column{display:flex}.fx-content-mythomann .mythomann-order-teaser__rma-status-tooltip{align-self:center;line-height:0}.fx-content-mythomann .mythomann-order-teaser__rma-details-link a{font-size:14px;line-height:22px;letter-spacing:-0.11px;font-weight:400;-webkit-text-decoration:underline;text-decoration:underline}.fx-content-mythomann .mythomann-order-teaser__items{margin-bottom:16px;display:flex;flex-direction:row;flex-wrap:wrap;overflow:hidden}.fx-content-mythomann .mythomann-order-teaser__icon{margin-left:8px}.fx-content-mythomann .mythomann-order-teaser__detail-title{text-transform:uppercase;color:#8a8a8a;margin:0;font-size:12px;line-height:16px}.fx-content-mythomann .mythomann-order-teaser__detail-value{font-weight:600;margin:0;line-height:16px}.fx-content-mythomann .mythomann-order-teaser__detail-value .status-red,
.fx-content-mythomann .mythomann-order-teaser__detail-value .status-waiting{color:#e64155}.fx-content-mythomann .mythomann-order-teaser__detail-value .status-orange,
.fx-content-mythomann .mythomann-order-teaser__detail-value .status-inProgress{color:#e0af0b}.fx-content-mythomann .mythomann-order-teaser__detail-value .status-green,
.fx-content-mythomann .mythomann-order-teaser__detail-value .status-complete{color:#00b27d}.fx-content-mythomann .mythomann-order-teaser__counter{display:table;position:absolute;z-index:10;text-align:center;font-size:24px;font-weight:600;background-color:rgba(255,255,255,0.9)}.fx-content-mythomann .mythomann-order-teaser__counter-text{display:table-cell;vertical-align:middle}.fx-content-mythomann .mythomann-order-teaser__line{color:#e8e8e8;margin-top:24px;border:none;height:1px;background-color:#e8e8e8}@media screen and (min-width: 600px){.fx-content-mythomann .mythomann-order-teaser__button{width:auto}.fx-content-mythomann .mythomann-order-teaser__rma-connector{margin-top:16px}.fx-content-mythomann .mythomann-order-teaser__details{width:75%}}@media screen and (min-width: 940px){.fx-content-mythomann .mythomann-order-teaser__items{height:96px}.fx-content-mythomann .mythomann-order-teaser__item,
  .fx-content-mythomann .mythomann-order-teaser__counter{height:96px;width:96px}.fx-content-mythomann .mythomann-order-teaser__item{margin-right:42px}.fx-content-mythomann .mythomann-order-teaser__item-image{padding:8px}.fx-content-mythomann .mythomann-order-teaser__rma-icon-small{margin:4px;padding:4px;width:28px;height:28px}.fx-content-mythomann .mythomann-order-teaser__rma-icon-big{width:88px;height:88px;padding:24px}.fx-content-mythomann .mythomann-order-teaser__rma-connector{height:40px;left:48px;margin-bottom:16px}.fx-content-mythomann .mythomann-order-teaser .mythomann-order-teaser__rma-status-tooltip .mythomann-order-teaser__rma-status-tooltip-content{top:12px}.fx-content-mythomann .mythomann-order-teaser__detail-title{line-height:22px}.fx-content-mythomann .mythomann-order-teaser__detail-value{line-height:22px}}.fx-content-mythomann .mythomann-winsomething-stars .winsomething-stars{justify-content:center}.fx-content-mythomann .mythomann-winsomething-stars .winsomething__headline{margin:auto auto 12px}.fx-content-mythomann .mythomann-winsomething-stars .winsomething__article-image{width:104px;height:104px;margin:8px 0}.fx-content-mythomann .mythomann-winsomething-stars .winsomething__btn{margin-top:16px;margin-bottom:8px}.fx-content-mythomann .mythomann-winsomething-stars .winsomething .winsomething__content{margin:16px;display:flex;flex-direction:column;align-items:center}@media screen and (min-width: 600px){.fx-content-mythomann .mythomann-winsomething-stars .winsomething__article-image{width:120px;height:120px;margin:12px 0}}@media screen and (min-width: 940px){.fx-content-mythomann .mythomann-winsomething-stars .winsomething__headline{max-width:650px;margin:auto auto 8px}.fx-content-mythomann .mythomann-winsomething-stars .winsomething__article-image{width:160px;height:160px;margin:16px 0}.fx-content-mythomann .mythomann-winsomething-stars .winsomething__btn{margin-bottom:16px}}.fx-content-mythomann .safety-notice{display:flex;width:100%;margin-bottom:32px}.fx-content-mythomann .safety-notice__text{margin-right:12px}.fx-content-mythomann .safety-notice__img-container{display:flex;align-items:center;justify-content:center}.fx-content-mythomann .safety-notice__image{max-width:100px}.fx-content-mythomann .safety-actions{display:flex;justify-content:space-between}.fx-content-mythomann .mythomann-paperless .paperless__option{display:block;margin-bottom:5px}.fx-content-mythomann .mythomann-paperless .paperless__nudge{display:block;font-size:15px;color:#4b4b4b;margin-left:40px;cursor:pointer}.fx-content-mythomann .mythomann-paperless .paperless--error{color:#e64155}.fx-content-mythomann .mythomann-password-lost,
.fx-content-mythomann .mythomann-password-lost-thanks{max-width:700px;margin:auto}.fx-content-mythomann .mythomann-password-lost .password-lost-form__text{margin-bottom:16px}.fx-content-mythomann .mythomann-password-lost .password-lost-form__form-error{color:#e64155}.fx-content-mythomann .mythomann-password-lost .password-lost-form__form-captcha > *{margin-bottom:16px;margin-top:16px}.fx-content-mythomann .mythomann-password-lost .password-lost-form__form-actions{display:flex;flex-direction:column;align-items:center}.fx-content-mythomann .mythomann-password-lost .password-lost-form__form-action{width:-webkit-fit-content;width:fit-content;margin:auto}.fx-content-mythomann .mythomann-password-lost .password-lost-form__form-action-reset{margin-top:16px}.fx-content-mythomann .mythomann-password-lost .password-lost-form__form-action-login{margin-top:8px}.fx-content-mythomann .mythomann-password-lost .password-lost-form__form-action-register{margin-top:16px}@media screen and (min-width: 600px){.fx-content-mythomann .mythomann-password-lost .password-lost-form .password-lost-form__form-action-login{margin-top:16px}.fx-content-mythomann .mythomann-password-lost .password-lost-form .password-lost-form__form-action-register{margin-top:28px}}@media screen and (min-width: 940px){.fx-content-mythomann .mythomann-password-lost .password-lost-form__text{margin-bottom:24px}}.fx-content-mythomann.fx-content-mythomann-prodrate .prodrate-section{margin-bottom:40px}.fx-content-mythomann.fx-content-mythomann-prodrate .prodrate__overlay-bg{height:100px;background-color:#fff}@media screen and (min-width: 940px){.fx-content-mythomann.fx-content-mythomann-prodrate .prodrate__header{border-bottom:solid 1px #b4b4b4;padding-bottom:8px}.fx-content-mythomann.fx-content-mythomann-prodrate .prodrate-section{margin-bottom:64px}}.fx-content-mythomann.fx-content-mythomann-prodrate .product-rater{grid-row:4;grid-column:span 3}.fx-content-mythomann.fx-content-mythomann-prodrate .product-rater__trigger--is-active .triangle{position:absolute;transform:translateX(50%);width:0;height:0;margin:10px auto 0;border-left:10px solid rgba(255,255,255,0);border-right:10px solid rgba(255,255,255,0);border-bottom:16px solid #f3f3f3}.fx-content-mythomann.fx-content-mythomann-prodrate .product-rater__form{width:100%;padding:16px;background:#f3f3f3;border-radius:6px;margin-top:26px}.fx-content-mythomann.fx-content-mythomann-prodrate .product-rater__form .language-select .headline{margin-bottom:36px}.fx-content-mythomann.fx-content-mythomann-prodrate .product-rater__form .language-select__language{margin:26px}.fx-content-mythomann.fx-content-mythomann-prodrate .product-rater__form .content{margin:0 auto;max-width:576px}.fx-content-mythomann.fx-content-mythomann-prodrate .product-rater__form .content__textarea{min-height:64px;resize:vertical}.fx-content-mythomann.fx-content-mythomann-prodrate .product-rater__form .content .ratings{display:flex;flex-direction:column;max-width:420px}.fx-content-mythomann.fx-content-mythomann-prodrate .product-rater__form .content .ratings .rating{margin-bottom:16px}.fx-content-mythomann.fx-content-mythomann-prodrate .product-rater__form .content .ratings .rating-wrapper{display:inline-flex;justify-content:space-between;flex-direction:column}.fx-content-mythomann.fx-content-mythomann-prodrate .product-rater__form .content .ratings .rating .fx-rating-stars--theme-prodrate .prodrate-star{width:48px;height:48px;padding-right:8px}.fx-content-mythomann.fx-content-mythomann-prodrate .product-rater__form .content .ratings .rating__label{flex:1;margin-bottom:4px}.fx-content-mythomann.fx-content-mythomann-prodrate .product-rater__form .content .ratings .rating__error{display:block}.fx-content-mythomann.fx-content-mythomann-prodrate .product-rater__form .content .employee-notice{margin:36px 0}.fx-content-mythomann.fx-content-mythomann-prodrate .product-rater__form .content .submit{display:flex;margin:24px auto;width:100%}@media screen and (min-width: 600px){.fx-content-mythomann.fx-content-mythomann-prodrate .product-rater__trigger--is-active .triangle{left:4px}.fx-content-mythomann.fx-content-mythomann-prodrate .product-rater__form{padding:44px 24px;margin-top:22px}.fx-content-mythomann.fx-content-mythomann-prodrate .product-rater__form .content .ratings .rating-wrapper{display:flex;flex-direction:row;align-items:center}.fx-content-mythomann.fx-content-mythomann-prodrate .product-rater__form .content .ratings .rating__label{font-size:16px;margin-bottom:0}.fx-content-mythomann.fx-content-mythomann-prodrate .product-rater__form .content .submit{width:auto}}@media screen and (min-width: 940px){.fx-content-mythomann.fx-content-mythomann-prodrate .product-rater__form .content .ratings .rating__label{font-size:18px}.fx-content-mythomann.fx-content-mythomann-prodrate .product-rater__trigger--is-active .triangle{left:8px}}.fx-content-mythomann.fx-content-mythomann-prodrate .prodrate-rated__intro{margin-top:24px}@media screen and (min-width: 600px){.fx-content-mythomann.fx-content-mythomann-prodrate .prodrate-rated{margin-top:32px}}.fx-content-mythomann.fx-content-mythomann-prodrate .prodrate-unrated__header{display:flex;flex-direction:column}.fx-content-mythomann.fx-content-mythomann-prodrate .prodrate-unrated__search{margin:8px 0 24px 0}.fx-content-mythomann.fx-content-mythomann-prodrate .prodrate-unrated__search-input{margin:0}@media screen and (min-width: 600px){.fx-content-mythomann.fx-content-mythomann-prodrate .prodrate-unrated__header{flex-direction:row;align-items:center;justify-content:space-between}.fx-content-mythomann.fx-content-mythomann-prodrate .prodrate-unrated__search{margin:0 0 0 8px;min-width:236px}}.fx-content-mythomann.fx-content-mythomann-prodrate .prodrate-article{border-bottom:solid 1px #b4b4b4;padding:16px 0}.fx-content-mythomann.fx-content-mythomann-prodrate .prodrate-article-wrapper{display:grid;grid-template-columns:auto 1fr auto;grid-template-rows:1fr auto}.fx-content-mythomann.fx-content-mythomann-prodrate .prodrate-article__image{grid-row:span 2;margin-right:16px;width:64px}.fx-content-mythomann.fx-content-mythomann-prodrate .prodrate-article__details{display:flex;flex-direction:column;grid-column:2/4}.fx-content-mythomann.fx-content-mythomann-prodrate .prodrate-article__title{margin-bottom:4px}.fx-content-mythomann.fx-content-mythomann-prodrate .prodrate-article__subheadline,
.fx-content-mythomann.fx-content-mythomann-prodrate .prodrate-article__rating-text{margin-bottom:8px}.fx-content-mythomann.fx-content-mythomann-prodrate .prodrate-article__rating{align-self:center}.fx-content-mythomann.fx-content-mythomann-prodrate .prodrate-article__rating-count-star{width:30px;height:30px;padding-right:2px}.fx-content-mythomann.fx-content-mythomann-prodrate .prodrate-article__cta{position:relative;grid-column:2/4;grid-row:3;margin-top:16px}@media screen and (min-width: 600px){.fx-content-mythomann.fx-content-mythomann-prodrate .prodrate-article{padding:24px 0}.fx-content-mythomann.fx-content-mythomann-prodrate .prodrate-article__details{grid-row:1}.fx-content-mythomann.fx-content-mythomann-prodrate .prodrate-article__title{margin-bottom:8px}.fx-content-mythomann.fx-content-mythomann-prodrate .prodrate-article__image{margin-right:24px;padding:16px;width:136px}.fx-content-mythomann.fx-content-mythomann-prodrate .prodrate-article__rating--first{color:#00b27d}.fx-content-mythomann.fx-content-mythomann-prodrate .prodrate-article__rating-count-star{width:36px;height:36px}.fx-content-mythomann.fx-content-mythomann-prodrate .prodrate-article__cta{grid-column:3;grid-row:2;margin-top:0;justify-self:self-end}}@media screen and (min-width: 940px){.fx-content-mythomann.fx-content-mythomann-prodrate .prodrate-article__image{width:180px}.fx-content-mythomann.fx-content-mythomann-prodrate .prodrate-article__rating-count-star{width:48px;height:48px;padding:0}}.fx-content-mythomann .register-form{display:flex;flex-direction:column;align-items:center}.fx-content-mythomann .register-form__country-select{align-self:stretch}.fx-content-mythomann .register-form__newsletter{margin-top:16px}.fx-content-mythomann .setpassword__submit{margin-top:16px}.fx-content-mythomann .tracking-introduction{margin-bottom:24px}@media screen and (min-width: 600px){.fx-content-mythomann .tracking-introduction{margin-bottom:32px}}@media screen and (min-width: 940px){.fx-content-mythomann .tracking-introduction{margin-bottom:32px}}.fx-content-mythomann .tracking-error__box{margin-bottom:24px}@media screen and (min-width: 600px){.fx-content-mythomann .tracking-error__box{margin-bottom:24px}}@media screen and (min-width: 940px){.fx-content-mythomann .tracking-error__box{margin-bottom:32px}}.fx-content-mythomann .tracking-current__blocks{display:flex;flex-direction:column}.fx-content-mythomann .tracking-current__block{margin-bottom:8px}.fx-content-mythomann .tracking-current__icon{width:56px;height:56px;margin-right:23px}.fx-content-mythomann .tracking-current__info{margin:auto 0;width:50%}.fx-content-mythomann .tracking-current__status{font-weight:700}.fx-content-mythomann .tracking-current__data{display:flex;align-items:center;justify-content:center}.fx-content-mythomann .tracking-current__time{color:#686868}.fx-content-mythomann .tracking-current .carrier-info{display:flex;flex-direction:row;justify-items:flex-start;flex-wrap:wrap;column-gap:16px}.fx-content-mythomann .tracking-current .carrier-info__label{padding:4px 0 16px;display:inline-flex;align-items:center}.fx-content-mythomann .tracking-current .carrier-info .carrier-info__ident{width:-webkit-fit-content;width:fit-content;margin-left:0;font-size:14px;line-height:22px;letter-spacing:-0.11px;font-weight:400}@media screen and (min-width: 600px){.fx-content-mythomann .tracking-current .carrier-info .carrier-info__ident{font-size:14px;line-height:22px;letter-spacing:-0.11px;font-weight:400}}@media screen and (min-width: 940px){.fx-content-mythomann .tracking-current .carrier-info .carrier-info__ident{font-size:16px;line-height:24px;letter-spacing:-0.26px;font-weight:400}}@media screen and (min-width: 600px){.fx-content-mythomann .tracking-current__icon{width:96px;height:96px}.fx-content-mythomann .tracking-current__block{margin-bottom:24px}}.fx-content-mythomann .tracking-event__info{margin:auto 0;width:50%}.fx-content-mythomann .tracking-event__status{font-weight:700}.fx-content-mythomann .tracking-event__time{color:#686868}.fx-content-mythomann .tracking-event-box{display:flex;flex-direction:row;position:relative;padding-bottom:32px}.fx-content-mythomann .tracking-event-box.tracking-event-box--no-padding-bottom{padding-bottom:0}.fx-content-mythomann .tracking-event-box:last-child{background-color:#fff;padding-bottom:0}.fx-content-mythomann .tracking-event-box__connector{position:absolute;height:100%;width:1px;background-color:#000;left:28px;z-index:1}@media screen and (min-width: 600px){.fx-content-mythomann .tracking-event-box__connector{left:48px}}.fx-content-mythomann .tracking-event-box__icon{width:56px;min-width:56px;height:56px;min-height:56px;margin-right:23px;background-color:#fff;z-index:2}.fx-content-mythomann .tracking-event-box__data{display:flex;align-items:center;justify-content:center}@media screen and (min-width: 600px){.fx-content-mythomann .tracking-event-box__icon{width:96px;min-width:96px;height:96px;min-height:96px}}@media screen and (min-width: 940px){.fx-content-mythomann .tracking-event-box{padding-bottom:40px}}.fx-content-mythomann .userpool-infobox__content{margin-top:32px;margin-bottom:16px}.fx-content-mythomann .userpool-infobox__icon-wrapper{width:56px;height:56px;left:calc(50% - 28px)}.fx-content-mythomann .userpool-infobox__icon{width:56px;height:56px}.fx-content-mythomann .userpool-infobox__headline{margin-bottom:8px}.fx-content-mythomann .userpool-infobox__text{margin-bottom:16px}@media screen and (min-width: 600px){.fx-content-mythomann .userpool-infobox__content{margin-top:40px}.fx-content-mythomann .userpool-infobox__icon-wrapper{width:64px;height:64px;left:calc(50% - 32px)}.fx-content-mythomann .userpool-infobox__icon{width:64px;height:64px}}@media screen and (min-width: 940px){.fx-content-mythomann .userpool-infobox__content{margin-top:48px;margin-bottom:24px}.fx-content-mythomann .userpool-infobox__icon-wrapper{width:80px;height:80px;left:calc(50% - 40px)}.fx-content-mythomann .userpool-infobox__icon{width:80px;height:80px}.fx-content-mythomann .userpool-infobox__text{margin-bottom:24px}}.fx-content-mythomann-retoure .stepper{margin-bottom:20px}@media screen and (min-width: 600px){.fx-content-mythomann-retoure .stepper{margin-bottom:32px}}@media screen and (min-width: 940px){.fx-content-mythomann-retoure .stepper{margin-bottom:56px}}.fx-content-mythomann-retoure .helpdesk-contact-wrapper{margin-top:40px}@media screen and (min-width: 600px){.fx-content-mythomann-retoure .helpdesk-contact-wrapper{margin-top:56px}}@media screen and (min-width: 940px){.fx-content-mythomann-retoure .helpdesk-contact-wrapper{margin-top:80px}}.fx-content-mythomann-retoure .mythomann-retoure-introduction{margin-bottom:12px}@media screen and (min-width: 600px){.fx-content-mythomann-retoure .mythomann-retoure-introduction{margin-bottom:24px}}@media screen and (min-width: 940px){.fx-content-mythomann-retoure .mythomann-retoure-introduction{margin-bottom:60px}}.fx-content-mythomann-retoure .step-navigator{display:flex;justify-content:center}.fx-content-mythomann-retoure .step-navigator__button--left{margin-right:12px}.fx-content-mythomann-retoure .step-navigator__button--right{margin-left:12px}@media screen and (min-width: 600px){.fx-content-mythomann-retoure .step-navigator{justify-content:center}.fx-content-mythomann-retoure .step-navigator__button:first-child{margin-right:12px}.fx-content-mythomann-retoure .step-navigator__button:last-child{margin-left:12px}.fx-content-mythomann-retoure .step-navigator__button--left{margin-right:0}.fx-content-mythomann-retoure .step-navigator__button--right{margin-left:0}}.fx-content-mythomann-retoure .product-selection__button{width:100%}.fx-content-mythomann-retoure .product-selection__button-wrapper{width:100%}.fx-content-mythomann-retoure .product-selection__button-wrapper-inner{display:flex;justify-content:center;align-items:center;height:100%}.fx-content-mythomann-retoure .product-selection__no-items{margin-top:32px}.fx-content-mythomann-retoure .product-selection__icon{height:24px;width:24px}.fx-content-mythomann-retoure .product-selection__filter{margin-bottom:32px}.fx-content-mythomann-retoure .product-selection__order{margin-right:8px}.fx-content-mythomann-retoure .product-selection__search{width:auto}.fx-content-mythomann-retoure .product-selection__search-input{border-radius:100px}.fx-content-mythomann-retoure .product-selection__detail{display:flex;justify-content:space-between}.fx-content-mythomann-retoure .product-selection__sticky-bar{position:-webkit-sticky;position:sticky;bottom:0;width:100%;left:0;height:75px;background-color:#fff;display:flex;justify-content:center;padding:18px 16px}.fx-content-mythomann-retoure .product-selection__sticky-bar--is-stuck{margin-top:20px}.fx-content-mythomann-retoure .product-selection__sticky-bar--is-stuck .product-selection__button-wrapper{margin:0}.fx-content-mythomann-retoure .product-selection__sticky-bar--is-stuck .product-selection__button-wrapper-inner{margin:0;width:100%}.fx-content-mythomann-retoure .product-selection__sticky-bar--is-sticky{width:100vw;right:50%;margin-left:-50vw;margin-right:-50vw;box-shadow:0 -2px 20px 0 rgba(0,0,0,0.2);border-top:solid 2px #7e00f3}@media screen and (min-width: 600px){.fx-content-mythomann-retoure .product-selection__sticky-bar{height:90px;justify-content:flex-end;padding:0}}.fx-content-mythomann-retoure .product-selection .order{border-radius:6px;border:solid 2px #e8e8e8;margin-bottom:16px}.fx-content-mythomann-retoure .product-selection .order__order-number{margin-bottom:18px}.fx-content-mythomann-retoure .product-selection .order__date{margin-top:8px}.fx-content-mythomann-retoure .product-selection .order__date,
.fx-content-mythomann-retoure .product-selection .order__order-number{margin-left:12px}.fx-content-mythomann-retoure .product-selection .order__divider{flex-grow:1;height:2px;background-color:#e8e8e8}.fx-content-mythomann-retoure .product-selection .order__show-more{text-align:center;margin:16px 0}.fx-content-mythomann-retoure .product-selection .order-item-bundle{display:flex;flex-direction:column;padding:12px 24px}.fx-content-mythomann-retoure .product-selection .order-item-bundle__image-wrapper{margin:0 12px}.fx-content-mythomann-retoure .product-selection .order-item-bundle__image{max-width:64px}.fx-content-mythomann-retoure .product-selection .order-item-bundle__bundle{display:inline-flex;align-items:center}.fx-content-mythomann-retoure .product-selection .order-item-bundle__wrapper{display:inline-flex;align-items:center;cursor:pointer}.fx-content-mythomann-retoure .product-selection .order-item-bundle__wrapper:hover{color:#6009b0}.fx-content-mythomann-retoure .product-selection .order-item-bundle__wrapper--active{color:#420080}.fx-content-mythomann-retoure .product-selection .order-item-bundle__items{margin-top:12px}.fx-content-mythomann-retoure .product-selection .order-item-bundle__items .order-item{padding-left:0;padding-right:0}.fx-content-mythomann-retoure .product-selection .order-item-bundle .order__divider{visibility:hidden}.fx-content-mythomann-retoure .product-selection .order-item-bundle .order__divider--top{margin-bottom:10px}.fx-content-mythomann-retoure .product-selection .order-item-bundle--active .order__divider{visibility:visible}.fx-content-mythomann-retoure .product-selection .order-item{display:flex;flex-direction:column;position:relative;padding:12px 24px;gap:8px}.fx-content-mythomann-retoure .product-selection .order-item:not(:last-child){border-bottom:2px solid #f3f3f3}.fx-content-mythomann-retoure .product-selection .order-item--returned{margin:0;background:#f3f3f3}.fx-content-mythomann-retoure .product-selection .order-item--returned .order-item__article{color:#8a8a8a}.fx-content-mythomann-retoure .product-selection .order-item--returned:not(:last-child){border-bottom:2px solid #fff}.fx-content-mythomann-retoure .product-selection .order-item__status{font-weight:600;margin:0;line-height:16px}.fx-content-mythomann-retoure .product-selection .order-item__status--waiting{color:#e64155}.fx-content-mythomann-retoure .product-selection .order-item__status--inProgress{color:#e0af0b}.fx-content-mythomann-retoure .product-selection .order-item__status--complete{color:#00b27d}.fx-content-mythomann-retoure .product-selection .order-item__placeholder{width:24px;flex-shrink:0}.fx-content-mythomann-retoure .product-selection .order-item__select{min-width:75%}.fx-content-mythomann-retoure .product-selection .order-item__article{display:block}.fx-content-mythomann-retoure .product-selection .order-item__info{max-width:300px;font-weight:700;color:#000}.fx-content-mythomann-retoure .product-selection .order-item__image-wrapper{mix-blend-mode:multiply;margin-right:12px;margin-left:12px;min-width:64px;text-align:center}.fx-content-mythomann-retoure .product-selection .order-item__article-wrapper{display:inline-flex;align-items:center}.fx-content-mythomann-retoure .product-selection .order-item__select-wrapper{max-width:100%;display:flex;justify-content:flex-start;flex-direction:column;margin-left:112px;align-items:flex-end}.fx-content-mythomann-retoure .product-selection .order-item__image{max-width:64px}@media screen and (min-width: 600px){.fx-content-mythomann-retoure .product-selection .order{margin-bottom:24px}.fx-content-mythomann-retoure .product-selection .order__header{display:flex;justify-content:space-between;margin-top:20px}.fx-content-mythomann-retoure .product-selection .order__order-number{margin-right:24px;margin-top:0}.fx-content-mythomann-retoure .product-selection .order__date{margin-left:24px;margin-top:0}.fx-content-mythomann-retoure .product-selection .order-item-bundle{padding:16px 24px}.fx-content-mythomann-retoure .product-selection .order-item-bundle__image{max-width:96px}.fx-content-mythomann-retoure .product-selection .order-item-bundle .order-item__image{max-width:66px}.fx-content-mythomann-retoure .product-selection .order-item-bundle__image-wrapper{margin:0 16px}.fx-content-mythomann-retoure .product-selection .order-item-bundle .order__divider--top{margin-bottom:16px}.fx-content-mythomann-retoure .product-selection .order-item{display:flex;flex-direction:row;justify-content:space-between;padding:16px 24px;gap:16px}.fx-content-mythomann-retoure .product-selection .order-item--returnable{cursor:pointer}.fx-content-mythomann-retoure .product-selection .order-item__select-wrapper{display:flex;margin-left:0;align-self:center;width:45%}.fx-content-mythomann-retoure .product-selection .order-item__article-wrapper{width:85%}.fx-content-mythomann-retoure .product-selection .order-item__select{width:-webkit-max-content;width:max-content}.fx-content-mythomann-retoure .product-selection .order-item__info{max-width:initial}.fx-content-mythomann-retoure .product-selection .order-item__image{max-width:96px}.fx-content-mythomann-retoure .product-selection .order-item__image-wrapper{margin:0 16px;min-width:96px}}@media screen and (min-width: 940px){.fx-content-mythomann-retoure .product-selection .order-item-bundle__image{max-width:120px}.fx-content-mythomann-retoure .product-selection .order-item-bundle .order-item__image{max-width:70px}.fx-content-mythomann-retoure .product-selection .order-item-bundle__image-wrapper{margin:0 24px}.fx-content-mythomann-retoure .product-selection .order-item__image{max-width:120px}.fx-content-mythomann-retoure .product-selection .order-item__image-wrapper{margin:0 24px;min-width:120px}}.fx-content-mythomann-retoure .product-selection .product-selection-form{display:flex;flex-direction:column}.fx-content-mythomann-retoure .product-selection .product-selection-form__show-more{align-self:center;width:300px}@media screen and (min-width: 600px){.fx-content-mythomann-retoure .product-selection__icon{height:32px;width:32px}.fx-content-mythomann-retoure .product-selection__filter{margin-bottom:24px}.fx-content-mythomann-retoure .product-selection__order{margin:16px 24px 0 0}.fx-content-mythomann-retoure .product-selection__button{width:auto}.fx-content-mythomann-retoure .product-selection__button-wrapper-inner{justify-content:end;flex-direction:row-reverse}}@media screen and (min-width: 600px){.fx-content-mythomann-retoure .product-selection__icon{height:48px;width:48px}}.fx-content-mythomann-retoure .problem-definition .single-item{border-radius:6px;border:solid 2px #e8e8e8;position:relative;padding:20px 12px 32px;margin-bottom:24px;overflow:hidden}.fx-content-mythomann-retoure .problem-definition .single-item__close{position:absolute;top:8px;right:8px;cursor:pointer;height:20px;width:20px}.fx-content-mythomann-retoure .problem-definition .single-item__close:hover{color:#6009b0}.fx-content-mythomann-retoure .problem-definition .single-item-product{display:inline-flex;margin-bottom:8px;padding-right:24px}.fx-content-mythomann-retoure .problem-definition .single-item-product__image{margin-right:8px;max-width:none;height:64px}.fx-content-mythomann-retoure .problem-definition .single-item-product__infos{display:flex;align-items:center}.fx-content-mythomann-retoure .problem-definition .single-item-form{display:block}.fx-content-mythomann-retoure .problem-definition .single-item-form__divider{display:none;flex-grow:1;height:3px;background-color:#e8e8e8}.fx-content-mythomann-retoure .problem-definition .single-item-form__divider--left{transform:translateX(-14px)}.fx-content-mythomann-retoure .problem-definition .single-item-form__divider--right{transform:translateX(14px)}.fx-content-mythomann-retoure .problem-definition .single-item-form__title{display:inline-flex;align-items:center;margin-bottom:16px;font-weight:700;flex-grow:1}.fx-content-mythomann-retoure .problem-definition .single-item-form__icon{margin-right:12px;stroke-width:0.75}.fx-content-mythomann-retoure .problem-definition .single-item-form__textarea{resize:vertical;min-height:120px}.fx-content-mythomann-retoure .problem-definition .single-item-form .form-field{margin-bottom:12px}.fx-content-mythomann-retoure .problem-definition .single-item-form .fx-input-select{margin-top:4px}.fx-content-mythomann-retoure .problem-definition .info-texts{margin-bottom:24px}@media screen and (min-width: 600px){.fx-content-mythomann-retoure .problem-definition{padding:24px 16px 40px}.fx-content-mythomann-retoure .problem-definition .single-item__close{width:24px;height:24px}}@media screen and (min-width: 940px){.fx-content-mythomann-retoure .problem-definition .single-item{padding-top:44px;padding-bottom:58px;border-width:3px}.fx-content-mythomann-retoure .problem-definition .single-item__close{width:32px;height:32px;top:16px;right:16px}.fx-content-mythomann-retoure .problem-definition .single-item-product{margin-bottom:32px}.fx-content-mythomann-retoure .problem-definition .single-item-product__infos{display:block}.fx-content-mythomann-retoure .problem-definition .single-item-product__image{height:98px;margin-right:16px}.fx-content-mythomann-retoure .problem-definition .single-item-form__icon{height:44px;width:44px}.fx-content-mythomann-retoure .problem-definition .single-item-form__title{display:flex;justify-content:center;margin-bottom:32px;font-size:18px;width:100vw;position:relative;margin-left:-50vw;left:50%}.fx-content-mythomann-retoure .problem-definition .single-item-form__divider{display:block}.fx-content-mythomann-retoure .problem-definition .single-item-form__textarea{min-height:240px}.fx-content-mythomann-retoure .problem-definition .single-item-form .form-field{margin-bottom:20px}.fx-content-mythomann-retoure .problem-definition .single-item-form .form-field .form-field__select{margin-top:8px}}.fx-content-mythomann-retoure .image-upload-field{margin-top:20px}.fx-content-mythomann-retoure .image-upload-field__wrapper{border-radius:4px;border:solid 1px #8a8a8a;padding:16px;margin-bottom:8px;display:flex;flex-direction:column}.fx-content-mythomann-retoure .image-upload-field__info{text-align:left}.fx-content-mythomann-retoure .image-upload-field__button{font-size:16px}.fx-content-mythomann-retoure .image-upload-field__button-wrapper{display:block;text-align:center}.fx-content-mythomann-retoure .image-upload-field__images{display:grid;grid-template-columns:repeat(auto-fit,minmax(82px,-webkit-max-content));grid-template-columns:repeat(auto-fit,minmax(82px,max-content));grid-gap:10px;justify-content:center}.fx-content-mythomann-retoure .image-upload-field__order-info{margin-top:24px;color:#8a8a8a;text-align:center}.fx-content-mythomann-retoure .image-upload-field__divider{height:1px;background-color:#8a8a8a;margin:22px -16px 30px}.fx-content-mythomann-retoure .image-upload-field .upload-info{display:flex;flex-direction:column;align-items:center}.fx-content-mythomann-retoure .image-upload-field .drag-and-drop{position:relative}.fx-content-mythomann-retoure .image-upload-field .drag-and-drop__area{border:dashed #8a8a8a 2px;position:absolute;top:0;bottom:0;left:0;right:0;z-index:9999}.fx-content-mythomann-retoure .image-upload-field .image{width:83px;height:83px;position:relative;border:solid 1px #b4b4b4;display:flex;align-items:center;justify-content:center}.fx-content-mythomann-retoure .image-upload-field .image__remove{display:block;position:absolute;right:0;top:0;color:#fff;background-color:rgba(28,28,28,0.5)}.fx-content-mythomann-retoure .image-upload-field .image__remove:hover,
.fx-content-mythomann-retoure .image-upload-field .image__remove:active{cursor:pointer}.fx-content-mythomann-retoure .image-upload-field .image__remove:hover{background-color:#6009b0}.fx-content-mythomann-retoure .image-upload-field .image__remove:active{background-color:#686868}.fx-content-mythomann-retoure .image-upload-field .image__remove-icon{height:24px;width:24px}.fx-content-mythomann-retoure .image-upload-field .image__img{overflow:hidden;width:100%;height:100%;object-fit:cover}.fx-content-mythomann-retoure .image-upload-field .progress-bar{height:4px;width:72px;background-color:#e8e8e8;border-radius:2px;margin:5px}.fx-content-mythomann-retoure .image-upload-field .progress-bar__filler{height:100%;background-color:#1c1c1c;border-radius:inherit;text-align:right;transition:width 1s ease-in-out}@media screen and (min-width: 600px){.fx-content-mythomann-retoure .image-upload-field{margin-top:16px;margin-bottom:16px;text-align:center}.fx-content-mythomann-retoure .image-upload-field__wrapper{display:inline-block;position:relative;width:100%;margin-bottom:12px}.fx-content-mythomann-retoure .image-upload-field__label{position:absolute;top:-8px;left:8px;margin-left:0;font-size:10px;line-height:10px;border:2px solid #fff;border-radius:5px;padding:0 8px;background-color:#fff;color:#8a8a8a}.fx-content-mythomann-retoure .image-upload-field__icon{color:#b4b4b4;height:72px;width:72px}.fx-content-mythomann-retoure .image-upload-field__or{font-weight:700;text-transform:uppercase;font-size:15px}.fx-content-mythomann-retoure .image-upload-field__drag-info{margin-bottom:8px}.fx-content-mythomann-retoure .image-upload-field__divider{margin:24px -16px}.fx-content-mythomann-retoure .image-upload-field__button{font-size:16px}.fx-content-mythomann-retoure .image-upload-field__button:after{bottom:18px}.fx-content-mythomann-retoure .image-upload-field__images{grid-gap:12px}}@media screen and (min-width: 940px){.fx-content-mythomann-retoure .image-upload-field__info{font-size:14px;line-height:22px}.fx-content-mythomann-retoure .image-upload-field__images{grid-gap:16px}}.fx-content-mythomann-retoure .bank-account-form__container{border-radius:6px;border:solid 3px #e8e8e8;padding:36px 16px;margin-bottom:16px}.fx-content-mythomann-retoure .bank-account-form__swift-notice{margin:12px 0;font-size:13px}.fx-content-mythomann-retoure .address__display{padding-top:16px}.fx-content-mythomann-retoure .address__button{margin-top:16px}@media screen and (min-width: 600px){.fx-content-mythomann-retoure .bank-account-form__container{margin-bottom:24px}}.fx-content-mythomann-retoure .step{display:flex;align-items:center;flex-direction:column}.fx-content-mythomann-retoure .step__title{text-transform:uppercase;color:#8a8a8a;margin-bottom:0;font-size:10px}.fx-content-mythomann-retoure .step--active .step__icon--circle,
.fx-content-mythomann-retoure .step--active .step__icon--circle-check,
.fx-content-mythomann-retoure .step--active .step__icon--check{color:#1c1c1c}.fx-content-mythomann-retoure .step--active .step__title{font-weight:700;color:#000}.fx-content-mythomann-retoure .step--done .step__icon--circle{display:none}.fx-content-mythomann-retoure .step--active.step--is-last .step__icon--circle-check{display:inline-block;width:28px;height:28px;color:#00b27d;margin-top:-4px}.fx-content-mythomann-retoure .step--active.step--is-last .step__title{color:#00b27d}.fx-content-mythomann-retoure .step__icon--check,
.fx-content-mythomann-retoure .step__icon--circle{color:#b4b4b4;width:20px;height:20px;margin-bottom:4px}@media screen and (min-width: 600px){.fx-content-mythomann-retoure .step{flex-direction:row}.fx-content-mythomann-retoure .step__title{margin-left:4px;font-size:12px}.fx-content-mythomann-retoure .step__icon--circle,
  .fx-content-mythomann-retoure .step__icon--check{margin-bottom:0;width:24px;height:24px}.fx-content-mythomann-retoure .step--active.step--is-finished .step__icon--circle-check{width:40px;height:40px;margin-top:0}.fx-content-mythomann-retoure .step--active.step--is-finished .step__title{font-size:18px}}.fx-content-mythomann-retoure .mythomann-retoure-step-thankyou .groups{display:flex;flex-direction:column;margin-top:16px}.fx-content-mythomann-retoure .mythomann-retoure-step-thankyou .group{border-radius:6px;border:solid 3px #e8e8e8;padding:16px;margin-bottom:20px}.fx-content-mythomann-retoure .mythomann-retoure-step-thankyou .group__image{display:none}.fx-content-mythomann-retoure .mythomann-retoure-step-thankyou .group__products{display:flex;flex-direction:column;margin-top:8px}.fx-content-mythomann-retoure .mythomann-retoure-step-thankyou .group__content{display:block}.fx-content-mythomann-retoure .mythomann-retoure-step-thankyou .group__content-title{margin-bottom:4px;font-weight:700}.fx-content-mythomann-retoure .mythomann-retoure-step-thankyou .group:last-of-type{margin-bottom:0}.fx-content-mythomann-retoure .mythomann-retoure-step-thankyou .product{display:inline-flex;align-items:center;margin-bottom:16px}.fx-content-mythomann-retoure .mythomann-retoure-step-thankyou .product__infos{display:block}.fx-content-mythomann-retoure .mythomann-retoure-step-thankyou .product__name{font-weight:700}.fx-content-mythomann-retoure .mythomann-retoure-step-thankyou .product__quantity{text-transform:uppercase;font-size:14px}.fx-content-mythomann-retoure .mythomann-retoure-step-thankyou .product__image{height:64px;width:64px;margin-right:8px}@media screen and (min-width: 600px){.fx-content-mythomann-retoure .mythomann-retoure-step-thankyou .groups{margin-top:90px}.fx-content-mythomann-retoure .mythomann-retoure-step-thankyou .group{padding:46px 60px 40px;margin-bottom:80px;position:relative}.fx-content-mythomann-retoure .mythomann-retoure-step-thankyou .group__image{display:block;position:absolute;top:-50px;left:50%;transform:translateX(-50%);max-height:100px;background-color:#fff}.fx-content-mythomann-retoure .mythomann-retoure-step-thankyou .product__image{height:98px;width:98px;margin-right:16px}}.rma{margin-bottom:32px}.rma__details{display:flex;flex-wrap:wrap;gap:24px 48px;width:100%}.rma__details-status{display:flex}.rma__details-image{mix-blend-mode:multiply}.rma .rma-status-tooltip{align-self:center}@media screen and (min-width: 600px){.rma__details{margin-left:24px;padding-right:24px}}@media screen and (min-width: 940px){.rma .rma-status-tooltip .rma-status-tooltip__content[class]{top:12px}.rma__detail{flex-basis:20%}}.rma-labels{background-color:#f3f3f3;border-radius:6px;width:100%;height:100%;padding:16px 16px 20px}.rma-labels__header{text-align:center;letter-spacing:normal;text-transform:uppercase;color:#8a8a8a;font-size:14px}.rma-labels__container{display:flex;gap:12px 24px;justify-content:center;margin-top:12px;flex-wrap:wrap}@media screen and (min-width: 600px){.rma-labels{padding:20px 24px 24px}}@media screen and (min-width: 940px){.rma-labels{padding:20px 32px 32px}}.fx-content-search .search-header{margin-top:8px;margin-bottom:8px;min-height:124px;border-bottom:1px solid #e8e8e8}.fx-content-search .search-header .header-headline{flex-grow:1;flex-basis:100%}.fx-content-search .search-header .header-headline__label{margin:0;display:inline}.fx-content-search .search-header .header-headline__label b{color:#7e00f3}.fx-content-search .search-header .header-headline__count-small{margin:0 0 4px 0}.fx-content-search .search-header .header-headline__count-large{display:none}.fx-content-search .search-header .manufacturer-branding{margin-bottom:16px;align-self:stretch;width:104px}@media screen and (min-width: 600px){.fx-content-search .search-header .header-headline{flex-basis:inherit}.fx-content-search .search-header .header-headline__label{margin-right:24px;overflow-wrap:break-word;word-wrap:break-word;-webkit-hyphens:auto;hyphens:auto}.fx-content-search .search-header .header-headline__count-small{display:none}.fx-content-search .search-header .header-headline__count-large{display:inline-block;margin-bottom:0;color:#8a8a8a}.fx-content-search .search-header .manufacturer-branding{margin-bottom:12px;margin-right:8px;padding-right:8px;border-right:1px solid #1c1c1c;box-sizing:border-box;width:146px}}@media screen and (min-width: 940px){.fx-content-search .search-header .header-headline__label{margin-right:24px}.fx-content-search .search-header .header-headline__count-large{font-size:26px}.fx-content-search .search-header .manufacturer-branding{margin-right:24px;padding-right:24px;width:inherit}}.fx-content-search .search-header .filter-text{display:none}.fx-content-search .search-header .filter-text__icon{height:24px;width:24px}.fx-content-search .search-header .filter-text__label{margin:0 0 0 11px}@media screen and (min-width: 940px){.fx-content-search .search-header .filter-text{display:flex;align-items:center}.fx-content-search .search-header .filter-text__label{font-weight:600}.fx-content-search .search-header .filter-button{display:none}}.fx-content-search .search-header .header-actions{padding:8px 0 10px 0}.fx-content-search .search-header .header-actions__col{display:flex;align-items:center}.fx-content-search .search-header .header-actions__col--large{position:relative;justify-content:flex-end}@media screen and (min-width: 600px){.fx-content-search .search-header .header-actions{padding:12px 0 10px 0}}@media screen and (min-width: 940px){.fx-content-search .search-header .header-actions{padding:0 0 10px 0;border:none}.fx-content-search .search-header .header-actions__col--large{position:initial}}.fx-content-search .search-header .header-helpdesk-button{margin-left:4px}@media screen and (min-width: 600px){.fx-content-search .search-header .header-helpdesk-button{margin:10px 0 0 30px;align-self:flex-start}}.fx-content-search .search-header .sort-button{max-width:100%;margin:0}@media screen and (min-width: 940px){.fx-content-search .search-header .sort-button__label{font-size:16px;font-weight:600}}.fx-content-search .search-header .view-mode-switch{cursor:pointer;position:absolute;top:-44px;width:40px;height:40px;display:inline-flex;justify-content:center;align-items:center}@media screen and (min-width: 600px){.fx-content-search .search-header .view-mode-switch{position:initial;top:0;margin-left:16px;width:48px;height:48px}}.fx-content-search .search-header .view-mode-switch:hover{color:#7e00f3}.fx-content-search .headline-row{display:flex;align-items:center;flex-wrap:wrap}@media screen and (min-width: 600px){.fx-content-search .search-header{margin-top:16px;margin-bottom:16px;min-height:122px}.fx-content-search .headline-row{flex-wrap:nowrap;align-items:center;margin-bottom:4px}}@media screen and (min-width: 940px){.fx-content-search .search-header{margin-top:0;margin-bottom:16px;min-height:120px}.fx-content-search .headline-row{margin-bottom:2px}}.fx-content-search .product-listings__alternative-header{border-top:1px solid #e8e8e8;padding-top:8px;margin-bottom:8px;box-sizing:border-box}.fx-content-search .product-listings__alternative-header:first-child{border-top:none}.fx-content-search .product-listings__search-grid{grid-template-columns:repeat(12,1fr)}@media screen and (min-width: 600px){.fx-content-search .product-listings .product__price .product__tag{display:none}}@media screen and (min-width: 940px){.fx-content-search .product-listings .product__price .product__tag{display:block}}@media screen and (min-width: 600px){.fx-content-search .product-listings__alternative-header{padding-top:16px;margin-bottom:16px}.fx-content-search .product-listings__search-grid{grid-template-columns:repeat(12,1fr)}}@media screen and (min-width: 940px){.fx-content-search .product-listings__alternative-header{padding-top:24px;margin-bottom:24px}.fx-content-search .product-listings__search-grid{grid-template-columns:repeat(8,1fr)}}.fx-content-search .no-results-hint{display:flex;flex-direction:column;align-items:center}.fx-content-search.fx-content-search--feedback .feedback__form{margin:40px 0 0 0}.fx-content-search.fx-content-search--feedback .feedback__submit{margin:16px 0 0 0;text-align:center}.fx-content-search.fx-content-search--feedback .back-link{margin-bottom:16px}.fx-content-search.fx-content-search--feedback .back-link__link{display:inline-flex;align-items:center;text-transform:uppercase}.fx-content-search.fx-content-search--feedback .back-link__icon{margin-right:4px}.fx-content-search.fx-content-search--feedback .fx-content-search__form-wrapper{padding-bottom:24px}@media screen and (min-width: 600px){.fx-content-search.fx-content-search--feedback .feedback__form{margin:54px 0 0 0}.fx-content-search.fx-content-search--feedback .back-link{display:none}}.fx-content-search.fx-content-search--feedback .fx-content-search__helpdesk{padding-top:0}.fx-content-search.fx-content-search--feedback .button-helpdesk{margin:0;max-width:none}.fx-content-search.fx-content-search--feedback .button-helpdesk::before{content:' ';display:block;width:100%;border-top:solid 1px #b4b4b4;margin-bottom:24px}.fx-content-search .search-pagination{display:flex;flex-direction:column;align-items:center;margin-bottom:24px;padding-top:8px}.fx-content-search .search-pagination__actions{display:flex;flex-wrap:wrap;justify-content:center}.fx-content-search .search-pagination__show-more{margin-bottom:16px}.fx-content-search .search-pagination__pages{display:flex;justify-content:center;flex-wrap:wrap;line-height:0}.fx-content-search .search-pagination__actions-limit{margin-right:16px;margin-left:16px;margin-bottom:16px}@media screen and (min-width: 600px){.fx-content-search .search-pagination{margin-bottom:32px;padding-top:24px}}@media screen and (min-width: 940px){.fx-content-search .search-pagination{margin-bottom:36px}}.fx-content-search.fx-content-search--not-found .search-not-found-header{margin-bottom:40px}.fx-content-search.fx-content-search--not-found .search-not-found-header .title__subtext a{-webkit-text-decoration:underline;text-decoration:underline}.fx-content-search.fx-content-search--not-found .search-not-found-header .title__headline{margin-top:16px}.fx-content-search.fx-content-search--not-found .search-not-found-header .title__headline strong{color:#7e00f3}.fx-content-search.fx-content-search--not-found .search-not-found-header .placeholder{display:inline-flex;justify-content:center;align-items:center}.fx-content-search.fx-content-search--not-found .search-not-found-header .placeholder > .placeholder__image{height:200px;width:auto}.fx-content-search.fx-content-search--not-found .fx-brand-carousel-wrapper,
.fx-content-search.fx-content-search--not-found .helpdesk-contact-wrapper{padding:0;margin:0 0 40px}.fx-content-search.fx-content-search--not-found #js-category-media-content-grid{padding:0;margin-bottom:80px}@media screen and (min-width: 600px){.fx-content-search.fx-content-search--not-found .search-not-found-header .title__headline{margin-top:20px}}@media screen and (min-width: 940px){.fx-content-search.fx-content-search--not-found .fx-content-search__breadcrumbs{margin-bottom:24px;padding-bottom:0}.fx-content-search.fx-content-search--not-found .search-not-found-header{margin-bottom:56px}.fx-content-search.fx-content-search--not-found .search-not-found-header .title__headline{margin-top:24px}.fx-content-search.fx-content-search--not-found .fx-brand-carousel-wrapper,
  .fx-content-search.fx-content-search--not-found .helpdesk-contact-wrapper{margin:0 0 64px}.fx-content-search.fx-content-search--not-found .js-category-media-content-grid{margin-bottom:96px}}.fx-content-search .fx-search--categories{margin-bottom:56px}@media screen and (min-width: 940px){.fx-content-search .fx-search--categories .title__headline{margin-bottom:56px}}.fx-content-search--no-results .fx-content-search__helpdesk{margin-bottom:40px}@media screen and (min-width: 600px){.fx-content-search--no-results .fx-content-search__helpdesk{margin-bottom:72px}}@media screen and (min-width: 940px){.fx-content-search--no-results .fx-content-search__helpdesk{margin-bottom:80px}}.fx-content-search .search-feedback-panel{display:none}.fx-content-search .search-feedback-panel .wish-button{margin:0}@media screen and (min-width: 940px){.fx-content-search .search-feedback-panel{display:block}.fx-content-search .search-feedback-panel__content{margin:32px 12px 24px 12px}}.fx-content-search__breadcrumbs{margin-top:16px;margin-bottom:16px}@media screen and (min-width: 940px){.fx-content-search{margin-bottom:40px}.fx-content-search .price-disclaimer-text{margin-bottom:26px}}.fx-content-category .category-header{width:100%;position:relative;background-size:auto 100%;background-position-x:50%;background-repeat:no-repeat;background-color:rgba(255,255,255,0);box-shadow:inset 0 -86px 80px -50px #000}.fx-content-category .category-header__frame{max-width:1512px;margin:0 auto;padding-bottom:16px}.fx-content-category .category-header .category-header__title{color:#fff;margin-bottom:8px}.fx-content-category .category-header__helpdesk{display:none}.fx-content-category .category-header__menu-helpdesk.menu-list__item{cursor:pointer}.fx-content-category .category-header .menu-list{padding:0 4px 0 0;margin:0;list-style:none;overflow:auto}.fx-content-category .category-header .menu-list::-webkit-scrollbar{width:0;height:0}.fx-content-category .category-header .menu-list__item{display:inline-block;visibility:visible;opacity:1;transition:visibility 0s,opacity 0.1s linear}.fx-content-category .category-header .menu-list__item:not(:last-child){margin-right:12px}.fx-content-category .category-header .menu-list__item--disabled{visibility:hidden;opacity:0;width:0}.fx-content-category .category-header .menu-list__anchor{color:#fff;font-size:12px;line-height:25px;letter-spacing:0px;font-weight:600}.fx-content-category .category-header .menu-list__anchor:hover{color:#e8e8e8}.fx-content-category .category-header .menu-list__anchor--notify{position:relative}.fx-content-category .category-header .menu-list__anchor--notify::after{content:'';position:absolute;height:8px;width:8px;border-radius:5px;background-color:#00b27d}.fx-content-category .category-header__background--left,
.fx-content-category .category-header__background--right{position:absolute;display:block;z-index:-1;width:50vw;height:100%}.fx-content-category .category-header__background--left{background-color:#b4b4b4}.fx-content-category .category-header__background--right{background-color:#b4b4b4;right:0}@media screen and (min-width: 600px){.fx-content-category .category-header .category-header__title{margin-bottom:16px}.fx-content-category .category-header__menu-helpdesk.menu-list__item{display:none}.fx-content-category .category-header__menu{display:flex;align-items:center}.fx-content-category .category-header__helpdesk{flex:0 0 auto;display:inline-block}.fx-content-category .category-header .menu-list{flex:1}.fx-content-category .category-header .menu-list__item:not(:last-child){margin-right:24px}.fx-content-category .category-header .menu-list__anchor{font-size:16px;line-height:25px;letter-spacing:-0.16px;text-shadow:0 1px rgba(28,28,28,0.2);font-weight:400;text-transform:uppercase}}@media screen and (min-width: 940px){.fx-content-category .category-header .category-header__title{margin-bottom:32px}.fx-content-category .category-header__breadcrumb{margin-top:16px;margin-bottom:24px}.fx-content-category .category-header .menu-list__anchor{font-size:18px;line-height:25px;letter-spacing:-0.18px;text-transform:uppercase}.fx-content-category .category-header .menu-list__item:not(:last-child){margin-right:40px}}.fx-content-category .guitar-finder-acoustic .header{position:relative;margin-bottom:8px}.fx-content-category .guitar-finder-acoustic .header__subline{display:flex;align-items:center}.fx-content-category .guitar-finder-acoustic .header__button{flex:0 0 auto;display:inline-block}.fx-content-category .guitar-finder-acoustic .header__text{display:inline-block;flex:1;margin:0}.fx-content-category .guitar-finder-acoustic__groups .guitar-player{padding:20px 10px 10px;display:flex;flex-direction:column;justify-content:flex-start;border-radius:4px;width:100%;cursor:pointer;background-color:#f3f3f3;margin-bottom:8px}.fx-content-category .guitar-finder-acoustic__groups .guitar-player__image-wrapper{display:flex;justify-content:center}.fx-content-category .guitar-finder-acoustic__groups .guitar-player__image{opacity:0.3;max-height:50px}.fx-content-category .guitar-finder-acoustic__groups .guitar-player__title{margin-top:8px;text-align:center}.fx-content-category .guitar-finder-acoustic__groups .guitar-player:hover{background-color:#e8e8e8}.fx-content-category .guitar-finder-acoustic__groups .guitar-player:hover .guitar-player__image{opacity:1}.fx-content-category .guitar-finder-acoustic__groups .guitar-player.guitar-player--selected{background-color:#000}.fx-content-category .guitar-finder-acoustic__groups .guitar-player.guitar-player--selected .guitar-player__title{color:#fff}.fx-content-category .guitar-finder-acoustic__groups .guitar-player.guitar-player--selected .guitar-player__image{opacity:1;filter:invert(1)}.fx-content-category .guitar-finder-acoustic__body{margin-top:24px}.fx-content-category .guitar-finder-acoustic__body .message{text-align:center}.fx-content-category .guitar-finder-acoustic__body .controls{display:flex;justify-content:space-between;align-items:flex-end}.fx-content-category .guitar-finder-acoustic__cta{margin-top:16px;display:flex;justify-content:center}.fx-content-category .guitar-finder-acoustic .dynamic-content{margin-top:16px}.fx-content-category .guitar-finder-acoustic .dynamic-content.doProgress{opacity:0.5}@media screen and (min-width: 600px){.fx-content-category .guitar-finder-acoustic .header{margin-bottom:16px}.fx-content-category .guitar-finder-acoustic .header__headline{margin-right:50px}.fx-content-category .guitar-finder-acoustic .header__subline{margin-top:-26px}.fx-content-category .guitar-finder-acoustic .header__text{align-self:flex-end}.fx-content-category .guitar-finder-acoustic .dynamic-content{margin-top:24px}}@media screen and (min-width: 940px){.fx-content-category .guitar-finder-acoustic .header{margin-bottom:24px}.fx-content-category .guitar-finder-acoustic .header__text{font-size:20px;line-height:24px;letter-spacing:-0.54px}.fx-content-category .guitar-finder-acoustic__groups .guitar-player{padding-top:100%;position:relative}.fx-content-category .guitar-finder-acoustic__groups .guitar-player__image-wrapper{max-height:65%}.fx-content-category .guitar-finder-acoustic__groups .guitar-player__image{max-height:none}.fx-content-category .guitar-finder-acoustic__groups .guitar-player__content-wrapper{flex-direction:column;display:flex;justify-content:center;position:absolute;padding:20px;top:0;left:0;height:100%;width:100%}.fx-content-category .guitar-finder-acoustic__body .message__text{font-size:18px;line-height:24px;letter-spacing:-0.29px;text-align:left}.fx-content-category .guitar-finder-acoustic__body .body-group{display:flex;align-items:center;justify-content:space-between}.fx-content-category .guitar-finder-acoustic__body .message__text{margin:0}.fx-content-category .guitar-finder-acoustic__body .controls{flex:0 0 auto;margin-left:16px}.fx-content-category .guitar-finder-acoustic__body .controls__sorting{margin-right:16px}.fx-content-category .guitar-finder-acoustic__cta{margin-top:24px}}.fx-content-category .category-overview-header{display:flex;flex-direction:column}@media screen and (min-width: 600px){.fx-content-category .category-overview-header{flex-direction:row;justify-content:space-between}.fx-content-category .category-overview-header__helpdesk{margin-left:16px}}@media screen and (min-width: 940px){.fx-content-category .category-overview-header__helpdesk{padding-top:12px}}.fx-content-category.fx-content-category--overview .categories-list{column-count:1}.fx-content-category.fx-content-category--overview .categories-list__item{margin-bottom:0}.fx-content-category.fx-content-category--overview .categories-list__link{padding:6px 0;display:inline-block}@media screen and (min-width: 600px){.fx-content-category.fx-content-category--overview .categories-list{column-count:2;column-gap:16px}}@media screen and (min-width: 1150px){.fx-content-category.fx-content-category--overview .categories-list{column-count:3;column-gap:24px}.fx-content-category.fx-content-category--overview .categories-list__link{padding:8px 0}}.fx-content-category.fx-content-category--overview .category{display:grid;grid-template-columns:100%;margin-bottom:24px}.fx-content-category.fx-content-category--overview .category__header{padding-top:8px;display:flex;position:-webkit-sticky;position:sticky;top:0;background-color:#fff}.fx-content-category.fx-content-category--overview .category__image-wrapper{margin-bottom:8px;flex-shrink:0}.fx-content-category.fx-content-category--overview .category__image{width:64px;height:64px;margin-right:8px}.fx-content-category.fx-content-category--overview .category__headlines{display:flex;align-items:center;margin-bottom:8px}.fx-content-category.fx-content-category--overview .category__list{grid-column:span 2}.fx-content-category.fx-content-category--overview .category .headline__title{display:inline-block;margin-right:12px;margin-bottom:4px}.fx-content-category.fx-content-category--overview .category .headline__count{color:#8a8a8a;white-space:nowrap;margin-bottom:0}@media screen and (min-width: 600px){.fx-content-category.fx-content-category--overview .category{grid-template-columns:108px auto;margin-bottom:40px}.fx-content-category.fx-content-category--overview .category__header{display:contents}.fx-content-category.fx-content-category--overview .category__image{width:100px;height:100px}}@media screen and (min-width: 940px){.fx-content-category.fx-content-category--overview .category{grid-template-columns:240px auto;margin-bottom:56px}.fx-content-category.fx-content-category--overview .category__image-wrapper{grid-row:span 2;margin-bottom:0}.fx-content-category.fx-content-category--overview .category__image{width:216px;height:216px}.fx-content-category.fx-content-category--overview .category__list{grid-column-start:2;grid-column-end:3}.fx-content-category.fx-content-category--overview .category__headlines{margin-bottom:24px}.fx-content-category.fx-content-category--overview .category .headline__title{margin-right:16px}}.fx-content-category.fx-content-category--overview .breadcrumb{margin-bottom:24px;padding-bottom:0}.fx-content-category.fx-content-category--overview .fx-content-category__overview-header{padding-top:16px;padding-bottom:0}@media screen and (min-width: 600px){.fx-content-category.fx-content-category--overview .fx-content-category__overview-header{padding-top:24px}}@media screen and (min-width: 940px){.fx-content-category.fx-content-category--overview .fx-content-category__overview-header{padding-top:0}}.fx-content-all-manufacturers .all-manufacturers-header{padding-top:16px;padding-bottom:16px}.fx-content-all-manufacturers .all-manufacturers-header__headline{width:100%;margin-bottom:12px}.fx-content-all-manufacturers .all-manufacturers-header__text{display:inline;margin-right:8px;font-size:14px;line-height:22px;letter-spacing:-0.11px}.fx-content-all-manufacturers .all-manufacturers-header__text .all-manufacturers-header__text-separator{margin:0 4px}.fx-content-all-manufacturers .all-manufacturers-header__helpdesk-button{display:inline}.fx-content-all-manufacturers .all-manufacturers-header__helpdesk-button .header-helpdesk-button{padding:0}.fx-content-all-manufacturers .all-manufacturers-header__helpdesk-button .header-helpdesk-title{font-size:14px;line-height:22px;letter-spacing:-0.11px}@media screen and (min-width: 600px){.fx-content-all-manufacturers .all-manufacturers-header{padding-top:32px;padding-bottom:32px}.fx-content-all-manufacturers .all-manufacturers-header__headline-row{display:flex;flex-wrap:wrap;align-items:center}.fx-content-all-manufacturers .all-manufacturers-header__headline{display:block;order:1;flex-basis:50%;flex-grow:1;margin-bottom:8px}.fx-content-all-manufacturers .all-manufacturers-header__text{display:block;order:3;flex-basis:100%;margin-right:0;font-size:14px;line-height:22px;letter-spacing:-0.11px}.fx-content-all-manufacturers .all-manufacturers-header__text .all-manufacturers-header__text-separator{margin:0 8px}.fx-content-all-manufacturers .all-manufacturers-header__helpdesk-button{display:block;order:2;align-self:flex-start;margin-left:10px}.fx-content-all-manufacturers .all-manufacturers-header__helpdesk-button .header-helpdesk-button{align-items:center}.fx-content-all-manufacturers .all-manufacturers-header__helpdesk-button .header-helpdesk-title{font-size:18px;line-height:25px;letter-spacing:-0.36px}}@media screen and (min-width: 940px){.fx-content-all-manufacturers .all-manufacturers-header{padding-top:16px;padding-bottom:16px}.fx-content-all-manufacturers .all-manufacturers-header__headline-row{margin-top:32px}.fx-content-all-manufacturers .all-manufacturers-header__headline{margin-bottom:40px}.fx-content-all-manufacturers .all-manufacturers-header__text{font-size:18px;line-height:28px;letter-spacing:-0.29px}.fx-content-all-manufacturers .all-manufacturers-header__text .all-manufacturers-header__text-separator{margin:0 10px}.fx-content-all-manufacturers .all-manufacturers-header__helpdesk-button{margin:10px 0 8px 20px}.fx-content-all-manufacturers .all-manufacturers-header__helpdesk-button .header-helpdesk-title{font-size:20px;line-height:27px;letter-spacing:-0.4px}}.fx-content-all-manufacturers .all-manufacturers__separator{border-bottom:1px solid #1c1c1c;padding:0 0 16px;margin-bottom:16px}.fx-content-all-manufacturers .all-manufacturers__section{padding-bottom:40px}.fx-content-all-manufacturers .all-manufacturers__brand-list{position:relative}.fx-content-all-manufacturers .all-manufacturers__brand-list .all-manufacturers__show-all{display:none}.fx-content-all-manufacturers .all-manufacturers__brand-list--items-hidden{max-height:600px;overflow:hidden}.fx-content-all-manufacturers .all-manufacturers__brand-list--items-hidden .all-manufacturers__show-all{display:block}.fx-content-all-manufacturers .all-manufacturers__show-all{text-align:center;position:absolute;bottom:0;padding:57px 0 8px;width:100%;background-image:linear-gradient(to bottom,rgba(255,255,255,0),rgba(255,255,255,0.6) 16px,#fff 57px)}@media screen and (min-width: 600px){.fx-content-all-manufacturers .all-manufacturers__separator{padding:0 0 20px}.fx-content-all-manufacturers .all-manufacturers__section{padding-bottom:60px}.fx-content-all-manufacturers .all-manufacturers__brand-list--items-hidden{max-height:100%}}@media screen and (min-width: 940px){.fx-content-all-manufacturers .all-manufacturers__separator{padding:0 0 24px}.fx-content-all-manufacturers .all-manufacturers__section{padding-bottom:80px}.fx-content-all-manufacturers .all-manufacturers__brand-list--items-hidden{max-height:100%}}.fx-content-all-manufacturers .fx-background-section-custom-space{margin-top:0;margin-bottom:0}@media screen and (min-width: 940px){.fx-content-all-manufacturers .fx-background-section-custom-space{margin-top:40px;margin-bottom:16px}}.fx-content-manufacturer__contact{margin-top:0}.fx-content-manufacturer .manufacturer-header__breadcrumbs{margin-top:16px;margin-bottom:16px}.fx-content-manufacturer .manufacturer-header__content{display:flex;align-items:center;flex-wrap:wrap;margin-top:8px;margin-bottom:24px}.fx-content-manufacturer .manufacturer-header__logo{flex:1;margin-right:12px;padding-right:12px;border-right:1px solid #b4b4b4}.fx-content-manufacturer .manufacturer-header__logo-image{height:48px;width:81px;max-width:81px}.fx-content-manufacturer .manufacturer-header__headline{flex-grow:1;flex-basis:150px}.fx-content-manufacturer .manufacturer-header__headline-label{overflow-wrap:break-word;word-wrap:break-word;-webkit-hyphens:auto;hyphens:auto}@media screen and (min-width: 600px){.fx-content-manufacturer .manufacturer-header__content{flex-wrap:nowrap;margin-top:16px;margin-bottom:24px}.fx-content-manufacturer .manufacturer-header__logo{flex:none;margin-right:24px;padding-right:24px}.fx-content-manufacturer .manufacturer-header__logo-image{height:82px;width:138px;max-width:138px}}@media screen and (min-width: 940px){.fx-content-manufacturer .manufacturer-header__content{margin-top:32px;margin-bottom:34px}.fx-content-manufacturer .manufacturer-header__logo{margin-right:40px;padding-right:40px}.fx-content-manufacturer .manufacturer-header__logo-image{height:108px;width:182px;max-width:182px}}.fx-content-manufacturer .manufacturer-facts{border-top:1px solid #e8e8e8;border-bottom:1px solid #e8e8e8;padding-top:10px;padding-bottom:10px;display:flex;flex-direction:column;align-items:flex-start}.fx-content-manufacturer .manufacturer-facts__element{font-size:14px;line-height:22px;letter-spacing:-0.11px}.fx-content-manufacturer .manufacturer-facts__element:not(:last-child){margin-right:10px}.fx-content-manufacturer .manufacturer-facts__emphasize{font-weight:700}.fx-content-manufacturer .manufacturer-facts__rating{display:inline-flex;flex-direction:row-reverse}.fx-content-manufacturer .manufacturer-facts__rating-star{height:16px;width:16px}.fx-content-manufacturer .manufacturer-facts__rating-description{margin-left:0;margin-right:4px;font-size:14px;line-height:22px;letter-spacing:-0.11px;color:#1c1c1c}.fx-content-manufacturer .manufacturer-facts__products-count-link-separator{margin:0 4px}@media screen and (min-width: 600px){.fx-content-manufacturer .manufacturer-facts{flex-direction:row;align-items:center;border-top:0;border-bottom:0;padding-top:0;padding-bottom:0}.fx-content-manufacturer .manufacturer-facts__element{font-size:14px;line-height:22px;letter-spacing:-0.11px}.fx-content-manufacturer .manufacturer-facts__element:not(:last-child){margin-right:32px}.fx-content-manufacturer .manufacturer-facts__rating-star{height:20px;width:20px}.fx-content-manufacturer .manufacturer-facts__rating-description{font-size:14px;line-height:22px;letter-spacing:-0.11px}.fx-content-manufacturer .manufacturer-facts__products-count-link-separator{margin:0 8px}}@media screen and (min-width: 940px){.fx-content-manufacturer .manufacturer-facts{flex-direction:row;align-items:center;border-top:0;border-bottom:0;padding-top:0;padding-bottom:0}.fx-content-manufacturer .manufacturer-facts__element{font-size:18px;line-height:28px;letter-spacing:-0.29px}.fx-content-manufacturer .manufacturer-facts__element:not(:last-child){margin-right:40px}.fx-content-manufacturer .manufacturer-facts__rating-star{height:32px;width:32px}.fx-content-manufacturer .manufacturer-facts__rating-description{font-size:18px;line-height:28px;letter-spacing:-0.29px}.fx-content-manufacturer .manufacturer-facts__products-count-link-separator{margin:0 10px}}.fx-content-manufacturer .manufacturer-info a{-webkit-text-decoration:underline;text-decoration:underline}.fx-content-manufacturer .manufacturer-info__facts{margin-bottom:8px}.fx-content-manufacturer .manufacturer-info__fact-label{display:block;font-size:13px;line-height:24px;letter-spacing:-0.21px;font-weight:700;text-transform:uppercase;overflow-wrap:break-word;word-wrap:break-word;-webkit-hyphens:auto;hyphens:auto}.fx-content-manufacturer .manufacturer-info__fact-text{display:block;font-size:14px;line-height:22px;letter-spacing:-0.11px;overflow-wrap:break-word;word-wrap:break-word;-webkit-hyphens:auto;hyphens:auto}.fx-content-manufacturer .manufacturer-info__facts-box{position:relative;padding:20px 0 8px}.fx-content-manufacturer .manufacturer-info__facts-box:before,
.fx-content-manufacturer .manufacturer-info__facts-box:after{position:absolute;display:block;content:'';width:100%;left:0;height:4px;margin:8px 0;background-color:#e8e8e8;border-radius:12px}.fx-content-manufacturer .manufacturer-info__facts-box:before{top:0}.fx-content-manufacturer .manufacturer-info__facts-box:after{bottom:0}.fx-content-manufacturer .manufacturer-info__facts-box-item{margin-bottom:12px}.fx-content-manufacturer .manufacturer-info__texts p:first-of-type{margin-top:0}.fx-content-manufacturer .manufacturer-info__texts p:last-of-type{margin-bottom:0}@media screen and (min-width: 940px){.fx-content-manufacturer .manufacturer-info__facts{margin-bottom:12px}.fx-content-manufacturer .manufacturer-info__fact-label{font-size:15px;line-height:24px;letter-spacing:-0.24px}.fx-content-manufacturer .manufacturer-info__fact-text{font-size:16px;line-height:24px;letter-spacing:-0.26px}.fx-content-manufacturer .manufacturer-info__facts-box{padding:44px 0 44px}.fx-content-manufacturer .manufacturer-info__facts-box:before,
  .fx-content-manufacturer .manufacturer-info__facts-box:after{margin:20px 0}.fx-content-manufacturer .manufacturer-info__facts-box-item{margin-bottom:0}}.fx-content-manufacturer .manufacturer-links{column-count:1}.fx-content-manufacturer .manufacturer-links__link{font-size:16px;line-height:28px;letter-spacing:-0.13px}.fx-content-manufacturer .manufacturer-links__link--header{font-weight:700}@media screen and (min-width: 600px){.fx-content-manufacturer .manufacturer-links{column-count:3}}@media screen and (min-width: 940px){.fx-content-manufacturer .manufacturer-links{column-count:4;column-gap:61px}}.fx-content-manufacturer .manufacturer-categories{margin-top:12px}@media screen and (min-width: 600px){.fx-content-manufacturer .manufacturer-categories{margin-top:24px}.fx-content-manufacturer .manufacturer-categories .manufacturer-categories-grid{margin-top:14px}}.fx-content-product .t-rich-content .component.imagebleedingedge.image-left .image{margin-left:0;text-align:left}.fx-content-product .t-rich-content .component.imagebleedingedge .t-row [class*='t-col-']{padding-left:0}.fx-content-product .t-rich-content[class]{font-family:'Open Sans',Verdana,Tahoma,Arial,Helvetica,sans-serif;color:#1c1c1c}.fx-content-product .t-rich-content[class],
.fx-content-product .t-rich-content[class] p{font-size:14px;line-height:22px;letter-spacing:-0.11px;font-weight:400}@media screen and (min-width: 600px){.fx-content-product .t-rich-content[class],
  .fx-content-product .t-rich-content[class] p{font-size:14px;line-height:22px;letter-spacing:-0.11px;font-weight:400}}@media screen and (min-width: 940px){.fx-content-product .t-rich-content[class],
  .fx-content-product .t-rich-content[class] p{font-size:16px;line-height:24px;letter-spacing:-0.26px;font-weight:400}}.fx-content-product .t-rich-content[class] a{color:#1c1c1c;font-size:14px;line-height:22px;letter-spacing:-0.11px;transition:offset-outline 150ms ease}.fx-content-product .t-rich-content[class] a--active,
.fx-content-product .t-rich-content[class] a:hover{color:#7e00f3}.fx-content-product .t-rich-content[class] a--primary,
.fx-content-product .t-rich-content[class] a[class$='--active']{color:#7e00f3}.fx-content-product .t-rich-content[class] a--primary:hover,
.fx-content-product .t-rich-content[class] a[class$='--active']:hover{color:#6009b0}.fx-content-product .t-rich-content[class] a:active,
.fx-content-product .t-rich-content[class] a:focus{color:#420080}.fx-content-product .t-rich-content[class] a:focus-visible{outline:2px solid #7e00f3;outline-offset:4px}.fx-content-product .t-rich-content[class] a.fx-link--with-icon:hover .fx-icon{color:#7e00f3}.fx-content-product .t-rich-content[class] a.fx-link--with-icon--primary .fx-icon,
.fx-content-product .t-rich-content[class] a.fx-link--with-icon[class$='--active'] .fx-icon{color:#7e00f3}.fx-content-product .t-rich-content[class] a.fx-link--with-icon--primary:hover .fx-icon,
.fx-content-product .t-rich-content[class] a.fx-link--with-icon[class$='--active']:hover .fx-icon{color:#6009b0}.fx-content-product .t-rich-content[class] a.fx-link--with-icon:active .fx-icon,
.fx-content-product .t-rich-content[class] a.fx-link--with-icon:focus .fx-icon{color:#420080}.fx-content-product .t-rich-content[class] a.fx-link--underline{-webkit-text-decoration:underline;text-decoration:underline}@media screen and (min-width: 600px){.fx-content-product .t-rich-content[class] a{font-size:14px;line-height:22px;letter-spacing:-0.11px}}@media screen and (min-width: 940px){.fx-content-product .t-rich-content[class] a{font-size:16px;line-height:24px;letter-spacing:-0.26px}}.fx-content-product .t-rich-content[class] h1{font-size:28px;line-height:34px;letter-spacing:-0.75px;font-weight:700}@media screen and (min-width: 600px){.fx-content-product .t-rich-content[class] h1{font-size:38px;line-height:46px;letter-spacing:-1.54px;font-weight:700}}@media screen and (min-width: 940px){.fx-content-product .t-rich-content[class] h1{font-size:52px;line-height:66px;letter-spacing:-2.07px;font-weight:700}}.fx-content-product .t-rich-content[class] h2{font-size:22px;line-height:30px;letter-spacing:-0.6px;font-weight:700}@media screen and (min-width: 600px){.fx-content-product .t-rich-content[class] h2{font-size:28px;line-height:34px;letter-spacing:-1px;font-weight:700}}@media screen and (min-width: 940px){.fx-content-product .t-rich-content[class] h2{font-size:36px;line-height:46px;letter-spacing:-1.6px;font-weight:700}}.fx-content-product .t-rich-content[class] h3{font-size:18px;line-height:26px;letter-spacing:-0.5px;font-weight:700}@media screen and (min-width: 600px){.fx-content-product .t-rich-content[class] h3{font-size:22px;line-height:30px;letter-spacing:-0.5px;font-weight:700}}@media screen and (min-width: 940px){.fx-content-product .t-rich-content[class] h3{font-size:28px;line-height:38px;letter-spacing:-1px;font-weight:700}}.fx-content-product .t-rich-content[class] h4{font-size:16px;line-height:24px;letter-spacing:-0.26px;font-weight:700}@media screen and (min-width: 600px){.fx-content-product .t-rich-content[class] h4{font-size:16px;line-height:24px;letter-spacing:-0.13px;font-weight:700}}@media screen and (min-width: 940px){.fx-content-product .t-rich-content[class] h4{font-size:22px;line-height:30px;letter-spacing:-0.38px;font-weight:700}}.fx-content-product .rs-textbanner{margin:24px 0 32px;padding:20px;box-sizing:border-box;border:1px solid #b4b4b4;border-radius:4px;position:relative;zoom:1;order:50}.fx-content-product .rs-textbanner:before,
.fx-content-product .rs-textbanner:after{content:'';display:table}.fx-content-product .rs-textbanner:after{clear:both}.fx-content-product .rs-textbanner.state-init{max-height:136px;overflow:hidden}.fx-content-product .rs-textbanner.state-init .content-gradient{display:block}.fx-content-product .rs-textbanner.state-init .banner-content{height:100px}.fx-content-product .rs-textbanner .image-container{width:20%;float:left;height:100px;overflow:hidden;max-height:100px}.fx-content-product .rs-textbanner .image-container img{width:auto;max-height:100%;max-width:100%;transform:translateY(-50%);position:relative;top:50%}.fx-content-product .rs-textbanner .banner-content{width:80%;padding-left:20px;box-sizing:border-box;float:left;overflow:hidden;height:auto;position:relative}.fx-content-product .rs-textbanner .banner-content .content-container .content-badge{display:inline-block;margin:3px 7px 3px 4px;font-size:12px;line-height:100%;padding:3px 11px 2px;background:#7e00f3;transform:skewX(-10deg);color:#fff;font-weight:normal;text-transform:uppercase;border-radius:2px;letter-spacing:0}.fx-content-product .rs-textbanner .banner-content .content-container h4{font-size:16px;line-height:20px;margin:2px 0 0;font-weight:bold}.fx-content-product .rs-textbanner .banner-content .content-container .statictext > p{margin:8px 0}.fx-content-product .rs-textbanner .banner-content .content-container a{margin-top:15px;display:inline-block}.fx-content-product .rs-textbanner .banner-content .content-gradient{display:none;position:absolute;bottom:0;left:0;width:100%;height:29px;background:url('/static/tr/img/backgrounds/promo_gradient.png?m=e5eb0b3') 0 0 repeat-x;z-index:2}.fx-content-product .rs-textbanner .banner-content.full-sized{width:100%;padding-left:0}.fx-content-product .rs-textbanner .banner-content.full-sized .content-headline{width:100%;zoom:1;margin-bottom:7px}.fx-content-product .rs-textbanner .banner-content.full-sized .content-headline:before,
.fx-content-product .rs-textbanner .banner-content.full-sized .content-headline:after{content:'';display:table}.fx-content-product .rs-textbanner .banner-content.full-sized .content-headline:after{clear:both}.fx-content-product .rs-textbanner .banner-content.full-sized .content-headline h4{float:left;width:auto;display:inline-block;padding-right:10px}.fx-content-product .rs-textbanner .banner-content.full-sized .content-headline .content-badge{float:left}.fx-content-product .rs-textbanner .banner-extend{display:none;position:absolute;bottom:-18px;left:50%;margin-left:-27px;border:1px solid #b4b4b4;fill:#b4b4b4;background-color:#fff;cursor:pointer;text-align:center;padding-top:6px;border-radius:100%;width:36px;height:35px;z-index:2}.fx-content-product .rs-textbanner .banner-extend:hover,
.fx-content-product .rs-textbanner.banner-extended .banner-extend{fill:#7e00f3;border-color:#7e00f3}.fx-content-product .rs-textbanner .banner-extend:active{background-color:#fff}.fx-content-product .rs-textbanner .banner-extend.hide,
.fx-content-product .rs-textbanner .banner-extend .extended-icon{display:none}.fx-content-product .rs-textbanner.banner-extended .banner-extend .extended-icon,
.fx-content-product .rs-textbanner .banner-extend .collapsed-icon{margin-left:1.5px}.fx-content-product .rs-textbanner .banner-extend .collapsed-icon{margin-top:7px}.fx-content-product .rs-textbanner.banner-extended .banner-extend:hover{fill:#7e00f3}.fx-content-product .rs-textbanner.banner-extended .banner-extend .collapsed-icon{display:none}.fx-content-product .rs-textbanner.banner-extended .banner-extend .extended-icon{display:block;margin-top:6px}@media screen and (min-width: 940px){.fx-content-product .rs-textbanner .banner-extend{width:41px;height:40px;bottom:-20px}.fx-content-product .rs-textbanner.banner-extended .banner-extend .extended-icon,
  .fx-content-product .rs-textbanner .banner-extend .collapsed-icon{margin-left:0}.fx-content-product .rs-textbanner.banner-extended .banner-extend .extended-icon{margin-top:8px}.fx-content-product .rs-textbanner .banner-extend .collapsed-icon{margin-top:9px}}.fx-content-product .fx-product-orderable,
.fx-content-product .fx-product-orderable .fx-grid,
.fx-content-product .fx-product-orderable .fx-grid .fx-grid__col,
.fx-content-product .fx-product-orderable .fx-position-sticky,
.fx-content-product .fx-product-orderable .fx-content-stompenberg{display:contents}.fx-content-product .fx-product-orderable .product-title,
.fx-content-product .fx-product-orderable .product-media-gallery,
.fx-content-product .fx-product-orderable .product-price-box,
.fx-content-product .fx-product-orderable .product-share-widget,
.fx-content-product .fx-product-orderable .product-rank-and-visitors,
.fx-content-product .fx-product-orderable .product-shipping-box{order:10}.fx-content-product .fx-product-orderable .product-variations,
.fx-content-product .fx-product-orderable .product-bundles-and-offers{order:50}.fx-content-product .fx-product-orderable .product-service-contact{order:55}.fx-content-product .fx-product-orderable .info-links-container{order:56}.fx-content-product .fx-product-orderable .fx-voltage-discrepancy-callout{order:57}.fx-content-product .fx-product-orderable .alp-product-manager-widget{order:58}.fx-content-product .fx-product-orderable .product-text,
.fx-content-product .fx-product-orderable .product-cymbot,
.fx-content-product .fx-product-orderable .product-audio-player,
.fx-content-product .fx-product-orderable .product-promo-banners{order:100}.fx-content-product .fx-product-orderable .product-text,
.fx-content-product .fx-product-orderable .product-page-hazard,
.fx-content-product .fx-product-orderable .stompenberg-teaser,
.fx-content-product .fx-product-orderable .media-ddiv{order:102}.fx-content-product .fx-product-orderable .product-rich-content,
.fx-content-product .fx-product-orderable .fx-applaus-o-meter{display:block;order:105}@media screen and (min-width: 600px){.fx-content-product .fx-product-orderable .product-audio-player{order:10}}@media screen and (min-width: 940px){.fx-content-product .fx-product-orderable{display:inherit}.fx-content-product .fx-product-orderable .fx-grid{display:grid;grid-template-columns:repeat(12,1fr);grid-gap:0 40px}.fx-content-product .fx-product-orderable .fx-grid .fx-grid__col{display:block}.fx-content-product .fx-product-orderable .fx-position-sticky{position:-webkit-sticky;position:sticky;display:block}.fx-content-product .fx-product-orderable .product-title,
  .fx-content-product .fx-product-orderable .product-media-gallery,
  .fx-content-product .fx-product-orderable .product-price-box,
  .fx-content-product .fx-product-orderable .product-share-widget,
  .fx-content-product .fx-product-orderable .product-rank-and-visitors,
  .fx-content-product .fx-product-orderable .product-variations{order:inherit}.fx-content-product .fx-product-orderable .product-text,
  .fx-content-product .fx-product-orderable .product-audio-player{order:inherit}}@media screen and (min-width: 1150px){.fx-content-product .fx-product-orderable .fx-grid{grid-template-columns:repeat(12,1fr);grid-gap:0 58px}}.fx-content-product .fx-position-sticky{margin-bottom:32px;top:16px}.fx-content-product-grid{grid-template-columns:100%}.fx-content-product-grid__col{width:100%}.fx-content-product-grid__col:not(.fx-product-orderable){order:9999;max-width:100%;padding:0}.fx-content-product-grid__col.product-rich-content{padding-left:0;padding-right:0}.fx-content-product-grid__col.fx-space{width:calc(100% + 24px * 2);margin-left:-24px;max-width:none}@media screen and (min-width: 600px){.fx-content-product-grid__col.fx-space{width:calc(100% + 32px * 2);margin-left:-32px}}@media screen and (min-width: 940px){.fx-content-product-grid{margin:0;width:100%}.fx-content-product-grid__col:not(.fx-product-orderable):not(.fx-space){max-width:1512px;padding:0 40px;margin:0 auto}.fx-content-product-grid__col.product-rich-content{padding-left:40px;padding-right:40px}.fx-content-product-grid__col.fx-space{width:100%;margin-left:0}}.fx-content-product .product-breadcrumb,
.fx-content-product .product-price-box,
.fx-content-product .product-audio-player{margin-top:4px}.fx-content-product .product-service-contact{margin-top:12px}.fx-content-product .product-rank-and-visitors{margin-top:16px;margin-bottom:16px}.fx-content-product .product-audio-player{margin-top:20px}.fx-content-product .product-has-bought-infobox,
.fx-content-product .alp-product-manager-widget{margin-top:22px}.fx-content-product .product-text,
.fx-content-product .product-promo-banners{margin-top:24px}.fx-content-product .fx-applaus-o-meter{margin-top:56px}.fx-content-product .product-share-widget{margin-top:6px}.fx-content-product .product-title{margin-top:0}.fx-content-product .rs-prod-media-gallery .media-gallery .prod-media-list.withArrow{margin-bottom:22px}.fx-content-product .product-service-contact{margin-bottom:24px}.fx-content-product .product-reviews-content{margin-bottom:10px}.fx-content-product .product-bundles-and-offers{margin-top:24px;margin-bottom:32px}.fx-content-product .product-shipping-box > div:first-child{margin-top:6px}@media screen and (min-width: 600px){.fx-content-product .rs-prod-media-gallery .media-gallery .prod-media-list.withArrow{margin-bottom:40px}.fx-content-product .product-audio-player{margin-top:4px}.fx-content-product .product-promo-banners{margin-top:32px}.fx-content-product .product-bundles-and-offers{margin-top:32px;margin-bottom:40px}}@media screen and (min-width: 940px){.fx-content-product .product-media-gallery.product-media-gallery--only-spotlight + * + .product-promo-banners{margin-top:0}.fx-content-product .product-text{margin-top:48px}.fx-content-product .product-breadcrumb,
  .fx-content-product .product-has-bought-infobox{margin-top:16px}.fx-content-product .product-rank-and-visitors{margin-top:24px}.fx-content-product .product-bundles-and-offers{margin-top:64px;margin-bottom:40px}.fx-content-product .product-main-content + .product-rich-content-wrapper > .product-rich-content{padding-top:80px}.fx-content-product .product-title,
  .fx-content-product .product-variations,
  .fx-content-product .alp-product-manager-widget{margin-top:28px}.fx-content-product .product-service-contact{margin-top:32px}.fx-content-product .rs-prod-media-gallery .media-gallery .prod-media-list.withArrow{margin-bottom:48px}.fx-content-product .product-service-contact{margin-bottom:28px}.fx-content-product .product-share-widget,
  .fx-content-product.fx-content-product--reviews .product-reviews-header,
  .fx-content-product .product-price-box{margin-top:12px}}.fx-content-product .product-rank-and-visitors{display:flex;justify-content:space-around;flex-direction:column;padding-bottom:16px;border-bottom:1px solid #b4b4b4}.fx-content-product .product-rank-and-visitors.product-rank-and-visitors--single-yes .meta-box{justify-content:center;width:100%}.fx-content-product .product-rank-and-visitors .meta-box{display:flex;align-items:center;width:100%}.fx-content-product .product-rank-and-visitors .meta-box:nth-child(2){margin-top:20px}.fx-content-product .product-rank-and-visitors .meta-box.meta-box--link:hover .meta-box__subtext{color:#7e00f3}.fx-content-product .product-rank-and-visitors .meta-box__icon{flex-shrink:0;width:32px;height:32px;margin-right:4px}.fx-content-product .product-rank-and-visitors .meta-box__value{font-size:32px;line-height:32px;letter-spacing:-0.8px;font-style:italic;font-weight:700;margin-right:8px}.fx-content-product .product-rank-and-visitors .meta-box__texts{overflow:hidden;padding-top:2px}.fx-content-product .product-rank-and-visitors .meta-box__description{display:block;font-style:italic;font-weight:700;text-transform:uppercase;font-size:13px;line-height:13px;letter-spacing:0.86px}.fx-content-product .product-rank-and-visitors .meta-box__subtext{font-size:13px;line-height:15px;letter-spacing:-0.1px;color:#1c1c1c;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}@media screen and (min-width: 600px){.fx-content-product .product-rank-and-visitors{flex-direction:row}.fx-content-product .product-rank-and-visitors .meta-box{width:50%}.fx-content-product .product-rank-and-visitors .meta-box:nth-child(2){margin-top:0}.fx-content-product .product-rank-and-visitors .meta-box__icon{width:40px;height:40px}.fx-content-product .product-rank-and-visitors .meta-box__value{font-size:38px;line-height:38px;letter-spacing:-0.95px}.fx-content-product .product-rank-and-visitors .meta-box__texts{padding-top:3px}.fx-content-product .product-rank-and-visitors .meta-box__description{font-size:14px;line-height:14px;letter-spacing:0.92px}.fx-content-product .product-rank-and-visitors .meta-box__subtext{font-size:14px;line-height:16px;letter-spacing:-0.11px;margin-top:2px}}@media screen and (min-width: 940px){.fx-content-product .product-rank-and-visitors{flex-direction:column;padding-bottom:24px}.fx-content-product .product-rank-and-visitors .meta-box{width:100%}.fx-content-product .product-rank-and-visitors .meta-box:nth-child(2){margin-top:32px}}.fx-content-product .product-share-widget{display:flex;justify-content:space-evenly;flex-wrap:wrap}.fx-content-product .product-share-widget .share-item{display:flex;align-items:center;margin-left:8px;margin-top:8px;padding:3px}.fx-content-product .product-share-widget .share-item:first-child{margin-left:0}.fx-content-product .product-share-widget .share-item__label{display:none}.fx-content-product .product-share-widget .share-item.share-item--active-yes{color:#6009b0}.fx-content-product .product-share-widget .share-toggle{display:flex;align-items:center;visibility:hidden;opacity:0;max-height:0;flex:1 0 100%;width:100%;margin-top:0}.fx-content-product .product-share-widget .share-toggle__item{width:100%;font-size:12px;margin-bottom:18px;resize:none}.fx-content-product .product-share-widget .share-toggle__icon{cursor:pointer;margin:0 8px 18px}.fx-content-product .product-share-widget .share-toggle__icon:hover{color:#7e00f3}.fx-content-product .product-share-widget .share-toggle textarea.share-toggle__item{padding:8px;line-height:normal}.fx-content-product .product-share-widget .share-toggle--expanded{animation:Expand 3s forwards,FadeIn 0.3s 20ms forwards}.fx-content-product .product-share-widget .share-collapsible{flex:1 0 100%;padding-top:8px}.fx-content-product .product-share-widget .share-collapsible__image,
.fx-content-product .product-share-widget .share-collapsible__icon{width:40px;height:40px}.fx-content-product .product-share-widget .share-collapsible__content{background-color:#fff;border-top:2px solid #7e00f3;display:flex;align-items:center;justify-content:space-around;flex-wrap:wrap;width:100%;visibility:hidden;opacity:0;max-height:0}.fx-content-product .product-share-widget .share-collapsible__content .share-collapsible__item{padding:18px 0}.fx-content-product .product-share-widget .share-collapsible__content .share-collapsible__item.share-collapsible__item--active .share-collapsible__icon--bb-code{display:none}.fx-content-product .product-share-widget .share-collapsible__content .share-collapsible__item.share-collapsible__item--active .share-collapsible__icon--remove{display:inline-block}.fx-content-product .product-share-widget .share-collapsible__content .share-collapsible__item .share-collapsible__icon--remove{color:#000;display:none}.fx-content-product .product-share-widget .share-collapsible__icon{color:#000}.fx-content-product .product-share-widget .share-collapsible__icon--facebook:hover{color:#3e5294}.fx-content-product .product-share-widget .share-collapsible__icon--pinterest:hover{color:#bd081c}.fx-content-product .product-share-widget .share-collapsible__icon--whatsapp:hover{color:#25d366}.fx-content-product .product-share-widget .share-collapsible__icon--email:hover,
.fx-content-product .product-share-widget .share-collapsible__icon--bb-code:hover,
.fx-content-product .product-share-widget .share-collapsible__icon.share-collapsible__icon--remove:hover{color:#7e00f3}.fx-content-product .product-share-widget .share-collapsible--expanded .share-collapsible__content{animation:Expand 3s forwards,FadeIn 0.3s 0.1s forwards}@media screen and (min-width: 1150px){.fx-content-product .product-share-widget .share-collapsible{padding-top:14px}.fx-content-product .product-share-widget .share-item__label{margin-left:8px;display:inline-block}}.fx-content-product .product-price-box .discounts-and-addons{margin-bottom:4px}.fx-content-product .product-price-box .discounts-and-addons > *{margin-bottom:8px}.fx-content-product .product-price-box .discounts-and-addons .seeother a{display:inline-block;-webkit-text-decoration:underline;text-decoration:underline;padding:2px 0 8px}.fx-content-product .product-price-box .discounts-and-addons .addons__list{list-style-type:none;padding:0;margin:0}@media screen and (min-width: 600px){.fx-content-product .product-price-box .discounts-and-addons{margin-bottom:8px}}@media screen and (min-width: 940px){.fx-content-product .product-price-box .discounts-and-addons .addons__list{margin:4px 0 0}}.fx-content-product .product-price-box .price-and-availability{margin-bottom:12px}.fx-content-product .product-price-box .price-and-availability .fx-summary-label{display:flex;flex-wrap:wrap;align-items:center}.fx-content-product .product-price-box .price-and-availability .fx-summary-label .price-wrapper{display:flex;align-items:flex-end;justify-content:flex-start;flex-wrap:wrap}.fx-content-product .product-price-box .price-and-availability .fx-summary-label .price-wrapper.price-wrapper--with-actions{margin-right:8px;align-items:flex-start;justify-content:space-between}.fx-content-product .product-price-box .price-and-availability .strike-price-tooltip{vertical-align:middle;padding:0;margin:0}.fx-content-product .product-price-box .price-and-availability .strike-price-tooltip .fx-tooltip{display:inline}.fx-content-product .product-price-box .price-and-availability .strike-price-tooltip__trigger{padding:4px}.fx-content-product .product-price-box .price-and-availability .strike-price-tooltip__trigger .fx-icon-info{width:20px;height:20px}.fx-content-product .product-price-box .price-and-availability .strike-price-tooltip__content{color:#1c1c1c}.fx-content-product .product-price-box .price-and-availability .strike-price--highlight .strike-price-saving{padding:4px 0;font-weight:400;display:flex;align-items:center;line-height:14px;font-size:14px;color:#4b4b4b}.fx-content-product .product-price-box .price-and-availability .strike-price--highlight .strike-price-saving-percentage{color:#c21025;margin-right:8px;padding:4px;border-radius:2px;background:#fce3e6;font-style:normal;font-weight:600;font-size:14px;line-height:20px}.fx-content-product .product-price-box .price-and-availability .strike-price--highlight .strike-price-saving-text{font-size:12px;line-height:16px;letter-spacing:0.012px;font-weight:400}.fx-content-product .product-price-box .price-and-availability .strike-price--highlight .price__primary{color:#c21025}.fx-content-product .product-price-box .price-and-availability .strike-price--highlight.strike-price-uvp .strike-price-saving{color:#4b4b4b}.fx-content-product .product-price-box .price-and-availability .strike-price--highlight.strike-price-uvp .strike-price-saving-percentage{background:#e8e8e8;color:#4b4b4b}.fx-content-product .product-price-box .price-and-availability .strike-price--highlight.strike-price-uvp .price__primary{color:#000}.fx-content-product .product-price-box .price-and-availability .strike-price--simple{color:#686868;display:flex;align-items:center;margin-left:4px;font-size:14px}@media screen and (min-width: 600px){.fx-content-product .product-price-box .price-and-availability .strike-price--highlight .strike-price-saving-text{font-size:14px;line-height:20px}.fx-content-product .product-price-box .price-and-availability .strike-price--simple{margin-left:12px}}@media screen and (min-width: 940px){.fx-content-product .product-price-box .price-and-availability .strike-price--simple{margin-left:0}}.fx-content-product .product-price-box .price-and-availability .price{line-height:40px;font-size:34px;font-weight:700}.fx-content-product .product-price-box .price-and-availability .price .price__symbol{line-height:24px;font-size:20px;vertical-align:top;position:relative;top:5px}.fx-content-product .product-price-box .price-and-availability .price .price__secondary{font-size:26px;line-height:26px;display:block}.fx-content-product .product-price-box .price-and-availability .price.price--very-small .price__secondary{font-size:18px;line-height:18px}.fx-content-product .product-price-box .price-and-availability .action{white-space:nowrap;margin-bottom:8px}.fx-content-product .product-price-box .price-and-availability .action__item{margin-right:8px}.fx-content-product .product-price-box .price-and-availability .action__item--last{margin-right:0}.fx-content-product .product-price-box .price-and-availability .action__form{display:contents}.fx-content-product .product-price-box .price-and-availability .retail{margin-bottom:0;margin-left:8px;line-height:0;display:flex;flex-direction:row}.fx-content-product .product-price-box .price-and-availability .retail .retail__symbol{font-size:14px;line-height:22px;position:relative;top:-6px}.fx-content-product .product-price-box .price-and-availability .retail .fx-tag{position:relative;top:-4px}.fx-content-product .product-price-box .price-and-availability .base-price{display:inline-block}.fx-content-product .product-price-box .price-and-availability .meta{margin-bottom:6px}.fx-content-product .product-price-box .price-and-availability .meta,
.fx-content-product .product-price-box .price-and-availability .meta a,
.fx-content-product .product-price-box .price-and-availability .meta .meta__disclaimer{font-size:14px}.fx-content-product .product-price-box .price-and-availability .quantity-prices{border:1px solid #000;border-radius:6px;padding:10px 14px;margin-bottom:16px}.fx-content-product .product-price-box .price-and-availability .quantity-prices__table{width:100%}.fx-content-product .product-price-box .price-and-availability .quantity-prices__head th{font-weight:normal;text-align:left}.fx-content-product .product-price-box .price-and-availability .quantity-prices__cta{width:24px}.fx-content-product .product-price-box .price-and-availability .quantity-prices__quantity{width:0}.fx-content-product .product-price-box .price-and-availability .availability-tooltip__icon,
.fx-content-product .product-price-box .price-and-availability .strike-price-tooltip__icon{vertical-align:middle}.fx-content-product .product-price-box .price-and-availability .availability-tooltip__link,
.fx-content-product .product-price-box .price-and-availability .strike-price-tooltip__link,
.fx-content-product .product-price-box .price-and-availability .availability-tooltip__text,
.fx-content-product .product-price-box .price-and-availability .strike-price-tooltip__text,
.fx-content-product .product-price-box .price-and-availability .availability-tooltip__headline,
.fx-content-product .product-price-box .price-and-availability .strike-price-tooltip__headline{font-size:14px}.fx-content-product .product-price-box .price-and-availability .availability-tooltip__link,
.fx-content-product .product-price-box .price-and-availability .strike-price-tooltip__link{white-space:nowrap}.fx-content-product .product-price-box .price-and-availability .availability-tooltip__icon,
.fx-content-product .product-price-box .price-and-availability .strike-price-tooltip__icon{vertical-align:middle}@media screen and (min-width: 600px){.fx-content-product .product-price-box .price-and-availability .price .retail .retail__symbol{top:-5px}}@media screen and (min-width: 940px){.fx-content-product .product-price-box .price-and-availability{margin-bottom:20px}.fx-content-product .product-price-box .price-and-availability .quantity-prices{padding:16px 20px}.fx-content-product .product-price-box .price-and-availability .price-wrapper:not(.price-wrapper--with-actions){display:block;align-items:flex-start;justify-content:space-between}.fx-content-product .product-price-box .price-and-availability .price{line-height:74px;font-size:74px}.fx-content-product .product-price-box .price-and-availability .price .price__symbol{font-size:47px;line-height:47px;top:5px}.fx-content-product .product-price-box .price-and-availability .price .price__secondary{font-size:40px;line-height:40px;display:inline-block}.fx-content-product .product-price-box .price-and-availability .action__item{margin-right:16px}.fx-content-product .product-price-box .price-and-availability .action__item--last{margin-right:0}.fx-content-product .product-price-box .price-and-availability .retail{margin-left:0;margin-bottom:8px}.fx-content-product .product-price-box .price-and-availability .retail .retail__symbol{font-size:18px;line-height:18px;top:-1px}}.fx-content-product .product-price-box .call-to-action{display:flex;width:100%}.fx-content-product .product-price-box .call-to-action__quantity{flex-grow:0;margin-right:2%}.fx-content-product .product-price-box .call-to-action__action{flex-grow:1}.fx-content-product .product-price-box .call-to-action__button{width:100%;font-size:15px;line-height:18px;letter-spacing:-0.32px}.fx-content-product .product-price-box .call-to-action__icon{margin-right:12px}.fx-content-product .product-price-box .call-to-action .buy-form{display:contents}@media screen and (min-width: 600px){.fx-content-product .product-price-box .call-to-action__button{font-size:18px;line-height:22px;letter-spacing:-0.44px}}@media screen and (min-width: 940px){.fx-content-product .product-price-box .call-to-action__button{font-size:16px;line-height:20px;letter-spacing:-0.32px}}@media screen and (min-width: 1150px){.fx-content-product .product-price-box .call-to-action__button{font-size:20px;line-height:24px;letter-spacing:-0.56px}}.fx-content-product .product-price-box .product-download-boxed-switch{display:flex;justify-content:center;border:1px solid #8a8a8a;border-radius:8px;margin-bottom:10px}.fx-content-product .product-price-box .product-download-boxed-switch__item{text-align:center;width:50%;flex:1 1 50%;padding:8px 12px;display:inline-flex;align-items:center;justify-content:center;font-size:13px}.fx-content-product .product-price-box .product-download-boxed-switch__item:first-child{border-right:1px solid #8a8a8a;cursor:default}.fx-content-product .product-price-box .product-download-boxed-switch__item:last-child{transition:background-color 0.2s;border-top-right-radius:8px;border-bottom-right-radius:8px}.fx-content-product .product-price-box .product-download-boxed-switch__item:hover:not(:first-child){background-color:#f3f3f3}.fx-content-product .product-price-box .product-download-boxed-switch__selected{background-color:#f3f3f3;border-top-left-radius:8px;border-bottom-left-radius:8px}.fx-content-product .product-price-box .product-download-boxed-switch__selected-icon{stroke-width:3;margin-right:6px}@media screen and (min-width: 600px){.fx-content-product .product-price-box .product-download-boxed-switch{margin-bottom:12px}.fx-content-product .product-price-box .product-download-boxed-switch__selected-icon{stroke-width:1.5}}@media screen and (min-width: 940px){.fx-content-product .product-price-box .product-download-boxed-switch{margin-bottom:28px}.fx-content-product .product-price-box .product-download-boxed-switch__item{padding:12px;font-size:14px}}@media screen and (min-width: 1150px){.fx-content-product .product-price-box .product-download-boxed-switch__item{padding:14px 18px;font-size:15px}}.fx-content-product .product-price-box .price-box-visual__cta-icon,
.fx-content-product .product-price-box .price-box-visual__cta-button{display:none}.fx-content-product .product-price-box-visual{padding:32px 24px;background-color:#f3f3f3}.fx-content-product .product-price-box-visual .product-image{display:none;align-items:center}@media screen and (min-width: 1150px){.fx-content-product .product-price-box-visual .product-image{display:flex}.fx-content-product .product-price-box-visual .product-image__source{max-width:80%}}.fx-content-product .product-price-box-visual .price-and-availability{display:contents}.fx-content-product .product-price-box-visual .price-and-availability__tooltip-wrapper{width:100%}.fx-content-product .product-price-box-visual .shipping-prediction{margin-bottom:12px}.fx-content-product .product-price-box-visual .price-wrapper,
.fx-content-product .product-price-box-visual .product-image{max-width:50%}.fx-content-product .product-price-box-visual .price-wrapper{height:100%;text-align:left;float:none;flex:1 1 auto}.fx-content-product .product-price-box-visual .product-image{float:left;flex:1 1 auto}.fx-content-product .product-price-box-visual .meta{float:none;text-align:left;margin-left:auto;clear:right}.fx-content-product .product-price-box-visual .price-box-visual__cta-button,
.fx-content-product .product-price-box-visual .price-box-visual__cta-button .price-box-visual__cta-icon{display:block}.fx-content-product .product-price-box-visual .price-box-visual__cta-button:hover .price-box-visual__cta-icon{color:#7e00f3}.fx-content-product .product-price-box-visual .call-to-action__action{display:flex;align-items:center}.fx-content-product .product-price-box-visual .call-to-action__button{display:none}@media screen and (min-width: 1150px){.fx-content-product .product-price-box-visual .price-box-visual__cta-button,
  .fx-content-product .product-price-box-visual .price-box-visual__cta-icon{display:none}.fx-content-product .product-price-box-visual .call-to-action__button{display:block}.fx-content-product .product-price-box-visual .call-to-action__action{display:block}.fx-content-product .product-price-box-visual .meta{float:right;text-align:right}.fx-content-product .product-price-box-visual .price-wrapper{text-align:right;float:right}.fx-content-product .product-price-box-visual.product-price-box .price{line-height:56px;font-size:52px}.fx-content-product .product-price-box-visual.product-price-box .price .price__symbol{line-height:28px;font-size:32px;top:8px}.fx-content-product .product-price-box-visual.product-price-box .price .price__secondary{font-size:26px;line-height:26px}.fx-content-product .product-price-box-visual.product-price-box .price.price--small{font-size:48px;line-height:48px}.fx-content-product .product-price-box-visual.product-price-box .price.price--small .price__symbol,
  .fx-content-product .product-price-box-visual.product-price-box .price.price--small .price__secondary{font-size:26px;line-height:26px}}.fx-content-product .product-service-contact__widget{width:100%;display:flex;justify-content:center}.fx-content-product .product-service-contact .fx-button-helpdesk__title{white-space:normal}@media screen and (min-width: 940px){.fx-content-product .product-service-contact .fx-button-helpdesk .assistants-container .assistants__item:last-of-type{display:none}}@media screen and (min-width: 1150px){.fx-content-product .product-service-contact .fx-button-helpdesk .assistants-container .assistants__item:last-of-type{display:inline-block}}.fx-content-product .product-variations{position:relative;margin-bottom:-12px}.fx-content-product .product-variations__title{margin:0 0 4px}.fx-content-product .product-variations .meta{position:absolute;z-index:5;background:#fff;min-width:100%;right:0;box-shadow:0 2px 20px 0 rgba(28,28,28,0.2);border-radius:6px;padding:12px 18px;top:24px;visibility:hidden;opacity:0;width:auto;max-width:100%;will-change:top}.fx-content-product .product-variations .meta__item{display:none}.fx-content-product .product-variations .meta__item.meta__item--active{display:block}.fx-content-product .product-variations .meta.meta--active-overlay{animation:FadeIn 0.3s forwards,ProductVariationsMetaFlyin 0.35s forwards;visibility:visible}.fx-content-product .product-variations .product{display:flex;flex-direction:column}.fx-content-product .product-variations .product__visual,
.fx-content-product .product-variations .product__meta-info,
.fx-content-product .product-variations .product__meta{display:flex;justify-content:space-between}.fx-content-product .product-variations .product__visual{flex:1 1;flex-direction:column;align-items:center}.fx-content-product .product-variations .product__visual-picture{display:flex;align-items:center;justify-content:center;height:100%;min-height:88px;min-width:80px}.fx-content-product .product-variations .product__visual-source{padding-bottom:8px}.fx-content-product .product-variations .product__meta{flex:1 1 auto;padding-left:0;flex-direction:column}.fx-content-product .product-variations .product__meta-title{padding-top:4px}.fx-content-product .product-variations .product__meta-info{align-items:center}.fx-content-product .product-variations .product__meta-description{font-size:13px;line-height:20px;letter-spacing:-0.18px;font-weight:300;margin-bottom:4px}.fx-content-product .product-variations .product__ratings-count{display:none}@media screen and (min-width: 600px){.fx-content-product .product-variations .product{flex-direction:row}.fx-content-product .product-variations .product__meta{padding-left:18px}.fx-content-product .product-variations .product__meta-description{display:block;margin-bottom:24px}.fx-content-product .product-variations .product__meta-info{align-items:flex-end}.fx-content-product .product-variations .meta.meta--active-overlay{animation:FadeIn 0.3s forwards;top:calc(100% - 24px)}}@media screen and (min-width: 940px){.fx-content-product .product-variations__title{margin:0 0 8px}.fx-content-product .product-variations .meta{width:600px;max-width:55vw}}@keyframes ProductVariationsMetaFlyin{0%{top:24px}100%{top:calc(100% - 24px)}}.fx-content-product .info-links-container-link{display:flex;justify-content:center}.fx-content-product .info-links-container-link .info-links-container-link__link[class]{margin:0;height:auto}.fx-content-product .info-links-container-link .info-links-container-link__link[class]:after{bottom:12px}.fx-content-product .info-links-container-link .info-links-container-link__link[class]:hover::after{bottom:12px}.fx-content-product .info-links-container-link .info-links-container-link__link[class]:active:after,
.fx-content-product .info-links-container-link .info-links-container-link__link[class]:focus:after{bottom:11px;height:2px}.fx-content-product .info-links-container-link .info-links-container-link__link[class].fx-button--active::after{bottom:11px}.fx-content-product .info-links-container-link .info-links-container-link__link[class]::after{content:none}.fx-content-product .info-links-container-link .info-links-container-link__link[class]:hover{color:#7e00f3}.fx-content-product .info-links-container-link .info-links-container-link__link[class]:hover::after{content:'';background-color:#7e00f3}@media screen and (min-width: 600px){.fx-content-product .info-links-container-link .info-container-link__link[class]:after{bottom:9px}.fx-content-product .info-links-container-link .info-container-link__link[class]:hover::after{bottom:9px}.fx-content-product .info-links-container-link .info-container-link__link[class]:active:after,
  .fx-content-product .info-links-container-link .info-container-link__link[class]:focus:after{bottom:8px;height:2px}.fx-content-product .info-links-container-link .info-container-link__link[class].fx-button--active::after{bottom:8px}}.fx-content-product .product-title__rating-icon{width:20px;height:20px}@media screen and (min-width: 600px){.fx-content-product .product-title__rating-icon{width:24px;height:24px}.fx-content-product .product-title__rating-description{font-size:14px}}@media screen and (min-width: 940px){.fx-content-product .product-title__rating-icon{width:28px;height:28px}.fx-content-product .product-title__rating-description{font-size:16px}}.fx-content-product .product-media-gallery{position:relative;margin-top:8px}.fx-content-product .product-media-gallery:not([class*='product-media-gallery--type-']) .zgItem.DefaultImage,
.fx-content-product .product-media-gallery:not([class*='product-media-gallery--type-']) .zgItem.DefaultImage .ZoomCurrentImage,
.fx-content-product .product-media-gallery:not([class*='product-media-gallery--type-']) .navigator__item{cursor:default}@media (hover: hover){.fx-content-product .product-media-gallery:not([class*='product-media-gallery--type-']) .navigator__item:not(.navigator__item--is-toggle):hover{background-color:transparent}}.fx-content-product .product-media-gallery.product-media-gallery--type-videoplayerinline .manufacturer{display:none}.fx-content-product .product-media-gallery .manufacturer{position:absolute;left:0;top:0;z-index:12;background-color:rgba(255,255,255,0.7);border-radius:2px}.fx-content-product .product-media-gallery .manufacturer__image{padding:0 8px 8px 0;max-width:75%}.fx-content-product .product-media-gallery .spotlight,
.fx-content-product .product-media-gallery .navigator{width:100%}.fx-content-product .product-media-gallery .spotlight{max-height:520px;min-height:200px;position:relative;padding:12px}.fx-content-product .product-media-gallery .spotlight__item-image{padding:12px;cursor:pointer}.fx-content-product .product-media-gallery .spotlight__item-image.spotlight__item-image--placeholder{opacity:0.6;max-height:95%}.fx-content-product .product-media-gallery .navigator{display:grid;grid-template-columns:repeat(auto-fill,minmax(50px,1fr));overflow:hidden;min-height:60px;will-change:max-height;margin:2px auto 0}.fx-content-product .product-media-gallery .navigator.navigator--booting-yes{grid-auto-flow:column}.fx-content-product .product-media-gallery .navigator.navigator--loaded-yes{min-height:auto;transition:max-height 0.2s ease-in}.fx-content-product .product-media-gallery .navigator.navigator--booting-yes .navigator__item{animation:FadeInSmooth 1s infinite}.fx-content-product .product-media-gallery .navigator.navigator--is-expanded .navigator__item .navigator__toggle{color:#7e00f3}.fx-content-product .product-media-gallery .navigator__toggle{background-color:#fff;box-shadow:0 0 18px 0 rgba(28,28,28,0.2);border-radius:100%;display:inline-flex;align-items:center;justify-content:center;width:38px;height:37px;font-weight:700;transition:box-shadow 0.25s;-webkit-user-select:none;user-select:none;font-size:16px;line-height:24px;letter-spacing:-0.5px}.fx-content-product .product-media-gallery .navigator__toggle.navigator__toggle--variant-small{font-size:12px;line-height:20px;letter-spacing:-0.42px}.fx-content-product .product-media-gallery .navigator__item{cursor:pointer;display:flex;align-items:center;justify-content:center;position:relative;mix-blend-mode:multiply}.fx-content-product .product-media-gallery .navigator__item.navigator__item--is-toggle{mix-blend-mode:initial}.fx-content-product .product-media-gallery .navigator__item-image{padding:12px;mix-blend-mode:multiply}.fx-content-product .product-media-gallery .navigator__item:after{content:'';width:100%;height:1px;position:absolute;top:0;left:0;opacity:0;background-color:#000;transition:opacity 0.3s}@media (hover: hover){.fx-content-product .product-media-gallery .navigator__item:not(.navigator__item--is-toggle):hover{background-color:#e8e8e8}}.fx-content-product .product-media-gallery .navigator__item.navigator__item--selected:not(
                    .navigator__item--disable-selected
                ){cursor:default;background-color:#e8e8e8}.fx-content-product .product-media-gallery .navigator__item.navigator__item--selected:not(
                    .navigator__item--disable-selected
                ):after{background-color:#7e00f3;opacity:1}.fx-content-product .product-media-gallery .preview-item{position:relative;width:120px;height:120px;border-radius:100%;display:flex;align-items:center;justify-content:center;flex-wrap:wrap;box-shadow:0 0 40px 0 rgba(28,28,28,0.8);transition:background-color 0.3s ease-in-out;cursor:pointer;-webkit-user-select:none;user-select:none;animation:FxMediaGalleryBreathBoxShadow 1.6s forwards;animation-iteration-count:2;background-color:#fff}.fx-content-product .product-media-gallery .preview-item__icon{position:absolute;height:90%;width:90%;transform:scale(-1,1);transform-origin:center;stroke-width:1}.fx-content-product .product-media-gallery .preview-item__video-icon{margin:0 0 8px 12px;height:40px;width:40px;transition:transform 0.2s ease-in-out;animation:FxMediaGalleryPulseScale 1.6s forwards;animation-iteration-count:2}.fx-content-product .product-media-gallery .preview-item__caption{font-size:13px;max-width:50%;font-weight:700}.fx-content-product .product-media-gallery .preview-item:hover{background-color:#f7f7f7}@media screen and (min-width: 600px){.fx-content-product .product-media-gallery .spotlight{min-height:420px;padding:18px}.fx-content-product .product-media-gallery .preview-item{width:180px;height:180px}.fx-content-product .product-media-gallery .preview-item__video-icon{height:52px;width:52px}.fx-content-product .product-media-gallery .preview-item__caption{font-size:18px}.fx-content-product .product-media-gallery .navigator{grid-template-columns:repeat(auto-fill,minmax(70px,1fr))}.fx-content-product .product-media-gallery .navigator__toggle{width:41px;height:40px;font-size:20px;line-height:28px;letter-spacing:-0.33px}.fx-content-product .product-media-gallery .navigator__toggle.navigator__toggle--variant-small{font-size:16px;line-height:24px;letter-spacing:-0.42px}}@media screen and (min-width: 940px){.fx-content-product .product-media-gallery .manufacturer__image{max-width:100%}.fx-content-product .product-media-gallery .navigator__toggle-icon{stroke-width:2}}@media screen and (min-width: 940px){.fx-content-product .product-media-gallery .spotlight{min-height:500px}}@keyframes FxMediaGalleryBreathBoxShadow{0%{box-shadow:0 0 40px 0 rgba(28,28,28,0.8)}50%{box-shadow:0 0 40px 0 rgba(28,28,28,0.7)}100%{box-shadow:0 0 40px 0 rgba(28,28,28,0.8)}}@keyframes FxMediaGalleryPulseScale{0%{transform:scale3d(1,1,1)}50%{transform:scale3d(1.1,1.1,1)}100%{transform:scale3d(1,1,1)}}.fx-content-product .product-text .hidden{display:none}.fx-content-product .product-text ul{margin-bottom:16px}.fx-content-product .product-text__list a{-webkit-text-decoration:underline;text-decoration:underline}.fx-content-product .product-text .list-item{margin-bottom:8px}.fx-content-product .product-text .badges__item{width:100%;margin-top:4px;font-weight:700}.fx-content-product .product-text .badges__item:first-child{margin-top:0}.fx-content-product .product-text .badges__visual{vertical-align:middle;display:inline-block;height:24px;width:25px;margin-right:8px;background-color:#000;color:#fff;font-size:13px;line-height:24px;font-weight:600;border-radius:100%;text-align:center}.fx-content-product .product-text .product-text-translation__wrapper{display:flex;align-items:center}.fx-content-product .product-text .product-text-translation__visual{filter:grayscale(1);margin-right:8px;max-height:20px}.fx-content-product .product-text .product-text-translation__trigger{font-size:14px;line-height:22px;letter-spacing:-0.11px;font-weight:400;margin:0 0 25px}@media screen and (min-width: 600px){.fx-content-product .product-text .product-text-translation__trigger{font-size:14px;line-height:22px;letter-spacing:-0.11px;font-weight:400}}@media screen and (min-width: 940px){.fx-content-product .product-text .product-text-translation__trigger{font-size:16px;line-height:24px;letter-spacing:-0.26px;font-weight:400}}.fx-content-product .product-text .product-text-translation__trigger.fx-text--without-margin{margin-bottom:0}.fx-content-product .product-text .product-text-translation__trigger.fx-text--size-small{font-size:14px;line-height:22px;letter-spacing:-0.11px;font-weight:400}.fx-content-product .product-text .product-text-translation__trigger.fx-text--size-medium{font-size:14px;line-height:22px;letter-spacing:-0.11px;font-weight:400}.fx-content-product .product-text .product-text-translation__trigger.fx-text--size-large{font-size:16px;line-height:24px;letter-spacing:-0.26px;font-weight:400}@media screen and (min-width: 600px){.fx-content-product .product-text .product-text-translation__trigger{margin:0 0 23px}}@media screen and (min-width: 940px){.fx-content-product .product-text .product-text-translation__trigger{margin:0 0 26px}}.fx-content-product .product-text .product-text-translation__trigger.fx-spacing-size--large{margin:0 0 38px}@media screen and (min-width: 600px){.fx-content-product .product-text .product-text-translation__trigger.fx-spacing-size--large{margin:0 0 49px}}@media screen and (min-width: 940px){.fx-content-product .product-text .product-text-translation__trigger.fx-spacing-size--large{margin:0 0 58px}}@media screen and (min-width: 600px){.fx-content-product .product-text .product-text-translation__trigger.fx-text--plus,
  .fx-content-product .product-text .product-text-translation__trigger.fx-text--bold-plus{font-size:16px;line-height:22px;letter-spacing:-0.13px}}@media screen and (min-width: 940px){.fx-content-product .product-text .product-text-translation__trigger.fx-text--plus,
  .fx-content-product .product-text .product-text-translation__trigger.fx-text--bold-plus{font-size:18px;line-height:28px;letter-spacing:-0.29px}}.fx-content-product .product-text .product-text-translation__trigger.fx-text--bold-plus{font-weight:700}.fx-content-product .product-text .product-text-translation__trigger.fx-text--uppercase{text-transform:uppercase}.fx-content-product .product-text .product-text-translation__trigger.fx-text--light{font-weight:300}.fx-content-product .product-text .product-text-translation__trigger.fx-text--regular{font-weight:400}.fx-content-product .product-text .product-text-translation__trigger.fx-text--semi-bold{font-weight:600}.fx-content-product .product-text .product-text-translation__trigger.fx-text--bold{font-weight:700}.fx-content-product .product-text .product-text-translation__trigger.fx-text--italic{font-style:italic}.fx-content-product .product-text .product-text-translation__trigger.fx-text--no-margin{margin:0}.fx-content-product .product-text .product-text-translation__trigger[class]{padding-bottom:6px;margin-bottom:6px}.fx-content-product .product-text .text-translated ul.prod-features{margin:0;padding:0;list-style:none}.fx-content-product .product-text .text-translated ul.prod-features .fx-list__item{margin:0;padding:0;list-style:none;font-size:14px;line-height:22px;letter-spacing:-0.11px;font-weight:400}@media screen and (min-width: 600px){.fx-content-product .product-text .text-translated ul.prod-features .fx-list__item{margin-bottom:1px;font-size:13px;line-height:20px;letter-spacing:-0.07px}}@media screen and (min-width: 940px){.fx-content-product .product-text .text-translated ul.prod-features .fx-list__item{margin-bottom:2px;font-size:16px;line-height:24px;letter-spacing:-0.08px}}.fx-content-product .product-text .text-translated ul.prod-features .fx-list__item.fx-list__item--circle{background:url(/static/icons/svg/fx/list-item.svg?m=567bfc7) no-repeat;background-size:12px 12px;background-position:2px 5px;padding-left:16px}@media screen and (min-width: 600px){.fx-content-product .product-text .text-translated ul.prod-features .fx-list__item.fx-list__item--circle{background-size:16px 16px;background-position:4px 3px;padding-left:24px}}@media screen and (min-width: 940px){.fx-content-product .product-text .text-translated ul.prod-features .fx-list__item.fx-list__item--circle{background-size:20px 20px;background-position:0 3px;padding-left:32px}}.fx-content-product .product-text .text-translated ul.prod-features.fx-list--with-margin-bottom .fx-list__item{margin-bottom:16px}.fx-content-product .product-text .text-translated ul.prod-features .fx-list__item--multiline .fx-list__item-head{position:relative;padding-left:16px}.fx-content-product .product-text .text-translated ul.prod-features .fx-list__item--multiline .fx-list__item-head--circle::before{content:url(/static/icons/svg/fx/list-item.svg?m=567bfc7);position:absolute;left:0;top:50%;transform:translateY(-50%);height:12px;width:12px}.fx-content-product .product-text .text-translated ul.prod-features .fx-list__item--multiline .fx-list__item-content{padding-left:16px}@media screen and (min-width: 600px){.fx-content-product .product-text .text-translated ul.prod-features .fx-list__item--multiline .fx-list__item-head{padding-left:24px}.fx-content-product .product-text .text-translated ul.prod-features .fx-list__item--multiline .fx-list__item-head--circle::before{height:16px;width:16px}.fx-content-product .product-text .text-translated ul.prod-features .fx-list__item--multiline .fx-list__item-content{padding-left:24px}}@media screen and (min-width: 940px){.fx-content-product .product-text .text-translated ul.prod-features .fx-list__item--multiline .fx-list__item-head{padding-left:32px}.fx-content-product .product-text .text-translated ul.prod-features .fx-list__item--multiline .fx-list__item-head--circle::before{height:20px;width:20px}.fx-content-product .product-text .text-translated ul.prod-features .fx-list__item--multiline .fx-list__item-content{padding-left:32px}}.fx-content-product .product-text .text-translated ul.prod-features li span{font-size:14px;line-height:22px;letter-spacing:-0.11px;font-weight:400;margin:0 0 25px;padding-top:0!important;margin-bottom:8px!important}@media screen and (min-width: 600px){.fx-content-product .product-text .text-translated ul.prod-features li span{font-size:14px;line-height:22px;letter-spacing:-0.11px;font-weight:400}}@media screen and (min-width: 940px){.fx-content-product .product-text .text-translated ul.prod-features li span{font-size:16px;line-height:24px;letter-spacing:-0.26px;font-weight:400}}.fx-content-product .product-text .text-translated ul.prod-features li span.fx-text--without-margin{margin-bottom:0}.fx-content-product .product-text .text-translated ul.prod-features li span.fx-text--size-small{font-size:14px;line-height:22px;letter-spacing:-0.11px;font-weight:400}.fx-content-product .product-text .text-translated ul.prod-features li span.fx-text--size-medium{font-size:14px;line-height:22px;letter-spacing:-0.11px;font-weight:400}.fx-content-product .product-text .text-translated ul.prod-features li span.fx-text--size-large{font-size:16px;line-height:24px;letter-spacing:-0.26px;font-weight:400}@media screen and (min-width: 600px){.fx-content-product .product-text .text-translated ul.prod-features li span{margin:0 0 23px}}@media screen and (min-width: 940px){.fx-content-product .product-text .text-translated ul.prod-features li span{margin:0 0 26px}}.fx-content-product .product-text .text-translated ul.prod-features li span.fx-spacing-size--large{margin:0 0 38px}@media screen and (min-width: 600px){.fx-content-product .product-text .text-translated ul.prod-features li span.fx-spacing-size--large{margin:0 0 49px}}@media screen and (min-width: 940px){.fx-content-product .product-text .text-translated ul.prod-features li span.fx-spacing-size--large{margin:0 0 58px}}@media screen and (min-width: 600px){.fx-content-product .product-text .text-translated ul.prod-features li span.fx-text--plus,
  .fx-content-product .product-text .text-translated ul.prod-features li span.fx-text--bold-plus{font-size:16px;line-height:22px;letter-spacing:-0.13px}}@media screen and (min-width: 940px){.fx-content-product .product-text .text-translated ul.prod-features li span.fx-text--plus,
  .fx-content-product .product-text .text-translated ul.prod-features li span.fx-text--bold-plus{font-size:18px;line-height:28px;letter-spacing:-0.29px}}.fx-content-product .product-text .text-translated ul.prod-features li span.fx-text--bold-plus{font-weight:700}.fx-content-product .product-text .text-translated ul.prod-features li span.fx-text--uppercase{text-transform:uppercase}.fx-content-product .product-text .text-translated ul.prod-features li span.fx-text--light{font-weight:300}.fx-content-product .product-text .text-translated ul.prod-features li span.fx-text--regular{font-weight:400}.fx-content-product .product-text .text-translated ul.prod-features li span.fx-text--semi-bold{font-weight:600}.fx-content-product .product-text .text-translated ul.prod-features li span.fx-text--bold{font-weight:700}.fx-content-product .product-text .text-translated ul.prod-features li span.fx-text--italic{font-style:italic}.fx-content-product .product-text .text-translated ul.prod-features li span.fx-text--no-margin{margin:0}@media screen and (min-width: 600px){.fx-content-product .product-text .text-translated ul.prod-features li span{font-size:16px;line-height:22px;letter-spacing:-0.13px}}@media screen and (min-width: 940px){.fx-content-product .product-text .text-translated ul.prod-features li span{font-size:18px;line-height:28px;letter-spacing:-0.29px}}.fx-content-product .product-text .keyfeatures{display:flex;flex-wrap:wrap;margin-top:32px;width:100%;margin-left:0}.fx-content-product .product-text .keyfeatures .keyfeature{flex:1 1 100%;max-width:100%;margin-left:0}.fx-content-product .product-text .keyfeatures .keyfeature__wrapper{display:inline-flex;flex-wrap:wrap;justify-content:space-between;align-items:center;width:100%;border-bottom:1px solid #b4b4b4;padding:8px 4px}.fx-content-product .product-text .keyfeatures .keyfeature__label{margin-right:8px}.fx-content-product .product-text .keyfeatures .keyfeature:first-child{border-top:1px solid #b4b4b4}.fx-content-product .product-text .keyfeatures .keyfeature.keyfeature--toggle-trigger{max-width:100%;flex:1 0 100%}.fx-content-product .product-text .keyfeatures .keyfeature--grey-background .keyfeature__wrapper{background-color:#f3f3f3}.fx-content-product .product-text .keyfeatures .keyfeature--toggle-trigger .keyfeature__wrapper,
.fx-content-product .product-text .keyfeatures .keyfeature:last-child:not(.fx-content-product .product-text .keyfeatures .keyfeature--grey-background) .keyfeature__wrapper{border-bottom:0}.fx-content-product .product-text__condition-infobox{margin-bottom:16px}.fx-content-product .product-text .system-requirements__headline{margin-top:16px;margin-bottom:6px;display:block}.fx-content-product .product-text .system-requirements__items > ul,
.fx-content-product .product-text .system-requirements__formats > ul{margin:0;padding:0;list-style:none}.fx-content-product .product-text .system-requirements__items > ul .fx-list__item,
.fx-content-product .product-text .system-requirements__formats > ul .fx-list__item{margin:0;padding:0;list-style:none;font-size:14px;line-height:22px;letter-spacing:-0.11px;font-weight:400}@media screen and (min-width: 600px){.fx-content-product .product-text .system-requirements__items > ul .fx-list__item,
  .fx-content-product .product-text .system-requirements__formats > ul .fx-list__item{margin-bottom:1px;font-size:13px;line-height:20px;letter-spacing:-0.07px}}@media screen and (min-width: 940px){.fx-content-product .product-text .system-requirements__items > ul .fx-list__item,
  .fx-content-product .product-text .system-requirements__formats > ul .fx-list__item{margin-bottom:2px;font-size:16px;line-height:24px;letter-spacing:-0.08px}}.fx-content-product .product-text .system-requirements__items > ul .fx-list__item.fx-list__item--circle,
.fx-content-product .product-text .system-requirements__formats > ul .fx-list__item.fx-list__item--circle{background:url(/static/icons/svg/fx/list-item.svg?m=567bfc7) no-repeat;background-size:12px 12px;background-position:2px 5px;padding-left:16px}@media screen and (min-width: 600px){.fx-content-product .product-text .system-requirements__items > ul .fx-list__item.fx-list__item--circle,
  .fx-content-product .product-text .system-requirements__formats > ul .fx-list__item.fx-list__item--circle{background-size:16px 16px;background-position:4px 3px;padding-left:24px}}@media screen and (min-width: 940px){.fx-content-product .product-text .system-requirements__items > ul .fx-list__item.fx-list__item--circle,
  .fx-content-product .product-text .system-requirements__formats > ul .fx-list__item.fx-list__item--circle{background-size:20px 20px;background-position:0 3px;padding-left:32px}}.fx-content-product .product-text .system-requirements__items > ul.fx-list--with-margin-bottom .fx-list__item,
.fx-content-product .product-text .system-requirements__formats > ul.fx-list--with-margin-bottom .fx-list__item{margin-bottom:16px}.fx-content-product .product-text .system-requirements__items > ul .fx-list__item--multiline .fx-list__item-head,
.fx-content-product .product-text .system-requirements__formats > ul .fx-list__item--multiline .fx-list__item-head{position:relative;padding-left:16px}.fx-content-product .product-text .system-requirements__items > ul .fx-list__item--multiline .fx-list__item-head--circle::before,
.fx-content-product .product-text .system-requirements__formats > ul .fx-list__item--multiline .fx-list__item-head--circle::before{content:url(/static/icons/svg/fx/list-item.svg?m=567bfc7);position:absolute;left:0;top:50%;transform:translateY(-50%);height:12px;width:12px}.fx-content-product .product-text .system-requirements__items > ul .fx-list__item--multiline .fx-list__item-content,
.fx-content-product .product-text .system-requirements__formats > ul .fx-list__item--multiline .fx-list__item-content{padding-left:16px}@media screen and (min-width: 600px){.fx-content-product .product-text .system-requirements__items > ul .fx-list__item--multiline .fx-list__item-head,
  .fx-content-product .product-text .system-requirements__formats > ul .fx-list__item--multiline .fx-list__item-head{padding-left:24px}.fx-content-product .product-text .system-requirements__items > ul .fx-list__item--multiline .fx-list__item-head--circle::before,
  .fx-content-product .product-text .system-requirements__formats > ul .fx-list__item--multiline .fx-list__item-head--circle::before{height:16px;width:16px}.fx-content-product .product-text .system-requirements__items > ul .fx-list__item--multiline .fx-list__item-content,
  .fx-content-product .product-text .system-requirements__formats > ul .fx-list__item--multiline .fx-list__item-content{padding-left:24px}}@media screen and (min-width: 940px){.fx-content-product .product-text .system-requirements__items > ul .fx-list__item--multiline .fx-list__item-head,
  .fx-content-product .product-text .system-requirements__formats > ul .fx-list__item--multiline .fx-list__item-head{padding-left:32px}.fx-content-product .product-text .system-requirements__items > ul .fx-list__item--multiline .fx-list__item-head--circle::before,
  .fx-content-product .product-text .system-requirements__formats > ul .fx-list__item--multiline .fx-list__item-head--circle::before{height:20px;width:20px}.fx-content-product .product-text .system-requirements__items > ul .fx-list__item--multiline .fx-list__item-content,
  .fx-content-product .product-text .system-requirements__formats > ul .fx-list__item--multiline .fx-list__item-content{padding-left:32px}}.fx-content-product .product-text .system-requirements__items > ul > li,
.fx-content-product .product-text .system-requirements__formats > ul > li{font-size:14px;line-height:22px;letter-spacing:-0.11px;font-weight:400;margin:0 0 25px;margin:0 0 8px;background:url(/static/icons/svg/fx/list-item.svg?m=567bfc7) no-repeat;background-size:12px 12px;background-position:2px 5px;padding-left:16px}@media screen and (min-width: 600px){.fx-content-product .product-text .system-requirements__items > ul > li,
  .fx-content-product .product-text .system-requirements__formats > ul > li{font-size:14px;line-height:22px;letter-spacing:-0.11px;font-weight:400}}@media screen and (min-width: 940px){.fx-content-product .product-text .system-requirements__items > ul > li,
  .fx-content-product .product-text .system-requirements__formats > ul > li{font-size:16px;line-height:24px;letter-spacing:-0.26px;font-weight:400}}.fx-content-product .product-text .system-requirements__items > ul > li.fx-text--without-margin,
.fx-content-product .product-text .system-requirements__formats > ul > li.fx-text--without-margin{margin-bottom:0}.fx-content-product .product-text .system-requirements__items > ul > li.fx-text--size-small,
.fx-content-product .product-text .system-requirements__formats > ul > li.fx-text--size-small{font-size:14px;line-height:22px;letter-spacing:-0.11px;font-weight:400}.fx-content-product .product-text .system-requirements__items > ul > li.fx-text--size-medium,
.fx-content-product .product-text .system-requirements__formats > ul > li.fx-text--size-medium{font-size:14px;line-height:22px;letter-spacing:-0.11px;font-weight:400}.fx-content-product .product-text .system-requirements__items > ul > li.fx-text--size-large,
.fx-content-product .product-text .system-requirements__formats > ul > li.fx-text--size-large{font-size:16px;line-height:24px;letter-spacing:-0.26px;font-weight:400}@media screen and (min-width: 600px){.fx-content-product .product-text .system-requirements__items > ul > li,
  .fx-content-product .product-text .system-requirements__formats > ul > li{margin:0 0 23px}}@media screen and (min-width: 940px){.fx-content-product .product-text .system-requirements__items > ul > li,
  .fx-content-product .product-text .system-requirements__formats > ul > li{margin:0 0 26px}}.fx-content-product .product-text .system-requirements__items > ul > li.fx-spacing-size--large,
.fx-content-product .product-text .system-requirements__formats > ul > li.fx-spacing-size--large{margin:0 0 38px}@media screen and (min-width: 600px){.fx-content-product .product-text .system-requirements__items > ul > li.fx-spacing-size--large,
  .fx-content-product .product-text .system-requirements__formats > ul > li.fx-spacing-size--large{margin:0 0 49px}}@media screen and (min-width: 940px){.fx-content-product .product-text .system-requirements__items > ul > li.fx-spacing-size--large,
  .fx-content-product .product-text .system-requirements__formats > ul > li.fx-spacing-size--large{margin:0 0 58px}}@media screen and (min-width: 600px){.fx-content-product .product-text .system-requirements__items > ul > li.fx-text--plus,
  .fx-content-product .product-text .system-requirements__formats > ul > li.fx-text--plus,
  .fx-content-product .product-text .system-requirements__items > ul > li.fx-text--bold-plus,
  .fx-content-product .product-text .system-requirements__formats > ul > li.fx-text--bold-plus{font-size:16px;line-height:22px;letter-spacing:-0.13px}}@media screen and (min-width: 940px){.fx-content-product .product-text .system-requirements__items > ul > li.fx-text--plus,
  .fx-content-product .product-text .system-requirements__formats > ul > li.fx-text--plus,
  .fx-content-product .product-text .system-requirements__items > ul > li.fx-text--bold-plus,
  .fx-content-product .product-text .system-requirements__formats > ul > li.fx-text--bold-plus{font-size:18px;line-height:28px;letter-spacing:-0.29px}}.fx-content-product .product-text .system-requirements__items > ul > li.fx-text--bold-plus,
.fx-content-product .product-text .system-requirements__formats > ul > li.fx-text--bold-plus{font-weight:700}.fx-content-product .product-text .system-requirements__items > ul > li.fx-text--uppercase,
.fx-content-product .product-text .system-requirements__formats > ul > li.fx-text--uppercase{text-transform:uppercase}.fx-content-product .product-text .system-requirements__items > ul > li.fx-text--light,
.fx-content-product .product-text .system-requirements__formats > ul > li.fx-text--light{font-weight:300}.fx-content-product .product-text .system-requirements__items > ul > li.fx-text--regular,
.fx-content-product .product-text .system-requirements__formats > ul > li.fx-text--regular{font-weight:400}.fx-content-product .product-text .system-requirements__items > ul > li.fx-text--semi-bold,
.fx-content-product .product-text .system-requirements__formats > ul > li.fx-text--semi-bold{font-weight:600}.fx-content-product .product-text .system-requirements__items > ul > li.fx-text--bold,
.fx-content-product .product-text .system-requirements__formats > ul > li.fx-text--bold{font-weight:700}.fx-content-product .product-text .system-requirements__items > ul > li.fx-text--italic,
.fx-content-product .product-text .system-requirements__formats > ul > li.fx-text--italic{font-style:italic}.fx-content-product .product-text .system-requirements__items > ul > li.fx-text--no-margin,
.fx-content-product .product-text .system-requirements__formats > ul > li.fx-text--no-margin{margin:0}@media screen and (min-width: 600px){.fx-content-product .product-text .system-requirements__items > ul > li,
  .fx-content-product .product-text .system-requirements__formats > ul > li{font-size:16px;line-height:22px;letter-spacing:-0.13px}}@media screen and (min-width: 940px){.fx-content-product .product-text .system-requirements__items > ul > li,
  .fx-content-product .product-text .system-requirements__formats > ul > li{font-size:18px;line-height:28px;letter-spacing:-0.29px}}.fx-content-product .product-text .system-requirements__items > ul > li > span,
.fx-content-product .product-text .system-requirements__formats > ul > li > span{padding-top:0;font-size:inherit}@media screen and (min-width: 600px){.fx-content-product .product-text .product-text-translation__visual{margin-right:12px;max-height:48px}.fx-content-product .product-text .product-text-translation__trigger[class]{padding-bottom:7px;margin-bottom:7px}.fx-content-product .product-text ul{margin-bottom:32px}.fx-content-product .product-text__condition-infobox{margin-bottom:32px}.fx-content-product .product-text .keyfeatures{margin-top:48px;width:calc(100% + 32px);margin-left:-32px}.fx-content-product .product-text .keyfeatures .keyfeature{flex:1 1 calc(50% - 32px);max-width:calc(50% - 32px);margin-left:32px}.fx-content-product .product-text .keyfeatures .keyfeature__wrapper{padding:12px 4px}.fx-content-product .product-text .keyfeatures .keyfeature:nth-child(2){border-top:1px solid #b4b4b4}.fx-content-product .product-text .keyfeatures .keyfeature:nth-last-child(2):nth-child(odd):not(.fx-content-product .product-text .keyfeatures .keyfeature--grey-background):not( .fx-content-product .product-text .keyfeatures .keyfeature--hidden) .keyfeature__wrapper,
  .fx-content-product .product-text .keyfeatures .keyfeature:last-child:not(.fx-content-product .product-text .keyfeatures .keyfeature--grey-background):not(.fx-content-product .product-text .keyfeatures .keyfeature-hidden) .keyfeature__wrapper{border-bottom:0}.fx-content-product .product-text .system-requirements__items > ul > li,
  .fx-content-product .product-text .system-requirements__formats > ul > li{margin-bottom:8px;font-size:16px;line-height:22px;letter-spacing:-0.13px;background-size:16px 16px;background-position:4px 3px;padding-left:24px}}@media screen and (min-width: 940px){.fx-content-product .product-text .product-text__description{font-size:16px;line-height:25px}.fx-content-product .product-text .list-item__text,
  .fx-content-product .product-text .badges__text{font-size:16px;line-height:25px}.fx-content-product .product-text .system-requirements__headline{margin-top:24px;margin-bottom:12px}.fx-content-product .product-text .system-requirements__items > ul > li,
  .fx-content-product .product-text .system-requirements__formats > ul > li{margin-bottom:8px;font-size:18px;line-height:22px;letter-spacing:-0.29px;background-size:20px 20px;background-position:0 3px;padding-left:32px}}.fx-content-product .product-reviews-teaser{margin-bottom:16px}.fx-content-product .product-reviews-teaser .product-reviews-teaser__rate-now{position:relative;top:0;margin-right:0}.fx-content-product .product-reviews-teaser .product-reviews-teaser__rate-now--reviews{margin-left:6px;margin-top:6px}.fx-content-product .product-reviews-teaser .product-reviews-teaser__rate-now:not(.product-reviews-teaser__rate-now--reviews):hover{border-color:#7e00f3}.fx-content-product .product-reviews-teaser .ratings-overview{justify-content:space-between;margin-top:16px}.fx-content-product .product-reviews-teaser .ratings-overview__summary,
.fx-content-product .product-reviews-teaser .ratings-overview .summary-ratings,
.fx-content-product .product-reviews-teaser .ratings-overview .star-count{display:flex;align-items:center}.fx-content-product .product-reviews-teaser .ratings-overview__star-counts .star-count{margin-top:16px;white-space:nowrap;color:#000}.fx-content-product .product-reviews-teaser .ratings-overview__star-counts .star-count:first-child{margin-top:0}.fx-content-product .product-reviews-teaser .ratings-overview__star-counts .star-count__icon{margin:0 8px}.fx-content-product .product-reviews-teaser .ratings-overview__star-counts .star-count--5 .star-count__icon{color:#7e00f3}.fx-content-product .product-reviews-teaser .ratings-overview__star-counts .star-count--4 .star-count__icon{color:#9727ff}.fx-content-product .product-reviews-teaser .ratings-overview__star-counts .star-count--3 .star-count__icon{color:#b05aff}.fx-content-product .product-reviews-teaser .ratings-overview__star-counts .star-count--2 .star-count__icon{color:#c88dff}.fx-content-product .product-reviews-teaser .ratings-overview__star-counts .star-count--1 .star-count__icon{color:#e1c0ff}.fx-content-product .product-reviews-teaser .ratings-overview__star-counts .star-count--empty .star-count__label{color:#b4b4b4}.fx-content-product .product-reviews-teaser .ratings-overview__summary{margin-bottom:auto;padding-top:2px}.fx-content-product .product-reviews-teaser .ratings-overview__summary-count{font-size:40px;color:#b4b4b4}.fx-content-product .product-reviews-teaser .ratings-overview .summary-chart{position:relative;width:280px;min-width:280px;left:-24px}.fx-content-product .product-reviews-teaser .ratings-overview .summary-chart__graph{padding-top:8px}.fx-content-product .product-reviews-teaser .ratings-overview .summary-chart__label{position:absolute;left:50%;width:100%;top:50%;transform:translateY(-50%) translateX(-50%);text-align:center}.fx-content-product .product-reviews-teaser .ratings-overview .summary-chart__label-title{font-size:16px;font-weight:700;text-transform:uppercase}.fx-content-product .product-reviews-teaser .ratings-overview .summary-chart__label-subtitle{font-size:68px;line-height:56px;letter-spacing:-1px}.fx-content-product .product-reviews-teaser .ratings-overview__features{display:flex;width:100%;flex-direction:column;justify-content:center}.fx-content-product .product-reviews-teaser .ratings-overview__features .rating-features .feature{margin-top:24px}.fx-content-product .product-reviews-teaser .ratings-overview__features .rating-features .feature:first-child{margin-top:0}.fx-content-product .product-reviews-teaser .summary-ratings{margin:0 0 8px -4px;justify-content:space-between;flex-wrap:wrap;row-gap:8px}.fx-content-product .product-reviews-teaser .rating{display:flex;align-items:center;font-size:16px;line-height:32px;letter-spacing:-0.28px;margin-right:12px;color:#b4b4b4}.fx-content-product .product-reviews-teaser .rating__icons--prod-teaser{width:24px;height:24px}.fx-content-product .product-reviews-teaser .rating__value{color:#000;margin-left:8px;font-weight:700}.fx-content-product .product-reviews-teaser__guidelines-container{margin-top:16px}@media screen and (min-width: 600px){.fx-content-product .product-reviews-teaser__guidelines-container{margin-top:20px}}@media screen and (min-width: 940px){.fx-content-product .product-reviews-teaser__guidelines-container{margin-top:24px}}.fx-content-product .product-reviews-teaser__guidelines{color:#686868;cursor:pointer;-webkit-text-decoration:underline;text-decoration:underline}@media screen and (min-width: 600px){.fx-content-product .product-reviews-teaser .ratings-overview{margin-top:24px}}@media screen and (min-width: 940px){.fx-content-product .product-reviews-teaser .product-reviews-teaser__rate-now{top:2px}.fx-content-product .product-reviews-teaser .ratings-overview{margin-top:32px}.fx-content-product .product-reviews-teaser .ratings-overview__features{padding-left:32px}.fx-content-product .product-reviews-teaser .summary-ratings{margin:0 0 18px -4px}.fx-content-product .product-reviews-teaser .rating{font-size:24px;line-height:24px;letter-spacing:-0.16px}.fx-content-product .product-reviews-teaser .rating__icons--prod-teaser{width:32px;height:32px}}.fx-content-product .product-reviews-detail-teaser__button{margin:8px auto 0}@media screen and (min-width: 940px){.fx-content-product .product-reviews-detail-teaser__button{margin:16px auto 0}}.fx-content-product .product-reviews-header__title{font-size:13px;display:inline-block;line-height:normal;text-transform:uppercase;margin-bottom:16px;margin-top:16px}.fx-content-product .product-reviews-header__title,
.fx-content-product .product-reviews-header__title-icon{vertical-align:middle}.fx-content-product .product-reviews-header__title-icon{display:inline-flex;position:relative;top:-2px;width:24px;height:24px;margin-right:3px}.fx-content-product .product-reviews-header--no-results{margin:12px 0;background:url(//www.thomann.de/pics/images/product/Tier-auf-sand.jpg) no-repeat center;background-size:cover;padding:12px 30% 18px 18px;min-height:375px;display:flex;align-items:center;flex-wrap:wrap}@media screen and (min-width: 600px){.fx-content-product .product-reviews-header--no-results{margin-top:0}.fx-content-product .product-reviews-header__title{font-size:38px;letter-spacing:-1.54px;margin-top:8px}.fx-content-product .product-reviews-header__title-icon{width:40px;height:40px;position:relative;top:-2px;stroke-width:2}}@media screen and (min-width: 940px){.fx-content-product .product-reviews-header__title{font-size:52px;letter-spacing:-2.07px;text-transform:none;padding-right:2px;margin-bottom:12px;margin-top:0}.fx-content-product .product-reviews-header__title-icon{stroke-width:3;position:relative;top:-3px;width:48px;height:48px}}.fx-content-product .customer-review{margin-top:20px;padding-bottom:16px;grid-template-columns:100%;grid-gap:0;border-bottom:8px solid #f3f3f3}.fx-content-product .customer-review:first-child{margin-top:0}.fx-content-product .customer-review__head,
.fx-content-product .customer-review__sub-head,
.fx-content-product .customer-review__body,
.fx-content-product .customer-review__actions{display:contents}.fx-content-product .customer-review__sub-head{padding-right:48px;flex-wrap:wrap}.fx-content-product .customer-review .review-translation{order:10;display:flex;align-items:center;margin-bottom:12px}.fx-content-product .customer-review .review-translation__visual{height:20px;filter:grayscale(1)}.fx-content-product .customer-review .review-translation__visual--filter-none{filter:none;border-radius:2px}.fx-content-product .customer-review .review-intro{display:flex;align-items:center;width:100%;margin-bottom:16px;order:20}.fx-content-product .customer-review .review-intro__content{display:flex;flex-wrap:wrap;align-items:center;flex:1 1}.fx-content-product .customer-review .review-intro__headline{font-size:16px;line-height:22px;letter-spacing:-0.4px;flex:1 0 100%;margin-bottom:0;padding-left:2px}.fx-content-product .customer-review .review-intro__author{color:#8a8a8a}.fx-content-product .customer-review .review-intro__visual{margin-right:8px}.fx-content-product .customer-review .review-intro__rating-icon{width:16px;height:16px}.fx-content-product .customer-review .review-text{order:40}.fx-content-product .customer-review .features-widget{display:flex;height:-webkit-min-content;height:min-content;order:30;margin-bottom:16px}.fx-content-product .customer-review .features-widget__description,
.fx-content-product .customer-review .features-widget__details{display:flex;flex-direction:column;justify-content:space-around}.fx-content-product .customer-review .features-widget__label,
.fx-content-product .customer-review .features-widget__detail-item{margin:4px 0}.fx-content-product .customer-review .features-widget__description{padding-right:16px}.fx-content-product .customer-review .features-widget__details{flex:1;max-width:50%}.fx-content-product .customer-review .action{margin-top:24px;order:100}.fx-content-product .customer-review .action__item{display:inline-flex;align-items:center;margin-right:16px;cursor:pointer;-webkit-user-select:none;user-select:none;padding:6px;margin-left:-4px}.fx-content-product .customer-review .action__item:last-child{position:relative;margin-right:0;text-transform:uppercase;margin-left:-2px}.fx-content-product .customer-review .action__item:last-child .action__icon{color:#8a8a8a}.fx-content-product .customer-review .action__item:last-child:hover .action__item-label{color:#6009b0}.fx-content-product .customer-review .action__icon{margin-right:4px;width:20px;height:20px}.fx-content-product .customer-review .action--interact,
.fx-content-product .customer-review .action__item:hover,
.fx-content-product .customer-review .action--interact .action__icon,
.fx-content-product .customer-review .action__item:hover .action__icon,
.fx-content-product .customer-review .action--interact:last-child .action__icon,
.fx-content-product .customer-review .action__item:hover:last-child .action__icon,
.fx-content-product .customer-review .action--interact .action__item-label,
.fx-content-product .customer-review .action__item:hover .action__item-label{color:#7e00f3}.fx-content-product .customer-review .action--interact{font-weight:700}.fx-content-product .customer-review .action--interact[data-vote-rating-type='up'] .action__icon{animation:ProductReviewsShakeUp 0.5s 30ms forwards}.fx-content-product .customer-review .action--interact[data-vote-rating-type='down'] .action__icon{animation:ProductReviewsShakeDown 0.25s 30ms forwards}.fx-content-product .customer-review .report{position:absolute;left:12px;bottom:-21px;width:9px;font-size:0;background-color:#fff;z-index:1}.fx-content-product .customer-review .report__icon{position:relative;left:-4px;color:#7e00f3;opacity:0;width:16px;height:16px;stroke-width:3;top:-5px}.fx-content-product .customer-review .report:not(.fx-hidden) .report__icon{animation:FadeIn 0.5s forwards}.fx-content-product .customer-review .report-form{padding-top:24px;border-top:2px solid #7e00f3;margin-top:8px;order:105}.fx-content-product .customer-review .report-form__textarea,
.fx-content-product .customer-review .report-form__submit{margin-top:16px}.fx-content-product .customer-review .report-form__label{display:block;margin-top:4px}.fx-content-product .customer-review .report-form__input-email{width:100%}.fx-content-product .customer-review .report-form:not(.fx-hidden){animation:FadeIn 0.5s forwards}@media screen and (min-width: 600px){.fx-content-product .customer-review .review-intro__headline{margin-bottom:0;padding-left:3px}.fx-content-product .customer-review .report__icon{top:-5px}}@media screen and (min-width: 760px){.fx-content-product .customer-review .features-widget__details{max-width:35%}}@media screen and (min-width: 940px){.fx-content-product .customer-review{grid-template-columns:repeat(12,1fr);grid-gap:0 24px;border-bottom:16px solid #f3f3f3}.fx-content-product .customer-review__head,
  .fx-content-product .customer-review__sub-head,
  .fx-content-product .customer-review__body,
  .fx-content-product .customer-review__actions{display:block}.fx-content-product .customer-review .review-intro__headline{font-size:22px;line-height:32px;letter-spacing:-0.55px;margin-bottom:4px}.fx-content-product .customer-review .review-intro__rating-icon{width:20px;height:20px}.fx-content-product .customer-review .review-intro__visual{margin-right:16px}.fx-content-product .customer-review .features-widget__details{max-width:100%}.fx-content-product .customer-review .features-widget__label,
  .fx-content-product .customer-review .features-widget__detail-item{margin:8px 0}.fx-content-product .customer-review .review-translation__visual{height:24px}.fx-content-product .customer-review .action{margin-top:28px}.fx-content-product .customer-review .action__item{margin-right:18px}.fx-content-product .customer-review .action__icon{margin-right:8px}.fx-content-product .customer-review .action .report__icon,
  .fx-content-product .customer-review .action__icon{width:24px;height:24px}.fx-content-product .customer-review .report{left:10px;bottom:-21px;width:15px}.fx-content-product .customer-review .report__icon{width:24px;height:24px;stroke-width:2;top:-3px}.fx-content-product .customer-review .report-form__input-email{width:40%}.fx-content-product .customer-review .report-form__label{margin-top:8px}}@keyframes ProductReviewsShakeUp{0%{transform:translateY(0) rotate(180deg)}60%{transform:translateY(0) rotate(0deg)}100%{transform:translateY(-4px) rotate(0deg)}}@keyframes ProductReviewsShakeDown{0%{transform:translateY(0) rotate(180deg)}100%{transform:translateY(4px) rotate(180deg)}}.fx-content-product .product-reviews-content__back-link{margin-top:0;border-top:1px solid #b4b4b4;width:100%;padding-top:8px}.fx-content-product .product-reviews-content .filters{margin-bottom:48px;border-bottom:1px solid #e8e8e8;padding-bottom:16px;display:flex;flex-direction:column;gap:8px}@media screen and (min-width: 940px){.fx-content-product .product-reviews-content__back-link{margin-top:108px}.fx-content-product .product-reviews-content .filters{flex-direction:row;gap:24px}}.fx-content-product .product-has-bought-infobox{margin-bottom:16px}.fx-content-product .product-has-bought-infobox__link{-webkit-text-decoration:underline;text-decoration:underline}.fx-content-product .product-alternative-products .fx-underlined-headline.fx-headline--2 > .fx-underlined-headline--underlined{background-image:none}.fx-content-product .product-alternative-products__compare{text-align:center;padding-top:8px}.fx-content-product .product-alternative-products .alternative-carousel-product{text-align:center;margin-bottom:28px;display:block}.fx-content-product .product-alternative-products .alternative-carousel-product__image-wrapper{position:relative;margin-bottom:48px}.fx-content-product .product-alternative-products .alternative-carousel-product__picture{display:flex;justify-content:center}.fx-content-product .product-alternative-products .alternative-carousel-product .price-group{margin-top:4px}.fx-content-product .product-alternative-products .alternative-carousel-product .price-group__primary,
.fx-content-product .product-alternative-products .alternative-carousel-product .price-group__strike,
.fx-content-product .product-alternative-products .alternative-carousel-product .price-group__secondary{font-size:18px;line-height:20px;letter-spacing:-0.45px;color:#000}.fx-content-product .product-alternative-products .alternative-carousel-product__applicable{font-size:32px;font-weight:700;line-height:0;position:absolute;width:100%;bottom:-23px;color:#000}.fx-content-product .product-alternative-products .alternative-carousel-product__applicable.alternative-carousel-product__applicable--size-large{font-size:51px;color:#7e00f3;bottom:-15px;text-shadow:#f3f3f3 10px 0 0,#f3f3f3 9.95004px 0.998334px 0,#f3f3f3 9.80067px 1.98669px 0,#f3f3f3 9.55336px 2.9552px 0,#f3f3f3 9.21061px 3.89418px 0,#f3f3f3 8.77583px 4.79426px 0,#f3f3f3 8.25336px 5.64642px 0,#f3f3f3 7.64842px 6.44218px 0,#f3f3f3 6.96707px 7.17356px 0,#f3f3f3 6.2161px 7.83327px 0,#f3f3f3 5.40302px 8.41471px 0,#f3f3f3 4.53596px 8.91207px 0,#f3f3f3 3.62358px 9.32039px 0,#f3f3f3 2.67499px 9.63558px 0,#f3f3f3 1.69967px 9.8545px 0,#f3f3f3 0.707372px 9.97495px 0,#f3f3f3 -0.291995px 9.99574px 0,#f3f3f3 -1.28844px 9.91665px 0,#f3f3f3 -2.27202px 9.73848px 0,#f3f3f3 -3.2329px 9.463px 0,#f3f3f3 -4.16147px 9.09297px 0,#f3f3f3 -5.04846px 8.63209px 0,#f3f3f3 -5.88501px 8.08496px 0,#f3f3f3 -6.66276px 7.45705px 0,#f3f3f3 -7.37394px 6.75463px 0,#f3f3f3 -8.01144px 5.98472px 0,#f3f3f3 -8.56889px 5.15501px 0,#f3f3f3 -9.04072px 4.2738px 0,#f3f3f3 -9.42222px 3.34988px 0,#f3f3f3 -9.70958px 2.39249px 0,#f3f3f3 -9.89993px 1.4112px 0,#f3f3f3 -9.99135px 0.415807px 0,#f3f3f3 -9.98295px -0.583741px 0,#f3f3f3 -9.8748px -1.57746px 0,#f3f3f3 -9.66798px -2.55541px 0,#f3f3f3 -9.36457px -3.50783px 0,#f3f3f3 -8.96758px -4.4252px 0,#f3f3f3 -8.481px -5.29836px 0,#f3f3f3 -7.90968px -6.11858px 0,#f3f3f3 -7.25932px -6.87766px 0,#f3f3f3 -6.53644px -7.56803px 0,#f3f3f3 -5.74824px -8.18277px 0,#f3f3f3 -4.90261px -8.71576px 0,#f3f3f3 -4.00799px -9.16166px 0,#f3f3f3 -3.07333px -9.51602px 0,#f3f3f3 -2.10796px -9.7753px 0,#f3f3f3 -1.12153px -9.93691px 0,#f3f3f3 -0.123887px -9.99923px 0,#f3f3f3 0.87499px -9.96165px 0,#f3f3f3 1.86512px -9.82453px 0,#f3f3f3 2.83662px -9.58924px 0,#f3f3f3 3.77978px -9.25815px 0,#f3f3f3 4.68517px -8.83455px 0,#f3f3f3 5.54374px -8.32267px 0,#f3f3f3 6.34693px -7.72764px 0,#f3f3f3 7.0867px -7.0554px 0,#f3f3f3 7.75566px -6.31267px 0,#f3f3f3 8.34713px -5.50686px 0,#f3f3f3 8.8552px -4.64602px 0,#f3f3f3 9.27478px -3.73877px 0,#f3f3f3 9.6017px -2.79415px 0,#f3f3f3 9.83268px -1.82162px 0,#f3f3f3 9.96542px -0.830894px 0}.fx-content-product .product-alternative-products .alternative-carousel-product .details__text{text-transform:uppercase;font-weight:700}.fx-content-product .product-alternative-products .alternative-carousel-product .details__tag{margin-top:2px}.fx-content-product .product-alternative-products .alternative-carousel-product .details .details__price-group{font-size:18px;line-height:20px;letter-spacing:-0.45px}@media screen and (min-width: 940px){.fx-content-product .product-alternative-products__compare{text-align:center}.fx-content-product .product-alternative-products .alternative-carousel-product__applicable{font-size:56px;bottom:-35px}.fx-content-product .product-alternative-products .alternative-carousel-product__applicable.alternative-carousel-product__applicable--size-large{font-size:82px;bottom:-25px}.fx-content-product .product-alternative-products .alternative-carousel-product__image-wrapper{margin-bottom:74px}.fx-content-product .product-alternative-products .alternative-carousel-product .price-group__primary,
  .fx-content-product .product-alternative-products .alternative-carousel-product .price-group__strike,
  .fx-content-product .product-alternative-products .alternative-carousel-product .price-group__secondary{font-size:24px;line-height:33px;letter-spacing:-0.6px}}.fx-content-product .product-bundles-and-offers{justify-content:flex-end;align-items:center}.fx-content-product .product-bundles-and-offers,
.fx-content-product .product-bundles-and-offers__offers{display:flex;flex-wrap:wrap}.fx-content-product .product-bundles-and-offers__title{font-size:14px;line-height:22px;letter-spacing:-0.11px;font-weight:700;flex:1 1 100%;text-align:left;margin-right:0;margin-bottom:6px}.fx-content-product .product-bundles-and-offers__offers{flex:1 0 72%;margin-bottom:-8px}.fx-content-product .product-bundles-and-offers .offer{background-color:#f3f3f3;margin-left:0;margin-bottom:8px;padding:8px 8px 10px 8px;border-radius:4px;display:flex;align-items:center}.fx-content-product .product-bundles-and-offers .offer:last-child{margin-bottom:0}.fx-content-product .product-bundles-and-offers .offer.offer--hidden:not(.fx-hidden){transform:translateY(-5%);opacity:0;animation:ProductBundlesAndOffersFlyIn 0.3s 30ms forwards}.fx-content-product .product-bundles-and-offers .offer,
.fx-content-product .product-bundles-and-offers .offer__title{flex:1 0 100%}.fx-content-product .product-bundles-and-offers .offer__visual{margin-right:8px;position:relative;min-width:78px;min-height:78px}.fx-content-product .product-bundles-and-offers .offer__visual-source{height:65px;max-width:none;padding:4px}.fx-content-product .product-bundles-and-offers .offer__visual-count{position:absolute;text-align:center;border-radius:100%;background-color:#7e00f3;color:#fff;right:3px;bottom:3px;font-size:16px;letter-spacing:-0.42px;font-weight:700;height:34px;width:35px;display:inline-flex;align-items:center;justify-content:center}.fx-content-product .product-bundles-and-offers .offer__visual-minus{display:none;padding:0 0 1px 1px}.fx-content-product .product-bundles-and-offers .offer__price{font-size:20px;line-height:24px;letter-spacing:-0.4px;font-weight:700;color:#000;margin-right:8px;display:inline-block;vertical-align:middle}.fx-content-product .product-bundles-and-offers .offer__title{font-size:14px;line-height:20px;letter-spacing:-0.3px;display:flex;align-items:center;margin-bottom:2px}.fx-content-product .product-bundles-and-offers .offer.offer--load-more{font-weight:700;font-size:16px}.fx-content-product .product-bundles-and-offers .offer.offer--load-more .offer__visual-count{background-color:transparent;border:2px solid #686868;bottom:50%;right:50%;transform:translate(50%,50%);font-size:16px;height:40px;width:41px;color:#000}.fx-content-product .product-bundles-and-offers .offer.offer--load-more.offer--show-more-active .offer__visual-count{border-color:#7e00f3}.fx-content-product .product-bundles-and-offers .offer.offer--load-more.offer--show-more-active .offer__visual-minus{display:block}.fx-content-product .product-bundles-and-offers .offer.offer--load-more.offer--show-more-active .offer__visual-count-value{display:none}.fx-content-product .product-bundles-and-offers .offer.offer--load-more:hover .offer__visual-count{border-color:#7e00f3}@media screen and (min-width: 760px){.fx-content-product .product-bundles-and-offers{border-top:1px solid #e8e8e8;border-bottom:1px solid #e8e8e8;padding:24px 0}.fx-content-product .product-bundles-and-offers__offers{margin-bottom:-16px;margin-left:-16px}.fx-content-product .product-bundles-and-offers .offer{margin-left:16px;margin-bottom:16px;flex:0 0 calc(50% - 16px);max-width:calc(50% - 16px)}.fx-content-product .product-bundles-and-offers .offer:last-child{margin-bottom:16px}.fx-content-product .product-bundles-and-offers .offer__visual{margin-right:12px}.fx-content-product .product-bundles-and-offers .offer__visual-source{height:78px}.fx-content-product .product-bundles-and-offers .offer__price{font-size:23px;line-height:33px;letter-spacing:-0.46px;margin-right:12px}.fx-content-product .product-bundles-and-offers .offer__title{font-size:14px;line-height:20px;letter-spacing:-0.46px}.fx-content-product .product-bundles-and-offers .offer.offer--load-more{font-size:18px}.fx-content-product .product-bundles-and-offers .offer.offer--load-more .offer__visual-count{font-size:20px;height:46px;width:47px}}@media screen and (min-width: 940px){.fx-content-product .product-bundles-and-offers{padding:48px 0;flex-wrap:nowrap}.fx-content-product .product-bundles-and-offers .offer{margin-left:18px;flex:0 0 calc(50% - 18px);max-width:calc(50% - 18px)}.fx-content-product .product-bundles-and-offers .offer__price{font-size:26px;line-height:36px;letter-spacing:-0.56px}.fx-content-product .product-bundles-and-offers .offer__title{font-size:15px;line-height:18px;letter-spacing:-0.83px}.fx-content-product .product-bundles-and-offers__title{font-size:46px;line-height:54px;letter-spacing:-4px;flex:0 0 calc(28% - 18px);text-align:right;margin-right:18px;margin-bottom:0}}@media screen and (min-width: 1150px){.fx-content-product .product-bundles-and-offers .offer__title{font-size:16px;line-height:24px;letter-spacing:-0.56px}.fx-content-product .product-bundles-and-offers__title{font-size:60px;line-height:64px;letter-spacing:-4.84px}}@keyframes ProductBundlesAndOffersFlyIn{0%{opacity:0.7;transform:translateY(-5%)}100%{opacity:1;transform:translateY(0)}}.fx-content-product .fx-cbundle-sidebar{background:#fff;border-radius:6px;margin-bottom:0}.fx-content-product .fx-cbundle-sidebar.sticky{position:fixed;top:0}.fx-content-product .fx-cbundle-sidebar .stickybar-creativebundle-sidebar-overview{margin:auto}@media screen and (min-width: 940px){.fx-content-product .fx-cbundle-sidebar{width:75%;margin:auto}}@media screen and (min-width: 1150px){.fx-content-product .fx-cbundle-sidebar{width:100%;margin:0}}.fx-content-product .fx-cbundle-sidebar .creator-sidebar-container > .headline{padding-bottom:8px;border-bottom:3px solid #1c1c1c}.fx-content-product .fx-cbundle-sidebar .creator-sidebar-container > .products-container ul{list-style:none;margin:0;padding:0}.fx-content-product .fx-cbundle-sidebar .creator-sidebar-container > .products-container ul.selected{margin-bottom:24px}.fx-content-product .fx-cbundle-sidebar .creator-sidebar-container > .products-container ul.unselected li{border-bottom:1px solid #4b4b4b;padding:12px 0;margin-top:0}.fx-content-product .fx-cbundle-sidebar .creator-sidebar-container > .products-container ul.unselected li:first-child{border-top:3px solid #1c1c1c}.fx-content-product .fx-cbundle-sidebar .creator-sidebar-container > .products-container ul.unselected li > a{align-items:center}.fx-content-product .fx-cbundle-sidebar .creator-sidebar-container > .products-container ul.unselected li > a > .product-image{padding:0;min-height:inherit;border:0 none;text-align:center}.fx-content-product .fx-cbundle-sidebar .creator-sidebar-container > .products-container ul.unselected li > a > .product-image.nopic{height:auto;min-height:inherit}.fx-content-product .fx-cbundle-sidebar .creator-sidebar-container > .products-container ul.unselected li > a > .product-image > .rs-icon{position:static;margin:0 auto}.fx-content-product .fx-cbundle-sidebar .creator-sidebar-container > .products-container ul.unselected li > a:hover .product-image{border:inherit}.fx-content-product .fx-cbundle-sidebar .creator-sidebar-container > .products-container ul li{margin-top:24px;position:relative}.fx-content-product .fx-cbundle-sidebar .creator-sidebar-container > .products-container ul li:first-child{margin-top:24px}.fx-content-product .fx-cbundle-sidebar .creator-sidebar-container > .products-container ul li > a{display:flex;-webkit-text-decoration:none;text-decoration:none;outline:none}.fx-content-product .fx-cbundle-sidebar .creator-sidebar-container > .products-container ul li > a > .product-image{position:relative;float:left;width:56px;height:56px;text-align:center}.fx-content-product .fx-cbundle-sidebar .creator-sidebar-container > .products-container ul li > a > .product-image > img{max-width:100%;width:auto;height:auto}.fx-content-product .fx-cbundle-sidebar .creator-sidebar-container > .products-container ul li > a > .content{padding-left:18px;float:left;width:calc(85% - 28px)}.fx-content-product .fx-cbundle-sidebar .creator-sidebar-container > .products-container ul li > a > .content > .product-name{display:block;text-overflow:ellipsis;overflow:hidden;max-width:100%;white-space:nowrap}.fx-content-product .fx-cbundle-sidebar .creator-sidebar-container > .products-container ul li > a > .content .slot-title{margin:0;font-weight:700}.fx-content-product .fx-cbundle-sidebar .creator-sidebar-container > .availability-container{text-align:center;padding:16px 8px;margin-bottom:8px}.fx-content-product .fx-cbundle-sidebar .creator-sidebar-container > .availability-container .list{padding:0;margin:0;list-style:none}.fx-content-product .fx-cbundle-sidebar .creator-sidebar-container > .availability-container .list .item{margin-top:10px}.fx-content-product .fx-cbundle-sidebar .creator-sidebar-container > .availability-container .list .item:first-child{margin-top:0}.fx-content-product .fx-cbundle-sidebar .creator-sidebar-container > .availability-container .list .item .title{-webkit-text-decoration:underline;text-decoration:underline}.fx-content-product .fx-cbundle-sidebar .creator-sidebar-container > .availability-container .list .item .title,
.fx-content-product .fx-cbundle-sidebar .creator-sidebar-container > .availability-container .list .item .status{font-weight:700}.fx-content-product .fx-cbundle-sidebar .creator-sidebar-container > .availability-container .list.all-available{color:#00b27d}.fx-content-product .fx-cbundle-sidebar .creator-sidebar-container > .availability-container .list.all-available li,
.fx-content-product .fx-cbundle-sidebar .creator-sidebar-container > .availability-container .list.not-all-available li{font-weight:normal}.fx-content-product .fx-cbundle-sidebar .creator-sidebar-container > .availability-container .list.all-available li .all-available-msg,
.fx-content-product .fx-cbundle-sidebar .creator-sidebar-container > .availability-container .list.not-all-available li .all-available-msg{display:block}.fx-content-product .fx-cbundle-sidebar .creator-sidebar-container > .availability-container .list.not-all-available li:first-child .title{padding:0}.fx-content-product .fx-cbundle-sidebar .creator-sidebar-container > .pricebox-container{text-align:center;padding-top:16px;background:#f3f3f3;border-top-left-radius:6px;border-top-right-radius:6px}.fx-content-product .fx-cbundle-sidebar .creator-sidebar-container > .pricebox-container .cta{margin:8px}.fx-content-product .fx-cbundle-sidebar .creator-sidebar-container > .pricebox-container .unitprice,
.fx-content-product .fx-cbundle-sidebar .creator-sidebar-container > .pricebox-container .vat-shipping{color:#808080}.fx-content-product .fx-cbundle-sidebar .creator-sidebar-container > .pricebox-container .vat-shipping{font-size:11px}.fx-content-product .fx-cbundle-sidebar .creator-sidebar-container > .pricebox-container .discount{margin:8px 0}.fx-content-product .fx-cbundle-sidebar .creator-sidebar-container > .pricebox-container .discount > .text{margin-bottom:0}.fx-content-product .fx-cbundle-sidebar .creator-sidebar-container > .pricebox-container .price > .value{margin:0}.fx-content-product .fx-cbundle-sidebar .creator-sidebar-container > .pricebox-container .lr-prod-pricebox .lr-prod-pricebox-calltoaction{margin:8px 0 7px}.fx-content-product .fx-cbundle-sidebar .creator-sidebar-container > .pricebox-container .lr-prod-pricebox .lr-prod-pricebox-calltoaction .lr-prod-pricebox-calltoaction-basket button.rs-btn-important{border-radius:2px;width:100%}.fx-content-product .fx-cbundle-sidebar .creator-sidebar-container > .pricebox-container .lr-prod-pricebox .lr-prod-pricebox-calltoaction .lr-prod-pricebox-calltoaction-basket button.rs-btn-important:hover:disabled{border-color:#b4b4b4}.fx-content-product .fx-cbundle-sidebar .creator-sidebar-container > .wishlist-container{background:#f3f3f3;text-align:center;padding:8px 0 12px;margin-bottom:2px}.fx-content-product .fx-cbundle-sidebar .creator-sidebar-container > .wishlist-container .cta{display:flex;justify-content:center}.fx-content-product .fx-cbundle-sidebar .creator-sidebar-container > .wishlist-container .cta a{color:currentColor}.fx-content-product .fx-cbundle-sidebar .creator-sidebar-container > .wishlist-container .cta > .heart{margin-right:4px}.fx-content-product .fx-cbundle-sidebar .creator-sidebar-container > .articlenumber-container{text-align:center;background:#f3f3f3;border-bottom-right-radius:6px;border-bottom-left-radius:6px;padding:16px 0}.fx-content-product .fx-cbundle-sidebar .creator-sidebar-container > .helpdesk-container{display:flex;justify-content:center;margin:16px 0}.fx-content-product .fx-cbundle{margin-top:16px}.fx-content-product .fx-cbundle .pricebar{display:flex;justify-content:center;margin-top:16px;margin-bottom:16px}.fx-content-product .fx-cbundle .pricebar > .center{display:flex;align-items:center;margin-right:auto}@media screen and (min-width: 600px){.fx-content-product .fx-cbundle .pricebar > .center{margin-left:auto}}.fx-content-product .fx-cbundle .pricebar > .center > .price{align-self:center;margin-right:16px}.fx-content-product .fx-cbundle .pricebar > .center > .saving{margin:0}.fx-content-product .fx-cbundle .pricebar > .trigger{cursor:pointer;align-self:center}.fx-content-product .fx-cbundle .pricebar > .trigger:hover{color:#7e00f3}.fx-content-product .fx-cbundle .backlink{margin-bottom:4px}@media screen and (min-width: 940px){.fx-content-product .fx-cbundle .backlink{display:none}}.fx-content-product .fx-cbundle .fx-cbundle-content > .fx-content-introduction{margin-bottom:16px}@media screen and (min-width: 1150px){.fx-content-product .fx-cbundle .fx-cbundle-content{padding-right:10%}}.fx-content-product .fx-cbundle .fx-cbundle-content .fx-content-introduction__headline{margin-bottom:8px}@media screen and (min-width: 600px){.fx-content-product .fx-cbundle .fx-cbundle-content .fx-content-introduction__headline{margin-bottom:16px}}@media screen and (min-width: 940px){.fx-content-product .fx-cbundle .fx-cbundle-content .fx-content-introduction__headline{margin-bottom:24px}}@media screen and (max-width: 940px){.fx-content-product .fx-cbundle .fx-cbundle-content .fx-cbundle-sidebar{width:100%;margin:0;min-width:auto}}.fx-content-product .fx-cbundle .fx-cbundle-content .creator-components-block{list-style:none;padding:0;margin:0}.fx-content-product .fx-cbundle .fx-cbundle-content .creator-components-block > .component{transition:background 0.3s ease-in;margin-bottom:32px}@media screen and (min-width: 600px){.fx-content-product .fx-cbundle .fx-cbundle-content .creator-components-block > .component{margin-bottom:40px}}.fx-content-product .fx-cbundle .fx-cbundle-content .creator-components-block > .component.hideSearchBar .header > .searchbar{width:auto}.fx-content-product .fx-cbundle .fx-cbundle-content .creator-components-block > .component .header > .label{display:flex}.fx-content-product .fx-cbundle .fx-cbundle-content .creator-components-block > .component .header > .label > .headline{display:flex;align-items:flex-start;flex-direction:column-reverse;margin-right:16px}@media screen and (min-width: 600px){.fx-content-product .fx-cbundle .fx-cbundle-content .creator-components-block > .component .header > .label > .headline{align-items:center;flex-direction:row}}.fx-content-product .fx-cbundle .fx-cbundle-content .creator-components-block > .component .header > .label > .headline > .text{margin-right:16px;margin-bottom:0}@media screen and (min-width: 600px){.fx-content-product .fx-cbundle .fx-cbundle-content .creator-components-block > .component .header > .label > .headline > .text{flex-direction:row}}.fx-content-product .fx-cbundle .fx-cbundle-content .creator-components-block > .component .header > .label > .search-trigger{flex-shrink:0;margin-left:auto;margin-top:auto}.fx-content-product .fx-cbundle .fx-cbundle-content .creator-components-block > .component .header > .search-box{margin-top:8px}.fx-content-product .fx-cbundle .fx-cbundle-content .creator-components-block > .component .header > .search-box .controls{display:flex;flex-direction:column;margin:8px 0}@media screen and (min-width: 600px){.fx-content-product .fx-cbundle .fx-cbundle-content .creator-components-block > .component .header > .search-box .controls{flex-direction:unset}}.fx-content-product .fx-cbundle .fx-cbundle-content .creator-components-block > .component .header > .search-box .controls > .search{margin-top:0;margin-bottom:16px}@media screen and (min-width: 600px){.fx-content-product .fx-cbundle .fx-cbundle-content .creator-components-block > .component .header > .search-box .controls > .search{max-width:456px;margin-bottom:0;margin-right:16px}}.fx-content-product .fx-cbundle .fx-cbundle-content .creator-components-block > .component .header > .search-box .controls > .filter{margin-left:auto}.fx-content-product .fx-cbundle .fx-cbundle-content .creator-components-block > .component > .body-container{position:relative;padding:8px 0 0;transition:background 0.4s ease-in}.fx-content-product .fx-cbundle .fx-cbundle-content .creator-components-block > .component > .body-container > .notify{position:absolute;top:-1px;left:0;width:100%;z-index:1;border-bottom:1px solid #686868;box-shadow:0 3px 4px -1px rgba(0,0,0,0.2)}.fx-content-product .fx-cbundle .fx-cbundle-content .creator-components-block > .component > .body-container > .notify.state-hidden{animation:FadeOut 0.8s;animation-fill-mode:forwards}.fx-content-product .fx-cbundle .fx-cbundle-content .creator-components-block > .component > .body-container > .overlay-container{position:absolute;top:160px;width:calc(100% + 2px)}.fx-content-product .fx-cbundle .fx-cbundle-content .creator-components-block > .component > .body-container > .overlay-container.hidden{z-index:-1}.fx-content-product .fx-cbundle .fx-cbundle-content .creator-components-block > .component > .body-container > .overlay-container.hidden,
.fx-content-product .fx-cbundle .fx-cbundle-content .creator-components-block > .component > .body-container > .overlay-container.hidden:after,
.fx-content-product .fx-cbundle .fx-cbundle-content .creator-components-block > .component > .body-container > .overlay-container.hidden .inner-content{display:none}.fx-content-product .fx-cbundle .fx-cbundle-content .creator-components-block > .component > .body-container > .overlay-container.visible{z-index:3}.fx-content-product .fx-cbundle .fx-cbundle-content .creator-components-block > .component > .body-container > .overlay-container.visible .product-info{background-color:transparent;animation:FadeIn 0.7s;z-index:0}.fx-content-product .fx-cbundle .fx-cbundle-content .creator-components-block > .component > .body-container > .overlay-container.visible .product-info .fx-product-list-entry{margin:0;background:transparent}.fx-content-product .fx-cbundle .fx-cbundle-content .creator-components-block > .component .message{text-align:center;padding:16px;border-top:2px solid #e8e8e8}.fx-content-product .fx-cbundle .fx-cbundle-content .creator-components-block > .component .product-info{position:relative}.fx-content-product .fx-cbundle .fx-cbundle-content .creator-components-block > .component .product-info .fx-product-list-entry .product__actions{display:block}@media screen and (min-width: 940px){.fx-content-product .fx-cbundle .fx-cbundle-content .creator-components-block > .component .product-info .fx-product-list-entry .product__actions{bottom:-18px}}.fx-content-product .fx-cbundle .fx-cbundle-content .creator-components-block > .component .product-info .fx-product-list-entry .product__description{display:block}.fx-content-product .fx-cbundle .fx-cbundle-content .creator-components-block > .component .product-info .fx-product-list-entry .product__description .fx-list{margin-bottom:6px}.fx-content-product .fx-cbundle .fx-cbundle-content .creator-components-block > .component .product-info .fx-product-list-entry .product__description .fx-list__item{margin:0}@media screen and (min-width: 940px){.fx-content-product .fx-cbundle .fx-cbundle-content .creator-components-block > .component .product-info .fx-product-list-entry .product__description .fx-list{margin-bottom:0}.fx-content-product .fx-cbundle .fx-cbundle-content .creator-components-block > .component .product-info .fx-product-list-entry .product__description .fx-list__item{margin:0 0 6px}}.fx-content-product .fx-cbundle .fx-cbundle-content .creator-components-block > .component .product-info .fx-product-list-entry .controls-block{display:flex;justify-content:space-between;color:#000;cursor:default}.fx-content-product .fx-cbundle .fx-cbundle-content .creator-components-block > .component .product-info .fx-product-list-entry .controls-block:hover .fx-icon{color:#000}.fx-content-product .fx-cbundle .fx-cbundle-content .creator-components-block > .component .product-info .fx-product-list-entry .controls-block .link + .remove{color:currentColor;margin-left:16px}.fx-content-product .fx-cbundle .fx-cbundle-content .creator-components-block > .component .product-info .fx-product-list-entry .controls-block .link + .remove:hover .fx-icon{color:#000}@media screen and (min-width: 600px){.fx-content-product .fx-cbundle .fx-cbundle-content .creator-components-block > .component .product-info .fx-product-list-entry .controls-block{justify-content:end}}.fx-content-product .fx-cbundle .fx-cbundle-content .creator-components-block > .component .product-info .call-to-action{position:absolute;bottom:10px;right:10px}.fx-content-product .fx-cbundle .fx-cbundle-content .creator-components-block > .component .product-info .call-to-action a{margin-left:6px}.fx-content-product .fx-cbundle .fx-cbundle-content .creator-components-block > .component .product-info .call-to-action a:first-child{margin-left:0}.fx-content-product .fx-cbundle .fx-cbundle-content .creator-components-block > .component.hovered.has-overlay .focused .product{opacity:1}.fx-content-product .fx-cbundle .fx-cbundle-content .creator-components-block > .component.hovered.has-overlay .focused .product .image{border:1px solid #000;opacity:1;padding:7px}.fx-content-product .fx-cbundle .fx-cbundle-content .creator-components-block > .component.hovered.has-overlay .focused .arrow{display:block}.fx-content-product .fx-cbundle .fx-cbundle-content .creator-components-block > .component .info-container:not(.has-product) + .overlay-container:after{box-shadow:0 3px 5px #000}.fx-content-product .fx-cbundle .fx-cbundle-content .creator-components-block > .component .info-container > .product-info > .fx-product-list-entry{background-color:transparent}.fx-content-product .fx-cbundle .fx-cbundle-content .creator-components-block > .component .info-container.has-product{border-bottom:3px solid #1c1c1c}.fx-content-product .fx-cbundle .fx-cbundle-content .carousel-container{position:relative;border-bottom:2px solid #e8e8e8}.fx-content-product .fx-cbundle .fx-cbundle-content .carousel-container.empty{height:auto}.fx-content-product .fx-cbundle .fx-cbundle-content .carousel-container > .wrapper{height:100%;overflow:hidden}.fx-content-product .fx-cbundle .fx-cbundle-content .carousel-container .control-indicators{position:unset;padding:0;margin:0 0 16px}.fx-content-product .fx-cbundle .fx-cbundle-content .carousel-container .control-indicators-track{position:unset}.fx-content-product .fx-cbundle .fx-cbundle-content .carousel-container .animation-track{height:100%;width:calc(100% + 16px);-webkit-user-select:none;user-select:none}.fx-content-product .fx-cbundle .fx-cbundle-content .carousel-container .animation-track:hover + .bundle-carousel .bundle-carousel__button:not(.fx-button--disabled){opacity:1}.fx-content-product .fx-cbundle .fx-cbundle-content .carousel-container .animation-track + .bundle-carousel .bundle-carousel__button.fx-button--disabled,
.fx-content-product .fx-cbundle .fx-cbundle-content .carousel-container .animation-track + .bundle-carousel .bundle-carousel__button.fx-button--disabled:hover{opacity:0;visibility:hidden}.fx-content-product .fx-cbundle .fx-cbundle-content .carousel-container .animation-track .slide-container{position:relative!important;display:flex}.fx-content-product .fx-cbundle .fx-cbundle-content .carousel-container .animation-track .slide-container .slide{display:inline-block}.fx-content-product .fx-cbundle .fx-cbundle-content .carousel-container .animation-track .slide-container .slide .description{text-align:left}.fx-content-product .fx-cbundle .fx-cbundle-content .carousel-container .animation-track .slide-container .item-container{display:flex;justify-content:space-around;height:100%;overflow:hidden}.fx-content-product .fx-cbundle .fx-cbundle-content .carousel-container .animation-track .slide-container .item-container--flush-left{justify-content:normal}.fx-content-product .fx-cbundle .fx-cbundle-content .carousel-container .animation-track .slide-container .item{position:relative;width:112px;min-width:112px;margin-right:16px;margin-bottom:16px}@media screen and (min-width: 600px){.fx-content-product .fx-cbundle .fx-cbundle-content .carousel-container .animation-track .slide-container .item{width:128px;min-width:128px}}@media screen and (min-width: 940px){.fx-content-product .fx-cbundle .fx-cbundle-content .carousel-container .animation-track .slide-container .item{width:160px;min-width:160px}}.fx-content-product .fx-cbundle .fx-cbundle-content .carousel-container .animation-track .slide-container .item > div{height:100%}.fx-content-product .fx-cbundle .fx-cbundle-content .carousel-container .animation-track .slide-container .item > div > .fx-product-box{height:100%;padding:0;margin:0}.fx-content-product .fx-cbundle .fx-cbundle-content .carousel-container .animation-track .slide-container .item > div > .fx-product-box > .price{margin-top:auto}.fx-content-product .fx-cbundle .fx-cbundle-content .carousel-container .animation-track .slide-container .item .check{position:absolute;right:0;top:0;margin:8px;padding:8px;background:#00b27d;color:#fff;border-radius:50%}.fx-content-product .fx-cbundle .fx-cbundle-content .carousel-container .animation-track .slide-container .item > div > .product{transition:opacity 140ms ease-in}.fx-content-product .fx-cbundle .fx-cbundle-content .carousel-container .animation-track .slide-container .item .selected .product .image{border:1px solid #686868;opacity:1;padding:7px}.fx-content-product .fx-cbundle .fx-cbundle-content .carousel-container .animation-track .slide-container .item .selected .product .image > .rs-icon-circle-checked{display:block;position:absolute;right:2px;bottom:2px;z-index:1;fill:#4cae17;border-radius:50%;background-color:#fff}.fx-content-product .fx-cbundle .fx-cbundle-content .carousel-container .animation-track .arrow{display:none;position:absolute;left:50%;margin-left:-6.5px;bottom:-14px;z-index:4}.fx-content-product .fx-cbundle .fx-cbundle-content .carousel-container .no-results{margin-top:16px;margin-bottom:24px}@media screen and (min-width: 940px){.fx-content-product .fx-cbundle .fx-cbundle-content .carousel-container .no-results{margin-top:24px;margin-bottom:32px}}.fx-content-product .fx-cbundle .fx-cbundle-content .carousel-container.no-selection + .info-container > .message{border-bottom:3px solid #1c1c1c;border-top:0 none}.fx-content-product .fx-cbundle #cbundle_creator .noReactSupport,
.fx-content-product .fx-cbundle #cbundle_creator .noJSFallback{position:relative;display:none;text-align:center;width:100%}.fx-content-product .fx-cbundle #cbundle_creator .noReactSupport > .image,
.fx-content-product .fx-cbundle #cbundle_creator .noJSFallback > .image{display:none;max-width:100%;width:auto;margin:0 auto;height:auto}@media screen and (min-width: 940px){.fx-content-product .fx-cbundle #cbundle_creator .noReactSupport > .image,
  .fx-content-product .fx-cbundle #cbundle_creator .noJSFallback > .image{display:block}}.fx-content-product .fx-cbundle #cbundle_creator .noReactSupport .noReactText,
.fx-content-product .fx-cbundle #cbundle_creator .noJSFallback .noReactText,
.fx-content-product .fx-cbundle #cbundle_creator .noReactSupport .noJSText,
.fx-content-product .fx-cbundle #cbundle_creator .noJSFallback .noJSText{display:none;font-family:'Courier New','Times New Roman',Times,sans-serif;letter-spacing:-1px;font-weight:700;color:#fff;text-align:left}.fx-content-product .fx-cbundle #cbundle_creator .noReactSupport .noReactText:after,
.fx-content-product .fx-cbundle #cbundle_creator .noJSFallback .noReactText:after,
.fx-content-product .fx-cbundle #cbundle_creator .noReactSupport .noJSText:after,
.fx-content-product .fx-cbundle #cbundle_creator .noJSFallback .noJSText:after{content:'\0399';position:relative;left:0;animation:ProductCreativeBundleBlink 0.7s infinite}.fx-content-product .fx-cbundle #cbundle_creator .noReactSupport .console,
.fx-content-product .fx-cbundle #cbundle_creator .noJSFallback .console{text-align:center;width:100%;background:#0827f5;padding:20px;border:2px solid #3d2e2e;border-radius:6px}@media screen and (min-width: 940px){.fx-content-product .fx-cbundle #cbundle_creator .noReactSupport .console,
  .fx-content-product .fx-cbundle #cbundle_creator .noJSFallback .console{position:absolute;top:50px;padding:0 0 0 40px;background:none;border:none;font-size:small}}@keyframes ProductCreativeBundleBlink{0%{opacity:0}60%{opacity:0}100%{opacity:1}}@media screen and (max-width: 850px){.fx-content-product .fx-cbundle #cbundle_creator .noReactSupport .console{top:55px}}.fx-content-product .fx-cbundle .fx-cbundle-footer{margin-top:20px}@media screen and (max-width: 600px){.fx-content-product .fx-cbundle .fx-cbundle-footer > .grid-container{display:flex;flex-direction:column-reverse}.fx-content-product .fx-cbundle .fx-cbundle-footer > .grid-container > .thin,
  .fx-content-product .fx-cbundle .fx-cbundle-footer > .grid-container > .phat{width:100%;margin:0}}.fx-content-product.fx-content-product--glp .glp-added-values{display:flex;justify-content:space-around;flex-direction:column;padding:24px}.fx-content-product.fx-content-product--glp .glp-added-values .added-value{display:inline-flex;align-items:center;margin-bottom:12px}.fx-content-product.fx-content-product--glp .glp-added-values .added-value__icon{flex-shrink:0;height:24px;width:24px;margin-right:14px}.fx-content-product.fx-content-product--glp .glp-added-values .added-value__text{margin-right:28px}.fx-content-product.fx-content-product--glp .glp-added-values .added-value__badge{height:24px;width:25px;margin-right:12px;border:2px solid #000;color:#000;font-size:14px;line-height:19px;font-weight:600;border-radius:100%;text-align:center;flex-shrink:0}@media screen and (min-width: 600px){.fx-content-product.fx-content-product--glp .glp-added-values{flex-direction:row}.fx-content-product.fx-content-product--glp .glp-added-values .added-value{margin-bottom:0}}.fx-content-product.fx-content-product--glp .landing-page-header__headline,
.fx-content-product.fx-content-product--glp .landing-page-header__rating{display:flex;justify-content:center}.fx-content-product.fx-content-product--glp .landing-page-header__rating{margin-bottom:12px}@media screen and (min-width: 600px){.fx-content-product.fx-content-product--glp .landing-page-header__headline,
  .fx-content-product.fx-content-product--glp .landing-page-header__rating{justify-content:left}.fx-content-product.fx-content-product--glp .landing-page-header__rating{margin-bottom:12px}}.fx-content-product.fx-content-product--glp .landing-page-article{grid-template-columns:1fr 1fr}.fx-content-product.fx-content-product--glp .landing-page-article__image{display:flex;justify-content:center}.fx-content-product.fx-content-product--glp .landing-page-article .landing-page-article__image,
.fx-content-product.fx-content-product--glp .landing-page-article .landing-page-article__links,
.fx-content-product.fx-content-product--glp .landing-page-article .landing-page-article__essentials{display:contents}.fx-content-product.fx-content-product--glp .landing-page-article .image-wrapper,
.fx-content-product.fx-content-product--glp .landing-page-article .product-price-box,
.fx-content-product.fx-content-product--glp .landing-page-article .description,
.fx-content-product.fx-content-product--glp .landing-page-article .cta{grid-column:span 2}.fx-content-product.fx-content-product--glp .landing-page-article .landing-page-article__image{order:10}.fx-content-product.fx-content-product--glp .landing-page-article .manufacturer{display:none}.fx-content-product.fx-content-product--glp .landing-page-article .links{order:15;display:flex;flex-direction:column;justify-content:center;align-items:center}.fx-content-product.fx-content-product--glp .landing-page-article .links__stand-alone{display:none}.fx-content-product.fx-content-product--glp .landing-page-article .links__boxed{display:flex}.fx-content-product.fx-content-product--glp .landing-page-article .links__text{margin:0;font-size:13px}.fx-content-product.fx-content-product--glp .landing-page-article .links__item{display:flex;align-items:center}.fx-content-product.fx-content-product--glp .landing-page-article .links__icon{margin-bottom:9px;margin-right:8px}.fx-content-product.fx-content-product--glp .landing-page-article .product-price-box{margin-top:0;order:20}.fx-content-product.fx-content-product--glp .landing-page-article .description{order:30;height:100%}.fx-content-product.fx-content-product--glp .landing-page-article .keyfeatures{margin-bottom:8px;position:relative}.fx-content-product.fx-content-product--glp .landing-page-article .keyfeatures--more-available{height:100%}.fx-content-product.fx-content-product--glp .landing-page-article .keyfeatures--more-available::after{content:'';position:absolute;z-index:1;bottom:0;left:0;pointer-events:none;background-image:linear-gradient(to bottom,rgba(255,255,255,0) 0%,rgba(255,255,255,0.7) 60%,#fff 100%);width:100%;height:60px}.fx-content-product.fx-content-product--glp .landing-page-article .cta{order:40;margin-bottom:20px}.fx-content-product.fx-content-product--glp .landing-page-article .cta__button{width:100%}.fx-content-product.fx-content-product--glp .landing-page-article .variations{order:50;grid-column:span 2}.fx-content-product.fx-content-product--glp .landing-page-article .image-wrapper{display:flex;flex-direction:row;background:#f3f3f3;padding:20px 16px;border-radius:4px;margin-bottom:16px}.fx-content-product.fx-content-product--glp .landing-page-article .image-wrapper__inner{flex:0 0 40%;display:inline-flex;justify-content:center;align-items:center}.fx-content-product.fx-content-product--glp .landing-page-article .image-wrapper__item{max-height:140px;max-width:100%}.fx-content-product.fx-content-product--glp .landing-page-article .image-wrapper .links{margin-left:16px}.fx-content-product.fx-content-product--glp .landing-page-article .trigger{display:flex;align-items:center}.fx-content-product.fx-content-product--glp .landing-page-article .trigger__visual{max-height:16px;width:16px}.fx-content-product.fx-content-product--glp .landing-page-article .trigger__action{height:auto;margin-bottom:-1px;margin-left:8px;padding:0}.fx-content-product.fx-content-product--glp .landing-page-article .trigger__text{font-size:13px;padding-bottom:16px;margin:0}@media screen and (min-width: 600px){.fx-content-product.fx-content-product--glp .landing-page-article .image-wrapper__inner{flex-basis:50%}.fx-content-product.fx-content-product--glp .landing-page-article .image-wrapper__item{max-height:200px}.fx-content-product.fx-content-product--glp .landing-page-article .cta__button{width:auto}.fx-content-product.fx-content-product--glp .landing-page-article .keyfeatures{margin-bottom:12px}.fx-content-product.fx-content-product--glp .landing-page-article .links__icon{height:20px;width:20px;margin-bottom:12px}.fx-content-product.fx-content-product--glp .landing-page-article .links__text{font-size:14px}}@media screen and (min-width: 760px){.fx-content-product.fx-content-product--glp .landing-page-article{grid-gap:0 40px}.fx-content-product.fx-content-product--glp .landing-page-article .landing-page-article__links{display:flex;flex-direction:column;grid-column:span 1;margin-bottom:24px}.fx-content-product.fx-content-product--glp .landing-page-article .image-wrapper{grid-column:span 1;margin-bottom:24px;flex-direction:column;justify-content:center;position:relative}.fx-content-product.fx-content-product--glp .landing-page-article .image-wrapper__item{max-height:358px;margin-top:30px}.fx-content-product.fx-content-product--glp .landing-page-article .manufacturer{display:block;flex-shrink:0;flex-grow:0;position:absolute;top:20px;left:20px}.fx-content-product.fx-content-product--glp .landing-page-article .manufacturer__image{max-width:100px}.fx-content-product.fx-content-product--glp .landing-page-article .product-price-box,
  .fx-content-product.fx-content-product--glp .landing-page-article .variations{grid-column:span 1}.fx-content-product.fx-content-product--glp .landing-page-article .variations #product_variations_carousel{margin:0}.fx-content-product.fx-content-product--glp .landing-page-article .links{justify-content:flex-start;align-items:flex-start}.fx-content-product.fx-content-product--glp .landing-page-article .links__stand-alone{display:flex}.fx-content-product.fx-content-product--glp .landing-page-article .links__boxed{display:none}.fx-content-product.fx-content-product--glp .landing-page-article .price-and-availability .price{font-size:60px;line-height:64px;letter-spacing:-1.5px}}@media screen and (min-width: 940px){.fx-content-product.fx-content-product--glp .landing-page-article .links__text{margin:0;font-size:14px;min-height:48px;max-height:48px}.fx-content-product.fx-content-product--glp .landing-page-article .links__text:after{bottom:12px}.fx-content-product.fx-content-product--glp .landing-page-article .links__text:hover:after{bottom:16px}.fx-content-product.fx-content-product--glp .landing-page-article .links__text:active:after{bottom:16px;height:2px}.fx-content-product.fx-content-product--glp .landing-page-article .links__icon{height:20px;width:20px;margin-bottom:12px}.fx-content-product.fx-content-product--glp .landing-page-article .fx-list .fx-list__item{margin-bottom:1px;font-size:13px;line-height:20px;letter-spacing:-0.07px;background-size:16px 16px;background-position:4px 3px;padding-left:24px}}@media screen and (min-width: 1150px){.fx-content-product.fx-content-product--glp .landing-page-article{grid-template-columns:repeat(12,1fr)}.fx-content-product.fx-content-product--glp .landing-page-article .landing-page-article__image,
  .fx-content-product.fx-content-product--glp .landing-page-article .landing-page-article__essentials{display:block}.fx-content-product.fx-content-product--glp .landing-page-article .landing-page-article__links{grid-column:span 4;margin-bottom:0px}.fx-content-product.fx-content-product--glp .landing-page-article .landing-page-article__image{order:0}.fx-content-product.fx-content-product--glp .landing-page-article .landing-page-article__essentials{display:flex;flex-direction:column;justify-content:space-between}.fx-content-product.fx-content-product--glp .landing-page-article .image-wrapper{width:100%;height:100%;display:flex;flex-direction:column;padding:32px;background-color:#f3f3f3;border-radius:6px;margin-bottom:0}.fx-content-product.fx-content-product--glp .landing-page-article .image-wrapper__inner{display:flex;align-items:center;justify-content:center;flex-shrink:1;flex-grow:1}.fx-content-product.fx-content-product--glp .landing-page-article .image-wrapper__item{max-height:350px}.fx-content-product.fx-content-product--glp .landing-page-article .keyfeatures{margin-bottom:24px}.fx-content-product.fx-content-product--glp .landing-page-article .trigger__visual{max-height:24px;width:24px}.fx-content-product.fx-content-product--glp .landing-page-article .trigger__action{padding:8px 0 7px;margin-bottom:4px;margin-left:12px}.fx-content-product.fx-content-product--glp .landing-page-article .trigger__text{font-size:18px;padding-bottom:16px}.fx-content-product.fx-content-product--glp .landing-page-article .trigger__text:after{bottom:10px}.fx-content-product.fx-content-product--glp .landing-page-article .trigger__text:hover:after{bottom:12px}.fx-content-product.fx-content-product--glp .landing-page-article .trigger__text:active:after{bottom:11px;height:2px}.fx-content-product.fx-content-product--glp .landing-page-article .price-and-availability .price{font-size:74px;line-height:80px;letter-spacing:-1.85px}.fx-content-product.fx-content-product--glp .landing-page-article .links{margin-bottom:8px}.fx-content-product.fx-content-product--glp .landing-page-article .links__item{max-height:56px;min-height:56px}.fx-content-product.fx-content-product--glp .landing-page-article .links__text{font-size:18px;padding-bottom:16px}.fx-content-product.fx-content-product--glp .landing-page-article .links__text:after{bottom:10px}.fx-content-product.fx-content-product--glp .landing-page-article .links__text:hover:after{bottom:12px}.fx-content-product.fx-content-product--glp .landing-page-article .links__text:active:after{bottom:11px;height:2px}.fx-content-product.fx-content-product--glp .landing-page-article .links__icon{height:24px;width:24px;margin-bottom:10px;margin-right:8px}.fx-content-product.fx-content-product--glp .landing-page-article .fx-list .fx-list__item{margin-bottom:2px;font-size:16px;line-height:24px;letter-spacing:-0.08px;background-size:20px 20px;background-position:0 3px;padding-left:32px}}.fx-content-product.fx-content-product--glp.glp-added-values-container{margin-left:24px;margin-right:24px}.fx-content-product.fx-content-product--glp.glp-added-values-container .glp-added-values-container__background{border-radius:4px}.fx-content-product.fx-content-product--glp .glp-breadcrumb{margin-top:16px}.fx-content-product.fx-content-product--glp .landing-page-header{margin-top:16px}.fx-content-product.fx-content-product--glp .fx-groupie-carousel,
.fx-content-product.fx-content-product--glp .helpdesk-contact-wrapper{margin-top:0}.fx-content-product.fx-content-product--glp .main-categories-overview{padding-top:24px;margin-bottom:132px}.fx-content-product.fx-content-product--glp .main-categories-overview .fx-carousel__headline,
.fx-content-product.fx-content-product--glp .fx-groupie-carousel .fx-carousel__headline{text-align:center}.fx-content-product.fx-content-product--glp .glp-groupie-carousel .fx-carousel__headline{text-align:center}@media screen and (min-width: 600px){.fx-content-product.fx-content-product--glp .landing-page-header{margin-top:24px}.fx-content-product.fx-content-product--glp .main-categories-overview{padding-top:32px}}@media screen and (min-width: 940px){.fx-content-product.fx-content-product--glp .landing-page-header{margin-top:32px}.fx-content-product.fx-content-product--glp .main-categories-overview{padding-top:40px;margin-bottom:152px}.fx-content-product.fx-content-product--glp .glp-groupie-carousel{margin-top:120px}.fx-content-product.fx-content-product--glp.glp-added-values-container{margin-left:0;margin-right:0}.fx-content-product.fx-content-product--glp.glp-added-values-container .glp-added-values-container__background{border-radius:0}}.fx-content-product.fx-content-product--not-found .article-not-found-header,
.fx-content-product.fx-content-product--not-found .bundle-not-found-header{padding-bottom:16px}@media screen and (min-width: 600px){.fx-content-product.fx-content-product--not-found .article-not-found-header,
  .fx-content-product.fx-content-product--not-found .bundle-not-found-header{padding-bottom:32px}}@media screen and (min-width: 940px){.fx-content-product.fx-content-product--not-found .breadcrumb{margin-bottom:24px;padding-bottom:0}.fx-content-product.fx-content-product--not-found .article-not-found-header,
  .fx-content-product.fx-content-product--not-found .bundle-not-found-header{padding-bottom:40px}}.fx-content-product.fx-content-product--not-found .helpdesk-contact-wrapper{margin:0}.fx-content-product.fx-content-product--not-found .article-preview{position:relative;background-color:#f3f3f3;border-radius:6px;padding:24px;display:inline-flex;justify-content:center;align-items:center}.fx-content-product.fx-content-product--not-found .article-preview__image{width:auto;max-height:232px;z-index:1}.fx-content-product.fx-content-product--not-found .article-preview__label{position:absolute;top:0;right:8px;height:60px;z-index:2}.fx-content-product.fx-content-product--not-found .title__subtext a{-webkit-text-decoration:underline;text-decoration:underline}.fx-content-product.fx-content-product--not-found .title__headline{margin-top:16px}.fx-content-product.fx-content-product--not-found .title__headline strong{color:#7e00f3}.fx-content-product.fx-content-product--not-found .placeholder{display:inline-flex;justify-content:center;align-items:center}.fx-content-product.fx-content-product--not-found .placeholder__image{height:200px;width:auto}@media screen and (min-width: 600px){.fx-content-product.fx-content-product--not-found .title__headline{margin-top:20px}}@media screen and (min-width: 940px){.fx-content-product.fx-content-product--not-found .title__headline{margin-top:24px}}.fx-content-product .fx-product-orderable .rich-content .rich-content__grid{display:grid}.fx-content-product .fx-product-orderable .rich-content .rich-content__col{display:block}@media screen and (min-width: 940px){.fx-content-product .rich-content .component .fx-grid{grid-gap:0 24px}}.fx-content-product .fx-voltage-discrepancy-callout{position:relative;display:flex;flex-wrap:wrap;width:100%;max-height:395px;min-height:4rem;margin-top:16px;border-radius:4px;overflow:hidden}.fx-content-product .fx-voltage-discrepancy-callout:before{position:absolute;content:'';top:0;left:0;width:100%;color:#e0af0b;border-top:4px solid currentColor}.fx-content-product .fx-voltage-discrepancy-callout__icon{position:relative;display:flex;max-height:4rem;max-width:8rem;justify-content:center;align-items:center;pointer-events:none}.fx-content-product .fx-voltage-discrepancy-callout__icon:before{background:linear-gradient(115deg,#e0af0b,#e0af0b 2.25rem,rgba(224,175,11,0.7) 2.25rem,rgba(224,175,11,0.7) 4.5rem,rgba(245,198,41,0.2) 4.5rem,rgba(245,198,41,0.2) 6.75rem,transparent 6.75rem)}.fx-content-product .fx-voltage-discrepancy-callout__icon .fx-voltage-discrepancy-callout__icon--bolt{width:3rem;height:3rem;margin-right:1.25rem;margin-left:1.25rem}@media screen and (max-width: screen and (min-width: 940px)){.fx-content-product .fx-voltage-discrepancy-callout__icon:before{background:linear-gradient(115deg,#e0af0b,#e0af0b 1.8rem,rgba(224,175,11,0.7) 1.8rem,rgba(224,175,11,0.7) 3.6rem,rgba(245,198,41,0.2) 3.6rem,rgba(245,198,41,0.2) 5.4rem,transparent 5.4rem)}.fx-content-product .fx-voltage-discrepancy-callout__icon > .fx-voltage-discrepancy-callout__icon--bolt{width:2.55rem;height:2.55rem;margin-right:0.8rem;margin-left:0.8rem}}.fx-content-product .fx-voltage-discrepancy-callout__icon:before{position:absolute;content:'';height:24rem;width:12rem;top:0;left:0}.fx-content-product .fx-voltage-discrepancy-callout__icon + .fx-voltage-discrepancy-callout__content{padding:8px;margin-top:4px}.fx-content-product .fx-voltage-discrepancy-callout__icon + .fx-voltage-discrepancy-callout__content .fx-voltage-discrepancy-callout__body{align-items:flex-start;text-align:left}.fx-content-product .fx-voltage-discrepancy-callout__icon--bolt{padding:2px;margin-top:2px;z-index:0}.fx-content-product .fx-voltage-discrepancy-callout__icon--bolt > svg{width:100%;height:100%}.fx-content-product .fx-voltage-discrepancy-callout__content{display:flex;text-align:center;align-items:center;flex:2;flex-direction:column;padding:16px;width:85%}.fx-content-product .fx-voltage-discrepancy-callout__body{width:100%;margin:0 0 16px}.fx-content-product .product-cymbot{margin-top:4px;padding:16px;background:#f3f3f3}.fx-content-product .product-cymbot__row{display:flex;align-items:center;flex-direction:column}@media screen and (min-width: 600px){.fx-content-product .product-cymbot__row{flex-direction:row;justify-content:space-between}}.fx-content-product .product-cymbot__column{display:flex}.fx-content-product .product-cymbot__icon{width:24px;height:24px;margin-right:8px}@media screen and (min-width: 600px){.fx-content-product .product-cymbot__icon{width:32px;height:32px;margin:0 16px 0 0}}.fx-content-product .product-cymbot__text{margin-bottom:16px;margin-left:16px;margin-right:16px;text-align:left}@media screen and (min-width: 600px){.fx-content-product .product-cymbot__text{margin:0}}@media screen and (min-width: 940px){.fx-content-product .product-cymbot__text{text-align:center}}.fx-content-product .product-cymbot__button{white-space:nowrap}.fx-content-product .product-cymbot__button > .fx-button{text-transform:capitalize}@media screen and (min-width: 600px){.fx-content-product .product-cymbot__button{margin:0 0 0 16px}}.fx-content-product .product-cymbot > .js-cymbot-entry > .notice{margin-top:32px}@media screen and (min-width: 600px){.fx-content-product .product-cymbot > .js-cymbot-entry > .notice{margin-top:48px}}.fx-content-hotdeals .fx-brand-grid__button-container.fx-position-sticky{top:8px}.fx-content-hotdeals .fx-product-masonry__header .dropdown{max-width:100%}.fx-content-hotdeals__recommended-blowouts-button{margin-top:16px}.fx-content-hotdeals__smart-navigator,
.fx-content-hotdeals .no-products{position:relative}.fx-content-hotdeals .no-products__link-wrapper{display:block;margin-top:16px}@media screen and (min-width: 940px){.fx-content-hotdeals__recommended-blowouts-button{margin-top:32px}}.fx-content-blowouts__manufacturers .fx-position-sticky{top:8px}.fx-content-blowouts__smart-navigator,
.fx-content-blowouts .no-products{position:relative}.fx-content-blowouts .no-products__link-wrapper{display:block;margin-top:16px}.fx-content-blowouts__hot-deals-carousel{margin-top:16px}.fx-content-blowouts__filterable-results .grid-header{display:flex;flex-direction:row}.fx-content-blowouts__filterable-results .grid-header__dropdown-container{flex:1}.fx-content-blowouts__filterable-results .grid-header__dropdown{max-width:40vw}.fx-content-blowouts__filterable-results .grid-content{padding-top:24px}@media screen and (min-width: 600px){.fx-content-blowouts__filterable-results .grid-content{padding-top:32px}}@media screen and (min-width: 940px){.fx-content-blowouts__manufacturers .fx-position-sticky{top:16px}.fx-content-blowouts__filterable-results .grid-content{padding-top:40px}}.fx-hero-introduction__bg-blow-outs .fx-hero-introduction__backlink:hover{color:#1c1c1c;opacity:0.6}.fx-hero-introduction__bg-blow-outs .fx-hero-introduction__backlink:hover .fx-icon-arrow{color:#1c1c1c;opacity:0.6}.fx-content-wishlist .fx-concealable{overflow:hidden;max-height:0;opacity:0;transition:all 0.3s}.fx-content-wishlist .fx-concealable--active{max-height:500px;opacity:1}.fx-content-wishlist .fx-wishlist-container{margin-top:8px}.fx-content-wishlist .fx-wishlist-container .fx-flyin-trigger{margin:8px 0}.fx-content-wishlist .fx-wishlist-container .fx-wishlist__title{margin-top:8px}.fx-content-wishlist .fx-wishlist-container .fx-wishlist__title > .editable{outline:none;display:inline-block;position:relative;font-family:inherit;font-style:inherit;font-size:inherit;font-weight:inherit;line-height:inherit;letter-spacing:inherit;border-top-left-radius:3px;border-top-right-radius:3px;border:0;resize:none;word-break:break-word;overflow:hidden;transition:all 0.3s;cursor:pointer}.fx-content-wishlist .fx-wishlist-container .fx-wishlist__title > .editable.active > .content:focus{cursor:default}.fx-content-wishlist .fx-wishlist-container .fx-wishlist__title > .editable.active:before{content:'';position:absolute;left:0;bottom:0;width:100%;height:1px;background:#000}.fx-content-wishlist .fx-wishlist-container .fx-wishlist__title > .editable > .content{min-width:80px;padding-bottom:4px;outline:none}.fx-content-wishlist .fx-wishlist-container .fx-wishlist__title > .editable .fx-wishlist__content{-webkit-hyphens:auto;hyphens:auto;word-break:break-word;cursor:pointer}.fx-content-wishlist .fx-wishlist-container .fx-wishlist__title + .fx-wishlist__content{margin-top:56px}.fx-content-wishlist .fx-wishlist-container .fx-wishlist__controls{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}.fx-content-wishlist .fx-wishlist-container .fx-wishlist__controls .fx-input-select-simple{margin-top:0;margin-right:8px}.fx-content-wishlist .fx-wishlist-container .fx-wishlist__controls > .controls{flex-wrap:nowrap;white-space:nowrap;margin-left:auto}.fx-content-wishlist .fx-wishlist-container .fx-wishlist__controls > .controls .fx-wishlist__control-compare + .fx-wishlist__control-tooltip{opacity:0;pointer-events:none}.fx-content-wishlist .fx-wishlist-container .fx-wishlist__controls > .controls .fx-wishlist__control-button{margin-right:8px}.fx-content-wishlist .fx-wishlist-container .fx-wishlist__controls > .controls .fx-wishlist__control-button:last-child{margin-right:0}.fx-content-wishlist .fx-wishlist-container .fx-wishlist__actions .arrow{color:#7e00f3}.fx-content-wishlist .fx-wishlist-container .fx-wishlist__actions > .fx-button{margin:8px}.fx-content-wishlist .fx-wishlist-container .fx-wishlist__actions .actions__share{display:flex;margin-bottom:24px}.fx-content-wishlist .fx-wishlist-container .fx-wishlist__actions .actions__share > .share-icon{padding:0;margin-right:16px;border-radius:50%;cursor:pointer}.fx-content-wishlist .fx-wishlist-container .fx-wishlist__actions .actions__share > .share-icon:last-child{margin-right:0}.fx-content-wishlist .fx-wishlist-container .fx-wishlist__actions .actions__share > .share-icon:hover{opacity:0.8}.fx-content-wishlist .fx-wishlist-container .fx-wishlist__actions .actions__share > .share-icon:focus,
.fx-content-wishlist .fx-wishlist-container .fx-wishlist__actions .actions__share > .share-icon:active{opacity:1}.fx-content-wishlist .fx-wishlist-container .fx-wishlist__actions .actions__share > .share-icon > .share-icon__vector{width:40px;height:40px}.fx-content-wishlist .fx-wishlist-container .fx-wishlist__actions .actions__edit{display:flex;justify-content:center;flex-direction:column;margin-top:8px}.fx-content-wishlist .fx-wishlist-container .fx-wishlist__actions .actions__edit .input{width:100%;max-width:456px;margin-top:0;margin-right:auto;margin-bottom:16px}.fx-content-wishlist .fx-wishlist-container .fx-wishlist__actions .actions__edit .fx-button{width:auto}.fx-content-wishlist .fx-wishlist-container .fx-wishlist__actions .actions__edit--add{margin:0 16px}.fx-content-wishlist .fx-wishlist-container .fx-wishlist__actions .actions__edit--hint{display:flex;flex-direction:column;color:#4b4b4b;margin:0 16px;max-width:456px}.fx-content-wishlist .fx-wishlist-container .fx-wishlist__actions .actions__edit--hint .fx-text{margin-bottom:8px}.fx-content-wishlist .fx-wishlist-container .fx-wishlist__actions .actions__edit--hint .fx-concealable{margin-right:auto;display:none}.fx-content-wishlist .fx-wishlist-container .fx-wishlist__actions .actions__edit--send{margin:0 16px}.fx-content-wishlist .fx-wishlist-container .fx-wishlist__actions .actions__edit--send > .input{width:auto;margin-bottom:24px}.fx-content-wishlist .fx-wishlist-container .fx-wishlist__actions .actions__edit .buttons{margin-top:24px;margin-bottom:8px}.fx-content-wishlist .fx-wishlist-container .fx-wishlist__content{margin-bottom:24px}.fx-content-wishlist .fx-wishlist-container .fx-wishlist__content--public{max-width:696px;margin-left:auto;margin-right:auto}.fx-content-wishlist .fx-wishlist-container .fx-wishlist__content .flashy{position:relative;display:flex;flex-direction:column;justify-content:center;align-items:center;padding:40px 24px;margin-top:24px;border-radius:16px;background:#f3f3f3;pointer-events:none}.fx-content-wishlist .fx-wishlist-container .fx-wishlist__content .flashy__graphic{margin-bottom:-20px;transform:scale(1)}.fx-content-wishlist .fx-wishlist-container .fx-wishlist__content .flashy__text{margin:auto auto 0;text-align:center;color:#b4b4b4}.fx-content-wishlist .fx-wishlist-container .fx-wishlist__content .fx-wishlist-entry{margin-top:0;transition:box-shadow 200ms ease}.fx-content-wishlist .fx-wishlist-container .fx-wishlist__content .fx-wishlist-entry .product__details{min-height:initial}.fx-content-wishlist .fx-wishlist-container .fx-wishlist__content .fx-wishlist-entry .product__rating-stars{display:none}.fx-content-wishlist .fx-wishlist-container .fx-wishlist__content .fx-wishlist-entry .product__image{min-width:80px;height:80px;padding:8px}.fx-content-wishlist .fx-wishlist-container .fx-wishlist__content .fx-wishlist-entry .product__actions{display:flex;margin-left:80px;margin-top:0}.fx-content-wishlist .fx-wishlist-container .fx-wishlist__content .fx-wishlist-entry .product__actions .fx-overlay-loading{padding-left:0;border-radius:4px;overflow:hidden}.fx-content-wishlist .fx-wishlist-container .fx-wishlist__content .fx-wishlist-entry .product__actions .quantity{padding-right:0;margin-left:auto}.fx-content-wishlist .fx-wishlist-container .fx-wishlist__content .fx-wishlist-entry .product__actions > *{display:flex;align-items:center}.fx-content-wishlist .fx-wishlist-container .fx-wishlist__content .fx-wishlist-entry .action__edit{margin-right:auto}.fx-content-wishlist .fx-wishlist-container .fx-wishlist__content .fx-wishlist-entry .fx-product-list-entry__addon > .fx-drawer > .fx-drawer__content{display:flex;flex-direction:column;align-items:center}.fx-content-wishlist .fx-wishlist-container .fx-wishlist__content .fx-wishlist-entry .fx-product-list-entry__addon > .fx-drawer > .fx-drawer__content .fx-input-text,
.fx-content-wishlist .fx-wishlist-container .fx-wishlist__content .fx-wishlist-entry .fx-product-list-entry__addon > .fx-drawer > .fx-drawer__content .fx-button,
.fx-content-wishlist .fx-wishlist-container .fx-wishlist__content .fx-wishlist-entry .fx-product-list-entry__addon > .fx-drawer > .fx-drawer__content .fx-input-select{margin:0 auto 8px}.fx-content-wishlist .fx-wishlist-container .fx-wishlist__content .fx-wishlist-entry .fx-product-list-entry__addon > .fx-drawer > .fx-drawer__content .fx-input-select{width:100%}.fx-content-wishlist .fx-wishlist-container .fx-wishlist__content .fx-wishlist-entry .fx-product-list-entry__addon > .fx-drawer > .fx-drawer__content .fx-input-text{margin-top:8px}.fx-content-wishlist .fx-wishlist-container .fx-wishlist__content .fx-wishlist-entry .fx-product-list-entry__addon > .fx-drawer > .fx-drawer__content .fx-button{margin-top:8px;margin-bottom:0}.fx-content-wishlist .fx-wishlist-container .fx-wishlist__content .fx-wishlist-entry .fx-product-list-entry__addon .fx-wishlist-entry__note{padding:8px 8px 0;margin-top:8px;margin-bottom:0;border-top:1px solid #b4b4b4;font-style:italic;word-break:break-word;-webkit-hyphens:auto;hyphens:auto;text-align:center}.fx-content-wishlist .fx-wishlist-container .fx-wishlist__content .fx-sortable__handle{padding:4px;background:#f3f3f3;opacity:0.8;border-radius:50%}.fx-content-wishlist .fx-wishlist-container .fx-wishlist__content .fx-sortable__item.fx-sortable--chosen .fx-wishlist-entry{box-shadow:0 4px 4px 0 rgba(28,28,28,0.2)}.fx-content-wishlist .fx-wishlist-container .fx-wishlist__content .fx-sortable__item:last-child{margin-bottom:0}.fx-content-wishlist .fx-wishlist-container .fx-wishlist__content .fx-sortable__item:last-child .fx-wishlist-entry{margin-bottom:0}.fx-content-wishlist .fx-wishlist-container .fx-wishlist__pagination{margin-top:24px;margin-bottom:24px}.fx-content-wishlist .fx-wishlist-container .fx-wishlist__pagination > *{margin:0}.fx-content-wishlist .fx-wishlist-container .fx-wishlist__entries{position:relative;min-height:100px;transition:min-height 300ms}.fx-content-wishlist .fx-wishlist-container .fx-wishlist__entries.fx-wishlist__entries--single:before{content:'NOTHING TO SEE. SUCH EMPTY.';position:absolute;width:100%;left:50%;top:50%;text-align:center;color:#e8e8e8;transform:translate(-50%,-50%)}.fx-content-wishlist .fx-wishlist-container .fx-wishlist__entries > .fx-sortable__item{margin-bottom:8px}.fx-content-wishlist .fx-wishlist-container .fx-wishlist__footer{display:flex;flex-direction:column-reverse;width:100%}.fx-content-wishlist .fx-wishlist-container .fx-wishlist__footer > .fx-infobox{width:100%;margin-bottom:16px}.fx-content-wishlist .fx-wishlist-container .fx-wishlist__footer > .fx-infobox .fx-link{-webkit-text-decoration:underline;text-decoration:underline;font-weight:bold;cursor:pointer}.fx-content-wishlist .fx-wishlist-container .fx-wishlist__footer > .spacer{height:auto}.fx-content-wishlist .fx-wishlist-container .fx-wishlist__footer > .actions{display:flex;margin:auto;flex-direction:column}.fx-content-wishlist .fx-wishlist-container .fx-wishlist__footer > .actions > .fx-button{margin-bottom:8px;white-space:nowrap}.fx-content-wishlist .fx-wishlist-container .fx-wishlist__footer > .actions > .fx-button:last-child{margin-bottom:0}.fx-content-wishlist .fx-wishlist-container .fx-wishlist__footer > .actions > .fx-button > .fx-icon{margin-right:10px}.fx-content-wishlist .fx-wishlist-container .fx-wishlist__footer > .sum{display:flex;align-items:baseline;justify-content:flex-end;margin-bottom:16px;margin-left:auto;margin-right:auto;text-align:center;white-space:nowrap}.fx-content-wishlist .fx-wishlist-container .fx-wishlist__footer > .sum > .sum__value{margin:0}.fx-content-wishlist .fx-wishlist-container .fx-wishlist__footer > .sum > .sum__label{margin:0 8px 0 0}@media print{.fx-content-wishlist .fx-wishlist-container .fx-flyin-trigger{display:none}}@media screen and (min-width: 940px){.fx-content-wishlist .fx-wishlist-container .fx-flyin-trigger{display:none}}@media screen and (min-width: 600px){.fx-content-wishlist .fx-wishlist-container .fx-wishlist__title{margin-bottom:8px}.fx-content-wishlist .fx-wishlist-container .fx-wishlist__actions .actions__share > .share-icon{margin-right:16px}.fx-content-wishlist .fx-wishlist-container .fx-wishlist__actions .actions__share > .share-icon > .share-icon__vector{width:48px;height:48px}.fx-content-wishlist .fx-wishlist-container .fx-wishlist__entries > .fx-sortable__item{margin-bottom:16px}.fx-content-wishlist .fx-wishlist-container .fx-wishlist__content .fx-wishlist-entry{transition:margin 0.3s}.fx-content-wishlist .fx-wishlist-container .fx-wishlist__content .fx-wishlist-entry--editing{margin-bottom:64px}.fx-content-wishlist .fx-wishlist-container .fx-wishlist__content .fx-wishlist-entry .action__quantity{margin:0 0 0 16px}.fx-content-wishlist .fx-wishlist-container .fx-wishlist__content .fx-wishlist-entry .product__actions .fx-overlay-loading{padding-right:2px}.fx-content-wishlist .fx-wishlist-container .fx-wishlist__content .fx-wishlist-entry .product__rating-stars{display:block}.fx-content-wishlist .fx-wishlist-container .fx-wishlist__content .fx-wishlist-entry .product__image{min-width:100px;height:100px}.fx-content-wishlist .fx-wishlist-container .fx-wishlist__content .fx-wishlist-entry .product__content{display:flex;justify-content:space-between}.fx-content-wishlist .fx-wishlist-container .fx-wishlist__controls > .controls .fx-wishlist__control-button{margin-right:16px}.fx-content-wishlist .fx-wishlist-container .fx-wishlist__pagination{margin-bottom:32px;margin-top:32px}}@media screen and (min-width: 940px){.fx-content-wishlist .fx-wishlist-container .fx-wishlist__title{margin-top:40px;margin-bottom:16px}.fx-content-wishlist .fx-wishlist-container .fx-wishlist__actions .actions__edit .controls{display:flex}.fx-content-wishlist .fx-wishlist-container .fx-wishlist__actions .actions__edit .controls .fx-concealable{display:inline}.fx-content-wishlist .fx-wishlist-container .fx-wishlist__actions .actions__edit .controls .input{margin-right:24px}.fx-content-wishlist .fx-wishlist-container .fx-wishlist__actions .actions__share > .share-icon > .share-icon__vector{width:48px;height:48px}.fx-content-wishlist .fx-wishlist-container .fx-wishlist__entries > .fx-sortable__item{margin-bottom:12px}.fx-content-wishlist .fx-wishlist-container .fx-wishlist__content .flashy__graphic{transform:scale(1.5)}.fx-content-wishlist .fx-wishlist-container .fx-wishlist__content .fx-wishlist-entry .action__delete{margin:0 16px 0 0}.fx-content-wishlist .fx-wishlist-container .fx-wishlist__content .fx-wishlist-entry .action__quantity{margin:0 0 0 32px}.fx-content-wishlist .fx-wishlist-container .fx-wishlist__content .fx-wishlist-entry .product__image{min-width:100px;height:100px}.fx-content-wishlist .fx-wishlist-container .fx-wishlist__controls > .controls .fx-wishlist__control-button{margin-right:16px}.fx-content-wishlist .fx-wishlist-container .fx-wishlist__controls > .controls .fx-wishlist__control-compare:hover + .fx-wishlist__control-tooltip{opacity:1}.fx-content-wishlist .fx-wishlist-container .fx-wishlist__pagination{margin-bottom:40px;margin-top:40px}.fx-content-wishlist .fx-wishlist-container .fx-wishlist__footer > .spacer{width:24px}.fx-content-wishlist .fx-wishlist-container .fx-wishlist__footer > .actions{flex-direction:row;margin-bottom:8px}.fx-content-wishlist .fx-wishlist-container .fx-wishlist__footer > .actions > .fx-button{margin-right:24px;margin-bottom:0}.fx-content-wishlist .fx-wishlist-container .fx-wishlist__footer > .actions > .fx-button:last-child{margin-right:0}}@media screen and (min-width: 600px){.fx-content-wishlist .fx-wishlist-container .product__tag-wrapper .product__tag{display:none}.fx-content-wishlist .fx-wishlist-container .fx-price-group{display:flex;align-items:flex-end;justify-content:right}}@media screen and (min-width: 940px){.fx-content-wishlist .fx-wishlist-container .product__tag-wrapper .product__tag{display:flex}}.fx-content-wishlist #fx-flyin-wishlists.fx-flyin--is-active .fx-wishlist-flyin__new{margin-top:0!important}.fx-content-wishlist #fx-flyin-wishlists.fx-flyin--is-active #fx-wishlist-flyin{margin:0}.fx-content-wishlist #fx-flyin-wishlists .content-holder{position:initial}.fx-content-wishlist #fx-wishlist-flyin{margin-top:40px;margin-bottom:72px;z-index:2}.fx-content-wishlist #fx-wishlist-flyin .dropzone.hover{background:#cbf0fb}.fx-content-wishlist #fx-wishlist-flyin .fx-wishlist-flyin > .fx-button{margin:16px auto 16px}.fx-content-wishlist #fx-wishlist-flyin .fx-flyin-nav{margin:0}.fx-content-wishlist #fx-wishlist-flyin .fx-flyin-nav .fx-dnd:not(.fx-dnd--conflicted).fx-dnd--highlighted{background:#cbf0fb;border-radius:4px}.fx-content-wishlist #fx-wishlist-flyin .fx-flyin-nav .fx-dnd:not(.fx-dnd--conflicted).fx-dnd--highlighted .fx-flyin-nav__title{-webkit-text-decoration:underline;text-decoration:underline}.fx-content-wishlist #fx-wishlist-flyin .fx-flyin-nav .fx-dnd--conflicted{cursor:no-drop}.fx-content-wishlist #fx-wishlist-flyin .fx-flyin-nav .fx-flyin-nav__item-wrapper{margin-bottom:8px}.fx-content-wishlist #fx-wishlist-flyin .fx-flyin-nav .fx-flyin-nav__item-wrapper:last-child{margin-bottom:0}.fx-content-wishlist #fx-wishlist-flyin .fx-flyin-nav__item{display:flex;flex-direction:column;align-items:flex-start;word-break:break-word;font-size:22px;line-height:30px;letter-spacing:-0.5px}.fx-content-wishlist #fx-wishlist-flyin .fx-flyin-nav__item > *{pointer-events:none}.fx-content-wishlist #fx-wishlist-flyin .fx-flyin-nav__subline{color:#8a8a8a;width:100%;font-weight:normal;pointer-events:none;font-size:14px;line-height:22px;letter-spacing:-0.11px}.fx-content-wishlist #fx-wishlist-flyin .fx-flyin-nav .fx-sortable__ghost{display:none!important}.fx-content-wishlist #rs-wishtlist-relatedprod-carousel{margin-bottom:80px}@media print{.fx-content-wishlist #rs-wishtlist-relatedprod-carousel{display:none}}.fx-content-wishlist__not-found-image-container{text-align:center;margin-bottom:16px;margin-top:8px}.fx-content-wishlist__not-found-image{height:auto;width:220px;max-width:100%}@media print{.fx-content-wishlist{margin-top:24px}.fx-content-wishlist .fx-wishlist-container .fx-wishlist .fx-wishlist__actions,
  .fx-content-wishlist .fx-wishlist-container .fx-wishlist .fx-wishlist__controls,
  .fx-content-wishlist .fx-wishlist-container .fx-wishlist .fx-input-quantity__icon{display:none}.fx-content-wishlist .fx-wishlist-container .fx-wishlist .fx-wishlist-entry .product__actions .action__delete,
  .fx-content-wishlist .fx-wishlist-container .fx-wishlist .fx-wishlist-entry .product__actions .action__edit,
  .fx-content-wishlist .fx-wishlist-container .fx-wishlist .fx-wishlist-entry .product__actions .action__basket{display:none}.fx-content-wishlist .fx-wishlist-container .fx-wishlist .fx-wishlist__footer .actions,
  .fx-content-wishlist .fx-wishlist-container .fx-wishlist .fx-wishlist__footer .spacer,
  .fx-content-wishlist .fx-wishlist-container .fx-wishlist .fx-wishlist__footer .fx-infobox{display:none}.fx-content-wishlist .fx-wishlist-container .fx-wishlist .fx-wishlist__footer .sum{margin-bottom:0}.fx-content-wishlist .fx-wishlist-container .fx-wishlist__content{margin-bottom:12px}.fx-content-wishlist .fx-wishlist-container .fx-wishlist__title{font-size:28px;letter-spacing:-0.75px;border-bottom:1px solid #e8e8e8;padding-bottom:8px;margin-bottom:8px}.fx-content-wishlist .fx-wishlist-container .fx-product-list-entry{background-color:#fff;border-bottom:1px solid #e8e8e8;border-radius:0}.fx-content-wishlist .fx-wishlist-container .product__actions{flex-basis:initial;position:absolute;top:0;right:0;text-align:right}.fx-content-wishlist .fx-wishlist-container .product__actions .fx-overlay-loading,
  .fx-content-wishlist .fx-wishlist-container .product__actions .fx-input-quantity{padding:0}.fx-content-wishlist .fx-wishlist-container .product__price{position:absolute;bottom:0;right:0}.fx-content-wishlist .fx-wishlist-container .product__availability{color:#1c1c1c}.fx-price-disclaimer,
  .fx-header-info-bar{display:none}}.fx-voucher-information__bullet-point{margin-bottom:8px}.fx-voucher-information__item{margin-bottom:25px}@media screen and (min-width: 940px){.fx-voucher-information__item{margin-bottom:0}}.fx-presents-for-musicians .presents-teaser{display:flex;flex-direction:column;align-items:center;border:1px solid #000;border-radius:6px;padding:12px 16px 20px 16px;text-align:center}.fx-presents-for-musicians .presents-teaser__image{margin-bottom:24px;display:flex;justify-content:center}.fx-presents-for-musicians .presents-teaser__action{display:flex;flex-direction:column}.fx-content-voucher-basket{margin-top:16px}.fx-content-voucher-basket .fx-voucher-basket .header__headline{overflow-wrap:break-word;word-wrap:break-word;-webkit-hyphens:auto;hyphens:auto}.fx-content-basket{margin-top:24px}.fx-content-basket .fx-basket{margin-bottom:40px}.fx-content-basket .fx-basket .empty-content{margin-bottom:40px}.fx-content-basket .fx-basket .empty-content__icon{height:24px;width:24px}.fx-content-basket .fx-basket .empty-content__text{margin-bottom:8px}.fx-content-basket .fx-basket .empty-content__image{width:140px;transform:rotate(180deg)}@media screen and (min-width: 600px){.fx-content-basket .fx-basket .empty-content{margin-bottom:64px}.fx-content-basket .fx-basket .empty-content__icon{height:32px;width:32px}.fx-content-basket .fx-basket .empty-content__text{margin-bottom:16px}.fx-content-basket .fx-basket .empty-content__image{width:180px}}@media screen and (min-width: 940px){.fx-content-basket .fx-basket .empty-content{margin-bottom:64px}.fx-content-basket .fx-basket .empty-content__icon{height:48px;width:48px}.fx-content-basket .fx-basket .empty-content__text{margin-bottom:25px}.fx-content-basket .fx-basket .empty-content__image{width:250px}}@media screen and (min-width: 940px){.fx-content-basket .fx-basket .filled-content{margin-bottom:60px}}.fx-content-basket .fx-basket .basket-actions{position:-webkit-sticky;position:sticky;top:16px}.fx-content-basket .fx-basket .basket-actions .basket-sum{display:flex;flex-direction:column;align-items:center;margin-bottom:10px}.fx-content-basket .fx-basket .basket-actions .basket-sum__primary-section{display:flex;flex-wrap:wrap;justify-content:center}.fx-content-basket .fx-basket .basket-actions .basket-sum__label{margin:0 6px 0 0}.fx-content-basket .fx-basket .basket-actions .basket-sum__price{margin:0;white-space:nowrap}.fx-content-basket .fx-basket .basket-actions .basket-sum__price--secondary{color:#8a8a8a;font-weight:600;font-size:18px;line-height:24px;letter-spacing:-0.27px}@media screen and (min-width: 600px){.fx-content-basket .fx-basket .basket-actions .basket-sum__price--secondary{font-size:20px;line-height:24px;letter-spacing:-0.3px}}@media screen and (min-width: 940px){.fx-content-basket .fx-basket .basket-actions .basket-sum__price--secondary{margin-bottom:16px;font-size:22px;line-height:24px;letter-spacing:-0.33px}}.fx-content-basket .fx-basket .basket-actions .delivery-info-box{margin-top:20px}.fx-content-basket .fx-basket .basket-actions .delivery-info-box__content{margin:16px}@media screen and (min-width: 600px){.fx-content-basket .fx-basket .basket-actions .delivery-info-box__content{margin:24px 32px}}@media screen and (min-width: 940px){.fx-content-basket .fx-basket .basket-actions .delivery-info-box{margin-top:32px}.fx-content-basket .fx-basket .basket-actions .delivery-info-box__content{margin:32px}}.fx-content-basket .fx-basket .basket-actions .express-checkouts{margin:40px 0 0 0}.fx-content-basket .fx-basket .basket-actions .express-checkouts .express-accordion-element{position:relative;display:flex;justify-content:space-between;align-items:center;padding-right:34px;border-bottom:1px solid #b4b4b4}.fx-content-basket .fx-basket .basket-actions .express-checkouts .express-accordion-element__image{position:absolute;right:0;top:50%;transform:translateY(-50%);max-height:24px}.fx-content-basket .fx-basket .basket-actions .express-checkouts .express-accordion-element:hover{cursor:pointer;color:#7e00f3}.fx-content-basket .fx-basket .basket-actions .express-checkouts .express-accordion-element:first-child{border-top:1px solid #b4b4b4}.fx-content-basket .fx-basket .basket-actions .express-checkouts .express-accordion-element:last-child{border-bottom:none}@media screen and (min-width: 600px){.fx-content-basket .fx-basket .basket-actions .express-checkouts .express-accordion-element__image{max-height:28px}}@media screen and (min-width: 940px){.fx-content-basket .fx-basket .basket-actions .express-checkouts .express-accordion-element{border-bottom:1px solid #e8e8e8}.fx-content-basket .fx-basket .basket-actions .express-checkouts .express-accordion-element:first-child{border-top:1px solid #e8e8e8}.fx-content-basket .fx-basket .basket-actions .express-checkouts .express-accordion-element:last-child{border-bottom:1px solid #e8e8e8}}.fx-content-basket .fx-basket .basket-actions .express-checkouts .amazon-payments-bootstrap__widget_container{display:none!important;visibility:hidden!important;height:0!important;width:0!important}.fx-content-basket .fx-basket .basket-actions .express-checkouts .amazon-payments-warning{display:none;margin-top:12px}@media screen and (min-width: 600px){.fx-content-basket .fx-basket .basket-actions .express-checkouts .amazon-payments-warning{margin-top:16px}}@media screen and (min-width: 940px){.fx-content-basket .fx-basket .basket-actions .express-checkouts{margin:32px 0 0 0}}.fx-content-basket .fx-basket .basket-actions__cta{display:flex;flex-direction:column;align-items:center;padding:8px 12px 16px;background-color:#f3f3f3;border-radius:8px}@media screen and (min-width: 940px){.fx-content-basket .fx-basket .basket-actions__cta{padding:16px 16px 24px;text-align:center}}.fx-content-basket .fx-basket .article-basket-entry .basket-item-actions{display:flex;align-items:flex-end;order:2}@media screen and (min-width: 600px){.fx-content-basket .fx-basket .article-basket-entry .basket-item-actions{order:unset}}.fx-content-basket .fx-basket .article-basket-entry .quantity-input{display:inline-block}.fx-content-basket .fx-basket .article-basket-entry .content{display:flex;position:relative}.fx-content-basket .fx-basket .article-basket-entry .content__link:hover + .content__details .article-information{color:#7e00f3}.fx-content-basket .fx-basket .article-basket-entry .content__article-color{position:absolute;width:16px;height:16px;border:1px solid #686868;border-radius:2px;bottom:4px;left:4px}.fx-content-basket .fx-basket .article-basket-entry .content__details{margin-left:8px;margin-top:8px;width:100%}.fx-content-basket .fx-basket .article-basket-entry .content__first-row{display:flex;justify-content:space-between}.fx-content-basket .fx-basket .article-basket-entry .content__second-row{display:flex;justify-content:space-between;align-items:flex-end;flex-wrap:wrap}.fx-content-basket .fx-basket .article-basket-entry .content__benefit-badge-container{display:none}.fx-content-basket .fx-basket .article-basket-entry .content__badge-and-quantity{display:flex;align-items:baseline}.fx-content-basket .fx-basket .article-basket-entry .content__small-benefit-badge{position:absolute;top:-4px;left:4px}.fx-content-basket .fx-basket .article-basket-entry .content__medium-benefit-badge{display:none}.fx-content-basket .fx-basket .article-basket-entry .content__visual-wrapper{position:relative}@media screen and (min-width: 600px){.fx-content-basket .fx-basket .article-basket-entry .content__details{margin-left:16px}.fx-content-basket .fx-basket .article-basket-entry .content__first-row{margin-bottom:8px}.fx-content-basket .fx-basket .article-basket-entry .content__second-row{flex-wrap:nowrap}.fx-content-basket .fx-basket .article-basket-entry .content__benefit-badge-container{display:inline-block;position:relative;width:20px;height:20px;margin-right:24px}.fx-content-basket .fx-basket .article-basket-entry .content__small-benefit-badge{display:none}.fx-content-basket .fx-basket .article-basket-entry .content__medium-benefit-badge{position:absolute;display:block;top:-40px}}@media screen and (min-width: 940px){.fx-content-basket .fx-basket .article-basket-entry .content__second-row{margin-bottom:8px}.fx-content-basket .fx-basket .article-basket-entry .content__medium-benefit-badge{top:-48px}}@media print{.fx-content-basket .fx-basket .article-basket-entry .content__article-color{display:none}}.fx-content-basket .fx-basket .article-basket-entry .not-orderable-info-box{margin-bottom:12px}.fx-content-basket .fx-basket .article-basket-entry .not-orderable-info-box__text{margin-bottom:12px}@media screen and (min-width: 600px){.fx-content-basket .fx-basket .article-basket-entry .not-orderable-info-box{margin-bottom:16px}.fx-content-basket .fx-basket .article-basket-entry .not-orderable-info-box__text{margin-bottom:16px}}.fx-content-basket .fx-basket .article-basket-entry .restriction-info-box{margin-bottom:12px}@media screen and (min-width: 600px){.fx-content-basket .fx-basket .article-basket-entry .restriction-info-box{margin-bottom:16px}}@media screen and (min-width: 600px){.fx-content-basket .fx-basket .article-basket-entry .scale-price-information{margin-bottom:4px}}.fx-content-basket .fx-basket .article-basket-entry .set-component{display:flex;align-items:center;padding:4px 0}.fx-content-basket .fx-basket .article-basket-entry .set-component:last-child{padding-bottom:0}.fx-content-basket .fx-basket .article-basket-entry .set-component__image-container{min-width:28px;width:28px}.fx-content-basket .fx-basket .article-basket-entry .set-component__text{margin-left:12px}@media screen and (min-width: 600px){.fx-content-basket .fx-basket .article-basket-entry .set-component__image-container{min-width:32px;width:32px}}.fx-content-basket .fx-basket .article-basket-entry .set-components-list{padding-left:6px;padding-top:2px;padding-bottom:2px}@media screen and (min-width: 600px){.fx-content-basket .fx-basket .article-basket-entry .set-components-list{padding-left:4px;padding-top:4px;padding-bottom:4px}}@media screen and (min-width: 940px){.fx-content-basket .fx-basket .article-basket-entry .set-components-list{padding-top:8px;padding-bottom:8px}}.fx-content-basket .fx-basket .article-basket-entry .article-information{flex-grow:1}.fx-content-basket .fx-basket .article-basket-entry .energy-efficiency-container{display:flex;align-items:center;justify-content:flex-start;padding:8px;order:1;width:100%}@media screen and (min-width: 600px){.fx-content-basket .fx-basket .article-basket-entry .energy-efficiency-container{order:unset;justify-content:flex-end;padding-right:0}}.fx-content-basket .fx-basket .article-basket-entry .article-number-print{display:none;align-self:flex-start;padding:8px 8px 8px 0}.fx-content-basket .fx-basket .promotion-basket-entry{display:flex}.fx-content-basket .fx-basket .promotion-basket-entry .promotion-visual{position:relative}.fx-content-basket .fx-basket .promotion-basket-entry .promotion-visual__image{width:32px}@media screen and (min-width: 600px){.fx-content-basket .fx-basket .promotion-basket-entry .promotion-visual__image{width:40px}}@media screen and (min-width: 940px){.fx-content-basket .fx-basket .promotion-basket-entry .promotion-visual__image{width:48px}}.fx-content-basket .fx-basket .promotion-basket-entry__details{width:100%;padding-top:8px}@media screen and (min-width: 600px){.fx-content-basket .fx-basket .promotion-basket-entry__details{padding-left:16px}}.fx-content-basket .fx-basket .basket-entry{border-top:1px solid #e8e8e8}.fx-content-basket .fx-basket .basket-entry .product__tag{margin-bottom:4px}.fx-content-basket .fx-basket .basket-entry .fx-tag{font-size:10px;height:20px}.fx-content-basket .fx-basket .basket-entry .headline{padding-right:24px;margin-bottom:4px}.fx-content-basket .fx-basket .basket-entry .headline--show-unit-price{margin-bottom:0}.fx-content-basket .fx-basket .basket-entry .text{font-size:12px;line-height:16px}@media screen and (min-width: 600px){.fx-content-basket .fx-basket .basket-entry .text{font-size:13px;line-height:16px}}@media screen and (min-width: 940px){.fx-content-basket .fx-basket .basket-entry .text{font-size:16px;line-height:24px;letter-spacing:-0.08px}}.fx-content-basket .fx-basket .basket-entry .action{display:flex;align-items:center;padding:8px;margin-right:8px}.fx-content-basket .fx-basket .basket-entry .action__icon{margin-right:4px}.fx-content-basket .fx-basket .basket-entry .action__text{margin:0;display:none}@media screen and (min-width: 940px){.fx-content-basket .fx-basket .basket-entry .action__text{display:block}}.fx-content-basket .fx-basket .basket-entry .action:hover{cursor:pointer;color:#7e00f3}.fx-content-basket .fx-basket .basket-entry .action.selected{color:#7e00f3}.fx-content-basket .fx-basket .basket-entry .visual{display:flex;justify-content:center;align-items:center;background-color:#f3f3f3;padding:4px;min-width:64px;max-width:64px;height:64px;margin-bottom:12px}.fx-content-basket .fx-basket .basket-entry .visual__image{max-height:100%}@media screen and (min-width: 600px){.fx-content-basket .fx-basket .basket-entry .visual{padding:6px;min-width:72px;max-width:72px;height:72px}}@media screen and (min-width: 940px){.fx-content-basket .fx-basket .basket-entry .visual{padding:8px;min-width:96px;max-width:96px;height:96px}}.fx-content-basket .fx-basket .basket-entry .prices{display:flex;flex-direction:row;align-items:baseline;justify-content:flex-end;flex-wrap:wrap;padding-bottom:8px;order:3}.fx-content-basket .fx-basket .basket-entry .prices__primary,
.fx-content-basket .fx-basket .basket-entry .prices__barrel{margin-left:12px}@media screen and (min-width: 600px){.fx-content-basket .fx-basket .basket-entry .prices{padding-bottom:6px;order:unset}}@media screen and (min-width: 940px){.fx-content-basket .fx-basket .basket-entry .prices{padding-bottom:4px}.fx-content-basket .fx-basket .basket-entry .prices__primary,
  .fx-content-basket .fx-basket .basket-entry .prices__barrel{margin-left:24px}}.fx-content-basket .fx-basket .basket-entry .price{white-space:nowrap}.fx-content-basket .fx-basket .basket-entry .price--primary{font-size:18px;line-height:24px;letter-spacing:-0.28px;font-weight:700}.fx-content-basket .fx-basket .basket-entry .price--secondary{font-size:14px;line-height:24px;letter-spacing:-0.22px;color:#8a8a8a;font-weight:400}@media screen and (min-width: 600px){.fx-content-basket .fx-basket .basket-entry .price--primary{font-size:20px;line-height:24px;letter-spacing:-0.5px}.fx-content-basket .fx-basket .basket-entry .price--secondary{font-size:16px;line-height:24px;letter-spacing:-0.4px}}@media screen and (min-width: 940px){.fx-content-basket .fx-basket .basket-entry .price--primary{font-size:24px;line-height:32px;letter-spacing:-0.6px}.fx-content-basket .fx-basket .basket-entry .price--secondary{font-size:20px;line-height:32px;letter-spacing:-0.5px}}.fx-content-basket .fx-basket .basket-entry .benefit-badge{width:23px;height:34px}.fx-content-basket .fx-basket .basket-entry .benefit{display:flex;flex-direction:row;align-items:baseline;justify-content:flex-end;flex-wrap:wrap}.fx-content-basket .fx-basket .basket-entry .benefit__strike{position:relative;margin-left:12px}.fx-content-basket .fx-basket .basket-entry .benefit__strike:after{position:absolute;content:'';left:0;top:50%;right:0;border-top:2px solid #8a8a8a;transform:rotate(-14deg)}@media screen and (min-width: 940px){.fx-content-basket .fx-basket .basket-entry .benefit__strike{margin-left:24px}}.fx-content-basket .fx-basket .basket-entry .savings-price{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:flex-end}.fx-content-basket .fx-basket .basket-entry .savings-price__price{margin-left:4px}.fx-content-basket .fx-basket .shipping-basket-entry{display:flex;justify-content:space-between;border-top:2px solid #8a8a8a;margin-bottom:8px}.fx-content-basket .fx-basket .shipping-basket-entry .shipping-visual{display:none}@media screen and (min-width: 600px){.fx-content-basket .fx-basket .shipping-basket-entry .shipping-visual{display:block}}@media screen and (min-width: 940px){.fx-content-basket .fx-basket .shipping-basket-entry .shipping-visual{margin-bottom:0}}.fx-content-basket .fx-basket .shipping-basket-entry .shipping-costs{display:flex;justify-content:space-between;align-items:flex-end}.fx-content-basket .fx-basket .shipping-basket-entry .shipping-costs__label{margin:0}.fx-content-basket .fx-basket .shipping-basket-entry .shipping-costs__prices{padding-bottom:0}@media screen and (min-width: 940px){.fx-content-basket .fx-basket .shipping-basket-entry .shipping-costs__label{margin-bottom:4px}}.fx-content-basket .fx-basket .shipping-basket-entry .shipping-country-selection{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;margin-bottom:4px}.fx-content-basket .fx-basket .shipping-basket-entry .shipping-country-selection__label{margin:0}.fx-content-basket .fx-basket .shipping-basket-entry .shipping-country-selection__input{background-color:#e8e8e8;border:1px solid #e8e8e8;border-radius:50px}.fx-content-basket .fx-basket .shipping-basket-entry .shipping-country-selection__input:hover{background-color:#d6d6d6;border-color:#d6d6d6}.fx-content-basket .fx-basket .shipping-basket-entry .shipping-country-selection__input:hover .shipping-country-selection__input-icon{color:#1c1c1c}.fx-content-basket .fx-basket .shipping-basket-entry .shipping-country-selection__input:hover .shipping-country-selection__input-label{color:#1c1c1c}.fx-content-basket .fx-basket .shipping-basket-entry .shipping-country-selection__benefit-badge-container{position:relative;display:inline-block;width:20px;height:20px;margin-right:24px}.fx-content-basket .fx-basket .shipping-basket-entry .shipping-country-selection__benefit-badge{position:absolute;top:-17px}@media screen and (min-width: 600px){.fx-content-basket .fx-basket .shipping-basket-entry .shipping-country-selection__benefit-badge{top:-21px}}@media screen and (min-width: 940px){.fx-content-basket .fx-basket .shipping-basket-entry .shipping-country-selection__benefit-badge{top:-24px}}.fx-content-basket .fx-basket .shipping-basket-entry__details{width:100%;padding-top:8px}.fx-content-basket .fx-basket .shipping-basket-entry__no-carrier-info{margin-top:24px}@media screen and (min-width: 600px){.fx-content-basket .fx-basket .shipping-basket-entry{margin-bottom:24px}.fx-content-basket .fx-basket .shipping-basket-entry__details{padding-left:16px}}@media screen and (min-width: 940px){.fx-content-basket .fx-basket .shipping-basket-entry{margin-bottom:0}}.fx-content-basket .fx-basket .voucher-basket-entry{display:flex}.fx-content-basket .fx-basket .voucher-basket-entry__details{display:flex;flex-direction:column;justify-content:space-between;width:100%;min-height:100%;padding-top:8px;padding-left:8px}.fx-content-basket .fx-basket .voucher-basket-entry__first-row{display:flex;justify-content:space-between}.fx-content-basket .fx-basket .voucher-basket-entry__second-row{display:flex;justify-content:space-between;align-items:flex-end}.fx-content-basket .fx-basket .voucher-basket-entry__large-benefits{display:none}@media screen and (min-width: 600px){.fx-content-basket .fx-basket .voucher-basket-entry__details{padding-left:16px}}@media screen and (min-width: 940px){.fx-content-basket .fx-basket .voucher-basket-entry__small-benefits{display:none}.fx-content-basket .fx-basket .voucher-basket-entry__large-benefits{display:block}}.fx-content-basket .fx-basket .basket-footer{display:flex;justify-content:center;margin-left:auto;margin-right:auto}.fx-content-basket .fx-basket .footer-accordion{width:100%;margin:0}.fx-content-basket .fx-basket .footer-accordion__input{margin-top:0}.fx-content-basket .fx-basket .footer-accordion__button{width:100%}.fx-content-basket .fx-basket .footer-accordion__print-action{display:none}@media screen and (min-width: 940px){.fx-content-basket .fx-basket .footer-accordion__quick-checkout-link{display:none}.fx-content-basket .fx-basket .footer-accordion__print-action{display:block}.fx-content-basket .fx-basket .footer-accordion__print-action:hover{cursor:pointer;color:#7e00f3}}.fx-content-basket .fx-basket .basket-restriction-notice{max-width:100%}.fx-content-basket .fx-basket-accordion .payment-methods-accordion-tab .payment-methods-grid{margin-bottom:24px}.fx-content-basket .fx-basket-accordion .payment-methods-accordion-tab .payment-methods-grid__image-container{position:relative;display:flex;justify-content:center;align-items:center;width:100%;height:70px;padding:8px;background-color:#f3f3f3}.fx-content-basket .fx-basket-accordion .payment-methods-accordion-tab .payment-methods-grid__image{height:36px;max-width:60px}.fx-content-basket .fx-basket-accordion .payment-methods-accordion-tab .payment-methods-grid__image--visa{position:absolute;top:50%;left:50%;transform:translate(-55%,-50%)}.fx-content-basket .fx-basket-accordion .payment-methods-accordion-tab__content{padding-bottom:20px}.fx-content-basket .fx-basket-accordion .payment-methods-accordion-tab__submit{margin-left:auto;margin-right:auto;text-align:center}.fx-content-basket .fx-basket-accordion__content{margin:0}@media print{.fx-content-basket .basket-footer,
  .fx-content-basket .checkout-cta,
  .fx-content-basket .basket-item-actions,
  .fx-content-basket .delivery-info-box,
  .fx-content-basket .express-checkouts,
  .fx-content-basket .fx-product-carousel-tabbed,
  .fx-content-basket .not-orderable-info-box,
  .fx-content-basket .basket-accordion{display:none!important}.fx-content-basket .fx-basket{margin-bottom:20px}.fx-content-basket .fx-basket .content .content__details{margin-left:0}.fx-content-basket .fx-basket .content .article-number-print{display:flex}.fx-content-basket .fx-basket .content .visual{display:none}.fx-content-basket .fx-basket .content__first-row .text{color:#000}.fx-content-basket .fx-basket .content__details .content__second-row{justify-content:space-between}.fx-content-basket .fx-basket .content .quantity-input .fx-input-quantity{padding:0;border:none;background:none;min-width:0}.fx-content-basket .fx-basket .content .quantity-input .fx-input-quantity .fx-input-quantity__icon,
  .fx-content-basket .fx-basket .content .quantity-input .fx-input-quantity .fx-input-quantity__field--select{display:none}.fx-content-basket .fx-basket .content .quantity-input .fx-input-quantity .fx-input-quantity__field--input{position:initial;background-color:transparent;text-align:right}.fx-content-basket .fx-basket .shipping-country-selection .fx-input-select-simple{padding:0;border:none;background:none}.fx-content-basket .fx-basket .shipping-country-selection .fx-input-select-simple__chevron{display:none}.fx-content-basket .fx-basket .basket-actions__cta{align-items:end;padding-right:0;background:none}.fx-content-basket .fx-basket .basket-actions .basket-sum{align-items:end}}.fx-content-basket .basket-restriction-notice{max-width:100%}.fx-content-basket .basket-restriction-notice__icon-wrapper{background-color:#f3f3f3}.fx-content-basket .basket-restriction-notice.basket-restriction-notice--centered{margin:0 auto}@media screen and (min-width: 600px){.fx-content-basket .basket-restriction-notice{max-width:66%}}.fx-content-prod-news .visual{position:relative}.fx-content-prod-news .visual__category-icon{position:absolute;bottom:17px;left:21px;width:70px;mix-blend-mode:multiply;will-change:opacity}.fx-content-prod-news .sort-filter{display:flex;justify-content:center;flex-direction:column-reverse;margin:0 -8px}@media screen and (min-width: 600px){.fx-content-prod-news .sort-filter{justify-content:space-between;flex-direction:row-reverse}}.fx-content-prod-news .sort-filter__item{margin:0 8px 8px}.fx-content-prod-news .fx-top-news__footer{border-top:0}.fx-content-prod-news__filterable-results .masonry-header{display:flex;flex-direction:row;width:100%;flex-wrap:wrap}.fx-content-prod-news__filterable-results .masonry-header__left-section{flex:1;width:100%;padding-right:16px;padding-bottom:16px}.fx-content-prod-news__filterable-results .masonry-header__right-section{flex:1;display:flex;flex-grow:8;width:100%}.fx-content-prod-news__filterable-results .masonry-header .dropdown{flex:1}.fx-content-prod-news__filterable-results .masonry-header .dropdown__filter{max-width:50%;padding-right:8px}.fx-content-prod-news__filterable-results .masonry-header .dropdown__sorting{flex:1;text-align:right;max-width:50%;padding-left:8px}.fx-content-prod-news__filterable-results .masonry-header .dropdown--with-full-width{max-width:100%}.fx-content-prod-news__filterable-results .masonry-content{padding-top:0}@media screen and (min-width: 940px){.fx-content-prod-news__filterable-results .masonry-header__left-section{padding-bottom:0}.fx-content-prod-news__filterable-results .masonry-header__filter{display:flex}}.fx-content-online-expert{margin-top:16px}@media screen and (min-width: 600px){.fx-content-online-expert{margin-top:16px}}@media screen and (min-width: 940px){.fx-content-online-expert{margin-top:32px}}.fx-content-online-expert .guide-header{display:flex;justify-content:space-between;align-items:flex-end}.fx-content-online-expert .guide-header__helpdesk{padding-bottom:0}@media screen and (min-width: 600px){.fx-content-online-expert .guide-header{margin-top:20px}}.fx-content-online-expert .filter-options{display:flex;flex-direction:column}.fx-content-online-expert .filter-options__categories{margin-bottom:8px}.fx-content-online-expert .filter-options__filters{display:flex;justify-content:space-between;margin-bottom:24px;flex-direction:column}@media screen and (min-width: 600px){.fx-content-online-expert .filter-options__filters{flex-direction:row}.fx-content-online-expert .filter-options__categories{margin:0 16px 0 0}}@media screen and (min-width: 940px){.fx-content-online-expert .filter-options{flex-direction:row;justify-content:space-between}.fx-content-online-expert .filter-options__filters{margin-bottom:0}.fx-content-online-expert .filter-options__categories,
  .fx-content-online-expert .filter-options__sorting{min-width:200px}}.fx-content-online-expert .guide-topic-intro{text-align:center}.fx-content-online-expert .guide-topic-intro__image{border-radius:6px}.fx-content-online-expert .guide-toc__headline{position:absolute;left:50%;transform:translateX(-50%);padding:0 10px;background:#fff;margin-top:4px}.fx-content-online-expert .guide-toc__list{margin:16px 0;overflow:hidden;list-style:none;columns:1;border-top:1px solid #686868;border-bottom:1px solid #686868}.fx-content-online-expert .guide-toc .guide-toc__link{height:auto;align-items:flex-start;padding:4px 0 24px}.fx-content-online-expert .guide-toc__title{padding-left:6px}.fx-content-online-expert .guide-toc__index{min-width:16px;text-align:right}@media screen and (min-width: 600px){.fx-content-online-expert .guide-toc__list{columns:2}.fx-content-online-expert .guide-toc__title{padding-left:4px}.fx-content-online-expert .guide-toc__index{min-width:24px}}@media screen and (min-width: 940px){.fx-content-online-expert .guide-toc__list{columns:3}}.fx-content-online-expert .guide-search-result{padding-top:16px}.fx-content-online-expert .guide-search-result em{background-color:#a646ff;font-style:normal;padding:0 4px}.fx-content-online-expert .guide-search-result__group{position:relative;border-bottom:1px solid #b4b4b4;border-top:1px solid #b4b4b4;background-color:#fff;margin-bottom:40px;box-shadow:0 8px 8px -8px #b4b4b4}.fx-content-online-expert .guide-search-result__group::before,
.fx-content-online-expert .guide-search-result__group::after{content:'';transform:rotate(45deg);width:24px;height:24px;position:absolute;left:50%}.fx-content-online-expert .guide-search-result__group::after{background-color:#fff;bottom:-11px;box-shadow:8px 0 8px -8px #b4b4b4}.fx-content-online-expert .guide-search-result__group::before{border:1px solid #b4b4b4;background-color:#fff;bottom:-12px;z-index:-1;box-shadow:0 8px 8px -8px #b4b4b4}.fx-content-online-expert .guide-search-result__image{border-color:#fff;border-radius:6px;margin-top:16px;margin-bottom:8px}.fx-content-online-expert .guide-search-result__group_teaser{display:flex;flex-direction:column;justify-content:center}@media screen and (min-width: 940px){.fx-content-online-expert .guide-search-result__group::before,
  .fx-content-online-expert .guide-search-result__group::after{left:66%}.fx-content-online-expert .guide-search-result__image{margin:16px 24px 16px 16px;max-width:calc(100% - 24px)}}.fx-content-online-expert .guide-search-no-result .suggestion__item{margin-bottom:16px}@media screen and (min-width: 940px){.fx-content-online-expert .guide-search-no-result .suggestion__item{margin-bottom:32px}}.fx-content-online-expert .guide-search-result-footer{text-align:center;padding-top:32px;border-top:1px solid #b4b4b4}.guide-pager{display:flex;justify-content:space-between;background:#f3f3f3;border-radius:50px;align-items:center}.guide-content .guide-faq{margin-top:24px}.guide-content .guide-faq__index{list-style:none;padding:0 0 12px 0;margin:0;border-bottom:1px solid #686868}.guide-content .guide-faq__index-item{padding-bottom:12px}.guide-content .guide-faq__index-link{-webkit-text-decoration:underline;text-decoration:underline}.guide-content .guide-faq__questions{margin:24px 0}.guide-content .guide-faq__question{margin-bottom:40px}@media screen and (min-width: 600px){.guide-content .guide-faq__questions{margin:36px 0}}@media screen and (min-width: 600px){.guide-content .guide-faq__question{margin-bottom:56px}}.guide-content ul:not(.guide-faq__index){margin:0;padding:0;list-style:none;margin:0 auto 24px 0}.guide-content ul:not(.guide-faq__index) .fx-list__item{margin:0;padding:0;list-style:none;font-size:14px;line-height:22px;letter-spacing:-0.11px;font-weight:400}@media screen and (min-width: 600px){.guide-content ul:not(.guide-faq__index) .fx-list__item{margin-bottom:1px;font-size:13px;line-height:20px;letter-spacing:-0.07px}}@media screen and (min-width: 940px){.guide-content ul:not(.guide-faq__index) .fx-list__item{margin-bottom:2px;font-size:16px;line-height:24px;letter-spacing:-0.08px}}.guide-content ul:not(.guide-faq__index) .fx-list__item.fx-list__item--circle{background:url(/static/icons/svg/fx/list-item.svg?m=567bfc7) no-repeat;background-size:12px 12px;background-position:2px 5px;padding-left:16px}@media screen and (min-width: 600px){.guide-content ul:not(.guide-faq__index) .fx-list__item.fx-list__item--circle{background-size:16px 16px;background-position:4px 3px;padding-left:24px}}@media screen and (min-width: 940px){.guide-content ul:not(.guide-faq__index) .fx-list__item.fx-list__item--circle{background-size:20px 20px;background-position:0 3px;padding-left:32px}}.guide-content ul:not(.guide-faq__index).fx-list--with-margin-bottom .fx-list__item{margin-bottom:16px}.guide-content ul:not(.guide-faq__index) .fx-list__item--multiline .fx-list__item-head{position:relative;padding-left:16px}.guide-content ul:not(.guide-faq__index) .fx-list__item--multiline .fx-list__item-head--circle::before{content:url(/static/icons/svg/fx/list-item.svg?m=567bfc7);position:absolute;left:0;top:50%;transform:translateY(-50%);height:12px;width:12px}.guide-content ul:not(.guide-faq__index) .fx-list__item--multiline .fx-list__item-content{padding-left:16px}@media screen and (min-width: 600px){.guide-content ul:not(.guide-faq__index) .fx-list__item--multiline .fx-list__item-head{padding-left:24px}.guide-content ul:not(.guide-faq__index) .fx-list__item--multiline .fx-list__item-head--circle::before{height:16px;width:16px}.guide-content ul:not(.guide-faq__index) .fx-list__item--multiline .fx-list__item-content{padding-left:24px}}@media screen and (min-width: 940px){.guide-content ul:not(.guide-faq__index) .fx-list__item--multiline .fx-list__item-head{padding-left:32px}.guide-content ul:not(.guide-faq__index) .fx-list__item--multiline .fx-list__item-head--circle::before{height:20px;width:20px}.guide-content ul:not(.guide-faq__index) .fx-list__item--multiline .fx-list__item-content{padding-left:32px}}.guide-content ul:not(.guide-faq__index) li{margin:0;padding:0;list-style:none;font-size:14px;line-height:22px;letter-spacing:-0.11px;font-weight:400;background:url(/static/icons/svg/fx/list-item.svg?m=567bfc7) no-repeat;background-size:12px 12px;background-position:2px 5px;padding-left:16px}@media screen and (min-width: 600px){.guide-content ul:not(.guide-faq__index) li{margin-bottom:1px;font-size:13px;line-height:20px;letter-spacing:-0.07px}}@media screen and (min-width: 940px){.guide-content ul:not(.guide-faq__index) li{margin-bottom:2px;font-size:16px;line-height:24px;letter-spacing:-0.08px}}@media screen and (min-width: 600px){.guide-content ul:not(.guide-faq__index) li{background-size:16px 16px;background-position:4px 3px;padding-left:24px}}@media screen and (min-width: 940px){.guide-content ul:not(.guide-faq__index) li{background-size:20px 20px;background-position:0 3px;padding-left:32px}}.guide-content .cms-image-wrapper{text-align:center;margin-bottom:24px}.guide-content .cms-image-wrapper.zoom-enabled img{cursor:url(/static/images/cursor/zoom.png?m=d464d7d),auto}.guide-content .cms-image-wrapper img{max-width:100%;border-radius:6px}.guide-content .cms-image-wrapper .caption{font-weight:700;font-size:18px;line-height:24px;letter-spacing:-0.27px;font-weight:400;margin-top:16px}@media screen and (min-width: 600px){.guide-content .cms-image-wrapper .caption{font-size:20px;line-height:26px;letter-spacing:-0.3px}}@media screen and (min-width: 940px){.guide-content .cms-image-wrapper .caption{font-size:22px;line-height:30px;letter-spacing:-0.27px}}@media screen and (min-width: 600px){.guide-content .cms-image-wrapper{margin-bottom:40px}.guide-content .cms-image-wrapper .caption{margin-top:24px}}.guide-content table{border:#686868;background:#fff;margin-top:24px;margin-bottom:40px;display:block;overflow:scroll}@media screen and (min-width: 600px){.guide-content table{display:table}}.guide-content table tr,
.guide-content table td{background:#fff}.guide-content .guide-content__video-wrapper .guide-content__video{width:100%;border-radius:16px}.guide-content .guide-content__audio-wrapper .guide-content__audio{width:100%}.guide-content .guide-art-list{border-top:1px solid #b4b4b4}.guide-content .guide-art-list__headline{padding:18px 0 18px 32px}.guide-content__content > *{max-width:100%}.guide-content__content > *:last-child{margin-bottom:0}.guide-content__content p{margin:0 auto 24px}.guide-content div[data-floatclearer]{clear:both}@media screen and (min-width: 940px){.guide-content__content > *:not(table[border='1']){max-width:704px;margin-left:auto;margin-right:auto}}.fx-accordion-after-sales .badge{display:inline-block;max-width:80px;max-height:80px;margin-right:32px;margin-bottom:16px}.fx-accordion-after-sales .what-happens-next-image{display:block;max-width:100%;margin-bottom:8px}.thomann-content-module-checkout{margin-bottom:72px}.after-sales-accordion{max-width:800px;margin:48px auto 32px auto}.after-sales-accordion .fx-accordion.fx-accordion-after-sales{margin:0}.checkout{position:relative}.checkout .remark{display:none;margin-top:4px;font-size:10px;line-height:16px;letter-spacing:0.25px}@media screen and (min-width: 600px){.checkout .remark{font-size:12px;line-height:16px;letter-spacing:0.1px}}.checkout .remark.error{color:#e64155;background-color:#fff}.checkout .remark h4{margin-top:0}.checkout .remark ul{margin-bottom:0}.checkout .remark p:nth-last-child(1){margin-bottom:0}.checkout label.invalid + div.rs-input,
.checkout select.invalid + div.rs-input,
.checkout input.invalid + div.rs-input{border:1px solid #e64155!important;color:#e64155}.checkout label.invalid + div.rs-input + div.remark.error,
.checkout select.invalid + div.rs-input + div.remark.error,
.checkout input.invalid + div.rs-input + div.remark.error,
.checkout label.invalid + div.rs-input + div + div.remark.error,
.checkout select.invalid + div.rs-input + div + div.remark.error,
.checkout input.invalid + div.rs-input + div + div.remark.error{display:block!important}.checkout select.invalid + div + div.remark.error{display:block!important}.checkout input.rs-input{width:100%;display:inline;color:#8a8a8a;border-radius:4px;border:1px solid #8a8a8a;background-color:#ffffff;font-weight:400;font-size:14px;transition:border-color 0.25s;box-sizing:border-box}.checkout input.rs-input button,
.checkout input.rs-input input,
.checkout input.rs-input select{font-family:'Open Sans',Verdana,Tahoma,Arial,Helvetica,sans-serif}@media screen and (min-width: 760px){.checkout input.rs-input{font-size:16px}}.checkout input.rs-input:hover{border-color:#686868}.checkout input.rs-input:focus{border-color:#4b4b4b}.checkout input.rs-input.disabled,
.checkout input.rs-input[disabled]{cursor:default;opacity:0.5}.checkout input.rs-input.primary{background-color:#fff}.checkout input.rs-input{height:40px;line-height:40px;padding:0 16px}.checkout input.rs-input.block{width:100%}.checkout input.rs-input.small{height:36px;line-height:36px}.checkout input.rs-input.big{height:44px;line-height:44px}.checkout input.rs-input.search{border-color:#8a8a8a;text-align:center}.checkout input.rs-input.search.big{height:48px;border-radius:24px}.checkout input.rs-input.search.small{height:32px;border-radius:16px}.checkout input.rs-input[type='number']{text-align:right}.checkout .rs-input.input{display:block;position:relative;padding:0 0 0 16px;color:#8a8a8a;border-radius:4px;border:1px solid #8a8a8a;background-color:#fff;transition:border 0.25s linear,background 0.25s linear;cursor:text;box-sizing:border-box}.checkout .rs-input.input button,
.checkout .rs-input.input input,
.checkout .rs-input.input select{font-family:'Open Sans',Verdana,Tahoma,Arial,Helvetica,sans-serif}.checkout .rs-input.input > .container{display:table;width:100%;height:100%;box-sizing:inherit;font-weight:400;font-size:14px}@media screen and (min-width: 760px){.checkout .rs-input.input > .container{font-size:15px}}@media screen and (min-width: 940px){.checkout .rs-input.input > .container{font-size:16px}}.checkout .rs-input.input > .container > i,
.checkout .rs-input.input > .container > .unit{display:table-cell;padding-left:8px;padding-right:16px;vertical-align:middle;color:#8a8a8a;transition:transform 0.125s linear}.checkout .rs-input.input > .container > i.plain,
.checkout .rs-input.input > .container > .unit.plain{transform:none!important}.checkout .rs-input.input > .container > i{transition:color 0.25s linear;-webkit-user-select:none;user-select:none}.checkout .rs-input.input > .container > i.left{padding-right:16px;padding-left:0}.checkout .rs-input.input > .container > i.right{padding-left:16px;padding-right:16px}.checkout .rs-input.input > .container > i.placeholder{padding:0 16px}.checkout .rs-input.input > .container > i.trigger{cursor:pointer}.checkout .rs-input.input > .container > i.trigger > svg{max-height:24px;max-width:24px;height:24px;width:24px;pointer-events:none}.checkout .rs-input.input > .container > i.trigger > svg:hover{fill:#8a8a8a}.checkout .rs-input.input > .container > i > svg{max-height:18px;max-width:18px;height:18px;width:18px;fill:#8a8a8a;transition:fill 0.25s}.checkout .rs-input.input > .container > i > .tooltip{width:auto;white-space:nowrap;color:#686868;-webkit-user-select:none;user-select:none;transform:translateY(10px)}.checkout .rs-input.input > .container > i > .tooltip.tr-tooltip-bottom{transform:translateY(-10px)}.checkout .rs-input.input > .container > .input{display:table-cell;width:inherit;height:38px;vertical-align:middle;box-sizing:inherit}@media screen and (min-width: 600px){.checkout .rs-input.input > .container > .input{height:48px}}@media screen and (min-width: 940px){.checkout .rs-input.input > .container > .input{height:48px}}.checkout .rs-input.input > .container > .input > .field{width:inherit;margin:0;padding:9px 16px 0 0;border:0;color:#1c1c1c;line-height:22px;background:transparent;outline:none;font-weight:400;font-size:14px;transition:color 0.25s linear}@media screen and (min-width: 760px){.checkout .rs-input.input > .container > .input > .field{font-size:16px}}.checkout .rs-input.input > .container > .input > .field.plain{padding:0;margin:0}.checkout .rs-input.input > .container > .input > .field[type='number']{-moz-appearance:textfield;text-align:right}.checkout .rs-input.input > .container > .input > .field[type='number']::-webkit-outer-spin-button,
.checkout .rs-input.input > .container > .input > .field[type='number']::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.checkout .rs-input.input > .container > .input > .field::placeholder{color:#686868;transition:color 0.25s}.checkout .rs-input.input > .container > .input > .field:-webkit-autofill{animation-name:onAutoFillStart;animation-fill-mode:both}.checkout .rs-input.input > .container > .input > .field:not(:-webkit-autofill){animation-name:onAutoFillEnd}.checkout .rs-input.input > .label{position:absolute;top:0;left:16px;width:90%;width:calc(100% - 16px * 2);height:100%;pointer-events:none;color:#8a8a8a;font-weight:400;font-size:14px;overflow:hidden;box-sizing:inherit;line-height:32px;-webkit-user-select:none;user-select:none;transform:translate3d(0,0,0);text-rendering:optimizeLegibility;-webkit-font-smoothing:subpixel-antialiased;-moz-osx-font-smoothing:grayscale}@media screen and (min-width: 760px){.checkout .rs-input.input > .label{font-size:16px}}.checkout .rs-input.input > .label > *{position:absolute;display:inline-block;width:100%;top:0;left:0;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;font-weight:400;font-size:14px;transform-origin:0 100%;transform:translateY(3px);text-rendering:optimizeLegibility;transition:all 0.125s linear,background 1s linear}@media screen and (min-width: 600px){.checkout .rs-input.input > .label > *{margin-top:5px}}@media screen and (min-width: 760px){.checkout .rs-input.input > .label > *{font-size:16px}}.checkout .rs-input.input > .label > * > .optional{color:#686868;text-rendering:optimizeLegibility}.checkout .rs-input.input > .label *{line-height:inherit!important}.checkout .rs-input.input.rounded{border-radius:20px;border-color:#fff}.checkout .rs-input.input.rounded.big{border-radius:24px}.checkout .rs-input.input.rounded.small{border-radius:16px}.checkout .rs-input.input.search{text-align:center}.checkout .rs-input.input.search.big{border-radius:24px}.checkout .rs-input.input.search.big > .container > i > svg{max-height:22px;max-width:22px;height:22px;width:22px}.checkout .rs-input.input.search.big > .container > .input > .field.plain{height:46px;padding-top:2px}.checkout .rs-input.input.search.small{border-radius:16px}.checkout .rs-input.input.search.small > .container > .input > .field.plain{height:32px}.checkout .rs-input.input.search > .container > i.left{padding-left:16px}.checkout .rs-input.input.search > .container > i.right{padding-right:32px}.checkout .rs-input.input.search > .container > .input{padding:0}.checkout .rs-input.input.search > .container > .input > .field{text-align:center;height:42px}.checkout .rs-input.input.search.active > .container > .input > .field::placeholder,
.checkout .rs-input.input.search.focus > .container > .input > .field::placeholder{color:transparent!important}.checkout .rs-input.input.primary{background-color:#fff}.checkout .rs-input.input.primary:not(.disabled):not(.invalid).hover{border-color:#8a8a8a}.checkout .rs-input.input.primary:not(.disabled):not(.invalid).autofilled{border-color:#686868}.checkout .rs-input.input.block{width:100%}.checkout .rs-input.input.small > .container > i > svg,
.checkout .rs-input.input.small > .container > .unit > svg{max-height:16px;max-width:16px;height:16px;width:16px}.checkout .rs-input.input.small > .container > .input{height:34px}.checkout .rs-input.input.big > .container > i > svg,
.checkout .rs-input.input.big > .container > .unit > svg{max-height:20px;max-width:20px;height:20px;width:20px}.checkout .rs-input.input.big > .container > .input{height:42px}.checkout .rs-input.input.active:not(.disabled) > .label > *,
.checkout .rs-input.input.focus > .label > *,
.checkout .rs-input.input.filled > .label > *,
.checkout .rs-input.input.autofilled > .label > *{height:24px;color:#686868;font-size:9px;cursor:default;opacity:1;transform:translateY(-8px)}@media screen and (min-width: 760px){.checkout .rs-input.input.active:not(.disabled) > .label > *,
  .checkout .rs-input.input.focus > .label > *,
  .checkout .rs-input.input.filled > .label > *,
  .checkout .rs-input.input.autofilled > .label > *{font-size:10px}}.checkout .rs-input.input.active:not(.disabled) > .label > * > .optional,
.checkout .rs-input.input.focus > .label > * > .optional,
.checkout .rs-input.input.filled > .label > * > .optional,
.checkout .rs-input.input.autofilled > .label > * > .optional{color:#686868;font-size:9px}@media screen and (min-width: 760px){.checkout .rs-input.input.active:not(.disabled) > .label > * > .optional,
  .checkout .rs-input.input.focus > .label > * > .optional,
  .checkout .rs-input.input.filled > .label > * > .optional,
  .checkout .rs-input.input.autofilled > .label > * > .optional{font-size:10px}}.checkout .rs-input.input.filled > .label > div,
.checkout .rs-input.input.autofilled > .label > div{transition:all 0s!important}.checkout .rs-input.input.filled > .container > .unit,
.checkout .rs-input.input.autofilled > .container > .unit{transform:translateY(17px)}.checkout .rs-input.input.invalid{border-color:#e64155}.checkout .rs-input.input.invalid > .container > i,
.checkout .rs-input.input.invalid > .container > .unit{color:#e64155}.checkout .rs-input.input.invalid > .container > i > .rs-icon,
.checkout .rs-input.input.invalid > .container > .unit > .rs-icon{fill:#e64155}.checkout .rs-input.input.invalid:hover,
.checkout .rs-input.input.invalid.focus{border-color:#e64155}.checkout .rs-input.input.invalid > .label,
.checkout .rs-input.input.invalid.active > .label *,
.checkout .rs-input.input.invalid.focus > .label *,
.checkout .rs-input.input.invalid.filled > .label *{color:#e64155}.checkout .rs-input.input.disabled,
.checkout .rs-input.input[disabled]{cursor:default;opacity:0.5}.checkout .rs-input.input:not(.disabled):not([disabled]):not(.invalid):hover{border-color:#686868}.checkout .rs-input.input:not(.disabled):not([disabled]):not(.invalid):hover > .container > i,
.checkout .rs-input.input:not(.disabled):not([disabled]):not(.invalid):hover > .container > .unit{color:#4b4b4b}.checkout .rs-input.input:not(.disabled):not([disabled]):not(.invalid):hover > .container > i > .rs-icon,
.checkout .rs-input.input:not(.disabled):not([disabled]):not(.invalid):hover > .container > .unit > .rs-icon{fill:#4b4b4b}.checkout .rs-input.input:not(.disabled):not([disabled]):not(.invalid):focus,
.checkout .rs-input.input:not(.disabled):not([disabled]):not(.invalid).focus{border-color:#4b4b4b}.checkout .rs-input.input:not(.disabled):not([disabled]):not(.invalid):focus > .container > i,
.checkout .rs-input.input:not(.disabled):not([disabled]):not(.invalid).focus > .container > i,
.checkout .rs-input.input:not(.disabled):not([disabled]):not(.invalid):focus > .container > .unit,
.checkout .rs-input.input:not(.disabled):not([disabled]):not(.invalid).focus > .container > .unit{color:#1c1c1c}.checkout .rs-input.input:not(.disabled):not([disabled]):not(.invalid):focus > .container > i > .rs-icon,
.checkout .rs-input.input:not(.disabled):not([disabled]):not(.invalid).focus > .container > i > .rs-icon,
.checkout .rs-input.input:not(.disabled):not([disabled]):not(.invalid):focus > .container > .unit > .rs-icon,
.checkout .rs-input.input:not(.disabled):not([disabled]):not(.invalid).focus > .container > .unit > .rs-icon{fill:#1c1c1c}.checkout .rs-input.input:not(.disabled):not([disabled]):not(.invalid):focus > .container > .unit,
.checkout .rs-input.input:not(.disabled):not([disabled]):not(.invalid).focus > .container > .unit{transform:translateY(17px)}.checkout .rs-input[type='checkbox']{width:20px;height:20px;margin-right:10px;vertical-align:middle}.checkout .rs-input.checkbox{display:table}.checkout .rs-input.checkbox > .checkbox{position:relative;display:table-cell;float:left;min-width:20px;min-height:20px;vertical-align:middle;border-radius:4px;border:1px solid #8a8a8a;background-color:#f3f3f3;cursor:pointer}.checkout .rs-input.checkbox > .checkbox > .minus{position:absolute;top:calc(100% - 20px / 2);height:3px;width:calc(100% -20px / 2 - 2px);margin-left:4px;opacity:0;background-color:#3b3b3b}.checkout .rs-input.checkbox > .checkbox > .rs-icon{position:absolute;top:0;left:50%;height:100%;width:100%;opacity:0;transform:scale(0.75) translate(-66.6%,0%)}.checkout .rs-input.checkbox > .checkbox > .rs-icon.haken{fill:#3b3b3b}.checkout .rs-input.checkbox > .checkbox > .rs-icon.remove{width:100%;height:100%;fill:#fff;stroke:#fff;stroke-width:3px}.checkout .rs-input.checkbox > .checkbox.checked > .check{opacity:1}.checkout .rs-input.checkbox > .label{display:table-cell;vertical-align:middle;padding-left:10px;padding-right:0}.checkout .rs-input.checkbox.disabled{cursor:default;opacity:0.5}.checkout .rs-input.checkbox.primary > .checkbox{background-color:#fff}.checkout .rs-input.checkbox.invalid > .checkbox{border-color:rgba(230,65,85,0.5)}.checkout .rs-input.checkbox.invalid > .checkbox > .rs-icon.check{opacity:0}.checkout .rs-input.checkbox.invalid > .checkbox > .rs-icon.remove{opacity:1}.checkout .rs-input.checkbox.invalid > .label{color:#e64155}.checkout .rs-input.checkbox.indeterminate > .checkbox > .minus{opacity:1}.checkout .rs-input.checkbox.indeterminate > .checkbox > .rs-icon.check,
.checkout .rs-input.checkbox.indeterminate > .checkbox > .rs-icon.remove{opacity:0}.checkout .rs-input.checkbox:not(.disabled):not(.linked):hover > .label{-webkit-text-decoration:underline;text-decoration:underline;cursor:pointer}.checkout .rs-input.checkbox:not(.disabled):not(.invalid):hover > .checkbox{border-color:#686868}.checkout .rs-input.checkbox:not(.disabled):not(.invalid):focus > .checkbox,
.checkout .rs-input.checkbox:not(.disabled):not(.invalid).focused > .checkbox,
.checkout .rs-input.checkbox:not(.disabled):not(.invalid).active > .checkbox{border-color:#4b4b4b}.checkout select.rs-input{width:100%;height:40px;margin:0;padding:4px 52px 4px 16px;background:#fff;color:#1c1c1c;font-size:14px;cursor:pointer;border:1px solid #b4b4b4;border-radius:4px;box-sizing:border-box;outline:none;-webkit-user-select:none;user-select:none}.checkout select.rs-input button,
.checkout select.rs-input input,
.checkout select.rs-input select{font-family:'Open Sans',Verdana,Tahoma,Arial,Helvetica,sans-serif}@media screen and (min-width: 760px){.checkout select.rs-input{font-size:16px}}.checkout select.rs-input.primary{background:#fff}.checkout select.rs-input.small{height:36px}.checkout select.rs-input.big{height:44px}.checkout select.rs-input[disabled]{opacity:0.5;cursor:default}.checkout .rs-input.dropdown{height:40px;position:relative;padding:4px 16px;background:#fff;border:1px solid #8a8a8a;border-radius:4px;outline:none;cursor:pointer;box-sizing:border-box}.checkout .rs-input.dropdown button,
.checkout .rs-input.dropdown input,
.checkout .rs-input.dropdown select{font-family:'Open Sans',Verdana,Tahoma,Arial,Helvetica,sans-serif}@media screen and (min-width: 600px){.checkout .rs-input.dropdown{height:50px}}.checkout .rs-input.dropdown.native{height:auto;padding:0}.checkout .rs-input.dropdown.native > select{height:38px;background:transparent;border:none;-webkit-appearance:none;-moz-appearance:none;-ms-progress-appearance:initial}.checkout .rs-input.dropdown.native > select.small{height:34px}.checkout .rs-input.dropdown.native > select.big{height:42px}.checkout .rs-input.dropdown.native > select:hover,
.checkout .rs-input.dropdown.native > select:active,
.checkout .rs-input.dropdown.native > select:focus{background:transparent}.checkout .rs-input.dropdown.native > select:focus::-ms-value{background-color:transparent;color:#1c1c1c}.checkout .rs-input.dropdown.native > select::-ms-expand{display:none}@media screen and (min-width: 600px){.checkout .rs-input.dropdown.native > select{height:48px}}.checkout .rs-input.dropdown.native > i{position:absolute;transform:translateY(-50%);top:50%;right:16px;pointer-events:none}.checkout .rs-input.dropdown > .trigger{position:absolute;opacity:0;max-width:0;max-height:0;outline:none;border:none;z-index:-1}.checkout .rs-input.dropdown > .container{display:none;opacity:0;position:fixed;min-width:75px;margin-left:-5px;z-index:14;overflow:hidden;pointer-events:none;transform:translate3d(0,0,0)}.checkout .rs-input.dropdown > .container > .border{text-align:left;position:absolute;width:100%;height:26px;z-index:1000;border-left:1px solid #8a8a8a;border-right:1px solid #8a8a8a;opacity:0;visibility:hidden;pointer-events:auto}.checkout .rs-input.dropdown > .container > .border:before{position:absolute;height:26px;left:0;width:100%;content:''}.checkout .rs-input.dropdown > .container > .border.top{top:0;left:0;border-top-left-radius:4px;border-top-right-radius:4px;border-top:1px solid #8a8a8a}.checkout .rs-input.dropdown > .container > .border.top:before{top:0;background-image:linear-gradient(to bottom,#fff 25%,rgba(255,255,255,0) 100%)}.checkout .rs-input.dropdown > .container > .border.top > .rs-icon{bottom:-9px}.checkout .rs-input.dropdown > .container > .border.bottom{bottom:0;left:0;border-bottom-left-radius:4px;border-bottom-right-radius:4px;border-bottom:1px solid #8a8a8a}.checkout .rs-input.dropdown > .container > .border.bottom:before{bottom:0;background-image:linear-gradient(to top,#fff 25%,rgba(255,255,255,0) 100%)}.checkout .rs-input.dropdown > .container > .border.bottom > .rs-icon{top:11px}.checkout .rs-input.dropdown > .container > .border.hover:before,
.checkout .rs-input.dropdown > .container > .border:hover:before{background:rgba(232,232,232,0.75)}.checkout .rs-input.dropdown > .container > .border.active{opacity:1;visibility:visible}.checkout .rs-input.dropdown > .container > .border.active > .rs-icon{opacity:1}.checkout .rs-input.dropdown > .container > .border > .rs-icon{position:relative;left:50%;height:11px;width:13px;opacity:0;transform:translate(-50%,-25%);pointer-events:none}.checkout .rs-input.dropdown > .container > .mover{position:relative}.checkout .rs-input.dropdown > .container > .mover > .options{position:relative;display:inline-block;margin:0;padding:7px 0;z-index:100;background-color:#fff;border:1px solid #8a8a8a;border-radius:5px;color:#1c1c1c;font-size:14px;cursor:pointer;pointer-events:auto;overflow:hidden}.checkout .rs-input.dropdown > .container > .mover > .options > .option{padding:4px 30px 4px 4px;position:relative;max-height:26px;min-width:75px;line-height:18px!important;font-weight:400;font-size:14px;white-space:nowrap;overflow:hidden;-webkit-user-select:none;user-select:none;text-overflow:ellipsis}.checkout .rs-input.dropdown > .container > .mover > .options > .option > .mark{background-color:rgba(232,232,232,0.15)}.checkout .rs-input.dropdown > .container > .mover > .options > .option > .haken{position:absolute;opacity:0;height:9px;right:0;width:20px;top:50%;transform:translateY(-50%)}.checkout .rs-input.dropdown > .container > .mover > .options > .option > .flag{margin-right:8px;height:auto;max-height:100%;max-width:21px;vertical-align:sub}.checkout .rs-input.dropdown > .container > .mover > .options > .option.separator{border-bottom:1px solid #8a8a8a;padding:0;margin:4px 4px 3px;line-height:0!important}.checkout .rs-input.dropdown > .container > .mover > .options > .option.disabled{opacity:0.5;cursor:default}.checkout .rs-input.dropdown > .container > .mover > .options > .option.selected > .haken{opacity:1}.checkout .rs-input.dropdown > .container > .mover > .options > .option.highlighted{background:#f3f3f3}.checkout .rs-input.dropdown > .container > .mover > .options > .option.highlighted > .mark{background-color:rgba(232,232,232,0.2);color:#8a8a8a}.checkout .rs-input.dropdown > .container.closing .rs-icon{display:none}.checkout .rs-input.dropdown > .option,
.checkout .rs-input.dropdown > .label{display:inline-flex;align-items:center;position:relative;top:50%;width:auto;padding-right:24px;color:#1c1c1c;font-weight:400;font-size:14px;line-height:20px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;transform:translateY(-50%);-webkit-user-select:none;user-select:none}.checkout .rs-input.dropdown > .option *,
.checkout .rs-input.dropdown > .label *{vertical-align:middle}.checkout .rs-input.dropdown > .option > span,
.checkout .rs-input.dropdown > .label > span{-webkit-user-select:none;user-select:none}.checkout .rs-input.dropdown > .option > .flag,
.checkout .rs-input.dropdown > .label > .flag{margin-right:8px;height:auto;max-height:100%;max-width:21px;vertical-align:sub}.checkout .rs-input.dropdown > .option > .haken{display:none}.checkout .rs-input.dropdown > .option > .spacer{margin-left:2px;margin-right:6px}.checkout .rs-input.dropdown > .label{color:#8a8a8a}.checkout .rs-input.dropdown.open{z-index:1001}.checkout .rs-input.dropdown.block{width:100%}.checkout .rs-input.dropdown.block > .option{width:calc(100% - 30px)}.checkout .rs-input.dropdown.block > .container > .mover > .options{width:100%}.checkout .rs-input.dropdown.small{height:36px}.checkout .rs-input.dropdown.big{height:44px}.checkout .rs-input.dropdown.invalid{border-color:rgba(230,65,85,0.75)}.checkout .rs-input.dropdown.invalid > .label{color:#e64155}.checkout .rs-input.dropdown.invalid > .rs-icon{fill:#e64155}.checkout .rs-input.dropdown.invalid.open,
.checkout .rs-input.dropdown.invalid.hover,
.checkout .rs-input.dropdown.invalid:hover{background-color:#ffffff}.checkout .rs-input.dropdown.invalid.open,
.checkout .rs-input.dropdown.invalid:active{background-color:#ffffff}.checkout .rs-input.dropdown.disabled,
.checkout .rs-input.dropdown:disabled{cursor:default;opacity:0.5}.checkout .rs-input.dropdown:not(.disabled):not(.invalid).open,
.checkout .rs-input.dropdown:not(.disabled):not(.invalid).hover,
.checkout .rs-input.dropdown:not(.disabled):not(.invalid):hover{background-color:#ffffff;border-color:#686868}.checkout .rs-input.dropdown:not(.disabled):not(.invalid).open,
.checkout .rs-input.dropdown:not(.disabled):not(.invalid):active{background-color:#ffffff;border-color:#4b4b4b}@keyframes slide-in{100%{transform:translateY(0)}}.checkout .rs-input.dropdown.flat{background:#fff}.checkout .rs-input.dropdown.flat:hover{background:#f3f3f3}.checkout .rs-input.dropdown.flat:active{background:#fff}.checkout .rs-input.dropdown.flat.highlighted{background:#f3f3f3}.checkout .rs-input[type='radio']{width:24px;height:24px;margin-right:12px;vertical-align:middle}.checkout .rs-input.radio{cursor:pointer;display:inline-block;padding:8px}.checkout .rs-input.radio > .radio{position:relative;display:table-cell;float:left;width:24px;height:24px;vertical-align:middle;border-radius:50%;border:1px solid #686868}.checkout .rs-input.radio > .radio > .dot{position:absolute;top:50%;left:50%;width:12px;height:12px;opacity:0;visibility:hidden;background-color:#000;border-radius:50%;transform:translate(-50%,-50%)}.checkout .rs-input.radio > .label{display:table-cell;vertical-align:middle;padding-left:10px}.checkout .rs-input.radio.checked:hover > .radio > .dot{background-color:#000!important}.checkout .rs-input.radio.checked > .radio > .dot{opacity:1;visibility:visible}.checkout .rs-input.radio.invalid > .radio{border-color:rgba(230,65,85,0.75)}.checkout .rs-input.radio.invalid > .radio > .dot{background-color:rgba(230,65,85,0.75)}.checkout .rs-input.radio.invalid > .label{color:#e64155}.checkout .rs-input.radio.disabled{cursor:default;opacity:0.5}.checkout .rs-input.radio:not(.disabled):hover > .radio > .dot{opacity:1;visibility:visible;background-color:#e8e8e8}.checkout .login-inlay{text-align:center;width:100%;height:auto;padding:14px 14px 0 14px;background-color:#fff;opacity:0;max-height:0;transition:max-height 0.7s ease-out,border-color 0.3s ease-out;overflow:hidden;border-radius:6px;border:1px solid #7e00f3}.checkout .login-inlay.no-border{border-color:transparent}.checkout .login-inlay .button-link{margin:12px 0 4px}.checkout .login-inlay .fx-input-text__placeholder{text-align:left}.checkout .login-inlay__pwlost{padding:16px 0}.checkout .login-inlay__pwlost-button{margin-top:16px}.checkout .login-inlay.o-last-logins{transition:none;opacity:1;max-height:1000px;padding:0;border:none;background-color:transparent;margin-top:10px}.checkout .login-inlay.o-last-logins > .headline{text-align:left;margin:0}.checkout .login-inlay.o-last-logins > .proceed-link{display:inline-flex}.checkout .login-inlay.o-last-logins > .login-options{padding-bottom:10px}.checkout .login-inlay.o-email,
.checkout .login-inlay.o-login{margin:4px 0;padding:0;position:relative;border-radius:4px}.checkout .login-inlay.o-email.o-login,
.checkout .login-inlay.o-login.o-login{border:none;border-radius:0;padding:0 37px 0 0}@media screen and (min-width: 760px){.checkout .login-inlay.o-email,
  .checkout .login-inlay.o-login{margin:8px 0}}.checkout .login-inlay.o-email > *,
.checkout .login-inlay.o-login > *{padding:0 14px}.checkout .login-inlay.o-email > .headline,
.checkout .login-inlay.o-login > .headline{font-weight:400;margin:12px 0 6px 0}.checkout .login-inlay.o-email > .headline,
.checkout .login-inlay.o-login > .headline{font-weight:700}.checkout .login-inlay.o-email > .headline,
.checkout .login-inlay.o-login > .headline,
.checkout .login-inlay.o-email > .intro,
.checkout .login-inlay.o-login > .intro{text-align:left;max-width:90%}.checkout .login-inlay.o-email > .color-headline,
.checkout .login-inlay.o-login > .color-headline{padding:0;height:3px;margin-bottom:13px;background-color:blue}.checkout .login-inlay.o-email .spacer,
.checkout .login-inlay.o-login .spacer{width:calc(100% - 28px);padding:0}.checkout .login-inlay.o-email .close-icon,
.checkout .login-inlay.o-login .close-icon{padding:0}.checkout .login-inlay form.ajax-form .hidden{display:none}.checkout .login-inlay form.ajax-form > .submit-button{font-weight:700;margin-top:16px}.checkout .login-inlay > .spacer{color:#686868;font-style:italic;text-align:center;margin:23px auto 10px;overflow:hidden}.checkout .login-inlay > .spacer > span{padding:0 6px}@media screen and (min-width: 600px){.checkout .login-inlay > .spacer:before,
  .checkout .login-inlay > .spacer:after{background-color:#b4b4b4;content:'';display:inline-block;height:1px;position:relative;vertical-align:middle;width:50%}.checkout .login-inlay > .spacer:before{right:6px;margin-left:-50%}.checkout .login-inlay > .spacer:after{left:6px;margin-right:-50%}}.checkout .login-inlay > .login-options{text-align:left}.checkout .login-inlay > .login-options > .option{border:solid 1px #8a8a8a;border-radius:5px;margin-top:5px}.checkout .login-inlay > .login-options > .option:hover{border-color:#6009b0}.checkout .login-inlay > .login-options > .option .highlight{font-weight:700}.checkout .login-inlay > .login-options > .option .status-indicator{height:3px;background-color:transparent}.checkout .login-inlay > .login-options > .option .ajax-form{padding:7px 0}.checkout .login-inlay > .login-options > .option .ajax-form > *{display:inline-block;vertical-align:middle;width:auto;margin:0}.checkout .login-inlay > .login-options > .option .ajax-form .fx-input-text{max-width:130px;margin:8px 8px 8px 0}.checkout .login-inlay > .login-options > .option > .content-header{padding:8px 15px 11px;cursor:pointer}.checkout .login-inlay > .login-options > .option > .content-header > *{display:inline-block;vertical-align:middle}.checkout .login-inlay > .login-options > .option > .content-header > .icon-wrapper{width:36px;margin-right:10px}.checkout .login-inlay > .login-options > .option > .content-header > .icon-wrapper > svg:not(.rs-icon-code-email):not(
                            .rs-icon-code-email-checked
                        ){margin-left:5px}.checkout .login-inlay > .login-options > .option > .content-header > .icon-wrapper > svg.rs-icon-code-email-checked{margin-left:0;margin-top:3px}.checkout .login-inlay > .login-options > .option > .content-header > .text-wrapper{max-width:calc(100% - 52px)}.checkout .login-inlay > .login-options > .option > .content{max-height:0;padding:0 15px;overflow:hidden;transition:max-height 0.4s ease-out}.checkout .login-inlay > .login-options > .option > .content.active{max-height:800px;padding:0 15px 11px}.checkout .login-inlay > .login-options > .option > .content > .headline{margin:4px 0 10px;font-weight:400}.checkout .login-inlay > .login-options > .option > .content > .try-again{margin-top:16px}.checkout .login-inlay > .login-options > .option > .content > .try-again > *{display:block}.checkout .login-inlay > .login-options > .option > .content > .try-again > .try-again-link{margin:4px 0 0 0;display:inline-flex}.checkout .login-inlay > .login-options > .option > .content > *{display:block}.checkout .login-inlay > .login-options > .option.active:hover{border-color:#b4b4b4}.checkout .login-inlay > .login-options > .option.active .status-indicator{background-color:#00b27d}.checkout .login-inlay > .login-options > .option.active > .content-header{cursor:default}.checkout .login-inlay > .login-options > .option.last-login{border:none;margin-top:16px;background-color:#e8e8e8}.checkout .login-inlay > .login-options > .option.last-login:first-of-type{margin-top:0}.checkout .login-inlay > .login-options > .option.last-login .content-header{cursor:default;display:flex;flex-direction:row;align-items:center;padding:11px 15px}.checkout .login-inlay > .login-options > .option.last-login .content-header > .text-wrapper{flex-grow:5}.checkout .login-inlay > .login-options > .option.last-login .content-header > .use-login{cursor:pointer;margin-right:11px;border:1px solid #5c5c5c;padding:5px 10px;border-radius:26px}.checkout .login-inlay .rs-icon-pwlost,
.checkout .login-inlay .rs-icon-pwlost-checked{width:19px;height:27px}.checkout .login-inlay .rs-icon-code-email{width:34px;height:27px}.checkout .login-inlay .rs-icon-code-email-checked{width:37px;height:24px}.checkout .login-inlay .rs-icon-code-sms,
.checkout .login-inlay .rs-icon-code-sms-checked{width:18px;height:27px}.checkout .panel.recognition{border:0;position:relative}.checkout .panel.recognition .headline{margin:0}.checkout .panel.recognition > .recognition{width:100%}.checkout .panel.recognition > .recognition > .preview,
.checkout .panel.recognition > .recognition .anonymous{padding-bottom:8px;overflow:hidden;text-overflow:ellipsis}.checkout .panel.recognition > .recognition .notme{margin:0}.checkout .panel.recognition > .recognition .login{margin-right:16px}.checkout .panel.recognition > .recognition.inlay-active .login-inlay{margin-top:10px}.checkout .payments .payment-view.invalid + .payments__error{display:block}.checkout .payments .payment-view.invalid .rs-input.radio > .radio{border-color:#e64155}.checkout.coupon .main-section .address,
.checkout.download .main-section .address{order:2}.checkout.coupon .main-section .login,
.checkout.download .main-section .login{width:100%;order:1}.checkout.coupon .main-section .login .spacer,
.checkout.download .main-section .login .spacer{background-color:#b4b4b4;height:1px;margin:5px auto}.checkout.coupon .main-section .login .mythomann,
.checkout.download .main-section .login .mythomann,
.checkout.coupon .main-section .login .ppexp,
.checkout.download .main-section .login .ppexp,
.checkout.coupon .main-section .login .apa,
.checkout.download .main-section .login .apa{position:relative}.checkout.coupon .main-section .login .mythomann .payment-icon,
.checkout.download .main-section .login .mythomann .payment-icon,
.checkout.coupon .main-section .login .ppexp .payment-icon,
.checkout.download .main-section .login .ppexp .payment-icon,
.checkout.coupon .main-section .login .apa .payment-icon,
.checkout.download .main-section .login .apa .payment-icon{position:absolute;right:5px;top:3px}.checkout.coupon .main-section .login .mythomann__content,
.checkout.download .main-section .login .mythomann__content,
.checkout.coupon .main-section .login .ppexp__content,
.checkout.download .main-section .login .ppexp__content,
.checkout.coupon .main-section .login .apa__content,
.checkout.download .main-section .login .apa__content{margin-left:27px}.checkout.coupon .main-section .login .mythomann__content,
.checkout.download .main-section .login .mythomann__content{margin-left:37px}.checkout.coupon .main-section .login .mythomann .payment-icon .rs-icon,
.checkout.download .main-section .login .mythomann .payment-icon .rs-icon{fill:#00b5bd;width:34px;height:34px}.checkout.coupon .main-section .login .ppexp .payment-icon .rs-icon,
.checkout.download .main-section .login .ppexp .payment-icon .rs-icon{width:30px;height:30px}.checkout.coupon .main-section .login .ppexp__content,
.checkout.download .main-section .login .ppexp__content{display:flex;flex-wrap:wrap}.checkout.coupon .main-section .login .ppexp__content #ppxButton,
.checkout.download .main-section .login .ppexp__content #ppxButton{cursor:pointer}.checkout.coupon .main-section .login .ppexp__content #ppxButton > .rs-icon-paypal,
.checkout.download .main-section .login .ppexp__content #ppxButton > .rs-icon-paypal{width:30px;height:30px;vertical-align:super}.checkout.coupon .main-section .login .apa .payment-icon .rs-icon,
.checkout.download .main-section .login .apa .payment-icon .rs-icon{width:40px;height:40px}.checkout.coupon .main-section .login .apa__content,
.checkout.download .main-section .login .apa__content{display:flex}.checkout.coupon .main-section .login .apa__content #apaButton,
.checkout.download .main-section .login .apa__content #apaButton{cursor:pointer}.checkout.coupon .main-section .login .apa__content #apaButton > img,
.checkout.download .main-section .login .apa__content #apaButton > img{display:none}.checkout.coupon .main-section .login .apa__content #apaButton > .rs-icon-amazonpay,
.checkout.download .main-section .login .apa__content #apaButton > .rs-icon-amazonpay{width:40px;height:40px;vertical-align:bottom}.checkout.coupon .main-section .login.hidden,
.checkout.download .main-section .login.hidden,
.checkout.coupon .main-section .login .hidden,
.checkout.download .main-section .login .hidden{display:none}.checkout.coupon .main-section .payments,
.checkout.download .main-section .payments{order:3}.checkout.coupon .main-section .options,
.checkout.download .main-section .options{order:4}.checkout.coupon .panel.login{order:1}.checkout.coupon .panel.address{order:3}.checkout.coupon .panel.basket{text-align:center;order:2}.checkout.coupon .panel.basket .coupon-wrapper{position:relative}.checkout.coupon .panel.basket .img-responsive{width:100%}.checkout.coupon .panel.basket .coupon-amount{display:block;position:absolute;right:0;bottom:0;font-size:32px;font-weight:600;color:#fff;padding:0 10px 0 10px;background-color:rgba(0,0,0,0.6);border-radius:6px 0 6px 0;line-height:initial}.checkout.download .panel.login{order:1}.checkout.download .panel.basket{display:flex;flex-direction:column;align-items:center;text-align:center;order:0;background-color:#f3f3f3;padding:8px;border-radius:6px}.checkout.download .panel.basket .image{margin:10px 30px 10px;width:calc(100% - 60px);max-width:140px}.checkout.download .panel.basket .image--bundle{position:absolute;top:0;bottom:0;left:0;right:0;margin:auto}.checkout.download .panel.basket .article-information--bundle{display:flex;justify-content:space-between;padding-bottom:4px;gap:6px}.checkout.download .panel.basket .article-information--bundle__title{padding-bottom:8px}.checkout.download .panel.basket .article-information--bundle__price{text-align:right}.checkout.download .panel.basket .bundle-article{display:flex;align-items:center;padding:4px 0}.checkout.download .panel.basket .bundle-article__image-container{min-width:28px;width:28px;position:relative;height:37px}.checkout.download .panel.basket .bundle-article__text{margin-left:12px}.checkout.download .panel.basket .download-voucher{text-align:center;margin-bottom:8px;font-size:14px}.checkout.download .panel.basket .download-voucher__text{display:flex;justify-content:center}.checkout.download .panel.basket .download-voucher__code{color:#8a8a8a}.checkout.download .panel.basket .download-voucher__icon{display:flex;align-items:center;cursor:pointer;margin-left:6px}.checkout.download .panel.basket .download-voucher__icon:hover{filter:invert(11%) sepia(98%) saturate(6406%) hue-rotate(274deg) brightness(90%) contrast(120%)}.checkout.download .panel.basket .download-voucher__icon .close-button{height:16px;width:16px}.checkout.download .panel.basket .download-voucher__price{margin-left:12px}.checkout.download .panel.basket--bundle{text-align:left;width:100%}@media screen and (min-width: 760px){.checkout.coupon .main-section .login .apa__content #apaButton > .rs-icon-amazonpay,
  .checkout.download .main-section .login .apa__content #apaButton > .rs-icon-amazonpay{vertical-align:baseline}.checkout.coupon .main-section .login,
  .checkout.download .main-section .login{order:0}.checkout.coupon .main-section .address,
  .checkout.download .main-section .address{order:2}.checkout.coupon .main-section .basket,
  .checkout.download .main-section .basket{order:1}.checkout.coupon .main-section .payments,
  .checkout.download .main-section .payments{order:4}.checkout.coupon .main-section .options,
  .checkout.download .main-section .options{order:3}.checkout.coupon .panel.basket{text-align:left}.checkout.coupon .panel.basket .coupon-wrapper{max-width:500px}.checkout.coupon .panel.basket .img-responsive{max-width:500px}.checkout.download .panel.basket{padding:16px}.checkout.download .panel.basket .bundle-article__image-container{min-width:32px;width:32px;height:42px}.checkout.download .panel.basket .article-information--bundle{padding-bottom:6px}.checkout.download .panel.basket .article-information--bundle__title{padding-bottom:10px}.checkout.download .panel.basket--bundle{margin-top:-16px}}@media screen and (min-width: 940px){.checkout.download .panel.basket{padding:24px}.checkout.download .panel.basket .article-information--bundle{padding-bottom:8px}.checkout.download .panel.basket .article-information--bundle__title{padding-bottom:0}.checkout.download .panel.basket .download-voucher{font-size:16px}.checkout.download .panel.basket .download-voucher__icon .close-button{height:20px;width:20px}.checkout.download .panel.basket--bundle{margin-top:-26px}}.checkout .main-section{display:flex;flex-wrap:wrap;justify-content:space-between}.checkout .main-section .address{flex-basis:100%}@media screen and (min-width: 940px){.checkout .main-section .address .address-input.address-input--vatnumber .address-input__tooltip{min-width:400px}}.checkout .main-section .address .address-wrapper.address-wrapper--delivery .address-wrapper__delivery-form{margin-top:16px}.checkout .main-section .address .address-wrapper__delivery-form{display:none}.checkout .main-section .address .address-wrapper__delivery-form--visible{display:block}.checkout .main-section .address .address-wrapper .vatnumber{visibility:hidden;opacity:0;transition:visibility,opacity,max-height;transition-duration:0.3s,0.3s,0.3s;transition-delay:0s,0s,0.3s;transition-timing-function:ease-in-out;max-height:0}.checkout .main-section .address .address-wrapper .vatnumber.vatnumber--visible{visibility:visible;opacity:1;max-height:80px;transition:max-height,visibility,opacity;transition-duration:0.3s,0.3s,0.3s;transition-delay:0s,0.3s,0.3s;transition-timing-function:ease-in-out}.checkout .main-section .address .address-short{display:none;align-items:center}.checkout .main-section .address .address-short.address-short--visible{display:grid}.checkout .main-section .address .address-short__view,
.checkout .main-section .address .address-short__edit,
.checkout .main-section .address .address-short__headline-wrapper{margin-bottom:8px}.checkout .main-section .address .address-short__view{border:3px solid #e8e8e8;border-radius:5px;padding:8px 16px}.checkout .main-section .address .address-short__edit{cursor:pointer}.checkout .main-section .address .address-short__icon{float:right;border:1px solid #000;border-radius:50%;padding:10px;height:40px;width:40px;background-color:#000;color:#fff}.checkout .main-section .address .address-form{display:none}.checkout .main-section .address .address-form.address-form--visible{display:block}.checkout .main-section .address .address-form__row{display:none}.checkout .main-section .address .address-form__row.address-form__row--visible{display:block}.checkout .main-section .address .delivery-address-switch{display:block;margin-top:16px;margin-bottom:8px}.checkout .main-section .address .delivery-address-selector--hidden{display:none}.checkout .main-section .address .delivery-address-selector__button{margin:0 32px 0 0}.checkout .main-section .address .packstation-selector{display:none;margin-top:16px}.checkout .main-section .address .packstation-selector.packstation-selector--visible{display:block}.checkout .main-section .address .packstation-selector__button{margin:0 32px 0 0}.checkout .main-section .address .checkout-addressbook{margin-top:40px}.checkout .main-section .address .checkout-addressbook .address-entry{position:relative;margin-bottom:16px}.checkout .main-section .address .checkout-addressbook .address-entry:after{content:'';position:absolute;height:1px;background-color:#b4b4b4;width:100%;left:0;bottom:0}.checkout .main-section .address .checkout-addressbook .address{position:relative;padding-bottom:16px}.checkout .main-section .address .checkout-addressbook .address__company-name{display:block;font-weight:700}.checkout .main-section .address .checkout-addressbook .address__select{text-align:right}.checkout .main-section .address .packstation-search__results{max-height:300px;overflow-y:scroll;margin-top:8px}.checkout .main-section .address .packstation-search__results .packstation{cursor:pointer;padding:8px 0;border-bottom:1px solid #e8e8e8}.checkout .main-section .address .packstation-search__results .packstation:last-of-type{border-bottom:none}.checkout .main-section .address .contact-inputs{margin-top:40px}.checkout .main-section .address .contact-inputs .telephonenumbercountry{margin-bottom:12px}.checkout .main-section .address .contact-inputs .telephonenumbercountry .remark.error{display:block}@media screen and (min-width: 600px){.checkout .main-section .address .address-wrapper.address-wrapper--delivery .address-wrapper__delivery-form{margin-top:24px}.checkout .main-section .address .address-short__view{padding:16px 24px}.checkout .main-section .address .packstation-search__results{margin-top:16px}}@media screen and (min-width: 760px){.checkout .main-section .address .address-short__view,
  .checkout .main-section .address .address-short__edit,
  .checkout .main-section .address .address-short__headline-wrapper{margin-bottom:16px}.checkout .main-section .address .address-form__row--combined.address-form__row--visible{display:flex;flex-direction:row;gap:16px}.checkout .main-section .address .contact-inputs{margin-top:60px}.checkout .main-section .address .contact-inputs .telephonenumbercountry{margin-bottom:16px}}.checkout .main-section > .column{display:contents}.checkout .main-section .payments,
.checkout .main-section .basket{flex-basis:100%}.checkout .main-section .address{order:2}.checkout .main-section .basket{order:3}.checkout .main-section .payments{order:4}.checkout .main-section .options{order:5}.checkout .main-section .panel{margin-bottom:40px}.checkout .main-section .panel.no-margin,
.checkout .main-section .panel.last{margin-bottom:0}.checkout .main-section .recognition-email .input-wrapper{position:relative}.checkout .main-section .recognition-email .login-inlay-spacer{height:8px}.checkout .main-section .recognition-email .icon-check,
.checkout .main-section .recognition-email .icon-loading{position:absolute;z-index:4;right:13px;top:6px}.checkout .main-section .recognition-email .icon-check.hidden,
.checkout .main-section .recognition-email .icon-loading.hidden{display:none}.checkout .main-section .recognition-email .icon-check,
.checkout .main-section .recognition-email .icon-loading{width:24px;height:30px}.checkout .main-section .payments .payments-method{padding:12px 0;line-height:0}.checkout .main-section .payments .payments-method .fx-input-radio{display:inline-block}.checkout .main-section .payments .payments-method > .fx-text:not(#payments-texts-creditcard){padding-left:43px}.checkout .main-section .payments .payments-method > .fx-text .payments-creditCards{padding:17px 0}.checkout .main-section .payments .payments-method > .fx-text .payments-creditCards .input-wrapper{margin-bottom:8px}.checkout .main-section .payments .payments-method > .fx-text .payments-creditCards .input-wrapper:last-of-type{margin-bottom:0}.checkout .main-section .payments .payments-method > .fx-text .payments-creditCards .checksum{position:relative}.checkout .main-section .payments .payments-method > .fx-text .payments-creditCards .checksum > .infobox-trigger{position:absolute;display:inline-block;right:12px;top:calc(50% - 12px);z-index:2;cursor:pointer}.checkout .main-section .payments .payments-method > .fx-text .payments-creditCards .infobox{display:none;margin-bottom:8px}.checkout .main-section .payments .payments-method > .fx-text .payments-creditCards .infobox .fx-infobox{border-color:#7e00f3}.checkout .main-section .payments .payments-method .payments-text{display:none}.checkout .main-section .payments .payments-method__image-wrapper{float:right;margin:5px 0;display:inline-flex;gap:4px;align-items:center}.checkout .main-section .payments .payments-method__image-wrapper .payment-method__image--Ideal{height:28px}.checkout .main-section .payments .payments-method__image-wrapper .payment-method__image--PayPal{height:28px}.checkout .main-section .payments .payments-method__image-wrapper .payment-method__image--Sofort{height:24px}.checkout .main-section .payments .payments-method__image-wrapper .payment-method__image--CreditCard{height:24px}.checkout .main-section .payments .payments-method__image-wrapper .payment-method__image--CreditCard.visa{height:14px}.checkout .main-section .payments .payments-method__image-wrapper .payment-method__image--CashOnDelivery{height:22px}.checkout .main-section .payments .payments-method__image-wrapper .payment-method__image--Bancontact{height:30px}.checkout .main-section .payments .payments-method--with-separator{border-top:1px solid #b4b4b4}.checkout .main-section .payments .payments-method--with-separator:last-of-type{border-bottom:1px solid #b4b4b4}.checkout .main-section .basket .hidden{display:none}.checkout .main-section .basket .basket-view{align-items:center}.checkout .main-section .basket .basket-view.doProgress:before{content:'';position:absolute;left:0;bottom:0;width:100%;height:100%;background:rgba(255,255,255,0.8);z-index:1}.checkout .main-section .basket .basket-view .positions .positions__name,
.checkout .main-section .basket .basket-view .positions .positions__price{margin-bottom:16px;position:relative}.checkout .main-section .basket .basket-view .positions .positions__name--sum-row,
.checkout .main-section .basket .basket-view .positions .positions__price--sum-row{margin-bottom:0}.checkout .main-section .basket .basket-view .positions .positions__name--closed,
.checkout .main-section .basket .basket-view .positions .positions__price--closed{margin-bottom:8px}.checkout .main-section .basket .basket-view .positions__availability{display:flex}.checkout .main-section .basket .basket-view .positions__shown{position:relative}.checkout .main-section .basket .basket-view .positions .coupon-row{display:flex;gap:6px}.checkout .main-section .basket .basket-view .positions .removeCoupon{cursor:pointer;display:flex;align-items:center}.checkout .main-section .basket .basket-view .positions .removeCoupon:hover{filter:invert(11%) sepia(98%) saturate(6406%) hue-rotate(274deg) brightness(90%) contrast(120%)}.checkout .main-section .basket .basket-view .positions .removeCoupon .remove-button{height:16px;width:16px}.checkout .main-section .basket .basket-view .positions .checkout-shipping-cost-message-row,
.checkout .main-section .basket .basket-view .positions .checkout-shipping-cost-not-available-row{margin-bottom:16px}.checkout .main-section .basket .basket-view .positions .checkout-shipping-cost-message-row .fx-infobox,
.checkout .main-section .basket .basket-view .positions .checkout-shipping-cost-not-available-row .fx-infobox{border-color:#e64155}.checkout .main-section .basket .basket-view .positions .coupon-number{color:#8a8a8a}.checkout .main-section .basket .basket-view .positions .positions__price{text-align:right}.checkout .main-section .basket .basket-view .positions .positions__price .strike,
.checkout .main-section .basket .basket-view .positions .positions__price .saving{color:#8a8a8a}.checkout .main-section .basket .basket-view .positions .positions__price .strike{display:inline;position:relative}.checkout .main-section .basket .basket-view .positions .positions__price .strike:after{position:absolute;content:'';left:0;top:50%;right:0;border-top:1px solid currentcolor;transform:rotate(-7deg)}.checkout .main-section .basket .basket-view .positions .vat a{font-size:14px}.checkout .main-section .basket .basket-view .basket-collapsible__label{margin-left:24px;font-size:14px;text-transform:initial;position:relative;padding:6px 0}.checkout .main-section .basket .basket-view .basket-collapsible__label:after{z-index:-1;position:absolute;content:'';left:-24px;width:calc(100% + 24px);height:1px;background-color:#000;transition:0.1s all ease;bottom:-2px}.checkout .main-section .basket .basket-view .basket-collapsible__label:hover:after{bottom:2px}@media screen and (min-width: 600px){.checkout .main-section > .column{display:inline-block;width:47%}.checkout .main-section .recognition-email .icon-check,
  .checkout .main-section .recognition-email .icon-loading{top:8px}.checkout .main-section .payments .payments-method__image-wrapper .payment-method__image--PayPal{height:32px}.checkout .main-section .basket .basket-view .basket-collapsible__label{font-size:16px}}@media screen and (min-width: 760px){.checkout .main-section .panel,
  .checkout .main-section .panel.last{margin-bottom:60px}.checkout .main-section .recognition-email .icon-check,
  .checkout .main-section .recognition-email .icon-loading{top:11px}.checkout .main-section .payments .payments-method > .fx-text:not(#payments-texts-creditcard){padding-left:45px}.checkout .main-section .payments .payments-method > .fx-text .payments-creditCards .input-wrapper{margin-bottom:16px}.checkout .main-section .payments .payments-method > .fx-text .infobox{margin-bottom:16px}}@media screen and (min-width: 940px){.checkout .main-section .recognition-email .icon-check,
  .checkout .main-section .recognition-email .icon-loading{top:14px}.checkout .main-section .payments .payments-method > .fx-text:not(#payments-texts-creditcard){padding-left:43px}.checkout .main-section .payments .payments-method__image-wrapper .payment-method__image--Ideal{height:34px}.checkout .main-section .payments .payments-method__image-wrapper .payment-method__image--PayPal{height:30px}.checkout .main-section .payments .payments-method__image-wrapper .payment-method__image--Sofort{height:30px}.checkout .main-section .payments .payments-method__image-wrapper .payment-method__image--CashOnDelivery{height:28px}.checkout .main-section .basket .basket-view .positions .removeCoupon .remove-button{height:20px;width:20px}}.checkout .options{flex-basis:100%}.checkout .options .shipping-carrier-selection .shipping-carrier{display:flex;padding-top:10px;position:relative}.checkout .options .shipping-carrier-selection .shipping-carrier.shipping-carrier--disabled{cursor:default}.checkout .options .shipping-carrier-selection .shipping-carrier.shipping-carrier--disabled .carrier-content{cursor:default}.checkout .options .shipping-carrier-selection .shipping-carrier.shipping-carrier--disabled .carrier-switch,
.checkout .options .shipping-carrier-selection .shipping-carrier.shipping-carrier--disabled .carrier-meta > *:not(.error-message):not(.additional-information){opacity:0.35}.checkout .options .shipping-carrier-selection .shipping-carrier > *{vertical-align:middle;display:inline-block}.checkout .options .shipping-carrier-selection .shipping-carrier:first-of-type{padding-top:0}.checkout .options .shipping-carrier-selection .shipping-carrier:last-child{padding-bottom:0}.checkout .options .shipping-carrier-selection .shipping-carrier:last-child .carrier-content{padding-bottom:0;border-bottom:none}.checkout .options .shipping-carrier-selection .shipping-carrier .carrier-switch{flex-basis:5%;padding-left:0;padding-top:2px}.checkout .options .shipping-carrier-selection .shipping-carrier .carrier-switch__label{margin-top:8px}.checkout .options .shipping-carrier-selection .shipping-carrier .shipping-partner{display:block}.checkout .options .shipping-carrier-selection .shipping-carrier .error-message,
.checkout .options .shipping-carrier-selection .shipping-carrier .additional-information{width:100%;margin:8px 0 3px 0;border-color:#7e00f3;flex-basis:100%}.checkout .options .shipping-carrier-selection .shipping-carrier .carrier-content{cursor:pointer;display:flex;flex-wrap:wrap;flex-basis:45%;flex-grow:2;padding-bottom:12px;border-bottom:1px solid #e8e8e8}.checkout .options .shipping-carrier-selection .shipping-carrier .carrier-meta{flex-basis:35%;flex-grow:2;width:100%}.checkout .options .shipping-carrier-selection .shipping-carrier .carrier-meta__name{font-weight:700}.checkout .options .shipping-carrier-selection .shipping-carrier .carrier-meta .duration__time,
.checkout .options .shipping-carrier-selection .shipping-carrier .carrier-meta .duration__separator,
.checkout .options .shipping-carrier-selection .shipping-carrier .carrier-meta .shipping-costs,
.checkout .options .shipping-carrier-selection .shipping-carrier .carrier-meta .shipping-partner{font-size:14px;letter-spacing:-0.15px}.checkout .options .shipping-carrier-selection .shipping-carrier .carrier-meta__additional{display:inline-block;color:black}.checkout .options .shipping-carrier-selection .shipping-carrier .carrier-meta__additional .duration,
.checkout .options .shipping-carrier-selection .shipping-carrier .carrier-meta__additional .shipping-costs{display:inline-block}.checkout .options .shipping-carrier-selection .shipping-carrier .carrier-meta__additional .additional-information{margin:10px 0}.checkout .options .shipping-carrier-selection .shipping-carrier .carrier-meta__additional .duration{word-break:break-word;display:inline;white-space:nowrap}.checkout .options .shipping-carrier-selection .shipping-carrier .carrier-meta__additional .duration__separator{padding:0 4px}.checkout .options .shipping-carrier-selection .shipping-carrier .carrier-meta__additional .duration__time{margin-top:4px;white-space:normal}.checkout .options .shipping-carrier-selection .shipping-carrier .carrier-meta__additional .duration__time--with-prediction{display:block}.checkout .options .shipping-carrier-selection .shipping-carrier .carrier-meta__additional .duration__time--with-prediction .date{white-space:nowrap}.checkout .options .shipping-carrier-selection .shipping-carrier .carrier-meta__additional .duration__time > *{display:inline-block}.checkout .options .shipping-carrier-selection .shipping-carrier .carrier-meta__additional .duration__time > .delivery-at{padding-right:4.5px}.checkout .options .shipping-carrier-selection .shipping-carrier .carrier-meta__additional .duration__time:empty{margin-top:0}.checkout .options .shipping-carrier-selection .shipping-carrier .carrier-meta__additional .shipping-costs{white-space:nowrap;font-weight:700}.checkout .options .shipping-carrier-selection .shipping-carrier .carrier-logo{flex-basis:20%}.checkout .options .shipping-carrier-selection .shipping-carrier .carrier-logo > .carrier-partnerName{font-size:13px;margin-top:3px;color:gray;white-space:initial;word-break:break-word;display:block}.checkout .options .shipping-carrier-selection .shipping-carrier .carrier-logo__image{mix-blend-mode:multiply;float:right}.checkout .options .coupon__submit{margin-top:8px}.checkout .options .comment-option .comment{margin-top:0}.checkout .options .comment-option .comment__input{resize:vertical;min-height:128px}.checkout .options .electronic-retoure__subtext a{-webkit-text-decoration:underline;text-decoration:underline}.checkout .options .electronic-retoure__products,
.checkout .options .electronic-retoure__list{margin-top:8px}.checkout .options .electronic-retoure__checkbox{margin-top:8px;margin-bottom:4px}.checkout .options .electronic-retoure__success{color:#00b27d;font-size:14px;line-height:22px;letter-spacing:-0.11px;margin-left:36px}@media screen and (min-width: 940px){.checkout .options .electronic-retoure__products{margin-top:16px}.checkout .options .electronic-retoure__checkbox{margin-top:16px;margin-bottom:8px}.checkout .options .electronic-retoure__success{font-size:16px;line-height:24px;letter-spacing:-0.26px}}.checkout .options .checkout-options-accordion{margin-left:0;margin-right:0}.checkout .options .checkout-options-accordion__icon,
.checkout .options .checkout-options-accordion__tab:last-of-type{border-bottom:none}.checkout .options .checkout-options-accordion__shipping-content{padding-left:0}@media screen and (min-width: 940px){.checkout .options .checkout-options-accordion__shipping-content{padding-left:5px}}.checkout.checkout--type-amazon .checkout__main-logo{width:40px;height:40px}.checkout.checkout--type-amazon .main-section .payments .payments-method{padding:0 0 12px}.checkout.checkout--type-amazon .main-section .payments .payments-method,
.checkout.checkout--type-amazon .main-section .payments .payments-method.payments-method--with-separator{border:0 none}.checkout.checkout--type-amazon .main-section .payments .payments-method .payments-text.payments-texts-amazon-pay:not(
                    #payments-texts-creditcard
                ),
.checkout.checkout--type-amazon .main-section .payments .payments-method .rs-input.radio,
.checkout.checkout--type-amazon .main-section .payments .payments-method .rs-input.radio .label{padding-left:0}.checkout.checkout--type-amazon .main-section .payments .payments-method .rs-input.radio{padding-bottom:0;cursor:default}.checkout.checkout--type-amazon .main-section .payments .payments-method .rs-input .radio{display:none}.checkout.checkout--type-amazon .main-section .payments .payments-method .payment-method__image--AmazonPayments{width:28px;height:28px}.checkout.checkout--type-amazon .main-section .payments .payments-method__image-wrapper{padding-top:12px}.checkout.checkout--type-amazon .main-section .edit-icon{background-color:transparent;color:#000;float:right;border:1px solid #000;border-radius:50%;padding:10px;height:40px;width:40px;cursor:pointer}.checkout.checkout--type-amazon .main-section .panel.login{display:none}.checkout.checkout--type-amazon .main-section .panel.address{margin-bottom:32px}.checkout.checkout--type-amazon .main-section .address .addressShort #addressShort-view{margin-bottom:0}.checkout.checkout--type-amazon .main-section .address .addressShort #addressShort-edit > svg{background-color:transparent;color:#000}.checkout.checkout--type-amazon .main-section .address .addressShort .address-short__view{margin-top:12px}.checkout.checkout--type-amazon.download .email-and-phone{padding:16px 24px}.checkout.checkout--type-amazon.download .email-and-phone__wrapper{display:flex;align-items:center}.checkout.checkout--type-amazon.download .email-and-phone__field{-webkit-user-select:all;user-select:all}@media screen and (min-width: 600px){.checkout.checkout--type-amazon .checkout__main-logo{width:64px;height:64px}.checkout.checkout--type-amazon .main-section .payments .payments-method .payment-method__image--AmazonPayments{width:40px;height:40px}}.checkout .cloak{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1000;opacity:0.85;background:#fff url(//www.thomann.de/pics/images/misc/loader-black.gif) no-repeat 50% 50%}.checkout .fx-grid__col--align-right{text-align:right}.checkout .fx-grid__col--align-right .fx-button{margin:0}.checkout .checkout__invalid-infobox{margin-bottom:24px}.checkout .headline{align-items:center;margin:24px 0 16px 0}.checkout .empty-basket .no-items{margin-top:24px}.checkout .empty-basket__image{width:140px;transform:rotate(180deg)}.checkout .empty-basket__icon{height:24px;width:24px}.checkout.apa .basket .cloak-container{position:relative;padding:40px 0}.checkout.apa .error-message{display:none;margin-bottom:20px}.checkout.apa .icon-wrapper{float:right}.checkout.apa .icon-wrapper .rs-icon{width:80px;height:80px}.checkout.apa #apaAddressSection,
.checkout.apa #apaWalletSection{margin-top:20px;height:228px}.checkout.apa .checkout-shipping-cost-message-row,
.checkout.apa .checkout-shipping-cost-not-available-row{display:none}.checkout .cta-section{margin-top:16px;text-align:center}.checkout .cta-section .fx-button{margin-top:16px;margin-bottom:32px;padding:32px 60px}.checkout .cta-section .disclaimer a{font-size:14px;line-height:22px;letter-spacing:-0.11px;font-weight:400;-webkit-text-decoration:underline;text-decoration:underline}@media screen and (min-width: 600px){.after-sales-accordion{margin:20px auto 32px auto}.checkout{padding-bottom:32px}.checkout .empty-basket__icon{height:32px;width:32px}.checkout .empty-basket__image{width:180px}}@media screen and (min-width: 760px){.checkout .headline{margin:32px 0}}@media screen and (min-width: 940px){.checkout{padding-bottom:48px}.checkout .empty-basket__icon{height:48px;width:48px}.checkout .empty-basket__image{width:250px}}.fx-pay-pal-express-popup{position:fixed;top:0;height:100%;width:100%;z-index:1000;background-color:rgba(0,0,0,0.7)}.fx-pay-pal-express-popup .header{display:flex;justify-content:space-between}.fx-pay-pal-express-popup .header__icon:hover{cursor:pointer;color:#7e00f3}.fx-pay-pal-express-popup .pay-pal-express-popup-content .changed-country-section__submit{margin-bottom:16px}.fx-pay-pal-express-popup .pay-pal-express-popup-content .submit-section__text{margin:0 0 16px 0}.fx-pay-pal-express-popup .pay-pal-express-popup-content .submit-section__check-box{margin-bottom:16px}.fx-pay-pal-express-popup .pay-pal-express-popup-content .submit-section__submit{margin-bottom:16px}.fx-pay-pal-express-popup .pay-pal-express-popup-content .divider{margin-bottom:16px;border-bottom:1px solid #b4b4b4}.fx-pay-pal-express-popup .pay-pal-express-popup-content .button-container{display:flex;flex-direction:column;align-items:center}.fx-pay-pal-express-popup .pay-pal-express-popup-content__country-select{max-width:400px;margin-bottom:24px}.fx-pay-pal-express-popup__window{background:white;width:80%;max-width:900px;margin-left:auto;margin-right:auto;margin-top:10%;padding:30px;border-radius:10px}.cyberweek-badge{display:flex;align-items:center;font-weight:700;color:#fff;margin-bottom:16px;font-size:13px}.cyberweek-badge__addition{position:relative;display:flex;justify-content:center;align-items:center;background:#ff1776;border-radius:50%;margin-left:8px;width:48px;height:48px}.cyberweek-badge__image{width:190px}.cyberweek-badge__addition{text-transform:uppercase;line-height:18px}@media screen and (min-width: 600px){.cyberweek-badge{font-size:16px}.cyberweek-badge__addition{width:56px;height:56px;line-height:24px;margin-left:8px}.cyberweek-badge__image{width:96px}}.cyberweek-highlights-carousel{position:relative;overflow:hidden}.cyberweek-highlights-carousel .fx-headline{color:#fff}.cyberweek-highlights-carousel .fx-carousel .control-direction .control-direction__button{top:calc(50% - (48px / 2) - (16px / 4) - 16px / 2)}.cyberweek-highlights-carousel .fx-carousel .control-indicators .control-indicators-track{background:#6009b0}.cyberweek-highlights-carousel .fx-carousel__button .fx-button--primary{background:transparent;border-color:#fff}.cyberweek-highlights-carousel__current_date{display:block;font-weight:400}.cyberweek-highlights-carousel--as-teaser{background:url('https://images.static-thomann.de/pics/images/special/cyberweek2024/teaser-background.png');background-color:#4c0092;background-blend-mode:multiply,normal}.cyberweek-highlights-carousel--as-teaser .fx-carousel.fx-carousel--skin-bleed.fx-carousel--skin-bleed-cyberweek .holder{-webkit-mask-image:linear-gradient(to right,transparent 0%,black 3%,black 97%,transparent 100%);mask-image:linear-gradient(to right,transparent 0%,black 3%,black 97%,transparent 100%);-webkit-mask-image:linear-gradient(to right,transparent 0%,black 3% 97%,transparent 100%);mask-image:linear-gradient(to right,transparent 0%,black 3% 97%,transparent 100%)}.cyberweek-highlights-carousel--as-teaser .fx-carousel.fx-carousel--skin-bleed.fx-carousel--skin-bleed-cyberweek .holder:before,
.cyberweek-highlights-carousel--as-teaser .fx-carousel.fx-carousel--skin-bleed.fx-carousel--skin-bleed-cyberweek .holder:after{background:transparent}.cyberweek-highlights-carousel--as-teaser .cyberweek-background-bubbles__frame{top:0}.cyberweek-highlights-carousel--as-teaser .cyberweek-background-bubbles__second{width:191px;height:191px;top:300px;left:-129px;border-radius:191px}.cyberweek-highlights-carousel--as-header .fx-carousel.fx-carousel--skin-bleed.fx-carousel--skin-bleed-cyberweek .holder{-webkit-mask-image:linear-gradient(to right,transparent 0%,black 3%,black 97%,transparent 100%);mask-image:linear-gradient(to right,transparent 0%,black 3%,black 97%,transparent 100%);-webkit-mask-image:linear-gradient(to right,transparent 0%,black 3% 97%,transparent 100%);mask-image:linear-gradient(to right,transparent 0%,black 3% 97%,transparent 100%)}.cyberweek-highlights-carousel--as-header .fx-carousel.fx-carousel--skin-bleed.fx-carousel--skin-bleed-cyberweek .holder:before,
.cyberweek-highlights-carousel--as-header .fx-carousel.fx-carousel--skin-bleed.fx-carousel--skin-bleed-cyberweek .holder:after{background:transparent}.cyberweek-highlights-carousel__container{padding-bottom:40px}.cyberweek-highlights-carousel .highlights-header{text-align:center;padding-top:40px}.cyberweek-highlights-carousel .highlights-header__flash{position:absolute;width:48px;height:48px;top:-40px;right:calc(50% - 150px)}.cyberweek-highlights-carousel .highlights-header__logo-wrapper{position:relative;width:-webkit-fit-content;width:fit-content;margin:auto}.cyberweek-highlights-carousel .highlights-header__logo-wrapper:before{content:'';position:absolute;z-index:0;background:#7e00f3;border-radius:100%;width:230px;height:230px;filter:blur(120px);top:-210px;left:-5px}.cyberweek-highlights-carousel .highlights-header__logo{width:220px;position:relative}.cyberweek-highlights-carousel .fx-product-box--highlights-rounded .fx-product-box__image{display:inline-block}@media screen and (min-width: 460px){.cyberweek-highlights-carousel .fx-product-box--highlights-rounded .fx-product-box__inner-wrapper{min-height:340px}}@media screen and (min-width: 600px){.cyberweek-highlights-carousel .fx-product-box--highlights-rounded .fx-product-box__inner-wrapper{min-height:350px}}@media screen and (min-width: 760px){.cyberweek-highlights-carousel .fx-product-box--highlights-rounded .fx-product-box__inner-wrapper{min-height:360px}}@media screen and (min-width: 940px){.cyberweek-highlights-carousel .fx-product-box--highlights-rounded .fx-product-box__inner-wrapper{min-height:392px}}@media screen and (min-width: 1150px){.cyberweek-highlights-carousel .fx-product-box--highlights-rounded .fx-product-box__inner-wrapper{min-height:400px}}@media screen and (min-width: 600px){.cyberweek-highlights-carousel .highlights-header__logo-wrapper:before{width:325px;height:325px;filter:blur(142px);top:-120px;left:-5px}.cyberweek-highlights-carousel .highlights-header__logo{width:320px}.cyberweek-highlights-carousel .highlights-header__flash{width:80px;height:80px;top:-48px;right:calc(50% - 230px)}.cyberweek-highlights-carousel .cyberweek-background-bubbles__first{width:109px;height:109px;top:-44px;right:-68px;border-radius:109px}.cyberweek-highlights-carousel .cyberweek-background-bubbles__second{width:339px;height:339px;top:120px;left:-239px;border-radius:339px}.cyberweek-highlights-carousel__current_date{display:inline}}@media screen and (min-width: 940px){.cyberweek-highlights-carousel .fx-carousel .control-direction .control-direction__button{top:calc(50% - (48px / 2) - (16px / 4) - 40px / 2)}.cyberweek-highlights-carousel__container{padding-bottom:64px}.cyberweek-highlights-carousel .highlights-header{padding-top:64px}.cyberweek-highlights-carousel .highlights-header__logo-wrapper:before{width:560px;height:560px;filter:blur(172px);top:-140px;left:-75px}.cyberweek-highlights-carousel .highlights-header__logo{width:360px}.cyberweek-highlights-carousel .highlights-header__flash{width:80px;height:80px;top:-64px;right:calc(50% - 260px)}.cyberweek-highlights-carousel .cyberweek-background-bubbles__second{width:475px;height:475px;top:125px;left:-383px;border-radius:238px}}@media screen and (min-width: 1150px){.cyberweek-highlights-carousel .highlights-header__logo{width:390px}}.auto-deal-carousel-container .fx-carousel.fx-carousel--skin-bleed.fx-carousel--skin-bleed-cyberweek .holder:before,
.auto-deal-carousel-container .fx-carousel.fx-carousel--skin-bleed.fx-carousel--skin-bleed-cyberweek .holder:after{background:#942649}.auto-deal-carousel-container .fx-product-box.fx-product-box--skin-light:hover .description{color:#fff}.cyberweek-background-bubbles__frame{overflow:hidden;position:absolute;width:100px;height:100px;right:0}.cyberweek-background-bubbles__first{position:absolute;background:#ff1776}.cyberweek-background-bubbles__second{position:absolute;background:#ff1776}.fx-content-cyberweek .ddeals-teaser{background-color:rgba(28,28,28,0.3);max-width:700px;margin:0 auto 24px auto;border-radius:100px}.fx-content-cyberweek .ddeals-teaser:hover{background-color:rgba(2,2,2,0.3)}.fx-content-cyberweek .ddeals-teaser__icon{transform:translateX(0);transition:transform 0.15s ease}.fx-content-cyberweek .ddeals-teaser__link{display:flex;justify-content:center;align-items:center;color:#fff;padding:24px 24px 24px 42px}.fx-content-cyberweek .ddeals-teaser__link:hover,
.fx-content-cyberweek .ddeals-teaser__link:active,
.fx-content-cyberweek .ddeals-teaser__link:focus{color:#fff}.fx-content-cyberweek .ddeals-teaser__link:hover .ddeals-teaser__icon{transform:translateX(3px)}.fx-content-cyberweek .ddeals-teaser__text{font-size:14px;line-height:22px;letter-spacing:-0.11px}.fx-content-cyberweek .ddeals-teaser__icon{margin-left:12px}@media screen and (min-width: 600px){.fx-content-cyberweek .ddeals-teaser__text{font-size:16px;line-height:30px;letter-spacing:-0.33px}.fx-content-cyberweek .ddeals-teaser__link{padding:24px 48px}.fx-content-cyberweek .ddeals-teaser__link:hover .ddeals-teaser__icon{transform:translateX(10px)}}@media screen and (min-width: 940px){.fx-content-cyberweek .ddeals-teaser__text{font-size:20px;line-height:30px;letter-spacing:-0.33px}.fx-content-cyberweek .ddeals-teaser__link{padding:40px 64px}}.fx-content-cyberweek .teaser-box__carousel{margin-bottom:16px}.fx-content-cyberweek .teaser-box__link{text-align:center}.fx-content-cyberweek-expired .cyberweek-header .expired{text-align:center;margin-bottom:24px}.fx-content-cyberweek-expired .cyberweek-header .expired__img-wrapper{margin-bottom:24px}.fx-content-cyberweek-expired .cyberweek-header .expired__countdown{margin:0 24px 24px}.fx-content-cyberweek-expired .cyberweek-header .expired__headline{margin:0 24px 16px}.fx-content-cyberweek-expired .cyberweek-header .expired__emoji{max-height:24px}.fx-content-cyberweek-expired .cyberweek-header .expired__text{max-width:936px;margin:0 24px}.fx-content-cyberweek-expired .cyberweek-header .expired__text a{-webkit-text-decoration:underline;text-decoration:underline}.fx-content-cyberweek-expired .cyberweek-header .expired__subtext{max-width:936px;margin:0 24px;font-size:16px;line-height:22px;font-weight:600}.fx-content-cyberweek-expired .cyberweek-header .expired__subtext > a{font-weight:700;-webkit-text-decoration:none;text-decoration:none}.fx-content-cyberweek-expired .cyberweek-header .expired--new-soon.expired--with-newsletter{margin-bottom:0}.fx-content-cyberweek-expired .cyberweek-header .expired--new-soon.expired--with-newsletter .expired__img--centered{margin-right:auto;margin-left:auto}.fx-content-cyberweek-expired .cyberweek-header .expired--new-soon .expired__img-wrapper{background:#e9f4ff}.fx-content-cyberweek-expired .cyberweek-header .expired--standard .expired__img-wrapper{margin:16px 16px 24px}@media screen and (min-width: 600px){.fx-content-cyberweek-expired .cyberweek-header .expired__countdown{margin:0 24px 32px}.fx-content-cyberweek-expired .cyberweek-header .expired__headline{margin:0 24px 24px}.fx-content-cyberweek-expired .cyberweek-header .expired__text{margin:0 32px}.fx-content-cyberweek-expired .cyberweek-header .expired__subtext{font-size:18px;line-height:24px;margin:0 32px}.fx-content-cyberweek-expired .cyberweek-header .expired__emoji{max-height:32px}.fx-content-cyberweek-expired .cyberweek-header .expired--standard .expired__img-wrapper{margin:24px 24px 24px}}@media screen and (min-width: 940px){.fx-content-cyberweek-expired .cyberweek-header .expired{margin-bottom:64px}.fx-content-cyberweek-expired .cyberweek-header .expired__headline{margin:0 24px 24px}.fx-content-cyberweek-expired .cyberweek-header .expired__text{margin:0 auto}.fx-content-cyberweek-expired .cyberweek-header .expired__subtext{font-size:18px;line-height:28px;margin:0 auto}.fx-content-cyberweek-expired .cyberweek-header .expired .expired__emoji{max-height:48px}.fx-content-cyberweek-expired .cyberweek-header .expired--standard .expired__img-wrapper{margin-top:32px}.fx-content-cyberweek-expired .cyberweek-header .expired--standard .expired__headline{margin:0 24px 44px}}.fx-content-cyberweek-expired .newsletter-subscribe--cyberweek{max-width:1016px}.fx-content-cyberweek-expired .newsletter-subscribe--cyberweek .cyberweek-icon{height:36px;width:36px}.fx-content-cyberweek-expired .newsletter-subscribe--cyberweek .newsletter-subscribe__form{padding:24px 16px;margin:0 auto}@media screen and (min-width: 600px){.fx-content-cyberweek-expired .newsletter-subscribe--cyberweek .cyberweek-icon{height:40px;width:40px}.fx-content-cyberweek-expired .newsletter-subscribe--cyberweek .newsletter-subscribe__form{padding:32px 24px}}@media screen and (min-width: 940px){.fx-content-cyberweek-expired .newsletter-subscribe--cyberweek .cyberweek-icon{height:64px;width:64px}}.fx-content-cyberweek-expired .newsletter-subscribe__form{padding:0 16px 16px 16px;margin-bottom:0}.fx-content-cyberweek-expired .newsletter-subscribe__form > :not(.newsletter-infobox__headline){max-width:426px;margin-left:auto;margin-right:auto}.fx-content-cyberweek-expired .newsletter-subscribe__infobox .privacy-text{font-size:12px;line-height:16px;font-weight:400;color:#8a8a8a}.fx-content-cyberweek-expired .newsletter-subscribe__infobox .privacy-text a{-webkit-text-decoration:underline;text-decoration:underline;font-size:12px;line-height:16px;font-weight:400;color:#8a8a8a}.fx-content-cyberweek-active{background:url('https://images.static-thomann.de/pics/images/special/cyberweek2024/teaser-background.png');background-color:#4c0092;background-blend-mode:multiply,normal}.fx-content-cyberweek-active .cyberweek-header{text-align:center}.fx-content-cyberweek-active .cyberweek-header-wrapper{overflow:hidden}.fx-content-cyberweek-active .cyberweek-header .cyberweek-background-bubbles__first{width:55px;height:55px;top:-19px;right:0;border-bottom-left-radius:55px}.fx-content-cyberweek-active .cyberweek-header .cyberweek-background-bubbles__second{width:191px;height:191px;top:390px;left:-129px;border-radius:191px}.fx-content-cyberweek-active .cyberweek-header .visual{padding-top:16px;position:relative;display:flex;justify-content:center;align-items:center}.fx-content-cyberweek-active .cyberweek-header .visual__logo{width:136px;z-index:1}.fx-content-cyberweek-active .cyberweek-header .visual__percent{position:absolute;right:0;top:32px}.fx-content-cyberweek-active .cyberweek-header__date{color:#fff;font-size:14px;line-height:30px;letter-spacing:4px;font-weight:700;width:-webkit-fit-content;width:fit-content;z-index:1;position:relative;margin:4px auto 0 auto;padding:0 4px;border-radius:4px}@media screen and (min-width: 600px){.fx-content-cyberweek-active .cyberweek-header{padding-left:48px;padding-right:48px}.fx-content-cyberweek-active .cyberweek-header .visual{padding-top:32px}.fx-content-cyberweek-active .cyberweek-header .visual:before{content:'';position:absolute;background:#7e00f3;border-radius:100%;width:325px;height:325px;filter:blur(142px);z-index:0}.fx-content-cyberweek-active .cyberweek-header .visual__logo{width:210px}.fx-content-cyberweek-active .cyberweek-header .visual__percent{width:160px}.fx-content-cyberweek-active .cyberweek-header__date{font-size:18px;line-height:30px;letter-spacing:4px;margin-top:6px}.fx-content-cyberweek-active .cyberweek-header .cyberweek-background-bubbles__first{width:55px;height:55px;top:0;right:0;border-bottom-left-radius:55px}.fx-content-cyberweek-active .cyberweek-header .cyberweek-background-bubbles__second{width:339px;height:339px;top:310px;left:-239px;border-radius:339px}}@media screen and (min-width: 940px){.fx-content-cyberweek-active .cyberweek-header .visual:before{width:560px;height:560px;filter:blur(172px)}.fx-content-cyberweek-active .cyberweek-header .visual__logo{width:358px}.fx-content-cyberweek-active .cyberweek-header .visual__percent{width:220px}.fx-content-cyberweek-active .cyberweek-header__date{font-size:22px;line-height:30px;letter-spacing:6px;padding:0 8px;margin-top:8px}.fx-content-cyberweek-active .cyberweek-header .cyberweek-background-bubbles__first{width:110px;height:110px;top:-45px;right:-35px;border-bottom-left-radius:110px}.fx-content-cyberweek-active .cyberweek-header .cyberweek-background-bubbles__second{width:475px;height:475px;top:444px;left:-331px;border-radius:238px}}.fx-content-cyberweek-active .cyberweek-deals-masonry .navigation__features .fx-icon,
.fx-content-cyberweek-active .cyberweek-deals-masonry .navigation__features .fx-input-select-simple__label{color:white}.fx-content-cyberweek-active .cyberweek-deals-masonry .fx-pagination .fx-button{background:transparent;border-color:#fff}.fx-content-cyberweek-active .cyberweek-deals-masonry .filter-chips__white-out{display:none}.fx-content-cyberweek-active .cyberweek-price-disclaimer{padding-bottom:100px}.fx-content-download-deals .introduction .teaser{width:100%;display:flex;flex-direction:row;justify-content:space-between;align-items:center}.fx-content-download-deals .introduction .teaser__image{margin-bottom:0}.fx-content-download-deals .introduction .teaser__link-text{white-space:nowrap}.fx-content-download-deals .introduction .banner{position:relative;width:100%;overflow:hidden;border-radius:6px}.fx-content-download-deals .introduction .banner__image{width:100%;border-radius:6px;min-width:500px}.fx-content-download-deals .introduction .banner__link{position:absolute;right:-4px;bottom:0}.fx-content-download-deals .introduction .banner__link-text{white-space:nowrap}@media screen and (min-width: 600px){.fx-content-download-deals .introduction .banner__link{right:24px;bottom:12px}}@media screen and (min-width: 940px){.fx-content-download-deals .introduction .teaser{width:auto;flex-direction:column}.fx-content-download-deals .introduction .teaser__image{margin-bottom:12px}.fx-content-download-deals .introduction .teaser__link{align-self:center}.fx-content-download-deals .introduction .banner__link{right:48px;bottom:24px}}.fx-content-download-deals .brand-bar{display:flex;align-items:center;position:relative;width:100%;padding:14px 10px;overflow:hidden}.fx-content-download-deals .brand-bar__list{display:block;list-style:none;text-align:center;white-space:nowrap;width:100%;margin:0 auto;overflow-x:auto;overflow-y:hidden;scrollbar-width:none;-ms-overflow-style:none}.fx-content-download-deals .brand-bar__list::-webkit-scrollbar{display:none}.fx-content-download-deals .brand-bar__brand{cursor:pointer;margin:4px 16px;display:inline-block}.fx-content-download-deals .brand-bar .navigation{position:absolute;margin:0;top:50%;transform:translateY(-50%)}.fx-content-download-deals .brand-bar .navigation--left{left:0}.fx-content-download-deals .brand-bar .navigation--left .navigation__button{margin-left:5px}.fx-content-download-deals .brand-bar .navigation--right{right:0}.fx-content-download-deals .brand-bar .navigation--right .navigation__button{margin-right:5px}.fx-content-download-deals .brand-bar .navigation__spacer-left,
.fx-content-download-deals .brand-bar .navigation__spacer-right{width:48px;height:48px;display:inline-block;background:linear-gradient(to right,#fff 0px,rgba(255,255,255,0) 100%)}.fx-content-download-deals .brand-bar .navigation__spacer-right{background:linear-gradient(to right,rgba(255,255,255,0) 0px,#fff 100%)}.fx-content-download-deals .brand-bar .navigation .navigation__button{background-color:#fff;display:none}.fx-content-download-deals .brand-bar .navigation:hover .navigation__button{display:inline-flex}.fx-content-download-deals .brand-bar .navigation--disabled .navigation__button{opacity:0.25}@media screen and (min-width: 600px){.fx-content-download-deals .brand-bar__list{margin:0 48px}.fx-content-download-deals .brand-bar .navigation .navigation__button{display:inline-flex}}.fx-content-download-deals .deals .manufacturer-list__item{padding-top:68px;margin-top:-68px}.fx-content-download-deals .deals .manufacturer-list__item .fx-product-list-entry:last-child{margin-bottom:24px}.fx-content-download-deals .deals__legal-info{display:flex;justify-content:center;color:#8a8a8a;margin-top:14px;font-size:14px;line-height:22px;letter-spacing:0.1px}@media screen and (min-width: 600px){.fx-content-download-deals .deals__legal-info{margin-top:20px}}@media screen and (min-width: 940px){.fx-content-download-deals .deals__legal-info{margin-top:24px}}@media screen and (min-width: 600px){.fx-content-download-deals .deals .manufacturer-list__item .fx-product-list-entry:last-child{margin-bottom:48px}}@media screen and (min-width: 940px){.fx-content-download-deals .deals .manufacturer-list__item .fx-product-list-entry:last-child{margin-bottom:64px}}.fx-content-not-found{margin-bottom:88px}@media screen and (min-width: 600px){.fx-content-not-found{margin-bottom:96px}}@media screen and (min-width: 940px){.fx-content-not-found{margin-bottom:120px}}.thomann-content-module-pagenotfound .helpdesk-contact-wrapper{margin-top:24px}.store-select .flag-teaser{display:flex;align-items:center;cursor:pointer;text-transform:lowercase}.store-select .flag-teaser__count{display:flex;justify-content:center;align-items:center;background-color:#f3f3f3;height:30px;width:40px}.store-select .flag-teaser__text{margin:0 0 0 8px;display:flex;justify-content:center;align-items:center}.store-select .country-item{margin:10px 0}.store-select .country-item__flag-container{background-color:#f3f3f3}.store-select .country-item__flag{mix-blend-mode:multiply;height:30px;width:40px}.store-select .country-item__title{overflow-wrap:break-word;word-wrap:break-word;-webkit-hyphens:auto;hyphens:auto}@media screen and (min-width: 600px){.store-select__countries{margin-top:24px}.store-select .country-item{margin:8px 0 16px}.store-select .country-item__flag{height:36px;width:48px}}.usp-badges-wrapper{position:relative;width:calc(100% + 24px * 2);margin-left:-24px}.usp-badges{display:flex;width:100%;overflow:auto;-ms-overflow-style:none;scrollbar-width:none;align-items:center}.usp-badges::-webkit-scrollbar{display:none}.usp-badges::after,
.usp-badges::before{position:absolute;content:'';top:0;height:100%;width:24px;z-index:1}.usp-badges::after{right:0;background:linear-gradient(to right,rgba(255,255,255,0) 0,#fff 100%)}.usp-badges::before{left:0;background:linear-gradient(to left,rgba(255,255,255,0) 0,#fff 100%)}.usp-badge{position:relative;min-width:160px;margin-right:24px;flex-grow:1;flex-basis:0}.usp-badge:first-child{margin-left:24px}.usp-badge:last-child{margin-right:0}.usp-badge__icon{height:32px;width:32px;margin-right:12px}.usp-badge__link{display:flex;align-items:center;-webkit-text-decoration:none;text-decoration:none}.usp-badge__text{font-size:12px;line-height:17px}.usp-badge__text-wrapper{max-height:51px}@media screen and (min-width: 600px){.usp-badge__text{font-size:13px;line-height:19px}.usp-badge__text-wrapper{max-height:57px}.usp-badge__icon{margin:0 12px;height:38px;width:38px}.usp-badge:first-child .usp-badge__icon{margin-left:0}}@media screen and (min-width: 940px){.usp-badge{min-width:180px}.usp-badge__icon{height:47px;width:47px}.usp-badge__text{font-size:14px;line-height:22px}.usp-badge__text-wrapper{max-height:66px}}.thomann-content-module-index{margin-top:16px;margin-bottom:64px}@media screen and (min-width: 600px){.thomann-content-module-index{margin-top:16px}}@media screen and (min-width: 940px){.thomann-content-module-index{margin-top:24px}}@media screen and (min-width: 600px){.thomann-content-module-index{margin-bottom:72px}}@media screen and (min-width: 940px){.thomann-content-module-index{margin-bottom:80px}}.thomann-content-module-index .usp-badges-wrapper{margin-top:16px}@media screen and (min-width: 600px){.thomann-content-module-index .usp-badges-wrapper{margin-top:24px}}.thomann-content-module-index .recent-order{margin-top:16px}@media screen and (min-width: 600px){.thomann-content-module-index .recent-order{margin-top:24px}}@media screen and (min-width: 940px){.thomann-content-module-index .recent-order{margin-top:34px}}.thomann-content-module-index .main-categories-overview,
.thomann-content-module-index .categories-overview{margin-top:42px}@media screen and (min-width: 600px){.thomann-content-module-index .main-categories-overview,
  .thomann-content-module-index .categories-overview{margin-top:66px}}@media screen and (min-width: 940px){.thomann-content-module-index .main-categories-overview,
  .thomann-content-module-index .categories-overview{margin-top:70px}}.thomann-content-module-index .categories-overview .main-categories-overview{margin:0}.thomann-content-module-index .fx-brand-carousel-wrapper,
.thomann-content-module-index .fx-product-carousel-tabbed,
.thomann-content-module-index .main-categories-overview,
.thomann-content-module-index .categories-overview,
.thomann-content-module-index .cyberweek-highlights-carousel{margin-bottom:64px}@media screen and (min-width: 600px){.thomann-content-module-index .fx-brand-carousel-wrapper,
  .thomann-content-module-index .fx-product-carousel-tabbed,
  .thomann-content-module-index .main-categories-overview,
  .thomann-content-module-index .categories-overview,
  .thomann-content-module-index .cyberweek-highlights-carousel{margin-bottom:72px}}@media screen and (min-width: 940px){.thomann-content-module-index .fx-brand-carousel-wrapper,
  .thomann-content-module-index .fx-product-carousel-tabbed,
  .thomann-content-module-index .main-categories-overview,
  .thomann-content-module-index .categories-overview,
  .thomann-content-module-index .cyberweek-highlights-carousel{margin-bottom:80px}}.thomann-content-module-index .fx-groupie-carousel{margin-bottom:64px}@media screen and (min-width: 600px){.thomann-content-module-index .fx-groupie-carousel{margin-bottom:72px}}@media screen and (min-width: 940px){.thomann-content-module-index .fx-groupie-carousel{margin-bottom:80px}}.thomann-content-module-index .fx-groupie-carousel .fx-carousel__headline{text-align:center}.thomann-content-module-index .index-checkout-restriction-notice{margin-top:-8px}.recent-order{display:flex;flex-direction:column;align-items:center;justify-content:center}.recent-order .recent-order__title{margin-bottom:8px}.recent-order .recent-order__meta .recent-order__meta-link{white-space:nowrap;font-size:16px;line-height:16px;letter-spacing:-0.26px}.recent-order .order-teaser{display:flex;align-items:center;background:#f3f3f3;border-radius:6px;padding:8px;width:100%}.recent-order .order-teaser__visual{position:relative;background:#fff;border-radius:4px;width:56px;height:56px}.recent-order .order-teaser__visual-count{position:absolute;bottom:4px;right:4px;background:#000;color:#fff;border-radius:24px;padding:2px 4px;text-align:center;display:flex;align-items:center;justify-content:center;min-width:20px;min-height:20px}.recent-order .order-teaser__detail{margin-left:12px}.recent-order .order-teaser__img{max-width:100%;padding:4px}@media screen and (min-width: 600px){.recent-order{flex-direction:row}.recent-order__meta{direction:rtl;margin-right:12px}.recent-order .order-teaser{width:auto;margin-left:12px}.recent-order .order-teaser__visual{width:64px;height:64px}}@media screen and (min-width: 940px){.recent-order .order-teaser{min-width:350px}.recent-order .order-teaser__visual{width:96px;height:96px}.recent-order .order-teaser__visual-count{min-width:28px;min-height:28px}}.fx-content-topseller__top50_subheadline{text-align:left;margin-top:4px}.fx-content-topseller__content-section--no-padding-bottom{padding-bottom:0}@media screen and (min-width: 600px){.fx-content-topseller__top50_subheadline{text-align:center}}@media screen and (min-width: 940px){.fx-content-topseller__top50_subheadline{text-align:center}.fx-content-topseller__top50-articles{max-width:940px;margin:auto}}.fx-content-salesrank__category-selector{max-width:200px}.fx-content-salesrank__list .list-item--selected{background-color:#f3f3f3}.fx-content-salesrank__separator{border-top:1px dashed #b4b4b4;border-bottom:1px dashed #b4b4b4;padding:16px;margin-bottom:16px}@media screen and (min-width: 600px){.fx-content-salesrank__category-selector{max-width:none}.fx-content-salesrank__separator{padding:24px;margin-bottom:24px;border-top-width:2px;border-bottom-width:2px}}@media screen and (min-width: 940px){.fx-content-salesrank__list,
  .fx-content-salesrank__separator{max-width:940px;margin-left:auto;margin-right:auto}}.thomann-content-module-presents .fx-content-presents{margin-bottom:64px}@media screen and (min-width: 600px){.thomann-content-module-presents .fx-content-presents{margin-bottom:72px}}@media screen and (min-width: 940px){.thomann-content-module-presents .fx-content-presents{margin-bottom:80px}}.thomann-content-module-presents .fx-content-presents-list .suggested-presents{margin-bottom:64px}@media screen and (min-width: 600px){.thomann-content-module-presents .fx-content-presents-list .suggested-presents{margin-bottom:72px}}@media screen and (min-width: 940px){.thomann-content-module-presents .fx-content-presents-list .suggested-presents{margin-bottom:80px}}.thomann-content-module-presents .fx-content-presents-list .presents-list-body .fx-product-masonry__header{justify-content:flex-end}@media screen and (min-width: 600px){.thomann-content-module-presents .fx-content-presents-search .presents-list-body .fx-product-masonry__header{justify-content:space-between}}@media screen and (min-width: 940px){.thomann-content-module-presents .presents-main-header--list-page .fx-hero-introduction__grid{margin-bottom:0}}.thomann-content-module-presents .coupon{height:200px;width:100%;overflow:hidden;position:relative;border-radius:6px}.thomann-content-module-presents .coupon__content{position:absolute;transform:translateY(-50%);top:50%;width:100%;padding:0 8px}.thomann-content-module-presents .coupon__title{color:#f3f3f3}.thomann-content-module-presents .coupon__image{width:100%;height:100%;min-height:200px}@media screen and (min-width: 600px){.thomann-content-module-presents .coupon{height:280px}.thomann-content-module-presents .coupon__content{padding:0 16px}}@media screen and (min-width: 940px){.thomann-content-module-presents .coupon{height:360px}}.thomann-content-module-presents .presents-list-body .fx-product-masonry__header{flex-direction:column;row-gap:10px}.thomann-content-module-presents .presents-list-body .fx-product-masonry__header .price-range-selector{width:100%;max-width:300px;margin:0 auto}@media screen and (min-width: 600px){.thomann-content-module-presents .presents-list-body .fx-product-masonry__header{flex-direction:row}.thomann-content-module-presents .presents-list-body .fx-product-masonry__header .price-range-selector{margin:0}}.fx-content-casefactory .casetypes .casetype,
.fx-content-caseconfigurator .casetypes .casetype{display:flex;flex-direction:column;justify-content:space-between;height:100%;border-radius:6px;padding:16px;background-color:#e8e8e8;border-color:#e8e8e8;overflow:hidden}.fx-content-casefactory .casetypes .casetype:hover .casetype__image,
.fx-content-caseconfigurator .casetypes .casetype:hover .casetype__image{transform:scale(1.05) translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.fx-content-casefactory .casetypes .casetype:hover .casetype__title,
.fx-content-caseconfigurator .casetypes .casetype:hover .casetype__title{color:#7e00f3}.fx-content-casefactory .casetypes .casetype__image,
.fx-content-caseconfigurator .casetypes .casetype__image{mix-blend-mode:multiply;transition:transform 0.25s 0s cubic-bezier(0.25,0.8,0.25,1)}.fx-content-casefactory .casetypes .casetype__title,
.fx-content-caseconfigurator .casetypes .casetype__title{font-weight:600;padding-top:8px;text-align:center;transition:color 0.25s 0s cubic-bezier(0.25,0.8,0.25,1);word-break:break-word}.fx-content-casefactory .casefactory__overview .casetypes__tab .casetype{position:relative;width:100%;transition:opacity 0.25s 0s cubic-bezier(0.25,0.8,0.25,1);opacity:0.7}.fx-content-casefactory .casefactory__overview .casetypes__tab .casetype:hover{opacity:1}.fx-content-casefactory .casefactory__overview .casetypes__tab .casetype .check{display:none;justify-content:center;align-items:center;background-color:#00b27d;color:#fff;width:24px;height:24px;border-radius:50%;position:absolute;top:0;right:0;margin:8px;padding:6px}.fx-content-casefactory .casefactory__overview .casetypes__tab.active .casetype{opacity:1}.fx-content-casefactory .casefactory__overview .casetypes__tab.active .casetype .check{display:flex}@media screen and (min-width: 600px){.fx-content-casefactory .casefactory__overview .casetypes .casetype .check{width:28px;height:28px;padding:7px}}@media screen and (min-width: 940px){.fx-content-casefactory .casefactory__overview .casetypes .casetype .check{width:32px;height:32px;padding:8px}}.fx-content-casefactory .casefactory__overview .casefactory__carousel-headline{margin-bottom:41px}.fx-content-casefactory .casefactory__overview .casefactory-carousel .case-variation{display:flex;flex-direction:column;height:100%;position:relative}.fx-content-casefactory .casefactory__overview .casefactory-carousel .case-variation__head{display:block;background-color:#f3f3f3;border-radius:8px;padding:16px 32px 32px 32px}.fx-content-casefactory .casefactory__overview .casefactory-carousel .case-variation__head .preview-image__img{transition:transform 0.25s 0s cubic-bezier(0.25,0.8,0.25,1)}.fx-content-casefactory .casefactory__overview .casefactory-carousel .case-variation__head:hover .case-variation__usp{color:#1c1c1c}.fx-content-casefactory .casefactory__overview .casefactory-carousel .case-variation__head:hover .preview-image__img{transform:scale(1.05) translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.fx-content-casefactory .casefactory__overview .casefactory-carousel .case-variation__facts{flex-grow:1;margin-top:24px}.fx-content-casefactory .casefactory__overview .casefactory-carousel .case-variation__bottom{margin-top:24px}.fx-content-casefactory .casefactory__overview .casefactory-carousel .case-variation__bottom .numbers .numbers_item{display:block}.fx-content-casefactory .casefactory__overview .casefactory-carousel .case-variation__bottom .subvariations{border-top:1px solid #e8e8e8;padding-top:24px;margin-top:28px}.fx-content-casefactory .casefactory__overview .casefactory-carousel .case-variation__bottom .subvariations__wrapper{display:inline-block}.fx-content-casefactory .casefactory__overview .casefactory-carousel .case-variation__tag-wrapper{margin-bottom:8px}.fx-content-casefactory .casefactory__overview .casefactory-carousel .case-variation__cta{background-color:#f3f3f3;border-radius:8px;padding:16px;margin-top:28px}.fx-content-casefactory .casefactory__overview .casefactory-carousel .case-variation__cta .price{margin-top:8px;margin-bottom:16px}@media screen and (min-width: 600px){.fx-content-casefactory .casefactory__overview .casefactory-carousel .case-variation__head{padding-top:20px}.fx-content-casefactory .casefactory__overview .casefactory-carousel .case-variation__text{min-height:92px}.fx-content-casefactory .casefactory__overview .casefactory-carousel .case-variation__tag-wrapper{position:absolute;top:0;left:0;right:0;transform:translateY(-50%);text-align:center;margin-bottom:0}.fx-content-casefactory .casefactory__overview .casefactory-carousel .case-variation__tag{white-space:nowrap}}@media screen and (min-width: 940px){.fx-content-casefactory .casefactory__overview .casefactory-carousel .case-variation__text{min-height:108px}}.fx-content-casefactory .casefactory__overview .casefactory-carousel__indicator{position:absolute;top:-20px;left:0;right:0}.fx-content-casefactory .casefactory__overview .casefactory__info{margin-top:80px}@media screen and (min-width: 600px){.fx-content-casefactory .casefactory__overview .casefactory__info{margin-top:100px}}@media screen and (min-width: 940px){.fx-content-casefactory .casefactory__overview .casefactory__info{margin-top:120px}}@media screen and (min-width: 600px){.fx-content-casefactory .casefactory__overview .casefactory__carousel-headline{margin-bottom:48px}.fx-content-casefactory .casefactory__overview .casefactory-carousel__item{padding-top:16px}}@media screen and (min-width: 940px){.fx-content-casefactory .casefactory__overview .casefactory-carousel__view.sized-2-3{margin:0 auto}}.fx-content-casefactory .casefactory__service{margin-bottom:32px}@media screen and (min-width: 600px){.fx-content-casefactory .casefactory__service{margin-bottom:40px}}@media screen and (min-width: 940px){.fx-content-casefactory .casefactory__service{margin-bottom:40px}}.fx-content-caseconfigurator{margin-top:16px}@media screen and (min-width: 940px){.fx-content-caseconfigurator{margin-top:0}.fx-content-caseconfigurator.casefactory__error{margin-top:16px}}.fx-content-caseconfigurator .case-configurator-choices .dimensions .dimension,
.fx-content-caseconfigurator .case-configurator-choices .dimensions .top{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center}.fx-content-caseconfigurator .case-configurator-choices .dimensions .dimension{margin-top:32px}.fx-content-caseconfigurator .case-configurator-choices .dimensions .dimension__title{font-weight:700;margin-bottom:12px}.fx-content-caseconfigurator .case-configurator-choices .dimensions .dimension__label{margin-right:16px}.fx-content-caseconfigurator .case-configurator-choices .dimensions .dimension__input{width:auto;margin-top:0;flex:1 1 150px;max-width:200px}.fx-content-caseconfigurator .case-configurator-choices .dimensions .keyboards{margin-top:16px}.fx-content-caseconfigurator .case-configurator-choices .dimensions .keyboards__select{margin-bottom:24px}.fx-content-caseconfigurator .case-configurator-choices .dimensions .keyboards .keyboard-custom__input{display:block;margin-top:16px}.fx-content-caseconfigurator .case-configurator-choices .dimensions .exterior{display:flex;flex-wrap:wrap;justify-content:space-between;margin:24px 0}.fx-content-caseconfigurator .case-configurator-choices .dimensions .exterior__label{font-weight:600}.fx-content-caseconfigurator .case-configurator-choices .dimensions .alerts{margin:24px 0}.fx-content-caseconfigurator .case-configurator-choices .color-picker .headline__value{padding-left:16px}.fx-content-caseconfigurator .case-configurator-choices .color-picker .color-panel .explanation{margin-top:16px;margin-bottom:16px}.fx-content-caseconfigurator .case-configurator-choices .color-picker .color-panel .colors{display:flex;flex-wrap:wrap;margin:0 -5px}.fx-content-caseconfigurator .case-configurator-choices .color-picker .color-panel .colors .color{display:inline-flex;justify-content:center;align-items:center;border:1px solid #686868;border-radius:4px;width:48px;height:48px;margin:5px;cursor:pointer}.fx-content-caseconfigurator .case-configurator-choices .color-picker .color-panel .colors .color__icon{color:#fff}.fx-content-caseconfigurator .case-configurator-choices .color-picker .color-panel .colors .color.color--bright .color__icon{color:#000}.fx-content-caseconfigurator .case-configurator-choices .color-picker .color-panel .colors .color:hover{border-width:4px;border-color:#7e00f3}.fx-content-caseconfigurator .case-configurator-choices .color-picker .color-panel .colors .color:hover .color__icon{color:#7e00f3}.fx-content-caseconfigurator .case-configurator-choices .options{margin:24px 0}.fx-content-caseconfigurator .case-configurator-choices .options .parts .part{display:grid;width:100%;grid-template-columns:1fr 72px;grid-template-rows:1fr}.fx-content-caseconfigurator .case-configurator-choices .options .parts .part__input{grid-column:span 1;padding-top:8px;padding-left:8px}.fx-content-caseconfigurator .case-configurator-choices .options .parts .part__input.part__input--single .fx-input-radio__label::before,
.fx-content-caseconfigurator .case-configurator-choices .options .parts .part__input.part__input--single .fx-input-radio__label::after{display:none}.fx-content-caseconfigurator .case-configurator-choices .options .parts .part__input.part__input--single .fx-input-radio__label-content{margin-left:0}.fx-content-caseconfigurator .case-configurator-choices .options .parts .part__label{font-weight:700}.fx-content-caseconfigurator .case-configurator-choices .options .parts .part__image{grid-column-start:2;grid-row:span 2;padding-top:12px;padding-left:8px}.fx-content-caseconfigurator .case-configurator-choices .options .parts .part__description{grid-column:span 1;grid-row-start:2;padding-left:8px;margin:8px 0 16px 0}.fx-content-caseconfigurator .case-configurator-choices .options__body{padding-left:0}.fx-content-caseconfigurator .case-configurator-choices .options .option{margin:0 0 24px 0}.fx-content-caseconfigurator .case-configurator-choices .options .option:last-child{margin:0}.fx-content-caseconfigurator .case-configurator-choices .options .option__title{display:block;width:100%;font-weight:700;margin-bottom:12px}.fx-content-caseconfigurator .case-configurator-choices .reset-button{text-align:center}.fx-content-caseconfigurator .case-configurator-choices .full-select{display:block;width:100%}.fx-content-caseconfigurator .case-configurator-price-box{margin-top:24px}.fx-content-caseconfigurator .case-configurator-price-box .case-configurator-calltoaction.virtual-case{opacity:0.3;pointer-events:none;-webkit-user-select:none;user-select:none}.fx-content-caseconfigurator .fx-product-orderable .case-configurator{display:contents}.fx-content-caseconfigurator .fx-product-orderable .case-configurator__stage{order:0}.fx-content-caseconfigurator .fx-product-orderable .case-configurator__choices{order:10}.fx-content-caseconfigurator .fx-product-orderable .case-configurator__notice{order:66}.fx-content-caseconfigurator .fx-product-orderable .case-configurator__infos,
.fx-content-caseconfigurator .fx-product-orderable .case-configurator__facts{order:70}.fx-content-caseconfigurator .fx-product-orderable .more-casetypes{order:70}.fx-content-caseconfigurator .fx-product-orderable .more-casetypes .casetypes{display:grid;gap:16px}.fx-content-caseconfigurator .fx-product-orderable .more-casetypes .casetypes .casetype{display:flex}.fx-content-caseconfigurator .casefactory-error .casefactory-error__buttons{display:flex;justify-content:center;gap:16px;flex-wrap:wrap}.fx-content-caseconfigurator .case-configurator .badges{margin-top:16px}.fx-content-caseconfigurator .case-configurator .badges__item,
.fx-content-caseconfigurator .case-configurator .badges__visual{vertical-align:middle;display:inline-block}.fx-content-caseconfigurator .case-configurator .badges__item{width:100%;margin-top:4px;font-weight:700}.fx-content-caseconfigurator .case-configurator .badges__item:first-child{margin-top:0}.fx-content-caseconfigurator .case-configurator .badges__visual{height:24px;width:25px;margin-right:8px;background-color:#000;color:#fff;font-size:13px;line-height:24px;font-weight:600;border-radius:100%;text-align:center}@media screen and (min-width: 940px){.fx-content-caseconfigurator .case-configurator .badges__text{font-size:16px;line-height:25px}}.fx-content-caseconfigurator .case-configurator .case-infos--virtual .case-infos__list{display:none}.fx-content-caseconfigurator .case-configurator .case-infos--virtual .case-infos__empty{display:block}.fx-content-caseconfigurator .case-configurator .case-infos__list{width:100%}.fx-content-caseconfigurator .case-configurator .case-infos__list .case-value{display:flex;flex-direction:column;border-bottom:1px solid #b4b4b4}.fx-content-caseconfigurator .case-configurator .case-infos__list .case-value__label{padding:8px 8px 0 0;font-weight:700}.fx-content-caseconfigurator .case-configurator .case-infos__list .case-value__label > .edge{font-weight:400}.fx-content-caseconfigurator .case-configurator .case-infos__list .case-value__value{vertical-align:top;padding:0 8px 8px 0}.fx-content-caseconfigurator .case-configurator .case-infos__empty{border:1px solid #b4b4b4;display:none;text-align:center;vertical-align:middle;padding:55px 16px}@media screen and (min-width: 940px){.fx-content-caseconfigurator .case-configurator .case-infos__list .case-value{display:table-row}.fx-content-caseconfigurator .case-configurator .case-infos__list .case-value__label{width:62%;padding:8px 8px 8px 0}.fx-content-caseconfigurator .case-configurator .case-infos__list .case-value__value{padding:8px 8px 8px 0}}.fx-content-caseconfigurator .case-configurator .stage{position:relative;padding-top:40px}.fx-content-caseconfigurator .case-configurator .stage__container{position:relative;display:flex;justify-content:center}.fx-content-caseconfigurator .case-configurator .stage__container:hover{cursor:move}.fx-content-caseconfigurator .case-configurator .stage__container canvas{width:100%;height:calc((100vw - 48px) / 1.471);max-height:416px;max-width:612px;background:#fff}.fx-content-caseconfigurator .case-configurator .stage__container.nowebgl .position--default{display:none}.fx-content-caseconfigurator .case-configurator .stage__container .fallback{background:#fff;position:absolute;width:100%;height:100%;z-index:13;display:none}.fx-content-caseconfigurator .case-configurator .stage__container.has-fallback .fallback{display:block}.fx-content-caseconfigurator .case-configurator .stage__controls{margin:15px 0 9px 0;padding-bottom:16px;border-bottom:1px solid #000;display:flex;justify-content:space-between}.fx-content-caseconfigurator .case-configurator .stage__controls .positions{overflow:visible;margin:0;padding:0;line-height:0}.fx-content-caseconfigurator .case-configurator .stage__controls .positions.virtual-case .position,
.fx-content-caseconfigurator .case-configurator .stage__controls .positions.virtual-case .position.position--active{opacity:0.3;pointer-events:none;-webkit-user-select:none;user-select:none;cursor:wait}.fx-content-caseconfigurator .case-configurator .stage__controls .positions .position{display:inline-block;position:relative;vertical-align:middle;border:1px solid #b4b4b4;color:#b4b4b4;border-radius:4px;padding:4px;cursor:pointer;text-align:center;overflow:visible;opacity:0.6}.fx-content-caseconfigurator .case-configurator .stage__controls .positions .position:after{content:'';position:absolute;width:calc(100% + 2px);height:0;left:-1px;bottom:-17px;padding-top:15px;border-bottom:4px solid rgba(255,255,255,0);background-color:rgba(255,255,255,0)}.fx-content-caseconfigurator .case-configurator .stage__controls .positions .position__icon{filter:invert(92%) sepia(0%) saturate(753%) hue-rotate(141deg) brightness(77%) contrast(98%)}.fx-content-caseconfigurator .case-configurator .stage__controls .positions .position.position--active{opacity:1;border-color:#000;color:#000}.fx-content-caseconfigurator .case-configurator .stage__controls .positions .position.position--active:after{border-color:#000}.fx-content-caseconfigurator .case-configurator .stage__controls .positions .position.position--active .position__icon{filter:none}.fx-content-caseconfigurator .case-configurator .stage__controls .positions .position:hover{opacity:1;border-color:#7e00f3;color:#7e00f3}.fx-content-caseconfigurator .case-configurator .stage__controls .positions .position:hover:after{border-color:#7e00f3}.fx-content-caseconfigurator .case-configurator .stage__controls .positions .position:hover .position__icon{filter:invert(11%) sepia(98%) saturate(6406%) hue-rotate(274deg) brightness(90%) contrast(120%)}.fx-content-caseconfigurator .case-configurator .stage__controls .zoom{position:absolute;top:0;right:0;-webkit-user-select:none;user-select:none;list-style-type:none;margin:0;padding:0;float:right;border:none;font-size:0}.fx-content-caseconfigurator .case-configurator .stage__controls .zoom__button{display:inline-flex;vertical-align:middle;cursor:pointer;line-height:0}.fx-content-caseconfigurator .case-configurator .stage__controls .zoom__button--out{margin-left:8px}.fx-content-caseconfigurator .case-configurator .stage__controls .zoom__icon:hover{color:#7e00f3;fill:#7e00f3}@media screen and (min-width: 600px){.fx-content-caseconfigurator .case-configurator .stage__container canvas{height:calc((100vw - 64px) / 1.471)}.fx-content-caseconfigurator .case-configurator .stage__controls .zoom{position:initial}.fx-content-caseconfigurator .case-configurator .stage__controls .positions .position{padding:7px}}@media screen and (min-width: 940px){.fx-content-caseconfigurator .case-configurator .stage__container canvas{height:calc((66.67vw - 120px) / 1.471)}}.fx-content-caseconfigurator .case-configurator .list-item{margin-bottom:6px}@media screen and (min-width: 940px){.fx-content-caseconfigurator .case-configurator .list-item__text{font-size:16px;line-height:25px}}@media screen and (min-width: 940px){.fx-content-caseconfigurator .case-configurator__notice{padding-top:0}}.alp-product-manager-widget{box-shadow:0 2px 20px 0 rgba(28,28,28,0.2);border-radius:12px;background-color:#fff}.alp-product-manager-widget .header-image{border-radius:8px;height:70px;width:100%;overflow:hidden}.alp-product-manager-widget .header-image__teaser{border-radius:8px;min-height:70px;min-width:100%;object-fit:cover}.alp-product-manager-widget .profile{display:flex;align-items:center;margin:0 12px}.alp-product-manager-widget .profile__image-wrapper{display:inline-block;height:64px;width:64px;margin-top:-20px;background-color:#fff;padding:5px;border-radius:50%}.alp-product-manager-widget .profile__image{height:54px;width:54px;border-radius:50%}.alp-product-manager-widget .profile__text-wrapper{display:inline-block;margin:8px 0 8px 8px}.alp-product-manager-widget .profile__name{margin-bottom:0}.alp-product-manager-widget .profile__subtext{margin-bottom:0;margin-left:4px}.alp-product-manager-widget .link-share{display:flex;margin:16px 12px 0}.alp-product-manager-widget .link-share:hover:not(.link-share__field:focus) .link-share__field,
.alp-product-manager-widget .link-share:hover:not(.link-share__field:focus) .link-share__icon-wrapper{border-color:#4b4b4b}.alp-product-manager-widget .link-share.link-share--active .link-share__field,
.alp-product-manager-widget .link-share.link-share--active .link-share__icon-wrapper{border-color:#1c1c1c}.alp-product-manager-widget .link-share__input{margin-top:0}.alp-product-manager-widget .link-share__field{border-top-right-radius:0;border-bottom-right-radius:0}.alp-product-manager-widget .link-share__icon-wrapper{display:inline-flex;justify-content:center;align-items:center;border:1px solid #8a8a8a;border-left:none;border-top-right-radius:4px;border-bottom-right-radius:4px;cursor:pointer}.alp-product-manager-widget .link-share__icon{margin:0 10px}.alp-product-manager-widget .manager{margin:16px 12px 0}.alp-product-manager-widget .manager .scenes-list__title{margin-bottom:8px;font-size:14px;line-height:22px;letter-spacing:-0.11px}.alp-product-manager-widget .manager .scenes-list__show-more{margin-top:8px;text-align:center}.alp-product-manager-widget .manager .scenes-list__toggle{min-height:40px;height:40px;padding:0;font-size:14px;line-height:22px;letter-spacing:-0.11px}.alp-product-manager-widget .manager .scenes-list__toggle::after{bottom:5px}.alp-product-manager-widget .manager .scenes-list__toggle:hover::after{bottom:8px}.alp-product-manager-widget .manager .scenes-list__toggle:active::after{bottom:7px}.alp-product-manager-widget .manager__page-select{margin-top:28px}.alp-product-manager-widget .manager__field{padding:13px 16px}.alp-product-manager-widget .manager__button-add{margin-top:12px;margin-bottom:20px}.alp-product-manager-widget .list:not(.list--show-all) .list__item:nth-child(n + 3){display:none}.alp-product-manager-widget .list__item{display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid #b4b4b4}.alp-product-manager-widget .list__item:first-of-type{border-top:1px solid #b4b4b4}.alp-product-manager-widget .list__title{flex:1 1 auto;padding:8px 0;font-size:14px;line-height:22px;letter-spacing:-0.11px}.alp-product-manager-widget .list__icon{color:#e64155;cursor:pointer;margin:0 10px}.alp-product-manager-widget .list__icon:hover{color:#ab1628}@media screen and (min-width: 600px){.alp-product-manager-widget .manager__wrapper{display:flex;justify-content:center;align-items:flex-end}.alp-product-manager-widget .manager__page-select{min-height:48px;max-height:56px;padding:13px 16px;flex:1 0 auto;margin-bottom:19px}.alp-product-manager-widget .manager__button-add{margin-left:16px}.alp-product-manager-widget .link-share__field{font-size:14px;line-height:22px;letter-spacing:-0.11px;padding:13px 16px;height:48px}}@media screen and (min-width: 940px){.alp-product-manager-widget .manager__wrapper{display:contents}.alp-product-manager-widget .manager__page-select{margin-bottom:0}.alp-product-manager-widget .manager__button-add{margin-left:0}}.fx-content-affiliate.alp-public-scene .alp-scene-header .teaser{position:relative;overflow:hidden;width:100%;max-height:60px}.fx-content-affiliate.alp-public-scene .alp-scene-header .teaser__backdrop{position:absolute;top:0;left:0;width:100%;height:100%;background-size:cover;background-position:center;background-repeat:no-repeat;z-index:-1;filter:blur(30px)}.fx-content-affiliate.alp-public-scene .alp-scene-header .teaser__edit{position:absolute;top:calc(50% - 20px);right:16px}.fx-content-affiliate.alp-public-scene .alp-scene-header .partner-wrapper{background:#f3f3f3;width:100%}.fx-content-affiliate.alp-public-scene .alp-scene-header .partner{display:flex;flex-direction:column}.fx-content-affiliate.alp-public-scene .alp-scene-header .partner__scene{display:flex;align-items:center;justify-content:space-between;padding-bottom:18px}.fx-content-affiliate.alp-public-scene .alp-scene-header .statistic__item{display:inline-block;margin-right:16px}.fx-content-affiliate.alp-public-scene .alp-scene-header .statistic__item:last-child{margin-right:0}.fx-content-affiliate.alp-public-scene .alp-scene-header .social{display:flex}.fx-content-affiliate.alp-public-scene .alp-scene-header .social__channel{margin-left:16px}.fx-content-affiliate.alp-public-scene .alp-scene-header .social__channel:first-child{margin-left:0}.fx-content-affiliate.alp-public-scene .alp-scene-header .profile{display:flex}.fx-content-affiliate.alp-public-scene .alp-scene-header .profile__text{margin:8px 16px}.fx-content-affiliate.alp-public-scene .alp-scene-header .profile__image{width:56px;height:56px;padding:4px;background-color:#f3f3f3;border-radius:50%;transform:translateY(-25%);top:50%}@media screen and (min-width: 600px){.fx-content-affiliate.alp-public-scene .alp-scene-header .teaser{max-height:124px}.fx-content-affiliate.alp-public-scene .alp-scene-header .teaser__edit{top:16px;right:16px}.fx-content-affiliate.alp-public-scene .alp-scene-header .teaser__edit-text{margin-left:8px}.fx-content-affiliate.alp-public-scene .alp-scene-header .partner{flex-direction:row;justify-content:space-between}.fx-content-affiliate.alp-public-scene .alp-scene-header .partner__scene{padding-top:0;padding-bottom:0;justify-content:end}.fx-content-affiliate.alp-public-scene .alp-scene-header .statistic{min-width:160px}.fx-content-affiliate.alp-public-scene .alp-scene-header .social{justify-content:end;max-width:230px;margin-left:32px}.fx-content-affiliate.alp-public-scene .alp-scene-header .profile__text{display:flex;align-items:center}.fx-content-affiliate.alp-public-scene .alp-scene-header .profile__image{width:72px;height:72px;padding:4px}}@media screen and (min-width: 940px){.fx-content-affiliate.alp-public-scene .alp-scene-header .teaser{max-height:236px}.fx-content-affiliate.alp-public-scene .alp-scene-header .teaser__edit{top:24px;right:24px}.fx-content-affiliate.alp-public-scene .alp-scene-header .teaser__edit-text{margin-left:12px}.fx-content-affiliate.alp-public-scene .alp-scene-header .social{margin-left:64px}.fx-content-affiliate.alp-public-scene .alp-scene-header .social__channel{margin-left:24px}.fx-content-affiliate.alp-public-scene .alp-scene-header .profile__image{width:90px;height:90px;padding:6.4px}}.fx-content-affiliate.alp-public-scene .alp-scene-introduction{margin:0 auto;max-width:936px}.fx-content-affiliate.alp-public-scene .alp-scene-introduction__headline{overflow-wrap:break-word;word-wrap:break-word;-webkit-hyphens:auto;hyphens:auto}@media screen and (min-width: 600px){.fx-content-affiliate.alp-public-scene .alp-scene-introduction__description{text-align:center}}.fx-content-affiliate.alp-public-scene .alp-scene-not-found{position:relative}.fx-content-affiliate.alp-public-scene .alp-scene-not-found__image{width:100%;border-radius:6px}.fx-content-affiliate.alp-public-scene .alp-scene-not-found__note{text-align:center}@media screen and (min-width: 600px){.fx-content-affiliate.alp-public-scene .alp-scene-not-found__image{border-radius:8px}.fx-content-affiliate.alp-public-scene .alp-scene-not-found__note{position:absolute;margin-left:24px;width:46%;top:0;text-align:left}}.fx-content-affiliate.alp-public-scene .alp-scene-screening{display:flex;flex-direction:column;border:#7e00f3 solid 1px;background-color:#fff;margin:10px;padding:10px}.fx-content-affiliate.alp-public-scene .alp-scene-screening__error{width:100%;display:flex;justify-content:center;background-color:#e64155}.fx-content-affiliate.alp-public-scene .alp-scene-no-product{position:relative}.fx-content-affiliate.alp-public-scene .alp-scene-no-product__image{width:100%;border-radius:6px}.fx-content-affiliate.alp-public-scene .alp-scene-no-product__note{text-align:center}.fx-content-affiliate.alp-public-scene .alp-scene-no-product__note-headline{margin-bottom:16px}@media screen and (min-width: 600px){.fx-content-affiliate.alp-public-scene .alp-scene-no-product__image{border-radius:8px}.fx-content-affiliate.alp-public-scene .alp-scene-no-product__note{position:absolute;margin-left:40px;margin-top:32px;width:52%;top:0;text-align:left}.fx-content-affiliate.alp-public-scene .alp-scene-no-product__note-headline{color:#fff;margin-bottom:18px}}@media screen and (min-width: 940px){.fx-content-affiliate.alp-public-scene .alp-scene-no-product__note{width:40%}.fx-content-affiliate.alp-public-scene .alp-scene-no-product__note-headline{margin-bottom:32px}}@media screen and (min-width: 1150px){.fx-content-affiliate.alp-public-scene .alp-scene-no-product__note{width:30%}}.stompenberg .action{fill:currentColor;background-color:#e8e8e8;border-radius:50%;box-sizing:content-box;cursor:pointer;display:flex;flex:auto 1 1;justify-content:center;padding:8px;transition:all .2s cubic-bezier(.25,.85,.25,.85)}.stompenberg .action.primary{background-color:#1c1c1c;color:#ecf0f1}.stompenberg .action.active{background-color:#7e00f3;color:#ecf0f1}.stompenberg .action.warning{background-color:#e74c3c;color:#ecf0f1}@media screen and (min-width:940px){.stompenberg .action{padding:12px}}.stompenberg .board{display:flex;justify-content:center;perspective:750px;position:relative}.stompenberg .board>.background{align-items:center;background:currentColor;border:1px solid rgba(0,0,0,.15);box-sizing:content-box;color:#2c3e50;display:flex;height:100%;justify-content:center;perspective:8px;position:absolute;-webkit-user-select:none;user-select:none}.stompenberg .board>.background>.frame{border-radius:inherit;box-sizing:border-box;height:100%;position:absolute;width:100%}.stompenberg .board>.background>.logo{position:absolute}.stompenberg .board>.background>.icons{height:100%;position:absolute;width:100%}.stompenberg .board>.background>.icons>img{fill:currentColor;position:absolute}.stompenberg .board .layout{box-sizing:content-box;pointer-events:auto;position:relative}.stompenberg .board .layout .control{align-items:center;display:flex;flex-direction:column;transform:translateZ(0);-webkit-user-select:none;user-select:none}.stompenberg .board .layout .control.horizontal{flex-direction:row}.stompenberg .board .layout .control.reversed{flex-direction:row-reverse}.stompenberg .board .layout .control .label,.stompenberg .board .layout .control+.label{color:currentColor;font-family:Open Sans,sans-serif;font-size:12px;font-weight:600;letter-spacing:.5px;line-height:normal;text-align:center;text-transform:uppercase;-webkit-user-select:none;user-select:none;z-index:2}.stompenberg .board .layout .control .label.bold,.stompenberg .board .layout .control+.label.bold{font-weight:700}.stompenberg .board .layout .control .label.bolder,.stompenberg .board .layout .control+.label.bolder{font-weight:bolder}.stompenberg .board .layout .control .label.lighter,.stompenberg .board .layout .control+.label.lighter{font-weight:lighter}.stompenberg .board .layout .control .label.top,.stompenberg .board .layout .control+.label.top{margin-bottom:4px}.stompenberg .board .layout .control .label.bottom,.stompenberg .board .layout .control+.label.bottom{margin-top:4px}.stompenberg .board .layout .control .label.vertical,.stompenberg .board .layout .control+.label.vertical{writing-mode:vertical-lr}.stompenberg .board .layout .control .label.reversed,.stompenberg .board .layout .control+.label.reversed{transform:rotate(180deg)}.stompenberg .board .layout .control .label.left,.stompenberg .board .layout .control+.label.left{margin-right:4px}.stompenberg .board .layout .control .label.right,.stompenberg .board .layout .control+.label.right{margin-left:4px}.stompenberg .board .layout .control .label.huge,.stompenberg .board .layout .control+.label.huge{font-size:16.2px}.stompenberg .board .layout .control .label.big,.stompenberg .board .layout .control+.label.big{font-size:13.8px}.stompenberg .board .layout .control .label.small,.stompenberg .board .layout .control+.label.small{font-size:10.2px}.stompenberg .board .layout .control .label.tiny,.stompenberg .board .layout .control+.label.tiny{font-size:7.8px}.stompenberg .board .layout .group{align-items:center;display:flex;height:100%;margin:0;padding:0;width:100%}.stompenberg .board .layout .group .label,.stompenberg .board .layout .group+.label{color:currentColor;font-family:Open Sans,sans-serif;font-size:12px;font-weight:600;letter-spacing:.5px;line-height:normal;text-align:center;text-transform:uppercase;-webkit-user-select:none;user-select:none;z-index:2}.stompenberg .board .layout .group .label.bold,.stompenberg .board .layout .group+.label.bold{font-weight:700}.stompenberg .board .layout .group .label.bolder,.stompenberg .board .layout .group+.label.bolder{font-weight:bolder}.stompenberg .board .layout .group .label.lighter,.stompenberg .board .layout .group+.label.lighter{font-weight:lighter}.stompenberg .board .layout .group .label.top,.stompenberg .board .layout .group+.label.top{margin-bottom:4px}.stompenberg .board .layout .group .label.bottom,.stompenberg .board .layout .group+.label.bottom{margin-top:4px}.stompenberg .board .layout .group .label.vertical,.stompenberg .board .layout .group+.label.vertical{writing-mode:vertical-lr}.stompenberg .board .layout .group .label.reversed,.stompenberg .board .layout .group+.label.reversed{transform:rotate(180deg)}.stompenberg .board .layout .group .label.left,.stompenberg .board .layout .group+.label.left{margin-right:4px}.stompenberg .board .layout .group .label.right,.stompenberg .board .layout .group+.label.right{margin-left:4px}.stompenberg .board .layout .group .label.huge,.stompenberg .board .layout .group+.label.huge{font-size:16.2px}.stompenberg .board .layout .group .label.big,.stompenberg .board .layout .group+.label.big{font-size:13.8px}.stompenberg .board .layout .group .label.small,.stompenberg .board .layout .group+.label.small{font-size:10.2px}.stompenberg .board .layout .group .label.tiny,.stompenberg .board .layout .group+.label.tiny{font-size:7.8px}.stompenberg .board .layout .group.horizontal{flex-direction:column}.stompenberg .board .layout .group.horizontal>.children+.label{margin-top:8px}.stompenberg .board .layout .group.vertical{flex-direction:row}.stompenberg .board .layout .group.vertical>.children{flex-direction:column}.stompenberg .board .layout .group>.children{align-items:center;display:flex;height:100%;justify-content:space-around;width:100%}.stompenberg .board .layout .group>.children>*{width:0!important}.stompenberg .board .layout .control.button{perspective:500px;position:relative;-webkit-user-select:none;user-select:none}.stompenberg .board .layout .control.button.huge>.hexagonal{height:82.5px;width:82.5px}.stompenberg .board .layout .control.button.huge>.hexagonal>.side{top:6.6px}.stompenberg .board .layout .control.button.huge>.hexagonal>.nub{margin-top:-3.3px}.stompenberg .board .layout .control.button.huge .nub{box-shadow:0 6.95px 0 rgba(0,0,0,.35),0 4px 1px rgba(44,62,80,.1);height:82.5px;width:82.5px}.stompenberg .board .layout .control.button.huge .nub:before{top:-4.95px}.stompenberg .board .layout .control.button.huge .nub.pressed{transform:translateY(3.3px)}.stompenberg .board .layout .control.button.big>.hexagonal{height:62.5px;width:62.5px}.stompenberg .board .layout .control.button.big>.hexagonal>.side{top:5px}.stompenberg .board .layout .control.button.big>.hexagonal>.nub{margin-top:-2.5px}.stompenberg .board .layout .control.button.big .nub{box-shadow:0 5.75px 0 rgba(0,0,0,.35),0 4px 1px rgba(44,62,80,.1);height:62.5px;width:62.5px}.stompenberg .board .layout .control.button.big .nub:before{top:-3.75px}.stompenberg .board .layout .control.button.big .nub.pressed{transform:translateY(2.5px)}.stompenberg .board .layout .control.button.small>.hexagonal{height:42.5px;width:42.5px}.stompenberg .board .layout .control.button.small>.hexagonal>.side{top:3.4px}.stompenberg .board .layout .control.button.small>.hexagonal>.nub{margin-top:-1.7px}.stompenberg .board .layout .control.button.small .nub{box-shadow:0 4.55px 0 rgba(0,0,0,.35),0 4px 1px rgba(44,62,80,.1);height:42.5px;width:42.5px}.stompenberg .board .layout .control.button.small .nub:before{top:-2.55px}.stompenberg .board .layout .control.button.small .nub.pressed{transform:translateY(1.7px)}.stompenberg .board .layout .control.button.tiny>.hexagonal{height:22.5px;width:22.5px}.stompenberg .board .layout .control.button.tiny>.hexagonal>.side{top:1.8px}.stompenberg .board .layout .control.button.tiny>.hexagonal>.nub{margin-top:-.9px}.stompenberg .board .layout .control.button.tiny .nub{box-shadow:0 3.35px 0 rgba(0,0,0,.35),0 4px 1px rgba(44,62,80,.1);height:22.5px;width:22.5px}.stompenberg .board .layout .control.button.tiny .nub:before{top:-1.35px}.stompenberg .board .layout .control.button.tiny .nub.pressed{transform:translateY(.9px)}.stompenberg .board .layout .control.button>.hexagonal{height:50px;width:50px}.stompenberg .board .layout .control.button>.hexagonal>.side{top:4px}.stompenberg .board .layout .control.button>.hexagonal>.nub{margin-top:-2px}.stompenberg .board .layout .control.button .nub{box-shadow:0 5px 0 rgba(0,0,0,.35),0 4px 1px rgba(44,62,80,.1)}.stompenberg .board .layout .control.button .nub.pressed{transform:translateY(2px)}.stompenberg .board .layout .control.button.reversed{flex-direction:column-reverse}.stompenberg .board .layout .control.button.reversed.horizontal{flex-direction:row-reverse}.stompenberg .board .layout .control.button>.hexagonal{align-items:center;-webkit-clip-path:polygon(25% 5%,75% 5%,100% 50%,100% 100%,0 100%,0 50%);clip-path:polygon(25% 5%,75% 5%,100% 50%,100% 100%,0 100%,0 50%);display:flex;flex:0 0 auto;justify-content:center;position:relative}.stompenberg .board .layout .control.button>.hexagonal>.nub{border-radius:50%;height:63%;position:absolute;width:63%}.stompenberg .board .layout .control.button>.hexagonal>.nub.pressed{box-shadow:0 1px 0 rgba(44,62,80,.1),0 4px 1px rgba(44,62,80,.1)}.stompenberg .board .layout .control.button>.hexagonal>.front{background-color:currentColor;box-shadow:inset 0 0 0 100px rgba(0,0,0,.2);-webkit-clip-path:polygon(25% 5%,75% 5%,100% 50%,75% 95%,25% 95%,0 50%);clip-path:polygon(25% 5%,75% 5%,100% 50%,75% 95%,25% 95%,0 50%);height:100%;position:absolute;width:100%}.stompenberg .board .layout .control.button>.hexagonal>.side{background-color:currentColor;box-shadow:inset 0 0 0 100px rgba(0,0,0,.4);-webkit-clip-path:polygon(50% 40%,100% 40%,100% 50%,75% 95%,25% 95%,-5% 40%);clip-path:polygon(50% 40%,100% 40%,100% 50%,75% 95%,25% 95%,-5% 40%);height:100%;position:absolute;width:100%}.stompenberg .board .layout .control.button>.nub.pressed{box-shadow:0 1px 0 rgba(44,62,80,.1),0 4px 1px rgba(44,62,80,.1)}.stompenberg .board .layout .control.button>.nub.pressed:before{top:-1px}.stompenberg .board .layout .control.button .nub{background:currentColor;border-radius:2px;box-sizing:border-box;cursor:pointer;display:flex;flex:0 0 auto;height:50px;justify-content:center;position:relative;transform-origin:center -40%;transition:all .2s cubic-bezier(.25,.85,.25,.85);width:50px;will-change:transform;z-index:1}.stompenberg .board .layout .control.button .nub:before{background:currentColor;top:-3px;z-index:1}.stompenberg .board .layout .control.button .nub:after,.stompenberg .board .layout .control.button .nub:before{border-radius:inherit;color:inherit;content:"";height:100%;pointer-events:none;position:absolute;transition:all .35s cubic-bezier(.25,.85,.25,.85);width:100%}.stompenberg .board .layout .control.button .nub:after{background:rgba(0,0,0,.2);top:0;z-index:0}.stompenberg .board .layout .control.button.full{height:100%;width:100%}.stompenberg .board .layout .control.button.full>.nub{height:100%;margin-bottom:0;width:100%}.stompenberg .board .layout .control.button.full>.nub:after{background:none;border-left:1px double;border-right:1px double;border-color:rgba(0,0,0,.25);border-radius:0;border-style:double none;border-width:1px medium;bottom:7%;content:"";filter:drop-shadow(0 -1px 1px #111) drop-shadow(0 1px 1px #666);height:5px;position:absolute;top:auto;width:15%;z-index:2}.stompenberg .board .layout .control.button.full>.nub.pressed{transform:rotateX(-10deg)}.stompenberg .board .layout .control.button.rounded>.nub{border-radius:50%}.stompenberg .board .layout .control.button.linked>.nub>.switch>.label{color:#fff}.stompenberg .board .layout .control.button.linked>.nub:before{content:none}.stompenberg .board .layout .control.dial{font-size:0}.stompenberg .board .layout .control.dial.huge>.container{min-height:67.5px;min-width:67.5px}.stompenberg .board .layout .control.dial.huge>.container>.knob>.marker{border-top-left-radius:2.8125px;border-top-right-radius:2.8125px;height:11.25px;width:5.625px}.stompenberg .board .layout .control.dial.huge>.container>.tick:before{bottom:-13.5px;height:6.75px;width:5.625px}.stompenberg .board .layout .control.dial.big>.container{min-height:54px;min-width:54px}.stompenberg .board .layout .control.dial.big>.container>.knob>.marker{border-top-left-radius:2.25px;border-top-right-radius:2.25px;height:9px;width:4.5px}.stompenberg .board .layout .control.dial.big>.container>.tick:before{bottom:-10.8px;height:5.4px;width:4.5px}.stompenberg .board .layout .control.dial.small>.container{min-height:33.75px;min-width:33.75px}.stompenberg .board .layout .control.dial.small>.container>.knob>.marker{border-top-left-radius:1.40625px;border-top-right-radius:1.40625px;height:5.625px;width:2.8125px}.stompenberg .board .layout .control.dial.small>.container>.tick:before{bottom:-6.75px;height:3.375px;width:2.8125px}.stompenberg .board .layout .control.dial.tiny>.container{min-height:22.5px;min-width:22.5px}.stompenberg .board .layout .control.dial.tiny>.container>.knob>.marker{border-top-left-radius:.9375px;border-top-right-radius:.9375px;height:3.75px;width:1.875px}.stompenberg .board .layout .control.dial.tiny>.container>.tick:before{bottom:-4.5px;height:2.25px;width:1.875px}.stompenberg .board .layout .control.dial>.container{min-height:45px;min-width:45px}.stompenberg .board .layout .control.dial>.container>.knob>.marker{border-top-left-radius:1.875px;border-top-right-radius:1.875px;height:7.5px;width:3.75px}.stompenberg .board .layout .control.dial>.container>.tick:before{bottom:-9px;height:4.5px;width:3.75px}.stompenberg .board .layout .control.dial.free>.container.ready>.knob{animation-duration:1.5s;animation-name:start;animation-play-state:paused;animation-timing-function:cubic-bezier(.25,.85,.25,.85)}.stompenberg .board .layout .control.dial.free>.container.locked>.knob{animation-name:none!important}.stompenberg .board .layout .control.dial.free>.container.running>.knob{animation-play-state:running}.stompenberg .board .layout .control.dial.snap>.container>.knob{transition:transform .15s cubic-bezier(.25,.85,.25,.85)}.stompenberg .board .layout .control.dial>.container{background:currentColor;border:none;border-radius:50%;box-shadow:0 3px 0 rgba(44,62,80,.1),0 4px 1px rgba(44,62,80,.1);box-sizing:border-box;position:relative}.stompenberg .board .layout .control.dial>.container:after{border-radius:inherit;box-shadow:0 4px 0 rgba(0,0,0,.2);color:inherit;content:"";height:100%;pointer-events:none;position:absolute;width:100%}.stompenberg .board .layout .control.dial>.container:before{border-radius:inherit;box-shadow:0 4px 0 currentColor;color:inherit;content:"";height:100%;pointer-events:none;position:absolute;top:-1px;width:100%}.stompenberg .board .layout .control.dial>.container>.knob{background-color:currentColor;border-radius:50%;box-sizing:border-box;color:#2c3e50;cursor:pointer;height:100%;position:absolute;transform:rotate(45deg);width:100%;will-change:transform;z-index:2}.stompenberg .board .layout .control.dial>.container>.knob.pressed{cursor:ns-resize!important}.stompenberg .board .layout .control.dial>.container>.knob>.marker{background:currentColor;border-top-left-radius:2px;border-top-right-radius:2px;bottom:0;box-sizing:content-box;color:#ecf0f1;display:block;left:50%;pointer-events:none;position:absolute;transform:translateX(-50%)}.stompenberg .board .layout .control.dial>.container>.tick{color:currentColor;display:inline-block;height:100%;position:absolute;width:100%}.stompenberg .board .layout .control.dial>.container>.tick:before{background:currentColor;border-radius:2px;content:"";display:block;left:50%;position:absolute;transform:translateX(-50%)}@keyframes start{0%{transform:rotate(45deg)}to{transform:rotate(180deg)}}.stompenberg .board .layout .control.dummy{background:rgba(44,62,80,.1);background:repeating-linear-gradient(-45deg,#27ae60,#27ae60 8px,#2c3e50 0,#2c3e50 24px);border:4px dashed rgba(44,62,80,.1);border-radius:2px;box-sizing:border-box;color:#ecf0f1;font-size:larger;font-weight:bolder;height:100%;position:relative;width:100%}.stompenberg .board .layout .control.dummy>span{background:#2c3e50;border:4px solid #27ae60;border-radius:2px;padding:8px 24px}.stompenberg .board .layout .control.fader{align-items:center;display:flex;height:100%;position:relative;-webkit-user-select:none;user-select:none;width:100%}.stompenberg .board .layout .control.fader>.track{border-radius:26px}.stompenberg .board .layout .control.fader.vertical>.track{width:6px}.stompenberg .board .layout .control.fader.horizontal>.track{height:6px}.stompenberg .board .layout .control.fader.round>.track>.handle,.stompenberg .board .layout .control.fader.square>.track>.handle{height:24px;width:24px}.stompenberg .board .layout .control.fader.flat.vertical>.track>.handle{height:12px;width:24px}.stompenberg .board .layout .control.fader.flat.horizontal>.track>.handle{height:24px;width:12px}.stompenberg .board .layout .control.fader.huge>.track{border-radius:38px}.stompenberg .board .layout .control.fader.huge.vertical>.track{width:9px}.stompenberg .board .layout .control.fader.huge.horizontal>.track{height:9px}.stompenberg .board .layout .control.fader.huge.round>.track>.handle{height:36px;width:36px}.stompenberg .board .layout .control.fader.huge.square>.track>.handle{border-radius:4px;height:36px;width:36px}.stompenberg .board .layout .control.fader.huge.flat.vertical>.track>.handle{height:18px;width:36px}.stompenberg .board .layout .control.fader.huge.flat.horizontal>.track>.handle{height:36px;width:18px}.stompenberg .board .layout .control.fader.big>.track{border-radius:32px}.stompenberg .board .layout .control.fader.big.vertical>.track{width:7.5px}.stompenberg .board .layout .control.fader.big.horizontal>.track{height:7.5px}.stompenberg .board .layout .control.fader.big.round>.track>.handle{height:30px;width:30px}.stompenberg .board .layout .control.fader.big.square>.track>.handle{border-radius:4px;height:30px;width:30px}.stompenberg .board .layout .control.fader.big.flat.vertical>.track>.handle{height:15px;width:30px}.stompenberg .board .layout .control.fader.big.flat.horizontal>.track>.handle{height:30px;width:15px}.stompenberg .board .layout .control.fader.small>.track{border-radius:20px}.stompenberg .board .layout .control.fader.small.vertical>.track{width:4.5px}.stompenberg .board .layout .control.fader.small.horizontal>.track{height:4.5px}.stompenberg .board .layout .control.fader.small.round>.track>.handle{height:18px;width:18px}.stompenberg .board .layout .control.fader.small.square>.track>.handle{border-radius:4px;height:18px;width:18px}.stompenberg .board .layout .control.fader.small.flat.vertical>.track>.handle{height:9px;width:18px}.stompenberg .board .layout .control.fader.small.flat.horizontal>.track>.handle{height:18px;width:9px}.stompenberg .board .layout .control.fader.tiny>.track{border-radius:14px}.stompenberg .board .layout .control.fader.tiny.vertical>.track{width:3px}.stompenberg .board .layout .control.fader.tiny.horizontal>.track{height:3px}.stompenberg .board .layout .control.fader.tiny.round>.track>.handle{height:12px;width:12px}.stompenberg .board .layout .control.fader.tiny.square>.track>.handle{border-radius:4px;height:12px;width:12px}.stompenberg .board .layout .control.fader.tiny.flat.vertical>.track>.handle{height:6px;width:12px}.stompenberg .board .layout .control.fader.tiny.flat.horizontal>.track>.handle{height:12px;width:6px}.stompenberg .board .layout .control.fader.flat>.track>.handle{border-radius:4px;box-shadow:inset 0 0 3px 20px rgba(0,0,0,.025)}.stompenberg .board .layout .control.fader.square>.track>.handle{border-radius:4px}.stompenberg .board .layout .control.fader.round>.track>.handle{border-radius:50%}.stompenberg .board .layout .control.fader.vertical>.track{height:100%}.stompenberg .board .layout .control.fader.vertical>.track>.handle{left:50%;transform:translateX(-50%)}.stompenberg .board .layout .control.fader.horizontal>.track{width:100%}.stompenberg .board .layout .control.fader.horizontal>.track>.handle{top:50%;transform:translateY(-50%)}.stompenberg .board .layout .control.fader>.track{background:currentColor;display:flex;position:relative}.stompenberg .board .layout .control.fader>.track>.handle{background:currentColor;color:#f5f5f5;cursor:pointer;position:absolute;z-index:2}.stompenberg .board .layout .control.led{font-size:0;position:relative;text-align:center}.stompenberg .board .layout .control.led.huge>.container{position:relative}.stompenberg .board .layout .control.led.huge>.container>.bulb{height:27px;width:27px}.stompenberg .board .layout .control.led.huge>.container>.bulb>.light{box-shadow:0 0 18px 3px currentColor}.stompenberg .board .layout .control.led.big>.container{position:relative}.stompenberg .board .layout .control.led.big>.container>.bulb{height:21.6px;width:21.6px}.stompenberg .board .layout .control.led.big>.container>.bulb>.light{box-shadow:0 0 14.4px 2.4px currentColor}.stompenberg .board .layout .control.led.small>.container{position:relative}.stompenberg .board .layout .control.led.small>.container>.bulb{height:13.5px;width:13.5px}.stompenberg .board .layout .control.led.small>.container>.bulb>.light{box-shadow:0 0 9px 1.5px currentColor}.stompenberg .board .layout .control.led.tiny>.container{position:relative}.stompenberg .board .layout .control.led.tiny>.container>.bulb{height:9px;width:9px}.stompenberg .board .layout .control.led.tiny>.container>.bulb>.light{box-shadow:0 0 6px 1px currentColor}.stompenberg .board .layout .control.led>.container>.bulb>.light{box-shadow:0 0 12px 2px currentColor}.stompenberg .board .layout .control.led.horizontal{flex-direction:row}.stompenberg .board .layout .control.led.reversed{flex-direction:column-reverse}.stompenberg .board .layout .control.led.reversed.horizontal{flex-direction:row-reverse}.stompenberg .board .layout .control.led.off>.container>.bulb{background:rgba(0,0,0,.1);border-color:rgba(0,0,0,.15);opacity:.8}.stompenberg .board .layout .control.led.off>.container>.bulb>.light{box-shadow:none;display:none}.stompenberg .board .layout .control.led>.container{position:relative}.stompenberg .board .layout .control.led>.container>.bulb{background:currentColor;border:2px solid rgba(0,0,0,.5);border-radius:50%;box-sizing:border-box;display:flex;filter:drop-shadow(0 0 2px rgba(44,62,80,.1));flex:0 0 auto;height:18px;margin:auto;transition:opacity .4s cubic-bezier(.25,.85,.25,.85);width:18px}.stompenberg .board .layout .control.led>.container>.bulb:after{border-radius:50%;box-shadow:inset 0 0 4px 2px rgba(0,0,0,.3);content:"";height:115%;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);width:115%}.stompenberg .board .layout .control.led>.container>.bulb>.light{background:currentColor;border-radius:inherit;height:100%;transition:color .1s cubic-bezier(.25,.85,.25,.85),box-shadow .2s cubic-bezier(.25,.85,.25,.85);width:100%;will-change:color}.stompenberg .board .layout .control.led>.container>.bulb>.light.red{color:#e74c3c}.stompenberg .board .layout .control.led>.container>.bulb>.light.green{color:#27ae60}.stompenberg .board .layout .control.led>.container>.bulb>.light.yellow{color:#f1c40f}.stompenberg .board .layout .control.led>.container>.bulb>.light.orange{color:#e67e22}.stompenberg .board .layout .control.led>.container>.bulb>.light.blue{color:#3498db}.stompenberg .board .layout .control.led>.container>.bulb>.light.pink{color:#f0f}.stompenberg .board .layout .control.led>.container>.bulb>.light.white{color:#ecf0f1}.stompenberg .board .layout .control.led>.container>.bulb>.light.black,.stompenberg .board .layout .control.led>.container>.bulb>.light.off{color:#2c3e50}.stompenberg .board .layout .control.led.linked{align-self:center;display:flex;justify-content:center}.stompenberg .board .layout .control.led.linked>.container{height:auto;margin:0;width:auto}.stompenberg .board .layout .control.signal{transition:background .5s cubic-bezier(.25,.85,.25,.85)}.stompenberg .board .layout .control.signal.on{background:#27ae60}.stompenberg .board .layout .control.signal.off{background:#e74c3c}.stompenberg .board .layout .control.switch{position:relative;text-align:center}.stompenberg .board .layout .control.switch.vertical>.container{transform:rotate(90deg)}.stompenberg .board .layout .control.switch.vertical.reversed>.container{flex-direction:column-reverse;transform:rotate(-90deg)}.stompenberg .board .layout .control.switch.reversed>.container{flex-direction:row-reverse}.stompenberg .board .layout .control.switch.huge>.container{border-radius:150px;height:19.98px;width:75px}.stompenberg .board .layout .control.switch.huge>.container>.slider{border-radius:150px}.stompenberg .board .layout .control.switch.huge>.container>.slider::-ms-thumb{height:15.98px;width:15.98px}.stompenberg .board .layout .control.switch.huge>.container>.slider::-moz-range-thumb{height:15.98px;width:15.98px}.stompenberg .board .layout .control.switch.huge>.container>.slider::-webkit-slider-thumb{height:15.98px;width:15.98px}.stompenberg .board .layout .control.switch.huge.vertical>.container{margin:39.96px 0}.stompenberg .board .layout .control.switch.big>.container{border-radius:125px;height:16.65px;width:62.5px}.stompenberg .board .layout .control.switch.big>.container>.slider{border-radius:125px}.stompenberg .board .layout .control.switch.big>.container>.slider::-ms-thumb{height:12.65px;width:12.65px}.stompenberg .board .layout .control.switch.big>.container>.slider::-moz-range-thumb{height:12.65px;width:12.65px}.stompenberg .board .layout .control.switch.big>.container>.slider::-webkit-slider-thumb{height:12.65px;width:12.65px}.stompenberg .board .layout .control.switch.big.vertical>.container{margin:33.3px 0}.stompenberg .board .layout .control.switch.small>.container{border-radius:75px;height:9.99px;width:37.5px}.stompenberg .board .layout .control.switch.small>.container>.slider{border-radius:75px}.stompenberg .board .layout .control.switch.small>.container>.slider::-ms-thumb{height:5.99px;width:5.99px}.stompenberg .board .layout .control.switch.small>.container>.slider::-moz-range-thumb{height:5.99px;width:5.99px}.stompenberg .board .layout .control.switch.small>.container>.slider::-webkit-slider-thumb{height:5.99px;width:5.99px}.stompenberg .board .layout .control.switch.small.vertical>.container{margin:19.98px 0}.stompenberg .board .layout .control.switch.tiny>.container{border-radius:50px;height:6.66px;width:25px}.stompenberg .board .layout .control.switch.tiny>.container>.slider{border-radius:50px}.stompenberg .board .layout .control.switch.tiny>.container>.slider::-ms-thumb{height:2.66px;width:2.66px}.stompenberg .board .layout .control.switch.tiny>.container>.slider::-moz-range-thumb{height:2.66px;width:2.66px}.stompenberg .board .layout .control.switch.tiny>.container>.slider::-webkit-slider-thumb{height:2.66px;width:2.66px}.stompenberg .board .layout .control.switch.tiny.vertical>.container{margin:13.32px 0}.stompenberg .board .layout .control.switch>.container{border-radius:100px;height:13.32px;width:50px}.stompenberg .board .layout .control.switch>.container>.slider{border-radius:100px}.stompenberg .board .layout .control.switch>.container>.slider::-ms-thumb{height:9.32px;width:9.32px}.stompenberg .board .layout .control.switch>.container>.slider::-moz-range-thumb{height:9.32px;width:9.32px}.stompenberg .board .layout .control.switch>.container>.slider::-webkit-slider-thumb{height:9.32px;width:9.32px}.stompenberg .board .layout .control.switch.vertical>.container{margin:26.64px 0}.stompenberg .board .layout .control.switch.full>.container{width:auto}.stompenberg .board .layout .control.switch>.container{align-items:center;cursor:pointer;display:flex;justify-content:center;position:relative;transition:all .2s cubic-bezier(.25,.85,.25,.85)}.stompenberg .board .layout .control.switch>.container>.slider{-webkit-appearance:none;appearance:none;background:#333;border:2px solid transparent;box-shadow:0 0 0 1px #d3d3d3,0 0 0 2px rgba(0,0,0,.5);box-sizing:border-box;cursor:inherit;display:block;height:inherit;margin:0;padding:0;width:inherit}.stompenberg .board .layout .control.switch>.container>.slider::-ms-thumb{appearance:none;background:#d3d3d3;border-radius:50%}.stompenberg .board .layout .control.switch>.container>.slider::-moz-range-thumb{appearance:none;background:#d3d3d3;border-radius:50%}.stompenberg .board .layout .control.switch>.container>.slider::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;background:#d3d3d3;border-radius:50%}.stompenberg .board .layout>.item{align-items:center;box-sizing:border-box;display:flex;flex-direction:column;justify-content:start;min-height:25px;min-width:25px;position:relative;transition:none}.stompenberg .board .layout>.item.top{align-items:flex-start}.stompenberg .board .layout>.item.bottom{align-items:flex-end}.stompenberg .board .noise{background-color:currentColor}.stompenberg .board .noise,.stompenberg .board .noise:after,.stompenberg .board .noise:before{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAyCAYAAAAeP4ixAAAJmklEQVRoQ23a7XETTROFYekfWWAiwUSCiQQTiSESQySGSPzWPS+X6jwuVOVaaXemp7/7dK+vj4+P737//n35+PHjpc+PHz8uT09Pl2/fvl3u7u5u93/9+nV5//795eHh4dL6Dx8+XO7v78+er1+/nvVdv3z5ctb8/Pnz9hu9z58/X6LjWXui0fPv37+f8+zvjOjFT+t7hk73e97+rs/Pz5fr/f39uw7oZp8IJ1QE+zw+Pl563ifmX19fz7MO3mft717PP336dA7tkBiImZ5FOyY877c10VzhO6+9KaVzotv5MR09+zy7CUIbLy8v56B+R7jfXdscE30cGvEY7LA+fU/jmO7QBGRJaygtZhImRXWlqPb/+fPnnEfzrYkHAramTwqL1+vDw8M7LhSDzMk6EcKsdTHbfYxhmJlb18cazHRozLAwl9m165qt7/d6Sd8J335KuV4ul3eZh393CGu0KIv04Q6E5RY0FFEf8dRv1vKctXuWAqKXoP11FuG5I1fK3aOVUuOL8px5XKtDHChwmS4hfRfEYipiCR1zfZcAWHUTCDeNVky2Pqa7nzAJ0X5Wi25/nd9f65zRvnjh6tG73t3dnayVv1+v12O2fgtWWu0Q2u8AbrTuGJMyi8BOewkkQDtcPKAdLRmN26UcFqLo7nGr9nafmx9BmJmv0sYGfQz2kZ5pknAY6HfEY5jwtMpNxUxMEd5ZtMzSKbiz2lMCKHF0FQIpMt6OIGuiFabFmTCt9p32YzQt09BmElr07JZVroXj/9N5e6MZgwmTy4hDaRVPYhPzreOC8eb7EWSDrocdpHAJpjQkVhSxBEtAh3Qo62IAHQVN6mYN9xOgZzJeCuk3XqLLymJ1FXB9enp6F9Fcpk19V/DSJn9W0flrAtD61ovotEdq5RYxKAN1jytG13k955ZqUjxsMnnLh3i+vr6+nhiRj/NB/qkYpnEB21Wwd2jf1+3EkJQqw9B2rrWJABRhCa4ts0m3XBZ0Qkdav7lWBJO8BZiQufgtd1FhVV5xhIm1moImqGXFaKkdW6d4hmyk6ncf85KR86NzDTQKrMU96klMESjLxFDaKVVvJhMb4Em0YqaPDCNQWREOext/LLxxAiJ15REEOXWkGIFCBROXSpv8FjollAwGXMJoipbD0qKcz31iFM5yhckWY7FaKZj7g0sUJtauLy8vRxBWWfwDpneYmgABgN4dvPEA3qjGmAeBNktxZ0VUtZfuxUkCKaQ9i3aKw/cBjQmiigJh/HIPajFkK11zO8khrYEYglgSkbFoVJCqVe2Fu9SX7V8EO9DJdbntEQTOZ76trmrFVnU+3VUW4UrSbZazThrvmVqjv1ATNvC1DYQVr6wJ7nCveDsxwvxQK3TJR2mzdYgCjhu4AGGM6y0oR6wsrVL91hxZU53hxiUW+wU4d5NBTx3pUBpVuLiZOiBgO1hXppA5EARXpLb3UGg9E4vcmjK3u5QIrI2G4og/ijwwPilZQywAZ6ABHwZTtLSLs0B+tYLVKEN7DKdtr8PFoNuUuy0EOEI5i7oT6tZYdUgHbk/eQUxHgAjS2haybXrEGCE3K0K+EgbMRViQZLMbfNazFH7Q7l8QypL/iRH+LOP0OwYFKFMrijIHWCP4dXN6kS20Cue2ATtY6CxKYR1Z0SBCU8VqnXcswk1oR0FEYDMKplhDfoelAE+tqs4PU3ry3I7vA4pqRLTt04VuYwastl83epuiYCRGbSZxGlecpERu0xrQv3s7RYGJML1IN0ZPIfsLddQbjG0638ZsiyCYn5Kuz8/PB8ZHcPE9WKBqG4ZJDARWN3pOoJh426uwrkYrrRrxRGM7QQGNaY1cNPBqwqJGnRiBqfinRSosNCvbGMyZAspOm3laI6C391ZYAcP2gDtcTEbaknDA1t92Q5rnHTeLbA7v0IJ5hUNExgL1BbXA3VhC015Zz4hpLdJaSgNcnaUVjvaOjiBvffyJkW4KPFoAGEkN5arsoLz1C/y4hvEQd0oo6ReI3DESrKZmWa8Yd9WUSRpQ+S1rAYgdAEoLJkErE8lcCpp1encuRwmELQ5oVhoGNUxRuDW3lBWjtf3/uuYpiIJ940HzkrT/Grxtb7JDBALLRIKTkhS9mAM1tkDCdsWNuONCahKXbR+Ftf42fFAX4CbND6EIyucNHzYWpM7WgNfL8I6PuBZX5UbR06SpPRD29kyyKHc8riWgBBOzFszaW5pXrKRlgnHHfoPXHQYJO5AmgT1gcnsPKFu/nxIF/1pTLEXz1upKnQ5cJqRPaRHzcBjrSY9o8W+CGSCIrbXm2yymTulMdxRrwKfuRf80VuqEgDP6kRYR3Ymjyix4Y1qMGOGo/t0XbzLPJoIdzBk3tYfgMZzlTCd5A8x1hg9NUWAWjMgkhhLVjU2zb2dXMbfFMC2u8HpxqPltjTK5ZGloF94ST5SAF9kz+rdW16bV9A4c+DTo8RaSQMJwkemGuLNfkLZOz9N3E0TKjN4O/ihr0/e2C7d+REE0a+VeglBWYVY1YdthFuTDm+G4j3ESV9l6QLCdZv4Ld+07E8OLI8h2X2A4wKalNB1RsAjIvNJtVgRzgD0CipPuc1cIAl04ioCyZJYC8xe2wIdHEJrTEUYEPJf6+C2X6DeE3Bq9t5TJohvk6zZ9r3BCvVDDtsvrBb4DmSCTN9AnRiKSWTetymRd4SpxxF8VPrVhsRDhTE34vNGnGrCDu5iMD0oSo/CVZCF7Kt6tu8F42jXO315BH21WFVMxELPbucUAiE9j1sp0BMkaW8W5LsH2/Gis9cUXoU8P7/W0CaBRz/bbfHzxD5+NmNcLO8C+BeHfIQEELOjXzZyNPnynDu37F4NxiEHRPYK0wRtYCFbQCj6B229Dta4ssulWxV540r1toXfNuhuASXDpFmxqHw8RN8f1e/UGMixGapE8TZgdpgl+xUkdUAgh4INM/04KdY2Yg2zXStsbvZ14imGu1nOxfXs97fWBHG0BRhYsgi5pMqtwL4AOoqXVYkknpyCu4Hp92C36/xp4eL4lgvJPP0LT3pDSUExqZ6XKGNl3FGkHqKSxGNn/HjJmTbAE8lpAP0ExEK66thMThZiVtBU3QbjWTkkwsqi3GIghk3vd2jZk5mHWGTx33awkJqTRzgNlVP7uAbHicic4KW3h/a0gtlFeBlcMDHb0Ym6l+dneXWen2Cluso7iSBCM9twAw5Rxh4SK5dKR0QT+Qb/7xhYyBaNhr7Tiuxoi88jrPVccDyKdIO/gnZux1o5bV0CQx+CuM6JtEN5VDMbH/wAUCgYYUN9NqgAAAABJRU5ErkJggg==)}.stompenberg .board .brush{background-color:currentColor}.stompenberg .convolver .uploader{align-self:center;position:relative}.stompenberg .convolver .uploader>.input{display:none}.stompenberg .convolver .uploader>.label>.trigger{pointer-events:none}.stompenberg .convolver>.box{background:#1c1c1c;border-radius:8px;overflow:hidden;position:relative}.stompenberg .convolver>.box code+.presentation+.ui{opacity:0}.stompenberg .convolver>.box code+.presentation+.ui+.spinner{display:none}.stompenberg .convolver>.box>.ui{box-sizing:border-box;display:flex;filter:blur(4px);flex-direction:column;height:100%;justify-content:space-between;padding:16px;pointer-events:none;transition:filter .2s cubic-bezier(.25,.85,.25,.85);-webkit-user-select:none;user-select:none;width:100%}.stompenberg .convolver>.box>.ui.active{filter:none;pointer-events:all}.stompenberg .convolver>.box>.ui>.impulse{display:flex;justify-content:center}.stompenberg .convolver>.box>.ui>.impulse>.custom{color:#ecf0f1;filter:drop-shadow(2px 2px 1px #1c1c1c);font-size:16px;height:24px;letter-spacing:1px;line-height:24px;margin:auto;text-align:center;-webkit-user-select:none;user-select:none}@media screen and (min-width:940px){.stompenberg .convolver>.box>.ui>.impulse>.custom{font-size:24px;height:32px;line-height:32px}}.stompenberg .convolver>.box>.ui>.impulse>.logo{filter:drop-shadow(2px 2px 1px #1c1c1c);height:24px}@media screen and (min-width:940px){.stompenberg .convolver>.box>.ui>.impulse>.logo{height:32px}}.stompenberg .convolver>.box>.ui>.impulse>.logo>svg{height:100%}.stompenberg .convolver>.box>.ui>.selector{align-items:center;color:#ecf0f1;display:flex;justify-content:space-between;min-height:50px;position:relative;width:100%}.stompenberg .convolver>.box>.ui>.selector>.content{margin:0 4px;width:100%}.stompenberg .convolver>.box>.ui>.selector>.content>.impulse>.info{align-items:center;color:#f3f3f3;display:flex;flex-direction:column;justify-content:center;padding:16px;text-shadow:3px 4px 5px #1c1c1c}.stompenberg .convolver>.box>.ui>.selector>.content>.impulse>.info>div{margin:0 4px;text-align:center;white-space:normal}.stompenberg .convolver>.box>.ui>.selector>.control{flex-shrink:0}.stompenberg .modes{border-bottom:1px solid #686868;display:flex;height:56px;justify-content:space-evenly;margin-bottom:24px;margin-left:auto;margin-right:auto;-webkit-user-select:none;user-select:none;width:100%}.stompenberg .modes>.control{align-items:center;border-bottom:4px solid transparent;cursor:pointer;display:flex;flex-basis:100%;justify-content:center;margin-bottom:-1px;-webkit-text-decoration:none;text-decoration:none;transition:border .2s cubic-bezier(.25,.85,.25,.85)}.stompenberg .modes>.control>.icon{background:none;color:#686868;height:24px;margin-right:8px;margin-top:1px;transition:color .2s cubic-bezier(.25,.85,.25,.85);width:24px}.stompenberg .modes>.control>.label{color:#686868;-webkit-text-decoration:none;text-decoration:none;transition:color .2s cubic-bezier(.25,.85,.25,.85)}.stompenberg .modes>.control.active{border-color:#7e00f3;color:#7e00f3}.stompenberg .modes>.control.active>.icon,.stompenberg .modes>.control.active>.label,.stompenberg .modes>.control:hover:not(.active)>.icon,.stompenberg .modes>.control:hover:not(.active)>.label{color:#1c1c1c}.stompenberg .player{border-radius:10px;overflow:hidden;position:relative;-webkit-user-select:none;user-select:none}.stompenberg .player>.tabs{background:#fff;padding:4px 24px 0;position:relative}.stompenberg .player>.tabs:after,.stompenberg .player>.tabs:before{background:#fff;box-sizing:border-box;content:"";height:100%;position:absolute;top:0;width:1px}.stompenberg .player>.tabs:after:before,.stompenberg .player>.tabs:before:before{border-left:1px solid #686868;left:0}.stompenberg .player>.tabs:after:after,.stompenberg .player>.tabs:before:after{border-right:1px solid #686868;right:0}.stompenberg .player>.tabs:before{border-left:1px solid #686868;left:0}.stompenberg .player>.tabs:after{border-right:1px solid #686868;right:0}.stompenberg .player>.tabs>.list{background:#fff;border-bottom:1px solid #1c1c1c;display:flex;flex-wrap:wrap;justify-content:center;padding:4px 0 0}.stompenberg .player>.tabs>.list>.tab{border-bottom:4px solid transparent;color:#1c1c1c;cursor:pointer;font-weight:700;margin-bottom:-1px;margin-left:12px;margin-right:12px;padding-bottom:4px;padding-left:8px;padding-right:8px;-webkit-text-decoration:none;text-decoration:none;-webkit-user-select:none;user-select:none}.stompenberg .player>.tabs>.list>.tab.active,.stompenberg .player>.tabs>.list>.tab:hover{border-color:#686868}.stompenberg .player>.tracks{background:#fff;color:#1c1c1c;padding:0 0 16px;position:relative}.stompenberg .player>.tracks:after,.stompenberg .player>.tracks:before{background:#fff;box-sizing:border-box;content:"";height:100%;position:absolute;top:0;width:1px}.stompenberg .player>.tracks:after:before,.stompenberg .player>.tracks:before:before{border-left:1px solid #686868;left:0}.stompenberg .player>.tracks:after:after,.stompenberg .player>.tracks:before:after{border-right:1px solid #686868;right:0}.stompenberg .player>.tracks:before{border-left:1px solid #686868;left:0}.stompenberg .player>.tracks:after{border-right:1px solid #686868;right:0}.stompenberg .player>.tracks>.scroller{display:flex;flex-wrap:wrap;margin:0 24px;max-height:160px;overflow:hidden;overflow-y:auto}.stompenberg .player>.tracks>.scroller>.track{align-items:center;border-bottom:1px solid #b4b4b4;border-radius:2px;box-sizing:border-box;color:currentColor;cursor:pointer;display:inherit;justify-content:space-between;padding:8px 0;position:relative;-webkit-text-decoration:none;text-decoration:none;width:100%}.stompenberg .player>.tracks>.scroller>.track.selected{font-weight:700}.stompenberg .player>.tracks>.scroller>.track.uploading{cursor:default}.stompenberg .player>.tracks>.scroller>.track.uploading .duration,.stompenberg .player>.tracks>.scroller>.track.uploading .name,.stompenberg .player>.tracks>.scroller>.track.uploading>.indicator{display:none}.stompenberg .player>.tracks>.scroller>.track:hover>.name{-webkit-text-decoration:underline;text-decoration:underline}@media screen and (min-width:940px){.stompenberg .player>.tracks>.scroller>.track{width:calc(50% - 24px)}.stompenberg .player>.tracks>.scroller>.track:nth-child(odd){margin-right:24px}.stompenberg .player>.tracks>.scroller>.track:nth-child(2n){margin-left:24px}}.stompenberg .player>.tracks>.scroller>.track>.loader{font-size:10px;height:.5em;margin:0 auto;padding:8.5px 0;position:relative;width:3.5em}.stompenberg .player>.tracks>.scroller>.track>.loader>.dot{animation-duration:1.8s;animation-iteration-count:infinite;animation-name:loader-wave;background:#2c3e50;border-radius:50%;height:.5em;position:absolute;width:.5em}.stompenberg .player>.tracks>.scroller>.track>.loader>.dot.one{animation-delay:.2s;left:1em}.stompenberg .player>.tracks>.scroller>.track>.loader>.dot.two{animation-delay:.4s;left:2em}.stompenberg .player>.tracks>.scroller>.track>.loader>.dot.three{animation-delay:.6s;left:3em}@keyframes loader-wave{0%{transform:translateY(0)}20%{transform:translateY(-.5em)}40%{transform:translateY(0)}to{transform:translateY(0)}}.stompenberg .player>.tracks>.scroller>.track>.name{margin-left:8px;margin-right:4px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:100%}.stompenberg .player>.tracks>.scroller>.track>.duration{margin-right:8px;white-space:nowrap}.stompenberg .player .uploader{border-radius:50%;display:flex;height:100%;position:relative;text-align:center;white-space:nowrap;width:100%}.stompenberg .player .uploader:after,.stompenberg .player .uploader:before{background:#fff;border-bottom:1px solid #686868;box-sizing:border-box;content:"";position:relative;top:0;transform:translateY(-50%);width:50%;z-index:-1}.stompenberg .player .uploader:before{border-bottom-left-radius:16px;border-left:1px solid #686868}.stompenberg .player .uploader:after{border-bottom-right-radius:16px;border-right:1px solid #686868}.stompenberg .player .uploader>.trigger{position:relative}.stompenberg .player .uploader>.label{align-items:center;cursor:pointer;display:flex;margin:0 8px;position:relative;text-align:center}.stompenberg .player .uploader>.label>.trigger{pointer-events:none}.stompenberg .player .uploader>.label:after{background:#fff;content:"";height:100%;left:0;padding:0 16px;position:absolute;top:calc(-50% - 1px);transform:translateX(-16px);width:100%;z-index:-1}.stompenberg .player .uploader>.label>.text{-webkit-user-select:none;user-select:none}.stompenberg .player .uploader>.input{display:none}.stompenberg .player>.button{display:flex;padding-bottom:8px;position:relative;text-align:center;white-space:nowrap}.stompenberg .player>.button:after,.stompenberg .player>.button:before{background:#fff;border-top:1px solid #686868;box-sizing:border-box;content:"";position:relative;top:0;transform:translateY(50%);width:50%;z-index:-1}.stompenberg .player>.button:before{border-left:1px solid #686868;border-top-left-radius:16px}.stompenberg .player>.button:after{border-right:1px solid #686868;border-top-right-radius:16px}.stompenberg .player>.button.disabled{cursor:default;opacity:.5;pointer-events:none}.stompenberg .player>.button>.toggle{-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-tap-highlight-color:transparent;align-items:center;background:#fff;border-radius:50%;box-shadow:0 4px 8px 0 rgba(0,0,0,.1);color:currentColor;cursor:pointer;display:flex;flex:0 0 auto;height:56px;justify-content:center;margin:0 8px;position:relative;transition:all .2s cubic-bezier(.25,.85,.25,.85);-webkit-user-select:none;user-select:none;width:56px}.stompenberg .player>.button>.toggle:after{background:#fff;bottom:calc(-50% - 1px);content:"";height:100%;left:50%;margin:0;padding:0 40px;position:absolute;transform:translateX(-50%);width:100%;z-index:-1}.stompenberg .player>.button>.toggle.active{background:#7e00f3;color:#ecf0f1}.stompenberg .player>.button>.toggle>.icon{-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-tap-highlight-color:transparent;align-content:center;display:flex;justify-content:center;pointer-events:none;-webkit-user-select:none;user-select:none;width:32px}.stompenberg .player>.button>.toggle>.icon>svg{width:inherit}.stompenberg .player>.stats{background:#fff;display:flex;flex-direction:column;justify-content:center;position:relative;width:100%}.stompenberg .player>.stats:after,.stompenberg .player>.stats:before{background:#fff;box-sizing:border-box;content:"";height:100%;position:absolute;top:0;width:1px}.stompenberg .player>.stats:after:before,.stompenberg .player>.stats:before:before{border-left:1px solid #686868;left:0}.stompenberg .player>.stats:after:after,.stompenberg .player>.stats:before:after{border-right:1px solid #686868;right:0}.stompenberg .player>.stats:before{border-left:1px solid #686868;left:0}.stompenberg .player>.stats:after{border-right:1px solid #686868;right:0}.stompenberg .player>.stats>.progress{align-items:center;color:#1c1c1c;display:inherit;flex-direction:row;font-weight:700;padding:8px 56px}.stompenberg .player>.stats>.progress>.progressbar{border-radius:4px;height:4px;margin:0 16px;padding:8px 0;position:relative;transition:height .2s cubic-bezier(.25,.85,.25,.85);width:100%}@media screen and (min-width:940px){.stompenberg .player>.stats>.progress>.progressbar{margin:0 24px}}.stompenberg .player>.stats>.progress>.progressbar:before{background:#8a8a8a;border-radius:4px;content:"";height:inherit;position:absolute;transition:background-image .5s cubic-bezier(.25,.85,.25,.85);width:100%}.stompenberg .player>.stats>.progress>.progressbar.uploading:before{animation:move .25s linear infinite;background-image:repeating-linear-gradient(-45deg,#8a8a8a,#8a8a8a 11px,transparent 0,transparent 25px);background-size:28px 28px}@keyframes move{0%{background-position:0 0}to{background-position:28px 0}}.stompenberg .player>.stats>.progress>.progressbar.playing>.bar{animation-name:play;position:relative}@keyframes play{0%{width:0}to{width:100%}}.stompenberg .player>.stats>.progress>.progressbar.playing>.bar>.knob{background:transparent;background:currentColor;border-radius:50%;height:8px;position:absolute;right:-4px;top:50%;transform:translateY(-50%);transition:none;width:8px}.stompenberg .player>.stats>.progress>.progressbar>.bar{animation-timing-function:linear;background:currentColor;border-radius:4px;height:100%;position:relative;width:0}.stompenberg .player>.stats>.progress>.remaining{font-size:14px;white-space:nowrap}.stompenberg .player>.stats>.progress>.loop{cursor:pointer;display:flex;height:24px;width:24px}@media screen and (min-width:940px){.stompenberg .player>.stats>.progress>.loop{height:32px;width:32px}}.stompenberg .player>.stats>.progress>.loop>.icon{background:none;flex:0 0 auto;height:24px;opacity:.5;position:relative;transition:opacity .2s cubic-bezier(.25,.85,.25,.85);width:24px}.stompenberg .player>.stats>.progress>.loop>.icon.active{opacity:1}@media screen and (min-width:940px){.stompenberg .player>.stats>.progress>.loop>.icon{height:32px;width:32px}}.stompenberg .player>.error{padding:20px;text-align:center}.stompenberg .recorder{margin-top:-8px;text-align:center;-webkit-user-select:none;user-select:none}.stompenberg .recorder>.frame>.visualizer{border:1px solid #1c1c1c;border-radius:8px;height:176px;overflow:hidden;position:relative;width:100%}.stompenberg .recorder>.frame>.visualizer>.seeker{background:#e74c3c;height:100%;left:50%;position:absolute;top:8px;width:1px}.stompenberg .recorder>.frame>.visualizer>.seeker:after{background:#e74c3c;border-radius:50%;content:"";height:16px;left:.5px;position:absolute;top:0;transform:translateX(-50%);transform-origin:right;width:16px}.stompenberg .recorder>.frame>.visualizer>.canvas{background-color:#4b4b4b;height:100%!important;position:relative;width:100%!important}.stompenberg .recorder>.frame>.controls{display:flex;filter:drop-shadow(0 4px 4px rgba(0,0,0,.2));justify-content:center;position:relative}.stompenberg .recorder>.frame>.controls:after,.stompenberg .recorder>.frame>.controls:before{background:#fff;border-top:1px solid #686868;box-sizing:border-box;content:"";position:relative;top:0;transform:translateY(50%);width:50%;z-index:-1}.stompenberg .recorder>.frame>.controls:before{border-left:1px solid #686868;border-top-left-radius:16px}.stompenberg .recorder>.frame>.controls:after{border-right:1px solid #686868;border-top-right-radius:16px}.stompenberg .recorder>.frame>.controls:after,.stompenberg .recorder>.frame>.controls:before{background:transparent}.stompenberg .recorder>.frame>.controls>.control{-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-tap-highlight-color:transparent;align-items:center;display:flex;justify-content:center;margin-right:80px;max-height:48px;position:relative;-webkit-text-decoration:none;text-decoration:none;transition:all .2s cubic-bezier(.25,.85,.25,.85);-webkit-user-select:none;user-select:none}.stompenberg .recorder>.frame>.controls>.control.play{margin-left:10px}.stompenberg .recorder>.frame>.controls>.control.play:before{background:#fff;border-radius:50%;content:"";height:100%;left:-4px;padding:4px;position:absolute;width:100%;z-index:-1}.stompenberg .recorder>.frame>.controls>.control.play:after{background:#fff;content:"";height:100%;left:50%;padding:4px;position:absolute;width:150%;z-index:-1}.stompenberg .recorder>.frame>.controls>.control.record{margin:0;position:absolute;top:-4px;z-index:2}@media screen and (min-width:940px){.stompenberg .recorder>.frame>.controls>.control.record{top:-1.33333333px}}.stompenberg .recorder>.frame>.controls>.control.record>.action{-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-tap-highlight-color:transparent;align-items:center;border:4px solid #fff;display:flex;height:48px;justify-content:center;padding:4px;pointer-events:none;-webkit-user-select:none;user-select:none;width:48px}.stompenberg .recorder>.frame>.controls>.control.record>.action>.label{font-size:small}@media screen and (min-width:940px){.stompenberg .recorder>.frame>.controls>.control.record>.action{height:56px;width:56px}}.stompenberg .recorder>.frame>.controls>.control.loop{margin-right:10px}.stompenberg .recorder>.frame>.controls>.control.loop:before{background:#ecf0f1;border-radius:50%;content:"";height:100%;padding:4px;position:absolute;right:-4px;width:100%;z-index:-1}.stompenberg .recorder>.frame>.controls>.control.loop:after{background:#ecf0f1;content:"";height:100%;padding:4px;position:absolute;right:50%;width:150%;z-index:-1}.stompenberg .recorder>.frame>.controls>.control:after,.stompenberg .recorder>.frame>.controls>.control:before{box-sizing:content-box;transition:all .2s cubic-bezier(.25,.85,.25,.85)}@media screen and (min-width:940px){.stompenberg .recorder>.frame>.controls>.control{margin-right:112px}}.stompenberg .recorder>.frame>.controls>.control>.action{height:24px;pointer-events:none}.stompenberg .recorder>.frame>.controls>.control>.action>svg{height:inherit}.stompenberg .recorder>.frame>.controls>.control>.button{z-index:4}.stompenberg .recorder>.frame>.durations{display:flex;justify-content:center;padding-bottom:16px}.stompenberg .recorder>.frame>.durations>*{color:currentColor}.stompenberg .recorder>.frame>.durations>:first-child{color:#1c1c1c}.stompenberg .recorder>.frame>.durations>span{margin:0 4px}.stompenberg .recorder>.frame.top{margin-bottom:1px;position:relative;transform:translateY(50%)}.stompenberg .recorder>.frame.side{background:#fff;border-left:1px solid #686868;border-right:1px solid #686868;border-top-left-radius:16px;border-top-right-radius:16px;padding:48px 32px 8px}@media screen and (min-width:940px){.stompenberg .recorder>.frame.side{padding-left:13%;padding-right:13%}}.stompenberg .recorder>.frame.bottom{background:#fff;border-bottom:1px solid #686868;border-bottom-left-radius:16px;border-bottom-right-radius:16px;border-left:1px solid #686868;border-right:1px solid #686868}.stompenberg .recorder.recording>.frame>.controls>.control.play{margin:0;opacity:0}.stompenberg .recorder.recording>.frame>.controls>.control.play:after{width:50%}.stompenberg .recorder.recording>.frame>.controls>.control.loop{margin:0;opacity:0}.stompenberg .recorder.recording>.frame>.controls>.control.loop:after{width:50%}.stompenberg .recorder.ready>.frame>.controls>.control.loop,.stompenberg .recorder.ready>.frame>.controls>.control.play{cursor:pointer;opacity:1;pointer-events:auto}.stompenberg .recorder.ready>.frame>.visualizer>.canvas{cursor:ew-resize}.stompenberg .spinner{align-items:center;animation:glow .6s .1s infinite;border-radius:2px;color:#ecf0f1;display:flex;height:32px;justify-content:center;left:50%;opacity:0;position:absolute;top:50%;transform:translateY(-50%);transition:opacity cubic-bezier(.25,.85,.25,.85);width:8px;z-index:1}.stompenberg .spinner.active{opacity:1}.stompenberg .spinner:after,.stompenberg .spinner:before{border-radius:inherit;content:"";display:block;height:inherit;position:absolute;top:0;width:inherit}.stompenberg .spinner:before{animation:glow .6s 0s infinite;left:-16px}.stompenberg .spinner:after{animation:glow .6s .2s infinite;left:16px}@keyframes glow{0%{background-color:transparent}50%{background-color:currentColor}to{background-color:transparent}}.stompenberg .streamer{text-align:center}.stompenberg .streamer>.box{align-items:center;display:flex;flex-direction:column;justify-content:center;margin:auto auto 24px;position:relative}.stompenberg .streamer>.box>.action{background:#fff;cursor:pointer;margin:auto;padding:80px;position:relative;transition:all .2s cubic-bezier(.25,.85,.25,.85);z-index:2}.stompenberg .streamer>.box>.action.shadow{background:none;box-shadow:0 0 0 4px currentColor;color:#686868;left:50%;padding:80px;position:absolute;top:0;transform:translate(-50%);z-index:1}.stompenberg .streamer>.box>.action.shadow>.icon{display:none}.stompenberg .streamer>.box>.action>.icon{color:#686868;height:56px;left:50%;margin-top:16px;pointer-events:none;position:absolute;top:0;transform:translate(-50%,50%);transition:all .2s cubic-bezier(.25,.85,.25,.85);-webkit-user-select:none;user-select:none;width:56px}.stompenberg .streamer>.box>.action>.icon>.lines{display:flex;left:50%;position:absolute;transform:translate(-50%,-16px)}.stompenberg .streamer>.box>.action>.icon>.lines>.line{background:currentColor;border-radius:2px;height:12px;width:4px}.stompenberg .streamer>.box>.action>.icon>.lines>.line.l{height:10px;margin:7px 6px 2px;transform:rotate(-30deg)}.stompenberg .streamer>.box>.action>.icon>.lines>.line.m{margin:2px}.stompenberg .streamer>.box>.action>.icon>.lines>.line.r{height:10px;margin:7px 6px 2px;transform:rotate(30deg)}.stompenberg .streamer>.box>.button{background:#f3f3f3;border:none;box-shadow:0 4px 6px 0 rgba(0,0,0,.15);cursor:pointer;margin:-56px auto auto;position:relative;transition:all .2s cubic-bezier(.25,.85,.25,.85);-webkit-user-select:none;user-select:none;white-space:nowrap;z-index:3}.stompenberg .streamer>.box>.button.shadow{bottom:0;box-shadow:0 0 0 4px currentColor;color:#686868;left:50%;position:absolute;transform:translate(-50%);z-index:1}.stompenberg .streamer>.box>.button.shadow>*{display:none}.stompenberg .streamer.hover>.box>.action,.stompenberg .streamer.hover>.box>.action>.icon{color:#4b4b4b}.stompenberg .streamer.hover>.box>.button{background:#e8e8e8;color:#4b4b4b}.stompenberg .streamer.active>.box>.action{background:#e64155;color:#fff}.stompenberg .streamer.active>.box>.action>.icon{color:currentColor;filter:drop-shadow(-2px 4px 4px rgba(0,0,0,.2))}.stompenberg .streamer.active>.box>.button{background:#e64155;color:#fff}.stompenberg .tooltip{align-items:flex-start;animation-delay:0s;animation-duration:0s;animation-name:out;animation-timing-function:cubic-bezier(.25,.85,.25,.85);display:flex;flex:0 0 auto;height:0;justify-content:center;opacity:0;position:fixed;width:0;z-index:2}.stompenberg .tooltip>.body{background:#fff;border-bottom:1px solid rgba(44,62,80,.1);border-radius:2px;bottom:10px;box-sizing:border-box;filter:drop-shadow(rgba(6,6,6,.2) 0 1px 2px);font-size:smaller;pointer-events:none;position:relative;text-align:center;transform:translateY(-100%);-webkit-user-select:none;user-select:none;white-space:nowrap;z-index:999}.stompenberg .tooltip>.body>.name{background:rgba(44,62,80,.1);border-bottom:1px solid rgba(44,62,80,.1);font-weight:700;min-width:75px;padding:4px 24px}.stompenberg .tooltip>.body>.value{align-content:center;display:flex;flex-direction:column;justify-content:space-between;min-width:75px;padding:4px}.stompenberg .tooltip>.body>.value>.state{display:none}.stompenberg .tooltip>.body>.value>.state.active{display:block}.stompenberg .tooltip>.body>.value>.arrow{font-weight:700;margin:0 8px}.stompenberg .tooltip>.body>.value.active{font-weight:700}.stompenberg .tooltip.pointy>.body:after{border:10px solid transparent;border-top-color:#fff;content:" ";height:0;left:50%;margin-left:-10px;margin-top:-2px;pointer-events:none;position:absolute;top:100%;width:0}.stompenberg .tooltip.ready{animation-duration:.3s}.stompenberg .tooltip.active{animation-fill-mode:forwards;animation-name:in}.stompenberg .tooltip.active>.body{pointer-events:all}.stompenberg .tooltip.hover .state{display:block!important}@keyframes in{0%{opacity:0;transform:translateY(-3px)}to{opacity:1;transform:translateY(0)}}@keyframes out{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(-3px)}}body.controlled .stompenberg,body.controlled .stompenberg *{cursor:ns-resize!important}.fx-content-stompenberg .stompenberg-teaser{position:relative;max-height:320px}.fx-content-stompenberg .stompenberg-teaser .content-area{position:absolute;display:flex;flex-direction:column;justify-content:center;align-items:center;width:100%;height:100%;right:0;bottom:0;color:#3b3b3b;text-align:right}.fx-content-stompenberg .stompenberg-teaser .content-area__text,
.fx-content-stompenberg .stompenberg-teaser .content-area__headline{display:none}.fx-content-stompenberg .stompenberg-teaser .content-area__button{box-shadow:0 0 24px 0 rgba(28,28,28,0.7)}@media screen and (min-width: 760px){.fx-content-stompenberg .stompenberg-teaser .content-area{align-items:flex-end;width:45%;right:3%}.fx-content-stompenberg .stompenberg-teaser .content-area__text,
  .fx-content-stompenberg .stompenberg-teaser .content-area__headline{display:block}.fx-content-stompenberg .stompenberg-teaser .content-area__button{box-shadow:none}}.thomann-content-module-stompenberg{position:relative}.thomann-content-module-stompenberg .fx-stompenberg.topseller{display:flex;justify-content:center;margin-bottom:72px;padding:40px 0;background-color:#f3f3f3}.thomann-content-module-stompenberg .fx-stompenberg.topseller .fx-carousel--skin-bleed .holder:after{background:linear-gradient(to right,#f3f3f3 0%,rgba(255,255,255,0) 0%,rgba(243,243,243,0.6) 100%)}.thomann-content-module-stompenberg .fx-stompenberg.topseller .fx-carousel--skin-bleed .holder:before{background:linear-gradient(to left,#f3f3f3 0%,rgba(255,255,255,0) 0%,rgba(243,243,243,0.6) 100%)}@media screen and (min-width: 600px){.thomann-content-module-stompenberg .fx-stompenberg.topseller .fx-carousel--skin-bleed .holder:after{background:linear-gradient(to right,#f3f3f3 0%,rgba(255,255,255,0) 0%,rgba(243,243,243,0.75) 100%)}.thomann-content-module-stompenberg .fx-stompenberg.topseller .fx-carousel--skin-bleed .holder:before{background:linear-gradient(to left,#f3f3f3 0%,rgba(255,255,255,0) 0%,rgba(243,243,243,0.75) 100%)}}@media screen and (min-width: 940px){.thomann-content-module-stompenberg .fx-stompenberg.topseller .fx-carousel--skin-bleed .holder:after{background:linear-gradient(to right,#f3f3f3 0%,rgba(255,255,255,0) 0%,rgba(243,243,243,0.99) 100%)}.thomann-content-module-stompenberg .fx-stompenberg.topseller .fx-carousel--skin-bleed .holder:before{background:linear-gradient(to left,#f3f3f3 0%,rgba(255,255,255,0) 0%,rgba(243,243,243,0.99) 100%)}}.thomann-content-module-stompenberg .fx-stompenberg.images{text-align:center;margin-bottom:8px}.thomann-content-module-stompenberg .fx-stompenberg.images .images__headline{padding-top:32px}.thomann-content-module-stompenberg .fx-stompenberg.images .images__sub{margin:auto 16px 24px}.thomann-content-module-stompenberg .fx-stompenberg.images .images__container{max-width:600px;max-height:300px}.thomann-content-module-stompenberg .fx-stompenberg.images .images__container img{height:inherit}.thomann-content-module-stompenberg .fx-stompenberg.images .fx-carousel .track-holder{position:relative;-webkit-mask-image:linear-gradient(90deg,transparent 0%,#000 1%,#000 99%,transparent 100%);mask-image:linear-gradient(90deg,transparent 0%,#000 1%,#000 99%,transparent 100%)}@media screen and (min-width: 600px){.thomann-content-module-stompenberg .fx-stompenberg.images .fx-carousel .track-holder{-webkit-mask-image:linear-gradient(90deg,transparent 0%,#000 5%,#000 95%,transparent 100%);mask-image:linear-gradient(90deg,transparent 0%,#000 5%,#000 95%,transparent 100%)}}@media screen and (min-width: 940px){.thomann-content-module-stompenberg .fx-stompenberg.images .fx-carousel .track-holder{-webkit-mask-image:linear-gradient(90deg,transparent 0%,#000 10%,#000 90%,transparent 100%);mask-image:linear-gradient(90deg,transparent 0%,#000 10%,#000 90%,transparent 100%)}}.thomann-content-module-stompenberg > *{position:relative;z-index:2}.thomann-content-module-stompenberg:before{content:'';position:absolute;top:512px;height:512px;width:100%;background-image:linear-gradient(to bottom,transparent 5%,#fff);z-index:1}.thomann-content-module-stompenberg:after{content:'';position:absolute;width:100%;height:1024px;top:0;background:linear-gradient(308deg,#c3cfe2 0%,#f5f7fa 85%) no-repeat;background-size:100% 1024px;z-index:0}.thomann-content-module-stompenberg .fx-content-stompenberg .fx-stompenberg__breadcrumb{margin-top:16px;margin-bottom:32px}.thomann-content-module-stompenberg .fx-content-stompenberg .fx-stompenberg.tryAtHome{margin:32px 32px 72px}.thomann-content-module-stompenberg .fx-content-stompenberg .fx-stompenberg.tryAtHome .product{display:flex;justify-content:center;align-content:center;flex-direction:column}.thomann-content-module-stompenberg .fx-content-stompenberg .fx-stompenberg.tryAtHome .product__content,
.thomann-content-module-stompenberg .fx-content-stompenberg .fx-stompenberg.tryAtHome .product__image{margin:auto}.thomann-content-module-stompenberg .fx-content-stompenberg .fx-stompenberg.tryAtHome .product__image{height:auto;width:160px;margin-bottom:16px}.thomann-content-module-stompenberg .fx-content-stompenberg .fx-stompenberg.tryAtHome .product__content{display:flex;flex-direction:column;text-align:center}.thomann-content-module-stompenberg .fx-content-stompenberg .fx-stompenberg.tryAtHome .product__rating{margin-bottom:16px;margin-left:auto;margin-right:auto}.thomann-content-module-stompenberg .fx-content-stompenberg .fx-stompenberg.tryAtHome .product__cta{margin-bottom:16px}.thomann-content-module-stompenberg .fx-content-stompenberg .fx-stompenberg.tryAtHome .product__add-to-wishlist{text-align:center;margin-left:auto;margin-right:auto}@media screen and (min-width: 600px){.thomann-content-module-stompenberg .fx-content-stompenberg .fx-stompenberg.tryAtHome .product{flex-direction:row}.thomann-content-module-stompenberg .fx-content-stompenberg .fx-stompenberg.tryAtHome .product__image{width:240px;margin:auto 56px auto auto}.thomann-content-module-stompenberg .fx-content-stompenberg .fx-stompenberg.tryAtHome .product__content{margin:auto auto auto 56px}}@media screen and (min-width: 940px){.thomann-content-module-stompenberg .fx-content-stompenberg .fx-stompenberg.tryAtHome .product__image{width:320px}}.thomann-content-module-stompenberg .fx-content-stompenberg .fx-stompenberg.devices{display:flex;flex-direction:column;padding-top:16px;margin:0 0 72px}.thomann-content-module-stompenberg .fx-content-stompenberg .fx-stompenberg.devices .stompenberg{margin-bottom:16px}.thomann-content-module-stompenberg .fx-content-stompenberg .fx-stompenberg.devices .stompenberg > .loader{border-radius:4px;overflow:hidden}.thomann-content-module-stompenberg .fx-content-stompenberg .fx-stompenberg.devices .stompenberg > .loader .filter{display:flex;justify-content:center;align-items:center;flex-direction:column;max-width:928px;padding:8px 8px 0 8px;margin:auto auto 16px}.thomann-content-module-stompenberg .fx-content-stompenberg .fx-stompenberg.devices .stompenberg > .loader .filter > .categories{width:100%}.thomann-content-module-stompenberg .fx-content-stompenberg .fx-stompenberg.devices .stompenberg > .loader .filter > .categories,
.thomann-content-module-stompenberg .fx-content-stompenberg .fx-stompenberg.devices .stompenberg > .loader .filter > .brands{background:#fff;flex-basis:50%}.thomann-content-module-stompenberg .fx-content-stompenberg .fx-stompenberg.devices .stompenberg > .loader .filter > .categories,
.thomann-content-module-stompenberg .fx-content-stompenberg .fx-stompenberg.devices .stompenberg > .loader .filter > .brands,
.thomann-content-module-stompenberg .fx-content-stompenberg .fx-stompenberg.devices .stompenberg > .loader .filter > .search{white-space:nowrap;margin:0 0 16px;width:100%}.thomann-content-module-stompenberg .fx-content-stompenberg .fx-stompenberg.devices .stompenberg .device{display:block;margin-bottom:16px;-webkit-text-decoration:none;text-decoration:none}.thomann-content-module-stompenberg .fx-content-stompenberg .fx-stompenberg.devices .stompenberg .device > .board{position:relative;display:flex;height:120px;width:100%;overflow:hidden;background:#f3f3f3;border-radius:12px;cursor:pointer}.thomann-content-module-stompenberg .fx-content-stompenberg .fx-stompenberg.devices .stompenberg .device > .board > .board{top:16px;left:-15%;margin:auto 0;color:initial;transform-origin:100% top;transform:scale(0.66) rotate(-20deg) translate(-10%,0);filter:drop-shadow(0 0 16px #8a8a8a)}.thomann-content-module-stompenberg .fx-content-stompenberg .fx-stompenberg.devices .stompenberg .device > .board > .controls{position:absolute;left:10px}.thomann-content-module-stompenberg .fx-content-stompenberg .fx-stompenberg.devices .stompenberg .device > .board > .controls > .tag{z-index:2}.thomann-content-module-stompenberg .fx-content-stompenberg .fx-stompenberg.devices .stompenberg .device > .board > .availability{position:absolute;right:8px;bottom:24px}.thomann-content-module-stompenberg .fx-content-stompenberg .fx-stompenberg.devices .stompenberg .device > .board:after{position:absolute;width:100%;height:100%;top:0;left:0;content:'';z-index:2}.thomann-content-module-stompenberg .fx-content-stompenberg .fx-stompenberg.devices .stompenberg .device > .text{width:100%;padding:4px 0;text-decoration:inherit;line-height:normal;text-align:center}.thomann-content-module-stompenberg .fx-content-stompenberg .fx-stompenberg.devices .stompenberg .device > .text > .name{margin:0}.thomann-content-module-stompenberg .fx-content-stompenberg .fx-stompenberg.devices .stompenberg .device > .text > .category{font-size:14px}.thomann-content-module-stompenberg .fx-content-stompenberg .fx-stompenberg.devices .stompenberg .noresults{max-width:936px;margin:24px auto auto}.thomann-content-module-stompenberg .fx-content-stompenberg .fx-stompenberg.devices .fx-stompenberg__pagination .fx-pagination__pages{align-items:center}.thomann-content-module-stompenberg .fx-content-stompenberg .fx-stompenberg.devices > .more{margin:0 auto}@media screen and (min-width: 600px){.thomann-content-module-stompenberg .fx-content-stompenberg .fx-stompenberg.devices .stompenberg .device:nth-child(9){display:block}}@media screen and (min-width: 940px){.thomann-content-module-stompenberg .fx-content-stompenberg .fx-stompenberg.devices .stompenberg .loader .filter{flex-direction:row}.thomann-content-module-stompenberg .fx-content-stompenberg .fx-stompenberg.devices .stompenberg .loader .filter > .categories,
  .thomann-content-module-stompenberg .fx-content-stompenberg .fx-stompenberg.devices .stompenberg .loader .filter > .brands{margin-right:24px}.thomann-content-module-stompenberg .fx-content-stompenberg .fx-stompenberg.devices .stompenberg .device:nth-child(9){display:none}}.thomann-content-module-stompenberg .fx-content-stompenberg .fx-stompenberg.feedback{margin-bottom:80px}.thomann-content-module-stompenberg .fx-content-stompenberg .fx-stompenberg.feedback > .feedback{display:flex;flex-direction:column;align-content:center}.thomann-content-module-stompenberg .fx-content-stompenberg .fx-stompenberg.feedback > .feedback.submitted > .body{justify-content:space-between;flex-direction:column;align-items:center}.thomann-content-module-stompenberg .fx-content-stompenberg .fx-stompenberg.feedback > .feedback > .header{align-self:center;max-width:696px;width:100%;margin:auto}.thomann-content-module-stompenberg .fx-content-stompenberg .fx-stompenberg.feedback > .feedback > .header > .headline{margin-top:0;margin-bottom:8px}.thomann-content-module-stompenberg .fx-content-stompenberg .fx-stompenberg.feedback > .feedback > .body{display:flex;justify-content:space-between;flex-direction:column;align-self:center;width:100%;max-width:696px;margin:auto}.thomann-content-module-stompenberg .fx-content-stompenberg .fx-stompenberg.feedback > .feedback > .body > form{display:flex;flex-direction:column;width:100%}.thomann-content-module-stompenberg .fx-content-stompenberg .fx-stompenberg.feedback > .feedback > .body > form > .text{margin-bottom:16px;display:block}.thomann-content-module-stompenberg .fx-content-stompenberg .fx-stompenberg.feedback > .feedback > .body > form > .input{margin-bottom:24px}.thomann-content-module-stompenberg .fx-content-stompenberg .fx-stompenberg.feedback > .feedback > .body > form > .captcha{margin:16px auto 24px;max-width:450px}.thomann-content-module-stompenberg .fx-content-stompenberg .fx-stompenberg.feedback > .feedback > .body > form > .submit{margin:auto}.thomann-content-module-stompenberg .fx-content-stompenberg .fx-stompenberg.feedback > .feedback > .body > .thankYou{margin-bottom:16px;margin-top:0}.thomann-content-module-stompenberg .fx-content-stompenberg .fx-stompenberg.feedback > .feedback > .body > .thankYou > .header{margin-top:0}.thomann-content-module-stompenberg .fx-content-stompenberg .fx-stompenberg.feedback > .feedback > .body > .thankYou > .share{display:flex;text-align:center;flex-direction:column}.thomann-content-module-stompenberg .fx-content-stompenberg .fx-stompenberg.feedback > .feedback > .body > .thankYou > .share > .button{margin:auto}.thomann-content-module-stompenberg .fx-content-stompenberg .fx-stompenberg .tutorial{display:flex;align-items:center;flex-direction:column;padding:0 16px;margin-bottom:72px}.thomann-content-module-stompenberg .fx-content-stompenberg .fx-stompenberg .tutorial__steps{max-width:100%;margin-bottom:16px}.thomann-content-module-stompenberg .fx-content-stompenberg .fx-stompenberg .tutorial__steps > .tutorial__box .list{padding:0 0 0 56px;margin:0;list-style:none;counter-reset:li}.thomann-content-module-stompenberg .fx-content-stompenberg .fx-stompenberg .tutorial__steps > .tutorial__box .list__item{counter-increment:li;position:relative;margin-bottom:16px}.thomann-content-module-stompenberg .fx-content-stompenberg .fx-stompenberg .tutorial__steps > .tutorial__box .list__item:before{position:absolute;display:flex;top:-4px;left:-40px;width:32px;height:32px;margin-left:-6px;justify-content:center;align-items:center;font-weight:bold;content:counter(li);color:#7e00f3;border-radius:50%;background:#e8e8e8}.thomann-content-module-stompenberg .fx-content-stompenberg .fx-stompenberg .tutorial__tips{max-width:100%}.thomann-content-module-stompenberg .fx-content-stompenberg .fx-stompenberg .tutorial__tips > .tutorial__box{display:flex}.thomann-content-module-stompenberg .fx-content-stompenberg .fx-stompenberg .tutorial__tips > .tutorial__box .list{list-style:none;padding:0;margin:0}.thomann-content-module-stompenberg .fx-content-stompenberg .fx-stompenberg .tutorial__tips > .tutorial__box .list__item{margin-bottom:16px}.thomann-content-module-stompenberg .fx-content-stompenberg .fx-stompenberg .tutorial a{cursor:pointer;-webkit-text-decoration:underline;text-decoration:underline}.thomann-content-module-stompenberg .fx-content-stompenberg .fx-stompenberg .tutorial__box{display:flex;flex-direction:column}.thomann-content-module-stompenberg .fx-content-stompenberg .fx-stompenberg .tutorial__box > .list{flex-basis:50%}.thomann-content-module-stompenberg .fx-content-stompenberg .fx-stompenberg .tutorial .depiction{display:flex;justify-content:center;flex-direction:column;padding:0;margin:auto;max-width:100%}.thomann-content-module-stompenberg .fx-content-stompenberg .fx-stompenberg .tutorial .depiction__image{height:auto;min-width:300px}.thomann-content-module-stompenberg .fx-content-stompenberg .fx-stompenberg .tutorial .depiction__caption{text-align:center;font-style:italic;font-size:smaller;color:#1c1c1c}@media screen and (min-width: 940px){.thomann-content-module-stompenberg .fx-content-stompenberg .fx-stompenberg .tutorial__box{flex-direction:row}.thomann-content-module-stompenberg .fx-content-stompenberg .fx-stompenberg .tutorial .depiction{padding:0 0 0 8px}}.thomann-content-module-stompenberg .fx-content-stompenberg .fx-stompenberg.detail{position:relative;margin-bottom:72px}.thomann-content-module-stompenberg .fx-content-stompenberg .fx-stompenberg.detail .backlink{margin-top:8px;margin-bottom:4px}.thomann-content-module-stompenberg .fx-content-stompenberg .fx-stompenberg.detail > .spacer{position:relative;height:4px;width:100%;color:#f3f3f3;background:currentColor}.thomann-content-module-stompenberg .fx-content-stompenberg .fx-stompenberg.detail #stompenberg{position:relative;display:inline-block;width:100%}.thomann-content-module-stompenberg .fx-content-stompenberg .fx-stompenberg.detail #stompenberg .branding{display:inline-block;text-align:center;width:256px;margin-left:auto;margin-right:auto}.thomann-content-module-stompenberg .fx-content-stompenberg .fx-stompenberg.detail #stompenberg .branding.dev > .logo{fill:#8a8a8a}.thomann-content-module-stompenberg .fx-content-stompenberg .fx-stompenberg.detail #stompenberg .branding > .box{display:flex;position:relative;flex-direction:column;align-items:center}.thomann-content-module-stompenberg .fx-content-stompenberg .fx-stompenberg.detail #stompenberg .branding > .box:after{clear:both}.thomann-content-module-stompenberg .fx-content-stompenberg .fx-stompenberg.detail #stompenberg .branding > .box > .logo{padding:16px 32px}.thomann-content-module-stompenberg .fx-content-stompenberg .fx-stompenberg.detail #stompenberg .branding > .box .brand{border-top:1px solid #686868;padding:16px 32px 0 32px}.thomann-content-module-stompenberg .fx-content-stompenberg .fx-stompenberg.detail #stompenberg .branding > .box > .text,
.thomann-content-module-stompenberg .fx-content-stompenberg .fx-stompenberg.detail #stompenberg .branding > .box .ver{color:#686868;text-transform:uppercase;font-size:x-small;letter-spacing:1px;margin-bottom:-3px;-webkit-user-select:none;user-select:none;pointer-events:none}.thomann-content-module-stompenberg .fx-content-stompenberg .fx-stompenberg.detail #stompenberg .branding > .box > .text{margin-bottom:-24px}.thomann-content-module-stompenberg .fx-content-stompenberg .fx-stompenberg.detail #stompenberg .branding > .box > .logo{pointer-events:all;fill:#4b4b4b}.thomann-content-module-stompenberg .fx-content-stompenberg .fx-stompenberg.detail #stompenberg .branding > .box > .logo > *{padding:0 4px}.thomann-content-module-stompenberg .fx-content-stompenberg .fx-stompenberg.detail #stompenberg .branding > .box > .logo.o > .o{fill:#bf0008}.thomann-content-module-stompenberg .fx-content-stompenberg .fx-stompenberg.detail #stompenberg .branding > .box > .logo.on > .o,
.thomann-content-module-stompenberg .fx-content-stompenberg .fx-stompenberg.detail #stompenberg .branding > .box > .logo.on > .n{fill:#bf7800}.thomann-content-module-stompenberg .fx-content-stompenberg .fx-stompenberg.detail #stompenberg .branding > .box > .logo.one > .o,
.thomann-content-module-stompenberg .fx-content-stompenberg .fx-stompenberg.detail #stompenberg .branding > .box > .logo.one > .n,
.thomann-content-module-stompenberg .fx-content-stompenberg .fx-stompenberg.detail #stompenberg .branding > .box > .logo.one > .e:nth-child(9){fill:#bcbf00}.thomann-content-module-stompenberg .fx-content-stompenberg .fx-stompenberg.detail #stompenberg .branding > .box > .logo.oner > .o,
.thomann-content-module-stompenberg .fx-content-stompenberg .fx-stompenberg.detail #stompenberg .branding > .box > .logo.oner > .n,
.thomann-content-module-stompenberg .fx-content-stompenberg .fx-stompenberg.detail #stompenberg .branding > .box > .logo.oner > .e:nth-child(9),
.thomann-content-module-stompenberg .fx-content-stompenberg .fx-stompenberg.detail #stompenberg .branding > .box > .logo.oner > .r{fill:#4cbf00}.thomann-content-module-stompenberg .fx-content-stompenberg .fx-stompenberg.detail #stompenberg .branding > .box > .dev{margin-top:-22px;margin-bottom:4px;color:#686868;-webkit-user-select:none;user-select:none}@media screen and (min-width: 940px){.thomann-content-module-stompenberg .fx-content-stompenberg .fx-stompenberg.detail #stompenberg .branding{margin-left:40px}}.thomann-content-module-stompenberg .fx-content-stompenberg .fx-stompenberg.detail #stompenberg .panel{position:absolute;display:flex;margin-top:8px;margin-bottom:8px;animation:FadeIn 300ms ease 1;animation-fill-mode:forwards;z-index:69}.thomann-content-module-stompenberg .fx-content-stompenberg .fx-stompenberg.detail #stompenberg .panel.closing{animation-name:FadeOut}.thomann-content-module-stompenberg .fx-content-stompenberg .fx-stompenberg.detail #stompenberg .panel.closing > .box{animation-name:slide-up}.thomann-content-module-stompenberg .fx-content-stompenberg .fx-stompenberg.detail #stompenberg .panel.fixed{position:fixed;height:100%;padding:24px}.thomann-content-module-stompenberg .fx-content-stompenberg .fx-stompenberg.detail #stompenberg .panel.inline{position:relative;box-shadow:none;margin-bottom:24px}@media screen and (min-width: 940px){.thomann-content-module-stompenberg .fx-content-stompenberg .fx-stompenberg.detail #stompenberg .panel.inline{margin-top:16px}}.thomann-content-module-stompenberg .fx-content-stompenberg .fx-stompenberg.detail #stompenberg .panel.top{top:48px;left:50%;transform:translateX(-50%)}.thomann-content-module-stompenberg .fx-content-stompenberg .fx-stompenberg.detail #stompenberg .panel > .overlay{position:absolute;display:block;top:0;bottom:0;left:0;right:0;cursor:default}.thomann-content-module-stompenberg .fx-content-stompenberg .fx-stompenberg.detail #stompenberg .panel .header{display:flex}@keyframes slide-up{0%{transform:translateY(0)}100%{transform:translateY(-24px)}}.thomann-content-module-stompenberg .fx-content-stompenberg .fx-stompenberg.detail #stompenberg .panel.eviltimer .header > .headline{margin:0 auto}.thomann-content-module-stompenberg .fx-content-stompenberg .fx-stompenberg.detail #stompenberg .panel.eviltimer .body{display:flex;flex-direction:column;margin-top:0!important;text-align:center}.thomann-content-module-stompenberg .fx-content-stompenberg .fx-stompenberg.detail #stompenberg .panel.eviltimer .body > .timer{display:flex;justify-content:center;align-items:center}.thomann-content-module-stompenberg .fx-content-stompenberg .fx-stompenberg.detail #stompenberg .panel.eviltimer .body > .timer > *{margin:0 8px}.thomann-content-module-stompenberg .fx-content-stompenberg .fx-stompenberg.detail #stompenberg .panel.eviltimer .body > .timer > .minutes{display:flex;justify-content:center;align-items:center;color:#f00039}.thomann-content-module-stompenberg .fx-content-stompenberg .fx-stompenberg.detail #stompenberg .panel.eviltimer .body > .timer > .minutes > *{margin:0 1px}.thomann-content-module-stompenberg .fx-content-stompenberg .fx-stompenberg.detail #stompenberg .panel.eviltimer .body > .timer > .minutes > .icon,
.thomann-content-module-stompenberg .fx-content-stompenberg .fx-stompenberg.detail #stompenberg .panel.eviltimer .body > .timer > .minutes > .time{display:table-cell;vertical-align:middle}.thomann-content-module-stompenberg .fx-content-stompenberg .fx-stompenberg.detail #stompenberg .panel.eviltimer .body > .timer > .minutes > .icon{width:24px;height:24px;padding-right:4px;padding-left:4px;fill:#f00039;stroke:#f00039;stroke-width:8px;background:none}.thomann-content-module-stompenberg .fx-content-stompenberg .fx-stompenberg.detail #stompenberg .panel.eviltimer .body > .text + .timer{margin-top:16px}.thomann-content-module-stompenberg .fx-content-stompenberg .fx-stompenberg.detail #stompenberg .panel.eviltimer .body .notify{display:flex;margin:16px auto 0;text-transform:uppercase}.thomann-content-module-stompenberg .fx-content-stompenberg .fx-stompenberg.detail #stompenberg .panel.notice .header > .headline{margin:0 auto}.thomann-content-module-stompenberg .fx-content-stompenberg .fx-stompenberg.detail #stompenberg .panel.notice .body{display:flex;text-align:center;flex-direction:column;margin-top:0!important;margin-bottom:24px}.thomann-content-module-stompenberg .fx-content-stompenberg .fx-stompenberg.detail #stompenberg .panel.notice .footer{display:flex;justify-content:space-evenly;align-items:center;flex-direction:column}.thomann-content-module-stompenberg .fx-content-stompenberg .fx-stompenberg.detail #stompenberg .panel.notice .footer > .text{margin:16px 0;text-align:center}.thomann-content-module-stompenberg .fx-content-stompenberg .fx-stompenberg.detail #stompenberg .panel.notice .footer > .reload{margin-bottom:16px}.thomann-content-module-stompenberg .fx-content-stompenberg .fx-stompenberg.detail #stompenberg .panel.notice .footer > .buy{cursor:pointer;-webkit-text-decoration:underline;text-decoration:underline;padding:0 8px}.thomann-content-module-stompenberg .fx-content-stompenberg .fx-stompenberg.detail #stompenberg .panel.unavailable .body{display:flex;justify-content:center;padding:16px}.thomann-content-module-stompenberg .fx-content-stompenberg .fx-stompenberg.detail #stompenberg .panel.unsupported .header > .headline{margin:0 auto}.thomann-content-module-stompenberg .fx-content-stompenberg .fx-stompenberg.detail #stompenberg .panel.unsupported .body{display:flex;flex-direction:column;text-align:center;margin-bottom:16px;margin-top:0!important}.thomann-content-module-stompenberg .fx-content-stompenberg .fx-stompenberg.detail #stompenberg > .notice{margin-bottom:64px}.thomann-content-module-stompenberg .fx-content-stompenberg .fx-stompenberg.detail #stompenberg > .stompenberg > .coordinator{position:relative;margin-bottom:16px}.thomann-content-module-stompenberg .fx-content-stompenberg .fx-stompenberg.detail #stompenberg > .stompenberg > .coordinator.connecting:not(.incompatible):not(.offline):not(.unavailable) > .content{pointer-events:none;filter:blur(4px)}.thomann-content-module-stompenberg .fx-content-stompenberg .fx-stompenberg.detail #stompenberg > .stompenberg > .coordinator.connecting:not(.incompatible):not(.offline):not(.unavailable) > .content:after{position:absolute;left:0;top:0;width:100%;height:100%;content:''}.thomann-content-module-stompenberg .fx-content-stompenberg .fx-stompenberg.detail #stompenberg > .stompenberg > .coordinator.rec > .content > .switch > .branding,
.thomann-content-module-stompenberg .fx-content-stompenberg .fx-stompenberg.detail #stompenberg > .stompenberg > .coordinator.play > .content > .switch > .branding{display:none}.thomann-content-module-stompenberg .fx-content-stompenberg .fx-stompenberg.detail #stompenberg > .stompenberg > .coordinator.live > .content > .switch > .branding{position:absolute;bottom:0}.thomann-content-module-stompenberg .fx-content-stompenberg .fx-stompenberg.detail #stompenberg > .stompenberg > .coordinator.blurred{pointer-events:none}.thomann-content-module-stompenberg .fx-content-stompenberg .fx-stompenberg.detail #stompenberg > .stompenberg > .coordinator.blurred > .content{pointer-events:none;filter:blur(4px)}.thomann-content-module-stompenberg .fx-content-stompenberg .fx-stompenberg.detail #stompenberg > .stompenberg > .coordinator.blurred > .content:before{opacity:0}.thomann-content-module-stompenberg .fx-content-stompenberg .fx-stompenberg.detail #stompenberg > .stompenberg > .coordinator.blurred > .content > .help,
.thomann-content-module-stompenberg .fx-content-stompenberg .fx-stompenberg.detail #stompenberg > .stompenberg > .coordinator.blurred > .content > .eviltimer{filter:blur(3px)}.thomann-content-module-stompenberg .fx-content-stompenberg .fx-stompenberg.detail #stompenberg > .stompenberg > .coordinator > .content{width:100%;display:grid;grid-auto-rows:1fr;gap:24px 16px;grid-template-columns:auto;grid-template-rows:auto auto auto auto auto;grid-template-areas:'device' 'switch' 'cabsim' 'branding' 'link'}.thomann-content-module-stompenberg .fx-content-stompenberg .fx-stompenberg.detail #stompenberg > .stompenberg > .coordinator > .content > .timer{display:flex;justify-content:center;align-items:center}.thomann-content-module-stompenberg .fx-content-stompenberg .fx-stompenberg.detail #stompenberg > .stompenberg > .coordinator > .content > .timer > *{margin:0 8px}.thomann-content-module-stompenberg .fx-content-stompenberg .fx-stompenberg.detail #stompenberg > .stompenberg > .coordinator > .content > .timer > .minutes{display:flex;justify-content:center;align-items:center;color:#f00039}.thomann-content-module-stompenberg .fx-content-stompenberg .fx-stompenberg.detail #stompenberg > .stompenberg > .coordinator > .content > .timer > .minutes > *{margin:0 1px}.thomann-content-module-stompenberg .fx-content-stompenberg .fx-stompenberg.detail #stompenberg > .stompenberg > .coordinator > .content > .timer > .minutes > .icon,
.thomann-content-module-stompenberg .fx-content-stompenberg .fx-stompenberg.detail #stompenberg > .stompenberg > .coordinator > .content > .timer > .minutes > .time{display:table-cell;vertical-align:middle}.thomann-content-module-stompenberg .fx-content-stompenberg .fx-stompenberg.detail #stompenberg > .stompenberg > .coordinator > .content > .timer > .minutes > .icon{width:24px;height:24px;padding-right:4px;padding-left:4px;fill:#f00039;stroke:#f00039;stroke-width:8px;background:none}.thomann-content-module-stompenberg .fx-content-stompenberg .fx-stompenberg.detail #stompenberg > .stompenberg > .coordinator > .content > .switch{position:relative;display:flex;flex-direction:column;align-items:flex-end;height:100%}@keyframes halfFadeIn{0%{opacity:0}100%{opacity:0.5}}.thomann-content-module-stompenberg .fx-content-stompenberg .fx-stompenberg.detail #stompenberg > .stompenberg > .coordinator > .content > .switch.p2p_connection_lost > .content > .player,
.thomann-content-module-stompenberg .fx-content-stompenberg .fx-stompenberg.detail #stompenberg > .stompenberg > .coordinator > .content > .switch.queued > .content > .player,
.thomann-content-module-stompenberg .fx-content-stompenberg .fx-stompenberg.detail #stompenberg > .stompenberg > .coordinator > .content > .switch.offline > .content > .player,
.thomann-content-module-stompenberg .fx-content-stompenberg .fx-stompenberg.detail #stompenberg > .stompenberg > .coordinator > .content > .switch.p2p_connection_lost > .content > .recorder,
.thomann-content-module-stompenberg .fx-content-stompenberg .fx-stompenberg.detail #stompenberg > .stompenberg > .coordinator > .content > .switch.queued > .content > .recorder,
.thomann-content-module-stompenberg .fx-content-stompenberg .fx-stompenberg.detail #stompenberg > .stompenberg > .coordinator > .content > .switch.offline > .content > .recorder,
.thomann-content-module-stompenberg .fx-content-stompenberg .fx-stompenberg.detail #stompenberg > .stompenberg > .coordinator > .content > .switch.p2p_connection_lost > .content > .streamer,
.thomann-content-module-stompenberg .fx-content-stompenberg .fx-stompenberg.detail #stompenberg > .stompenberg > .coordinator > .content > .switch.queued > .content > .streamer,
.thomann-content-module-stompenberg .fx-content-stompenberg .fx-stompenberg.detail #stompenberg > .stompenberg > .coordinator > .content > .switch.offline > .content > .streamer{animation:halfFadeIn 300ms ease;pointer-events:none;-webkit-user-select:none;user-select:none;animation-fill-mode:forwards}.thomann-content-module-stompenberg .fx-content-stompenberg .fx-stompenberg.detail #stompenberg > .stompenberg > .coordinator > .content > .switch > .cta{position:absolute;line-height:16px;text-align:center;border-radius:16px;align-self:center;padding:4px 16px;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:rgba(28,28,28,0.05);border:1px solid rgba(28,28,28,0.05)}.thomann-content-module-stompenberg .fx-content-stompenberg .fx-stompenberg.detail #stompenberg > .stompenberg > .coordinator > .content > .switch > .cta > .link{color:#8a8a8a}.thomann-content-module-stompenberg .fx-content-stompenberg .fx-stompenberg.detail #stompenberg > .stompenberg > .coordinator > .content > .switch > .cta + .modes{margin-top:24px}.thomann-content-module-stompenberg .fx-content-stompenberg .fx-stompenberg.detail #stompenberg > .stompenberg > .coordinator > .content > .switch > .content > .player{position:relative;margin:0 auto}.thomann-content-module-stompenberg .fx-content-stompenberg .fx-stompenberg.detail #stompenberg > .stompenberg > .coordinator > .content > .switch > .content > .player > .stats > .title{text-overflow:ellipsis;overflow:hidden}.thomann-content-module-stompenberg .fx-content-stompenberg .fx-stompenberg.detail #stompenberg > .stompenberg > .coordinator > .content > .switch > .content > .player > .stats > .progress > .icon{min-width:16px}.thomann-content-module-stompenberg .fx-content-stompenberg .fx-stompenberg.detail #stompenberg > .stompenberg > .coordinator > .content > .switch > .content > .player > .stats > .progress > .progressbar{box-sizing:content-box;border-radius:2px;color:#7e00f3}.thomann-content-module-stompenberg .fx-content-stompenberg .fx-stompenberg.detail #stompenberg > .stompenberg > .coordinator > .content > .switch > .content > .player > .stats > .progress > .progressbar:before{border-radius:inherit;background:rgba(0,0,0,0.2)}.thomann-content-module-stompenberg .fx-content-stompenberg .fx-stompenberg.detail #stompenberg > .stompenberg > .coordinator > .content > .switch > .content > .player > .stats > .progress > .progressbar.uploading:before{background-image:repeating-linear-gradient(-45deg,#8a8a8a,#8a8a8a 11px,transparent 10px,transparent 25px)}.thomann-content-module-stompenberg .fx-content-stompenberg .fx-stompenberg.detail #stompenberg > .stompenberg > .coordinator > .content > .switch > .content > .player > .uploader{text-transform:uppercase}.thomann-content-module-stompenberg .fx-content-stompenberg .fx-stompenberg.detail #stompenberg > .stompenberg > .coordinator > .content > .switch > .content > .player > .uploader > .label:after{box-sizing:content-box}.thomann-content-module-stompenberg .fx-content-stompenberg .fx-stompenberg.detail #stompenberg > .stompenberg > .coordinator > .content > .switch > .content > .player > .uploader > .label .text > .label{display:flex;justify-content:center}.thomann-content-module-stompenberg .fx-content-stompenberg .fx-stompenberg.detail #stompenberg > .stompenberg > .coordinator > .content > .switch > .content > .player > .uploader > .label .text > .label > .fx-icon{margin-right:8px}.thomann-content-module-stompenberg .fx-content-stompenberg .fx-stompenberg.detail #stompenberg > .stompenberg > .coordinator > .content > .switch > .content > .player > .uploader > .label .text > .label > .text{margin:auto}.thomann-content-module-stompenberg .fx-content-stompenberg .fx-stompenberg.detail #stompenberg > .stompenberg > .coordinator > .content > .switch > .content > .player > .error{color:#e64155;display:block;margin:16px;padding:0}.thomann-content-module-stompenberg .fx-content-stompenberg .fx-stompenberg.detail #stompenberg > .stompenberg > .coordinator > .content > .switch > .content > .player > .info{margin:8px auto 16px;color:#8a8a8a;text-align:center}.thomann-content-module-stompenberg .fx-content-stompenberg .fx-stompenberg.detail #stompenberg > .stompenberg > .coordinator > .content > .switch > .content > .recorder{position:relative;margin-bottom:16px}.thomann-content-module-stompenberg .fx-content-stompenberg .fx-stompenberg.detail #stompenberg > .stompenberg > .coordinator > .content > .switch > .content > .recorder > .help{display:inline-block}.thomann-content-module-stompenberg .fx-content-stompenberg .fx-stompenberg.detail #stompenberg > .stompenberg > .coordinator > .content > .switch > .content > .recorder > .recorder{display:flex;flex-direction:column}.thomann-content-module-stompenberg .fx-content-stompenberg .fx-stompenberg.detail #stompenberg > .stompenberg > .coordinator > .content > .switch > .content > .recorder > .recorder > .state{order:-1;display:inherit}.thomann-content-module-stompenberg .fx-content-stompenberg .fx-stompenberg.detail #stompenberg > .stompenberg > .coordinator > .content > .switch > .content > .recorder > .recorder > .state > .success{display:none}.thomann-content-module-stompenberg .fx-content-stompenberg .fx-stompenberg.detail #stompenberg > .stompenberg > .coordinator > .content > .switch > .content > .recorder > .recorder > .state > .failure{color:#f00039}.thomann-content-module-stompenberg .fx-content-stompenberg .fx-stompenberg.detail #stompenberg > .stompenberg > .coordinator > .content > .switch > .content > .streamer{position:relative;margin-top:4px;margin-bottom:16px}.thomann-content-module-stompenberg .fx-content-stompenberg .fx-stompenberg.detail #stompenberg > .stompenberg > .coordinator > .content > .switch > .content > .timer{display:flex;justify-content:center;align-items:center}.thomann-content-module-stompenberg .fx-content-stompenberg .fx-stompenberg.detail #stompenberg > .stompenberg > .coordinator > .content > .switch > .content > .timer > *{margin:0 8px}.thomann-content-module-stompenberg .fx-content-stompenberg .fx-stompenberg.detail #stompenberg > .stompenberg > .coordinator > .content > .switch > .content > .timer > .minutes{display:flex;justify-content:center;align-items:center;color:#f00039}.thomann-content-module-stompenberg .fx-content-stompenberg .fx-stompenberg.detail #stompenberg > .stompenberg > .coordinator > .content > .switch > .content > .timer > .minutes > *{margin:0 1px}.thomann-content-module-stompenberg .fx-content-stompenberg .fx-stompenberg.detail #stompenberg > .stompenberg > .coordinator > .content > .switch > .content > .timer > .minutes > .icon,
.thomann-content-module-stompenberg .fx-content-stompenberg .fx-stompenberg.detail #stompenberg > .stompenberg > .coordinator > .content > .switch > .content > .timer > .minutes > .time{display:table-cell;vertical-align:middle}.thomann-content-module-stompenberg .fx-content-stompenberg .fx-stompenberg.detail #stompenberg > .stompenberg > .coordinator > .content > .switch > .content > .timer > .minutes > .icon{width:24px;height:24px;padding-right:4px;padding-left:4px;fill:#f00039;stroke:#f00039;stroke-width:8px;background:none}.thomann-content-module-stompenberg .fx-content-stompenberg .fx-stompenberg.detail #stompenberg > .stompenberg > .coordinator > .content > .switch > .content > *{opacity:0;animation:FadeIn 300ms ease;animation-fill-mode:forwards}.thomann-content-module-stompenberg .fx-content-stompenberg .fx-stompenberg.detail #stompenberg > .stompenberg > .coordinator > .content > .switch > .content > .link{text-align:center}.thomann-content-module-stompenberg .fx-content-stompenberg .fx-stompenberg.detail #stompenberg > .stompenberg > .coordinator > .content > .switch > .content > .timer{margin-bottom:16px}.thomann-content-module-stompenberg .fx-content-stompenberg .fx-stompenberg.detail #stompenberg > .stompenberg > .coordinator > .content > .switch > .content > .help{position:absolute;right:16px;fill:#8a8a8a;cursor:pointer;z-index:2}.thomann-content-module-stompenberg .fx-content-stompenberg .fx-stompenberg.detail #stompenberg > .stompenberg > .coordinator > .content > .switch > .content > .about{display:block;text-align:center}.thomann-content-module-stompenberg .fx-content-stompenberg .fx-stompenberg.detail #stompenberg > .stompenberg > .coordinator > .content > .switch > .content > .about a{cursor:pointer;-webkit-text-decoration:underline;text-decoration:underline}.thomann-content-module-stompenberg .fx-content-stompenberg .fx-stompenberg.detail #stompenberg > .stompenberg > .coordinator > .content > .switch > .link{display:none;margin:24px auto}@media screen and (min-width: 940px){.thomann-content-module-stompenberg .fx-content-stompenberg .fx-stompenberg.detail #stompenberg > .stompenberg > .coordinator > .content > .switch > .link{display:block}}.thomann-content-module-stompenberg .fx-content-stompenberg .fx-stompenberg.detail #stompenberg > .stompenberg > .coordinator > .content > .error{display:flex;position:relative;height:100%;width:100%;text-align:center;justify-content:center;align-items:center}.thomann-content-module-stompenberg .fx-content-stompenberg .fx-stompenberg.detail #stompenberg > .stompenberg > .coordinator > .content .cab-simulator{display:flex;flex-direction:column;width:100%;max-width:320px}.thomann-content-module-stompenberg .fx-content-stompenberg .fx-stompenberg.detail #stompenberg > .stompenberg > .coordinator > .content .cab-simulator > .control{margin-bottom:24px}.thomann-content-module-stompenberg .fx-content-stompenberg .fx-stompenberg.detail #stompenberg > .stompenberg > .coordinator > .content .cab-simulator > .control > .box{display:flex;justify-content:center;align-items:center}.thomann-content-module-stompenberg .fx-content-stompenberg .fx-stompenberg.detail #stompenberg > .stompenberg > .coordinator > .content .cab-simulator > .control > .box > .icon{margin-left:16px;cursor:pointer;transition:fill 200ms}.thomann-content-module-stompenberg .fx-content-stompenberg .fx-stompenberg.detail #stompenberg > .stompenberg > .coordinator > .content .cab-simulator > .control > .box > .icon:hover{color:#7e00f3;fill:#7e00f3}.thomann-content-module-stompenberg .fx-content-stompenberg .fx-stompenberg.detail #stompenberg > .stompenberg > .coordinator > .content .cab-simulator > .control.disabled > .box{opacity:0.5}.thomann-content-module-stompenberg .fx-content-stompenberg .fx-stompenberg.detail #stompenberg > .stompenberg > .coordinator > .content .cab-simulator > .convolver > .box{margin:auto}.thomann-content-module-stompenberg .fx-content-stompenberg .fx-stompenberg.detail #stompenberg > .stompenberg > .coordinator > .content .cab-simulator > .convolver > .box > .ui > .selector > .fx-button--disabled{opacity:0}.thomann-content-module-stompenberg .fx-content-stompenberg .fx-stompenberg.detail #stompenberg > .stompenberg > .coordinator > .content .cab-simulator > .convolver > .error{display:block;width:250px;margin:32px 0 0;padding:0;text-align:center;color:#e64155}.thomann-content-module-stompenberg .fx-content-stompenberg .fx-stompenberg.detail #stompenberg > .stompenberg > .coordinator > .content .cab-simulator > .convolver .impulse > .logo{height:22px}.thomann-content-module-stompenberg .fx-content-stompenberg .fx-stompenberg.detail #stompenberg > .stompenberg > .coordinator > .content .cab-simulator > .convolver .impulse > .info{font-size:unset}.thomann-content-module-stompenberg .fx-content-stompenberg .fx-stompenberg.detail #stompenberg > .stompenberg > .coordinator > .content > .device{grid-area:device;margin:auto}.thomann-content-module-stompenberg .fx-content-stompenberg .fx-stompenberg.detail #stompenberg > .stompenberg > .coordinator > .content > .device > .board{box-sizing:border-box;display:inline-block;transform-origin:0 0}.thomann-content-module-stompenberg .fx-content-stompenberg .fx-stompenberg.detail #stompenberg > .stompenberg > .coordinator > .content > .cab-simulator{grid-area:cabsim;margin:0 auto auto}.thomann-content-module-stompenberg .fx-content-stompenberg .fx-stompenberg.detail #stompenberg > .stompenberg > .coordinator > .content > .switch{grid-area:switch}.thomann-content-module-stompenberg .fx-content-stompenberg .fx-stompenberg.detail #stompenberg > .stompenberg > .coordinator > .content > .timer{margin-bottom:16px}.thomann-content-module-stompenberg .fx-content-stompenberg .fx-stompenberg.detail #stompenberg > .stompenberg > .coordinator > .content > .link{text-align:center;grid-area:link}.thomann-content-module-stompenberg .fx-content-stompenberg .fx-stompenberg.detail #stompenberg > .stompenberg > .coordinator > .content > .branding{grid-area:branding}.thomann-content-module-stompenberg .fx-content-stompenberg .fx-stompenberg.detail #stompenberg > .stompenberg > .coordinator > .content > .tooltip.dial > .body{transform:translateY(-60%)}.thomann-content-module-stompenberg .fx-content-stompenberg .fx-stompenberg.detail #stompenberg > .stompenberg > .coordinator > .content > .tooltip.rail > .body{transform:translateY(-100%)}.thomann-content-module-stompenberg .fx-content-stompenberg .fx-stompenberg.detail #stompenberg > .stompenberg > .coordinator > .content > .branding{padding:0 16px 0}.thomann-content-module-stompenberg .fx-content-stompenberg .fx-stompenberg.detail #stompenberg > .stompenberg > .coordinator > .content > .board{margin-bottom:24px}@media screen and (min-width: 940px){.thomann-content-module-stompenberg .fx-content-stompenberg .fx-stompenberg.detail #stompenberg > .stompenberg > .coordinator > .content{grid-template-columns:minmax(240px,448px) auto auto;grid-template-rows:-webkit-min-content auto;grid-template-rows:min-content auto;grid-template-areas:'device switch switch' 'cabsim switch switch'}.thomann-content-module-stompenberg .fx-content-stompenberg .fx-stompenberg.detail #stompenberg > .stompenberg > .coordinator > .content > .branding{display:none}.thomann-content-module-stompenberg .fx-content-stompenberg .fx-stompenberg.detail #stompenberg > .stompenberg > .coordinator > .content > .link{display:none}}.thomann-content-module-stompenberg .fx-content-stompenberg .fx-stompenberg.detail #stompenberg > .stompenberg > .loader{position:fixed;display:flex;bottom:0;left:50%;margin:auto;transform:translateX(-50%);padding:16px;align-items:center;justify-content:center;opacity:0;animation:FadeIn 300ms;animation-fill-mode:forwards;z-index:5}.thomann-content-module-stompenberg .fx-content-stompenberg .fx-stompenberg.detail #stompenberg > .stompenberg > .loader > .box{display:flex;padding:24px 24px;background-color:#fff;border-radius:4px;border:1px solid #7e00f3;box-shadow:2px 2px 8px rgba(138,138,138,0.15);animation:slide-down 300ms ease 1;animation-fill-mode:forwards;z-index:2}.thomann-content-module-stompenberg .fx-content-stompenberg .fx-stompenberg.detail #stompenberg > .stompenberg > .loader > .box > .loader{color:transparent!important;pointer-events:none;position:relative;padding:0 12px}.thomann-content-module-stompenberg .fx-content-stompenberg .fx-stompenberg.detail #stompenberg > .stompenberg > .loader > .box > .loader:after{position:absolute;display:block;content:'';left:50%;top:50%;width:24px;height:24px;margin-left:-12px;margin-top:-12px;animation:Spin 0.5s infinite linear;border:2px solid #7e00f3;border-radius:50%;border-right-color:transparent;z-index:1;box-sizing:inherit}.thomann-content-module-stompenberg .fx-content-stompenberg .fx-stompenberg.detail #stompenberg > .stompenberg > .loader > .box > .text{display:none;position:relative;z-index:1;margin-left:8px}@media screen and (min-width: 600px){.thomann-content-module-stompenberg .fx-content-stompenberg .fx-stompenberg.detail #stompenberg > .stompenberg > .loader > .box{padding:16px 16px}.thomann-content-module-stompenberg .fx-content-stompenberg .fx-stompenberg.detail #stompenberg > .stompenberg > .loader > .box > .loader{padding:0 8px}.thomann-content-module-stompenberg .fx-content-stompenberg .fx-stompenberg.detail #stompenberg > .stompenberg > .loader > .box > .loader:after{width:16px;height:16px;margin-left:-8px;margin-top:-8px}.thomann-content-module-stompenberg .fx-content-stompenberg .fx-stompenberg.detail #stompenberg > .stompenberg > .loader > .box > .text{display:block}}.thomann-content-module-stompenberg .fx-content-stompenberg .fx-stompenberg.detail #stompenberg > .stompenberg > .header{display:flex;flex-direction:column;margin-bottom:32px}.thomann-content-module-stompenberg .fx-content-stompenberg .fx-stompenberg.detail #stompenberg > .stompenberg > .header > .header__left > .headline{font-size:21px;line-height:26px;letter-spacing:-0.38px;margin-bottom:40px;font-weight:400}.thomann-content-module-stompenberg .fx-content-stompenberg .fx-stompenberg.detail #stompenberg > .stompenberg > .header > .header__left > .fx-text{margin:0}.thomann-content-module-stompenberg .fx-content-stompenberg .fx-stompenberg.detail #stompenberg > .stompenberg > .header > .header__right{display:none}@media screen and (min-width: 600px){.thomann-content-module-stompenberg .fx-content-stompenberg .fx-stompenberg.detail #stompenberg > .stompenberg > .header > .header__left > .headline{font-size:24px;line-height:32px;letter-spacing:-0.77px}}@media screen and (min-width: 940px){.thomann-content-module-stompenberg .fx-content-stompenberg .fx-stompenberg.detail #stompenberg > .stompenberg > .backlink{display:none}.thomann-content-module-stompenberg .fx-content-stompenberg .fx-stompenberg.detail #stompenberg > .stompenberg > .header{flex-direction:row}.thomann-content-module-stompenberg .fx-content-stompenberg .fx-stompenberg.detail #stompenberg > .stompenberg > .header > .header__left > .headline{font-size:40px;line-height:48px;letter-spacing:-1.28px}.thomann-content-module-stompenberg .fx-content-stompenberg .fx-stompenberg.detail #stompenberg > .stompenberg > .header > .header__right{display:block}}.thomann-content-module-stompenberg .fx-content-stompenberg .fx-brand-carousel-wrapper{margin-bottom:56px}.thomann-content-module-stompenberg + .theme-fx{position:relative;z-index:3}body.controlled{cursor:ns-resize!important}.compare-carousel{position:relative}.compare-carousel .carousel-element{min-width:65%;max-width:65%;padding-right:16px}.compare-carousel .carousel-element:first-child{margin-left:24px}@media screen and (min-width: 600px){.compare-carousel .carousel-element{min-width:calc(100% / 3);max-width:calc(100% / 3)}.compare-carousel .carousel-element:first-child{margin-left:32px}}@media screen and (min-width: 940px){.compare-carousel .carousel-element{padding-right:8px;padding-left:8px}.compare-carousel .carousel-element:first-child{margin-left:0}}.compare-carousel .scroll-handle{display:none}@media screen and (min-width: 600px){.compare-carousel .scroll-handle{display:flex;justify-content:center;align-items:center;position:absolute;top:50%;transform:translateY(-50%);z-index:1}.compare-carousel .scroll-handle--left{left:-20px}.compare-carousel .scroll-handle--right{right:-20px}}.compare-carousel .scroll-indicator{display:flex;min-height:31px;padding:16px 0 12px;overflow-x:hidden}.compare-carousel .scroll-indicator__container{position:relative;width:100%;height:3px;background:#e8e8e8}.compare-carousel .scroll-indicator__bar{position:absolute;left:0;height:3px;background:#1c1c1c;width:10%}@media screen and (min-width: 940px){.compare-carousel .scroll-indicator{padding:16px 8px 12px}}.compare-carousel__elements{cursor:grab;display:flex;flex-grow:1;overflow-x:scroll;overflow-y:hidden;-ms-overflow-style:none;scrollbar-width:none;width:calc(100% + (24px * 2));margin-left:-24px}.compare-carousel__elements::-webkit-scrollbar{display:none}@media screen and (min-width: 600px){.compare-carousel__elements{width:calc(100% + (32px * 2));margin-left:-32px}}@media screen and (min-width: 940px){.compare-carousel__elements{width:100%;margin-left:0}}.fx-compare-box{transition:transform 400ms,visibility 350ms;position:fixed;bottom:0;left:50%;transform:translate(-50%);z-index:20;width:100%;height:253px}.fx-compare-box .actions-box{display:flex;justify-content:center;z-index:1;position:absolute;bottom:0;padding-top:8px;padding-bottom:16px;left:0;right:0;background-color:#fff}.fx-compare-box .actions-box__clear-all-icon.fx-icon{color:#1c1c1c}.fx-compare-box .actions-box__articles-counter-wrapper{position:relative;width:-webkit-fit-content;width:fit-content;align-self:center}.fx-compare-box .actions-box__articles-counter{display:flex;align-items:center;place-content:center;justify-content:center;width:25px;height:25px;background-color:#e64155;color:#fff;position:absolute;right:-8px;border-radius:50%;top:-8px;z-index:2;font-size:14px}@media screen and (min-width: 600px){.fx-compare-box .actions-box{z-index:0;flex-direction:column;padding-left:24px;margin-top:0;position:static;padding-top:0;padding-bottom:0;height:180px}.fx-compare-box .actions-box__clear-all-button{padding-top:24px}}.fx-compare-box .articles-box__scroll-indicator{min-height:auto;padding:0}.fx-compare-box .articles-box .article{min-width:25%;max-width:25%;padding-left:0;padding-right:16px}.fx-compare-box .articles-box .article__image-wrapper{position:relative;max-height:80px;max-width:80px;background-color:#f3f3f3}.fx-compare-box .articles-box .article__remove-button{height:40px;margin-bottom:-40px;border-top-left-radius:6px;border-top-right-radius:6px;max-width:80px;background-color:#1c1c1c}.fx-compare-box .articles-box .article__remove-button-icon{margin:auto;height:100%}.fx-compare-box .articles-box .article__remove-button-icon.fx-icon{color:#fff}.fx-compare-box .articles-box .article__remove-icon{display:none}.fx-compare-box .articles-box .article__image{padding:4px}.fx-compare-box .articles-box .article__name{margin-top:8px;max-width:80px;height:56px;text-align:left;overflow:hidden;overflow-wrap:break-word;word-wrap:break-word;-webkit-hyphens:auto;hyphens:auto}@media screen and (min-width: 600px){.fx-compare-box .articles-box{width:370px}.fx-compare-box .articles-box__carousel-elements.compare-carousel__elements{margin-left:0;width:auto}.fx-compare-box .articles-box .article{max-height:none}.fx-compare-box .articles-box .article.carousel-element{margin-left:0}.fx-compare-box .articles-box .article__image-wrapper{max-height:96px;max-width:96px}.fx-compare-box .articles-box .article__remove-button{display:none}.fx-compare-box .articles-box .article__remove-icon{display:inline;cursor:pointer;width:16px;height:16px;position:absolute;text-align:center;top:4px;right:4px;border-radius:24px;z-index:1}.fx-compare-box .articles-box .article__remove-icon.fx-icon{color:#1c1c1c}.fx-compare-box .articles-box .article__remove-icon.fx-icon:hover{color:#7e00f3}.fx-compare-box .articles-box .article__image{padding:6px}.fx-compare-box .articles-box .article__name{height:80px}}@media screen and (min-width: 940px){.fx-compare-box .articles-box{width:470px}.fx-compare-box .articles-box__scroll-indicator{margin-top:8px}.fx-compare-box .articles-box .article__image{padding:8px}.fx-compare-box .articles-box .article__name{height:66px}.fx-compare-box .articles-box .article__remove-icon{width:24px;height:24px}}.fx-compare-box .drag-indicator-wrapper{padding-top:18px;padding-bottom:18px;touch-action:none;background-color:#fff}.fx-compare-box .drag-indicator{width:80px;height:4px;background-color:#686868;border-radius:2px;margin:0 auto;touch-action:none}@media screen and (min-width: 600px){.fx-compare-box .drag-indicator-wrapper{display:none}}.fx-compare-box .close-icon{cursor:pointer;position:absolute;right:12px;top:12px;z-index:2}.fx-compare-box .close-icon.fx-icon{color:#000}.fx-compare-box.fx-compare-box--animate-close{visibility:hidden;pointer-events:none;transform:translate(-50%,100%)}.fx-compare-box.fx-compare-box--animate-open{visibility:visible;pointer-events:auto;transform:translate(-50%)}@media screen and (min-width: 600px){.fx-compare-box{width:600px;height:220px}}@media screen and (min-width: 940px){.fx-compare-box{width:744px;height:232px}}.fx-compare-box .infobox{width:inherit;height:inherit;background-color:#fff;margin-top:0;border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0;box-shadow:0 2px 20px 0 rgba(0,0,0,0.2)}.fx-compare-box .infobox__content{margin:0 24px 16px}.fx-compare-box .infobox__icon{touch-action:none;pointer-events:none;background-color:#fff}.fx-compare-box .content-wrapper{display:block}@media screen and (min-width: 600px){.fx-compare-box .infobox__content{margin-top:24px}.fx-compare-box .content-wrapper{display:flex}}@media screen and (min-width: 940px){.fx-compare-box .infobox__content{margin-top:32px}}.fx-content-compare .compare-header{margin-top:24px;margin-bottom:4px;display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center}@media screen and (min-width: 940px){.fx-content-compare .compare-header{margin-top:40px;margin-bottom:64px}}.fx-content-compare .sticky-top-bar .dense-article{display:flex;align-items:center;margin-top:8px}.fx-content-compare .sticky-top-bar .dense-article__visual{min-width:75px;max-width:75px;margin-right:6px}.fx-content-compare .sticky-top-bar__add-article{margin-top:20px}.fx-content-compare .sticky-top-bar__scroll-indicator{padding-top:8px;min-height:0}.fx-content-compare .sticky-top-bar__frame{padding:0}.fx-content-compare .compare-table{position:relative;display:flex;grid-gap:0}.fx-content-compare .compare-table .spacer{height:110px}.fx-content-compare .compare-table .spacer--head{height:112px}.fx-content-compare .compare-table .spacer--last{height:112px}@media screen and (min-width: 940px){.fx-content-compare .compare-table .spacer{height:197px}.fx-content-compare .compare-table .spacer--head{height:150px}.fx-content-compare .compare-table .spacer--last{height:168px}}.fx-content-compare .compare-table .table-head{width:0}.fx-content-compare .compare-table .table-head .headline{opacity:0;margin:0;height:31px}@media screen and (min-width: 940px){.fx-content-compare .compare-table .table-head .headline{opacity:1}.fx-content-compare .compare-table .table-head .headline--with-space{margin-bottom:16px}}.fx-content-compare .compare-table .table-head .head-entry{position:relative;padding-top:8px;padding-bottom:8px}.fx-content-compare .compare-table .table-head .head-entry__border{position:absolute;top:0;left:0;height:1px;width:calc(100vw - 48px);background-color:#e8e8e8}.fx-content-compare .compare-table .table-head .head-entry__value{display:none}@media screen and (min-width: 600px){.fx-content-compare .compare-table .table-head .head-entry__border{width:calc(100vw - 64px)}}@media screen and (min-width: 940px){.fx-content-compare .compare-table .table-head .head-entry__border{width:calc(100vw - 80px);max-width:calc(1432px)}.fx-content-compare .compare-table .table-head .head-entry__value{display:block}}.fx-content-compare .compare-table .table-head .show-more-banner{z-index:1;position:relative;display:flex;justify-content:center;align-items:flex-start;padding-top:20px;margin-bottom:10px;border-top:1px solid #1c1c1c;width:calc(100vw - 48px);height:112px;background-color:#fff}.fx-content-compare .compare-table .table-head .show-more-banner__button{opacity:1;transition:opacity 50ms}.fx-content-compare .compare-table .table-head .show-more-banner__button--hidden{opacity:0;transition:opacity 100ms}@media screen and (min-width: 600px){.fx-content-compare .compare-table .table-head .show-more-banner{width:calc(100vw - 64px)}}@media screen and (min-width: 940px){.fx-content-compare .compare-table .table-head .show-more-banner{height:150px;width:calc(100vw - 80px);max-width:calc(1432px);margin-bottom:0}.fx-content-compare .compare-table .table-head .show-more-banner--last{height:168px}}.fx-content-compare .compare-table .table-head .is-open{overflow:visible}@media screen and (min-width: 940px){.fx-content-compare .compare-table .table-head{width:auto}}.fx-content-compare .compare-table .content{position:relative;display:flex;flex-direction:column;flex-grow:1}.fx-content-compare .compare-table .content .article-element{position:relative}.fx-content-compare .compare-table .content .article-element .article-visual{width:100%;background:#e8e8e8;display:flex;justify-content:center;padding:16px;margin-bottom:8px}.fx-content-compare .compare-table .content .article-element .article-rating{margin-bottom:4px}@media screen and (min-width: 600px){.fx-content-compare .compare-table .content .article-element .article-rating__stars{height:20px;width:20px}}@media screen and (min-width: 940px){.fx-content-compare .compare-table .content .article-element .article-rating__stars{height:24px;width:24px}}.fx-content-compare .compare-table .content .article-element .article-price{margin-bottom:16px}.fx-content-compare .compare-table .content .article-element .article-actions{padding-bottom:32px}.fx-content-compare .compare-table .content .article-element .article-actions__basket{margin-right:16px}.fx-content-compare .compare-table .content .article-element .article-actions__wishlist--active{color:#7e00f3}@media screen and (min-width: 940px){.fx-content-compare .compare-table .content .article-element .article-actions{padding-bottom:16px}}.fx-content-compare .compare-table .content .article-element .article-description{margin-bottom:24px}.fx-content-compare .compare-table .content .article-element .collection-headline{margin:0;padding-bottom:12px}@media screen and (min-width: 940px){.fx-content-compare .compare-table .content .article-element .collection-headline{display:none}}.fx-content-compare .compare-table .content .article-element .compare-property{position:relative;border-top:1px solid rgba(255,255,255,0);padding-top:8px;padding-bottom:8px}.fx-content-compare .compare-table .content .article-element .compare-property .image{width:100%;margin-top:6px}@media screen and (min-width: 940px){.fx-content-compare .compare-table .content .article-element .compare-property .image{margin-top:0}}.fx-content-compare .compare-table .content .article-element .compare-property .media .media-button{margin-right:16px}.fx-content-compare .compare-table .content .article-element .compare-property .media .media-button:last-child{margin-right:0}.fx-content-compare .compare-table .content .article-element .compare-property .media .media-buttons{display:flex}.fx-content-compare .compare-table .content .article-element .compare-property .media .media-content{padding-top:16px}.fx-content-compare .compare-table .content .article-element .compare-property .media .media-content .headline{margin:0 0 12px 0}.fx-content-compare .compare-table .content .article-element .compare-property .media .media-content .test-report-content__entry{display:flex;align-items:center;margin-bottom:16px}.fx-content-compare .compare-table .content .article-element .compare-property .media .media-content .test-report-content__visual{width:40px;margin-right:8px}.fx-content-compare .compare-table .content .article-element .compare-property .media .media-content--open{overflow:visible}.fx-content-compare .compare-table .content .article-element .compare-property .media .audio-button__content{background-color:#fff;max-height:80vh;overflow-y:scroll;-ms-overflow-style:none;scrollbar-width:none}.fx-content-compare .compare-table .content .article-element .compare-property .media .audio-button__content::-webkit-scrollbar{display:none}.fx-content-compare .compare-table .content .article-element .compare-property .media .audio-button__player{width:90vw;max-width:1000px}.fx-content-compare .compare-table .content .article-element .compare-property .media .audio-button__loader{height:250px;width:90vw;max-width:1000px}.fx-content-compare .compare-table .content .article-element .compare-property .media .audio-button__volume-slider{left:20px;top:-36px}.fx-content-compare .compare-table .content .article-element .compare-property__label{margin:0}@media screen and (min-width: 940px){.fx-content-compare .compare-table .content .article-element .compare-property__label{display:none}}.fx-content-compare .compare-table .content .article-element .remove-button{position:absolute;top:12px;right:12px}.fx-content-compare .compare-table .content .article-element .remove-button:hover{cursor:pointer;color:#7e00f3}.fx-content-compare .compare-table .content .article-element__headline-spacer{height:36px}@media screen and (min-width: 940px){.fx-content-compare .compare-table .content .article-element__headline-spacer{display:none}}.fx-content-compare .compare-table .content .placeholder{height:100%;padding:70px 24px 24px 24px;background:#f3f3f3;border:1px dashed #b4b4b4}.fx-content-compare .compare-table .content__scroll-handle{top:146px;transform:none}.fx-content-compare .compare-table .content__placeholder-carousel-element{background:#fff;z-index:1;margin-left:-16px;padding-left:16px;padding-right:24px;padding-bottom:110px;min-width:calc(65% + 16px);max-width:calc(65% + 16px)}@media screen and (min-width: 600px){.fx-content-compare .compare-table .content__placeholder-carousel-element{min-width:calc(100% / 3 + 16px);max-width:calc(100% / 3 + 16px);padding-right:32px}}@media screen and (min-width: 940px){.fx-content-compare .compare-table .content__placeholder-carousel-element{min-width:calc(100% / 3 + 8px);max-width:calc(100% / 3 + 8px);margin-left:-8px;padding-left:16px;padding-right:8px;padding-bottom:200px}}.fx-content-compare .compare-table__content{min-width:100%}@media screen and (min-width: 940px){.fx-content-compare .compare-table{display:grid;grid-gap:0 24px}.fx-content-compare .compare-table__content{min-width:auto}}.fx-content-bouncer{height:100%;max-height:100%}.fx-content-bouncer .bouncer{height:100%;max-height:100%;display:flex;flex-direction:column;align-content:center}.fx-content-bouncer .bouncer__link{align-self:center;margin:20px}.fx-content-bouncer .bouncer__logo{height:20px}.fx-content-bouncer .bouncer__content{flex:1;align-self:center;display:flex;flex-direction:column;white-space:nowrap;justify-content:center;padding-bottom:12%;text-align:center}.fx-content-bouncer .bouncer__icon{align-self:center;height:40px;width:40px}.fx-content-bouncer .bouncer__actions{display:flex;flex-wrap:wrap;flex-direction:column;justify-content:center;gap:20px}@media screen and (min-width: 940px){.fx-content-bouncer .bouncer__link{margin:25px}.fx-content-bouncer .bouncer__logo{height:25px}.fx-content-bouncer .bouncer__actions{flex-direction:row}.fx-content-bouncer .bouncer__icon{height:56px;width:56px}}.fx-content-dealometer .percentage-tag{font-weight:700}.fx-content-dealometer__show-more-button{pointer-events:none}.fx-content-dealometer__savingfun .wrapper,
.fx-content-dealometer__equipment .wrapper{display:table;border-spacing:20px;position:relative;left:-20px;top:-20px;width:calc(100% + 40px)}.fx-content-dealometer__savingfun .wrapper .row,
.fx-content-dealometer__equipment .wrapper .row{display:table-row}.fx-content-dealometer__savingfun .wrapper .row .box,
.fx-content-dealometer__equipment .wrapper .row .box{width:50%;display:table-cell;vertical-align:top;padding-top:24px}.fx-content-dealometer__savingfun .wrapper .row .box.hero .header .manufacturer-logo,
.fx-content-dealometer__equipment .wrapper .row .box.hero .header .manufacturer-logo{right:5px;top:8px}.fx-content-dealometer__savingfun .wrapper .row .box.hero .header .background,
.fx-content-dealometer__equipment .wrapper .row .box.hero .header .background{background:url(/static/tr/img/dealometer/hero.png?m=36c98fd) no-repeat right top}.fx-content-dealometer__savingfun .wrapper .row .box.hot .header .manufacturer-logo,
.fx-content-dealometer__equipment .wrapper .row .box.hot .header .manufacturer-logo{right:6px;top:18px;transform:rotate(-9deg)}.fx-content-dealometer__savingfun .wrapper .row .box.hot .header .background,
.fx-content-dealometer__equipment .wrapper .row .box.hot .header .background{background:url(/static/tr/img/dealometer/hot.png?m=5760c7b) no-repeat right top}.fx-content-dealometer__savingfun .wrapper .row .box.packages .header,
.fx-content-dealometer__equipment .wrapper .row .box.packages .header{background-color:initial}.fx-content-dealometer__savingfun .wrapper .row .box.packages .header .manufacturer-logo,
.fx-content-dealometer__equipment .wrapper .row .box.packages .header .manufacturer-logo{right:22.5px;top:19px;transform:rotate(4deg)}.fx-content-dealometer__savingfun .wrapper .row .box.packages .header .background,
.fx-content-dealometer__equipment .wrapper .row .box.packages .header .background{background:url(/static/tr/img/dealometer/packages.png?m=19a64a0) no-repeat right top;mix-blend-mode:multiply}.fx-content-dealometer__savingfun .wrapper .row .box.space .header .manufacturer-logo,
.fx-content-dealometer__equipment .wrapper .row .box.space .header .manufacturer-logo{right:15px;top:30px}.fx-content-dealometer__savingfun .wrapper .row .box.space .header .background,
.fx-content-dealometer__equipment .wrapper .row .box.space .header .background{background:url(/static/tr/img/dealometer/space.png?m=54598d2) no-repeat right top}.fx-content-dealometer__savingfun .wrapper .row .box .header,
.fx-content-dealometer__equipment .wrapper .row .box .header{position:relative;height:86px}.fx-content-dealometer__savingfun .wrapper .row .box .header .background,
.fx-content-dealometer__equipment .wrapper .row .box .header .background,
.fx-content-dealometer__savingfun .wrapper .row .box .header .title,
.fx-content-dealometer__equipment .wrapper .row .box .header .title,
.fx-content-dealometer__savingfun .wrapper .row .box .header .manufacturer-logo,
.fx-content-dealometer__equipment .wrapper .row .box .header .manufacturer-logo{position:absolute}.fx-content-dealometer__savingfun .wrapper .row .box .header .background,
.fx-content-dealometer__equipment .wrapper .row .box .header .background{width:100%;top:0;right:0;height:100%}.fx-content-dealometer__savingfun .wrapper .row .box .header .title,
.fx-content-dealometer__equipment .wrapper .row .box .header .title{top:50%;transform:translateY(-50%);padding:10px 37% 10px 10px;width:100%;margin:0;box-sizing:border-box}.fx-content-dealometer__savingfun .wrapper .row .box .list,
.fx-content-dealometer__equipment .wrapper .row .box .list{margin:0;padding:0;list-style-type:none}.fx-content-dealometer__savingfun .wrapper .row .box .list .item,
.fx-content-dealometer__equipment .wrapper .row .box .list .item{border-top:1px solid #e8e8e8;transition:padding 120ms ease-in,background 120ms ease-in}.fx-content-dealometer__savingfun .wrapper .row .box .list .item:hover,
.fx-content-dealometer__equipment .wrapper .row .box .list .item:hover{padding:0 4px}.fx-content-dealometer__savingfun .wrapper .row .box .list .item.highlight,
.fx-content-dealometer__equipment .wrapper .row .box .list .item.highlight{background:#e8e8e8}.fx-content-dealometer__savingfun .wrapper .row .box .list .item:hover a .image-container,
.fx-content-dealometer__equipment .wrapper .row .box .list .item:hover a .image-container,
.fx-content-dealometer__savingfun .wrapper .row .box .list .item.highlight a .image-container,
.fx-content-dealometer__equipment .wrapper .row .box .list .item.highlight a .image-container{mix-blend-mode:multiply}.fx-content-dealometer__savingfun .wrapper .row .box .list .item a,
.fx-content-dealometer__equipment .wrapper .row .box .list .item a{padding:5px 8px;display:block;-webkit-text-decoration:none;text-decoration:none}.fx-content-dealometer__savingfun .wrapper .row .box .list .item a .image-container,
.fx-content-dealometer__equipment .wrapper .row .box .list .item a .image-container{float:left;margin-right:10px}.fx-content-dealometer__savingfun .wrapper .row .box .list .item a .subline div,
.fx-content-dealometer__equipment .wrapper .row .box .list .item a .subline div{display:inline-block;vertical-align:top;width:100%;padding-left:4px}.fx-content-dealometer__savingfun .wrapper .row .box .list .item a .subline div span,
.fx-content-dealometer__equipment .wrapper .row .box .list .item a .subline div span{white-space:nowrap}.fx-content-dealometer__savingfun .wrapper .row .box .list .item a .subline .primary,
.fx-content-dealometer__equipment .wrapper .row .box .list .item a .subline .primary{padding-left:0}.fx-content-dealometer__savingfun .wrapper .row .box .list .item a .subline .trading,
.fx-content-dealometer__equipment .wrapper .row .box .list .item a .subline .trading,
.fx-content-dealometer__savingfun .wrapper .row .box .list .item a .subline .retail,
.fx-content-dealometer__equipment .wrapper .row .box .list .item a .subline .retail,
.fx-content-dealometer__savingfun .wrapper .row .box .list .item a .subline .secondary,
.fx-content-dealometer__equipment .wrapper .row .box .list .item a .subline .secondary{color:#8a8a8a}.fx-content-dealometer__savingfun .wrapper .row .box .list .item a .subline .retail span,
.fx-content-dealometer__equipment .wrapper .row .box .list .item a .subline .retail span{position:relative}.fx-content-dealometer__savingfun .wrapper .row .box .list .item a .subline .retail span:after,
.fx-content-dealometer__equipment .wrapper .row .box .list .item a .subline .retail span:after{position:absolute;content:'';left:0;top:50%;right:0;border-top:1px solid #8a8a8a;transform:rotate(-7deg)}.fx-content-dealometer__savingfun .wrapper .row .box .list .item a .subline div,
.fx-content-dealometer__equipment .wrapper .row .box .list .item a .subline div{width:auto;padding:0;margin:0}.fx-content-dealometer__savingfun .wrapper .row .box .list .item a .subline:after,
.fx-content-dealometer__equipment .wrapper .row .box .list .item a .subline:after,
.fx-content-dealometer__savingfun .wrapper .row .box .list .item a .subline:before,
.fx-content-dealometer__equipment .wrapper .row .box .list .item a .subline:before{border-spacing:0}.fx-content-dealometer__savingfun .wrapper .row .box .list .item a .subline .retail,
.fx-content-dealometer__equipment .wrapper .row .box .list .item a .subline .retail{float:left;margin-right:4px}.fx-content-dealometer__savingfun .wrapper .row .box .list .item a .subline .saving,
.fx-content-dealometer__equipment .wrapper .row .box .list .item a .subline .saving{font-size:14px;color:#f00039}.fx-content-dealometer__savingfun .wrapper .row .box .list .item a .subline .saving,
.fx-content-dealometer__equipment .wrapper .row .box .list .item a .subline .saving,
.fx-content-dealometer__savingfun .wrapper .row .box .list .item a .subline .primary,
.fx-content-dealometer__equipment .wrapper .row .box .list .item a .subline .primary{font-weight:700}.fx-content-dealometer__savingfun .wrapper .row .box .list .item a .subline .primary,
.fx-content-dealometer__equipment .wrapper .row .box .list .item a .subline .primary{float:right;font-size:16px}@media screen and (max-width: 939px){.fx-content-dealometer__savingfun .wrapper,
  .fx-content-dealometer__equipment .wrapper{position:static}.fx-content-dealometer__savingfun .wrapper,
  .fx-content-dealometer__equipment .wrapper,
  .fx-content-dealometer__savingfun .wrapper .row,
  .fx-content-dealometer__equipment .wrapper .row,
  .fx-content-dealometer__savingfun .wrapper .row .box,
  .fx-content-dealometer__equipment .wrapper .row .box{display:block;width:100%}}.fx-content-dealometer__savingfun .box .header{background-color:#f4f4f4}.fx-content-dealometer__equipment{margin-bottom:60px}.fx-content-dealometer__equipment .wrapper .row .box .header .title{position:relative}.fx-content-dealometer__equipment .wrapper .row .box .header .manufacturer-logo{float:right;padding-right:10px;position:relative;top:50%;transform:translateY(-50%)}.fx-content-dealometer__equipment .wrapper .row .box .header .manufacturer-logo img{max-width:100%;height:auto}.fx-content-woodpicker .woodpicker-header{width:100%;height:128px;position:relative;background-size:auto 100%;background-position-x:50%;background-repeat:no-repeat;background-color:#010101;box-shadow:inset 0 -86px 80px -50px #000}.fx-content-woodpicker .woodpicker-header__frame{max-width:1512px;margin:0 auto;padding:16px 0}.fx-content-woodpicker .woodpicker-header__title{height:48px;width:223px;display:block;margin-left:auto;margin-right:auto;margin-top:13px;image-rendering:-webkit-optimize-contrast}.fx-content-woodpicker .woodpicker-header__subtitle{color:#fff}@media screen and (min-width: 600px){.fx-content-woodpicker .woodpicker-header{height:140px}.fx-content-woodpicker .woodpicker-header__title{height:56px;width:260px}}@media screen and (min-width: 940px){.fx-content-woodpicker .woodpicker-header{height:312px}.fx-content-woodpicker .woodpicker-header__title{height:80px;width:372px;margin-top:48px}}.fx-content-woodpicker .woodpicker-helpdesk-contact{margin:0 auto;max-width:1056px}.fx-content-woodpicker .price-disclaimer{padding-top:0;margin-bottom:0}.fx-content-woodpicker .woodpicker-no-items{max-width:900px;box-shadow:0 2px 20px 0 rgba(0,0,0,0.2);margin:auto;margin-top:96px}.fx-content-woodpicker .woodpicker-no-items__icon{width:112px;height:112px;margin-top:-64px;margin-bottom:16px}.fx-content-woodpicker .woodpicker-no-items__button{margin-bottom:16px}@media screen and (min-width: 600px){.fx-content-woodpicker .woodpicker-no-items__icon{margin-top:-74px;margin-bottom:24px}.fx-content-woodpicker .woodpicker-no-items__button{margin-bottom:24px}}@media screen and (min-width: 940px){.fx-content-woodpicker .woodpicker-no-items{margin-top:152px}.fx-content-woodpicker .woodpicker-no-items__icon{width:160px;height:160px;margin-top:-106px}}.fx-content-woodpicker .woodpicker-settings__ruler{height:4px;background-color:#f3f3f3}.fx-content-woodpicker .woodpicker-item{background-color:#f3f3f3;border-radius:6px;box-sizing:border-box;display:flex;flex-direction:column;max-width:710px;justify-self:center;justify-content:center;padding:16px 8px 16px 8px}.fx-content-woodpicker .woodpicker-item__row{display:flex;gap:14px}.fx-content-woodpicker .woodpicker-item__results{margin-bottom:16px}.fx-content-woodpicker .woodpicker-item__header{margin-top:40px}.fx-content-woodpicker .woodpicker-item__pagination{margin-top:8px}@media screen and (min-width: 600px){.fx-content-woodpicker .woodpicker-item{padding:16px}.fx-content-woodpicker .woodpicker-item__row{gap:18px}.fx-content-woodpicker .woodpicker-item__header{margin-top:66px}}@media screen and (min-width: 940px){.fx-content-woodpicker .woodpicker-item__results{margin-bottom:24px}.fx-content-woodpicker .woodpicker-item__header{margin-top:72px}.fx-content-woodpicker .woodpicker-item__pagination{margin-top:24px}.fx-content-woodpicker .woodpicker-item__row{gap:24px}.fx-content-woodpicker .woodpicker-item__placeholder{flex-basis:93px;flex-shrink:0;flex-grow:0}}.fx-content-woodpicker .woodpicker-item .woodpicker-item-actions{display:flex}.fx-content-woodpicker .woodpicker-item .woodpicker-item-actions__container{align-self:center}.fx-content-woodpicker .woodpicker-item .woodpicker-item-actions .basket-button{border:none;background-color:rgba(255,255,255,0);color:#000;outline:none;padding:0;padding-left:18px}.fx-content-woodpicker .woodpicker-item .woodpicker-item-actions__icon{cursor:pointer}.fx-content-woodpicker .woodpicker-item .woodpicker-item-actions__icon:hover{color:#7e00f3}.fx-content-woodpicker .woodpicker-item .price__group:not(.fx-price-group--strike-simple){display:block;text-align:right;margin-top:4px}.fx-content-woodpicker .woodpicker-item .price__group:not(.fx-price-group--strike-simple) .price__primary{display:block;margin-bottom:6px}@media screen and (min-width: 940px){.fx-content-woodpicker .woodpicker-item .price__group:not(.fx-price-group--strike-simple){margin-top:0}}.fx-content-woodpicker .woodpicker-item .reference{flex-grow:2}.fx-content-woodpicker .woodpicker-item .reference__text{display:flex;align-items:center;-webkit-text-decoration:underline;text-decoration:underline;width:-webkit-fit-content;width:fit-content;height:40px}.fx-content-woodpicker .woodpicker-item .reference__text:hover{cursor:pointer;color:#7e00f3}@media screen and (min-width: 940px){.fx-content-woodpicker .woodpicker-item .reference__text{height:auto}}.fx-content-woodpicker .woodpicker-item .stick-image{position:relative;margin-left:4px;margin-right:4px}.fx-content-woodpicker .woodpicker-item .stick-image__magnifier{cursor:pointer;position:absolute;right:16px;top:0;background-color:#f3f3f3;opacity:0.6}.fx-content-woodpicker .woodpicker-item .stick-image__preview{height:40px;width:100%;margin-bottom:16px;background-repeat:no-repeat;background-position:center center;mix-blend-mode:multiply;background-size:contain}.fx-content-woodpicker .woodpicker-item .stick-image:hover{cursor:pointer}.fx-content-woodpicker .woodpicker-item .stick-image__zoom{display:flex}.fx-content-woodpicker .woodpicker-item .stick-image__zoom--horizontal{width:100%;align-self:center;justify-self:center}.fx-content-woodpicker .woodpicker-item .stick-image__zoom--vertical{position:absolute;left:50%;transform:rotate(90deg) translateY(-50%);transform-origin:top left;width:calc(100vh - 128px)}@media screen and (min-width: 940px){.fx-content-woodpicker .woodpicker-item .stick-image .stick-image{margin-left:16px;margin-right:16px}}.fx-content-woodpicker .woodpicker-item .woodpicker-item__stick-specification-list{list-style-type:none;padding:0;margin-bottom:12px;margin-top:16px}.fx-content-woodpicker .woodpicker-item .woodpicker-item__stick-specification-container{grid-gap:16px}@media screen and (min-width: 940px){.fx-content-woodpicker .woodpicker-item .woodpicker-item__stick-specification-list{padding-left:6px;margin-bottom:20px}.fx-content-woodpicker .woodpicker-item .woodpicker-item__stick-specification-list-item{background:url(//www.thomann.de/pics/images/woodpicker/icon-large-list.svg) no-repeat left top;padding-left:17px;list-style:none}}.fx-content-woodpicker .woodpicker-item .product-details__name--hover{color:#7e00f3}.fx-content-woodpicker .woodpicker-item .product-details__rating{margin-top:4px}.fx-content-woodpicker .woodpicker-item .product-details__rating .product__rating-star{width:16px;height:16px}.fx-content-woodpicker .woodpicker-item .product-details__availability{margin-top:4px}@media screen and (min-width: 600px){.fx-content-woodpicker .woodpicker-item .product-details__rating .product__rating-star{width:20px;height:20px}}@media screen and (min-width: 940px){.fx-content-woodpicker .woodpicker-item .product-details__rating{margin-top:8px}.fx-content-woodpicker .woodpicker-item .product-details__rating .product__rating-star{width:24px;height:24px}.fx-content-woodpicker .woodpicker-item .product-details__availability{margin-top:8px}}.fx-content-woodpicker .woodpicker-item .woodpicker-item__link:hover{color:initial}.fx-content-woodpicker .woodpicker-item .stick-features{width:100%;height:100%;animation:none;overflow:auto}.fx-content-woodpicker .woodpicker-item .stick-features__title--grey{color:#b4b4b4}.fx-content-woodpicker .woodpicker-item .stick-features__title-container{padding-top:4px;place-items:center}.fx-content-woodpicker .woodpicker-item .stick-features__indicator-container{width:-webkit-fit-content;width:fit-content}.fx-content-woodpicker .woodpicker-item .stick-features__compare-icon{float:right}.fx-content-woodpicker .woodpicker-item .stick-features .stick-features__compare-icon:active,
.fx-content-woodpicker .woodpicker-item .stick-features .stick-features__compare-icon:focus{background-color:rgba(255,255,255,0);border-color:rgba(255,255,255,0)}.fx-content-woodpicker .woodpicker-item .stick-features .stick-features__compare-icon:hover{background-color:#e8e8e8;border-color:rgba(255,255,255,0)}@media screen and (min-width: 940px){.fx-content-woodpicker .woodpicker-item .stick-features{padding:24px;width:460px;height:auto}.fx-content-woodpicker .woodpicker-item .stick-features .stick-features__close-icon{right:20px;top:20px}.fx-content-woodpicker .woodpicker-item .fx-tooltip.fx-tooltip--position-top .stick-features{left:230px}}.fx-content-woodpicker .woodpicker-item .radar-chart-preview{background-image:url(//www.thomann.de/pics/images/woodpicker/spidergraph-small-new.png);background-repeat:no-repeat;background-size:contain;image-rendering:-webkit-optimize-contrast;position:relative;stroke:#00ddf6;stroke-width:1px;fill:rgba(0,221,246,0.25);margin:auto;min-width:64px;max-width:93px;line-height:0}.fx-content-woodpicker .woodpicker-item .radar-chart-preview__magnifier{cursor:pointer;position:absolute;right:-10%;bottom:-10%;background-color:rgba(0,0,0,0.2)}.fx-content-woodpicker .woodpicker-item .radar-chart-preview .radar-chart-preview__magnifier{width:32px;height:32px}.fx-content-woodpicker .woodpicker-item .radar-chart-preview .radar-chart-preview__magnifier:active,
.fx-content-woodpicker .woodpicker-item .radar-chart-preview .radar-chart-preview__magnifier:focus{background-color:rgba(0,0,0,0.2);border-color:rgba(255,255,255,0)}.fx-content-woodpicker .woodpicker-item .radar-chart-preview .radar-chart-preview__magnifier:hover{background-color:rgba(0,0,0,0.2);border-color:rgba(255,255,255,0)}.fx-content-woodpicker .woodpicker-item .radar-chart-preview__magnifier-icon{color:#fff}.fx-content-woodpicker .woodpicker-item .radar-chart-preview:hover{cursor:pointer}@media screen and (min-width: 940px){.fx-content-woodpicker .woodpicker-item .radar-chart-preview{min-width:93px}}.fx-content-woodpicker .woodpicker-item .radar-chart-zoom{background-image:url(//www.thomann.de/pics/images/woodpicker/spidergraph-big-new.png);background-repeat:no-repeat;background-size:contain;image-rendering:-webkit-optimize-contrast;position:relative;stroke:#00ddf6;stroke-width:1px;fill:rgba(0,221,246,0.25);margin:36px auto 30px;width:192px}.fx-content-woodpicker .woodpicker-item .radar-chart-zoom__reference-stick{stroke:#b4b4b4;fill:rgba(104,104,104,0.25)}.fx-content-woodpicker .woodpicker-item .feature-label__icon{color:#8a8a8a;stroke:none;background-color:#fff;border-radius:50%}.fx-content-woodpicker .woodpicker-item .progress-chart{margin-bottom:8px}.fx-content-woodpicker .woodpicker-item .progress-chart__indicator-container{width:31px;text-align:center}.fx-content-woodpicker .woodpicker-item .progress-chart__indicator{width:16px;height:16px;border-radius:16px;display:inline-block}.fx-content-woodpicker .woodpicker-item .progress-chart__indicator--compare-first{background-color:rgba(0,221,246,0.5)}.fx-content-woodpicker .woodpicker-item .progress-chart__indicator--compare-second{background-color:rgba(104,104,104,0.5)}.fx-content-woodpicker .woodpicker-item .progress-chart__value{width:31px;align-self:end;text-align:center}.fx-content-woodpicker .woodpicker-item .progress-chart__container{align-items:center}.fx-content-woodpicker .woodpicker-item .progress-chart__label{margin-bottom:-6px}.fx-content-woodpicker .woodpicker-item .progress-bar{background:#e8e8e8;height:6px;border-radius:3px;position:relative}.fx-content-woodpicker .woodpicker-item .progress-bar__compare-first{background-color:rgba(0,221,246,0.5)}.fx-content-woodpicker .woodpicker-item .progress-bar__compare-second{background-color:rgba(104,104,104,0.5);position:absolute;left:0;top:0}.fx-content-woodpicker .reference-stick__loading-container{top:-16px;height:calc(100% + 16px)}.fx-content-woodpicker .reference-stick__title{background:#fff;padding-left:8px;padding-right:8px;left:50%;transform:translate(-50%,calc(-32px - 2px - 50%));position:absolute;text-align:center}.fx-content-woodpicker .reference-stick__item{grid-gap:0;background:#f3f3f3;border-radius:6px}.fx-content-woodpicker .reference-stick__container{border-top:1px solid #000;padding-top:32px}.fx-content-woodpicker .reference-stick__artist{display:flex;width:100%}.fx-content-woodpicker .reference-stick__artist-container{position:relative;background:#f3f3f3;border-radius:6px;padding:20px 8px 16px}.fx-content-woodpicker .reference-stick__artist-container:after{content:'';position:absolute;border-top:1px solid #b4b4b4;width:calc(100% - 32px);height:1px;top:0}.fx-content-woodpicker .reference-stick__artist-image{width:48px;height:48px;border-radius:24px}.fx-content-woodpicker .reference-stick__artist-name{flex:1;align-self:center;padding-left:12px;-webkit-hyphens:auto;hyphens:auto}.fx-content-woodpicker .reference-stick__artist-name > span > span{font-weight:700}.fx-content-woodpicker .reference-stick__similar-artist-link-container:hover{cursor:pointer}.fx-content-woodpicker .reference-stick__similar-artist-link-container:hover .reference-stick__similar-artist-link{color:#7e00f3}.fx-content-woodpicker .reference-stick__similar-artist-link{color:#8a8a8a;padding-top:2px;-webkit-text-decoration:underline;text-decoration:underline}.fx-content-woodpicker .reference-stick__similar-artist-stick{padding-top:2px;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}@media screen and (min-width: 600px){.fx-content-woodpicker .reference-stick__title{transform:translate(-50%,calc(-48px - 2px - 50%))}.fx-content-woodpicker .reference-stick__artist-container{padding:30px 16px 16px}.fx-content-woodpicker .reference-stick__artist-container:after{border-top:0;border-left:1px solid #b4b4b4;height:calc(100% - 32px);width:1px;left:-1px;top:16px}.fx-content-woodpicker .reference-stick__container{border:1px solid #000;border-radius:6px;padding:48px 32px 32px}}.cookie-consent-spice{margin:auto;-webkit-transform:scale(1)}.cookie-consent-spice .spicy-consent-bar{position:relative;display:flex;flex-direction:column;align-items:center;width:85%;max-width:1260px;margin:auto;padding:20px 24px 32px;background:#e8fafb;border-radius:16px}.cookie-consent-spice .spicy-consent-bar:before,
.cookie-consent-spice .spicy-consent-bar:after{content:'';position:absolute;height:100%;left:0;top:0;border-top-left-radius:16px;border-bottom-left-radius:16px;z-index:0}.cookie-consent-spice .spicy-consent-bar:before{width:180px;background:linear-gradient(70deg,rgba(0,0,0,0.1),rgba(0,0,0,0.1) 160px,transparent 160px)}.cookie-consent-spice .spicy-consent-bar:after{width:150px;background:linear-gradient(-282deg,rgba(0,0,0,0.1),rgba(0,0,0,0.1) 40px,transparent 40px)}.cookie-consent-spice .spicy-consent-bar__image{width:200px;height:200px;z-index:1}.cookie-consent-spice .spicy-consent-bar__content{margin-top:28px;text-align:center;z-index:1}.cookie-consent-spice .spicy-consent-bar__headline{margin-bottom:16px}.cookie-consent-spice .spicy-consent-bar__actions{display:flex;align-items:center;justify-content:center;flex-wrap:wrap}.cookie-consent-spice .spicy-consent-bar__action{margin-bottom:16px}.cookie-consent-spice .spicy-consent-bar__action-accept{width:100%}.cookie-consent-spice .spicy-consent-bar .spicy-consent-bar__action--as-text{margin-bottom:8px}.cookie-consent-spice .spicy-consent-bar__links{margin-top:8px;text-align:center}.cookie-consent-spice .spicy-consent-bar .static-links__link{color:#686868}.cookie-consent-spice .spicy-consent-bar .static-links__link:hover{color:#6009b0}.cookie-consent-spice .spicy-consent-bar .static-links__divider{padding:0 8px}@media screen and (min-width: 600px){.cookie-consent-spice .spicy-consent-bar{flex-direction:row;padding:40px 24px 32px}.cookie-consent-spice .spicy-consent-bar__content{margin-top:0;text-align:left}.cookie-consent-spice .spicy-consent-bar__actions{flex-direction:row;align-items:flex-start;justify-content:flex-start}.cookie-consent-spice .spicy-consent-bar .spicy-consent-bar__action{margin-right:32px;margin-left:0}.cookie-consent-spice .spicy-consent-bar__action-accept{width:auto}.cookie-consent-spice .spicy-consent-bar__links{text-align:right}}@media screen and (min-width: 940px){.cookie-consent-spice .spicy-consent-bar{padding:52px 66px 28px}}.cookie-consent-spice .consent-button[class].consent-button--primary{background:#13e47c;border-color:#13e47c;color:#fff}.cookie-consent-spice .consent-button[class].consent-button--primary:active{background:#10d272}.cookie-consent-spice .consent-button[class].consent-button--primary:hover{background:#10d272}.cookie-consent-spice .consent-button[class].consent-button--text-button:after{background-color:#13e47c}.cookie-consent-spice .consent-button[class].consent-button--ghost{border-color:#13e47c;border-width:2px;padding-top:4px;padding-bottom:4px}.cookie-consent-spice .consent-button[class].consent-button--ghost:hover{color:#000;border-color:#10d272}.cookie-consent-spice .consent-options{padding:20px 24px 32px}.cookie-consent-spice .consent-options__header{text-align:center}.cookie-consent-spice .consent-options__actions{display:flex;flex-direction:column;justify-content:center}.cookie-consent-spice .consent-options__action{margin:0 0 16px}.cookie-consent-spice .consent-options__tabs-inner:before{background:linear-gradient(to left,rgba(255,255,255,0) 0%,#e8fafb 50%,#e8fafb 100%)}.cookie-consent-spice .consent-options__tabs-inner:after{background:linear-gradient(to right,rgba(255,255,255,0) 0%,#e8fafb 50%,#e8fafb 100%)}@media screen and (min-width: 600px){.cookie-consent-spice .consent-options{padding:32px 36px 42px}.cookie-consent-spice .consent-options__actions{flex-direction:row;flex-flow:wrap}.cookie-consent-spice .consent-options__action{margin:0 8px 40px}}@media screen and (min-width: 940px){.cookie-consent-spice .consent-options{padding:40px 64px 24px}}.cookie-consent-spice .consent-configurations{padding:20px 24px 32px}.cookie-consent-spice .consent-configurations__actions{display:flex;flex-direction:column;justify-content:center}.cookie-consent-spice .consent-configurations__action{margin:0 0 24px}@media screen and (min-width: 600px){.cookie-consent-spice .consent-configurations{padding:32px 36px 42px}.cookie-consent-spice .consent-configurations__actions{flex-direction:row;flex-flow:wrap}.cookie-consent-spice .consent-configurations__action{margin:0 8px 40px}}@media screen and (min-width: 940px){.cookie-consent-spice .consent-configurations{padding:56px 60px 42px}}@media screen and (min-width: 1150px){.cookie-consent-spice .consent-configurations{padding:56px 80px 42px}}.spicy-consent-wrapper{overflow-y:auto;padding:24px 0;display:flex;justify-content:center;align-items:center;width:100%;height:100%;position:fixed;background:rgba(0,0,0,0.7);z-index:101}.cookie-consent-spicy-popup.rs-common-popup > .rs-popup-wrapper > .outer{padding-right:0;padding-left:0}.cookie-consent-spicy-popup.rs-common-popup > .rs-popup-wrapper > .outer > .inner{width:90%}.cookie-consent-spicy-popup.rs-common-popup > .rs-popup-wrapper > .outer > .inner > .content{border-radius:16px;background:#e8fafb;padding:0;width:90%;max-width:1110px}@media screen and (min-width: 600px){.cookie-consent-spicy-popup.rs-common-popup > .rs-popup-wrapper > .outer > .inner{width:80%}}.spicy-link,
#cookie-consent-bar-switch-to-configure-options-popup,
.consent-options__footer a,
.consent-configurations__footer a{cursor:pointer;-webkit-text-decoration:underline;text-decoration:underline}.spicy-link:hover,
#cookie-consent-bar-switch-to-configure-options-popup:hover,
.consent-options__footer a:hover,
.consent-configurations__footer a:hover{color:#6009b0}.fx-content-newsletter{margin-top:16px}@media screen and (min-width: 600px){.fx-content-newsletter{margin-top:24px}}@media screen and (min-width: 940px){.fx-content-newsletter{margin-top:32px}}.fx-content-newsletter .newsletter-introduction{display:flex;justify-content:space-between;align-items:center}.fx-content-newsletter .newsletter-introduction__visual{display:none}@media screen and (min-width: 600px){.fx-content-newsletter .newsletter-introduction__visual{display:initial;width:112px}}.fx-content-newsletter .newsletter-infobox-wrapper{padding-top:8px}.fx-content-newsletter .newsletter-infobox__headline{margin-bottom:8px}.fx-content-newsletter .newsletter-infobox__icon{left:calc(50% - 24px);width:48px;height:48px}.fx-content-newsletter .newsletter-infobox__content{margin-top:24px;margin-bottom:24px}@media screen and (min-width: 600px){.fx-content-newsletter .newsletter-infobox-wrapper{padding-top:32px}}@media screen and (min-width: 940px){.fx-content-newsletter .newsletter-infobox__headline{margin-bottom:16px}.fx-content-newsletter .newsletter-infobox__icon{left:calc(50% - 32px);width:64px;height:64px}}.fx-content-newsletter .newsletter-social-icons{padding-top:8px}.fx-content-newsletter .newsletter-social-icons .newsletter-socials{justify-content:center;gap:8px}.fx-content-newsletter .newsletter-social-icons .newsletter-socials__icon{width:32px;height:32px}.fx-content-newsletter .newsletter-social-icons .newsletter-socials__row{display:inline-flex;gap:8px}@media screen and (min-width: 600px){.fx-content-newsletter .newsletter-social-icons{padding-top:32px;padding-bottom:100px}.fx-content-newsletter .newsletter-social-icons .newsletter-socials{gap:20px}.fx-content-newsletter .newsletter-social-icons .newsletter-socials__row{gap:20px}}@media screen and (min-width: 940px){.fx-content-newsletter .newsletter-social-icons{padding-top:40px}}.fx-content-newsletter .newsletter-subscribe--cyberweek{max-width:1016px}.fx-content-newsletter .newsletter-subscribe--cyberweek .cyberweek-icon{height:36px;width:36px}.fx-content-newsletter .newsletter-subscribe--cyberweek .newsletter-subscribe__form{padding:24px 16px;margin:0 auto}@media screen and (min-width: 600px){.fx-content-newsletter .newsletter-subscribe--cyberweek .cyberweek-icon{height:40px;width:40px}.fx-content-newsletter .newsletter-subscribe--cyberweek .newsletter-subscribe__form{padding:32px 24px}}@media screen and (min-width: 940px){.fx-content-newsletter .newsletter-subscribe--cyberweek .cyberweek-icon{height:64px;width:64px}}.fx-content-newsletter .newsletter-subscribe__form{padding:0 16px 16px 16px;margin-bottom:0}.fx-content-newsletter .newsletter-subscribe__form > :not(.newsletter-infobox__headline){max-width:426px;margin-left:auto;margin-right:auto}.fx-content-newsletter .newsletter-subscribe__infobox .privacy-text{font-size:12px;line-height:16px;font-weight:400;color:#8a8a8a}.fx-content-newsletter .newsletter-subscribe__infobox .privacy-text a{-webkit-text-decoration:underline;text-decoration:underline;font-size:12px;line-height:16px;font-weight:400;color:#8a8a8a}.newsletter-cta.newsletter-cta--gradient .newsletter-cta__background{background:linear-gradient(to right,#5786f4,#873cb9);color:#fff}.newsletter-cta.newsletter-cta--gradient .newsletter-cta__wrapper{padding-top:24px;padding-bottom:24px;display:grid;grid-template-areas:'image subtitle' 'title title' 'button button';grid-template-columns:auto 1fr;align-items:center}.newsletter-cta.newsletter-cta--gradient .newsletter-cta__image{grid-area:image;max-width:40px;margin-right:8px}.newsletter-cta.newsletter-cta--gradient .newsletter-cta__subtitle{grid-area:subtitle}.newsletter-cta.newsletter-cta--gradient .newsletter-cta__title{grid-area:title;margin-top:8px;margin-bottom:16px}.newsletter-cta.newsletter-cta--gradient .newsletter-cta__button{grid-area:button;white-space:nowrap}@media screen and (min-width: 600px){.newsletter-cta.newsletter-cta--gradient .newsletter-cta__wrapper{grid-template-areas:'image subtitle button' 'image title button';grid-template-columns:auto 1.9fr 1fr}.newsletter-cta.newsletter-cta--gradient .newsletter-cta__image{max-width:64px;margin-right:16px}.newsletter-cta.newsletter-cta--gradient .newsletter-cta__title{margin-top:4px;margin-bottom:0}}.newsletter-cta.newsletter-cta--alternative .newsletter-cta__background{border-top:1px solid #e8e8e8;text-align:center}.newsletter-cta.newsletter-cta--alternative .newsletter-cta__wrapper{padding-top:24px;padding-bottom:24px;display:flex;flex-direction:column;align-items:center}.newsletter-cta.newsletter-cta--alternative .newsletter-cta__image{max-width:88px}.newsletter-cta.newsletter-cta--alternative .newsletter-cta__subtitle{display:none}.newsletter-cta.newsletter-cta--alternative .newsletter-cta__title{padding-top:8px;padding-bottom:16px}@media screen and (min-width: 600px){.newsletter-cta.newsletter-cta--alternative .newsletter-cta__image{max-width:96px}}@media screen and (min-width: 940px){.newsletter-cta.newsletter-cta--alternative .newsletter-cta__wrapper{padding-top:28px;padding-bottom:36px}.newsletter-cta.newsletter-cta--alternative .newsletter-cta__image{max-width:104px}.newsletter-cta.newsletter-cta--alternative .newsletter-cta__title{margin-top:16px;margin-bottom:20px}}.newsletter-cta.newsletter-cta--inline .newsletter-cta__background{border:1px solid #000;border-radius:6px;text-align:center}.newsletter-cta.newsletter-cta--inline .newsletter-cta__wrapper{padding:24px;display:flex;flex-direction:column;align-items:center}.newsletter-cta.newsletter-cta--inline .newsletter-cta__image{max-width:48px}.newsletter-cta.newsletter-cta--inline .newsletter-cta__subtitle{display:none}.newsletter-cta.newsletter-cta--inline .newsletter-cta__title{margin-top:8px;margin-bottom:16px}@media screen and (min-width: 600px){.newsletter-cta.newsletter-cta--inline .newsletter-cta__image{max-width:64px}}@media screen and (min-width: 940px){.newsletter-cta.newsletter-cta--inline .newsletter-cta__wrapper{padding-top:32px;padding-bottom:40px}.newsletter-cta.newsletter-cta--inline .newsletter-cta__image{max-width:80px}.newsletter-cta.newsletter-cta--inline .newsletter-cta__title{margin-top:16px;margin-bottom:24px}}.newsletter-registration{display:flex;align-items:center}.newsletter-registration.newsletter-registration--with-border{padding:16px;border:3px solid #e8e8e8;border-radius:3px}.newsletter-registration__text a{-webkit-text-decoration:underline;text-decoration:underline}.newsletter-registration__image{display:none}@media screen and (min-width: 600px){.newsletter-registration__text,
  .newsletter-registration__text > a,
  .newsletter-registration__spam{font-size:14px;line-height:22px;letter-spacing:-0.11px}.newsletter-registration__image{display:block;width:48px;height:48px;margin-left:16px;flex-shrink:0}}@media screen and (min-width: 940px){.newsletter-registration__image{width:56px;height:56px;margin-left:32px}}.fx-content-checkout{margin-top:16px;margin-bottom:64px}@media screen and (min-width: 600px){.fx-content-checkout{margin-top:24px;margin-bottom:120px}}.fx-content-checkout .login-buttons{display:flex;flex-direction:column;justify-content:space-between;margin-top:16px}.fx-content-checkout .login-buttons .login-buttons__sign-in,
.fx-content-checkout .login-buttons .login-buttons__continue-as-guest{max-width:none;width:100%}.fx-content-checkout .login-buttons .login-buttons__sign-in{margin:0}.fx-content-checkout .login-buttons .login-buttons__continue-as-guest{margin:0}.fx-content-checkout .login-buttons__login-reset{display:flex;flex-direction:column;text-align:center}.fx-content-checkout .login-buttons .login-buttons__reset-button{margin:8px 0 0;padding-top:0;text-align:center}@media screen and (min-width: 600px){.fx-content-checkout .login-buttons{flex-direction:row}.fx-content-checkout .login-buttons__sign-in,
  .fx-content-checkout .login-buttons__continue-as-guest{max-width:none;width:calc(50% - 16px)}.fx-content-checkout .login-buttons .login-buttons__sign-in{margin:0 16px 0 0}}.fx-content-checkout .login-password-reset{display:flex;align-items:center;flex-direction:column;margin:8px 0}.fx-content-checkout .login-password-reset.login-password-reset--align-left{align-items:flex-start}.fx-content-checkout .login-password-reset .login-password-reset__button[class]{margin-left:0}.fx-content-checkout .login-password-reset .login-password-reset__form{display:flex;flex-direction:row;justify-content:space-between;flex-wrap:wrap;gap:8px;margin:16px 0;width:100%}.fx-content-checkout .login-password-reset .login-password-reset__form .login-password-reset__button{flex:1 1 100%}@media screen and (min-width: 600px){.fx-content-checkout .login-password-reset{align-items:flex-start}.fx-content-checkout .login-password-reset .login-password-reset__form{gap:16px}.fx-content-checkout .login-password-reset .login-password-reset__form .login-password-reset__button{flex:1 1 0}}.fx-content-checkout .express-payment{margin:0}.fx-content-checkout .express-payment .express-accordion-element{position:relative;display:flex;justify-content:space-between;align-items:center;padding-right:34px;border-bottom:1px solid #b4b4b4}.fx-content-checkout .express-payment .express-accordion-element__image{position:absolute;right:0;top:50%;transform:translateY(-50%);max-height:24px}.fx-content-checkout .express-payment .express-accordion-element:hover{cursor:pointer;color:#7e00f3}.fx-content-checkout .express-payment .express-accordion-element:first-child{border-top:1px solid #b4b4b4}@media screen and (min-width: 600px){.fx-content-checkout .express-payment .express-accordion-element__image{max-height:28px}}@media screen and (min-width: 940px){.fx-content-checkout .express-payment .express-accordion-element{border-bottom:1px solid #e8e8e8}.fx-content-checkout .express-payment .express-accordion-element:first-child{border-top:1px solid #e8e8e8}.fx-content-checkout .express-payment .express-accordion-element:last-child{border-bottom:1px solid #e8e8e8}}@media screen and (min-width: 940px){.fx-content-checkout .login-step[class].login-step{grid-column:3/span 8}}@media screen and (min-width: 1150px){.fx-content-checkout .login-step[class].login-step{grid-column:4/span 6}}.fx-content-checkout .vatnumber{visibility:hidden;max-height:0}.fx-content-checkout .vatnumber.vatnumber--animated{opacity:0;transition:visibility,opacity,max-height;transition-duration:0.3s,0.3s,0.3s;transition-delay:0s,0s,0.3s;transition-timing-function:ease-in-out}.fx-content-checkout .vatnumber.vatnumber--visible{visibility:visible;max-height:80px}.fx-content-checkout .vatnumber.vatnumber--visible.vatnumber--animated{opacity:1}.fx-content-checkout .fx-input-phonenumber__inputs-wrapper{display:flex;flex-direction:row;align-items:start}.fx-content-checkout .fx-input-phonenumber__country{flex-grow:0;flex-shrink:0;width:110px;margin-top:0;border-top-right-radius:0;border-bottom-right-radius:0;border-right:none}.fx-content-checkout .fx-input-phonenumber__field-inner{border-top-left-radius:0;border-bottom-left-radius:0}.fx-content-checkout .fx-input-phonenumber__field{margin-top:0}.fx-content-checkout .fx-input-phonenumber__field-wrapper{flex-grow:1}.fx-content-checkout .fx-input-phonenumber__field-wrapper .fx-input-phonenumber__info{display:none}.fx-content-checkout .fx-input-phonenumber__country{width:80px;padding-right:6px}.fx-content-checkout .fx-input-phonenumber .fx-country-select__image{display:none}@media screen and (min-width: 600px){.fx-content-checkout .fx-input-phonenumber__country{width:130px;padding-right:12px}.fx-content-checkout .fx-input-phonenumber .fx-country-select__image{display:block}}.fx-content-checkout .country-address-disabled-hint{position:relative;top:8px}.fx-content-checkout .address-book-container{padding-top:16px}.fx-content-checkout .address-book-container .address-book{height:100%;max-height:380px;overflow-x:hidden;overflow-y:auto}.fx-content-checkout .address-book-container .address-book .address-book-entry{position:relative}.fx-content-checkout .address-book-container .address-book .address-book-entry .use-address-button{margin-top:16px;margin-bottom:16px;width:100%}@media screen and (min-width: 600px){.fx-content-checkout .address-book-container .address-book .address-book-entry .use-address-button{position:absolute;width:auto;top:50%;transform:translate(0px,-50%);margin:0;right:0}}.fx-content-checkout .packstation .tabs{margin-top:16px}.fx-content-checkout .packstation .packstation-results-container{padding-top:16px}.fx-content-checkout .packstation .packstation-results-container .packstation-results{height:100%;max-height:380px;overflow-x:hidden;overflow-y:auto}.fx-content-checkout .packstation .packstation-results-container .packstation-results .packstation-result{position:relative;cursor:pointer}.fx-content-checkout .billing-address-form{margin-bottom:16px}.fx-content-checkout .shipping-address-form .tabs{margin-left:-16px}.fx-content-checkout .shipping-option__label > div:first-child{width:100%}.fx-content-checkout .shipping-option__content{display:flex;justify-content:space-between;flex-wrap:wrap}.fx-content-checkout .shipping-option__logo-content{display:flex;justify-content:space-between;gap:8px}.fx-content-checkout .shipping-option__estimation-content{width:100%}.fx-content-checkout .shipping-option__carrier-logo{width:32px;height:24px;border:1px solid #e8e8e8;padding:2px 4px;border-radius:4px}.fx-content-checkout .shipping-option__carrier-image{width:100%;height:100%;object-fit:contain}.fx-content-checkout .shipping-option__price{white-space:nowrap}.fx-content-checkout .shipping-option__delivery-at,
.fx-content-checkout .shipping-option__date{display:inline}@media screen and (min-width: 600px){.fx-content-checkout .shipping-option__price{margin-top:0;flex-basis:auto}}.fx-content-checkout .payment-selection{padding:24px 0;border-top:1px solid #e8e8e8;border-bottom:1px solid #e8e8e8}.fx-content-checkout .payment-selection .payment-method{margin-bottom:24px}.fx-content-checkout .payment-selection .payment-method:last-of-type{margin-bottom:0}.fx-content-checkout .payment-selection .payment-method .payment-method__radio-content{display:flex;align-items:center}.fx-content-checkout .payment-selection .payment-method .payment-method__radio-content .payment-method__label{margin-right:4px}.fx-content-checkout .payment-selection .payment-method .payment-method__img-container{border-radius:4px;border:1px solid #e8e8e8;padding:2px 4px;margin-left:4px;overflow:hidden}.fx-content-checkout .payment-selection .payment-method .payment-method__img-container .payment-method__image{height:20px;width:24px}.fx-content-checkout .payment-selection .payment-method__content{margin-left:40px;padding-left:8px}@media screen and (min-width: 940px){.fx-content-checkout .payment-selection .payment-method{margin-bottom:32px}}.fx-content-checkout .summary{margin-bottom:24px}.fx-content-checkout .summary .summary-product{display:flex;margin-top:4px;border-top:1px solid #f3f3f3}.fx-content-checkout .summary .summary-product__price{white-space:nowrap}.fx-content-checkout .summary .summary-product:first-child{margin-top:0}.fx-content-checkout .summary .summary-product__availability{margin-right:8px}.fx-content-checkout .summary .summary-product .summary-product-name{float:left}.fx-content-checkout .summary .summary-block{padding:8px 0 16px;border-top:1px solid #b4b4b4}.fx-content-checkout .summary .summary-block .position-price,
.fx-content-checkout .summary .summary-block .total-price{white-space:nowrap}.fx-content-checkout .summary .summary-block .position-price .summary-product__price--primary,
.fx-content-checkout .summary .summary-block .total-price .summary-product__price--primary{margin-left:16px}.fx-content-checkout .summary .summary-block .summary-edit-button{margin:0}.fx-content-checkout .summary .summary-block-content .voucher{display:flex;align-items:center}.fx-content-checkout .summary .summary-block-content:last-of-type{margin-bottom:0}.fx-content-checkout .summary .summary-block-content .voucher-number{font-size:14px;color:#8a8a8a}.fx-content-checkout .summary .summary-block-content .order-prices-total{margin-top:16px;margin-bottom:24px}.fx-content-checkout .summary .summary-block-content .order-prices-total .vat-hint{font-size:14px;color:#8a8a8a}.fx-content-checkout .summary .summary-block-content .order-prices-total__price{align-items:baseline}.fx-content-checkout .summary .summary-product-image-wrapper{display:flex;justify-content:center;flex:0 0 auto;align-items:center;background-color:#f3f3f3;width:56px;height:56px;margin-right:8px;margin-bottom:8px}.fx-content-checkout .summary .summary-product-image-wrapper .summary-product-image{padding:2px;mix-blend-mode:multiply}.fx-content-checkout .summary .summary-product-content{flex:1 1 100%;padding:4px 0;display:flex;flex-direction:column;justify-content:space-evenly}.fx-content-checkout .summary .summary-product-subline{display:flex;align-items:flex-end;justify-content:space-between;flex-wrap:wrap;margin-top:4px;width:100%}.fx-content-checkout .summary .summary-block-content-payment{display:flex;align-items:center}.fx-content-checkout .summary .summary-block-content-payment .payment-method__list{display:flex;flex-wrap:wrap;gap:4px}.fx-content-checkout .summary .summary-block-content-payment .payment-method__label{font-size:16px;margin-right:16px}.fx-content-checkout .summary .summary-block-content-payment .payment-method__img-container{border-radius:4px;border:1px solid #e8e8e8;padding:2px 4px;overflow:hidden;line-height:0}.fx-content-checkout .summary .summary-block-content-payment .payment-method__img-container .payment-method__image{height:20px;width:24px}.fx-content-checkout .summary .summary-payment-description{margin-top:16px}.fx-content-checkout .summary .order-container .collapsible{overflow:hidden;transition:height 0.3s ease-in-out}.fx-content-checkout .summary .order-container .positions .padded{padding-bottom:24px}.fx-content-checkout .summary .order-container .gradient{width:100%;height:40px;background:#ffffff;background:linear-gradient(0deg,#ffffff 0%,rgba(255,255,255,0) 100%);transform:translateY(-100%)}.fx-content-checkout .summary .order-container .toggle-button{text-align:center}.fx-content-checkout .summary .order-container .toggle-button .plus{margin-right:16px}.fx-content-checkout .summary .basket-merge-notification{padding:0 16px}@media screen and (min-width: 600px){.fx-content-checkout .summary .summary-product-image-wrapper{width:72px;height:72px;margin-right:24px}.fx-content-checkout .summary .summary-product-subline{margin-top:8px}}@media screen and (min-width: 940px){.fx-content-checkout .summary .summary-block{padding:16px 0 24px}.fx-content-checkout .summary-shipping-tooltip{width:480px}}.fx-content-checkout .summary-options{background-color:#f3f3f3;padding:24px;margin:24px 0 0 0}.fx-content-checkout .summary-options__title{margin:0 0 16px 0}.fx-content-checkout .summary-options__electronicreturn li{line-height:inherit}.fx-content-checkout .summary-options__electronicreturn .electronic-return-success{color:#00b27d;margin-top:16px;font-size:14px}.fx-content-checkout .summary-options__electronicreturn .electronic-return-qualified-label{margin-bottom:24px}.fx-content-checkout .summary-options__electronicreturn .electronic-return-checkbox{margin-top:24px}.fx-content-checkout .summary-options .summary-options-input__no-margin{margin:0}.fx-content-checkout .summary-options .summary-options-accordion{margin:0}.fx-content-checkout .error-image{height:128px;width:115px}.fx-content-checkout .error-headline{max-width:400px;margin-left:auto;margin-right:auto}.fx-content-checkout .buttons{display:flex;align-items:center;justify-content:center;flex-direction:column;gap:8px}.fx-content-checkout .buttons__item{width:100%;max-width:340px}@media screen and (min-width: 600px){.fx-content-checkout .error-headline{max-width:500px}.fx-content-checkout .error-image{width:180px;height:200px}}@media screen and (min-width: 760px){.fx-content-checkout .buttons{flex-direction:row;gap:16px}}@media screen and (min-width: 940px){.fx-content-checkout .error-headline{max-width:700px}}.fx-content-checkout .legal a{-webkit-text-decoration:underline;text-decoration:underline}.fx-content-checkout .checkout-stepper{display:flex;flex-direction:row}.fx-content-checkout .checkout-stepper .stepper-step{display:flex;position:relative;flex-direction:column;align-items:center}.fx-content-checkout .checkout-stepper .stepper-step__text{display:none;color:#8a8a8a;margin-bottom:8px;position:absolute;top:-32px;white-space:nowrap}.fx-content-checkout .checkout-stepper .stepper-step__icon{width:40px;height:40px;flex:0 0 auto}.fx-content-checkout .checkout-stepper .stepper-step--done .stepper-step__text,
.fx-content-checkout .checkout-stepper .stepper-step--active .stepper-step__text{color:#0db5c9}.fx-content-checkout .checkout-stepper .stepper-step .stepper-step__button{background:transparent;border:0;line-height:0}.fx-content-checkout .checkout-stepper .stepper-line{flex:1 1 auto;display:flex;justify-content:center;align-items:center;padding:8px}.fx-content-checkout .checkout-stepper .stepper-line__item{height:1px;width:100%;background:#b4b4b4}.fx-content-checkout .checkout-stepper .stepper-line--active .stepper-line__item{background:#0db5c9}@media screen and (min-width: 600px){.fx-content-checkout .checkout-stepper{margin-top:32px}.fx-content-checkout .checkout-stepper .stepper-step__text{display:block}.fx-content-checkout .checkout-stepper .stepper-line{padding:16px}}.fx-content-checkout .step-control{display:flex;align-items:center;flex-direction:column;margin-bottom:16px}.fx-content-checkout .step-control__button{width:100%}@media screen and (min-width: 600px){.fx-content-checkout .step-control{margin-bottom:24px}.fx-content-checkout .step-control__button{width:auto;min-width:224px}}.fx-content-checkout .checkout-container{opacity:1;transition:opacity 0.5s 0.3s linear;pointer-events:all}.fx-content-checkout .checkout-container.checkout-content-hidden{opacity:0;pointer-events:none}.fx-content-checkout .radio-label-error:before{border-color:#e64155}.fx-content-thank-you .order-position{display:flex;flex-direction:row;gap:8px;margin-bottom:16px}.fx-content-thank-you .order-position__order-line{padding-right:8px}.fx-content-thank-you .order-position__image-wrapper{display:flex;flex:0 0 auto;justify-content:center;align-items:center;background:#f3f3f3;width:64px;height:64px;text-align:center;padding:8px}.fx-content-thank-you .order-position__image-wrapper .order-position__image{max-width:80%;margin:0 auto;mix-blend-mode:multiply}.fx-content-thank-you .order-position__content{display:flex;flex-direction:column;justify-content:center;width:100%}.fx-content-thank-you .order-position__price{font-weight:700;white-space:nowrap;text-align:right}@media screen and (min-width: 600px){.fx-content-thank-you .order-position{gap:16px}.fx-content-thank-you .order-position__image-wrapper{width:74px;height:74px}.fx-content-thank-you .order-position__content{flex-direction:row;align-items:center;justify-content:space-between}}.fx-content-thank-you .thank-you-header{position:relative;padding-top:32px;display:flex;flex-direction:column;align-items:center;padding-left:24px;padding-right:24px}.fx-content-thank-you .thank-you-header:after{content:'';position:absolute;top:0;left:0;width:100%;height:calc(100% + 80px);z-index:-2;background:linear-gradient(to bottom,rgba(255,255,255,0),#fff),linear-gradient(256deg,#7de2fc,#b9b6e5)}.fx-content-thank-you .thank-you-header__subtitle{max-width:936px}.fx-content-thank-you .thank-you-header__icon{width:64px;height:64px}.fx-content-thank-you .thank-you-header__icon-icon{width:100%;height:100%}.fx-content-thank-you .thank-you-header__buttons{display:flex;flex-direction:column;justify-items:center;align-items:center;gap:8px}.fx-content-thank-you .thank-you-header .shipping-estimation .date{color:#008291}@media screen and (min-width: 600px){.fx-content-thank-you .thank-you-header{padding-left:32px;padding-right:32px}.fx-content-thank-you .thank-you-header__icon{width:72px;height:72px}.fx-content-thank-you .thank-you-header__buttons{flex-direction:row}}@media screen and (min-width: 940px){.fx-content-thank-you .thank-you-header{padding-left:40px;padding-right:40px}.fx-content-thank-you .thank-you-header__icon{width:80px;height:80px}}.fx-content-thank-you .order-summary .order-divider-line{background:#000;height:1px;border:none;width:40%;max-width:240px;margin-left:0;margin-bottom:16px;margin-top:16px}@media screen and (min-width: 940px){.fx-content-thank-you .order-summary .order-divider-line{margin-bottom:24px;margin-top:24px}}.fx-content-thank-you .order-summary .order-detail{display:flex;flex-direction:row;gap:8px;align-items:center;margin-bottom:16px}.fx-content-thank-you .order-summary .order-detail__title{color:#4b4b4b}.fx-content-thank-you .order-summary .order-detail__text{color:#000}.fx-content-thank-you .order-summary .order-detail__meta-text{margin:0}@media screen and (min-width: 600px){.fx-content-thank-you .order-summary .order-detail{gap:16px}}@media screen and (min-width: 940px){.fx-content-thank-you .order-summary .order-detail{margin-bottom:24px}.fx-content-thank-you .order-summary .order-detail__icon{width:40px;height:40px}.fx-content-thank-you .order-summary .order-detail__icon-address{width:100%;height:100%}}.fx-content-thank-you .order-summary .help-and-secure{display:flex;flex-direction:column;gap:16px}.fx-content-thank-you .order-summary .help-and-secure__title{margin-bottom:8px}.fx-content-thank-you .order-summary .help-and-secure .icon-text{display:flex;align-items:center;padding:6px 0;gap:6px}@media screen and (min-width: 600px){.fx-content-thank-you .order-summary .help-and-secure{flex-direction:row;gap:48px}.fx-content-thank-you .order-summary .help-and-secure .icon-text{gap:8px;padding:10px 0}.fx-content-thank-you .order-summary .help-and-secure .icon-text__icon{width:20px;height:20px}}@media screen and (min-width: 940px){.fx-content-thank-you .order-summary .help-and-secure .icon-text__icon{width:24px;height:24px}}.fx-content-thank-you .order-summary .newsletter{display:flex;gap:16px}.fx-content-thank-you .order-summary .newsletter__image{flex:0 0 auto;width:64px;height:64px}.fx-content-thank-you .order-summary .newsletter__text{margin-bottom:12px}@media screen and (min-width: 600px){.fx-content-thank-you .order-summary .newsletter__content{display:flex;align-items:center;gap:24px}.fx-content-thank-you .order-summary .newsletter__texts{flex:1 1 auto}.fx-content-thank-you .order-summary .newsletter__text{margin-bottom:0}.fx-content-thank-you .order-summary .newsletter__cta{flex:0 0 auto}}.fx-content-thank-you .order-summary .mobile-notification__phone-number{margin-bottom:16px}.fx-content-thank-you .order-summary .mobile-notification__button{width:100%;max-width:480px}.fx-content-thank-you .order-summary__top{order:1}.fx-content-thank-you .order-summary__bottom{order:2}@media screen and (min-width: 940px){.fx-content-thank-you .order-summary__top{order:2}.fx-content-thank-you .order-summary__bottom{order:1}}.fx-content-thank-you .order-box{border:1px solid #000;border-radius:6px;background:#fff}.fx-content-thank-you .order-box .order-line{border-top:1px solid #e8e8e8}.fx-content-thank-you .order-box .order-line.order-line--dark{border-top:1px solid #000;margin-bottom:16px}@media screen and (min-width: 940px){.fx-content-thank-you .order-box .order-line.order-line--dark{margin-bottom:24px}}.fx-content-thank-you .order-box .order-total{display:flex;justify-content:end;align-items:center;flex-direction:row;flex-wrap:wrap-reverse;gap:8px}.fx-content-thank-you .order-box .order-total__filler{flex:1 1 auto}.fx-content-thank-you .order-box .order-total__price{flex:0 0 auto;text-align:right}.fx-content-thank-you .order-box .order-total__headline{white-space:nowrap}.fx-content-thank-you .order-box .order-total .print{flex:0 0 auto;white-space:nowrap}.fx-content-thank-you .order-box .order-total .print__icon{display:flex}.fx-content-thank-you .order-box .order-total .print__button{margin:0;display:none}@media screen and (min-width: 600px){.fx-content-thank-you .order-box .order-total .print__icon{display:none}.fx-content-thank-you .order-box .order-total .print__button{display:inline-flex}}@media screen and (min-width: 940px){.fx-content-thank-you .order-box .order-total .print__icon{display:flex}.fx-content-thank-you .order-box .order-total .print__button{display:none}}@media screen and (min-width: 1150px){.fx-content-thank-you .order-box .order-total .print__icon{display:none}.fx-content-thank-you .order-box .order-total .print__button{display:inline-flex}}.fx-content-thank-you .order-box .order-line-price{margin-top:16px}.fx-content-thank-you .order-box .order-line-divider{border-top:1px solid #000;margin-top:16px;margin-bottom:16px}.fx-content-thank-you .order-box__top{padding:16px}.fx-content-thank-you .order-box__headline{margin-bottom:16px}.fx-content-thank-you .order-box__electronic-return{margin-bottom:24px}.fx-content-thank-you .order-box .mobile-notification .phonenumber{margin-bottom:16px}.fx-content-thank-you .order-box .order-container .collapsible{overflow:hidden;transition:height 0.3s ease-in-out}.fx-content-thank-you .order-box .order-container .positions .padded{padding-bottom:24px}.fx-content-thank-you .order-box .order-container .gradient{width:100%;height:40px;background:#ffffff;background:linear-gradient(0deg,#ffffff 0%,rgba(255,255,255,0) 100%);transform:translateY(-100%)}.fx-content-thank-you .order-box .order-container .toggle-button{text-align:center}.fx-content-thank-you .order-box .order-container .toggle-button .plus{margin-right:16px}.fx-content-thank-you .order-box .voucher-number-thankyou{font-size:14px;color:#8a8a8a}@media screen and (min-width: 600px){.fx-content-thank-you .order-box__top{padding:24px 24px 16px}}@media screen and (min-width: 940px){.fx-content-thank-you .order-box__top{padding:24px}.fx-content-thank-you .order-box__headline{margin-bottom:24px}}@media print{.fx-content-thank-you .thank-you-header,
  .fx-content-thank-you .order-detail,
  .fx-content-thank-you .thank-you-more,
  .fx-content-thank-you .thank-you-socials,
  .fx-content-thank-you .fx-visit-us,
  .fx-content-thank-you .thank-you-another-coupon,
  .fx-content-thank-you .thank-you-share-voucher{display:none}}.fx-content-thank-you .print-order{display:none}@media print{.fx-content-thank-you .print-order{display:grid}}.fx-content-thank-you .print-order__headline{padding-bottom:8px;border-bottom:1px solid #e8e8e8}.fx-content-thank-you .print-order .print-table{width:100%;border:none}.fx-content-thank-you .print-order .print-order-line.print-order-line--shipping .print-order-line__left,
.fx-content-thank-you .print-order .print-order-line.print-order-line--shipping .print-order-line__right{padding-bottom:8px}.fx-content-thank-you .print-order .print-order-line.print-order-line--total{border-top:1px solid #e8e8e8}.fx-content-thank-you .print-order .print-order-line.print-order-line--total .print-order-line__left,
.fx-content-thank-you .print-order .print-order-line.print-order-line--total .print-order-line__right{padding-top:16px}.fx-content-thank-you .print-order .print-order-line__left{padding-bottom:16px}.fx-content-thank-you .print-order .print-order-line__right{text-align:right;vertical-align:top;font-weight:700;padding-bottom:16px}.fx-content-thank-you .print-order .print-order-line__price-primary{font-weight:700}.fx-content-thank-you .thank-you-socials{text-align:center}.fx-content-thank-you .thank-you-socials__social-icons{justify-content:center}.fx-content-thank-you .thank-you-socials__items{margin:0 8px;padding-top:0;padding-bottom:0}.fx-content-thank-you .thank-you-socials .thank-you-socials__icons{height:32px;width:32px}@media screen and (min-width: 600px){.fx-content-thank-you .thank-you-socials__items{margin:0 16px}.fx-content-thank-you .thank-you-socials .thank-you-socials__icons{height:40px;width:40px}}.fx-content-thank-you .thank-you-more{padding-top:64px}.fx-content-thank-you .thank-you-more__logo-header{margin-bottom:24px}.fx-content-thank-you .thank-you-more__teasers{display:flex;flex-direction:column}.fx-content-thank-you .thank-you-more__desktop-image{display:none}@media screen and (min-width: 600px){.fx-content-thank-you .thank-you-more__logo-header{margin-bottom:40px}.fx-content-thank-you .thank-you-more__desktop-image{display:block}.fx-content-thank-you .thank-you-more__mobile-image{display:none}}@media screen and (min-width: 940px){.fx-content-thank-you .thank-you-more__logo-header{margin-bottom:64px}}.fx-content-thank-you .media-grid:not(:last-child){margin-bottom:40px}.fx-content-thank-you .media-grid__header{margin-bottom:24px}.fx-content-thank-you .media-grid__icons{height:16px}.fx-content-thank-you .media-grid__wrapper{margin-bottom:8px}@media screen and (min-width: 600px){.fx-content-thank-you .media-grid:not(:last-child){margin-bottom:72px}.fx-content-thank-you .media-grid__icons{height:24px}}@media screen and (min-width: 940px){.fx-content-thank-you .media-grid:not(:last-child){margin-bottom:80px}.fx-content-thank-you .media-grid__header{margin-bottom:40px}.fx-content-thank-you .media-grid__wrapper{margin-bottom:16px}}.media-ddiv{position:relative;display:block;border-radius:8px;margin:40px 0;background:linear-gradient(118deg,#c7c6c7,#c7c6c7 58px,#d9d8d9 58px,#d9d8d9 115px,#eaeaea 115px,#eaeaea 173px,#f4f4f4 173px)}.media-ddiv::before{content:'';position:absolute;display:block;top:0;left:0;right:0;height:8px;width:100%;border-top-left-radius:8px;border-top-right-radius:8px;background:linear-gradient(to bottom,#c7c6c7,#c7c6c7 50%,transparent 50%,transparent)}.media-ddiv .ddiv-overlay{display:block;padding:16px;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAABkCAYAAABw4pVUAAAgAElEQVR4nK19eVwO3fv/2xhjjDHllqRCtux7CkUKEdmSlGzJGokWolJESGgRIqTQImSLNgnZshORfZd93/n9MR9nnnlmiuf7+p2/7nvmLNd+zrnOdZ0BADS2vUjhX+VT2jwaADKjDjAAYORhJgDAhOp72PRAS/bf9VdsD6Yzi1txbtavhH+/+12WTTaRjZOdeZb//bvQrhb3z3eVJ2ymAeBzhgP9fkke8/u5W12atFnoX5nA0SawiLRf4N/S8PfvuL7dmGFdPWR9/7skDgomMFcaNJC9PL465R3STACAnaVhpO3iOgXCxLPdFLh7nX/MAcBDV5rW+95GhuPQxM5l0kO1ZESd1vn9e1RnD8rlgZ02AOQ/mMIxV/R4ABiacZIQoabVBv15btVZAKj5oTsDAIeNzZg+Wea0U0eKBgC/iytYACjwYBXAA0A0Z8EDQIS3oQYAUnYc4v9dZ3OECe8+8TQPAP0zulMA0Pl7jgzZoi1ahFELTh5g0chLIVgAcM/mIQMA6wfPVhDnZX5j+vdvwwP1qXRLG83v/yajT8rgmjLWQvf3b/3RU4WiPesJftld3ytw+Nti+nLXn5kWVSGDAYBJi65ya1Mq03+q37J1hs4//5tdEahJBodpryc2ev98zj0eywBAu4L9ugAw0kfDU0+eUwDw1meWjKDrKySzwQNnyfq1nzqaAYA2s7+WK/UAYN+1haxOu+/rFW1u1molBJvNI8Q0CB1LXWoySpWxZZWzc+04AKhkqc8CgHtoI9I+MihclVENWkFG0yWzDdSZsiNxA5E66lEEDQBa5gu5MC0rDgD0wkbRt5reEAAgNNRahuDJaQv01859wrCLG9G991qSAXpMr88BgGPcQvLs+gkr8nvc4XTSj8XSztrV2m0k/x/WOUGk8t9lX2FHGeFuV3BictZtoADg/IpQBfHXHy6kunnWERziH1PWI3/yxe99eQCYtdhS8K+wl/VMbEhwP5SRp/Pv9gCw90GJqiBU0+5MtCXral8eAKp10ifPwtuP16i1+126ho8XcTHuupUBgJZcAZMy6LRQ27mTDMlWrarJOGf+cDx5nxVuRgZx+BJJ6mX49+TWbqynilDTXU0YteekrWmC9j//B23p8EftDB7UnRDpfAZTbv9qZXl7bxnOM55Nozv1PM0CwFbNIwEAlnT1lPUbvtNCRuBD5reFpqE72L1vowQAqOBRQfhm95QBgGP3ctjkrRUVGpA14pgOALwpyeIB4ELFLQx2NrSkMlrr8gDQ0m0ffcV0mkLFbg4cRAGAYZ1u9KgzZziD3auFlBGssLHGOzKIAXuVIHXTYIXMTDX23SojqtmSq4SAPakLqiptkt+WAwD/mWON3GJHN9jDGSkYc8e2uSrTL2Z3UJ27fpcvFbNYAMi8l68DACeGDCL1vzWfwjYc2Yx6HzX9j4zVGiAx6Uqle0Jwz0t6E5Md9H/G1BYAYE7MZxoA1u0bRwNAh7av6XXHu3IA0HFvAcF7aZOFyrHWem6RIbw3fzD76UVPGVedi2//0W7/LiVtlqsS5dXUX8L8qhO0Dxbn/tXqY1GMMQG8dPVrbvHYYwTOzRaLKAAY+HGztlpbo3NuPADMfTKfAoCwmy9Ivei648j4cXd2cwDQbfcJGQ2WB7ymAIA724BrbmNG9Z3tQU+ubF/u/EJXacYCwOO9BhwAOGVly+jgWMWRHVG1tSqzv3n4Cxi02EYmZbnONwhQ+VG2HAAIEXGqjPC/Ek+ef/d4ywCA56YFOrfnd+RWttzAN9lvLESmORGAqjfZ+keGBvYeRo+zmWWk9u7WHE7BRIPiwDIl+eqYQ+WaO9rsPAMAMR3OGB6unkXt6TWYjmw1tFyCLxswX2aq3G8+K3MMs8Q0Ve3f7KKl5zJ+M8Hl16bDAgBk9G5U9kotZUU6eVkcPpD+4lFCN1xXgzxLnHBRp/D7cgEAggfuJESZx71lHy0+owDy3Lzhwn73rnxAm6Uyplz++lxGgAGuoxWadazAVWT2oHhuYN+JhtX8lgkA0PV+7zIZXOOyoaoGDptrTQNAjeqNKQDosbOIZdc8YgecukQIvW9/apmEyepxhcfjQA4ADN6+oABgwqpchVCY634XTBKbaLwtWzAtUiMV730OHGcAQKfFD6UArF22nQCf9bEPAwB1Pl8pV1IWnWohMxMtlwsCAAx4ul8VmdkhmwlQLRx45sP8awogHdqvr/v5U1vCTNvlzwUAWDNF3PS1u2XOAcD5g6/YA4NdhYNZrCpDNkROYgDgduJmFgBG19/J2m+8rn3JsT4NAK2GnpUJzNGZkmQ6RseT3yn2HsaRQ2fR+uGGdMfr2xRj+TTtwgsrFlCD/T4RXNLtF5apMae2OpG+2/inSfu/yV5cTF+n/7TURt/3FZmQ82+pBgkRBDAXuyL+hecEWUcWj15zADBsmr0OAEw6LRGt8MYl+kyouEnTX9tcu35GX5k29Enj+ThvaVX3w34rDwC1wo6xKXevyRD1O3eQMyp9JwTNbUinH9JVRabRZF8uIG23jPFU1kLmWEpHBgDeZTrQdi1pRdsJST30y6eGejnYaCKd12ATwemEibmqOV19sKdewaeOhC7hQ7+zHn2Xarc0dhUZlj7yOc17NeYAQCskmwGAU0vMCAF6T6tOiGRcxUB1sn651ERc4q3tpTAVs27lkWd1J79gAKBSt4hyV0L/LBuTVxNp2rzaudwd8YaKx7h72ttU+3598rWi7ffLtdmxPWJkzDZ5VbdMaX3AbSLvdhmbUwDwaXK8on7c69nsLNtmBO/Zk4fLNGzRvJ4aAGgc+lROLx1uMBdy8HmZmy8AON3p6x+XgO5NvcpU1ZPGlzgA2L9Xo6izwartf/P1lFO8NZMVZqX78E0Et4d5gWyk93oaAFpsTOABYK9rFcbXyEcAAFO0FOfEwlQhIdVRFwD2DWuqytxb3Ub+5/3O7+ICU3ZCIyt1erna+5AX+1tM5QCgReI8Wv+CHQsAYW5+ZE9Rv/kyGRAbP16QdXq14UlVIIdExbHfvOVStNPpNVXXJY0CgJoam7/WFjL2idP6v2pXUGVmP0txNVYhJ4/02+5mxTIXACZN6lMAMHzzOa7Ls6aKJbRv1FHZODubfZdp2toK34Us49wyNXdpeGOBvjVPVetmhwwkNKzbR+nTQ7/l8nV2XqMJHADcHXNRAID7hp7cOtshuvdT6ykQvO4fWO6y1t93RrmE3169FWu/vRUPAKu6rKGvndujWr/TRlvC+MqZxVSFNcvpvfTmcifFA8mhuvte6zMA4L+jiaLfapyRov3RS22EaYsv8292vlDgdeZcn3JN5/rSx+ycK5K/yjP6CPmd/GOtYvyBtk7iGKX1FjAAQEcFCmt11xJEx2+u/Fem5IhOE77aw3YEmc0lelwHStxoaUFbdAks6q26cftdTn+1FQDARMuGA4CwzWna3IzB/HS9nYQQZyKbkDE2bYhWwNZek08Q7jcvmhBrYKtJfFGiDz+55Uf6h47oJuq+f4QuAKzYv0hGmIRb28rE2WZxCtf3+DBdADh6PIq//qGA3zVzIHX90wABACw7zzIuq22rknwKADJGyb3H7a75UQDg1UVDu8TcFPHLHN2NDbQwZWp0WCB4dZrAeho2I0R4dqFquRJ9LKEeDQCaH9vZ/CENyGA3Wu9VldalRa3YNW7+LADU712xzDln8pqZFPUoW9EHpZNIAUBp2ynskO+NuKkOG7jGnz/QALB1TbIQMCBY1OaqLRgAcKhaSHBpt3BTubjkaueyl3qKe4LGyZH0wUHPBfZMZLlacHNbP10A2Daw/x+F93GdHrK+kuZcFUZWqUgBQM83DrTrfn+ldRmUUSAAgM3XeBoA3i9NIUjkX0hWHXR+dQ0FACX7vNg5Q9fR0aXOdEzObWF27jtua1BNAQAMlucrEEutNZgAkHqulMb40TQAuC6Yzc2bN070Dg+MZgBguMtACgBC3OWqntKrhwYAJq4fwC1ss1GVeHZp7Sjm5S561c6VnO20wzwAxFfswgCASYSpquCk5y3inB6P5AAg6uYOfqbfeRoAeONKhAZTdRqS8Ya8OUMBwNNK7kLf1v6yPo/ftaFu226S0S64et2yPQgrTz6QTcT84ePU41Fyt3aFCmcUgCfUN6CNL94lA9V5u5YHgF1GgxgA2LfLWiegvh5Z4WzLaiEjWGDoGMIQK/4Jl2U0VLEgaBFQqHBZfwhapyrppXPHcgAQW82MA4D2eRvKdZu0MhcnZk+dI/z0CRV5a+4DazPgFwcAy11vydou7DOWBoDF4UE8AIwaZkvo0aNHPwYAAotKBAAIyDhe7oo1KlbdnbL87UUR/8i3V0iFk7ceq07KyZs2GKaspFgAWDqqDanTZ88LQsS6R9tyR+9OJIC6to9jN3YbKyNeh8YxDABkjZxKp+YcYQGgz8lqZPzz09/xAJBNVWKfO6whRIl5JHp6nzViVInsMMFewcy3YQncJENX/sWz9rzPkxwyxicukAKAH5pABWGWh51nASDyZg6/c5IH53i+Wrkm63dp5XhMt9IlT27X0bc0AEz07aBolzVepG2jKu9ZAGh6253QxuzbROr1ywrMhjarpbk2cNM6glTMk2+EsO8nHuMyHPZyAGA69CADALccLagnVY8qiGD1xogHgORz38uVTi8hh05w9/zjOt4xeAXZEB6vv4p6MiKMuWX8jB7ZTp9hhjeQtY/7asoBwPc5UQT2x8bryNn6+ZmddEdVFN1Ciw734xaP6cocC5jI9TL6RohnpC3On/sexhP4E+d3U/eJ3Z5KxvlUuF0Vl+9PDLmZBpI34r7PFVXtbtA6QWk69waIW/kbXb25Ho6iZFzW5BLA3pasUQUsv8IaFgAquh1XSMUmpjYLAPeyJioAGWwleQJ0A79zAFA/dyIb3rkTlcHWot6Yioc7Uyp0YgHA6U4aFex2iGin2ZXTzHPGkBDCp4KFjCinQ0XhyEhvzqVVt2IAwHbxBg0ArOydqptxaZ+CCDHz68r6mJ3LMwDwq8lJZq1XGn9Zz1+zZanomW3z2UuBb/eq42R9+joe0AGAXZ7JpK7zpgQGABosjKZ3Tw6Q0bRNrX/EIDh5Sgf2544VEsDudrLRDjzGUgnztgvZk2npUP/sCx4AJqxqQG2vXIE8bxyeTCV8vSc698yasTHXLxMgZ39Ko5bumskAwP5M0Pojl9Hf120lQM38MIzU9cobzLQa6a/fb5oBDQAGJefLXCUV9BX3SodrNhAAoFbMVgK/5TlnzWafPC6v6nV2yosJPABcc1OX6N9Fv5k7IaB/iLR3OhB4mwWApP1WBM7lrlNkRL0bu1hc5BhOpbLr2dNVTxXLxoq4+U7ByNkBUfoA4NDaTuzLuoobtau4GQMAEy1NaADQzuNUzQ57xkjw6+KuNy7UXG81HU0BQOu9Vjrav64KhsbCX+1dhj/M4gxeFrEAcHfeO+b0/gLhQFxwo5S0+gpCfdJ5z1+oNpX/SsVyAHDQbh7RkvXOfQhhInRqsgBA35xFA8CoiXXKPcP+Z4n6EE4BwIz0WXoAUKnOQD5j+GTZ5LxyTpCiPxv/JzKNGJ7WW9bm8LFj2u/pXmzaoG6s+cN4pjIdRPC7sPKZZk1uZx4ALib8YgEg5d5BDWLzZpJKA+69VBCkb3gdAQCuPzEjnF38tYMMkAtxSo/p5gXOwstCXW0AsPRdKwBAo6nJBODJ7a7Ri6KHcQCQHXVaVfrT/XbweZVvcnd6mvIA0KNnikxIQg+1lW04a4+ox+6bOJl4amdddRP4C9NZANCydpeNsWBIjqyvSNfD2gDA2IkhTpH5rUl9uxBfBV0eJ7gqFkDNVrqpal5gBT3y/PGCpmLgSEAuBQAHCrYTOGr7BnGwGtWPOcRrE4J6sL2FdsGN6PGLdggAsPrV9DJXGl8qnOEAwLD5XQoALl4Q/jhRj5vd8q/9Vgt8Zyp2+Dtm9yfPXAvPy8ZbfzSE6R1+olzN0POWryQzPSaWCXOGtejG0W9Wh7twtiUDAHqUeKw73aNzucvb6bvHkgWJzz+iWQDgpEPAHwM3AACLJ4haUCdO2sjlDhxHX85/Sm3Pe0LMUfsJNVQ7zE0exAPAjF0dpaV0648sANisTKUA4IuOKwFu5VtT/qzlO25Pv0XlAjjc5RBrMStdAwCjOjX+TwFpcwYHUlOOXS7TlGYaRai+2+LUSNzXjFjGR15fSmBuskib/OZSRJfR2sS6RMj8MubQAHB4Vb4uACQ3eCTNr5cN2e090ohAeMzaz1dZ9/SvzLzYoP13ulVk5z+eZN0bWU2Kq5pgK4UDLR3LA4BD3xRZHwUdFnEAcK3pdVJ3deelBPC4yI3aY4eM4wFga7UozsFvNpG2AeYlCsm8UpJPiBS6oSarFb5AxrSnnS9wVf0Z9oztMsbT7rQqQ3sm2ymeF6wYICPW8+ebFGZqs4m7HgDcaVqV9Wl4WZzHRn4UAGBL85OGANCZuS0eOVMbCI6Xg14QmlwcvlKppcW7xvBDmGHlOgE/XZMAeqvfkpm5yVom2S2WzdUvOOPCA8CakzUo9uWeMs1Bn8VeMmQz74yiAaCb92tZm/el6eR/2l5plzt3iwkz9+sF8q44dbKsXWCedCCkeSFqiO6ZKBYAgrY0KBOup8HDFQI4afxkTqeOjqxNq3B5jG/TL5MYvwOORFgaVH6u0PoajFIbnNe6yU14O7cKioYjonc0/ef/adFhAgCkj14gtElvoW80s1Qw7SuGdL45kc7zafvLRHBjNRMBAIriMvm2uXWobfWkuseXrVfMJ64m4t5lZZvdNABc7DZQIZUNfSozADCm/yOC4PgZKczg3g6qcVq/S/CTf4XwvAO17cQdGQwt2vfTXd5GGXL6uyw+X19WP+hili4ANC3OIXjpTxaPDYoiXbSnNBKjSzrVzKCN9c5THTeGK/qmrg5kAcBed4gocBcs7mrTLbRl3Ku/KJQCgO2DHjARtrf/bhL6V3nh4y4AQL1l0nHttYrv+H5rRafgRTvlhrGsckn3BiEm22iozLzo6K8gSMYVV5EhnB+mJ6u7dXp3hZRu842kAeBlSG3hS0II+5AqUTVrvgdrMBXfiQ5Gq7t1tIsjZskEMTJuq6Ldy5OXOQCoVX8v233ORtX54lL/3nKB9vzyjgKA2zWLaQDo/HIJfXiHFM1nsH0M9Sx/Pt3zpAUNABuy5/JV2vZhXbZ3InWSDpcqON/XTjpTySkJVpjDqaPNWABYvLKGsNxUvkuuHAZ+euhkOmW+n+ocdnTmOrKauqU5w7foJo+XurfSVpXZE80fCgDQa7Yu67ReJNb2DNE1333qXaavhyVzObwRCwAWNeSLl14XAnijXUli5OGtRIpPeU/f/rWQBYC8tYk8ABw8ksna32vHnBkSwD0eNZBtZvOBB4DGZsMIfQ5FxXO+6XeEszb32CFWC8sXSltjB0KAYftGsgCwetujMk3So0P2pMOYuaUyCXFs6ykAgF8Nbdmgdj+byuodDU9lAMCqnTvzovSWqnS6LKVIH7XN/BR1omJrc7WHfBCcGvXUf7loNn0jZqYYilo1mLrUWzpNDEu3EW5WWsGfHX9NAwAtiqPKPeXc7q2uLV9i1yueF3H3+QNCDBHCgH5zyO9eTILgUDqOtbnB0NVCv8o0ZfvGuzQAvG6+i0OTus7aABCxMFrPsWAFv+uCmIYw5n517o6PPJ62mbY//yzHmAEAjd1gGgBmc3MZADhzQDyz1nxVP2MQ2ufKnu+gdAWHfGmDmfxIVwCAYTdncHYWc3gA+PVSCnYLrpxDGDKy+yMxTos3EYney7fMpWNUj5MsALTxvaIgfPr85XrKFmKZ0fdIufsMABjmE6QzaJ48HiDNbDEPANo75xn+8/m0Nvc4AFj3LITKS5lGNq/R+tPEjevLfcppocsxD90k2PJaWmvL1Ii6PVcJADAj4DZrPOGXAAAf0j/TumOKZBJjccCKBYBah8b+9Tzxz1I1I0noE3iQANmwYQiBafJ8HXbjZXcFjEsOjdSL4DYwt1yD6S/FIWzJkasaAFjwbTTl27mQMG2/+XH+bH/pRFKY56Ag/sdPDdkNXZx1YqYESd7gfct0O0auFwBg5i4L+tXkbK6B6SceAJoOvvfH/UTRvnCuesWfZe6jCsatEnFyuaHFD8zzVFScflQetd667VyFlLXkznLOH5ThN03i5vC9Oz9S3TUbbesv9DAuVDUV7QK8CWLfg9qR8QPmSba20/kfbNdh0fyGZRc0ANDjonii16+JFIP85UAzrnjkEkkS+w0l72y8NGxx02TFnLY++CBhUtpzcQN7f+xq+prxItnqrVf/TzLYW42l6GlT2/BDvSVib040J33NiKupsBr93R8R3GJ9hrA1emvo3jH/S04avtZYP2D1CRlDvofTf9wRpz31FNXtiNzP//iFqThxstGqfcTnBSikycb5Feue3Yc8z9WXAg4sNhny02yHSQw5C+ExLaa5Lb8o/DGAu43tNLnfqvCBrM0aK1sZPDoJvygAoN61oQEgacEevS1HZrPtt43Q27h2nKombJ1xokyr0nTaTbrywbey9+YmtlTzhdPq/vNZD7P/pdNVeHxZ1e4nLdmuutxN7/GAM0yaW+aaf9Uo5Wnc/6/i7DtC59YUMcGmdrfPMsLOab9EMW59ffH0bpNWP/IuLHY72+7beA4AqtzR4r+/CmcXbdxLJX5z4fwnzTeculdcVt+fMElGxD4L36jSw8zYTJVJoYWDNAAgDJjPA4CjgzHvf6kD0cwlWQFknrm/+X8K4TpTRwCAj6liDG7dEB+C5EWjdaLKr3eVPJ+x4pl10XlrAQC6v29I3hWGV5cBfOiYhgDaRqOvkKC1g9rJ6h82rkMBgNPVF5SeaYoAAPOG+nEvHevRc1qOIHC5bxSdoV+MT8gYkhH/kAeAG36hzKFQKXq/u3dbndlVxDQz59aOqoL0zGwKAwAHnVLKdZC+2pwlzBqXysaPXaa32fob7fc1mOA/89Z30va6h6bMubNf4TQGANyEZeVr99ar3xi73n7ckVKla4FZfJQQb3CSPEbW5NNU2f+e19sx6b6vmEfh8WzHoDZlTnZuBhnMltQRsrZfTMXQo5CYpfTFRTtUAT4c5k6eRxaLqQDHH2YRyat0SOA9RuSrjrtiyGkGAISPK9mulgvKdBX9PJkso4H+lf2SCY31JL/9UveIYajeyzXLL63iD4/rpDruMecQGS7TG08yXD8+XhcAKlqnK4Xg2r4TZXKryvVX2o3m4D/HsnqkxGk77T2pXXCU4wGgdIC0Mur2VUwodWyQy/etPk82dpOzJ1gASDS7SQi2DsdIHfNXYHYf+qB9NDONdZs2SBGpPlrznZjg8BzpTHxQv+Okj5yNE3UAIP9zP9nYGy970rdrKjNnB/kWMQ6HRjKD/aREzrAutYmQzmz+mfyOqCamWnQ1OUmevet8jg1rso66nfOEPdhIGZRhEqivnDY4VlC1kSeTn1DZUTYEyOUVCxgAWJd0hdk2PVKz+sAzpsv9PWV6hTfUiaCtO49TVWG73ewf1/v/LpNixGSbH7dSVOeqh0V55Xqoj6S+ZwCgX+chqkI4ZXORzvqEIkK0RIaS9ac7vyUFAK7DOrEL94jZvtn5p5ld24KFab3u0wCQc7YSDwCPfE/y8Tb3SfuEJQmiKd5ubQgAO3st4wHAP3Ib9+NqLAOzkjhV4Ln3WtTSecm6w7pmC04LIvUAoKJBew4AbkbkEuLOz3zDrT5UR89/yiJ2030zbQDokq88N7acOUl1nLp3u2o6xK5UCML71WL8rs6edWTzxnQtZo1mbCdEnBicIzM5K1qbqmqx9rNj1PyLlcm77J1itHtN8y+y+gG9HXkAsEx6LPq2JkhCtOiDuOpr1mSb9iTv6WQemnVJuqnBNVpKgr3sHFLuQRn1TjTVBxLEY4aGY8REVHRs6qlj+u6LuIt8204AAL1zj1kA0C9NLHfSaTJOPPlyTxJ9VpMTLhEEFmvEo992ljYMT6fQ/O5VUj6ilrTnMavdmwaAiPH+dONW8mPVo53tdABgWsstHHbG/nGDuWS9lphq8PQDIUzroieydjm+ff4qcTXALFWMponqU+YcqBnUTzrTd7hbpkl/fzaHjDkp2UYhrC2OtFdvO9dNih5ZG/hEzKObX/0/L2G7GehzAGDtN1GBvItPK/qqyWv+9fM/rDBUyqA3tuytNk70mb1z+RGvxYC36reyST+L91xhAGBzXzH1IfdhQ5lWbpkZRgHAnrWxMgKcYJow9hPlh1pzf3jwQakz9ABg09YiVVNuanCKuUNPIeMXs+UnjP4uvYMuakzH9NdlM2cI/T6vUjfZjGEuXfrurOCdISbXJJpbCR0HVFZlxtJFb3gAODs4n+smrJB2nF+Up4tG+eKeZP36elTasxXsmG9iQMPVsWu4np3i6/67PgBYj5COgJctPEvMw+UPAxTw5LmUnfj57/KoyI21u7m2zJWV960ihRZypx4x4zv2Vvi8do5vymo9TxUAoMoneZ55iLe0qa7hUvbxMQCEfhbrTja7JMLldCKA4S1+Uk8fmKkiljFzteBoI16OsmvZcsNhOCJUsUogAPiNbmn0+/ccj8+KwTsfPaYqNYX9S/hRe06ovpt4XXRUZvt8Zh1c3+v8yvHip+7rzZ3UesFe29WO27dHSgyqlN+A9LG2zmQKANKPtVYlQv8z/gpJN5wpnVxuvOpIfl+/JYVBpUfGGgJAo+EF3JCqluwPKz3GIkZK2un2fVC5RF9llMI9LN1Oj50/jwjDj4Uirc4L7vK5ZumgB4LuCCcqf/safr97Hrv7lNyt0cn2rIJoPU9vVrV5r8fXJ3X7OfWWSXPh2guS57Z/ffKuz7ogJuakOKFdb7tVtd8pzetJ4aHTLPUBoP+HDBoAQvYc5iZk65L+zvWXDo18rC/w3Lfu1PGmXakBZhbCM16egpCpLq8AACAASURBVFz1i3hr0XSv0YbmA82lPMiz5oRwnmv687MaxbMA8MGhL+l7l1dv5uOOSwohDgpdYsz2VKaFA8CAc9dVvcs/mU3snat2csa0LtX5o+p7ju35fzo5jNbY0guCddnhrlIehaAl7jWe1v4qY9yxAuncvMDqKrPqYmsm764Udlp6V8xljMmVwv53mEUydtkPeI/lu2Q4nMx0Zgf3nKpqom4WJckE72bPgQrBE6bKLyUIO0EzAFDrlDmBcfzqhxQAeF/LZIZkD9YL6D+kzDn3cfsH/LGXYhTOunEnFVp17e5AcbwmC8SIuu4/K/HBcX30ai/6JbOlAv9aHsxQkqINADazNunleZ5RlepBP6VI+BpepoRQc75Ysa2YGeT//JBzugDgM/UWeRa7qJSMXxR3mfoam8iaZ7+WwdT8snhuY53UQza+SegzFgAu2/6k7lkcYQCghY039XVxbyrXebhQ/+lH4WCnYqHCd/FWif6F23gAiDJx53Yse0CISf/ow5pFuHKGffM0XceJh1RmCbZM144Rqq4XwzNZ5W6cY0b7/lHgj65rL6+zapM80tuztVa5K6z9B6bTAJA+LVoVGN9oc0X7rNa52t0GeHNmk0boZ7YcL0MufNphTXKUDXG4aRVrMdYXD+mn+/sSZty1y2GHOfWh/VPGMp3r9RUAYLxJe35JTtkumt9lpd5sCgCmOH6kAODhyyBCgMH1XLk3DTZKMWPeYgiQz7o9uv3zeVKv5rokapidDxlrTPoDem71JQS+emM8WAAoNs6gpizoxx6P3MkVWYt7p8B9F+hVZ+YpzJbPzhg2fMNO8bl//ZV6BjO8NNNS3gnddx4RkldAprrPNtxTMqV9GpU4cgjNuXkL7xqGyrSn8bYmCsJEFJhzOdUu8ktaiD6vKbMeqzI6ss0BIWKV8szlSZ2sv1pOFtffrGjrtUE9EO1gkjyra/bYZn/tMZhmbyHT1l1sU4rmaTJ2usEK4cEGMQGp5eUebGeXToRG2yYOYwDAtb4TeVbj7vI/B8v1tBbjhfTq7qd3+ItcrfgwiQeAsWEdad/NvYht9o8VPanXr5mq7k4PL55BkDfts0qVGc/HaxEkRzsblQng6l9zVdvXv+oiOfxqmCvaVwpxYWbdEyNGqAvinmNZauwfzcjW/FL9gY0COOccP1LXNHiAKnwNPa1VBWfmtF1MwmvxdqDmI8Ooz61PMSvWGWk3v/6F1E/syQv9df4X+dP580hef/hkzWwrY3kQteOTP0rmaAsLidiP9nF1HzehAWDVbAcxaNnDWbWPAafP0wfeSr6khPUdjADgeC3RyfbdqR9BOmnV313lFH9kO2sfJIX9zI3pzM3+qM0BgEnlZALH/RwzhUOy8EB1BgASt7rxgQed+CWWohv+5A31CzQrpkWKkSo9NggA0NLE9Y8b6N39s6UUwOjGrEEluUB8GVJL1JpJtS4qNkRZW4awE31mqEvjmVmM58M8PsjyFwMAWyveoR4FrxZvQaDG8zM/bhM6db/K7VkrRvdt1HvLJxpIe4POW+oJADD1/XeqZv0f3DCLlTKCFw8PZwcP+MwAQPjTNUbz9G4xALDhSEfFKu9Aiwf8q3yKtDeqvliBy4eMNQRx44x0VeaeMrtrqPb8aGu5tum3b00BwMJ1fz5D/11a3BlDAcC4iQuFZxM6KObb71X+cS50ZIqYpmZnKk7gm8/0YQFgWcO4MiMyAGBY1f0cAFydOYCt4GFepiatGm3JHLAcLUP2ePECGgBeGN5RIDWiIFXnqcNR0t+8abfqxp8VoxgPRHWhAWDKBdHF03H6nD/6t+6HNhcWb19A6o3ynEEIkjuqLet45iW3uWCnAAA79u7WVNlSS9FnaQMxfmzOHR0ZvFNtalCFA2fqAsBUs0YExw9zvGV9NB59jxD8mG0vmVYsiMqnjz8+rm2/93/umdfNpGVrbnRLoeKXVoQYnpu+0ABw70xVAkhUBYEHAOMBc7j9Q4+o7kvmWEkJmwsGTOXfP5OnAY9enyMAQMdVPXRtmR8KiUm4vZoDgMr3xLiwNY8zNG2jnsm0taNVcwEAjB7MZU7V95ExvM6+XqSuebYPDwDzXdwU85tnk458/BpXAQCSD8WXyVzTdcEyIr4/rccBwJi558td6upN9ODGD7Khb/RMUgjsXo8BwrLPT9X3dQ8MQqTNmO8qnaiRS9nIACld+sz1HbzbcjvF+vubnyPzpNFc+vIlcS5IGKF0TZTknlQguuF4R9mzLb3W6rouvCFD+maCPu3f7BTVIDxNE7Ij6o+a8KlECj6YfmMnIb775EO6AFDlql65fWT7ioF1fh/Ws50qnREA4LLvRu3QQZIJzAzqSWCMufNWAIDveVOFQ4tEl80q0xdUaeuJZc4lRnu+sADgxYh560sTakj3AIw8/fdXQq0w/0aY4729ugKxNa/rE0DDjq+SvXe5wDJXq+vwAMCGXaNTzp7gnBN7KkxVn6mv+a5PzpU7Mbb9doYFgLSVs2WMX1yhKpHAkJFLieB0XX+J6d4vml2yylsoPNRDJqWdB02Sru3I7y/TnrAOUhD4N592krtkWCPhmUc0abdnoKOqF2CqtzmnlbaDnrtTioa39hIv2rHfn/Nnb0datyay+eJS5SQaAL6frkfHfREDome0DpF1JOxeSgOA50/xdK5K9PC/muSESUGkXoMYa92G8UEyzfC7UEre923gpwA+OMtTFwBmFFQWU8JWq/uNGj9cRB+YLubFG9fZyjbp78YBADvkwH92+/8u0cleDGenvDrc0neojH7uUQXaAKB9nCeMvf1cvPelp3kXHgBONhTjpC2ChnDaLR5IferP3SKzg6NzvigGNHKPZrSeiZHs5z/Lr2ia3P69TPLM47cQIEwj3Lk2YVOJlDyKSFXY0j1tpY1ou5utaACIdBFP7pL6bNI0WmlM+nN08dfb2kx+ja3HER9tADg8Mk0bAJx6neKnHs0nbbaGMaR+o3cW3KkqldnROU0Umph5LkOm2SvtLbQBYN0eD0MAeFRlAgsAPzuMpNNd5hEhaNbHieDHLOP+Ou7g5cZiDgBaFF9XtwpxLTtwRTuOy6QtPs5dNm9cXC1fTRkcqa8BgBluJVwqJ0r+h5LmCqIXtCr8q502AKQ4VuZt5vSiAWBy5U9ltrOLcyGwtna9W2a9pi4/eL+lk7h+3z2Jebmd0501HX6YaEpUlwlsrTviEn3lw8kKojaeFU4NayNmgy19cZy8vzGiE7P1sZRgFHRLZFr1GV8VWjupYZEGAOhIKZqlVT3xAG36bOmqDnR0fM81tx7OdH75WDnpJYsOwr1W6q4O251ZOkdTPyrarVjeVgcAAp5Jl6400btL2cxrUSbhJmSukzH/a+EcNv1ub36Xba7gtDVUZuNXVCxVnaAN+l3XTLIZoctVO80kTLvOAMAlOylT9/P1JfyK+VqqJqv2ViM6MvSABgBWLP7xf/JqD/gi3bBqYDpO0HLy5wsyRA/5C/fLzN26YwkdvWJbkt+vcgrFG41SFkp0Djg1nwOAl50tVYn/rom0Bl+9ShpYa4I1qX/A+Y7qJHetT1OCYL1J3sTeDlo2jBk1WXkR2hfvFgopndhH9MpWWyytxnq+CJOZ19jloVTyVi0KAIoGPhNOF3dgCp078QBQReewrM92KweLbqBCD5mQ+NV7z4352LbMxYWv9R2yxB5yNFUB565WP9nbv4bJng8YuUmT8rOFcPxzKc8dULrdVxVYyZ/9avtUJnGvrS+Va2JGL7rKnHvWXzbo/lEtZVLs9HE/IVyPGjcVEhd2s4uCeSOqindKDQ4vJEj/enWbWaUtpmij+nXqxN1mhFgRT+7RHtnSmXb2CgNDAPDpJ/qUjlisUTB7/459Os4OgUyrW2JkY8VID8oqzrvMJfEgvaccAJxbrCF9JbXKkgdOZG7WA4C3Gx2FV2vqlLu8rrz2IAsApZFtZLAduvy/QDz7VuJAp6b4Mn5dpuh2KLKUQjaXx4mu5C3T+Vnddsu46O7blnkVXkfoZDlHzAu5Ys97+iovtNwwRdQ46+eXqZcB7Xh7k+WEoC0aJ6lqVNzSZwIAvK5sxfj3D1QVjpTatwVn8yoM2laiAOC60VfGuI+VDMmJ9RNkQvI2S/xITIuG4kqni88s9umoL9yDORvp27bjSdstlif5qlNGs3l2PrK9gfUrZY7J7+K2ua/uzYn1hZO+FZk419l/fYvEP8uWFG9DzPqhvHWZDDI9pcGhto/okXH9iH0vqCB9Qabzpslcft59bntz6cDpdYX/+EUZAL0ibjLjBuWWabcX/egg6zO0oomMMBZfXohL8NG1uXzKk8BXcvIIbTKVVkhsZnEdDgBymhfx3q7BOtUHnSzXIhTP+FSu1H8//InA3qWkgHkxzk0Ym7CmXKb0GSfdDjFXu4G6679EZwjzqHsVGgAu5X4Tpk90VmaMermWO+HlJibJgK9yrh7dqYJ4a3O7r8uF1YYlNACEz5ciM1r3qsOf0xVzud8GpvJhB+JVJdHyTSDXqNl0ynJGMEFg6hZvjZbvcfZCaSDV0FIkTGD/wzIGntyi4YNLGPZe3dlc3yvivSaD2IekTsY28cbsmNehqowxD7vGA8CKrK/CuTFScuyP52KAerJzlb9eRf4uW5+ncP2j9P5PmgQA2PWumqbKlinczcb1uTiddY1+P8/MdqUy9otfTchfJ0avz9gsTsB5ndOE9zXDaAA46GMtdDwiusbjq+wvU4t8ep4nZqxAey1XECCmiFVYvJ4gHTgtRr9ovHidVK0R7n+9IgqrPZE9us7mrzaGT0MnC91/Piu37qM68i8CUcVeROpNT9dTLAwCZ9uqmujmXXYrx8mMExMR+y6t2DR9/jXhLHWR3XtPPNTXeiDupr+YJSs42qGoFwGicJ+Ybx3ARSkIPvT+YhnhPppd5QFgwFPp9rUJQwuIaWwTckuG7BH9SwIALJjZQwCAK451aAC4c0k68Mo1eCM4pFH8YMFI1cS02DmWX+62gnUL7MWntpaC5VbkS8vRD+ulgDlulRiVPvGHNju3x3W6zXlzvvXQVUxwmoMAAD+fSG6k7nfeCUNK6lABoW4CADTc4MRvm6m88RoAghoP5fc1Fj3Ydexrk/FOaJSnpWWWsKm2gpM7RW+pdoQCgCa9fpHBkuy20UFmiRQzZwh9LX0+Ycb6qxu5JF+lO/ufZWOO8oxDrey9K13PcaRxax06M4EA38ntAlttSAPGNlM8azCanVDmsrXrQc1fz3EZGn9Z3b16r1UJ5rX/f9/fahshXUtYmkOnbZMvhPy2vlWlxaqU8/I5JN+tGb/ZYnWZ9sy/6Kyio1Yj5CeBRTcvcnGppdoAYPDpJgcAb5+PFJzXy10x9KdGTHH1BbK2bdpfY+uM8KCrtb9KpTG/hOvRy3QA4HHzjwTBOKdsXQBI7e9E7V0u7h1K50t39b5Ze4De9VV0WrYpHMkG/xLNZnj2eBnsMaN20ADQ0kmP2nR/K5VQJ4y2t4nhAOBYitIzHTzsQLkCs95HTN+zfF+s0IY0y3BVmm4qMaT7ue5s8Pv/yXQD+seTWZIQVaiTKBvUqvAieXn4k/Iqu9/lxa9X9OX4t+VeZwEAYbUa0A9eSyeGG6pWVV3ZlVo2ZB1HJ5B6U87UYwDA0UuKdTpho7yAQK2sXi7eddI2qrbgdEXaQGp1cyFSbrilDsVM7C5jwo9q8gCGN17fqLq0MpWiy5IsQjP77MPcm6RMmfZM6vKeTizcTOpUyvekV61cqJ3P6Sj68qnuIi2vw5KkS1K2Dxwgz/KpeJ8HgHoF41SZUlL1IbV2koa/2NlNIR2jPMQ9wa+GvlxB1CgWAG6Yh6pKW9/q+eXazg8lx4VRAZksAEQHtGeuTla5PQdAB6tb5Dm7p6EAAPl+Yh6+to2/sCxRjNaP2tmqzFVRj1a3BAA4ZluXA4Clk8U89Fp1P3AAsGLpYAEAvAtOMRt3hMiEQzM9lUl8IrrXu9mL6XVXXtUvU6BvdRC/RxWU58nVu+EsMsqzVx39W+MGUSE6vMy0nJ7WkdZ/k8qFj3gtrE8Qs2mHR+9iAGB4xEli81YkeGsA4PTAAM3zPmL4qEOvltoA0GKYeAdJx3z10NN+CxwYAPg0pz2zaKf8IrHKi4fSb0cbEEY9yO5H7xkn3WlSNLoK+3XXAxmyj9vwPABktllGb9wn5nwH9ZmjOmc0qYAy55KuTxxVBWdtk52kTfUnKZRhl2eqeE3VnSeDywBLKNYnR1UIovbqUQAQ73dGJ3pqkqgpCZukDynm/GwqG2RhvB1fp6qFrLNxVysRgHOrGjGHfoxhgvaL0Y5TIw7rPDgxgAYAn7rya/AMXY/+cQIPtpaCCla1viAjWrVPnWSIZo4dxtzJXsHFXpTf5zt/TQkr+LySmQa90asZADg6RZ/AVMunomDf6Tlv7X6Ny7KRPNIfl7pxNq1bajLDRCFNTRHjhVuck7v+T2ZU5BYmHaOWXomTxv8g3f9yes9ghXbE3J7JX1+cqUqHkntTBQxgesle5iWIt7sNz4/9a9/+5PQxGgCYrSf1tf6xW5mqarD/LXkXO+m/eVa/bR3ClninyBgd3daFymZnl2v2kgtuawPAU+tIOvL+SMLoyTNmG9qXikFufXeIH0Hzsr9bdr7lAlHj5nYdrwcAZwe1YO0fPhC6Pe/JZ6xW3lcPAJkRjvz8EV6EUbP3i4ERef3FD6alLhev2A34sO2/bTAXDKrGrPq6uExg7y9aJxy5WSJbWRSY1COMdd7DM69ndZIxusd6R+10U5a5cUz8lqzlRjGfvLevPBjN12+B7szQCKbdOi/S/6j1ibIFRftvt7Vn2ojeBRvKhP3gJebZd9D3EwBAWDqXBYCdG/pxc1zf0jfPias4qw+N6ZQ2qYoVkaWtmDkbP/VNucK5YPv1Py6lR4Z00d5iKK5Wl+0I1AEATa3VoomfU13eXk9zWaiRnCkAwBatmuTlBHvpiu5dfaz4G3G7mW3b+8uI0Dt+G6kz37ejDPAnp6KZ/SOXCRsaBDDBvVroTe7qQOruSDHivnS4KKtf47gyv0StONlu4QFg35An//ncItWvHn91VYhwZXuk9ksT6bw85kI0keAZ/9vE3jh24Y/BFY50HMFpSN9w1RVn/yGjZZP/tI3GXMkA6euk8TO3yvEe62/KNu1iTrfd301UnfXzWaMO4jdfkybUVA0g+1PZNzuFNt/vRxAasOki/+ip+C2qU2c82MJ665jA6QMIQe3CvYmEzqp1+a/MZZdwUcXDdoxUEG57iCEFAC2jb/KhXZxl7xelTKMAIHWZ9FmN5Ft9SB3dlXWpXJ3P0rVTc3LIGc6r0gsEzl2v4gUAWB9mxKcnN2cBoGhclHar+CWaGcnN6Kb1PxJCj/IXv0a0NuQaGdM9Yj1hYIuHYMys/5UVPLZ1lmBb2UFVSneanZRxuZsgxt8ePiYmzgye6kyI27Flpkz9Z68e2OCf/6s93E4VuD7mdhc1onJqVyTEzxBOkLGdp40ucw6a8moWqdfTVbymfEzLKdya/iepWXWjZFqzpEQ9GfOZs+RBnuV9lQWAH7+20EfT01QDBL9+dWPfOT7+KxtvYdubje7zmbc60VSwbB+k8ORWNJC+i7tveAFzJ+CQJDCOQ7Wo5Q3nUd3bBPEnPh4kRDfNvaWqrhGZh7ht9UvKBWx57HMGALKcFsmIeud4s7/y1UQFn2IBoIJBE8U4xS7S/e9703OYKR0o4cLLiwrTVfpwhkywRtUVPcGDF4hZTzuGSh+rybk+X8a0/tUYMbPq2ylCj/tdS2kAcNkp5iG6Z9xRMK5303lManqVcs2ug4eTjCbm81Uu4geAmQuVH//9XYy/nWbGHBXvPDz4WdyhXpgGzi9N+iBjRKsNuruW1xICRk5nTRaIsawbx3Xin9iKZrCqEVgAmPdY/caIL48dBMerTQgM4UfFc5r86uHM8A83yDiua0Rz43ulkz4ArB14mhDTLa8Sf+ey/AKDp2k55YbEdjwj3asbVqQnnAsxl9HhfP1dNAA8+1d0yIGcsfxRAwvd063EWygClomRlV3m2ZDxXfOTydid+LoKTZ3aNJoRHFeLps69VKnJ3Y2v0ADQ+HBPBgC8hkNGvKAgaeJ7HytGSjzrKb8W4/TuRrL/h8MbarwWRusCQMzHWMr3vZmMYD+bSNpm0vYhf/B+AD/vBEMBwMgLtVkbr/fco3z1CPR7phvopLEZwsH2r7iuhtL5hvt39S+ixV14wta4ac9bRki3W49ddUQbAIYPW0FMy4f56tcMAgB7WfzMrItzrKzOytT75bp0aPNZsvoLnPX5gMfDuFc7zis1qnn4PkPPeqf/KmHl53nlZVz/LF7b1zEduwbwL++MYRpUPUcDgKFzBwWw1U+sViBt7ie/NvbNvs1MQV4PVURD5qrnifyz6K1rLN1CNzSGmzHkHufz5KjQu/Vx4Xy8FPHfOFBuZipkiWcm8RaBdGXNVcZ6jHpOCwA4RkiBDj/svFXN1aMt6tc6/S7Vcr/+1epSViJOiUezmz+aqHZ+bXQTVSmuNlNboYoXdkYzqUd//LXvv/reM4J2M/GzEUvCxGA0t8q1VdubPS+RwkAHlr1nAoBuy4MFAOjePUAXAOiZjVQJ83pWW8Z/S6ZCYJv6T/rPhLzkdZa9t1n9dm3VkrZBmz49/5cq0WNCxXRh42NG/Jvq4seLbw2Sn8n/qtq+zMGi9sbKpH1H7H7uQFWuTKLt8K7PtwwTD7uMmb5EM9v0e8KNaztAwWi9h0/KZYBLvg8f+yZLsIgeLNPy58bBhLAzukbqA0DUR4pzP6stXBHkmuybKQYweI/b2mBBNT8GANrp9aYyHvTnAaCgdgrn0U5XwagxxeIyevwMcTvRPn6aAACtBu9UWqaLNaTv6632Otxo08O5MoBj9kfr78qJYK1muyga19KK5LmYmYzljEgNAOS6hZUZxe1vX6rXIksemZLsriW4TAgW5p6ZThfoP6WNdorIfBs1uNy9yM0Zc8p9f3hSLU2HoavIWC7Xx6tK88Ydz8X9lo4YEF51aX0ZU198vSoEJ66jAWBCmyGyMSO7vyWCO+78GWZv3Wrc0w1FMtpVSBVDhtacOke9fFFb0B9jLwDA7UeS8Eyr0Y1vkdurbLP2LXWieJdV4A7F0nfeB72/2rTd9j1OX/euLRukea2d3L0f8mT7mIM0P//QJfbr81zm+ZNSulalxaT/izkrWQDwPXOAwHHt1EWNfdRgfkxGkQwOrUIz7k7TRNX5ZnLn4wrNGX6gtjYAPLwkpSlk5oPuUfECDwBbhqXoAYDxwU1EWBeNHEoDwOZLonMwZcRSAQCyt03TiXKSLtU88TpNiLk2j225swIVtHokN9SpsfboGjXoE+83EZjbLU4lArKmQiYDADeamdAwrT2kXPfASOcf3JCbTajYUeI31y2rsjQAlAQm/NVB0YddEQwAVDJ3JIg5vhHvlKrN9mKbJ4ZpAOBsnK12cS2Xv7KtR276cjVD3v0vJyWILC11ey4TFnwIJ0LQ3ew+8TKMyYyWMWXd5Z8sAAQbiFcVzlk0WBcA+kdE/RUMO4ee5q+c8eZy3kpRlq86XCNt05Ys1AcA53QxH975dgwPAKZzj/IAYN81iMCZ6o6yF0p8Qw9hYc51ob+ZIXfG24pLXSV+Qdk+NFIHAHx27xAKG8dzY2f10W07wliGZEh8sQYA+kycpa/jb80BgN5R6fKvqwGVZebMdae6R9k2MoEIiX3/hgpT45UZowGAJz67VM3QwNv2ukHFNYXjX3XooXusWQC4VvqSX/ZAvBn0/o5LtOWmA9TXr8ovzeW8bF/uPPSRShMqJcSqmpfJp6M1AHCopvy7vBuH5nEAEDugj349401MkwHPFO2TlyTLp4PEzjn0rsc7GPuGhTIg776u/seVhM3hhrLO7AYNog3XmBBpsfCuRKUWg/x/PXIY53nTnKuWKGbq5pmIH/pt/vSHTDqP9vKlv4blMr22i7cDrVogXRSzPjRNBle/CGdtwxQ35vqFzuX63qju5/hkWzPN4iTR19WrS5iCKQ7DH2oDQFag+CU3jxFlu+O/re5GAcCpSQ507RYTOOGVmOY2rh7Pdchoo2Md+l5Bv3ddVsrw3NOnHCem945wNqGl3Otq3DBOVSIsq4jm6+pjTlXNq9XZy1pMmMsNnC59/8nq7UEeADp/8VWoadaJB3RsRemT4JcqLuTzL5ygAeBr5DR2+NbZZJw6mbOkHI0FwZrSXp2Yq/Xblrveb2f+gcLIDuzTTOW+6HfZGVWXrpU0WsEkm+H+/IqkKmKC7In3bP/JrXWW3fZQENIsZ5UeADCLL5N3U048L5OhQpt78j5q3LoqXQvhdpEQ6b1GPfkkjx6gIOTMGnW5O4XSh+CXHOxO2tZ/8EvYdteEWXhjrKxd/DIxFsrHY4MhACRFxzPaWufkGzQn8Z756Q1qcyMaWAlaXR78UVu55AOq9tg2pjv34WwXWfsdHut0AcD6Wety541ok0+k3YBhy/4Y1AEAXZt+4h0mehDL0aOnNLcFakSTNex/X2n7XbJ/tRbpdsVroWyQWUnihV2O8cN0AOB+uoVM8s61eSjjajMd6fsXXxYVCwAwUesDd8nkKO9sm6YBgLC3Xzg7ypb0c7jETtA170EDgF/MA+b00GsyKXo0xV8wiRUnXosLOQoJy/YTv742y1O8tmLXxpuqRPXo96LcVeGvT7vIe90h4qco1kXsp+oNbcECQEjYwzLbb68ofiP4TJVLvOcJMeGHdlnBv95fQhi4NGOD9ohu8pPEGeGpfz7HWWy2SBcAOiSxVOwu6UPBDWyXlis91UwkdTR1loID7jVPYq4lSJ9BHereQ8b0vNcpennvb7NOzjPKRPjWy3BmQS9GxgyX6U+F9gdaEYE4dVCLmxI0SgMAl7xMdX2qH6c/fWvLHz9uJRwxFFd2jULVYQAAAxJJREFUb62V6dvjDrF/dKVb+o/SBQAnrzhdAGg1J5jAartVnrV1LKIVBwAdlk/XTzK+TmC+WdJNMU7Q5Pl1CzIqk+fzd7PlM+jRoDgZEx740+yyBoMVG77pUSvJktOztkCItFYvn96TKC4nk2PEj6NwpmKIzpTWA0nfM3se1U4y3CH4XLHQHThhnJEaLOfSJYbcGDxCxhy7Ye8IIrZxlqq+uGNPJUdjYrIhBwC3Pu/j4rqs4BzrDjKiTmbzALAgKLpcojy+24IP3d6Bie3bh2s3Z7rezbet/zrmoKzi106LGTtc3EjPq/OF6p8VzmP0eB1u4ImtLAAcixZXMwfyenK5T9XvwQKAlotSebfNa/UBIG5JrOrOfKKVGGUeOs2Ds3/Ks0/t4gT7inGCe7PhPADsrSN+ik6vnTS5v8g3U0ySMa/lm729IXu0AaDq4X8sh2fXJIyaXizNM49rjWDD2i3TC7vuwx0e+FJ1/jHc1IgGgOzNK4hw1XISo0V6X7nLV7cQbyW1HkyxTbpv1vGdMUzG+AUe4hfkVqzWoXxdz+u3XiMGiXQJ6Kk9o0oQsQrbW6ZrA8AdfTPeo/Q22/OZDZfxtgfruLgS//H0KQ4AHhxeKsE4a0e2jBgdNSrXMgGo6S3ejFBMf1e8v5IboiplUwo7C34z3jJZVkX8lSHPy91QWjQdIMwblaSfM2kql5GozIlXKwZO6u723+VqoR5fL1R02Yx9LKUqzLLKJThYWmbrnZi7RqP7LkTGuA+LxS8prIi488ej7MTpXpyB/UMFDX79cFHA93yLNE5LvaESTYK7ymOnJlbqRYiw7avkOmkY+0AxkMuqaXphulJCqEe/OmQQR+MnvI3dHQKIzf7xOpqGOtzYY13YiAmj/uqc/teLSnzAM/GajYWFUn650aSTf9xNJxeIc9ZTyybsgW+NhSVpNOXqNE6mzWH7Q3R+vf8pswSJFyoxAHDcQYc5cVqf3mZ0hwOAJUNHyxiV2k08GDvfs50eAHwYk8xZvqxQrgDpX2ot3Gn1nKeur5PVe/tT+mTr/wNLRZlHShM55QAAAABJRU5ErkJggg==)}.media-ddiv .ddiv-overlay > .ddiv-header{display:flex}.media-ddiv .ddiv-overlay > .ddiv-header > .freq-info{width:80px;height:80px;margin-right:16px}.media-ddiv .ddiv-overlay .map-content{height:auto;background-color:#fff;border-radius:8px;overflow:hidden;margin-left:96px}.media-ddiv .ddiv-overlay .map-content .map-wrapper{overflow:hidden;margin-bottom:12px}.media-ddiv .ddiv-overlay .map-content .map-wrapper .map{width:100%;height:350px}.media-ddiv .ddiv-overlay .map-content .map-info{padding:24px}.media-ddiv .ddiv-overlay .map-content .map-info > .overview{list-style:none;margin:0;padding:0}.media-ddiv .ddiv-overlay .map-content .map-info > .overview > .entry{margin-bottom:24px}.media-ddiv .ddiv-overlay .map-content .map-info > .overview > .entry:last-child{margin-bottom:0}.media-ddiv .ddiv-overlay .map-content .no-guarantee{margin-bottom:16px;margin-left:16px;color:#b4b4b4}.media-ddiv .jvm-container .jvm-zoom-btn{display:flex;justify-content:center;height:16px;width:16px;top:8px;right:8px;left:auto}.media-ddiv .jvm-container .jvm-zoom-btn.jvm-zoomout{margin-top:20px}.media-ddiv .jvm-container .jvm-series-container{top:0;left:0;right:auto;bottom:auto;pointer-events:none}.media-ddiv .jvm-container .jvm-series-container .jvm-legend{background:rgba(255,255,255,0.85);border:none;margin-left:0;border-radius:0 0 8px 0;box-shadow:none;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.media-ddiv .jvm-container .jvm-series-container .jvm-legend .jvm-legend-tick{display:flex;align-items:center}.media-ddiv .jvm-container .jvm-series-container .jvm-legend .jvm-legend-tick:not(:first-child){margin-top:4px}.media-ddiv .jvm-container .jvm-series-container .jvm-legend .jvm-legend-tick > .jvm-legend-tick-text{font-size:14px;line-height:22px;letter-spacing:-0.11px}@media screen and (max-width: 1150px){.media-ddiv .ddiv-overlay .map-content{margin:0 auto}}@media screen and (min-width: screen and (min-width: 600px)){.media-ddiv .ddiv-overlay .map-content .map-wrapper .map{height:500px}}@media screen and (max-width: 940px){.media-ddiv .ddiv-overlay{text-align:center}.media-ddiv .ddiv-overlay .map{text-align:left}.media-ddiv .ddiv-overlay .map-info{text-align:left}}.fx-content-supported-browsers{margin-bottom:40px;display:flex;justify-content:center;transition:offset-outline 150ms ease}.fx-content-supported-browsers .supported-browsers{width:100%;height:100%;display:flex;align-items:center;justify-content:center;text-align:center;max-width:1176px}.fx-content-supported-browsers .column.column--left{border-bottom:2px solid #e8e8e8;padding-bottom:16px}.fx-content-supported-browsers .column.column--right{padding-top:16px}.fx-content-supported-browsers .column__links{display:flex;flex-direction:row;justify-content:space-around}.fx-content-supported-browsers .browser-link{display:flex;flex-direction:column;align-items:center;-webkit-text-decoration:underline;text-decoration:underline}.fx-content-supported-browsers .browser-link:hover,
.fx-content-supported-browsers .browser-link:focus{color:#6009b0}.fx-content-supported-browsers .browser-link__image{width:40px;height:40px}.fx-content-supported-browsers .browser-link__text{font-size:12px;line-height:16px;letter-spacing:0.1px}.fx-content-supported-browsers .app-link{-webkit-text-decoration:none;text-decoration:none;display:inline-flex}.fx-content-supported-browsers .app-link__image{height:40px;width:auto}.fx-content-supported-browsers .app-link:first-of-type{margin-right:24px}@media screen and (min-width: 760px){.fx-content-supported-browsers{margin-bottom:72px}.fx-content-supported-browsers .supported-browsers__wrapper{border:2px solid #e8e8e8;border-radius:8px;padding:32px 24px}.fx-content-supported-browsers .columns{display:flex;flex-direction:row;justify-content:center}.fx-content-supported-browsers .column.column--left{padding:0 24px 0 0;border-right:2px solid #e8e8e8;border-bottom:none}.fx-content-supported-browsers .column.column--right{padding:0 0 0 24px}.fx-content-supported-browsers .column__links{gap:32px}}@media screen and (min-width: 940px){.fx-content-supported-browsers{margin-bottom:80px}.fx-content-supported-browsers .supported-browsers__wrapper{border:2px solid #e8e8e8;padding:40px}.fx-content-supported-browsers .column.column--left{border-bottom:none;padding-right:40px}.fx-content-supported-browsers .column.column--right{padding-left:40px}.fx-content-supported-browsers .column__links{justify-content:space-between;gap:32px}.fx-content-supported-browsers .browser-link__image{width:48px;height:48px}.fx-content-supported-browsers .browser-link__text{font-size:14px;line-height:22px;letter-spacing:-0.1px}.fx-content-supported-browsers .app-link__image{height:48px}.fx-content-supported-browsers .app-link:first-of-type{margin-right:32px}}.fx-content-supported-browsers a:focus-visible{outline:2px solid #7e00f3;outline-offset:4px}.fx-season.fx-season--xmas .fx-content-footer .points-of-interest-wrapper{position:relative;z-index:1}.fx-season.fx-season--xmas .fx-content-footer .points-of-interest-wrapper::before{content:'';position:absolute;width:100%;height:150px;bottom:0;left:0;z-index:-1;background:url('/static/images/xmas/footer-waves.svg?m=eb9bf54') repeat-x top center}.fx-season.fx-season--xmas .fx-contact .assistants-container .assistants__item-wrapper.winner{position:relative}.fx-season.fx-season--xmas .fx-contact .assistants-container .assistants__item-wrapper.winner:before{position:absolute;z-index:1;width:100%;height:100%;content:'';transform:rotate(4deg);left:16px;top:-16px;background:url('/static/images/xmas/xmas-cap.png?m=6e075c1') no-repeat}.fx-season.fx-season--new-year .fx-contact .assistants-container .assistants__item-wrapper.winner{position:relative}.fx-season.fx-season--new-year .fx-contact .assistants-container .assistants__item-wrapper.winner:before{position:absolute;z-index:1;width:100%;height:100%;content:'';transform:rotate(5deg);left:8px;top:-12px;background:url('/static/images/xmas/party-hat.png?m=b202441') no-repeat}.thomann-content-module-helpdesk.thomann-content-route-shipping a,
.thomann-content-module-helpdesk.thomann-content-route-shipping .fx-link{-webkit-text-decoration:underline;text-decoration:underline;text-underline-offset:2px}.thomann-content-module-helpdesk.thomann-content-route-shipping .fx-link.fx-link--no-underline{-webkit-text-decoration:none;text-decoration:none}.fx-theme-cyberweek .fx-button[class].fx-button--primary.fx-button--active:not(.fx-button--disabled),
.fx-theme-cyberweek .fx-button[class].fx-button--primary:not(.fx-button--disabled):focus,
.fx-theme-cyberweek .fx-button[class].fx-button--primary:not(.fx-button--disabled):not(.fx-button--loading):hover{background-color:#ff1776;border-color:#ff1776}.fx-theme-cyberweek .fx-button[class].fx-button--primary.fx-button--loading{background-color:#ff1776;border-color:#ff1776}.fx-theme-cyberweek .fx-button[class].fx-button--ghost.fx-button--ghost.fx-button--bordered.fx-button--inverted.show-more:hover{background-color:#ff1776;border-color:#ff1776;color:#fff}.fx-theme-cyberweek .fx-link--active,
.fx-theme-cyberweek .fx-link:hover{color:#ff1776}.fx-theme-cyberweek .fx-link--primary,
.fx-theme-cyberweek .fx-link[class$='--active']{color:#ff1776}.fx-theme-cyberweek .fx-link--primary:hover,
.fx-theme-cyberweek .fx-link[class$='--active']:hover{color:#ff1776}.fx-theme-cyberweek .fx-link.fx-link--with-icon:hover .fx-icon{color:#ff1776}.fx-theme-cyberweek .fx-link.fx-link--with-icon--primary .fx-icon,
.fx-theme-cyberweek .fx-link.fx-link--with-icon[class$='--active'] .fx-icon{color:#ff1776}.fx-theme-cyberweek .fx-link.fx-link--with-icon--primary:hover .fx-icon,
.fx-theme-cyberweek .fx-link.fx-link--with-icon[class$='--active']:hover .fx-icon{color:#ff1776}.fx-theme-cyberweek .fx-product-masonry-brick.fx-product-masonry-brick--commerce .fx-product-masonry-brick__link:hover .commerce{color:#1c1c1c}.fx-theme-cyberweek .fx-product-masonry-brick.fx-product-masonry-brick--commerce .commerce__basket:hover,
.fx-theme-cyberweek .fx-product-masonry-brick.fx-product-masonry-brick--commerce .commerce__wishlist:hover{color:#ff1776}.fx-theme-cyberweek .fx-product-box:hover .description{color:#ff1776}.fx-theme-cyberweek .fx-product-box__wishlist-action .filled-heart{color:#ff1776}.fx-theme-cyberweek .fx-product-box.fx-product-box--highlights .fx-product-box__details-wrapper .price .fx-price-group__primary{color:#ff1776}.fx-theme-cyberweek .fx-wishlist-toggle__icon-filled{color:#ff1776}.fx-theme-cyberweek .fx-wishlist-toggle:hover{color:#ff1776}.fx-theme-cyberweek .fx-wishlist-toggle--filled-yes:hover,
.fx-theme-cyberweek .fx-wishlist-toggle--filled-yes:hover .fx-wishlist-toggle__icon-filled{color:#ff1776}.fx-theme-cyberweek .fx-tabs__list .fx-tabs__tab.active .fx-tabs__tab-button{background:#ff1776}.fx-theme-cyberweek .filter-sort-navigation{background:url('https://images.static-thomann.de/pics/images/special/cyberweek2024/teaser-background.png');background-color:#4c0092;background-blend-mode:multiply,normal;color:#fff}.fx-theme-cyberweek .filter-sort-navigation .filter-chips--large{display:block}.fx-theme-cyberweek .filter-sort-navigation .filter-chips__reset-text:hover{color:#ff1776}.fx-theme-cyberweek .filter-sort-navigation .filter-chips__reset-text:active{color:#ff1776}.fx-theme-cyberweek .filter-sort-navigation .filter-chips .filter-chip__label:hover{color:#ff1776}.fx-theme-cyberweek .filter-sort-navigation .filter-chips .filter-chip__icon-container:hover .filter-chip__icon{color:#ff1776}.fx-theme-cyberweek .filter-sort-navigation .filter-chips .filter-chip__icon-container:active .filter-chip__icon{color:#ff1776}.fx-theme-cyberweek .product-collection__headline{color:#fff}.fx-theme-cyberweek .fx-product-grid .fx-grid.js-articles .fx-tag--cyberweek{font-size:13px;line-height:20px;font-weight:700;padding:3px 6px}.fx-theme-cyberweek .fx-product-grid .fx-grid.js-articles .commerce__icon{width:24px;height:24px}@media screen and (min-width: 940px){.fx-theme-cyberweek .fx-product-grid .fx-grid.js-articles .fx-tag--cyberweek{font-size:15px;line-height:24px;padding:4px 12px}.fx-theme-cyberweek .fx-product-grid .fx-grid.js-articles .commerce__icon{width:32px;height:32px}}