.text-list{align-items:center}.text-list__items{display:grid;grid-template-columns:minmax(0,416px);justify-content:center;gap:8px;width:100%}@media(min-width:768px){.text-list__items{gap:12px;grid-template-columns:repeat(2,minmax(0,416px))}}@media(min-width:1024px){.text-list__items{grid-template-columns:repeat(3,minmax(0,416px))}}@media(min-width:1440px){.text-list__items{gap:16px}}@media(min-width:768px){.text-list__items--one{grid-template-columns:minmax(0,416px)}}@media(min-width:1024px){.text-list__items--two{grid-template-columns:repeat(2,minmax(0,416px))}}.text-list__item{position:relative;display:flex;flex-direction:column;min-width:0;padding:12px;border-radius:8px;transition:background-color .3s}@media(min-width:1024px){.text-list__item{padding:16px}}.text-list__item:hover{background-color:var(--color-secondary-9,#5473c8)}.text-list__item:hover .text-list__item-header{border-bottom-color:#fff}.text-list__item:hover .text-list__item-number,.text-list__item:hover .text-list__item-title,.text-list__item:hover .text-list__item-description,.text-list__item:hover .text-list__item-link-icon{color:#fff}.text-list__item:nth-child(4n+2) .text-list__item-header{border-bottom-color:var(--color-primary,#dd1556)}.text-list__item:nth-child(4n+2) .text-list__item-number{color:var(--color-primary,#dd1556)}.text-list__item:nth-child(4n+2):hover{background-color:var(--color-primary,#dd1556)}.text-list__item:nth-child(4n+2):hover .text-list__item-header{border-bottom-color:#fff}.text-list__item:nth-child(4n+2):hover .text-list__item-number,.text-list__item:nth-child(4n+2):hover .text-list__item-title,.text-list__item:nth-child(4n+2):hover .text-list__item-description,.text-list__item:nth-child(4n+2):hover .text-list__item-link-icon{color:#fff}.text-list__item:nth-child(4n+3) .text-list__item-number{color:#f1c40f}.text-list__item:nth-child(4n+3) .text-list__item-header{border-bottom-color:#f1c40f}.text-list__item:nth-child(4n+3):hover{background-color:#f1c40f}.text-list__item:nth-child(4n+3):hover .text-list__item-header{border-bottom-color:#000}.text-list__item:nth-child(4n+3):hover .text-list__item-number,.text-list__item:nth-child(4n+3):hover .text-list__item-title,.text-list__item:nth-child(4n+3):hover .text-list__item-description,.text-list__item:nth-child(4n+3):hover .text-list__item-link-icon{color:#000}.text-list__item:nth-child(4n+4) .text-list__item-number{color:var(--color-primary-bg-5,#9fb7f4)}.text-list__item:nth-child(4n+4) .text-list__item-header{border-bottom-color:var(--color-primary-bg-5,#9fb7f4)}.text-list__item:nth-child(4n+4):hover{background-color:var(--color-primary-bg-5,#9fb7f4)}.text-list__item:nth-child(4n+4):hover .text-list__item-header{border-bottom-color:#000}.text-list__item:nth-child(4n+4):hover .text-list__item-number,.text-list__item:nth-child(4n+4):hover .text-list__item-title,.text-list__item:nth-child(4n+4):hover .text-list__item-description,.text-list__item:nth-child(4n+4):hover .text-list__item-link-icon{color:#000}.text-list--alternate .text-list__item:hover{background-color:rgba(0,0,0,0)}.text-list--alternate .text-list__item:hover .text-list__item-header{border-bottom-color:rgba(0,0,0,0)}.text-list--alternate .text-list__item:hover .text-list__item-number{color:var(--color-primary,#dd1556)}.text-list--alternate .text-list__item:hover .text-list__item-title,.text-list--alternate .text-list__item:hover .text-list__item-link-icon{color:#000}.text-list--alternate .text-list__item:hover .text-list__item-description{color:#4c4d4e}.text-list--alternate .text-list__item:nth-child(4n+2) .text-list__item-header,.text-list--alternate .text-list__item:nth-child(4n+3) .text-list__item-header,.text-list--alternate .text-list__item:nth-child(4n+4) .text-list__item-header{border-bottom-color:rgba(0,0,0,0)}.text-list--alternate .text-list__item:nth-child(4n+2) .text-list__item-number,.text-list--alternate .text-list__item:nth-child(4n+3) .text-list__item-number,.text-list--alternate .text-list__item:nth-child(4n+4) .text-list__item-number{color:var(--color-primary,#dd1556)}.text-list__full-card-link:focus-visible{border-radius:8px}.text-list__item-header{position:relative;display:flex;flex-direction:column;gap:4px;padding-bottom:8px;border-bottom:2px solid var(--color-secondary-9,#5473c8);transition:border-bottom-color .3s}@media(min-width:1024px){.text-list__item-header{gap:8px;padding-bottom:12px}}.text-list--alternate .text-list__item-header{border-bottom-color:rgba(0,0,0,0)}.text-list--alternate .text-list__item-header::before{content:"";position:absolute;left:0;bottom:-2px;width:calc(100% - 5px);height:2px;background:linear-gradient(to right,color-mix(in srgb,var(--color-secondary-9,#5473c8) 0%,transparent),color-mix(in srgb,var(--color-secondary-9,#5473c8) 100%,transparent));border-radius:50px}.text-list--alternate .text-list__item-header::after{content:"";position:absolute;right:0;bottom:0;width:0;height:0;border-top:6px solid rgba(0,0,0,0);border-bottom:6px solid rgba(0,0,0,0);border-left:10px solid var(--color-secondary-9,#5473c8);transform:translateY(calc(50% + 1px))}.text-list__item-number{font-family:"Unbounded",sans-serif;font-size:20px;line-height:24px;font-weight:500;color:var(--color-secondary-9,#5473c8);transition:color .3s}@media(min-width:768px){.text-list__item-number{font-size:24px;line-height:28px}}@media(min-width:1024px){.text-list__item-number{font-size:28px;line-height:32px}}.text-list--alternate .text-list__item-number{color:var(--color-primary,#dd1556)}.text-list__item-link-icon{position:absolute;top:0;right:0;width:16px;height:16px;color:#000;pointer-events:none;transition:color .3s}.text-list__item-title{font-family:"Unbounded",sans-serif;font-size:16px;line-height:20px;font-weight:500;color:#000;transition:color .3s}@media(min-width:1024px){.text-list__item-title{font-size:20px;line-height:24px}}.text-list__item-description{padding-top:8px;font-family:"Open Sans",-apple-system,BlinkMacSystemFont,Roboto,sans-serif;font-size:14px;line-height:20px;font-weight:400;color:#4c4d4e;transition:color .3s}@media(min-width:1024px){.text-list__item-description{padding-top:12px;font-size:16px;line-height:24px}}.text-list__related{display:flex;flex-direction:column;gap:24px;padding:12px;border-radius:8px;background-color:var(--color-primary-bg-10-v2,#f3f7ff);max-width:416px;width:100%}@media(min-width:768px){.text-list__related{max-width:844px}}@media(min-width:1024px){.text-list__related{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;padding:16px;max-width:1272px}}@media(min-width:1440px){.text-list__related{max-width:100%}}@media(min-width:1024px){.text-list__related--collapsible{grid-template-rows:auto 1fr;row-gap:16px}}.text-list__related--expanded .text-list__related-toggle-icon{transform:rotate(180deg)}.text-list__related--expanded .text-list__related-extras{grid-template-rows:1fr;margin-top:12px;visibility:visible;transition:grid-template-rows .35s ease,margin-top .35s ease,visibility 0s}.text-list__related-title{margin:0;font-family:"Unbounded",sans-serif;font-size:18px;line-height:24px;font-weight:500;color:#000}@media(min-width:1024px){.text-list__related-title{grid-column:1;grid-row:1;padding-right:24px;font-size:20px;line-height:24px}}.text-list__related-content{display:flex;flex-direction:column;width:100%;min-width:0}@media(min-width:1024px){.text-list__related-content{grid-column:2/-1;grid-row:1/-1;padding-left:12px}}.text-list__related-items{display:grid;gap:12px;width:100%;min-width:0;margin:0;list-style:none}@media(min-width:768px){.text-list__related-items{grid-template-columns:repeat(2,minmax(0,1fr))}}.text-list__related-extras{display:grid;grid-template-rows:0fr;margin-top:0;visibility:hidden;transition:grid-template-rows .35s ease,margin-top .35s ease,visibility 0s linear .35s}.text-list__related-extras-inner{overflow:hidden;min-height:0}@media(prefers-reduced-motion:reduce){.text-list__related-extras,.text-list__related--expanded .text-list__related-extras{transition:none}.text-list__related--expanded .text-list__related-toggle-icon,.text-list__related-toggle-icon{transition:none}}.text-list__related-item{position:relative;min-width:0;min-height:72px;padding:16px;border-radius:6px;background-color:#fff;transition:box-shadow .3s}.text-list__related-item:has(.text-list__full-card-link):hover{box-shadow:0px 0px 40px rgba(0,0,0,.13)}.text-list__related-item:has(.text-list__full-card-link):hover .text-list__related-item-title,.text-list__related-item:has(.text-list__full-card-link):hover .text-list__item-link-icon{color:var(--color-primary,#dd1556)}.text-list__related-item-content{position:relative;padding-right:24px}.text-list__related-item-title{margin:0;font-family:"Unbounded",sans-serif;font-size:16px;line-height:20px;font-weight:500;color:#000;transition:color .3s}.text-list__related-toggle{display:inline-flex;align-items:center;gap:4px;width:fit-content;padding:0;border:0;background:rgba(0,0,0,0);cursor:pointer;font-family:"Open Sans",-apple-system,BlinkMacSystemFont,Roboto,sans-serif;font-size:14px;line-height:20px;font-weight:500;color:var(--color-primary,#dd1556);transition:color .3s}@media(min-width:1024px){.text-list__related-toggle{grid-column:1;grid-row:2;align-self:end;justify-self:start}}.text-list__related-toggle:hover{color:var(--color-primary-hover,#a41342)}.text-list__related-toggle-icon{flex-shrink:0;width:24px;height:24px;transition:transform .3s}
