.help_list{width:100%;position:relative;margin:0 auto;padding:0;display:grid;grid-template-columns:repeat(3, 1fr);row-gap:48px;column-gap:24px}.help_list.owl-carousel{display:block}.help_list.owl-carousel .item{width:calc(100% / 3 - (2 * 24px / 3) * 1);margin-right:24px}.help_list .item{display:inline-flex;position:relative;width:100%}.help_list.rdy .item{width:100% !important;margin:0 !important}.help_list .item .item_in{box-sizing:border-box;width:100%;z-index:0;align-items:flex-start;gap:24px;background-color:#F2F2F4;border-radius:24px;overflow:hidden;display:inline-flex !important;flex-direction:column;padding:2rem;margin:0;position:relative}.help_list .item a.item_in::after{z-index:-1;content:"";position:absolute;inset:0;background:linear-gradient(-10deg, #cc334d 0%, #e0690f 100%);opacity:0;transition:all 400ms ease 0ms}.notouch .help_list .item a.item_in:is(:hover,:focus)::after{opacity:1}.structure[style*="--s-background"] .help_list .item .item_in{background:#ffffff}.help_list .item .item_in .img{width:100%;position:relative;margin:0;display:block}.help_list .item .item_in .img .in{border-radius:16px;overflow:hidden;display:block;position:relative;padding:0;aspect-ratio:54 / 35}.help_list .item .item_in .text{flex:1;box-sizing:border-box;padding:1.5rem 0;align-items:flex-start;text-align:left;width:100%;position:relative;margin:0;display:flex;flex-direction:column;gap:16px}.help_list .item .item_in .text .title{margin:0;transition:all 400ms ease 0ms}.notouch .help_list .item a.item_in:is(:hover,:focus) .text .title{color:#fff}.help_list .item .item_in .text .text_box{margin:0;transition:all 400ms ease 0ms}.notouch .help_list .item a.item_in:is(:hover,:focus) .text .text_box{color:#fff}@media screen and (max-width:1280px){.help_list{grid-template-columns:repeat(2, 1fr);row-gap:32px;column-gap:16px}.help_list.owl-carousel{display:block}.help_list.owl-carousel .item{width:calc(100% / 2 - (1 * 16px / 2) * 1);margin-right:16px}}@media screen and (max-width:700px){.help_list{grid-template-columns:repeat(1, 1fr);row-gap:32px;column-gap:16px}.help_list.owl-carousel{display:block}.help_list.owl-carousel .item{width:calc(100% / 1 - (0 * 16px / 1) * 1);margin-right:16px}}