/*!**********************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[3]!./src/main/resources/static/sass/inspirationsubthematic/inspirationsubthematic.src.scss ***!
  \**********************************************************************************************************************************************************************************************************************************************************************************/
/**
 * Do not edit directly, this file was auto-generated.
 */
.ml-container {
  padding-inline: 1rem;
  width: 100%;
  box-sizing: border-box;
  margin-inline: auto;
}
@media (width >= 680px) {
  .ml-container {
    padding-inline: 1.5rem;
  }
}
@media (width >= 1024px) {
  .ml-container {
    padding-inline: initial;
    max-width: 944px;
  }
}
@media (width >= 1280px) {
  .ml-container {
    max-width: 1200px;
  }
}
@media (width >= 1920px) {
  .ml-container {
    max-width: 1480px;
  }
}
.ml-container--fluid {
  max-width: none;
}
@media (width >= 1024px) {
  .ml-container--fluid {
    padding-inline: 2.5rem;
  }
}

.ml-flex {
  display: flex;
  flex-flow: row wrap;
  align-items: flex-start;
}
.ml-flex--space-around {
  justify-content: space-around;
}
.ml-flex--justify-between {
  justify-content: space-between;
}
.ml-flex--justify-evenly {
  justify-content: space-evenly;
}
.ml-flex--justify-start {
  justify-content: flex-start;
}
.ml-flex--justify-center {
  justify-content: center;
  -ms-flex-pack: center;
}
.ml-flex--justify-end {
  justify-content: flex-end;
}
.ml-flex--items-stretch {
  align-items: stretch;
}
.ml-flex--items-start {
  align-items: flex-start;
}
.ml-flex--items-center {
  align-items: center;
}
.ml-flex--items-end {
  align-items: flex-end;
}

.mc-star-rating {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}
.mc-star-rating--standard .mc-star-rating__icon {
  color: #000000;
  fill: currentcolor;
}
.mc-star-rating--accent .mc-star-rating__icon {
  color: #ea7315;
  fill: currentcolor;
}
.mc-star-rating--slider {
  cursor: pointer;
}
.mc-star-rating--link {
  text-decoration: none;
  cursor: pointer;
}
.mc-star-rating--link:not(:hover) .mc-star-rating__info {
  text-decoration: underline;
}
.mc-star-rating--s .mc-star-rating__icon {
  width: 1.25rem;
  height: 1.25rem;
}
.mc-star-rating--s .mc-star-rating__info {
  font-size: 0.875rem;
}
.mc-star-rating--m .mc-star-rating__icon {
  width: 1.5rem;
  height: 1.5rem;
}
.mc-star-rating--m .mc-star-rating__info {
  font-size: 1rem;
}
.mc-star-rating--l .mc-star-rating__icon {
  width: 2rem;
  height: 2rem;
}
.mc-star-rating--l .mc-star-rating__info {
  font-size: 1.125rem;
}
.mc-star-rating__wrapper {
  display: flex;
  align-items: center;
}
.mc-star-rating__info {
  font-weight: 600;
  line-height: 1.3;
  color: #000000;
}

.mc-tag {
  font-size: 0.875rem;
  border-radius: 2rem;
  height: 2rem;
  padding-inline: 0.75rem;
  box-sizing: border-box;
  display: inline-flex;
  gap: 0.25rem;
  align-items: center;
  background: #ffffff;
  color: #242938;
  border: 0.0625rem solid #c9d0de;
}
.mc-tag--s {
  font-size: 0.75rem;
  border-radius: 1.5rem;
  height: 1.5rem;
  padding-inline: 0.5rem;
}
.mc-tag--l {
  font-size: 0.875rem;
  border-radius: 2.5rem;
  height: 2.5rem;
  padding-inline: 1rem;
}
.mc-tag.is-disabled, .mc-tag:disabled {
  cursor: not-allowed;
  background: #d9d9d9;
  color: #737373;
  border-color: #d9d9d9;
  box-shadow: none;
}
.mc-tag.is-disabled .mc-badge, .mc-tag:disabled .mc-badge {
  color: currentcolor;
}

