@charset "UTF-8";

@font-face{
     font-family: "Electrolux Sans";
     font-style: normal;
     font-weight: 100;
     font-display: swap;
     src: local("Electrolux Sans"), url(https://content.electrolux.com.br/test/arizona/novo-modelo-info/infografico-teste/v1/coral/fonts/ElectroluxSans-Thin.woff) format("woff") 
}
@font-face{
     font-family: "Electrolux Sans";
     font-style: oblique;
     font-weight: 100;
     font-display: swap;
     src: local("Electrolux Sans"), url(https://content.electrolux.com.br/test/arizona/novo-modelo-info/infografico-teste/v1/coral/fonts/ElectroluxSans-ThinObl.woff) format("woff") 
}
@font-face{
     font-family: "Electrolux Sans";
     font-style: normal;
     font-weight: 300;
     font-display: swap;
     src: local("Electrolux Sans"), url(https://content.electrolux.com.br/test/arizona/novo-modelo-info/infografico-teste/v1/coral/fonts/ElectroluxSans-Light.woff) format("woff") 
}
@font-face{
     font-family: "Electrolux Sans";
     font-style: oblique;
     font-weight: 300;
     font-display: swap;
     src: local("Electrolux Sans"), url(https://content.electrolux.com.br/test/arizona/novo-modelo-info/infografico-teste/v1/coral/fonts/ElectroluxSans-LightObl.woff) format("woff") 
}
@font-face{
     font-family: "Electrolux Sans";
     font-style: normal;
     font-weight: 400;
     font-display: swap;
     src: local("Electrolux Sans"), url(https://content.electrolux.com.br/test/arizona/novo-modelo-info/infografico-teste/v1/coral/fonts/ElectroluxSans-Regular.woff) format("woff") 
}
@font-face{
     font-family: "Electrolux Sans";
     font-style: oblique;
     font-weight: 400;
     font-display: swap;
     src: local("Electrolux Sans"), url(https://content.electrolux.com.br/test/arizona/novo-modelo-info/infografico-teste/v1/coral/fonts/ElectroluxSans-RegularObl.woff) format("woff") 
}
@font-face{
     font-family: "Electrolux Sans";
     font-style: normal;
     font-weight: 600;
     font-display: swap;
     src: local("Electrolux Sans"), url(https://content.electrolux.com.br/test/arizona/novo-modelo-info/infografico-teste/v1/coral/fonts/ElectroluxSans-SemiBold.woff) format("woff") 
}
@font-face{
     font-family: "Electrolux Sans";
     font-style: oblique;
     font-weight: 600;
     font-display: swap;
     src: local("Electrolux Sans"), url(https://content.electrolux.com.br/test/arizona/novo-modelo-info/infografico-teste/v1/coral/fonts/ElectroluxSans-SemiBoldObl.woff) format("woff") 
}
@font-face{
     font-family: "Electrolux Sans";
     font-style: normal;
     font-weight: 700;
     font-display: swap;
     src: local("Electrolux Sans"), url(https://content.electrolux.com.br/test/arizona/novo-modelo-info/infografico-teste/v1/coral/fonts/ElectroluxSans-Bold.woff) format("woff") 
}
@font-face{
     font-family: "Electrolux Sans";
     font-style: oblique;
     font-weight: 900;
     font-display: swap;
     src: local("Electrolux Sans"), url(https://content.electrolux.com.br/test/arizona/novo-modelo-info/infografico-teste/v1/coral/fonts/ElectroluxSans-BoldObl.woff) format("woff") 
}

:host, :root {
    container-type: inline-size;
    scroll-behavior: smooth
}

:host, :root, #artifact {
    --color-gray-100: rgba(223, 231, 234, 1);
    --color-gray-200: rgba(173, 185, 195, 1);
    --color-gray-300: rgba(123, 138, 156, 1);
    --color-gray-400: rgba(119, 139, 158, 1);
    --color-blue: rgba(1, 30, 65, 1);
    --color-orange: #ff8200;
    --color-yellow: #fdba40;
    --color-green: #32cdc8;
    --color-purple: #9a5394;
    --color-gray: #e6e6e6;
    --container: 1920px;
    --default-font-size: 16px;
    --title-intro-base: 126.5%;
    --title-section-bigger: 155%;
    --title-section-inter: 120%;
    --title-section-base: 110%;
    --title-section-small: 82%;
    --text-intro-base: 81%;
    --text-section-base: 64.5%;
    --text-section-contained: 56%;
    --text-product-table: 52.5%;
    --text-product: 57.5%;
    --text-footer: 50%;
    --base-font-size: 16;
    --default-electrolux-font: "Electrolux Sans";
    --font-electrolux-light: "Electrolux Sans Light";
    --font-electrolux-light-oblique: "Electrolux Sans Light Oblique";
    --font-electrolux-semibold: "Electrolux Sans SemiBold";
    --font-electrolux-semibold-oblique: "Electrolux Sans SemiBold Oblique";
    --font-electrolux-bold: "Electrolux Sans Bold";
    --font-electrolux-bold-oblique: "Electrolux Sans Bold Oblique";
    --title-multiplier: .875;
    --text-multiplier: .975;
    --grid-gap: 0px;
    --space-xs: .25em;
    --space-sm: .5em;
    --space-md: 1em;
    --space-lg: 2em;
    --space-xl: 3em;
    --space-xxl: 4em
}

:host, :host *, :host *:before, :host *:after, :root, :root *, :root *:before, :root *:after, #artifact *, #artifact *:before, #artifact *:after {
    box-sizing: border-box
}

#artifact, body {
    max-width: var(--container);
    margin: 0 auto;
    overflow-x: hidden;
    font-family: "Electrolux Sans", Arial, sans-serif;;
    font-size: var(--default-font-size);
    line-height: 1.25
}

#artifact img, #artifact video {
    min-width: 100% !important;
    max-width: 100% !important;
    display: block !important
}

#artifact section {
    width: 100%;
    min-width: 100% !important;
    max-width: 100% !important;
    position: relative;
    margin: 0 auto;
    overflow: hidden !important;
    /* white-space: nowrap; */
    object-fit: cover
}

#artifact .electrolux-create-image {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    height: auto;
    object-fit: cover;
    transition: all ease-in-out 925ms
}

#artifact sup {
    font-size: 52%
}

#artifact .svg {
    width: 100% !important;
    height: auto !important
}

#artifact .cursor-pointer {
    cursor: pointer
}

#artifact .pointer-events-none {
    pointer-events: none !important
}

#artifact .d-display-block, #artifact .d-display-flex {
    display: none
}

#artifact .m-display-block {
    display: block
}

#artifact .d-display-inline {
    display: none
}

#artifact .display-inline, #artifact .m-display-inline {
    display: inline
}

#artifact .m-display-inline-block, #artifact .inline-block {
    display: inline-block
}

#artifact .transition-all {
    transition: all;
    transition-duration: .4s
}

#artifact .transition-opacity {
    transition: opacity;
    transition-duration: .2s
}

#artifact .scale-100 {
    transform: scale(1)
}

#artifact .scale-98 {
    transform: scale(.98)
}

#artifact .scale-90 {
    transform: scale(.9)
}

#artifact .scale-50 {
    transform: scale(.5)
}

#artifact .scale-0 {
    transform: scale(0)
}

#artifact .opacity-0 {
    opacity: 0
}

#artifact .opacity-25 {
    opacity: .25
}

#artifact .opacity-50 {
    opacity: .5
}

#artifact .opacity-100 {
    opacity: 1
}

#artifact .hidden {
    opacity: 0;
    pointer-events: none
}

#artifact .op-0 {
    opacity: 0 !important
}

#artifact .op-\.5 {
    opacity: .5 !important
}

#artifact .op-\.25 {
    opacity: .25 !important
}

#artifact .w-full, #artifact .m-w-full {
    width: 100%
}

#artifact .w-half {
    width: 50%
}

#artifact .m-w-quarter-d-w-third {
    width: 25%
}

#artifact .w-third {
    width: 33.33334%
}

#artifact .m-w-50\% {
    width: 50%
}

#artifact .w-auto, #artifact .m-w-auto {
    width: auto
}

#artifact .h-full, #artifact .m-h-full {
    height: 100% !important
}

#artifact .m-h-auto {
    height: auto
}

#artifact .h-50\%, #artifact .m-h-50\% {
    height: 50% !important
}

#artifact .bg-gray, #artifact .m-bg-gray {
    background-color: var(--color-gray)
}

#artifact .bg-gray-100, #artifact .m-bg-gray-100 {
    background-color: var(--color-gray-100)
}

#artifact .bg-gray-200, #artifact .m-bg-gray-200 {
    background-color: var(--color-gray-200)
}

#artifact .bg-gray-300, #artifact .m-bg-gray-300 {
    background-color: var(--color-gray-300)
}

#artifact .bg-gray-400, #artifact .m-bg-gray-400 {
    background-color: var(--color-gray-400)
}

#artifact .bg-blue, #artifact .m-bg-blue {
    background-color: var(--color-blue)
}

#artifact .bg-white, #artifact .m-bg-white {
    background-color: #fff
}

#artifact .bg-white-80, #artifact .m-bg-white-80 {
    background-color: #fffc
}

#artifact .bg-transparent, #artifact .m-bg-transparent {
    background-color: transparent !important
}

#artifact .bg-yellow, #artifact .m-bg-yellow {
    background-color: var(--color-yellow)
}

#artifact .bg-green, #artifact .m-bg-green {
    background-color: var(--color-green)
}

#artifact .bg-orange, #artifact .m-bg-orange {
    background-color: var(--color-orange)
}

#artifact .bg-purple, #artifact .m-bg-purple {
    background-color: var(--color-purple)
}

#artifact .m-text-gray, #artifact .text-gray {
    color: var(--color-gray)
}

#artifact .m-text-gray-100, #artifact .text-gray-100 {
    color: var(--color-gray-100)
}

#artifact .m-text-gray-200, #artifact .text-gray-200 {
    color: var(--color-gray-200)
}

#artifact .m-text-gray-300, #artifact .text-gray-300 {
    color: var(--color-gray-300)
}

#artifact .m-text-gray-400, #artifact .text-gray-400 {
    color: var(--color-gray-400)
}

#artifact .m-text-blue, #artifact .text-blue {
    color: var(--color-blue)
}

#artifact .m-text-white, #artifact .text-white {
    color: #fff
}

#artifact .text-yellow, #artifact .m-text-yellow {
    color: var(--color-yellow)
}

#artifact .text-green, #artifact .m-text-green {
    color: var(--color-green)
}

#artifact .text-orange, #artifact .m-text-orange {
    color: var(--color-orange)
}

#artifact .text-purple, #artifact .m-text-purple {
    color: var(--color-purple)
}

