section.portal-cards{padding:1.2rem 0}@media screen and (max-width:768px) and (orientation:portrait){section.portal-cards{padding:.4rem 0}}section.portal-cards .section-label{margin-bottom:.24rem}section.portal-cards .heading-row{align-items:flex-end;display:flex;justify-content:space-between}@media screen and (max-width:768px) and (orientation:portrait){section.portal-cards .heading-row{align-items:flex-start;flex-direction:column;gap:.24rem}}:is(section.portal-cards .heading-row) .title{max-width:7.62rem}@media screen and (max-width:768px) and (orientation:portrait){:is(section.portal-cards .heading-row) .title{max-width:100%}}:is(section.portal-cards .heading-row) .description{color:var(--grey);font-size:.2rem;font-weight:400;line-height:.24rem;max-width:4.23rem;text-align:end}@media screen and (max-width:768px) and (orientation:portrait){:is(section.portal-cards .heading-row) .description{font-size:.14rem;line-height:.19rem;max-width:100%;text-align:left}}section.portal-cards .cards-wrap{width:100%}@media screen and (max-width:768px) and (orientation:portrait){section.portal-cards .cards-wrap{overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none;margin-inline:-.2rem;padding-inline:.2rem;scroll-padding-inline-start:.2rem;width:calc(100% + .4rem)}:is(section.portal-cards .cards-wrap)::-webkit-scrollbar{display:none}}section.portal-cards .cards{display:grid;gap:.2rem;grid-template-columns:repeat(4,1fr);margin-top:1.2rem}@media screen and (max-width:768px) and (orientation:portrait){section.portal-cards .cards{align-items:stretch;display:flex;gap:.2rem;margin-top:.24rem;padding-right:.2rem;width:max-content}}section.portal-cards .card{backdrop-filter:blur(.04rem);background-color:rgba(13,14,20,.4);border-radius:.24rem;display:flex;flex-direction:column;gap:.2rem;height:100%;justify-content:space-between;min-height:3.9rem;padding:.32rem;position:relative}@media screen and (max-width:768px) and (orientation:portrait){section.portal-cards .card{align-self:stretch;border-radius:.2rem;flex-shrink:0;height:auto;scroll-snap-align:start;scroll-snap-stop:always;width:3.15rem}}:is(section.portal-cards .card):before{aspect-ratio:512/337;background-image:url(../../assets/card-border-1.webp);background-position:0 0;background-repeat:no-repeat;background-size:contain;content:"";display:block;left:0;position:absolute;top:0;width:100%}:is(:is(section.portal-cards .card) .card-header) .card-icon{backdrop-filter:blur(.4rem);background:linear-gradient(90deg,rgba(255,252,255,.02) 30%,rgba(255,252,255,.002) 50%);border:.01rem solid rgba(255,252,255,.08);border-radius:50%;height:.57rem;line-height:0;padding:.16rem;width:.57rem}:is(:is(:is(section.portal-cards .card) .card-header) .card-icon) img,:is(:is(:is(section.portal-cards .card) .card-header) .card-icon) svg{height:100%;object-fit:contain;object-position:center;width:100%}:is(:is(section.portal-cards .card) .card-header) .card-title{font-size:.28rem;font-weight:500;line-height:.32rem;margin-top:.2rem}:is(section.portal-cards .card) .card-text{color:var(--grey);font-size:.16rem;font-weight:400;line-height:.22rem;margin-top:.53rem}