.popup{display:none;position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);z-index:1000;background-color:rgba(0,0,0,.6);width:100%;height:100%;align-items:center;justify-content:center}.popup.active,.popup.outing{display:flex}.popup.outing .popup__content{animation:outing .25s cubic-bezier(.55,.085,.68,.53) both!important;-webkit-animation:outing .25s cubic-bezier(.55,.085,.68,.53) both!important;box-shadow:none!important;border:2px solid rgba(0,0,0,0)!important}@keyframes outing{0%{transform:scale(1);opacity:1}to{transform:scale(.7);opacity:0}}.popup__content{position:relative;min-width:550px;max-width:750px;height:auto;max-height:none;display:flex;flex-direction:column;border-radius:5px;transform:translateZ(-100px);width:auto}@media screen and (max-width:768px){.popup__content{width:90%;min-width:unset;max-width:90%;max-height:85vh;overflow-y:auto}}@media screen and (max-width:576px){.popup__content{width:95%;max-width:95%;max-height:80vh}}.popup__content--custom{animation:slide .4s cubic-bezier(.25,.46,.45,.94) both,pulse-border-custom 2s ease-in-out infinite!important}@keyframes slide{0%{transform:scale(.7)}to{transform:scale(1)}}@keyframes pulse-border-custom{0%,to{box-shadow:var(--shadow-base)!important}50%{box-shadow:var(--shadow-pulse)!important}}.popup__content__body{padding:20px 25px;flex:1;display:flex;flex-direction:column;justify-content:flex-start;overflow:visible;min-height:auto}@media screen and (max-width:768px){.popup__content__body{padding:15px 18px}}.popup__content__body h3,.popup__content__body p{margin:0}.popup__content__header{display:flex;justify-content:flex-end;border-bottom:1px solid rgba(45,122,79,.5);height:20px;padding:15px;position:relative;box-sizing:content-box!important}.popup__content__header span{cursor:pointer;font-size:1.5rem;color:#d6d6de;position:absolute}.popup__content__header h3{text-align:center;width:100%;margin:0 0 20px}.popup__content__footer{box-sizing:content-box!important;display:flex;justify-content:center;align-items:center;border-top:none;gap:10px;min-height:20px;padding:0 15px}.popup__content__body{scrollbar-color:#d1d5db rgba(0,0,0,0);scrollbar-width:thin}.popup__content__body::-webkit-scrollbar{width:8px}.popup__content__body::-webkit-scrollbar-track{background:rgba(0,0,0,0);border-radius:4px}.popup__content__body::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:4px}.popup__content__body::-webkit-scrollbar-thumb:hover{background:#e5e7eb}.navbar-toggle-button{background-color:rgba(0,0,0,0);border:none}@media screen and (max-width:1024px){.navbar-toggle-button{display:flex;flex-direction:column;gap:.5rem;z-index:1000;margin-left:auto;cursor:pointer}}.navbar-toggle-button span{display:block;width:2.4rem;height:.25rem;background:#fff;transition-duration:.2s;border-radius:.25rem}.navbar-toggle-button.active span:first-child{transform:rotate(45deg) translate(.75rem,.25rem);transition-duration:.2s}.navbar-toggle-button.active span:nth-child(2){opacity:0}.navbar-toggle-button.active span:nth-child(3){transform:rotate(-45deg) translate(.75rem,-.25rem);transition-duration:.2s}.navbar-mobile-menu.active{visibility:visible;transform:translate(-50%)}@media screen and (max-width:1024px){.navbar-mobile-menu{visibility:hidden;transition-duration:.4s;transform:translate(-150%);z-index:999}}.store-button-wrapper{position:relative;border-radius:.5rem}.store-button-wrapper:before{content:"";position:absolute;inset:-1px;border-radius:.5rem;padding:1.5px;background:linear-gradient(90deg,rgba(255,255,255,.3),rgba(255,255,255,.1),rgba(255,255,255,.5),rgba(255,255,255,.1),rgba(255,255,255,.3));background-size:200% 100%;-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;opacity:0;transition:opacity .3s ease;pointer-events:none}.store-button-wrapper.active:before,.store-button-wrapper:hover:before{opacity:1;animation:shimmer-move 2s linear infinite}@keyframes shimmer-move{0%{background-position:200% 0}to{background-position:-200% 0}}.blog{margin:5rem auto 7rem;max-width:960px;padding:0 1rem;color:#cacad1}@media screen and (max-width:576px){.blog{margin:3rem auto 5rem;padding:0}}.blog h1{margin:0 0 1.5rem;font-size:2rem;line-height:1.5;font-weight:700;color:#f2f2f8}@media screen and (max-width:576px){.blog h1{font-size:1.5rem;line-height:1.5}}.blog h2{margin:3.5rem 0 1rem;line-height:1.5;font-size:1.5rem;font-weight:700;color:#f2f2f8}@media screen and (max-width:576px){.blog h2{font-size:1.25rem}}.blog h3{margin:1.5rem 0 .5rem;font-size:1.25rem;line-height:1.5;font-weight:700;color:#f2f2f8}@media screen and (max-width:576px){.blog h3{font-size:1rem}}.blog p{margin:.5rem 0;font-size:1.05rem;line-height:1.8;color:#d1d1d8}.blog img{margin-top:1.5rem;margin-bottom:1rem;max-width:100%}.blog ul{list-style-type:disc}.blog ol,.blog ul{margin-top:1rem;padding-left:3rem;line-height:1.5}.blog ol{list-style-type:decimal}.blog li{margin-top:.5rem}.blog a{color:#a99bff;text-decoration:none;transition:color .2s}.blog a:hover{color:#c0b5ff}.blog blockquote{padding:.5rem 1rem;border-left:.25rem solid #664eff}.blog blockquote,.blog pre{margin-top:1rem;background-color:#12121e;border-radius:.25rem}.blog pre{padding:1rem;overflow-x:auto}