.samsung-common-overlay{
    display:none;
    position:fixed;
    z-index:9998;
    top:0;
    left:0;
    opacity:0;
    width:100%;
    height:100%;
    -webkit-transition:1ms opacity ease;
    transition:1ms opacity ease;
    background:rgba(0,0,0,0.6)
}
.samsung-common-overlay .samsung-common-open{
    opacity:1
}
.samsung-common-overlay.fade-and-drop{
    opacity:0
}
.samsung-common-overlay.fade-and-drop.samsung-common-open{
    display:block;
    top:0;
    opacity:1
}
.samsung-common-modal{
    display:none;
    font-family:"SamsungOneLatinWeb";
    position:fixed;
    z-index:9999;
    top:50%;
    left:50%;
    opacity:0;
    width:94%;
    padding:24px 20px;
    -webkit-transition:1ms opacity ease;
    transition:1ms opacity ease;
    -webkit-transform:translate(-50%, -50%);
    -ms-transform:translate(-50%, -50%);
    transform:translate(-50%, -50%);
    -webkit-border-radius:2px;
    border-radius:2px;
    background:#fff
}
.samsung-common-modal.samsung-common-open{
    opacity:1
}
.samsung-common-modal.samsung-common-open.samsung-common-anchored{
    top:20px;
    -webkit-transform:translate(-50%, 0);
    -ms-transform:translate(-50%, 0);
    transform:translate(-50%, 0)
}
.samsung-common-modal .samsung-common-x{
    font-size:16px;
    font-weight:700;
    line-height:24px;
    position:absolute;
    top:10px;
    right:20px;
    padding:5px 7px 7px;
    cursor:pointer;
    border:0;
    outline:none;
    color:#dadada;
    width:auto;
    background-color:#FFFFFF;
    text-decoration:none
}
.samsung-common-modal .samsung-common-x:before{
    content:'\e90d'
}
.samsung-common-modal .samsung-common-x:hover{
    color:#363636
}
.samsung-common-modal .samsung-common-content{
    font-weight:bold;
    font-size:35px;
    width:100%;
    margin:20px auto 30px;
    text-align:center
}
.samsung-common-modal .samsung-common-button-holder{
    width:100%;
    text-align:center
}
.samsung-common-modal .samsung-common-button{
    margin:15px auto 10px;
    position:relative;
    display:inline-block;
    padding:4.1% 12.9%;
    font-size:24px;
    font-size:3.33vw;
    width:100%;
    text-align:center;
    overflow:hidden;
    font-weight:800;
    line-height:1;
    letter-spacing:.2em;
    text-align:center;
    text-decoration:none;
    text-transform:uppercase;
    cursor:pointer;
    background-repeat:no-repeat;
    background-position:0 0, 0 100%;
    background-size:100% 100%, 100% 100%;
    border:1px solid;
    -webkit-border-radius:50px;
    border-radius:50px;
    outline:0;
    -webkit-transition:.2s ease-in;
    transition:.2s ease-in;
    background-clip:border-box;
    background-color:#fff;
    color:#000
}
@media (min-width: 769px){
    .samsung-common-modal .samsung-common-button{
        font-weight:700;
        width:30%;
        padding:15px 20px;
        font-size:16px
    }
}
.samsung-common-modal .samsung-common-button:hover{
    color:#fff;
    background-color:#000
}
.samsung-common-modal.fade-and-drop{
    top:-300%;
    opacity:1
}
.samsung-common-modal.fade-and-drop.samsung-common-open{
    display:block;
    top:50%
}
 
.slick-slider{
    position:relative;
    display:block;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
    -webkit-touch-callout:none;
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none;
    -ms-touch-action:pan-y;
    touch-action:pan-y;
    -webkit-tap-highlight-color:transparent
}
.slick-list{
    position:relative;
    overflow:hidden;
    display:block;
    margin:0;
    padding:0
}
.slick-list:focus{
    outline:none
}
.slick-list.dragging{
    cursor:pointer;
    cursor:hand
}
.slick-slider .slick-track,.slick-slider .slick-list{
    -webkit-transform:translate3d(0, 0, 0);
    -ms-transform:translate3d(0, 0, 0);
    transform:translate3d(0, 0, 0)
}
.slick-track{
    position:relative;
    left:0;
    top:0;
    display:block
}
.slick-track:before,.slick-track:after{
    content:"";
    display:table
}
.slick-track:after{
    clear:both
}
.slick-loading .slick-track{
    visibility:hidden
}
.slick-slide,.slick-slide *{
    outline:none !important
}
.slick-slide{
    float:left;
    height:100%;
    opacity:0;
    -webkit-transition:opacity 1s ease-out;
    transition:opacity 1s ease-out;
    min-height:1px;
    outline:none;
    display:none
}
.slick-slide.slick-active{
    opacity:1
}
[dir="rtl"] .slick-slide{
    float:right
}
.slick-slide img{
    display:block;
    -webkit-transition:all 1s;
    transition:all 1s;
    -webkit-transform:scale(1, 1);
    -ms-transform:scale(1, 1);
    transform:scale(1, 1)
}
.slick-slide.slick-loading img{
    display:none
}
.slick-slide.dragging img{
    pointer-events:none
}
.slick-initialized .slick-slide{
    display:block
}
.slick-loading .slick-slide{
    visibility:hidden
}
.slick-vertical .slick-slide{
    display:block;
    height:auto;
    border:1px solid transparent
}
.slick-current{
    opacity:1
}
.slick-cloned{
    opacity:1
}
.slick-arrow__icon{
    font-size:25px;
    color:#fff
}
.slick-arrow .slick-hidden{
    display:none
}
.slick-arrow--plain.slick-next,.slick-arrow--plain.slick-prev{
    background:none
}
.slick-arrow--plain.slick-next .slick-arrow__icon,.slick-arrow--plain.slick-prev .slick-arrow__icon{
    color:#636363
}
.slick-arrow--plain.slick-next:hover .slick-arrow__icon,.slick-arrow--plain.slick-prev:hover .slick-arrow__icon{
    color:#363636
}
.slick-shift{
    opacity:.5
}
.slick-loading .slick-list{
    background:#fff
}
.slick-prev,.slick-next{
    position:absolute;
    display:block;
    height:125px;
    cursor:pointer;
    background-color:#dadada;
    background-image:-webkit-gradient(linear, left bottom, left top, from(#dadada), to(#dadada));
    background-image:linear-gradient(to top, #dadada, #dadada);
    color:transparent;
    top:0;
    bottom:0;
    margin:auto;
    padding:0 15px;
    border:none;
    outline:none;
    z-index:98
}
.slick-prev:hover,.slick-prev:focus,.slick-next:hover,.slick-next:focus{
    outline:none
}
.slick-prev:hover:before,.slick-prev:focus:before,.slick-next:hover:before,.slick-next:focus:before{
    opacity:1
}
.slick-prev.slick-disabled:before,.slick-next.slick-disabled:before{
    opacity:.25
}
.slick-disabled{
    display:none !important
}
.slick-prev{
    -webkit-border-radius:0 5px 5px 0;
    border-radius:0 5px 5px 0;
    left:0
}
[dir="rtl"] .slick-prev{
    left:auto;
    right:0
}
.slick-next{
    -webkit-border-radius:5px 0 0 5px;
    border-radius:5px 0 0 5px;
    right:0
}
[dir="rtl"] .slick-next{
    left:0;
    right:auto
}
.slick-slider{
    margin-bottom:30px
}
.slick-dots{
    position:absolute;
    bottom:0;
    list-style:none;
    display:block;
    text-align:center;
    padding:0;
    width:100%
}
.slick-dots li{
    position:relative;
    display:inline-block;
    height:20px;
    width:20px;
    margin:0 5px;
    padding:5px;
    cursor:pointer
}
.slick-dots li button{
    border:1px solid #000;
    -webkit-border-radius:50%;
    border-radius:50%;
    background:transparent;
    display:block;
    height:10px;
    width:10px;
    outline:none;
    line-height:0;
    font-size:0;
    color:transparent;
    padding:0;
    cursor:pointer
}
.slick-dots li button:hover,.slick-dots li button:focus{
    outline:none
}
.slick-dots li button:hover:before,.slick-dots li button:focus:before{
    opacity:1
}
.slick-dots li.slick-active button{
    background:#000
}
.slick-scale img{
    -webkit-transform:scale(.8, .8);
    -ms-transform:scale(.8, .8);
    transform:scale(.8, .8)
}
.pre-slick>*:first-child{
    width:100%
}
.pre-slick>*:nth-child(n+2){
    display:none
}
 
.loader{
    background:black;
    -webkit-transition:opacity 0.5s ease-in-out;
    transition:opacity 0.5s ease-in-out
}
.loader .loader-circle{
    position:absolute;
    left:50%;
    top:50%;
    width:120px;
    height:120px;
    -webkit-border-radius:50%;
    border-radius:50%;
    -webkit-box-shadow:inset 0 0 0 1px rgba(255,255,255,0.1);
    box-shadow:inset 0 0 0 1px rgba(255,255,255,0.1);
    margin-left:-60px;
    margin-top:-60px
}
.loader .loader-line-mask{
    position:absolute;
    left:50%;
    top:50%;
    width:60px;
    height:120px;
    margin-left:-60px;
    margin-top:-60px;
    overflow:hidden;
    -webkit-transform-origin:60px 60px;
    -ms-transform-origin:60px 60px;
    transform-origin:60px 60px;
    -webkit-transition:all 0.3s;
    transition:all 0.3s;
    -webkit-animation:rotate 1.2s infinite linear;
    animation:rotate 1.2s infinite linear
}
.loader .loader-line-mask .loader-line{
    width:120px;
    height:120px;
    -webkit-border-radius:50%;
    border-radius:50%;
    -webkit-box-shadow:inset 0 0 0 1px rgba(255,255,255,0.5);
    box-shadow:inset 0 0 0 1px rgba(255,255,255,0.5)
}
@-webkit-keyframes rotate{
    0%{
        -webkit-transform:rotate(0deg);
        transform:rotate(0deg)
    }
    100%{
        -webkit-transform:rotate(360deg);
        transform:rotate(360deg)
    }
}
@keyframes rotate{
    0%{
        -webkit-transform:rotate(0deg);
        transform:rotate(0deg)
    }
    100%{
        -webkit-transform:rotate(360deg);
        transform:rotate(360deg)
    }
}
.video-overlay-background{
    background:rgba(0,0,0,0.7);
    cursor:default;
    bottom:0;
    height:100%;
    left:0;
    opacity:0;
    position:fixed;
    right:0;
    top:0;
    -webkit-transition:opacity .3s ease-out;
    transition:opacity .3s ease-out;
    width:100%;
    z-index:-1
}
.video-overlay-background.active{
    opacity:1;
    z-index:10000
}
.video-overlay-background .overlay-video-container{
    z-index:10001;
    display:block;
    position:absolute;
    left:50%;
    top:50%;
    -webkit-transform:translateX(-50%) translateY(-50%);
    -ms-transform:translateX(-50%) translateY(-50%);
    transform:translateX(-50%) translateY(-50%);
    zoom:1;
    width:80%
}
.video-overlay-background .overlay-video-container:after{
    content:'';
    display:block;
    padding-top:56.25%
}
.video-overlay-background .close-button{
    display:block;
    cursor:pointer;
    height:3vw;
    position:absolute;
    right:2vw;
    top:2vw;
    width:3vw;
    z-index:99
}
.video-overlay-background .close-button img{
    width:100%;
    height:100%
}
.inline-video-container{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    z-index:100
}
.inline-video-container,.overlay-video-container{
    -webkit-transition:opacity .3s ease-in-out;
    transition:opacity .3s ease-in-out
}
.yt-video-player,.BrightcoveExperience{
    bottom:0;
    height:100%;
    left:0;
    position:absolute;
    right:0;
    top:0;
    width:100%
}
.mp4-video-player{
    background:transparent;
    height:auto !important
}
.feature-benefit-rich .mp4-video-player{
    height:100% !important
}
@font-face {
    font-family: 'SamsungOne';
    src: url("../../../../../../../etc.clientlibs/samsung/clientlibs/us/common/clientlib-dependencies/global_clientlib/resources/fonts/SamsungOneLatinWeb-400.woff2") format("woff2"), url("../../../../../../../etc.clientlibs/samsung/clientlibs/us/common/clientlib-dependencies/global_clientlib/resources/fonts/SamsungOneLatinWeb-400.woff") format("woff"), url("../../../../../../../etc.clientlibs/samsung/clientlibs/us/common/clientlib-dependencies/global_clientlib/resources/fonts/SamsungOneLatinWeb-400.eot");
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'SamsungOne';
    src: url("../../../../../../../etc.clientlibs/samsung/clientlibs/us/common/clientlib-dependencies/global_clientlib/resources/fonts/SamsungOneLatinWeb-700.woff2") format("woff2"), url("../../../../../../../etc.clientlibs/samsung/clientlibs/us/common/clientlib-dependencies/global_clientlib/resources/fonts/SamsungOneLatinWeb-700.woff") format("woff"), url("../../../../../../../etc.clientlibs/samsung/clientlibs/us/common/clientlib-dependencies/global_clientlib/resources/fonts/SamsungOneLatinWeb-700.eot");
    font-weight: 700;
    font-style: bold;
    font-display: swap
}

@font-face {
    font-family: 'SamsungSharpSans';
    src: url("../../../../../../../etc.clientlibs/samsung/clientlibs/us/common/clientlib-dependencies/global_clientlib/resources/fonts/SamsungSharpSans-Bold.woff") format("woff"), url("../../../../../../../etc.clientlibs/samsung/clientlibs/us/common/clientlib-dependencies/global_clientlib/resources/fonts/SamsungSharpSans-Bold.eot"), url("../../../../../../../etc.clientlibs/samsung/clientlibs/us/common/clientlib-dependencies/global_clientlib/resources/fonts/SamsungSharpSans-Bold.eot?#iefix") format("embedded-opentype"), url("../../../../../../../etc.clientlibs/samsung/clientlibs/us/common/clientlib-dependencies/global_clientlib/resources/fonts/SamsungSharpSans-Bold.svg#SamsungSharpSans-Bold") format("svg");
    font-weight: 700;
    font-style: bold;
    font-display: swap
}

.st-home-2020 .s-padding-top-narrow {
    padding-top: 34.13333px;
    padding-top: 4.44444vw
}

@media (max-width: 360px) {
    .st-home-2020 .s-padding-top-narrow {
        padding-top: 16px;
        padding-top: 4.44444vw
    }
}

.st-home-2020 .s-padding-top-normal {
    padding-top: 51.2px;
    padding-top: 6.66667vw
}

@media (max-width: 360px) {
    .st-home-2020 .s-padding-top-normal {
        padding-top: 24px;
        padding-top: 6.66667vw
    }
}

.st-home-2020 .s-padding-top-wide {
    padding-top: 68.26667px;
    padding-top: 8.88889vw
}

@media (max-width: 360px) {
    .st-home-2020 .s-padding-top-wide {
        padding-top: 32px;
        padding-top: 8.88889vw
    }
}

.st-home-2020 .s-padding-bottom-narrow {
    padding-bottom: 34.13333px;
    padding-bottom: 4.44444vw
}

@media (max-width: 360px) {
    .st-home-2020 .s-padding-bottom-narrow {
        padding-bottom: 16px;
        padding-bottom: 4.44444vw
    }
}

.st-home-2020 .s-padding-bottom-normal {
    padding-bottom: 51.2px;
    padding-bottom: 6.66667vw
}

@media (max-width: 360px) {
    .st-home-2020 .s-padding-bottom-normal {
        padding-bottom: 24px;
        padding-bottom: 6.66667vw
    }
}

.st-home-2020 .s-padding-bottom-wide {
    padding-bottom: 68.26667px;
    padding-bottom: 8.88889vw
}

@media (max-width: 360px) {
    .st-home-2020 .s-padding-bottom-wide {
        padding-bottom: 32px;
        padding-bottom: 8.88889vw
    }
}

.st-home-2020 .swiper-arrow {
    display: none
}

.st-home-2020 .swiper-pagination-area {
    pointer-events: none;
    width: 100%;
    text-align: center;
    line-height: 1px;
    font-size: 0
}

.aem-AuthorLayer-Edit .st-home-2020 .swiper-pagination-area {
    display: none
}

.st-home-2020 .swiper-pagination {
    position: relative;
    display: inline-block;
    vertical-align: bottom;
    white-space: nowrap;
    line-height: 16px
}

.st-home-2020 .swiper-pagination__list {
    display: inline-block;
    vertical-align: bottom;
    font-size: 0
}

.st-home-2020 .swiper-pagination__item {
    pointer-events: all;
    display: inline-block;
    vertical-align: bottom;
    margin: 0px 4.26667px;
    margin: 0vw .55556vw;
    font-size: 12px
}

@media (max-width: 360px) {
    .st-home-2020 .swiper-pagination__item {
        margin: 0px 2px;
        margin: 0vw .55556vw
    }
}

.st-home-2020 .swiper-pagination__anchor {
    overflow: hidden;
    display: inline-block;
    width: 34.13333px;
    width: 4.44444vw;
    height: 34.13333px;
    height: 4.44444vw;
    padding: 8.53333px;
    padding: 1.11111vw;
    vertical-align: top;
    cursor: pointer
}

@media (max-width: 360px) {
    .st-home-2020 .swiper-pagination__anchor {
        width: 16px;
        width: 4.44444vw
    }
}

@media (max-width: 360px) {
    .st-home-2020 .swiper-pagination__anchor {
        height: 16px;
        height: 4.44444vw
    }
}

@media (max-width: 360px) {
    .st-home-2020 .swiper-pagination__anchor {
        padding: 4px;
        padding: 1.11111vw
    }
}

.st-home-2020 .swiper-pagination__anchor-inner {
    display: inline-block;
    overflow: hidden;
    width: 17.06667px;
    width: 2.22222vw;
    height: 17.06667px;
    height: 2.22222vw;
    -webkit-border-radius: 8.53333px;
    border-radius: 8.53333px;
    -webkit-border-radius: 1.11111vw;
    border-radius: 1.11111vw;
    vertical-align: top;
    background-color: #8f8f8f;
    -webkit-transition: background-color 0.2s;
    transition: background-color 0.2s
}

@media (max-width: 360px) {
    .st-home-2020 .swiper-pagination__anchor-inner {
        width: 8px;
        width: 2.22222vw
    }
}

@media (max-width: 360px) {
    .st-home-2020 .swiper-pagination__anchor-inner {
        height: 8px;
        height: 2.22222vw
    }
}

@media (max-width: 360px) {
    .st-home-2020 .swiper-pagination__anchor-inner {
        -webkit-border-radius: 4px;
        border-radius: 4px;
        -webkit-border-radius: 1.11111vw;
        border-radius: 1.11111vw
    }
}

.st-home-2020 .swiper-pagination__anchor-text {
    overflow: hidden;
    position: absolute;
    width: 1px;
    height: 1px;
    font-size: 12px;
    clip: rect(1px, 1px, 1px, 1px);
    margin: -1px
}

.st-home-2020 .swiper-pagination__item.is-active .swiper-pagination__anchor-inner {
    background-color: #000
}

.st-home-2020 .swiper-pagination-bullet {
    pointer-events: all;
    overflow: hidden;
    opacity: 1 !important;
    width: 16px !important;
    height: 16px !important;
    padding: 4px;
    margin: 0 2px !important;
    vertical-align: top;
    background: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer
}

.st-home-2020 .swiper-pagination-bullet:after {
    display: inline-block;
    overflow: hidden;
    width: 8px;
    height: 8px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    vertical-align: top;
    background-color: #8f8f8f;
    -webkit-transition: background-color 0.2s;
    transition: background-color 0.2s;
    content: ''
}

.st-home-2020 .swiper-pagination-bullet-active:after {
    background-color: #000
}

.st-home-2020 .swiper-pagination-bullet__current {
    display: none
}

.st-home-2020 .swiper-pagination__progress {
    display: none
}

.st-home-2020 .swiper-controls {
    pointer-events: all;
    display: inline-block;
    vertical-align: bottom
}

.st-home-2020 .swiper-controls-cta {
    display: inline-block;
    width: 34.13333px;
    width: 4.44444vw;
    height: 34.13333px;
    height: 4.44444vw;
    padding: 4.26667px 0px;
    padding: .55556vw 0vw;
    background-color: transparent;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    vertical-align: top;
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 1px;
    border: none;
    margin: auto
}

@media (max-width: 360px) {
    .st-home-2020 .swiper-controls-cta {
        width: 16px;
        width: 4.44444vw
    }
}

@media (max-width: 360px) {
    .st-home-2020 .swiper-controls-cta {
        height: 16px;
        height: 4.44444vw
    }
}

@media (max-width: 360px) {
    .st-home-2020 .swiper-controls-cta {
        padding: 2px 0px;
        padding: .55556vw 0vw
    }
}

.st-home-2020 .swiper-controls-cta:after {
    display: inline-block;
    overflow: hidden;
    width: 25.6px;
    width: 3.33333vw;
    height: 25.6px;
    height: 3.33333vw;
    vertical-align: top;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    content: ''
}

@media (max-width: 360px) {
    .st-home-2020 .swiper-controls-cta:after {
        width: 12px;
        width: 3.33333vw
    }
}

@media (max-width: 360px) {
    .st-home-2020 .swiper-controls-cta:after {
        height: 12px;
        height: 3.33333vw
    }
}

.st-home-2020 .swiper-controls-cta--pause:after {
    background-image: url(../../../../../../../etc.clientlibs/samsung/clientlibs/us/usglobal/clientlib-dependencies/resources/imgs/home/new-home-ico-pause-black.svg)
}

.st-home-2020 .swiper-controls-cta--play:after {
    background-image: url(../../../../../../../etc.clientlibs/samsung/clientlibs/us/usglobal/clientlib-dependencies/resources/imgs/home/new-home-ico-play-black.svg)
}

.st-home-2020 .swiper-scrollbar {
    width: 665.6px;
    width: 86.66667vw;
    margin: 29.86667px auto;
    margin: 3.88889vw auto
}

@media (max-width: 360px) {
    .st-home-2020 .swiper-scrollbar {
        width: 312px;
        width: 86.66667vw
    }
}

@media (max-width: 360px) {
    .st-home-2020 .swiper-scrollbar {
        margin: 14px auto;
        margin: 3.88889vw auto
    }
}

.st-home-2020 .swiper-scrollbar-drag {
    cursor: pointer
}

.st-home-2020 .swiper-container-horizontal>.swiper-scrollbar {
    left: 0;
    right: 0;
    bottom: 0;
    height: 4px;
    width: 665.6px;
    width: 86.66667vw
}

@media (max-width: 360px) {
    .st-home-2020 .swiper-container-horizontal>.swiper-scrollbar {
        width: 312px;
        width: 86.66667vw
    }
}

.st-home-2020 .swiper-container-horizontal~.swiper-scrollbar {
    height: 4px
}

.st-home-2020 .s-carousel--theme-black .swiper-scrollbar {
    background-color: #eee
}

.st-home-2020 .s-carousel--theme-black .swiper-scrollbar-drag {
    background-color: #8f8f8f
}

.st-home-2020 .s-carousel--theme-black .swiper-scrollbar-drag:hover {
    background-color: #313131
}

.st-home-2020 .s-carousel--theme-white .swiper-pagination__item.is-active .swiper-pagination__anchor-inner, .st-home-2020 .s-carousel--theme-white .swiper-pagination-bullet-active:after {
    background-color: #fff
}

.st-home-2020 .s-carousel--theme-white .swiper-scrollbar {
    background-color: #313131
}

.st-home-2020 .s-carousel--theme-white .swiper-scrollbar-drag {
    background-color: #bbb
}

.st-home-2020 .s-carousel--theme-white .swiper-scrollbar-drag:hover {
    background-color: #f4f4f4
}

.st-home-2020 .s-carousel--theme-white .swiper-controls-cta--pause:after {
    background-image: url(../../../../../../../etc.clientlibs/samsung/clientlibs/us/usglobal/clientlib-dependencies/resources/imgs/home/new-home-ico-pause.svg)
}

.st-home-2020 .s-carousel--theme-white .swiper-controls-cta--play:after {
    background-image: url(../../../../../../../etc.clientlibs/samsung/clientlibs/us/usglobal/clientlib-dependencies/resources/imgs/home/new-home-ico-play.svg)
}

.st-home-2020 .s-carousel--theme-white .swiper-arrow--prev .swiper-arrow-button:after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 29 55' width='29' height='55'%3E%3Cpath fill='%23ffffff' d='M27.6.00015a1.59961,1.59961,0,0,1,1.13184,2.73144L3.8627,27.59976,28.73184,52.46841a1.60031,1.60031,0,1,1-2.26368,2.26269l-26-25.99951a1.60261,1.60261,0,0,1,0-2.26367l26-26A1.59958,1.59958,0,0,1,27.6.00015Z'/%3E%3C/svg%3E%0A")
}

.rtl .st-home-2020 .s-carousel--theme-white .swiper-arrow--prev .swiper-arrow-button:after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 29 55' width='29' height='55'%3E%3Cpath fill='%23ffffff' d='M1.6,55.19985A1.59961,1.59961,0,0,1,.46816,52.46841L25.3373,27.60024.46816,2.73159A1.60031,1.60031,0,0,1,2.73184.4689l26,25.99951a1.60261,1.60261,0,0,1,0,2.26367l-26,26A1.59958,1.59958,0,0,1,1.6,55.19985Z'/%3E%3C/svg%3E%0A")
}

.st-home-2020 .s-carousel--theme-white .swiper-arrow--prev .swiper-arrow-button:hover:after, .st-home-2020 .s-carousel--theme-white .swiper-arrow--prev .swiper-arrow-button:focus:after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 29 55' width='29' height='55'%3E%3Cpath fill='%23888888' d='M27.6.00015a1.59961,1.59961,0,0,1,1.13184,2.73144L3.8627,27.59976,28.73184,52.46841a1.60031,1.60031,0,1,1-2.26368,2.26269l-26-25.99951a1.60261,1.60261,0,0,1,0-2.26367l26-26A1.59958,1.59958,0,0,1,27.6.00015Z'/%3E%3C/svg%3E%0A")
}

.rtl .st-home-2020 .s-carousel--theme-white .swiper-arrow--prev .swiper-arrow-button:hover:after, .rtl .st-home-2020 .s-carousel--theme-white .swiper-arrow--prev .swiper-arrow-button:focus:after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 29 55' width='29' height='55'%3E%3Cpath fill='%23888888' d='M1.6,55.19985A1.59961,1.59961,0,0,1,.46816,52.46841L25.3373,27.60024.46816,2.73159A1.60031,1.60031,0,0,1,2.73184.4689l26,25.99951a1.60261,1.60261,0,0,1,0,2.26367l-26,26A1.59958,1.59958,0,0,1,1.6,55.19985Z'/%3E%3C/svg%3E%0A")
}

.st-home-2020 .s-carousel--theme-white .swiper-arrow--next .swiper-arrow-button:after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 29 55' width='29' height='55'%3E%3Cpath fill='%23ffffff' d='M1.6,55.19985A1.59961,1.59961,0,0,1,.46816,52.46841L25.3373,27.60024.46816,2.73159A1.60031,1.60031,0,0,1,2.73184.4689l26,25.99951a1.60261,1.60261,0,0,1,0,2.26367l-26,26A1.59958,1.59958,0,0,1,1.6,55.19985Z'/%3E%3C/svg%3E%0A")
}

.rtl .st-home-2020 .s-carousel--theme-white .swiper-arrow--next .swiper-arrow-button:after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 29 55' width='29' height='55'%3E%3Cpath fill='%23ffffff' d='M27.6.00015a1.59961,1.59961,0,0,1,1.13184,2.73144L3.8627,27.59976,28.73184,52.46841a1.60031,1.60031,0,1,1-2.26368,2.26269l-26-25.99951a1.60261,1.60261,0,0,1,0-2.26367l26-26A1.59958,1.59958,0,0,1,27.6.00015Z'/%3E%3C/svg%3E%0A")
}

.rtl .st-home-2020 .s-carousel--theme-white .swiper-arrow--next .swiper-arrow-button:after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 29 55' width='29' height='55'%3E%3Cpath fill='%23ffffff' d='M1.6,55.19985A1.59961,1.59961,0,0,1,.46816,52.46841L25.3373,27.60024.46816,2.73159A1.60031,1.60031,0,0,1,2.73184.4689l26,25.99951a1.60261,1.60261,0,0,1,0,2.26367l-26,26A1.59958,1.59958,0,0,1,1.6,55.19985Z'/%3E%3C/svg%3E%0A")
}

.st-home-2020 .s-carousel--theme-white .swiper-arrow--next .swiper-arrow-button:hover:after, .st-home-2020 .s-carousel--theme-white .swiper-arrow--next .swiper-arrow-button:focus:after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 29 55' width='29' height='55'%3E%3Cpath fill='%23888888' d='M1.6,55.19985A1.59961,1.59961,0,0,1,.46816,52.46841L25.3373,27.60024.46816,2.73159A1.60031,1.60031,0,0,1,2.73184.4689l26,25.99951a1.60261,1.60261,0,0,1,0,2.26367l-26,26A1.59958,1.59958,0,0,1,1.6,55.19985Z'/%3E%3C/svg%3E%0A")
}

.rtl .st-home-2020 .s-carousel--theme-white .swiper-arrow--next .swiper-arrow-button:hover:after, .rtl .st-home-2020 .s-carousel--theme-white .swiper-arrow--next .swiper-arrow-button:focus:after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 29 55' width='29' height='55'%3E%3Cpath fill='%23888888' d='M27.6.00015a1.59961,1.59961,0,0,1,1.13184,2.73144L3.8627,27.59976,28.73184,52.46841a1.60031,1.60031,0,1,1-2.26368,2.26269l-26-25.99951a1.60261,1.60261,0,0,1,0-2.26367l26-26A1.59958,1.59958,0,0,1,27.6.00015Z'/%3E%3C/svg%3E%0A")
}

.rtl .st-home-2020 .s-carousel--theme-white .swiper-arrow--next .swiper-arrow-button:hover:after, .rtl .st-home-2020 .s-carousel--theme-white .swiper-arrow--next .swiper-arrow-button:focus:after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 29 55' width='29' height='55'%3E%3Cpath fill='%23888888' d='M1.6,55.19985A1.59961,1.59961,0,0,1,.46816,52.46841L25.3373,27.60024.46816,2.73159A1.60031,1.60031,0,0,1,2.73184.4689l26,25.99951a1.60261,1.60261,0,0,1,0,2.26367l-26,26A1.59958,1.59958,0,0,1,1.6,55.19985Z'/%3E%3C/svg%3E%0A")
}

.st-home-2020 .s-ico-new-window _:-webkit-full-screen:not(:root:root):after, .st-home-2020 .s-ico-new-window:after {
    -webkit-transition-property: none;
    transition-property: none
}

.st-home-2020 .s-btn-text, .st-home-2020 .s-btn-text-underline, .st-home-2020 .s-btn-encased {
    text-transform: none;
    letter-spacing: 0;
    -webkit-transition: cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
    transition: cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
    -webkit-transition-property: background-color, color, border-color;
    transition-property: background-color, color, border-color
}

.st-home-2020 .s-btn-text.is-disabled, .st-home-2020 .s-btn-text-underline.is-disabled, .st-home-2020 .s-btn-encased.is-disabled {
    cursor: default;
    pointer-events: none
}

.st-home-2020 .s-btn-text:after, .st-home-2020 .s-btn-text-underline:after, .st-home-2020 .s-btn-encased:after {
    background-size: 100%
}

.st-home-2020 .s-btn-text:after, .st-home-2020 .s-btn-text-underline:after {
    margin-left: 9px;
    margin-left: .625vw
}

@media (min-width: 1440px) {
    .st-home-2020 .s-btn-text:after, .st-home-2020 .s-btn-text-underline:after {
        margin-left: 9px
    }
}

.st-home-2020 .s-btn-text:hover, .st-home-2020 .s-btn-text:focus, .st-home-2020 .s-btn-text:active, .st-home-2020 .s-btn-text-underline:hover, .st-home-2020 .s-btn-text-underline:focus, .st-home-2020 .s-btn-text-underline:active {
    color: #555
}

.st-home-2020 .s-btn-text:hover:before, .st-home-2020 .s-btn-text:focus:before, .st-home-2020 .s-btn-text:active:before, .st-home-2020 .s-btn-text-underline:hover:before, .st-home-2020 .s-btn-text-underline:focus:before, .st-home-2020 .s-btn-text-underline:active:before {
    background-color: #555
}

.st-home-2020 .s-btn-text.is-disabled, .st-home-2020 .s-btn-text-underline.is-disabled {
    color: #ddd
}

.st-home-2020 .s-btn-text.is-disabled:before, .st-home-2020 .s-btn-text-underline.is-disabled:before {
    background-color: #ddd
}

.st-home-2020 .s-btn-text.s-white:hover, .st-home-2020 .s-btn-text.s-white:focus, .st-home-2020 .s-btn-text.s-white:active, .st-home-2020 .s-btn-text-underline.s-white:hover, .st-home-2020 .s-btn-text-underline.s-white:focus, .st-home-2020 .s-btn-text-underline.s-white:active {
    color: #ddd
}

.st-home-2020 .s-btn-text.s-white:hover:before, .st-home-2020 .s-btn-text.s-white:focus:before, .st-home-2020 .s-btn-text.s-white:active:before, .st-home-2020 .s-btn-text-underline.s-white:hover:before, .st-home-2020 .s-btn-text-underline.s-white:focus:before, .st-home-2020 .s-btn-text-underline.s-white:active:before {
    background-color: #ddd
}

.st-home-2020 .s-btn-text.s-white.is-disabled, .st-home-2020 .s-btn-text-underline.s-white.is-disabled {
    color: #555
}

.st-home-2020 .s-btn-text.s-white.is-disabled:before, .st-home-2020 .s-btn-text-underline.s-white.is-disabled:before {
    background-color: #555
}

.st-home-2020 .s-btn-text.s-btn-text:not(.s-ico-new-window):after, .st-home-2020 .s-btn-text.s-btn-text-underline.s-ico-layer-popup:after, .st-home-2020 .s-btn-text-underline.s-btn-text:not(.s-ico-new-window):after, .st-home-2020 .s-btn-text-underline.s-btn-text-underline.s-ico-layer-popup:after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 26' width='16' height='26'%3E%3Cpath fill='%230' d='M11.334 8.411L2.667 0 0 2.588 8.668 11 0 19.411 2.667 22l8.667-8.412L14 11z'/%3E%3C/svg%3E%0A")
}

.rtl .st-home-2020 .s-btn-text.s-btn-text:not(.s-ico-new-window):after, .rtl .st-home-2020 .s-btn-text.s-btn-text-underline.s-ico-layer-popup:after, .rtl .st-home-2020 .s-btn-text-underline.s-btn-text:not(.s-ico-new-window):after, .rtl .st-home-2020 .s-btn-text-underline.s-btn-text-underline.s-ico-layer-popup:after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 26' width='16' height='26'%3E%3Cpath fill='%230' d='M2.666 13.59L11.333 22l2.666-2.588L5.332 11 14 2.589 11.333 0 2.666 8.413 0 11z'/%3E%3C/svg%3E%0A")
}

.st-home-2020 .s-btn-text.s-btn-text:not(.s-ico-new-window):hover:after, .st-home-2020 .s-btn-text.s-btn-text:not(.s-ico-new-window):focus:after, .st-home-2020 .s-btn-text.s-btn-text:not(.s-ico-new-window):active:after, .st-home-2020 .s-btn-text.s-btn-text-underline.s-ico-layer-popup:hover:after, .st-home-2020 .s-btn-text.s-btn-text-underline.s-ico-layer-popup:focus:after, .st-home-2020 .s-btn-text.s-btn-text-underline.s-ico-layer-popup:active:after, .st-home-2020 .s-btn-text-underline.s-btn-text:not(.s-ico-new-window):hover:after, .st-home-2020 .s-btn-text-underline.s-btn-text:not(.s-ico-new-window):focus:after, .st-home-2020 .s-btn-text-underline.s-btn-text:not(.s-ico-new-window):active:after, .st-home-2020 .s-btn-text-underline.s-btn-text-underline.s-ico-layer-popup:hover:after, .st-home-2020 .s-btn-text-underline.s-btn-text-underline.s-ico-layer-popup:focus:after, .st-home-2020 .s-btn-text-underline.s-btn-text-underline.s-ico-layer-popup:active:after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 26' width='16' height='26'%3E%3Cpath fill='%23555' d='M11.334 8.411L2.667 0 0 2.588 8.668 11 0 19.411 2.667 22l8.667-8.412L14 11z'/%3E%3C/svg%3E%0A")
}

.rtl .st-home-2020 .s-btn-text.s-btn-text:not(.s-ico-new-window):hover:after, .rtl .st-home-2020 .s-btn-text.s-btn-text:not(.s-ico-new-window):focus:after, .rtl .st-home-2020 .s-btn-text.s-btn-text:not(.s-ico-new-window):active:after, .rtl .st-home-2020 .s-btn-text.s-btn-text-underline.s-ico-layer-popup:hover:after, .rtl .st-home-2020 .s-btn-text.s-btn-text-underline.s-ico-layer-popup:focus:after, .rtl .st-home-2020 .s-btn-text.s-btn-text-underline.s-ico-layer-popup:active:after, .rtl .st-home-2020 .s-btn-text-underline.s-btn-text:not(.s-ico-new-window):hover:after, .rtl .st-home-2020 .s-btn-text-underline.s-btn-text:not(.s-ico-new-window):focus:after, .rtl .st-home-2020 .s-btn-text-underline.s-btn-text:not(.s-ico-new-window):active:after, .rtl .st-home-2020 .s-btn-text-underline.s-btn-text-underline.s-ico-layer-popup:hover:after, .rtl .st-home-2020 .s-btn-text-underline.s-btn-text-underline.s-ico-layer-popup:focus:after, .rtl .st-home-2020 .s-btn-text-underline.s-btn-text-underline.s-ico-layer-popup:active:after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 26' width='16' height='26'%3E%3Cpath fill='%23555' d='M2.666 13.59L11.333 22l2.666-2.588L5.332 11 14 2.589 11.333 0 2.666 8.413 0 11z'/%3E%3C/svg%3E%0A")
}

.st-home-2020 .s-btn-text.s-btn-text:not(.s-ico-new-window).is-disabled:after, .st-home-2020 .s-btn-text.s-btn-text-underline.s-ico-layer-popup.is-disabled:after, .st-home-2020 .s-btn-text-underline.s-btn-text:not(.s-ico-new-window).is-disabled:after, .st-home-2020 .s-btn-text-underline.s-btn-text-underline.s-ico-layer-popup.is-disabled:after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 26' width='16' height='26'%3E%3Cpath fill='%23ddd' d='M11.334 8.411L2.667 0 0 2.588 8.668 11 0 19.411 2.667 22l8.667-8.412L14 11z'/%3E%3C/svg%3E%0A")
}

.rtl .st-home-2020 .s-btn-text.s-btn-text:not(.s-ico-new-window).is-disabled:after, .rtl .st-home-2020 .s-btn-text.s-btn-text-underline.s-ico-layer-popup.is-disabled:after, .rtl .st-home-2020 .s-btn-text-underline.s-btn-text:not(.s-ico-new-window).is-disabled:after, .rtl .st-home-2020 .s-btn-text-underline.s-btn-text-underline.s-ico-layer-popup.is-disabled:after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 26' width='16' height='26'%3E%3Cpath fill='%23ddd' d='M2.666 13.59L11.333 22l2.666-2.588L5.332 11 14 2.589 11.333 0 2.666 8.413 0 11z'/%3E%3C/svg%3E%0A")
}

.st-home-2020 .s-btn-text.s-btn-text:not(.s-ico-new-window).s-white:after, .st-home-2020 .s-btn-text.s-btn-text-underline.s-ico-layer-popup.s-white:after, .st-home-2020 .s-btn-text-underline.s-btn-text:not(.s-ico-new-window).s-white:after, .st-home-2020 .s-btn-text-underline.s-btn-text-underline.s-ico-layer-popup.s-white:after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 26' width='16' height='26'%3E%3Cpath fill='%23fff' d='M11.334 8.411L2.667 0 0 2.588 8.668 11 0 19.411 2.667 22l8.667-8.412L14 11z'/%3E%3C/svg%3E%0A")
}

.rtl .st-home-2020 .s-btn-text.s-btn-text:not(.s-ico-new-window).s-white:after, .rtl .st-home-2020 .s-btn-text.s-btn-text-underline.s-ico-layer-popup.s-white:after, .rtl .st-home-2020 .s-btn-text-underline.s-btn-text:not(.s-ico-new-window).s-white:after, .rtl .st-home-2020 .s-btn-text-underline.s-btn-text-underline.s-ico-layer-popup.s-white:after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 26' width='16' height='26'%3E%3Cpath fill='%23fff' d='M2.666 13.59L11.333 22l2.666-2.588L5.332 11 14 2.589 11.333 0 2.666 8.413 0 11z'/%3E%3C/svg%3E%0A")
}

.st-home-2020 .s-btn-text.s-btn-text:not(.s-ico-new-window).s-white:hover:after, .st-home-2020 .s-btn-text.s-btn-text:not(.s-ico-new-window).s-white:focus:after, .st-home-2020 .s-btn-text.s-btn-text:not(.s-ico-new-window).s-white:active:after, .st-home-2020 .s-btn-text.s-btn-text-underline.s-ico-layer-popup.s-white:hover:after, .st-home-2020 .s-btn-text.s-btn-text-underline.s-ico-layer-popup.s-white:focus:after, .st-home-2020 .s-btn-text.s-btn-text-underline.s-ico-layer-popup.s-white:active:after, .st-home-2020 .s-btn-text-underline.s-btn-text:not(.s-ico-new-window).s-white:hover:after, .st-home-2020 .s-btn-text-underline.s-btn-text:not(.s-ico-new-window).s-white:focus:after, .st-home-2020 .s-btn-text-underline.s-btn-text:not(.s-ico-new-window).s-white:active:after, .st-home-2020 .s-btn-text-underline.s-btn-text-underline.s-ico-layer-popup.s-white:hover:after, .st-home-2020 .s-btn-text-underline.s-btn-text-underline.s-ico-layer-popup.s-white:focus:after, .st-home-2020 .s-btn-text-underline.s-btn-text-underline.s-ico-layer-popup.s-white:active:after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 26' width='16' height='26'%3E%3Cpath fill='%23ddd' d='M11.334 8.411L2.667 0 0 2.588 8.668 11 0 19.411 2.667 22l8.667-8.412L14 11z'/%3E%3C/svg%3E%0A")
}

.rtl .st-home-2020 .s-btn-text.s-btn-text:not(.s-ico-new-window).s-white:hover:after, .rtl .st-home-2020 .s-btn-text.s-btn-text:not(.s-ico-new-window).s-white:focus:after, .rtl .st-home-2020 .s-btn-text.s-btn-text:not(.s-ico-new-window).s-white:active:after, .rtl .st-home-2020 .s-btn-text.s-btn-text-underline.s-ico-layer-popup.s-white:hover:after, .rtl .st-home-2020 .s-btn-text.s-btn-text-underline.s-ico-layer-popup.s-white:focus:after, .rtl .st-home-2020 .s-btn-text.s-btn-text-underline.s-ico-layer-popup.s-white:active:after, .rtl .st-home-2020 .s-btn-text-underline.s-btn-text:not(.s-ico-new-window).s-white:hover:after, .rtl .st-home-2020 .s-btn-text-underline.s-btn-text:not(.s-ico-new-window).s-white:focus:after, .rtl .st-home-2020 .s-btn-text-underline.s-btn-text:not(.s-ico-new-window).s-white:active:after, .rtl .st-home-2020 .s-btn-text-underline.s-btn-text-underline.s-ico-layer-popup.s-white:hover:after, .rtl .st-home-2020 .s-btn-text-underline.s-btn-text-underline.s-ico-layer-popup.s-white:focus:after, .rtl .st-home-2020 .s-btn-text-underline.s-btn-text-underline.s-ico-layer-popup.s-white:active:after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 26' width='16' height='26'%3E%3Cpath fill='%23ddd' d='M2.666 13.59L11.333 22l2.666-2.588L5.332 11 14 2.589 11.333 0 2.666 8.413 0 11z'/%3E%3C/svg%3E%0A")
}

.st-home-2020 .s-btn-text.s-btn-text:not(.s-ico-new-window).s-white.is-disabled:after, .st-home-2020 .s-btn-text.s-btn-text-underline.s-ico-layer-popup.s-white.is-disabled:after, .st-home-2020 .s-btn-text-underline.s-btn-text:not(.s-ico-new-window).s-white.is-disabled:after, .st-home-2020 .s-btn-text-underline.s-btn-text-underline.s-ico-layer-popup.s-white.is-disabled:after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 26' width='16' height='26'%3E%3Cpath fill='%23555' d='M11.334 8.411L2.667 0 0 2.588 8.668 11 0 19.411 2.667 22l8.667-8.412L14 11z'/%3E%3C/svg%3E%0A")
}

.rtl .st-home-2020 .s-btn-text.s-btn-text:not(.s-ico-new-window).s-white.is-disabled:after, .rtl .st-home-2020 .s-btn-text.s-btn-text-underline.s-ico-layer-popup.s-white.is-disabled:after, .rtl .st-home-2020 .s-btn-text-underline.s-btn-text:not(.s-ico-new-window).s-white.is-disabled:after, .rtl .st-home-2020 .s-btn-text-underline.s-btn-text-underline.s-ico-layer-popup.s-white.is-disabled:after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 26' width='16' height='26'%3E%3Cpath fill='%23555' d='M2.666 13.59L11.333 22l2.666-2.588L5.332 11 14 2.589 11.333 0 2.666 8.413 0 11z'/%3E%3C/svg%3E%0A")
}

.st-home-2020 .s-btn-text.s-ico-new-window:hover:after, .st-home-2020 .s-btn-text.s-ico-new-window:focus:after, .st-home-2020 .s-btn-text.s-ico-new-window:active:after, .st-home-2020 .s-btn-text-underline.s-ico-new-window:hover:after, .st-home-2020 .s-btn-text-underline.s-ico-new-window:focus:after, .st-home-2020 .s-btn-text-underline.s-ico-new-window:active:after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 11 11' width='11' height='11'%3E%3Cpath fill='%23555' d='M5.94 0v1.28h2.08L2.97 6.24l.76.82 4.99-4.98v2.08H10V0H5.94zM0 0v10h10V5.45H8.72v3.27H1.28V1.28h3.27V0H0z'/%3E%3C/svg%3E%0A")
}

.st-home-2020 .s-btn-text.s-ico-new-window.is-disabled:after, .st-home-2020 .s-btn-text-underline.s-ico-new-window.is-disabled:after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 11 11' width='11' height='11'%3E%3Cpath fill='%23ddd' d='M5.94 0v1.28h2.08L2.97 6.24l.76.82 4.99-4.98v2.08H10V0H5.94zM0 0v10h10V5.45H8.72v3.27H1.28V1.28h3.27V0H0z'/%3E%3C/svg%3E%0A")
}

.st-home-2020 .s-btn-text.s-ico-new-window.s-white:hover:after, .st-home-2020 .s-btn-text.s-ico-new-window.s-white:focus:after, .st-home-2020 .s-btn-text.s-ico-new-window.s-white:active:after, .st-home-2020 .s-btn-text-underline.s-ico-new-window.s-white:hover:after, .st-home-2020 .s-btn-text-underline.s-ico-new-window.s-white:focus:after, .st-home-2020 .s-btn-text-underline.s-ico-new-window.s-white:active:after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 11 11' width='11' height='11'%3E%3Cpath fill='%23ddd' d='M5.94 0v1.28h2.08L2.97 6.24l.76.82 4.99-4.98v2.08H10V0H5.94zM0 0v10h10V5.45H8.72v3.27H1.28V1.28h3.27V0H0z'/%3E%3C/svg%3E%0A")
}

.st-home-2020 .s-btn-text.s-ico-new-window.s-white.is-disabled:after, .st-home-2020 .s-btn-text-underline.s-ico-new-window.s-white.is-disabled:after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 11 11' width='11' height='11'%3E%3Cpath fill='%23555' d='M5.94 0v1.28h2.08L2.97 6.24l.76.82 4.99-4.98v2.08H10V0H5.94zM0 0v10h10V5.45H8.72v3.27H1.28V1.28h3.27V0H0z'/%3E%3C/svg%3E%0A")
}

.st-home-2020 .s-btn-text-underline {
    line-height: 46.93333px;
    line-height: 6.11111vw
}

@media (max-width: 360px) {
    .st-home-2020 .s-btn-text-underline {
        line-height: 22px;
        line-height: 6.11111vw
    }
}

@-webkit-keyframes borderAnimate {
    from {
        visibility: hidden;
        -webkit-transform: scaleX(0);
        transform: scaleX(0)
    }

    to {
        visibility: visible;
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}

@keyframes borderAnimate {
    from {
        visibility: hidden;
        -webkit-transform: scaleX(0);
        transform: scaleX(0)
    }

    to {
        visibility: visible;
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}

.st-home-2020 .s-btn-text-underline:before {
    height: 4.26667px;
    height: .55556vw
}

@media (max-width: 360px) {
    .st-home-2020 .s-btn-text-underline:before {
        height: 2px;
        height: .55556vw
    }
}

.st-home-2020 .s-btn-text-underline:hover:before, .st-home-2020 .s-btn-text-underline:focus:before, .st-home-2020 .s-btn-text-underline:active:before {
    -webkit-animation: borderAnimate 0.6s both;
    animation: borderAnimate 0.6s both;
    -webkit-animation-timing-function: cubic-bezier(0.4, 0, 0, 0.2, 1);
    animation-timing-function: cubic-bezier(0.4, 0, 0, 0.2, 1);
    -webkit-animation-delay: .1s;
    animation-delay: .1s
}

.st-home-2020 .s-btn-text-underline.is-disabled:before {
    -webkit-animation: none;
    animation: none
}

.st-home-2020 .s-btn-encased {
    padding: 19.2px 51.2px 21.33333px;
    padding: 2.5vw 6.66667vw 2.77778vw;
    line-height: 40.53333px;
    line-height: 5.27778vw
}

@media (max-width: 360px) {
    .st-home-2020 .s-btn-encased {
        padding: 9px 24px 10px;
        padding: 2.5vw 6.66667vw 2.77778vw
    }
}

@media (max-width: 360px) {
    .st-home-2020 .s-btn-encased {
        line-height: 19px;
        line-height: 5.27778vw
    }
}

.st-home-2020 .s-btn-encased:hover, .st-home-2020 .s-btn-encased:focus, .st-home-2020 .s-btn-encased:active {
    border-color: #555;
    background-color: rgba(0, 0, 0, 0.05);
    color: #555
}

.st-home-2020 .s-btn-encased.is-disabled {
    border-color: #ddd;
    background-color: transparent;
    color: #ddd;
    cursor: default
}

.st-home-2020 .s-btn-encased.s-ico-new-window {
    padding-right: 91.73333px;
    padding-right: 11.94444vw
}

@media (max-width: 360px) {
    .st-home-2020 .s-btn-encased.s-ico-new-window {
        padding-right: 43px;
        padding-right: 11.94444vw
    }
}

.st-home-2020 .s-btn-encased.s-ico-new-window:after {
    right: 51.2px;
    right: 6.66667vw;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 11 11' width='11' height='11'%3E%3Cpath fill='%230' d='M5.94 0v1.28h2.08L2.97 6.24l.76.82 4.99-4.98v2.08H10V0H5.94zM0 0v10h10V5.45H8.72v3.27H1.28V1.28h3.27V0H0z'/%3E%3C/svg%3E%0A")
}

@media (max-width: 360px) {
    .st-home-2020 .s-btn-encased.s-ico-new-window:after {
        right: 24px;
        right: 6.66667vw
    }
}

.st-home-2020 .s-btn-encased.s-ico-new-window:hover:after, .st-home-2020 .s-btn-encased.s-ico-new-window:focus:after, .st-home-2020 .s-btn-encased.s-ico-new-window:active:after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 11 11' width='11' height='11'%3E%3Cpath fill='%23555' d='M5.94 0v1.28h2.08L2.97 6.24l.76.82 4.99-4.98v2.08H10V0H5.94zM0 0v10h10V5.45H8.72v3.27H1.28V1.28h3.27V0H0z'/%3E%3C/svg%3E%0A")
}

.st-home-2020 .s-btn-encased.s-ico-new-window.is-disabled:after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 11 11' width='11' height='11'%3E%3Cpath fill='%23ddd' d='M5.94 0v1.28h2.08L2.97 6.24l.76.82 4.99-4.98v2.08H10V0H5.94zM0 0v10h10V5.45H8.72v3.27H1.28V1.28h3.27V0H0z'/%3E%3C/svg%3E%0A")
}

.st-home-2020 .s-btn-encased.s-white:hover, .st-home-2020 .s-btn-encased.s-white:focus, .st-home-2020 .s-btn-encased.s-white:active {
    border-color: #ddd;
    background-color: rgba(255, 255, 255, 0.15);
    color: #ddd
}

.st-home-2020 .s-btn-encased.s-white.is-disabled {
    border-color: #555;
    background-color: transparent;
    color: #555
}

.st-home-2020 .s-btn-encased.s-white.s-ico-new-window:after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 11 11' width='11' height='11'%3E%3Cpath fill='%23fff' d='M5.94 0v1.28h2.08L2.97 6.24l.76.82 4.99-4.98v2.08H10V0H5.94zM0 0v10h10V5.45H8.72v3.27H1.28V1.28h3.27V0H0z'/%3E%3C/svg%3E%0A")
}

.st-home-2020 .s-btn-encased.s-white.s-ico-new-window:hover:after, .st-home-2020 .s-btn-encased.s-white.s-ico-new-window:focus:after, .st-home-2020 .s-btn-encased.s-white.s-ico-new-window:active:after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 11 11' width='11' height='11'%3E%3Cpath fill='%23ddd' d='M5.94 0v1.28h2.08L2.97 6.24l.76.82 4.99-4.98v2.08H10V0H5.94zM0 0v10h10V5.45H8.72v3.27H1.28V1.28h3.27V0H0z'/%3E%3C/svg%3E%0A")
}

.st-home-2020 .s-btn-encased.s-white.s-ico-new-window.is-disabled:after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 11 11' width='11' height='11'%3E%3Cpath fill='%23555' d='M5.94 0v1.28h2.08L2.97 6.24l.76.82 4.99-4.98v2.08H10V0H5.94zM0 0v10h10V5.45H8.72v3.27H1.28V1.28h3.27V0H0z'/%3E%3C/svg%3E%0A")
}

.st-home-2020 .s-btn-encased.s-btn-black {
    background-color: #000;
    color: #fff
}

.st-home-2020 .s-btn-encased.s-btn-black:hover, .st-home-2020 .s-btn-encased.s-btn-black:focus, .st-home-2020 .s-btn-encased.s-btn-black:active {
    border-color: #555;
    background-color: #555;
    color: #eee
}

.st-home-2020 .s-btn-encased.s-btn-black.is-disabled {
    border-color: #ddd;
    background-color: #ddd;
    color: #eee
}

.st-home-2020 .s-btn-encased.s-btn-black.s-ico-new-window:after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 11 11' width='11' height='11'%3E%3Cpath fill='%23fff' d='M5.94 0v1.28h2.08L2.97 6.24l.76.82 4.99-4.98v2.08H10V0H5.94zM0 0v10h10V5.45H8.72v3.27H1.28V1.28h3.27V0H0z'/%3E%3C/svg%3E%0A")
}

.st-home-2020 .s-btn-encased.s-btn-black.s-ico-new-window:hover:after, .st-home-2020 .s-btn-encased.s-btn-black.s-ico-new-window:focus:after, .st-home-2020 .s-btn-encased.s-btn-black.s-ico-new-window:active:after, .st-home-2020 .s-btn-encased.s-btn-black.s-ico-new-window.is-disabled:after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 11 11' width='11' height='11'%3E%3Cpath fill='%23eee' d='M5.94 0v1.28h2.08L2.97 6.24l.76.82 4.99-4.98v2.08H10V0H5.94zM0 0v10h10V5.45H8.72v3.27H1.28V1.28h3.27V0H0z'/%3E%3C/svg%3E%0A")
}

.st-home-2020 .s-btn-encased.s-btn-white:hover, .st-home-2020 .s-btn-encased.s-btn-white:focus, .st-home-2020 .s-btn-encased.s-btn-white:active {
    border-color: #ddd;
    background-color: #ddd;
    color: #313131
}

.st-home-2020 .s-btn-encased.s-btn-white.is-disabled {
    border-color: #555;
    background-color: #555;
    color: #313131
}

.st-home-2020 .s-btn-encased.s-btn-white.s-ico-new-window:after {
    background-size: 100%
}

.st-home-2020 .s-btn-encased.s-btn-white.s-ico-new-window:hover:after, .st-home-2020 .s-btn-encased.s-btn-white.s-ico-new-window:focus:after, .st-home-2020 .s-btn-encased.s-btn-white.s-ico-new-window:active:after, .st-home-2020 .s-btn-encased.s-btn-white.s-ico-new-window.is-disabled:after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 11 11' width='11' height='11'%3E%3Cpath fill='%23313131' d='M5.94 0v1.28h2.08L2.97 6.24l.76.82 4.99-4.98v2.08H10V0H5.94zM0 0v10h10V5.45H8.72v3.27H1.28V1.28h3.27V0H0z'/%3E%3C/svg%3E%0A") !important;
    background-size: 100% !important
}

.st-home-2020 .s-btn-encased.s-btn-skyblue {
    border-color: #2189Ff;
    background-color: #2189Ff;
    color: #fff
}

.st-home-2020 .s-btn-encased.s-btn-skyblue:hover, .st-home-2020 .s-btn-encased.s-btn-skyblue:focus, .st-home-2020 .s-btn-encased.s-btn-skyblue:active {
    border-color: #3ba7ff;
    background-color: #3ba7ff;
    color: #f4f4f4
}

.st-home-2020 .s-btn-encased.s-btn-skyblue.is-disabled {
    border-color: #d4e2f3;
    background-color: #d4e2f3;
    color: #f4f4f4
}

.st-home-2020 .s-btn-encased.s-btn-skyblue.s-ico-new-window:after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 11 11' width='11' height='11'%3E%3Cpath fill='%23fff' d='M5.94 0v1.28h2.08L2.97 6.24l.76.82 4.99-4.98v2.08H10V0H5.94zM0 0v10h10V5.45H8.72v3.27H1.28V1.28h3.27V0H0z'/%3E%3C/svg%3E%0A")
}

.st-home-2020 .s-btn-encased.s-btn-skyblue.s-ico-new-window:hover:after, .st-home-2020 .s-btn-encased.s-btn-skyblue.s-ico-new-window:focus:after, .st-home-2020 .s-btn-encased.s-btn-skyblue.s-ico-new-window:active:after, .st-home-2020 .s-btn-encased.s-btn-skyblue.s-ico-new-window.is-disabled:after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 11 11' width='11' height='11'%3E%3Cpath fill='%23f4f4f4' d='M5.94 0v1.28h2.08L2.97 6.24l.76.82 4.99-4.98v2.08H10V0H5.94zM0 0v10h10V5.45H8.72v3.27H1.28V1.28h3.27V0H0z'/%3E%3C/svg%3E%0A")
}

@media screen and (min-width: 769px) {
    .st-home-2020 .s-padding-top-narrow {
        padding-top: 16px;
        padding-top: 1.11111vw
    }
}

@media screen and (min-width: 769px) and (min-width: 1440px) {
    .st-home-2020 .s-padding-top-narrow {
        padding-top: 16px
    }
}

@media screen and (min-width: 769px) {
    .st-home-2020 .s-padding-top-normal {
        padding-top: 32px;
        padding-top: 2.22222vw
    }
}

@media screen and (min-width: 769px) and (min-width: 1440px) {
    .st-home-2020 .s-padding-top-normal {
        padding-top: 32px
    }
}

@media screen and (min-width: 769px) {
    .st-home-2020 .s-padding-top-wide {
        padding-top: 48px;
        padding-top: 3.33333vw
    }
}

@media screen and (min-width: 769px) and (min-width: 1440px) {
    .st-home-2020 .s-padding-top-wide {
        padding-top: 48px
    }
}

@media screen and (min-width: 769px) {
    .st-home-2020 .s-padding-bottom-narrow {
        padding-bottom: 16px;
        padding-bottom: 1.11111vw
    }
}

@media screen and (min-width: 769px) and (min-width: 1440px) {
    .st-home-2020 .s-padding-bottom-narrow {
        padding-bottom: 16px
    }
}

@media screen and (min-width: 769px) {
    .st-home-2020 .s-padding-bottom-normal {
        padding-bottom: 32px;
        padding-bottom: 2.22222vw
    }
}

@media screen and (min-width: 769px) and (min-width: 1440px) {
    .st-home-2020 .s-padding-bottom-normal {
        padding-bottom: 32px
    }
}

@media screen and (min-width: 769px) {
    .st-home-2020 .s-padding-bottom-wide {
        padding-bottom: 48px;
        padding-bottom: 3.33333vw
    }
}

@media screen and (min-width: 769px) and (min-width: 1440px) {
    .st-home-2020 .s-padding-bottom-wide {
        padding-bottom: 48px
    }
}

@media screen and (min-width: 769px) {
    .st-home-2020 .swiper-arrow {
        display: block;
        z-index: 1;
        position: absolute;
        top: 0;
        bottom: 0;
        margin: auto;
        width: 64px;
        width: 4.44444vw
    }
}

@media screen and (min-width: 769px) and (min-width: 1440px) {
    .st-home-2020 .swiper-arrow {
        width: 64px
    }
}

@media screen and (min-width: 769px) {
    .aem-AuthorLayer-Edit .st-home-2020 .swiper-arrow, .st-home-2020 .swiper-arrow.slick-hidden {
        display: none !important
    }

    .st-home-2020 .swiper-arrow-button {
        position: absolute;
        top: 0;
        bottom: 0;
        margin: auto;
        width: 100%;
        height: 64px;
        height: 4.44444vw;
        border: none;
        background-color: transparent
    }
}

@media screen and (min-width: 769px) and (min-width: 1440px) {
    .st-home-2020 .swiper-arrow-button {
        height: 64px
    }
}

@media screen and (min-width: 769px) {
    .st-home-2020 .swiper-arrow-button:after {
        display: inline-block;
        width: 25px;
        width: 1.73611vw;
        height: 46px;
        height: 3.19444vw;
        background-repeat: no-repeat;
        background-size: 100% 100%;
        -webkit-transition: cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
        transition: cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
        -webkit-transition-property: background;
        transition-property: background;
        content: ''
    }
}

@media screen and (min-width: 769px) and (min-width: 1440px) {
    .st-home-2020 .swiper-arrow-button:after {
        width: 25px
    }
}

@media screen and (min-width: 769px) and (min-width: 1440px) {
    .st-home-2020 .swiper-arrow-button:after {
        height: 46px
    }
}

@media screen and (min-width: 769px) {
    .st-home-2020 .swiper-arrow-button:hover:before, .st-home-2020 .swiper-arrow-button:focus:before, .st-home-2020 .swiper-arrow-button:active:before {
        opacity: 0.6
    }

    .st-home-2020 .swiper-arrow-button.is-disabled {
        opacity: 0.3
    }

    .st-home-2020 .swiper-arrow--prev {
        left: 0
    }

    .st-home-2020 .swiper-arrow--prev .swiper-arrow-button {
        padding-right: 2px;
        padding-right: .13889vw
    }
}

@media screen and (min-width: 769px) and (min-width: 1440px) {
    .st-home-2020 .swiper-arrow--prev .swiper-arrow-button {
        padding-right: 2px
    }
}

@media screen and (min-width: 769px) {
    .st-home-2020 .swiper-arrow--prev .swiper-arrow-button:after {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 29 55' width='29' height='55'%3E%3Cpath fill='%230' d='M27.6.00015a1.59961,1.59961,0,0,1,1.13184,2.73144L3.8627,27.59976,28.73184,52.46841a1.60031,1.60031,0,1,1-2.26368,2.26269l-26-25.99951a1.60261,1.60261,0,0,1,0-2.26367l26-26A1.59958,1.59958,0,0,1,27.6.00015Z'/%3E%3C/svg%3E%0A")
    }

    .rtl .st-home-2020 .swiper-arrow--prev .swiper-arrow-button:after {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 29 55' width='29' height='55'%3E%3Cpath fill='%230' d='M1.6,55.19985A1.59961,1.59961,0,0,1,.46816,52.46841L25.3373,27.60024.46816,2.73159A1.60031,1.60031,0,0,1,2.73184.4689l26,25.99951a1.60261,1.60261,0,0,1,0,2.26367l-26,26A1.59958,1.59958,0,0,1,1.6,55.19985Z'/%3E%3C/svg%3E%0A")
    }

    .st-home-2020 .swiper-arrow--prev .swiper-arrow-button:hover:after, .st-home-2020 .swiper-arrow--prev .swiper-arrow-button:focus:after {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 29 55' width='29' height='55'%3E%3Cpath fill='%238f8f8f' d='M27.6.00015a1.59961,1.59961,0,0,1,1.13184,2.73144L3.8627,27.59976,28.73184,52.46841a1.60031,1.60031,0,1,1-2.26368,2.26269l-26-25.99951a1.60261,1.60261,0,0,1,0-2.26367l26-26A1.59958,1.59958,0,0,1,27.6.00015Z'/%3E%3C/svg%3E%0A")
    }

    .rtl .st-home-2020 .swiper-arrow--prev .swiper-arrow-button:hover:after, .rtl .st-home-2020 .swiper-arrow--prev .swiper-arrow-button:focus:after {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 29 55' width='29' height='55'%3E%3Cpath fill='%238f8f8f' d='M1.6,55.19985A1.59961,1.59961,0,0,1,.46816,52.46841L25.3373,27.60024.46816,2.73159A1.60031,1.60031,0,0,1,2.73184.4689l26,25.99951a1.60261,1.60261,0,0,1,0,2.26367l-26,26A1.59958,1.59958,0,0,1,1.6,55.19985Z'/%3E%3C/svg%3E%0A")
    }

    .st-home-2020 .swiper-arrow--next {
        right: 0
    }

    .st-home-2020 .swiper-arrow--next .swiper-arrow-button {
        padding-left: 3px;
        padding-left: .20833vw
    }
}

@media screen and (min-width: 769px) and (min-width: 1440px) {
    .st-home-2020 .swiper-arrow--next .swiper-arrow-button {
        padding-left: 3px
    }
}

@media screen and (min-width: 769px) {
    .st-home-2020 .swiper-arrow--next .swiper-arrow-button:after {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 29 55' width='29' height='55'%3E%3Cpath fill='%230' d='M1.6,55.19985A1.59961,1.59961,0,0,1,.46816,52.46841L25.3373,27.60024.46816,2.73159A1.60031,1.60031,0,0,1,2.73184.4689l26,25.99951a1.60261,1.60261,0,0,1,0,2.26367l-26,26A1.59958,1.59958,0,0,1,1.6,55.19985Z'/%3E%3C/svg%3E%0A")
    }

    .rtl .st-home-2020 .swiper-arrow--next .swiper-arrow-button:after {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 29 55' width='29' height='55'%3E%3Cpath fill='%230' d='M27.6.00015a1.59961,1.59961,0,0,1,1.13184,2.73144L3.8627,27.59976,28.73184,52.46841a1.60031,1.60031,0,1,1-2.26368,2.26269l-26-25.99951a1.60261,1.60261,0,0,1,0-2.26367l26-26A1.59958,1.59958,0,0,1,27.6.00015Z'/%3E%3C/svg%3E%0A")
    }

    .rtl .st-home-2020 .swiper-arrow--next .swiper-arrow-button:after {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 29 55' width='29' height='55'%3E%3Cpath fill='%230' d='M1.6,55.19985A1.59961,1.59961,0,0,1,.46816,52.46841L25.3373,27.60024.46816,2.73159A1.60031,1.60031,0,0,1,2.73184.4689l26,25.99951a1.60261,1.60261,0,0,1,0,2.26367l-26,26A1.59958,1.59958,0,0,1,1.6,55.19985Z'/%3E%3C/svg%3E%0A")
    }

    .st-home-2020 .swiper-arrow--next .swiper-arrow-button:hover:after, .st-home-2020 .swiper-arrow--next .swiper-arrow-button:focus:after {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 29 55' width='29' height='55'%3E%3Cpath fill='%238f8f8f' d='M1.6,55.19985A1.59961,1.59961,0,0,1,.46816,52.46841L25.3373,27.60024.46816,2.73159A1.60031,1.60031,0,0,1,2.73184.4689l26,25.99951a1.60261,1.60261,0,0,1,0,2.26367l-26,26A1.59958,1.59958,0,0,1,1.6,55.19985Z'/%3E%3C/svg%3E%0A")
    }

    .rtl .st-home-2020 .swiper-arrow--next .swiper-arrow-button:hover:after, .rtl .st-home-2020 .swiper-arrow--next .swiper-arrow-button:focus:after {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 29 55' width='29' height='55'%3E%3Cpath fill='%238f8f8f' d='M27.6.00015a1.59961,1.59961,0,0,1,1.13184,2.73144L3.8627,27.59976,28.73184,52.46841a1.60031,1.60031,0,1,1-2.26368,2.26269l-26-25.99951a1.60261,1.60261,0,0,1,0-2.26367l26-26A1.59958,1.59958,0,0,1,27.6.00015Z'/%3E%3C/svg%3E%0A")
    }

    .rtl .st-home-2020 .swiper-arrow--next .swiper-arrow-button:hover:after, .rtl .st-home-2020 .swiper-arrow--next .swiper-arrow-button:focus:after {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 29 55' width='29' height='55'%3E%3Cpath fill='%238f8f8f' d='M1.6,55.19985A1.59961,1.59961,0,0,1,.46816,52.46841L25.3373,27.60024.46816,2.73159A1.60031,1.60031,0,0,1,2.73184.4689l26,25.99951a1.60261,1.60261,0,0,1,0,2.26367l-26,26A1.59958,1.59958,0,0,1,1.6,55.19985Z'/%3E%3C/svg%3E%0A")
    }

    .st-home-2020 .swiper-pagination {
        line-height: 16px
    }

    .st-home-2020 .swiper-pagination__item {
        margin: 0 2px
    }

    .st-home-2020 .swiper-pagination__anchor {
        width: 16px;
        height: 16px;
        padding: 4px
    }

    .st-home-2020 .swiper-pagination__anchor-inner {
        width: 8px;
        height: 8px;
        -webkit-border-radius: 4px;
        border-radius: 4px
    }

    .st-home-2020 .swiper-controls {
        margin: 0px 8px;
        margin: 0vw .55556vw
    }
}

@media screen and (min-width: 769px) and (min-width: 1440px) {
    .st-home-2020 .swiper-controls {
        margin: 0px 8px
    }
}

@media screen and (min-width: 769px) {
    .st-home-2020 .swiper-controls-cta {
        width: 16px;
        height: 16px;
        padding: 2px 0
    }

    .st-home-2020 .swiper-controls-cta:after {
        width: 12px;
        height: 12px
    }

    .st-home-2020 .swiper-scrollbar {
        width: 312px;
        width: 21.66667vw;
        margin: 14px auto;
        margin: .97222vw auto
    }
}

@media screen and (min-width: 769px) and (min-width: 1440px) {
    .st-home-2020 .swiper-scrollbar {
        width: 312px
    }
}

@media screen and (min-width: 769px) and (min-width: 1440px) {
    .st-home-2020 .swiper-scrollbar {
        margin: 14px auto
    }
}

@media screen and (min-width: 769px) {
    .st-home-2020 .swiper-container-horizontal>.swiper-scrollbar {
        width: 312px;
        width: 21.66667vw
    }
}

@media screen and (min-width: 769px) and (min-width: 1440px) {
    .st-home-2020 .swiper-container-horizontal>.swiper-scrollbar {
        width: 312px
    }
}

@media screen and (min-width: 769px) {
    .st-home-2020 .s-carousel--type-text .swiper-pagination__item {
        margin: 0px 8px;
        margin: 0vw .55556vw
    }
}

@media screen and (min-width: 769px) and (min-width: 1440px) {
    .st-home-2020 .s-carousel--type-text .swiper-pagination__item {
        margin: 0px 8px
    }
}

@media screen and (min-width: 769px) {
    .st-home-2020 .s-carousel--type-text .swiper-pagination__anchor {
        width: auto;
        width: 114px;
        width: 7.91667vw;
        height: auto;
        padding: 0
    }
}

@media screen and (min-width: 769px) and (min-width: 1440px) {
    .st-home-2020 .s-carousel--type-text .swiper-pagination__anchor {
        width: 114px
    }
}

@media screen and (min-width: 769px) {
    .st-home-2020 .s-carousel--type-text .swiper-pagination__anchor-inner {
        width: 100%;
        height: auto;
        -webkit-border-radius: 0;
        border-radius: 0;
        background-color: transparent !important
    }

    .st-home-2020 .s-carousel--type-text .swiper-pagination__anchor-text {
        overflow: visible;
        position: relative;
        width: auto;
        height: auto;
        padding: 2px 16px 4px;
        padding: .13889vw 1.11111vw .27778vw;
        min-height: 26px;
        min-height: 1.80556vw;
        clip: none;
        margin: 0;
        display: block;
        font-size: 14px;
        font-size: .97222vw;
        line-height: 1.33;
        font-weight: bold;
        color: #000;
        white-space: normal;
        text-align: center;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-transition: opacity 0.4s ease-in-out, bottom .4s linear;
        transition: opacity 0.4s ease-in-out, bottom .4s linear
    }
}

@media screen and (min-width: 769px) and (min-width: 1440px) {
    .st-home-2020 .s-carousel--type-text .swiper-pagination__anchor-text {
        padding: 2px 16px 4px
    }
}

@media screen and (min-width: 769px) and (min-width: 1440px) {
    .st-home-2020 .s-carousel--type-text .swiper-pagination__anchor-text {
        min-height: 26px
    }
}

@media screen and (min-width: 769px) {
    html[lang^="th"] .st-home-2020 .s-carousel--type-text .swiper-pagination__anchor-text {
        font-size: 18.9px;
        font-size: 1.3125vw
    }
}

@media screen and (min-width: 769px) and (min-width: 1440px) {
    .st-home-2020 .s-carousel--type-text .swiper-pagination__anchor-text {
        font-size: 14px
    }

    html[lang^="th"] .st-home-2020 .s-carousel--type-text .swiper-pagination__anchor-text {
        font-size: 18.9px
    }
}

@media screen and (min-width: 769px) {
    .st-home-2020 .s-carousel--type-text .swiper-pagination__progress {
        display: block;
        position: relative;
        width: 100%;
        height: 2px;
        background: rgba(0, 0, 0, 0.3)
    }

    .st-home-2020 .s-carousel--type-text .swiper-pagination__progress progress {
        display: none
    }

    .st-home-2020 .s-carousel--type-text .swiper-pagination__progress-bar {
        width: 0%;
        height: 100%;
        background: #000
    }

    .st-home-2020 .s-carousel--type-text.s-text-hover .swiper-pagination__anchor-text {
        -webkit-transform: translateY(100%);
        -ms-transform: translateY(100%);
        transform: translateY(100%);
        -webkit-transition: -webkit-transform .2s;
        transition: -webkit-transform .2s;
        transition: transform .2s;
        transition: transform .2s, -webkit-transform .2s
    }

    .st-home-2020 .s-carousel--type-text.s-text-hover .swiper-pagination__anchor:hover .swiper-pagination__anchor-text, .st-home-2020 .s-carousel--type-text.s-text-hover .swiper-pagination__anchor:focus .swiper-pagination__anchor-text {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }

    .st-home-2020 .s-carousel--type-text .swiper-controls {
        margin-bottom: -2px;
        margin-bottom: -.13889vw
    }
}

@media screen and (min-width: 769px) and (min-width: 1440px) {
    .st-home-2020 .s-carousel--type-text .swiper-controls {
        margin-bottom: -2px
    }
}

@media screen and (min-width: 769px) {
    .st-home-2020 .s-carousel--theme-white.s-carousel--type-text .swiper-pagination__anchor-text {
        color: #fff
    }

    .st-home-2020 .s-carousel--theme-white.s-carousel--type-text .swiper-pagination__progress {
        background: rgba(255, 255, 255, 0.3)
    }

    .st-home-2020 .s-carousel--theme-white.s-carousel--type-text .swiper-pagination__progress-bar {
        background: #fff
    }

    .st-home-2020 .s-btn-text-underline {
        line-height: 24px;
        line-height: 1.66667vw
    }
}

@media screen and (min-width: 769px) and (min-width: 1440px) {
    .st-home-2020 .s-btn-text-underline {
        line-height: 24px
    }
}

@media screen and (min-width: 769px) {
    .st-home-2020 .s-btn-text-underline:before {
        height: 2px
    }

    .st-home-2020 .s-btn-text-underline.s-ico-new-window:after {
        margin-top: -1px;
        margin-top: -.06944vw;
        margin-left: 6px;
        margin-left: .41667vw
    }
}

@media screen and (min-width: 769px) and (min-width: 1440px) {
    .st-home-2020 .s-btn-text-underline.s-ico-new-window:after {
        margin-top: -1px
    }
}

@media screen and (min-width: 769px) and (min-width: 1440px) {
    .st-home-2020 .s-btn-text-underline.s-ico-new-window:after {
        margin-left: 6px
    }
}

@media screen and (min-width: 769px) {
    .st-home-2020 .s-btn-encased {
        padding: 9px 24px 10px;
        padding: .625vw 1.66667vw .69444vw;
        line-height: 19px;
        line-height: 1.31944vw
    }
}

@media screen and (min-width: 769px) and (min-width: 1440px) {
    .st-home-2020 .s-btn-encased {
        padding: 9px 24px 10px
    }
}

@media screen and (min-width: 769px) and (min-width: 1440px) {
    .st-home-2020 .s-btn-encased {
        line-height: 19px
    }
}

@media screen and (min-width: 769px) {
    .st-home-2020 .s-btn-encased.s-ico-new-window {
        padding-right: 43px;
        padding-right: 2.98611vw
    }
}

@media screen and (min-width: 769px) and (min-width: 1440px) {
    .st-home-2020 .s-btn-encased.s-ico-new-window {
        padding-right: 43px
    }
}

@media screen and (min-width: 769px) {
    .st-home-2020 .s-btn-encased.s-ico-new-window:after {
        right: 24px;
        right: 1.66667vw
    }
}

@media screen and (min-width: 769px) and (min-width: 1440px) {
    .st-home-2020 .s-btn-encased.s-ico-new-window:after {
        right: 24px
    }
}

@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") format("woff");
    font-weight: 400;
    font-style: normal
}

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

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

.swiper-container-vertical>.swiper-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    -js-display: flex;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

.swiper-container-android .swiper-slide, .swiper-wrapper {
    -webkit-transform: translate3d(0px, 0, 0);
    transform: translate3d(0px, 0, 0)
}

.swiper-container-multirow>.swiper-wrapper {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.swiper-container-multirow-column>.swiper-wrapper {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

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

.swiper-slide {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform
}

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

.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
    height: auto
}

.swiper-container-autoheight .swiper-wrapper {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    -ms-grid-row-align: flex-start;
    align-items: flex-start;
    -webkit-transition-property: height, -webkit-transform;
    transition-property: height, -webkit-transform;
    transition-property: transform, height;
    transition-property: transform, height, -webkit-transform
}

.swiper-container-3d {
    -webkit-perspective: 1200px;
    perspective: 1200px
}

.swiper-container-3d .swiper-wrapper, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-cube-shadow {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

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

.swiper-container-3d .swiper-slide-shadow-left {
    background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-right {
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-top {
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))
}

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

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

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

.swiper-container-horizontal.swiper-container-css-mode>.swiper-wrapper {
    -webkit-scroll-snap-type: x mandatory;
    -ms-scroll-snap-type: x mandatory;
    scroll-snap-type: x mandatory
}

.swiper-container-vertical.swiper-container-css-mode>.swiper-wrapper {
    -webkit-scroll-snap-type: y mandatory;
    -ms-scroll-snap-type: y mandatory;
    scroll-snap-type: y mandatory
}

:root {
    --swiper-navigation-size: 44px
}

.swiper-button-prev, .swiper-button-next {
    position: absolute;
    top: 50%;
    width: -webkit-calc(var(--swiper-navigation-size) / 44 * 27);
    width: calc(var(--swiper-navigation-size) / 44 * 27);
    height: var(--swiper-navigation-size);
    margin-top: -webkit-calc(-1 * var(--swiper-navigation-size) / 2);
    margin-top: calc(-1 * var(--swiper-navigation-size) / 2);
    z-index: 10;
    cursor: pointer;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    -js-display: flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: var(--swiper-navigation-color, var(--swiper-theme-color))
}

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

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

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    left: 10px;
    right: auto
}

.swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after {
    content: 'prev'
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    right: 10px;
    left: auto
}

.swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after {
    content: 'next'
}

.swiper-button-prev.swiper-button-white, .swiper-button-next.swiper-button-white {
    --swiper-navigation-color: #ffffff
}

.swiper-button-prev.swiper-button-black, .swiper-button-next.swiper-button-black {
    --swiper-navigation-color: #000000
}

.swiper-button-lock {
    display: none
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    -webkit-transition: 300ms opacity;
    transition: 300ms opacity;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 10
}

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

.swiper-pagination-fraction, .swiper-pagination-custom, .swiper-container-horizontal>.swiper-pagination-bullets {
    bottom: 10px;
    left: 0;
    width: 100%
}

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

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transform: scale(0.33);
    -ms-transform: scale(0.33);
    transform: scale(0.33);
    position: relative
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    -webkit-transform: scale(0.66);
    -ms-transform: scale(0.66);
    transform: scale(0.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    -webkit-transform: scale(0.33);
    -ms-transform: scale(0.33);
    transform: scale(0.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    -webkit-transform: scale(0.66);
    -ms-transform: scale(0.66);
    transform: scale(0.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    -webkit-transform: scale(0.33);
    -ms-transform: scale(0.33);
    transform: scale(0.33)
}

.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    background: #000;
    opacity: 0.2
}

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

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

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

.swiper-container-vertical>.swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    -webkit-transform: translate3d(0px, -50%, 0);
    transform: translate3d(0px, -50%, 0)
}

.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 6px 0;
    display: block
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 8px
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    display: inline-block;
    -webkit-transition: 200ms transform, 200ms top;
    transition: 200ms transform, 200ms top
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 4px
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    white-space: nowrap
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transition: 200ms transform, 200ms left;
    transition: 200ms transform, 200ms left
}

.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transition: 200ms transform, 200ms right;
    transition: 200ms transform, 200ms right
}

.swiper-pagination-progressbar {
    background: rgba(0, 0, 0, 0.25);
    position: absolute
}

.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%;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    -webkit-transform-origin: right top;
    -ms-transform-origin: right top;
    transform-origin: right top
}

.swiper-container-horizontal>.swiper-pagination-progressbar, .swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0
}

.swiper-container-vertical>.swiper-pagination-progressbar, .swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0
}

.swiper-pagination-white {
    --swiper-pagination-color: #ffffff
}

.swiper-pagination-black {
    --swiper-pagination-color: #000000
}

.swiper-pagination-lock {
    display: none
}

.swiper-scrollbar {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0, 0, 0, 0.1)
}

.swiper-container-horizontal>.swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%
}

.swiper-container-vertical>.swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%
}

.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0, 0, 0, 0.5);
    -webkit-border-radius: 10px;
    border-radius: 10px;
    left: 0;
    top: 0
}

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

.swiper-scrollbar-lock {
    display: none
}

.swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    -js-display: flex;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center
}

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

.swiper-slide-zoomed {
    cursor: move
}

.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    -webkit-transform-origin: 50%;
    -ms-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-animation: swiper-preloader-spin 1s infinite linear;
    animation: swiper-preloader-spin 1s infinite linear;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
    -webkit-border-radius: 50%;
    border-radius: 50%;
    border-top-color: transparent
}

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

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

@-webkit-keyframes swiper-preloader-spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes swiper-preloader-spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

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

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.swiper-container-fade .swiper-slide {
    pointer-events: none;
    -webkit-transition-property: opacity;
    transition-property: opacity
}

.swiper-container-fade .swiper-slide .swiper-slide {
    pointer-events: none
}

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

.swiper-container-cube {
    overflow: visible
}

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

.swiper-container-cube .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
    -webkit-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0
}

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

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

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

.swiper-container-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.6;
    -webkit-filter: blur(50px);
    filter: blur(50px);
    z-index: 0
}

.swiper-container-flip {
    overflow: visible
}

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

.swiper-container-flip .swiper-slide .swiper-slide {
    pointer-events: none
}

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

.swiper-container-flip .swiper-slide-shadow-top, .swiper-container-flip .swiper-slide-shadow-bottom, .swiper-container-flip .swiper-slide-shadow-left, .swiper-container-flip .swiper-slide-shadow-right {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}
html {
    font-size: 100%;
    -webkit-font-smoothing: antialiased !important;
    text-rendering: optimizeLegibility !important;
  }
  .span-sm-1 {
    border: 0 solid rgba(0, 0, 0, 0);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-clip: padding-box !important;
    float: left;
    position: relative;
    width: 25%;
    border-left-width: 16px;
    padding: 0 0%;
  }
  .span-sm-offset-1 {
    margin-left: 25% !important;
  }
  .span-sm-2 {
    border: 0 solid rgba(0, 0, 0, 0);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-clip: padding-box !important;
    float: left;
    position: relative;
    width: 50%;
    border-left-width: 16px;
    padding: 0 0%;
  }
  .span-sm-offset-2 {
    margin-left: 50% !important;
  }
  .span-sm-3 {
    border: 0 solid rgba(0, 0, 0, 0);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-clip: padding-box !important;
    float: left;
    position: relative;
    width: 75%;
    border-left-width: 16px;
    padding: 0 0%;
  }
  .span-sm-offset-3 {
    margin-left: 75% !important;
  }
  .span-sm-4 {
    border: 0 solid rgba(0, 0, 0, 0);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-clip: padding-box !important;
    float: left;
    position: relative;
    width: 100%;
    border-left-width: 16px;
    padding: 0 0%;
  }
  .span-sm-offset-4 {
    margin-left: 100% !important;
  }
  .span-sm-4 {
    border: 0 solid rgba(0, 0, 0, 0);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-clip: padding-box !important;
    float: left;
    position: relative;
    border-left-width: 16px;
    margin-left: 0;
    width: 100%;
  }
  @media (min-width: 769px) {
    .span-lg-1 {
      border: 0 solid rgba(0, 0, 0, 0);
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      background-clip: padding-box !important;
      float: left;
      position: relative;
      width: 8.33333%;
      border-left-width: 24px;
      padding: 0 0%;
    }
    .span-lg-offset-1 {
      margin-left: 8.33333% !important;
    }
    .span-lg-2 {
      border: 0 solid rgba(0, 0, 0, 0);
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      background-clip: padding-box !important;
      float: left;
      position: relative;
      width: 16.66667%;
      border-left-width: 24px;
      padding: 0 0%;
    }
    .span-lg-offset-2 {
      margin-left: 16.66667% !important;
    }
    .span-lg-3 {
      border: 0 solid rgba(0, 0, 0, 0);
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      background-clip: padding-box !important;
      float: left;
      position: relative;
      width: 25%;
      border-left-width: 24px;
      padding: 0 0%;
    }
    .span-lg-offset-3 {
      margin-left: 25% !important;
    }
    .span-lg-4 {
      border: 0 solid rgba(0, 0, 0, 0);
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      background-clip: padding-box !important;
      float: left;
      position: relative;
      width: 33.33333%;
      border-left-width: 24px;
      padding: 0 0%;
    }
    .span-lg-offset-4 {
      margin-left: 33.33333% !important;
    }
    .span-lg-5 {
      border: 0 solid rgba(0, 0, 0, 0);
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      background-clip: padding-box !important;
      float: left;
      position: relative;
      width: 41.66667%;
      border-left-width: 24px;
      padding: 0 0%;
    }
    .span-lg-offset-5 {
      margin-left: 41.66667% !important;
    }
    .span-lg-6 {
      border: 0 solid rgba(0, 0, 0, 0);
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      background-clip: padding-box !important;
      float: left;
      position: relative;
      width: 50%;
      border-left-width: 24px;
      padding: 0 0%;
    }
    .span-lg-offset-6 {
      margin-left: 50% !important;
    }
    .span-lg-7 {
      border: 0 solid rgba(0, 0, 0, 0);
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      background-clip: padding-box !important;
      float: left;
      position: relative;
      width: 58.33333%;
      border-left-width: 24px;
      padding: 0 0%;
    }
    .span-lg-offset-7 {
      margin-left: 58.33333% !important;
    }
    .span-lg-8 {
      border: 0 solid rgba(0, 0, 0, 0);
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      background-clip: padding-box !important;
      float: left;
      position: relative;
      width: 66.66667%;
      border-left-width: 24px;
      padding: 0 0%;
    }
    .span-lg-offset-8 {
      margin-left: 66.66667% !important;
    }
    .span-lg-9 {
      border: 0 solid rgba(0, 0, 0, 0);
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      background-clip: padding-box !important;
      float: left;
      position: relative;
      width: 75%;
      border-left-width: 24px;
      padding: 0 0%;
    }
    .span-lg-offset-9 {
      margin-left: 75% !important;
    }
    .span-lg-10 {
      border: 0 solid rgba(0, 0, 0, 0);
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      background-clip: padding-box !important;
      float: left;
      position: relative;
      width: 83.33333%;
      border-left-width: 24px;
      padding: 0 0%;
    }
    .span-lg-offset-10 {
      margin-left: 83.33333% !important;
    }
    .span-lg-11 {
      border: 0 solid rgba(0, 0, 0, 0);
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      background-clip: padding-box !important;
      float: left;
      position: relative;
      width: 91.66667%;
      border-left-width: 24px;
      padding: 0 0%;
    }
    .span-lg-offset-11 {
      margin-left: 91.66667% !important;
    }
    .span-lg-12 {
      border: 0 solid rgba(0, 0, 0, 0);
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      background-clip: padding-box !important;
      float: left;
      position: relative;
      width: 100%;
      border-left-width: 24px;
      padding: 0 0%;
    }
    .span-lg-offset-12 {
      margin-left: 100% !important;
    }
    .span-lg-12 {
      border: 0 solid rgba(0, 0, 0, 0);
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      background-clip: padding-box !important;
      float: left;
      position: relative;
      border-left-width: 24px;
      margin-left: 0;
      width: 100%;
    }
  }
  h1,
  .type-h1 {
    font-size: 44px;
    line-height: 118.18182%;
    font-weight: bold;
  }
  @media (min-width: 834px) {
    h1,
    .type-h1 {
      font-size: 76px;
      line-height: 115.78947%;
    }
  }
  @media (min-width: 834px) and (max-width: 1440px) {
    h1,
    .type-h1 {
      font-size: 5.27778vw;
    }
  }
  h2,
  .type-h2 {
    font-size: 32px;
    line-height: 125%;
    font-weight: 400;
  }
  @media (min-width: 1047px) {
    h2,
    .type-h2 {
      font-size: 44px;
      line-height: 127.27273%;
    }
  }
  @media (min-width: 1047px) and (max-width: 1440px) {
    h2,
    .type-h2 {
      font-size: 3.05556vw;
    }
  }
  h3,
  .type-h3 {
    font-size: 24px;
    line-height: 166.66667%;
    font-weight: 700;
  }
  @media (min-width: 864px) {
    h3,
    .type-h3 {
      font-size: 40px;
      line-height: 140%;
    }
  }
  @media (min-width: 864px) and (max-width: 1440px) {
    h3,
    .type-h3 {
      font-size: 2.77778vw;
    }
  }
  h4,
  .type-h4 {
    font-size: 22px;
    line-height: 100%;
    font-weight: 700;
  }
  h4.light-weight,
  .light-weight.type-h4 {
    font-weight: 300;
  }
  @media (min-width: 990px) {
    h4,
    .type-h4 {
      font-size: 32px;
      line-height: 150%;
    }
  }
  @media (min-width: 990px) and (max-width: 1440px) {
    h4,
    .type-h4 {
      font-size: 2.22222vw;
    }
  }
  figcaption,
  .type-cp1 {
    font-size: 18px;
    line-height: 177.77778%;
    font-weight: 700;
  }
  figcaption.light-weight,
  .light-weight.type-cp1 {
    font-weight: 400;
  }
  @media (min-width: 1296px) {
    figcaption,
    .type-cp1 {
      font-size: 20px;
      line-height: 160%;
    }
  }
  @media (min-width: 1296px) and (max-width: 1440px) {
    figcaption,
    .type-cp1 {
      font-size: 1.38889vw;
    }
  }
  .type-cp2 {
    font-size: 16px;
    line-height: 200%;
    font-weight: 700;
  }
  @media (min-width: 1280px) {
    .type-cp2 {
      font-size: 18px;
      line-height: 177.77778%;
    }
    .light-weight.type-cp2 {
      font-weight: 400;
    }
  }
  @media (min-width: 1280px) and (max-width: 1440px) {
    .type-cp2 {
      font-size: 1.25vw;
    }
  }
  .type-cp3 {
    font-size: 15px;
    line-height: 100%;
    font-weight: 700;
  }
  .light-weight.type-cp3 {
    font-weight: 400;
  }
  @media (min-width: 1440px) {
    .type-cp3 {
      font-size: 15px;
      line-height: 100%;
    }
  }
  p,
  .type-p1 {
    font-size: 14px;
    line-height: 171.42857%;
    font-weight: 400;
  }
  p.light-weight,
  .light-weight.type-p1 {
    font-weight: 400;
  }
  @media (min-width: 1260px) {
    p,
    .type-p1 {
      font-size: 16px;
      line-height: 200%;
    }
  }
  @media (min-width: 1260px) and (max-width: 1440px) {
    p,
    .type-p1 {
      font-size: 1.11111vw;
    }
  }
  .type-p2 {
    font-size: 12px;
    line-height: 200%;
    font-weight: 700;
  }
  .light-weight.type-p2 {
    font-weight: 400;
  }
  @media (min-width: 1234px) {
    .type-p2 {
      font-size: 14px;
      line-height: 171.42857%;
    }
  }
  @media (min-width: 1234px) and (max-width: 1440px) {
    .type-p2 {
      font-size: 0.97222vw;
    }
  }
  .type-p3 {
    font-size: 10px;
    line-height: 240%;
    font-weight: 700;
  }
  .light-weight.type-p3 {
    font-weight: 400;
  }
  @media (min-width: 1200px) {
    .type-p3 {
      font-size: 12px;
      line-height: 200%;
    }
  }
  @media (min-width: 1200px) and (max-width: 1440px) {
    .type-p3 {
      font-size: 0.83333vw;
    }
  }
  @-ms-viewport {
    width: auto !important;
  }
  .hidden {
    display: none !important;
    visibility: hidden;
  }
  .visible-phone {
    display: none !important;
  }
  .visible-phone-sm {
    display: none !important;
  }
  .visible-tablet {
    display: none !important;
  }
  .hidden-desktop {
    display: none !important;
  }
  .visible-desktop {
    display: inherit !important;
  }
  @media (min-width: 768px) and (max-width: 979px) {
    i.chevron-down {
      height: 9px;
      margin-top: 3px;
      margin-left: 5px;
      padding: 0;
      -webkit-transition: all 0.6s linear;
      transition: all 0.6s linear;
      width: 11px;
    }
    .hidden-desktop {
      display: inherit !important;
    }
    .visible-desktop {
      display: none !important;
    }
    .visible-tablet {
      display: inherit !important;
    }
    .hidden-tablet {
      display: none !important;
    }
  }
  @media (max-width: 767px) {
    .hidden-desktop {
      display: inherit !important;
    }
    .visible-desktop {
      display: none !important;
    }
    .visible-phone {
      display: inherit !important;
    }
    .hidden-phone {
      display: none !important;
    }
  }
  @media (max-width: 480px) {
    .visible-phone-sm {
      display: inherit !important;
    }
    .hidden-phone-sm {
      display: none !important;
    }
  }
  .visible-print {
    display: none !important;
  }
  @media print {
    .visible-print {
      display: inherit !important;
    }
    .hidden-print {
      display: none !important;
    }
  } /*! normalize */
  aside,
  details,
  figcaption,
  figure,
  footer,
  header,
  hgroup,
  main,
  nav,
  section,
  summary {
    display: block;
  }
  audio,
  canvas,
  video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
  }
  audio:not([controls]) {
    display: none;
    height: 0;
  }
  [hidden] {
    display: none;
  }
  html {
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
  }
  body {
    margin: 0;
  }
  a:active,
  a:hover {
    outline: 0;
  }
  abbr[title] {
    border-bottom: 1px dotted;
  }
  b,
  strong {
    font-weight: bold;
  }
  blockquote {
    margin: 1em 40px;
  }
  dfn {
    font-style: italic;
  }
  hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
  }
  mark {
    background: #ff0;
    color: #000;
  }
  p,
  pre {
    margin: 1em 0;
  }
  code,
  kbd,
  pre,
  samp {
    font-family: monospace, serif;
    _font-family: "courier new", monospace;
    font-size: 1em;
  }
  pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
  }
  q {
    quotes: none;
  }
  q:before,
  q:after {
    content: "";
    content: none;
  }
  small {
    font-size: 80%;
  }
  sub,
  sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sup {
    top: -0.5em;
  }
  sub {
    bottom: -0.25em;
  }
  dl,
  menu,
  ol,
  ul {
    margin: 1em 0;
  }
  dd {
    margin: 0 0 0 40px;
  }
  nav ul,
  nav ol {
    list-style: none;
    list-style-image: none;
  }
  img {
    border: 0;
    -ms-interpolation-mode: bicubic;
  }
  svg:not(:root) {
    overflow: hidden;
  }
  figure {
    margin: 0;
  }
  form {
    margin: 0;
  }
  fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
  }
  legend {
    border: 0;
    padding: 0;
    white-space: normal;
    *margin-left: -7px;
  }
  button,
  input,
  select,
  textarea {
    font-size: 100%;
    margin: 0;
    vertical-align: baseline;
    *vertical-align: middle;
  }
  button,
  input {
    line-height: normal;
  }
  button,
  select {
    text-transform: none;
  }
  button,
  html input[type="button"],
  input[type="reset"],
  input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
    *overflow: visible;
  }
  button[disabled],
  html input[disabled] {
    cursor: default;
  }
  input[type="checkbox"],
  input[type="radio"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    *height: 13px;
    *width: 13px;
  }
  input[type="search"] {
    -webkit-appearance: textfield;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
  }
  input[type="search"]::-webkit-search-cancel-button,
  input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  button::-moz-focus-inner,
  input::-moz-focus-inner {
    border: 0;
    padding: 0;
  }
  textarea {
    overflow: auto;
    vertical-align: top;
  }
  table {
    border-collapse: collapse;
    border-spacing: 0;
  }
  html,
  body,
  div,
  span,
  applet,
  object,
  iframe,
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  p,
  blockquote,
  pre,
  a,
  abbr,
  acronym,
  address,
  big,
  cite,
  code,
  del,
  dfn,
  em,
  img,
  ins,
  kbd,
  q,
  s,
  samp,
  small,
  strike,
  strong,
  sub,
  sup,
  tt,
  var,
  b,
  u,
  i,
  center,
  dl,
  dt,
  dd,
  ol,
  ul,
  li,
  fieldset,
  form,
  label,
  legend,
  table,
  caption,
  tbody,
  tfoot,
  thead,
  tr,
  th,
  td,
  article,
  aside,
  canvas,
  details,
  embed,
  figure,
  figcaption,
  footer,
  header,
  hgroup,
  menu,
  nav,
  output,
  ruby,
  section,
  summary,
  time,
  mark,
  audio,
  video,
  button {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
  }
  article,
  aside,
  details,
  figcaption,
  figure,
  footer,
  header,
  hgroup,
  menu,
  nav,
  section {
    display: block;
  }
  body {
    line-height: 1;
  }
  ol,
  ul {
    list-style: none;
  }
  blockquote,
  q {
    quotes: none;
  }
  blockquote:before,
  blockquote:after,
  q:before,
  q:after {
    content: "";
    content: none;
  }
  table {
    border-collapse: collapse;
    border-spacing: 0;
  }
  * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  a {
    text-decoration: none;
    display: inline-block;
  }
  a :focus,
  a :hover,
  a :active {
    outline: 0;
  }
  button {
    background: none;
  }
  input::-moz-focus-inner {
    border: 0;
  }
  input[data-type="radio"] {
    display: none;
  }
  select::-ms-expand {
    display: none;
  }
  html,
  button,
  input,
  select,
  textarea {
    font-family: sans-serif;
  }
  .cf {
    clear: both;
  }
  .cf:after {
    clear: both;
    content: "";
    display: table;
  }
  body {
    background: #fff;
  }
  .white_to_lightgrey {
    background: #f5f5f5;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y2ZjZmNiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkY2RjZGMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(#f5f5f5),
      to(#e4e4e4)
    );
    background: linear-gradient(to bottom, #f5f5f5 0%, #e4e4e4 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#F5F5F5', endColorstr='#E4E4E4',GradientType=0 );
  }
  .white_bg {
    background: #fff;
  }
  .black_bg {
    background: #000;
  }
  .video-trigger {
    cursor: pointer;
  }
  .clickable-overlay:hover {
    cursor: pointer;
  }
  @font-face {
    font-family: "icomoon";
    src: url("../../../../../../../etc.clientlibs/samsung/clientlibs/us/common/clientlib-dependencies/global_clientlib/resources/fonts/icomoon.woff?xquf6g")
        format("woff"),
      url("../../../../../../../etc.clientlibs/samsung/clientlibs/us/common/clientlib-dependencies/global_clientlib/resources/fonts/icomoon.eot?xquf6g"),
      url("../../../../../../../etc.clientlibs/samsung/clientlibs/us/common/clientlib-dependencies/global_clientlib/resources/fonts/icomoon.eot?#iefixxquf6g")
        format("embedded-opentype"),
      url("../../../../../../../etc.clientlibs/samsung/clientlibs/us/common/clientlib-dependencies/global_clientlib/resources/fonts/icomoon.svg?xquf6g#icomoon")
        format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
  }
  @font-face {
    font-family: "IconSupp";
    src: url("../../../../../../../etc.clientlibs/samsung/clientlibs/us/common/clientlib-dependencies/global_clientlib/resources/fonts/IconSupp.woff")
        format("woff"),
      url("../../../../../../../etc.clientlibs/samsung/clientlibs/us/common/clientlib-dependencies/global_clientlib/resources/fonts/IconSupp.eot"),
      url("../../../../../../../etc.clientlibs/samsung/clientlibs/us/common/clientlib-dependencies/global_clientlib/resources/fonts/IconSupp.eot?#iefix")
        format("embedded-opentype"),
      url("../../../../../../../etc.clientlibs/samsung/clientlibs/us/common/clientlib-dependencies/global_clientlib/resources/fonts/IconSupp.svg#IconSupp")
        format("svg");
    font-weight: 100;
    font-style: normal;
    font-display: swap;
  }
  @font-face {
    font-family: "SamsungSharpGraphic";
    src: url("../../../../../../../etc.clientlibs/samsung/clientlibs/us/common/clientlib-dependencies/global_clientlib/resources/fonts/SamsungSharpGraphic.woff?lfwv7")
        format("woff"),
      url("../../../../../../../etc.clientlibs/samsung/clientlibs/us/common/clientlib-dependencies/global_clientlib/resources/fonts/SamsungSharpGraphic.eot?lfwv7"),
      url("../../../../../../../etc.clientlibs/samsung/clientlibs/us/common/clientlib-dependencies/global_clientlib/resources/fonts/SamsungSharpGraphic.eot?lfwv7#iefix")
        format("embedded-opentype"),
      url("../../../../../../../etc.clientlibs/samsung/clientlibs/us/common/clientlib-dependencies/global_clientlib/resources/fonts/SamsungSharpGraphic.svg?lfwv7#SamsungSharpGraphic")
        format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
  }
  @font-face {
    font-family: "SamsungSansSharp";
    src: url("../../../../../../../etc.clientlibs/samsung/clientlibs/us/common/clientlib-dependencies/global_clientlib/resources/fonts/SamsungSharpSansBd.woff2")
        format("woff2"),
      url("../../../../../../../etc.clientlibs/samsung/clientlibs/us/common/clientlib-dependencies/global_clientlib/resources/fonts/SamsungSharpSans-Bold.eot"),
      url("../../../../../../../etc.clientlibs/samsung/clientlibs/us/common/clientlib-dependencies/global_clientlib/resources/fonts/SamsungSharpSans-Bold.eot?#iefix")
        format("embedded-opentype"),
      url("../../../../../../../etc.clientlibs/samsung/clientlibs/us/common/clientlib-dependencies/global_clientlib/resources/fonts/SamsungSharpSans-Bold.svg#SamsungSharpSans-Bold")
        format("svg");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
  }
  @font-face {
    font-family: "SamsungSansSharp";
    src: url("../../../../../../../etc.clientlibs/samsung/clientlibs/us/common/clientlib-dependencies/global_clientlib/resources/fonts/SamsungSharpSansMd.woff2")
        format("woff2"),
      url("../../../../../../../etc.clientlibs/samsung/clientlibs/us/common/clientlib-dependencies/global_clientlib/resources/fonts/SamsungSharpSans-Medium.eot"),
      url("../../../../../../../etc.clientlibs/samsung/clientlibs/us/common/clientlib-dependencies/global_clientlib/resources/fonts/SamsungSharpSans-Medium.eot?#iefix")
        format("embedded-opentype"),
      url("../../../../../../../etc.clientlibs/samsung/clientlibs/us/common/clientlib-dependencies/global_clientlib/resources/fonts/SamsungSharpSans-Medium.svg#SamsungSharpSans-Medium")
        format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
  }
  @font-face {
    font-family: "SamsungSans";
    src: url("../../../../../../../etc.clientlibs/samsung/clientlibs/us/common/clientlib-dependencies/global_clientlib/resources/fonts/SamsungSans_Bold-webfont.woff2")
        format("woff2"),
      url("../../../../../../../etc.clientlibs/samsung/clientlibs/us/common/clientlib-dependencies/global_clientlib/resources/fonts/SamsungSans_Bold-webfont.woff")
        format("woff"),
      url("../../../../../../../etc.clientlibs/samsung/clientlibs/us/common/clientlib-dependencies/global_clientlib/resources/fonts/SamsungSans_Bold-webfont.eot"),
      url("../../../../../../../etc.clientlibs/samsung/clientlibs/us/common/clientlib-dependencies/global_clientlib/resources/fonts/SamsungSans_Bold-webfont.eot?#iefix")
        format("embedded-opentype"),
      url("../../../../../../../etc.clientlibs/samsung/clientlibs/us/common/clientlib-dependencies/global_clientlib/resources/fonts/SamsungSans_Bold-webfont.svg#samsung_sansbold")
        format("svg");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
  }
  @font-face {
    font-family: "SamsungSans";
    src: url("../../../../../../../etc.clientlibs/samsung/clientlibs/us/common/clientlib-dependencies/global_clientlib/resources/fonts/SamsungSans_Regular-webfont.woff2")
        format("woff2"),
      url("../../../../../../../etc.clientlibs/samsung/clientlibs/us/common/clientlib-dependencies/global_clientlib/resources/fonts/SamsungSans_Regular-webfont.woff")
        format("woff"),
      url("../../../../../../../etc.clientlibs/samsung/clientlibs/us/common/clientlib-dependencies/global_clientlib/resources/fonts/SamsungSans_Regular-webfont.eot"),
      url("../../../../../../../etc.clientlibs/samsung/clientlibs/us/common/clientlib-dependencies/global_clientlib/resources/fonts/SamsungSans_Regular-webfont.eot?#iefix")
        format("embedded-opentype"),
      url("../../../../../../../etc.clientlibs/samsung/clientlibs/us/common/clientlib-dependencies/global_clientlib/resources/fonts/SamsungSans_Regular-webfont.svg#samsung_sansregular")
        format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
  }
  @font-face {
    font-family: "SamsungOneLatinWeb";
    font-style: normal;
    font-weight: 400;
    src: url("../../../../../../../etc.clientlibs/samsung/clientlibs/us/common/clientlib-dependencies/global_clientlib/resources/fonts/SamsungOneLatinWeb-400.woff2")
        format("woff2"),
      url("../../../../../../../etc.clientlibs/samsung/clientlibs/us/common/clientlib-dependencies/global_clientlib/resources/fonts/SamsungOneLatinWeb-400.woff")
        format("woff"),
      url("../../../../../../../etc.clientlibs/samsung/clientlibs/us/common/clientlib-dependencies/global_clientlib/resources/fonts/SamsungOneLatinWeb-400.eot?")
        format("eot");
    font-display: swap;
  }
  @font-face {
    font-family: "SamsungOneLatinWeb";
    font-style: normal;
    font-weight: 700;
    src: url("../../../../../../../etc.clientlibs/samsung/clientlibs/us/common/clientlib-dependencies/global_clientlib/resources/fonts/SamsungOneLatinWeb-700.woff2")
        format("woff2"),
      url("../../../../../../../etc.clientlibs/samsung/clientlibs/us/common/clientlib-dependencies/global_clientlib/resources/fonts/SamsungOneLatinWeb-700.woff")
        format("woff"),
      url("../../../../../../../etc.clientlibs/samsung/clientlibs/us/common/clientlib-dependencies/global_clientlib/resources/fonts/SamsungOneLatinWeb-700.eot?")
        format("eot");
    font-display: swap;
  }
  [class^="ficon-"] {
    font-family: "icomoon";
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    speak: none;
    text-transform: none;
  }
  .ficon-play::before {
    content: "\e900";
  }
  .ficon-cross::before {
    content: "\e901";
  }
  .ficon-camera::before {
    content: "\e902";
  }
  .ficon-mobile::before {
    content: "\e903";
  }
  .ficon-users::before {
    content: "\e904";
  }
  .ficon-spinner::before {
    content: "\e905";
  }
  .ficon-display::before {
    content: "\e906";
  }
  .ficon-star-empty::before {
    content: "\e907";
  }
  .ficon-star-half::before {
    content: "\e908";
  }
  .ficon-star-full::before {
    content: "\e909";
  }
  .ficon-navigation-next::before {
    content: "\e90d";
  }
  .circleplaybtn {
    display: inline-block;
    padding-top: 0;
    vertical-align: middle;
  }
  .circleplaybtn > span {
    color: #5f5f5f;
    font-size: 33px;
    margin-right: 10px;
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease;
  }
  .circleplaybtn__ring {
    background: url("../../../../../../../etc.clientlibs/samsung/clientlibs/us/common/clientlib-dependencies/global_clientlib/resources/imgs/arrowright.png") 14px 7px no-repeat;
    border: 2px solid #5f5f5f;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    display: inline-block;
    height: 40px;
    margin: 2px 10px 0 0;
    position: relative;
    -webkit-transition: color 0.3s ease, border-color 0.3s ease;
    transition: color 0.3s ease, border-color 0.3s ease;
    vertical-align: middle;
    width: 40px;
  }
  .samsung-play-button {
    background: url("../../../../../../../etc.clientlibs/samsung/clientlibs/us/common/clientlib-dependencies/global_clientlib/resources/imgs/play_button.png") no-repeat;
    background-size: cover;
    cursor: pointer;
    width: 100%;
    height: 100%;
  }
  .white-theme .samsung-play-button {
    background: url("../../../../../../../etc.clientlibs/samsung/clientlibs/us/common/clientlib-dependencies/global_clientlib/resources/imgs/play_button_black.png") no-repeat;
    background-size: cover;
  }
  [class^="icon-"],
  [class*=" icon-"] {
    font-family: "SamsungSharpGraphic" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    letter-spacing: 0;
    -webkit-font-feature-settings: "liga";
    -ms-font-feature-settings: "liga" 1;
    -o-font-feature-settings: "liga";
    font-feature-settings: "liga";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .icon-up-carat.transform {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .icon-up-carat::before {
    content: "\e900";
  }
  .icon-down-carat.transform {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .icon-down-carat::before {
    content: "\e901";
  }
  .icon-right-carat::before {
    content: "\e902";
  }
  .icon-left-carat::before {
    content: "\e903";
  }
  .icon-star-filled::before {
    content: "\e904";
  }
  .icon-star-empty::before {
    content: "\e905";
  }
  .icon-star-half::before {
    content: "\e906";
  }
  .icon-sideburger::before {
    content: "\e907";
  }
  .icon-plus::before {
    content: "\e908";
  }
  .icon-dash::before {
    content: "\e909";
  }
  .icon-x::before {
    content: "\e90d";
  }
  .icon-black-circle::before {
    content: "\e90e";
  }
  .icon-play::before {
    content: "\e90f";
  }
  .icon-cart-empty::before {
    content: "\e910";
  }
  .icon-person::before,
  .icon-i1::before {
    content: "\e921";
  }
  .icon-cart-closed::before,
  .icon-i2::before {
    content: "\e911";
  }
  .icon-magnify::before,
  .icon-i3::before {
    content: "\e920";
  }
  .icon-bullseyeline::before,
  .icon-i4::before {
    content: "\e90a";
  }
  .icon-envelope::before,
  .icon-i5::before {
    content: "\e91f";
  }
  .icon-quotebox::before,
  .icon-i6::before {
    content: "\e91e";
  }
  .icon-phone::before,
  .icon-i7::before {
    content: "\e90b";
  }
  .icon-zoom-in::before,
  .icon-i8-1::before {
    content: "\e91d";
  }
  .icon-zoom-out::before,
  .icon-i8-2::before {
    content: "\e912";
  }
  .icon-instagram::before,
  .icon-Si1::before {
    content: "\e91b";
  }
  .icon-facebook::before,
  .icon-Si2::before {
    content: "\e919";
  }
  .icon-twitter::before,
  .icon-Si3::before {
    content: "\e917";
  }
  .icon-youtube::before,
  .icon-Si4::before {
    content: "\e913";
  }
  .icon-chevron-right::before {
    content: "\e922";
  }
  .icon-lock::before {
    content: "\e923";
  }
  .icon-question-mark {
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-color: #fff;
    border: 1px solid #a6a6a6;
    color: #a6a6a6;
    font-size: 22px;
  }
  .icon-question-mark::before {
    content: "\e924";
  }
  .icon-sm {
    font-size: 11px;
  }
  .icon-md {
    font-size: 14px;
  }
  .icon-left {
    margin-right: 30px;
  }
  @media (min-width: 769px) {
    .icon-left {
      margin-right: 10px;
    }
  }
  .icon-right {
    margin-left: 30px;
  }
  @media (min-width: 769px) {
    .icon-right {
      margin-left: 10px;
    }
  }
  .icon-transformable {
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
  }
  [class*="suppicon-"] {
    display: block;
    font-family: "IconSupp";
    font-style: normal;
    font-weight: 100;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .suppicon-dialogue:before {
    content: "\0041";
  }
  .suppicon-download:before {
    content: "\0042";
  }
  .clearfix:before,
  .clearfix:after {
    content: " ";
    display: table;
  }
  .clearfix:after {
    clear: both;
  }
  .section {
    width: 100%;
  }
  .container,
  .container-sm {
    margin: 0 auto;
    max-width: 1440px;
    position: relative;
    width: 100%;
    overflow: hidden;
  }
  .container:before,
  .container-sm:before,
  .container:after,
  .container-sm:after {
    content: " ";
    display: table;
  }
  .container:after,
  .container-sm:after {
    clear: both;
  }
  .container-wrapper {
    width: 100%;
  }
  .container-sm {
    max-width: 1240px;
  }
  .row {
    position: relative;
    margin-left: 0;
    margin-right: 16px;
    overflow: visible;
  }
  .row:before,
  .row:after {
    content: " ";
    display: table;
  }
  .row:after {
    clear: both;
  }
  .span-sm-1 {
    border: 0 solid rgba(0, 0, 0, 0);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-clip: padding-box !important;
    float: left;
    position: relative;
    width: 25%;
    border-left-width: 16px;
    padding: 0 0%;
  }
  .span-sm-offset-1 {
    margin-left: 25% !important;
  }
  .span-sm-2 {
    border: 0 solid rgba(0, 0, 0, 0);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-clip: padding-box !important;
    float: left;
    position: relative;
    width: 50%;
    border-left-width: 16px;
    padding: 0 0%;
  }
  .span-sm-offset-2 {
    margin-left: 50% !important;
  }
  .span-sm-3 {
    border: 0 solid rgba(0, 0, 0, 0);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-clip: padding-box !important;
    float: left;
    position: relative;
    width: 75%;
    border-left-width: 16px;
    padding: 0 0%;
  }
  .span-sm-offset-3 {
    margin-left: 75% !important;
  }
  .span-sm-4 {
    border: 0 solid rgba(0, 0, 0, 0);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-clip: padding-box !important;
    float: left;
    position: relative;
    width: 100%;
    border-left-width: 16px;
    padding: 0 0%;
  }
  .span-sm-offset-4 {
    margin-left: 100% !important;
  }
  .span-sm-4 {
    border: 0 solid rgba(0, 0, 0, 0);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-clip: padding-box !important;
    float: left;
    position: relative;
    border-left-width: 16px;
    margin-left: 0;
    width: 100%;
  }
  .span-full {
    margin-right: -16px;
    position: relative;
  }
  @media (min-width: 769px) {
    .row {
      position: relative;
      margin-left: 0;
      margin-right: 24px;
      overflow: visible;
    }
    .row:before,
    .row:after {
      content: " ";
      display: table;
    }
    .row:after {
      clear: both;
    }
    .span-lg-1 {
      border: 0 solid rgba(0, 0, 0, 0);
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      background-clip: padding-box !important;
      float: left;
      position: relative;
      width: 8.33333%;
      border-left-width: 24px;
      padding: 0 0%;
    }
    .span-lg-offset-1 {
      margin-left: 8.33333% !important;
    }
    .span-lg-2 {
      border: 0 solid rgba(0, 0, 0, 0);
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      background-clip: padding-box !important;
      float: left;
      position: relative;
      width: 16.66667%;
      border-left-width: 24px;
      padding: 0 0%;
    }
    .span-lg-offset-2 {
      margin-left: 16.66667% !important;
    }
    .span-lg-3 {
      border: 0 solid rgba(0, 0, 0, 0);
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      background-clip: padding-box !important;
      float: left;
      position: relative;
      width: 25%;
      border-left-width: 24px;
      padding: 0 0%;
    }
    .span-lg-offset-3 {
      margin-left: 25% !important;
    }
    .span-lg-4 {
      border: 0 solid rgba(0, 0, 0, 0);
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      background-clip: padding-box !important;
      float: left;
      position: relative;
      width: 33.33333%;
      border-left-width: 24px;
      padding: 0 0%;
    }
    .span-lg-offset-4 {
      margin-left: 33.33333% !important;
    }
    .span-lg-5 {
      border: 0 solid rgba(0, 0, 0, 0);
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      background-clip: padding-box !important;
      float: left;
      position: relative;
      width: 41.66667%;
      border-left-width: 24px;
      padding: 0 0%;
    }
    .span-lg-offset-5 {
      margin-left: 41.66667% !important;
    }
    .span-lg-6 {
      border: 0 solid rgba(0, 0, 0, 0);
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      background-clip: padding-box !important;
      float: left;
      position: relative;
      width: 50%;
      border-left-width: 24px;
      padding: 0 0%;
    }
    .span-lg-offset-6 {
      margin-left: 50% !important;
    }
    .span-lg-7 {
      border: 0 solid rgba(0, 0, 0, 0);
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      background-clip: padding-box !important;
      float: left;
      position: relative;
      width: 58.33333%;
      border-left-width: 24px;
      padding: 0 0%;
    }
    .span-lg-offset-7 {
      margin-left: 58.33333% !important;
    }
    .span-lg-8 {
      border: 0 solid rgba(0, 0, 0, 0);
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      background-clip: padding-box !important;
      float: left;
      position: relative;
      width: 66.66667%;
      border-left-width: 24px;
      padding: 0 0%;
    }
    .span-lg-offset-8 {
      margin-left: 66.66667% !important;
    }
    .span-lg-9 {
      border: 0 solid rgba(0, 0, 0, 0);
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      background-clip: padding-box !important;
      float: left;
      position: relative;
      width: 75%;
      border-left-width: 24px;
      padding: 0 0%;
    }
    .span-lg-offset-9 {
      margin-left: 75% !important;
    }
    .span-lg-10 {
      border: 0 solid rgba(0, 0, 0, 0);
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      background-clip: padding-box !important;
      float: left;
      position: relative;
      width: 83.33333%;
      border-left-width: 24px;
      padding: 0 0%;
    }
    .span-lg-offset-10 {
      margin-left: 83.33333% !important;
    }
    .span-lg-11 {
      border: 0 solid rgba(0, 0, 0, 0);
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      background-clip: padding-box !important;
      float: left;
      position: relative;
      width: 91.66667%;
      border-left-width: 24px;
      padding: 0 0%;
    }
    .span-lg-offset-11 {
      margin-left: 91.66667% !important;
    }
    .span-lg-12 {
      border: 0 solid rgba(0, 0, 0, 0);
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      background-clip: padding-box !important;
      float: left;
      position: relative;
      width: 100%;
      border-left-width: 24px;
      padding: 0 0%;
    }
    .span-lg-offset-12 {
      margin-left: 100% !important;
    }
    .span-lg-12 {
      border: 0 solid rgba(0, 0, 0, 0);
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      background-clip: padding-box !important;
      float: left;
      position: relative;
      border-left-width: 24px;
      margin-left: 0;
      width: 100%;
    }
    .span-full {
      margin-right: -24px;
      position: relative;
    }
  }
  .span-half,
  .row-half {
    border: 0 solid rgba(0, 0, 0, 0);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-clip: padding-box !important;
    float: left;
    position: relative;
    width: 100%;
  }
  @media (min-width: 769px) {
    .span-half,
    .row-half {
      width: 50%;
    }
    .span-half:nth-of-type(odd),
    .row-half:nth-of-type(odd) {
      border-right-width: 12px;
      clear: left;
    }
    .span-half:nth-of-type(even),
    .row-half:nth-of-type(even) {
      border-left-width: 12px;
    }
  }
  .grid {
    position: relative;
    margin-left: 8px;
    margin-right: 8px;
    overflow: visible;
  }
  .grid:before,
  .grid:after {
    content: " ";
    display: table;
  }
  .grid:after {
    clear: both;
  }
  @media (min-width: 769px) {
    .grid {
      margin-left: 12px;
      margin-right: 12px;
    }
  }
  .col-sm-1 {
    border: 0 solid rgba(0, 0, 0, 0);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-clip: padding-box !important;
    float: left;
    position: relative;
    width: 25%;
    padding-left: 8px;
    padding-right: 8px;
  }
  .col-sm-offset-1 {
    margin-left: 25%;
  }
  .col-sm-push-1 {
    left: 25%;
  }
  .col-sm-pull-1 {
    right: 25%;
  }
  .col-sm-2 {
    border: 0 solid rgba(0, 0, 0, 0);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-clip: padding-box !important;
    float: left;
    position: relative;
    width: 50%;
    padding-left: 8px;
    padding-right: 8px;
  }
  .col-sm-offset-2 {
    margin-left: 50%;
  }
  .col-sm-push-2 {
    left: 50%;
  }
  .col-sm-pull-2 {
    right: 50%;
  }
  .col-sm-3 {
    border: 0 solid rgba(0, 0, 0, 0);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-clip: padding-box !important;
    float: left;
    position: relative;
    width: 75%;
    padding-left: 8px;
    padding-right: 8px;
  }
  .col-sm-offset-3 {
    margin-left: 75%;
  }
  .col-sm-push-3 {
    left: 75%;
  }
  .col-sm-pull-3 {
    right: 75%;
  }
  .col-sm-4 {
    border: 0 solid rgba(0, 0, 0, 0);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-clip: padding-box !important;
    float: left;
    position: relative;
    width: 100%;
    padding-left: 8px;
    padding-right: 8px;
  }
  .col-sm-offset-4 {
    margin-left: 100%;
  }
  .col-sm-push-4 {
    left: 100%;
  }
  .col-sm-pull-4 {
    right: 100%;
  }
  .col-fill-container {
    margin-left: -8px;
    margin-right: -8px;
  }
  @media (min-width: 769px) {
    .col-lg-1 {
      border: 0 solid rgba(0, 0, 0, 0);
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      background-clip: padding-box !important;
      float: left;
      position: relative;
      width: 8.33333%;
      padding-left: 12px;
      padding-right: 12px;
    }
    .col-lg-offset-1 {
      margin-left: 8.33333%;
    }
    .col-lg-push-1 {
      left: 8.33333%;
    }
    .col-lg-pull-1 {
      right: 8.33333%;
    }
    .col-lg-2 {
      border: 0 solid rgba(0, 0, 0, 0);
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      background-clip: padding-box !important;
      float: left;
      position: relative;
      width: 16.66667%;
      padding-left: 12px;
      padding-right: 12px;
    }
    .col-lg-offset-2 {
      margin-left: 16.66667%;
    }
    .col-lg-push-2 {
      left: 16.66667%;
    }
    .col-lg-pull-2 {
      right: 16.66667%;
    }
    .col-lg-3 {
      border: 0 solid rgba(0, 0, 0, 0);
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      background-clip: padding-box !important;
      float: left;
      position: relative;
      width: 25%;
      padding-left: 12px;
      padding-right: 12px;
    }
    .col-lg-offset-3 {
      margin-left: 25%;
    }
    .col-lg-push-3 {
      left: 25%;
    }
    .col-lg-pull-3 {
      right: 25%;
    }
    .col-lg-4 {
      border: 0 solid rgba(0, 0, 0, 0);
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      background-clip: padding-box !important;
      float: left;
      position: relative;
      width: 33.33333%;
      padding-left: 12px;
      padding-right: 12px;
    }
    .col-lg-offset-4 {
      margin-left: 33.33333%;
    }
    .col-lg-push-4 {
      left: 33.33333%;
    }
    .col-lg-pull-4 {
      right: 33.33333%;
    }
    .col-lg-5 {
      border: 0 solid rgba(0, 0, 0, 0);
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      background-clip: padding-box !important;
      float: left;
      position: relative;
      width: 41.66667%;
      padding-left: 12px;
      padding-right: 12px;
    }
    .col-lg-offset-5 {
      margin-left: 41.66667%;
    }
    .col-lg-push-5 {
      left: 41.66667%;
    }
    .col-lg-pull-5 {
      right: 41.66667%;
    }
    .col-lg-6 {
      border: 0 solid rgba(0, 0, 0, 0);
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      background-clip: padding-box !important;
      float: left;
      position: relative;
      width: 50%;
      padding-left: 12px;
      padding-right: 12px;
    }
    .col-lg-offset-6 {
      margin-left: 50%;
    }
    .col-lg-push-6 {
      left: 50%;
    }
    .col-lg-pull-6 {
      right: 50%;
    }
    .col-lg-7 {
      border: 0 solid rgba(0, 0, 0, 0);
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      background-clip: padding-box !important;
      float: left;
      position: relative;
      width: 58.33333%;
      padding-left: 12px;
      padding-right: 12px;
    }
    .col-lg-offset-7 {
      margin-left: 58.33333%;
    }
    .col-lg-push-7 {
      left: 58.33333%;
    }
    .col-lg-pull-7 {
      right: 58.33333%;
    }
    .col-lg-8 {
      border: 0 solid rgba(0, 0, 0, 0);
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      background-clip: padding-box !important;
      float: left;
      position: relative;
      width: 66.66667%;
      padding-left: 12px;
      padding-right: 12px;
    }
    .col-lg-offset-8 {
      margin-left: 66.66667%;
    }
    .col-lg-push-8 {
      left: 66.66667%;
    }
    .col-lg-pull-8 {
      right: 66.66667%;
    }
    .col-lg-9 {
      border: 0 solid rgba(0, 0, 0, 0);
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      background-clip: padding-box !important;
      float: left;
      position: relative;
      width: 75%;
      padding-left: 12px;
      padding-right: 12px;
    }
    .col-lg-offset-9 {
      margin-left: 75%;
    }
    .col-lg-push-9 {
      left: 75%;
    }
    .col-lg-pull-9 {
      right: 75%;
    }
    .col-lg-10 {
      border: 0 solid rgba(0, 0, 0, 0);
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      background-clip: padding-box !important;
      float: left;
      position: relative;
      width: 83.33333%;
      padding-left: 12px;
      padding-right: 12px;
    }
    .col-lg-offset-10 {
      margin-left: 83.33333%;
    }
    .col-lg-push-10 {
      left: 83.33333%;
    }
    .col-lg-pull-10 {
      right: 83.33333%;
    }
    .col-lg-11 {
      border: 0 solid rgba(0, 0, 0, 0);
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      background-clip: padding-box !important;
      float: left;
      position: relative;
      width: 91.66667%;
      padding-left: 12px;
      padding-right: 12px;
    }
    .col-lg-offset-11 {
      margin-left: 91.66667%;
    }
    .col-lg-push-11 {
      left: 91.66667%;
    }
    .col-lg-pull-11 {
      right: 91.66667%;
    }
    .col-lg-12 {
      border: 0 solid rgba(0, 0, 0, 0);
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      background-clip: padding-box !important;
      float: left;
      position: relative;
      width: 100%;
      padding-left: 12px;
      padding-right: 12px;
    }
    .col-lg-offset-12 {
      margin-left: 100%;
    }
    .col-lg-push-12 {
      left: 100%;
    }
    .col-lg-pull-12 {
      right: 100%;
    }
    .col-fill-container {
      margin-left: -12px;
      margin-right: -12px;
    }
  }
  .side-block {
    position: relative;
    width: 100%;
  }
  @media (max-width: 768px) {
    .side-block:before,
    .side-block:after {
      content: " ";
      display: table;
    }
    .side-block:after {
      clear: both;
    }
  }
  @media (max-width: 768px) {
    .side-block .side-grid {
      margin-left: 8px;
      margin-right: 8px;
    }
    .side-block .side-grid:before,
    .side-block .side-grid:after {
      content: " ";
      display: table;
    }
    .side-block .side-grid:after {
      clear: both;
    }
  }
  @media (min-width: 769px) {
    .side-block {
      float: left;
      width: 50%;
    }
    .side-block:nth-of-type(odd) .side-grid {
      margin-left: 12px;
      margin-right: 0;
    }
    .side-block:nth-of-type(even) .side-grid {
      margin-left: 0;
      margin-right: 12px;
    }
  }
  .buffer-top {
    padding-top: 88px;
  }
  .buffer-bottom {
    padding-bottom: 88px;
  }
  .col-no-padding {
    padding-left: 0;
    padding-right: 0;
  }
  .rnded-box-link {
    font-size: 13px;
    font-size: 0.8125rem;
    font-family: "SamsungOneLatinWeb", "SamsungSans", "Interface_bd", Arial,
      Helvetica, "San-Serif";
    font-weight: 700;
    background-color: transparent;
    border: solid 2px #5f5f5f;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    color: #5f5f5f;
    display: inline-block;
    letter-spacing: 0.5px;
    line-height: 10px;
    margin: 8px 0 0;
    padding: 11px 25px;
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: background, color, border;
    transition-property: background, color, border;
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    white-space: nowrap;
  }
  @media screen and (min-width: 981px) and (max-width: 1200px) {
    .rnded-box-link {
      padding: 9px 22px;
    }
  }
  @media screen and (max-width: 980px) {
    .rnded-box-link {
      padding: 9px 22px;
    }
  }
  @media screen and (max-width: 767px) {
    .rnded-box-link {
      font-size: 10px;
      font-size: 0.625rem;
      padding: 7px 17px;
    }
  }
  @media screen and (max-width: 370px) {
    .rnded-box-link {
      font-size: 10px;
      font-size: 0.625rem;
      padding: 7px 11px;
    }
  }
  .rnded-box-link:hover {
    background-color: #5f5f5f;
    border-color: #5f5f5f !important;
    color: #fff !important;
    text-decoration: none;
  }
  @media screen and (max-width: 980px) {
    .dtop-float {
      float: none;
    }
    .rnded-box-link {
      font-size: 12px;
      font-size: 0.75rem;
    }
  }
  .visible-sm-block,
  .visible-sm-inline,
  .visible-sm-inline-block,
  .visible-lg-block,
  .visible-lg-inline,
  .visible-lg-inline-block {
    display: none !important;
  }
  @media (min-width: 769px) {
    .visible-lg-block {
      display: block !important;
    }
  }
  @media (max-width: 768px) {
    .visible-sm-block {
      display: block !important;
    }
  }
  @media (min-width: 769px) {
    .visible-lg-inline-block {
      display: inline-block !important;
    }
  }
  @media (max-width: 768px) {
    .visible-sm-inline-block {
      display: inline-block !important;
    }
  }
  @media (min-width: 769px) {
    .visible-lg-inline {
      display: inline !important;
    }
  }
  @media (max-width: 768px) {
    .visible-sm-inline {
      display: inline !important;
    }
  }
  body {
    font-family: "SamsungOneLatinWeb", "SamsungSans", "Interface_bd", Arial,
      Helvetica, "San-Serif";
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  p,
  figcaption,
  a,
  button,
  select,
  textarea,
  svg path,
  svg rect,
  [class^="type-"] {
    font-family: "SamsungOneLatinWeb", "SamsungSans", "Interface_bd", Arial,
      Helvetica, "San-Serif";
  }
  .dark-theme h1,
  .dark-theme h2,
  .dark-theme h3,
  .dark-theme h4,
  .dark-theme h5,
  .dark-theme h6,
  .dark-theme p,
  .dark-theme figcaption,
  .dark-theme a,
  .dark-theme button,
  .dark-theme select,
  .dark-theme textarea,
  .dark-theme svg path,
  .dark-theme svg rect,
  .dark-theme [class^="type-"] {
    color: #fff;
  }
  .dark-theme span {
    color: #fff;
  }
  a {
    color: #20a2ff;
    text-decoration: none;
  }
  h1 {
    font-family: "SamsungSansSharp", "SamsungSans", "InterfaceR", Arial, Helvetica,
      "San-Serif";
  }
  .type-bold {
    font-weight: 800;
  }
  .cta-holder {
    color: #363636;
  }
  .ec-btn,
  .cta-button {
    color: #363636;
    display: inline-block;
    position: relative;
    padding: 20px 38px 20px 40px;
    overflow: hidden;
    font-size: 12px;
    font-weight: 800;
    line-height: 1;
    letter-spacing: 0.2em;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    cursor: pointer;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: 0 0, 0 100%;
    background-size: 100% 100%, 100% 100%;
    border: 1px solid;
    -webkit-border-radius: 40px;
    border-radius: 40px;
    outline: 0;
    -webkit-transition: 0.2s ease-in;
    transition: 0.2s ease-in;
    background-clip: border-box;
    z-index: 1;
  }
  @media (min-width: 769px) {
    .ec-btn,
    .cta-button {
      font-size: 12px;
      letter-spacing: 0.25em;
    }
  }
  .ie9 .ec-btn:before,
  .ie9 .cta-button:before {
    position: absolute;
    top: 100%;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    background: #222425;
    content: "";
    -webkit-transition: top 0.09s ease-in;
    transition: top 0.09s ease-in;
    -webkit-border-radius: 40px;
    border-radius: 40px;
  }
  .ec-btn:hover,
  .ec-btn:active,
  .cta-button:hover,
  .cta-button:active {
    background-size: 100% 0, 100% 100%;
    background-color: #222425;
    border-color: #222425 !important;
    color: #fff !important;
    text-decoration: none;
  }
  .ec-btn:focus,
  .cta-button:focus {
    outline-color: #4d90fe !important;
    outline-style: solid !important;
    outline-width: thin !important;
  }
  .ec-btn:hover:before,
  .ec-btn:active:before,
  .cta-button:hover:before,
  .cta-button:active:before {
    top: 0;
  }
  .ec-btn.cta-blue,
  .cta-button.cta-blue {
    background-color: #1428a0;
    color: white;
    border: none;
  }
  .ec-btn.cta-blue:hover,
  .cta-button.cta-blue:hover {
    background-color: #0b175c;
  }
  .button-submit,
  input[type="submit"] {
    color: #fff;
    background-color: #222425;
    border: 0;
  }
  .button-submit:active,
  input[type="submit"]:active {
    background-color: #bfc6c9;
  }
  .button-expand {
    width: 100%;
  }
  .dark-theme .cta-button {
    color: #fff;
  }
  .dark-theme .cta-button:hover,
  .dark-theme .cta-button:active {
    background-size: 100% 0, 100% 100%;
    background-color: #fff;
    border-color: #fff !important;
    color: #000 !important;
  }
  .page-content .dark-theme #lpchatHeaderLink[target="_blank"] a:after {
    background: url(../../../../../../../etc.clientlibs/samsung/clientlibs/us/common/clientlib-dependencies/resources/images/icons/newwindow.svg)
      no-repeat;
  }
  .page-content .dark-theme #lpchatHeaderLink[target="_blank"]:hover a:after {
    background: url(../../../../../../../etc.clientlibs/samsung/clientlibs/us/common/clientlib-dependencies/resources/images/icons/newwindow-black.svg)
      no-repeat;
  }
  .page-content .dark-theme a[target="_blank"]:after,
  .page-content .dark-theme a[data-ctabehaviour="_blank"]:after {
    background: url(../../../../../../../etc.clientlibs/samsung/clientlibs/us/common/clientlib-dependencies/resources/images/icons/newwindow.svg)
      no-repeat;
  }
  .page-content .dark-theme a.cta-button[target="_blank"]:hover:after,
  .page-content .dark-theme a.cta-button[data-ctabehaviour="_blank"]:hover:after,
  .page-content .dark-theme a.ec-btn[target="_blank"]:hover:after,
  .page-content .dark-theme a.ec-btn[data-ctabehaviour="_blank"]:hover:after,
  .page-content .dark-theme a.cta-button[target="_blank"]:focus:after,
  .page-content .dark-theme a.cta-button[data-ctabehaviour="_blank"]:focus:after,
  .page-content .dark-theme a.ec-btn[target="_blank"]:focus:after,
  .page-content .dark-theme a.ec-btn[data-ctabehaviour="_blank"]:focus:after {
    background: url(../../../../../../../etc.clientlibs/samsung/clientlibs/us/common/clientlib-dependencies/resources/images/icons/newwindow-black.svg)
      no-repeat;
  }
  .page-content #lpchatHeaderLink[target="_blank"] a:after {
    content: "";
    width: 11px;
    height: 11px;
    background: url(../../../../../../../etc.clientlibs/samsung/clientlibs/us/common/clientlib-dependencies/resources/images/icons/newwindow-black.svg)
      no-repeat;
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
    -webkit-transition: background-image 0.2s ease-in;
    transition: background-image 0.2s ease-in;
  }
  .page-content #lpchatHeaderLink[target="_blank"]:hover a:after {
    background: url(../../../../../../../etc.clientlibs/samsung/clientlibs/us/common/clientlib-dependencies/resources/images/icons/newwindow.svg)
      no-repeat;
  }
  .page-content a.not-nav[target="_blank"] p {
    display: inline;
  }
  .page-content a.secondary-menu__link[target="_blank"]:after {
    content: none !important;
  }
  .page-content a.secondary-menu__link[target="_blank"] span:after {
    content: "" !important;
    width: 11px;
    height: 11px;
    background: url(../../../../../../../etc.clientlibs/samsung/clientlibs/us/common/clientlib-dependencies/resources/images/icons/newwindow.svg)
      no-repeat;
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
    margin-top: 6px;
    -webkit-transition: background-image 0.2s ease-in;
    transition: background-image 0.2s ease-in;
  }
  .page-content
    a.secondary-menu__link[target="_blank"].secondary-menu--hover-state
    span:after {
    background: url(../../../../../../../etc.clientlibs/samsung/clientlibs/us/common/clientlib-dependencies/resources/images/icons/newwindow-gray.svg)
      no-repeat;
  }
  .page-content
    a.secondary-menu__link[target="_blank"].secondary-menu--hover-state
    span:hover:after {
    background: url(../../../../../../../etc.clientlibs/samsung/clientlibs/us/common/clientlib-dependencies/resources/images/icons/newwindow.svg)
      no-repeat;
  }
  .page-content a[target="_blank"]:after,
  .page-content a[data-ctabehaviour="_blank"]:after {
    content: "" !important;
    width: 11px;
    height: 11px;
    background: url(../../../../../../../etc.clientlibs/samsung/clientlibs/us/common/clientlib-dependencies/resources/images/icons/newwindow-black.svg)
      no-repeat;
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
    -webkit-transition: background-image 0.2s ease-in;
    transition: background-image 0.2s ease-in;
  }
  .page-content a.hide-window-icon[target="_blank"]:after,
  .page-content a.hide-window-icon[data-ctabehaviour="_blank"]:after {
    content: none !important;
  }
  .page-content a.cta-button[target="_blank"]:hover:after,
  .page-content a.cta-button[data-ctabehaviour="_blank"]:hover:after,
  .page-content a.ec-btn[target="_blank"]:hover:after,
  .page-content a.ec-btn[data-ctabehaviour="_blank"]:hover:after,
  .page-content a.cta-button[target="_blank"]:focus:after,
  .page-content a.cta-button[data-ctabehaviour="_blank"]:focus:after,
  .page-content a.ec-btn[target="_blank"]:focus:after,
  .page-content a.ec-btn[data-ctabehaviour="_blank"]:focus:after {
    background: url(../../../../../../../etc.clientlibs/samsung/clientlibs/us/common/clientlib-dependencies/resources/images/icons/newwindow.svg)
      no-repeat;
  }
  .page-content a[class^="tl-btn-"][target="_blank"]:after,
  .page-content a[class*="tl-btn-"][target="_blank"]:after,
  .page-content a[class^="tl-btn-"][data-ctabehaviour="_blank"]:after,
  .page-content a[class*="tl-btn-"][data-ctabehaviour="_blank"]:after {
    margin-top: 1px;
    width: 12px;
    height: 12px;
  }
  .page-content a[class$="cta2"][target="_blank"]:after {
    -webkit-transition-duration: unset;
    transition-duration: unset;
  }
  .page-content a[class$="cta2"][target="_blank"]:hover:after {
    background: url(../../../../../../../etc.clientlibs/samsung/clientlibs/us/common/clientlib-dependencies/resources/images/icons/newwindow-blue.svg)
      no-repeat;
  }
  [class^="tl-btn-"],
  [class*="tl-btn-"] {
    background: none;
    border: 0;
    outline: 0;
    background: none;
    border: 0;
    color: #000;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.2em;
    line-height: 14px;
    position: relative;
    text-transform: uppercase;
    vertical-align: text-bottom;
  }
  @media (min-width: 769px) {
    [class^="tl-btn-"],
    [class*="tl-btn-"] {
      letter-spacing: 0.25em;
    }
  }
  [class^="tl-btn-"]:hover,
  [class*="tl-btn-"]:hover {
    cursor: pointer;
  }
  [class^="tl-btn-"]:focus,
  [class*="tl-btn-"]:focus {
    outline-color: #4d90fe;
    outline-style: solid;
    outline-width: thin;
  }
  [class^="tl-btn-"]::after,
  [class*="tl-btn-"]::after {
    color: #363636;
    font-family: "SamsungSharpGraphic";
    font-size: 12px;
    position: absolute;
    right: -18px;
    top: 0;
  }
  [class^="tl-btn-"]::before,
  [class*="tl-btn-"]::before {
    color: #363636;
    display: inline-block;
    font-family: "SamsungSharpGraphic";
    font-size: 12px;
    line-height: 14px;
    margin-right: 7px;
    vertical-align: text-bottom;
  }
  .tl-btn-navigation::after {
    content: "\e902";
  }
  .tl-btn-radio {
    line-height: 28px;
  }
  .tl-btn-guide::before {
    content: "\e902";
  }
  .tl-btn-expand::after {
    content: "\e901";
  }
  .tl-btn-hide::after {
    content: "\e900";
  }
  .tl-btn-clear::before {
    content: "\e90d";
  }
  .play-btn {
    background: none;
    border: 0;
    outline: 0;
    font-size: 100px;
    background: transparent;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    line-height: 1em;
    height: 1em;
  }
  @media (min-width: 1000px) {
    .play-btn {
      font-size: 144px;
    }
  }
  @media (min-width: 1000px) and (max-width: 1440px) {
    .play-btn {
      font-size: 10vw;
    }
  }
  .play-btn::after {
    color: #fff;
    content: "\e90f";
    display: inline-block;
    font-family: "SamsungSharpGraphic";
    line-height: 1em;
    vertical-align: center;
  }
  .play-btn:focus {
    -webkit-box-shadow: 0 0 5px #fff;
    box-shadow: 0 0 5px #fff;
  }
  .header__cta2:focus,
  .feature-benefit__cta2:focus,
  .text-link:focus,
  .desc-textBlock-container__cta__btn:focus {
    outline-color: #4d90fe;
    outline-style: auto;
    outline-width: thin;
  }
  .cm-g-content-carousel__container__slide-section__slide__text__link:focus {
    outline-color: #4d90fe !important;
    outline-style: auto !important;
    outline-width: thin !important;
  }
  .icon-play,
  .samsung-play-button {
    cursor: pointer;
  }
  .icon-play:focus,
  .samsung-play-button:focus {
    outline-color: #4d90fe !important;
    outline-style: auto !important;
    outline-width: thin !important;
  }
  .overlay {
    position: absolute !important;
  }
  .video-button-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    width: 100px;
    height: 100px;
  }
  @media (max-width: 768px) {
    .video-button-overlay {
      width: 80px;
      height: 80px;
    }
  }
  .image-container img,
  .video-snapshot img {
    width: 100%;
  }
  .fa-btn-radio {
    display: inline-block;
    width: 28px;
    height: 28px;
    background-color: #fff;
    -webkit-border-radius: 14px;
    border-radius: 14px;
    border: 1px solid #000;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .fa-btn-radio.selected:after,
  .fa-btn-radio:hover:after,
  input[type="radio"]:checked + label .fa-btn-radio:after {
    content: "";
    width: 100%;
    height: 100%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-color: #000;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 2px solid #fff;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
  }
  @media (min-width: 769px) and (max-width: 1280px) {
    .fa-btn-radio {
      width: 18px;
      height: 18px;
    }
  }
  @media (min-width: 1281px) {
    .fa-btn-radio {
      width: 24px;
      height: 24px;
    }
  }
  [data-hidden] {
    display: none;
  }
  [data-invisible] {
    visibility: hidden;
  }
  .fa-btn-checkbox {
    display: inline-block;
    width: 16px;
    height: 16px;
    background-color: #fff;
    border: 1px solid #000;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .fa-btn-checkbox.selected:after,
  input[type="checkbox"]:checked + label .fa-btn-checkbox:after {
    content: "";
    width: 100%;
    height: 100%;
    background-color: #000;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 2px solid #fff;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
  }
  @media (min-width: 769px) {
    .fa-btn-checkbox:hover:after {
      content: "";
      width: 100%;
      height: 100%;
      background-color: #000;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      border: 2px solid #fff;
      display: block;
      position: absolute;
      top: 0;
      left: 0;
    }
  }
  .color-block {
    border: 1px solid transparent;
  }
  .color-block[data-color="#fff"] {
    background-color: #fff;
    border-color: #ccc;
  }
  .color-block[data-color="#000"] {
    background-color: #000;
  }
  .color-block[data-color="grey"] {
    background-color: #d1d4d9;
  }
  .color-block[data-color="red"] {
    background-color: #cc5853;
  }
  .color-block[data-color="blue"] {
    background-color: #006ebc;
  }
  .color-block[data-color="green"] {
    background-color: #587876;
  }
  .color-block[data-color="#ff0"] {
    background-color: #ffc660;
  }
  .color-block[data-color="pink"] {
    background-color: #e3d2cf;
  }
  .color-block[data-color="orange"] {
    background-color: #ff6900;
  }
  .color-block[data-color="indigo"] {
    background-color: #354957;
  }
  .color-block[data-color="sand"] {
    background-color: #F0F0EB;
  }
  .color-block[data-color="graphite/etoupe"] {
    background: linear-gradient(
      to right,
    #4A4A4D 50%,                                                             
    #918679 50%
  );
  }
  .color-block[data-color="lavender/white"] {
    background: linear-gradient(
      to right,
    #DCCED9  50%,                                                              
    #E9E9E7 50%
  );
  }
  .color-block[data-color="green/black"] {
    background: linear-gradient(
      to right,
    #626959 50%,                                                              
    #404145 50%
  );
  }
  .color-block[data-color="gold"] {
    background-color: #f0cb76;
  }
  .color-block[data-color="crimson"] {
    background-color: #a31c2a;
  }
  .color-block[data-color="neat-white"] {
    background-color: #fff;
    border-color: #ccc;
  }
  .color-block[data-color="white-frost"] {
    background-color: #fff;
    border-color: #ccc;
  }
  .color-block[data-color="white-pearl"] {
    background-color: #fff;
    border-color: #ccc;
  }
  .color-block[data-color="dazzling-white"] {
    background-color: #fff;
    border-color: #ccc;
  }
  .color-block[data-color="frost-white"] {
    background-color: #fff;
    border-color: #ccc;
  }
  .color-block[data-color="marble-white"] {
    background-color: #f8f8ff;
    border-color: #ccc;
  }
  .color-block[data-color="aurora-white"] {
    background-color: #fefffe;
    border-color: #ccc;
  }
  .color-block[data-color="shimmery-white"] {
    background-color: #fff;
    border-color: #ccc;
  }
  .color-block[data-color="prism-white"] {
    background-color: #d5eef1;
    border-color: #ccc;
  }
  .color-block[data-color="ceramic-white"] {
    background-color: #f4f1ed;
    border-color: #ccc;
  }
  .color-block[data-color="aura-white"] {
    background-color: #ebe7e3;
    border-color: #ccc;
  }
  .color-block[data-color="prism-crush-white"] {
    background-color: #ccd4f1;
  }
  .color-block[data-color="mystic-white"] {
    background-color: #dad9db;
  }
  .color-block[data-color="cobalt-black"] {
    background-color: #000;
  }
  .color-block[data-color="cobalt-violet"] {
    background-color: #52566D;
  }
  .color-block[data-color="silver-titanium"] {
    background-color: #000;
  }
  .color-block[data-color="metallic-black"] {
    background-color: #000;
  }
  .color-block[data-color="mineral-ash-black"] {
    background-color: #000;
  }
  .color-block[data-color="black-mist"] {
    background-color: #000;
  }
  .color-block[data-color="charcoal-black"] {
    background-color: #000;
  }
  .color-block[data-color="clear-black"] {
    background-color: #000;
  }
  .color-block[data-color="kinetic-stripe-black"] {
    background-color: #000;
  }
  .color-block[data-color="majestic-black"] {
    background-color: #000;
  }
  .color-block[data-color="sapphire-black"] {
    background-color: #08070d;
  }
  .color-block[data-color="translucent-black"] {
    background-color: #000;
  }
  .color-block[data-color="midnight-black"] {
    background-color: #231f20;
  }
  .color-block[data-color="matte-black-stainless"] {
    background-color: #5c5b59;
  }
  .color-block[data-color="prism-black"] {
    background-color: #040301;
  }
  .color-block[data-color="ceramic-black"] {
    background-color: #2a2620;
  }
  .color-block[data-color="cosmos-black"] {
    background-color: #3b3c40;
  }
  .color-block[data-color="fingerprint-resistant-tuscan-stainless-steel"] {
    background-color: #625453;
  }
  .color-block[data-color="aura-black"] {
    background-color: #3c3c3e;
  }
  .color-block[data-color="aqua-black"] {
    background-color: #000;
  }
  .color-block[data-color="cosmic-black"] {
    background-color: #2d2926;
  }
  .color-block[data-color="mirror-black"] {
    background-color: #101820;
  }
  .color-block[data-color="tuscan-stainless-steel"] {
    background-color: #625453;
  }
  .color-block[data-color="mystic-black"] {
    background-color: #3c3f48;
  }
  .color-block[data-color="tide-black"] {
    background-color: #000;
  }
  .color-block[data-color="tuscan-steel"] {
    background-color: #887979;
  }
  .color-block[data-color="titanium-silver"] {
    background-color: #bdc0c7;
  }
  .color-block[data-color="stratus-grey"] {
    background-color: #d1d4d9;
  }
  .color-block[data-color="cream"] {
    background-color: #ece1bd;
  }
  .color-block[data-color="titanium-bronze"] {
    background-color: #776e65;
  }
  .color-block[data-color="titanium-black"] {
    background-color: #62605f;
  }
  .color-block[data-color="dark-gray"] {
    background-color: dimgray;
  }
  .color-block[data-color="mocha-gray"] {
    background-color: #8d7a5e;
  }
  .color-block[data-color="silver"] {
    background-color: #959596;
  }
  .color-block[data-color="cloud-silver"] {
    background-color: #a9afbb;
  }
  .color-block[data-color="crown-silver"] {
    background-color: #959596;
  }
  .color-block[data-color="silver-titanium"] {
    background-color: #c2c2c2;
  }
  .color-block[data-color="tech-silver"] {
    background-color: silver;
  }
  .color-block[data-color="stainless-steel"] {
    background-color: #bbb;
    border-color: #ccc;
  }
  .color-block[data-color="stainless"] {
    background-color: #eaeaea;
    border-color: #ccc;
  }
  .color-block[data-color="steel"] {
    background-color: #eaeaea;
    border-color: #ccc;
  }
  .color-block[data-color="stainless-platinum"] {
    background-color: #b4b4b4;
  }
  .color-block[data-color="platinum"] {
    background-color: #c3c3c3;
  }
  .color-block[data-color="lamb"] {
    background-color: #cec1b0;
  }
  .color-block[data-color="onyx"] {
    background-color: dimgray;
  }
  .color-block[data-color="black-onyx"] {
    background-color: dimgray;
  }
  .color-block[data-color="onyx-black"] {
    background-color: dimgray;
  }
  .color-block[data-color="titanium-gray"] {
    background-color: #b6afa9;
  }
  .color-block[data-color="titanium-violet"] {
    background-color: #4d4e5f;
  }
  .color-block[data-color="charcoal-gray"] {
    background-color: dimgray;
  }
  .color-block[data-color="white-silver"] {
    background-color: #f5f5f5;
    border-color: #ccc;
  }
  .color-block[data-color="black-sapphire"] {
    background-color: #004;
  }
  .color-block[data-color="smoky-titanium"] {
    background-color: #736e6b;
  }
  .color-block[data-color="black-stainless-steel"] {
    background-color: #3a3b3f;
  }
  .color-block[data-color="black-stainless"] {
    background-color: #454545;
  }
  .color-block[data-color="clear-silver"] {
    background-color: silver;
  }
  .color-block[data-color="gunmetal-gray"] {
    background-color: #292e37;
  }
  .color-block[data-color="gunmetal"] {
    background-color: #2c3539;
  }
  .color-block[data-color="light-green"] {
    background-color: #c4d1c2;
  }
  .color-block[data-color="steel-gray"] {
    background-color: #7b9095;
  }
  .color-block[data-color="light-gray"] {
    background-color: #d3d3d3;
  }
  .color-block[data-color="orchid-gray"] {
    background-color: #868499;
  }
  .color-block[data-color="arctic-silver"] {
    background-color: #ccc;
  }
  .color-block[data-color="tan"] {
    background-color: #b5ad94;
  }
  .color-block[data-color="meteor-gray"] {
    background-color: #949392;
  }
  .color-block[data-color="fingerprint-resistant-black-stainless-steel"] {
    background-color: #363636;
  }
  .color-block[data-color="fingerprint-resistant-stainless-steel"] {
    background-color: #c2c2c2;
  }
  .color-block[data-color="trench"] {
    background-color: #b5b9a2;
  }
  .color-block[data-color="fingerprint-resistant-matte-black-stainless-steel"] {
    background-color: #4f4f4f;
  }
  .color-block[data-color="fingerprint-resistant-matte-black-stainless"] {
    background-color: #4f4f4f;
  }
  .color-block[data-color="matte-black-stainless-steel"] {
    background-color: #4f4f4f;
  }
  .color-block[data-color="inox-grey"] {
    background-color: #6f6b6c;
  }
  .color-block[data-color="phonebox"] {
    background-color: #33000a;
  }
  .color-block[data-color="twill-charcoal"] {
    background-color: #8c857b;
  }
  .color-block[data-color="space-silver"] {
    background-color: #bcc6c2;
  }
  .color-block[data-color="dark-silver"] {
    background-color: #898f8d;
  }
  .color-block[data-color="dark-violet"] {
    background-color: #4c4551;
  }
  .color-block[data-color="aura-glow"] {
    background-color: #aaadae;
  }
  .color-block[data-color="mountain-gray"] {
    background-color: #6e6d73;
  }
  .color-block[data-color="mercury-gray"] {
    background-color: #4e515a;
  }
  .color-block[data-color="cosmic-gray"] {
    background-color: #5f6367;
  }
  .color-block[data-color="charcoal"] {
    background-color: #5c5d60;
  }
  .color-block[data-color="oxford-gray"] {
    background-color: #616d71;
  }
  .color-block[data-color="airborne"] {
    background-color: #3f4249;
  }
  .color-block[data-color="mystic-gray"] {
    background-color: #545859;
  }
  .color-block[data-color="mystic-silver"] {
    background-color: #d0d0ce;
  }
  .color-block[data-color="tide-tray"] {
    background-color: #b6bfbd;
  }
  .color-block[data-color="canvas-grey"] {
    background-color: #a5a3a6;
  }
  .color-block[data-color="tango-red"] {
    background-color: #d12825;
  }
  .color-block[data-color="garnet-red"] {
    background-color: #d12825;
  }
  .color-block[data-color="plum-red"] {
    background-color: #a72a44;
  }
  .color-block[data-color="cherry-red"] {
    background-color: #c24641;
  }
  .color-block[data-color="red-aurora"] {
    background-color: #d22034;
  }
  .color-block[data-color="burgundy"] {
    background-color: #654d57;
  }
  .color-block[data-color="merlot"] {
    background-color: #7f171f;
  }
  .color-block[data-color="aura-red"] {
    background-color: #b81b36;
  }
  .color-block[data-color="fiesta-red"] {
    background-color: #dc443a;
  }
  .color-block[data-color="chiffon-rose"] {
    background-color: #e8c0c8;
  }
  .color-block[data-color="mystic-red"] {
    background-color: #b8333e;
  }
  .color-block[data-color="dark-orange"] {
    background-color: #fb610e;
  }
  .color-block[data-color="wild-orange"] {
    background-color: #c24d23;
  }
  .color-block[data-color="oatmeal"] {
    background-color: #e7dccb;
  }
  .color-block[data-color="fingerprint-resistant-champagne-stainless-steel"] {
    background-color: #e8dbcc;
  }
  .color-block[data-color="vivid-lemon"] {
    background-color: #eed917;
  }
  .color-block[data-color="amber-brown"] {
    background-color: #804000;
  }
  .color-block[data-color="amber-yellow"] {
    background-color: #f1ead4;
  }
  .color-block[data-color="gold-brown"] {
    background-color: #804000;
  }
  .color-block[data-color="chestnut"] {
    background-color: #854d36;
  }
  .color-block[data-color="brown-black"] {
    background-color: #544434;
  }
  .color-block[data-color="dark-brown"] {
    background-color: #59423c;
  }
  .color-block[data-color="walnut"] {
    background-color: #664e42;
  }
  .color-block[data-color="oak"] {
    background-color: #cfb795;
  }
  .color-block[data-color="biege"] {
    background-color: #ceb499;
  }
  .color-block[data-color="beige/light-wood"] {
    background-color: #cfb795;
  }
  .color-block[data-color="beige"] {
    background-color: #cfb795;
  }
  .color-block[data-color="walnut/dark-wood"] {
    background-color: #664e42;
  }
  .color-block[data-color="brown"] {
    background-color: #664e42;
  }
  .color-block[data-color="copper-brown"] {
    background-color: #c47e5a;
  }
  .color-block[data-color="blue-coral"] {
    background-color: #6e91af;
  }
  .color-block[data-color="#add8e6"] {
    background-color: #64aded;
  }
  .color-block[data-color="mint"] {
    background-color: #92aca9;
  }
  .color-block[data-color="perforated-blue"] {
    background-color: #13a9b9;
  }
  .color-block[data-color="sapphire-blue"] {
    background-color: #4169e1;
  }
  .color-block[data-color="cobalt-blue"] {
    background-color: #4169e1;
  }
  .color-block[data-color="pebble-blue"] {
    background-color: #1a68a9;
  }
  .color-block[data-color="light-blue"] {
    background-color: #164cc6;
  }
  .color-block[data-color="sky-blue"] {
    background-color: #b8c9e1;
  }
  .color-block[data-color="aqua"] {
    background-color: #66ffb2;
  }
  .color-block[data-color="navy"] {
    background-color: #262277;
  }
  .color-block[data-color="taupe"] {
    background-color: #a4a29e;
  }
  .color-block[data-color="translucent-teal"] {
    background-color: teal;
  }
  .color-block[data-color="smoky-blue"] {
    background-color: #1a68a9;
  }
  .color-block[data-color="clear-blue"] {
    background-color: #96cfea;
  }
  .color-block[data-color="icy-blue"] {
    background-color: #A6AFC2;
  }
  .color-block[data-color="navy1"] {
    background-color: #729dc8;
  }
  .color-block[data-color="titan-chrometal"] {
    background-color: #52576c;
  }
  .color-block[data-color="teal-silver"] {
    background-color: #2f4f4f;
  }
  .color-block[data-color="royal-blue"] {
    background-color: #4169e1;
  }
  .color-block[data-color="topaz-blue"] {
    background-color: #78bdd4;
  }
  .color-block[data-color="coral-blue"] {
    background-color: #5b82ab;
  }
  .color-block[data-color="deepsea-blue"] {
    background-color: #003a70;
  }
  .color-block[data-color="porcelain-blue"] {
    background-color: #e1eded;
  }
  .color-block[data-color="ocean-blue"] {
    background-color: #1f355e;
  }
  .color-block[data-color="onyx"] {
    background-color: #20242d;
  }
  .color-block[data-color="dark-blue"] {
    background-color: #020c2f;
  }
  .color-block[data-color="coral"] {
    background-color: #f3cfb3;
  }
  .color-block[data-color="prism-blue"] {
    background-color: #2359a8;
  }
  .color-block[data-color="astro-blue"] {
    background-color: #3a5081;
  }
  .color-block[data-color="med-blue"] {
    background-color: #1b3189;
  }
  .color-block[data-color="aura-blue"] {
    background-color: #3c4d79;
  }
  .color-block[data-color="cloud-blue"] {
    background-color: #a4c8e1;
  }
  .color-block[data-color="angora-blue"] {
    background-color: #b9c7d8;
  }
  .color-block[data-color="prism-crush-blue"] {
    background-color: #7bbed4;
  }
  .color-block[data-color="prism-bricks-blue"] {
    background-color: #31475e;
  }
  .color-block[data-color="mystic-blue"] {
    background-color: #1428a0;
  }
  .color-block[data-color="tide-blue"] {
    background-color: #142742;
  }
  .color-block[data-color="rose-gold"] {
    background-color: #dd9b8f;
  }
  .color-block[data-color="rose-quartz"] {
    background-color: #dd9b8f;
  }
  .color-block[data-color="light-gold"] {
    background-color: #ffe6b2;
  }
  .color-block[data-color="perforated-gold"] {
    background-color: #c8bb5f;
  }
  .color-block[data-color="platinum-gold"] {
    background-color: #cbae78;
  }
  .color-block[data-color="gold-platinum"] {
    background-color: #cbae78;
  }
  .color-block[data-color="bronze-gold"] {
    background-color: #a56406;
  }
  .color-block[data-color="chevron-rose-gold"] {
    background-color: #b76e79;
  }
  .color-block[data-color="clear-gold"] {
    background-color: gold;
  }
  .color-block[data-color="confetti-dot-gold"] {
    background-color: gold;
  }
  .color-block[data-color="golden-shadow"] {
    background-color: #8a795d;
  }
  .color-block[data-color="sunset-gold"] {
    background-color: #e18554;
  }
  .color-block[data-color="sandy-gold"] {
    background-color: #d9b666;
  }
  .color-block[data-color="sandstone-orange"] {
    background-color: #c48b6c;
  }
  .color-block[data-color="titanium-gold"] {
    background-color: gold;
  }
  .color-block[data-color="titanium-yellow"] {
    background-color: #f0e1b9;
  }
  .color-block[data-color="sunrise-gold"] {
    background-color: #977a6a;
  }
  .color-block[data-color="rose"] {
    background-color: #ffebeb;
  }
  .color-block[data-color="earthy-gold"] {
    background-color: #b4918f;
  }
  .color-block[data-color="mystic-bronze"] {
    background-color: #9a716e;
  }
  .color-block[data-color="galaxy-pink"] {
    background-color: #e39db5;
  }
  .color-block[data-color="purple"] {
    background-color: purple;
  }
  .color-block[data-color="hazed-purple"] {
    background-color: #b5639f;
  }
  .color-block[data-color="amethyst-purple"] {
    background-color: purple;
  }
  .color-block[data-color="light-pink"] {
    background-color: #f9909d;
  }
  .color-block[data-color="soft-pink"] {
    background-color: #f8aff8;
  }
  .color-block[data-color="circle-pink"] {
    background-color: #bf0f3b;
  }
  .color-block[data-color="#f0f"] {
    background-color: #db0053;
  }
  .color-block[data-color="plum"] {
    background-color: #7f007f;
  }
  .color-block[data-color="velvet-wine"] {
    background-color: #58273a;
  }
  .color-block[data-color="red-wine"] {
    background-color: #58273a;
  }
  .color-block[data-color="berry-pink"] {
    background-color: #d761d5;
  }
  .color-block[data-color="blueberry"] {
    background-color: #8B96C8;
  }
  .color-block[data-color="blue-berry"] {
    background-color: #8B96C8;
  }
  .color-block[data-color="blue-black"] {
    background-color: #3f4251;
  }
  .color-block[data-color="multi-dot-pink"] {
    background-color: pink;
  }
  .color-block[data-color="purple-mirage"] {
    background-color: #bcb8fc;
  }
  .color-block[data-color="translucent-neon-pink"] {
    background-color: #f0f;
  }
  .color-block[data-color="saltwater-taffy"] {
    background-color: #ff919e;
  }
  .color-block[data-color="lilac-purple"] {
    background-color: #c9c;
  }
  .color-block[data-color="violet"] {
    background-color: #b4b5df;
  }
  .color-block[data-color="lavender-purple"] {
    background-color: #ceb2c8;
  }
  .color-block[data-color="lotus"] {
    background-color: #bca1a8;
  }
  .color-block[data-color="flamingo-pink"] {
    background-color: #fc766a;
  }
  .color-block[data-color="rose-blush"] {
    background-color: #a3868a;
  }
  .color-block[data-color="pink-gold"] {
    background-color: #ddb4ae;
  }
  .color-block[data-color="aura-pink"] {
    background-color: #e8768f;
  }
  .color-block[data-color="cloud-pink"] {
    background-color: #dcabba;
  }
  .color-block[data-color="mirror-purple"] {
    background-color: #996e9f;
  }
  .color-block[data-color="natural-pink"] {
    background-color: #cfb4a8;
  }
  .color-block[data-color="ultra-violet"] {
    background-color: #645394;
  }
  .color-block[data-color="light-pink"] {
    background-color: #c2acb1;
  }
  .color-block[data-color="mystic-pink"] {
    background-color: #c2acb1;
  }
  .color-block[data-color="bright-green"] {
    background-color: #8ff628;
  }
  .color-block[data-color="metallic-green"] {
    background-color: #e0e8de;
  }
  .color-block[data-color="metallic-green1"] {
    background-color: #15777f;
  }
  .color-block[data-color="metallic-green2"] {
    background-color: #167880;
  }
  .color-block[data-color="yellow-green"] {
    background-color: #caf44e;
  }
  .color-block[data-color="dark-green"] {
    background-color: #00523d;
  }
  .color-block[data-color="aurora-green"] {
    background-color: #7bad7b;
  }
  .color-block[data-color="camo-green"] {
    background-color: #78866b;
  }
  .color-block[data-color="jade-green"] {
    background-color: #c2cdba;
  }
  .color-block[data-color="clear-green"] {
    background-color: green;
  }
  .color-block[data-color="khaki"] {
    background-color: #626959;
  }
  .color-block[data-color="khaki-green"] {
    background-color: #535c4b;
  }
  .color-block[data-color="bespoke-way"] {
    background-color: #31556f;
  }
  .color-block[data-color="martian-green"] {
    background-color: #92b558;
  }
  .color-block[data-color="vivid-green"] {
    background-color: #046051;
  }
  .color-block[data-color="mocha"] {
    background-color: #bea493;
  }
  .color-block[data-color="mystic-green"] {
    background-color: #b7c7c5;
  }
  .color-block[data-color="tide-green"] {
    background-color: #196065;
  }
  .color-block[data-color="forest-green"] {
    background-color: #3e453d;
  }
  .color-block[data-color="phantom-silver"] {
    background-color: #c2c9d5;
  }
  .color-block[data-color="phantom-black"] {
    background-color: #000;
  }
  .color-block[data-color="phantom-violet"] {
    background-color: #a5a8c4;
  }
  .color-block[data-color="phantom-gray"] {
    background-color: #6e7074;
  }
  .color-block[data-color="phantom-white"] {
    background-color: #e9e9e7;
  }
  .color-block[data-color="phantom-pink"] {
    background-color: #efc5be;
  }
  .color-block[data-color="phantom-gold"] {
    background-color: #dcb5b3;
  }
  .color-block[data-color="phantom-red"] {
    background-color: #cc333d;
  }
  .color-block[data-color="phantom-brown"] {
    background-color: #5f4e4b;
  }
  .color-block[data-color="phantom-navy"] {
    background-color: #3a414a;
  }
  .color-block[data-color="phantom-titanium"] {
    background-color: #6e7074;
  }
  .color-block[data-color="green"] {
    background-color: #587876;
  }
  .color-block[data-color="mustard"] {
    background-color: #d49537;
  }
  .color-block[data-color="camel"] {
    background-color: #8e5e4a;
  }
  .color-block[data-color="navy"] {
    background-color: #354957;
  }
  .color-block[data-color="pink"] {
    background-color: #e3d2cf;
  }
  .color-block[data-color="olive"] {
    background-color: #b2bbad;
  }
  .color-block[data-color="olive-green"] {
    background-color: #b2bbad;
  }
  .color-block[data-color="gray"] {
    background-color: #6d7073;
  }
  .color-block[data-color="graphite"] {
    background-color: #6d7073;
  }
  .color-block[data-color="white"] {
    background-color: #f5f7f6;
  }
  .color-block[data-color="lavender"] {
    background-color: #bfb1d2;
  }
  .color-block[data-color="cream"] {
    background-color: #ece1bd;
  }
  .color-block[data-color="phantom-black"] {
    background-color: #000;
  }
  .color-block[data-color="phantom-silver"] {
    background-color: #cac6c4;
  }
  .color-block[data-color="phantom-green"] {
    background-color: #384a46;
  }
  .color-block[data-color="white-black"] {
    background-image: -webkit-gradient(
      linear,
      left top,
      right top,
      color-stop(0, #f5f7f6),
      color-stop(50%, #404145)
    );
    background-image: linear-gradient(to right, #f5f7f6 0 50%, #404145 50% 100%);
    border: none;
    background-repeat: no-repeat;
  }
  .color-block[data-color="black-red"] {
    background-image: -webkit-gradient(
      linear,
      left top,
      right top,
      color-stop(0, #404145),
      color-stop(50%, #db555b)
    );
    background-image: linear-gradient(to right, #404145 0 50%, #db555b 50% 100%);
    border: none;
    background-repeat: no-repeat;
  }
  .color-block[data-color="blue-mustard"] {
    background-image: -webkit-gradient(
      linear,
      left top,
      right top,
      color-stop(0, #353e52),
      color-stop(50%, #d49537)
    );
    background-image: linear-gradient(to right, #353e52 0 50%, #d49537 50% 100%);
    border: none;
    background-repeat: no-repeat;
  }
  .color-block[data-color="pink-white"] {
    background-image: -webkit-gradient(
      linear,
      left top,
      right top,
      color-stop(0, #ddbfb9),
      color-stop(50%, #fff)
    );
    background-image: linear-gradient(to right, #ddbfb9 0 50%, #fff 50% 100%);
    border: none;
    background-repeat: no-repeat;
  }
  .color-block[data-color="camo-gray"] {
    background-image: -webkit-gradient(
      linear,
      left top,
      right top,
      color-stop(0, #000),
      color-stop(34%, #bbbcbb),
      color-stop(67%, #292f37)
    );
    background-image: linear-gradient(
      to right,
      #000 0 33%,
      #bbbcbb 34% 66%,
      #292f37 67% 100%
    );
    border: none;
    background-repeat: no-repeat;
  }
  .color-block[data-color="camo-green"] {
    background-image: -webkit-gradient(
      linear,
      left top,
      right top,
      color-stop(0, #000),
      color-stop(34%, #8c8774),
      color-stop(67%, #453428)
    );
    background-image: linear-gradient(
      to right,
      #000 0 33%,
      #8c8774 34% 66%,
      #453428 67% 100%
    );
    border: none;
    background-repeat: no-repeat;
  }
  .color-block[data-color="graygreen-"] {
    background-color: #4e5a61;
  }
  .color-block[data-color="beige-"] {
    background-color: #d6cdc1;
  }
  .color-block[data-color="bora-purple"] {
    background-color: #b2a1cd;
  }
  .color-block[data-color="gray-titanium"] {
    background-color: #867e74;
  }
  .color-block[data-color="black-titanium"] {
    background-color: #3c3c3e;
  }
  .color-block[data-color="sapphire"] {
    background-color: #b6c0d6;
  }
  .color-block[data-color="cloud-navy"] {
    background-color: #485167;
  }
  .color-block[data-color="cloud-lavendar"] {
    background-color: #d1b6cc;
  }
  .color-block[data-color="cloud-red"] {
    background-color: #b73438;
  }
  .color-block[data-color="cloud-white"] {
    background-color: #f0f0f1;
  }
  .color-block[data-color="cloud-orange"] {
    background-color: #fac69d;
  }
  .color-block[data-color="mint-green"] {
    background-color: #a6c2bb;
  }
  .color-block[data-color="airborne-copper"] {
    background-color: #b87333;
  }
  .color-block[data-color="airborne-obsidian"] {
    background-color: #5e5e5e;
    border-color: #ccc;
  }
  .color-block[data-color="airborne-red"] {
    background-color: red;
  }
  .color-block[data-color="airborne-yellow"] {
    background-color: #ff0;
  }
  .color-block[data-color="azure-blue"] {
    background-color: blue;
  }
  .color-block[data-color="bronze"] {
    background-color: #cd7f32;
  }
  .color-block[data-color="champagne"] {
    background-color: #a89a95;
  }
  .color-block[data-color="clear"] {
    background-color: #fefefe;
    border-color: #ccc;
  }
  .color-block[data-color="earth-blue"] {
    background-color: #0000a0;
  }
  .color-block[data-color="ebony-copper"] {
    background-color: #0f0b19;
  }
  .color-block[data-color="electric-blue"] {
    background-color: #035096;
  }
  .color-block[data-color="graphite-black"] {
    background-color: #454343;
  }
  .color-block[data-color="graphite-blue"] {
    background-color: blue;
  }
  .color-block[data-color="graphite-silver"] {
    background-color: silver;
  }
  .color-block[data-color="gray"] {
    background-color: gray;
  }
  .color-block[data-color="khaki"] {
    background-color: #c3b091;
  }
  .color-block[data-color="moonlight"] {
    background-color: #fdfdf8;
  }
  .color-block[data-color="monaco-floral"] {
    background-color: #fffaf0;
  }
  .color-block[data-color="pop-yellow"] {
    background-color: #fc0;
  }
  .color-block[data-color="porcelain"] {
    background-color: #f6f7f8;
    border-color: #ccc;
  }
  .color-block[data-color="refined-white"] {
    background-color: #fff;
    border-color: #ccc;
  }
  .color-block[data-color="titanium"] {
    background-color: #b6afa9;
  }
  .color-block[data-color="vitality-red"] {
    background-color: red;
  }
  .color-block[data-color="chicago-bears"] {
    background-color: #23274d;
  }
  .color-block[data-color="dallas-cowboys"] {
    background-color: #23274d;
  }
  .color-block[data-color="green-bay-packers"] {
    background-color: #1b4c36;
  }
  .color-block[data-color="kansas-city-chiefs"] {
    background-color: #e93631;
  }
  .color-block[data-color="las-vegas-raiders"] {
    background-color: #1e1c1d;
  }
  .color-block[data-color="new-england-patriots"] {
    background-color: #23274d;
  }
  .color-block[data-color="new-orleans-saints"] {
    background-color: #1e1c1d;
  }
  .color-block[data-color="philadelphia-eagles"] {
    background-color: #1e1c1d;
  }
  .color-block[data-color="pittsburgh-steelers"] {
    background-color: #dfc651;
  }
  .color-block[data-color="san-francisco-49ers"] {
    background-color: #a31c2a;
  }
  .color-block[data-color="navy-blue"] {
    background-color: #23274d;
  }
  .color-block[data-color="crimson-red"] {
    background-color: #a31c2a;
  }
  .color-block[data-color="neon-blue"] {
    background-color: #00aed9;
  }
  .color-block[data-color="lilac"] {
    background-color: #d9c8dc;
  }
  .color-block[data-color="pastel-pink"] {
    background-color: #fed0db;
  }
  .color-block[data-color="burnt-orange"] {
    background-color: #ac580e;
  }
  .color-block[data-color="maroon"] {
    background-color: #560f22;
  }
  .color-block[data-color="matte-black-steel"] {
    background-color: #494947;
  }
  .color-block[data-color="navy-steel"] {
    background-color: #243e69;
  }
  .color-block[data-color="champagne-rose-steel"] {
    background-color: #c0aea9;
  }
  .color-block[data-color="white-glass"] {
    background-color: #d9d9d6;
  }
  .color-block[data-color="navy-glass"] {
    background-color: #00263e;
  }
  .color-block[data-color="grey-glass"] {
    background-color: #97999b;
  }
  .color-block[data-color="sky-blue-glass"] {
    background-color: #a9c0cb;
  }
  .color-block[data-color="rose-pink-glass"] {
    background-color: #e9cdd0;
  }
  .color-block[data-color="brushed-black"] {
    background-color: #121315;
  }
  .color-block[data-color="ivory"] {
    background-color: #d3d1d0;
  }
  .color-block[data-color="modern-white"] {
    background-color: #fff;
    border-color: #ccc;
  }
  .color-block[data-color="modern-teak"] {
    background-color: #ac965a;
  }
  .color-block[data-color="modern-brown"] {
    background-color: #964b00;
  }
  .color-block[data-color="fingerprint-resistant-white"] {
    background-color: #fff;
    border-color: #ccc;
  }
  .color-block[data-color="fingerprint-resistant-black"] {
    background-color: #000;
  }
  .color-block[data-color="mystic-navy"] {
    background-color: #45566f;
  }
  .color-block[data-color="navy"] {
    background-color: #1f2737;
  }
  .color-block[data-color="platinum-bronze"] {
    background-color: #998f8f;
  }
  .color-block[data-color="white-navy-glass"] {
    background-color: #e3e3e3;
    background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(#e3e3e3),
      color-stop(50%, #e3e3e3),
      color-stop(50%, #1f2737),
      to(#1f2737)
    );
    background-image: linear-gradient(
      #e3e3e3 0%,
      #e3e3e3 50%,
      #1f2737 50%,
      #1f2737 100%
    );
    border: none;
    border-color: #ccc;
  }
  .color-block[data-color="bespoke-limited-edition"] {
    background-image: url(https://image-us.samsung.com/SamsungUS/home/home-appliances/refrigerator/bespoke/05-7-21/Bespoke-Limited-Edition-Color-Swatch.png);
    border: none;
    border-color: #ccc;
  }
  .color-block[data-color="aurora-night"] {
    background-color: #bfadd3;
  }
  .color-block[data-color="dawn-atlas"] {
    background-color: #5bc6df;
  }
  .color-block[data-color="cloud-navy"] {
    background-color: #81a0d0;
  }
  .color-block[data-color="earth-sunrise"] {
    background-color: #222c5d;
  }
  .color-block[data-color="stratus-sky"] {
    background-color: #b1b2ad;
  }
  .color-block[data-color="midnight"] {
    background-color: #222;
  }
  .color-block[data-color="emerald-green-steel"] {
    background-color: #1b4f45;
  }
  .color-block[data-color="pink-glass"] {
    background-color: #f5dfe1;
  }
  .color-block[data-color="morning-blue-glass"] {
    background-color: #afc4c5;
  }
  .color-block[data-color="clementine-glass"] {
    background-color: #e68252;
  }
  .color-block[data-color="charcoal-glass"] {
    background-color: #272626;
  }
  .color-block[data-color="sunrise-yellow-glass"] {
    background-color: #ffbe58;
  }
  .color-block[data-color="midnight-blue"] {
    background-color: #2d3944;
  }
  .color-block[data-color="woody-green"] {
    background-color: #394238;
  }
  .color-block[data-color="misty-white"] {
    background-color: #dfdfdf;
  }
  .color-block[data-color="goal-studio"] {
    background-color: #272727;
  }
  .color-block[data-color="hangul"] {
    background-color: #e7e7e7;
  }
  .color-block[data-color="fubao"] {
    background-color: #8ad1a7;
  }
  .color-block[data-color="lessey"] {
    background-color: #febec7;
  }
  .color-block[data-color="glory-star"] {
    background-color: #283d76;
  }
  .color-block[data-color="star-pattern"] {
    background-color: #233977;
  }
  .color-block[data-color="#000"] {
    background-color: #000;
  }
  .color-block[data-color="neon-yellow"] {
    background-color: #ffe900;
  }
  .color-block[data-color="gray"] {
    background-color: #a6b8c1;
  }
  .color-block[data-color="floral"] {
    background-color: #1e8d79;
  }
  .color-block[data-color="dark-floral"] {
    background-color: #070506;
  }
  .color-block[data-color="sky"] {
    background-color: #c2e2ef;
  }
  .color-block[data-color="marble"] {
    background-color: #92b9e1;
  }
  .color-block[data-color="marble-gray"] {
    background-color: #c5c3c3;
  }
  .color-block[data-color="waves"] {
    background-color: #b5ccea;
  }
  .color-block[data-color="digi-camo"] {
    background-color: #9897bd;
  }
  .color-block[data-color="topography"] {
    background-color: #d8dada;
  }
  .color-block[data-color="matte-grey-glass"] {
    background-color: #97999b;
  }
  .color-block[data-color="charcoal-glass-and-matte-black-steel"] {
    background-color: #272626;
    background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(#272626),
      color-stop(50%, #272626),
      color-stop(50%, #3d3d3f),
      to(#3d3d3f)
    );
    background-image: linear-gradient(
      #272626 0%,
      #272626 50%,
      #3d3d3f 50%,
      #3d3d3f 100%
    );
    border: none;
  }
  .color-block[data-color="white-glass-and-grey-glass"] {
    background-color: #eff0ee;
    background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(#eff0ee),
      color-stop(50%, #eff0ee),
      color-stop(50%, #a8a9a5),
      to(#a8a9a5)
    );
    background-image: linear-gradient(
      #eff0ee 0%,
      #eff0ee 50%,
      #a8a9a5 50%,
      #a8a9a5 100%
    );
    border: none;
  }
  .color-block[data-color="morning-blue-glass-and-white-glass"] {
    background-color: #afc4c5;
    background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(#afc4c5),
      color-stop(50%, #afc4c5),
      color-stop(50%, #eff0ee),
      to(#eff0ee)
    );
    background-image: linear-gradient(
      #afc4c5 0%,
      #afc4c5 50%,
      #eff0ee 50%,
      #eff0ee 100%
    );
    border: none;
  }
  .color-block[data-color="navy-steel-with-stainless-steel-middle-panel"] {
    background-color: #243e69;
    background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(#243e69),
      color-stop(33%, #243e69),
      color-stop(33%, #bbb),
      color-stop(66%, #bbb),
      color-stop(66%, #243e69),
      to(#243e69)
    );
    background-image: linear-gradient(
      #243e69 0%,
      #243e69 33%,
      #bbb 33%,
      #bbb 66%,
      #243e69 66%,
      #243e69 100%
    );
    border: none;
  }
  .color-block[data-color="emerald-green-steel-top,-white-glass-middle,-and-clementine-glass-bottom-panels"] {
    background-color: #1b4f45;
    background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(#1b4f45),
      color-stop(33%, #1b4f45),
      color-stop(33%, #d9d9d6),
      color-stop(66%, #d9d9d6),
      color-stop(66%, #e68252),
      to(#e68252)
    );
    background-image: linear-gradient(
      #1b4f45 0%,
      #1b4f45 33%,
      #d9d9d6 33%,
      #d9d9d6 66%,
      #e68252 66%,
      #e68252 100%
    );
    border: none;
  }
  .color-block[data-color="sunrise-yellow-glass-top,-white-glass-middle,-and-morning-blue-glass-bottom-panels"] {
    background-color: #ffbe58;
    background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(#ffbe58),
      color-stop(33%, #ffbe58),
      color-stop(33%, #d9d9d6),
      color-stop(66%, #d9d9d6),
      color-stop(66%, #afc4c5),
      to(#afc4c5)
    );
    background-image: linear-gradient(
      #ffbe58 0%,
      #ffbe58 33%,
      #d9d9d6 33%,
      #d9d9d6 66%,
      #afc4c5 66%,
      #afc4c5 100%
    );
    border: none;
  }
  .color-block[data-color="white-glass-top-panels-with-navy-steel-middle-and-bottom-panel"] {
    background-color: #d9d9d6;
    background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(#d9d9d6),
      color-stop(33%, #d9d9d6),
      color-stop(33%, #243e69),
      color-stop(66%, #243e69),
      color-stop(66%, #d9d9d6),
      to(#d9d9d6)
    );
    background-image: linear-gradient(
      #d9d9d6 0%,
      #d9d9d6 33%,
      #243e69 33%,
      #243e69 66%,
      #d9d9d6 66%,
      #d9d9d6 100%
    );
    border: none;
  }
  .color-block[data-color="white-glass-with-pink-glass-middle-panel"] {
    background-color: #d9d9d6;
    background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(#d9d9d6),
      color-stop(33%, #d9d9d6),
      color-stop(33%, #e9cdd0),
      color-stop(66%, #e9cdd0),
      color-stop(66%, #d9d9d6),
      to(#d9d9d6)
    );
    background-image: linear-gradient(
      #d9d9d6 0%,
      #d9d9d6 33%,
      #e9cdd0 33%,
      #e9cdd0 66%,
      #d9d9d6 66%,
      #d9d9d6 100%
    );
    border: none;
  }
  .color-block[data-color="white-glass-top,-morning-blue-glass-middle,-and-navy-steel-bottom-panels"] {
    background-color: #d9d9d6;
    background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(#d9d9d6),
      color-stop(33%, #d9d9d6),
      color-stop(33%, #afc4c5),
      color-stop(66%, #afc4c5),
      color-stop(66%, #243e69),
      to(#243e69)
    );
    background-image: linear-gradient(
      #d9d9d6 0%,
      #d9d9d6 33%,
      #afc4c5 33%,
      #afc4c5 66%,
      #243e69 66%,
      #243e69 100%
    );
    border: none;
  }
  .color-block[data-color="charcoal-glass-top-panels-with-white-glass-middle-and-bottom-panel"] {
    background-color: #272626;
    background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(#272626),
      color-stop(50%, #272626),
      color-stop(50%, #d9d9d6),
      to(#d9d9d6)
    );
    background-image: linear-gradient(
      #272626 0%,
      #272626 50%,
      #d9d9d6 50%,
      #d9d9d6 100%
    );
    border: none;
  }
  .color-block[data-color="white-glass-top-and-emerald-green-steel-bottom-panels"] {
    background-color: #d9d9d6;
    background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(#d9d9d6),
      color-stop(50%, #d9d9d6),
      color-stop(50%, #1b4f45),
      to(#1b4f45)
    );
    background-image: linear-gradient(
      #d9d9d6 0%,
      #d9d9d6 50%,
      #1b4f45 50%,
      #1b4f45 100%
    );
    border: none;
  }
  .color-block[data-color="morning-blue-glass-top-and-white-glass-bottom-panels"] {
    background-color: #afc4c5;
    background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(#afc4c5),
      color-stop(50%, #afc4c5),
      color-stop(50%, #d9d9d6),
      to(#d9d9d6)
    );
    background-image: linear-gradient(
      #afc4c5 0%,
      #afc4c5 50%,
      #d9d9d6 50%,
      #d9d9d6 100%
    );
    border: none;
  }
  .color-block[data-color="sunrise-yellow-glass-top-and-morning-blue-glass-bottom-panels"] {
    background-color: #ffbe58;
    background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(#ffbe58),
      color-stop(50%, #ffbe58),
      color-stop(50%, #afc4c5),
      to(#afc4c5)
    );
    background-image: linear-gradient(
      #ffbe58 0%,
      #ffbe58 50%,
      #afc4c5 50%,
      #afc4c5 100%
    );
    border: none;
  }
  .color-block[data-color="morning-blue,-rose-pink,-and-white-glass-panel"] {
    background-color: #afc4c5;
    background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(#afc4c5),
      color-stop(33%, #afc4c5),
      color-stop(33%, #e9cdd0),
      color-stop(66%, #e9cdd0),
      color-stop(66%, #d9d9d6),
      to(#d9d9d6)
    );
    background-image: linear-gradient(
      #afc4c5 0%,
      #afc4c5 33%,
      #e9cdd0 33%,
      #e9cdd0 66%,
      #d9d9d6 66%,
      #d9d9d6 100%
    );
    border: none;
  }
  .color-block[data-color="white-glass-(2021)"] {
    background-color: #f0f0f0;
  }
  .color-block[data-color="silver-steel"] {
    background-color: #a7a8a9;
  }
  .color-block[data-color="brushed-navy"] {
    background-color: #003349;
  }

  .color-block[data-color='awesome-graphite'] {
    background-color: #4A4A4D
  }

  .color-block[data-color='awesome-violet'] {
    background-color: #8B96C8
  }

  .color-block[data-color='clean-white'] {
    background-color: #FAF9F6;
    border-color: #ccc
  }

  .color-block[data-color='clean-grey'] {
    background-color: silver
  }

  .color-block[data-color='deep-clean-charcoal'] {
    background-color: #414141;
  }
  .color-block[data-color='clean-deep-charcoal'] {
    background-color: #414141;
  }
  .color-block[data-color='satin-black'] {
    background-color: #0F0701;
  }
  .color-block[data-color="white"] {
    background-color: #fff;
    border: 1px solid #ccc;
  }
  .color-block[data-color="black"] {
    background-color: #000;
    border: 1px solid transparent;
  }
  .color-block[data-color="yellow"] {
    background-color: #ffc660;
    border: 1px solid transparent;
  }
  .color-block[data-color="lightblue"] {
    background-color: #64aded;
    border: 1px solid transparent;
  }
  .color-block[data-color="magenta"] {
    background-color: #db0053;
    border: 1px solid transparent;
  }
  .color-block[data-color="panel-ready"] {
    background-color: #fff;
    background-image: linear-gradient(
        45deg,
        #ccc 25%,
        transparent 25%,
        transparent 75%,
        #ccc 75%,
        #ccc
      ),
      linear-gradient(
        45deg,
        #ccc 25%,
        transparent 25%,
        transparent 75%,
        #ccc 75%,
        #ccc
      );
    background-size: 8px 8px;
    background-position: 0 0, 4px 4px;
  }
  [data-modelcode^=SM-R930NZ] .color-block[data-color="gold"],
  [data-modelcode^=SM-R945UZ] .color-block[data-color="gold"]{
      background-color:#F0EAE0
  }
  [data-modelcode^=SM-R930NZ] .color-block[data-color="silver"],
  [data-modelcode^=SM-R945UZ] .color-block[data-color="silver"]{
      background-color:#C7C8CA;
  }
  [data-modelcode^=SM-R930NZ] .color-block[data-color="graphite"],
  [data-modelcode^=SM-R945UZ] .color-block[data-color="graphite"]{
      background-color:#4A4A4D;
  }
  [data-modelcode^=SM-R950NZ] .color-block[data-color="black"]{
      background-color:#404146;
  }
  [data-modelcode^=SM-R950NZ] .color-block[data-color="silver"]{
      background-color:#C7C8CA;
  }
  .color-block[data-color="indigo-blue"]{
    background-color: #354957;
  }
  .color-block[data-color="apricot"]{
    background-color: #FFC27B;
  }
  .color-block[data-color="etoupe"]{
    background-color: #918679;
  }
  [data-modelcode^=EF-OF94PC] .color-block[data-color="graphite"],
  [data-modelcode^=EF-MF946C] .color-block[data-color="graphite"]{
    background-color:#656768;
  }

  [data-modelcode^=EF-OF94PC] .color-block[data-color="icy-blue"]{
    background-color:#798FA8;
  }

  [data-modelcode^=EF-OF94PC] .color-block[data-color="sand"],
  [data-modelcode^=EF-MF946C] .color-block[data-color="sand"]{
    background-color:#C4C1B9;
  }

  [data-modelcode^=EF-VF946P] .color-block[data-color="graphite"]{
    background-color:#404145;
  }
  [data-modelcode^=EF-VF946P] .color-block[data-color="icy-blue"]{
    background-color:#7E93A7;
  }

  [data-modelcode^=EF-PF731T] .color-block[data-color="cream"],
  [data-modelcode^=EF-VF731P] .color-block[data-color="cream"]{
    background-color: #F0EAE0;
  }
  [data-modelcode^=EF-PF731T] .color-block[data-color="mint"]{
    background-color: #C4DED7;
  }
  [data-modelcode^=EF-PF731T] .color-block[data-color="lavender"]{
    background-color: #DCCED9;
  }
  [data-modelcode^=EF-VF731P] .color-block[data-color="black"]{
    background-color: #404145;
  }
  .color-block[data-color="tangerine"] {
    background-color: #CE8C4E;
  }
  #add-to-cart-modal-container {
    background-color: transparent;
    bottom: 0;
    left: 0;
    opacity: 1;
    position: fixed;
    right: 0;
    text-align: center;
    top: 0;
    -webkit-transition: opacity 0.4s ease-in;
    transition: opacity 0.4s ease-in;
    z-index: 9999999;
  }
  @media (min-width: 769px) {
    #add-to-cart-modal-container {
      background-color: rgba(0, 0, 0, 0.7);
    }
  }
  #add-to-cart-modal-container .add-to-cart-modal.hidden-desktop {
    background-color: #fff;
    -webkit-box-shadow: 0 2px 10px gray;
    box-shadow: 0 2px 10px gray;
    margin: 0;
    padding: 50px 0;
    width: 100%;
  }
  @media (min-width: 769px) {
    #add-to-cart-modal-container .add-to-cart-modal.hidden-desktop {
      display: none;
    }
  }
  #add-to-cart-modal-container .add-to-cart-modal.hidden-desktop .icon-x {
    cursor: pointer;
    font-size: 12px;
    position: absolute;
    right: 14px;
    top: 14px;
  }
  #add-to-cart-modal-container .add-to-cart-modal.hidden-desktop h3 {
    font-size: 18px;
    font-weight: 400;
  }
  #add-to-cart-modal-container .add-to-cart-modal.hidden-desktop .product-option {
    font-size: 12px;
    padding-top: 10px;
  }
  #add-to-cart-modal-container
    .add-to-cart-modal.hidden-desktop
    .product-option
    button {
    border: 2px solid #308eea;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    font-weight: bold;
    margin: 0 1%;
    padding: 10px 0;
    text-transform: uppercase;
    width: 42%;
  }
  #add-to-cart-modal-container
    .add-to-cart-modal.hidden-desktop
    .product-option-shopping {
    background-color: #fff;
    color: #308eea;
  }
  #add-to-cart-modal-container
    .add-to-cart-modal.hidden-desktop
    .product-option-checkout {
    background-color: #308eea;
    color: #fff;
  }
  #add-to-cart-modal-container .add-to-cart-modal.hidden-phone {
    background-color: #fff;
    font-size: 0;
    margin: 20% auto;
    padding: 40px 0;
    position: relative;
    width: 650px;
  }
  @media (max-width: 768px) {
    #add-to-cart-modal-container .add-to-cart-modal.hidden-phone {
      display: none;
    }
  }
  #add-to-cart-modal-container .add-to-cart-modal.hidden-phone .icon-x {
    cursor: pointer;
    font-size: 12px;
    position: absolute;
    right: 14px;
    top: 14px;
  }
  #add-to-cart-modal-container .add-to-cart-modal.hidden-phone .modal-box {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    margin: 0;
    padding: 0 20px;
    vertical-align: top;
    width: 50%;
  }
  #add-to-cart-modal-container
    .add-to-cart-modal.hidden-phone
    .modal-box:first-child {
    border-right: 2px solid #dadee2;
  }
  #add-to-cart-modal-container
    .add-to-cart-modal.hidden-phone
    .modal-box
    .add-to-cart-label {
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 5px;
  }
  #add-to-cart-modal-container
    .add-to-cart-modal.hidden-phone
    .modal-box
    .product-img {
    display: inline-block;
    vertical-align: top;
    width: 30%;
  }
  #add-to-cart-modal-container
    .add-to-cart-modal.hidden-phone
    .modal-box
    .product-img
    img {
    display: block;
    width: 100%;
  }
  #add-to-cart-modal-container
    .add-to-cart-modal.hidden-phone
    .modal-box
    .product-info {
    text-align: left;
    display: inline-block;
    vertical-align: top;
    width: 60%;
  }
  #add-to-cart-modal-container
    .add-to-cart-modal.hidden-phone
    .modal-box
    .product-info
    div {
    font-size: 14px;
    margin-bottom: 14px;
  }
  #add-to-cart-modal-container
    .add-to-cart-modal.hidden-phone
    .modal-box
    .product-info-name {
    font-weight: bold;
    margin-top: 22px;
  }
  #add-to-cart-modal-container
    .add-to-cart-modal.hidden-phone
    .modal-box
    .product-info-price {
    font-weight: bold;
  }
  #add-to-cart-modal-container
    .add-to-cart-modal.hidden-phone
    .modal-box
    .product-summary {
    border-bottom: 2px solid #dadee2;
    font-size: 14px;
    font-weight: bold;
    padding-bottom: 20px;
    text-align: left;
  }
  #add-to-cart-modal-container
    .add-to-cart-modal.hidden-phone
    .modal-box
    .product-summary
    .spinner {
    background-color: #fff;
    font-weight: 200;
    margin-left: 185px;
    margin-top: 8px;
    position: absolute;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 240px;
  }
  #add-to-cart-modal-container
    .add-to-cart-modal.hidden-phone
    .modal-box
    .product-summary
    .spinner
    .bounce1 {
    -webkit-animation-delay: -0.48s;
    animation-delay: -0.48s;
    margin-left: 80px;
  }
  #add-to-cart-modal-container
    .add-to-cart-modal.hidden-phone
    .modal-box
    .product-summary
    .spinner
    .bounce2 {
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
  }
  #add-to-cart-modal-container
    .add-to-cart-modal.hidden-phone
    .modal-box
    .product-summary
    .spinner
    .bounce3 {
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
  }
  #add-to-cart-modal-container
    .add-to-cart-modal.hidden-phone
    .modal-box
    .product-summary
    .spinner
    div {
    -webkit-animation: bouncedelay 1.4s infinite ease-in-out;
    animation: bouncedelay 1.4s infinite ease-in-out;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    background-color: #000;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    display: inline-block;
    height: 12px;
    width: 12px;
  }
  #add-to-cart-modal-container
    .add-to-cart-modal.hidden-phone
    .modal-box
    .product-summary-number {
    text-transform: uppercase;
  }
  #add-to-cart-modal-container
    .add-to-cart-modal.hidden-phone
    .modal-box
    .product-summary-total {
    float: right;
  }
  #add-to-cart-modal-container
    .add-to-cart-modal.hidden-phone
    .modal-box
    .product-option {
    font-size: 12px;
    font-weight: bold;
    padding-top: 30px;
    text-align: left;
  }
  #add-to-cart-modal-container
    .add-to-cart-modal.hidden-phone
    .modal-box
    .product-option-shopping {
    color: #20a2ff;
    cursor: pointer;
    display: inline-block;
    padding-top: 10px;
  }
  #add-to-cart-modal-container
    .add-to-cart-modal.hidden-phone
    .modal-box
    .product-option-checkout {
    background-color: #308eea;
    border: 0;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    color: #fff;
    display: inline-block;
    float: right;
    letter-spacing: 0.125em;
    padding: 10px 25px;
    text-align: center;
    text-transform: uppercase;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }
  @-webkit-keyframes bouncedelay {
    0%,
    80%,
    100% {
      -webkit-transform: scale(0);
      transform: scale(0);
    }
    40% {
      -webkit-transform: scale(1);
      transform: scale(1);
    }
  }
  @keyframes bouncedelay {
    0%,
    80%,
    100% {
      -webkit-transform: scale(0);
      transform: scale(0);
    }
    40% {
      -webkit-transform: scale(1);
      transform: scale(1);
    }
  }
  .checkout-preloader .preloader-text {
    text-align: center;
    margin-top: 20px;
  }
  .checkout-preloader .modal-content {
    padding: 40px 20px 20px;
  }
  .checkout-preloader .spinner {
    margin: auto;
  }
  .checkout-preloader .spinner {
    background-color: #fff;
    font-weight: 200;
    width: 240px;
  }
  .checkout-preloader .spinner .bounce1 {
    -webkit-animation-delay: -0.48s;
    animation-delay: -0.48s;
    margin-left: 80px;
  }
  .checkout-preloader .spinner .bounce2 {
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
  }
  .checkout-preloader .spinner .bounce3 {
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
  }
  .checkout-preloader .spinner div {
    -webkit-animation: bouncedelay 1.4s infinite ease-in-out;
    animation: bouncedelay 1.4s infinite ease-in-out;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    background-color: #000;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    display: inline-block;
    height: 12px;
    width: 12px;
  }
  @keyframes bouncedelay {
    0%,
    80%,
    100% {
      -webkit-transform: scale(0);
      transform: scale(0);
    }
    40% {
      -webkit-transform: scale(1);
      transform: scale(1);
    }
  }
  .spinner_out_container {
    position: relative;
  }
  .spinner_container {
    position: fixed;
    top: 0px;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    z-index: 100;
    background-color: grey;
    opacity: 0.5;
  }
  .uil-spin-css {
    background: none;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate3D(-50%, -50%, 0);
    -ms-transform: translate3D(-50%, -50%, 0);
    transform: translate3D(-50%, -50%, 0);
    width: 200px;
    height: 200px;
  }
  @-webkit-keyframes uil-spin-css {
    0% {
      opacity: 1;
      -ms-transform: scale(1.5);
      -webkit-transform: scale(1.5);
      transform: scale(1.5);
    }
    100% {
      opacity: 0.1;
      -ms-transform: scale(1);
      -webkit-transform: scale(1);
      transform: scale(1);
    }
  }
  @-webkit-keyframes uil-spin-css {
    0% {
      opacity: 1;
      -ms-transform: scale(1.5);
      -webkit-transform: scale(1.5);
      transform: scale(1.5);
    }
    100% {
      opacity: 0.1;
      -ms-transform: scale(1);
      -webkit-transform: scale(1);
      transform: scale(1);
    }
  }
  @-webkit-keyframes uil-spin-css {
    0% {
      opacity: 1;
      -ms-transform: scale(1.5);
      -webkit-transform: scale(1.5);
      transform: scale(1.5);
    }
    100% {
      opacity: 0.1;
      -ms-transform: scale(1);
      -webkit-transform: scale(1);
      transform: scale(1);
    }
  }
  @keyframes uil-spin-css {
    0% {
      opacity: 1;
      -ms-transform: scale(1.5);
      -webkit-transform: scale(1.5);
      transform: scale(1.5);
    }
    100% {
      opacity: 0.1;
      -ms-transform: scale(1);
      -webkit-transform: scale(1);
      transform: scale(1);
    }
  }
  .uil-spin-css > div {
    width: 24px;
    height: 24px;
    margin-left: 4px;
    margin-top: 4px;
    position: absolute;
  }
  .uil-spin-css > div > div {
    width: 100%;
    height: 100%;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    background: #000;
  }
  .uil-spin-css > div:nth-of-type(1) > div {
    -webkit-animation: uil-spin-css 1s linear infinite;
    animation: uil-spin-css 1s linear infinite;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
  }
  .uil-spin-css > div:nth-of-type(1) {
    -ms-transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
    -webkit-transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
    transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
  }
  .uil-spin-css > div:nth-of-type(2) > div {
    -webkit-animation: uil-spin-css 1s linear infinite;
    animation: uil-spin-css 1s linear infinite;
    -webkit-animation-delay: 0.12s;
    animation-delay: 0.12s;
  }
  .uil-spin-css > div:nth-of-type(2) {
    -ms-transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
    -webkit-transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
    transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
  }
  .uil-spin-css > div:nth-of-type(3) > div {
    -webkit-animation: uil-spin-css 1s linear infinite;
    animation: uil-spin-css 1s linear infinite;
    -webkit-animation-delay: 0.25s;
    animation-delay: 0.25s;
  }
  .uil-spin-css > div:nth-of-type(3) {
    -ms-transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
    -webkit-transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
    transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
  }
  .uil-spin-css > div:nth-of-type(4) > div {
    -webkit-animation: uil-spin-css 1s linear infinite;
    animation: uil-spin-css 1s linear infinite;
    -webkit-animation-delay: 0.37s;
    animation-delay: 0.37s;
  }
  .uil-spin-css > div:nth-of-type(4) {
    -ms-transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
    -webkit-transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
    transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
  }
  .uil-spin-css > div:nth-of-type(5) > div {
    -webkit-animation: uil-spin-css 1s linear infinite;
    animation: uil-spin-css 1s linear infinite;
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
  }
  .uil-spin-css > div:nth-of-type(5) {
    -ms-transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
    -webkit-transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
    transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
  }
  .uil-spin-css > div:nth-of-type(6) > div {
    -webkit-animation: uil-spin-css 1s linear infinite;
    animation: uil-spin-css 1s linear infinite;
    -webkit-animation-delay: 0.62s;
    animation-delay: 0.62s;
  }
  .uil-spin-css > div:nth-of-type(6) {
    -ms-transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
    -webkit-transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
    transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
  }
  .uil-spin-css > div:nth-of-type(7) > div {
    -webkit-animation: uil-spin-css 1s linear infinite;
    animation: uil-spin-css 1s linear infinite;
    -webkit-animation-delay: 0.75s;
    animation-delay: 0.75s;
  }
  .uil-spin-css > div:nth-of-type(7) {
    -ms-transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
    -webkit-transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
    transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
  }
  .uil-spin-css > div:nth-of-type(8) > div {
    -webkit-animation: uil-spin-css 1s linear infinite;
    animation: uil-spin-css 1s linear infinite;
    -webkit-animation-delay: 0.87s;
    animation-delay: 0.87s;
  }
  .uil-spin-css > div:nth-of-type(8) {
    -ms-transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
    -webkit-transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
    transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
  }
  .checkout-modal-overlay.modal-overlay {
    background-color: #000;
    background: rgba(0, 0, 0, 0.7);
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 9999;
  }
  .checkout-modal.modal {
    position: absolute;
    top: 55%;
    left: 50%;
    -webkit-transition: top 0.35s ease-in-out;
    transition: top 0.35s ease-in-out;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 10000;
    background-color: #fff;
    position: fixed;
  }
  .checkout-modal.modal .modal-container {
    position: relative;
  }
  .checkout-modal.modal .btn-modal-close {
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
  }
  .checkout-modal.modal .btn-modal-close i {
    display: block;
  }
  .checkout-modal.modal .modal-header {
    padding: 20px;
    text-align: center;
  }
  .checkout-modal.modal .modal-title {
    font-size: 32px;
    font-weight: 700;
    margin: 0 0 10px;
  }
  .checkout-modal.modal .modal-title-desc {
    font-size: 14px;
    margin: 0;
    font-weight: 400;
  }
  .checkout-modal.modal .modal-title-desc strong {
    font-weight: 700;
  }
  @media (min-width: 320px) and (max-width: 767px) {
    .checkout-modal.modal .modal-header {
      padding-top: 50px;
    }
    .checkout-modal.modal .modal-title {
      font-size: 22px;
    }
    .checkout-modal.modal .modal-title-desc {
      font-size: 12px;
    }
  }
  .gnb-b2c-icons-cart svg {
    width: 20px;
  }
  .gnb-b2c-icons-cart a .cart-basket {
    font-size: 11px;
  }
  .minicart-v2 {
    opacity: 1;
    visibility: visible;
  }
  .minicart-v2 .gnb-b2c-cart-results .item-container {
    padding: 0px;
  }
  .minicart-v2 .minicart-close {
    display: none;
    text-align: right;
    border-bottom: 1px solid #dadada;
  }
  .minicart-v2 .minicart-close .btn-close {
    width: 40px;
    height: 40px;
  }
  .minicart-v2 .minicart-product-row {
    position: relative;
    padding: 15px 20px;
    border-bottom: 1px solid #dadada;
  }
  .minicart-v2 .minicart-product-row:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
  }
  .minicart-v2 .minicart-product-row .mc-product-photo {
    text-align: center;
    margin: 15px 0;
  }
  .minicart-v2 .minicart-product-row .mc-product-photo img {
    max-width: 120px;
  }
  .minicart-v2 .minicart-product-row .mc-product-name {
    text-align: center;
    max-width: 90%;
    margin: auto;
  }
  .minicart-v2 .minicart-product-row .mc-product-title {
    font-size: 18px;
    font-weight: 700;
    color: #000;
    margin: 0;
  }
  .minicart-v2 .minicart-product-row .mc-product-desc {
    font-size: 16px;
    font-weight: 400;
  }
  .minicart-v2 .minicart-product-row .mc-product-quantity {
    float: left;
    font-size: 12px;
    font-weight: 700;
  }
  .minicart-v2 .minicart-product-row .mc-product-quantity .mc-product-count {
    margin-left: 5px;
  }
  .minicart-v2 .minicart-product-row .mc-product-right-container {
    float: right;
    margin-bottom: 10px;
  }
  .minicart-v2 .minicart-product-row .mc-product-price-details {
    float: right;
    text-align: right;
    padding-right: 15px;
  }
  .minicart-v2 .minicart-product-row .mc-product-price-details p {
    font-size: 12px;
    line-height: normal;
  }
  .minicart-v2 .minicart-product-row .mc-product-price {
    font-size: 18px;
    color: #000;
  }
  .minicart-v2 .minicart-product-row .mc-product-retail-price {
    text-decoration: line-through;
    color: #a6a6a6;
  }
  .minicart-v2 .minicart-product-row .mc-savings {
    color: #dc2221;
  }
  .minicart-v2 .minicart-product-row .mc-bundled-discount-label,
  .minicart-v2 .minicart-product-row .mc-product-bundled-label {
    color: #7ed44f;
  }
  .minicart-v2 .minicart-product-row .mc-product-bundled-label,
  .minicart-v2 .minicart-product-row .mc-product-free-label {
    font-size: 12px;
    margin: 0;
    font-weight: 800;
  }
  .minicart-v2 .minicart-product-row .mc-product-free-label {
    color: #00b2e2;
  }
  .minicart-v2 .minicart-product-row .mc-product-ship-dates {
    float: right;
    clear: right;
    padding-right: 15px;
    margin-top: 15px;
    font-size: 12px;
    text-align: right;
  }
  .minicart-v2 .minicart-product-row .mc-product-preordered {
    line-height: normal;
  }
  .minicart-v2 .minicart-product-row .mc-product-ship-details {
    color: #636363;
    font-size: 12px;
  }
  .minicart-v2 .minicart-product-row .mc-product-remove {
    position: absolute;
    right: 15px;
    top: 19px;
    z-index: 1;
  }
  .minicart-v2 .minicart-product-row .cart-promo-holder {
    margin-top: 10px;
    min-height: 52px;
    clear: both;
    border: 1px solid #dadada;
  }
  .minicart-v2 .minicart-product-row .cart-promo-holder:before {
    content: "";
    display: block;
    height: 0;
    clear: both;
  }
  .minicart-v2 .minicart-product-row .cart-promo-holder p {
    max-width: 85%;
    font-weight: 800;
  }
  @media (min-width: 320px) and (max-width: 767px) {
    .minicart-v2 {
      position: fixed;
      top: -1px;
      right: -100%;
      height: 100%;
      max-width: 330px;
      z-index: 10002;
    }
    .minicart-v2 .gnb-b2c-cart-results {
      height: 100%;
      overflow-x: hidden;
      overflow-y: auto;
    }
    .minicart-v2 .minicart-close {
      display: block;
    }
  }
  @media (max-width: 321px) {
    .minicart-v2 {
      max-width: 310px;
    }
  }
  .disclaimerPopUp {
    display: none;
    position: absolute;
    height: 100%;
    background-color: rgba(24, 24, 24, 0.79);
    width: 100%;
    top: 0px;
    left: 0px;
    z-index: 99999;
  }
  .disclaimerPopUp .disclaimerBackLay {
    position: absolute;
    height: 100vh;
    background-color: rgba(247, 247, 247, 0.16);
    width: 100vw;
    top: 0px;
    left: 0px;
    z-index: 99999;
  }
  .disclaimerPopUp .disclaimerBox {
    direction: initial !important;
    -webkit-box-shadow: 0px 0px 3px 1px #d3d3d3;
    box-shadow: 0px 0px 3px 1px #d3d3d3;
    position: absolute;
    top: 5vh;
    left: 20vw;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #ffffff;
    z-index: 99999;
    width: 40vw;
    min-height: 327px;
    padding: 0px;
    padding-top: 10px;
  }
  @media (max-width: 768px) {
    .disclaimerPopUp .disclaimerBox {
      position: absolute;
      top: 5vh;
      left: 5vw;
      width: 90vw;
      height: 75%;
    }
  }
  .disclaimerPopUp .disclaimerTitle {
    text-align: center;
    font-family: SamsungOneLatinWeb-800;
    font-size: 18pt;
    padding-bottom: 15px;
    color: #363636;
    letter-spacing: 1.2pt;
  }
  @media (max-width: 768px) {
    .disclaimerPopUp .disclaimerTitle {
      max-height: 80vh;
    }
  }
  .disclaimerPopUp .disclaimerContent {
    margin: auto;
    height: 299px;
    width: 100%;
    word-wrap: break-word;
    overflow-y: scroll;
    overflow: auto;
    font-size: 18px;
    line-height: 20px;
    font-family: SamsungOneLatinWeb-400;
    color: #363636;
    text-align: center;
    padding: 0px 15px;
  }
  @media (max-width: 768px) {
    .disclaimerPopUp .disclaimerContent {
      height: -webkit-calc(100% - 90px);
      height: calc(100% - 90px);
    }
  }
  .disclaimerPopUp .disclaimerContent a {
    color: #20a2ff;
  }
  .disclaimerPopUp .disclaimerBtnGroup {
    text-align: center;
    margin-top: 16px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    -js-display: flex;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-weight: bolder;
    border: 1px solid #d3d3d3;
    padding: 10px;
    -webkit-box-shadow: 0px 0px 3px 1px #d3d3d3;
    box-shadow: 0px 0px 3px 1px #d3d3d3;
    font-size: 12pt;
    letter-spacing: 0.8pt;
    color: #1428a0;
    font-family: SamsungOneLatinWeb-800;
    line-height: 23px;
    cursor: pointer;
  }
  .disclaimerPopUp .disclaimerBtnGroup .disclaimerBtn {
    width: 50%;
  }
  @media (max-width: 768px) {
    .disclaimerPopUp .disclaimerBtnGroup {
      max-height: 10vh;
      margin-top: 7px;
    }
  }
  .subHeadDiscPopUp {
    cursor: pointer;
    font-size: 12px !important;
  }
  @media screen and (min-width: 768px) {
    .hide-tabplus.hide-tabplus.hide-tabplus {
      display: none;
    }
  }
  @media screen and (max-width: 767px) {
    .hide-mobile.hide-mobile.hide-mobile {
      display: none;
    }
  }
  .rnded-box-link {
    font-size: 11px;
    font-size: 0.6875rem;
  }
  .top-fix {
    position: fixed !important;
    top: 0;
    z-index: 9999 !important;
  }
  #footer .back-to-top {
    display: none !important;
  }
  .gnb-b2c-promo-wrapper {
    display: none;
  }
  .gnb-extender {
    display: block;
  }
  .aem-component-hidden {
    display: none;
  }
  
#chatBotContainer .samsung_chatBot_window{
    position:relative;
    border:2px solid #e5e5e5;
    text-align:center;
    width:360px;
    height:520px;
    background-color:#FFFFFF
}
#chatBotContainer .samsung_chatBot_window .container{
    width:initial !important
}
#chatBotContainer .samsung_chatBot_window .container .icon-right-carat::before{
    content:'\e902';
    font-family:SamsungSharpGraphic
}
#chatBotContainer .samsung_chatBot_window .container .icon-left-carat::before{
    content:'\e903';
    font-family:SamsungSharpGraphic
}
#chatBotContainer .chat_container_popOut{
    top:50%;
    left:50%
}
#chatBotContainer .chat_window_popOut{
    -webkit-transform:translate(-50%, -50%);
    -ms-transform:translate(-50%, -50%);
    transform:translate(-50%, -50%)
}
#chatBotContainer .chat_window_popOut .chatBot_user_input{
    position:absolute;
    right:0;
    left:0;
    bottom:0
}
#chatBotContainer .c_welcom_msg{
    font-size:11px;
    color:#757575;
    margin:14px 0 4px
}
#chatBotContainer .chat_error_msg{
    font-size:12px;
    height:30px;
    background-color:orange;
    position:absolute;
    width:356px;
    line-height:16px;
    z-index:99999;
    padding:7px
}
#chatBotContainer .chat_error_msg_retry{
    text-decoration:underline
}
#chatBotContainer .time_stamps{
    font-size:10px;
    color:#bbbbbb;
    margin:0px 8px;
    padding-bottom:5px
}
#chatBotContainer .c_time_stamps_title{
    font-size:10px;
    color:#bbbbbb;
    margin:2% 0 2% 0
}
#chatBotContainer .c_nav_bar{
    height:50px;
    width:100%;
    background-color:#1428A0;
    padding:0 8px;
    -webkit-box-sizing:border-box;
    box-sizing:border-box
}
#chatBotContainer .c_nav_text{
    float:left;
    color:#FFFFFF;
    font-size:16px;
    line-height:50px
}
#chatBotContainer .c_nav_icon_x{
    float:right;
    color:#FFFFFF;
    font-size:18px;
    line-height:50px;
    padding:0 8px 0 7px
}
#chatBotContainer .nav_icon_w{
    float:right;
    color:#FFFFFF;
    font-size:18px;
    line-height:50px;
    padding:0 7px
}
#chatBotContainer .nav_icon_w_popUp{
    float:right;
    color:#FFFFFF;
    font-size:18px;
    line-height:50px;
    padding:0 7px
}
#chatBotContainer .c_nav_icon_mini{
    float:right;
    color:#FFFFFF;
    font-size:18px;
    line-height:50px;
    padding:0 7px
}
#chatBotContainer .chatBot_user_input{
    height:50px;
    -webkit-box-shadow:0 0 3px #808080;
    box-shadow:0 0 3px #808080;
    -webkit-transition:height 0.3s;
    transition:height 0.3s;
    position:absolute;
    bottom:0;
    width:100%
}
#chatBotContainer .chatBot_user_input.user_input_expande{
    height:120px
}
#chatBotContainer .c_input_options{
    display:inline-block;
    width:20px;
    height:20px;
    float:left;
    background-image:url("../../../../../../../etc.clientlibs/samsung/clientlibs/us/common/clientlib-dependencies/resources/images/icons/chatbot-userinput-expand-v1.png");
    background-repeat:no-repeat;
    background-size:contain;
    margin:15px 0 10px 15px
}
#chatBotContainer .user_inputOption_expande{
    background-image:url("../../../../../../../etc.clientlibs/samsung/clientlibs/us/common/clientlib-dependencies/resources/images/icons/chatbot-userinput-close.png")
}
#chatBotContainer .c_input_field{
    display:inline-block;
    line-height:50px;
    width:80%
}
#chatBotContainer .input_field_text{
    width:90%;
    border:none;
    height:30px;
    font-size:14px
}
#chatBotContainer .input_field_text::-webkit-input-placeholder{
    color:#bbbbbb;
    font-size:14px
}
#chatBotContainer .input_field_text:focus{
    outline-width:0
}
#chatBotContainer .c_send_msg{
    display:inline-block;
    width:20px;
    height:20px;
    float:right;
    background-image:url("../../../../../../../etc.clientlibs/samsung/clientlibs/us/common/clientlib-dependencies/resources/images/icons/chatbot-send-grey.png");
    background-repeat:no-repeat;
    background-size:contain;
    margin:15px 15px 10px 0
}
#chatBotContainer .send_msg_active{
    background-image:url("../../../../../../../etc.clientlibs/samsung/clientlibs/us/common/clientlib-dependencies/resources/images/icons/chatbot-send-blue.png")
}
#chatBotContainer .c_user_input_accor{
    background-color:#F5F5F5;
    height:70px
}
#chatBotContainer .user_restart_session{
    width:36%;
    display:inline-block;
    height:100%;
    padding-top:10px
}
#chatBotContainer .user_speak_agent{
    width:36%;
    display:inline-block;
    height:100%;
    padding-top:10px
}
#chatBotContainer .chatBotContainer{
    font-size:24px;
    height:550px;
    overflow-y:auto;
    -webkit-transition:height 0.3s;
    transition:height 0.3s;
    -webkit-box-sizing:content-box;
    box-sizing:content-box;
    position:relative;
    position:absolute;
    top:50px;
    bottom:50px;
    left:0;
    width:100%;
    height:auto
}
@media (max-width: 768px){
    #chatBotContainer .chatBotContainer{
        -webkit-overflow-scrolling:touch
    }
}
#chatBotContainer .chatBotContainer::-webkit-scrollbar{
    width:6px;
    background-color:#F5F5F5
}
#chatBotContainer .chatBotContainer::-webkit-scrollbar-thumb{
    background-color:#000000
}
#chatBotContainer div[class^="postMsgCard"]{
    display:inline-block;
    background-color:#ececec;
    -webkit-border-radius:16px;
    border-radius:16px;
    font-size:14px;
    -webkit-box-shadow:0 0 10px #808080;
    box-shadow:0 0 10px #808080;
    margin:15px 10px
}
#chatBotContainer .postMsgCard-title{
    display:inline-block;
    vertical-align:top;
    width:80%;
    font-size:14px;
    font-weight:800;
    padding:0 15px
}
#chatBotContainer .postMsgCard-text{
    display:inline-block;
    vertical-align:top;
    width:80%;
    font-size:14px
}
#chatBotContainer .postMsgCard_img{
    width:100%;
    -webkit-border-radius:16px 16px 0 0;
    border-radius:16px 16px 0 0
}
#chatBotContainer .postMsgOptions_text{
    font-size:14px;
    font-weight:800;
    color:#40a2ff;
    margin:0;
    padding:12px 15px;
    cursor:pointer;
    -webkit-border-radius:32px;
    border-radius:32px;
    border:2px solid #40a2ff;
    display:inline-block
}
#chatBotContainer .postMsgOptions_text_clicked{
    font-size:14px;
    font-weight:800;
    color:#40a2ff;
    margin:0;
    padding:12px 15px;
    cursor:pointer;
    -webkit-border-radius:32px;
    border-radius:32px;
    border:2px solid #40a2ff;
    display:inline-block
}
#chatBotContainer .postMsgOptions_text_See_Order{
    font-size:14px;
    font-weight:800;
    color:#40a2ff;
    margin:0;
    padding:8px 0;
    cursor:pointer
}
#chatBotContainer div[class^="postMsgOptions_container"]{
    -webkit-border-radius:16px 16px 0 16px;
    border-radius:16px 16px 0 16px;
    margin:10px 0px;
    text-align:right;
    padding:0 0 0 5%;
    display:inline-block;
    max-width:80%
}
#chatBotContainer div[class^="postMsg_Option"]{
    margin-bottom:8px
}
#chatBotContainer .chatBotContainer .postMsgOptions_container_init{
    border:none !important;
    margin:20px 0 !important;
    padding:0 !important;
    display:block;
    max-width:100% !important
}
#chatBotContainer .postMsg_Option_init{
    border:none !important;
    -webkit-border-radius:0px !important;
    border-radius:0px !important;
    padding:10px !important;
    border-bottom:2px solid #dcdcdc !important;
    display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    -js-display:flex;
    display:flex;
    -webkit-box-align:center;
    -webkit-align-items:center;
    -ms-flex-align:center;
    align-items:center
}
#chatBotContainer .postMsg_Option_init:first-child{
    border-top:2px solid #dcdcdc !important
}
#chatBotContainer .botMsg{
    text-align:left;
    padding-left:10px;
    overflow-wrap:break-word;
    display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    -js-display:flex;
    display:flex;
    -webkit-box-align:end;
    -webkit-align-items:flex-end;
    -ms-flex-align:end;
    align-items:flex-end;
    margin:10px 0
}
#chatBotContainer .botMsg.innerBotMsg{
    padding-left:0px
}
#chatBotContainer .botMsg p{
    color:#FFFFFF
}
#chatBotContainer .botMsg a{
    word-break:break-all
}
#chatBotContainer .botMsg_text_img{
    position:relative
}
#chatBotContainer .botMsg_text_img p{
    color:#000000
}
#chatBotContainer .botMsg_text_img::before{
    content:'';
    width:20px;
    height:20px;
    width:20px;
    position:absolute;
    display:inline-block;
    background-image:url("../../../../../../../etc.clientlibs/samsung/clientlibs/us/common/clientlib-dependencies/resources/images/icons/chatbot-expand-icon.png");
    background-size:20px 20px;
    right:10px
}
#chatBotContainer .botMsg ol p{
    color:#000000
}
#chatBotContainer .chat_bot_thumbanil{
    vertical-align:bottom;
    padding-right:10px;
    width:42px;
    height:32px
}
#chatBotContainer .chat_bot_thumbanil.innerBotImage{
    width:auto
}
#chatBotContainer .chat_bot_thumbanil_hidden.chat_bot_thumbanil_hidden{
    visibility:hidden
}
#chatBotContainer .botMsg_text{
    display:inline-block;
    max-width:68%;
    font-size:14px;
    line-height:20px;
    font-weight:400;
    -webkit-border-radius:16px 16px 16px 0;
    border-radius:16px 16px 16px 0;
    color:white;
    background-color:#4990e2;
    text-align:left;
    padding:10px 15px;
    word-break:break-word
}
#chatBotContainer .botMsg_text img{
    width:-webkit-calc(100% + 30px);
    width:calc(100% + 30px);
    margin-left:-15px;
    margin-top:-10px;
    -webkit-border-radius:16px 16px 0 0;
    border-radius:16px 16px 0 0;
    cursor:pointer
}
#chatBotContainer .botMsg_text a{
    color:#FFFFFF;
    text-decoration:underline
}
#chatBotContainer .botMsg_text p{
    font-size:14px;
    line-height:20px;
    font-weight:400
}
#chatBotContainer .postMsgOptions_text_init{
    max-width:100%
}
#chatBotContainer .inputFieldMsg{
    text-align:end;
    margin:0 5%;
    display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    -js-display:flex;
    display:flex;
    -webkit-box-align:end;
    -webkit-align-items:flex-end;
    -ms-flex-align:end;
    align-items:flex-end;
    margin:10px 10px 10px 0px;
    -webkit-box-pack:end;
    -webkit-justify-content:flex-end;
    -ms-flex-pack:end;
    justify-content:flex-end
}
#chatBotContainer .inputFieldMsg_text{
    font-size:14px;
    color:black;
    display:inline-block;
    text-align:right;
    -webkit-border-radius:16px 16px 0 16px;
    border-radius:16px 16px 0 16px;
    background-color:#dbe9f9;
    padding:10px 15px;
    max-width:79%;
    word-break:break-word
}
#chatBotContainer .container_menu_wrapper{
    text-align:right;
    margin:0px 10px
}
#chatBotContainer div[class^="container_taxonomyCategorys"]{
    -webkit-border-radius:16px 16px 0 16px;
    border-radius:16px 16px 0 16px;
    border:2px solid #40a2ff;
    margin:10px 0px;
    text-align:right;
    padding:0 5%;
    display:inline-block
}
#chatBotContainer .taxonomyCategory-label{
    font-size:14px;
    font-weight:800;
    color:#40a2ff;
    margin:0;
    padding:8px 0;
    cursor:pointer
}
#chatBotContainer div[class^="taxonomyCategory"]{
    border:2px solid #ececec;
    -webkit-border-radius:17px;
    border-radius:17px;
    -webkit-box-shadow:2px 0px 10px 0px #e5e5e5;
    box-shadow:2px 0px 10px 0px #e5e5e5
}
#chatBotContainer div[class^="taxonomyCategory"] .taxonomyCategory-image{
    border:none;
    -webkit-border-radius:17px 17px 0px 0px;
    border-radius:17px 17px 0px 0px;
    border-bottom:2px solid #ececec;
    padding:10px 5px;
    display:table;
    margin:auto;
    width:100%;
    -webkit-box-shadow:none;
    box-shadow:none
}
#chatBotContainer div[class^="taxonomyCategory"] .taxonomyCategory-image-img{
    -webkit-border-radius:17px 17px 0px 0px;
    border-radius:17px 17px 0px 0px;
    width:100%;
    max-width:220px;
    margin:auto;
    cursor:pointer
}
#chatBotContainer .container.slick-initialized.slick-slider .slick-slide{
    opacity:0.4;
    width:120px;
    margin:0px 5px
}
#chatBotContainer .container.slick-initialized.slick-slider .slick-current{
    opacity:1
}
#chatBotContainer .container.slick-initialized.slick-slider .taxonomyCategory-content{
    min-height:62px;
    display:table;
    margin:auto;
    -webkit-box-shadow:none;
    box-shadow:none
}
#chatBotContainer .container.slick-initialized.slick-slider .taxonomyCategory-content .taxonomyCategory-label{
    font-size:14px;
    font-weight:800;
    color:#40a2ff;
    margin:0;
    padding:8px 8px;
    cursor:pointer;
    text-align:center;
    vertical-align:middle;
    display:table-cell;
    line-height:1.5
}
#chatBotContainer .container.slick-initialized.slick-slider button.slick-next .icon-right-carat.slick-arrow__icon{
    font-size:14px;
    color:#5b5b5b;
    position:absolute;
    top:8px;
    left:4px
}
#chatBotContainer .container.slick-initialized.slick-slider button.slick-prev .icon-left-carat.slick-arrow__icon{
    font-size:14px;
    color:#5b5b5b;
    position:absolute;
    top:8px;
    left:4px
}
#chatBotContainer .container.slick-initialized.slick-slider button.slick-next{
    height:33px;
    width:24px;
    right:6px;
    -webkit-border-radius:2px;
    border-radius:2px;
    background-color:#f2f2f2;
    border:solid 1.5px #d5d4d4;
    padding:0px
}
#chatBotContainer .container.slick-initialized.slick-slider button.slick-prev{
    height:33px;
    width:24px;
    left:6px;
    -webkit-border-radius:2px;
    border-radius:2px;
    background-color:#f2f2f2;
    border:solid 1.5px #d5d4d4;
    padding:0px
}
#chatBotContainer div[class^="taxonomyCategory"]:last-child{
    border:none
}
#chatBotContainer .slick-slide img{
    display:block;
    -webkit-transition:all 1s;
    transition:all 1s;
    -webkit-transform:scale(1, 1);
    -ms-transform:scale(1, 1);
    transform:scale(1, 1)
}
#chatBotContainer div[class^="container_menu_wrapper_article"] .slick-list{
    padding:5px 40px !important
}
#chatBotContainer div[class^="article_listItem_panel"]{
    border:1px solid #e5e5e5;
    margin:3% 5% 3% 13%;
    -webkit-border-radius:16px;
    border-radius:16px;
    -webkit-box-shadow:0px 2px 5px #808080;
    box-shadow:0px 2px 5px #808080;
    font-size:14px;
    font-weight:800
}
#chatBotContainer div[class^="article_listItem-title"]{
    padding:25% 3% 5% 3%;
    margin-bottom:0;
    -webkit-border-radius:16px 16px 0 0;
    border-radius:16px 16px 0 0;
    color:#fff;
    height:130px;
    cursor:pointer;
    text-align:left;
    position:relative
}
#chatBotContainer .article_title_content{
    position:absolute;
    bottom:5px;
    left:10px;
    font-size:12px;
    font-weight:bold;
    font-style:normal;
    font-stretch:normal;
    line-height:1.42;
    letter-spacing:normal;
    text-align:left;
    color:#ffffff
}
#chatBotContainer p[class^="article_clicked_listItem-title"]{
    padding:5% 3%;
    border-bottom:2px solid #e5e5e5;
    margin-bottom:0;
    -webkit-border-radius:16px 16px 0px 0px;
    border-radius:16px 16px 0px 0px
}
#chatBotContainer div[class^="article_listItem_viewsteps"]{
    color:#40a2ff;
    border-top:1px solid #e5e5e5;
    padding:10px;
    font-size:12px;
    line-height:1.5;
    cursor:pointer
}
#chatBotContainer div[class^="article_listItem_viewsteps"].article_listItem_viewsteps_first_p{
    font-size:11px;
    color:#363636;
    line-height:1.5;
    padding:5px 10px;
    text-align:left;
    height:40px;
    overflow:hidden
}
#chatBotContainer .botMsg ol{
    list-style-type:none;
    counter-reset:elementcounter;
    padding-left:0
}
#chatBotContainer .botMsg ol li{
    font-size:14px;
    line-height:1.5;
    font-weight:400;
    -webkit-border-radius:16px;
    border-radius:16px;
    margin:3% 3% 3% 10%;
    background:#f2f2f2;
    -webkit-box-shadow:0 2px 4px 0 rgba(0,0,0,0.2);
    box-shadow:0 2px 4px 0 rgba(0,0,0,0.2);
    border:solid 1px #ececec
}
@media (max-width: 768px){
    #chatBotContainer .botMsg ol li{
        font-size:12px
    }
}
#chatBotContainer .botMsg ol li img{
    width:100%;
    -webkit-border-radius:16px 16px 0 0;
    border-radius:16px 16px 0 0
}
#chatBotContainer .botMsg ol li p{
    padding:4%;
    font-weight:400;
    font-size:14px;
    line-height:1.5
}
@media (max-width: 768px){
    #chatBotContainer .botMsg ol li p{
        font-size:12px
    }
}
#chatBotContainer .botMsg ol li p:before{
    content:"Step " counter(elementcounter) "\a";
    counter-increment:elementcounter;
    font-weight:bold;
    font-size:14px;
    white-space:pre;
    position:relative;
    bottom:3px
}
@media (max-width: 768px){
    #chatBotContainer .botMsg ol li p:before{
        font-size:12px
    }
}
#chatBotContainer .botMsg ul{
    list-style-type:none;
    counter-reset:elementcounter;
    padding-left:0
}
#chatBotContainer .botMsg ul li{
    font-size:14px;
    line-height:1.5;
    font-weight:400;
    -webkit-border-radius:16px;
    border-radius:16px;
    margin:3% 3% 3% 10%;
    background:#f2f2f2;
    -webkit-box-shadow:0 2px 4px 0 rgba(0,0,0,0.2);
    box-shadow:0 2px 4px 0 rgba(0,0,0,0.2);
    border:solid 1px #ececec
}
@media (max-width: 768px){
    #chatBotContainer .botMsg ul li{
        font-size:12px
    }
}
#chatBotContainer .botMsg ul li img{
    width:100%;
    -webkit-border-radius:16px 16px 0 0;
    border-radius:16px 16px 0 0
}
#chatBotContainer .botMsg ul li p{
    padding:4%;
    font-weight:400;
    font-size:14px;
    line-height:1.5
}
@media (max-width: 768px){
    #chatBotContainer .botMsg ul li p{
        font-size:12px
    }
}
#chatBotContainer .botMsg ul li p:before{
    content:"Step " counter(elementcounter) "\a";
    counter-increment:elementcounter;
    font-weight:bold;
    font-size:14px;
    white-space:pre;
    position:relative;
    bottom:3px
}
@media (max-width: 768px){
    #chatBotContainer .botMsg ul li p:before{
        font-size:12px
    }
}
#chatBotContainer div[class^="article_desc"]{
    font-size:14px;
    line-height:1.5
}
@media (max-width: 768px){
    #chatBotContainer div[class^="article_desc"]{
        font-size:12px
    }
}
#chatBotContainer div[class^="article_desc"] img{
    width:100%
}
#chatBotContainer div[class^="article_desc"] img.innerBotImage{
    width:auto
}
#chatBotContainer div[class^="article_desc"] ul{
    list-style:none
}
#chatBotContainer div[class^="article_desc"] p{
    font-size:14px;
    line-height:1.5;
    color:#4e4e4e;
    font-weight:400;
    -webkit-border-radius:16px;
    border-radius:16px;
    margin:3% 3% 3% 10%;
    background:#f2f2f2;
    -webkit-box-shadow:0 2px 4px 0 rgba(0,0,0,0.2);
    box-shadow:0 2px 4px 0 rgba(0,0,0,0.2);
    padding:4%;
    border:solid 1px #ececec
}
@media (max-width: 768px){
    #chatBotContainer div[class^="article_desc"] p{
        font-size:12px
    }
}
#chatBotContainer div[class^="article_desc"] p b{
    color:#000000;
    font-weight:bold
}
#chatBotContainer div[class^="article_desc"] li p{
    margin:0px;
    border:none;
    -webkit-box-shadow:none;
    box-shadow:none
}
#chatBotContainer div[class^="article_desc"] .article_p_hide{
    display:none
}
#chatBotContainer div[class^="article_desc"] .articleExpand{
    font-size:14px;
    font-weight:bold;
    font-style:normal;
    font-stretch:normal;
    line-height:normal;
    letter-spacing:0.2px;
    text-align:right;
    color:#4a90e2;
    margin-top:8px;
    cursor:pointer
}
#chatBotContainer div[class^="article_desc"] div[class^="article_div"]{
    font-size:14px;
    line-height:1.5;
    color:#4e4e4e;
    font-weight:400;
    -webkit-border-radius:16px;
    border-radius:16px;
    margin:3% 3% 3% 10%;
    background:#f2f2f2;
    -webkit-box-shadow:0 2px 4px 0 rgba(0,0,0,0.2);
    box-shadow:0 2px 4px 0 rgba(0,0,0,0.2);
    padding:4%;
    border:solid 1px #ececec
}
@media (max-width: 768px){
    #chatBotContainer div[class^="article_desc"] div[class^="article_div"]{
        font-size:12px
    }
}
#chatBotContainer div[class^="article_desc"] div[class^="article_div"] b{
    font-weight:bold
}
#chatBotContainer .postMsg_order_card_container{
    display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    -js-display:flex;
    display:flex;
    -webkit-box-orient:vertical;
    -webkit-box-direction:normal;
    -webkit-flex-direction:column;
    -ms-flex-direction:column;
    flex-direction:column
}
#chatBotContainer .postMsg_order_card{
    background-color:transparent !important;
    margin:5% 5% 5% 12% !important
}
#chatBotContainer .chatBot_order_info{
    display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    -js-display:flex;
    display:flex;
    text-align:left
}
#chatBotContainer .chatBot_order_details{
    width:70%;
    padding:10px 0
}
#chatBotContainer .chatBot_order_img{
    width:30%;
    display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    -js-display:flex;
    display:flex;
    -webkit-box-align:center;
    -webkit-align-items:center;
    -ms-flex-align:center;
    align-items:center
}
#chatBotContainer .chatBot_order_img img{
    width:100%
}
#chatBotContainer .chatBot_order_productName{
    font-weight:800;
    padding:3%
}
#chatBotContainer .chatBot_order_number{
    padding:3%
}
#chatBotContainer .chatBot_order_status{
    padding:3%
}
#chatBotContainer .chatBot_order_tracking{
    padding:3%
}
#chatBotContainer .chatBot_order_seeDetail{
    padding:5%;
    font-size:14px;
    font-weight:800;
    color:#40a2ff;
    border-top:2px solid #ececec;
    text-align:center
}
#chatBotContainer .livePerson_info{
    background-color:#F5F5F5;
    display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    -js-display:flex;
    display:flex;
    -webkit-box-pack:center;
    -webkit-justify-content:center;
    -ms-flex-pack:center;
    justify-content:center;
    -webkit-box-align:center;
    -webkit-align-items:center;
    -ms-flex-align:center;
    align-items:center;
    padding:15px;
    font-size:14px;
    margin:30px 0
}
#chatBotContainer .livePerson_info_img{
    width:30px
}
#chatBotContainer .livePerson_info_text{
    margin:0 15px;
    width:80%
}
#chatBotContainer .livePerson_info_text_init{
    color:#808080
}
#chatBotContainer .livePerson_info_text_connected{
    color:#009900
}
#chatBotContainer .agentMsg{
    text-align:left;
    padding-left:10px;
    overflow-wrap:break-word;
    display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    -js-display:flex;
    display:flex;
    -webkit-box-align:end;
    -webkit-align-items:flex-end;
    -ms-flex-align:end;
    align-items:flex-end;
    margin:10px 0
}
#chatBotContainer .agentMsg.agentMsg_name{
    margin-bottom:-5px
}
#chatBotContainer .agentMsg_text_name{
    font-family:'SamsungOneLatinWeb';
    font-size:12px;
    font-weight:bold;
    text-align:left;
    color:#363636
}
#chatBotContainer .agentMsg_text{
    display:inline-block;
    max-width:68%;
    font-size:14px;
    font-weight:800;
    -webkit-border-radius:16px 16px 16px 0;
    border-radius:16px 16px 16px 0;
    color:white;
    background-color:#1428a0;
    text-align:left;
    padding:10px 15px;
    word-break:break-word
}
#chatBotContainer .chat_star_rating{
    display:block;
    border:1px solid #808080;
    margin:10px 5% 10px 13%;
    margin-left:auto;
    max-width:83%;
    -webkit-border-radius:16px;
    border-radius:16px;
    padding:4% 5%
}
#chatBotContainer .chat_star_rating_text{
    font-size:14px;
    margin:15px 0
}
#chatBotContainer .chat_star_rating_exp{
    font-size:14px;
    margin:10px 0
}
#chatBotContainer .chat_star_rating-stars{
    margin:auto
}
#chatBotContainer .chat_rating_submit{
    display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    -js-display:flex;
    display:flex
}
#chatBotContainer .chat_rating_submit button{
    color:#40a2ff;
    font-size:18px;
    font-size:14px;
    padding:20px 40px 0px;
    font-weight:bold
}
#chatBotContainer .chat_close_message{
    font-family:'SamsungOneLatinWeb';
    font-weight:bold;
    line-height:1.5;
    text-align:center;
    color:#4a4a4a;
    max-width:236px;
    font-size:18px;
    margin:97px auto 0
}
#chatBotContainer .chat_close_x{
    height:65px;
    width:65px;
    margin:0 43px;
    cursor:pointer
}
#chatBotContainer .chat_close_check{
    height:65px;
    width:65px;
    margin:0 43px;
    cursor:pointer
}
#chatBotContainer .chat_close_email_input_container{
    position:relative;
    max-width:300px;
    width:100%;
    margin:44px auto 0
}
#chatBotContainer .chat_close_email_input_container_text{
    width:100%;
    height:50px;
    font-size:16px;
    padding:17px 10px 4px 10px !important
}
#chatBotContainer .chat_close_img_container{
    margin:43px 0
}
#chatBotContainer .chat_close_func{
    display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    -js-display:flex;
    display:flex;
    -webkit-box-pack:center;
    -webkit-justify-content:center;
    -ms-flex-pack:center;
    justify-content:center;
    margin:12% 0
}
#chatBotContainer .chat_close_func_print{
    margin:0 20px
}
#chatBotContainer .chat_close_window .chat_close_func_email_img{
    width:45px;
    margin-bottom:19px;
    cursor:pointer
}
#chatBotContainer .chat_close_window .chat_close_func_email_text{
    font-family:'SamsungOneLatinWeb';
    font-weight:bold;
    letter-spacing:1.2px;
    text-align:left;
    color:#000000;
    font-size:12px
}
#chatBotContainer .chat_close_window .chat_close_func_email_send_text{
    font-family:"SamsungOneLatinWeb";
    font-size:12px;
    font-weight:bold;
    line-height:1.67;
    letter-spacing:1.5px;
    text-align:center;
    color:#000000
}
#chatBotContainer .chat_close_func_email{
    margin:0 20px;
    display:none
}
#chatBotContainer .chat_close_func_email_send{
    width:100px;
    margin:24px auto;
    cursor:pointer
}
#chatBotContainer .chat_close_window .chat_close_func_print_img{
    width:45px;
    margin-bottom:16px;
    cursor:pointer
}
#chatBotContainer .chat_close_window .chat_close_func_print_text{
    font-family:'SamsungOneLatinWeb';
    font-weight:bold;
    letter-spacing:1.2px;
    text-align:left;
    color:#000000;
    font-size:12px
}
#chatBotContainer .newTab_exception_text{
    line-height:36px;
    margin:21% 10% 15% 10%;
    font-size:24px
}
#chatBotContainer .chatBot_newTab_retry{
    display:inline-block;
    padding-bottom:5px;
    border-bottom:2px solid #888888
}
#chatBotContainer .spinme-right{
    display:inline-block;
    padding:15px 20px 7px 20px;
    font-size:14px;
    -webkit-border-radius:30px;
    border-radius:30px;
    line-height:1.25em;
    font-weight:100;
    opacity:0.6
}
#chatBotContainer .spinme-left{
    display:inline-block;
    padding:15px 20px 7px 20px;
    font-size:14px;
    color:red;
    -webkit-border-radius:30px;
    border-radius:30px;
    line-height:1.25em;
    font-weight:100;
    opacity:0.6
}
#chatBotContainer .spinner{
    margin:0;
    width:30px;
    text-align:center
}
#chatBotContainer .spinner>div{
    width:10px;
    height:10px;
    -webkit-border-radius:100%;
    border-radius:100%;
    display:inline-block;
    -webkit-animation:sk-bouncedelay 1.4s infinite ease-in-out both;
    animation:sk-bouncedelay 1.4s infinite ease-in-out both;
    background:#40a2ff
}
#chatBotContainer .spinner .bounce1{
    -webkit-animation-delay:-0.32s;
    animation-delay:-0.32s
}
#chatBotContainer .spinner .bounce2{
    -webkit-animation-delay:-0.16s;
    animation-delay:-0.16s
}
@-webkit-keyframes sk-bouncedelay{
    0%,80%,100%{
        -webkit-transform:scale(0)
    }
    40%{
        -webkit-transform:scale(1)
    }
}
@keyframes sk-bouncedelay{
    0%,80%,100%{
        -webkit-transform:scale(0);
        transform:scale(0)
    }
    40%{
        -webkit-transform:scale(1);
        transform:scale(1)
    }
}
.samsung_chat_proactive_layer{
    display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    -js-display:flex;
    display:flex;
    position:fixed;
    background-color:#FFFFFF;
    z-index:1119;
    width:30%;
    height:25%;
    -webkit-transform:translate(-50%, -50%);
    -ms-transform:translate(-50%, -50%);
    transform:translate(-50%, -50%);
    top:50%;
    left:50%;
    border:3px solid #1428a0
}
@media (max-width: 768px){
    .samsung_chat_proactive_layer{
        display:-webkit-box;
        display:-webkit-flex;
        display:-ms-flexbox;
        -js-display:flex;
        display:flex;
        -webkit-box-orient:vertical;
        -webkit-box-direction:normal;
        -webkit-flex-direction:column;
        -ms-flex-direction:column;
        flex-direction:column;
        height:40%;
        width:70%
    }
}
.samsung_chat_proactive_layer .proactive_layer_logo{
    width:40%;
    background-color:#1428a0;
    display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    -js-display:flex;
    display:flex
}
@media (max-width: 768px){
    .samsung_chat_proactive_layer .proactive_layer_logo{
        width:100%;
        height:50%
    }
}
.samsung_chat_proactive_layer .proactive_layer_logo_img{
    display:block;
    margin:auto;
    width:85px
}
.samsung_chat_proactive_layer .proactive_layer_chatNow{
    margin:auto
}
.samsung_chat_proactive_layer .proactive_layer_needHelp{
    font-size:30px;
    font-weight:800;
    text-align:center;
    margin-bottom:10%
}
.samsung_chat_proactive_layer .proactive_c_layer_chatNow_cta{
    text-align:center;
    -webkit-border-radius:30px;
    border-radius:30px;
    background:#1428a0;
    font-size:12px;
    letter-spacing:1.2px;
    font-weight:700;
    color:#fff;
    line-height:50px;
    text-transform:uppercase;
    cursor:pointer;
    padding:0 30px
}
.postChatEmail_label{
    z-index:5;
    font-family:"SamsungOneLatinWeb";
    position:absolute;
    display:inline-block;
    top:25px;
    -webkit-transform:translateY(-50%);
    -ms-transform:translateY(-50%);
    transform:translateY(-50%);
    left:11px;
    line-height:14px;
    font-size:14px;
    font-weight:400;
    color:#636363;
    -webkit-transition:all .4s;
    transition:all .4s
}
.postChatEmail_icon{
    z-index:5;
    position:absolute;
    visibility:hidden;
    top:15px;
    right:10px
}
.email_input_focused{
    top:10px;
    -webkit-transform:translateY(0);
    -ms-transform:translateY(0);
    transform:translateY(0)
}
.postChatEmail_error{
    visibility:hidden;
    color:#dc2222;
    padding-top:8px;
    width:90%;
    margin:auto;
    font-size:14px;
    font-family:"SamsungOneLatinWeb";
    text-align:center
}
.postChatEmail_sent{
    max-width:170px;
    width:100%;
    padding-top:30px;
    margin:auto
}
.postChatEmail_sent_text{
    font-size:18px;
    color:#4a4a4a;
    font-family:"SamsungOneLatinWeb";
    font-weight:bold;
    line-height:1.5;
    text-align:center
}
.postChatEmail_sent_return{
    padding:24px 0 0;
    border-bottom:1.5px solid black;
    font-family:"SamsungOneLatinWeb";
    font-size:12px;
    font-weight:bold;
    line-height:2.67;
    letter-spacing:1.5px;
    text-align:center;
    color:#000000;
    width:53px;
    margin:auto;
    cursor:pointer
}
.chatBotImage_flyout_container{
    position:fixed;
    z-index:1999999;
    left:0;
    top:0;
    width:100%;
    height:100%;
    overflow:auto;
    background-color:rgba(0,0,0,0.7)
}
.chatBotImage_flyout_content{
    position:fixed;
    top:50%;
    left:50%;
    -webkit-transform:translate(-50%, -50%);
    -ms-transform:translate(-50%, -50%);
    transform:translate(-50%, -50%);
    background-color:#fefefe;
    text-align:center
}
.icon-x.chatbot_icon_X{
    position:fixed;
    top:10px;
    right:5px;
    width:25px;
    height:25px;
    background-color:#fff;
    cursor:pointer
}
.icon-x.chatbot_icon_X img{
    width:100%
}
@media (max-width: 769px){
    .chatBotImage_flyout_content{
        position:fixed;
        top:50%;
        left:0;
        right:0;
        -webkit-transform:translate(0, -50%);
        -ms-transform:translate(0, -50%);
        transform:translate(0, -50%)
    }
}
 
.multi-column-container {
    padding: 50px 0px
}

@media (min-width: 769px) {
    .multi-column-container .multi-column-theme {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        -js-display: flex;
        display: flex
    }
}

@media (min-width: 769px) {
    .multi-column-container .multi-column-theme.desktop_layout-center {
        text-align: center
    }
}

@media (min-width: 769px) {
    .multi-column-container .multi-column-theme.desktop_layout-left {
        text-align: left
    }
}

@media (max-width: 768px) {
    .multi-column-container .multi-column-theme.mobile_layout-center {
        text-align: center
    }
}

@media (max-width: 768px) {
    .multi-column-container .multi-column-theme.mobile_layout-left {
        text-align: left
    }
}

.multi-column-container .multi-column-theme .title-wrapper {
    padding: 10px 45px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    -js-display: flex;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

@media (min-width: 769px) {
    .multi-column-container .multi-column-theme .title-wrapper {
        border-right: 1px solid white
    }
}

.multi-column-container .multi-column-theme .title-wrapper h3 {
    font-family: 'SamsungSansSharp';
    line-height: 1.2;
    font-size: 40px;
    font-weight: bold
}

@media (min-width: 769px) {
    .multi-column-container .multi-column-theme .column-wrapper {
        border-right: 1px solid white;
        padding: 20px
    }

    .multi-column-container .multi-column-theme .column-wrapper:last-child {
        border-right: none
    }
}

@media (max-width: 768px) {
    .multi-column-container .multi-column-theme .column-wrapper {
        margin: 0px 5%;
        border-bottom: 1px solid white;
        padding: 50px 0px;
        width: 90%
    }

    .multi-column-container .multi-column-theme .column-wrapper:last-child {
        border-bottom: none;
        padding-bottom: 10px
    }
}

.multi-column-container .multi-column-theme .column-wrapper h4 {
    font-family: 'SamsungSansSharp';
    line-height: 1.2;
    font-size: 32px;
    font-weight: bold
}

.multi-column-container .multi-column-theme .column-wrapper__desc {
    padding: 20px 0px 0px 0px;
    font-weight: bold;
    line-height: 1.5
}

@media (max-width: 768px) {
    .multi-column-container .multi-column-theme .column-wrapper__desc.uvp {
        display: none
    }
}

.multi-column-container .multi-column-theme .column-wrapper__link {
    padding-top: 30px;
    text-transform: uppercase;
    font-size: 11px;
    padding-bottom: 5px;
    border-bottom: 1px solid white;
    letter-spacing: 2.8px
}

.multi-column-container__background {
    opacity: 0.7;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: 0;
    display: block
}

.multi-column-container__background img {
    width: 100%
}

.multi-column-container.image_background {
    background-color: rgba(0, 0, 0, 0.6);
    color: white
}

.multi-column-container.blue_background {
    background-color: #1429a0;
    color: white
}

.multi-column-container.blue_background .multi-column-container__background {
    opacity: 0
}

.multi-column-container.white_background {
    background-color: white;
    color: #000
}

.multi-column {
    background-color: white
}
.disclaimer {
    background: #f5f5f5;
    overflow: hidden
}

.disclaimer__row {
    margin-bottom: 10px
}

.disclaimer__show {
    margin-bottom: 10px
}

.disclaimer__show br:last-of-type {
    display: none
}

.disclaimer__show__link {
    color: #20a2ff;
    cursor: pointer;
    display: inline-block;
    margin-left: 5px
}

.disclaimer__hide {
    margin-bottom: 10px;
    display: none
}

.disclaimer__hide br:last-of-type {
    display: none
}

.disclaimer__hide__link {
    cursor: pointer;
    color: #20a2ff;
    display: inline-block;
    margin-left: 5px
}

.disclaimer a:hover {
    cursor: pointer
}

.disclaimer__inner {
    color: #363636;
    padding: 0 3%;
    font-size: 14px;
    font-size: .875rem;
    line-height: normal;
    margin-bottom: 10px;
    font-weight: normal;
    font-family: "SamsungOneLatinWeb", Arial, Helvetica, "San-Serif"
}

.disclaimer__inner sup {
    font-size: 0.7em
}

.disclaimer__inner b {
    font-weight: 700
}

.disclaimer__inner i {
    font-style: italic
}

.disclaimer__inner p {
    font-size: 14px;
    font-size: .875rem;
    line-height: normal;
    margin-bottom: 10px;
    font-weight: normal;
    font-family: "SamsungOneLatinWeb", Arial, Helvetica, "San-Serif"
}

.disclaimer__single {
    display: inline;
    white-space: nowrap
}

.disclaimer__single.disclaimer-range {
    width: auto;
    overflow: hidden
}

.disclaimer__single.disclaimer-range.active {
    white-space: normal;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis
}

.disclaimer__accordian__container {
    margin-bottom: 10px
}

.disclaimer__accordian__title {
    padding-left: 2rem;
    position: relative;
    color: #363636;
    font-size: 15px !important;
    font-family: SamsungSansSharp !important;
    color: #363636;
    font-weight: 700 !important;
    cursor: pointer
}

.disclaimer__accordian__title:before {
    content: '>';
    display: block;
    width: 16px;
    height: 16px;
    border: 2px solid #000;
    color: #000;
    text-align: center;
    font-weight: bold;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    position: absolute;
    top: 50%;
    margin-top: -10px;
    line-height: 16px;
    left: 0;
    -webkit-transition: all .25s;
    transition: all .25s;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    font-size: 12px;
    font-family: SamsungOneLatinWeb
}

.show .disclaimer__accordian__title:before {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    background: #000;
    color: #fff
}

.disclaimer__accordian__body {
    font-weight: 400;
    font-size: 14px;
    line-height: 1.71;
    height: 0;
    padding-left: 2rem;
    margin-bottom: 0px;
    overflow: hidden
}

.show .disclaimer__accordian__body {
    display: block;
    height: auto;
    margin-bottom: 10px
}
.compare-tray__container {
    background-color: #fff
}

.compare-tray__container.hideTray {
    display: none
}

.compare-tray {
    border-top: solid 1px #f2f2f2;
    -webkit-box-shadow: 0 -4px 9px 0 rgba(115, 115, 115, 0.63);
    box-shadow: 0 -4px 9px 0 rgba(115, 115, 115, 0.63);
    position: fixed;
    bottom: 0;
    z-index: 9999;
    background-color: #ffffff
}

.compare-tray__start {
    font-family: SamsungSharpSans;
    padding: 5px 0;
    font-size: 18px;
    line-height: 20px;
    font-weight: bold;
    color: #222425
}

@media (min-width: 768px) and (max-width: 900px) {
    .compare-tray__start {
        width: 65%;
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1
    }
}

@media (max-width: 768px) {
    .compare-tray__start {
        display: none
    }
}

.compare-tray__chatbox {
    text-align: center;
    padding: 5px
}

.compare-tray__chatbox a {
    color: #2189FF;
    font-family: SamsungOne;
    font-size: 14px
}

.compare-tray__chatbox a img {
    vertical-align: middle;
    margin-right: 7px
}

@media (min-width: 769px) {
    .compare-tray__row {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        -js-display: flex;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center
    }
}

@media (min-width: 768px) and (max-width: 900px) {
    .compare-tray__row {
        display: block
    }
}

@media (max-width: 768px) {
    .compare-tray__row {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        -js-display: flex;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.compare-tray__close {
    display: none
}

@media (min-width: 768px) and (max-width: 900px) {
    .compare-tray__close {
        width: 15%;
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2
    }

    .compare-tray__close button {
        color: #1428a0
    }

    .compare-tray__close button:before {
        content: none
    }
}

@media (max-width: 768px) {
    .compare-tray__close {
        display: none !important
    }
}

.compare-tray__close button {
    font-size: 12px;
    letter-spacing: 2px
}

.compare-tray__alert {
    display: none;
    -webkit-box-shadow: 0 0px 9px 2px rgba(115, 115, 115, 0.63);
    box-shadow: 0 0px 9px 2px rgba(115, 115, 115, 0.63);
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 400px;
    padding: 60px;
    background-color: #ffffff
}

.compare-tray__alert .icon-x {
    position: absolute;
    top: 15px;
    right: 15px
}

.compare-tray__alert .icon-x:hover {
    background-color: #eaeaea
}

@media (max-width: 768px) {
    .compare-tray__alert {
        width: 90vw;
        padding: 50px 25px 30px
    }
}

.compare-tray__alert #alert-message {
    font-family: SamsungOneLatinWeb;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.5;
    color: #222425
}

.compare-tray__clear {
    padding-top: 35px;
    font-family: SamsungOneLatinWeb;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 1.5;
    text-align: center;
    color: #222425
}

@media (min-width: 769px) {
    .compare-tray__clear {
        display: none
    }
}

.compare-tray__clear span {
    padding-bottom: 5px;
    border-bottom: 2px solid #000000;
    cursor: pointer
}

.compare-tray__trigger {
    display: none
}

@media (min-width: 769px) {
    .compare-tray__trigger {
        display: block
    }
}

.compare-tray__title__header {
    margin-top: 1.12994%;
    margin-bottom: 1.12994%;
    text-align: center
}

.compare-tray__title__header .type-cp2 {
    color: #000
}

.compare-tray__title__dropdown {
    text-align: right;
    margin-top: 1.55367%;
    margin-bottom: 1.55367%
}

@media (max-width: 768px) {
    .compare-tray__title__dropdown {
        text-align: center
    }
}

.compare-tray__title__dropdown .icon-down-carat {
    color: #000
}

.compare-tray__content {
    display: none;
    padding: 2% 20px
}

@media (max-width: 768px) {
    .compare-tray__content {
        padding: 2% 0
    }
}

.compare-tray__instruction {
    margin-top: 2%;
    margin-bottom: 1.5%
}

.compare-tray__instruction__begin {
    text-align: left;
    display: none
}

.compare-tray__instruction__begin.active {
    display: block
}

.compare-tray__instruction__begin .type-p1 {
    color: #a6a6a6
}

.compare-tray__instruction__ready {
    text-align: center;
    display: none
}

.compare-tray__instruction__ready.active {
    display: block
}

.compare-tray__instruction__ready .type-p1 {
    color: #363636
}

.compare-tray__instruction__clear {
    float: right;
    text-align: right
}

.compare-tray__instruction .tl-btn-clear {
    color: #a6a6a6
}

.compare-tray__instruction .tl-btn-clear::before {
    color: #a6a6a6
}

.compare-tray__next {
    padding: 0 8px;
    font-size: 0
}

@media (min-width: 769px) {
    .compare-tray__next {
        width: 20%;
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        -js-display: flex;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

@media (min-width: 1355px) {
    .compare-tray__next {
        width: auto
    }
}

@media (min-width: 768px) and (max-width: 900px) {
    .compare-tray__next {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        -js-display: flex;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        width: 100%;
        padding-bottom: 5px
    }
}

@media (max-width: 768px) {
    .compare-tray__next {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2
    }
}

@media (min-width: 769px) {
    .compare-tray__main {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        -js-display: flex;
        display: flex;
        width: 80%;
        max-width: 1020px
    }
}

@media (min-width: 768px) and (max-width: 900px) {
    .compare-tray__main {
        width: 100%
    }
}

@media (max-width: 768px) {
    .compare-tray__main {
        width: 100%;
        white-space: nowrap;
        overflow-x: scroll;
        overflow-y: hidden;
        margin-bottom: 2.5%
    }
}

.compare-tray__card {
    text-align: center;
    padding-left: 8px;
    padding-right: 8px
}

@media (max-width: 768px) {
    .compare-tray__card {
        display: inline-block;
        width: 50%;
        vertical-align: top
    }
}

.compare-tray__card .slot {
    border: dashed 1px #979797;
    -webkit-box-shadow: none;
    box-shadow: none
}

.compare-tray__card a {
    width: 100%;
    padding: 10px 0;
    border: solid 1px #dedede;
    -webkit-box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.38);
    box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.38);
    -webkit-border-radius: 20px;
    border-radius: 20px
}

.compare-tray__card__img {
    height: 50px
}

@media (min-width: 768px) and (max-width: 900px) {
    .compare-tray__card__img {
        display: none
    }
}

@media (max-width: 768px) {
    .compare-tray__card__img {
        height: 30px;
        margin: auto
    }
}

.compare-tray__card__name {
    color: #222425;
    margin-top: 1%;
    padding-bottom: 2.42%;
    font-size: 12px;
    line-height: 1.4
}

@media (min-width: 769px) {
    .compare-tray__card__name {
        text-align: left
    }

    .compare-tray__card__name.isMobile {
        width: 70%
    }
}

@media (min-width: 768px) and (max-width: 900px) {
    .compare-tray__card__name {
        line-height: 1.2;
        font-size: 10px;
        text-align: center
    }

    .compare-tray__card__name.isMobile {
        width: auto
    }
}

@media (max-width: 768px) {
    .compare-tray__card__name {
        font-size: 10px;
        line-height: 1.4;
        white-space: initial
    }
}

.compare-tray__card__price {
    color: #00b3e3;
    margin-top: 1%;
    padding-bottom: 5%;
    font-size: 12px;
    line-height: 1.4
}

@media (min-width: 769px) {
    .compare-tray__card__price {
        position: absolute;
        top: 34px
    }

    .compare-tray__card__price.isMobile {
        position: relative;
        width: 30%;
        top: auto
    }
}

@media (min-width: 768px) and (max-width: 900px) {
    .compare-tray__card__price {
        position: relative;
        top: auto;
        color: #000000;
        text-align: center
    }

    .compare-tray__card__price.isMobile {
        width: auto
    }
}

@media (max-width: 768px) {
    .compare-tray__card__price {
        display: none
    }
}

.compare-tray__info {
    padding: 0 12px;
    position: relative
}

@media (min-width: 769px) {
    .compare-tray__info>.isMobile {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        -js-display: flex;
        display: flex
    }
}

@media (min-width: 768px) and (max-width: 900px) {
    .compare-tray__info>.isMobile {
        display: block
    }
}

.compare-tray__remove .icon-x {
    color: #363636;
    position: absolute;
    top: 0;
    right: 6px;
    font-size: 14px;
    font-weight: bold
}

.compare-tray__compare {
    text-align: center;
    color: #363636
}

@media (min-width: 769px) {
    .compare-tray__compare {
        width: 100%
    }
}

@media (min-width: 768px) and (max-width: 900px) {
    .compare-tray__compare {
        width: 20%;
        -webkit-box-ordinal-group: 4;
        -webkit-order: 3;
        -ms-flex-order: 3;
        order: 3
    }
}

.compare-tray__compare .ec-btn {
    padding: 14px 30px;
    font-size: 12px;
    font-weight: 800;
    line-height: 1;
    letter-spacing: 2.4px;
    color: #ffffff;
    background-color: #1428a0;
    width: 100%
}

@media (max-width: 768px) {
    .compare-tray__compare .ec-btn {
        padding: 16px 100px;
        width: auto
    }
}

.compare-tray__disabled {
    background-color: #ccc !important;
    pointer-events: none
}

.compare-tray__disabled:hover {
    border-color: #ccc !important
}

.compare-tray__controller {
    width: 40%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    -js-display: flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end
}
.cm-g-pf-filter-header {
    padding: 3.47222vw 0 2.77778vw
}

.cm-g-pf-filter-header .container.hide-pf-filter-header { 
    display: none;
}

@media (min-width: 1440px) {
    .cm-g-pf-filter-header {
        padding: 50px 0 40px
    }
}

@media (max-width: 768px) {
    .cm-g-pf-filter-header {
        padding: 2.08333vw 0
    }
}

.cm-g-pf-filter-header__title {
    font-size: 32px;
    font-family: "SamsungSansSharp";
    font-weight: 700;
    letter-spacing: normal;
    text-align: center;
    margin-bottom: 1.73611vw
}

@media screen and (min-width: 769px) and (max-width: 1440px) {
    .cm-g-pf-filter-header__title {
        font-size: 2.22222vw !important
    }
}

@media screen and (max-width: 768px) {
    .cm-g-pf-filter-header__title {
        font-size: 5.55556vw !important
    }
}

@media (min-width: 1440px) {
    .cm-g-pf-filter-header__title {
        margin-bottom: 25px
    }
}

.cm-g-pf-filter-header__list-wrap {
    overflow: visible
}

.cm-g-pf-filter-header__list-wrap:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 5.90278vw;
    opacity: 0.75;
    -webkit-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    transform: scaleX(-1);
    background: -webkit-gradient(linear, right top, left top, color-stop(.06%, #fff), color-stop(20.37%, rgba(255, 255, 255, 0.94)), to(rgba(255, 255, 255, 0)));
    background: linear-gradient(270deg, #fff .06%, rgba(255, 255, 255, 0.94) 20.37%, rgba(255, 255, 255, 0) 100%);
    z-index: 2;
    pointer-events: none
}

@media (min-width: 1440px) {
    .cm-g-pf-filter-header__list-wrap:before {
        width: 85px
    }
}

@media (max-width: 768px) {
    .cm-g-pf-filter-header__list-wrap:before {
        width: 16.66667vw
    }
}

.cm-g-pf-filter-header__list-wrap:after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 5.90278vw;
    opacity: 0.75;
    background: -webkit-gradient(linear, right top, left top, color-stop(.06%, #fff), color-stop(20.37%, rgba(255, 255, 255, 0.94)), to(rgba(255, 255, 255, 0)));
    background: linear-gradient(270deg, #fff .06%, rgba(255, 255, 255, 0.94) 20.37%, rgba(255, 255, 255, 0) 100%);
    z-index: 2;
    pointer-events: none
}

@media (min-width: 1440px) {
    .cm-g-pf-filter-header__list-wrap:after {
        width: 85px
    }
}

@media (max-width: 768px) {
    .cm-g-pf-filter-header__list-wrap:after {
        width: 16.66667vw
    }
}

.cm-g-pf-filter-header__list-wrap.leftend:before {
    display: none
}

.cm-g-pf-filter-header__list-wrap.rightend:after {
    display: none
}

.cm-g-pf-filter-header__list {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    -ms-grid-row-align: stretch;
    align-items: stretch;
    padding: 1.04167vw 0 1.38889vw
}

@media (min-width: 1440px) {
    .cm-g-pf-filter-header__list {
        padding: 15px 0 20px
    }
}

@media (max-width: 768px) {
    .cm-g-pf-filter-header__list {
        padding: 4.16667vw 0 5.55556vw
    }
}

.cm-g-pf-filter-header .swiper-slide {
    display: inline-block;
    width: 22.56944vw;
    margin: .69444vw
}

@media (min-width: 1440px) {
    .cm-g-pf-filter-header .swiper-slide {
        width: 325px;
        margin: 10px
    }
}

@media (max-width: 768px) {
    .cm-g-pf-filter-header .swiper-slide {
        width: 41.66667vw;
        margin: 2.77778vw
    }
}

.cm-g-pf-filter-header__card {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    width: 100%;
    height: 100%;
    padding: 1.73611vw 1.73611vw 3.47222vw;
    text-align: center
}

.cm-g-pf-filter-header__card:not(.selected) {
    cursor: pointer
}

@media (min-width: 1440px) {
    .cm-g-pf-filter-header__card {
        padding: 25px 25px 50px
    }
}

@media (max-width: 768px) {
    .cm-g-pf-filter-header__card {
        padding: 6.94444vw 1.38889vw 4.16667vw
    }
}

.cm-g-pf-filter-header__card.selected, .cm-g-pf-filter-header__card:hover {
    border: 1px solid rgba(0, 0, 0, 0.15);
    background-color: rgba(255, 255, 255, 0.3);
    -webkit-box-shadow: 0 .97222vw 2.08333vw 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 .97222vw 2.08333vw 0 rgba(0, 0, 0, 0.15)
}

.cm-g-pf-filter-header__img-container {
    width: 70%;
    margin: auto
}

.cm-g-pf-filter-header__img-container__img {
    width: 100%
}

/* SCOM-15009 */
.pf-filter-header-list-view .cm-g-pf-filter-header__img-container__img {
    width: auto;
    max-width: 140px;
    max-height: 140px;
}

@media (max-width: 768px) {
    .cm-g-pf-filter-header__img-container {
        margin-bottom: 1.38889vw
    }
    	
    /* SCOM-15009 START */
    .cm-g-pf-filter-header .pf-filter-header-list-view .cm-g-pf-filter-header__top-nav {
        flex-direction: column;
        align-items: flex-start;
        padding-bottom: 0;
    }

    .pf-filter-header-list-view .cm-g-pf-filter-header__left {
        margin-bottom: 15px;
    }

    .cm-g-pf-filter-header .pf-filter-header-list-view .cm-g-pf-filter-header__right-menu.nav-view-all {
        padding-left: 0;
    }

    .pf-filter-header-list-view .cm-g-pf-filter-header__right {
        border-top: 1px solid rgba(0,0,0,0.2);
        padding: 15px 0;
        width: 100%;
    }
    .cm-g-pf-filter-header .container.tvPfEnhance.pf-filter-header-list-view .cm-g-pf-filter-header__list-wrap {
        border: none;
    }
    /* SCOM-15009 END*/
    
}

.cm-g-pf-filter-header__text-container__title {
    font-size: 18px;
    font-family: "SamsungSansSharp";
    font-weight: 700;
    letter-spacing: normal;
    line-height: 2
}

@media screen and (min-width: 769px) and (max-width: 1440px) {
    .cm-g-pf-filter-header__text-container__title {
        font-size: 1.25vw !important
    }
}

@media screen and (max-width: 768px) {
    .cm-g-pf-filter-header__text-container__title {
        font-size: 2.77778vw !important
    }
}

@media (max-width: 768px) {
    .cm-g-pf-filter-header__text-container__title {
        line-height: 1;
        margin-bottom: 1.38889vw
    }
}

.cm-g-pf-filter-header__text-container__copy {
    font-size: 14px;
    font-family: "SamsungOneLatinWeb";
    font-weight: 400;
    letter-spacing: normal;
    line-height: 1.5;
    margin-bottom: .69444vw
}

@media screen and (min-width: 769px) and (max-width: 1440px) {
    .cm-g-pf-filter-header__text-container__copy {
        font-size: .97222vw !important
    }
}

@media screen and (max-width: 768px) {
    .cm-g-pf-filter-header__text-container__copy {
        font-size: 2.77778vw !important
    }
}

@media (min-width: 1440px) {
    .cm-g-pf-filter-header__text-container__copy {
        margin-bottom: 10px
    }
    .pf-filter-header-list-view .cm-g-pf-filter-header__text-container__copy {
        margin-bottom: 0;
    }
}

@media (max-width: 768px) {
    .cm-g-pf-filter-header__text-container__copy {
        line-height: 1.3;
        margin-bottom: 4.16667vw
    }
}

.cm-g-pf-filter-header__text-container__link {
    font-size: 12px;
    font-family: "SamsungOneLatinWeb";
    font-weight: 700;
    letter-spacing: normal;
    line-height: 1.6;
    text-transform: uppercase;
    position: absolute;
    bottom: 1.73611vw;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    color: #1428A0
}

@media screen and (min-width: 769px) and (max-width: 1440px) {
    .cm-g-pf-filter-header__text-container__link {
        font-size: .83333vw !important
    }
}

@media screen and (max-width: 768px) {
    .cm-g-pf-filter-header__text-container__link {
        font-size: 2.77778vw !important
    }
}

@media (min-width: 1440px) {
    .cm-g-pf-filter-header__text-container__link {
        bottom: 25px
    }
}

@media (max-width: 768px) {
    .cm-g-pf-filter-header__text-container__link {
        bottom: 1.38889vw
    }
}

.selected .cm-g-pf-filter-header__text-container__link {
    display: none
}

.cm-g-pf-filter-header .swiper-slide {
    height: auto
}

.cm-g-pf-filter-header .swiper-button-prev {
    position: absolute;
    left: 1.04167vw;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 3.75vw;
    height: 3.75vw
}

@media (min-width: 1440px) {
    .cm-g-pf-filter-header .swiper-button-prev {
        left: 15px;
        width: 54px;
        height: 54px
    }
}

@media (max-width: 768px) {
    .cm-g-pf-filter-header .swiper-button-prev {
        left: 4.16667vw;
        width: 8.33333vw;
        height: 8.33333vw
    }
}

.cm-g-pf-filter-header .swiper-button-next {
    position: absolute;
    right: 1.04167vw;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(180deg);
    -ms-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg);
    width: 3.75vw;
    height: 3.75vw
}

@media (min-width: 1440px) {
    .cm-g-pf-filter-header .swiper-button-next {
        right: 15px;
        width: 54px;
        height: 54px
    }
}

@media (max-width: 768px) {
    .cm-g-pf-filter-header .swiper-button-next {
        right: 4.16667vw;
        width: 8.33333vw;
        height: 8.33333vw
    }
}

.cm-g-pf-filter-header .swiper-scrollbar {
    width: 21.66667vw;
    height: .27778vw;
    margin: auto
}

@media (min-width: 1440px) {
    .cm-g-pf-filter-header .swiper-scrollbar {
        width: 312px;
        height: 4px
    }
}

@media (max-width: 768px) {
    .cm-g-pf-filter-header .swiper-scrollbar {
        width: 90.83333vw;
        height: .55556vw
    }
}

.cm-g-pf-filter-header .swiper-button-prev:after, .cm-g-pf-filter-header .swiper-button-next:after {
    content: ''
}

.cm-g-pf-filter-header .swiper-button-disabled {
    display: none
}

.cm-g-pf-filter-header .cross {
    position: absolute;
    right: 1.04167vw;
    top: 1.04167vw;
    font-size: 2.77778vw;
    line-height: 0.5;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    cursor: pointer;
    display: none
}

@media (min-width: 1440px) {
    .cm-g-pf-filter-header .cross {
        right: 15px;
        top: 15px;
        font-size: 40px
    }
}

@media (max-width: 768px) {
    .cm-g-pf-filter-header .cross {
        right: 2.22222vw;
        top: 2.22222vw;
        font-size: 11.11111vw
    }
}

.cm-g-pf-filter-header .selected .cross {
    display: inline-block
}

.cm-g-pf-filter-header .cm-g-pf-filter-header__top-nav{
    display: flex;
    justify-content: space-between;
    padding: 15px 20px;
    align-items: center;
    background-color: #fff;
}

.cm-g-pf-filter-header .cm-g-pf-filter-header__left{
    font-size: 16px;
    font-weight: 700;
    font-family: 'SamsungSansSharp';
    line-height: 1.3;
}

.cm-g-pf-filter-header .cm-g-pf-filter-header__right{
    display: flex;
    font-size: 16px;
    line-height: 1.33;
}

.cm-g-pf-filter-header .cm-g-pf-filter-header__right .cm-g-pf-filter-header__right-menu{
    padding: 0 20px;
}

.cm-g-pf-filter-header__right-menu.nav-view-all:hover {
    font-weight:bold;
}

.cm-g-pf-filter-header__right-menu.nav-view-all:hover:before {
    content:'';
    position:absolute;
    border-bottom:1px solid black;
    width: 59%;
    bottom:-15px;
}

.cm-g-pf-filter-header__right-menu.nav-view-all{
    position:relative
}

.cm-g-pf-filter-header.tvPfEnhancement {
    padding:0;
}
.cm-g-pf-filter-header .container.tvPfEnhance .cm-g-pf-filter-header__list-wrap{
    border: 1px solid rgba(0,0,0,0.2);
}
.cm-g-pf-filter-header .container.tvPfEnhance.top-fix .cm-g-pf-filter-header__list-wrap{
    border-left: none;
    border-right: none;
}
.cm-g-pf-filter-header .container.tvPfEnhance.top-fix{
    position: fixed;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    background: #f7f7f7;
    z-index: 99999;
    border: none;
}

.cm-g-pf-filter-header .container.tvPfEnhance.top-fix .swiper-slide{
    width: auto;
}

@media (max-width: 768px) {
    .cm-g-pf-filter-header .container.tvPfEnhance .swiper-slide {
        width: 50vw;
        margin: 0
    }
    .cm-g-pf-filter-header .container.tvPfEnhance.tv-pf-page .swiper-slide {
        width: 68.66667vw;
    }
    .pf-filter-header-list-view .cm-g-pf-filter-header-container {
        padding-bottom: 10px;
    }
    .cm-g-pf-filter-header .tvPfEnhance .cm-g-pf-filter-header__text-container__title{
        margin-top:15px
    }
    .cm-g-pf-filter-header .tvPfEnhance .swiper-button-next{
        transform: rotate(180deg) !important;
        top: 22px;
    }
    .cm-g-pf-filter-header .tvPfEnhance .swiper-button-prev{
        transform: none !important;
        top:22px
    }
    .cm-g-pf-filter-header .tvPfEnhance .cm-g-pf-filter-header__card{
        align-items:center !important;
    }
}

.cm-g-pf-filter-header .tvPfEnhance.top-fix .cm-g-pf-filter-header__text-container__title{
    font-weight: normal;
    margin-right: 20px;
}
.cm-g-pf-filter-header .container.tvPfEnhance.top-fix .cm-g-pf-filter-header__card{
    padding:0;
}
.cm-g-pf-filter-header .container.tvPfEnhance.top-fix .cm-g-pf-filter-header__list.swiper-wrapper{
    padding:0;
    padding-left: 80px;
    height: 50px;
    align-items: center;
}

.cm-g-pf-filter-header .tvPfEnhance .cm-g-pf-filter-header__card:hover{
    border:none;
    box-shadow:none;
}
.cm-g-pf-filter-header .tvPfEnhance .cm-g-pf-filter-header__list{
    padding:0;
}
.cm-g-pf-filter-header .tvPfEnhance .cm-g-pf-filter-header__card{
    padding:0;
    display:flex;
    align-items: flex-start;
}

.cm-g-pf-filter-header .tvPfEnhance .cm-g-pf-filter-header__card{
    padding:0;
    display:flex;
}

.cm-g-pf-filter-header .tvPfEnhance .cm-g-pf-filter-header__text-container__title{
    font-size: 14px;
    font-weight: bold;
    min-height: 22px;
    line-height: 1.33;
}
.cm-g-pf-filter-header .tvPfEnhance .swiper-slide{
    width:315px
}
@media (min-width: 1440px) {
    .cm-g-pf-filter-header .tvPfEnhance .swiper-slide{
        width: 200px;
        margin: 10px
    }
    .cm-g-pf-filter-header .tv-pf-page.tvPfEnhance .swiper-slide{
        width: 325px;
    }
}
@media screen and (min-width: 769px) and (max-width: 1440px){
    .cm-g-pf-filter-header .tvPfEnhance .cm-g-pf-filter-header__text-container__title{
        font-size:14px !important;
    }
    .cm-g-pf-filter-header .tvPfEnhance .cm-g-pf-filter-header__text-container__copy{
        font-size: 12px !important;
    }
}
.cm-g-pf-filter-header .tvPfEnhance .cm-g-pf-filter-header__text-container__copy{
    font-size: 12px;
    font-weight:normal;
}
.cm-g-pf-filter-header .tvPfEnhance .cm-g-pf-filter-header__text-container{
    text-align:left;
    margin-left:0;
}
.cm-g-pf-filter-header .tvPfEnhance .cm-g-pf-filter-header__img-container{
    width: 80%;
    margin: 0;
}

.cm-g-pf-filter-header .tvPfEnhance .swiper-button-next{
    transform: translateY(-30%) rotate(180deg);
    height: 99%;
    right: -1px;
    background-image: linear-gradient(to left, rgba(247, 247, 247, 0), #f7f7f7);
    justify-content: normal;
    padding: 10px;
    width: 60px;
}

.cm-g-pf-filter-header .tvPfEnhance.top-fix .swiper-button-next{
    transform: translateY(0) rotate(180deg);
    background: none;
    top: 0;
    margin-top: 0;
    background-color:#f7f7f7
}

.cm-g-pf-filter-header .tvPfEnhance .swiper-button-prev {
    transform: translateY(-30%);
    height: 99%;
    background-image: linear-gradient(to left, rgba(247, 247, 247, 0), #f7f7f7);
    justify-content: normal;
    padding: 10px;
    width: 60px;
    left: -1px;
}
.cm-g-pf-filter-header .tvPfEnhance.top-fix .swiper-button-prev {
    transform: translateY(0);
    background: none;
    top: 0;
    margin-top: 0;
    background-color:#f7f7f7
}

.cm-g-pf-filter-header .tvPfEnhance .swiper-button-next:after {
    content: '\e903';
    font-family: "SamsungSharpGraphic" !important;
    font-size: 20px;
    color: #000;
}

.cm-g-pf-filter-header .tvPfEnhance .swiper-button-prev:after {
    content: '\e903';
    font-family: "SamsungSharpGraphic" !important;
    font-size: 20px;
    color: #000;
}

.cm-g-pf-filter-header .tvPfEnhance .cm-g-pf-filter-header__list-wrap:before{
    background:none
}

.cm-g-pf-filter-header .tvPfEnhance .cm-g-pf-filter-header__list-wrap:after{
    background:none
}
.cm-g-pf-filter-header .tvPfEnhance.top-fix .swiper-button-next:after{
    font-size: 16px;
    position: relative;
}

.cm-g-pf-filter-header .tvPfEnhance.top-fix .swiper-button-prev:after {
    font-size: 16px;
    position: relative;
}

.cm-g-pf-filter-header .tvPfEnhance .cm-g-pf-filter-header__list.top-fix-nav-filter {
    left: 50%;
    width: calc(100% - 24px);
    z-index: 9999;
    position: fixed;
    max-width: 1445px;
    transform: translateX(-50%);
    background: #f7f7f7;
    top: 0;
    display: flex;
    align-items: center;
    padding: 10px;
}

.cm-g-pf-filter-header .tvPfEnhance .cm-g-pf-filter-header__list.top-fix-nav-filter .cm-g-pf-filter-header__card{
    display: inline-block;
}
.cm-g-pf-filter-header .tvPfEnhance .top-fix-nav-filter .cm-g-pf-filter-header__text-container__title{
    line-height: 1;
}
.cm-g-pf-filter-header .tvPfEnhance .cm-g-pf-filter-header__list.top-fix-nav-filter .cm-g-pf-filter-header__card.selected .cm-g-pf-filter-header__text-container__title {
    font-weight:bold
}
.cm-g-pf-filter-header .tvPfEnhance .cm-g-pf-filter-header__list.top-fix-nav-filter .cm-g-pf-filter-header__card.selected{
    border:none;
    box-shadow:none;
    background-color:inherit;
}
.cm-g-pf-filter-header .tvPfEnhance.top-fix .cm-g-pf-filter-header__card.selected .cm-g-pf-filter-header__text-container__title{
    font-weight:bold;
    cursor: pointer;
}

.cm-g-pf-filter-header .tvPfEnhance.top-fix .cm-g-pf-filter-header__card.selected{
    background-color:transparent;
    border:none;
    box-shadow: none;
}
.cm-g-pf-filter-header .tvPfEnhance .cm-g-pf-filter-header__right .cm-g-pf-filter-header__right-menu{
    color:#000;
}
.cm-g-pf-filter-header .tvPfEnhance .cm-g-pf-filter-header__right .cm-g-pf-filter-header__right-menu:after{
    content:none !important;
}
.cm-g-pf-filter-header .tvPfEnhance .cm-g-pf-filter-header__card.selected{
    cursor:pointer;
    border:none;
    box-shadow:none;
}
.recently-viewed {
    text-align: center;
    -webkit-transition: height 2s ease-in-out;
    transition: height 2s ease-in-out
}

.recently-viewed>.container {
    background-color: #fff
}

.recently-viewed>.container>* {
    opacity: 1;
    -webkit-transition: opacity 2.5s ease-in-out;
    transition: opacity 2.5s ease-in-out
}

.recently-viewed--unpopulated>*:not(.recently-viewed__header) {
    opacity: 0
}

.recently-viewed--carousel {
    margin: 0 auto
}

.recently-viewed__header {
    padding-top: 12.56%
}

@media (min-width: 769px) {
    .recently-viewed__header {
        padding-top: 5.1%
    }
}

.recently-viewed__header-wrap .type-h2 {
    margin-bottom: 8.6%
}

@media (min-width: 769px) {
    .recently-viewed__header-wrap .type-h2 {
        margin-bottom: 10.8%
    }
}

.recently-viewed__products {
    padding-bottom: 12.56%
}

@media (min-width: 769px) {
    .recently-viewed__products {
        margin: 0 auto;
        padding-bottom: 5.1%;
        width: 73.75%
    }
}

.recently-viewed__product-card .product-card__content--carousel {
    border: 0 solid rgba(0, 0, 0, 0);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-clip: padding-box !important;
    float: left;
    position: relative;
    width: 50%;
    padding-left: 0;
    padding-right: 0;
    margin-left: 25%
}

.recently-viewed__product-card .product-card__content {
    width: 90%;
    margin: 0 auto
}

@media (max-width: 768px) {
    .recently-viewed__product-card .product-card__content {
        border: 0 solid rgba(0, 0, 0, 0);
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        background-clip: padding-box !important;
        float: left;
        position: relative;
        width: 50%;
        padding-left: 0;
        padding-right: 0;
        margin-left: 25%
    }
}

.recently-viewed__product-card .product-card__content--carousel {
    margin-left: 2.5%;
    width: 95%
}

.recently-viewed__product-card .product-card__title {
    color: #363636;
    margin-bottom: 2.44%
}

@media (min-width: 769px) {
    .recently-viewed__product-card .product-card__title {
        margin-bottom: 8.02%
    }
}

.recently-viewed__product-card .product-card__price {
    color: #636363
}

.recently-viewed__img {
    display: block;
    margin-bottom: 7.77%;
    width: 100%
}

@media (min-width: 769px) {
    .recently-viewed__img {
        margin-bottom: 23%
    }
}

.recently-viewed .slick-active {
    opacity: 1
}

.recently-viewed .slick-slider {
    margin: 0
}

.recently-viewed .slick-dots {
    margin: 0 0 12.56%;
    position: relative
}

@media (min-width: 769px) {
    .recently-viewed .slick-dots {
        margin: 0 0 5.1%
    }
}

@media (min-width: 769px) {
    .recently-viewed .slick-dots li:nth-last-child(2), .recently-viewed .slick-dots li:last-child {
        display: none
    }
}

.recently-viewed .slick-dots li button::before {
    font-size: 36px
}
@media (min-width: 769px) and (max-width: 1023px) {
    .feature-benefit-full-bleed-image__container.dream_homePage .feature-benefit-full-bleed-image__image-container {
        min-height: 580px
    }

    .feature-benefit-full-bleed-image__container.dream_homePage .feature-benefit-full-bleed-image__image-container__img {
        position: absolute;
        bottom: 0
    }
}

.feature-benefit-full-bleed-image__hangtype {
    position: absolute;
    left: 0%;
    top: 0px;
    width: 100%;
    height: 100%;
    overflow: hidden;
    pointer-events: none;
    z-index: 9;
    -webkit-transition: width 1s ease, height 1s ease;
    -webkit-transition: width 0.4s ease, height 0.4s ease;
    transition: width 0.4s ease, height 0.4s ease
}

.feature-benefit-full-bleed-image__hangtype .badge {
    margin: 0;
    padding: 0;
    color: white;
    font-family: "SamsungSansSharp";
    text-align: center;
    line-height: normal;
    vertical-align: middle;
    background: #ed1b24;
    -webkit-border-bottom-left-radius: 50%;
    border-bottom-left-radius: 50%;
    -webkit-border-bottom-right-radius: 50%;
    border-bottom-right-radius: 50%;
    padding: 0px 15px;
    font-size: 18px;
    width: 90px;
    height: 100px;
    display: table
}

.feature-benefit-full-bleed-image__hangtype .badge .hangTagText {
    display: table-cell;
    vertical-align: middle
}

@media (min-width: 769px) {
    .feature-benefit-full-bleed-image__hangtype .badge {
        padding: 0px 17px;
        font-size: 28px;
        width: 132px;
        height: 144px
    }
}

.feature-benefit-full-bleed-image__hangtype .badge:before {
    right: 100%
}

.feature-benefit-full-bleed-image__hangtype .badge:after {
    left: 100%
}

.feature-benefit-full-bleed-image__hangtype .badge.sky-blue {
    background: #0077C8;
    color: white
}

.feature-benefit-full-bleed-image__hangtype .badge.coral {
    background: #FF4337;
    color: white
}

.feature-benefit-full-bleed-image__hangtype .badge.orange {
    background: #fa7901;
    color: white
}

.feature-benefit-full-bleed-image__hangtype .badge.sea-blue {
    background: #00B3E3;
    color: #000
}

.feature-benefit-full-bleed-image__hangtype .top-right {
    position: absolute;
    top: 0;
    right: 25px;
    -ms-transform-origin: top left;
    -webkit-transform-origin: top left;
    transform-origin: top left
}

@media (min-width: 769px) {
    .feature-benefit-full-bleed-image__hangtype .top-right {
        right: 100px
    }
}

.feature-benefit-full-bleed-image__image-container {
    position: relative
}

.feature-benefit-full-bleed-image__image-container__img {
    width: 100%;
    display: block;
    margin: auto
}

.feature-benefit-full-bleed-image__text-block {
    position: absolute;
    width: -webkit-calc(100% - 16px);
    width: calc(100% - 16px);
    display: -ms-grid;
    display: grid
}

@media (min-width: 769px) {
    .feature-benefit-full-bleed-image__text-block {
        width: 31%
    }
}

@media (min-width: 769px) and (max-width: 1023px) {
    .feature-benefit-full-bleed-image__text-block {
        width: 42%
    }
}

@media (min-width: 1024px) and (max-width: 1279px) {
    .feature-benefit-full-bleed-image__text-block {
        width: 35%
    }
}

.feature-benefit-full-bleed-image__text-block.fullBleed-play-btn-hidden {
    z-index: 11
}

.feature-benefit-full-bleed-image__text-block.dark-theme .feature-benefit-full-bleed-image__text-block__title {
    color: #fff
}

.feature-benefit-full-bleed-image__text-block.dark-theme .feature-benefit-full-bleed-image__text-block__description {
    color: #fff
}

.feature-benefit-full-bleed-image__text-block.dark-theme .feature-benefit-full-bleed-image__text-block__link {
    color: #fff;
    border-bottom: 1px solid #fff
}

.feature-benefit-full-bleed-image__text-block.dark-theme .feature-benefit-full-bleed-image__text-block__link:hover {
    border-bottom-color: #00B3E3;
    color: #00B3E3
}

.feature-benefit-full-bleed-image__text-block.dark-theme .feature-benefit-full-bleed-image__text-block__link[target='_blank']:hover {
    border-bottom-color: #00B3E3;
    color: #00B3E3;
    -webkit-transition: color .2s ease-in;
    transition: color .2s ease-in
}

.feature-benefit-full-bleed-image__text-block.dark-theme .feature-benefit-full-bleed-image__text-block__link[target='_blank']:hover:after {
    background: url("../../../../../../../etc.clientlibs/samsung/clientlibs/us/common/clientlib-dependencies/resources/images/icons/newwindow-blue.svg") no-repeat
}

.feature-benefit-full-bleed-image__text-block.dark-theme .cta-button {
    color: #fff;
    vertical-align: middle
}

.feature-benefit-full-bleed-image__text-block.dark-theme .cta-button:hover {
    color: #000;
    background-color: #fff
}

.feature-benefit-full-bleed-image__text-block.dark-theme .cta-button.blue-btn {
    color: #fff !important;
    background-color: #1428a0;
    vertical-align: middle;
    border: none
}

.feature-benefit-full-bleed-image__text-block.dark-theme .cta-button.blue-btn:hover {
    background-color: #0b175c
}

.feature-benefit-full-bleed-image__text-block.dark-theme .cta-button.blue-btn:hover:after {
    background: url("../../../../../../../etc.clientlibs/samsung/clientlibs/us/common/clientlib-dependencies/resources/images/icons/newwindow.svg") no-repeat !important
}

.feature-benefit-full-bleed-image__text-block.white-theme .feature-benefit-full-bleed-image__text-block__title {
    color: #000
}

.feature-benefit-full-bleed-image__text-block.white-theme .feature-benefit-full-bleed-image__text-block__description {
    color: #000
}

.feature-benefit-full-bleed-image__text-block.white-theme .feature-benefit-full-bleed-image__text-block__link {
    color: #000;
    border-bottom: 1px solid #000
}

.feature-benefit-full-bleed-image__text-block.white-theme .feature-benefit-full-bleed-image__text-block__link:hover {
    border-bottom-color: #1428A0;
    color: #1428A0
}

.feature-benefit-full-bleed-image__text-block.white-theme .feature-benefit-full-bleed-image__text-block__link[target='_blank']:hover {
    border-bottom-color: #1428A0;
    color: #1428A0;
    -webkit-transition: color .2s ease-in;
    transition: color .2s ease-in
}

.feature-benefit-full-bleed-image__text-block.white-theme .feature-benefit-full-bleed-image__text-block__link[target='_blank']:hover:after {
    background: url("../../../../../../../etc.clientlibs/samsung/clientlibs/us/common/clientlib-dependencies/resources/images/icons/newwindow-blue.svg") no-repeat
}

.feature-benefit-full-bleed-image__text-block.white-theme .cta-button {
    color: #000;
    vertical-align: middle
}

.feature-benefit-full-bleed-image__text-block.white-theme .cta-button:hover {
    color: #fff;
    background-color: #000
}

.feature-benefit-full-bleed-image__text-block.white-theme .cta-button.blue-btn {
    color: #fff !important;
    background-color: #1428a0;
    vertical-align: middle;
    border: none
}

.feature-benefit-full-bleed-image__text-block.white-theme .cta-button.blue-btn:hover {
    background-color: #0b175c
}

.feature-benefit-full-bleed-image__text-block.white-theme .cta-button.blue-btn:hover:after {
    background: url("../../../../../../../etc.clientlibs/samsung/clientlibs/us/common/clientlib-dependencies/resources/images/icons/newwindow.svg") no-repeat !important
}

.feature-benefit-full-bleed-image__text-block.gray-theme .feature-benefit-full-bleed-image__text-block__title {
    color: #000
}

.feature-benefit-full-bleed-image__text-block.gray-theme .feature-benefit-full-bleed-image__text-block__description {
    color: #000
}

.feature-benefit-full-bleed-image__text-block.gray-theme .feature-benefit-full-bleed-image__text-block__link {
    color: #000;
    border-bottom: 1px solid #000
}

.feature-benefit-full-bleed-image__text-block.gray-theme .feature-benefit-full-bleed-image__text-block__link:hover {
    border-bottom-color: #1428A0;
    color: #1428A0
}

.feature-benefit-full-bleed-image__text-block.gray-theme .feature-benefit-full-bleed-image__text-block__link[target='_blank']:hover {
    border-bottom-color: #1428A0;
    color: #1428A0;
    -webkit-transition: color .2s ease-in;
    transition: color .2s ease-in
}

.feature-benefit-full-bleed-image__text-block.gray-theme .feature-benefit-full-bleed-image__text-block__link[target='_blank']:hover:after {
    background: url("../../../../../../../etc.clientlibs/samsung/clientlibs/us/common/clientlib-dependencies/resources/images/icons/newwindow-blue.svg") no-repeat
}

.feature-benefit-full-bleed-image__text-block.gray-theme .cta-button {
    color: #000;
    vertical-align: middle
}

.feature-benefit-full-bleed-image__text-block.gray-theme .cta-button:hover {
    color: #fff;
    background-color: #000
}

.feature-benefit-full-bleed-image__text-block.gray-theme .cta-button.blue-btn {
    color: #fff !important;
    background-color: #1428a0;
    vertical-align: middle;
    border: none
}

.feature-benefit-full-bleed-image__text-block.gray-theme .cta-button.blue-btn:hover {
    background-color: #0b175c
}

.feature-benefit-full-bleed-image__text-block.gray-theme .cta-button.blue-btn:hover:after {
    background: url("../../../../../../../etc.clientlibs/samsung/clientlibs/us/common/clientlib-dependencies/resources/images/icons/newwindow.svg") no-repeat !important
}

@media (min-width: 769px) {
    .feature-benefit-full-bleed-image__text-block.top-left {
        text-align: left;
        left: 8.3%;
        top: 8%
    }
}

@media (min-width: 769px) {
    .feature-benefit-full-bleed-image__text-block.top-center {
        text-align: center;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        top: 8%;
        width: 66%
    }
}

@media (min-width: 769px) {
    .feature-benefit-full-bleed-image__text-block.top-center .feature-benefit-full-bleed-image__text-block__container.has-cta {
        display: block;
        margin-bottom: 30px;
        margin-right: 0
    }
}

@media (min-width: 769px) {
    .feature-benefit-full-bleed-image__text-block.top-center .feature-benefit-full-bleed-image__text-block__link.has-cta {
        margin: auto
    }
}

@media (min-width: 769px) {
    .feature-benefit-full-bleed-image__text-block.top-right {
        text-align: left;
        left: 58.3%;
        top: 8%
    }
}

@media (min-width: 769px) {
    .feature-benefit-full-bleed-image__text-block.middle-left {
        text-align: left;
        left: 8.3%;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%)
    }
}

@media (min-width: 769px) {
    .feature-benefit-full-bleed-image__text-block.middle-center {
        text-align: center;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        top: 50%;
        width: 66%
    }
}

@media (min-width: 769px) and (max-width: 1280px) {
    .feature-benefit-full-bleed-image__text-block.middle-center {
        top: 60%
    }
}

@media (min-width: 769px) {
    .feature-benefit-full-bleed-image__text-block.middle-center .feature-benefit-full-bleed-image__text-block__container.has-cta {
        display: block;
        margin-bottom: 30px;
        margin-right: 0
    }
}

@media (min-width: 769px) {
    .feature-benefit-full-bleed-image__text-block.middle-center .feature-benefit-full-bleed-image__text-block__link.has-cta {
        margin: auto
    }
}

@media (min-width: 769px) {
    .feature-benefit-full-bleed-image__text-block.middle-gap {
        text-align: center;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        top: 50%;
        width: 66%;
        height: 100%
    }
}

@media (min-width: 769px) {
    .feature-benefit-full-bleed-image__text-block.middle-gap .feature-benefit-full-bleed-image__text-block__title {
        margin-top: 5%
    }
}

@media (min-width: 769px) {
    .feature-benefit-full-bleed-image__text-block.middle-gap .feature-benefit-full-bleed-image__text-block__container.has-cta {
        display: block;
        position: absolute;
        bottom: 5%;
        left: 50%;
        width: 100%;
        -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
        margin: 0
    }
}

@media (min-width: 769px) {
    .feature-benefit-full-bleed-image__text-block.middle-right {
        text-align: left;
        left: 58.3%;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%)
    }
}

@media (min-width: 769px) {
    .feature-benefit-full-bleed-image__text-block.bottom-left {
        text-align: left;
        left: 8.3%;
        bottom: 9%
    }
}

@media (min-width: 769px) {
    .feature-benefit-full-bleed-image__text-block.bottom-center {
        text-align: center;
        left: 50%;
        -webkit-transform: translate(-50%);
        -ms-transform: translate(-50%);
        transform: translate(-50%);
        bottom: 9%;
        width: 66%
    }
}

@media (min-width: 769px) {
    .feature-benefit-full-bleed-image__text-block.bottom-center .feature-benefit-full-bleed-image__text-block__container.has-cta {
        display: block;
        margin-bottom: 30px;
        margin-right: 0
    }
}

@media (min-width: 769px) {
    .feature-benefit-full-bleed-image__text-block.bottom-center .feature-benefit-full-bleed-image__text-block__link.has-cta {
        margin: auto
    }
}

@media (min-width: 769px) {
    .feature-benefit-full-bleed-image__text-block.bottom-right {
        text-align: left;
        left: 58.3%;
        bottom: 9%
    }
}

@media (max-width: 768px) {
    .feature-benefit-full-bleed-image__text-block.top-left-mobile {
        text-align: left;
        left: 16px;
        top: 46px
    }
}

@media (max-width: 768px) {
    .feature-benefit-full-bleed-image__text-block.top-center-mobile {
        text-align: center;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        top: 46px
    }
}

@media (max-width: 768px) {
    .feature-benefit-full-bleed-image__text-block.top-center-mobile .feature-benefit-full-bleed-image__text-block__container {
        display: block;
        margin-bottom: 37px;
        margin-right: 0
    }
}

@media (max-width: 768px) {
    .feature-benefit-full-bleed-image__text-block.top-center-mobile .feature-benefit-full-bleed-image__text-block__link {
        margin: auto;
        margin-left: 15px
    }
}

@media (max-width: 768px) {
    .feature-benefit-full-bleed-image__text-block.middle-center-mobile {
        text-align: center;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%)
    }
}

@media (max-width: 768px) {
    .feature-benefit-full-bleed-image__text-block.middle-center-mobile .feature-benefit-full-bleed-image__text-block__container {
        display: block;
        margin-bottom: 37px;
        margin-right: 0
    }
}

@media (max-width: 768px) {
    .feature-benefit-full-bleed-image__text-block.middle-center-mobile .feature-benefit-full-bleed-image__text-block__link {
        margin: auto;
        margin-left: 15px
    }
}

@media (max-width: 768px) {
    .feature-benefit-full-bleed-image__text-block.middle-gap-mobile {
        text-align: center;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        height: 100%
    }
}

@media (max-width: 768px) {
    .feature-benefit-full-bleed-image__text-block.middle-gap-mobile .feature-benefit-full-bleed-image__text-block__title {
        margin-top: 10%
    }
}

@media (max-width: 768px) {
    .feature-benefit-full-bleed-image__text-block.middle-gap-mobile .feature-benefit-full-bleed-image__text-block__container {
        position: absolute;
        bottom: 5%;
        left: 50%;
        width: 100%;
        -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        transform: translate(-50%, 0)
    }
}

@media (max-width: 768px) {
    .feature-benefit-full-bleed-image__text-block.bottom-left-mobile {
        text-align: left;
        left: 16px;
        bottom: 44px
    }
}

@media (max-width: 768px) {
    .feature-benefit-full-bleed-image__text-block.bottom-left-mobile .feature-benefit-full-bleed-image__text-block__container.has-cta {
        display: block;
        margin-bottom: 37px;
        margin-right: 0
    }
}

@media (max-width: 768px) {
    .feature-benefit-full-bleed-image__text-block.bottom-left-mobile .feature-benefit-full-bleed-image__text-block__link.has-cta {
        margin: auto;
        margin-left: 15px
    }
}

@media (max-width: 768px) {
    .feature-benefit-full-bleed-image__text-block.bottom-center-mobile {
        text-align: center;
        left: 50%;
        -webkit-transform: translate(-50%);
        -ms-transform: translate(-50%);
        transform: translate(-50%);
        bottom: 44px
    }
}

@media (max-width: 768px) {
    .feature-benefit-full-bleed-image__text-block.bottom-center-mobile .feature-benefit-full-bleed-image__text-block__container {
        display: block;
        margin-bottom: 37px;
        margin-right: 0
    }
}

@media (max-width: 768px) {
    .feature-benefit-full-bleed-image__text-block.bottom-center-mobile .feature-benefit-full-bleed-image__text-block__link {
        margin: auto;
        margin-left: 15px
    }
}

.feature-benefit-full-bleed-image__text-block__eyebrow {
    font-size: 18px;
    padding: 6px 9px;
    background: #00B3E3;
    display: inline-block;
    -webkit-border-radius: 7px;
    border-radius: 7px;
    margin-bottom: 15px;
    font-weight: 700;
    width: -webkit-max-content;
    width: max-content
}

.feature-benefit-full-bleed-image__text-block__eyebrow.sky-blue {
    background: #0077C8;
    color: white
}

.feature-benefit-full-bleed-image__text-block__eyebrow.coral {
    background: #FF4337;
    color: white
}

.feature-benefit-full-bleed-image__text-block__eyebrow.orange {
    background: #fa7901;
    color: white
}

.feature-benefit-full-bleed-image__text-block__eyebrow.sea-blue {
    background: #00B3E3;
    color: #000
}

.feature-benefit-full-bleed-image__text-block__title {
    font-family: "SamsungSansSharp";
    font-weight: bold;
    font-size: 31px;
    margin-bottom: 16px;
    line-height: 1.3
}

@media (min-width: 769px) {
    .feature-benefit-full-bleed-image__text-block__title {
        font-size: 72px;
        font-weight: bold;
        letter-spacing: normal;
        margin-bottom: 28px
    }
}

@media (min-width: 769px) and (max-width: 1440px) {
    .feature-benefit-full-bleed-image__text-block__title {
        margin-bottom: 1.944444vw
    }
}

@media (max-width: 768px) {
    .feature-benefit-full-bleed-image__text-block__title {
        font-size: 31px !important
    }
}

.feature-benefit-full-bleed-image__text-block__title sup {
    font-size: 11px;
    vertical-align: super
}

@media (min-width: 769px) {
    .feature-benefit-full-bleed-image__text-block__title sup {
        font-size: 24px
    }
}

.feature-benefit-full-bleed-image__text-block__title sub {
    font-size: 11px;
    vertical-align: baseline
}

@media (min-width: 769px) {
    .feature-benefit-full-bleed-image__text-block__title sub {
        font-size: 24px
    }
}

.feature-benefit-full-bleed-image__text-block__description {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.5
}

@media (min-width: 769px) {
    .feature-benefit-full-bleed-image__text-block__description {
        font-size: 20px;
        font-weight: normal;
        letter-spacing: normal
    }
}

@media (max-width: 768px) {
    .feature-benefit-full-bleed-image__text-block__description {
        font-size: 15px !important
    }
}

.feature-benefit-full-bleed-image__text-block__description sup {
    font-size: 7px;
    vertical-align: super
}

@media (min-width: 769px) {
    .feature-benefit-full-bleed-image__text-block__description sup {
        font-size: 10px
    }
}

.feature-benefit-full-bleed-image__text-block__description sub {
    font-size: 7px;
    vertical-align: baseline
}

@media (min-width: 769px) {
    .feature-benefit-full-bleed-image__text-block__description sub {
        font-size: 10px
    }
}

.feature-benefit-full-bleed-image__text-block__legalCopy {
    font-size: 12px;
    color: #999999 !important;
    line-height: 1.71;
    margin-top: 13px;
    font-weight: 400
}

@media (min-width: 769px) {
    .feature-benefit-full-bleed-image__text-block__legalCopy {
        margin-top: 27px
    }
}

.feature-benefit-full-bleed-image__text-block__legalCopy sup {
    font-size: 0.5em
}

.feature-benefit-full-bleed-image__text-block__legalCopy sub {
    font-size: 0.5em
}

.feature-benefit-full-bleed-image__text-block__legalCopy.order-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
    -ms-flex-order: 6;
    order: 6
}

.feature-benefit-full-bleed-image__text-block__container {
    display: inline-block;
    margin-right: 32px;
    margin-top: 13px
}

@media (min-width: 769px) {
    .feature-benefit-full-bleed-image__text-block__container {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        -js-display: flex;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-right: 0;
        margin-top: 40px
    }
}

@media (min-width: 769px) and (max-width: 1440px) {
    .feature-benefit-full-bleed-image__text-block__container {
        margin-top: 2.777777vw
    }
}

@media (min-width: 769px) and (max-width: 1024px) {
    .feature-benefit-full-bleed-image__text-block__container {
        margin-right: 6%
    }
}

.feature-benefit-full-bleed-image__text-block__container.has-cta a {
    margin-right: 20px
}

@media (max-width: 768px) {
    .feature-benefit-full-bleed-image__text-block__container.has-cta a {
        margin-right: auto
    }
}

.feature-benefit-full-bleed-image__text-block__container.has-cta a:last-of-type {
    margin-right: 0
}

.feature-benefit-full-bleed-image__text-block__cta-button {
    font-size: 10px;
    letter-spacing: 1.5px;
    margin: 10px 0
}

@media (min-width: 769px) {
    .feature-benefit-full-bleed-image__text-block__cta-button {
        vertical-align: middle;
        font-size: 11px;
        letter-spacing: 1.7px;
        padding: 16px 57px 15px 59px;
        font-weight: 700
    }
}

@media (min-width: 769px) {
    .feature-benefit-full-bleed-image__text-block__cta-button.only-mobile {
        display: none
    }
}

.feature-benefit-full-bleed-image__text-block__link {
    display: inline-block;
    margin: 10px 0;
    padding-top: 6px;
    padding-bottom: 6px;
    font-size: 11px;
    letter-spacing: 1.7px;
    font-weight: bold;
    text-transform: uppercase;
    position: relative
}

.feature-benefit-full-bleed-image__text-block__link:focus {
    outline-color: #4d90fe;
    outline-style: solid;
    outline-width: thin
}

@media (min-width: 769px) {
    .feature-benefit-full-bleed-image__text-block__link.only-mobile {
        display: none
    }
}

.feature-benefit-full-bleed-image .fullBleed-play-btn {
    background: url("../../../../../../../etc.clientlibs/samsung/clientlibs/us/common/clientlib-dependencies/resources/images/icons/play-button.png") right bottom no-repeat;
    outline: none !important;
    background-size: 35px 35px;
    width: 35px;
    height: 35px;
    color: #999999;
    font-size: 35px;
    position: absolute;
    bottom: 2%
}

@media (min-width: 769px) {
    .feature-benefit-full-bleed-image .fullBleed-play-btn {
        width: 64px;
        height: 64px;
        font-size: 48px;
        background-size: 45px 45px;
        display: block
    }
}

.feature-benefit-full-bleed-image .fullBleed-play-btn-bottomRight {
    position: absolute;
    bottom: 2%;
    right: 2%;
    padding-right: 55px;
    padding-bottom: 20px
}

@media (max-width: 768px) {
    .feature-benefit-full-bleed-image .fullBleed-play-btn-bottomRight {
        padding-right: 25px;
        padding-bottom: 13px
    }
}

@media (max-width: 768px) {
    .feature-benefit-full-bleed-image .fullBleed-play-btn-bottomRight {
        bottom: 3%;
        padding-right: 50px;
        padding-bottom: 2.5%
    }
}

.feature-benefit-full-bleed-image .fullBleed-play-btn-bottomRight .video-copy {
    color: #FFFFFF
}

.feature-benefit-full-bleed-image .fullBleed-play-btn-bottomRight .fullBleed-play-btn {
    cursor: pointer;
    left: auto !important;
    bottom: 0 !important
}

.feature-benefit-full-bleed-image .fullBleed-play-btn-center {
    position: absolute;
    bottom: 50%;
    right: 50%;
    -webkit-transform: translate(50%, 50%);
    -ms-transform: translate(50%, 50%);
    transform: translate(50%, 50%)
}

@media (max-width: 768px) {
    .feature-benefit-full-bleed-image .fullBleed-play-btn-center {
        bottom: 40%
    }
}

.feature-benefit-full-bleed-image .fullBleed-play-btn-center .video-copy {
    color: #FFFFFF
}

.feature-benefit-full-bleed-image .fullBleed-play-btn-center .fullBleed-play-btn {
    cursor: pointer;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    bottom: 144%
}

.feature-benefit-full-bleed-image .fullBleed-play-btn-fullBleed-play-btn-hidden {
    display: none !important
}

.feature-benefit-full-bleed-image .white-theme .video-copy {
    color: #000000 !important;
    white-space: nowrap
}

.feature-benefit-full-bleed-image .white-theme .fullBleed-play-btn {
    background: url("../../../../../../../etc.clientlibs/samsung/clientlibs/us/common/clientlib-dependencies/resources/images/icons/play-button-dark.png") right bottom no-repeat !important;
    outline: none !important;
    background-size: 45px 45px !important;
    width: 64px;
    height: 64px;
    color: #999999;
    font-size: 35px;
    position: absolute;
    bottom: 150%;
    right: 4%;
    left: 4%
}

@media (max-width: 768px) {
    .feature-benefit-full-bleed-image .white-theme .fullBleed-play-btn {
        width: 45px;
        height: 45px
    }
}

@media (min-width: 769px) {
    .feature-benefit-full-bleed-image .white-theme .fullBleed-play-btn {
        width: 64px;
        height: 64px;
        font-size: 48px;
        background-size: 64px 64px !important;
        right: 2%;
        left: 2%;
        display: block
    }
}

.feature-benefit-full-bleed-image .gray-theme .video-copy {
    color: #000000 !important;
    white-space: nowrap
}

.feature-benefit-full-bleed-image .gray-theme .fullBleed-play-btn {
    background: url("../../../../../../../etc.clientlibs/samsung/clientlibs/us/common/clientlib-dependencies/resources/images/icons/play-button-dark.png") right bottom no-repeat !important;
    outline: none !important;
    background-size: 45px 45px !important;
    width: 64px;
    height: 64px;
    color: #999999;
    font-size: 35px;
    position: absolute;
    bottom: 150%;
    right: 4%;
    left: 4%
}

@media (max-width: 768px) {
    .feature-benefit-full-bleed-image .gray-theme .fullBleed-play-btn {
        width: 45px;
        height: 45px
    }
}

@media (min-width: 769px) {
    .feature-benefit-full-bleed-image .gray-theme .fullBleed-play-btn {
        width: 64px;
        height: 64px;
        font-size: 48px;
        background-size: 64px 64px !important;
        right: 2%;
        left: 2%;
        display: block
    }
}

.feature-benefit-full-bleed-image .dark-theme .video-copy {
    color: #FFFFFF !important;
    white-space: nowrap
}

.feature-benefit-full-bleed-image .dark-theme .fullBleed-play-btn {
    background: url("../../../../../../../etc.clientlibs/samsung/clientlibs/us/common/clientlib-dependencies/resources/images/icons/play-button.png") right bottom no-repeat !important;
    outline: none !important;
    background-size: 45px 45px !important;
    width: 64px;
    height: 64px;
    color: #999999;
    font-size: 35px;
    position: absolute;
    bottom: 150%;
    right: 4%;
    left: 4%
}

@media (max-width: 768px) {
    .feature-benefit-full-bleed-image .dark-theme .fullBleed-play-btn {
        width: 45px;
        height: 45px
    }
}

@media (min-width: 769px) {
    .feature-benefit-full-bleed-image .dark-theme .fullBleed-play-btn {
        width: 64px;
        height: 64px;
        font-size: 48px;
        background-size: 64px 64px !important;
        right: 2%;
        left: 2%;
        display: block
    }
}

@media screen and (max-width: 1350px) and (min-width: 769px) {
    .feature-benefit-full-bleed-image__text-block__title {
        font-size: 2.7vw !important
    }

    .feature-benefit-full-bleed-image__text-block__description {
        font-size: 1.32vw !important
    }
}

@media screen and (max-width: 768px) and (min-width: 576px) {
    .feature-benefit-full-bleed-image__text-block__title {
        font-size: 7.77778vw !important;
        margin-bottom: 5%
    }

    .feature-benefit-full-bleed-image__text-block__description {
        font-size: 3vw !important
    }

    .feature-benefit-full-bleed-image__text-block.top-center-mobile {
        top: 10%;
        padding: 0 5%
    }

    .feature-benefit-full-bleed-image__text-block__container {
        margin-bottom: 5% !important
    }

    .feature-benefit-full-bleed-image__text-block__btn {
        font-size: 2.5vw
    }

    .feature-benefit-full-bleed-image__text-block__link {
        font-size: 2.5vw
    }

    .feature-benefit-full-bleed-image__hangtype .top-right {
        right: 100px
    }
}
