:root{--posts-gap:40px}body,html{overflow-x:unset !important}img{height:auto}h1,.h1,h2,.h2,h3,.h3,h4,.h4,h5,.h5,h6,.h6{font-family:var(--font-primary) !important}.header-main{border-bottom:1px solid rgba(17,17,17,.1)}.blog-page{padding:40px 0 120px}.blog-title{font-size:57px;font-weight:700;line-height:120%}.blog-page .subtext{line-height:150%;margin:16px 0 48px;max-width:935px}.big-btn{font-size:17px;padding:18px 24px 16px}.blog-categories{display:flex;flex-wrap:wrap;margin:48px 0 56px}.blog-categories-item{font-size:15px;font-weight:500;line-height:150%;text-transform:uppercase;padding:8px 16px 6px;border-radius:24px;border:1px solid #e7e7e7;margin-right:8px;margin-bottom:8px;text-decoration:none;transition:var(--trans)}.blog-categories-item.current{border:2px solid #6227a7;font-weight:600;color:#6227a7}.blog-categories-item:not(.current):hover{border:1px solid #6227a7;color:#6227a7}.articles{display:grid;grid-template-columns:repeat(auto-fit,minmax(360px,1fr));gap:var(--posts-gap)}.article{text-decoration:none;color:#010101}.article-img{width:100%;height:180px;line-height:0;border-radius:4px;overflow:hidden;position:relative;margin-bottom:16px}.article-img img{position:absolute;top:50%;left:50%;min-width:100%;min-height:100%;width:100%;height:auto;display:block;transform:translate(-50%,-50%);-o-object-fit:cover;object-fit:cover;border-radius:4px;transition:transform .4s ease}.article:hover .article-img img{transform:translate(-50%,-50%) scale(1.06)}.article-img:after{content:"";position:absolute;inset:0;background:rgba(0,0,0,.15);opacity:0;transition:opacity .4s ease;border-radius:4px}.article:hover .article-img:after{opacity:1}.article-title{font-size:20px;font-weight:500;line-height:140%;text-transform:capitalize}.post-meta{margin:8px 0;color:#a0a0a0;font-size:14px;font-weight:500;line-height:150%}.article-text{font-size:16px;font-weight:400;line-height:150%;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;text-overflow:ellipsis;overflow:hidden;margin-bottom:24px}.blog-banner{display:block;cursor:pointer;padding:32px 24px;border-radius:4px;border:1px solid rgba(15,27,36,.2);background:#6227a7;color:#fff}.blog-banner__title{font-size:22px;font-weight:500;line-height:140%;text-transform:uppercase}.blog-banner__separator{border-top:1px solid #fff;margin:24px 0}.blog-banner__text{font-size:18px;font-weight:400;line-height:150%}.blog-banner__btn{display:block;width:100%;margin-top:40px;color:#6227a7 !important}.blog-banner:hover .blog-banner__btn{opacity:.85}.blog-banner__img{line-height:0;text-align:center;margin-bottom:40px}.blog-banner__img img{max-width:100%}.blog-bottom{background:#f7f7f7;padding:120px 0}.blog-bottom-content{display:flex;justify-content:space-between;margin-top:48px}.blog-bottom-content__item{width:calc(50% - 24px)}.blog-bottom-content__item p{font-size:16px;font-weight:400;line-height:150%;margin-top:16px}.blog-bottom-content__item p:first-child{margin-top:0}.blog-pagination{margin-top:40px}.blog-pagination .page-numbers{display:flex;justify-content:flex-end;list-style-type:none;padding-left:0}.blog-pagination .page-numbers li,.blog-pagination .page-numbers li a{font-size:15px;font-weight:400;line-height:20px;letter-spacing:1.5px;color:#a0a0a0}.blog-pagination .page-numbers li .current,.blog-pagination .page-numbers li .prev,.blog-pagination .page-numbers li .next{color:#010101;position:relative}.blog-pagination .page-numbers li .prev{padding-left:0}.blog-pagination .page-numbers li .next{padding-right:0}.blog-pagination .page-numbers li a,.blog-pagination .page-numbers li span{padding:11px 16px}.blog-pagination .page-numbers li a{transition:var(--trans)}.blog-pagination .page-numbers li a:hover{color:#6227a7}.blog-pagination .page-numbers li .prev{padding-right:28px;margin-right:17px}.blog-pagination .page-numbers li .prev:before{content:'';width:10px;height:18px;background-image:url('data:image/svg+xml,<svg viewBox="0 0 10 18" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M9 17C7.83636 15.8364 3.18182 11.1818 0.999999 9L9 1" stroke="%23010101" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');background-position:center;background-repeat:no-repeat;background-size:contain;position:absolute;top:12px;right:0;transition:var(--trans)}.blog-pagination .page-numbers li .prev:hover:before{background-image:url('data:image/svg+xml,<svg viewBox="0 0 10 18" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M9 17C7.83636 15.8364 3.18182 11.1818 0.999999 9L9 1" stroke="%236227A7" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>')}.blog-pagination .page-numbers li .next{padding-left:28px;margin-left:17px}.blog-pagination .page-numbers li .next:before{content:'';width:10px;height:18px;background-image:url('data:image/svg+xml,<svg viewBox="0 0 10 18" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1 1C2.16364 2.16364 6.81818 6.81818 9 9L1 17" stroke="%23010101" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');background-position:center;background-repeat:no-repeat;background-size:contain;position:absolute;top:12px;left:0;transition:var(--trans)}.blog-pagination .page-numbers li .next:hover:before{background-image:url('data:image/svg+xml,<svg viewBox="0 0 10 18" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1 1C2.16364 2.16364 6.81818 6.81818 9 9L1 17" stroke="%236227A7" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>')}.category .blog-page{border-bottom:1px solid rgba(17,17,17,.1)}.single-page{padding-bottom:120px}.single-title{font-size:52px;font-weight:700;line-height:130%}.single-top .btn{margin-top:40px}.single-top .post-meta{margin:16px 0}.single-img{line-height:0;margin-top:64px}.single-img img{max-width:100%;height:auto}.single-box{margin-top:64px;display:flex;justify-content:space-between}.single-content,.related-articles-container{width:calc(100% - 40px - 363px)}.blog-sidebar{width:363px;position:sticky;top:100px;align-self:flex-start}.single-content{word-wrap:break-word}.single-content h2,.single-content h3,.single-content h4,.single-content h5,.single-content h6{font-weight:600;margin-bottom:24px;margin-top:48px;text-transform:capitalize;line-height:120%}.single-content p{margin-bottom:16px}.single-content a{color:#6227a7}.single-content img{max-width:100%;margin:24px 0}.single-content ul,.single-content ol{font-family:var(--font-primary)}.single-content ul{list-style-type:none;padding-left:0}.single-content ul li{font-size:18px;font-weight:600;line-height:150%;text-transform:capitalize;margin-bottom:13px;padding-left:16px;position:relative}.single-content ul li:before{content:'';width:8px;height:8px;background:#010101;border-radius:50%;position:absolute;top:10px;left:0}.cta-block{padding:40px 40px 48px;color:#fff;text-align:center;background-color:#6227a7;margin:48px 0}.single-content .cta-block__title{font-size:24px;font-weight:500;line-height:140%;text-transform:uppercase;margin:0}.cta-block-buttons{margin-top:32px;display:flex;justify-content:center}.cta-block-buttons .btn{min-width:225px}.cta-block-buttons .btn:nth-child(2){margin-left:24px}.related-articles-block{padding:80px 0;background:#f7f7f7}.related-articles-block .title{text-align:left;margin-bottom:40px}.related-articles{display:grid;grid-template-columns:repeat(auto-fit,minmax(360px,1fr));gap:var(--posts-gap)}.toc-article{font-size:24px;font-weight:600;line-height:140%;text-transform:uppercase}.toc ul{list-style-type:none;margin-top:24px;border-left:2px solid #e7e7e7;margin-bottom:100px}.toc ul li{margin-bottom:16px}.toc ul li:before{display:none}.toc ul li a{transition:var(--trans);text-decoration:none;color:#6227a7;font-weight:500}.toc ul li a:hover{opacity:.7}@media screen and (max-width:1219px){:root{--posts-gap:20px}.articles{grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.blog-bottom-content__item{width:calc(50% - 16px)}.related-articles-container{width:750px}}@media screen and (max-width:991px){.blog-page{padding:40px 0 100px}.blog-title{font-size:52px}.blog-page .subtext{margin:16px 0 40px}.blog-categories{margin:40px 0}.articles{grid-template-columns:repeat(auto-fit,minmax(350px,1fr))}.blog-banner{padding:28px 20px}.blog-bottom{padding:100px 0}.blog-bottom-content{margin-top:32px}.single-box{flex-direction:column}.single-content,.related-articles-container{width:100%}.toc ul{margin-bottom:64px}.blog-sidebar{margin-top:48px;width:100%;position:static}.blog-sidebar .blog-banner{width:100%;display:flex;justify-content:space-between;align-items:center;padding:40px 20px}.blog-sidebar .blog-banner-content,.blog-banner__img{width:calc(50% - 12px)}.single-page{padding-bottom:80px}.related-articles{grid-template-columns:repeat(auto-fit,minmax(340px,1fr))}}@media screen and (max-width:767px){:root{--posts-gap:48px}.article,.blog-banner{max-width:400px;margin-left:auto;margin-right:auto}.blog-bottom-content{flex-direction:column}.blog-bottom-content__item{width:100%;margin-bottom:48px}.blog-bottom-content__item:last-child{margin-bottom:0}.single-title{font-size:46px;line-height:120%}.blog-sidebar .blog-banner{flex-direction:column}.blog-sidebar .blog-banner-content,.blog-banner__img{width:100%}}@media screen and (max-width:575px){.blog-page{padding:40px 0 64px}.blog-title{font-size:40px}.big-btn{max-width:400px;width:100%}.blog-pagination .page-numbers{justify-content:center}.blog-pagination .page-numbers li .next,.blog-pagination .page-numbers li .prev{font-size:0}.blog-bottom{padding:64px 0}.blog-categories-item.current{order:-1}.blog-categories{flex-direction:column;border-radius:4px;background:#f7f7f7;padding:0 16px}.blog-categories.show{padding-bottom:6px}.blog-categories-item:not(.current){display:none}.blog-categories.show .blog-categories-item{display:block}.blog-categories-item{border:none;margin:0;padding:10px 0}.blog-categories-item.current{border:none;padding:16px 24px 16px 0;position:relative}.blog-categories-item.current:before{content:'';width:16px;height:17px;background-image:url('data:image/svg+xml,<svg viewBox="0 0 16 17" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(%23clip0_2694_2090)"><path fill-rule="evenodd" clip-rule="evenodd" d="M8.76806 9.25471L14.9136 9.25471C15.115 9.25121 15.307 9.16875 15.4482 9.02509C15.5893 8.88143 15.6685 8.68807 15.6685 8.48665C15.6685 8.28523 15.5893 8.09187 15.4482 7.94821C15.307 7.80455 15.115 7.72209 14.9136 7.71859L8.76806 7.71859L8.76806 1.57302C8.76456 1.37163 8.6821 1.17967 8.53844 1.03848C8.39478 0.897301 8.20142 0.818189 8 0.81819C7.79858 0.818189 7.60522 0.897301 7.46156 1.03848C7.3179 1.17967 7.23544 1.37163 7.23194 1.57302L7.23194 7.71859L1.08637 7.71859C0.88696 7.725 0.69787 7.80873 0.559105 7.95208C0.42034 8.09542 0.342788 8.28713 0.342859 8.48664C0.34293 8.68615 0.420617 8.87781 0.559483 9.02105C0.698349 9.1643 0.887499 9.2479 1.08691 9.25417L7.23194 9.25471L7.23194 15.4003C7.23017 15.5023 7.24872 15.6036 7.28653 15.6983C7.32433 15.7931 7.38062 15.8793 7.45212 15.9521C7.52361 16.0248 7.60888 16.0826 7.70295 16.1221C7.79702 16.1615 7.898 16.1818 8 16.1818C8.102 16.1818 8.20298 16.1615 8.29705 16.1221C8.39112 16.0826 8.47639 16.0248 8.54788 15.9521C8.61938 15.8793 8.67567 15.7931 8.71347 15.6983C8.75128 15.6036 8.76983 15.5023 8.76806 15.4003L8.76806 9.25471Z" fill="%236227A7"/></g><defs><clipPath id="clip0_2694_2090"><rect width="16" height="16" fill="white" transform="translate(0 0.5)"/></clipPath></defs></svg>');background-position:center;background-repeat:no-repeat;background-size:contain;position:absolute;top:19px;right:0;pointer-events:none}.blog-categories.show .blog-categories-item.current:before{background-image:url('data:image/svg+xml,<svg width="16" height="17" viewBox="0 0 16 17" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1 8.48665H15" stroke="%236227A7" stroke-width="2" stroke-linecap="round"/></svg>')}.blog-categories-item:not(.current):hover{border:none;color:var(--text-color)}.single-title{font-size:40px}.single-top .btn{margin-top:32px}.single-img,.single-box{margin-top:48px}.cta-block{text-align:left}.cta-block-buttons{flex-direction:column}.cta-block-buttons .btn:nth-child(2){margin-left:0;margin-top:24px}.cta-block{padding:32px 20px}.related-articles-block{padding:64px 0}}@media screen and (max-width:374px){.articles,.related-articles{grid-template-columns:repeat(auto-fit,minmax(100%,1fr))}.article-img{height:165px}.article-title{font-size:18px}.article-text{font-size:14px}:root{--posts-gap:24px}.blog-banner__title{font-size:20px}.blog-banner__text{font-size:16px}.blog-banner__separator{margin:16px 0}.blog-banner{padding:28px 16px}.blog-title,.single-title{font-size:32px}.single-content .cta-block__title{font-size:20px}}