#artifact .m-relative, #artifact .-m-relative-z {
    position: relative
}

#artifact .m-absolute-d-relative {
    position: absolute
}

#artifact .opverflow-hidden {
    overflow: hidden
}

#artifact a.no-decoration {
    text-decoration: none !important
}

#artifact a.d-disabled {
    pointer-events: all
}

#artifact .pointer-events-none>img {
    pointer-events: none
}

#artifact .bullet {
    display: flex;
    margin-left: .75em;
    align-items: center
}

#artifact .bullet.bullet-center {
    justify-content: center
}

#artifact .bullet.bullet-start {
    justify-content: start
}

#artifact .bullet:after {
    content: "";
    background: #fff;
    width: .25em;
    height: .25em;
    border-radius: 99999px;
    position: absolute;
    left: -.75em
}

#artifact .border-radius-0\.25em, #artifact .m-border-radius-0\.25em {
    border-radius: .25em
}

#artifact .border-radius-0\.325em, #artifact .m-border-radius-0\.325em {
    border-radius: .325em
}

#artifact .border-radius-0\.5em, #artifact .m-border-radius-0\.5em {
    border-radius: .5em
}

#artifact .border-radius-1em {
    border-radius: 1em
}

#artifact .grid {
    display: grid
}

#artifact .d-display-grid {
    display: none
}

#artifact .grid-m-1-d-2, #artifact .grid-m-1-d-3, #artifact .grid-m-1-d-4, #artifact .grid-m-1-d-5, #artifact .grid-1 {
    grid-template-columns: repeat(1, 1fr)
}

#artifact .grid-2 {
    grid-template-columns: repeat(2, 1fr)
}

#artifact .grid-3 {
    grid-template-columns: repeat(3, 1fr)
}

#artifact .grid-4 {
    grid-template-columns: repeat(4, 1fr)
}

#artifact .grid-item-normal {
    order: 1
}

#artifact .grid-item-reverse {
    order: -1
}

#artifact .grid-justify-strech {
    justify-self: stretch
}

#artifact .flex, #artifact .m-display-flex {
    display: flex
}

#artifact .direction-row, #artifact .m-direction-row {
    flex-direction: row
}

#artifact .direction-column, #artifact .m-direction-column {
    flex-direction: column
}

#artifact .direction-row-reverse, #artifact .m-direction-row-reverse {
    flex-direction: row-reverse
}

#artifact .direction-column-reverse, #artifact .m-direction-column-reverse {
    flex-direction: column-reverse
}

#artifact .justify-center, #artifact .m-justify-center {
    justify-content: center
}

#artifact .justify-between, #artifact .m-justify-between {
    justify-content: space-between
}

#artifact .justify-start, #artifact .m-justify-start {
    justify-content: flex-start
}

#artifact .justify-end, #artifact .m-justify-end {
    justify-content: flex-end
}

#artifact .justify-around, #artifact .m-justify-around {
    justify-content: space-around
}

#artifact .justify-evenly, #artifact .m-justify-evenly {
    justify-content: space-evenly
}

#artifact .align-center, #artifact .m-align-center {
    align-items: center
}

#artifact .align-start, #artifact .m-align-start {
    align-items: flex-start
}

#artifact .align-stretch, #artifact .m-align-stretch {
    align-items: stretch
}

#artifact .align-end, #artifact .m-align-end {
    align-items: flex-end
}

#artifact .relative {
    position: relative
}

#artifact .absolute, #artifact .m-absolute {
    position: absolute;
    z-index: 20
}

#artifact .fixed {
    position: fixed;
    z-index: 999999 !important
}

#artifact .top-0 {
    top: 0
}

#artifact .right-0 {
    right: 0
}

#artifact .bottom-0 {
    bottom: 0
}

#artifact .left-0 {
    left: 0
}

#artifact .top-0-right-0 {
    top: 0;
    right: 0
}

#artifact .bottom-0-right-0 {
    bottom: 0;
    right: 0
}

#artifact .top-0-left-0 {
    top: 0;
    left: 0
}

#artifact .bottom-0-left-0 {
    bottom: 0;
    left: 0
}

#artifact .m-top-0 {
    top: 0
}

#artifact .m-bottom-0 {
    bottom: 0
}

#artifact .z-1 {
    z-index: 1
}

#artifact .z-20 {
    z-index: 20 !important
}

#artifact .z-50 {
    z-index: 50 !important
}

#artifact .z-100 {
    z-index: 100 !important
}

#artifact .-z-1 {
    z-index: -1 !important
}

#artifact .isolate {
    isolation: isolate
}

#artifact .-absolute-z {
    position: absolute;
    z-index: -1 !important
}

#artifact .padding-full-0\.25em {
    padding: .25em
}
#artifact .padding-full-0\.45em {
    padding: 1.4%
}

#artifact .padding-full-0\.5em, #artifact .m-padding-full-0\.5em {
    padding: .5em
}

#artifact .padding-full-1em, #artifact .m-padding-full-1em {
    padding: 1em
}

#artifact .padding-full-2em, #artifact .m-padding-full-2em {
    padding: 2em
}

#artifact .padding-full-3em, #artifact .m-padding-full-3em {
    padding: 3em
}

#artifact .padding-1em-3em, #artifact .m-padding-1em-3em {
    padding: 1em 3em
}

#artifact .padding-1\.5em-0 {
    padding: 1.5em 0
}

#artifact .padding-2em-0 {
    padding: 2em 0
}

#artifact .padding-3em-0 {
    padding: 3em 0
}

#artifact .padding-full-2\.25em {
    padding: 2.25em
}

#artifact .padding-full-4em {
    padding: 4em
}

#artifact .padding-top-0\.25em {
    padding-top: .25em
}

#artifact .padding-top-0\.5em, #artifact .m-padding-top-0\.5em {
    padding-top: .5em
}

#artifact .padding-top-1em, #artifact .m-padding-top-1em {
    padding-top: 1em
}

#artifact .padding-top-1\.5em {
    padding-top: 1.5em
}

#artifact .padding-top-2em, #artifact .m-padding-top-2em {
    padding-top: 2em
}

#artifact .padding-left-0\.5em, #artifact .m-padding-left-0\.5em {
    padding-left: .5em
}

#artifact .padding-left-1em, #artifact .m-padding-left-1em {
    padding-left: 1em
}

#artifact .padding-left-2em, #artifact .m-padding-left-2em {
    padding-left: 2em
}

#artifact .padding-left-3em, #artifact .m-padding-left-3em {
    padding-left: 3em
}

#artifact .padding-left-4em, #artifact .m-padding-left-4em {
    padding-left: 4em
}

#artifact .padding-right-0\.5em, #artifact .m-padding-right-0\.5em {
    padding-right: .5em
}

#artifact .padding-right-1em, #artifact .m-padding-right-1em {
    padding-right: 1em
}

#artifact .padding-right-2em, #artifact .m-padding-right-2em {
    padding-right: 2em
}

#artifact .padding-right-3em, #artifact .m-padding-right-3em {
    padding-right: 3em
}

#artifact .padding-right-4em, #artifact .m-padding-right-4em {
    padding-right: 4em
}

#artifact .padding-bottom-0\.5em {
    padding-bottom: .5em
}

#artifact .padding-bottom-1em, #artifact .m-padding-bottom-1em {
    padding-bottom: 1em
}

#artifact .padding-bottom-1\.5em {
    padding-bottom: 1.5em
}

#artifact .padding-0\.5em-1em {
    padding: .5em 1em
}

#artifact .padding-1em-2em {
    padding: 1em 2em
}

#artifact .padding-top-2em {
    padding-top: 2em
}

#artifact .padding-bottom-0\.75em {
    padding-bottom: .75em
}

#artifact .padding-bottom-1em {
    padding-bottom: 1em
}

#artifact .padding-bottom-2em {
    padding-bottom: 2em
}

#artifact .padding-bottom-3em {
    padding-bottom: 3em
}

#artifact .padding-bottom-4em {
    padding-bottom: 4em
}

#artifact .m-padding-2em-0, #artifact .padding-2em-0 {
    padding: 2em 0
}

#artifact .m-padding-4em-0, #artifact .padding-4em-0 {
    padding: 4em 0
}

#artifact .m-padding-8em-0, #artifact .padding-8em-0 {
    padding: 8em 0
}

#artifact .m-padding-9em-0, #artifact .padding-9em-0 {
    padding: 9em 0
}

#artifact .m-padding-12em-0, #artifact .padding-12em-0 {
    padding: 12em 0
}

#artifact .padding-2\.25em-0 {
    padding: 2.25em 0
}

#artifact .margin-bottom-0\.5em {
    margin-bottom: .5em
}

#artifact .margin-bottom-1em {
    margin-bottom: 1em
}

#artifact .m-margin-bottom-2em, #artifact .margin-bottom-2em {
    margin-bottom: 2em
}

#artifact .margin-bottom-4em {
    margin-bottom: 4em
}

#artifact .margin-0\.5em-0 {
    margin: .5em 0
}

#artifact .margin-0\.75em-0 {
    margin: .75em 0
}

#artifact .margin-1em-0 {
    margin: 1em 0
}
#artifact #product-08 .margin-1em-0 {
    margin: 1.5% 0
}

#artifact .margin-2em-0 {
    margin: 2em 0
}

#artifact .m-margin-top-0\.25em, #artifact .margin-top-0\.25em {
    margin-top: .25em
}

#artifact .m-margin-top-0\.5em, #artifact .margin-top-0\.5em {
    margin-top: .5em
}

#artifact .m-margin-top-0\.75em, #artifact .margin-top-0\.75em {
    margin-top: .75em
}

#artifact .margin-top-1em, #artifact .m-margin-top-1em {
    margin-top: 1em
}

#artifact .m-margin-top-1\.5em, #artifact .margin-top-1\.5em {
    margin-top: 1.5em
}

#artifact .margin-top-2em {
    margin-top: 2em
}

#artifact .margin-top-4em, #artifact .m-margin-top-4em {
    margin-top: 4em
}

#artifact .margin-top-8em {
    margin-top: 8em
}

#artifact .m-margin-x-0\.25em, #artifact .margin-x-0\.25em {
    margin-left: .25em;
    margin-right: .25em
}

#artifact .m-margin-x-0\.5em, #artifact .margin-x-0\.5em {
    margin-left: .5em;
    margin-right: .5em
}

#artifact .m-margin-x-1em, #artifact .margin-x-1em {
    margin-left: 1em;
    margin-right: 1em
}

#artifact .m-margin-x-2em, #artifact .margin-x-2em {
    margin-left: 2em;
    margin-right: 2em
}

#artifact .margin-0\.5em {
    margin: 0 .5em
}

#artifact .margin-2em {
    margin: 0 2em
}

