@import "../bootstrap/css/bootstrap.min.css";@import "../../assets/style.css";@import "../dist/aos.css";@import url(https://fonts.googleapis.com/css2?family=Zen+Dots&display=swap);@import url(https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap);@import url(https://fonts.googleapis.com/css2?family=Russo+One&display=swap);@import url(https://fonts.googleapis.com/css2?family=Poppins:wght@600&display=swap);@import url(https://fonts.googleapis.com/css2?family=Rowdies:wght@700&display=swap);@import url(https://fonts.googleapis.com/css2?family=Oswald:wght@400;700&display=swap);:root{--bs-primary:#233f78;--bs-primary-rgb:35, 63, 120}*{margin:0;padding:0;box-sizing:border-box}body{font-family:"Inter",sans-serif;font-size:15px;font-weight:400;line-height:1.73;color:#f6f6f6;background-color:#233f78;position:relative;overflow-x:hidden;color:#a09faf}:root{--primary-color:#ff4581}.home-main{--primary-color:#ff4581}p{font-family:"Inter",sans-serif}ul,li{list-style-type:none;margin:0;padding:0}a{text-decoration:none;color:unset;transition:all 0.3s;cursor:pointer;display:inline-block;color:#fff}a:hover{transition:all 0.3s;color:inherit;font-weight:700}h1,.h1,h2,.h2,h3,.h3,h4,.h4,h5,.h5,h6,.h6{font-family:"Inter",sans-serif;font-weight:600;line-height:1.2;color:#fff;text-transform:capitalize}h2,.h2{font-size:44px}h3,.h3{font-size:36px}h4,.h4{font-size:28px}h5,.h5{font-size:22px}h6,.h6{font-size:16px!important}.fs-16{font-size:16px}.fs-17{font-size:17px}.fs-18{font-size:18px;line-height:1.7}.fs-20{font-size:20px}.mt-12{margin-top:12px}.mt-16{margin-top:16px!important}.mt-24{margin-top:24px}.mt-25{margin-top:25px}.mt-50{margin-top:50px}.mt-100{margin-top:100px}.mb-0{margin-bottom:0}.mb-100{margin-bottom:100px}.py-50{padding-top:50px;padding-bottom:50px}.container{max-width:1440px;width:100%;margin:auto}.row>*{padding-left:15px;padding-right:15px}.center{text-align:center}@keyframes move5{0%{transform:scale(.9)}50%{transform:scale(1)}100%{transform:scale(.9)}}.header{position:sticky;top:0;left:0;width:100%;z-index:1000;display:flex;align-items:center;justify-content:center;padding:10px 0}.header.is-fixed{opacity:0;visibility:hidden;top:-170px;transition:all ease 0.4s;box-shadow:1px 1px 5px 0 rgb(0 0 0 / .3)}.header.is-fixed.is-small{position:fixed;top:0;opacity:1;visibility:visible;background:#050231}.header .header__body{display:flex;align-items:center;justify-content:space-between}.header .header__body .header__logo a{height:80px}@media only screen and (max-width:1024px){.header .header__body .header__logo a{height:60px}}.header .header__body .header__logo img{height:100%;width:auto}.header .header__right{display:flex;align-items:center;justify-content:flex-start}.header .header__right .mobile-button{display:none;position:relative;width:26px;height:26px;background-color:#fff0;cursor:pointer;transition:all 0.3s ease;margin-left:30px}@media only screen and (max-width:1024px){.header .header__right .mobile-button{display:block}}.header .header__right .mobile-button::before,.header .header__right .mobile-button::after{content:"";position:absolute;top:0;height:3px;width:100%;left:0;top:50%;-webkit-transform-origin:50% 50%;-ms-transform-origin:50% 50%;transform-origin:50% 50%}.header .header__right .mobile-button::before,.header .header__right .mobile-button::after,.header .header__right .mobile-button span{background-color:#080531;-webkit-transition:all ease 0.3s;-moz-transition:all ease 0.3s;transition:all ease 0.3s}.header .header__right .mobile-button::before{-webkit-transform:translate3d(0,-7px,0);-moz-transform:translate3d(0,-7px,0);transform:translate3d(0,-7px,0)}.header .header__right .mobile-button::after{-webkit-transform:translate3d(0,7px,0);-moz-transform:translate3d(0,7px,0);transform:translate3d(0,7px,0)}.header .header__right .mobile-button span{position:absolute;width:100%;height:3px;left:0;top:50%;overflow:hidden;text-indent:200%}.header .header__right .mobile-button.active::before{-webkit-transform:rotate3d(0,0,1,45deg);-moz-transform:rotate3d(0,0,1,45deg);transform:rotate3d(0,0,1,45deg)}.header .header__right .mobile-button.active::after{-webkit-transform:rotate3d(0,0,1,-45deg);-moz-transform:rotate3d(0,0,1,-45deg);transform:rotate3d(0,0,1,-45deg)}.header .header__right .mobile-button.active span{opacity:0}.header .header__right .main-nav .menu{display:flex;align-items:center;justify-content:flex-start}.header .header__right .main-nav .menu li{position:relative;padding-right:30px}.header .header__right .main-nav .menu li:nth-last-child(1){padding-right:0}.header .header__right .main-nav .menu li a{position:relative;display:block;font-size:16px;font-weight:700;font-family:"Inter",sans-serif;color:#121212;border-bottom:2px solid #fff0}.header .header__right .main-nav .menu li:hover a,.header .header__right .main-nav .menu li.active a{color:#233f78;border-bottom:2px solid #233f78;transition:border 0.5s ease-in}@media only screen and (max-width:1400px){.header .header__right .main-nav .menu li{padding-right:20px}.header .header__right .main-nav .menu li a{font-size:16px}}@media only screen and (max-width:1280px){.header .header__body .header__logo a{height:60px}.header .header__right .main-nav .menu li{padding-right:14px}.header .header__right .main-nav .menu li a{font-size:16px}.header .header__right .group-button a{font-size:16px}}.header .header__right .main-nav .menu li .sub-menu{position:absolute;top:100%;left:0;width:230px;z-index:99;border-radius:5px;overflow:hidden;opacity:0;visibility:hidden;-webkit-transition:all 0.3s ease;-moz-transition:all 0.3s ease;-ms-transition:all 0.3s ease;-o-transition:all 0.3s ease;transition:all 0.3s ease;-webkit-transform:translateY(35px);-moz-transform:translateY(35px);-ms-transform:translateY(35px);-o-transform:translateY(35px);transform:translateY(35px);background:#fff;box-shadow:0 0 1.25rem rgb(30 34 40 / .06)}.header .header__right .main-nav .menu li .sub-menu li{padding:10px 20px;position:relative;border-bottom:1px solid rgb(0 0 0 / .1)}.header .header__right .main-nav .menu li .sub-menu li:last-child{border:none}.header .header__right .main-nav .menu li .sub-menu li::before{content:"";position:absolute;bottom:0;left:0;width:0;height:1px;background:var(--primary-color);transition:width 0.3s ease-in-out}.header .header__right .main-nav .menu li .sub-menu li:hover::before,.header .header__right .main-nav .menu li .sub-menu li.current-item::before{width:100%}.header .header__right .main-nav .menu li .sub-menu li a{color:#000;font-size:14px}.header .header__right .main-nav .menu li .sub-menu li a::before,.header .header__right .main-nav .menu li .sub-menu li a::after{display:none}.header .header__right .main-nav .menu li .sub-menu li:hover a{color:var(--primary-color)}.header .header__right .main-nav .menu li .sub-menu li.current-item>a{color:var(--primary-color)}.header .header__right .main-nav .menu li:hover .sub-menu{opacity:1;visibility:visible;transform:translateY(26px)}.header .header__right .main-nav .menu li.menu-item-has-children>a:after{color:#fff;font-family:"icomoon";content:"\e900";font-size:13px;font-weight:400;position:absolute;right:-20px;top:4px}.header .header__right .group-button{display:flex;margin-left:40px}@media only screen and (max-width:1200px){.header .header__right .group-button{margin-left:20px}}@media only screen and (max-width:767px){.header .header__right .group-button{display:none}}.header .header__right .group-button a{font-family:"Inter";font-size:16px;font-weight:700;padding:10px 40px}.header #main-nav-mobi{display:block;margin:0 auto;width:100%;position:absolute;top:100%;left:0;z-index:999999;box-shadow:0 3px 16px rgb(47 83 109 / .12);height:100vh;overflow:auto}.header #main-nav-mobi ul{padding:0;background:#fff;border-top:1px solid rgb(0 0 0 / .1)}.header #main-nav-mobi ul li{border-bottom:1px solid rgb(0 0 0 / .1);position:relative}.header #main-nav-mobi ul li:last-child{border:0}.header #main-nav-mobi ul li a{padding:12px 30px;color:#181818;font-size:16px;font-weight:600}.header #main-nav-mobi ul li .arrow{cursor:pointer;font-size:20px;line-height:48px;position:absolute;right:15px;text-align:center;top:0;width:48px;transition:0.3s all ease-in-out}.header #main-nav-mobi ul li .arrow::before{font-family:"icomoon";content:"\e900";display:inline-block;transition:0.3s all ease-in-out}.header #main-nav-mobi ul li .arrow.active::before{transform:rotate(-180deg)}.header #main-nav-mobi ul li ul>li:first-child{border-top:1px solid rgb(255 255 255 / .3)}.header #main-nav-mobi ul li ul li{padding-left:20px}.header #main-nav-mobi ul li.current-item>a{color:var(--primary-color)}.header .current-menu-item>a,.header .current-item a{color:var(--primary-color)}.header .current-menu-item>a::after{color:var(--primary-color)!important}h3,h5{text-transform:capitalize}.features .block-text p{margin-top:11px}.section-faq .block-text p{margin-top:12px}.btn-action{padding:15px 25px;position:relative;overflow:hidden;font-weight:700;background:#2385ba;border-radius:100px;display:flex;align-items:center;max-width:326px;font-size:16px}.btn-action.btn-light{background:#fff;color:#2385ba;border:1px solid #2385ba}.btn-action span{position:relative;z-index:2}.btn-action span.icon-arrow{width:32px;min-width:32px;height:32px;border-radius:50%;background:#fff;margin-left:20px;display:flex;align-items:center;justify-content:center}.btn-action span.icon-arrow:before{font-size:15px;font-weight:900;background:#2385ba;-webkit-background-clip:text;-webkit-text-fill-color:#fff0;transform:rotate(-90deg)}.btn-action:hover{color:#fff;background-color:#233f78}.btn-light:hover{color:#233f78;background-color:#fff;border-color:#233f78}.btn-action:hover span.icon-arrow::before{background-color:#233f78}@media only screen and (max-width:1600px){.header .header__right .group-button a{padding:10px 20px}}@media only screen and (max-width:1200px){.group-button .btn-action,.group-button .btn-action-b{padding:10px 15px}.header .header__right .group-button a{padding:5px 10px;font-size:14px}}#scroll-top{position:fixed;display:block;width:50px;height:50px;line-height:50px;border-radius:4px;text-align:center;z-index:999;right:14px;bottom:23px;border-radius:50%;-webkit-border-radius:50%;-moz-border-radius:50%;-ms-border-radius:50%;-o-border-radius:50%;opacity:0;visibility:hidden;cursor:pointer;overflow:hidden;background:#fff}#scroll-top.show{right:15px;opacity:1;visibility:visible}#scroll-top:before,#scroll-top:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%}#scroll-top:before{z-index:-1;background:var(--primary-color)}#scroll-top:after{font-family:"icomoon";content:"\e900";font-size:18px;color:#fff;font-weight:600;transform:rotate(-180deg)}#scroll-top:hover{transform:translateY(-7%)}@-webkit-keyframes pulse-grow-on-hover{to{-webkit-transform:scale(1.1);transform:scale(1.1)}}.banner-top.style-2{padding:200px 0 140px;background:url(./../../assets/images/background/banner-top-6.jpg) no-repeat;background-size:cover;background-position:center center;background-attachment:fixed}.banner-top.style-2 .banner-top__content .title,.banner-top.style-2 .banner-top__content .title *{font-size:80px;line-height:1.1;font-family:"Zen Dots",cursive;font-weight:400;text-transform:none}@media only screen and (max-width:767px){.banner-top.style-2 .banner-top__content .title,.banner-top.style-2 .banner-top__content .title *{font-size:40px}}.banner-top.style-2 .banner-top__content .title span{-webkit-text-stroke-width:1px;-webkit-text-stroke-color:#fff;-webkit-text-fill-color:#fff0}.banner-top.style-2 .banner-top__content .desc{font-size:20px;margin-top:14px;padding-right:90px;color:rgb(255 255 255 / .8)}.banner-top.style-2 .banner-top__content .button{margin-top:53px}.banner-top.style-2 .banner-top__content .button a{padding:14px 42px;display:inline-block}.banner-top.style-2 .banner-top__content .content-list{margin-top:94px;display:flex}.banner-top.style-2 .banner-top__content .content-list li{padding-right:69px;position:relative}.banner-top.style-2 .banner-top__content .content-list li::after{content:"";width:2px;height:60px;position:absolute;top:16%;right:15%;background:var(--primary-color)}.banner-top.style-2 .banner-top__content .content-list li:nth-last-child(1){padding-right:0}.banner-top.style-2 .banner-top__content .content-list li:nth-last-child(1)::after{display:none}.banner-top.style-2 .banner-top__content .content-list li span{font-size:48px}.banner-top.style-2 .banner-top__content .content-list li h5{font-family:"Zen Dots",cursive;font-weight:400;margin-top:16px;letter-spacing:2px;margin-bottom:3px}.banner-top.style-2 .banner-top__content .content-list li p{font-size:22px;font-weight:600;color:rgb(255 255 255 / .54)}@media only screen and (max-width:767px){.banner-top.style-2 .banner-top__content .content-list{flex-wrap:wrap}.banner-top.style-2 .banner-top__content .content-list li{padding-right:0;width:100%;text-align:center;margin-bottom:20px}.banner-top.style-2 .banner-top__content .content-list li::after{display:none}}.banner-top.style-2 .banner-top__sale{text-align:right;padding-left:104px;margin-top:-60px}.banner-top.style-2 .banner-top__sale img{animation:move5 3s infinite linear;width:100%;height:auto}.banner-top.style-2 .banner-top__sale .sale-content{margin-top:-164px;padding:24px 0 57px;background:linear-gradient(0deg,rgb(0 0 0 / .2),rgb(0 0 0 / .2)),linear-gradient(90deg,rgb(119 61 191 / .1) 0%,rgb(134 53 189 / .1) 100%);border-radius:20px;text-align:center}.banner-top.style-2 .banner-top__sale .sale-content h6{text-transform:uppercase}.banner-top.style-2 .banner-top__sale .sale-content .countdown__timer{margin-top:21px}.banner-top.style-2 .banner-top__sale .sale-content .countdown__timer .countdown__item{font-size:40px;font-family:"Russo One",sans-serif;border:2px solid var(--primary-color);border-radius:16px;margin:0 20px;max-width:80px;width:100%;height:80px;position:relative;color:#fff;display:inline-block;padding-top:5px;position:relative}.banner-top.style-2 .banner-top__sale .sale-content .countdown__timer .countdown__item::after{position:absolute;bottom:-37px;left:0;right:0;font-size:16px;font-weight:700;font-family:"Inter",sans-serif;text-transform:uppercase}.banner-top.style-2 .banner-top__sale .sale-content .countdown__timer .countdown__item:nth-child(1)::after{content:"days"}.banner-top.style-2 .banner-top__sale .sale-content .countdown__timer .countdown__item:nth-child(2)::after{content:"Hours"}.banner-top.style-2 .banner-top__sale .sale-content .countdown__timer .countdown__item:nth-child(3)::after{content:"Minutes"}.banner-top.style-2 .banner-top__sale .sale-content .countdown__timer .countdown__item:nth-child(4)::after{content:"SECONDS"}@media only screen and (max-width:1200px){.banner-top.style-2 .banner-top__sale{padding-left:0;margin-top:50px;padding:0 100px}}@media only screen and (max-width:767px){.banner-top.style-2 .banner-top__sale{padding:0}.banner-top.style-2 .banner-top__sale img{width:100%;height:100%}.banner-top.style-2 .banner-top__sale .sale-content .countdown__timer .countdown__item{margin:0 5px}}.banner-top.style-8{padding:100px 0 100px}.banner-top.style-8 .banner-top__content .desc{font-size:17px;margin-top:14px;padding-right:140px}.banner-top.style-8 .banner-top__content .button{margin-top:46px}.banner-top.style-8 .banner-top__content .button a{display:inline-block;padding:14px 41px;border-radius:100px}@media only screen and (max-width:1200px){.banner-top.style-8 .banner-top__image{margin-top:50px}.banner-top.style-8 .banner-top__image img{width:100%}}.choose__box{margin-top:0;background-color:#fff}.choose__box-icon{display:flex;align-items:center;justify-content:center;flex-direction:column}.choose__box-icon .icon{min-width:66px;width:66px;height:66px;border-radius:50%;background:linear-gradient(294.72deg,#ff4581 9.05%,#4388dd 79.28%);display:flex;align-items:center;justify-content:center;position:relative;transition:0.7s all ease-in-out}.choose__box-icon .icon span{font-size:26px}.choose__box-icon .content h5{margin-bottom:18px}.choose__box-icon:hover .icon{transform:scale(1.25) rotateY(-360deg)}.choose__box-icon:hover .icon::before{border-color:#4388dd}.choose__box-icon .content p{margin-bottom:0}.animate.animate-swing{animation:swing ease-in-out 1s infinite alternate}.animate.animate-move{animation:move5 3s infinite linear}@keyframes swing{0%{transform:translateX(10px)}100%{transform:translateX(-10deg)}}.road-map.style-4{padding:100px 0}.road-map.style-4 .block-text .heading{font-size:40px;font-family:"Poppins";text-transform:none}.road-map.style-4 .block-text p{padding:0 250px}@media only screen and (max-width:1200px){.road-map.style-4 .block-text p{padding:0}}.road-map.style-4 .road-map__main{margin-top:58px;padding:0 240px;display:flex;align-items:flex-start;justify-content:space-between;flex-wrap:wrap;position:relative}@media only screen and (max-width:1200px){.road-map.style-4 .road-map__main{padding:0}}.road-map.style-4 .road-map__main::before{content:"";position:absolute;top:0;left:0;width:2px;height:100%;border-left:2px dashed #fff;margin-left:auto;margin-right:auto;left:-14px;right:0;text-align:center}.road-map.style-4 .road-map__main::after{content:"";position:absolute;top:0;left:0;width:4px;height:27%;background:#2e72d2;margin-left:auto;margin-right:auto;left:-14px;right:0;text-align:center}.road-map.style-4.road-map-custom .road-map__main::after{background:#fff0}@media only screen and (max-width:767px){.road-map.style-4 .road-map__main::before,.road-map.style-4 .road-map__main::after{left:auto;right:0}}.road-map.style-4 .road-map__main .box-roadmap{width:330px;background:#fff;backdrop-filter:blur(10px);border-radius:20px;padding:26px 19px;position:relative;border:2px solid #fff;transition:0.3s all ease-in-out}.road-map.style-4 .road-map__main .box-roadmap .title{color:#121212}.road-map.style-4 .road-map__main .box-roadmap .list p{color:rgb(19 15 64 / .75)}@media only screen and (max-width:767px){.road-map.style-4 .road-map__main .box-roadmap::before,.road-map.style-4 .road-map__main .box-roadmap::after{display:none}}.road-map.style-4 .road-map__main .box-roadmap::before{content:"";position:absolute;top:0;left:0;top:50%;width:68px;height:2px;background:#fff}@media only screen and (max-width:767px){.road-map.style-4 .road-map__main .box-roadmap::before{display:none}}.road-map.style-4 .road-map__main .box-roadmap::after{height:24px;width:24px;border-radius:50%;background-color:#fff;animation:2s pulse-anim infinite;position:absolute;content:"";z-index:1;top:43%}.road-map.style-4.road-map-custom .road-map__main .box-roadmap::after{top:50%;transform:translateY(-50%)}@keyframes pulse-anim{0%{box-shadow:#fff 0 0 0 0}100%{box-shadow:rgb(255 255 255 / .2) 0 0 0 10px}}.road-map.style-4 .road-map__main .box-roadmap.left{margin-bottom:222px}.road-map.style-4.road-map-custom .road-map__main .box-roadmap.left:last-child{margin-bottom:0}.road-map.style-4 .road-map__main .box-roadmap.left::before{left:auto;right:-94px}.road-map.style-4 .road-map__main .box-roadmap.left::after{left:auto;right:-142px}.road-map.style-4 .road-map__main .box-roadmap.right{margin-top:202px}.road-map.style-4.road-map-custom .road-map__main .box-roadmap.right{margin-top:300px}.road-map.style-4 .road-map__main .box-roadmap.right::before{left:-94px}.road-map.style-4 .road-map__main .box-roadmap.right::after{left:-156px}@media only screen and (max-width:767px){.road-map.style-4 .road-map__main .box-roadmap{margin-bottom:30px!important;margin-top:0!important}}.road-map.style-4 .road-map__main .box-roadmap .time{font-weight:700;font-size:12px;letter-spacing:1px;text-transform:uppercase;color:#a09faf;margin-bottom:5px}.road-map.style-4 .road-map__main .box-roadmap .list{margin-top:18px}.road-map.style-4 .road-map__main .box-roadmap .list li{display:flex;align-items:center;justify-content:flex-start;margin-bottom:-2px}.road-map.style-4 .road-map__main .box-roadmap .list li .dot{width:5px;height:5px;border-radius:50%;background:#fff;margin:0 10px}.road-map.style-4 .road-map__main .box-roadmap .list li p{margin-bottom:0}.road-map.style-6{padding:100px 0}.road-map.style-6 .block-text .heading{font-family:"Rowdies";font-weight:700}.road-map.style-6 .road-map__main{margin-top:60px;padding:0 50px;position:relative}@media only screen and (max-width:1200px){.road-map.style-6 .road-map__main .swiper{overflow:hidden}}.road-map.style-6 .road-map__main .swiper-button-next,.road-map.style-6 .road-map__main .swiper-button-prev{top:auto;bottom:-115px;width:60px;height:60px}.road-map.style-6 .road-map__main .swiper-button-next::after,.road-map.style-6 .road-map__main .swiper-button-prev::after{display:none}.road-map.style-6 .road-map__main .swiper-button-next{right:44.7%}.road-map.style-6 .road-map__main .swiper-button-prev{left:44.7%}@media only screen and (max-width:1200px){.road-map.style-6 .road-map__main .swiper-button-next{right:42%}.road-map.style-6 .road-map__main .swiper-button-prev{left:42%}}@media only screen and (max-width:1024px){.road-map.style-6 .road-map__main{padding:0}.road-map.style-6 .road-map__main .roadmap-box .title{padding:0}}@media only screen and (max-width:767px){.road-map.style-6 .road-map__main .swiper-button-next{right:31%}.road-map.style-6 .road-map__main .swiper-button-prev{left:31%}}.road-map.style-6 .roadmap-box{box-shadow:0 4px 40px rgb(0 0 0 / .05);border-radius:8px;border:2px solid #5c1594;padding:55px 40px 145px;text-align:center;background:#fff}@media only screen and (max-width:1200px){.road-map.style-6 .roadmap-box{padding:55px 40px}}.road-map.style-6 .roadmap-box .time{font-family:"Rowdies";font-weight:700;font-size:56px;background:linear-gradient(153.06deg,#5c1594 -.31%,#210a5c 99.69%);-webkit-background-clip:text;-webkit-text-fill-color:#fff0;background-clip:text;text-fill-color:#fff0}.road-map.style-6 .roadmap-box .title{font-family:"Rowdies";font-weight:700;text-transform:uppercase;color:#181818;margin-top:33px;padding:0 100px;margin-bottom:28px}.road-map.style-6 .roadmap-box p{color:#181818;line-height:1.6;margin-bottom:29px}.road-map.style-6 .roadmap-box p span{color:#5c1594;font-weight:700}.list-social{display:flex;align-items:center;justify-content:center;transition:0.3s all ease-in-out}.list-social li{padding:0 8px}.list-social li a span{font-size:20px}.list-social li a:hover{-webkit-animation-name:pulse-grow-on-hover;animation-name:pulse-grow-on-hover;-webkit-animation-duration:0.3s;animation-duration:0.3s;-webkit-animation-timing-function:linear;animation-timing-function:linear;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-direction:alternate;animation-direction:alternate}.section-faq.style-1{padding:61px 0}.section-faq.style-1 .section-faq__main{max-width:926px;margin:0 auto}.section-faq.style-1 .section-faq__main .flat-tabs{margin-top:42px}.section-faq.style-1 .section-faq__main .flat-tabs .menu-tab{display:flex;justify-content:center;position:relative;max-width:547px;margin:0 auto}.section-faq.style-1 .section-faq__main .flat-tabs .menu-tab::after{content:"";position:absolute;left:0;bottom:0;width:100%;height:1px;background:rgb(255 255 255 / .1)}.section-faq.style-1 .section-faq__main .flat-tabs .menu-tab li{margin-right:33px;color:#fff;opacity:.2;cursor:pointer;position:relative}.section-faq.style-1 .section-faq__main .flat-tabs .menu-tab li:last-child{margin-right:0}.section-faq.style-1 .section-faq__main .flat-tabs .menu-tab li.active{opacity:1}.section-faq.style-1 .section-faq__main .flat-tabs .menu-tab li.active::after{content:"";position:absolute;left:0;bottom:0;width:100%;height:2px;background:var(--primary-color)}.section-faq.style-1 .section-faq__main .flat-tabs .menu-tab li h6{margin-bottom:10px}.section-faq.style-1 .section-faq__main .flat-tabs .content-tab{margin-top:28px}.section-faq.style-1 .section-faq__main .flat-tabs .content-tab .flat-toggle{background:rgb(255 255 255 / .04);border-radius:10px;padding:25px;margin-bottom:20px;border:1px solid rgb(255 255 255 / .16);cursor:pointer}.section-faq.style-1 .section-faq__main .flat-tabs .content-tab .flat-toggle .toggle-title{text-transform:capitalize;margin-bottom:0;position:relative;padding-right:25px}.section-faq.style-1 .section-faq__main .flat-tabs .content-tab .flat-toggle .toggle-title::after{font-family:"icomoon";content:"\e900";color:#fff;font-size:20px;position:absolute;top:0;right:0;transition:0.3s all ease-in-out}.section-faq.style-1 .section-faq__main .flat-tabs .content-tab .flat-toggle .toggle-content{margin-top:18px;font-size:16px;margin-bottom:0;padding-right:10px;display:none;color:#fff}.section-faq.style-1 .section-faq__main .flat-tabs .content-tab .flat-toggle .toggle-content a{text-decoration:underline;font-weight:700}.section-faq.style-1 .section-faq__main .flat-tabs .content-tab .flat-toggle.active .toggle-title::after{color:var(--primary-color);transform:rotate(-180deg)}.section-faq.style-1 .section-faq__main .flat-tabs .content-tab .flat-toggle:last-child{margin-bottom:0}@media only screen and (max-width:767px){.section-faq.style-1 .section-faq__main{padding-right:0}.section-faq.style-1 .section-faq__main .flat-tabs .menu-tab{flex-wrap:wrap;justify-content:center}.section-faq.style-1 .section-faq__main .flat-tabs .menu-tab::after{display:none}.section-faq.style-1 .section-faq__main .flat-tabs .menu-tab li{margin-bottom:20px}}.section-faq .faq__images img{animation:swing ease-in-out 1s infinite alternate}@keyframes swing{0%{transform:rotate(3deg)}100%{transform:rotate(-3deg)}}form{margin-top:12px;position:relative}form input,form textarea{padding:9px 18px;background:#fff;width:100%;border:1px solid #fff;box-shadow:none;border-radius:8px;color:#121212;margin-bottom:24px}form input:focus-visible,form textarea:focus-visible{border:1px solid #fff!important;box-shadow:none;outline:none}form ::placeholder{color:#121212;letter-spacing:-.4px;font-weight:400}form textarea{height:120px;width:100%}form button.btn-action{margin-top:6px;padding:10px 39px;color:#fff}@media only screen and (max-width:767px){form{width:100%}}.home-main .animated-progress{width:300px;height:30px;border-radius:5px;margin:20px 10px;border:1px solid #bd7171;overflow:hidden;position:relative}.home-main .animated-progress span{height:100%;display:block;width:0;color:#fffbfb;line-height:30px;position:absolute;text-align:end;padding-right:5px}.home-main .progress-blue span{background-color:blue}.home-main .progress-green span{background-color:green}.home-main .progress-purple span{background-color:indigo}.home-main .progress-red span{background-color:red}.home-main .progress{display:block;background:#fff0;overflow:unset;height:auto}.home-main .progress .title{margin-bottom:8px}.home-main .progress .title p{font-size:17px;text-transform:capitalize;font-weight:400;margin-bottom:0}.home-main .progress .barline{height:12px;background:rgb(255 255 255 / .2);border-radius:20px}.home-main .progress .countbar{height:12px;border-radius:20px;position:relative}.home-main .progress .countbar.s1{background:#3d88fb}.home-main .progress .countbar.s2{background:#5637c8}.home-main .progress .countbar.s3{background:#00d199}.home-main .progress .countbar.s4{background:#c87b07}.home-main .progress .countbar.s5{background:#a92535}.home-main .progress .countbar.s6{background:#9116cd}.home-main .progress .countbar p{position:absolute;right:-19px;top:-35px;font-size:16px;font-weight:400}.home-main #myChart,.home-main #myChart2{width:240px}.home-blog .page-title .content{padding:0 250px}@media only screen and (max-width:1200px){.home-blog .page-title .content{padding:0}}.about__video{position:relative}.about__video img{border-radius:20px}@media only screen and (max-width:1024px){.about__video img{width:100%}}.about__video .wrap-video a{display:flex;align-items:center;justify-content:center;position:absolute;width:112px;height:112px;border-radius:50%;top:50%;left:50%;background:rgb(255 255 255 / .75);animation:2s pulse-anim2 infinite;transition:0.3s all ease-in-out;transform:translate(-50%,-50%)}@keyframes pulse-anim2{0%{box-shadow:rgb(255 255 255 / .4) 0 0 0 0}100%{box-shadow:rgb(255 255 255 / .1) 0 0 0 10px}}.about__video .wrap-video a span{font-size:45px}.about__video .wrap-video a:hover{background:var(--primary-color)}.mfp-bg{top:0;left:0;width:100%;height:100%;z-index:1042;overflow:hidden;position:fixed;background:#3f3f3f;opacity:.8;filter:alpha(opacity=80)}.mfp-wrap{top:0;left:0;width:100%;height:100%;z-index:1043;position:fixed;outline:none!important;-webkit-backface-visibility:hidden}.mfp-container{text-align:center;position:absolute;width:100%;height:100%;left:0;top:0;padding:0 8px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.mfp-container:before{content:"";display:inline-block;height:100%;vertical-align:middle}.mfp-align-top .mfp-container:before{display:none}.mfp-content{position:relative;display:inline-block;vertical-align:middle;margin:0 auto;text-align:left;z-index:1045}.mfp-inline-holder .mfp-content,.mfp-ajax-holder .mfp-content{width:100%;cursor:auto}.mfp-ajax-cur{cursor:progress}.mfp-zoom-out-cur,.mfp-zoom-out-cur .mfp-image-holder .mfp-close{cursor:pointer}.mfp-zoom{cursor:pointer;cursor:-webkit-zoom-in;cursor:-moz-zoom-in;cursor:zoom-in}.mfp-auto-cursor .mfp-content{cursor:auto}.mfp-close,.mfp-arrow,.mfp-preloader,.mfp-counter{-webkit-user-select:none;-moz-user-select:none;user-select:none}.mfp-loading.mfp-figure{display:none}.mfp-hide{display:none!important}.mfp-preloader{color:#ccc;position:absolute;top:50%;width:auto;text-align:center;margin-top:-.8em;left:8px;right:8px;z-index:1044}.mfp-preloader a{color:#ccc}.mfp-preloader a:hover{color:#fff}.mfp-s-ready .mfp-preloader{display:none}.mfp-s-error .mfp-content{display:none}button.mfp-close,button.mfp-arrow{overflow:visible;cursor:pointer;background:#fff0;border:0;-webkit-appearance:none;display:block;outline:none;padding:0;z-index:1046;-webkit-box-shadow:none;box-shadow:none}button::-moz-focus-inner{padding:0;border:0}.mfp-close{width:44px;height:44px;line-height:44px;position:absolute;right:0;top:0;text-decoration:none;text-align:center;opacity:.65;padding:0 0 18px 10px;color:#fff;font-style:normal;font-size:28px;font-family:Arial,Baskerville,monospace}.mfp-close:hover,.mfp-close:focus{opacity:1}.mfp-close:active{top:1px}.mfp-close-btn-in .mfp-close{color:#333}.mfp-image-holder .mfp-close,.mfp-iframe-holder .mfp-close{color:#fff;background:#fff0;right:-6px;text-align:right;padding-right:6px;width:100%}.mfp-counter{position:absolute;top:0;right:0;color:#ccc;font-size:12px;line-height:18px}.mfp-arrow{position:absolute;opacity:.65;margin:0;top:50%;margin-top:-55px;padding:0;width:90px;height:110px;-webkit-tap-highlight-color:#fff0}.mfp-arrow:active{margin-top:-54px}.mfp-arrow:hover,.mfp-arrow:focus{opacity:1}.mfp-arrow:before,.mfp-arrow:after,.mfp-arrow .mfp-b,.mfp-arrow .mfp-a{content:"";display:block;width:0;height:0;position:absolute;left:0;top:0;margin-top:35px;margin-left:35px;border:medium inset #fff0}.mfp-arrow:after,.mfp-arrow .mfp-a{border-top-width:13px;border-bottom-width:13px;top:8px}.mfp-arrow:before,.mfp-arrow .mfp-b{border-top-width:21px;border-bottom-width:21px}.mfp-arrow-left{left:0}.mfp-arrow-left:after,.mfp-arrow-left .mfp-a{border-right:17px solid #fff;margin-left:31px}.mfp-arrow-left:before,.mfp-arrow-left .mfp-b{margin-left:25px;border-right:27px solid #3f3f3f}.mfp-arrow-right{right:0}.mfp-arrow-right:after,.mfp-arrow-right .mfp-a{border-left:17px solid #fff;margin-left:39px}.mfp-arrow-right:before,.mfp-arrow-right .mfp-b{border-left:27px solid #3f3f3f}.mfp-iframe-holder{padding-top:40px;padding-bottom:40px}.mfp-iframe-holder .mfp-content{line-height:0;width:100%;max-width:900px}.mfp-iframe-holder .mfp-close{top:-40px}.mfp-iframe-scaler{width:100%;height:0;overflow:hidden;padding-top:56.25%}.mfp-iframe-scaler iframe{position:absolute;display:block;top:0;left:0;width:100%;height:100%;box-shadow:0 0 8px rgb(0 0 0 / .6);background:#000}.mfp-arrow.mfp-arrow-left.mfp-prevent-close,.mfp-arrow.mfp-arrow-right.mfp-prevent-close{background:#fff0}img.mfp-img{width:auto;max-width:100%;height:auto;display:block;line-height:0;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding:40px 0 40px;margin:0 auto}.mfp-figure{line-height:0}.mfp-figure:after{content:"";position:absolute;left:0;top:40px;bottom:40px;display:block;right:0;width:auto;height:auto;z-index:-1;box-shadow:0 0 8px rgb(0 0 0 / .6);background:#444}.mfp-figure small{color:#bdbdbd;display:block;font-size:12px;line-height:14px}.mfp-bottom-bar{margin-top:-36px;position:absolute;top:100%;left:0;width:100%;cursor:auto}.mfp-title{text-align:left;line-height:18px;color:#f3f3f3;word-wrap:break-word;padding-right:36px}.mfp-image-holder .mfp-content{max-width:100%}@media screen and (max-width:800px) and (orientation:landscape),screen and (max-height:300px){.mfp-img-mobile .mfp-image-holder{padding-left:0;padding-right:0}.mfp-img-mobile img.mfp-img{padding:0}.mfp-img-mobile .mfp-figure:after{top:0;bottom:0}.mfp-img-mobile .mfp-figure small{display:inline;margin-left:5px}.mfp-img-mobile .mfp-bottom-bar{background:rgb(0 0 0 / .6);bottom:0;margin:0;top:auto;padding:3px 5px;position:fixed;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.mfp-img-mobile .mfp-bottom-bar:empty{padding:0}.mfp-img-mobile .mfp-counter{right:5px;top:3px}.mfp-img-mobile .mfp-close{top:0;right:0;width:35px;height:35px;line-height:35px;background:rgb(0 0 0 / .6);position:fixed;text-align:center;padding:0}}@media all and (max-width:900px){.mfp-arrow{-webkit-transform:scale(.75);transform:scale(.75)}.mfp-arrow-left{-webkit-transform-origin:0;transform-origin:0}.mfp-arrow-right{-webkit-transform-origin:100%;transform-origin:100%}.mfp-container{padding-left:6px;padding-right:6px}}.mfp-ie7 .mfp-img{padding:0}.mfp-ie7 .mfp-bottom-bar{width:600px;left:50%;margin-left:-300px;margin-top:5px;padding-bottom:5px}.mfp-ie7 .mfp-container{padding:0}.mfp-ie7 .mfp-content{padding-top:44px}.mfp-ie7 .mfp-close{top:0;right:0;padding-top:0}.my-mfp-slide-bottom.mfp-ready .mfp-content{-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";filter:alpha(opacity=100);opacity:1;-webkit-transform:scale(1);-moz-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1);transform:scale(1)}.my-mfp-slide-bottom.mfp-removing .mfp-content{-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";filter:alpha(opacity=0);opacity:0;-webkit-transform:scale(.8);-moz-transform:scale(.8);-ms-transform:scale(.8);-o-transform:scale(.8);transform:scale(.8)}.my-mfp-slide-bottom.mfp-bg{-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";filter:alpha(opacity=0);opacity:0;-webkit-transition:opacity 0.3s ease-out;-moz-transition:opacity 0.3s ease-out;-o-transition:opacity 0.3s ease-out;-ms-transition:opacity 0.3s ease-out;transition:opacity 0.3s ease-out}.my-mfp-slide-bottom.mfp-ready.mfp-bg{-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";filter:alpha(opacity=80);opacity:.8}.my-mfp-slide-bottom.mfp-removing.mfp-bg{-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";filter:alpha(opacity=0);opacity:0}.animated-progress{width:100%;height:30px;border-radius:144px;border:1px solid rgb(246 246 246 / .4);overflow:hidden;position:relative;padding:3px}.animated-progress span{height:22px;display:block;width:0;position:absolute;text-align:center;padding-left:50px;background:#48d6d2;border-radius:64px;font-size:14px;line-height:22px;font-weight:700;color:#fff}.footer .list-social{display:flex;justify-content:center;margin-top:30px}.footer .list-social li{width:40px;height:40px;min-width:40px;background:rgb(255 255 255 / .2);border-radius:8px;margin-right:12px;z-index:9;display:flex;align-items:center;justify-content:center}.footer .list-social li a{line-height:1}.footer .list-social li span{font-size:20px}.footer .list-social li:hover{-webkit-animation-name:pulse-grow-on-hover;animation-name:pulse-grow-on-hover;-webkit-animation-duration:0.3s;animation-duration:0.3s;-webkit-animation-timing-function:linear;animation-timing-function:linear;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-direction:alternate;animation-direction:alternate}.footer.style-5{padding:42px 0 27px;background:#091d43}.footer.style-5 .info{padding-top:6px}.footer.style-5 .info p{margin-top:20px;line-height:1.67}.footer.style-5 .list-social{justify-content:flex-start}.footer.style-5 .footer-link.s1{margin-left:-5px}.footer.style-5 .footer-link.s2{padding-left:18px}.footer.style-5 .footer-link.s3{padding-left:10px}@media only screen and (max-width:1200px){.footer.style-5 .footer-link{padding-left:0!important;margin-left:0!important;padding-top:40px}}.footer.style-5 .footer-link .title{color:#48d6d2}.footer.style-5 .footer-link .list-link{margin-top:21px}.footer.style-5 .footer-link .list-link li{margin-bottom:11px;color:#fff}.footer.style-5 .footer-link .list-link li a{font-size:17px;font-weight:400}.footer.style-5 .footer-link .list-link li a:hover{color:#48d6d2}.home-main p{color:#f6f6f6}.home-main .about{padding:100px 0}.home-main .about .about__image{padding-left:25px}@media only screen and (max-width:1024px){.home-main .about .about__image img{width:100%}}.home-main .about .about__content{padding-top:89px}.home-main .features{padding:100px 0}.home-main .documents.style-2{padding:83px 0 80px}.token-details{padding:100px 0}.token-details .token-details__image{padding-top:34px;margin-left:-48px}.token-details .token-details__image img{animation:move5 3s infinite linear}@media only screen and (max-width:1200px){.token-details .token-details__image img{width:100%}}.info-list{display:flex;flex-direction:column;background:#fff0;padding:0;max-width:490px;border:0;border-radius:10px}.info-list li{padding:15px 20px 9px;margin-bottom:24px;background:#fff;background:rgb(255 255 255 / .8);transition:0.5s all ease-in-out;border-radius:10px;cursor:pointer}.info-list li:hover,.info-list li.active{background:#fff}.info-list li p{margin-bottom:0;color:#fff}.info-list li:last-child{margin-bottom:0}.info-list li a h5{color:#130f40}.section-faq{padding:80px 0}.title-style{padding:100px 0}.team .title-style{padding:82px 0 117px}.team .title-style h5{font-size:24px}.home-main .section-faq.style-1{padding:100px 0;background:#fff0}.home-main .section-faq.style-1 .block-text p{color:#f6f6f6}.home-main .token-details.style-1{background:#fff0}.home-main .topics{padding:50px 0}.home-main .topics .block-text{margin-bottom:58px}.home-main .topics .block-text .heading{color:#fff;margin-bottom:16px}.home-main .topics .button{text-align:right;margin-top:-6px}@media only screen and (max-width:767px){.home-main .topics .button{text-align:left;margin-top:-36px;margin-bottom:40px}}.home-main .topics .button a{font-size:22px;font-weight:600;line-height:1.9;border-bottom:2px solid #b4e116}.home-main .topics .button a:hover{color:#b4e116}.home-main .topics .topics-box{background:#fff0;border:0;display:flex;align-items:flex-start;transition:0.3s all ease-in-out;margin-bottom:0}.home-main .topics .topics-box .box-content{flex:0 0 100%}.home-main .topics .topics-box .box-title-container{display:flex;margin-bottom:15px;align-items:center}.home-main .topics .topics-box .box-content-container{display:flex;flex-direction:column;justify-content:space-between;flex-grow:1}.home-main .topics .topics-box .box-content .readmore{margin-top:auto}.home-main .topics .topics-box .box-image{flex:0 0 20%;padding-left:15px}.home-main .topics .topics-box .box-image img{width:100%}.home-main .topics .topics-box .title{font-size:32px;color:#fff;margin-bottom:0}.home-main .topics .topics-box .title.custom-title,.custom-title{font-family:"Zen Dots",cursive;font-weight:400;letter-spacing:1.2px}.home-main .topics .topics-box:hover .title{color:#fff}.home-main .topics .topics-box .text{margin:0;margin-bottom:15px;padding:0;text-align:justify}.home-main .topics .topics-box:hover{border:0}.home-main .topics .topics-box .box-image img{opacity:.3}.home-main .topics .topics-box .s4 .box-image{margin-bottom:-24px}@media only screen and (max-width:1024px){.home-main .topics .topics-box{flex-wrap:wrap}.home-main .topics .topics-box .text{padding-right:0}}.home-main .section-faq.style-4{background:#fff0;padding:39px 0 104px}.home-main .section-faq.style-4 .faq__main{padding:82px 0 95px;background:#181818}@media only screen and (max-width:1200px){.home-main .section-faq.style-4 .faq__main{padding:82px 30px 95px}}.home-main .footer.style-7{margin-bottom:0}.home-main .footer.style-7 .footer__top .content-left p{color:#a09faf}.home-main .footer.style-7 .footer__top .content-right .list-info li{color:#fff}.connect{padding:100px 0}.connect .block-text{margin-bottom:0}.connect .block-text .heading{margin-bottom:24px}.connect .block-text p,.connect p.text{padding:0 250px;font-size:18px;color:#fff}@media only screen and (max-width:1200px){.connect .block-text p,.connect p.text{padding:0}}.connect .connect-box{text-align:center;background:#fff;border-radius:12px;padding:25px;height:100%}.connect .connect-box.step-box{border:1px solid rgb(255 255 255);box-shadow:0 0 15px 0 rgb(0 0 0 / .15);border-radius:30px}.connect .connect-box.step-box .text{color:#23386A}.connect .connect-box .image{width:80px;height:80px;display:inline-block;transition:0.5s all ease-in-out}.connect.step-card{background-color:#FFF}.connect .connect-box .image img{width:100%;height:auto}.connect .connect-box .title{margin-top:15px;margin-bottom:6px;display:block;font-size:24px;font-weight:400;font-family:"Russo One",sans-serif;text-transform:uppercase;letter-spacing:1.8px;color:#121212}.connect .step-title{width:fit-content;font-family:'Zen Dots',sans-serif;font-size:50px;font-weight:400;line-height:60px;align-self:center;text-transform:none;margin:0 auto 98px auto;color:#23386A}.connect .connect-box .title.step{margin-top:15px;margin-bottom:6px;display:block;font-size:38px;font-weight:400;font-family:"Zen Dots",sans-serif;line-height:45.6px;text-transform:none;color:#23386A}.connect .connect-box .text{font-size:17px;color:rgb(19 15 64 / .75);margin-bottom:0;padding:0}.connect .connect-box:hover .image{transform:rotateY(-360deg)}.preloader{position:fixed;left:0;top:0;width:100%;height:100%;z-index:999999;background-color:#f6f6f6}.text-load{position:absolute;top:72%;left:-80px;right:0;margin:0 auto;color:#000!important;font-weight:700;font-size:16px;background:linear-gradient(294.72deg,#ff4581 9.05%,#4388dd 79.28%);-webkit-background-clip:text;-webkit-text-fill-color:#fff0}.loader{width:80px;height:67px;margin:auto;position:absolute;top:50%;left:0;right:0;margin:0 auto}.loader .square{background:var(--primary-color);width:50px;height:50px;margin:0 auto;border-radius:4px;animation-fill-mode:both;animation:motion 2.5s infinite cubic-bezier(.89,.03,.06,1.5)}.loader .path{height:10px;width:110px;overflow:hidden;position:absolute;bottom:0;left:0}.loader .path>div{background:var(--primary-color);width:10px;height:10px;border-radius:2px;margin:0 15px;position:absolute;top:0;left:0;animation-fill-mode:both;animation:dynamic 5s infinite cubic-bezier(.89,.03,.06,1.5)}.loader .path>div:nth-child(1){left:40px}.loader .path>div:nth-child(2){left:80px}.loader .path>div:nth-child(3){left:120px}.loader .path>div:nth-child(4){left:160px}.loader .path>div:nth-child(5){left:200px}.loader .path>div:nth-child(6){left:240px}.loader .path>div:nth-child(7){left:280px}@keyframes motion{50%{transform:rotate(90deg)}100%{transform:rotate(180deg)}}@keyframes dynamic{0%{transform:translateX(-40px)}25%{transform:translateX(-80px)}50%{transform:translateX(-120px)}75%{transform:translateX(-160px)}100%{transform:translateX(-200px)}}.page-title{padding:120px 0;background:url(./../../assets/images/background/bg-pagetitle.jpg) no-repeat;background-position:center center;background-size:cover;position:relative;text-align:center}.page-title::before{content:"";position:absolute;top:0;left:0;z-index:0;width:100%;height:100%;background:linear-gradient(0deg,rgb(0 0 0 / .1),rgb(0 0 0 / .1)),rgb(35 63 120 / .7);transform:matrix(1,0,0,-1,0,0)}.page-title .content{position:relative;z-index:1;padding:0 270px}.page-title .content .title{font-family:"Zen Dots";text-transform:uppercase;letter-spacing:3.3px}.non-uppercase{text-transform:none!important}.page-title .content .desc{color:#fff;font-size:20px;margin-top:20px}.page-title .content .desc:last-child{margin-bottom:0}@media only screen and (max-width:1024px){.page-title .content{padding:0 70px}}@media only screen and (max-width:767px){.page-title .content{padding:0}}.block-text p{font-size:18px}.connect.connect-light{background-color:#fff}.connect .heading{margin-bottom:24px}.connect .text{margin-bottom:16px}.connect.connect-light .heading,.connect.connect-light .text{color:#121212}.connect.connect-light .center .text:last-child{margin-bottom:0}.connect.banner-top .banner-top__image img{box-shadow:0 0 20px 2px #fff}.connect-light.banner-top .banner-top__image img{box-shadow:0 0 20px 2px #233f78}.home-main .topics img{border-radius:10px;box-shadow:0 0 20px 2px #fff;width:80%;height:80%;max-width:400px;max-height:400px}.feature-image{width:80%!important;max-width:400px!important}.cursor-default{cursor:default!important}.contact_info{color:#121212}.contact_info .icon-Calling::before,.contact_info .icon-message::before{color:#121212}.home-main .topics.topics-custom .topic{padding:50px 0}.home-main .topics.topics-custom .topic:nth-child(even){background-color:#fff}.home-main .topics.topics-custom .topic:nth-child(even) .topic-img img{box-shadow:0 0 20px 2px #233f78}.home-main .topics.topics-custom .topic:nth-child(even) .title,.home-main .topics.topics-custom .topic:nth-child(even) .text{color:#121212}.home-main .topics.topics-custom .topic:nth-child(even) .readmore svg path{stroke:#121212}.home-main .topics.topics-custom .topic:nth-child(odd) .title,.home-main .topics.topics-custom .topic:nth-child(odd) .text{color:#fff}.home-main .topics.topics-custom .topic:nth-child(odd) .readmore svg path{stroke:#fff}.bank-img{max-width:100%}.bank-logo-container{border-bottom:1px dashed #fff;padding-bottom:50px}.bank-logo-container:last-child{border-bottom:none;padding-bottom:0}.bank-logo-container a{width:100%;padding:5px;border:1px solid #fff;border-radius:5px;background:#fff}.bank-logo-container a:hover{transform:scale(1.075);border:none}.bank-logo-container .region-name{font-size:24px;color:#fff;text-align:center;font-weight:700;margin:40px 0}.swiper.swiper-roadmap-custom .swiper-wrapper .swiper-slide .image img{display:block;width:100%;height:auto}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}.auto-fx-card{background-color:#fff;border:2px solid #fff;border-radius:30px!important;color:#fff}.b-list li{list-style-type:disc;margin-left:30px;color:#fff}.h6.title.subtitle{color:#23386A}.cc-nb-main-container{padding:1rem!important}.freeprivacypolicy-com---nb-simple{left:0!important;max-width:300px!important;border-radius:8px;margin:20px!important}.freeprivacypolicy-com---nb .cc-nb-title-container .cc-nb-title{margin-bottom:.5rem}.freeprivacypolicy-com---nb .cc-nb-text{font-size:14px!important}.freeprivacypolicy-com---nb .cc-nb-title{font-size:20px!important}.freeprivacypolicy-com---nb .cc-nb-buttons-container{display:flex;width:100%;flex-wrap:wrap;justify-content:stretch;gap:10px}.freeprivacypolicy-com---nb .cc-nb-buttons-container button{margin:0px!important;transition:background-color 0.3s ease-in-out;flex-grow:1;border-radius:6px}.freeprivacypolicy-com---nb .cc-nb-buttons-container .cc-nb-reject{color:red;background-color:#eaeaea}.freeprivacypolicy-com---nb .cc-nb-buttons-container .cc-nb-reject:hover,.freeprivacypolicy-com---nb .cc-nb-buttons-container .cc-nb-changep:hover{background-color:#dedede}.freeprivacypolicy-com---nb .cc-nb-buttons-container .cc-nb-okagree:hover{background-color:darkgreen}.freeprivacypolicy-com---nb .cc-nb-buttons-container .cc-nb-changep{width:100%}@media (max-width:547px){.freeprivacypolicy-com---nb-simple{max-width:100%!important}.freeprivacypolicy-com---nb .cc-nb-buttons-container button{width:auto!important}}.swim_preference_change{position:fixed;bottom:30px;left:30px;border-radius:50%;box-shadow:0 4px 8px rgb(0 0 0 / .2);cursor:pointer;z-index:1000;text-decoration:none;height:50px;width:50px;align-items:center;display:flex;justify-content:center;background:#ebebeb}.swim_preference_change:hover{background:#ccc}.swim_preference_change img{height:36px;width:36px}.industry-insights img{height:300px;object-fit:cover}.industry-insights-details a{color:#1d70c9;text-decoration:underline;transition:none}.industry-insights-details a:hover{transition:none;font-weight:400}.industry-insights-details ul{list-style-type:disc;margin-block-start:1em;margin-block-end:1em;margin-inline-start:0;margin-inline-end:0;padding-inline-start:40px}.industry-insights-details ul li{list-style-type:disc}