@keyframes fade-in{0%{opacity:0}to{opacity:1}}@keyframes fade-out{0%{opacity:1}to{opacity:0}}@keyframes slide{0%{transform:translateY(25px)}to{transform:translateY(0)}}:root{--z-index-animated-element:2}.fade-in{z-index:var(--z-index-animated-element);opacity:0;position:relative}.fade-in_animate{animation:.5s ease-in-out forwards fade-in}.slide{transform:translateY(25px)}.slide_animate{animation:.5s ease-in-out forwards slide}.fade-in-slide{opacity:0}.fade-in-slide_animate{opacity:1;animation:.5s ease-in-out forwards fade-in,.5s ease-in-out forwards slide}.fade-in-slide_animate>div>*{opacity:0;animation:.5s ease-in-out forwards fade-in,.5s ease-in-out forwards slide;transform:translateY(25px)}.fade-in-slide_animate>div>:first-child{animation-delay:.1s}.fade-in-slide_animate>div>:nth-child(2){animation-delay:.2s}.fade-in-slide_animate>div>:nth-child(3){animation-delay:.3s}.fade-in-slide_animate>div>:nth-child(4){animation-delay:.4s}.fade-in-slide_animate>div>:nth-child(5){animation-delay:.5s}.fade-in-slide_animate>div>:nth-child(6){animation-delay:.6s}.fade-in-slide_animate>div>:nth-child(7){animation-delay:.7s}.fade-in-slide_animate>div>:nth-child(8){animation-delay:.8s}.fade-in-slide_animate>div>:nth-child(9){animation-delay:.9s}.fade-in-slide_animate>div>:nth-child(10){animation-delay:1s}.ui-list-with-icons__title{font-size:var(--font-size-3xl);font-weight:var(--font-weight-default);line-height:var(--line-height-120)}.ui-list-with-icons__list{gap:var(--spacing-l);box-sizing:content-box;flex-direction:column;width:100%;display:flex}.ui-list-with-icons__list-item{align-items:start;gap:var(--spacing-s);flex-direction:column;flex:1;display:flex}.ui-list-with-icons__list-item img{margin-bottom:var(--spacing-xs);width:auto;height:20px}.ui-list-with-icons__subtitle-block{margin-bottom:var(--spacing-5xl);padding-bottom:var(--spacing-5xl);border-block-end:1px solid var(--border-gold)}.ui-list-with-icons__subtitle{margin:var(--spacing-m) 0 0 0;max-width:470px}.ui-list-with-icons__list-item-title{font-size:var(--font-size-semi-l);font-weight:var(--font-weight-500);line-height:var(--line-height-120);letter-spacing:-1px}@media (width>=768px){.ui-list-with-icons__title{max-width:470px}.ui-list-with-icons__list{gap:var(--spacing-2xl);flex-direction:row;padding:0}}@media (prefers-reduced-motion:reduce){.fade-in,.slide,.fade-in-slide,.slide-animate,.fade-in-slide_animate{opacity:1!important;transition:none!important;animation:none!important;transform:none!important}.fade-in-slide_animate>div>*{opacity:1!important;animation:none!important;transform:none!important}}
