@keyframes rotate{0{transform:rotate(0)}
to{transform:rotate(1turn)}
}
@keyframes fadein{0{opacity:0}
to{opacity:1}
}
.tr-custom-grid.tr-Grid--even3 .tr-Grid-items .tr-Grid-item{border:1px solid #d0d0d0;padding:32px}
.tr-custom-grid.tr-Grid .tr-FormNewTextControl-labelText{max-width:calc(100% - 20px);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
@supports(display:grid){@media(min-width:48em){.tr-custom-grid.tr-Grid--even3 .tr-Grid-items{grid-template-columns:repeat(2,1fr)}
}
}
@media(min-width:72.12em){.tr-custom-grid.tr-Grid--even3>.tr-Grid-items{grid-template-columns:repeat(3,1fr)}
}
.tr-Grid~[data-react-from-markup-container] .tr-ExpandableItem-content{padding-top:0}
.tr-Grid~[data-react-from-markup-container] .tr-ExpandableItem-content .tr-ListOfLinksBlockLink:first-child{border-top:0}
.tr-PaginationPageItem-inner{padding:0 4px !important}