.action-list__cards {
    margin-bottom: 30px;
}
.action-list__item {
  padding-top: 12px;
}
.action-list__cards {
  justify-content: center;
}
.hello {
    font-family: SamsungOne, sans-serif;
    font-weight: 400;
}
.hello img {
    display: block;
    user-select: none;
    transition: all 0.2s ease;
}
.hello h1,
.hello h2,
.hello h3,
.hello h4 {
    transition: all 0.2s ease;
}
.hello-h1,
.hello-h2,
.hello-h3 {
    font-family: SamsungSharpSans, sans-serif;
    font-weight: 700;
}
.hello-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;
}
.hello-h2 {
    font-size: 40px;
    line-height: 48px;
}
.hello-h3 {
    font-size: 28px;
    line-height: 34px;
    text-align: center;
}
.hello-h3-left {
    text-align: left;
}
.margin-x2 {
    margin-bottom: 60px !important;
}
.hello-text ol {
    list-style-type: none;
    counter-reset: num;
    margin: 0;
    padding: 0;
}
.hello-text ol li:before {
    content: counter(num) '. ';
    counter-increment: num;
}
.hello-textFooter {
    color: #999;
    font-size: 12px;
    line-height: 18px;
    margin-top: 30px;
    padding-bottom: 12px;
}
.hello-textFooter p:not(:last-child) {
    margin-bottom: 10px;
}
.hello-button {
    display: inline-block;
    margin-top: 20px;
}
.hello-button__link {
    height: 40px;
    font-size: 14px;
    line-height: 38px;
    text-transform: uppercase;
    border-width: 1px;
    border-style: solid;
    border-radius: 20px;
    display: flex;
    align-items: center;
    padding: 0 40px;
    user-select: none;
    transition: all 0.2s ease;
}
.hello-button__link-white {
    color: #fff;
    border-color: #fff;
}
.hello-button__link-white:hover {
    background: #fff;
    color: #000;
}
.hello-button__link-black {
    color: #000;
    border-color: #000;
}
.hello-button__link-black:hover {
    background: #000;
    color: #fff;
}
.hello-mob {
    display: none !important;
}
.hello-banner {
    height: 470px;
    border-radius: 20px;
    overflow: hidden;
    transition: all 0.2s ease;
}
.hello-banner-small {
    height: 275px;
}
.hello-bannerMain {
    background: #5e7020;
    color: #fff;
    display: flex;
    position: relative;
    margin-bottom: 30px;
}
.hello-bannerMain__descr {
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 5% 0 10%;
    transition: all 0.2s ease;
}
.hello-bannerMain__h2 {
    margin-bottom: 18px;
}
.hello-bannerMain__h3 {
    font-weight: 400;
    text-align: left;
}
.hello-bannerMain__text {
    transition: all 0.2s ease;
}
.hello-bannerMain__img {
    background: url(../images/bannerMain.jpg) 50% 50%;
    background-size: cover;
    width: 50%;
    transition: all 0.2s ease;
}
.hello-banner__double {
    display: flex;
    margin-bottom: 30px;
}
.hello-banner__double .hello-banner {
    width: calc(50% - 15px);
}
.hello-banner__double .hello-banner:first-child {
    margin-right: 15px;
}
.hello-banner__double .hello-banner:last-child {
    margin-left: 15px;
}
.hello-banner__triple {
    display: flex;
    margin-bottom: 30px;
}
.hello-banner__triple .hello-banner {
    width: calc(33.33% - 15px);
}
.hello-banner__triple .hello-banner:nth-child(2) {
    margin-left: 30px;
    margin-right: 30px;
}
.hello-banner-s23 {
    background: #040404 url(../images/banner-s23.jpg) 50% 50% no-repeat;
    background-size: cover;
    color: #fff;
    text-align: center;
    padding-top: 60px;
}
.hello-banner-aseries {
    background: #f4f4f4 url(../images/banner-aseries.jpg) 50% 50% no-repeat;
    background-size: cover;
    color: #000;
    text-align: center;
    padding-top: 60px;
}
.hello-banner-tab {
    background: #dadfe3 url(../images/banner-tab.jpg) 60% 50% no-repeat;
    background-size: cover;
    color: #000;
    padding: 60px 0 0 60px;
}
.hello-banner-fs {
    background: #1a0e0a;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: 60px;
}
.hello-banner-fs__col:last-child {
    padding: 0 20px 0 15px;
}
.hello-banner-fs__img {
    height: 156px;
    margin-bottom: 15px;
}
.hello-banner-fs__cost {
    background: #fff;
    height: 26px;
    color: #000;
    font: 700 21px/25px SamsungSharpSans, sans-serif;
    display: flex;
    padding: 0 4px;
    user-select: none;
}
.hello-banner-fs__costWrapper {
    display: flex;
    justify-content: center;
}
.hello-banner-fs__cost-old {
    background: none;
    color: #fff;
    font-weight: 400;
    font-size: 16px;
    position: relative;
    margin-left: 5px;
}
.hello-banner-fs__cost-old:before {
    content: '';
    background: #fff;
    height: 1px;
    position: absolute;
    top: calc(50% + 1px);
    left: 4px;
    right: 4px;
}
.hello-banner-fsarticle {
    background: #000 url(../images/banner-fsarticle.jpg) 60% 50% no-repeat;
    background-size: cover;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 60px;
}
.hello-banner-fsarticle .hello-button {
    display: inherit;
}
.hello-banner-cleaning {
    background: #e2e2e2 url(../images/banner-cleaning.jpg) 60% 50% no-repeat;
    background-size: cover;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 60px;
    padding-right: 10%;
}
.hello-banner-cleaning .hello-button {
    display: inherit;
}
.hello-banner-profit {
    background: #091c44 url(../images/banner-profit.jpg) 60% 50% no-repeat;
    background-size: cover;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: 60px;
}
.hello-banner-profit__col:last-child {
    padding: 0 70px 0 15px;
}
.hello-banner-profit__img {
    height: 220px;
}
.hello-banner-profit__text {
    position: relative;
    z-index: 2;
}
.hello-banner-profit__50 {
    font-size: 44px;
    line-height: 52px;
    position: relative;
    transition: all 0.2s ease;
}
.hello-banner-profit__50:after {
    content: '';
    background: url(../images/banner-profit-ring.png);
    background-size: cover;
    width: 128px;
    height: 126px;
    position: absolute;
    top: -48%;
    left: -54%;
    z-index: 0;
}
.hello-banner-loan {
    background: #f2f0fe url(../images/banner-loan.jpg) 60% 50% no-repeat;
    background-size: cover;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 60px;
    padding-right: 30%;
}
.hello-banner-loan .hello-button {
    display: inherit;
}
.hello-banner-tradein {
    background: #d9d9d9;
    display: flex;
    align-items: center;
    justify-content: center;
}
.hello-banner-tradein__col {
    width: 50%;
    height: 100%;
}
.hello-banner-tradein__col:first-child {
    background: #f4f4f4;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 60px;
    padding-right: 3%;
}
.hello-banner-tradein__img {
    height: 100%;
    margin: auto;
}
.hello-banner-tradein .hello-button {
    display: inherit;
}
.hello-banner-acoustic {
    background: #f3f3f3 url(../images/banner-acoustic.png) 50% 100% no-repeat;
    background-size: cover;
    text-align: center;
    padding: 50px 18px;
}
.hello-banner-accessories {
    background: #f3f3f3 url(../images/banner-accessories.png) 50% 100% no-repeat;
    background-size: cover;
    text-align: center;
    padding: 50px 18px;
}
.hello-banner-aqara {
    background: #f3f3f3 url(../images/banner-aqara.png) 50% 100% no-repeat;
    background-size: cover;
    text-align: center;
    padding: 50px 18px;
}

