.entity-wrapper{display:flex;flex-direction:row;align-items:start;gap:48px}.entity-wrapper .page-content{max-width:var(--page-max-width);margin:0 auto;display:flex;flex-direction:row;gap:48px}.entity-wrapper .page-content .manager-img{height:160px;width:160px;object-fit:cover}.entity-wrapper .content-wrapper{display:flex;flex-direction:column;gap:24px}.entity-wrapper .content-wrapper .icon-wrapper{display:flex;align-items:center;justify-content:center;height:24px;width:24px;border-radius:4px;background:var(--primary-color)}@media(max-width:1279px){.entity-wrapper .page-content{flex-direction:column;align-items:center}.entity-wrapper .page-content .entity-detail{align-items:center}.entity-wrapper .content-wrapper{gap:16px}}.breadcrumbs-wrapper{display:flex;flex-direction:row;align-items:center}.breadcrumbs-wrapper .separator{padding:0 8px}.breadcrumbs-wrapper .breadcrumb-item{height:16px;min-width:-moz-fit-content;min-width:fit-content;text-transform:none;color:var(----text-color);padding:0}.breadcrumbs-wrapper .breadcrumb-item:last-of-type{pointer-events:none}.breadcrumbs-wrapper .breadcrumb-item:hover{text-decoration:underline;color:var(--primary-color)}.manager-card-wrapper{display:flex;flex-direction:column;align-items:center;gap:16px}.manager-card-wrapper.card-content{width:267px;height:353px;padding:16px}.manager-card-wrapper.card-content .media-image-wrapper.manager-img{width:100%;height:235px;object-fit:cover;border-radius:8px}.manager-card-wrapper.card-content .content-wrapper{display:flex;flex-direction:column;align-items:center;gap:15px}.media-image-wrapper{z-index:1}.media-image-wrapper.bg{width:100%!important;height:100%!important;position:absolute;right:0;top:0;z-index:-1}.media-image-wrapper.manager-img{object-fit:cover;border-radius:8px}.richtext-wrapper *{font-family:var(--app-font-family)!important}.richtext-wrapper a{font-size:var(--fs-16);font-weight:400;letter-spacing:.25px;-webkit-text-decoration-line:underline;text-decoration-line:underline;color:var(--text-color);word-break:break-all}.richtext-wrapper a:hover{color:var(--primary-color)}.richtext-wrapper ol,.richtext-wrapper p,.richtext-wrapper ul{font-size:17px;font-weight:400;line-height:normal;letter-spacing:.5px;color:var(--text-color)}.richtext-wrapper ol:has(.title),.richtext-wrapper p:has(.title),.richtext-wrapper ul:has(.title){margin-bottom:12px}.richtext-wrapper ol,.richtext-wrapper ul{padding-left:18px}.richtext-wrapper img{max-width:100%;height:auto}.richtext-wrapper h3.primary-header{font-size:var(--fs-16);font-weight:700;letter-spacing:1px;color:var(--primary-color)}