<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face {
  font-family: "Outfit";
  src: url(/files/descriptions/font/66/6605030/storage_app_opisy2_candy_2011706a__fonts/outfit_light.woff) format('woff');
}
@font-face {
  font-family: "Outfit";
 src: url(/files/descriptions/font/66/6605030/storage_app_opisy2_candy_2011706a__fonts/outfit_bold.woff) format('woff');
  font-weight: bold;
}
* {
  font-size: inherit;
  font-family: Outfit, sans-serif;
  padding: 0;
  margin: 0;
}

#product_description_sc &gt; b {
  font-size: inherit !important;
}

#product_description_sc &gt; h1,
#product_description_sc &gt; h2,
#product_description_sc &gt; h3,
#product_description_sc &gt; p {
  font-family: Outfit, sans-serif;
  padding: 0;
  margin: 0;
}

/* banner START */
.banner-wrapper {
  width: 100%;
  position: relative;
  display: flex;
}

.banner-img {
  width: 100%;
}

h1.banner-title {
  /* NOT used */
  position: absolute;
  top: 54%;
  left: 5%;
  width: 200px;
  padding-left: 16px;
  border-left: 10px solid #6dc4c3;
  font-size: 5rem;
  line-height: 5.4rem;
  font-weight: bold;
  color: #ffffff;
  font-family: 'Outfit', sans-serif;
}

/* banner END */
/* packshot / open/close | headline 1 | packshot descriptions START */
.packshot-wrapper {
  width: 100%;
  /* min-width: 100%; */
  display: flex;
  background-color: #ececed;
}

.packshot-left-wrapper {
  height: 1052px;
  width: 35%;
  padding: 30px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column-reverse;
}

.packshot-img {
  max-width: 372px;
}

/* packshot - open/close START */
.toggle {
  display: flex;
  align-items: center;
  justify-content: space-around;
  margin-top: 72px;
  position: relative;
  height: 42px;
  min-width: 208px;
  background-color: white;
  border-radius: 30px;
  border: 2px solid white;
  font-size: 20px;
}

.toggle:after {
  position: absolute;
  content: '';
  width: 114px;
  height: 32px;
  border-radius: 15rem;
  background-color: #414047;
  top: 5px;
  left: 3px;
  transition: all 0.5s;
}

p#paragraph-close,
p#paragraph-open {
  min-width: 114px;
  text-align: center;
  font-size: 1.25rem;
  line-height: 1.5rem;
  font-weight: 400;
  z-index: 1000;
}

.checkbox:checked + :before {
  content: unset !important;
}

[type=checkbox]+label:before {
  content: unset !important
}

.checkbox:checked + .toggle::after {
  left: 116px;
}

.checkbox:checked + .toggle {
  background-color: white;
}

/* .checkbox#switch:checked &gt; img.packshot-img#packshot-img-close { */
img#packshot-img-open {
  display: none;
}

img#packshot-img-close {
  display: block;
}

#switch:checked ~ img#packshot-img-open {
  display: block;
}

#switch:checked ~ img#packshot-img-close {
  display: none;
}

.toggle #paragraph-close {
  padding: 0 24px;
  color: #fff;
}

.toggle #paragraph-open {
  padding: 0 24px;
  color: #414047;
}

#switch:checked ~ .toggle #paragraph-close {
  color: #414047;
}

#switch:checked ~ .toggle #paragraph-open {
  color: #fff;
}

.checkbox {
  display: none;
  z-index: 10;
}

/* packshot - open/close END */
.packshot-right-wrapper {
  display: flex;
  flex-direction: column;
  width: 65%;
}

.first_lead-wrapper__web,
.first_lead-wrapper__mobile {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 40%;
  background-color: #414047;
  padding: 3rem;
}

h2.first_lead__title {
  padding-left: 16px;
  border-left: 10px solid #6dc4c3;
  font-size: 3rem;
  line-height: 3.5rem;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 24px;
}

p.first_lead__description,
p.first_lead__description__euro {
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 300;
  color: #ffffff;
  white-space: break-spaces;
}

.icons-list__web {
  height: 60%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  row-gap: 80px;
  gap: 24px;
  padding: 12% 8%;
  background-color: #6dc4c3;
}

.icons-element {
  width: calc(25% - 24px);
  position: relative;
}

.icons__noHover {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
}

img.icons__image {
  margin-bottom: 16px;
  max-width: 72px;
}

