.samsung-common-overlay {
    display: none;
    position: fixed;
    z-index: 9998;
    top: 0;
    left: 0;
    opacity: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: 1ms opacity ease;
    transition: 1ms opacity ease;
    background: rgba(0, 0, 0, 0.6)
}

.samsung-common-overlay .samsung-common-open {
    opacity: 1
}

.samsung-common-overlay.fade-and-drop {
    opacity: 0
}

.samsung-common-overlay.fade-and-drop.samsung-common-open {
    display: block;
    top: 0;
    opacity: 1
}

.samsung-common-modal {
    display: none;
    font-family: "SamsungOneLatinWeb";
    position: fixed;
    z-index: 9999;
    top: 50%;
    left: 50%;
    opacity: 0;
    width: 94%;
    padding: 24px 20px;
    -webkit-transition: 1ms opacity ease;
    transition: 1ms opacity ease;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-border-radius: 2px;
    border-radius: 2px;
    background: #fff
}

.samsung-common-modal.samsung-common-open {
    opacity: 1
}

.samsung-common-modal.samsung-common-open.samsung-common-anchored {
    top: 20px;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0)
}

.samsung-common-modal .samsung-common-x {
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    position: absolute;
    top: 10px;
    right: 20px;
    padding: 5px 7px 7px;
    cursor: pointer;
    border: 0;
    outline: none;
    color: #dadada;
    width: auto;
    background-color: #FFFFFF;
    text-decoration: none
}

.samsung-common-modal .samsung-common-x:before {
    content: '\e90d'
}

.samsung-common-modal .samsung-common-x:hover {
    color: #363636
}

.samsung-common-modal .samsung-common-content {
    font-weight: bold;
    font-size: 35px;
    width: 100%;
    margin: 20px auto 30px;
    text-align: center
}

.samsung-common-modal .samsung-common-button-holder {
    width: 100%;
    text-align: center
}

.samsung-common-modal .samsung-common-button {
    margin: 15px auto 10px;
    position: relative;
    display: inline-block;
    padding: 4.1% 12.9%;
    font-size: 24px;
    font-size: 3.33vw;
    width: 100%;
    text-align: center;
    overflow: hidden;
    font-weight: 800;
    line-height: 1;
    letter-spacing: .2em;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: 0 0, 0 100%;
    background-size: 100% 100%, 100% 100%;
    border: 1px solid;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    outline: 0;
    -webkit-transition: .2s ease-in;
    transition: .2s ease-in;
    background-clip: border-box;
    background-color: #fff;
    color: #000
}

@media (min-width: 769px) {
    .samsung-common-modal .samsung-common-button {
        font-weight: 700;
        width: 30%;
        padding: 15px 20px;
        font-size: 16px
    }
}

.samsung-common-modal .samsung-common-button:hover {
    color: #fff;
    background-color: #000
}

.samsung-common-modal.fade-and-drop {
    top: -300%;
    opacity: 1
}

.samsung-common-modal.fade-and-drop.samsung-common-open {
    display: block;
    top: 50%
}
@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
}
@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
}
.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}

.sg-g-carousel-container .feature-benefit-full-bleed-image__text-block__title {
    margin-bottom: 25px
}

@media (max-width: 768px) {
    .sg-g-carousel-container .feature-benefit-full-bleed-image__text-block__title {
        margin-bottom: 9px
    }
}

.sg-g-carousel-container .feature-benefit-full-bleed-image__text-block__container {
    margin-top: 25px
}

.sg-g-carousel-container .feature-benefit-full-bleed-image__text-block__container a:nth-child(1) {
    margin-left: 0
}

.sg-g-carousel-container .feature-benefit .cta-button {
    font-size: 11px;
    letter-spacing: 1.7px;
    padding: 16px 57px 15px 59px;
    font-weight: 700
}

.sg-g-carousel-container .feature-benefit .cta-button:first-of-type {
    margin-left: 0
}

@media (max-width: 768px) {
    .sg-g-carousel-container .feature-benefit .cta-button {
        font-size: 10px;
        letter-spacing: 1.5px;
        margin: 10px;
        padding: 16px 38px 15px
    }
}

.sg-g-carousel-container .feature-benefit .feature-benefit__cta2, .sg-g-carousel-container .feature-benefit .hyper-link {
    vertical-align: middle;
    padding-bottom: 6px;
    font-size: 11px;
    letter-spacing: 1.7px;
    font-weight: bold;
    text-transform: uppercase;
    position: relative;
    top: 3px;
    margin: 0 10px;
    border-bottom: 1px solid
}

.sg-g-carousel-container .feature-benefit .feature-benefit__cta2:hover, .sg-g-carousel-container .feature-benefit .hyper-link:hover {
    color: #00B3E3
}

.sg-g-carousel-container .feature-benefit .cta-wrapper a {
    margin-right: 20px
}

.sg-g-carousel-container .feature-benefit .p1-description {
    margin-bottom: 25px
}

.sg-g-carousel-container .feature-benefit .dark-theme .hyper-link {
    color: white
}

.sg-g-carousel-container .feature-benefit .feature-benefit-horizontal .text-wrapper .title-text {
    margin-bottom: 15px
}

@media (min-width: 769px) {
    .sg-g-carousel-container .feature-benefit .feature-benefit-horizontal-image-right .feature-benefit--inline .text-container .text-wrapper {
        margin-left: 14.8%;
        border-left-width: 0
    }

    .sg-g-carousel-container .feature-benefit .feature-benefit-horizontal-image-right .feature-benefit--inline .text-container, .sg-g-carousel-container .feature-benefit .feature-benefit-horizontal-image-left .feature-benefit--inline .text-container {
        width: 56%;
        border-left-width: 0
    }

    .sg-g-carousel-container .feature-benefit .feature-benefit-horizontal-image-right .feature-benefit--inline .image-container, .sg-g-carousel-container .feature-benefit .feature-benefit-horizontal-image-left .feature-benefit--inline .image-container {
        width: 44%
    }

    .sg-g-carousel-container .feature-benefit .feature-benefit-horizontal-image-left .feature-benefit--inline .text-container .text-wrapper {
        margin-left: 26%
    }
}

.sg-g-carousel-container {
    min-height: 300px
}

.sg-g-carousel-container .slick-dots {
    background: rgba(54, 54, 54, 0.7);
    display: inline-block;
    width: auto;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    -webkit-border-radius: 20px;
    border-radius: 20px;
    border-radius: 20px;
    bottom: 1.38vw;
    padding: 3px 6px
}

.sg-g-carousel-container .slick-dots li {
    height: 10px;
    width: 10px;
    vertical-align: middle;
    margin: 0 3px;
    padding: 0
}

.sg-g-carousel-container .slick-dots li button {
    border: white solid 1px;
    width: 8px;
    height: 8px;
    color: transparent
}

.sg-g-carousel-container .slick-dots li button:hover {
    background-color: white
}

.sg-g-carousel-container .slick-dots li.slick-active button {
    background-color: white
}

.sg-g-carousel-container .slick-dots .slick-dots-pause button {
    background-image: url("../../../../../../../etc.clientlibs/samsung/clientlibs/us/usglobal/clientlib-dependencies/resources/imgs/common/btn-carousel-pause-white.svg");
    border: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    background-color: transparent;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: auto 100%
}

.sg-g-carousel-container .slick-dots .slick-dots-pause button:hover {
    background-color: transparent;
    background-image: url("../../../../../../../etc.clientlibs/samsung/clientlibs/us/usglobal/clientlib-dependencies/resources/imgs/common/btn-carousel-pause-white.svg");
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: auto 100%
}

.sg-g-carousel-container .slick-dots .slick-dots-play button {
    background-image: url("../../../../../../../etc.clientlibs/samsung/clientlibs/us/usglobal/clientlib-dependencies/resources/imgs/common/btn-carousel-playarw-white-right.svg");
    border: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    background-color: transparent;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: auto 100%
}

.sg-g-carousel-container .slick-dots .slick-dots-play button:hover {
    background-color: transparent;
    background: url("../../../../../../../etc.clientlibs/samsung/clientlibs/us/usglobal/clientlib-dependencies/resources/imgs/common/btn-carousel-playarw-white-right.svg");
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: auto 100%
}

.sg-g-carousel-container .slick-arrow__icon {
    color: #363636
}

.sg-g-carousel-container .slick-next, .sg-g-carousel-container .slick-prev {
    background-image: none;
    background-color: rgba(255, 255, 255, 0.5);
    width:60px;
    height: 100px;
    top: 0%;
    transform: translate(0, 0);
}

.sg-g-carousel-container .slick-next {
    right: -15px;
}

.sg-g-carousel-container .slick-prev {
    left: -15px;
}

.sg-g-comp-carousel .sg-g-carousel-container .slick-prev:before {
    content: '\e903';
    font-family: 'SamsungSharpGraphic' !important;
    font-size: 25px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #363636;
}
  
.sg-g-comp-carousel .sg-g-carousel-container .slick-next:before {
    content: '\e902';
    font-family: 'SamsungSharpGraphic' !important;
    font-size: 25px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #363636;
}

@media (max-width: 768px) {
    .sg-g-carousel-container .slick-next, .sg-g-carousel-container .slick-prev {
        height: 100px;
        padding: 0 5px
    }
}

@media (min-width: 769px) {
    .sg-g-countdown-promo-container {
        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;
        text-align: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}
.sg-g-offer-navigation .sg-g-offer-navigation-col-1 {
    font-size: 0;
    white-space: nowrap
}

@media (min-width: 769px) {
    .sg-g-offer-navigation .sg-g-offer-navigation-col-1 {
        width: 12.5%
    }
}

.sg-g-offer-navigation .sg-g-offer-navigation-col-1 .sg-g-offer-navigation-item {
    width: 100%;
    vertical-align: top;
    font-size: 18px;
    display: inline-block
}

@media (max-width: 768px) {
    .sg-g-offer-navigation .sg-g-offer-navigation-col-1 .sg-g-offer-navigation-item {
        max-width: 140px;
        width: 40vw
    }
}

@media (max-width: 479px) {
    .sg-g-offer-navigation .sg-g-offer-navigation-col-1 .sg-g-offer-navigation-item {
        max-width: none
    }
}

.sg-g-offer-navigation .sg-g-offer-navigation-col-2 {
    font-size: 0;
    white-space: nowrap
}

@media (min-width: 769px) {
    .sg-g-offer-navigation .sg-g-offer-navigation-col-2 {
        width: 25%
    }
}

.sg-g-offer-navigation .sg-g-offer-navigation-col-2 .sg-g-offer-navigation-item {
    width: 50%;
    vertical-align: top;
    font-size: 18px;
    display: inline-block
}

@media (max-width: 768px) {
    .sg-g-offer-navigation .sg-g-offer-navigation-col-2 .sg-g-offer-navigation-item {
        max-width: 140px;
        width: 40vw
    }
}

@media (max-width: 479px) {
    .sg-g-offer-navigation .sg-g-offer-navigation-col-2 .sg-g-offer-navigation-item {
        max-width: none
    }
}

.sg-g-offer-navigation .sg-g-offer-navigation-col-3 {
    font-size: 0;
    white-space: nowrap
}

@media (min-width: 769px) {
    .sg-g-offer-navigation .sg-g-offer-navigation-col-3 {
        width: 37.5%
    }
}

.sg-g-offer-navigation .sg-g-offer-navigation-col-3 .sg-g-offer-navigation-item {
    width: 33.33333%;
    vertical-align: top;
    font-size: 18px;
    display: inline-block
}

@media (max-width: 768px) {
    .sg-g-offer-navigation .sg-g-offer-navigation-col-3 .sg-g-offer-navigation-item {
        max-width: 140px;
        width: 40vw
    }
}

@media (max-width: 479px) {
    .sg-g-offer-navigation .sg-g-offer-navigation-col-3 .sg-g-offer-navigation-item {
        max-width: none
    }
}

.sg-g-offer-navigation .sg-g-offer-navigation-col-4 {
    font-size: 0;
    white-space: nowrap
}

@media (min-width: 769px) {
    .sg-g-offer-navigation .sg-g-offer-navigation-col-4 {
        width: 50%
    }
}

.sg-g-offer-navigation .sg-g-offer-navigation-col-4 .sg-g-offer-navigation-item {
    width: 25%;
    vertical-align: top;
    font-size: 18px;
    display: inline-block
}

@media (max-width: 768px) {
    .sg-g-offer-navigation .sg-g-offer-navigation-col-4 .sg-g-offer-navigation-item {
        max-width: 140px;
        width: 40vw
    }
}

@media (max-width: 479px) {
    .sg-g-offer-navigation .sg-g-offer-navigation-col-4 .sg-g-offer-navigation-item {
        max-width: none
    }
}

.sg-g-offer-navigation .sg-g-offer-navigation-col-5 {
    font-size: 0;
    white-space: nowrap
}

@media (min-width: 769px) {
    .sg-g-offer-navigation .sg-g-offer-navigation-col-5 {
        width: 62.5%
    }
}

.sg-g-offer-navigation .sg-g-offer-navigation-col-5 .sg-g-offer-navigation-item {
    width: 20%;
    vertical-align: top;
    font-size: 18px;
    display: inline-block
}

@media (max-width: 768px) {
    .sg-g-offer-navigation .sg-g-offer-navigation-col-5 .sg-g-offer-navigation-item {
        max-width: 140px;
        width: 40vw
    }
}

@media (max-width: 479px) {
    .sg-g-offer-navigation .sg-g-offer-navigation-col-5 .sg-g-offer-navigation-item {
        max-width: none
    }
}

.sg-g-offer-navigation .sg-g-offer-navigation-col-6 {
    font-size: 0;
    white-space: nowrap
}

@media (min-width: 769px) {
    .sg-g-offer-navigation .sg-g-offer-navigation-col-6 {
        width: 75%
    }
}

.sg-g-offer-navigation .sg-g-offer-navigation-col-6 .sg-g-offer-navigation-item {
    width: 16.66667%;
    vertical-align: top;
    font-size: 18px;
    display: inline-block
}

@media (max-width: 768px) {
    .sg-g-offer-navigation .sg-g-offer-navigation-col-6 .sg-g-offer-navigation-item {
        max-width: 140px;
        width: 40vw
    }
}

@media (max-width: 479px) {
    .sg-g-offer-navigation .sg-g-offer-navigation-col-6 .sg-g-offer-navigation-item {
        max-width: none
    }
}

.sg-g-offer-navigation .sg-g-offer-navigation-col-7 {
    font-size: 0;
    white-space: nowrap
}

@media (min-width: 769px) {
    .sg-g-offer-navigation .sg-g-offer-navigation-col-7 {
        width: 87.5%
    }
}

.sg-g-offer-navigation .sg-g-offer-navigation-col-7 .sg-g-offer-navigation-item {
    vertical-align: top;
    font-size: 18px;
    display: inline-block
}

@media (max-width: 768px) {
    .sg-g-offer-navigation .sg-g-offer-navigation-col-7 .sg-g-offer-navigation-item {
        width: auto !important;
        margin: 0 3.0556vw  !important;
    }
}

@media (max-width: 479px) {
    .sg-g-offer-navigation .sg-g-offer-navigation-col-7 .sg-g-offer-navigation-item {
        max-width: none;
        width: auto !important;
    }
}

.sg-g-offer-navigation-header {
    margin: 25px 0 15px;
    font-family: SamsungSharpSans;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.38;
    letter-spacing: 0.4px;
    text-align: center;
    color: #000000
}

@media (max-width: 768px) {
    .sg-g-offer-navigation-header {
        margin: 15px 0 10px;
        font-size: 12px;
        font-weight: bold;
        line-height: 1;
        letter-spacing: 0.3px
    }
}

@media (min-width: 769px) {
    .sg-g-offer-navigation-track {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        -js-display: flex;
        display: flex;
        -webkit-box-pack: space-evenly;
        -webkit-justify-content: space-evenly;
        -ms-flex-pack: space-evenly;
        justify-content: space-evenly
    }
}

.sg-g-offer-navigation-container {
    margin-bottom: 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    -js-display: flex;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    overflow: visible
}

@media (max-width: 768px) {
    .sg-g-offer-navigation-container {
        overflow: auto
    }
}

@media (min-width: 769px) {
    .sg-g-offer-navigation-container {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

.sg-g-offer-navigation-container::-webkit-scrollbar {
    display: none
}

@media (min-width: 769px) {
    .sg-g-offer-navigation-sticky {
        width: 12.5%
    }

    .sg-g-offer-navigation-sticky.active {
        border-right: solid 1px #dc7474
    }
}

.sg-g-offer-navigation-item {
    width: auto !important;
    cursor: pointer;
    text-align: center;
    padding: 0;
    position: relative;
    margin-bottom: 10px
}

@media (max-width: 768px) {
    .sg-g-offer-navigation-item {
        width: auto !important;
        margin: 0px 3.0556vw 0 6.67vw !important;
    }
}

@media (max-width: 479px) {
    .sg-g-offer-navigation-item {
        max-width: none;
        width: auto !important;
    }
}

.sg-g-offer-navigation-item img {
    height: 50px;
    margin: auto
}

.sg-g-offer-navigation-legend {
    max-width: 140px;
    width: 90%;
    margin: auto;
    white-space: normal;
    font-family: SamsungSansSharp;
    font-size: 12px;
    font-weight: bold;
    line-height: 1.5
}

.sg-g-offer-navigation-legend a {
    color: #000000
}

.sg-g-offer-navigation-active:after {
    position: absolute;
    content: '';
    width: 50px;
    height: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background-color: #1428a0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 2;
    bottom: -10px
}

.sg-g-offer-navigation .slick-arrow__icon {
    font-size: 20px;
    color: #636363
}

.sg-g-offer-navigation .slick-next,
.sg-g-offer-navigation .slick-prev {
    background-color: transparent;
    background-image: none;
    padding: 0;
    bottom: 25%
}

.sg-g-offer-navigation .slick-slider {
    margin-bottom: 0
}
.sg-g-promo-cards-container {
    margin-bottom: 20px;
    margin-top: 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    -js-display: flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start
}
.promo-cards-mobile .slick-slide{
    opacity: 1 !important;
}
.promo-cards-mobile .slick-track{
    margin-left: 16px !important;
}
.promo-cards-mobile-wrapper .slick-dots li{
    height: 6px;
    background-color: grey;
    width: 6px;
    height: 6px;
    border-radius: 100%;
    margin: 5px 6px;
    padding: 0px;
}
.promo-cards-mobile .slick-prev, .slick-next {
    background-color: rgba(255,255,255,0.5) !important;
    background-image: none !important;
    height: 100px;
    width: 44px;
}
.promo-cards-mobile .slick-arrow__icon {
    background-color: rgba(255,255,255,0.5) !important;
    display: none;
}
.promo-cards-mobile .slick-next::before {
    content: '\e902';
    font-family: 'SamsungSharpGraphic' !important;
    font-size: 25px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    color: #363636;
}
.promo-cards-mobile .slick-prev:before {
    content: '\e903';
    font-family: 'SamsungSharpGraphic' !important;
    font-size: 25px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    color: #363636;
}
.promo-cards-mobile-wrapper .slick-dots li button {
    border: none;
    color: transparent;
    border-radius: 100%;
    width: 6px;
    height: 6px;
}
.promo-cards-mobile-wrapper .slick-dots li.slick-active button ,
.promo-cards-mobile-wrapper .slick-dots li button:hover{
    background-color: black;
    width: 6px;
    height: 6px;

}
.promo-cards-mobile-wrapper .slick-dots {
    position: static !important;
    width: fit-content;
    border: 0.4px solid #bcbcbc;
    border-radius: 20px;
    margin: -12px auto 10px auto;
    padding-right: 5px;
    padding-left: 5px;
}
.display_none {
    display: none;
}

.newCTAstyle{
    clear: both;
    text-align: center;
    flex-basis: 100%;
}

.newCTAstyle a, .newCTAstyle p{
    font-size: 14px;
    font-family: SamsungOne;
    font-weight: bold;
    line-height: 1.43;
    letter-spacing: 1.5px;
    text-align: center;
    cursor: pointer;
    padding: 12px 16px 12px 16px;
    border-radius: 25px;
}

.carousel_arrow{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 2rem;
    height: 2rem;
    z-index: 9999;
    font-size: 2rem;
    cursor: pointer;
}

.carousel_left_arrow{
    left: 0;
    transform: rotate(180deg);
}

.carousel_right_arrow{
    right: 0;
}

.sg-g-promo-cards-container-updt {
    margin-bottom: 20px;
    margin-top: 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    position: relative;
    -js-display: flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    scroll-behavior: smooth;
}
.sg-g-promo-cards-outer-container-updt.promo-hidden{
    display: none;
}
.sg-g-promo-cards-container-updt::-webkit-scrollbar {
    display: none;
  }

  /* Hide scrollbar for IE, Edge and Firefox */
  .sg-g-promo-cards-container-updt {
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
  }

.sg-g-promo-cards-container-inner {
    margin-bottom: 10px
}

.sg-g-promo-cards-container-inner-updt {
    margin-bottom: 10px;
    min-width: 330px;
}

.sg-g-promo-cards-dots-container-wrapper{
    width: 100%;
    height: 5rem;
     align-items: center;
     justify-content: center;
     display: none;
}

.sg-g-promo-cards-dots-container{
    z-index: 9999;
    border: 0.4px solid #bcbcbc;
    border-radius: 50px;
    bottom: 0;
    padding: 0 5px;
    display: flex;
}
@media (max-width: 280px){
    .sg-g-promo-cards-container-inner-updt{
        min-width: 250px;
    }
}
@media (max-width: 480px){
    .sg-g-promo-cards-dots-container-wrapper{
        display: flex;
    }
    .sg-g-promo-cards-container-updt{
        overflow: scroll;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
}
.card-dot{
    height: 6px;
    background-color: grey;
    width: 6px;
margin: 7px;
border-radius: 100%;
margin: 7px 5px;

}

.card-dot:first-child{
    background-color: black;
}


@media (min-width: 769px) {
    .sg-g-promo-cards-container-inner {
        margin: 0 5px 20px;
        width: -webkit-calc(50% - 10px);
        width: calc(50% - 10px);
        padding: 0
    }

    .sg-g-promo-cards-container-inner-updt {
        margin: 0 5px 20px;
        width: -webkit-calc(25% - 10px);
        width: calc(25% - 10px);
        min-width: 330px;
        padding: 0
    }
}

.sg-g-promo-cards-container-inner.col-lg-12 {
    width: 100%
}

.sg-g-promo-cards-container-inner--hidden {
    display: none
}

.sg-g-promo-cards-container-inner-updt.col-lg-12 {
    width: 100%
}

.sg-g-promo-cards-container-inner-updt--hidden {
    display: none
}

.sg-g-promo-cards-container-card {
    position: relative;
    padding-left: 0px;
    padding-right: 0px;
    overflow: hidden;
    background-color: #f8f8f8;
    z-index: 0
}

.sg-g-promo-cards-container-card-updt {
    position: relative;
    padding-left: 0px;
    padding-right: 0px;
    overflow: hidden;
    background-color: #0C93FF;
    color: #ffff;
    z-index: 0;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
}

@media (min-width: 769px) {
    .sg-g-promo-cards-container-card {
        min-height: 26.4vw;
        height: 100%;
        /* 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: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center */
    }

    .sg-g-promo-cards-container-card-updt {
        min-height: 26.4vw;
        /* height: 100%;
        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: center;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: center;
        justify-content: flex-start; */
    }
}

.sg-g-promo-cards-container-card-updt {
    border-radius: 12px;
    padding: 12px;
    box-shadow: 0 2px 10px 0 rgb(0 0 0 / 30%);
}

@media (min-width: 1440px) {
    .sg-g-promo-cards-container-card {
        min-height: 380px
    }

    .sg-g-promo-cards-container-card-updt {
        min-height: 380px;
        border-radius: 16px;
        
    }
}

@media (max-width: 768px) {
    .sg-g-promo-cards-container-card {
        text-align: center;
        min-height: 200px
    }
}

@media (max-width: 500) {
    .sg-g-promo-cards-container-card-updt {
        min-height: 200px;
        min-width: 96vw !important;
    }
}

.sg-g-promo-cards-container-card-top-updt {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: column-reverse;
}

@media (min-width: 769px) {
    .sg-g-promo-cards-container-card-top {
        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;
        margin: 10px 0;
        min-height: 20vw
    }

    /* .sg-g-promo-cards-container-card-top-updt {
        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;
        margin: 10px 0;
        min-height: 20vw
    } */
}

.sg-g-promo-cards-container-updt.container.promo-cards-mobile {
    display:none;
}
.show-more-mobile-wrapper{
    display:none;
}
.show-more-mobile-wrapper p{
    font-size: 14px;
    font-weight: bold;
    line-height: 1.43;
    letter-spacing: 1.5px;
    text-align: center;
    color: #1428a0;
    background-color: transparent;
    border-bottom: 1px solid;
    cursor: pointer;
}

.newCTAstyle .show-more-mobile-wrapper p{
    font-size: 14px;
    font-family: SamsungOne;
    font-weight: bold;
    line-height: 1.43;
    letter-spacing: 1.5px;
    text-align: center;
    cursor: pointer;
    padding: 12px 16px 12px 16px;
    border-radius: 25px;
}

.newCTAstyle  p{
    font-size: 14px;
    font-family: SamsungOne;
    font-weight: bold;
    line-height: 1.43;
    letter-spacing: 1.5px;
    text-align: center;
    cursor: pointer;
    padding: 12px 16px 12px 16px;
    border-radius: 25px;
}
@media (min-width: 481px){ 
    .promo-cards-mobile-wrapper .slick-dots {
        display: none !important;
    }
}
@media (max-width: 480px){
    .sg-g-promo-cards-container-updt.container,
    .sg-g-promo-cards-dots-container-wrapper {
        display:none !important;
    }
    .sg-g-promo-cards-dots-container-wrapper.promo-dots-mobile,
    .sg-g-promo-cards-container-updt.container.promo-cards-mobile{
        display:flex !important;
    }
    .sg-g-promo-cards-dots-container-wrapper.promo-dots-mobile{
        margin-top: -30px;
    }
    .sg-g-promo-cards-container-button-open{
        display:none !important;
    }
    .show-more-mobile-wrapper{
        display:flex;
        justify-content:center;
    }
    .promo-cards-mobile-wrapper .sg-g-promo-cards-container-card__text {
        margin-left: 0rem;
    }
    .promo-cards-mobile-wrapper .sg-g-promo-cards-container-card__text-block-updt {
        min-height: 180px;
    }
    .sg-g-promo-cards-container-inner-updt{
        padding-right:2px;
    }
}

@media (min-width: 769px) and (min-width: 1440px) {
    .sg-g-promo-cards-container-card-top {
        min-height: 260px;
    }

    .sg-g-promo-cards-container-card-top-updt {
        min-height: 260px;
        flex-direction: column-reverse;
    }
}

@media (max-width: 768px) {
    .sg-g-promo-cards-container-card-top {
        text-align: center
    }
}

@media (min-width: 769px) {
    .sg-g-promo-cards-container-card-bottom {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        -js-display: flex;
        display: flex;
        padding-bottom: 10px;
        align-items: center;
    }
}

.sg-g-promo-cards-container-card-bottom {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    -js-display: flex;
    display: flex;
    padding-bottom: 10px;
    align-items: center;
}

.sg-g-promo-cards-container-card__text {
    margin-left: 1rem;
    font-size:12px;
}

.sg-g-promo-cards-container-card__text-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
}

.sg-g-promo-cards-container-card__text-eyebrow-updt {
    font-size: 18px;
    padding: 9px 9px 10px;
    background: #00B3E3;
    display: inline-block;
    -webkit-border-radius: 7px;
    border-radius: 7px;
    margin-bottom: 15px;
    font-weight: 700;
    line-height: 1;
    font-family: 'SamsungSharpSans';
}
@media (max-width: 480px){
    .sg-g-promo-cards-container-card__text-eyebrow-updt {
        font-size: 16px;
    }
}
.sg-g-promo-cards-container-card__text-eyebrow-container {
    height: 3rem;
}

.sg-g-promo-cards-container-card__text-eyebrow.sky-blue {
    background: #0077C8;
    color: white
}

.sg-g-promo-cards-container-card__text-eyebrow-updt.green {
    background: #5BB400;
    color: white
}

.sg-g-promo-cards-container-card__text-eyebrow.coral {
    background: #FF4337;
    color: white
}
.sg-g-promo-cards-container-card__text-offer-label{
    display: none;
    float:right;
    font-size:14px;
    line-height: 40px;
    font-family: 'SamsungSharpSans';
    font-weight: bold;
}

.sg-g-promo-cards-container-card__text-block {
    width: 60%;
    padding: 40px 10px
}

.sg-g-promo-cards-container-card__text-block-updt {
    width: 90%;
    min-height: 200px;
    /* padding: 40px 10px */
}

@media (min-width: 769px) {
    .sg-g-promo-cards-container-card__text-block {
        max-width: 410px;
        text-align: left;
        padding: 0 20px 0 50px
    }
}

@media (max-width: 768px) {
    .sg-g-promo-cards-container-card__text-block {
        width: 100%
    }
}

.sg-g-promo-cards-container-card__text-block__img {
    max-width: 80px;
    line-height: 2.33;
    letter-spacing: 1px;
    color: #0079cc;
    font-size: 12px;
    font-weight: 800
}

@media (max-width: 768px) {
    .sg-g-promo-cards-container-card__text-block__img {
        margin: 0 auto
    }
}

.sg-g-promo-cards-container-card__text-block__img img {
    width: 100%
}

.sg-g-promo-cards-container-card__text-block__title {
    font-family: 'SamsungSansSharp';
    font-size: 18px;
    line-height: 1.27;
    letter-spacing: 0.6px;
    margin-bottom: 10px;
    margin-top:15px;
    font-weight: 700;
}

@media (max-width: 768px) {
    .sg-g-promo-cards-container-card__text-block__title {
        font-size: 16px;
        margin-bottom: 8px
    }
}

.sg-g-promo-cards-container-card__text-block__desc {
    font-size: 16px;
    line-height: 1.29;
    margin-bottom: 10px;
    font-weight:400;
    font-family: 'SamsungOne';
}


@media (max-width: 768px) {
    .sg-g-promo-cards-container-card__text-block__desc {
        font-size: 14px
    }
}

.sg-g-promo-cards-container-card__text-block__desc br {
    display: none
}

.sg-g-promo-cards-container-card__text-block__promo {
    font-size: 10px;
    line-height: 1.3;
    color: #363636;
    margin-bottom: 10px
}

@media (min-width: 769px) {
    .sg-g-promo-cards-container-card__text-block__btn.card-inner {
        display: none
    }
}

@media (max-width: 768px) {
    .sg-g-promo-cards-container-card__text-block__btn.card-inner {
        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: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .sg-g-promo-cards-container-card__text-block__btn.card-inner-updt {
        display: none !important;
    }

    .sg-g-promo-cards-container-card__text-block__btn.card-inner.position-reverse {
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }
}

.sg-g-promo-cards-container-card__text-block__btn.card-inner-updt {
    display: none !important;
}

.sg-g-promo-cards-container-card__text-block__btn.card-outter-updt {
    text-align: left;
    padding-left: 1rem;
    display: grid;
    align-items: center;
    grid-auto-flow: column;
}

.sg-g-promo-cards-container-card__text-block__btn.card-outter-updt:hover{
    color: black;
}

.sg-g-promo-cards-container-card__text-block__btn.card-outter {
    text-align: left;
    padding-left: 50px;
    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 (max-width: 768px) {
    .sg-g-promo-cards-container-card__text-block__btn.card-outter {
        display: none
    }
}

.sg-g-promo-cards-container-card__text-block__btn.card-outter.position-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.sg-g-promo-cards-container-card__text-block__btn.card-outter.layout-vertical {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.sg-g-promo-cards-container-card__text-block__btn.card-outter.layout-vertical.position-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse
}

.sg-g-promo-cards-container-card__text-block__btn .cta-button {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-left: 0;
    margin-right: 10px;
    text-transform:none;
    letter-spacing: 0;
    border:none
}

.sg-g-promo-cards-container-card__text-block__btn .cta-button.btn-position-side {
    grid-column-start : col;
}

.sg-g-promo-cards-container-card__text-block__btn .cta-button.btn-position-bottom {
    grid-row-start: row;
}

.sg-g-promo-cards-container-card__text-block__btn .cta-button:hover {
  color: black !important;
}

.sg-g-promo-cards-container-card__text-block__btn--btn {
    margin-bottom: 5px;
    margin-top: 5px;
    letter-spacing: 2.4px;
    font-size: 12px;
    padding: 17px 22px
}

.sg-g-promo-cards-container-card__text-block__btn--btn-updt {
    margin-bottom: 5px;
    margin-top: 5px;
    letter-spacing: 2.4px;
    font-size: 14px;
    background-color: white;
    color: black;
    padding: 14px 22px
}

.sg-g-promo-cards-container-card__text-block__btn--link {
    text-transform: uppercase;
    font-size: 11px;
    font-weight: bold;
    line-height: 1.43;
    letter-spacing: 1.5px;
    text-align: center;
    border: none;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    border-bottom: solid 1px;
    padding: 5px 0;
    margin-top: 5px;
    margin-bottom: 5px
}

@media (min-width: 769px) {

    .sg-g-promo-cards-container-card__text-block__btn--link:hover,
    .sg-g-promo-cards-container-card__text-block__btn--link:active {
        background-color: transparent;
        color: #1428a0 !important;
        border-color: #1428a0 !important
    }
}

.sg-g-promo-cards-container-card__image.right-align {
    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: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.sg-g-promo-cards-container-card__image.right-align-updt {
    margin-bottom: 1.5rem;
    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
}

@media (min-width: 769px) {
    .sg-g-promo-cards-container-card__image.right-align {
        padding-right: 25px
    }
}

@media (max-width: 768px) {
    .sg-g-promo-cards-container-card__image.right-align {
        width: 100%
    }
}

.sg-g-promo-cards-container-card__image img {
    width: 100%;
    height: 100%;
    max-width: 260px;
    max-height: 260px
}

.sg-g-promo-cards-container-card__image picture {
    width: 100%
}

.sg-g-promo-cards-container-card__background {
    background-color: #fff
}

@media (min-width: 769px) {
    .sg-g-promo-cards-container-card__background {
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        z-index: -2
    }
}

@media (min-width: 769px) {
    .sg-g-promo-cards-container-card__background img {
        right: 0;
        position: absolute;
        width: 100%;
        height: 100%;
        z-index: -1
    }
}

@media (max-width: 768px) {
    .sg-g-promo-cards-container-card__background img {
        width: 100%;
        display: block
    }
}

.sg-g-promo-cards-container-card__background.hide {
    display: none
}

.sg-g-promo-cards-container-card__tooltip {
    font-size: 10px;
    height: 14px;
    line-height: 14px;
    width: 14px;
    vertical-align: middle;
    cursor: pointer;
    margin-left: 5px;
    background-color: #999999;
    display: inline-block;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    color: #fff;
    border: 1px solid #a6a6a6;
    font-weight: bold;
    text-align: center
}

.sg-g-promo-cards-container-card__tooltip:hover,
.sg-g-promo-cards-container-card__tooltip:focus,
.sg-g-promo-cards-container-card__tooltip.active {
    background-color: #000;
    color: white !important
}

.sg-g-promo-cards-container-card__tooltip::after {
    content: 'i'
}

.sg-g-promo-cards-container-card__tooltip:hover::after {
    color: white !important
}

.sg-g-promo-cards-container-card__link {
    cursor: pointer;
    text-decoration: underline
}

@media (min-width: 769px) {
    .sg-g-promo-cards-container-card.long-card .sg-g-promo-cards-container-card-top {
        max-width: 1080px;
        width: 90%;
        margin: 0 auto;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        -ms-grid-row-align: center;
        align-items: center
    }

    /* .sg-g-promo-cards-container-card.long-card .sg-g-promo-cards-container-card-top-updt {
        max-width: 1080px;
        width: 90%;
        margin: 0 auto;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        -ms-grid-row-align: center;
        align-items: center
    } */

    .sg-g-promo-cards-container-card.long-card .sg-g-promo-cards-container-card__text-block {
        width: 55%;
        padding: 40px 3%;
        max-width: none
    }
}

@media (min-width: 769px) and (min-width: 769px) {
    .sg-g-promo-cards-container-card.long-card .sg-g-promo-cards-container-card__text-block {
        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: 769px) {
    .sg-g-promo-cards-container-card.long-card .right-align img {
        max-height: 350px;
        max-width: 350px
    }

    .sg-g-promo-cards-container-card.long-card .sg-g-promo-cards-container-card__text-block__btn.card-outter {
        max-width: 1080px;
        width: 90%;
        margin: 0 auto;
        padding-left: 40px
    }

    .sg-g-promo-cards-container-card.long-card .sg-g-promo-cards-container-card__text-block__links {
        max-width: 1080px;
        width: 100%;
        margin: 0 auto
    }
}

.sg-g-promo-cards-container-card.long-card .card-inner {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    -js-display: flex !important;
    display: flex !important;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.sg-g-promo-cards-container-card.long-card .card-inner.position-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

@media (max-width: 768px) {
    .sg-g-promo-cards-container-card.long-card .card-inner.position-reverse {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }
}

.sg-g-promo-cards-container-card.long-card .card-inner.layout-vertical {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.sg-g-promo-cards-container-card.long-card .card-inner.layout-vertical.position-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse
}

.sg-g-promo-cards-container-card.long-card .sg-g-promo-cards-container-card__text-block__title {
    font-size: 32px
}

@media (max-width: 768px) {
    .sg-g-promo-cards-container-card.long-card .sg-g-promo-cards-container-card__text-block__title {
        font-size: 18px
    }
}

.sg-g-promo-cards-container-card.long-card .sg-g-promo-cards-container-card__text-block__desc {
    font-size: 16px
}

@media (max-width: 768px) {
    .sg-g-promo-cards-container-card.long-card .sg-g-promo-cards-container-card__text-block__desc {
        font-size: 12px
    }
}


.sg-g-promo-cards-container-updt.three-column .sg-g-promo-cards-container-card__image img{
    max-width: 330px;
    max-height: 345px;
}
.sg-g-promo-cards-containter-card__blur-overlay{
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-color: rgba(255,255,255,0.75);
    display: none;
}
.sg-g-promo-cards-container-card__text-block__title.promo-soon {
    display: none;
}
.sg-g-promo-cards-container-inner-updt.promo-blur .sg-g-promo-cards-containter-card__blur-overlay{
    display:block;
}
.sg-g-promo-cards-container-inner-updt.promo-blur .sg-g-promo-cards-container-card__text-block__title{
    position:relative;
    z-index:1;
}
.sg-g-promo-cards-container-inner-updt.promo-blur .sg-g-promo-cards-container-card__text-block__title.promo-soon{
    display:block;
    position:absolute;
}


@media (min-width: 769px){
    .sg-g-promo-cards-container-updt.center-align {
        justify-content:center
    }
    .sg-g-promo-cards-container-updt.three-column .sg-g-promo-cards-container-inner-updt {
        width: calc(33% - 20px);
        margin:0 10px 20px;
    }
}

@media (min-width:940px) and (max-width: 1050px){
    .sg-g-promo-cards-container-updt.three-column {
        justify-content: flex-start;
    }
}

@media (min-width:769px) and (max-width: 939px){

    .sg-g-promo-cards-container-updt.three-column .sg-g-promo-cards-container-inner-updt {
        width:100%;
    }
}
.sg-g-promo-cards-container-card.dark-theme {
    background-color: transparent
}

.sg-g-promo-cards-container-card.dark-theme * {
    color: white
}
.sg-g-promo-cards-container-card-updt.white-theme * {
    color:black
}
.sg-g-promo-cards-container-card-updt.dark-theme * {
    color:white
}

.sg-g-promo-cards-container-card.dark-theme .white-border:hover,
.sg-g-promo-cards-container-card.dark-theme .white-border:active {
    color: #ffffff !important;
    border-color: #ffffff !important
}

.sg-g-promo-cards-container-card.dark-theme .sg-g-promo-cards-container-card__background {
    background-color: #000
}

.sg-g-promo-cards-container-card.cream-theme {
    background-color: #faf8f4
}

@media (min-width: 769px) {
    .sg-g-promo-cards-container-card.full-bleed .sg-g-promo-cards-container-card__background {
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        z-index: -2
    }
}

@media (min-width: 769px) {
    .sg-g-promo-cards-container-card.full-bleed .sg-g-promo-cards-container-card__background img {
        right: 0;
        position: absolute;
        height: 100%;
        width: 100%;
        z-index: -1
    }
}

@media (max-width: 768px) {
    .sg-g-promo-cards-container-card.full-bleed .sg-g-promo-cards-container-card__background img {
        width: 100%;
        display: block
    }
}

@media (max-width: 768px) {
    .sg-g-promo-cards-container-card.full-bleed .sg-g-promo-cards-container-card-top {
        position: absolute;
        left: 0;
        right: 0
    }
}

.sg-g-promo-cards-container-button-open,
.sg-g-promo-cards-container-button-close,
.sg-g-promo-cards-container-link {
    display: none;
    clear: both;
    text-align: center;
    flex-basis: 100%;
}

.sg-g-promo-cards-container-button-open a,
.sg-g-promo-cards-container-button-close a,
.sg-g-promo-cards-container-link a {
    font-size: 14px;
    font-weight: bold;
    line-height: 1.43;
    letter-spacing: 1.5px;
    text-align: center;
    color: #1428a0;
    background-color: transparent;
    border-bottom: 1px solid;
    cursor: pointer
}

.sg-g-promo-cards-container-link.mobile-view{
    display: none;
}

@media (max-width: 480px) {
    .sg-g-promo-cards-container-link.mobile-view{
        display: block;
    }
}
.all-offer-tooltip-background {
    position: fixed;
    background-color: rgba(0, 0, 0, 0.5);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 10000;
    padding: 0 25%;
    display: none;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center
}

.all-offer-tooltip {
    width: 100%;
    background-color: white;
    padding: 5% 0;
    position: relative;
    border: 1px solid rgba(0, 0, 0, 0.5)
}

@media (max-width: 768px) {
    .all-offer-tooltip {
        padding: 30px 0
    }
}

.all-offer-tooltip__close {
    position: absolute;
    right: 3%;
    top: 2%;
    font-size: 30px;
    cursor: pointer
}

.all-offer-tooltip__inner {
    overflow: auto;
    max-height: 60vh;
    padding: 0 5%
}

.all-offer-tooltip__inner__p {
    line-height: 150%;
    font-size: 12px;
    font-weight: 400
}

.all-offer-tooltip__inner__p b {
    font-weight: 700
}

.all-offer-tooltip__inner__p .underline {
    text-decoration: underline
}

@media (max-width: 768px) {
    .all-offer-tooltip-background {
        padding: 0 10px
    }

    .all-offer-tooltip__inner {
        max-height: 80vh
    }

    .all-offer-tooltip {
        padding-top: 10%
    }
}


@media (min-width: 769px) and (max-width: 1023px) {
    .feature-benefit-full-bleed-image__container.dream_homePage .feature-benefit-full-bleed-image__image-container {
        min-height: 580px
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .feature-benefit-full-bleed-image__hangtype .top-right {
        right: 100px
    }
}
.textBlock-wrapper {
    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: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

@media (max-width: 768px) {
    .textBlock-wrapper {
        padding-left: 16px;
        padding-right: 16px
    }
}

.textBlock-wrapper .headertext-bottom {
    height: 64px
}

.textBlock-wrapper--grey {
    background-color: #f2f2f2
}

.textBlock-wrapper--darkGrey {
    background-color: #888
}

.textBlock-wrapper__title {
    width: 100%;
    color: #000000;
    text-align: center;
    font-size: 26px;
    line-height: 1.3;
    font-family: SamsungSansSharp
}

@media (min-width: 769px) {
    .textBlock-wrapper__title {
        font-size: 40px;
        font-weight: bold;
        padding-left: 22%;
        padding-right: 22%
    }
}

@media (max-width: 768px) {
    .textBlock-wrapper__title {
        font-size: 32px !important
    }
}

.textBlock-wrapper__desc {
    width: 100%;
    text-align: center;
    padding-top: 14px;
    font-weight: normal;
    line-height: 1.5;
    font-size: 12px;
    padding-left: 5%;
    padding-right: 5%;
    font-family: SamsungOneLatinWeb
}

@media (min-width: 769px) {
    .textBlock-wrapper__desc {
        font-size: 14px;
        padding-top: 28px;
        padding-left: 25%;
        padding-right: 25%
    }
}

@media (max-width: 768px) {
    .textBlock-wrapper__desc {
        font-size: 16px !important
    }
}

.textBlock-wrapper__cta {
    text-align: center;
    padding-top: 12px;
    padding-bottom: 12px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 0;
    font-size: 10px;
    font-weight: 700;
    font-family: SamsungOneLatinWeb
}

@media (min-width: 769px) {
    .textBlock-wrapper__cta {
        padding-top: 28px
    }
}

@media (min-width: 769px) {
    .textBlock-wrapper__cta {
        font-size: 11px
    }
}

.textBlock-wrapper__cta .btn-link {
    color: #000000;
    border-bottom: 1px solid #000000;
    padding-bottom: 5px;
    letter-spacing: 1.5px;
    font-weight: bold;
    font-size: 10px
}

@media (min-width: 769px) {
    .textBlock-wrapper__cta .btn-link {
        font-size: 11px
    }
}

.textBlock-wrapper__cta .cta-button {
    padding: 12.5px 42.5px 11.5px 41px;
    letter-spacing: 1.7px;
    font-size: 10px;
    font-weight: bold
}

@media (min-width: 769px) {
    .textBlock-wrapper__cta .cta-button {
        font-size: 11px;
        font-weight: bold;
        padding: 16.7px 43.7px 15px 45px
    }
}

.textBlock-wrapper__cta .cta-button--blue {
    color: #ffffff !important;
    background-color: #1428a0;
    border: 0
}

.textBlock-wrapper__cta .cta-button--blue:after {
    background: url("../../../../../../../etc.clientlibs/samsung/clientlibs/us/common/clientlib-dependencies/resources/images/icons/newwindow.svg") no-repeat !important
}

.textBlock-wrapper__cta .cta-button--blue:hover {
    color: #ffffff !important;
    background-color: #0b175c
}

.textBlock-wrapper--gray-theme {
    background-color: #f2f2f2
}

.textBlock-wrapper--dark-theme {
    background-color: #000000
}

.textBlock-wrapper--dark-theme .textBlock-wrapper__title {
    color: #FFFFFF
}

.textBlock-wrapper--dark-theme .textBlock-wrapper__desc {
    color: #FFFFFF
}

.textBlock-wrapper--dark-theme .textBlock-wrapper__cta .btn-link {
    color: #FFFFFF;
    border-bottom: 1px solid #FFFFFF
}

.textBlock-wrapper--white-theme {
    background-color: #FFFFFF
}

.textBlock-horizontal {
    display: inline-block;
    vertical-align: middle;
    margin-right: 0
}

@media (min-width: 769px) {
    .textBlock-horizontal {
        width: 55%
    }
}

.textBlock-horizontal--cta {
    padding: 0 60px 0 60px
}

.textBlock-horizontal--text {
    display: inline-block;
    margin: 0 30px 0 30px
}

@media (min-width: 769px) {
    .textBlock-horizontal--text {
        margin-top: 30px
    }
}

@media (max-width: 768px) {
    .textBlock-horizontal--text {
        width: 90px;
        margin: 0 10px 0 10px
    }
}

.textBlock-horizontal--text--specTitle {
    font-size: 20px;
    line-height: 20px;
    font-weight: 400
}

@media (min-width: 769px) {
    .textBlock-horizontal--text--specTitle {
        font-size: 32px
    }
}

.textBlock-horizontal--text--specTitle sup {
    font-size: 10px;
    top: -1em;
    font-weight: 700
}

@media (min-width: 769px) {
    .textBlock-horizontal--text--specTitle sup {
        font-size: 18px
    }
}

.textBlock-horizontal--text--specTitle sub {
    font-size: 10px;
    font-weight: 700;
    bottom: 1px
}

@media (min-width: 769px) {
    .textBlock-horizontal--text--specTitle sub {
        font-size: 18px
    }
}

.textBlock-horizontal--text--specDesc {
    font-size: 10px;
    font-weight: 700
}

@media (min-width: 769px) {
    .textBlock-horizontal--text--specDesc {
        font-size: 11px
    }
}

.textBlock-multi-lnk {
    display: inline-block;
    vertical-align: middle
}

.textBlock-multi-lnk .btn-link {
    margin: 0 20px 0 20px
}

@media (min-width: 769px) {
    .textBlock-multi-lnk .btn-link {
        margin: 0 30px 0 0
    }
}

@media (max-width: 768px) {
    .textBlock-multi-hyper-lnk .textBlock-horizontal---cta {
        margin-bottom: 23px
    }
}

.textBlock-multi-hyper-lnk .textBlock-horizontal---cta .textBlock-wrapper__cta__btn:focus {
    outline-color: #4d90fe;
    outline-style: solid;
    outline-width: thin
}

@media (max-width: 768px) {
    .textBlock-multi-hyper-lnk .textBlock-horizontal---cta .textBlock-wrapper__cta__btn {
        margin-top: 15px
    }
}

@media (max-width: 768px) {
    .header-textBlock-wrapper--desktop {
        display: none
    }
}

@media (min-width: 769px) {
    .header-textBlock-wrapper--mobile {
        display: none
    }
}

@media (max-width: 768px) {
    .textBlock-wrapper__cta .textBlock-horizontal---cta:last-of-type {
        margin-bottom: 0
    }
}
.cm-g-carousel-cards-elements {
    overflow: visible
}

.cm-g-carousel-cards-elements-container {
    position: relative;
    margin: 0 auto;
    max-width: 1440px;
    width: 100%;
    overflow: hidden;
    padding: 32px 12px;
    word-break: break-word
}

@media (min-width: 1025px) {
    .cm-g-carousel-cards-elements-container {
        margin: 0 auto;
        font-size: 15px
    }
}

.cm-g-carousel-cards-elements-container__wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    -js-display: flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    width: 100%;
    margin: 0 auto
}

.cm-g-carousel-cards-elements-container.s-bg-white {
    background-color: #fff;
    color: #000
}

.cm-g-carousel-cards-elements-container.s-bg-white .cm-g-carousel-cards-elements-item, .cm-g-carousel-cards-elements-container.s-bg-white .cm-g-carousel-cards-elements-carousel-group {
    background-color: #f4f4f4
}

.cm-g-carousel-cards-elements-container.s-bg-black {
    background-color: #000;
    color: #fff
}

.cm-g-carousel-cards-elements-container.s-bg-black .cm-g-carousel-cards-elements-item {
    background-color: #555
}

.cm-g-carousel-cards-elements__content-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    -js-display: flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin: -17px;
    height: 1228px
}

@media (max-width: 767px) {
    .cm-g-carousel-cards-elements__content-list {
        height: 730px;
        margin: -8px
    }
}

@media (min-width: 1025px) {
    .cm-g-carousel-cards-elements__content-list {
        height: 576px;
        margin: -12px
    }
}

@media (min-width: 1025px) {
    .cm-g-carousel-cards-elements__content-list--item5 .cm-g-carousel-cards-elements-item__wrap {
        width: 25%
    }
}

@media (min-width: 1025px) {
    .cm-g-carousel-cards-elements__content-list--item6 .cm-g-carousel-cards-elements-item__wrap {
        width: 33.333%;
        height: 50%
    }
}

@media (min-width: 1025px) {
    .cm-g-carousel-cards-elements__content-list--item6 .cm-g-carousel-cards-elements-item__name-wrap {
        padding: 0px 77px
    }
}

@media screen and (max-width: 1024px) and (min-width: 768px) {
    .cm-g-carousel-cards-elements__content-list--item5 .cm-g-carousel-cards-elements-item__name-wrap, .cm-g-carousel-cards-elements__content-list--item6 .cm-g-carousel-cards-elements-item__name-wrap {
        bottom: 17px;
        height: 162px
    }
}

@media (max-width: 767px) {
    .cm-g-carousel-cards-elements__content-list--item5 .cm-g-carousel-cards-elements-item__name-wrap, .cm-g-carousel-cards-elements__content-list--item6 .cm-g-carousel-cards-elements-item__name-wrap {
        bottom: 8px;
        height: 76px
    }
}

.cm-g-carousel-cards-elements__content-list--item3 .cm-g-carousel-cards-elements-item__wrap {
    width: 100%
}

@media (max-width: 767px) {
    .cm-g-carousel-cards-elements__content-list--item3 .cm-g-carousel-cards-elements-item__wrap {
        width: 33.333%;
        height: 100%
    }
}

.cm-g-carousel-cards-elements__content-list--item3 .cm-g-carousel-cards-elements-item__wrap .cm-g-carousel-cards-elements-item__name-wrap {
    bottom: 40px;
    height: 64px;
    padding: 0px 24px
}

.cm-g-carousel-cards-elements__content-list--item3 .cm-g-carousel-cards-elements-item__wrap .cm-g-carousel-cards-elements-carousel-group {
    width: 100%
}

@media (max-width: 767px) {
    .cm-g-carousel-cards-elements__content-list--item3 .cm-g-carousel-cards-elements-item__wrap .cm-g-carousel-cards-elements-carousel-group {
        width: 33.333%;
        height: 100%
    }
}

@media (min-width: 1025px) {
    .cm-g-carousel-cards-elements__content-list--item3 .cm-g-carousel-cards-elements-item__wrap .cm-g-carousel-cards-elements-carousel-group .cm-g-carousel-cards-elements-item__name-wrap {
        bottom: 40px !important;
        height: 64px !important;
        padding: 0px 24px
    }
}

.cm-g-carousel-cards-elements-item__wrap {
    width: 50%;
    height: 50%;
    padding: 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center
}

@media (max-width: 767px) {
    .cm-g-carousel-cards-elements-item__wrap {
        padding: 8px;
        height: 196px
    }
}

@media screen and (max-width: 1024px) and (min-width: 768px) {
    .cm-g-carousel-cards-elements-item__wrap {
        height: 320px
    }
}

@media (min-width: 1025px) {
    .cm-g-carousel-cards-elements-item__wrap {
        width: 25%
    }
}

@media (max-width: 767px) {
    .cm-g-carousel-cards-elements-item__wrap .cm-g-carousel-cards-elements-carousel-group {
        padding: 8px
    }
}

.cm-g-carousel-cards-elements-item {
    display: block;
    overflow: hidden;
    position: relative;
    z-index: 0;
    width: 100%;
    height: 100%;
    -webkit-border-radius: 20px;
    border-radius: 20px
}

@media (max-width: 767px) {
    .cm-g-carousel-cards-elements-item {
        -webkit-border-radius: 20px;
        border-radius: 20px
    }
}

.cm-g-carousel-cards-elements-item.s-bg-white {
    background-color: #f4f4f4
}

.cm-g-carousel-cards-elements-item.s-bg-black {
    background-color: #555;
    color: #fff
}

.cm-g-carousel-cards-elements-item.s-be-height {
    height: auto
}

.cm-g-carousel-cards-elements-item .s-img-cover {
    opacity: 1;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    -webkit-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s
}

.cm-g-carousel-cards-elements-item:hover .s-img-cover, .cm-g-carousel-cards-elements-item:active .s-img-cover, .cm-g-carousel-cards-elements-item:focus .s-img-cover {
    -webkit-transform: scale(1.1) translate(-5%, -5%);
    -ms-transform: scale(1.1) translate(-5%, -5%);
    transform: scale(1.1) translate(-5%, -5%)
}

.cm-g-carousel-cards-elements-item__figure {
    position: relative;
    text-align: center;
    white-space: nowrap;
    width: auto;
    height: 100%
}

.cm-g-carousel-cards-elements-item__figure img {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 330px;
    height: 272px;
    margin: auto;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: inherit
}

.cm-g-carousel-cards-elements-item__figure img .mac {
    opacity: initial
}

@media (max-width: 767px) {
    .cm-g-carousel-cards-elements-item__figure img {
        width: 140px;
        height: 160px
    }
}

.cm-g-carousel-cards-elements-item__figure picture {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.cm-g-carousel-cards-elements-item__name-wrap {
    color: black !important;
    bottom: 0 !important;
    height: 30% !important;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    -js-display: flex;
    display: flex;
    -webkit-flex-flow: column wrap;
    -ms-flex-flow: column wrap;
    flex-flow: column wrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    position: absolute;
    pointer-events: none;
    z-index: 2;
    left: 0;
    right: 0;
    padding: 0px 26px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

@media (max-width: 767px) {
    .cm-g-carousel-cards-elements-item__name-wrap {
        padding: 0px 12px;
        bottom: 20px
    }
}

@media (min-width: 1025px) {
    .cm-g-carousel-cards-elements-item__name-wrap {
        height: 48px;
        padding: 0px 16px
    }
}

.cm-g-carousel-cards-elements-item__name {
    font-family: "SamsungOneLatinWeb";
    font-size: 18px;
    font-weight: 700;
    line-height: 22px
}

@media screen and (max-width: 1024px) and (min-width: 768px) {
    .cm-g-carousel-cards-elements-item__name {
        font-size: 15px;
        line-height: 17px
    }
}

@media (max-width: 767px) {
    .cm-g-carousel-cards-elements-item__name {
        font-size: 10px;
        line-height: 14px
    }
}

.cm-g-carousel-cards-elements-item__desc {
    font-family: "SamsungOneLatinWeb";
    padding-top: 10px;
    font-size: 16px;
    line-height: 22px
}

@media screen and (max-width: 1024px) and (min-width: 768px) {
    .cm-g-carousel-cards-elements-item__desc {
        font-size: 14px;
        line-height: 16px
    }
}

@media (max-width: 767px) {
    .cm-g-carousel-cards-elements-item__desc {
        font-size: 10px;
        line-height: 14px
    }
}

.cm-g-carousel-cards-elements-carousel-group {
    position: relative;
    z-index: 0;
    width: 100%;
    -webkit-border-radius: 20px;
    border-radius: 20px
}

@media (max-width: 767px) {
    .cm-g-carousel-cards-elements-carousel-group {
        -webkit-border-radius: 20px;
        border-radius: 20px
    }
}

.cm-g-carousel-cards-elements-carousel-group .cm-g-carousel-cards-elements-item__name {
    font-family: "SamsungOneLatinWeb";
    font-size: 18px;
    font-weight: 700;
    line-height: 26px
}

@media screen and (max-width: 1024px) and (min-width: 768px) {
    .cm-g-carousel-cards-elements-carousel-group .cm-g-carousel-cards-elements-item__name {
        font-size: 18px;
        line-height: 26px
    }
}

@media (max-width: 767px) {
    .cm-g-carousel-cards-elements-carousel-group .cm-g-carousel-cards-elements-item__name {
        font-size: 12px;
        line-height: 14px
    }
}

.cm-g-carousel-cards-elements-carousel-group .cm-g-carousel-cards-elements-item__desc {
    font-family: "SamsungOneLatinWeb";
    padding-top: 10px;
    font-size: 18px;
    line-height: 26px
}

@media screen and (max-width: 1024px) and (min-width: 768px) {
    .cm-g-carousel-cards-elements-carousel-group .cm-g-carousel-cards-elements-item__desc {
        font-size: 18px;
        line-height: 26px
    }
}

@media (max-width: 767px) {
    .cm-g-carousel-cards-elements-carousel-group .cm-g-carousel-cards-elements-item__desc {
        font-size: 10px;
        line-height: 14px
    }
}

.cm-g-carousel-cards-elements-carousel-group.s-bg-white {
    background-color: #f4f4f4
}

.cm-g-carousel-cards-elements-carousel-group .cm-g-carousel-cards-elements-item__name-wrap {
    color: black !important;
    bottom: 20%;
    height: 10%
}

@media (max-width: 767px) {
    .cm-g-carousel-cards-elements-carousel-group .cm-g-carousel-cards-elements-item__name-wrap {
        height: 39% !important
    }
}

.cm-g-carousel-cards-elements-carousel-group .cm-g-carousel-cards-elements-item, .cm-g-carousel-cards-elements-carousel-group .cm-g-carousel-cards-elements-item-a {
    height: 556px
}

@media (max-width: 767px) {
    .cm-g-carousel-cards-elements-carousel-group .cm-g-carousel-cards-elements-item, .cm-g-carousel-cards-elements-carousel-group .cm-g-carousel-cards-elements-item-a {
        height: 340px
    }
}

@media screen and (max-width: 1024px) and (min-width: 768px) {
    .cm-g-carousel-cards-elements-carousel-group .cm-g-carousel-cards-elements-item, .cm-g-carousel-cards-elements-carousel-group .cm-g-carousel-cards-elements-item-a {
        height: 576px
    }
}

.cm-g-carousel-cards-elements-carousel-group .cm-g-carousel-cards-elements-item__figure {
    position: relative;
    text-align: center;
    white-space: nowrap;
    width: auto;
    height: 100%
}

@media (max-width: 767px) {
    .cm-g-carousel-cards-elements-carousel-group .cm-g-carousel-cards-elements-item__figure {
        width: 100%
    }
}

.cm-g-carousel-cards-elements-carousel-group .cm-g-carousel-cards-elements-item__figure img {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 684px;
    height: 568px;
    margin: auto;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: inherit
}

.cm-g-carousel-cards-elements-carousel-group .cm-g-carousel-cards-elements-item__figure img .mac {
    opacity: initial
}

@media (max-width: 767px) {
    .cm-g-carousel-cards-elements-carousel-group .cm-g-carousel-cards-elements-item__figure img {
        width: 312px;
        height: 222px
    }
}

.cm-g-carousel-cards-elements-carousel-group .cm-g-carousel-cards-elements-item__figure picture {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.cm-g-carousel-cards-elements-carousel-group .slick-dots {
    background: rgba(54, 54, 54, 0.7);
    display: inline-block;
    width: auto;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    -webkit-border-radius: 20px;
    border-radius: 20px;
    border-radius: 20px;
    bottom: 1.38vw;
    padding: 3px 6px
}

@media (max-width: 767px) {
    .cm-g-carousel-cards-elements-carousel-group .slick-dots {
        bottom: 4.38vw
    }
}

.cm-g-carousel-cards-elements-carousel-group .slick-dots li {
    height: 10px;
    width: 10px;
    vertical-align: middle;
    margin: 0 3px;
    padding: 0
}

.cm-g-carousel-cards-elements-carousel-group .slick-dots li button {
    border: white solid 1px;
    width: 8px;
    height: 8px;
    color: transparent
}

.cm-g-carousel-cards-elements-carousel-group .slick-dots li button:hover {
    background-color: white
}

.cm-g-carousel-cards-elements-carousel-group .slick-dots li.slick-active button {
    background-color: white
}

.cm-g-carousel-cards-elements-carousel-group .slick-dots .slick-dots-pause button {
    background-image: url("../../../../../../../etc.clientlibs/samsung/clientlibs/us/usglobal/clientlib-dependencies/resources/imgs/common/btn-carousel-pause-white.svg");
    border: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    background-color: transparent;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: auto 100%
}

.cm-g-carousel-cards-elements-carousel-group .slick-dots .slick-dots-pause button:hover {
    background-color: transparent;
    background-image: url("../../../../../../../etc.clientlibs/samsung/clientlibs/us/usglobal/clientlib-dependencies/resources/imgs/common/btn-carousel-pause-white.svg");
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: auto 100%
}

.cm-g-carousel-cards-elements-carousel-group .slick-dots .slick-dots-play button {
    background-image: url("/etc.clientlibs/samsung/clientlibs/us/usglobal/clientlib-dependencies/resources/imgs/common/btn-carousel-playarw-white-right.svg");
    border: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    background-color: transparent;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: auto 100%
}

.cm-g-carousel-cards-elements-carousel-group .slick-dots .slick-dots-play button:hover {
    background-color: transparent;
    background: url("/etc.clientlibs/samsung/clientlibs/us/usglobal/clientlib-dependencies/resources/imgs/common/btn-carousel-playarw-white-right.svg");
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: auto 100%
}

.cm-g-carousel-cards-elements-carousel-group .slick-arrow__icon {
    color: #363636
}

.cm-g-carousel-cards-elements-carousel-group .slick-next, .cm-g-carousel-cards-elements-carousel-group .slick-prev {
    background-image: none;
    background-color: rgba(255, 255, 255, 0.5)
}

@media (max-width: 767px) {
    .cm-g-carousel-cards-elements-carousel-group .slick-next, .cm-g-carousel-cards-elements-carousel-group .slick-prev {
        height: 100px;
        padding: 0 5px
    }
}

.cm-g-carousel-cards-elements-carousel-group .slick-prev:before {
    content: '\e903';
    font-family: 'SamsungSharpGraphic' !important;
    font-size: 25px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #363636
}

.cm-g-carousel-cards-elements-carousel-group .slick-next:before {
    content: '\e902';
    font-family: 'SamsungSharpGraphic' !important;
    font-size: 25px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #363636
}

.cm-g-carousel-cards-elements__content--type2 .cm-g-carousel-cards-elements-item__wrap.type3-last-child, .cm-g-carousel-cards-elements__content--type2 .cm-g-carousel-cards-elements-item__wrap.type-a1-middle-child {
    display: none
}

.cm-g-carousel-cards-elements__content--type2 .cm-g-carousel-cards-elements-item__wrap.type2-first-child {
    display: block;
    width: 100%
}

@media (min-width: 1025px) {
    .cm-g-carousel-cards-elements__content--type2 .cm-g-carousel-cards-elements-item__wrap.type2-first-child {
        width: 50%
    }
}

.cm-g-carousel-cards-elements__content--type2 .cm-g-carousel-cards-elements-item__wrap.third-child, .cm-g-carousel-cards-elements__content--type2 .cm-g-carousel-cards-elements-item__wrap.fourth-child {
    -webkit-transform: translate(200%, 0%);
    -ms-transform: translate(200%, 0%);
    transform: translate(200%, 0%)
}

@media screen and (max-width: 1024px) and (min-width: 768px) {
    .cm-g-carousel-cards-elements__content--type2 .cm-g-carousel-cards-elements-item__wrap.third-child, .cm-g-carousel-cards-elements__content--type2 .cm-g-carousel-cards-elements-item__wrap.fourth-child {
        -webkit-transform: translate(0%, 35%);
        -ms-transform: translate(0%, 35%);
        transform: translate(0%, 35%)
    }
}

@media (max-width: 767px) {
    .cm-g-carousel-cards-elements__content--type2 .cm-g-carousel-cards-elements-item__wrap.third-child, .cm-g-carousel-cards-elements__content--type2 .cm-g-carousel-cards-elements-item__wrap.fourth-child {
        -webkit-transform: translate(0%, 35%);
        -ms-transform: translate(0%, 35%);
        transform: translate(0%, 35%)
    }
}

@media screen and (max-width: 1024px) and (min-width: 768px) {
    .cm-g-carousel-cards-elements__content--type2 .cm-g-carousel-cards-elements-item__wrap.first-child, .cm-g-carousel-cards-elements__content--type2 .cm-g-carousel-cards-elements-item__wrap.second-child {
        -webkit-transform: translate(0%, 60%);
        -ms-transform: translate(0%, 60%);
        transform: translate(0%, 60%)
    }
}

@media (max-width: 767px) {
    .cm-g-carousel-cards-elements__content--type2 .cm-g-carousel-cards-elements-item__wrap.first-child, .cm-g-carousel-cards-elements__content--type2 .cm-g-carousel-cards-elements-item__wrap.second-child {
        -webkit-transform: translate(0%, 60%);
        -ms-transform: translate(0%, 60%);
        transform: translate(0%, 60%)
    }
}

.cm-g-carousel-cards-elements__content--type2 .cm-g-carousel-cards-elements-item__wrap .cm-g-carousel-cards-elements-carousel-group.type2-first-child {
    display: block
}

.cm-g-carousel-cards-elements__content--type2 .cm-g-carousel-cards-elements-item__wrap .cm-g-carousel-cards-elements-carousel-group.third-child, .cm-g-carousel-cards-elements__content--type2 .cm-g-carousel-cards-elements-item__wrap .cm-g-carousel-cards-elements-carousel-group.fourth-child {
    -webkit-transform: translate(200%, -100%);
    -ms-transform: translate(200%, -100%);
    transform: translate(200%, -100%)
}

.cm-g-carousel-cards-elements__content--type3 .cm-g-carousel-cards-elements-item__wrap.type2-first-child, .cm-g-carousel-cards-elements__content--type3 .cm-g-carousel-cards-elements-item__wrap.type-a1-middle-child {
    display: none
}

.cm-g-carousel-cards-elements__content--type3 .cm-g-carousel-cards-elements-item__wrap.type3-last-child {
    display: block;
    width: auto;
    height: 100%
}

@media (max-width: 767px) {
    .cm-g-carousel-cards-elements__content--type3 .cm-g-carousel-cards-elements-item__wrap.type3-last-child {
        width: 100%
    }
}

@media screen and (max-width: 1024px) and (min-width: 768px) {
    .cm-g-carousel-cards-elements__content--type3 .cm-g-carousel-cards-elements-item__wrap.type3-last-child {
        width: 100%
    }
}

@media (min-width: 1025px) {
    .cm-g-carousel-cards-elements__content--type3 .cm-g-carousel-cards-elements-item__wrap.type3-last-child {
        width: 50%;
        -webkit-transform: translate(100%, -50%);
        -ms-transform: translate(100%, -50%);
        transform: translate(100%, -50%)
    }
}

@media (min-width: 1025px) {
    .cm-g-carousel-cards-elements__content--type3 .cm-g-carousel-cards-elements-item__wrap.third-child, .cm-g-carousel-cards-elements__content--type3 .cm-g-carousel-cards-elements-item__wrap.fourth-child {
        -webkit-transform: translate(-200%, 100%);
        -ms-transform: translate(-200%, 100%);
        transform: translate(-200%, 100%)
    }
}

.cm-g-carousel-cards-elements__content--type3 .cm-g-carousel-cards-elements-item__wrap .cm-g-carousel-cards-elements-carousel-group.type3-last-child {
    display: block;
    width: 100%
}

.cm-g-carousel-cards-elements__content--type3 .cm-g-carousel-cards-elements-item__wrap .cm-g-carousel-cards-elements-carousel-group.third-child, .cm-g-carousel-cards-elements__content--type3 .cm-g-carousel-cards-elements-item__wrap .cm-g-carousel-cards-elements-carousel-group.fourth-child {
    -webkit-transform: translate(200%, -100%);
    -ms-transform: translate(200%, -100%);
    transform: translate(200%, -100%)
}

.cm-g-carousel-cards-elements__content--type-a1 .cm-g-carousel-cards-elements-item__wrap.type3-last-child, .cm-g-carousel-cards-elements__content--type-a1 .cm-g-carousel-cards-elements-item__wrap.type2-first-child {
    display: none
}

.cm-g-carousel-cards-elements__content--type-a1 .cm-g-carousel-cards-elements-item__wrap.type-a1-middle-child {
    display: block;
    width: 100%
}

@media (min-width: 1025px) {
    .cm-g-carousel-cards-elements__content--type-a1 .cm-g-carousel-cards-elements-item__wrap.type-a1-middle-child {
        width: 50%
    }
}

.cm-g-carousel-cards-elements__content--type-a1 .cm-g-carousel-cards-elements-item__wrap.first-child {
    -webkit-transform: translate(0%, 0%);
    -ms-transform: translate(0%, 0%);
    transform: translate(0%, 0%)
}

.cm-g-carousel-cards-elements__content--type-a1 .cm-g-carousel-cards-elements-item__wrap.second-child {
    -webkit-transform: translate(-100%, 100%);
    -ms-transform: translate(-100%, 100%);
    transform: translate(-100%, 100%)
}

@media screen and (max-width: 1024px) and (min-width: 768px) {
    .cm-g-carousel-cards-elements__content--type-a1 .cm-g-carousel-cards-elements-item__wrap.second-child {
        -webkit-transform: translate(0%, 0%);
        -ms-transform: translate(0%, 0%);
        transform: translate(0%, 0%)
    }
}

@media (max-width: 767px) {
    .cm-g-carousel-cards-elements__content--type-a1 .cm-g-carousel-cards-elements-item__wrap.second-child {
        -webkit-transform: translate(0%, 0%);
        -ms-transform: translate(0%, 0%);
        transform: translate(0%, 0%)
    }
}

.cm-g-carousel-cards-elements__content--type-a1 .cm-g-carousel-cards-elements-item__wrap.third-child {
    -webkit-transform: translate(300%, -100%);
    -ms-transform: translate(300%, -100%);
    transform: translate(300%, -100%)
}

@media screen and (max-width: 1024px) and (min-width: 768px) {
    .cm-g-carousel-cards-elements__content--type-a1 .cm-g-carousel-cards-elements-item__wrap.third-child {
        -webkit-transform: translate(0%, 35%);
        -ms-transform: translate(0%, 35%);
        transform: translate(0%, 35%)
    }
}

@media (max-width: 767px) {
    .cm-g-carousel-cards-elements__content--type-a1 .cm-g-carousel-cards-elements-item__wrap.third-child {
        -webkit-transform: translate(0%, 35%);
        -ms-transform: translate(0%, 35%);
        transform: translate(0%, 35%)
    }
}

.cm-g-carousel-cards-elements__content--type-a1 .cm-g-carousel-cards-elements-item__wrap.fourth-child {
    -webkit-transform: translate(200%, 0%);
    -ms-transform: translate(200%, 0%);
    transform: translate(200%, 0%)
}

@media screen and (max-width: 1024px) and (min-width: 768px) {
    .cm-g-carousel-cards-elements__content--type-a1 .cm-g-carousel-cards-elements-item__wrap.fourth-child {
        -webkit-transform: translate(0%, 35%);
        -ms-transform: translate(0%, 35%);
        transform: translate(0%, 35%)
    }
}

@media (max-width: 767px) {
    .cm-g-carousel-cards-elements__content--type-a1 .cm-g-carousel-cards-elements-item__wrap.fourth-child {
        -webkit-transform: translate(0%, 35%);
        -ms-transform: translate(0%, 35%);
        transform: translate(0%, 35%)
    }
}

.cm-g-carousel-cards-elements__content--type-a1 .cm-g-carousel-cards-elements-item__wrap.type-a1-middle-child .cm-g-carousel-cards-elements-carousel-group {
    display: block;
    -webkit-transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%)
}

@media (max-width: 767px) {
    .cm-g-carousel-cards-elements__content--type-a1 .cm-g-carousel-cards-elements-item__wrap.type-a1-middle-child .cm-g-carousel-cards-elements-carousel-group {
        -webkit-transform: translate(0%, -15%);
        -ms-transform: translate(0%, -15%);
        transform: translate(0%, -15%)
    }
}

.cm-g-carousel-cards-elements-buynow {
    position: absolute;
    top: 80%;
    left: 38%;
    outline: none !important
}

.cm-g-carousel-cards-badge {
    background: #0077C8;
    color: white;
    font-size: 14px;
    left: 20px;
    top: 20px;
    position: absolute;
    padding: 6px 11px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    font-weight: 700;
    z-index: 2
}

.cm-g-carousel-cards-elements-item__btn {
    color: black;
    bottom: 10%;
    height: 10%;
    display: block;
    position: absolute;
    z-index: 7;
    left: 0;
    right: 0;
    padding: 0px 26px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.cm-g-carousel-cards-elements-item__btn .cta-button {
    color: #363636;
    display: inline-block;
    position: relative;
    overflow: hidden;
    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: .2s ease-in;
    transition: .2s ease-in;
    background-clip: border-box;
    font-size: 11px;
    letter-spacing: 1.7px;
    padding: 16px 57px 15px 59px;
    font-weight: 700;
    z-index: 7
}

.cm-g-carousel-cards-elements-item__btn .cta-button:hover {
    background-color: #000;
    color: #fff
}

@media (max-width: 767px) {
    .cm-g-carousel-cards-elements-carousel-group .cm-g-carousel-cards-elements-item__btn {
        bottom: 15%
    }

    .cm-g-carousel-cards-elements-item__btn .cta-button {
        padding: 12px 35px 12px 35px
    }

    .cm-g-carousel-cards-elements-carousel-group .cm-g-carousel-cards-elements-item__name-wrap {
        bottom: 0px
    }
}
@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
    }
}
@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
}

.ho-product-card-container {
	overflow: hidden;
	position: relative;
	z-index: 0;
	text-align: center
}

.ho-product-card-container__wrap {
	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: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	height: 100%;
	max-width: 1440px;
	margin: 0 auto
}

.ho-product-card-container__content {
	padding: 0px 34.13333px;
	padding: 0vw 4.44444vw
}

@media (max-width: 360px) {
	.ho-product-card-container__content {
		padding: 0px 16px;
		padding: 0vw 4.44444vw
	}
}

.ho-product-card-container__headline {
	padding-bottom: 4.26667px;
	padding-bottom: .55556vw;
	overflow: hidden;
	line-height: 1.33;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical
}

@media (max-width: 360px) {
	.ho-product-card-container__headline {
		padding-bottom: 2px;
		padding-bottom: .55556vw
	}
}

html[lang^="th"] .ho-product-card-container__headline {
	line-height: .9975
}

html[lang^="my"] .ho-product-card-container__headline {
	line-height: 1.4
}

.Internet-Explorer .ho-product-card-container__headline {
	max-height: 2.66em
}

html[lang^="my"] .Internet-Explorer .ho-product-card-container__headline {
	max-height: 2.8em
}

html[lang^="th"] .Internet-Explorer .ho-product-card-container__headline[data-font-size-mo="52"] {
	max-height: 1.95em
}

.ho-product-card-container__desc {
	margin-top: 29.86667px;
	margin-top: 3.88889vw;
	overflow: hidden;
	line-height: 1.33;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical
}

@media (max-width: 360px) {
	.ho-product-card-container__desc {
		margin-top: 14px;
		margin-top: 3.88889vw
	}
}

html[lang^="th"] .ho-product-card-container__desc {
	line-height: .9975
}

html[lang^="my"] .ho-product-card-container__desc {
	line-height: 1.4
}

.Internet-Explorer .ho-product-card-container__desc {
	max-height: 2.66em
}

html[lang^="my"] .Internet-Explorer .ho-product-card-container__desc {
	max-height: 2.8em
}

html[lang^="th"] .Internet-Explorer .ho-product-card-container__desc[data-font-size-mo="24"] {
	max-height: 1.95em
}

.ho-product-card-container--width-1920 {
	max-width: 1920px
}

.ho-product-card-container--width-1440 {
	max-width: 1440px
}

.ho-product-card-container.s-bg-white {
	background-color: #fff;
	color: #000
}

.ho-product-card-container.s-bg-white .ho-product-card__tab-list-item {
	color: #000
}

.ho-product-card-container.s-bg-white .ho-product-card__tab-list-item:after {
	background-color: #000
}

.ho-product-card-container.s-bg-white .ho-product-card__tab-list-item:hover, .ho-product-card-container.s-bg-white .ho-product-card__tab-list-item:focus {
	color: #555
}

.ho-product-card-container.s-bg-white .ho-product-card__tab-list-item.swiper-slide-thumb-active, .ho-product-card-container.s-bg-white .ho-product-card__tab-list-item:only-child {
	color: #000
}

body.touch-device .ho-product-card-container.s-bg-white .ho-product-card__tab-list-item:hover, body.touch-device .ho-product-card-container.s-bg-white .ho-product-card__tab-list-item:focus, body.touch-device .ho-product-card-container.s-bg-white .ho-product-card__tab-list-item.swiper-slide-thumb-active {
	color: #000
}

.ho-product-card-container.s-bg-white .ho-product-card-item {
	background-color: #f4f4f4
}

.ho-product-card-container.s-bg-white .ho-product-card-item--product-type {
	color: #000
}

.ho-product-card-container.s-bg-black {
	background-color: #000;
	color: #fff
}

.ho-product-card-container.s-bg-black .ho-product-card__tab-list-item {
	color: #fff
}

.ho-product-card-container.s-bg-black .ho-product-card__tab-list-item:after {
	background-color: #fff
}

.ho-product-card-container.s-bg-black .ho-product-card__tab-list-item:hover, .ho-product-card-container.s-bg-black .ho-product-card__tab-list-item:focus {
	color: #ddd
}

.ho-product-card-container.s-bg-black .ho-product-card__tab-list-item.swiper-slide-thumb-active, .ho-product-card-container.s-bg-black .ho-product-card__tab-list-item:only-child {
	color: #fff
}

body.touch-device .ho-product-card-container.s-bg-black .ho-product-card__tab-list-item:hover, body.touch-device .ho-product-card-container.s-bg-black .ho-product-card__tab-list-item:focus, body.touch-device .ho-product-card-container.s-bg-black .ho-product-card__tab-list-item.swiper-slide-thumb-active {
	color: #fff
}

.ho-product-card-container.s-bg-black .ho-product-card-item {
	background-color: #555
}

.ho-product-card-container.s-bg-black .ho-product-card-item--product-type {
	color: #fff
}

.ho-product-card {
	font-size: 0
}

.ho-product-card__tab-list {
	height: auto;
	max-width: 100%;
	margin-top: 19.2px;
	margin-top: 2.5vw;
	padding-left: 17.06667px;
	padding-left: 2.22222vw;
	padding-right: 17.06667px;
	padding-right: 2.22222vw
}

@media (max-width: 360px) {
	.ho-product-card__tab-list {
		margin-top: 9px;
		margin-top: 2.5vw
	}
}

@media (max-width: 360px) {
	.ho-product-card__tab-list {
		padding-left: 8px;
		padding-left: 2.22222vw
	}
}

@media (max-width: 360px) {
	.ho-product-card__tab-list {
		padding-right: 8px;
		padding-right: 2.22222vw
	}
}

.ho-product-card__tab-list .swiper-wrapper {
	display: inline-block;
	width: auto;
	white-space: nowrap;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center
}

.ho-product-card__tab-list.swiper-no-swiping {
	overflow: visible
}

.ho-product-card__tab-list-item {
	display: inline-block;
	width: auto;
	height: auto;
	padding: 21.33333px 34.13333px;
	padding: 2.77778vw 4.44444vw;
	font-size: 29.86667px;
	font-size: 3.88889vw;
	font-weight: bold;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	-webkit-transition-duration: 0.2s;
	transition-duration: 0.2s
}

@media (max-width: 360px) {
	.ho-product-card__tab-list-item {
		padding: 10px 16px;
		padding: 2.77778vw 4.44444vw
	}
}

html[lang^="th"] .ho-product-card__tab-list-item {
	font-size: 40.32px;
	font-size: 5.25vw
}

@media (max-width: 360px) {
	.ho-product-card__tab-list-item {
		font-size: 14px;
		font-size: 3.88889vw
	}

	html[lang^="th"] .ho-product-card__tab-list-item {
		font-size: 18.9px;
		font-size: 5.25vw
	}
}

.ho-product-card__tab-list-item:after {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 14.93333px;
	bottom: 1.94444vw;
	height: 4.26667px;
	height: .55556vw;
	margin: 0px 34.13333px;
	margin: 0vw 4.44444vw;
	background-color: transparent;
	-webkit-transform: scaleX(0);
	-ms-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transition-property: background-color, -webkit-transform;
	transition-property: background-color, -webkit-transform;
	transition-property: transform, background-color;
	transition-property: transform, background-color, -webkit-transform;
	-webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s
}

@media (max-width: 360px) {
	.ho-product-card__tab-list-item:after {
		bottom: 7px;
		bottom: 1.94444vw
	}
}

@media (max-width: 360px) {
	.ho-product-card__tab-list-item:after {
		height: 2px;
		height: .55556vw
	}
}

@media (max-width: 360px) {
	.ho-product-card__tab-list-item:after {
		margin: 0px 16px;
		margin: 0vw 4.44444vw
	}
}

.ho-product-card__tab-list-item.swiper-slide-thumb-active:after, .ho-product-card__tab-list-item:only-child:after {
	-webkit-transform: scaleX(1);
	-ms-transform: scaleX(1);
	transform: scaleX(1)
}

.ho-product-card__tab-content {
	margin-top: 32px;
	margin-top: 4.16667vw;
	font-size: 34.13333px;
	font-size: 4.44444vw
}

@media (max-width: 360px) {
	.ho-product-card__tab-content {
		margin-top: 15px;
		margin-top: 4.16667vw
	}
}

html[lang^="th"] .ho-product-card__tab-content {
	font-size: 46.08px;
	font-size: 6vw
}

@media (max-width: 360px) {
	.ho-product-card__tab-content {
		font-size: 16px;
		font-size: 4.44444vw
	}

	html[lang^="th"] .ho-product-card__tab-content {
		font-size: 21.6px;
		font-size: 6vw
	}
}

.ho-product-card__content-list {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	-js-display: flex;
	display: flex;
	-webkit-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	height: 1228.8px;
	height: 160vw;
	margin: -17.06667px;
	margin: -2.22222vw
}

@media (max-width: 360px) {
	.ho-product-card__content-list {
		height: 576px;
		height: 160vw
	}
}

@media (max-width: 360px) {
	.ho-product-card__content-list {
		margin: -8px;
		margin: -2.22222vw
	}
}

.ho-product-card__content-list-wrap {
	padding: 0px 51.2px;
	padding: 0vw 6.66667vw
}

@media (max-width: 360px) {
	.ho-product-card__content-list-wrap {
		padding: 0px 24px;
		padding: 0vw 6.66667vw
	}
}

@media screen and (max-width: 768px) {
	.ho-product-card__content-list--item5 .ho-product-card-item__name, .ho-product-card__content-list--item6 .ho-product-card-item__name {
		font-size: 25.6px;
		font-size: 3.33333vw;
		line-height: 1.33
	}

	html[lang^="th"] .ho-product-card__content-list--item5 .ho-product-card-item__name, html[lang^="th"] .ho-product-card__content-list--item6 .ho-product-card-item__name {
		font-size: 34.56px;
		font-size: 4.5vw
	}
}

@media screen and (max-width: 768px) and (max-width: 360px) {
	.ho-product-card__content-list--item5 .ho-product-card-item__name, .ho-product-card__content-list--item6 .ho-product-card-item__name {
		font-size: 12px;
		font-size: 3.33333vw
	}

	html[lang^="th"] .ho-product-card__content-list--item5 .ho-product-card-item__name, html[lang^="th"] .ho-product-card__content-list--item6 .ho-product-card-item__name {
		font-size: 16.2px;
		font-size: 4.5vw
	}
}

@media screen and (max-width: 768px) {
	html[lang^="th"] .ho-product-card__content-list--item5 .ho-product-card-item__name, html[lang^="th"] .ho-product-card__content-list--item6 .ho-product-card-item__name {
		line-height: .9975
	}

	html[lang^="my"] .ho-product-card__content-list--item5 .ho-product-card-item__name, html[lang^="my"] .ho-product-card__content-list--item6 .ho-product-card-item__name {
		line-height: 1.4
	}

	.ho-product-card__content-list--item5 .ho-product-card-item__name-wrap, .ho-product-card__content-list--item6 .ho-product-card-item__name-wrap {
		bottom: 17.06667px;
		bottom: 2.22222vw;
		height: 162.13333px;
		height: 21.11111vw
	}
}

@media screen and (max-width: 768px) and (max-width: 360px) {
	.ho-product-card__content-list--item5 .ho-product-card-item__name-wrap, .ho-product-card__content-list--item6 .ho-product-card-item__name-wrap {
		bottom: 8px;
		bottom: 2.22222vw
	}
}

@media screen and (max-width: 768px) and (max-width: 360px) {
	.ho-product-card__content-list--item5 .ho-product-card-item__name-wrap, .ho-product-card__content-list--item6 .ho-product-card-item__name-wrap {
		height: 76px;
		height: 21.11111vw
	}
}

@media screen and (max-width: 768px) {
	.ho-product-card__content-list--item5 .ho-product-card-item--product-type .ho-product-card-item__figure, .ho-product-card__content-list--item6 .ho-product-card-item--product-type .ho-product-card-item__figure {
		width: 204.8px;
		width: 26.66667vw;
		height: 170.66667px;
		height: 22.22222vw;
		margin: 21.33333px 55.46667px 6.4px;
		margin: 2.77778vw 7.22222vw .83333vw
	}
}

@media screen and (max-width: 768px) and (max-width: 360px) {
	.ho-product-card__content-list--item5 .ho-product-card-item--product-type .ho-product-card-item__figure, .ho-product-card__content-list--item6 .ho-product-card-item--product-type .ho-product-card-item__figure {
		width: 96px;
		width: 26.66667vw
	}
}

@media screen and (max-width: 768px) and (max-width: 360px) {
	.ho-product-card__content-list--item5 .ho-product-card-item--product-type .ho-product-card-item__figure, .ho-product-card__content-list--item6 .ho-product-card-item--product-type .ho-product-card-item__figure {
		height: 80px;
		height: 22.22222vw
	}
}

@media screen and (max-width: 768px) and (max-width: 360px) {
	.ho-product-card__content-list--item5 .ho-product-card-item--product-type .ho-product-card-item__figure, .ho-product-card__content-list--item6 .ho-product-card-item--product-type .ho-product-card-item__figure {
		margin: 10px 26px 3px;
		margin: 2.77778vw 7.22222vw .83333vw
	}
}

@media screen and (max-width: 768px) {
	.ho-product-card__content-list--item3 .ho-product-card-item__wrap {
		width: 100%
	}

	.ho-product-card__content-list--item3 .ho-product-card-item__wrap .ho-product-card-item__name {
		font-size: 34.13333px;
		font-size: 4.44444vw;
		line-height: 1.33
	}

	html[lang^="th"] .ho-product-card__content-list--item3 .ho-product-card-item__wrap .ho-product-card-item__name {
		font-size: 46.08px;
		font-size: 6vw
	}
}

@media screen and (max-width: 768px) and (max-width: 360px) {
	.ho-product-card__content-list--item3 .ho-product-card-item__wrap .ho-product-card-item__name {
		font-size: 16px;
		font-size: 4.44444vw
	}

	html[lang^="th"] .ho-product-card__content-list--item3 .ho-product-card-item__wrap .ho-product-card-item__name {
		font-size: 21.6px;
		font-size: 6vw
	}
}

@media screen and (max-width: 768px) {
	html[lang^="th"] .ho-product-card__content-list--item3 .ho-product-card-item__wrap .ho-product-card-item__name {
		line-height: .9975
	}

	html[lang^="my"] .ho-product-card__content-list--item3 .ho-product-card-item__wrap .ho-product-card-item__name {
		line-height: 1.4
	}

	.ho-product-card__content-list--item3 .ho-product-card-item__wrap .ho-product-card-item--fullbleed-type .ho-product-card-item__name-wrap {
		height: 89.6px;
		height: 11.66667vw;
		bottom: 34.13333px;
		bottom: 4.44444vw
	}
}

@media screen and (max-width: 768px) and (max-width: 360px) {
	.ho-product-card__content-list--item3 .ho-product-card-item__wrap .ho-product-card-item--fullbleed-type .ho-product-card-item__name-wrap {
		height: 42px;
		height: 11.66667vw
	}
}

@media screen and (max-width: 768px) and (max-width: 360px) {
	.ho-product-card__content-list--item3 .ho-product-card-item__wrap .ho-product-card-item--fullbleed-type .ho-product-card-item__name-wrap {
		bottom: 16px;
		bottom: 4.44444vw
	}
}

@media screen and (max-width: 768px) {
	.ho-product-card__content-list--item3 .ho-product-card-item__wrap .ho-product-card-item--fullbleed-type .ho-product-card-item__figure img, .ho-product-card__content-list--item3 .ho-product-card-item__wrap .ho-product-card-item--fullbleed-type .ho-product-card-item__figure .mp4-video .s-video {
		width: auto;
		height: 100%
	}

	.ho-product-card__content-list--item3 .ho-product-card-item__wrap .ho-product-card-item--fullbleed-type .ho-product-card-item__figure:after {
		height: 136.53333px;
		height: 17.77778vw
	}
}

@media screen and (max-width: 768px) and (max-width: 360px) {
	.ho-product-card__content-list--item3 .ho-product-card-item__wrap .ho-product-card-item--fullbleed-type .ho-product-card-item__figure:after {
		height: 64px;
		height: 17.77778vw
	}
}

@media screen and (max-width: 768px) {
	.ho-product-card__content-list--item3 .ho-product-card-item__wrap .ho-product-card-item--product-type .ho-product-card-item__flag-wrap {
		text-align: left;
		top: 125.86667px;
		top: 16.38889vw;
		left: 332.8px;
		left: 43.33333vw;
		margin: 0
	}
}

@media screen and (max-width: 768px) and (max-width: 360px) {
	.ho-product-card__content-list--item3 .ho-product-card-item__wrap .ho-product-card-item--product-type .ho-product-card-item__flag-wrap {
		top: 59px;
		top: 16.38889vw
	}
}

@media screen and (max-width: 768px) and (max-width: 360px) {
	.ho-product-card__content-list--item3 .ho-product-card-item__wrap .ho-product-card-item--product-type .ho-product-card-item__flag-wrap {
		left: 156px;
		left: 43.33333vw
	}
}

@media screen and (max-width: 768px) {
	.ho-product-card__content-list--item3 .ho-product-card-item__wrap .ho-product-card-item--product-type .ho-product-card-item__flag-wrap .ho-product-card-item__flag-inner:first-child {
		padding-left: 0
	}

	.ho-product-card__content-list--item3 .ho-product-card-item__wrap .ho-product-card-item--product-type .ho-product-card-item__flag-wrap~.ho-product-card-item__name-wrap {
		padding-top: 32px;
		padding-top: 4.16667vw
	}
}

@media screen and (max-width: 768px) and (max-width: 360px) {
	.ho-product-card__content-list--item3 .ho-product-card-item__wrap .ho-product-card-item--product-type .ho-product-card-item__flag-wrap~.ho-product-card-item__name-wrap {
		padding-top: 15px;
		padding-top: 4.16667vw
	}
}

@media screen and (max-width: 768px) {
	.ho-product-card__content-list--item3 .ho-product-card-item__wrap .ho-product-card-item--product-type .ho-product-card-item__name-wrap {
		left: 315.73333px;
		left: 41.11111vw;
		right: 0;
		bottom: 0;
		height: 100%;
		width: 349.86667px;
		width: 45.55556vw;
		padding-left: 17.06667px;
		padding-left: 2.22222vw;
		padding-right: 34.13333px;
		padding-right: 4.44444vw;
		text-align: left
	}
}

@media screen and (max-width: 768px) and (max-width: 360px) {
	.ho-product-card__content-list--item3 .ho-product-card-item__wrap .ho-product-card-item--product-type .ho-product-card-item__name-wrap {
		left: 148px;
		left: 41.11111vw
	}
}

@media screen and (max-width: 768px) and (max-width: 360px) {
	.ho-product-card__content-list--item3 .ho-product-card-item__wrap .ho-product-card-item--product-type .ho-product-card-item__name-wrap {
		width: 164px;
		width: 45.55556vw
	}
}

@media screen and (max-width: 768px) and (max-width: 360px) {
	.ho-product-card__content-list--item3 .ho-product-card-item__wrap .ho-product-card-item--product-type .ho-product-card-item__name-wrap {
		padding-left: 8px;
		padding-left: 2.22222vw
	}
}

@media screen and (max-width: 768px) and (max-width: 360px) {
	.ho-product-card__content-list--item3 .ho-product-card-item__wrap .ho-product-card-item--product-type .ho-product-card-item__name-wrap {
		padding-right: 16px;
		padding-right: 4.44444vw
	}
}

@media screen and (max-width: 768px) {
	.ho-product-card__content-list--item3 .ho-product-card-item__wrap .ho-product-card-item--product-type .ho-product-card-item__figure {
		width: 281.6px;
		width: 36.66667vw;
		height: 281.6px;
		height: 36.66667vw;
		margin-top: 46.93333px;
		margin-top: 6.11111vw;
		margin-left: 34.13333px;
		margin-left: 4.44444vw
	}
}

@media screen and (max-width: 768px) and (max-width: 360px) {
	.ho-product-card__content-list--item3 .ho-product-card-item__wrap .ho-product-card-item--product-type .ho-product-card-item__figure {
		width: 132px;
		width: 36.66667vw
	}
}

@media screen and (max-width: 768px) and (max-width: 360px) {
	.ho-product-card__content-list--item3 .ho-product-card-item__wrap .ho-product-card-item--product-type .ho-product-card-item__figure {
		height: 132px;
		height: 36.66667vw
	}
}

@media screen and (max-width: 768px) and (max-width: 360px) {
	.ho-product-card__content-list--item3 .ho-product-card-item__wrap .ho-product-card-item--product-type .ho-product-card-item__figure {
		margin-top: 22px;
		margin-top: 6.11111vw
	}
}

@media screen and (max-width: 768px) and (max-width: 360px) {
	.ho-product-card__content-list--item3 .ho-product-card-item__wrap .ho-product-card-item--product-type .ho-product-card-item__figure {
		margin-left: 16px;
		margin-left: 4.44444vw
	}
}

@media screen and (max-width: 768px) {
	.ho-product-card__content--type-a1 .ho-product-card-item__wrap:nth-child(3), .ho-product-card__content--type-a2 .ho-product-card-item__wrap:nth-child(3), .ho-product-card__content--type2 .ho-product-card-item__wrap:first-child, .ho-product-card__content--type3 .ho-product-card-item__wrap:nth-child(5) {
		width: 100%
	}

	.ho-product-card__content--type-a1 .ho-product-card-item__wrap:nth-child(3) .ho-product-card-item__name, .ho-product-card__content--type-a2 .ho-product-card-item__wrap:nth-child(3) .ho-product-card-item__name, .ho-product-card__content--type2 .ho-product-card-item__wrap:first-child .ho-product-card-item__name, .ho-product-card__content--type3 .ho-product-card-item__wrap:nth-child(5) .ho-product-card-item__name {
		font-size: 34.13333px;
		font-size: 4.44444vw;
		line-height: 1.33
	}

	html[lang^="th"] .ho-product-card__content--type-a1 .ho-product-card-item__wrap:nth-child(3) .ho-product-card-item__name, html[lang^="th"] .ho-product-card__content--type-a2 .ho-product-card-item__wrap:nth-child(3) .ho-product-card-item__name, html[lang^="th"] .ho-product-card__content--type2 .ho-product-card-item__wrap:first-child .ho-product-card-item__name, html[lang^="th"] .ho-product-card__content--type3 .ho-product-card-item__wrap:nth-child(5) .ho-product-card-item__name {
		font-size: 46.08px;
		font-size: 6vw
	}
}

@media screen and (max-width: 768px) and (max-width: 360px) {
	.ho-product-card__content--type-a1 .ho-product-card-item__wrap:nth-child(3) .ho-product-card-item__name, .ho-product-card__content--type-a2 .ho-product-card-item__wrap:nth-child(3) .ho-product-card-item__name, .ho-product-card__content--type2 .ho-product-card-item__wrap:first-child .ho-product-card-item__name, .ho-product-card__content--type3 .ho-product-card-item__wrap:nth-child(5) .ho-product-card-item__name {
		font-size: 16px;
		font-size: 4.44444vw
	}

	html[lang^="th"] .ho-product-card__content--type-a1 .ho-product-card-item__wrap:nth-child(3) .ho-product-card-item__name, html[lang^="th"] .ho-product-card__content--type-a2 .ho-product-card-item__wrap:nth-child(3) .ho-product-card-item__name, html[lang^="th"] .ho-product-card__content--type2 .ho-product-card-item__wrap:first-child .ho-product-card-item__name, html[lang^="th"] .ho-product-card__content--type3 .ho-product-card-item__wrap:nth-child(5) .ho-product-card-item__name {
		font-size: 21.6px;
		font-size: 6vw
	}
}

@media screen and (max-width: 768px) {
	html[lang^="th"] .ho-product-card__content--type-a1 .ho-product-card-item__wrap:nth-child(3) .ho-product-card-item__name, html[lang^="th"] .ho-product-card__content--type-a2 .ho-product-card-item__wrap:nth-child(3) .ho-product-card-item__name, html[lang^="th"] .ho-product-card__content--type2 .ho-product-card-item__wrap:first-child .ho-product-card-item__name, html[lang^="th"] .ho-product-card__content--type3 .ho-product-card-item__wrap:nth-child(5) .ho-product-card-item__name {
		line-height: .9975
	}

	html[lang^="my"] .ho-product-card__content--type-a1 .ho-product-card-item__wrap:nth-child(3) .ho-product-card-item__name, html[lang^="my"] .ho-product-card__content--type-a2 .ho-product-card-item__wrap:nth-child(3) .ho-product-card-item__name, html[lang^="my"] .ho-product-card__content--type2 .ho-product-card-item__wrap:first-child .ho-product-card-item__name, html[lang^="my"] .ho-product-card__content--type3 .ho-product-card-item__wrap:nth-child(5) .ho-product-card-item__name {
		line-height: 1.4
	}

	.ho-product-card__content--type-a1 .ho-product-card-item__wrap:nth-child(3) .ho-product-card-item--fullbleed-type .ho-product-card-item__name-wrap, .ho-product-card__content--type-a2 .ho-product-card-item__wrap:nth-child(3) .ho-product-card-item--fullbleed-type .ho-product-card-item__name-wrap, .ho-product-card__content--type2 .ho-product-card-item__wrap:first-child .ho-product-card-item--fullbleed-type .ho-product-card-item__name-wrap, .ho-product-card__content--type3 .ho-product-card-item__wrap:nth-child(5) .ho-product-card-item--fullbleed-type .ho-product-card-item__name-wrap {
		height: 93.86667px;
		height: 12.22222vw;
		bottom: 42.66667px;
		bottom: 5.55556vw
	}
}

@media screen and (max-width: 768px) and (max-width: 360px) {
	.ho-product-card__content--type-a1 .ho-product-card-item__wrap:nth-child(3) .ho-product-card-item--fullbleed-type .ho-product-card-item__name-wrap, .ho-product-card__content--type-a2 .ho-product-card-item__wrap:nth-child(3) .ho-product-card-item--fullbleed-type .ho-product-card-item__name-wrap, .ho-product-card__content--type2 .ho-product-card-item__wrap:first-child .ho-product-card-item--fullbleed-type .ho-product-card-item__name-wrap, .ho-product-card__content--type3 .ho-product-card-item__wrap:nth-child(5) .ho-product-card-item--fullbleed-type .ho-product-card-item__name-wrap {
		height: 44px;
		height: 12.22222vw
	}
}

@media screen and (max-width: 768px) and (max-width: 360px) {
	.ho-product-card__content--type-a1 .ho-product-card-item__wrap:nth-child(3) .ho-product-card-item--fullbleed-type .ho-product-card-item__name-wrap, .ho-product-card__content--type-a2 .ho-product-card-item__wrap:nth-child(3) .ho-product-card-item--fullbleed-type .ho-product-card-item__name-wrap, .ho-product-card__content--type2 .ho-product-card-item__wrap:first-child .ho-product-card-item--fullbleed-type .ho-product-card-item__name-wrap, .ho-product-card__content--type3 .ho-product-card-item__wrap:nth-child(5) .ho-product-card-item--fullbleed-type .ho-product-card-item__name-wrap {
		bottom: 20px;
		bottom: 5.55556vw
	}
}

@media screen and (max-width: 768px) {
	.ho-product-card__content--type-a1 .ho-product-card-item__wrap:nth-child(3) .ho-product-card-item--fullbleed-type .ho-product-card-item__figure img, .ho-product-card__content--type-a1 .ho-product-card-item__wrap:nth-child(3) .ho-product-card-item--fullbleed-type .ho-product-card-item__figure .mp4-video .s-video, .ho-product-card__content--type-a2 .ho-product-card-item__wrap:nth-child(3) .ho-product-card-item--fullbleed-type .ho-product-card-item__figure img, .ho-product-card__content--type-a2 .ho-product-card-item__wrap:nth-child(3) .ho-product-card-item--fullbleed-type .ho-product-card-item__figure .mp4-video .s-video, .ho-product-card__content--type2 .ho-product-card-item__wrap:first-child .ho-product-card-item--fullbleed-type .ho-product-card-item__figure img, .ho-product-card__content--type2 .ho-product-card-item__wrap:first-child .ho-product-card-item--fullbleed-type .ho-product-card-item__figure .mp4-video .s-video, .ho-product-card__content--type3 .ho-product-card-item__wrap:nth-child(5) .ho-product-card-item--fullbleed-type .ho-product-card-item__figure img, .ho-product-card__content--type3 .ho-product-card-item__wrap:nth-child(5) .ho-product-card-item--fullbleed-type .ho-product-card-item__figure .mp4-video .s-video {
		width: auto;
		height: 100%
	}

	.ho-product-card__content--type-a1 .ho-product-card-item__wrap:nth-child(3) .ho-product-card-item--fullbleed-type .ho-product-card-item__figure:after, .ho-product-card__content--type-a2 .ho-product-card-item__wrap:nth-child(3) .ho-product-card-item--fullbleed-type .ho-product-card-item__figure:after, .ho-product-card__content--type2 .ho-product-card-item__wrap:first-child .ho-product-card-item--fullbleed-type .ho-product-card-item__figure:after, .ho-product-card__content--type3 .ho-product-card-item__wrap:nth-child(5) .ho-product-card-item--fullbleed-type .ho-product-card-item__figure:after {
		height: 136.53333px;
		height: 17.77778vw
	}
}

@media screen and (max-width: 768px) and (max-width: 360px) {
	.ho-product-card__content--type-a1 .ho-product-card-item__wrap:nth-child(3) .ho-product-card-item--fullbleed-type .ho-product-card-item__figure:after, .ho-product-card__content--type-a2 .ho-product-card-item__wrap:nth-child(3) .ho-product-card-item--fullbleed-type .ho-product-card-item__figure:after, .ho-product-card__content--type2 .ho-product-card-item__wrap:first-child .ho-product-card-item--fullbleed-type .ho-product-card-item__figure:after, .ho-product-card__content--type3 .ho-product-card-item__wrap:nth-child(5) .ho-product-card-item--fullbleed-type .ho-product-card-item__figure:after {
		height: 64px;
		height: 17.77778vw
	}
}

@media screen and (max-width: 768px) {
	.ho-product-card__content--type-a1 .ho-product-card-item__wrap:nth-child(3) .ho-product-card-item--product-type .ho-product-card-item__flag-wrap, .ho-product-card__content--type-a2 .ho-product-card-item__wrap:nth-child(3) .ho-product-card-item--product-type .ho-product-card-item__flag-wrap, .ho-product-card__content--type2 .ho-product-card-item__wrap:first-child .ho-product-card-item--product-type .ho-product-card-item__flag-wrap, .ho-product-card__content--type3 .ho-product-card-item__wrap:nth-child(5) .ho-product-card-item--product-type .ho-product-card-item__flag-wrap {
		text-align: left;
		top: 125.86667px;
		top: 16.38889vw;
		left: 332.8px;
		left: 43.33333vw;
		margin: 0
	}
}

@media screen and (max-width: 768px) and (max-width: 360px) {
	.ho-product-card__content--type-a1 .ho-product-card-item__wrap:nth-child(3) .ho-product-card-item--product-type .ho-product-card-item__flag-wrap, .ho-product-card__content--type-a2 .ho-product-card-item__wrap:nth-child(3) .ho-product-card-item--product-type .ho-product-card-item__flag-wrap, .ho-product-card__content--type2 .ho-product-card-item__wrap:first-child .ho-product-card-item--product-type .ho-product-card-item__flag-wrap, .ho-product-card__content--type3 .ho-product-card-item__wrap:nth-child(5) .ho-product-card-item--product-type .ho-product-card-item__flag-wrap {
		top: 59px;
		top: 16.38889vw
	}
}

@media screen and (max-width: 768px) and (max-width: 360px) {
	.ho-product-card__content--type-a1 .ho-product-card-item__wrap:nth-child(3) .ho-product-card-item--product-type .ho-product-card-item__flag-wrap, .ho-product-card__content--type-a2 .ho-product-card-item__wrap:nth-child(3) .ho-product-card-item--product-type .ho-product-card-item__flag-wrap, .ho-product-card__content--type2 .ho-product-card-item__wrap:first-child .ho-product-card-item--product-type .ho-product-card-item__flag-wrap, .ho-product-card__content--type3 .ho-product-card-item__wrap:nth-child(5) .ho-product-card-item--product-type .ho-product-card-item__flag-wrap {
		left: 156px;
		left: 43.33333vw
	}
}

@media screen and (max-width: 768px) {
	.ho-product-card__content--type-a1 .ho-product-card-item__wrap:nth-child(3) .ho-product-card-item--product-type .ho-product-card-item__flag-wrap .ho-product-card-item__flag-inner:first-child, .ho-product-card__content--type-a2 .ho-product-card-item__wrap:nth-child(3) .ho-product-card-item--product-type .ho-product-card-item__flag-wrap .ho-product-card-item__flag-inner:first-child, .ho-product-card__content--type2 .ho-product-card-item__wrap:first-child .ho-product-card-item--product-type .ho-product-card-item__flag-wrap .ho-product-card-item__flag-inner:first-child, .ho-product-card__content--type3 .ho-product-card-item__wrap:nth-child(5) .ho-product-card-item--product-type .ho-product-card-item__flag-wrap .ho-product-card-item__flag-inner:first-child {
		padding-left: 0
	}

	.ho-product-card__content--type-a1 .ho-product-card-item__wrap:nth-child(3) .ho-product-card-item--product-type .ho-product-card-item__flag-wrap~.ho-product-card-item__name-wrap, .ho-product-card__content--type-a2 .ho-product-card-item__wrap:nth-child(3) .ho-product-card-item--product-type .ho-product-card-item__flag-wrap~.ho-product-card-item__name-wrap, .ho-product-card__content--type2 .ho-product-card-item__wrap:first-child .ho-product-card-item--product-type .ho-product-card-item__flag-wrap~.ho-product-card-item__name-wrap, .ho-product-card__content--type3 .ho-product-card-item__wrap:nth-child(5) .ho-product-card-item--product-type .ho-product-card-item__flag-wrap~.ho-product-card-item__name-wrap {
		padding-top: 32px;
		padding-top: 4.16667vw
	}
}

@media screen and (max-width: 768px) and (max-width: 360px) {
	.ho-product-card__content--type-a1 .ho-product-card-item__wrap:nth-child(3) .ho-product-card-item--product-type .ho-product-card-item__flag-wrap~.ho-product-card-item__name-wrap, .ho-product-card__content--type-a2 .ho-product-card-item__wrap:nth-child(3) .ho-product-card-item--product-type .ho-product-card-item__flag-wrap~.ho-product-card-item__name-wrap, .ho-product-card__content--type2 .ho-product-card-item__wrap:first-child .ho-product-card-item--product-type .ho-product-card-item__flag-wrap~.ho-product-card-item__name-wrap, .ho-product-card__content--type3 .ho-product-card-item__wrap:nth-child(5) .ho-product-card-item--product-type .ho-product-card-item__flag-wrap~.ho-product-card-item__name-wrap {
		padding-top: 15px;
		padding-top: 4.16667vw
	}
}

@media screen and (max-width: 768px) {
	.ho-product-card__content--type-a1 .ho-product-card-item__wrap:nth-child(3) .ho-product-card-item--product-type .ho-product-card-item__name-wrap, .ho-product-card__content--type-a2 .ho-product-card-item__wrap:nth-child(3) .ho-product-card-item--product-type .ho-product-card-item__name-wrap, .ho-product-card__content--type2 .ho-product-card-item__wrap:first-child .ho-product-card-item--product-type .ho-product-card-item__name-wrap, .ho-product-card__content--type3 .ho-product-card-item__wrap:nth-child(5) .ho-product-card-item--product-type .ho-product-card-item__name-wrap {
		left: 315.73333px;
		left: 41.11111vw;
		right: 0;
		bottom: 0;
		height: 100%;
		width: 349.86667px;
		width: 45.55556vw;
		padding-left: 17.06667px;
		padding-left: 2.22222vw;
		padding-right: 34.13333px;
		padding-right: 4.44444vw;
		text-align: left
	}
}

@media screen and (max-width: 768px) and (max-width: 360px) {
	.ho-product-card__content--type-a1 .ho-product-card-item__wrap:nth-child(3) .ho-product-card-item--product-type .ho-product-card-item__name-wrap, .ho-product-card__content--type-a2 .ho-product-card-item__wrap:nth-child(3) .ho-product-card-item--product-type .ho-product-card-item__name-wrap, .ho-product-card__content--type2 .ho-product-card-item__wrap:first-child .ho-product-card-item--product-type .ho-product-card-item__name-wrap, .ho-product-card__content--type3 .ho-product-card-item__wrap:nth-child(5) .ho-product-card-item--product-type .ho-product-card-item__name-wrap {
		left: 148px;
		left: 41.11111vw
	}
}

@media screen and (max-width: 768px) and (max-width: 360px) {
	.ho-product-card__content--type-a1 .ho-product-card-item__wrap:nth-child(3) .ho-product-card-item--product-type .ho-product-card-item__name-wrap, .ho-product-card__content--type-a2 .ho-product-card-item__wrap:nth-child(3) .ho-product-card-item--product-type .ho-product-card-item__name-wrap, .ho-product-card__content--type2 .ho-product-card-item__wrap:first-child .ho-product-card-item--product-type .ho-product-card-item__name-wrap, .ho-product-card__content--type3 .ho-product-card-item__wrap:nth-child(5) .ho-product-card-item--product-type .ho-product-card-item__name-wrap {
		width: 164px;
		width: 45.55556vw
	}
}

@media screen and (max-width: 768px) and (max-width: 360px) {
	.ho-product-card__content--type-a1 .ho-product-card-item__wrap:nth-child(3) .ho-product-card-item--product-type .ho-product-card-item__name-wrap, .ho-product-card__content--type-a2 .ho-product-card-item__wrap:nth-child(3) .ho-product-card-item--product-type .ho-product-card-item__name-wrap, .ho-product-card__content--type2 .ho-product-card-item__wrap:first-child .ho-product-card-item--product-type .ho-product-card-item__name-wrap, .ho-product-card__content--type3 .ho-product-card-item__wrap:nth-child(5) .ho-product-card-item--product-type .ho-product-card-item__name-wrap {
		padding-left: 8px;
		padding-left: 2.22222vw
	}
}

@media screen and (max-width: 768px) and (max-width: 360px) {
	.ho-product-card__content--type-a1 .ho-product-card-item__wrap:nth-child(3) .ho-product-card-item--product-type .ho-product-card-item__name-wrap, .ho-product-card__content--type-a2 .ho-product-card-item__wrap:nth-child(3) .ho-product-card-item--product-type .ho-product-card-item__name-wrap, .ho-product-card__content--type2 .ho-product-card-item__wrap:first-child .ho-product-card-item--product-type .ho-product-card-item__name-wrap, .ho-product-card__content--type3 .ho-product-card-item__wrap:nth-child(5) .ho-product-card-item--product-type .ho-product-card-item__name-wrap {
		padding-right: 16px;
		padding-right: 4.44444vw
	}
}

@media screen and (max-width: 768px) {
	.ho-product-card__content--type-a1 .ho-product-card-item__wrap:nth-child(3) .ho-product-card-item--product-type .ho-product-card-item__figure, .ho-product-card__content--type-a2 .ho-product-card-item__wrap:nth-child(3) .ho-product-card-item--product-type .ho-product-card-item__figure, .ho-product-card__content--type2 .ho-product-card-item__wrap:first-child .ho-product-card-item--product-type .ho-product-card-item__figure, .ho-product-card__content--type3 .ho-product-card-item__wrap:nth-child(5) .ho-product-card-item--product-type .ho-product-card-item__figure {
		width: 281.6px;
		width: 36.66667vw;
		height: 281.6px;
		height: 36.66667vw;
		margin-top: 46.93333px;
		margin-top: 6.11111vw;
		margin-left: 34.13333px;
		margin-left: 4.44444vw
	}
}

@media screen and (max-width: 768px) and (max-width: 360px) {
	.ho-product-card__content--type-a1 .ho-product-card-item__wrap:nth-child(3) .ho-product-card-item--product-type .ho-product-card-item__figure, .ho-product-card__content--type-a2 .ho-product-card-item__wrap:nth-child(3) .ho-product-card-item--product-type .ho-product-card-item__figure, .ho-product-card__content--type2 .ho-product-card-item__wrap:first-child .ho-product-card-item--product-type .ho-product-card-item__figure, .ho-product-card__content--type3 .ho-product-card-item__wrap:nth-child(5) .ho-product-card-item--product-type .ho-product-card-item__figure {
		width: 132px;
		width: 36.66667vw
	}
}

@media screen and (max-width: 768px) and (max-width: 360px) {
	.ho-product-card__content--type-a1 .ho-product-card-item__wrap:nth-child(3) .ho-product-card-item--product-type .ho-product-card-item__figure, .ho-product-card__content--type-a2 .ho-product-card-item__wrap:nth-child(3) .ho-product-card-item--product-type .ho-product-card-item__figure, .ho-product-card__content--type2 .ho-product-card-item__wrap:first-child .ho-product-card-item--product-type .ho-product-card-item__figure, .ho-product-card__content--type3 .ho-product-card-item__wrap:nth-child(5) .ho-product-card-item--product-type .ho-product-card-item__figure {
		height: 132px;
		height: 36.66667vw
	}
}

@media screen and (max-width: 768px) and (max-width: 360px) {
	.ho-product-card__content--type-a1 .ho-product-card-item__wrap:nth-child(3) .ho-product-card-item--product-type .ho-product-card-item__figure, .ho-product-card__content--type-a2 .ho-product-card-item__wrap:nth-child(3) .ho-product-card-item--product-type .ho-product-card-item__figure, .ho-product-card__content--type2 .ho-product-card-item__wrap:first-child .ho-product-card-item--product-type .ho-product-card-item__figure, .ho-product-card__content--type3 .ho-product-card-item__wrap:nth-child(5) .ho-product-card-item--product-type .ho-product-card-item__figure {
		margin-top: 22px;
		margin-top: 6.11111vw
	}
}

@media screen and (max-width: 768px) and (max-width: 360px) {
	.ho-product-card__content--type-a1 .ho-product-card-item__wrap:nth-child(3) .ho-product-card-item--product-type .ho-product-card-item__figure, .ho-product-card__content--type-a2 .ho-product-card-item__wrap:nth-child(3) .ho-product-card-item--product-type .ho-product-card-item__figure, .ho-product-card__content--type2 .ho-product-card-item__wrap:first-child .ho-product-card-item--product-type .ho-product-card-item__figure, .ho-product-card__content--type3 .ho-product-card-item__wrap:nth-child(5) .ho-product-card-item--product-type .ho-product-card-item__figure {
		margin-left: 16px;
		margin-left: 4.44444vw
	}
}

.ho-product-card-item {
	display: block;
	overflow: hidden;
	position: relative;
	z-index: 0;
	width: 100%;
	height: 100%;
	-webkit-border-radius: 42.66667px;
	border-radius: 42.66667px;
	-webkit-border-radius: 5.55556vw;
	border-radius: 5.55556vw
}

@media (max-width: 360px) {
	.ho-product-card-item {
		-webkit-border-radius: 20px;
		border-radius: 20px;
		-webkit-border-radius: 5.55556vw;
		border-radius: 5.55556vw
	}
}

.ho-product-card-item__wrap {
	width: 50%;
	height: 33.333%;
	padding: 17.06667px;
	padding: 2.22222vw;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

@media (max-width: 360px) {
	.ho-product-card-item__wrap {
		padding: 8px;
		padding: 2.22222vw
	}
}

.ho-product-card-item__flag {
	display: block;
	font-size: 21.33333px;
	font-size: 2.77778vw;
	color: inherit
}

html[lang^="th"] .ho-product-card-item__flag {
	font-size: 28.8px;
	font-size: 3.75vw
}

@media (max-width: 360px) {
	.ho-product-card-item__flag {
		font-size: 10px;
		font-size: 2.77778vw
	}

	html[lang^="th"] .ho-product-card-item__flag {
		font-size: 13.5px;
		font-size: 3.75vw
	}
}

.ho-product-card-item__flag-wrap {
	position: absolute;
	z-index: 2;
	left: 0;
	right: 0;
	margin: 25.6px 0px 17.06667px;
	margin: 3.33333vw 0vw 2.22222vw;
	font-size: 0;
	text-transform: uppercase
}

@media (max-width: 360px) {
	.ho-product-card-item__flag-wrap {
		margin: 12px 0px 8px;
		margin: 3.33333vw 0vw 2.22222vw
	}
}

div.ho-product-card-item .ho-product-card-item__flag-wrap {
	pointer-events: none
}

.ho-product-card-item__flag-inner {
	display: inline-block;
	padding: 0px 10.66667px;
	padding: 0vw 1.38889vw;
	vertical-align: top
}

@media (max-width: 360px) {
	.ho-product-card-item__flag-inner {
		padding: 0px 5px;
		padding: 0vw 1.38889vw
	}
}

.ho-product-card-item__name {
	font-weight: bold
}

.ho-product-card-item__name sup {
	font-size: 70%;
	top: -0.5em
}

.ho-product-card-item__name-wrap {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	-js-display: flex;
	display: flex;
	-webkit-flex-flow: column wrap;
	-ms-flex-flow: column wrap;
	flex-flow: column wrap;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	position: absolute;
	z-index: 2;
	left: 0;
	right: 0;
	padding: 0px 25.6px;
	padding: 0vw 3.33333vw;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

@media (max-width: 360px) {
	.ho-product-card-item__name-wrap {
		padding: 0px 12px;
		padding: 0vw 3.33333vw
	}
}

div.ho-product-card-item .ho-product-card-item__name-wrap {
	pointer-events: none
}

.ho-product-card-item__figure {
	position: relative;
	text-align: center;
	white-space: nowrap
}

.ho-product-card-item__figure img, .ho-product-card-item__figure .s-video-player .s-video {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	height: auto;
	margin: auto;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	opacity: inherit
}

.mac .ho-product-card-item__figure img, .mac .ho-product-card-item__figure .s-video-player .s-video {
	opacity: initial
}

.ho-product-card-item__figure picture {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}

.ho-product-card-item__figure .s-video {
	visibility: hidden
}

.ho-product-card-item__figure .s-video-alt-text {
	position: absolute;
	width: 0;
	height: 0;
	font-size: 0;
	line-height: 0;
	color: transparent
}

.ho-product-card-item.s-video-show .s-video {
	visibility: visible
}

.ho-product-card-item.s-video-show .s-img-cover {
	-webkit-transition: opacity 500ms, -webkit-transform 500ms;
	transition: opacity 500ms, -webkit-transform 500ms;
	transition: transform 500ms, opacity 500ms;
	transition: transform 500ms, opacity 500ms, -webkit-transform 500ms;
	-webkit-transform-origin: 0% 0%;
	-ms-transform-origin: 0% 0%;
	transform-origin: 0% 0%;
	-webkit-transform: scale(1.1) translate(-5%, -5%);
	-ms-transform: scale(1.1) translate(-5%, -5%);
	transform: scale(1.1) translate(-5%, -5%);
	opacity: 0
}

.ho-product-card-item.s-empty-pc-img .s-video {
	visibility: visible
}

.touch-device .ho-product-card-item {
	z-index: 2
}

.ho-product-card-item--fullbleed-type .ho-product-card-item__figure {
	width: 100%;
	height: 100%
}

.ho-product-card-item--fullbleed-type .ho-product-card-item__figure:before, .ho-product-card-item--fullbleed-type .ho-product-card-item__figure:after {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	pointer-events: none;
	content: ''
}

.ho-product-card-item--fullbleed-type .ho-product-card-item__figure:before {
	z-index: 1;
	height: 68.26667px;
	height: 8.88889vw;
	bottom: auto
}

@media (max-width: 360px) {
	.ho-product-card-item--fullbleed-type .ho-product-card-item__figure:before {
		height: 32px;
		height: 8.88889vw
	}
}

.ho-product-card-item--fullbleed-type .ho-product-card-item__figure:after {
	height: 119.46667px;
	height: 15.55556vw;
	top: auto
}

@media (max-width: 360px) {
	.ho-product-card-item--fullbleed-type .ho-product-card-item__figure:after {
		height: 56px;
		height: 15.55556vw
	}
}

.ho-product-card-item--fullbleed-type .ho-product-card-item__sub-img {
	opacity: 0
}

.ho-product-card-item--fullbleed-type .s-img-cover {
	opacity: 1;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	-webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	-webkit-transform-origin: 0% 0%;
	-ms-transform-origin: 0% 0%;
	transform-origin: 0% 0%;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s
}

.ho-product-card-item--fullbleed-type:hover .s-img-cover, .ho-product-card-item--fullbleed-type:focus .s-img-cover, .ho-product-card-item--fullbleed-type:active .s-img-cover {
	-webkit-transform: scale(1.1) translate(-5%, -5%);
	-ms-transform: scale(1.1) translate(-5%, -5%);
	transform: scale(1.1) translate(-5%, -5%)
}

.touch-device .ho-product-card-item--fullbleed-type:hover .s-img-cover, .touch-device .ho-product-card-item--fullbleed-type:focus .s-img-cover, .touch-device .ho-product-card-item--fullbleed-type:active .s-img-cover {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1)
}

.ho-product-card-item--fullbleed-type.s-text-black {
	color: #000
}

.ho-product-card-item--fullbleed-type.s-text-black .ho-product-card-item__flag-wrap~.ho-product-card-item__figure:before {
	background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.5)));
	background-image: linear-gradient(to top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.5))
}

.ho-product-card-item--fullbleed-type.s-text-black .ho-product-card-item__name-wrap~.ho-product-card-item__figure:after {
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.5)));
	background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.5))
}

.ho-product-card-item--fullbleed-type.s-text-white {
	color: #fff
}

.ho-product-card-item--fullbleed-type.s-text-white .s-text-shadow {
	text-shadow: 0 0 6px rgba(0, 0, 0, 0.5)
}

.ho-product-card-item--fullbleed-type.s-text-white .ho-product-card-item__flag-wrap~.ho-product-card-item__figure:before {
	background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.5)));
	background-image: linear-gradient(to top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5))
}

.ho-product-card-item--fullbleed-type.s-text-white .ho-product-card-item__name-wrap~.ho-product-card-item__figure:after {
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.5)));
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5))
}

.ho-product-card-item--product-type .ho-product-card-item__figure {
	overflow: hidden;
	margin: 0 auto
}

.ho-product-card-item--product-type .ho-product-card-item__figure picture {
	-webkit-transition-property: opacity;
	transition-property: opacity;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s
}

.ho-product-card-item--product-type .ho-product-card-item__figure img, .ho-product-card-item--product-type .ho-product-card-item__figure .mp4-video .s-video {
	width: auto;
	height: 100%
}

.ho-product-card-item--product-type .ho-product-card-item__sub-img {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	opacity: 0;
	-webkit-transition-timing-function: cubic-bezier(0.5, 0.1, 0.7, 0.2);
	transition-timing-function: cubic-bezier(0.5, 0.1, 0.7, 0.2);
	-webkit-transition-delay: 0s;
	transition-delay: 0s
}

.ho-product-card-item--product-type .s-img-cover {
	opacity: 1;
	-webkit-transition-timing-function: cubic-bezier(0.2, 0.6, 0.4, 1);
	transition-timing-function: cubic-bezier(0.2, 0.6, 0.4, 1);
	-webkit-transition-delay: 0.1s;
	transition-delay: 0.1s
}

.ho-product-card-item--product-type:hover .ho-product-card-item__sub-img, .ho-product-card-item--product-type:focus .ho-product-card-item__sub-img, .ho-product-card-item--product-type:active .ho-product-card-item__sub-img {
	opacity: 1;
	-webkit-transition-timing-function: cubic-bezier(0.2, 0.6, 0.4, 1);
	transition-timing-function: cubic-bezier(0.2, 0.6, 0.4, 1);
	-webkit-transition-delay: 0.1s;
	transition-delay: 0.1s
}

.ho-product-card-item--product-type:hover .ho-product-card-item__sub-img~.s-img-cover, .ho-product-card-item--product-type:focus .ho-product-card-item__sub-img~.s-img-cover, .ho-product-card-item--product-type:active .ho-product-card-item__sub-img~.s-img-cover {
	opacity: 0;
	-webkit-transition-timing-function: cubic-bezier(0.5, 0.1, 0.7, 0.2);
	transition-timing-function: cubic-bezier(0.5, 0.1, 0.7, 0.2);
	-webkit-transition-delay: 0s;
	transition-delay: 0s
}

.ho-product-card-item--product-type:hover.s-only-mainimg .s-img-cover, .ho-product-card-item--product-type:hover.s-empty-pc-mp4 .s-img-cover, .ho-product-card-item--product-type:focus.s-only-mainimg .s-img-cover, .ho-product-card-item--product-type:focus.s-empty-pc-mp4 .s-img-cover, .ho-product-card-item--product-type:active.s-only-mainimg .s-img-cover, .ho-product-card-item--product-type:active.s-empty-pc-mp4 .s-img-cover {
	opacity: 1
}

.touch-device .ho-product-card-item--product-type:hover .s-img-cover, .touch-device .ho-product-card-item--product-type:focus .s-img-cover, .touch-device .ho-product-card-item--product-type:active .s-img-cover {
	opacity: 1
}

.touch-device .ho-product-card-item--product-type:hover .ho-product-card-item__sub-img, .touch-device .ho-product-card-item--product-type:focus .ho-product-card-item__sub-img, .touch-device .ho-product-card-item--product-type:active .ho-product-card-item__sub-img {
	opacity: 0
}

.touch-device .ho-product-card-item--product-type:hover.s-video-show .s-img-cover, .touch-device .ho-product-card-item--product-type:focus.s-video-show .s-img-cover, .touch-device .ho-product-card-item--product-type:active.s-video-show .s-img-cover {
	opacity: 0
}

.ho-product-card-item--flag-none .ho-product-card-item__flag-wrap {
	display: none
}

.ho-product-card-item--flag-basic.s-bg-black .ho-product-card-item__flag-wrap {
	color: #fff
}

.ho-product-card-item--flag-basic.s-bg-white .ho-product-card-item__flag-wrap {
	color: #000
}

.ho-product-card-item--flag-blue .ho-product-card-item__flag-wrap {
	color: #1428a0
}

.aem-AuthorLayer-Edit .ho-product-card-container.s-bg-black {
	color: #000
}

.aem-AuthorLayer-Edit .ho-product-card-container.s-bg-black .ho-product-card-container__headline, .aem-AuthorLayer-Edit .ho-product-card-container.s-bg-black .ho-product-card-container__desc {
	color: #fff
}

.aem-AuthorLayer-Edit .ho-product-card-container__wrap {
	display: block;
	height: auto
}

.aem-AuthorLayer-Edit .ho-product-card {
	font-size: 34.13333px;
	font-size: 4.44444vw
}

html[lang^="th"] .aem-AuthorLayer-Edit .ho-product-card {
	font-size: 46.08px;
	font-size: 6vw
}

@media (max-width: 360px) {
	.aem-AuthorLayer-Edit .ho-product-card {
		font-size: 16px;
		font-size: 4.44444vw
	}

	html[lang^="th"] .aem-AuthorLayer-Edit .ho-product-card {
		font-size: 21.6px;
		font-size: 6vw
	}
}

.aem-AuthorLayer-Edit .ho-product-card>.ho-product-card__tab-list {
	opacity: 0
}

.aem-AuthorLayer-Edit .ho-product-card .swiper-wrapper {
	display: block
}

.aem-AuthorLayer-Edit .ho-product-card__content-list {
	margin: 42.66667px 0px;
	margin: 5.55556vw 0vw
}

@media (max-width: 360px) {
	.aem-AuthorLayer-Edit .ho-product-card__content-list {
		margin: 20px 0px;
		margin: 5.55556vw 0vw
	}
}

.aem-AuthorLayer-Edit .ho-product-card__content-list-container {
	width: 100%
}

.aem-AuthorLayer-Edit .ho-product-card-item__flag-inner {
	vertical-align: top
}

@media screen and (min-width: 769px) {
	.ho-product-card-container {
		margin: 0 auto
	}

	.ho-product-card-container__content {
		padding: 0px 64px;
		padding: 0vw 4.44444vw;
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 auto;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto
	}
}

@media screen and (min-width: 769px) and (min-width: 1440px) {
	.ho-product-card-container__content {
		padding: 0px 64px
	}
}

@media screen and (min-width: 769px) {
	.ho-product-card-container__headline {
		padding-bottom: 2px;
		padding-bottom: .13889vw;
		line-height: 1.2
	}
}

@media screen and (min-width: 769px) and (min-width: 1440px) {
	.ho-product-card-container__headline {
		padding-bottom: 2px
	}
}

@media screen and (min-width: 769px) {
	html[lang^="th"] .ho-product-card-container__headline {
		line-height: .9
	}

	html[lang^="my"] .ho-product-card-container__headline {
		line-height: 1.4
	}

	.Internet-Explorer .ho-product-card-container__headline {
		max-height: 2.4em
	}

	.ho-product-card-container__desc {
		margin-top: 16px;
		margin-top: 1.11111vw;
		line-height: 1.33
	}
}

@media screen and (min-width: 769px) and (min-width: 1440px) {
	.ho-product-card-container__desc {
		margin-top: 16px
	}
}

@media screen and (min-width: 769px) {
	html[lang^="th"] .ho-product-card-container__desc {
		line-height: .9975
	}

	html[lang^="my"] .ho-product-card-container__desc {
		line-height: 1.4
	}

	.Internet-Explorer .ho-product-card-container__desc {
		max-height: 2.66em
	}

	.aem-AuthorLayer-Edit .ho-product-card {
		font-size: 15px;
		font-size: 1.04167vw
	}

	html[lang^="th"] .aem-AuthorLayer-Edit .ho-product-card {
		font-size: 20.25px;
		font-size: 1.40625vw
	}
}

@media screen and (min-width: 769px) and (min-width: 1440px) {
	.aem-AuthorLayer-Edit .ho-product-card {
		font-size: 15px
	}

	html[lang^="th"] .aem-AuthorLayer-Edit .ho-product-card {
		font-size: 20.25px
	}
}

@media screen and (min-width: 769px) {
	.ho-product-card__tab-list {
		margin-top: 6px;
		margin-top: .41667vw;
		padding: 0
	}
}

@media screen and (min-width: 769px) and (min-width: 1440px) {
	.ho-product-card__tab-list {
		margin-top: 6px
	}
}

@media screen and (min-width: 769px) {
	.ho-product-card__tab-list-item {
		padding: 10px 24px;
		padding: .69444vw 1.66667vw;
		font-size: 18px;
		font-size: 1.25vw
	}
}

@media screen and (min-width: 769px) and (min-width: 1440px) {
	.ho-product-card__tab-list-item {
		padding: 10px 24px
	}
}

@media screen and (min-width: 769px) {
	html[lang^="th"] .ho-product-card__tab-list-item {
		font-size: 24.3px;
		font-size: 1.6875vw
	}
}

@media screen and (min-width: 769px) and (min-width: 1440px) {
	.ho-product-card__tab-list-item {
		font-size: 18px
	}

	html[lang^="th"] .ho-product-card__tab-list-item {
		font-size: 24.3px
	}
}

@media screen and (min-width: 769px) {
	.ho-product-card__tab-list-item:after {
		bottom: 8px;
		bottom: .55556vw;
		height: 2px;
		height: .13889vw;
		margin: 0px 24px;
		margin: 0vw 1.66667vw
	}
}

@media screen and (min-width: 769px) and (min-width: 1440px) {
	.ho-product-card__tab-list-item:after {
		bottom: 8px
	}
}

@media screen and (min-width: 769px) and (min-width: 1440px) {
	.ho-product-card__tab-list-item:after {
		height: 2px
	}
}

@media screen and (min-width: 769px) and (min-width: 1440px) {
	.ho-product-card__tab-list-item:after {
		margin: 0px 24px
	}
}

@media screen and (min-width: 769px) {
	.ho-product-card__tab-content {
		margin-top: 24px;
		margin-top: 1.66667vw;
		font-size: 24px;
		font-size: 1.66667vw
	}
}

@media screen and (min-width: 769px) and (min-width: 1440px) {
	.ho-product-card__tab-content {
		margin-top: 24px
	}
}

@media screen and (min-width: 769px) {
	html[lang^="th"] .ho-product-card__tab-content {
		font-size: 32.4px;
		font-size: 2.25vw
	}
}

@media screen and (min-width: 769px) and (min-width: 1440px) {
	.ho-product-card__tab-content {
		font-size: 24px
	}

	html[lang^="th"] .ho-product-card__tab-content {
		font-size: 32.4px
	}
}

@media screen and (min-width: 769px) {
	.ho-product-card__content-list {
		height: 592px;
		height: 41.11111vw;
		margin: -12px;
		margin: -.83333vw
	}
}

@media screen and (min-width: 769px) and (min-width: 1440px) {
	.ho-product-card__content-list {
		height: 592px
	}
}

@media screen and (min-width: 769px) and (min-width: 1440px) {
	.ho-product-card__content-list {
		margin: -12px
	}
}

@media screen and (min-width: 769px) {
	.ho-product-card__content-list-wrap {
		padding: 0px 24px;
		padding: 0vw 1.66667vw
	}
}

@media screen and (min-width: 769px) and (min-width: 1440px) {
	.ho-product-card__content-list-wrap {
		padding: 0px 24px
	}
}

@media screen and (min-width: 769px) {
	.ho-product-card__content-list--item3 .ho-product-card-item__wrap {
		width: 33.333%;
		height: 100%
	}

	.ho-product-card__content-list--item3 .ho-product-card-item__wrap .ho-product-card-item__name {
		font-size: 24px;
		font-size: 1.66667vw;
		line-height: 1.33
	}

	html[lang^="th"] .ho-product-card__content-list--item3 .ho-product-card-item__wrap .ho-product-card-item__name {
		font-size: 32.4px;
		font-size: 2.25vw
	}
}

@media screen and (min-width: 769px) and (min-width: 1440px) {
	.ho-product-card__content-list--item3 .ho-product-card-item__wrap .ho-product-card-item__name {
		font-size: 24px
	}

	html[lang^="th"] .ho-product-card__content-list--item3 .ho-product-card-item__wrap .ho-product-card-item__name {
		font-size: 32.4px
	}
}

@media screen and (min-width: 769px) {
	html[lang^="th"] .ho-product-card__content-list--item3 .ho-product-card-item__wrap .ho-product-card-item__name {
		line-height: .9975
	}

	html[lang^="my"] .ho-product-card__content-list--item3 .ho-product-card-item__wrap .ho-product-card-item__name {
		line-height: 1.4
	}

	.ho-product-card__content-list--item3 .ho-product-card-item__wrap .ho-product-card-item__name-wrap {
		bottom: 40px;
		bottom: 2.77778vw;
		height: 64px;
		height: 4.44444vw;
		padding: 0px 24px;
		padding: 0vw 1.66667vw
	}
}

@media screen and (min-width: 769px) and (min-width: 1440px) {
	.ho-product-card__content-list--item3 .ho-product-card-item__wrap .ho-product-card-item__name-wrap {
		bottom: 40px
	}
}

@media screen and (min-width: 769px) and (min-width: 1440px) {
	.ho-product-card__content-list--item3 .ho-product-card-item__wrap .ho-product-card-item__name-wrap {
		height: 64px
	}
}

@media screen and (min-width: 769px) and (min-width: 1440px) {
	.ho-product-card__content-list--item3 .ho-product-card-item__wrap .ho-product-card-item__name-wrap {
		padding: 0px 24px
	}
}

@media screen and (min-width: 769px) {
	.ho-product-card__content-list--item3 .ho-product-card-item__wrap .ho-product-card-item--fullbleed-type .ho-product-card-item__figure img, .ho-product-card__content-list--item3 .ho-product-card-item__wrap .ho-product-card-item--fullbleed-type .ho-product-card-item__figure .mp4-video .s-video {
		width: 100%;
		height: auto
	}

	.ho-product-card__content-list--item3 .ho-product-card-item__wrap .ho-product-card-item--fullbleed-type .ho-product-card-item__figure:after {
		height: 120px;
		height: 8.33333vw
	}
}

@media screen and (min-width: 769px) and (min-width: 1440px) {
	.ho-product-card__content-list--item3 .ho-product-card-item__wrap .ho-product-card-item--fullbleed-type .ho-product-card-item__figure:after {
		height: 120px
	}
}

@media screen and (min-width: 769px) {
	.ho-product-card__content-list--item3 .ho-product-card-item__wrap .ho-product-card-item--product-type .ho-product-card-item__figure {
		width: 344px;
		width: 23.88889vw;
		height: 344px;
		height: 23.88889vw;
		margin: 62px auto 0px;
		margin: 4.30556vw auto 0vw
	}
}

@media screen and (min-width: 769px) and (min-width: 1440px) {
	.ho-product-card__content-list--item3 .ho-product-card-item__wrap .ho-product-card-item--product-type .ho-product-card-item__figure {
		width: 344px
	}
}

@media screen and (min-width: 769px) and (min-width: 1440px) {
	.ho-product-card__content-list--item3 .ho-product-card-item__wrap .ho-product-card-item--product-type .ho-product-card-item__figure {
		height: 344px
	}
}

@media screen and (min-width: 769px) and (min-width: 1440px) {
	.ho-product-card__content-list--item3 .ho-product-card-item__wrap .ho-product-card-item--product-type .ho-product-card-item__figure {
		margin: 62px auto 0px
	}
}

@media screen and (min-width: 769px) {
	.ho-product-card__content-list--item5 .ho-product-card-item__wrap {
		width: 25%
	}

	.ho-product-card__content-list--item5 .ho-product-card-item--product-type .ho-product-card-item__figure {
		width: 160px;
		width: 11.11111vw;
		height: 160px;
		height: 11.11111vw;
		margin-top: 44px;
		margin-top: 3.05556vw
	}
}

@media screen and (min-width: 769px) and (min-width: 1440px) {
	.ho-product-card__content-list--item5 .ho-product-card-item--product-type .ho-product-card-item__figure {
		width: 160px
	}
}

@media screen and (min-width: 769px) and (min-width: 1440px) {
	.ho-product-card__content-list--item5 .ho-product-card-item--product-type .ho-product-card-item__figure {
		height: 160px
	}
}

@media screen and (min-width: 769px) and (min-width: 1440px) {
	.ho-product-card__content-list--item5 .ho-product-card-item--product-type .ho-product-card-item__figure {
		margin-top: 44px
	}
}

@media screen and (min-width: 769px) {
	.ho-product-card__content-list--item6 .ho-product-card-item__wrap {
		width: 33.333%;
		height: 50%
	}

	.ho-product-card__content-list--item6 .ho-product-card-item__name {
		font-size: 18px;
		font-size: 1.25vw;
		line-height: 1.33
	}

	html[lang^="th"] .ho-product-card__content-list--item6 .ho-product-card-item__name {
		font-size: 24.3px;
		font-size: 1.6875vw
	}
}

@media screen and (min-width: 769px) and (min-width: 1440px) {
	.ho-product-card__content-list--item6 .ho-product-card-item__name {
		font-size: 18px
	}

	html[lang^="th"] .ho-product-card__content-list--item6 .ho-product-card-item__name {
		font-size: 24.3px
	}
}

@media screen and (min-width: 769px) {
	html[lang^="th"] .ho-product-card__content-list--item6 .ho-product-card-item__name {
		line-height: .9975
	}

	html[lang^="my"] .ho-product-card__content-list--item6 .ho-product-card-item__name {
		line-height: 1.4
	}

	.ho-product-card__content-list--item6 .ho-product-card-item__name-wrap {
		padding: 0px 77px;
		padding: 0vw 5.34722vw
	}
}

@media screen and (min-width: 769px) and (min-width: 1440px) {
	.ho-product-card__content-list--item6 .ho-product-card-item__name-wrap {
		padding: 0px 77px
	}
}

@media screen and (min-width: 769px) {
	.ho-product-card__content-list--item6 .ho-product-card-item--product-type .ho-product-card-item__figure {
		width: 160px;
		width: 11.11111vw;
		height: 160px;
		height: 11.11111vw;
		margin-top: 44px;
		margin-top: 3.05556vw
	}
}

@media screen and (min-width: 769px) and (min-width: 1440px) {
	.ho-product-card__content-list--item6 .ho-product-card-item--product-type .ho-product-card-item__figure {
		width: 160px
	}
}

@media screen and (min-width: 769px) and (min-width: 1440px) {
	.ho-product-card__content-list--item6 .ho-product-card-item--product-type .ho-product-card-item__figure {
		height: 160px
	}
}

@media screen and (min-width: 769px) and (min-width: 1440px) {
	.ho-product-card__content-list--item6 .ho-product-card-item--product-type .ho-product-card-item__figure {
		margin-top: 44px
	}
}

@media screen and (min-width: 769px) {
	.aem-AuthorLayer-Edit .ho-product-card__content-list {
		margin: 20px 0px;
		margin: 1.38889vw 0vw
	}
}

@media screen and (min-width: 769px) and (min-width: 1440px) {
	.aem-AuthorLayer-Edit .ho-product-card__content-list {
		margin: 20px 0px
	}
}

@media screen and (min-width: 769px) {
	.ho-product-card__content--type-a1 .ho-product-card-item__wrap:nth-child(3) .ho-product-card-item__name, .ho-product-card__content--type-a2 .ho-product-card-item__wrap:nth-child(3) .ho-product-card-item__name, .ho-product-card__content--type2 .ho-product-card-item__wrap:first-child .ho-product-card-item__name, .ho-product-card__content--type3 .ho-product-card-item__wrap:nth-child(5) .ho-product-card-item__name {
		font-size: 24px;
		font-size: 1.66667vw;
		line-height: 1.33
	}

	html[lang^="th"] .ho-product-card__content--type-a1 .ho-product-card-item__wrap:nth-child(3) .ho-product-card-item__name, html[lang^="th"] .ho-product-card__content--type-a2 .ho-product-card-item__wrap:nth-child(3) .ho-product-card-item__name, html[lang^="th"] .ho-product-card__content--type2 .ho-product-card-item__wrap:first-child .ho-product-card-item__name, html[lang^="th"] .ho-product-card__content--type3 .ho-product-card-item__wrap:nth-child(5) .ho-product-card-item__name {
		font-size: 32.4px;
		font-size: 2.25vw
	}
}

@media screen and (min-width: 769px) and (min-width: 1440px) {
	.ho-product-card__content--type-a1 .ho-product-card-item__wrap:nth-child(3) .ho-product-card-item__name, .ho-product-card__content--type-a2 .ho-product-card-item__wrap:nth-child(3) .ho-product-card-item__name, .ho-product-card__content--type2 .ho-product-card-item__wrap:first-child .ho-product-card-item__name, .ho-product-card__content--type3 .ho-product-card-item__wrap:nth-child(5) .ho-product-card-item__name {
		font-size: 24px
	}

	html[lang^="th"] .ho-product-card__content--type-a1 .ho-product-card-item__wrap:nth-child(3) .ho-product-card-item__name, html[lang^="th"] .ho-product-card__content--type-a2 .ho-product-card-item__wrap:nth-child(3) .ho-product-card-item__name, html[lang^="th"] .ho-product-card__content--type2 .ho-product-card-item__wrap:first-child .ho-product-card-item__name, html[lang^="th"] .ho-product-card__content--type3 .ho-product-card-item__wrap:nth-child(5) .ho-product-card-item__name {
		font-size: 32.4px
	}
}

@media screen and (min-width: 769px) {
	html[lang^="th"] .ho-product-card__content--type-a1 .ho-product-card-item__wrap:nth-child(3) .ho-product-card-item__name, html[lang^="th"] .ho-product-card__content--type-a2 .ho-product-card-item__wrap:nth-child(3) .ho-product-card-item__name, html[lang^="th"] .ho-product-card__content--type2 .ho-product-card-item__wrap:first-child .ho-product-card-item__name, html[lang^="th"] .ho-product-card__content--type3 .ho-product-card-item__wrap:nth-child(5) .ho-product-card-item__name {
		line-height: .9975
	}

	html[lang^="my"] .ho-product-card__content--type-a1 .ho-product-card-item__wrap:nth-child(3) .ho-product-card-item__name, html[lang^="my"] .ho-product-card__content--type-a2 .ho-product-card-item__wrap:nth-child(3) .ho-product-card-item__name, html[lang^="my"] .ho-product-card__content--type2 .ho-product-card-item__wrap:first-child .ho-product-card-item__name, html[lang^="my"] .ho-product-card__content--type3 .ho-product-card-item__wrap:nth-child(5) .ho-product-card-item__name {
		line-height: 1.4
	}

	.ho-product-card__content--type-a1 .ho-product-card-item__wrap:nth-child(3) .ho-product-card-item__name-wrap, .ho-product-card__content--type-a2 .ho-product-card-item__wrap:nth-child(3) .ho-product-card-item__name-wrap, .ho-product-card__content--type2 .ho-product-card-item__wrap:first-child .ho-product-card-item__name-wrap, .ho-product-card__content--type3 .ho-product-card-item__wrap:nth-child(5) .ho-product-card-item__name-wrap {
		bottom: 40px;
		bottom: 2.77778vw;
		height: 64px;
		height: 4.44444vw;
		padding: 0px 24px;
		padding: 0vw 1.66667vw
	}
}

@media screen and (min-width: 769px) and (min-width: 1440px) {
	.ho-product-card__content--type-a1 .ho-product-card-item__wrap:nth-child(3) .ho-product-card-item__name-wrap, .ho-product-card__content--type-a2 .ho-product-card-item__wrap:nth-child(3) .ho-product-card-item__name-wrap, .ho-product-card__content--type2 .ho-product-card-item__wrap:first-child .ho-product-card-item__name-wrap, .ho-product-card__content--type3 .ho-product-card-item__wrap:nth-child(5) .ho-product-card-item__name-wrap {
		bottom: 40px
	}
}

@media screen and (min-width: 769px) and (min-width: 1440px) {
	.ho-product-card__content--type-a1 .ho-product-card-item__wrap:nth-child(3) .ho-product-card-item__name-wrap, .ho-product-card__content--type-a2 .ho-product-card-item__wrap:nth-child(3) .ho-product-card-item__name-wrap, .ho-product-card__content--type2 .ho-product-card-item__wrap:first-child .ho-product-card-item__name-wrap, .ho-product-card__content--type3 .ho-product-card-item__wrap:nth-child(5) .ho-product-card-item__name-wrap {
		height: 64px
	}
}

@media screen and (min-width: 769px) and (min-width: 1440px) {
	.ho-product-card__content--type-a1 .ho-product-card-item__wrap:nth-child(3) .ho-product-card-item__name-wrap, .ho-product-card__content--type-a2 .ho-product-card-item__wrap:nth-child(3) .ho-product-card-item__name-wrap, .ho-product-card__content--type2 .ho-product-card-item__wrap:first-child .ho-product-card-item__name-wrap, .ho-product-card__content--type3 .ho-product-card-item__wrap:nth-child(5) .ho-product-card-item__name-wrap {
		padding: 0px 24px
	}
}

@media screen and (min-width: 769px) {
	.ho-product-card__content--type-a1 .ho-product-card-item__wrap:nth-child(3) .ho-product-card-item--fullbleed-type .ho-product-card-item__figure img, .ho-product-card__content--type-a1 .ho-product-card-item__wrap:nth-child(3) .ho-product-card-item--fullbleed-type .ho-product-card-item__figure .mp4-video .s-video, .ho-product-card__content--type-a2 .ho-product-card-item__wrap:nth-child(3) .ho-product-card-item--fullbleed-type .ho-product-card-item__figure img, .ho-product-card__content--type-a2 .ho-product-card-item__wrap:nth-child(3) .ho-product-card-item--fullbleed-type .ho-product-card-item__figure .mp4-video .s-video, .ho-product-card__content--type2 .ho-product-card-item__wrap:first-child .ho-product-card-item--fullbleed-type .ho-product-card-item__figure img, .ho-product-card__content--type2 .ho-product-card-item__wrap:first-child .ho-product-card-item--fullbleed-type .ho-product-card-item__figure .mp4-video .s-video, .ho-product-card__content--type3 .ho-product-card-item__wrap:nth-child(5) .ho-product-card-item--fullbleed-type .ho-product-card-item__figure img, .ho-product-card__content--type3 .ho-product-card-item__wrap:nth-child(5) .ho-product-card-item--fullbleed-type .ho-product-card-item__figure .mp4-video .s-video {
		width: auto;
		height: 100%
	}

	.ho-product-card__content--type-a1 .ho-product-card-item__wrap:nth-child(3) .ho-product-card-item--fullbleed-type .ho-product-card-item__figure:after, .ho-product-card__content--type-a2 .ho-product-card-item__wrap:nth-child(3) .ho-product-card-item--fullbleed-type .ho-product-card-item__figure:after, .ho-product-card__content--type2 .ho-product-card-item__wrap:first-child .ho-product-card-item--fullbleed-type .ho-product-card-item__figure:after, .ho-product-card__content--type3 .ho-product-card-item__wrap:nth-child(5) .ho-product-card-item--fullbleed-type .ho-product-card-item__figure:after {
		height: 160px;
		height: 11.11111vw
	}
}

@media screen and (min-width: 769px) and (min-width: 1440px) {
	.ho-product-card__content--type-a1 .ho-product-card-item__wrap:nth-child(3) .ho-product-card-item--fullbleed-type .ho-product-card-item__figure:after, .ho-product-card__content--type-a2 .ho-product-card-item__wrap:nth-child(3) .ho-product-card-item--fullbleed-type .ho-product-card-item__figure:after, .ho-product-card__content--type2 .ho-product-card-item__wrap:first-child .ho-product-card-item--fullbleed-type .ho-product-card-item__figure:after, .ho-product-card__content--type3 .ho-product-card-item__wrap:nth-child(5) .ho-product-card-item--fullbleed-type .ho-product-card-item__figure:after {
		height: 160px
	}
}

@media screen and (min-width: 769px) {
	.ho-product-card__content--type-a1 .ho-product-card-item__wrap:nth-child(3) .ho-product-card-item--product-type .ho-product-card-item__name-wrap, .ho-product-card__content--type-a2 .ho-product-card-item__wrap:nth-child(3) .ho-product-card-item--product-type .ho-product-card-item__name-wrap, .ho-product-card__content--type2 .ho-product-card-item__wrap:first-child .ho-product-card-item--product-type .ho-product-card-item__name-wrap, .ho-product-card__content--type3 .ho-product-card-item__wrap:nth-child(5) .ho-product-card-item--product-type .ho-product-card-item__name-wrap {
		padding: 0px 32px;
		padding: 0vw 2.22222vw
	}
}

@media screen and (min-width: 769px) and (min-width: 1440px) {
	.ho-product-card__content--type-a1 .ho-product-card-item__wrap:nth-child(3) .ho-product-card-item--product-type .ho-product-card-item__name-wrap, .ho-product-card__content--type-a2 .ho-product-card-item__wrap:nth-child(3) .ho-product-card-item--product-type .ho-product-card-item__name-wrap, .ho-product-card__content--type2 .ho-product-card-item__wrap:first-child .ho-product-card-item--product-type .ho-product-card-item__name-wrap, .ho-product-card__content--type3 .ho-product-card-item__wrap:nth-child(5) .ho-product-card-item--product-type .ho-product-card-item__name-wrap {
		padding: 0px 32px
	}
}

@media screen and (min-width: 769px) {
	.ho-product-card__content--type-a1 .ho-product-card-item__wrap:nth-child(3) .ho-product-card-item--product-type .ho-product-card-item__figure, .ho-product-card__content--type-a2 .ho-product-card-item__wrap:nth-child(3) .ho-product-card-item--product-type .ho-product-card-item__figure, .ho-product-card__content--type2 .ho-product-card-item__wrap:first-child .ho-product-card-item--product-type .ho-product-card-item__figure, .ho-product-card__content--type3 .ho-product-card-item__wrap:nth-child(5) .ho-product-card-item--product-type .ho-product-card-item__figure {
		width: 344px;
		width: 23.88889vw;
		height: 344px;
		height: 23.88889vw;
		margin: 62px auto 0px;
		margin: 4.30556vw auto 0vw
	}
}

@media screen and (min-width: 769px) and (min-width: 1440px) {
	.ho-product-card__content--type-a1 .ho-product-card-item__wrap:nth-child(3) .ho-product-card-item--product-type .ho-product-card-item__figure, .ho-product-card__content--type-a2 .ho-product-card-item__wrap:nth-child(3) .ho-product-card-item--product-type .ho-product-card-item__figure, .ho-product-card__content--type2 .ho-product-card-item__wrap:first-child .ho-product-card-item--product-type .ho-product-card-item__figure, .ho-product-card__content--type3 .ho-product-card-item__wrap:nth-child(5) .ho-product-card-item--product-type .ho-product-card-item__figure {
		width: 344px
	}
}

@media screen and (min-width: 769px) and (min-width: 1440px) {
	.ho-product-card__content--type-a1 .ho-product-card-item__wrap:nth-child(3) .ho-product-card-item--product-type .ho-product-card-item__figure, .ho-product-card__content--type-a2 .ho-product-card-item__wrap:nth-child(3) .ho-product-card-item--product-type .ho-product-card-item__figure, .ho-product-card__content--type2 .ho-product-card-item__wrap:first-child .ho-product-card-item--product-type .ho-product-card-item__figure, .ho-product-card__content--type3 .ho-product-card-item__wrap:nth-child(5) .ho-product-card-item--product-type .ho-product-card-item__figure {
		height: 344px
	}
}

@media screen and (min-width: 769px) and (min-width: 1440px) {
	.ho-product-card__content--type-a1 .ho-product-card-item__wrap:nth-child(3) .ho-product-card-item--product-type .ho-product-card-item__figure, .ho-product-card__content--type-a2 .ho-product-card-item__wrap:nth-child(3) .ho-product-card-item--product-type .ho-product-card-item__figure, .ho-product-card__content--type2 .ho-product-card-item__wrap:first-child .ho-product-card-item--product-type .ho-product-card-item__figure, .ho-product-card__content--type3 .ho-product-card-item__wrap:nth-child(5) .ho-product-card-item--product-type .ho-product-card-item__figure {
		margin: 62px auto 0px
	}
}

@media screen and (min-width: 769px) {
	.ho-product-card__content--type-a1 {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column
	}

	.ho-product-card__content--type-a1 .ho-product-card-item__wrap:nth-child(3) {
		width: 50%;
		height: 100%
	}

	.ho-product-card__content--type-a2 {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column
	}

	.ho-product-card__content--type-a2 .ho-product-card-item__wrap {
		width: 33.33%
	}

	.ho-product-card__content--type-a2 .ho-product-card-item__wrap:nth-child(3) {
		width: 33.33%;
		height: 100%
	}

	.ho-product-card__content--type-a2 .ho-product-card-item__wrap:nth-child(3) .ho-product-card-item--fullbleed-type .ho-product-card-item__figure img, .ho-product-card__content--type-a2 .ho-product-card-item__wrap:nth-child(3) .ho-product-card-item--fullbleed-type .ho-product-card-item__figure .mp4-video .s-video {
		width: 100%;
		height: auto
	}

	.ho-product-card__content--type2 .ho-product-card-item__wrap:first-child {
		width: 50%;
		height: 100%
	}

	.ho-product-card__content--type2 .ho-product-card-item__wrap:nth-child(4), .ho-product-card__content--type2 .ho-product-card-item__wrap:nth-child(5) {
		-webkit-transform: translate(200%, -100%);
		-ms-transform: translate(200%, -100%);
		transform: translate(200%, -100%)
	}

	.ho-product-card__content--type3 .ho-product-card-item__wrap:nth-child(3), .ho-product-card__content--type3 .ho-product-card-item__wrap:nth-child(4) {
		-webkit-transform: translate(-200%, 100%);
		-ms-transform: translate(-200%, 100%);
		transform: translate(-200%, 100%)
	}

	.ho-product-card__content--type3 .ho-product-card-item__wrap:nth-child(5) {
		width: 50%;
		height: 100%;
		-webkit-transform: translate(100%, -50%);
		-ms-transform: translate(100%, -50%);
		transform: translate(100%, -50%)
	}

	.ho-product-card-item {
		-webkit-border-radius: 20px;
		border-radius: 20px;
		-webkit-border-radius: 1.38889vw;
		border-radius: 1.38889vw
	}
}

@media screen and (min-width: 769px) and (min-width: 1440px) {
	.ho-product-card-item {
		-webkit-border-radius: 20px;
		border-radius: 20px
	}
}

@media screen and (min-width: 769px) {
	.ho-product-card-item__wrap {
		width: 25%;
		height: 50%;
		padding: 12px;
		padding: .83333vw
	}
}

@media screen and (min-width: 769px) and (min-width: 1440px) {
	.ho-product-card-item__wrap {
		padding: 12px
	}
}

@media screen and (min-width: 769px) {
	.ho-product-card-item__flag {
		font-size: 12px;
		font-size: .83333vw
	}

	html[lang^="th"] .ho-product-card-item__flag {
		font-size: 16.2px;
		font-size: 1.125vw
	}
}

@media screen and (min-width: 769px) and (min-width: 1440px) {
	.ho-product-card-item__flag {
		font-size: 12px
	}

	html[lang^="th"] .ho-product-card-item__flag {
		font-size: 16.2px
	}
}

@media screen and (min-width: 769px) {
	.ho-product-card-item__flag-wrap {
		margin: 24px 0px 4px;
		margin: 1.66667vw 0vw .27778vw
	}
}

@media screen and (min-width: 769px) and (min-width: 1440px) {
	.ho-product-card-item__flag-wrap {
		margin: 24px 0px 4px
	}
}

@media screen and (min-width: 769px) {
	.ho-product-card-item__flag-inner {
		padding: 0px 5px;
		padding: 0vw .34722vw
	}
}

@media screen and (min-width: 769px) and (min-width: 1440px) {
	.ho-product-card-item__flag-inner {
		padding: 0px 5px
	}
}

@media screen and (min-width: 769px) {
	.ho-product-card-item__name {
		font-size: 18px;
		font-size: 1.25vw;
		line-height: 1.33
	}

	html[lang^="th"] .ho-product-card-item__name {
		font-size: 24.3px;
		font-size: 1.6875vw
	}
}

@media screen and (min-width: 769px) and (min-width: 1440px) {
	.ho-product-card-item__name {
		font-size: 18px
	}

	html[lang^="th"] .ho-product-card-item__name {
		font-size: 24.3px
	}
}

@media screen and (min-width: 769px) {
	html[lang^="th"] .ho-product-card-item__name {
		line-height: .9975
	}

	html[lang^="my"] .ho-product-card-item__name {
		line-height: 1.4
	}

	.ho-product-card-item__name-wrap {
		bottom: 16px;
		bottom: 1.11111vw;
		height: 48px;
		height: 3.33333vw;
		padding: 0px 16px;
		padding: 0vw 1.11111vw
	}
}

@media screen and (min-width: 769px) and (min-width: 1440px) {
	.ho-product-card-item__name-wrap {
		bottom: 16px
	}
}

@media screen and (min-width: 769px) and (min-width: 1440px) {
	.ho-product-card-item__name-wrap {
		height: 48px
	}
}

@media screen and (min-width: 769px) and (min-width: 1440px) {
	.ho-product-card-item__name-wrap {
		padding: 0px 16px
	}
}

@media screen and (min-width: 769px) {
	.ho-product-card-item__figure img, .ho-product-card-item__figure .mp4-video .s-video {
		width: auto;
		height: 100%
	}

	.ho-product-card-item:before {
		z-index: 1;
		height: 68.26667px;
		height: 8.88889vw;
		bottom: auto
	}
}

@media screen and (min-width: 769px) and (max-width: 360px) {
	.ho-product-card-item:before {
		height: 32px;
		height: 8.88889vw
	}
}

@media screen and (min-width: 769px) {
	.ho-product-card-item--fullbleed-type .ho-product-card-item__figure:before {
		height: 80px;
		height: 5.55556vw
	}
}

@media screen and (min-width: 769px) and (min-width: 1440px) {
	.ho-product-card-item--fullbleed-type .ho-product-card-item__figure:before {
		height: 80px
	}
}

@media screen and (min-width: 769px) {
	.ho-product-card-item--fullbleed-type .ho-product-card-item__figure:after {
		height: 120px;
		height: 8.33333vw
	}
}

@media screen and (min-width: 769px) and (min-width: 1440px) {
	.ho-product-card-item--fullbleed-type .ho-product-card-item__figure:after {
		height: 120px
	}
}

@media screen and (min-width: 769px) {
	.ho-product-card-item.s-empty-pc-mp4 .s-video {
		opacity: 0
	}
}

.hp-offscreen {
	display: block
}

.swiper-wrapper .ho-product-card__tab-list-item.swiper-slide {
	font-size: 18px;
	padding: 10px 24px;
	width: auto;
	height: auto
}

#download_app {
	height: 32px;
	width: 142px;
	-webkit-border-radius: 16px;
	border-radius: 16px;
	background-color: #2189FF;
	color: #FFFFFF;
	font-family: SamsungOne;
	font-size: 12px;
	letter-spacing: 0;
	line-height: 32px;
	text-align: center;
	margin: 25px 0;
	cursor: pointer
}

.ho-product-card-item__name-sub {
	font-weight: 400
}

.ho-product-card-item__name .ho-product-card-item__name-sub {
	font-size: 14px !important
}

.ho-product-card-item__name-wrap {
	color: black !important;
	bottom: 0 !important;
	height: 39% !important;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center
}

.ho-product-card-item__wrap {
	position: relative
}

.ho-product-card-item__mask {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	display: none
}

.ho-product-card-item__mask__inner {
	background-color: white;
	opacity: .5;
	width: 100%;
	height: 100%;
	z-index: 1
}

.ho-product-card-item__banner {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	padding: 0 12px 2px;
	font-size: 12px;
	font-weight: 600;
	line-height: 24px;
	font-family: 'SamsungSans';
	-webkit-border-radius: 28px;
	border-radius: 28px;
	color: orange;
	background: white;
	margin: 12px
}

.ho-product-card-container__curr-headline {
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	-js-display: flex;
	display: flex
}

.ho-product-card-container__timer-wrap {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	-js-display: flex;
	display: flex;
	margin-left: 10px;
	margin-top: 13px;
	font-size: 1.66667vw;
	font-family: 'SamsungSansSharp';
	font-weight: 600;
	color: #022595
}

.ho-product-card-container__timer-holder {
	font-weight: 400;
	font-size: .8vw
}

.ho-product-card-container__timer-divider {
	margin: 0 10px
}

@media screen and (max-width: 768px) {
	.ho-product-card-container__desc {
		font-size: 4vw !important
	}

	.ho-product-card__content-list {
		height: 198vw !important
	}

	.ho-product-card-item__name-wrap {
		color: black !important;
		bottom: 0 !important;
		height: 40% !important
	}

	.ho-product-card-container__timer-wrap {
		margin-top: 20px;
		font-size: 24px
	}

	.ho-product-card-container__timer-holder {
		font-size: 16px
	}
}

.ho-product-card-item__name-sub {
	font-size: 14px !important
}

.ho-product-card-item--fullbleed-type.s-text-white .ho-product-card-item__flag-wrap~.ho-product-card-item__figure:before {
	background-image: none !important
}

.ho-product-card-item--fullbleed-type.s-text-white .ho-product-card-item__name-wrap~.ho-product-card-item__figure:after {
	background-image: none !important
}

.overlay-container-bg {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: #000;
	z-index: 2147483644;
	opacity: .4
}

.overlay-middle {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	height: 100%;
	overflow-x: hidden;
	overflow-y: auto;
	text-align: center;
	pointer-events: auto;
	z-index: 2147483645
}

.overlay-middle:before {
	content: "";
	display: inline-block;
	width: 0;
	height: 100%;
	vertical-align: middle;
	margin-right: -.25em
}

.overlay-paper-bg {
	z-index: 2147483645;
	margin: 0 auto;
	text-align: center;
	background-color: #fff;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	position: relative;
	display: inline-block;
	max-width: 100%;
	max-height: none;
	height: auto;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-border-radius: 20px;
	border-radius: 20px
}

.overlay-paper-wrapper {
	display: inline-block;
	vertical-align: middle;
	padding: 6px;
	max-width: 100%;
	max-height: 100%;
	pointer-events: auto
}

.overlay-paper {
	width: 600px;
	max-width: 100%;
	padding: 55px 80px
}

.overlay-close {
	width: 21px;
	height: 21px;
	position: absolute;
	top: 13px;
	font-size: 24px;
	right: 24px;
	font-weight: 700;
	cursor: pointer;
	color: #fff !important;
	background: url("https://image-us.samsung.com/us/virtual-tv/compare/Other/Other/icon-bold-action-delete.svg")
}

#overlay-main-app {
	display: none
}

.overlay-title {
	color: #000000;
	font-family: "SamsungSansSharp";
	font-size: 24px;
	font-weight: bold;
	letter-spacing: 0.45px;
	line-height: 27px;
	text-align: center;
	margin-bottom: 12px
}

.overlay-subtitle {
	color: #000000;
	font-family: SamsungOne;
	font-size: 18px;
	letter-spacing: 0.19px;
	line-height: 21px;
	text-align: center;
	margin-bottom: 25px
}

.overlay-qr {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	height: 127px;
	width: 127px;
	border: 1px solid #979797;
	background-color: #F1F1F1;
	margin: auto;
	margin-bottom: 34px;
	background: url("https://image-us.samsung.com/us/virtual-tv/compare/Other/Other/DSE_Summer_ADP_AppDownload_06222022.png");
	background-size: cover
}

.overlay-desc {
	color: #363636;
	font-family: SamsungOne;
	font-size: 14px;
	letter-spacing: 0;
	line-height: 17px;
	text-align: center;
	margin: auto;
	margin-bottom: 18px;
	width: 262px
}

.overlay-links {
	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
}

.overlay-links-gplay {
	background: url("https://image-us.samsung.com/us/virtual-tv/compare/Other/Other/Google%20Play.png");
	height: 40px;
	width: 133.05px;
	margin-right: 39px;
	cursor: pointer
}

.overlay-links-appstore {
	background: url("https://image-us.samsung.com/us/virtual-tv/compare/Other/Other/Apple%20Store.png");
	height: 40px;
	width: 118.42px;
	cursor: pointer
}
@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
}

@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
}

.fr-lineup-comparison {
    margin: 0 auto
}

.fr-lineup-comparison--width-1920 {
    max-width: 1920px
}

.fr-lineup-comparison--width-1440 {
    max-width: 1440px
}

.fr-lineup-comparison__wrap {
    max-width: 1440px;
    margin: 0 auto;
    padding: 78px 0px;
    padding: 5.41667vw 0vw
}

@media (min-width: 1440px) {
    .fr-lineup-comparison__wrap {
        padding: 78px 0px
    }
}

@media (min-width: 769px) {
    .fr-lineup-comparison__wrap {
        overflow: hidden
    }
}

.fr-lineup-comparison__headline {
    padding: 0px 24px;
    padding: 0vw 1.66667vw;
    font-size: 64px;
    font-size: 4.44444vw;
    text-align: center;
    color: #000
}

@media (min-width: 1440px) {
    .fr-lineup-comparison__headline {
        padding: 0px 24px
    }
}

html[lang^="th"] .fr-lineup-comparison__headline {
    font-size: 92.8px;
    font-size: 6.44444vw
}

@media (min-width: 1440px) {
    .fr-lineup-comparison__headline {
        font-size: 64px
    }

    html[lang^="th"] .fr-lineup-comparison__headline {
        font-size: 92.8px
    }
}

.fr-lineup-comparison__subheadline {
    margin-top: 30px;
    margin-top: 2.08333vw;
    padding: 0px 24px;
    padding: 0vw 1.66667vw;
    font-size: 24px;
    font-size: 1.66667vw;
    text-align: center;
    color: #000;
    font-weight: bold
}

@media (min-width: 1440px) {
    .fr-lineup-comparison__subheadline {
        margin-top: 30px
    }
}

@media (min-width: 1440px) {
    .fr-lineup-comparison__subheadline {
        padding: 0px 24px
    }
}

html[lang^="th"] .fr-lineup-comparison__subheadline {
    font-size: 32.4px;
    font-size: 2.25vw
}

@media (min-width: 1440px) {
    .fr-lineup-comparison__subheadline {
        font-size: 24px
    }

    html[lang^="th"] .fr-lineup-comparison__subheadline {
        font-size: 32.4px
    }
}

.fr-lineup-comparison__contents {
    margin-top: 60px;
    margin-top: 4.16667vw;
    text-align: center;
    white-space: nowrap;
    font-size: 0
}

@media (min-width: 1440px) {
    .fr-lineup-comparison__contents {
        margin-top: 60px
    }
}

.fr-lineup-comparison__contents.fr-lineup-comparison__contents-data-swiper .fr-lineup-comparison__category-list:after {
    width: 1440px;
    width: 100vw
}

@media (min-width: 1440px) {
    .fr-lineup-comparison__contents.fr-lineup-comparison__contents-data-swiper .fr-lineup-comparison__category-list:after {
        width: 1440px
    }
}

.fr-lineup-comparison__contents.fr-lineup-comparison__contents-data-swiper .fr-lineup-comparison__category-list>li:after {
    width: 1440px;
    width: 100vw
}

@media (min-width: 1440px) {
    .fr-lineup-comparison__contents.fr-lineup-comparison__contents-data-swiper .fr-lineup-comparison__category-list>li:after {
        width: 1440px
    }
}

.fr-lineup-comparison__contents.fr-lineup-comparison__contents-data-swiper .fr-lineup-comparison__data {
    overflow: visible
}

.fr-lineup-comparison__category {
    display: inline-block;
    position: relative;
    z-index: 10;
    width: 16.8%;
    font-size: 12px;
    font-size: .83333vw;
    white-space: normal;
    vertical-align: top
}

html[lang^="th"] .fr-lineup-comparison__category {
    font-size: 16.2px;
    font-size: 1.125vw
}

@media (min-width: 1440px) {
    .fr-lineup-comparison__category {
        font-size: 12px
    }

    html[lang^="th"] .fr-lineup-comparison__category {
        font-size: 16.2px
    }
}

.fr-lineup-comparison__category-list {
    position: relative;
    width: 184px;
    width: 12.77778vw;
    border-bottom: 1px solid #d5d5d5;
    background-color: #f7f7f7;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: left;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

@media (min-width: 1440px) {
    .fr-lineup-comparison__category-list {
        width: 184px
    }
}

.fr-lineup-comparison__category-list:after {
    display: none;
    position: absolute;
    left: 0;
    bottom: -1px;
    z-index: 5;
    width: 200%;
    height: 1px;
    background-color: #d5d5d5;
    content: ''
}

.fr-lineup-comparison__contents-draw-line .fr-lineup-comparison__category-list:after {
    display: block
}

.fr-lineup-comparison__category-list>li {
    position: relative;
    border-top: 1px solid #d5d5d5;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 0
}

.fr-lineup-comparison__category-list>li:before {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    content: ''
}

.fr-lineup-comparison__category-list>li:after {
    display: none;
    position: absolute;
    left: 0;
    top: -1px;
    z-index: 5;
    width: 200%;
    height: 1px;
    background-color: #d5d5d5;
    content: ''
}

.fr-lineup-comparison__contents-draw-line .fr-lineup-comparison__category-list>li:after {
    display: block
}

.fr-lineup-comparison__category-list>li:last-child .fr-lineup-comparison__category-tooltip-layer {
    top: auto;
    bottom: 100%;
    margin-top: 0;
    margin-bottom: 10px;
    margin-bottom: .69444vw
}

@media (min-width: 1440px) {
    .fr-lineup-comparison__category-list>li:last-child .fr-lineup-comparison__category-tooltip-layer {
        margin-bottom: 10px
    }
}

.fr-lineup-comparison__category-list>li:last-child .fr-lineup-comparison__category-tooltip-layer:before {
    bottom: auto;
    top: 100%;
    border-bottom-color: transparent;
    border-top-color: #aeaeae
}

.fr-lineup-comparison__category-list>li:last-child .fr-lineup-comparison__category-tooltip-layer:after {
    bottom: auto;
    top: 100%;
    margin-top: -1px;
    border-bottom-color: transparent;
    border-top-color: #fff
}

.fr-lineup-comparison__category-text {
    display: inline-block;
    padding: 8px 24px;
    padding: .55556vw 1.66667vw;
    font-size: 16px;
    font-size: 1.11111vw;
    font-weight: bold;
    color: #363636;
    vertical-align: middle
}

@media (min-width: 1440px) {
    .fr-lineup-comparison__category-text {
        padding: 8px 24px
    }
}

html[lang^="th"] .fr-lineup-comparison__category-text {
    font-size: 21.6px;
    font-size: 1.5vw
}

@media (min-width: 1440px) {
    .fr-lineup-comparison__category-text {
        font-size: 16px
    }

    html[lang^="th"] .fr-lineup-comparison__category-text {
        font-size: 21.6px
    }
}

.fr-lineup-comparison__category-tooltip {
    display: inline-block;
    position: relative;
    top: -3px;
    top: -.20833vw;
    width: 16px;
    width: 1.11111vw;
    height: 16px;
    height: 1.11111vw;
    vertical-align: text-bottom
}

@media (min-width: 1440px) {
    .fr-lineup-comparison__category-tooltip {
        top: -3px
    }
}

@media (min-width: 1440px) {
    .fr-lineup-comparison__category-tooltip {
        width: 16px
    }
}

@media (min-width: 1440px) {
    .fr-lineup-comparison__category-tooltip {
        height: 16px
    }
}

.fr-lineup-comparison__category-tooltip-cta {
    display: inline-block;
    position: relative;
    width: 16px;
    width: 1.11111vw;
    height: 16px;
    height: 1.11111vw;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-image: url(../../../../../../../etc.clientlibs/samsung/clientlibs/us/usglobal/clientlib-dependencies/resources/imgs/ico-tooltip-black-off.png);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    vertical-align: top
}

@media (min-width: 1440px) {
    .fr-lineup-comparison__category-tooltip-cta {
        width: 16px
    }
}

@media (min-width: 1440px) {
    .fr-lineup-comparison__category-tooltip-cta {
        height: 16px
    }
}

.is-tooltip-hover .fr-lineup-comparison__category-tooltip-cta,
.is-tooltip-click .fr-lineup-comparison__category-tooltip-cta {
    background-image: url(../../../../../../../etc.clientlibs/samsung/clientlibs/us/usglobal/clientlib-dependencies/resources/imgs/ico-tooltip-black-on.png)
}

.fr-lineup-comparison__category-tooltip-layer {
    display: none;
    position: absolute;
    top: 100%;
    left: -16px;
    left: -1.11111vw;
    z-index: 10;
    width: 246px;
    width: 17.08333vw;
    width: -webkit-max-content !important;
    width: -moz-max-content !important;
    width: max-content !important;
    max-width: 246px;
    max-width: 17.08333vw;
    padding: 16px;
    padding: 1.11111vw;
    padding-right: 52px;
    padding-right: 3.61111vw;
    margin-top: 10px;
    margin-top: .69444vw;
    border: 1px solid #aeaeae;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background-color: #fff;
    text-align: left;
    color: #000;
    font-size: 12px;
    font-size: .83333vw;
    -webkit-box-shadow: 5px 9px 15px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 5px 9px 15px 0px rgba(0, 0, 0, 0.1)
}

@media (min-width: 1440px) {
    .fr-lineup-comparison__category-tooltip-layer {
        left: -16px
    }
}

@media (min-width: 1440px) {
    .fr-lineup-comparison__category-tooltip-layer {
        width: 246px
    }
}

@media (min-width: 1440px) {
    .fr-lineup-comparison__category-tooltip-layer {
        max-width: 246px
    }
}

@media (min-width: 1440px) {
    .fr-lineup-comparison__category-tooltip-layer {
        padding: 16px
    }
}

@media (min-width: 1440px) {
    .fr-lineup-comparison__category-tooltip-layer {
        padding-right: 52px
    }
}

@media (min-width: 1440px) {
    .fr-lineup-comparison__category-tooltip-layer {
        margin-top: 10px
    }
}

html[lang^="th"] .fr-lineup-comparison__category-tooltip-layer {
    font-size: 16.2px;
    font-size: 1.125vw
}

@media (min-width: 1440px) {
    .fr-lineup-comparison__category-tooltip-layer {
        font-size: 12px
    }

    html[lang^="th"] .fr-lineup-comparison__category-tooltip-layer {
        font-size: 16.2px
    }
}

.fr-lineup-comparison__category-tooltip-layer:before {
    display: block;
    position: absolute;
    left: 16px;
    left: 1.11111vw;
    bottom: 100%;
    width: 0;
    height: 0;
    border-width: 6px;
    border-width: .41667vw;
    border-style: solid;
    border-color: transparent;
    border-bottom-color: #aeaeae;
    content: ''
}

@media (min-width: 1440px) {
    .fr-lineup-comparison__category-tooltip-layer:before {
        left: 16px
    }
}

@media (min-width: 1440px) {
    .fr-lineup-comparison__category-tooltip-layer:before {
        border-width: 6px
    }
}

.fr-lineup-comparison__category-tooltip-layer:after {
    display: block;
    position: absolute;
    left: 16px;
    left: 1.11111vw;
    bottom: 100%;
    width: 0;
    height: 0;
    margin-bottom: -1px;
    border-width: 6px;
    border-width: .41667vw;
    border-style: solid;
    border-color: transparent;
    border-bottom-color: #fff;
    content: ''
}

@media (min-width: 1440px) {
    .fr-lineup-comparison__category-tooltip-layer:after {
        left: 16px
    }
}

@media (min-width: 1440px) {
    .fr-lineup-comparison__category-tooltip-layer:after {
        border-width: 6px
    }
}

.is-tooltip-hover .fr-lineup-comparison__category-tooltip-layer,
.is-tooltip-click .fr-lineup-comparison__category-tooltip-layer {
    display: block
}

.fr-lineup-comparison__category-tooltip-close {
    position: absolute;
    right: 10px;
    right: .69444vw;
    top: 10px;
    top: .69444vw
}

@media (min-width: 1440px) {
    .fr-lineup-comparison__category-tooltip-close {
        right: 10px
    }
}

@media (min-width: 1440px) {
    .fr-lineup-comparison__category-tooltip-close {
        top: 10px
    }
}

.fr-lineup-comparison__category-tooltip-close:after {
    display: inline-block;
    width: 12px;
    width: .83333vw;
    height: 12px;
    height: .83333vw;
    margin: 6px;
    margin: .41667vw;
    background-image: url(../../../../../../../etc.clientlibs/samsung/clientlibs/us/usglobal/clientlib-dependencies/resources/imgs/svg-close.svg);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    vertical-align: top;
    content: ''
}

@media (min-width: 1440px) {
    .fr-lineup-comparison__category-tooltip-close:after {
        width: 12px
    }
}

@media (min-width: 1440px) {
    .fr-lineup-comparison__category-tooltip-close:after {
        height: 12px
    }
}

@media (min-width: 1440px) {
    .fr-lineup-comparison__category-tooltip-close:after {
        margin: 6px
    }
}

.fr-lineup-comparison__data {
    overflow: hidden;
    display: inline-block;
    position: relative;
    max-width: 83.2%;
    padding-right: 58px;
    padding-right: 4.02778vw;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 12px;
    font-size: .83333vw;
    white-space: normal;
    vertical-align: top
}

@media (min-width: 1440px) {
    .fr-lineup-comparison__data {
        padding-right: 58px
    }
}

html[lang^="th"] .fr-lineup-comparison__data {
    font-size: 16.2px;
    font-size: 1.125vw
}

@media (min-width: 1440px) {
    .fr-lineup-comparison__data {
        font-size: 12px
    }

    html[lang^="th"] .fr-lineup-comparison__data {
        font-size: 16.2px
    }
}

.fr-lineup-comparison__data:before {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -58px;
    left: -4.02778vw;
    z-index: 2;
    width: 132px;
    width: 9.16667vw;
    background: -webkit-gradient(linear, left top, right top, color-stop(60%, #fff), to(rgba(255, 255, 255, 0)));
    background: linear-gradient(90deg, #fff 60%, rgba(255, 255, 255, 0) 100%);
    opacity: 0;
    pointer-events: none;
    -webkit-transition: opacity .2s ease-in-out;
    transition: opacity .2s ease-in-out;
    content: ''
}

@media (min-width: 1440px) {
    .fr-lineup-comparison__data:before {
        left: -58px
    }
}

@media (min-width: 1440px) {
    .fr-lineup-comparison__data:before {
        width: 132px
    }
}

.fr-lineup-comparison__data:after {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 2;
    width: 132px;
    width: 9.16667vw;
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(40%, #fff));
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #fff 40%);
    opacity: 0;
    pointer-events: none;
    -webkit-transition: opacity .2s ease-in-out;
    transition: opacity .2s ease-in-out;
    content: ''
}

@media (min-width: 1440px) {
    .fr-lineup-comparison__data:after {
        width: 132px
    }
}

.fr-lineup-comparison__data.s-has-prev-item:before {
    opacity: 1;
    pointer-events: auto
}

.fr-lineup-comparison__data.s-has-next-item:after {
    opacity: 1;
    pointer-events: auto
}

.fr-lineup-comparison__data-swiper.swiper-container {
    z-index: auto;
    direction: ltr
}

.fr-lineup-comparison__data-swiper-prev.swiper-button-prev,
.fr-lineup-comparison__data-swiper-next.swiper-button-next {
    top: 60px;
    top: 4.16667vw;
    z-index: 12;
    width: 50px;
    width: 3.47222vw;
    height: 50px;
    height: 3.47222vw;
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: none;
    -webkit-transition: none;
    transition: none
}

@media (min-width: 1440px) {

    .fr-lineup-comparison__data-swiper-prev.swiper-button-prev,
    .fr-lineup-comparison__data-swiper-next.swiper-button-next {
        top: 60px
    }
}

@media (min-width: 1440px) {

    .fr-lineup-comparison__data-swiper-prev.swiper-button-prev,
    .fr-lineup-comparison__data-swiper-next.swiper-button-next {
        width: 50px
    }
}

@media (min-width: 1440px) {

    .fr-lineup-comparison__data-swiper-prev.swiper-button-prev,
    .fr-lineup-comparison__data-swiper-next.swiper-button-next {
        height: 50px
    }
}

.fr-lineup-comparison__data-swiper-prev.swiper-button-prev:before,
.fr-lineup-comparison__data-swiper-next.swiper-button-next: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: ''
}

.fr-lineup-comparison__data-swiper-prev.swiper-button-prev:hover:before,
.fr-lineup-comparison__data-swiper-prev.swiper-button-prev:focus:before,
.fr-lineup-comparison__data-swiper-prev.swiper-button-prev:active:before,
.fr-lineup-comparison__data-swiper-next.swiper-button-next:hover:before,
.fr-lineup-comparison__data-swiper-next.swiper-button-next:focus:before,
.fr-lineup-comparison__data-swiper-next.swiper-button-next:active:before {
    opacity: 0.6
}

.fr-lineup-comparison__data-swiper-prev.swiper-button-prev:after,
.fr-lineup-comparison__data-swiper-next.swiper-button-next:after {
    z-index: 1;
    width: 20px;
    width: 1.38889vw;
    height: 30px;
    height: 2.08333vw;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    content: ''
}

@media (min-width: 1440px) {

    .fr-lineup-comparison__data-swiper-prev.swiper-button-prev:after,
    .fr-lineup-comparison__data-swiper-next.swiper-button-next:after {
        width: 20px
    }
}

@media (min-width: 1440px) {

    .fr-lineup-comparison__data-swiper-prev.swiper-button-prev:after,
    .fr-lineup-comparison__data-swiper-next.swiper-button-next:after {
        height: 30px
    }
}

.fr-lineup-comparison__data-swiper-prev.swiper-button-prev.swiper-button-disabled,
.fr-lineup-comparison__data-swiper-next.swiper-button-next.swiper-button-disabled {
    display: none
}

.fr-lineup-comparison__data-swiper-prev.swiper-button-prev {
    left: -58px;
    left: -4.02778vw;
    right: auto;
    padding-right: 2px;
    padding-right: .13889vw
}

@media (min-width: 1440px) {
    .fr-lineup-comparison__data-swiper-prev.swiper-button-prev {
        left: -58px
    }
}

@media (min-width: 1440px) {
    .fr-lineup-comparison__data-swiper-prev.swiper-button-prev {
        padding-right: 2px
    }
}

.fr-lineup-comparison__data-swiper-prev.swiper-button-prev:after {
    background-image: url("../../../../../../../etc.clientlibs/samsung/clientlibs/us/usglobal/clientlib-dependencies/resources/imgs/ico-carousel-prev-white.svg")
}

.fr-lineup-comparison__data-swiper-next.swiper-button-next {
    right: 24px;
    right: 1.66667vw;
    left: auto;
    padding-left: 3px;
    padding-left: .20833vw
}

@media (min-width: 1440px) {
    .fr-lineup-comparison__data-swiper-next.swiper-button-next {
        right: 24px
    }
}

@media (min-width: 1440px) {
    .fr-lineup-comparison__data-swiper-next.swiper-button-next {
        padding-left: 3px
    }
}

.fr-lineup-comparison__data-swiper-next.swiper-button-next:after {
    background-image: url("../../../../../../../etc.clientlibs/samsung/clientlibs/us/usglobal/clientlib-dependencies/resources/imgs/ico-carousel-next-white.svg")
}

.fr-lineup-comparison__data-list {
    position: relative
}

.fr-lineup-comparison__data-list:after {
    display: block;
    clear: both;
    content: ''
}

.fr-lineup-comparison__data-item {
    float: left;
    width: 242px;
    width: 16.80556vw;
    outline: none
}

@media (min-width: 1440px) {
    .fr-lineup-comparison__data-item {
        width: 242px
    }
}

.fr-lineup-comparison__data-item:first-child .fr-lineup-comparison__spec-list:after {
    display: none;
    position: absolute;
    left: 50%;
    bottom: -1px;
    z-index: 5;
    width: 1440px;
    width: 100vw;
    height: 1px;
    margin-left: -720px;
    margin-left: -50vw;
    background-color: #d5d5d5;
    content: ''
}

@media (min-width: 1440px) {
    .fr-lineup-comparison__data-item:first-child .fr-lineup-comparison__spec-list:after {
        width: 1440px
    }
}

@media (min-width: 1440px) {
    .fr-lineup-comparison__data-item:first-child .fr-lineup-comparison__spec-list:after {
        margin-left: -720px
    }
}

.fr-lineup-comparison__contents-draw-line .fr-lineup-comparison__data-item:first-child .fr-lineup-comparison__spec-list:after {
    display: block
}

.fr-lineup-comparison__data-item:first-child .fr-lineup-comparison__spec-list>li:after {
    display: none;
    position: absolute;
    left: 50%;
    top: -1px;
    z-index: 5;
    width: 1440px;
    width: 100vw;
    height: 1px;
    margin-left: -720px;
    margin-left: -50vw;
    background-color: #d5d5d5;
    content: ''
}

@media (min-width: 1440px) {
    .fr-lineup-comparison__data-item:first-child .fr-lineup-comparison__spec-list>li:after {
        width: 1440px
    }
}

@media (min-width: 1440px) {
    .fr-lineup-comparison__data-item:first-child .fr-lineup-comparison__spec-list>li:after {
        margin-left: -720px
    }
}

.fr-lineup-comparison__contents-draw-line .fr-lineup-comparison__data-item:first-child .fr-lineup-comparison__spec-list>li:after {
    display: block
}

.fr-lineup-comparison__data .fr-lineup-comparison__product {
    width: 210px;
    width: 14.58333vw;
    margin: 0 auto;
    padding-bottom: 20px;
    padding-bottom: 1.38889vw;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

@media (min-width: 1440px) {
    .fr-lineup-comparison__data .fr-lineup-comparison__product {
        width: 210px
    }
}

@media (min-width: 1440px) {
    .fr-lineup-comparison__data .fr-lineup-comparison__product {
        padding-bottom: 20px
    }
}

.fr-lineup-comparison__data .fr-lineup-comparison__product-link {
    display: block
}

.fr-lineup-comparison__data .fr-lineup-comparison__product-image-wrap {
    white-space: nowrap;
    font-size: 0
}

.fr-lineup-comparison__data .fr-lineup-comparison__product-image-wrap:before {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    content: ''
}

.fr-lineup-comparison__data .fr-lineup-comparison__product-image-wrap img {
    width: 100%;
    vertical-align: middle;
    font-size: 12px;
    font-size: .83333vw
}

html[lang^="th"] .fr-lineup-comparison__data .fr-lineup-comparison__product-image-wrap img {
    font-size: 16.2px;
    font-size: 1.125vw
}

@media (min-width: 1440px) {
    .fr-lineup-comparison__data .fr-lineup-comparison__product-image-wrap img {
        font-size: 12px
    }

    html[lang^="th"] .fr-lineup-comparison__data .fr-lineup-comparison__product-image-wrap img {
        font-size: 16.2px
    }
}

.fr-lineup-comparison__data .fr-lineup-comparison__product-name-wrap {
    padding: 20px 0px 10px;
    padding: 1.38889vw 0vw .69444vw
}

@media (min-width: 1440px) {
    .fr-lineup-comparison__data .fr-lineup-comparison__product-name-wrap {
        padding: 20px 0px 10px
    }
}

.fr-lineup-comparison__data .fr-lineup-comparison__product-name-wrap .s-btn-text-underline {
    text-transform: unset
}

.fr-lineup-comparison__data .fr-lineup-comparison__spec-list {
    position: relative;
    border-bottom: 1px solid #d5d5d5
}

.fr-lineup-comparison__data .fr-lineup-comparison__spec-list>li {
    position: relative;
    border-top: 1px solid #d5d5d5;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    white-space: nowrap;
    font-size: 0
}

.fr-lineup-comparison__data .fr-lineup-comparison__spec-list>li:before {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    content: ''
}

.fr-lineup-comparison__data .fr-lineup-comparison__spec-text {
    display: inline-block;
    width: 170px;
    width: 11.80556vw;
    padding: 8px 0px;
    padding: .55556vw 0vw;
    white-space: normal;
    font-size: 16px;
    font-size: 1.11111vw;
    color: #363636;
    vertical-align: middle
}

@media (min-width: 1440px) {
    .fr-lineup-comparison__data .fr-lineup-comparison__spec-text {
        width: 170px
    }
}

@media (min-width: 1440px) {
    .fr-lineup-comparison__data .fr-lineup-comparison__spec-text {
        padding: 8px 0px
    }
}

html[lang^="th"] .fr-lineup-comparison__data .fr-lineup-comparison__spec-text {
    font-size: 21.6px;
    font-size: 1.5vw
}

@media (min-width: 1440px) {
    .fr-lineup-comparison__data .fr-lineup-comparison__spec-text {
        font-size: 16px
    }

    html[lang^="th"] .fr-lineup-comparison__data .fr-lineup-comparison__spec-text {
        font-size: 21.6px
    }
}

.fr-lineup-comparison__data-cta {
    width: 170px;
    width: 11.80556vw;
    margin: 0 auto
}

@media (min-width: 1440px) {
    .fr-lineup-comparison__data-cta {
        width: 170px
    }
}

.fr-lineup-comparison__data-cta-wrap {
    margin-top: 30px;
    margin-top: 2.08333vw;
    padding-bottom: 2px;
    padding-bottom: .13889vw
}

@media (min-width: 1440px) {
    .fr-lineup-comparison__data-cta-wrap {
        margin-top: 30px
    }
}

@media (min-width: 1440px) {
    .fr-lineup-comparison__data-cta-wrap {
        padding-bottom: 2px
    }
}

.fr-lineup-comparison__data-cta .s-btn-multiline {
    overflow: hidden;
    height: 40px;
    height: 2.77778vw;
    max-width: 100%;
    padding: 2px 28px;
    padding: .13889vw 1.94444vw;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    white-space: normal;
    vertical-align: top
}

@media (min-width: 1440px) {
    .fr-lineup-comparison__data-cta .s-btn-multiline {
        height: 40px
    }
}

@media (min-width: 1440px) {
    .fr-lineup-comparison__data-cta .s-btn-multiline {
        padding: 2px 28px
    }
}

.fr-lineup-comparison__data-cta .s-btn-multiline:before {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    content: ''
}

.fr-lineup-comparison__data-cta .s-btn-multiline .s-btn-multiline__text {
    display: inline-block;
    display: -webkit-inline-box;
    overflow: hidden;
    max-width: 100%;
    max-height: 40px;
    max-height: 2.77778vw;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    vertical-align: middle;
    font-size: 14px;
    font-size: .97222vw;
    line-height: 1.32;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis
}

@media (min-width: 1440px) {
    .fr-lineup-comparison__data-cta .s-btn-multiline .s-btn-multiline__text {
        max-height: 40px
    }
}

html[lang^="th"] .fr-lineup-comparison__data-cta .s-btn-multiline .s-btn-multiline__text {
    font-size: 18.9px;
    font-size: 1.3125vw
}

@media (min-width: 1440px) {
    .fr-lineup-comparison__data-cta .s-btn-multiline .s-btn-multiline__text {
        font-size: 14px
    }

    html[lang^="th"] .fr-lineup-comparison__data-cta .s-btn-multiline .s-btn-multiline__text {
        font-size: 18.9px
    }
}

html[lang^="th"] .fr-lineup-comparison__data-cta .s-btn-multiline .s-btn-multiline__text {
    line-height: .99
}

html[lang^="my"] .fr-lineup-comparison__data-cta .s-btn-multiline .s-btn-multiline__text {
    line-height: 1.4
}

.fr-lineup-comparison__data-cta .s-btn-multiline.s-ico-new-window .s-btn-multiline__text {
    padding-right: 16px;
    padding-right: 1.11111vw
}

@media (min-width: 1440px) {
    .fr-lineup-comparison__data-cta .s-btn-multiline.s-ico-new-window .s-btn-multiline__text {
        padding-right: 16px
    }
}

.fr-lineup-comparison__data-cta .s-btn-multiline.s-ico-new-window:after {
    display: inline-block;
    position: static;
    vertical-align: middle;
    margin-top: 0;
    margin-left: -11px;
    margin-left: -.76389vw
}

@media (min-width: 1440px) {
    .fr-lineup-comparison__data-cta .s-btn-multiline.s-ico-new-window:after {
        margin-left: -11px
    }
}

.fr-lineup-comparison__seemore {
    display: none
}

.fr-lineup-comparison__disclaimer {
    margin-top: 40px;
    margin-top: 2.77778vw;
    padding: 0px 24px;
    padding: 0vw 1.66667vw;
    font-size: 12px;
    font-size: .83333vw;
    text-align: center;
    color: #636363
}

@media (min-width: 1440px) {
    .fr-lineup-comparison__disclaimer {
        margin-top: 40px
    }
}

@media (min-width: 1440px) {
    .fr-lineup-comparison__disclaimer {
        padding: 0px 24px
    }
}

html[lang^="th"] .fr-lineup-comparison__disclaimer {
    font-size: 16.2px;
    font-size: 1.125vw
}

@media (min-width: 1440px) {
    .fr-lineup-comparison__disclaimer {
        font-size: 12px
    }

    html[lang^="th"] .fr-lineup-comparison__disclaimer {
        font-size: 16.2px
    }
}

.fr-lineup-comparison--bg-white {
    background-color: #fff
}

.s-bg-black .fr-lineup-comparison--bg-white .fr-lineup-comparison__product-name .s-btn-text-underline {
    color: #000
}

.s-bg-black .fr-lineup-comparison--bg-white .fr-lineup-comparison__product-name .s-btn-text-underline:before {
    background-color: #000
}

.s-bg-black .fr-lineup-comparison--bg-white .fr-lineup-comparison__product-name .s-btn-text-underline.s-ico-new-window:after {
    background-image: url(../../../../../../../etc.clientlibs/samsung/clientlibs/us/usglobal/clientlib-dependencies/resources/imgs/newwindow-hover.svg)
}

.fr-lineup-comparison--bg-light-gray {
    background-color: #f5f5f5
}

.fr-lineup-comparison--bg-light-gray .fr-lineup-comparison__category-list {
    background-color: #e9e9e9
}

.fr-lineup-comparison--bg-light-gray .fr-lineup-comparison__data:before {
    background: -webkit-gradient(linear, left top, right top, color-stop(60%, #f5f5f5), to(rgba(245, 245, 245, 0)));
    background: linear-gradient(90deg, #f5f5f5 60%, rgba(245, 245, 245, 0) 100%)
}

.fr-lineup-comparison--bg-light-gray .fr-lineup-comparison__data:after {
    background: -webkit-gradient(linear, left top, right top, from(rgba(245, 245, 245, 0)), color-stop(40%, #f5f5f5));
    background: linear-gradient(90deg, rgba(245, 245, 245, 0) 0%, #f5f5f5 40%)
}

.s-bg-black .fr-lineup-comparison--bg-light-gray .fr-lineup-comparison__product-name .s-btn-text-underline {
    color: #000
}

.s-bg-black .fr-lineup-comparison--bg-light-gray .fr-lineup-comparison__product-name .s-btn-text-underline:before {
    background-color: #000
}

.s-bg-black .fr-lineup-comparison--bg-light-gray .fr-lineup-comparison__product-name .s-btn-text-underline.s-ico-new-window:after {
    background-image: url(../../../../../../../etc.clientlibs/samsung/clientlibs/us/usglobal/clientlib-dependencies/resources/imgs/newwindow-hover.svg)
}

.fr-lineup-comparison--bg-dark-gray {
    background-color: #3e4148
}

.fr-lineup-comparison--bg-dark-gray .fr-lineup-comparison__headline {
    color: #fff
}

.fr-lineup-comparison--bg-dark-gray .fr-lineup-comparison__subheadline {
    color: #fff
}

.fr-lineup-comparison--bg-dark-gray .fr-lineup-comparison__category-list {
    border-bottom: 1px solid #777a7f;
    background-color: #535459
}

.fr-lineup-comparison--bg-dark-gray .fr-lineup-comparison__category-list:after {
    background-color: #777a7f
}

.fr-lineup-comparison--bg-dark-gray .fr-lineup-comparison__category-list>li {
    border-top: 1px solid #777a7f
}

.fr-lineup-comparison--bg-dark-gray .fr-lineup-comparison__category-list>li:after {
    background-color: #777a7f
}

.fr-lineup-comparison--bg-dark-gray .fr-lineup-comparison__category-text {
    color: #fff
}

.fr-lineup-comparison--bg-dark-gray .fr-lineup-comparison__category-tooltip-cta {
    background-image: url(../../../../../../../etc.clientlibs/samsung/clientlibs/us/usglobal/clientlib-dependencies/resources/imgs/ico-tooltip-white-off.png)
}

.fr-lineup-comparison--bg-dark-gray .fr-lineup-comparison__category .is-tooltip-hover .fr-lineup-comparison__category-tooltip-cta,
.fr-lineup-comparison--bg-dark-gray .fr-lineup-comparison__category .is-tooltip-click .fr-lineup-comparison__category-tooltip-cta {
    background-image: url(../../../../../../../etc.clientlibs/samsung/clientlibs/us/usglobal/clientlib-dependencies/resources/imgs/ico-tooltip-white-on.png)
}

.fr-lineup-comparison--bg-dark-gray .fr-lineup-comparison__data:before {
    background: -webkit-gradient(linear, left top, right top, color-stop(60%, #3e4148), to(rgba(62, 65, 72, 0)));
    background: linear-gradient(90deg, #3e4148 60%, rgba(62, 65, 72, 0) 100%)
}

.fr-lineup-comparison--bg-dark-gray .fr-lineup-comparison__data:after {
    background: -webkit-gradient(linear, left top, right top, from(rgba(62, 65, 72, 0)), color-stop(40%, #3e4148));
    background: linear-gradient(90deg, rgba(62, 65, 72, 0) 0%, #3e4148 40%)
}

.fr-lineup-comparison--bg-dark-gray .fr-lineup-comparison__data-item:first-child .fr-lineup-comparison__spec-list:after {
    background-color: #777a7f
}

.fr-lineup-comparison--bg-dark-gray .fr-lineup-comparison__data-item:first-child .fr-lineup-comparison__spec-list>li:after {
    background-color: #777a7f
}

.fr-lineup-comparison--bg-dark-gray .fr-lineup-comparison__data .fr-lineup-comparison__spec-list {
    border-bottom: 1px solid #777a7f
}

.fr-lineup-comparison--bg-dark-gray .fr-lineup-comparison__data .fr-lineup-comparison__spec-list>li {
    border-top: 1px solid #777a7f
}

.fr-lineup-comparison--bg-dark-gray .fr-lineup-comparison__data .fr-lineup-comparison__spec-text {
    color: #fff
}

.fr-lineup-comparison--bg-dark-gray .fr-lineup-comparison__disclaimer {
    color: #a6a6a6
}

.s-bg-black .fr-lineup-comparison--bg-dark-gray .fr-lineup-comparison__product-name .s-btn-text-underline {
    color: #fff
}

.s-bg-black .fr-lineup-comparison--bg-dark-gray .fr-lineup-comparison__product-name .s-btn-text-underline:before {
    background-color: #fff
}

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

.fr-lineup-comparison--bg-black {
    background-color: #000
}

.fr-lineup-comparison--bg-black .fr-lineup-comparison__headline {
    color: #fff
}

.fr-lineup-comparison--bg-black .fr-lineup-comparison__subheadline {
    color: #fff
}

.fr-lineup-comparison--bg-black .fr-lineup-comparison__category-list {
    border-bottom: 1px solid #4d4d4d;
    background-color: #1a1a1a
}

.fr-lineup-comparison--bg-black .fr-lineup-comparison__category-list:after {
    background-color: #4d4d4d
}

.fr-lineup-comparison--bg-black .fr-lineup-comparison__category-list>li {
    border-top: 1px solid #4d4d4d
}

.fr-lineup-comparison--bg-black .fr-lineup-comparison__category-list>li:after {
    background-color: #4d4d4d
}

.fr-lineup-comparison--bg-black .fr-lineup-comparison__category-text {
    color: #fff
}

.fr-lineup-comparison--bg-black .fr-lineup-comparison__category-tooltip-cta {
    background-image: url(../../../../../../../etc.clientlibs/samsung/clientlibs/us/usglobal/clientlib-dependencies/resources/imgs/ico-tooltip-white-off.png)
}

.fr-lineup-comparison--bg-black .fr-lineup-comparison__category .is-tooltip-hover .fr-lineup-comparison__category-tooltip-cta,
.fr-lineup-comparison--bg-black .fr-lineup-comparison__category .is-tooltip-click .fr-lineup-comparison__category-tooltip-cta {
    background-image: url(../../../../../../../etc.clientlibs/samsung/clientlibs/us/usglobal/clientlib-dependencies/resources/imgs/ico-tooltip-white-on.png)
}

.fr-lineup-comparison--bg-black .fr-lineup-comparison__data:before {
    background: -webkit-gradient(linear, left top, right top, color-stop(60%, #000), to(rgba(0, 0, 0, 0)));
    background: linear-gradient(90deg, #000 60%, rgba(0, 0, 0, 0) 100%)
}

.fr-lineup-comparison--bg-black .fr-lineup-comparison__data:after {
    background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0)), color-stop(40%, #000));
    background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, #000 40%)
}

.fr-lineup-comparison--bg-black .fr-lineup-comparison__data-item:first-child .fr-lineup-comparison__spec-list:after {
    background-color: #4d4d4d
}

.fr-lineup-comparison--bg-black .fr-lineup-comparison__data-item:first-child .fr-lineup-comparison__spec-list>li:after {
    background-color: #4d4d4d
}

.fr-lineup-comparison--bg-black .fr-lineup-comparison__data .fr-lineup-comparison__spec-list {
    border-bottom: 1px solid #4d4d4d
}

.fr-lineup-comparison--bg-black .fr-lineup-comparison__data .fr-lineup-comparison__spec-list>li {
    border-top: 1px solid #4d4d4d
}

.fr-lineup-comparison--bg-black .fr-lineup-comparison__data .fr-lineup-comparison__spec-text {
    color: #fff
}

.fr-lineup-comparison--bg-black .fr-lineup-comparison__disclaimer {
    color: #a6a6a6
}

.s-bg-black .fr-lineup-comparison--bg-black .fr-lineup-comparison__product-name .s-btn-text-underline {
    color: #fff
}

.s-bg-black .fr-lineup-comparison--bg-black .fr-lineup-comparison__product-name .s-btn-text-underline:before {
    background-color: #fff
}

.s-bg-black .fr-lineup-comparison--bg-black .fr-lineup-comparison__product-name .s-btn-text-underline.s-ico-new-window:after {
    background-image: url(../../../../../../../etc.clientlibs/samsung/clientlibs/us/usglobal/clientlib-dependencies/resources/imgs/newwindow.svg)
}

.fr-lineup-comparison--text-left .fr-lineup-comparison__spec-text {
    text-align: left
}

.fr-lineup-comparison--text-left .fr-lineup-comparison__data-cta-wrap {
    text-align: left
}

.fr-lineup-comparison--text-right .fr-lineup-comparison__spec-text {
    text-align: right
}

.fr-lineup-comparison--text-right .fr-lineup-comparison__data-cta-wrap {
    text-align: right
}

.fr-lineup-comparison--buffer-top {
    padding-top: 166px;
    padding-top: 11.52778vw
}

@media (min-width: 1440px) {
    .fr-lineup-comparison--buffer-top {
        padding-top: 166px
    }
}

.fr-lineup-comparison--buffer-bottom {
    padding-bottom: 166px;
    padding-bottom: 11.52778vw
}

@media (min-width: 1440px) {
    .fr-lineup-comparison--buffer-bottom {
        padding-bottom: 166px
    }
}

.aem-AuthorLayer-Edit .fr-lineup-comparison__category-list:after {
    display: none
}

.aem-AuthorLayer-Edit .fr-lineup-comparison__category-list>li:after {
    display: none
}

.aem-AuthorLayer-Edit .fr-lineup-comparison__data:before {
    display: none
}

.aem-AuthorLayer-Edit .fr-lineup-comparison__data:after {
    display: none
}

.aem-AuthorLayer-Edit .fr-lineup-comparison__data-item:first-child .fr-lineup-comparison__spec-list:after {
    display: none
}

.aem-AuthorLayer-Edit .fr-lineup-comparison__data-item:first-child .fr-lineup-comparison__spec-list>li:after {
    display: none
}

.aem-AuthorLayer-Edit .fr-lineup-comparison__data-item:nth-of-type(4n+1) {
    clear: left
}

.aem-AuthorLayer-Edit .fr-lineup-comparison__data-item:nth-of-type(n+5) {
    margin-top: 24px;
    margin-top: 1.66667vw
}

@media (min-width: 1440px) {
    .aem-AuthorLayer-Edit .fr-lineup-comparison__data-item:nth-of-type(n+5) {
        margin-top: 24px
    }
}

.aem-AuthorLayer-Edit .fr-lineup-comparison__data .new {
    position: relative;
    top: 2rem;
    clear: both
}

@media screen and (max-width: 1279px) and (max-width: 1024px) {
    .fr-lineup-comparison__data-cta .s-btn-encased {
        padding-left: 28px;
        padding-left: 2.73438vw
    }
}

@media screen and (max-width: 1279px) and (max-width: 1024px) {
    .fr-lineup-comparison__data-cta .s-btn-encased {
        padding-right: 28px;
        padding-right: 2.73438vw
    }
}

@media screen and (max-width: 1279px) and (max-width: 1024px) {
    .fr-lineup-comparison__data-cta .s-btn-encased.s-ico-new-window {
        padding-right: 49px;
        padding-right: 4.78516vw
    }
}

@media screen and (max-width: 1279px) and (max-width: 1024px) {
    .fr-lineup-comparison__data-cta .s-btn-encased.s-ico-new-window:after {
        right: 21px;
        right: 2.05078vw
    }
}

@media screen and (max-width: 1279px) and (max-width: 1024px) {
    .fr-lineup-comparison__data-cta .s-btn-encased.s-btn-multiline {
        height: 40px;
        height: 3.90625vw
    }
}

@media screen and (max-width: 1279px) and (max-width: 1024px) {
    .fr-lineup-comparison__data-cta .s-btn-encased.s-btn-multiline {
        padding: 2px 28px;
        padding: .19531vw 2.73438vw
    }
}

@media screen and (max-width: 1279px) and (max-width: 1024px) {
    .fr-lineup-comparison__data-cta .s-btn-encased.s-btn-multiline .s-btn-multiline__text {
        max-height: 40px;
        max-height: 3.90625vw
    }
}

@media screen and (max-width: 1279px) and (max-width: 1024px) {
    .fr-lineup-comparison__data-cta .s-btn-encased.s-btn-multiline.s-ico-new-window .s-btn-multiline__text {
        padding-right: 16px;
        padding-right: 1.5625vw
    }
}

@media screen and (max-width: 1279px) and (max-width: 1024px) {
    .fr-lineup-comparison__data-cta .s-btn-encased.s-btn-multiline.s-ico-new-window:after {
        margin-left: -11px;
        margin-left: -1.07422vw
    }
}

@media (min-width: 769px) and (max-width: 1024px) {
    .fr-lineup-comparison__card-item .s-btn-encased {
        font-size: 12px;
        font-size: 1.17188vw
    }

    html[lang^="th"] .fr-lineup-comparison__card-item .s-btn-encased {
        font-size: 16.2px;
        font-size: 1.58203vw
    }
}

@media screen and (max-width: 768px) {
    .fr-lineup-comparison__wrap {
        padding: 83.2px 0px;
        padding: 10.83333vw 0vw
    }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
    .fr-lineup-comparison__wrap {
        padding: 39px 0px;
        padding: 10.83333vw 0vw
    }
}

@media screen and (max-width: 768px) {
    .fr-lineup-comparison__headline {
        padding: 0px 12.8px;
        padding: 0vw 1.66667vw;
        font-size: 74.66667px;
        font-size: 9.72222vw
    }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
    .fr-lineup-comparison__headline {
        padding: 0px 6px;
        padding: 0vw 1.66667vw
    }
}

@media screen and (max-width: 768px) {
    html[lang^="th"] .fr-lineup-comparison__headline {
        font-size: 108.26667px;
        font-size: 14.09722vw
    }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
    .fr-lineup-comparison__headline {
        font-size: 35px;
        font-size: 9.72222vw
    }

    html[lang^="th"] .fr-lineup-comparison__headline {
        font-size: 50.75px;
        font-size: 14.09722vw
    }
}

@media screen and (max-width: 768px) {
    .fr-lineup-comparison__subheadline {
        margin-top: 23.46667px;
        margin-top: 3.05556vw;
        padding: 0px 12.8px;
        padding: 0vw 1.66667vw;
        font-size: 34.13333px;
        font-size: 4.44444vw
    }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
    .fr-lineup-comparison__subheadline {
        margin-top: 11px;
        margin-top: 3.05556vw
    }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
    .fr-lineup-comparison__subheadline {
        padding: 0px 6px;
        padding: 0vw 1.66667vw
    }
}

@media screen and (max-width: 768px) {
    html[lang^="th"] .fr-lineup-comparison__subheadline {
        font-size: 46.08px;
        font-size: 6vw
    }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
    .fr-lineup-comparison__subheadline {
        font-size: 16px;
        font-size: 4.44444vw
    }

    html[lang^="th"] .fr-lineup-comparison__subheadline {
        font-size: 21.6px;
        font-size: 6vw
    }
}

@media screen and (max-width: 768px) {
    .fr-lineup-comparison__contents {
        margin-top: 61.86667px;
        margin-top: 8.05556vw
    }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
    .fr-lineup-comparison__contents {
        margin-top: 29px;
        margin-top: 8.05556vw
    }
}

@media screen and (max-width: 768px) {
    .fr-lineup-comparison__contents.fr-lineup-comparison__contents-data-swiper .fr-lineup-comparison__category-list:after {
        width: 236.8px;
        width: 30.83333vw
    }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
    .fr-lineup-comparison__contents.fr-lineup-comparison__contents-data-swiper .fr-lineup-comparison__category-list:after {
        width: 111px;
        width: 30.83333vw
    }
}

@media screen and (max-width: 768px) {
    .fr-lineup-comparison__contents.fr-lineup-comparison__contents-data-swiper .fr-lineup-comparison__category-list>li:after {
        width: 236.8px;
        width: 30.83333vw
    }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
    .fr-lineup-comparison__contents.fr-lineup-comparison__contents-data-swiper .fr-lineup-comparison__category-list>li:after {
        width: 111px;
        width: 30.83333vw
    }
}

@media screen and (max-width: 768px) {
    .fr-lineup-comparison__category {
        display: inline-block;
        width: 30.833%;
        font-size: 25.6px;
        font-size: 3.33333vw
    }

    html[lang^="th"] .fr-lineup-comparison__category {
        font-size: 34.56px;
        font-size: 4.5vw
    }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
    .fr-lineup-comparison__category {
        font-size: 12px;
        font-size: 3.33333vw
    }

    html[lang^="th"] .fr-lineup-comparison__category {
        font-size: 16.2px;
        font-size: 4.5vw
    }
}

@media screen and (max-width: 768px) {
    .fr-lineup-comparison__category-list {
        width: 226.13333px;
        width: 29.44444vw
    }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
    .fr-lineup-comparison__category-list {
        width: 106px;
        width: 29.44444vw
    }
}

@media screen and (max-width: 768px) {
    .fr-lineup-comparison__category-list:after {
        width: 236.8px;
        width: 30.83333vw
    }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
    .fr-lineup-comparison__category-list:after {
        width: 111px;
        width: 30.83333vw
    }
}

@media screen and (max-width: 768px) {
    .fr-lineup-comparison__category-list>li:after {
        width: 236.8px;
        width: 30.83333vw
    }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
    .fr-lineup-comparison__category-list>li:after {
        width: 111px;
        width: 30.83333vw
    }
}

@media screen and (max-width: 768px) {
    .fr-lineup-comparison__category-list>li:last-child .fr-lineup-comparison__category-tooltip-layer {
        margin-top: 0;
        margin-bottom: 17.06667px;
        margin-bottom: 2.22222vw
    }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
    .fr-lineup-comparison__category-list>li:last-child .fr-lineup-comparison__category-tooltip-layer {
        margin-bottom: 8px;
        margin-bottom: 2.22222vw
    }
}

@media screen and (max-width: 768px) {
    .fr-lineup-comparison__category-list>li:nth-child(5) .fr-lineup-comparison__category-tooltip-layer {
        top: auto;
        bottom: 100%;
        margin-top: 0;
        margin-bottom: 17.06667px;
        margin-bottom: 2.22222vw
    }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
    .fr-lineup-comparison__category-list>li:nth-child(5) .fr-lineup-comparison__category-tooltip-layer {
        margin-bottom: 8px;
        margin-bottom: 2.22222vw
    }
}

@media screen and (max-width: 768px) {
    .fr-lineup-comparison__category-list>li:nth-child(5) .fr-lineup-comparison__category-tooltip-layer:before {
        bottom: auto;
        top: 100%;
        border-bottom-color: transparent;
        border-top-color: #aeaeae
    }

    .fr-lineup-comparison__category-list>li:nth-child(5) .fr-lineup-comparison__category-tooltip-layer:after {
        bottom: auto;
        top: 100%;
        margin-top: -1px;
        border-bottom-color: transparent;
        border-top-color: #fff
    }

    .fr-lineup-comparison--see-more .fr-lineup-comparison__category-list>li:nth-child(5) .fr-lineup-comparison__category-tooltip-layer {
        top: 100%;
        bottom: auto;
        margin-top: 17.06667px;
        margin-top: 2.22222vw;
        margin-bottom: 0
    }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
    .fr-lineup-comparison--see-more .fr-lineup-comparison__category-list>li:nth-child(5) .fr-lineup-comparison__category-tooltip-layer {
        margin-top: 8px;
        margin-top: 2.22222vw
    }
}

@media screen and (max-width: 768px) {
    .fr-lineup-comparison--see-more .fr-lineup-comparison__category-list>li:nth-child(5) .fr-lineup-comparison__category-tooltip-layer:before {
        top: auto;
        bottom: 100%;
        border-top-color: transparent;
        border-bottom-color: #aeaeae
    }

    .fr-lineup-comparison--see-more .fr-lineup-comparison__category-list>li:nth-child(5) .fr-lineup-comparison__category-tooltip-layer:after {
        top: auto;
        bottom: 100%;
        margin-top: 0;
        margin-bottom: -1px;
        border-top-color: transparent;
        border-bottom-color: #fff
    }

    .fr-lineup-comparison__category-list>li:nth-child(n+6) {
        display: none
    }

    .fr-lineup-comparison--see-more .fr-lineup-comparison__category-list>li:nth-child(n+6) {
        display: block
    }

    .fr-lineup-comparison__category-text {
        padding-top: 12.8px;
        padding-top: 1.66667vw;
        padding-bottom: 12.8px;
        padding-bottom: 1.66667vw;
        padding-left: 38.4px;
        padding-left: 5vw;
        padding-right: 12.8px;
        padding-right: 1.66667vw;
        font-size: 23.46667px;
        font-size: 3.05556vw
    }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
    .fr-lineup-comparison__category-text {
        padding-top: 6px;
        padding-top: 1.66667vw
    }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
    .fr-lineup-comparison__category-text {
        padding-bottom: 6px;
        padding-bottom: 1.66667vw
    }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
    .fr-lineup-comparison__category-text {
        padding-left: 18px;
        padding-left: 5vw
    }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
    .fr-lineup-comparison__category-text {
        padding-right: 6px;
        padding-right: 1.66667vw
    }
}

@media screen and (max-width: 768px) {
    html[lang^="th"] .fr-lineup-comparison__category-text {
        font-size: 31.68px;
        font-size: 4.125vw
    }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
    .fr-lineup-comparison__category-text {
        font-size: 11px;
        font-size: 3.05556vw
    }

    html[lang^="th"] .fr-lineup-comparison__category-text {
        font-size: 14.85px;
        font-size: 4.125vw
    }
}

@media screen and (max-width: 768px) {
    .fr-lineup-comparison__category-tooltip {
        top: -4.26667px;
        top: -.55556vw;
        width: 23.46667px;
        width: 3.05556vw;
        height: 23.46667px;
        height: 3.05556vw
    }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
    .fr-lineup-comparison__category-tooltip {
        top: -2px;
        top: -.55556vw
    }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
    .fr-lineup-comparison__category-tooltip {
        width: 11px;
        width: 3.05556vw
    }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
    .fr-lineup-comparison__category-tooltip {
        height: 11px;
        height: 3.05556vw
    }
}

@media screen and (max-width: 768px) {
    .fr-lineup-comparison__category-tooltip-cta {
        width: 23.46667px;
        width: 3.05556vw;
        height: 23.46667px;
        height: 3.05556vw;
        background-image: url(../../../../../../../etc.clientlibs/samsung/clientlibs/us/usglobal/clientlib-dependencies/resources/imgs/ico-m-tooltip-black-off.png)
    }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
    .fr-lineup-comparison__category-tooltip-cta {
        width: 11px;
        width: 3.05556vw
    }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
    .fr-lineup-comparison__category-tooltip-cta {
        height: 11px;
        height: 3.05556vw
    }
}

@media screen and (max-width: 768px) {

    .is-tooltip-hover .fr-lineup-comparison__category-tooltip-cta,
    .is-tooltip-click .fr-lineup-comparison__category-tooltip-cta {
        background-image: url(../../../../../../../etc.clientlibs/samsung/clientlibs/us/usglobal/clientlib-dependencies/resources/imgs/ico-m-tooltip-black-on.png)
    }

    .fr-lineup-comparison__category-tooltip-layer {
        left: -34.13333px;
        left: -4.44444vw;
        width: 426.66667px;
        width: 55.55556vw;
        max-width: 426.66667px;
        max-width: 55.55556vw;
        padding: 34.13333px;
        padding: 4.44444vw;
        padding-right: 110.93333px;
        padding-right: 14.44444vw;
        margin-top: 17.06667px;
        margin-top: 2.22222vw;
        -webkit-border-radius: 6.4px;
        border-radius: 6.4px;
        -webkit-border-radius: .83333vw;
        border-radius: .83333vw;
        font-size: 25.6px;
        font-size: 3.33333vw
    }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
    .fr-lineup-comparison__category-tooltip-layer {
        left: -16px;
        left: -4.44444vw
    }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
    .fr-lineup-comparison__category-tooltip-layer {
        width: 200px;
        width: 55.55556vw
    }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
    .fr-lineup-comparison__category-tooltip-layer {
        max-width: 200px;
        max-width: 55.55556vw
    }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
    .fr-lineup-comparison__category-tooltip-layer {
        padding: 16px;
        padding: 4.44444vw
    }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
    .fr-lineup-comparison__category-tooltip-layer {
        padding-right: 52px;
        padding-right: 14.44444vw
    }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
    .fr-lineup-comparison__category-tooltip-layer {
        margin-top: 8px;
        margin-top: 2.22222vw
    }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
    .fr-lineup-comparison__category-tooltip-layer {
        -webkit-border-radius: 3px;
        border-radius: 3px;
        -webkit-border-radius: .83333vw;
        border-radius: .83333vw
    }
}

@media screen and (max-width: 768px) {
    html[lang^="th"] .fr-lineup-comparison__category-tooltip-layer {
        font-size: 34.56px;
        font-size: 4.5vw
    }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
    .fr-lineup-comparison__category-tooltip-layer {
        font-size: 12px;
        font-size: 3.33333vw
    }

    html[lang^="th"] .fr-lineup-comparison__category-tooltip-layer {
        font-size: 16.2px;
        font-size: 4.5vw
    }
}

@media screen and (max-width: 768px) {
    .fr-lineup-comparison__category-tooltip-layer:before {
        left: 34.13333px;
        left: 4.44444vw;
        border-width: 12.8px;
        border-width: 1.66667vw
    }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
    .fr-lineup-comparison__category-tooltip-layer:before {
        left: 16px;
        left: 4.44444vw
    }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
    .fr-lineup-comparison__category-tooltip-layer:before {
        border-width: 6px;
        border-width: 1.66667vw
    }
}

@media screen and (max-width: 768px) {
    .fr-lineup-comparison__category-tooltip-layer:after {
        left: 34.13333px;
        left: 4.44444vw;
        border-width: 12.8px;
        border-width: 1.66667vw
    }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
    .fr-lineup-comparison__category-tooltip-layer:after {
        left: 16px;
        left: 4.44444vw
    }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
    .fr-lineup-comparison__category-tooltip-layer:after {
        border-width: 6px;
        border-width: 1.66667vw
    }
}

@media screen and (max-width: 768px) {
    .fr-lineup-comparison__category-tooltip-close {
        right: 21.33333px;
        right: 2.77778vw;
        top: 21.33333px;
        top: 2.77778vw
    }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
    .fr-lineup-comparison__category-tooltip-close {
        right: 10px;
        right: 2.77778vw
    }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
    .fr-lineup-comparison__category-tooltip-close {
        top: 10px;
        top: 2.77778vw
    }
}

@media screen and (max-width: 768px) {
    .fr-lineup-comparison__category-tooltip-close:after {
        width: 25.6px;
        width: 3.33333vw;
        height: 25.6px;
        height: 3.33333vw;
        margin: 12.8px;
        margin: 1.66667vw
    }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
    .fr-lineup-comparison__category-tooltip-close:after {
        width: 12px;
        width: 3.33333vw
    }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
    .fr-lineup-comparison__category-tooltip-close:after {
        height: 12px;
        height: 3.33333vw
    }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
    .fr-lineup-comparison__category-tooltip-close:after {
        margin: 6px;
        margin: 1.66667vw
    }
}

@media screen and (max-width: 768px) {
    .fr-lineup-comparison__data {
        max-width: 69.167%;
        padding-right: 0;
        font-size: 25.6px;
        font-size: 3.33333vw
    }

    html[lang^="th"] .fr-lineup-comparison__data {
        font-size: 34.56px;
        font-size: 4.5vw
    }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
    .fr-lineup-comparison__data {
        font-size: 12px;
        font-size: 3.33333vw
    }

    html[lang^="th"] .fr-lineup-comparison__data {
        font-size: 16.2px;
        font-size: 4.5vw
    }
}

@media screen and (max-width: 768px) {

    .fr-lineup-comparison__data:before,
    .fr-lineup-comparison__data:after {
        display: none
    }

    .fr-lineup-comparison__data-swiper-prev.swiper-button-prev,
    .fr-lineup-comparison__data-swiper-next.swiper-button-next {
        display: none
    }

    .fr-lineup-comparison__data-list {
        white-space: nowrap;
        font-size: 0
    }

    .fr-lineup-comparison__data-item {
        display: inline-block;
        float: none;
        width: 245.33333px;
        width: 31.94444vw;
        vertical-align: top;
        font-size: 25.6px;
        font-size: 3.33333vw
    }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
    .fr-lineup-comparison__data-item {
        width: 115px;
        width: 31.94444vw
    }
}

@media screen and (max-width: 768px) {
    html[lang^="th"] .fr-lineup-comparison__data-item {
        font-size: 34.56px;
        font-size: 4.5vw
    }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
    .fr-lineup-comparison__data-item {
        font-size: 12px;
        font-size: 3.33333vw
    }

    html[lang^="th"] .fr-lineup-comparison__data-item {
        font-size: 16.2px;
        font-size: 4.5vw
    }
}

@media screen and (max-width: 768px) {
    .fr-lineup-comparison__data .fr-lineup-comparison__product {
        width: 224px;
        width: 29.16667vw;
        padding-bottom: 21.33333px;
        padding-bottom: 2.77778vw
    }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
    .fr-lineup-comparison__data .fr-lineup-comparison__product {
        width: 105px;
        width: 29.16667vw
    }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
    .fr-lineup-comparison__data .fr-lineup-comparison__product {
        padding-bottom: 10px;
        padding-bottom: 2.77778vw
    }
}

@media screen and (max-width: 768px) {
    .fr-lineup-comparison__data .fr-lineup-comparison__product-image-wrap img {
        font-size: 25.6px;
        font-size: 3.33333vw
    }

    html[lang^="th"] .fr-lineup-comparison__data .fr-lineup-comparison__product-image-wrap img {
        font-size: 34.56px;
        font-size: 4.5vw
    }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
    .fr-lineup-comparison__data .fr-lineup-comparison__product-image-wrap img {
        font-size: 12px;
        font-size: 3.33333vw
    }

    html[lang^="th"] .fr-lineup-comparison__data .fr-lineup-comparison__product-image-wrap img {
        font-size: 16.2px;
        font-size: 4.5vw
    }
}

@media screen and (max-width: 768px) {
    .fr-lineup-comparison__data .fr-lineup-comparison__product-name-wrap {
        padding: 21.33333px 0px 19.2px;
        padding: 2.77778vw 0vw 2.5vw
    }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
    .fr-lineup-comparison__data .fr-lineup-comparison__product-name-wrap {
        padding: 10px 0px 9px;
        padding: 2.77778vw 0vw 2.5vw
    }
}

@media screen and (max-width: 768px) {
    .fr-lineup-comparison__data .fr-lineup-comparison__product-name-wrap .s-btn-text-underline {
        font-size: 25.6px;
        font-size: 3.33333vw
    }

    html[lang^="th"] .fr-lineup-comparison__data .fr-lineup-comparison__product-name-wrap .s-btn-text-underline {
        font-size: 34.56px;
        font-size: 4.5vw
    }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
    .fr-lineup-comparison__data .fr-lineup-comparison__product-name-wrap .s-btn-text-underline {
        font-size: 12px;
        font-size: 3.33333vw
    }

    html[lang^="th"] .fr-lineup-comparison__data .fr-lineup-comparison__product-name-wrap .s-btn-text-underline {
        font-size: 16.2px;
        font-size: 4.5vw
    }
}

@media screen and (max-width: 768px) {
    .fr-lineup-comparison__data .fr-lineup-comparison__spec-list>li:nth-child(n+6) {
        display: none
    }

    .fr-lineup-comparison--see-more .fr-lineup-comparison__data .fr-lineup-comparison__spec-list>li:nth-child(n+6) {
        display: block
    }

    .fr-lineup-comparison__data .fr-lineup-comparison__spec-text {
        width: 213.33333px;
        width: 27.77778vw;
        padding: 12.8px 0px;
        padding: 1.66667vw 0vw;
        font-size: 23.46667px;
        font-size: 3.05556vw
    }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
    .fr-lineup-comparison__data .fr-lineup-comparison__spec-text {
        width: 100px;
        width: 27.77778vw
    }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
    .fr-lineup-comparison__data .fr-lineup-comparison__spec-text {
        padding: 6px 0px;
        padding: 1.66667vw 0vw
    }
}

@media screen and (max-width: 768px) {
    html[lang^="th"] .fr-lineup-comparison__data .fr-lineup-comparison__spec-text {
        font-size: 31.68px;
        font-size: 4.125vw
    }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
    .fr-lineup-comparison__data .fr-lineup-comparison__spec-text {
        font-size: 11px;
        font-size: 3.05556vw
    }

    html[lang^="th"] .fr-lineup-comparison__data .fr-lineup-comparison__spec-text {
        font-size: 14.85px;
        font-size: 4.125vw
    }
}

@media screen and (max-width: 768px) {
    .fr-lineup-comparison__data-cta {
        width: 213.33333px;
        width: 27.77778vw
    }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
    .fr-lineup-comparison__data-cta {
        width: 100px;
        width: 27.77778vw
    }
}

@media screen and (max-width: 768px) {
    .fr-lineup-comparison__data-cta-wrap {
        margin-top: 32px;
        margin-top: 4.16667vw;
        padding-bottom: 53.33333px;
        padding-bottom: 6.94444vw
    }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
    .fr-lineup-comparison__data-cta-wrap {
        margin-top: 15px;
        margin-top: 4.16667vw
    }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
    .fr-lineup-comparison__data-cta-wrap {
        padding-bottom: 25px;
        padding-bottom: 6.94444vw
    }
}

@media screen and (max-width: 768px) {
    .fr-lineup-comparison__data-cta .s-btn-encased {
        margin: 0;
        padding-left: 38.4px;
        padding-left: 5vw;
        padding-right: 38.4px;
        padding-right: 5vw;
        font-size: 25.6px;
        font-size: 3.33333vw;
        letter-spacing: 2.13333px;
        letter-spacing: .27778vw
    }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
    .fr-lineup-comparison__data-cta .s-btn-encased {
        padding-left: 18px;
        padding-left: 5vw
    }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
    .fr-lineup-comparison__data-cta .s-btn-encased {
        padding-right: 18px;
        padding-right: 5vw
    }
}

@media screen and (max-width: 768px) {
    html[lang^="th"] .fr-lineup-comparison__data-cta .s-btn-encased {
        font-size: 34.56px;
        font-size: 4.5vw
    }
}

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

    html[lang^="th"] .fr-lineup-comparison__data-cta .s-btn-encased {
        font-size: 16.2px;
        font-size: 4.5vw
    }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
    .fr-lineup-comparison__data-cta .s-btn-encased {
        letter-spacing: 1px;
        letter-spacing: .27778vw
    }
}

@media screen and (max-width: 768px) {
    .fr-lineup-comparison__data-cta .s-btn-encased.s-ico-new-window {
        padding-right: 68.26667px;
        padding-right: 8.88889vw
    }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
    .fr-lineup-comparison__data-cta .s-btn-encased.s-ico-new-window {
        padding-right: 32px;
        padding-right: 8.88889vw
    }
}

@media screen and (max-width: 768px) {
    .fr-lineup-comparison__data-cta .s-btn-encased.s-ico-new-window:after {
        right: 27.73333px;
        right: 3.61111vw
    }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
    .fr-lineup-comparison__data-cta .s-btn-encased.s-ico-new-window:after {
        right: 13px;
        right: 3.61111vw
    }
}

@media screen and (max-width: 768px) {
    .fr-lineup-comparison__data-cta .s-btn-encased.s-btn-multiline {
        height: 68.26667px;
        height: 8.88889vw;
        padding: 4.26667px 17.06667px;
        padding: .55556vw 2.22222vw
    }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
    .fr-lineup-comparison__data-cta .s-btn-encased.s-btn-multiline {
        height: 32px;
        height: 8.88889vw
    }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
    .fr-lineup-comparison__data-cta .s-btn-encased.s-btn-multiline {
        padding: 2px 8px;
        padding: .55556vw 2.22222vw
    }
}

@media screen and (max-width: 768px) {
    .fr-lineup-comparison__data-cta .s-btn-encased.s-btn-multiline .s-btn-multiline__text {
        min-width: 106.66667px;
        min-width: 13.88889vw;
        max-height: 2.32em;
        font-size: 21.33333px;
        font-size: 2.77778vw;
        line-height: 1.16
    }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
    .fr-lineup-comparison__data-cta .s-btn-encased.s-btn-multiline .s-btn-multiline__text {
        min-width: 50px;
        min-width: 13.88889vw
    }
}

@media screen and (max-width: 768px) {
    html[lang^="th"] .fr-lineup-comparison__data-cta .s-btn-encased.s-btn-multiline .s-btn-multiline__text {
        font-size: 28.8px;
        font-size: 3.75vw
    }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
    .fr-lineup-comparison__data-cta .s-btn-encased.s-btn-multiline .s-btn-multiline__text {
        font-size: 10px;
        font-size: 2.77778vw
    }

    html[lang^="th"] .fr-lineup-comparison__data-cta .s-btn-encased.s-btn-multiline .s-btn-multiline__text {
        font-size: 13.5px;
        font-size: 3.75vw
    }
}

@media screen and (max-width: 768px) {
    html[lang^="th"] .fr-lineup-comparison__data-cta .s-btn-encased.s-btn-multiline .s-btn-multiline__text {
        line-height: .87
    }

    html[lang^="my"] .fr-lineup-comparison__data-cta .s-btn-encased.s-btn-multiline .s-btn-multiline__text {
        line-height: 1.4
    }

    .fr-lineup-comparison__data-cta .s-btn-encased.s-btn-multiline.s-ico-new-window .s-btn-multiline__text {
        padding-right: 34.13333px;
        padding-right: 4.44444vw
    }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
    .fr-lineup-comparison__data-cta .s-btn-encased.s-btn-multiline.s-ico-new-window .s-btn-multiline__text {
        padding-right: 16px;
        padding-right: 4.44444vw
    }
}

@media screen and (max-width: 768px) {
    .fr-lineup-comparison__data-cta .s-btn-encased.s-btn-multiline.s-ico-new-window:after {
        margin-left: -23.46667px;
        margin-left: -3.05556vw
    }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
    .fr-lineup-comparison__data-cta .s-btn-encased.s-btn-multiline.s-ico-new-window:after {
        margin-left: -11px;
        margin-left: -3.05556vw
    }
}

@media screen and (max-width: 768px) {
    .fr-lineup-comparison__seemore {
        display: block
    }

    .fr-lineup-comparison__seemore-cta {
        display: block;
        width: 100%;
        min-height: 85.33333px;
        min-height: 11.11111vw;
        margin-top: -1px;
        padding: 12.8px 38.4px;
        padding: 1.66667vw 5vw;
        border-top: 1px solid #d5d5d5;
        border-bottom: 1px solid #d5d5d5;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        font-size: 25.6px;
        font-size: 3.33333vw;
        font-weight: bold;
        color: #000;
        letter-spacing: 0.1em;
        text-transform: uppercase;
        text-align: center
    }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
    .fr-lineup-comparison__seemore-cta {
        min-height: 40px;
        min-height: 11.11111vw
    }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
    .fr-lineup-comparison__seemore-cta {
        padding: 6px 18px;
        padding: 1.66667vw 5vw
    }
}

@media screen and (max-width: 768px) {
    html[lang^="th"] .fr-lineup-comparison__seemore-cta {
        font-size: 34.56px;
        font-size: 4.5vw
    }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
    .fr-lineup-comparison__seemore-cta {
        font-size: 12px;
        font-size: 3.33333vw
    }

    html[lang^="th"] .fr-lineup-comparison__seemore-cta {
        font-size: 16.2px;
        font-size: 4.5vw
    }
}

@media screen and (max-width: 768px) {
    .fr-lineup-comparison__seemore-cta:after {
        display: inline-block;
        width: 25.6px;
        width: 3.33333vw;
        height: 25.6px;
        height: 3.33333vw;
        margin-top: -6.4px;
        margin-top: -.83333vw;
        margin-left: 10.66667px;
        margin-left: 1.38889vw;
        background-image: url(../../../../../../../etc.clientlibs/samsung/clientlibs/us/usglobal/clientlib-dependencies/resources/imgs/svg-btn-arw-down-black.svg);
        background-position: 0 0;
        background-repeat: no-repeat;
        background-size: 100% 100%;
        vertical-align: middle;
        content: ''
    }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
    .fr-lineup-comparison__seemore-cta:after {
        width: 12px;
        width: 3.33333vw
    }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
    .fr-lineup-comparison__seemore-cta:after {
        height: 12px;
        height: 3.33333vw
    }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
    .fr-lineup-comparison__seemore-cta:after {
        margin-top: -3px;
        margin-top: -.83333vw
    }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
    .fr-lineup-comparison__seemore-cta:after {
        margin-left: 5px;
        margin-left: 1.38889vw
    }
}

@media screen and (max-width: 768px) {
    .fr-lineup-comparison--see-more .fr-lineup-comparison__seemore-cta:after {
        background-image: url(../../../../../../../etc.clientlibs/samsung/clientlibs/us/usglobal/clientlib-dependencies/resources/imgs/svg-btn-arw-up-black.svg)
    }

    .fr-lineup-comparison__disclaimer {
        margin-top: 57.6px;
        margin-top: 7.5vw;
        padding: 0px 12.8px;
        padding: 0vw 1.66667vw;
        font-size: 21.33333px;
        font-size: 2.77778vw
    }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
    .fr-lineup-comparison__disclaimer {
        margin-top: 27px;
        margin-top: 7.5vw
    }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
    .fr-lineup-comparison__disclaimer {
        padding: 0px 6px;
        padding: 0vw 1.66667vw
    }
}

@media screen and (max-width: 768px) {
    html[lang^="th"] .fr-lineup-comparison__disclaimer {
        font-size: 28.8px;
        font-size: 3.75vw
    }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
    .fr-lineup-comparison__disclaimer {
        font-size: 10px;
        font-size: 2.77778vw
    }

    html[lang^="th"] .fr-lineup-comparison__disclaimer {
        font-size: 13.5px;
        font-size: 3.75vw
    }
}

@media screen and (max-width: 768px) {
    .fr-lineup-comparison--buffer-top {
        margin-top: 93.86667px;
        margin-top: 12.22222vw
    }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
    .fr-lineup-comparison--buffer-top {
        margin-top: 44px;
        margin-top: 12.22222vw
    }
}

@media screen and (max-width: 768px) {
    .fr-lineup-comparison--buffer-bottom {
        margin-bottom: 93.86667px;
        margin-bottom: 12.22222vw
    }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
    .fr-lineup-comparison--buffer-bottom {
        margin-bottom: 44px;
        margin-bottom: 12.22222vw
    }
}

@media screen and (max-width: 768px) {
    .fr-lineup-comparison--bg-dark-gray .fr-lineup-comparison__category-tooltip-cta {
        background-image: url(../../../../../../../etc.clientlibs/samsung/clientlibs/us/usglobal/clientlib-dependencies/resources/imgs/ico-m-tooltip-white-off.png)
    }

    .fr-lineup-comparison--bg-dark-gray .is-tooltip-hover .fr-lineup-comparison__category-tooltip-cta,
    .fr-lineup-comparison--bg-dark-gray .is-tooltip-click .fr-lineup-comparison__category-tooltip-cta {
        background-image: url(../../../../../../../etc.clientlibs/samsung/clientlibs/us/usglobal/clientlib-dependencies/resources/imgs/ico-m-tooltip-white-on.png)
    }

    .fr-lineup-comparison--bg-dark-gray .fr-lineup-comparison__seemore-cta {
        border-top-color: #777a7f;
        border-bottom-color: #777a7f;
        color: #fff
    }

    .fr-lineup-comparison--bg-dark-gray .fr-lineup-comparison__seemore-cta:after {
        background-image: url(../../../../../../../etc.clientlibs/samsung/clientlibs/us/usglobal/clientlib-dependencies/resources/imgs/svg-btn-arw-down-white.svg)
    }

    .fr-lineup-comparison--bg-dark-gray .fr-lineup-comparison--see-more .fr-lineup-comparison__seemore-cta:after {
        background-image: url(../../../../../../../etc.clientlibs/samsung/clientlibs/us/usglobal/clientlib-dependencies/resources/imgs/svg-btn-arw-up-white.svg)
    }

    .fr-lineup-comparison--bg-black .fr-lineup-comparison__category-tooltip-cta {
        background-image: url(../../../../../../../etc.clientlibs/samsung/clientlibs/us/usglobal/clientlib-dependencies/resources/imgs/ico-m-tooltip-white-off.png)
    }

    .fr-lineup-comparison--bg-black .is-tooltip-hover .fr-lineup-comparison__category-tooltip-cta,
    .fr-lineup-comparison--bg-black .is-tooltip-click .fr-lineup-comparison__category-tooltip-cta {
        background-image: url(../../../../../../../etc.clientlibs/samsung/clientlibs/us/usglobal/clientlib-dependencies/resources/imgs/ico-m-tooltip-white-on.png)
    }

    .fr-lineup-comparison--bg-black .fr-lineup-comparison__seemore-cta {
        border-top-color: #4d4d4d;
        border-bottom-color: #4d4d4d;
        color: #fff
    }

    .fr-lineup-comparison--bg-black .fr-lineup-comparison__seemore-cta:after {
        background-image: url(../../../../../../../etc.clientlibs/samsung/clientlibs/us/usglobal/clientlib-dependencies/resources/imgs/svg-btn-arw-down-white.svg)
    }

    .fr-lineup-comparison--bg-black .fr-lineup-comparison--see-more .fr-lineup-comparison__seemore-cta:after {
        background-image: url(../../../../../../../etc.clientlibs/samsung/clientlibs/us/usglobal/clientlib-dependencies/resources/imgs/svg-btn-arw-up-white.svg)
    }
}
.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%
    }
}
.multi-column-container {
    padding: 50px 0px
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.multi-column {
    background-color: white
}
.sg-g-offer-card-count-down__section .slick-next, .sg-g-offer-card-count-down__section .slick-prev {
    height: 20px;
    padding: 0
}

.sg-g-offer-card-count-down__section .slick-next:before, .sg-g-offer-card-count-down__section .slick-next:after, .sg-g-offer-card-count-down__section .slick-prev:before, .sg-g-offer-card-count-down__section .slick-prev:after {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.sg-g-offer-card-count-down__section .slick-next:before, .sg-g-offer-card-count-down__section .slick-prev:before {
    font-size: 30px;
    line-height: 30px;
    z-index: 2;
    color: #fff;
    font-family: SamsungOne;
    font-weight: 400
}

.sg-g-offer-card-count-down__section .slick-next:after, .sg-g-offer-card-count-down__section .slick-prev:after {
    width: 40px;
    height: 40px;
    background-color: #bbb;
    z-index: 1;
    content: ''
}

.sg-g-offer-card-count-down__section .slick-prev:before {
    content: '<'
}

.sg-g-offer-card-count-down__section .slick-next:before {
    content: '>'
}

.sg-g-offer-card-count-down__section_container {
    position: relative;
    max-width: 1440px;
    margin: auto
}

.sg-g-offer-card-count-down__section_container .sg-g-offer-card-count-down__background {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -2
}

.sg-g-offer-card-count-down__section_container .sg-g-offer-card-count-down__background img {
    width: 100%;
    height: 100%
}

.sg-g-offer-card-count-down__section {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    -js-display: flex;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    max-width: 1440px;
    -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;
    margin: auto;
    background-color: transparent;
    position: relative
}

@media (max-width: 768px) {
    .sg-g-offer-card-count-down__section {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 40px 8px
    }

    .sg-g-offer-card-count-down__section div.sg-g-offer-card-count-down__content, .sg-g-offer-card-count-down__section div.sg-g-offer-card-count-down__content_expire {
        width: 100%
    }
}

.sg-g-offer-card-count-down__section .sg-g-offer-card-count-down__content, .sg-g-offer-card-count-down__section .sg-g-offer-card-count-down__content_expire {
    text-align: left;
    width: 55%;
    padding: 0 28px 0 42px;
    color: #000
}

@media (min-width: 1441px) {
    .sg-g-offer-card-count-down__section .sg-g-offer-card-count-down__content, .sg-g-offer-card-count-down__section .sg-g-offer-card-count-down__content_expire {
        margin: 40px 3% 40px 180px;
        width: 580px
    }
}

.sg-g-offer-card-count-down__section .sg-g-offer-card-count-down__content .sg-g-offer-card-count-down__content-eyebrow, .sg-g-offer-card-count-down__section .sg-g-offer-card-count-down__content_expire .sg-g-offer-card-count-down__content-eyebrow {
    font-family: "SamsungSansSharp";
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    text-align: left;
    margin-bottom: 8px;
    color: #00B3E3
}

@media (max-width: 768px) {
    .sg-g-offer-card-count-down__section .sg-g-offer-card-count-down__content .sg-g-offer-card-count-down__content-eyebrow, .sg-g-offer-card-count-down__section .sg-g-offer-card-count-down__content_expire .sg-g-offer-card-count-down__content-eyebrow {
        text-align: center;
        font-size: 14px;
        margin-bottom: 15px
    }
}

.sg-g-offer-card-count-down__section .sg-g-offer-card-count-down__content .sg-g-offer-card-count-down__content-headline, .sg-g-offer-card-count-down__section .sg-g-offer-card-count-down__content_expire .sg-g-offer-card-count-down__content-headline {
    font-family: "SamsungSansSharp";
    font-weight: 700;
    font-size: 32px;
    line-height: 40px;
    letter-spacing: 0.6px;
    text-align: left;
    margin: 0 0 19px
}

@media (max-width: 768px) {
    .sg-g-offer-card-count-down__section .sg-g-offer-card-count-down__content .sg-g-offer-card-count-down__content-headline, .sg-g-offer-card-count-down__section .sg-g-offer-card-count-down__content_expire .sg-g-offer-card-count-down__content-headline {
        text-align: center;
        font-size: 18px;
        line-height: 1.27;
        margin: 0 0 2px
    }
}

.sg-g-offer-card-count-down__section .sg-g-offer-card-count-down__content .sg-g-offer-card-count-down__content-subHeadline, .sg-g-offer-card-count-down__section .sg-g-offer-card-count-down__content_expire .sg-g-offer-card-count-down__content-subHeadline {
    font-family: 'SamsungOne';
    font-size: 16px;
    line-height: 19px;
    letter-spacing: normal;
    text-align: left
}

.sg-g-offer-card-count-down__section .sg-g-offer-card-count-down__content .sg-g-offer-card-count-down__content-subHeadline sup, .sg-g-offer-card-count-down__section .sg-g-offer-card-count-down__content_expire .sg-g-offer-card-count-down__content-subHeadline sup {
    top: -5px
}

@media (max-width: 768px) {
    .sg-g-offer-card-count-down__section .sg-g-offer-card-count-down__content .sg-g-offer-card-count-down__content-subHeadline, .sg-g-offer-card-count-down__section .sg-g-offer-card-count-down__content_expire .sg-g-offer-card-count-down__content-subHeadline {
        text-align: center;
        font-size: 12px;
        line-height: 1.29;
        margin: 0 0 10px
    }
}

.sg-g-offer-card-count-down__section .sg-g-offer-card-count-down__content .sg-g-offer-card-count-down__content-subHeadline .sg-g-offer-card-count-down__content_origin_price, .sg-g-offer-card-count-down__section .sg-g-offer-card-count-down__content_expire .sg-g-offer-card-count-down__content-subHeadline .sg-g-offer-card-count-down__content_origin_price {
    text-decoration: line-through
}

.sg-g-offer-card-count-down__section .sg-g-offer-card-count-down__content {
    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
}

.sg-g-offer-card-count-down__section .sg-g-offer-card-count-down__content .sg-g-offer-card-count-down__card-ctas-order-count {
    color: #1428A0;
    font-family: 'SamsungOne700'
}

.sg-g-offer-card-count-down__section .sg-g-offer-card-count-down__content .sg-g-offer-card-count-down__content-count {
    padding: 21px 0 29px
}

@media (max-width: 768px) {
    .sg-g-offer-card-count-down__section .sg-g-offer-card-count-down__content .sg-g-offer-card-count-down__content-count {
        margin: auto;
        max-width: none;
        width: 80%
    }
}

.sg-g-offer-card-count-down__section .sg-g-offer-card-count-down__content .sg-g-offer-card-count-down__card {
    position: relative;
    text-align: center;
    display: inline-block;
    padding: 0 5px
}

@media (max-width: 768px) {
    .sg-g-offer-card-count-down__section .sg-g-offer-card-count-down__content .sg-g-offer-card-count-down__card {
        width: 22%
    }
}

.sg-g-offer-card-count-down__section .sg-g-offer-card-count-down__content .sg-g-offer-card-count-down__card:first-child {
    padding-left: 0
}

@media (min-width: 769px) {
    .sg-g-offer-card-count-down__section .sg-g-offer-card-count-down__content .sg-g-offer-card-count-down__card:last-child {
        padding-right: 0
    }
}

.sg-g-offer-card-count-down__section .sg-g-offer-card-count-down__content .sg-g-offer-card-count-down__card:last-child:after {
    content: ''
}

.sg-g-offer-card-count-down__section .sg-g-offer-card-count-down__content .sg-g-offer-card-count-down__card:after {
    content: ':';
    position: absolute;
    top: 10%;
    right: -12%;
    font-size: 42px;
    font-weight: 800
}

@media (min-width: 769px) {
    .sg-g-offer-card-count-down__section .sg-g-offer-card-count-down__content .sg-g-offer-card-count-down__card:after {
        font-size: 32px;
        top: -8px
    }
}

@media (max-width: 768px) {
    .sg-g-offer-card-count-down__section .sg-g-offer-card-count-down__content .sg-g-offer-card-count-down__card:after {
        top: -13%;
        right: -9%;
        font-size: 28px
    }
}

.sg-g-offer-card-count-down__section .sg-g-offer-card-count-down__content .sg-g-offer-card-count-down__card-number {
    font-family: "SamsungSansSharp";
    font-size: 28px;
    font-weight: bold;
    letter-spacing: 2.73px
}

@media (min-width: 769px) and (max-width: 834px) {
    .sg-g-offer-card-count-down__section .sg-g-offer-card-count-down__content .sg-g-offer-card-count-down__card-number {
        font-size: 29.5px !important
    }
}

@media (min-width: 769px) {
    .sg-g-offer-card-count-down__section .sg-g-offer-card-count-down__content .sg-g-offer-card-count-down__card-number {
        font-size: 28px
    }
}

.sg-g-offer-card-count-down__section .sg-g-offer-card-count-down__content .sg-g-offer-card-count-down__card-unit {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 17.5px;
    letter-spacing: 2.6px;
    text-align: left;
    margin-top: 10px
}

.sg-g-offer-card-count-down__section .sg-g-offer-card-count-down__content .sg-g-offer-card-count-down__card-unit .visible-sm-block {
    font-size: 12px;
    text-align: center
}

.sg-g-offer-card-count-down__section .sg-g-offer-card-count-down__content .sg-g-offer-card-count-down__card-unit .visible-lg-block {
    text-align: center;
    font-family: SamsungOneLatinWeb;
    font-size: 10px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: .5px
}

.sg-g-offer-card-count-down__section .sg-g-offer-card-count-down__content .sg-g-offer-card-count-down__card-ctas {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    -js-display: flex;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    text-align: left;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: 'SamsungOne700'
}

@media (max-width: 768px) {
    .sg-g-offer-card-count-down__section .sg-g-offer-card-count-down__content .sg-g-offer-card-count-down__card-ctas {
        text-align: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

.sg-g-offer-card-count-down__section .sg-g-offer-card-count-down__content .sg-g-offer-card-count-down__card-ctas.hide-remain-count .sg-g-offer-card-count-down__card-ctas-order-count {
    visibility: hidden
}

.sg-g-offer-card-count-down__section .sg-g-offer-card-count-down__content .sg-g-offer-card-count-down__card-ctas .cta-button {
    height: 40px;
    width: 173px;
    background-color: #1428A0;
    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;
    font-size: 12px;
    letter-spacing: 2.4px;
    color: #fff
}

.sg-g-offer-card-count-down__section .sg-g-offer-card-count-down__content .sg-g-offer-card-count-down__card-ctas .cta-button.disabled {
    cursor: pointer
}

.sg-g-offer-card-count-down__section .sg-g-offer-card-count-down__content .sg-g-offer-card-count-down__card-ctas .sg-g-offer-card-count-down__card-ctas-order-count {
    margin-left: 53px;
    font-size: 16px
}

.sg-g-offer-card-count-down__section .sg-g-offer-card-count-down__content_expire {
    display: none
}

.sg-g-offer-card-count-down__section .sg-g-offer-card-count-down__image {
    width: 45%;
    padding: 10px;
    text-align: left
}

@media (max-width: 768px) {
    .sg-g-offer-card-count-down__section .sg-g-offer-card-count-down__image {
        width: 100%;
        text-align: center
    }
}

.sg-g-offer-card-count-down__section .sg-g-offer-card-count-down__image img {
    width: 100%;
    height: 100%;
    max-width: 350px;
    max-height: 350px;
    margin: auto
}

@media (max-width: 768px) {
    .sg-g-offer-card-count-down__section .sg-g-offer-card-count-down__image img {
        width: 100%;
        height: 100%;
        max-width: 260px;
        max-height: 260px;
        margin: auto
    }
}
.disclaimer {
    background: #f5f5f5;
    overflow: hidden
}

.disclaimer__row {
    margin-bottom: 10px
}

.disclaimer__show {
    margin-bottom: 10px
}

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

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

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

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

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

.disclaimer a:hover {
    cursor: pointer
}

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

.disclaimer__inner sup {
    font-size: 0.7em
}

.disclaimer__inner b {
    font-weight: 700
}

.disclaimer__inner i {
    font-style: italic
}

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

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

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

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

.disclaimer__accordian__container {
    margin-bottom: 10px
}

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

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

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

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

.show .disclaimer__accordian__body {
    display: block;
    height: auto;
    margin-bottom: 10px
}
.sg-g-countdown-banner .dark-theme .sg-g-countdown-banner__card-number, .sg-g-countdown-banner .dark-theme .sg-g-countdown-banner__card-unit {
    color: #fff;
  }
  
  .sg-g-countdown-banner .dark-theme .sg-g-countdown-banner__card:after {
    color: #fff;
  }
  
  @media (max-width: 768px) {
    .visible-lg-block {
      display: none !important;
    }
  }
  
  @media (min-width: 769px) {
    .visible-sm-block {
      display: none !important;
    }
  }
  
  .sg-g-countdown-banner__card {
    position: relative;
    text-align: center;
    display: inline-block;
    padding: 0 1.7%;
    margin-top: 3%;
  }
  
  @media (max-width: 768px) {
    .sg-g-countdown-banner__card {
      width: 16%;
    }
  }
  
  @media (min-width: 769px) {
    .sg-g-countdown-banner__card:last-child {
      padding-right: 0;
    }
  }
  
  .sg-g-countdown-banner__card:last-child:after {
    content: '';
  }
  
  .sg-g-countdown-banner__card:after {
    content: ':';
    position: absolute;
    top: -2px;
    right: -4%;
    font-size: 24px;
    font-weight: bold;
    letter-spacing: -0.24px;
    line-height: 30px;
    width: 5px;
  }
  
  @media (min-width: 769px) {
    .sg-g-countdown-banner__card:after {
      font-size: 24px;
      font-weight: bold;
      letter-spacing: -0.24px;
      line-height: 30px;
      top: 4px;
    }
  }
  
  .sg-g-countdown-banner__card-number {
    font-family: "SamsungSansSharp";
    font-size: 32px;
    font-size: 6vw;
    font-weight: bold;
    letter-spacing: 4.6px;
  }
  
  @media (min-width: 769px) {
    .sg-g-countdown-banner__card-number {
      font-size: 32px;
    }
  }
  
  .sg-g-countdown-banner__card-unit {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 12px;
    text-align: left;
    margin-top: 5px;
  }
  
  .sg-g-countdown-banner__card-unit .visible-sm-block {
    font-size: 32px;
    font-size: 2.5vw;
    text-align: center;
  }
  
  .sg-g-countdown-banner__card-unit .visible-lg-block {
    text-align: center;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    font-family: SamsungOne;
    font-size: 12px;
    letter-spacing: -0.12px;
    line-height: 14px;
  }
  
  .sg-g-countdown-banner-signup__wrap {
    text-align: center;
    position: relative;
    padding: 60px 80px;
  }
  
  @media (max-width: 768px) {
    .sg-g-countdown-banner-signup__wrap {
      padding: 10% 11%;
    }
  }
  
  .sg-g-countdown-banner-signup__wrap__headline {
    font-size: 20px;
    font-family: SamsungSansSharp;
    font-weight: 700;
    margin-bottom: 5%;
  }
  
  .sg-g-countdown-banner-signup__wrap__form {
    margin-bottom: 2%;
  }
  
  .sg-g-countdown-banner-signup__wrap__form__input {
    padding: 20px 0;
  }
  
  @media (max-width: 768px) {
    .sg-g-countdown-banner-signup__wrap__form__input {
      padding: 15px 0;
    }
  }
  
  .sg-g-countdown-banner-signup__wrap__form input[type="text"] {
    font-size: 14px;
    height: 48px;
    padding-left: 20px;
    font-weight: 400;
    font-family: 'SamsungOneLatinWeb', 'SamsungSans', 'Interface_bd', Arial, Helvetica, 'San-Serif';
    width: 100%;
    border: 0.5px solid rgba(0, 0, 0, 0.3);
  }
  
  .sg-g-countdown-banner-signup__wrap__form input[type="tel"] {
    font-size: 14px;
    height: 48px;
    padding-left: 20px;
    font-weight: 400;
    font-family: 'SamsungOneLatinWeb', 'SamsungSans', 'Interface_bd', Arial, Helvetica, 'San-Serif';
    width: 100%;
    border: 0.5px solid rgba(0, 0, 0, 0.3);
  }
  
  .sg-g-countdown-banner-signup__wrap__form__disclaimer {
    font-size: 14px;
    font-weight: normal;
    line-height: 1.5;
    text-align: left;
  }
  
  .sg-g-countdown-banner-signup__wrap__form__disclaimer input {
    margin-right: 5px;
    height: auto;
    width: auto;
  }
  
  @media (max-width: 768px) {
    .sg-g-countdown-banner-signup__wrap__form__disclaimer {
      text-align: left;
      font-size: 12px;
      font-size: 3.33vw;
      line-height: 1.67;
      padding: 15px 0;
    }
  }
  
  .sg-g-countdown-banner-signup__wrap__disclaimer {
    font-size: 14px;
  }
  
  .sg-g-countdown-banner-signup__wrap__disclaimer a {
    color: #1428a0;
    text-decoration: underline;
    line-height: 150%;
    letter-spacing: 1.2px;
  }
  
  .sg-g-countdown-banner-signup__wrap .cta-button.blue-btn {
    color: #fff !important;
    background-color: #1428a0;
    vertical-align: middle;
    border: none;
  }
  
  .sg-g-countdown-banner-signup__wrap .cta-button.blue-btn:hover {
    background-color: #0b175c;
  }
  
  .sg-g-countdown-banner-signup__error {
    color: #dc2222;
    font-size: 12px;
  }
  
  .sg-g-countdown-banner-signup__cta-button {
    font-size: 10px;
    letter-spacing: 1.5px;
    margin: 10px;
    padding: 16px 38px 15px 38px;
  }
  
  @media (min-width: 769px) {
    .sg-g-countdown-banner-signup__cta-button {
      font-size: 11px;
      letter-spacing: 1.7px;
      padding: 16px 57px 15px 59px;
      font-weight: 700;
    }
  }
  
  .sg-g-countdown-banner-signup__success {
    text-align: center;
  }
  
  .sg-g-countdown-banner-signup__success .checkmark-success {
    font-size: 20px;
    font-family: SamsungSansSharp;
    font-weight: 700;
    margin-bottom: 5%;
  }
  
  .sg-g-countdown-banner-signup__success .checkmark {
    display: block;
    border: solid 2px #a6a6a6;
    height: 112px;
    width: 112px;
    -webkit-border-radius: 112px;
    border-radius: 112px;
    margin: 60px auto 30px;
  }
  
  @media (min-width: 769px) {
    .sg-g-countdown-banner-signup__success .checkmark {
      height: 65px;
      width: 65px;
      -webkit-border-radius: 50px;
      border-radius: 50px;
    }
  }
  
  .sg-g-countdown-banner-signup__success .checkmark:after {
    content: '';
    display: block;
    width: 28px;
    height: 60px;
    border: solid #1428a0;
    border-width: 0 5px 5px 0;
    margin: 13% 34%;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  
  @media (min-width: 769px) {
    .sg-g-countdown-banner-signup__success .checkmark:after {
      width: 16px;
      height: 36px;
      margin: 13% 34%;
    }
  }
  
  .sg-g-countdown-promo-container .sg-g-comp-count-banner {
    width: 50%;
    position: relative;
    margin: 0 6px;
    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 (max-width: 768px) {
    .sg-g-countdown-promo-container .sg-g-comp-count-banner {
      width: auto;
      margin: 5px 6px;
    }
  }
  
  .sg-g-countdown-promo-container.large-card .sg-g-comp-count-banner {
    width: 100%;
  }
  
  .upcoming-promo-card {
    background-color: #f8f8f8;
  }
  
  .upcoming-promo-card.back-ground-image {
    background-color: transparent;
  }
  
  .upcoming-promo-card.back-ground-image picture.back-ground-image {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
  }
  
  .upcoming-promo-card.imageRight {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    -js-display: flex;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  
  .upcoming-promo-card.imageRight .upcoming-promo-card__container.imageRight {
    width: 60%;
  }
  
  .upcoming-promo-card.imageRight .upcoming-promo-card__container.imageRight .upcoming-promo-card__container__title {
    font-size: 28px;
    text-align: left;
  }
  
  .upcoming-promo-card.imageRight .upcoming-promo-card__container.imageRight .upcoming-promo-card__container__desc {
    font-size: 12px;
    max-width: 70%;
    text-align: left;
    margin-left: 10%;
  }
  
  .upcoming-promo-card.imageRight .upcoming-promo-card__container.imageRight .upcoming-promo-card__container__btn-wrap {
    text-align: left;
    width: 167%;
  }
  
  @media (max-width: 768px) {
    .upcoming-promo-card.imageRight .upcoming-promo-card__container.imageRight .upcoming-promo-card__container__btn-wrap {
      margin-left: auto;
      text-align: center;
      width: 167%;
    }
  }
  
  .upcoming-promo-card.imageRight .upcoming-promo-card__container.imageRight .upcoming-promo-card__container__btn-wrap .cta-button {
    font-size: 14px;
    display: block;
    width: -webkit-fit-content;
    width: fit-content;
    margin-right: auto;
    margin-left: auto;
  }
  
  .upcoming-promo-card.imageRight .upcoming-promo-card__container.imageRight .upcoming-promo-card__content-count {
    width: 80%;
  }
  
  @media (max-width: 768px) {
    .upcoming-promo-card.imageRight .upcoming-promo-card__container.imageRight .upcoming-promo-card__content-count {
      width: 167%;
      margin-top: 25px;
    }
  }
  
  .upcoming-promo-card.imageRight .upcoming-promo-card__container.imageRight .upcoming-promo-card__content-count__card-number {
    font-size: 32px;
  }
  
  .upcoming-promo-card.imageRight .upcoming-promo-card__container.imageRight .upcoming-promo-card__content-count__card-unit {
    font-size: 12px;
  }
  
  .upcoming-promo-card.imageRight picture.short-image {
    max-width: 40%;
  }
  
  @media (max-width: 768px) {
    .upcoming-promo-card.imageRight picture.short-image {
      max-height: 50%;
      padding-top: 10%;
    }
  }
  
  @media (min-width: 769px) {
    .upcoming-promo-card.imageRight.large-card {
      width: 100%;
      padding: 0 10%;
    }
    .upcoming-promo-card.imageRight.large-card .upcoming-promo-card__container.imageRight .upcoming-promo-card__container__btn-wrap {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      -js-display: flex;
      display: flex;
      margin-top: 40px;
      width: 100%;
    }
    .upcoming-promo-card.imageRight.large-card .upcoming-promo-card__container.imageRight .upcoming-promo-card__container__btn-wrap .upcoming-promo-card__container__btn-wrap__btn-group {
      margin: 0 auto;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      -js-display: flex;
      display: flex;
    }
    .upcoming-promo-card.imageRight.large-card .upcoming-promo-card__container.imageRight .upcoming-promo-card__container__btn-wrap .upcoming-promo-card__container__btn-wrap__btn-group .cta-button {
      margin: 10px;
    }
    .upcoming-promo-card.imageRight.large-card .upcoming-promo-card__container.imageRight .upcoming-promo-card__content-count {
      margin-left: 10%;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      -js-display: flex;
      display: flex;
    }
  }
  
  .upcoming-promo-card.full-image {
    margin-top: auto;
  }
  
  .upcoming-promo-card.short-image {
    height: 100%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    -js-display: flex;
    display: flex;
  }
  
  .upcoming-promo-card__container {
    padding-top: 42px;
    text-align: center;
  }
  
  .upcoming-promo-card__container__logo {
    font-family: SamsungSansSharp;
    font-size: 16px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 1.3px;
    text-align: center;
    color: #0aa0ff;
    margin-bottom: 5px;
  }
  
  .upcoming-promo-card__container__title {
    font-family: SamsungSansSharp;
    font-size: 32px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.25;
    letter-spacing: 0.8px;
    text-align: center;
    max-width: 80%;
    margin: 0 auto 15px;
  }
  
  @media (max-width: 768px) {
    .upcoming-promo-card__container__title {
      font-size: 18px !important;
      font-weight: bold;
      font-style: normal;
      font-stretch: normal;
      line-height: 1.28;
      letter-spacing: 0.5px;
      margin-bottom: 10px;
      text-align: center;
    }
  }
  
  .upcoming-promo-card__container__desc {
    font-family: SamsungOneLatinWeb;
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: center;
    color: #222425;
    margin: 0 auto 15px;
  }
  
  @media (max-width: 768px) {
    .upcoming-promo-card__container__desc {
      font-size: 12px !important;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      line-height: 1.33;
      letter-spacing: normal;
      text-align: center;
      max-width: 60%;
      margin: 0 auto 10px;
    }
  }
  
  .upcoming-promo-card__container__btn-wrap {
    margin-bottom: 39px;
  }
  
  .upcoming-promo-card__container__btn-wrap__cta {
    font-size: 11px;
    letter-spacing: 1.7px;
    padding: 16px 57px 15px 59px;
    font-weight: 700;
  }
  
  @media (max-width: 768px) {
    .upcoming-promo-card__container__btn-wrap__cta {
      font-size: 10px;
      letter-spacing: 1.5px;
      padding: 12px 42px;
    }
  }
  
  .upcoming-promo-card__container__btn-wrap__cta.blue-btn {
    color: #fff !important;
    background-color: #1428a0;
    vertical-align: middle;
    border: none;
  }
  
  .upcoming-promo-card__container__btn-wrap__cta.blue-btn:hover {
    background-color: #0b175c;
  }
  
  @media (max-width: 768px) {
    .upcoming-promo-card__container__btn-wrap {
      margin-bottom: 22px;
    }
  }
  
  .upcoming-promo-card__container.full-image {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
  }
  
  .upcoming-promo-card img {
    width: 100%;
    display: block;
  }
  
  .upcoming-promo-card .dark-theme .upcoming-promo-card__content {
    margin-bottom: 25px;
  }
  
  .upcoming-promo-card .dark-theme .upcoming-promo-card__content-headline, .upcoming-promo-card .dark-theme .upcoming-promo-card__content-subHeadline {
    color: #fff;
  }
  
  .upcoming-promo-card .dark-theme .upcoming-promo-card__card-number, .upcoming-promo-card .dark-theme .upcoming-promo-card__card-unit {
    color: #fff;
  }
  
  .upcoming-promo-card .dark-theme .upcoming-promo-card__card:after {
    color: #fff;
  }
  
  @media (max-width: 768px) {
    .visible-lg-block {
      display: none !important;
    }
  }
  
  @media (min-width: 769px) {
    .visible-sm-block {
      display: none !important;
    }
  }
  
  .upcoming-promo-card__card {
    position: relative;
    text-align: center;
    display: inline-block;
    padding: 0 1.7%;
    margin-bottom: 25px;
  }
  
  @media (max-width: 768px) {
    .upcoming-promo-card__card {
      width: 16%;
    }
  }
  
  @media (min-width: 769px) {
    .upcoming-promo-card__card:last-child {
      padding-right: 0;
    }
  }
  
  .upcoming-promo-card__card:last-child:after {
    content: '';
  }
  
  .upcoming-promo-card__card:after {
    content: ':';
    position: absolute;
    top: -3px;
    right: -4%;
    font-size: 20px;
    font-size: 5.83vw;
    font-weight: 800;
  }
  
  @media (min-width: 769px) {
    .upcoming-promo-card__card:after {
      font-size: 32px;
      right: -5%;
      top: -5px;
    }
  }
  
  .upcoming-promo-card__card-number {
    font-family: "SamsungSansSharp";
    font-size: 32px;
    font-size: 6vw;
    font-weight: bold;
    letter-spacing: 4.6px;
  }
  
  @media (min-width: 769px) {
    .upcoming-promo-card__card-number {
      font-size: 32px;
    }
  }
  
  .upcoming-promo-card__card-unit {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 12px;
    text-align: left;
    margin-top: 5px;
  }
  
  .upcoming-promo-card__card-unit .visible-sm-block {
    font-size: 32px;
    font-size: 2.5vw;
    text-align: center;
  }
  
  .upcoming-promo-card__card-unit .visible-lg-block {
    text-align: center;
    font-family: SamsungOneLatinWeb;
    font-size: 10px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0.5px;
  }
  
  .upcoming-promo-card-signup-section__wrap {
    text-align: center;
    position: relative;
    padding: 60px 80px;
  }
  
  @media (max-width: 768px) {
    .upcoming-promo-card-signup-section__wrap {
      padding: 10% 11%;
    }
  }
  
  .upcoming-promo-card-signup-section__wrap__headline {
    font-size: 20px;
    font-family: SamsungSansSharp;
    font-weight: 700;
    margin-bottom: 5%;
  }
  
  .upcoming-promo-card-signup-section__wrap__form {
    margin-bottom: 2%;
  }
  
  .upcoming-promo-card-signup-section__wrap__form__input {
    padding: 20px 0;
  }
  
  @media (max-width: 768px) {
    .upcoming-promo-card-signup-section__wrap__form__input {
      padding: 15px 0;
    }
  }
  
  .upcoming-promo-card-signup-section__wrap__form input[type="text"] {
    font-size: 14px;
    height: 48px;
    padding-left: 20px;
    font-weight: 400;
    font-family: 'SamsungOneLatinWeb', 'SamsungSans', 'Interface_bd', Arial, Helvetica, 'San-Serif';
    width: 100%;
    border: 0.5px solid rgba(0, 0, 0, 0.3);
  }
  
  .upcoming-promo-card-signup-section__wrap__form input[type="tel"] {
    font-size: 14px;
    height: 48px;
    padding-left: 20px;
    font-weight: 400;
    font-family: 'SamsungOneLatinWeb', 'SamsungSans', 'Interface_bd', Arial, Helvetica, 'San-Serif';
    width: 100%;
    border: 0.5px solid rgba(0, 0, 0, 0.3);
  }
  
  .upcoming-promo-card-signup-section__wrap__form__disclaimer {
    font-size: 14px;
    font-weight: normal;
    line-height: 1.5;
    text-align: left;
  }
  
  .upcoming-promo-card-signup-section__wrap__form__disclaimer input {
    margin-right: 5px;
    height: auto;
    width: auto;
  }
  
  @media (max-width: 768px) {
    .upcoming-promo-card-signup-section__wrap__form__disclaimer {
      text-align: left;
      font-size: 12px;
      font-size: 3.33vw;
      line-height: 1.67;
      padding: 15px 0;
    }
  }
  
  .upcoming-promo-card-signup-section__wrap__disclaimer {
    font-size: 14px;
  }
  
  .upcoming-promo-card-signup-section__wrap__disclaimer a {
    color: #1428a0;
    text-decoration: underline;
    line-height: 150%;
    letter-spacing: 1.2px;
  }
  
  .upcoming-promo-card-signup-section__wrap .cta-button.blue-btn {
    color: #fff !important;
    background-color: #1428a0;
    vertical-align: middle;
    border: none;
  }
  
  .upcoming-promo-card-signup-section__wrap .cta-button.blue-btn:hover {
    background-color: #0b175c;
  }
  
  .upcoming-promo-card-signup-section__error {
    color: #dc2222;
    font-size: 12px;
  }
  
  .upcoming-promo-card-signup-section__cta-button {
    font-size: 10px;
    letter-spacing: 1.5px;
    margin: 10px;
    padding: 16px 38px 15px 38px;
  }
  
  @media (min-width: 769px) {
    .upcoming-promo-card-signup-section__cta-button {
      font-size: 11px;
      letter-spacing: 1.7px;
      padding: 16px 57px 15px 59px;
      font-weight: 700;
    }
  }
  
  .upcoming-promo-card-signup-section__success {
    text-align: center;
  }
  
  .upcoming-promo-card-signup-section__success .checkmark-success {
    font-size: 20px;
    font-family: SamsungSansSharp;
    font-weight: 700;
    margin-bottom: 5%;
  }
  
  .upcoming-promo-card-signup-section__success .checkmark {
    display: block;
    border: solid 2px #a6a6a6;
    height: 112px;
    width: 112px;
    -webkit-border-radius: 112px;
    border-radius: 112px;
    margin: 60px auto 30px;
  }
  
  @media (min-width: 769px) {
    .upcoming-promo-card-signup-section__success .checkmark {
      height: 65px;
      width: 65px;
      -webkit-border-radius: 50px;
      border-radius: 50px;
    }
  }
  
  .upcoming-promo-card-signup-section__success .checkmark:after {
    content: '';
    display: block;
    width: 28px;
    height: 60px;
    border: solid #1428a0;
    border-width: 0 5px 5px 0;
    margin: 13% 34%;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  
  @media (min-width: 769px) {
    .upcoming-promo-card-signup-section__success .checkmark:after {
      width: 16px;
      height: 36px;
      margin: 13% 34%;
    }
  }
  
  .sg-g-countdown-banner__hangtype {
    position: absolute;
    left: 0%;
    top: 0px;
    width: 100%;
    height: 100%;
    overflow: hidden;
    pointer-events: none;
    z-index: 9;
    -webkit-transition: width 1s ease, height 1s ease;
    -webkit-transition: width 0.4s ease, height 0.4s ease;
    transition: width 0.4s ease, height 0.4s ease;
  }
  
  .sg-g-countdown-banner__hangtype .badge {
    margin: 0;
    padding: 0;
    color: white;
    font-family: "SamsungSansSharp";
    text-align: center;
    line-height: normal;
    vertical-align: middle;
    background: #ed1b24;
    -webkit-border-bottom-left-radius: 50%;
    border-bottom-left-radius: 50%;
    -webkit-border-bottom-right-radius: 50%;
    border-bottom-right-radius: 50%;
    padding: 0px 15px;
    font-size: 18px;
    width: 90px;
    height: 100px;
    display: table;
  }
  
  .sg-g-countdown-banner__hangtype .badge .hangTagText {
    display: table-cell;
    vertical-align: middle;
  }
  
  @media (min-width: 769px) {
    .sg-g-countdown-banner__hangtype .badge {
      padding: 0px 17px;
      font-size: 28px;
      width: 132px;
      height: 144px;
    }
  }
  
  .sg-g-countdown-banner__hangtype .badge:before {
    right: 100%;
  }
  
  .sg-g-countdown-banner__hangtype .badge:after {
    left: 100%;
  }
  
  .sg-g-countdown-banner__hangtype .badge.sky-blue {
    background: #0077C8;
    color: white;
  }
  
  .sg-g-countdown-banner__hangtype .badge.coral {
    background: #FF4337;
    color: white;
  }
  
  .sg-g-countdown-banner__hangtype .badge.orange {
    background: #fa7901;
    color: white;
  }
  
  .sg-g-countdown-banner__hangtype .badge.sea-blue {
    background: #00B3E3;
    color: #000;
  }
  
  .sg-g-countdown-banner__hangtype .top-right {
    position: absolute;
    top: 0;
    right: 25px;
    -ms-transform-origin: top left;
    -webkit-transform-origin: top left;
    transform-origin: top left;
  }
  
  @media (min-width: 769px) {
    .sg-g-countdown-banner__hangtype .top-right {
      right: 100px;
    }
  }
  
  .sg-g-countdown-banner__image-container {
    position: relative;
  }
  
  .sg-g-countdown-banner__image-container__img {
    width: 100%;
    display: block;
    margin: auto;
  }
  
  .sg-g-countdown-banner__text-block {
    position: absolute;
    width: -webkit-calc(100% - 16px);
    width: calc(100% - 16px);
    display: -ms-grid;
    display: grid;
  }
  
  @media (min-width: 769px) {
    .sg-g-countdown-banner__text-block {
      width: 31%;
    }
  }
  
  @media (min-width: 769px) and (max-width: 1023px) {
    .sg-g-countdown-banner__text-block {
      width: 42%;
    }
  }
  
  @media (min-width: 1024px) and (max-width: 1279px) {
    .sg-g-countdown-banner__text-block {
      width: 35%;
    }
  }
  
  .sg-g-countdown-banner__text-block.dark-theme .sg-g-countdown-banner__text-block__title {
    color: #fff;
  }
  
  .sg-g-countdown-banner__text-block.dark-theme .sg-g-countdown-banner__text-block__description {
    color: #fff;
  }
  
  .sg-g-countdown-banner__text-block.dark-theme .sg-g-countdown-banner__text-block__link {
    color: #fff;
    border-bottom: 1px solid #fff;
  }
  
  .sg-g-countdown-banner__text-block.dark-theme .sg-g-countdown-banner__text-block__link:hover {
    border-bottom-color: #00B3E3;
    color: #00B3E3;
  }
  
  .sg-g-countdown-banner__text-block.dark-theme .sg-g-countdown-banner__text-block__link[target='_blank']:hover {
    border-bottom-color: #00B3E3;
    color: #00B3E3;
    -webkit-transition: color .2s ease-in;
    transition: color .2s ease-in;
  }
  
  .sg-g-countdown-banner__text-block.dark-theme .sg-g-countdown-banner__text-block__link[target='_blank']:hover:after {
    background: url("../../../../../../../etc.clientlibs/samsung/clientlibs/us/common/clientlib-dependencies/resources/images/icons/newwindow-blue.svg") no-repeat;
  }
  
  .sg-g-countdown-banner__text-block.dark-theme .cta-button {
    color: #fff;
    vertical-align: middle;
  }
  
  .sg-g-countdown-banner__text-block.dark-theme .cta-button:hover {
    color: #000;
    background-color: #fff;
  }
  
  .sg-g-countdown-banner__text-block.dark-theme .cta-button.blue-btn {
    color: #fff !important;
    background-color: #1428a0;
    vertical-align: middle;
    border: none;
  }
  
  .sg-g-countdown-banner__text-block.dark-theme .cta-button.blue-btn:hover {
    background-color: #0b175c;
  }
  
  .sg-g-countdown-banner__text-block.dark-theme .cta-button.blue-btn:hover:after {
    background: url("../../../../../../../etc.clientlibs/samsung/clientlibs/us/common/clientlib-dependencies/resources/images/icons/newwindow.svg") no-repeat !important;
  }
  
  .sg-g-countdown-banner__text-block.white-theme .sg-g-countdown-banner__text-block__title {
    color: #000;
  }
  
  .sg-g-countdown-banner__text-block.white-theme .sg-g-countdown-banner__text-block__description {
    color: #000;
  }
  
  .sg-g-countdown-banner__text-block.white-theme .sg-g-countdown-banner__text-block__link {
    color: #000;
    border-bottom: 1px solid #000;
  }
  
  .sg-g-countdown-banner__text-block.white-theme .sg-g-countdown-banner__text-block__link:hover {
    border-bottom-color: #1428A0;
    color: #1428A0;
  }
  
  .sg-g-countdown-banner__text-block.white-theme .sg-g-countdown-banner__text-block__link[target='_blank']:hover {
    border-bottom-color: #1428A0;
    color: #1428A0;
    -webkit-transition: color .2s ease-in;
    transition: color .2s ease-in;
  }
  
  .sg-g-countdown-banner__text-block.white-theme .sg-g-countdown-banner__text-block__link[target='_blank']:hover:after {
    background: url("../../../../../../../etc.clientlibs/samsung/clientlibs/us/common/clientlib-dependencies/resources/images/icons/newwindow-blue.svg") no-repeat;
  }
  
  .sg-g-countdown-banner__text-block.white-theme .cta-button {
    color: #000;
    vertical-align: middle;
  }
  
  .sg-g-countdown-banner__text-block.white-theme .cta-button:hover {
    color: #fff;
    background-color: #000;
  }
  
  .sg-g-countdown-banner__text-block.white-theme .cta-button.blue-btn {
    color: #fff !important;
    background-color: #1428a0;
    vertical-align: middle;
    border: none;
  }
  
  .sg-g-countdown-banner__text-block.white-theme .cta-button.blue-btn:hover {
    background-color: #0b175c;
  }
  
  .sg-g-countdown-banner__text-block.white-theme .cta-button.blue-btn:hover:after {
    background: url("../../../../../../../etc.clientlibs/samsung/clientlibs/us/common/clientlib-dependencies/resources/images/icons/newwindow.svg") no-repeat !important;  }
  
  .sg-g-countdown-banner__text-block.gray-theme .sg-g-countdown-banner__text-block__title {
    color: #000;
  }
  
  .sg-g-countdown-banner__text-block.gray-theme .sg-g-countdown-banner__text-block__description {
    color: #000;
  }
  
  .sg-g-countdown-banner__text-block.gray-theme .sg-g-countdown-banner__text-block__link {
    color: #000;
    border-bottom: 1px solid #000;
  }
  
  .sg-g-countdown-banner__text-block.gray-theme .sg-g-countdown-banner__text-block__link:hover {
    border-bottom-color: #1428A0;
    color: #1428A0;
  }
  
  .sg-g-countdown-banner__text-block.gray-theme .sg-g-countdown-banner__text-block__link[target='_blank']:hover {
    border-bottom-color: #1428A0;
    color: #1428A0;
    -webkit-transition: color .2s ease-in;
    transition: color .2s ease-in;
  }
  
  .sg-g-countdown-banner__text-block.gray-theme .sg-g-countdown-banner__text-block__link[target='_blank']:hover:after {
    background: url("../../../../../../../etc.clientlibs/samsung/clientlibs/us/common/clientlib-dependencies/resources/images/icons/newwindow-blue.svg") no-repeat;
  }
  
  .sg-g-countdown-banner__text-block.gray-theme .cta-button {
    color: #000;
    vertical-align: middle;
  }
  
  .sg-g-countdown-banner__text-block.gray-theme .cta-button:hover {
    color: #fff;
    background-color: #000;
  }
  
  .sg-g-countdown-banner__text-block.gray-theme .cta-button.blue-btn {
    color: #fff !important;
    background-color: #1428a0;
    vertical-align: middle;
    border: none;
  }
  
  .sg-g-countdown-banner__text-block.gray-theme .cta-button.blue-btn:hover {
    background-color: #0b175c;
  }
  
  .sg-g-countdown-banner__text-block.gray-theme .cta-button.blue-btn:hover:after {
    background: url("../../../../../../../etc.clientlibs/samsung/clientlibs/us/common/clientlib-dependencies/resources/images/icons/newwindow.svg") no-repeat !important;  }
  
  @media (min-width: 769px) {
    .sg-g-countdown-banner__text-block.top-left {
      text-align: left;
      left: 8.3%;
      top: 8%;
    }
  }
  
  @media (min-width: 769px) {
    .sg-g-countdown-banner__text-block.top-center {
      text-align: center;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);
      top: 8%;
      width: 66%;
    }
  }
  
  @media (min-width: 769px) {
    .sg-g-countdown-banner__text-block.top-center .sg-g-countdown-banner__text-block__container.has-cta {
      display: block;
      margin-bottom: 30px;
      margin-right: 0;
    }
  }
  
  @media (min-width: 769px) {
    .sg-g-countdown-banner__text-block.top-center .sg-g-countdown-banner__text-block__link.has-cta {
      margin: auto;
    }
  }
  
  @media (min-width: 769px) {
    .sg-g-countdown-banner__text-block.top-right {
      text-align: left;
      left: 58.3%;
      top: 8%;
    }
  }
  
  @media (min-width: 769px) {
    .sg-g-countdown-banner__text-block.middle-left {
      text-align: left;
      left: 8.3%;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
    }
  }
  
  @media (min-width: 769px) {
    .sg-g-countdown-banner__text-block.middle-center {
      text-align: center;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      top: 50%;
      width: 66%;
    }
  }
  
  @media (min-width: 769px) and (max-width: 1280px) {
    .sg-g-countdown-banner__text-block.middle-center {
      top: 60%;
    }
  }
  
  @media (min-width: 769px) {
    .sg-g-countdown-banner__text-block.middle-center .sg-g-countdown-banner__text-block__container.has-cta {
      display: block;
      margin-bottom: 30px;
      margin-right: 0;
    }
  }
  
  @media (min-width: 769px) {
    .sg-g-countdown-banner__text-block.middle-center .sg-g-countdown-banner__text-block__link.has-cta {
      margin: auto;
    }
  }
  
  @media (min-width: 769px) {
    .sg-g-countdown-banner__text-block.middle-right {
      text-align: left;
      left: 58.3%;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
    }
  }
  
  @media (min-width: 769px) {
    .sg-g-countdown-banner__text-block.bottom-left {
      text-align: left;
      left: 8.3%;
      bottom: 9%;
    }
  }
  
  @media (min-width: 769px) {
    .sg-g-countdown-banner__text-block.bottom-center {
      text-align: center;
      left: 50%;
      -webkit-transform: translate(-50%);
      -ms-transform: translate(-50%);
      transform: translate(-50%);
      bottom: 9%;
      width: 66%;
    }
  }
  
  @media (min-width: 769px) {
    .sg-g-countdown-banner__text-block.bottom-center .sg-g-countdown-banner__text-block__container.has-cta {
      display: block;
      margin-bottom: 30px;
      margin-right: 0;
    }
  }
  
  @media (min-width: 769px) {
    .sg-g-countdown-banner__text-block.bottom-center .sg-g-countdown-banner__text-block__link.has-cta {
      margin: auto;
    }
  }
  
  @media (min-width: 769px) {
    .sg-g-countdown-banner__text-block.bottom-right {
      text-align: left;
      left: 58.3%;
      bottom: 9%;
    }
  }
  
  @media (max-width: 768px) {
    .sg-g-countdown-banner__text-block.top-left-mobile {
      text-align: left;
      left: 16px;
      top: 46px;
    }
  }
  
  @media (max-width: 768px) {
    .sg-g-countdown-banner__text-block.top-center-mobile {
      text-align: center;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);
      top: 46px;
    }
  }
  
  @media (max-width: 768px) {
    .sg-g-countdown-banner__text-block.top-center-mobile .sg-g-countdown-banner__text-block__container {
      display: block;
      margin-bottom: 37px;
      margin-right: 0;
    }
  }
  
  @media (max-width: 768px) {
    .sg-g-countdown-banner__text-block.top-center-mobile .sg-g-countdown-banner__text-block__link {
      margin: auto;
      margin-left: 15px;
    }
  }
  
  @media (max-width: 768px) {
    .sg-g-countdown-banner__text-block.middle-center-mobile {
      text-align: center;
      left: 50%;
      top: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
    }
  }
  
  @media (max-width: 768px) {
    .sg-g-countdown-banner__text-block.middle-center-mobile .sg-g-countdown-banner__text-block__container {
      display: block;
      /* margin-bottom: 37px; */
      margin-right: 0;
    }
  }
  
  @media (max-width: 768px) {
    .sg-g-countdown-banner__text-block.middle-center-mobile .sg-g-countdown-banner__text-block__link {
      margin: auto;
      margin-left: 15px;
    }
  }
  
  @media (max-width: 768px) {
    .sg-g-countdown-banner__text-block.bottom-left-mobile {
      text-align: left;
      left: 16px;
      bottom: 44px;
    }
  }
  
  @media (max-width: 768px) {
    .sg-g-countdown-banner__text-block.bottom-left-mobile .sg-g-countdown-banner__text-block__container.has-cta {
      display: block;
      margin-bottom: 37px;
      margin-right: 0;
    }
  }
  
  @media (max-width: 768px) {
    .sg-g-countdown-banner__text-block.bottom-left-mobile .sg-g-countdown-banner__text-block__link.has-cta {
      margin: auto;
      margin-left: 15px;
    }
  }
  
  @media (max-width: 768px) {
    .sg-g-countdown-banner__text-block.bottom-center-mobile {
      text-align: center;
      left: 50%;
      -webkit-transform: translate(-50%);
      -ms-transform: translate(-50%);
      transform: translate(-50%);
      bottom: 250px;
    }
  }
  
  @media (max-width: 768px) {
    .sg-g-countdown-banner__text-block.bottom-center-mobile .sg-g-countdown-banner__text-block__container {
      display: block;
      margin-bottom: 37px;
      margin-right: 0;
    }
  }
  
  @media (max-width: 768px) {
    .sg-g-countdown-banner__text-block.bottom-center-mobile .sg-g-countdown-banner__text-block__link {
      margin: auto;
      margin-left: 15px;
    }
  }

  @media (min-width: 769px) {
    .sg-g-countdown-banner__text-block.top-center .sg-g-countdown-banner__text-block__eyebrow,
    .sg-g-countdown-banner__text-block.middle-center .sg-g-countdown-banner__text-block__eyebrow,
    .sg-g-countdown-banner__text-block.bottom-center .sg-g-countdown-banner__text-block__eyebrow {
      margin: auto auto 15px auto;
    }
  }
  
  @media (max-width: 768px) {
    .sg-g-countdown-banner__text-block.top-center-mobile .sg-g-countdown-banner__text-block__eyebrow,
    .sg-g-countdown-banner__text-block.middle-center-mobile .sg-g-countdown-banner__text-block__eyebrow,
    .sg-g-countdown-banner__text-block.bottom-center-mobile .sg-g-countdown-banner__text-block__eyebrow {
      margin: auto auto 15px auto;
    }
  }
  
  .sg-g-countdown-banner__text-block__eyebrow {
    font-size: 18px;
    padding: 6px 9px;
    background: #00B3E3;
    display: inline-block;
    -webkit-border-radius: 7px;
    border-radius: 7px;
    margin-bottom: 15px;
    font-weight: 700;
    line-height: 1;
    width: -webkit-max-content;
    width: max-content;
  }
  
  .sg-g-countdown-banner__text-block__eyebrow.sky-blue {
    background: #0077C8;
    color: white;
  }
  
  .sg-g-countdown-banner__text-block__eyebrow.coral {
    background: #FF4337;
    color: white;
  }
  
  .sg-g-countdown-banner__text-block__eyebrow.orange {
    background: #fa7901;
    color: white;
  }
  
  .sg-g-countdown-banner__text-block__eyebrow.sea-blue {
    background: #00B3E3;
    color: #000;
  }
  
  .sg-g-countdown-banner__text-block__title {
    font-family: "SamsungSansSharp";
    font-weight: bold;
    font-size: 31px;
    margin-bottom: 10px;
  }
  
  @media (min-width: 769px) {
    .sg-g-countdown-banner__text-block__title {
      font-size: 72px;
      font-weight: bold;
      letter-spacing: normal;
      margin-bottom: 10px;
      line-height: 100%;
    }
  }
  
  @media (max-width: 768px) {
    .sg-g-countdown-banner__text-block__title {
      font-size: 31px !important;
    }
  }
  
  .sg-g-countdown-banner__text-block__title sup {
    font-size: 11px;
    vertical-align: super;
  }
  
  @media (min-width: 769px) {
    .sg-g-countdown-banner__text-block__title sup {
      font-size: 24px;
    }
  }
  
  .sg-g-countdown-banner__text-block__title sub {
    font-size: 11px;
    vertical-align: baseline;
  }
  
  @media (min-width: 769px) {
    .sg-g-countdown-banner__text-block__title sub {
      font-size: 24px;
    }
  }
  
  .sg-g-countdown-banner__text-block__description {
    font-size: 15px;
    font-weight: 400;
  }
  
  @media (min-width: 769px) {
    .sg-g-countdown-banner__text-block__description {
      font-size: 20px;
      font-weight: normal;
      letter-spacing: normal;
      line-height: 1.71;
    }
  }
  
  @media (max-width: 768px) {
    .sg-g-countdown-banner__text-block__description {
      font-size: 15px !important;
    }
  }
  
  .sg-g-countdown-banner__text-block__description sup {
    font-size: 7px;
    vertical-align: super;
  }
  
  @media (min-width: 769px) {
    .sg-g-countdown-banner__text-block__description sup {
      font-size: 10px;
    }
  }
  
  .sg-g-countdown-banner__text-block__description sub {
    font-size: 7px;
    vertical-align: baseline;
  }
  
  @media (min-width: 769px) {
    .sg-g-countdown-banner__text-block__description sub {
      font-size: 10px;
    }
  }
  
  .sg-g-countdown-banner__text-block__legalCopy {
    font-size: 12px;
    color: #999999 !important;
    line-height: 1.71;
    margin-top: 13px;
    font-weight: 400;
  }
  
  @media (min-width: 769px) {
    .sg-g-countdown-banner__text-block__legalCopy {
      margin-top: 27px;
    }
  }
  
  .sg-g-countdown-banner__text-block__legalCopy sup {
    font-size: 0.5em;
  }
  
  .sg-g-countdown-banner__text-block__legalCopy sub {
    font-size: 0.5em;
  }
  
  .sg-g-countdown-banner__text-block__container {
    display: inline-block;
    margin-right: 32px;
    margin-top: 13px;
    /*ticket SBC-942*/
  }
  
  @media (min-width: 769px) {
    .sg-g-countdown-banner__text-block__container {
      margin-right: 0;
      margin-top: 25px;
    }
  }
  
  @media (min-width: 769px) and (max-width: 1440px) {
    .sg-g-countdown-banner__text-block__container {
      margin-top: 5%;
    }
  }
  
  @media (min-width: 769px) and (max-width: 1024px) {
    .sg-g-countdown-banner__text-block__container {
      margin-right: 6%;
    }
  }
  
  .sg-g-countdown-banner__text-block__container.has-cta a {
    margin-right: 20px;
  }
  
  @media (max-width: 768px) {
    .sg-g-countdown-banner__text-block__container.has-cta a {
      margin-right: auto;
    }
  }
  
  .sg-g-countdown-banner__text-block__cta-button {
    font-size: 10px;
    letter-spacing: 1.5px;
    margin: 10px;
    padding: 16px 38px 15px 38px;
  }
  
  @media (min-width: 769px) {
    .sg-g-countdown-banner__text-block__cta-button {
      vertical-align: middle;
      font-size: 11px;
      letter-spacing: 1.7px;
      padding: 16px 57px 15px 59px;
      font-weight: 700;
    }
  }
  
  @media (min-width: 769px) {
    .sg-g-countdown-banner__text-block__cta-button.only-mobile {
      display: none;
    }
  }
  
  .sg-g-countdown-banner__text-block__link {
    vertical-align: middle;
    padding-bottom: 6px;
    font-size: 11px;
    letter-spacing: 1.7px;
    font-weight: bold;
    text-transform: uppercase;
    position: relative;
    top: 3px;
    margin: 0 10px;
  }
  
  .sg-g-countdown-banner__text-block__link:focus {
    outline-color: #4d90fe;
    outline-style: solid;
    outline-width: thin;
  }
  
  @media (min-width: 769px) {
    .sg-g-countdown-banner__text-block__link.only-mobile {
      display: none;
    }
  }
  
  .sg-g-countdown-banner .fullBleed-play-btn {
    background: url("../../../../../../../etc.clientlibs/samsung/clientlibs/us/common/clientlib-dependencies/resources/images/icons/play-button.png") right bottom no-repeat;
    outline: none !important;
    background-size: 35px 35px;
    width: 35px;
    height: 35px;
    color: #999999;
    font-size: 35px;
    position: absolute;
    bottom: 2%;
  }
  
  @media (min-width: 769px) {
    .sg-g-countdown-banner .fullBleed-play-btn {
      width: 64px;
      height: 64px;
      font-size: 48px;
      background-size: 45px 45px;
      display: block;
    }
  }
  
  .sg-g-countdown-banner .fullBleed-play-btn-bottomRight {
    position: absolute;
    bottom: 2%;
    right: 2%;
    padding-right: 55px;
    padding-bottom: 20px;
  }
  
  @media (max-width: 768px) {
    .sg-g-countdown-banner .fullBleed-play-btn-bottomRight {
      padding-right: 25px;
      padding-bottom: 13px;
    }
  }
  
  @media (max-width: 768px) {
    .sg-g-countdown-banner .fullBleed-play-btn-bottomRight {
      bottom: 3%;
      padding-right: 50px;
      padding-bottom: 2.5%;
    }
  }
  
  .sg-g-countdown-banner .fullBleed-play-btn-bottomRight .video-copy {
    color: #FFFFFF;
  }
  
  .sg-g-countdown-banner .fullBleed-play-btn-bottomRight .fullBleed-play-btn {
    cursor: pointer;
    left: auto !important;
    bottom: 0 !important;
  }
  
  .sg-g-countdown-banner .fullBleed-play-btn-center {
    position: absolute;
    bottom: 50%;
    right: 50%;
    -webkit-transform: translate(50%, 50%);
    -ms-transform: translate(50%, 50%);
    transform: translate(50%, 50%);
  }
  
  @media (max-width: 768px) {
    .sg-g-countdown-banner .fullBleed-play-btn-center {
      bottom: 40%;
    }
  }
  
  .sg-g-countdown-banner .fullBleed-play-btn-center .video-copy {
    color: #FFFFFF;
  }
  
  .sg-g-countdown-banner .fullBleed-play-btn-center .fullBleed-play-btn {
    cursor: pointer;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    bottom: 144%;
  }
  
  .sg-g-countdown-banner .white-theme .video-copy {
    color: #000000 !important;
    white-space: nowrap;
  }
  
  .sg-g-countdown-banner .white-theme .fullBleed-play-btn {
    background: url("../../../../../../../etc.clientlibs/samsung/clientlibs/us/common/clientlib-dependencies/resources/images/icons/play-button-dark.png") right bottom no-repeat !important;
    outline: none !important;
    background-size: 45px 45px !important;
    width: 64px;
    height: 64px;
    color: #999999;
    font-size: 35px;
    position: absolute;
    bottom: 150%;
    right: 4%;
    left: 4%;
  }
  
  @media (max-width: 768px) {
    .sg-g-countdown-banner .white-theme .fullBleed-play-btn {
      width: 45px;
      height: 45px;
    }
  }
  
  @media (min-width: 769px) {
    .sg-g-countdown-banner .white-theme .fullBleed-play-btn {
      width: 64px;
      height: 64px;
      font-size: 48px;
      background-size: 64px 64px !important;
      right: 2%;
      left: 2%;
      display: block;
    }
  }
  
  .sg-g-countdown-banner .gray-theme .video-copy {
    color: #000000 !important;
    white-space: nowrap;
  }
  
  .sg-g-countdown-banner .gray-theme .fullBleed-play-btn {
    background: url("../../../../../../../etc.clientlibs/samsung/clientlibs/us/common/clientlib-dependencies/resources/images/icons/play-button-dark.png") right bottom no-repeat !important;
    outline: none !important;
    background-size: 45px 45px !important;
    width: 64px;
    height: 64px;
    color: #999999;
    font-size: 35px;
    position: absolute;
    bottom: 150%;
    right: 4%;
    left: 4%;
  }
  
  @media (max-width: 768px) {
    .sg-g-countdown-banner .gray-theme .fullBleed-play-btn {
      width: 45px;
      height: 45px;
    }
  }
  
  @media (min-width: 769px) {
    .sg-g-countdown-banner .gray-theme .fullBleed-play-btn {
      width: 64px;
      height: 64px;
      font-size: 48px;
      background-size: 64px 64px !important;
      right: 2%;
      left: 2%;
      display: block;
    }
  }
  
  .sg-g-countdown-banner .dark-theme .video-copy {
    color: #FFFFFF !important;
    white-space: nowrap;
  }
  
  .sg-g-countdown-banner .dark-theme .fullBleed-play-btn {
    background: url("../../../../../../../etc.clientlibs/samsung/clientlibs/us/common/clientlib-dependencies/resources/images/icons/play-button.png") right bottom no-repeat;
    outline: none !important;
    background-size: 45px 45px !important;
    width: 64px;
    height: 64px;
    color: #999999;
    font-size: 35px;
    position: absolute;
    bottom: 150%;
    right: 4%;
    left: 4%;
  }
  
  @media (max-width: 768px) {
    .sg-g-countdown-banner .dark-theme .fullBleed-play-btn {
      width: 45px;
      height: 45px;
    }
  }
  
  @media (min-width: 769px) {
    .sg-g-countdown-banner .dark-theme .fullBleed-play-btn {
      width: 64px;
      height: 64px;
      font-size: 48px;
      background-size: 64px 64px !important;
      right: 2%;
      left: 2%;
      display: block;
    }
  }
  
  @media screen and (max-width: 1350px) and (min-width: 769px) {
    .sg-g-countdown-banner__text-block__title {
      font-size: 2.7vw !important;
    }
    .sg-g-countdown-banner__text-block__description {
      font-size: 1.32vw !important;
    }
  }
  
  @media screen and (max-width: 768px) and (min-width: 576px) {
    .sg-g-countdown-banner__text-block__title {
      font-size: 7.77778vw !important;
      margin-bottom: 5%;
    }
    .sg-g-countdown-banner__text-block__description {
      font-size: 3vw !important;
    }
    .sg-g-countdown-banner__text-block.top-center-mobile {
      top: 10%;
      padding: 0 5%;
    }
    .sg-g-countdown-banner__text-block__container {
      margin-bottom: 5% !important;
    }
    .sg-g-countdown-banner__text-block__btn {
      font-size: 2.5vw;
    }
    .sg-g-countdown-banner__text-block__link {
      font-size: 2.5vw;
    }
    .sg-g-countdown-banner__hangtype .top-right {
      right: 100px;
    }
  }
  
  .deals-start-in {
    color: #000000;
    font-family: SamsungOne;
    font-size: 16px;
    letter-spacing: 0.32px;
    line-height: 20px;
    padding-top: 33px;
    font-weight: bold;
  }
  
  .sg-g-countdown-banner__content-count {
    /* text-align: left; */
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    -js-display: flex;
    display: flex;
    /* padding-left: 290px; */
    
  }
  .sg-g-countdown-banner__image-container .top-center
  .sg-g-countdown-banner__content-count{
    display: flex;
    justify-content: center;
  }

  .sg-g-countdown-banner__image-container .middle-center
  .sg-g-countdown-banner__content-count{
    display: flex;
    justify-content: center;
  }
  .sg-g-countdown-banner__image-container .bottom-center
  .sg-g-countdown-banner__content-count{
    display: flex;
    justify-content: center;
  }
  

  @media screen and (max-width: 769px) {
	  .deals-start-in{
			  padding-top: 15px !important;
	  }
    .sg-g-countdown-banner__image-container .top-center-mobile
	  .sg-g-countdown-banner__content-count{
		  /* text-align: left; */
		  display: flex;
      justify-content: center;
	  }

    .sg-g-countdown-banner__image-container .middle-center-mobile
	  .sg-g-countdown-banner__content-count{
		  display: flex;
      justify-content: center;
	  }
    .sg-g-countdown-banner__image-container .bottom-center-mobile
	  .sg-g-countdown-banner__content-count{
		  display: flex;
      justify-content: center;
	  }
    .sg-g-countdown-banner__image-container .top-left-mobile
	  .sg-g-countdown-banner__content-count{
		  display: flex;
      justify-content: start;
	  }
  
  }

  @media screen and (min-width: 769px) and (max-width: 900px) {

	.sg-g-countdown-banner__content-count{
		display: flex;
	}
  
  }
  .buffer-top {
    padding-top: 0px !important;
  }
.bleed-card{
    background:#fff
}
.bleed-card .swiper-container{
    position:relative;
    max-width:1440px;
    margin:0 auto
}
.bleed-card .swiper-wrapper{
    display:table !important;
    table-layout:fixed
}
.bleed-card__item{
    display:table-cell;
    padding:10px
}
.bleed-card__box{
    display:-webkit-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    -js-display:flex;
    display:flex;
    -ms-flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
    flex-wrap:wrap;
    height:100%
}
.bleed-card__image{
    max-width:100%;
    position:relative;
    -webkit-box-flex:1;
    -ms-flex:1;
    -webkit-flex:1;
    flex:1
}
.bleed-card__image .image{
    height:100%;
    display:contents
}
.bleed-card__image .image img{
    max-width:100%;
    -webkit-box-flex:0;
    -ms-flex:none;
    -webkit-flex:none;
    flex:none;
    width:100%;
    height:100%
}
@media (max-width: 768px){
    .bleed-card__image .image img{
        min-height:380px
    }
}
.bleed-card__text-wrap{
    position:relative;
    -webkit-box-flex:1;
    -ms-flex:1;
    -webkit-flex:1;
    flex:1;
    margin-right:-100%;
    padding:0 7.5%;
    text-align:center;
    color:#363636;
    max-width:100%;
    white-space:nowrap;
    z-index:1
}
.bleed-card__text-wrap.text-white{
    color:#fff
}
.bleed-card__text-wrap.text-black{
    color:#000
}
.bleed-card__text-wrap.text-shadow{
    text-shadow:0 0 .15em #333
}
.bleed-card__text-wrap:after{
    content:'';
    display:inline-block;
    height:100%;
    vertical-align:middle
}
.bleed-card.text-align-top-left .bleed-card__layer{
    display:inline-block;
    width:100%;
    white-space:normal;
    vertical-align:top;
    text-align:left
}
.bleed-card.text-align-top-center .bleed-card__layer{
    display:inline-block;
    width:100%;
    white-space:normal;
    vertical-align:top;
    text-align:center
}
.bleed-card.text-align-top-right .bleed-card__layer{
    display:inline-block;
    width:100%;
    white-space:normal;
    vertical-align:top;
    text-align:right
}
.bleed-card.text-align-middle-left .bleed-card__layer{
    display:inline-block;
    width:100%;
    white-space:normal;
    vertical-align:middle;
    text-align:left
}
.bleed-card.text-align-middle-center .bleed-card__layer{
    display:inline-block;
    width:100%;
    white-space:normal;
    vertical-align:middle;
    text-align:center
}
.bleed-card.text-align-middle-right .bleed-card__layer{
    display:inline-block;
    width:100%;
    white-space:normal;
    vertical-align:middle;
    text-align:right
}
.bleed-card.text-align-bottom-left .bleed-card__layer{
    display:inline-block;
    width:100%;
    white-space:normal;
    vertical-align:bottom;
    text-align:left
}
.bleed-card.text-align-bottom-center .bleed-card__layer{
    display:inline-block;
    width:100%;
    white-space:normal;
    vertical-align:bottom;
    text-align:center
}
.bleed-card.text-align-bottom-right .bleed-card__layer{
    display:inline-block;
    width:100%;
    white-space:normal;
    vertical-align:bottom;
    text-align:right
}
@media (max-width: 768px){
    .bleed-card.text-align-mo-top-left .bleed-card__layer{
        display:inline-block;
        width:100%;
        white-space:normal;
        vertical-align:top;
        text-align:center
    }
}
@media (max-width: 768px){
    .bleed-card.text-align-mo-top-center .bleed-card__layer{
        display:inline-block;
        width:100%;
        white-space:normal;
        vertical-align:top;
        text-align:center
    }
}
@media (max-width: 768px){
    .bleed-card.text-align-mo-top-right .bleed-card__layer{
        display:inline-block;
        width:100%;
        white-space:normal;
        vertical-align:top;
        text-align:center
    }
}
@media (max-width: 768px){
    .bleed-card.text-align-mo-middle-left .bleed-card__layer{
        display:inline-block;
        width:100%;
        white-space:normal;
        vertical-align:middle;
        text-align:center
    }
}
@media (max-width: 768px){
    .bleed-card.text-align-mo-middle-center .bleed-card__layer{
        display:inline-block;
        width:100%;
        white-space:normal;
        vertical-align:middle;
        text-align:center
    }
}
@media (max-width: 768px){
    .bleed-card.text-align-mo-middle-right .bleed-card__layer{
        display:inline-block;
        width:100%;
        white-space:normal;
        vertical-align:middle;
        text-align:center
    }
}
@media (max-width: 768px){
    .bleed-card.text-align-mo-bottom-left .bleed-card__layer{
        display:inline-block;
        width:100%;
        white-space:normal;
        vertical-align:bottom;
        text-align:center
    }
}
@media (max-width: 768px){
    .bleed-card.text-align-mo-bottom-center .bleed-card__layer{
        display:inline-block;
        width:100%;
        white-space:normal;
        vertical-align:bottom;
        text-align:center
    }
}
@media (max-width: 768px){
    .bleed-card.text-align-mo-bottom-right .bleed-card__layer{
        display:inline-block;
        width:100%;
        white-space:normal;
        vertical-align:bottom;
        text-align:center
    }
}
.bleed-card__title{
    font-size:32px;
    line-height:1.33;
    font-weight:bold;
    font-family:SamsungSansSharp
}
@media (max-width: 768px){
    .bleed-card__title{
        font-size:22px
    }
}
@media (min-width: 769px){
    .bleed-card__title{
        font-size:2.22222vw
    }
}
.bleed-card__title.text-size-large{
    font-size:38px
}
@media (max-width: 768px){
    .bleed-card__title.text-size-large{
        font-size:7.77778vw
    }
}
@media (min-width: 769px){
    .bleed-card__title.text-size-large{
        font-size:2.63889vw
    }
}
.bleed-card__title.text-size-small{
    font-size:24px
}
@media (max-width: 768px){
    .bleed-card__title.text-size-small{
        font-size:5vw
    }
}
@media (min-width: 769px){
    .bleed-card__title.text-size-small{
        font-size:1.66667vw
    }
}
.bleed-card__sub-title{
    overflow:hidden;
    font-size:22px;
    line-height:1.33
}
@media (max-width: 768px){
    .bleed-card__sub-title{
        font-size:4.44444vw
    }
}
@media (min-width: 769px){
    .bleed-card__sub-title{
        font-size:1.52778vw
    }
}
.bleed-card__sub-title.text-size-large{
    font-size:28px
}
@media (max-width: 768px){
    .bleed-card__sub-title.text-size-large{
        font-size:5vw
    }
}
@media (min-width: 769px){
    .bleed-card__sub-title.text-size-large{
        font-size:1.94444vw
    }
}
.bleed-card__title+.bleed-card__sub-title{
    margin-top:9px
}
.bleed-card__text{
    margin-top:12px;
    overflow:hidden;
    font-size:14px;
    line-height:1.33
}
@media (max-width: 768px){
    .bleed-card__text{
        font-size:3.33333vw
    }
}
@media (min-width: 769px){
    .bleed-card__text{
        font-size:.97222vw;
        margin-top:.83333vw
    }
}
.bleed-card__text.text-size-large{
    font-size:18px
}
@media (max-width: 768px){
    .bleed-card__text.text-size-large{
        font-size:3.33333vw
    }
}
@media (min-width: 769px){
    .bleed-card__text.text-size-large{
        font-size:1.25vw
    }
}
.bleed-card .indicator{
    display:none
}
.bleed-card .cta-wrap{
    margin:36px -10px 10px;
    font-size:0;
    padding-bottom:.5px
}
@media (max-width: 768px){
    .bleed-card .cta-wrap{
        margin:18px 0px 0px 0px;
        margin-top:5vw
    }
}
.bleed-card .cta-wrap .cta{
    margin:0 10px 10px;
    text-shadow:none
}
@media (max-width: 768px){
    .bleed-card .cta-wrap .cta{
        margin:0px 10px 10px 10px
    }
}
.bleed-card .cta-wrap .cta--label{
    line-height:40px
}
.bleed-card .cta-grid .cta-wrap{
    display:inline-block
}
.bleed-card .swiper-container.bullet-white .swiper-pagination-bullet{
    background-color:#aaa
}
.bleed-card .swiper-container.bullet-white .swiper-pagination-bullet-active{
    background-color:#fff
}
.bleed-card .swiper-container.bullet-white .autoplay-btn .icon{
    fill:#fff
}
.bleed-card--multi-row .swiper-wrapper{
    display:-webkit-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    -js-display:flex;
    display:flex;
    -ms-flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
    flex-wrap:wrap
}
.bleed-card--multi-row .swiper-wrapper .swiper-slide{
    display:block;
    -webkit-box-flex:1;
    -ms-flex:1 auto;
    -webkit-flex:1 auto;
    flex:1 auto;
    width:720px
}
.bleed-card--multi-row .swiper-slide.type--3column{
    width:480px
}
.bleed-card .swiper-pagination-bullet{
    background:#000 !important
}
.bleed-card .indicator{
    background-color:rgba(255,255,255,0.9);
    border:1px solid rgba(0,0,0,0.1);
    -webkit-border-radius:16px;
    border-radius:16px;
    padding:4px 8px;
    -webkit-box-sizing:border-box;
    box-sizing:border-box
}
@media (max-width: 768px){
    .bleed-card .indicator{
        display:block;
        margin-left:50%;
        display:inline-block;
        -webkit-transform:translateX(-50%);
        -ms-transform:translateX(-50%);
        transform:translateX(-50%);
        width:auto !important;
        margin-bottom:50px
    }
}
@media (max-width: 768px){
    .bleed-card .swiper-container.carouselOFF .swiper-wrapper{
        display:block !important
    }
}
@media (max-width: 768px){
    .bleed-card .swiper-container.carouselOFF .swiper-wrapper .bleed-card__item{
        display:block !important
    }
}
@media (min-width: 769px){
    .bleed-card .swiper-slide{
        width:100% !important
    }
}
 
@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 .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)
}
@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
}

.ma-floating-nav {
    overflow: visible
}

.ma-floating-nav * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.ma-floating-nav:after {
    content: '';
    display: block;
    height: 86px
}

.ma-floating-nav__wrap {
    position: absolute;
    left: 0;
    right: 0;
    height: 86px;
    margin: 0 auto;
    max-width: 1440px;
    width: 100%;
    background: #212425;
    z-index: 30
}

.ma-floating-nav__wrap:after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    background: #000;
    height: 36px;
    opacity: 0.3
}

.s-nav-fixed .ma-floating-nav__wrap {
    position: fixed;
    top: 0;
    left: 0;
    right: 0
}

.is-none-menu-list .ma-floating-nav__wrap {
    height: 50px
}

.ma-floating-nav.is-none-menu-list:after {
    height: 50px
}

.ma-floating-nav.is-none-menu-list .ma-floating-nav__wrap {
    height: 50px
}

.ma-floating-nav.is-none-menu-list .ma-floating-nav__wrap:after {
    display: none
}

.ma-floating-nav__inner {
    position: relative;
    margin: 0 auto;
    max-width: 1440px;
    height: 100%
}

.ma-floating-nav__menu-button-mo {
    display: none
}

.ma-floating-nav__headline {
    float: left;
    height: 50px
}

.ma-floating-nav__headline-link {
    display: inline-block;
    padding-left: 20px;
    padding-right: 10px;
    height: 50px;
    font-weight: 700;
    font-family: "SamsungSharpSans", arial;
    font-size: 18px;
    line-height: 50px;
    color: #fff
}

html.rtl .ma-floating-nav__headline-link {
    font-family: "SamsungSharpSans", "SamsungOneArabic", tahoma
}

html.rtl[lang^="he"] .ma-floating-nav__headline-link {
    font-family: "SamsungSharpSans", "SamsungOneHebrew", tahoma
}

html[lang^="el"] .ma-floating-nav__headline-link {
    font-family: "SamsungOne", arial
}

html[lang^="zh"] .ma-floating-nav__headline-link {
    font-family: "SamsungSharpSans", "Microsoft JhengHei", "微软雅黑", "Simsun", "宋体", arial
}

html[lang="zh-CN"] .ma-floating-nav__headline-link {
    font-family: "SamsungSharpSans", "Microsoft Yahei", "微软雅黑", "Simsun", "宋体", arial
}

html[lang^="th"] .ma-floating-nav__headline-link {
    font-family: "Kittithada", arial
}

html[lang^="vi"] .ma-floating-nav__headline-link {
    font-family: "SamsungSharpSans", "SamsungOne", arial
}

html[lang^="my"] .ma-floating-nav__headline-link {
    font-family: "zawgyione", arial, sans-serif
}

html[lang^="th"] .ma-floating-nav__headline-link {
    font-size: 24.3px
}

.ma-floating-nav__headline-link span {
    position: relative;
    display: inline-block;
    margin: -1px 5px 0;
    width: 2px;
    height: 16px;
    background: #fff;
    vertical-align: middle;
    font-size: 0;
    font-weight: normal;
    color: transparent;
    text-indent: -9999px
}

.ma-floating-nav__headline-link img {
    max-height: 100%;
    vertical-align: middle
}

.ma-floating-nav__utility {
    position: absolute;
    top: 0;
    right: 0;
    white-space: nowrap;
    z-index: 3
}

.ma-floating-nav__utility-list {
    display: inline-block;
    margin-right: 20px;
    vertical-align: top
}

.ma-floating-nav__utility-list:after {
    content: '';
    display: inline-block;
    height: 50px;
    width: 0;
    font-size: 0;
    vertical-align: middle
}

.ma-floating-nav__utility-list li {
    display: inline-block;
    vertical-align: middle
}

.ma-floating-nav__utility-list li a {
    display: block;
    padding: 0 15px;
    height: 50px;
    line-height: 52px;
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase
}

html[lang^="th"] .ma-floating-nav__utility-list li a {
    font-size: 16.2px
}

.crome .ma-floating-nav__utility-list li a, .safari .ma-floating-nav__utility-list li a {
    outline-offset: -3px
}

.ma-floating-nav__utility-list .s-ico-new-window:after {
    content: '';
    display: inline-block;
    position: relative;
    margin-top: -2px;
    margin-left: 7px;
    width: 11px;
    height: 11px;
    background: url("../../../../../../../etc.clientlibs/samsung/clientlibs/us/usglobal/clientlib-dependencies/resources/imgs/newwindow.svg") no-repeat !important;
    vertical-align: middle
}

.ma-floating-nav__button-wrap {
    display: inline-block;
    vertical-align: top
}

.ma-floating-nav__button-wrap .s-snav-button {
    display: inline-block;
    width: 180px;
    height: 50px;
    line-height: 50px;
    background: #0074c2;
    border-radius: 0;
    -webkit-border-radius: 0;
    font-size: 14px;
    font-weight: bold;
    padding: 0;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    overflow: hidden
}

html[lang^="th"] .ma-floating-nav__button-wrap .s-snav-button {
    font-size: 18.9px
}

.ma-floating-nav__button-wrap .s-snav-button.nav-cta-hide {
    margin-right: -180px;
    -webkit-transition-duration: .4s;
    transition-duration: .4s;
    -webkit-transition-property: margin;
    transition-property: margin;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.ma-floating-nav__button-wrap .s-snav-button.nav-cta-show {
    margin-right: 0;
    -webkit-transition-duration: .4s;
    transition-duration: .4s;
    -webkit-transition-property: margin;
    transition-property: margin;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.ma-floating-nav__button-wrap .s-ico-new-window:after {
    content: '';
    display: inline-block;
    position: relative;
    margin-top: -2px;
    margin-left: 7px;
    width: 11px;
    height: 11px;
    background: url("../../../../../../../etc.clientlibs/samsung/clientlibs/us/usglobal/clientlib-dependencies/resources/imgs/newwindow.svg") no-repeat !important;
    vertical-align: middle
}

.ma-floating-nav__menu {
    position: absolute;
    left: auto;
    right: auto;
    bottom: 0;
    width: 100%;
    height: 35px;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    z-index: 2
}

.ma-floating-nav__menu .bar {
    position: absolute;
    left: 20px;
    top: 32px;
    height: 3px;
    background: #0073c3;
    z-index: 1;
    -webkit-transition: width 2s, left 1s;
    transition: width 2s, left 1s
}

.ma-floating-nav__menu-container {
    display: table
}

.rtl .ma-floating-nav__menu-container {
    position: relative
}

.ma-floating-nav__menu-list {
    margin-left: 4px
}

.ma-floating-nav__menu-list li {
    display: table-cell;
    vertical-align: middle
}

.ma-floating-nav__menu-list li a {
    display: block;
    padding: 0 20px;
    height: 35px;
    line-height: 35px;
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase
}

html[lang^="th"] .ma-floating-nav__menu-list li a {
    font-size: 16.2px
}

.crome .ma-floating-nav__menu-list li a, .safari .ma-floating-nav__menu-list li a {
    outline-offset: -3px
}

.ma-floating-nav__menu-list li.s-menu-utility {
    display: none
}

.ma-floating-nav--theme-black .ma-floating-nav__wrap {
    background: #202425
}

.ma-floating-nav--theme-black .ma-floating-nav__wrap:after {
    background: #141414
}

.ma-floating-nav--theme-black .ma-floating-nav__headline-link {
    color: #fff
}

.ma-floating-nav--theme-black .ma-floating-nav__headline-link span {
    background: #fff
}

.ma-floating-nav--theme-black .ma-floating-nav__utility-list li a {
    color: #fff
}

.ma-floating-nav--theme-black .ma-floating-nav__utility-list .s-ico-new-window:after {
    background-image: url("../../../../../../../etc.clientlibs/samsung/clientlibs/us/usglobal/clientlib-dependencies/resources/imgs/newwindow.svg") !important
}

.ma-floating-nav--theme-black .ma-floating-nav__menu-list li a {
    color: #fff
}

.ma-floating-nav--theme-gray .ma-floating-nav__wrap {
    background: #f5f5f5
}

.ma-floating-nav--theme-gray .ma-floating-nav__wrap:after {
    background: #dadada;
    opacity: 1
}

.ma-floating-nav--theme-gray .ma-floating-nav__headline-link {
    color: #000
}

.ma-floating-nav--theme-gray .ma-floating-nav__headline-link span {
    background: #000
}

.ma-floating-nav--theme-gray .ma-floating-nav__utility-list li a {
    color: #000
}

.ma-floating-nav--theme-gray .ma-floating-nav__utility-list .s-ico-new-window:after {
    background-image: url("../../../../../../../etc.clientlibs/samsung/clientlibs/us/usglobal/clientlib-dependencies/resources/imgs/newwindow-hover.svg") !important
}

.ma-floating-nav--theme-gray .ma-floating-nav__menu-list li a {
    color: #000
}

.ma-floating-nav--theme-white .ma-floating-nav__wrap {
    background: #fff
}

.ma-floating-nav--theme-white .ma-floating-nav__wrap:before {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: -1px;
    width: 100%;
    border-top: 1px solid #dadada;
    content: ''
}

.ma-floating-nav--theme-white .ma-floating-nav__wrap:after {
    border-top: 1px solid #dadada;
    border-bottom: 1px solid #dadada;
    background: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    opacity: 1
}

.ma-floating-nav--theme-white .ma-floating-nav__headline-link {
    color: #000
}

.ma-floating-nav--theme-white .ma-floating-nav__headline-link span {
    background: #000
}

.ma-floating-nav--theme-white .ma-floating-nav__utility-list li a {
    color: #000
}

.ma-floating-nav--theme-white .ma-floating-nav__utility-list .s-ico-new-window:after {
    background-image: url("../../../../../../../etc.clientlibs/samsung/clientlibs/us/usglobal/clientlib-dependencies/resources/imgs/newwindow-hover.svg") !important
}

.ma-floating-nav--theme-white .ma-floating-nav__menu-list li a {
    color: #000
}

.ma-floating-nav--theme-white .ma-floating-nav__button-wrap .s-snav-button {
    background: #0583d8;
    background: -webkit-gradient(linear, left top, left bottom, from(#0583d8), to(#046eb6));
    background: linear-gradient(to bottom, #0583d8 0%, #046eb6 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0583d8', endColorstr='#0583d8', GradientType=0)
}

.ma-floating-nav--width-1920 .ma-floating-nav__wrap {
    max-width: 1920px
}

.ma-floating-nav--width-1920 .ma-floating-nav__inner {
    max-width: 1920px
}

.ma-floating-nav--bg-1920 .ma-floating-nav__wrap {
    max-width: 1920px
}

.ma-floating-nav--bg-full .ma-floating-nav__wrap {
    max-width: none !important
}

@media screen and (max-width: 1279px) {
    .ma-floating-nav--cta-position .ma-floating-nav__button-wrap .s-snav-button {
        width: 180px
    }

    .ma-floating-nav--cta-position .ma-floating-nav__button-wrap .s-snav-button.nav-cta-hide {
        margin-right: -180px
    }
}

@media (max-width: 1023px) {
    .ma-floating-nav:after {
        height: 121px
    }

    .ma-floating-nav__wrap {
        height: 121px
    }

    .ma-floating-nav__wrap:after {
        display: block;
        top: auto;
        bottom: 0;
        height: 53px
    }

    .ma-floating-nav__inner {
        overflow: hidden
    }

    .ma-floating-nav__inner:before, .ma-floating-nav__inner:after {
        display: none;
        position: absolute;
        bottom: 0;
        z-index: 3;
        width: 15px;
        height: 53px;
        background-image: url(../../../../../../../etc.clientlibs/samsung/clientlibs/us/usglobal/clientlib-dependencies/resources/imgs/bg_subnav_sidemask_gray.png);
        background-repeat: no-repeat;
        background-size: auto 100%;
        pointer-events: none;
        content: ''
    }

    .ma-floating-nav__inner:before {
        left: 0;
        background-position: -23px 0
    }

    .ma-floating-nav__inner:after {
        right: 0;
        background-position: 0 0
    }

    .ma-floating-nav__header {
        width: 100%;
        height: 68px;
        padding-right: 180px;
        white-space: nowrap
    }

    .ma-floating-nav__header:after {
        display: inline-block;
        height: 100%;
        vertical-align: middle;
        content: ''
    }

    .ma-floating-nav__headline {
        display: inline-block;
        float: none;
        height: auto;
        vertical-align: middle
    }

    .ma-floating-nav__headline-link {
        display: block;
        max-height: 2.64em;
        width: 100%;
        height: auto;
        padding-left: 20px;
        padding-right: 12px;
        padding-top: 0;
        padding-bottom: 0;
        line-height: inherit;
        font-size: 20px;
        white-space: normal;
        word-break: keep-all;
        display: block;
        display: -webkit-box;
        overflow: hidden;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        text-overflow: ellipsis
    }

    html[lang^="th"] .ma-floating-nav__headline-link {
        font-size: 27px
    }

    .ma-floating-nav__headline-link:before {
        display: none
    }

    .ma-floating-nav__headline-link span {
        height: 20px
    }

    .ma-floating-nav__utility-list {
        display: none
    }

    .ma-floating-nav__button-wrap {
        height: 68px
    }

    .ma-floating-nav__button-wrap .s-snav-button {
        float: left;
        width: 180px;
        height: 68px;
        padding: 0 10px;
        margin-left: 1px;
        font-size: 16px;
        line-height: 68px
    }

    html[lang^="th"] .ma-floating-nav__button-wrap .s-snav-button {
        font-size: 21.6px
    }

    .ma-floating-nav__button-wrap .s-snav-button:before {
        display: inline-block;
        height: 100%;
        vertical-align: middle;
        content: ''
    }

    .ma-floating-nav__button-wrap .s-snav-button span {
        display: inline-block;
        line-height: 1.32;
        vertical-align: middle;
        white-space: normal
    }

    .ma-floating-nav__button-wrap .s-snav-button:first-child {
        margin-left: 0
    }

    .ma-floating-nav__button-wrap .s-snav-button.s-ico-new-window:after {
        display: none
    }

    .ma-floating-nav__button-wrap .s-snav-button.s-ico-new-window span:after {
        display: inline-block;
        position: relative;
        width: 13px;
        height: 13px;
        margin-top: -3px;
        margin-left: 5px;
        background-image: url("../../../../../../../etc.clientlibs/samsung/clientlibs/us/usglobal/clientlib-dependencies/resources/imgs/newwindow.svg");
        background-position: 0 0;
        background-size: 100% 100%;
        background-repeat: no-repeat;
        vertical-align: middle;
        content: ''
    }

    .ma-floating-nav--cta-position .ma-floating-nav__header {
        padding-right: 361px
    }

    .ma-floating-nav__menu {
        overflow: hidden;
        position: absolute;
        top: auto;
        bottom: -20px;
        height: 53px;
        padding-bottom: 20px;
        -webkit-box-sizing: content-box;
        box-sizing: content-box
    }

    .ma-floating-nav__menu .bar {
        display: block;
        top: 50px;
        height: 3px
    }

    .ma-floating-nav__menu-list {
        margin-right: 2px
    }

    .ma-floating-nav__menu-list li {
        display: table-cell;
        height: 53px;
        margin-top: 0;
        background-color: transparent
    }

    .ma-floating-nav__menu-list li.s-menu-utility {
        display: table-cell
    }

    .ma-floating-nav__menu-list li a {
        height: 53px;
        padding: 0 18px;
        border: none;
        background-color: transparent;
        font-size: 16px;
        line-height: 53px
    }

    html[lang^="th"] .ma-floating-nav__menu-list li a {
        font-size: 21.6px
    }

    .ma-floating-nav__menu-list li a:hover, .ma-floating-nav__menu-list li a:focus, .ma-floating-nav__menu-list li.s-active a {
        border-color: transparent;
        background-color: transparent
    }

    .ma-floating-nav__menu-list li .s-ico-new-window:after {
        display: inline-block;
        position: relative;
        width: 13px;
        height: 13px;
        margin-top: -2px;
        margin-left: 5px;
        background-image: url("../../../../../../../etc.clientlibs/samsung/clientlibs/us/usglobal/clientlib-dependencies/resources/imgs/newwindow-hover.svg") !important;
        background-size: 100% 100%;
        background-repeat: no-repeat;
        vertical-align: middle;
        content: ''
    }

    .ma-floating-nav.ma-floating-nav--theme-black .ma-floating-nav__menu {
        background-color: #141414
    }

    .ma-floating-nav.ma-floating-nav--theme-black .ma-floating-nav__menu-list li .s-ico-new-window:after {
        background-image: url("../../../../../../../etc.clientlibs/samsung/clientlibs/us/usglobal/clientlib-dependencies/resources/imgs/newwindow.svg") !important
    }

    .ma-floating-nav.ma-floating-nav--theme-gray .ma-floating-nav__menu {
        background-color: #dadada
    }

    .ma-floating-nav.ma-floating-nav--theme-gray .ma-floating-nav__menu-list li .s-ico-new-window:after {
        background-image: url("../../../../../../../etc.clientlibs/samsung/clientlibs/us/usglobal/clientlib-dependencies/resources/imgs/newwindow-hover.svg") !important
    }

    .ma-floating-nav.ma-floating-nav--theme-gray .ma-floating-nav__inner:before, .ma-floating-nav.ma-floating-nav--theme-gray .ma-floating-nav__inner:after {
        opacity: 0.1
    }

    .ma-floating-nav.ma-floating-nav--theme-white .ma-floating-nav__menu {
        background-color: transparent
    }

    .ma-floating-nav.ma-floating-nav--theme-white .ma-floating-nav__menu-list li .s-ico-new-window:after {
        background-image: url("../../../../../../../etc.clientlibs/samsung/clientlibs/us/usglobal/clientlib-dependencies/resources/imgs/newwindow-hover.svg") !important
    }

    .ma-floating-nav.ma-floating-nav--theme-white .ma-floating-nav__inner:before, .ma-floating-nav.ma-floating-nav--theme-white .ma-floating-nav__inner:after {
        bottom: 1px;
        height: 51px;
        background-image: url(../../../../../../../etc.clientlibs/samsung/clientlibs/us/usglobal/clientlib-dependencies/resources/imgs/bg_subnav_sidemask.png);
        opacity: 1
    }

    .ma-floating-nav.s-nav-opened .ma-floating-nav__wrap {
        height: auto
    }
}

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

    .ma-floating-nav__header {
        display: table;
        width: 100%;
        margin: 0;
        padding: 0;
        border: 0;
        border-collapse: collapse;
        table-layout: fixed
    }

    .ma-floating-nav__header:after {
        display: none
    }

    .ma-floating-nav--mobile-dropdown.ma-floating-nav:after {
        height: 68px
    }

    .ma-floating-nav--mobile-dropdown.ma-floating-nav .ma-floating-nav__wrap {
        overflow: visible;
        min-width: 320px;
        height: 68px
    }

    .ma-floating-nav--mobile-dropdown.ma-floating-nav .ma-floating-nav__wrap:after {
        display: none
    }

    .ma-floating-nav--mobile-dropdown.ma-floating-nav .ma-floating-nav__inner:before, .ma-floating-nav--mobile-dropdown.ma-floating-nav .ma-floating-nav__inner:after {
        display: none
    }

    .ma-floating-nav--mobile-dropdown.ma-floating-nav .ma-floating-nav__headline {
        display: table-cell;
        height: 68px;
        float: none;
        -webkit-transition: -webkit-transform .6s;
        transition: -webkit-transform .6s;
        transition: transform .6s;
        transition: transform .6s, -webkit-transform .6s
    }

    .ma-floating-nav--mobile-dropdown.ma-floating-nav .ma-floating-nav__headline-link {
        position: relative;
        display: block;
        width: 100%;
        height: 68px;
        max-height: none;
        padding-left: 14px;
        padding-right: 40px;
        font-size: 18px;
        text-align: left;
        line-height: 68px;
        cursor: pointer;
        white-space: nowrap
    }

    html[lang^="th"] .ma-floating-nav--mobile-dropdown.ma-floating-nav .ma-floating-nav__headline-link {
        font-size: 24.3px
    }

    .ma-floating-nav--mobile-dropdown.ma-floating-nav .ma-floating-nav__headline-link:before {
        content: '';
        display: block;
        position: absolute;
        top: 50%;
        right: 0;
        width: 40px;
        height: 40px;
        margin-top: -20px;
        background: url(../../../../../../../etc.clientlibs/samsung/clientlibs/us/usglobal/clientlib-dependencies/resources/imgs/common/img/svg-arrow-top-white.svg) 50% no-repeat;
        background-size: 18px auto;
        -webkit-transform: rotate(180deg) translate3d(0, 0, 0);
        transform: rotate(180deg) translate3d(0, 0, 0);
        -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.22, 0.61, 0.36, 1);
        transition: -webkit-transform 0.6s cubic-bezier(0.22, 0.61, 0.36, 1);
        transition: transform 0.6s cubic-bezier(0.22, 0.61, 0.36, 1);
        transition: transform 0.6s cubic-bezier(0.22, 0.61, 0.36, 1), -webkit-transform 0.6s cubic-bezier(0.22, 0.61, 0.36, 1)
    }

    .ma-floating-nav--mobile-dropdown.ma-floating-nav .ma-floating-nav__utility {
        display: table-cell;
        position: relative;
        width: 142px;
        vertical-align: top;
        overflow: hidden
    }

    .ma-floating-nav--mobile-dropdown.ma-floating-nav .ma-floating-nav__utility-list {
        display: none
    }

    .ma-floating-nav--mobile-dropdown.ma-floating-nav .ma-floating-nav__button-wrap {
        float: right;
        height: 68px
    }

    .ma-floating-nav--mobile-dropdown.ma-floating-nav .ma-floating-nav__button-wrap .s-snav-button {
        width: 142px;
        height: 68px;
        line-height: 68px;
        font-size: 13px
    }

    html[lang^="th"] .ma-floating-nav--mobile-dropdown.ma-floating-nav .ma-floating-nav__button-wrap .s-snav-button {
        font-size: 17.55px
    }

    .ma-floating-nav--mobile-dropdown.ma-floating-nav .ma-floating-nav__button-wrap .s-snav-button.nav-cta-hide {
        margin-right: -142px
    }

    .ma-floating-nav--mobile-dropdown.ma-floating-nav .ma-floating-nav__button-wrap .s-ico-new-window:after {
        margin-left: 5px
    }

    .ma-floating-nav--mobile-dropdown.ma-floating-nav .ma-floating-nav__menu-wrap {
        display: none
    }

    .ma-floating-nav--mobile-dropdown.ma-floating-nav .ma-floating-nav__menu {
        position: static;
        height: auto
    }

    .ma-floating-nav--mobile-dropdown.ma-floating-nav .ma-floating-nav__menu .bar {
        display: none
    }

    .ma-floating-nav--mobile-dropdown.ma-floating-nav .ma-floating-nav__menu-container {
        display: block
    }

    .ma-floating-nav--mobile-dropdown.ma-floating-nav .ma-floating-nav__menu-list {
        margin: 0
    }

    .ma-floating-nav--mobile-dropdown.ma-floating-nav .ma-floating-nav__menu-list li {
        display: block;
        height: auto;
        margin-top: -1px;
        background: #363636
    }

    .ma-floating-nav--mobile-dropdown.ma-floating-nav .ma-floating-nav__menu-list li a {
        position: relative;
        padding-left: 15px;
        border-top: 1px solid #636363;
        border-bottom: 1px solid #636363;
        height: 64px;
        line-height: 64px;
        font-size: 16px
    }

    html[lang^="th"] .ma-floating-nav--mobile-dropdown.ma-floating-nav .ma-floating-nav__menu-list li a {
        font-size: 21.6px
    }

    .ma-floating-nav--mobile-dropdown.ma-floating-nav .ma-floating-nav__menu-list li a:hover, .ma-floating-nav--mobile-dropdown.ma-floating-nav .ma-floating-nav__menu-list li a:focus, .ma-floating-nav--mobile-dropdown.ma-floating-nav .ma-floating-nav__menu-list li.s-active a {
        background: #222425;
        border-color: #000;
        z-index: 1
    }

    .ma-floating-nav--mobile-dropdown.ma-floating-nav .ma-floating-nav__menu-list li.s-menu-utility {
        display: block
    }

    .ma-floating-nav--mobile-dropdown.ma-floating-nav .ma-floating-nav__menu-list .s-ico-new-window:after {
        content: '';
        display: inline-block;
        position: relative;
        margin-top: -2px;
        margin-left: 5px;
        width: 11px;
        height: 11px;
        background: url("../../../../../../../etc.clientlibs/samsung/clientlibs/us/usglobal/clientlib-dependencies/resources/imgs/newwindow.svg") no-repeat !important;
        vertical-align: middle
    }

    .ma-floating-nav--mobile-dropdown.ma-floating-nav.s-nav-opened .ma-floating-nav__wrap {
        height: 100% !important;
        z-index: 1099
    }

    .ma-floating-nav--mobile-dropdown.ma-floating-nav.s-nav-opened .ma-floating-nav__headline {
        background: #212425
    }

    .ma-floating-nav--mobile-dropdown.ma-floating-nav.s-nav-opened .ma-floating-nav__headline-link:before {
        -webkit-transform: rotate(360deg) translate3d(0, 0, 0);
        transform: rotate(360deg) translate3d(0, 0, 0)
    }

    .ma-floating-nav--mobile-dropdown.ma-floating-nav.s-nav-opened .ma-floating-nav__menu-wrap {
        display: block
    }

    .ma-floating-nav--mobile-dropdown.ma-floating-nav.s-nav-opened .ma-floating-nav__menu {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        top: 68px;
        background: rgba(0, 0, 0, 0.85)
    }

    .ma-floating-nav--mobile-dropdown.ma-floating-nav.s-nav-opened.s-nav-fixed .ma-floating-nav__menu {
        overflow-y: auto
    }

    .ma-floating-nav--mobile-dropdown.ma-floating-nav.is-none-menu-list:after {
        height: 68px
    }

    .ma-floating-nav--mobile-dropdown.ma-floating-nav.is-none-menu-list .ma-floating-nav__wrap {
        height: 68px
    }

    .ma-floating-nav--mobile-dropdown.ma-floating-nav.is-none-menu-list .ma-floating-nav__wrap:after {
        display: none
    }

    .ma-floating-nav--mobile-dropdown.ma-floating-nav.ma-floating-nav--cta-position .ma-floating-nav__utility {
        width: 285px
    }

    .ma-floating-nav--mobile-dropdown.ma-floating-nav.ma-floating-nav--theme-black .ma-floating-nav__header {
        background-color: #212425
    }

    .ma-floating-nav--mobile-dropdown.ma-floating-nav.ma-floating-nav--theme-black .ma-floating-nav__headline-link:before {
        background-image: url(../../../../../../../etc.clientlibs/samsung/clientlibs/us/usglobal/clientlib-dependencies/resources/imgs/common/img/svg-arrow-top-white.svg)
    }

    .ma-floating-nav--mobile-dropdown.ma-floating-nav.ma-floating-nav--theme-black .ma-floating-nav__menu-list li {
        background: #363636
    }

    .ma-floating-nav--mobile-dropdown.ma-floating-nav.ma-floating-nav--theme-black .ma-floating-nav__menu-list li a {
        border-top: 1px solid #636363;
        border-bottom: 1px solid #636363
    }

    .ma-floating-nav--mobile-dropdown.ma-floating-nav.ma-floating-nav--theme-black .ma-floating-nav__menu-list li a:hover, .ma-floating-nav--mobile-dropdown.ma-floating-nav.ma-floating-nav--theme-black .ma-floating-nav__menu-list li a:focus, .ma-floating-nav--mobile-dropdown.ma-floating-nav.ma-floating-nav--theme-black .ma-floating-nav__menu-list li.s-active a {
        background: #222425;
        border-color: #000
    }

    .ma-floating-nav--mobile-dropdown.ma-floating-nav.ma-floating-nav--theme-black .ma-floating-nav__menu-list .s-ico-new-window:after {
        background-image: url("../../../../../../../etc.clientlibs/samsung/clientlibs/us/usglobal/clientlib-dependencies/resources/imgs/newwindow.svg") !important
    }

    .ma-floating-nav--mobile-dropdown.ma-floating-nav.ma-floating-nav--theme-black.ma-floating-nav.s-nav-opened .ma-floating-nav__headline {
        background-color: #212425
    }

    .ma-floating-nav--mobile-dropdown.ma-floating-nav.ma-floating-nav--theme-black.ma-floating-nav.s-nav-opened .ma-floating-nav__menu {
        background: rgba(0, 0, 0, 0.85)
    }

    .ma-floating-nav--mobile-dropdown.ma-floating-nav.ma-floating-nav--theme-gray .ma-floating-nav__header {
        background-color: #f5f5f5
    }

    .ma-floating-nav--mobile-dropdown.ma-floating-nav.ma-floating-nav--theme-gray .ma-floating-nav__headline-link:before {
        background-image: url(../../../../../../../etc.clientlibs/samsung/clientlibs/us/usglobal/clientlib-dependencies/resources/imgs/common/img/svg-arrow-top-black.svg)
    }

    .ma-floating-nav--mobile-dropdown.ma-floating-nav.ma-floating-nav--theme-gray .ma-floating-nav__menu-list li {
        background-color: #dadada
    }

    .ma-floating-nav--mobile-dropdown.ma-floating-nav.ma-floating-nav--theme-gray .ma-floating-nav__menu-list li a:hover, .ma-floating-nav--mobile-dropdown.ma-floating-nav.ma-floating-nav--theme-gray .ma-floating-nav__menu-list li a:focus, .ma-floating-nav--mobile-dropdown.ma-floating-nav.ma-floating-nav--theme-gray .ma-floating-nav__menu-list li.s-active a {
        background-color: #f5f5f5
    }

    .ma-floating-nav--mobile-dropdown.ma-floating-nav.ma-floating-nav--theme-gray .ma-floating-nav__menu-list .s-ico-new-window:after {
        background-image: url("../../../../../../../etc.clientlibs/samsung/clientlibs/us/usglobal/clientlib-dependencies/resources/imgs/newwindow-hover.svg") !important
    }

    .ma-floating-nav--mobile-dropdown.ma-floating-nav.ma-floating-nav--theme-gray.ma-floating-nav.s-nav-opened .ma-floating-nav__headline {
        background-color: #f5f5f5
    }

    .ma-floating-nav--mobile-dropdown.ma-floating-nav.ma-floating-nav--theme-white .ma-floating-nav__wrap:before {
        display: none
    }

    .ma-floating-nav--mobile-dropdown.ma-floating-nav.ma-floating-nav--theme-white .ma-floating-nav__header {
        background-color: #fff
    }

    .ma-floating-nav--mobile-dropdown.ma-floating-nav.ma-floating-nav--theme-white .ma-floating-nav__headline-link:before {
        background-image: url(../../../../../../../etc.clientlibs/samsung/clientlibs/us/usglobal/clientlib-dependencies/resources/imgs/common/img/svg-arrow-top-black.svg)
    }

    .ma-floating-nav--mobile-dropdown.ma-floating-nav.ma-floating-nav--theme-white .ma-floating-nav__menu-list li {
        background-color: #f5f5f5
    }

    .ma-floating-nav--mobile-dropdown.ma-floating-nav.ma-floating-nav--theme-white .ma-floating-nav__menu-list li a {
        border-top: 1px solid #dadada;
        border-bottom: 1px solid #dadada
    }

    .ma-floating-nav--mobile-dropdown.ma-floating-nav.ma-floating-nav--theme-white .ma-floating-nav__menu-list li a:hover, .ma-floating-nav--mobile-dropdown.ma-floating-nav.ma-floating-nav--theme-white .ma-floating-nav__menu-list li a:focus, .ma-floating-nav--mobile-dropdown.ma-floating-nav.ma-floating-nav--theme-white .ma-floating-nav__menu-list li.s-active a {
        background-color: #fff
    }

    .ma-floating-nav--mobile-dropdown.ma-floating-nav.ma-floating-nav--theme-white .ma-floating-nav__menu-list .s-ico-new-window:after {
        background-image: url("../../../../../../../etc.clientlibs/samsung/clientlibs/us/usglobal/clientlib-dependencies/resources/imgs/newwindow-hover.svg") !important
    }

    .ma-floating-nav--mobile-dropdown.ma-floating-nav.ma-floating-nav--theme-white.ma-floating-nav.s-nav-opened .ma-floating-nav__headline {
        background-color: #fff
    }

    .ma-floating-nav--mobile-scroll.ma-floating-nav:after {
        height: 77px
    }

    .ma-floating-nav--mobile-scroll.ma-floating-nav.next .ma-floating-nav__inner:before {
        display: none
    }

    .ma-floating-nav--mobile-scroll.ma-floating-nav.next .ma-floating-nav__inner:after {
        display: block
    }

    .ma-floating-nav--mobile-scroll.ma-floating-nav.prev .ma-floating-nav__inner:before {
        display: block
    }

    .ma-floating-nav--mobile-scroll.ma-floating-nav.prev .ma-floating-nav__inner:after {
        display: none
    }

    .ma-floating-nav--mobile-scroll.ma-floating-nav.next.prev .ma-floating-nav__inner:before, .ma-floating-nav--mobile-scroll.ma-floating-nav.next.prev .ma-floating-nav__inner:after {
        display: none
    }

    .rtl .ma-floating-nav--mobile-scroll.ma-floating-nav .ma-floating-nav__inner:before, .rtl .ma-floating-nav--mobile-scroll.ma-floating-nav .ma-floating-nav__inner:after {
        display: none
    }

    .ma-floating-nav--mobile-scroll.ma-floating-nav .ma-floating-nav__wrap {
        height: 77px
    }

    .ma-floating-nav--mobile-scroll.ma-floating-nav .ma-floating-nav__wrap:after {
        display: block;
        top: auto;
        bottom: 0;
        height: 34px
    }

    .ma-floating-nav--mobile-scroll.ma-floating-nav .ma-floating-nav__inner:before, .ma-floating-nav--mobile-scroll.ma-floating-nav .ma-floating-nav__inner:after {
        height: 34px;
        background-size: 30px 100%
    }

    .ma-floating-nav--mobile-scroll.ma-floating-nav .ma-floating-nav__inner:before {
        background-position: -23px 0
    }

    .ma-floating-nav--mobile-scroll.ma-floating-nav .ma-floating-nav__inner:after {
        background-position: 6px 0
    }

    .ma-floating-nav--mobile-scroll.ma-floating-nav .ma-floating-nav__header {
        height: 43px
    }

    .ma-floating-nav--mobile-scroll.ma-floating-nav .ma-floating-nav__headline {
        display: table-cell;
        height: 43px;
        vertical-align: middle
    }

    .ma-floating-nav--mobile-scroll.ma-floating-nav .ma-floating-nav__headline-link {
        padding-left: 10px;
        padding-right: 4px;
        font-size: 14px;
        cursor: default
    }

    html[lang^="th"] .ma-floating-nav--mobile-scroll.ma-floating-nav .ma-floating-nav__headline-link {
        font-size: 18.9px
    }

    .ma-floating-nav--mobile-scroll.ma-floating-nav .ma-floating-nav__headline-link span {
        height: 14px
    }

    .ma-floating-nav--mobile-scroll.ma-floating-nav .ma-floating-nav__utility {
        display: table-cell;
        position: relative;
        width: 95px
    }

    .ma-floating-nav--mobile-scroll.ma-floating-nav .ma-floating-nav__button-wrap {
        height: 43px;
        margin-right: -1px
    }

    .ma-floating-nav--mobile-scroll.ma-floating-nav .ma-floating-nav__button-wrap .s-snav-button {
        width: 95px;
        height: 43px;
        padding: 0 10px;
        font-size: 10px;
        line-height: 43px
    }

    html[lang^="th"] .ma-floating-nav--mobile-scroll.ma-floating-nav .ma-floating-nav__button-wrap .s-snav-button {
        font-size: 13.5px
    }

    .ma-floating-nav--mobile-scroll.ma-floating-nav .ma-floating-nav__button-wrap .s-snav-button.s-ico-new-window span:after {
        width: 9px;
        height: 9px;
        margin-top: -2px
    }

    .ma-floating-nav--mobile-scroll.ma-floating-nav .ma-floating-nav__menu-wrap {
        display: block
    }

    .ma-floating-nav--mobile-scroll.ma-floating-nav .ma-floating-nav__menu {
        height: 34px
    }

    .ma-floating-nav--mobile-scroll.ma-floating-nav .ma-floating-nav__menu .bar {
        top: 32px;
        height: 2px
    }

    .ma-floating-nav--mobile-scroll.ma-floating-nav .ma-floating-nav__menu-list {
        margin: 0
    }

    .ma-floating-nav--mobile-scroll.ma-floating-nav .ma-floating-nav__menu-list li {
        height: 34px
    }

    .ma-floating-nav--mobile-scroll.ma-floating-nav .ma-floating-nav__menu-list li a {
        height: 34px;
        padding: 0 12px;
        font-size: 10px;
        line-height: 34px
    }

    html[lang^="th"] .ma-floating-nav--mobile-scroll.ma-floating-nav .ma-floating-nav__menu-list li a {
        font-size: 13.5px
    }

    .ma-floating-nav--mobile-scroll.ma-floating-nav .ma-floating-nav__menu-list li .s-ico-new-window:after {
        width: 9px;
        height: 9px;
        margin-top: -2px
    }

    .ma-floating-nav--mobile-scroll.ma-floating-nav.ma-floating-nav--cta-position .ma-floating-nav__utility {
        width: 192px
    }

    .ma-floating-nav--mobile-scroll.ma-floating-nav.ma-floating-nav--theme-black .ma-floating-nav__menu {
        background-color: #141414
    }

    .ma-floating-nav--mobile-scroll.ma-floating-nav.ma-floating-nav--theme-gray .ma-floating-nav__menu {
        background-color: #dadada
    }

    .ma-floating-nav--mobile-scroll.ma-floating-nav.ma-floating-nav--theme-gray .ma-floating-nav__inner:before, .ma-floating-nav--mobile-scroll.ma-floating-nav.ma-floating-nav--theme-gray .ma-floating-nav__inner:after {
        opacity: 0.1
    }

    .ma-floating-nav--mobile-scroll.ma-floating-nav.ma-floating-nav--theme-white .ma-floating-nav__menu {
        background-color: transparent
    }

    .ma-floating-nav--mobile-scroll.ma-floating-nav.ma-floating-nav--theme-white .ma-floating-nav__inner:before, .ma-floating-nav--mobile-scroll.ma-floating-nav.ma-floating-nav--theme-white .ma-floating-nav__inner:after {
        bottom: 1px;
        height: 32px;
        background-image: url(../../../../../../../etc.clientlibs/samsung/clientlibs/us/usglobal/clientlib-dependencies/resources/imgs/bg_subnav_sidemask.png);
        opacity: 1
    }

    .ma-floating-nav--mobile-scroll.ma-floating-nav.s-nav-opened .ma-floating-nav__wrap {
        height: auto
    }
}

@media (max-width: 570px) {
    .ma-floating-nav.ma-floating-nav--cta-position.ma-floating-nav--mobile-dropdown:after {
        height: 121px
    }

    .ma-floating-nav.ma-floating-nav--cta-position.ma-floating-nav--mobile-dropdown .ma-floating-nav__wrap {
        height: 121px
    }

    .ma-floating-nav.ma-floating-nav--cta-position.ma-floating-nav--mobile-dropdown .ma-floating-nav__header {
        display: block;
        padding-top: 53px;
        padding-right: 0
    }

    .ma-floating-nav.ma-floating-nav--cta-position.ma-floating-nav--mobile-dropdown .ma-floating-nav__headline {
        display: block
    }

    .ma-floating-nav.ma-floating-nav--cta-position.ma-floating-nav--mobile-dropdown .ma-floating-nav__utility {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        width: 100%
    }

    .ma-floating-nav.ma-floating-nav--cta-position.ma-floating-nav--mobile-dropdown .ma-floating-nav__button-wrap {
        display: block;
        float: none;
        height: 53px
    }

    .ma-floating-nav.ma-floating-nav--cta-position.ma-floating-nav--mobile-dropdown .ma-floating-nav__button-wrap .s-snav-button {
        float: none;
        width: 50%;
        height: 53px;
        line-height: 53px
    }

    .ma-floating-nav.ma-floating-nav--cta-position.ma-floating-nav--mobile-dropdown.s-nav-opened .ma-floating-nav__menu {
        top: 121px
    }

    .ma-floating-nav.ma-floating-nav--cta-position.ma-floating-nav--mobile-dropdown.is-none-menu-list:after {
        height: 121px
    }

    .ma-floating-nav.ma-floating-nav--cta-position.ma-floating-nav--mobile-dropdown.is-none-menu-list .ma-floating-nav__wrap {
        height: 121px
    }

    .ma-floating-nav.ma-floating-nav--cta-position.ma-floating-nav--mobile-dropdown.is-none-menu-list .ma-floating-nav__wrap:after {
        display: none
    }
}

@media (max-width: 360px) {
    .ma-floating-nav.ma-floating-nav--mobile-dropdown .ma-floating-nav__headline {
        width: 100%
    }

    .ma-floating-nav.ma-floating-nav--mobile-dropdown .ma-floating-nav__headline-link {
        padding-right: 4px;
        font-size: 15px
    }

    html[lang^="th"] .ma-floating-nav.ma-floating-nav--mobile-dropdown .ma-floating-nav__headline-link {
        font-size: 20.25px
    }

    .ma-floating-nav.ma-floating-nav--mobile-dropdown .ma-floating-nav__button-wrap .s-snav-button {
        width: 120px
    }
}
.dse-t-com-steps-wrapper-new.desktop {
  display: block;
}

.dse-t-com-steps-wrapper-new.mobile {
  display: none;
}

.dse-t-com-slick-dots {
  display: none;
}


.dse-t-com-wrapper-bg-desktop-new {
  width: 65%;
  /* height: 100%; */
  display: flex;
  position: relative;
}

.right-button {
  position: absolute;
  right: 0;
  padding: 20px 50px;
  color: #fff;
  top: 20px;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  z-index: 1;
}

.dse-t-com-wrapper-bg-desktop-new img {
  height: 50px;
}

.dse-t-com-wrapper-bg-mobile-new {
  display: none;
}

.dse-t-com-wrapper-bg-mobile-new img {
  width: 100%;
  height: 100%;
}

.dse-t-com-wrapper {
  position: relative;
  box-sizing: border-box;
  padding: 2.08vw 2.08vw 1.736vw;
  background-color: rgb(27, 45, 107);
  display: flex;
  background-size: 100% 100%;
  min-height: 200px;
}

.dse-t-com-wrapper p {
  margin: 0;
}

.dse-t-com-content-new {
  position: relative;
  padding: 0 2.08vw 2.08vw;
}

.dse-t-com-title {
  font-family: "Samsung Sharp Sans Bold", arial, sans-serif;
  font-size: 3.444vw;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 1.041vw !important;
  color: white;
}

.dse-t-com-subtitle {
  font-family: "Samsung Sharp Sans Bold", arial, sans-serif;
  font-size: 2.222vw;
  line-height: 1.2;
  margin-bottom: 1.041vw !important;
  color: white;
}

.dse-t-com-desc {
  font-family: "Samsung Sharp Sans Medium", arial, sans-serif;
  font-size: 1.389vw;
  line-height: 1.2;
  color: white;
}

.dse-t-com-step-chip-new {
  margin : 11px !important;
  cursor: pointer;
  text-decoration: none !important;
  position: relative;
  display: inline-block;
  /* height: 15.5vw; */
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 15.5vw;
  -webkit-border-radius: 0.694vw;
  border-radius: 0.694vw;
  padding: 1.736vw 1.389vw 0.694vw 2.08vw;
  box-shadow: 1px 1px 13px 1px grey;
  background-color: #2189FF;
}

.dse-t-com-step-chip-new.selected,
.dse-t-com-step-chip-new:hover {
  background-color: #016bea;
}

.dse-t-com-steps-wrapper-new {
  position: relative;
  margin: 10px;
}

.dse-t-com-steps-new {
  margin: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  -js-display: flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: center;
  -ms-flex-pack: justify;
  justify-content: center;
  width: 100%;
}

.dse-t-com-steps-new a:hover {
  transform: scale(1.05);
}

.dse-t-com-step-title-new {
  position: relative;
  font-family: "Samsung Sharp Sans Bold", arial, sans-serif;
  font-size: 2.222vw;
  color: white;
  font-weight: bold;
  margin-bottom: 0.694vw;
  top: 0px;
  margin-top: 14px;
}

.dse-t-com-step-desc {
  position: relative;
  font-family: "SamsungOne", arial, sans-serif;
  font-size: 1.11vw;
  line-height: 1.2;
  color: white;
}

.dse-t-com-step-arrow {
  position: relative;
  width: 2.778vw;
  height: 1.736vw;
  background-color: gray;
  position: absolute;
  bottom: 0.694vw;
}

.card-dtl-pic {
  display: flex;
}

.dse-t-com-steps-wrapper-new.transparent-bg {
  background-color: transparent;
}

.sg-g-dse-deals.container .slick-dots li button {
  background: #fff;
}

@media only screen and (min-width: 769px) and (max-width: 992px) {
  .right-button {
    padding: 10px 30px;
  }
}

@media only screen and (min-width: 1440px) {
  .dse-t-com-wrapper {
    padding: 30px 30px 25px;
  }

  .dse-t-com-content-new {
    padding: 0 30px 30px;
    width: 35% !important;
    margin-right: auto;
  }

  .dse-t-com-title {
    font-size: 56px !important;
    margin-bottom: 25px !important;
    line-height: 1.1;
  }

  .dse-t-com-subtitle {
    font-size: 32px;
    margin-bottom: 25px !important;
  }

  .dse-t-com-desc {
    font-size: 20px !important;
  }

  .dse-t-com-step-chip-new {
    /* height: 195px; */
    width: 212px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    padding: 25px 20px 10px 30px;
    display: flex;
    flex-direction: column;
    background-color: #2189FF;
  }

  .dse-t-com-step-title-new {
    font-size: 30px;
    margin-bottom: 10px;
  }

  .dse-t-com-step-desc {
    font-size: 16px;
  }

  .dse-t-com-step-arrow {
    width: 40px;
    height: 25px;
    bottom: 10px;
  }
}

@media only screen and (min-width: 768px) {
  .dse-t-com-content-new {
    width: 55%;
  }

  .dse-t-com-title {
    font-size: 4.5rem;
  }

  .dse-t-com-title {
    margin-bottom: 20px !important;
  }

  .dse-t-com-subtitle {
    margin-bottom: 25px !important;
  }

  .dse-t-com-desc {
    font-size: 1.35rem;
    line-height: 1.5;
  }
}

@media only screen and (max-width: 768px) {
  .dse-t-com-steps-wrapper-new.desktop {
    display: none;
  }

  .dse-t-com-steps-wrapper-new.mobile {
    display: block;
  }

  .topcard-mobile img {
    border-radius: 20px;
    box-shadow: 5px 9px 25px -15px grey;
    width: 26px;
    height: 36px;
  }

  .dse-t-com-slick-dots {
    display: block;
  }

  .dse-t-com-wrapper-bg-mobile-new {
    display: block;
    /* box-shadow: 12px 23px 20px -15px grey; */
    /* background-color: #e2e2e2; */
    border-radius: 20px;
  }

  .dse-t-com-wrapper-bg-desktop-new {
    display: none;
  }

  .dse-t-com-wrapper {
    padding: 9vw 0 3.75vw 3.75vw;
    height: 450px;
  }

  .dse-t-com-content-new {
    padding: 0 5vw 5vw 1.25vw;
  }

  .dse-t-com-title {
    font-size: 7.5vw;
    line-height: 1.2;
    margin-bottom: 2.5vw !important;
    width: 75%;
  }

  .dse-t-com-subtitle {
    font-size: 6vw;
    margin-bottom: 2.5vw !important;
  }

  .dse-t-com-desc {
    font-size: 4vw;
    line-height: 1.2;
  }

  .dse-t-com-steps-new {
    margin: 0;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    width: 100%;
    overflow-x: auto;
    padding-bottom: 15px;
  }

  .dse-t-com-steps-wrapper-new {
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
    margin-top: 20px;
    margin-left: 20px;
  }

  .dse-t-com-steps-wrapper-new::-webkit-scrollbar {
    width: 0;
    height: 0;
  }

  .dse-t-com-step-chip-new {
    flex-shrink: 0;
    height: 135px;
    width: 135px;
    /* min-width: 135px; */
    -webkit-border-radius: 2.5vw;
    border-radius: 2.5vw;
    margin-right: 2vw;
    padding: 1.5rem 1.125rem;
    box-shadow: none;
    display: flex;
    background-color: #2189FF;
    flex-flow: column;
    margin-bottom: 12px;
  }

  .dse-t-com-step-title-new {
    font-size: 2.2rem;
    line-height: 1.2;
    margin-bottom: 1.25vw;
    margin-top: 10px;
  }

  .dse-t-com-step-desc {
    font-size: 3vw;
  }

  .dse-t-com-step-arrow {
    width: 7.5vw;
    height: 5vw;
    bottom: 3vw;
  }

  .right-button {
    padding: 5px 15px;
    border-top-left-radius: 7px;
    border-bottom-left-radius: 7px;
  }
}

.sg-deals-dots-container {
  display: flex;
  justify-content: center;
  margin: 0 auto;
  padding: 1rem 0;
  padding: 5px;
  border-radius: 12px;
  list-style-type: none;
}

.sg-deals-dots-container div {
  margin: 0 0.25rem;
  display: block;
  width: 10px;
  height: 10px;
  padding: 0;
  border: none;
  border-radius: 100%;
  background-color: #b9b4b4;
  text-indent: -9999px;
}

.dse-t-com-steps-new::-webkit-scrollbar {
	display: none;
}

.sg-deals-dots-container .active {
  background-color: #000
}
*,
:after,
:before {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  font-family: Poppins, sans-serif;
  color: #000;
}

sup {
  font-size: 12px;
  font-family: SamsungSharpSans-Bold;
  font-weight: 700;
}

@media (max-width: 600px) {
  sup {
    font-size: 8px;
    font-family: SamsungSharpsans-Bold;
  }
}

.selected-thumbnail {
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.hide-on-mobile {
  display: block !important;
}

@media (max-width: 600px) {
  .hide-on-mobile {
    display: none !important;
  }
}

.flex-col {
  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;
}

.mb-10 {
  margin-bottom: 15px;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.vaccum-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  -js-display: flex;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  gap: 20px;
}

@media (max-width: 600px) {
  .vaccum-container {
    -webkit-flex-flow: column !important;
    -ms-flex-flow: column !important;
    flex-flow: column !important;
  }
}

.p-0 {
  padding: 0 !important;
}

.flex-row-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  -js-display: flex;
  display: flex;
  gap: 15px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media (max-width: 600px) {
  .flex-row-container {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}

.no-x-scroll {
  overflow-x: hidden !important;
}

.plus-more {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  -js-display: flex;
  display: flex;
  color: inherit;
}

.grid-test {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  -js-display: flex;
  display: flex;
  gap: 15px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media (max-width: 600px) {
  .grid-test {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    overflow-x: scroll;
    padding-bottom: 15px;
  }
}

@media (min-width: 601px) {
  .grid-test__span4 {
    -ms-grid-column: span 4;
    grid-column: span 4;
  }
}

.grid-test__span3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  -js-display: flex;
  display: flex;
  -webkit-flex-flow: column;
  -ms-flex-flow: column;
  flex-flow: column;
  width: -webkit-fit-content;
  width: fit-content;
}

.grid-test__tall--cnt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  -js-display: flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-column-gap: 20px;
  column-gap: 20px;
  width: 100%;
}

@media (max-width: 600px) {
  .grid-test__tall--cnt {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow-x: auto;
    padding-bottom: 10px;
  }
}

@media (min-width: 601px) {
  .grid-test__tall--cnt {
    overflow-x: auto;
    padding-bottom: 25px;
  }
}

.grid-test__tall-first {
  width: -webkit-calc(33.33% - 15px);
  width: calc(33.33% - 15px);
}

.grid-test__tall-first__cnt {
  width: 100%;
}

.grid-test__tall-first__cnt__img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  -js-display: flex;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

@media (max-width: 600px) {
  .grid-test__tall-first__cnt__img img {
    height: 100% !important;
    width: 100px;
    margin-left: 0 !important;
  }
}

@media (min-width: 601px) {
  .grid-test__tall-first__cnt__img img {
    width: auto;
    max-width: 100%;
  }
}

@media (max-width: 600px) {
  .grid-test__tall-first__cnt__img {
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
  }
}

@media (min-width: 601px) {
  .grid-test__tall-first__cnt__img {
    width: -webkit-max-content;
    width: max-content;
    max-width: 100%;
  }
}

@media (max-width: 600px) {
  .grid-test__tall-first__cnt {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    -js-display: flex;
    display: flex;
    height: 100%;
    background-color: #f7f7f7;
    -webkit-border-top-right-radius: 10px;
    border-top-right-radius: 10px;
    -webkit-border-bottom-right-radius: 10px;
    border-bottom-right-radius: 10px;
  }
}

.grid-test__tall-first__description {
  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;
  margin-top: auto;
}

@media (max-width: 600px) {
  .grid-test__tall-first__description {
    padding: 0 15px;
    margin: auto 0;
  }
}

@media (min-width: 601px) {
  .grid-test__tall-first {
    min-width: 245px;
  }
}

@media (max-width: 600px) {
  .grid-test__tall-first {
    width: 100%;
    height: 175px;
    margin-bottom: 10px;
  }
}

.grid-test__tall-second {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  -js-display: flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 15px;
}

.grid-test__tall-second__cnt {
  width: -webkit-calc(50% - 15px);
  width: calc(50% - 15px);
  min-width: 150px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  -js-display: flex;
  display: flex;
  -webkit-flex-flow: column;
  -ms-flex-flow: column;
  flex-flow: column;
}

.grid-test__tall-second__cnt__img {
  height: 91%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  -js-display: flex;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  min-height: 500px;
}

.grid-test__tall-second__cnt__img img {
  width: auto;
  max-width: 100%;
  margin: auto !important;
}

@media (max-width: 600px) {
  .grid-test__tall-second__cnt__img img {
    height: 100px;
    margin: auto !important;
  }
}

@media (max-width: 600px) {
  .grid-test__tall-second__cnt__img {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    -js-display: flex;
    display: flex;
    min-height: 148px;
    height: 148px;
    -webkit-box-flex: 1;
    -webkit-flex: auto;
    -ms-flex: auto;
    flex: auto;
  }
}

.grid-test__tall-second__cnt__description {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  -js-display: flex;
  display: flex;
  margin-top: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media (max-width: 600px) {
  .grid-test__tall-second__cnt {
    width: -webkit-calc(50% - 10px);
    width: calc(50% - 10px);
  }
}

@media (min-width: 601px) {
  .grid-test__tall-second__cnt {
    min-width: 245px;
  }
}

@media (max-width: 600px) {
  .grid-test__tall-second {
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    padding-bottom: 15px;
  }
}

.grid-test__very-big {
  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: 601px) {
  .grid-test__very-big {
    max-width: 70%;
  }
}

@media (max-width: 600px) {
  .grid-test__very-big {
    width: 100%;
    height: 175px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    -js-display: flex;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    background-color: #f7f7f7;
  }
}

.grid-test__first {
  width: 50% !important;
}

.grid-test__laundry {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  -js-display: flex;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  gap: 15px;
}

@media (max-width: 600px) {
  .grid-test__laundry {
    width: 100%;
    -webkit-flex-flow: column;
    -ms-flex-flow: column;
    flex-flow: column;
  }
}

.grid-test__laundry_big {
  width: -webkit-calc(50% - 15px);
  width: calc(50% - 15px);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  -js-display: flex;
  display: flex;
  -webkit-flex-flow: column;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.grid-test__laundry_big__container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  -js-display: flex;
  display: flex;
  -webkit-flex-flow: column;
  -ms-flex-flow: column;
  flex-flow: column;
}

@media (max-width: 600px) {
  .grid-test__laundry_big__container {
    -webkit-flex-flow: row;
    -ms-flex-flow: row;
    flex-flow: row;
    gap: 15px;
  }
}

.grid-test__laundry_big__description {
  margin-top: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  -js-display: flex;
  display: flex;
  -webkit-flex-flow: column;
  -ms-flex-flow: column;
  flex-flow: column;
  width: 60%;
  margin-bottom: 50px;
}

@media (max-width: 600px) {
  .grid-test__laundry_big__description {
    width: 45%;
    margin: auto 0;
  }
}

@media (max-width: 600px) {
  .grid-test__laundry_big {
    width: 100%;
    height: 220px;
  }
}

.grid-test__laundry_small {
  width: -webkit-calc(50% - 15px);
  width: calc(50% - 15px);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  -js-display: flex;
  display: flex;
  -webkit-flex-flow: row;
  -ms-flex-flow: row;
  flex-flow: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media (max-width: 600px) {
  .grid-test__laundry_small {
    width: 100%;
  }
}

.max-content-width {
  width: -webkit-max-content;
  width: max-content;
}

.products {
  margin: 0 20px;
}

.products__heading {
  font-size: 48px;
  font-weight: 700;
  font-family: SamsungSharpSans;
  letter-spacing: normal;
  word-spacing: normal;
  text-align: center;
  line-height: 1.2;
  margin: 6rem 0 1.3rem;
}

@media (max-width: 600px) {
  .products__heading {
    font-size: 32px;
    line-height: 1.33;
  }
}

.products__tab {
  margin: 0 auto;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  -js-display: flex;
  display: flex;
  padding-top: 15px;
}

.products__list {
  list-style-type: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  -js-display: flex;
  display: flex;
  overflow-x: auto;
  padding-bottom: 10px;
  margin: 0 auto;
}

.products__list::-webkit-scrollbar {
  display: none;
}

@media (max-width: 600px) {
  .products__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    -js-display: flex;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    overflow-x: auto;
    padding-bottom: 15px;
  }
}

.products__list-item {
  display: inline-block;
  margin: 0 2.5rem;
  cursor: pointer;
}

.products__list-item:hover hr {
  display: block;
}

.products__list-item-text {
  font-size: 18px;
  font-weight: 700;
  font-family: SamsungOne;
  padding: 0 1px;
  width: -webkit-max-content;
  width: max-content;
}

.products__list-item-text a {
  color: black;
}

@media (max-width: 600px) {
  .products__list-item-text {
    font-size: 14px;
  }
}

.products__list-item-underline {
  height: 1.7px;
  border: none;
  background-color: #000;
  -webkit-border-radius: 0.5rem;
  border-radius: 0.5rem;
  display: none;
}

.products__carousels-container {
  max-width: 1440px;
  margin: 0 auto;
}

.products__carousel {
  margin: 5rem 0;
  display: none;
}

.products__carousel:first-child {
  display: block;
}

.products__item {
  cursor: pointer;
}

.products__item__show-on-hover {
  display: none;
}

@media (min-width: 601px) {
  .products__item:hover .products__item__hide-on-hover {
    display: none;
  }
}

@media (min-width: 601px) {
  .products__item:hover .products__item__show-on-hover {
    display: block;
  }
}

@media (min-width: 601px) {
  .products__item:hover .products__item-images-list-wrapper {
    display: block;
    width: 100%;
  }
}

.products__refrigirator-item {
  width: -webkit-calc(25% - 15px);
  width: calc(25% - 15px);
}

@media (max-width: 600px) {
  .products__refrigirator-item {
    width: -webkit-calc(50% - 15px);
    width: calc(50% - 15px);
  }
}

.products__kitchen-item {
  width: -webkit-calc(33.33% - 15px);
  width: calc(33.33% - 15px);
}

@media (max-width: 600px) {
  .products__kitchen-item {
    width: 100%;
  }
}

.products__laundry-item {
  width: -webkit-calc(50% - 10px);
  width: calc(50% - 10px);
  margin-bottom: 10px;
}

@media (max-width: 600px) {
  .products__laundry-item {
    width: -webkit-calc(50% - 5px);
    width: calc(50% - 5px);
    margin-bottom: 10px;
  }
}

.products__vaccum-item {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

@media (min-width: 601px) {
  .products__vaccum-item {
    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: 600px) {
  .products__vaccum-item {
    width: 100%;
  }
}

.products__item-image {
  background-color: rgba(0, 0, 0, 0.03);
  -webkit-border-radius: 1.1rem;
  border-radius: 1.1rem;
  overflow: hidden;
  margin-bottom: 1rem;
}

.products__item-image img {
  display: block;
  margin: 0 auto;
  position: relative;
  max-width: 100%;
}

.products__item-image--refrigirator {
  height: 330px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  -js-display: flex;
  display: flex;
}

@media (max-width: 600px) {
  .products__item-image--refrigirator {
    height: 148px;
    min-width: 150px;
    width: 100%;
  }
}

.products__item-image--refrigirator img {
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 100%;
  padding: 0;
  margin: auto;
}

@media (max-width: 600px) {
  .products__item-image--refrigirator img {
    height: 100px;
    width: 100px;
  }
}

.products__item-image--kitchen {
  height: 330px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  -js-display: flex;
  display: flex;
}

@media (max-width: 600px) {
  .products__item-image--kitchen {
    height: 148px;
    min-width: 150px;
    width: 100%;
  }
}

.products__item-image--kitchen img {
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 100%;
  padding: 0;
  margin: auto;
}

@media (max-width: 600px) {
  .products__item-image--kitchen img {
    height: 85px;
    width: 120px;
  }
}

.products__item-image--laundry-small {
  height: 330px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  -js-display: flex;
  display: flex;
}

.products__item-image--laundry-small img {
  width: auto;
  max-width: 100%;
  margin: auto;
}

@media (max-width: 600px) {
  .products__item-image--laundry-small img {
    width: 100px;
    height: 100px;
  }
}

@media (max-width: 600px) {
  .products__item-image--laundry-small {
    height: 148px;
    width: 148px;
  }
}

.products__item-image--laundry-big {
  max-height: -webkit-calc(100% - 75px);
  max-height: calc(100% - 75px);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  -js-display: flex;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.products__item-image--laundry-big img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  margin: auto auto auto 0;
  -webkit-border-radius: 1.1rem;
  border-radius: 1.1rem;
}

@media (max-width: 600px) {
  .products__item-image--laundry-big {
    max-height: 100%;
    width: -webkit-calc(50% - 15px);
    width: calc(50% - 15px);
  }
}

.products__item-image--vacuum-small {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  -js-display: flex;
  display: flex;
  height: 94%;
}

.products__item-image--vacuum-small img {
  width: auto;
  max-width: 100%;
  margin: auto;
}

@media (max-width: 600px) {
  .products__item-image--vacuum-small img {
    height: 120px;
  }
}

@media (max-width: 600px) {
  .products__item-image--vacuum-small {
    height: 150px;
  }
}

.products__item-image--vacuum-big {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  -js-display: flex;
  display: flex;
  width: 100%;
  background-color: transparent;
  max-height: 814px;
}

.products__item-image--vacuum-big img {
  width: auto;
  max-width: 100%;
  margin: auto;
  height: 100%;
  margin-left: 0 !important;
}

@media (max-width: 600px) {
  .products__item-image--vacuum-big img {
    height: 100%;
    width: auto;
  }
}

@media (max-width: 600px) {
  .products__item-image--vacuum-big {
    width: 50%;
  }
}

.products__item-image--air-clothing {
  height: 91%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  -js-display: flex;
  display: flex;
}

.products__item-image--air-clothing img {
  width: auto;
  max-width: 100%;
  margin: auto;
}

@media (max-width: 600px) {
  .products__item-image--air-clothing img {
    height: 100px;
    width: auto;
  }
}

@media (max-width: 600px) {
  .products__item-image--air-clothing {
    height: auto;
    width: -webkit-max-content;
    width: max-content;
  }
}

.products__item-images-list-wrapper {
  margin-top: -0.4rem;
  margin-bottom: 8px;
  display: none;
}

.products__item-images-list {
  width: -webkit-max-content;
  width: max-content;
  list-style-type: none;
  display: -ms-grid;
  display: grid;
  grid-gap: 0.5rem;
  -ms-grid-columns: 1fr [6];
  grid-template-columns: repeat(6, 1fr);
  max-width: 100%;
}

.products__item-images-list-other {
  list-style-type: none;
  display: -ms-grid;
  display: grid;
  grid-gap: 0.5rem;
  -ms-grid-columns: 1fr [8];
  grid-template-columns: repeat(8, 1fr);
}

.products__item-images-list-item {
  background-color: rgba(0, 0, 0, 0.03);
  overflow: hidden;
  -webkit-border-radius: 0.4rem;
  border-radius: 0.4rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  -js-display: flex;
  display: flex;
  height: 3.3333333vw;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.products__item-images-list-item img {
  position: relative;
  width: 2.0833333vw;
  height: 2.0833333vw;
  margin: auto;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.products__item-create-your-own-btn,
.products__item-more-btn {
  background-color: rgba(0, 0, 0, 0.03);
  -webkit-border-radius: 0.4rem;
  border-radius: 0.4rem;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  -js-display: flex;
  display: flex;
  width: 3.33333333vw;
  height: 3.33333333vw;
}

.products__item-more-btn {
  background-color: transparent;
}

.products__item-create-your-own-btn {
  background: #f2f2f2;
  border: 1.5px solid transparent;
  background-clip: padding-box;
  -webkit-border-radius: 0.4rem;
  border-radius: 0.4rem;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  -js-display: flex;
  display: flex;
  text-align: center;
}

.products__item-create-your-own-btn a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  -js-display: flex;
  display: flex;
}

.products__item-create-your-own-btn p {
  margin: auto;
}

.products__item-create-your-own-btn:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  margin: -1.5px;
  -webkit-border-radius: inherit;
  border-radius: inherit;
  background: linear-gradient(135deg, #fa709a 10%, #ff9a44);
}

.products__item-create-your-own-btn p {
  font-size: 0.486111vw;
  padding: 3px 2px;
  line-height: 1.1;
  font-weight: 600;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  background-image: -webkit-gradient(linear, left top, right top, from(#ff4500), to(#ff8400));
  background-image: linear-gradient(90deg, #ff4500, #ff8400);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.products__item-more-btn p {
  padding: 3px 2px;
  font-size: 0.866666vw;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  font-family: SamsungOne;
}

products__list-item-text
.products__item-tag {
  font-weight: 700;
  width: 72px;
  font-size: 14px;
  font-family: SamsungSharpSans;
  height: 18px;
}

@media (max-width: 600px) {
  .products__item-tag {
    font-size: 10px;
    line-height: 13px;
    height: 13px;
  }
}

.products__item-tag--recommended {
  color: #ff8400;
}

.products__item-tag--new {
  color: #ff4500;
}

.products__item-tag--bestseller {
  color: #00b3e3;
}

.products__item-main-heading {
  font-family: SamsungSharpSans;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 1rem;
  width: 82%;
}

@media (max-width: 600px) {
  .products__item-main-heading {
    font-size: 12px;
    line-height: 1.33;
    margin-top: 8px;
    margin-bottom: 8px;
    width: 100%;
  }
}

.products__item-secondary-heading {
  font-size: 10px;
  max-width: 448px;
}

.products__item-main-heading-kitchen {
  font-family: SamsungSharpSans;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 0.5rem;
  width: auto;
  max-width: 448px;
}

@media (max-width: 600px) {
  .products__item-main-heading-kitchen {
    font-size: 12px;
    line-height: 1.33;
    margin-top: 8px;
    margin-bottom: 8px;
    width: 100%;
  }
}

.products__item-details {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.7);
}

.products__item-details--light-black {
  font-size: 14px;
  font-weight: 400;
  font-family: SamsungOne;
}

@media (max-width: 600px) {
  .products__item-details--light-black {
    font-size: 10px;
  }
}

.products__item-details--bold-black {
  font-size: 1.2rem;
  font-weight: 600;
  position: relative;
  top: -0.6rem;
  display: none;
}

[id^="tab-item"]:first-child hr {
  display: block;
}

@media screen and (max-width: 2500px) and (min-width: 600px) {
  .arrow-left {
    display: none !important;
  }
  .arrow-right {
    display: none !important;
  }
}

@media screen and (max-width: 600px) {
  .arrow-left {
    width: 15px;
    margin-right: 4px;
    margin-bottom: 19px;
    -webkit-transform: rotate(-90deg);
    display: none;
  }
  .arrow-right {
    width: 15px;
    margin-right: 4px;
    margin-bottom: 19px;
    -webkit-transform: rotate(90deg);
    display: block;
  }
  .products__list-item {
    display: inline-block;
    margin: 0 1.5rem !important;
    cursor: pointer;
  }
}