#artifact .electrolux-swiper-object .electrolux-swiper-bullet-numbered {
    background: var(--color-blue);
    color: #fff;
    padding: 2px;
    opacity: 1
}

#artifact .electrolux-swiper-object .electrolux-swiper-bullet-numbered p, #artifact .electrolux-swiper-object .electrolux-swiper-bullet-complete p {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-items: center;
    cursor: pointer;
    pointer-events: none
}

#artifact .electrolux-swiper-object .electrolux-swiper-bullet-numbered.swiper-pagination-bullet-active {
    background: var(--color-gray-300)
}

#artifact .electrolux-swiper-object .electrolux-swiper-bullet-numbered, #artifact .electrolux-swiper-object .electrolux-swiper-bullet-complete {
    width: 1.8em;
    height: 1.8em;
    line-height: 1.58em
}

#artifact .electrolux-swiper-object .electrolux-swiper-bullet {
    background: var(--color-gray-200);
    padding: 0;
    opacity: 1;
    width: 1em;
    height: 1em
}

#artifact .electrolux-swiper-object .electrolux-swiper-bullet-numbered p {
    transform: scale(.7)
}

#artifact .electrolux-swiper-object .swiper-pagination-bullets .swiper-pagination-bullet.electrolux-swiper-bullet {
    margin: 0 4px !important
}

#artifact .swiper-pagination-bullet {
    opacity: 1 !important
}

#artifact .swiper .swiper-bullets-blue .swiper-pagination-bullet.electrolux-swiper-bullet, #artifact .swiper .swiper-bullets-blue .swiper-pagination-bullet.electrolux-swiper-bullet-numbered, #artifact .swiper .swiper-active-bullet-blue .swiper-pagination-bullet.electrolux-swiper-bullet.swiper-pagination-bullet-active, #artifact .swiper .swiper-active-bullet-blue .swiper-pagination-bullet.electrolux-swiper-bullet-numbered.swiper-pagination-bullet-active, #artifact .swiper .button-bg-blue {
    background: var(--color-blue) !important
}

#artifact .swiper .swiper-bullets-white .swiper-pagination-bullet.electrolux-swiper-bullet, #artifact .swiper .swiper-bullets-white .swiper-pagination-bullet.electrolux-swiper-bullet-numbered, #artifact .swiper .swiper-active-bullet-white .swiper-pagination-bullet.electrolux-swiper-bullet.swiper-pagination-bullet-active, #artifact .swiper .swiper-active-bullet-white .swiper-pagination-bullet.electrolux-swiper-bullet-numbered.swiper-pagination-bullet-active, #artifact .swiper .button-bg-white {
    background: #fff !important
}

#artifact .swiper .swiper-bullets-gray-200 .swiper-pagination-bullet.electrolux-swiper-bullet, #artifact .swiper .swiper-bullets-gray-200 .swiper-pagination-bullet.electrolux-swiper-bullet-numbered, #artifact .swiper .swiper-active-bullet-gray-200 .swiper-pagination-bullet.electrolux-swiper-bullet.swiper-pagination-bullet-active, #artifact .swiper .swiper-active-bullet-gray-200 .swiper-pagination-bullet.electrolux-swiper-bullet-numbered.swiper-pagination-bullet-active, #artifact .swiper .button-bg-gray-200 {
    background: var(--color-gray-200) !important
}

#artifact .swiper .swiper-bullets-gray-300 .swiper-pagination-bullet.electrolux-swiper-bullet, #artifact .swiper .swiper-bullets-gray-300 .swiper-pagination-bullet.electrolux-swiper-bullet-numbered, #artifact .swiper .swiper-active-bullet-gray-300 .swiper-pagination-bullet.electrolux-swiper-bullet.swiper-pagination-bullet-active, #artifact .swiper .swiper-active-bullet-gray-300 .swiper-pagination-bullet.electrolux-swiper-bullet-numbered.swiper-pagination-bullet-active, #artifact .swiper .button-bg-gray-300 {
    background: var(--color-gray-300) !important
}

#artifact .swiper .swiper-bullets-yellow .swiper-pagination-bullet.electrolux-swiper-bullet, #artifact .swiper .swiper-bullets-yellow .swiper-pagination-bullet.electrolux-swiper-bullet-numbered, #artifact .swiper .swiper-active-bullet-yellow .swiper-pagination-bullet.electrolux-swiper-bullet.swiper-pagination-bullet-active, #artifact .swiper .swiper-active-bullet-yellow .swiper-pagination-bullet.electrolux-swiper-bullet-numbered.swiper-pagination-bullet-active, #artifact .swiper .button-bg-yellow {
    background: var(--color-yellow) !important
}

#artifact .swiper .swiper-bullets-purple .swiper-pagination-bullet.electrolux-swiper-bullet, #artifact .swiper .swiper-bullets-purple .swiper-pagination-bullet.electrolux-swiper-bullet-numbered, #artifact .swiper .swiper-active-bullet-purple .swiper-pagination-bullet.electrolux-swiper-bullet.swiper-pagination-bullet-active, #artifact .swiper .swiper-active-bullet-purple .swiper-pagination-bullet.electrolux-swiper-bullet-numbered.swiper-pagination-bullet-active, #artifact .swiper .button-bg-purple {
    background: var(--color-purple) !important
}

#artifact .swiper .swiper-bullets-orange .swiper-pagination-bullet.electrolux-swiper-bullet, #artifact .swiper .swiper-bullets-orange .swiper-pagination-bullet.electrolux-swiper-bullet-numbered, #artifact .swiper .swiper-active-bullet-orange .swiper-pagination-bullet.electrolux-swiper-bullet.swiper-pagination-bullet-active, #artifact .swiper .swiper-active-bullet-orange .swiper-pagination-bullet.electrolux-swiper-bullet-numbered.swiper-pagination-bullet-active, #artifact .swiper .button-bg-orange {
    background: var(--color-orange) !important
}

#artifact .swiper .swiper-bullets-green .swiper-pagination-bullet.electrolux-swiper-bullet, #artifact .swiper .swiper-bullets-green .swiper-pagination-bullet.electrolux-swiper-bullet-numbered, #artifact .swiper .swiper-active-bullet-green .swiper-pagination-bullet.electrolux-swiper-bullet.swiper-pagination-bullet-active, #artifact .swiper .swiper-active-bullet-green .swiper-pagination-bullet.electrolux-swiper-bullet-numbered.swiper-pagination-bullet-active, #artifact .swiper .button-bg-green {
    background: var(--color-green) !important
}

#artifact .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet.electrolux-swiper-bullet, #artifact .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet.electrolux-swiper-bullet {
    margin: 0 .5em
}

#artifact .swiper .button-rounded {
    border-radius: 99999px
}

#artifact .swiper-bullet-text-white .swiper-pagination-bullet.electrolux-swiper-bullet-numbered p {
    color: #fff !important
}

#artifact .swiper-horizontal>.swiper-pagination-bullets, #artifact .swiper-pagination-bullets.swiper-pagination-horizontal, #artifact .swiper-pagination-custom, #artifact .swiper-pagination-fraction {
    bottom: 1.5em !important
}

#artifact .swiper-button-next, #artifact .swiper-button-prev {
    color: var(--color-blue)
}

#artifact .swiper-button-next.swiper-button-disabled, #artifact .swiper-button-prev.swiper-button-disabled {
    opacity: 0 !important;
    cursor: auto;
    pointer-events: none
}

#artifact .swiper .swiper-text-white .swiper-pagination-bullet>p {
    color: #fff;
    font-weight: 700;
    transform: translateY(4px)
}

#artifact .swiper .swiper-text-electrolux .swiper-pagination-bullet>p {
    font-family: var(--default-electrolux-font) !important
}

#artifact .swiper .swiper-button-prev.swiper-button-white, #artifact .swiper .swiper-button-next.swiper-button-white {
    color: #fff !important
}

#artifact .swiper .swiper-button-prev.swiper-button-fill-purple, #artifact .swiper .swiper-button-next.swiper-button-fill-purple {
    background: var(--color-purple) !important
}

#artifact .swiper .swiper-button-prev:after {
    transform: scale(.6) translate(-2px) !important
}

#artifact .swiper .swiper-button-next:after {
    transform: scale(.6) translate(2px) !important
}

#artifact .swiper-pagination .swiper-pagination-bullet {
    position: relative
}

#artifact .swiper-pagination .swiper-pagination-bullet>p {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    width: 100%;
    height: 100%
}

#artifact .swiper .button-text-white.swiper-button-prev:after, #artifact .swiper .button-text-white.swiper-button-next:after {
    color: #fff
}

#artifact .m-swiper-bullets-1em .swiper-pagination-bullet, #artifact .swiper-bullets-1em .swiper-pagination-bullet {
    width: 1em;
    height: 1em;
    border-radius: 99999px
}

#artifact .swiper-bullets-2em .swiper-pagination-bullet {
    width: 1.25em;
    height: 1.25em;
    border-radius: 99999px
}

#artifact .swiper-bullets-3em .swiper-pagination-bullet {
    width: 2em;
    height: 2em;
    border-radius: 99999px
}

#artifact .modal-container {
    position: absolute;
    transition: all ease-in-out .5s
}

#artifact .modal-hide {
    transition: all ease-in-out 325ms
}

#artifact .modal-closed {
    z-index: -1 !important;
    opacity: 0
}

#artifact .translatey {
    transform: translateY(2%)
}

#artifact .-translatey {
    transform: translateY(-2%)
}

#artifact .translatex {
    transform: translate(50%)
}

#artifact .-translatex {
    transform: translate(-50%)
}

#artifact .modal-oppened {
    transform: translate(0) translateY(0);
    z-index: 999 !important
}

#artifact .modal-oppened.translatey {
    animation: translatey .75s ease-in-out 0ms 1 forwards
}

#artifact .modal-oppened.-translatey {
    animation: -translatey .75s ease-in-out 0ms 1 forwards
}

#artifact .modal-oppened.translatex {
    animation: translatex .75s ease-in-out 0ms 1 forwards
}

#artifact .modal-oppened.-translatex {
    animation: -translatex .75s ease-in-out 0ms 1 forwards
}

#artifact .modal-oppened.translatey.return {
    animation: return-translatey .75s ease-in-out 0ms 1 forwards
}

#artifact .modal-oppened.-translatey.return {
    animation: -return-translatey .75s ease-in-out 0ms 1 forwards
}

#artifact .modal-oppened.translatex.return {
    animation: return-translatex .75s ease-in-out 0ms 1 forwards
}

#artifact .modal-oppened.-translatex.return {
    animation: -return-translatex .75s ease-in-out 0ms 1 forwards
}

#artifact .button-close {
    position: absolute;
    cursor: pointer
}

