.skeleton{position:relative;overflow:hidden;background:#ccc}.skeleton:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(90deg,#ccc,#dedede,#ccc);animation:progress 1s ease-in-out infinite}@keyframes progress{0%{transform:translate3d(-100%,0,0)}to{transform:translate3d(100%,0,0)}}.tabulator{display:flex;list-style:none;align-content:stretch;align-items:stretch;flex-wrap:unset}.tabulator li{flex:1 1}.tabulator .tab-link{padding:12px 18px;position:relative;display:block;font-size:17px;color:#21325b;text-decoration:none;border:1px solid #d0d1d5;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;text-align:center;white-space:nowrap;height:100%}.tabulator .tab-link svg{fill:currentColor;margin:-4px 5px -4px -3px;transform:scale(.85)}.tabulator .tab-item:not(:first-child) .tab-link{margin-left:-1px}.tabulator .tab-item:first-child .tab-link{border-top-left-radius:4px;border-bottom-left-radius:4px}.tabulator .tab-item:last-child .tab-link{border-top-right-radius:4px;border-bottom-right-radius:4px}.tabulator .tab-item a:hover{background-color:#e9ecef;text-decoration:none}.tabulator .tab-item.active a{background-color:#21325b!important;color:#fff!important;border-color:#21325b}.tabulator .tab-item.active a svg{fill:currentColor}@media(max-width:800px){.tabulator{margin:0 auto 10px;width:100%!important;align-items:stretch}.tabulator li{flex:1 1}.tabulator .tab-link{font-size:16px;line-height:19px;padding:7px}.tabulator .tab-link img,.tabulator .tab-link svg{margin:2px auto!important;display:block;transform:scale(1)}.tabulator .tab-link img.IELTSExpertIcon,.tabulator .tab-link svg.IELTSExpertIcon{margin:0 auto!important}.tabulator .tab-link img{height:23px;margin-bottom:5px!important}.tabulator .tab-link span{display:block}.tabulator .tab-link i{display:inline-block!important}}