.wallet-btn{border:1.5px solid transparent;background:#fff;color:#1d4ed8;height:40px;padding:0 16px;min-width:136px;border-radius:100px;cursor:pointer;transition:background-color .3s ease,color .3s ease,opacity .3s ease;font-size:14px;font-weight:600;line-height:16.41px;text-align:center}.wallet-btn:hover{opacity:.9}.wrong-btn{background-color:#f44336;border-color:#f44336;color:#fff}.wrong-btn:hover{background-color:#d32f2f;border-color:#d32f2f;color:#fff}.header{width:100%;height:88px;background:#1d4ed8;display:flex;align-items:center;justify-content:center;z-index:9998}.header-wrapper{display:flex;flex-direction:row;align-items:center;justify-content:space-between;width:100%}.header-logo{height:36px}.header-nav{display:flex;flex-direction:row;align-items:center;justify-content:flex-end;gap:1rem}.nav-link{font-size:16px;font-weight:400;line-height:18.75px;color:#fff;cursor:pointer}.nav-link:hover{text-decoration:underline}.nav-buy-nft{background:#f5f8ff;border-radius:100px;height:40px;width:132px;padding:0 8px;font-size:15px;font-weight:700;line-height:17.58px;text-align:center;color:#1d4ed8;display:flex;align-items:center;justify-content:center;cursor:pointer}@media only screen and (max-width: 1000px){.header-nav a{display:none}}.footer-bottom-wrapper{display:flex;justify-content:space-between;padding-block:1rem;align-items:center}.footer-bottom-left,.footer-bottom-right{display:flex;gap:1rem}.footer-bottom-icon{width:30px;height:30px}@media only screen and (max-width: 768px){.footer-bottom-wrapper{flex-direction:column-reverse;gap:1rem}.footer-bottom-right{flex-wrap:wrap;justify-content:center}}.footer-center{display:flex;justify-content:space-between;padding-block:2rem}.footer-center-title{font-size:1.125rem;font-weight:700;font-family:Inter,sans-serif;color:var(--text-color);text-align:start}.footer-center-list{display:flex;flex-direction:column;gap:1rem}.footer-center-subtitles{display:flex;flex-direction:column;gap:.5rem}.footer-center-item{font-size:14px;line-height:20px;font-weight:300;font-family:Inter,sans-serif;color:var(--text-color);text-decoration:none;display:flex;justify-content:flex-start;align-items:center}.footer-center-item:hover{font-weight:400}@media only screen and (max-width: 768px){.footer-center{flex-wrap:wrap;padding:2rem 1rem;gap:2rem}.footer-center-list{width:40%}}.footer-section-top-wrapper{display:flex;justify-content:space-between}.footer-section-top-input{background:transparent;color:#fff;padding:.5rem;border:1px solid rgb(224,224,224);border-radius:.5rem;width:250px}.footer-section-top-input.error{border:1px solid red}@media only screen and (max-width: 768px){.footer-section-top-wrapper{flex-direction:column;gap:1rem}}.footer-wrapper{width:100%;background:var(--bg-color);color:var(--bg-desc);padding-top:4rem;transition:background .3s}.footer-divider{width:100%;height:1px;background-color:var(--bg-desc)}.home{min-height:calc(100vh - 88px);padding:3rem 0;display:flex;flex-direction:column;align-items:center;justify-content:space-between}.home-texts{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem}.home-texts span:nth-child(1){font-size:32px;font-weight:600;line-height:10px;text-align:center;color:#01010d}.home-texts span:nth-child(2){font-size:48px;font-weight:600;line-height:56px;text-align:center;color:#1d4ed8}.home-texts span:nth-child(3){font-size:15px;font-weight:400;text-align:center;color:#01010d;margin-top:-8px}.home-texts span:nth-child(4){border:1px solid #ffffff80;background:#ffd900;border-radius:100px;width:200px;height:50px;font-size:20px;font-weight:600;line-height:23.44px;text-align:center;color:#110e00;cursor:pointer;display:flex;align-items:center;justify-content:center;animation:glow 1.5s infinite}.home-texts span:nth-child(4):hover{transform:scale(1.05);transition:.3s}@keyframes glow{0%{box-shadow:0 0 #ffd900}50%{box-shadow:0 0 20px #ffd900}to{box-shadow:0 0 #ffd900}}.home-boxs{width:100%;max-width:852px;display:flex;align-items:center;justify-content:space-between;gap:1rem}.home-box{box-shadow:0 0 50px #1d4ed8;border:1px solid #fff;background:#1d4ed8;border-radius:50%;width:364px;height:364px;display:flex;align-items:center;justify-content:center;padding:24px}.home-box-bg{width:100%;height:100%;border-radius:50%;display:flex;align-items:center;justify-content:center;background:#ffffff50;overflow:hidden}.home-footer{width:100%;max-width:476px;gap:24px;display:flex;flex-direction:column;align-items:center;justify-content:center}.home-footer-button button{border-radius:100px;border:2px solid #1d4ed8;background:none;width:200px;height:50px;color:#1d4ed8;font-size:20px;font-weight:400;line-height:23.44px;text-align:center;cursor:pointer}.home-footer-texts{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:36px}.home-footer-left{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem}.home-footer-left-text{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:6px}.home-footer-left-text span{font-size:14px;font-weight:400;text-align:center;color:#04258c70}.home-footer-left-text img{height:28px;width:auto;opacity:.7}.home-footer-right{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem}.home-footer-right-text{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:6px}.home-footer-right-text span{font-size:14px;font-weight:400;text-align:center;color:#01010d50}.home-footer-right-text img{height:28px;width:auto;opacity:.5}@media only screen and (max-width: 1000px){.home{padding:2rem 0}.home-texts{gap:4px}.home-texts span:nth-child(1){line-height:normal;font-size:20px}.home-texts span:nth-child(2){font-size:32px}.home-boxs{margin:2rem 0;justify-content:center}.home-box:nth-child(2){display:none}.home-box{width:90%;height:auto;max-width:350px;max-height:350px;aspect-ratio:1/1;align-self:center}.home-footer-left-text,.home-footer-right-text{flex-direction:column}.home-texts span:nth-child(3){margin-top:0}.home-texts span:nth-child(4){margin-top:1rem}}.mint-header{width:100%;height:auto;min-height:120px;display:flex;flex-direction:column;justify-content:center;align-items:center;max-width:952px}.mint-header-title{color:#04258c;font-size:20px;font-weight:400;line-height:23.44px;text-align:left;width:100%;padding-left:24px}.mint-header-progress-wrapper{width:100%;height:50px;margin-top:8px;display:grid;grid-template-columns:1fr 100px;align-items:center}.mint-header-progress-text{width:100%;display:flex;flex-direction:column;align-items:center;justify-content:center}.mint-header-progress-text span:nth-child(1){font-size:32px;font-weight:700;line-height:37.5px;text-align:center;color:#04258c}.mint-header-progress-text span:nth-child(2){font-size:16px;font-weight:300;line-height:18.75px;text-align:center;color:#04258c}.mint-header-progress-bar{box-shadow:0 1px 4px #00000040 inset;background:#f2f5fd;border-radius:50px;width:100%;height:100%;position:relative;overflow:hidden}.mint-header-progress-bar-fill{background:linear-gradient(90deg,#edf1fc 18.5%,#1d4ed8);box-shadow:0 0 10px #1d4ed8;height:56px;border-radius:50px;min-width:56px;display:flex;flex-direction:row;align-items:center;justify-content:flex-end}.mint-header-progress-bar-text{border:1px solid #edf1fc40;background:#436cdf;width:auto;height:54px;aspect-ratio:1/1;border-radius:50%;display:flex;align-items:center;justify-content:center}.mint-header-progress-bar-text span{color:#f9fbff;font-size:20px;font-weight:700;line-height:23.44px;text-align:center}@media only screen and (max-width: 768px){.mint-header{height:100px}}.claim-process-container{width:100%;height:auto;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;gap:16px}.claim-process-button{width:100%;display:flex;align-items:center;justify-content:center}.claim-process-button button{background:#1d4ed8;border:3px solid #01010d26;border-radius:100px;height:52px;width:100%;display:flex;align-items:center;justify-content:center;color:#fff;font-size:20px;font-weight:600;line-height:24px;text-align:center;transition:all .3s ease;cursor:pointer}.claim-process-button button:hover{opacity:.8}.claim-process-button button:disabled{opacity:.5;cursor:not-allowed}.claim-process-footer{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%}.claim-process-footer span{color:#04258c;font-size:12px;font-weight:300;text-align:center}.claim-process-footer span b{font-weight:600}.claim-process-box{box-shadow:0 2px 10px #00000026;border:1px solid #05268d40;background:#fff;width:100%;border-radius:24px;display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;overflow:hidden}.claim-process-box-body-nft-case-container{width:100%;height:100%;max-height:220px;display:flex;align-items:center;justify-content:center;font-size:24px;font-weight:600;line-height:28px;text-align:center;color:#1f2937}.claim-process-box-header{background:#1d4ed8;height:70px;width:100%;display:flex;flex-direction:column;align-items:center;justify-content:center}.claim-process-box-header img{height:20px;width:auto;opacity:.5}.claim-process-box-header span{font-size:24px;font-weight:600;line-height:28px;text-align:center;color:#fff}.claim-process-box-summary{background:#01162e;height:136px;width:100%;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;gap:8px;padding:0 24px}.claim-process-box-summary-item{width:100%;display:flex;flex-direction:row;align-items:center;justify-content:space-between}.claim-process-box-summary-item-left{font-size:14px;font-weight:400;line-height:24px;letter-spacing:.5px;text-align:left;color:#fff}.claim-process-box-summary-item-right{display:flex;flex-direction:row;align-items:center;justify-content:flex-end}.claim-process-box-summary-item-right span{font-size:20px;font-weight:400;line-height:28px;color:#ffffff50}.claim-process-box-summary-item-right span b{font-size:20px;font-weight:400;line-height:28px;color:#5aff88}.claim-process-box-process{background:#edf1fc;border-top:1px solid #ced9f6;height:396px;width:100%;padding:24px;display:flex;align-items:center;justify-content:space-between;flex-direction:column;gap:2rem;z-index:2;position:relative}.claim-process-box-body{display:grid;grid-template-columns:1fr;gap:12px;align-items:center;padding:24px;width:100%;height:auto;min-height:220px}.claim-process-box-body-nft-case-box{height:196px;width:196px;display:flex;align-items:center;justify-content:center}.claim-process-box-process-item{cursor:pointer}.claim-process-box-process-item:hover{transition:all .5s ease;transform:scale(1.05)}.claim-process-box-process-item:nth-child(1){background:#f6f8fd;border:.5px solid #1d4ed8;box-shadow:0 2px 10px #00000026;border-radius:50%;width:86px;height:86px;display:flex;align-items:center;justify-content:center}.claim-process-box-process-item:nth-child(1) img{width:60px;height:60px}.claim-process-box-process-item:nth-child(2){background:#f6f8fd;border:.5px solid #1d4ed8;box-shadow:0 2px 10px #00000026;border-radius:50%;width:55px;height:55px;display:flex;align-items:center;justify-content:center;position:relative;z-index:2}.claim-process-box-process-item:nth-child(2):before{content:"";position:absolute;top:-32px;width:32px;height:2px;border-top:2px dashed #81c995d9;z-index:-1;transform:rotate(90deg)}.claim-process-box-process-item:nth-child(2):after{content:"";position:absolute;bottom:-32px;width:32px;height:2px;border-top:2px dashed #666666d9;z-index:-1;transform:rotate(270deg)}.claim-process-box-process-item:nth-child(2) img{width:30px;height:40px}.claim-process-box-process-item:nth-child(3){background:#f6f8fd;border:1px solid #e5e7eb;box-shadow:0 2px 10px #00000026;border-radius:50%;width:86px;height:86px;display:flex;align-items:center;justify-content:center}.claim-process-box-process-item:nth-child(3) img{width:60px;height:80px;opacity:.5}.hero-big-ring{border:1px solid rgba(29,78,216,.25);width:86px;aspect-ratio:1 / 1;position:absolute;border-radius:100dvw;z-index:0;display:flex;justify-content:center;align-items:center;animation:rotate 10s linear infinite reverse;z-index:3}.hero-star-wrapper{position:absolute;transform:translate(-50%,-50%);display:flex;height:50%;justify-content:center}.hero-star{width:8px;height:8px;background:#000;border-radius:100dvw;transform:translate(-50%,-50%)}.claim-process-pagination{width:100%;display:flex;align-items:center;justify-content:center}@keyframes rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media only screen and (max-width: 768px){.claim-process-box-process-line:nth-child(2){width:40px}.claim-process-box-process-line:nth-child(4){width:40px}}@font-face{font-family:swiper-icons;src:url(data:application/font-woff;charset=utf-8;base64,\ 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);font-weight:400;font-style:normal}:root{--swiper-theme-color: #007aff}:host{position:relative;display:block;margin-left:auto;margin-right:auto;z-index:1}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1;display:block}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function, initial);box-sizing:content-box}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translateZ(0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform;display:block}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-slide,.swiper-3d .swiper-cube-shadow{transform-style:preserve-3d}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-css-mode.swiper-horizontal>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-css-mode.swiper-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-css-mode.swiper-centered>.swiper-wrapper:before{content:"";flex-shrink:0;order:9999}.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper:before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper:before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-slide-shadow-bottom{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:#00000026}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,#00000080,#0000)}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color, var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color: #fff}.swiper-lazy-preloader-black{--swiper-preloader-color: #000}@keyframes swiper-preloader-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.swiper.swiper-cards{overflow:visible}.swiper-cards .swiper-slide{transform-origin:center bottom;-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden}.mint-process{width:100%;max-width:566px;height:auto;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;gap:16px}.mint-process-button{box-shadow:0 0 15px #ffd900;border:1px solid #5a4d0080;background:#ffd900;border-radius:24px;height:52px;width:100%;text-align:center;display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:20px;font-weight:700;line-height:23.44px;text-align:left;color:#5a4d00;transition:all .3s ease}.mint-process-button:hover{opacity:.8}.mint-process-button:disabled{opacity:.5;cursor:not-allowed}.mint-process-footer{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%}.mint-process-footer span{color:#04258c;font-size:12px;font-weight:300;text-align:center}.mint-process-footer span b{font-weight:600}.mint-process-box{background:#edf1fc;width:100%;height:auto;display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;overflow:hidden;border-radius:24px}.mint-process-box-body{width:100%;padding:24px;display:flex;align-items:center;justify-content:center}.mint-process-box-body-card{width:190px;height:300px;background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 4px 4px #00000040}.mint-process-box-body-card:hover{transition:all .5s ease;transform:scale(1.03)}.mint-process-box-body-card-header{background:#01162e;width:100%;padding:12px 20px;height:59px;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:6px}.mint-process-box-body-card-header img{height:12px;width:auto}.mint-process-box-body-card-header span{font-size:16px;font-weight:600;line-height:18.75px;text-align:center;color:#fff}.mint-process-box-body-card-body{padding:12px 20px;width:100%;height:241px;display:flex;align-items:center;justify-content:center}.mint-process-box-body-card-body-item{background:#01162e;width:100%;height:193px;border-radius:8px;display:flex;align-items:center;justify-content:center}.mint-process-box-body-card-body-item span{font-size:64px;font-weight:600;line-height:75px;text-align:center;color:#fff}.mint-process-chances{width:100%;height:auto;display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start}.mint-process-chances-header{background:#ffd900;border-top-left-radius:8px;border-top-right-radius:8px;width:100%;height:32px;display:flex;align-items:center;justify-content:center}.mint-process-chances-header span{color:#01162e;font-size:14px;font-weight:500;line-height:16.41px;text-align:center}.mint-process-chances-body{background:linear-gradient(89.98deg,#fffbe7 61.72%,#ffd900 99.99%);width:100%;height:86px;padding:12px 18px;gap:12px;display:flex;flex-direction:row;align-items:center;justify-content:space-between}.mint-process-chances-body-item{box-shadow:0 0 10px #ced9f6;border:1px solid #1d4ed826;background:#edf1fc;width:40px;height:40px;display:flex;flex-direction:column;align-items:center;justify-content:center;border-radius:12px;gap:2px;cursor:pointer}.mint-process-chances-body-item:hover{transition:all .5s ease;transform:scale(1.05)}.mint-process-chances-body-item span{color:#788bbc;font-size:14px;font-weight:500;line-height:16.41px;text-align:center}.mint-process-chances-body-item-star{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:1px}.mint-process-chances-body-item-star svg{color:#788bbc;font-size:10px}.mint-process-chances-body-item-active{box-shadow:0 0 10px #ced9f6;border:1px solid #01162e40;background:#1d4ed8}.mint-process-chances-body-item-active span{color:#fff}.mint-process-chances-body-item-active svg{color:#fff}.mint-process-chances-body-item-full{box-shadow:0 0 10px #fff6c5;border:1px solid #fff1a7;background:#fffbe7;width:62px;height:62px;display:flex;flex-direction:column;align-items:center;justify-content:center;border-radius:12px;cursor:pointer;gap:4px}.mint-process-chances-body-item-full:hover{transition:all .5s ease;transform:scale(1.05)}.mint-process-chances-body-item-full span{color:#5a4d00;font-size:20px;font-weight:700;line-height:23.44px;text-align:center}.mint-process-chances-body-item-full svg{color:#5a4d00;font-size:10px}.mint-process-chances-body-item-full-active{box-shadow:0 0 15px #fff6c5;border:1px solid #5a4d0040;background:#ffd900}.mint-process-summary{background:#01162e;width:100%;height:auto;min-height:136px;padding:12px 24px;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;gap:10px}.mint-process-summary-item{display:flex;flex-direction:row;align-items:center;justify-content:space-between;width:100%;height:auto}.mint-process-summary-key span{color:#f9fbff;font-size:16px;font-weight:400;text-align:left}.mint-process-summary-value span{color:#5aff88;font-size:24px;font-weight:400;line-height:28px;text-align:right}.mint-process-summary-value{display:flex;flex-direction:row;align-items:center;justify-content:flex-end;gap:10px}.mint-process-summary-max-button{height:48px;width:60px;display:flex;align-items:center;justify-content:center;cursor:pointer;border-radius:6px;border:none;font-size:18px;font-weight:500;line-height:28px;text-align:left;background:#1d4ed8;color:#f9fbff}.mint-process-summary-max-button:hover{transition:all .3s ease;box-shadow:0 0 15px #1d4ed8;transform:scale(1.03)}.mint-process-summary-value-input{display:grid;grid-template-columns:26px 1fr 26px;width:120px;border-radius:6px;overflow:hidden;border:1px solid #e2e8f0}.mint-process-summary-value-input button{height:48px;width:100%;display:flex;align-items:center;justify-content:center;cursor:pointer;border:none;background:#f9fbff}.mint-process-summary-value-input button:nth-child(1){border-right:1px solid #e2e8f0}.mint-process-summary-value-input button:nth-child(3){border-left:1px solid #e2e8f0}.mint-process-summary-value-input button:hover{background:#e2e8f0;transition:all .3s ease}.mint-process-summary-value-input button svg{color:#2d3748;font-size:16px}.mint-process-summary-value-input-value{height:48px;width:100%;background:#1d4ed8;display:flex;align-items:center;justify-content:center;color:#f9fbff;font-size:18px;font-weight:500;line-height:28px;text-align:center}@media only screen and (max-width: 1000px){.mint-process-chances-body{justify-content:space-between;flex-wrap:wrap;gap:19px;height:auto}}.mint-container-wrapper{background:#fff;width:100%;height:auto;display:flex;align-items:center;justify-content:center}.mint-container{display:flex;flex-direction:column;align-items:center;justify-content:flex-start;gap:20px;margin:32px 0}.mint-body{display:grid;width:100%;gap:24px;align-items:flex-start;max-width:952px}@media only screen and (max-width: 1200px){.mint-body{grid-template-columns:1fr!important;place-items:center!important}.claim-process-container{max-width:566px}}.countdown-wrapper{width:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem}.countdown-title span{font-size:32px;font-weight:600;color:#04258c}.countdown-boxs{width:100%;display:flex;flex-direction:row;align-items:center;justify-content:center;gap:1rem}.countdown-box-item{display:flex;flex-direction:column;align-items:center;justify-content:center;background:#01162e;border-radius:16px;padding:16px 0;gap:0px;width:90px}.countdown-box-item span:nth-child(1){font-size:32px;font-weight:600;color:#f9fbff}.countdown-box-item span:nth-child(2){font-size:16px;font-weight:300;color:#f9fbff;opacity:.5}@media only screen and (max-width: 768px){.countdown-box-item{width:75px}.countdown-box-item span:nth-child(1){font-size:24px}.countdown-box-item span:nth-child(2){font-size:12px}}.collection-wrapper{background:#1d4ed8;width:100%;height:auto;padding:3rem 0;display:flex;align-items:center;justify-content:center}.collection-container{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;gap:2rem}.collection-header{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;gap:1rem}.collection-title{display:flex;flex-direction:row;align-items:center;justify-content:flex-start;gap:8px}.collection-title span:nth-child(1){font-size:48px;font-weight:700;line-height:48px;text-align:left;color:#ffe0ce}.collection-title span:nth-child(2){color:#002651;font-size:48px;font-weight:700;line-height:48px;text-align:left}.collection-description{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;color:#ffe0ce}.collection-description span:nth-child(1){font-size:20px;font-weight:400;line-height:23.44px;text-align:left}.collection-description span:nth-child(2){font-size:20px;font-style:italic;font-weight:300;line-height:23.44px;text-align:left}.collection{background:#ffffffe5;box-shadow:0 0 50px #58200080;width:100%;height:auto;padding:48px 24px;border-radius:24px;display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;gap:2rem}.collection-list{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem;width:100%}.collection-pagination{width:100%;display:flex;justify-content:center;align-items:center}.nft-item{background:#edf1fc;border:1px solid #05268d40;box-shadow:0 2px 10px #00000026;border-radius:12px;width:100%;height:469px;overflow:hidden;display:flex;flex-direction:column;align-items:center;justify-content:space-between}.golden-nft-item{background:#fffbe7;border:1px solid #4e380040;box-shadow:0 2px 10px #00000026}.diamond-nft-item{background:#d2defc;border:1px solid #05268d40;box-shadow:0 2px 10px #00000026}.nft-item-header{width:100%;height:59px;background:#1d4ed8;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px}.golden-nft-item .nft-item-header{background:#ffd900}.diamond-nft-item .nft-item-header{background:linear-gradient(90deg,#871dd8,#70f1ff)}.nft-item-header img{height:12px;width:auto}.nft-item-header span{font-size:16px;font-weight:500;line-height:18.75px;text-align:center;color:#fff}.golden-nft-item .nft-item-header span{color:#4e3800}.diamond-nft-item .nft-item-header span{color:#fff}.nft-item-body{width:100%;height:auto;min-height:310px;display:flex;align-items:center;justify-content:center}.nft-item-body img{height:80%;width:auto}.nft-item-footer{width:100%;height:auto;display:flex;flex-direction:row;align-items:center;justify-content:space-between;background:#01162e;padding:24px}.nft-item-footer-left{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start}.nft-item-footer-left-top{color:#ffffff80;font-size:24px;font-weight:300;line-height:24px;letter-spacing:.5px;text-align:left}.nft-item-footer-left-top b{color:#338ef7;font-weight:600}.nft-item-footer-left-bottom span{font-size:12px;font-weight:400;text-align:left;color:#fff}.nft-item-footer-right{display:flex;flex-direction:column;align-items:flex-end;justify-content:flex-end}.nft-item-footer-right-top span:nth-child(1){color:#5aff88;font-size:20px;font-weight:400;line-height:28px;text-align:right;margin-right:4px}.nft-item-footer-right-top span:nth-child(2){color:#ffffff80;font-size:12px;font-weight:400;line-height:24px;letter-spacing:.5px}.nft-item-footer-right-bottom{display:flex;flex-direction:row;align-items:center;justify-content:flex-end;gap:4px}.nft-item-footer-right-bottom span{font-size:12px;font-weight:400;line-height:14.06px;letter-spacing:.5px;text-align:right;color:#fff}.nft-item-footer-right-bottom svg{color:#ffffff80}.ant-pagination-item{background:transparent!important;border-radius:50%!important}.ant-pagination-item-active{background:#fff!important}.ant-pagination-next,.ant-pagination-prev{border-radius:50%!important}.swiper .swiper-cards{height:auto}.swiper-3d .swiper-slide-shadow{background:none!important}.swiper{width:518px;margin-right:0;margin-left:0}.swiper-cards .swiper-slide{overflow:visible}.swiper-3d .swiper-wrapper{text-align:-webkit-center}@media only screen and (max-width: 768px){.swiper{width:250px;height:auto}.collection-list{justify-items:center}}.presentation-container{padding:5rem 0;display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;gap:6rem}.presantation-common{display:grid;grid-template-columns:1fr 412px;gap:2rem;align-items:center}.presantation-gold{display:grid;grid-template-columns:412px 1fr;gap:2rem;align-items:center;width:100%}.presentation-content{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;gap:2rem}.presentation-content-header{width:100%;max-width:521px;display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;gap:1rem}.presentation-content-header span:nth-child(1){color:#01010d;font-size:32px;font-weight:600;line-height:48px}.presentation-content-header span:nth-child(2){font-size:40px;font-weight:700;line-height:48px;color:#1d4ed8;margin-top:-16px}.presentation-content-header span:nth-child(3){font-size:16px;font-weight:400;line-height:18.75px;color:#01010d}.presentation-content-body{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;gap:2rem}.presentation-content-body-header{background:#1d4ed8;height:46px;width:155px;border-radius:12px;text-align:center;display:flex;align-items:center;justify-content:center}.presentation-content-body-header span{font-size:16px;font-weight:700;line-height:22px;color:#fff}.gold-header span{color:#4e3800!important}.presentation-content-body-items{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem}.presentation-content-body-item{display:grid;grid-template-columns:70px 1fr;gap:1rem}.presentation-content-body-item-icon{box-shadow:0 0 10px #ced9f6;border:1px solid #1d4ed826;background:#edf1fc;height:70px;width:70px;border-radius:12px;display:flex;align-items:center;justify-content:center}.presentation-content-body-item-icon span{color:#788bbc;font-size:20px;font-weight:400;line-height:22px;text-align:center}.presentation-content-body-item-texts{display:flex;flex-direction:column;align-items:flex-start;justify-content:center}.presentation-content-body-item-texts span:nth-child(1){font-size:16px;font-weight:600;line-height:22px;text-align:left;color:#01010d}.presentation-content-body-item-texts span:nth-child(2){font-size:14px;font-weight:400;line-height:18px;text-align:left;color:#808a96}.presentation-image{width:100%;height:100%;display:flex;align-items:center;justify-content:center;border-radius:12px;position:relative}.golden-promo{position:absolute;top:0;left:0;width:150px;height:auto;z-index:2}.presentation-gold-content{align-items:flex-end;width:100%}.presentation-gold-header{align-items:flex-end}.presentation-gold-header span:nth-child(2){color:#ffd900}.gold-header{background:#ffd900}.presentation-gold-content .presentation-content-body{align-items:flex-end;width:100%}.presentation-gold-content .presentation-content-body-items{grid-template-columns:1fr;width:100%}.presentation-gold-content .presentation-content-body-item{grid-template-columns:1fr 70px;width:100%}.presentation-gold-content .presentation-content-body-item-texts{align-items:flex-end}.presentation-gold-content .presentation-content-body-item-icon{box-shadow:0 0 10px #fff6c5;border:1px solid #fff1a7;background:#fffbe7}.presentation-gold-content .presentation-content-body-item-icon span{color:#aba05e}.presentation-content-buy-nft{background:#1d4ed8;height:52px;width:180px;display:flex;align-items:center;justify-content:center;border-radius:100px;margin-right:86px;cursor:pointer;transition:all .3s ease-in-out}.presentation-content-buy-nft:hover{opacity:.8}.presentation-content-buy-nft span{font-size:20px;font-weight:400;line-height:23.44px;text-align:center;color:#fff}@media only screen and (max-width: 1000px){.presantation-common{display:flex;flex-direction:column}.presentation-content-body-items{grid-template-columns:1fr}.presantation-gold{display:flex;flex-direction:column}.presentation-gold-header span:nth-child(2){text-align:right;font-size:32px;line-height:normal}.presentation-content-header span:nth-child(1){font-size:28px}.gold-texts span:nth-child(1){text-align:right}.gold-texts span:nth-child(2){text-align:right}.presentation-image{height:300px;margin-top:-2rem}.golden-promo{width:120px;right:0;left:auto}}.provider{background:linear-gradient(360deg,#00152d,#002249);width:100%;height:auto;padding:4rem 0;display:flex;flex-direction:column;align-items:center;justify-content:center}.provider span:nth-child(1){font-size:36px;font-weight:600;line-height:54px;text-align:center;color:#fff}.provider span:nth-child(2){font-size:48px;font-weight:700;line-height:54px;text-align:center;color:#1d4ed8}.provider span:nth-child(3){font-size:20px;font-weight:300;line-height:24px;text-align:center;color:#fff;margin:2rem 0;max-width:579px}.provider a{background:#1d4ed8;width:240px;height:60px;padding:12px 24px;border-radius:50px;color:#fff;font-size:16px;font-weight:600;line-height:24px;text-align:center;text-decoration:none;display:flex;align-items:center;justify-content:center;font-size:20px;font-weight:400;line-height:35.12px;text-align:left;font-family:Pacifico,cursive}@media only screen and (max-width: 1000px){.provider span:nth-child(1){font-size:22px;line-height:normal}.provider span:nth-child(2){font-size:24px;line-height:normal}.provider span:nth-child(3){font-size:16px;line-height:normal}.provider{padding-right:1rem;padding-left:1rem}.provider a{height:48px;width:180px;font-size:16px;letter-spacing:.5px}}.ant-modal-root .ant-modal-mask{background:transparent;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.ant-modal-root .ant-modal-wrap{overflow:hidden}.claim-modal{width:558px!important;height:546px!important}.claim-modal-congrats{position:absolute;width:834px!important;height:546px!important;transform:scale(1.7);z-index:-1}.ant-modal .ant-modal-content{background:none;box-shadow:none;border-radius:0;padding:0}.claim-modal-body{padding:32px 64px;border-radius:24px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:24px;position:relative}.claim-modal-body img{width:218px;height:auto}.claim-modal-content-texts{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:24px}.claim-modal-content-texts span:nth-child(1){font-size:32px;font-weight:600;line-height:54px;text-align:center;color:#01010d}.claim-modal-content-texts span:nth-child(2){font-size:14px;font-weight:300;line-height:20px;text-align:center;color:#01010d}.claim-modal-footer{width:100%;display:flex;align-items:center;justify-content:center}.claim-modal-footer button{background:linear-gradient(90deg,#871dd8,#70f1ff);border-radius:100px;width:100%;height:50px;border:1px solid #ffffff80;box-shadow:0 0 15px #70eeff80;font-size:20px;font-weight:600;line-height:23.44px;text-align:center;color:#fff;cursor:pointer;transition:all .3s ease-in-out}.claim-modal-footer button:hover{opacity:.8}.claim-modal-footer button:disabled{opacity:.5;cursor:not-allowed}@media only screen and (max-width: 768px){.claim-modal{width:95%!important;height:auto!important}.claim-modal-content-texts{gap:16px}.claim-modal-content-texts span:nth-child(1){font-size:24px}.claim-modal-content-texts span:nth-child(2){font-size:12px}.claim-modal-body{padding:24px}.ant-modal-root .ant-modal-wrap{overflow:auto}.ant-modal-root .ant-modal-mask{-webkit-backdrop-filter:blur(7px);backdrop-filter:blur(7px)}.claim-modal-body{background:linear-gradient(180deg,#f9fbff80 15.33%,#ffffff76),linear-gradient(180deg,#f9fbff0d 26.86%,#f9fbff 72.77%);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:2px solid rgba(17,14,0,.05)}.claim-modal-congrats{display:none}}.htb-container{background:#01162e;width:100%;height:auto;padding:3rem 0;display:flex;align-items:center;justify-content:center}.htb-content{display:flex;flex-direction:column;align-items:center;justify-content:flex-start}.htv-header{width:100%;display:flex;flex-direction:column;align-items:center;justify-content:center}.htv-header span:nth-child(1){color:#f9fbff;font-size:32px;font-weight:600;line-height:48px;text-align:center}.htv-header span:nth-child(2){color:#1d4ed8;font-size:40px;font-weight:700;line-height:48px;text-align:center}.htv-header span:nth-child(3){color:#f9fbff;font-size:16px;font-weight:400;line-height:18.75px;text-align:center;margin-top:16px;max-width:400px}.htb-youtube-video{width:100%;margin:3rem 0;display:flex;align-items:center;justify-content:center}.htb-youtube-video iframe{width:100%;max-width:734px;height:auto;aspect-ratio:16/9;border-radius:24px;border:none}.htb-content-body{width:100%;display:grid;grid-template-columns:repeat(3,1fr);gap:64px;position:relative}.htb-content-body-item{display:flex;flex-direction:column;align-items:center;justify-content:flex-start;gap:1rem;position:relative;z-index:1}.htb-content-body-item:nth-child(2):before{content:"";position:absolute;top:80px;left:-120px;width:170px;height:2px;border-top:2px dashed #f9fbff;z-index:0}.htb-content-body-item:nth-child(2):after{content:"";position:absolute;top:80px;right:-120px;width:170px;height:2px;z-index:0;border-top:2px dashed #f9fbff}.htb-content-body-item-box{border:1px solid #00000026;background:#f9fbff;box-shadow:0 0 20px #4a87ff;width:160px;height:160px;display:flex;flex-direction:column;align-items:center;justify-content:center;border-radius:12px;gap:24px}.htb-content-body-item-box svg{color:#1d4ed8;font-size:36px}.htb-content-body-item-box span{font-size:24px;font-weight:600;line-height:22px;text-align:center;color:#1d4ed8}.htb-content-body-item-texts{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px}.htb-content-body-item-texts span:nth-child(1){font-size:24px;font-weight:600;line-height:22px;text-align:center;color:#f9fbff}.htb-content-body-item-texts span:nth-child(2){font-size:15px;font-weight:400;line-height:18px;text-align:center;color:#808a96}@media only screen and (max-width: 1024px){.htb-content-body{grid-template-columns:1fr;gap:32px}.htb-content-body-item:nth-child(2):before,.htb-content-body-item:nth-child(2):after{display:none}.htv-header span:nth-child(3){font-size:14px;line-height:normal;max-width:max-content}.htv-header span:nth-child(2){font-size:32px;line-height:normal}.htv-header span:nth-child(1){font-size:28px;line-height:normal}.htb-youtube-video{margin:2rem 0}.htb-content-body-item-box{width:120px;height:120px}.htb-content-body-item-box svg{font-size:24px}.htb-content-body-item-box span{font-size:18px}}.tg-modal{width:690px!important;height:284px!important}.tg-modal-congrats{position:absolute;width:690px;height:318px;transform:scale(1.7);z-index:-2}.tg-modal-body{padding:32px 66px;border-radius:24px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:24px;position:relative}.tg-modal-content-texts{display:flex;width:100%;flex-direction:column;align-items:center;justify-content:flex-start;gap:24px}.tg-modal-content-texts span:nth-child(1){font-size:32px;font-weight:600;line-height:54px;text-align:center;color:#01010d}.tg-modal-content-texts span:nth-child(2){font-size:14px;font-weight:300;line-height:20px;text-align:center;color:#01010d}.tg-modal-footer-golden{width:100%;display:grid;grid-template-columns:1fr 160px;gap:24px;height:50px}.tg-modal-footer-golden input{background:#fffbe7;border:1px solid #4e380040;width:100%;height:100%;border-radius:24px;font-size:12px;font-weight:300;line-height:14.52px;text-align:center;color:#4e3800;outline:none}.tg-modal-footer-golden button{background:#ffd900;box-shadow:0 0 20px #ffd900;border:1px solid #110e0026;width:100%;height:100%;border-radius:100px;font-size:20px;font-weight:600;line-height:23.44px;text-align:center;color:#110e00;outline:none;cursor:pointer;transition:all .3s ease-in-out}.tg-modal-footer-golden button:hover{opacity:.8}.tg-modal-footer-golden button:disabled{cursor:not-allowed;opacity:.5}.tg-modal-footer-diamond{width:100%;display:grid;grid-template-columns:1fr 160px;gap:24px;height:50px}.tg-modal-footer-diamond input{background:linear-gradient(90deg,#871dd81a,#70f1ff1a);border:1px solid #2d024f26;width:100%;height:100%;border-radius:24px;font-size:12px;font-weight:300;line-height:14.52px;text-align:center;color:#01162e;outline:none}.tg-modal-footer-diamond button{background:linear-gradient(90deg,#871dd8,#70f1ff);box-shadow:0 0 15px #70eeff80;border:1px solid #ffffff80;width:100%;height:100%;border-radius:100px;font-size:20px;font-weight:600;line-height:23.44px;text-align:center;color:#fff;outline:none;cursor:pointer;transition:all .3s ease-in-out}.tg-modal-footer-diamond button:hover{opacity:.8}.tg-modal-footer-diamond button:disabled{cursor:not-allowed;opacity:.5}@media only screen and (max-width: 768px){.tg-modal{width:95%!important;height:auto!important}.tg-modal-body{padding:24px 32px}.tg-modal-footer-diamond{grid-template-columns:1fr;height:auto;gap:16px}.tg-modal-footer-diamond input,.tg-modal-footer-diamond button{height:48px}.tg-modal-footer-golden{grid-template-columns:1fr;height:auto;gap:16px}.tg-modal-footer-golden input,.tg-modal-footer-golden button{height:48px}.tg-modal-body{background:linear-gradient(180deg,#f9fbff80 15.33%,#ffffff76),linear-gradient(180deg,#f9fbff0d 26.86%,#f9fbff 72.77%);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.tg-modal-congrats{display:none}}.layout{display:flex;flex-direction:column;align-items:center;justify-content:flex-start;width:100%}.container{width:95%;max-width:1232px}.top-bg{position:absolute;z-index:-2;top:0;left:0;height:100vh;width:100%;object-fit:cover}.home-icons{position:absolute;top:0;left:0;width:100%;height:100vh;z-index:-1}.home-icons img{animation:pulse 3s ease-in-out infinite}.home-icons img:nth-child(1){position:absolute;top:125px;left:125px}.home-icons img:nth-child(2){position:absolute;top:125px;right:125px}.home-icons img:nth-child(3){position:absolute;top:250px;left:300px}.home-icons img:nth-child(4){position:absolute;top:250px;right:300px}@keyframes pulse{0%{transform:scale(1)}50%{transform:scale(1.1)}to{transform:scale(1)}}@media only screen and (max-width: 1200px){.home-icons{display:none}}@media only screen and (max-width: 1000px){.top-bg{display:none}}body{font-family:Roboto,sans-serif;background:#edf1fc}.ant-tooltip .ant-tooltip-inner{background:#052071}.ant-tooltip .ant-tooltip-arrow:before{background:#052071}.custom-btn{background:#0079f1;color:#f7f6f2;display:flex;align-items:center;justify-content:center;gap:.25rem;padding:.75rem 1rem;border-radius:.5rem;font-weight:500;outline:none;width:max-content;cursor:pointer;border:none}*,*:before,*:after{box-sizing:border-box}*{margin:0}html,body{height:100%}body{line-height:1.5;-webkit-font-smoothing:antialiased}img,picture,video,canvas,svg{display:block;max-width:100%}input,button,textarea,select{font:inherit;padding:0}p,h1,h2,h3,h4,h5,h6{overflow-wrap:break-word}a{text-decoration:none;color:inherit}button{cursor:pointer}input::-webkit-outer-spin-button,input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.container{padding-inline:.5rem;width:100%;margin:auto}@media only screen and (max-width: 425px){.container{padding-inline:1.5rem}}@media only screen and (min-width: 475px){.container{max-width:475px;padding-inline:2.5rem}}@media only screen and (min-width: 600px){.container{max-width:600px;padding-inline:1rem}}@media only screen and (min-width: 768px){.container{max-width:768px;padding-inline:3rem}}@media only screen and (min-width: 976px){.container{max-width:1024px;padding-inline:3rem}}@media only screen and (min-width: 1200px){.container{max-width:1200px;padding-inline:3rem}}@media only screen and (min-width: 1440px){.container{max-width:1440px;padding-inline:3rem}}