.mc-tag-interactive {
  text-decoration: none;
  outline: none;
  cursor: pointer;
  font-weight: 600;
}
.mc-tag-interactive:not(:disabled):hover {
  box-shadow: inset 0 0 0 0.0625rem #8891aa;
}
.mc-tag-interactive:focus-visible {
  box-shadow: 0 0 0 0.125rem var(--focus-color-mid, #ffffff), 0 0 0 0.25rem var(--focus-color-outer, #000000);
  outline: 0.125rem solid transparent;
  outline-offset: 0.125rem;
}

.mc-tag-contextualised {
  text-decoration: none;
  outline: none;
  color: #ffffff;
  border: none;
  background: #117f03;
  cursor: pointer;
  font-weight: 600;
  padding-inline-end: 1rem;
  padding-inline-start: 0.5rem;
}
.mc-tag-contextualised:not(:disabled):hover {
  background: #006902;
}
.mc-tag-contextualised:focus-visible {
  box-shadow: 0 0 0 0.125rem var(--focus-color-mid, #ffffff), 0 0 0 0.25rem var(--focus-color-outer, #000000);
  outline: 0.125rem solid transparent;
  outline-offset: 0.125rem;
}
.mc-tag-contextualised.mc-tag--s {
  padding-inline-end: 0.5rem;
  padding-inline-start: 0.25rem;
}

.mc-tag-removable {
  gap: 0.125rem;
  padding: 0 0 0 1rem;
  background: #242938;
  color: #ffffff;
  border: none;
}
.mc-tag-removable__remove {
  width: 2rem;
  height: 2rem;
  background-size: 1.5rem;
  background: transparent;
  border: none;
  padding: 0.25rem;
  display: block;
  cursor: pointer;
  border-radius: 100%;
}
.mc-tag-removable__remove:hover {
  background: #343b4c;
}
.mc-tag-removable__remove:focus-visible {
  box-shadow: 0 0 0 0.125rem var(--focus-color-mid, #ffffff), 0 0 0 0.25rem var(--focus-color-outer, #000000);
  outline: 0.125rem solid transparent;
  outline-offset: 0.125rem;
}
.mc-tag-removable__icon {
  fill: #c9d0de;
  width: 1.5rem;
  height: 1.5rem;
}
.mc-tag-removable__text {
  height: 0;
  width: 0;
  overflow: hidden;
  position: absolute;
  top: -1000px;
  left: -1000px;
  text-align: left;
  opacity: 0;
}
.mc-tag-removable.mc-tag--s {
  padding: 0 0 0 0.5rem;
}
.mc-tag-removable.mc-tag--s .mc-tag-removable__remove {
  width: 1.5rem;
  height: 1.5rem;
  padding: 0.125rem;
}
.mc-tag-removable.mc-tag--s .mc-tag-removable__icon {
  width: 1.25rem;
  height: 1.25rem;
}
.mc-tag-removable.mc-tag--l .mc-tag-removable__remove {
  width: 2.5rem;
  height: 2.5rem;
}
.mc-tag-removable.mc-tag--l .mc-tag-removable__icon {
  width: 2rem;
  height: 2rem;
}

.mc-tag-selectable {
  white-space: nowrap;
  cursor: pointer;
  padding-inline-start: 0.5rem;
  font-weight: 600;
}
.mc-tag-selectable:hover {
  box-shadow: inset 0 0 0 0.0625rem #8891aa;
}
.mc-tag-selectable:has(:focus-visible) {
  box-shadow: 0 0 0 0.125rem var(--focus-color-mid, #ffffff), 0 0 0 0.25rem var(--focus-color-outer, #000000);
  outline: 0.125rem solid transparent;
  outline-offset: 0.125rem;
}
.mc-tag-selectable:has(:checked) {
  background: #117f03;
  color: #ffffff;
  border: none;
}
.mc-tag-selectable:has(:checked)::before {
  display: inline-block;
  content: "";
  height: 1.25rem;
  width: 1.25rem;
  background-color: #ffffff;
  mask: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 aria-hidden=%27true%27 height=%271.25rem%27 width=%271.25rem%27 viewBox=%270 0 20 20%27%3E%3Cg clip-path=%27url%28%23a%29%27%3E%3Cpath fill-rule=%27evenodd%27 d=%27M14.697 6.553a.75.75 0 0 1 0 1.06l-5.833 5.834a.75.75 0 0 1-1.06 0l-2.5-2.5a.75.75 0 0 1 1.06-1.06l1.97 1.97 5.303-5.304a.75.75 0 0 1 1.06 0%27/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id=%27a%27%3E%3Cpath fill=%27%23fff%27 d=%27M0 0h20v20H0z%27/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E") no-repeat center/contain;
}
.mc-tag-selectable:has(:checked):not(:has(:disabled)):hover {
  background: #006902;
  border-color: #006902;
  box-shadow: none;
}
.mc-tag-selectable:has(:disabled) {
  cursor: not-allowed;
  background: #d9d9d9;
  color: #737373;
  border-color: #d9d9d9;
  box-shadow: none;
}
.mc-tag-selectable:has(:disabled)::before {
  mask: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 aria-hidden=%27true%27 height=%271.25rem%27 width=%271.25rem%27 viewBox=%270 0 20 20%27%3E%3Cg clip-path=%27url%28%23a%29%27%3E%3Cpath fill-rule=%27evenodd%27 d=%27M14.697 6.553a.75.75 0 0 1 0 1.06l-5.833 5.834a.75.75 0 0 1-1.06 0l-2.5-2.5a.75.75 0 0 1 1.06-1.06l1.97 1.97 5.303-5.304a.75.75 0 0 1 1.06 0%27/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id=%27a%27%3E%3Cpath fill=%27%23fff%27 d=%27M0 0h20v20H0z%27/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E") no-repeat center/contain;
}
.mc-tag-selectable .mc-tag__input {
  height: 0;
  width: 0;
  overflow: hidden;
  position: absolute;
  top: -1000px;
  left: -1000px;
  text-align: left;
  opacity: 0;
}
.mc-tag-selectable .mc-tag__label {
  user-select: none;
}
.mc-tag-selectable.mc-tag--s {
  padding-inline-start: 0.25rem;
  gap: 0.125rem;
}
.mc-tag-selectable.mc-tag--l {
  padding-inline-start: 0.75rem;
}

.mc-button {
  color: #ffffff;
  background-color: #464e63;
}
.mc-button:hover {
  background-color: #343b4c;
  color: #ffffff;
}
.mc-button:active {
  background-color: #242938;
}
.mc-button:disabled {
  background-color: #d9d9d9;
  border-color: transparent;
  color: #737373;
  cursor: not-allowed;
}
.mc-button {
  font-weight: 600;
  padding: 0 calc(1rem - 0.125rem);
  min-height: 3rem;
  min-width: 3rem;
  border-radius: 0.25rem;
}
.mc-button .mc-button__label {
  font-size: 1rem;
}
.mc-button {
  display: inline-flex;
  justify-content: center;
  vertical-align: middle;
  text-align: center;
  border: 2px solid transparent;
  transition: all ease 200ms;
  transition: box-shadow 200ms ease;
  align-items: center;
  box-sizing: border-box;
  font-family: inherit;
  fill: currentcolor;
  gap: 0.25rem;
  cursor: pointer;
}
.mc-button__label {
  font-size: 1rem;
}
.mc-button__icon {
  flex-shrink: 0;
  width: 1.5rem;
  height: 1.5rem;
}
.mc-button:disabled {
  background-color: #d9d9d9;
  border-color: transparent;
  color: #737373;
  cursor: not-allowed;
}
.mc-button:focus {
  box-shadow: none;
  outline: none;
}
.mc-button:focus-visible {
  box-shadow: 0 0 0 0.125rem var(--focus-color-mid, #ffffff), 0 0 0 0.25rem var(--focus-color-outer, #000000);
  outline: 0.125rem solid transparent;
  outline-offset: 0.125rem;
}
.mc-button--s {
  padding: 0 calc(0.75rem - 0.125rem);
  min-height: 2rem;
  min-width: 2rem;
  border-radius: 0.25rem;
}
.mc-button--s .mc-button__label {
  font-size: 0.875rem;
}
.mc-button--s .mc-button__icon {
  width: 1.25rem;
  height: 1.25rem;
}
.mc-button--s .mc-button__icon:only-child {
  width: 1.25rem;
  height: 1.25rem;
}
.mc-button--m {
  padding: 0 calc(1rem - 0.125rem);
  min-height: 3rem;
  min-width: 3rem;
  border-radius: 0.25rem;
}
.mc-button--m .mc-button__label {
  font-size: 1rem;
}
.mc-button--m .mc-button__icon {
  width: 1.5rem;
  height: 1.5rem;
}
.mc-button--m .mc-button__icon:only-child {
  width: 1.5rem;
  height: 1.5rem;
}
.mc-button--l {
  padding: 0 calc(1.25rem - 0.125rem);
  min-height: 4rem;
  min-width: 4rem;
  border-radius: 0.25rem;
}
.mc-button--l .mc-button__label {
  font-size: 1.125rem;
}
.mc-button--l .mc-button__icon {
  width: 2rem;
  height: 2rem;
}
.mc-button--l .mc-button__icon:only-child {
  width: 2rem;
  height: 2rem;
}
.mc-button--icon-only {
  padding: 0.25rem;
}
.mc-button--outlined {
  color: #242938;
  border-color: #8891aa;
  background-color: #ffffff;
}
.mc-button--outlined:hover {
  background-color: #eff1f6;
  color: #242938;
}
.mc-button--outlined:active {
  background-color: #c9d0de;
}
.mc-button--outlined:disabled {
  background-color: #d9d9d9;
  border-color: transparent;
  color: #737373;
  cursor: not-allowed;
}
.mc-button--ghost {
  color: #242938;
  background-color: rgba(255, 255, 255, 0.01);
}
.mc-button--ghost:hover {
  background-color: rgba(70, 78, 99, 0.1);
  color: #242938;
}
.mc-button--ghost:active {
  background-color: rgba(70, 78, 99, 0.2);
}
.mc-button--ghost:disabled {
  background-color: #d9d9d9;
  border-color: transparent;
  color: #737373;
  cursor: not-allowed;
}
.mc-button--accent {
  color: #ffffff;
  background-color: #117f03;
}
.mc-button--accent:hover {
  background-color: #006902;
  color: #ffffff;
}
.mc-button--accent:active {
  background-color: #035010;
}
.mc-button--accent:disabled {
  background-color: #d9d9d9;
  border-color: transparent;
  color: #737373;
  cursor: not-allowed;
}
.mc-button--danger {
  color: #ffffff;
  background-color: #c61112;
}
.mc-button--danger:hover {
  background-color: #8c0003;
  color: #ffffff;
}
.mc-button--danger:active {
  background-color: #530000;
}
.mc-button--danger:disabled {
  background-color: #d9d9d9;
  border-color: transparent;
  color: #737373;
  cursor: not-allowed;
}
.mc-button--inverse {
  --focus-color-mid: #000000;
  --focus-color-outer: #ffffff;
  color: #242938;
  background-color: #ffffff;
}
.mc-button--inverse:hover {
  background-color: #e6e6e6;
  color: #242938;
}
.mc-button--inverse:active {
  background-color: #cccccc;
}
.mc-button--inverse:disabled {
  background-color: #d9d9d9;
  border-color: transparent;
  color: #737373;
  cursor: not-allowed;
}
.mc-button--icon-button {
  border-radius: 100%;
  padding: 0;
}
.mc-button--loading {
  pointer-events: none;
}
.mc-button--loading .mc-button__loader {
  position: absolute;
  color: currentcolor;
}
.mc-button--loading .mc-button__label,
.mc-button--loading .mc-button__icon {
  visibility: hidden;
}
.mc-button--outlined.mc-button--standard {
  color: #242938;
  border-color: #8891aa;
  background-color: #ffffff;
}
.mc-button--outlined.mc-button--standard:hover {
  background-color: #eff1f6;
  color: #242938;
}
.mc-button--outlined.mc-button--standard:active {
  background-color: #c9d0de;
}
.mc-button--outlined.mc-button--standard:disabled {
  background-color: #d9d9d9;
  border-color: transparent;
  color: #737373;
  cursor: not-allowed;
}
.mc-button--outlined.mc-button--accent {
  color: #117f03;
  border-color: #78be20;
  background-color: #ffffff;
}
.mc-button--outlined.mc-button--accent:hover {
  background-color: #ebf5de;
  color: #117f03;
}
.mc-button--outlined.mc-button--accent:active {
  background-color: #c5e39e;
}
.mc-button--outlined.mc-button--accent:disabled {
  background-color: #d9d9d9;
  border-color: transparent;
  color: #737373;
  cursor: not-allowed;
}
.mc-button--outlined.mc-button--danger {
  color: #c61112;
  border-color: #ef5f5c;
  background-color: #ffffff;
}
.mc-button--outlined.mc-button--danger:hover {
  background-color: #fdeaea;
  color: #c61112;
}
.mc-button--outlined.mc-button--danger:active {
  background-color: #f8bcbb;
}
.mc-button--outlined.mc-button--danger:disabled {
  background-color: #d9d9d9;
  border-color: transparent;
  color: #737373;
  cursor: not-allowed;
}
.mc-button--outlined.mc-button--inverse {
  color: #ffffff;
  border-color: #ffffff;
  background-color: rgba(255, 255, 255, 0.01);
}
.mc-button--outlined.mc-button--inverse:hover {
  background-color: rgba(255, 255, 255, 0.1);
  color: #ffffff;
}
.mc-button--outlined.mc-button--inverse:active {
  background-color: rgba(255, 255, 255, 0.2);
}
.mc-button--outlined.mc-button--inverse:disabled {
  background-color: #d9d9d9;
  border-color: transparent;
  color: #737373;
  cursor: not-allowed;
}
.mc-button--ghost.mc-button--standard {
  color: #242938;
  background-color: rgba(255, 255, 255, 0.01);
}
.mc-button--ghost.mc-button--standard:hover {
  background-color: rgba(70, 78, 99, 0.1);
  color: #242938;
}
.mc-button--ghost.mc-button--standard:active {
  background-color: rgba(70, 78, 99, 0.2);
}
.mc-button--ghost.mc-button--standard:disabled {
  background-color: #d9d9d9;
  border-color: transparent;
  color: #737373;
  cursor: not-allowed;
}
.mc-button--ghost.mc-button--accent {
  color: #117f03;
  background-color: rgba(255, 255, 255, 0.01);
}
.mc-button--ghost.mc-button--accent:hover {
  background-color: rgba(17, 127, 3, 0.1);
  color: #117f03;
}
.mc-button--ghost.mc-button--accent:active {
  background-color: rgba(17, 127, 3, 0.2);
}
.mc-button--ghost.mc-button--accent:disabled {
  background-color: #d9d9d9;
  border-color: transparent;
  color: #737373;
  cursor: not-allowed;
}
.mc-button--ghost.mc-button--danger {
  color: #c61112;
  background-color: rgba(255, 255, 255, 0.01);
}
.mc-button--ghost.mc-button--danger:hover {
  background-color: rgba(198, 17, 18, 0.1);
  color: #c61112;
}
.mc-button--ghost.mc-button--danger:active {
  background-color: rgba(198, 17, 18, 0.2);
}
.mc-button--ghost.mc-button--danger:disabled {
  background-color: #d9d9d9;
  border-color: transparent;
  color: #737373;
  cursor: not-allowed;
}
.mc-button--ghost.mc-button--inverse {
  color: #ffffff;
  background-color: rgba(255, 255, 255, 0.01);
}
.mc-button--ghost.mc-button--inverse:hover {
  background-color: rgba(255, 255, 255, 0.1);
  color: #ffffff;
}
.mc-button--ghost.mc-button--inverse:active {
  background-color: rgba(255, 255, 255, 0.2);
}
.mc-button--ghost.mc-button--inverse:disabled {
  background-color: #d9d9d9;
  border-color: transparent;
  color: #737373;
  cursor: not-allowed;
}

.mt-title {
  font-weight: 600;
}
.mt-title--l {
  font-size: 1.75rem;
  line-height: 2.275rem;
}
.mt-title--m {
  font-size: 1.5rem;
  line-height: 1.95rem;
}
.mt-title--s {
  font-size: 1.125rem;
  line-height: 1.4625rem;
}

.mc-carousel {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
}
.mc-carousel__header {
  display: flex;
  align-items: flex-start;
}
.mc-carousel__headings {
  display: flex;
  flex-direction: column;
  row-gap: 0.25rem;
  flex: 1;
  align-items: flex-start;
  color: #000000;
}
.mc-carousel__controls {
  display: flex;
  column-gap: 0.5rem;
  margin: 0.25rem 0.25rem 0 0;
}
.mc-carousel__content {
  display: flex;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
}
.mc-carousel__content > * {
  scroll-snap-align: start;
}

.mc-pagination {
  align-items: center;
  display: flex;
  justify-content: center;
  gap: 0.5rem;
}
.mc-pagination__label {
  height: 0;
  width: 0;
  overflow: hidden;
  position: absolute;
  top: -1000px;
  left: -1000px;
  text-align: left;
  opacity: 0;
}

/* stylelint-disable string-no-newline */
.mc-select {
  position: relative;
  display: block;
  width: 100%;
}
.mc-select::after {
  content: "";
  pointer-events: none;
  position: absolute;
  top: 50%;
  right: 1rem;
  transform: translateY(-50%);
  width: 1rem;
  height: 1rem;
  background-color: #000000;
  mask: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 aria-hidden=%27true%27 height=%271rem%27 width=%271rem%27 viewBox=%270 0 16 16%27%3E%3Cpath d=%27M8 11.5a1 1 0 01-.71-.29l-5-5a1 1 0 011.42-1.42L8 9.09l4.29-4.3a1 1 0 111.42 1.42l-5 5a1 1 0 01-.71.29z%27/%3E%3C/svg%3E") no-repeat center/contain;
}
.mc-select__control {
  appearance: none;
  font-family: inherit;
  transition: box-shadow 200ms ease;
  font-size: 1rem;
  line-height: 1.3;
  height: 3rem;
  padding: 0 3rem 0 0.75rem;
  background-position: right 1rem center;
  border: 0.0625rem solid #666666;
  display: block;
  width: 100%;
  color: #000000;
  background-color: #ffffff;
  text-overflow: ellipsis;
  border-radius: 0.25rem;
}
.mc-select__control:hover {
  border-color: #4d4d4d;
  box-shadow: 0 0 0 0.0625rem #4d4d4d;
}
.mc-select__control:focus {
  box-shadow: 0 0 0 0.125rem var(--focus-color-mid, #ffffff), 0 0 0 0.25rem var(--focus-color-outer, #000000);
  outline: 0.125rem solid transparent;
  outline-offset: 0.125rem;
}
.mc-select__control:disabled {
  background-color: #d9d9d9;
  border-color: transparent;
  cursor: not-allowed;
  box-shadow: none;
  color: #737373;
}
.mc-select__control--readonly {
  border-color: #cccccc;
  pointer-events: none;
}
.mc-select__control.is-invalid {
  border-color: #ea302d;
  box-shadow: 0 0 0 0.0625rem #ea302d;
}
.mc-select__control.is-invalid:hover {
  border-color: #c61112;
  box-shadow: 0 0 0 0.0625rem #c61112;
}
.mc-select--s .mc-select__control {
  font-size: 0.875rem;
  line-height: 1.3;
  height: 2rem;
  padding: 0 2rem 0 0.5rem;
  background-position: right 0.5rem center;
}

/* stylelint-enable string-no-newline */
.o-tags {
  margin-bottom: 1.75rem;
}
.o-tags:not(.ml-container) {
  padding-right: 0;
}
@media (width >= 680px) {
  .o-tags {
    margin-bottom: 3rem;
  }
  .o-tags:not(.ml-container) {
    padding-right: initial;
  }
}
.o-tags__list {
  display: flex;
  overflow-x: auto;
}
@media (width >= 680px) {
  .o-tags__list {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.o-tags__item {
  min-width: fit-content;
  margin-right: 0.75rem;
  margin-bottom: 0.75rem;
  margin-top: 0.25rem;
}
.o-tags__item:last-child {
  margin-right: 0;
}
.o-tags__item:last-child .mc-tag-link {
  margin-right: 1rem;
}
@media (width >= 680px) {
  .o-tags__item:last-child .mc-tag-link {
    margin-right: 0;
  }
}

.o-pinterest {
  position: absolute;
  z-index: 2;
  fill: #ffffff;
}
.o-pinterest--right {
  right: 0.75rem;
}
.o-pinterest--left {
  left: 0.75rem;
}
.o-pinterest::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 32px;
  height: 32px;
}
.o-pinterest::before {
  content: "";
  position: absolute;
  width: 32px;
  height: 32px;
  border-radius: 20%;
  background-color: #ffffff;
  opacity: 0;
  transition: all 0.18s;
  z-index: -1;
  transform: scale(0);
}
.o-pinterest:hover {
  fill: #ea302d;
}
.o-pinterest:hover::before {
  transform: scale(1);
  opacity: 1;
}

.o-tags--aside {
  margin-bottom: 2rem;
}
@media (width >= 1280px) {
  .o-tags--aside {
    width: 1200px;
  }
}
.o-tags--aside .o-tags {
  margin-bottom: 0;
}
.o-tags--aside .o-tags__inner {
  margin-bottom: 1.5rem;
  padding: 1.5rem 1.5rem 2rem;
  border: 1px solid #cccccc;
  border-radius: 4px;
}
@media (width >= 680px) {
  .o-tags--aside .o-tags__inner {
    margin-bottom: 0;
  }
}
.o-tags--aside .o-tags__inner:last-child {
  margin-bottom: 3rem;
}
@media (width >= 680px) {
  .o-tags--aside .o-tags__inner:last-child {
    margin-bottom: 0;
  }
}
.o-tags--aside .o-tags__title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  margin-bottom: 1.75rem;
}
.o-tags--aside .o-tags__type {
  font-size: 1.75rem;
  line-height: 1.3;
  font-weight: 600;
}
.o-tags--aside .o-tags__list {
  flex-wrap: wrap;
  justify-content: center;
}

.o-inspiration.o-thematic > .o-entry__global .o-pinterest {
  top: 0.75rem;
}
.o-inspiration .js-content-loader-container .o-pinterest {
  top: 0.75rem;
}
.o-inspiration {
  /**
   * Do not edit directly, this file was auto-generated.
   */
}
.o-inspiration .o-header {
  position: relative;
  overflow: hidden;
  margin-top: 2rem;
  margin-bottom: 1.5rem;
}
.o-inspiration .o-header__wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.o-inspiration .o-header__picture {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  width: 100%;
}
.o-inspiration .o-header__image {
  width: 100%;
}
.o-inspiration .o-header__icon {
  display: flex;
  margin-bottom: 0.75rem;
  fill: #ffffff;
}
.o-inspiration .o-header__title {
  margin-bottom: 1rem;
  text-align: center;
}
@media (width >= 680px) {
  .o-inspiration .o-header__title {
    margin-bottom: 0.25rem;
  }
}
.o-inspiration .o-header__descr {
  font-size: 1rem;
  line-height: 1.3;
  text-align: center;
}
.o-inspiration {
  /**
   * Do not edit directly, this file was auto-generated.
   */
}
.o-inspiration .o-hub .o-header {
  padding-top: 2.5rem;
}
.o-inspiration .o-hub .o-header__inner {
  text-align: center;
}
.o-inspiration .o-hub .o-header__title {
  margin-bottom: 1rem;
}
.o-inspiration .o-header__inner--room {
  position: relative;
  z-index: 1;
  margin-right: 1.5rem;
  margin-left: 1.5rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
  color: #ffffff;
}
@media (width >= 680px) {
  .o-inspiration .o-header__inner--room {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
}
.o-inspiration .o-header__inner--room::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.7;
}
.o-inspiration .o-header__inner--room .o-header__title {
  font-size: 1.75rem;
  line-height: 1.3;
  margin-bottom: 0;
  color: #ffffff;
}
.o-inspiration {
  /**
   * Do not edit directly, this file was auto-generated.
   */
}
.o-inspiration .o-hero {
  margin-bottom: 3rem;
}
.o-inspiration .o-hero .km-tile-designation {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.o-inspiration .o-hero__inner {
  min-height: 408px;
}
@media (width >= 680px) {
  .o-inspiration .o-hero__inner {
    min-height: 300px;
  }
}
@media (width >= 1024px) {
  .o-inspiration .o-hero__inner {
    min-height: 366px;
  }
}
@media (width >= 1280px) {
  .o-inspiration .o-hero__inner {
    min-height: 480px;
  }
}
.o-inspiration .o-hero article {
  width: 100%;
}
.o-inspiration .o-hero article .o-thumbnail__delivery {
  display: none;
}
.o-inspiration .o-hero--room {
  margin-top: 2rem;
  margin-bottom: 1.5rem;
  padding-bottom: 2rem;
  scrollbar-color: #035010 #eff1f6;
  scrollbar-width: thin;
}
.o-inspiration .o-hero--room .mc-carousel__content {
  justify-content: flex-start;
  padding-bottom: 1rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.o-inspiration .o-hero--room .kl-swiper {
  display: flex;
}
.o-inspiration .o-hero--room::-webkit-scrollbar {
  background-color: #eff1f6;
  height: 0.25rem;
  margin: 0 1rem;
}
.o-inspiration .o-hero--room::-webkit-scrollbar-thumb {
  background: #035010;
}
@media (width >= 1280px) {
  .o-inspiration .o-hero--room::-webkit-scrollbar {
    display: none;
  }
}
@media (width >= 680px) {
  .o-inspiration .o-hero--room .o-entry__title {
    font-size: 1.75rem;
    line-height: 1.3;
  }
}
.o-inspiration .o-hero--room__item {
  min-width: 284px;
  margin-left: 16px;
}
@media (width >= 680px) {
  .o-inspiration .o-hero--room__item {
    min-width: 274px;
  }
}
@media (width >= 1024px) {
  .o-inspiration .o-hero--room__item {
    min-width: 368px;
  }
}
@media (width >= 1280px) {
  .o-inspiration .o-hero--room__item {
    min-width: calc(25% - 12px);
  }
}
.o-inspiration .o-hero--room__item--double {
  min-width: 284px;
}
@media (width >= 680px) {
  .o-inspiration .o-hero--room__item--double {
    min-width: 582px;
  }
}
@media (width >= 1024px) {
  .o-inspiration .o-hero--room__item--double {
    min-width: 768px;
  }
}
@media (width >= 1280px) {
  .o-inspiration .o-hero--room__item--double {
    min-width: calc(50% - 8px);
  }
}
.o-inspiration .o-hero--room .o-pinterest {
  top: 0.75rem;
}
.o-inspiration .o-hero .m-carousel {
  width: 100%;
}
.o-inspiration .o-hero .m-carousel--single-picture {
  position: relative;
  display: flex;
}
.o-inspiration .o-hero .m-carousel--single-picture .o-pinterest {
  top: 0.75rem;
}
.o-inspiration .o-hero .m-carousel__nav-button {
  font-size: 0;
  padding: 0.75rem;
}
.o-inspiration .o-hero .m-carousel__nav-button:disabled {
  display: none;
}
.o-inspiration .o-hero .m-carousel .kl-swiper__slider {
  justify-content: initial;
}
.o-inspiration .o-hero .m-carousel--item {
  display: flex;
  flex: 1;
}
.o-inspiration .o-hero .m-carousel--item .kl-tile--v {
  width: 100%;
  padding: 1rem;
  width: 100%;
}
.o-inspiration .o-hero .m-carousel--item-style .kl-blade--figure {
  margin-bottom: 1rem;
  width: 204px;
  margin-right: auto;
  margin-left: auto;
}
@media (width >= 320px) {
  .o-inspiration .o-hero .m-carousel--item-style {
    min-width: calc(100% / 1 - 0 * 1px + 0 * 1px / 1);
    max-width: calc(100% / 1 - 0 * 1px + 0 * 1px / 1);
  }
  .o-inspiration .o-hero .m-carousel--item-style:not(:last-child) {
    margin-right: 0px;
  }
}
.o-inspiration .o-hero--color {
  padding-bottom: 2.5rem;
}
.o-inspiration .o-hero--color .o-pinterest {
  top: 3.5rem;
}
.o-inspiration .o-hero--color .o-hero__inner {
  position: relative;
}
@media (width >= 680px) {
  .o-inspiration .o-hero--color .o-hero__inner {
    padding-top: 2rem;
  }
}
@media (width >= 1024px) {
  .o-inspiration .o-hero--color .o-hero__inner {
    padding-top: 3rem;
  }
}
.o-inspiration .o-hero--color .o-hero__picture {
  display: flex;
  margin-right: -1rem;
  margin-left: -1rem;
}
@media (width >= 680px) {
  .o-inspiration .o-hero--color .o-hero__picture {
    margin-right: 0;
    margin-left: 0;
  }
}
@media (width >= 1024px) {
  .o-inspiration .o-hero--color .o-hero__picture {
    margin-bottom: 72px;
  }
}
.o-inspiration .o-hero--color .m-carousel--single-picture {
  margin-right: 0;
}
@media (width >= 680px) {
  .o-inspiration .o-hero--color .m-carousel--item-double {
    width: 400px;
    max-width: 400px !important;
    min-width: 400px !important;
  }
}
@media (width >= 1024px) {
  .o-inspiration .o-hero--color .m-carousel--item-double {
    width: 484px;
    max-width: 484px !important;
    min-width: 484px !important;
  }
}
.o-inspiration .o-hero--color .m-carousel__image {
  width: 100%;
}
.o-inspiration .o-hero--color .m-carousel__picture {
  display: flex;
  width: 100%;
  overflow: hidden;
}
.o-inspiration .o-hero--color .m-carousel__link {
  display: flex;
  width: 100%;
}
@media (width >= 320px) {
  .o-inspiration .o-hero--color .m-carousel--item {
    min-width: calc(100% / 1.5 - 16 * 1px + 16 * 1px / 1.5);
    max-width: calc(100% / 1.5 - 16 * 1px + 16 * 1px / 1.5);
  }
  .o-inspiration .o-hero--color .m-carousel--item:not(:last-child) {
    margin-right: 16px;
  }
}
@media (width >= 680px) {
  .o-inspiration .o-hero--color .m-carousel--item {
    min-width: calc(100% / 2.5 - 16 * 1px + 16 * 1px / 2.5);
    max-width: calc(100% / 2.5 - 16 * 1px + 16 * 1px / 2.5);
  }
  .o-inspiration .o-hero--color .m-carousel--item:not(:last-child) {
    margin-right: 16px;
  }
}
@media (width >= 1024px) {
  .o-inspiration .o-hero--color .m-carousel--item {
    min-width: calc(100% / 3 - 32 * 1px + 32 * 1px / 3);
    max-width: calc(100% / 3 - 32 * 1px + 32 * 1px / 3);
  }
  .o-inspiration .o-hero--color .m-carousel--item:not(:last-child) {
    margin-right: 32px;
  }
}
@media (width >= 1280px) {
  .o-inspiration .o-hero--color .m-carousel--item {
    min-width: calc(100% / 5 - 32 * 1px + 32 * 1px / 5);
    max-width: calc(100% / 5 - 32 * 1px + 32 * 1px / 5);
  }
  .o-inspiration .o-hero--color .m-carousel--item:not(:last-child) {
    margin-right: 32px;
  }
}
@media (width >= 1920px) {
  .o-inspiration .o-hero--color .m-carousel--item {
    min-width: calc(100% / 5 - 32 * 1px + 32 * 1px / 5);
    max-width: calc(100% / 5 - 32 * 1px + 32 * 1px / 5);
  }
  .o-inspiration .o-hero--color .m-carousel--item:not(:last-child) {
    margin-right: 32px;
  }
}
.o-inspiration .o-hero--color .o-slide__push {
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.2);
  margin-top: -2rem;
  margin-bottom: 2rem;
}
@media (width >= 680px) {
  .o-inspiration .o-hero--color .o-slide__push {
    margin: -2.5rem 2rem 2rem 2.5rem;
    padding-top: 2rem;
  }
}
@media (width >= 1024px) {
  .o-inspiration .o-hero--color .o-slide__push {
    position: absolute;
    bottom: 2rem;
    right: 3rem;
    width: 400px;
    margin: 0;
  }
}
@media (width >= 1280px) {
  .o-inspiration .o-hero--color .o-slide__push {
    right: 2.5rem;
    width: 344px;
  }
}
.o-inspiration .o-hero--color .o-slide__push .o-entry__layout {
  box-shadow: none;
}
.o-inspiration .o-hero--color .o-slide__push .o-entry__title {
  font-size: 1.75rem;
  line-height: 1.3;
}
.o-inspiration .o-hero .o-slide__push {
  padding: 1.5rem 2rem 2rem 2rem;
  background-color: #ffffff;
}
.o-inspiration .o-hero .o-slide__push .o-entry__title {
  width: auto;
  margin-top: 0;
  padding-top: 0;
  padding-right: 0;
  -webkit-line-clamp: 2;
}
@media (width >= 1280px) {
  .o-inspiration .o-hero .o-slide__push .o-entry__title {
    -webkit-line-clamp: 3;
  }
}
.o-inspiration .o-hero .o-slide__push .o-entry__descr {
  -webkit-line-clamp: 4;
}
@media (width >= 680px) {
  .o-inspiration .o-hero .o-slide__push .o-entry__descr {
    -webkit-line-clamp: 2;
  }
}
@media (width >= 680px) {
  .o-inspiration .o-hero .o-slide__push .o-entry__descr {
    -webkit-line-clamp: 4;
  }
}
.o-inspiration .o-hero .o-slide__push .o-entry__infos {
  margin-top: 1.5rem;
}
.o-inspiration .o-hero .o-slide__swipe {
  display: flex;
  overflow-y: auto;
  padding-bottom: 1rem;
}
.o-inspiration .o-hero .o-slide__item {
  margin-right: 1rem;
}
.o-inspiration .o-hero .o-slide__item:last-child {
  margin-right: 0;
}
.o-inspiration .o-hero .o-slide__picture {
  display: flex;
}
.o-inspiration .o-hero .o-slide__image {
  width: 100%;
}
.o-inspiration .o-hero--style {
  padding-right: 0;
  padding-left: 0;
  margin-bottom: 4rem;
}
@media (width >= 680px) {
  .o-inspiration .o-hero--style {
    margin-bottom: 3.5rem;
  }
}
.o-inspiration .o-hero--style .o-pinterest {
  top: 0.75rem;
}
.o-inspiration .o-hero--style .o-hero__inner {
  position: relative;
  width: 100%;
}
.o-inspiration .o-hero--style .o-hero__link {
  width: 100%;
  display: flex;
}
@media (width >= 680px) {
  .o-inspiration .o-hero--style .o-hero__link--1 {
    display: none;
  }
}
.o-inspiration .o-hero--style .o-hero__link--3 .o-hero__image, .o-inspiration .o-hero--style .o-hero__link--4 .o-hero__image {
  max-height: 207px;
}
@media (width >= 1024px) {
  .o-inspiration .o-hero--style .o-hero__link--3 .o-hero__image, .o-inspiration .o-hero--style .o-hero__link--4 .o-hero__image {
    min-height: 406px;
  }
}
@media (width >= 1280px) {
  .o-inspiration .o-hero--style .o-hero__link--3 .o-hero__image, .o-inspiration .o-hero--style .o-hero__link--4 .o-hero__image {
    min-height: 221px;
  }
}
.o-inspiration .o-hero--style .o-hero__picture {
  display: flex;
  width: 100%;
  height: 100%;
}
.o-inspiration .o-hero--style .o-hero__mainimage {
  display: none;
}
@media (width >= 1280px) {
  .o-inspiration .o-hero--style .o-hero__mainimage {
    display: flex;
  }
}
.o-inspiration .o-hero--style .o-hero__image {
  width: 100%;
}
.o-inspiration .o-hero--style .o-hero__title {
  display: flex;
  margin-bottom: 0.25rem;
  padding-top: 1.5rem;
  padding-right: 2rem;
  padding-left: 2rem;
}
@media (width >= 680px) {
  .o-inspiration .o-hero--style .o-hero__title {
    order: 1;
  }
}
.o-inspiration .o-hero--style .o-hero__editorial {
  width: 100%;
}
.o-inspiration .o-hero--style .o-hero__editorial .o-entry__title {
  font-size: 1.75rem;
  line-height: 1.3;
  width: auto;
  margin: 0;
  padding: 0;
}
@media (width >= 680px) {
  .o-inspiration .o-hero--style .o-hero__editorial .o-entry__title {
    order: 2;
    margin-bottom: 1rem;
  }
}
.o-inspiration .o-hero--style .o-hero__editorial .o-entry__descr {
  margin-bottom: 1.75rem;
}
@media (width >= 1280px) {
  .o-inspiration .o-hero--style .o-hero__editorial .o-entry__descr {
    -webkit-line-clamp: 2;
  }
}
@media (width >= 1280px) {
  .o-inspiration .o-hero--style .o-hero__editorial .o-entry__descr {
    -webkit-line-clamp: 6;
  }
}
.o-inspiration .o-hero--style .o-hero__editorial .o-entry__wrapper {
  padding: 0 2rem 2rem;
}
@media (width >= 680px) {
  .o-inspiration .o-hero--style .o-hero__editorial .o-entry__wrapper {
    order: 3;
  }
}
@media (width >= 680px) {
  .o-inspiration .o-hero--style .o-hero__layout {
    order: 2;
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.2);
  }
}
.o-inspiration .o-hero--style .o-hero__products {
  padding: 1rem;
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.2);
  width: 100%;
  display: flex;
  align-items: center;
}
.o-inspiration .o-hero--style .o-hero__wrapper {
  width: 100%;
}
.o-inspiration .o-hero--style .o-hero__slides .o-hero__picture {
  overflow: hidden;
}
.o-inspiration .o-hero--style .o-hero__slides .o-hero__picture > img {
  min-height: 100%;
}
.o-inspiration .o-hero--style .o-hero__slides .o-hero__link:nth-child(2n) picture img {
  align-self: end;
}
.o-inspiration .o-hero--color .o-pinterest {
  top: 3.5rem;
}
@media (width >= 320px) {
  .o-inspiration .o-hero--color .m-carousel--item {
    min-width: calc(100% / 1.5 - 16 * 1px + 16 * 1px / 1.5);
    max-width: calc(100% / 1.5 - 16 * 1px + 16 * 1px / 1.5);
  }
  .o-inspiration .o-hero--color .m-carousel--item:not(:last-child) {
    margin-right: 16px;
  }
}
@media (width >= 680px) {
  .o-inspiration .o-hero--color .m-carousel--item {
    min-width: calc(100% / 4 - 16 * 1px + 16 * 1px / 4);
    max-width: calc(100% / 4 - 16 * 1px + 16 * 1px / 4);
  }
  .o-inspiration .o-hero--color .m-carousel--item:not(:last-child) {
    margin-right: 16px;
  }
}
@media (width >= 1024px) {
  .o-inspiration .o-hero--color .m-carousel--item {
    min-width: calc(100% / 3.5 - 32 * 1px + 32 * 1px / 3.5);
    max-width: calc(100% / 3.5 - 32 * 1px + 32 * 1px / 3.5);
  }
  .o-inspiration .o-hero--color .m-carousel--item:not(:last-child) {
    margin-right: 32px;
  }
}
@media (width >= 1280px) {
  .o-inspiration .o-hero--color .m-carousel--item {
    min-width: calc(100% / 5 - 32 * 1px + 32 * 1px / 5);
    max-width: calc(100% / 5 - 32 * 1px + 32 * 1px / 5);
  }
  .o-inspiration .o-hero--color .m-carousel--item:not(:last-child) {
    margin-right: 32px;
  }
}
@media (width >= 1920px) {
  .o-inspiration .o-hero--color .m-carousel--item {
    min-width: calc(100% / 5 - 32 * 1px + 32 * 1px / 5);
    max-width: calc(100% / 5 - 32 * 1px + 32 * 1px / 5);
  }
  .o-inspiration .o-hero--color .m-carousel--item:not(:last-child) {
    margin-right: 32px;
  }
}
.o-inspiration .o-new-hero {
  margin-bottom: 4rem;
}
.o-inspiration .o-new-hero__content {
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.2);
  display: flex;
  flex-direction: column;
}
@media (width >= 680px) {
  .o-inspiration .o-new-hero__content {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
@media (width >= 1920px) {
  .o-inspiration .o-new-hero__content {
    flex-direction: column;
    height: 1200px;
  }
}
.o-inspiration .o-new-hero__content .o-thumbnail__delivery {
  display: none;
}
@media (width >= 680px) {
  .o-inspiration .o-new-hero__mainimage, .o-inspiration .o-new-hero__editorial {
    width: 50%;
  }
}
@media (width >= 1920px) {
  .o-inspiration .o-new-hero__mainimage, .o-inspiration .o-new-hero__editorial {
    height: 100%;
  }
}
@media (width >= 680px) {
  .o-inspiration .o-new-hero__editorial {
    display: flex;
    flex-direction: column-reverse;
  }
}
@media (width >= 1920px) {
  .o-inspiration .o-new-hero__editorial {
    height: 50%;
    flex-direction: row-reverse;
  }
}
@media (width >= 680px) {
  .o-inspiration .o-new-hero__editorial > * {
    height: 50%;
  }
}
@media (width >= 1920px) {
  .o-inspiration .o-new-hero__editorial > * {
    width: 50%;
    height: auto;
  }
}
.o-inspiration .o-new-hero__picture {
  display: flex;
  overflow: hidden;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
@media (width >= 680px) {
  .o-inspiration .o-new-hero__picture {
    max-height: none;
  }
}
.o-inspiration .o-new-hero__picture img {
  width: 100%;
  height: 100%;
}
@media (width >= 1920px) {
  .o-inspiration .o-new-hero__picture img {
    width: auto;
  }
}
.o-inspiration .o-new-hero__article {
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: #ffffff;
  padding: 2rem 1.5rem;
}
@media (width >= 680px) {
  .o-inspiration .o-new-hero__article {
    padding: 0 1.5rem;
  }
}
@media (width >= 1920px) {
  .o-inspiration .o-new-hero__article {
    width: 50%;
  }
}
.o-inspiration .o-new-hero__article-title {
  font-size: 1.75rem;
  line-height: 1.3;
}
.o-inspiration .o-new-hero__article .o-entry__title {
  background-color: transparent;
  min-height: auto;
  margin: 0.25rem 0 1rem 0;
  padding: 0;
}
.o-inspiration .o-new-hero__slider {
  display: flex;
  align-items: center;
  width: 50%;
}
@media (width >= 680px) {
  .o-inspiration .o-new-hero__slider {
    width: 33%;
  }
}
@media (width >= 1920px) {
  .o-inspiration .o-new-hero__slider {
    width: 50%;
  }
}
.o-inspiration .o-new-hero__slider .kl-blade--figure {
  width: auto !important;
  max-width: 100%;
}
.o-inspiration .o-new-hero__slider > * {
  max-width: 100%;
}
.o-inspiration .o-new-hero__products {
  padding: 1rem;
}
@media (width >= 1920px) {
  .o-inspiration .o-new-hero__products {
    height: 100%;
  }
  .o-inspiration .o-new-hero__products .o-thumbnail--v .a-illustration {
    height: 250px;
    margin: 0;
    aspect-ratio: auto;
  }
  .o-inspiration .o-new-hero__products .o-thumbnail--v .o-thumbnail__price-infos {
    margin-top: 0;
  }
  .o-inspiration .o-new-hero__products .kl__swipper {
    height: 100%;
  }
  .o-inspiration .o-new-hero__products .m-carousel {
    height: 100%;
  }
  .o-inspiration .o-new-hero__products .m-carousel--container {
    height: 100%;
  }
  .o-inspiration .o-new-hero__products .kl-swiper__slider {
    height: 100%;
  }
}
.o-inspiration .o-new-hero__slides {
  display: flex;
  flex-direction: column;
  width: 50%;
}
@media (width >= 680px) {
  .o-inspiration .o-new-hero__slides {
    width: 67%;
    flex-direction: row;
  }
}
@media (width >= 1920px) {
  .o-inspiration .o-new-hero__slides {
    width: 50%;
    flex-direction: column;
  }
}
.o-inspiration .o-new-hero__slides > * {
  height: 50%;
}
@media (width >= 680px) {
  .o-inspiration .o-new-hero__slides > * {
    height: auto;
    width: 50%;
  }
}
@media (width >= 1920px) {
  .o-inspiration .o-new-hero__slides > * {
    height: 50%;
    width: 100%;
    flex-direction: column;
  }
  .o-inspiration .o-new-hero__slides > * img {
    width: 100%;
    height: auto;
  }
}
.o-inspiration .o-new-hero__wrapper {
  display: flex;
  flex-wrap: nowrap;
  align-items: stretch;
}
@media (width >= 1920px) {
  .o-inspiration .o-new-hero__wrapper {
    height: 50%;
    width: 50%;
  }
}
.o-inspiration .o-new-hero .m-carousel {
  width: 100%;
}
.o-inspiration .o-new-hero .m-carousel--single-picture {
  position: relative;
  display: flex;
}
.o-inspiration .o-new-hero .m-carousel--single-picture .o-pinterest {
  top: 0.75rem;
}
.o-inspiration .o-new-hero .m-carousel__nav-button {
  font-size: 0;
  padding: 0.75rem;
}
.o-inspiration .o-new-hero .m-carousel__nav-button:disabled {
  display: none;
}
.o-inspiration .o-new-hero .m-carousel .kl-swiper__slider {
  justify-content: initial;
}
.o-inspiration .o-new-hero .m-carousel--item {
  display: flex;
  flex: 1;
}
.o-inspiration .o-new-hero .m-carousel--item .kl-tile--v {
  width: 100%;
  padding: 1rem;
  width: 100%;
}
.o-inspiration .o-new-hero .m-carousel--item-style .kl-blade--figure {
  margin-bottom: 1rem;
  width: 204px;
  margin-right: auto;
  margin-left: auto;
}
@media (width >= 320px) {
  .o-inspiration .o-new-hero .m-carousel--item-style {
    min-width: calc(100% / 1 - 0 * 1px + 0 * 1px / 1);
    max-width: calc(100% / 1 - 0 * 1px + 0 * 1px / 1);
  }
  .o-inspiration .o-new-hero .m-carousel--item-style:not(:last-child) {
    margin-right: 0px;
  }
}
.o-inspiration {
  /**
   * Do not edit directly, this file was auto-generated.
   */
}
.o-inspiration .o-thematic {
  display: flex;
  flex-direction: column;
  margin-bottom: 2rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
@media (width >= 680px) {
  .o-inspiration .o-thematic {
    padding-top: 2.5rem;
  }
}
.o-inspiration .o-thematic .o-entry__global {
  grid-gap: 0.5rem;
  grid-template-columns: repeat(2, 1fr);
}
@media (width >= 680px) {
  .o-inspiration .o-thematic .o-entry__global {
    grid-template-columns: repeat(3, 1fr);
    padding-right: 2rem;
    padding-left: 2rem;
  }
}
@media (width >= 1024px) {
  .o-inspiration .o-thematic .o-entry__global {
    padding-right: 3rem;
    padding-left: 3rem;
  }
}
@media (width >= 1280px) {
  .o-inspiration .o-thematic .o-entry__global {
    padding-left: 0;
    padding-right: 0;
  }
}
.o-inspiration .o-thematic .o-entry__wrapper {
  overflow: hidden;
}
.o-inspiration .o-thematic .o-entry__hover {
  display: none;
}
@media (width >= 1024px) {
  .o-inspiration .o-thematic .o-entry__hover {
    font-size: 0.875rem;
    line-height: 1.3;
    z-index: 1;
    position: absolute;
    bottom: 1rem;
    display: flex;
    align-items: center;
    width: 100%;
    padding-right: 3rem;
    padding-left: 1rem;
    color: #ffffff;
    opacity: 0;
    transition: opacity 0.24s;
    min-height: 32px;
  }
  .o-inspiration .o-thematic .js-pin {
    bottom: 0.75rem;
    opacity: 0;
    transition: opacity 0.24s;
    transition: transform 0.18s;
    transform: translate3d(0, 200%, 0);
  }
  .o-inspiration .o-thematic .o-entry__animate {
    transition: transform 0.18s;
    transform: translate3d(0, 200%, 0);
  }
  .o-inspiration .o-thematic .o-entry__wrapper:hover .o-entry__hover {
    opacity: 1;
  }
  .o-inspiration .o-thematic .o-entry__wrapper:hover .o-entry__animate {
    transform: translate3d(0, 0, 0);
  }
  .o-inspiration .o-thematic .o-entry__wrapper:hover .js-pin {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
  .o-inspiration .o-thematic .o-entry__wrapper:hover::after {
    transform: translate3d(0, 0, 0);
    background: linear-gradient(-180deg, rgba(0, 0, 0, 0) 0%, rgba(34, 32, 32, 0.8) 100%);
  }
  .o-inspiration .o-thematic .o-entry__wrapper::after {
    content: "";
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 50%;
    transition: transform 0.32s;
    transform: translate3d(0, 200%, 0);
    background: linear-gradient(-180deg, rgba(0, 0, 0, 0) 0%, rgba(34, 32, 32, 0) 100%);
  }
}
.o-inspiration .o-thematic__inner {
  margin-bottom: 1.5rem;
  min-height: 536px;
}
@media (width >= 680px) {
  .o-inspiration .o-thematic__inner {
    min-height: 408px;
  }
}
@media (width >= 1024px) {
  .o-inspiration .o-thematic__inner {
    min-height: 568px;
  }
}
@media (width >= 1280px) {
  .o-inspiration .o-thematic__inner {
    min-height: 832px;
  }
}
.o-inspiration .o-thematic__picture {
  width: 100%;
}
.o-inspiration .o-thematic__image {
  width: 100%;
}
.o-inspiration .o-thematic__button {
  align-self: center;
}
.o-inspiration .o-thematic__article {
  margin-bottom: 2.5rem;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  background-color: #eff1f6;
}
.o-inspiration .o-thematic__article .o-pinterest {
  top: 0.75rem;
}
@media (width >= 680px) {
  .o-inspiration .o-thematic__article {
    padding-right: 2rem;
    padding-left: 2rem;
  }
}
@media (width >= 680px) {
  .o-inspiration .o-thematic__article {
    padding-right: 104px;
    padding-left: 104px;
  }
}
@media (width >= 680px) {
  .o-inspiration .o-thematic__article + .o-entry__global {
    padding-right: 2rem;
    padding-left: 2rem;
  }
}
.o-inspiration .o-thematic__article .o-entry {
  background-color: #ffffff;
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.2);
}
@media (width >= 680px) {
  .o-inspiration .o-thematic__article .o-entry {
    background-color: transparent;
    box-shadow: none;
  }
}
@media (width >= 680px) {
  .o-inspiration .o-thematic__article .o-entry__picture {
    width: 72%;
  }
}
@media (width >= 1280px) {
  .o-inspiration .o-thematic__article .o-entry__picture {
    width: 58%;
  }
}
.o-inspiration .o-thematic__article .o-entry__inner {
  padding: 1rem 1.5rem;
}
@media (width >= 680px) {
  .o-inspiration .o-thematic__article .o-entry__inner {
    position: absolute;
    top: 72px;
    right: 0;
    width: 48%;
    background-color: #ffffff;
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.2);
  }
}
@media (width >= 1280px) {
  .o-inspiration .o-thematic__article .o-entry__inner {
    top: 120px;
    padding: 1.5rem 2rem;
  }
}
.o-inspiration .o-thematic__article .o-entry__title {
  width: auto;
  margin-top: 0;
  padding-top: 0;
  padding-right: 0;
}
@media (width >= 680px) {
  .o-inspiration .o-thematic__article .o-entry__title {
    font-size: 1.75rem;
    line-height: 1.3;
  }
}
.o-inspiration .o-thematic__article .o-entry__descr {
  font-size: 1rem;
  line-height: 1.3;
}
.o-inspiration .o-productsList {
  padding-bottom: 2.5rem;
}
@media (width >= 1280px) {
  .o-inspiration .o-productsList {
    padding-bottom: 3rem;
  }
}
.o-inspiration .o-productsList__title {
  font-size: 1.75rem;
  line-height: 1.3;
  text-align: center;
}
.o-inspiration .o-productsList__subtitle {
  margin-right: 1.5rem;
  margin-left: 1.5rem;
  text-align: center;
}
.o-inspiration .o-productsList__link {
  display: flex;
  justify-content: center;
  margin-top: 0.5rem;
}
.o-inspiration .o-productsList .o-products {
  width: 100%;
}
.o-inspiration .o-productsList .mc-carousel {
  width: 100%;
}
.o-inspiration .o-productsList__carousel-item {
  display: flex;
  flex: 1;
  margin-top: 1rem;
}
.o-inspiration .o-productsList__carousel-item .kl-tile--v {
  width: 100%;
  padding: 0.5rem;
}
.o-inspiration .o-productsList__carousel-item .kl-blade--figure {
  margin-bottom: 1rem;
}
@media (width >= 320px) {
  .o-inspiration .o-productsList__carousel-item {
    min-width: calc(100% / 1.5 - 16 * 1px + 16 * 1px / 1.5);
    max-width: calc(100% / 1.5 - 16 * 1px + 16 * 1px / 1.5);
  }
  .o-inspiration .o-productsList__carousel-item:not(:last-child) {
    margin-right: 16px;
  }
}
@media (width >= 680px) {
  .o-inspiration .o-productsList__carousel-item {
    min-width: calc(100% / 2.5 - 16 * 1px + 16 * 1px / 2.5);
    max-width: calc(100% / 2.5 - 16 * 1px + 16 * 1px / 2.5);
  }
  .o-inspiration .o-productsList__carousel-item:not(:last-child) {
    margin-right: 16px;
  }
}
@media (width >= 1024px) {
  .o-inspiration .o-productsList__carousel-item {
    min-width: calc(100% / 3 - 32 * 1px + 32 * 1px / 3);
    max-width: calc(100% / 3 - 32 * 1px + 32 * 1px / 3);
  }
  .o-inspiration .o-productsList__carousel-item:not(:last-child) {
    margin-right: 32px;
  }
}
@media (width >= 1280px) {
  .o-inspiration .o-productsList__carousel-item {
    min-width: calc(100% / 5 - 32 * 1px + 32 * 1px / 5);
    max-width: calc(100% / 5 - 32 * 1px + 32 * 1px / 5);
  }
  .o-inspiration .o-productsList__carousel-item:not(:last-child) {
    margin-right: 32px;
  }
}
@media (width >= 1920px) {
  .o-inspiration .o-productsList__carousel-item {
    min-width: calc(100% / 5 - 32 * 1px + 32 * 1px / 5);
    max-width: calc(100% / 5 - 32 * 1px + 32 * 1px / 5);
  }
  .o-inspiration .o-productsList__carousel-item:not(:last-child) {
    margin-right: 32px;
  }
}
.o-inspiration {
  /**
   * Do not edit directly, this file was auto-generated.
   */
  /**
   * Do not edit directly, this file was auto-generated.
   */
}
.o-inspiration .ml-container {
  padding-inline: 1rem;
  width: 100%;
  box-sizing: border-box;
  margin-inline: auto;
}
@media (width >= 680px) {
  .o-inspiration .ml-container {
    padding-inline: 1.5rem;
  }
}
@media (width >= 1024px) {
  .o-inspiration .ml-container {
    padding-inline: initial;
    max-width: 944px;
  }
}
@media (width >= 1280px) {
  .o-inspiration .ml-container {
    max-width: 1200px;
  }
}
@media (width >= 1920px) {
  .o-inspiration .ml-container {
    max-width: 1480px;
  }
}
.o-inspiration .ml-container--fluid {
  max-width: none;
}
@media (width >= 1024px) {
  .o-inspiration .ml-container--fluid {
    padding-inline: 2.5rem;
  }
}
.o-inspiration .o-entry {
  position: relative;
  display: flex;
  flex-direction: column;
  text-decoration: none;
}
.o-inspiration .o-entry__global {
  position: relative;
  display: grid;
  grid-gap: 1rem;
  grid-template-columns: repeat(1, 1fr);
  grid-auto-rows: 0;
  margin-right: auto;
  margin-bottom: 3rem;
  margin-left: auto;
  padding-right: 1rem;
  padding-left: 1rem;
}
@media (width >= 680px) {
  .o-inspiration .o-entry__global {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 2rem;
    margin-bottom: 4rem;
  }
}
@media (width >= 1024px) {
  .o-inspiration .o-entry__global {
    grid-template-columns: repeat(3, 1fr);
    width: 944px;
    padding-right: 0;
    padding-left: 0;
  }
}
@media (width >= 1280px) {
  .o-inspiration .o-entry__global {
    grid-template-columns: repeat(3, 1fr);
    width: 1200px;
  }
}
@media (width >= 1920px) {
  .o-inspiration .o-entry__global {
    grid-template-columns: repeat(4, 1fr);
    width: 1200px;
  }
}
.o-inspiration .o-entry__global .o-entry__title {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 1rem;
}
.o-inspiration .o-entry--alt {
  display: flex;
  flex-direction: column;
  flex: 1;
}
.o-inspiration .o-entry__layout {
  position: relative;
  display: flex;
  flex-direction: column;
  text-decoration: none;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
  border-radius: 4px;
}
.o-inspiration .o-entry__wrapper {
  position: relative;
  z-index: 1;
}
.o-inspiration .o-entry__wrapper--push {
  overflow: hidden;
}
.o-inspiration .o-entry__maintitle {
  font-size: 1.75rem;
  line-height: 1.3;
  display: flex;
}
.o-inspiration .o-entry__title, .o-inspiration .o-entry__descr {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -moz-line-clamp: 3;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  overflow: hidden;
}
.o-inspiration .o-entry__title {
  width: calc(100% - 2.5rem);
  margin-top: -2.5rem;
  margin-bottom: 0.5rem;
  margin-right: 2.5rem;
  min-height: 80px;
  padding-top: 1rem;
  padding-right: 1.5rem;
  background-color: #ffffff;
  padding-left: 0.5rem;
}
@media (width >= 680px) {
  .o-inspiration .o-entry__title {
    min-height: initial;
  }
}
.o-inspiration .o-entry__title--alt {
  min-height: initial;
  margin-bottom: 0.5rem;
}
.o-inspiration .o-entry__descr {
  font-size: 0.875rem;
  line-height: 1.3;
  margin-bottom: 1rem;
}
.o-inspiration .o-entry__picture {
  position: relative;
  display: flex;
}
.o-inspiration .o-entry__image {
  width: 100%;
}
.o-inspiration .o-entry__tags {
  width: 100%;
  position: relative;
  z-index: 1;
}
.o-inspiration .o-entry__inner {
  z-index: 1;
  min-height: 56px;
  padding: 0 0.5rem 0.5rem 0.5rem;
}
.o-inspiration .o-entry__inner--alt {
  display: flex;
  flex-direction: column;
  flex: 1;
}
.o-inspiration .o-entry__only--icon {
  display: flex;
  flex-wrap: wrap;
}
.o-inspiration .o-entry__link {
  width: 100%;
  text-decoration: none;
}
.o-inspiration .o-entry__link::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.o-inspiration .o-entry__text {
  text-decoration: underline;
  display: flex;
  align-items: center;
}
.o-inspiration .o-entry__infos {
  font-size: 0.875rem;
  line-height: 1.3;
  color: #117f03;
  cursor: pointer;
}
.o-inspiration .o-entry__infos--alt {
  width: 100%;
  height: 4rem;
  margin-top: 1rem;
  text-align: center;
}
.o-inspiration .o-entry__infos--alt .o-entry__text {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
}
.o-inspiration .o-entry__infos--alt .o-entry__icon {
  margin-right: 0;
}
.o-inspiration .o-entry__icon {
  margin-right: 0.25rem;
  fill: #117f03;
}
.o-inspiration .o-entry--lmscript {
  font-size: 1.125rem;
  line-height: 1.3;
  margin-bottom: 0;
}
.o-inspiration {
  /**
   * Do not edit directly, this file was auto-generated.
   */
}
.o-inspiration .o-entry--push {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.o-inspiration .o-entry--push__inner {
  position: absolute;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  text-align: center;
  padding-right: 2rem;
  padding-left: 2rem;
  color: #ffffff;
}
@media (width >= 1024px) {
  .o-inspiration .o-entry--push__inner {
    padding-right: 3rem;
    padding-left: 3rem;
  }
}
.o-inspiration .o-entry--push__icon {
  margin-bottom: 0.5rem;
  fill: #ffffff;
}
.o-inspiration .o-entry--push__image {
  width: 100%;
}
.o-inspiration .o-entry--push__title {
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  font-weight: 700;
  color: white;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.o-inspiration .o-entry--push__descr {
  display: none;
  margin-bottom: 1.25rem;
}
@media (width >= 680px) {
  .o-inspiration .o-entry--push__descr {
    font-size: 0.875rem;
    line-height: 1.3;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
}
@media (width >= 1280px) {
  .o-inspiration .o-entry--push__descr {
    font-size: 1rem;
    line-height: 1.3;
  }
}
.o-inspiration .o-entry--push__button::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.o-inspiration .o-entry--push__picture {
  width: 100%;
}
.o-inspiration .o-entry--push__picture::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #242938;
  opacity: 0.7;
}
.o-inspiration .o-entry--push__subpicture {
  height: 40px;
  width: 190px;
  margin-bottom: 1rem;
}
@media (width >= 680px) {
  .o-inspiration .o-entry--push__subpicture {
    height: 48px;
    width: 228px;
  }
}
.o-inspiration .o-entry__maintitle {
  grid-row-end: span 4;
}
@media (width >= 680px) {
  .o-inspiration .o-entry__maintitle {
    grid-row-end: span 2;
  }
}
.o-inspiration .o-entry__maintitle--lmscript {
  font-size: 1.75rem;
  line-height: 1.3;
  margin-bottom: 0;
}
.o-inspiration .o-entry__wrapper--push {
  margin-right: -1rem;
  margin-left: -1rem;
  grid-row-end: span 20;
}
@media (width >= 680px) {
  .o-inspiration .o-entry__wrapper--push {
    grid-row-end: span 12;
    margin-right: 0;
    margin-left: 0;
  }
}
@media (width >= 1024px) {
  .o-inspiration .o-entry__wrapper--push {
    grid-row-end: span 16;
  }
}
@media (width >= 1280px) {
  .o-inspiration .o-entry__wrapper--push {
    grid-row-end: span 12;
  }
}
.o-inspiration .o-entry {
  /**
   * Do not edit directly, this file was auto-generated.
   */
}
.o-inspiration .o-entry .o-entry--push {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.o-inspiration .o-entry .o-entry--push__inner {
  position: absolute;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  text-align: center;
  padding-right: 2rem;
  padding-left: 2rem;
  color: #ffffff;
}
@media (width >= 1024px) {
  .o-inspiration .o-entry .o-entry--push__inner {
    padding-right: 3rem;
    padding-left: 3rem;
  }
}
.o-inspiration .o-entry .o-entry--push__icon {
  margin-bottom: 0.5rem;
  fill: #ffffff;
}
.o-inspiration .o-entry .o-entry--push__image {
  width: 100%;
}
.o-inspiration .o-entry .o-entry--push__title {
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  font-weight: 700;
  color: white;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.o-inspiration .o-entry .o-entry--push__descr {
  display: none;
  margin-bottom: 1.25rem;
}
@media (width >= 680px) {
  .o-inspiration .o-entry .o-entry--push__descr {
    font-size: 0.875rem;
    line-height: 1.3;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
}
@media (width >= 1280px) {
  .o-inspiration .o-entry .o-entry--push__descr {
    font-size: 1rem;
    line-height: 1.3;
  }
}
.o-inspiration .o-entry .o-entry--push__button::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.o-inspiration .o-entry .o-entry--push__picture {
  width: 100%;
}
.o-inspiration .o-entry .o-entry--push__picture::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #242938;
  opacity: 0.7;
}
.o-inspiration .o-entry .o-entry--push__subpicture {
  height: 40px;
  width: 190px;
  margin-bottom: 1rem;
}
@media (width >= 680px) {
  .o-inspiration .o-entry .o-entry--push__subpicture {
    height: 48px;
    width: 228px;
  }
}
.o-inspiration {
  /**
   * Do not edit directly, this file was auto-generated.
   */
}
.o-inspiration .o-pagination {
  display: flex;
  justify-content: center;
}
@media (max-width: 680px) {
  .o-inspiration .o-pagination {
    grid-row-end: span 4;
  }
}
@media (width >= 680px) {
  .o-inspiration .o-pagination {
    margin: 2.5rem 1rem 3rem;
  }
}
.o-inspiration .o-pagination__wrapper ul {
  display: flex;
  width: 48%;
}
@keyframes bgloading {
  from {
    background-color: #eff1f6;
  }
  to {
    background-color: #d9d9d9;
  }
}
.o-inspiration .o-entry__wrapper--small {
  grid-row-end: span 23;
}
@media (width >= 680px) {
  .o-inspiration .o-entry__wrapper--small {
    grid-row-end: span 11;
  }
}
@media (width >= 1024px) {
  .o-inspiration .o-entry__wrapper--small {
    grid-row-end: span 12;
  }
}
.o-inspiration .o-entry__wrapper--large {
  grid-row-end: span 37;
}
@media (width >= 680px) {
  .o-inspiration .o-entry__wrapper--large {
    grid-row-end: span 18;
  }
}
@media (width >= 1024px) {
  .o-inspiration .o-entry__wrapper--large {
    grid-row-end: span 19;
  }
}
@media (width >= 320px) {
  .o-inspiration .o-products__linked-product-slider li {
    min-width: calc(100% / 1.5 - 16 * 1px + 16 * 1px / 1.5);
    max-width: calc(100% / 1.5 - 16 * 1px + 16 * 1px / 1.5);
  }
  .o-inspiration .o-products__linked-product-slider li:not(:last-child) {
    margin-right: 16px;
  }
}
@media (width >= 680px) {
  .o-inspiration .o-products__linked-product-slider li {
    min-width: calc(100% / 2.5 - 16 * 1px + 16 * 1px / 2.5);
    max-width: calc(100% / 2.5 - 16 * 1px + 16 * 1px / 2.5);
  }
  .o-inspiration .o-products__linked-product-slider li:not(:last-child) {
    margin-right: 16px;
  }
}
@media (width >= 1024px) {
  .o-inspiration .o-products__linked-product-slider li {
    min-width: calc(100% / 2.5 - 24 * 1px + 24 * 1px / 2.5);
    max-width: calc(100% / 2.5 - 24 * 1px + 24 * 1px / 2.5);
  }
  .o-inspiration .o-products__linked-product-slider li:not(:last-child) {
    margin-right: 24px;
  }
}
@media (width >= 1280px) {
  .o-inspiration .o-products__linked-product-slider li {
    min-width: calc(100% / 3.5 - 24 * 1px + 24 * 1px / 3.5);
    max-width: calc(100% / 3.5 - 24 * 1px + 24 * 1px / 3.5);
  }
  .o-inspiration .o-products__linked-product-slider li:not(:last-child) {
    margin-right: 24px;
  }
}
@media (width >= 1920px) {
  .o-inspiration .o-products__linked-product-slider li {
    min-width: calc(100% / 4.5 - 24 * 1px + 24 * 1px / 4.5);
    max-width: calc(100% / 4.5 - 24 * 1px + 24 * 1px / 4.5);
  }
  .o-inspiration .o-products__linked-product-slider li:not(:last-child) {
    margin-right: 24px;
  }
}
.o-inspiration .mc-carousel .ka-nav-button {
  padding: 0.5rem;
  opacity: 0.7;
  box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.2);
  border: none;
  border-radius: 50%;
  background-color: #ffffff;
}
.o-inspiration .mc-carousel .ka-nav-button:hover {
  opacity: 1;
}
.o-inspiration .mc-carousel .ka-nav-button:disabled {
  display: none;
}
.o-inspiration .mc-carousel .ka-nav-button svg {
  fill: #404040;
  pointer-events: none;
}
.o-inspiration .o-hero--room__item--double .o-entry__picture {
  min-height: 379px;
}
.o-inspiration .o-hero--room__item--double .o-entry__picture:not(.lazy-loaded) {
  background-color: #eff1f6;
  animation: 1s linear 1s infinite alternate bgloading;
  background-color: #eff1f6;
}
@media (width >= 680px) {
  .o-inspiration .o-hero--room__item--double .o-entry__picture {
    min-height: 437px;
  }
}
@media (width >= 1024px) {
  .o-inspiration .o-hero--room__item--double .o-entry__picture {
    min-height: 576px;
  }
}
@media (width >= 1280px) {
  .o-inspiration .o-hero--room__item--double .o-entry__picture {
    min-height: 450px;
  }
}
@media (width >= 1920px) {
  .o-inspiration .o-hero--room__item--double .o-entry__picture {
    min-height: 684px;
  }
}
.o-inspiration .o-hero--room__item .o-entry__picture {
  min-height: 379px;
}
.o-inspiration .o-hero--room__item .o-entry__picture:not(.lazy-loaded) {
  background-color: #eff1f6;
  animation: 1s linear 1s infinite alternate bgloading;
  background-color: #eff1f6;
}
@media (width >= 680px) {
  .o-inspiration .o-hero--room__item .o-entry__picture {
    min-height: 365px;
  }
}
@media (width >= 1024px) {
  .o-inspiration .o-hero--room__item .o-entry__picture {
    min-height: 490px;
  }
}
@media (width >= 1280px) {
  .o-inspiration .o-hero--room__item .o-entry__picture {
    min-height: 389px;
  }
}
@media (width >= 1920px) {
  .o-inspiration .o-hero--room__item .o-entry__picture {
    min-height: 597px;
  }
}
.o-inspiration .o-entry__global .o-entry__wrapper--small .o-entry__picture:not(.lazy-loaded) {
  background-color: #eff1f6;
  animation: 1s linear 1s infinite alternate bgloading;
  background-color: #eff1f6;
  min-height: 240px;
}
@media (width >= 680px) {
  .o-inspiration .o-entry__global .o-entry__wrapper--small .o-entry__picture:not(.lazy-loaded) {
    min-height: 224px;
  }
}
@media (width >= 1024px) {
  .o-inspiration .o-entry__global .o-entry__wrapper--small .o-entry__picture {
    min-height: 216px;
  }
}
@media (width >= 1280px) {
  .o-inspiration .o-entry__global .o-entry__wrapper--small .o-entry__picture {
    min-height: 288px;
  }
}
@media (width >= 1920px) {
  .o-inspiration .o-entry__global .o-entry__wrapper--small .o-entry__picture {
    min-height: 210px;
  }
}
.o-inspiration .o-entry__global .o-entry__wrapper--large .o-entry__picture:not(.lazy-loaded) {
  background-color: #eff1f6;
  animation: 1s linear 1s infinite alternate bgloading;
  background-color: #eff1f6;
  min-height: 428px;
}
@media (width >= 680px) {
  .o-inspiration .o-entry__global .o-entry__wrapper--large .o-entry__picture:not(.lazy-loaded) {
    min-height: 400px;
  }
}
@media (width >= 1024px) {
  .o-inspiration .o-entry__global .o-entry__wrapper--large .o-entry__picture {
    min-height: 384px;
  }
}
@media (width >= 1280px) {
  .o-inspiration .o-entry__global .o-entry__wrapper--large .o-entry__picture {
    min-height: 512px;
  }
}
@media (width >= 1920px) {
  .o-inspiration .o-entry__global .o-entry__wrapper--large .o-entry__picture {
    min-height: 373px;
  }
}
.o-inspiration .o-pagination__container {
  margin-bottom: 1.5rem;
}

/*# sourceMappingURL=inspirationsubthematic.css.map*/