@keyframes brightness{0%{filter:saturate(.75);text-shadow:0 0 0 #52aded}50%{filter:saturate(2);text-shadow:0 0 5px #52aded}to{filter:saturate(.75);text-shadow:0 0 0 #52aded}}@keyframes shadow{0%{border:5px solid transparent;filter:saturate(.75)}50%{border:5px solid rgba(231,220,235,.882);filter:saturate(1.5)}to{border:5px solid transparent;filter:saturate(.75)}}@keyframes bg-changing{0%{background:linear-gradient(45deg,#313294,#76119e,#313294,#76119e,#313294,#76119e)}10%{background:linear-gradient(45deg,#76119e,#313294,#76119e,#313294,#76119e,#313294)}20%{background:linear-gradient(45deg,#313294,#76119e,#313294,#76119e,#313294,#76119e)}30%{background:linear-gradient(45deg,#76119e,#313294,#76119e,#313294,#76119e,#313294)}40%{background:linear-gradient(45deg,#313294,#76119e,#313294,#76119e,#313294,#76119e)}50%{background:linear-gradient(45deg,#76119e,#313294,#76119e,#313294,#76119e,#313294)}60%{background:linear-gradient(45deg,#313294,#76119e,#313294,#76119e,#313294,#76119e)}70%{background:linear-gradient(45deg,#76119e,#313294,#76119e,#313294,#76119e,#313294)}80%{background:linear-gradient(45deg,#313294,#76119e,#313294,#76119e,#313294,#76119e)}90%{background:linear-gradient(45deg,#76119e,#313294,#76119e,#313294,#76119e,#313294)}to{background:linear-gradient(45deg,#76119e,#313294,#76119e,#313294,#76119e,#313294)}}
@media (max-width:960px){.mob-col{flex-direction:column!important}.mob-w-full{width:100%!important}.mob-p{padding:0 30px}}.text-yellow{color:#38acff}.text-shadow{text-shadow:0 0 10px #000}.text-dec-none{text-decoration:none}
@charset "UTF-8";.blog-card{border:2px solid #ffd016;border-radius:12px;cursor:pointer;display:flex;flex-direction:column;margin:3rem auto 0;overflow:hidden;transition:all .3s;z-index:0}.blog-card:hover{box-shadow:0 0 15px #313294}.blog-card:hover .description{background:linear-gradient(90deg,#000,#313294)}.blog-card a{color:inherit}.blog-card a:hover{color:#ee0d6e}.blog-card:hover .photo{transform:scale(1.3) rotate(3deg)}.blog-card .meta{height:200px;position:relative;z-index:0}@media (max-width:960px){.blog-card .meta{height:350px}}.blog-card .photo{background-position:50%;background-size:cover;bottom:0;left:0;position:absolute;right:0;top:0;transition:transform .2s}.blog-card .details,.blog-card .details ul{list-style:none;margin:auto;padding:0}.blog-card .details{align-items:center;background:rgba(0,0,0,.9);bottom:0;color:#ffd016;display:flex;flex-direction:column;font-size:24px;justify-content:center;left:-100%;margin:auto;padding:10px;position:absolute;top:0;transition:left .2s;width:100%}.blog-card .details ul li{display:inline-block}.blog-card .details .author:before{content:"♚";font-size:24px;margin-left:-2px;margin-right:8px}.blog-card .details .date:before{content:"✪";font-size:24px;margin-right:10px}.blog-card .details .tags ul:before{content:"☉";font-size:24px;margin-right:10px}.blog-card .details .tags li{margin-right:2px}.blog-card .details .tags li:first-child{margin-left:-8px}.blog-card .description{background:linear-gradient(90deg,#1f2025,#000);padding:20px 40px;position:relative;text-shadow:0 0 10px #000;z-index:1}.blog-card .description h1{color:#fff;font-size:1.7rem;font-weight:700;letter-spacing:2px;line-height:1;margin:0}@media (max-width:960px){.blog-card .description h1{font-size:20px}}.blog-card .description h2{color:#fff;font-size:1rem;font-weight:300;margin-top:5px;text-transform:uppercase}@media (max-width:960px){.blog-card .description h2{font-size:14px}}.blog-card .description .read-more{background:transparent!important;border:none!important;text-align:right;width:auto!important}@media (max-width:960px){.blog-card .description .read-more{margin-bottom:40px}}@media (max-width:768px){.blog-card .description .read-more{margin-bottom:0!important;margin-top:0}}.blog-card .description .read-more a{align-items:center;border:2px solid #38acff;border-radius:4px;color:#38acff!important;display:inline-flex;font-size:24px;justify-content:center;min-width:140px;padding:10px 30px;text-decoration:none;transition:all .3s;white-space:nowrap}@media (max-width:960px){.blog-card .description .read-more a{font-size:20px;min-width:120px;padding:8px 24px}}.blog-card .description .read-more a:hover{background-color:#38acff;border-color:#38acff;color:#fff!important}.blog-card p{color:#fff;font-size:18px;margin:1rem 0 0;position:relative}.blog-card p:first-of-type{margin-top:1.25rem}@media (max-width:960px){.blog-card p:first-of-type{font-size:16px}}.blog-card p:first-of-type:before{background:#38acff!important;border-radius:3px;content:"";height:4px;position:absolute;top:-.75rem;width:50%}@media (max-width:960px){.blog-card p:first-of-type:before{font-size:14px;height:2px;width:100%}}.blog-card:hover .details{left:0}@media (min-width:960px){.blog-card{flex-direction:row;width:100%}.blog-card .meta{flex-basis:40%;height:350px}.blog-card .description{flex-basis:60%}.blog-card .description:before{background:#38acff!important;bottom:0;content:"";left:-10px;position:absolute;top:0;transform:skewX(-3deg);width:20px;z-index:-1}.blog-card.alt{flex-direction:row-reverse}.blog-card.alt .description:before{left:inherit;right:-10px;transform:skew(3deg)}.blog-card.alt .details{padding-left:25px}}.title-blog .text-yellow{font-size:45px}@media (max-width:960px){.title-blog .text-yellow{font-size:32px;margin-top:100px}}.title-blog .text-dec-none{transition:all .3s}.title-blog .text-dec-none:hover{color:#313294;filter:brightness(1.5)}.anim-scale{animation:anim-scale 2s infinite alternate}@keyframes anim-scale{0%{transform:scale(1)}to{transform:scale(1.05)}}
.custom-support-page{background:#04081c}@media (max-width:960px){.custom-support-page{margin:0 auto!important;width:95%!important}}.custom-support-page .contact-title{color:#38acff;font-size:48px;font-weight:700!important;letter-spacing:3px!important}.custom-support-page .custom-support-container{background:#04081c;border:1px solid #38acff;border-radius:12px;box-shadow:0 0 24px hsla(315,2%,52%,.233)}@media (max-width:960px){.custom-support-page .custom-support-container{padding:15px!important}}.custom-support-page .custom-support-container .contact-form-title{background:#141519;border:1px solid #38acff;border-radius:12px;box-shadow:0 0 24px hsla(315,2%,52%,.233);color:#fff;font-size:20px;line-height:140%;padding:12px 18px;text-align:center;text-shadow:0 0 10px #000}@media (max-width:960px){.custom-support-page .custom-support-container .contact-form-title{font-size:18px;padding:4px 8px}}.custom-support-page .custom-support-container .contact-form-title a{text-decoration:none}.custom-support-page .custom-support-container .contact-form-title a span{transition:all .3s}.custom-support-page .custom-support-container .contact-form-title a span:hover{color:#ce0c8d}.custom-support-page .custom-support-container .contact-us-form{background:#141519;border:1px solid #38acff;border-radius:12px;box-shadow:0 0 24px hsla(315,2%,52%,.233);width:90%}@media (max-width:1440px){.custom-support-page .custom-support-container .contact-us-form{width:90%}}@media (max-width:1440px) and (max-width:999px){.custom-support-page .custom-support-container .contact-us-form{width:90%}}@media (max-width:1440px) and (max-width:999px) and (max-width:960px){.custom-support-page .custom-support-container .contact-us-form{width:100%}}.custom-support-page .custom-support-container .contact-us-form label{font-size:24px;font-weight:600;text-shadow:0 0 10px #000}@media (max-width:960px){.custom-support-page .custom-support-container .contact-us-form label{font-size:18px}}.custom-support-page .custom-support-container .contact-us-form input,.custom-support-page .custom-support-container .contact-us-form textarea{background:linear-gradient(90deg,#edeadf,#ede8d5);border:2px solid #38acff}.custom-support-page .custom-support-container .contact-us-form .contact-us-btn{background:linear-gradient(90deg,#38acff,#005eff);border:2px solid #38acff;color:#fff;font-size:24px;font-weight:700;transition:all .3s;width:100%}.custom-support-page .custom-support-container .contact-us-form .contact-us-btn:hover{background:#005eff;border:2px solid #38acff;color:#fff}
.top-main-listitem-custom{background-position:top;background-repeat:no-repeat;background-size:contain;position:relative}.top-main-listitem-custom .home-image{width:35%}@media (max-width:960px){.top-main-listitem-custom .home-image{width:90%}}.item-list-detail-container{background:linear-gradient(45deg,rgba(20,21,25,.596),rgba(0,0,0,.627));border:1px solid #38acff;border-radius:12px}@media (max-width:960px){.item-list-detail-container{width:95%!important}}.item-list-detail-container .blog-image{width:50%}@media (max-width:960px){.item-list-detail-container .blog-image{width:100%!important}}.info-list-item p{background:rgba(0,0,0,.904);border:1px solid #fff;padding:4px 0;text-align:center}.table-container table{border-collapse:collapse;width:100%}.table-container table thead tr{background:#000!important}.table-container table thead tr th{width:33%}.table-container table thead tr th,.table-container td{border:1px solid #38acff;color:#fff;padding:8px;text-align:left;text-align:center}.table-container td{background:#141519;font-weight:700}
.log-reg-in-custom{background-image:url(/assets/frontend/imgs/forest.webp);background-position:top;background-repeat:no-repeat;background-size:cover;font-family:Roboto,sans-serif;height:-moz-max-content;height:max-content;padding-bottom:100px;width:100%}.log-reg-in-custom .log-transf-title{color:#fff;font-size:38px;margin-top:60px;text-shadow:0 0 10px #000}@media (max-width:1440px){.log-reg-in-custom .log-transf-title{font-size:32px}}@media (max-width:1440px) and (max-width:768px){.log-reg-in-custom .log-transf-title{font-size:18px;text-align:center}}.log-reg-in-custom .log-reg-custom-container{-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:linear-gradient(0deg,rgba(0,0,0,.506),rgba(4,22,62,.612));border:1px solid #38acff;border-radius:12px;box-shadow:0 0 30px #000;margin-top:160px;width:50%}@media (max-width:1440px){.log-reg-in-custom .log-reg-custom-container{width:60%}}@media (max-width:1440px) and (max-width:960px){.log-reg-in-custom .log-reg-custom-container{margin:0 auto;width:95%}}.log-reg-in-custom .log-reg-custom-container .log-reg-title{align-items:center;color:#38acff;display:flex;font-size:42px;justify-content:center}@media (max-width:1440px){.log-reg-in-custom .log-reg-custom-container .log-reg-title{font-size:32px}}@media (max-width:1440px) and (max-width:768px){.log-reg-in-custom .log-reg-custom-container .log-reg-title{font-size:18px;text-align:center}}.log-reg-in-custom .log-reg-custom-container .log-reg-form{background:transparent;margin:0 auto;width:100%}@media (max-width:768px){.log-reg-in-custom .log-reg-custom-container .log-reg-form{padding:0!important}}.log-reg-in-custom .log-reg-custom-container .log-reg-form .custom-boxik{border-bottom:0 solid hsla(0,0%,72%,.516)}.log-reg-in-custom .log-reg-custom-container .log-reg-form .custom-boxik label{color:#fff;font-size:18px;margin-bottom:10px!important;margin-left:0;text-shadow:0 0 10px #000;width:40%}@media (max-width:1440px){.log-reg-in-custom .log-reg-custom-container .log-reg-form .custom-boxik label{font-size:16px}}@media (max-width:1440px) and (max-width:768px){.log-reg-in-custom .log-reg-custom-container .log-reg-form .custom-boxik label{font-size:20px;padding-bottom:10px;text-align:center;width:100%!important}}.log-reg-in-custom .log-reg-custom-container .log-reg-form .custom-boxik input{background:#000;border:1px solid #11539e;border-radius:8px;box-shadow:0 0 10px #11539e;color:#fff;margin:0 auto;padding:12px 26px;width:50%}@media (max-width:1440px){.log-reg-in-custom .log-reg-custom-container .log-reg-form .custom-boxik input{margin:0!important;width:45%}}@media (max-width:1440px) and (max-width:768px){.log-reg-in-custom .log-reg-custom-container .log-reg-form .custom-boxik input{font-size:20px;width:100%!important}}.log-reg-in-custom .log-reg-custom-container .log-reg-form .checkbox-box{width:75%}@media (max-width:768px){.log-reg-in-custom .log-reg-custom-container .log-reg-form .checkbox-box{flex-direction:column;width:100%}}.log-reg-in-custom .log-reg-custom-container .log-reg-form .checkbox-box .checkbox-container{align-items:center;border-bottom:0 solid hsla(0,0%,72%,.516);display:flex;justify-content:center;margin-top:10px;padding:0!important}.log-reg-in-custom .log-reg-custom-container .log-reg-form .checkbox-box .checkbox-container .checkbox-class{cursor:pointer;height:14px;margin:0 10px 0 0!important;width:14px}.log-reg-in-custom .log-reg-custom-container .log-reg-form .checkbox-box .checkbox-container .checkbox-neme{color:#fff;font-size:16px;margin:auto!important;padding:0!important}.log-reg-in-custom .log-reg-custom-container .log-reg-form .checkbox-text{color:#949494;font-size:16px;margin-top:10px;text-align:end}@media (max-width:768px){.log-reg-in-custom .log-reg-custom-container .log-reg-form .checkbox-text{text-align:center;width:100%}}.log-reg-in-custom .log-reg-custom-container .log-reg-form .checkbox-text .checkbox-registe-link{color:#38acff;text-decoration:none}.log-reg-in-custom .log-reg-custom-container .log-reg-form .log-btns button{border-radius:8px;font-size:24px;font-weight:700;padding:8px 0;transition:all .3s;width:25%}@media (max-width:1200px){.log-reg-in-custom .log-reg-custom-container .log-reg-form .log-btns button{font-size:20px;width:48%}}@media (max-width:1200px) and (max-width:960px){.log-reg-in-custom .log-reg-custom-container .log-reg-form .log-btns button{font-size:20px;width:100%}}.log-reg-in-custom .log-reg-custom-container .log-reg-form .log-btns button img{height:40px;width:40px}.log-reg-in-custom .log-reg-custom-container .log-reg-form .log-btns button:first-child{background:#38acff;border:none;box-shadow:0 0 10px #115c9e;color:#000}.log-reg-in-custom .log-reg-custom-container .log-reg-form .log-btns button:first-child:hover{background:#000;border:0 solid rgba(49,113,178,.573);box-shadow:0 0 15px #0c528c;color:#fff;filter:brightness(1);letter-spacing:0;text-shadow:0 0 10px #000}.log-reg-in-custom .log-reg-custom-container .log-reg-form .log-btns button:nth-child(2){background:linear-gradient(90deg,red,#ff0,green,blue);color:#fff;text-shadow:0 0 10px #000}.log-reg-in-custom .log-reg-custom-container .log-reg-form .log-btns button:nth-child(2) img{border-radius:50%;box-shadow:0 0 10px #fff}.log-reg-in-custom .log-reg-custom-container .log-reg-form .log-btns button:nth-child(2):hover{letter-spacing:4px}@media (max-width:1250px){.log-reg-in-custom .log-reg-custom-container .forgot-block{flex-direction:column-reverse!important;gap:10px}}.log-reg-in-custom .log-reg-custom-container .forgot-block .back-btn{background:#c46cd6;transition:all .3s;width:-moz-max-content;width:max-content}.log-reg-in-custom .log-reg-custom-container .forgot-block .back-btn:hover{background:#000}.log-reg-in-custom .log-reg-custom-container .forgot-block .back-btn:hover .back-link{color:#fff}.log-reg-in-custom .log-reg-custom-container .forgot-block .back-btn img{width:30px}.log-reg-in-custom .log-reg-custom-container .forgot-block .back-btn .back-link{color:#000;font-size:18px;font-weight:700;text-decoration:none}.log-reg-in-custom .log-reg-custom-container .forgot-block a{color:#fff;font-size:20px;text-decoration:none}.log-reg-in-custom .log-reg-custom-container .forgot-block a:hover{color:#bd0cf8}.log-reg-in-custom .log-reg-custom-container .forgot-block .line{background:#fff;height:100%;width:2px}.log-reg-in-custom .log-faq-container{background:linear-gradient(0deg,rgba(0,0,0,.75),rgba(4,22,62,.75));border-radius:12px;box-shadow:0 0 10px #38acff;margin-top:150px;width:75%}@media (max-width:1440px){.log-reg-in-custom .log-faq-container{width:50%}}@media (max-width:1440px) and (max-width:960px){.log-reg-in-custom .log-faq-container{margin:50px auto 0;width:95%}}.log-reg-in-custom .log-faq-container .faq-log-title{color:#38acff!important;font-size:60px;font-weight:700}@media (max-width:768px){.log-reg-in-custom .log-faq-container .faq-log-title{font-size:48px}}.log-reg-in-custom .log-faq-container .log-faq-qustion-1,.log-reg-in-custom .log-faq-container .log-faq-qustion-2,.log-reg-in-custom .log-faq-container .log-faq-qustion-3{background-image:url(/assets/frontend/imgs/for.jpg);background-position:50%;background-repeat:no-repeat;background-size:cover;border:2px solid #006eff;border-radius:12px;color:#5bb4f3!important;font-size:32px;padding:10px 20px;text-align:center;text-shadow:0 0 5px #000;width:100%}@media (max-width:768px){.log-reg-in-custom .log-faq-container .log-faq-qustion-1,.log-reg-in-custom .log-faq-container .log-faq-qustion-2,.log-reg-in-custom .log-faq-container .log-faq-qustion-3{font-size:24px;text-align:center}}.log-reg-in-custom .log-faq-container .faq-log-text{border-bottom:2px solid #5bb4f3;color:#bebebe;font-size:20px;margin-bottom:40px;margin-top:15px;padding-bottom:10px;text-align:center;text-shadow:0 0 5px #000;width:90%}@media (max-width:768px){.log-reg-in-custom .log-faq-container .faq-log-text{font-size:14px}}.faq-blur{position:relative}.faq-blur:before{background:linear-gradient(0deg,rgba(6,17,1,0),#04081c);content:"";height:20vh;left:0;position:absolute;top:0;width:100%;z-index:0}