/* Adaptation */
@media screen and (max-width: 1460px) {
    .hello-banner-profit__col:last-child {
        padding-right: 40px;
    }
}
@media screen and (max-width: 1400px) {
    .hello-banner-cleaning {
        padding-right: 15%;
    }
}
@media screen and (max-width: 1340px) {
    .hello-banner-fs .hello-h3,
    .hello-banner-fsarticle .hello-h3,
    .hello-banner-cleaning .hello-h3,
    .hello-banner-profit .hello-h3,
    .hello-banner-loan .hello-h3,
    .hello-banner-tradein .hello-h3 {
        font-size: 24px;
        line-height: 30px;
    }
    .hello-banner-profit__50 {
        font-size: 40px;
        line-height: 48px;
    }
    .hello-banner-profit__50:after {
        top: -60%;
        left: -72%;
    }
}
@media screen and (max-width: 1270px) {
    .hello-banner-fs .hello-h3,
    .hello-banner-fsarticle .hello-h3,
    .hello-banner-cleaning .hello-h3,
    .hello-banner-profit .hello-h3,
    .hello-banner-loan .hello-h3,
    .hello-banner-tradein .hello-h3 {
        font-size: 20px;
        line-height: 24px;
    }
    .hello-banner-profit__50 {
        font-size: 36px;
        line-height: 44px;
    }
    .hello-banner-profit__50:after {
        width: 118px;
        height: 117px;
        top: -65%;
        left: -78%;
    }
}
@media screen and (max-width: 1200px) {
    .hello-banner-fs,
    .hello-banner-fsarticle,
    .hello-banner-cleaning,
    .hello-banner-profit,
    .hello-banner-loan {
        height: auto;
        text-align: center;
        display: block;
        align-items: inherit;
        justify-content: inherit;
        padding: 30px 20px 0;
    }
    .hello-banner-fs,
    .hello-banner-fsarticle,
    .hello-banner-cleaning,
    .hello-banner-loan {
        background-image: none;
    }
    .hello-banner-fsarticle .hello-h3,
    .hello-banner-fsarticle .hello-button,
    .hello-banner-cleaning .hello-h3,
    .hello-banner-cleaning .hello-button,
    .hello-banner-loan .hello-h3,
    .hello-banner-loan .hello-button {
        position: relative;
        z-index: 2;
    }
    .hello-banner-fs .hello-h3,
    .hello-banner-fsarticle .hello-h3,
    .hello-banner-cleaning .hello-h3,
    .hello-banner-profit .hello-h3,
    .hello-banner-loan .hello-h3,
    .hello-banner-tradein .hello-h3 {
        text-align: center;
    }
    .hello-banner-fsarticle .hello-button,
    .hello-banner-cleaning .hello-button,
    .hello-banner-loan .hello-button {
        display: inline-block;
    }
    .hello-banner-fs__img {
        width: 90%;
        height: auto;
        margin: 30px auto 15px;
    }
    .hello-banner-fsarticle__img {
        width: calc(100% + 40px);
        display: block !important;
        margin: -60px -20px 0;
    }
    .hello-banner-cleaning__img {
        width: calc(100% + 40px);
        display: block !important;
        margin: -230px -20px 0;
    }
    .hello-banner-profit {
        padding-top: 50px;
    }
    .hello-banner-profit__col:last-child {
        margin-top: 20px;
        padding: 0;
    }
    .hello-banner-profit__img {
        width: 100%;
        max-width: 260px;
        height: auto;
        margin: auto;
    }
    .hello-banner-loan__img {
        width: calc(100% + 40px);
        display: block !important;
        margin: -130px -20px 0;
    }
    .hello-banner-tradein {
        height: auto;
        flex-direction: column;
    }
    .hello-banner-tradein__col {
        width: 100%;
        text-align: center;
        align-items: center;
        justify-content: center;
        padding: 0 20px !important;
    }
    .hello-banner-tradein__col:first-child {
        padding-top: 30px !important;
        padding-bottom: 30px !important;
    }
    .hello-banner-tradein .hello-button {
        display: flex;
        margin-top: 20px;
    }
    .hello-banner-tradein__img {
        max-width: 300px;
        height: auto;
    }
    .hello-banner__triple .hello-banner {
        background-size: 120% auto;
        height: 450px;
    }
}
@media screen and (max-width: 1180px) {
    .hello-banner-tab {
        padding-right: 50%;
    }
    .hello-banner-profit__img {
        max-width: 240px;
    }
}
@media screen and (max-width: 1140px) {
    .hello-banner-profit__img {
        max-width: 220px;
    }
}
@media screen and (max-width: 1110px) {
    .hello-banner-profit__img {
        max-width: 200px;
    }
}
@media screen and (max-width: 1100px) {
    .hello-banner-tradein__img {
        max-width: 260px;
    }
}
@media screen and (max-width: 1080px) {
    .hello-banner-tab {
        background-position: 55% 100%;
        background-size: 120% auto;
    }
    .hello-banner-profit__img {
        max-width: 180px;
    }
    .hello-banner__triple .hello-banner {
        height: 430px;
    }
}
@media screen and (max-width: 1050px) {
    .hello-banner-profit__img {
        max-width: 170px;
    }
}
@media screen and (max-width: 1030px) {
    .hello-mob {
        display: none !important;
    }
    .hello-banner {
        margin-bottom: 30px;
    }
    .hello-banner__double,
    .hello-banner__triple {
        display: block;
    }
    .hello-banner__double .hello-banner,
    .hello-banner__triple .hello-banner {
        width: 100%;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
    .hello-banner__triple .hello-banner {
        background-size: auto 430px;
    }
    .hello-banner-s23,
    .hello-banner-aseries {
        padding-top: 30px;
    }
    .hello-banner-tab {
        padding-right: 60%;
    }
    .hello-banner-fs,
    .hello-banner-fsarticle,
    .hello-banner-cleaning,
    .hello-banner-profit,
    .hello-banner-loan,
    .hello-banner-tradein {
        height: 275px;
        text-align: left;
        display: flex;
        padding: 0 0 0 60px;
    }
    .hello-banner-fs .hello-h3,
    .hello-banner-fsarticle .hello-h3,
    .hello-banner-cleaning .hello-h3,
    .hello-banner-profit .hello-h3,
    .hello-banner-loan .hello-h3,
    .hello-banner-tradein .hello-h3 {
        font-size: 28px;
        line-height: 34px;
    }
    .hello-banner-fs .hello-h3-left,
    .hello-banner-fsarticle .hello-h3-left,
    .hello-banner-cleaning .hello-h3-left,
    .hello-banner-profit .hello-h3-left,
    .hello-banner-loan .hello-h3-left,
    .hello-banner-tradein .hello-h3-left {
        text-align: left;
    }
    .hello-banner-fsarticle .hello-button,
    .hello-banner-cleaning .hello-button,
    .hello-banner-profit .hello-button {
        display: inline-flex;
    }
    .hello-banner-fs {
        align-items: center;
        justify-content: space-between;
    }
    .hello-banner-fs__img {
        width: auto;
        height: 156px;
        margin: 0 0 15px;
    }
    .hello-banner-fsarticle {
        background: #000 url(../images/banner-fsarticle.jpg) 80% 50% no-repeat;
        flex-direction: column;
        justify-content: center;
    }
    .hello-banner-cleaning {
        background: #e2e2e2 url(../images/banner-cleaning.jpg) 100% 20% no-repeat;
        background-size: 90% auto;
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 0 25% 0 60px;
    }
    .hello-banner-cleaning .hello-button {
        display: inherit;
    }
    .hello-banner-profit {
        background: #091c44 url(../images/banner-profit.jpg) 60% 50% no-repeat;
        background-size: cover;
        color: #fff;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding-left: 60px;
    }
    .hello-banner-profit__col:last-child {
        margin: 0 80px 0 0;
    }
    .hello-banner-profit__img {
        max-width: 240px;
    }
    .hello-banner-loan {
        background: #f2f0fe url(../images/banner-loan.jpg) 100% 50% no-repeat;
        background-size: auto 275px;
        flex-direction: column;
        justify-content: center;
        padding-left: 60px;
        padding-right: 50%;
    }
    .hello-banner-loan .hello-button {
        display: inherit;
    }
    .hello-banner-tradein {
        flex-direction: row;
        padding: 0;
    }
    .hello-banner-tradein__col {
        width: 50%;
        height: 100%;
    }
    .hello-banner-tradein__col:first-child {
        align-items: baseline;
        padding: 0 10% 0 60px !important;
    }
    .hello-banner-tradein__img {
        height: 100%;
        margin: auto;
    }
}
@media screen and (max-width: 980px) {
    .hello-banner-tab {
        background-size: 130% auto;
    }
}
@media screen and (max-width: 870px) {
    .hello-banner-tab {
        background-position: 70% 100%;
        background-size: 150% auto;
    }
    .hello-banner-cleaning {
        background-size: 100% auto;
    }
}
@media screen and (max-width: 800px) {
    .hello-bannerMain__h2 {
        font-size: 30px;
        line-height: 36px;
    }
    .hello-bannerMain__h3 {
        font-size: 20px;
        line-height: 24px;
    }
    .hello-banner-cleaning {
        background-size: 110% auto;
    }
}
@media screen and (max-width: 767px) {
    .hello-h2 {
        font-size: 30px;
        line-height: 36px;
    }
    .hello-h3 {
        font-size: 20px !important;
        line-height: 24px !important;
    }
    .hello-h3-left {
        text-align: center;
    }
    .margin-x2 {
        margin-bottom: 30px !important;
    }
    .hello-banner {
        height: auto;
        text-align: center;
        border-radius: 10px;
    }
    .hello-banner__triple .hello-banner {
        background-size: auto 400px;
        height: 380px;
        padding-top: 30px;
    }
    .hello-bannerMain {
        text-align: center;
        border-radius: 0;
        display: block;
        margin-left: -20px;
        margin-right: -20px;
    }
    .hello-bannerMain__descr {
        width: 100%;
        display: block;
        flex-direction: inherit;
        justify-content: inherit;
        padding: 60px 10%;
    }
    .hello-bannerMain__h2 {
        margin-bottom: 18px;
    }
    .hello-bannerMain__h3 {
        text-align: center;
    }
    .hello-bannerMain__text {
        transition: all 0.2s ease;
    }
    .hello-bannerMain__img {
        width: 100%;
        height: 400px;
    }
    .hello-banner-s23,
    .hello-banner-aseries {
        height: 420px;
    }
    .hello-banner-tab {
        background-image: none;
        padding: 30px 20px 0;
    }
    .hello-banner-tab__img {
        width: calc(100% + 40px);
        display: block !important;
        margin: 0 -20px;
    }
    .hello-banner-fs,
    .hello-banner-fsarticle,
    .hello-banner-cleaning,
    .hello-banner-loan,
    .hello-banner-tradein {
        background-image: none;
        height: auto;
        text-align: center;
        display: block;
        align-items: inherit;
        justify-content: inherit;
        padding: 30px 20px 0;
    }
    .hello-banner-fsarticle .hello-h3,
    .hello-banner-fsarticle .hello-button,
    .hello-banner-cleaning .hello-h3,
    .hello-banner-cleaning .hello-button,
    .hello-banner-loan .hello-h3,
    .hello-banner-loan .hello-button {
        position: relative;
        z-index: 2;
    }
    .hello-banner-fs .hello-h3,
    .hello-banner-fsarticle .hello-h3,
    .hello-banner-cleaning .hello-h3,
    .hello-banner-profit .hello-h3,
    .hello-banner-loan .hello-h3,
    .hello-banner-tradein .hello-h3 {
        text-align: center;
    }
    .hello-banner-fsarticle .hello-button,
    .hello-banner-cleaning .hello-button,
    .hello-banner-loan .hello-button,
    .hello-banner-tradein .hello-button {
        display: inline-block;
    }
    .hello-banner-fs {
        padding-bottom: 30px;
    }
    .hello-banner-fs__img {
        width: 90%;
        max-width: 420px;
        height: auto;
        margin: 30px auto 15px;
    }
    .hello-banner-fsarticle__img {
        width: calc(100% + 40px);
        display: block !important;
        margin: -60px -20px 0;
    }
    .hello-banner-cleaning__img {
        width: calc(100% + 40px);
        display: block !important;
        margin: -230px -20px 0;
    }
    .hello-banner-profit {
        height: auto;
        text-align: center;
        display: block;
        align-items: inherit;
        justify-content: inherit;
        padding: 50px 20px 0;
    }
    .hello-banner-profit__col:last-child {
        margin: 0;
    }
    .hello-banner-profit__img {
        margin: 20px auto 30px;
    }
    .hello-banner-loan__img {
        width: calc(100% + 40px);
        display: block !important;
        margin: -330px -20px 0;
    }
    .hello-banner-tradein {
        height: auto;
        flex-direction: column;
        padding: 0;
    }
    .hello-banner-tradein__col {
        width: 100%;
        justify-content: center;
        padding: 0 20px !important;
    }
    .hello-banner-tradein__col:first-child {
        align-items: center;
        padding: 30px 20px !important;
    }
    .hello-banner-tradein .hello-button {
        display: flex;
        margin-top: 20px;
    }
    .hello-banner-tradein__img {
        max-width: 300px;
        height: auto;
    }
    .hello-banner-tradein__col {
        width: 100%;
        text-align: center;
        align-items: center;
        justify-content: center;
        padding: 0 20px !important;
    }
    .hello-banner-tradein__col:first-child {
        padding-top: 30px !important;
        padding-bottom: 30px !important;
    }
}
@media screen and (max-width: 710px) {
    .hello-banner-loan__img {
        margin-top: -290px
    }
}
@media screen and (max-width: 640px) {
    .hello-banner-loan__img {
        margin-top: -250px
    }
}
@media screen and (max-width: 560px) {
    .hello-banner-s23,
    .hello-banner-aseries {
        background-position: 50% 100%;
        background-size: 120% auto;
        height: 420px;
    }
    .hello-banner-cleaning__img {
        margin-top: -180px;
    }
    .hello-banner-loan__img {
        margin-top: -220px
    }
}
@media screen and (max-width: 540px) {
    .hello-banner-s23,
    .hello-banner-aseries {
        height: 380px;
    }
    .hello-banner-fsarticle__img {
        margin-top: -30px;
    }
}
@media screen and (max-width: 500px) {
    .hello-bannerMain__img {
        height: 300px;
    }
    .hello-banner-fs__img {
        width: 100%;
    }
    .hello-banner-loan__img {
        margin-top: -190px
    }
}
@media screen and (max-width: 440px) {
    .hello-banner-s23,
    .hello-banner-aseries {
        height: 340px;
    }
    .hello-banner-loan__img {
        margin-top: -150px
    }
}
@media screen and (max-width: 420px) {
    .hello-banner-cleaning__img {
        margin-top: -150px;
    }
    .hello-banner-tradein__img {
        max-width: 240px;
    }
}
@media screen and (max-width: 380px) {
    .hello-banner__triple .hello-banner {
        height: 400px;
    }
    .hello-banner-s23,
    .hello-banner-aseries {
        height: 320px;
    }
    .hello-banner-cleaning__img {
        margin-top: -120px;
    }
}
@media screen and (max-width: 370px) {
    .hello-banner-loan__img {
        margin-top: -140px
    }
}
@media screen and (max-width: 350px) {
    .hello-banner-s23,
    .hello-banner-aseries {
        height: 300px;
    }
    .hello-banner-cleaning__img {
        margin-top: -100px;
    }
}

/* 2023-05-23 edits */
.hello-banner {
    position: relative;
}
.hello-link {
    border-radius: 20px;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 3;
    transition: all 0.2s ease;
}
.hello-banner:hover .hello-button__link-white {
    background: #fff;
    color: #000;
}
.hello-banner:hover .hello-button__link-black {
    background: #000;
    color: #fff;
}
.hello-h3__note {
    font-weight: 400;
}
@media screen and (max-width: 767px) {
    .hello-link {
        border-radius: 10px;
    }
}
/* Only for galaxystore server, not local */
.hello-banner-fs__cost {
    line-height: 29px;
}