body {
    background: url(/upload/static/sm/promo/samsung-vision-ai/images/bg.jpg) 50% 0;
    background-size: cover;
    cursor: default;
}
.action-list__item {
    padding-top: 12px;
}
.action-list__cards {
    justify-content: center;
    margin-bottom: 32px;
}
.dz {
    font-weight: 400;
    font-size: 16px;
    font-family: SamsungOne, sans-serif;
}
.dz img,
.dz video,
.dz iframe {
    display: block;
    user-select: none;
    transition: all 0.2s ease;
}
.dz video {
    width: 100%;
}
.dz sup {
    font-size: 70%;
}
.dz-h1, .dz-h2, .dz-h3, .dz-h4 {
    color: #223142;
    transition: all 0.2s ease;
}
.dz-h1, .dz-h2, .dz-h3, .dz-h4 {
    font-family: SamsungSharpSans, sans-serif;
}
.dz-h1, .dz-h2, .dz-h3 {
    font-weight: 700;
}
.dz-h1 {
    font-size: 28px;
    line-height: 40px;
    border-right: 1px rgba(0, 0, 0, 0.1) solid;
    display: inline-block;
    margin: 0 40px 10px 0;
    padding-right: 40px;
}
.dz-h2 {
    font-size: 48px;
    line-height: 60px;
    margin-bottom: 8px;
}
.dz-h3 {
    max-width: 1000px;
    font-size: 28px;
    line-height: 34px;
    text-align: center;
    margin: auto auto 16px;
}
.dz-h3 sup {
    font-size: 60%;
    top: -0.6em;
}
.dz-h4 {
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 16px;
}
.dz-text p:not(:last-child) {
    margin-bottom: 16px;
}
.dz-text ul {
    list-style-type: disc;
    margin: 0;
    padding: 0 0 0 12px;
}
.dz-text ol:not(:last-child) {
    margin-bottom: 10px;
}
.dz-text ol {
    list-style-type: none;
    counter-reset: num;
    margin: 0;
    padding: 0;
}
.dz-text ol li {
    position: relative;
    margin: 0;
    padding: 0 0 0 16px;
}
.dz-text ol li:not(:last-child) {
    margin-bottom: 2px;
}
.dz-text ol > li:before {
    content: counter(num) '. ';
    counter-increment: num;
    position: absolute;
    left: 0;
}
.dz-text-notice {
    color: #999;
    font-size: 12px;
    line-height: 18px;
}
.dz-text-footer {
    color: #999;
    font-size: 12px;
    line-height: 18px;
    margin-top: 30px;
    padding-bottom: 24px;
}
.dz-text-footer a,
.dz-regLink {
    color: #0077c8;
    text-decoration: none;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    cursor: pointer;
    transition: all 0.2s ease;
}
.dz-text-footer a:hover,
.dz-regLink:hover {
    color: #1eb4e1;
}
.dz-text-footer p:not(:last-child) {
    margin-bottom: 10px;
}
.dz-button {
    display: flex;
}
.dz-button__link {
    background: #000;
    height: 40px;
    color: #fff;
    font-size: 15px;
    line-height: normal;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 20px;
    cursor: pointer;
    display: flex;
    align-items: center;
    padding: 0 40px;
    user-select: none;
    transition: all 0.2s ease;
}
.dz-button-white .dz-button__link {
    background: #fff;
    color: #000;
}
.dz-banner {
    border-radius: 16px;
    overflow: hidden;
    position: relative;
    margin-bottom: 80px;
    transition: all 0.2s ease;
}
.dz-banner__img {
    width: 100%;
}
.dz-banner__img-mob {
    display: none !important;
}
.dz-banner__text {
    position: absolute;
    top: 50%;
    left: 96px;
    transform: translateY(-50%);
    transition: all 0.2s ease;
}
.dz-banner-main .dz-text {
    font-weight: 600;
    font-size: 24px;
    margin-bottom: 40px;
    transition: all 0.2s ease;
}
.dz-block {
    margin-bottom: 80px;
}
.dz-block-comes {
    max-width: 840px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}
