@media only screen and (min-width: 10px) and (max-width: 533px)
    {
        .home-kv-carousel {
            position: relative;
            width: 93%;
            font-size: 0;
            overflow: hidden;
            border-radius: 25px;
            right: 13px;
            top: 20px;
        }
    }

    @media only screen and (min-width: 533px)and (max-width: 1060px) 
    {
        .home-kv-carousel {
            position: relative;
            width: 93%;
            font-size: 0;
            overflow: hidden;
            border-radius: 25px;
            right: 30px;
            top: 20px;
        }
    }

    @media only screen and (min-width: 1060px) 
    {
        .home-kv-carousel {
            position: relative;
            width: 93%;
            font-size: 0;
            overflow: hidden;
            right: 50px;
            top: 20px;
            border-radius: 25px;

        }
    }
.home-kv-carousel__container {
    width: 100%
}

.home-kv-carousel__wrapper {
    white-space: nowrap
}

.home-kv-carousel__slide {
    display: inline-block;
    width: 100%;
    white-space: normal
}

.home-kv-carousel__slide-inner {
    position: relative;
    width: 100%;
    max-width: 1440px;
    margin: 0 auto
}

.home-kv-carousel__slide-inner.text-color--black .indicator__label {
    text-shadow: 0 0 3px rgba(255,255,255,0.75)
}

.home-kv-carousel__slide-inner.text-color--white .indicator__label {
    text-shadow: 0 0 3px rgba(0,0,0,0.75)
}

.home-kv-carousel__background-media-wrap {
    position: relative;
    height: 0;
    overflow: hidden;
    z-index: 500
}

.home-kv-carousel__background-media-wrap .image,.home-kv-carousel__background-media-wrap .image-v2,.home-kv-carousel__background-media-wrap .first-image,.home-kv-carousel__background-media-wrap .video {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100%
}

.home-kv-carousel__background-media-wrap .video {
    height: 100%
}

.home-kv-carousel__background-media-wrap .video figure {
    background-color: transparent
}

.home-kv-carousel .text-color--black.text-shadow {
    text-shadow: 0 0 3px rgba(255,255,255,0.75)
}

.home-kv-carousel .text-color--white.text-shadow {
    text-shadow: 0 0 3px rgba(0,0,0,0.75)
}

.home-kv-carousel__logo {
    margin-bottom: 16px
}

.home-kv-carousel__logo .image__main {
    width: auto;
    height: 32px
}

.home-kv-carousel__logo--ms-banner {
    display: block;
    margin-bottom: 16px
}

.home-kv-carousel__logo--ms-banner .image__main {
    width: auto;
    height: 44px
}

.home-kv-carousel__eyebrow-text {
    margin-bottom: 16px;
    font-weight: bold;
    font-size: 18px;
    line-height: 1.33;
    color: currentColor;
    word-wrap: break-word
}

.home-kv-carousel__headline {
    /* font-family: 'SamsungSharpSans',arial,sans-serif; */
    font-weight: bold;
    font-size: 48px;
    line-height: 1.2;
    color: currentColor;
    word-wrap: break-word
}

.home-kv-carousel__headline>span {
    display: block;
    color: #387926
}

.home-kv-carousel__common-desc {
    width: 584px;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 48px;
    z-index: 600;
    font-size: 18px;
    text-align: center;
    line-height: 1.33
}

.home-kv-carousel__common-desc--mobile {
    display: none
}

.home-kv-carousel__desc {
    margin-top: 24px;
    font-size: 18px;
    line-height: 1.33;
    color: currentColor;
    word-wrap: break-word
}

.home-kv-carousel__product-desc {
    margin-top: 16px;
    font-size: 14px;
    line-height: 1.33;
    word-wrap: break-word
}

.home-kv-carousel__period {
    margin-top: 16px;
    font-size: 18px;
    line-height: 1.33;
    font-weight: bold
}

.home-kv-carousel__period--hide {
    display: none
}

.home-kv-carousel__countdown {
    margin-top: 16px;
    direction: ltr;
    text-align: right
}

.home-kv-carousel__text-wrap--desktop-top-center .home-kv-carousel__countdown,.home-kv-carousel__text-wrap--desktop-middle-center .home-kv-carousel__countdown,.home-kv-carousel__text-wrap--desktop-bottom-center .home-kv-carousel__countdown {
    text-align: center
}

.home-kv-carousel__text-wrap--switch-desktop-text-direction .home-kv-carousel__countdown,.home-kv-carousel__slide-inner--switch-desktop-text-direction .home-kv-carousel__countdown {
    text-align: left
}