#artifact .button-close.rotate.scale {
    transform: rotate(135deg) scale(.9)
}

#artifact .modal-oppened .button-close.rotate.scale {
    transform: rotate(135deg) scale(1);
    z-index: 99999 !important
}

#artifact .button-close.button-top, #artifact .button-open.button-top {
    top: 3%
}

#artifact .button-close.button-right, #artifact .button-open.button-right {
    right: 2%
}

#artifact .button-close.button-left, #artifact .button-open.button-left {
    left: 2%
}

#artifact .button-close.-button-top, #artifact .button-open.-button-top {
    top: -3%
}

#artifact .button-close.-button-right, #artifact .button-open.-button-right {
    right: -2%
}

#artifact .button-close.-button-left, #artifact .button-open.-button-left {
    left: -2%
}

#artifact .button-close~img {
    pointer-events: none !important
}

#artifact .button-open {
    width: 2.25em;
    cursor: pointer
}

#artifact .icons-wrapper {
    z-index: 1
}

#artifact .icons-wrapper.hidden {
    z-index: -1 !important
}

#artifact .icon-modal {
    transition: all ease-in-out .2s
}

#artifact .open-modal, #artifact .close-modal, #artifact .modal {
    transition: all ease-in-out .5s
}

#artifact .open-modal, #artifact .close-modal, #artifact .open-modal img, #artifact .close-modal img {
    object-fit: contain;
    max-width: 100%
}

#artifact .close-modal {
    transition: all ease-in-out .4s;
    cursor: pointer
}

#artifact .modal-oppened .close-modal {
    z-index: 9999 !important
}

#artifact .button-close.rotate {
    transform: rotate(135deg)
}

#artifact .transition-all.hide-all {
    transition-duration: 80ms
}

@keyframes translatey {
    0% {
        transform: translateY(2%);
        opacity: 0
    }

    to {
        transform: translateY(0);
        opacity: 1
    }
}

@-moz-keyframes translatey {
    0% {
        transform: translateY(2%);
        opacity: 0
    }

    to {
        transform: translateY(0);
        opacity: 1
    }
}

@keyframes -translatey {
    0% {
        transform: translateY(-2%);
        opacity: 0
    }

    to {
        transform: translateY(0);
        opacity: 1
    }
}

@-moz-keyframes -translatey {
    0% {
        transform: translateY(-2%);
        opacity: 0
    }

    to {
        transform: translateY(0);
        opacity: 1
    }
}

@keyframes translatex {
    0% {
        transform: translate(50%);
        opacity: 0
    }

    to {
        transform: translate(0);
        opacity: 1
    }
}

@-moz-keyframes translatex {
    0% {
        transform: translate(50%);
        opacity: 0
    }

    to {
        transform: translate(0);
        opacity: 1
    }
}

@keyframes -translatex {
    0% {
        transform: translate(-50%);
        opacity: 0
    }

    to {
        transform: translate(0);
        opacity: 1
    }
}

@-moz-keyframes -translatex {
    0% {
        transform: translate(-50%);
        opacity: 0
    }

    to {
        transform: translate(0);
        opacity: 1
    }
}

@keyframes return-translatey {
    0% {
        transform: translateY(0);
        opacity: 1
    }

    to {
        transform: translateY(2%);
        opacity: 0
    }
}

@-moz-keyframes return-translatey {
    0% {
        transform: translateY(0);
        opacity: 1
    }

    to {
        transform: translateY(2%);
        opacity: 0
    }
}

@keyframes -return-translatey {
    0% {
        transform: translateY(0);
        opacity: 1
    }

    to {
        transform: translateY(-2%);
        opacity: 0
    }
}

@-moz-keyframes -return-translatey {
    0% {
        transform: translateY(0);
        opacity: 1
    }

    to {
        transform: translateY(-2%);
        opacity: 0
    }
}

@keyframes return-translatex {
    0% {
        transform: translate(0);
        opacity: 1
    }

    to {
        transform: translate(50%);
        opacity: 0
    }
}

@-moz-keyframes return-translatex {
    0% {
        transform: translate(0);
        opacity: 1
    }

    to {
        transform: translate(50%);
        opacity: 0
    }
}

@keyframes -return-translatex {
    0% {
        transform: translate(0);
        opacity: 1
    }

    to {
        transform: translate(-50%);
        opacity: 0
    }
}

@-moz-keyframes -return-translatex {
    0% {
        transform: translate(0);
        opacity: 1
    }

    to {
        transform: translate(-50%);
        opacity: 0
    }
}

@font-face {
    font-family: swiper-icons;
    src: url(data:application/font-woff;charset=utf-8;base64,\ d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA);
    font-weight: 400;
    font-style: normal
}

#artifact {
    --swiper-theme-color: #007aff
}

#artifact:host {
    position: relative;
    display: block;
    margin-left: auto;
    margin-right: auto;
    z-index: 1
}

#artifact .swiper {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
    display: block
}

#artifact .swiper-vertical>.swiper-wrapper {
    flex-direction: column
}

#artifact .swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
    box-sizing: content-box
}

#artifact .swiper-android .swiper-slide, #artifact .swiper-ios .swiper-slide, #artifact .swiper-wrapper {
    transform: translateZ(0)
}

#artifact .swiper-horizontal {
    touch-action: pan-y
}

#artifact .swiper-vertical {
    touch-action: pan-x
}

#artifact .swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform;
    display: block
}

#artifact .swiper-slide-invisible-blank {
    visibility: hidden
}

#artifact .swiper-autoheight, #artifact .swiper-autoheight .swiper-slide {
    height: auto
}

#artifact .swiper-autoheight .swiper-wrapper {
    align-items: flex-start;
    transition-property: transform, height
}

#artifact .swiper-backface-hidden .swiper-slide {
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

#artifact .swiper-3d.swiper-css-mode .swiper-wrapper {
    perspective: 1200px
}

#artifact .swiper-3d .swiper-wrapper {
    transform-style: preserve-3d
}

#artifact .swiper-3d {
    perspective: 1200px
}

#artifact .swiper-3d .swiper-cube-shadow, #artifact .swiper-3d .swiper-slide {
    transform-style: preserve-3d
}

#artifact .swiper-css-mode>.swiper-wrapper {
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none
}

#artifact .swiper-css-mode>.swiper-wrapper::-webkit-scrollbar {
    display: none
}

#artifact .swiper-css-mode>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: start start
}

#artifact .swiper-css-mode.swiper-horizontal>.swiper-wrapper {
    scroll-snap-type: x mandatory
}

#artifact .swiper-css-mode.swiper-vertical>.swiper-wrapper {
    scroll-snap-type: y mandatory
}

#artifact .swiper-css-mode.swiper-free-mode>.swiper-wrapper {
    scroll-snap-type: none
}

#artifact .swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: none
}

#artifact .swiper-css-mode.swiper-centered>.swiper-wrapper:before {
    content: "";
    flex-shrink: 0;
    order: 9999
}

#artifact .swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: center center;
    scroll-snap-stop: always
}

#artifact .swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child {
    margin-inline-start: var(--swiper-centered-offset-before)
}

#artifact .swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper:before {
    height: 100%;
    min-height: 1px;
    width: var(--swiper-centered-offset-after)
}

#artifact .swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child {
    margin-block-start: var(--swiper-centered-offset-before)
}

#artifact .swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper:before {
    width: 100%;
    min-width: 1px;
    height: var(--swiper-centered-offset-after)
}

#artifact .swiper-3d .swiper-slide-shadow, #artifact .swiper-3d .swiper-slide-shadow-bottom, #artifact .swiper-3d .swiper-slide-shadow-left, #artifact .swiper-3d .swiper-slide-shadow-right, #artifact .swiper-3d .swiper-slide-shadow-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10
}

#artifact .swiper-3d .swiper-slide-shadow {
    background: #00000026
}

#artifact .swiper-3d .swiper-slide-shadow-left {
    background-image: linear-gradient(to left, #00000080, #0000)
}

#artifact .swiper-3d .swiper-slide-shadow-right {
    background-image: linear-gradient(to right, #00000080, #0000)
}

#artifact .swiper-3d .swiper-slide-shadow-top {
    background-image: linear-gradient(to top, #00000080, #0000)
}

#artifact .swiper-3d .swiper-slide-shadow-bottom {
    background-image: linear-gradient(to bottom, #00000080, #0000)
}

#artifact .swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    transform-origin: 50%;
    box-sizing: border-box;
    border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
    border-radius: 50%;
    border-top-color: transparent
}

#artifact .swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader, #artifact .swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
    animation: swiper-preloader-spin 1s infinite linear
}

#artifact .swiper-lazy-preloader-white {
    --swiper-preloader-color: #fff
}

#artifact .swiper-lazy-preloader-black {
    --swiper-preloader-color: #000
}

@keyframes swiper-preloader-spin {
    0% {
        transform: rotate(0)
    }

    to {
        transform: rotate(360deg)
    }
}

#artifact .swiper-virtual .swiper-slide {
    -webkit-backface-visibility: hidden;
    transform: translateZ(0)
}

#artifact .swiper-virtual.swiper-css-mode .swiper-wrapper:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none
}

#artifact .swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper:after {
    height: 1px;
    width: var(--swiper-virtual-size)
}

#artifact .swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper:after {
    width: 1px;
    height: var(--swiper-virtual-size)
}

#artifact {
    --swiper-navigation-size: 44px
}

#artifact .swiper-button-next, #artifact .swiper-button-prev {
    position: absolute;
    top: var(--swiper-navigation-top-offset, 50%);
    width: calc(var(--swiper-navigation-size) / 44 * 27);
    height: var(--swiper-navigation-size);
    margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--swiper-navigation-color, var(--swiper-theme-color))
}

#artifact .swiper-button-next.swiper-button-disabled, #artifact .swiper-button-prev.swiper-button-disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: none
}

#artifact .swiper-button-next.swiper-button-hidden, #artifact .swiper-button-prev.swiper-button-hidden {
    opacity: 0;
    cursor: auto;
    pointer-events: none
}

#artifact .swiper-navigation-disabled .swiper-button-next, #artifact .swiper-navigation-disabled .swiper-button-prev {
    display: none !important
}

#artifact .swiper-button-next svg, #artifact .swiper-button-prev svg {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transform-origin: center
}

#artifact .swiper-rtl .swiper-button-next svg, #artifact .swiper-rtl .swiper-button-prev svg {
    transform: rotate(180deg)
}

#artifact .swiper-button-prev, #artifact .swiper-rtl .swiper-button-next {
    left: var(--swiper-navigation-sides-offset, 10px);
    right: auto
}

#artifact .swiper-button-lock {
    display: none
}

