.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
}
.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
}
 
.otp-form{
    text-align:center
}
.otp-button{
    background-clip:border-box;
    background-color:#152f97;
    color:#ffffff;
    border:none;
    padding:19px 56px;
    margin:20px 0;
    font-size:12px
}
.otp-button:hover,.otp-button:focus{
    background-color:#152f97
}
.otp-button[disabled]{
    background-color:grey !important
}
.otp-error{
    display:none;
    color:red;
    text-align:center
}
.otp-alert{
    display:none;
    text-align:center
}
.otp-resend,.otp-reset{
    cursor:pointer
}
.otp-message{
    text-align:center;
    line-height:1.5
}
.otp-label{
    text-align:center;
    line-height:1.5;
    font-weight:bold;
    margin-top:10px
}
 
@font-face {
    font-family: 'SamsungOne';
    src: url("../../../../../../../us/smg/etc.clientlibs/samsung/clientlibs/us/common/clientlib-dependencies/global_clientlib/resources/fonts/SamsungOneLatinWeb-400.woff2") format("woff2"), url("../../../../../../../us/smg/etc.clientlibs/samsung/clientlibs/us/common/clientlib-dependencies/global_clientlib/resources/fonts/SamsungOneLatinWeb-400.woff") format("woff"), url("../../../../../../../us/smg/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("../../../../../../../us/smg/etc.clientlibs/samsung/clientlibs/us/common/clientlib-dependencies/global_clientlib/resources/fonts/SamsungOneLatinWeb-700.woff2") format("woff2"), url("../../../../../../../us/smg/etc.clientlibs/samsung/clientlibs/us/common/clientlib-dependencies/global_clientlib/resources/fonts/SamsungOneLatinWeb-700.woff") format("woff"), url("../../../../../../../us/smg/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("../../../../../../../us/smg/etc.clientlibs/samsung/clientlibs/us/common/clientlib-dependencies/global_clientlib/resources/fonts/SamsungSharpSans-Bold.woff") format("woff"), url("../../../../../../../us/smg/etc.clientlibs/samsung/clientlibs/us/common/clientlib-dependencies/global_clientlib/resources/fonts/SamsungSharpSans-Bold.eot"), url("../../../../../../../us/smg/etc.clientlibs/samsung/clientlibs/us/common/clientlib-dependencies/global_clientlib/resources/fonts/SamsungSharpSans-Bold.eot?#iefix") format("embedded-opentype"), url("../../../../../../../us/smg/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
}

@font-face {
    font-family: 'SamsungOne';
    src: url("../../../../../../../us/smg/etc.clientlibs/samsung/clientlibs/us/common/clientlib-dependencies/global_clientlib/resources/fonts/SamsungOneLatinWeb-400.woff2") format("woff2"), url("../../../../../../../us/smg/etc.clientlibs/samsung/clientlibs/us/common/clientlib-dependencies/global_clientlib/resources/fonts/SamsungOneLatinWeb-400.woff") format("woff"), url("../../../../../../../us/smg/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("../../../../../../../us/smg/etc.clientlibs/samsung/clientlibs/us/common/clientlib-dependencies/global_clientlib/resources/fonts/SamsungOneLatinWeb-700.woff2") format("woff2"), url("../../../../../../../us/smg/etc.clientlibs/samsung/clientlibs/us/common/clientlib-dependencies/global_clientlib/resources/fonts/SamsungOneLatinWeb-700.woff") format("woff"), url("../../../../../../../us/smg/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: 'SamsungOneLatin';
    src: url(../../../../../../../etc.clientlibs/samsung/clientlibs/us/usglobal/clientlib-dependencies/resources/fonts/SamsungOneLatinLatin-400.eot);
    src: url(../../../../../../../etc.clientlibs/samsung/clientlibs/us/usglobal/clientlib-dependencies/resources/fonts/SamsungOneLatin-400.eot?#iefix) format("embedded-opentype"), url(../../../../../../../etc.clientlibs/samsung/clientlibs/us/usglobal/clientlib-dependencies/resources/fonts/SamsungOneLatin-400.woff2) format("woff2");
    font-weight: normal;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'SamsungOneLatin';
    src: url(../../../../../../../etc.clientlibs/samsung/clientlibs/us/usglobal/clientlib-dependencies/resources/fonts/SamsungOneLatin-700.eot);
    src: url(../../../../../../../etc.clientlibs/samsung/clientlibs/us/usglobal/clientlib-dependencies/resources/fonts/SamsungOneLatin-700.eot?#iefix) format("embedded-opentype"), url(../../../../../../../etc.clientlibs/samsung/clientlibs/us/usglobal/clientlib-dependencies/resources/fonts/SamsungOneLatin-700.woff2) format("woff2");
    font-weight: bold;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'SamsungSharpSans';
    src: url("../../../../../../../us/smg/etc.clientlibs/samsung/clientlibs/us/common/clientlib-dependencies/global_clientlib/resources/fonts/SamsungSharpSans-Bold.woff") format("woff"), url("../../../../../../../us/smg/etc.clientlibs/samsung/clientlibs/us/common/clientlib-dependencies/global_clientlib/resources/fonts/SamsungSharpSans-Bold.eot"), url("../../../../../../../us/smg/etc.clientlibs/samsung/clientlibs/us/common/clientlib-dependencies/global_clientlib/resources/fonts/SamsungSharpSans-Bold.eot?#iefix") format("embedded-opentype"), url("../../../../../../../us/smg/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
}

html {
    -webkit-text-size-adjust: none
}

html, body {
    direction: ltr
}

body, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, p, table, th, td, form, fieldset, legend, textarea, input, select, textarea, button, figure, figcaption {
    margin: 0;
    padding: 0
}

img, form, fieldset, svg {
    border: 0;
    vertical-align: top
}

input, button, select {
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

button {
    border: 0;
    background: none;
    cursor: pointer
}

button:disabled {
    cursor: default
}

button::-moz-focus-inner {
    padding: 0;
    margin: -1px
}

ul, ol {
    list-style: none
}

a {
    text-decoration: none
}

a:hover {
    text-decoration: none
}

.blind, legend {
    overflow: hidden;
    position: absolute;
    width: 1px;
    height: 1px;
    font-size: 12px;
    clip: rect(1px, 1px, 1px, 1px)
}

body, textarea, input, select, textarea, button {
    font-family: "SamsungOne", arial;
    line-height: 1.32
}

@media (max-width: 1024px) {
    html {
        height: 100%
    }
}

#wrap {
    min-width: 320px
}

.s-content-inner {
    max-width: 1440px;
    margin: 0 auto
}

.s-content-inner:before, .s-content-inner:after {
    content: '';
    display: block;
    clear: both
}

.s-skip-content a {
    overflow: hidden;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 1px;
    background: #000;
    color: #fff;
    text-align: center
}

.s-skip-content a:focus {
    position: relative;
    width: 100%;
    height: auto;
    padding: 10px
}

.s-bg-white-to-lightgrey {
    background: #F5F5F5;
    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)
}

.s-bg-white {
    background: #fff
}

.s-bg-black {
    background: #000
}

.s-bg-color3 {
    background: #363636
}

.s-bg-color4 {
    background: #f7f7f7
}

.s-bg-color6 {
    background: #222425
}

.s-bg-color7 {
    background: #dadada
}

.s-btn-encased {
    position: relative;
    display: inline-block;
    padding: 12px 38px;
    padding: .83333vw 2.63889vw;
    border: 1px solid #000;
    -webkit-border-radius: 45px;
    border-radius: 45px;
    background-color: transparent;
    font-weight: bold;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: background, color, border-color;
    transition-property: background, color, border-color;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    font-size: 14px;
    font-size: .97222vw;
    color: #000;
    line-height: 1;
    text-transform: uppercase;
    text-shadow: none;
    letter-spacing: .15em;
    white-space: nowrap
}

@media (min-width: 1440px) {
    .s-btn-encased {
        padding: 12px 38px
    }
}

html[lang^="th"] .s-btn-encased {
    font-size: 18.9px;
    font-size: 1.3125vw
}

@media (min-width: 1440px) {
    .s-btn-encased {
        font-size: 14px
    }

    html[lang^="th"] .s-btn-encased {
        font-size: 18.9px
    }
}

html[lang^="ar-"] .s-btn-encased, html[lang^="fa-"] .s-btn-encased {
    letter-spacing: 0 !important
}

.s-btn-encased:hover, .s-btn-encased:active, .s-btn-encased:focus {
    background-color: #000;
    color: #fff
}

.s-btn-encased.s-ico-new-window {
    padding-right: 59px;
    padding-right: 4.09722vw
}

@media (min-width: 1440px) {
    .s-btn-encased.s-ico-new-window {
        padding-right: 59px
    }
}

.s-btn-encased.s-ico-new-window:after {
    position: absolute;
    display: block;
    top: 50%;
    margin-top: -6px;
    margin-top: -.41667vw;
    right: 40px;
    right: 2.77778vw;
    width: 11px;
    width: .76389vw;
    height: 11px;
    height: .76389vw;
    background: url("../../../../../../../etc.clientlibs/samsung/clientlibs/us/usglobal/clientlib-dependencies/resources/imgs/newwindow-hover.svg") no-repeat;
    content: '';
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: background;
    transition-property: background;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out
}

@media (min-width: 1440px) {
    .s-btn-encased.s-ico-new-window:after {
        margin-top: -6px
    }
}

@media (min-width: 1440px) {
    .s-btn-encased.s-ico-new-window:after {
        right: 40px
    }
}

@media (min-width: 1440px) {
    .s-btn-encased.s-ico-new-window:after {
        width: 11px
    }
}

@media (min-width: 1440px) {
    .s-btn-encased.s-ico-new-window:after {
        height: 11px
    }
}

.s-btn-encased.s-ico-new-window:hover:after, .s-btn-encased.s-ico-new-window:active:after, .s-btn-encased.s-ico-new-window:focus:after {
    background-image: url("../../../../../../../etc.clientlibs/samsung/clientlibs/us/usglobal/clientlib-dependencies/resources/imgs/newwindow.svg")
}

.s-white .s-btn-encased, .s-btn-encased.s-white {
    border-color: #fff;
    color: #fff
}

.s-white .s-btn-encased.s-ico-new-window:after, .s-btn-encased.s-white.s-ico-new-window:after {
    background-image: url("../../../../../../../etc.clientlibs/samsung/clientlibs/us/usglobal/clientlib-dependencies/resources/imgs/newwindow.svg")
}

.s-white .s-btn-encased.s-ico-new-window:hover:after, .s-white .s-btn-encased.s-ico-new-window:active:after, .s-white .s-btn-encased.s-ico-new-window:focus:after, .s-btn-encased.s-white.s-ico-new-window:hover:after, .s-btn-encased.s-white.s-ico-new-window:active:after, .s-btn-encased.s-white.s-ico-new-window:focus:after {
    background-image: url("../../../../../../../etc.clientlibs/samsung/clientlibs/us/usglobal/clientlib-dependencies/resources/imgs/newwindow-hover.svg")
}

.s-white .s-btn-encased:hover, .s-white .s-btn-encased:active, .s-white .s-btn-encased:focus, .s-btn-encased.s-white:hover, .s-btn-encased.s-white:active, .s-btn-encased.s-white:focus {
    background-color: #fff;
    color: #000
}

.s-btn-encased.s-btn-white {
    border-color: #fff;
    background-color: #fff;
    color: #000
}

.s-btn-encased.s-btn-white:hover, .s-btn-encased.s-btn-white:active, .s-btn-encased.s-btn-white:focus {
    background-color: #000;
    border-color: #000;
    color: #fff
}

.s-btn-encased.s-btn-white.s-ico-new-window:after {
    background: url("../../../../../../../etc.clientlibs/samsung/clientlibs/us/usglobal/clientlib-dependencies/resources/imgs/newwindow-hover.svg") no-repeat
}

.s-btn-encased.s-btn-white.s-ico-new-window:hover:after, .s-btn-encased.s-btn-white.s-ico-new-window:active:after, .s-btn-encased.s-btn-white.s-ico-new-window:focus:after {
    background: url("../../../../../../../etc.clientlibs/samsung/clientlibs/us/usglobal/clientlib-dependencies/resources/imgs/newwindow.svg") no-repeat !important
}

.s-btn-text-underline {
    display: inline-block;
    position: relative;
    padding-bottom: 1px;
    padding-bottom: .06944vw;
    font-size: 14px;
    font-size: .97222vw;
    letter-spacing: 0.15em;
    color: #000;
    vertical-align: middle;
    font-weight: bold;
    text-transform: uppercase;
    white-space: nowrap
}

@media (min-width: 1440px) {
    .s-btn-text-underline {
        padding-bottom: 1px
    }
}

html[lang^="th"] .s-btn-text-underline {
    font-size: 18.9px;
    font-size: 1.3125vw
}

@media (min-width: 1440px) {
    .s-btn-text-underline {
        font-size: 14px
    }

    html[lang^="th"] .s-btn-text-underline {
        font-size: 18.9px
    }
}

html[lang^="ar-"] .s-btn-text-underline, html[lang^="fa-"] .s-btn-text-underline {
    letter-spacing: 0 !important
}

.s-btn-text-underline:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 1px;
    height: 1px;
    font-size: 0;
    background-color: #000
}

.s-btn-text-underline.s-ico-layer-popup:after {
    content: '';
    display: inline-block;
    margin-top: -1px;
    margin-left: 5px;
    margin-left: .34722vw;
    width: 8px;
    width: .55556vw;
    height: 12px;
    height: .83333vw;
    background-image: url("../../../../../../../etc.clientlibs/samsung/clientlibs/us/usglobal/clientlib-dependencies/resources/imgs/svg-btn-arw-right-black.svg");
    background-repeat: no-repeat;
    background-size: 100%;
    vertical-align: middle
}

@media (min-width: 1440px) {
    .s-btn-text-underline.s-ico-layer-popup:after {
        margin-left: 5px
    }
}

@media (min-width: 1440px) {
    .s-btn-text-underline.s-ico-layer-popup:after {
        width: 8px
    }
}

@media (min-width: 1440px) {
    .s-btn-text-underline.s-ico-layer-popup:after {
        height: 12px
    }
}

.s-btn-text-underline.s-ico-new-window:after {
    content: '';
    display: inline-block;
    margin-top: -2px;
    margin-left: 4px;
    margin-left: .27778vw;
    width: 11px;
    width: .76389vw;
    height: 11px;
    height: .76389vw;
    background-image: url("../../../../../../../etc.clientlibs/samsung/clientlibs/us/usglobal/clientlib-dependencies/resources/imgs/newwindow-hover.svg");
    background-repeat: no-repeat;
    background-size: 100%;
    vertical-align: middle
}

@media (min-width: 1440px) {
    .s-btn-text-underline.s-ico-new-window:after {
        margin-left: 4px
    }
}

@media (min-width: 1440px) {
    .s-btn-text-underline.s-ico-new-window:after {
        width: 11px
    }
}

@media (min-width: 1440px) {
    .s-btn-text-underline.s-ico-new-window:after {
        height: 11px
    }
}

.s-btn-text-underline.s-ico-download:after {
    content: '';
    display: inline-block;
    margin-top: -2px;
    margin-left: 3px;
    margin-left: .20833vw;
    width: 11px;
    width: .76389vw;
    height: 11px;
    height: .76389vw;
    background-image: url("../../../../../../../etc.clientlibs/samsung/clientlibs/us/usglobal/clientlib-dependencies/resources/imgs/svg-download-black.svg");
    background-repeat: no-repeat;
    background-size: 100%;
    vertical-align: middle
}

@media (min-width: 1440px) {
    .s-btn-text-underline.s-ico-download:after {
        margin-left: 3px
    }
}

@media (min-width: 1440px) {
    .s-btn-text-underline.s-ico-download:after {
        width: 11px
    }
}

@media (min-width: 1440px) {
    .s-btn-text-underline.s-ico-download:after {
        height: 11px
    }
}

.s-btn-text-underline.s-white, .s-btn-text-underline.s-btn-white, .s-bg-dark-gray .s-btn-text-underline, .s-bg-black .s-btn-text-underline {
    color: #fff;
    border-color: #fff
}

.s-btn-text-underline.s-white:before, .s-btn-text-underline.s-btn-white:before, .s-bg-dark-gray .s-btn-text-underline:before, .s-bg-black .s-btn-text-underline:before {
    background-color: #fff
}

.s-btn-text-underline.s-white:after, .s-btn-text-underline.s-btn-white:after, .s-bg-dark-gray .s-btn-text-underline:after, .s-bg-black .s-btn-text-underline:after {
    background-image: url("../../../../../../../etc.clientlibs/samsung/clientlibs/us/usglobal/clientlib-dependencies/resources/imgs/svg-btn-arw-right-white.svg")
}

.s-btn-text-underline.s-white.s-ico-new-window:after, .s-btn-text-underline.s-btn-white.s-ico-new-window:after, .s-bg-dark-gray .s-btn-text-underline.s-ico-new-window:after, .s-bg-black .s-btn-text-underline.s-ico-new-window:after {
    background-image: url("../../../../../../../etc.clientlibs/samsung/clientlibs/us/usglobal/clientlib-dependencies/resources/imgs/newwindow.svg")
}

.s-btn-text-underline.s-white.s-ico-download:after, .s-btn-text-underline.s-btn-white.s-ico-download:after, .s-bg-dark-gray .s-btn-text-underline.s-ico-download:after, .s-bg-black .s-btn-text-underline.s-ico-download:after {
    background-image: url("../../../../../../../etc.clientlibs/samsung/clientlibs/us/usglobal/clientlib-dependencies/resources/imgs/svg-download-white.svg")
}

.s-btn-text {
    display: inline-block;
    font-weight: bold;
    font-size: 14px;
    font-size: .97222vw;
    color: #000;
    line-height: 1;
    text-transform: uppercase;
    text-shadow: none;
    letter-spacing: .15em;
    white-space: nowrap
}

html[lang^="th"] .s-btn-text {
    font-size: 18.9px;
    font-size: 1.3125vw
}

@media (min-width: 1440px) {
    .s-btn-text {
        font-size: 14px
    }

    html[lang^="th"] .s-btn-text {
        font-size: 18.9px
    }
}

html[lang^="ar-"] .s-btn-text, html[lang^="fa-"] .s-btn-text {
    letter-spacing: 0 !important
}

.s-btn-text:after {
    display: inline-block;
    margin-top: -1px;
    margin-left: 7px;
    width: 8px;
    width: .55556vw;
    height: 13px;
    height: .90278vw;
    background-image: url("../../../../../../../etc.clientlibs/samsung/clientlibs/us/usglobal/clientlib-dependencies/resources/imgs/svg-btn-arw-right-black.svg");
    background-repeat: no-repeat;
    vertical-align: middle;
    content: ''
}

@media (min-width: 1440px) {
    .s-btn-text:after {
        width: 8px
    }
}

@media (min-width: 1440px) {
    .s-btn-text:after {
        height: 13px
    }
}

.s-btn-text-disabled {
    color: #a6a6a6;
    cursor: default
}

.s-btn-text-disabled:after {
    background-image: url("../../../../../../../etc.clientlibs/samsung/clientlibs/us/usglobal/clientlib-dependencies/resources/imgs/svg-btn-arw-right-gray.svg")
}

.s-white .s-btn-text, .s-btn-text.s-white, .s-white-shadow .s-btn-text {
    color: #fff
}

.s-white .s-btn-text:after, .s-btn-text.s-white:after, .s-white-shadow .s-btn-text:after {
    background-image: url("../../../../../../../etc.clientlibs/samsung/clientlibs/us/usglobal/clientlib-dependencies/resources/imgs/svg-btn-arw-right-white.svg")
}

.s-btn-text.s-ico-down:after {
    width: 13px;
    width: .90278vw;
    height: 8px;
    height: .55556vw;
    background-image: url("../../../../../../../etc.clientlibs/samsung/clientlibs/us/usglobal/clientlib-dependencies/resources/imgs/svg-btn-arw-down-black.svg")
}

@media (min-width: 1440px) {
    .s-btn-text.s-ico-down:after {
        width: 13px
    }
}

@media (min-width: 1440px) {
    .s-btn-text.s-ico-down:after {
        height: 8px
    }
}

.s-btn-text.s-ico-down-disabled {
    color: #a6a6a6;
    cursor: default
}

.s-btn-text.s-ico-down-disabled:after {
    background-image: url("../../../../../../../etc.clientlibs/samsung/clientlibs/us/usglobal/clientlib-dependencies/resources/imgs/svg-btn-arw-down-gray.svg")
}

.s-white .s-btn-text.s-ico-down:after, .s-btn-text.s-ico-down.s-white:after {
    background-image: url("../../../../../../../etc.clientlibs/samsung/clientlibs/us/usglobal/clientlib-dependencies/resources/imgs/svg-btn-arw-down-white.svg")
}

.s-btn-text.s-ico-up:after {
    width: 13px;
    width: .90278vw;
    height: 8px;
    height: .55556vw;
    background-image: url("../../../../../../../etc.clientlibs/samsung/clientlibs/us/usglobal/clientlib-dependencies/resources/imgs/svg-btn-arw-up-black.svg")
}

@media (min-width: 1440px) {
    .s-btn-text.s-ico-up:after {
        width: 13px
    }
}

@media (min-width: 1440px) {
    .s-btn-text.s-ico-up:after {
        height: 8px
    }
}

.s-btn-text.s-ico-up-disabled {
    color: #a6a6a6;
    cursor: default
}

.s-btn-text.s-ico-up-disabled:after {
    background-image: url("../../../../../../../etc.clientlibs/samsung/clientlibs/us/usglobal/clientlib-dependencies/resources/imgs/svg-btn-arw-up-gray.svg")
}

.s-white .s-btn-text.s-ico-up:after, .s-btn-text.s-ico-up.s-white:after {
    background-image: url("../../../../../../../etc.clientlibs/samsung/clientlibs/us/usglobal/clientlib-dependencies/resources/imgs/svg-btn-arw-up-white.svg")
}

.s-btn-text.s-ico-new-window:after {
    display: inline-block;
    width: 11px;
    width: .76389vw;
    height: 11px;
    height: .76389vw;
    margin: -2px 0px 0px;
    margin: -.13889vw 0vw 0vw;
    margin-left: 7px;
    margin-left: .48611vw;
    background: url("../../../../../../../etc.clientlibs/samsung/clientlibs/us/usglobal/clientlib-dependencies/resources/imgs/newwindow-hover.svg") no-repeat;
    vertical-align: middle;
    content: ''
}

@media (min-width: 1440px) {
    .s-btn-text.s-ico-new-window:after {
        width: 11px
    }
}

@media (min-width: 1440px) {
    .s-btn-text.s-ico-new-window:after {
        height: 11px
    }
}

@media (min-width: 1440px) {
    .s-btn-text.s-ico-new-window:after {
        margin: -2px 0px 0px
    }
}

@media (min-width: 1440px) {
    .s-btn-text.s-ico-new-window:after {
        margin-left: 7px
    }
}

.s-white .s-btn-text.s-ico-new-window:after, .s-btn-text.s-white.s-ico-new-window:after {
    background-image: url("../../../../../../../etc.clientlibs/samsung/clientlibs/us/usglobal/clientlib-dependencies/resources/imgs/newwindow.svg")
}

.s-btn-play-round {
    display: block;
    position: relative;
    width: 140px;
    width: 9.72222vw;
    height: 140px;
    height: 9.72222vw
}

@media (min-width: 1440px) {
    .s-btn-play-round {
        width: 140px
    }
}

@media (min-width: 1440px) {
    .s-btn-play-round {
        height: 140px
    }
}

.s-btn-play-round:after {
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 97.5%;
    height: 97.5%;
    background-image: url("../../../../../../../etc.clientlibs/samsung/clientlibs/us/usglobal/clientlib-dependencies/resources/imgs/btn-play-big-shadow-v2.png");
    background-repeat: no-repeat;
    background-size: 100%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all .2s;
    transition: all .2s
}

.s-btn-play-round.s-btn-wire:after {
    background-image: url("../../../../../../../etc.clientlibs/samsung/clientlibs/us/usglobal/clientlib-dependencies/resources/imgs/btn-play-big-wire-shadow.png")
}

.s-btn-play-round:hover:after {
    width: 100%;
    height: 100%
}

.s-btn-play-round::-moz-focus-inner {
    border: 0
}

.s-btn-play-round:-moz-focusring {
    outline: 2px solid #4d90fe;
    outline: 2px solid rgba(77, 144, 254, 0.5)
}

.s-btn-play {
    display: inline-block;
    padding: 10px;
    padding: .69444vw;
    padding-right: 41px;
    padding-right: 2.84722vw;
    -webkit-border-radius: 45px;
    border-radius: 45px;
    background: #363636;
    background: rgba(54, 54, 54, 0.7);
    font-weight: bold;
    font-size: 0;
    vertical-align: middle;
    cursor: pointer;
    white-space: nowrap
}

@media (min-width: 1440px) {
    .s-btn-play {
        padding: 10px
    }
}

@media (min-width: 1440px) {
    .s-btn-play {
        padding-right: 41px
    }
}

.s-btn-play span {
    display: inline-block;
    position: relative;
    padding-top: 1px;
    font-size: 12px;
    font-size: .83333vw;
    color: #fff;
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: .14em;
    vertical-align: middle
}

@media (min-width: 1440px) {
    .s-btn-play span {
        font-size: 12px
    }
}

html[lang^="ar-"] .s-btn-play span, html[lang^="fa-"] .s-btn-play span {
    letter-spacing: 0 !important
}

.s-btn-play .s-btn-img {
    width: 29px;
    width: 2.01389vw;
    height: 29px;
    height: 2.01389vw;
    margin-right: 19px;
    margin-right: 1.31944vw;
    padding: 0
}

@media (min-width: 1440px) {
    .s-btn-play .s-btn-img {
        width: 29px
    }
}

@media (min-width: 1440px) {
    .s-btn-play .s-btn-img {
        height: 29px
    }
}

@media (min-width: 1440px) {
    .s-btn-play .s-btn-img {
        margin-right: 19px
    }
}

.s-btn-play .s-btn-img img {
    width: 100%;
    height: auto;
    min-height: inherit;
    min-width: inherit;
    max-width: 100%;
    max-height: 100%
}

.s-marketing-cta {
    margin-top: 30px;
    margin-top: 2.08333vw
}

@media (min-width: 1440px) {
    .s-marketing-cta {
        margin-top: 30px
    }
}

.s-marketing-cta .s-btn-base, .s-marketing-cta .s-btn-cta {
    display: inline-block;
    position: relative;
    padding: 12px 38px;
    padding: .83333vw 2.63889vw;
    border: 1px solid #000;
    -webkit-border-radius: 45px;
    border-radius: 45px;
    font-size: 14px;
    font-size: .97222vw;
    font-weight: bold;
    color: #000;
    text-align: center;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: background, color, border-color;
    transition-property: background, color, border-color;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    text-transform: uppercase;
    line-height: 1;
    letter-spacing: 0.15em
}

@media (min-width: 1440px) {
    .s-marketing-cta .s-btn-base, .s-marketing-cta .s-btn-cta {
        padding: 12px 38px
    }
}

html[lang^="th"] .s-marketing-cta .s-btn-base, html[lang^="th"] .s-marketing-cta .s-btn-cta {
    font-size: 18.9px;
    font-size: 1.3125vw
}

@media (min-width: 1440px) {
    .s-marketing-cta .s-btn-base, .s-marketing-cta .s-btn-cta {
        font-size: 14px
    }

    html[lang^="th"] .s-marketing-cta .s-btn-base, html[lang^="th"] .s-marketing-cta .s-btn-cta {
        font-size: 18.9px
    }
}

html[lang^="ar-"] .s-marketing-cta .s-btn-base, html[lang^="fa-"] .s-marketing-cta .s-btn-base, html[lang^="ar-"] .s-marketing-cta .s-btn-cta, html[lang^="fa-"] .s-marketing-cta .s-btn-cta {
    letter-spacing: 0 !important
}

.s-marketing-cta .s-btn-cta {
    border-color: #000;
    color: #000
}

.s-marketing-cta .s-btn-cta:hover, .s-marketing-cta .s-btn-cta:focus, .s-marketing-cta .s-btn-cta:active {
    border-color: #000;
    background-color: #000;
    color: #fff
}

.s-marketing-cta .s-btn-cta.s-ico-new-window {
    padding-right: 59px;
    padding-right: 4.09722vw
}

@media (min-width: 1440px) {
    .s-marketing-cta .s-btn-cta.s-ico-new-window {
        padding-right: 59px
    }
}

.s-marketing-cta .s-btn-cta.s-ico-new-window:after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    right: 40px;
    right: 2.77778vw;
    margin-top: -6px;
    margin-top: -.41667vw;
    width: 11px;
    width: .76389vw;
    height: 11px;
    height: .76389vw;
    background: url("../../../../../../../etc.clientlibs/samsung/clientlibs/us/usglobal/clientlib-dependencies/resources/imgs/newwindow-hover.svg") no-repeat;
    -webkit-transition-duration: 200ms;
    transition-duration: 200ms;
    -webkit-transition-property: background-image;
    transition-property: background-image;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    background-size: 100%
}

@media (min-width: 1440px) {
    .s-marketing-cta .s-btn-cta.s-ico-new-window:after {
        right: 40px
    }
}

@media (min-width: 1440px) {
    .s-marketing-cta .s-btn-cta.s-ico-new-window:after {
        margin-top: -6px
    }
}

@media (min-width: 1440px) {
    .s-marketing-cta .s-btn-cta.s-ico-new-window:after {
        width: 11px
    }
}

@media (min-width: 1440px) {
    .s-marketing-cta .s-btn-cta.s-ico-new-window:after {
        height: 11px
    }
}

.s-marketing-cta .s-btn-cta.s-ico-new-window:hover:after, .s-marketing-cta .s-btn-cta.s-ico-new-window:focus:after {
    background-image: url("../../../../../../../etc.clientlibs/samsung/clientlibs/us/usglobal/clientlib-dependencies/resources/imgs/newwindow.svg")
}

.s-marketing-cta .s-btn-cta.s-ico-download:after {
    content: '';
    display: inline-block;
    position: relative;
    top: -1.5px;
    top: -.10417vw;
    margin-left: 4px;
    margin-left: .27778vw;
    width: 11px;
    width: .76389vw;
    height: 11px;
    height: .76389vw;
    background: url("../../../../../../../etc.clientlibs/samsung/clientlibs/us/usglobal/clientlib-dependencies/resources/imgs/svg-download-black.svg") no-repeat;
    background-size: 100%;
    -webkit-transition-duration: 200ms;
    transition-duration: 200ms;
    -webkit-transition-property: background-image;
    transition-property: background-image;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    vertical-align: middle
}

@media (min-width: 1440px) {
    .s-marketing-cta .s-btn-cta.s-ico-download:after {
        top: -1.5px
    }
}

@media (min-width: 1440px) {
    .s-marketing-cta .s-btn-cta.s-ico-download:after {
        margin-left: 4px
    }
}

@media (min-width: 1440px) {
    .s-marketing-cta .s-btn-cta.s-ico-download:after {
        width: 11px
    }
}

@media (min-width: 1440px) {
    .s-marketing-cta .s-btn-cta.s-ico-download:after {
        height: 11px
    }
}

.s-marketing-cta .s-btn-cta.s-ico-download:hover:after, .s-marketing-cta .s-btn-cta.s-ico-download:focus:after {
    background-image: url("../../../../../../../etc.clientlibs/samsung/clientlibs/us/usglobal/clientlib-dependencies/resources/imgs/svg-download-white.svg")
}

.s-marketing-cta .s-btn-video:hover .s-btn-base, .s-marketing-cta .s-btn-video:hover .s-btn-cta, .s-marketing-cta .s-btn-video:focus .s-btn-base, .s-marketing-cta .s-btn-video:focus .s-btn-cta, .s-marketing-cta .s-btn-video:active .s-btn-base, .s-marketing-cta .s-btn-video:active .s-btn-cta {
    border-color: #000;
    background-color: #000;
    color: #fff
}

section[class*='--bg-white'] .s-marketing-cta .s-btn-cta, section[class*='--bg-gray '] .s-marketing-cta .s-btn-cta {
    border-color: #000;
    color: #000
}

section[class*='--bg-white'] .s-marketing-cta .s-btn-cta:hover, section[class*='--bg-white'] .s-marketing-cta .s-btn-cta:focus, section[class*='--bg-white'] .s-marketing-cta .s-btn-cta:active, section[class*='--bg-gray '] .s-marketing-cta .s-btn-cta:hover, section[class*='--bg-gray '] .s-marketing-cta .s-btn-cta:focus, section[class*='--bg-gray '] .s-marketing-cta .s-btn-cta:active {
    border-color: #000;
    background-color: #000;
    color: #fff
}

section[class*='--bg-white'] .s-marketing-cta .s-btn-cta.s-ico-new-window:after, section[class*='--bg-gray '] .s-marketing-cta .s-btn-cta.s-ico-new-window:after {
    background-image: url("../../../../../../../etc.clientlibs/samsung/clientlibs/us/usglobal/clientlib-dependencies/resources/imgs/newwindow-hover.svg")
}

section[class*='--bg-white'] .s-marketing-cta .s-btn-cta.s-ico-new-window:hover:after, section[class*='--bg-white'] .s-marketing-cta .s-btn-cta.s-ico-new-window:focus:after, section[class*='--bg-gray '] .s-marketing-cta .s-btn-cta.s-ico-new-window:hover:after, section[class*='--bg-gray '] .s-marketing-cta .s-btn-cta.s-ico-new-window:focus:after {
    background-image: url("../../../../../../../etc.clientlibs/samsung/clientlibs/us/usglobal/clientlib-dependencies/resources/imgs/newwindow.svg")
}

section[class*='--bg-white'] .s-marketing-cta .s-btn-cta.s-ico-download:after, section[class*='--bg-gray '] .s-marketing-cta .s-btn-cta.s-ico-download:after {
    background-image: url("../../../../../../../etc.clientlibs/samsung/clientlibs/us/usglobal/clientlib-dependencies/resources/imgs/svg-download-black.svg")
}

section[class*='--bg-white'] .s-marketing-cta .s-btn-cta.s-ico-download:hover:after, section[class*='--bg-white'] .s-marketing-cta .s-btn-cta.s-ico-download:focus:after, section[class*='--bg-gray '] .s-marketing-cta .s-btn-cta.s-ico-download:hover:after, section[class*='--bg-gray '] .s-marketing-cta .s-btn-cta.s-ico-download:focus:after {
    background-image: url("../../../../../../../etc.clientlibs/samsung/clientlibs/us/usglobal/clientlib-dependencies/resources/imgs/svg-download-white.svg")
}

.s-marketing-cta.s-white .s-btn-base, .s-bg-dark-gray .s-marketing-cta .s-btn-base, .s-bg-black .s-marketing-cta .s-btn-base {
    border-color: #fff;
    background-color: #fff;
    color: #000
}

.s-marketing-cta.s-white .s-btn-base:hover, .s-marketing-cta.s-white .s-btn-base:focus, .s-marketing-cta.s-white .s-btn-base:active, .s-bg-dark-gray .s-marketing-cta .s-btn-base:hover, .s-bg-dark-gray .s-marketing-cta .s-btn-base:focus, .s-bg-dark-gray .s-marketing-cta .s-btn-base:active, .s-bg-black .s-marketing-cta .s-btn-base:hover, .s-bg-black .s-marketing-cta .s-btn-base:focus, .s-bg-black .s-marketing-cta .s-btn-base:active {
    border-color: #000;
    background-color: #000;
    color: #fff
}

.s-marketing-cta.s-white .s-btn-cta, .s-bg-dark-gray .s-marketing-cta .s-btn-cta, .s-bg-black .s-marketing-cta .s-btn-cta {
    border-color: #fff;
    color: #fff
}

.s-marketing-cta.s-white .s-btn-cta:hover, .s-marketing-cta.s-white .s-btn-cta:active, .s-marketing-cta.s-white .s-btn-cta:focus, .s-bg-dark-gray .s-marketing-cta .s-btn-cta:hover, .s-bg-dark-gray .s-marketing-cta .s-btn-cta:active, .s-bg-dark-gray .s-marketing-cta .s-btn-cta:focus, .s-bg-black .s-marketing-cta .s-btn-cta:hover, .s-bg-black .s-marketing-cta .s-btn-cta:active, .s-bg-black .s-marketing-cta .s-btn-cta:focus {
    border-color: #fff;
    background-color: #fff;
    color: #000
}

.s-marketing-cta.s-white .s-btn-cta.s-ico-new-window:after, .s-bg-dark-gray .s-marketing-cta .s-btn-cta.s-ico-new-window:after, .s-bg-black .s-marketing-cta .s-btn-cta.s-ico-new-window:after {
    background-image: url("../../../../../../../etc.clientlibs/samsung/clientlibs/us/usglobal/clientlib-dependencies/resources/imgs/newwindow.svg")
}

.s-marketing-cta.s-white .s-btn-cta.s-ico-new-window:hover:after, .s-marketing-cta.s-white .s-btn-cta.s-ico-new-window:focus:after, .s-bg-dark-gray .s-marketing-cta .s-btn-cta.s-ico-new-window:hover:after, .s-bg-dark-gray .s-marketing-cta .s-btn-cta.s-ico-new-window:focus:after, .s-bg-black .s-marketing-cta .s-btn-cta.s-ico-new-window:hover:after, .s-bg-black .s-marketing-cta .s-btn-cta.s-ico-new-window:focus:after {
    background-image: url("../../../../../../../etc.clientlibs/samsung/clientlibs/us/usglobal/clientlib-dependencies/resources/imgs/newwindow-hover.svg")
}

.s-marketing-cta.s-white .s-btn-cta.s-ico-download:after, .s-bg-dark-gray .s-marketing-cta .s-btn-cta.s-ico-download:after, .s-bg-black .s-marketing-cta .s-btn-cta.s-ico-download:after {
    background-image: url("../../../../../../../etc.clientlibs/samsung/clientlibs/us/usglobal/clientlib-dependencies/resources/imgs/svg-download-white.svg")
}

.s-marketing-cta.s-white .s-btn-cta.s-ico-download:hover:after, .s-marketing-cta.s-white .s-btn-cta.s-ico-download:focus:after, .s-bg-dark-gray .s-marketing-cta .s-btn-cta.s-ico-download:hover:after, .s-bg-dark-gray .s-marketing-cta .s-btn-cta.s-ico-download:focus:after, .s-bg-black .s-marketing-cta .s-btn-cta.s-ico-download:hover:after, .s-bg-black .s-marketing-cta .s-btn-cta.s-ico-download:focus:after {
    background-image: url("../../../../../../../etc.clientlibs/samsung/clientlibs/us/usglobal/clientlib-dependencies/resources/imgs/svg-download-black.svg")
}

.s-marketing-cta.s-white .s-btn-video:hover .s-btn-cta, .s-marketing-cta.s-white .s-btn-video:active .s-btn-cta, .s-marketing-cta.s-white .s-btn-video:focus .s-btn-cta, .s-bg-dark-gray .s-marketing-cta .s-btn-video:hover .s-btn-cta, .s-bg-dark-gray .s-marketing-cta .s-btn-video:active .s-btn-cta, .s-bg-dark-gray .s-marketing-cta .s-btn-video:focus .s-btn-cta, .s-bg-black .s-marketing-cta .s-btn-video:hover .s-btn-cta, .s-bg-black .s-marketing-cta .s-btn-video:active .s-btn-cta, .s-bg-black .s-marketing-cta .s-btn-video:focus .s-btn-cta {
    border-color: #fff;
    background-color: #fff;
    color: #000
}

.s-marketing-cta.s-btn-white .s-btn-cta {
    border-color: #fff;
    background-color: #fff;
    color: #000
}

.s-marketing-cta.s-btn-white .s-btn-cta:hover, .s-marketing-cta.s-btn-white .s-btn-cta:focus, .s-marketing-cta.s-btn-white .s-btn-cta:active {
    border-color: #000;
    background-color: #000;
    color: #fff
}

.s-marketing-cta.s-btn-white .s-btn-video:hover .s-btn-cta, .s-marketing-cta.s-btn-white .s-btn-video:active .s-btn-cta, .s-marketing-cta.s-btn-white .s-btn-video:focus .s-btn-cta {
    border-color: #000;
    background-color: #000;
    color: #fff
}

.s-marketing-cta .s-btn-cta-text {
    display: inline-block;
    position: relative;
    padding-bottom: 1px;
    padding-bottom: .06944vw;
    font-size: 14px;
    font-size: .97222vw;
    letter-spacing: 0.15em;
    color: #000;
    vertical-align: middle;
    font-weight: bold;
    text-transform: uppercase;
    white-space: nowrap
}

@media (min-width: 1440px) {
    .s-marketing-cta .s-btn-cta-text {
        padding-bottom: 1px
    }
}

html[lang^="th"] .s-marketing-cta .s-btn-cta-text {
    font-size: 18.9px;
    font-size: 1.3125vw
}

@media (min-width: 1440px) {
    .s-marketing-cta .s-btn-cta-text {
        font-size: 14px
    }

    html[lang^="th"] .s-marketing-cta .s-btn-cta-text {
        font-size: 18.9px
    }
}

html[lang^="ar-"] .s-marketing-cta .s-btn-cta-text, html[lang^="fa-"] .s-marketing-cta .s-btn-cta-text {
    letter-spacing: 0 !important
}

.s-marketing-cta .s-btn-cta-text:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -1px;
    height: 1px;
    font-size: 0;
    background-color: #000
}

.s-marketing-cta .s-btn-cta-text.s-ico-layer-popup:after {
    content: '';
    display: inline-block;
    margin-top: -1px;
    margin-left: 7px;
    margin-left: .48611vw;
    width: 8px;
    width: .55556vw;
    height: 13px;
    height: .90278vw;
    background-image: url("../../../../../../../etc.clientlibs/samsung/clientlibs/us/usglobal/clientlib-dependencies/resources/imgs/svg-btn-arw-right-black.svg");
    background-repeat: no-repeat;
    background-size: 100%;
    vertical-align: middle
}

@media (min-width: 1440px) {
    .s-marketing-cta .s-btn-cta-text.s-ico-layer-popup:after {
        margin-left: 7px
    }
}

@media (min-width: 1440px) {
    .s-marketing-cta .s-btn-cta-text.s-ico-layer-popup:after {
        width: 8px
    }
}

@media (min-width: 1440px) {
    .s-marketing-cta .s-btn-cta-text.s-ico-layer-popup:after {
        height: 13px
    }
}

.s-marketing-cta .s-btn-cta-text.s-ico-new-window:after {
    content: '';
    display: inline-block;
    margin-top: -1px;
    margin-left: 7px;
    margin-left: .48611vw;
    width: 11px;
    width: .76389vw;
    height: 11px;
    height: .76389vw;
    background-image: url("../../../../../../../etc.clientlibs/samsung/clientlibs/us/usglobal/clientlib-dependencies/resources/imgs/newwindow-hover.svg");
    background-repeat: no-repeat;
    background-size: 100%;
    vertical-align: middle
}

@media (min-width: 1440px) {
    .s-marketing-cta .s-btn-cta-text.s-ico-new-window:after {
        margin-left: 7px
    }
}

@media (min-width: 1440px) {
    .s-marketing-cta .s-btn-cta-text.s-ico-new-window:after {
        width: 11px
    }
}

@media (min-width: 1440px) {
    .s-marketing-cta .s-btn-cta-text.s-ico-new-window:after {
        height: 11px
    }
}

.s-marketing-cta .s-btn-cta-text.s-ico-download:after {
    content: '';
    display: inline-block;
    margin-top: -1px;
    margin-left: 4px;
    margin-left: .27778vw;
    width: 11px;
    width: .76389vw;
    height: 11px;
    height: .76389vw;
    background-image: url("../../../../../../../etc.clientlibs/samsung/clientlibs/us/usglobal/clientlib-dependencies/resources/imgs/svg-download-black.svg");
    background-repeat: no-repeat;
    background-size: 100%;
    vertical-align: middle
}

@media (min-width: 1440px) {
    .s-marketing-cta .s-btn-cta-text.s-ico-download:after {
        margin-left: 4px
    }
}

@media (min-width: 1440px) {
    .s-marketing-cta .s-btn-cta-text.s-ico-download:after {
        width: 11px
    }
}

@media (min-width: 1440px) {
    .s-marketing-cta .s-btn-cta-text.s-ico-download:after {
        height: 11px
    }
}

.s-marketing-cta.s-white .s-btn-cta-text, .s-marketing-cta.s-btn-white .s-btn-cta-text, .s-bg-dark-gray .s-marketing-cta .s-btn-cta-text, .s-bg-black .s-marketing-cta .s-btn-cta-text {
    color: #fff;
    border-color: #fff
}

.s-marketing-cta.s-white .s-btn-cta-text:before, .s-marketing-cta.s-btn-white .s-btn-cta-text:before, .s-bg-dark-gray .s-marketing-cta .s-btn-cta-text:before, .s-bg-black .s-marketing-cta .s-btn-cta-text:before {
    background-color: #fff
}

.s-marketing-cta.s-white .s-btn-cta-text:after, .s-marketing-cta.s-btn-white .s-btn-cta-text:after, .s-bg-dark-gray .s-marketing-cta .s-btn-cta-text:after, .s-bg-black .s-marketing-cta .s-btn-cta-text:after {
    background-image: url("../../../../../../../etc.clientlibs/samsung/clientlibs/us/usglobal/clientlib-dependencies/resources/imgs/svg-btn-arw-right-white.svg")
}

.s-marketing-cta.s-white .s-btn-cta-text.s-ico-new-window:after, .s-marketing-cta.s-btn-white .s-btn-cta-text.s-ico-new-window:after, .s-bg-dark-gray .s-marketing-cta .s-btn-cta-text.s-ico-new-window:after, .s-bg-black .s-marketing-cta .s-btn-cta-text.s-ico-new-window:after {
    background-image: url("../../../../../../../etc.clientlibs/samsung/clientlibs/us/usglobal/clientlib-dependencies/resources/imgs/newwindow.svg")
}

.s-marketing-cta.s-white .s-btn-cta-text.s-ico-download:after, .s-marketing-cta.s-btn-white .s-btn-cta-text.s-ico-download:after, .s-bg-dark-gray .s-marketing-cta .s-btn-cta-text.s-ico-download:after, .s-bg-black .s-marketing-cta .s-btn-cta-text.s-ico-download:after {
    background-image: url("../../../../../../../etc.clientlibs/samsung/clientlibs/us/usglobal/clientlib-dependencies/resources/imgs/svg-download-white.svg")
}

.s-marketing-close {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1100;
    width: 119.46667px;
    width: 15.55556vw;
    height: 119.46667px;
    height: 15.55556vw;
    font-size: 0
}

@media (max-width: 360px) {
    .s-marketing-close {
        width: 56px;
        width: 15.55556vw
    }
}

@media (max-width: 360px) {
    .s-marketing-close {
        height: 56px;
        height: 15.55556vw
    }
}

.s-marketing-close span {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    background-image: url("../../../../../../../etc.clientlibs/samsung/clientlibs/us/usglobal/clientlib-dependencies/resources/imgs/marketing-layer_close.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    font-size: 0
}

.no-svg .s-btn-encased.s-ico-new-window:after {
    background-image: url("../../../../../../../etc.clientlibs/samsung/clientlibs/us/usglobal/clientlib-dependencies/resources/imgs/newwindow-ie8.png");
    background-position: -13px 0
}

.no-svg .s-btn-encased.s-ico-new-window:hover:after, .no-svg .s-btn-encased.s-ico-new-window:active:after, .no-svg .s-btn-encased.s-ico-new-window:focus:after {
    background-position: 0 0
}

.no-svg .s-btn-encased.s-white.s-ico-new-window:after {
    background-image: url("../../../../../../../etc.clientlibs/samsung/clientlibs/us/usglobal/clientlib-dependencies/resources/imgs/newwindow-ie8.png");
    background-position: 0 0
}

.no-svg .s-btn-encased.s-white.s-ico-new-window:hover:after, .no-svg .s-btn-encased.s-white.s-ico-new-window:active:after, .no-svg .s-btn-encased.s-white.s-ico-new-window:focus:after {
    background-image: url("../../../../../../../etc.clientlibs/samsung/clientlibs/us/usglobal/clientlib-dependencies/resources/imgs/newwindow-ie8.png");
    background-position: -13px 0
}

.no-svg .s-btn-text:after {
    background-image: url("../../../../../../../etc.clientlibs/samsung/clientlibs/us/usglobal/clientlib-dependencies/resources/imgs/sp-common-ie8.png");
    background-size: 200px 110px;
    background-position: 0 0
}

.no-svg .s-btn-text-disabled:after {
    background-position: -36px -10px
}

.no-svg .s-btn-text.s-ico-down:after {
    background-image: url("../../../../../../../etc.clientlibs/samsung/clientlibs/us/usglobal/clientlib-dependencies/resources/imgs/sp-common-ie8.png");
    background-position: -36px 0
}

.no-svg .s-btn-text.s-ico-down-disabled:after {
    background-position: 0 -13px
}

.no-svg .s-btn-text.s-ico-up:after {
    background-image: url("../../../../../../../etc.clientlibs/samsung/clientlibs/us/usglobal/clientlib-dependencies/resources/imgs/sp-common-ie8.png");
    background-position: -66px 0
}

.no-svg .s-btn-text.s-ico-up-disabled:after {
    background-position: -15px -13px
}

.no-svg .s-btn-text.s-ico-new-window:after {
    background-image: url("../../../../../../../etc.clientlibs/samsung/clientlibs/us/usglobal/clientlib-dependencies/resources/imgs/newwindow-ie8.png");
    background-position: -13px 0
}

.no-svg .s-btn-text.s-white.s-ico-new-window:after {
    background-image: url("../../../../../../../etc.clientlibs/samsung/clientlibs/us/usglobal/clientlib-dependencies/resources/imgs/newwindow-ie8.png");
    background-position: 0 0
}

.no-svg .s-white:after {
    background-image: url("../../../../../../../etc.clientlibs/samsung/clientlibs/us/usglobal/clientlib-dependencies/resources/imgs/sp-common-ie8.png");
    background-position: -9px 0
}

.no-svg .s-white .s-btn-text.s-ico-down:after, .no-svg .s-btn-text.s-ico-down.s-white:after {
    background-image: url("../../../../../../../etc.clientlibs/samsung/clientlibs/us/usglobal/clientlib-dependencies/resources/imgs/sp-common-ie8.png");
    background-position: -51px 0
}

.no-svg .s-white .s-btn-text.s-ico-up:after, .no-svg .s-btn-text.s-ico-up.s-white:after {
    background-image: url("../../../../../../../etc.clientlibs/samsung/clientlibs/us/usglobal/clientlib-dependencies/resources/imgs/sp-common-ie8.png");
    background-position: -81px 0
}

@media screen and (max-width: 1279px) and (max-width: 1024px) {
    .s-btn-encased, .s-btn-text, .s-btn-text-underline, .s-btn-play span {
        font-size: 14px;
        font-size: 1.36719vw
    }
}

@media screen and (max-width: 1279px) and (max-width: 1024px) {
    .s-btn-encased.s-ico-new-window:after {
        width: 10px;
        width: .97656vw
    }
}

@media screen and (max-width: 1279px) and (max-width: 1024px) {
    .s-btn-encased.s-ico-new-window:after {
        height: 10px;
        height: .97656vw
    }
}

@media screen and (max-width: 1279px) and (max-width: 1024px) {
    .s-btn-encased.s-ico-new-window:after {
        margin-top: -4px;
        margin-top: -.39062vw
    }
}

@media screen and (max-width: 1279px) and (max-width: 1024px) {
    .s-btn-text.s-ico-new-window:after {
        width: 10px;
        width: .97656vw
    }
}

@media screen and (max-width: 1279px) and (max-width: 1024px) {
    .s-btn-text.s-ico-new-window:after {
        height: 10px;
        height: .97656vw
    }
}

@media screen and (max-width: 1279px) and (max-width: 1024px) {
    .s-btn-text.s-ico-new-window:after {
        margin: -2px 0px 0px;
        margin: -.19531vw 0vw 0vw
    }
}

@media screen and (max-width: 1279px) and (max-width: 1024px) {
    .s-btn-text.s-ico-new-window:after {
        margin-left: 6px;
        margin-left: .58594vw
    }
}

@media screen and (max-width: 1279px) and (max-width: 1024px) {
    .s-marketing-cta .s-ico-new-window:after {
        width: 10px;
        width: .97656vw
    }
}

@media screen and (max-width: 1279px) and (max-width: 1024px) {
    .s-marketing-cta .s-ico-new-window:after {
        height: 10px;
        height: .97656vw
    }
}

@media screen and (max-width: 1279px) and (max-width: 1024px) {
    .s-marketing-cta .s-btn-base, .s-marketing-cta .s-btn-cta, .s-marketing-cta .s-btn-cta-text {
        font-size: 14px;
        font-size: 1.36719vw
    }
}

@media screen and (max-width: 1279px) and (max-width: 1024px) {
    .s-marketing-cta .s-btn-cta.s-ico-new-window:after {
        width: 10px;
        width: .97656vw
    }
}

@media screen and (max-width: 1279px) and (max-width: 1024px) {
    .s-marketing-cta .s-btn-cta.s-ico-new-window:after {
        height: 10px;
        height: .97656vw
    }
}

@media screen and (max-width: 1279px) and (max-width: 1024px) {
    .s-marketing-cta .s-btn-cta.s-ico-new-window:after {
        margin-top: -4px;
        margin-top: -.39062vw
    }
}

@media (max-width: 1024px) and (max-width: 1024px) {
    .s-btn-text:after {
        width: 8px;
        width: .78125vw
    }
}

@media (max-width: 1024px) and (max-width: 1024px) {
    .s-btn-text:after {
        height: 13px;
        height: 1.26953vw
    }
}

@media (max-width: 1024px) and (max-width: 1024px) {
    .s-btn-text.s-ico-down:after, .s-btn-text.s-ico-up:after {
        width: 13px;
        width: 1.26953vw
    }
}

@media (max-width: 1024px) and (max-width: 1024px) {
    .s-btn-text.s-ico-down:after, .s-btn-text.s-ico-up:after {
        height: 8px;
        height: .78125vw
    }
}

@media screen and (max-width: 768px) {
    .s-btn-encased {
        padding: 27.73333px 59.73333px 25.6px;
        padding: 3.61111vw 7.77778vw 3.33333vw;
        font-size: 29.86667px;
        font-size: 3.88889vw
    }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
    .s-btn-encased {
        padding: 13px 28px 12px;
        padding: 3.61111vw 7.77778vw 3.33333vw
    }
}

@media screen and (max-width: 768px) {
    html[lang^="th"] .s-btn-encased {
        font-size: 40.32px;
        font-size: 5.25vw
    }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
    .s-btn-encased {
        font-size: 14px;
        font-size: 3.88889vw
    }

    html[lang^="th"] .s-btn-encased {
        font-size: 18.9px;
        font-size: 5.25vw
    }
}

@media screen and (max-width: 768px) {
    .s-btn-encased.s-ico-new-window {
        padding-right: 93.86667px;
        padding-right: 12.22222vw
    }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
    .s-btn-encased.s-ico-new-window {
        padding-right: 44px;
        padding-right: 12.22222vw
    }
}

@media screen and (max-width: 768px) {
    .s-btn-encased.s-ico-new-window:after {
        width: 23.46667px;
        width: 3.05556vw;
        height: 23.46667px;
        height: 3.05556vw;
        margin-top: -10.66667px;
        margin-top: -1.38889vw;
        right: 59.73333px;
        right: 7.77778vw
    }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
    .s-btn-encased.s-ico-new-window:after {
        width: 11px;
        width: 3.05556vw
    }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
    .s-btn-encased.s-ico-new-window:after {
        height: 11px;
        height: 3.05556vw
    }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
    .s-btn-encased.s-ico-new-window:after {
        margin-top: -5px;
        margin-top: -1.38889vw
    }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
    .s-btn-encased.s-ico-new-window:after {
        right: 28px;
        right: 7.77778vw
    }
}

@media screen and (max-width: 768px) {
    .s-btn-encased.s-mo-full {
        display: block;
        padding-left: 0;
        padding-right: 0;
        text-align: center
    }

    .s-btn-encased.s-mo-full.s-ico-new-window {
        padding-right: 0
    }

    .s-btn-encased.s-mo-full.s-ico-new-window:after {
        position: static;
        display: inline-block;
        vertical-align: middle;
        margin-top: -4.26667px;
        margin-top: -.55556vw;
        margin-left: 10.66667px;
        margin-left: 1.38889vw;
        width: 23.46667px;
        width: 3.05556vw;
        height: 23.46667px;
        height: 3.05556vw
    }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
    .s-btn-encased.s-mo-full.s-ico-new-window:after {
        margin-top: -2px;
        margin-top: -.55556vw
    }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
    .s-btn-encased.s-mo-full.s-ico-new-window:after {
        margin-left: 5px;
        margin-left: 1.38889vw
    }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
    .s-btn-encased.s-mo-full.s-ico-new-window:after {
        width: 11px;
        width: 3.05556vw
    }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
    .s-btn-encased.s-mo-full.s-ico-new-window:after {
        height: 11px;
        height: 3.05556vw
    }
}

@media screen and (max-width: 768px) {
    .s-btn-text-underline {
        font-size: 29.86667px;
        font-size: 3.88889vw
    }

    html[lang^="th"] .s-btn-text-underline {
        font-size: 40.32px;
        font-size: 5.25vw
    }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
    .s-btn-text-underline {
        font-size: 14px;
        font-size: 3.88889vw
    }

    html[lang^="th"] .s-btn-text-underline {
        font-size: 18.9px;
        font-size: 5.25vw
    }
}

@media screen and (max-width: 768px) {
    .s-btn-text-underline.s-ico-layer-popup:after {
        margin-left: 8.53333px;
        margin-left: 1.11111vw;
        width: 17.06667px;
        width: 2.22222vw;
        height: 25.6px;
        height: 3.33333vw
    }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
    .s-btn-text-underline.s-ico-layer-popup:after {
        margin-left: 4px;
        margin-left: 1.11111vw
    }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
    .s-btn-text-underline.s-ico-layer-popup:after {
        width: 8px;
        width: 2.22222vw
    }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
    .s-btn-text-underline.s-ico-layer-popup:after {
        height: 12px;
        height: 3.33333vw
    }
}

@media screen and (max-width: 768px) {
    .s-btn-text-underline.s-ico-new-window:after {
        margin-top: -4.26667px;
        margin-top: -.55556vw;
        margin-left: 8.53333px;
        margin-left: 1.11111vw;
        width: 21.33333px;
        width: 2.77778vw;
        height: 21.33333px;
        height: 2.77778vw
    }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
    .s-btn-text-underline.s-ico-new-window:after {
        margin-top: -2px;
        margin-top: -.55556vw
    }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
    .s-btn-text-underline.s-ico-new-window:after {
        margin-left: 4px;
        margin-left: 1.11111vw
    }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
    .s-btn-text-underline.s-ico-new-window:after {
        width: 10px;
        width: 2.77778vw
    }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
    .s-btn-text-underline.s-ico-new-window:after {
        height: 10px;
        height: 2.77778vw
    }
}

@media screen and (max-width: 768px) {
    .s-btn-text-underline.s-ico-download:after {
        margin-top: -4.26667px;
        margin-top: -.55556vw;
        margin-left: 6.4px;
        margin-left: .83333vw;
        width: 21.33333px;
        width: 2.77778vw;
        height: 21.33333px;
        height: 2.77778vw
    }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
    .s-btn-text-underline.s-ico-download:after {
        margin-top: -2px;
        margin-top: -.55556vw
    }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
    .s-btn-text-underline.s-ico-download:after {
        margin-left: 3px;
        margin-left: .83333vw
    }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
    .s-btn-text-underline.s-ico-download:after {
        width: 10px;
        width: 2.77778vw
    }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
    .s-btn-text-underline.s-ico-download:after {
        height: 10px;
        height: 2.77778vw
    }
}

@media screen and (max-width: 768px) {
    .s-btn-text {
        font-size: 25.6px;
        font-size: 3.33333vw
    }

    html[lang^="th"] .s-btn-text {
        font-size: 34.56px;
        font-size: 4.5vw
    }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
    .s-btn-text {
        font-size: 12px;
        font-size: 3.33333vw
    }

    html[lang^="th"] .s-btn-text {
        font-size: 16.2px;
        font-size: 4.5vw
    }
}

@media screen and (max-width: 768px) {
    .s-btn-text:after {
        margin-top: -1px;
        width: 17.06667px;
        width: 2.22222vw;
        height: 25.6px;
        height: 3.33333vw
    }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
    .s-btn-text:after {
        width: 8px;
        width: 2.22222vw
    }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
    .s-btn-text:after {
        height: 12px;
        height: 3.33333vw
    }
}

@media screen and (max-width: 768px) {
    .s-btn-text.s-ico-down:after, .s-btn-text.s-ico-up:after {
        width: 27.73333px;
        width: 3.61111vw;
        height: 17.06667px;
        height: 2.22222vw
    }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
    .s-btn-text.s-ico-down:after, .s-btn-text.s-ico-up:after {
        width: 13px;
        width: 3.61111vw
    }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
    .s-btn-text.s-ico-down:after, .s-btn-text.s-ico-up:after {
        height: 8px;
        height: 2.22222vw
    }
}

@media screen and (max-width: 768px) {
    .s-btn-text.s-ico-new-window:after {
        width: 23.46667px;
        width: 3.05556vw;
        height: 23.46667px;
        height: 3.05556vw;
        margin-top: -2.13333px;
        margin-top: -.27778vw;
        margin-left: 10.66667px;
        margin-left: 1.38889vw
    }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
    .s-btn-text.s-ico-new-window:after {
        width: 11px;
        width: 3.05556vw
    }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
    .s-btn-text.s-ico-new-window:after {
        height: 11px;
        height: 3.05556vw
    }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
    .s-btn-text.s-ico-new-window:after {
        margin-top: -1px;
        margin-top: -.27778vw
    }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
    .s-btn-text.s-ico-new-window:after {
        margin-left: 5px;
        margin-left: 1.38889vw
    }
}

@media screen and (max-width: 768px) {
    .s-btn-play-round {
        width: 179.2px;
        width: 23.33333vw;
        height: 179.2px;
        height: 23.33333vw
    }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
    .s-btn-play-round {
        width: 84px;
        width: 23.33333vw
    }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
    .s-btn-play-round {
        height: 84px;
        height: 23.33333vw
    }
}

@media screen and (max-width: 768px) {
    .s-btn-play {
        padding: 19.2px 21.33333px;
        padding: 2.5vw 2.77778vw;
        padding-right: 59.73333px;
        padding-right: 7.77778vw
    }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
    .s-btn-play {
        padding: 9px 10px;
        padding: 2.5vw 2.77778vw
    }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
    .s-btn-play {
        padding-right: 28px;
        padding-right: 7.77778vw
    }
}

@media screen and (max-width: 768px) {
    .s-btn-play span {
        font-size: 25.6px;
        font-size: 3.33333vw
    }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
    .s-btn-play span {
        font-size: 12px;
        font-size: 3.33333vw
    }
}

@media screen and (max-width: 768px) {
    .s-btn-play .s-btn-img {
        width: 46.93333px;
        width: 6.11111vw;
        height: 46.93333px;
        height: 6.11111vw;
        margin-right: 21.33333px;
        margin-right: 2.77778vw
    }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
    .s-btn-play .s-btn-img {
        width: 22px;
        width: 6.11111vw
    }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
    .s-btn-play .s-btn-img {
        height: 22px;
        height: 6.11111vw
    }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
    .s-btn-play .s-btn-img {
        margin-right: 10px;
        margin-right: 2.77778vw
    }
}

@media screen and (max-width: 768px) {
    .s-marketing-cta {
        margin-top: 29.86667px;
        margin-top: 3.88889vw
    }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
    .s-marketing-cta {
        margin-top: 14px;
        margin-top: 3.88889vw
    }
}

@media screen and (max-width: 768px) {
    .s-marketing-cta .s-btn-base, .s-marketing-cta .s-btn-cta {
        font-size: 29.86667px;
        font-size: 3.88889vw;
        padding: 27.73333px 59.73333px 25.6px;
        padding: 3.61111vw 7.77778vw 3.33333vw
    }

    html[lang^="th"] .s-marketing-cta .s-btn-base, html[lang^="th"] .s-marketing-cta .s-btn-cta {
        font-size: 40.32px;
        font-size: 5.25vw
    }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
    .s-marketing-cta .s-btn-base, .s-marketing-cta .s-btn-cta {
        font-size: 14px;
        font-size: 3.88889vw
    }

    html[lang^="th"] .s-marketing-cta .s-btn-base, html[lang^="th"] .s-marketing-cta .s-btn-cta {
        font-size: 18.9px;
        font-size: 5.25vw
    }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
    .s-marketing-cta .s-btn-base, .s-marketing-cta .s-btn-cta {
        padding: 13px 28px 12px;
        padding: 3.61111vw 7.77778vw 3.33333vw
    }
}

@media screen and (max-width: 768px) {
    .s-marketing-cta .s-btn-cta.s-ico-new-window {
        padding-right: 93.86667px;
        padding-right: 12.22222vw
    }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
    .s-marketing-cta .s-btn-cta.s-ico-new-window {
        padding-right: 44px;
        padding-right: 12.22222vw
    }
}

@media screen and (max-width: 768px) {
    .s-marketing-cta .s-btn-cta.s-ico-new-window:after {
        margin-top: -10.66667px;
        margin-top: -1.38889vw;
        right: 59.73333px;
        right: 7.77778vw;
        width: 23.46667px;
        width: 3.05556vw;
        height: 23.46667px;
        height: 3.05556vw
    }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
    .s-marketing-cta .s-btn-cta.s-ico-new-window:after {
        margin-top: -5px;
        margin-top: -1.38889vw
    }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
    .s-marketing-cta .s-btn-cta.s-ico-new-window:after {
        right: 28px;
        right: 7.77778vw
    }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
    .s-marketing-cta .s-btn-cta.s-ico-new-window:after {
        width: 11px;
        width: 3.05556vw
    }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
    .s-marketing-cta .s-btn-cta.s-ico-new-window:after {
        height: 11px;
        height: 3.05556vw
    }
}

@media screen and (max-width: 768px) {
    .s-marketing-cta .s-btn-cta.s-ico-download:after {
        top: -3.2px;
        top: -.41667vw;
        margin-left: 10.66667px;
        margin-left: 1.38889vw;
        width: 21.33333px;
        width: 2.77778vw;
        height: 21.33333px;
        height: 2.77778vw
    }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
    .s-marketing-cta .s-btn-cta.s-ico-download:after {
        top: -1.5px;
        top: -.41667vw
    }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
    .s-marketing-cta .s-btn-cta.s-ico-download:after {
        margin-left: 5px;
        margin-left: 1.38889vw
    }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
    .s-marketing-cta .s-btn-cta.s-ico-download:after {
        width: 10px;
        width: 2.77778vw
    }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
    .s-marketing-cta .s-btn-cta.s-ico-download:after {
        height: 10px;
        height: 2.77778vw
    }
}

@media screen and (max-width: 768px) {
    .s-marketing-cta .s-btn-cta-text {
        font-size: 29.86667px;
        font-size: 3.88889vw
    }

    html[lang^="th"] .s-marketing-cta .s-btn-cta-text {
        font-size: 40.32px;
        font-size: 5.25vw
    }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
    .s-marketing-cta .s-btn-cta-text {
        font-size: 14px;
        font-size: 3.88889vw
    }

    html[lang^="th"] .s-marketing-cta .s-btn-cta-text {
        font-size: 18.9px;
        font-size: 5.25vw
    }
}

@media screen and (max-width: 768px) {
    .s-marketing-cta .s-btn-cta-text.s-ico-layer-popup:after {
        margin-left: 10.66667px;
        margin-left: 1.38889vw;
        width: 17.06667px;
        width: 2.22222vw;
        height: 25.6px;
        height: 3.33333vw
    }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
    .s-marketing-cta .s-btn-cta-text.s-ico-layer-popup:after {
        margin-left: 5px;
        margin-left: 1.38889vw
    }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
    .s-marketing-cta .s-btn-cta-text.s-ico-layer-popup:after {
        width: 8px;
        width: 2.22222vw
    }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
    .s-marketing-cta .s-btn-cta-text.s-ico-layer-popup:after {
        height: 12px;
        height: 3.33333vw
    }
}

@media screen and (max-width: 768px) {
    .s-marketing-cta .s-btn-cta-text.s-ico-new-window:after {
        margin-top: -4.26667px;
        margin-top: -.55556vw;
        margin-left: 10.66667px;
        margin-left: 1.38889vw;
        width: 23.46667px;
        width: 3.05556vw;
        height: 23.46667px;
        height: 3.05556vw
    }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
    .s-marketing-cta .s-btn-cta-text.s-ico-new-window:after {
        margin-top: -2px;
        margin-top: -.55556vw
    }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
    .s-marketing-cta .s-btn-cta-text.s-ico-new-window:after {
        margin-left: 5px;
        margin-left: 1.38889vw
    }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
    .s-marketing-cta .s-btn-cta-text.s-ico-new-window:after {
        width: 11px;
        width: 3.05556vw
    }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
    .s-marketing-cta .s-btn-cta-text.s-ico-new-window:after {
        height: 11px;
        height: 3.05556vw
    }
}

@media screen and (max-width: 768px) {
    .s-marketing-cta .s-btn-cta-text.s-ico-download:after {
        margin-top: -6.4px;
        margin-top: -.83333vw;
        margin-left: 10.66667px;
        margin-left: 1.38889vw;
        width: 21.33333px;
        width: 2.77778vw;
        height: 21.33333px;
        height: 2.77778vw
    }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
    .s-marketing-cta .s-btn-cta-text.s-ico-download:after {
        margin-top: -3px;
        margin-top: -.83333vw
    }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
    .s-marketing-cta .s-btn-cta-text.s-ico-download:after {
        margin-left: 5px;
        margin-left: 1.38889vw
    }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
    .s-marketing-cta .s-btn-cta-text.s-ico-download:after {
        width: 10px;
        width: 2.77778vw
    }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
    .s-marketing-cta .s-btn-cta-text.s-ico-download:after {
        height: 10px;
        height: 2.77778vw
    }
}

@media screen and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
    _:-webkit-full-screen .s-btn-base, _:-webkit-full-screen .s-btn-cta, :root .s-marketing-cta .s-btn-base, :root .s-marketing-cta .s-btn-cta {
        padding-top: 27.73333px;
        padding-top: 3.61111vw;
        padding-bottom: 25.6px;
        padding-bottom: 3.33333vw
    }
}

@media screen and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2) and (max-width: 360px) {
    _:-webkit-full-screen .s-btn-base, _:-webkit-full-screen .s-btn-cta, :root .s-marketing-cta .s-btn-base, :root .s-marketing-cta .s-btn-cta {
        padding-top: 13px;
        padding-top: 3.61111vw
    }
}

@media screen and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2) and (max-width: 360px) {
    _:-webkit-full-screen .s-btn-base, _:-webkit-full-screen .s-btn-cta, :root .s-marketing-cta .s-btn-base, :root .s-marketing-cta .s-btn-cta {
        padding-bottom: 12px;
        padding-bottom: 3.33333vw
    }
}

@media screen and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
    _:-webkit-full-screen .s-btn-cta-text.s-ico-new-window _:-webkit-full-screen .s-btn-cta-text.s-ico-download:after, :root .s-marketing-cta .s-btn-cta-text.s-ico-new-window _:-webkit-full-screen .s-btn-cta-text.s-ico-download:after, _:-webkit-full-screen .s-btn-cta-text.s-ico-new-window :root .s-marketing-cta .s-btn-cta-text.s-ico-download:after, :root .s-marketing-cta .s-btn-cta-text.s-ico-new-window :root .s-marketing-cta .s-btn-cta-text.s-ico-download:after {
        margin-top: -14.93333px;
        margin-top: -1.94444vw
    }
}

@media screen and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2) and (max-width: 360px) {
    _:-webkit-full-screen .s-btn-cta-text.s-ico-new-window _:-webkit-full-screen .s-btn-cta-text.s-ico-download:after, :root .s-marketing-cta .s-btn-cta-text.s-ico-new-window _:-webkit-full-screen .s-btn-cta-text.s-ico-download:after, _:-webkit-full-screen .s-btn-cta-text.s-ico-new-window :root .s-marketing-cta .s-btn-cta-text.s-ico-download:after, :root .s-marketing-cta .s-btn-cta-text.s-ico-new-window :root .s-marketing-cta .s-btn-cta-text.s-ico-download:after {
        margin-top: -7px;
        margin-top: -1.94444vw
    }
}

.touch-device .s-btn-encased.s-ico-new-window:after {
    -webkit-transition: none;
    transition: none
}

.s-slick .slick-slider {
    position: relative;
    display: block;
    -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
}

.s-slick .slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0
}

.s-slick .slick-list:focus {
    outline: none
}

.s-slick .slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.s-slick .slick-list .slick-track, .s-slick .slick-list .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.s-slick .slick-list .slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block
}

.s-slick .slick-list .slick-track:before, .s-slick .slick-list .slick-track:after {
    display: table;
    content: ''
}

.s-slick .slick-list .slick-track:after {
    clear: both
}

.s-slick .slick-loading .slick-track {
    visibility: hidden
}

.s-slick .slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
    vertical-align: top
}

.s-slick .slick-slide img {
    width: 100%;
    height: auto
}

.s-slick .slick-slide.slick-loading img {
    display: none
}

.s-slick .slick-slide.dragging img {
    pointer-events: none
}

.s-slick.slick-initialized .slick-slide {
    display: block
}

.s-slick.slick-loading .slick-slide {
    visibility: hidden
}

.s-slick.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.s-slick .slick-arrow {
    overflow: hidden;
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 2;
    width: 70px;
    width: 4.86111vw;
    height: 160px;
    height: 11.11111vw;
    margin: auto;
    border-width: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: transparent;
    background-color: #363636;
    background-color: rgba(54, 54, 54, 0.7);
    -webkit-transition: .08s background-color ease-in;
    transition: .08s background-color ease-in;
    font-size: 0;
    line-height: 0
}

@media (min-width: 1440px) {
    .s-slick .slick-arrow {
        width: 70px
    }
}

@media (min-width: 1440px) {
    .s-slick .slick-arrow {
        height: 160px
    }
}

.s-slick .slick-arrow:after {
    display: block;
    position: relative;
    top: 0;
    left: 0;
    width: 24px;
    width: 1.66667vw;
    height: 44px;
    height: 3.05556vw;
    margin: 0 auto;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    content: ''
}

@media (min-width: 1440px) {
    .s-slick .slick-arrow:after {
        width: 24px
    }
}

@media (min-width: 1440px) {
    .s-slick .slick-arrow:after {
        height: 44px
    }
}

.s-slick .slick-arrow:hover, .s-slick .slick-arrow:focus {
    background-color: #222425
}

.s-slick .slick-arrow.slick-disabled, .s-slick .slick-arrow.slick-hidden {
    display: none !important
}

.s-slick .slick-prev {
    left: 0;
    padding-right: 3px;
    -webkit-border-radius: 0 5px 5px 0;
    border-radius: 0 5px 5px 0
}

.s-slick .slick-prev:after {
    background-image: url(../../../../../../../etc.clientlibs/samsung/clientlibs/us/usglobal/clientlib-dependencies/resources/imgs/slick-carousel-left.png)
}

.s-slick .slick-next {
    right: 0;
    padding-left: 3px;
    -webkit-border-radius: 5px 0 0 5px;
    border-radius: 5px 0 0 5px
}

.s-slick .slick-next:after {
    background-image: url(../../../../../../../etc.clientlibs/samsung/clientlibs/us/usglobal/clientlib-dependencies/resources/imgs/slick-carousel-right.png)
}

.s-slick .slick-dots {
    position: absolute;
    bottom: 48px;
    bottom: 3.33333vw;
    width: 100%;
    text-align: center;
    line-height: 0
}

@media (min-width: 1440px) {
    .s-slick .slick-dots {
        bottom: 48px
    }
}

.s-slick .slick-dots li {
    display: inline-block;
    position: relative;
    margin: 0 3px;
    line-height: 0;
    text-align: center
}

.s-slick .slick-dots li button {
    display: inline-block;
    overflow: hidden;
    width: 8px;
    height: 8px;
    color: transparent;
    border: 1px solid #363636;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    font-size: 1px;
    line-height: 1px;
    vertical-align: top
}

.s-slick .slick-dots li.slick-active button, .s-slick .slick-dots li button:hover, .s-slick .slick-dots li button:focus {
    border: 0;
    background-color: #363636
}

.s-slick-theme--dot-bg .slick-arrow, .s-slick-theme--dot .slick-arrow {
    width: 50px;
    width: 3.47222vw;
    height: 50px;
    height: 3.47222vw;
    background: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: none;
    transition: none;
    padding: 0
}

@media (min-width: 1440px) {
    .s-slick-theme--dot-bg .slick-arrow, .s-slick-theme--dot .slick-arrow {
        width: 50px
    }
}

@media (min-width: 1440px) {
    .s-slick-theme--dot-bg .slick-arrow, .s-slick-theme--dot .slick-arrow {
        height: 50px
    }
}

.s-slick-theme--dot-bg .slick-arrow:hover, .s-slick-theme--dot-bg .slick-arrow:focus, .s-slick-theme--dot-bg .slick-arrow:active, .s-slick-theme--dot .slick-arrow:hover, .s-slick-theme--dot .slick-arrow:focus, .s-slick-theme--dot .slick-arrow:active {
    background: none
}

.s-slick-theme--dot-bg .slick-arrow:before, .s-slick-theme--dot .slick-arrow:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 50 50' width='50' height='50'%3E%3Ccircle cx='25' cy='25' r='24'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    opacity: 0.4;
    content: ''
}

.s-slick-theme--dot-bg .slick-arrow:hover:before, .s-slick-theme--dot-bg .slick-arrow:focus:before, .s-slick-theme--dot-bg .slick-arrow:active:before, .s-slick-theme--dot .slick-arrow:hover:before, .s-slick-theme--dot .slick-arrow:focus:before, .s-slick-theme--dot .slick-arrow:active:before {
    opacity: 0.6
}

.s-slick-theme--dot-bg .slick-arrow:after, .s-slick-theme--dot .slick-arrow:after {
    width: 20px;
    width: 1.38889vw;
    height: 30px;
    height: 2.08333vw;
    content: ''
}

@media (min-width: 1440px) {
    .s-slick-theme--dot-bg .slick-arrow:after, .s-slick-theme--dot .slick-arrow:after {
        width: 20px
    }
}

@media (min-width: 1440px) {
    .s-slick-theme--dot-bg .slick-arrow:after, .s-slick-theme--dot .slick-arrow:after {
        height: 30px
    }
}

.s-slick-theme--dot-bg .slick-arrow.slick-next, .s-slick-theme--dot .slick-arrow.slick-next {
    right: 23px;
    right: 1.59722vw;
    padding-left: 3px;
    padding-left: .20833vw
}

@media (min-width: 1440px) {
    .s-slick-theme--dot-bg .slick-arrow.slick-next, .s-slick-theme--dot .slick-arrow.slick-next {
        right: 23px
    }
}

@media (min-width: 1440px) {
    .s-slick-theme--dot-bg .slick-arrow.slick-next, .s-slick-theme--dot .slick-arrow.slick-next {
        padding-left: 3px
    }
}

.s-slick-theme--dot-bg .slick-arrow.slick-next:after, .s-slick-theme--dot .slick-arrow.slick-next:after {
    background-image: url("../../../../../../../etc.clientlibs/samsung/clientlibs/us/usglobal/clientlib-dependencies/resources/imgs/ico-carousel-next-white.svg")
}

.s-slick-theme--dot-bg .slick-arrow.slick-prev, .s-slick-theme--dot .slick-arrow.slick-prev {
    left: 23px;
    left: 1.59722vw;
    padding-right: 2px;
    padding-right: .13889vw
}

@media (min-width: 1440px) {
    .s-slick-theme--dot-bg .slick-arrow.slick-prev, .s-slick-theme--dot .slick-arrow.slick-prev {
        left: 23px
    }
}

@media (min-width: 1440px) {
    .s-slick-theme--dot-bg .slick-arrow.slick-prev, .s-slick-theme--dot .slick-arrow.slick-prev {
        padding-right: 2px
    }
}

.s-slick-theme--dot-bg .slick-arrow.slick-prev:after, .s-slick-theme--dot .slick-arrow.slick-prev:after {
    background-image: url("../../../../../../../etc.clientlibs/samsung/clientlibs/us/usglobal/clientlib-dependencies/resources/imgs/ico-carousel-prev-white.svg")
}

.s-slick-theme--dot-bg .s-slick-dots, .s-slick-theme--dot .s-slick-dots {
    position: absolute;
    bottom: 16px;
    bottom: 1.11111vw;
    left: 0;
    right: 0;
    width: auto;
    padding: 0 66px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    line-height: 1
}

@media (min-width: 1440px) {
    .s-slick-theme--dot-bg .s-slick-dots, .s-slick-theme--dot .s-slick-dots {
        bottom: 16px
    }
}

.s-slick-theme--dot-bg .s-slick-dots .slick-dots, .s-slick-theme--dot .s-slick-dots .slick-dots {
    position: relative;
    display: inline-block;
    padding: 0 11px;
    bottom: auto;
    width: auto;
    vertical-align: top
}

.s-slick-theme--dot-bg .s-slick-dots .slick-dots:after, .s-slick-theme--dot .s-slick-dots .slick-dots:after {
    display: block;
    clear: both;
    width: 100%
}

.s-slick-theme--dot-bg .s-slick-dots .slick-dots:before, .s-slick-theme--dot .s-slick-dots .slick-dots:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #000;
    border: 1px solid #000;
    -webkit-border-radius: 13px;
    border-radius: 13px;
    opacity: 0.4;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    content: ''
}

.s-slick-theme--dot-bg .s-slick-dots .slick-dots li, .s-slick-theme--dot .s-slick-dots .slick-dots li {
    float: left;
    display: block;
    margin: 0 2px
}

.s-slick-theme--dot-bg .s-slick-dots .slick-dots li button, .s-slick-theme--dot .s-slick-dots .slick-dots li button {
    overflow: hidden;
    position: relative;
    display: block;
    width: 8px;
    height: 8px;
    padding: 8px;
    background: transparent !important;
    border: none;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    color: transparent;
    font-size: 1px;
    line-height: 1px
}

.s-slick-theme--dot-bg .s-slick-dots .slick-dots li button:before, .s-slick-theme--dot .s-slick-dots .slick-dots li button:before {
    content: '';
    position: relative;
    overflow: hidden;
    display: block;
    width: 100%;
    height: 100%;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background-color: rgba(255, 255, 255, 0.3);
    border: 1px solid rgba(0, 0, 0, 0.2);
    margin: -1px
}

.s-slick-theme--dot-bg .s-slick-dots .slick-dots li button:hover:before, .s-slick-theme--dot-bg .s-slick-dots .slick-dots li button:focus:before, .s-slick-theme--dot-bg .s-slick-dots .slick-dots li button:active:before, .s-slick-theme--dot .s-slick-dots .slick-dots li button:hover:before, .s-slick-theme--dot .s-slick-dots .slick-dots li button:focus:before, .s-slick-theme--dot .s-slick-dots .slick-dots li button:active:before {
    margin: 0;
    border: none;
    background-color: rgba(255, 255, 255, 0.6)
}

.s-slick-theme--dot-bg .s-slick-dots .slick-dots li button::-moz-focus-inner, .s-slick-theme--dot .s-slick-dots .slick-dots li button::-moz-focus-inner {
    border: 0
}

.s-slick-theme--dot-bg .s-slick-dots .slick-dots li button:-moz-focusring, .s-slick-theme--dot .s-slick-dots .slick-dots li button:-moz-focusring {
    outline: 1px dotted #fff
}

.s-slick-theme--dot-bg .s-slick-dots .slick-dots li.slick-active button:before, .s-slick-theme--dot .s-slick-dots .slick-dots li.slick-active button:before {
    margin: 0;
    border: none;
    background-color: #fff
}

.s-slick-theme--dot-bg .s-slick-dots .slick-dots .slick-dots-autoplay, .s-slick-theme--dot .s-slick-dots .slick-dots .slick-dots-autoplay {
    float: none;
    position: absolute;
    left: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 34px;
    height: 34px;
    margin-left: 8px;
    margin-left: .55556vw;
    margin-right: 0
}

@media (min-width: 1440px) {
    .s-slick-theme--dot-bg .s-slick-dots .slick-dots .slick-dots-autoplay, .s-slick-theme--dot .s-slick-dots .slick-dots .slick-dots-autoplay {
        margin-left: 8px
    }
}

.s-slick-theme--dot-bg .s-slick-dots .slick-dots .slick-dots-autoplay button, .s-slick-theme--dot .s-slick-dots .slick-dots .slick-dots-autoplay button {
    margin: 0;
    padding: 0;
    width: 34px;
    height: 34px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.s-slick-theme--dot-bg .s-slick-dots .slick-dots .slick-dots-autoplay button:before, .s-slick-theme--dot .s-slick-dots .slick-dots .slick-dots-autoplay button:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.4;
    background-color: transparent;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 28 28' width='28' height='28'%3E%3Ccircle cx='14' cy='14' r='12'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    border: none;
    margin: auto
}

.s-slick-theme--dot-bg .s-slick-dots .slick-dots .slick-dots-autoplay button:hover:before, .s-slick-theme--dot-bg .s-slick-dots .slick-dots .slick-dots-autoplay button:focus:before, .s-slick-theme--dot-bg .s-slick-dots .slick-dots .slick-dots-autoplay button:active:before, .s-slick-theme--dot .s-slick-dots .slick-dots .slick-dots-autoplay button:hover:before, .s-slick-theme--dot .s-slick-dots .slick-dots .slick-dots-autoplay button:focus:before, .s-slick-theme--dot .s-slick-dots .slick-dots .slick-dots-autoplay button:active:before {
    opacity: 0.6;
    border: none;
    background-color: transparent
}

.s-slick-theme--dot-bg .s-slick-dots .slick-dots .slick-dots-autoplay button:after, .s-slick-theme--dot .s-slick-dots .slick-dots .slick-dots-autoplay button:after {
    content: '';
    position: relative;
    display: block;
    margin: -2px auto 0;
    background-repeat: no-repeat;
    background-size: 100% 100%
}

.s-slick-theme--dot-bg .s-slick-dots .slick-dots .slick-dots-autoplay button.s-autoplay-pause:after, .s-slick-theme--dot .s-slick-dots .slick-dots .slick-dots-autoplay button.s-autoplay-pause:after {
    width: 10px;
    height: 10px;
    background-image: url("../../../../../../../etc.clientlibs/samsung/clientlibs/us/usglobal/clientlib-dependencies/resources/imgs/ico-carousel-pause-white.svg")
}

.s-slick-theme--dot-bg .s-slick-dots .slick-dots .slick-dots-autoplay button.s-autoplay-play, .s-slick-theme--dot .s-slick-dots .slick-dots .slick-dots-autoplay button.s-autoplay-play {
    padding-left: 2px
}

.s-slick-theme--dot-bg .s-slick-dots .slick-dots .slick-dots-autoplay button.s-autoplay-play:after, .s-slick-theme--dot .s-slick-dots .slick-dots .slick-dots-autoplay button.s-autoplay-play:after {
    width: 7px;
    height: 10px;
    background-image: url("../../../../../../../etc.clientlibs/samsung/clientlibs/us/usglobal/clientlib-dependencies/resources/imgs/ico-carousel-play-white.svg")
}

.s-slick-theme--dot-bg.is-slick-autoplay .slick-dots, .s-slick-theme--dot.is-slick-autoplay .slick-dots {
    margin-right: 40px
}

@media screen and (max-width: 768px) {
    .s-slick .slick-dots {
        bottom: 68.26667px;
        bottom: 8.88889vw
    }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
    .s-slick .slick-dots {
        bottom: 32px;
        bottom: 8.88889vw
    }
}

@media screen and (max-width: 768px) {
    .s-slick .slick-dots li {
        margin: 0 3px 0 4px
    }

    .s-slick-theme--dot-bg .slick-arrow, .s-slick-theme--dot .slick-arrow {
        width: 106.66667px;
        width: 13.88889vw;
        height: 106.66667px;
        height: 13.88889vw
    }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
    .s-slick-theme--dot-bg .slick-arrow, .s-slick-theme--dot .slick-arrow {
        width: 50px;
        width: 13.88889vw
    }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
    .s-slick-theme--dot-bg .slick-arrow, .s-slick-theme--dot .slick-arrow {
        height: 50px;
        height: 13.88889vw
    }
}

@media screen and (max-width: 768px) {
    .s-slick-theme--dot-bg .slick-arrow:after, .s-slick-theme--dot .slick-arrow:after {
        width: 42.66667px;
        width: 5.55556vw;
        height: 64px;
        height: 8.33333vw
    }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
    .s-slick-theme--dot-bg .slick-arrow:after, .s-slick-theme--dot .slick-arrow:after {
        width: 20px;
        width: 5.55556vw
    }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
    .s-slick-theme--dot-bg .slick-arrow:after, .s-slick-theme--dot .slick-arrow:after {
        height: 30px;
        height: 8.33333vw
    }
}

@media screen and (max-width: 768px) {
    .s-slick-theme--dot-bg .slick-arrow.slick-prev, .s-slick-theme--dot .slick-arrow.slick-prev {
        left: 25.6px;
        left: 3.33333vw;
        padding-right: 4.26667px;
        padding-right: .55556vw
    }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
    .s-slick-theme--dot-bg .slick-arrow.slick-prev, .s-slick-theme--dot .slick-arrow.slick-prev {
        left: 12px;
        left: 3.33333vw
    }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
    .s-slick-theme--dot-bg .slick-arrow.slick-prev, .s-slick-theme--dot .slick-arrow.slick-prev {
        padding-right: 2px;
        padding-right: .55556vw
    }
}

@media screen and (max-width: 768px) {
    .s-slick-theme--dot-bg .slick-arrow.slick-next, .s-slick-theme--dot .slick-arrow.slick-next {
        right: 25.6px;
        right: 3.33333vw;
        padding-left: 6.4px;
        padding-left: .83333vw
    }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
    .s-slick-theme--dot-bg .slick-arrow.slick-next, .s-slick-theme--dot .slick-arrow.slick-next {
        right: 12px;
        right: 3.33333vw
    }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
    .s-slick-theme--dot-bg .slick-arrow.slick-next, .s-slick-theme--dot .slick-arrow.slick-next {
        padding-left: 3px;
        padding-left: .83333vw
    }
}

@media screen and (max-width: 768px) {
    .s-slick-theme--dot-bg .s-slick-dots, .s-slick-theme--dot .s-slick-dots {
        bottom: 34.13333px;
        bottom: 4.44444vw;
        padding: 0px 25.6px;
        padding: 0vw 3.33333vw
    }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
    .s-slick-theme--dot-bg .s-slick-dots, .s-slick-theme--dot .s-slick-dots {
        bottom: 16px;
        bottom: 4.44444vw
    }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
    .s-slick-theme--dot-bg .s-slick-dots, .s-slick-theme--dot .s-slick-dots {
        padding: 0px 12px;
        padding: 0vw 3.33333vw
    }
}

@media screen and (max-width: 768px) {
    .s-slick-theme--dot-bg .s-slick-dots .slick-dots, .s-slick-theme--dot .s-slick-dots .slick-dots {
        padding: 0px 17.06667px;
        padding: 0vw 2.22222vw
    }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
    .s-slick-theme--dot-bg .s-slick-dots .slick-dots, .s-slick-theme--dot .s-slick-dots .slick-dots {
        padding: 0px 8px;
        padding: 0vw 2.22222vw
    }
}

@media screen and (max-width: 768px) {
    .s-slick-theme--dot-bg .s-slick-dots .slick-dots:before, .s-slick-theme--dot .s-slick-dots .slick-dots:before {
        -webkit-border-radius: 25.6px;
        border-radius: 25.6px;
        -webkit-border-radius: 3.33333vw;
        border-radius: 3.33333vw
    }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
    .s-slick-theme--dot-bg .s-slick-dots .slick-dots:before, .s-slick-theme--dot .s-slick-dots .slick-dots:before {
        -webkit-border-radius: 12px;
        border-radius: 12px;
        -webkit-border-radius: 3.33333vw;
        border-radius: 3.33333vw
    }
}

@media screen and (max-width: 768px) {
    .s-slick-theme--dot-bg .s-slick-dots .slick-dots li, .s-slick-theme--dot .s-slick-dots .slick-dots li {
        margin: 0px 4.26667px;
        margin: 0vw .55556vw
    }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
    .s-slick-theme--dot-bg .s-slick-dots .slick-dots li, .s-slick-theme--dot .s-slick-dots .slick-dots li {
        margin: 0px 2px;
        margin: 0vw .55556vw
    }
}

@media screen and (max-width: 768px) {
    .s-slick-theme--dot-bg .s-slick-dots .slick-dots li button, .s-slick-theme--dot .s-slick-dots .slick-dots li button {
        width: 12.8px;
        width: 1.66667vw;
        height: 12.8px;
        height: 1.66667vw;
        padding: 12.8px;
        padding: 1.66667vw
    }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
    .s-slick-theme--dot-bg .s-slick-dots .slick-dots li button, .s-slick-theme--dot .s-slick-dots .slick-dots li button {
        width: 6px;
        width: 1.66667vw
    }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
    .s-slick-theme--dot-bg .s-slick-dots .slick-dots li button, .s-slick-theme--dot .s-slick-dots .slick-dots li button {
        height: 6px;
        height: 1.66667vw
    }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
    .s-slick-theme--dot-bg .s-slick-dots .slick-dots li button, .s-slick-theme--dot .s-slick-dots .slick-dots li button {
        padding: 6px;
        padding: 1.66667vw
    }
}

@media screen and (max-width: 768px) {
    .s-slick-theme--dot-bg .s-slick-dots .slick-dots li button:before, .s-slick-theme--dot .s-slick-dots .slick-dots li button:before {
        width: 100%;
        height: 100%;
        -webkit-border-radius: 10.66667px;
        border-radius: 10.66667px;
        -webkit-border-radius: 1.38889vw;
        border-radius: 1.38889vw
    }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
    .s-slick-theme--dot-bg .s-slick-dots .slick-dots li button:before, .s-slick-theme--dot .s-slick-dots .slick-dots li button:before {
        -webkit-border-radius: 5px;
        border-radius: 5px;
        -webkit-border-radius: 1.38889vw;
        border-radius: 1.38889vw
    }
}

@media screen and (max-width: 768px) {
    .s-slick-theme--dot-bg .s-slick-dots .slick-dots .slick-dots-autoplay, .s-slick-theme--dot .s-slick-dots .slick-dots .slick-dots-autoplay {
        width: 59.73333px;
        width: 7.77778vw;
        height: 59.73333px;
        height: 7.77778vw;
        margin-left: 14.93333px;
        margin-left: 1.94444vw
    }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
    .s-slick-theme--dot-bg .s-slick-dots .slick-dots .slick-dots-autoplay, .s-slick-theme--dot .s-slick-dots .slick-dots .slick-dots-autoplay {
        width: 28px;
        width: 7.77778vw
    }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
    .s-slick-theme--dot-bg .s-slick-dots .slick-dots .slick-dots-autoplay, .s-slick-theme--dot .s-slick-dots .slick-dots .slick-dots-autoplay {
        height: 28px;
        height: 7.77778vw
    }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
    .s-slick-theme--dot-bg .s-slick-dots .slick-dots .slick-dots-autoplay, .s-slick-theme--dot .s-slick-dots .slick-dots .slick-dots-autoplay {
        margin-left: 7px;
        margin-left: 1.94444vw
    }
}

@media screen and (max-width: 768px) {
    .s-slick-theme--dot-bg .s-slick-dots .slick-dots .slick-dots-autoplay button, .s-slick-theme--dot .s-slick-dots .slick-dots .slick-dots-autoplay button {
        width: 59.73333px;
        width: 7.77778vw;
        height: 59.73333px;
        height: 7.77778vw
    }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
    .s-slick-theme--dot-bg .s-slick-dots .slick-dots .slick-dots-autoplay button, .s-slick-theme--dot .s-slick-dots .slick-dots .slick-dots-autoplay button {
        width: 28px;
        width: 7.77778vw
    }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
    .s-slick-theme--dot-bg .s-slick-dots .slick-dots .slick-dots-autoplay button, .s-slick-theme--dot .s-slick-dots .slick-dots .slick-dots-autoplay button {
        height: 28px;
        height: 7.77778vw
    }
}

@media screen and (max-width: 768px) {
    .s-slick-theme--dot-bg .s-slick-dots .slick-dots .slick-dots-autoplay button.s-autoplay-pause:after, .s-slick-theme--dot .s-slick-dots .slick-dots .slick-dots-autoplay button.s-autoplay-pause:after {
        width: 21.33333px;
        width: 2.77778vw;
        height: 21.33333px;
        height: 2.77778vw;
        margin: -1px auto 0
    }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
    .s-slick-theme--dot-bg .s-slick-dots .slick-dots .slick-dots-autoplay button.s-autoplay-pause:after, .s-slick-theme--dot .s-slick-dots .slick-dots .slick-dots-autoplay button.s-autoplay-pause:after {
        width: 10px;
        width: 2.77778vw
    }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
    .s-slick-theme--dot-bg .s-slick-dots .slick-dots .slick-dots-autoplay button.s-autoplay-pause:after, .s-slick-theme--dot .s-slick-dots .slick-dots .slick-dots-autoplay button.s-autoplay-pause:after {
        height: 10px;
        height: 2.77778vw
    }
}

@media screen and (max-width: 768px) {
    .s-slick-theme--dot-bg .s-slick-dots .slick-dots .slick-dots-autoplay button.s-autoplay-puse, .s-slick-theme--dot .s-slick-dots .slick-dots .slick-dots-autoplay button.s-autoplay-puse {
        padding-left: 1px
    }

    .s-slick-theme--dot-bg .s-slick-dots .slick-dots .slick-dots-autoplay button.s-autoplay-play, .s-slick-theme--dot .s-slick-dots .slick-dots .slick-dots-autoplay button.s-autoplay-play {
        padding-left: 4.26667px;
        padding-left: .55556vw
    }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
    .s-slick-theme--dot-bg .s-slick-dots .slick-dots .slick-dots-autoplay button.s-autoplay-play, .s-slick-theme--dot .s-slick-dots .slick-dots .slick-dots-autoplay button.s-autoplay-play {
        padding-left: 2px;
        padding-left: .55556vw
    }
}

@media screen and (max-width: 768px) {
    .s-slick-theme--dot-bg .s-slick-dots .slick-dots .slick-dots-autoplay button.s-autoplay-play:after, .s-slick-theme--dot .s-slick-dots .slick-dots .slick-dots-autoplay button.s-autoplay-play:after {
        width: 14.93333px;
        width: 1.94444vw;
        height: 21.33333px;
        height: 2.77778vw;
        margin: -2px auto 0
    }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
    .s-slick-theme--dot-bg .s-slick-dots .slick-dots .slick-dots-autoplay button.s-autoplay-play:after, .s-slick-theme--dot .s-slick-dots .slick-dots .slick-dots-autoplay button.s-autoplay-play:after {
        width: 7px;
        width: 1.94444vw
    }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
    .s-slick-theme--dot-bg .s-slick-dots .slick-dots .slick-dots-autoplay button.s-autoplay-play:after, .s-slick-theme--dot .s-slick-dots .slick-dots .slick-dots-autoplay button.s-autoplay-play:after {
        height: 10px;
        height: 2.77778vw
    }
}

@media screen and (max-width: 768px) {
    .s-slick-theme--dot-bg.is-slick-autoplay .slick-dots, .s-slick-theme--dot.is-slick-autoplay .slick-dots {
        margin-right: 72.53333px;
        margin-right: 9.44444vw
    }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
    .s-slick-theme--dot-bg.is-slick-autoplay .slick-dots, .s-slick-theme--dot.is-slick-autoplay .slick-dots {
        margin-right: 34px;
        margin-right: 9.44444vw
    }
}

.s-video-area {
    display: none;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    z-index: 100
}

.s-video-area:before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    content: ''
}

.s-video-area iframe, .s-video-area object {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    border: 0
}

.s-video-area .s-video-wrap, .s-video-area .s-video-container {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0
}

.s-video-area .s-video-container {
    z-index: 10
}

.s-video-area .s-video-container>div {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    height: 100%
}

.s-media-close {
    overflow: hidden;
    position: absolute;
    top: 30px;
    right: 30px;
    z-index: 100;
    width: 28px;
    height: 28px;
    background: url(../../../../../../../etc.clientlibs/samsung/clientlibs/us/usglobal/clientlib-dependencies/resources/imgs/btn-close-white.png) no-repeat 50% 50%;
    font-size: 0;
    line-height: 99px;
    cursor: pointer
}

.s-media-close.s-black {
    background: url(../../../../../../../etc.clientlibs/samsung/clientlibs/us/usglobal/clientlib-dependencies/resources/imgs/btn-close-black.png) no-repeat 50% 50%
}

.video-open #wrap {
    overflow-x: hidden
}

.mp4-video {
    position: relative
}

.s-mp4-video-play {
    overflow: hidden;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 142px;
    width: 9.86111vw;
    height: 142px;
    height: 9.86111vw;
    margin: auto;
    text-indent: -999px;
    background: url(../../../../../../../etc.clientlibs/samsung/clientlibs/us/usglobal/clientlib-dependencies/resources/imgs/btn-play-big.png) no-repeat;
    background-size: 100%
}

@media (min-width: 1440px) {
    .s-mp4-video-play {
        width: 142px
    }
}

@media (min-width: 1440px) {
    .s-mp4-video-play {
        height: 142px
    }
}

.s-mp4-video-play:-moz-focusring {
    outline: 1px dotted ButtonText
}

.bc-cplayer-container .bc-cplayer-control {
    background-image: url(../../../../../../../etc.clientlibs/samsung/clientlibs/us/usglobal/clientlib-dependencies/resources/imgs/brightcove-bg-panel.gif)
}

.bc-cplayer-container .bc-cplayer-control .rewind {
    background-image: url(../../../../../../../etc.clientlibs/samsung/clientlibs/us/usglobal/clientlib-dependencies/resources/imgs/brightcove-btn-rewind.gif)
}

.bc-cplayer-container .bc-cplayer-control .play {
    background-image: url(../../../../../../../etc.clientlibs/samsung/clientlibs/us/usglobal/clientlib-dependencies/resources/imgs/brightcove-btn-play.gif)
}

.bc-cplayer-container .bc-cplayer-control .pause {
    background-image: url(../../../../../../../etc.clientlibs/samsung/clientlibs/us/usglobal/clientlib-dependencies/resources/imgs/brightcove-btn-pause.gif)
}

.bc-cplayer-container .bc-cplayer-control .forward {
    background-image: url(../../../../../../../etc.clientlibs/samsung/clientlibs/us/usglobal/clientlib-dependencies/resources/imgs/brightcove-btn-forward.gif)
}

.bc-cplayer-container .bc-cplayer-control .mute {
    background-image: url(../../../../../../../etc.clientlibs/samsung/clientlibs/us/usglobal/clientlib-dependencies/resources/imgs/brightcove-btn-volon.gif)
}

.bc-cplayer-container .bc-cplayer-control .volume-down {
    background-image: url(../../../../../../../etc.clientlibs/samsung/clientlibs/us/usglobal/clientlib-dependencies/resources/imgs/brightcove-btn-voldown.gif)
}

.bc-cplayer-container .bc-cplayer-control .volume-up {
    background-image: url(../../../../../../../etc.clientlibs/samsung/clientlibs/us/usglobal/clientlib-dependencies/resources/imgs/brightcove-btn-volup.gif)
}

.bc-cplayer-container .bc-cplayer-control .muted {
    background-image: url(../../../../../../../etc.clientlibs/samsung/clientlibs/us/usglobal/clientlib-dependencies/resources/imgs/brightcove-btn-volmute.gif)
}

.bc-cplayer-container .bc-cplayer-control .rightPanel button.bc-cc {
    background-image: url(../../../../../../../etc.clientlibs/samsung/clientlibs/us/usglobal/clientlib-dependencies/resources/imgs/brightcove-btn-bc-cc.png)
}

.bc-cplayer-container .bc-cplayer-control .rightPanel button.bc-cc.over {
    background-image: url(../../../../../../../etc.clientlibs/samsung/clientlibs/us/usglobal/clientlib-dependencies/resources/imgs/brightcove-btn-bc-cc-over.png) !important
}

.bc-cplayer-container .bc-cplayer-control .rightPanel button.bc-cc.on {
    background-image: url(../../../../../../../etc.clientlibs/samsung/clientlibs/us/usglobal/clientlib-dependencies/resources/imgs/brightcove-btn-bc-cc-on.png) !important
}

.bc-cplayer-control-area {
    height: 100%
}

@media screen and (max-width: 768px) {
    .s-media-close {
        top: 34.13333px;
        top: 4.44444vw;
        right: 34.13333px;
        right: 4.44444vw;
        width: 25px;
        height: 25px;
        background: url(../../../../../../../etc.clientlibs/samsung/clientlibs/us/usglobal/clientlib-dependencies/resources/imgs/btn-close-white_x2.png) no-repeat 50% 50%;
        background-size: 100%
    }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
    .s-media-close {
        top: 16px;
        top: 4.44444vw
    }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
    .s-media-close {
        right: 16px;
        right: 4.44444vw
    }
}

@media screen and (max-width: 768px) {
    .s-media-close.s-black {
        background: url(../../../../../../../etc.clientlibs/samsung/clientlibs/us/usglobal/clientlib-dependencies/resources/imgs/btn-close-black_x2.png) no-repeat 50% 50%;
        background-size: 100%
    }

    .s-mp4-video-play {
        width: 179.2px;
        width: 23.33333vw;
        height: 179.2px;
        height: 23.33333vw
    }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
    .s-mp4-video-play {
        width: 84px;
        width: 23.33333vw
    }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
    .s-mp4-video-play {
        height: 84px;
        height: 23.33333vw
    }
}

.s-energy-label__txt {
    font-size: 13px;
    font-size: .90278vw;
    color: #363636;
    font-weight: bold;
    letter-spacing: .06em;
    text-transform: uppercase;
    vertical-align: top
}

@media (min-width: 1440px) {
    .s-energy-label__txt {
        font-size: 13px
    }
}

.s-energy-label__txt:hover, .s-energy-label__txt:focus {
    text-decoration: underline
}

.s-energy-label__tag {
    display: inline-block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 40px;
    width: 2.77778vw;
    height: 20px;
    height: 1.38889vw;
    margin: -1px 0px 0px 7px;
    margin: -.06944vw 0vw 0vw .48611vw;
    background-repeat: no-repeat;
    vertical-align: top
}

@media (min-width: 1440px) {
    .s-energy-label__tag {
        width: 40px
    }
}

@media (min-width: 1440px) {
    .s-energy-label__tag {
        height: 20px
    }
}

@media (min-width: 1440px) {
    .s-energy-label__tag {
        margin: -1px 0px 0px 7px
    }
}

.s-energy-label__tag span {
    overflow: hidden;
    display: inline-block;
    width: 40px;
    width: 2.77778vw;
    height: 20px;
    height: 1.38889vw;
    background-repeat: no-repeat;
    background-size: cover;
    line-height: 99em;
    vertical-align: top
}

@media (min-width: 1440px) {
    .s-energy-label__tag span {
        width: 40px
    }
}

@media (min-width: 1440px) {
    .s-energy-label__tag span {
        height: 20px
    }
}

.s-energy-label__tag.s-first-level {
    background-image: url(../../../../../../../etc.clientlibs/samsung/clientlibs/us/usglobal/clientlib-dependencies/resources/imgs/svg-level-first.svg)
}

.s-energy-label__tag.s-second-level {
    background-image: url(../../../../../../../etc.clientlibs/samsung/clientlibs/us/usglobal/clientlib-dependencies/resources/imgs/svg-level-second.svg)
}

.s-energy-label__tag.s-third-level {
    background-image: url(../../../../../../../etc.clientlibs/samsung/clientlibs/us/usglobal/clientlib-dependencies/resources/imgs/svg-level-third.svg)
}

.s-energy-label__tag.s-fourth-level {
    background-image: url(../../../../../../../etc.clientlibs/samsung/clientlibs/us/usglobal/clientlib-dependencies/resources/imgs/svg-level-fourth.svg)
}

.s-energy-label__tag.s-fifth-level {
    background-image: url(../../../../../../../etc.clientlibs/samsung/clientlibs/us/usglobal/clientlib-dependencies/resources/imgs/svg-level-fifth.svg)
}

.s-energy-label__tag.s-sixth-level {
    background-image: url(../../../../../../../etc.clientlibs/samsung/clientlibs/us/usglobal/clientlib-dependencies/resources/imgs/svg-level-sixth.svg)
}

.s-energy-label__tag.s-seventh-level {
    background-image: url(../../../../../../../etc.clientlibs/samsung/clientlibs/us/usglobal/clientlib-dependencies/resources/imgs/svg-level-seventh.svg)
}

.s-energy-label__tag .s-grade-a {
    background-image: url(../../../../../../../etc.clientlibs/samsung/clientlibs/us/usglobal/clientlib-dependencies/resources/imgs/svg-level-a.svg)
}

.s-energy-label__tag .s-grade-a-plus {
    background-image: url(../../../../../../../etc.clientlibs/samsung/clientlibs/us/usglobal/clientlib-dependencies/resources/imgs/svg-level-a-plus.svg)
}

.s-energy-label__tag .s-grade-a-plus2 {
    background-image: url(../../../../../../../etc.clientlibs/samsung/clientlibs/us/usglobal/clientlib-dependencies/resources/imgs/svg-level-a-plus2.svg)
}

.s-energy-label__tag .s-grade-a-plus3 {
    background-image: url(../../../../../../../etc.clientlibs/samsung/clientlibs/us/usglobal/clientlib-dependencies/resources/imgs/svg-level-a-plus3.svg)
}

.s-energy-label__tag .s-grade-b {
    background-image: url(../../../../../../../etc.clientlibs/samsung/clientlibs/us/usglobal/clientlib-dependencies/resources/imgs/svg-level-b.svg)
}

.s-energy-label__tag .s-grade-c {
    background-image: url(../../../../../../../etc.clientlibs/samsung/clientlibs/us/usglobal/clientlib-dependencies/resources/imgs/svg-level-c.svg)
}

.s-energy-label__tag .s-grade-d {
    background-image: url(../../../../../../../etc.clientlibs/samsung/clientlibs/us/usglobal/clientlib-dependencies/resources/imgs/svg-level-d.svg)
}

.s-energy-label__tag .s-grade-e {
    background-image: url(../../../../../../../etc.clientlibs/samsung/clientlibs/us/usglobal/clientlib-dependencies/resources/imgs/svg-level-e.svg)
}

.s-energy-label__tag .s-grade-f {
    background-image: url(../../../../../../../etc.clientlibs/samsung/clientlibs/us/usglobal/clientlib-dependencies/resources/imgs/svg-level-f.svg)
}

.s-energy-label__tag .s-grade-g {
    background-image: url(../../../../../../../etc.clientlibs/samsung/clientlibs/us/usglobal/clientlib-dependencies/resources/imgs/svg-level-g.svg)
}

.no-svg .s-energy-label__tag.s-first-level, .no-svg .s-energy-label__tag.s-second-level, .no-svg .s-energy-label__tag.s-third-level, .no-svg .s-energy-label__tag.s-fourth-level, .no-svg .s-energy-label__tag.s-fifth-level, .no-svg .s-energy-label__tag.s-sixth-level, .no-svg .s-energy-label__tag.s-seventh-level, .no-svg .s-energy-label__tag .s-grade-a, .no-svg .s-energy-label__tag .s-grade-a-plus, .no-svg .s-energy-label__tag .s-grade-a-plus2, .no-svg .s-energy-label__tag .s-grade-a-plus3, .no-svg .s-energy-label__tag .s-grade-b, .no-svg .s-energy-label__tag .s-grade-c, .no-svg .s-energy-label__tag .s-grade-d, .no-svg .s-energy-label__tag .s-grade-e, .no-svg .s-energy-label__tag .s-grade-f, .no-svg .s-energy-label__tag .s-grade-g {
    background-image: url(../../../../../../../etc.clientlibs/samsung/clientlibs/us/usglobal/clientlib-dependencies/resources/imgs/sp-common-ie8.png);
    background-size: 400px auto
}

.no-svg .s-energy-label__tag.s-first-level {
    background-position: 0 -23px
}

.no-svg .s-energy-label__tag.s-second-level {
    background-position: 0 -45px
}

.no-svg .s-energy-label__tag.s-third-level {
    background-position: 0 -67px
}

.no-svg .s-energy-label__tag.s-fourth-level {
    background-position: 0 -89px
}

.no-svg .s-energy-label__tag.s-fifth-level {
    background-position: -42px -23px
}

.no-svg .s-energy-label__tag.s-sixth-level {
    background-position: -42px -45px
}

.no-svg .s-energy-label__tag.s-seventh-level {
    background-position: -42px -67px
}

.no-svg .s-energy-label__tag .s-grade-a {
    background-position: -84px -67px
}

.no-svg .s-energy-label__tag .s-grade-a-plus {
    background-position: -84px -45px
}

.no-svg .s-energy-label__tag .s-grade-a-plus2 {
    background-position: -84px -23px
}

.no-svg .s-energy-label__tag .s-grade-a-plus3 {
    background-position: -42px -89px
}

.no-svg .s-energy-label__tag .s-grade-b {
    background-position: -84px -89px
}

.no-svg .s-energy-label__tag .s-grade-c {
    background-position: -126px -23px
}

.no-svg .s-energy-label__tag .s-grade-d {
    background-position: -126px -23px
}

.no-svg .s-energy-label__tag .s-grade-e {
    background-position: -126px -67px
}

.no-svg .s-energy-label__tag .s-grade-f {
    background-position: -126px -89px
}

.no-svg .s-energy-label__tag .s-grade-g {
    background-position: -96px 0
}

@media screen and (max-width: 1279px) and (max-width: 1024px) {
    .s-energy-label__txt {
        font-size: 14px;
        font-size: 1.36719vw
    }
}

@media screen and (max-width: 1279px) and (max-width: 1024px) {
    .s-energy-label__tag {
        width: 40px;
        width: 3.90625vw
    }
}

@media screen and (max-width: 1279px) and (max-width: 1024px) {
    .s-energy-label__tag {
        height: 20px;
        height: 1.95312vw
    }
}

@media screen and (max-width: 1279px) and (max-width: 1024px) {
    .s-energy-label__tag {
        margin: -1px 0px 0px 7px;
        margin: -.09766vw 0vw 0vw .68359vw
    }
}

@media screen and (max-width: 1279px) and (max-width: 1024px) {
    .s-energy-label__tag span {
        width: 40px;
        width: 3.90625vw
    }
}

@media screen and (max-width: 1279px) and (max-width: 1024px) {
    .s-energy-label__tag span {
        height: 20px;
        height: 1.95312vw
    }
}

@media screen and (max-width: 768px) {
    .s-energy-label__txt {
        font-size: 21.33333px;
        font-size: 2.77778vw
    }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
    .s-energy-label__txt {
        font-size: 10px;
        font-size: 2.77778vw
    }
}

@media screen and (max-width: 768px) {
    .s-energy-label__tag {
        width: 68.26667px;
        width: 8.88889vw;
        height: 34.13333px;
        height: 4.44444vw;
        margin: -6.4px 0px 0px 8.53333px;
        margin: -.83333vw 0vw 0vw 1.11111vw
    }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
    .s-energy-label__tag {
        width: 32px;
        width: 8.88889vw
    }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
    .s-energy-label__tag {
        height: 16px;
        height: 4.44444vw
    }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
    .s-energy-label__tag {
        margin: -3px 0px 0px 4px;
        margin: -.83333vw 0vw 0vw 1.11111vw
    }
}

@media screen and (max-width: 768px) {
    .s-energy-label__tag span {
        width: 68.26667px;
        width: 8.88889vw;
        height: 34.13333px;
        height: 4.44444vw
    }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
    .s-energy-label__tag span {
        width: 32px;
        width: 8.88889vw
    }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
    .s-energy-label__tag span {
        height: 16px;
        height: 4.44444vw
    }
}

.s-layer-dimmed {
    position: fixed;
    top: 0;
    left: 0;
    background-color: #000;
    width: 100%;
    height: 100%;
    z-index: 1100;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=85);
    opacity: .85
}

@media screen and (max-width: 768px) {
    body.layer-opened-mo {
        overflow: hidden
    }
}

.s-buffer-top {
    margin-top: 88px !important
}

.s-buffer-bottom {
    margin-bottom: 88px !important
}

.s-font-sharpsans, .s-font-sharpsans * {
    font-family: "SamsungSharpSans", arial
}

html.rtl .s-font-sharpsans, html.rtl .s-font-sharpsans * {
    font-family: "SamsungSharpSans", "SamsungOneArabic", tahoma
}

html.rtl[lang^="he"] .s-font-sharpsans, html.rtl[lang^="he"] .s-font-sharpsans * {
    font-family: "SamsungSharpSans", "SamsungOneHebrew", tahoma
}

html[lang^="el"] .s-font-sharpsans, html[lang^="el"] .s-font-sharpsans * {
    font-family: "SamsungOne", arial
}

html[lang^="zh"] .s-font-sharpsans, html[lang^="zh"] .s-font-sharpsans * {
    font-family: "SamsungSharpSans", "Microsoft JhengHei", "微软雅黑", "Simsun", "宋体", arial
}

html[lang="zh-CN"] .s-font-sharpsans, html[lang="zh-CN"] .s-font-sharpsans * {
    font-family: "SamsungSharpSans", "Microsoft Yahei", "微软雅黑", "Simsun", "宋体", arial
}

html[lang^="th"] .s-font-sharpsans, html[lang^="th"] .s-font-sharpsans * {
    font-family: "Kittithada", arial
}

html[lang^="vi"] .s-font-sharpsans, html[lang^="vi"] .s-font-sharpsans * {
    font-family: "SamsungSharpSans", "SamsungOne", arial
}

html[lang^="my"] .s-font-sharpsans, html[lang^="my"] .s-font-sharpsans * {
    font-family: "zawgyione", arial, sans-serif
}

.s-font-weight-bold.s-font-weight-bold {
    font-weight: bold
}

.s-font-style-italic.s-font-style-italic {
    font-style: italic
}

[data-font-size-pc="108"] {
    font-size: 108px;
    font-size: 7.5vw
}

html[lang^="th"] [data-font-size-pc="108"] {
    font-size: 156.6px;
    font-size: 10.875vw
}

@media (min-width: 1440px) {
    [data-font-size-pc="108"] {
        font-size: 108px
    }

    html[lang^="th"] [data-font-size-pc="108"] {
        font-size: 156.6px
    }
}

[data-font-size-pc="90"] {
    font-size: 90px;
    font-size: 6.25vw
}

html[lang^="th"] [data-font-size-pc="90"] {
    font-size: 130.5px;
    font-size: 9.0625vw
}

@media (min-width: 1440px) {
    [data-font-size-pc="90"] {
        font-size: 90px
    }

    html[lang^="th"] [data-font-size-pc="90"] {
        font-size: 130.5px
    }
}

[data-font-size-pc="84"] {
    font-size: 84px;
    font-size: 5.83333vw
}

html[lang^="th"] [data-font-size-pc="84"] {
    font-size: 121.8px;
    font-size: 8.45833vw
}

@media (min-width: 1440px) {
    [data-font-size-pc="84"] {
        font-size: 84px
    }

    html[lang^="th"] [data-font-size-pc="84"] {
        font-size: 121.8px
    }
}

[data-font-size-pc="80"] {
    font-size: 80px;
    font-size: 5.55556vw
}

html[lang^="th"] [data-font-size-pc="80"] {
    font-size: 116px;
    font-size: 8.05556vw
}

@media (min-width: 1440px) {
    [data-font-size-pc="80"] {
        font-size: 80px
    }

    html[lang^="th"] [data-font-size-pc="80"] {
        font-size: 116px
    }
}

[data-font-size-pc="76"] {
    font-size: 76px;
    font-size: 5.27778vw
}

html[lang^="th"] [data-font-size-pc="76"] {
    font-size: 110.2px;
    font-size: 7.65278vw
}

@media (min-width: 1440px) {
    [data-font-size-pc="76"] {
        font-size: 76px
    }

    html[lang^="th"] [data-font-size-pc="76"] {
        font-size: 110.2px
    }
}

[data-font-size-pc="72"] {
    font-size: 72px;
    font-size: 5vw
}

html[lang^="th"] [data-font-size-pc="72"] {
    font-size: 104.4px;
    font-size: 7.25vw
}

@media (min-width: 1440px) {
    [data-font-size-pc="72"] {
        font-size: 72px
    }

    html[lang^="th"] [data-font-size-pc="72"] {
        font-size: 104.4px
    }
}

[data-font-size-pc="70"] {
    font-size: 70px;
    font-size: 4.86111vw
}

html[lang^="th"] [data-font-size-pc="70"] {
    font-size: 101.5px;
    font-size: 7.04861vw
}

@media (min-width: 1440px) {
    [data-font-size-pc="70"] {
        font-size: 70px
    }

    html[lang^="th"] [data-font-size-pc="70"] {
        font-size: 101.5px
    }
}

[data-font-size-pc="64"] {
    font-size: 64px;
    font-size: 4.44444vw
}

html[lang^="th"] [data-font-size-pc="64"] {
    font-size: 92.8px;
    font-size: 6.44444vw
}

@media (min-width: 1440px) {
    [data-font-size-pc="64"] {
        font-size: 64px
    }

    html[lang^="th"] [data-font-size-pc="64"] {
        font-size: 92.8px
    }
}

[data-font-size-pc="60"] {
    font-size: 60px;
    font-size: 4.16667vw
}

html[lang^="th"] [data-font-size-pc="60"] {
    font-size: 87px;
    font-size: 6.04167vw
}

@media (min-width: 1440px) {
    [data-font-size-pc="60"] {
        font-size: 60px
    }

    html[lang^="th"] [data-font-size-pc="60"] {
        font-size: 87px
    }
}

[data-font-size-pc="48"] {
    font-size: 48px;
    font-size: 3.33333vw
}

html[lang^="th"] [data-font-size-pc="48"] {
    font-size: 64.8px;
    font-size: 4.5vw
}

@media (min-width: 1440px) {
    [data-font-size-pc="48"] {
        font-size: 48px
    }

    html[lang^="th"] [data-font-size-pc="48"] {
        font-size: 64.8px
    }
}

[data-font-size-pc="40"] {
    font-size: 40px;
    font-size: 2.77778vw
}

html[lang^="th"] [data-font-size-pc="40"] {
    font-size: 54px;
    font-size: 3.75vw
}

@media (min-width: 1440px) {
    [data-font-size-pc="40"] {
        font-size: 40px
    }

    html[lang^="th"] [data-font-size-pc="40"] {
        font-size: 54px
    }
}

[data-font-size-pc="38"] {
    font-size: 38px;
    font-size: 2.63889vw
}

html[lang^="th"] [data-font-size-pc="38"] {
    font-size: 51.3px;
    font-size: 3.5625vw
}

@media (min-width: 1440px) {
    [data-font-size-pc="38"] {
        font-size: 38px
    }

    html[lang^="th"] [data-font-size-pc="38"] {
        font-size: 51.3px
    }
}

[data-font-size-pc="36"] {
    font-size: 36px;
    font-size: 2.5vw
}

html[lang^="th"] [data-font-size-pc="36"] {
    font-size: 48.6px;
    font-size: 3.375vw
}

@media (min-width: 1440px) {
    [data-font-size-pc="36"] {
        font-size: 36px
    }

    html[lang^="th"] [data-font-size-pc="36"] {
        font-size: 48.6px
    }
}

[data-font-size-pc="34"] {
    font-size: 34px;
    font-size: 2.36111vw
}

html[lang^="th"] [data-font-size-pc="34"] {
    font-size: 45.9px;
    font-size: 3.1875vw
}

@media (min-width: 1440px) {
    [data-font-size-pc="34"] {
        font-size: 34px
    }

    html[lang^="th"] [data-font-size-pc="34"] {
        font-size: 45.9px
    }
}

[data-font-size-pc="32"] {
    font-size: 32px;
    font-size: 2.22222vw
}

html[lang^="th"] [data-font-size-pc="32"] {
    font-size: 43.2px;
    font-size: 3vw
}

@media (min-width: 1440px) {
    [data-font-size-pc="32"] {
        font-size: 32px
    }

    html[lang^="th"] [data-font-size-pc="32"] {
        font-size: 43.2px
    }
}

[data-font-size-pc="28"] {
    font-size: 28px;
    font-size: 1.94444vw
}

html[lang^="th"] [data-font-size-pc="28"] {
    font-size: 37.8px;
    font-size: 2.625vw
}

@media (min-width: 1440px) {
    [data-font-size-pc="28"] {
        font-size: 28px
    }

    html[lang^="th"] [data-font-size-pc="28"] {
        font-size: 37.8px
    }
}

[data-font-size-pc="24"] {
    font-size: 24px;
    font-size: 1.66667vw
}

html[lang^="th"] [data-font-size-pc="24"] {
    font-size: 32.4px;
    font-size: 2.25vw
}

@media (min-width: 1440px) {
    [data-font-size-pc="24"] {
        font-size: 24px
    }

    html[lang^="th"] [data-font-size-pc="24"] {
        font-size: 32.4px
    }
}

[data-font-size-pc="22"] {
    font-size: 22px;
    font-size: 1.52778vw
}

html[lang^="th"] [data-font-size-pc="22"] {
    font-size: 29.7px;
    font-size: 2.0625vw
}

@media (min-width: 1440px) {
    [data-font-size-pc="22"] {
        font-size: 22px
    }

    html[lang^="th"] [data-font-size-pc="22"] {
        font-size: 29.7px
    }
}

[data-font-size-pc="20"] {
    font-size: 20px;
    font-size: 1.38889vw
}

html[lang^="th"] [data-font-size-pc="20"] {
    font-size: 27px;
    font-size: 1.875vw
}

@media (min-width: 1440px) {
    [data-font-size-pc="20"] {
        font-size: 20px
    }

    html[lang^="th"] [data-font-size-pc="20"] {
        font-size: 27px
    }
}

[data-font-size-pc="18"] {
    font-size: 18px;
    font-size: 1.25vw
}

html[lang^="th"] [data-font-size-pc="18"] {
    font-size: 24.3px;
    font-size: 1.6875vw
}

@media (min-width: 1440px) {
    [data-font-size-pc="18"] {
        font-size: 18px
    }

    html[lang^="th"] [data-font-size-pc="18"] {
        font-size: 24.3px
    }
}

[data-font-size-pc="16"] {
    font-size: 16px;
    font-size: 1.11111vw
}

html[lang^="th"] [data-font-size-pc="16"] {
    font-size: 21.6px;
    font-size: 1.5vw
}

@media (min-width: 1440px) {
    [data-font-size-pc="16"] {
        font-size: 16px
    }

    html[lang^="th"] [data-font-size-pc="16"] {
        font-size: 21.6px
    }
}

[data-font-size-pc="14"] {
    font-size: 14px;
    font-size: .97222vw
}

html[lang^="th"] [data-font-size-pc="14"] {
    font-size: 18.9px;
    font-size: 1.3125vw
}

@media (min-width: 1440px) {
    [data-font-size-pc="14"] {
        font-size: 14px
    }

    html[lang^="th"] [data-font-size-pc="14"] {
        font-size: 18.9px
    }
}

[data-font-size-pc="12"] {
    font-size: 12px;
    font-size: .83333vw
}

html[lang^="th"] [data-font-size-pc="12"] {
    font-size: 16.2px;
    font-size: 1.125vw
}

@media (min-width: 1440px) {
    [data-font-size-pc="12"] {
        font-size: 12px
    }

    html[lang^="th"] [data-font-size-pc="12"] {
        font-size: 16.2px
    }
}

@media screen and (max-width: 768px) {
    [data-font-size-mo="104"] {
        font-size: 110.93333px;
        font-size: 14.44444vw
    }

    html[lang^="th"] [data-font-size-mo="104"] {
        font-size: 160.85333px;
        font-size: 20.94444vw
    }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
    [data-font-size-mo="104"] {
        font-size: 52px;
        font-size: 14.44444vw
    }

    html[lang^="th"] [data-font-size-mo="104"] {
        font-size: 75.4px;
        font-size: 20.94444vw
    }
}

@media screen and (max-width: 768px) {
    [data-font-size-mo="88"] {
        font-size: 93.86667px;
        font-size: 12.22222vw
    }

    html[lang^="th"] [data-font-size-mo="88"] {
        font-size: 136.10667px;
        font-size: 17.72222vw
    }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
    [data-font-size-mo="88"] {
        font-size: 44px;
        font-size: 12.22222vw
    }

    html[lang^="th"] [data-font-size-mo="88"] {
        font-size: 63.8px;
        font-size: 17.72222vw
    }
}

@media screen and (max-width: 768px) {
    [data-font-size-mo="80"] {
        font-size: 85.33333px;
        font-size: 11.11111vw
    }

    html[lang^="th"] [data-font-size-mo="80"] {
        font-size: 123.73333px;
        font-size: 16.11111vw
    }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
    [data-font-size-mo="80"] {
        font-size: 40px;
        font-size: 11.11111vw
    }

    html[lang^="th"] [data-font-size-mo="80"] {
        font-size: 58px;
        font-size: 16.11111vw
    }
}

@media screen and (max-width: 768px) {
    [data-font-size-mo="76"] {
        font-size: 81.06667px;
        font-size: 10.55556vw
    }

    html[lang^="th"] [data-font-size-mo="76"] {
        font-size: 117.54667px;
        font-size: 15.30556vw
    }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
    [data-font-size-mo="76"] {
        font-size: 38px;
        font-size: 10.55556vw
    }

    html[lang^="th"] [data-font-size-mo="76"] {
        font-size: 55.1px;
        font-size: 15.30556vw
    }
}

@media screen and (max-width: 768px) {
    [data-font-size-mo="72"] {
        font-size: 76.8px;
        font-size: 10vw
    }

    html[lang^="th"] [data-font-size-mo="72"] {
        font-size: 111.36px;
        font-size: 14.5vw
    }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
    [data-font-size-mo="72"] {
        font-size: 36px;
        font-size: 10vw
    }

    html[lang^="th"] [data-font-size-mo="72"] {
        font-size: 52.2px;
        font-size: 14.5vw
    }
}

@media screen and (max-width: 768px) {
    [data-font-size-mo="70"] {
        font-size: 74.66667px;
        font-size: 9.72222vw
    }

    html[lang^="th"] [data-font-size-mo="70"] {
        font-size: 108.26667px;
        font-size: 14.09722vw
    }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
    [data-font-size-mo="70"] {
        font-size: 35px;
        font-size: 9.72222vw
    }

    html[lang^="th"] [data-font-size-mo="70"] {
        font-size: 50.75px;
        font-size: 14.09722vw
    }
}

@media screen and (max-width: 768px) {
    [data-font-size-mo="64"] {
        font-size: 68.26667px;
        font-size: 8.88889vw
    }

    html[lang^="th"] [data-font-size-mo="64"] {
        font-size: 98.98667px;
        font-size: 12.88889vw
    }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
    [data-font-size-mo="64"] {
        font-size: 32px;
        font-size: 8.88889vw
    }

    html[lang^="th"] [data-font-size-mo="64"] {
        font-size: 46.4px;
        font-size: 12.88889vw
    }
}

@media screen and (max-width: 768px) {
    [data-font-size-mo="56"] {
        font-size: 59.73333px;
        font-size: 7.77778vw
    }

    html[lang^="th"] [data-font-size-mo="56"] {
        font-size: 86.61333px;
        font-size: 11.27778vw
    }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
    [data-font-size-mo="56"] {
        font-size: 28px;
        font-size: 7.77778vw
    }

    html[lang^="th"] [data-font-size-mo="56"] {
        font-size: 40.6px;
        font-size: 11.27778vw
    }
}

@media screen and (max-width: 768px) {
    [data-font-size-mo="54"] {
        font-size: 57.6px;
        font-size: 7.5vw
    }

    html[lang^="th"] [data-font-size-mo="54"] {
        font-size: 77.76px;
        font-size: 10.125vw
    }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
    [data-font-size-mo="54"] {
        font-size: 27px;
        font-size: 7.5vw
    }

    html[lang^="th"] [data-font-size-mo="54"] {
        font-size: 36.45px;
        font-size: 10.125vw
    }
}

@media screen and (max-width: 768px) {
    [data-font-size-mo="52"] {
        font-size: 55.46667px;
        font-size: 7.22222vw
    }

    html[lang^="th"] [data-font-size-mo="52"] {
        font-size: 74.88px;
        font-size: 9.75vw
    }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
    [data-font-size-mo="52"] {
        font-size: 26px;
        font-size: 7.22222vw
    }

    html[lang^="th"] [data-font-size-mo="52"] {
        font-size: 35.1px;
        font-size: 9.75vw
    }
}

@media screen and (max-width: 768px) {
    [data-font-size-mo="50"] {
        font-size: 53.33333px;
        font-size: 6.94444vw
    }

    html[lang^="th"] [data-font-size-mo="50"] {
        font-size: 72px;
        font-size: 9.375vw
    }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
    [data-font-size-mo="50"] {
        font-size: 25px;
        font-size: 6.94444vw
    }

    html[lang^="th"] [data-font-size-mo="50"] {
        font-size: 33.75px;
        font-size: 9.375vw
    }
}

@media screen and (max-width: 768px) {
    [data-font-size-mo="48"] {
        font-size: 51.2px;
        font-size: 6.66667vw
    }

    html[lang^="th"] [data-font-size-mo="48"] {
        font-size: 69.12px;
        font-size: 9vw
    }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
    [data-font-size-mo="48"] {
        font-size: 24px;
        font-size: 6.66667vw
    }

    html[lang^="th"] [data-font-size-mo="48"] {
        font-size: 32.4px;
        font-size: 9vw
    }
}

@media screen and (max-width: 768px) {
    [data-font-size-mo="44"] {
        font-size: 46.93333px;
        font-size: 6.11111vw
    }

    html[lang^="th"] [data-font-size-mo="44"] {
        font-size: 63.36px;
        font-size: 8.25vw
    }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
    [data-font-size-mo="44"] {
        font-size: 22px;
        font-size: 6.11111vw
    }

    html[lang^="th"] [data-font-size-mo="44"] {
        font-size: 29.7px;
        font-size: 8.25vw
    }
}

@media screen and (max-width: 768px) {
    [data-font-size-mo="42"] {
        font-size: 44.8px;
        font-size: 5.83333vw
    }

    html[lang^="th"] [data-font-size-mo="42"] {
        font-size: 60.48px;
        font-size: 7.875vw
    }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
    [data-font-size-mo="42"] {
        font-size: 21px;
        font-size: 5.83333vw
    }

    html[lang^="th"] [data-font-size-mo="42"] {
        font-size: 28.35px;
        font-size: 7.875vw
    }
}

@media screen and (max-width: 768px) {
    [data-font-size-mo="40"] {
        font-size: 42.66667px;
        font-size: 5.55556vw
    }

    html[lang^="th"] [data-font-size-mo="40"] {
        font-size: 57.6px;
        font-size: 7.5vw
    }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
    [data-font-size-mo="40"] {
        font-size: 20px;
        font-size: 5.55556vw
    }

    html[lang^="th"] [data-font-size-mo="40"] {
        font-size: 27px;
        font-size: 7.5vw
    }
}

@media screen and (max-width: 768px) {
    [data-font-size-mo="38"] {
        font-size: 40.53333px;
        font-size: 5.27778vw
    }

    html[lang^="th"] [data-font-size-mo="38"] {
        font-size: 54.72px;
        font-size: 7.125vw
    }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
    [data-font-size-mo="38"] {
        font-size: 19px;
        font-size: 5.27778vw
    }

    html[lang^="th"] [data-font-size-mo="38"] {
        font-size: 25.65px;
        font-size: 7.125vw
    }
}

@media screen and (max-width: 768px) {
    [data-font-size-mo="36"] {
        font-size: 38.4px;
        font-size: 5vw
    }

    html[lang^="th"] [data-font-size-mo="36"] {
        font-size: 51.84px;
        font-size: 6.75vw
    }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
    [data-font-size-mo="36"] {
        font-size: 18px;
        font-size: 5vw
    }

    html[lang^="th"] [data-font-size-mo="36"] {
        font-size: 24.3px;
        font-size: 6.75vw
    }
}

@media screen and (max-width: 768px) {
    [data-font-size-mo="34"] {
        font-size: 36.26667px;
        font-size: 4.72222vw
    }

    html[lang^="th"] [data-font-size-mo="34"] {
        font-size: 48.96px;
        font-size: 6.375vw
    }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
    [data-font-size-mo="34"] {
        font-size: 17px;
        font-size: 4.72222vw
    }

    html[lang^="th"] [data-font-size-mo="34"] {
        font-size: 22.95px;
        font-size: 6.375vw
    }
}

@media screen and (max-width: 768px) {
    [data-font-size-mo="32"] {
        font-size: 34.13333px;
        font-size: 4.44444vw
    }

    html[lang^="th"] [data-font-size-mo="32"] {
        font-size: 46.08px;
        font-size: 6vw
    }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
    [data-font-size-mo="32"] {
        font-size: 16px;
        font-size: 4.44444vw
    }

    html[lang^="th"] [data-font-size-mo="32"] {
        font-size: 21.6px;
        font-size: 6vw
    }
}

@media screen and (max-width: 768px) {
    [data-font-size-mo="30"] {
        font-size: 32px;
        font-size: 4.16667vw
    }

    html[lang^="th"] [data-font-size-mo="30"] {
        font-size: 43.2px;
        font-size: 5.625vw
    }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
    [data-font-size-mo="30"] {
        font-size: 15px;
        font-size: 4.16667vw
    }

    html[lang^="th"] [data-font-size-mo="30"] {
        font-size: 20.25px;
        font-size: 5.625vw
    }
}

@media screen and (max-width: 768px) {
    [data-font-size-mo="28"] {
        font-size: 29.86667px;
        font-size: 3.88889vw
    }

    html[lang^="th"] [data-font-size-mo="28"] {
        font-size: 40.32px;
        font-size: 5.25vw
    }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
    [data-font-size-mo="28"] {
        font-size: 14px;
        font-size: 3.88889vw
    }

    html[lang^="th"] [data-font-size-mo="28"] {
        font-size: 18.9px;
        font-size: 5.25vw
    }
}

@media screen and (max-width: 768px) {
    [data-font-size-mo="24"] {
        font-size: 25.6px;
        font-size: 3.33333vw
    }

    html[lang^="th"] [data-font-size-mo="24"] {
        font-size: 34.56px;
        font-size: 4.5vw
    }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
    [data-font-size-mo="24"] {
        font-size: 12px;
        font-size: 3.33333vw
    }

    html[lang^="th"] [data-font-size-mo="24"] {
        font-size: 16.2px;
        font-size: 4.5vw
    }
}

@media screen and (max-width: 768px) {
    [data-font-size-mo="22"] {
        font-size: 23.46667px;
        font-size: 3.05556vw
    }

    html[lang^="th"] [data-font-size-mo="22"] {
        font-size: 31.68px;
        font-size: 4.125vw
    }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
    [data-font-size-mo="22"] {
        font-size: 11px;
        font-size: 3.05556vw
    }

    html[lang^="th"] [data-font-size-mo="22"] {
        font-size: 14.85px;
        font-size: 4.125vw
    }
}

@media screen and (max-width: 768px) {
    [data-font-size-mo="20"] {
        font-size: 21.33333px;
        font-size: 2.77778vw
    }

    html[lang^="th"] [data-font-size-mo="20"] {
        font-size: 28.8px;
        font-size: 3.75vw
    }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
    [data-font-size-mo="20"] {
        font-size: 10px;
        font-size: 2.77778vw
    }

    html[lang^="th"] [data-font-size-mo="20"] {
        font-size: 13.5px;
        font-size: 3.75vw
    }
}

@media screen and (max-width: 768px) {
    [data-font-size-mo="18"] {
        font-size: 19.2px;
        font-size: 2.5vw
    }

    html[lang^="th"] [data-font-size-mo="18"] {
        font-size: 25.92px;
        font-size: 3.375vw
    }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
    [data-font-size-mo="18"] {
        font-size: 9px;
        font-size: 2.5vw
    }

    html[lang^="th"] [data-font-size-mo="18"] {
        font-size: 12.15px;
        font-size: 3.375vw
    }
}

@font-face {
    font-family: 'SamsungOne';
    src: url("../../../../../../../us/smg/etc.clientlibs/samsung/clientlibs/us/common/clientlib-dependencies/global_clientlib/resources/fonts/SamsungOneLatinWeb-400.woff2") format("woff2"), url("../../../../../../../us/smg/etc.clientlibs/samsung/clientlibs/us/common/clientlib-dependencies/global_clientlib/resources/fonts/SamsungOneLatinWeb-400.woff") format("woff"), url("../../../../../../../us/smg/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("../../../../../../../us/smg/etc.clientlibs/samsung/clientlibs/us/common/clientlib-dependencies/global_clientlib/resources/fonts/SamsungOneLatinWeb-700.woff2") format("woff2"), url("../../../../../../../us/smg/etc.clientlibs/samsung/clientlibs/us/common/clientlib-dependencies/global_clientlib/resources/fonts/SamsungOneLatinWeb-700.woff") format("woff"), url("../../../../../../../us/smg/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("../../../../../../../us/smg/etc.clientlibs/samsung/clientlibs/us/common/clientlib-dependencies/global_clientlib/resources/fonts/SamsungSharpSans-Bold.woff") format("woff"), url("../../../../../../../us/smg/etc.clientlibs/samsung/clientlibs/us/common/clientlib-dependencies/global_clientlib/resources/fonts/SamsungSharpSans-Bold.eot"), url("../../../../../../../us/smg/etc.clientlibs/samsung/clientlibs/us/common/clientlib-dependencies/global_clientlib/resources/fonts/SamsungSharpSans-Bold.eot?#iefix") format("embedded-opentype"), url("../../../../../../../us/smg/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
}

.s-gotop-wrap {
    display: none;
    overflow: hidden;
    position: fixed;
    right: 32px;
    bottom: 20px;
    z-index: 1000;
    max-width: 1440px;
    text-align: right
}

.s-gotop-wrap.s-show {
    display: block
}

.s-gotop-wrap .s-btn-gotop {
    width: 58px;
    height: 58px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background: #363636;
    font-size: 0;
    opacity: .7
}

.s-gotop-wrap .s-btn-gotop:after {
    overflow: hidden;
    display: inline-block;
    width: 36px;
    height: 22px;
    margin: 18px auto;
    background: url("../../../../../../../etc.clientlibs/samsung/clientlibs/us/usglobal/clientlib-dependencies/resources/imgs/btn-gotop.png") no-repeat;
    background-size: 100%;
    content: ''
}

@media screen and (max-width: 768px) {
    .s-gotop-wrap {
        min-width: 320px;
        right: 34.13333px;
        right: 4.44444vw;
        bottom: 34.13333px;
        bottom: 4.44444vw;
        font-size: 0
    }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
    .s-gotop-wrap {
        right: 16px;
        right: 4.44444vw
    }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
    .s-gotop-wrap {
        bottom: 16px;
        bottom: 4.44444vw
    }
}

@media screen and (max-width: 768px) {
    .s-gotop-wrap .s-btn-gotop {
        width: 40px;
        height: 40px
    }

    .s-gotop-wrap .s-btn-gotop:after {
        width: 23px;
        height: 16px;
        margin: 9px auto
    }
}
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;
  unicode-range: U+0000-007D, U+007F-10FFFF; /* Exclude U+007E (~) */
  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;
  unicode-range: U+0000-007D, U+007F-10FFFF; /* Exclude U+007E (~) */
  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="stainless-steel-look"] {
  background-color: #bbbbbb !important;
}
.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="peach"] {
  background-color: #FFA47F;
}

.color-block[data-color="crafted-black"] {
  background-color: #454646;
}

.color-block[data-color="silver-shadow-"] {
  background-color: #7f7f7e;
}
.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-white"] {
  background-color: #fff;
  border: 1px solid #ccc;
}
.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="wine"] {
  background-color: #643E47;
}
.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: #83A195;
}
.color-block[data-color="blossom-pink"] {
    background-color: #F7E5E2;
}
.color-block[data-color="coyote-beige"] {
    background-color: #C9BEAB;
}
.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="platinum-silver"]{
  background-color:#DAD6CA;
}

.color-block[data-color="moonstone-gray"]{
  background-color:#606E81;
}

.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="titanium-orange"] {
  background-color: #C48B6C;
}

.color-block[data-color="titanium-green"] {
  background-color: #C2CDBA;
}

.color-block[data-color="titanium-blue"] {
  background-color: #A7B5C8;
}
.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="blue-white"] {
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(0, #B3CBD9),
    color-stop(50%, #F5F7F6)
  );
  background-image: linear-gradient(to right, #B3CBD9 0 50%, #F5F7F6 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="silver-shadow"] {
  background-color: #7f7f7e
}
.color-block[data-color="mint"] {
  background-color: #d3e8dd
}
.color-block[data-color="icy-blue"] {
  background-color: #c8d3df
}
.color-block[data-color="navy"] {
  background-color: #3c5b8a
}
.color-block[data-color="titanium-black"] {
  background-color: #4a4a4d
}
.color-block[data-color="titanium-gray"] {
  background-color: #b3ab9e
}
.color-block[data-color="titanium-silverblue"] {
  background-color: #8e9fbc
}
.color-block[data-color="titanium-whitesilver"] {
  background-color: #d9d9d6
}
.color-block[data-color="blueblack"] {
  background-color: #4c525c
}
.color-block[data-color="coralred"] {
  background-color: #ee6779
}
.color-block[data-color="pinkgold"] {
  background-color: #ead2c6
}
.color-block[data-color="titanium-jetblack"] {
  background-color: #4a4a4d
}
.color-block[data-color="titanium-icyblue"] {
  background: rgb(200, 211, 223);
}
.color-block[data-color="titanium-jadegreen"] {
  background-color: #a3ac9b
}
.color-block[data-color="titanium-pinkgold"] {
  background-color: #ead2c6
}
.color-block[data-color="light-gray"] {
  background-color: #cdd0c7
}
.color-block[data-color="light-silver"] {
  background-color: #c4ced6
}
.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="charcoal-glass-and-stainless-steel"] {
  background-color: #272626;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#272626),
    color-stop(50%, #272626),
    color-stop(50%, #BBBBBB),
    to(#BBBBBB)
  );
  background-image: linear-gradient(
    #272626 0%,
    #272626 50%,
    #BBBBBB 50%,
    #BBBBBB 100%
  );
  border: none;
}
.color-block[data-color="charcoal-glass-and-black/charcoal"] {
  background-color: #272626;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#272626),
    color-stop(50%, #272626),
    color-stop(50%, #212121),
    to(#212121)
  );
  background-image: linear-gradient(
    #272626 0%,
    #272626 50%,
    #212121 50%,
    #212121 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="stainless-look"] {
    background-color: #bbbbbb;
    border: 1px solid transparent
}

.color-block[data-color="baby-blue-jeans"] {
  background-color: #59728E;
  border: 1px solid transparent;
}

.color-block[data-color="mulberry-muse"] {
  background-color: #B88995;
  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='awesome-lilac'] {
  background-color: rgb(212, 199, 217);
}
.color-block[data-color='awesome-navy'] {
  background-color: rgb(62, 66, 75);
}
.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;
}
.color-block[data-color="white-sand"] {
  background-color: #D6CFC7;
}
.color-block[data-color="dark-steel"] {
  background-color: #70757A;
}
#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;
}
.color-block[data-color="squadrant"] {
background-color: #4F5234;
}
.color-block[data-color="teal"] {
background-color: #91E5E3;
}

.color-block[data-color="squad"] {
background-color: #4F5234;
}
.color-block[data-color="magnet-black"] {
background-color: #000;
border: 1px solid transparent
}

.color-block[data-color="magnet-black-crystal"] {
background-color: #fff;
border: 1px solid #ccc;
}
.color-block[data-color="champagne-silver"] {
background-color: #E7E1D5;
}
.color-block[data-color="titan-gray"] {
  background-color: #574D4C;
}

.color-block[data-color="awesome-black"] {
  background-color: #404145;
}

.color-block[data-color="awesome-lime"] {
  background-color: #DFEFDB;
}

.color-block[data-color="awesome-lavender"] {
  background-color: #C6CCE7;
}
/* Galaxy Tab S11 Ultra */
section[data-modelcode^="SM-X930"] .color-block[data-color="gray"] { background-color: #75787b !important; }
section[data-modelcode^="SM-X930"] .color-block[data-color="silver"] { background-color: #c7c8ca !important; }

/* Galaxy Tab S11 */
section[data-modelcode^="SM-X730"] .color-block[data-color="gray"] { background-color: #75787b !important; }
section[data-modelcode^="SM-X730"] .color-block[data-color="silver"] { background-color: #c7c8ca !important; }

/* Galaxy Tab S10 Lite */
section[data-modelcode^="SM-X400"] .color-block[data-color="gray"] { background-color: #75787b !important; }
section[data-modelcode^="SM-X400"] .color-block[data-color="silver"] { background-color: #c7c8ca !important; }
section[data-modelcode^="SM-X400"] .color-block[data-color="coralred"] { background-color: #d85f67 !important; }

/* Galaxy Tab S10 FE */
section[data-modelcode^="SM-X520"] .color-block[data-color="gray"] { background-color: #75787b !important; }
section[data-modelcode^="SM-X520"] .color-block[data-color="silver"] { background-color: #c7c8ca !important; }
section[data-modelcode^="SM-X520"] .color-block[data-color="blue"] { background-color: #aabdd4 !important; }

/* Galaxy Tab S10 FE+ */
section[data-modelcode^="SM-X620"] .color-block[data-color="gray"] { background-color: #75787B !important; }
section[data-modelcode^="SM-X620"] .color-block[data-color="silver"] { background-color: #C7C8CA !important; }
section[data-modelcode^="SM-X620"] .color-block[data-color="blue"] { background-color: #AABDD4 !important; }

/* Galaxy Tab S10 Ultra */
section[data-modelcode^="SM-X920"] .color-block[data-color="moonstone-gray"] { background-color: #606e81 !important; }
section[data-modelcode^="SM-X920"] .color-block[data-color="platinum-silver"] { background-color: #c7c8c9 !important; }

/* Galaxy Tab S10+ */
section[data-modelcode^="SM-X820"] .color-block[data-color="moonstone-gray"] { background-color: #606e81 !important; }
section[data-modelcode^="SM-X820"] .color-block[data-color="platinum-silver"] { background-color: #c7c8c9 !important; }

/* S25 FE */
section[data-modelcode^="SM-S731"] .color-block[data-color="navy"] { background-color: #3b5b8a !important; }
section[data-modelcode^="SM-S731"] .color-block[data-color="white"] { background-color: #f5f7f6 !important; }
section[data-modelcode^="SM-S731"] .color-block[data-color="icyblue"] { background-color: #becae9 !important; }
section[data-modelcode^="SM-S731"] .color-block[data-color="jetblack"] { background-color: #4a4a4d !important; }

/* Fold7 */
section[data-modelcode^="SM-F966"] .color-block[data-color="jetblack"] { background-color: #4a4a4d !important; }
section[data-modelcode^="SM-F966"] .color-block[data-color="silver-shadow"] { background-color: #b0b7b9 !important; }
section[data-modelcode^="SM-F966"] .color-block[data-color="blue-shadow"] { background-color: #3b5b8a !important; }

/* Flip7 */
section[data-modelcode^="SM-F766"] .color-block[data-color="jetblack"] { background-color: #4a4a4d !important; }
section[data-modelcode^="SM-F766"] .color-block[data-color="blue-shadow"] { background-color: #3b5b8a !important; }
section[data-modelcode^="SM-F766"] .color-block[data-color="coralred"] { background-color: #ee6779 !important; }

section[data-modelcode^="SM-X230"] .color-block[data-color="gray"] { background-color: #75787b !important; }
section[data-modelcode^="SM-X230"] .color-block[data-color="silver"] { background-color: #c7c8ca !important; }
section[data-modelcode^="SM-X238"] .color-block[data-color="gray"] { background-color: #75787b !important; }

/*Watch PF*/

/*Galaxy Watch Ultra*/
[data-catid="N0002103"] section[data-modelcode^="SM-L70"] .color-block[data-color="titanium-blue"]{background-color: #304561 !important;}
[data-catid="N0002103"] section[data-modelcode^="SM-L70"] .color-block[data-color="titanium-gray"]{background-color: #525257 !important;}
[data-catid="N0002103"] section[data-modelcode^="SM-L70"] .color-block[data-color="titanium-silver"]{background-color: #b3ab9e !important;}
[data-catid="N0002103"] section[data-modelcode^="SM-L70"] .color-block[data-color="titanium-white"]{background-color: #c8caca !important;}

/* Galaxy Watch8 Classic */
[data-catid="N0002103"] section[data-modelcode^="SM-L50"] .color-block[data-color="black"]{background-color: #494a4d !important;}
[data-catid="N0002103"] section[data-modelcode^="SM-L50"] .color-block[data-color="white"]{background-color: #f5f7f6 !important;}

/* Galaxy Watch8 */
[data-catid="N0002103"] section[data-modelcode^="SM-L33"] .color-block[data-color="silver"]{background-color: #aaadad !important;}
[data-catid="N0002103"] section[data-modelcode^="SM-L33"] .color-block[data-color="graphite"]{background-color: #5b6166 !important;}

/* Galaxy Watch7 */
[data-catid="N0002103"] section[data-modelcode^="SM-L31"] .color-block[data-color="silver"]{background-color: #C9C9C8 !important;}
[data-catid="N0002103"] section[data-modelcode^="SM-L31"] .color-block[data-color="green"]{background-color: #749D8C !important;}
[data-catid="N0002103"] section[data-modelcode^="SM-L31"] .color-block[data-color="cream"]{background-color: #F0EAE0 !important;}


/* Galaxy Buds3 Pro */
[data-catid="N0002954"] section[data-modelcode^="SM-R63"] .color-block[data-color="silver"]{background-color: #C9C9C8 !important;}
[data-catid="N0002954"] section[data-modelcode^="SM-R63"] .color-block[data-color="white"]{background-color: #F5F7F6 !important;}


/* Galaxy Buds3 */
[data-catid="N0002954"] section[data-modelcode^="SM-R53"] .color-block[data-color="silver"]{background-color: #C9C9C8 !important;}
[data-catid="N0002954"] section[data-modelcode^="SM-R53"] .color-block[data-color="white"]{background-color: #F5F7F6 !important;}

/* Galaxy Buds3 FE */
[data-catid="N0002954"] section[data-modelcode^="SM-R42"] .color-block[data-color="gray"]{background-color: #c8ccca !important;}
[data-catid="N0002954"] section[data-modelcode^="SM-R42"] .color-block[data-color="black"]{background-color: #4c525c !important;}
section[data-modelcode^="SM-X528"] .color-block[data-color="gray"] { background-color: #75787b !important; }
section[data-modelcode^="SM-X528"] .color-block[data-color="silver"] { background-color: #c7c8ca !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
}

.fs-title-x-large, .fs-title-large, .fs-title-medium, .fs-title-small {
    font-family: "SamsungSharpSans", arial
}

html.rtl .fs-title-x-large, html.rtl .fs-title-large, html.rtl .fs-title-medium, html.rtl .fs-title-small {
    font-family: "SamsungSharpSans", "SamsungOneArabic", tahoma
}

html.rtl[lang^="he"] .fs-title-x-large, html.rtl[lang^="he"] .fs-title-large, html.rtl[lang^="he"] .fs-title-medium, html.rtl[lang^="he"] .fs-title-small {
    font-family: "SamsungSharpSans", "SamsungOneHebrew", tahoma
}

html[lang^="el"] .fs-title-x-large, html[lang^="el"] .fs-title-large, html[lang^="el"] .fs-title-medium, html[lang^="el"] .fs-title-small {
    font-family: "SamsungOne", arial
}

html[lang^="zh"] .fs-title-x-large, html[lang^="zh"] .fs-title-large, html[lang^="zh"] .fs-title-medium, html[lang^="zh"] .fs-title-small {
    font-family: "SamsungSharpSans", "Microsoft JhengHei", "微软雅黑", "Simsun", "宋体", arial
}

html[lang="zh-CN"] .fs-title-x-large, html[lang="zh-CN"] .fs-title-large, html[lang="zh-CN"] .fs-title-medium, html[lang="zh-CN"] .fs-title-small {
    font-family: "SamsungSharpSans", "Microsoft Yahei", "微软雅黑", "Simsun", "宋体", arial
}

html[lang^="th"] .fs-title-x-large, html[lang^="th"] .fs-title-large, html[lang^="th"] .fs-title-medium, html[lang^="th"] .fs-title-small {
    font-family: "Kittithada", arial
}

html[lang^="vi"] .fs-title-x-large, html[lang^="vi"] .fs-title-large, html[lang^="vi"] .fs-title-medium, html[lang^="vi"] .fs-title-small {
    font-family: "SamsungSharpSans", "SamsungOne", arial
}

html[lang^="my"] .fs-title-x-large, html[lang^="my"] .fs-title-large, html[lang^="my"] .fs-title-medium, html[lang^="my"] .fs-title-small {
    font-family: "zawgyione", arial, sans-serif
}

.fs-title-x-large {
    font-size: 76px;
    font-size: 5.27778vw;
    line-height: 1.16
}

html[lang^="th"] .fs-title-x-large {
    font-size: 110.2px;
    font-size: 7.65278vw
}

@media (min-width: 1440px) {
    .fs-title-x-large {
        font-size: 76px
    }

    html[lang^="th"] .fs-title-x-large {
        font-size: 110.2px
    }
}

html[lang^="th"] .fs-title-x-large {
    line-height: .812
}

html[lang^="my"] .fs-title-x-large {
    line-height: 1.4
}

.lt-ie8 {
    line-height: 1.3
}

html[lang^="th"] .lt-ie8 {
    line-height: .91
}

html[lang^="my"] .lt-ie8 {
    line-height: 1.4
}

@media screen and (max-width: 768px) {
    .fs-title-x-large {
        font-size: 93.86667px;
        font-size: 12.22222vw;
        line-height: 1.18
    }

    html[lang^="th"] .fs-title-x-large {
        font-size: 136.10667px;
        font-size: 17.72222vw
    }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
    .fs-title-x-large {
        font-size: 44px;
        font-size: 12.22222vw
    }

    html[lang^="th"] .fs-title-x-large {
        font-size: 63.8px;
        font-size: 17.72222vw
    }
}

@media screen and (max-width: 768px) {
    html[lang^="th"] .fs-title-x-large {
        line-height: .826
    }

    html[lang^="my"] .fs-title-x-large {
        line-height: 1.4
    }
}

.fs-title-large {
    font-size: 54px;
    font-size: 3.75vw;
    line-height: 1.26
}

html[lang^="th"] .fs-title-large {
    font-size: 72.9px;
    font-size: 5.0625vw
}

@media (min-width: 1440px) {
    .fs-title-large {
        font-size: 54px
    }

    html[lang^="th"] .fs-title-large {
        font-size: 72.9px
    }
}

html[lang^="th"] .fs-title-large {
    line-height: .945
}

html[lang^="my"] .fs-title-large {
    line-height: 1.4
}

@media screen and (max-width: 768px) {
    .fs-title-large {
        font-size: 70.4px;
        font-size: 9.16667vw;
        line-height: 1.18
    }

    html[lang^="th"] .fs-title-large {
        font-size: 102.08px;
        font-size: 13.29167vw
    }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
    .fs-title-large {
        font-size: 33px;
        font-size: 9.16667vw
    }

    html[lang^="th"] .fs-title-large {
        font-size: 47.85px;
        font-size: 13.29167vw
    }
}

@media screen and (max-width: 768px) {
    html[lang^="th"] .fs-title-large {
        line-height: .826
    }

    html[lang^="my"] .fs-title-large {
        line-height: 1.4
    }
}

.fs-title-medium {
    font-size: 40px;
    font-size: 2.77778vw;
    line-height: 1.4
}

html[lang^="th"] .fs-title-medium {
    font-size: 54px;
    font-size: 3.75vw
}

@media (min-width: 1440px) {
    .fs-title-medium {
        font-size: 40px
    }

    html[lang^="th"] .fs-title-medium {
        font-size: 54px
    }
}

html[lang^="th"] .fs-title-medium {
    line-height: 1.05
}

html[lang^="my"] .fs-title-medium {
    line-height: 1.6
}

@media screen and (max-width: 768px) {
    .fs-title-medium {
        font-size: 51.2px;
        font-size: 6.66667vw;
        line-height: 1.17
    }

    html[lang^="th"] .fs-title-medium {
        font-size: 69.12px;
        font-size: 9vw
    }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
    .fs-title-medium {
        font-size: 24px;
        font-size: 6.66667vw
    }

    html[lang^="th"] .fs-title-medium {
        font-size: 32.4px;
        font-size: 9vw
    }
}

@media screen and (max-width: 768px) {
    html[lang^="th"] .fs-title-medium {
        line-height: .8775
    }

    html[lang^="my"] .fs-title-medium {
        line-height: 1.4
    }
}

.fs-title-small {
    font-size: 26px;
    font-size: 1.80556vw;
    line-height: 1.31
}

html[lang^="th"] .fs-title-small {
    font-size: 35.1px;
    font-size: 2.4375vw
}

@media (min-width: 1440px) {
    .fs-title-small {
        font-size: 26px
    }

    html[lang^="th"] .fs-title-small {
        font-size: 35.1px
    }
}

html[lang^="th"] .fs-title-small {
    line-height: .9825
}

html[lang^="my"] .fs-title-small {
    line-height: 1.4
}

@media screen and (max-width: 768px) {
    .fs-title-small {
        font-size: 38.4px;
        font-size: 5vw;
        line-height: 1.39
    }

    html[lang^="th"] .fs-title-small {
        font-size: 51.84px;
        font-size: 6.75vw
    }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
    .fs-title-small {
        font-size: 18px;
        font-size: 5vw
    }

    html[lang^="th"] .fs-title-small {
        font-size: 24.3px;
        font-size: 6.75vw
    }
}

@media screen and (max-width: 768px) {
    html[lang^="th"] .fs-title-small {
        line-height: 1.0425
    }

    html[lang^="my"] .fs-title-small {
        line-height: 1.4
    }
}

.fs-sub-title {
    padding-left: 2px;
    padding-left: .13889vw;
    font-size: 20px;
    font-size: 1.38889vw;
    line-height: 1.6
}

@media (min-width: 1440px) {
    .fs-sub-title {
        padding-left: 2px
    }
}

html[lang^="th"] .fs-sub-title {
    font-size: 27px;
    font-size: 1.875vw
}

@media (min-width: 1440px) {
    .fs-sub-title {
        font-size: 20px
    }

    html[lang^="th"] .fs-sub-title {
        font-size: 27px
    }
}

html[lang^="th"] .fs-sub-title {
    line-height: 1.2
}

html[lang^="my"] .fs-sub-title {
    line-height: 1.6
}

@media screen and (max-width: 768px) {
    .fs-sub-title {
        padding-left: 3.2px;
        padding-left: .41667vw;
        font-size: 29.86667px;
        font-size: 3.88889vw;
        line-height: 1.71
    }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
    .fs-sub-title {
        padding-left: 1.5px;
        padding-left: .41667vw
    }
}

@media screen and (max-width: 768px) {
    html[lang^="th"] .fs-sub-title {
        font-size: 40.32px;
        font-size: 5.25vw
    }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
    .fs-sub-title {
        font-size: 14px;
        font-size: 3.88889vw
    }

    html[lang^="th"] .fs-sub-title {
        font-size: 18.9px;
        font-size: 5.25vw
    }
}

@media screen and (max-width: 768px) {
    html[lang^="th"] .fs-sub-title {
        line-height: 1.2825
    }

    html[lang^="my"] .fs-sub-title {
        line-height: 1.6
    }
}

.fs-desc {
    font-size: 18px;
    font-size: 1.25vw;
    line-height: 1.78
}

html[lang^="th"] .fs-desc {
    font-size: 24.3px;
    font-size: 1.6875vw
}

@media (min-width: 1440px) {
    .fs-desc {
        font-size: 18px
    }

    html[lang^="th"] .fs-desc {
        font-size: 24.3px
    }
}

html[lang^="th"] .fs-desc {
    line-height: 1.335
}

html[lang^="my"] .fs-desc {
    line-height: 1.6
}

@media screen and (max-width: 768px) {
    .fs-desc {
        font-size: 29.86667px;
        font-size: 3.88889vw;
        line-height: 1.71
    }

    html[lang^="th"] .fs-desc {
        font-size: 40.32px;
        font-size: 5.25vw
    }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
    .fs-desc {
        font-size: 14px;
        font-size: 3.88889vw
    }

    html[lang^="th"] .fs-desc {
        font-size: 18.9px;
        font-size: 5.25vw
    }
}

@media screen and (max-width: 768px) {
    html[lang^="th"] .fs-desc {
        line-height: 1.2825
    }

    html[lang^="my"] .fs-desc {
        line-height: 1.6
    }
}

.fs-disclaimer {
    font-size: 12px;
    font-size: .83333vw;
    line-height: 1.33
}

html[lang^="th"] .fs-disclaimer {
    font-size: 16.2px;
    font-size: 1.125vw
}

@media (min-width: 1440px) {
    .fs-disclaimer {
        font-size: 12px
    }

    html[lang^="th"] .fs-disclaimer {
        font-size: 16.2px
    }
}

html[lang^="th"] .fs-disclaimer {
    line-height: .9975
}

html[lang^="my"] .fs-disclaimer {
    line-height: 1.4
}

@media screen and (max-width: 768px) {
    .fs-disclaimer {
        font-size: 21.33333px;
        font-size: 2.77778vw;
        line-height: 1.2
    }

    html[lang^="th"] .fs-disclaimer {
        font-size: 28.8px;
        font-size: 3.75vw
    }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
    .fs-disclaimer {
        font-size: 10px;
        font-size: 2.77778vw
    }

    html[lang^="th"] .fs-disclaimer {
        font-size: 13.5px;
        font-size: 3.75vw
    }
}

@media screen and (max-width: 768px) {
    html[lang^="th"] .fs-disclaimer {
        line-height: .9
    }

    html[lang^="my"] .fs-disclaimer {
        line-height: 1.4
    }
}

.fs-20 {
    font-size: 20px;
    font-size: 1.38889vw;
    line-height: 1.6
}

html[lang^="th"] .fs-20 {
    font-size: 27px;
    font-size: 1.875vw
}

@media (min-width: 1440px) {
    .fs-20 {
        font-size: 20px
    }

    html[lang^="th"] .fs-20 {
        font-size: 27px
    }
}

html[lang^="th"] .fs-20 {
    line-height: 1.2
}

html[lang^="my"] .fs-20 {
    line-height: 1.6
}

@media screen and (max-width: 768px) {
    .fs-20 {
        font-size: 21.33333px;
        font-size: 2.77778vw;
        line-height: 1.6
    }

    html[lang^="th"] .fs-20 {
        font-size: 28.8px;
        font-size: 3.75vw
    }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
    .fs-20 {
        font-size: 10px;
        font-size: 2.77778vw
    }

    html[lang^="th"] .fs-20 {
        font-size: 13.5px;
        font-size: 3.75vw
    }
}

@media screen and (max-width: 768px) {
    html[lang^="th"] .fs-20 {
        line-height: 1.2
    }

    html[lang^="my"] .fs-20 {
        line-height: 1.6
    }
}

.fs-18 {
    font-size: 18px;
    font-size: 1.25vw;
    line-height: 1.78
}

html[lang^="th"] .fs-18 {
    font-size: 24.3px;
    font-size: 1.6875vw
}

@media (min-width: 1440px) {
    .fs-18 {
        font-size: 18px
    }

    html[lang^="th"] .fs-18 {
        font-size: 24.3px
    }
}

html[lang^="th"] .fs-18 {
    line-height: 1.335
}

html[lang^="my"] .fs-18 {
    line-height: 1.6
}

@media screen and (max-width: 768px) {
    .fs-18 {
        font-size: 38.4px;
        font-size: 5vw;
        line-height: 1.17
    }

    html[lang^="th"] .fs-18 {
        font-size: 51.84px;
        font-size: 6.75vw
    }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
    .fs-18 {
        font-size: 18px;
        font-size: 5vw
    }

    html[lang^="th"] .fs-18 {
        font-size: 24.3px;
        font-size: 6.75vw
    }
}

@media screen and (max-width: 768px) {
    html[lang^="th"] .fs-18 {
        line-height: .8775
    }

    html[lang^="my"] .fs-18 {
        line-height: 1.4
    }
}

.fs-14 {
    font-size: 14px;
    font-size: .97222vw;
    line-height: 1.29
}

html[lang^="th"] .fs-14 {
    font-size: 18.9px;
    font-size: 1.3125vw
}

@media (min-width: 1440px) {
    .fs-14 {
        font-size: 14px
    }

    html[lang^="th"] .fs-14 {
        font-size: 18.9px
    }
}

html[lang^="th"] .fs-14 {
    line-height: .9675
}

html[lang^="my"] .fs-14 {
    line-height: 1.4
}

@media screen and (max-width: 768px) {
    .fs-14 {
        font-size: 29.86667px;
        font-size: 3.88889vw;
        line-height: 1.36
    }

    html[lang^="th"] .fs-14 {
        font-size: 40.32px;
        font-size: 5.25vw
    }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
    .fs-14 {
        font-size: 14px;
        font-size: 3.88889vw
    }

    html[lang^="th"] .fs-14 {
        font-size: 18.9px;
        font-size: 5.25vw
    }
}

@media screen and (max-width: 768px) {
    html[lang^="th"] .fs-14 {
        line-height: 1.02
    }

    html[lang^="my"] .fs-14 {
        line-height: 1.4
    }
}

.cl-u-margin-top-narrow {
    margin-top: 2px !important
}

.cl-u-margin-top-normal {
    margin-top: 13px !important
}

.cl-u-margin-top-wide {
    margin-top: 32px !important
}

.cl-u-margin-top-very-wide {
    margin-top: 42px !important
}

.cl-u-margin-bottom-narrow {
    margin-bottom: 2px !important
}

.cl-u-margin-bottom-normal {
    margin-bottom: 13px !important
}

.cl-u-margin-bottom-wide {
    margin-bottom: 32px !important
}

.cl-u-margin-bottom-very-wide {
    margin-bottom: 42px !important
}

html.js-has-modal {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    z-index: 1 !important
}

[data-cl-js="slick"] .slick-slide img {
    width: auto
}

[data-cl-js="slick"] .slick-slide>div {
    position: relative
}

[data-cl-js="slick"] .slick-arrow:-moz-focusring {
    outline: 1px dotted #636363 !important
}

@media screen and (max-width: 768px) {
    [data-cl-js="slick"] .slick-prev, [data-cl-js="slick"] .slick-next {
        bottom: 0
    }

    [data-cl-js="slick"] .slick-slide>div {
        position: relative
    }
}

.s-slick-dots {
    position: absolute;
    width: 100%;
    text-align: center;
    line-height: 0
}

.s-slick-dots .slick-dots {
    display: inline-block;
    height: auto;
    font-size: 0
}

.s-slick-dots .slick-dots li {
    display: inline-block;
    position: relative;
    text-align: center
}

.s-slick-dots .slick-dots li button {
    overflow: hidden;
    display: inline-block;
    width: 8px;
    height: 8px;
    margin: 0 3px;
    border: 1px solid #363636;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    color: transparent;
    font-size: 0;
    vertical-align: top;
    cursor: pointer;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.s-slick-dots .slick-dots li button:-moz-focusring {
    outline: 1px dotted #636363 !important
}

.s-slick-dots .slick-dots li.slick-active button, .s-slick-dots .slick-dots li button:hover, .s-slick-dots .slick-dots li button:focus {
    background-color: #363636
}

.s-slick-dots--bg .slick-dots {
    padding: 4px 7px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    background-color: rgba(54, 54, 54, 0.7);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr=#b3363636, endColorStr=#b3363636);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient( startColorStr=#b3363636, endColorStr=#b3363636 )"
}

.s-slick-dots--bg .slick-dots li button {
    border: 1px solid #fff
}

.s-slick-dots--bg .slick-dots li.slick-active button, .s-slick-dots--bg .slick-dots li button:hover, .s-slick-dots--bg .slick-dots li button:focus {
    background-color: #fff
}

@media screen and (max-width: 768px) {
    .s-slick-dots .slick-dots li button {
        margin: 0 4px
    }

    .s-slick-dots--bg .slick-dots {
        padding: 6px 7px;
        -webkit-border-radius: 10px;
        border-radius: 10px
    }

    .s-slick-dots--bg .slick-dots li button {
        margin: 0 4px
    }
}

.cl-btn-inherit {
    font-size: 0;
    margin: 40px -10px -10px;
    margin: 2.77778vw -.69444vw -.69444vw;
    padding-bottom: 0.5px
}

.cl-btn-inherit a {
    font-size: 12px;
    font-size: .83333vw
}

html[lang^="th"] .cl-btn-inherit a {
    font-size: 16.2px;
    font-size: 1.125vw
}

@media (min-width: 1440px) {
    .cl-btn-inherit a {
        font-size: 12px
    }

    html[lang^="th"] .cl-btn-inherit a {
        font-size: 16.2px
    }
}

@media screen and (max-width: 768px) {
    .cl-btn-inherit a {
        font-size: 25.6px;
        font-size: 3.33333vw
    }

    html[lang^="th"] .cl-btn-inherit a {
        font-size: 34.56px;
        font-size: 4.5vw
    }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
    .cl-btn-inherit a {
        font-size: 12px;
        font-size: 3.33333vw
    }

    html[lang^="th"] .cl-btn-inherit a {
        font-size: 16.2px;
        font-size: 4.5vw
    }
}

.cl-btn-inherit .s-white .s-btn-encased.s-ico-new-window:active:after, .cl-btn-inherit .s-btn-encased.s-white.s-ico-new-window:active:after {
    background-image: url("../../../../../../../etc.clientlibs/samsung/clientlibs/us/usglobal/clientlib-dependencies/resources/imgs/newwindow-hover.svg") !important
}

.cl-btn-inherit a.s-ico-new-window.s-btn-encased {
    padding-right: 42px;
    padding-right: 2.91667vw
}

@media (min-width: 1440px) {
    .cl-btn-inherit a.s-ico-new-window.s-btn-encased {
        padding-right: 42px
    }
}

.cl-btn-inherit a.s-ico-new-window.s-btn-encased:after {
    margin-bottom: -1.5px;
    margin-bottom: -.10417vw
}

@media (min-width: 1440px) {
    .cl-btn-inherit a.s-ico-new-window.s-btn-encased:after {
        margin-bottom: -1.5px
    }
}

@media screen and (max-width: 768px) {
    .cl-btn-inherit a.s-ico-new-window.s-btn-encased {
        padding-right: 55.46667px;
        padding-right: 7.22222vw
    }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
    .cl-btn-inherit a.s-ico-new-window.s-btn-encased {
        padding-right: 26px;
        padding-right: 7.22222vw
    }
}

@media screen and (max-width: 768px) {
    .cl-btn-inherit a.s-ico-new-window.s-btn-encased:after {
        margin-left: 10.66667px;
        margin-left: 1.38889vw;
        margin-bottom: -2.13333px;
        margin-bottom: -.27778vw
    }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
    .cl-btn-inherit a.s-ico-new-window.s-btn-encased:after {
        margin-left: 5px;
        margin-left: 1.38889vw
    }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
    .cl-btn-inherit a.s-ico-new-window.s-btn-encased:after {
        margin-bottom: -1px;
        margin-bottom: -.27778vw
    }
}

.cl-btn-inherit a.s-ico-new-window:after {
    display: inline-block;
    position: static;
    margin-left: 8px;
    margin-left: .55556vw;
    margin-bottom: 0
}

@media (min-width: 1440px) {
    .cl-btn-inherit a.s-ico-new-window:after {
        margin-left: 8px
    }
}

@media screen and (max-width: 768px) {
    .cl-btn-inherit a.s-ico-new-window:after {
        margin-left: 10.66667px;
        margin-left: 1.38889vw;
        margin-bottom: 1.06667px;
        margin-bottom: .13889vw
    }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
    .cl-btn-inherit a.s-ico-new-window:after {
        margin-left: 5px;
        margin-left: 1.38889vw
    }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
    .cl-btn-inherit a.s-ico-new-window:after {
        margin-bottom: .5px;
        margin-bottom: .13889vw
    }
}

@media (min-width: 1440px) {
    .cl-btn-inherit {
        margin: 40px -10px -10px
    }
}

.cl-btn-inherit .s-btn-encased, .cl-btn-inherit .s-btn-text {
    margin: 0px 10px 10px;
    margin: 0vw .69444vw .69444vw
}

@media (min-width: 1440px) {
    .cl-btn-inherit .s-btn-encased, .cl-btn-inherit .s-btn-text {
        margin: 0px 10px 10px
    }
}

.cl-btn-inherit .s-btn-encased:-moz-focusring, .cl-btn-inherit .s-btn-text:-moz-focusring {
    outline: 1px dotted #636363
}

.cl-btn-inherit .s-btn-text {
    margin: 0px 15px 20px;
    margin: 0vw 1.04167vw 1.38889vw;
    padding: 20px 0px 18px;
    padding: 1.38889vw 0vw 1.25vw;
    vertical-align: top
}

@media (min-width: 1440px) {
    .cl-btn-inherit .s-btn-text {
        margin: 0px 15px 20px
    }
}

@media (min-width: 1440px) {
    .cl-btn-inherit .s-btn-text {
        padding: 20px 0px 18px
    }
}

.cl-btn-inherit .s-btn-text.s-ico-new-window {
    padding: 20px 0px 19px;
    padding: 1.38889vw 0vw 1.31944vw
}

@media (min-width: 1440px) {
    .cl-btn-inherit .s-btn-text.s-ico-new-window {
        padding: 20px 0px 19px
    }
}

@media screen and (max-width: 768px) {
    .cl-btn-inherit {
        margin: 51.2px 0px 0px;
        margin: 6.66667vw 0vw 0vw
    }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
    .cl-btn-inherit {
        margin: 24px 0px 0px;
        margin: 6.66667vw 0vw 0vw
    }
}

@media screen and (max-width: 768px) {
    .cl-btn-inherit .s-btn-encased {
        margin: 0px 21.33333px 21.33333px;
        margin: 0vw 2.77778vw 2.77778vw
    }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
    .cl-btn-inherit .s-btn-encased {
        margin: 0px 10px 10px;
        margin: 0vw 2.77778vw 2.77778vw
    }
}

@media screen and (max-width: 768px) {
    .cl-btn-inherit .s-btn-text {
        margin: 0px 32px 42.66667px;
        margin: 0vw 4.16667vw 5.55556vw;
        padding: 27.73333px 0px 4.26667px;
        padding: 3.61111vw 0vw .55556vw
    }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
    .cl-btn-inherit .s-btn-text {
        margin: 0px 15px 20px;
        margin: 0vw 4.16667vw 5.55556vw
    }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
    .cl-btn-inherit .s-btn-text {
        padding: 13px 0px 2px;
        padding: 3.61111vw 0vw .55556vw
    }
}

@media screen and (max-width: 768px) {
    .cl-btn-inherit .s-btn-text.s-ico-new-window {
        padding: 27.73333px 0px 4.26667px;
        padding: 3.61111vw 0vw .55556vw
    }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
    .cl-btn-inherit .s-btn-text.s-ico-new-window {
        padding: 13px 0px 2px;
        padding: 3.61111vw 0vw .55556vw
    }
}

.cl-btn-inherit--black-angled .s-btn-encased {
    -webkit-border-radius: 5px;
    border-radius: 5px
}

.cl-btn-inherit--black-text {
    margin: 40px -15px -20px;
    margin: 2.77778vw -1.04167vw -1.38889vw
}

@media (min-width: 1440px) {
    .cl-btn-inherit--black-text {
        margin: 40px -15px -20px
    }
}

@media screen and (max-width: 768px) {
    .cl-btn-inherit--black-text {
        margin: 51.2px 0px 0px;
        margin: 6.66667vw 0vw 0vw
    }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
    .cl-btn-inherit--black-text {
        margin: 24px 0px 0px;
        margin: 6.66667vw 0vw 0vw
    }
}

.cl-btn-inherit--blue-round .s-btn-encased, .cl-btn-inherit--blue-angled .s-btn-encased {
    background-color: #1428a0;
    border: 1px solid #1428a0;
    color: #fff
}

.cl-btn-inherit--blue-round .s-btn-encased:hover, .cl-btn-inherit--blue-round .s-btn-encased:active, .cl-btn-inherit--blue-round .s-btn-encased:focus, .cl-btn-inherit--blue-angled .s-btn-encased:hover, .cl-btn-inherit--blue-angled .s-btn-encased:active, .cl-btn-inherit--blue-angled .s-btn-encased:focus {
    background-color: #0b175c;
    border: 1px solid #0b175c
}

.cl-btn-inherit--blue-round .s-btn-encased.s-ico-new-window:after, .cl-btn-inherit--blue-angled .s-btn-encased.s-ico-new-window:after {
    background-image: url("../../../../../../../etc.clientlibs/samsung/clientlibs/us/usglobal/clientlib-dependencies/resources/imgs/newwindow.svg")
}

.cl-btn-inherit--blue-angled .s-btn-encased {
    -webkit-border-radius: 5px;
    border-radius: 5px
}

.cl-btn-inherit--white-angled .s-btn-encased {
    -webkit-border-radius: 5px;
    border-radius: 5px
}

.cl-btn-inherit--white-text {
    margin: 40px -15px -20px;
    margin: 2.77778vw -1.04167vw -1.38889vw
}

@media (min-width: 1440px) {
    .cl-btn-inherit--white-text {
        margin: 40px -15px -20px
    }
}

@media screen and (max-width: 768px) {
    .cl-btn-inherit--white-text {
        margin: 51.2px 0px 0px;
        margin: 6.66667vw 0vw 0vw
    }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
    .cl-btn-inherit--white-text {
        margin: 24px 0px 0px;
        margin: 6.66667vw 0vw 0vw
    }
}

.cl-btn-inherit--white-text .s-btn-text {
    color: #fff
}

.cl-btn-inherit--white-text .s-btn-text:after {
    background-image: url("../../../../../../../etc.clientlibs/samsung/clientlibs/us/usglobal/clientlib-dependencies/resources/imgs/svg-btn-arw-right-white.svg")
}

.cl-btn-inherit--white-text .s-btn-text:hover:after {
    background-image: url("../../../../../../../etc.clientlibs/samsung/clientlibs/us/usglobal/clientlib-dependencies/resources/imgs/svg-btn-arw-right-white.svg") !important
}

.cl-btn-inherit--white-text .s-btn-text.s-ico-new-window:after {
    background-image: url("../../../../../../../etc.clientlibs/samsung/clientlibs/us/usglobal/clientlib-dependencies/resources/imgs/newwindow.svg")
}

.cl-btn-inherit--white-text .s-btn-text.s-ico-new-window:hover:after {
    background-image: url("../../../../../../../etc.clientlibs/samsung/clientlibs/us/usglobal/clientlib-dependencies/resources/imgs/newwindow.svg") !important
}

.cl-text-shadow {
    text-shadow: 0 0 0.15em #333
}

.no-svg .cl-btn-inherit .s-btn-encased.s-ico-new-window:after {
    content: " "
}

.no-svg .cl-btn-inherit--blue-round .s-btn-encased.s-ico-new-window:after, .no-svg .cl-btn-inherit--blue-angled .s-btn-encased.s-ico-new-window:after {
    background-image: url("../../../../../../../etc.clientlibs/samsung/clientlibs/us/usglobal/clientlib-dependencies/resources/imgs/newwindow-ie8.png") !important;
    background-position: 0 0 !important
}

.no-svg .cl-btn-inherit .s-btn-text:after {
    content: " ";
    background-size: auto
}

.no-svg .cl-btn-inherit--white-text .s-btn-text {
    color: #fff
}

.no-svg .cl-btn-inherit--white-text .s-btn-text:after {
    background-image: url("../../../../../../../etc.clientlibs/samsung/clientlibs/us/usglobal/clientlib-dependencies/resources/imgs/sp-common-ie8.png");
    background-position: -9px 0
}

.no-svg .cl-btn-inherit--white-text .s-btn-text:focus:after, .no-svg .cl-btn-inherit--white-text .s-btn-text:hover:after {
    background-image: url("../../../../../../../etc.clientlibs/samsung/clientlibs/us/usglobal/clientlib-dependencies/resources/imgs/sp-common-ie8.png") !important;
    background-position: -9px 0 !important
}

.no-svg .cl-btn-inherit--white-text .s-ico-new-window:after {
    background-image: url("../../../../../../../etc.clientlibs/samsung/clientlibs/us/usglobal/clientlib-dependencies/resources/imgs/newwindow-ie8.png");
    background-position: 0 0
}

.no-svg .cl-btn-inherit--white-text .s-ico-new-window:focus:after, .no-svg .cl-btn-inherit--white-text .s-ico-new-window:hover:after {
    background-image: url("../../../../../../../etc.clientlibs/samsung/clientlibs/us/usglobal/clientlib-dependencies/resources/imgs/newwindow-ie8.png") !important;
    background-position: 0 0 !important
}

.cl-new-window {
    display: block;
    position: relative
}

.cl-new-window:after {
    content: "\20";
    width: 34px;
    width: 2.36111vw;
    height: 34px;
    height: 2.36111vw;
    position: absolute;
    right: 0;
    bottom: 0;
    display: inline-block;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACIAAAAiCAYAAAA6RwvCAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2ZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTM4IDc5LjE1OTgyNCwgMjAxNi8wOS8xNC0wMTowOTowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDozQjg3OURCOUQ2NUJFNzExQjFEOUQ3OUZBOTg3RDMyQyIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo0Mzk1RDYwNEFFODgxMUU3ODZEMDkyMjk3M0RCRjAzRSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo0Mzk1RDYwM0FFODgxMUU3ODZEMDkyMjk3M0RCRjAzRSIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M2IChXaW5kb3dzKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjU4NkQ1MzdGMjdBRUU3MTE4NjZGRjI4MTYwQUIzN0VBIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjNCODc5REI5RDY1QkU3MTFCMUQ5RDc5RkE5ODdEMzJDIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+VpuNxAAAAVdJREFUeNpiZGBgmMkwCAATwyABow4ZdcioQ0YdQilgIVbh////07CJNzY2HmhoaLh18uRJNzMzMwV0eUZGxllUdQgI/P79++/z588/IIu9efPmJ4h++vTp50ePHr0FsWVlZYWADmCkSYiAAMgR8vLya7HJBQUFHQfRK1asMJOTkxMesDTCxMTEsHHjRuvw8HCDgwcP3nny5Mk7ujsE5IjNmzfb+Pn5aYMc4erquv/fv3//aRY1+Bzh5eWlBXMEMC39B6adb1xcXOx0cQgrKyvjpk2bbD08PDSQHQGSMzY23k6XqAE5Yvfu3Y7YHAECOTk58sBsrUZzh2zYsMHG3t5eBZsjQKC0tNSkvr7egeZRs2DBgtssLCyMPj4+h9EdQdOSFR2sXr36BQiP3LoGBCQlJQUePnwYTKxamjkEmFOYySm+iQGMo/2aUYeMOmTUIaMOoTIACDAAMIeNpWpdu/YAAAAASUVORK5CYII=");
    background-position: 50% 50%;
    background-repeat: no-repeat
}

@media (min-width: 1440px) {
    .cl-new-window:after {
        width: 34px
    }
}

@media (min-width: 1440px) {
    .cl-new-window:after {
        height: 34px
    }
}

@media screen and (max-width: 768px) {
    .cl-new-window:after {
        background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADYAAAA2CAYAAACMRWrdAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2ZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTM4IDc5LjE1OTgyNCwgMjAxNi8wOS8xNC0wMTowOTowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDoyOEREQTM2ODYyRkRFNTExQkM2QzlEQTYzNEZERUNBRCIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo3OUFBNjRFQUFFOEMxMUU3OEU3MUYxRDRDNDJBQTgyNCIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo3OUFBNjRFOUFFOEMxMUU3OEU3MUYxRDRDNDJBQTgyNCIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M2IChXaW5kb3dzKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkU4MEE0QUREMUZBRUU3MTE4NjZGRjI4MTYwQUIzN0VBIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjI4RERBMzY4NjJGREU1MTFCQzZDOURBNjM0RkRFQ0FEIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+P0zz+wAAAaxJREFUeNrs2DFvgkAUB3BAJJAyESGxpvajOBiTpmUwkcUOphOTX8GR3UGHNg6dagwd2BgbP4RbHboYE4x1aBkMgXJpaLrY0lgV8P+mS7hc+OW9O97BUhR1S2UwGCqjARhggAEGGGCAAQYYYIBlJdhtFwiCQI8zr1Qq3c9mszUZu657IwgC99N8mqbvkLFdZCwK3/eD5XL5vum553lf48Vi8fY9Y6IocjzPc4mEEZQsyw9x5pbL5cdoXK1WJcuy1EwdHqqqygQVZowP92oQZtVPPaxeryumaV5FqE6n87RardxUwwhqOBxekn0VoQzDeE51Ke4DtXdYq9U6HY1G6q5R/3oqxkENBoOLfD7PbkJpmmaHaCY1sDgoEuPx+DU1GdN1/azX69V+Q5FQFIVj2c9XitqvRMLa7fZ5t9ut5XI5Js6emkwmWqFQEBPdKzabzeJfUKk5FW3bdqbTqXMI1E5LMewivEqlYjcajWK/33/J1EVzPp+vD4HCr4GjvmhKknTiOM71tmskDsYwDB19g1CKSS7FbTsEZAwwwAADDDDAAAMMMMAAO1LYhwADAP0mzVvMVf6tAAAAAElFTkSuQmCC");
        background-size: cover;
        width: 57.6px;
        width: 7.5vw;
        height: 57.6px;
        height: 7.5vw
    }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
    .cl-new-window:after {
        width: 27px;
        width: 7.5vw
    }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
    .cl-new-window:after {
        height: 27px;
        height: 7.5vw
    }
}

.no-svg .cl-new-window img {
    position: relative
}

.no-svg .cl-new-window:after {
    z-index: 1
}

.cl-new-window-text-black:after, .cl-new-window-text-white:after {
    content: "";
    position: relative;
    width: 0.8235294117647058em;
    height: 0.7647058823529411em;
    margin-top: -3px;
    margin-top: -.20833vw;
    display: inline-block;
    vertical-align: middle;
    background-image: url("../../../../../../../etc.clientlibs/samsung/clientlibs/us/usglobal/clientlib-dependencies/resources/imgs/newwindow-hover.svg");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    margin-left: 10px;
    margin-left: .69444vw
}

@media (min-width: 1440px) {
    .cl-new-window-text-black:after, .cl-new-window-text-white:after {
        margin-top: -3px
    }
}

@media (min-width: 1440px) {
    .cl-new-window-text-black:after, .cl-new-window-text-white:after {
        margin-left: 10px
    }
}

@media screen and (max-width: 768px) {
    .cl-new-window-text-black:after, .cl-new-window-text-white:after {
        width: 0.8076923076923077em;
        height: 0.7692307692307693em;
        margin-left: 15.46667px;
        margin-left: 2.01389vw
    }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
    .cl-new-window-text-black:after, .cl-new-window-text-white:after {
        margin-left: 7.25px;
        margin-left: 2.01389vw
    }
}

.cl-new-window-text-white:after {
    background-image: url("../../../../../../../etc.clientlibs/samsung/clientlibs/us/usglobal/clientlib-dependencies/resources/imgs/newwindow.svg")
}

h2.cl-new-window-text-black:after, h2.cl-new-window-text-white:after {
    width: 0.8461538461538461em;
    height: 0.8461538461538461em;
    margin-top: -2px;
    margin-top: -.13889vw
}

@media (min-width: 1440px) {
    h2.cl-new-window-text-black:after, h2.cl-new-window-text-white:after {
        margin-top: -2px
    }
}

@media screen and (max-width: 768px) {
    h2.cl-new-window-text-black:after, h2.cl-new-window-text-white:after {
        width: 0.7941176470588235em;
        height: 0.7647058823529411em;
        margin-top: -5.33333px;
        margin-top: -.69444vw;
        margin-left: 18.13333px;
        margin-left: 2.36111vw
    }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
    h2.cl-new-window-text-black:after, h2.cl-new-window-text-white:after {
        margin-top: -2.5px;
        margin-top: -.69444vw
    }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
    h2.cl-new-window-text-black:after, h2.cl-new-window-text-white:after {
        margin-left: 8.5px;
        margin-left: 2.36111vw
    }
}

.no-svg h2.cl-new-window-text-black:after {
    content: "\20";
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2ZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDoyMjZFMEUzREVCNjJFNzExQjEzQkMwMUVDRkQyREQ4NCIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpCNDAxMDM2QkFFNUMxMUU3ODI5RkU5MTZFOTZFMDk4MyIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpCNDAxMDM2QUFFNUMxMUU3ODI5RkU5MTZFOTZFMDk4MyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M2IChXaW5kb3dzKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkU1MEE0QUREMUZBRUU3MTE4NjZGRjI4MTYwQUIzN0VBIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjIyNkUwRTNERUI2MkU3MTFCMTNCQzAxRUNGRDJERDg0Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+pput+QAAAOBJREFUeNpiYGBg+E8EVmCAAAVCapkYqAxYkNh3gfgIDnVfkOiFSOLSQOyCrhjm3AUkOkYGiO9Qy8sgww4AsTIQfwLiczAJcgxUAeJjSIa5AfFlcg1UgbpMFsmwk8gKmMgwTBqXYaREihYQP4Gq+wjE5mjyRkAcAMUEDdQF4td4DIO46v9/MGYh4E2QYfuAWISAN0UYGRl5CHmZKJdBwQJC6ZAZiDcQ4TIMgMvAv0AcBcQvSDEMPS+jA5AhikD8g5SESigd/iA1G9G0+DID4glkmmMGYzBCo5tqgOpeBggwAGQtUk5WbRu7AAAAAElFTkSuQmCC")
}

.no-svg h2.cl-new-window-text-white:after {
    content: "\20";
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2ZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDoyMjZFMEUzREVCNjJFNzExQjEzQkMwMUVDRkQyREQ4NCIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpGNzdDQURDMEFFNUMxMUU3ODhDQ0RFNjhEOTFBMURCNSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpGNzdDQURCRkFFNUMxMUU3ODhDQ0RFNjhEOTFBMURCNSIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M2IChXaW5kb3dzKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkU1MEE0QUREMUZBRUU3MTE4NjZGRjI4MTYwQUIzN0VBIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjIyNkUwRTNERUI2MkU3MTFCMTNCQzAxRUNGRDJERDg0Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+EOkArAAAANhJREFUeNpi/A8EDISBIhA/AGIFIL6PTyETA5UBCxL7LhAfwaHuCxK9EElcGohdUFT+R4AFIN+TgGWA+M5/NECul2WA+AAQKwPxJyA+R0kYqgDxMSTD3ID4MrkGqkBdJotk2ElyYxlmmDQuw9BjGR/QAuJdeAybBMQbiI1lXSB+DVXzEYjN8cU+IRfqAvE+IBbB502oPA8hF5LisgWE0iEzNEwIuYzovPwXiKOA+AUphhGK5ZPQUuYHKQmVUDr8QWo2omnxZQbEE8g0xwzGYCSyxB44LwMEGAB81PUJIulQDQAAAABJRU5ErkJggg==")
}

.no-svg .cl-new-window-text-black:after {
    content: "\20";
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAANCAYAAABy6+R8AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2ZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDoyMjZFMEUzREVCNjJFNzExQjEzQkMwMUVDRkQyREQ4NCIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpCODJBRDcwMEFFNUMxMUU3ODI5RkU5MTZFOTZFMDk4MyIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpCODJBRDZGRkFFNUMxMUU3ODI5RkU5MTZFOTZFMDk4MyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M2IChXaW5kb3dzKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkU1MEE0QUREMUZBRUU3MTE4NjZGRjI4MTYwQUIzN0VBIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjIyNkUwRTNERUI2MkU3MTFCMTNCQzAxRUNGRDJERDg0Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+djuVngAAAKtJREFUeNpiNDMz+8+ACT4CsQAQBwDxenRJFij9AohPIol/hdLPgXgjlO0IxHzImk5CTUUHMPEKIPYH4t9AzMrEQBg0AHE7EM8A4u0gAUKaOoC4HqohC4j/IzsPl4ZyNA1zgfgACwkaQGAzNucxAvF0HBpAYCkQf0DXxAXERjg0gAA3EPOjOw8UP65A/BmLBozIRQafCMUBTJM5EG8gIs7MkTVJQGOcKAAQYAC/aSZe1orlNwAAAABJRU5ErkJggg==")
}

.no-svg .cl-new-window-text-white:after {
    content: "\20";
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAANCAYAAABy6+R8AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2ZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDoyMjZFMEUzREVCNjJFNzExQjEzQkMwMUVDRkQyREQ4NCIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDowMTUzNEI1QUFFNUQxMUU3ODhDQ0RFNjhEOTFBMURCNSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDowMTUzNEI1OUFFNUQxMUU3ODhDQ0RFNjhEOTFBMURCNSIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M2IChXaW5kb3dzKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkU1MEE0QUREMUZBRUU3MTE4NjZGRjI4MTYwQUIzN0VBIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjIyNkUwRTNERUI2MkU3MTFCMTNCQzAxRUNGRDJERDg0Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+haMWEgAAAMFJREFUeNpi+I8dfDAzM2MA0gHYJFkYIOAFEJ9kQICvUPo5EG+Esh2BmA/EYATpBEmYm5sHMOAAJ0+erABS7UD8G4hZmRgIAKCGBqiGGUC8HSTGREBDB5Cqh2rIAmKQqxhYCGgoR9MwF4gPMBGjAejf/1CpzUA8gQEaihugQQwKmOlQMRDNCBKHyoHwUlB0oNvEBcRGWGyAAW4g5kfRBFQEih9XHBrgACMggIo/EYoGWOSipwhcwByIJWCaSAIAAQYAtICOGeZ7AEsAAAAASUVORK5CYII=")
}

.s-nano {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden
}

.s-nano .nano-content {
    position: absolute;
    overflow: scroll;
    overflow-x: hidden;
    top: 0;
    right: -17px !important;
    bottom: 0;
    left: 0 !important
}

.s-nano .nano-content:focus {
    outline: thin dotted
}

.s-nano .nano-content::-webkit-scrollbar {
    display: none
}

.s-nano.has-scrollbar>.nano-content::-webkit-scrollbar {
    display: block
}

.s-nano .nano-pane {
    background: #262626;
    position: absolute;
    width: 6px;
    right: 0;
    top: 0;
    bottom: 0;
    -webkit-transition: .2s;
    transition: .2s;
    -webkit-border-radius: 5px;
    border-radius: 5px
}

.s-nano .nano-pane>.nano-slider {
    background: #f7f7f7;
    position: relative;
    -webkit-border-radius: 3px;
    border-radius: 3px
}

@media screen and (max-width: 768px) {
    .s-nano .nano-content {
        position: static;
        overflow: hidden
    }
}

.cl-motion--slide-top {
    -webkit-transform: translate3d(0, 10%, 0);
    transform: translate3d(0, 10%, 0);
    -webkit-transition: opacity 0.6s ease-in, -webkit-transform 0.6s ease-in;
    transition: opacity 0.6s ease-in, -webkit-transform 0.6s ease-in;
    transition: transform 0.6s ease-in, opacity 0.6s ease-in;
    transition: transform 0.6s ease-in, opacity 0.6s ease-in, -webkit-transform 0.6s ease-in;
    opacity: 0
}

.cl-motion--slide-top.is-active, .js-motion-effect .cl-motion--slide-top {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1
}

.cl-motion--slide-bottom {
    -webkit-transform: translate3d(0, -10%, 0);
    transform: translate3d(0, -10%, 0);
    -webkit-transition: opacity 0.6s ease-in, -webkit-transform 0.6s ease-in;
    transition: opacity 0.6s ease-in, -webkit-transform 0.6s ease-in;
    transition: transform 0.6s ease-in, opacity 0.6s ease-in;
    transition: transform 0.6s ease-in, opacity 0.6s ease-in, -webkit-transform 0.6s ease-in;
    opacity: 0
}

.cl-motion--slide-bottom.is-active, .js-motion-effect .cl-motion--slide-bottom {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1
}

.cl-motion--slide-left {
    -webkit-transform: translate3d(10%, 0, 0);
    transform: translate3d(10%, 0, 0);
    -webkit-transition: opacity 0.6s ease-in, -webkit-transform 0.6s ease-in;
    transition: opacity 0.6s ease-in, -webkit-transform 0.6s ease-in;
    transition: transform 0.6s ease-in, opacity 0.6s ease-in;
    transition: transform 0.6s ease-in, opacity 0.6s ease-in, -webkit-transform 0.6s ease-in;
    opacity: 0
}

.cl-motion--slide-left.is-active, .js-motion-effect .cl-motion--slide-left {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1
}

.cl-motion--slide-right {
    -webkit-transform: translate3d(-10%, 0, 0);
    transform: translate3d(-10%, 0, 0);
    -webkit-transition: opacity 0.6s ease-in, -webkit-transform 0.6s ease-in;
    transition: opacity 0.6s ease-in, -webkit-transform 0.6s ease-in;
    transition: transform 0.6s ease-in, opacity 0.6s ease-in;
    transition: transform 0.6s ease-in, opacity 0.6s ease-in, -webkit-transform 0.6s ease-in;
    opacity: 0
}

.cl-motion--slide-right.is-active, .js-motion-effect .cl-motion--slide-right {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1
}

.cl-motion--fade-in {
    opacity: 0;
    -webkit-transition: opacity .6s ease-in;
    transition: opacity .6s ease-in
}

.cl-motion--fade-in.is-active, .js-motion-effect .cl-motion--fade-in {
    opacity: 1
}

.cl-video-area {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000
}

.cl-video-area .s-video-wrap {
    position: fixed
}

@media screen and (max-width: 768px) {
    .cl-video-area .s-video-wrap {
        position: fixed !important;
        top: 0 !important;
        left: 0 !important;
        right: 0 !important;
        bottom: 0 !important;
        -webkit-transform: inherit !important;
        -ms-transform: inherit !important;
        transform: inherit !important
    }
}

.cl-video-area .s-video-wrap .s-video-container {
    width: 100%;
    max-width: 1000px;
    max-width: 69.44444vw;
    height: 562px;
    height: 39.02778vw;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    margin: 0 auto
}

@media (min-width: 1440px) {
    .cl-video-area .s-video-wrap .s-video-container {
        max-width: 1000px
    }
}

@media (min-width: 1440px) {
    .cl-video-area .s-video-wrap .s-video-container {
        height: 562px
    }
}

@media screen and (max-width: 768px) {
    .cl-video-area .s-video-wrap .s-video-container {
        max-width: none;
        height: 432px;
        height: 56.25vw;
        width: 100%
    }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
    .cl-video-area .s-video-wrap .s-video-container {
        height: 202.5px;
        height: 56.25vw
    }
}

.cl-video-area .s-media-close {
    position: fixed;
    top: 30px;
    top: 2.08333vw;
    right: 68px;
    right: 4.72222vw
}

@media (min-width: 1440px) {
    .cl-video-area .s-media-close {
        top: 30px
    }
}

@media (min-width: 1440px) {
    .cl-video-area .s-media-close {
        right: 68px
    }
}

@media screen and (max-width: 768px) {
    .cl-video-area .s-media-close {
        top: 34.13333px;
        top: 4.44444vw;
        right: 34.13333px;
        right: 4.44444vw
    }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
    .cl-video-area .s-media-close {
        top: 16px;
        top: 4.44444vw
    }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
    .cl-video-area .s-media-close {
        right: 16px;
        right: 4.44444vw
    }
}

.cl-preset-pad {
    min-height: 80px
}
@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
}

#wrap {
    min-width: 320px
}

.s-content-inner {
    max-width: 1440px;
    margin: 0 auto
}

.s-content-inner:before,
.s-content-inner:after {
    content: '';
    display: block;
    clear: both
}

.s-skip-content a {
    overflow: hidden;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 1px;
    background: #000;
    color: #fff;
    text-align: center
}

.s-skip-content a:focus {
    position: relative;
    width: 100%;
    height: auto;
    padding: 10px
}

.s-bg-white-to-lightgrey {
    background: #F5F5F5;
    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)
}

.s-bg-white {
    background: #fff
}

.s-bg-black {
    background: #000
}

.s-bg-color3 {
    background: #363636
}

.s-bg-color4 {
    background: #f7f7f7
}

.s-bg-color6 {
    background: #222425
}

.s-bg-color7 {
    background: #dadada
}

.s-btn-encased {
    position: relative;
    display: inline-block;
    padding: 19px 42px 18px;
    padding: 1.31944vw 2.91667vw 1.25vw;
    border: 1px solid #000;
    -webkit-border-radius: 45px;
    border-radius: 45px;
    background-color: transparent;
    font-weight: bold;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: background, color, border-color;
    transition-property: background, color, border-color;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    font-size: 12px;
    font-size: .83333vw;
    color: #000;
    line-height: 1;
    text-transform: uppercase;
    text-shadow: none;
    letter-spacing: .2em;
    white-space: nowrap
}

@media (min-width: 1440px) {
    .s-btn-encased {
        padding: 19px 42px 18px
    }
}

@media (min-width: 1440px) {
    .s-btn-encased {
        font-size: 12px
    }
}

.s-btn-encased:hover,
.s-btn-encased:active,
.s-btn-encased:focus {
    background-color: #000;
    color: #fff
}

.s-btn-encased.s-ico-new-window {
    padding-right: 63px;
    padding-right: 4.375vw
}

@media (min-width: 1440px) {
    .s-btn-encased.s-ico-new-window {
        padding-right: 63px
    }
}

.s-btn-encased.s-ico-new-window:after {
    position: absolute;
    display: block;
    top: 50%;
    margin-top: -6px;
    margin-top: -.41667vw;
    right: 44px;
    right: 3.05556vw;
    width: 11px;
    width: .76389vw;
    height: 11px;
    height: .76389vw;
    background: url("../../../../../../../etc.clientlibs/samsung/clientlibs/us/usglobal/clientlib-dependencies/resources/imgs/newwindow-hover.svg") no-repeat;
    content: '';
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: background;
    transition-property: background;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out
}

@media (min-width: 1440px) {
    .s-btn-encased.s-ico-new-window:after {
        margin-top: -6px
    }
}

@media (min-width: 1440px) {
    .s-btn-encased.s-ico-new-window:after {
        right: 44px
    }
}

@media (min-width: 1440px) {
    .s-btn-encased.s-ico-new-window:after {
        width: 11px
    }
}

@media (min-width: 1440px) {
    .s-btn-encased.s-ico-new-window:after {
        height: 11px
    }
}

.s-btn-encased.s-ico-new-window:hover:after,
.s-btn-encased.s-ico-new-window:focus:after {
    background-image: url("../../../../../../../etc.clientlibs/samsung/clientlibs/us/usglobal/clientlib-dependencies/resources/imgs/newwindow.svg")
}

.s-white .s-btn-encased,
.s-btn-encased.s-white {
    border-color: #fff;
    color: #fff
}

.s-white .s-btn-encased.s-ico-new-window:after,
.s-btn-encased.s-white.s-ico-new-window:after {
    background-image: url("../../../../../../../etc.clientlibs/samsung/clientlibs/us/usglobal/clientlib-dependencies/resources/imgs/newwindow.svg")
}

.s-white .s-btn-encased.s-ico-new-window:hover:after,
.s-white .s-btn-encased.s-ico-new-window:focus:after,
.s-btn-encased.s-white.s-ico-new-window:hover:after,
.s-btn-encased.s-white.s-ico-new-window:focus:after {
    background-image: url("../../../../../../../etc.clientlibs/samsung/clientlibs/us/usglobal/clientlib-dependencies/resources/imgs/newwindow-hover.svg")
}

.s-white .s-btn-encased:hover,
.s-white .s-btn-encased:active,
.s-white .s-btn-encased:focus,
.s-btn-encased.s-white:hover,
.s-btn-encased.s-white:active,
.s-btn-encased.s-white:focus {
    background-color: #fff;
    color: #000
}

.s-btn-encased.s-btn-white {
    border-color: #fff;
    background-color: #fff;
    color: #000
}

.s-btn-encased.s-btn-white:hover,
.s-btn-encased.s-btn-white:active,
.s-btn-encased.s-btn-white:focus {
    background-color: #000;
    border-color: #000;
    color: #fff
}

.s-btn-encased.s-btn-white.s-ico-new-window:after {
    background: url("../../../../../../../etc.clientlibs/samsung/clientlibs/us/usglobal/clientlib-dependencies/resources/imgs/newwindow-hover.svg") no-repeat
}

.s-btn-encased.s-btn-white.s-ico-new-window:hover:after,
.s-btn-encased.s-btn-white.s-ico-new-window:focus:after {
    background: url("../../../../../../../etc.clientlibs/samsung/clientlibs/us/usglobal/clientlib-dependencies/resources/imgs/newwindow.svg") no-repeat !important
}

.s-btn-text {
    display: inline-block;
    font-weight: bold;
    font-size: 12px;
    font-size: .83333vw;
    color: #000;
    line-height: 1;
    text-transform: uppercase;
    text-shadow: none;
    letter-spacing: .2em;
    white-space: nowrap
}

@media (min-width: 1440px) {
    .s-btn-text {
        font-size: 12px
    }
}

.s-btn-text:after {
    display: inline-block;
    margin-top: -1px;
    margin-left: 7px;
    width: 8px;
    width: .55556vw;
    height: 13px;
    height: .90278vw;
    background-image: url("../../../../../../../etc.clientlibs/samsung/clientlibs/us/usglobal/clientlib-dependencies/resources/imgs/svg-btn-arw-right-black.svg");
    background-repeat: no-repeat;
    vertical-align: middle;
    content: ''
}

@media (min-width: 1440px) {
    .s-btn-text:after {
        width: 8px
    }
}

@media (min-width: 1440px) {
    .s-btn-text:after {
        height: 13px
    }
}

.s-btn-text-disabled {
    color: #a6a6a6;
    cursor: default
}

.s-btn-text-disabled:after {
    background-image: url("../../../../../../../etc.clientlibs/samsung/clientlibs/us/usglobal/clientlib-dependencies/resources/imgs/svg-btn-arw-right-gray.svg")
}

.s-white .s-btn-text,
.s-btn-text.s-white,
.s-white-shadow .s-btn-text {
    color: #fff
}

.s-white .s-btn-text:after,
.s-btn-text.s-white:after,
.s-white-shadow .s-btn-text:after {
    background-image: url("../../../../../../../etc.clientlibs/samsung/clientlibs/us/usglobal/clientlib-dependencies/resources/imgs/svg-btn-arw-right-white.svg")
}

.s-btn-text.s-ico-down:after {
    width: 13px;
    width: .90278vw;
    height: 8px;
    height: .55556vw;
    background-image: url("../../../../../../../etc.clientlibs/samsung/clientlibs/us/usglobal/clientlib-dependencies/resources/imgs/svg-btn-arw-down-black.svg")
}

@media (min-width: 1440px) {
    .s-btn-text.s-ico-down:after {
        width: 13px
    }
}

@media (min-width: 1440px) {
    .s-btn-text.s-ico-down:after {
        height: 8px
    }
}

.s-btn-text.s-ico-down-disabled {
    color: #a6a6a6;
    cursor: default
}

.s-btn-text.s-ico-down-disabled:after {
    background-image: url("../../../../../../../etc.clientlibs/samsung/clientlibs/us/usglobal/clientlib-dependencies/resources/imgs/svg-btn-arw-down-gray.svg")
}

.s-white .s-btn-text.s-ico-down:after,
.s-btn-text.s-ico-down.s-white:after {
    background-image: url("../../../../../../../etc.clientlibs/samsung/clientlibs/us/usglobal/clientlib-dependencies/resources/imgs/svg-btn-arw-down-white.svg")
}

.s-btn-text.s-ico-up:after {
    width: 13px;
    width: .90278vw;
    height: 8px;
    height: .55556vw;
    background-image: url("../../../../../../../etc.clientlibs/samsung/clientlibs/us/usglobal/clientlib-dependencies/resources/imgs/svg-btn-arw-up-black.svg")
}

@media (min-width: 1440px) {
    .s-btn-text.s-ico-up:after {
        width: 13px
    }
}

@media (min-width: 1440px) {
    .s-btn-text.s-ico-up:after {
        height: 8px
    }
}

.s-btn-text.s-ico-up-disabled {
    color: #a6a6a6;
    cursor: default
}

.s-btn-text.s-ico-up-disabled:after {
    background-image: url("../../../../../../../etc.clientlibs/samsung/clientlibs/us/usglobal/clientlib-dependencies/resources/imgs/svg-btn-arw-up-gray.svg")
}

.s-white .s-btn-text.s-ico-up:after,
.s-btn-text.s-ico-up.s-white:after {
    background-image: url("../../../../../../../etc.clientlibs/samsung/clientlibs/us/usglobal/clientlib-dependencies/resources/imgs/svg-btn-arw-up-white.svg")
}

.s-btn-text.s-ico-new-window:after {
    display: inline-block;
    width: 11px;
    width: .76389vw;
    height: 11px;
    height: .76389vw;
    margin: -2px 0px 0px;
    margin: -.13889vw 0vw 0vw;
    margin-left: 7px;
    margin-left: .48611vw;
    background: url("../../../../../../../etc.clientlibs/samsung/clientlibs/us/usglobal/clientlib-dependencies/resources/imgs/newwindow-hover.svg") no-repeat;
    vertical-align: middle;
    content: ''
}

@media (min-width: 1440px) {
    .s-btn-text.s-ico-new-window:after {
        width: 11px
    }
}

@media (min-width: 1440px) {
    .s-btn-text.s-ico-new-window:after {
        height: 11px
    }
}

@media (min-width: 1440px) {
    .s-btn-text.s-ico-new-window:after {
        margin: -2px 0px 0px
    }
}

@media (min-width: 1440px) {
    .s-btn-text.s-ico-new-window:after {
        margin-left: 7px
    }
}

.s-white .s-btn-text.s-ico-new-window:after,
.s-btn-text.s-white.s-ico-new-window:after {
    background-image: url("../../../../../../../etc.clientlibs/samsung/clientlibs/us/usglobal/clientlib-dependencies/resources/imgs/newwindow.svg")
}

.s-white .s-btn-text:hover:after,
.s-white .s-btn-text:focus:after,
.s-btn-text.s-white:hover:after,
.s-btn-text.s-white:focus:after {
    background: url("../../../../../../../etc.clientlibs/samsung/clientlibs/us/usglobal/clientlib-dependencies/resources/imgs/newwindow-hover.svg") no-repeat !important
}

.s-btn-play {
    display: inline-block;
    padding: 10px;
    padding: .69444vw;
    padding-right: 41px;
    padding-right: 2.84722vw;
    -webkit-border-radius: 45px;
    border-radius: 45px;
    background: #363636;
    background: rgba(54, 54, 54, 0.7);
    font-weight: bold;
    font-size: 0;
    vertical-align: middle;
    cursor: pointer;
    white-space: nowrap
}

@media (min-width: 1440px) {
    .s-btn-play {
        padding: 10px
    }
}

@media (min-width: 1440px) {
    .s-btn-play {
        padding-right: 41px
    }
}

.s-btn-play span {
    display: inline-block;
    position: relative;
    padding-top: 1px;
    font-size: 12px;
    font-size: .83333vw;
    color: #fff;
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: .14em;
    vertical-align: middle
}

@media (min-width: 1440px) {
    .s-btn-play span {
        font-size: 12px
    }
}

.s-btn-play .s-btn-img {
    width: 29px;
    width: 2.01389vw;
    height: 29px;
    height: 2.01389vw;
    margin-right: 19px;
    margin-right: 1.31944vw;
    padding: 0
}

@media (min-width: 1440px) {
    .s-btn-play .s-btn-img {
        width: 29px
    }
}

@media (min-width: 1440px) {
    .s-btn-play .s-btn-img {
        height: 29px
    }
}

@media (min-width: 1440px) {
    .s-btn-play .s-btn-img {
        margin-right: 19px
    }
}

.s-btn-play .s-btn-img img {
    width: 100%;
    height: auto;
    min-height: inherit;
    min-width: inherit;
    max-width: 100%;
    max-height: 100%
}

.s-marketing-cta {
    margin-top: 30px;
    margin-top: 2.08333vw
}

@media (min-width: 1440px) {
    .s-marketing-cta {
        margin-top: 30px
    }
}

.s-marketing-cta .s-btn-base,
.s-marketing-cta .s-btn-cta {
    display: inline-block;
    position: relative;
    padding: 18px 46px;
    padding: 1.25vw 3.19444vw;
    border: 1px solid #000;
    -webkit-border-radius: 52px;
    border-radius: 52px;
    font-size: 14px;
    font-size: .97222vw;
    font-weight: bold;
    color: #000;
    text-align: center;
    -webkit-transition-property: background-color, border-color, color;
    transition-property: background-color, border-color, color;
    -webkit-transition-duration: 200ms;
    transition-duration: 200ms;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    text-transform: uppercase;
    line-height: 1;
    letter-spacing: 0.15em
}

@media (min-width: 1440px) {

    .s-marketing-cta .s-btn-base,
    .s-marketing-cta .s-btn-cta {
        padding: 18px 46px
    }
}

html[lang^="th"] .s-marketing-cta .s-btn-base,
html[lang^="th"] .s-marketing-cta .s-btn-cta {
    font-size: 18.9px;
    font-size: 1.3125vw
}

@media (min-width: 1440px) {

    .s-marketing-cta .s-btn-base,
    .s-marketing-cta .s-btn-cta {
        font-size: 14px
    }

    html[lang^="th"] .s-marketing-cta .s-btn-base,
    html[lang^="th"] .s-marketing-cta .s-btn-cta {
        font-size: 18.9px
    }
}

.s-marketing-cta .s-btn-cta:hover,
.s-marketing-cta .s-btn-cta:focus,
.s-marketing-cta .s-btn-cta:active {
    border-color: #000;
    background-color: #000;
    color: #fff
}

.s-marketing-cta .s-btn-cta.s-ico-new-window {
    padding-right: 62px;
    padding-right: 4.30556vw
}

@media (min-width: 1440px) {
    .s-marketing-cta .s-btn-cta.s-ico-new-window {
        padding-right: 62px
    }
}

.s-marketing-cta .s-btn-cta.s-ico-new-window:after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    right: 44px;
    right: 3.05556vw;
    margin-top: -5px;
    margin-top: -.34722vw;
    width: 11px;
    width: .76389vw;
    height: 11px;
    height: .76389vw;
    background: url("../../../../../../../etc.clientlibs/samsung/clientlibs/us/usglobal/clientlib-dependencies/resources/imgs/newwindow-hover.svg") no-repeat;
    -webkit-transition-duration: 200ms;
    transition-duration: 200ms;
    -webkit-transition-property: background-image;
    transition-property: background-image;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    background-size: 100%
}

@media (min-width: 1440px) {
    .s-marketing-cta .s-btn-cta.s-ico-new-window:after {
        right: 44px
    }
}

@media (min-width: 1440px) {
    .s-marketing-cta .s-btn-cta.s-ico-new-window:after {
        margin-top: -5px
    }
}

@media (min-width: 1440px) {
    .s-marketing-cta .s-btn-cta.s-ico-new-window:after {
        width: 11px
    }
}

@media (min-width: 1440px) {
    .s-marketing-cta .s-btn-cta.s-ico-new-window:after {
        height: 11px
    }
}

.s-marketing-cta .s-btn-cta.s-ico-new-window:hover:after,
.s-marketing-cta .s-btn-cta.s-ico-new-window:focus:after {
    background-image: url("../../../../../../../etc.clientlibs/samsung/clientlibs/us/usglobal/clientlib-dependencies/resources/imgs/newwindow.svg")
}

.s-marketing-cta .s-btn-cta.s-ico-download:after {
    content: '';
    display: inline-block;
    position: relative;
    top: -1.5px;
    top: -.10417vw;
    margin-left: 4px;
    margin-left: .27778vw;
    width: 11px;
    width: .76389vw;
    height: 11px;
    height: .76389vw;
    background: url("../../../../../../../etc.clientlibs/samsung/clientlibs/us/usglobal/clientlib-dependencies/resources/imgs/svg-download-black.svg") no-repeat;
    background-size: 100%;
    -webkit-transition-duration: 200ms;
    transition-duration: 200ms;
    -webkit-transition-property: background-image;
    transition-property: background-image;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    vertical-align: middle
}

@media (min-width: 1440px) {
    .s-marketing-cta .s-btn-cta.s-ico-download:after {
        top: -1.5px
    }
}

@media (min-width: 1440px) {
    .s-marketing-cta .s-btn-cta.s-ico-download:after {
        margin-left: 4px
    }
}

@media (min-width: 1440px) {
    .s-marketing-cta .s-btn-cta.s-ico-download:after {
        width: 11px
    }
}

@media (min-width: 1440px) {
    .s-marketing-cta .s-btn-cta.s-ico-download:after {
        height: 11px
    }
}

.s-marketing-cta .s-btn-cta.s-ico-download:hover:after,
.s-marketing-cta .s-btn-cta.s-ico-download:focus:after {
    background-image: url("../../../../../../../etc.clientlibs/samsung/clientlibs/us/usglobal/clientlib-dependencies/resources/imgs/svg-download-white.svg")
}

.s-marketing-cta .s-btn-video:hover .s-btn-base,
.s-marketing-cta .s-btn-video:hover .s-btn-cta,
.s-marketing-cta .s-btn-video:focus .s-btn-base,
.s-marketing-cta .s-btn-video:focus .s-btn-cta,
.s-marketing-cta .s-btn-video:active .s-btn-base,
.s-marketing-cta .s-btn-video:active .s-btn-cta {
    border-color: #000;
    background-color: #000;
    color: #fff
}

.s-marketing-cta.s-white .s-btn-base,
.s-bg-dark-gray .s-marketing-cta .s-btn-base,
.s-bg-black .s-marketing-cta .s-btn-base {
    border-color: #fff;
    background-color: #fff;
    color: #000
}

.s-marketing-cta.s-white .s-btn-base:hover,
.s-marketing-cta.s-white .s-btn-base:focus,
.s-marketing-cta.s-white .s-btn-base:active,
.s-bg-dark-gray .s-marketing-cta .s-btn-base:hover,
.s-bg-dark-gray .s-marketing-cta .s-btn-base:focus,
.s-bg-dark-gray .s-marketing-cta .s-btn-base:active,
.s-bg-black .s-marketing-cta .s-btn-base:hover,
.s-bg-black .s-marketing-cta .s-btn-base:focus,
.s-bg-black .s-marketing-cta .s-btn-base:active {
    border-color: #000;
    background-color: #000;
    color: #fff
}

.s-marketing-cta.s-white .s-btn-cta,
.s-bg-dark-gray .s-marketing-cta .s-btn-cta,
.s-bg-black .s-marketing-cta .s-btn-cta {
    border-color: #fff;
    color: #fff
}

.s-marketing-cta.s-white .s-btn-cta:hover,
.s-marketing-cta.s-white .s-btn-cta:active,
.s-marketing-cta.s-white .s-btn-cta:focus,
.s-bg-dark-gray .s-marketing-cta .s-btn-cta:hover,
.s-bg-dark-gray .s-marketing-cta .s-btn-cta:active,
.s-bg-dark-gray .s-marketing-cta .s-btn-cta:focus,
.s-bg-black .s-marketing-cta .s-btn-cta:hover,
.s-bg-black .s-marketing-cta .s-btn-cta:active,
.s-bg-black .s-marketing-cta .s-btn-cta:focus {
    border-color: #fff;
    background-color: #fff;
    color: #000
}

.s-marketing-cta.s-white .s-btn-cta.s-ico-new-window:after,
.s-bg-dark-gray .s-marketing-cta .s-btn-cta.s-ico-new-window:after,
.s-bg-black .s-marketing-cta .s-btn-cta.s-ico-new-window:after {
    background-image: url("../../../../../../../etc.clientlibs/samsung/clientlibs/us/usglobal/clientlib-dependencies/resources/imgs/newwindow.svg")
}

.s-marketing-cta.s-white .s-btn-cta.s-ico-new-window:hover:after,
.s-marketing-cta.s-white .s-btn-cta.s-ico-new-window:focus:after,
.s-bg-dark-gray .s-marketing-cta .s-btn-cta.s-ico-new-window:hover:after,
.s-bg-dark-gray .s-marketing-cta .s-btn-cta.s-ico-new-window:focus:after,
.s-bg-black .s-marketing-cta .s-btn-cta.s-ico-new-window:hover:after,
.s-bg-black .s-marketing-cta .s-btn-cta.s-ico-new-window:focus:after {
    background-image: url("../../../../../../../etc.clientlibs/samsung/clientlibs/us/usglobal/clientlib-dependencies/resources/imgs/newwindow-hover.svg")
}

.s-marketing-cta.s-white .s-btn-cta.s-ico-download:after,
.s-bg-dark-gray .s-marketing-cta .s-btn-cta.s-ico-download:after,
.s-bg-black .s-marketing-cta .s-btn-cta.s-ico-download:after {
    background-image: url("../../../../../../../etc.clientlibs/samsung/clientlibs/us/usglobal/clientlib-dependencies/resources/imgs/svg-download-white.svg")
}

.s-marketing-cta.s-white .s-btn-cta.s-ico-download:hover:after,
.s-marketing-cta.s-white .s-btn-cta.s-ico-download:focus:after,
.s-bg-dark-gray .s-marketing-cta .s-btn-cta.s-ico-download:hover:after,
.s-bg-dark-gray .s-marketing-cta .s-btn-cta.s-ico-download:focus:after,
.s-bg-black .s-marketing-cta .s-btn-cta.s-ico-download:hover:after,
.s-bg-black .s-marketing-cta .s-btn-cta.s-ico-download:focus:after {
    background-image: url("../../../../../../../etc.clientlibs/samsung/clientlibs/us/usglobal/clientlib-dependencies/resources/imgs/svg-download-black.svg")
}

.s-marketing-cta.s-white .s-btn-video:hover .s-btn-cta,
.s-marketing-cta.s-white .s-btn-video:active .s-btn-cta,
.s-marketing-cta.s-white .s-btn-video:focus .s-btn-cta,
.s-bg-dark-gray .s-marketing-cta .s-btn-video:hover .s-btn-cta,
.s-bg-dark-gray .s-marketing-cta .s-btn-video:active .s-btn-cta,
.s-bg-dark-gray .s-marketing-cta .s-btn-video:focus .s-btn-cta,
.s-bg-black .s-marketing-cta .s-btn-video:hover .s-btn-cta,
.s-bg-black .s-marketing-cta .s-btn-video:active .s-btn-cta,
.s-bg-black .s-marketing-cta .s-btn-video:focus .s-btn-cta {
    border-color: #fff;
    background-color: #fff;
    color: #000
}

.s-marketing-cta.s-btn-white .s-btn-cta {
    border-color: #fff;
    background-color: #fff;
    color: #000
}

.s-marketing-cta.s-btn-white .s-btn-cta:hover,
.s-marketing-cta.s-btn-white .s-btn-cta:focus,
.s-marketing-cta.s-btn-white .s-btn-cta:active {
    border-color: #000;
    background-color: #000;
    color: #fff
}

.s-marketing-cta.s-btn-white .s-btn-video:hover .s-btn-cta,
.s-marketing-cta.s-btn-white .s-btn-video:active .s-btn-cta,
.s-marketing-cta.s-btn-white .s-btn-video:focus .s-btn-cta {
    border-color: #000;
    background-color: #000;
    color: #fff
}

.s-marketing-cta .s-btn-cta-text {
    display: inline-block;
    position: relative;
    padding-bottom: 1px;
    padding-bottom: .06944vw;
    font-size: 14px;
    font-size: .97222vw;
    letter-spacing: 0.15em;
    color: #000;
    vertical-align: middle;
    font-weight: bold;
    text-transform: uppercase;
    white-space: nowrap
}

@media (min-width: 1440px) {
    .s-marketing-cta .s-btn-cta-text {
        padding-bottom: 1px
    }
}

html[lang^="th"] .s-marketing-cta .s-btn-cta-text {
    font-size: 18.9px;
    font-size: 1.3125vw
}

@media (min-width: 1440px) {
    .s-marketing-cta .s-btn-cta-text {
        font-size: 14px
    }

    html[lang^="th"] .s-marketing-cta .s-btn-cta-text {
        font-size: 18.9px
    }
}

.s-marketing-cta .s-btn-cta-text:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -1px;
    height: 1px;
    font-size: 0;
    background-color: #000
}

.s-marketing-cta .s-btn-cta-text:after {
    content: '';
    display: inline-block;
    margin-top: -1px;
    margin-left: 7px;
    margin-left: .48611vw;
    width: 8px;
    width: .55556vw;
    height: 13px;
    height: .90278vw;
    background-image: url("../../../../../../../etc.clientlibs/samsung/clientlibs/us/usglobal/clientlib-dependencies/resources/imgs/svg-btn-arw-right-black.svg");
    background-repeat: no-repeat;
    background-size: 100%;
    vertical-align: middle
}

@media (min-width: 1440px) {
    .s-marketing-cta .s-btn-cta-text:after {
        margin-left: 7px
    }
}

@media (min-width: 1440px) {
    .s-marketing-cta .s-btn-cta-text:after {
        width: 8px
    }
}

@media (min-width: 1440px) {
    .s-marketing-cta .s-btn-cta-text:after {
        height: 13px
    }
}

.s-marketing-cta .s-btn-cta-text.s-ico-new-window:after {
    width: 11px;
    width: .76389vw;
    height: 11px;
    height: .76389vw;
    background-image: url("../../../../../../../etc.clientlibs/samsung/clientlibs/us/usglobal/clientlib-dependencies/resources/imgs/newwindow-hover.svg")
}

@media (min-width: 1440px) {
    .s-marketing-cta .s-btn-cta-text.s-ico-new-window:after {
        width: 11px
    }
}

@media (min-width: 1440px) {
    .s-marketing-cta .s-btn-cta-text.s-ico-new-window:after {
        height: 11px
    }
}

.s-marketing-cta .s-btn-cta-text.s-ico-download:after {
    margin-left: 4px;
    margin-left: .27778vw;
    width: 11px;
    width: .76389vw;
    height: 11px;
    height: .76389vw;
    background-image: url("../../../../../../../etc.clientlibs/samsung/clientlibs/us/usglobal/clientlib-dependencies/resources/imgs/svg-download-black.svg")
}

@media (min-width: 1440px) {
    .s-marketing-cta .s-btn-cta-text.s-ico-download:after {
        margin-left: 4px
    }
}

@media (min-width: 1440px) {
    .s-marketing-cta .s-btn-cta-text.s-ico-download:after {
        width: 11px
    }
}

@media (min-width: 1440px) {
    .s-marketing-cta .s-btn-cta-text.s-ico-download:after {
        height: 11px
    }
}

.s-marketing-cta.s-white .s-btn-cta-text,
.s-marketing-cta.s-btn-white .s-btn-cta-text,
.s-bg-dark-gray .s-marketing-cta .s-btn-cta-text,
.s-bg-black .s-marketing-cta .s-btn-cta-text {
    color: #fff;
    border-color: #fff
}

.s-marketing-cta.s-white .s-btn-cta-text:before,
.s-marketing-cta.s-btn-white .s-btn-cta-text:before,
.s-bg-dark-gray .s-marketing-cta .s-btn-cta-text:before,
.s-bg-black .s-marketing-cta .s-btn-cta-text:before {
    background-color: #fff
}

.s-marketing-cta.s-white .s-btn-cta-text:after,
.s-marketing-cta.s-btn-white .s-btn-cta-text:after,
.s-bg-dark-gray .s-marketing-cta .s-btn-cta-text:after,
.s-bg-black .s-marketing-cta .s-btn-cta-text:after {
    background-image: url("../../../../../../../etc.clientlibs/samsung/clientlibs/us/usglobal/clientlib-dependencies/resources/imgs/svg-btn-arw-right-white.svg")
}

.s-marketing-cta.s-white .s-btn-cta-text.s-ico-new-window:after,
.s-marketing-cta.s-btn-white .s-btn-cta-text.s-ico-new-window:after,
.s-bg-dark-gray .s-marketing-cta .s-btn-cta-text.s-ico-new-window:after,
.s-bg-black .s-marketing-cta .s-btn-cta-text.s-ico-new-window:after {
    background-image: url("../../../../../../../etc.clientlibs/samsung/clientlibs/us/usglobal/clientlib-dependencies/resources/imgs/newwindow.svg")
}

.s-marketing-cta.s-white .s-btn-cta-text.s-ico-download:after,
.s-marketing-cta.s-btn-white .s-btn-cta-text.s-ico-download:after,
.s-bg-dark-gray .s-marketing-cta .s-btn-cta-text.s-ico-download:after,
.s-bg-black .s-marketing-cta .s-btn-cta-text.s-ico-download:after {
    background-image: url("../../../../../../../etc.clientlibs/samsung/clientlibs/us/usglobal/clientlib-dependencies/resources/imgs/svg-download-white.svg")
}

.s-marketing-close {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1100;
    width: 119.46667px;
    width: 15.55556vw;
    height: 119.46667px;
    height: 15.55556vw;
    font-size: 0
}

@media (max-width: 360px) {
    .s-marketing-close {
        width: 56px;
        width: 15.55556vw
    }
}

@media (max-width: 360px) {
    .s-marketing-close {
        height: 56px;
        height: 15.55556vw
    }
}

.s-marketing-close span {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    background-image: url("../../../../../../../etc.clientlibs/samsung/clientlibs/us/usglobal/clientlib-dependencies/resources/imgs/marketing-layer_close.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    font-size: 0
}

.no-svg .s-btn-encased.s-ico-new-window:after {
    background-image: url("../../../../../../../etc.clientlibs/samsung/clientlibs/us/usglobal/clientlib-dependencies/resources/imgs/newwindow-ie8.png");
    background-position: -13px 0
}

.no-svg .s-btn-encased.s-ico-new-window:hover:after,
.no-svg .s-btn-encased.s-ico-new-window:focus:after {
    background-position: 0 0
}

.no-svg .s-btn-encased.s-white.s-ico-new-window:after {
    background-image: url("../../../../../../../etc.clientlibs/samsung/clientlibs/us/usglobal/clientlib-dependencies/resources/imgs/newwindow-ie8.png");
    background-position: 0 0
}

.no-svg .s-btn-encased.s-white.s-ico-new-window:hover:after,
.no-svg .s-btn-encased.s-white.s-ico-new-window:focus:after {
    background-image: url("../../../../../../../etc.clientlibs/samsung/clientlibs/us/usglobal/clientlib-dependencies/resources/imgs/newwindow-ie8.png");
    background-position: -13px 0
}

.no-svg .s-btn-text:after {
    background-image: url("../../../../../../../etc.clientlibs/samsung/clientlibs/us/usglobal/clientlib-dependencies/resources/imgs/sp-common-ie8.png");
    background-size: 200px 110px;
    background-position: 0 0
}

.no-svg .s-btn-text-disabled:after {
    background-position: -36px -10px
}

.no-svg .s-btn-text.s-ico-down:after {
    background-image: url("../../../../../../../etc.clientlibs/samsung/clientlibs/us/usglobal/clientlib-dependencies/resources/imgs/sp-common-ie8.png");
    background-position: -36px 0
}

.no-svg .s-btn-text.s-ico-down-disabled:after {
    background-position: 0 -13px
}

.no-svg .s-btn-text.s-ico-up:after {
    background-image: url("../../../../../../../etc.clientlibs/samsung/clientlibs/us/usglobal/clientlib-dependencies/resources/imgs/sp-common-ie8.png");
    background-position: -66px 0
}

.no-svg .s-btn-text.s-ico-up-disabled:after {
    background-position: -15px -13px
}

.no-svg .s-btn-text.s-ico-new-window:after {
    background-image: url("../../../../../../../etc.clientlibs/samsung/clientlibs/us/usglobal/clientlib-dependencies/resources/imgs/newwindow-ie8.png");
    background-position: -13px 0
}

.no-svg .s-btn-text.s-white.s-ico-new-window:after {
    background-image: url("../../../../../../../etc.clientlibs/samsung/clientlibs/us/usglobal/clientlib-dependencies/resources/imgs/newwindow-ie8.png");
    background-position: 0 0
}

.no-svg .s-white:after {
    background-image: url("../../../../../../../etc.clientlibs/samsung/clientlibs/us/usglobal/clientlib-dependencies/resources/imgs/sp-common-ie8.png");
    background-position: -9px 0
}

.no-svg .s-white .s-btn-text.s-ico-down:after,
.no-svg .s-btn-text.s-ico-down.s-white:after {
    background-image: url("../../../../../../../etc.clientlibs/samsung/clientlibs/us/usglobal/clientlib-dependencies/resources/imgs/sp-common-ie8.png");
    background-position: -51px 0
}

.no-svg .s-white .s-btn-text.s-ico-up:after,
.no-svg .s-btn-text.s-ico-up.s-white:after {
    background-image: url("../../../../../../../etc.clientlibs/samsung/clientlibs/us/usglobal/clientlib-dependencies/resources/imgs/sp-common-ie8.png");
    background-position: -81px 0
}

@media screen and (max-width: 1279px) and (max-width: 1024px) {

    .s-btn-encased,
    .s-btn-text,
    .s-btn-play span {
        font-size: 12px;
        font-size: 1.17188vw
    }
}

@media screen and (max-width: 1279px) and (max-width: 1024px) {
    .s-btn-encased.s-ico-new-window:after {
        width: 10px;
        width: .97656vw
    }
}

@media screen and (max-width: 1279px) and (max-width: 1024px) {
    .s-btn-encased.s-ico-new-window:after {
        height: 10px;
        height: .97656vw
    }
}

@media screen and (max-width: 1279px) and (max-width: 1024px) {
    .s-btn-encased.s-ico-new-window:after {
        margin-top: -4px;
        margin-top: -.39062vw
    }
}

@media screen and (max-width: 1279px) and (max-width: 1024px) {
    .s-btn-text.s-ico-new-window:after {
        width: 10px;
        width: .97656vw
    }
}

@media screen and (max-width: 1279px) and (max-width: 1024px) {
    .s-btn-text.s-ico-new-window:after {
        height: 10px;
        height: .97656vw
    }
}

@media screen and (max-width: 1279px) and (max-width: 1024px) {
    .s-btn-text.s-ico-new-window:after {
        margin: -2px 0px 0px;
        margin: -.19531vw 0vw 0vw
    }
}

@media screen and (max-width: 1279px) and (max-width: 1024px) {
    .s-btn-text.s-ico-new-window:after {
        margin-left: 6px;
        margin-left: .58594vw
    }
}

@media screen and (max-width: 1279px) and (max-width: 1024px) {
    .s-marketing-cta .s-ico-new-window:after {
        width: 10px;
        width: .97656vw
    }
}

@media screen and (max-width: 1279px) and (max-width: 1024px) {
    .s-marketing-cta .s-ico-new-window:after {
        height: 10px;
        height: .97656vw
    }
}

@media screen and (max-width: 1279px) {

    .s-marketing-cta .s-btn-base,
    .s-marketing-cta .s-btn-cta {
        font-size: 12px;
        font-size: 1.17188vw
    }

    html[lang^="th"] .s-marketing-cta .s-btn-base,
    html[lang^="th"] .s-marketing-cta .s-btn-cta {
        font-size: 16.2px;
        font-size: 1.58203vw
    }
}

@media screen and (max-width: 1279px) and (max-width: 1024px) {
    .s-marketing-cta .s-btn-cta.s-ico-new-window:after {
        margin-top: -5px;
        margin-top: -.48828vw
    }
}

@media screen and (max-width: 1279px) and (max-width: 1024px) {
    .s-marketing-cta .s-btn-cta.s-ico-new-window:after {
        right: 25px;
        right: 2.44141vw
    }
}

@media (max-width: 1024px) and (max-width: 1024px) {
    .s-btn-text:after {
        width: 8px;
        width: .78125vw
    }
}

@media (max-width: 1024px) and (max-width: 1024px) {
    .s-btn-text:after {
        height: 13px;
        height: 1.26953vw
    }
}

@media (max-width: 1024px) and (max-width: 1024px) {

    .s-btn-text.s-ico-down:after,
    .s-btn-text.s-ico-up:after {
        width: 13px;
        width: 1.26953vw
    }
}

@media (max-width: 1024px) and (max-width: 1024px) {

    .s-btn-text.s-ico-down:after,
    .s-btn-text.s-ico-up:after {
        height: 8px;
        height: .78125vw
    }
}

@media screen and (max-width: 768px) {
    .s-btn-encased {
        padding: 27.73333px 55.46667px 25.6px;
        padding: 3.61111vw 7.22222vw 3.33333vw;
        font-size: 25.6px;
        font-size: 3.33333vw
    }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
    .s-btn-encased {
        padding: 13px 26px 12px;
        padding: 3.61111vw 7.22222vw 3.33333vw
    }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
    .s-btn-encased {
        font-size: 12px;
        font-size: 3.33333vw
    }
}

@media screen and (max-width: 768px) {
    .s-btn-encased.s-ico-new-window {
        padding-right: 89.6px;
        padding-right: 11.66667vw
    }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
    .s-btn-encased.s-ico-new-window {
        padding-right: 42px;
        padding-right: 11.66667vw
    }
}

@media screen and (max-width: 768px) {
    .s-btn-encased.s-ico-new-window:after {
        width: 23.46667px;
        width: 3.05556vw;
        height: 23.46667px;
        height: 3.05556vw;
        margin-top: -10.66667px;
        margin-top: -1.38889vw;
        right: 55.46667px;
        right: 7.22222vw
    }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
    .s-btn-encased.s-ico-new-window:after {
        width: 11px;
        width: 3.05556vw
    }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
    .s-btn-encased.s-ico-new-window:after {
        height: 11px;
        height: 3.05556vw
    }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
    .s-btn-encased.s-ico-new-window:after {
        margin-top: -5px;
        margin-top: -1.38889vw
    }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
    .s-btn-encased.s-ico-new-window:after {
        right: 26px;
        right: 7.22222vw
    }
}

@media screen and (max-width: 768px) {
    .s-btn-encased.s-mo-full {
        display: block;
        padding-left: 0;
        padding-right: 0;
        text-align: center
    }

    .s-btn-encased.s-mo-full.s-ico-new-window {
        padding-right: 0
    }

    .s-btn-encased.s-mo-full.s-ico-new-window:after {
        position: static;
        display: inline-block;
        vertical-align: middle;
        margin-top: -4.26667px;
        margin-top: -.55556vw;
        margin-left: 10.66667px;
        margin-left: 1.38889vw;
        width: 23.46667px;
        width: 3.05556vw;
        height: 23.46667px;
        height: 3.05556vw
    }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
    .s-btn-encased.s-mo-full.s-ico-new-window:after {
        margin-top: -2px;
        margin-top: -.55556vw
    }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
    .s-btn-encased.s-mo-full.s-ico-new-window:after {
        margin-left: 5px;
        margin-left: 1.38889vw
    }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
    .s-btn-encased.s-mo-full.s-ico-new-window:after {
        width: 11px;
        width: 3.05556vw
    }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
    .s-btn-encased.s-mo-full.s-ico-new-window:after {
        height: 11px;
        height: 3.05556vw
    }
}

@media screen and (max-width: 768px) {
    .s-btn-text {
        font-size: 25.6px;
        font-size: 3.33333vw
    }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
    .s-btn-text {
        font-size: 12px;
        font-size: 3.33333vw
    }
}

@media screen and (max-width: 768px) {
    .s-btn-text:after {
        margin-top: -1px;
        width: 17.06667px;
        width: 2.22222vw;
        height: 27.73333px;
        height: 3.61111vw
    }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
    .s-btn-text:after {
        width: 8px;
        width: 2.22222vw
    }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
    .s-btn-text:after {
        height: 13px;
        height: 3.61111vw
    }
}

@media screen and (max-width: 768px) {

    .s-btn-text.s-ico-down:after,
    .s-btn-text.s-ico-up:after {
        width: 27.73333px;
        width: 3.61111vw;
        height: 17.06667px;
        height: 2.22222vw
    }
}

@media screen and (max-width: 768px) and (max-width: 360px) {

    .s-btn-text.s-ico-down:after,
    .s-btn-text.s-ico-up:after {
        width: 13px;
        width: 3.61111vw
    }
}

@media screen and (max-width: 768px) and (max-width: 360px) {

    .s-btn-text.s-ico-down:after,
    .s-btn-text.s-ico-up:after {
        height: 8px;
        height: 2.22222vw
    }
}

@media screen and (max-width: 768px) {
    .s-btn-text.s-ico-new-window:after {
        width: 23.46667px;
        width: 3.05556vw;
        height: 23.46667px;
        height: 3.05556vw;
        margin-top: -2.13333px;
        margin-top: -.27778vw;
        margin-left: 10.66667px;
        margin-left: 1.38889vw
    }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
    .s-btn-text.s-ico-new-window:after {
        width: 11px;
        width: 3.05556vw
    }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
    .s-btn-text.s-ico-new-window:after {
        height: 11px;
        height: 3.05556vw
    }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
    .s-btn-text.s-ico-new-window:after {
        margin-top: -1px;
        margin-top: -.27778vw
    }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
    .s-btn-text.s-ico-new-window:after {
        margin-left: 5px;
        margin-left: 1.38889vw
    }
}

@media screen and (max-width: 768px) {
    .s-btn-play {
        padding: 19.2px 21.33333px;
        padding: 2.5vw 2.77778vw;
        padding-right: 59.73333px;
        padding-right: 7.77778vw
    }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
    .s-btn-play {
        padding: 9px 10px;
        padding: 2.5vw 2.77778vw
    }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
    .s-btn-play {
        padding-right: 28px;
        padding-right: 7.77778vw
    }
}

@media screen and (max-width: 768px) {
    .s-btn-play span {
        font-size: 25.6px;
        font-size: 3.33333vw
    }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
    .s-btn-play span {
        font-size: 12px;
        font-size: 3.33333vw
    }
}

@media screen and (max-width: 768px) {
    .s-btn-play .s-btn-img {
        width: 46.93333px;
        width: 6.11111vw;
        height: 46.93333px;
        height: 6.11111vw;
        margin-right: 21.33333px;
        margin-right: 2.77778vw
    }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
    .s-btn-play .s-btn-img {
        width: 22px;
        width: 6.11111vw
    }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
    .s-btn-play .s-btn-img {
        height: 22px;
        height: 6.11111vw
    }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
    .s-btn-play .s-btn-img {
        margin-right: 10px;
        margin-right: 2.77778vw
    }
}

@media screen and (max-width: 768px) {
    .s-marketing-cta {
        margin-top: 29.86667px;
        margin-top: 3.88889vw
    }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
    .s-marketing-cta {
        margin-top: 14px;
        margin-top: 3.88889vw
    }
}

@media screen and (max-width: 768px) {

    .s-marketing-cta .s-btn-base,
    .s-marketing-cta .s-btn-cta {
        font-size: 25.6px;
        font-size: 3.33333vw;
        padding: 27.73333px 64px;
        padding: 3.61111vw 8.33333vw;
        -webkit-border-radius: 42px;
        border-radius: 42px;
        letter-spacing: .133em
    }

    html[lang^="th"] .s-marketing-cta .s-btn-base,
    html[lang^="th"] .s-marketing-cta .s-btn-cta {
        font-size: 34.56px;
        font-size: 4.5vw
    }
}

@media screen and (max-width: 768px) and (max-width: 360px) {

    .s-marketing-cta .s-btn-base,
    .s-marketing-cta .s-btn-cta {
        font-size: 12px;
        font-size: 3.33333vw
    }

    html[lang^="th"] .s-marketing-cta .s-btn-base,
    html[lang^="th"] .s-marketing-cta .s-btn-cta {
        font-size: 16.2px;
        font-size: 4.5vw
    }
}

@media screen and (max-width: 768px) and (max-width: 360px) {

    .s-marketing-cta .s-btn-base,
    .s-marketing-cta .s-btn-cta {
        padding: 13px 30px;
        padding: 3.61111vw 8.33333vw
    }
}

@media screen and (max-width: 768px) {
    .s-marketing-cta .s-btn-cta.s-ico-new-window {
        padding-right: 89.6px;
        padding-right: 11.66667vw
    }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
    .s-marketing-cta .s-btn-cta.s-ico-new-window {
        padding-right: 42px;
        padding-right: 11.66667vw
    }
}

@media screen and (max-width: 768px) {
    .s-marketing-cta .s-btn-cta.s-ico-new-window:after {
        margin-top: -10.66667px;
        margin-top: -1.38889vw;
        right: 55.46667px;
        right: 7.22222vw;
        width: 23.46667px;
        width: 3.05556vw;
        height: 23.46667px;
        height: 3.05556vw
    }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
    .s-marketing-cta .s-btn-cta.s-ico-new-window:after {
        margin-top: -5px;
        margin-top: -1.38889vw
    }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
    .s-marketing-cta .s-btn-cta.s-ico-new-window:after {
        right: 26px;
        right: 7.22222vw
    }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
    .s-marketing-cta .s-btn-cta.s-ico-new-window:after {
        width: 11px;
        width: 3.05556vw
    }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
    .s-marketing-cta .s-btn-cta.s-ico-new-window:after {
        height: 11px;
        height: 3.05556vw
    }
}

@media screen and (max-width: 768px) {
    .s-marketing-cta .s-btn-cta.s-ico-download:after {
        top: -2.13333px;
        top: -.27778vw;
        margin-left: 10.66667px;
        margin-left: 1.38889vw;
        width: 23.46667px;
        width: 3.05556vw;
        height: 25.6px;
        height: 3.33333vw
    }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
    .s-marketing-cta .s-btn-cta.s-ico-download:after {
        top: -1px;
        top: -.27778vw
    }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
    .s-marketing-cta .s-btn-cta.s-ico-download:after {
        margin-left: 5px;
        margin-left: 1.38889vw
    }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
    .s-marketing-cta .s-btn-cta.s-ico-download:after {
        width: 11px;
        width: 3.05556vw
    }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
    .s-marketing-cta .s-btn-cta.s-ico-download:after {
        height: 12px;
        height: 3.33333vw
    }
}

@media screen and (max-width: 768px) {
    .s-marketing-cta .s-btn-cta-text {
        font-size: 25.6px;
        font-size: 3.33333vw
    }

    html[lang^="th"] .s-marketing-cta .s-btn-cta-text {
        font-size: 34.56px;
        font-size: 4.5vw
    }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
    .s-marketing-cta .s-btn-cta-text {
        font-size: 12px;
        font-size: 3.33333vw
    }

    html[lang^="th"] .s-marketing-cta .s-btn-cta-text {
        font-size: 16.2px;
        font-size: 4.5vw
    }
}

@media screen and (max-width: 768px) {
    .s-marketing-cta .s-btn-cta-text:after {
        margin-left: 10.66667px;
        margin-left: 1.38889vw;
        width: 17.06667px;
        width: 2.22222vw;
        height: 27.73333px;
        height: 3.61111vw
    }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
    .s-marketing-cta .s-btn-cta-text:after {
        margin-left: 5px;
        margin-left: 1.38889vw
    }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
    .s-marketing-cta .s-btn-cta-text:after {
        width: 8px;
        width: 2.22222vw
    }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
    .s-marketing-cta .s-btn-cta-text:after {
        height: 13px;
        height: 3.61111vw
    }
}

@media screen and (max-width: 768px) {

    .s-marketing-cta .s-btn-cta-text.s-ico-new-window:after,
    .s-marketing-cta .s-btn-cta-text.s-ico-download:after {
        margin-top: -6.4px;
        margin-top: -.83333vw;
        width: 23.46667px;
        width: 3.05556vw;
        height: 23.46667px;
        height: 3.05556vw
    }
}

@media screen and (max-width: 768px) and (max-width: 360px) {

    .s-marketing-cta .s-btn-cta-text.s-ico-new-window:after,
    .s-marketing-cta .s-btn-cta-text.s-ico-download:after {
        margin-top: -3px;
        margin-top: -.83333vw
    }
}

@media screen and (max-width: 768px) and (max-width: 360px) {

    .s-marketing-cta .s-btn-cta-text.s-ico-new-window:after,
    .s-marketing-cta .s-btn-cta-text.s-ico-download:after {
        width: 11px;
        width: 3.05556vw
    }
}

@media screen and (max-width: 768px) and (max-width: 360px) {

    .s-marketing-cta .s-btn-cta-text.s-ico-new-window:after,
    .s-marketing-cta .s-btn-cta-text.s-ico-download:after {
        height: 11px;
        height: 3.05556vw
    }
}

@media screen and (max-width: 768px) {
    .s-marketing-cta .s-btn-cta-text.s-ico-download:after {
        margin-left: 10.66667px;
        margin-left: 1.38889vw
    }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
    .s-marketing-cta .s-btn-cta-text.s-ico-download:after {
        margin-left: 5px;
        margin-left: 1.38889vw
    }
}

@media screen and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {

    _:-webkit-full-screen .s-btn-base,
    _:-webkit-full-screen .s-btn-cta,
    :root .s-marketing-cta .s-btn-base,
    :root .s-marketing-cta .s-btn-cta {
        padding-top: 29.86667px;
        padding-top: 3.88889vw;
        padding-bottom: 25.6px;
        padding-bottom: 3.33333vw
    }
}

@media screen and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2) and (max-width: 360px) {

    _:-webkit-full-screen .s-btn-base,
    _:-webkit-full-screen .s-btn-cta,
    :root .s-marketing-cta .s-btn-base,
    :root .s-marketing-cta .s-btn-cta {
        padding-top: 14px;
        padding-top: 3.88889vw
    }
}

@media screen and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2) and (max-width: 360px) {

    _:-webkit-full-screen .s-btn-base,
    _:-webkit-full-screen .s-btn-cta,
    :root .s-marketing-cta .s-btn-base,
    :root .s-marketing-cta .s-btn-cta {
        padding-bottom: 12px;
        padding-bottom: 3.33333vw
    }
}

@media screen and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {

    _:-webkit-full-screen .s-btn-cta-text.s-ico-new-window _:-webkit-full-screen .s-btn-cta-text.s-ico-download:after,
    :root .s-marketing-cta .s-btn-cta-text.s-ico-new-window _:-webkit-full-screen .s-btn-cta-text.s-ico-download:after,
    _:-webkit-full-screen .s-btn-cta-text.s-ico-new-window :root .s-marketing-cta .s-btn-cta-text.s-ico-download:after,
    :root .s-marketing-cta .s-btn-cta-text.s-ico-new-window :root .s-marketing-cta .s-btn-cta-text.s-ico-download:after {
        margin-top: -14.93333px;
        margin-top: -1.94444vw
    }
}

@media screen and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2) and (max-width: 360px) {

    _:-webkit-full-screen .s-btn-cta-text.s-ico-new-window _:-webkit-full-screen .s-btn-cta-text.s-ico-download:after,
    :root .s-marketing-cta .s-btn-cta-text.s-ico-new-window _:-webkit-full-screen .s-btn-cta-text.s-ico-download:after,
    _:-webkit-full-screen .s-btn-cta-text.s-ico-new-window :root .s-marketing-cta .s-btn-cta-text.s-ico-download:after,
    :root .s-marketing-cta .s-btn-cta-text.s-ico-new-window :root .s-marketing-cta .s-btn-cta-text.s-ico-download:after {
        margin-top: -7px;
        margin-top: -1.94444vw
    }
}

.touch-device .s-btn-encased.s-ico-new-window:after {
    -webkit-transition: none;
    transition: none
}

.s-slick .slick-slider {
    position: relative;
    display: block;
    -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
}

.s-slick .slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0
}

.s-slick .slick-list:focus {
    outline: none
}

.s-slick .slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.s-slick .slick-list .slick-track,
.s-slick .slick-list .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.s-slick .slick-list .slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block
}

.s-slick .slick-list .slick-track:before,
.s-slick .slick-list .slick-track:after {
    display: table;
    content: ''
}

.s-slick .slick-list .slick-track:after {
    clear: both
}

.s-slick .slick-loading .slick-track {
    visibility: hidden
}

.s-slick .slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
    vertical-align: top
}

.s-slick .slick-slide img {
    width: 100%;
    height: auto
}

.s-slick .slick-slide.slick-loading img {
    display: none
}

.s-slick .slick-slide.dragging img {
    pointer-events: none
}

.s-slick.slick-initialized .slick-slide {
    display: block
}

.s-slick.slick-loading .slick-slide {
    visibility: hidden
}

.s-slick.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.s-slick .slick-arrow {
    overflow: hidden;
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 2;
    width: 70px;
    width: 4.86111vw;
    height: 160px;
    height: 11.11111vw;
    margin: auto;
    border-width: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: transparent;
    background-color: #363636;
    background-color: rgba(54, 54, 54, 0.7);
    -webkit-transition: .08s background-color ease-in;
    transition: .08s background-color ease-in;
    font-size: 0;
    line-height: 0
}

@media (min-width: 1440px) {
    .s-slick .slick-arrow {
        width: 70px
    }
}

@media (min-width: 1440px) {
    .s-slick .slick-arrow {
        height: 160px
    }
}

.s-slick .slick-arrow:after {
    display: block;
    position: relative;
    top: 0;
    left: 0;
    width: 24px;
    width: 1.66667vw;
    height: 44px;
    height: 3.05556vw;
    margin: 0 auto;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    content: ''
}

@media (min-width: 1440px) {
    .s-slick .slick-arrow:after {
        width: 24px
    }
}

@media (min-width: 1440px) {
    .s-slick .slick-arrow:after {
        height: 44px
    }
}

.s-slick .slick-arrow:hover,
.s-slick .slick-arrow:focus {
    background-color: #222425
}

.s-slick .slick-arrow.slick-disabled,
.s-slick .slick-arrow.slick-hidden {
    display: none !important
}

.s-slick .slick-prev {
    left: 0;
    padding-right: 3px;
    -webkit-border-radius: 0 5px 5px 0;
    border-radius: 0 5px 5px 0
}

.s-slick .slick-prev:after {
    background-image: url(../../../../../../../etc.clientlibs/samsung/clientlibs/us/usglobal/clientlib-dependencies/resources/imgs/slick-carousel-left.png)
}

.s-slick .slick-next {
    right: 0;
    padding-left: 3px;
    -webkit-border-radius: 5px 0 0 5px;
    border-radius: 5px 0 0 5px
}

.s-slick .slick-next:after {
    background-image: url(../../../../../../../etc.clientlibs/samsung/clientlibs/us/usglobal/clientlib-dependencies/resources/imgs/slick-carousel-right.png)
}

.s-slick .slick-dots {
    position: absolute;
    bottom: 48px;
    bottom: 3.33333vw;
    width: 100%;
    text-align: center;
    line-height: 0
}

@media (min-width: 1440px) {
    .s-slick .slick-dots {
        bottom: 48px
    }
}

.s-slick .slick-dots li {
    display: inline-block;
    position: relative;
    margin: 0 3px;
    line-height: 0;
    text-align: center
}

.s-slick .slick-dots li button {
    display: inline-block;
    overflow: hidden;
    width: 8px;
    height: 8px;
    color: transparent;
    border: 1px solid #363636;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    font-size: 1px;
    line-height: 1px;
    vertical-align: top
}

.s-slick .slick-dots li.slick-active button,
.s-slick .slick-dots li button:hover,
.s-slick .slick-dots li button:focus {
    border: 0;
    background-color: #363636
}

@media screen and (max-width: 768px) {
    .s-slick .slick-dots {
        bottom: 68.26667px;
        bottom: 8.88889vw
    }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
    .s-slick .slick-dots {
        bottom: 32px;
        bottom: 8.88889vw
    }
}

@media screen and (max-width: 768px) {
    .s-slick .slick-dots li {
        margin: 0 3px 0 4px
    }
}

.s-video-area {
    display: none;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    z-index: 100
}

.s-video-area:before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    content: ''
}

.s-video-area iframe,
.s-video-area object {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    border: 0
}

.s-video-area .s-video-wrap,
.s-video-area .s-video-container {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0
}

.s-video-area .s-video-container {
    z-index: 10
}

.s-video-area .s-video-container>div {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    height: 100%
}

.s-media-close {
    overflow: hidden;
    position: absolute;
    top: 30px;
    right: 30px;
    z-index: 100;
    width: 28px;
    height: 28px;
    background: url(../../../../../../../etc.clientlibs/samsung/clientlibs/us/usglobal/clientlib-dependencies/resources/imgs/btn-close-white.png) no-repeat 50% 50%;
    font-size: 0;
    line-height: 99px;
    cursor: pointer
}

.s-media-close.s-black {
    background: url(../../../../../../../etc.clientlibs/samsung/clientlibs/us/usglobal/clientlib-dependencies/resources/imgs/btn-close-black.png) no-repeat 50% 50%
}

.video-open #wrap {
    overflow-x: hidden
}

.mp4-video {
    position: relative
}

.s-mp4-video-play {
    overflow: hidden;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100px;
    height: 100px;
    width: 9.86111vw;
    height: 9.86111vw;
    margin: auto;
    text-indent: -999px;
    background: url(../../../../../../../etc.clientlibs/samsung/clientlibs/us/usglobal/clientlib-dependencies/resources/imgs/btn-play-big.png) no-repeat;
    background-size: 100%
}

.bc-cplayer-container .bc-cplayer-control {
    background-image: url(../../../../../../../etc.clientlibs/samsung/clientlibs/us/usglobal/clientlib-dependencies/resources/imgs/brightcove-bg-panel.gif)
}

.bc-cplayer-container .bc-cplayer-control .rewind {
    background-image: url(../../../../../../../etc.clientlibs/samsung/clientlibs/us/usglobal/clientlib-dependencies/resources/imgs/brightcove-btn-rewind.gif)
}

.bc-cplayer-container .bc-cplayer-control .play {
    background-image: url(../../../../../../../etc.clientlibs/samsung/clientlibs/us/usglobal/clientlib-dependencies/resources/imgs/brightcove-btn-play.gif)
}

.bc-cplayer-container .bc-cplayer-control .pause {
    background-image: url(../../../../../../../etc.clientlibs/samsung/clientlibs/us/usglobal/clientlib-dependencies/resources/imgs/brightcove-btn-pause.gif)
}

.bc-cplayer-container .bc-cplayer-control .forward {
    background-image: url(../../../../../../../etc.clientlibs/samsung/clientlibs/us/usglobal/clientlib-dependencies/resources/imgs/brightcove-btn-forward.gif)
}

.bc-cplayer-container .bc-cplayer-control .mute {
    background-image: url(../../../../../../../etc.clientlibs/samsung/clientlibs/us/usglobal/clientlib-dependencies/resources/imgs/brightcove-btn-volon.gif)
}

.bc-cplayer-container .bc-cplayer-control .volume-down {
    background-image: url(../../../../../../../etc.clientlibs/samsung/clientlibs/us/usglobal/clientlib-dependencies/resources/imgs/brightcove-btn-voldown.gif)
}

.bc-cplayer-container .bc-cplayer-control .volume-up {
    background-image: url(../../../../../../../etc.clientlibs/samsung/clientlibs/us/usglobal/clientlib-dependencies/resources/imgs/brightcove-btn-volup.gif)
}

.bc-cplayer-container .bc-cplayer-control .muted {
    background-image: url(../../../../../../../etc.clientlibs/samsung/clientlibs/us/usglobal/clientlib-dependencies/resources/imgs/brightcove-btn-volmute.gif)
}

.bc-cplayer-container .bc-cplayer-control .rightPanel button.bc-cc {
    background-image: url(../../../../../../../etc.clientlibs/samsung/clientlibs/us/usglobal/clientlib-dependencies/resources/imgs/brightcove-btn-bc-cc.png)
}

.bc-cplayer-container .bc-cplayer-control .rightPanel button.bc-cc.over {
    background-image: url(../../../../../../../etc.clientlibs/samsung/clientlibs/us/usglobal/clientlib-dependencies/resources/imgs/brightcove-btn-bc-cc-over.png) !important
}

.bc-cplayer-container .bc-cplayer-control .rightPanel button.bc-cc.on {
    background-image: url(../../../../../../../etc.clientlibs/samsung/clientlibs/us/usglobal/clientlib-dependencies/resources/imgs/brightcove-btn-bc-cc-on.png) !important
}

.bc-cplayer-control-area {
    height: 100%
}

@media screen and (max-width: 768px) {
    .s-media-close {
        top: 34.13333px;
        top: 4.44444vw;
        right: 34.13333px;
        right: 4.44444vw;
        width: 25px;
        height: 25px;
        background: url(../../../../../../../etc.clientlibs/samsung/clientlibs/us/usglobal/clientlib-dependencies/resources/imgs/btn-close-white_x2.png) no-repeat 50% 50%;
        background-size: 100%
    }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
    .s-media-close {
        top: 16px;
        top: 4.44444vw
    }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
    .s-media-close {
        right: 16px;
        right: 4.44444vw
    }
}

@media screen and (max-width: 768px) {
    .s-media-close.s-black {
        background: url(../../../../../../../etc.clientlibs/samsung/clientlibs/us/usglobal/clientlib-dependencies/resources/imgs/btn-close-black_x2.png) no-repeat 50% 50%;
        background-size: 100%
    }

    .s-mp4-video-play {
        width: 84px;
        height: 84px
    }
}

.s-energy-label__txt {
    font-size: 13px;
    font-size: .90278vw;
    color: #363636;
    font-weight: bold;
    letter-spacing: .06em;
    text-transform: uppercase;
    vertical-align: top
}

@media (min-width: 1440px) {
    .s-energy-label__txt {
        font-size: 13px
    }
}

.s-energy-label__txt:hover,
.s-energy-label__txt:focus {
    text-decoration: underline
}

.s-energy-label__tag {
    display: inline-block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 40px;
    width: 2.77778vw;
    height: 20px;
    height: 1.38889vw;
    margin: -1px 0px 0px 7px;
    margin: -.06944vw 0vw 0vw .48611vw;
    background-repeat: no-repeat;
    vertical-align: top
}

@media (min-width: 1440px) {
    .s-energy-label__tag {
        width: 40px
    }
}

@media (min-width: 1440px) {
    .s-energy-label__tag {
        height: 20px
    }
}

@media (min-width: 1440px) {
    .s-energy-label__tag {
        margin: -1px 0px 0px 7px
    }
}

.s-energy-label__tag span {
    overflow: hidden;
    display: inline-block;
    width: 40px;
    width: 2.77778vw;
    height: 20px;
    height: 1.38889vw;
    background-repeat: no-repeat;
    background-size: cover;
    line-height: 99em;
    vertical-align: top
}

@media (min-width: 1440px) {
    .s-energy-label__tag span {
        width: 40px
    }
}

@media (min-width: 1440px) {
    .s-energy-label__tag span {
        height: 20px
    }
}

.s-energy-label__tag.s-first-level {
    background-image: url(../../../../../../../etc.clientlibs/samsung/clientlibs/us/usglobal/clientlib-dependencies/resources/imgs/svg-level-first.svg)
}

.s-energy-label__tag.s-second-level {
    background-image: url(../../../../../../../etc.clientlibs/samsung/clientlibs/us/usglobal/clientlib-dependencies/resources/imgs/svg-level-second.svg)
}

.s-energy-label__tag.s-third-level {
    background-image: url(../../../../../../../etc.clientlibs/samsung/clientlibs/us/usglobal/clientlib-dependencies/resources/imgs/svg-level-third.svg)
}

.s-energy-label__tag.s-fourth-level {
    background-image: url(../../../../../../../etc.clientlibs/samsung/clientlibs/us/usglobal/clientlib-dependencies/resources/imgs/svg-level-fourth.svg)
}

.s-energy-label__tag.s-fifth-level {
    background-image: url(../../../../../../../etc.clientlibs/samsung/clientlibs/us/usglobal/clientlib-dependencies/resources/imgs/svg-level-fifth.svg)
}

.s-energy-label__tag.s-sixth-level {
    background-image: url(../../../../../../../etc.clientlibs/samsung/clientlibs/us/usglobal/clientlib-dependencies/resources/imgs/svg-level-sixth.svg)
}

.s-energy-label__tag.s-seventh-level {
    background-image: url(../../../../../../../etc.clientlibs/samsung/clientlibs/us/usglobal/clientlib-dependencies/resources/imgs/svg-level-seventh.svg)
}

.s-energy-label__tag .s-grade-a {
    background-image: url(../../../../../../../etc.clientlibs/samsung/clientlibs/us/usglobal/clientlib-dependencies/resources/imgs/svg-level-a.svg)
}

.s-energy-label__tag .s-grade-a-plus {
    background-image: url(../../../../../../../etc.clientlibs/samsung/clientlibs/us/usglobal/clientlib-dependencies/resources/imgs/svg-level-a-plus.svg)
}

.s-energy-label__tag .s-grade-a-plus2 {
    background-image: url(../../../../../../../etc.clientlibs/samsung/clientlibs/us/usglobal/clientlib-dependencies/resources/imgs/svg-level-a-plus2.svg)
}

.s-energy-label__tag .s-grade-a-plus3 {
    background-image: url(../../../../../../../etc.clientlibs/samsung/clientlibs/us/usglobal/clientlib-dependencies/resources/imgs/svg-level-a-plus3.svg)
}

.s-energy-label__tag .s-grade-b {
    background-image: url(../../../../../../../etc.clientlibs/samsung/clientlibs/us/usglobal/clientlib-dependencies/resources/imgs/svg-level-b.svg)
}

.s-energy-label__tag .s-grade-c {
    background-image: url(../../../../../../../etc.clientlibs/samsung/clientlibs/us/usglobal/clientlib-dependencies/resources/imgs/svg-level-c.svg)
}

.s-energy-label__tag .s-grade-d {
    background-image: url(../../../../../../../etc.clientlibs/samsung/clientlibs/us/usglobal/clientlib-dependencies/resources/imgs/svg-level-d.svg)
}

.s-energy-label__tag .s-grade-e {
    background-image: url(../../../../../../../etc.clientlibs/samsung/clientlibs/us/usglobal/clientlib-dependencies/resources/imgs/svg-level-e.svg)
}

.s-energy-label__tag .s-grade-f {
    background-image: url(../../../../../../../etc.clientlibs/samsung/clientlibs/us/usglobal/clientlib-dependencies/resources/imgs/svg-level-f.svg)
}

.s-energy-label__tag .s-grade-g {
    background-image: url(../../../../../../../etc.clientlibs/samsung/clientlibs/us/usglobal/clientlib-dependencies/resources/imgs/svg-level-g.svg)
}

.no-svg .s-energy-label__tag.s-first-level,
.no-svg .s-energy-label__tag.s-second-level,
.no-svg .s-energy-label__tag.s-third-level,
.no-svg .s-energy-label__tag.s-fourth-level,
.no-svg .s-energy-label__tag.s-fifth-level,
.no-svg .s-energy-label__tag.s-sixth-level,
.no-svg .s-energy-label__tag.s-seventh-level,
.no-svg .s-energy-label__tag .s-grade-a,
.no-svg .s-energy-label__tag .s-grade-a-plus,
.no-svg .s-energy-label__tag .s-grade-a-plus2,
.no-svg .s-energy-label__tag .s-grade-a-plus3,
.no-svg .s-energy-label__tag .s-grade-b,
.no-svg .s-energy-label__tag .s-grade-c,
.no-svg .s-energy-label__tag .s-grade-d,
.no-svg .s-energy-label__tag .s-grade-e,
.no-svg .s-energy-label__tag .s-grade-f,
.no-svg .s-energy-label__tag .s-grade-g {
    background-image: url(../../../../../../../etc.clientlibs/samsung/clientlibs/us/usglobal/clientlib-dependencies/resources/imgs/sp-common-ie8.png);
    background-size: 400px auto
}

.no-svg .s-energy-label__tag.s-first-level {
    background-position: 0 -23px
}

.no-svg .s-energy-label__tag.s-second-level {
    background-position: 0 -45px
}

.no-svg .s-energy-label__tag.s-third-level {
    background-position: 0 -67px
}

.no-svg .s-energy-label__tag.s-fourth-level {
    background-position: 0 -89px
}

.no-svg .s-energy-label__tag.s-fifth-level {
    background-position: -42px -23px
}

.no-svg .s-energy-label__tag.s-sixth-level {
    background-position: -42px -45px
}

.no-svg .s-energy-label__tag.s-seventh-level {
    background-position: -42px -67px
}

.no-svg .s-energy-label__tag .s-grade-a {
    background-position: -84px -67px
}

.no-svg .s-energy-label__tag .s-grade-a-plus {
    background-position: -84px -45px
}

.no-svg .s-energy-label__tag .s-grade-a-plus2 {
    background-position: -84px -23px
}

.no-svg .s-energy-label__tag .s-grade-a-plus3 {
    background-position: -42px -89px
}

.no-svg .s-energy-label__tag .s-grade-b {
    background-position: -84px -89px
}

.no-svg .s-energy-label__tag .s-grade-c {
    background-position: -126px -23px
}

.no-svg .s-energy-label__tag .s-grade-d {
    background-position: -126px -23px
}

.no-svg .s-energy-label__tag .s-grade-e {
    background-position: -126px -67px
}

.no-svg .s-energy-label__tag .s-grade-f {
    background-position: -126px -89px
}

.no-svg .s-energy-label__tag .s-grade-g {
    background-position: -96px 0
}

@media screen and (max-width: 1279px) and (max-width: 1024px) {
    .s-energy-label__txt {
        font-size: 14px;
        font-size: 1.36719vw
    }
}

@media screen and (max-width: 1279px) and (max-width: 1024px) {
    .s-energy-label__tag {
        width: 40px;
        width: 3.90625vw
    }
}

@media screen and (max-width: 1279px) and (max-width: 1024px) {
    .s-energy-label__tag {
        height: 20px;
        height: 1.95312vw
    }
}

@media screen and (max-width: 1279px) and (max-width: 1024px) {
    .s-energy-label__tag {
        margin: -1px 0px 0px 7px;
        margin: -.09766vw 0vw 0vw .68359vw
    }
}

@media screen and (max-width: 1279px) and (max-width: 1024px) {
    .s-energy-label__tag span {
        width: 40px;
        width: 3.90625vw
    }
}

@media screen and (max-width: 1279px) and (max-width: 1024px) {
    .s-energy-label__tag span {
        height: 20px;
        height: 1.95312vw
    }
}

@media screen and (max-width: 768px) {
    .s-energy-label__txt {
        font-size: 21.33333px;
        font-size: 2.77778vw
    }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
    .s-energy-label__txt {
        font-size: 10px;
        font-size: 2.77778vw
    }
}

@media screen and (max-width: 768px) {
    .s-energy-label__tag {
        width: 68.26667px;
        width: 8.88889vw;
        height: 34.13333px;
        height: 4.44444vw;
        margin: -6.4px 0px 0px 8.53333px;
        margin: -.83333vw 0vw 0vw 1.11111vw
    }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
    .s-energy-label__tag {
        width: 32px;
        width: 8.88889vw
    }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
    .s-energy-label__tag {
        height: 16px;
        height: 4.44444vw
    }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
    .s-energy-label__tag {
        margin: -3px 0px 0px 4px;
        margin: -.83333vw 0vw 0vw 1.11111vw
    }
}

@media screen and (max-width: 768px) {
    .s-energy-label__tag span {
        width: 68.26667px;
        width: 8.88889vw;
        height: 34.13333px;
        height: 4.44444vw
    }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
    .s-energy-label__tag span {
        width: 32px;
        width: 8.88889vw
    }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
    .s-energy-label__tag span {
        height: 16px;
        height: 4.44444vw
    }
}

.s-layer-dimmed {
    position: fixed;
    top: 0;
    left: 0;
    background-color: #000;
    width: 100%;
    height: 100%;
    z-index: 1100;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=66);
    opacity: .66
}

.s-buffer-top {
    margin-top: 88px !important
}

.s-buffer-bottom {
    margin-bottom: 88px !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
}

.s-gotop-wrap {
    display: none;
    overflow: hidden;
    position: fixed;
    right: 32px;
    bottom: 20px;
    z-index: 1000;
    max-width: 1440px;
    text-align: right
}

.s-gotop-wrap.s-show {
    display: block
}

.s-gotop-wrap .s-btn-gotop {
    width: 58px;
    height: 58px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background: #363636;
    font-size: 0;
    opacity: .7
}

.s-gotop-wrap .s-btn-gotop:after {
    overflow: hidden;
    display: inline-block;
    width: 36px;
    height: 22px;
    margin: 18px auto;
    background: url("../../../../../../../etc.clientlibs/samsung/clientlibs/us/usglobal/clientlib-dependencies/resources/imgs/btn-gotop.png") no-repeat;
    background-size: 100%;
    content: ''
}

@media screen and (max-width: 768px) {
    .s-gotop-wrap {
        min-width: 320px;
        right: 34.13333px;
        right: 4.44444vw;
        bottom: 34.13333px;
        bottom: 4.44444vw;
        font-size: 0
    }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
    .s-gotop-wrap {
        right: 16px;
        right: 4.44444vw
    }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
    .s-gotop-wrap {
        bottom: 16px;
        bottom: 4.44444vw
    }
}

@media screen and (max-width: 768px) {
    .s-gotop-wrap .s-btn-gotop {
        width: 40px;
        height: 40px
    }

    .s-gotop-wrap .s-btn-gotop:after {
        width: 23px;
        height: 16px;
        margin: 9px auto
    }
}
#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%)
    }
}
 
@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
}
@media (min-width: 834px) {
    .feature-benefit-static .text-wrapper .title-text, .feature-benefit-rich .text-wrapper .title-text, .feature-benefit-interactive .text-wrapper .title-text, .feature-benefit-horizontal .text-wrapper .title-text {
        font-size: 76px;
        line-height: 115.78947%
    }
}

@media (min-width: 834px) and (max-width: 1440px) {
    .feature-benefit-static .text-wrapper .title-text, .feature-benefit-rich .text-wrapper .title-text, .feature-benefit-interactive .text-wrapper .title-text, .feature-benefit-horizontal .text-wrapper .title-text {
        font-size: 5.27778vw
    }
}

.feature-benefit .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
}

.feature-benefit .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
}

.feature-benefit .title-text sup {
    vertical-align: super;
    font-size: 28px;
    line-height: 1.3;
    top: -0.2em
}

@media (min-width: 769px) and (max-width: 1280px) {
    .feature-benefit .title-text sup {
        font-size: 1.94vw !important
    }
}

@media (max-width: 768px) {
    .feature-benefit .title-text sup {
        margin-left: 0;
        font-size: 14px !important;
        margin-top: -3%
    }
}

.feature-benefit .title-text sub {
    vertical-align: baseline;
    font-size: 28px;
    line-height: 28px;
    bottom: -0.2em
}

@media (min-width: 769px) and (max-width: 1280px) {
    .feature-benefit .title-text sub {
        font-size: 1.94vw;
        line-height: 1.94vw
    }
}

@media (max-width: 768px) {
    .feature-benefit .title-text sub {
        margin-left: 0;
        font-size: 14px;
        line-height: 14px;
        margin-bottom: -3%
    }
}

@media (max-width: 768px) {
    .feature-benefit .title-text {
        font-size: 32px !important
    }
}

.feature-benefit .title-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;
    line-height: 1
}

.feature-benefit .title-eyebrow.sky-blue {
    background: #0077C8;
    color: white
}

.feature-benefit .title-eyebrow.coral {
    background: #FF4337;
    color: white
}

.feature-benefit img {
    display: block
}

.feature-benefit-disclaimer {
    margin: 24px 2.22%
}

.feature-benefit-disclaimer.type-p1 p {
    text-align: left;
    font-weight: 400;
    font-style: italic;
    color: #636363
}

.feature-benefit-disclaimer.type-p1 p sup {
    font-size: 0.5em
}

.feature-benefit-disclaimer.type-p1 p sub {
    font-size: 0.5em
}

@media (min-width: 769px) {
    .feature-benefit-disclaimer.type-p1 p sup {
        font-size: 0.5em
    }

    .feature-benefit-disclaimer.type-p1 p sub {
        font-size: 0.5em
    }
}

.feature-benefit .cta-button {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 0;
    margin-right: auto;
    font-size: 11px;
    padding: 16px 38px 15px 38px
}

.feature-benefit .cta-button~.hyper-link, .feature-benefit .cta-button~.cta-button, .feature-benefit .cta-button~.feature-benefit__cta2 {
    margin-left: 30px
}

@media (max-width: 768px) {
    .feature-benefit .cta-button {
        margin: auto auto 10px
    }

    .feature-benefit .cta-button~.hyper-link, .feature-benefit .cta-button~.cta-button, .feature-benefit .cta-button~.feature-benefit__cta2 {
        margin-left: 15px
    }
}

.feature-benefit .cta-wrapper {
    margin-bottom: 18px
}

@media (min-width: 769px) {
    .feature-benefit .cta-wrapper {
        white-space: nowrap
    }
}

.feature-benefit .cta-hyperlink {
    display: inline-block;
    text-transform: uppercase
}

.feature-benefit .cta-hyperlink.cta-pullDown {
    display: block;
    padding-top: 25px
}

.feature-benefit .cta-hyperlink.cta-pullDown .feature-benefit__cta2.hasArrow::after {
    font-family: 'SamsungSharpGraphic';
    content: '\e902';
    font-size: 10px;
    position: relative;
    right: -5px;
    top: 0px
}

@media screen and (max-width: 767px) {
    .feature-benefit__cta2 {
        font-size: 12px
    }
}

@media (max-width: 500px) {
    .feature-benefit .cta-hyperlink {
        display: block;
        margin-top: 16px
    }

    .feature-benefit .cta-hyperlink.cta-pullDown {
        display: block;
        margin-top: 0px
    }
}

.feature-benefit .hyper-link {
    position: relative;
    color: #000;
    font-weight: 700;
    font-size: 11px;
    text-decoration: none;
    display: inline-block;
    vertical-align: middle;
    border-bottom: 1px solid #000;
    text-transform: uppercase;
    letter-spacing: 1.7px;
    line-height: 1.5
}

.feature-benefit .hyper-link~.hyper-link, .feature-benefit .hyper-link~.cta-button, .feature-benefit .hyper-link~.feature-benefit__cta2 {
    margin-left: 30px
}

@media (max-width: 768px) {
    .feature-benefit .hyper-link {
        margin: auto auto 10px
    }

    .feature-benefit .hyper-link~.hyper-link, .feature-benefit .hyper-link~.cta-button, .feature-benefit .hyper-link~.feature-benefit__cta2 {
        margin-left: 15px
    }
}

.feature-benefit .hyper-link:hover {
    color: #1428A0
}

.feature-benefit .dark-theme .hyper-link {
    color: white;
    line-height: 1.5;
    margin-right: 5px;
    border-bottom: 1px solid white
}

.feature-benefit .dark-theme .feature-benefit__cta2 {
    border-bottom: 1px solid white
}

.feature-benefit__cta2 {
    position: relative;
    color: #000;
    font-weight: 700;
    font-size: 11px;
    text-decoration: none;
    display: inline-block;
    line-height: 1.5;
    vertical-align: middle;
    border-bottom: 1px solid #000;
    letter-spacing: 1.7px
}

.feature-benefit__cta2:hover {
    color: #1428A0
}

.feature-benefit__cta2.hasArrow::after {
    font-family: 'SamsungSharpGraphic';
    content: '\e902';
    font-size: 10px;
    position: absolute;
    right: -14px;
    top: 2px
}

.feature-benefit .container-wrapper.dark-theme {
    background-color: #000
}

.feature-benefit .container-wrapper.dark-theme .feature-benefit-disclaimer.type-p1 p {
    color: #fff
}

.feature-benefit .container-wrapper.dark-theme .feature-benefit-disclaimer.type-p1 p sup {
    font-size: 0.5em
}

.feature-benefit .container-wrapper.dark-theme .feature-benefit-disclaimer.type-p1 p sub {
    font-size: 0.5em
}

@media (min-width: 769px) {
    .feature-benefit .container-wrapper.dark-theme .feature-benefit-disclaimer.type-p1 p sup {
        font-size: 0.5em
    }

    .feature-benefit .container-wrapper.dark-theme .feature-benefit-disclaimer.type-p1 p sub {
        font-size: 0.5em
    }
}

.feature-benefit .container-wrapper.dark-theme .container .type-cp1, .feature-benefit .container-wrapper.dark-theme .container .type-cp2 {
    color: #fff
}

.feature-benefit .container-wrapper.dark-theme .container .p1-productAddInfo {
    color: #a6a6a6
}

.feature-benefit .container-wrapper.dark-theme .container .feature-benefit__cta2 {
    color: #fff
}

.feature-benefit .container-wrapper.dark-theme .legal {
    color: #fff
}

.feature-benefit .legal {
    font-size: 9px;
    font-style: italic;
    margin-top: 2.8%
}

.feature-benefit--legacy .feature-benefit-horizontal .feature-benefit--inline .image-container.image-container img {
    display: block;
    width: auto;
    max-height: 500px;
    max-width: 100%;
    margin: 0 auto
}

@media (min-width: 769px) {
    .feature-benefit--legacy .feature-benefit-horizontal .text-wrapper.text-wrapper .title-text {
        line-height: 1.3;
        font-family: "SamsungSansSharp";
        font-size: 3.4vw
    }

    .feature-benefit--legacy .feature-benefit-horizontal .text-wrapper .type-cp2.type-cp2 {
        line-height: 1.5;
        margin-bottom: 2.8%;
        font-weight: 400
    }

    .feature-benefit--legacy .feature-benefit-horizontal .feature-benefit--inline .image-container.image-container {
        width: -webkit-calc((100% - 24px) / 2.5);
        width: calc((100% - 24px) / 2.5);
        padding: 2% 0
    }

    .feature-benefit--legacy .feature-benefit-horizontal .feature-benefit--inline .text-container.text-container {
        padding: 2% 0;
        width: -webkit-calc(100% - ((100% - 24px) / 2.5));
        width: calc(100% - ((100% - 24px) / 2.5))
    }

    .feature-benefit--legacy .feature-benefit-horizontal .feature-benefit--inline .text-container .text-wrapper.text-wrapper {
        width: 80%;
        margin-left: 8%
    }

    .feature-benefit--legacy .feature-benefit-horizontal-image-right .feature-benefit--inline .text-container .text-wrapper.text-wrapper {
        margin-left: 10%
    }
}

.feature-benefit--border {
    border-bottom: 1px solid #b2b2b2
}

.feature-benefit-static, .feature-benefit-rich, .feature-benefit-interactive {
    text-align: center
}

.feature-benefit-static .cta-button, .feature-benefit-rich .cta-button, .feature-benefit-interactive .cta-button {
    text-transform: uppercase
}

.feature-benefit-static .text-wrapper, .feature-benefit-rich .text-wrapper, .feature-benefit-interactive .text-wrapper {
    margin-bottom: 10.67%;
    padding-top: 7.16%
}

.feature-benefit-static .text-wrapper .p1-subHeadline, .feature-benefit-rich .text-wrapper .p1-subHeadline, .feature-benefit-interactive .text-wrapper .p1-subHeadline {
    font-family: "SamsungOneLatinWeb";
    font-weight: 800
}

@media (max-width: 768px) {
    .feature-benefit-static .text-wrapper .p1-subHeadline, .feature-benefit-rich .text-wrapper .p1-subHeadline, .feature-benefit-interactive .text-wrapper .p1-subHeadline {
        font-size: 14px !important;
        line-height: 171.43%
    }

    .feature-benefit-static .text-wrapper .p1-description, .feature-benefit-rich .text-wrapper .p1-description, .feature-benefit-interactive .text-wrapper .p1-description {
        font-size: 14px;
        line-height: 171.43%
    }

    .feature-benefit-static .text-wrapper .p1-description a, .feature-benefit-rich .text-wrapper .p1-description a, .feature-benefit-interactive .text-wrapper .p1-description a {
        white-space: nowrap
    }
}

@media (min-width: 769px) {
    .feature-benefit-static .text-wrapper, .feature-benefit-rich .text-wrapper, .feature-benefit-interactive .text-wrapper {
        margin-bottom: 5.75%;
        padding-top: 5.75%
    }

    .feature-benefit-static .text-wrapper .title-text, .feature-benefit-rich .text-wrapper .title-text, .feature-benefit-interactive .text-wrapper .title-text {
        margin-bottom: 3.51%;
        line-height: 1.3
    }

    .feature-benefit-static .text-wrapper .type-cp1, .feature-benefit-rich .text-wrapper .type-cp1, .feature-benefit-interactive .text-wrapper .type-cp1 {
        margin-bottom: 3.22%
    }

    .feature-benefit-static .text-wrapper .type-cp2, .feature-benefit-rich .text-wrapper .type-cp2, .feature-benefit-interactive .text-wrapper .type-cp2 {
        line-height: 1.5
    }
}

.feature-benefit-static .text-wrapper .title-text, .feature-benefit-rich .text-wrapper .title-text, .feature-benefit-interactive .text-wrapper .title-text {
    font-family: "SamsungSansSharp";
    margin-bottom: 1.8%;
    line-height: 1.3
}

.feature-benefit-static .text-wrapper .title-logo, .feature-benefit-rich .text-wrapper .title-logo, .feature-benefit-interactive .text-wrapper .title-logo {
    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;
    width: 50%;
    margin-left: 25%;
    margin-right: 25%;
    border-left-width: 0;
    float: none;
    margin-bottom: 4.55%;
    text-align: center
}

@media (min-width: 769px) {
    .feature-benefit-static .text-wrapper .title-logo, .feature-benefit-rich .text-wrapper .title-logo, .feature-benefit-interactive .text-wrapper .title-logo {
        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;
        width: 25%;
        margin-left: 37.5%;
        margin-right: 37.5%;
        border-left-width: 0;
        float: none;
        margin-bottom: 3.53%
    }
}

.feature-benefit-static .text-wrapper .title-logo img, .feature-benefit-rich .text-wrapper .title-logo img, .feature-benefit-interactive .text-wrapper .title-logo img {
    max-width: 100%;
    vertical-align: bottom;
    margin: auto
}

@media (max-width: 768px) {
    .feature-benefit-static .text-wrapper .title-logo img, .feature-benefit-rich .text-wrapper .title-logo img, .feature-benefit-interactive .text-wrapper .title-logo img {
        display: block
    }
}

.feature-benefit-static .text-wrapper .type-cp1, .feature-benefit-static .text-wrapper .type-cp2, .feature-benefit-rich .text-wrapper .type-cp1, .feature-benefit-rich .text-wrapper .type-cp2, .feature-benefit-interactive .text-wrapper .type-cp1, .feature-benefit-interactive .text-wrapper .type-cp2 {
    color: #363636
}

.feature-benefit-static .text-wrapper .type-cp1, .feature-benefit-rich .text-wrapper .type-cp1, .feature-benefit-interactive .text-wrapper .type-cp1 {
    margin-bottom: 3.35%
}

.feature-benefit-static .text-wrapper .type-cp2, .feature-benefit-rich .text-wrapper .type-cp2, .feature-benefit-interactive .text-wrapper .type-cp2 {
    line-height: 1.5;
    font-weight: 400;
    margin-bottom: 3.2%
}

.feature-benefit-static .text-wrapper .p1-productAddInfo, .feature-benefit-rich .text-wrapper .p1-productAddInfo, .feature-benefit-interactive .text-wrapper .p1-productAddInfo {
    line-height: 2;
    color: #a6a6a6;
    margin-bottom: 1.6%
}

.feature-benefit-static .img-container, .feature-benefit-rich .img-container, .feature-benefit-interactive .img-container {
    width: 100%
}

.feature-benefit-static .img-container img, .feature-benefit-rich .img-container img, .feature-benefit-interactive .img-container img {
    display: block;
    width: 100%
}

.feature-benefit-static .cta-wrapper {
    margin-bottom: 4.04%
}

.feature-benefit-static .text-wrapper, .feature-benefit-interactive .text-wrapper {
    margin-bottom: 0
}

.feature-benefit-rich .overlay {
    position: absolute
}

.feature-benefit-rich .video-snapshot {
    position: relative
}

.feature-benefit-rich .video-snapshot img {
    width: 100%
}

.feature-benefit-horizontal {
    font-size: 0
}

.feature-benefit-horizontal .cta-button {
    text-transform: uppercase
}

.feature-benefit-horizontal .feature-benefit--inline {
    display: table;
    table-layout: fixed;
    width: 100%
}

@media (min-width: 769px) {
    .feature-benefit-horizontal .feature-benefit--inline {
        display: block
    }
}

.feature-benefit-horizontal .feature-benefit--inline .image-container {
    border: 0 solid rgba(0, 0, 0, 0);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-clip: padding-box;
    position: relative;
    width: 100%;
    text-align: center
}

.feature-benefit-horizontal .feature-benefit--inline .image-container img {
    width: 100%;
    max-width: 100%
}

.feature-benefit-horizontal .feature-benefit--inline .text-container {
    border: 0 solid rgba(0, 0, 0, 0);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-clip: padding-box;
    position: relative;
    border-left-width: 16px;
    width: -webkit-calc(100% - 16px);
    width: calc(100% - 16px);
    display: table-header-group
}

.feature-benefit-horizontal .text-wrapper {
    margin-bottom: 10.67%;
    padding-top: 7.16%;
    text-align: center
}

@media (max-width: 768px) {
    .feature-benefit-horizontal .text-wrapper {
        width: 90%;
        margin-left: auto;
        margin-right: auto
    }
}

@media (min-width: 769px) {
    .feature-benefit-horizontal .text-wrapper {
        margin-bottom: 0;
        padding-top: 0;
        text-align: left
    }

    .feature-benefit-horizontal .text-wrapper .title-text {
        margin-bottom: 5.8%;
        line-height: 1.3
    }

    .feature-benefit-horizontal .text-wrapper .type-cp1 {
        margin-bottom: 4.91%
    }

    .feature-benefit-horizontal .text-wrapper .type-cp2 {
        line-height: 1.5
    }
}

.feature-benefit-horizontal .text-wrapper .title-logo {
    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;
    width: 50%;
    margin-left: 25%;
    margin-right: 25%;
    border-left-width: 0;
    float: none;
    font-size: 1rem;
    margin-bottom: 4.55%;
    text-align: center
}

@media (min-width: 769px) {
    .feature-benefit-horizontal .text-wrapper .title-logo {
        margin: 0;
        margin-bottom: 6.93%;
        text-align: left;
        width: 50%
    }
}

.feature-benefit-horizontal .text-wrapper .title-logo img {
    max-width: 100%;
    vertical-align: bottom
}

@media (max-width: 768px) {
    .feature-benefit-horizontal .text-wrapper .title-logo img {
        margin: auto;
        display: block
    }
}

.feature-benefit-horizontal .text-wrapper .title-text {
    font-family: "SamsungSansSharp";
    margin-bottom: 3.72%;
    line-height: 1.3
}

.feature-benefit-horizontal .text-wrapper .p1-subHeadline {
    font-family: "SamsungOneLatinWeb";
    font-weight: 800
}

@media (max-width: 768px) {
    .feature-benefit-horizontal .text-wrapper .p1-subHeadline {
        font-size: 14px !important
    }
}

.feature-benefit-horizontal .text-wrapper .type-cp1, .feature-benefit-horizontal .text-wrapper .type-cp2 {
    color: #363636
}

.feature-benefit-horizontal .text-wrapper .type-cp1 {
    margin-bottom: 3.35%
}

.feature-benefit-horizontal .text-wrapper .type-cp2 {
    line-height: 1.5;
    font-weight: 400;
    margin-bottom: 3.2%
}

.feature-benefit-horizontal .text-wrapper .type-cp2 sup {
    vertical-align: baseline !important;  /* SCOM-44667 */
} 

.feature-benefit-horizontal .text-wrapper .p1-productAddInfo {
    line-height: 2;
    color: #a6a6a6;
    margin-bottom: 1.6%
}

.feature-benefit-horizontal-image-right .feature-benefit--inline {
    width: 100%
}

@media (min-width: 769px) {
    .feature-benefit-horizontal-image-right .feature-benefit--inline .image-container {
        border: 0 solid rgba(0, 0, 0, 0);
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        background-clip: padding-box;
        position: relative;
        display: inline-block;
        vertical-align: middle;
        border-left-width: 24px;
        width: -webkit-calc(((100% - 24px) / 2) - -24px);
        width: calc(((100% - 24px) / 2) - -24px)
    }
}

@media (min-width: 769px) {
    .feature-benefit-horizontal-image-right .feature-benefit--inline .text-container {
        border: 0 solid rgba(0, 0, 0, 0);
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        background-clip: padding-box;
        position: relative;
        display: inline-block;
        vertical-align: middle;
        border-left-width: 0;
        width: -webkit-calc((100% - 24px) / 2);
        width: calc((100% - 24px) / 2)
    }

    .feature-benefit-horizontal-image-right .feature-benefit--inline .text-container .text-wrapper {
        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;
        width: 66.66667%;
        margin-left: 16.66667%;
        margin-right: 16.66667%
    }
}

.feature-benefit-horizontal-image-left .feature-benefit--inline {
    width: 100%
}

@media (min-width: 769px) {
    .feature-benefit-horizontal-image-left .feature-benefit--inline .image-container {
        border: 0 solid rgba(0, 0, 0, 0);
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        background-clip: padding-box;
        position: relative;
        display: inline-block;
        vertical-align: middle;
        border-left-width: 0;
        width: -webkit-calc((100% - 24px) / 2);
        width: calc((100% - 24px) / 2)
    }
}

@media (min-width: 769px) {
    .feature-benefit-horizontal-image-left .feature-benefit--inline .text-container {
        border: 0 solid rgba(0, 0, 0, 0);
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        background-clip: padding-box;
        position: relative;
        display: inline-block;
        vertical-align: middle;
        border-left-width: 24px;
        width: -webkit-calc(((100% - 24px) / 2) - -24px);
        width: calc(((100% - 24px) / 2) - -24px)
    }

    .feature-benefit-horizontal-image-left .feature-benefit--inline .text-container .text-wrapper {
        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-right-width: 24px;
        width: 66.66667%;
        margin-left: 16.66667%;
        margin-right: 16.66667%
    }
}

.hs-wrap {
    position: relative;
    min-height: 50px
}

.hs-wrap * {
    display: none;
    -webkit-box-sizing: content-box !important;
    box-sizing: content-box !important
}

.hs-wrap.hs-loaded * {
    display: block
}

.hs-wrap img {
    display: block
}

.hs-wrap.responsive {
    width: 100%
}

.hs-wrap.responsive img {
    width: 100%
}

.hs-spot-object {
    position: absolute;
    cursor: pointer;
    z-index: 1
}

.hs-spot-object.visible-tooltip {
    z-index: 9999
}

.hs-spot.visible .hs-spot-shape {
    position: absolute;
    left: -1px;
    top: -1px;
    background: black;
    border-radius: 40px;
    -moz-border-radius: 40px;
    -webkit-border-radius: 40px;
    width: 100%;
    height: 100%;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=15)";
    filter: alpha(opacity=15);
    -moz-opacity: 0.15;
    -khtml-opacity: 0.15;
    opacity: 0.15;
    z-index: 0;
    border: 1px solid white;
    transform: scale3d(1, 1, 1);
    -moz-transform: scale3d(1, 1, 1);
    -webkit-transform: scale3d(1, 1, 1);
    transition: all 0.25s cubic-bezier(0.55, 0, 0.1, 1);
    -moz-transition: all 0.25s cubic-bezier(0.55, 0, 0.1, 1);
    -webkit-transition: all 0.25s cubic-bezier(0.55, 0, 0.1, 1)
}

.hs-spot.visible .hs-spot-shape-inner {
    background: #da0606;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 18px;
    height: 18px;
    margin: -9px 0 0 -9px;
    z-index: 1;
    border-radius: 30px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    transform: scale3d(1, 1, 1);
    -moz-transform: scale3d(1, 1, 1);
    -webkit-transform: scale3d(1, 1, 1);
    transition: all 0.25s cubic-bezier(0.55, 0, 0.1, 1);
    -moz-transition: all 0.25s cubic-bezier(0.55, 0, 0.1, 1);
    -webkit-transition: all 0.25s cubic-bezier(0.55, 0, 0.1, 1)
}

.hs-spot.visible:hover .hs-spot-shape-inner {
    transform: scale3d(1.4, 1.4, 1.4);
    -moz-transform: scale3d(1.4, 1.4, 1.4);
    -webkit-transform: scale3d(1.4, 1.4, 1.4)
}

.hs-rect {
    position: absolute;
    left: 0;
    top: 0;
    cursor: pointer;
    z-index: 99;
    border: none
}

.hs-rect.visible .hs-spot-shape {
    position: absolute;
    left: -3px;
    top: -3px;
    z-index: 1;
    width: 100%;
    height: 100%;
    background: none;
    border: 3px solid #da0606;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    transform: scale3d(1, 1, 1);
    -moz-transform: scale3d(1, 1, 1);
    -webkit-transform: scale3d(1, 1, 1);
    transition: all 0.25s cubic-bezier(0.55, 0, 0.1, 1);
    -moz-transition: all 0.25s cubic-bezier(0.55, 0, 0.1, 1);
    -webkit-transition: all 0.25s cubic-bezier(0.55, 0, 0.1, 1)
}

.hs-rect.visible .hs-spot-shape-inner {
    position: absolute;
    z-index: 0;
    width: 100%;
    height: 100%;
    background: none;
    border: 8px solid black;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    left: -8px;
    top: -8px;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=15)";
    filter: alpha(opacity=15);
    -moz-opacity: 0.15;
    -khtml-opacity: 0.15;
    opacity: 0.15;
    transform: scale3d(1, 1, 1);
    -moz-transform: scale3d(1, 1, 1);
    -webkit-transform: scale3d(1, 1, 1);
    transition: all 0.25s cubic-bezier(0.55, 0, 0.1, 1);
    -moz-transition: all 0.25s cubic-bezier(0.55, 0, 0.1, 1);
    -webkit-transition: all 0.25s cubic-bezier(0.55, 0, 0.1, 1)
}

.hs-rect.visible:hover .hs-spot-shape {
    border-width: 5px;
    left: -5px;
    top: -5px
}

.hs-rect.visible:hover .hs-spot-shape-inner {
    border-width: 7px;
    left: -7px;
    top: -7px
}

.hs-spot-object .hs-spot-tooltip-outer {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}

.hs-tooltip-wrap {
    position: absolute
}

.hs-tooltip {
    display: block;
    color: white;
    font: 11px/18px helvetica, tahoma, sans-serif;
    padding: 15px;
    position: relative;
    min-height: 18px;
    border-radius: 3px;
    border-bottom: 1px solid #fff;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px
}

.hs-wrap.mouseover .hs-spot-object.left .hs-spot-tooltip-outer, .hs-wrap.click .hs-spot-object.left .hs-spot-tooltip-outer {
    position: absolute;
    top: 0;
    left: -30px
}

.hs-spot-object.left .hs-tooltip-wrap {
    right: 100%;
    top: 0;
    padding-right: 16px
}

.hs-spot.left .hs-tooltip-wrap {
    top: -12px
}

.hs-spot-object.left .hs-tooltip:before {
    position: absolute;
    content: "";
    display: block;
    width: 0;
    height: 0;
    right: -8px;
    top: 8px;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 8px solid #181818
}

.hs-spot.left .hs-tooltip:before {
    top: 16px
}

.hs-wrap.mouseover .hs-spot-object.top .hs-spot-tooltip-outer, .hs-wrap.click .hs-spot-object.top .hs-spot-tooltip-outer {
    position: absolute;
    left: 0;
    top: -30px
}

.hs-spot-object.top .hs-tooltip-wrap {
    bottom: 100%;
    left: 0;
    padding-bottom: 16px
}

.hs-spot.top .hs-tooltip-wrap {
    left: -1px
}

.hs-spot-object.top .hs-tooltip:before {
    position: absolute;
    content: "";
    display: block;
    left: 8px;
    bottom: -8px;
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid #181818
}

.hs-wrap.mouseover .hs-spot-object.right .hs-spot-tooltip-outer, .hs-wrap.click .hs-spot-object.right .hs-spot-tooltip-outer {
    position: absolute;
    top: 0;
    left: 30px
}

.hs-spot-object.right .hs-tooltip-wrap {
    left: 100%;
    top: 0;
    padding-left: 16px
}

.hs-spot.right .hs-tooltip-wrap {
    top: -12px
}

.hs-spot-object.right .hs-tooltip:before {
    position: absolute;
    content: "";
    display: block;
    left: -8px;
    top: 8px;
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-right: 8px solid #181818
}

.hs-spot.right .hs-tooltip:before {
    top: 16px
}

.hs-wrap.mouseover .hs-spot-object.bottom .hs-spot-tooltip-outer, .hs-wrap.click .hs-spot-object.bottom .hs-spot-tooltip-outer {
    position: absolute;
    left: 0;
    top: 30px
}

.hs-spot-object.bottom .hs-tooltip-wrap {
    top: 100%;
    left: 0;
    padding-top: 16px
}

.hs-spot.bottom .hs-tooltip-wrap {
    left: -1px
}

.hs-spot-object.bottom .hs-tooltip:before {
    position: absolute;
    content: "";
    display: block;
    top: -8px;
    left: 8px;
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid black
}

.hs-tooltip-buffer {
    background: blue;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0
}

.hs-spot-object.bottom .hs-tooltip-buffer {
    top: 100%;
    height: 16px
}

.hs-spot-object.top .hs-tooltip-buffer {
    top: auto;
    bottom: 100%;
    height: 16px
}

.hs-spot-object.left .hs-tooltip-buffer {
    right: 100%;
    left: auto;
    width: 16px
}

.hs-spot-object.right .hs-tooltip-buffer {
    left: 100%;
    width: 16px
}

.hs-tooltip h1 {
    font: 14px/14px helvetica, tahoma, sans-serif;
    margin-bottom: 10px;
    font-weight: bold
}

.hs-tooltip h2 {
    font: 12px/12px helvetica, tahoma, sans-serif;
    margin-bottom: 10px;
    font-weight: bold
}

.hs-tooltip h3 {
    font: 11px/11px helvetica, tahoma, sans-serif;
    margin-bottom: 10px;
    font-weight: bold
}

.hs-tooltip p {
    font: 11px/18px helvetica, tahoma, sans-serif;
    margin-bottom: 10px
}

.hs-tooltip :last-child {
    margin-bottom: 0
}

.hs-tooltip a {
    color: white !important;
    text-decoration: underline !important
}

.hs-tooltip a:hover {
    text-decoration: none !important
}

.hs-wrap.always .hs-spot-tooltip-outer {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    left: 0 !important;
    top: 0 !important;
    width: 100% !important;
    height: 100% !important
}

.hs-wrap.always .hs-tooltip, .hs-wrap.always .hs-tooltip-wrap {
    display: block
}

.hs-spot-object .hs-spot-tooltip-outer {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    width: 0 !important;
    height: 0 !important;
    transform: scale3d(1, 1, 1);
    -moz-transform: scale3d(1, 1, 1);
    -webkit-transform: scale3d(1, 1, 1);
    transition: all 0.25s cubic-bezier(0.55, 0, 0.1, 1);
    -moz-transition: all 0.25s cubic-bezier(0.55, 0, 0.1, 1);
    -webkit-transition: all 0.25s cubic-bezier(0.55, 0, 0.1, 1)
}

.hs-spot-object .hs-tooltip, .hs-spot-object .hs-tooltip-wrap {
    display: none
}

.hs-spot-object.visible-tooltip .hs-spot-tooltip-outer {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    left: 0 !important;
    top: 0 !important;
    width: 100% !important;
    height: 100% !important
}

.hs-spot-object.visible-tooltip .hs-tooltip, .hs-spot-object.visible-tooltip .hs-tooltip-wrap {
    display: block
}

.feature-benefit-horizontal .in-view.normal {
    -webkit-transition: -webkit-transform 1s ease-out;
    transition: -webkit-transform 1s ease-out;
    transition: transform 1s ease-out;
    transition: transform 1s ease-out, -webkit-transform 1s ease-out
}

.feature-benefit-horizontal-image-left .animation-element {
    -webkit-transform: translate(-50px, 0);
    -ms-transform: translate(-50px, 0);
    transform: translate(-50px, 0)
}

.feature-benefit-horizontal-image-left .in-view.normal {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0)
}

.feature-benefit-horizontal-image-right .animation-element {
    -webkit-transform: translate(50px, 0);
    -ms-transform: translate(50px, 0);
    transform: translate(50px, 0)
}

.feature-benefit-horizontal-image-right .in-view.normal {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0)
}

.feature-benefit--inline a.bu-g-external {
    color: #2189ff !important;
    border-bottom-color:#2189ff !important;
}
.product-pairing__title {
    font-size: 24px;
    line-height: 166.66667%;
    font-weight: 700
}

@media (min-width: 864px) {
    .product-pairing__title {
        font-size: 40px;
        line-height: 140%
    }
}

@media (min-width: 864px) and (max-width: 1440px) {
    .product-pairing__title {
        font-size: 2.77778vw
    }
}

.product-pairing .cta-button {
    margin-bottom: 2px
}

.product-pairing .slick-list {
    overflow: hidden;
    padding: 1px 0
}

.product-pairing__identifier {
    background-color: #f7f7f7;
    padding: 18.29% 16px 13.41%;
    text-align: center
}

@media (max-width: 768px) {
    .product-pairing__identifier {
        width: -webkit-calc(100% - 2 * 16px);
        width: calc(100% - 2 * 16px)
    }
}

@media (min-width: 769px) {
    .product-pairing__identifier {
        padding: 6.11% 0;
        text-align: left
    }
}

.product-pairing__inline {
    display: table;
    table-layout: fixed;
    width: 100%
}

@media (min-width: 769px) {
    .product-pairing__inline {
        display: block;
        table-layout: auto
    }
}

.product-pairing__inline-block {
    float: none !important
}

.product-pairing__text-block {
    display: table-footer-group
}

@media (min-width: 769px) {
    .product-pairing__text-block {
        display: inline-block;
        vertical-align: middle
    }
}

.product-pairing__img-block {
    display: table-header-group
}

@media (min-width: 769px) {
    .product-pairing__img-block {
        display: inline-block;
        vertical-align: middle
    }
}

.product-pairing__title {
    font-family: "SamsungOneLatinWeb";
    font-weight: 700;
    margin-bottom: 2.7%;
    color: #363636
}

@media (min-width: 769px) {
    .product-pairing__title {
        text-align: left;
        margin-bottom: .44%;
        color: #000
    }
}

.product-pairing__title sub {
    font-size: 16px;
    line-height: 16px;
    bottom: -.1em
}

@media (min-width: 769px) and (max-width: 1280px) {
    .product-pairing__title sub {
        font-size: 1.11vw;
        line-height: 1.11vw
    }
}

@media (max-width: 768px) {
    .product-pairing__title sub {
        font-size: 9px;
        line-height: 9px
    }
}

.product-pairing__title sup {
    vertical-align: super;
    font-size: 16px;
    line-height: 16px;
    top: -0.2em
}

@media (min-width: 769px) and (max-width: 1280px) {
    .product-pairing__title sup {
        font-size: 1.11vw;
        line-height: 1.11vw
    }
}

@media (max-width: 768px) {
    .product-pairing__title sup {
        margin-left: 0;
        font-size: 9px;
        line-height: 9px;
        margin-top: -3%
    }
}

.product-pairing__text {
    color: #363636
}

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

@media (max-width: 768px) {
    .product-pairing .span-sm-4 {
        border-left-width: 0
    }
}

.product-pairing__text-subheader {
    font-size: 14px;
    line-height: 171.42857%;
    font-weight: 400;
    font-weight: 700;
    margin-bottom: 1.99%
}

.product-pairing__text-subheader.light-weight {
    font-weight: 400
}

@media (min-width: 769px) {
    .product-pairing__text-subheader {
        font-size: 20px;
        line-height: 160%
    }
}

.product-pairing__text-subheader sup {
    font-size: 0.5em
}

.product-pairing__text-subheader sub {
    font-size: 0.5em
}

@media (min-width: 769px) {
    .product-pairing__text-subheader {
        margin-bottom: .77%
    }
}

.product-pairing__text-description {
    font-size: 14px;
    line-height: 171.42857%;
    font-weight: 400;
    font-weight: 400;
    margin-bottom: 7.62%
}

.product-pairing__text-description.light-weight {
    font-weight: 400
}

@media (min-width: 769px) {
    .product-pairing__text-description {
        font-size: 18px;
        line-height: 177.77778%
    }
}

@media (min-width: 769px) {
    .product-pairing__text-description {
        margin-bottom: 9.82%;
        padding: 1px 0
    }
}

.product-pairing__text-description sub {
    font-size: 9px;
    line-height: 9px;
    margin-left: .1em;
    bottom: -.1em
}

@media (min-width: 769px) and (max-width: 1280px) {
    .product-pairing__text-description sub {
        font-size: 0.63vw;
        line-height: 0.63vw
    }
}

@media (max-width: 768px) {
    .product-pairing__text-description sub {
        font-size: 6px;
        line-height: 6px
    }
}

.product-pairing__text-description sup {
    vertical-align: super;
    font-size: 9px;
    line-height: 9px;
    margin-left: .1em;
    top: 0
}

@media (min-width: 769px) and (max-width: 1280px) {
    .product-pairing__text-description sup {
        font-size: 0.63vw;
        line-height: 0.63vw
    }
}

@media (max-width: 768px) {
    .product-pairing__text-description sup {
        font-size: 6px;
        line-height: 6px
    }
}

.product-pairing__button {
    text-transform: uppercase;
    margin-bottom: 13.41%;
    font-size: 12px;
    color: #000;
    letter-spacing: 0.2em;
    border-color: #000;
    padding: 15px 35px
}

@media (min-width: 769px) {
    .product-pairing__button {
        margin-bottom: 0
    }
}

.product-pairing__img {
    width: 100%;
    display: block;
    margin-bottom: 16.31%
}

@media (min-width: 769px) {
    .product-pairing__img {
        margin-bottom: 0
    }
}

.product-pairing .slick-slider {
    margin: 0
}

.product-pairing .slick-dots {
    margin: 0;
    position: relative
}
.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: "SamsungSansSharp";
    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: "SamsungOneLatinWeb";
    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
}
.category-carousel .container{
    padding:44px 0 88px
}
.category-carousel__text{
    text-align:center;
    margin-bottom:11%;
    margin-top:3%
}
@media (min-width: 769px){
    .category-carousel__text{
        margin-top:1%;
        margin-bottom:5%
    }
}
.category-carousel__text-headline{
    font-size:40px;
    font-family:"SamsungSansSharp";
    letter-spacing:0px;
    font-weight:bold
}
@media (min-width: 769px) and (max-width: 1279px){
    .category-carousel__text-headline{
        font-size:32px;
        font-size:3.12744vw
    }
}
@media (max-width: 768px){
    .category-carousel__text-headline{
        font-size:25px
    }
}
@media (min-width: 0px) and (max-width: 480px){
    .category-carousel__text-headline{
        font-size:20px;
        font-size:5.20833vw
    }
}
.category-carousel__text-headline sup,.category-carousel__text-headline sub{
    font-size:18px;
    font-family:"SamsungSansSharp";
    letter-spacing:0px;
    font-weight:bold
}
@media (min-width: 769px) and (max-width: 1279px){
    .category-carousel__text-headline sup,.category-carousel__text-headline sub{
        font-size:14.4px;
        font-size:1.40735vw
    }
}
@media (max-width: 768px){
    .category-carousel__text-headline sup,.category-carousel__text-headline sub{
        font-size:11px
    }
}
@media (min-width: 0px) and (max-width: 480px){
    .category-carousel__text-headline sup,.category-carousel__text-headline sub{
        font-size:8.8px;
        font-size:2.29167vw
    }
}
.category-carousel__text-headline sup{
    vertical-align:super;
    top:0px
}
@media (min-width: 769px){
    .category-carousel__text-headline sup{
        top:-3px
    }
}
.category-carousel__text-subHeadline{
    font-size:16px;
    font-family:"SamsungOneLatinWeb";
    letter-spacing:0px;
    font-weight:normal;
    line-height:1.5;
    padding:3%
}
@media (min-width: 769px) and (max-width: 1279px){
    .category-carousel__text-subHeadline{
        font-size:12.8px;
        font-size:1.25098vw
    }
}
@media (max-width: 768px){
    .category-carousel__text-subHeadline{
        font-size:12px
    }
}
@media (min-width: 0px) and (max-width: 480px){
    .category-carousel__text-subHeadline{
        font-size:9.6px;
        font-size:2.5vw
    }
}
@media (min-width: 769px){
    .category-carousel__text-subHeadline{
        padding:1.5% 10%
    }
}
.category-carousel__group{
    opacity:0;
    -webkit-transition:opacity .5s ease-out;
    transition:opacity .5s ease-out
}
@media (min-width: 769px){
    .category-carousel__group{
        padding:0 4%;
        text-align:center;
        display:-webkit-box;
        display:-webkit-flex;
        display:-ms-flexbox;
        -js-display:flex;
        display:flex;
        -webkit-box-align:stretch;
        -webkit-align-items:stretch;
        -ms-flex-align:stretch;
        align-items:stretch
    }
}
.category-carousel__group-wrapper{
    position:absolute;
    top:0;
    display:-webkit-box !important;
    display:-webkit-flex !important;
    display:-ms-flexbox !important;
    -js-display:flex !important;
    display:flex !important;
    -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;
    -webkit-flex-basis:0;
    -ms-flex-preferred-size:0;
    flex-basis:0;
    -webkit-box-flex:1;
    -webkit-flex-grow:1;
    -ms-flex-positive:1;
    flex-grow:1;
    -webkit-flex-shrink:1;
    -ms-flex-negative:1;
    flex-shrink:1
}
.category-carousel__group-item{
    width:100%;
    text-align:center;
    margin-top:auto;
    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:end;
    -webkit-justify-content:flex-end;
    -ms-flex-pack:end;
    justify-content:flex-end;
    -webkit-flex-shrink:0;
    -ms-flex-negative:0;
    flex-shrink:0
}
.category-carousel__group-item picture{
    -webkit-flex-shrink:0;
    -ms-flex-negative:0;
    flex-shrink:0
}
.category-carousel__img{
    display:block;
    max-width:100%;
    margin:0 auto
}
.category-carousel__name{
    line-height:1.2;
    margin-top:8%;
    color:#363636;
    font-size:16px;
    font-family:"SamsungSansSharp";
    letter-spacing:0px;
    font-weight:bold
}
@media (min-width: 769px) and (max-width: 1279px){
    .category-carousel__name{
        font-size:12.8px;
        font-size:1.25098vw
    }
}
@media (max-width: 768px){
    .category-carousel__name{
        font-size:18px
    }
}
@media (min-width: 0px) and (max-width: 480px){
    .category-carousel__name{
        font-size:14.4px;
        font-size:3.75vw
    }
}
.category-carousel__name sub,.category-carousel__name sup{
    font-size:11px
}
@media (min-width: 769px){
    .category-carousel__name{
        margin-top:6%
    }
}
.category-carousel .slick-slider{
    margin-bottom:0
}
.category-carousel .slick-next:before,.category-carousel .slick-prev:before{
    color:#222425;
    font-size:90px;
    font-family:"SamsungOneLatinWeb";
    letter-spacing:0px;
    font-weight:normal
}
@media (min-width: 769px) and (max-width: 1279px){
    .category-carousel .slick-next:before,.category-carousel .slick-prev:before{
        font-size:72px;
        font-size:7.03675vw
    }
}
@media (max-width: 768px){
    .category-carousel .slick-next:before,.category-carousel .slick-prev:before{
        font-size:50px
    }
}
@media (min-width: 0px) and (max-width: 480px){
    .category-carousel .slick-next:before,.category-carousel .slick-prev:before{
        font-size:40px;
        font-size:10.41667vw
    }
}
.category-carousel .slick-next,.category-carousel .slick-prev{
    background-color:transparent;
    background-image:none;
    padding:0;
    height:150px;
    width:50px;
    top:0
}
.category-carousel .slick-next:focus,.category-carousel .slick-prev:focus{
    outline:none
}
.category-carousel .slick-next{
    right:1%
}
.category-carousel .slick-prev{
    left:1%
}
.category-carousel .slick-next:before{
    content:'>'
}
.category-carousel .slick-prev:before{
    content:'<'
}
.category-carousel .slick-arrow__icon{
    display:none
}
@media (max-width: 768px){
    .category-carousel .slick-slide{
        opacity:1
    }
}
.category-carousel .slick-initialized .slick-slide{
    display:inline-block;
    vertical-align:bottom
}
 
.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
    }
}

/* SCOM-38404 */
.column-wrapper__link:focus{
    outline: 1px solid blue;
}

.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: #ffffff;
    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";
}

.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";
}

.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
}
@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
}

.cl-sticky-navigation-text {
  position: relative;
  max-width: 1440px;
  padding: 0px 24px;
  padding: 0vw 1.66667vw;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  border-top: 1px solid #dadada;
  border-bottom: 1px solid #dadada;
  background-color: #fff;
  padding: 0px 24px;
  padding: 0vw 1.66667vw
}

@media (min-width: 1440px) {
  .cl-sticky-navigation-text {
    padding: 0px 24px
  }
}

.cl-sticky-navigation-text:before,
.cl-sticky-navigation-text:after {
  content: '';
  display: block;
  clear: both
}

@media (min-width: 1440px) {
  .cl-sticky-navigation-text {
    padding: 0px 24px
  }
}

.cl-sticky-navigation-text.is-fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 200;
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  margin-top: 0 !important
}

.cl-sticky-navigation-text__wrap {
  display: table;
  width: 100%
}

.cl-sticky-navigation-text--areawide {
  max-width: 100% !important;
  padding: 0
}

.cl-sticky-navigation-text--areawide .cl-sticky-navigation-text__wrap {
  max-width: 1440px;
  max-width: 100vw;
  padding: 0px 24px;
  padding: 0vw 1.66667vw;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

@media (min-width: 1440px) {
  .cl-sticky-navigation-text--areawide .cl-sticky-navigation-text__wrap {
    max-width: 1440px
  }
}

@media (min-width: 1440px) {
  .cl-sticky-navigation-text--areawide .cl-sticky-navigation-text__wrap {
    padding: 0px 24px
  }
}

.cl-sticky-navigation-text__layout {
  position: relative;
  z-index: 1;
  display: table;
  width: 100%;
  table-layout: fixed;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-top: 1px solid #dadada;
  border-bottom: 1px solid #dadada;
  background-color: #fff;
  height: 86px;
  height: 5.97222vw;
  line-height: 86px;
  line-height: 5.97222vw
}

@media (min-width: 1440px) {
  .cl-sticky-navigation-text__layout {
    height: 86px
  }
}

@media (min-width: 1440px) {
  .cl-sticky-navigation-text__layout {
    line-height: 86px
  }
}

.cl-sticky-navigation-text__current,
.cl-sticky-navigation-text__toggle {
  display: none
}

.cl-sticky-navigation-text__mobile-wrap {
  display: table-cell;
  width: 100%
}

.cl-sticky-navigation-text__mobile-container {
  display: table;
  width: 100%
}

.cl-sticky-navigation-text__header {
  display: table-cell;
  vertical-align: middle;
  width: 0
}

.cl-sticky-navigation-text__home {
  padding-right: 29px;
  padding-right: 2.01389vw;
  display: block
}

@media (min-width: 1440px) {
  .cl-sticky-navigation-text__home {
    padding-right: 29px
  }
}

.cl-sticky-navigation-text__logo {
  width: auto;
  height: 43px;
  height: 2.98611vw;
  vertical-align: middle
}

@media (min-width: 1440px) {
  .cl-sticky-navigation-text__logo {
    height: 43px
  }
}

.cl-sticky-navigation-text__logo.contrast {
  display: none
}

.high-contrast .cl-sticky-navigation-text__logo.basic {
  display: none
}

.high-contrast .cl-sticky-navigation-text__logo.contrast {
  display: inline-block
}

.cl-sticky-navigation-text__body {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 86px;
  height: 5.97222vw
}

@media (min-width: 1440px) {
  .cl-sticky-navigation-text__body {
    height: 86px
  }
}

.cl-sticky-navigation-text__list {
  display: table;
  width: auto;
  height: 100%;
  font-size: 0
}

.cl-sticky-navigation-text__item {
  display: table-cell;
  position: relative;
  border-spacing: 0;
  overflow: hidden;
  vertical-align: middle;
  padding: 0px 11px;
  padding: 0vw .76389vw;
  min-width: 66px;
  min-width: 4.58333vw;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

@media (min-width: 1440px) {
  .cl-sticky-navigation-text__item {
    padding: 0px 11px
  }
}

@media (min-width: 1440px) {
  .cl-sticky-navigation-text__item {
    min-width: 66px
  }
}

.cl-sticky-navigation-text__item .color-ctrl__menu {
  display: block;
  overflow: hidden;
  min-width: 65px;
  min-width: 4.51389vw;
  height: auto;
  max-height: 38px;
  max-height: 2.63889vw;
  margin-top: -1px;
  margin-top: -.06944vw;
  margin-bottom: 10px;
  margin-bottom: .69444vw;
  text-align: center
}

@media (min-width: 1440px) {
  .cl-sticky-navigation-text__item .color-ctrl__menu {
    min-width: 65px
  }
}

@media (min-width: 1440px) {
  .cl-sticky-navigation-text__item .color-ctrl__menu {
    max-height: 38px
  }
}

@media (min-width: 1440px) {
  .cl-sticky-navigation-text__item .color-ctrl__menu {
    margin-top: -1px
  }
}

@media (min-width: 1440px) {
  .cl-sticky-navigation-text__item .color-ctrl__menu {
    margin-bottom: 10px
  }
}

.cl-sticky-navigation-text__item .color-ctrl__menu:before,
.cl-sticky-navigation-text__item .color-ctrl__menu:after {
  content: '';
  display: block;
  clear: both
}

.cl-sticky-navigation-text__item .color-ctrl__title {
  display: none;
  text-transform: uppercase
}

.cl-sticky-navigation-text__item .color-ctrl__btn {
  display: block;
  width: 30px;
  width: 2.08333vw;
  height: 30px;
  height: 2.08333vw;
  float: left
}

@media (min-width: 1440px) {
  .cl-sticky-navigation-text__item .color-ctrl__btn {
    width: 30px
  }
}

@media (min-width: 1440px) {
  .cl-sticky-navigation-text__item .color-ctrl__btn {
    height: 30px
  }
}

.cl-sticky-navigation-text__item .color-ctrl__btn+.color-ctrl__btn {
  margin-left: 5px;
  margin-left: .34722vw
}

@media (min-width: 1440px) {
  .cl-sticky-navigation-text__item .color-ctrl__btn+.color-ctrl__btn {
    margin-left: 5px
  }
}

.cl-sticky-navigation-text__item .color-ctrl__btn.color-black {
  background: url(//images.samsung.com/is/image/samsung/p5/uk/accessibility/main/btn-black-color.png) center center no-repeat;
  background-size: contain
}

.cl-sticky-navigation-text__item .color-ctrl__btn.color-base {
  background: url(//images.samsung.com/is/image/samsung/p5/uk/accessibility/main/btn-base-color.png) center center no-repeat;
  background-size: contain
}

.cl-sticky-navigation-text__link {
  display: block;
  overflow: hidden;
  height: auto;
  max-height: 38px;
  max-height: 2.63889vw;
  margin-top: -1px;
  margin-top: -.06944vw;
  margin-bottom: 10px;
  margin-bottom: .69444vw;
  font-weight: bold;
  text-transform: uppercase;
  color: #000;
  text-align: center
}

@media (min-width: 1440px) {
  .cl-sticky-navigation-text__link {
    max-height: 38px
  }
}

@media (min-width: 1440px) {
  .cl-sticky-navigation-text__link {
    margin-top: -1px
  }
}

@media (min-width: 1440px) {
  .cl-sticky-navigation-text__link {
    margin-bottom: 10px
  }
}

.cl-sticky-navigation-text__link.is-active:after,
.cl-sticky-navigation-text__link:hover:after,
.cl-sticky-navigation-text__link:focus:after {
  content: ' ';
  display: block;
  position: absolute;
  left: 50%;
  bottom: 23px;
  bottom: 1.59722vw;
  width: 20px;
  width: 1.38889vw;
  height: 2px;
  height: .13889vw;
  margin-left: -10px;
  margin-left: -.69444vw;
  background-color: #000
}

@media (min-width: 1440px) {

  .cl-sticky-navigation-text__link.is-active:after,
  .cl-sticky-navigation-text__link:hover:after,
  .cl-sticky-navigation-text__link:focus:after {
    bottom: 23px
  }
}

@media (min-width: 1440px) {

  .cl-sticky-navigation-text__link.is-active:after,
  .cl-sticky-navigation-text__link:hover:after,
  .cl-sticky-navigation-text__link:focus:after {
    width: 20px
  }
}

@media (min-width: 1440px) {

  .cl-sticky-navigation-text__link.is-active:after,
  .cl-sticky-navigation-text__link:hover:after,
  .cl-sticky-navigation-text__link:focus:after {
    height: 2px
  }
}

@media (min-width: 1440px) {

  .cl-sticky-navigation-text__link.is-active:after,
  .cl-sticky-navigation-text__link:hover:after,
  .cl-sticky-navigation-text__link:focus:after {
    margin-left: -10px
  }
}

.cl-sticky-navigation-text__link:focus,
.cl-sticky-navigation-text__link:-moz-focusring {
  outline: 1px dotted #636363 !important
}

.cl-sticky-navigation-text__menu {
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
  max-height: 38px;
  max-height: 2.63889vw
}

@media (min-width: 1440px) {
  .cl-sticky-navigation-text__menu {
    max-height: 38px
  }
}

.cl-sticky-navigation-text__buttons {
  display: table-cell;
  vertical-align: middle;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 0;
  padding-left: 29px;
  padding-left: 2.01389vw;
  white-space: nowrap
}

@media (min-width: 1440px) {
  .cl-sticky-navigation-text__buttons {
    padding-left: 29px
  }
}

.cl-sticky-navigation-text__buttons .cl-btn-inherit {
  margin: 0px -8px 0px;
  margin: 0vw -.55556vw 0vw
}

@media (min-width: 1440px) {
  .cl-sticky-navigation-text__buttons .cl-btn-inherit {
    margin: 0px -8px 0px
  }
}

.cl-sticky-navigation-text__buttons .cl-btn-inherit>a {
  max-width: 212px;
  max-width: 14.72222vw;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

@media (min-width: 1440px) {
  .cl-sticky-navigation-text__buttons .cl-btn-inherit>a {
    max-width: 212px
  }
}

.cl-sticky-navigation-text__buttons .s-btn-encased,
.cl-sticky-navigation-text__buttons .s-btn-text {
  margin: 0px 5px;
  margin: 0vw .34722vw;
  vertical-align: middle;
  text-align: center
}

@media (min-width: 1440px) {

  .cl-sticky-navigation-text__buttons .s-btn-encased,
  .cl-sticky-navigation-text__buttons .s-btn-text {
    margin: 0px 5px
  }
}

.cl-sticky-navigation-text--black {
  background-color: #000;
  border-color: #363636
}

.cl-sticky-navigation-text--black .cl-sticky-navigation-text__link {
  color: #fff
}

.cl-sticky-navigation-text--black .cl-sticky-navigation-text__link.is-active,
.cl-sticky-navigation-text--black .cl-sticky-navigation-text__link:hover,
.cl-sticky-navigation-text--black .cl-sticky-navigation-text__link:focus {
  color: #fff
}

.cl-sticky-navigation-text--black .cl-sticky-navigation-text__link.is-active:after,
.cl-sticky-navigation-text--black .cl-sticky-navigation-text__link:hover:after,
.cl-sticky-navigation-text--black .cl-sticky-navigation-text__link:focus:after {
  background-color: #fff
}

.cl-sticky-navigation-text--no-image .cl-sticky-navigation-text__home {
  display: none
}

.cl-sticky-navigation-text--no-image .cl-sticky-navigation-text__body {
  width: 100%
}

.cl-sticky-navigation-text--no-image .cl-sticky-navigation-text__list {
  margin: 0px -11px;
  margin: 0vw -.76389vw
}

@media (min-width: 1440px) {
  .cl-sticky-navigation-text--no-image .cl-sticky-navigation-text__list {
    margin: 0px -11px
  }
}

.cl-sticky-navigation-text--no-image .cl-sticky-navigation-text__buttons {
  max-width: 34.19540%
}

@media screen and (max-width: 768px) {
  .cl-sticky-navigation-text {
    overflow: visible;
    height: auto;
    padding: 0px;
    padding: 0vw;
    border: 0;
    line-height: normal
  }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
  .cl-sticky-navigation-text {
    padding: 0px;
    padding: 0vw
  }
}

@media screen and (max-width: 768px) {
  .cl-sticky-navigation-text--mobile-cta-top.cl-sticky-navigation-text--cta-two {
    padding-top: 134.4px;
    padding-top: 17.5vw
  }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
  .cl-sticky-navigation-text--mobile-cta-top.cl-sticky-navigation-text--cta-two {
    padding-top: 63px;
    padding-top: 17.5vw
  }
}

@media screen and (max-width: 768px) {
  .cl-sticky-navigation-text__wrap {
    display: block;
    max-width: initial
  }

  .cl-sticky-navigation-text--areawide .cl-sticky-navigation-text__wrap {
    padding: 0
  }

  .cl-sticky-navigation-text__mobile-wrap,
  .cl-sticky-navigation-text__mobile-container {
    display: block
  }

  .cl-sticky-navigation-text__header {
    overflow: hidden;
    display: block;
    position: relative;
    max-width: none;
    height: 132.26667px;
    height: 17.22222vw;
    width: auto;
    margin: 0;
    padding: 0px 34.13333px;
    padding: 0vw 4.44444vw;
    border-top: 1px solid #dadada;
    border-bottom: 1px solid #dadada;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
  }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
  .cl-sticky-navigation-text__header {
    height: 62px;
    height: 17.22222vw
  }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
  .cl-sticky-navigation-text__header {
    padding: 0px 16px;
    padding: 0vw 4.44444vw
  }
}

@media screen and (max-width: 768px) {
  .cl-sticky-navigation-text--mobile-cta-top.cl-sticky-navigation-text--cta-one .cl-sticky-navigation-text__header-inner {
    position: relative;
    height: 128px;
    height: 16.66667vw;
    width: 54%
  }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
  .cl-sticky-navigation-text--mobile-cta-top.cl-sticky-navigation-text--cta-one .cl-sticky-navigation-text__header-inner {
    height: 60px;
    height: 16.66667vw
  }
}

@media screen and (max-width: 768px) {
  .cl-sticky-navigation-text__home {
    margin-right: 106.66667px;
    margin-right: 13.88889vw;
    line-height: 128px;
    line-height: 16.66667vw;
    font-size: 34.13333px;
    font-size: 4.44444vw
  }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
  .cl-sticky-navigation-text__home {
    margin-right: 50px;
    margin-right: 13.88889vw
  }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
  .cl-sticky-navigation-text__home {
    line-height: 60px;
    line-height: 16.66667vw
  }
}

@media screen and (max-width: 768px) {
  html[lang^="th"] .cl-sticky-navigation-text__home {
    font-size: 46.08px;
    font-size: 6vw
  }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
  .cl-sticky-navigation-text__home {
    font-size: 16px;
    font-size: 4.44444vw
  }

  html[lang^="th"] .cl-sticky-navigation-text__home {
    font-size: 21.6px;
    font-size: 6vw
  }
}

@media screen and (max-width: 768px) {
  .cl-sticky-navigation-text__logo {
    max-width: none;
    height: 68.26667px;
    height: 8.88889vw
  }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
  .cl-sticky-navigation-text__logo {
    height: 32px;
    height: 8.88889vw
  }
}

@media screen and (max-width: 768px) {
  .cl-sticky-navigation-text--mobile-cta-top.cl-sticky-navigation-text--cta-one .cl-sticky-navigation-text__logo {
    max-width: 100%;
    height: auto;
    max-height: 68.26667px;
    max-height: 8.88889vw
  }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
  .cl-sticky-navigation-text--mobile-cta-top.cl-sticky-navigation-text--cta-one .cl-sticky-navigation-text__logo {
    max-height: 32px;
    max-height: 8.88889vw
  }
}

@media screen and (max-width: 768px) {
  .cl-sticky-navigation-text__current {
    overflow: hidden;
    display: block;
    margin-right: 89.6px;
    margin-right: 11.66667vw;
    font-weight: bold;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-transform: uppercase
  }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
  .cl-sticky-navigation-text__current {
    margin-right: 42px;
    margin-right: 11.66667vw
  }
}

@media screen and (max-width: 768px) {

  .cl-sticky-navigation-text__current,
  html[lang^="th"] .cl-sticky-navigation-text__current.fs-14 {
    line-height: 128px;
    line-height: 16.66667vw
  }
}

@media screen and (max-width: 768px) and (max-width: 360px) {

  .cl-sticky-navigation-text__current,
  html[lang^="th"] .cl-sticky-navigation-text__current.fs-14 {
    line-height: 60px;
    line-height: 16.66667vw
  }
}

@media screen and (max-width: 768px) {

  .cl-sticky-navigation-text__current,
  html[lang^="my"] .cl-sticky-navigation-text__current.fs-14 {
    line-height: 128px;
    line-height: 16.66667vw
  }
}

@media screen and (max-width: 768px) and (max-width: 360px) {

  .cl-sticky-navigation-text__current,
  html[lang^="my"] .cl-sticky-navigation-text__current.fs-14 {
    line-height: 60px;
    line-height: 16.66667vw
  }
}

@media screen and (max-width: 768px) {
  .cl-sticky-navigation-text__toggle {
    display: block;
    position: absolute;
    top: 50%;
    right: 0px;
    right: 0vw;
    width: 123.73333px;
    width: 16.11111vw;
    height: 128px;
    height: 16.66667vw;
    margin-top: -64px;
    margin-top: -8.33333vw
  }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
  .cl-sticky-navigation-text__toggle {
    right: 0px;
    right: 0vw
  }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
  .cl-sticky-navigation-text__toggle {
    width: 58px;
    width: 16.11111vw
  }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
  .cl-sticky-navigation-text__toggle {
    height: 60px;
    height: 16.66667vw
  }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
  .cl-sticky-navigation-text__toggle {
    margin-top: -30px;
    margin-top: -8.33333vw
  }
}

@media screen and (max-width: 768px) {
  .cl-sticky-navigation-text__toggle:after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 55.46667px;
    width: 7.22222vw;
    height: 34.13333px;
    height: 4.44444vw;
    margin: -17.06667px 0px 0px -27.73333px;
    margin: -2.22222vw 0vw 0vw -3.61111vw;
    background: url("../../../../../../../etc.clientlibs/samsung/clientlibs/us/usglobal/clientlib-dependencies/resources/imgs/svg_tray_arrow_up.svg") no-repeat 50% 50%;
    background-size: 100% auto;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    transition: -webkit-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out
  }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
  .cl-sticky-navigation-text__toggle:after {
    width: 26px;
    width: 7.22222vw
  }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
  .cl-sticky-navigation-text__toggle:after {
    height: 16px;
    height: 4.44444vw
  }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
  .cl-sticky-navigation-text__toggle:after {
    margin: -8px 0px 0px -13px;
    margin: -2.22222vw 0vw 0vw -3.61111vw
  }
}

@media screen and (max-width: 768px) {
  .cl-sticky-navigation-text--mobile-cta-top.cl-sticky-navigation-text--cta-one .cl-sticky-navigation-text__toggle:after {
    width: 34.13333px;
    width: 4.44444vw;
    height: 27.73333px;
    height: 3.61111vw;
    margin: -12.8px 0px 0px -12.8px;
    margin: -1.66667vw 0vw 0vw -1.66667vw
  }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
  .cl-sticky-navigation-text--mobile-cta-top.cl-sticky-navigation-text--cta-one .cl-sticky-navigation-text__toggle:after {
    width: 16px;
    width: 4.44444vw
  }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
  .cl-sticky-navigation-text--mobile-cta-top.cl-sticky-navigation-text--cta-one .cl-sticky-navigation-text__toggle:after {
    height: 13px;
    height: 3.61111vw
  }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
  .cl-sticky-navigation-text--mobile-cta-top.cl-sticky-navigation-text--cta-one .cl-sticky-navigation-text__toggle:after {
    margin: -6px 0px 0px -6px;
    margin: -1.66667vw 0vw 0vw -1.66667vw
  }
}

@media screen and (max-width: 768px) {
  .cl-sticky-navigation-text__toggle.is-active:after {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0)
  }

  .cl-sticky-navigation-text__mobile-wrap {
    position: absolute;
    z-index: 100;
    top: auto;
    left: 0;
    width: 100%;
    height: 0;
    background-color: #f7f7f7
  }

  .is-fixed .cl-sticky-navigation-text__mobile-wrap {
    max-height: -webkit-calc(100vh - 16.66667vw);
    max-height: calc(100vh - 16.66667vw);
    overflow-y: auto
  }

  .cl-sticky-navigation-text--mobile-cta-top.is-fixed .cl-sticky-navigation-text__mobile-wrap {
    overflow-y: visible
  }

  .cl-sticky-navigation-text__mobile-wrap.is-active {
    height: auto
  }

  .cl-sticky-navigation-text__mobile-wrap.is-active .cl-sticky-navigation-text__body,
  .cl-sticky-navigation-text__mobile-wrap.is-active .cl-sticky-navigation-text__buttons {
    display: block
  }

  .cl-sticky-navigation-text__body {
    display: none;
    height: auto
  }

  .cl-sticky-navigation-text--mobile-cta-top.is-fixed .cl-sticky-navigation-text__body {
    max-height: -webkit-calc(100vh - (16.66667vw + 21.6667vw));
    max-height: calc(100vh - (16.66667vw + 21.6667vw));
    overflow-y: auto
  }

  .cl-sticky-navigation-text__list {
    display: block;
    float: none;
    width: 100%;
    margin: 0
  }

  .cl-sticky-navigation-text__item {
    overflow: visible;
    display: block;
    margin: 0;
    padding: 0;
    border-bottom: 1px #dadada solid;
    width: 100%
  }

  .cl-sticky-navigation-text__item .color-ctrl__menu {
    overflow: hidden;
    padding: 0px 34.13333px;
    padding: 0vw 4.44444vw;
    margin-bottom: 0;
    font-weight: bold;
    text-align: left;
    text-overflow: ellipsis;
    white-space: nowrap;
    min-width: initial;
    max-width: none;
    height: auto;
    max-height: none
  }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
  .cl-sticky-navigation-text__item .color-ctrl__menu {
    padding: 0px 16px;
    padding: 0vw 4.44444vw
  }
}

@media screen and (max-width: 768px) {

  .cl-sticky-navigation-text__item .color-ctrl__menu,
  html[lang^="th"] .cl-sticky-navigation-text__item .color-ctrl__menu.fs-14 {
    line-height: 124.8px;
    line-height: 16.25vw
  }
}

@media screen and (max-width: 768px) and (max-width: 360px) {

  .cl-sticky-navigation-text__item .color-ctrl__menu,
  html[lang^="th"] .cl-sticky-navigation-text__item .color-ctrl__menu.fs-14 {
    line-height: 58.5px;
    line-height: 16.25vw
  }
}

@media screen and (max-width: 768px) {

  .cl-sticky-navigation-text__item .color-ctrl__menu,
  html[lang^="my"] .cl-sticky-navigation-text__item .color-ctrl__menu.fs-14 {
    line-height: 124.8px;
    line-height: 16.25vw
  }
}

@media screen and (max-width: 768px) and (max-width: 360px) {

  .cl-sticky-navigation-text__item .color-ctrl__menu,
  html[lang^="my"] .cl-sticky-navigation-text__item .color-ctrl__menu.fs-14 {
    line-height: 58.5px;
    line-height: 16.25vw
  }
}

@media screen and (max-width: 768px) {
  .cl-sticky-navigation-text__item .color-ctrl__title {
    display: inline-block;
    vertical-align: middle
  }

  .cl-sticky-navigation-text__item .color-ctrl__btn {
    display: inline-block;
    width: 30px;
    height: 30px;
    float: none;
    vertical-align: middle;
    margin-left: 10.66667px;
    margin-left: 1.38889vw
  }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
  .cl-sticky-navigation-text__item .color-ctrl__btn {
    margin-left: 5px;
    margin-left: 1.38889vw
  }
}

@media screen and (max-width: 768px) {
  .cl-sticky-navigation-text__item .color-ctrl__btn+.color-ctrl__btn {
    margin-left: 5px
  }

  .cl-sticky-navigation-text__link {
    overflow: hidden;
    padding: 0px 34.13333px;
    padding: 0vw 4.44444vw;
    margin-bottom: 0;
    font-weight: bold;
    text-align: left;
    text-overflow: ellipsis;
    white-space: nowrap;
    min-width: initial;
    max-width: none;
    height: auto;
    max-height: none
  }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
  .cl-sticky-navigation-text__link {
    padding: 0px 16px;
    padding: 0vw 4.44444vw
  }
}

@media screen and (max-width: 768px) {

  .cl-sticky-navigation-text__link,
  html[lang^="th"] .cl-sticky-navigation-text__link.fs-14 {
    line-height: 124.8px;
    line-height: 16.25vw
  }
}

@media screen and (max-width: 768px) and (max-width: 360px) {

  .cl-sticky-navigation-text__link,
  html[lang^="th"] .cl-sticky-navigation-text__link.fs-14 {
    line-height: 58.5px;
    line-height: 16.25vw
  }
}

@media screen and (max-width: 768px) {

  .cl-sticky-navigation-text__link,
  html[lang^="my"] .cl-sticky-navigation-text__link.fs-14 {
    line-height: 124.8px;
    line-height: 16.25vw
  }
}

@media screen and (max-width: 768px) and (max-width: 360px) {

  .cl-sticky-navigation-text__link,
  html[lang^="my"] .cl-sticky-navigation-text__link.fs-14 {
    line-height: 58.5px;
    line-height: 16.25vw
  }
}

@media screen and (max-width: 768px) {

  .cl-sticky-navigation-text__link.is-active:after,
  .cl-sticky-navigation-text__link:hover:after,
  .cl-sticky-navigation-text__link:focus:after {
    display: none
  }

  .cl-sticky-navigation-text__link.is-active {
    background-color: #eaeaea
  }

  .cl-sticky-navigation-text__link:-moz-focusring {
    outline: 1px dotted #636363 !important;
    margin: 2.13333px;
    margin: .27778vw
  }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
  .cl-sticky-navigation-text__link:-moz-focusring {
    margin: 1px;
    margin: .27778vw
  }
}

@media screen and (max-width: 768px) {
  .cl-sticky-navigation-text__link::-moz-focus-inner {
    padding: 0;
    border: none
  }

  .cl-sticky-navigation-text__menu {
    max-height: none;
    width: 100%
  }

  .cl-sticky-navigation-text__buttons {
    display: none;
    overflow: hidden;
    width: auto;
    margin: 0;
    text-align: center;
    padding: 42.66667px 12.8px 19.2px;
    padding: 5.55556vw 1.66667vw 2.5vw;
    max-width: none
  }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
  .cl-sticky-navigation-text__buttons {
    padding: 20px 6px 9px;
    padding: 5.55556vw 1.66667vw 2.5vw
  }
}

@media screen and (max-width: 768px) {
  .cl-sticky-navigation-text--mobile-cta-top .cl-sticky-navigation-text__buttons {
    display: block;
    position: absolute;
    bottom: 100%;
    left: 0;
    right: 0
  }

  .cl-sticky-navigation-text--mobile-cta-top.cl-sticky-navigation-text--cta-one .cl-sticky-navigation-text__buttons {
    left: 50%;
    padding: 25.6px 21.33333px;
    padding: 3.33333vw 2.77778vw
  }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
  .cl-sticky-navigation-text--mobile-cta-top.cl-sticky-navigation-text--cta-one .cl-sticky-navigation-text__buttons {
    padding: 12px 10px;
    padding: 3.33333vw 2.77778vw
  }
}

@media screen and (max-width: 768px) {
  .cl-sticky-navigation-text--mobile-cta-top.cl-sticky-navigation-text--cta-two .cl-sticky-navigation-text__buttons {
    padding: 25.6px 14.93333px;
    padding: 3.33333vw 1.94444vw;
    margin-bottom: 132.26667px;
    margin-bottom: 17.22222vw
  }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
  .cl-sticky-navigation-text--mobile-cta-top.cl-sticky-navigation-text--cta-two .cl-sticky-navigation-text__buttons {
    padding: 12px 7px;
    padding: 3.33333vw 1.94444vw
  }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
  .cl-sticky-navigation-text--mobile-cta-top.cl-sticky-navigation-text--cta-two .cl-sticky-navigation-text__buttons {
    margin-bottom: 62px;
    margin-bottom: 17.22222vw
  }
}

@media screen and (max-width: 768px) {
  .cl-sticky-navigation-text__buttons .cl-btn-inherit {
    float: none;
    white-space: normal;
    margin: 0
  }

  .cl-sticky-navigation-text__buttons .cl-btn-inherit>a {
    max-width: 100%
  }

  .cl-sticky-navigation-text--mobile-cta-top .cl-sticky-navigation-text__buttons .cl-btn-inherit>a.s-ico-new-window.s-btn-encased {
    padding-right: 27.73333px;
    padding-right: 3.61111vw
  }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
  .cl-sticky-navigation-text--mobile-cta-top .cl-sticky-navigation-text__buttons .cl-btn-inherit>a.s-ico-new-window.s-btn-encased {
    padding-right: 13px;
    padding-right: 3.61111vw
  }
}

@media screen and (max-width: 768px) {

  .cl-sticky-navigation-text__buttons .s-btn-encased,
  .cl-sticky-navigation-text__buttons .s-btn-text {
    margin: 0px 10.66667px 21.33333px;
    margin: 0vw 1.38889vw 2.77778vw
  }
}

@media screen and (max-width: 768px) and (max-width: 360px) {

  .cl-sticky-navigation-text__buttons .s-btn-encased,
  .cl-sticky-navigation-text__buttons .s-btn-text {
    margin: 0px 5px 10px;
    margin: 0vw 1.38889vw 2.77778vw
  }
}

@media screen and (max-width: 768px) {

  .cl-sticky-navigation-text--mobile-cta-top .cl-sticky-navigation-text__buttons .s-btn-encased,
  .cl-sticky-navigation-text--mobile-cta-top .cl-sticky-navigation-text__buttons .s-btn-text {
    padding: 27.73333px 27.73333px 25.6px;
    padding: 3.61111vw 3.61111vw 3.33333vw;
    margin: 0px 6.4px;
    margin: 0vw .83333vw
  }
}

@media screen and (max-width: 768px) and (max-width: 360px) {

  .cl-sticky-navigation-text--mobile-cta-top .cl-sticky-navigation-text__buttons .s-btn-encased,
  .cl-sticky-navigation-text--mobile-cta-top .cl-sticky-navigation-text__buttons .s-btn-text {
    padding: 13px 13px 12px;
    padding: 3.61111vw 3.61111vw 3.33333vw
  }
}

@media screen and (max-width: 768px) and (max-width: 360px) {

  .cl-sticky-navigation-text--mobile-cta-top .cl-sticky-navigation-text__buttons .s-btn-encased,
  .cl-sticky-navigation-text--mobile-cta-top .cl-sticky-navigation-text__buttons .s-btn-text {
    margin: 0px 3px;
    margin: 0vw .83333vw
  }
}

@media screen and (max-width: 768px) {

  .cl-sticky-navigation-text--mobile-cta-top.cl-sticky-navigation-text--cta-one .cl-sticky-navigation-text__buttons .s-btn-encased,
  .cl-sticky-navigation-text--mobile-cta-top.cl-sticky-navigation-text--cta-one .cl-sticky-navigation-text__buttons .s-btn-text {
    min-width: 100%;
    margin: 0
  }

  .cl-sticky-navigation-text--mobile-cta-top.cl-sticky-navigation-text--cta-two .cl-sticky-navigation-text__buttons .s-btn-encased,
  .cl-sticky-navigation-text--mobile-cta-top.cl-sticky-navigation-text--cta-two .cl-sticky-navigation-text__buttons .s-btn-text {
    width: 48%
  }

  .cl-sticky-navigation-text--black {
    border: 0 none;
    background-color: #000
  }

  .cl-sticky-navigation-text--black .cl-sticky-navigation-text__header {
    background-color: #000;
    border-color: #363636
  }

  .cl-sticky-navigation-text--black .cl-sticky-navigation-text__current {
    color: #fff
  }

  .cl-sticky-navigation-text--black .cl-sticky-navigation-text__toggle:-moz-focusring {
    outline: 1px dotted #636363 !important
  }

  .cl-sticky-navigation-text--black .cl-sticky-navigation-text__toggle:after {
    background-image: url("../../../../../../../etc.clientlibs/samsung/clientlibs/us/usglobal/clientlib-dependencies/resources/imgs/svg-pd-arrow-top-white.svg")
  }

  .cl-sticky-navigation-text--black .cl-sticky-navigation-text__mobile-container {
    background-color: #222425
  }

  .cl-sticky-navigation-text--black .cl-sticky-navigation-text__item {
    border-color: #363636
  }

  .cl-sticky-navigation-text--black .cl-sticky-navigation-text__link.is-active {
    background-color: #363636
  }

  .cl-sticky-navigation-text--no-image .cl-sticky-navigation-text__current {
    max-width: 611.2px;
    max-width: 79.58333vw;
    min-height: 128px;
    min-height: 16.66667vw;
    margin-right: 89.6px;
    margin-right: 11.66667vw
  }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
  .cl-sticky-navigation-text--no-image .cl-sticky-navigation-text__current {
    max-width: 286.5px;
    max-width: 79.58333vw
  }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
  .cl-sticky-navigation-text--no-image .cl-sticky-navigation-text__current {
    min-height: 60px;
    min-height: 16.66667vw
  }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
  .cl-sticky-navigation-text--no-image .cl-sticky-navigation-text__current {
    margin-right: 42px;
    margin-right: 11.66667vw
  }
}

@media screen and (max-width: 768px) {
  .cl-sticky-navigation-text--no-image .cl-sticky-navigation-text__list {
    width: 100%;
    margin: 0
  }

  .cl-sticky-navigation-text--no-image .cl-sticky-navigation-text__buttons {
    max-width: 100%
  }
}

.cl-sticky-navigation-text {
  clear: both
}
.primary-selection-new-variation .text-link-slide-in {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center
}

.primary-selection-new-variation .gray-theme {
    background-color: #f2f2f2
}

.primary-selection-new-variation .dark-theme {
    background-color: #000
}

.primary-selection-new-variation .dark-theme .tl-btn-navigation {
    border-bottom: 1px solid #fff !important
}

.primary-selection-new-variation .dark-theme .tl-btn-navigation:after {
    color: white
}

.primary-selection-new-variation .dark-theme .primary-selection-new-variation__link {
    border-bottom: 1px solid #fff !important
}

.primary-selection-new-variation .dark-theme .primary-selection-new-variation__link2 {
    border-bottom: 1px solid #fff !important
}

.primary-selection-new-variation .dark-theme .product-name {
    color: #ffffff
}

.primary-selection-new-variation .slick-dotted .s-slick-dots {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    -js-display: flex !important;
    display: flex !important
}

.primary-selection-new-variation__btn {
    font-weight: 700;
    font-size: 10px;
    color: white;
    background-color: #1428a0;
    padding: 20px 38px 20px 38px;
    min-width: 135px;
    border: none
}

.primary-selection-new-variation__btn:hover {
    border: none;
    color: #FFFFFF !important;
    background-color: #0b175c !important
}

.primary-selection-new-variation__btn:hover:after {
    background: url("../../../../../../../etc.clientlibs/samsung/clientlibs/us/common/clientlib-dependencies/resources/images/icons/newwindow.svg") no-repeat !important
}

.primary-selection-new-variation__btn:focus {
    outline: none !important
}

.primary-selection-new-variation__btn[target='_blank']:after {
    background: url("../../../../../../../etc.clientlibs/samsung/clientlibs/us/common/clientlib-dependencies/resources/images/icons/newwindow.svg") no-repeat !important
}

.primary-selection-new-variation__btn[target='_blank']:after:hover {
    background: url("../../../../../../../etc.clientlibs/samsung/clientlibs/us/common/clientlib-dependencies/resources/images/icons/newwindow-black.svg") no-repeat !important
}

@media (min-width: 769px) {
    .primary-selection-new-variation__btn {
        padding: 16.7px 40px 17px 40px;
        font-size: 11px;
        min-width: 172px
    }
}

.primary-selection-new-variation__btn2 {
    font-weight: 700;
    font-size: 10px;
    color: white;
    background-color: #1428a0;
    padding: 20px 38px 20px 38px;
    min-width: 135px;
    border: none
}

.primary-selection-new-variation__btn2:hover {
    border: none;
    color: #FFFFFF !important;
    background-color: #0b175c !important
}

.primary-selection-new-variation__btn2:hover:after {
    background: url("../../../../../../../etc.clientlibs/samsung/clientlibs/us/common/clientlib-dependencies/resources/images/icons/newwindow.svg") no-repeat !important
}

.primary-selection-new-variation__btn2:focus {
    outline: none !important
}

.primary-selection-new-variation__btn2[target='_blank']:after {
    background: url("../../../../../../../etc.clientlibs/samsung/clientlibs/us/common/clientlib-dependencies/resources/images/icons/newwindow.svg") no-repeat !important
}

.primary-selection-new-variation__btn2[target='_blank']:after:hover {
    background: url("../../../../../../../etc.clientlibs/samsung/clientlibs/us/common/clientlib-dependencies/resources/images/icons/newwindow-black.svg") no-repeat !important
}

@media (min-width: 769px) {
    .primary-selection-new-variation__btn2 {
        padding: 16.7px 40px 17px 40px;
        font-size: 11px;
        min-width: 172px
    }
}

.primary-selection-new-variation__link {
    color: #000;
    font-weight: 700;
    font-size: 10px;
    letter-spacing: 1.7;
    padding-bottom: 6.5px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    border-bottom: 1px solid #000;
    margin-bottom: 44px
}

@media (min-width: 769px) {
    .primary-selection-new-variation__link {
        font-size: 14px;
        margin-bottom: 44px
    }
}

.primary-selection-new-variation__link:focus {
    outline-color: #4d90fe;
    outline-style: solid;
    outline-width: thin
}

.primary-selection-new-variation__link2 {
    color: #000;
    font-weight: 700;
    font-size: 10px;
    letter-spacing: 1.7;
    padding-bottom: 6.5px;
    border-bottom: 1px solid #000;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    margin-bottom: 44px
}

@media (min-width: 769px) {
    .primary-selection-new-variation__link2 {
        font-size: 11px;
        margin-bottom: 44px
    }
}

.primary-selection-new-variation__link2:focus {
    outline-color: #4d90fe;
    outline-style: solid;
    outline-width: thin
}

@media (min-width: 769px) {
    .primary-selection-new-variation__three-slide-container {
        padding-left: 12.5%;
        padding-right: 12.5%
    }
}

.primary-selection-new-variation__top-text {
    text-align: center
}

.primary-selection-new-variation__top-text .container-wrapper {
    padding-top: 12.65%
}

@media (min-width: 769px) {
    .primary-selection-new-variation__top-text .container-wrapper {
        padding-top: 0
    }
}

.primary-selection-new-variation__identify {
    text-align: center;
    position: relative
}

.primary-selection-new-variation__identify .product-name sub {
    font-size: 9px;
    line-height: 9px;
    margin-left: .1em;
    bottom: -.1em
}

@media (min-width: 769px) and (max-width: 1280px) {
    .primary-selection-new-variation__identify .product-name sub {
        font-size: 0.63vw;
        line-height: 0.63vw
    }
}

@media (max-width: 768px) {
    .primary-selection-new-variation__identify .product-name sub {
        font-size: 6px;
        line-height: 6px
    }
}

.primary-selection-new-variation__identify .product-name sup {
    vertical-align: super;
    font-size: 9px;
    line-height: 9px;
    margin-left: .1em;
    top: 0
}

@media (min-width: 769px) and (max-width: 1280px) {
    .primary-selection-new-variation__identify .product-name sup {
        font-size: 0.63vw;
        line-height: 0.63vw
    }
}

@media (max-width: 768px) {
    .primary-selection-new-variation__identify .product-name sup {
        font-size: 6px;
        line-height: 6px
    }
}

.primary-selection-new-variation__identify .product-description sub {
    font-size: 8px;
    line-height: 8px;
    margin-left: .1em;
    bottom: -.1em
}

@media (min-width: 769px) and (max-width: 1280px) {
    .primary-selection-new-variation__identify .product-description sub {
        font-size: 0.56vw;
        line-height: 0.56vw
    }
}

@media (max-width: 768px) {
    .primary-selection-new-variation__identify .product-description sub {
        font-size: 6px;
        line-height: 6px
    }
}

.primary-selection-new-variation__identify .product-description sup {
    vertical-align: super;
    font-size: 8px;
    line-height: 8px;
    margin-left: .1em;
    top: 0
}

@media (min-width: 769px) and (max-width: 1280px) {
    .primary-selection-new-variation__identify .product-description sup {
        font-size: 0.56vw;
        line-height: 0.56vw
    }
}

@media (max-width: 768px) {
    .primary-selection-new-variation__identify .product-description sup {
        font-size: 6px;
        line-height: 6px
    }
}

.primary-selection-new-variation__identify .divider {
    border-bottom: 8px solid #fff;
    clear: both
}

@media (min-width: 769px) {
    .primary-selection-new-variation__identify .divider {
        border-bottom: 0;
        clear: none
    }
}

.primary-selection-new-variation__identify .span-lg-3, .primary-selection-new-variation__identify .span-lg-4 {
    background-color: transparent
}

.primary-selection-new-variation__identify .span-lg-3:focus, .primary-selection-new-variation__identify .span-lg-3 :active, .primary-selection-new-variation__identify .span-lg-4:focus, .primary-selection-new-variation__identify .span-lg-4 :active {
    outline: none
}

.primary-selection-new-variation__title {
    margin-bottom: 13.34%
}

.primary-selection-new-variation__title sub {
    font-size: 18px;
    line-height: 18px;
    bottom: -.1em
}

@media (min-width: 769px) and (max-width: 1280px) {
    .primary-selection-new-variation__title sub {
        font-size: 1.25vw;
        line-height: 1.25vw
    }
}

@media (max-width: 768px) {
    .primary-selection-new-variation__title sub {
        font-size: 12px;
        line-height: 12px
    }
}

.primary-selection-new-variation__title sup {
    vertical-align: super;
    font-size: 18px;
    line-height: 18px;
    top: 0em
}

@media (min-width: 769px) and (max-width: 1280px) {
    .primary-selection-new-variation__title sup {
        font-size: 1.25vw;
        line-height: 1.25vw
    }
}

@media (max-width: 768px) {
    .primary-selection-new-variation__title sup {
        font-size: 12px;
        line-height: 12px
    }
}

@media (min-width: 769px) {
    .primary-selection-new-variation__title {
        margin-bottom: 63px
    }
}

.primary-selection-new-variation__title h1, .primary-selection-new-variation__title h2 {
    margin-bottom: 2.35%
}

@media (min-width: 769px) {
    .primary-selection-new-variation__title h1, .primary-selection-new-variation__title h2 {
        margin-bottom: 2.33%
    }
}

.primary-selection-new-variation__title .tl-btn-wrapper {
    margin-top: 1.2%
}

@media (min-width: 769px) {
    .primary-selection-new-variation__title .tl-btn-wrapper {
        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;
        width: 66.66667%;
        margin-left: 16.66667%;
        margin-right: 16.66667%
    }
}

.primary-selection-new-variation__title .tl-btn-wrapper .tl-btn-navigation {
    font-size: 14px;
    text-transform: uppercase;
    padding-bottom: 6px;
    border-bottom: 1px solid #000;
    letter-spacing: 1.7px
}

.primary-selection-new-variation__title .tl-btn-wrapper .tl-btn-navigation.noArrow:after {
    content: none
}

.primary-selection-new-variation__product {
    background-color: transparent;
    padding-bottom: 44px;
    padding-top: 44px;
    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
}

@media (min-width: 769px) {
    .primary-selection-new-variation__product {
        padding-top: 0;
        padding-bottom: 44px
    }
}

@media (max-width: 768px) {
    .primary-selection-new-variation__product .img-wrapper {
        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: 0;
        width: 50%;
        margin-left: 25%;
        margin-right: 25%;
        margin-bottom: 30px;
        margin-top: 43px
    }
}

.primary-selection-new-variation__product .img-wrapper.two-img {
    margin: auto;
    width: 100%
}

.primary-selection-new-variation__product .img-wrapper .primary-selection-image-link {
    display: initial
}

.primary-selection-new-variation__product .img-wrapper .primary-selection-image-link:focus {
    outline-color: #4d90fe;
    outline-style: solid;
    outline-width: thin
}

.primary-selection-new-variation__product .img-wrapper img {
    margin: 0;
    max-width: 100%
}

@media (min-width: 769px) {
    .primary-selection-new-variation__product .img-wrapper img {
        margin-bottom: 61px;
        margin-top: 86px
    }
}

.primary-selection-new-variation__product .product-name {
    font-family: 'SamsungSansSharp';
    margin-bottom: 7.5px;
    font-size: 12px
}

@media (min-width: 769px) {
    .primary-selection-new-variation__product .product-name {
        font-size: 14px;
        line-height: 178%
    }
}

.primary-selection-new-variation__product .type-p2 {
    font-weight: 400;
    margin-bottom: 17.5px
}

@media (min-width: 769px) {
    .primary-selection-new-variation__product .type-p2 {
        margin-bottom: 36.3px
    }
}

.primary-selection-new-variation__product-img:focus, .primary-selection-new-variation__product-img :active {
    outline: none
}

.primary-selection-new-variation__product-img .primary-selection-image-link {
    display: block
}

@media (max-width: 768px) {
    .primary-selection-new-variation__product-img .img-wrapper {
        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: 0;
        width: 50%;
        margin-left: 25%;
        margin-right: 25%;
        margin-bottom: 30px;
        margin-top: 43px
    }
}

.primary-selection-new-variation__product-img .img-wrapper img {
    margin: 0;
    max-width: 100%
}

@media (min-width: 769px) {
    .primary-selection-new-variation__product-img .img-wrapper img {
        margin-bottom: 61px;
        margin-top: 86px
    }
}

.primary-selection-new-variation__product-text>div, .primary-selection-new-variation__product-text .slick-slide {
    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
}

@media (max-width: 768px) {
    .primary-selection-new-variation__product-text {
        padding-top: 38px !important
    }
}

.primary-selection-new-variation__product-text:focus, .primary-selection-new-variation__product-text :active {
    outline: none
}

.primary-selection-new-variation__product-text .span-lg-4 {
    padding: 0 5px
}

.primary-selection-new-variation__product-text .product-name {
    font-size: 14px;
    line-height: 171.42857%;
    font-weight: 400;
    font-family: 'SamsungSansSharp';
    margin-bottom: 7.5px;
    display: inline-block;
    color: #363636
}

.primary-selection-new-variation__product-text .product-name.light-weight {
    font-weight: 400
}

@media (min-width: 769px) {
    .primary-selection-new-variation__product-text .product-name {
        font-size: 18px;
        line-height: 177.77778%
    }
}

@media (max-width: 768px) {
    .primary-selection-new-variation__product-text .product-name {
        line-height: 1.7
    }
}

.primary-selection-new-variation__product-text .product-price__current {
    font-size: 16px
}

.primary-selection-new-variation__product-text .product-price__previous {
    font-size: 12px;
    color: #999999;
    text-decoration: line-through
}

.primary-selection-new-variation__product-text .product-price__previous * {
    color: #999999
}

.primary-selection-new-variation__product-text .product-price__save {
    font-size: 12px;
    color: #31b2e2
}

.primary-selection-new-variation__product-text .product-price__save * {
    color: #31b2e2
}

.primary-selection-new-variation__product-text .product-financing {
    font-size: 12px;
    margin-bottom: 20px
}

.primary-selection-new-variation__product-text .product-financing__price {
    margin-bottom: 13px;
    line-height: 16px;
    margin-top: 11px
}

.primary-selection-new-variation__product-text .product-financing__price b {
    font-size: 15px;
    font-weight: 500
}

.primary-selection-new-variation__product-text .product-financing__price .finance-support {
    color: #1428a0;
    font-weight: bold;
    letter-spacing: 1.2px;
    margin-top: 4px;
    margin-bottom: 10px
}

.primary-selection-new-variation__product-text .product-financing__price .finance-interest {
    font-size: 24px;
    line-height: 1
}

.primary-selection-new-variation__product-text .product-financing__price .finance-interest b {
    font-size: 24px
}

.primary-selection-new-variation__product-text .product-financing__price .finance-interest sup {
    vertical-align: super;
    top: 6px;
    font-size: 18px
}

.primary-selection-new-variation__product-text .product-financing__price .finance-interest sup.sup-oslash {
    top: -2px
}

.primary-selection-new-variation__product-text .type-p2 {
    font-weight: 400;
    margin-bottom: 17.5px
}

@media (min-width: 769px) {
    .primary-selection-new-variation__product-text .type-p2 {
        margin-bottom: 36.3px
    }
}

.primary-selection-new-variation__product-text .cta-button {
    margin-bottom: 44px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center
}

@media (min-width: 769px) {
    .primary-selection-new-variation__product-text .cta-button {
        margin-bottom: 44px
    }
}

@media (max-width: 768px) {
    .primary-selection-new-variation__img {
        display: block;
        width: 100%
    }
}

.primary-selection-new-variation--one-component {
    background-color: transparent
}

@media (min-width: 769px) {
    .primary-selection-new-variation--four-component .primary-selection__product-img img {
        margin-bottom: 61px;
        margin-top: 15.86%
    }
}

@media (min-width: 769px) {
    .primary-selection-new-variation .cols-lg-5 {
        width: 20%;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        float: left;
        position: relative;
        border-left-width: 24px
    }
}

.primary-selection-new-variation .slick-slider {
    margin-bottom: 0
}

.primary-selection-new-variation .slick-dots {
    bottom: inherit
}

.primary-selection-new-variation .slick-dots li button {
    background: #cccccc;
    border: 1px solid #cccccc
}

.primary-selection-new-variation .slick-dots li.slick-active button {
    background: #999999
}

.primary-selection-new-variation .slick-arrow {
    background-color: transparent;
    background-image: none;
    padding: 0 30px
}

.primary-selection-new-variation .slick-arrow__icon {
    color: #999999
}

.primary-selection-new-variation #im-cell-phones .LPMcontainer.LPMoverlay {
    position: absolute !important;
    width: 100% !important;
    height: 140% !important;
    opacity: 0 !important;
    z-index: 1
}

.primary-selection-new-variation .primary-selection-new-variation__btn:hover {
    color: #FFFFFF !important
}

.primary-selection-new-variation *:focus {
    outline: none
}

@media (min-width: 769px) {
    .one-primary-offset {
        margin-left: 37.5%
    }
}

.primary-selection-mobile-friendly-design {
    display: none;
}

@media (max-width: 768px) {

    .primary-selection-new-variation--mobile-friendly-design.primary-selection-new-variation--two-component,
    .primary-selection-new-variation--mobile-friendly-design.primary-selection-new-variation--three-component,
    .primary-selection-new-variation--mobile-friendly-design.primary-selection-new-variation--three-component,
    .primary-selection-new-variation--mobile-friendly-design.primary-selection-new-variation--four-component {
        display: none;
    }

    .primary-selection-mobile-friendly-design {
        display: block;
    }

    .primary-selection-new-variation__product-list {
        display: flex;
        flex-wrap: wrap;
        margin: 16px 16px 0 16px;
        gap: 20px;
    }
    
    .primary-selection-new-variation__product-container {
        flex-grow: 1;
        width: 27.5%;
        display: flex;
        flex-direction: column;
    }

    .primary-selection-new-variation__product-container .primary-selection-new-variation__product-img{
        justify-content: center;
        align-content: center;
        display: flex;
    }

    .primary-selection-new-variation__product-container .mobile-img-wrapper {
        border: 0 solid rgba(0, 0, 0, 0);
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        background-clip: padding-box !important;
        position: relative;
        border-left-width: 0;
        width: 60px;
        height: 60px;
    }

    .primary-selection-new-variation__product-container  .primary-selection-new-variation__product-text {
        padding-top: 8px !important
    }
}
