﻿/*!
 * Blog bundle — loaded on blog views (home, category, archive) and on
 * single post pages. Compiles to inc/blog/dist/blog.min.css.
 *
 * Pulled out of the main bundle so non-blog pages no longer download
 * the ~7,700 lines of blog-specific styles.
 *
 * Variables/mixins/placeholders are still sourced from the main theme's
 * sass/abstracts/ tree so we don't fork a second copy.
 *
 * Build:
 *   npm run build:blog    (one-off compile)
 *   npm run watch:blog    (rebuild on change)
 */@property --color1{syntax:"<color>";initial-value:#2cd9ff;inherits:false}@property --color2{syntax:"<color>";initial-value:#7effb2;inherits:false}@property --color3{syntax:"<color>";initial-value:#f4ff7a;inherits:false}@property --color4{syntax:"<color>";initial-value:#ffd80e;inherits:false}@keyframes pulse{0%,100%{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(0.95)}}.blog-page{text-align:center;width:100%;padding:90px 1.5rem 0px 1.5rem}.blog-page .container{max-width:1440px;width:100%;margin:0 auto}.blog-page .container p{max-width:600px;margin:25px auto 0 auto;color:#68717f}.blog-page .container .pill{display:inline-block;padding:10px 20px;background:rgba(194,208,228,.15);border-radius:44px;font-family:"Plus Jakarta Sans",sans-serif;font-style:normal;font-weight:500;font-size:16px;line-height:20px;color:rgba(194,208,228,.5);margin:0}.blog-page .container h1{font-family:"Plus Jakarta Sans",sans-serif;font-size:80px;line-height:100px;color:#fff;margin:1rem 0;padding:0;font-weight:800}.blog-page .container h1 span{background:-webkit-linear-gradient(90deg, #2cd9ff 1.98%, rgba(126, 255, 178, 0.81) 19.5%, rgba(244, 255, 122, 0.82) 82.86%, #ffd80e 98.07%);-webkit-background-clip:text;-webkit-text-stroke:2px rgba(0,0,0,0);padding:0 0 2px 0;color:#101217}.blog-page .container .sub-text{color:rgba(194,208,228,.5);margin:0 auto;font-weight:500}.blog-page .container .sub-text a{color:#aad57a;text-decoration:none}.blog-page .container .email-wrapper{position:relative;margin:2rem auto .3rem}.blog-page .container .email-wrapper #confetti-canvas-blog{position:absolute;right:19%;bottom:-133px;width:500px;height:500px;pointer-events:none;z-index:9999}.blog-page .container .email-wrapper .subscribe-form{position:relative;max-width:600px;margin:0 auto}.blog-page .container .email-wrapper .subscribe-form form{background-color:rgba(255,255,255,.1);border-radius:15px;display:flex;justify-content:space-between;position:relative;z-index:10}.blog-page .container .email-wrapper .subscribe-form form input[type=email]{background-color:rgba(0,0,0,0);outline:none;border:none;color:#c2d0e4;max-width:85%;flex:1 1 auto;padding:15px 25px;font-weight:400}.blog-page .container .email-wrapper .subscribe-form form button{background:#1daa91;color:#0b0c10;padding:15px 30px;-webkit-border-radius:10px;-moz-border-radius:10px;border-radius:10px;border:none;height:67px;width:205px;display:flex;flex-flow:row nowrap;align-items:center;position:relative;justify-content:center;overflow:hidden;cursor:pointer;transition:width .2s cubic-bezier(0.39, 1.86, 0.64, 1)}.blog-page .container .email-wrapper .subscribe-form form button .button-text{font-size:16px;white-space:nowrap}.blog-page .container .email-wrapper .subscribe-form form button .messageCont{position:absolute;left:50%;top:50%;transform:translate3d(-50%, -50%, 0)}.blog-page .container .email-wrapper .subscribe-form form button.ready .readyMSG .button-text span{opacity:1;transition:all .2s ease calc(var(--dr) + 600ms);transform:translate3d(0, 0, 0)}.blog-page .container .email-wrapper .subscribe-form form button.ready .readyMSG .button-text span:nth-of-type(5){margin:0 2px}.blog-page .container .email-wrapper .subscribe-form form button.ready .readyMSG svg{opacity:1;transform:translate3d(0, 0, 0);transition:transform .4s ease 600ms,opacity .3s linear 600ms}.blog-page .container .email-wrapper .subscribe-form form button.loading{width:160px;transition:width .3s ease .4s}.blog-page .container .email-wrapper .subscribe-form form button.loading .loadingMSG{opacity:1;transform:translate3d(-50%, -50%, 0)}.blog-page .container .email-wrapper .subscribe-form form button.loading .loadingMSG .loadingCircle{animation-duration:1s;animation-iteration-count:infinite;animation-name:loading}.blog-page .container .email-wrapper .subscribe-form form button.loading .loadingMSG .loadingCircle:nth-child(2){animation-delay:.1s}.blog-page .container .email-wrapper .subscribe-form form button.loading .loadingMSG .loadingCircle:nth-child(3){animation-delay:.2s}.blog-page .container .email-wrapper .subscribe-form form button.success .successMSG .button-text span{opacity:1;transition:all .2s ease calc(var(--d) + 700ms)}.blog-page .container .email-wrapper .subscribe-form form button.success .successMSG svg{opacity:1;stroke-dashoffset:0;transition:opacity .3s linear 300ms,stroke-dashoffset .3s ease-in-out 900ms}.blog-page .container .email-wrapper .subscribe-form form button.error .errorMSG .button-text span{opacity:1;transition:all .2s ease calc(var(--d) + 400ms)}.blog-page .container .email-wrapper .subscribe-form form button.error .errorMSG svg{opacity:1;stroke-dashoffset:0;transition:opacity .3s linear 300ms,stroke-dashoffset .3s ease-in-out 600ms}.blog-page .container .email-wrapper .subscribe-form form button .readyMSG{flex:0 0 auto;font-family:"Plus Jakarta Sans",sans-serif;text-decoration:none;display:inline-block;font-size:18px;font-weight:700;display:flex;flex-flow:row nowrap;align-items:center;gap:8px}.blog-page .container .email-wrapper .subscribe-form form button .readyMSG .button-text span{opacity:0;display:inline-block;transform:translate3d(0, 20px, 0);transition:all .4s ease var(--d)}.blog-page .container .email-wrapper .subscribe-form form button .readyMSG svg{height:18px;width:18px;opacity:0;transform:translate3d(0, 20px, 0);transition:transform .4s ease,opacity .3s linear}.blog-page .container .email-wrapper .subscribe-form form button .loadingMSG{transform:translate3d(-50%, 50px, 0);transition:transform .3s cubic-bezier(0.22, 0, 0.41, -0.57),opacity .3s linear .3s;opacity:0}.blog-page .container .email-wrapper .subscribe-form form button .loadingMSG svg{fill:#0b0c10;margin:0;width:22px}.blog-page .container .email-wrapper .subscribe-form form button .successMSG{flex:0 0 auto;font-family:"Plus Jakarta Sans",sans-serif;text-decoration:none;display:inline-block;font-size:18px;font-weight:700;display:flex;flex-flow:row nowrap;align-items:center;gap:8px}.blog-page .container .email-wrapper .subscribe-form form button .successMSG .button-text span{opacity:0;display:inline-block;transition:all .2s ease var(--dr)}.blog-page .container .email-wrapper .subscribe-form form button .successMSG svg{opacity:0;height:18px;width:18px;stroke-dasharray:30;stroke-dashoffset:30;transition:transform .4s ease,opacity .3s linear,stroke-dashoffset .3s ease-in-out}.blog-page .container .email-wrapper .subscribe-form form button .errorMSG{flex:0 0 auto;font-family:"Plus Jakarta Sans",sans-serif;text-decoration:none;display:inline-block;font-size:18px;font-weight:700;display:flex;flex-flow:row nowrap;align-items:center;gap:8px}.blog-page .container .email-wrapper .subscribe-form form button .errorMSG .button-text span{opacity:0;display:inline-block;transition:all .2s ease var(--dr)}.blog-page .container .email-wrapper .subscribe-form form button .errorMSG svg{opacity:0;height:18px;width:18px;stroke-dasharray:30;stroke-dashoffset:30;transition:transform .4s ease,opacity .3s linear,stroke-dashoffset .3s ease-in-out}.blog-page .container .email-wrapper .subscribe-form form ::placeholder{color:rgba(194,208,228,.8)}.blog-page .container .email-wrapper .subscribe-form .subscribe-message{text-align:center;line-height:16px;opacity:0;color:rgba(194,208,228,.8)}.blog-page .container .email-wrapper .subscribe-form .subscribe-message p{margin:.7rem 0}.blog-page .container .social-wrapper{margin-top:-3rem}.blog-page .container .social-wrapper.category-placement{margin-top:2rem}.blog-page .container .social-wrapper ul#social-ul{display:flex;width:100%;margin:5px auto;padding:0;list-style:none;gap:2rem;align-items:center;justify-content:center}.blog-page .container .social-wrapper ul#social-ul li .single-social svg stop{transition:all .6s ease-in-out}.blog-page .container .social-wrapper ul#social-ul li .single-social#discord-link svg{fill:url(#discord-gradient-1) #fff}.blog-page .container .social-wrapper ul#social-ul li .single-social#telegram-link svg{fill:url(#telegram-gradient-1) #fff}.blog-page .container .social-wrapper ul#social-ul li .single-social#twitter-link svg{fill:url(#twitter-gradient-1) #fff}.blog-page .container .social-wrapper ul#social-ul li .single-social#instagram-link svg{fill:url(#instagram-gradient-1) #fff}.blog-page .container .social-wrapper ul#social-ul li .single-social#facebook-link svg{fill:url(#fb-gradient-1) #fff}.blog-page .container .social-wrapper ul#social-ul li .single-social#tiktok-link{display:flex;position:relative}.blog-page .container .social-wrapper ul#social-ul li .single-social#tiktok-link svg{transition:all .3s ease}.blog-page .container .social-wrapper ul#social-ul li .single-social#tiktok-link svg path{transition:inherit}.blog-page .container .social-wrapper ul#social-ul li .single-social#tiktok-link svg:first-child{isolation:isolate;position:absolute;left:-2px;top:-4px;width:100%;fill:rgba(0,0,0,0)}.blog-page .container .social-wrapper ul#social-ul li .single-social#tiktok-link svg:last-child{fill:#fff;margin-bottom:4px}.blog-page .container .social-wrapper ul#social-ul li .single-social:hover#discord-link svg stop{stop-color:#5865f2}.blog-page .container .social-wrapper ul#social-ul li .single-social:hover#telegram-link svg stop:first-child{stop-color:#08c}.blog-page .container .social-wrapper ul#social-ul li .single-social:hover#telegram-link svg stop:last-child{stop-color:#08c}.blog-page .container .social-wrapper ul#social-ul li .single-social:hover#twitter-link svg stop:first-child{stop-color:#3bb1fa}.blog-page .container .social-wrapper ul#social-ul li .single-social:hover#twitter-link svg stop:last-child{stop-color:#1da1f2}.blog-page .container .social-wrapper ul#social-ul li .single-social:hover#instagram-link svg stop:first-child{stop-color:#feda75}.blog-page .container .social-wrapper ul#social-ul li .single-social:hover#instagram-link svg stop:nth-child(2){stop-color:#fa7e1e}.blog-page .container .social-wrapper ul#social-ul li .single-social:hover#instagram-link svg stop:nth-child(3){stop-color:#d62976}.blog-page .container .social-wrapper ul#social-ul li .single-social:hover#instagram-link svg stop:nth-child(4){stop-color:#962fbf}.blog-page .container .social-wrapper ul#social-ul li .single-social:hover#instagram-link svg stop:last-child{stop-color:#4f5bd5}.blog-page .container .social-wrapper ul#social-ul li .single-social:hover#facebook-link svg stop:first-child{stop-color:#17aafd}.blog-page .container .social-wrapper ul#social-ul li .single-social:hover#facebook-link svg stop:last-child{stop-color:#0165e2}.blog-page .container .social-wrapper ul#social-ul li .single-social:hover#tiktok-link svg:first-child{fill:#69c9d0}.blog-page .container .social-wrapper ul#social-ul li .single-social:hover#tiktok-link svg:last-child{fill:#ee1d52}.blog-page .container .featured-posts{display:flex;flex-flow:row wrap;gap:1rem;margin:11rem 0 12rem}.blog-page .container .featured-posts .single-fp{text-align:left;transition:all .5s ease-in-out}.blog-page .container .featured-posts .single-fp.big{flex:1 1 auto;border-radius:15px;padding:1rem;border:1px solid rgba(194,208,228,.25);display:flex;flex-flow:column nowrap}.blog-page .container .featured-posts .single-fp.big .sf__image{position:relative;border-radius:15px;margin-bottom:1rem;overflow:hidden;max-height:400px}.blog-page .container .featured-posts .single-fp.big .sf__image img{display:block;width:100%;height:auto;object-fit:fill;object-position:center}.blog-page .container .featured-posts .single-fp.big .sf__image .sf__category-tag{position:absolute;right:1.5rem;bottom:1.5rem;background:rgba(11,12,16,.25);border:1px solid rgba(194,208,228,.25);backdrop-filter:blur(12.5px);border-radius:100px;font-weight:600;font-size:16px;line-height:20px;text-align:center;padding:10px 20px;transition:all .5s ease}.blog-page .container .featured-posts .single-fp.big .sf__image .sf__category-tag a{text-decoration:none;color:#fff;transition:inherit}.blog-page .container .featured-posts .single-fp.big .sf__image .sf__category-tag:hover{opacity:.8}.blog-page .container .featured-posts .single-fp.big .sf__date{padding-left:1.2rem;font-style:normal;font-weight:600;font-size:14px;line-height:20px;color:rgba(194,208,228,.5);margin:1rem 0 .5rem}.blog-page .container .featured-posts .single-fp.big .sf__title{padding-left:1.2rem}.blog-page .container .featured-posts .single-fp.big .sf__title a{text-decoration:none;font-style:normal;font-weight:800;font-size:40px;line-height:112%;color:#fff;transition:all .5s ease}.blog-page .container .featured-posts .single-fp.big .sf__title a:hover{opacity:.65}.blog-page .container .featured-posts .single-fp.big .sf__excerpt{padding-left:1.2rem;font-style:normal;font-weight:500;font-size:14px;line-height:20px;color:rgba(194,208,228,.5);margin:1.5rem 0 3rem}.blog-page .container .featured-posts .single-fp.normal{flex:1 1 auto;border-radius:15px;padding:1rem;border:1px solid rgba(194,208,228,.25);display:flex;align-items:center;flex-flow:row nowrap;gap:1.5rem}.blog-page .container .featured-posts .single-fp.normal .sf__image{flex:0 1 45%;position:relative;border-radius:15px;overflow:hidden;max-height:200px}.blog-page .container .featured-posts .single-fp.normal .sf__image img{width:100%;height:auto;display:block;object-fit:cover;object-position:center}.blog-page .container .featured-posts .single-fp.normal .sf__meta{flex:0 1 53%;padding-right:1rem}.blog-page .container .featured-posts .single-fp.normal .sf__meta .flex-wrapper{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.2rem}.blog-page .container .featured-posts .single-fp.normal .sf__meta .flex-wrapper .sf__date{font-weight:600;font-size:14px;line-height:20px;color:rgba(194,208,228,.5)}.blog-page .container .featured-posts .single-fp.normal .sf__meta .flex-wrapper .sf__category-tag{font-weight:600;font-size:14px;line-height:20px;text-align:right;text-decoration:none;transition:all .5s ease}.blog-page .container .featured-posts .single-fp.normal .sf__meta .flex-wrapper .sf__category-tag a{text-decoration:none;color:#c2d0e4;transition:inherit}.blog-page .container .featured-posts .single-fp.normal .sf__meta .flex-wrapper .sf__category-tag:hover{opacity:.8}.blog-page .container .featured-posts .single-fp.normal .sf__meta .sf__title a{text-decoration:none;font-style:normal;font-weight:800;font-size:25px;line-height:112%;color:#fff;transition:all .5s ease}.blog-page .container .featured-posts .single-fp.normal .sf__meta .sf__title a:hover{opacity:.65}.blog-page .container .featured-posts .single-fp:hover{border:1px solid rgba(194,208,228,.65)}.blog-page .container .featured-posts .fp__left{flex:1 1 0;display:flex;flex-flow:column nowrap;gap:1rem}.blog-page .container .featured-posts .fp__right{flex:1 1 0;display:flex;flex-flow:column nowrap;gap:1rem}.blog-page .container .category-wrapper{margin:6rem 0}.blog-page .container .category-wrapper .category__title{text-align:left;margin-bottom:4rem}.blog-page .container .category-wrapper .category__title .ct__heading{margin-bottom:1.3rem}.blog-page .container .category-wrapper .category__title .ct__heading h2{font-family:"Plus Jakarta Sans",sans-serif;font-size:80px;line-height:1.2;color:#fff;margin:0 0 .5rem 0;padding:0;font-weight:800}.blog-page .container .category-wrapper .category__title .ct__heading h2 span{background:-webkit-linear-gradient(0deg, #2cd9ff 1.98%, rgba(126, 255, 178, 0.81) 19.5%, rgba(244, 255, 122, 0.82) 82.86%, #ffd80e 98.07%);-webkit-background-clip:text;-webkit-text-stroke:2px rgba(0,0,0,0);padding:0 0 2px 0;width:fit-content;color:#101217}.blog-page .container .category-wrapper .category__title .ct__text p{color:rgba(194,208,228,.5);margin:.8rem 0;font-weight:500;font-size:16px;max-width:650px}.blog-page .container .category-wrapper .overflow-wrapper.faq_slider .slick-list{overflow:visible !important}.blog-page .container .category-wrapper .overflow-wrapper.faq_slider .slick-list .slick-track{display:flex !important;flex-flow:row nowrap}.blog-page .container .category-wrapper .overflow-wrapper.faq_slider .single-category{border:2px solid rgba(194,208,228,.15);min-height:510px;flex:1 0 420px;border-radius:15px;padding:3rem 2.5rem 2rem;display:flex;flex-flow:column;text-align:left;position:relative;transition:all .5s ease}.blog-page .container .category-wrapper .overflow-wrapper.faq_slider .single-category a{text-decoration:none;display:flex;flex-flow:column nowrap;flex:1 1 auto}.blog-page .container .category-wrapper .overflow-wrapper.faq_slider .single-category[aria-hidden=true]{transition:all .5s ease;opacity:.2}.blog-page .container .category-wrapper .overflow-wrapper.faq_slider .single-category:not(:last-of-type){margin-right:1rem}.blog-page .container .category-wrapper .overflow-wrapper.faq_slider .single-category .faq-count{font-weight:600;color:#fff;font-size:16px}.blog-page .container .category-wrapper .overflow-wrapper.faq_slider .single-category .faq-title{margin-top:auto}.blog-page .container .category-wrapper .overflow-wrapper.faq_slider .single-category .faq-title h2{font-size:45px;color:#fff;font-weight:700;line-height:1;margin-bottom:1rem}.blog-page .container .category-wrapper .overflow-wrapper.faq_slider .single-category .faq-title h2 span{background:-webkit-linear-gradient(90deg, #26f7dd, #00b8dd);display:block;line-height:1.2;-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0);padding:0 0 3px 0}.blog-page .container .category-wrapper .overflow-wrapper.faq_slider .single-category .faq-title p{margin:0 auto;color:rgba(194,208,228,.5);font-weight:500}.blog-page .container .category-wrapper .overflow-wrapper.faq_slider .single-category .faq-button{align-self:flex-end;display:flex;justify-content:center;align-items:center;margin-top:1.5rem;border-radius:100%;height:53px;width:53px;transition:--color1 1s,--color2 1s,--color3 1s,--color4 1s,opacity 1s;--color1: rgba(194, 208, 228, 0.25);--color2: rgba(194, 208, 228, 0.25);--color3: rgba(194, 208, 228, 0.25);--color4: rgba(194, 208, 228, 0.25);background:linear-gradient(90deg, var(--color1), var(--color2), var(--color3), var(--color4));cursor:pointer}.blog-page .container .category-wrapper .overflow-wrapper.faq_slider .single-category .faq-button img{opacity:.5}.blog-page .container .category-wrapper .overflow-wrapper.faq_slider .single-category::before{content:"";pointer-events:none;user-select:none;position:absolute;inset:-2px;border-radius:inherit;padding:2px;--color1: transparent;--color2: transparent;--color3: transparent;--color4: transparent;transition:--color1 1s,--color2 1s,--color3 1s,--color4 1s;background:linear-gradient(90deg, var(--color1), var(--color2), var(--color3), var(--color4));-webkit-mask:linear-gradient(black, black) content-box content-box,linear-gradient(black, black);-webkit-mask-composite:xor;mask-composite:exclude}.blog-page .container .category-wrapper .overflow-wrapper.faq_slider .single-category:hover{border:2px solid rgba(0,0,0,0)}.blog-page .container .category-wrapper .overflow-wrapper.faq_slider .single-category:hover::before{content:"";pointer-events:none;user-select:none;position:absolute;inset:-2px;border-radius:inherit;padding:2px;--color1: #2cd9ff;--color2: #7effb2;--color3: #f4ff7a;--color4: #ffd80e;transition:--color1 1s,--color2 1s,--color3 1s,--color4 1s;background:linear-gradient(90deg, var(--color1), var(--color2), var(--color3), var(--color4));-webkit-mask:linear-gradient(black, black) content-box content-box,linear-gradient(black, black);-webkit-mask-composite:xor;mask-composite:exclude}.blog-page .container .category-wrapper .overflow-wrapper.faq_slider .single-category:hover .faq-button{animation:pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;transition:--color1 1s,--color2 1s,--color3 1s,--color4 1s,opacity 1s;--color1: #2cd9ff;--color2: #7effb2;--color3: #f4ff7a;--color4: #ffd80e;background:linear-gradient(90deg, var(--color1), var(--color2), var(--color3), var(--color4))}.blog-page .container .category-wrapper .overflow-wrapper.faq_slider .single-category:hover .faq-button img{opacity:1}.blog-page .container .category-wrapper .category-controls{display:flex;flex-flow:row nowrap;justify-content:space-between;align-items:center;margin:2rem 0}.blog-page .container .category-wrapper .category-controls .category-tracker .slick-dots{display:flex;margin:0;gap:10px;padding:1rem 0;list-style-type:none;position:static;bottom:unset;text-align:unset}.blog-page .container .category-wrapper .category-controls .category-tracker .slick-dots li{position:static;display:unset;width:unset;height:unset;margin:unset;padding:unset;cursor:pointer}.blog-page .container .category-wrapper .category-controls .category-tracker .slick-dots li button{transition:all .3s ease-in-out;width:30px;height:5px;border-radius:100px;background:rgba(194,208,228,.25)}.blog-page .container .category-wrapper .category-controls .category-tracker .slick-dots li button::before{content:""}.blog-page .container .category-wrapper .category-controls .category-tracker .slick-dots li.slick-active button{width:93px;background:linear-gradient(90deg, #2cd9ff, #7effb2, #f4ff7a, #ffd80e)}.blog-page .container .category-wrapper .category-controls .category-buttons{display:flex;gap:1.1rem}.blog-page .container .category-wrapper .category-controls .category-buttons div.slick-arrow{border-radius:100%;display:flex;height:38px;width:38px;justify-content:center;align-items:center;transition:--color1 1s,--color2 1s,--color3 1s,--color4 1s,transform 1s ease-in-out;--color1: #2cd9ff;--color2: #7effb2;--color3: #f4ff7a;--color4: #ffd80e;background:linear-gradient(90deg, var(--color1), var(--color2), var(--color3), var(--color4));cursor:pointer;user-select:none}.blog-page .container .category-wrapper .category-controls .category-buttons div.slick-arrow.slick-disabled{cursor:auto;transition:--color1 1s,--color2 1s,--color3 1s,--color4 1s;--color1: rgba(194, 208, 228, 0.25);--color2: rgba(194, 208, 228, 0.25);--color3: rgba(194, 208, 228, 0.25);--color4: rgba(194, 208, 228, 0.25)}.blog-page .container .latest-posts{display:flex;flex-flow:row wrap;gap:1rem;margin:6rem 0 12rem}.blog-page .container .latest-posts.category{margin:12rem 0 12rem}.blog-page .container .latest-posts .lp__title{text-align:center;margin:0 auto 3rem}.blog-page .container .latest-posts .lp__title .lp__heading{margin-bottom:1.3rem}.blog-page .container .latest-posts .lp__title .lp__heading h2{font-family:"Plus Jakarta Sans",sans-serif;font-size:80px;line-height:1.2;color:#fff;margin:0 0 .5rem 0;padding:0;font-weight:800}.blog-page .container .latest-posts .lp__title .lp__heading h2 span{background:-webkit-linear-gradient(0deg, #2cd9ff 1.98%, rgba(126, 255, 178, 0.81) 19.5%, rgba(244, 255, 122, 0.82) 82.86%, #ffd80e 98.07%);-webkit-background-clip:text;-webkit-text-stroke:2px rgba(0,0,0,0);padding:0 0 2px 0;color:#101217;width:fit-content}.blog-page .container .latest-posts .lp__title .lp__text p{color:rgba(194,208,228,.5);margin:.8rem 0;font-weight:500;font-size:16px;max-width:600px}.blog-page .container .latest-posts .lp__left{flex:1 1 70%;display:flex;flex-flow:column nowrap;gap:1rem}.blog-page .container .latest-posts .lp__left .ap-cont{flex:1 1 auto;display:flex;flex-flow:row wrap;gap:1rem}.blog-page .container .latest-posts .lp__left .ap-cont.loading .single-lp{opacity:0;transition:border .5s ease-in-out,opacity .5s ease;transition-delay:0s,calc(1s*var(--out))}.blog-page .container .latest-posts .lp__left .ap-cont .single-lp{flex:0 1 47%;border-radius:15px;padding:1rem;border:1px solid rgba(194,208,228,.25);display:flex;flex-flow:column nowrap;text-align:left;height:470px;transition:border .5s ease-in-out,opacity .5s ease;transition-delay:0s,calc(1s*var(--in))}.blog-page .container .latest-posts .lp__left .ap-cont .single-lp .slp__image{border-radius:15px;margin-bottom:1rem;overflow:hidden;max-height:180px;flex-shrink:0}.blog-page .container .latest-posts .lp__left .ap-cont .single-lp .slp__image img{display:block;width:100%;height:auto;object-fit:cover;object-position:center}.blog-page .container .latest-posts .lp__left .ap-cont .single-lp .slp__meta{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.2rem;color:#c2d0e4}.blog-page .container .latest-posts .lp__left .ap-cont .single-lp .slp__meta .slp__category-tag{font-weight:600;font-size:14px;line-height:20px;text-align:right;text-decoration:none;transition:all .5s ease}.blog-page .container .latest-posts .lp__left .ap-cont .single-lp .slp__meta .slp__category-tag a{text-decoration:none;color:#c2d0e4;transition:inherit}.blog-page .container .latest-posts .lp__left .ap-cont .single-lp .slp__meta .slp__category-tag:hover{opacity:.8}.blog-page .container .latest-posts .lp__left .ap-cont .single-lp .slp__meta .slp__date{font-weight:600;font-size:14px;line-height:20px;color:rgba(194,208,228,.5)}.blog-page .container .latest-posts .lp__left .ap-cont .single-lp .slp__title{margin-bottom:1rem}.blog-page .container .latest-posts .lp__left .ap-cont .single-lp .slp__title a{text-decoration:none;font-style:normal;font-weight:800;font-size:20px;line-height:112%;color:#fff;transition:all .5s ease}.blog-page .container .latest-posts .lp__left .ap-cont .single-lp .slp__title a:hover{opacity:.65}.blog-page .container .latest-posts .lp__left .ap-cont .single-lp .slp__excerpt{font-style:normal;font-weight:600;font-size:14px;line-height:20px;color:rgba(194,208,228,.5);margin-bottom:1rem}.blog-page .container .latest-posts .lp__left .ap-cont .single-lp .slp__button{margin-top:auto;display:flex;flex-direction:row;justify-content:center;align-items:center;padding:10px 30px;background:rgba(194,208,228,.15);border-radius:10px;font-style:normal;font-weight:600;font-size:16px;line-height:230%;display:flex;align-items:center;transition:all .5s ease-in-out;cursor:pointer;color:#fff;text-decoration:none}.blog-page .container .latest-posts .lp__left .ap-cont .single-lp .slp__button:hover{background:rgba(194,208,228,.35)}.blog-page .container .latest-posts .lp__left .ap-cont .single-lp:hover{border:1px solid rgba(194,208,228,.65)}.blog-page .container .latest-posts .lp__left .ap-cont.loading~.lp__pagination{pointer-events:none;user-select:none}.blog-page .container .latest-posts .lp__left .lp__pagination{flex:0 1 auto;height:70px;display:flex;align-items:center;justify-content:center;gap:2rem;margin-top:auto}.blog-page .container .latest-posts .lp__left .lp__pagination a{outline:none}.blog-page .container .latest-posts .lp__left .lp__pagination .next,.blog-page .container .latest-posts .lp__left .lp__pagination .prev{margin-top:1px;margin-left:1.5rem;margin-right:1.5rem;cursor:pointer;display:inline-block;transition:all .5s ease-in-out}.blog-page .container .latest-posts .lp__left .lp__pagination .next.disabled,.blog-page .container .latest-posts .lp__left .lp__pagination .prev.disabled{opacity:.4;touch-action:none;pointer-events:none}.blog-page .container .latest-posts .lp__left .lp__pagination .page-numbers{text-decoration:none;display:flex;align-items:center;color:rgba(194,208,228,.5);transition:all .5s ease-in-out;cursor:pointer}.blog-page .container .latest-posts .lp__left .lp__pagination .page-numbers.current{position:relative}.blog-page .container .latest-posts .lp__left .lp__pagination .page-numbers.current::before{height:100%;transition:all 5s ease}.blog-page .container .latest-posts .lp__left .lp__pagination .page-numbers:hover{color:rgba(194,208,228,.6)}.blog-page .container .latest-posts .lp__left .lp__pagination .page-numbers::before{position:absolute;left:0;top:0;height:0%;overflow:hidden;color:#fff;content:attr(data-number);transition:all 5s ease;-webkit-text-stroke-width:1px}.blog-page .container .latest-posts .lp__right{flex:0 1 350px;display:flex;flex-flow:column nowrap;gap:1rem}.blog-page .container .latest-posts .lp__right .single-card{border:1px solid rgba(194,208,228,.1);border-radius:15px;display:flex;flex-flow:column nowrap;min-height:520px;padding:2.5rem 1.6rem 2rem;text-align:left}.blog-page .container .latest-posts .lp__right .single-card .sc__logo{margin-bottom:3rem;padding-left:.8rem}.blog-page .container .latest-posts .lp__right .single-card .sc__title{font-family:"Plus Jakarta Sans",sans-serif;font-size:40px;line-height:1.2;color:#fff;margin:0 0 .5rem 0;padding-left:.8rem;font-weight:800}.blog-page .container .latest-posts .lp__right .single-card .sc__title span{background:-webkit-linear-gradient(0deg, #2cd9ff 1.98%, rgba(126, 255, 178, 0.81) 19.5%, rgba(244, 255, 122, 0.82) 82.86%, #ffd80e 98.07%);-webkit-background-clip:text;-webkit-text-stroke:2px rgba(0,0,0,0);padding:0 0 2px 0;color:#101217;display:block;width:fit-content}.blog-page .container .latest-posts .lp__right .single-card .sc__button{margin-top:auto}.blog-page .container .latest-posts .lp__right .single-card .sc__button a{display:flex;flex-direction:row;justify-content:center;align-items:center;padding:10px 30px;background:rgba(194,208,228,.15);backdrop-filter:blur(10px);border-radius:10px;font-style:normal;font-weight:600;font-size:16px;line-height:230%;display:flex;align-items:center;text-align:center;color:#fff;text-decoration:none;transition:all .6s ease-in-out}.blog-page .container .latest-posts .lp__right .single-card .sc__button a:hover{transform:translateY(-4px);background:rgba(194,208,228,.05)}.blog-page .container .latest-posts .lp__right .single-card.top{background:url("../../../img/blog/card-1.svg"),radial-gradient(96.36% 96.36% at 8.71% 3.64%, #15181e 0%, #050508 100%);background-clip:padding-box;background-repeat:no-repeat,no-repeat;background-position:center bottom,center}.blog-page .container .latest-posts .lp__right .single-card.bottom{background:url("../../../img/partner/banner-img.svg"),radial-gradient(96.36% 96.36% at 8.71% 3.64%, #15181e 0%, #050508 100%);background-clip:padding-box;background-repeat:no-repeat,no-repeat;background-position:center 136px,center;background-size:326px auto,auto}.blog-page .container .latest-posts .lp__right .single-card.bottom .sc__title{text-align:center;padding:0}.blog-page .container .latest-posts .lp__right .single-card.bottom .sc__title span{display:revert;width:fit-content}.blog-page .container .action-wrapper-2{display:flex;gap:1.5rem;flex-flow:row nowrap;margin:3.5rem auto}.blog-page .container .action-wrapper-2 .single-action{flex:1 1 0;border:1px solid rgba(194,208,228,.4);background:rgba(194,208,228,.05);backdrop-filter:blur(20px);border-radius:15px;padding:2.5rem 1.5rem 1rem;text-align:left;display:flex;flex-flow:column nowrap;min-height:335px}.blog-page .container .action-wrapper-2 .single-action::before{content:"";pointer-events:none;user-select:none;position:absolute;inset:-2px;border-radius:inherit;padding:2px;--color1: transparent;--color2: transparent;--color3: transparent;--color4: transparent;transition:--color1 1s,--color2 1s,--color3 1s,--color4 1s;background:linear-gradient(90deg, var(--color1), var(--color2), var(--color3), var(--color4));-webkit-mask:linear-gradient(black, black) content-box content-box,linear-gradient(black, black);-webkit-mask-composite:xor;mask-composite:exclude}.blog-page .container .action-wrapper-2 .single-action:hover{border:1px solid rgba(0,0,0,0)}.blog-page .container .action-wrapper-2 .single-action:hover::before{content:"";pointer-events:none;user-select:none;position:absolute;inset:-2px;border-radius:inherit;padding:2px;--color1: #2cd9ff;--color2: #7effb2;--color3: #f4ff7a;--color4: #ffd80e;transition:--color1 1s,--color2 1s,--color3 1s,--color4 1s;background:linear-gradient(90deg, var(--color1), var(--color2), var(--color3), var(--color4));-webkit-mask:linear-gradient(black, black) content-box content-box,linear-gradient(black, black);-webkit-mask-composite:xor;mask-composite:exclude}.blog-page .container .action-wrapper-2 .single-action .sa__header h2{font-size:45px;color:#fff;font-weight:700;line-height:1;margin:0 0 1rem}.blog-page .container .action-wrapper-2 .single-action .sa__header h2 span{background:-webkit-linear-gradient(90deg, #26f7dd, #00b8dd);line-height:1.2;-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0);display:block}.blog-page .container .action-wrapper-2 .single-action .sa__text p{margin:0 auto;color:rgba(194,208,228,.5);font-weight:400}.blog-page .container .action-wrapper-2 .single-action .sa__btn{width:100%;text-align:center;max-width:100%;margin-top:auto}.blog-page .container .action-wrapper-2 .single-action .sa__btn a#cta-btn{display:flex;padding-top:15px !important;padding-bottom:15px !important}@media(max-width: 1305px){.blog-page .container .latest-posts{display:flex;flex-flow:row wrap;gap:1rem;margin:0rem 0 180px}.blog-page .container .latest-posts.category{margin:16rem 0 12rem}.blog-page .container .latest-posts .lp__title{text-align:center;margin:0 auto 3rem}.blog-page .container .latest-posts .lp__title .lp__heading{margin-bottom:1.3rem}.blog-page .container .latest-posts .lp__title .lp__heading h2{font-family:"Plus Jakarta Sans",sans-serif;font-size:56px;line-height:1.2;color:#fff;margin:0 0 .5rem 0;padding:0;font-weight:800}.blog-page .container .latest-posts .lp__title .lp__heading h2 span{background:-webkit-linear-gradient(0deg, #2cd9ff 1.98%, rgba(126, 255, 178, 0.81) 19.5%, rgba(244, 255, 122, 0.82) 82.86%, #ffd80e 98.07%);-webkit-background-clip:text;-webkit-text-stroke:2px rgba(0,0,0,0);padding:0 0 2px 0;color:#101217;width:fit-content}.blog-page .container .latest-posts .lp__title .lp__text p{color:rgba(194,208,228,.5);margin:.8rem 0;font-weight:500;font-size:16px;max-width:600px}.blog-page .container .latest-posts .lp__left{flex:1 1 100%;display:flex;flex-flow:column nowrap;gap:1rem}.blog-page .container .latest-posts .lp__left .ap-cont{flex:1 1 auto;display:flex;flex-flow:row wrap;gap:1rem}.blog-page .container .latest-posts .lp__left .ap-cont.loading .single-lp{opacity:0;transition:border .5s ease-in-out,opacity .5s ease;transition-delay:0s,calc(1s*var(--out))}.blog-page .container .latest-posts .lp__left .ap-cont .single-lp{flex:1 1 47%;border-radius:15px;padding:1rem;border:1px solid rgba(194,208,228,.25);display:flex;flex-flow:column nowrap;text-align:left;height:470px;transition:border .5s ease-in-out,opacity .5s ease;transition-delay:0s,calc(1s*var(--in))}.blog-page .container .latest-posts .lp__left .ap-cont .single-lp .slp__image{border-radius:15px;margin-bottom:1rem;overflow:hidden;max-height:180px}.blog-page .container .latest-posts .lp__left .ap-cont .single-lp .slp__image img{display:block;width:100%;height:auto;object-fit:cover;object-position:center}.blog-page .container .latest-posts .lp__left .ap-cont .single-lp .slp__meta{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.2rem}.blog-page .container .latest-posts .lp__left .ap-cont .single-lp .slp__meta .slp__category-tag{font-weight:600;font-size:14px;line-height:20px;text-align:right;text-decoration:none;transition:all .5s ease}.blog-page .container .latest-posts .lp__left .ap-cont .single-lp .slp__meta .slp__category-tag a{text-decoration:none;color:#c2d0e4;transition:inherit}.blog-page .container .latest-posts .lp__left .ap-cont .single-lp .slp__meta .slp__category-tag:hover{opacity:.8}.blog-page .container .latest-posts .lp__left .ap-cont .single-lp .slp__meta .slp__date{font-weight:600;font-size:14px;line-height:20px;color:rgba(194,208,228,.5)}.blog-page .container .latest-posts .lp__left .ap-cont .single-lp .slp__title{margin-bottom:1rem}.blog-page .container .latest-posts .lp__left .ap-cont .single-lp .slp__title a{text-decoration:none;font-style:normal;font-weight:800;font-size:20px;line-height:112%;color:#fff;transition:all .5s ease}.blog-page .container .latest-posts .lp__left .ap-cont .single-lp .slp__title a:hover{opacity:.65}.blog-page .container .latest-posts .lp__left .ap-cont .single-lp .slp__excerpt{font-style:normal;font-weight:600;font-size:14px;line-height:20px;color:rgba(194,208,228,.5);margin-bottom:1rem}.blog-page .container .latest-posts .lp__left .ap-cont .single-lp .slp__button{margin-top:auto;display:flex;flex-direction:row;justify-content:center;align-items:center;padding:10px 30px;background:rgba(194,208,228,.15);border-radius:10px;font-style:normal;font-weight:600;font-size:16px;line-height:230%;display:flex;align-items:center;transition:all .5s ease-in-out;cursor:pointer;color:#fff;text-decoration:none}.blog-page .container .latest-posts .lp__left .ap-cont .single-lp .slp__button:hover{background:rgba(194,208,228,.35)}.blog-page .container .latest-posts .lp__left .ap-cont .single-lp:hover{border:1px solid rgba(194,208,228,.65)}.blog-page .container .latest-posts .lp__left .ap-cont.loading~.lp__pagination{pointer-events:none;user-select:none}.blog-page .container .latest-posts .lp__left .lp__pagination{flex:0 1 auto;height:70px;display:flex;align-items:center;justify-content:center;gap:2rem;margin-top:auto}.blog-page .container .latest-posts .lp__left .lp__pagination a{outline:none}.blog-page .container .latest-posts .lp__left .lp__pagination .next,.blog-page .container .latest-posts .lp__left .lp__pagination .prev{margin-top:1px;margin-left:1.5rem;margin-right:1.5rem;cursor:pointer;display:inline-block;transition:all .5s ease-in-out}.blog-page .container .latest-posts .lp__left .lp__pagination .next.disabled,.blog-page .container .latest-posts .lp__left .lp__pagination .prev.disabled{opacity:.4;touch-action:none;pointer-events:none}.blog-page .container .latest-posts .lp__left .lp__pagination .page-numbers{text-decoration:none;display:flex;align-items:center;color:rgba(194,208,228,.5);transition:all .5s ease-in-out;cursor:pointer}.blog-page .container .latest-posts .lp__left .lp__pagination .page-numbers.current{position:relative}.blog-page .container .latest-posts .lp__left .lp__pagination .page-numbers.current::before{height:100%;transition:all 5s ease}.blog-page .container .latest-posts .lp__left .lp__pagination .page-numbers:hover{color:rgba(194,208,228,.6)}.blog-page .container .latest-posts .lp__left .lp__pagination .page-numbers::before{position:absolute;left:0;top:0;height:0%;overflow:hidden;color:#fff;content:attr(data-number);transition:all 5s ease;-webkit-text-stroke-width:1px}.blog-page .container .latest-posts .lp__right{flex:1 1 100%;display:flex;flex-flow:row nowrap;gap:1rem}.blog-page .container .latest-posts .lp__right .single-card{flex:1 1 0;border:1px solid rgba(194,208,228,.1);border-radius:15px;display:flex;flex-flow:column nowrap;min-height:520px;padding:2.5rem 1.6rem 2rem;text-align:left}.blog-page .container .latest-posts .lp__right .single-card .sc__logo{margin-bottom:3rem;padding-left:.8rem}.blog-page .container .latest-posts .lp__right .single-card .sc__title{font-family:"Plus Jakarta Sans",sans-serif;font-size:40px;line-height:1.2;color:#fff;margin:0 0 .5rem 0;padding-left:.8rem;font-weight:800}.blog-page .container .latest-posts .lp__right .single-card .sc__title span{background:-webkit-linear-gradient(0deg, #2cd9ff 1.98%, rgba(126, 255, 178, 0.81) 19.5%, rgba(244, 255, 122, 0.82) 82.86%, #ffd80e 98.07%);-webkit-background-clip:text;-webkit-text-stroke:2px rgba(0,0,0,0);padding:0 0 2px 0;color:#101217;display:block;width:fit-content}.blog-page .container .latest-posts .lp__right .single-card .sc__button{margin-top:auto}.blog-page .container .latest-posts .lp__right .single-card .sc__button a{display:flex;flex-direction:row;justify-content:center;align-items:center;padding:10px 30px;background:rgba(194,208,228,.15);backdrop-filter:blur(10px);border-radius:10px;font-style:normal;font-weight:600;font-size:16px;line-height:230%;display:flex;align-items:center;text-align:center;color:#fff;text-decoration:none;transition:all .6s ease-in-out}.blog-page .container .latest-posts .lp__right .single-card .sc__button a:hover{transform:translateY(-4px);background:rgba(194,208,228,.05)}.blog-page .container .latest-posts .lp__right .single-card.top{background:url("../../../img/blog/card-1.svg"),radial-gradient(96.36% 96.36% at 8.71% 3.64%, #15181e 0%, #050508 100%);background-clip:padding-box;background-repeat:no-repeat,no-repeat;background-position:center bottom,center}.blog-page .container .latest-posts .lp__right .single-card.bottom{background:url("../../../img/partner/banner-img.svg"),radial-gradient(96.36% 96.36% at 8.71% 3.64%, #15181e 0%, #050508 100%);background-clip:padding-box;background-repeat:no-repeat,no-repeat;background-position:center 136px,center;background-size:326px auto,auto}.blog-page .container .latest-posts .lp__right .single-card.bottom .sc__title{text-align:center;padding:0}.blog-page .container .latest-posts .lp__right .single-card.bottom .sc__title span{display:revert;width:fit-content}}@media(max-width: 992px){.blog-page{padding-top:40px}.blog-page .container{max-width:1440px;width:100%;margin:0 auto}.blog-page .container p{max-width:600px;margin:25px auto 0 auto;color:#68717f}.blog-page .container .pill{display:inline-block;padding:10px 20px;background:rgba(194,208,228,.15);border-radius:44px;font-family:"Plus Jakarta Sans",sans-serif;font-style:normal;font-weight:500;font-size:16px;line-height:20px;color:rgba(194,208,228,.5);margin:0}.blog-page .container h1{font-family:"Plus Jakarta Sans",sans-serif;font-size:56px;line-height:1.2;color:#fff;margin:1rem 0;padding:0;font-weight:800}.blog-page .container h1 span{background:-webkit-linear-gradient(90deg, #2cd9ff 1.98%, rgba(126, 255, 178, 0.81) 19.5%, rgba(244, 255, 122, 0.82) 82.86%, #ffd80e 98.07%);-webkit-background-clip:text;-webkit-text-stroke:2px rgba(0,0,0,0);padding:0 0 2px 0;color:#101217}.blog-page .container .sub-text{color:rgba(194,208,228,.5);margin:0 auto;font-weight:500}.blog-page .container .sub-text a{color:#aad57a;text-decoration:none}.blog-page .container .email-wrapper{position:relative;margin:2rem auto .3rem}.blog-page .container .email-wrapper #confetti-canvas-blog{position:absolute;right:0%;bottom:-133px;width:100%;height:500px;pointer-events:none;z-index:9999}.blog-page .container .email-wrapper .subscribe-form{position:relative;max-width:600px;margin:0 auto}.blog-page .container .email-wrapper .subscribe-form form{background-color:rgba(255,255,255,.1);border-radius:15px;display:flex;justify-content:space-between;position:relative;z-index:10}.blog-page .container .email-wrapper .subscribe-form form input[type=email]{background-color:rgba(0,0,0,0);outline:none;border:none;color:#c2d0e4;max-width:85%;flex:1 1 auto;padding:15px 25px;font-weight:400}.blog-page .container .email-wrapper .subscribe-form form button{background:#1daa91;color:#0b0c10;padding:15px 30px;-webkit-border-radius:10px;-moz-border-radius:10px;border-radius:10px;border:none;height:67px;width:205px;display:flex;flex-flow:row nowrap;align-items:center;position:relative;justify-content:center;overflow:hidden;cursor:pointer;transition:width .2s cubic-bezier(0.39, 1.86, 0.64, 1)}.blog-page .container .email-wrapper .subscribe-form form button .button-text{font-size:16px;white-space:nowrap}.blog-page .container .email-wrapper .subscribe-form form button .messageCont{position:absolute;left:50%;top:50%;transform:translate3d(-50%, -50%, 0)}.blog-page .container .email-wrapper .subscribe-form form button.ready .readyMSG .button-text span{opacity:1;transition:all .2s ease calc(var(--dr) + 600ms);transform:translate3d(0, 0, 0)}.blog-page .container .email-wrapper .subscribe-form form button.ready .readyMSG .button-text span:nth-of-type(5){margin:0 2px}.blog-page .container .email-wrapper .subscribe-form form button.ready .readyMSG svg{opacity:1;transform:translate3d(0, 0, 0);transition:transform .4s ease 600ms,opacity .3s linear 600ms}.blog-page .container .email-wrapper .subscribe-form form button.loading{width:160px;transition:width .3s ease .4s}.blog-page .container .email-wrapper .subscribe-form form button.loading .loadingMSG{opacity:1;transform:translate3d(-50%, -50%, 0)}.blog-page .container .email-wrapper .subscribe-form form button.loading .loadingMSG .loadingCircle{animation-duration:1s;animation-iteration-count:infinite;animation-name:loading}.blog-page .container .email-wrapper .subscribe-form form button.loading .loadingMSG .loadingCircle:nth-child(2){animation-delay:.1s}.blog-page .container .email-wrapper .subscribe-form form button.loading .loadingMSG .loadingCircle:nth-child(3){animation-delay:.2s}.blog-page .container .email-wrapper .subscribe-form form button.success .successMSG .button-text span{opacity:1;transition:all .2s ease calc(var(--d) + 700ms)}.blog-page .container .email-wrapper .subscribe-form form button.success .successMSG svg{opacity:1;stroke-dashoffset:0;transition:opacity .3s linear 300ms,stroke-dashoffset .3s ease-in-out 900ms}.blog-page .container .email-wrapper .subscribe-form form button.error .errorMSG .button-text span{opacity:1;transition:all .2s ease calc(var(--d) + 400ms)}.blog-page .container .email-wrapper .subscribe-form form button.error .errorMSG svg{opacity:1;stroke-dashoffset:0;transition:opacity .3s linear 300ms,stroke-dashoffset .3s ease-in-out 600ms}.blog-page .container .email-wrapper .subscribe-form form button .readyMSG{flex:0 0 auto;font-family:"Plus Jakarta Sans",sans-serif;text-decoration:none;display:inline-block;font-size:18px;font-weight:700;display:flex;flex-flow:row nowrap;align-items:center;gap:8px}.blog-page .container .email-wrapper .subscribe-form form button .readyMSG .button-text span{opacity:0;display:inline-block;transform:translate3d(0, 20px, 0);transition:all .4s ease var(--d)}.blog-page .container .email-wrapper .subscribe-form form button .readyMSG svg{height:18px;width:18px;opacity:0;transform:translate3d(0, 20px, 0);transition:transform .4s ease,opacity .3s linear}.blog-page .container .email-wrapper .subscribe-form form button .loadingMSG{transform:translate3d(-50%, 50px, 0);transition:transform .3s cubic-bezier(0.22, 0, 0.41, -0.57),opacity .3s linear .3s;opacity:0}.blog-page .container .email-wrapper .subscribe-form form button .loadingMSG svg{fill:#0b0c10;margin:0;width:22px}.blog-page .container .email-wrapper .subscribe-form form button .successMSG{flex:0 0 auto;font-family:"Plus Jakarta Sans",sans-serif;text-decoration:none;display:inline-block;font-size:18px;font-weight:700;display:flex;flex-flow:row nowrap;align-items:center;gap:8px}.blog-page .container .email-wrapper .subscribe-form form button .successMSG .button-text span{opacity:0;display:inline-block;transition:all .2s ease var(--dr)}.blog-page .container .email-wrapper .subscribe-form form button .successMSG svg{opacity:0;height:18px;width:18px;stroke-dasharray:30;stroke-dashoffset:30;transition:transform .4s ease,opacity .3s linear,stroke-dashoffset .3s ease-in-out}.blog-page .container .email-wrapper .subscribe-form form button .errorMSG{flex:0 0 auto;font-family:"Plus Jakarta Sans",sans-serif;text-decoration:none;display:inline-block;font-size:18px;font-weight:700;display:flex;flex-flow:row nowrap;align-items:center;gap:8px}.blog-page .container .email-wrapper .subscribe-form form button .errorMSG .button-text span{opacity:0;display:inline-block;transition:all .2s ease var(--dr)}.blog-page .container .email-wrapper .subscribe-form form button .errorMSG svg{opacity:0;height:18px;width:18px;stroke-dasharray:30;stroke-dashoffset:30;transition:transform .4s ease,opacity .3s linear,stroke-dashoffset .3s ease-in-out}.blog-page .container .email-wrapper .subscribe-form form ::placeholder{color:rgba(194,208,228,.8)}.blog-page .container .email-wrapper .subscribe-form .subscribe-message{text-align:center;line-height:16px;opacity:0;color:rgba(194,208,228,.8)}.blog-page .container .email-wrapper .subscribe-form .subscribe-message p{margin:.7rem 0}.blog-page .container .social-wrapper ul#social-ul{display:flex;width:100%;margin:5px auto;padding:0;list-style:none;gap:2rem;align-items:center;justify-content:center}.blog-page .container .social-wrapper ul#social-ul li .single-social svg stop{transition:all .6s ease-in-out}.blog-page .container .social-wrapper ul#social-ul li .single-social#discord-link svg{fill:url(#discord-gradient-1) #fff}.blog-page .container .social-wrapper ul#social-ul li .single-social#telegram-link svg{fill:url(#telegram-gradient-1) #fff}.blog-page .container .social-wrapper ul#social-ul li .single-social#twitter-link svg{fill:url(#twitter-gradient-1) #fff}.blog-page .container .social-wrapper ul#social-ul li .single-social#instagram-link svg{fill:url(#instagram-gradient-1) #fff}.blog-page .container .social-wrapper ul#social-ul li .single-social#facebook-link svg{fill:url(#fb-gradient-1) #fff}.blog-page .container .social-wrapper ul#social-ul li .single-social#tiktok-link{display:flex;position:relative}.blog-page .container .social-wrapper ul#social-ul li .single-social#tiktok-link svg{transition:all .3s ease}.blog-page .container .social-wrapper ul#social-ul li .single-social#tiktok-link svg path{transition:inherit}.blog-page .container .social-wrapper ul#social-ul li .single-social#tiktok-link svg:first-child{isolation:isolate;position:absolute;left:-2px;top:-4px;width:100%;fill:rgba(0,0,0,0)}.blog-page .container .social-wrapper ul#social-ul li .single-social#tiktok-link svg:last-child{fill:#fff;margin-bottom:4px}.blog-page .container .social-wrapper ul#social-ul li .single-social:hover#discord-link svg stop{stop-color:#5865f2}.blog-page .container .social-wrapper ul#social-ul li .single-social:hover#telegram-link svg stop:first-child{stop-color:#08c}.blog-page .container .social-wrapper ul#social-ul li .single-social:hover#telegram-link svg stop:last-child{stop-color:#08c}.blog-page .container .social-wrapper ul#social-ul li .single-social:hover#twitter-link svg stop:first-child{stop-color:#3bb1fa}.blog-page .container .social-wrapper ul#social-ul li .single-social:hover#twitter-link svg stop:last-child{stop-color:#1da1f2}.blog-page .container .social-wrapper ul#social-ul li .single-social:hover#instagram-link svg stop:first-child{stop-color:#feda75}.blog-page .container .social-wrapper ul#social-ul li .single-social:hover#instagram-link svg stop:nth-child(2){stop-color:#fa7e1e}.blog-page .container .social-wrapper ul#social-ul li .single-social:hover#instagram-link svg stop:nth-child(3){stop-color:#d62976}.blog-page .container .social-wrapper ul#social-ul li .single-social:hover#instagram-link svg stop:nth-child(4){stop-color:#962fbf}.blog-page .container .social-wrapper ul#social-ul li .single-social:hover#instagram-link svg stop:last-child{stop-color:#4f5bd5}.blog-page .container .social-wrapper ul#social-ul li .single-social:hover#facebook-link svg stop:first-child{stop-color:#17aafd}.blog-page .container .social-wrapper ul#social-ul li .single-social:hover#facebook-link svg stop:last-child{stop-color:#0165e2}.blog-page .container .social-wrapper ul#social-ul li .single-social:hover#tiktok-link svg:first-child{fill:#69c9d0}.blog-page .container .social-wrapper ul#social-ul li .single-social:hover#tiktok-link svg:last-child{fill:#ee1d52}.blog-page .container .featured-posts{display:flex;flex-flow:row wrap;gap:1rem;margin:11rem 0 12rem}.blog-page .container .featured-posts .single-fp{text-align:left;transition:all .5s ease-in-out}.blog-page .container .featured-posts .single-fp.big{flex:1 1 auto;border-radius:15px;padding:1rem;border:1px solid rgba(194,208,228,.25);display:flex;flex-flow:column nowrap}.blog-page .container .featured-posts .single-fp.big .sf__image{position:relative;border-radius:15px;margin-bottom:1rem;overflow:hidden;max-height:400px}.blog-page .container .featured-posts .single-fp.big .sf__image img{display:block;width:100%;height:100%;object-fit:fill;object-position:center}.blog-page .container .featured-posts .single-fp.big .sf__image .sf__category-tag{position:absolute;right:1.5rem;bottom:1.5rem;background:rgba(11,12,16,.25);border:1px solid rgba(194,208,228,.25);backdrop-filter:blur(12.5px);border-radius:100px;font-weight:600;font-size:16px;line-height:20px;text-align:center;padding:10px 20px;transition:all .5s ease}.blog-page .container .featured-posts .single-fp.big .sf__image .sf__category-tag a{text-decoration:none;color:#fff;transition:inherit}.blog-page .container .featured-posts .single-fp.big .sf__image .sf__category-tag:hover{opacity:.8}.blog-page .container .featured-posts .single-fp.big .sf__date{padding-left:1.2rem;font-style:normal;font-weight:600;font-size:14px;line-height:20px;color:rgba(194,208,228,.5);margin:1rem 0 .5rem}.blog-page .container .featured-posts .single-fp.big .sf__title{padding-left:1.2rem}.blog-page .container .featured-posts .single-fp.big .sf__title a{text-decoration:none;font-style:normal;font-weight:800;font-size:22px;line-height:112%;color:#fff;transition:all .5s ease}.blog-page .container .featured-posts .single-fp.big .sf__title a:hover{opacity:.65}.blog-page .container .featured-posts .single-fp.big .sf__excerpt{padding-left:1.2rem;font-style:normal;font-weight:500;font-size:14px;line-height:20px;color:rgba(194,208,228,.5);margin:1.5rem 0 3rem}.blog-page .container .featured-posts .single-fp.normal{flex:1 1 auto;border-radius:15px;padding:1rem;border:1px solid rgba(194,208,228,.25);display:flex;align-items:center;flex-flow:row nowrap;gap:1.5rem}.blog-page .container .featured-posts .single-fp.normal .sf__image{flex:0 1 45%;position:relative;border-radius:15px;overflow:hidden;height:100%}.blog-page .container .featured-posts .single-fp.normal .sf__image img{width:100%;height:100%;display:block;object-fit:cover;object-position:center}.blog-page .container .featured-posts .single-fp.normal .sf__meta{flex:0 1 53%;padding-right:1rem}.blog-page .container .featured-posts .single-fp.normal .sf__meta .flex-wrapper{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.2rem}.blog-page .container .featured-posts .single-fp.normal .sf__meta .flex-wrapper .sf__date{font-weight:600;font-size:14px;line-height:20px;color:rgba(194,208,228,.5)}.blog-page .container .featured-posts .single-fp.normal .sf__meta .flex-wrapper .sf__category-tag{font-weight:600;font-size:14px;line-height:20px;text-align:right;text-decoration:none;transition:all .5s ease}.blog-page .container .featured-posts .single-fp.normal .sf__meta .flex-wrapper .sf__category-tag a{text-decoration:none;color:#c2d0e4;transition:inherit}.blog-page .container .featured-posts .single-fp.normal .sf__meta .flex-wrapper .sf__category-tag:hover{opacity:.8}.blog-page .container .featured-posts .single-fp.normal .sf__meta .sf__title a{text-decoration:none;font-style:normal;font-weight:800;font-size:18px;line-height:112%;color:#fff;transition:all .5s ease}.blog-page .container .featured-posts .single-fp.normal .sf__meta .sf__title a:hover{opacity:.65}.blog-page .container .featured-posts .single-fp:hover{border:1px solid rgba(194,208,228,.65)}.blog-page .container .featured-posts .fp__left{flex:1 1 0;display:flex;flex-flow:column nowrap;gap:1rem}.blog-page .container .featured-posts .fp__right{flex:1 1 0;display:flex;flex-flow:column nowrap;gap:1rem}.blog-page .container .category-wrapper{margin:180px 0}.blog-page .container .category-wrapper .category__title{text-align:left;margin-bottom:0rem}.blog-page .container .category-wrapper .category__title .ct__heading{margin-bottom:1.5rem}.blog-page .container .category-wrapper .category__title .ct__heading h2{font-family:"Plus Jakarta Sans",sans-serif;font-size:56px;line-height:1.2;color:#fff;margin:0 0 .5rem 0;padding:0;font-weight:800}.blog-page .container .category-wrapper .category__title .ct__heading h2 span{background:-webkit-linear-gradient(0deg, #2cd9ff 1.98%, rgba(126, 255, 178, 0.81) 19.5%, rgba(244, 255, 122, 0.82) 82.86%, #ffd80e 98.07%);-webkit-background-clip:text;-webkit-text-stroke:2px rgba(0,0,0,0);padding:0 0 2px 0;width:fit-content;color:#101217}.blog-page .container .category-wrapper .category__title .ct__text p{color:rgba(194,208,228,.5);margin:.8rem 0;font-weight:500;font-size:16px;max-width:100%}.blog-page .container .category-wrapper .overflow-wrapper.faq_slider .slick-list{overflow:hidden !important}.blog-page .container .category-wrapper .overflow-wrapper.faq_slider .slick-list .slick-track{display:block !important}.blog-page .container .category-wrapper .overflow-wrapper.faq_slider .single-category{border:2px solid rgba(194,208,228,.15);min-height:510px;flex:1 0 420px;border-radius:15px;padding:3rem 2.5rem 2rem;display:flex;flex-flow:column;text-align:left;position:relative;transition:all .5s ease}.blog-page .container .category-wrapper .overflow-wrapper.faq_slider .single-category a{text-decoration:none;display:flex;flex-flow:column nowrap;flex:1 1 auto}.blog-page .container .category-wrapper .overflow-wrapper.faq_slider .single-category[aria-hidden=true]{transition:all .5s ease;opacity:.2}.blog-page .container .category-wrapper .overflow-wrapper.faq_slider .single-category:not(:last-of-type){margin-right:1rem}.blog-page .container .category-wrapper .overflow-wrapper.faq_slider .single-category .faq-count{font-weight:600;color:#fff;font-size:16px}.blog-page .container .category-wrapper .overflow-wrapper.faq_slider .single-category .faq-title{margin-top:auto}.blog-page .container .category-wrapper .overflow-wrapper.faq_slider .single-category .faq-title h2{font-size:45px;color:#fff;font-weight:700;line-height:1;margin-bottom:1rem}.blog-page .container .category-wrapper .overflow-wrapper.faq_slider .single-category .faq-title h2 span{background:-webkit-linear-gradient(90deg, #26f7dd, #00b8dd);display:block;line-height:1.2;-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0);padding:0 0 3px 0}.blog-page .container .category-wrapper .overflow-wrapper.faq_slider .single-category .faq-title p{margin:0 auto;color:rgba(194,208,228,.5);font-weight:500}.blog-page .container .category-wrapper .overflow-wrapper.faq_slider .single-category .faq-button{align-self:flex-end;display:flex;justify-content:center;align-items:center;margin-top:1.5rem;border-radius:100%;height:53px;width:53px;transition:--color1 1s,--color2 1s,--color3 1s,--color4 1s,opacity 1s;--color1: rgba(194, 208, 228, 0.25);--color2: rgba(194, 208, 228, 0.25);--color3: rgba(194, 208, 228, 0.25);--color4: rgba(194, 208, 228, 0.25);background:linear-gradient(90deg, var(--color1), var(--color2), var(--color3), var(--color4));cursor:pointer}.blog-page .container .category-wrapper .overflow-wrapper.faq_slider .single-category .faq-button img{opacity:.5}.blog-page .container .category-wrapper .overflow-wrapper.faq_slider .single-category::before{content:"";pointer-events:none;user-select:none;position:absolute;inset:-2px;border-radius:inherit;padding:2px;--color1: transparent;--color2: transparent;--color3: transparent;--color4: transparent;transition:--color1 1s,--color2 1s,--color3 1s,--color4 1s;background:linear-gradient(90deg, var(--color1), var(--color2), var(--color3), var(--color4));-webkit-mask:linear-gradient(black, black) content-box content-box,linear-gradient(black, black);-webkit-mask-composite:xor;mask-composite:exclude}.blog-page .container .category-wrapper .overflow-wrapper.faq_slider .single-category:hover{border:2px solid rgba(0,0,0,0)}.blog-page .container .category-wrapper .overflow-wrapper.faq_slider .single-category:hover::before{content:"";pointer-events:none;user-select:none;position:absolute;inset:-2px;border-radius:inherit;padding:2px;--color1: #2cd9ff;--color2: #7effb2;--color3: #f4ff7a;--color4: #ffd80e;transition:--color1 1s,--color2 1s,--color3 1s,--color4 1s;background:linear-gradient(90deg, var(--color1), var(--color2), var(--color3), var(--color4));-webkit-mask:linear-gradient(black, black) content-box content-box,linear-gradient(black, black);-webkit-mask-composite:xor;mask-composite:exclude}.blog-page .container .category-wrapper .overflow-wrapper.faq_slider .single-category:hover .faq-button{animation:pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;transition:--color1 1s,--color2 1s,--color3 1s,--color4 1s,opacity 1s;--color1: #2cd9ff;--color2: #7effb2;--color3: #f4ff7a;--color4: #ffd80e;background:linear-gradient(90deg, var(--color1), var(--color2), var(--color3), var(--color4))}.blog-page .container .category-wrapper .overflow-wrapper.faq_slider .single-category:hover .faq-button img{opacity:1}.blog-page .container .category-wrapper .category-controls{display:flex;flex-flow:row nowrap;justify-content:space-between;align-items:center;margin:2rem 0}.blog-page .container .category-wrapper .category-controls .category-tracker .slick-dots{display:flex;margin:0;gap:10px;padding:1rem 0;list-style-type:none;position:static;bottom:unset;text-align:unset}.blog-page .container .category-wrapper .category-controls .category-tracker .slick-dots li{position:static;display:unset;width:unset;height:unset;margin:unset;padding:unset;cursor:pointer}.blog-page .container .category-wrapper .category-controls .category-tracker .slick-dots li button{transition:all .3s ease-in-out;width:30px;height:5px;border-radius:100px;background:rgba(194,208,228,.25)}.blog-page .container .category-wrapper .category-controls .category-tracker .slick-dots li button::before{content:""}.blog-page .container .category-wrapper .category-controls .category-tracker .slick-dots li.slick-active button{width:93px;background:linear-gradient(90deg, #2cd9ff, #7effb2, #f4ff7a, #ffd80e)}.blog-page .container .category-wrapper .category-controls .category-buttons{display:flex;gap:1.1rem}.blog-page .container .category-wrapper .category-controls .category-buttons div.slick-arrow{border-radius:100%;display:flex;height:38px;width:38px;justify-content:center;align-items:center;transition:--color1 1s,--color2 1s,--color3 1s,--color4 1s,transform 1s ease-in-out;--color1: #2cd9ff;--color2: #7effb2;--color3: #f4ff7a;--color4: #ffd80e;background:linear-gradient(90deg, var(--color1), var(--color2), var(--color3), var(--color4));cursor:pointer;user-select:none}.blog-page .container .category-wrapper .category-controls .category-buttons div.slick-arrow.slick-disabled{cursor:auto;transition:--color1 1s,--color2 1s,--color3 1s,--color4 1s;--color1: rgba(194, 208, 228, 0.25);--color2: rgba(194, 208, 228, 0.25);--color3: rgba(194, 208, 228, 0.25);--color4: rgba(194, 208, 228, 0.25)}.blog-page .container .latest-posts{display:flex;flex-flow:row wrap;gap:1rem;margin:0rem 0 120px}.blog-page .container .latest-posts.category{margin:12rem 0 12rem}.blog-page .container .latest-posts .lp__title{text-align:center;margin:0 auto 0}.blog-page .container .latest-posts .lp__title .lp__heading{margin-bottom:1.3rem}.blog-page .container .latest-posts .lp__title .lp__heading h2{font-family:"Plus Jakarta Sans",sans-serif;font-size:56px;line-height:1.2;color:#fff;margin:0 0 .5rem 0;padding:0;font-weight:800}.blog-page .container .latest-posts .lp__title .lp__heading h2 span{background:-webkit-linear-gradient(0deg, #2cd9ff 1.98%, rgba(126, 255, 178, 0.81) 19.5%, rgba(244, 255, 122, 0.82) 82.86%, #ffd80e 98.07%);-webkit-background-clip:text;-webkit-text-stroke:2px rgba(0,0,0,0);padding:0 0 2px 0;color:#101217;width:fit-content}.blog-page .container .latest-posts .lp__title .lp__text p{color:rgba(194,208,228,.5);margin:.8rem 0;font-weight:500;font-size:16px;max-width:600px}.blog-page .container .latest-posts .lp__left{flex:1 1 100%;display:flex;flex-flow:column nowrap;gap:1rem}.blog-page .container .latest-posts .lp__left .ap-cont{flex:1 1 auto;display:flex;flex-flow:row wrap;gap:1rem}.blog-page .container .latest-posts .lp__left .ap-cont.loading .single-lp{opacity:0;transition:border .5s ease-in-out,opacity .5s ease;transition-delay:0s,calc(1s*var(--out))}.blog-page .container .latest-posts .lp__left .ap-cont .single-lp{flex:1 1 47%;border-radius:15px;padding:1rem;border:1px solid rgba(194,208,228,.25);display:flex;flex-flow:column nowrap;text-align:left;height:470px;transition:border .5s ease-in-out,opacity .5s ease;transition-delay:0s,calc(1s*var(--in))}.blog-page .container .latest-posts .lp__left .ap-cont .single-lp .slp__image{border-radius:15px;margin-bottom:1rem;overflow:hidden;max-height:180px}.blog-page .container .latest-posts .lp__left .ap-cont .single-lp .slp__image img{display:block;width:100%;height:auto;object-fit:cover;object-position:center}.blog-page .container .latest-posts .lp__left .ap-cont .single-lp .slp__meta{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.2rem}.blog-page .container .latest-posts .lp__left .ap-cont .single-lp .slp__meta .slp__category-tag{font-weight:600;font-size:14px;line-height:20px;text-align:right;text-decoration:none;transition:all .5s ease}.blog-page .container .latest-posts .lp__left .ap-cont .single-lp .slp__meta .slp__category-tag a{text-decoration:none;color:#c2d0e4;transition:inherit}.blog-page .container .latest-posts .lp__left .ap-cont .single-lp .slp__meta .slp__category-tag:hover{opacity:.8}.blog-page .container .latest-posts .lp__left .ap-cont .single-lp .slp__meta .slp__date{font-weight:600;font-size:14px;line-height:20px;color:rgba(194,208,228,.5)}.blog-page .container .latest-posts .lp__left .ap-cont .single-lp .slp__title{margin-bottom:1rem}.blog-page .container .latest-posts .lp__left .ap-cont .single-lp .slp__title a{text-decoration:none;font-style:normal;font-weight:800;font-size:20px;line-height:112%;color:#fff;transition:all .5s ease}.blog-page .container .latest-posts .lp__left .ap-cont .single-lp .slp__title a:hover{opacity:.65}.blog-page .container .latest-posts .lp__left .ap-cont .single-lp .slp__excerpt{font-style:normal;font-weight:600;font-size:14px;line-height:20px;color:rgba(194,208,228,.5);margin-bottom:1rem}.blog-page .container .latest-posts .lp__left .ap-cont .single-lp .slp__button{margin-top:auto;display:flex;flex-direction:row;justify-content:center;align-items:center;padding:10px 30px;background:rgba(194,208,228,.15);border-radius:10px;font-style:normal;font-weight:600;font-size:16px;line-height:230%;display:flex;align-items:center;transition:all .5s ease-in-out;cursor:pointer;color:#fff;text-decoration:none}.blog-page .container .latest-posts .lp__left .ap-cont .single-lp .slp__button:hover{background:rgba(194,208,228,.35)}.blog-page .container .latest-posts .lp__left .ap-cont .single-lp:hover{border:1px solid rgba(194,208,228,.65)}.blog-page .container .latest-posts .lp__left .ap-cont.loading~.lp__pagination{pointer-events:none;user-select:none}.blog-page .container .latest-posts .lp__left .lp__pagination{flex:0 1 auto;height:70px;display:flex;align-items:center;justify-content:center;gap:2rem;margin-top:auto}.blog-page .container .latest-posts .lp__left .lp__pagination a{outline:none}.blog-page .container .latest-posts .lp__left .lp__pagination .next,.blog-page .container .latest-posts .lp__left .lp__pagination .prev{margin-top:1px;margin-left:1.5rem;margin-right:1.5rem;cursor:pointer;display:inline-block;transition:all .5s ease-in-out}.blog-page .container .latest-posts .lp__left .lp__pagination .next.disabled,.blog-page .container .latest-posts .lp__left .lp__pagination .prev.disabled{opacity:.4;touch-action:none;pointer-events:none}.blog-page .container .latest-posts .lp__left .lp__pagination .page-numbers{text-decoration:none;display:flex;align-items:center;color:rgba(194,208,228,.5);transition:all .5s ease-in-out;cursor:pointer}.blog-page .container .latest-posts .lp__left .lp__pagination .page-numbers.current{position:relative}.blog-page .container .latest-posts .lp__left .lp__pagination .page-numbers.current::before{height:100%;transition:all 5s ease}.blog-page .container .latest-posts .lp__left .lp__pagination .page-numbers:hover{color:rgba(194,208,228,.6)}.blog-page .container .latest-posts .lp__left .lp__pagination .page-numbers::before{position:absolute;left:0;top:0;height:0%;overflow:hidden;color:#fff;content:attr(data-number);transition:all 5s ease;-webkit-text-stroke-width:1px}.blog-page .container .latest-posts .lp__right{flex:1 1 100%;display:flex;flex-flow:row nowrap;gap:1rem}.blog-page .container .latest-posts .lp__right .single-card{flex:1 1 0;border:1px solid rgba(194,208,228,.1);border-radius:15px;display:flex;flex-flow:column nowrap;min-height:520px;padding:2.5rem 1.6rem 2rem;text-align:left}.blog-page .container .latest-posts .lp__right .single-card .sc__logo{margin-bottom:3rem;padding-left:.8rem}.blog-page .container .latest-posts .lp__right .single-card .sc__title{font-family:"Plus Jakarta Sans",sans-serif;font-size:40px;line-height:1.2;color:#fff;margin:0 0 .5rem 0;padding-left:.8rem;font-weight:800}.blog-page .container .latest-posts .lp__right .single-card .sc__title span{background:-webkit-linear-gradient(0deg, #2cd9ff 1.98%, rgba(126, 255, 178, 0.81) 19.5%, rgba(244, 255, 122, 0.82) 82.86%, #ffd80e 98.07%);-webkit-background-clip:text;-webkit-text-stroke:2px rgba(0,0,0,0);padding:0 0 2px 0;color:#101217;display:block;width:fit-content}.blog-page .container .latest-posts .lp__right .single-card .sc__button{margin-top:auto}.blog-page .container .latest-posts .lp__right .single-card .sc__button a{display:flex;flex-direction:row;justify-content:center;align-items:center;padding:10px 30px;background:rgba(194,208,228,.15);backdrop-filter:blur(10px);border-radius:10px;font-style:normal;font-weight:600;font-size:16px;line-height:230%;display:flex;align-items:center;text-align:center;color:#fff;text-decoration:none;transition:all .6s ease-in-out}.blog-page .container .latest-posts .lp__right .single-card .sc__button a:hover{transform:translateY(-4px);background:rgba(194,208,228,.05)}.blog-page .container .latest-posts .lp__right .single-card.top{background:url("../../../img/blog/card-1.svg"),radial-gradient(96.36% 96.36% at 8.71% 3.64%, #15181e 0%, #050508 100%);background-clip:padding-box;background-repeat:no-repeat,no-repeat;background-position:center bottom,center}.blog-page .container .latest-posts .lp__right .single-card.bottom{background:url("../../../img/partner/banner-img.svg"),radial-gradient(96.36% 96.36% at 8.71% 3.64%, #15181e 0%, #050508 100%);background-clip:padding-box;background-repeat:no-repeat,no-repeat;background-position:center 136px,center;background-size:326px auto,auto}.blog-page .container .latest-posts .lp__right .single-card.bottom .sc__title{text-align:center;padding:0}.blog-page .container .latest-posts .lp__right .single-card.bottom .sc__title span{display:revert;width:fit-content}.blog-page .container .action-wrapper-2{display:flex;gap:1.5rem;flex-flow:row nowrap;margin:3.5rem auto}.blog-page .container .action-wrapper-2 .single-action{flex:1 1 0;border:1px solid rgba(194,208,228,.4);background:rgba(194,208,228,.05);backdrop-filter:blur(20px);border-radius:15px;padding:2.5rem 1.5rem 1rem;text-align:left;display:flex;flex-flow:column nowrap;min-height:335px}.blog-page .container .action-wrapper-2 .single-action::before{content:"";pointer-events:none;user-select:none;position:absolute;inset:-2px;border-radius:inherit;padding:2px;--color1: transparent;--color2: transparent;--color3: transparent;--color4: transparent;transition:--color1 1s,--color2 1s,--color3 1s,--color4 1s;background:linear-gradient(90deg, var(--color1), var(--color2), var(--color3), var(--color4));-webkit-mask:linear-gradient(black, black) content-box content-box,linear-gradient(black, black);-webkit-mask-composite:xor;mask-composite:exclude}.blog-page .container .action-wrapper-2 .single-action:hover{border:1px solid rgba(0,0,0,0)}.blog-page .container .action-wrapper-2 .single-action:hover::before{content:"";pointer-events:none;user-select:none;position:absolute;inset:-2px;border-radius:inherit;padding:2px;--color1: #2cd9ff;--color2: #7effb2;--color3: #f4ff7a;--color4: #ffd80e;transition:--color1 1s,--color2 1s,--color3 1s,--color4 1s;background:linear-gradient(90deg, var(--color1), var(--color2), var(--color3), var(--color4));-webkit-mask:linear-gradient(black, black) content-box content-box,linear-gradient(black, black);-webkit-mask-composite:xor;mask-composite:exclude}.blog-page .container .action-wrapper-2 .single-action .sa__header h2{font-size:45px;color:#fff;font-weight:700;line-height:1;margin:0 0 1rem}.blog-page .container .action-wrapper-2 .single-action .sa__header h2 span{background:-webkit-linear-gradient(90deg, #26f7dd, #00b8dd);line-height:1.2;-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0);display:block}.blog-page .container .action-wrapper-2 .single-action .sa__text p{margin:0 auto;color:rgba(194,208,228,.5);font-weight:400}.blog-page .container .action-wrapper-2 .single-action .sa__btn{width:100%;text-align:center;max-width:100%;margin-top:auto}.blog-page .container .action-wrapper-2 .single-action .sa__btn a#cta-btn{display:flex;padding-top:15px !important;padding-bottom:15px !important}.blog-page .container .experienced.homepage{padding:0}}@media(max-width: 768px){.blog-page{padding:40px 1.5rem 0px 1.5rem}.blog-page .container{max-width:1440px;width:100%;margin:0 auto}.blog-page .container p{max-width:100%;margin:25px auto 0 auto;color:#68717f}.blog-page .container .pill{display:inline-block;padding:10px 20px;background:rgba(194,208,228,.15);border-radius:44px;font-family:"Plus Jakarta Sans",sans-serif;font-style:normal;font-weight:500;font-size:16px;line-height:20px;color:rgba(194,208,228,.5);margin:0}.blog-page .container h1{font-family:"Plus Jakarta Sans",sans-serif;font-size:46px;line-height:1.2;color:#fff;margin:1rem 0;padding:0;font-weight:800}.blog-page .container h1 span{background:-webkit-linear-gradient(90deg, #2cd9ff 1.98%, rgba(126, 255, 178, 0.81) 19.5%, rgba(244, 255, 122, 0.82) 82.86%, #ffd80e 98.07%);-webkit-background-clip:text;-webkit-text-stroke:2px rgba(0,0,0,0);padding:0 0 2px 0;color:#101217}.blog-page .container .sub-text{color:rgba(194,208,228,.5);margin:0 auto;font-weight:500}.blog-page .container .sub-text a{color:#aad57a;text-decoration:none}.blog-page .container .email-wrapper{position:relative;margin:2rem auto .3rem}.blog-page .container .email-wrapper #confetti-canvas-blog{position:absolute;right:0%;bottom:-133px;width:100%;height:500px;pointer-events:none;z-index:9999}.blog-page .container .email-wrapper .subscribe-form{position:relative;max-width:600px;margin:0 auto}.blog-page .container .email-wrapper .subscribe-form form{background-color:rgba(255,255,255,.1);border-radius:15px;display:flex;justify-content:space-between;position:relative;z-index:10}.blog-page .container .email-wrapper .subscribe-form form input[type=email]{background-color:rgba(0,0,0,0);outline:none;border:none;color:#c2d0e4;max-width:85%;flex:1 1 auto;padding:15px 25px;font-weight:400}.blog-page .container .email-wrapper .subscribe-form form button{background:#1daa91;color:#0b0c10;padding:15px 30px;-webkit-border-radius:10px;-moz-border-radius:10px;border-radius:10px;border:none;height:67px;width:205px;display:flex;flex-flow:row nowrap;align-items:center;position:relative;justify-content:center;overflow:hidden;cursor:pointer;transition:width .2s cubic-bezier(0.39, 1.86, 0.64, 1)}.blog-page .container .email-wrapper .subscribe-form form button .button-text{font-size:16px;white-space:nowrap}.blog-page .container .email-wrapper .subscribe-form form button .messageCont{position:absolute;left:50%;top:50%;transform:translate3d(-50%, -50%, 0)}.blog-page .container .email-wrapper .subscribe-form form button.ready .readyMSG .button-text span{opacity:1;transition:all .2s ease calc(var(--dr) + 600ms);transform:translate3d(0, 0, 0)}.blog-page .container .email-wrapper .subscribe-form form button.ready .readyMSG .button-text span:nth-of-type(5){margin:0 2px}.blog-page .container .email-wrapper .subscribe-form form button.ready .readyMSG svg{opacity:1;transform:translate3d(0, 0, 0);transition:transform .4s ease 600ms,opacity .3s linear 600ms}.blog-page .container .email-wrapper .subscribe-form form button.loading{width:160px;transition:width .3s ease .4s}.blog-page .container .email-wrapper .subscribe-form form button.loading .loadingMSG{opacity:1;transform:translate3d(-50%, -50%, 0)}.blog-page .container .email-wrapper .subscribe-form form button.loading .loadingMSG .loadingCircle{animation-duration:1s;animation-iteration-count:infinite;animation-name:loading}.blog-page .container .email-wrapper .subscribe-form form button.loading .loadingMSG .loadingCircle:nth-child(2){animation-delay:.1s}.blog-page .container .email-wrapper .subscribe-form form button.loading .loadingMSG .loadingCircle:nth-child(3){animation-delay:.2s}.blog-page .container .email-wrapper .subscribe-form form button.success .successMSG .button-text span{opacity:1;transition:all .2s ease calc(var(--d) + 700ms)}.blog-page .container .email-wrapper .subscribe-form form button.success .successMSG svg{opacity:1;stroke-dashoffset:0;transition:opacity .3s linear 300ms,stroke-dashoffset .3s ease-in-out 900ms}.blog-page .container .email-wrapper .subscribe-form form button.error .errorMSG .button-text span{opacity:1;transition:all .2s ease calc(var(--d) + 400ms)}.blog-page .container .email-wrapper .subscribe-form form button.error .errorMSG svg{opacity:1;stroke-dashoffset:0;transition:opacity .3s linear 300ms,stroke-dashoffset .3s ease-in-out 600ms}.blog-page .container .email-wrapper .subscribe-form form button .readyMSG{flex:0 0 auto;font-family:"Plus Jakarta Sans",sans-serif;text-decoration:none;display:inline-block;font-size:18px;font-weight:700;display:flex;flex-flow:row nowrap;align-items:center;gap:8px}.blog-page .container .email-wrapper .subscribe-form form button .readyMSG .button-text span{opacity:0;display:inline-block;transform:translate3d(0, 20px, 0);transition:all .4s ease var(--d)}.blog-page .container .email-wrapper .subscribe-form form button .readyMSG svg{height:18px;width:18px;opacity:0;transform:translate3d(0, 20px, 0);transition:transform .4s ease,opacity .3s linear}.blog-page .container .email-wrapper .subscribe-form form button .loadingMSG{transform:translate3d(-50%, 50px, 0);transition:transform .3s cubic-bezier(0.22, 0, 0.41, -0.57),opacity .3s linear .3s;opacity:0}.blog-page .container .email-wrapper .subscribe-form form button .loadingMSG svg{fill:#0b0c10;margin:0;width:22px}.blog-page .container .email-wrapper .subscribe-form form button .successMSG{flex:0 0 auto;font-family:"Plus Jakarta Sans",sans-serif;text-decoration:none;display:inline-block;font-size:18px;font-weight:700;display:flex;flex-flow:row nowrap;align-items:center;gap:8px}.blog-page .container .email-wrapper .subscribe-form form button .successMSG .button-text span{opacity:0;display:inline-block;transition:all .2s ease var(--dr)}.blog-page .container .email-wrapper .subscribe-form form button .successMSG svg{opacity:0;height:18px;width:18px;stroke-dasharray:30;stroke-dashoffset:30;transition:transform .4s ease,opacity .3s linear,stroke-dashoffset .3s ease-in-out}.blog-page .container .email-wrapper .subscribe-form form button .errorMSG{flex:0 0 auto;font-family:"Plus Jakarta Sans",sans-serif;text-decoration:none;display:inline-block;font-size:18px;font-weight:700;display:flex;flex-flow:row nowrap;align-items:center;gap:8px}.blog-page .container .email-wrapper .subscribe-form form button .errorMSG .button-text span{opacity:0;display:inline-block;transition:all .2s ease var(--dr)}.blog-page .container .email-wrapper .subscribe-form form button .errorMSG svg{opacity:0;height:18px;width:18px;stroke-dasharray:30;stroke-dashoffset:30;transition:transform .4s ease,opacity .3s linear,stroke-dashoffset .3s ease-in-out}.blog-page .container .email-wrapper .subscribe-form form ::placeholder{color:rgba(194,208,228,.8)}.blog-page .container .email-wrapper .subscribe-form .subscribe-message{text-align:center;line-height:16px;opacity:0;color:rgba(194,208,228,.8)}.blog-page .container .email-wrapper .subscribe-form .subscribe-message p{margin:.7rem 0}.blog-page .container .social-wrapper{margin-top:2rem}.blog-page .container .social-wrapper ul#social-ul{display:flex;width:100%;margin:5px auto;padding:0;list-style:none;gap:2rem;align-items:center;justify-content:center}.blog-page .container .social-wrapper ul#social-ul li .single-social svg stop{transition:all .6s ease-in-out}.blog-page .container .social-wrapper ul#social-ul li .single-social#discord-link svg{fill:url(#discord-gradient-1) #fff}.blog-page .container .social-wrapper ul#social-ul li .single-social#telegram-link svg{fill:url(#telegram-gradient-1) #fff}.blog-page .container .social-wrapper ul#social-ul li .single-social#twitter-link svg{fill:url(#twitter-gradient-1) #fff}.blog-page .container .social-wrapper ul#social-ul li .single-social#instagram-link svg{fill:url(#instagram-gradient-1) #fff}.blog-page .container .social-wrapper ul#social-ul li .single-social#facebook-link svg{fill:url(#fb-gradient-1) #fff}.blog-page .container .social-wrapper ul#social-ul li .single-social#tiktok-link{display:flex;position:relative}.blog-page .container .social-wrapper ul#social-ul li .single-social#tiktok-link svg{transition:all .3s ease}.blog-page .container .social-wrapper ul#social-ul li .single-social#tiktok-link svg path{transition:inherit}.blog-page .container .social-wrapper ul#social-ul li .single-social#tiktok-link svg:first-child{isolation:isolate;position:absolute;left:-2px;top:-4px;width:100%;fill:rgba(0,0,0,0)}.blog-page .container .social-wrapper ul#social-ul li .single-social#tiktok-link svg:last-child{fill:#fff;margin-bottom:4px}.blog-page .container .social-wrapper ul#social-ul li .single-social:hover#discord-link svg stop{stop-color:#5865f2}.blog-page .container .social-wrapper ul#social-ul li .single-social:hover#telegram-link svg stop:first-child{stop-color:#08c}.blog-page .container .social-wrapper ul#social-ul li .single-social:hover#telegram-link svg stop:last-child{stop-color:#08c}.blog-page .container .social-wrapper ul#social-ul li .single-social:hover#twitter-link svg stop:first-child{stop-color:#3bb1fa}.blog-page .container .social-wrapper ul#social-ul li .single-social:hover#twitter-link svg stop:last-child{stop-color:#1da1f2}.blog-page .container .social-wrapper ul#social-ul li .single-social:hover#instagram-link svg stop:first-child{stop-color:#feda75}.blog-page .container .social-wrapper ul#social-ul li .single-social:hover#instagram-link svg stop:nth-child(2){stop-color:#fa7e1e}.blog-page .container .social-wrapper ul#social-ul li .single-social:hover#instagram-link svg stop:nth-child(3){stop-color:#d62976}.blog-page .container .social-wrapper ul#social-ul li .single-social:hover#instagram-link svg stop:nth-child(4){stop-color:#962fbf}.blog-page .container .social-wrapper ul#social-ul li .single-social:hover#instagram-link svg stop:last-child{stop-color:#4f5bd5}.blog-page .container .social-wrapper ul#social-ul li .single-social:hover#facebook-link svg stop:first-child{stop-color:#17aafd}.blog-page .container .social-wrapper ul#social-ul li .single-social:hover#facebook-link svg stop:last-child{stop-color:#0165e2}.blog-page .container .social-wrapper ul#social-ul li .single-social:hover#tiktok-link svg:first-child{fill:#69c9d0}.blog-page .container .social-wrapper ul#social-ul li .single-social:hover#tiktok-link svg:last-child{fill:#ee1d52}.blog-page .container .featured-posts{display:flex;flex-flow:row wrap;gap:1rem;margin:90px 0}.blog-page .container .featured-posts .single-fp{text-align:left;transition:all .5s ease-in-out}.blog-page .container .featured-posts .single-fp.big{flex:1 1 auto;border-radius:15px;padding:1rem;border:1px solid rgba(194,208,228,.25);display:flex;flex-flow:column nowrap}.blog-page .container .featured-posts .single-fp.big .sf__image{position:relative;border-radius:15px;margin-bottom:1rem;overflow:hidden;max-height:400px}.blog-page .container .featured-posts .single-fp.big .sf__image img{display:block;width:100%;height:100%;object-fit:fill;object-position:center}.blog-page .container .featured-posts .single-fp.big .sf__image .sf__category-tag{position:absolute;right:1.5rem;bottom:1.5rem;background:rgba(11,12,16,.25);border:1px solid rgba(194,208,228,.25);backdrop-filter:blur(12.5px);border-radius:100px;font-weight:600;font-size:14px;line-height:20px;text-align:center;padding:10px 20px;transition:all .5s ease}.blog-page .container .featured-posts .single-fp.big .sf__image .sf__category-tag a{text-decoration:none;color:#fff;transition:inherit}.blog-page .container .featured-posts .single-fp.big .sf__image .sf__category-tag:hover{opacity:.8}.blog-page .container .featured-posts .single-fp.big .sf__date{padding-left:0rem;font-style:normal;font-weight:600;font-size:14px;line-height:20px;color:rgba(194,208,228,.5);margin:1rem 0 .5rem}.blog-page .container .featured-posts .single-fp.big .sf__title{padding-left:0rem}.blog-page .container .featured-posts .single-fp.big .sf__title a{text-decoration:none;font-style:normal;font-weight:800;font-size:24px;line-height:1.2;color:#fff;transition:all .5s ease}.blog-page .container .featured-posts .single-fp.big .sf__title a:hover{opacity:.65}.blog-page .container .featured-posts .single-fp.big .sf__excerpt{padding-left:0rem;font-style:normal;font-weight:500;font-size:14px;line-height:20px;color:rgba(194,208,228,.5);margin:1.5rem 0 1rem}.blog-page .container .featured-posts .single-fp.normal{flex:1 1 auto;border-radius:15px;padding:1rem 1rem 1.5rem;border:1px solid rgba(194,208,228,.25);display:flex;align-items:center;flex-flow:row wrap;gap:1.5rem}.blog-page .container .featured-posts .single-fp.normal .sf__image{flex:1 1 100%;position:relative;border-radius:15px;overflow:hidden;height:auto}.blog-page .container .featured-posts .single-fp.normal .sf__image img{width:100%;height:100%;display:block;object-fit:cover;object-position:center}.blog-page .container .featured-posts .single-fp.normal .sf__meta{flex:1 1 100%;padding-right:0rem}.blog-page .container .featured-posts .single-fp.normal .sf__meta .flex-wrapper{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.2rem}.blog-page .container .featured-posts .single-fp.normal .sf__meta .flex-wrapper .sf__date{font-weight:600;font-size:14px;line-height:20px;color:rgba(194,208,228,.5)}.blog-page .container .featured-posts .single-fp.normal .sf__meta .flex-wrapper .sf__category-tag{font-weight:600;font-size:14px;line-height:20px;text-align:right;text-decoration:none;transition:all .5s ease}.blog-page .container .featured-posts .single-fp.normal .sf__meta .flex-wrapper .sf__category-tag a{text-decoration:none;color:#c2d0e4;transition:inherit}.blog-page .container .featured-posts .single-fp.normal .sf__meta .flex-wrapper .sf__category-tag:hover{opacity:.8}.blog-page .container .featured-posts .single-fp.normal .sf__meta .sf__title a{text-decoration:none;font-style:normal;font-weight:800;font-size:24px;line-height:112%;color:#fff;transition:all .5s ease}.blog-page .container .featured-posts .single-fp.normal .sf__meta .sf__title a:hover{opacity:.65}.blog-page .container .featured-posts .single-fp:hover{border:1px solid rgba(194,208,228,.65)}.blog-page .container .featured-posts .fp__left{flex:1 1 100%;display:flex;flex-flow:column nowrap;gap:1rem}.blog-page .container .featured-posts .fp__right{flex:1 1 100%;display:flex;flex-flow:column nowrap;gap:1rem}.blog-page .container .category-wrapper{margin:120px 0}.blog-page .container .category-wrapper .category__title{text-align:left;margin-bottom:0}.blog-page .container .category-wrapper .category__title .ct__heading{margin-bottom:1.5rem}.blog-page .container .category-wrapper .category__title .ct__heading h2{font-family:"Plus Jakarta Sans",sans-serif;font-size:46px;line-height:1.2;color:#fff;margin:0 0 .5rem 0;padding:0;font-weight:800}.blog-page .container .category-wrapper .category__title .ct__heading h2 span{background:-webkit-linear-gradient(0deg, #2cd9ff 1.98%, rgba(126, 255, 178, 0.81) 19.5%, rgba(244, 255, 122, 0.82) 82.86%, #ffd80e 98.07%);-webkit-background-clip:text;-webkit-text-stroke:2px rgba(0,0,0,0);padding:0 0 2px 0;width:fit-content;color:#101217}.blog-page .container .category-wrapper .category__title .ct__text p{color:rgba(194,208,228,.5);margin:.8rem 0;font-weight:500;font-size:16px;max-width:100%}.blog-page .container .category-wrapper .overflow-wrapper.faq_slider .slick-list{overflow:hidden !important}.blog-page .container .category-wrapper .overflow-wrapper.faq_slider .slick-list .slick-track{display:block !important}.blog-page .container .category-wrapper .overflow-wrapper.faq_slider .single-category{border:2px solid rgba(194,208,228,.15);min-height:510px;flex:1 0 420px;border-radius:15px;padding:3rem 2.5rem 2rem;display:flex;flex-flow:column;text-align:left;position:relative;transition:all .5s ease}.blog-page .container .category-wrapper .overflow-wrapper.faq_slider .single-category a{text-decoration:none;display:flex;flex-flow:column nowrap;flex:1 1 auto}.blog-page .container .category-wrapper .overflow-wrapper.faq_slider .single-category[aria-hidden=true]{transition:all .5s ease;opacity:.2}.blog-page .container .category-wrapper .overflow-wrapper.faq_slider .single-category:not(:last-of-type){margin-right:1rem}.blog-page .container .category-wrapper .overflow-wrapper.faq_slider .single-category .faq-count{font-weight:600;color:#fff;font-size:16px}.blog-page .container .category-wrapper .overflow-wrapper.faq_slider .single-category .faq-title{margin-top:auto}.blog-page .container .category-wrapper .overflow-wrapper.faq_slider .single-category .faq-title h2{font-size:45px;color:#fff;font-weight:700;line-height:1;margin-bottom:1rem}.blog-page .container .category-wrapper .overflow-wrapper.faq_slider .single-category .faq-title h2 span{background:-webkit-linear-gradient(90deg, #26f7dd, #00b8dd);display:block;line-height:1.2;-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0);padding:0 0 3px 0}.blog-page .container .category-wrapper .overflow-wrapper.faq_slider .single-category .faq-title p{margin:0 auto;color:rgba(194,208,228,.5);font-weight:500}.blog-page .container .category-wrapper .overflow-wrapper.faq_slider .single-category .faq-button{align-self:flex-end;display:flex;justify-content:center;align-items:center;margin-top:1.5rem;border-radius:100%;height:53px;width:53px;transition:--color1 1s,--color2 1s,--color3 1s,--color4 1s,opacity 1s;--color1: rgba(194, 208, 228, 0.25);--color2: rgba(194, 208, 228, 0.25);--color3: rgba(194, 208, 228, 0.25);--color4: rgba(194, 208, 228, 0.25);background:linear-gradient(90deg, var(--color1), var(--color2), var(--color3), var(--color4));cursor:pointer}.blog-page .container .category-wrapper .overflow-wrapper.faq_slider .single-category .faq-button img{opacity:.5}.blog-page .container .category-wrapper .overflow-wrapper.faq_slider .single-category::before{content:"";pointer-events:none;user-select:none;position:absolute;inset:-2px;border-radius:inherit;padding:2px;--color1: transparent;--color2: transparent;--color3: transparent;--color4: transparent;transition:--color1 1s,--color2 1s,--color3 1s,--color4 1s;background:linear-gradient(90deg, var(--color1), var(--color2), var(--color3), var(--color4));-webkit-mask:linear-gradient(black, black) content-box content-box,linear-gradient(black, black);-webkit-mask-composite:xor;mask-composite:exclude}.blog-page .container .category-wrapper .overflow-wrapper.faq_slider .single-category:hover{border:2px solid rgba(0,0,0,0)}.blog-page .container .category-wrapper .overflow-wrapper.faq_slider .single-category:hover::before{content:"";pointer-events:none;user-select:none;position:absolute;inset:-2px;border-radius:inherit;padding:2px;--color1: #2cd9ff;--color2: #7effb2;--color3: #f4ff7a;--color4: #ffd80e;transition:--color1 1s,--color2 1s,--color3 1s,--color4 1s;background:linear-gradient(90deg, var(--color1), var(--color2), var(--color3), var(--color4));-webkit-mask:linear-gradient(black, black) content-box content-box,linear-gradient(black, black);-webkit-mask-composite:xor;mask-composite:exclude}.blog-page .container .category-wrapper .overflow-wrapper.faq_slider .single-category:hover .faq-button{animation:pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;transition:--color1 1s,--color2 1s,--color3 1s,--color4 1s,opacity 1s;--color1: #2cd9ff;--color2: #7effb2;--color3: #f4ff7a;--color4: #ffd80e;background:linear-gradient(90deg, var(--color1), var(--color2), var(--color3), var(--color4))}.blog-page .container .category-wrapper .overflow-wrapper.faq_slider .single-category:hover .faq-button img{opacity:1}.blog-page .container .category-wrapper .category-controls{display:flex;flex-flow:row nowrap;justify-content:space-between;align-items:center;margin:2rem 0}.blog-page .container .category-wrapper .category-controls .category-tracker .slick-dots{display:flex;margin:0;gap:10px;padding:1rem 0;list-style-type:none;position:static;bottom:unset;text-align:unset}.blog-page .container .category-wrapper .category-controls .category-tracker .slick-dots li{position:static;display:unset;width:unset;height:unset;margin:unset;padding:unset;cursor:pointer}.blog-page .container .category-wrapper .category-controls .category-tracker .slick-dots li button{transition:all .3s ease-in-out;width:30px;height:5px;border-radius:100px;background:rgba(194,208,228,.25)}.blog-page .container .category-wrapper .category-controls .category-tracker .slick-dots li button::before{content:""}.blog-page .container .category-wrapper .category-controls .category-tracker .slick-dots li.slick-active button{width:93px;background:linear-gradient(90deg, #2cd9ff, #7effb2, #f4ff7a, #ffd80e)}.blog-page .container .category-wrapper .category-controls .category-buttons{display:flex;gap:1.1rem}.blog-page .container .category-wrapper .category-controls .category-buttons div.slick-arrow{border-radius:100%;display:flex;height:38px;width:38px;justify-content:center;align-items:center;transition:--color1 1s,--color2 1s,--color3 1s,--color4 1s,transform 1s ease-in-out;--color1: #2cd9ff;--color2: #7effb2;--color3: #f4ff7a;--color4: #ffd80e;background:linear-gradient(90deg, var(--color1), var(--color2), var(--color3), var(--color4));cursor:pointer;user-select:none}.blog-page .container .category-wrapper .category-controls .category-buttons div.slick-arrow.slick-disabled{cursor:auto;transition:--color1 1s,--color2 1s,--color3 1s,--color4 1s;--color1: rgba(194, 208, 228, 0.25);--color2: rgba(194, 208, 228, 0.25);--color3: rgba(194, 208, 228, 0.25);--color4: rgba(194, 208, 228, 0.25)}.blog-page .container .latest-posts{display:flex;flex-flow:row wrap;gap:1rem;margin:0px 0 180px}.blog-page .container .latest-posts.category{margin:16rem 0 12rem}.blog-page .container .latest-posts .lp__title{text-align:left;margin:0 auto 0}.blog-page .container .latest-posts .lp__title .lp__heading{margin-bottom:1.3rem}.blog-page .container .latest-posts .lp__title .lp__heading h2{font-family:"Plus Jakarta Sans",sans-serif;font-size:46px;line-height:1.2;color:#fff;margin:0 0 .5rem 0;padding:0;font-weight:800}.blog-page .container .latest-posts .lp__title .lp__heading h2 span{background:-webkit-linear-gradient(0deg, #2cd9ff 1.98%, rgba(126, 255, 178, 0.81) 19.5%, rgba(244, 255, 122, 0.82) 82.86%, #ffd80e 98.07%);-webkit-background-clip:text;-webkit-text-stroke:2px rgba(0,0,0,0);padding:0 0 2px 0;color:#101217;width:fit-content}.blog-page .container .latest-posts .lp__title .lp__text p{color:rgba(194,208,228,.5);margin:.8rem 0;font-weight:500;font-size:16px;max-width:600px}.blog-page .container .latest-posts .lp__left{flex:1 1 100%;display:flex;flex-flow:column nowrap;gap:1rem}.blog-page .container .latest-posts .lp__left .ap-cont{flex:1 1 auto;display:flex;flex-flow:row wrap;gap:1rem}.blog-page .container .latest-posts .lp__left .ap-cont.loading .single-lp{opacity:0;transition:border .5s ease-in-out,opacity .5s ease;transition-delay:0s,calc(1s*var(--out))}.blog-page .container .latest-posts .lp__left .ap-cont .single-lp{flex:1 1 100%;border-radius:15px;padding:1rem;border:1px solid rgba(194,208,228,.25);display:flex;flex-flow:column nowrap;text-align:left;height:470px;transition:border .5s ease-in-out,opacity .5s ease;transition-delay:0s,calc(1s*var(--in))}.blog-page .container .latest-posts .lp__left .ap-cont .single-lp .slp__image{border-radius:15px;margin-bottom:1rem;overflow:hidden;max-height:180px}.blog-page .container .latest-posts .lp__left .ap-cont .single-lp .slp__image img{display:block;width:100%;height:auto;object-fit:cover;object-position:center}.blog-page .container .latest-posts .lp__left .ap-cont .single-lp .slp__meta{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.2rem}.blog-page .container .latest-posts .lp__left .ap-cont .single-lp .slp__meta .slp__category-tag{font-weight:600;font-size:14px;line-height:20px;text-align:right;text-decoration:none;transition:all .5s ease}.blog-page .container .latest-posts .lp__left .ap-cont .single-lp .slp__meta .slp__category-tag a{text-decoration:none;color:#c2d0e4;transition:inherit}.blog-page .container .latest-posts .lp__left .ap-cont .single-lp .slp__meta .slp__category-tag:hover{opacity:.8}.blog-page .container .latest-posts .lp__left .ap-cont .single-lp .slp__meta .slp__date{font-weight:600;font-size:14px;line-height:20px;color:rgba(194,208,228,.5)}.blog-page .container .latest-posts .lp__left .ap-cont .single-lp .slp__title{margin-bottom:1rem}.blog-page .container .latest-posts .lp__left .ap-cont .single-lp .slp__title a{text-decoration:none;font-style:normal;font-weight:800;font-size:20px;line-height:112%;color:#fff;transition:all .5s ease}.blog-page .container .latest-posts .lp__left .ap-cont .single-lp .slp__title a:hover{opacity:.65}.blog-page .container .latest-posts .lp__left .ap-cont .single-lp .slp__excerpt{font-style:normal;font-weight:600;font-size:14px;line-height:20px;color:rgba(194,208,228,.5);margin-bottom:1rem}.blog-page .container .latest-posts .lp__left .ap-cont .single-lp .slp__button{margin-top:auto;display:flex;flex-direction:row;justify-content:center;align-items:center;padding:10px 30px;background:rgba(194,208,228,.15);border-radius:10px;font-style:normal;font-weight:600;font-size:16px;line-height:230%;display:flex;align-items:center;transition:all .5s ease-in-out;cursor:pointer;color:#fff;text-decoration:none}.blog-page .container .latest-posts .lp__left .ap-cont .single-lp .slp__button:hover{background:rgba(194,208,228,.35)}.blog-page .container .latest-posts .lp__left .ap-cont .single-lp:hover{border:1px solid rgba(194,208,228,.65)}.blog-page .container .latest-posts .lp__left .ap-cont.loading~.lp__pagination{pointer-events:none;user-select:none}.blog-page .container .latest-posts .lp__left .lp__pagination{flex:0 1 auto;height:70px;display:flex;align-items:center;justify-content:center;gap:2rem;margin-top:auto;margin-bottom:2rem a;margin-bottom-outline:none}.blog-page .container .latest-posts .lp__left .lp__pagination .next,.blog-page .container .latest-posts .lp__left .lp__pagination .prev{margin-top:1px;margin-left:1.5rem;margin-right:1.5rem;cursor:pointer;display:inline-block;transition:all .5s ease-in-out}.blog-page .container .latest-posts .lp__left .lp__pagination .next.disabled,.blog-page .container .latest-posts .lp__left .lp__pagination .prev.disabled{opacity:.4;touch-action:none;pointer-events:none}.blog-page .container .latest-posts .lp__left .lp__pagination .page-numbers{text-decoration:none;display:flex;align-items:center;color:rgba(194,208,228,.5);transition:all .5s ease-in-out;cursor:pointer}.blog-page .container .latest-posts .lp__left .lp__pagination .page-numbers.current{position:relative}.blog-page .container .latest-posts .lp__left .lp__pagination .page-numbers.current::before{height:100%;transition:all 5s ease}.blog-page .container .latest-posts .lp__left .lp__pagination .page-numbers:hover{color:rgba(194,208,228,.6)}.blog-page .container .latest-posts .lp__left .lp__pagination .page-numbers::before{position:absolute;left:0;top:0;height:0%;overflow:hidden;color:#fff;content:attr(data-number);transition:all 5s ease;-webkit-text-stroke-width:1px}.blog-page .container .latest-posts .lp__right{flex:1 1 100%;display:flex;flex-flow:column nowrap;gap:1rem}.blog-page .container .latest-posts .lp__right .single-card{border:1px solid rgba(194,208,228,.1);border-radius:15px;display:flex;flex-flow:column nowrap;min-height:520px;padding:2.5rem 1.6rem 2rem;text-align:left}.blog-page .container .latest-posts .lp__right .single-card .sc__logo{margin-bottom:3rem;padding-left:.8rem}.blog-page .container .latest-posts .lp__right .single-card .sc__title{font-family:"Plus Jakarta Sans",sans-serif;font-size:40px;line-height:1.2;color:#fff;margin:0 0 .5rem 0;padding-left:.8rem;font-weight:800}.blog-page .container .latest-posts .lp__right .single-card .sc__title span{background:-webkit-linear-gradient(0deg, #2cd9ff 1.98%, rgba(126, 255, 178, 0.81) 19.5%, rgba(244, 255, 122, 0.82) 82.86%, #ffd80e 98.07%);-webkit-background-clip:text;-webkit-text-stroke:2px rgba(0,0,0,0);padding:0 0 2px 0;color:#101217;display:block;width:fit-content}.blog-page .container .latest-posts .lp__right .single-card .sc__button{margin-top:auto}.blog-page .container .latest-posts .lp__right .single-card .sc__button a{display:flex;flex-direction:row;justify-content:center;align-items:center;padding:10px 30px;background:rgba(194,208,228,.15);backdrop-filter:blur(10px);border-radius:10px;font-style:normal;font-weight:600;font-size:16px;line-height:230%;display:flex;align-items:center;text-align:center;color:#fff;text-decoration:none;transition:all .6s ease-in-out}.blog-page .container .latest-posts .lp__right .single-card .sc__button a:hover{transform:translateY(-4px);background:rgba(194,208,228,.05)}.blog-page .container .latest-posts .lp__right .single-card.top{background:url("../../../img/blog/card-1.svg"),radial-gradient(96.36% 96.36% at 8.71% 3.64%, #15181e 0%, #050508 100%);background-clip:padding-box;background-repeat:no-repeat,no-repeat;background-position:center bottom,center}.blog-page .container .latest-posts .lp__right .single-card.bottom{background:url("../../../img/partner/banner-img.svg"),radial-gradient(96.36% 96.36% at 8.71% 3.64%, #15181e 0%, #050508 100%);background-clip:padding-box;background-repeat:no-repeat,no-repeat;background-position:center 136px,center;background-size:326px auto,auto}.blog-page .container .latest-posts .lp__right .single-card.bottom .sc__title{text-align:center;padding:0}.blog-page .container .latest-posts .lp__right .single-card.bottom .sc__title span{display:revert;width:fit-content}.blog-page .container .action-wrapper-2{display:flex;gap:1.5rem;flex-flow:row nowrap;margin:3.5rem auto}.blog-page .container .action-wrapper-2 .single-action{flex:1 1 0;border:1px solid rgba(194,208,228,.4);background:rgba(194,208,228,.05);backdrop-filter:blur(20px);border-radius:15px;padding:2.5rem 1.5rem 1rem;text-align:left;display:flex;flex-flow:column nowrap;min-height:335px}.blog-page .container .action-wrapper-2 .single-action::before{content:"";pointer-events:none;user-select:none;position:absolute;inset:-2px;border-radius:inherit;padding:2px;--color1: transparent;--color2: transparent;--color3: transparent;--color4: transparent;transition:--color1 1s,--color2 1s,--color3 1s,--color4 1s;background:linear-gradient(90deg, var(--color1), var(--color2), var(--color3), var(--color4));-webkit-mask:linear-gradient(black, black) content-box content-box,linear-gradient(black, black);-webkit-mask-composite:xor;mask-composite:exclude}.blog-page .container .action-wrapper-2 .single-action:hover{border:1px solid rgba(0,0,0,0)}.blog-page .container .action-wrapper-2 .single-action:hover::before{content:"";pointer-events:none;user-select:none;position:absolute;inset:-2px;border-radius:inherit;padding:2px;--color1: #2cd9ff;--color2: #7effb2;--color3: #f4ff7a;--color4: #ffd80e;transition:--color1 1s,--color2 1s,--color3 1s,--color4 1s;background:linear-gradient(90deg, var(--color1), var(--color2), var(--color3), var(--color4));-webkit-mask:linear-gradient(black, black) content-box content-box,linear-gradient(black, black);-webkit-mask-composite:xor;mask-composite:exclude}.blog-page .container .action-wrapper-2 .single-action .sa__header h2{font-size:45px;color:#fff;font-weight:700;line-height:1;margin:0 0 1rem}.blog-page .container .action-wrapper-2 .single-action .sa__header h2 span{background:-webkit-linear-gradient(90deg, #26f7dd, #00b8dd);line-height:1.2;-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0);display:block}.blog-page .container .action-wrapper-2 .single-action .sa__text p{margin:0 auto;color:rgba(194,208,228,.5);font-weight:400}.blog-page .container .action-wrapper-2 .single-action .sa__btn{width:100%;text-align:center;max-width:100%;margin-top:auto}.blog-page .container .action-wrapper-2 .single-action .sa__btn a#cta-btn{display:flex;padding-top:15px !important;padding-bottom:15px !important}}@media(max-width: 576px){.blog-page{padding:40px 1.5rem 0px 1.5rem}.blog-page .container{max-width:1440px;width:100%;margin:0 auto}.blog-page .container p{max-width:100%;margin:25px auto 0 auto;color:#68717f}.blog-page .container .pill{display:inline-block;padding:10px 20px;background:rgba(194,208,228,.15);border-radius:44px;font-family:"Plus Jakarta Sans",sans-serif;font-style:normal;font-weight:500;font-size:16px;line-height:20px;color:rgba(194,208,228,.5);margin:0}.blog-page .container h1{font-family:"Plus Jakarta Sans",sans-serif;font-size:40px;line-height:1.2;color:#fff;margin:1rem 0;padding:0;font-weight:800}.blog-page .container h1 span{background:-webkit-linear-gradient(90deg, #2cd9ff 1.98%, rgba(126, 255, 178, 0.81) 19.5%, rgba(244, 255, 122, 0.82) 82.86%, #ffd80e 98.07%);-webkit-background-clip:text;-webkit-text-stroke:2px rgba(0,0,0,0);padding:0 0 2px 0;color:#101217}.blog-page .container .sub-text{color:rgba(194,208,228,.5);margin:0 auto;font-weight:500}.blog-page .container .sub-text a{color:#aad57a;text-decoration:none}.blog-page .container .email-wrapper{position:relative;margin:2rem auto .3rem}.blog-page .container .email-wrapper #confetti-canvas-blog{position:absolute;right:0%;bottom:-133px;width:100%;height:500px;pointer-events:none;z-index:9999}.blog-page .container .email-wrapper .subscribe-form{position:relative;max-width:600px;margin:0 auto}.blog-page .container .email-wrapper .subscribe-form form{background-color:rgba(0,0,0,0);padding:0px;border-radius:15px;display:flex;flex-wrap:wrap;gap:.5rem}.blog-page .container .email-wrapper .subscribe-form form input[type=email]{background-color:#30343d;padding:10px;border-radius:15px;outline:none;color:#c2d0e4;max-width:100%;flex:1 1 auto;padding:15px 25px;font-size:15px}.blog-page .container .email-wrapper .subscribe-form form button{flex:1 0 100%;background:#1daa91;color:#0b0c10;padding:15px 30px;-webkit-border-radius:10px;-moz-border-radius:10px;border-radius:10px;border:none;height:67px;width:205px;display:flex;flex-flow:row nowrap;align-items:center;position:relative;justify-content:center;overflow:hidden;cursor:pointer;transition:width .2s cubic-bezier(0.39, 1.86, 0.64, 1)}.blog-page .container .email-wrapper .subscribe-form form button .button-text{font-size:16px;white-space:nowrap}.blog-page .container .email-wrapper .subscribe-form form button .messageCont{position:absolute;left:50%;top:50%;transform:translate3d(-50%, -50%, 0)}.blog-page .container .email-wrapper .subscribe-form form button.ready .readyMSG .button-text span{opacity:1;transition:all .2s ease calc(var(--dr) + 600ms);transform:translate3d(0, 0, 0)}.blog-page .container .email-wrapper .subscribe-form form button.ready .readyMSG .button-text span:nth-of-type(5){margin:0 2px}.blog-page .container .email-wrapper .subscribe-form form button.ready .readyMSG svg{opacity:1;transform:translate3d(0, 0, 0);transition:transform .4s ease 600ms,opacity .3s linear 600ms}.blog-page .container .email-wrapper .subscribe-form form button.loading{width:160px;transition:width .3s ease .4s}.blog-page .container .email-wrapper .subscribe-form form button.loading .loadingMSG{opacity:1;transform:translate3d(-50%, -50%, 0)}.blog-page .container .email-wrapper .subscribe-form form button.loading .loadingMSG .loadingCircle{animation-duration:1s;animation-iteration-count:infinite;animation-name:loading}.blog-page .container .email-wrapper .subscribe-form form button.loading .loadingMSG .loadingCircle:nth-child(2){animation-delay:.1s}.blog-page .container .email-wrapper .subscribe-form form button.loading .loadingMSG .loadingCircle:nth-child(3){animation-delay:.2s}.blog-page .container .email-wrapper .subscribe-form form button.success .successMSG .button-text span{opacity:1;transition:all .2s ease calc(var(--d) + 700ms)}.blog-page .container .email-wrapper .subscribe-form form button.success .successMSG svg{opacity:1;stroke-dashoffset:0;transition:opacity .3s linear 300ms,stroke-dashoffset .3s ease-in-out 900ms}.blog-page .container .email-wrapper .subscribe-form form button.error .errorMSG .button-text span{opacity:1;transition:all .2s ease calc(var(--d) + 400ms)}.blog-page .container .email-wrapper .subscribe-form form button.error .errorMSG svg{opacity:1;stroke-dashoffset:0;transition:opacity .3s linear 300ms,stroke-dashoffset .3s ease-in-out 600ms}.blog-page .container .email-wrapper .subscribe-form form button .readyMSG{flex:0 0 auto;font-family:"Plus Jakarta Sans",sans-serif;text-decoration:none;display:inline-block;font-size:18px;font-weight:700;display:flex;flex-flow:row nowrap;align-items:center;gap:8px}.blog-page .container .email-wrapper .subscribe-form form button .readyMSG .button-text span{opacity:0;display:inline-block;transform:translate3d(0, 20px, 0);transition:all .4s ease var(--d)}.blog-page .container .email-wrapper .subscribe-form form button .readyMSG svg{height:18px;width:18px;opacity:0;transform:translate3d(0, 20px, 0);transition:transform .4s ease,opacity .3s linear}.blog-page .container .email-wrapper .subscribe-form form button .loadingMSG{transform:translate3d(-50%, 50px, 0);transition:transform .3s cubic-bezier(0.22, 0, 0.41, -0.57),opacity .3s linear .3s;opacity:0}.blog-page .container .email-wrapper .subscribe-form form button .loadingMSG svg{fill:#0b0c10;margin:0;width:22px}.blog-page .container .email-wrapper .subscribe-form form button .successMSG{flex:0 0 auto;font-family:"Plus Jakarta Sans",sans-serif;text-decoration:none;display:inline-block;font-size:18px;font-weight:700;display:flex;flex-flow:row nowrap;align-items:center;gap:8px}.blog-page .container .email-wrapper .subscribe-form form button .successMSG .button-text span{opacity:0;display:inline-block;transition:all .2s ease var(--dr)}.blog-page .container .email-wrapper .subscribe-form form button .successMSG svg{opacity:0;height:18px;width:18px;stroke-dasharray:30;stroke-dashoffset:30;transition:transform .4s ease,opacity .3s linear,stroke-dashoffset .3s ease-in-out}.blog-page .container .email-wrapper .subscribe-form form button .errorMSG{flex:0 0 auto;font-family:"Plus Jakarta Sans",sans-serif;text-decoration:none;display:inline-block;font-size:18px;font-weight:700;display:flex;flex-flow:row nowrap;align-items:center;gap:8px}.blog-page .container .email-wrapper .subscribe-form form button .errorMSG .button-text span{opacity:0;display:inline-block;transition:all .2s ease var(--dr)}.blog-page .container .email-wrapper .subscribe-form form button .errorMSG svg{opacity:0;height:18px;width:18px;stroke-dasharray:30;stroke-dashoffset:30;transition:transform .4s ease,opacity .3s linear,stroke-dashoffset .3s ease-in-out}.blog-page .container .email-wrapper .subscribe-form form ::placeholder{color:rgba(194,208,228,.8)}.blog-page .container .email-wrapper .subscribe-form .subscribe-message{text-align:center;line-height:16px;opacity:0;color:rgba(194,208,228,.8)}.blog-page .container .email-wrapper .subscribe-form .subscribe-message p{margin:.7rem 0}.blog-page .container .social-wrapper{margin-top:2rem}.blog-page .container .social-wrapper ul#social-ul{display:flex;width:100%;margin:5px auto;padding:0;list-style:none;gap:2rem;align-items:center;justify-content:center}.blog-page .container .social-wrapper ul#social-ul li .single-social svg stop{transition:all .6s ease-in-out}.blog-page .container .social-wrapper ul#social-ul li .single-social#discord-link svg{fill:url(#discord-gradient-1) #fff}.blog-page .container .social-wrapper ul#social-ul li .single-social#telegram-link svg{fill:url(#telegram-gradient-1) #fff}.blog-page .container .social-wrapper ul#social-ul li .single-social#twitter-link svg{fill:url(#twitter-gradient-1) #fff}.blog-page .container .social-wrapper ul#social-ul li .single-social#instagram-link svg{fill:url(#instagram-gradient-1) #fff}.blog-page .container .social-wrapper ul#social-ul li .single-social#facebook-link svg{fill:url(#fb-gradient-1) #fff}.blog-page .container .social-wrapper ul#social-ul li .single-social#tiktok-link{display:flex;position:relative}.blog-page .container .social-wrapper ul#social-ul li .single-social#tiktok-link svg{transition:all .3s ease}.blog-page .container .social-wrapper ul#social-ul li .single-social#tiktok-link svg path{transition:inherit}.blog-page .container .social-wrapper ul#social-ul li .single-social#tiktok-link svg:first-child{isolation:isolate;position:absolute;left:-2px;top:-4px;width:100%;fill:rgba(0,0,0,0)}.blog-page .container .social-wrapper ul#social-ul li .single-social#tiktok-link svg:last-child{fill:#fff;margin-bottom:4px}.blog-page .container .social-wrapper ul#social-ul li .single-social:hover#discord-link svg stop{stop-color:#5865f2}.blog-page .container .social-wrapper ul#social-ul li .single-social:hover#telegram-link svg stop:first-child{stop-color:#08c}.blog-page .container .social-wrapper ul#social-ul li .single-social:hover#telegram-link svg stop:last-child{stop-color:#08c}.blog-page .container .social-wrapper ul#social-ul li .single-social:hover#twitter-link svg stop:first-child{stop-color:#3bb1fa}.blog-page .container .social-wrapper ul#social-ul li .single-social:hover#twitter-link svg stop:last-child{stop-color:#1da1f2}.blog-page .container .social-wrapper ul#social-ul li .single-social:hover#instagram-link svg stop:first-child{stop-color:#feda75}.blog-page .container .social-wrapper ul#social-ul li .single-social:hover#instagram-link svg stop:nth-child(2){stop-color:#fa7e1e}.blog-page .container .social-wrapper ul#social-ul li .single-social:hover#instagram-link svg stop:nth-child(3){stop-color:#d62976}.blog-page .container .social-wrapper ul#social-ul li .single-social:hover#instagram-link svg stop:nth-child(4){stop-color:#962fbf}.blog-page .container .social-wrapper ul#social-ul li .single-social:hover#instagram-link svg stop:last-child{stop-color:#4f5bd5}.blog-page .container .social-wrapper ul#social-ul li .single-social:hover#facebook-link svg stop:first-child{stop-color:#17aafd}.blog-page .container .social-wrapper ul#social-ul li .single-social:hover#facebook-link svg stop:last-child{stop-color:#0165e2}.blog-page .container .social-wrapper ul#social-ul li .single-social:hover#tiktok-link svg:first-child{fill:#69c9d0}.blog-page .container .social-wrapper ul#social-ul li .single-social:hover#tiktok-link svg:last-child{fill:#ee1d52}.blog-page .container .featured-posts{display:flex;flex-flow:row wrap;gap:1rem;margin:90px 0}.blog-page .container .featured-posts .single-fp{text-align:left;transition:all .5s ease-in-out}.blog-page .container .featured-posts .single-fp.big{flex:1 1 auto;border-radius:15px;padding:1rem;border:1px solid rgba(194,208,228,.25);display:flex;flex-flow:column nowrap}.blog-page .container .featured-posts .single-fp.big .sf__image{position:relative;border-radius:15px;margin-bottom:1rem;overflow:hidden;max-height:400px}.blog-page .container .featured-posts .single-fp.big .sf__image img{display:block;width:100%;height:100%;object-fit:fill;object-position:center}.blog-page .container .featured-posts .single-fp.big .sf__image .sf__category-tag{position:absolute;right:1.5rem;bottom:1.5rem;background:rgba(11,12,16,.25);border:1px solid rgba(194,208,228,.25);backdrop-filter:blur(12.5px);border-radius:100px;font-weight:600;font-size:14px;line-height:20px;text-align:center;padding:10px 20px;transition:all .5s ease}.blog-page .container .featured-posts .single-fp.big .sf__image .sf__category-tag a{text-decoration:none;color:#fff;transition:inherit}.blog-page .container .featured-posts .single-fp.big .sf__image .sf__category-tag:hover{opacity:.8}.blog-page .container .featured-posts .single-fp.big .sf__date{padding-left:0rem;font-style:normal;font-weight:600;font-size:14px;line-height:20px;color:rgba(194,208,228,.5);margin:1rem 0 .5rem}.blog-page .container .featured-posts .single-fp.big .sf__title{padding-left:0rem}.blog-page .container .featured-posts .single-fp.big .sf__title a{text-decoration:none;font-style:normal;font-weight:800;font-size:24px;line-height:1.2;color:#fff;transition:all .5s ease}.blog-page .container .featured-posts .single-fp.big .sf__title a:hover{opacity:.65}.blog-page .container .featured-posts .single-fp.big .sf__excerpt{padding-left:0rem;font-style:normal;font-weight:500;font-size:14px;line-height:20px;color:rgba(194,208,228,.5);margin:1.5rem 0 1rem}.blog-page .container .featured-posts .single-fp.normal{flex:1 1 auto;border-radius:15px;padding:1rem 1rem 1.5rem;border:1px solid rgba(194,208,228,.25);display:flex;align-items:center;flex-flow:row wrap;gap:1.5rem}.blog-page .container .featured-posts .single-fp.normal .sf__image{flex:1 1 100%;position:relative;border-radius:15px;overflow:hidden;height:auto}.blog-page .container .featured-posts .single-fp.normal .sf__image img{width:100%;height:100%;display:block;object-fit:cover;object-position:center}.blog-page .container .featured-posts .single-fp.normal .sf__meta{flex:1 1 100%;padding-right:0rem}.blog-page .container .featured-posts .single-fp.normal .sf__meta .flex-wrapper{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.2rem}.blog-page .container .featured-posts .single-fp.normal .sf__meta .flex-wrapper .sf__date{font-weight:600;font-size:14px;line-height:20px;color:rgba(194,208,228,.5)}.blog-page .container .featured-posts .single-fp.normal .sf__meta .flex-wrapper .sf__category-tag{font-weight:600;font-size:14px;line-height:20px;text-align:right;text-decoration:none;transition:all .5s ease}.blog-page .container .featured-posts .single-fp.normal .sf__meta .flex-wrapper .sf__category-tag a{text-decoration:none;color:#c2d0e4;transition:inherit}.blog-page .container .featured-posts .single-fp.normal .sf__meta .flex-wrapper .sf__category-tag:hover{opacity:.8}.blog-page .container .featured-posts .single-fp.normal .sf__meta .sf__title a{text-decoration:none;font-style:normal;font-weight:800;font-size:24px;line-height:112%;color:#fff;transition:all .5s ease}.blog-page .container .featured-posts .single-fp.normal .sf__meta .sf__title a:hover{opacity:.65}.blog-page .container .featured-posts .single-fp:hover{border:1px solid rgba(194,208,228,.65)}.blog-page .container .featured-posts .fp__left{flex:1 1 100%;display:flex;flex-flow:column nowrap;gap:1rem}.blog-page .container .featured-posts .fp__right{flex:1 1 100%;display:flex;flex-flow:column nowrap;gap:1rem}.blog-page .container .category-wrapper{margin:120px 0px}.blog-page .container .category-wrapper .category__title{text-align:left;margin-bottom:2rem}.blog-page .container .category-wrapper .category__title .ct__heading{margin-bottom:1.3rem}.blog-page .container .category-wrapper .category__title .ct__heading h2{font-family:"Plus Jakarta Sans",sans-serif;font-size:40px;line-height:1.2;color:#fff;margin:0 0 .5rem 0;padding:0;font-weight:800}.blog-page .container .category-wrapper .category__title .ct__heading h2 span{background:-webkit-linear-gradient(0deg, #2cd9ff 1.98%, rgba(126, 255, 178, 0.81) 19.5%, rgba(244, 255, 122, 0.82) 82.86%, #ffd80e 98.07%);-webkit-background-clip:text;-webkit-text-stroke:2px rgba(0,0,0,0);padding:0 0 2px 0;width:fit-content;color:#101217}.blog-page .container .category-wrapper .category__title .ct__text p{color:rgba(194,208,228,.5);margin:.8rem 0;font-weight:500;font-size:16px;max-width:100%}.blog-page .container .category-wrapper .overflow-wrapper.faq_slider .slick-list{overflow:hidden !important}.blog-page .container .category-wrapper .overflow-wrapper.faq_slider .slick-list .slick-track{display:block !important}.blog-page .container .category-wrapper .overflow-wrapper.faq_slider .single-category{border:2px solid rgba(194,208,228,.15);min-height:510px;flex:1 0 420px;border-radius:15px;padding:3rem 2.5rem 2rem;display:flex;flex-flow:column;text-align:left;position:relative;transition:all .5s ease}.blog-page .container .category-wrapper .overflow-wrapper.faq_slider .single-category a{text-decoration:none;display:flex;flex-flow:column nowrap;flex:1 1 auto}.blog-page .container .category-wrapper .overflow-wrapper.faq_slider .single-category[aria-hidden=true]{transition:all .5s ease;opacity:.2}.blog-page .container .category-wrapper .overflow-wrapper.faq_slider .single-category:not(:last-of-type){margin-right:1rem}.blog-page .container .category-wrapper .overflow-wrapper.faq_slider .single-category .faq-count{font-weight:600;color:#fff;font-size:16px}.blog-page .container .category-wrapper .overflow-wrapper.faq_slider .single-category .faq-title{margin-top:auto}.blog-page .container .category-wrapper .overflow-wrapper.faq_slider .single-category .faq-title h2{font-size:45px;color:#fff;font-weight:700;line-height:1;margin-bottom:1rem}.blog-page .container .category-wrapper .overflow-wrapper.faq_slider .single-category .faq-title h2 span{background:-webkit-linear-gradient(90deg, #26f7dd, #00b8dd);display:block;line-height:1.2;-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0);padding:0 0 3px 0}.blog-page .container .category-wrapper .overflow-wrapper.faq_slider .single-category .faq-title p{margin:0 auto;color:rgba(194,208,228,.5);font-weight:500}.blog-page .container .category-wrapper .overflow-wrapper.faq_slider .single-category .faq-button{align-self:flex-end;display:flex;justify-content:center;align-items:center;margin-top:1.5rem;border-radius:100%;height:53px;width:53px;transition:--color1 1s,--color2 1s,--color3 1s,--color4 1s,opacity 1s;--color1: rgba(194, 208, 228, 0.25);--color2: rgba(194, 208, 228, 0.25);--color3: rgba(194, 208, 228, 0.25);--color4: rgba(194, 208, 228, 0.25);background:linear-gradient(90deg, var(--color1), var(--color2), var(--color3), var(--color4));cursor:pointer}.blog-page .container .category-wrapper .overflow-wrapper.faq_slider .single-category .faq-button img{opacity:.5}.blog-page .container .category-wrapper .overflow-wrapper.faq_slider .single-category::before{content:"";pointer-events:none;user-select:none;position:absolute;inset:-2px;border-radius:inherit;padding:2px;--color1: transparent;--color2: transparent;--color3: transparent;--color4: transparent;transition:--color1 1s,--color2 1s,--color3 1s,--color4 1s;background:linear-gradient(90deg, var(--color1), var(--color2), var(--color3), var(--color4));-webkit-mask:linear-gradient(black, black) content-box content-box,linear-gradient(black, black);-webkit-mask-composite:xor;mask-composite:exclude}.blog-page .container .category-wrapper .overflow-wrapper.faq_slider .single-category:hover{border:2px solid rgba(0,0,0,0)}.blog-page .container .category-wrapper .overflow-wrapper.faq_slider .single-category:hover::before{content:"";pointer-events:none;user-select:none;position:absolute;inset:-2px;border-radius:inherit;padding:2px;--color1: #2cd9ff;--color2: #7effb2;--color3: #f4ff7a;--color4: #ffd80e;transition:--color1 1s,--color2 1s,--color3 1s,--color4 1s;background:linear-gradient(90deg, var(--color1), var(--color2), var(--color3), var(--color4));-webkit-mask:linear-gradient(black, black) content-box content-box,linear-gradient(black, black);-webkit-mask-composite:xor;mask-composite:exclude}.blog-page .container .category-wrapper .overflow-wrapper.faq_slider .single-category:hover .faq-button{animation:pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;transition:--color1 1s,--color2 1s,--color3 1s,--color4 1s,opacity 1s;--color1: #2cd9ff;--color2: #7effb2;--color3: #f4ff7a;--color4: #ffd80e;background:linear-gradient(90deg, var(--color1), var(--color2), var(--color3), var(--color4))}.blog-page .container .category-wrapper .overflow-wrapper.faq_slider .single-category:hover .faq-button img{opacity:1}.blog-page .container .category-wrapper .category-controls{display:flex;flex-flow:row nowrap;justify-content:space-between;align-items:center;margin:2rem 0}.blog-page .container .category-wrapper .category-controls .category-tracker .slick-dots{display:flex;margin:0;gap:10px;padding:1rem 0;list-style-type:none;position:static;bottom:unset;text-align:unset}.blog-page .container .category-wrapper .category-controls .category-tracker .slick-dots li{position:static;display:unset;width:unset;height:unset;margin:unset;padding:unset;cursor:pointer}.blog-page .container .category-wrapper .category-controls .category-tracker .slick-dots li button{transition:all .3s ease-in-out;width:30px;height:5px;border-radius:100px;background:rgba(194,208,228,.25)}.blog-page .container .category-wrapper .category-controls .category-tracker .slick-dots li button::before{content:""}.blog-page .container .category-wrapper .category-controls .category-tracker .slick-dots li.slick-active button{width:93px;background:linear-gradient(90deg, #2cd9ff, #7effb2, #f4ff7a, #ffd80e)}.blog-page .container .category-wrapper .category-controls .category-buttons{display:flex;gap:1.1rem}.blog-page .container .category-wrapper .category-controls .category-buttons div.slick-arrow{border-radius:100%;display:flex;height:38px;width:38px;justify-content:center;align-items:center;transition:--color1 1s,--color2 1s,--color3 1s,--color4 1s,transform 1s ease-in-out;--color1: #2cd9ff;--color2: #7effb2;--color3: #f4ff7a;--color4: #ffd80e;background:linear-gradient(90deg, var(--color1), var(--color2), var(--color3), var(--color4));cursor:pointer;user-select:none}.blog-page .container .category-wrapper .category-controls .category-buttons div.slick-arrow.slick-disabled{cursor:auto;transition:--color1 1s,--color2 1s,--color3 1s,--color4 1s;--color1: rgba(194, 208, 228, 0.25);--color2: rgba(194, 208, 228, 0.25);--color3: rgba(194, 208, 228, 0.25);--color4: rgba(194, 208, 228, 0.25)}.blog-page .container .latest-posts{display:flex;flex-flow:row wrap;gap:1rem;margin:20px 0 60px}.blog-page .container .latest-posts.category{margin:120px 0 180px}.blog-page .container .latest-posts .lp__title{text-align:left;margin:0 auto 0}.blog-page .container .latest-posts .lp__title .lp__heading{margin-bottom:1.3rem}.blog-page .container .latest-posts .lp__title .lp__heading h2{font-family:"Plus Jakarta Sans",sans-serif;font-size:40px;line-height:1.2;color:#fff;margin:0 0 .5rem 0;padding:0;font-weight:800}.blog-page .container .latest-posts .lp__title .lp__heading h2 span{background:-webkit-linear-gradient(0deg, #2cd9ff 1.98%, rgba(126, 255, 178, 0.81) 19.5%, rgba(244, 255, 122, 0.82) 82.86%, #ffd80e 98.07%);-webkit-background-clip:text;-webkit-text-stroke:2px rgba(0,0,0,0);padding:0 0 2px 0;color:#101217;width:fit-content}.blog-page .container .latest-posts .lp__title .lp__text p{color:rgba(194,208,228,.5);margin:.8rem 0;font-weight:500;font-size:16px;max-width:600px}.blog-page .container .latest-posts .lp__left{flex:1 1 100%;display:flex;flex-flow:column nowrap;gap:1rem}.blog-page .container .latest-posts .lp__left .ap-cont{flex:1 1 auto;display:flex;flex-flow:row wrap;gap:1rem}.blog-page .container .latest-posts .lp__left .ap-cont.loading .single-lp{opacity:0;transition:border .5s ease-in-out,opacity .5s ease;transition-delay:0s,calc(1s*var(--out))}.blog-page .container .latest-posts .lp__left .ap-cont .single-lp{flex:1 1 100%;border-radius:15px;padding:1rem;border:1px solid rgba(194,208,228,.25);display:flex;flex-flow:column nowrap;text-align:left;height:470px;transition:border .5s ease-in-out,opacity .5s ease;transition-delay:0s,calc(1s*var(--in))}.blog-page .container .latest-posts .lp__left .ap-cont .single-lp .slp__image{border-radius:15px;margin-bottom:1rem;overflow:hidden;max-height:180px}.blog-page .container .latest-posts .lp__left .ap-cont .single-lp .slp__image img{display:block;width:100%;height:auto;object-fit:cover;object-position:center}.blog-page .container .latest-posts .lp__left .ap-cont .single-lp .slp__meta{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.2rem}.blog-page .container .latest-posts .lp__left .ap-cont .single-lp .slp__meta .slp__category-tag{font-weight:600;font-size:14px;line-height:20px;text-align:right;text-decoration:none;transition:all .5s ease}.blog-page .container .latest-posts .lp__left .ap-cont .single-lp .slp__meta .slp__category-tag a{text-decoration:none;color:#c2d0e4;transition:inherit}.blog-page .container .latest-posts .lp__left .ap-cont .single-lp .slp__meta .slp__category-tag:hover{opacity:.8}.blog-page .container .latest-posts .lp__left .ap-cont .single-lp .slp__meta .slp__date{font-weight:600;font-size:14px;line-height:20px;color:rgba(194,208,228,.5)}.blog-page .container .latest-posts .lp__left .ap-cont .single-lp .slp__title{margin-bottom:1rem}.blog-page .container .latest-posts .lp__left .ap-cont .single-lp .slp__title a{text-decoration:none;font-style:normal;font-weight:800;font-size:20px;line-height:112%;color:#fff;transition:all .5s ease}.blog-page .container .latest-posts .lp__left .ap-cont .single-lp .slp__title a:hover{opacity:.65}.blog-page .container .latest-posts .lp__left .ap-cont .single-lp .slp__excerpt{font-style:normal;font-weight:600;font-size:14px;line-height:20px;color:rgba(194,208,228,.5);margin-bottom:1rem}.blog-page .container .latest-posts .lp__left .ap-cont .single-lp .slp__button{margin-top:auto;display:flex;flex-direction:row;justify-content:center;align-items:center;padding:10px 30px;background:rgba(194,208,228,.15);border-radius:10px;font-style:normal;font-weight:600;font-size:16px;line-height:230%;display:flex;align-items:center;transition:all .5s ease-in-out;cursor:pointer;color:#fff;text-decoration:none}.blog-page .container .latest-posts .lp__left .ap-cont .single-lp .slp__button:hover{background:rgba(194,208,228,.35)}.blog-page .container .latest-posts .lp__left .ap-cont .single-lp:hover{border:1px solid rgba(194,208,228,.65)}.blog-page .container .latest-posts .lp__left .ap-cont.loading~.lp__pagination{pointer-events:none;user-select:none}.blog-page .container .latest-posts .lp__left .lp__pagination{flex:0 1 auto;height:70px;display:flex;align-items:center;justify-content:center;gap:2rem;margin-top:auto;margin-bottom:2rem a;margin-bottom-outline:none}.blog-page .container .latest-posts .lp__left .lp__pagination .next,.blog-page .container .latest-posts .lp__left .lp__pagination .prev{margin-top:1px;margin-left:1.5rem;margin-right:1.5rem;cursor:pointer;display:inline-block;transition:all .5s ease-in-out}.blog-page .container .latest-posts .lp__left .lp__pagination .next.disabled,.blog-page .container .latest-posts .lp__left .lp__pagination .prev.disabled{opacity:.4;touch-action:none;pointer-events:none}.blog-page .container .latest-posts .lp__left .lp__pagination .page-numbers{text-decoration:none;display:flex;align-items:center;color:rgba(194,208,228,.5);transition:all .5s ease-in-out;cursor:pointer}.blog-page .container .latest-posts .lp__left .lp__pagination .page-numbers.current{position:relative}.blog-page .container .latest-posts .lp__left .lp__pagination .page-numbers.current::before{height:100%;transition:all 5s ease}.blog-page .container .latest-posts .lp__left .lp__pagination .page-numbers:hover{color:rgba(194,208,228,.6)}.blog-page .container .latest-posts .lp__left .lp__pagination .page-numbers::before{position:absolute;left:0;top:0;height:0%;overflow:hidden;color:#fff;content:attr(data-number);transition:all 5s ease;-webkit-text-stroke-width:1px}.blog-page .container .latest-posts .lp__right{flex:1 1 100%;display:flex;flex-flow:column nowrap;gap:1rem}.blog-page .container .latest-posts .lp__right .single-card{border:1px solid rgba(194,208,228,.1);border-radius:15px;display:flex;flex-flow:column nowrap;min-height:520px;padding:2.5rem 1.6rem 2rem;text-align:left}.blog-page .container .latest-posts .lp__right .single-card .sc__logo{margin-bottom:3rem;padding-left:.8rem}.blog-page .container .latest-posts .lp__right .single-card .sc__title{font-family:"Plus Jakarta Sans",sans-serif;font-size:40px;line-height:1.2;color:#fff;margin:0 0 .5rem 0;padding-left:.8rem;font-weight:800}.blog-page .container .latest-posts .lp__right .single-card .sc__title span{background:-webkit-linear-gradient(0deg, #2cd9ff 1.98%, rgba(126, 255, 178, 0.81) 19.5%, rgba(244, 255, 122, 0.82) 82.86%, #ffd80e 98.07%);-webkit-background-clip:text;-webkit-text-stroke:2px rgba(0,0,0,0);padding:0 0 2px 0;color:#101217;display:block;width:fit-content}.blog-page .container .latest-posts .lp__right .single-card .sc__button{margin-top:auto}.blog-page .container .latest-posts .lp__right .single-card .sc__button a{display:flex;flex-direction:row;justify-content:center;align-items:center;padding:10px 30px;background:rgba(194,208,228,.15);backdrop-filter:blur(10px);border-radius:10px;font-style:normal;font-weight:600;font-size:16px;line-height:230%;display:flex;align-items:center;text-align:center;color:#fff;text-decoration:none;transition:all .6s ease-in-out}.blog-page .container .latest-posts .lp__right .single-card .sc__button a:hover{transform:translateY(-4px);background:rgba(194,208,228,.05)}.blog-page .container .latest-posts .lp__right .single-card.top{background:url("../../../img/blog/card-1.svg"),radial-gradient(96.36% 96.36% at 8.71% 3.64%, #15181e 0%, #050508 100%);background-clip:padding-box;background-repeat:no-repeat,no-repeat;background-position:center bottom,center}.blog-page .container .latest-posts .lp__right .single-card.bottom{background:url("../../../img/partner/banner-img.svg"),radial-gradient(96.36% 96.36% at 8.71% 3.64%, #15181e 0%, #050508 100%);background-clip:padding-box;background-repeat:no-repeat,no-repeat;background-position:center 136px,center;background-size:326px auto,auto}.blog-page .container .latest-posts .lp__right .single-card.bottom .sc__title{text-align:center;padding:0}.blog-page .container .latest-posts .lp__right .single-card.bottom .sc__title span{display:revert;width:fit-content}.blog-page .container .action-wrapper-2{display:flex;gap:1.5rem;flex-flow:row nowrap;margin:3.5rem auto}.blog-page .container .action-wrapper-2 .single-action{flex:1 1 0;border:1px solid rgba(194,208,228,.4);background:rgba(194,208,228,.05);backdrop-filter:blur(20px);border-radius:15px;padding:2.5rem 1.5rem 1rem;text-align:left;display:flex;flex-flow:column nowrap;min-height:335px}.blog-page .container .action-wrapper-2 .single-action::before{content:"";pointer-events:none;user-select:none;position:absolute;inset:-2px;border-radius:inherit;padding:2px;--color1: transparent;--color2: transparent;--color3: transparent;--color4: transparent;transition:--color1 1s,--color2 1s,--color3 1s,--color4 1s;background:linear-gradient(90deg, var(--color1), var(--color2), var(--color3), var(--color4));-webkit-mask:linear-gradient(black, black) content-box content-box,linear-gradient(black, black);-webkit-mask-composite:xor;mask-composite:exclude}.blog-page .container .action-wrapper-2 .single-action:hover{border:1px solid rgba(0,0,0,0)}.blog-page .container .action-wrapper-2 .single-action:hover::before{content:"";pointer-events:none;user-select:none;position:absolute;inset:-2px;border-radius:inherit;padding:2px;--color1: #2cd9ff;--color2: #7effb2;--color3: #f4ff7a;--color4: #ffd80e;transition:--color1 1s,--color2 1s,--color3 1s,--color4 1s;background:linear-gradient(90deg, var(--color1), var(--color2), var(--color3), var(--color4));-webkit-mask:linear-gradient(black, black) content-box content-box,linear-gradient(black, black);-webkit-mask-composite:xor;mask-composite:exclude}.blog-page .container .action-wrapper-2 .single-action .sa__header h2{font-size:45px;color:#fff;font-weight:700;line-height:1;margin:0 0 1rem}.blog-page .container .action-wrapper-2 .single-action .sa__header h2 span{background:-webkit-linear-gradient(90deg, #26f7dd, #00b8dd);line-height:1.2;-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0);display:block}.blog-page .container .action-wrapper-2 .single-action .sa__text p{margin:0 auto;color:rgba(194,208,228,.5);font-weight:400}.blog-page .container .action-wrapper-2 .single-action .sa__btn{width:100%;text-align:center;max-width:100%;margin-top:auto}.blog-page .container .action-wrapper-2 .single-action .sa__btn a#cta-btn{display:flex;padding-top:15px !important;padding-bottom:15px !important}}@property --color1{syntax:"<color>";initial-value:#2cd9ff;inherits:false}@property --color2{syntax:"<color>";initial-value:#7effb2;inherits:false}@property --color3{syntax:"<color>";initial-value:#f4ff7a;inherits:false}@property --color4{syntax:"<color>";initial-value:#ffd80e;inherits:false}@keyframes pulse{0%,100%{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(0.95)}}.single-blog-page{text-align:center;width:100%;padding:180px 1.5rem 0px 1.5rem}.single-blog-page .pill-container{display:flex;flex-flow:wrap;gap:10px;justify-content:center}.single-blog-page article.active .container{background:#fff;padding-top:3rem;padding-bottom:3rem}.single-blog-page article.active .container .pill{background:rgba(194,208,228,.25)}.single-blog-page article.active .container .pill a{color:#454d57}.single-blog-page article.active .container h1{color:#0b0c10}.single-blog-page article.active .container .blog-excerpt{color:rgba(11,12,16,.8)}.single-blog-page article.active .container .blog-meta{color:rgba(11,12,16,.6)}.single-blog-page article.active .container .blog-meta .bm__dot{background:rgba(11,12,16,.2)}.single-blog-page article.active .container .blog-meta .bm__author span{color:rgba(11,12,16,.4)}.single-blog-page article.active .container .blog-switcher .faq__switcher{border-color:rgba(29,170,145,.3764705882)}.single-blog-page article.active .container .blog-switcher .faq__switcher .svg-wrapper{display:flex;align-items:center;justify-content:center;transition:transform .4s cubic-bezier(0, 0, 0, 1);transform:translate(20px);width:34px;height:34px;border-radius:34px}.single-blog-page article.active .container .blog-switcher .faq__switcher .svg-wrapper svg{width:24px;height:24px;stroke-linecap:round}.single-blog-page article.active .container .blog-switcher .faq__switcher .svg-wrapper svg .moon,.single-blog-page article.active .container .blog-switcher .faq__switcher .svg-wrapper svg .sun{fill:#1daa91}.single-blog-page article.active .container .blog-switcher .faq__switcher .svg-wrapper svg .sun{transform:scale(1);transition-timing-function:cubic-bezier(0.25, 0, 0.3, 1);transition-duration:.25s}.single-blog-page article.active .container .blog-switcher .faq__switcher .svg-wrapper svg .moon circle{transform:translate(32px)}@supports(cx: 1){.single-blog-page article.active .container .blog-switcher .faq__switcher .svg-wrapper svg .moon circle{cx:32;transform:unset;transition:cx .25s cubic-bezier(0, 0, 0, 1)}}.single-blog-page article.active .container .blog-switcher .faq__switcher .svg-wrapper svg .sun-beams{transform:rotate(0deg);opacity:1;stroke:#1daa91;stroke-width:2px}.single-blog-page article.active .container .blog-switcher .faq__switcher .svg-wrapper svg>:is(.moon,.sun,.sun-beams){transform-origin:center center}.single-blog-page article.active .container .single-blog-content{padding:0 1rem;color:rgba(11,12,16,.8)}.single-blog-page article.active .container .single-blog-content .blog-sidebar div.bs__categories{border:1px solid rgba(194,208,228,.55)}.single-blog-page article.active .container .single-blog-content .blog-sidebar div.bs__categories h4{color:#0b0c10}.single-blog-page article.active .container .single-blog-content .blog-sidebar div.bs__categories .categories-wrapper .c__single-term{border:1px solid rgba(194,208,228,.55)}.single-blog-page article.active .container .single-blog-content .blog-sidebar div.bs__categories .categories-wrapper .c__single-term .term__name{color:rgba(11,12,16,.8)}.single-blog-page article.active .container .single-blog-content .blog-sidebar div.bs__categories .categories-wrapper .c__single-term:hover{background:rgba(194,208,228,.05);border:1px solid rgba(194,208,228,.85)}.single-blog-page article.active .container .single-blog-content .blog-sidebar div.bs__categories .categories-wrapper .c__single-term:hover .blur-1{transform:translate(50%, 0%) scaleX(1);opacity:.85}.single-blog-page article.active .container .single-blog-content .blog-sidebar div.bs__categories .categories-wrapper .c__single-term:hover .term__name{opacity:1}.single-blog-page article.active .container .single-blog-content .blog-sidebar div.bs__categories .categories-wrapper .c__single-term:hover .term__arrow .arrow-wrapper{transform:translateY(0)}.single-blog-page article.active .container .single-blog-content .blog-sidebar div.bs__articles{border:1px solid rgba(194,208,228,.55)}.single-blog-page article.active .container .single-blog-content .blog-sidebar div.bs__articles h4{color:#0b0c10}.single-blog-page article.active .container .single-blog-content .blog-sidebar div.bs__articles .articles-wrapper .a__single-article{display:flex;flex-flow:column nowrap;gap:10px;padding-bottom:10px;border-bottom:1px solid rgba(194,208,228,.55)}.single-blog-page article.active .container .single-blog-content .blog-sidebar div.bs__articles .articles-wrapper .a__single-article:last-of-type{border-bottom:none}.single-blog-page article.active .container .single-blog-content .blog-sidebar div.bs__articles .articles-wrapper .a__single-article a.article-link{text-decoration:none;font-size:15px;font-weight:600;line-height:1.3;color:rgba(11,12,16,.8);transition:all .5s ease}.single-blog-page article.active .container .single-blog-content .blog-sidebar div.bs__articles .articles-wrapper .a__single-article span.article-date{font-size:12px;line-height:1;color:rgba(11,12,16,.8)}.single-blog-page article.active .container .single-blog-content .blog-sidebar div.bs__articles .articles-wrapper .a__single-article:hover a.article-link{color:#0b0c10}.single-blog-page article.active .container .single-blog-content .blog-sidebar div.bs__social{border:1px solid rgba(194,208,228,.55)}.single-blog-page article.active .container .single-blog-content .blog-sidebar div.bs__social h4{color:#0b0c10}.single-blog-page article.active .container .single-blog-content .blog-sidebar div.bs__social .socials-wrapper div{display:flex;justify-content:center;align-items:center}.single-blog-page article.active .container .single-blog-content .blog-sidebar div.bs__social .socials-wrapper div a{display:flex;justify-content:center;align-items:center}.single-blog-page article.active .container .single-blog-content .blog-sidebar div.bs__social .socials-wrapper .single-social svg stop{transition:all .6s ease-in-out}.single-blog-page article.active .container .single-blog-content .blog-sidebar div.bs__social .socials-wrapper .single-social#discord-link svg{fill:#0e1017}.single-blog-page article.active .container .single-blog-content .blog-sidebar div.bs__social .socials-wrapper .single-social#telegram-link svg{fill:#0e1017}.single-blog-page article.active .container .single-blog-content .blog-sidebar div.bs__social .socials-wrapper .single-social#twitter-link svg{fill:#0e1017}.single-blog-page article.active .container .single-blog-content .blog-sidebar div.bs__social .socials-wrapper .single-social#instagram-link svg{fill:#0e1017}.single-blog-page article.active .container .single-blog-content .blog-sidebar div.bs__social .socials-wrapper .single-social#facebook-link svg{fill:#0e1017}.single-blog-page article.active .container .single-blog-content .blog-sidebar div.bs__social .socials-wrapper .single-social#telegram-link svg{fill:#0e1017}.single-blog-page article.active .container .single-blog-content .blog-sidebar div.bs__social .socials-wrapper .single-social#tiktok-link{display:flex;position:relative}.single-blog-page article.active .container .single-blog-content .blog-sidebar div.bs__social .socials-wrapper .single-social#tiktok-link svg{transition:all .3s ease}.single-blog-page article.active .container .single-blog-content .blog-sidebar div.bs__social .socials-wrapper .single-social#tiktok-link svg path{transition:inherit}.single-blog-page article.active .container .single-blog-content .blog-sidebar div.bs__social .socials-wrapper .single-social#tiktok-link svg:first-child{position:absolute;left:-2px;top:-4px;width:100%;fill:rgba(0,0,0,0)}.single-blog-page article.active .container .single-blog-content .blog-sidebar div.bs__social .socials-wrapper .single-social#tiktok-link svg:last-child{fill:#0e1017}.single-blog-page .container{max-width:1240px;width:100%;margin:0 auto;transition:all .5s ease;border-radius:15px}.single-blog-page .container .pill{display:inline-block;padding:10px 20px;background:rgba(194,208,228,.15);border-radius:44px;font-family:"Plus Jakarta Sans",sans-serif;font-style:normal;font-weight:500;font-size:16px;line-height:20px;margin:1rem 0 1.5rem;transition:all .5s ease-in-out}.single-blog-page .container .pill a{text-decoration:none;color:rgba(194,208,228,.5);transition:inherit}.single-blog-page .container .pill:hover{background:rgba(194,208,228,.25)}.single-blog-page .container .pill:hover a{color:rgba(194,208,228,.9)}.single-blog-page .container h1{transition:all .6s ease;font-family:"Plus Jakarta Sans",sans-serif;font-size:72px;line-height:1.2;color:#fff;margin:1rem auto;padding:0;font-weight:800;max-width:90%}.single-blog-page .container .blog-excerpt{color:rgba(194,208,228,.9);font-weight:500;font-size:18px;max-width:700px;margin:25px auto 0 auto;transition:all .6s ease}.single-blog-page .container .blog-meta{display:flex;flex-flow:row nowrap;align-items:center;justify-content:center;color:rgba(194,208,228,.8);gap:.7rem;font-weight:600;margin:0 0 1rem;transition:all .6s ease}.single-blog-page .container .blog-meta .bm__dot{height:6px;width:6px;background:rgba(194,208,228,.4);border-radius:100%;transition:inherit}.single-blog-page .container .blog-meta .bm__author span{color:rgba(194,208,228,.5);font-weight:500}.single-blog-page .container .blog-switcher{width:100%;display:flex;justify-content:center;margin:2rem 0}.single-blog-page .container .blog-switcher .faq__switcher{border:2px solid rgba(69,77,87,.8);border-radius:100px;cursor:pointer;width:60px;transition:inherit}.single-blog-page .container .blog-switcher .faq__switcher .svg-wrapper{display:flex;align-items:center;justify-content:center;transition:transform .4s cubic-bezier(0, 0, 0, 1);transform:translate(0);width:34px;height:34px;border-radius:34px}.single-blog-page .container .blog-switcher .faq__switcher .svg-wrapper svg{width:24px;height:24px;stroke-linecap:round}.single-blog-page .container .blog-switcher .faq__switcher .svg-wrapper svg .moon,.single-blog-page .container .blog-switcher .faq__switcher .svg-wrapper svg .sun{fill:rgba(255,255,255,.9)}.single-blog-page .container .blog-switcher .faq__switcher .svg-wrapper svg .sun{transform:scale(1.75);transition-timing-function:cubic-bezier(0.25, 0, 0.3, 1);transition-duration:.25s;transition:transform .5s cubic-bezier(0.5, 1.25, 0.75, 1.25)}.single-blog-page .container .blog-switcher .faq__switcher .svg-wrapper svg .moon circle{transform:translateX(-7px);transition:translate .5s cubic-bezier(0, 0, 0, 1) .25s}@supports(cx: 1){.single-blog-page .container .blog-switcher .faq__switcher .svg-wrapper svg .moon circle{cx:17;transform:translateX(0);transition:cx .5s cubic-bezier(0, 0, 0, 1) .25s}}.single-blog-page .container .blog-switcher .faq__switcher .svg-wrapper svg .sun-beams{transform:rotate(-525deg);transition-duration:.25s;opacity:0;stroke:rgba(255,255,255,.6);stroke-width:2px;transition:transform .5s ease,opacity .5s cubic-bezier(0.25, 0, 0.3, 1)}.single-blog-page .container .blog-switcher .faq__switcher .svg-wrapper svg>:is(.moon,.sun,.sun-beams){transform-origin:center center}.single-blog-page .container .blog-image{max-width:100%;overflow:hidden;border-radius:15px;margin:0 auto}.single-blog-page .container .blog-image .post-thumbnail{height:100%}.single-blog-page .container .blog-image .post-thumbnail img{display:block;width:100%;height:100%;object-fit:fill;object-position:center}.single-blog-page .container .single-blog-content{transition:all .6s ease;margin:2rem auto 3rem;color:#c2d0e4;font-size:18px;font-weight:500;line-height:1.8;text-align:left;display:flex;flex-flow:row nowrap;gap:2rem;align-items:flex-start}.single-blog-page .container .single-blog-content .blog-content{flex:0 1 auto;max-width:70%}.single-blog-page .container .single-blog-content .blog-content .blog-bottom{margin-top:2rem;border-radius:15px;background:rgba(11,12,16,.25);border:1px solid #4d5766;padding:4.5rem 3rem;backdrop-filter:blur(40px);display:flex;flex-flow:column nowrap;gap:1rem;position:relative;overflow:hidden;align-items:center}.single-blog-page .container .single-blog-content .blog-content .blog-bottom .blur-1{position:absolute;width:206.33px;height:230.61px;left:5.31px;top:153.74px;background:#1daa91;opacity:.1;filter:blur(95px);border-radius:15px;z-index:0}.single-blog-page .container .single-blog-content .blog-content .blog-bottom .blur-2{position:absolute;width:440.74px;height:236.51px;left:227.25px;top:-38.62px;background:#c2d0e4;opacity:.15;filter:blur(115px);border-radius:15px;z-index:0}.single-blog-page .container .single-blog-content .blog-content .blog-bottom .blur-3{position:absolute;width:240.74px;height:236.51px;bottom:-38.62px;background:#afd0ff;opacity:.15;filter:blur(115px);border-radius:15px;z-index:0}.single-blog-page .container .single-blog-content .blog-content .blog-bottom .bottom__logo{height:fit-content;opacity:.8}.single-blog-page .container .single-blog-content .blog-content .blog-bottom .bottom__title h2{font-style:normal;font-weight:400;font-size:30px;line-height:1.3;text-align:center;color:#fff;position:relative;z-index:10;text-align:center;margin:0 auto}.single-blog-page .container .single-blog-content .blog-content .blog-bottom .bottom__buttons{display:flex;gap:1rem;justify-content:center;align-items:center;margin-top:2rem}.single-blog-page .container .single-blog-content .blog-content .blog-bottom .bottom__buttons .single-btn{display:flex;justify-content:center}.single-blog-page .container .single-blog-content .blog-content .blog-bottom .bottom__buttons .single-btn:last-of-type #cta-btn{background:rgba(194,208,228,.15)}.single-blog-page .container .single-blog-content .blog-content .blog-bottom .bottom__buttons .single-btn:last-of-type #cta-btn .word-container .char{color:rgba(0,0,0,0)}.single-blog-page .container .single-blog-content .blog-content .blog-bottom .bottom__buttons .single-btn:last-of-type #cta-btn .word-container .char::before,.single-blog-page .container .single-blog-content .blog-content .blog-bottom .bottom__buttons .single-btn:last-of-type #cta-btn .word-container .char::after{color:#fff}.single-blog-page .container .single-blog-content .blog-sidebar{flex:1 1 20%;margin-top:1.5rem;display:flex;flex-flow:column nowrap;gap:1rem}.single-blog-page .container .single-blog-content .blog-sidebar div.bs__categories{border:1px solid rgba(194,208,228,.2);padding:1rem;border-radius:15px}.single-blog-page .container .single-blog-content .blog-sidebar div.bs__categories h4{text-align:left;color:rgba(194,208,228,.6);font-weight:500;font-size:14px;letter-spacing:1px;text-transform:uppercase;margin:0;margin-bottom:10px}.single-blog-page .container .single-blog-content .blog-sidebar div.bs__categories .categories-wrapper{display:flex;flex-flow:column nowrap;gap:10px}.single-blog-page .container .single-blog-content .blog-sidebar div.bs__categories .categories-wrapper .c__single-term{text-decoration:none;border:1px solid rgba(194,208,228,.2);border-radius:15px;text-align:left;position:relative;transition:all .5s ease;display:flex;align-items:center;transition:all .8s ease;padding:0 1rem;overflow:hidden}.single-blog-page .container .single-blog-content .blog-sidebar div.bs__categories .categories-wrapper .c__single-term .blur-1{position:absolute;width:100%;height:70px;left:-50%;top:-50%;background:#1daa91;filter:blur(60px);border-radius:15px;z-index:0;transition:all .8s ease;transform-origin:center;transform:translate(50%, -140%) scaleX(0);opacity:0}.single-blog-page .container .single-blog-content .blog-sidebar div.bs__categories .categories-wrapper .c__single-term .term__name{flex:1 0 auto;padding:1rem 10px 1rem 0;padding-right:10px;font-weight:600;font-size:15px;color:#fff;line-height:1;position:relative;z-index:10;transition:all .6s ease;opacity:.8}.single-blog-page .container .single-blog-content .blog-sidebar div.bs__categories .categories-wrapper .c__single-term .term__arrow{flex:0 0 auto;align-self:stretch;display:flex;justify-content:right;align-items:center;position:relative;overflow:hidden;width:20px;z-index:10}.single-blog-page .container .single-blog-content .blog-sidebar div.bs__categories .categories-wrapper .c__single-term .term__arrow .arrow-wrapper{position:absolute;height:20px;width:20px;display:flex;justify-content:center;align-items:center;transition:all .8s cubic-bezier(0.1, 0.405, 0, 1.1);transform:translateY(200%);opacity:.9}.single-blog-page .container .single-blog-content .blog-sidebar div.bs__categories .categories-wrapper .c__single-term:hover{background:rgba(194,208,228,.05);border:1px solid rgba(194,208,228,.45)}.single-blog-page .container .single-blog-content .blog-sidebar div.bs__categories .categories-wrapper .c__single-term:hover .blur-1{transform:translate(50%, 0%) scaleX(1);opacity:.45}.single-blog-page .container .single-blog-content .blog-sidebar div.bs__categories .categories-wrapper .c__single-term:hover .term__name{opacity:1}.single-blog-page .container .single-blog-content .blog-sidebar div.bs__categories .categories-wrapper .c__single-term:hover .term__arrow .arrow-wrapper{transform:translateY(0)}.single-blog-page .container .single-blog-content .blog-sidebar div.bs__articles{border:1px solid rgba(194,208,228,.2);padding:1rem;border-radius:15px}.single-blog-page .container .single-blog-content .blog-sidebar div.bs__articles h4{text-align:left;color:rgba(194,208,228,.6);font-weight:500;font-size:14px;letter-spacing:1px;text-transform:uppercase;margin:0;margin-bottom:10px}.single-blog-page .container .single-blog-content .blog-sidebar div.bs__articles .articles-wrapper{display:flex;flex-flow:column nowrap;gap:10px}.single-blog-page .container .single-blog-content .blog-sidebar div.bs__articles .articles-wrapper .a__single-article{display:flex;flex-flow:column nowrap;gap:10px;padding-bottom:10px;border-bottom:1px solid rgba(194,208,228,.2)}.single-blog-page .container .single-blog-content .blog-sidebar div.bs__articles .articles-wrapper .a__single-article:last-of-type{border-bottom:none}.single-blog-page .container .single-blog-content .blog-sidebar div.bs__articles .articles-wrapper .a__single-article a.article-link{text-decoration:none;font-size:15px;font-weight:600;line-height:1.3;color:rgba(255,255,255,.8);transition:all .5s ease}.single-blog-page .container .single-blog-content .blog-sidebar div.bs__articles .articles-wrapper .a__single-article span.article-date{font-size:12px;line-height:1;color:rgba(194,208,228,.6)}.single-blog-page .container .single-blog-content .blog-sidebar div.bs__articles .articles-wrapper .a__single-article:hover a.article-link{color:#fff}.single-blog-page .container .single-blog-content .blog-sidebar div.bs__social{border:1px solid rgba(194,208,228,.2);padding:1rem;border-radius:15px}.single-blog-page .container .single-blog-content .blog-sidebar div.bs__social h4{text-align:left;color:rgba(194,208,228,.6);font-weight:500;font-size:14px;letter-spacing:1px;text-transform:uppercase;margin:0;margin-bottom:10px}.single-blog-page .container .single-blog-content .blog-sidebar div.bs__social .socials-wrapper{display:flex;flex-flow:row nowrap;align-items:center;justify-content:space-between;gap:12px}.single-blog-page .container .single-blog-content .blog-sidebar div.bs__social .socials-wrapper div{display:flex;justify-content:center;align-items:center}.single-blog-page .container .single-blog-content .blog-sidebar div.bs__social .socials-wrapper div a{display:flex;justify-content:center;align-items:center}.single-blog-page .container .single-blog-content .blog-sidebar div.bs__social .socials-wrapper .single-social svg stop{transition:all .6s ease-in-out}.single-blog-page .container .single-blog-content .blog-sidebar div.bs__social .socials-wrapper .single-social#discord-link svg{fill:url(#discord-gradient-f) #fff}.single-blog-page .container .single-blog-content .blog-sidebar div.bs__social .socials-wrapper .single-social#telegram-link svg{fill:url(#telegram-gradient-f) #fff}.single-blog-page .container .single-blog-content .blog-sidebar div.bs__social .socials-wrapper .single-social#twitter-link svg{fill:url(#twitter-gradient-f) #fff}.single-blog-page .container .single-blog-content .blog-sidebar div.bs__social .socials-wrapper .single-social#instagram-link svg{fill:url(#instagram-gradient-f) #fff}.single-blog-page .container .single-blog-content .blog-sidebar div.bs__social .socials-wrapper .single-social#facebook-link svg{fill:url(#fb-gradient-f) #fff}.single-blog-page .container .single-blog-content .blog-sidebar div.bs__social .socials-wrapper .single-social#telegram-link svg{fill:url(#telegram-gradient-f) #fff}.single-blog-page .container .single-blog-content .blog-sidebar div.bs__social .socials-wrapper .single-social#tiktok-link{display:flex;position:relative}.single-blog-page .container .single-blog-content .blog-sidebar div.bs__social .socials-wrapper .single-social#tiktok-link svg{transition:all .3s ease}.single-blog-page .container .single-blog-content .blog-sidebar div.bs__social .socials-wrapper .single-social#tiktok-link svg path{transition:inherit}.single-blog-page .container .single-blog-content .blog-sidebar div.bs__social .socials-wrapper .single-social#tiktok-link svg:first-child{position:absolute;left:-2px;top:-4px;width:100%;fill:rgba(0,0,0,0)}.single-blog-page .container .single-blog-content .blog-sidebar div.bs__social .socials-wrapper .single-social#tiktok-link svg:last-child{fill:#fff}.single-blog-page .container .single-blog-content .blog-sidebar div.bs__social .socials-wrapper .single-social:hover#discord-link svg stop{stop-color:#5865f2}.single-blog-page .container .single-blog-content .blog-sidebar div.bs__social .socials-wrapper .single-social:hover#telegram-link svg stop{stop-color:#08c}.single-blog-page .container .single-blog-content .blog-sidebar div.bs__social .socials-wrapper .single-social:hover#twitter-link svg stop:first-child{stop-color:#3bb1fa}.single-blog-page .container .single-blog-content .blog-sidebar div.bs__social .socials-wrapper .single-social:hover#twitter-link svg stop:last-child{stop-color:#1da1f2}.single-blog-page .container .single-blog-content .blog-sidebar div.bs__social .socials-wrapper .single-social:hover#instagram-link svg stop:first-child{stop-color:#feda75}.single-blog-page .container .single-blog-content .blog-sidebar div.bs__social .socials-wrapper .single-social:hover#instagram-link svg stop:nth-child(2){stop-color:#fa7e1e}.single-blog-page .container .single-blog-content .blog-sidebar div.bs__social .socials-wrapper .single-social:hover#instagram-link svg stop:nth-child(3){stop-color:#d62976}.single-blog-page .container .single-blog-content .blog-sidebar div.bs__social .socials-wrapper .single-social:hover#instagram-link svg stop:nth-child(4){stop-color:#962fbf}.single-blog-page .container .single-blog-content .blog-sidebar div.bs__social .socials-wrapper .single-social:hover#instagram-link svg stop:last-child{stop-color:#4f5bd5}.single-blog-page .container .single-blog-content .blog-sidebar div.bs__social .socials-wrapper .single-social:hover#facebook-link svg stop:first-child{stop-color:#17aafd}.single-blog-page .container .single-blog-content .blog-sidebar div.bs__social .socials-wrapper .single-social:hover#facebook-link svg stop:last-child{stop-color:#0165e2}.single-blog-page .container .single-blog-content .blog-sidebar div.bs__social .socials-wrapper .single-social:hover#telegram-link svg stop:first-child{stop-color:#08c}.single-blog-page .container .single-blog-content .blog-sidebar div.bs__social .socials-wrapper .single-social:hover#telegram-link svg stop:last-child{stop-color:#08c}.single-blog-page .container .single-blog-content .blog-sidebar div.bs__social .socials-wrapper .single-social:hover#tiktok-link svg:first-child{fill:#69c9d0}.single-blog-page .container .single-blog-content .blog-sidebar div.bs__social .socials-wrapper .single-social:hover#tiktok-link svg:last-child{fill:#ee1d52}@media(max-width: 992px){.single-blog-page{text-align:center;width:100%;padding:60px 1.5rem 0px 1.5rem}.single-blog-page .container{max-width:1440px;width:100%;margin:0 auto;padding-left:1.5rem;padding-right:1.5rem}.single-blog-page .container .pill{display:inline-block;padding:10px 20px;background:rgba(194,208,228,.15);border-radius:44px;font-family:"Plus Jakarta Sans",sans-serif;font-style:normal;font-weight:500;font-size:16px;line-height:20px;margin:1rem 0 1rem;transition:all .5s ease-in-out}.single-blog-page .container .pill a{text-decoration:none;color:rgba(194,208,228,.5);transition:inherit}.single-blog-page .container .pill:hover{background:rgba(194,208,228,.25)}.single-blog-page .container .pill:hover a{color:rgba(194,208,228,.9)}.single-blog-page .container h1{font-family:"Plus Jakarta Sans",sans-serif;font-size:56px;line-height:1.2;color:#fff;margin:1rem auto;padding:0;font-weight:800;max-width:90%}.single-blog-page .container .blog-excerpt{color:rgba(194,208,228,.9);font-weight:500;font-size:18px;max-width:100%;margin:25px auto 0 auto}.single-blog-page .container .blog-meta{display:flex;flex-flow:row nowrap;align-items:center;justify-content:center;color:rgba(194,208,228,.8);gap:.7rem;font-weight:600;margin:0 0 3rem}.single-blog-page .container .blog-meta .bm__dot{height:6px;width:6px;background:rgba(194,208,228,.4);border-radius:100%}.single-blog-page .container .blog-meta .bm__author span{color:rgba(194,208,228,.5);font-weight:500}.single-blog-page .container .blog-image{max-width:100%;overflow:hidden;border-radius:15px;margin:0 auto}.single-blog-page .container .blog-image .post-thumbnail{height:100%}.single-blog-page .container .blog-image .post-thumbnail img{display:block;width:100%;height:100%;object-fit:fill;object-position:center}.single-blog-page .container .single-blog-content{margin:2rem auto 1rem;flex-flow:row wrap}.single-blog-page .container .single-blog-content .blog-content{max-width:100%}.single-blog-page .container .single-blog-content .blog-sidebar{flex:1 1 100%}}@media(max-width: 768px){.single-blog-page{text-align:center;width:100%;padding:40px 0}.single-blog-page .container{max-width:1440px;width:100%;margin:0 auto;padding-left:1.5rem;padding-right:1.5rem}.single-blog-page .container .pill{display:inline-block;padding:10px 20px;background:rgba(194,208,228,.15);border-radius:44px;font-family:"Plus Jakarta Sans",sans-serif;font-style:normal;font-weight:500;font-size:16px;line-height:20px;margin:1rem 0 1rem;transition:all .5s ease-in-out}.single-blog-page .container .pill a{text-decoration:none;color:rgba(194,208,228,.5);transition:inherit}.single-blog-page .container .pill:hover{background:rgba(194,208,228,.25)}.single-blog-page .container .pill:hover a{color:rgba(194,208,228,.9)}.single-blog-page .container h1{font-family:"Plus Jakarta Sans",sans-serif;font-size:46px;line-height:1.2;color:#fff;margin:1rem auto;padding:0;font-weight:800;max-width:90%}.single-blog-page .container .blog-excerpt{color:rgba(194,208,228,.9);font-weight:500;font-size:18px;max-width:100%;margin:25px auto 0 auto}.single-blog-page .container .blog-meta{display:flex;flex-flow:row nowrap;align-items:center;justify-content:center;color:rgba(194,208,228,.8);gap:.7rem;font-weight:600;margin:0 0 3rem}.single-blog-page .container .blog-meta .bm__dot{height:6px;width:6px;background:rgba(194,208,228,.4);border-radius:100%}.single-blog-page .container .blog-meta .bm__author span{color:rgba(194,208,228,.5);font-weight:500}.single-blog-page .container .blog-image{max-width:100%;overflow:hidden;border-radius:15px;margin:0 auto}.single-blog-page .container .blog-image .post-thumbnail{height:100%}.single-blog-page .container .blog-image .post-thumbnail img{display:block;width:100%;height:100%;object-fit:fill;object-position:center}.single-blog-page .container .single-blog-content{margin:2rem auto 1rem;flex-flow:row wrap}.single-blog-page .container .single-blog-content .blog-content{max-width:100%}.single-blog-page .container .single-blog-content .blog-content .blog-bottom{margin-top:2rem;border-radius:15px;background:rgba(11,12,16,.25);border:1px solid #4d5766;padding:2.5rem 1.5rem;backdrop-filter:blur(40px);display:flex;flex-flow:column nowrap;gap:1rem;position:relative;overflow:hidden;align-items:center}.single-blog-page .container .single-blog-content .blog-content .blog-bottom .bottom__logo{height:fit-content;opacity:.8}.single-blog-page .container .single-blog-content .blog-content .blog-bottom .bottom__title h2{font-size:24px;line-height:1.3}.single-blog-page .container .single-blog-content .blog-content .blog-bottom .bottom__buttons{display:flex;gap:10px;justify-content:center;align-items:stretch;margin-top:2rem;flex-flow:row wrap}.single-blog-page .container .single-blog-content .blog-content .blog-bottom .bottom__buttons .single-btn{flex:1 1 100%;display:flex;justify-content:center}.single-blog-page .container .single-blog-content .blog-content .blog-bottom .bottom__buttons .single-btn a{width:100%}.single-blog-page .container .single-blog-content .blog-content .blog-bottom .bottom__buttons .single-btn:last-of-type #cta-btn{background:rgba(194,208,228,.15)}.single-blog-page .container .single-blog-content .blog-content .blog-bottom .bottom__buttons .single-btn:last-of-type #cta-btn .word-container .char{color:rgba(0,0,0,0)}.single-blog-page .container .single-blog-content .blog-content .blog-bottom .bottom__buttons .single-btn:last-of-type #cta-btn .word-container .char::before,.single-blog-page .container .single-blog-content .blog-content .blog-bottom .bottom__buttons .single-btn:last-of-type #cta-btn .word-container .char::after{color:#fff}.single-blog-page .container .single-blog-content .blog-sidebar{flex:1 1 100%}}@media(max-width: 576px){.single-blog-page{text-align:center;width:100%;padding:40px 0}.single-blog-page .container{max-width:1440px;width:100%;margin:0 auto;padding-left:1.5rem;padding-right:1.5rem}.single-blog-page .container .pill{display:inline-block;padding:10px 20px;background:rgba(194,208,228,.15);border-radius:44px;font-family:"Plus Jakarta Sans",sans-serif;font-style:normal;font-weight:500;font-size:16px;line-height:20px;margin:1rem 0 1rem;transition:all .5s ease-in-out}.single-blog-page .container .pill a{text-decoration:none;color:rgba(194,208,228,.5);transition:inherit}.single-blog-page .container .pill:hover{background:rgba(194,208,228,.25)}.single-blog-page .container .pill:hover a{color:rgba(194,208,228,.9)}.single-blog-page .container h1{font-family:"Plus Jakarta Sans",sans-serif;font-size:36px;line-height:1.2;color:#fff;margin:1rem auto;padding:0;font-weight:800;max-width:90%}.single-blog-page .container .blog-excerpt{color:rgba(194,208,228,.9);font-weight:500;font-size:18px;max-width:100%;margin:25px auto 0 auto}.single-blog-page .container .blog-meta{display:flex;flex-flow:row wrap;align-items:center;justify-content:center;color:rgba(194,208,228,.8);gap:.7rem;font-weight:600;margin:0 0 3rem;font-size:14px}.single-blog-page .container .blog-meta .bm__dot{height:6px;width:6px;background:rgba(194,208,228,.4);border-radius:100%}.single-blog-page .container .blog-meta .bm__author span{color:rgba(194,208,228,.5);font-weight:500}.single-blog-page .container .blog-image{max-width:100%;overflow:hidden;border-radius:15px;margin:0 auto}.single-blog-page .container .blog-image .post-thumbnail{height:100%}.single-blog-page .container .blog-image .post-thumbnail img{display:block;width:100%;height:100%;object-fit:fill;object-position:center}.single-blog-page .container .single-blog-content{margin:2rem auto 1rem;flex-flow:row wrap}.single-blog-page .container .single-blog-content .blog-content{max-width:100%}.single-blog-page .container .single-blog-content .blog-content .blog-bottom{margin-top:2rem;border-radius:15px;background:rgba(11,12,16,.25);border:1px solid #4d5766;padding:2.5rem 1.5rem;backdrop-filter:blur(40px);display:flex;flex-flow:column nowrap;gap:1rem;position:relative;overflow:hidden;align-items:center}.single-blog-page .container .single-blog-content .blog-content .blog-bottom .bottom__logo{height:fit-content;opacity:.8}.single-blog-page .container .single-blog-content .blog-content .blog-bottom .bottom__title h2{font-size:24px;line-height:1.3}.single-blog-page .container .single-blog-content .blog-content .blog-bottom .bottom__buttons{display:flex;gap:10px;justify-content:center;align-items:stretch;margin-top:2rem;flex-flow:row wrap}.single-blog-page .container .single-blog-content .blog-content .blog-bottom .bottom__buttons .single-btn{flex:1 1 100%;display:flex;justify-content:center}.single-blog-page .container .single-blog-content .blog-content .blog-bottom .bottom__buttons .single-btn a{width:100%}.single-blog-page .container .single-blog-content .blog-content .blog-bottom .bottom__buttons .single-btn:last-of-type #cta-btn{background:rgba(194,208,228,.15)}.single-blog-page .container .single-blog-content .blog-content .blog-bottom .bottom__buttons .single-btn:last-of-type #cta-btn .word-container .char{color:rgba(0,0,0,0)}.single-blog-page .container .single-blog-content .blog-content .blog-bottom .bottom__buttons .single-btn:last-of-type #cta-btn .word-container .char::before,.single-blog-page .container .single-blog-content .blog-content .blog-bottom .bottom__buttons .single-btn:last-of-type #cta-btn .word-container .char::after{color:#fff}.single-blog-page .container .single-blog-content .blog-sidebar{flex:1 1 100%}}.blog-post-disclaimer{margin:56px 0 0;border-radius:12px;color:rgba(255,255,255,.4);text-align:left;font-size:14px;line-height:1.7}.blog-post-disclaimer__title{margin:0 0 12px;color:rgba(255,255,255,.6);font-size:15px;font-weight:700;letter-spacing:.2px;text-transform:none}.blog-post-disclaimer p{margin:0 0 12px}.blog-post-disclaimer p:last-child{margin-bottom:0}.blog-post-disclaimer a{color:rgba(255,255,255,.6);text-decoration:underline;text-underline-offset:2px;transition:color .2s ease;word-break:break-word}.blog-post-disclaimer a:hover,.blog-post-disclaimer a:focus-visible{color:#82f3ff}@media(max-width: 992px){.blog-post-disclaimer{margin-top:40px;padding:24px}}@media(max-width: 768px){.blog-post-disclaimer{margin-top:32px;padding:20px 18px;font-size:13px;line-height:1.65}.blog-post-disclaimer__title{font-size:14px}}article.active .blog-post-disclaimer{color:rgba(11,12,16,.7)}article.active .blog-post-disclaimer .blog-post-disclaimer__title{color:rgba(11,12,16,.92)}article.active .blog-post-disclaimer a{color:rgba(11,12,16,.7)}article.active .blog-post-disclaimer a:hover,article.active .blog-post-disclaimer a:focus-visible{color:#0a5c4c}.fxify-author-page .container{padding-top:clamp(48px,8vw,96px);padding-bottom:clamp(64px,9vw,128px)}.fxify-author-page .container .fxify-author__hero{display:grid;grid-template-columns:minmax(0, 220px) 1fr;gap:40px;align-items:flex-start;padding-bottom:clamp(48px,6vw,70px);border-bottom:1px solid rgba(255,255,255,.2);margin-bottom:clamp(48px,6vw,70px)}@media(max-width: 768px){.fxify-author-page .container .fxify-author__hero{grid-template-columns:1fr;text-align:center;justify-items:center;gap:24px}}.fxify-author-page .container .fxify-author__hero .fxify-author__media{width:220px;height:220px;max-width:100%;aspect-ratio:1/1;border-radius:50%;overflow:hidden;position:relative;border:2px solid rgba(255,255,255,.15);background:linear-gradient(135deg, rgba(29, 170, 145, 0.18), rgba(255, 255, 255, 0.02))}@media(max-width: 768px){.fxify-author-page .container .fxify-author__hero .fxify-author__media{width:160px;height:160px}}.fxify-author-page .container .fxify-author__hero .fxify-author__media .fxify-author__headshot,.fxify-author-page .container .fxify-author__hero .fxify-author__media img{width:100%;height:100%;object-fit:cover;object-position:center;display:block}.fxify-author-page .container .fxify-author__hero .fxify-author__intro{display:flex;flex-direction:column;align-items:flex-start;gap:16px;min-width:0}@media(max-width: 768px){.fxify-author-page .container .fxify-author__hero .fxify-author__intro{align-items:center}}.fxify-author-page .container .fxify-author__hero .fxify-author__intro .pill{align-self:flex-start;color:rgba(255,255,255,.6)}@media(max-width: 768px){.fxify-author-page .container .fxify-author__hero .fxify-author__intro .pill{align-self:center}}.fxify-author-page .container .fxify-author__hero .fxify-author__intro .fxify-author__name{color:#fff;font-size:clamp(28px,5.5vw,52px);font-weight:700;line-height:1.1;margin:0;display:flex;align-items:center;flex-wrap:wrap;gap:16px}@media(max-width: 768px){.fxify-author-page .container .fxify-author__hero .fxify-author__intro .fxify-author__name{justify-content:center}}.fxify-author-page .container .fxify-author__hero .fxify-author__intro .fxify-author__name .fxify-author__linkedin{display:inline-flex;align-items:center;justify-content:center;width:16px;height:16px;color:rgba(255,255,255,.6);transition:color .2s ease,transform .2s ease}.fxify-author-page .container .fxify-author__hero .fxify-author__intro .fxify-author__name .fxify-author__linkedin:hover,.fxify-author-page .container .fxify-author__hero .fxify-author__intro .fxify-author__name .fxify-author__linkedin:focus-visible{color:#1daa91;transform:translateY(-1px)}.fxify-author-page .container .fxify-author__hero .fxify-author__intro .fxify-author__name .fxify-author__linkedin svg{width:100%;height:100%;display:block}.fxify-author-page .container .fxify-author__hero .fxify-author__intro .fxify-author__bio{color:rgba(255,255,255,.6);font-size:16px;line-height:1.6;margin:0;max-width:100%;text-align:left}@media(max-width: 768px){.fxify-author-page .container .fxify-author__hero .fxify-author__intro .fxify-author__bio{text-align:center}}.fxify-author-page .container .fxify-author__posts{margin:0 !important}.fxify-author-page .container .fxify-author__posts .lp__title .lp__heading h2{font-size:64px}@media(max-width: 992px){.fxify-author-page .container .fxify-author__posts .lp__title .lp__heading h2{font-size:36px}}@media(max-width: 768px){.fxify-author-page .container .fxify-author__posts .lp__title .lp__heading h2{font-size:24px}}.fxify-author-page .container .fxify-author__posts .lp__left{flex:1 1 100%;max-width:100%;width:100%}.fxify-author-page .container .fxify-author__posts .lp__left .fxify-author__grid{display:grid;grid-template-columns:repeat(3, minmax(0, 1fr));gap:24px}@media(max-width: 992px){.fxify-author-page .container .fxify-author__posts .lp__left .fxify-author__grid{grid-template-columns:repeat(2, minmax(0, 1fr))}}@media(max-width: 768px){.fxify-author-page .container .fxify-author__posts .lp__left .fxify-author__grid{grid-template-columns:1fr}}.fxify-author-page .container .fxify-author__posts .lp__left .fxify-author__grid .fxify-author__card{transition:transform .3s ease,background .3s ease,border-color .3s ease}.fxify-author-page .container .fxify-author__posts .lp__left .fxify-author__grid .fxify-author__card:hover{transform:translateY(-2px)}.fxify-author-page .container .fxify-author__posts .fxify-author__empty{color:rgba(255,255,255,.6);text-align:center;padding:48px 16px;border:1px dashed rgba(255,255,255,.05);border-radius:12px;background:rgba(255,255,255,.03)}
