.tab-resource-section{background-color:var(--surface-light);padding:96px 0}.gap-24{gap:24px}.resource-tab-list{display:flex;flex-direction:column;margin-top:56px}.resource-tab-item{align-items:center;border-bottom:2px solid #d0d5dd;cursor:pointer;display:flex;gap:16px;padding:24px 0}.mobile-tab-icon-arrow,.tab-icon-arrow,.tab-item-label{color:#667085}.tab-item-label{flex-grow:1}.resource-tab-item:hover .tab-icon-arrow,.resource-tab-item:hover .tab-item-label{color:#0a60b0!important}.mobile-tab-icon-arrow,.tab-icon-arrow{transition:transform .3s ease}.active .mobile-tab-icon-arrow,.active .tab-icon-arrow,.active .tab-item-label{color:#101828}.active .tab-icon-arrow,.resource-tab-item:hover .tab-icon-arrow{transform:rotate(45deg)}.active .mobile-tab-icon-arrow{transform:rotateX(180deg)}.resource-tab-item.active{border-color:#91d1f8}.icon-wrapper{height:40px;width:34px}.icon-wrapper img{height:100%;object-fit:contain;opacity:.5;width:100%}.resource-tab-item.active .icon-wrapper img{opacity:1}.resource-content-container{background-color:#fff;border-radius:12px;display:grid;grid-template:"slides" auto;padding:24px}.resource-content{display:flex;flex-direction:column;gap:16px;opacity:0;transition:opacity .3s ease-in-out;width:100%;z-index:0}.resource-tab-content-container .resource-content{background-color:#fff;border-radius:12px;margin-top:24px;overflow:hidden;padding:24px}.resource-content-wrapper{max-height:0;overflow:hidden}.resource-content-wrapper.active{max-height:900px}.sidebar-content .resource-content{grid-area:slides}.resource-content.active{opacity:1;z-index:10}.resource-content-item{align-items:center;border-radius:12px;display:flex;flex-direction:column;gap:16px;margin:0 auto;max-width:311px;padding:8px;position:relative;width:100%}.resource-content-item:hover{background:#d7eeff80}.item-image-wrapper{border-radius:8px;height:173px;max-width:311px;overflow:hidden;position:relative;width:100%}.item-image-wrapper img{height:100%;object-fit:cover;width:100%}.resource-content-item:hover svg{transform:rotate(45deg)}.resource-content-item .item-badge{bottom:16px;left:16px;position:absolute}.item-content{display:flex;flex-direction:column;gap:16px;width:100%}@media (min-width:576px){.resource-content-item{flex-direction:row;gap:32px;max-width:unset}.item-image-wrapper{flex-basis:280px;flex-grow:0;flex-shrink:0;height:156px;width:280px}}@media (min-width:991px){.resource-tab-list{margin-top:32px}}.resource-subhead p{margin:0}