.introSection{position:relative;padding:4rem 0;background-color:#093146;overflow:hidden}.introTextWrapper{text-align:center;color:#fff}.introTitleText{font-size:2.5rem;text-transform:uppercase;font-weight:600;background:linear-gradient(90deg,#fbd097,#72cceb,#508de2,#4d8fce);background-size:200%;-webkit-background-clip:text;background-clip:text;margin-bottom:30px}.categoryFilter{display:flex;width:100%;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:30px;box-sizing:border-box}.active{color:#371102}.bg-custom{background-color:#093146!important;border-radius:7px!important}.box2Text{position:relative;z-index:2;margin-left:0}@media (min-width:768px){.box2Text{margin-left:-100px}}.loading-spinner{display:flex;justify-content:center;align-items:center;padding:20px}.spinner{border:4px solid #f3f3f3;border-top-color:#02517c;border-radius:50%;width:40px;height:40px;animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(1turn)}}.btn{display:flex;justify-content:center;align-items:center;width:13rem;height:4rem;cursor:pointer;border-radius:.2rem;transition:transform .5s}#container-stars{position:absolute;z-index:-1;width:100%;height:100%;overflow:hidden;transition:.5s;-webkit-backdrop-filter:blur(1rem);backdrop-filter:blur(1rem);border-radius:.4rem}#glow{position:absolute;display:flex;width:12rem}.circle{width:100%;height:30px;filter:blur(2rem);animation:pulse 4s infinite;z-index:-1}@keyframes pulse{0%{transform:scale(.75)}70%{transform:scale(1)}to{transform:scale(.75)}}.info-text{font-size:1.1rem;font-weight:600;color:#cacaca;display:inline-block;margin-left:0;padding-left:0;color:transparent;background:linear-gradient(90deg,#fbd097,#72cceb,#508de2,#4d8fce);background-size:200%;-webkit-background-clip:text;background-clip:text;margin-right:8px;border:none}@media (max-width:576px){.typeFilter{display:flex;flex-wrap:wrap;flex-direction:row;gap:.5rem}.typeFilter>:first-child{flex:0 0 100%}.typeFilter>:nth-child(2),.typeFilter>:nth-child(3){flex:1}.categoryFilter{display:flex;flex-wrap:wrap;flex-direction:column;gap:.5rem}.categoryFilter>*{flex:0 0 100%}}