/**handles:block-acf-intro,block-acf-blog**/
.intro{--rope:var(--pink_gray-rope);padding:8rem 0;position:relative;overflow:hidden}@media (max-width:767px){.intro{padding:3rem 0}}.intro:after{content:"";background:var(--rope);z-index:10;width:14px;height:100%;display:block;position:absolute;top:0;right:0}@media (max-width:1320px){.intro:after{width:10px}}.intro .wrapper{flex-wrap:wrap;gap:1.5rem 3rem;max-width:1050px;display:flex}.intro-badge{flex:0 70px}.intro-text{flex:450px;font-family:Poppins;font-size:25px;font-style:normal;font-weight:500;line-height:150%}.intro-text :first-child{margin-top:0}.intro-text :last-child{margin-bottom:0}
.blog{margin:5rem 0}@media (max-width:767px){.blog{margin:3rem 0}}.blog.dark{background:var(--black);color:#fff;margin:0;padding:5rem 0}@media (max-width:767px){.blog.dark{margin:0;padding:3rem 0}}.blog-text{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:0 2rem;display:flex}.blog-posts{border-top:1px solid #0d202233;margin-top:4rem}.dark .blog-posts{border-color:var(--forest)}.blog-posts .tease{border-bottom:1px solid #0d202233}.blog-posts .tease-text-excerpt{display:none}.dark .blog-posts .tease{border-color:var(--forest)}.blog-posts .tease:hover{background-color:#00000006}.dark .blog-posts .tease:hover{background-color:#ffffff0d}.blog-posts .tease h3{margin-top:0;margin-bottom:2rem}