#artifact .swiper-button-next:after, #artifact .swiper-button-prev:after {
    font-family: swiper-icons;
    font-size: var(--swiper-navigation-size);
    text-transform: none !important;
    letter-spacing: 0;
    font-variant: initial;
    line-height: 1
}

#artifact .swiper-button-prev:after, #artifact .swiper-rtl .swiper-button-next:after {
    content: "prev"
}

#artifact .swiper-button-next, #artifact .swiper-rtl .swiper-button-prev {
    right: var(--swiper-navigation-sides-offset, 10px);
    left: auto
}

#artifact .swiper-button-next:after, #artifact .swiper-rtl .swiper-button-prev:after {
    content: "next"
}

#artifact .swiper-pagination {
    position: absolute;
    text-align: center;
    transition: .3s opacity;
    transform: translateZ(0);
    z-index: 10
}

#artifact .swiper-pagination.swiper-pagination-hidden {
    opacity: 0
}

#artifact .swiper-pagination-disabled>.swiper-pagination, #artifact .swiper-pagination.swiper-pagination-disabled {
    display: none !important
}

#artifact .swiper-horizontal>.swiper-pagination-bullets, #artifact .swiper-pagination-bullets.swiper-pagination-horizontal, #artifact .swiper-pagination-custom, #artifact .swiper-pagination-fraction {
    bottom: var(--swiper-pagination-bottom, 8px);
    top: var(--swiper-pagination-top, auto);
    left: 0;
    width: 100%
}

#artifact .swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0
}

#artifact .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transform: scale(.33);
    position: relative
}

#artifact .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active, #artifact .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    transform: scale(1)
}

#artifact .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    transform: scale(.66)
}

#artifact .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    transform: scale(.33)
}

#artifact .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    transform: scale(.66)
}

#artifact .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    transform: scale(.33)
}

#artifact .swiper-pagination-bullet {
    width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
    height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
    display: inline-block;
    border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
    background: var(--swiper-pagination-bullet-inactive-color, #000);
    opacity: var(--swiper-pagination-bullet-inactive-opacity, .2)
}

#artifact button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    box-shadow: none;
    -webkit-appearance: none;
    appearance: none
}

#artifact .swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer
}

#artifact .swiper-pagination-bullet:only-child {
    display: none !important
}

#artifact .swiper-pagination-bullet-active {
    opacity: var(--swiper-pagination-bullet-opacity, 1);
    background: var(--swiper-pagination-color, var(--swiper-theme-color))
}

#artifact .swiper-pagination-vertical.swiper-pagination-bullets, #artifact .swiper-vertical>.swiper-pagination-bullets {
    right: var(--swiper-pagination-right, 8px);
    left: var(--swiper-pagination-left, auto);
    top: 50%;
    transform: translate3d(0, -50%, 0)
}

#artifact .swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet, #artifact .swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
    display: block
}

#artifact .swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic, #artifact .swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    transform: translateY(-50%);
    width: 8px
}

#artifact .swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, #artifact .swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    display: inline-block;
    transition: .2s transform, .2s top
}

#artifact .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet, #artifact .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px)
}

#artifact .swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic, #artifact .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    transform: translate(-50%);
    white-space: nowrap
}

#artifact .swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, #artifact .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: .2s transform, .2s left
}

#artifact .swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: .2s transform, .2s right
}

#artifact .swiper-pagination-fraction {
    color: var(--swiper-pagination-fraction-color, inherit)
}

#artifact .swiper-pagination-progressbar {
    background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, .25));
    position: absolute
}

#artifact .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform: scale(0);
    transform-origin: left top
}

#artifact .swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    transform-origin: right top
}

#artifact .swiper-horizontal>.swiper-pagination-progressbar, #artifact .swiper-pagination-progressbar.swiper-pagination-horizontal, #artifact .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite, #artifact .swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: var(--swiper-pagination-progressbar-size, 4px);
    left: 0;
    top: 0
}

#artifact .swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, #artifact .swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite, #artifact .swiper-pagination-progressbar.swiper-pagination-vertical, #artifact .swiper-vertical>.swiper-pagination-progressbar {
    width: var(--swiper-pagination-progressbar-size, 4px);
    height: 100%;
    left: 0;
    top: 0
}

#artifact .swiper-pagination-lock {
    display: none
}

#artifact .swiper-scrollbar {
    border-radius: var(--swiper-scrollbar-border-radius, 10px);
    position: relative;
    touch-action: none;
    background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, .1))
}

#artifact .swiper-scrollbar-disabled>.swiper-scrollbar, #artifact .swiper-scrollbar.swiper-scrollbar-disabled {
    display: none !important
}

#artifact .swiper-horizontal>.swiper-scrollbar, #artifact .swiper-scrollbar.swiper-scrollbar-horizontal {
    position: absolute;
    left: var(--swiper-scrollbar-sides-offset, 1%);
    bottom: var(--swiper-scrollbar-bottom, 4px);
    top: var(--swiper-scrollbar-top, auto);
    z-index: 50;
    height: var(--swiper-scrollbar-size, 4px);
    width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%))
}

#artifact .swiper-scrollbar.swiper-scrollbar-vertical, #artifact .swiper-vertical>.swiper-scrollbar {
    position: absolute;
    left: var(--swiper-scrollbar-left, auto);
    right: var(--swiper-scrollbar-right, 4px);
    top: var(--swiper-scrollbar-sides-offset, 1%);
    z-index: 50;
    width: var(--swiper-scrollbar-size, 4px);
    height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%))
}

#artifact .swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, .5));
    border-radius: var(--swiper-scrollbar-border-radius, 10px);
    left: 0;
    top: 0
}

#artifact .swiper-scrollbar-cursor-drag {
    cursor: move
}

#artifact .swiper-scrollbar-lock {
    display: none
}

#artifact .swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center
}

#artifact .swiper-zoom-container>canvas, #artifact .swiper-zoom-container>img, #artifact .swiper-zoom-container>svg {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain
}

#artifact .swiper-slide-zoomed {
    cursor: move;
    touch-action: none
}

#artifact .swiper .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000
}

#artifact .swiper-free-mode>.swiper-wrapper {
    transition-timing-function: ease-out;
    margin: 0 auto
}

#artifact .swiper-grid>.swiper-wrapper {
    flex-wrap: wrap
}

#artifact .swiper-grid-column>.swiper-wrapper {
    flex-wrap: wrap;
    flex-direction: column
}

#artifact .swiper-fade.swiper-free-mode .swiper-slide {
    transition-timing-function: ease-out
}

#artifact .swiper-fade .swiper-slide {
    pointer-events: none;
    transition-property: opacity
}

#artifact .swiper-fade .swiper-slide .swiper-slide {
    pointer-events: none
}

#artifact .swiper-fade .swiper-slide-active, #artifact .swiper-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

#artifact .swiper.swiper-cube {
    overflow: visible
}

#artifact .swiper-cube .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
    visibility: hidden;
    transform-origin: 0 0;
    width: 100%;
    height: 100%
}

#artifact .swiper-cube .swiper-slide .swiper-slide {
    pointer-events: none
}

#artifact .swiper-cube.swiper-rtl .swiper-slide {
    transform-origin: 100% 0
}

#artifact .swiper-cube .swiper-slide-active, #artifact .swiper-cube .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

#artifact .swiper-cube .swiper-slide-active, #artifact .swiper-cube .swiper-slide-next, #artifact .swiper-cube .swiper-slide-prev {
    pointer-events: auto;
    visibility: visible
}

#artifact .swiper-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: .6;
    z-index: 0
}

#artifact .swiper-cube .swiper-cube-shadow:before {
    content: "";
    background: #000;
    position: absolute;
    inset: 0;
    filter: blur(50px)
}

#artifact .swiper-cube .swiper-slide-next+.swiper-slide {
    pointer-events: auto;
    visibility: visible
}

#artifact .swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom, #artifact .swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left, #artifact .swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right, #artifact .swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

#artifact .swiper.swiper-flip {
    overflow: visible
}

#artifact .swiper-flip .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1
}

#artifact .swiper-flip .swiper-slide .swiper-slide {
    pointer-events: none
}

#artifact .swiper-flip .swiper-slide-active, #artifact .swiper-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

#artifact .swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom, #artifact .swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left, #artifact .swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right, #artifact .swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

#artifact .swiper-creative .swiper-slide {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden;
    transition-property: transform, opacity, height
}

#artifact .swiper.swiper-cards {
    overflow: visible
}

#artifact .swiper-cards .swiper-slide {
    transform-origin: center bottom;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden
}

#artifact .intro.intro-top, #artifact .intro.intro.m-intro-top, #artifact .intro.intro-bottom, #artifact .intro.m-intro-bottom {
    top: 4%
}

#artifact .intro.intro-left, #artifact .intro.m-intro-left {
    left: 7%
}

#artifact .intro.intro-right #artifact .intro.m-intro-right {
    right: 7%
}

#artifact h1, #artifact h2, #artifact h3, #artifact h4, #artifact h5, #artifact h6, #artifact p {
    margin: 0 !important
}

#artifact.font-electrolux {
    font-family: "Electrolux Sans", Arial, sans-serif;
    letter-spacing: .017em
}

#artifact .font-electrolux-light {
    font-weight: 300;
}

#artifact .font-electrolux-regular {
   font-weight: 400;
}

#artifact .font-electrolux-bold {
    font-weight: 700;
}

#artifact .font-electrolux-semibold {
    font-weight: 600;
}

#artifact .h-intro, #artifact .m-h-intro {
    font-size: calc(14px + (38 - 14) * (100vw - 320px) / (768 - 320));
}

#artifact #product-08 .h-intro, #artifact #product-08 .m-h-intro {
    font-size: calc(16px + (30 - 16) * (100vw - 320px) / (768 - 320));
}

#artifact .m-h-section-bigger, #artifact .h-section-bigger {
    font-size: calc(var(--title-section-bigger) * var(--title-multiplier))
}

#artifact .m-h-section, #artifact .h-section {
    font-size: calc(var(--title-section-inter) * var(--title-multiplier))
}

#artifact .h-section-base {
    font-size: calc(var(--title-section-base) * var(--title-multiplier))
}

#artifact .m-h-section-small, #artifact .h-section-small {
    font-size: calc(var(--title-section-small) * var(--title-multiplier))
}


#artifact .m-p-text, #artifact .p-text {
    font-size: calc(var(--text-section-base) * var(--text-multiplier))
}

#artifact .m-p-text-contained, #artifact .p-text-contained {
    font-size: calc(var(--text-section-contained) * var(--text-multiplier))
}

#artifact .p-product {
    font-size: calc(var(--text-product) * var(--text-multiplier))
}

