:root{--color-primary:#00f}.color-primary{color:#00f}.background-primary{background-color:#00f}:root{--color-primary-darker:#0000cf}.color-primary-darker{color:#0000cf}.background-primary-darker{background-color:#0000cf}:root{--color-secondary:#02030880}.color-secondary{color:#02030880}.background-secondary{background-color:#02030880}:root{--color-dark:#020308}.color-dark{color:#020308}.background-dark{background-color:#020308}:root{--color-dark-10:#0203081a}.color-dark-10{color:#0203081a}.background-dark-10{background-color:#0203081a}:root{--color-dark-50:#02030880}.color-dark-50{color:#02030880}.background-dark-50{background-color:#02030880}:root{--color-dark-60:#02030899}.color-dark-60{color:#02030899}.background-dark-60{background-color:#02030899}:root{--color-dark-70:#020308b3}.color-dark-70{color:#020308b3}.background-dark-70{background-color:#020308b3}:root{--color-dark-gray:#0000001a}.color-dark-gray{color:#0000001a}.background-dark-gray{background-color:#0000001a}:root{--color-lighter-black:#131313}.color-lighter-black{color:#131313}.background-lighter-black{background-color:#131313}:root{--color-lighter-black-50:#13131380}.color-lighter-black-50{color:#13131380}.background-lighter-black-50{background-color:#13131380}:root{--color-white:#f3f3f3}.color-white{color:#f3f3f3}.background-white{background-color:#f3f3f3}:root{--color-white-50:#f3f3f380}.color-white-50{color:#f3f3f380}.background-white-50{background-color:#f3f3f380}:root{--color-light-yellow:#edce28}.color-light-yellow{color:#edce28}.background-light-yellow{background-color:#edce28}:root{--color-full-white:#fbfbfb}.color-full-white{color:#fbfbfb}.background-full-white{background-color:#fbfbfb}:root{--color-light:#fff}.color-light{color:#fff}.background-light{background-color:#fff}:root{--color-grey-100:#f8f9fa}.color-grey-100{color:#f8f9fa}.background-grey-100{background-color:#f8f9fa}:root{--color-grey-200:#e9ecef}.color-grey-200{color:#e9ecef}.background-grey-200{background-color:#e9ecef}:root{--color-grey-300:#dee2e6}.color-grey-300{color:#dee2e6}.background-grey-300{background-color:#dee2e6}:root{--color-grey-400:#ced4da}.color-grey-400{color:#ced4da}.background-grey-400{background-color:#ced4da}.blog-post{padding:60px 0 0}@media (min-width:768px){.blog-post{padding:80px 0 0}}.blog-post__back-link{color:var(--color-dark-50);align-items:center;gap:8px;max-width:720px;margin-bottom:40px;margin-left:auto;margin-right:auto;font-size:.875rem;font-weight:500;text-decoration:none;transition:all .25s;display:inline-flex}.blog-post__back-link:hover{color:var(--color-primary);gap:12px}.blog-post__back-link svg{width:18px;height:18px;transition:transform .25s}.blog-post__back-link:hover svg{transform:translate(-3px)}.blog-post__article{max-width:720px;margin:0 auto}.blog-post__header{border-bottom:1px solid var(--color-dark-10);margin-bottom:48px;padding-bottom:40px}@media (min-width:768px){.blog-post__header{margin-bottom:56px;padding-bottom:48px}}.blog-post__meta{flex-wrap:wrap;align-items:center;gap:12px;margin-bottom:20px;display:flex}.blog-post__category{text-transform:uppercase;letter-spacing:.04em;color:var(--color-primary);background:#0000ff0f;border-radius:20px;padding:4px 12px;font-size:.75rem;font-weight:600;display:inline-block}.blog-post__date{color:var(--color-dark-50);font-size:.8125rem;font-weight:400}.blog-post__title{color:var(--color-dark);letter-spacing:-.025em;margin:0 0 20px;font-size:2rem;font-weight:600;line-height:1.2}@media (min-width:640px){.blog-post__title{font-size:2.25rem}}@media (min-width:768px){.blog-post__title{font-size:2.5rem}}.blog-post__excerpt{color:var(--color-dark-60);margin:0;font-size:1.125rem;line-height:1.6}@media (max-width:639px){.blog-post__excerpt{font-size:1rem}}.blog-post__content{color:var(--color-dark);font-size:1rem;line-height:1.8}@media (min-width:768px){.blog-post__content{font-size:1.0625rem}}.blog-post__heading{color:var(--color-dark);letter-spacing:-.015em;margin:48px 0 16px;font-size:1.375rem;font-weight:600;line-height:1.3}@media (min-width:768px){.blog-post__heading{font-size:1.5rem}}.blog-post__heading:first-child{margin-top:0}.blog-post__paragraph{color:var(--color-dark-70);margin:0 0 20px}.blog-post__paragraph:last-child{margin-bottom:0}.blog-post__paragraph strong{color:var(--color-dark);font-weight:600}.blog-post__footer{border-top:1px solid var(--color-dark-10);justify-content:space-between;align-items:center;margin-top:56px;margin-bottom:100px;padding-top:32px;display:flex}@media (max-width:767px){.blog-post__footer{margin-bottom:60px}}.blog-post__social{align-items:center;gap:8px;display:flex}.blog-post__social-link{width:40px;height:40px;color:var(--color-dark-50);border:1px solid var(--color-dark-10);background-color:#0000;border-radius:10px;justify-content:center;align-items:center;transition:all .25s;display:inline-flex}.blog-post__social-link:hover{background-color:var(--color-dark);color:var(--color-white);border-color:var(--color-dark);transform:translateY(-2px)}.blog-post__social-link svg{width:18px;height:18px}.blog-post__related{background:var(--color-full-white);padding:80px 0}@media (max-width:767px){.blog-post__related{padding:60px 0}}.blog-post__related-title{color:var(--color-dark);letter-spacing:-.02em;margin:0 0 40px;font-size:1.75rem;font-weight:600}@media (min-width:768px){.blog-post__related-title{font-size:2rem}}.blog-post__related-grid{grid-template-columns:repeat(3,1fr);gap:24px;display:grid}@media (max-width:1023px){.blog-post__related-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:639px){.blog-post__related-grid{grid-template-columns:1fr}}.blog-post__related-card{display:flex}.blog-post__related-card .card-post{width:100%;display:flex}.blog-post__related-card .card-post__card{flex-direction:column;width:100%;height:100%;display:flex}.blog-post__related-card .card-post__content{flex-direction:column;flex:1;display:flex}
