.home_page{padding-bottom:30px}.explore_section{background:linear-gradient(180deg,rgba(1,58,63,.9),rgba(1,44,48,0) 79.21%);-webkit-backdrop-filter:blur(50px);backdrop-filter:blur(50px);border-radius:72px;padding:56px}.explore_section .header{margin-bottom:26px;display:flex;justify-content:space-between;align-items:center}.explore_section .header .left{text-align:left}.explore_section .header .left>p{font-family:Nebulica,sans-serif;font-style:normal;font-weight:600;font-size:48px;line-height:110%;letter-spacing:-3px;color:#D1FAFF;margin-bottom:12px}.explore_section .header .left>span{font-family:Satoshi,sans-serif;font-style:normal;font-weight:400;font-size:16px;line-height:24px;display:flex;align-items:center;color:#D1FAFF;display:inline-block}.explore_section .header .search-homepage>div{padding:12px;height:48px;background:rgba(255,255,255,.08);border-radius:9999px;border:1px solid rgba(255,255,255,.06)}.explore_section .header .search-homepage>div fieldset{border:unset}.explore_section .header .search-homepage>div input{padding:12px;font-family:Inter,sans-serif;font-style:normal;font-weight:400;font-size:16px;line-height:24px;color:#ffffffd6}.explore_section .header .search-homepage>div input::placeholder{font-family:Inter,sans-serif;font-style:normal;font-weight:400;font-size:16px;line-height:24px;color:rgba(255,255,255,.6)}.explore_section .header .search-homepage>div:focus-within{border:1px solid rgba(255,255,255,.56);box-shadow:0 0 0 4px rgba(255,255,255,.25)}.explore_section .list{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:20px;gap:20px}.explore_section .list .circular_progress{grid-column:1/-1;display:flex;justify-content:center;align-items:center;min-height:200px}.explore_section .list .item{border-radius:22px;background:#0D0D0D;border:1px solid #1a1a1a;overflow:hidden;text-decoration:none;color:inherit;display:block}.explore_section .list .item:hover{cursor:pointer;background:#121212;border-color:#2A2A2A;box-shadow:0 8px 32px rgba(255,255,255,.05),0 0 20px rgba(255,255,255,.03)}.explore_section .list .item .og_preview{width:100%;max-height:400px;aspect-ratio:16/9}.explore_section .list .item .og_preview,.explore_section .list .item .og_preview .default_thumbnail{display:flex;justify-content:center;align-items:center}.explore_section .list .item .og_preview img{width:100%;object-fit:cover}.explore_section .list .item .details{padding:14px}.explore_section .list .item .details .img_name{display:flex;justify-content:flex-start;align-items:center;gap:10px}.explore_section .list .item .details .img_name img{width:60px;height:60px;object-fit:cover;border-radius:12px;background:rgba(255,255,255,.04);border:.281548px solid rgba(255,255,255,.08)}.explore_section .list .item .details .img_name .name{text-align:left}.explore_section .list .item .details .img_name .name>p{font-family:Inter,sans-serif;font-style:normal;font-weight:500;font-size:18px;line-height:22px;color:#FFFFFF}.explore_section .list .item .details .img_name .name>span{font-family:Inter,sans-serif;font-style:normal;font-weight:500;font-size:14px;line-height:17px;color:#606060;display:inline-block}.explore_section .categories{display:flex;justify-content:flex-start;align-items:center;gap:10px;overflow-y:auto;margin-bottom:22px}.explore_section .categories::-webkit-scrollbar{display:none}.explore_section .categories>button{padding:4px 12px 4px 10px;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.08);border-radius:99999px;flex-shrink:0;font-family:Satoshi,sans-serif;font-style:normal;font-weight:500;font-size:16px;line-height:24px;text-align:center;text-transform:capitalize;color:rgba(255,255,255,.5);gap:4px;display:flex;justify-content:center;align-items:center}.explore_section .categories>button svg{filter:brightness(1.5);width:16px;height:16px}.explore_section .categories>button:hover{background:rgba(255,255,255,.14);border:1px solid rgba(255,255,255,.14)}.explore_section .categories>button.active{background:rgba(255,255,255,.16);border:1px solid rgba(255,255,255,.72);color:#FFF}.explore_section .no_homepages_found{font-family:Inter,sans-serif;font-style:normal;font-weight:500;font-size:16px;line-height:24px;text-align:center;text-transform:capitalize;color:rgba(255,255,255,.5);margin:100px 0;grid-column:1/-1}@media (max-width:1100px){.explore_section .list{grid-template-columns:repeat(2,1fr)}}@media (max-width:900px){.explore_section{padding:36px 24px}.explore_section .header{display:block}.explore_section .header .left{text-align:center;margin-bottom:20px}}@media (max-width:700px){.explore_section .header .left>p{font-size:38px}.explore_section .header .left>span{font-size:14px}.explore_section{border-radius:42px}}@media (max-width:600px){.explore_section{padding:36px 12px}}@media (max-width:520px){.explore_section .list{grid-template-columns:repeat(1,1fr)}}.home_launch_section{width:100%;background:linear-gradient(90deg,#15A1FF,#2AFFFC);height:580px;min-height:580px;border-radius:56px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:22px;position:relative;overflow:hidden;padding:12px;margin:100px 0 16px}.launch_image{position:absolute;z-index:1;animation:floatY 4s ease-in-out infinite;will-change:transform}.launch_image_1{top:-5px;left:-40px;animation-duration:5.5s;animation-delay:.1s}.launch_image_2{top:5px;right:-20px;animation-duration:6.2s;animation-delay:.35s}.launch_image_3{bottom:-80px;right:-20px;animation-duration:7s;animation-delay:.25s}.launch_image_4{bottom:-110px;animation-duration:5.9s;animation-delay:.55s}.launch_image_5{bottom:-40px;left:-20px;animation-duration:6.6s;animation-delay:.15s}@keyframes floatY{0%{transform:translateY(0)}50%{transform:translateY(-10px)}to{transform:translateY(0)}}.home_launch_section .text_div{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:22px;z-index:1}.home_launch_section .text_div .username_field{position:relative}.home_launch_section .text_div .username_field>div>div>div{margin-right:unset}.home_launch_section .text_div .username_field .error_text{color:#f45a4a;font-family:Inter,sans-serif;font-size:12px;font-style:normal;font-weight:400;line-height:normal;position:absolute;left:0;bottom:-16px;padding-left:30px}.home_launch_section .text_div .username_field input{color:#000}.home_launch_section .text_div .username_field input::placeholder{color:rgba(0,0,0,.6)}.home_launch_section .text_div .hero_text{color:#031F24;text-align:center;font-family:Nebulica,sans-serif;font-size:68px;font-style:normal;font-weight:600;line-height:110%;letter-spacing:-3px}.home_launch_section .text_div .sub_text{color:#000;text-align:center;font-family:Satoshi,sans-serif;font-size:18px;font-style:normal;font-weight:400;line-height:24px}.home_launch_section .white_background{position:absolute;width:100%;background:linear-gradient(0deg,#fff,transparent);height:300px;bottom:0;z-index:0}.text_div .username_field .text_field>div{display:flex;padding:8px 8px 8px 18px;justify-content:space-between;align-items:center;max-width:475px;width:100%;border-radius:999px;border:2px solid rgba(0,0,0,.06);background:rgba(29,110,128,.47);-webkit-backdrop-filter:blur(25px);backdrop-filter:blur(25px);height:60px}.text_div .username_field .text_field>div>div>p{color:#FFF;font-family:IBM Plex Sans,sans-serif;font-size:22px;font-style:normal;font-weight:500;line-height:normal;letter-spacing:.44px}.text_div .username_field .register_button{display:flex;flex-direction:row;align-items:center;justify-content:center;padding:10px 32px;gap:6px;border-radius:999px;background:#fff;box-shadow:0 1px 2px 0 rgba(16,24,40,.05);color:#000;font-family:Inter,sans-serif;font-size:16px;font-weight:600;line-height:24px;text-transform:none;position:relative}.text_div .username_field .register_button .loading{position:absolute}.text_div .username_field .register_button:disabled{opacity:.7}.text_div .username_field .text_field>div fieldset{border:none!important}@media (max-width:1200px){.launch_image{width:230px}.launch_image_4{bottom:-100px}.launch_image_5{bottom:-30px}.home_launch_section .text_div .hero_text{font-size:60px}}@media (max-width:980px){.launch_image{width:180px}.launch_image_3{bottom:-60px}.launch_image_4{bottom:-80px}.launch_image_5{left:-10px;bottom:-20px}.home_launch_section .text_div .hero_text{font-size:40px}.text_div .username_field .text_field>div{padding:6px 6px 6px 14px;max-width:425px;height:50px}.text_div .username_field .text_field>div>div>p{font-size:18px}.text_div .username_field .register_button{padding:8px 24px;gap:4px;font-size:14px;line-height:20px}}@media (max-width:700px){.home_launch_section{border-radius:42px}}@media (max-width:560px){.launch_image{width:150px}.launch_image_2{right:-10px}.launch_image_3{bottom:-50px}.launch_image_4{bottom:-70px}.launch_image_5{bottom:-10px}.home_launch_section .text_div .hero_text{font-size:36px}.home_launch_section .text_div .sub_text{font-size:14px}.text_div .username_field .text_field>div{padding:4px 4px 4px 12px}.text_div .username_field .text_field>div>div>p,.text_div .username_field .text_field>div>input{font-size:16px}}@media (max-width:420px){.home_launch_section .text_div .hero_text{font-size:32px}.home_launch_section .text_div .sub_text{font-size:12px}.text_div .username_field .text_field>div>div>p,.text_div .username_field .text_field>div>input{font-size:14px}.text_div .username_field .register_button{padding:8px 16px;gap:4px;font-size:12px;line-height:18px}.text_div .username_field .register_button>svg{width:14px}}