.shimmer{position:absolute;top:0;left:0;height:100%!important;width:100%;display:flex;animation:shimmer 2s ease-in-out infinite;background:linear-gradient(90deg,#e6e6e6,#f0f0f0 20%,#ffffff 50%,#f0f0f0 80%,#e6e6e6);background-size:200% 100%}.shimmer--dark{background:linear-gradient(90deg,#d9d9d9,#e2e2e2 20%,#f2f2f2 50%,#e2e2e2 80%,#d9d9d9);background-size:200% 100%}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}.button--colorful{border:none;background:linear-gradient(90deg,#03d8d1,#4e21d6,#a655c0,#03d8d1);background-size:400%;transform:rotate(-1300);color:#fff;position:relative;animation:glowing 12s linear infinite;box-shadow:none}.button--colorful:after{content:" ";position:absolute;border-radius:inherit;left:-6px;right:-6px;bottom:-6px;top:-6px;background:inherit;background-size:inherit;z-index:-1;opacity:0;transition:opacity .5s ease;filter:blur(16px);animation:glowing 7s linear infinite;transform:translateZ(0)}@keyframes glowing{to{background-position:-400%;transform:rotate(180)}}.loader{display:flex;align-items:center;justify-content:center}.loader__progress{width:19px;height:19px;border-radius:50%;position:relative;animation:rotate 1s linear infinite}.loader__progress:before{content:"";box-sizing:border-box;position:absolute;inset:0;border-radius:50%;border:2px solid #fff;animation:prixClipFix 2s linear infinite}.loader--large .loader__progress{width:30px;height:30px}.loader--large .loader__progress:before{border-width:2.7px}.loader--center{margin:0 auto}.loader--black .loader__progress:before{border-color:#222}@keyframes rotate{to{transform:rotate(1turn)}}@keyframes prixClipFix{0%{clip-path:polygon(50% 50%,0 0,100% 0,100% 0,100% 0,100% 0)}25%{clip-path:polygon(50% 50%,0 0,100% 0,100% 0,100% 0,100% 0)}50%{clip-path:polygon(50% 50%,0 0,100% 0,100% 100%,100% 100%,100% 100%)}75%{clip-path:polygon(50% 50%,0 0,100% 0,100% 100%,0 100%,0 100%)}to{clip-path:polygon(50% 50%,0 0,100% 0,100% 100%,0 100%,0 0)}}.blog-post-content img{margin-bottom:15px;width:100%;border-radius:15px}.blog-post-content h2{display:block;margin:28px 0 16px;font-weight:600;font-size:21px;line-height:28px}@media(max-width:767px){.blog-post-content h2{font-size:18px;line-height:26px}}.blog-post-content h2:first-child{margin-top:0}.blog-post-content h3{display:block;margin:24px 0 12px;font-weight:600;font-size:18px;line-height:24px}@media(max-width:767px){.blog-post-content h3{font-size:18px;line-height:26px}}.blog-post-content h3:first-child{margin-top:0}.blog-post-content p{margin-bottom:16px}.blog-post-content p:last-child{margin-bottom:0}.blog-post-content a{text-decoration:underline}.blog-post-content ul{margin-bottom:15px}.blog-post-content li{margin-left:15px;list-style:disc}