@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);*{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;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}.fs-14{font-size:14px}.fs-18{font-size:18px;line-height:1.7}.mt-12{margin-top:12px}.mt-30{margin-top:30px}.mt-50{margin-top:50px}.mb-0{margin-bottom:0}.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;background:#050231;box-shadow:0 0 15px 0 rgb(245 202 53)}.header.is-fixed{opacity:0;visibility:hidden;top:-170px;transition:all ease 0.4s;box-shadow:none}.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:#f5ca35;-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;border-bottom:2px solid #fff0}.header .header__right .main-nav .menu li:hover a,.header .header__right .main-nav .menu li.active a,.header .header__right .main-nav .menu li.active a::after{color:#f5ca35;width:100%;transition:border 0.5s ease-in}.header .header__right .main-nav .menu li a::after{position:absolute;bottom:0;content:"";display:block;width:0;height:2px;background:#f5ca35;transition:width 0.3s;right:0;left:initial}.header .header__right .main-nav .menu li a:hover::after{width:100%;right:initial;left:0}@media only screen and (max-width:1200px){.header .header__right .main-nav .menu li{padding-right:30px}.header .header__right .main-nav .menu li a{font-size:14px}}.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;margin-left:8px;padding:10px 20px}.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}.header.style-3{height:88px}.header.style-3 .group-button a{font-size:16px;font-weight:700;margin-left:18px;padding:8px 32px}.header.style-3 .group-button .btn-action-outline.style-1{border-color:#2e72d2;padding:10px 32px}.header.style-3 .group-button .btn-action-outline.style-1::before{background:#2e72d2}.header.style-3 .header__right .main-nav{margin-right:0%}.header.style-4{height:88px;border:none}.header.style-4 .group-button{margin-right:-40px}.header.style-4 .group-button a{padding:10px 40px}.header.style-4 .header__right .main-nav .menu li a{font-size:17px;font-weight:400}.header.style-5{height:84px;border:none}.header.style-5 .group-button a{font-family:"Russo One";font-weight:400;font-size:14px;padding:8px 38px}.header.style-5 .header__right .main-nav .menu li a{text-transform:uppercase;letter-spacing:1px}.header.style-7{border-bottom:1px solid rgb(255 255 255 / .1);height:80px}.header.style-7 .group-button a{font-size:14px;padding:10px 40px}.header.style-7 .header__right .main-nav .menu li a{font-size:14px;font-weight:400}.header.style-8{border-bottom:1px solid rgb(255 255 255 / .1);height:80px;border:none}.header.style-8 .group-button a{font-size:14px;font-weight:700;padding:10px 40px;border:2px solid #48d6d2;border-radius:12px}.header.style-8 .group-button a::before{background:#48d6d2}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:#f5ca35;color:#050231;border-radius:100px;display:flex;align-items:center;justify-content:center;max-width:350px;min-width:160px;font-size:16px}.btn-light{background:#fff;color:#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{background-color:#f5ca35;color:#050231}.btn-light:hover{color:#233f78;background-color:#fff}.btn-action:hover span.icon-arrow::before{background-color:#233f78}@media only screen and (max-width:1200px){.group-button .btn-action{padding:10px 15px}}#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)}}@keyframes pulse-grow-on-hover{to{-webkit-transform:scale(1.1);transform:scale(1.1)}}.banner-top.style-2{padding:150px 0 140px;background:url(./../../assets/images/background/bg-404.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:72px;line-height:1.1;font-family:"Zen Dots",cursive;font-weight:400;text-transform:none}@media only screen and (max-width:1024px){.banner-top.style-2 .banner-top__content .title,.banner-top.style-2 .banner-top__content .title *{font-size:64px}}@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:30px}.banner-top.style-2{padding:60px 0}}.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,.banner-top.style-2 .banner-top__content .feature{font-size:20px;margin-top:14px;padding-right:90px;color:rgb(255 255 255 / .8)}.banner-top.style-2 .banner-top__content .feature li{list-style-type:circle;margin-left:20px;font-weight:700}.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:50px;margin-top:-20px}.banner-top.style-2 .banner-top__sale img{animation:move5 3s infinite linear}.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%!important;height:auto!important}.banner-top.style-2 .banner-top__sale .sale-content .countdown__timer .countdown__item{margin:0 5px}}.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%;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)}}@keyframes pulse-anim1{0%{box-shadow:#c004de 0 0 0 0}100%{box-shadow:rgb(192 4 222 / .2) 0 0 0 10px}}@keyframes pulse-anim{0%{box-shadow:#fff 0 0 0 0}100%{box-shadow:rgb(255 255 255 / .2) 0 0 0 10px}}@keyframes pulse-anim3{0%{box-shadow:#48d6d2 0 0 0 0}100%{box-shadow:rgb(46 114 210 / .2) 0 0 0 10px}}@keyframes pulse-anim4{0%{box-shadow:#c004de 0 0 0 0}100%{box-shadow:rgb(46 114 210 / .2) 0 0 0 10px}}.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}@-webkit-keyframes pulse-grow-on-hover{to{-webkit-transform:scale(1.1);transform:scale(1.1)}}@keyframes pulse-grow-on-hover{to{-webkit-transform:scale(1.1);transform:scale(1.1)}}.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}@-webkit-keyframes pulse-grow-on-hover{to{-webkit-transform:scale(1.1);transform:scale(1.1)}}@keyframes pulse-grow-on-hover{to{-webkit-transform:scale(1.1);transform:scale(1.1)}}@-webkit-keyframes pulse-grow-on-hover{to{-webkit-transform:scale(1.1);transform:scale(1.1)}}@keyframes pulse-grow-on-hover{to{-webkit-transform:scale(1.1);transform:scale(1.1)}}.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 .content-tab a{text-decoration:underline;font-weight:700}.section-faq.style-1 .section-faq__main .content-tab a:hover{color:#f5ca35}.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.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:#130f40;margin-bottom:24px}form input:focus-visible,form textarea:focus-visible{border:1px solid #fff!important;box-shadow:none;outline:none}form ::placeholder{color:#130f40;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%;transform:translate(-50%,-50%);background:rgb(255 255 255 / .4);animation:2s pulse-anim2 infinite;transition:0.3s all ease-in-out}@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}}@keyframes pulse-anim2-dark{0%{box-shadow:rgb(150 150 150 / .1) 0 0 0 0}100%{box-shadow:#fff0 0 0 0 10px}}.about__video .wrap-video a span{font-size:45px}.about__video .wrap-video a:hover{background:#f4b932}.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}.features.style-6{padding:80px 0 61px}.features.style-6 .block-text .heading{font-weight:700}.features.style-6 .features__content{display:flex;flex-wrap:wrap;margin:0 -10px;padding-top:53px}.features.style-6 .features__image{width:570px;height:716px;border-radius:24px;position:relative;margin-top:50px;margin-left:87px}.features.style-6 .features__image img{position:absolute;bottom:0;left:-37px}@media only screen and (max-width:1024px){.features.style-6 .features__image{width:100%;margin-left:0}.features.style-6 .features__image img{left:0}}.features-box-6{width:calc(50% - 20px);margin:0 10px;background:#fff;box-shadow:0 4px 40px rgb(0 0 0 / .05);border-radius:16px;padding:20px 20px 17px;display:flex;margin-bottom:20px}.features-box-6 .icon{min-width:86px;width:86px;height:86px;border-radius:10px;margin-right:20px;display:flex;align-items:center;justify-content:center}.features-box-6 .icon span{font-size:30px}.features-box-6 .icon span::before{color:#fff}.features-box-6 .content .title{color:#130f40;line-height:1.4}.features-box-6 .content p{color:rgb(19 15 64 / .75);margin-bottom:0}@media only screen and (max-width:767px){.features-box-6{width:100%}}.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}@-webkit-keyframes pulse-grow-on-hover{to{-webkit-transform:scale(1.1);transform:scale(1.1)}}@keyframes pulse-grow-on-hover{to{-webkit-transform:scale(1.1);transform:scale(1.1)}}.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}@-webkit-keyframes pulse-grow-on-hover{to{-webkit-transform:scale(1.1);transform:scale(1.1)}}@keyframes pulse-grow-on-hover{to{-webkit-transform:scale(1.1);transform:scale(1.1)}}.footer.style-5{padding:42px 0 27px;background:#091d43;background-image:url(../../assets/images/background/bg-4_h.jpg);background-size:cover}.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}@-webkit-keyframes pulse-grow-on-hover{to{-webkit-transform:scale(1.1);transform:scale(1.1)}}@keyframes pulse-grow-on-hover{to{-webkit-transform:scale(1.1);transform:scale(1.1)}}@keyframes pulse-me{0%{-webkit-transform:scale(.3);transform:scale(.3);opacity:0}50%{opacity:.1}70%{opacity:.09}100%{-webkit-transform:scale(2);transform:scale(2);opacity:0}}@media only screen and (max-width:767px){.dashboard .dashboard__content .dashboard__main .banner .group-button .btn-action.style-5{margin-bottom:10px}}@media only screen and (max-width:767px){.dashboard .dashboard__content .dashboard__main .banner .content-list{flex-wrap:wrap}.dashboard .dashboard__content .dashboard__main .banner .content-list li{padding-right:0;width:100%;margin-bottom:20px}.dashboard .dashboard__content .dashboard__main .banner .content-list li::after{display:none}}@keyframes pulse-anim4{0%{box-shadow:#c004de 0 0 0 0}100%{box-shadow:rgb(46 114 210 / .2) 0 0 0 10px}}.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%}}.section-faq{padding:80px 0}.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-container p:last-child{margin-bottom:0}.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 .image{width:80px;height:80px;display:inline-block;transition:0.5s all ease-in-out}.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:#130f40}.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)}.connect .connect-box:hover .image.video-icon{transform:scale(1.05)}.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/gold_bars.jpeg) 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:rgb(35 63 120 / .75);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}.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 rgb(255 255 255)}.connect-light.banner-top .banner-top__image img{box-shadow:0 0 20px 2px rgb(35 63 120)}.home-main .topics img{animation:move5 3s infinite linear;border-radius:10px;box-shadow:0 0 20px 2px rgb(255 255 255);width:80%;height:80%;max-width:400px;max-height:400px}.home-main .topics img.animate-none{animation:none}.home-main .topics img.shadow-none{box-shadow:none}.feature-image{width:80%!important;max-width:400px!important}.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 rgb(35 63 120)}.home-main .topics.topics-custom .topic:nth-child(even) .title,.home-main .topics.topics-custom .topic:nth-child(even) .text{color:#121212}.choose__box-icon .img{margin-bottom:20px}.choose__box-icon .img img{width:90%;border-radius:10px}.contact_info .icon-Calling::before,.contact_info .icon-message::before{color:#121212}.btn-action.btn-light{background:#fff;color:#2385ba}.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}.page-404 .btn-action{font-size:18px}.page-404 .btn-action span.icon-arrow{margin-left:0;margin-right:10px;transform:rotate(180deg);width:28px;min-width:28px;height:28px}.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 .connect .container{max-width:1000px}.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}