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:last-child {
    padding-bottom: 32px;
}
.dz img,
.dz video {
    display: block;
    user-select: none;
    transition: all 0.2s ease;
}
.dz video {
    width: 100%;
}
.dz sup {
    font-size: 70%;
    line-height: 1;
}
.dz-h1, .dz-h2, .dz-h3, .dz-h4, .dz-h5 {
    transition: all 0.2s ease;
}
.dz-h1, .dz-h2, .dz-h3, .dz-h4, .dz-h5 {
    font-family: SamsungSharpSans, sans-serif;
    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: 40px;
    line-height: 110%;
    margin-bottom: 32px;
}
.dz-h3 {
    font-size: 36px;
    line-height: 110%;
    text-align: center;
    margin: auto auto 32px;
}
.dz-h3 sup {
    font-size: 60%;
    top: -0.6em;
}
.dz-h4 {
    font-size: 20px;
    line-height: 110%;
    text-align: center;
    margin-bottom: 16px;
}
.dz-h5 {
    max-width: 780px;
    font-size: 28px;
    line-height: 120%;
    text-align: center;
    margin: auto auto 16px;
}
.dz-text {
    line-height: 150%;
}
.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-text-notice {
    color: #999;
    font-size: 12px;
    line-height: 120%;
}
.dz-text-footer {
    color: #999;
    font-size: 12px;
    line-height: 18px;
    margin-top: 30px;
    padding-bottom: 24px;
}
.dz-text-footer a {
    color: #0077c8;
    text-decoration: none;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    transition: all 0.2s ease;
}
.dz-text-footer a:hover {
    color: #1eb4e1;
}
.dz-text-footer p:not(:last-child) {
    margin-bottom: 10px;
}
.dz-button {
    display: flex;
}
.dz-button__link {
    height: 40px;
    color: #fff;
    font-size: 14px;
    line-height: normal;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    padding: 0 40px;
    user-select: none;
    transition: all 0.2s ease;
}
.dz-button__link-blue {
    background: #1428a0;
}
.dz-button__link-blue:hover {
    background: #102080;
}
.dz-button__link-blue:active {
    background: #0e1c71;
}
.dz-button__link-lightblue {
    background: #0077c8;
}
.dz-button__link-lightblue:hover {
    background: #0068af;
}
.dz-button__link-lightblue:active {
    background: #005e9d;
}
.dz-block {
    margin-bottom: 60px;
}
.dz-banner {
    border-radius: 16px;
    overflow: hidden;
    position: relative;
    margin-bottom: 60px;
    transition: all 0.2s ease;
}
.dz-banner__img {
    width: 100%;
}
.dz-banner__img-mob {
    display: none !important;
}
.dz-table-mob {
    display: none !important;
}
.dz-table:not(:last-child) {
    margin-bottom: 16px;
}
.dz-table__row {
    min-height: 72px;
    border-radius: 8px;
    display: flex;
    gap: 8px;
    transition: all 0.2s ease;
}
.dz-table__row-head {
    min-height: 72px;
    margin-bottom: 8px;
}
.dz-table__col {
    font-weight: 700;
    font-size: 24px;
    line-height: 110%;
    display: flex;
    align-items: center;
    flex: 1;
    padding: 8px 16px;
    box-sizing: border-box;
    transition: all 0.2s ease;
}
.dz-table__col-head {
    font-family: SamsungSharpSans, sans-serif;
    border-radius: 16px;
}
.dz-table__row:not(:first-child):not(:last-child):hover {
    background: #f4f4f4;
}
.dz-table__col.hovered {
    background: #ecf0ff;
}
.dz-table__col:not(:nth-child(1)) {
    text-align: center;
    justify-content: center;
}
.dz-table__row-head .dz-table__col:not(:nth-child(1)) {
    color: #fff;
}
.dz-table__col-head:nth-child(2) {
    background: #1933cb;
}
.dz-table__col-head:nth-child(3) {
    background: #1428a0;
}
.dz-table__col-head:nth-child(4) {
    background: #0f1d75;
}
.dz-toBuy {
    background: #ecf0ff;
    border-radius: 16px;
    overflow: hidden;
    display: flex;
    align-items: center;
    gap: 60px;
    position: relative;
    margin-bottom: 60px;
    padding: 56px 100px;
    transition: all 0.2s ease;
}
.dz-toBuy .dz-text {
    font: 28px/120% SamsungSharpSans, sans-serif;
    margin-bottom: 32px;
}
.dz-toBuy__img {
    width: 240px;
}

/* Adaptation */
@media screen and (max-width: 1080px) {
    .dz-toBuy {
        gap: 40px;
        margin-bottom: 60px;
        padding: 40px 60px;
    }
    .dz-toBuy__img {
        width: 200px;
    }
}
@media screen and (max-width: 980px) {
    .dz-h3 {
        font-size: 28px;
    }
    .dz-h4,
    .dz-h5 {
        font-size: 24px;
    }
}
@media screen and (max-width: 900px) {
    .dz-h3 br,
    .dz-h4 br {
        display: none;
    }
}
@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:last-child {
        padding-bottom: 8px;
    }
    .dz-h1 {
        line-height: 110%;
        border-right: none;
    }
    .dz-h2 {
        font-size: 30px;
    }
    .dz-h2,
    .dz-h3 {
        margin-bottom: 16px;
    }
    .dz-topLine {
        flex-direction: column;
    }
    .dz-topLine__shop {
        flex-wrap: wrap;
    }
    .dz-banner {
        border-radius: 8px;
        margin-bottom: 32px;
    }
    .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-toBuy {
        text-align: center;
        border-radius: 8px;
        flex-direction: column;
        gap: 16px;
        padding: 24px 16px;
    }
    .dz-toBuy .dz-text {
        font-size: 24px;
        margin-bottom: 16px;
    }
    .dz-toBuy .dz-button__link {
        margin: auto;
    }
    .dz-toBuy__img {
        width: 240px;
    }
    .dz-table-desktop {
        display: none !important;
    }
    .dz-table-mob {
        display: block !important;
    }
    .dz-table__row {
        flex-wrap: wrap;
        gap: 8px;
    }
    .dz-table__col {
        min-height: 72px;
        font-size: 20px;
        flex: 1 1 calc(50% - (8px * 1 / 2));
    }
    .dz-table__col-head {
        border-radius: 8px;
    }
    .dz-table__col-head:nth-child(odd) {
        color: #fff;
        text-align: left;
        justify-content: flex-start;
    }
    .dz-table__col-head:nth-child(1) {
        background: #1933cb;
    }
    .dz-table__col-head:nth-child(3) {
        background: #1428a0;
    }
    .dz-table__col-head:nth-child(5) {
        background: #0f1d75;
    }
}
@media screen and (max-width: 480px) {
    .dz-h2,
    .dz-h3 {
        font-size: 20px;
    }
    .dz-h4,
    .dz-h5 {
        font-size: 18px;
    }
    .dz-toBuy .dz-text {
        font-size: 16px;
    }
}