.component-breadcrumbs{font-family:var(--font-family)}.component-breadcrumbs li a{color:var(--primary-color-text);font-weight:500}.component-breadcrumbs li:last-child a{color:gray;font-weight:400;cursor:default;text-transform:capitalize}.custom-pagination ul{gap:calc(var(--spacing)*1)}.custom-pagination ul li{display:block;width:38px;height:38px;line-height:2.5;text-align:center}.custom-pagination ul .next,.custom-pagination ul .previous{width:auto}.custom-pagination ul .next a,.custom-pagination ul .previous a{height:35px}.custom-pagination .selected a{background:var(--primary-color);color:#fff}@media(max-width:768px){.custom-pagination li{width:34px;height:34px}.custom-pagination .next a,.custom-pagination .previous a{height:34px}}.custom-table{box-shadow:var(--neutral-shadow)}.custom-dropdown button,.custom-search input{border:1px solid var(--border-grey);box-shadow:none}.custom-tab button{font-size:14px}.custom-tab .tabactive{background:var(--primary-color);color:#fff;box-shadow:var(--brand-shadow);border:1px solid var(--primary-color);border-radius:50px}.heading-h1,.heading-h2,.heading-h3,.heading-h4,.heading-h5,.heading-h6{color:var(--heading-color)}.dark .heading-h1,.dark .heading-h2,.dark .heading-h3,.dark .heading-h4,.dark .heading-h5,.dark .heading-h6{color:var(--heading-color-dark)}.heading-h1{font-size:var(--h1-mobile);font-weight:var(--h1-weight);line-height:var(--h1-line-height);margin-bottom:5px}@media(min-width:768px){.heading-h1{font-size:var(--h1-desktop)}}.heading-h2{font-size:var(--h2-mobile);font-weight:var(--h2-weight);line-height:var(--h2-line-height);margin-bottom:5px}@media(min-width:768px){.heading-h2{font-size:var(--h2-desktop)}}.heading-h3{font-size:var(--h3-mobile);font-weight:var(--h3-weight);line-height:var(--h3-line-height);margin-bottom:5px}@media(min-width:768px){.heading-h3{font-size:var(--h3-desktop)}}.heading-h4{font-size:var(--h4-mobile);font-weight:var(--h4-weight);line-height:var(--h4-line-height);margin-bottom:5px}@media(min-width:768px){.heading-h4{font-size:var(--h4-desktop)}}.heading-h5{font-size:var(--h5-mobile);font-weight:var(--h5-weight);line-height:var(--h5-line-height);margin-bottom:5px}@media(min-width:768px){.heading-h5{font-size:var(--h5-desktop)}}.heading-h6{font-size:var(--h6-mobile);font-weight:var(--h6-weight);line-height:var(--h6-line-height);margin-bottom:5px}@media(min-width:768px){.heading-h6{font-size:var(--h6-desktop)}}.subheading-primary{font-size:var(--paragraph-font-size-mobile);font-weight:var(--paragraph-font-weight);line-height:var(--paragraph-line-height);color:var(--paragraph-color)}@media(min-width:768px){.subheading-primary{font-size:var(--paragraph-font-size-desktop)}}@keyframes mmFadeUp{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes mmShimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.mm-fadein{animation:mmFadeUp .4s ease forwards;opacity:0}