.pdf-tab-container{font-family:"Inter",sans-serif;border:none;border-radius:10px;overflow:hidden;background:#fff;animation:fadeSlideIn .6s ease-in-out}.pdf-tab-inputs input[type=radio]{display:none}.pdf-tab-inputs label{flex:0 0 auto;white-space:nowrap;padding:15px 25px;color:#fff;background:#0073b8;cursor:pointer;transition:background .3s,color .3s;scroll-snap-align:start;border-right:1px solid rgba(255,255,255,.1)}.pdf-tab-labels{display:flex;overflow-x:auto;background-color:#003e1e;scrollbar-width:none;-ms-overflow-style:none;scroll-snap-type:x mandatory}.pdf-tab-labels::-webkit-scrollbar{display:none}.pdf-tab-inputs input:checked+label{background:#ebdaab;color:#003e1e;font-weight:700}.pdf-tab-contents{transition:all .4s ease-in-out;background:#f9f9f9}.pdf-tab-content{display:none;padding:15px;animation:fadeIn .5s ease-in-out}.pdf-tab-inputs input:nth-of-type(1):checked~.pdf-tab-contents .pdf-tab-content:nth-of-type(1),.pdf-tab-inputs input:nth-of-type(2):checked~.pdf-tab-contents .pdf-tab-content:nth-of-type(2),.pdf-tab-inputs input:nth-of-type(3):checked~.pdf-tab-contents .pdf-tab-content:nth-of-type(3),.pdf-tab-inputs input:nth-of-type(4):checked~.pdf-tab-contents .pdf-tab-content:nth-of-type(4),.pdf-tab-inputs input:nth-of-type(5):checked~.pdf-tab-contents .pdf-tab-content:nth-of-type(5),.pdf-tab-inputs input:nth-of-type(6):checked~.pdf-tab-contents .pdf-tab-content:nth-of-type(6),.pdf-tab-inputs input:nth-of-type(7):checked~.pdf-tab-contents .pdf-tab-content:nth-of-type(7){display:block}.pdf-list{display:grid;grid-template-columns:repeat(1,1fr);gap:15px}@media (min-width:600px){.pdf-list{grid-template-columns:repeat(2,1fr)}}@media (min-width:900px){.pdf-list{grid-template-columns:repeat(3,1fr)}}.pdf-list li{list-style:none}.pdf-list a{color:#000;color:#000;border:1px solid #dfdfdf;background:#fff;font-size:14px!important;line-height:20px!important;padding:12px 16px;border-radius:6px;display:flex;align-items:center;text-decoration:none;justify-content:space-between;transition:background .3s ease}.pdf-list a:hover{background:#005f30}.pdf-icon{margin-right:8px}