@import"https://fonts.googleapis.com/css2?family=Geist:wght@100..900&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Sora:wght@100..800&display=swap";@import"https://fonts.cdnfonts.com/css/sf-pro-display";*{box-sizing:border-box;padding:0%;margin:0%;text-decoration:none;list-style:none}:root{--bg: #fff;--text: #000000;--primary: #667185;--primary2: #d0d5dd;--highlight: #2b2d33;--text2: #475367;--header2: #4c0593}body{background:var(--bg)}.container{width:100vw;min-height:100vh;font-size:10px;font-family:Sora,sans-serif;background:var(--bg)}.container nav{width:100%;height:7em;display:flex;align-items:center;justify-content:space-between;padding:0 4em}.container .first_cont{display:flex;align-items:center;gap:6em;width:30%}.container nav .first_cont .logo{display:flex;align-items:center;gap:1em;color:var(--text)}.container nav .first_cont .logo img{object-fit:contain}.container nav .first_cont .logo span{font-size:2.5em;font-weight:600;letter-spacing:-1px;font-family:SF Pro Display,sans-serif}.container nav .second_cont{width:100%}.container nav .second_cont ul{display:flex;align-items:center;gap:4em;margin-right:auto}.container nav .second_cont ul li a{color:var(--text);font-size:1.6em;font-weight:600}.container nav .second_cont .btn{padding:0 1.5em;height:45px;display:flex;align-items:center;justify-content:center;color:var(--bg);font-family:SF Pro Display,sans-serif;font-size:1.6em;font-weight:600;background:var(--highlight);border-radius:5px;border:none;outline:none;cursor:pointer;margin-left:auto}.container nav .menuBar{display:none}.container footer{display:flex;justify-content:space-between;align-items:center;padding:2em 6em;gap:2em 2em}.container footer .logo{display:flex;align-items:center;gap:1em;color:var(--text)}.container footer .logo img{object-fit:contain}.container footer .logo span{font-size:2.5em;font-weight:600;letter-spacing:-1px;font-family:SF Pro Display,sans-serif}.container footer ul{display:flex;align-items:center;gap:4em}.container footer a{font-weight:500;font-size:1.2em;color:var(--text)}.container footer .links{gap:2em}.container footer .links a{font-weight:500;color:var(--primary)}.container footer .links a:hover{color:var(--text)}.container footer a .icon{font-weight:500;font-size:2em;color:var(--text);margin-left:1em}.container footer a:hover .icon{color:var(--primary)}.loader_cont{width:100%;height:100%;display:flex;align-items:center}.loader{width:65px;aspect-ratio:1;position:relative;margin:1em auto}.loader:before,.loader:after{content:"";position:absolute;border-radius:50px;box-shadow:0 0 0 3px inset var(--text);animation:l4 2.5s infinite}.loader:after{animation-delay:-1.25s}@keyframes l4{0%{top:0;right:35px;bottom:35px;left:0}12.5%{top:0;right:35px;bottom:0;left:0}25%{top:35px;right:35px;bottom:0;left:0}37.5%{top:35px;right:0;bottom:0;left:0}50%{top:35px;right:0;bottom:0;left:35px}62.5%{top:0;right:0;bottom:0;left:35px}75%{top:0;right:0;bottom:35px;left:35px}87.5%{top:0;right:0;bottom:35px;left:0}to{top:0;right:35px;bottom:35px;left:0}}.Toastify__toast{min-height:100px!important;font-size:2em!important;display:flex;align-items:center}@media (max-width: 768px){.container{width:100vw;min-height:100vh}.container nav{width:100%;height:7em;display:flex;align-items:center;justify-content:space-between;padding:0 2em}.container .first_cont{width:100%;display:flex;align-items:center;justify-content:space-between;gap:1em;position:relative;z-index:999}.container nav .first_cont .logo{display:flex;align-items:center;gap:.2em;color:var(--text)}.container nav .first_cont .logo img{object-fit:contain;width:20px;height:20px}.container nav .first_cont .logo span{font-size:1.4em;font-weight:600;letter-spacing:-.2px;font-family:SF Pro Display,sans-serif}.container nav .second_cont{position:fixed;top:0%;left:0%;width:100%;height:auto;background:var(--bg);z-index:55;padding-top:7em;transform:translateY(-100%) scaleY(.95);opacity:0;transition:transform .5s cubic-bezier(.4,0,.2,1),opacity .5s ease;transform-origin:top;pointer-events:none}.container nav .second_cont.active{transform:translateY(0) scaleY(1);opacity:1;pointer-events:auto}.container nav .second_cont ul{display:flex;flex-direction:column;align-items:center;gap:4em;margin:1em auto}.container nav .second_cont ul li a{color:var(--text);font-size:1.6em;font-weight:600}.container nav .second_cont .btn{margin:0 auto 2em}.container nav .menuBar{display:block;font-size:3em;color:var(--text)}input,textarea,select{font-size:16px}.container footer{flex-direction:column;gap:2em 2em}.container footer .links{gap:2em;flex-wrap:wrap;justify-content:center}}.home{width:100%;min-height:calc(100vh - 7em);padding:4em}.home .list_cont{width:100%;height:auto}.home .list_cont h1{font-size:2.5em;font-weight:700;font-family:Geist,sans-serif;margin-top:4em}.home .list_cont:first-child h1{margin-top:0}.home .list_cont h4{font-size:1.6em;font-weight:700;color:var(--primary);margin:1em auto}.home .list_cont .row{width:100%;height:auto;display:flex;align-items:center;justify-content:flex-start;flex-wrap:wrap;margin:1em auto;padding:1em 0;gap:4em}.home .list_cont .row .box{width:303.26px;height:200px;background:var(--bg);border-radius:5px;overflow:hidden}.home .list_cont .row .box img{object-fit:cover;width:100%;height:250px;border-top-left-radius:inherit;border-top-right-radius:inherit}.home .list_cont .row .box .txt{width:100%;height:auto;padding:2em 1.5em;box-shadow:#00000005 0 1px 3px,#1b1f2326 0 1px 1px;border-bottom-left-radius:inherit;border-bottom-right-radius:inherit}.home .list_cont .row .box .txt .headerTxt{width:100%;min-height:40px;display:flex;align-items:center;justify-content:space-between}.home .list_cont .row .box .txt .headerTxt .copyIcon{color:#00dbb6;font-size:2em}.home .list_cont .row .box .txt .headerTxt h2{font-size:1.4em;font-weight:500;color:var(--primary);margin-bottom:1em;display:flex;align-items:center;gap:.5em}.home .list_cont .row .box .txt .headerTxt h2 .icon{color:#00dbb6}.home .list_cont .row .box .txt h3{font-size:1.8em;font-weight:600;color:var(--highlight);margin-bottom:1em}.home .list_cont .row .box .txt .line{background:var(--primary);width:100%;border:.5px solid var(--primary2);margin:1.5em 0}.home .list_cont .row .box .txt p{font-size:1.4em;font-weight:400;display:flex;flex-direction:column;gap:.5em;color:var(--primary)}.home .list_cont .row .box .txt p span{font-size:1.4em;font-weight:600;color:var(--text)}.home .list_cont .row .box .txt p img{object-fit:contain;width:20px;height:20px;margin-left:.5em}.home .list_cont .more_btn{width:200px;height:50px;display:flex;align-items:center;justify-content:center;color:var(--bg);font-family:SF Pro Display,sans-serif;font-size:1.8em;font-weight:600;background:var(--highlight);border-radius:5px;border:none;outline:none;cursor:pointer;margin:2em auto}.home .list_cont .empty_cont{width:100%;height:300px;display:flex;flex-direction:column;align-items:center;justify-content:center}.home .list_cont .empty_cont img{object-fit:contain}.home .list_cont .empty_cont h2{font-family:Geist,sans-serif;font-size:2em;color:var(--text);font-weight:600;letter-spacing:-.5px}@media (max-width: 768px){.home{width:100%;min-height:calc(100vh - 7em);padding:4em .5em}.home .list_cont .row{width:100%;height:auto;display:flex;align-items:center;justify-content:flex-start;flex-wrap:wrap;margin:2em auto;gap:4em}.home .list_cont .row .box{width:250px;height:auto;background:var(--bg);border-radius:5px}.home .list_cont .row .box img{object-fit:cover;width:100%;height:200px;border-top-left-radius:inherit;border-top-right-radius:inherit}.home .list_cont .row .box .txt{width:100%;height:auto;padding:2em 1.5em;box-shadow:#00000005 0 1px 3px,#1b1f2326 0 1px 1px;border-bottom-left-radius:inherit;border-bottom-right-radius:inherit}.home .list_cont .row .box .txt .headerTxt{width:100%;min-height:40px;display:flex;align-items:center;justify-content:space-between}.home .list_cont .row .box .txt .headerTxt .copyIcon{color:#00dbb6;font-size:2em}.home .list_cont .row .box .txt .headerTxt h2{font-size:1.4em;font-weight:500;color:var(--primary);margin-bottom:1em;display:flex;align-items:center;gap:.5em}.home .list_cont .row .box .txt .headerTxt h2 .icon{color:#00dbb6}.home .list_cont .row .box .txt h3{font-size:1.8em;font-weight:600;color:var(--highlight);margin-bottom:1em}.home .list_cont .row .box .txt .line{background:var(--primary);width:100%;border:.5px solid var(--primary2);margin:1.5em 0}.home .list_cont .row .box .txt p{font-size:1.4em;font-weight:400;display:flex;flex-direction:column;gap:.5em;color:var(--primary)}.home .list_cont .row .box .txt p span{font-size:1.4em;font-weight:600;color:var(--text)}.home .list_cont .row .box .txt p img{object-fit:contain;width:20px;height:20px;margin-left:.5em}.home .list_cont .more_btn{width:200px;height:50px;display:flex;align-items:center;justify-content:center;color:var(--bg);font-family:SF Pro Display,sans-serif;font-size:1.8em;font-weight:600;background:var(--highlight);border-radius:5px;border:none;outline:none;cursor:pointer;margin:2em auto}.home .list_cont .empty_cont{width:100%;height:300px;display:flex;flex-direction:column;align-items:center;justify-content:center}.home .list_cont .empty_cont img{object-fit:contain}.home .list_cont .empty_cont h2{font-family:Geist,sans-serif;font-size:2em;color:var(--text);font-weight:600;letter-spacing:-.5px}}@font-face{font-family:swiper-icons;src:url(data:application/font-woff;charset=utf-8;base64,\ d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA);font-weight:400;font-style:normal}:root{--swiper-theme-color: #007aff}:host{position:relative;display:block;margin-left:auto;margin-right:auto;z-index:1}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1;display:block}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function, initial);box-sizing:content-box}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translateZ(0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform;display:block}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-slide,.swiper-3d .swiper-cube-shadow{transform-style:preserve-3d}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-css-mode.swiper-horizontal>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-css-mode.swiper-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-css-mode.swiper-centered>.swiper-wrapper:before{content:"";flex-shrink:0;order:9999}.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper:before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper:before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-slide-shadow-bottom{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:#00000026}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,#00000080,#0000)}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color, var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color: #fff}.swiper-lazy-preloader-black{--swiper-preloader-color: #000}@keyframes swiper-preloader-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}:root{--swiper-navigation-size: 44px}.swiper-button-prev,.swiper-button-next{position:absolute;top:var(--swiper-navigation-top-offset, 50%);width:calc(var(--swiper-navigation-size) / 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - (var(--swiper-navigation-size) / 2));z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color, var(--swiper-theme-color))}.swiper-button-prev.swiper-button-disabled,.swiper-button-next.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-prev.swiper-button-hidden,.swiper-button-next.swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled .swiper-button-prev,.swiper-navigation-disabled .swiper-button-next{display:none!important}.swiper-button-prev svg,.swiper-button-next svg{width:100%;height:100%;object-fit:contain;transform-origin:center}.swiper-rtl .swiper-button-prev svg,.swiper-rtl .swiper-button-next svg{transform:rotate(180deg)}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:var(--swiper-navigation-sides-offset, 10px);right:auto}.swiper-button-lock{display:none}.swiper-button-prev:after,.swiper-button-next:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;font-variant:initial;line-height:1}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:"prev"}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:var(--swiper-navigation-sides-offset, 10px);left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:"next"}.sign{width:100%;display:flex;justify-content:center;align-items:center;min-height:calc(100vh - 7em);padding:4em}.sign form{width:500px;min-height:200px;padding:1em 2em}.sign form h1{font-size:4em;font-weight:700;font-family:Geist,sans-serif;text-align:center}.sign form p{font-size:1.6em;font-weight:700;color:var(--primary);text-align:center;margin-top:.5em}.sign form .box{margin-top:4em}.sign form .box .row{width:100%;height:auto;display:flex;flex-direction:column;gap:1em;margin:2em auto}.sign form .box .row label{font-size:1.8em;font-weight:500;font-family:Geist,sans-serif;letter-spacing:-.5px;color:var(--text);cursor:pointer}.sign form .box .row .inner_box{width:100%;height:56px;display:flex;align-items:center;justify-content:space-between;border-radius:5px;border:1.5px solid var(--primary2);padding:0 1em}.sign form .box .row .inner_box input{width:calc(100% - 10px);height:inherit;font-size:1.4em;font-weight:500;font-family:Sora,sans-serif;color:var(--text);border:none;outline:none;background:transparent}.sign form .box .row .inner_box .icon{font-size:2em;color:var(--text);cursor:pointer}.sign form .box .subrow{display:flex;align-items:center;justify-content:space-between}.sign form .box .subrow label input{border-color:var(--primary2)!important}.sign form .box .subrow label{display:flex;align-items:center;gap:.4em;font-size:1.4em;font-weight:400;font-family:Geist,sans-serif;letter-spacing:-.1px;color:var(--text);cursor:pointer}.sign form .box .subrow a{color:var(--text);font-size:1.2em;text-decoration:underline}.sign form .box button{width:100%;height:50px;display:flex;align-items:center;justify-content:center;color:var(--bg);font-family:SF Pro Display,sans-serif;font-size:1.8em;font-weight:600;background:var(--highlight);border-radius:5px;border:none;outline:none;cursor:pointer;margin-top:3em}.sign form p.forget{margin:1em 0;color:var(--text);text-align:left;display:flex;justify-content:space-between;font-family:Inter,sans-serif}.sign form p.forget a{color:var(--header2);text-decoration:underline;margin-left:.5em}.sign form p.forget a:hover{text-decoration:underline}@media (max-width: 768px){.sign{width:100%;display:flex;justify-content:center;align-items:center;min-height:calc(100vh - 7em);padding:0 1em}.sign form{width:100%;min-height:200px;padding:1em}.sign form h1{font-size:3em;font-weight:700;font-family:Geist,sans-serif;text-align:center}.sign form p{font-size:1.4em}.sign form .box{margin-top:4em}.sign form .box .row{width:100%;height:auto;display:flex;flex-direction:column;gap:1em;margin:2em auto}.sign form .box .row label{font-size:1.4em;letter-spacing:-.3px}.sign form .box .row .inner_box .icon{font-size:1.8em}.sign form .box .subrow{display:flex;align-items:center;justify-content:space-between}.sign form .box .subrow label input{border-color:var(--primary2)!important}.sign form .box .subrow label{font-size:1.2em}.sign form .box .subrow a{color:var(--text);font-size:1em;text-decoration:underline}.sign form .box button{width:100%;height:50px;display:flex;align-items:center;justify-content:center;color:var(--bg);font-family:SF Pro Display,sans-serif;font-size:1.8em;font-weight:600;background:var(--highlight);border-radius:5px;border:none;outline:none;cursor:pointer;margin-top:3em}.sign form p.forget{margin:1em 0;color:var(--text);text-align:left}.sign form p.forget a{color:var(--header2);text-decoration:underline;margin-left:.5em}.sign form p.forget a:hover{text-decoration:underline}}.nft_section{width:100%;display:flex;flex-direction:column;min-height:calc(100vh - 7em);padding:4em;position:relative}.nft_section .back{font-size:4em;display:flex;align-items:center;font-weight:700;gap:.2em;color:var(--text);cursor:pointer}.nft_section .back span{font-size:.8em}.nft_section .child{display:flex;justify-content:center;align-items:flex-start;gap:8em;margin-top:6em}.nft_section .nft_display{width:auto;height:auto}.nft_section .nft_display img{object-fit:cover;width:550px;max-height:70vh;border-radius:10px}.nft_section .txtCont{width:500px;height:500px;color:var(--text);padding-top:2em}.nft_section .txtCont h1{font-size:4em;font-weight:700;font-family:SF Pro Display,sans-serif}.nft_section .txtCont p{font-size:1.4em;font-weight:500;line-height:150%;color:var(--primary);margin-top:1em;display:flex;align-items:center;gap:.5em}.nft_section .txtCont h2{display:flex;align-items:center;gap:.5em;font-size:2em;font-weight:700;margin-top:1em;color:var(--primary)}.nft_section .txtCont h2 span{font-size:1.8em;color:var(--text)}.nft_section .txtCont h2 span img{height:1em}.nft_section .txtCont h4{display:flex;align-items:center;gap:.5em;font-size:2em;font-weight:700;margin-top:1em;color:var(--primary)}.nft_section .txtCont h4 span{font-size:1.4em;color:var(--text)}.nft_section .txtCont .bidCount{width:100%;display:flex;align-items:center;gap:2em;margin-top:2em}.nft_section .txtCont .bidCount .count{width:204px;height:64px;display:flex;align-items:center;justify-content:space-between;padding:0 2em;background:var(--primary2);border-radius:40px}.nft_section .txtCont .bidCount .count .no_cont{font-size:4em;color:var(--text)}.nft_section .txtCont .bidCount .count .btn{font-size:5em;color:var(--text);cursor:pointer;user-select:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none}.nft_section .txtCont .bidCount h3{font-size:1.4em;font-weight:500;width:150px}.nft_section .txtCont .bidCount h3 span{color:var(--header2)}.nft_section .txtCont .buy_btn{width:100%;height:70px;display:flex;align-items:center;justify-content:center;font-size:2.4em;font-weight:700;font-family:SF Pro Display,sans-serif;color:var(--bg);background:var(--header2);border:none;outline:none;border-radius:40px;cursor:pointer;margin-top:1.5em}@media (max-width: 768px){.nft_section{padding:2em;position:relative}.nft_section .back{font-size:3em}.nft_section .back span{font-size:.8em}.nft_section .child{margin-top:2em;flex-wrap:wrap;gap:4em}.nft_section .nft_display{width:auto;height:auto}.nft_section .nft_display img{object-fit:contain;width:100%;height:auto;border-radius:10px}.nft_section .txtCont{width:100%;height:auto;padding-top:0}.nft_section .txtCont h1{font-size:3em}.nft_section .txtCont h2{font-size:1.6em}.nft_section .txtCont .buy_btn{width:100%;height:70px;font-size:2em;margin-bottom:1em}}.userDashboard{width:100%;height:100vh;display:flex}.userDashboard .dashboard_bar{display:none}.userDashboard .sidebar{width:20%;height:100%;background:var(--bg);padding:2em 1em;border-right:1px solid var(--primary2);position:relative}.userDashboard .sidebar .logo{display:flex;align-items:center;gap:1em;color:var(--text);padding:0 2em}.userDashboard .sidebar .logo img{object-fit:contain}.userDashboard .sidebar .logo span{font-size:2.2em;font-weight:600;letter-spacing:-.7px;font-family:SF Pro Display,sans-serif}.userDashboard .sidebar ul{display:flex;flex-direction:column;gap:1em;margin-top:4em}.userDashboard .sidebar ul li a{display:flex;align-items:center;height:57px;padding:0 1.5em;justify-content:flex-start;gap:1em;border-radius:5px}.userDashboard .sidebar ul li a .icon{object-fit:contain;width:25px;fill:var(--text)}.userDashboard .sidebar ul li a span{font-size:1.6em;font-weight:400;letter-spacing:-.2px;color:var(--text)}.userDashboard .sidebar ul li a.active{background:var(--text)}.userDashboard .sidebar ul li a.active .icon{fill:var(--bg)}.userDashboard .sidebar ul li a.active span{font-weight:500;color:var(--bg)}.userDashboard .sidebar .profile_cont{width:265px;height:75px;padding:0 2em 0 1.4em;display:flex;align-items:center;gap:1.5em;flex-shrink:0;border-radius:100px;position:absolute;bottom:1.5%;left:50%;transform:translate(-50%);background:var(--text)}.userDashboard .sidebar .profile_cont .dp{width:50px;height:50px;border-radius:50%}.userDashboard .sidebar .profile_cont .txt_cont{display:flex;flex-direction:column;gap:1em}.userDashboard .sidebar .profile_cont h2{color:var(--bg);font-size:1.8em;font-style:normal;font-weight:400;line-height:110%;text-transform:capitalize}.userDashboard .sidebar .profile_cont p{color:var(--primary2);font-size:1.3em;font-style:normal;font-weight:400;line-height:110%;text-transform:capitalize}.userDashboard .sidebar .profile_cont .icon{color:var(--bg);font-size:2.5em;margin-left:auto}.userDashboard main{width:80%;height:inherit;overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.userDashboard main::-webkit-scrollbar{display:none}@media (max-width: 768px){.userDashboard{width:100%;height:100vh;display:flex}.userDashboard .dashboard_bar{display:block;position:fixed;top:-1%;right:1%;z-index:66;padding:1em;background:var(--bg);cursor:pointer}.userDashboard .dashboard_bar .icon{font-size:2.4em}.userDashboard .sidebar{width:20%;height:100%;background:var(--bg);padding:2em 1em;border-right:1px solid var(--primary2);position:relative;position:fixed;width:80%;transform:translate(-100%);transform-origin:left;transition:transform .5s ease-in-out;z-index:55}.userDashboard .sidebar.active{transform:translate(0)}.userDashboard .sidebar .logo{display:flex;align-items:center;gap:1em;color:var(--text);padding:0 2em}.userDashboard .sidebar .logo img{object-fit:contain}.userDashboard .sidebar .logo span{font-size:2.2em;font-weight:600;letter-spacing:-.7px;font-family:SF Pro Display,sans-serif}.userDashboard .sidebar ul{display:flex;flex-direction:column;gap:1em;margin-top:4em}.userDashboard .sidebar ul li a{display:flex;align-items:center;height:57px;padding:0 1.5em;justify-content:flex-start;gap:1em;border-radius:5px}.userDashboard .sidebar ul li a .icon{object-fit:contain;width:25px;fill:var(--text)}.userDashboard .sidebar ul li a span{font-size:1.6em;font-weight:400;letter-spacing:-.2px;color:var(--text)}.userDashboard .sidebar ul li a.active{background:var(--text)}.userDashboard .sidebar ul li a.active .icon{fill:var(--bg)}.userDashboard .sidebar ul li a.active span{font-weight:500;color:var(--bg)}.userDashboard .sidebar .profile_cont{width:265px;height:75px;padding:0 2em 0 1.4em;display:flex;align-items:center;gap:1.5em;flex-shrink:0;border-radius:100px;position:absolute;bottom:1.5%;left:50%;transform:translate(-50%);background:var(--text)}.userDashboard .sidebar .profile_cont .dp{width:50px;height:50px;border-radius:50%}.userDashboard .sidebar .profile_cont .txt_cont{display:flex;flex-direction:column;gap:1em}.userDashboard .sidebar .profile_cont h2{color:var(--bg);font-size:1.8em;font-style:normal;font-weight:400;line-height:110%;text-transform:capitalize}.userDashboard .sidebar .profile_cont p{color:var(--primary2);font-size:1.3em;font-style:normal;font-weight:400;line-height:110%;text-transform:capitalize}.userDashboard .sidebar .profile_cont .icon{color:var(--bg);font-size:2.5em;margin-left:auto}.userDashboard main{width:100%;height:inherit;overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.userDashboard main::-webkit-scrollbar{display:none}}.userHome{width:100%;height:100vh;padding:3em 2em}.userHome .userHeader{width:100%;height:auto;display:flex;align-items:center;justify-content:space-between}.userHome .userHeader .txtCont{display:flex;flex-direction:column;justify-content:center}.userHome .userHeader h1{font-family:Inter,sans-serif;font-size:3.5em;color:var(--header2)}.userHome .userHeader p{font-size:1.4em;color:var(--text);margin-top:.5em}.userHome .child{height:auto;display:flex;justify-content:space-between;margin-top:1em}.userHome .child .first_section{width:50%;height:auto;padding-top:1em;border-radius:5px}.userHome .child .second_section{width:49%;height:660px;overflow:hidden;border-radius:5px;padding:2em;border:1px solid #e4e4e4;margin:1em 0}.userHome .child .first_section .wallet_section{width:100%;height:auto;padding:3em 2em 4em;border-radius:inherit;border:1px solid #e4e4e4}.userHome .child .first_section .wallet_section h3{display:flex;align-items:center;gap:.4em;font-size:1.8em;color:var(--primary);font-family:SF Pro Display,sans-serif;font-weight:500}.userHome .child .first_section .wallet_section h3 span{font-size:.5em;color:var(--primary);padding:.7em 1.5em;background:var(--primary2);border-radius:20px;cursor:pointer}.userHome .child .first_section .wallet_section h3 span.active{color:var(--bg);background:var(--header2)}.userHome .child .first_section .wallet_section .dollar_cont{display:flex;align-items:center;justify-content:flex-start;gap:1em}.userHome .child .first_section .wallet_section h4{gap:.4em;font-size:4em;font-weight:800;color:#2b2d33;margin:.5em 0}.userHome .child .first_section .wallet_section h5{display:flex;align-items:center;gap:.4em;font-size:1.4em;font-weight:800;color:var(--bg);background:var(--header2);padding:.6em 1.2em;border-radius:20px}.userHome .child .first_section .wallet_section h5 img{object-fit:contain;height:20px}.userHome .child .first_section .btns{width:100%;height:auto;display:flex;align-items:center;justify-content:flex-start;gap:1em;margin-top:2em}.userHome .child .first_section .btns .btn{width:158px;height:48px;display:flex;align-items:center;justify-content:center;gap:1em;color:var(--bg);background:var(--text);border-radius:104.68px;cursor:pointer}.userHome .child .first_section .btns .btn .icon{font-size:1.6em}.userHome .child .first_section .btns .btn span{font-size:2em;font-family:SF Pro Display,sans-serif;font-weight:500;letter-spacing:-.5px}.userHome .child .first_section .dashboardCollection{width:100%;height:auto;margin:1em auto;padding:2em 2em 1.5em;border-radius:inherit;border:1px solid #e4e4e4;overflow:hidden}.userHome .child .first_section .dashboardCollection h2{font-size:2em;color:var(--text);cursor:pointer}.userHome .child .first_section .dashboardCollection .row{width:100%;height:auto;display:flex;align-items:center;justify-content:space-between;margin:1.5em auto;gap:2em}.userHome .child .first_section .dashboardCollection .row .box{width:auto;height:auto;background:var(--bg);border-radius:5px}.userHome .child .first_section .dashboardCollection .row .box img{object-fit:cover;width:250px;height:200px;border-top-left-radius:inherit;border-top-right-radius:inherit}.userHome .child .first_section .dashboardCollection .row .box .txt{width:100%;height:auto;padding:2em 1.5em;box-shadow:#00000005 0 1px 3px,#1b1f2326 0 1px 1px;border-bottom-left-radius:inherit;border-bottom-right-radius:inherit}.userHome .child .first_section .dashboardCollection .row .box .txt .headerTxt{width:100%;min-height:40px;display:flex;align-items:center;justify-content:space-between}.userHome .child .first_section .dashboardCollection .row .box .txt .headerTxt .copyIcon{color:#00dbb6;font-size:2em}.userHome .child .first_section .dashboardCollection .row .box .txt .headerTxt h2{font-size:1.2em;font-weight:500;color:var(--primary);margin-bottom:1em;display:flex;align-items:center;gap:.5em}.userHome .child .first_section .dashboardCollection .row .box .txt .headerTxt h2 .icon{color:#00dbb6}.userHome .child .first_section .dashboardCollection .row .box .txt h3{font-size:1.8em;font-weight:600;color:var(--highlight)}.userHome .child .empty_cont{width:100%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center}.userHome .child .empty_cont img{object-fit:contain}.userHome .child .empty_cont h2{font-family:Geist,sans-serif;font-size:2em;color:var(--text);font-weight:600;letter-spacing:-.5px}.userHome .child .second_section h2{font-family:Inter,sans-serif;font-size:2em;color:var(--text);font-weight:600}.userHome .child .second_section h3{font-size:1.6em;color:var(--primary);font-weight:500;font-family:Geist,sans-serif;margin-top:1.4em}.userHome .child .second_section ul{width:100%;height:auto;display:flex;flex-direction:column;align-items:flex-start;justify-content:space-between;flex-wrap:wrap;gap:2em;padding:2em 1.5em}.userHome .child .second_section ul li{width:100%}.userHome .child .second_section ul li a{width:100%;height:auto;display:flex;align-items:center;gap:1em}.userHome .child .second_section ul li a .icon{width:40px;height:40px}.userHome .child .second_section ul li a .txt{width:calc(100% - 40px);height:auto;display:flex;justify-content:space-between;font-family:Inter,sans-serif}.userHome .child .second_section ul li a .txt h4{font-size:1.4em;font-weight:600;display:flex;flex-direction:column;gap:.4em;color:var(--text)}.userHome .child .second_section ul li a .txt h4 span{font-size:.75em;font-weight:400;color:var(--primary)}.userHome .child .second_section ul li a .txt h5{font-size:1.4em;color:#2ccd80;font-weight:600;display:flex;flex-direction:column;gap:.4em;color:var(--text)}.userHome .child .second_section ul li a .txt.sent h5{color:#eb5757}.userHome .child .second_section ul li a .txt.sent h5 span{color:#eb5757;font-weight:500;font-size:.8em;text-align:right}.userHome .child .second_section ul li a .txt.sent h5.good span{color:#2ccd80}.userHome .modalPopup{position:fixed;width:100%;height:100vh;top:0%;left:0%;display:flex;align-items:center;justify-content:center;background:#000000b3;transform:scale(0);z-index:99999;transition:transform .5s ease-in-out;transform-origin:bottom}.userHome .modalPopup.active{transform:scale(1)}.userHome .modalPopup .modalContent{width:400px;height:auto;padding:2em;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1em;color:var(--text);background:var(--bg);border-radius:10px}.userHome .modalPopup .modalContent .row{width:100%;height:auto}.userHome .modalPopup .modalContent .row label{font-size:1.4em;font-weight:500;color:var(--text2);line-height:145%;margin-bottom:1em}.userHome .modalPopup .modalContent .row input.int{width:100%;height:56px;display:flex;align-items:center;justify-content:flex-start;gap:1em;border-radius:6px;outline:none;font-family:Inter,sans-serif;font-size:1.4em;padding:0 1em;color:var(--text);border:1px solid var(--primary2);margin-top:.5em}.userHome .modalPopup .modalContent .row .selectInput input{width:100%;height:35px}.userHome .modalPopup .modalContent .row input.int::placeholder{color:var(--primary)}.userHome .modalPopup .modalContent h3{font-family:Inter,sans-serif;font-size:3.4em;font-weight:600}.userHome .modalPopup .modalContent p{text-align:center;font-size:1.2em;font-weight:400;margin-top:1em}.userHome .modalPopup .modalContent .btn{width:100%;height:48px;font-size:2em;display:flex;align-items:center;justify-content:center;color:var(--bg);background:var(--header2);border-radius:5px;cursor:pointer;border:none;outline:none}.userHome .modalPopup .modalContent .btn.close{background:#dc143c}@media (max-width: 768px){.userHome{width:100%;height:100vh;overflow-y:scroll}.userHome .userHeader h1{font-size:2em}.userHome .userHeader p{font-size:1em}.userHome .child{height:auto;display:flex;justify-content:space-between;margin-top:1em;flex-direction:column}.userHome .child .first_section{height:auto;padding-top:1em;border-radius:5px;width:100%}.userHome .child .second_section{width:100%;height:auto;overflow:hidden;border-radius:5px;padding:2em;border:1px solid #e4e4e4;margin:1em 0}.userHome .child .first_section .wallet_section{width:100%;height:auto;padding:2em 2em 2.5em}.userHome .child .first_section .wallet_section .dollar_cont{display:flex;align-items:center;justify-content:flex-start;flex-wrap:wrap;gap:1em;margin-top:.5em}.userHome .child .first_section .wallet_section h4{width:100%;font-size:3.5em;margin:.2em 0}.userHome .child .first_section .wallet_section h5{font-size:1.2em}.userHome .child .first_section .btns{width:100%;height:auto;display:flex;align-items:center;justify-content:flex-start;gap:1em;margin-top:1em}.userHome .child .first_section .btns .btn{width:auto;height:auto;padding:1em 2em;gap:.5em}.userHome .child .first_section .btns .btn .icon{font-size:1.2em}.userHome .child .first_section .btns .btn span{font-size:1.4em;font-weight:500;letter-spacing:-.5px}.userHome .child .first_section .dashboardCollection{width:100%;height:auto;margin:1em auto;padding:2em 2em 1.5em;border-radius:inherit;border:1px solid #e4e4e4;overflow:hidden}.userHome .child .first_section .dashboardCollection h2{font-size:2em;color:var(--text);cursor:pointer}.userHome .child .first_section .dashboardCollection .row{width:100%;height:auto;display:flex;align-items:center;justify-content:space-between;margin:1.5em auto;gap:2em;flex-direction:column}.userHome .child .first_section .dashboardCollection .row .box{width:auto;height:auto;background:var(--bg);border-radius:5px}.userHome .child .first_section .dashboardCollection .row .box img{object-fit:cover;width:250px;height:200px;border-top-left-radius:inherit;border-top-right-radius:inherit}.userHome .child .first_section .dashboardCollection .row .box .txt{width:100%;height:auto;padding:2em 1.5em;box-shadow:#00000005 0 1px 3px,#1b1f2326 0 1px 1px;border-bottom-left-radius:inherit;border-bottom-right-radius:inherit}.userHome .child .first_section .dashboardCollection .row .box .txt .headerTxt{width:100%;min-height:40px;display:flex;align-items:center;justify-content:space-between}.userHome .child .first_section .dashboardCollection .row .box .txt .headerTxt .copyIcon{color:#00dbb6;font-size:2em}.userHome .child .first_section .dashboardCollection .row .box .txt .headerTxt h2{font-size:1.2em;font-weight:500;color:var(--primary);margin-bottom:1em;display:flex;align-items:center;gap:.5em}.userHome .child .first_section .dashboardCollection .row .box .txt .headerTxt h2 .icon{color:#00dbb6}.userHome .child .first_section .dashboardCollection .row .box .txt h3{font-size:1.8em;font-weight:600;color:var(--highlight)}.userHome .child .empty_cont{width:100%;height:300px;display:flex;flex-direction:column;align-items:center;justify-content:center}.userHome .child .empty_cont img{object-fit:contain}.userHome .child .empty_cont h2{font-family:Geist,sans-serif;font-size:2em;color:var(--text);font-weight:600;letter-spacing:-.7px}.userHome .child .second_section h2{font-family:Inter,sans-serif;font-size:2em;color:var(--text);font-weight:600}.userHome .child .second_section h3{font-size:1.6em;color:var(--primary);font-weight:500;font-family:Geist,sans-serif;margin-top:1.4em}.userHome .child .second_section ul{width:100%;height:auto;display:flex;flex-direction:column;align-items:flex-start;justify-content:space-between;flex-wrap:wrap;gap:2em;padding:2em 1.5em}.userHome .child .second_section ul li{width:100%}.userHome .child .second_section ul li a{width:100%;height:auto;display:flex;align-items:center;gap:1em}.userHome .child .second_section ul li a .icon{width:40px;height:40px}.userHome .child .second_section ul li a .txt{width:calc(100% - 40px);height:auto;display:flex;justify-content:space-between;font-family:Inter,sans-serif}.userHome .child .second_section ul li a .txt h4{font-size:1.4em;font-weight:600;display:flex;flex-direction:column;gap:.4em;color:var(--text)}.userHome .child .second_section ul li a .txt h4 span{font-size:.75em;font-weight:400;color:var(--primary)}.userHome .child .second_section ul li a .txt h5{font-size:1.4em;color:#2ccd80;font-weight:600;display:flex;flex-direction:column;gap:.4em;color:var(--text)}.userHome .child .second_section ul li a .txt.sent h5{color:#eb5757}.userHome .child .second_section ul li a .txt.sent h5 span{color:#eb5757;display:block}.userHome .modalPopup{position:fixed;width:100%;height:100vh;top:0%;left:0%;display:flex;align-items:center;justify-content:center;background:#000000b3;transform:scale(0);z-index:99999;transition:transform .5s ease-in-out;transform-origin:bottom}.userHome .modalPopup.active{transform:scale(1)}.userHome .modalPopup .modalContent{width:400px;height:auto;padding:2em;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1em;color:var(--text);background:var(--bg);border-radius:10px}.userHome .modalPopup .modalContent .row{width:100%;height:auto}.userHome .modalPopup .modalContent .row label{font-size:1.4em;font-weight:500;color:var(--text2);line-height:145%;margin-bottom:1em}.userHome .modalPopup .modalContent .row input.int{width:100%;height:56px;display:flex;align-items:center;justify-content:flex-start;gap:1em;border-radius:6px;outline:none;font-family:Inter,sans-serif;font-size:1.4em;padding:0 1em;color:var(--text);border:1px solid var(--primary2);margin-top:.5em}.userHome .modalPopup .modalContent .row input.int::placeholder{color:var(--primary)}.userHome .modalPopup .modalContent h3{font-family:Inter,sans-serif;font-size:3.4em;font-weight:600}.userHome .modalPopup .modalContent p{text-align:center;font-size:1.2em;font-weight:400;margin-top:1em}.userHome .modalPopup .modalContent .closeBtn{width:100%;height:48px;font-size:2em;display:flex;align-items:center;justify-content:center;color:var(--bg);background:var(--header2);border-radius:5px;cursor:pointer;border:none;outline:none}}.userCollection{width:100%;height:100vh;padding:3em 2em}.userCollection .userHeader{width:100%;height:auto;display:flex;align-items:center;justify-content:space-between}.userCollection .userHeader .txtCont{width:100%;display:flex;flex-direction:column;justify-content:center}.userCollection .userHeader h1{font-family:Inter,sans-serif;font-size:3.5em;color:var(--header2)}.userCollection .userHeader p{font-size:1.4em;color:var(--text);margin-top:.5em}.userCollection form{width:60%;height:40px;display:flex;align-items:center;justify-content:space-between;gap:1em;border-radius:5px;padding:0 1em;background:var(--highlight);margin-top:1em;margin-left:auto}.userCollection form .icon{font-size:2em;color:var(--bg)}.userCollection form input{width:100%;height:inherit;color:var(--bg);background:transparent;border:none;outline:none}.userCollection .row{width:100%;height:auto;display:flex;align-items:center;justify-content:flex-start;flex-wrap:wrap;margin:2em auto;gap:4em}.userCollection .row .box{width:303.26px;height:auto;background:var(--bg);border-radius:5px}.userCollection .row .box img{object-fit:cover;width:303.26px;height:303.26px;border-top-left-radius:inherit;border-top-right-radius:inherit}.userCollection .row .box .txt{width:100%;height:auto;padding:2em 1.5em;box-shadow:#00000005 0 1px 3px,#1b1f2326 0 1px 1px;border-bottom-left-radius:inherit;border-bottom-right-radius:inherit}.userCollection .row .box .txt .headerTxt{width:100%;min-height:40px;display:flex;align-items:center;justify-content:space-between}.userCollection .row .box .txt .headerTxt .copyIcon{color:#00dbb6;font-size:2em}.userCollection .row .box .txt .headerTxt h2{font-size:1.4em;font-weight:500;color:var(--primary);margin-bottom:1em;display:flex;align-items:center;gap:.5em}.userCollection .row .box .txt .headerTxt h2 .icon{color:#00dbb6}.userCollection .row .box .txt h3{font-size:1.8em;font-weight:600;color:var(--highlight);margin-bottom:1em}.userCollection .row .box .txt .line{background:var(--primary);width:100%;border:.5px solid var(--primary2);margin:1.5em 0}.userCollection .row .box .txt p{font-size:1.4em;font-weight:400;display:flex;flex-direction:column;gap:.5em;color:var(--primary)}.userCollection .row .box .txt p span{font-size:1.4em;font-weight:600;color:var(--text)}.userCollection .row .box .txt p img{object-fit:contain;width:20px;height:20px;margin-left:.5em}.userCollection .more_btn{width:200px;height:50px;display:flex;align-items:center;justify-content:center;color:var(--bg);font-family:SF Pro Display,sans-serif;font-size:1.8em;font-weight:600;background:var(--highlight);border-radius:5px;border:none;outline:none;cursor:pointer;margin:2em auto}.userCollection .child .empty_cont{width:100%;height:500px;display:flex;flex-direction:column;align-items:center;justify-content:center}.userCollection .child .empty_cont img{object-fit:contain}.userCollection .child .empty_cont h2{font-family:Geist,sans-serif;font-size:2em;color:var(--text);font-weight:600;letter-spacing:-.5px}@media (max-width: 768px){.userCollection .userHeader p{font-size:1.2em}.userCollection form{width:100%;height:45px}.userCollection form .icon{font-size:1.6em}.userCollection form input{font-size:1.4em}.userCollection .row{width:100%;align-items:center;justify-content:center;flex-wrap:wrap;margin:2em auto;gap:4em}}.create{width:100%;min-height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4em 0}.create form{width:624px;height:auto;border:1px solid var(--primary2);border-radius:10px;padding:4em}.create form h1{font-family:Inter,sans-serif;font-size:2.9em;font-weight:600}.create form p{font-size:1.4em;color:var(--primary);margin-top:.5em}.create form .file_row{width:100%;height:76px;display:flex;align-items:center;justify-content:flex-start;gap:1em;margin-top:2em;padding:0 2em;border:1px dotted var(--primary2);border-radius:10px;cursor:pointer}.create form .file_row .file_txt{width:407px;height:36px;font-family:Inter,sans-serif}.create form .file_row .file_txt h2{font-size:1.4em;font-weight:500}.create form .file_row .file_txt p{font-size:1.1em;font-weight:400}.create form .file_row .btn{width:81px;height:36px;display:flex;align-items:center;justify-content:center;font-family:Inter,sans-serif;font-size:1.4em;font-weight:600;color:var(--bg);background:var(--text);border:none;outline:none;border-radius:5px}.create form .file_row .btn.active{width:100px;background:var(--header2)}.create form .row{width:100%;height:auto;margin:2em 0}.create form .row label{font-size:1.4em;font-weight:500;color:var(--text2);line-height:145%;margin-bottom:1em}.create form .row input.int{width:100%;height:56px;display:flex;align-items:center;justify-content:flex-start;gap:1em;border-radius:6px;outline:none;font-family:Inter,sans-serif;font-size:1.4em;padding:0 1em;color:var(--text);border:1px solid var(--primary2);margin-top:.5em}.create form .row input.int::placeholder{color:var(--primary)}.create form .row .selectInput input{width:100%;height:40px;color:var(--text);display:flex;align-items:center;justify-content:flex-start;gap:1em;border-radius:6px;outline:none;padding:0 1em;margin-top:.5em;outline:none!important}.create form .row textarea{width:100%;height:114px;display:flex;align-items:center;justify-content:flex-start;gap:1em;border-radius:6px;outline:none;font-size:1.2em;padding:1.2em;border:1px solid var(--primary2);margin-top:.5em;resize:none}.create form button{width:100%;height:56px;display:flex;align-items:center;justify-content:center;font-family:Sora,sans-serif;font-size:1.6em;font-weight:600;color:var(--bg);background:var(--text);border:none;outline:none;border-radius:7px;margin-top:1.8em;cursor:pointer}.create .modal_popup{position:fixed;width:100%;height:100vh;display:flex;align-items:center;justify-content:center;top:0%;left:0%;z-index:8;background:#13121233;border-radius:16px;box-shadow:0 4px 30px #0000001a;backdrop-filter:blur(5px);-webkit-backdrop-filter:blur(5px);border:1px solid rgba(19,18,18,.3);transform:scale(0);transition:transform .3s ease-in-out;transform-origin:bottom}.create .modal_popup.active{transform:scale(1)}.create .modal_popup .modal_box{width:400px;height:auto;padding:2em;display:flex;flex-direction:column;align-items:center;justify-content:center;background:var(--bg);border-radius:10px;gap:2em 0em}.create .modal_popup .modal_box h2{font-size:2em;color:var(--text)}.create .modal_popup .modal_box h3{font-size:3em;color:#dc143c}.create .modal_popup .modal_box h4{font-size:1.2em;color:var(--text);text-align:left;font-weight:450}.create .modal_popup .modal_box .copy_box{width:100%;height:auto;display:flex;align-items:center;justify-content:space-between;background:var(--header2);gap:2em;padding:1em 2.5em;border-radius:5px;margin-top:2em}.create .modal_popup .modal_box .copy_box h5{font-size:1.4em;color:var(--bg);word-break:break-all}.create .modal_popup .modal_box .btn{font-size:1.6em;font-weight:600;padding:.5em 1.5em;color:var(--bg);background:var(--text);border-radius:5px;cursor:pointer;margin-right:auto}.create .modal_popup .modal_box .btn.active{background:var(--header2)}.create .modal_popup .modal_box button{width:100%;font-size:1.6em;font-weight:600;padding:.9em 1em;color:var(--bg);background:var(--text);border-radius:5px;cursor:pointer;border:none;outline:none}.create .modal_popup .modal_box .checkbox_row{width:100%;display:flex;align-items:center;justify-content:flex-start;gap:.5em;font-size:1.2em;letter-spacing:-.5px;cursor:pointer}.create .modal_popup .modal_box .btn_row{width:100%;display:flex;align-items:center;justify-content:space-between;gap:1em}.create .modal_popup .modal_box button.cancel{background:#dc143c}@media (max-width: 768px){.create{width:100%;padding:4em 1em}.create form{width:100%;padding:2em 1.5em}.create form h1{font-family:Inter,sans-serif;font-size:2.9em;font-weight:600}.create form p{font-size:1.4em;color:var(--primary);margin-top:.5em}.create form .file_row{width:100%;height:76px;display:flex;align-items:center;justify-content:flex-start;gap:1em;margin-top:2em;padding:0 1em;border:1px dotted var(--primary2);border-radius:10px;cursor:pointer}.create form .file_row .file_txt{width:auto;height:36px;font-family:Inter,sans-serif}.create form .file_row .file_txt h2{font-size:1.2em;font-weight:500}.create form .file_row .file_txt p{font-size:1em;font-weight:400}.create form .file_row .btn{font-size:1.2em;margin-left:auto}.create .modal_popup{padding:0 1em}.create .modal_popup.active{transform:scale(1)}.create .modal_popup .modal_box{width:400px;height:auto;padding:2em;display:flex;flex-direction:column;align-items:center;justify-content:center;background:var(--bg);border-radius:10px;gap:2em 0em}.create .modal_popup .modal_box h3{font-size:2.6em}.create .modal_popup .modal_box .btn{font-size:1.5em;padding:.9em 2em}.create .modal_popup .modal_box button{font-size:1.5em;padding:1.2em 1em}.create .modal_popup .modal_box .checkbox_row{gap:.5em;font-size:1.1em;letter-spacing:-.2px}}.userPayments{width:100%;height:100vh;overflow-x:scroll;padding:3em 2em}.userPayments .userHeader{width:100%;height:auto;display:flex;align-items:center;justify-content:space-between;margin-bottom:2em}.userPayments .userHeader .txtCont{width:100%;display:flex;flex-direction:column;justify-content:center}.userPayments .userHeader h1{font-family:Inter,sans-serif;font-size:3.5em;color:var(--header2)}.userPayments .userHeader p{font-size:1.4em;color:var(--text);margin-top:.5em}.userPayments .formSection{display:flex;align-items:center;gap:1em;margin-top:2em}.userPayments form{width:60%;height:40px;display:flex;align-items:center;justify-content:space-between;gap:1em;border-radius:5px;padding:0 1em;background:var(--highlight);margin-left:auto}.userPayments form .icon{font-size:2em;color:var(--bg)}.userPayments form input{width:100%;height:inherit;color:var(--bg);background:transparent;border:none;outline:none}.userPayments .formSection .filter{font-size:2.2em;color:var(--text);cursor:pointer;transition:.5s ease-in-out}.userPayments .formSection .filter:hover{color:var(--header2)}.userPayments h3{font-size:1.6em;color:var(--primary);font-weight:500;font-family:Geist,sans-serif;margin-top:1.4em}.userPayments ul{width:100%;height:auto;display:flex;flex-direction:column;align-items:flex-start;justify-content:space-between;flex-wrap:wrap;gap:2em;padding:2em 1.5em}.userPayments ul li{width:100%}.userPayments ul li a{width:100%;height:auto;display:flex;align-items:center;gap:1em}.userPayments ul li a .icon{width:40px;height:40px}.userPayments ul li a .txt{width:calc(100% - 40px);height:auto;display:flex;justify-content:space-between;font-family:Inter,sans-serif}.userPayments ul li a .txt h4{font-size:1.4em;font-weight:600;display:flex;flex-direction:column;gap:.4em;color:var(--text)}.userPayments ul li a .txt h4 span{font-size:.75em;font-weight:400;color:var(--primary)}.userPayments ul li a .txt h5{font-size:1.4em;color:#2ccd80;font-weight:600;display:flex;flex-direction:column;gap:.4em;color:var(--text)}.userPayments ul li a .txt.sent h5{color:#eb5757}.userPayments ul li a .txt.sent h5 span{color:#eb5757;font-weight:500;font-size:.8em;text-align:right}.userPayments ul li a .txt.sent h5.good span{color:#2ccd80}.userPayments .more_btn{width:200px;height:50px;display:flex;align-items:center;justify-content:center;color:var(--bg);font-family:SF Pro Display,sans-serif;font-size:1.8em;font-weight:600;background:var(--highlight);border-radius:5px;border:none;outline:none;cursor:pointer;margin:2em auto}.userPayments .empty_cont{width:100%;height:500px;display:flex;flex-direction:column;align-items:center;justify-content:center}.userPayments .empty_cont img{object-fit:contain}.userPayments .empty_cont h2{font-family:Geist,sans-serif;font-size:2em;color:var(--text);font-weight:600;letter-spacing:-.5px}@media (max-width: 768px){.userPayments ul{padding:2em 0}}.userHistory{width:100%;height:100vh;padding:3em 2em}.userHistory .userHeader{width:100%;height:auto;display:flex;align-items:center;justify-content:space-between}.userHistory .userHeader .txtCont{width:100%;display:flex;flex-direction:column;justify-content:center}.userHistory .userHeader h1{font-family:Inter,sans-serif;font-size:3.5em;color:var(--header2)}.userHistory .userHeader p{font-size:1.4em;color:var(--text);margin-top:.5em}.userHistory .formSection{display:flex;align-items:center;gap:1em;margin-top:2em}.userHistory form{width:200px;height:40px;display:flex;align-items:center;justify-content:space-between;gap:1em;border-radius:5px;padding:0 1em;background:#f0f0f1;margin-left:auto}.userHistory form input{width:100%;height:inherit;color:var(--text);background:transparent;border:none;outline:none}.userHistory .formSection .filter{font-size:2.2em;color:var(--text);cursor:pointer;transition:.5s ease-in-out}.userHistory h3{font-size:1.6em;color:var(--primary);font-weight:500;font-family:Geist,sans-serif;margin-top:1.4em}.userHistory ul{width:100%;height:auto;display:flex;flex-direction:column;align-items:flex-start;justify-content:space-between;flex-wrap:wrap;gap:2.5em;padding:2em .5em}.userHistory ul li{width:100%}.userHistory ul li a{width:100%;height:auto;display:flex;align-items:center;gap:1em}.userHistory ul li a h5{font-size:1.8em;font-weight:600;color:var(--text);margin-right:.5em}.userHistory ul li a img{width:64px;height:64px;border-radius:8px;clip-path:polygon(30% 0%,70% 0%,100% 30%,100% 70%,70% 100%,30% 100%,0% 70%,0% 30%)}.userHistory ul li a .txt{width:calc(100% - 40px);height:auto;display:flex;justify-content:space-between;font-family:Inter,sans-serif}.userHistory ul li a .txt h4{font-size:1.8em;font-weight:600;display:flex;flex-direction:column;gap:.4em;color:var(--text)}.userHistory ul li a .txt h4 span{font-size:.75em;font-weight:500;color:var(--primary)}.userHistory ul li a .txt h6{display:flex;flex-direction:column;align-items:flex-end;color:var(--text);font-size:1.8em;font-weight:700;gap:.4em}.userHistory ul li a .txt h6 span{font-size:.75em;font-weight:600;color:#2ccd80}.userHistory ul li a .txt h6 span.bad{color:#eb5757}.userHistory .more_btn{width:200px;height:50px;display:flex;align-items:center;justify-content:center;color:var(--bg);font-family:SF Pro Display,sans-serif;font-size:1.8em;font-weight:600;background:var(--highlight);border-radius:5px;border:none;outline:none;cursor:pointer;margin:2em auto}.userHistory .empty_cont{width:100%;height:500px;display:flex;flex-direction:column;align-items:center;justify-content:center}.userHistory .empty_cont img{object-fit:contain}.userHistory .empty_cont h2{font-family:Geist,sans-serif;font-size:2em;color:var(--text);font-weight:600;letter-spacing:-.5px}@media (max-width: 768px){.userHistory h3{font-size:1.6em;color:var(--primary);font-weight:500;font-family:Geist,sans-serif;margin-top:1.4em}.userHistory ul{width:100%;height:auto;display:flex;flex-direction:column;align-items:flex-start;justify-content:space-between;flex-wrap:wrap;gap:2.5em;padding:2em .5em}.userHistory ul li{width:100%}.userHistory ul li a{width:100%;height:auto;display:flex;align-items:center;gap:1em}.userHistory ul li a h5{font-size:1.8em;margin-right:0}.userHistory ul li a img{width:40px;height:40px}.userHistory ul li a .txt{width:calc(100% - 40px);height:auto;display:flex;justify-content:space-between;font-family:Inter,sans-serif}.userHistory ul li a .txt h4{font-size:1.6em;gap:.3em}.userHistory ul li a .txt h4 span{font-weight:550}.userHistory ul li a .txt h6{font-size:1.6em}.userHistory .empty_cont{width:100%;height:500px;display:flex;flex-direction:column;align-items:center;justify-content:center}.userHistory .empty_cont img{object-fit:contain}.userHistory .empty_cont h2{font-family:Geist,sans-serif;font-size:2em;color:var(--text);font-weight:600;letter-spacing:-.5px}}.userDeposit{width:100%;height:100vh;padding:3em 2em}.userDeposit .userHeader{width:100%;height:auto;display:flex;align-items:center;justify-content:space-between;margin-bottom:1em}.userDeposit .userHeader .txtCont{width:100%;display:flex;flex-direction:column;justify-content:center}.userDeposit .userHeader h1{font-family:Inter,sans-serif;font-size:3.5em;color:var(--header2)}.userDeposit .userHeader p{font-size:1.4em;color:var(--text);margin-top:.5em}.userDeposit .child{width:100%;height:auto;display:flex;flex-direction:column;align-items:center;justify-content:space-between;gap:1em;padding-bottom:2em}.card{width:100%;background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:20px;padding:30px;box-shadow:0 8px 32px #0000001a;border:1px solid rgba(255,255,255,.2)}.qr-section{text-align:center}.qr-code{width:180px;height:180px;background:#fff;border-radius:12px;margin:0 auto 20px;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 16px #0000001a;border:2px solid #f0f0f0}.scan-text{font-size:16px;color:#4a5568;margin-bottom:25px;font-weight:500}.address-section{margin-bottom:20px}.address-label{font-size:14px;color:#666;margin-bottom:8px;font-weight:500}.address-container{display:flex;align-items:center;background:#f7fafc;border-radius:12px;padding:12px 16px;border:1px solid #e2e8f0}.address-text{font-family:Courier New,monospace;font-size:12px;color:#2d3748;flex:1;word-break:break-all;margin-right:10px}.copy-btn{background:#667eea;color:#fff;border:none;border-radius:8px;padding:8px 10px;cursor:pointer;transition:all .2s ease;font-size:14px}.copy-btn:hover{background:#5a67d8;transform:translateY(-1px)}.network-info{font-size:14px;color:#4a5568;text-align:center;font-weight:500}.details-section h3{font-size:18px;color:#2d3748;margin-bottom:20px;font-weight:600}.detail-item{display:flex;justify-content:space-between;align-items:center;margin-bottom:15px;padding-bottom:15px;border-bottom:1px solid #e2e8f0}.detail-item:last-of-type{border-bottom:none;margin-bottom:20px}.detail-label{font-size:14px;color:#4a5568;font-weight:500}.detail-value{font-size:14px;color:#ed8936;font-weight:600}.warning-note{background:#faf5f0;border:1px solid #fed7aa;border-radius:12px;padding:16px;font-size:13px;color:#7c2d12;line-height:1.5}.ethereum-logo{color:#627eea;margin-right:8px}@media (max-width: 480px){.userDeposit{padding:0 10px}.card{padding:20px}.qr-code{width:150px;height:150px}}@media (max-width: 768px){.card{width:100%;background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:10px}}.explore{width:100%;min-height:calc(100vh - 7em);padding:4em}.container .explore .formCont{display:flex;align-items:center;justify-content:space-between;padding:0 4em}.container .explore form{display:flex;width:600px;height:42px;align-items:center;justify-content:space-between;padding:0 1em;margin-top:2em;border-radius:5px;color:var(--bg);background:var(--text)}.container .explore form input{color:var(--bg);width:calc(100% - 30px);height:42px;border:none;outline:none;background:transparent;font-family:Onest,sans-serif}.container .explore form .icon{font-size:2.4em;cursor:pointer}.container .explore .formCont ul{display:flex;align-items:center;gap:3em}.container .explore .formCont ul li{font-size:1.6em;font-weight:500;color:var(--text);position:relative;cursor:pointer;letter-spacing:-.5px}.container .explore .formCont ul li:after{content:"";position:absolute;left:0%;bottom:-20%;width:100%;transform:scaleX(0);transform-origin:left;transition:.5s ease-in-out;border:2px solid var(--header2)}.container .explore .formCont ul li.active{color:var(--header2)}.container .explore .formCont ul li.active:after{transform:scaleX(1)}.container .explore .formCont ul li:hover{color:var(--header2)}.container .explore .formCont ul li:hover:after{transform:scaleX(1)}.container .explore .list_cont{width:100%;height:auto;margin-top:4em;padding:0 4em}.container .explore .list_cont h1{font-size:2.5em;font-weight:700;font-family:Geist,sans-serif;margin-top:1em}.container .explore .list_cont:first-child h1{margin-top:0}.container .explore .list_cont h4{font-size:1.6em;font-weight:700;color:var(--primary);margin:1em auto}.container .explore .list_cont .row{width:100%;height:auto;display:flex;align-items:center;justify-content:flex-start;flex-wrap:wrap;margin:1em auto;gap:2em;padding:1em 0}.container .explore .list_cont .row .box{width:303.26px;height:auto;background:var(--bg);border-radius:5px}.container .explore .list_cont .row .box img{object-fit:cover;width:100%;height:250px;border-top-left-radius:inherit;border-top-right-radius:inherit}.container .explore .list_cont .row .box .txt{width:100%;height:auto;padding:2em 1.5em;box-shadow:#00000005 0 1px 3px,#1b1f2326 0 1px 1px;border-bottom-left-radius:inherit;border-bottom-right-radius:inherit}.container .explore .list_cont .row .box .txt .headerTxt{width:100%;min-height:40px;display:flex;align-items:center;justify-content:space-between}.container .explore .list_cont .row .box .txt .headerTxt .copyIcon{color:#00dbb6;font-size:2em}.container .explore .list_cont .row .box .txt .headerTxt h2{font-size:1.4em;font-weight:500;color:var(--primary);margin-bottom:1em;display:flex;align-items:center;gap:.5em}.container .explore .list_cont .row .box .txt .headerTxt h2 .icon{color:#00dbb6}.container .explore .list_cont .row .box .txt h3{font-size:1.8em;font-weight:600;color:var(--highlight);margin-bottom:1em}.container .explore .list_cont .row .box .txt .line{background:var(--primary);width:100%;border:.5px solid var(--primary2);margin:1.5em 0}.container .explore .list_cont .row .box .txt p{font-size:1.4em;font-weight:400;display:flex;flex-direction:column;gap:.5em;color:var(--primary)}.container .explore .list_cont .row .box .txt p span{font-size:1.4em;font-weight:600;color:var(--text)}.container .explore .list_cont .row .box .txt p img{object-fit:contain;width:20px;height:20px;margin-left:.5em}.container .explore .list_cont .more_btn{width:200px;height:50px;display:flex;align-items:center;justify-content:center;color:var(--bg);font-family:SF Pro Display,sans-serif;font-size:1.8em;font-weight:600;background:var(--highlight);border-radius:5px;border:none;outline:none;cursor:pointer;margin:2em auto}.explore .list_cont .empty_cont{width:100%;height:500px;display:flex;flex-direction:column;align-items:center;justify-content:center}.explore .list_cont .empty_cont img{object-fit:contain}.explore .list_cont .empty_cont h2{font-family:Geist,sans-serif;font-size:2em;color:var(--text);font-weight:600;letter-spacing:-.5px}@media (max-width: 768px){.explore{width:100%;padding:0 1em}.container .explore .formCont{display:flex;align-items:center;justify-content:space-between;padding:1em;flex-wrap:wrap}.container .explore form{width:100%;height:40px}.container .explore form input{width:calc(100% - 25px)}.container .explore form .icon{font-size:2em;cursor:pointer}.container .explore .formCont ul{display:flex;align-items:flex-start;gap:2em;margin:2em 0 1.5em}.container .explore .formCont ul li{font-size:1.1em;letter-spacing:-.1px}.container .explore .list_cont{width:100%;height:auto;margin-top:2em;padding:0 1em}.container .explore .list_cont h1{font-size:1.6em}.container .explore .list_cont:first-child h1{margin-top:0}.container .explore .list_cont .row{width:100%;justify-content:center;align-items:center}.container .explore .list_cont .row .box{width:100%;height:auto;background:var(--bg);border-radius:5px}.container .explore .list_cont .row .box img{object-fit:cover;width:100%;height:200px;border-top-left-radius:inherit;border-top-right-radius:inherit}.container .explore .list_cont .row .box .txt{width:100%;height:auto;padding:2em 1.5em;box-shadow:#00000005 0 1px 3px,#1b1f2326 0 1px 1px;border-bottom-left-radius:inherit;border-bottom-right-radius:inherit}.container .explore .list_cont .row .box{margin:1em auto;display:block}.explore .list_cont .empty_cont{width:100%;height:300px}}.adminDashboard{width:100%;height:100vh;display:flex}.adminDashboard .dashboard_bar{display:none}.adminDashboard .sidebar{width:20%;height:100%;background:var(--bg);padding:2em 1em;border-right:1px solid var(--primary2);position:relative}.adminDashboard .sidebar .logo{display:flex;align-items:center;gap:1em;color:var(--text);padding:0 2em}.adminDashboard .sidebar .logo img{object-fit:contain}.adminDashboard .sidebar .logo span{font-size:2.2em;font-weight:600;letter-spacing:-.7px;font-family:SF Pro Display,sans-serif}.adminDashboard .sidebar ul{display:flex;flex-direction:column;gap:1em;margin-top:4em}.adminDashboard .sidebar ul li a{display:flex;align-items:center;height:57px;padding:0 1.5em;justify-content:flex-start;gap:1em;border-radius:5px}.adminDashboard .sidebar ul li a .icon{object-fit:contain;width:25px;font-size:25px;fill:var(--text)}.adminDashboard .sidebar ul li a span{font-size:1.6em;font-weight:400;letter-spacing:-.2px;color:var(--text)}.adminDashboard .sidebar ul li a.active{background:var(--text)}.adminDashboard .sidebar ul li a.active .icon{fill:var(--bg)}.adminDashboard .sidebar ul li a.active span{font-weight:500;color:var(--bg)}.adminDashboard .sidebar .profile_cont{width:265px;height:75px;padding:0 2em 0 1.4em;display:flex;align-items:center;gap:1.5em;flex-shrink:0;border-radius:100px;position:absolute;bottom:1.5%;left:50%;transform:translate(-50%);background:var(--text)}.adminDashboard .sidebar .profile_cont .dp{width:50px;height:50px;border-radius:50%}.adminDashboard .sidebar .profile_cont .txt_cont{display:flex;flex-direction:column;gap:1em}.adminDashboard .sidebar .profile_cont h2{color:var(--bg);font-size:1.8em;font-style:normal;font-weight:400;line-height:110%;text-transform:capitalize}.adminDashboard .sidebar .profile_cont p{color:var(--primary2);font-size:1.3em;font-style:normal;font-weight:400;line-height:110%;text-transform:capitalize}.adminDashboard .sidebar .profile_cont .icon{color:var(--bg);font-size:2.5em;margin-left:auto}.adminDashboard main{width:80%;height:inherit;overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.adminDashboard main::-webkit-scrollbar{display:none}@media (max-width: 768px){.adminDashboard{width:100%;height:100vh;display:flex}.adminDashboard .dashboard_bar{display:block;position:fixed;top:-1%;right:1%;z-index:66;padding:1em;background:var(--bg);cursor:pointer}.adminDashboard .dashboard_bar .icon{font-size:2.4em}.adminDashboard .sidebar{width:20%;height:100%;background:var(--bg);padding:2em 1em;border-right:1px solid var(--primary2);position:relative;position:fixed;width:80%;transform:translate(-100%);transform-origin:left;transition:transform .5s ease-in-out;z-index:55}.adminDashboard .sidebar.active{transform:translate(0)}.adminDashboard .sidebar .logo{display:flex;align-items:center;gap:1em;color:var(--text);padding:0 2em}.adminDashboard .sidebar .logo img{object-fit:contain}.adminDashboard .sidebar .logo span{font-size:2.2em;font-weight:600;letter-spacing:-.7px;font-family:SF Pro Display,sans-serif}.adminDashboard .sidebar ul{display:flex;flex-direction:column;gap:1em;margin-top:4em}.adminDashboard .sidebar ul li a{display:flex;align-items:center;height:57px;padding:0 1.5em;justify-content:flex-start;gap:1em;border-radius:5px}.adminDashboard .sidebar ul li a .icon{object-fit:contain;width:25px;fill:var(--text)}.adminDashboard .sidebar ul li a span{font-size:1.6em;font-weight:400;letter-spacing:-.2px;color:var(--text)}.adminDashboard .sidebar ul li a.active{background:var(--text)}.adminDashboard .sidebar ul li a.active .icon{fill:var(--bg)}.adminDashboard .sidebar ul li a.active span{font-weight:500;color:var(--bg)}.adminDashboard .sidebar .profile_cont{width:265px;height:75px;padding:0 2em 0 1.4em;display:flex;align-items:center;gap:1.5em;flex-shrink:0;border-radius:100px;position:absolute;bottom:1.5%;left:50%;transform:translate(-50%);background:var(--text)}.adminDashboard .sidebar .profile_cont .dp{width:50px;height:50px;border-radius:50%}.adminDashboard .sidebar .profile_cont .txt_cont{display:flex;flex-direction:column;gap:1em}.adminDashboard .sidebar .profile_cont h2{color:var(--bg);font-size:1.8em;font-style:normal;font-weight:400;line-height:110%;text-transform:capitalize}.adminDashboard .sidebar .profile_cont p{color:var(--primary2);font-size:1.3em;font-style:normal;font-weight:400;line-height:110%;text-transform:capitalize}.adminDashboard .sidebar .profile_cont .icon{color:var(--bg);font-size:2.5em;margin-left:auto}.adminDashboard main{width:100%;height:inherit;overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.adminDashboard main::-webkit-scrollbar{display:none}}.users{width:100%;height:100vh;padding:3em 2em}.users .userHeader{width:100%;height:auto;display:flex;align-items:center;justify-content:space-between}.users .userHeader .txtCont{display:flex;flex-direction:column;justify-content:center}.users .userHeader h1{font-family:Inter,sans-serif;font-size:3.5em;color:var(--header2)}.users .userHeader p{font-size:1.4em;color:var(--text);margin-top:.5em}.users .child{height:auto;display:flex;flex-direction:column;justify-content:flex-start;margin-top:1em;border:1px dotted var(--primary2);border-top:none}.users .child ul{display:flex;width:100%;align-items:center;padding:1em 2em;color:var(--text)}.users .child ul.header{color:var(--bg);background:var(--header2);border-top-left-radius:5px;border-top-right-radius:5px;padding:2em}.users .child ul li{width:15%;padding:1em 0;font-size:1em;word-break:break-all}.users .child ul.header li{font-size:1.4em;padding:0}.users .child ul li.copy_btn{cursor:pointer;border-radius:4px;transform:scale(1);transition:transform .5s ease-in-out;transform-origin:bottom left}.users .child ul li.copy_btn.active{color:var(--header2);transform:scale(1.2)}.users .child ul li:last-child{width:9%}.users .child ul li button{width:90px;height:40px;display:flex;align-items:center;justify-content:center;color:var(--bg);font-family:SF Pro Display,sans-serif;font-size:1.4em;font-weight:600;background:#dc143c;border-radius:5px;border:none;outline:none;cursor:pointer}.users .modalPopup{position:fixed;width:100%;height:100vh;top:0%;left:0%;display:flex;align-items:center;justify-content:center;background:#000000b3;transform:scale(0);z-index:99999;transition:transform .5s ease-in-out;transform-origin:bottom}.users .modalPopup.active{transform:scale(1)}.users .modalPopup .modalContent{width:400px;height:auto;padding:2em;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1em;color:var(--text);background:var(--bg);border-radius:10px}.users .modalPopup .modalContent .row{width:100%;height:auto}.users .modalPopup .modalContent .row label{font-size:1.4em;font-weight:500;color:var(--text2);line-height:145%;margin-bottom:1em}.users .modalPopup .modalContent .row input.int{width:100%;height:56px;display:flex;align-items:center;justify-content:flex-start;gap:1em;border-radius:6px;outline:none;font-family:Inter,sans-serif;font-size:1.4em;padding:0 1em;color:var(--text);border:1px solid var(--primary2);margin-top:.5em}.users .modalPopup .modalContent .row .selectInput input{width:100%;height:35px}.users .modalPopup .modalContent .row input.int::placeholder{color:var(--primary)}.users .modalPopup .modalContent h3{font-family:Inter,sans-serif;font-size:3.4em;font-weight:600}.users .modalPopup .modalContent p{text-align:center;font-size:1.2em;font-weight:400;margin-top:1em}.users .modalPopup .modalContent .btn{width:100%;height:48px;font-size:2em;display:flex;align-items:center;justify-content:center;color:var(--bg);background:var(--header2);border-radius:5px;cursor:pointer;border:none;outline:none}.users .modalPopup .modalContent .btn.close{background:#dc143c}.users .modalPopup .modalContent .btn.deposit{background:var(--text)}.users .modalPopup .modalContent .btn .icon{font-size:1.4em}@media (max-width: 768px){.users .userHeader p{font-size:1.4em;color:var(--text);margin-top:.8em;margin-bottom:.5em}.users .child{height:auto;display:flex;flex-direction:column;justify-content:flex-start;margin-top:1em;border:1px dotted var(--primary2);border-top:none;width:100%;overflow-x:scroll}.users .child ul{display:flex;width:1000px;align-items:center;padding:1em 2em;color:var(--text)}.users .modalPopup{position:fixed;width:100%;height:100vh;top:0%;left:0%;display:flex;align-items:center;justify-content:center;background:#000000b3;transform:scale(0);z-index:99999;transition:transform .5s ease-in-out;transform-origin:bottom;padding:0 1em}.users .modalPopup.active{transform:scale(1)}.users .modalPopup .modalContent{width:100%}.users .modalPopup .modalContent p{text-align:left}}section.verifyPage{width:100%;height:calc(100vh - 9em);display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;gap:1em;background-color:var(--Bg);color:var(--text)}section.verifyPage .icon{font-size:30em;color:green}section.verifyPage h1{font-family:SF Pro Display,sans-serif;font-size:2em;color:var(--header2);letter-spacing:- .5px}section.verifyPage h2{font-size:1.4em}:root{--toastify-color-light: #fff;--toastify-color-dark: #121212;--toastify-color-info: #3498db;--toastify-color-success: #07bc0c;--toastify-color-warning: #f1c40f;--toastify-color-error: hsl(6, 78%, 57%);--toastify-color-transparent: rgba(255, 255, 255, .7);--toastify-icon-color-info: var(--toastify-color-info);--toastify-icon-color-success: var(--toastify-color-success);--toastify-icon-color-warning: var(--toastify-color-warning);--toastify-icon-color-error: var(--toastify-color-error);--toastify-container-width: fit-content;--toastify-toast-width: 320px;--toastify-toast-offset: 16px;--toastify-toast-top: max(var(--toastify-toast-offset), env(safe-area-inset-top));--toastify-toast-right: max(var(--toastify-toast-offset), env(safe-area-inset-right));--toastify-toast-left: max(var(--toastify-toast-offset), env(safe-area-inset-left));--toastify-toast-bottom: max(var(--toastify-toast-offset), env(safe-area-inset-bottom));--toastify-toast-background: #fff;--toastify-toast-padding: 14px;--toastify-toast-min-height: 64px;--toastify-toast-max-height: 800px;--toastify-toast-bd-radius: 6px;--toastify-toast-shadow: 0px 4px 12px rgba(0, 0, 0, .1);--toastify-font-family: sans-serif;--toastify-z-index: 9999;--toastify-text-color-light: #757575;--toastify-text-color-dark: #fff;--toastify-text-color-info: #fff;--toastify-text-color-success: #fff;--toastify-text-color-warning: #fff;--toastify-text-color-error: #fff;--toastify-spinner-color: #616161;--toastify-spinner-color-empty-area: #e0e0e0;--toastify-color-progress-light: linear-gradient(to right, #4cd964, #5ac8fa, #007aff, #34aadc, #5856d6, #ff2d55);--toastify-color-progress-dark: #bb86fc;--toastify-color-progress-info: var(--toastify-color-info);--toastify-color-progress-success: var(--toastify-color-success);--toastify-color-progress-warning: var(--toastify-color-warning);--toastify-color-progress-error: var(--toastify-color-error);--toastify-color-progress-bgo: .2}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translate3d(0,0,var(--toastify-z-index));position:fixed;width:var(--toastify-container-width);box-sizing:border-box;color:#fff;display:flex;flex-direction:column}.Toastify__toast-container--top-left{top:var(--toastify-toast-top);left:var(--toastify-toast-left)}.Toastify__toast-container--top-center{top:var(--toastify-toast-top);left:50%;transform:translate(-50%);align-items:center}.Toastify__toast-container--top-right{top:var(--toastify-toast-top);right:var(--toastify-toast-right);align-items:end}.Toastify__toast-container--bottom-left{bottom:var(--toastify-toast-bottom);left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{bottom:var(--toastify-toast-bottom);left:50%;transform:translate(-50%);align-items:center}.Toastify__toast-container--bottom-right{bottom:var(--toastify-toast-bottom);right:var(--toastify-toast-right);align-items:end}.Toastify__toast{--y: 0;position:relative;touch-action:none;width:var(--toastify-toast-width);min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:var(--toastify-toast-padding);border-radius:var(--toastify-toast-bd-radius);box-shadow:var(--toastify-toast-shadow);max-height:var(--toastify-toast-max-height);font-family:var(--toastify-font-family);z-index:0;display:flex;flex:1 auto;align-items:center;word-break:break-word}@media only screen and (max-width: 480px){.Toastify__toast-container{width:100vw;left:env(safe-area-inset-left);margin:0}.Toastify__toast-container--top-left,.Toastify__toast-container--top-center,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translate(0)}.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translate(0)}.Toastify__toast-container--rtl{right:env(safe-area-inset-right);left:initial}.Toastify__toast{--toastify-toast-width: 100%;margin-bottom:0;border-radius:0}}.Toastify__toast-container[data-stacked=true]{width:var(--toastify-toast-width)}.Toastify__toast--stacked{position:absolute;width:100%;transform:translate3d(0,var(--y),0) scale(var(--s));transition:transform .3s}.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body,.Toastify__toast--stacked[data-collapsed] .Toastify__close-button{transition:opacity .1s}.Toastify__toast--stacked[data-collapsed=false]{overflow:visible}.Toastify__toast--stacked[data-collapsed=true]:not(:last-child)>*{opacity:0}.Toastify__toast--stacked:after{content:"";position:absolute;left:0;right:0;height:calc(var(--g) * 1px);bottom:100%}.Toastify__toast--stacked[data-pos=top]{top:0}.Toastify__toast--stacked[data-pos=bot]{bottom:0}.Toastify__toast--stacked[data-pos=bot].Toastify__toast--stacked:before{transform-origin:top}.Toastify__toast--stacked[data-pos=top].Toastify__toast--stacked:before{transform-origin:bottom}.Toastify__toast--stacked:before{content:"";position:absolute;left:0;right:0;bottom:0;height:100%;transform:scaleY(3);z-index:-1}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-icon{margin-inline-end:10px;width:22px;flex-shrink:0;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.5s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--light,.Toastify__toast-theme--colored.Toastify__toast--default{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;position:absolute;top:6px;right:6px;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;z-index:1}.Toastify__toast--rtl .Toastify__close-button{left:6px;right:unset}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:hover,.Toastify__close-button:focus{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:100%;z-index:1;opacity:.7;transform-origin:left}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:initial;transform-origin:right;border-bottom-left-radius:initial}.Toastify__progress-bar--wrp{position:absolute;overflow:hidden;bottom:0;left:0;width:100%;height:5px;border-bottom-left-radius:var(--toastify-toast-bd-radius);border-bottom-right-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{opacity:var(--toastify-color-progress-bgo);width:100%;height:100%}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border:2px solid;border-radius:100%;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,var(--y),0)}to{opacity:0;transform:translate3d(2000px,var(--y),0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,var(--y),0)}to{opacity:0;transform:translate3d(-2000px,var(--y),0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--top-left,.Toastify__bounce-enter--bottom-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--top-right,.Toastify__bounce-enter--bottom-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--top-left,.Toastify__bounce-exit--bottom-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--top-right,.Toastify__bounce-exit--bottom-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:translate3d(0,var(--y),0) scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:translate3d(0,var(--y),0) perspective(400px)}30%{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(-20deg);opacity:1}to{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideOutRight{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(110%,var(--y),0)}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(-110%,var(--y),0)}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--top-left,.Toastify__slide-enter--bottom-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--top-right,.Toastify__slide-enter--bottom-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--top-left,.Toastify__slide-exit--bottom-left{animation-name:Toastify__slideOutLeft;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-right,.Toastify__slide-exit--bottom-right{animation-name:Toastify__slideOutRight;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown;animation-timing-function:ease-in;animation-duration:.3s}@keyframes Toastify__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.terms{width:100%;display:flex;flex-direction:column;min-height:calc(100vh - 7em);padding:4em;position:relative;color:var(--text)}.terms h1{font-size:6em;font-weight:700;color:var(--header2);font-family:SF Pro Display,sans-serif;text-align:center;margin-bottom:.5em}.terms p{font-size:1.4em;font-weight:500;line-height:150%;color:var(--primary);margin-top:.4em;gap:.5em}.terms h2{font-size:3em;font-weight:700;margin-top:.5em}.terms ul{margin:1em 0}.terms ul li{font-size:1.4em;font-weight:500;line-height:150%;color:var(--primary);margin-top:.4em;gap:.5em}@media (max-width: 768px){.terms{padding:2em}.terms h1{font-size:4em}.terms p{font-size:1.2em}.terms h2{font-size:1.8em}.terms ul li{font-size:1.2em}}