h3.icons__title {
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 500;
  color: #000000;
}

.icons__hover {
  position: absolute;
  top: -5px;
  left: -5px;
  display: none;
  border-radius: 48px 16px 16px 16px;
  background-color: #ffffff;
  box-shadow: 67px 39px 61px 0 rgba(0, 0, 0, 0.19);
  z-index: 100;
}

.icons__hover-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 1.5rem;
  width: 210px;
}

p.icons__description,
p.icons__description__euro {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
  color: #000000;
  padding-top: 8px;
  white-space: break-spaces;
}

.icons__noHover:hover + .icons__hover,
.icons__hover:hover {
  display: flex;
}

.icons-list__mobile {
  background-color: #6dc4c3;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 32px 16px;
  gap: 32px;
}

.icons-element__mobile {
}

.icons_element-wrapper__mobile {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

img.icons__image__mobile {
  margin-right: 16px;
  max-width: 72px;
}

h3.icons__title__mobile {
  margin-top: -30px;
}

p.icons__paragraph__mobile,
p.icons__paragraph__mobile__euro {
  margin-left: 88px;
  margin-top: -30px;
}

/* packshot / open/close | headline 1 | packshot descriptions END */

/* hotpoints START */
.hotpoints-image-container {
  max-width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  padding: 0 40px;
  margin-top: 24px;
}

.hotpoints-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hotpoints-info {
  position: absolute;
  top: 10%;
  left: 7%;
  display: flex;
  align-items: center;
  height: 64px;
  width: 284px;
  border-left: 8px solid #6dc4c3;
}

.hotpoints-info__text {
  color: #fff;
  font-size: 1.6rem;
  line-height: 2rem;
  font-weight: 600;
  margin-left: 16px;
}

.hotpoints-info__image {
  margin-top: 14px;
  height: 70px;
}

.hotpoint-content {
  display: none;
}

.hotpoint-circle,
.hotpoint-circle-left {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #6dc4c3;
  position: absolute;
  top: -15px;
  left: -15px;
  cursor: pointer;
}

.hotpoint-circle:hover,
.hotpoint-circle-left:hover {
  transform: scale(1.1);
  border: 2px solid white;
}

.hotpoint-circle:hover div,
.hotpoint-circle-left:hover div {
  transition: all 0.3s;
  transform: scale(1.3);
}

.hotpoint-circle:hover + .hotpoint-content,
.hotpoint-circle-left:hover + .hotpoint-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 360px;
  overflow-wrap: break-word;
  position: absolute;
  top: -15px;
  left: 40px;
  background: #6dc4c3;
  color: white;
  border-radius: 8px;
  padding: 16px;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.2);
  z-index: 200;
  animation: fadeIn 0.3s ease-in-out;
}

.hotpoint-circle-left:hover + .hotpoint-content {
  left: -418px;
}

.hotpoint-circle__inner {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: white;
}

.hotpoint-title {
  font-size: 2.5rem;
  line-height: 3rem;
  font-weight: 600;
  margin-bottom: 6px;
}

.hotpoint-description {
  font-size: 1.4rem;
  line-height: 1.74rem;
  font-weight: 400;
}

/* hotpoints END */

/* video functions START */
.video-functions {
  max-width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 670px;
  padding: 0 40px;
  margin-top: 24px;
}

label.video-functions__label {
  position: relative;
  min-height: 212px;
  max-height: 212px;
  min-width: 275px;
  max-width: 275px;
  position: relative;
  border: unset;
  background-color: transparent;
  cursor: pointer;
}

img.video-functions__image {
  height: 100%;
  width: 100%;
  z-index: 10;
}

p.video-function__description,
p.video-function__description__euro,
p.video-function__description_mediaExpert {
  width: calc(100% - 10px);
  display: block;
  position: absolute;
  text-align: center;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.25rem;
  bottom: 0;
  color: #fff;
  background-color: #6dc4c3;
  padding: 5px;
  margin: 0;
  z-index: 50;
}

label.video-functions__label:first-of-type {
  padding-top: 0;
}

.video-functions__play {
  position: absolute;
  left: calc(50% - 29px);
  top: calc(50% - 29px);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background-color: #6dc4c3;
  z-index: 100;
}

.video-functions__play:before {
  content: 'âś';
  color: #fff;
  font-size: 24px;
  position: absolute;
  left: 22px;
  top: 11px;
}

