.anim_hover{transition:all .2s ease-in-out}.anim_hover:hover{-khtml-transform:translateY(-8%);transform:translateY(-8%);transition:.2s;opacity:.7}@keyframes basic_animation{0%{-khtml-transform:scale(.95);transform:scale(.95);opacity:.7}to{-khtml-transform:scale(1);transform:scale(1);opacity:1}}@keyframes block_animation{0%{transform:translateY(3%);opacity:.7}to{transform:translate(0);opacity:1}}@keyframes remove_animation{0%{transform:translate(0);opacity:1}to{transform:translateY(2%);opacity:0}}.remove_animation{animation-name:remove_animation;animation-duration:.4s;animation-iteration-count:1;animation-timing-function:ease-in-out;animation-fill-mode:forwards}.block_animation{animation-name:block_animation;animation-duration:.4s;animation-iteration-count:1;animation-timing-function:ease-in-out;animation-fill-mode:forwards}.basic_animation{animation-name:basic_animation;animation-duration:.4s;animation-iteration-count:1;animation-timing-function:ease-in-out;animation-fill-mode:forwards}@keyframes pulse{0%{transform:scale(1);opacity:1}50%{transform:scale(1.2);opacity:.8}to{transform:scale(1);opacity:1}}.pulse{display:inline-block;animation:pulse 1.5s infinite;-webkit-animation:pulse 1.5s infinite}@media (min-width:501px){.card-orientation{aspect-ratio:16/10}}@media (max-width:500px){.card-orientation{aspect-ratio:1/1}}@media (prefers-color-scheme:dark){.header-transparent{background:rgba(34,38,42,.95)}}@media (prefers-color-scheme:light){.header-transparent{background:hsla(0,0%,100%,.95)}}.cursor-secondary:hover{cursor:pointer;background-color:var(--bs-secondary-bg)!important}.loader{transform:rotate(45deg);perspective:1000px;border-radius:50%;width:100px;height:100px;color:var(--bs-body-color)}.loader:after,.loader:before{content:"";display:block;position:absolute;top:0;left:0;width:inherit;height:inherit;border-radius:50%;transform:rotateX(70deg);animation:spin 1s linear infinite}.loader:after{color:#4634bc;transform:rotateY(70deg);animation-delay:.4s}@keyframes rotate{0%{transform:translate(-50%,-50%) rotate(0deg)}to{transform:translate(-50%,-50%) rotate(1turn)}}@keyframes rotateccw{0%{transform:translate(-50%,-50%) rotate(0deg)}to{transform:translate(-50%,-50%) rotate(-1turn)}}@keyframes spin{0%,to{box-shadow:.5em 0 0 0 currentcolor}12%{box-shadow:.5em .5em 0 0 currentcolor}25%{box-shadow:0 .5em 0 0 currentcolor}37%{box-shadow:-.5em .5em 0 0 currentcolor}50%{box-shadow:-.5em 0 0 0 currentcolor}62%{box-shadow:-.5em -.5em 0 0 currentcolor}75%{box-shadow:0 -.5em 0 0 currentcolor}87%{box-shadow:.5em -.5em 0 0 currentcolor}}