#artifact .p-product-table, #artifact .m-p-text-small, #artifact .p-text-small {
    font-size: calc(var(--text-product-table) * var(--text-multiplier))
}

#artifact .p-footer {
    font-size: calc(var(--text-footer) * var(--text-multiplier))
}

#artifact .p-title-1\.125x {
    font-size: calc(var(--text-intro-base) * var(--text-multiplier) * 1.125)
}

#artifact .p-title-1\.25x {
    font-size: calc(var(--text-intro-base) * var(--text-multiplier) * 1.25)
}

#artifact .p-title-1\.5x {
    font-size: calc(var(--text-intro-base) * var(--text-multiplier) * 1.5)
}

#artifact .p-text-1\.125x {
    font-size: calc(var(--text-section-base) * var(--text-multiplier) * 1.125)
}

#artifact .p-text-1\.25x {
    font-size: calc(var(--text-section-base) * var(--text-multiplier) * 1.25)
}

#artifact .p-text-1\.5x {
    font-size: calc(var(--text-section-base) * var(--text-multiplier) * 1.5)
}

#artifact .text-uppercase {
    text-transform: uppercase
}

#artifact .text-center {
    text-align: center
}

#artifact .text-left {
    text-align: left
}

#artifact .text-right {
    text-align: right
}

#artifact .text-m-center-d-left {
    text-align: center
}

#artifact .line-height-1\.125 {
    line-height: 1.125 !important
}

#artifact .text-white {
    color: #fff
}

#artifact .text-center-right {
    text-align: center
}

#artifact .text-controlled {
    max-width: 100%;
    overflow: hidden;
    line-height: 1.3141816
}

#artifact .text-no-break {
    /* white-space: nowrap; */
    /* overflow: hidden; */
    text-overflow: ellipsis
}

#artifact .text-break {
    white-space: wrap;
    overflow-wrap: break-word
}

@container (min-width: 22.5em) {
    #artifact {
        --title-multiplier: 1;
        --text-multiplier: 1.125
    }
}

@container (min-width: 23.438em) {
    #artifact {
        --title-multiplier: 1.065;
        --text-multiplier: 1.2
    }
}

@container (min-width: 25.875em) {
    #artifact {
        --title-multiplier: 1.2;
        --text-multiplier: 1.375
    }
}

@container (min-width: 26.875em) {
    #artifact {
        --title-multiplier: 1.25;
        --text-multiplier: 1.4
    }
}

@container (min-width: 29.75em) {
    #artifact .swiper-bullets-2em .swiper-pagination-bullet {
        width: 2em;
        height: 2em
    }

    #artifact .swiper-bullets-3em .swiper-pagination-bullet {
        width: 3em;
        height: 3em
    }
}

@container (min-width: 32.813em) {
    #artifact {
        --title-multiplier: 1.5;
        --text-multiplier: 1.725
    }
}

@container (min-width: 37.5em) {
    #artifact {
        --title-multiplier: 1.75;
        --text-multiplier: 2
    }
}

@container (min-width: 44.5em) {
    #artifact {
        --title-multiplier: 2.125;
        --text-multiplier: 2.4
    }
}

@container (min-width: 48em) {
    #artifact {
        --title-section-inter: 140%;
        --text-footer: 35%;
        --title-multiplier: 1;
        --text-multiplier: 1.25
    }

    #artifact .d-h-intro {
        font-size: calc(var(--title-intro-base) * var(--title-multiplier))
    }

    #artifact .d-h-section {
        font-size: calc(var(--title-section-inter) * var(--title-multiplier))
    }

    #artifact .d-h-section-base {
        font-size: calc(var(--title-section-base) * var(--title-multiplier))
    }

    #artifact .d-h-section-bigger {
        font-size: calc(var(--title-section-bigger) * var(--title-multiplier))
    }

    #artifact .d-p-text {
        font-size: calc(var(--text-section-base) * var(--text-multiplier))
    }

    #artifact .d-p-text-contained {
        font-size: calc(var(--text-section-contained) * var(--text-multiplier))
    }

    #artifact .d-p-product {
        font-size: calc(var(--text-product) * var(--text-multiplier))
    }

    #artifact .d-display-block {
        display: block !important
    }

    #artifact .d-display-inline {
        display: inline !important
    }

    #artifact .m-display-block, #artifact .m-display-inline-block, #artifact .m-display-inline, #artifact .m-display-flex {
        display: none !important
    }

    #artifact .d-display-flex {
        display: flex !important
    }

    #artifact .d-display-grid {
        display: grid !important
    }

    #artifact .d-direction-row {
        flex-direction: row !important
    }

    #artifact .d-direction-column {
        flex-direction: column !important
    }

    #artifact .d-direction-row-reverse {
        flex-direction: row-reverse !important
    }

    #artifact .d-direction-column-reverse {
        flex-direction: column-reverse !important
    }

    #artifact .d-justify-center {
        justify-content: center !important
    }

    #artifact .d-justify-between {
        justify-content: space-between !important
    }

    #artifact .d-justify-start {
        justify-content: flex-start !important
    }

    #artifact .d-justify-end {
        justify-content: flex-end !important
    }

    #artifact .d-justify-around {
        justify-content: space-around !important
    }

    #artifact .d-justify-evenly {
        justify-content: space-evenly !important
    }

    #artifact .d-align-center {
        align-items: center !important
    }

    #artifact .d-align-start {
        align-items: flex-start !important
    }

    #artifact .d-align-end {
        align-items: flex-end !important
    }

    #artifact .d-align-stretch {
        align-items: stretch !important
    }

    #artifact .d-grid-item-reverse {
        order: -1
    }

    #artifact .grid-2 {
        grid-template-columns: 1fr 1fr
    }

    #artifact .grid-m-1-d-2 {
        grid-template-columns: repeat(2, 1fr)
    }

    #artifact .grid-m-1-d-3 {
        grid-template-columns: repeat(3, 1fr)
    }

    #artifact .grid-m-1-d-4 {
        grid-template-columns: repeat(4, 1fr)
    }

    #artifact .grid-m-1-d-5 {
        grid-template-columns: repeat(5, 1fr)
    }

    #artifact .d-relative {
        position: relative !important
    }

    #artifact .d-absolute {
        position: absolute !important
    }

    #artifact .d-right-0 {
        right: 0
    }

    #artifact .d-left-0 {
        left: 0
    }

    #artifact .d-top-0 {
        top: 0
    }

    #artifact .d-bottom-0 {
        bottom: 0
    }

    #artifact .d-top-0-right-0 {
        top: 0;
        right: 0
    }

    #artifact .d-top-0-left-0 {
        top: 0;
        left: 0
    }

    #artifact .d-text-blue {
        color: var(--color-blue)
    }

    #artifact .d-text-white {
        color: #fff
    }

    #artifact .m-bottom {
        bottom: auto !important
    }

    #artifact .m-top {
        top: auto !important
    }

    #artifact .d-h-full {
        height: 100% !important
    }

    #artifact .d-h-50\% {
        height: 50% !important
    }

    #artifact .d-w-full {
        width: 100% !important
    }

    #artifact .d-w-50\% {
        width: 50% !important
    }

    #artifact .d-w-auto {
        width: auto !important
    }

    #artifact .d-w-auto-t-none {
        width: auto !important;
        max-width: auto !important;
        transform: translate(0) !important
    }

    #artifact a.d-disabled {
        pointer-events: none
    }

    #artifact .m-padding-top-0\.5em {
        padding-top: 0
    }

    #artifact .m-padding-2em-0, #artifact .m-padding-4em-0, #artifact .m-padding-8em-0, #artifact .m-padding-9em-0, #artifact .m-padding-12em-0 {
        padding-top: 0;
        padding-bottom: 0
    }

    #artifact .d-padding-top-0\.75em {
        padding-top: .75em
    }

    #artifact .d-padding-top-1em {
        padding-top: 1em
    }

    #artifact .d-padding-top-2em {
        padding-top: 2em
    }

    #artifact .d-padding-top-3em {
        padding-top: 3em
    }

    #artifact .d-padding-top-4em {
        padding-top: 4em
    }

    #artifact .m-margin-x-0\.25em, #artifact .m-margin-x-0\.5em, #artifact .m-margin-x-1em, #artifact .m-margin-x-2em, #artifact .margin-x-2em {
        margin-left: 0;
        margin-right: 0
    }

    #artifact .d-margin-x-0\.25em {
        margin-left: .25em;
        margin-right: .25em
    }

    #artifact .d-margin-x-0\.5em {
        margin-left: .5em;
        margin-right: .5em
    }

    #artifact .d-margin-x-1em {
        margin-left: 1em;
        margin-right: 1em
    }

    #artifact .d-margin-x-2em {
        margin-left: 2em;
        margin-right: 2em
    }

    #artifact .m-margin-top-1em, #artifact .m-margin-top-0\.5em {
        margin-top: 0
    }

    #artifact .d-margin-top-0\.5em {
        margin: .5em 0 0 !important
    }
    #artifact #product-08 .d-margin-top-0\.5em {
        margin: 1.4% 0 0 !important
    }

    #artifact .m-padding-full-2em, #artifact .m-padding-full-3em, #artifact .m-padding-1em-3em {
        padding: 0
    }

    #artifact .m-margin-top-4em, #artifact .m-margin-top-8em {
        margin-top: 0
    }

    #artifact .d-padding-left-1em {
        padding-left: 1em
    }

    #artifact .d-padding-left-2em {
        padding-left: 2em
    }

    #artifact .d-padding-left-3em {
        padding-left: 3em
    }

    #artifact .d-padding-left-4em {
        padding-left: 4em
    }

    #artifact .d-padding-right-1em {
        padding-right: 1em
    }

    #artifact .d-padding-right-2em {
        padding-right: 2em
    }

    #artifact .d-padding-right-3em {
        padding-right: 3em
    }

    #artifact .d-padding-right-4em {
        padding-right: 4em
    }

    #artifact .d-padding-bottom-1em {
        padding-bottom: 1em
    }

    #artifact .d-padding-bottom-2em {
        padding-bottom: 2em
    }

    #artifact .d-padding-bottom-3em {
        padding-bottom: 3em
    }

    #artifact .d-padding-bottom-4em {
        padding-bottom: 4em
    }

    #artifact .d-padding-2\.25em-0 {
        padding: 2.25em 0
    }

    #artifact .m-margin-bottom-2em {
        margin-bottom: 0
    }

    #artifact .d-margin-bottom-0\.5em {
        margin-bottom: .5em
    }

    #artifact .d-margin-top-4em {
        margin-top: 4em !important
    }

    #artifact .d-margin-top-8em {
        margin-top: 8em !important
    }

    #artifact .d-margin-left-0\.25em {
        margin-left: .25em
    }

    #artifact .d-margin-left-0\.5em {
        margin-left: .5em
    }

    #artifact .d-margin-left-1em {
        margin-left: 1em
    }

    #artifact .d-margin-left-2em {
        margin-left: 2em
    }

    #artifact .d-margin-left-3em {
        margin-left: 3em
    }

    #artifact .d-margin-left-4em {
        margin-left: 4em
    }

    #artifact .d-margin-right-0\.25em {
        margin-right: .25em
    }

    #artifact .d-margin-right-0\.5em {
        margin-right: .5em
    }

    #artifact .d-margin-right-1em {
        margin-right: 1em
    }

    #artifact .d-margin-right-2em {
        margin-right: 2em
    }

    #artifact .d-margin-right-3em {
        margin-right: 3em
    }

    #artifact .d-margin-right-4em {
        margin-right: 4em
    }

    #artifact .d-margin-bottom-1em {
        margin-bottom: 1em
    }

    #artifact .d-margin-bottom-2em {
        margin-bottom: 2em
    }

    #artifact .d-margin-bottom-4em {
        margin-bottom: 4em
    }

    #artifact .d-margin-0\.5em-0 {
        margin: .5em 0
    }

    #artifact .d-margin-0\.75em-0 {
        margin: .75em 0
    }

    #artifact .d-margin-1em-0 {
        margin: 1em 0
    }

    #artifact .d-margin-2em-0 {
        margin: 2em 0
    }

    #artifact .d-margin-top-1em {
        margin-top: 1em
    }

    #artifact .d-margin-top-0\.5em {
        margin-top: .5em
    }

    #artifact .d-margin-top-2em {
        margin-top: 2em
    }

    #artifact .d-margin-top-4em {
        margin-top: 4em
    }

    #artifact .d-margin-top-8em {
        margin-top: 8em
    }

    #artifact .d-margin-0\.5em {
        margin: 0 .5em
    }

    #artifact .d-margin-2em {
        margin: 0 2em
    }

    #artifact .m-bg-blue, #artifact .m-bg-gray-100, #artifact .m-bg-gray-200, #artifact .m-bg-gray-300, #artifact .m-bg-gray-400 {
        background-color: transparent
    }

    #artifact .d-bg-gray-100 {
        background-color: var(--color-gray-100) !important
    }

    #artifact .d-bg-gray-200 {
        background-color: var(--color-gray-200) !important
    }

    #artifact .d-bg-gray-300 {
        background-color: var(--color-gray-300) !important
    }

    #artifact .d-bg-gray-400 {
        background-color: var(--color-gray-400) !important
    }

    #artifact .d-bg-blue {
        background-color: var(--color-blue) !important
    }

    #artifact .d-bg-white {
        background-color: #fff !important
    }

    #artifact .d-bg-white-80 {
        background-color: #fffc !important
    }

    #artifact .d-bg-transparent {
        background-color: transparent !important
    }

    #artifact .m-absolute-d-relative {
        position: relative !important
    }

    #artifact .d-absolute-z_negative {
        z-index: -1 !important
    }

    #artifact .d-absolute, #artifact .d-absolute-z_negative {
        position: absolute !important
    }

    #artifact .d-padding-full-0\.5em {
        padding: .5em
    }

    #artifact .d-padding-full-1em {
        padding: 1em
    }

    #artifact .d-padding-full-2em {
        padding: 2em
    }

    #artifact .text-m-center-d-left {
        text-align: left !important
    }

    #artifact .text-center-right {
        text-align: right !important
    }

    #artifact .m-border-radius-0\.25em, #artifact .m-border-radius-0\.5em {
        border-radius: 0
    }

    #artifact .d-border-radius-0\.25em {
        border-radius: .25em
    }

    #artifact .d-border-radius-0\.5em {
        border-radius: .5em
    }

    #artifact .m-w-quarter-d-w-third {
        width: 33.3334%
    }


   

}