.home-kv-carousel__countdown-text-wrap {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.home-kv-carousel__countdown-num {
    display: inline-block;
    width: 80px;
    font-family: 'SamsungSharpSans',arial,sans-serif;
    font-size: 60px;
    line-height: 1.2;
    font-weight: bold;
    text-align: center
}

.home-kv-carousel__countdown-colon {
    display: inline-block;
    width: 30px;
    font-family: 'SamsungSharpSans',arial,sans-serif;
    font-size: 60px;
    line-height: 1.2;
    font-weight: bold;
    text-align: center
}

.home-kv-carousel__countdown-text {
    width: 80px;
    font-size: 12px;
    line-height: 1.33;
    text-align: center;
    text-transform: uppercase;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.home-kv-carousel__countdown--hide {
    display: none
}

.home-kv-carousel__countdown-wrap--mobile {
    display: none
}

.home-kv-carousel__slide-inner--two-item .home-kv-carousel__countdown-wrap--desktop {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 92px;
    z-index: 600
}

.home-kv-carousel__slide-inner--two-item .home-kv-carousel__countdown-wrap--desktop .home-kv-carousel__countdown {
    margin-top: 0
}

.home-kv-carousel__slide-inner--two-item .home-kv-carousel__countdown-wrap--desktop .home-kv-carousel__countdown-colon {
    width: 20px
}

.home-kv-carousel__slide-inner--two-item .home-kv-carousel__countdown-wrap--desktop .home-kv-carousel__countdown-colon,.home-kv-carousel__slide-inner--two-item .home-kv-carousel__countdown-wrap--desktop .home-kv-carousel__countdown-num {
    font-size: 38px;
    line-height: 1
}

.home-kv-carousel__slide-inner--two-item .home-kv-carousel__countdown-wrap--desktop .home-kv-carousel__countdown-num,.home-kv-carousel__slide-inner--two-item .home-kv-carousel__countdown-wrap--desktop .home-kv-carousel__countdown-text {
    width: 51px;
    direction: ltr
}

.home-kv-carousel__cta-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 40px
}

.home-kv-carousel__cta-wrap-hidden {
    display: none
}

.home-kv-carousel__cta-wrap-clone {
    display: none
}

.home-kv-carousel__cta-wrap .cta.cta--clickable-state {
    display: none !important
}

.home-kv-carousel__cta-wrap .cta.cta-kv-display-off {
    display: none !important
}

.home-kv-carousel__cta-wrap .cta.cta-kv-display-on {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important
}

.home-kv-carousel__cta-wrap .cta.cta--blond {
    color: #fff;
    background: #000
}

.home-kv-carousel__cta-wrap .cta.cta--blond:hover,.home-kv-carousel__cta-wrap .cta.cta--blond:focus {
    color: #000;
    background: -webkit-gradient(linear,left top,left bottom,from(#e2cac5),to(#dbb3a9));
    background: linear-gradient(#e2cac5,#dbb3a9)
}

.home-kv-carousel__slide-inner.home-kv-carousel__slide-inner--two-item .home-kv-carousel__cta-wrap {
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px
}

.home-kv-carousel__slide-inner:not(.home-kv-carousel__slide-inner--two-item) .home-kv-carousel__cta-wrap .cta:first-child:nth-last-child(2) {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
}

.home-kv-carousel__slide-inner:not(.home-kv-carousel__slide-inner--two-item) .home-kv-carousel__cta-wrap .cta:first-child:nth-last-child(2)+.cta {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin-right: 20px
}

.text-shadow .home-kv-carousel__cta-wrap {
    text-shadow: none
}

.text-shadow .home-kv-carousel__cta-wrap .cta--underline.cta--black {
    text-shadow: 0 0 3px rgba(255,255,255,0.75)
}

.text-shadow .home-kv-carousel__cta-wrap .cta--underline.cta--black:after {
    -webkit-box-shadow: 0 0 3px rgba(255,255,255,0.75);
    box-shadow: 0 0 3px rgba(255,255,255,0.75)
}

.text-shadow .home-kv-carousel__cta-wrap .cta--underline.cta--white {
    text-shadow: 0 0 3px rgba(0,0,0,0.75)
}

.text-shadow .home-kv-carousel__cta-wrap .cta--underline.cta--white:after {
    -webkit-box-shadow: 0 0 3px rgba(0,0,0,0.75);
    box-shadow: 0 0 3px rgba(0,0,0,0.75)
}

.home-kv-carousel__slide--teasing .home-kv-carousel__cta-wrap .home-kv-carousel__cta--layer-video+.home-kv-carousel__cta--popup-video {
    display: none
}

.home-kv-carousel__slide-inner:not(.home-kv-carousel__slide-inner--two-item) .home-kv-carousel__slide--teasing .home-kv-carousel__cta-wrap .cta:first-child:nth-last-child(3) {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
}

.home-kv-carousel__slide-inner:not(.home-kv-carousel__slide-inner--two-item) .home-kv-carousel__slide--teasing .home-kv-carousel__cta-wrap .cta:first-child:nth-last-child(3)+.cta {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin-right: 20px
}

.home-kv-carousel__slide-inner:not(.home-kv-carousel__slide-inner--two-item) .home-kv-carousel__slide--teasing .home-kv-carousel__cta-wrap .cta:first-child:nth-last-child(3)+.cta+.cta {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    margin-right: 20px
}

.home-kv-carousel__two-item.clickable-state--on .home-kv-carousel__cta-wrap .cta+.cta:not('.cta--clickable-state') {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex
}

.home-kv-carousel__slide-inner.clickable-state--on .home-kv-carousel__cta-wrap .cta {
    display: none;
    margin-right: 0 !important
}

.home-kv-carousel__slide-inner.clickable-state--on .home-kv-carousel__cta-wrap .cta+.cta {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex
}

.home-kv-carousel__slide-inner.clickable-state--on .home-kv-carousel__cta-wrap .cta.cta-kv-display-on+.cta {
    margin-right: 20px !important
}

.home-kv-carousel__text-wrap {
    position: absolute;
    width: 620px;
    z-index: 600
}

.home-kv-carousel__text-wrap--switch-desktop-text-direction,.home-kv-carousel__slide-inner--switch-desktop-text-direction .home-kv-carousel__text-wrap {
    text-align: left
}

.home-kv-carousel__text-wrap--switch-desktop-text-direction .home-kv-carousel__cta-wrap,.home-kv-carousel__slide-inner--switch-desktop-text-direction .home-kv-carousel__text-wrap .home-kv-carousel__cta-wrap {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.home-kv-carousel__text-wrap--desktop-top-left {
    top: 80px;
    right: 88px
}

.home-kv-carousel__text-wrap--desktop-top-center {
    width: 720px;
    top: 80px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    text-align: center
}

.home-kv-carousel__text-wrap--desktop-top-center .home-kv-carousel__cta-wrap {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.home-kv-carousel__text-wrap--desktop-top-right {
    top: 80px;
    left: 88px
}

.home-kv-carousel__text-wrap--desktop-middle-left {
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 88px
}

.home-kv-carousel__text-wrap--desktop-middle-center {
    width: 720px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    text-align: center
}

.home-kv-carousel__text-wrap--desktop-middle-center .home-kv-carousel__cta-wrap {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.home-kv-carousel__text-wrap--desktop-middle-right {
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 88px
}

.home-kv-carousel__text-wrap--desktop-bottom-left {
    bottom: 112px;
    right: 88px
}

.home-kv-carousel__text-wrap--desktop-bottom-center {
    width: 720px;
    bottom: 112px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    text-align: center
}

.home-kv-carousel__text-wrap--desktop-bottom-center .home-kv-carousel__cta-wrap {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.home-kv-carousel__text-wrap--desktop-bottom-right {
    bottom: 112px;
    left: 88px
}

.home-kv-carousel__text-wrap.text-color--black .home-kv-carousel__product-desc {
    color: #313131
}

.home-kv-carousel__text-wrap.text-color--white .home-kv-carousel__product-desc {
    color: #eee
}

.home-kv-carousel__text-wrap--hide {
    opacity: 0
}

.home-kv-carousel__text-wrap--show {
    opacity: 1;
    -webkit-transition: opacity .3s linear;
    transition: opacity .3s linear
}

.home-kv-carousel__contents-motion--hide {
    opacity: 0
}

.home-kv-carousel__contents-motion--show {
    opacity: 1;
    -webkit-transition: opacity .3s linear;
    transition: opacity .3s linear
}

.home-kv-carousel--height-large .home-kv-carousel__background-media-wrap {
    padding-bottom: calc(56.25%)
}

.home-kv-carousel--height-medium .home-kv-carousel__background-media-wrap {
    padding-bottom: calc(44.44444444%)
}

.home-kv-carousel--height-smedium .home-kv-carousel__text-wrap--desktop-left,.home-kv-carousel--height-small .home-kv-carousel__text-wrap--desktop-left {
    right: 88px
}

.home-kv-carousel--height-smedium .home-kv-carousel__text-wrap--desktop-center,.home-kv-carousel--height-small .home-kv-carousel__text-wrap--desktop-center {
    width: 720px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    text-align: center
}

.home-kv-carousel--height-smedium .home-kv-carousel__text-wrap--desktop-center .home-kv-carousel__cta-wrap,.home-kv-carousel--height-small .home-kv-carousel__text-wrap--desktop-center .home-kv-carousel__cta-wrap {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.home-kv-carousel--height-smedium .home-kv-carousel__text-wrap--desktop-right,.home-kv-carousel--height-small .home-kv-carousel__text-wrap--desktop-right {
    left: 88px
}

.home-kv-carousel--height-smedium .home-kv-carousel__headline,.home-kv-carousel--height-small .home-kv-carousel__headline {
    font-size: 38px
}

.home-kv-carousel--height-smedium .home-kv-carousel__desc,.home-kv-carousel--height-small .home-kv-carousel__desc {
    margin-top: 14px;
    font-size: 14px
}

.home-kv-carousel--height-smedium .home-kv-carousel__cta-wrap,.home-kv-carousel--height-small .home-kv-carousel__cta-wrap {
    margin-top: 16px
}

.home-kv-carousel--height-smedium .home-kv-carousel__background-media-wrap {
    padding-bottom: calc(23.88888889%)
}

.home-kv-carousel--height-smedium .home-kv-carousel__text-wrap {
    top: 56px
}

.home-kv-carousel--height-small .home-kv-carousel__background-media-wrap {
    padding-bottom: calc(22.22222222%)
}

.home-kv-carousel--height-small .home-kv-carousel__text-wrap {
    top: 40px
}

.home-kv-carousel .arrow-indicator-wrap {
    max-width: 1440px
}

.home-kv-carousel__indicator-wrap {
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 100%;
    max-width: 1440px;
    height: 80px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 600
}

.home-kv-carousel__indicator-wrap .indicator {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 4px;
    background-color: transparent !important
}

.home-kv-carousel__layer-video {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 700
}

.home-kv-carousel__layer-video .video {
    width: 100%;
    height: 100%
}

.home-kv-carousel__btn-video-close {
    position: absolute;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    top: 15px;
    left: 15px;
    width: 28px;
    height: 28px;
    padding: 15px;
    font-size: 0;
    -webkit-transition: top .2s ease-in-out;
    transition: top .2s ease-in-out
}

.home-kv-carousel__btn-video-close:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: url("../../../../../../../../../etc.clientlibs/samsung/clientlibs/consumer/global/clientlib-common/resources/images/btn-close-white.png") no-repeat;
    background-size: 100%
}

.home-kv-carousel__layer-video .video[data-video-type='youtube']:hover+.home-kv-carousel__btn-video-close,.home-kv-carousel__layer-video .video[data-video-type='youtube']+.home-kv-carousel__btn-video-close:hover {
    top: 60px
}

.home-kv-carousel .pre-registration {
    display: none
}

.home-kv-carousel .pre-registration--show {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 2999
}

.home-kv-carousel .pre-registration__dimmed {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: #000;
    opacity: .85
}

.home-kv-carousel .pre-registration__iframe-wrap {
    position: relative;
    z-index: 3100;
    width: 500px;
    height: 600px;
    padding: 60px 30px 30px 30px;
    background: #000;
    border: 1px solid #999
}

.home-kv-carousel .pre-registration__iframe {
    width: 100%;
    height: 100%;
    border: 0
}

.home-kv-carousel .pre-registration__btn-close {
    position: absolute;
    top: 30px;
    left: 30px;
    width: 21px;
    height: 21px;
    font-size: 0
}

.home-kv-carousel .pre-registration__btn-close svg {
    width: 100%;
    height: 100%;
    fill: #fff
}

.home-kv-carousel--width-large .home-kv-carousel__slide-inner {
    max-width: 1920px
}

.home-kv-carousel--width-large .home-kv-carousel__background-media-wrap .image,.home-kv-carousel--width-large .home-kv-carousel__background-media-wrap .image-v2,.home-kv-carousel--width-large .home-kv-carousel__background-media-wrap .first-image {
    width: 1920px
}

.home-kv-carousel--width-large .arrow-indicator-wrap,.home-kv-carousel--width-large .home-kv-carousel__indicator-wrap {
    max-width: 1920px
}

.home-kv-carousel.margin-top--narrow {
    padding-top: 0
}

.home-kv-carousel.margin-top--narrow .home-kv-carousel__slide {
    padding-top: 16px
}

.home-kv-carousel.margin-top--normal {
    padding-top: 0
}

.home-kv-carousel.margin-top--normal .home-kv-carousel__slide {
    padding-top: 32px
}

.home-kv-carousel.margin-top--wide {
    padding-top: 0
}

.home-kv-carousel.margin-top--wide .home-kv-carousel__slide {
    padding-top: 56px
}

.home-kv-carousel.margin-bottom--narrow {
    padding-bottom: 0
}

.home-kv-carousel.margin-bottom--narrow .home-kv-carousel__slide {
    padding-bottom: 16px
}

.home-kv-carousel.margin-bottom--narrow .home-kv-carousel__indicator-wrap {
    bottom: 16px
}

.home-kv-carousel.margin-bottom--normal {
    padding-bottom: 0
}

.home-kv-carousel.margin-bottom--normal .home-kv-carousel__slide {
    padding-bottom: 32px
}

.home-kv-carousel.margin-bottom--normal .home-kv-carousel__indicator-wrap {
    bottom: 32px
}

.home-kv-carousel.margin-bottom--wide {
    padding-bottom: 0
}

.home-kv-carousel.margin-bottom--wide .home-kv-carousel__slide {
    padding-bottom: 56px
}

.home-kv-carousel.margin-bottom--wide .home-kv-carousel__indicator-wrap {
    bottom: 56px
}

.home-kv-carousel__no-swiping-area--left,.home-kv-carousel__no-swiping-area--right {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 600;
    background-color: transparent
}

.home-kv-carousel__no-swiping-area--left {
    left: 0
}

.home-kv-carousel__no-swiping-area--right {
    right: 0
}

.home-kv-carousel .showroom {
    display: none
}

.home-kv-carousel .showroom--show {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 3100
}

.home-kv-carousel .showroom__dimmed {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: #000;
    opacity: .9
}

.home-kv-carousel .showroom__iframe-wrap {
    position: relative
}

.home-kv-carousel .showroom__iframe {
    width: 100%;
    height: 100%;
    border: 0
}

.home-kv-carousel .showroom__btn-close {
    position: fixed;
    display: inline-block;
    z-index: 3100;
    top: 24px;
    left: 24px;
    width: 36px;
    height: 36px;
    font-size: 0
}

.home-kv-carousel .showroom__btn-close svg {
    width: 100%;
    height: 100%;
    fill: #fff
}

.home-kv-carousel__two-item-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}

.home-kv-carousel__two-item {
    position: relative;
    z-index: 600;
    height: 100%;
    width: 50%
}

.home-kv-carousel__two-item .home-kv-carousel__headline {
    font-size: 38px
}

.home-kv-carousel__two-item .home-kv-carousel__desc {
    font-size: 18px;
    margin-top: 6px
}

.home-kv-carousel__two-item .home-kv-carousel__cta-wrap {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 18px
}

.home-kv-carousel__two-item .home-kv-carousel__text-wrap {
    text-align: center;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content
}

.home-kv-carousel__two-item--position-layout1 .home-kv-carousel__two-item .home-kv-carousel__text-wrap,.home-kv-carousel__two-item--position-layout-us .home-kv-carousel__two-item .home-kv-carousel__text-wrap {
    width: 360px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 88px;
    left: auto
}

.home-kv-carousel__two-item--position-layout1 .home-kv-carousel__two-item--second .home-kv-carousel__text-wrap,.home-kv-carousel__two-item--position-layout-us .home-kv-carousel__two-item--second .home-kv-carousel__text-wrap {
    left: 88px;
    right: auto
}

.home-kv-carousel__two-item--position-layout2 .home-kv-carousel__two-item .home-kv-carousel__text-wrap {
    width: 584px;
    top: 36px;
    right: 68px;
    left: auto
}

.home-kv-carousel__two-item--position-layout2 .home-kv-carousel__two-item--second .home-kv-carousel__text-wrap {
    left: 68px;
    right: auto
}

.home-kv-carousel .clickable-state--on:focus {
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none
}

.home-kv-carousel .clickable-state--on:focus:after {
    content: ' ';
    position: absolute;
    top: 2px;
    bottom: 2px;
    left: 2px;
    right: 2px;
    -webkit-box-shadow: 0 0 0 2px #fff;
    box-shadow: 0 0 0 2px #fff;
    outline: 2px dotted black;
    pointer-events: none;
    z-index: 500
}

@media only screen and (min-width: 1440px) {
    .home-kv-carousel--width-large.home-kv-carousel--height-large .home-kv-carousel__background-media-wrap {
        padding-bottom:810px
    }

    .home-kv-carousel--width-large.home-kv-carousel--height-medium .home-kv-carousel__background-media-wrap {
        padding-bottom: 640px
    }

    .home-kv-carousel--width-large.home-kv-carousel--height-smedium .home-kv-carousel__background-media-wrap {
        padding-bottom: 344px
    }

    .home-kv-carousel--width-large.home-kv-carousel--height-small .home-kv-carousel__background-media-wrap {
        padding-bottom: 320px
    }

    .home-kv-carousel .clickable-state--on {
        cursor: pointer
    }
}

@media only screen and (min-width: 768px) and (max-width:1440px) {
    .home-kv-carousel__logo {
        margin-bottom:1.11111111vw
    }

    .home-kv-carousel__logo .image__main {
        height: 2.22222222vw
    }

    .home-kv-carousel__logo--ms-banner {
        margin-bottom: 1.11111111vw
    }

    .home-kv-carousel__eyebrow-text {
        margin-bottom: 1.11111111vw;
        font-size: 1.25vw
    }

    .home-kv-carousel__headline {
        font-size: 3.33333333vw
    }

    .home-kv-carousel__common-desc {
        width: 40.55555556vw;
        top: 3.33333333vw;
        font-size: 1.25vw
    }

    .home-kv-carousel__desc {
        margin-top: 1.66666667vw;
        font-size: 1.25vw
    }

    .home-kv-carousel__product-desc {
        margin-top: 1.11111111vw;
        font-size: .97222222vw
    }

    .home-kv-carousel__period {
        margin-top: 1.11111111vw;
        font-size: 1.25vw
    }

    .home-kv-carousel__countdown {
        margin-top: 1.11111111vw
    }

    .home-kv-carousel__countdown-num {
        width: 5.55555556vw;
        font-size: 4.16666667vw
    }

    .home-kv-carousel__countdown-colon {
        width: 2.08333333vw;
        font-size: 4.16666667vw
    }

    .home-kv-carousel__countdown-text {
        width: 5.55555556vw;
        font-size: .83333333vw
    }

    .home-kv-carousel__slide-inner--two-item .home-kv-carousel__countdown-wrap--desktop {
        bottom: 6.38888889vw
    }

    .home-kv-carousel__slide-inner--two-item .home-kv-carousel__countdown-wrap--desktop .home-kv-carousel__countdown-colon {
        width: 1.38888889vw
    }

    .home-kv-carousel__slide-inner--two-item .home-kv-carousel__countdown-wrap--desktop .home-kv-carousel__countdown-colon,.home-kv-carousel__slide-inner--two-item .home-kv-carousel__countdown-wrap--desktop .home-kv-carousel__countdown-num {
        font-size: 2.63888889vw
    }

    .home-kv-carousel__slide-inner--two-item .home-kv-carousel__countdown-wrap--desktop .home-kv-carousel__countdown-num,.home-kv-carousel__slide-inner--two-item .home-kv-carousel__countdown-wrap--desktop .home-kv-carousel__countdown-text {
        width: 3.54166667vw;
        direction: ltr
    }

    .home-kv-carousel__cta-wrap {
        margin-top: 2.77777778vw
    }

    .home-kv-carousel__slide-inner.home-kv-carousel__slide-inner--two-item .home-kv-carousel__cta-wrap {
        column-gap: 1.38888889vw
    }

    .home-kv-carousel__slide-inner:not(.home-kv-carousel__slide-inner--two-item) .home-kv-carousel__cta-wrap .cta:first-child:nth-last-child(2)+.cta {
        margin-right: 1.38888889vw
    }

    .home-kv-carousel__slide-inner:not(.home-kv-carousel__slide-inner--two-item) .home-kv-carousel__slide--teasing .home-kv-carousel__cta-wrap .cta:first-child:nth-last-child(3)+.cta {
        margin-right: 1.38888889vw
    }

    .home-kv-carousel__slide-inner:not(.home-kv-carousel__slide-inner--two-item) .home-kv-carousel__slide--teasing .home-kv-carousel__cta-wrap .cta:first-child:nth-last-child(3)+.cta+.cta {
        margin-right: 1.38888889vw
    }

    .home-kv-carousel__slide-inner.clickable-state--on .home-kv-carousel__cta-wrap .cta.cta-kv-display-on+.cta {
        margin-right: 1.38888889vw !important
    }

    .home-kv-carousel__text-wrap {
        width: 43.05555556vw
    }

    .home-kv-carousel__text-wrap--desktop-top-left {
        top: 5.55555556vw;
        right: 6.11111111vw
    }

    .home-kv-carousel__text-wrap--desktop-top-center {
        width: 50vw;
        top: 5.55555556vw
    }

    .home-kv-carousel__text-wrap--desktop-top-right {
        top: 5.55555556vw;
        left: 6.11111111vw
    }

    .home-kv-carousel__text-wrap--desktop-middle-left {
        right: 6.11111111vw
    }

    .home-kv-carousel__text-wrap--desktop-middle-center {
        width: 50vw
    }

    .home-kv-carousel__text-wrap--desktop-middle-right {
        left: 6.11111111vw
    }

    .home-kv-carousel__text-wrap--desktop-bottom-left {
        bottom: 7.77777778vw;
        right: 6.11111111vw
    }

    .home-kv-carousel__text-wrap--desktop-bottom-center {
        width: 50vw;
        bottom: 7.77777778vw
    }

    .home-kv-carousel__text-wrap--desktop-bottom-right {
        bottom: 7.77777778vw;
        left: 6.11111111vw
    }

    .home-kv-carousel--height-smedium .home-kv-carousel__text-wrap--desktop-left,.home-kv-carousel--height-small .home-kv-carousel__text-wrap--desktop-left {
        right: 6.11111111vw
    }

    .home-kv-carousel--height-smedium .home-kv-carousel__text-wrap--desktop-center,.home-kv-carousel--height-small .home-kv-carousel__text-wrap--desktop-center {
        width: 50vw
    }

    .home-kv-carousel--height-smedium .home-kv-carousel__text-wrap--desktop-right,.home-kv-carousel--height-small .home-kv-carousel__text-wrap--desktop-right {
        left: 6.11111111vw
    }

    .home-kv-carousel--height-smedium .home-kv-carousel__headline,.home-kv-carousel--height-small .home-kv-carousel__headline {
        font-size: 2.63888889vw
    }

    .home-kv-carousel--height-smedium .home-kv-carousel__desc,.home-kv-carousel--height-small .home-kv-carousel__desc {
        margin-top: .97222222vw;
        font-size: .97222222vw
    }

    .home-kv-carousel--height-smedium .home-kv-carousel__cta-wrap,.home-kv-carousel--height-small .home-kv-carousel__cta-wrap {
        margin-top: 1.11111111vw
    }

    .home-kv-carousel--height-smedium .home-kv-carousel__text-wrap {
        top: 3.88888889vw
    }

    .home-kv-carousel--height-small .home-kv-carousel__text-wrap {
        top: 2.77777778vw
    }

    .home-kv-carousel__indicator-wrap {
        height: 5.55555556vw
    }

    .home-kv-carousel__indicator-wrap .indicator {
        top: .27777778vw
    }

    .home-kv-carousel__btn-video-close {
        top: 1.04166667vw;
        left: 1.04166667vw;
        width: 1.94444444vw;
        height: 1.94444444vw;
        padding: 1.04166667vw
    }

    .home-kv-carousel__layer-video .video[data-video-type='youtube']:hover+.home-kv-carousel__btn-video-close,.home-kv-carousel__layer-video .video[data-video-type='youtube']+.home-kv-carousel__btn-video-close:hover {
        top: 4.16666667vw
    }

    .home-kv-carousel--width-large .home-kv-carousel__background-media-wrap .image,.home-kv-carousel--width-large .home-kv-carousel__background-media-wrap .image-v2,.home-kv-carousel--width-large .home-kv-carousel__background-media-wrap .first-image {
        width: 133.33333333vw
    }

    .home-kv-carousel.margin-top--narrow .home-kv-carousel__slide {
        padding-top: 1.11111111vw
    }

    .home-kv-carousel.margin-top--normal .home-kv-carousel__slide {
        padding-top: 2.22222222vw
    }

    .home-kv-carousel.margin-top--wide .home-kv-carousel__slide {
        padding-top: 3.88888889vw
    }

    .home-kv-carousel.margin-bottom--narrow .home-kv-carousel__slide {
        padding-bottom: 1.11111111vw
    }

    .home-kv-carousel.margin-bottom--narrow .home-kv-carousel__indicator-wrap {
        bottom: 1.11111111vw
    }

    .home-kv-carousel.margin-bottom--normal .home-kv-carousel__slide {
        padding-bottom: 2.22222222vw
    }

    .home-kv-carousel.margin-bottom--normal .home-kv-carousel__indicator-wrap {
        bottom: 2.22222222vw
    }

    .home-kv-carousel.margin-bottom--wide .home-kv-carousel__slide {
        padding-bottom: 3.88888889vw
    }

    .home-kv-carousel.margin-bottom--wide .home-kv-carousel__indicator-wrap {
        bottom: 3.88888889vw
    }

    .home-kv-carousel .showroom__btn-close {
        top: 1.66666667vw;
        left: 1.66666667vw;
        width: 2.5vw;
        height: 2.5vw
    }

    .home-kv-carousel__two-item .home-kv-carousel__headline {
        font-size: 2.63888889vw
    }

    .home-kv-carousel__two-item .home-kv-carousel__desc {
        font-size: 1.25vw;
        margin-top: .41666667vw
    }

    .home-kv-carousel__two-item .home-kv-carousel__cta-wrap {
        margin-top: 1.25vw
    }

    .home-kv-carousel__two-item--position-layout1 .home-kv-carousel__two-item .home-kv-carousel__text-wrap,.home-kv-carousel__two-item--position-layout-us .home-kv-carousel__two-item .home-kv-carousel__text-wrap {
        width: 25vw;
        left: 6.11111111vw
    }

    .home-kv-carousel__two-item--position-layout1 .home-kv-carousel__two-item--second .home-kv-carousel__text-wrap,.home-kv-carousel__two-item--position-layout-us .home-kv-carousel__two-item--second .home-kv-carousel__text-wrap {
        right: auto;
        left: 6.11111111vw
    }

    .home-kv-carousel__two-item--position-layout2 .home-kv-carousel__two-item .home-kv-carousel__text-wrap {
        width: 40.55555556vw;
        top: 2.5vw;
        right: 4.72222222vw
    }

    .home-kv-carousel__two-item--position-layout2 .home-kv-carousel__two-item--second .home-kv-carousel__text-wrap {
        left: 4.72222222vw
    }

    .home-kv-carousel .clickable-state--on {
        cursor: pointer
    }
}

@media only screen and (max-width: 767px) {
    .home-kv-carousel__mobile-divider--on .home-kv-carousel__two-item--first:before {
        left:6.66666667vw;
        content: '';
        display: block;
        position: absolute;
        width: 86.66666667vw;
        height: .27777778vw;
        bottom: 8.88888889vw;
        background-color: #000;
        opacity: .2;
        z-index: 600
    }

    .bg-black .home-kv-carousel__mobile-divider--on .home-kv-carousel__two-item--first:before,.bg-dark-gray .home-kv-carousel__mobile-divider--on .home-kv-carousel__two-item--first:before {
        background-color: #fff;
        opacity: .3
    }

    .home-kv-carousel__mobile-divider--on.home-kv-carousel__two-item--position-layout-us .home-kv-carousel__two-item--first:before {
        display: none !important
    }

    .home-kv-carousel__mobile-divider--on.home-kv-carousel__mobile-divider--countdown .home-kv-carousel__two-item--first:before {
        display: none
    }

    .home-kv-carousel__background-media-wrap .image,.home-kv-carousel__background-media-wrap .image-v2,.home-kv-carousel__background-media-wrap .first-image {
        width: 100% !important
    }

    .home-kv-carousel__logo {
        margin-bottom: 4.44444444vw
    }

    .home-kv-carousel__logo .image__main {
        height: 6.66666667vw
    }

    .home-kv-carousel__logo--ms-banner {
        margin-bottom: 4.44444444vw
    }

    .home-kv-carousel__logo--ms-banner .image__main {
        height: 10.55555556vw
    }

    .home-kv-carousel__eyebrow-text {
        margin-bottom: 4.44444444vw;
        font-size: 3.88888889vw
    }

    .home-kv-carousel__headline {
        font-size: 8.33333333vw;
        line-height: 1.33
    }

    .home-kv-carousel__common-desc {
        display: none;
        width: 91.11111111vw;
        font-size: 3.33333333vw
    }

    .home-kv-carousel__common-desc--mobile {
        display: block;
        position: relative;
        left: unset;
        right: unset;
        top: unset;
        bottom: unset;
        -webkit-transform: unset;
        transform: unset;
        margin-top: 4.44444444vw
    }

    .home-kv-carousel__desc {
        margin-top: 4.44444444vw;
        font-size: 3.88888889vw
    }

    .home-kv-carousel__product-desc {
        margin-top: 2.22222222vw;
        font-size: 3.33333333vw
    }

    .home-kv-carousel__period {
        margin-top: 4.44444444vw;
        font-size: 3.88888889vw
    }

    .home-kv-carousel__mobile-divider--countdown .home-kv-carousel__two-item--second .home-kv-carousel__period {
        margin-top: 1.38888889vw;
        margin-left: 3.33333333vw;
        margin-right: 3.33333333vw
    }

    .home-kv-carousel__countdown {
        margin-top: 4.44444444vw
    }

    .home-kv-carousel__mobile-divider--countdown .home-kv-carousel__two-item--second .home-kv-carousel__countdown {
        margin-left: 3.33333333vw;
        margin-right: 3.33333333vw
    }

    .home-kv-carousel__text-wrap--mobile-top-left .home-kv-carousel__countdown,.home-kv-carousel__text-wrap--mobile-middle-left .home-kv-carousel__countdown,.home-kv-carousel__text-wrap--mobile-bottom-left .home-kv-carousel__countdown {
        text-align: right
    }

    .home-kv-carousel__text-wrap--mobile-top-center .home-kv-carousel__countdown,.home-kv-carousel__text-wrap--mobile-middle-center .home-kv-carousel__countdown,.home-kv-carousel__text-wrap--mobile-bottom-center .home-kv-carousel__countdown {
        text-align: center
    }

    .home-kv-carousel__text-wrap--mobile-top-right .home-kv-carousel__countdown,.home-kv-carousel__text-wrap--mobile-middle-right .home-kv-carousel__countdown,.home-kv-carousel__text-wrap--mobile-bottom-right .home-kv-carousel__countdown {
        text-align: left
    }

    .home-kv-carousel__countdown-num {
        width: 12.22222222vw;
        font-size: 8.88888889vw;
        line-height: 1.33
    }

    .home-kv-carousel__countdown-colon {
        width: 3.88888889vw;
        font-size: 8.33333333vw;
        line-height: 1.33
    }

    .home-kv-carousel__countdown-text {
        width: 12.22222222vw;
        font-size: 2.77777778vw
    }

    .home-kv-carousel__countdown-wrap--desktop {
        display: none
    }

    .home-kv-carousel__countdown-wrap--mobile {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: 3.88888889vw
    }

    .home-kv-carousel__slide-inner--two-item .home-kv-carousel__countdown-wrap--mobile .home-kv-carousel__countdown {
        margin-top: 0
    }

    .home-kv-carousel__slide-inner--two-item .home-kv-carousel__countdown-wrap--mobile .home-kv-carousel__countdown-colon {
        width: 2.77777778vw
    }

    .home-kv-carousel__slide-inner--two-item .home-kv-carousel__countdown-wrap--mobile .home-kv-carousel__countdown-colon,.home-kv-carousel__slide-inner--two-item .home-kv-carousel__countdown-wrap--mobile .home-kv-carousel__countdown-num {
        font-size: 7.22222222vw;
        line-height: 1.12
    }

    .home-kv-carousel__slide-inner--two-item .home-kv-carousel__countdown-wrap--mobile .home-kv-carousel__countdown-num,.home-kv-carousel__slide-inner--two-item .home-kv-carousel__countdown-wrap--mobile .home-kv-carousel__countdown-text {
        width: 10.83333333vw;
        line-height: 1.12
    }

    .home-kv-carousel__countdown-wrap--middle {
        position: absolute;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content;
        top: -12.77777778vw;
        bottom: unset
    }

    .home-kv-carousel__mobile-divider--on .home-kv-carousel__two-item--second .home-kv-carousel__countdown-wrap--middle {
        width: 100%;
        padding: 0vw 6.66666667vw
    }

    .home-kv-carousel__mobile-divider--on .home-kv-carousel__two-item--second .home-kv-carousel__countdown-wrap--middle:before,.home-kv-carousel__mobile-divider--on .home-kv-carousel__two-item--second .home-kv-carousel__countdown-wrap--middle:after {
        content: "";
        display: block;
        height: .27777778vw;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        margin-top: 3.61111111vw;
        background-color: #000;
        opacity: .2
    }

    .bg-black .home-kv-carousel__mobile-divider--on .home-kv-carousel__two-item--second .home-kv-carousel__countdown-wrap--middle:before,.bg-black .home-kv-carousel__mobile-divider--on .home-kv-carousel__two-item--second .home-kv-carousel__countdown-wrap--middle:after,.bg-dark-gray .home-kv-carousel__mobile-divider--on .home-kv-carousel__two-item--second .home-kv-carousel__countdown-wrap--middle:before,.bg-dark-gray .home-kv-carousel__mobile-divider--on .home-kv-carousel__two-item--second .home-kv-carousel__countdown-wrap--middle:after {
        background-color: #fff;
        opacity: .3
    }

    .home-kv-carousel__cta-wrap {
        margin-top: 6.66666667vw;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .home-kv-carousel__slide-inner:not(.home-kv-carousel__slide-inner--two-item) .home-kv-carousel__cta-wrap .cta:first-child:nth-last-child(2) {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        margin-top: 2.22222222vw
    }

    .home-kv-carousel__slide-inner:not(.home-kv-carousel__slide-inner--two-item) .home-kv-carousel__cta-wrap .cta:first-child:nth-last-child(2)+.cta {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        margin-right: 0
    }

    .home-kv-carousel__slide--teasing .home-kv-carousel__cta-wrap .home-kv-carousel__cta--layer-video {
        display: none
    }

    .home-kv-carousel__slide--teasing .home-kv-carousel__cta-wrap .home-kv-carousel__cta--layer-video+.home-kv-carousel__cta--popup-video {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex
    }

    .home-kv-carousel__slide-inner:not(.home-kv-carousel__slide-inner--two-item) .home-kv-carousel__slide--teasing .home-kv-carousel__cta-wrap .cta:first-child:nth-last-child(3) {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
        margin-top: 2.22222222vw
    }

    .home-kv-carousel__slide-inner:not(.home-kv-carousel__slide-inner--two-item) .home-kv-carousel__slide--teasing .home-kv-carousel__cta-wrap .cta:first-child:nth-last-child(3)+.cta {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        margin-right: 0;
        margin-top: 2.22222222vw
    }

    .home-kv-carousel__slide-inner:not(.home-kv-carousel__slide-inner--two-item) .home-kv-carousel__slide--teasing .home-kv-carousel__cta-wrap .cta:first-child:nth-last-child(3)+.cta+.cta {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        margin-right: 0
    }

    .home-kv-carousel__slide-inner.clickable-state--on .home-kv-carousel__cta-wrap .cta.cta-kv-display-on+.cta {
        margin-right: 0 !important
    }

    .home-kv-carousel__text-wrap {
        width: 86.66666667vw;
        top: auto;
        bottom: auto;
        left: 50%;
        right: auto;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%)
    }

    .home-kv-carousel__text-wrap--mobile-top-left {
        top: 11.11111111vw;
        text-align: right
    }

    .home-kv-carousel__text-wrap--mobile-top-center {
        top: 11.11111111vw;
        text-align: center
    }

    .home-kv-carousel__text-wrap--mobile-top-center .home-kv-carousel__cta-wrap {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .home-kv-carousel__text-wrap--mobile-top-right {
        top: 11.11111111vw;
        text-align: left
    }

    .home-kv-carousel__text-wrap--mobile-top-right .home-kv-carousel__cta-wrap {
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end
    }

    .home-kv-carousel__text-wrap--mobile-middle-left {
        top: 50%;
        -webkit-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
        text-align: right
    }

    .home-kv-carousel__text-wrap--mobile-middle-center {
        top: 50%;
        -webkit-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
        text-align: center
    }

    .home-kv-carousel__text-wrap--mobile-middle-center .home-kv-carousel__cta-wrap {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .home-kv-carousel__text-wrap--mobile-middle-right {
        top: 50%;
        -webkit-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
        text-align: left
    }

    .home-kv-carousel__text-wrap--mobile-middle-right .home-kv-carousel__cta-wrap {
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end
    }

    .home-kv-carousel__text-wrap--mobile-bottom-left {
        bottom: 22.22222222vw;
        text-align: right
    }

    .home-kv-carousel__text-wrap--mobile-bottom-center {
        bottom: 22.22222222vw;
        text-align: center
    }

    .home-kv-carousel__text-wrap--mobile-bottom-center .home-kv-carousel__cta-wrap {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .home-kv-carousel__text-wrap--mobile-bottom-right {
        bottom: 22.22222222vw;
        text-align: left
    }

    .home-kv-carousel__text-wrap--mobile-bottom-right .home-kv-carousel__cta-wrap {
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end
    }

    .home-kv-carousel--height-large .home-kv-carousel__background-media-wrap {
        padding-bottom: calc(177.77777778%)
    }

    .home-kv-carousel--height-medium .home-kv-carousel__background-media-wrap {
        padding-bottom: calc(150%)
    }

    .home-kv-carousel--height-smedium .home-kv-carousel__text-wrap,.home-kv-carousel--height-small .home-kv-carousel__text-wrap {
        width: 86.66666667vw;
        top: 11.11111111vw;
        left: 50%;
        right: auto
    }

    .home-kv-carousel--height-smedium .home-kv-carousel__text-wrap--mobile-left,.home-kv-carousel--height-small .home-kv-carousel__text-wrap--mobile-left {
        text-align: right
    }

    .home-kv-carousel--height-smedium .home-kv-carousel__text-wrap--mobile-center,.home-kv-carousel--height-small .home-kv-carousel__text-wrap--mobile-center {
        text-align: center
    }

    .home-kv-carousel--height-smedium .home-kv-carousel__text-wrap--mobile-center .home-kv-carousel__cta-wrap,.home-kv-carousel--height-small .home-kv-carousel__text-wrap--mobile-center .home-kv-carousel__cta-wrap {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .home-kv-carousel--height-smedium .home-kv-carousel__text-wrap--mobile-right,.home-kv-carousel--height-small .home-kv-carousel__text-wrap--mobile-right {
        text-align: left
    }

    .home-kv-carousel--height-smedium .home-kv-carousel__text-wrap--mobile-right .home-kv-carousel__cta-wrap,.home-kv-carousel--height-small .home-kv-carousel__text-wrap--mobile-right .home-kv-carousel__cta-wrap {
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end
    }

    .home-kv-carousel--height-smedium .home-kv-carousel__headline,.home-kv-carousel--height-small .home-kv-carousel__headline {
        font-size: 7.22222222vw
    }

    .home-kv-carousel--height-smedium .home-kv-carousel__desc,.home-kv-carousel--height-small .home-kv-carousel__desc {
        margin-top: 4.44444444vw;
        font-size: 3.33333333vw
    }

    .home-kv-carousel--height-smedium .home-kv-carousel__cta-wrap,.home-kv-carousel--height-small .home-kv-carousel__cta-wrap {
        margin-top: 6.66666667vw
    }

    .home-kv-carousel--height-smedium .home-kv-carousel__background-media-wrap {
        padding-bottom: calc(111.11111111%)
    }

    .home-kv-carousel--height-small .home-kv-carousel__background-media-wrap {
        padding-bottom: calc(88.88888889%)
    }

    .home-kv-carousel .arrow-indicator-wrap {
        display: none
    }

    .home-kv-carousel__indicator-wrap {
        height: 13.33333333vw;
        background-image: none
    }

    .home-kv-carousel__indicator-wrap .indicator {
        top: 0
    }

    .home-kv-carousel__btn-video-close {
        top: 0;
        left: 0;
        width: 6.94444444vw;
        height: 6.94444444vw;
        padding: 4.44444444vw
    }

    .home-kv-carousel__layer-video .video[data-video-type='youtube']:hover+.home-kv-carousel__btn-video-close,.home-kv-carousel__layer-video .video[data-video-type='youtube']+.home-kv-carousel__btn-video-close:hover {
        top: 0
    }

    .home-kv-carousel .pre-registration__iframe-wrap {
        width: 100%;
        height: 100%;
        border: 0
    }

    .home-kv-carousel.margin-top--narrow .home-kv-carousel__slide {
        padding-top: 4.44444444vw
    }

    .home-kv-carousel.margin-top--normal .home-kv-carousel__slide {
        padding-top: 6.66666667vw
    }

    .home-kv-carousel.margin-top--wide .home-kv-carousel__slide {
        padding-top: 8.88888889vw
    }

    .home-kv-carousel.margin-bottom--narrow .home-kv-carousel__slide {
        padding-bottom: 4.44444444vw
    }

    .home-kv-carousel.margin-bottom--narrow .home-kv-carousel__indicator-wrap {
        bottom: 4.44444444vw
    }

    .home-kv-carousel.margin-bottom--normal .home-kv-carousel__slide {
        padding-bottom: 6.66666667vw
    }

    .home-kv-carousel.margin-bottom--normal .home-kv-carousel__indicator-wrap {
        bottom: 6.66666667vw
    }

    .home-kv-carousel.margin-bottom--wide .home-kv-carousel__slide {
        padding-bottom: 8.88888889vw
    }

    .home-kv-carousel.margin-bottom--wide .home-kv-carousel__indicator-wrap {
        bottom: 8.88888889vw
    }

    .home-kv-carousel__no-swiping-area--left,.home-kv-carousel__no-swiping-area--right {
        display: none
    }

    .home-kv-carousel .showroom__btn-close {
        top: 6.66666667vw;
        left: 6.66666667vw;
        width: 6.66666667vw;
        height: 6.66666667vw
    }

    .home-kv-carousel__two-item-wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .home-kv-carousel__two-item {
        width: 100%;
        height: 50%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .home-kv-carousel__two-item .home-kv-carousel__headline {
        font-size: 5.55555556vw
    }

    .home-kv-carousel__two-item .home-kv-carousel__desc {
        font-size: 3.33333333vw;
        margin-top: 2.22222222vw
    }

    .home-kv-carousel__two-item .home-kv-carousel__cta-wrap {
        margin-top: 3.33333333vw;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .home-kv-carousel__two-item .home-kv-carousel__cta-wrap .cta {
        font-size: 3.33333333vw;
        padding: 1.66666667vw 0vw 2.22222222vw 0vw
    }

    .home-kv-carousel__two-item .home-kv-carousel__cta-wrap .cta--underline:after {
        height: .27777778vw
    }

    .home-kv-carousel__two-item .home-kv-carousel__cta-wrap .cta--contained {
        padding: 1.66666667vw 4.72222222vw 1.94444444vw 4.72222222vw
    }

    .home-kv-carousel__two-item--position-layout1 .home-kv-carousel__two-item--first,.home-kv-carousel__two-item--position-layout-us .home-kv-carousel__two-item--first {
        padding-top: 5.55555556vw
    }

    .home-kv-carousel__two-item--position-layout1 .home-kv-carousel__two-item--second,.home-kv-carousel__two-item--position-layout-us .home-kv-carousel__two-item--second {
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        padding-bottom: 20vw
    }

    .home-kv-carousel__two-item--position-layout1 .home-kv-carousel__two-item .home-kv-carousel__text-wrap,.home-kv-carousel__two-item--position-layout-us .home-kv-carousel__two-item .home-kv-carousel__text-wrap {
        position: initial;
        width: 91.11111111vw;
        -webkit-transform: unset;
        transform: unset
    }

    .home-kv-carousel__two-item--position-layout-us .home-kv-carousel__two-item--second {
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        padding-bottom: 16.66666667vw
    }

    .home-kv-carousel__two-item--position-layout-us .home-kv-carousel__two-item .home-kv-carousel__desc {
        margin-top: 1.66666667vw
    }

    .home-kv-carousel__two-item--position-layout-us .home-kv-carousel__two-item .home-kv-carousel__cta-wrap {
        margin-top: 2.22222222vw
    }

    .home-kv-carousel__two-item--position-layout-us .home-kv-carousel__two-item .home-kv-carousel__countdown-wrap--mobile {
        margin-bottom: 0;
        margin-top: 3.61111111vw
    }

    .home-kv-carousel__two-item--position-layout2 .home-kv-carousel__two-item {
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end
    }

    .home-kv-carousel__two-item--position-layout2 .home-kv-carousel__two-item--first {
        padding-bottom: 15.55555556vw
    }

    .home-kv-carousel__two-item--position-layout2 .home-kv-carousel__two-item--second {
        padding-bottom: 16.66666667vw
    }

    .home-kv-carousel__two-item--position-layout2 .home-kv-carousel__two-item .home-kv-carousel__text-wrap {
        width: 91.11111111vw;
        -webkit-transform: unset;
        transform: unset;
        position: initial
    }

    .home-kv-carousel__two-item--position-layout2 .home-kv-carousel__two-item .home-kv-carousel__cta-wrap {
        margin-top: 1.66666667vw
    }
}