.video-functions-list_web {
  height: 100%;
  padding-right: 14px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  width: fit-content;
  gap: 14px;
}

.video-functions-input-wrapper_web {
  width: 100%;
  height: 100%;
  overflow: hidden;
  padding-bottom: 2px;
  overflow: hidden;
}

input[name='slider-iframe'] {
  display: none;
}

.video-functions-iframe-list-wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  height: 100%;
  font-size: 0;
  transition: transform 600ms ease-in-out;
  opacity: 1;
}

.video-functions__iframe_web {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 11px;
}

.video-functions__iframe_web &gt; iframe {
  width: 100vmax;
  height: 100%;
  border: unset;
}

#iframe-0:checked ~ .video-functions-iframe-list-wrapper {
  transform: translateX(0);
}

#iframe-1:checked ~ .video-functions-iframe-list-wrapper {
  transform: translateX(-100%);
}

#iframe-2:checked ~ .video-functions-iframe-list-wrapper {
  transform: translateX(-200%);
}

.video-functions-list_mobile {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 16px;
}

.video-functions__iframe_mobile {
  position: relative;
  width: 100%;
}

.video-functions__iframe_mobile &gt; iframe {
  width: 100%;
  height: 320px;
  border: unset;
}

p.video-function__description_mobile,
p.video-function__description_mobile__euro,
p.video-function__description_mobile_mediaExpert {
  position: absolute;
  text-align: center;
  width: calc(100% - 15px);
  z-index: 50;
  bottom: 4px;
  background: rgba(65, 64, 71, 1);
  color: #fff;
  padding: 8px;
  margin-top: -4px;
}

/* video functions END */
/* functions START */
.functions {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
}

h2.functions-title {
  text-align: left;
  padding-left: 16px;
  border-left: 10px solid #6dc4c3;
  font-size: 3.5rem;
  line-height: 4.5rem;
  font-weight: 600;
  color: #000000;
  margin: 48px 0;
}

.functions-list {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 20px;
}