@container (min-width: 54em) {
    #artifact {
        --text-section-base: 67%;
        --title-multiplier: 1.15;
        --text-multiplier: 1.425
    }
}

@container (min-width: 57.5em) {
    #artifact {
        --title-multiplier: 1.25;
        --text-multiplier: 1.55
    }
}

@container (min-width: 61.25em) {
    #artifact {
        --title-multiplier: 1.325;
        --text-multiplier: 1.625
    }
}

@container (min-width: 68.75em) {
    #artifact {
        --title-multiplier: 1.5;
        --text-multiplier: 1.85
    }
}

@container (min-width: 75em) {
    #artifact {
        --title-multiplier: 1.625;
        --text-multiplier: 2
    }
}

@container (min-width: 80em) {
    #artifact {
        --title-multiplier: 1.75;
        --text-multiplier: 2.125
    }
}

@container (min-width: 85.875em) {
    #artifact {
        --title-multiplier: 1.875;
        --text-multiplier: 2.325
    }
}

@container (min-width: 90em) {
    #artifact {
        --title-multiplier: 2;
        --text-multiplier: 2.425
    }
}


#artifact .intro {
    width: 86.04651163%
}

#artifact .intro .intro-logo {
    max-width: 39.86486486%;
    margin: 4% 5% 0
}


#artifact .intro .intro-content {
    padding: 3% 5% 3%;
}

#artifact .intro .intro-aside {
    padding: 3% 5%
}

#artifact section .video-full-width {
    width: 100%;
    min-width: 100%
}

#artifact section .video-framed-width {
    width: 86.04651163%;
    max-width: 86.04651163%;
    margin: 5% auto
}

#artifact section .video-full-width iframe, #artifact section .video-framed-width iframe {
    aspect-ratio: 16 / 9;
    width: 100%
}

#artifact .grid-text-content {
    width: 70.8372093%
}
#artifact #grid-04 .grid-text-content {
    width: 80.8372093%
}

#artifact .grid-text-padding {
    padding: 4.5% 5%
}

#artifact .modal-intro, #artifact .modal-container {
    height: 52.42105263%
}

#artifact #content-06 {
    width: 100% !important;
    height: 45.28301887%;
    left: 0;
    bottom: 0
}

#artifact #content-06-modal-01, #artifact #content-06-modal-02, #artifact #content-06-modal-03, #artifact #content-06-modal-04, #artifact #content-06-modal-05, #artifact #content-06-modal-06, #artifact #content-06-modal-07, #artifact #content-06-modal-08 {
    width: 06.511627907%;
    aspect-ratio: 1 / 1;
    object-fit: contain
}

#artifact #content-06-modal-01 {
    left: 51%;
    top: 53%;
}

#artifact #content-06-modal-02 {
    right: 21%;
    top: 55%;
}

#artifact #content-06-modal-03 {
    right: 3%;
    top: 16%;
}

#artifact #content-06-modal-04 {
    right: 7.7%;
    top: 55.3%;
}

#artifact #content-06-modal-05 {
    left: 18.9%;
    top: 50.9%;
}

#artifact #content-06-modal-06 {
    right: 14.9%;
    top: 16%;
}

#artifact #content-06-modal-07 {
    left: 2.4%;
    top: 50.9%;
}

#artifact #content-06-modal-08 {
    left: 9%;
    top: 16%;
}

#artifact .modal-content-wrapper {
    overflow: hidden !important;
    width: 95%
}

#artifact #modal-06-01, #artifact #modal-06-02, #artifact #modal-06-03, #artifact #modal-06-04, #artifact #modal-06-05, #artifact #modal-06-06, #artifact #modal-06-07, #artifact #modal-06-08 {
    width: 93.02325581%
}

#artifact #modal-image-01-06, #artifact #modal-image-02-06, #artifact #modal-image-03-06, #artifact #modal-image-04-06, #artifact #modal-image-05-06, #artifact #modal-image-06-06, #artifact #modal-image-07-06, #artifact #modal-image-08-06, #artifact #modal-image-01-06 img, #artifact #modal-image-02-06 img, #artifact #modal-image-03-06 img, #artifact #modal-image-04-06 img, #artifact #modal-image-05-06 img, #artifact #modal-image-06-06 img, #artifact #modal-image-07-06 img, #artifact #modal-image-08-06 img {
    object-fit: cover;
    aspect-ratio: 1 / 1 !important
}

#artifact #modal-image-01-06 img, #artifact #modal-image-02-06 img, #artifact #modal-image-03-06 img, #artifact #modal-image-04-06 img, #artifact #modal-image-05-06 img, #artifact #modal-image-06-06 img, #artifact #modal-image-07-06 img, #artifact #modal-image-08-06 img {
    transform: translateY(-.125px)
}

#artifact .grid-modal-custom {
    grid-template-columns: 31.25% auto
}

#artifact .product-content-box {
    width: 86.04651163%
}

#artifact .product-table {
    width: 100%
}

#artifact .footer-logo {
    width: 69.06976744%;
    max-width: 297px;
    margin: 17% 0
}

#artifact .footer-info-content {
    width: 87.90697674%;
    margin: 0 0 10%
}

#artifact .footer-info-text {
    max-width: 100% !important
}

#artifact .footer-info-text>p {
    display: inline !important
}

@container (min-width: 48em) {
    #artifact .intro {
        width: 100%;
        max-width: 40.4%;
        aspect-ratio: 755 / 565
    }

    #artifact .intro .intro-logo {
        max-width: 41.05960265%;
        margin: 1% 5.5% 0
    }

    #artifact .intro .intro-content {
        padding: 6% 5.5% 4.5%
    }

    #artifact .intro .intro-aside {
        padding: 2.5% 5.5%
    }

    #artifact .intro.intro-left {
        left: 6.375%
    }

    #artifact .intro.intro-right {
        right: 6.385%
    }

    #artifact .intro.intro.m-intro-top, #artifact .intro.m-intro-bottom {
        top: auto
    }

    #artifact .intro.m-intro-left {
        left: auto
    }

    #artifact .intro.m-intro-right {
        right: auto
    }

    #artifact section .video-framed-width {
        width: 71.35416667%;
        max-width: 71.35416667%
    }

    #artifact .grid-m-1-d-2.grid-custom-size-r {
        grid-template-columns: auto 58.85416667%
    }

    #artifact .grid-m-1-d-2.grid-custom-size-l {
        grid-template-columns: 58.85416667% auto
    }

    #artifact .grid-text-content {
        width: 74.15189873%
    }
    #artifact #grid-07 .grid-text-content {
        width: 77.15189873%
    }

    #artifact .grid-text-padding {
        padding: 7% 8%
    }

    #artifact .product-content-box {
        width: 74.40506329%
    }

    #artifact .modal-intro, #artifact .modal-container {
        height: 43.40425532%
    }

    #artifact #content-06-modal-01, #artifact #content-06-modal-02, #artifact #content-06-modal-03, #artifact #content-06-modal-04, #artifact #content-06-modal-05, #artifact #content-06-modal-06, #artifact #content-06-modal-07, #artifact #content-06-modal-08 {
        width: 02.083333333%
    }

     #artifact #content-06-modal-01 {
        left: 48.7%;
        top: 43.2%;
    }

    #artifact #content-06-modal-02 {
        left: 60.3%;
        top: 38%;
    }

    #artifact #content-06-modal-03 {
        right: 28.225%;
        top: 37.9%;
    }

    #artifact #content-06-modal-04 {
        right: 31.25%;
        top: 38%;
    }

    #artifact #content-06-modal-05 {
        left: 32.75%;
        top: 40%;
    }

    #artifact #content-06-modal-06 {
        right: 34.425%;
        top: 38%;
    }

    #artifact #content-06-modal-07 {
        left: 23.45%;
        top: 40%;
    }
    
    #artifact #content-06-modal-08 {
        left: 26.9%;
        top: 40%
    }

    #artifact #modal-06-01, #artifact #modal-06-02, #artifact #modal-06-03, #artifact #modal-06-04, #artifact #modal-06-05, #artifact #modal-06-06, #artifact #modal-06-08 {
        width: 67.70833333%
    }
    #artifact #modal-06-07 {
        width: 70.70833333%
    }

    #artifact .grid-modal-custom {
        grid-template-columns: 21.15384615% auto
    }

    #artifact .product-table {
        width: 96.15384615%
    }

    #artifact .footer-logo {
        width: 15.46875%;
        margin: 4% 0
    }

    #artifact .footer-info-content {
        width: 62%;
        margin: 0 0 4%
    }

    #artifact .button-close, #artifact .button-open {
        width: 3em
    }
}

