.mol-divider{position:relative;margin:0 auto;padding:2rem 1rem;z-index:0;overflow:hidden;display:flex;flex-direction:column;align-items:center;border-radius:4px;height:auto}@media only screen and (min-width:1024px){.mol-divider{max-width:660px}}.mol-divider__icon-wrapper{position:relative;margin-bottom:1rem;height:5.4rem;width:5.4rem;z-index:2;display:flex;align-items:center;justify-content:center;border-radius:50%}.mol-divider__icon-wrapper .ft-img{height:2.4rem;width:2.4rem}.mol-divider__block{position:relative;padding:0 1rem;z-index:1;text-align:center;background-color:transparent}.mol-divider__block strong{flex-basis:100%}@media only screen and (min-width:1024px){.mol-divider__block strong{flex-basis:auto}}.mol-divider__block span{flex-basis:100%}@media only screen and (min-width:1024px){.mol-divider__block span{flex-basis:auto;font-weight:700}}.mol-divider__block--top{padding:0 1rem 2rem;display:flex;flex-wrap:wrap;justify-content:center;width:100%}@media only screen and (min-width:1024px){.mol-divider__block--top{gap:0.5rem}}.mol-divider__block--top:before{content:"";position:absolute;right:0;bottom:0;left:50%;top:calc(-1rem - 27px);z-index:-2;border:2px dashed var(--color-mediumGrey);border-left:none;border-radius:0 12px 12px 0}.mol-divider__block--bottom{padding:2rem 1rem 1.5rem;display:flex;flex-wrap:wrap;justify-content:center;width:100%}@media only screen and (min-width:1024px){.mol-divider__block--bottom{gap:0.5rem}}.mol-divider__block--bottom:before{content:"";position:absolute;top:-0.2rem;right:50%;bottom:-1.25rem;left:0;z-index:-2;border:2px dashed var(--color-mediumGrey);border-right:none;border-radius:12px 0 0 12px}.mol-divider__tag{position:relative;top:-0.5rem;z-index:2;display:inline-flex;align-items:center}.mol-divider__tag .ft-tag--badge{position:relative;padding:0.4rem 0.6rem 0.4rem 1.6rem;z-index:2;display:inline-flex;align-items:center;background-color:var(--color-tertiary);color:var(--color-white);border-radius:32px;border:none}.mol-divider__tag .ft-tag--badge .ft-tag-link{position:absolute;top:0;left:0;height:100%;width:100%;z-index:10;font-size:0;color:transparent}.mol-divider__tag .ft-tag--badge .ft-tag__img{margin-right:0.8rem;height:1.8rem;width:1.8rem;display:flex;align-items:center;filter:brightness(0) invert(1)}.mol-divider__tag .ft-tag--badge .ft-tag__value{margin-left:1.2rem;padding:0.4rem 1.4rem;font-weight:700;color:var(--color-white);border-radius:24px;background-color:var(--color-primary)}