.base-button{border:none;padding:.3125rem 1.3125rem;background-color:var(--white);color:var(--on-white);transition:all .3s ease-in-out;cursor:pointer;height:2.5rem;font-size:.75rem;text-transform:uppercase;box-shadow:6px 6px 14px -12px rgba(0,0,0,.7);letter-spacing:.75px;word-spacing:3px}.base-button.large{height:3.125rem}.base-button:hover{cursor:pointer;background-color:var(--highlight);color:var(--white)}.base-button:disabled{cursor:not-allowed}.base-button:disabled:hover{background-color:#e4e4e4;color:var(--dark)}.base-button.full{width:100%}.base-button-radius.highlight{background:var(--highlight);color:var(--white)}.auth-page{height:calc(100vh - 60px);display:flex;align-items:center;justify-content:center;background-color:var(--white)}.auth-page .auth-modal{margin:6rem 0 5rem;border-radius:4px;padding:3rem 2rem 3.25rem;color:var(--on-white);width:100%;max-width:920px;display:flex;flex:1 1;justify-content:space-between}.auth-page .auth-content{width:40%;padding-right:2rem;text-align:left}.auth-page .auth-content .title{margin-bottom:1.75rem;color:var(--black)}.auth-page .form-wrapper{width:45%}.auth-page .sub-link{text-align:center;margin-top:1.5rem}.auth-page .sub-link a{margin-left:3px;font-size:1rem;color:var(--on-white);text-decoration:underline}.auth-page .sub-link a:hover{color:var(--highlight)}.auth-page button{margin-top:.75rem}@media screen and (max-width:991px){.auth-page .auth-modal{display:block;flex:unset;width:400px;max-width:100%}.auth-page .auth-content{margin-bottom:2.5rem;padding-right:0;width:100%}.auth-page .form-wrapper{width:100%}}@media screen and (min-width:1920px){.auth-page{height:calc(100vh - 176px)}}.login-page .submit-button-wrapper{width:100%}.header{padding:.5rem 0;background-color:var(--background);position:fixed;top:0;left:0;right:0;transition:all .3s ease-in-out;will-change:transform;z-index:99}.header:hover{z-index:120}.header.teaser{background-color:rgba(0,0,0,.95)}.header.teaser .logo img{filter:invert(1)}.header.header-white{background:var(--white)}.header.header-white .logo img{filter:invert(0)}.header.header-white .about-drp span{color:var(--dark-333)}.header.no-effects{position:static;margin-top:-60px;transform:none!important}.header.higher-zindex{z-index:1000}.header .container{display:flex;align-items:center;justify-content:space-between;grid-gap:1rem;gap:1rem}.header .container.teaser{justify-content:flex-start;position:relative}.header.hide{transform:translateY(-100%)}.header .left-box{z-index:100;display:flex;flex-direction:row}.header .menu{display:flex;grid-gap:2rem;gap:2rem;margin-bottom:0}.header .menu li{position:relative}.header .menu li:hover .sub-menu{visibility:visible;transform:translate(-50%)}.header .menu .vhils-socials{display:none}.header .menu .vhils-socials img{max-height:40px;margin-top:.4rem}.header .menu .vhils-socials .socials-link{display:flex;flex-direction:row;position:absolute;top:0;margin-top:.4rem;transform:translateX(-6%)}.header .menu .vhils-socials .socials-link div{padding:0 .25rem}.header .menu a,.header .menu span{font-size:1rem;color:var(--on-background);text-transform:capitalize;transition:color .3s ease-in-out;cursor:pointer}.header .menu a.active-menu,.header .menu a:hover,.header .menu span.active-menu,.header .menu span:hover{color:var(--highlight)}.header .menu .emoji{line-height:0}.header .auth-buttons,.header .right-box{display:flex;align-items:center}.header .auth-buttons{justify-content:space-between;margin-left:2.5rem;position:relative}.header .auth-buttons .splash{color:var(--on-white)}.header .auth-buttons a{font-size:.75rem;line-height:1.5em;margin-left:.625rem;opacity:.9;color:var(--on-white)}.header .auth-buttons .header-mobile{display:none}@media screen and (max-width:768px){.header .auth-buttons .header-mobile{display:block}.header .auth-buttons .header-pc{display:none}}.header .auth-buttons .user-avatar .header-mobile{display:none}.header .auth-buttons .user-avatar a{width:1.875rem;height:1.875rem;margin:0;font-size:medium;display:flex;justify-content:center;align-items:center;background:var(--concrete);border-radius:50%;overflow:hidden}.header .auth-buttons .user-avatar img{width:100%;height:100%;object-fit:cover}@media screen and (max-width:680px){.header .auth-buttons .user-avatar .header-mobile{display:block}.header .auth-buttons .user-avatar .header-pc{display:none}}.header .auth-buttons .box-dropdown{margin-bottom:3px;display:contents}.header .auth-buttons .box-dropdown .hide-dropdown{display:none}.header .auth-buttons .box-dropdown .dropdown ul{list-style:none;padding:0;margin:0}.header .auth-buttons .box-dropdown .dropdown ul a{margin:0}.header .auth-buttons .box-dropdown .dropdown ul a li{padding:12px;display:flex}.header .auth-buttons .box-dropdown .dropdown ul a li svg{fill:var(--on-white);margin-right:10px}.header .auth-buttons .box-dropdown .dropdown ul a li:hover svg{transition:fill .3s ease-in-out;fill:var(--highlight)}.header .auth-buttons .box-dropdown a{cursor:pointer}@media screen and (max-width:992px){.header .auth-buttons .box-dropdown .dropdown{right:calc(10% + 1.25rem)}.header .auth-buttons .box-dropdown .arrow{right:calc(10% + 3.5rem)}}.header .mobile-trigger{z-index:100;display:none}.header .teaser-menu{font-size:.875rem;color:var(--white);margin-left:249px;display:flex;align-items:center}.header .teaser-menu .about-drp{width:100%;display:inline-block;position:relative}.header .teaser-menu .about-drp span{margin-top:.312rem;cursor:pointer}.header .teaser-menu .about-drp .about-content{width:420px;font-size:.937rem;padding:1.875rem 2.5rem 2.5rem;position:absolute;top:2.375rem;right:-110px;color:var(--white-opacity-70);background-color:rgba(0,0,0,.95);transition:all .5s ease;z-index:102;opacity:0;visibility:hidden}.header .teaser-menu .about-drp .about-content.show{opacity:1;visibility:visible}.header .teaser-menu .about-drp .about-content a{color:var(--white)}.header .teaser-menu .about-drp .about-content p{line-height:1.25rem}.header .teaser-menu .about-drp .about-content .text-top{margin-bottom:1.25rem;padding-bottom:2.5rem;border-bottom:1px solid var(--white-opacity-70);column-count:2}.header .teaser-menu .about-drp .about-content .text-bottom{margin-bottom:2.5rem}.header .teaser-menu .about-drp .about-content .social-bottom{display:flex;justify-content:space-between;align-items:center;text-align:center}.header .teaser-menu .about-drp .about-content .social-bottom img{width:20px;filter:invert(1);vertical-align:middle}.header .teaser-menu .about-drp .about-content .social-bottom a{margin-right:1rem}.header .teaser-menu .about-drp .about-content .social-bottom svg{display:inline-block;font-size:1.25rem;color:var(--white);vertical-align:middle}.header .teaser-menu .about-drp .about-content .social-bottom p{font-size:.687rem;margin-bottom:.625rem}@media screen and (max-width:1440px){.header .teaser-menu{width:auto}.header .teaser-menu .about-drp .about-content{width:371px;right:-60px}}@media screen and (max-width:680px){.header .teaser-menu{margin-left:0;width:100%;text-align:right;position:absolute}.header .teaser-menu .about-drp .about-content{width:calc(100% - 16px);right:-34px;left:-34px;text-align:left}}@media screen and (max-width:320px){.header .teaser-menu .about-drp .about-content{max-height:415px;overflow:auto}}.header .btn-connect-wallet{background:var(--white);color:var(--highlight);border:2px solid var(--highlight);border-radius:.5rem;font-size:1rem;line-height:1em;letter-spacing:.02em;margin-top:0;min-height:3rem;min-width:165px;max-width:165px}.header .social-header{display:flex;align-items:center;grid-gap:.5rem;gap:.5rem;margin:0 2.625rem;font-size:1.25rem}.header .social-header svg path{fill:var(--on-background)}.header .social-header .line{height:1rem;width:1px;background:var(--grey-300)}.header .metamask-auth{position:relative}.header .metamask-auth.vhils-hidden-sm .dropdown-wrapper{left:auto;right:0;transform:translate(0)!important}.header .metamask-auth .dropdown ul{list-style:none;padding:0;margin:0}.header .metamask-auth .dropdown ul li{display:flex;align-items:center;padding:.312rem 1.25rem;grid-gap:.625rem;gap:.625rem}.header .metamask-auth .dropdown ul li:hover a,.header .metamask-auth .dropdown ul li:hover span{color:var(--highlight)}.header .metamask-auth .dropdown ul a,.header .metamask-auth .dropdown ul span{margin:0;font-size:1rem;color:var(--on-background);display:block;cursor:pointer}.header .metamask-auth .dropdown ul svg{font-size:1.125rem;color:var(--on-background)}.header .logout-mobile{display:none}@media screen and (max-width:768px){.header .logo{height:37px}.header .logo img{height:28px}.header .right-box{position:fixed;left:0;right:0;top:0;height:100vh;z-index:10;background-color:var(--white);display:flex;flex-direction:column;padding-top:calc(2rem + 58px);transform:translateX(-100%);transition:all .3s ease-in-out;will-change:transition}.header .right-box.dark-mode{background:var(--black)}.header .right-box.show{transform:translateX(0)}.header .right-box .menu-wrapper{width:80%;margin:0}.header .right-box .menu-wrapper ul{display:flex;flex-direction:column;grid-gap:1rem;gap:1rem}.header .right-box .menu-wrapper ul .item{text-align:center;margin-right:0}.header .right-box .menu-wrapper ul .item a,.header .right-box .menu-wrapper ul .item span{text-transform:uppercase;font-size:1.5rem}.header .right-box .menu-wrapper ul .item .sub-menu{top:100%;min-width:85%;grid-gap:0;gap:0}.header .right-box .menu-wrapper ul .item .sub-menu li a,.header .right-box .menu-wrapper ul .item .sub-menu li span{font-size:1rem}.header .right-box .social-header{margin:1rem 0}.header .right-box .social-header a{font-size:1.5rem}.header .right-box .menu .vhils-socials{display:inherit}.header .right-box .auth-buttons{flex-direction:column;margin-left:0}.header .right-box .auth-buttons a{padding:.75rem 1rem;margin-left:0}.header .right-box .auth-buttons a.avatar{padding:0;margin:.312rem 0}.header .right-box .logout-mobile{display:block}.header .right-box .logout-mobile li{display:flex;align-items:center;grid-gap:.5rem;gap:.5rem;font-size:1.5rem;letter-spacing:1px;text-transform:capitalize;transition:color .3s ease-in-out;cursor:pointer;opacity:.9}.header .right-box .logout-mobile li span,.header .right-box .logout-mobile li svg{color:var(--highlight)}.header .mobile-trigger{display:inline-block;transition:all .3s ease-in-out;position:relative;width:25px;height:25px}.header .mobile-trigger.dark-mode,.header .mobile-trigger.dark-mode.open{filter:invert(100%)}.header .mobile-trigger img{position:absolute;width:100%;left:0;top:0}.header .mobile-trigger .open-menu{opacity:1}.header .mobile-trigger .close-menu{width:15px;left:5px;top:5px;opacity:0}.header .mobile-trigger.open{transform:rotate(270deg)}.header .mobile-trigger.open .open-menu{opacity:0}.header .mobile-trigger.open .close-menu{opacity:1}.header .btn-connect-wallet{margin-left:0}}@media screen and (max-width:680px){.header .container.teaser{width:calc(100% - 3rem);padding:0}}.header-dark .btn-connect-wallet{background:transparent}.invert-colour{filter:invert(100%)}.btn-connect-vhils{display:flex;flex-flow:column;cursor:pointer}.btn-connect-vhils.invert span{color:#fff}.btn-connect-vhils img{width:2.25rem;margin:0 auto .25rem 25%}.btn-connect-vhils span{font-size:.75rem}.header.vhils{min-height:115px;background:url(/static/media/bkg_sticky_header_XS@2x.4a0a9feb.png) no-repeat;background-position:bottom!important;background-size:cover!important;filter:drop-shadow(-2px 1px 2px rgba(0,0,0,.3))}.header.vhils.on-top{background:transparent;filter:none}@media screen and (min-width:1200px){.header.vhils{background:url(/static/media/bkg_sticky_header_XL@2x.b8497517.png) no-repeat}}@media screen and (min-width:992px){.header.vhils{background:url(/static/media/bkg_sticky_header_LG@2x.917df55f.png) no-repeat}}@media screen and (min-width:768px){.header.vhils{background:url(/static/media/bkg_sticky_header_MD@2x.0c06b6a5.png) no-repeat}}.header.vhils .left-box{width:32%;justify-content:space-between}.header .header-burn{background:var(--vhils-yellow-2);text-align:center;padding:.25rem 0;margin-top:-.5rem;display:flex;flex-wrap:wrap;justify-content:center;align-items:center}.header .header-burn img{width:1rem;margin-right:.375rem}.header .header-burn .burn-your{font-size:.875rem;line-height:1.375rem;font-weight:700}.header .header-burn .burn-slot{font-size:.875rem;font-weight:300;line-height:1.25rem;margin-left:.2em}.header .header-burn .burn-countdown{margin-left:.2em;font-weight:700}.header .metamask-auth.vhils-sm{display:none}.header .metamask-auth .dropdown-wrapper{position:absolute;min-width:200px;padding:.625rem 0;z-index:2;box-shadow:0 4px 12px rgba(0,0,0,.1);background:var(--background);border-radius:5px;top:110%;left:50%;transform:translate(-50%,10px);transition:all .3s ease-in-out;visibility:hidden}.header .metamask-auth:hover .dropdown-wrapper{visibility:visible;transform:translate(-50%)}.header .metamask-auth .dropdown.vhils{min-width:270px;right:-50%}.header .metamask-auth .dropdown.vhils .profile-subtext{font-size:1rem;margin-top:-.5rem;font-family:"Gilroy-Medium";color:var(--gray-dove)}.header .metamask-auth .dropdown.vhils li:hover,.header .metamask-auth .dropdown.vhils li:hover span{color:var(--highlight)}.header .metamask-auth .dropdown.vhils li a,.header .metamask-auth .dropdown.vhils li span{font-family:"Gilroy-Black";font-size:1.25rem}.header .container.vhils{margin-top:1rem;margin-bottom:1rem;width:90%}.header .container.md-header-vhils{display:none}.header .menu-wrapper.vhils{margin:0 3rem 0 0}.header .menu-wrapper.md-header-vhils{display:none}.header .menu.vhils{grid-gap:20px;gap:20px}.header .menu.vhils .vhils-nav-item{position:relative}.header .menu.vhils .vhils-nav-item.vhils-socials{display:none}@media screen and (max-width:768px){.header .menu.vhils .vhils-nav-item.vhils-socials{display:initial}}.header .menu.vhils .vhils-nav-item:hover .highlight-rectangle{transition:width .3s ease-in-out}.header .menu .highlight-rectangle{position:absolute;background-color:var(--vhils-yellow);height:20px;width:0;left:0;margin-top:2.5%;z-index:0}.header .menu .highlight-rectangle.active{width:90%;opacity:1}.header .menu .highlight-rectangle.disabled{width:0}.header .menu span.vhils{padding:0;text-align:center;margin:0 .5rem;font-weight:700;line-height:.9em}.header .menu span.vhils.item-title{font-family:"Gilroy-Black";color:#000;text-transform:uppercase;font-size:23px;z-index:1;white-space:nowrap}.header .menu span.vhils.item-title:hover{color:initial}.header .menu span.vhils.item-title.disabled{opacity:.5}.header .menu span.vhils.item-subtitle{font-size:13px;font-family:"Gilroy-Medium";line-height:.9rem;opacity:.7}.header .menu span:hover{opacity:.8}.header .menu span.disabled{cursor:not-allowed;color:rgba(0,0,0,.5)}.header .menu span.disabled:hover{color:rgba(0,0,0,.5)}.vhils-nav-item{display:flex;flex-flow:column}.vhils-header-socials{display:flex;flex-flow:row;align-content:center;margin:auto 0 auto 1.25rem}.vhils-header-socials img{width:28px;height:28px;margin:0 10px}.vhils-header-socials span:first-child img{margin-left:0}.vhils-header-socials span:last-child img{margin-right:0}.vhils-header-socials.hidden-md{display:flex}@media screen and (max-width:980px){.vhils-header-socials.hidden-md{display:none}}.vhils-header-socials.md{display:none}@media screen and (max-width:980px){.vhils-header-socials.md{display:initial}}.vhils-header-socials.sm{display:none}@media screen and (max-width:768px){.vhils-header-socials.sm{display:initial}}.logo-image.vhils{max-width:inherit;height:65px;margin-top:.25rem}@media screen and (max-width:1600px){.header .menu-wrapper span.vhils.item-title{font-size:20px;margin:0}.header .vhils-header-socials img{width:20px;height:20px}}@media screen and (max-width:1400px){.header.vhils{min-height:100px}.header .vhils-header-socials{display:none}}@media screen and (max-width:1300px){.header.vhils .left-box{width:auto}.header .menu-wrapper.vhils{margin-right:0}.header .menu-wrapper span.vhils.item-title{font-size:1rem;margin:0 .25rem}.header .menu-wrapper span.vhils.item-title span{font-size:.825rem;white-space:break-spaces;margin-top:.25rem}.header .menu.vhils .vhils-nav-item{min-width:30px}}@media screen and (max-width:980px){.vhils-header-socials{margin-left:1rem}.btn-connect-vhils{display:flex;flex-flow:row-reverse}.btn-connect-vhils span{margin:auto 0}.btn-connect-vhils img{margin-left:.75rem}.header.vhiils{padding-top:0;min-height:75px}.header .container.md-header-vhils{display:flex;width:95%}.header .container.vhils .left-box{order:1}.header .container.vhils .vhils-header-socials.md{order:0}.header .container.vhils .right-box.vhils{order:2}.header .logo{display:flex;align-items:center}.header .logo img.vhils{height:3.5rem;margin-left:2rem}.header .menu-wrapper{margin:0 auto}.header .menu-wrapper.vhils.md-header-vhils{display:flex;flex-flow:row;margin:0 auto;width:100%}.header .menu-wrapper.vhils.hidden-md-header-vhils{display:none}.header .menu-wrapper.vhils.hidden-md-header-vhils.active{display:initial}.header .menu.vhils .vhils-nav-item{margin:0}.header .menu.md-header-vhils{width:100%}.header .menu.md-header-vhils .vhils-nav-item{width:100%;min-width:0}}@media screen and (max-width:768px){.header .menu .highlight-rectangle.active{left:50%!important;margin-top:4%;width:50%!important;height:2rem;transform:translateX(-50%)}.header .metamask-auth.vhils-sm{display:flex;order:2;z-index:100}.header .metamask-auth.vhils-sm .arrow{left:-1rem}.header .right-box.vhils.show{background-color:var(--vhils-grey-medium)}.header .right-box.vhils.show span{color:#fff!important}.header .right-box.vhils .item-title{color:#fff!important;text-shadow:-2px 0 2px #000,-2px 0 2px #000}.header .container.vhils{margin-bottom:2rem}.header .container.vhils .mobile-trigger{order:0;bottom:5%}.header .container.vhils .left-box{order:1}.header .container.vhils .vhils-header-socials{margin-left:0}.header .container.vhils .vhils-header-socials.sm span{padding:1rem}.header .container.vhils .vhils-header-socials.sm img{height:2rem}.header .container.md-header-vhils,.header .container.vhils .vhils-header-socials.md{display:none}.header .menu-wrapper.vhils{margin-top:2rem}.header .menu-wrapper span.vhils.item-title{margin-bottom:2rem;font-size:2.5rem}.header .menu-wrapper span.vhils.item-subtitle{opacity:.5}.header .mobile-trigger.vhils{order:0}.header .mobile-trigger.vhils.open .menu-text{display:none}.header .mobile-trigger.vhils .open-menu{width:auto}.header .mobile-trigger.vhils .close-menu{filter:invert(100%)}.header .mobile-trigger.vhils .title-font-vhils{position:absolute;bottom:-80%;left:-8%}.btn-connect-vhils{display:flex;flex-flow:column}.btn-connect-vhils span{margin:auto 0}.btn-connect-vhils img{margin-left:25%}}@media screen and (max-width:680px){.header.vhils .container{padding:0}.header .menu-wrapper span.vhils.item-title{font-size:1.562rem}}@media screen and (max-width:480px){.header .logo img.vhils{height:2.5rem}}.sub-menu{position:absolute;min-width:200px;padding:.625rem 0;z-index:2;box-shadow:0 4px 12px rgba(0,0,0,.1);background:var(--background);border-radius:5px;top:150%;left:50%;transform:translate(-50%,10px);transition:all .3s ease-in-out;visibility:hidden}.sub-menu li a{display:block;box-sizing:border-box;padding:.312rem 1.25rem!important}.metamask-signature-modal{width:90%;padding:.9375rem!important;min-width:300px!important;max-width:300px}.metamask-signature-modal .close-modal{position:absolute;right:1rem;top:.75rem;cursor:pointer}.metamask-signature-modal .content{display:flex;flex-direction:column;align-items:center;justify-content:center;grid-gap:.875rem;gap:.875rem}.metamask-signature-modal .content .modal-content p{color:var(--highlight)}.metamask-signature-modal .content .modal-left{flex:1 1}.metamask-signature-modal .content .modal-left .drp-image{min-width:130px;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAJYAAACBCAYAAAAi0kPBAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAACpJJREFUeNrsXf1x2zoMZ3K567/pBFEmsDpB5AnqTFB7gjQTNJkg6QR2Jog9QeQJqk4QdYL6/dm7d9dHJFCj5/pDIkAKlIE7nVPXlmjiR3wRAI8ME528e5fYF7hSe53i22f4XkWlvX7g3yt7FfDev79+lUapV3REBNLIXh/XwORCALLcXkt7zX0BzY45o4zRjqtgHAtpzuxY8l4By07I2L5cIZh8ETDwK4JsxcjM34Sv53YsQ8axPNmXjACsI8nAOm4DKHs92z+nnkFl8P7wnGf7zBtVLPHRcQNAneLqmq7ZSyEIVMUXADSqDqU+AAuZ+UwR2UwEgP5mx/NZWRY5sBBUT0SjnJvu7LimyrZIgYUenzRQVTRWuyteifUoFFQVgd01UvZFBCyUBjEYylNwLJSFEQALVeBVJGMHUN0pC+OQWFfCVeAmeytRNsqjk3VGMd67NK8R9O+19wbmbT+Ri2AxXCsrhQILjWEOaXVvr6+79vtQyoyZJORIgSVbFV4Q7wV7eh8soK73bSLD/9sLnIRzlGoUSjQqLxtYVOZct939xw3mIQO4MmVlP4EFEmjm8kUEF1WVXSgr5QKLYuuUlEFgbhFFamk8S3i4oUvGLgjfVRtLeLjBmbFgQBMzLGfKDgXWJoItlqFrxid6kjfKkv6pQmoKMKijb5i6rKTA+kMchQIJSi7I+LwjFi8oRUx/EvIBCPbFV4Zm5fVBFU7OWSDRSu/TiilWTIuvLuEpVTpHsQALtkYeAz23NG/lXnmoukIisERRNMDCif9puokJrdaAViiw+gUs8Mq+CBgXAG1ur4WdwLkCK35ggbR6NrIi2aAmoXh1RrXNFFjdeIXVvt2tsDGCpwmOxbOWf0XoFa6tbCixGgsdM9hfExc7TCVWRxKrNuiJkbvF8lLvqIFY2XS8Y0VIBhfYgFMFV4TAqoHr0tC3e3zRVOsLIwQWggvcfUghvhcMrkRZGRmwKm8Rctntn+/RayyFqUWtL4zBK2zoYYER/cm85ptLSLQb7utyp15hBMBaY9gpggtAdmG6KW6YoU2owOoLsLYwMUOADfA1RDT//a7ovLaKDEcnHlcUqKV8TXXWgebD4Ib7zo1Sf4G1AWgQKS822GgjRpClCqyIvEJfQMOq6XPDtz+p9YVSJFat8b8rFdSsAyi3t+MASfNNWdIfVTg2tBysYd2WokgwCy4IwmoGQ09UIbkpB+N4FsqS/gCLug+odo2SF4k11l6gSn8BCw3vkngfrt7rH4nfXylLZYUbqMb3iJo2XOvyR6HvylJZwOIwmqHy+dFFLWKwlKO3fK4sFQQszLniUCMQRYeih5cEvF0gw8OfRphfD/EraobESvoZfodE9S0dKLHiqCk8RZU2RgBtKk2nHpy5iXQrRyiwIDjpo8873C8L8FselJ3ybKyqpvBrpL8jVzUoFFgIrhvD21ElBMGCmCgrBQMLaWLiigfdhupWo0QAFuZNxSIBIB35XtkYh8Sqwg+TCEClKjAmYCG4Zvblg1C1eKugihRYNbUIGZ5SYkRgSw3RyVCKFVgILohoQ5n90HRXqFq1V/qgYYWeAKsGsBzz0y8DSjAAMlRgn4OU6qoprlJ7olRCJ+Z1b7AqUOWK2IP6Ban04KsXqZJgYG0AGuz/wQWAG9SAlpj/py+v7x0uq/dUzSkpKSkpKSkpKSkpKSkpKSkpbaH66V9j89pWKCSV9vph3mJbBXd0HSqHDC14e0kZExaUuJ6qtqCmBeH5SJRq9YlLvls95z0x3bR4XJ8I+BG54TugCUBBadkNczInfp8yr9R8s0/Gvb/GyjWJ8tjII5gEkJ5Qo/gTS8kSwv2oNZPU3hQpEZSURZoYWtMW5wUlEVh1qkrJoFbxyRFgOXEMWZfAJB5/TB37sq/AWp+k6qzpxjYT2kcUcKXEpifUQty0K1D3WWJtIugR8YSb3qHUodPKxzFSsz4GHUks0tndMQKrWsVPLc7RoarDC8I4TUegptpXpMUYK7Aq++uxyQlgmNdVdrDyBwy/M3FUxVT7Kj9UYFU0bWjgdmFnZUy/0eU+FPuqpCZZ9gFYBiXXPrHfhZ3FdcZQGhjUVNOhN8DaG91mCLa2kgDEMAH12Z3aV30CVqWubny5zw4SgPNEtMzz57kXYa+ABXS1xxZaEoHbxs5i7SbdMrxCeTZLBRbnWTpQplU0XE1nuKK5zzkExkOc62bHpN0RJUfTief+bZlp3gmIIrGW0oDVtMomX7MFIFzA2fANpNb9puAebKjiJrer/XHRBFgo2RJmYDUKXXS5PyhGFQKjsVye88zpan/Rx8SNAkgM6j0pzy65WkKJsLFqZ05zNfr45EnUJw03wn0cZdw0UNq5fSXOeMcONxzgSrcBgKFDdOaZudRnd25fifQKEVwcanHUxM5ztLO6kFh770u0r1ZMiZWiww23xu/hUQtfUoMpo8EV1BRplXMOVCSwmDo4Z54mcZ+dlXqcmowIPONpsUUjsYBmVO9wh50Fnk/hicEDn5OyJ1CqEqtJKML4PaTTl53Vlrlt3fvUg31VcHeelr6lQ11Fu5j84Om+bVShS9r0hXRpFQOwlr5ujPlGrg7CRjvLIaMBxtD2KLxtwKWc9fhwaMDyfawwd7ZD6rBw2kqLbZvhrhJr5aNzomhgBejwR5GIAwbDvXBkarrBvnINcXjpJ9u3tJmQk5q2dBa2qUIXGydlDHEsFVj8EnFF8Dwzojqql6+3HcMZI7BUYnki58BgPabUMhFvHUxUA941MFr4anGuwOJTh23V4HILyEKqwoWvST14YBFrDgcE5haE0MefXQWJhrsC641cvc+U4hHu+fc+ShwlZUWlzwMaRAOL2L4ohErIHFXhpr5TS8dnZ4EXUy8kFhVYK9+TXDPa26jCouF7TTzDQeDF1AtgUVNQGnlbxFZHqYNHuGQAVkKco4OWWNQUlFWAFTww7oHROrjLlk5ERqgGyn2fpHYiHFgj4veLACsYJMY/TOMqWgLFdX4WvhknVmJh76vTUMAihB0AWG0ClLsaxrYNlLp2uc4PFljmtYiVQqWDuHeJ67RVRwUjwzPHeSkOEliY15QRb+OyKl03ZBOmZ4Q4+DPI6bjHAkEFEmDKcKvWIOEsf3IBD0rY0vPzlwcJLARV0uHKnHcFrBD2T6DFIwdYIKmglzuDJ/gCDoI77XNFNznp4bvH54c6JF4GsLBB7bPha6axEDr5BdNnRKvBF552aEdl6KaPDW/lcIll+q6qAlodFcZP4emywfNz+3wREsuO47cEYMGJEU3UT+YZtxwVJ7knYBUtPsf9fPbawVDASk33BBPH0VAEVOnnngErD8mIvuVjXXPsgWF1EPdeWpsj2nzYQgsFlrsnOBe8wgtPn20KapVYjipwInyFN5ZCHrZc8tAM6QOwQGVdekgD6VJicT9/ocBqD6qhj01Vpm43FGAVghdJr4HlDVQeVrrL2cpcEfigYYbYgQUr8DxA+geXM1A4/sYo1WCMwFphSGHoO7W2ZkRzPMcl06JkevZcgbWbZiil7gM/l4MxReDv1VVwocDaHEaAgwXe2wmahJBSHNKGESBLAYvCiU4EAqnACZ13YXRuYc6UKDXKwIDkXBRO9J8AAwCCVPN4Zsqe2wAAAABJRU5ErkJggg==) no-repeat 50%/cover}.metamask-signature-modal .content .modal-left .drp-image .display{padding-top:87%}.metamask-signature-modal .content .modal-right{text-align:center;margin-top:1rem}.metamask-signature-modal .content .modal-right .modal-header{display:block;margin-bottom:.5rem}.metamask-signature-modal .content .modal-right .modal-header .modal-title{font-size:1.25rem;margin:0}.metamask-signature-modal .content .modal-right .modal-content{font-size:.9125rem;margin-bottom:1.25rem}.metamask-signature-modal .content .modal-right .modal-footer button{font-size:.875rem;margin-top:0;background:var(--highlight);color:var(--white);letter-spacing:1px}@media screen and (min-width:1024px){.metamask-signature-modal{width:90%;max-width:570px;padding:1.25rem!important}.metamask-signature-modal .content{flex-direction:row;justify-content:space-between;align-items:flex-start}.metamask-signature-modal .content .modal-left{flex:1 1;margin-right:1.25rem}.metamask-signature-modal .content .modal-left .drp-image{min-width:250px;max-width:250px}.metamask-signature-modal .content .modal-right{width:100%;margin-top:0;text-align:left;display:flex;flex-direction:column;justify-content:space-between;flex:1 1}.metamask-signature-modal .content .modal-right .modal-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.562rem}.metamask-signature-modal .content .modal-right .modal-header .modal-title{font-size:1.562rem}.metamask-signature-modal .content .modal-right .modal-header .close-modal{width:20px;height:20px;display:flex;justify-content:center;align-items:center}.metamask-signature-modal .content .modal-right .modal-content{font-size:1rem;margin-bottom:1.25rem}.metamask-signature-modal .content .modal-right .modal-footer button{margin-top:0;background:var(--highlight);color:var(--white)}}.wallets .wallet-item{display:flex;align-items:center;padding:10px 30px;border-radius:50px;border:1px solid var(--border);margin-bottom:10px;cursor:pointer;transition:all .2s ease-in-out}.wallets .wallet-item:hover{background:var(--black)}.wallets .wallet-item:hover .wallet-name{color:var(--white)}.wallets .wallet-item .wallet-icon{width:32px;height:32px;margin-right:20px}.wallets .wallet-item .wallet-icon.wallet-connect{transform:scale(1.5)}.wallets .wallet-item .wallet-name{font-size:14px;font-weight:600}*{--black:#000;--mercury:#e3e3e3;--concrete:#f3f3f3;--mine-shaft:#262626;--zircon:#fbfdff;--gray-cod:#1f1e1e;--gray-dove:#686868;--background:#fff;--on-background:#212529;--black-opacity-71:rgba(0,0,0,0.71) 212529;--white:#fff;--on-white:#696969;--white-opacity-03:hsla(0,0%,100%,0.3);--white-opacity-70:hsla(0,0%,100%,0.7);--dark:#101820;--on-dark:#fff;--dark-333:#333;--dark-60:#383838;--dark-80:#191a20;--dark-80:#20282f;--dark-100:#2c343c;--dark-150:#26282d;--dark-200:#363e46;--dark-c:#c5c5c5;--dark-300:grey;--dark-400:#738596;--dark-500:#5f5f5f;--drops-vhils:#2b2b2b;--border:#ccc;--danger:#e21f1e;--blue-400:#a1b8e8;--highlight:#ff8000;--highlight-secondary:#f536d4;--selected:#e97400;--green:#00ff01;--button-white:#fff;--button-highlight:#e060fb;--button-on-highlight:#101820;--button-highlight-secondary:#f536d4;--button-on-highlight-secondary:#fff;--page-content-padding-top:5rem;--black-1:#212529;--grey-light:#f8f9fa;--primary:#ff8000;--grey-800:#212529;--grey-300:#adb5bd;--grey-mid:#dee2e6;--grey-background:#292929;--grey-background-100:#191b1f;--grey-border:#3a3a3c;--background-modal:#0c0d0f;margin:0;padding:0;box-sizing:border-box}@font-face{font-family:"Helvetica light";font-weight:300;src:local("Helvetica Now Display"),url(/static/media/HelveticaNowDisplay-Light.50d69fd1.ttf) format("truetype"),url(/static/media/HelveticaNowDisplay-Light.a04ab3d4.woff) format("woff"),url(/static/media/HelveticaNowDisplay-Light.b046f43a.woff2) format("woff2")}@font-face{font-family:"Helvetica regular";font-weight:400;src:local("Helvetica Now Display"),url(/static/media/HelveticaNowDisplay-Regular.cc17bb5a.ttf) format("truetype"),url(/static/media/HelveticaNowDisplay-Regular.7a5d20e3.woff) format("woff"),url(/static/media/HelveticaNowDisplay-Regular.4e316aa6.woff2) format("woff2")}@font-face{font-family:"Helvetica medium";font-weight:500;src:local("Helvetica Now Display"),url(/static/media/HelveticaNowDisplay-Medium.fdc13192.ttf) format("truetype"),url(/static/media/HelveticaNowDisplay-Medium.57136efe.woff) format("woff"),url(/static/media/HelveticaNowDisplay-Medium.e1452c74.woff2) format("woff2")}@font-face{font-family:"Helvetica bold";font-weight:700;src:local("Helvetica Now Display"),url(/static/media/HelveticaNowDisplay-Bold.06043486.ttf) format("truetype"),url(/static/media/HelveticaNowDisplay-Bold.b5c5af6f.woff) format("woff"),url(/static/media/HelveticaNowDisplay-Bold.6938408a.woff2) format("woff2")}@font-face{font-family:"Helvetica ext bold";font-weight:800;src:local("Helvetica Now Display"),url(/static/media/HelveticaNowDisplay-ExtBlk.601beddd.ttf) format("truetype"),url(/static/media/HelveticaNowDisplay-ExtBlk.1173e3b9.woff) format("woff"),url(/static/media/HelveticaNowDisplay-ExtBlk.15ee25f8.woff2) format("woff2")}@font-face{font-family:"Helvetica black";font-weight:900;src:local("Helvetica Now Display"),url(/static/media/HelveticaNowDisplay-Black.26350d11.ttf) format("truetype"),url(/static/media/HelveticaNowDisplay-Black.54b4a733.woff) format("woff"),url(/static/media/HelveticaNowDisplay-Black.8a626dbf.woff2) format("woff2")}@font-face{font-family:"HelveticaNeue-CondensedBold";src:local("HelveticaNeue CondensedBold"),local("HelveticaNeue-CondensedBold"),url(/static/media/HelveticaNeue-CondensedBold.df58f900.woff) format("woff"),url(/static/media/HelveticaNeue-CondensedBold.678d5007.woff2) format("woff2");font-weight:700;font-style:normal}@font-face{font-family:"BrutaGlbExtended-Black";src:local("BrutaGlbExtended Black"),local("BrutaGlbExtended-Black"),url(/static/media/BrutaGlbExtended-Black.c9475955.woff) format("woff"),url(/static/media/BrutaGlbExtended-Black.87555039.woff2) format("woff2");font-style:normal}@font-face{font-family:"Georgia-Italic";src:local("Georgia-Italic"),local("Georgia-Italic"),url(/static/media/Georgia-Italic.d4569a62.woff) format("woff"),url(/static/media/Georgia-Italic.e3f5919c.woff2) format("woff2");font-style:normal}@font-face{font-family:"Gilroy-Black";src:local("Gilory-Black"),local("Gilroy-Black"),url(/static/media/Gilroy-Black.aca2207d.woff) format("woff"),url(/static/media/Gilroy-Black.49c0a22d.woff2) format("woff2"),url(/static/media/Gilroy-Black.84c328b8.ttf) format("truetype");font-style:normal;letter-spacing:.75px}@font-face{font-family:"Gilroy-Medium";src:local("Gilory-Medium"),local("Gilroy-Medium"),url(/static/media/Gilroy-Medium.da6df647.woff) format("woff"),url(/static/media/Gilroy-Medium.d77d183e.woff2) format("woff2"),url(/static/media/Gilroy-Medium.4c4fbceb.ttf) format("truetype");font-style:normal}ul{list-style:none}html{font-size:16px;scroll-behavior:smooth}body{font-family:"Helvetica Now Display",sans-serif;font-weight:400}a,a:focus,a:hover{text-decoration:none;transition:color .3s ease-in-out;color:var(--dark)}a:focus:hover,a:hover,a:hover:hover{color:var(--highlight)}.container{width:80%;max-width:1920px;margin:0 auto;padding:0 1.25rem;box-sizing:border-box}@media screen and (max-width:1200px){.container{width:90%}}@media screen and (max-width:768px){.container{width:100%}}input{border-radius:0;text-align:center;border:1px solid rgba(10,10,10,.2);color:var(--on-white);font-size:.875rem;padding:.5rem;height:3.125rem}input::placeholder{color:#707070}input:focus-visible,textarea:focus-visible{box-shadow:none;outline:none}button{cursor:pointer}img{max-width:100%}.fw-300{font-weight:300}.fw-500{font-weight:500}.fw-700{font-weight:700}.fw-800{font-weight:800}.fw-900{font-weight:900}.font-weight-bold,.fw-bold{font-weight:700}.truncate{text-overflow:ellipsis;overflow:hidden;white-space:nowrap}.clickable{transition:color .3s ease-in-out;color:var(--on-background);cursor:pointer}.clickable:hover{color:var(--highlight)}.clear:after{content:"";display:table;clear:both}.gradient-button{background-image:linear-gradient(#ff60c5,#f160de)}.base-grid,.creator-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));justify-content:center;grid-column-gap:1.875rem;column-gap:1.875rem}.base-grid .grid-item,.creator-grid .grid-item{margin-bottom:3.125rem}@media screen and (max-width:648px){.base-grid,.creator-grid{grid-template-columns:repeat(1,minmax(0,1fr))}}.creator-grid .grid-item{margin-bottom:1.25rem}.form .half{display:flex;justify-content:space-between}.form .half .input-item{width:47%}.form .input-item{margin-bottom:1.5rem;font-size:1rem;position:relative;color:var(--on-background)}.form .input-item label{display:block;margin-bottom:.5rem;padding-left:.2rem}.form .input-item input{height:3rem;padding-left:1rem;padding-right:1rem;border:1px solid var(--on-background);border-radius:.5rem}.form .input-item input,.form .input-item textarea{box-sizing:border-box;text-align:left;width:100%;background-color:initial;color:var(--on-background)}.form .input-item textarea{max-width:100%;height:6rem;padding:1rem;border:1px solid var(--on-background);border-radius:5px;overflow:hidden}.form .input-item .error-message{position:absolute;top:calc(100% + .4rem);left:2px;line-height:1rem}.error-message{color:var(--highlight)!important;font-size:.875rem}.list-error{margin-bottom:1.5rem}.creator-link{font-weight:700;text-decoration:none;text-transform:capitalize}.creator-link:hover{text-decoration:underline}.vertical-title{transform:rotate(-90deg);color:var(--on-background);font-size:.812rem;text-transform:uppercase;margin-top:4rem;transform-origin:left}.swiper-button-next,.swiper-button-prev{width:3.125rem;height:3.125rem;border:1px solid #1b1b1b;border-radius:50%;transition:all .3s ease-in-out;bottom:0!important;top:auto;right:calc(50% + 10px);left:auto}.swiper-button-next:hover,.swiper-button-prev:hover{background-color:var(--highlight)}.swiper-button-next:after,.swiper-button-prev:after{content:"";background-image:url(/static/media/prev-arrow.1a623fe0.svg);background-repeat:no-repeat;background-size:1.125rem;display:block;width:100%;height:100%;background-position:50%}.swiper-button-next{left:calc(50% + 10px);right:auto}.swiper-button-next:after{transform:rotate(180deg)}.page-title{font-size:1.75rem;font-weight:700;text-transform:capitalize}.txt-lowercase{text-transform:lowercase}.txt-uppercase{text-transform:uppercase}.logo-image{max-width:40px;height:40px;opacity:.9}.logo-image.dark-mode{filter:invert(100%)}.text-start{text-align:start}.text-right{text-align:right}.text-center{text-align:center}.no-wrap,.nowrap,.text-nowrap{white-space:nowrap}.margin-auto,.mx-auto{margin:0 auto}.my-auto{margin:auto 0}.m-auto{margin:auto}.color-highlight{color:var(--highlight)!important}.color-white{color:var(--white)!important}.color-black{color:var(--black)!important}.read-more{color:rgba(0,0,0,.71);font-size:.6rem;float:right;margin-bottom:1.25rem}.message-error{color:var(--danger);margin:10px 0}.btn{background:var(--highlight);border:none;color:var(--white);padding:.625rem 1rem;cursor:pointer}.text-uppercase{text-transform:uppercase!important}.text-transparent{color:transparent;opacity:0;visibility:hidden}.loadmore-item{text-align:center}.header-title-section{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:2rem}.header-title-section a,.header-title-section span{color:rgba(0,0,0,.71);font-size:.937rem;line-height:1.3em;letter-spacing:1px}.base-button-radius{min-width:100px;min-height:40px;margin-top:1.25rem;padding:.625rem 1.25rem;font-size:.75rem;color:var(--black);background:var(--concrete);border:none;border-radius:1.25rem;letter-spacing:2px;text-align:center;cursor:pointer}.base-button-radius:hover{background:var(--highlight);color:var(--white)}.base-button-radius-new{min-width:140px;min-height:3rem;padding:1rem 1.5rem;font-size:1rem;line-height:1rem;letter-spacing:.02em;color:var(--grey-light);background:linear-gradient(45deg,#ff8000 17.5%,#ff3f0d 92.5%);border:none;border-radius:.5rem;text-align:center;cursor:pointer}.base-button-radius-new:hover{background:var(--white);color:var(--highlight);border:2px solid var(--highlight)}.cursor{cursor:pointer}.message-errors{color:var(--danger)}.w-100{width:100%}.link-disabled{cursor:not-allowed;pointer-events:none}.hyperlink{color:var(--primary)}.hyperlink:hover{opacity:.75!important}.ReactModal__Overlay{background-color:rgba(0,0,0,.9)!important;z-index:1000}.ReactModal__Content{padding:.9375rem;min-width:500px;color:rgba(0,0,0,.71);background:var(--white);border-radius:.625rem;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.ReactModal__Content:focus-visible{outline:none}.ReactModal__Content .modal-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.562rem}.ReactModal__Content .modal-header .modal-title{font-size:1.562rem}.ReactModal__Content .modal-header .close-modal{width:20px;height:20px;display:flex;justify-content:center;align-items:center;cursor:pointer}@media screen and (max-width:680px){.ReactModal__Content{min-width:80%}}.mb-1{margin-bottom:.625rem}.mb-2{margin-bottom:1.25rem}.mb-3{margin-bottom:1.875rem}.mb-4{margin-bottom:2.5rem}.mb-5{margin-bottom:3.125rem}.mb-6{margin-bottom:3.75rem}.mb-7{margin-bottom:4.375rem}.mb-8{margin-bottom:5rem}.mb-9{margin-bottom:5.625rem}.mb-10{margin-bottom:6.25rem}.mb-12{margin-bottom:7.5rem}.me-auto{margin:0 auto}.ant-modal-content{background:var(--background-modal);border:1px solid var(--grey-border);box-shadow:0 2px 28px hsla(0,0%,100%,.1);border-radius:.75rem}.ant-modal-header{background:var(--background-modal);border-radius:.75rem;padding:2rem}.ant-modal-header .ant-modal-title{color:var(--grey-light);font-size:1.5rem;line-height:1.8125rem;font-weight:700}.ant-modal-footer{display:none}.ant-modal-body{padding:0 2rem 2rem}#app-wrapper{display:flex;flex-direction:column;flex:1 1;min-height:100vh;padding-top:64px;background-color:var(--background)}#app-wrapper #app-content{display:flex;flex-direction:column;min-height:calc(100vh - 3.75rem)}@media screen and (max-width:767px){#app-wrapper{padding-top:58px}#app-wrapper #app-content{display:block}}body.dark *{--background:#0c0c0c;--on-background:#f8f9fa}body.dark .footer{background:var(--background)}body.dark .footer .column-1 img{filter:invert(1)}body.dark .footer .column-2 li a:hover{color:var(--highlight)!important}body.dark .footer .base-button-radius-new:hover{background:inherit!important}body.dark .footer *{color:var(--on-background)!important}.vhils-new-page{position:relative;font-family:"Gilroy-Medium";letter-spacing:.5px}@media screen and (min-width:2560px){.vhils-new-page{letter-spacing:.5px}}.vhils-new-page .tear-bg{position:absolute;width:100%;z-index:0;transform:translateY(-30%)}.vhils-sub-page{position:relative;z-index:2}.color-vhils-yellow{color:var(--vhils-yellow)!important}.title-font-vhils{font-family:"Gilroy-Black"!important}.regular-font-vhils{font-family:"Gilroy-Medium"!important}.title-landing{font-size:5rem;text-transform:uppercase;font-family:"Gilroy-Black"}@media screen and (max-width:768px){.title-landing{font-size:3.5rem}}@media screen and (max-width:640px){.title-landing{font-size:2.5rem}}.title-important{font-size:3.25rem;font-family:"Gilroy-Black"}.title-main{font-size:2.25rem;line-height:2.5rem;letter-spacing:.5px;text-transform:uppercase;font-family:"Gilroy-Black"}.title-main.large{font-size:2.75rem}.title-medium{font-size:1.5rem;text-transform:uppercase;font-family:"Gilroy-Black"}.title-small{font-size:1rem}.title-small,.title-tiny{font-family:"Gilroy-Black"}.title-tiny{font-size:.875rem}.title-info{font-family:"Gilroy-Black"}.text-subtitle,.title-info{text-transform:uppercase}.text-description{font-family:"Gilroy-Medium";font-size:18px}.text-description.emphasis{font-family:"Gilroy-Black"}.text-description.big{font-size:1.5rem;letter-spacing:.75px;line-height:2rem}.text-description.medium{font-size:1.25rem;line-height:2rem}.text-description.small{font-size:1.125rem;line-height:1.25rem}.text-opaque{opacity:.5}.class-btn{background-color:#000;text-transform:uppercase;position:relative;box-shadow:none;white-space:nowrap;border-radius:4px;min-height:55px}.class-btn,.class-btn div,.class-btn span{font-family:"Gilroy-Black";font-weight:400;letter-spacing:.75px}.class-btn.small{min-height:25px}.class-btn.invert{background-color:initial;border:1px solid #000;color:#000}.class-btn.invert div,.class-btn.invert span{color:#000}.section{position:relative;z-index:1}.faq-tear{position:absolute;z-index:0}.socials{display:flex;flex-flow:row;justify-content:space-between;width:16rem}.socials span{display:flex;align-content:center}.socials span img{width:2.25rem;height:2.25rem;margin:auto 0}.spacing-big{margin-bottom:8rem}.spacing-medium{margin-bottom:4rem}.spacing-small{margin-bottom:2rem}.title-break-sm-vhils{display:none}@media screen and (max-width:768px){.title-break-sm-vhils{display:initial}}.opacity-transition{transition:opacity .4s ease-in-out}.opacity-transition__delay{transition:opacity .4s ease-in-out .4s}.opacity-transition__delay__imready{transition:opacity .4s ease-in-out 1s}.highlight{position:relative;z-index:2}.highlight .rectangle{background-color:var(--vhils-yellow);display:inline-block;position:absolute;height:50%;width:100%;bottom:0;z-index:0}.highlight span{position:relative;z-index:1}.message-claim-box,.message-claim-box div,.message-claim-box span{font-family:"Gilroy-Medium"}.message-claim-box.vhils a{color:var(--vhils-yellow)}.navigation-button{text-align:center;align-content:center;background-color:var(--vhils-yellow);color:#000;display:flex;flex-flow:column;justify-content:center;border-radius:.25rem;transition:opacity .3s ease-in-out}.navigation-button *{color:#000}.navigation-button:hover{opacity:.8}.navigation-button:hover *{color:rgba(0,0,0,.8)}.navigation-button.disabled{cursor:not-allowed;opacity:.4}.navigation-button.disabled:hover *{color:#000}.navigation-down,.navigation-up{width:2rem;height:2rem;margin-bottom:1.5rem}.navigation-left,.navigation-right{width:2.5rem;height:2.5rem;margin:0 1.75rem}.contain-size{max-width:1980px}.vhils-new-container{width:80%;margin:0 auto;max-width:1920px}.os-logo.dark{filter:brightness(0)}.hidden-md-vhils{display:initial}@media screen and (max-width:980px){.hidden-md-vhils{display:none}}.md-vhils{display:none}@media screen and (max-width:980px){.md-vhils{display:initial}}.section-faq{position:relative;z-index:1;padding-top:20%;padding-bottom:3%}.section-faq.xl{background:url(/static/media/tear-faq.8b79efc8.png);background-repeat:no-repeat;background-size:cover;background-position:top}.section-faq.lg{background:url(/static/media/tear-faq.2332cda1.png);background-repeat:no-repeat;background-size:cover;background-position:top}.section-faq.md,.section-faq.xs{background:url(/static/media/tear-faq.df1f9988.png);background-repeat:no-repeat;background-size:cover;background-position:top}.section-faq.xs{padding-top:45%}.section-faq.dark{background-color:var(--vhils-grey-medium)}.section-faq .vhils-faq{padding-bottom:5%}.section-faq .vhils-faq .faq-title{width:80%;font-size:50px;line-height:54px;font-family:"Gilroy-Black";margin:0 auto 40px}.section-vhils-team{background-color:var(--vhils-yellow);padding:123px 0 159px}.section-vhils-team .vhils-new-container{display:flex;flex-flow:column}.section-vhils-team .team-header{font-size:50px;line-height:54px;padding-bottom:3rem}.section-vhils-team .team-members{display:flex;flex-flow:row;justify-content:space-between}.section-vhils-team .team-members .team-showcase{flex:1 1;max-width:29%}.section-vhils-team .team-members .members-desc{font-size:16px;line-height:20px}.section-vhils-team .team-members .members-desc span{font-family:"Gilroy-Black"}.section-vhils-team .team-members .members-desc br{display:none}.section-vhils-team .team-members .member-logo{padding-bottom:3rem}.section-vhils-team .team-members .member-logo img{max-height:80px}.section-vhils-newsletter{background-color:var(--vhils-black);padding:122px 0}.section-vhils-newsletter .content{width:80%;margin:0 auto;display:flex;flex-flow:row;justify-content:space-between;grid-gap:30px;gap:30px}.section-vhils-newsletter .newsletter-title{width:50%;color:var(--vhils-yellow);align-content:center;margin:auto 0;font-size:46px;line-height:50px}.section-vhils-newsletter .newsletter-register{width:50%}.section-vhils-newsletter .newsletter-input{margin-bottom:1rem;display:flex;flex-flow:row;font-size:16px;line-height:20px}.section-vhils-newsletter .newsletter-input .subscribe,.section-vhils-newsletter .newsletter-input input{height:56px}.section-vhils-newsletter .newsletter-input input{width:100%;border-radius:4px 0 0 4px;padding:0 1rem}.section-vhils-newsletter .newsletter-input .subscribe{background-color:var(--vhils-yellow);color:var(--vhils-black);padding:.625rem;border-top-left-radius:0;border-bottom-left-radius:0}.section-vhils-newsletter .newsletter-disclaimer{font-size:13px;line-height:18px;color:var(--white)}.section-vhils-newsletter .newsletter-disclaimer a{text-decoration:underline;color:var(--white)}@media screen and (max-width:1400px){.section-faq .vhils-faq .faq-title{font-size:46px;line-height:50px;margin-bottom:30px}.section-vhils-team{padding:115px 0 127px}.section-vhils-team .team-header{font-size:46px;line-height:50px}.section-vhils-newsletter{padding:92px 0}.section-vhils-newsletter .newsletter-title{font-size:36px;line-height:40px}.section-vhils-newsletter .newsletter-input .subscribe,.section-vhils-newsletter .newsletter-input input{height:45px}}@media screen and (max-width:1300px){.section-vhils-team{padding:90px 0 100px}.vhils-new-container{width:85%}}@media screen and (max-width:980px){.title-important{font-size:3rem;font-family:"Gilroy-Black"}.title-main{font-size:1.85rem;letter-spacing:.5px;text-transform:uppercase;font-family:"Gilroy-Black"}.title-main.large{font-size:2.25rem}.title-medium{font-size:1.625rem;text-transform:uppercase;font-family:"Gilroy-Black"}.title-small{font-size:1rem}.title-info,.title-small{font-family:"Gilroy-Black"}.text-subtitle,.title-info{text-transform:uppercase}.text-description{font-family:"Gilroy-Medium";line-height:1.325rem}.text-description.emphasis{font-family:"Gilroy-Black"}.text-description.big{font-size:1.25rem;letter-spacing:.75px;line-height:1.4rem}.text-description.medium{font-size:1.125rem;line-height:1.2rem}.text-description.small{font-size:1rem;line-height:1.125rem}.class-btn{min-height:50px}.class-btn,.class-btn div,.class-btn span{letter-spacing:.75px}.class-btn.small{min-height:25px}.btn-opensea img{height:1.5rem;max-width:2rem;margin:auto 0}.btn-opensea div{margin:auto 0 auto 1rem;white-space:break-spaces}.section-faq{padding-top:35%}}@media screen and (max-width:870px){.section-vhils-newsletter .vhils-new-container{grid-gap:1.25rem;gap:1.25rem}}@media screen and (max-width:768px){.section-vhils-team{padding:60px 0 85px}.section-vhils-team .vhils-new-container .team-header{font-size:36px;line-height:40px}.section-vhils-team .vhils-new-container .team-members{flex-flow:column}.section-vhils-team .vhils-new-container .team-members .team-showcase{max-width:100%;display:flex;flex-flow:row;justify-content:space-around;margin-bottom:1.5rem}.section-vhils-team .vhils-new-container .team-members .team-showcase .member-logo{width:40%}.section-vhils-team .vhils-new-container .team-members .team-showcase .member-logo.adhesive img{transform:rotate(90deg);margin:2rem 0 auto -2rem}.section-vhils-team .vhils-new-container .team-members .team-showcase .members-desc{width:53%;font-size:13px;line-height:17px}.section-vhils-newsletter{padding:82px 0}.section-vhils-newsletter .vhils-new-container .content{width:100%;display:flex;flex-flow:column}.section-vhils-newsletter .vhils-new-container .newsletter-register,.section-vhils-newsletter .vhils-new-container .newsletter-title{width:100%}.section-faq .vhils-faq .faq-title{font-size:36px;line-height:40px}}@media screen and (max-width:540px){.vhils-sub-page{margin-top:-58px}}.info-circle.hidden{display:none}.im-ready{width:6rem}.im-ready img{display:flex;align-content:center;margin:0 auto 0 65%}.im-ready span{position:absolute;white-space:nowrap;left:0;right:0;bottom:60%}.im-ready.staking{padding-bottom:2%}.incentives-container.staking{padding-bottom:2rem}.vhils-section-container{height:550px;transition:height .4s ease-in-out,opacity 1s ease-in-out}.vhils-section-container.hidden{height:300px}.section-vhils-new-top .section-top-header button .fa-chevron-up{transition:transform .3s ease-in-out}.section-vhils-new-top .section-top-header button .fa-chevron-up.active{transform:rotate(180deg)}.section-vhils-new-top .section-info-container{flex-direction:row;flex-wrap:wrap;opacity:1}.section-vhils-new-top .section-info-container.active{height:auto}.section-vhils-new-top .section-info-container.hidden{height:0;opacity:0}.section-vhils-new-top .section-info-container.hidden div{display:none}.section-vhils-new-top .section-info-container .section-col-staking{position:relative;z-index:1}.section-vhils-new-top .section-info-container .section-col-staking .title-main{margin-bottom:0}.section-vhils-new-top .section-info-container .section-col-staking .title-small{margin-bottom:1.25rem}.section-vhils-new-top .section-info-container .section-col-staking.one{width:30%}.section-vhils-new-top .section-info-container .section-col-staking.one p{width:60%}.section-vhils-new-top .section-info-container .section-col-staking.two{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.section-vhils-new-top .section-info-container .section-col-staking.three{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;text-align:end}.section-vhils-new-top .section-info-container .section-col-staking.three .title-main{margin-bottom:1rem;white-space:break-spaces}.section-vhils-new-top .section-info-container .section-col-staking.three button{margin-right:0}.section-vhils-new-top .section-info-container .section-col-staking .tier-list-tears .equal-large{border-radius:100%;padding:.1rem .65rem;margin:0 .75rem;background-color:#000;color:#fff;font-family:"Gilroy-Black";font-size:1.5rem;width:1rem;height:1rem}.section-vhils-new-top .section-info-container .section-col-staking .tier-list-tears .tear-tier{margin-bottom:1.25rem}.section-vhils-new-top .section-info-container .section-col-staking .tier-list-tears .tear-data{font-family:"Gilroy-Black";white-space:nowrap}.section-vhils-new-top .section-info-container .section-col-staking .medals-container{display:flex;flex-direction:row;justify-content:space-between;grid-gap:1.25rem;gap:1.25rem;margin-bottom:1.25rem}.section-vhils-new-top .section-info-container .section-col-staking .medals-container .tier-list-medals{display:flex;flex-direction:column}.section-vhils-new-top .section-info-container .section-col-staking .medals-container .tier-list-medals .medal-tier{display:flex;flex-flow:row;justify-content:space-between;width:220px;margin-bottom:1.25rem}.section-vhils-new-top .section-info-container .section-col-staking .medals-container .tier-list-medals .medal-tier:last-child{margin-bottom:0}.section-vhils-new-top .section-info-container .section-col-staking .medals-container .tier-list-medals .medal-tier .medal{width:30%;display:flex;align-content:center;justify-content:flex-start}.section-vhils-new-top .section-info-container .section-col-staking .medals-container .tier-list-medals .medal-tier .medal img{max-height:40px;max-width:40px;object-fit:contain}.section-vhils-new-top .section-info-container .section-col-staking .medals-container .tier-list-medals .medal-tier .medal-text{display:flex;flex-flow:column;width:70%}.section-vhils-new-top .section-info-container .section-col-staking .medals-container .tier-list-medals .medal-tier .medal-text span:first-child{font-family:"Gilroy-Black"}.revealing-incentives{background-color:rgba(0,0,0,.6);min-height:400px;display:flex;align-content:center}.revealing-incentives .vhils-new-container{display:flex;flex-flow:row;justify-content:space-between;margin:auto;align-self:center}.revealing-incentives .incentives-title-main{color:var(--vhils-yellow);margin:auto 0}.revealing-incentives .incentive{display:flex;flex-flow:row;min-width:350px;min-height:180px;border-radius:.5rem;position:relative}.revealing-incentives .incentive .grey-bg-overlay{position:absolute;width:350px;height:180px;background-color:rgba(0,0,0,.4);border-radius:.5rem;z-index:0}.revealing-incentives .incentive.one{background:url(/static/media/one.6bd69127.jpg) no-repeat;background-size:cover}.revealing-incentives .incentive.two{background:url(/static/media/two.1a469c1c.jpg) no-repeat;background-size:cover}.revealing-incentives .incentive .incentive-content{display:flex;flex-flow:row;justify-content:space-between;margin-left:1rem;margin-bottom:1rem;width:100%;position:relative;z-index:1}.revealing-incentives .incentive .incentive-wrap{display:flex;flex-flow:column;justify-content:flex-end;width:65%}.revealing-incentives .incentive .incentive-ticker{color:var(--vhils-yellow);font-family:"Gilroy-Black";text-transform:uppercase}.revealing-incentives .incentive .incentive-title{font-family:"Gilroy-Black";color:#fff}.revealing-incentives .incentive .incentive-image{position:relative;z-index:1;display:flex;flex-flow:column;justify-content:flex-end}.revealing-incentives .incentive .incentive-image img{transform:translate(-2.5rem)}.layers-workshop-component-other.staking .workshop-main .layer-section.left .tears-applied,.layers-workshop-component.staking .workshop-main .layer-section.left .tears-applied{margin-bottom:1rem}.layers-workshop-component-other .staking-status__status,.layers-workshop-component .staking-status__status{margin-bottom:1.25rem}.layers-workshop-component-other .staking-status__info,.layers-workshop-component .staking-status__info{min-width:220px;max-width:260px;margin-bottom:2rem}.layers-workshop-component-other .staking-status__row,.layers-workshop-component .staking-status__row{display:flex;flex-direction:row;justify-content:space-between;margin-bottom:.5rem}.layers-workshop-component-other .staking-status__row__title,.layers-workshop-component .staking-status__row__title{width:60%}.layers-workshop-component-other .staking-status__row__value,.layers-workshop-component .staking-status__row__value{width:40%;text-align:right}.layers-workshop-component-other .staking-status__rewards__description,.layers-workshop-component .staking-status__rewards__description{color:hsla(0,0%,100%,.3)}@media screen and (max-width:980px){.layers-workshop-component-other .staking-status__info{width:100%;min-width:120px;max-width:220px}.layers-workshop-component-other .workshop-main__staking__container{display:flex;flex-direction:row;padding:0 1rem;justify-content:space-between}.layers-workshop-component-other .workshop-main__staking__container .tears-applied{display:flex;flex-direction:column;justify-content:space-between;margin-bottom:4rem}.layers-workshop-component-other .workshop-main__staking__container .tears-applied .md{display:none}.layers-workshop-component-other .workshop-main__staking__container .tears-applied div,.layers-workshop-component-other .workshop-main__staking__container .tears-applied span{font-family:"Gilroy-Black"}.layers-workshop-component-other .workshop-main__staking__container .tears-applied .tears-info{display:flex;flex-direction:row;margin-top:.5rem}.layers-workshop-component-other .workshop-main__staking__container .tears-applied .tear-box{border:2px solid;border-radius:4px;color:var(--vhils-yellow-2);display:block;font-family:Arial,Helvetica,sans-serif;font-size:24px;height:38px;line-height:32px;text-align:center;width:36px;margin:0 .5rem;opacity:.825}.layers-workshop-component-other .workshop-main__staking__container .tears-applied .tear-box:first-child{margin-left:0}.layers-workshop-component-other .workshop-main__staking__container .tears-applied .tear-box.unrevealed{opacity:.2}.layers-workshop-component-other .workshop-main-other .layer-header.staking{flex-direction:column}.layers-workshop-component-other .workshop-main-other .layer-header.staking .layer-no{width:100%;margin-bottom:2rem}.layers-workshop-component-other .workshop-main-other .layer-header.staking .tear-container{display:flex;flex-direction:row;justify-content:space-between}.incentives-container{text-align:start}.incentives-container.staking{min-width:220px;max-width:340px;width:100%}.incentives-container.staking .title-medium{text-align:start;margin-bottom:0}.incentives-container.staking .title-small{text-align:start;color:hsla(0,0%,100%,.3);position:relative;z-index:1}.vhils-section-container.staking .section-vhils-new-top .section-info-container{flex-direction:row;flex-wrap:wrap;justify-content:space-evenly}.vhils-section-container.staking .section-vhils-new-top .section-info-container .section-col-staking.one{display:flex;flex-direction:column;justify-content:flex-start;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.vhils-section-container.staking .section-vhils-new-top .section-info-container .section-col-staking.one p{width:60%}.vhils-section-container.staking .section-vhils-new-top .section-info-container .section-col-staking.two{display:flex;flex-direction:column;justify-content:flex-start}.vhils-section-container.staking .section-vhils-new-top .section-info-container .section-col-staking.three{width:100%;text-align:center;margin-bottom:2rem}.vhils-section-container.staking .section-vhils-new-top .section-info-container .section-col-staking.three .title-main{margin-bottom:1rem;white-space:break-spaces}.vhils-section-container.staking .section-vhils-new-top .section-info-container .section-col-staking.three button{margin-right:0}}@media screen and (max-width:714px){.vhils-section-container.staking .section-vhils-new-top .section-info-container .section-col-staking.one{display:flex;flex-direction:column;justify-content:flex-start;width:100%}.vhils-section-container.staking .section-vhils-new-top .section-info-container .section-col-staking.one p{width:60%}.vhils-section-container.staking .section-vhils-new-top .section-info-container .section-col-staking.two{display:flex;flex-direction:column;justify-content:flex-start;width:100%}.vhils-section-container.staking .section-vhils-new-top .section-info-container .section-col-staking.three{width:100%;text-align:center;margin-bottom:2rem}.vhils-section-container.staking .section-vhils-new-top .section-info-container .section-col-staking.three .title-main{margin-bottom:1rem;white-space:break-spaces}.vhils-section-container.staking .section-vhils-new-top .section-info-container .section-col-staking.three button{margin-right:0}}@media screen and (max-width:480px){.section-vhils-new-top .section-info-container .section-col-staking .medals-container{flex-wrap:wrap}.section-vhils-new-top .section-info-container .section-col-staking .medals-container .tier-list-medals .medal-tier{width:180px}.layers-workshop-component-other .workshop-main-other .layer-header.staking .layer-no{text-align:start}.layers-workshop-component-other .workshop-main-other .layer-header.staking .tear-container{flex-direction:column}.layers-workshop-component-other .workshop-main-other .layer-header.staking .tears-applied.staking .tears-info{justify-content:flex-start}.layers-workshop-component-other .staking-status__container,.layers-workshop-component-other .staking-status__info{text-align:start}}.layers-traits-box{margin:0 auto 4rem;width:80%;max-width:450px;display:flex;flex-flow:row wrap;justify-content:space-between;grid-gap:1.25rem;gap:1.25rem}.layers-traits-box .layer-trait{width:120px;margin:0 auto;margin-block:.5rem;display:flex;flex-flow:column;justify-content:center}.layers-traits-box .layer-trait.unrevealed{opacity:.2}.layers-traits-box .layer-trait .trait-title{display:flex;flex-flow:row;font-size:.5rem;text-transform:uppercase;justify-content:center}.layers-traits-box .layer-trait .trait-title .title-rare{padding:0 .1rem;background-color:var(--vhils-yellow);border-radius:.5rem;color:#000;font-size:.75rem;font-family:"Gilroy-Black"}.layers-traits-box .layer-trait .trait-value{text-transform:none;justify-content:center;text-align:center;font-size:1.125rem;white-space:nowrap}.layers-traits-box .layer-trait .trait-percentage{text-transform:none;justify-content:center;text-align:center;font-size:.5rem}.tears-applied{display:flex;flex-direction:column;justify-content:space-between;margin-bottom:4rem}.tears-applied .md{display:none}.tears-applied div,.tears-applied span{font-family:"Gilroy-Black"}.tears-applied .tears-info{display:flex;flex-direction:row;margin-top:.5rem}.tears-applied .tear-box{border:2px solid;border-radius:4px;color:var(--vhils-yellow-2);display:block;font-family:Arial,Helvetica,sans-serif;font-size:24px;height:38px;line-height:32px;text-align:center;width:36px;margin:0 .5rem;opacity:.825}.tears-applied .tear-box:first-child{margin-left:0}.tears-applied .tear-box.unrevealed{opacity:.2}.vhils-top-tear-container{position:relative;z-index:2}.vhils-top-tear-container .top-bg-dark{position:absolute;height:115%;width:100%;object-fit:cover;display:none}.top-tear{position:absolute;width:100%;top:-10%;z-index:2}.info-circle{position:absolute;top:20%;left:-2%;transform:scale(.85)}.info-circle.hidden{display:none!important}.swiper-scrollbar{background:#fff;opacity:1!important}.swiper-scrollbar-drag{background:var(--vhils-yellow)}.im-ready{text-transform:uppercase;margin:0 auto;padding-bottom:2%;clear:both;position:relative;transform:translateX(-38%);cursor:pointer;opacity:1}.im-ready .im-ready-container{width:6rem;margin:0 auto;display:flex;justify-content:center;flex-direction:column;position:relative}.im-ready .im-ready-container img{display:flex;align-content:center;margin:0 auto 0 65%}.im-ready .im-ready-container span{position:absolute;white-space:nowrap;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;left:0;right:0;bottom:50%}.im-ready.burning,.im-ready.staking{padding-bottom:2%;margin-bottom:2rem}.class-btn{min-height:2.5rem}.vhils-sub-section-container{background-color:var(--vhils-grey-medium)}.vhils-section-container{margin-top:-4rem;padding-top:2%;position:relative;height:700px;transition:height .45s ease-in-out 0s;z-index:3;background:url(/static/media/top-bkg.770b8366.png) no-repeat;background-position:bottom;background-size:cover}.vhils-section-container .section-info-container.active{height:auto}.vhils-section-container .section-info-container.hidden{height:0;opacity:0}.vhils-section-container .section-info-container.hidden div{display:none!important}.vhils-section-container .im-ready.active{opacity:1}.vhils-section-container .im-ready.hidden{opacity:0;display:none}.vhils-section-container.hidden{height:340px!important}.section-vhils-new-top{position:relative}.section-vhils-new-top .section-top-header{display:flex;flex-flow:row;justify-content:space-between;margin-top:4rem;margin-bottom:1rem}.section-vhils-new-top .section-top-header button{height:.5rem;width:6rem;min-height:2.5rem;margin:auto 0}.section-vhils-new-top .section-top-header button .fa-chevron-down{transition:transform .3s ease-in-out}.section-vhils-new-top .section-top-header button .fa-chevron-down.active{transform:rotate(180deg)}.section-vhils-new-top .section-info-container{display:flex;flex-flow:row;justify-content:space-between;grid-gap:1.25rem;gap:1.25rem}.section-vhils-new-top .section-info-container .section-col .title-main{margin-bottom:1.25rem}.section-vhils-new-top .section-info-container .section-col.one{width:35%}.section-vhils-new-top .section-info-container .section-col.one p{width:85%}.section-vhils-new-top .section-info-container .section-col.two{width:30%}.section-vhils-new-top .section-info-container .section-col.three{text-align:start}.section-vhils-new-top .section-info-container .section-col.three button{float:left}.section-vhils-new-top .section-info-container .section-col .tier-list-tears .equal-large{border-radius:100%;padding:.1rem .65rem;margin:0 .75rem;background-color:#000;color:#fff;font-family:"Gilroy-Black";font-size:1.5rem;width:1rem;height:1rem}.section-vhils-new-top .section-info-container .section-col .tier-list-tears .tear-tier{margin-bottom:1.25rem}.section-vhils-new-top .section-info-container .section-col .tier-list-tears .tear-data{font-family:"Gilroy-Black"}.section-vhils-new-top .section-info-container .section-instructions{margin-top:2rem}.section-vhils-new-top .section-info-container .section-instructions .section-step{display:flex;flex-flow:row;margin-bottom:1.5rem}.section-vhils-new-top .section-info-container .section-instructions .section-step .number{color:#000;opacity:.5}.section-vhils-new-top .section-info-container .section-instructions .section-step .section-desc{margin-left:1rem;text-transform:none;width:75%}.vhils-section-container.burning .section-vhils-new-top .section-info-container,.vhils-section-container.staking .section-vhils-new-top .section-info-container{grid-gap:1.25rem;gap:1.25rem}.vhils-section-container.burning .section-vhils-new-top .section-info-container .section-col,.vhils-section-container.staking .section-vhils-new-top .section-info-container .section-col{width:35%}.vhils-section-container.burning .section-vhils-new-top .section-info-container .section-col.one,.vhils-section-container.burning .section-vhils-new-top .section-info-container .section-col.three,.vhils-section-container.staking .section-vhils-new-top .section-info-container .section-col.one,.vhils-section-container.staking .section-vhils-new-top .section-info-container .section-col.three{width:30%}.swiper-pagination-clickable .swiper-pagination-bullet-active{background:var(--vhils-yellow)}.layers-owned .swiper-wrapper{padding-bottom:10%}.layers-workshop-component{background-color:var(--vhils-grey-medium)}.layers-workshop-component div,.layers-workshop-component span{color:#fff}.layers-workshop-component .tears-row{display:flex;flex-flow:row;justify-content:space-between;padding-top:4rem;z-index:4;position:relative}.layers-workshop-component .tears-row .market-tears{display:flex;flex-flow:column;width:15%}.layers-workshop-component .tears-row .market-tears .text-description{opacity:.5;margin-bottom:1rem}.layers-workshop-component .tears-row .market-tears button{width:70%}.layers-workshop-component .workshop-main{overflow:visible;display:flex;flex-flow:row;justify-content:space-between}.layers-workshop-component .workshop-main .layer-section{margin-top:4rem;overflow:hidden;position:relative;overflow:visible}.layers-workshop-component .workshop-main .layer-section.left{width:23%;display:flex;flex-flow:column}.layers-workshop-component .workshop-main .layer-section.left .tears-marketplace{order:0;margin-bottom:4rem;display:flex;flex-flow:column}.layers-workshop-component .workshop-main .layer-section.left .tears-marketplace button{width:100%;display:flex;flex-flow:row;justify-content:center}.layers-workshop-component .workshop-main .layer-section.left .tears-marketplace button:first-child{margin-bottom:1rem}.layers-workshop-component .workshop-main .layer-section.left .layer-info-container{display:flex;flex-direction:column;width:100%;justify-content:space-evenly;margin:0 auto 2rem}.layers-workshop-component .workshop-main .layer-section.left .layer-info-container .fa-solid{color:var(--vhils-yellow)}.layers-workshop-component .workshop-main .layer-section.left .layer-info-container .medal-image-reveal{height:1rem;margin-left:.5rem}.layers-workshop-component .workshop-main .layer-section.middle{width:50%}.layers-workshop-component .workshop-main .layer-section.middle .layers-owned{margin-top:4rem}.layers-workshop-component .workshop-main .layer-section.middle .no-layers-swiper{width:100%;display:flex;flex-flow:row;justify-content:space-between;overflow-x:visible}.layers-workshop-component .workshop-main .layer-section.middle .no-layers-swiper .layer-image{margin:2rem auto}.layers-workshop-component .workshop-main .layer-section.middle .layer-image{margin:0 auto;display:flex;justify-content:center;position:relative}.layers-workshop-component .workshop-main .layer-section.middle .layer-image img{max-width:550px;margin:0 auto}.layers-workshop-component .workshop-main .layer-section.middle .layer-image .layers-asset-image .layers-asset-image-display{width:500px;height:auto}.layers-workshop-component .workshop-main .layer-section.middle .layers-traits-box{margin:0 auto 4rem;width:80%;max-width:450px;display:flex;flex-flow:row wrap;justify-content:space-between;grid-gap:1.25rem;gap:1.25rem}.layers-workshop-component .workshop-main .layer-section.middle .layers-traits-box .layer-trait{width:120px;margin:0 auto;margin-block:.5rem;display:flex;flex-flow:column;justify-content:center}.layers-workshop-component .workshop-main .layer-section.middle .layers-traits-box .layer-trait.unrevealed{opacity:.2}.layers-workshop-component .workshop-main .layer-section.middle .layers-traits-box .layer-trait .trait-title{display:flex;flex-flow:row;font-size:.5rem;text-transform:uppercase;justify-content:center}.layers-workshop-component .workshop-main .layer-section.middle .layers-traits-box .layer-trait .trait-title .title-rare{padding:0 .1rem;background-color:var(--vhils-yellow);border-radius:.5rem;color:#000;font-size:.75rem;font-family:"Gilroy-Black"}.layers-workshop-component .workshop-main .layer-section.middle .layers-traits-box .layer-trait .trait-value{text-transform:none;justify-content:center;text-align:center;font-size:1.125rem;white-space:nowrap}.layers-workshop-component .workshop-main .layer-section.middle .layers-traits-box .layer-trait .trait-percentage{text-transform:none;justify-content:center;text-align:center;font-size:.5rem}.layers-workshop-component .workshop-main .layer-section.middle .buy-more-layers{margin:0 auto}.layers-workshop-component .workshop-main .layer-section.right{display:flex;flex-flow:row;overflow:hidden;width:23%;max-height:950px}.layers-workshop-component .workshop-main .layer-section.right .vertical-pagination{margin-top:.625rem;padding-left:1rem}.layers-workshop-component .workshop-main .layer-section.right .carousel-header-regular{overflow:visible;line-height:2rem;font-size:1.25rem;margin-bottom:1rem;background-color:var(--vhils-grey-medium);position:relative;z-index:2;font-size:1.5rem;display:flex;flex-direction:column}.layers-workshop-component .workshop-main .layer-section.right .carousel-header-regular .you-have{font-size:.825rem;line-height:1rem}.layers-workshop-component .workshop-main .layer-section.right .carousel-header-regular .layers-amount{background:var(--vhils-grey-light);color:var(--vhils-white);align-items:center;border-radius:26px;display:inline-flex;font-size:12px;height:30px;width:30px;justify-content:center;line-height:1.1em;margin-right:5px}.layers-workshop-component .workshop-main .layer-section.right .carousel-header-regular .layers-amount-info{display:flex}.layers-workshop-component .workshop-main .layer-section.right .layers-list{overflow:visible}.layers-workshop-component .workshop-main .layer-section.right .layers-list .layer-image{width:60%;height:100%;padding:.5rem 0;display:flex;flex-direction:row}.layers-workshop-component .workshop-main .layer-section.right .layers-list .layer-image img{width:160px;object-fit:contain}.layers-workshop-component .workshop-main .layer-section.right .layers-list.no-swiper .layer-image{width:100%}.layers-workshop-component .workshop-main .layer-section.right .layers-list.no-swiper .layer-image img{margin-right:1rem}.layers-workshop-component .workshop-main .layer-section.right .layers-list .layer-image-info{width:80px;display:flex;flex-direction:column;justify-content:center}.layers-workshop-component .workshop-main .layer-section.right .layers-list .layer-image-info .layer-image-placeholder{height:18px;width:40px;background-color:hsla(0,0%,100%,.2);margin-bottom:.725rem}.layers-workshop-component .workshop-main .layer-section.right .layers-list .layer-image-info .layer-image-placeholder:nth-child(2){width:80px}.layers-workshop-component .workshop-main .layer-section.right .layers-list .swiper-slide-visible{border:2px solid var(--vhils-grey-light)}.layers-workshop-component .workshop-main .layer-section.right .box-shadow{position:absolute;z-index:2;height:300px;width:100%;bottom:0;background:linear-gradient(180deg,rgba(43,43,43,0),#2b2b2b)}.layers-workshop-component .workshop-main .tear-container{order:1;display:flex;flex-direction:column}.layers-workshop-component .workshop-main .tear-container.inactive{order:0}.layers-workshop-component .workshop-main .tear-container .tear{display:flex;flex-direction:column;justify-content:center;cursor:pointer;position:relative;text-align:center;color:#fff;font-size:14px;font-weight:700;line-height:16px;margin-top:12px;width:100%;background-color:#000;font-family:"Gilroy-Medium";border-radius:4px;height:50px}.layers-workshop-component .workshop-main .tear-container .tear .tears-count{background-color:var(--vhils-yellow);border-radius:13px;color:#000;font-size:12px;font-weight:900;height:26px;left:-14px;line-height:28px;min-width:26px;padding:0 6px;position:absolute;text-align:center;top:-8px}.layers-workshop-component .workshop-main .tear-container .tear .tear-text strong{font-size:25px;font-weight:700;line-height:30px;margin-right:6px;margin-top:-5px;font-family:Arial,Helvetica,sans-serif}.layers-workshop-component .workshop-main .tear-container .tear .tear-text span{font-weight:400}.layers-workshop-component .workshop-main .tear-container .tear.disabled{opacity:.5}.layers-workshop-component .workshop-main .tear-container .tear-header{margin-bottom:1rem;font-family:"Gilroy-Black"}.layers-workshop-component .workshop-main .tear-container .tear-box{display:flex;flex-flow:column;justify-content:space-between;position:relative;border-radius:.5rem;margin-bottom:.5rem}.layers-workshop-component .workshop-main .tear-container .tear-box div,.layers-workshop-component .workshop-main .tear-container .tear-box span{font-family:"Gilroy-Black";color:#000;font-size:1.5rem}.layers-workshop-component .workshop-main .tear-container .tear-box .grey-overlay{position:absolute;width:100%;height:100%;background-color:rgba(0,0,0,.5)}.layers-workshop-component .workshop-main .tear-container .tear-box .tear-top{display:flex;flex-flow:row;justify-content:space-between}.layers-workshop-component .workshop-main .tear-container .tear-box .tear-amount{text-align:center;background-color:var(--vhils-yellow);border-radius:50%;padding:.325rem;position:relative;left:5%;bottom:25%;width:2.5rem;height:2.5rem;font-size:1.125rem}.layers-workshop-component .workshop-main .tear-container .tear-box .tear-logo{background-color:hsla(0,0%,100%,.5);color:#000;padding:.25rem .25rem 1rem;width:2.5rem;height:2px;border-bottom-right-radius:.5rem;align-content:center;text-align:center}.layers-workshop-component .workshop-main .tear-container .tear-box img{position:relative;margin-bottom:-.1rem}.layers-workshop-component .workshop-main .tear-container .tear-box.alpha{background:url(/static/media/alpha-thumb.0ed3fe45.jpg) no-repeat;background-position:50%;background-size:cover}.layers-workshop-component .workshop-main .tear-container .tear-box.beta{background:url(/static/media/beta-thumb.bcd734bf.jpg) no-repeat;background-position:50%;background-size:cover}.layers-workshop-component .workshop-main .tear-container .text-description{width:100%;opacity:.5}.layers-workshop-component .carousel-container{padding:4rem 0}.incentives-container{order:2;flex-flow:column;justify-content:space-between;margin:2rem auto auto;align-self:center;width:100%;display:flex;z-index:2}.incentives-container.inactive{order:1}.incentives-container .incentives-title-main{color:var(--vhils-yellow);margin:auto 0 1rem;z-index:3}.incentives-container .incentive{display:flex;flex-flow:row;min-height:125px;width:100%;border-radius:.5rem;position:relative;margin-bottom:2rem;z-index:3}.incentives-container .incentive .grey-bg-overlay{position:absolute;width:100%;height:100%;background-color:rgba(0,0,0,.4);border-radius:.5rem;z-index:0}.incentives-container .incentive.one{background:url(/static/media/one.6bd69127.jpg) no-repeat;background-size:cover}.incentives-container .incentive.two{background:url(/static/media/two.1a469c1c.jpg) no-repeat;background-size:cover}.incentives-container .incentive .incentive-content{display:flex;flex-flow:row;justify-content:space-between;margin-left:.75rem;margin-top:.5rem;width:100%;position:relative;z-index:1}.incentives-container .incentive .incentive-ticker{color:var(--vhils-yellow);font-family:"Gilroy-Black";text-transform:uppercase;font-size:.825rem}.incentives-container .incentive .incentive-title{font-family:"Gilroy-Black";color:#fff;font-size:.825rem}.incentives-container .incentive img{bottom:9px;height:20px;position:absolute;right:10px;width:30px}.main-workshop-section{position:relative}.main-workshop-section .xs-incentive-bg{position:absolute;width:100%;height:300px;object-fit:cover;object-position:bottom;filter:brightness(.5)}.main-workshop-section .xs-incentive-bg.top{transform:scale(-1);object-position:bottom;top:-10.5%;z-index:2}.main-workshop-section .xs-incentive-bg.top.active{transform:scale(-1);top:-12%}.main-workshop-section .xs-incentive-bg.bottom{object-position:bottom;top:0;z-index:1}.main-workshop-section .xs-incentive-container{width:90%;margin:0 auto;transform:translateY(-25%);z-index:4;position:relative}.main-workshop-section .xs-incentive-container .xs-incentive-row{display:flex;flex-direction:row;justify-content:space-between}.main-workshop-section .xs-incentive-container .xs-incentive-row .incentive{width:48%}.asset-overlay{position:absolute;height:100%;width:100%}.asset-overlay,.asset-overlay .overlay-center{display:flex;flex-flow:column;justify-content:center}.asset-overlay .overlay-center{width:40%;margin:0 auto;text-align:center}.asset-overlay .overlay-center .overlay-title{color:#000;margin-bottom:1rem}@media screen and (max-width:1650px){.vhils-section-container.staking{height:650px}}@media screen and (max-width:1300px){.vhils-new-container{width:90%}.vhils-section-container{height:720px}.vhils-section-container.burning{height:auto}.layers-workshop-component .workshop-main .layer-section.left{width:20%}.layers-workshop-component .workshop-main .layer-section.middle{width:40%}.layers-workshop-component .workshop-main .layer-section.middle .layer-image img{max-width:400px}.layers-workshop-component .workshop-main .layer-section.middle .layers-traits-box{width:100%}.layers-workshop-component .workshop-main .layer-section.middle .no-layers-swiper .layer-image{margin:2rem auto}.layers-workshop-component .workshop-main .layer-section.right{width:20%}}@media screen and (max-width:1200px){.section-vhils-new-top .section-info-container{display:block}.section-vhils-new-top .section-info-container .section-col.one{width:100%;margin-bottom:1rem}.section-vhils-new-top .section-info-container .section-col.two{width:50%;float:left}.vhils-section-container.staking .section-vhils-new-top .section-info-container{display:flex}}@media screen and (max-width:1600px){.layers-workshop-component-other.burning .tears-row,.layers-workshop-component-other.staking .tears-row{flex-flow:column}.layers-workshop-component-other.burning .tears-row .market-tears,.layers-workshop-component-other.staking .tears-row .market-tears{width:100%;align-items:center;margin-bottom:2.5rem}.layers-workshop-component-other.burning .tears-row .market-tears.last,.layers-workshop-component-other.staking .tears-row .market-tears.last{display:none}.layers-workshop-component-other.burning .tears-row .tear-container,.layers-workshop-component-other.staking .tears-row .tear-container{width:100%;justify-content:center}}.small-swiper-container,.workshop-main-other{position:relative}.small-swiper-container .swiper-slide{min-width:280px!important}.small-swiper-container .swiper-slide .layer-image{display:flex;justify-content:center;min-width:280px}.navigation-button{opacity:1}.navigation-button.vertical{background-color:rgba(0,0,0,.6);position:absolute;top:0;bottom:0;z-index:10;height:4rem;width:3rem;margin:auto 0}.navigation-button.vertical i{color:#fff;font-size:2rem}.navigation-button.vertical:hover{opacity:.6}.navigation-button.vertical:hover *{color:#fff}.navigation-button.navigation-left{left:2%}.navigation-button.navigation-right{right:2%}@media screen and (max-width:980px){.vhils-top-tear-container .top-bg-dark{display:initial}.vhils-section-container{height:820px;position:relative}.vhils-section-container.burning,.vhils-section-container.staking{height:880px}.main-workshop-section{margin-top:22%}.layers-workshop-component-other .tears-row{width:80%;flex-flow:column;justify-content:center;margin-bottom:2rem}.layers-workshop-component-other .tears-row .tears-marketplace{margin:0 auto 4rem;width:100%;display:flex;flex-direction:column;justify-content:center;align-content:center}.layers-workshop-component-other .tears-row .tears-marketplace .xs-workshop-os-button{width:90%;justify-content:center}.layers-workshop-component-other .tears-row .tears-marketplace .xs-workshop-os-button:first-child{margin-bottom:1rem}.layers-workshop-component-other .tears-row .tear-container{width:100%;justify-content:space-evenly;flex-direction:column;flex-wrap:wrap;margin:0 auto;text-align:center}.layers-workshop-component-other .tears-row .tear-container .tear-column-xs{display:flex;flex-direction:row}.layers-workshop-component-other .tears-row .tear-container .tear-box,.layers-workshop-component-other .tears-row .tear-container .tear-header,.layers-workshop-component-other .tears-row .tear-container .text-description{margin:0 auto}.layers-workshop-component-other .tears-row .tear-container .tear-header{width:320px}.layers-workshop-component-other .tears-row .tear-container .tear-box{margin:1rem}.layers-workshop-component-other .tears-row .tear-container .tear{display:flex;flex-direction:column;justify-content:center;position:relative;text-align:center;color:#fff;font-size:14px;font-weight:700;line-height:16px;margin:12px 1rem 0;width:80%;background-color:#000;font-family:"Gilroy-Medium";border-radius:4px;height:50px}.layers-workshop-component-other .tears-row .tear-container .tear .tears-count{background-color:var(--vhils-yellow);border-radius:13px;color:#000;font-size:12px;font-weight:900;height:26px;left:-14px;line-height:28px;min-width:26px;padding:0 6px;position:absolute;text-align:center;top:-8px}.layers-workshop-component-other .tears-row .tear-container .tear .tear-text strong{font-size:25px;font-weight:700;line-height:30px;margin-right:6px;margin-top:-5px;font-family:Arial,Helvetica,sans-serif}.layers-workshop-component-other .tears-row .tear-container .tear .tear-text span{font-weight:400}.layers-workshop-component-other .workshop-main-other{display:flex;flex-direction:column;color:#fff}.layers-workshop-component-other .workshop-main-other .layer-header{width:80%;display:flex;flex-direction:row;justify-content:space-between;margin:0 auto}.layers-workshop-component-other .workshop-main-other .layer-header .fa-solid{color:var(--vhils-yellow)}.layers-workshop-component-other .workshop-main-other .layer-header .layers-traits-box{width:65%}.layers-workshop-component-other .workshop-main-other .layer-header .layer-no{display:flex;flex-direction:column;justify-content:flex-start}.layers-workshop-component-other .workshop-main-other .layer-header .tears-applied{flex-direction:column;justify-content:flex-start}.layers-workshop-component-other .workshop-main-other .layer-header .tears-applied .tears-info{display:flex;flex-direction:row;margin-top:.5rem}.layers-workshop-component-other .workshop-main-other .layer-header .layer-image img{max-width:380px}.layers-workshop-component-other .workshop-main-other .layer-header .layers-swiper{width:100%;margin:0 auto}.layers-workshop-component-other .workshop-main-other .layer-header .layers-swiper .swiper-wrapper{margin-bottom:2rem}.layers-workshop-component-other .carousel-container{padding:5rem 0}.layers-workshop-component-other .carousel-container .carousel-header{margin-bottom:2rem;width:75%}.workshop-main-other .layers-swiper .layer-image-revealing-small{position:relative;margin:4rem auto}.workshop-main-other .layers-swiper .layer-image-revealing-small .no-layers-placeholder{display:flex;flex-direction:row;overflow-x:hidden;justify-content:center;position:relative;width:100%}.workshop-main-other .layers-swiper .layer-image-revealing-small .no-layers-placeholder img{width:420px;height:auto;object-fit:contain;margin:0 1.25rem}.incentives-container .xs-incentive-row{display:flex;flex-direction:row;justify-content:space-between;padding:0 1rem}.incentives-container .xs-incentive-row .incentive{width:48%}}@media screen and (max-width:768px){.vhils-top-tear-container .top-bg-dark{height:100%}.main-workshop-section{margin-top:25%}.vhils-section-container,.vhils-section-container.staking{height:1100px}.vhils-section-container.staking .section-vhils-new-top .section-info-container{align-items:flex-start}.vhils-section-container.staking .section-vhils-new-top .section-info-container .section-col{width:100%!important}.layers-workshop-component-other.revealing .workshop-main-other .layers-traits-box{width:80%}.layers-workshop-component-other.burning .tears-row .tear-container,.layers-workshop-component-other.staking .tears-row .tear-container{flex-direction:column;align-items:center}.layers-workshop-component-other.burning .tears-row .tear-container .tear-box,.layers-workshop-component-other.burning .tears-row .tear-container .text-description,.layers-workshop-component-other.staking .tears-row .tear-container .tear-box,.layers-workshop-component-other.staking .tears-row .tear-container .text-description{width:100%}.layers-workshop-component-other.burning .tears-row .tear-container .tear,.layers-workshop-component-other.staking .tears-row .tear-container .tear{text-align:center}.section-vhils-new-top .section-info-container{flex-flow:column;justify-content:center;align-content:center}.section-vhils-new-top .section-info-container .section-col.one,.section-vhils-new-top .section-info-container .section-col.three,.section-vhils-new-top .section-info-container .section-col.two{width:100%;margin:0 auto 2rem}.section-vhils-new-top .section-info-container .section-col.one .text-description{width:100%}.section-vhils-new-top .section-info-container .section-col.three{display:flex;flex-flow:column;justify-content:center}.section-vhils-new-top .section-info-container .section-col.three .title-main{text-align:center}.section-vhils-new-top .section-info-container .section-col.three button{max-width:240px;min-width:240px;margin:0 auto}.section-vhils-new-top .section-info-container .section-instructions{display:flex;flex-flow:row wrap;justify-content:space-between}.section-vhils-new-top .section-info-container .section-instructions .section-step,.section-vhils-new-top .section-info-container .section-instructions .section-step .section-desc{width:100%}.workshop-main-other .layers-swiper{width:100%;margin:0 auto!important}.workshop-main-other .layers-swiper .layer-image-revealing-small img{width:380px}.workshop-main-other .layers-swiper .layer-image-revealing-small .btn-opensea.no-layers-buy-layer{min-width:240px;max-width:240px}}.info-circle{top:0}@media screen and (max-width:480px){.im-ready.burning,.im-ready.staking{padding-bottom:10%}.main-workshop-section{margin-top:40%}.asset-overlay .overlay-center{width:50%}.asset-overlay button{width:150px;margin:0 auto}.layers-workshop-component-other.revealing .tears-row .tear-container .tear-column-xs{flex-direction:column}.layers-workshop-component-other.revealing .tears-row .tear-container .tear-column-xs .tear{width:90%;margin:.5rem auto}.layers-workshop-component-other.revealing .workshop-main-other .layer-header{display:flex;flex-flow:column;justify-content:center;text-align:center}.layers-workshop-component-other.revealing .workshop-main-other .layer-header .layer-no{margin-bottom:2rem}.layers-workshop-component-other.revealing .workshop-main-other .layer-header .tears-applied{justify-content:center}.layers-workshop-component-other.revealing .workshop-main-other .layer-header .tears-applied .tears-applied-title{margin-left:1.75rem}.layers-workshop-component-other.revealing .workshop-main-other .layer-header .tears-applied .tears-info{justify-content:center}.layers-workshop-component-other.revealing .workshop-main-other .layers-traits-box{width:100%}.vhils-section-container{height:1100px}.vhils-section-container.staking{height:1200px}.vhils-section-container.burning.active{height:1300px}.section-vhils-new-top .section-top-header{margin-top:6rem;flex-flow:column;position:relative;z-index:2}.workshop-main-other .layers-swiper .layer-image-revealing-small img{width:280px}.incentives-container .xs-incentive-row{display:flex;flex-direction:column;justify-content:space-between;padding:0 1rem}.incentives-container .xs-incentive-row .incentive{width:100%}}.btn-opensea{display:flex;flex-flow:row;justify-content:space-evenly}.btn-opensea img{height:2rem}.btn-opensea div{vertical-align:middle;white-space:nowrap;margin:auto 0 auto 1rem}.btn-opensea.os-logo-hide div{margin-left:0}.btn-opensea.transparent{background-color:initial;border:1px solid #000}.btn-opensea.transparent div,.btn-opensea.transparent span{color:#000}.btn-opensea.transparent img{filter:invert(1)}.btn-opensea.light{border:1px solid #fff}.btn-opensea.light div,.btn-opensea.light span{color:#fff}.btn-opensea.light img{filter:invert(0)}.btn-opensea.uppercase{text-transform:uppercase}.btn-opensea.capitalize{text-transform:capitalize}.btn-opensea.lowercase{text-transform:lowercase}.btn-opensea.auto{margin:0 auto}.btn-opensea.left{margin:0 auto 0 0}.btn-opensea.right{margin:0 auto}.asset-overlay-staking{position:absolute;height:100%;width:100%;display:flex;flex-flow:column;justify-content:center;top:0;left:0;right:0}.asset-overlay-staking .medals-header{position:relative;top:0;display:flex;flex-flow:row;justify-content:space-evenly;width:80%;margin:5% auto;left:0;right:0}.asset-overlay-staking .medals-header .medal-img{margin:0!important;min-width:60px!important;max-width:60px!important;object-fit:contain}.asset-overlay-staking .medals-header .medal-tier span{color:var(--vhils-yellow)}.asset-overlay-staking .overlay-center-staking{width:80%;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;margin:0 auto;text-align:center;display:flex;flex-flow:column;justify-content:center}.asset-overlay-staking .overlay-center-staking .lock-state{margin-bottom:1rem!important}.asset-overlay-staking .overlay-center-staking .overlay-title{color:#fff;margin:0 auto .5rem;width:75%;text-transform:none}.asset-overlay-staking .overlay-center-staking .layers-status{display:flex;flex-flow:column;justify-content:center}.asset-overlay-staking .overlay-center-staking .layers-status span:first-child{margin-bottom:.25rem;color:var(--vhils-yellow)}.asset-overlay-staking .overlay-center-staking .layers-status .locked-status{margin-top:.25rem;white-space:pre-line}.asset-overlay-staking .overlay-center-staking .layers-status .locked-status span:first-child{color:#fff}.asset-overlay-staking .overlay-center-staking .layers-status .locked-status span:nth-child(2){color:var(--vhils-yellow)}.asset-overlay-staking .overlay-center-staking button{margin:0 auto;width:80%}.asset-overlay-staking .overlay-center-staking button br{display:none}.asset-overlay-staking.overlay-small{margin:0 auto;z-index:2;top:-10%;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;width:100%}.asset-overlay-staking.overlay-small .overlay-center-staking{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.asset-overlay-staking.overlay-small .overlay-center-staking .lock-state{max-width:120px;margin:0 auto}@media screen and (max-width:480px){.asset-overlay-staking{scale:.75;min-width:240px}.asset-overlay-staking .overlay-staking-center button{width:75%}}.loading-dots{white-space:nowrap}.vhils-burning-top{margin-top:1.875rem}.vhils-burning-page .asset-overlay-staking{display:none}.vhils-burning-page .im-ready.burning{padding-bottom:2%}.vhils-burning-page .incentives-container.burning{padding-bottom:2rem}.vhils-burning-page .bottom{display:flex;font-family:"Gilroy-Black"}.vhils-burning-page .bottom .burn-left{width:50%;background:var(--vhils-yellow-2);color:var(--vhils-black);-webkit-clip-path:polygon(0 0,100% 0,100% calc(100% - 2.072vw),50% 100%,0 calc(100% - 2.072vw));clip-path:polygon(0 0,100% 0,100% calc(100% - 2.072vw),50% 100%,0 calc(100% - 2.072vw));margin-top:-7vw;padding-bottom:4rem;padding-top:calc(4vw + 6rem)}.vhils-burning-page .bottom .burn-left .content-left{font-size:2.125rem;line-height:2.25rem;text-align:center}.vhils-burning-page .bottom .burn-left .content-left img{width:1.625rem;margin-right:.625rem;margin-bottom:.25rem}.vhils-burning-page .bottom .burn-right{width:50%;opacity:.2;-webkit-clip-path:polygon(0 0,100% 0,100% calc(100% - 2.072vw),50% 100%,0 calc(100% - 2.072vw));clip-path:polygon(0 0,100% 0,100% calc(100% - 2.072vw),50% 100%,0 calc(100% - 2.072vw));margin-top:-8vw;padding-bottom:4rem;padding-top:calc(4vw + 6rem)}.vhils-burning-page .bottom .burn-right .content-right{display:flex;justify-content:center}.vhils-burning-page .bottom .burn-right .content-right img{width:2rem;margin-right:.625rem}.vhils-burning-page .bottom .burn-right .content-right .text-auction{color:var(--vhils-white)}.vhils-burning-page .bottom .burn-right .content-right .text-auction .line-1{font-size:2.125rem;line-height:2.25rem}.vhils-burning-page .bottom .burn-right .content-right .text-auction .line-2{font-size:1rem;line-height:1.3125rem}.vhils-burning-page .section-vhils-new-top .info-circle.burning{display:none}.vhils-burning-page .section-vhils-new-top .section-info-container.burning{display:flex;flex-direction:column;align-items:center;grid-gap:20px;gap:20px}.vhils-burning-page .section-vhils-new-top .section-info-container .burning-top-left{width:80%}.vhils-burning-page .section-vhils-new-top .section-info-container .section-info.burn-str{display:flex;flex-direction:column;justify-content:space-between;align-items:center;grid-gap:10px;gap:10px;font-family:"Gilroy-Black";font-size:20px;padding-bottom:10px;margin:0 auto 20px;border-bottom:1px solid var(--vhils-black)}.vhils-burning-page .section-vhils-new-top .section-info-container .section-info .burn-layer{display:flex;align-items:center;grid-gap:5px;gap:5px}.vhils-burning-page .section-vhils-new-top .section-info-container .section-info .burn-layer .icon{width:30px;height:40px;margin-right:10px}.vhils-burning-page .section-vhils-new-top .section-info-container .section-info .burn-layer .text span{display:block}.vhils-burning-page .section-vhils-new-top .section-info-container .section-info .burn-layer .text span:first-child{font-size:20px;line-height:24px}.vhils-burning-page .section-vhils-new-top .section-info-container .section-info .burn-layer .text span:last-child{font-size:16px;line-height:20px}.vhils-burning-page .section-vhils-new-top .section-info-container .section-info .sign{width:20px;height:20px;border-radius:50%;background:var(--vhils-black);display:flex;justify-content:center;align-items:center}.vhils-burning-page .section-vhils-new-top .section-info-container .section-info .sign img{width:10px;height:8px}.vhils-burning-page .section-vhils-new-top .section-info-container .section-info .info-tears{text-align:center}.vhils-burning-page .layers-workshop-component-other .burn-layer,.vhils-burning-page .layers-workshop-component-other.burning .workshop-main .layer-section.left .tears-applied,.vhils-burning-page .layers-workshop-component .burn-layer,.vhils-burning-page .layers-workshop-component.burning .workshop-main .layer-section.left .tears-applied{margin-bottom:1rem}.vhils-burning-page .layers-workshop-component-other .list-burn .item-burn,.vhils-burning-page .layers-workshop-component .list-burn .item-burn{border-left:2px solid #faff00;padding-left:10px;display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.vhils-burning-page .layers-workshop-component-other .list-burn .item-burn .left-burn,.vhils-burning-page .layers-workshop-component .list-burn .item-burn .left-burn{color:#fff;font-size:.8125rem;font-weight:400;line-height:.9375rem;width:100%}.vhils-burning-page .layers-workshop-component-other .list-burn .item-burn .right-burn .btn-burn,.vhils-burning-page .layers-workshop-component .list-burn .item-burn .right-burn .btn-burn{cursor:pointer;font-size:14px;justify-content:center;line-height:1em;padding:10px;position:relative;width:100%;align-items:center;background-color:#000;border:none;border-radius:4px;color:#fff;display:flex;font-family:"Gilroy-Black";font-weight:500;text-decoration:none;min-width:85px}.vhils-burning-page .layers-workshop-component-other .list-burn .item-burn .right-burn .btn-burn:hover,.vhils-burning-page .layers-workshop-component .list-burn .item-burn .right-burn .btn-burn:hover{color:#faff00}.vhils-burning-page .layers-workshop-component-other .list-burn .item-burn .right-burn .btn-burn:disabled,.vhils-burning-page .layers-workshop-component .list-burn .item-burn .right-burn .btn-burn:disabled{opacity:.3;cursor:not-allowed}.vhils-burning-page .layers-workshop-component-other .list-burn .item-burn .right-burn .btn-burn .cost,.vhils-burning-page .layers-workshop-component .list-burn .item-burn .right-burn .btn-burn .cost{background:#faff00;border-radius:4px;color:#000;font-size:9px;font-weight:500;left:-4px;line-height:9px;padding:2px 5px;position:absolute;top:-6px}@media screen and (max-width:1200px){.vhils-burning-page .section-info-container .section-col-staking.three{text-align:center}}@media screen and (max-width:980px){.vhils-burning-page .layers-workshop-component-other .workshop-burn{width:80%;margin:2rem auto;max-width:400px}.vhils-burning-page .layers-workshop-component-other .workshop-burn .list-burn .item-burn .right-burn .btn-burn{min-width:100px}.vhils-burning-page .layers-workshop-component-other .workshop-main-other .layer-header.burning{flex-direction:column}.vhils-burning-page .layers-workshop-component-other .workshop-main-other .layer-header.burning .layer-no{width:100%;margin-bottom:2rem}.vhils-burning-page .layers-workshop-component-other .workshop-main-other .layer-header.burning .tear-container{display:flex;flex-direction:row;justify-content:space-between}.vhils-burning-page .incentives-container.burning{min-width:220px;max-width:340px;width:100%}.vhils-burning-page .incentives-container.burning .title-medium{text-align:start;margin-bottom:0}.vhils-burning-page .incentives-container.burning .title-small{text-align:start;color:hsla(0,0%,100%,.3);position:relative;z-index:1}.vhils-burning-page .vhils-section-container.burning .section-vhils-new-top .section-info-container .section-col-staking.one{display:flex;flex-direction:column;justify-content:flex-start;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.vhils-burning-page .vhils-section-container.burning .section-vhils-new-top .section-info-container .section-col-staking.one p{width:60%}.vhils-burning-page .vhils-section-container.burning .section-vhils-new-top .section-info-container .section-col-staking.two{display:flex;flex-direction:column;justify-content:flex-start}.vhils-burning-page .vhils-section-container.burning .section-vhils-new-top .section-info-container .section-col-staking.three{width:100%;text-align:center;margin-bottom:2rem}.vhils-burning-page .vhils-section-container.burning .section-vhils-new-top .section-info-container .section-col-staking.three .title-main{margin-bottom:1rem;white-space:break-spaces}.vhils-burning-page .vhils-section-container.burning .section-vhils-new-top .section-info-container .section-col-staking.three button{margin-right:0}}@media screen and (max-width:714px){.vhils-burning-page .vhils-section-container.burning .section-vhils-new-top .section-info-container .section-col-staking.one{display:flex;flex-direction:column;justify-content:flex-start;width:100%}.vhils-burning-page .vhils-section-container.burning .section-vhils-new-top .section-info-container .section-col-staking.one p{width:60%}.vhils-burning-page .vhils-section-container.burning .section-vhils-new-top .section-info-container .section-col-staking.two{display:flex;flex-direction:column;justify-content:flex-start;width:100%}.vhils-burning-page .vhils-section-container.burning .section-vhils-new-top .section-info-container .section-col-staking.three{width:100%;text-align:center;margin-bottom:2rem}.vhils-burning-page .vhils-section-container.burning .section-vhils-new-top .section-info-container .section-col-staking.three .title-main{margin-bottom:1rem;white-space:break-spaces}.vhils-burning-page .vhils-section-container.burning .section-vhils-new-top .section-info-container .section-col-staking.three button{margin-right:0}}@media screen and (max-width:480px){.vhils-burning-page .section-vhils-new-top .section-info-container .section-col-staking .medals-container{flex-wrap:wra}.vhils-burning-page .layers-workshop-component-other .workshop-main-other .layer-header.burning .layer-no{text-align:start}.vhils-burning-page .layers-workshop-component-other .workshop-main-other .layer-header.burning .tear-container{flex-direction:column}.vhils-burning-page .layers-workshop-component-other .workshop-main-other .layer-header.burning .tears-applied.burning .tears-info,.vhils-burning-page .layers-workshop-component-other .workshop-main-other .layer-header.burning .tears-applied.staking .tears-info{justify-content:flex-start}}@media screen and (min-width:768px){.vhils-burning-page .section-vhils-new-top .section-info-container .burning-top-left{width:100%}.vhils-burning-page .section-vhils-new-top .section-info-container .section-info.burn-str{width:100%;flex-direction:row;justify-content:space-between;grid-gap:20px;gap:20px;font-size:26px}.vhils-burning-page .section-vhils-new-top .section-info-container .section-info .burn-layer{width:210px}.vhils-burning-page .section-vhils-new-top .section-info-container .section-info .burn-layer .icon{height:60px;width:48px}.vhils-burning-page .section-vhils-new-top .section-info-container .section-info .burn-layer .text span:first-child{font-size:26px;line-height:32px}.vhils-burning-page .section-vhils-new-top .section-info-container .section-info .burn-layer .text span:last-child{font-size:18px;line-height:22px}.vhils-burning-page .section-vhils-new-top .section-info-container .section-info .info-amount{width:100px}.vhils-burning-page .section-vhils-new-top .section-info-container .section-info .sign{width:40px;height:40px}.vhils-burning-page .section-vhils-new-top .section-info-container .section-info .sign img{width:18px;height:18px}.vhils-burning-page .section-vhils-new-top .section-info-container .section-info .info-tears{width:210px;text-align:left}}@media screen and (min-width:1200px){.vhils-burning-page .vhils-section-container.burning{height:900px}.vhils-burning-page .section-vhils-new-top .section-info-container.burning{flex-direction:row;align-items:flex-start;margin-bottom:30px}.vhils-burning-page .section-vhils-new-top .section-info-container.burning .burning-top-left{width:68%;max-width:950px}.vhils-burning-page .section-vhils-new-top .section-info-container .section-info.burn-str{width:100%;margin:0;font-size:30px}.vhils-burning-page .section-vhils-new-top .section-info-container .section-info .burn-layer .icon{height:62px;width:50px}.vhils-burning-page .section-vhils-new-top .section-info-container .section-info .burn-layer .text span:first-child{font-size:30px;line-height:36px}.vhils-burning-page .section-vhils-new-top .section-info-container .section-info .burn-layer .text span:last-child{font-size:24px;line-height:30px}.vhils-burning-page .section-vhils-new-top .section-info-container .section-col-staking .three{width:30%}}@media screen and (min-width:1300px){.vhils-burning-page .vhils-section-container.burning{height:850px}}@media screen and (min-width:1500px){.vhils-burning-page .section-vhils-new-top .section-info-container.burning .burning-top-left{width:70%}.vhils-burning-page .section-vhils-new-top .section-info-container .section-info .burn-layer{width:300px}.vhils-burning-page .section-vhils-new-top .section-info-container .section-info .info-tears{width:240px}}.nft-slider{margin-top:45px}.nft-slider.white *{color:var(--white)}.nft-slider.black *{color:var(--black)}.nft-slider .header-text{font-family:"Gilroy-Black";font-size:16px;line-height:1.25;max-width:72%;margin:0 auto}.nft-slider .slider-title{font-family:"Gilroy-Black";font-size:14px;line-height:1em;font-weight:900;text-align:center;margin-top:-14px}@media screen and (min-width:768px){.nft-slider .header-text{font-size:20px}}@media screen and (min-width:1200px){.nft-slider{margin-top:80px;padding-bottom:50px}.nft-slider .header-text{font-size:24px}}.reveal-layer-info-modal{min-width:90%;padding:1.256rem;background:var(--vhils-grey-medium);color:var(--white)}.reveal-layer-info-modal .modal-header{display:flex;justify-content:space-between;align-items:center;grid-gap:1rem;gap:1rem;margin-bottom:.5rem}.reveal-layer-info-modal .modal-header .modal-title{font-size:1.5rem;font-weight:600;color:var(--vhils-black);font-family:"Gilroy-Black";opacity:0}.reveal-layer-info-modal .modal-header .modal-close{position:absolute;top:1rem;right:1rem;cursor:pointer;font-size:1.8rem;z-index:1}.reveal-layer-info-modal .modal-header .modal-close i{font-weight:300}.reveal-layer-info-modal .modal-body{font-family:"Gilroy-Black"}.reveal-layer-info-modal .modal-body .head-content{display:flex;flex-direction:column;grid-gap:1rem;gap:1rem;margin-bottom:1.25rem}.reveal-layer-info-modal .modal-body .head-content .logo{display:inline-flex;filter:invert(1)}.reveal-layer-info-modal .modal-body .head-content .text{font-size:1rem;line-height:120%}.reveal-layer-info-modal .modal-body .form-wrapper .form{height:286px;margin-bottom:10px;overflow:auto}.reveal-layer-info-modal .modal-body .form-wrapper .form .input-item{color:var(--white);margin-bottom:1rem}.reveal-layer-info-modal .modal-body .form-wrapper .form label{font-family:"Gilroy-Medium";font-size:.875rem}.reveal-layer-info-modal .modal-body .form-wrapper .form input{background:var(--white);border:none;color:var(--vhils-grey-medium);font-family:"Gilroy-Medium";font-size:.875rem}.reveal-layer-info-modal .modal-body .form-wrapper .form .error-message{top:calc(100% + 3px);font-size:.75rem;font-family:"Gilroy-Medium";color:var(--vhils-yellow-2)!important}.reveal-layer-info-modal .modal-body .form-wrapper .form .half{flex-wrap:wrap}.reveal-layer-info-modal .modal-body .form-wrapper .form .half .input-item{width:100%}.reveal-layer-info-modal .modal-body .submit-button-wrapper{text-align:center}.reveal-layer-info-modal .modal-body .submit-button-wrapper span{color:var(--vhils-black)!important}.reveal-layer-info-modal .modal-body .submit-button-wrapper button{width:100%;max-width:350px;margin:0 auto;background:var(--vhils-yellow-2);color:var(--vhils-black)}.reveal-layer-info-modal .modal-bottom{display:flex;justify-content:center;align-items:center}.reveal-layer-info-modal .success{text-align:center}.reveal-layer-info-modal .success .message{margin:1rem 0;font-size:1.125rem}.reveal-layer-info-modal .success button{background:var(--vhils-yellow-2);color:var(--vhils-black)}@media screen and (min-width:768px){.reveal-layer-info-modal{padding:1.562rem}.reveal-layer-info-modal .modal-body .form-wrapper .form{height:475px}}@media screen and (min-width:1024px){.reveal-layer-info-modal{padding:2.5rem}.reveal-layer-info-modal .modal-body .head-content{flex-direction:row;align-items:center;grid-gap:1.25rem;gap:1.25rem}.reveal-layer-info-modal .modal-body .head-content .text{font-size:1.125rem;margin-left:100px}.reveal-layer-info-modal .modal-body .form-wrapper .form{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center;grid-gap:30px;gap:30px;height:auto;margin-bottom:40px}.reveal-layer-info-modal .modal-body .form-wrapper .form .input-item{flex-grow:1;flex-shrink:1;flex-basis:calc(50% - 15px);margin-bottom:0}.reveal-layer-info-modal .modal-body .form-wrapper .form .input-item.last{flex-grow:0;flex-shrink:0;flex-basis:calc(50% - 15px)}.reveal-layer-info-modal .modal-body .form-wrapper .form .half{display:flex;grid-gap:30px;gap:30px;flex-grow:1;flex-shrink:1;flex-basis:calc(50% - 15px)}.reveal-layer-info-modal .modal-body .submit-button-wrapper button{max-width:450px}}@media screen and (min-width:1200px){.reveal-layer-info-modal{min-width:auto;width:1000px}}@media screen and (min-width:1400px){.reveal-layer-info-modal{padding:4rem;width:1200px}}.vhils-confirmation-modal{background-color:#fff;min-width:180px;max-width:400px;width:auto}.vhils-confirmation-modal .confirmation-text{font-family:"Gilroy-Medium"}.vhils-confirmation-modal .confirmation-button-container{margin-top:1.25rem;display:flex;flex-flow:row wrap;justify-content:space-evenly}.vhils-confirmation-modal .confirmation-button-container button div:hover,.vhils-confirmation-modal .confirmation-button-container button span:hover{color:var(--vhils-yellow)}.vhils-faq-item-new{color:var(--black);background-color:var(--vhils-yellow);padding:1.25rem;text-align:start;width:80%;margin:0 auto 1rem}.vhils-faq-item-new .faq-header{font-size:20px;line-height:24px;display:flex;align-items:center;justify-content:space-between;cursor:pointer}.vhils-faq-item-new .faq-state{font-family:"Gilroy-Medium";font-size:.825rem;letter-spacing:.5px;cursor:pointer}.vhils-faq-item-new .faq-description{font-size:1rem;display:none}.vhils-faq-item-new .faq-description.active{padding:1.25rem;display:inherit}.vhils-faq-item-new .faq-description a{font-family:"Gilroy-Medium"}.vhils-faq-item-new .faq-description a:hover{color:var(--vhils-purple)}@media screen and (max-width:1400px){.vhils-faq-item-new{padding:12px 16px}.vhils-faq-item-new .faq-header{font-size:18px;line-height:22px}}@media screen and (max-width:768px){.vhils-faq-item-new .faq-header{font-size:13px;line-height:17px}.vhils-faq-item-new .faq-description{font-size:.725rem}.vhils-faq-item-new .faq-state{font-size:12px}}.message-claim-box{position:fixed;padding:1.25rem;bottom:1.25rem;right:1.25rem;min-width:230px;max-width:230px;background-color:rgba(0,0,0,.6);color:var(--white);line-height:1.5;border-radius:4px;z-index:1001}.message-claim-box.light{background-color:var(--on-white)}.message-claim-box.hide{display:none}.message-claim-box a{color:var(--highlight);display:block;text-decoration:underline}.message-claim-box .txn{color:var(--white)}.message-claim-box .close-message{position:absolute;top:.312rem;right:.625rem;cursor:pointer}*{--vhils-yellow:#ff0;--vhils-yellow-2:#faff00;--vhils-purple:#561bfd;--vhils-blue-gray:#142831;--vhils-aqua:#9cffe9;--vhils-white-light:rgba(#FFFFFF,0.5);--vhils-black:#000;--vhils-black-light:rgba(#000000,0.5);--vhils-grey-medium:#2b2b2b;--vhils-grey-light:#555;--vhils-white:#fff}.vhils-new-footer{background:var(--vhils-grey-medium);padding:50px 0}.vhils-new-footer *{color:var(--white)}.vhils-new-footer .vhils-new-container{display:flex;flex-direction:column;grid-gap:40px;gap:40px}.vhils-new-footer .col-1 .opensea-button{display:flex;justify-content:flex-start;align-items:center;grid-gap:30px;gap:30px}.vhils-new-footer .col-1 .opensea-button a{max-width:50%}.vhils-new-footer .col-1 .opensea-button a div{white-space:normal;text-align:left}.vhils-new-footer .col-2 .footer-menu{margin-bottom:0}.vhils-new-footer .col-2 .footer-menu li{font-family:"Gilroy-Black";font-size:22px;line-height:28px;margin-bottom:15px;cursor:pointer}.vhils-new-footer .col-2 .footer-menu li.disabled{opacity:.15;cursor:not-allowed}.vhils-new-footer .col-2 .footer-menu li:last-child{margin-bottom:0}.vhils-new-footer .col-2 .footer-menu li.active{color:var(--vhils-yellow)}.vhils-new-footer .col-3 .block-social-networks,.vhils-new-footer .col-3 .extra-menu{margin-bottom:40px}.vhils-new-footer .col-3 .block-social-networks a{display:inline-block;width:26px;height:26px;margin-right:20px}.vhils-new-footer .col-3 .block-social-networks a img{max-width:100%;filter:invert(1)}.vhils-new-footer .copyright{display:block;opacity:.5;font-size:12px}@media screen and (min-width:768px){.vhils-new-footer .vhils-new-container{flex-direction:row;grid-gap:40px;gap:40px}.vhils-new-footer .vhils-new-container .col{width:33.3333%}.vhils-new-footer .vhils-new-container .col-1 .opensea-button{flex-wrap:wrap}.vhils-new-footer .vhils-new-container .col-1 .opensea-button a{width:100%;max-width:264px}.vhils-new-footer .vhils-new-container .col-1 .opensea-button a button{width:100%}.vhils-new-footer .vhils-new-container .col-2 .footer-menu li{font-size:28px;line-height:35px;margin-bottom:20px}.vhils-new-footer .vhils-new-container .col-3 .block-social-networks a{display:inline-block;margin-bottom:20px}.vhils-new-footer .copyright{margin-top:40px}.vhils-new-footer .copyright br{display:none}}@media screen and (min-width:992px){.vhils-new-footer .vhils-new-container .col-1{width:25%}.vhils-new-footer .vhils-new-container .col-2{width:40%;padding-left:2%}.vhils-new-footer .vhils-new-container .col-3{width:25%}}.vhils-diamond-burn .section-landing{margin:0 auto;text-align:center;min-height:100vh;overflow:hidden;z-index:1}.vhils-diamond-burn .section-landing.xl{background:url(/static/media/tear-bg.a4a7f004.png);background-repeat:no-repeat;background-size:cover;background-position:50%;padding-top:8%;margin-top:-8%}.vhils-diamond-burn .section-landing.lg{background:url(/static/media/tear-bg.99f45895.png);background-repeat:no-repeat;background-size:cover;background-position:top;padding-top:16%;margin-top:-16%}.vhils-diamond-burn .section-landing.md{background:url(/static/media/tear-bg.5106809e.png);background-repeat:no-repeat;background-size:cover;background-position:top;padding-top:8%;margin-top:-8%}.vhils-diamond-burn .section-landing.xs{background:url(/static/media/tear-bg.77e64e14.png);background-repeat:no-repeat;background-size:cover;background-position:top;padding-top:16%;margin-top:-16%}.vhils-diamond-burn .section-landing .vhils-new-container{margin-top:8rem;margin-bottom:4rem;display:flex;align-items:flex-start;grid-gap:10%;gap:10%}.vhils-diamond-burn .section-landing .vhils-new-container .diamond-left{width:40%}.vhils-diamond-burn .section-landing .vhils-new-container .diamond-left .description{font-size:1rem;line-height:121%;color:#1e1e1e;text-align:left}.vhils-diamond-burn .section-landing .vhils-new-container .diamond-left .description .bold{font-weight:700}.vhils-diamond-burn .section-landing .vhils-new-container .diamond-left .description .italic{font-style:italic}.vhils-diamond-burn .section-landing .vhils-new-container .diamond-left .description .underline{-webkit-text-decoration-line:underline;text-decoration-line:underline}.vhils-diamond-burn .section-landing .vhils-new-container .diamond-left .description .select-option{display:flex;grid-gap:1rem;gap:1rem;margin-bottom:1rem}.vhils-diamond-burn .section-landing .vhils-new-container .diamond-left .description .select-option .option{cursor:pointer;width:50%;text-align:center;font-size:1rem;font-weight:700;padding:.5rem 1rem;border-radius:.5rem;margin-bottom:1rem}.vhils-diamond-burn .section-landing .vhils-new-container .diamond-left .description .select-option .option.active{color:var(--white);background:var(--black)}.vhils-diamond-burn .section-landing .vhils-new-container .diamond-left .list-action{margin-top:1.5rem;display:flex;flex-wrap:wrap;grid-gap:1rem;gap:1rem;justify-content:center}.vhils-diamond-burn .section-landing .vhils-new-container .diamond-left .list-action .btn-action{color:var(--white);border:none;padding:8px;width:calc(50% - .5rem);font-size:1rem;line-height:1.2;height:54px;font-weight:500}.vhils-diamond-burn .section-landing .vhils-new-container .diamond-left .list-action .btn-action:disabled{opacity:.7;cursor:not-allowed}.vhils-diamond-burn .section-landing .vhils-new-container .diamond-left .list-action .btn-full{width:100%}.vhils-diamond-burn .section-landing .vhils-new-container .diamond-right{width:50%}.vhils-diamond-burn .section-landing .vhils-new-container .diamond-right img{width:100%}@media screen and (max-width:1080px){.vhils-diamond-burn .section-landing .vhils-new-container{flex-direction:column-reverse;grid-gap:2rem;gap:2rem}.vhils-diamond-burn .section-landing .vhils-new-container .diamond-left,.vhils-diamond-burn .section-landing .vhils-new-container .diamond-right{width:100%}}@media screen and (max-width:680px){.vhils-diamond-burn .section-landing{height:auto}}.diamond-claim-modal{padding:5rem 1.25rem 2rem;background:var(--vhils-black);color:var(--white);width:1200px;max-width:90%}.diamond-claim-modal .modal-header{display:flex;justify-content:space-between;align-items:center;grid-gap:1rem;gap:1rem;margin-bottom:.5rem}.diamond-claim-modal .modal-header .modal-title{font-size:1.5rem;font-weight:600;color:var(--vhils-black);font-family:"Gilroy-Black";opacity:0}.diamond-claim-modal .modal-header .modal-close{position:absolute;top:1rem;right:1rem;cursor:pointer;font-size:1.8rem;z-index:1}.diamond-claim-modal .modal-header .modal-close i{font-weight:300}.diamond-claim-modal .modal-body{font-family:"Gilroy-Black";display:flex;grid-gap:5%;gap:5%}.diamond-claim-modal .modal-body .body-left{width:45%}.diamond-claim-modal .modal-body .body-left img{width:100%}.diamond-claim-modal .modal-body .form-wrapper{width:50%}.diamond-claim-modal .modal-body .form-wrapper .header-form{font-family:"Gilroy-Medium";font-size:1rem;font-style:italic;font-weight:700;margin-bottom:1.5rem}.diamond-claim-modal .modal-body .form-wrapper .form{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center;grid-gap:10px;gap:10px;height:auto;margin-bottom:2rem}.diamond-claim-modal .modal-body .form-wrapper .form .input-item{color:var(--white);margin-bottom:.25rem;display:flex;align-items:center;justify-content:space-between;width:100%}.diamond-claim-modal .modal-body .form-wrapper .form label{font-family:"Gilroy-Medium";font-size:1rem;width:130px;margin-bottom:0;font-style:italic;font-weight:700}.diamond-claim-modal .modal-body .form-wrapper .form input{background:var(--white);border:none;color:var(--vhils-grey-medium);font-family:"Gilroy-Medium";font-size:.875rem;width:calc(100% - 130px);height:2rem;border-radius:.25rem}.diamond-claim-modal .modal-body .form-wrapper .form .error-message{top:calc(100% + 3px);font-size:.75rem;font-family:"Gilroy-Medium";color:var(--vhils-yellow-2)!important;left:130px}.diamond-claim-modal .modal-body .form-wrapper .form .input-bottom{display:flex;justify-content:space-between;align-items:center;width:100%;margin-top:1rem}.diamond-claim-modal .modal-body .form-wrapper .form .input-bottom .invoice{width:60%;display:flex;grid-gap:.75rem;gap:.75rem;align-items:center}.diamond-claim-modal .modal-body .form-wrapper .form .input-bottom .invoice label{width:auto}.diamond-claim-modal .modal-body .form-wrapper .form .input-bottom .invoice input{width:2rem;cursor:pointer}.diamond-claim-modal .modal-body .form-wrapper .form .input-bottom .taxId{width:40%}.diamond-claim-modal .modal-body .submit-button-wrapper{text-align:center}.diamond-claim-modal .modal-body .submit-button-wrapper span{color:var(--vhils-black)!important}.diamond-claim-modal .modal-body .submit-button-wrapper button{width:100%;max-width:350px;margin:0 auto;background:var(--vhils-yellow-2);color:var(--vhils-black)}.diamond-claim-modal .modal-bottom{display:flex;justify-content:center;align-items:center}.diamond-claim-modal .success{text-align:center}.diamond-claim-modal .success .message{margin:1rem 0;font-size:1.125rem}.diamond-claim-modal .success button{background:var(--vhils-yellow-2);color:var(--vhils-black)}@media screen and (max-width:1200px){.diamond-claim-modal{width:1000px}}@media screen and (max-width:920px){.diamond-claim-modal{padding:3rem 5% 2rem;overflow:auto}.diamond-claim-modal .modal-body{flex-direction:column;grid-gap:1.5rem;gap:1.5rem;max-height:80vh}.diamond-claim-modal .modal-body .body-left{text-align:center;width:100%}.diamond-claim-modal .modal-body .body-left img{max-width:400px}.diamond-claim-modal .modal-body .form-wrapper{width:100%}}@media screen and (max-width:680px){.diamond-claim-modal .modal-body .form-wrapper .form .input-bottom{flex-direction:column;align-items:flex-start;grid-gap:1rem;gap:1rem}.diamond-claim-modal .modal-body .form-wrapper .form .input-bottom .invoice{width:100%}.diamond-claim-modal .modal-body .form-wrapper .form .input-bottom .taxId{width:50%}}.burn-eth-vhils-modal{padding:3rem 1.25rem 2rem;background:var(--vhils-black);color:var(--white);width:1000px;max-width:90%}.burn-eth-vhils-modal .modal-header{display:flex;justify-content:space-between;align-items:center;grid-gap:1rem;gap:1rem;margin-bottom:.5rem}.burn-eth-vhils-modal .modal-header .modal-title{font-size:1.5rem;font-weight:600;color:var(--vhils-black);font-family:"Gilroy-Black";opacity:0}.burn-eth-vhils-modal .modal-header .modal-close{position:absolute;top:1rem;right:1rem;cursor:pointer;font-size:1.8rem;z-index:1}.burn-eth-vhils-modal .modal-header .modal-close i{font-weight:300}.burn-eth-vhils-modal .modal-body .title{font-weight:600;font-size:1.25rem}.burn-eth-vhils-modal .modal-body .title span{color:var(--vhils-yellow);margin-left:1rem}.burn-eth-vhils-modal .modal-body .slider{padding:2rem 1rem}.burn-eth-vhils-modal .modal-body .slider .swiper-slider{padding:0 3rem}.burn-eth-vhils-modal .modal-body .slider .swiper-slider .swiper-button-prev{color:transparent;width:2rem;height:2rem;border-radius:.25rem;transition:opacity .3s ease-in-out;background:var(--vhils-yellow);left:10px!important;right:auto!important;top:50%!important}.burn-eth-vhils-modal .modal-body .slider .swiper-slider .swiper-button-prev:hover{opacity:.8}.burn-eth-vhils-modal .modal-body .slider .swiper-slider .swiper-button-prev:after{filter:invert(1)}.burn-eth-vhils-modal .modal-body .slider .swiper-slider .swiper-button-prev.swiper-button-disabled{cursor:not-allowed}.burn-eth-vhils-modal .modal-body .slider .swiper-slider .swiper-button-next{color:transparent;width:2rem;height:2rem;border-radius:.25rem;transition:opacity .3s ease-in-out;background:var(--vhils-yellow);right:10px!important;left:auto!important;top:50%!important}.burn-eth-vhils-modal .modal-body .slider .swiper-slider .swiper-button-next:hover{opacity:.8}.burn-eth-vhils-modal .modal-body .slider .swiper-slider .swiper-button-next:after{filter:invert(1)}.burn-eth-vhils-modal .modal-body .slider .swiper-slider .swiper-button-next.swiper-button-disabled{cursor:not-allowed}.burn-eth-vhils-modal .modal-body .slider .swiper-slider .layer-image{cursor:pointer}.burn-eth-vhils-modal .modal-body .slider .swiper-slider .layer-image .layer-image-info{text-align:center;margin-top:.25rem}.burn-eth-vhils-modal .modal-body .slider .swiper-slider .layer-image.selected{border:2px solid var(--vhils-yellow)}.burn-eth-vhils-modal .modal-body .slider .swiper-slider .layer-image.disabled{opacity:.4;cursor:not-allowed}.burn-eth-vhils-modal .modal-body .submit-button-wrapper{text-align:center}.burn-eth-vhils-modal .modal-body .submit-button-wrapper span{color:var(--vhils-black)!important}.burn-eth-vhils-modal .modal-body .submit-button-wrapper button{width:100%;max-width:350px;margin:0 auto;background:var(--vhils-yellow-2);color:var(--vhils-black)}.burn-eth-vhils-modal .modal-body .submit-button-wrapper button:disabled{opacity:.8;cursor:not-allowed}