.chapters__preview ol{display:grid;grid-template-columns:1fr 1fr;grid-gap:40px;align-items:flex-start;column-gap:100px;counter-reset:item;list-style-type:none}.list-items-container{display:grid;grid-template-columns:1fr;grid-gap:40px}.chapters__preview li{cursor:pointer;display:flex;gap:20px;position:relative;width:100%}.chapters__preview li:before{color:#59c3c3;content:attr(number);counter-increment:item;display:inline-block;flex-shrink:0;font-size:2em;font-weight:900;line-height:1;margin-left:0;position:static;top:0}.chapters__preview li p{line-height:1.7;margin-bottom:0}.chapters__preview li p strong{font-family:trade-gothic-next,sans-serif;font-size:18px;font-weight:700}.chapters__preview li .alt-trigger{align-items:center;border-bottom:2px solid #3b51a4;display:inline-flex;font-weight:900;line-height:1.8;margin-top:10px;padding-bottom:0;position:relative;text-decoration:none}.chapters__preview li .alt-trigger:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='6.39' height='11.142' viewBox='0 0 6.39 11.142'%3E%3Cg data-name='Right Arrow Icon'%3E%3Cg data-name='icons Q2'%3E%3Cpath fill='%2359c3c3' d='M4.474 5.571.256 9.789a.756.756 0 0 0 .08 1.194.836.836 0 0 0 1.074-.08l4.731-4.775a.756.756 0 0 0 0-1.114L1.409.243A.836.836 0 0 0 .335.163a.756.756 0 0 0-.08 1.194Z' data-name='Path 2'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");background-position:50%;background-repeat:no-repeat;content:"";display:inline-block;flex-shrink:0;height:11px;margin-left:10px;position:relative;width:10px}.chapters__preview-popup{display:none;height:100%;position:fixed;right:0;top:0;width:100%;z-index:99}.chapters__preview-popup.active{display:block}.chapters__preview-popup .chapters__preview-overlay{background-color:#333333f2;bottom:0;height:100%;left:0;position:fixed;right:0;top:0;width:100%}.chapters__preview-popup .chapters__preview-popup-inner{background:#fff;border-radius:clamp(20px,2.5vw,40px);height:min(700px,100%);left:50%;padding:clamp(10px,2.5vw,40px);position:fixed;top:50%;transform:translate(-50%,-50%);width:min(900px,100%)}.chapters__preview-popup .chapters__preview-popup-inner .chapters__preview-popup-inner-content{height:inherit;overflow:auto;padding:clamp(10px,2.5vw,40px)}.chapters__preview-popup .chapter__num{font-size:1em;font-weight:700;letter-spacing:1.5;position:relative;text-align:center;text-transform:uppercase;z-index:9}.chapters__preview-popup .chapter__num:before{color:#59c3c3;content:attr(number);display:block;font-size:6.5em;font-weight:900;left:50%;opacity:.9;position:absolute;top:50%;transform:translate(-50%,-50%);z-index:-1}@media screen and (max-width:1000px){.chapters__preview ol{counter-reset:item;grid-template-columns:1fr;list-style-type:none;padding-left:0}.chapters__preview ol li{width:100%}}@media screen and (max-width:500px){.chapters__preview li{flex-wrap:wrap}}