.dz-prizeList {
    max-width: 1256px;
    display: flex;
    margin-left: auto;
    margin-right: auto;
}
.dz-prizeList__item {
    width: 20%;
    font: 600 18px SamsungSharpSans, sans-serif;
    text-align: center;
    box-sizing: border-box;
    transition: all 0.2s ease;
}
.dz-prizeList__imgWrapper {
    height: 104px;
    display: flex;
    align-items: center;
    margin-bottom: 16px;
}
.dz-prizeList__img {
    margin: auto;
}
.dz-prizeList__item:first-child .dz-prizeList__img {
    height: 104px;
}
.dz-prizeList__item:not(:first-child) .dz-prizeList__img {
    max-width: 114px;
    border-radius: 8px;
}
.dz-prizeList__link {
    color: #000;
}
.dz-stepList {
    background: rgba(255, 255, 255, 0.95);
    max-width: 1256px;
    border: 2px #c0cce4 solid;
    border-radius: 16px;
    display: flex;
    margin-left: auto;
    margin-right: auto;
    padding: 24px 40px;
    box-sizing: border-box;
    transition: all 0.2s ease;
}
.dz-stepList__item {
    width: 33.33%;
    display: flex;
    align-items: center;
    padding-right: 2%;
    box-sizing: border-box;
    transition: all 0.2s ease;
}
.dz-stepList__item:last-child {
    padding-right: 0;
}
.dz-stepList__item a {
    color: #0077c8;
    text-decoration: none;
    border: 1px transparent solid;
    transition: all 0.2s ease;
}
.dz-stepList__item a:hover {
    color: #1eb4e1;
    border-bottom-color: inherit;
}
.dz-stepList__imgWrapper,
.dz-stepList__img {
    max-height: 109px;
}
.dz-stepList__imgWrapper {
    margin-right: 24px;
    transition: all 0.2s ease;
}
.dz-tv {
    max-width: 960px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    transition: all 0.2s ease;
}
.dz-tv__screen {
    background: url(/upload/static/sm/promo/samsung-vision-ai/images/tv_screen.jpg) 50% 50%;
    background-size: cover;
    height: 540px;
    border: 3px #0a0a09 solid;
    border-radius: 4px;
    position: relative;
    transition: all 0.2s ease;
}
.dz-tv .dz-button {
    position: absolute;
    bottom: 48px;
    left: 50%;
    transform: translateX(-50%);
}
.dz-tv__stand {
    width: 100%;
    max-width: 960px;
    margin: auto;
}
.dz-tv__add-1 {
    width: 100%;
    max-width: 193px;
    position: absolute;
    top: 65px;
    left: -175px;
}
.dz-tv__add-2 {
    width: 100%;
    max-width: 395px;
    position: absolute;
    top: 461px;
    right: -227px;
}
.dz-tv .dz-text {
    font-size: 12px;
    position: absolute;
    bottom: -2px;
    transition: all 0.2s ease;
}
#samsung-iframe-container {
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 20;
}
.samsung-iframe-container__close {
    background: #fff;
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    cursor: pointer;
    display: none;
    position: fixed;
    top: 1.75rem;
    left: 2.75rem;
    z-index: 20;
}
.samsung-iframe-container__close:before,
.samsung-iframe-container__close:after {
    content: '';
    background: #000;
    width: 20px;
    height: 2px;
    position: absolute;
    top: 50%;
    left: 50%;
    transition: all 0.2s ease;
}
.samsung-iframe-container__close:before {
    transform: translate(-50%, -50%) rotate(45deg);
}
.samsung-iframe-container__close:after {
    transform: translate(-50%, -50%) rotate(-45deg);
}
.samsung-iframe-container__close:hover {
    box-shadow: 0 0 0 2px #000, 0 0 0 3px #fff;
    transition: all 0.2s ease;
}
.samsung-iframe-container__close:hover:before {
    transform: translate(-50%, -50%) rotate(135deg);
}
.samsung-iframe-container__close:hover:after {
    transform: translate(-50%, -50%) rotate(45deg);
}
.dz-fixed {
    overflow: hidden;
}
.dz-switcher__text {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 32px;
}
.dz-switcher__row {
    display: flex;
    gap: 48px;
}
.dz-switcher__colSwitchers {
    transition: all 0.2s ease;
}
.dz-switcher__mediaWrapper {
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 32px;
}
.dz-switcher__media {
    width: 100%;
}
.dz-switcher__slideText {
    font-size: 16px;
    line-height: 22px;
    transition: all 0.2s ease;
}
.dz-switcher__iconList {
    width: 372px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 32px 24px;
    transition: all 0.2s ease;
}
.dz-switcher__h4 {
    font-weight: 700;
    margin-bottom: 8px;
}
.dz-switcher__item {
    width: 108px;
    font-weight: 800;
    font-size: 14px;
    line-height: 14px;
    text-align: center;
    cursor: pointer;
    user-select: none;
    transition: all 0.2s ease;
}
.dz-switcher__item-active {
    cursor: default;
}
.dz-switcher__iconWrapper {
    background: #363636;
    width: 108px;
    height: 108px;
    border-radius: 8px;
    overflow: hidden;
    position: relative;
    margin: auto auto 12px;
    transition: all 0.2s ease;
}
.dz-switcher__icon {
    width: 100%;
    position: relative;
    z-index: 2;
}
.dz-switcher__iconWrapper:before {
    background: linear-gradient(0, #fa8e9f, #013aca, #363636, #363636);
    content: '';
    height: 300%;
    position: absolute;
    bottom: -200%;
    left: 0;
    right: 0;
    transition: all 0.3s ease;
}
.dz-switcher__item:hover .dz-switcher__iconWrapper:before {
    bottom: -100%;
}
.dz-switcher__item-active .dz-switcher__iconWrapper:before {
    bottom: 0 !important;
}
.dz-h3-ai {
    display: flex;
    justify-content: center;
}
.dz-h3-ai__img {
    width: 48px;
    margin: -12px 4px 0;
}
.visionAi {
    border-radius: 8px;
}
@media screen and (max-width: 1360px) {
    .dz-banner__text {
        left: 48px;
    }    
}
@media screen and (max-width: 1280px) {
    .dz-h2 {
        font-size: 40px;
        line-height: 48px;
    }
    .dz-banner-main .dz-text {
        font-size: 20px;
        margin-bottom: 24px;
    }
}
@media screen and (max-width: 1160px) {
    .dz-tv {
        margin-top: 120px;
        margin-bottom: 100px;
    }
    .dz-tv__add-1 {
        width: 140px;
        top: -74px;
        left: 0;
        transform: rotate(10deg);
    }
    .dz-tv__add-2 {
        width: 300px;
        top: auto;
        bottom: -67px;
        right: 0;
    }
}
@media screen and (max-width: 1120px) {
    .dz-h2 {
        font-size: 32px;
        line-height: 36px;
    }
    .dz-banner-main .dz-text {
        font-size: 18px;
        margin-bottom: 22px;
    }
}
@media screen and (max-width: 1080px) {
    .dz-switcher__iconWrapper {
        width: 72px;
        height: 72px;
    }
}
@media screen and (max-width: 1000px) {
    .dz-switcher__row {
        flex-direction: column-reverse;
        gap: 24px;
    }
    .dz-switcher__item {
        font-size: 13px;
        line-height: 13px;
    }
    .dz-switcher__iconList {
        width: auto;
        flex-wrap: nowrap;
    }
}
@media screen and (max-width: 960px) {
    .dz-prizeList {
        flex-wrap: wrap;
    }
    .dz-prizeList__item:first-child {
        width: 100%;
    }
    .dz-prizeList__item:not(:first-child) {
        margin-top: 16px;
    }
    .dz-prizeList__item {
        width: 50%;
    }
    .dz-prizeList__imgWrapper {
        height: auto;
    }
    .dz-stepList {
        background: none;
        border: none;
        border-radius: 0;
        flex-direction: column;
        gap: 16px;
        padding: 0;
    }
    .dz-stepList__item {
        background: rgba(255, 255, 255, 0.95);
        width: 100%;
        border: 2px #c0cce4 solid;
        border-radius: 16px;
        display: flex;
        padding: 24px 40px !important;
        box-sizing: border-box;
    }
    .dz-h4 {
        margin-bottom: 8px;
    }
    .dz-stepList__imgWrapper {
        min-width: 68px;
    }
    .dz-stepList__imgWrapper,
    .dz-stepList__img {
        max-height: 80px;
    }
    .dz-tv__stand {
        margin-bottom: 24px;
    }
    .dz-tv .dz-text {
        text-align: center;
        position: static;
        bottom: auto;
    }
}
@media screen and (max-width: 920px) {
    .dz-h2 {
        font-size: 24px;
        line-height: 28px;
        margin: 0;
    }
    .dz-banner-main .dz-text {
        font-size: 14px;
        margin-bottom: 18px;
    }
}
@media screen and (max-width: 900px) {
    .dz-h3 br,
    .dz-h4 br {
        display: none;
    }
}
@media screen and (max-width: 860px) {
    .dz-tv__screen {
        height: 460px;
    }
    .dz-tv__add-2 {
        width: 260px;
        bottom: -45px;
    }
}
@media screen and (max-width: 767px) {
    .g-breadcrumbs {
        margin-left: -12px;
    }
    .g-breadcrumbs .gm-swipe {
        align-items: flex-start;
    }
    .g-breadcrumbs__page {
        white-space: wrap;
    }
    .dz-h2 {
        font-size: 48px;
        line-height: 60px;
    }
    .dz-button__link {
        font-size: 15px;
        margin: auto;
    }
    .dz-banner {
        border-radius: 8px;
        margin-bottom: 60px;
    }
    .dz-banner-main {
        border-radius: 0;
        margin-left: -20px;
        margin-right: -20px;
    }
    .dz-banner__img-desktop {
        display: none !important;
    }
    .dz-banner__img-mob {
        display: block !important;
    }
    .dz-banner__text {
        width: 100%;
        text-align: center;
        top: 16px;
        left: 50%;
        transform: translate(-50%, 0);
    }
    .dz-banner-main .dz-text {
        font-size: 20px;
        margin-bottom: 24px;
    }
    .dz-block {
        margin-bottom: 60px;
    }
    .dz-stepList__item {
        border-radius: 8px;
    }
    .dz-tv__screen {
        height: 420px;
    }
    .dz-tv__add-2 {
        width: 220px;
        bottom: -45px;
    }
    .dz-tv .dz-button {
        bottom: 40px;
    }
}
@media screen and (max-width: 700px) {
    .dz-tv__screen {
        height: 390px;
    }
}
@media screen and (max-width: 660px) {
    .dz-h2 {
        font-size: 32px;
        line-height: 36px;
    }
    .dz-banner-main .dz-text {
        font-size: 18px;
        margin-bottom: 22px;
    }
}
@media screen and (max-width: 650px) {
    .dz-switcher__iconList {
        flex-wrap: wrap;
        gap: 24px;
    }
    .dz-switcher__item {
        width: calc(33.33% - 16px);
    }
}
@media screen and (max-width: 600px) {
    .dz-tv__screen {
        height: 350px;
    }
    .dz-tv__add-1 {
        width: 110px;
        top: -60px;
    }
    .dz-tv__add-2 {
        width: 180px;
        bottom: -42px;
    }
}
@media screen and (max-width: 530px) {
    .dz-tv__screen {
        height: 290px;
    }
    .dz-tv__add-1 {
        width: 90px;
        top: -47px;
    }
    .dz-tv__add-2 {
        width: 140px;
        bottom: -32px;
    }
}
@media screen and (max-width: 500px) {
    .dz-h2 {
        font-size: 24px;
        line-height: 28px;
    }
    .dz-banner-main .dz-text {
        font-size: 14px;
        margin-bottom: 18px;
    }
    .dz-prizeList br {
        display: none;
    }
    .dz-prizeList__item {
        font-size: 16px;
        line-height: 20px;
        padding: 0 8px;
    }
    .dz-stepList__item {
        padding: 16px 24px !important;
    }
}
@media screen and (max-width: 480px) {
    .dz-tv__screen {
        height: 260px;
    }
    .dz-switcher__iconList {
        gap: 16px 0;
    }
    .dz-switcher__item {
        width: 120px;
        font-size: 12px;
        line-height: 12px;
    }
}
@media screen and (max-width: 430px) {
    .dz-h3 {
        font-size: 20px;
        line-height: 24px;
    }
    .dz-h4 {
        font-size: 18px;
        line-height: 22px;
    }
    .dz-banner-main {
        padding-top: 20px;
    }
    .dz-stepList__item {
        font-size: 14px;
        line-height: 18px;
    }
    .dz-h3-ai__img {
        width: 40px;
    }
}
@media screen and (max-width: 420px) {
    .dz-tv__screen {
        height: 240px;
    }
    .dz-switcher__item {
        width: 110px;
    }
@media screen and (max-width: 400px) {
    .dz-banner-main {
        padding-top: 30px;
    }
}
@media screen and (max-width: 380px) {
    .dz-tv__screen {
        height: 220px;
    }
}
@media screen and (max-width: 370px) {
    .dz-banner-main {
        padding-top: 40px;
    }
}
@media screen and (max-width: 360px) {
    .dz-switcher__iconList {
        justify-content: center;
    }
}
@media screen and (max-width: 350px) {
    .dz-prizeList__item {
        font-size: 14px;
        line-height: 18px;
    }
}
@media screen and (max-width: 340px) {
    .dz-banner-main {
        padding-top: 50px;
    }
}