.blog-post{background:#fff;padding:100px 0}.blog-post__container{margin:0 auto;max-width:var(--global-context-max-width);padding:0 22px}.blog-post__row{display:flex;gap:60px}.blog-post__content{width:100%}.blog-post__sidebar{width:30%}.blog-post__post-date{color:#000;font-size:20px;font-weight:500;line-height:23px;margin-bottom:30px}.blog-post__post-body{color:#000;margin-bottom:40px}.blog-post__sidebar-title{color:#000;font-size:32px;font-weight:500;line-height:36.8px;margin-bottom:30px}.blog-post__related-posts,.blog-post__related-posts span{display:grid;gap:30px;grid-template-columns:repeat(1,1fr)}.blog-post__post-divider{background-color:#767676;height:1px;width:100%}.blog-post__post-tags-socials-wrapper{display:flex;flex-direction:column;gap:20px}.blog-post__post-tag-wrapper{align-items:center;display:flex;flex-wrap:wrap;gap:10px}.blog-post__post-tag{border:1px solid #02b06b;border-radius:50px;color:#000;font-weight:500;padding:5px 30px;transition:background .25s ease-in-out,color .25s ease-in-out}.blog-post__post-tag:hover{background:#02b06b}.blog-post__post-tag:nth-child(2n){border:1px solid #2e74eb}.blog-post__post-tag:nth-child(2n):hover{background:#2e74eb}.blog-post__post-socials-wrapper{align-items:center;color:#000;display:flex;flex-wrap:wrap;font-size:16px;font-weight:500;gap:15px}.blog-post__post-socials-svg{align-items:center;border:1px solid;border-radius:50%;color:#000;cursor:pointer;display:flex;justify-content:center;padding:5px;transition:background .25s ease-in-out}.blog-post__post-socials-svg:hover{background:var(--brand-green)}.blog-post__post-socials-svg svg{height:18px;object-fit:contain;width:18px}.blog-post__hero{background-color:#000;position:relative}.blog-post__hero__container{align-items:center;display:flex;height:100%;margin:0 auto;max-width:1280px;min-height:40vh;padding:0 20px;width:100%}.blog-post__hero h1{font-size:40px;line-height:48px}.blog-post__hero h1,.blog-post__hero p{color:#fff;letter-spacing:.03em;text-align:left}.blog-post__hero p{font-size:24px;font-weight:400;line-height:27.6px}.blog-post__hero p a{color:#fff}.blog-post__hero__copy{padding-right:20px;width:50%}.blog-post__hero__image{height:100%;object-fit:cover;position:absolute;right:0;top:0;width:50%}@media(max-width:1050px){.blog-post__hero__image{opacity:0;width:100%}.blog-post__hero__copy{display:flex;flex-direction:column;height:100%;justify-content:center;left:0;padding:40px 20px;position:absolute;top:0;width:100%;z-index:2}.blog-post{padding:60px 0}.blog-post__row{flex-direction:column;gap:40px}.blog-post__content,.blog-post__sidebar{width:100%}.blog-post__related-posts span{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.blog-post__related-posts span{grid-template-columns:repeat(1,1fr)}.blog-post__hero h1{font-size:32px;line-height:1.1}}