@container (min-width: 61.25em) {
    #artifact .swiper .swiper-text-white .swiper-pagination-bullet>p {
        transform: scale(.75) translateY(2px)
    }

    #artifact .electrolux-custom-button-prev {
        left: 1%
    }

    #artifact .electrolux-custom-button-next {
        right: 1%
    }

    #artifact .swiper-bullets-1em .swiper-pagination-bullet {
        width: 1em;
        height: 1em
    }

    #artifact .d-swiper-bullets-1\.5em .swiper-pagination-bullet {
        width: 1.25em;
        height: 1.25em
    }

    #artifact .swiper-bullets-2em .swiper-pagination-bullet, #artifact .d-swiper-bullets-2em .swiper-pagination-bullet {
        width: 1.5em;
        height: 1.5em
    }

    #artifact .swiper-bullets-3em .swiper-pagination-bullet, #artifact .d-swiper-bullets-3em .swiper-pagination-bullet {
        width: 2.5em;
        height: 2.5em
    }

    #artifact .button-close, #artifact .button-open {
        width: 2.75em
    }

    #artifact .button-close.button-top, #artifact .button-open.button-top {
        top: 3%
    }

    #artifact .button-close.button-right, #artifact .button-open.button-right {
        right: 1.5%
    }

    #artifact .button-close.button-left, #artifact .button-open.button-left {
        left: 1.5%
    }

    #artifact .button-open {
        width: 2.75em
    }
}

@container (min-width: 75em) {
    #artifact .swiper .swiper-text-white .swiper-pagination-bullet>p {
        transform: scale(.75) translateY(2px)
    }

    #artifact .d-swiper-bullets-1\.5em .swiper-pagination-bullet {
        width: 1.5em;
        height: 1.5em
    }

    #artifact .swiper-bullets-2em .swiper-pagination-bullet, #artifact .d-swiper-bullets-2em .swiper-pagination-bullet {
        width: 2em;
        height: 2em
    }

    #artifact .swiper-bullets-3em .swiper-pagination-bullet, #artifact .d-swiper-bullets-3em .swiper-pagination-bullet {
        width: 3em;
        height: 3em
    }
}

#artifact .p-title {
    /* font-size: calc(var(--text-intro-base) * var(--text-multiplier)) */
    font-size: calc(11px + (27 - 11) * (100vw - 320px) / (767 - 320)); 
}

#artifact .m-h-section, #artifact .h-section {
    font-size: calc(20px + (50 - 20) * (100vw - 320px) / (767 - 320)); 
}

#artifact .m-p-text, #artifact .p-text {
    font-size: calc(13px + (27 - 13) * (100vw - 320px) / (767 - 320)); 
}
#artifact  #grid-04 .m-p-text, #artifact  #grid-04 .p-text {
    font-size: calc(13px + (32 - 13) * (100vw - 320px) / (767 - 320)); 
}

#artifact #intro-01 .h-intro + p {
    /* font-size: calc(var(--title-intro-base) * var(--title-multiplier)) */
    font-size: calc(13px + (34 - 13) * (100vw - 320px) / (767 - 320)); 
}

 #artifact  #grid-04 .m-p-text > strong, #artifact .p-text > strong {
    font-weight: 600;
}


#artifact #grid-05 .grid-text-content {
    width: 80.15189873%;
}

#artifact #modal-06 .m-h-section-bigger, #artifact #modal-06 .h-section-bigger {
    font-size: calc(24px + (50 - 24) * (100vw - 320px) / (767 - 320)); 
}

#artifact #modal-06 h6.d-h-section-base {
    line-height: 1.2 !important;
}

#artifact #product-08 .h-intro, #artifact #product-08 .m-h-intro {
    font-size: calc(14.5px + (35 - 14.5) * (100vw - 320px) / (767 - 320)); 
}
#artifact #product-08 .m-h-section, #artifact #product-08 .h-section {
    font-size: calc(18px + (45 - 18) * (100vw - 320px) / (767 - 320)); 
}

.pdd-left {
    padding-left: 3%;
}

@container (min-width: 48em) {
    .padding-header {
        padding: 5% 0 0;
    }
    .pdd-left {
        padding-left: 3%;
    }
    #artifact #modal-06 h6.d-h-section-base {
        line-height: 2 !important;
    }
     #artifact .h-intro, #artifact .m-h-intro {
        /* font-size: calc(var(--title-intro-base) * var(--title-multiplier)) */
        font-size: calc(15px + (40 - 15) * (100vw - 769px) / (1920 - 769)); 
    }
    
    #artifact #product-08 .h-intro, #artifact #product-08 .m-h-intro {
        font-size: calc(11px + (30 - 11) * (100vw - 769px) / (1920 - 769)); 
    }
    #artifact #product-08 .m-h-section, #artifact #product-08 .h-section {
        font-size: calc(11px + (30 - 11) * (100vw - 769px) / (1920 - 769)); 
    }

    #artifact #intro-01 .h-intro + p {
        /* font-size: calc(var(--title-intro-base) * var(--title-multiplier)) */
        font-size: calc(13px + (38 - 13) * (100vw - 769px) / (1920 - 769)); 
    }

    #artifact .p-title {
        font-size: calc(12px + (32 - 12) * (100vw - 769px) / (1920 - 769)); 
    }

    #artifact .m-h-section, #artifact .h-section {
        font-size: calc(23px + (60 - 23) * (100vw - 769px) / (1920 - 769)); 
    }
    #artifact .m-p-text, #artifact .p-text {
        font-size: calc(14px + (35 - 14) * (100vw - 769px) / (1920 - 769)); 
    }
    
    #artifact #grid-04 .m-p-text, #artifact #grid-04 .p-text {
        font-size: calc(13px + (35 - 13) * (100vw - 769px) / (1920 - 769)); 
    }

    #artifact .d-h-section-base {
        font-size: calc(17.5px + (44 - 17.5) * (100vw - 769px) / (1920 - 769)); 
    }

    #artifact .d-p-text-contained {
        font-size: calc(11.8px + (30 - 11.8) * (100vw - 769px) / (1920 - 769)); 
    }
    
    #artifact #modal-06 .m-h-section-bigger, #artifact #modal-06 .h-section-bigger {
        font-size: calc(24px + (60 - 24) * (100vw - 769px) / (1920 - 769)); 
    }

    #artifact .h-section-base {
        font-size: calc(21px + (50 - 21) * (100vw - 769px) / (1920 - 769)); 
    }

    #artifact #grid-04 .grid-text-content {
        width: 83.15189873%;
    }
    #artifact #grid-05 .grid-text-content {
        width: 66.15189873%;
    }

    .w-max-500 {
        max-width: 510px;
    }
}

@container (min-width: 90em) {
    #artifact .button-close, #artifact .button-open {
        width: 3em
    }
}

@container (min-width: 120em) {
    #artifact .h-intro, #artifact .m-h-intro {
        font-size: 40px;
    }
    
    #artifact #intro-01 .h-intro + p {
        font-size: 38px;
    }
    #artifact .p-title {
        font-size: 32px;
    }
    
    #artifact .m-h-section, #artifact .h-section {
        font-size: 60px;
    }
    #artifact #grid-04 .m-p-text, #artifact #grid-04 .p-text {
        font-size: 35px;
    }
    #artifact .m-p-text, #artifact .p-text {
        font-size: 35px;
    }
    
    #artifact .d-h-section-base {
        font-size: 44px;
    }
    
    #artifact .d-p-text-contained {
        font-size: 30px;
    }
    
    #artifact #product-08 .h-intro, #artifact #product-08 .m-h-intro {
        font-size: 30px; 
    }
    
    #artifact #product-08 .m-h-section, #artifact #product-08 .h-section {
        font-size: 38px; 
    }
    
    #artifact .h-section-base {
        font-size: 50px;
    }
    
    #artifact #modal-06 .m-h-section-bigger, #artifact #modal-06 .h-section-bigger {
        font-size: 60px
    }
    
    #artifact .p-product-table, #artifact .m-p-text-small, #artifact .p-text-small {
        font-size: 24px;
    }
    
    #artifact #product-08 .m-p-text, #artifact #product-08 .p-text {
        font-size: 28px;
    }
    
}

@container (max-width: 767px) {

    #artifact #grid-03 .grid-text-padding {
        width: 86%;
        margin: 0 auto;
    }
    #artifact #grid-04 .grid-text-padding {
        width: 89%;
        margin: 0 auto;
    }
    #artifact #grid-05 .grid-text-padding {
        width: 67%;
        margin: 0 auto;
    }
    #artifact .modal-content-wrapper {
        width: 98%;
    }

    #artifact #intro-01 .h-intro, #artifact #intro-01 .m-h-intro {
        font-size: calc(14px + (35 - 14) * (100vw - 320px) / (768 - 320));
    }


    #artifact .m-h-section-small, #artifact .h-section-small {
        font-size: calc(12px + (32 - 12) * (100vw - 320px) / (767 - 320)); 
    }
    #artifact .p-product-table, #artifact .m-p-text-small, #artifact .p-text-small {
        font-size: calc(9.5px + (24 - 9.5) * (100vw - 320px) / (767 - 320)); 
    }

}