body {
    cursor: default;
}
.action-list__item {
    padding-top: 12px;
}
.action-list__cards {
    justify-content: center;
    margin-bottom: 32px;
}
.dz {
    font-family: SamsungOne, sans-serif;
    font-weight: 400;
}
.dz img,
.dz video {
    display: block;
    user-select: none;
    transition: all 0.2s ease;
}
.dz sup {
    font-size: 70%;
}
.dz-h1,
.dz-h2,
.dz-h3,
.dz-h4 {
    transition: all 0.2s ease;
}
.dz-h1,
.dz-h2,
.dz-h3 {
    font-family: SamsungSharpSans, sans-serif;
    font-weight: 700;
    text-align: center;
}
.dz-h1 {
    background: linear-gradient(90deg, #1db1e2, #8e8ccd, #fd463a, #feac45);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: #1db1e2;
    font-size: 100px;
    line-height: 120px;
    margin-bottom: 4px;
}
.dz-h1:before {
    content: '#';
}
.dz-h1 br {
    display: none;
}
.dz-h2 {
    font-size: 40px;
    line-height: 48px;
    margin-bottom: 80px;
}
.dz-h3 {
    font-size: 30px;
    line-height: 32px;
    text-align: center;
    margin-bottom: 32px;
}
.dz-h3 sup {
    font-size: 60%;
    top: -0.6em;
}
.dz-h4 {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 16px;
}
.dz-h5 {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 8px;
}
.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 20px;
}
.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-black {
    background: #000;
    color: #fff;
    padding: 92px 0;
}
.dz-h1 + .dz-h3 {
    max-width: 1154px;
    margin: auto;
}
.dz-adv {
    display: flex;
    justify-content: center;
    gap: 100px;
    margin: 76px 0 56px;
}
.dz-adv__item {
    font: 700 20px/24px SamsungSharpSans, sans-serif;
    display: flex;
    align-items: center;
    transition: all 0.2s ease;
}
.dz-adv__num {
    font-size: 96px;
    line-height: 100px;
    margin: 0 8px;
    transition: all 0.2s ease;
}
.dz-adv__item:nth-child(1) .dz-adv__num {
    background: linear-gradient(90deg, #1db1e2, #8e8ccd);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: #1db1e2;
}
.dz-adv__item:nth-child(2) .dz-adv__num {
    background: linear-gradient(90deg, #8e8ccd, #fd463a);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: #8e8ccd;
}
.dz-adv__item:nth-child(3) .dz-adv__num {
    background: linear-gradient(90deg, #fd463a, #feac45);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: #fd463a;
}
.dz-adv__item:nth-child(2):before,
.dz-adv__item:nth-child(3):before {
    content: '>';
    font-size: 50px;
    line-height: 60px;
}
.dz-timeline {
    overflow: hidden;
    margin-bottom: 100px;
}
.dz-timeline__row {
    width: 2400px;
    display: flex;
    gap: 24px;
}
.dz-timeline__row:first-child {
    border-bottom: 1px #fff solid;
    margin-bottom: 20px;
}
.dz-timeline__row:last-child {
    border-top: 1px #fff solid;
    margin-left: 237px;
    padding-bottom: 24px;
}
.dz-timeline__item {
    width: 450px;
    display: flex;
    gap: 40px;
    padding-bottom: 16px;
    box-sizing: border-box;
}
.dz-timeline__row:first-child .dz-timeline__col:first-child {
    border: 1px #fff solid;
    border-top: none;
    border-left: none;
    border-radius: 0 0 16px 0;
    margin-bottom: -17px;
    padding: 0 16px;
}
.dz-timeline__row:last-child .dz-timeline__col:first-child {
    border: 1px #fff solid;
    border-bottom: none;
    border-left: none;
    border-radius: 0 16px 0 0;
    margin-top: -1px;
    padding: 16px 16px 16px 0;
}
.dz-timeline__col:last-child {
    position: relative;
    padding-top: 60px;
}
.dz-timeline__img {
    width: 90px;
}
.dz-timeline__logo {
    position: absolute;
    top: 16px;
}
.dz-timeline__year {
    font-family: SamsungSharpSans, sans-serif;
    font-weight: 700;
    font-size: 60px;
    line-height: 60px;
}
.dz-video {
    position: relative;
}
.dz-video__item {
    display: flex;
    align-items: center;
    box-sizing: border-box;
    transition: all 0.2s ease;
    padding: 20px;
}
.dz-video__item video { 
    max-width: 100%;
    border-radius: 16px;
    margin: auto;
}
.dz-arrow {
    background: #f2f2f2;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    cursor: pointer;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.2s ease;
}
.dz-arrow-prev {
    left: 16px;
}
.dz-arrow-next {
    right: 16px;
}
.dz-arrow:hover {
    transform: translateY(-50%) scale(1.1);
}
.dz-arrow:before {
    content: '';
    width: 12px;
    height: 12px;
    border: 2px #000 solid;
    border-bottom: none;
    border-right: none;
    position: absolute;
    top: 50%;
    left: 50%;
}
.dz-arrow-prev:before {
    margin-left: 3px;
    transform: translate(-50%, -50%) rotate(-45deg);
}
.dz-arrow-next:before {
    margin-left: -3px;
    transform: translate(-50%, -50%) rotate(135deg);
}
.slick-slide {
    padding: 32px;
    transition: all 0.2s ease;
}
.slick-center {
    transform: scale(1.1);
}
.dz-arrow.slick-disabled {
    background: rgb(0, 92, 218) !important;
    cursor: default;
    opacity: 0.4;
}
.slick-dots {
    display: flex;
    justify-content: center;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}
.slick-dots button {
    display: none !important;
}
.slick-dots li {
    background: #ccc;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    display: block;
    margin: 0 4px;
    transition: all 0.2s ease;
}
.slick-dots .slick-active {
    background: #333;
}

@media screen and (max-width: 1280px) {
    .dz-h1,
    .dz-adv__num {
        font-size: 80px;
        line-height: 88px;
    }
    .dz-h2 {
        font-size: 32px;
        line-height: 36px;
    }
}
@media screen and (max-width: 1080px) {
    .dz-h1,
    .dz-adv__num {
        font-size: 70px;
        line-height: 74px;
    }
    .dz-h3 {
        font-size: 24px;
        line-height: 28px;
    }
    .dz-adv {
        gap: 40px;
    }
    .dz-adv__item {
        font-size: inherit;
        line-height: inherit;
    }
}
@media screen and (max-width: 900px) {
    .dz-h1,
    .dz-adv__num {
        font-size: 54px;
        line-height: 54px;
    }
    .dz-h3 br,
    .dz-h4 br {
        display: none;
    }
}
@media screen and (max-width: 860px) {
    .dz-h2,
    .dz-h3 {
        font-size: 20px;
        line-height: 24px;
    }
}
@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;
    }
}
@media screen and (max-width: 680px) {
    .dz-h1 {
        width: fit-content;
        text-align: left;
        position: relative;
        margin: 0 auto 40px;
        padding-left: 48px;
    }
    .dz-h1:before {
        background: linear-gradient(90deg, #4ca2d9);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        color: #1db1e2;
        position: absolute;
        top: 0;
        left: 0;
    }
    .dz-h1 br {
        display: block;
    }
    .dz-h2 {
        margin-bottom: 60px;
    }
    .dz-black {
        padding: 40px 0;
    }
    .dz-adv {
        width: fit-content;
        flex-direction: column;
        gap: 16px;
        margin: 60px auto;
    }
    .dz-adv__item:nth-child(1):before {
        content: '';
        margin-left: 34px;
    }
    .dz-adv__item:nth-child(2):before {
        margin-left: 3px;
    }
    .dz-timeline {
        margin: 0 -20px 60px;
    }
    .slick-center {
        transform: scale(1);
    }
    .dz-arrow {
        display: none;
    }
}
@media screen and (max-width: 480px) {
    .dz-h1 {
        font-size: 40px;
        line-height: 40px;
        padding-left: 36px;
    }
    .dz-video {
        margin: 0 -20px;
    }
}