.functions-element-full {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.functions-row {
  width: 100%;
  display: flex;
  gap: 20px;
}

.functions-element-small {
  width: calc(50% - 8px);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  flex: 1;
  box-sizing: border-box;
}

.functions-element__txt {
  height: 100%;
  padding: 34px;
  background-color: #ececed;
}

h3.functions-element__txt-title {
  padding-left: 16px;
  border-left: 10px solid #6dc4c3;
}

.functions-element-full h3.functions-element__txt-title {
  font-size: 2.6rem;
  line-height: 3.1rem;
  font-weight: 600;
}

.functions-element-small h3.functions-element__txt-title {
  font-size: 2rem;
  line-height: 2.5rem;
  font-weight: 600;
}

.functions-element-full .functions-element__txt-text,
.functions-element-full .functions-element__txt-text__euro {
  padding-top: 24px;
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-weight: 400;
  white-space: break-spaces;
}

.functions-element-small .functions-element__txt-text,
.functions-element-small .functions-element__txt-text__euro {
  padding-top: 16px;
  font-size: 1.5rem;
  line-height: 2.4rem;
  font-weight: 400;
  white-space: break-spaces;
}

.functions-element-full &gt; img.functions-element__mobileImage,
.functions-element-full &gt; img.functions-element__webImage,
.functions-element-full &gt; video.functions-element__mobileImage,
.functions-element-full &gt; video.functions-element__webImage {
  width: 100%;
}

.functions-element-small &gt; img.functions-element__mobileImage,
.functions-element-small &gt; img.functions-element__webImage,
.functions-element-small &gt; video.functions-element__mobileImage,
.functions-element-small &gt; video.functions-element__webImage {
  width: 100%;
}

/* functions END */
/* hotpoints mobile START */
.hotpoints-image-container__mobile {
  display: none;
}

/* hotpoints mobile END */
/* dimensions START */
.dimensions {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 0 40px 48px 40px;
}

h2.dimensions-title {
  text-align: left;
  padding-left: 16px;
  border-left: 10px solid #6dc4c3;
  font-size: 3.5rem;
  line-height: 4.5rem;
  font-weight: 600;
  margin: 48px 0;
}

p.dimensions__paragraph {
  max-width: 800px;
  text-align: center;
  font-size: 1.3rem;
  line-height: 1.9rem;
  font-weight: 400;
  white-space: break-spaces;
}

img.dimensions__image {
  max-width: 100%;
}

/* dimensions END */
/* summary START */
.summary {
  max-width: 100%;
  padding: 0 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.summary-row {
  width: 100%;
  display: flex;
}

.summary-wrapper {
  box-sizing: border-box;
}

.summary-wrapper:nth-child(1) {
  flex: 2;
}

.summary-wrapper:nth-child(2) {
  flex: 3;
}

.summary-left-wrapper {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background-color: #414047;
  color: #ffffff;
}

.summary__properties {
  width: 85%;
  max-height: 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0;
  border-bottom: 1px solid #545359;
}

.summary__properties:first-of-type {
  margin-top: 30px;
}

.summary__properties:last-of-type {
  margin-bottom: 48px;
}

.summary__properties-label {
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 400;
}

.summary__properties-value {
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 600;
  text-align: right;
}

.summary-right-wrapper {
  height: 100%;
  padding: 0 48px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-evenly;
  background-color: #ececed;
}

h2.summary-title__web,
h2.summary-title__mobile {
  text-align: left;
  padding-left: 16px;
  border-left: 10px solid #6dc4c3;
  font-size: 3.5rem;
  line-height: 4.5rem;
  font-weight: 600;
  margin-bottom: 24px;
}

h2.summary-title__mobile {
  margin-top: 0;
}

p.summary-description__web,
p.summary-description__mobile {
  font-size: 1.3rem;
  line-height: 1.9rem;
  font-weight: 400;
  white-space: break-spaces;
  margin-bottom: 60px;
}

p.summary-description__mobile {
  padding: 0 16px;
  text-align: center;
  margin-bottom: 24px;
}

.summary-icons-list {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.summary-packshot-row {
  width: 100%;
  display: flex;
  gap: 14px;
}

.summary-icons {
  width: 50%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  flex: 1;
  box-sizing: border-box;
  height: 100%;
}

.summary-icons_title-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}

img.summary-icons__image {
  margin-right: 16px;
  max-width: 72px;
}

h3.summary-icons__title {
  font-size: 1.6rem;
  line-height: 2rem;
  font-weight: 600;
}

p.summary-icons__description,
p.summary-icons__description__euro {
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1.6rem;
  margin-left: 88px;
  white-space: break-spaces;
}

img.summary__image {
  max-width: 100%;
}

/* summary END */

/* comparison START */
.comparison {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 48px 0;
}

.comparison-title {
  text-align: left;
  font-size: 3.5rem;
  margin: 24px 0 80px;
  line-height: 40px;
  font-weight: 600;
  border-left: 10px solid #6dc4c3;
  padding-left: 16px;
}

.comparison-content {
  width: 100%;
  display: flex;
  position: relative;
  justify-content: center;
}

.comparison-params {
  width: 280px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.comparison-params__logo {
  height: 320px;
  width: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}

.comparison-params__logo img {
  height: 36px;
  margin: 30px 40px;
}

.comparison-params__list,
.comparison-item__properties {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.comparison-params__list :first-child,
.comparison-item__properties :first-child {
  border-top: 2px solid #e5e7eb;
}

.comparison-params__row {
  height: 86px;
  width: 100%;
  background: #f9fafb;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  border-bottom: 2px solid #e5e7eb;
  font-size: 22px;
  font-weight: 400;
  text-align: right;
}
.comparison-params__row-name {
  margin-right: 40px;
  border: none !important;
}

.comparison-items {
  max-width: 780px;
  display: flex;
  flex-shrink: 0;
  flex-direction: row;
  overflow-x: auto;
}

.comparison-item-current {
  width: 310px;
  display: flex;
  flex-shrink: 0;
  flex-direction: column;
  align-items: center;
  min-height: 400px;
  position: relative;
}

.comparison-item-current ::after {
  content: '';
  position: absolute;
  top: -10px;
  left: 0;
  right: 0;
  bottom: -40px;
  border-radius: 24px;
  z-index: 10;
  box-shadow: 0 0 10px 10px #00000002;
}

.comparison-item {
  width: 300px;
  display: flex;
  flex-shrink: 0;
  flex-direction: column;
  min-height: 400px;
}

.comparison-item__product {
  width: 100%;
  height: 320px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  gap: 24px;
}

.comparison-item__product img {
  max-width: 200px;
  max-height: 220px;
}

.comparison-item__product-name {
  font-size: 22px;
  font-weight: 400;
  color: #6fc3c3;
  text-align: center;
  padding-bottom: 24px;
}

.comparison-item__row {
  height: 86px;
  width: 100%;
  background: #f9fafb;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 2px solid #e5e7eb;
  font-size: 22px;
  font-weight: 400;
  border-left: 1px solid #e5e7eb;
}

.comparison-item-current__row {
  height: 86px;
  width: 100%;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 2px solid #e5e7eb;
  font-size: 22px;
  font-weight: 600;
}

.swipe-button {
  display: none;
}
/* comparison END */

/* photos START */
.photos {
  max-width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0 40px;
}

.photos-title {
  text-align: left;
  padding-left: 16px;
  border-left: 10px solid #6dc4c3;
  font-size: 3.5rem;
  line-height: 4.5rem;
  font-weight: 600;
  margin: 48px 0;
}

.photos-list {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-template-rows: repeat(7, 1fr);
  grid-gap: 24px;
}

img.photos__image, video.photos__image {
  display: block;
  width: 100%;
  height: 100%;
}

img.photos__image:nth-child(1), video.photos__image:nth-child(1) {
  grid-column-start: 1;
  grid-column-end: 5;
  grid-row-start: 1;
  grid-row-end: 4;
}

img.photos__image:nth-child(2), video.photos__image:nth-child(2) {
  grid-column-start: 5;
  grid-column-end: 9;
  grid-row-start: 1;
  grid-row-end: 3;
}

img.photos__image:nth-child(3), video.photos__image:nth-child(3) {
  grid-column-start: 9;
  grid-column-end: 13;
  grid-row-start: 1;
  grid-row-end: 3;
}

img.photos__image:nth-child(4), video.photos__image:nth-child(4) {
  grid-column-start: 1;
  grid-column-end: 5;
  grid-row-start: 4;
  grid-row-end: 7;
}

img.photos__image:nth-child(5), video.photos__image:nth-child(5) {
  grid-column-start: 5;
  grid-column-end: 13;
  grid-row-start: 3;
  grid-row-end: 6;
}

img.photos__image:nth-child(6), video.photos__image:nth-child(6) {
  grid-column-start: 5;
  grid-column-end: 9;
  grid-row-start: 6;
  grid-row-end: 8;
}

img.photos__image:nth-child(7), video.photos__image:nth-child(7) {
  grid-column-start: 9;
  grid-column-end: 13;
  grid-row-start: 6;
  grid-row-end: 8;
}

/* photos END */
/* footer START */
.footer-div {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 24px;
}

.footer-image {
  width: 100%;
}

.footer-mobile {
  display: none;
}

/* footer END */

/* Keyframes START */
@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}
/* Keyframes END */

/* breakpoints START*/

/*sc_cut_1400*/@media (min-width: 1100px) and (max-width: 1400px) {/*sc_cut_1400*/
  .comparison-items {
    max-width: 440px !important;
  }
/*sc_cut_1400*/}/*sc_cut_1400*/

 
  p {
    font-size: 1rem !important;
    line-height: 1.2rem !important;
  }

  h1 {
    font-size: 3rem !important;
    line-height: 4rem !important;
  }

  h2 {
    font-size: 2rem !important;
    line-height: 2.5rem !important;
  }

  h3 {
    font-size: 1.5rem !important;
    line-height: 2rem !important;
  }

  .icons-list__web {
    gap: 12px;
  }

  h3.icons__title {
    font-size: 1.2rem !important;
    line-height: 1.5rem !important;
  }

  .icons__hover-wrapper {
    width: unset;
  }

  .packshot-img {
    max-width: 250px;
  }

  p#paragraph-close,
  p#paragraph-open {
    min-width: unset !important;
  }

  .toggle:after {
    width: 102px;
    top: 4px;
  }

  .checkbox:checked + .toggle::after {
    left: 100px;
  }

  .hotpoints-info__text {
    font-size: 1.4rem;
    line-height: 1.8rem;
    max-width: 180px;
  }

  .hotpoints-info__image {
    margin-top: 10px;
    height: 60px;
  }

  .hotpoint-circle,
  .hotpoint-circle-left {
    width: 22px;
    height: 22px;
  }

  .hotpoint-circle__inner {
    width: 8px;
    height: 8px;
  }

  .hotpoint-circle:hover + .hotpoint-content,
  .hotpoint-circle-left:hover + .hotpoint-content {
    width: 250px;
  }

  .hotpoint-circle:hover + .hotpoint-content {
    left: 20px;
  }

  .hotpoint-circle-left:hover + .hotpoint-content {
    left: -305px;
  }

  .hotpoint-title {
    font-size: 1.6rem;
    line-height: 1.8rem;
  }

  .hotpoint-description {
    font-size: 1rem;
    line-height: 1.2rem;
  }

  .summary-row {
    flex-direction: column-reverse !important;
  }

  .summary-right-wrapper {
    padding: 40px;
  }

  .summary__properties {
    width: 50%;
  }

  img.summary__image {
    width: unset;
  }

  .comparison-item__product img {
    max-width: 170px;
    max-height: 220px;
  }

  .comparison-item-current {
    width: 210px;
  }

  .comparison-item {
    width: 200px;
  }

  .comparison-items {
    max-width: 226px;
  }
 

@media (min-width: 766px) {
  .first_lead-wrapper__web,
  .icons-list__web,
  .video-functions-list_web,
  .video-functions-input-wrapper_web,
  img.functions-element__webImage,
  video.functions-element__webImage,
  h2.summary-title__web {
    display: flex !important;
  }

  p.summary-description__web {
    display: block !important;
  }

  .first_lead-wrapper__mobile,
  .icons-list__mobile,
  .video-functions-list_mobile,
  img.functions-element__mobileImage,
  video.functions-element__mobileImage,
  h2.summary-title__mobile,
  p.summary-description__mobile {
    display: none !important;
  }
}

/*sc_cut_766*/@media (max-width: 766px) {/*sc_cut_766*/
  p {
    font-size: 16px !important;
    line-height: 24px !important;
    font-weight: 400 !important;
  }

  h2 {
    font-size: 32px !important;
    line-height: 40px !important;
    font-weight: 600 !important;
    border-left: none !important;
  }

  h3 {
    font-size: 18px !important;
    line-height: 30px !important;
    font-weight: 500 !important;
  }

  h2.first_lead__title {
    border-left: 8px solid #6dc4c3 !important;
    padding-left: 16px;
  }

  h3.functions-element__txt-title {
    border-left: 4px solid #6dc4c3 !important;
    padding-left: 8px;
    font-weight: 600 !important;
  }

  h2.functions-title,
  h2.dimensions-title,
  h2.summary-title__mobile {
    text-align: center !important;
    padding-left: 0 !important;
  }

  .first_lead-wrapper__web,
  .icons-list__web,
  .video-functions-list_web,
  .video-functions-input-wrapper_web,
  img.functions-element__webImage,
  video.functions-element__webImage,
  .photos,
  h2.summary-title__web,
  p.summary-description__web {
    display: none !important;
  }

  .first_lead-wrapper__mobile,
  .video-functions-list_mobile,
  img.functions-element__mobileImage,
  video.functions-element__mobileImage,
  h2.summary-title__mobile {
    display: flex !important;
  }

  p.summary-description__mobile {
    display: block !important;
  }

  .packshot-wrapper {
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
  }

  .packshot-left-wrapper {
    width: fit-content !important;
    height: fit-content !important;
    padding: 64px 0 !important;
  }

  .packshot-right-wrapper {
    width: fit-content !important;
  }

  p#paragraph-close,
  p#paragraph-open {
    min-width: unset !important;
  }

  .toggle:after {
    width: 100px !important;
  }

  .checkbox:checked + .toggle::after {
    left: 100px !important;
  }

  .hotpoints-image-container {
    display: none !important;
  }

  .video-functions {
    height: unset !important;
  }

  .functions {
    padding-top: 0 !important;
  }

  .functions-row {
    flex-direction: column !important;
  }

  .functions-element-small {
    width: 100% !important;
  }

  .dimensions {
    margin-top: unset !important;
  }

  .hotpoints-image-container__mobile {
    width: 100% !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    position: relative !important;
  }

  .hotpoints-image__mobile {
    width: 100% !important;
    object-fit: contain !important;
  }

  .hotpoints-content-container__mobile {
    width: 100% !important;
    display: flex !important;
    flex-direction: column !important;
    position: absolute !important;
    bottom: 0 !important;
    z-index: 200 !important;
  }

  .hotpoints-content-container__mobile button {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    gap: 2px !important;
    width: 116px !important;
    height: 44px !important;
    background-color: rgba(0, 0, 0, 0.4) !important;
    color: white !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    border: none !important;
    border-radius: 50px !important;
    margin: 20px auto !important;
  }

  .hotpoints-content-container__mobile img {
    width: 24px !important;
    height: 24px !important;
  }

  .hotpoints-content__mobile {
    display: flex !important;
    align-items: center !important;
    overflow-x: scroll !important;
    scroll-snap-type: x mandatory !important;
    scrollbar-width: none !important;
    -ms-overflow-style: none !important;
    scroll-behavior: smooth !important;
  }

  .hotpoints-content__mobile::-webkit-scrollbar {
    display: none !important;
  }

  .hotpoints-content-item__mobile {
    flex-shrink: 0 !important;
    width: 250px !important;
    height: 135px !important;
    scroll-snap-align: center !important;
    background-color: #fff !important;
    border-radius: 16px !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 4px !important;
    padding: 12px !important;
    cursor: pointer !important;
    margin-left: 15px !important;
  }

  .hotpoint-title__mobile {
    font-size: 18px !important;
    font-weight: 600 !important;
  }

  .hotpoint-description__mobile {
    font-size: 16px !important;
    line-height: 20px !important;
    height: 80px !important;
    overflow-y: scroll !important;
    scroll-behavior: smooth !important;
  }

  .summary {
    padding: 0 !important;
  }

  .summary-row {
    flex-direction: column !important;
  }

  h3.summary-icons__title,
  p.summary-icons__description,
  p.summary-icons__description__euro {
    margin-top: -30px !important;
  }

  .summary-left-wrapper {
    padding: 16px 0 !important;
  }

  .summary-packshot-row {
    flex-direction: column !important;
  }

  .summary__properties {
    width: 85% !important;
  }

  .summary-icons {
    width: 100% !important;
  }

  .summary-right-wrapper {
    padding: 24px 16px !important;
  }

  img.summary__image {
    max-width: 90% !important;
  }

  .comparison {
    padding: 0 !important;
    margin: 24px 0 24px !important;
  }

  .comparison-content {
    justify-content: flex-start !important;
  }

  .comparison-title {
    margin: 24px 0 48px !important;
    font-size: 30px !important;
  }

  .comparison-params {
    width: 38% !important;
  }

  .comparison-params__logo {
    height: 180px !important;
  }

  .comparison-params__logo img {
    height: 24px !important;
    margin: 15px 12px !important;
  }

  .comparison-params__row {
    height: 64px !important;
    font-size: 14px !important;
  }
  .comparison-params__row-name {
    margin-right: 12px !important;
  }

  .comparison-items {
    position: absolute !important;
    top: 0 !important;
    right: 0 !important;
    left: 68% !important;
    scroll-snap-type: x mandatory !important;
    scrollbar-width: none !important;
    -ms-overflow-style: none !important;
    scroll-behavior: smooth !important;
  }

  .comparison-item-current {
    width: 30% !important;
    min-height: 180px !important;
  }

  .comparison-item-current ::after {
    bottom: -23px !important;
    border: 1px solid #e5e7eb !important;
    box-shadow: none !important;
    padding: 0 4px !important;
  }

  .comparison-item {
    width: 92% !important;
    min-height: 180px !important;
  }

  .comparison-item__product {
    height: 180px !important;
    gap: 10px !important;
  }

  .comparison-item__product img {
    max-height: 120px !important;
    max-width: 90% !important;
  }

  .comparison-item__product-name {
    font-size: 14px !important;
    padding-bottom: 10px !important;
  }

  .comparison-item__row {
    height: 64px !important;
    font-size: 14px !important;
  }

  .comparison-item-current__row {
    height: 64px !important;
    font-size: 14px !important;
  }

  .swipe-button {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    gap: 2px !important;
    width: 116px !important;
    height: 44px !important;
    background-color: rgba(0, 0, 0, 0.4) !important;
    color: white !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    border: none !important;
    border-radius: 50px !important;
    margin: 40px 12px 40px auto !important;
  }

  .swipe-button img {
    height: 30px !important;
  }

  .footer-div {
    display: none !important;
  }

  .footer-mobile {
    display: flex !important;
  }

  .footer-mobile-image {
    width: 100% !important;
  }
/*sc_cut_766*/}/*sc_cut_766*/

/* breakpoints END*/

.no-display {
  display: none !important;
}

.block-display {
  display: block !important;
}

.flex-display {
  display: flex !important;
}
</pre></body></html>