@keyframes topToBottom{0%{transform:translateY(0)}25%{transform:translateY(200%)}50%{transform:translateY(200%)}75%{transform:translateY(0)}to{transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.mg-pagination{display:flex;flex-direction:column;align-items:center;width:100%;margin:40px 0 32px;gap:16px}@media screen and (min-width: 990px){.mg-pagination{margin:48px 0 40px;gap:20px}}.mg-pagination__controls{display:flex;align-items:center;justify-content:center;width:100%;max-width:28rem;gap:8px}.mg-pagination__control{display:flex}.mg-pagination__control--prev{justify-content:flex-end;flex:1}.mg-pagination__control--next{justify-content:flex-start;flex:1}.mg-pagination__list{display:flex;flex-wrap:nowrap;justify-content:center;align-items:center;gap:6px;padding:0;margin:0;list-style:none}.mg-pagination__item{display:flex;justify-content:center;align-items:center}.mg-pagination__ellipsis{font-weight:400!important;font-size:14px!important;line-height:20px!important;letter-spacing:0!important;display:flex;justify-content:center;align-items:center;width:24px;height:24px;color:#787878;line-height:1}.mg-pagination__link{font-weight:400!important;font-size:14px!important;line-height:20px!important;letter-spacing:0!important;display:flex;justify-content:center;align-items:center;width:32px;height:32px;color:#211f1c;border:1px solid rgba(120,120,120,.45);border-radius:50%;text-decoration:none;line-height:1;transition:all .4s cubic-bezier(.44,.54,.12,.86)}.mg-pagination__link--active{color:#fff;background-color:#211f1c;border-color:#211f1c}.mg-pagination__link:hover:not(.mg-pagination__link--active){border-color:#211f1c}.mg-pagination__link-btn{font-weight:400!important;font-size:14px!important;line-height:20px!important;letter-spacing:0!important;display:inline-flex;justify-content:center;align-items:center;padding:8px 16px;color:#211f1c;background-color:transparent;border:1px solid rgba(33,31,28,.75);border-radius:999px;text-decoration:none;text-transform:uppercase;letter-spacing:.04em;line-height:1;white-space:nowrap;transition:all .4s cubic-bezier(.44,.54,.12,.86);width:100%}@media screen and (min-width: 990px){.mg-pagination__link-btn{padding:8px 40px}}.mg-pagination__link-btn:hover{color:#fff;background-color:#211f1c;border-color:#211f1c}.mg-pagination__link-btn--disabled{color:#787878;border-color:#78787873;pointer-events:none}.mg-pagination__link-btn--disabled:hover{color:#787878;background-color:transparent;border-color:#78787873}
