section.hero-image{display:flex;align-items:auto;justify-content:auto;flex-direction:column;flex-wrap:auto;gap:73px;padding:5vh 0 10px}section.hero-image .orbs{position:fixed;left:auto;right:0;z-index:-1}section.hero-image .orbs .inner-orbs{width:261px;height:261px;min-width:261px;min-height:261px;position:relative}section.hero-image .orbs .inner-orbs .orb{position:absolute;top:0;left:0;border-radius:900px;filter:blur(20px);animation:spin 4s linear infinite forwards}section.hero-image .orbs .inner-orbs .orb.orange{width:158px;height:158px;min-width:158px;min-height:158px;left:78px;background:radial-gradient(closest-side,#E86825,rgba(232,104,37,0));animation-duration:6s}section.hero-image .orbs .inner-orbs .orb.pink{width:104px;height:104px;min-width:104px;min-height:104px;top:103px;left:161px;background:radial-gradient(closest-side,#FF34BA,rgba(255,52,186,0));animation-duration:8s}section.hero-image .orbs .inner-orbs .orb.red{width:216px;height:216px;min-width:216px;min-height:216px;top:78px;background:radial-gradient(closest-side,#FF0517,rgba(255,5,23,0));animation-duration:10s}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}section.hero-image .breadcrumbs{width:100%;list-style-type:none;display:flex;margin-left:20px}section.hero-image .breadcrumbs li{margin-right:30px;position:relative}section.hero-image .breadcrumbs li:not(:first-child):before{content:"";width:5px;height:5px;border-radius:100%;background:#FFF;position:absolute;left:-17px;top:10px}section.hero-image .breadcrumbs li a{font-family:Montserrat,sans-serif!important;font-weight:400;font-size:.875rem;color:#fff;line-height:1.3}section.hero-image .breadcrumbs li a:hover{text-decoration:underline}section.hero-image.image-right .wrapper .info{flex-direction:column-reverse}section.hero-image .wrapper .progress{position:absolute;bottom:0;left:0}section.hero-image .wrapper .progress .dot{bottom:100px;position:absolute}section.hero-image .wrapper .progress .line{height:100px!important;position:absolute;bottom:0}section.hero-image .wrapper .info{padding:0 0 6vh;display:flex;align-items:center;justify-content:auto;flex-direction:column;flex-wrap:auto;gap:20px}section.hero-image .wrapper .info .image{position:relative;width:90%;margin:30px auto 0;aspect-ratio:1/1;max-width:480px}section.hero-image .wrapper .info .image.inner-fade{border-radius:100%;box-shadow:0 0 15px 10px #1b1029}section.hero-image .wrapper .info .image.inner-fade:after{content:"";width:100%;height:100%;border-radius:100%;position:absolute;top:0;left:0;box-shadow:0 0 15px 15px #1b1029 inset}section.hero-image .wrapper .info .image.animated-border{padding:6px}section.hero-image .wrapper .info .image.animated-border:after{content:"";position:absolute;background:linear-gradient(45deg,#FFA200,#E86825,#863472,#3C2853);box-shadow:0 0 20px #e86825;width:100%;height:100%;top:0;left:0;z-index:-1;border-radius:100%;animation:rotate 2s linear infinite}@keyframes rotate-border{0%{transform:rotate(0)}to{transform:rotate(360deg)}}section.hero-image .wrapper .info .image svg{width:100%}section.hero-image .wrapper .info .image .animate-me{width:20px;height:20px;background:red;border-radius:100px}section.hero-image .wrapper .info .image .blackhole{position:absolute;filter:blur(8px);width:350px;height:350px;box-shadow:1vmin 0 3vmin 2vmin #ffa200,inset -1vmin 0 3vmin 4vmin #e86825,-4vmin 0 35vmin #e86825;background:#1B1029;border-radius:100%;top:10%;left:0;right:0;margin:0 auto;z-index:-1;rotate:0;animation:rotate 10s linear infinite}section.hero-image .wrapper .info .image .blackhole:before{content:"";position:absolute;background:rgba(255,220,0,.8);top:40px;left:40px;width:50px;height:50px;border-radius:100%}section.hero-image .wrapper .info .image .blackhole:after{content:"";position:absolute;background:rgba(255,255,255,.05);bottom:-100px;right:0;width:150px;height:150px;border-radius:100%}@keyframes rotate{0%{border-radius:100%}50%{border-radius:90%}to{transform:rotate(360deg);border-radius:100%}}section.hero-image .wrapper .info .content{padding-left:10px}section.hero-image .wrapper .info .content.text-center .btns{justify-content:center}section.hero-image .wrapper .info .content h1{font-family:Montserrat,sans-serif!important;font-weight:600;font-size:1rem;color:#fff;line-height:1.3;margin-bottom:15px}section.hero-image .wrapper .info .content h2,section.hero-image .wrapper .info .content h3{font-family:Montserrat,sans-serif!important;font-weight:600;font-size:1rem;color:#fff;line-height:1.3;margin-bottom:20px}section.hero-image .wrapper .info .content p{font-family:Inter,sans-serif;font-weight:400;font-size:.875rem;color:#fff;line-height:1.5;margin-bottom:15px}section.hero-image .wrapper .info .content .links{background:#2B2138;border:1px solid rgba(255,255,255,.17);border-radius:25px;padding:25px 20px;margin-top:30px}section.hero-image .wrapper .info .content .links h3{font-family:Montserrat,sans-serif!important;font-weight:400;font-size:1rem;color:#fff;line-height:1.3}section.hero-image .wrapper .info .content .links .links-wrapper{display:flex;align-items:center;justify-content:auto;flex-direction:row;flex-wrap:wrap;margin-top:20px}section.hero-image .wrapper .info .content .links .links-wrapper a{font-family:Montserrat,sans-serif!important;font-weight:400;font-size:1rem;color:#ffa200;line-height:1.3;text-decoration:none}section.hero-image .wrapper .info .content .links .links-wrapper span{background:#FFA200;width:5px;height:5px;border-radius:10px;margin:0 15px}section.hero-image .wrapper .info .content .links .links-wrapper span:last-child{display:none}@media only screen and (min-width: 992px){section.hero-image{padding:56px 20px 0}section.hero-image .orbs{position:absolute;top:100px;left:auto;right:10vw}section.hero-image.image-right .wrapper .info{flex-direction:row-reverse}section.hero-image .wrapper .info{margin-bottom:10vw;flex-direction:row;justify-content:space-between}section.hero-image .wrapper .info .image{flex-basis:40%;margin:0;width:100%}section.hero-image .wrapper .info .image svg,section.hero-image .wrapper .info .image img{width:100%}section.hero-image .wrapper .info .content{flex-basis:50%;padding-left:40px}section.hero-image .wrapper .info .content h1,section.hero-image .wrapper .info .content h2,section.hero-image .wrapper .info .content h3{font-size:2rem!important}section.hero-image .wrapper .info .content p{font-size:1.125rem}}@media only screen and (min-width: 1200px){section.hero-image{gap:50px;padding:80px 20px 0}section.hero-image .orbs{position:absolute;top:51px;left:auto;width:-moz-fit-content;width:fit-content;height:-moz-fit-content;height:fit-content}section.hero-image .orbs .inner-orbs{width:619px;height:619px;min-width:619px;min-height:619px}section.hero-image .orbs .inner-orbs .orb.orange{width:374px;height:374px;min-width:374px;min-height:374px;left:194px;transform-origin:187px 257px}section.hero-image .orbs .inner-orbs .orb.pink{width:245px;height:245px;min-width:245px;min-height:245px;top:239px;left:381px;transform-origin:10px 122.5px}section.hero-image .orbs .inner-orbs .orb.red{width:515px;height:515px;min-width:515px;min-height:515px;top:184px;transform-origin:307.5px 187.5px}}
