.header{left:0;position:absolute;right:0;top:0;z-index:9999;-webkit-transition:all .4s ease-in;-moz-transition:all .4s ease-in;-o-transition:all .4s ease-in;transition:all .4s ease-in}.header .container{height:100%;margin:0 auto;align-items:center;display:flex;flex-direction:row;flex-wrap:nowrap;gap:0;justify-content:center;overflow:visible;position:relative;-webkit-transition:all .4s ease-in;-moz-transition:all .4s ease-in;-o-transition:all .4s ease-in;transition:all .4s ease-in}.header .wrapper{align-items:center;display:flex;flex:1 0 0;flex-direction:row;flex-wrap:nowrap;height:min-content;justify-content:space-between;overflow:visible;padding:0;position:relative}.header .logo-container img{position:relative}.header .hamburger-container:hover{background-image:linear-gradient(330deg,#010005b3 40%,#3e464db3)}.header .hamburger-container{background-image:linear-gradient(330deg,#010005 40%,#3e464d);border-radius:50%;align-items:center;cursor:pointer;display:flex;position:relative}.header .hamburger-container:after{content:"";border:1px solid rgba(255,255,255,.13);width:100%;height:100%;position:absolute;box-sizing:border-box;left:0;top:0;border-radius:inherit;pointer-events:none}.header .hamburger-container .hamburger-icon{position:relative;-webkit-transform:rotate(0deg);-moz-transform:rotate(0deg);-o-transform:rotate(0deg);transform:rotate(0);-webkit-transition:.5s ease-in-out;-moz-transition:.5s ease-in-out;-o-transition:.5s ease-in-out;transition:.5s ease-in-out;cursor:pointer}.header .hamburger-container .hamburger-icon span{display:block;position:absolute;background:#fff;opacity:1;-webkit-transform:rotate(0deg);-moz-transform:rotate(0deg);-o-transform:rotate(0deg);transform:rotate(0);-webkit-transition:.25s ease-in-out;-moz-transition:.25s ease-in-out;-o-transition:.25s ease-in-out;transition:.25s ease-in-out}.header .hamburger-container.open .hamburger-icon span:nth-child(1),.header .hamburger-container.open .hamburger-icon span:nth-child(6){-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-o-transform:rotate(45deg);transform:rotate(45deg)}.header .hamburger-container.open .hamburger-icon span:nth-child(2),.header .hamburger-container.open .hamburger-icon span:nth-child(5){-webkit-transform:rotate(-45deg);-moz-transform:rotate(-45deg);-o-transform:rotate(-45deg);transform:rotate(-45deg)}.header .menu-container{-webkit-backdrop-filter:blur(50px);backdrop-filter:blur(50px);align-items:center;display:flex;flex:none;flex-direction:row;flex-wrap:nowrap;height:min-content;justify-content:space-between;position:fixed;left:50%;border-radius:8px;transform:translate(-50%);width:max-content;transform-origin:50% 50% 0px;transition:width .45s cubic-bezier(.6,.6,0,1);width:100%;max-width:1400px}.header .menu-container .logo-container{margin-right:0;opacity:1;display:flex;align-items:flex-start;max-width:500px;overflow:hidden;transition:opacity .6s cubic-bezier(.4,0,.2,1),margin-right .6s cubic-bezier(.4,0,.2,1),max-width .6s cubic-bezier(.4,0,.2,1);position:relative;left:0}.header .menu-container .menu-btn-container{margin-left:0;opacity:1;display:flex;align-items:center;max-width:500px;height:fit-content;overflow:hidden;transition:opacity .6s cubic-bezier(.4,0,.2,1),margin-left .6s cubic-bezier(.4,0,.2,1),max-width .6s cubic-bezier(.4,0,.2,1);position:relative;right:0;margin-right:10px}.header .menu-container .menu-btn-container .grad-button{border-radius:8px;width:max-content;position:relative;display:inline-flex}.header .menu-container .menu-items{display:flex;gap:8px;position:relative}.header .menu-container .menu-item{border-radius:8px;align-items:center;cursor:pointer;display:flex;justify-content:center;overflow:visible;position:relative;text-decoration:none;width:max-content}.header .menu-container .menu-item .text{display:flex;font-weight:500;color:#fff9}.header .menu-container .menu-item .icon{overflow:hidden;position:relative;-webkit-transition:all .4s ease-in;-moz-transition:all .4s ease-in;-o-transition:all .4s ease-in;transition:all .4s ease-in}.header .menu-container .menu-item .icon .left-part{background-color:#fff9;transform:rotate(45deg);opacity:1;will-change:transform;overflow:hidden;position:absolute}.header .menu-container .menu-item .icon .right-part{background-color:#fff9;transform:rotate(135deg);opacity:1;will-change:transform;overflow:hidden;position:absolute}.header .menu-container .menu-badge{font-size:10px;margin-left:1em;position:relative;top:0;margin-bottom:0;color:#fff;display:flex;align-items:center;background-size:300% 300%;animation:animatedgradient 4s ease alternate infinite;background-image:linear-gradient(135deg,#00b7ff,#a629f2 35%,#ff4094 67%,#ff9c00);transition:transform .2s cubic-bezier(.6,.6,0,1),margin-top .2s cubic-bezier(.6,.6,0,1);padding:0 4px;border-radius:4px;line-height:1.2em}.header .menu-container .menu-item:before{content:"";position:absolute;will-change:transform;background-color:#fff0;-webkit-transition:all .4s ease-in-out;-moz-transition:all .4s ease-in-out;-o-transition:all .4s ease-in-out;transition:all .4s ease-in-out}.header .menu-container .menu-item:hover:before{background-color:#ffffff1a;-webkit-transition:all .4s ease-in-out;-moz-transition:all .4s ease-in-out;-o-transition:all .4s ease-in-out;transition:all .4s ease-in-out}.header .menu-container .router-link-active.menu-item:before{background-color:#ffffff1a;-webkit-transition:all .4s ease-in-out;-moz-transition:all .4s ease-in-out;-o-transition:all .4s ease-in-out;transition:all .4s ease-in-out}.header .menu-container .dual-buttons{gap:8px}.header .dropdown-main{display:flex;padding:8px 18px;border-width:0 0 1px 0;border-style:solid;border-color:#ffffff21}.header .dropdown-main .left{flex:1;padding:10px}.header .dropdown-main .right{flex:1;padding:10px;text-align:right;justify-content:flex-end;display:flex;align-self:flex-end}.header .dropdown-main .right a{display:flex;gap:8px;line-height:16px;font-weight:700}.header .dropdown li:hover .image{background-color:#000;filter:invert(1);opacity:1;will-change:transform;position:relative;transition:all .4s ease-out}.header .dropdown li:hover .bottom p{color:#fffc;transition:all .4s ease-out}.header .menu-item:hover .icon{transform:rotate(-180deg);-webkit-transition:all .4s ease-out;-moz-transition:all .4s ease-out;-o-transition:all .4s ease-out;transition:all .4s ease-out}.header .menu-item .dropdown{background-color:#111111f2;box-shadow:#00000040 0 25px 50px,#00000080 0 5px 25px;opacity:1;transform:scale(1.00059) translate(-50%);transform-origin:50% 0% 0;position:absolute;z-index:10;cursor:default;border:1px solid rgba(255,255,255,.1);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:16px;height:auto;top:56px;left:50%;width:640px}.header .menu-item .dropdown ul{width:100%;display:grid;gap:8px 0;grid-auto-rows:min-content;grid-template-columns:repeat(3,minmax(100px,1fr));grid-template-rows:repeat(2,min-content);height:min-content;justify-content:center;list-style:none;margin:0;overflow:hidden;padding:18px;position:relative}.header .menu-item .dropdown li{display:flex;gap:0;height:min-content;overflow:visible;padding:10px;position:relative;width:100%;align-items:center;place-self:start}.header .menu-item .dropdown .title{color:#fff;opacity:1;font-weight:700;line-height:24px;display:flex}.header .menu-item .dropdown-heading{color:#fff6;line-height:14px;text-align:left}.header .menu-item .dropdown-heading{color:#fff6}.header .menu-item .icon-box{align-items:center;cursor:pointer;display:flex;flex-direction:row;flex-wrap:nowrap;justify-content:flex-start;overflow:visible;position:relative;text-decoration:none}.header .menu-item .icon-box .image{background-color:#ffffff0d;filter:invert(0);opacity:1;will-change:transform;display:flex;justify-content:center;align-items:center;position:relative;-webkit-transition:all .4s ease-in;-moz-transition:all .4s ease-in;-o-transition:all .4s ease-in;transition:all .4s ease-in}.header .dropdown .icon-box .content{align-items:flex-start;align-self:stretch;display:flex;flex:none;flex-direction:column;flex-wrap:nowrap;justify-content:space-around;overflow:visible}.header .dropdown .icon-box .content .top{align-items:flex-start;align-self:stretch;display:flex;justify-content:flex-start;overflow:visible;position:relative}.header .dropdown .content .top p{font-weight:600;color:#fffc}.header .dropdown .content .bottom p{font-weight:400;color:#fff6;-webkit-transition:all .4s ease-in;-moz-transition:all .4s ease-in;-o-transition:all .4s ease-in;transition:all .4s ease-in}.header .dropdown .content .top .circle{background-size:300% 300%;animation:animatedgradient 4s ease alternate infinite;background-image:linear-gradient(135deg,#00b7ff,#a629f2 35%,#ff4094 67%,#ff9c00);transition:transform .2s cubic-bezier(.6,.6,0,1),margin-top .2s cubic-bezier(.6,.6,0,1);opacity:1;overflow:hidden;position:relative;will-change:transform}.header .dropdown.hide{transform:scale(1.00059) translate(-50%);opacity:0;visibility:hidden;pointer-events:none;-webkit-transition:all .4s ease-in;-moz-transition:all .4s ease-in;-o-transition:all .4s ease-in;transition:all .4s ease-in}.header .dropdown:not(.hide){opacity:1;visibility:visible;pointer-events:unset;-webkit-transition:all .4s ease-out;-moz-transition:all .4s ease-out;-o-transition:all .4s ease-out;transition:all .4s ease-out}.offcanvas-overlay-menu .menu-item-container{display:flex;flex-direction:column;width:100%}.offcanvas-overlay-menu .menu-item-container .menu-item-wrapper{display:flex;align-items:center;gap:12px;width:100%}.offcanvas-overlay-menu .sub-items{opacity:0;padding-top:20px;display:flex;flex-direction:column;max-height:0;overflow:hidden;transition:opacity .6s cubic-bezier(.4,0,.2,1),max-height .6s cubic-bezier(.4,0,.2,1)}.offcanvas-overlay-menu .menu-item.has-child.open .sub-items{opacity:1;max-height:1200px;transition:opacity .6s cubic-bezier(.4,0,.2,1),max-height .6s cubic-bezier(.4,0,.2,1)}.offcanvas-overlay-menu .menu-item.has-child.open .icon{transform:rotate(-180deg);-webkit-transition:all .4s ease-out;-moz-transition:all .4s ease-out;-o-transition:all .4s ease-out;transition:all .4s ease-out}.offcanvas-overlay-menu .sub-items .sub-menu-item:before{content:"";width:8px;height:2px;left:0;background-color:#fff}.offcanvas-overlay-menu .menu-badge{margin-left:1em;position:relative;top:0;margin-bottom:0;color:#fff;display:flex;align-items:center;background-size:300% 300%;animation:animatedgradient 4s ease alternate infinite;background-image:linear-gradient(135deg,#00b7ff,#a629f2 35%,#ff4094 67%,#ff9c00);transition:transform .2s cubic-bezier(.6,.6,0,1),margin-top .2s cubic-bezier(.6,.6,0,1);padding:0 4px;border-radius:4px;line-height:1.2em}.offcanvas-overlay-menu{height:100%;background-color:#000;position:fixed;top:0;left:100%;overflow-y:auto;-webkit-transition:all .4s ease-in;-moz-transition:all .4s ease-in;-o-transition:all .4s ease-in;transition:all .4s ease-in}.offcanvas-overlay-menu .menu-items{display:flex;flex-direction:column}.offcanvas-overlay-menu .menu-item span{display:flex}.offcanvas-overlay-menu .menu-item .icon{overflow:hidden;position:relative;-webkit-transition:all .4s ease-in;-moz-transition:all .4s ease-in;-o-transition:all .4s ease-in;transition:all .4s ease-in}.offcanvas-overlay-menu .menu-item .icon .left-part{background-color:#fff9;transform:rotate(45deg);opacity:1;will-change:transform;overflow:hidden;position:absolute}.offcanvas-overlay-menu .menu-item .icon .right-part{background-color:#fff9;transform:rotate(135deg);opacity:1;will-change:transform;overflow:hidden;position:absolute}.offcanvas-overlay-menu .menu-badge{position:relative;background-color:#000000b8;display:flex;font-weight:500;flex-direction:column}.offcanvas-overlay-menu .sub-menu-item span{display:flex}.offcanvas-overlay-menu .sub-menu-item .icon{overflow:hidden;position:relative;-webkit-transition:all .4s ease-in;-moz-transition:all .4s ease-in;-o-transition:all .4s ease-in;transition:all .4s ease-in}.offcanvas-overlay-menu .sub-menu-item .icon .left-part{background-color:#fff9;transform:rotate(45deg);opacity:1;will-change:transform;overflow:hidden;position:absolute}.offcanvas-overlay-menu .sub-menu-item .icon .right-part{background-color:#fff9;transform:rotate(135deg);opacity:1;will-change:transform;overflow:hidden;position:absolute}.offcanvas-overlay-menu .sub-menu-item{color:#fff;justify-content:flex-start;display:flex;align-items:center;opacity:0;font-weight:700;text-decoration:none;width:100%}.offcanvas-overlay-menu .grad-border:after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;border:3px solid transparent;background:linear-gradient(45deg,#ff9c00,#ff4094,#a629f2,#00b7ff) border-box;-webkit-mask:-webkit-gradient(linear,left top,left bottom,color-stop(0,#fff)) padding-box,-webkit-gradient(linear,left top,left bottom,color-stop(0,#fff));-webkit-mask:linear-gradient(#fff 0 0) padding-box,linear-gradient(#fff 0 0);mask:linear-gradient(#fff 0 0) padding-box,linear-gradient(#fff 0 0);-webkit-mask-composite:destination-out;-webkit-mask-composite:source-out;mask-composite:exclude;background-size:300% 300%;-webkit-animation:animatedgradient 4s ease alternate infinite;animation:animatedgradient 4s ease alternate infinite}.offcanvas-overlay-menu .dual-buttons .simple-button:hover{background-color:#fff3;-webkit-transition:all .4s ease-out;-moz-transition:all .4s ease-out;-o-transition:all .4s ease-out;transition:all .4s ease-out}.offcanvas-overlay-menu .dual-buttons{margin-top:12px;opacity:0}.offcanvas-overlay-menu .simple-button{font-size:18px;line-height:1em;padding:.625em;min-height:1.875em;border-radius:8px;color:#fff;background-color:#ffffff1a}.offcanvas-overlay-menu .grad-button{font-size:18px;line-height:1em;padding:.625em;min-height:1.875em;border-radius:8px;color:#fff}.offcanvas-overlay-menu .router-link-active{background-color:#ffffff21;-webkit-transition:all .4s ease-out;-moz-transition:all .4s ease-out;-o-transition:all .4s ease-out;transition:all .4s ease-out}.offcanvas-overlay-menu .menu-item{color:#fff;justify-content:flex-start;display:flex;align-items:center;font-weight:700;text-decoration:none;width:100%;-webkit-transition:all .4s ease-in;-moz-transition:all .4s ease-in;-o-transition:all .4s ease-in;transition:all .4s ease-in}@media screen and (min-width: 320px) and (max-width: 360px){.header{padding:12px 16px;font-size:16px;height:78px}.grad-button,.simple-button,.white-button{font-size:16px;line-height:16px;padding:10px;min-height:30px;border-radius:8px}}@media screen and (min-width: 361px) and (max-width: 480px){.header{padding:12px 16px}}@media screen and (min-width: 481px) and (max-width: 767px){.header{padding:12px 40px;font-size:16px;height:78px}.offcanvas-overlay-menu .menu-items{align-items:center}.offcanvas-overlay-menu .menu-item{padding:20px 40px!important;justify-content:center}.offcanvas-overlay-menu .menu-item.has-child{padding:20px 0 0!important}.offcanvas-overlay-menu .menu-item.has-child .menu-item-wrapper{padding:0 40px!important;justify-content:center}.offcanvas-overlay-menu .sub-menu-item{padding:20px 40px!important;justify-content:center}.offcanvas-overlay-menu .sub-items .sub-menu-item:before{width:8px}.offcanvas-overlay-menu .sub-items .sub-menu-item:after{content:"";width:8px;height:2px;right:0;background-color:#fff}.offcanvas-overlay-menu .dual-buttons{margin-top:20px}}@media screen and (min-width: 361px) and (max-width: 767px){.grad-button,.simple-button,.white-button{font-size:16px;line-height:16px;padding:10px;min-height:30px;border-radius:8px}}@media screen and (min-width: 320px) and (max-width: 767px){.header .hamburger-container{width:36px;height:36px;padding:8px}.header .hamburger-container .hamburger-icon{width:20px;height:13px}.header .hamburger-container .hamburger-icon span{height:2px;width:50%}.offcanvas-overlay-menu{z-index:8;padding:92px 0 40px;max-height:100%;width:100%}.offcanvas-overlay-menu .dual-buttons{padding:0 16px}.offcanvas-overlay-menu .menu-item{gap:12px;padding:20px 16px;font-size:20px;line-height:1}.offcanvas-overlay-menu .menu-item.has-child{padding:20px 0 0}.offcanvas-overlay-menu .menu-item.has-child .menu-item-wrapper{padding:0 16px}.offcanvas-overlay-menu .sub-menu-item{gap:12px;padding:20px 16px;font-size:20px;line-height:1;width:100%}.offcanvas-overlay-menu .menu-badge{height:100%;font-size:10px;border-radius:4px;padding:4px 8px}.header .hamburger-container .hamburger-icon span:nth-child(1),.header .hamburger-container .hamburger-icon span:nth-child(2){top:0}.header .hamburger-container .hamburger-icon span:nth-child(3),.header .hamburger-container .hamburger-icon span:nth-child(4){top:5px}.header .hamburger-container .hamburger-icon span:nth-child(5),.header .hamburger-container .hamburger-icon span:nth-child(6){top:11px}.header .hamburger-container .hamburger-icon span:nth-child(odd){left:0;border-radius:2px 0 0 2px}.header .hamburger-container .hamburger-icon span:nth-child(2n){left:50%;border-radius:0 2px 2px 0}.header .hamburger-container.open .hamburger-icon span:nth-child(1){left:2px;top:2px}.header .hamburger-container.open .hamburger-icon span:nth-child(2){left:8.5px;top:2px}.header .hamburger-container.open .hamburger-icon span:nth-child(3){left:-50%;opacity:0}.header .hamburger-container.open .hamburger-icon span:nth-child(4){left:100%;opacity:0}.header .hamburger-container.open .hamburger-icon span:nth-child(5){left:2px;top:9px}.header .hamburger-container.open .hamburger-icon span:nth-child(6){left:8.5px;top:9px}.menu-container .logo-container{height:fit-content;width:fit-content}.menu-container .menu-btn-container{max-width:unset!important;opacity:unset!important}.menu-container{padding:8px;gap:12px;position:relative!important}.header{font-size:16px;height:auto;left:50%;position:fixed;transform:translate(-50%);width:100%}.offcanvas-overlay-menu .icon{height:16px;width:15px}.offcanvas-overlay-menu .icon .left-part{border-radius:1px;height:9px;right:4px;top:calc(50% - 4.5px);width:2px}.offcanvas-overlay-menu .icon .right-part{border-radius:1px;height:9px;left:4px;top:calc(50% - 4.5px);width:2px}}@media screen and (min-width: 768px) and (max-width: 1024px){.header{padding:12px 40px;font-size:16px;height:78px}.header .container{max-width:1400px;width:100%;height:100%}.header .wrapper{gap:5px}.header .logo-container{width:240px;height:45px}.header .logo-container img{width:100%;height:100%}.menu-container{gap:12px!important;padding:8px!important;position:relative!important;width:100%!important;justify-content:space-between!important}.header .hamburger-container{width:36px;height:36px;padding:8px}.header .hamburger-container .hamburger-icon{width:20px;height:13px}.header .hamburger-container .hamburger-icon span{height:2px;width:50%}.offcanvas-overlay-menu{z-index:8;padding:92px 0 40px;max-height:100%;justify-content:flex-start!important;align-items:center;width:100%}.offcanvas-overlay-menu .menu-items{align-items:center;width:100%}.offcanvas-overlay-menu .menu-item span{align-items:center}.offcanvas-overlay-menu .menu-item{gap:12px;padding:20px 40px;font-size:28px!important;line-height:1;justify-content:center;width:100%}.offcanvas-overlay-menu .menu-item.has-child{padding:20px 0 0}.offcanvas-overlay-menu .sub-menu-item{gap:12px;padding:20px 40px;font-size:28px!important;line-height:1;justify-content:center;width:100%}.offcanvas-overlay-menu .menu-badge{height:100%;font-size:14px;border-radius:4px;padding:6px 8px}.offcanvas-overlay-menu .sub-items{padding-top:20px;width:100%}.offcanvas-overlay-menu .dual-buttons{margin-top:20px}.offcanvas-overlay-menu .menu-item-container .menu-item-wrapper{justify-content:center}.offcanvas-overlay-menu .sub-items .sub-menu-item:before{width:16px}.offcanvas-overlay-menu .sub-items .sub-menu-item:after{content:"";width:16px;height:2px;right:0;background-color:#fff}.offcanvas-overlay-menu .dual-buttons .simple-button,.offcanvas-overlay-menu .dual-buttons .grad-button{font-size:24px!important}.header .hamburger-container .hamburger-icon span:nth-child(1),.header .hamburger-container .hamburger-icon span:nth-child(2){top:0}.header .hamburger-container .hamburger-icon span:nth-child(3),.header .hamburger-container .hamburger-icon span:nth-child(4){top:5px}.header .hamburger-container .hamburger-icon span:nth-child(5),.header .hamburger-container .hamburger-icon span:nth-child(6){top:11px}.header .hamburger-container .hamburger-icon span:nth-child(odd){left:0;border-radius:2px 0 0 2px}.header .hamburger-container .hamburger-icon span:nth-child(2n){left:50%;border-radius:0 2px 2px 0}.header .hamburger-container.open .hamburger-icon span:nth-child(1){left:2px;top:2px}.header .hamburger-container.open .hamburger-icon span:nth-child(2){left:8.5px;top:2px}.header .hamburger-container.open .hamburger-icon span:nth-child(3){left:-50%;opacity:0}.header .hamburger-container.open .hamburger-icon span:nth-child(4){left:100%;opacity:0}.header .hamburger-container.open .hamburger-icon span:nth-child(5){left:2px;top:9px}.header .hamburger-container.open .hamburger-icon span:nth-child(6){left:8.5px;top:9px}.menu-container .menu-btn-container{max-width:unset!important;opacity:unset!important}.menu-container .logo-coin{width:192.14px!important;height:36px!important}.menu-container{padding:8px;width:100%!important;justify-content:space-between!important}.header{height:auto;left:50%;position:fixed;transform:translate(-50%);width:100%}.offcanvas-overlay-menu .icon{height:18px;width:17px}.offcanvas-overlay-menu .icon .left-part{border-radius:1px;transform:rotate(45deg);height:11px;right:4px;top:calc(50% - 4.5px);width:2px}.offcanvas-overlay-menu .icon .right-part{border-radius:1px;transform:rotate(135deg);height:11px;left:4px;top:calc(50% - 4.5px);width:2px}}@media screen and (min-width: 1025px) and (max-width: 1200px){.header{padding:12px 40px;font-size:16px;height:72px}.header .container{max-width:1400px;width:100%;height:100%}.header .wrapper{gap:5px}.header .logo-container{width:224px;height:45px}.header .logo-container img{width:100%;height:100%}.menu-container{gap:12px!important;padding:8px!important;position:relative!important;width:100%!important;justify-content:space-between!important}.header .hamburger-container{width:36px;height:36px;padding:8px}.header .hamburger-container .hamburger-icon{width:20px;height:13px}.header .hamburger-container .hamburger-icon span{height:2px;width:50%}.offcanvas-overlay-menu{z-index:8;padding:92px 40px 40px;max-height:100%;align-items:center;width:100%}.offcanvas-overlay-menu .menu-items{align-items:center;gap:28px}.offcanvas-overlay-menu .menu-item{gap:12px;padding:12px 0;font-size:28px;line-height:1;justify-content:center;width:100%}.offcanvas-overlay-menu .sub-menu-item{gap:12px;padding:12px 0;font-size:28px!important;line-height:1;justify-content:center;width:100%}.offcanvas-overlay-menu .menu-badge{height:100%;font-size:20px;border-radius:4px;padding:8px}.offcanvas-overlay-menu .dual-buttons .simple-button,.offcanvas-overlay-menu .dual-buttons .grad-button{font-size:24px!important}.offcanvas-overlay-menu .menu-item.has-child{padding:20px 0 0}.offcanvas-overlay-menu .menu-item span{align-items:center}.offcanvas-overlay-menu .menu-item-container .menu-item-wrapper{justify-content:center}.offcanvas-overlay-menu .menu-badge{height:100%;font-size:14px;border-radius:4px;padding:6px 8px}.offcanvas-overlay-menu .icon{height:18px;width:17px}.offcanvas-overlay-menu .icon .left-part{border-radius:1px;transform:rotate(45deg);height:11px;right:4px;top:calc(50% - 4.5px);width:2px}.offcanvas-overlay-menu .icon .right-part{border-radius:1px;transform:rotate(135deg);height:11px;left:4px;top:calc(50% - 4.5px);width:2px}.offcanvas-overlay-menu .sub-items{padding-top:20px;width:100%}.offcanvas-overlay-menu .sub-menu-item{gap:12px;padding:20px 40px;font-size:28px!important;line-height:1;justify-content:center;width:100%}.offcanvas-overlay-menu .sub-items .sub-menu-item:before{width:16px}.offcanvas-overlay-menu .sub-items .sub-menu-item:after{content:"";width:16px;height:2px;right:0;background-color:#fff}.header .hamburger-container .hamburger-icon span:nth-child(1),.header .hamburger-container .hamburger-icon span:nth-child(2){top:0}.header .hamburger-container .hamburger-icon span:nth-child(3),.header .hamburger-container .hamburger-icon span:nth-child(4){top:5px}.header .hamburger-container .hamburger-icon span:nth-child(5),.header .hamburger-container .hamburger-icon span:nth-child(6){top:11px}.header .hamburger-container .hamburger-icon span:nth-child(odd){left:0;border-radius:2px 0 0 2px}.header .hamburger-container .hamburger-icon span:nth-child(2n){left:50%;border-radius:0 2px 2px 0}.header .hamburger-container.open .hamburger-icon span:nth-child(1){left:2px;top:2px}.header .hamburger-container.open .hamburger-icon span:nth-child(2){left:8.5px;top:2px}.header .hamburger-container.open .hamburger-icon span:nth-child(3){left:-50%;opacity:0}.header .hamburger-container.open .hamburger-icon span:nth-child(4){left:100%;opacity:0}.header .hamburger-container.open .hamburger-icon span:nth-child(5){left:2px;top:9px}.header .hamburger-container.open .hamburger-icon span:nth-child(6){left:8.5px;top:9px}.offcanvas-overlay-menu .sub-menu-item{gap:12px;padding:12px 0;font-size:20px;line-height:1}.menu-container .menu-btn-container{max-width:unset!important;opacity:unset!important}.menu-container .logo-coin{width:192.14px!important;height:36px!important}.menu-container{padding:8px;width:100%!important;justify-content:space-between!important}.header{height:auto;left:50%;position:fixed;transform:translate(-50%);width:100%}}@media screen and (min-width: 1201px) and (max-width: 1600px){.header{padding:0 40px;font-size:16px;height:72px}.header .container{max-width:1400px;width:100%;height:100%}.header .wrapper{gap:5px}.header .logo-container{width:240px;height:45px}.header .logo-container img{width:100%;height:100%}.menu-container{padding:15px}.header .menu-container{width:93%}.menu-container .logo-coin{width:28px;height:auto}.menu-container .menu-item .text{font-size:14px;line-height:1.2}.menu-container .menu-item:before{top:50%;left:50%;transform:translate(-50%,-50%);height:100%;width:100%;border-radius:8px}.menu-container .menu-item{gap:8px;height:100%;padding:10px}.header .menu-item .icon{height:14px;width:13px}.header .menu-item .icon .left-part{border-radius:1px;transform:rotate(45deg);height:7px;right:4px;top:calc(50% - 4.5px);width:2px}.header .menu-item .icon .right-part{border-radius:1px;transform:rotate(135deg);height:7px;left:4px;top:calc(50% - 4.5px);width:2px}.header .dropdown-main .right a{font-size:14px}.header .menu-item .dropdown .title{font-size:18px}.header .menu-item .dropdown-heading{font-size:12px}.header .menu-item .dropdown ul{width:100%;gap:8px 0;grid-auto-rows:min-content;grid-template-columns:repeat(3,minmax(100px,1fr));grid-template-rows:repeat(2,min-content);height:min-content;margin:0;padding:18px}.header .menu-item .dropdown li{gap:0;height:min-content;padding:10px;width:100%}.header .menu-item .dropdown-heading{font-size:12px;line-height:12px;text-align:left}.header .menu-item .icon-box{gap:10px;height:min-content;width:100%;border-radius:10px}.header .menu-item .icon-box .image,.header .dropdown li:hover .image{border:1px solid rgba(255,255,255,.06);border-radius:8px;height:36px;width:36px}.header .dropdown .image img{aspect-ratio:1/1;height:16px;position:relative;width:16px}.header .dropdown .icon-box .content{height:auto;padding:0;width:fit-content}.header .dropdown .icon-box .content .top{gap:4px;height:min-content;padding:0;width:auto}.header .dropdown .content .top p,.header .dropdown .content .bottom p{font-size:12px;line-height:12px;text-align:left}.header .dropdown .content .top .circle{border-radius:100px;opacity:1;aspect-ratio:1 / 1;flex:none;height:5px;overflow:hidden;position:relative;width:5px;will-change:transform}}@media screen and (min-width: 1601px){.header{padding:0 20px;font-size:16px;height:72px}.header .container{max-width:1400px;width:100%;height:100%}.header .wrapper{gap:5px}.header .logo-container{width:288px;height:68px}.header .logo-container img{width:100%;height:100%}.menu-container{padding:15px}.menu-container .logo-container{height:45px;width:260px}.menu-container .menu-item .text{font-size:16px;line-height:1.2}.menu-container .menu-item:before{top:50%;left:50%;transform:translate(-50%,-50%);height:100%;width:100%;border-radius:8px}.menu-container .menu-item{gap:8px;height:100%;padding:10px}.header .menu-item .icon{height:16px;width:15px}.header .menu-item .icon .left-part{border-radius:1px;transform:rotate(45deg);height:9px;right:4px;top:calc(50% - 4.5px);width:2px}.header .menu-item .icon .right-part{border-radius:1px;transform:rotate(135deg);height:9px;left:4px;top:calc(50% - 4.5px);width:2px}.header .dropdown-main .right a{font-size:16px}.header .menu-item .dropdown .title{font-size:24px}.header .menu-item .dropdown-heading{font-size:14px}.header .menu-item .dropdown-heading{font-size:14px;line-height:14px;text-align:left}.header .menu-item .icon-box{gap:10px;height:min-content;width:100%;border-radius:10px}.header .menu-item .icon-box .image,.header .dropdown li:hover .image{border:1px solid rgba(255,255,255,.06);border-radius:8px;height:40px;width:40px}.header .dropdown .image img{aspect-ratio:1/1;height:20px;position:relative;width:20px}.header .dropdown .icon-box .content{height:auto;padding:0;width:fit-content}.header .dropdown .icon-box .content .top{gap:4px;height:min-content;padding:0;width:auto}.header .dropdown .content .top p,.header .dropdown .content .bottom p{font-size:14px;line-height:14px;text-align:left}.header .dropdown .content .top .circle{border-radius:100px;opacity:1;aspect-ratio:1 / 1;flex:none;height:7px;overflow:hidden;position:relative;width:7px;will-change:transform}}.footer[data-v-8612b0c2]{align-content:center;align-items:center;display:flex;flex-direction:column;flex-wrap:wrap;gap:0px;height:min-content;justify-content:flex-start;overflow:hidden;position:relative}.footer .container[data-v-8612b0c2]{align-content:center;align-items:center;display:flex;flex:none;flex-direction:column;flex-wrap:nowrap;gap:0px;height:min-content;justify-content:center;overflow:visible;position:relative;width:100%;z-index:2;-webkit-backdrop-filter:blur(0px);backdrop-filter:blur(0px);background-color:#0003}.footer .row[data-v-8612b0c2]{align-content:flex-start;align-items:flex-start;display:flex;flex:none;flex-direction:row;flex-wrap:nowrap;gap:60px;height:min-content;justify-content:space-between;max-width:1400px;overflow:visible;position:relative;width:100%;z-index:2}.footer .glow[data-v-8612b0c2]{background:radial-gradient(50% 50% at 50% 50%,#0048ffcc,#ababab00);border-radius:8px;opacity:.4;flex:none;height:960px;left:calc(50.08333333333336% - min(1800px,1440px) / 2);max-width:1800px;overflow:hidden;position:absolute;bottom:-480px;width:1440px;will-change:transform;z-index:1}.footer .col-right[data-v-8612b0c2]{display:grid;flex:none;gap:0px;grid-auto-rows:min-content;grid-template-columns:repeat(4,minmax(160px,1fr));grid-template-rows:repeat(1,min-content);height:min-content;justify-content:start;overflow:visible;position:relative;width:min-content}.footer .row.bottom .col-right[data-v-8612b0c2]{display:flex}.footer .col-left[data-v-8612b0c2]{align-items:flex-start;display:flex;flex:1 0 0px;flex-direction:column;flex-wrap:nowrap;gap:20px;height:min-content;justify-content:flex-start;overflow:visible;position:relative;width:1px}.footer .logo[data-v-8612b0c2]{flex:none;overflow:visible;position:relative;width:auto}.footer .logo img[data-v-8612b0c2]{width:100%;height:100%}.footer .para[data-v-8612b0c2]{font-weight:400;line-height:1.5em;text-align:left;color:#fff9}.footer .inner-col[data-v-8612b0c2]{align-content:flex-start;align-items:flex-start;align-self:start;display:flex;flex:none;flex-direction:column;flex-wrap:nowrap;gap:10px;height:auto;justify-content:flex-start;justify-self:start;overflow:visible;position:relative;width:100%}.footer .last-inner-col[data-v-8612b0c2]{align-content:flex-start;align-items:flex-start;align-self:start;display:flex;flex:none;flex-direction:column;flex-wrap:nowrap;gap:35px;height:auto;justify-content:flex-start;justify-self:start;overflow:visible;position:relative;width:100%}.footer .inner-col h6[data-v-8612b0c2]{font-weight:600;line-height:1.4em;text-align:left;color:#fff}.footer .link[data-v-8612b0c2]{color:#fff9;text-decoration:none;font-weight:400;line-height:1.4em;text-align:left;-webkit-transition:all .4s ease-in;-moz-transition:all .4s ease-in;-o-transition:all .4s ease-in;transition:all .4s ease-in}.footer .link[data-v-8612b0c2]:hover{color:#fff;-webkit-transition:all .4s ease-out;-moz-transition:all .4s ease-out;-o-transition:all .4s ease-out;transition:all .4s ease-out}.footer .social-icons[data-v-8612b0c2]{align-content:flex-start;align-items:flex-start;display:flex;flex:none;flex-direction:row;flex-wrap:nowrap;gap:15px;height:min-content;justify-content:flex-start;overflow:visible;padding:0;position:relative;width:min-content}.footer .social-icons .icon[data-v-8612b0c2]{flex:none;overflow:visible;position:relative;text-decoration:none}.footer .social-icons .icon img[data-v-8612b0c2]{opacity:.6;width:100%;height:100%;-webkit-transition:opacity .4s ease-in;-moz-transition:opacity .4s ease-in;-o-transition:opacity .4s ease-in;transition:opacity .4s ease-in}.footer .social-icons .icon:hover img[data-v-8612b0c2]{opacity:1;width:100%;height:100%;-webkit-transition:opacity .4s ease-out;-moz-transition:opacity .4s ease-out;-o-transition:opacity .4s ease-out;transition:opacity .4s ease-out}.footer .inner-col[data-v-8612b0c2]:last-child{padding:0}@media screen and (min-width: 320px) and (max-width: 360px){.footer[data-v-8612b0c2]{padding:0}.footer .container[data-v-8612b0c2]{padding:40px 16px}.footer .row[data-v-8612b0c2]:not(.bottom){flex-direction:column;gap:0}.footer .row[data-v-8612b0c2]{flex-direction:column;padding:0 0 40px}.footer .row.bottom[data-v-8612b0c2]{padding:0}.footer .row:not(.bottom) .col-left[data-v-8612b0c2]{padding:0;width:100%}.footer .row:not(.bottom) .col-right[data-v-8612b0c2]{padding:0;max-width:unset;width:100%;display:flex;column-gap:8px;row-gap:40px;margin-top:40px;flex-wrap:wrap}.footer .logo[data-v-8612b0c2]{height:40px}.footer .para[data-v-8612b0c2]{max-width:520px;text-align:left;font-size:14px}.footer .copyright-text[data-v-8612b0c2]{font-size:14px;text-align:left;max-width:260px}.footer .col-left[data-v-8612b0c2]{width:100%}.footer .inner-col[data-v-8612b0c2],.footer .last-inner-col[data-v-8612b0c2]{padding:0;width:calc(50% - 8px)}.footer .last-inner-col .inner-col[data-v-8612b0c2]{width:100%}.footer .inner-col h6[data-v-8612b0c2],.footer .link[data-v-8612b0c2]{font-size:14px}.footer .social-icons .icon[data-v-8612b0c2]{height:24px;width:24px}}@media screen and (min-width: 360px) and (max-width: 480px){.footer .container[data-v-8612b0c2]{padding:40px 16px}}@media screen and (min-width: 481px) and (max-width: 767px){.footer .container[data-v-8612b0c2]{padding:40px}}@media screen and (min-width: 361px) and (max-width: 767px){.footer[data-v-8612b0c2]{padding:0}.footer .row[data-v-8612b0c2]:not(.bottom){flex-direction:column;gap:0}.footer .row[data-v-8612b0c2]{flex-direction:column;padding:0 0 40px}.footer .row.bottom[data-v-8612b0c2]{padding:0}.footer .row:not(.bottom) .col-left[data-v-8612b0c2]{padding:0;width:100%}.footer .row:not(.bottom) .col-right[data-v-8612b0c2]{padding:0;max-width:unset;width:100%;display:flex;column-gap:8px;row-gap:40px;margin-top:40px;flex-wrap:wrap}.footer .logo[data-v-8612b0c2]{height:48px}.footer .para[data-v-8612b0c2]{max-width:520px;text-align:left;font-size:16px}.footer .copyright-text[data-v-8612b0c2]{font-size:16px;text-align:left;max-width:260px}.footer .col-left[data-v-8612b0c2]{width:100%}.footer .inner-col[data-v-8612b0c2],.footer .last-inner-col[data-v-8612b0c2]{padding:0;width:calc(50% - 8px)}.footer .last-inner-col .inner-col[data-v-8612b0c2]{width:100%}.footer .inner-col h6[data-v-8612b0c2],.footer .link[data-v-8612b0c2]{font-size:16px}.footer .social-icons .icon[data-v-8612b0c2]{height:26px;width:26px}}@media screen and (min-width: 768px) and (max-width: 1024px){.footer[data-v-8612b0c2]{padding:0}.footer .container[data-v-8612b0c2]{padding:40px}.footer .row[data-v-8612b0c2]:not(.bottom){flex-direction:column;gap:0}.footer .row[data-v-8612b0c2]{flex-direction:column;padding:0 0 40px}.footer .row.bottom[data-v-8612b0c2]{padding:0;flex-direction:row}.footer .row:not(.bottom) .col-left[data-v-8612b0c2]{padding:0;width:100%}.footer .row:not(.bottom) .col-right[data-v-8612b0c2]{padding:0;max-width:unset;width:100%;grid-template-columns:repeat(4,minmax(148px,1fr))}.footer .logo[data-v-8612b0c2]{height:56px}.footer .para[data-v-8612b0c2]{max-width:620px;text-align:left;font-size:18px}.footer .row:not(.bottom) .col-right[data-v-8612b0c2]{margin-top:60px}.footer .copyright-text[data-v-8612b0c2]{font-size:16px}.footer .inner-col[data-v-8612b0c2]{padding:0 12px 0 0}.footer .last-inner-col[data-v-8612b0c2]{padding:0}.footer .inner-col h6[data-v-8612b0c2],.footer .link[data-v-8612b0c2]{font-size:16px}.footer .social-icons .icon[data-v-8612b0c2]{height:26px;width:26px}}@media screen and (min-width: 1025px) and (max-width: 1200px){.footer[data-v-8612b0c2]{padding:0}.footer .container[data-v-8612b0c2]{padding:40px}.footer .row[data-v-8612b0c2]{padding:0 0 40px}.footer .row.bottom[data-v-8612b0c2],.footer .col-left[data-v-8612b0c2]{padding:0}.footer .col-right[data-v-8612b0c2]{padding:0;grid-template-columns:repeat(4,minmax(148px,1fr))}.footer .logo[data-v-8612b0c2]{height:48px}.footer .para[data-v-8612b0c2]{max-width:360px;font-size:14px}.footer .copyright-text[data-v-8612b0c2]{font-size:14px}.footer .inner-col[data-v-8612b0c2]{padding:0 12px 0 0}.footer .last-inner-col[data-v-8612b0c2]{padding:0}.footer .inner-col h6[data-v-8612b0c2],.footer .link[data-v-8612b0c2]{font-size:14px}.footer .social-icons .icon[data-v-8612b0c2]{height:24px;width:24px}}@media screen and (min-width: 1201px) and (max-width: 1600px){.footer[data-v-8612b0c2]{padding:0}.footer .container[data-v-8612b0c2]{padding:40px}.footer .row[data-v-8612b0c2]{padding:0 0 40px}.footer .row.bottom[data-v-8612b0c2]{padding:0}.footer .col-left[data-v-8612b0c2]{padding:0;flex:0 0 420px}.footer .col-right[data-v-8612b0c2]{padding:0;grid-template-columns:repeat(4,minmax(180px,1fr))}.footer .logo[data-v-8612b0c2]{height:48px}.footer .para[data-v-8612b0c2]{max-width:420px;font-size:14px}.footer .copyright-text[data-v-8612b0c2]{font-size:14px}.footer .inner-col[data-v-8612b0c2]{padding:0 20px 0 0}.footer .last-inner-col[data-v-8612b0c2]{padding:0}.footer .inner-col h6[data-v-8612b0c2],.footer .link[data-v-8612b0c2]{font-size:14px}.footer .social-icons .icon[data-v-8612b0c2]{height:24px;width:24px}}@media screen and (min-width: 1601px){.footer[data-v-8612b0c2]{padding:0}.footer .container[data-v-8612b0c2]{padding:40px 20px}.footer .row[data-v-8612b0c2]{padding:0 0 40px}.footer .row.bottom[data-v-8612b0c2]{padding:0}.footer .col-left[data-v-8612b0c2]{padding:0;flex:0 0 480px}.footer .col-right[data-v-8612b0c2]{padding:0;grid-template-columns:repeat(4,minmax(180px,1fr))}.footer .logo[data-v-8612b0c2]{height:56px}.footer .para[data-v-8612b0c2]{max-width:460px;font-size:16px}.footer .copyright-text[data-v-8612b0c2]{font-size:16px}.footer .inner-col[data-v-8612b0c2]{padding:0 20px 0 0}.footer .last-inner-col[data-v-8612b0c2]{padding:0}.footer .inner-col h6[data-v-8612b0c2],.footer .link[data-v-8612b0c2]{font-size:16px}.footer .social-icons .icon[data-v-8612b0c2]{height:26px;width:26px}}::-webkit-scrollbar{width:4px}::-webkit-scrollbar-track{background-color:#333333f6;border-radius:0}::-webkit-scrollbar-thumb{transition:all .3s ease-in-out;background:#c2c2c2;border-radius:4px;width:4px;height:4px}a{color:#ff429499;text-decoration:none}picture,source{display:flex;height:100%}video{will-change:transform}@font-face{font-family:Montserrat;font-weight:400 700;font-style:normal;font-display:swap;src:url(/assets/Montserrat-VariableFont_wght-iWngeIrl.woff2) format("woff2"),url(/assets/Montserrat-VariableFont_wght-DRhHR6EC.woff) format("woff")}@font-face{font-family:Montserrat;font-weight:400 700;font-style:italic;font-display:swap;src:url(/assets/Montserrat-Italic-VariableFont_wght-CUa0k1Ed.woff2) format("woff2"),url(/assets/Montserrat-Italic-VariableFont_wght-CnQYj17-.woff) format("woff")}*{font-family:Montserrat,sans-serif;box-sizing:border-box;padding:0;margin:0;-webkit-tap-highlight-color:transparent}html{scroll-behavior:smooth}body{margin:0;padding:0;overflow-x:hidden;background-color:#000;background-attachment:fixed;font-family:Montserrat,sans-serif;font-weight:400;font-style:normal;color:#fff9;line-height:1.5}body:before{content:"";position:fixed;top:0;left:0;width:100%;height:100%;z-index:1;background-color:#000000b3}.hidden{opacity:0;visibility:hidden;-webkit-transition:all .4s ease-out;-moz-transition:all .4s ease-out;-o-transition:all .4s ease-out;transition:all .4s ease-out}.body-bg{position:fixed;top:0;left:0;width:100%;height:100%;z-index:0;object-fit:cover;background-attachment:fixed}.grad02{background-image:linear-gradient(90deg,#ff9c00,#ff4094 35%,#a629f2 67%,#00b7ff);-webkit-background-clip:text;background-clip:text;color:transparent;-webkit-text-fill-color:transparent;background-size:300% 300%;animation:animatedgradient 4s ease alternate infinite}.grad03{background:#fff;background:linear-gradient(180deg,#fff 58.41%,#ffffff14 111.25%);position:relative;display:inline-block;background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}.twoToneGrad{background:#ffa423;background:linear-gradient(90deg,#ff9c00,#ff4094);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}.twoToneTwo{display:inline-block!important;background:#00c6ff;background:linear-gradient(90deg,#854cff,#00c6ff);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.fourToneGrad{background-image:linear-gradient(90deg,#ff9c00,#ff4094 35%,#a629f2 67%,#00b7ff);-webkit-background-clip:text;background-clip:text;color:transparent;-webkit-text-fill-color:transparent}.gradtext{background-image:linear-gradient(90deg,#ff9c00,#ff4094 35%,#a629f2 67%,#00b7ff);-webkit-background-clip:text;background-clip:text;color:transparent;-webkit-text-fill-color:transparent;background-size:300% 300%;animation:animatedgradient 4s ease alternate infinite;transition:transform .2s cubic-bezier(.6,.6,0,1),margin-top .2s cubic-bezier(.6,.6,0,1)}.dual-buttons{align-items:center;display:flex;flex:0 0 auto;flex-flow:row;height:min-content;gap:10px;padding:0;overflow:visible;position:relative;width:fit-content}.white-button:hover,.grad-button:hover,.grad-border-button:hover{color:#fff;-webkit-transition:all .4s ease-out;-moz-transition:all .4s ease-out;-o-transition:all .4s ease-out;transition:all .4s ease-out;text-decoration:none}.grad-border-button:after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;border-radius:12px;border:3px solid transparent;background:linear-gradient(45deg,#ff9c00,#ff4094,#a629f2,#00b7ff) border-box;-webkit-mask:-webkit-gradient(linear,left top,left bottom,color-stop(0,#fff)) padding-box,-webkit-gradient(linear,left top,left bottom,color-stop(0,#fff));-webkit-mask:linear-gradient(#fff 0 0) padding-box,linear-gradient(#fff 0 0);mask:linear-gradient(#fff 0 0) padding-box,linear-gradient(#fff 0 0);-webkit-mask-composite:destination-out;-webkit-mask-composite:source-out;mask-composite:exclude;background-size:300% 300%;-webkit-animation:animatedgradient 4s ease alternate infinite;animation:animatedgradient 4s ease alternate infinite}.grad-border-button{position:relative;background-color:#0c0a14;color:#fff;display:flex;flex-direction:row;-webkit-transition:all .4s ease-in;-moz-transition:all .4s ease-in;-o-transition:all .4s ease-in;transition:all .4s ease-in}.simple-button{z-index:1;background-color:#fff0;color:#fff9;align-content:center;align-items:center;cursor:pointer;display:flex;flex-direction:row;flex-wrap:nowrap;justify-content:flex-start;overflow:hidden;position:relative;text-decoration:none;will-change:transform;font-weight:500;-webkit-transition:all .4s ease-in;-moz-transition:all .4s ease-in;-o-transition:all .4s ease-in;transition:all .4s ease-in}.grad-button{cursor:pointer;text-decoration:none;z-index:1;border:none;font-weight:500;color:#fff;position:relative;background-size:300% 300%;animation:animatedgradient 4s ease alternate infinite;background-image:linear-gradient(135deg,#00b7ff,#a629f2 35%,#ff4094 67%,#ff9c00);transition:transform .2s cubic-bezier(.6,.6,0,1),margin-top .2s cubic-bezier(.6,.6,0,1)}.grad-button:before{background:linear-gradient(to bottom,rgba(255,255,255,.32),transparent);border-radius:inherit;content:"";top:0;right:0;bottom:0;left:0;-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);mask-composite:xor;-webkit-mask-composite:xor;mask-composite:exclude;padding:1px;pointer-events:none;position:absolute}.grad-button:after{background-color:#ffffff1a;box-shadow:0 -3px #49023933 inset;content:"";position:absolute;top:0;left:0;width:100%;height:100%;border-radius:inherit;z-index:1;transition:box-shadow .2s cubic-bezier(.6,.6,0,1),background-color .2s cubic-bezier(.6,.6,0,1)}@keyframes animatedgradient{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}.white-button{background-color:#fff;color:#000;align-content:center;align-items:center;cursor:pointer;display:flex;flex-direction:row;flex-wrap:nowrap;justify-content:flex-start;overflow:hidden;position:relative;text-decoration:none;width:fit-content;will-change:transform;font-weight:600;-webkit-transition:all .4s ease-in;-moz-transition:all .4s ease-in;-o-transition:all .4s ease-in;transition:all .4s ease-in}.white-button:before{background:linear-gradient(to bottom,rgba(255,255,255,.05),transparent);border-radius:inherit;content:"";top:0;right:0;bottom:0;left:0;-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);mask-composite:xor;-webkit-mask-composite:xor;mask-composite:exclude;padding:1px;pointer-events:none;position:absolute}.white-button:after{background-color:#ffffff0d;box-shadow:0 -3px #ffffff0d inset;content:"";position:absolute;top:0;left:0;width:100%;height:100%;border-radius:inherit;z-index:1;transition:box-shadow .2s cubic-bezier(.6,.6,0,1),background-color .2s cubic-bezier(.6,.6,0,1)}#app{min-height:100vh;overflow-x:hidden;width:100%;max-width:unset!important;padding:unset!important;text-align:unset!important}.main{z-index:2;position:relative}.light-sweep{width:100%;position:relative;display:flex;overflow:hidden}.lightSweep{position:absolute;top:0;left:0;bottom:0;right:0;filter:brightness(1.5);-webkit-mask-size:300% 200%;mask-size:300% 200%;-webkit-mask-image:-webkit-linear-gradient(-45deg,rgba(255,255,255,0) 40%,rgb(255,255,255) 50%,rgba(255,255,255,0) 60%);mask-image:-webkit-linear-gradient(-45deg,rgba(255,255,255,0) 40%,rgb(255,255,255) 50%,rgba(255,255,255,0) 60%);transform:translateZ(0);animation-timeline:auto;animation-range-start:normal;animation-range-end:normal;background:none 0% 0% / auto repeat scroll padding-box border-box #0000;overflow:hidden;transition:-webkit-mask-position 3s;animation:2s ease-out 0s infinite normal none running move}@keyframes move{0%{-webkit-mask-position:150% 0px;-moz-mask-position:150% 0px;-o-mask-position:150% 0px;mask-position:150% 0px}to{-webkit-mask-position:0% 0px;-moz-mask-position:0% 0px;-o-mask-position:0% 0px;mask-position:0% 0px}}.single-post .container{width:100%}.single-post .post-content{position:relative;font-size:18px;line-height:1.5}.single-post .post-content img{width:100%;height:auto;display:block;margin-bottom:20px}.single-post .post-content a{color:#fff9;-webkit-transition:all .4s ease-out;-moz-transition:all .4s ease-out;-o-transition:all .4s ease-out;transition:all .4s ease-out}.single-post .post-content a:hover{color:#fff;-webkit-transition:all .4s ease-out;-moz-transition:all .4s ease-out;-o-transition:all .4s ease-out;transition:all .4s ease-out}.single-post .post-content p{margin-bottom:20px;font-size:18px;line-height:1.5}.single-post figcaption{margin-bottom:20px;font-size:14px;font-weight:400;text-transform:none;font-style:italic;text-decoration:none;line-height:1.5}.single-post .post-content h2{display:inline-flex;background:#ffa423;background:linear-gradient(90deg,#ff9c00,#ff4094);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;font-size:28px;margin-bottom:20px;line-height:1.2}.single-post .post-content h3{display:inline-block!important;background:#ffa423;background:linear-gradient(90deg,#854cff,#00c6ff);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;font-size:24px;line-height:1.2;margin-bottom:20px}.single-post .post-content ul,.single-post .post-content ol{padding-left:20px;margin-bottom:20px}.single-post .post-content li{margin-bottom:8px}.single-post .post-content h2{scroll-margin-top:80px}.single-post .sidebar{margin-left:0}@media screen and (min-width: 320px) and (max-width: 360px){.grad-button,.simple-button,.white-button,.grad-border-button{font-size:14px;line-height:1.2;padding:10px;min-height:28px;border-radius:8px}}@media screen and (min-width: 361px) and (max-width: 767px){.grad-button,.simple-button,.white-button,.grad-border-button{font-size:16px;line-height:1.2;padding:10px;min-height:30px;border-radius:8px}}@media screen and (min-width: 320px) and (max-width: 767px){.sm-hide{display:none!important}}@media screen and (min-width: 768px) and (max-width: 1024px){.md-hide{display:none!important}.grad-button,.white-button,.simple-button{font-size:14px;line-height:1.2;padding:10px;min-height:30px;border-radius:8px;text-align:center}.grad-border-button{font-size:14px;line-height:1.2;padding:10px;min-height:30px;border-radius:8px}}@media screen and (min-width: 1025px) and (max-width: 1200px){.md-hide{display:none!important}.grad-button,.white-button,.simple-button{font-size:12.8px;line-height:1.2;padding:12.064px;min-height:30px;border-radius:8px;text-align:center}.grad-border-button{padding:12.064px;min-height:30px;border-radius:8px;gap:5px;font-size:12.8px;line-height:1.2}}@media screen and (min-width: 1201px) and (max-width: 1600px){.lg-hide{display:none!important}.grad-button,.white-button,.simple-button{padding:10px;min-height:30px;border-radius:8px;gap:5px;font-size:14px;line-height:1.2;text-align:left}.grad-border-button{padding:10px;min-height:30px;border-radius:8px;gap:5px;font-size:14px;line-height:1.2}}@media screen and (min-width: 1601px){.lg-hide{display:none!important}.grad-button,.white-button,.simple-button{padding:10px;min-height:30px;border-radius:8px;gap:5px;font-size:16px;line-height:1.2;text-align:center}.grad-border-button{padding:10px;min-height:30px;border-radius:8px;gap:5px;font-size:16px;line-height:1.2}.features .content h2{scroll-margin-top:80px}}.breadcrumb[data-v-b60636f4]{position:relative;z-index:1}.breadcrumb .container[data-v-b60636f4]{width:100%;margin:0 auto;max-width:1400px}.breadcrumb .glow[data-v-b60636f4]{background:radial-gradient(50% 50% at 50% 50%,#0048ffcc,#ababab00);border-radius:8px;opacity:.4;flex:none;max-width:1800px;overflow:hidden;position:absolute;will-change:transform;z-index:0;transform:translate(-50%)}.breadcrumb .row[data-v-b60636f4]{display:flex;flex-direction:column;align-items:center;position:relative;gap:20px}.breadcrumb .main-heading[data-v-b60636f4]{font-style:normal;font-weight:700;letter-spacing:-.8px;line-height:1.2em;max-width:700px;color:#fff;text-decoration:none;text-transform:capitalize}.breadcrumb ul[data-v-b60636f4]{display:flex;list-style:none;gap:8px;justify-content:center}.breadcrumb li[data-v-b60636f4],.breadcrumb li a[data-v-b60636f4]{line-height:1.5;font-weight:700;font-style:normal;text-decoration:none}.breadcrumb li[data-v-b60636f4]{color:#fff9}.breadcrumb li .active[data-v-b60636f4]{color:#fff}.breadcrumb a[data-v-b60636f4]{color:#fff9!important;text-decoration:none;-webkit-transition:all .4s ease-in;-moz-transition:all .4s ease-in;-o-transition:all .4s ease-in;transition:all .4s ease-in}.breadcrumb a[data-v-b60636f4]:hover{-webkit-transition:all .4s ease-out;-moz-transition:all .4s ease-out;-o-transition:all .4s ease-out;transition:all .4s ease-out;color:#fff!important}@media screen and (min-width: 320px) and (max-width: 360px){.breadcrumb[data-v-b60636f4]{padding:96px 16px 40px}.breadcrumb .row[data-v-b60636f4]{align-items:center}.breadcrumb .glow[data-v-b60636f4]{left:50%;top:-680px;height:960px;width:1440px}.breadcrumb .main-heading[data-v-b60636f4]{font-size:28px;text-align:center}.breadcrumb ul[data-v-b60636f4]{width:100%;justify-content:center}.breadcrumb li[data-v-b60636f4],.breadcrumb li a[data-v-b60636f4]{font-size:16px}}@media screen and (min-width: 361px) and (max-width: 480px){.breadcrumb[data-v-b60636f4]{padding:96px 16px 40px}.breadcrumb .row[data-v-b60636f4]{align-items:center}.breadcrumb .glow[data-v-b60636f4]{left:50%;top:-680px;height:960px;width:1440px}.breadcrumb .main-heading[data-v-b60636f4]{font-size:32px;text-align:center}.breadcrumb ul[data-v-b60636f4]{width:100%;justify-content:center}.breadcrumb li[data-v-b60636f4],.breadcrumb li a[data-v-b60636f4]{font-size:18px}}@media screen and (min-width: 481px) and (max-width: 767px){.breadcrumb[data-v-b60636f4]{padding:96px 40px 40px}.breadcrumb .row[data-v-b60636f4]{align-items:center}.breadcrumb .glow[data-v-b60636f4]{left:50%;top:-680px;height:960px;width:1440px}.breadcrumb .main-heading[data-v-b60636f4]{font-size:32px;text-align:center;max-width:560px}.breadcrumb ul[data-v-b60636f4]{width:100%;justify-content:center}.breadcrumb li[data-v-b60636f4],.breadcrumb li a[data-v-b60636f4]{font-size:18px}}@media screen and (min-width: 768px) and (max-width: 1024px){.breadcrumb[data-v-b60636f4]{padding:96px 40px 60px}.breadcrumb .glow[data-v-b60636f4]{left:50%;top:-618px;height:960px;width:1440px}.breadcrumb .main-heading[data-v-b60636f4]{font-size:40px;text-align:center;max-width:600px}.breadcrumb li[data-v-b60636f4],.breadcrumb li a[data-v-b60636f4]{font-size:18px}}@media screen and (min-width: 1025px) and (max-width: 1200px){.breadcrumb[data-v-b60636f4]{padding:96px 40px 60px}.breadcrumb .glow[data-v-b60636f4]{left:50%;top:-618px;height:960px;width:1440px}.breadcrumb .main-heading[data-v-b60636f4]{font-size:36px;text-align:center;max-width:560px}.breadcrumb li[data-v-b60636f4],.breadcrumb li a[data-v-b60636f4]{font-size:16px}}@media screen and (min-width: 1201px) and (max-width: 1600px){.breadcrumb[data-v-b60636f4]{padding:96px 40px 60px}.breadcrumb .glow[data-v-b60636f4]{left:50%;top:-618px;height:960px;width:1440px}.breadcrumb .main-heading[data-v-b60636f4]{font-size:40px;text-align:center;max-width:600px}.breadcrumb li[data-v-b60636f4],.breadcrumb li a[data-v-b60636f4]{font-size:18px}}@media screen and (min-width: 1601px){.breadcrumb[data-v-b60636f4]{padding:96px 20px 60px}.breadcrumb .glow[data-v-b60636f4]{left:50%;top:-618px;height:960px;width:1440px}.breadcrumb .main-heading[data-v-b60636f4]{font-size:48px;text-align:center}.breadcrumb li[data-v-b60636f4],.breadcrumb li a[data-v-b60636f4]{font-size:20px}}.archive-card[data-v-378fa07e]{justify-content:space-between;display:flex;flex-direction:column;padding:20px;align-items:center;border-radius:16px;position:relative;background-color:#0c0a14;flex:0 0 calc((100% - 96px)/4)}.archive-card .top[data-v-378fa07e]{width:100%;display:flex;flex-direction:column}.archive-card[data-v-378fa07e]:after{z-index:1;content:"";border:1px solid rgba(255,255,255,.13);width:100%;height:100%;position:absolute;box-sizing:border-box;left:0;top:0;border-radius:inherit;pointer-events:none}.archive-card .img-container[data-v-378fa07e]{width:100%;display:block;border-radius:16px;position:relative;margin-bottom:20px;min-height:152px;max-height:152px;overflow:hidden}.archive-card .img-container[data-v-378fa07e]:after{z-index:1;content:"";border:1px solid rgba(255,255,255,.13);width:100%;height:100%;position:absolute;box-sizing:border-box;left:0;top:0;border-radius:inherit;pointer-events:none}.archive-card img[data-v-378fa07e]{width:100%;height:100%;min-height:152px;max-height:152px;display:block;border-radius:16px;overflow:hidden;object-fit:cover;object-position:top}.archive-card-title[data-v-378fa07e]{font-style:normal;font-weight:700;letter-spacing:-.8px;line-height:1.2em;color:#fff;text-decoration:none;text-transform:none;font-size:16px;text-align:center;margin-bottom:8px;max-width:100%;line-clamp:2;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;display:-webkit-box}.archive-pub-date[data-v-378fa07e]{text-align:center;font-size:14px;font-weight:400;text-transform:capitalize;font-style:normal;text-decoration:none;color:#fff9;margin-bottom:16px}.grad-button[data-v-378fa07e]{font-size:14px}.categories-group[data-v-378fa07e]{display:flex;justify-content:center;margin-bottom:8px}.categories-group span[data-v-378fa07e]{margin-right:4px}.categories-group a[data-v-378fa07e]{font-size:14px;font-weight:600;text-transform:capitalize;font-style:normal;text-decoration:none;line-height:1.2}.pill[data-v-43e7f708]{font-size:18px;font-weight:700;text-transform:capitalize;font-style:normal;text-decoration:none;line-height:1.2em;border-radius:16px;flex:1;color:#fff;position:relative;min-width:182px;max-width:200px;overflow:hidden}.pill[data-v-43e7f708]:after{z-index:1;content:"";border:2px solid rgba(255,255,255,.13);width:100%;height:100%;position:absolute;box-sizing:border-box;left:0;top:0;border-radius:inherit;pointer-events:none}.hover-sweep[data-v-43e7f708]{border:2px solid rgba(255,255,255,.13);position:relative;display:flex;justify-content:center;align-items:center;border-radius:16px;padding:20px;width:100%;height:100%}.hover-sweep[data-v-43e7f708]:hover:after{height:300%;transition:all .4s linear;background-color:transparent}.hover-sweep[data-v-43e7f708]:after{content:"";position:absolute;width:500%;height:0%;left:50%;top:50%;background-color:#fff3;transform:translate(-50%,-50%) rotate(-45deg);z-index:1}.blog-page[data-v-7f193093]{padding:0 20px 120px}.blog-page .container[data-v-7f193093]{margin:0 auto;max-width:1400px;display:flex;flex-direction:column;gap:40px}.category-filters[data-v-7f193093]{display:flex;gap:12px;flex-wrap:wrap;padding:20px 0;border-bottom:1px solid rgba(255,255,255,.13)}.posts-grid[data-v-7f193093],.newsletter-grid[data-v-7f193093]{display:grid;grid-template-columns:repeat(4,1fr);gap:32px;width:100%}@media screen and (min-width: 320px) and (max-width: 360px){.posts-grid[data-v-7f193093],.newsletter-grid[data-v-7f193093]{grid-template-columns:1fr;gap:24px;padding:0 10px}.category-filters[data-v-7f193093]{padding:15px 10px;justify-content:center}.section-title[data-v-7f193093]{font-size:24px}}@media screen and (min-width: 361px) and (max-width: 767px){.blog-page[data-v-7f193093]{padding:0 15px 80px}.posts-grid[data-v-7f193093],.newsletter-grid[data-v-7f193093]{grid-template-columns:repeat(1,1fr);gap:20px;padding:0}.category-filters[data-v-7f193093]{padding:20px 0;gap:10px}.section-title[data-v-7f193093]{font-size:24px;margin-bottom:20px}.pagination[data-v-7f193093]{margin-top:40px}.newsletter-section[data-v-7f193093]{margin-top:60px;padding-top:60px}}@media screen and (min-width: 768px) and (max-width: 1024px){.posts-grid[data-v-7f193093],.newsletter-grid[data-v-7f193093]{grid-template-columns:repeat(3,1fr);gap:24px}}@media screen and (min-width: 1025px) and (max-width: 1200px){.posts-grid[data-v-7f193093],.newsletter-grid[data-v-7f193093]{grid-template-columns:repeat(3,1fr);gap:28px}}@media screen and (min-width: 1201px) and (max-width: 1600px){.posts-grid[data-v-7f193093],.newsletter-grid[data-v-7f193093]{grid-template-columns:repeat(4,1fr);gap:32px}}@media screen and (min-width: 1601px){.posts-grid[data-v-7f193093],.newsletter-grid[data-v-7f193093]{grid-template-columns:repeat(4,1fr);gap:40px}}.pagination[data-v-7f193093]{margin-top:60px;display:flex;justify-content:center;list-style:none;padding:0;gap:8px}.pagination li[data-v-7f193093]{padding:8px 12px;border:1px solid rgba(255,255,255,.13);cursor:pointer;-webkit-user-select:none;user-select:none;font-weight:500;border-radius:8px;transition:all .3s ease}.pagination li[data-v-7f193093]:hover:not(.disabled,.active,.ellipsis){background:#ffffff1a}.pagination li.active[data-v-7f193093]{background:#fff;color:#000}.pagination li.disabled[data-v-7f193093]{cursor:not-allowed;color:#fff6;pointer-events:none}.pagination li.ellipsis[data-v-7f193093]{border:none;pointer-events:none}.loading-state[data-v-7f193093],.error-state[data-v-7f193093]{text-align:center;padding:40px}.newsletter-section[data-v-7f193093]{margin-top:80px;padding-top:80px;border-top:2px solid rgba(255,255,255,.13)}.newsletter-section .container[data-v-7f193093]{display:flex;flex-direction:column;gap:40px;align-items:center}.section-title[data-v-7f193093]{font-size:36px;font-weight:700;color:#fff;margin-bottom:20px;text-align:center}.view-all-button[data-v-7f193093]{padding:12px 24px;background:#ffffff1a;border:1px solid rgba(255,255,255,.2);border-radius:8px;color:#fff;text-decoration:none;font-weight:500;transition:all .3s ease;margin-top:20px}.view-all-button[data-v-7f193093]:hover{background:#fff3}@media screen and (min-width: 320px) and (max-width: 767px){.section-title[data-v-7f193093]{font-size:26px}}.about-new[data-v-ef5f3ba1],.about-new .container[data-v-ef5f3ba1]{align-content:center;align-items:center;display:flex;flex-direction:column;flex-wrap:nowrap;height:min-content;justify-content:center;overflow:hidden;position:relative}.about-new .about-new-tabs-content[data-v-ef5f3ba1]{position:relative}.about-new .about-new-tab-content[data-v-ef5f3ba1]{position:absolute;-webkit-transition:all .4s ease-in;-moz-transition:all .4s ease-in;-o-transition:all .4s ease-in;transition:all .4s ease-in}.about-new .about-new-tabs[data-v-ef5f3ba1]{display:flex;justify-content:center;align-items:center;overflow-x:hidden}.about-new .about-new-tab[data-v-ef5f3ba1]{cursor:pointer;display:flex;flex-direction:column;align-items:center}.about-new .about-new-tab .top[data-v-ef5f3ba1]{display:flex;justify-content:center;align-items:center;position:relative;-webkit-transition:all .4s ease-in;-moz-transition:all .4s ease-in;-o-transition:all .4s ease-in;transition:all .4s ease-in;background-color:#ffffff0d;filter:invert(0)}.about-new .about-new-tab .bottom span[data-v-ef5f3ba1]{color:#fff9;font-weight:400;text-align:center;-webkit-transition:all .4s ease-in;-moz-transition:all .4s ease-in;-o-transition:all .4s ease-in;transition:all .4s ease-in}.about-new .about-new-tab.active .bottom span[data-v-ef5f3ba1]{color:#fff;font-weight:400;text-align:center;-webkit-transition:all .4s ease-out;-moz-transition:all .4s ease-out;-o-transition:all .4s ease-out;transition:all .4s ease-out}.about-new .about-new-tab.active .top[data-v-ef5f3ba1]{display:flex;justify-content:center;align-items:center;position:relative;-webkit-transition:all .4s ease-out;-moz-transition:all .4s ease-out;-o-transition:all .4s ease-out;transition:all .4s ease-out;background-color:#000;filter:invert(1)}.about-new .about-new-tab:hover .top[data-v-ef5f3ba1]{background-color:#000;filter:invert(1)}.about-new .about-new-tab:hover .bottom span[data-v-ef5f3ba1]{color:#fff;-webkit-transition:all .4s ease-out;-moz-transition:all .4s ease-out;-o-transition:all .4s ease-out;transition:all .4s ease-out}.about-new .about-right[data-v-ef5f3ba1]{padding:0;position:relative;display:flex}.about-new .about-right .inner-container[data-v-ef5f3ba1]{display:flex;gap:60px;height:min-content;justify-content:center;align-items:center;overflow:visible;position:relative;width:100%}.about-new .about-right .col[data-v-ef5f3ba1]{display:flex}.about-new .about-right .col.left[data-v-ef5f3ba1]{flex:1}.about-new .about-right .col.right[data-v-ef5f3ba1]{flex:3;position:relative;justify-content:flex-start}.about-new .about-right .content[data-v-ef5f3ba1]{z-index:1;display:flex;width:100%;height:100%;align-items:flex-start;justify-content:center;flex-direction:column}.about-new .about-right .content .tag[data-v-ef5f3ba1]{color:#000;text-transform:uppercase;font-weight:700;border-radius:50px;line-height:1.2}.about-new .about-right .content .tag.yellow[data-v-ef5f3ba1]{background-color:#ff9c00}.about-new .about-right .content .tag.purple[data-v-ef5f3ba1]{background-color:#a629f2}.about-new .about-right .content .tag.pink[data-v-ef5f3ba1]{background-color:#ff4094}.about-new .about-right .content .tag.blue[data-v-ef5f3ba1]{background-color:#00b7ff}.about-new .about-right .main-heading[data-v-ef5f3ba1]{font-style:normal;font-weight:700;line-height:1.2;text-align:left;text-transform:capitalize;color:#fff;text-decoration:none}.about-new .about-right .mobile-img[data-v-ef5f3ba1]{position:absolute;bottom:0;left:0;width:auto}.about-new .about-right img[data-v-ef5f3ba1]{object-fit:cover;aspect-ratio:16 / 9}@media screen and (min-width: 320px) and (max-width: 360px){.about-new[data-v-ef5f3ba1]{gap:0px;padding:0 16px;width:100%}.about-new .container[data-v-ef5f3ba1]{gap:0px;width:100%}.about-new .col[data-v-ef5f3ba1]{width:100%;justify-content:center}.about-new .about-right .inner-container[data-v-ef5f3ba1]{flex-direction:column;gap:40px}.about-new .row.top[data-v-ef5f3ba1]{padding:0 0 40px}.about-new .about-new-tabs-content[data-v-ef5f3ba1]{width:100%}.about-new .about-new-tab-content[data-v-ef5f3ba1]{top:0;left:0;width:100%;height:100%}.about-new .about-new-tab[data-v-ef5f3ba1]{grid-gap:8px;gap:12px;width:72px}.about-new .about-new-tab .top[data-v-ef5f3ba1]{border-radius:12px;inline-size:48px;block-size:48px;padding:12px}.about-new .about-new-tab .top img[data-v-ef5f3ba1]{width:48px;height:100%}.about-new .about-new-tab .bottom span[data-v-ef5f3ba1],.about-new .about-new-tab.active .bottom span[data-v-ef5f3ba1]{font-size:12px}.about-new .about-new-tab.active .top[data-v-ef5f3ba1]{border-radius:12px;width:48px;height:48px;padding:12px}.about-new .about-new-tab.active .top img[data-v-ef5f3ba1]{width:48px;height:100%}.about-new .about-right img[data-v-ef5f3ba1]{width:100%;height:auto}.about-new .about-right .mobile-img[data-v-ef5f3ba1]{height:92%}.about-new .about-right .content[data-v-ef5f3ba1]{max-width:664px;gap:20px;justify-content:center;align-items:center}.about-new .about-right .content .tag[data-v-ef5f3ba1]{padding:4px 8px;font-size:14px}.about-new .about-right .main-heading[data-v-ef5f3ba1]{font-size:28px;text-align:center}.about-new .about-right .para[data-v-ef5f3ba1]{font-size:16px;text-align:center}}@media screen and (min-width: 361px) and (max-width: 480px){.about-new[data-v-ef5f3ba1]{gap:0px;padding:0 16px;width:100%}.about-new .container[data-v-ef5f3ba1]{gap:0px;width:100%}.about-new .col[data-v-ef5f3ba1]{width:100%;justify-content:center}.about-new .about-right .inner-container[data-v-ef5f3ba1]{flex-direction:column;gap:40px}.about-new .row.top[data-v-ef5f3ba1]{padding:0 0 40px}.about-new .about-new-tabs-content[data-v-ef5f3ba1]{width:100%}.about-new .about-new-tab-content[data-v-ef5f3ba1]{top:0;left:0;width:100%;height:100%}.about-new .about-new-tab[data-v-ef5f3ba1]{grid-gap:8px;gap:12px;width:82px}.about-new .about-new-tab .top[data-v-ef5f3ba1]{border-radius:12px;inline-size:56px;block-size:56px;padding:12px}.about-new .about-new-tab .top img[data-v-ef5f3ba1]{width:56px;height:100%}.about-new .about-new-tab .bottom span[data-v-ef5f3ba1],.about-new .about-new-tab.active .bottom span[data-v-ef5f3ba1]{font-size:14px}.about-new .about-new-tab.active .top[data-v-ef5f3ba1]{border-radius:12px;width:56px;height:56px;padding:12px}.about-new .about-new-tab.active .top img[data-v-ef5f3ba1]{width:56px;height:100%}.about-new .about-right img[data-v-ef5f3ba1]{width:100%;height:auto}.about-new .about-right .mobile-img[data-v-ef5f3ba1]{height:92%}.about-new .about-right .content[data-v-ef5f3ba1]{max-width:664px;gap:20px;justify-content:center;align-items:center}.about-new .about-right .content .tag[data-v-ef5f3ba1]{padding:4px 8px;font-size:16px}.about-new .about-right .main-heading[data-v-ef5f3ba1]{font-size:32px;text-align:center}.about-new .about-right .para[data-v-ef5f3ba1]{font-size:18px;text-align:center}}@media screen and (min-width: 481px) and (max-width: 767px){.about-new[data-v-ef5f3ba1]{gap:0px;padding:0 40px;width:100%}.about-new .container[data-v-ef5f3ba1]{gap:0px;width:100%}.about-new .col[data-v-ef5f3ba1]{width:100%;justify-content:center}.about-new .about-right .inner-container[data-v-ef5f3ba1]{flex-direction:column;gap:40px}.about-new .row.top[data-v-ef5f3ba1]{padding:0 0 40px}.about-new .about-new-tabs-content[data-v-ef5f3ba1]{width:100%}.about-new .about-new-tab-content[data-v-ef5f3ba1]{top:0;left:0;width:100%;height:100%}.about-new .about-new-tab[data-v-ef5f3ba1]{grid-gap:8px;gap:12px;width:82px}.about-new .about-new-tab .top[data-v-ef5f3ba1]{border-radius:12px;inline-size:56px;block-size:56px;padding:12px}.about-new .about-new-tab .top img[data-v-ef5f3ba1]{width:56px;height:100%}.about-new .about-new-tab .bottom span[data-v-ef5f3ba1],.about-new .about-new-tab.active .bottom span[data-v-ef5f3ba1]{font-size:14px}.about-new .about-new-tab.active .top[data-v-ef5f3ba1]{border-radius:12px;width:56px;height:56px;padding:12px}.about-new .about-new-tab.active .top img[data-v-ef5f3ba1]{width:56px;height:100%}.about-new .about-right img[data-v-ef5f3ba1]{width:100%;height:auto}.about-new .about-right .mobile-img[data-v-ef5f3ba1]{height:92%}.about-new .about-right .content[data-v-ef5f3ba1]{max-width:664px;gap:20px;justify-content:center;align-items:center}.about-new .about-right .content .tag[data-v-ef5f3ba1]{padding:4px 8px;font-size:16px}.about-new .about-right .main-heading[data-v-ef5f3ba1]{font-size:32px;text-align:center}.about-new .about-right .para[data-v-ef5f3ba1]{font-size:18px;text-align:center;max-width:560px}}@media screen and (min-width: 768px) and (max-width: 1024px){.about-new[data-v-ef5f3ba1]{gap:0px;padding:0 40px;width:100%}.about-new .container[data-v-ef5f3ba1]{gap:0px;width:100%}.about-new .col[data-v-ef5f3ba1]{width:100%;justify-content:center}.about-new .about-right .inner-container[data-v-ef5f3ba1]{flex-direction:column}.about-new .row.top[data-v-ef5f3ba1]{padding:0 40px 60px}.about-new .about-new-tabs-content[data-v-ef5f3ba1]{width:100%}.about-new .about-new-tab-content[data-v-ef5f3ba1]{top:0;left:0;width:100%;height:100%}.about-new .about-new-tab[data-v-ef5f3ba1]{grid-gap:8px;gap:12px;width:102px}.about-new .about-new-tab .top[data-v-ef5f3ba1]{border-radius:12px;inline-size:56px;block-size:56px;padding:12px}.about-new .about-new-tab .top img[data-v-ef5f3ba1]{width:44px;height:100%}.about-new .about-new-tab .bottom span[data-v-ef5f3ba1],.about-new .about-new-tab.active .bottom span[data-v-ef5f3ba1]{font-size:14px}.about-new .about-new-tab.active .top[data-v-ef5f3ba1]{border-radius:12px;width:56px;height:56px;padding:12px}.about-new .about-new-tab.active .top img[data-v-ef5f3ba1]{width:44px;height:100%}.about-new .about-right img[data-v-ef5f3ba1]{width:100%;height:auto}.about-new .about-right .mobile-img[data-v-ef5f3ba1]{height:92%}.about-new .about-right .content[data-v-ef5f3ba1]{max-width:664px;gap:20px;justify-content:center;align-items:center}.about-new .about-right .content .tag[data-v-ef5f3ba1]{padding:4px 8px;font-size:16px}.about-new .about-right .main-heading[data-v-ef5f3ba1]{font-size:40px;text-align:center}.about-new .about-right .para[data-v-ef5f3ba1]{font-size:18px;text-align:center;max-width:560px}}@media screen and (min-width: 1025px) and (max-width: 1200px){.about-new[data-v-ef5f3ba1]{gap:0px;padding:0 0 0 40px;width:100%}.about-new .container[data-v-ef5f3ba1]{gap:0px;width:100%}.about-new .row.top[data-v-ef5f3ba1]{padding:0 40px 60px}.about-new .about-new-tabs-content[data-v-ef5f3ba1]{width:100%;min-height:416px}.about-new .about-new-tab-content[data-v-ef5f3ba1]{top:0;left:0;width:100%;height:100%;min-height:416px}.about-new .about-new-tab[data-v-ef5f3ba1]{grid-gap:8px;gap:12px;width:94px}.about-new .about-new-tab .top[data-v-ef5f3ba1]{border-radius:12px;inline-size:48px;block-size:48px;padding:12px}.about-new .about-new-tab .top img[data-v-ef5f3ba1]{width:36px;height:100%}.about-new .about-new-tab .bottom span[data-v-ef5f3ba1],.about-new .about-new-tab.active .bottom span[data-v-ef5f3ba1]{font-size:12px}.about-new .about-new-tab.active .top[data-v-ef5f3ba1]{border-radius:12px;width:48px;height:48px;padding:12px}.about-new .about-new-tab.active .top img[data-v-ef5f3ba1]{width:36px;height:100%}.about-new .about-right img[data-v-ef5f3ba1]{width:120%;height:auto}.about-new .about-right .mobile-img[data-v-ef5f3ba1]{height:92%}.about-new .about-right .content[data-v-ef5f3ba1]{max-width:400px;gap:20px}.about-new .about-right .content .tag[data-v-ef5f3ba1]{padding:4px 8px;font-size:14px}.about-new .about-right .main-heading[data-v-ef5f3ba1]{font-size:36px}.about-new .about-right .para[data-v-ef5f3ba1]{font-size:16px}.about-new .about-right .col.right[data-v-ef5f3ba1]{flex:2}}@media screen and (min-width: 1400px){.about-new .about-right .inner-container[data-v-ef5f3ba1]{margin:0 auto 0 calc((100vw - 1400px)/2)!important}.about-new[data-v-ef5f3ba1]{gap:0px;padding:0!important;width:100%}}@media screen and (min-width: 1201px) and (max-width: 1600px){.about-new[data-v-ef5f3ba1]{gap:0px;padding:0 0 0 40px;width:100%}.about-new .container[data-v-ef5f3ba1]{gap:0px;width:100%}.about-new .row.top[data-v-ef5f3ba1]{padding:0 40px 60px}.about-new .about-new-tabs-content[data-v-ef5f3ba1]{width:100%;min-height:557px}.about-new .about-new-tab-content[data-v-ef5f3ba1]{top:0;left:0;width:100%;height:100%;min-height:557px}.about-new .about-new-tab[data-v-ef5f3ba1]{grid-gap:8px;gap:12px;width:102px}.about-new .about-new-tab .top[data-v-ef5f3ba1]{border-radius:12px;inline-size:56px;block-size:56px;padding:12px}.about-new .about-new-tab .top img[data-v-ef5f3ba1]{width:44px;height:100%}.about-new .about-new-tab .bottom span[data-v-ef5f3ba1],.about-new .about-new-tab.active .bottom span[data-v-ef5f3ba1]{font-size:14px}.about-new .about-new-tab.active .top[data-v-ef5f3ba1]{border-radius:12px;width:56px;height:56px;padding:12px}.about-new .about-new-tab.active .top img[data-v-ef5f3ba1]{width:44px;height:100%}.about-new .about-right img[data-v-ef5f3ba1]{width:120%;height:auto}.about-new .about-right .mobile-img[data-v-ef5f3ba1]{height:92%}.about-new .about-right .content[data-v-ef5f3ba1]{max-width:400px;gap:20px}.about-new .about-right .content .tag[data-v-ef5f3ba1]{padding:4px 8px;font-size:16px}.about-new .about-right .main-heading[data-v-ef5f3ba1]{font-size:40px}.about-new .about-right .para[data-v-ef5f3ba1]{font-size:18px}}@media screen and (min-width: 1601px){.about-new[data-v-ef5f3ba1]{gap:0px;padding:0;width:100%}.about-new .container[data-v-ef5f3ba1]{gap:0px;width:100%}.about-new .row.top[data-v-ef5f3ba1]{padding:0 40px 60px}.about-new .about-new-tabs-content[data-v-ef5f3ba1]{min-height:729px;width:100%}.about-new .about-new-tab-content[data-v-ef5f3ba1]{min-height:729px;top:0;left:0;width:100%;height:100%}.about-new .about-new-tab[data-v-ef5f3ba1]{grid-gap:8px;gap:12px;width:106px}.about-new .about-new-tab .top[data-v-ef5f3ba1]{border-radius:12px;inline-size:68.5px;block-size:68.5px;padding:12px}.about-new .about-new-tab .top img[data-v-ef5f3ba1]{width:48px;height:100%}.about-new .about-new-tab .bottom span[data-v-ef5f3ba1],.about-new .about-new-tab.active .bottom span[data-v-ef5f3ba1]{font-size:16px}.about-new .about-new-tab.active .top[data-v-ef5f3ba1]{border-radius:12px;width:68.5px;height:68.5px;padding:12px}.about-new .about-new-tab.active .top img[data-v-ef5f3ba1]{width:48px;height:100%}.about-new .about-right .inner-container[data-v-ef5f3ba1]{margin:0 auto 0 calc((100vw - 1400px)/2)}.about-new .about-right img[data-v-ef5f3ba1]{width:120%;height:auto}.about-new .about-right .mobile-img[data-v-ef5f3ba1]{height:92%}.about-new .about-right .content[data-v-ef5f3ba1]{max-width:400px;gap:20px}.about-new .about-right .content .tag[data-v-ef5f3ba1]{padding:4px 8px;font-size:18px}.about-new .about-right .main-heading[data-v-ef5f3ba1]{font-size:48px}.about-new .about-right .para[data-v-ef5f3ba1]{font-size:20px}}.contact[data-v-7b6545f0]{position:relative}.contact .container[data-v-7b6545f0]{width:100%;margin:0 auto;max-width:1400px;display:flex;gap:60px}.contact .col[data-v-7b6545f0]{position:relative;flex:1}.contact .content[data-v-7b6545f0]{display:flex;gap:20px;flex-direction:column}.contact .form-box[data-v-7b6545f0]{background-color:#0c0a14;border-radius:12px;display:flex}.contact .field-wrapper[data-v-7b6545f0]{width:100%;border-radius:8px;position:relative;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.contact .field-wrapper[data-v-7b6545f0]:before,.contact .field-wrapper[data-v-7b6545f0]:after{content:"";position:absolute;width:100%;height:100%;top:0;border-radius:inherit;left:0;pointer-events:none;transition:opacity .2s cubic-bezier(.6,.6,0,1)}.contact .field-wrapper[data-v-7b6545f0]:before{background:linear-gradient(180deg,#e2e8ff00,#e2e8ff0f),#e2e8ff05}.contact .field-wrapper[data-v-7b6545f0]:after{background:linear-gradient(180deg,#e2e8ff00,#e2e8ff0f),#e2e8ff14;opacity:0}.contact .field-wrapper[data-v-7b6545f0]:hover:before{opacity:0}.contact .field-wrapper[data-v-7b6545f0]:hover:after{opacity:1}.contact .field-wrapper[data-v-7b6545f0]:focus-within:before,.contact .field-wrapper[data-v-7b6545f0]:focus-within:after{opacity:0}.contact .field-wrapper input[data-v-7b6545f0]{font-family:"Montserrat",Sans-serif;display:flex;line-height:1.5;width:100%;background-color:transparent;color:#fff;border-radius:inherit;transition:border-color .2s cubic-bezier(.6,.6,0,1),box-shadow .2s cubic-bezier(.6,.6,0,1);border:1px solid rgba(226,232,255,.1)}.contact .field-wrapper input[data-v-7b6545f0]:focus-visible{font-family:"Montserrat",Sans-serif;border:1px solid rgba(226,232,255,.1);outline:none}.contact .field-wrapper input[data-v-7b6545f0]::-moz-placeholder{font-family:"Montserrat",Sans-serif;color:#fff9;-moz-transition:opacity .2s cubic-bezier(.6,.6,0,1);transition:opacity .2s cubic-bezier(.6,.6,0,1)}.contact .field-wrapper input[data-v-7b6545f0]::placeholder{font-family:"Montserrat",Sans-serif;color:#fff9;transition:opacity .2s cubic-bezier(.6,.6,0,1)}.contact .field-wrapper input[data-v-7b6545f0]:focus{font-family:"Montserrat",Sans-serif;border-color:#ffffff21}.contact .field-wrapper input[data-v-7b6545f0]:focus::-moz-placeholder{font-family:"Montserrat",Sans-serif;opacity:0}.contact .field-wrapper input[data-v-7b6545f0]:focus::placeholder{font-family:"Montserrat",Sans-serif;opacity:0}.contact .field-wrapper textarea[data-v-7b6545f0]{font-family:"Montserrat",Sans-serif;resize:none;display:flex;line-height:1.5;width:100%;background-color:transparent;color:#fff;border-radius:inherit;transition:border-color .2s cubic-bezier(.6,.6,0,1),box-shadow .2s cubic-bezier(.6,.6,0,1);border:1px solid rgba(226,232,255,.1)}.contact .field-wrapper textarea[data-v-7b6545f0]:focus-visible{font-family:"Montserrat",Sans-serif;border:1px solid rgba(226,232,255,.1);outline:none}.contact .field-wrapper textarea[data-v-7b6545f0]::-moz-placeholder{font-family:"Montserrat",Sans-serif;color:#fff9;-moz-transition:opacity .2s cubic-bezier(.6,.6,0,1);transition:opacity .2s cubic-bezier(.6,.6,0,1)}.contact .field-wrapper textarea[data-v-7b6545f0]::placeholder{font-family:"Montserrat",Sans-serif;color:#fff9;transition:opacity .2s cubic-bezier(.6,.6,0,1)}.contact .field-wrapper textarea[data-v-7b6545f0]:focus{font-family:"Montserrat",Sans-serif;border-color:#ffffff21}.contact .field-wrapper textarea[data-v-7b6545f0]:focus::-moz-placeholder{font-family:"Montserrat",Sans-serif;opacity:0}.contact .field-wrapper textarea[data-v-7b6545f0]:focus::placeholder{font-family:"Montserrat",Sans-serif;opacity:0}.contact .sub-heading[data-v-7b6545f0]{height:auto;position:relative;width:auto;font-style:normal;font-weight:600;line-height:1.2;display:inline-block;-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;text-align:left;color:#fff;text-decoration:none;text-transform:none}.contact .main-heading[data-v-7b6545f0]{font-style:normal;font-weight:700;line-height:1.2;color:#fff;text-decoration:none;text-transform:none}.contact .para[data-v-7b6545f0]{height:auto;max-width:860px;position:relative;width:100%;font-style:normal;font-weight:400;line-height:1.5;text-align:center;color:#fff9;text-decoration:none;text-transform:none}.contact a[data-v-7b6545f0]{color:#fff9;-webkit-transition:all .4s ease-in;-moz-transition:all .4s ease-in;-o-transition:all .4s ease-in;transition:all .4s ease-in}.contact a[data-v-7b6545f0]:hover{color:#fff;-webkit-transition:all .4s ease-in-out;-moz-transition:all .4s ease-in-out;-o-transition:all .4s ease-in-out;transition:all .4s ease-in-out}.contact .wrapper[data-v-7b6545f0]{display:flex;flex-direction:column;gap:10px}.contact .items[data-v-7b6545f0]{position:relative;width:100%;border-radius:12px;display:flex;flex-wrap:wrap;flex-direction:row}.contact .grad-border[data-v-7b6545f0]:after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;border-radius:12px;border:3px solid transparent;background:linear-gradient(45deg,#ff9c00,#ff4094,#a629f2,#00b7ff) border-box;-webkit-mask:-webkit-gradient(linear,left top,left bottom,color-stop(0,#fff)) padding-box,-webkit-gradient(linear,left top,left bottom,color-stop(0,#fff));-webkit-mask:linear-gradient(#fff 0 0) padding-box,linear-gradient(#fff 0 0);mask:linear-gradient(#fff 0 0) padding-box,linear-gradient(#fff 0 0);-webkit-mask-composite:destination-out;-webkit-mask-composite:source-out;mask-composite:exclude;background-size:300% 300%;-webkit-animation:animatedgradient 4s ease alternate infinite;animation:animatedgradient 4s ease alternate infinite}.contact .item[data-v-7b6545f0]{position:relative;background-color:#000;display:flex;flex-direction:row;border-radius:12px}.contact .item-content[data-v-7b6545f0]{position:relative;display:flex;justify-content:center}.contact .icon[data-v-7b6545f0]{display:flex}.contact .yellow svg[data-v-7b6545f0]{fill:#ff9c00}.contact .pink svg[data-v-7b6545f0]{fill:#ff4094}.contact .purple svg[data-v-7b6545f0]{fill:#a629f2}.contact .blue svg[data-v-7b6545f0]{fill:#00b7ff}.contact .item-content .heading[data-v-7b6545f0]{font-weight:700;font-style:normal;color:#fff;line-height:1.2;text-transform:uppercase}.contact .item-content .para[data-v-7b6545f0]{line-height:1.5;font-weight:400;font-style:normal;color:silver}.contact .form-response[data-v-7b6545f0]{font-weight:600}.contact .form-box[data-v-7b6545f0]{flex-direction:column}@media screen and (min-width: 320px) and (max-width: 360px){.contact[data-v-7b6545f0]{padding:0 16px 64px}.contact .container[data-v-7b6545f0]{flex-direction:column}.contact .col[data-v-7b6545f0]{width:100%;display:flex;justify-content:center}.contact .content[data-v-7b6545f0]{max-width:600px}.contact .form-box[data-v-7b6545f0]{padding:32px;width:100%}.contact .field-wrapper[data-v-7b6545f0]{margin-bottom:20px}.contact .field-wrapper input[data-v-7b6545f0]{min-height:44px;font-size:14px;padding:9px 14px}.contact .field-wrapper textarea[data-v-7b6545f0]{min-height:200px;font-size:14px;padding:9px 14px}.contact .sub-heading[data-v-7b6545f0]{font-size:16px;text-align:left}.contact .main-heading[data-v-7b6545f0]{font-size:28px;text-align:left}.contact p[data-v-7b6545f0]{font-size:16px;text-align:left}.contact .para[data-v-7b6545f0]{font-size:16px}.contact .items[data-v-7b6545f0]{flex-direction:column;align-items:flex-start;gap:20px;margin:12px 0}.contact .item[data-v-7b6545f0]{gap:0 16px;padding:12px 20px;width:100%}.contact .item-content[data-v-7b6545f0]{flex-direction:column;gap:0}.contact .icon svg[data-v-7b6545f0]{width:40px;height:40px}.contact .item-content .heading[data-v-7b6545f0]{font-size:14px}.contact .item-content .para[data-v-7b6545f0],.contact .form-response[data-v-7b6545f0]{font-size:12px}}@media screen and (min-width: 361px) and (max-width: 560px){.contact[data-v-7b6545f0]{padding:0 16px 64px}.contact .container[data-v-7b6545f0]{flex-direction:column}.contact .col[data-v-7b6545f0]{width:100%;display:flex;justify-content:center}.contact .content[data-v-7b6545f0]{max-width:600px}.contact .form-box[data-v-7b6545f0]{padding:32px;width:100%}.contact .field-wrapper[data-v-7b6545f0]{margin-bottom:20px}.contact .field-wrapper input[data-v-7b6545f0]{min-height:44px;font-size:16px;padding:9px 14px}.contact .field-wrapper textarea[data-v-7b6545f0]{min-height:200px;font-size:16px;padding:9px 14px}.contact .sub-heading[data-v-7b6545f0]{font-size:18px;text-align:left}.contact .main-heading[data-v-7b6545f0]{font-size:32px;text-align:left}.contact p[data-v-7b6545f0]{font-size:18px;text-align:left}.contact .para[data-v-7b6545f0]{font-size:18px}.contact .items[data-v-7b6545f0]{flex-direction:column;align-items:flex-start;gap:20px;margin:12px 0}.contact .item[data-v-7b6545f0]{gap:0 16px;padding:12px 20px;width:100%}.contact .item-content[data-v-7b6545f0]{flex-direction:column;gap:0}.contact .icon svg[data-v-7b6545f0]{width:48px;height:48px}.contact .item-content .heading[data-v-7b6545f0]{font-size:16px}.contact .item-content .para[data-v-7b6545f0],.contact .form-response[data-v-7b6545f0]{font-size:14px}}@media screen and (min-width: 561px) and (max-width: 767px){.contact[data-v-7b6545f0]{padding:0 16px 64px}.contact .container[data-v-7b6545f0]{flex-direction:column}.contact .col[data-v-7b6545f0]{width:100%;display:flex}.contact .form-box[data-v-7b6545f0]{padding:32px;width:100%}.contact .field-wrapper[data-v-7b6545f0]{margin-bottom:20px}.contact .field-wrapper input[data-v-7b6545f0]{min-height:44px;font-size:16px;padding:9px 14px}.contact .field-wrapper textarea[data-v-7b6545f0]{min-height:200px;font-size:16px;padding:9px 14px}.contact .sub-heading[data-v-7b6545f0]{font-size:18px;text-align:left}.contact .main-heading[data-v-7b6545f0]{font-size:32px;text-align:left}.contact p[data-v-7b6545f0]{font-size:18px;text-align:left}.contact .para[data-v-7b6545f0]{font-size:18px}.contact .items[data-v-7b6545f0]{gap:20px;margin:12px 0}.contact .item[data-v-7b6545f0]{gap:0 16px;padding:12px 20px;width:calc(50% - 10px)}.contact .item-content[data-v-7b6545f0]{flex-direction:column;gap:0}.contact .icon svg[data-v-7b6545f0]{width:48px;height:48px}.contact .item-content .heading[data-v-7b6545f0]{font-size:16px}.contact .item-content .para[data-v-7b6545f0],.contact .form-response[data-v-7b6545f0]{font-size:14px}}@media screen and (min-width: 768px) and (max-width: 1024px){.contact[data-v-7b6545f0]{padding:0 40px 120px}.contact .container[data-v-7b6545f0]{flex-direction:column}.contact .col[data-v-7b6545f0]{width:100%;display:flex;justify-content:center}.contact .content[data-v-7b6545f0]{max-width:600px}.contact .form-box[data-v-7b6545f0]{padding:32px;width:100%}.contact .field-wrapper[data-v-7b6545f0]{margin-bottom:20px}.contact .field-wrapper input[data-v-7b6545f0]{min-height:44px;font-size:16px;padding:9px 14px}.contact .field-wrapper textarea[data-v-7b6545f0]{min-height:200px;font-size:16px;padding:9px 14px}.contact .sub-heading[data-v-7b6545f0]{font-size:18px;text-align:center}.contact .main-heading[data-v-7b6545f0]{font-size:40px;text-align:center}.contact p[data-v-7b6545f0]{font-size:18px;text-align:center}.contact .para[data-v-7b6545f0]{font-size:18px}.contact .items[data-v-7b6545f0]{gap:20px;margin:12px 0}.contact .item[data-v-7b6545f0]{gap:0 16px;padding:12px 20px;width:calc(50% - 10px)}.contact .item-content[data-v-7b6545f0]{flex-direction:column;gap:0}.contact .icon svg[data-v-7b6545f0]{width:48px;height:48px}.contact .item-content .heading[data-v-7b6545f0]{font-size:16px}.contact .item-content .para[data-v-7b6545f0],.contact .form-response[data-v-7b6545f0]{font-size:14px}}@media screen and (min-width: 1025px) and (max-width: 1200px){.contact[data-v-7b6545f0]{padding:0 40px 120px}.contact .container[data-v-7b6545f0]{gap:20px}.contact .form-box[data-v-7b6545f0]{padding:32px}.contact .field-wrapper[data-v-7b6545f0]{margin-bottom:20px}.contact .field-wrapper input[data-v-7b6545f0]{min-height:44px;font-size:14px;padding:9px 14px}.contact .field-wrapper textarea[data-v-7b6545f0]{min-height:200px;font-size:14px;padding:9px 14px}.contact .sub-heading[data-v-7b6545f0]{font-size:16px}.contact .main-heading[data-v-7b6545f0]{font-size:36px}.contact p[data-v-7b6545f0],.contact .para[data-v-7b6545f0]{font-size:16px}.contact .items[data-v-7b6545f0]{gap:12px;margin:12px 0}.contact .item[data-v-7b6545f0]{gap:0 16px;padding:12px 20px;width:calc(50% - 6px)}.contact .item-content[data-v-7b6545f0]{flex-direction:column;gap:0}.contact .icon svg[data-v-7b6545f0]{width:40px;height:40px}.contact .item-content .heading[data-v-7b6545f0]{font-size:14px}.contact .item-content .para[data-v-7b6545f0],.contact .form-response[data-v-7b6545f0]{font-size:12px}}@media screen and (min-width: 1201px) and (max-width: 1600px){.contact[data-v-7b6545f0]{padding:0 40px 120px}.contact .form-box[data-v-7b6545f0]{padding:32px}.contact .field-wrapper[data-v-7b6545f0]{margin-bottom:20px}.contact .field-wrapper input[data-v-7b6545f0]{min-height:44px;font-size:16px;padding:9px 14px}.contact .field-wrapper textarea[data-v-7b6545f0]{min-height:200px;font-size:16px;padding:9px 14px}.contact .sub-heading[data-v-7b6545f0]{font-size:18px}.contact .main-heading[data-v-7b6545f0]{font-size:40px}.contact p[data-v-7b6545f0],.contact .para[data-v-7b6545f0]{font-size:18px}.contact .items[data-v-7b6545f0]{gap:20px;margin:12px 0}.contact .item[data-v-7b6545f0]{gap:0 16px;padding:12px 20px;width:calc(50% - 10px)}.contact .item-content[data-v-7b6545f0]{flex-direction:column;gap:0}.contact .icon svg[data-v-7b6545f0]{width:48px;height:48px}.contact .item-content .heading[data-v-7b6545f0]{font-size:16px}.contact .item-content .para[data-v-7b6545f0],.contact .form-response[data-v-7b6545f0]{font-size:14px}}@media screen and (min-width: 1601px){.contact[data-v-7b6545f0]{padding:0 20px 120px}.contact .form-box[data-v-7b6545f0]{padding:32px}.contact .field-wrapper[data-v-7b6545f0]{margin-bottom:20px}.contact .field-wrapper input[data-v-7b6545f0]{min-height:44px;font-size:18px;padding:9px 14px}.contact .field-wrapper textarea[data-v-7b6545f0]{min-height:200px;font-size:18px;padding:9px 14px}.contact .sub-heading[data-v-7b6545f0]{font-size:20px}.contact .main-heading[data-v-7b6545f0]{font-size:48px}.contact p[data-v-7b6545f0],.contact .para[data-v-7b6545f0]{font-size:20px}.contact .items[data-v-7b6545f0]{gap:20px;margin:12px 0}.contact .item[data-v-7b6545f0]{gap:0 16px;padding:12px 20px;width:calc(50% - 10px)}.contact .item-content[data-v-7b6545f0]{flex-direction:column;gap:0}.contact .icon svg[data-v-7b6545f0]{width:56px;height:56px}.contact .item-content .heading[data-v-7b6545f0]{font-size:18px}.contact .item-content .para[data-v-7b6545f0],.contact .form-response[data-v-7b6545f0]{font-size:16px}}.hero[data-v-b34f6fe4]{align-content:center;align-items:center;display:flex;flex:none;flex-direction:column;flex-wrap:nowrap;justify-content:center;overflow:visible;position:relative}.hero .container[data-v-b34f6fe4]{align-content:flex-start;align-items:flex-start;display:flex;flex:none;flex-direction:column;flex-wrap:nowrap;justify-content:center;overflow:visible;position:relative;z-index:2}.hero .main-heading[data-v-b34f6fe4]{align-content:flex-start;align-items:flex-start;display:flex;flex-direction:column;flex-wrap:nowrap;justify-content:center;overflow:visible;height:min-content;position:relative;z-index:2}.hero .para[data-v-b34f6fe4]{align-content:flex-start;align-items:flex-start;display:flex;flex-direction:column;flex-wrap:nowrap;height:min-content;justify-content:center;overflow:visible;position:relative;z-index:2}.hero .download-button[data-v-b34f6fe4]{border-radius:.5em;min-height:fit-content;will-change:transform;position:relative;overflow:hidden;display:flex;align-items:center;justify-content:space-between;background-color:#000;text-decoration:none}.hero .grad-border[data-v-b34f6fe4]:after{border-radius:.5em;content:"";position:absolute;background:linear-gradient(45deg,#ff9c00,#ff4094,#a629f2,#00b7ff) border-box;-webkit-mask-composite:destination-out;-webkit-mask-composite:source-out;mask-composite:exclude;background-size:300% 300%;-webkit-animation:animatedgradient 4s ease alternate infinite;animation:animatedgradient 4s ease alternate infinite;top:0;left:0;right:0;bottom:0;border:2px solid transparent}.hero .button-inner[data-v-b34f6fe4]{width:100%;color:#fff;justify-content:space-between;align-items:center;display:flex}.hero .button-main-txt[data-v-b34f6fe4]{overflow:hidden}.hero .button-main-txt .para[data-v-b34f6fe4]{text-transform:capitalize;white-space:nowrap;font-weight:500}.hero .button-icon-wrap[data-v-b34f6fe4]{z-index:1;display:flex;justify-content:center;align-items:center}.hero .button-icon[data-v-b34f6fe4]{justify-content:center;align-items:center;display:flex;overflow:hidden}.hero .button-divider[data-v-b34f6fe4]{background-color:#fff3;align-self:center}.hero .button-inner.hover[data-v-b34f6fe4]{z-index:10;background-color:#000;position:absolute;-webkit-transition:all .4s ease-in-out;-moz-transition:all .4s ease-in-out;-o-transition:all .4s ease-in-out;transition:all .4s ease-in-out}.hero .download-button[data-v-b34f6fe4]:before{content:"";border:1px solid rgba(255,255,255,.13);width:100%;height:100%;position:absolute;box-sizing:border-box;left:0;top:0;border-radius:inherit;pointer-events:none}.hero .button-icon-wrap.hover[data-v-b34f6fe4]{align-items:stretch;width:100%;height:100%}.hero .app-button.android path[data-v-b34f6fe4],.hero .app-button.ios path[data-v-b34f6fe4]{fill:gray}.hero .app-button.android .app-text[data-v-b34f6fe4],.hero .app-button.ios .app-text[data-v-b34f6fe4]{color:gray}.hero .app-button.ios[data-v-b34f6fe4],.hero .app-button.android[data-v-b34f6fe4]{pointer-events:none}.hero .app-button[data-v-b34f6fe4]{cursor:pointer;position:relative;color:#fff;display:flex;align-items:center;justify-content:center;-webkit-transition:all .4s ease-in;-moz-transition:all .4s ease-in;-o-transition:all .4s ease-in;transition:all .4s ease-in}.hero .app-button[data-v-b34f6fe4]:before{content:"";background-color:#fff0;position:absolute}.hero .app-icon[data-v-b34f6fe4]{z-index:9;display:flex}.hero .app-button .app-text[data-v-b34f6fe4]{color:#fff;z-index:9;font-weight:500}.hero .video-container[data-v-b34f6fe4]{-webkit-mask:linear-gradient(270deg,#000000 0%,rgba(0,0,0,.76) 60%,rgba(0,0,0,0) 100%) add;align-content:center;align-items:center;display:flex;flex:none;flex-direction:row;flex-wrap:nowrap;justify-content:center;mask:linear-gradient(270deg,#000000 0%,rgba(0,0,0,.76) 60%,rgba(0,0,0,0) 100%) add;overflow:visible;position:absolute;z-index:1}.hero .video-wrapper[data-v-b34f6fe4]{flex:none;position:relative;z-index:2}.hero .video-wrapper img[data-v-b34f6fe4]{width:100%;height:auto}.hero .video-wrapper picture[data-v-b34f6fe4]{position:absolute}.hero .fade[data-v-b34f6fe4]{background:linear-gradient(0deg,#000,#0000),linear-gradient(0deg,#000,#0000);bottom:0;flex:none;left:0;overflow:hidden;pointer-events:none;position:absolute;right:0;z-index:1}.hero .wrap[data-v-b34f6fe4]{align-content:center;align-items:center;display:flex;flex:none;flex-direction:row;flex-wrap:nowrap;height:min-content;justify-content:center;overflow:hidden;position:absolute;z-index:2}.hero .wrap .wrap-container[data-v-b34f6fe4]{position:relative;z-index:1}.hero .logo-box[data-v-b34f6fe4]{text-align:left}.hero .app-icon img[data-v-b34f6fe4]{width:100%;height:auto}.hero .pill-text[data-v-b34f6fe4]{color:#fff;font-style:normal;font-weight:700;text-decoration:none;text-transform:none}.hero .logos-row[data-v-b34f6fe4]{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;overflow:hidden;-webkit-box-pack:start;-ms-flex-pack:start;-webkit-justify-content:flex-start;justify-content:flex-start;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.fourToneGrad[data-v-b34f6fe4]{background-image:linear-gradient(90deg,#ff9c00,#ff4094 35%,#a629f2 67%,#00b7ff);-webkit-background-clip:text;background-clip:text;color:transparent;-webkit-text-fill-color:transparent}.gradtext[data-v-b34f6fe4]{background-image:linear-gradient(90deg,#ff9c00,#ff4094 35%,#a629f2 67%,#00b7ff);-webkit-background-clip:text;background-clip:text;color:transparent;-webkit-text-fill-color:transparent;background-size:300% 300%;animation:animatedgradient 4s ease alternate infinite;transition:transform .2s cubic-bezier(.6,.6,0,1),margin-top .2s cubic-bezier(.6,.6,0,1)}.twoToneGrad[data-v-b34f6fe4]{background:#ffa423;background:linear-gradient(90deg,#ff9c00,#ff4094);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}.hero .download-button:hover .button-inner.hover[data-v-b34f6fe4]{transform:translate(0);-webkit-transition:all .4s ease-out;-moz-transition:all .4s ease-out;-o-transition:all .4s ease-out;transition:all .4s ease-out}.hero .app-button[data-v-b34f6fe4]:hover:before{content:"";background-size:300% 300%;animation:animatedgradient 4s ease alternate infinite;background-image:linear-gradient(135deg,#00b7ff,#a629f2 35%,#ff4094 67%,#ff9c00);transition:transform .2s cubic-bezier(.6,.6,0,1),margin-top .2s cubic-bezier(.6,.6,0,1)}@keyframes slideLeft-b34f6fe4{0%{transform:translate(0)}to{transform:translate(-50%)}}@keyframes slideRight-b34f6fe4{0%{transform:translate(0)}to{transform:translate(50%)}}@keyframes slideDown-b34f6fe4{0%{transform:translateY(0)}to{transform:translateY(-50%)}}@keyframes slideUp-b34f6fe4{0%{transform:translateY(0)}to{transform:translateY(50%)}}.hero .logo-slider[data-v-b34f6fe4]{margin-top:40px;overflow:hidden;padding:0;background-color:#000;white-space:nowrap;position:relative;width:100%;z-index:7}.hero .logo-slider[data-v-b34f6fe4]:after,.hero .logo-slider[data-v-b34f6fe4]:before{content:"";position:absolute;top:0;width:40px;height:100%;z-index:1}.hero .logo-slider[data-v-b34f6fe4]:before{left:0;background:linear-gradient(to left,transparent,black)}.hero .logo-slider[data-v-b34f6fe4]:after{right:0;background:linear-gradient(to right,transparent,black)}.hero .logos[data-v-b34f6fe4]{animation:35s slideLeft-b34f6fe4 infinite linear;display:inline-flex}.hero .logos img[data-v-b34f6fe4]{margin:0 40px;height:80px;object-fit:contain;aspect-ratio:16/9}.under-layer-row[data-v-b34f6fe4]{position:absolute;left:0;top:0;right:0}.main-row .logo-box[data-v-b34f6fe4],.under-layer-row .logo-box[data-v-b34f6fe4]{-webkit-transform:translateY(51px);-moz-transform:translateY(51px);-ms-transform:translateY(51px);transform:translateY(51px)}.main-row .animation-1-1[data-v-b34f6fe4]{-webkit-animation-name:animation-box-b34f6fe4;animation-name:animation-box-b34f6fe4;-webkit-animation-duration:16s;animation-duration:16s;-webkit-animation-delay:0ms;animation-delay:0ms;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}.main-row .animation-1-2[data-v-b34f6fe4]{-webkit-animation-name:animation-box-b34f6fe4;animation-name:animation-box-b34f6fe4;-webkit-animation-duration:16s;animation-duration:16s;-webkit-animation-delay:.1s;animation-delay:.1s;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}.main-row .animation-1-3[data-v-b34f6fe4]{-webkit-animation-name:animation-box-b34f6fe4;animation-name:animation-box-b34f6fe4;-webkit-animation-duration:16s;animation-duration:16s;-webkit-animation-delay:.2s;animation-delay:.2s;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}.main-row .animation-1-4[data-v-b34f6fe4]{-webkit-animation-name:animation-box-b34f6fe4;animation-name:animation-box-b34f6fe4;-webkit-animation-duration:16s;animation-duration:16s;-webkit-animation-delay:.3s;animation-delay:.3s;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}.main-row .animation-1-1 .logo-box-img[data-v-b34f6fe4]{display:block;object-fit:contain;width:314px;height:51px}.main-row .animation-1-2 .logo-box-img[data-v-b34f6fe4]{display:block;object-fit:contain;width:314px;height:51px;aspect-ratio:232 / 51}.main-row .animation-1-3 .logo-box-img[data-v-b34f6fe4]{display:block;object-fit:contain;width:314px;height:51px;aspect-ratio:224 / 51}.main-row .animation-1-4 .logo-box-img[data-v-b34f6fe4]{display:block;object-fit:contain;width:314px;height:51px;aspect-ratio:176 / 51}.under-layer-row .animation-2-1[data-v-b34f6fe4]{-webkit-animation-name:animation-box-b34f6fe4;animation-name:animation-box-b34f6fe4;-webkit-animation-duration:16s;animation-duration:16s;-webkit-animation-delay:4s;animation-delay:4s;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}.under-layer-row .animation-2-2[data-v-b34f6fe4]{-webkit-animation-name:animation-box-b34f6fe4;animation-name:animation-box-b34f6fe4;-webkit-animation-duration:16s;animation-duration:16s;-webkit-animation-delay:4.1s;animation-delay:4.1s;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}.under-layer-row .animation-2-3[data-v-b34f6fe4]{-webkit-animation-name:animation-box-b34f6fe4;animation-name:animation-box-b34f6fe4;-webkit-animation-duration:16s;animation-duration:16s;-webkit-animation-delay:4.2s;animation-delay:4.2s;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}.under-layer-row .animation-2-4[data-v-b34f6fe4]{-webkit-animation-name:animation-box-b34f6fe4;animation-name:animation-box-b34f6fe4;-webkit-animation-duration:16s;animation-duration:16s;-webkit-animation-delay:4.3s;animation-delay:4.3s;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}.under-layer-row .animation-2-1 .logo-box-img[data-v-b34f6fe4]{display:block;object-fit:contain;width:314px;height:51px;aspect-ratio:311 / 51}.under-layer-row .animation-2-2 .logo-box-img[data-v-b34f6fe4]{display:block;object-fit:contain;width:314px;height:51px;aspect-ratio:160 / 51}.under-layer-row .animation-2-3 .logo-box-img[data-v-b34f6fe4]{display:block;object-fit:contain;width:314px;height:51px;aspect-ratio:176 / 51}.under-layer-row .animation-2-4 .logo-box-img[data-v-b34f6fe4]{display:block;object-fit:contain;width:314px;height:51px;aspect-ratio:161 / 51}@keyframes animation-box-b34f6fe4{0%{visibility:visible;-webkit-transform:translateY(44px);-moz-transform:translateY(44px);-ms-transform:translateY(44px);transform:translateY(44px)}2%{-webkit-transform:translateY(0);-moz-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}23%{-webkit-transform:translateY(0);-moz-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}25%{visibility:hidden;-webkit-transform:translateY(-44px);-moz-transform:translateY(-44px);-ms-transform:translateY(-44px);transform:translateY(-44px)}to{visibility:hidden;-webkit-transform:translateY(-44px);-moz-transform:translateY(-44px);-ms-transform:translateY(-44px);transform:translateY(-44px)}}.under-layer-row .animation-3-1[data-v-b34f6fe4]{-webkit-animation-name:animation-box-b34f6fe4;animation-name:animation-box-b34f6fe4;-webkit-animation-duration:16s;animation-duration:16s;-webkit-animation-delay:8s;animation-delay:8s;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}.under-layer-row .animation-3-2[data-v-b34f6fe4]{-webkit-animation-name:animation-box-b34f6fe4;animation-name:animation-box-b34f6fe4;-webkit-animation-duration:16s;animation-duration:16s;-webkit-animation-delay:8.1s;animation-delay:8.1s;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}.under-layer-row .animation-3-3[data-v-b34f6fe4]{-webkit-animation-name:animation-box-b34f6fe4;animation-name:animation-box-b34f6fe4;-webkit-animation-duration:16s;animation-duration:16s;-webkit-animation-delay:8.2s;animation-delay:8.2s;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}.under-layer-row .animation-3-4[data-v-b34f6fe4]{-webkit-animation-name:animation-box-b34f6fe4;animation-name:animation-box-b34f6fe4;-webkit-animation-duration:16s;animation-duration:16s;-webkit-animation-delay:8.3s;animation-delay:8.3s;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}.under-layer-row .animation-3-1 .logo-box-img[data-v-b34f6fe4]{display:block;object-fit:contain;width:314px;height:51px;aspect-ratio:535 / 51}.under-layer-row .animation-3-2 .logo-box-img[data-v-b34f6fe4]{display:block;object-fit:contain;width:314px;height:51px;aspect-ratio:232 / 51}.under-layer-row .animation-3-3 .logo-box-img[data-v-b34f6fe4]{display:block;object-fit:contain;width:314px;height:51px;aspect-ratio:224 / 51}.under-layer-row .animation-3-4 .logo-box-img[data-v-b34f6fe4]{display:block;object-fit:contain;width:314px;height:51px;aspect-ratio:176 / 51}.under-layer-row .animation-4-1[data-v-b34f6fe4]{-webkit-animation-name:animation-box-b34f6fe4;animation-name:animation-box-b34f6fe4;-webkit-animation-duration:16s;animation-duration:16s;-webkit-animation-delay:12s;animation-delay:12s;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}.under-layer-row .animation-4-2[data-v-b34f6fe4]{-webkit-animation-name:animation-box-b34f6fe4;animation-name:animation-box-b34f6fe4;-webkit-animation-duration:16s;animation-duration:16s;-webkit-animation-delay:12.1s;animation-delay:12.1s;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}.under-layer-row .animation-4-3[data-v-b34f6fe4]{-webkit-animation-name:animation-box-b34f6fe4;animation-name:animation-box-b34f6fe4;-webkit-animation-duration:16s;animation-duration:16s;-webkit-animation-delay:12.2s;animation-delay:12.2s;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}.under-layer-row .animation-4-4[data-v-b34f6fe4]{-webkit-animation-name:animation-box-b34f6fe4;animation-name:animation-box-b34f6fe4;-webkit-animation-duration:16s;animation-duration:16s;-webkit-animation-delay:12.3s;animation-delay:12.3s;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}.under-layer-row .animation-4-1 .logo-box-img[data-v-b34f6fe4]{display:block;object-fit:contain;width:314px;height:51px;aspect-ratio:311 / 51}.under-layer-row .animation-4-2 .logo-box-img[data-v-b34f6fe4]{display:block;object-fit:contain;width:314px;height:51px;aspect-ratio:160 / 51}.under-layer-row .animation-4-3 .logo-box-img[data-v-b34f6fe4]{display:block;object-fit:contain;width:314px;height:51px;aspect-ratio:176 / 51}.under-layer-row .animation-4-4 .logo-box-img[data-v-b34f6fe4]{display:block;object-fit:contain;width:314px;height:51px;aspect-ratio:161 / 51}.under-layer-row .animation-5-1[data-v-b34f6fe4]{-webkit-animation-name:animation-box-b34f6fe4;animation-name:animation-box-b34f6fe4;-webkit-animation-duration:16s;animation-duration:16s;-webkit-animation-delay:16s;animation-delay:16s;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}.under-layer-row .animation-5-2[data-v-b34f6fe4]{-webkit-animation-name:animation-box-b34f6fe4;animation-name:animation-box-b34f6fe4;-webkit-animation-duration:16s;animation-duration:16s;-webkit-animation-delay:16.1s;animation-delay:16.1s;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}.under-layer-row .animation-5-3[data-v-b34f6fe4]{-webkit-animation-name:animation-box-b34f6fe4;animation-name:animation-box-b34f6fe4;-webkit-animation-duration:16s;animation-duration:16s;-webkit-animation-delay:16.2s;animation-delay:16.2s;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}.under-layer-row .animation-5-4[data-v-b34f6fe4]{-webkit-animation-name:animation-box-b34f6fe4;animation-name:animation-box-b34f6fe4;-webkit-animation-duration:16s;animation-duration:16s;-webkit-animation-delay:16.3s;animation-delay:16.3s;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}.under-layer-row .animation-5-1 .logo-box-img[data-v-b34f6fe4]{display:block;object-fit:contain;width:314px;height:51px;aspect-ratio:311 / 51}.under-layer-row .animation-5-2 .logo-box-img[data-v-b34f6fe4]{display:block;object-fit:contain;width:314px;height:51px;aspect-ratio:160 / 51}.under-layer-row .animation-5-3 .logo-box-img[data-v-b34f6fe4]{display:block;object-fit:contain;width:314px;height:51px;aspect-ratio:176 / 51}.under-layer-row .animation-5-4 .logo-box-img[data-v-b34f6fe4]{display:block;object-fit:contain;width:314px;height:51px;aspect-ratio:161 / 51}.under-layer-row .animation-6-1[data-v-b34f6fe4]{-webkit-animation-name:animation-box-b34f6fe4;animation-name:animation-box-b34f6fe4;-webkit-animation-duration:16s;animation-duration:16s;-webkit-animation-delay:20s;animation-delay:20s;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}.under-layer-row .animation-6-2[data-v-b34f6fe4]{-webkit-animation-name:animation-box-b34f6fe4;animation-name:animation-box-b34f6fe4;-webkit-animation-duration:16s;animation-duration:16s;-webkit-animation-delay:20.1s;animation-delay:20.1s;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}.under-layer-row .animation-6-3[data-v-b34f6fe4]{-webkit-animation-name:animation-box-b34f6fe4;animation-name:animation-box-b34f6fe4;-webkit-animation-duration:16s;animation-duration:16s;-webkit-animation-delay:20.2s;animation-delay:20.2s;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}.under-layer-row .animation-6-4[data-v-b34f6fe4]{-webkit-animation-name:animation-box-b34f6fe4;animation-name:animation-box-b34f6fe4;-webkit-animation-duration:16s;animation-duration:16s;-webkit-animation-delay:20.3s;animation-delay:20.3s;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}.under-layer-row .animation-6-1 .logo-box-img[data-v-b34f6fe4]{display:block;object-fit:contain;width:314px;height:51px;aspect-ratio:311 / 51}.under-layer-row .animation-6-2 .logo-box-img[data-v-b34f6fe4]{display:block;object-fit:contain;width:314px;height:51px;aspect-ratio:160 / 51}.under-layer-row .animation-6-3 .logo-box-img[data-v-b34f6fe4]{display:block;object-fit:contain;width:314px;height:51px;aspect-ratio:176 / 51}.under-layer-row .animation-6-4 .logo-box-img[data-v-b34f6fe4]{display:block;object-fit:contain;width:314px;height:51px;aspect-ratio:161 / 51}.under-layer-row .animation-7-1[data-v-b34f6fe4]{-webkit-animation-name:animation-box-b34f6fe4;animation-name:animation-box-b34f6fe4;-webkit-animation-duration:16s;animation-duration:16s;-webkit-animation-delay:24s;animation-delay:24s;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}.under-layer-row .animation-7-2[data-v-b34f6fe4]{-webkit-animation-name:animation-box-b34f6fe4;animation-name:animation-box-b34f6fe4;-webkit-animation-duration:16s;animation-duration:16s;-webkit-animation-delay:24.1s;animation-delay:24.1s;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}.under-layer-row .animation-7-3[data-v-b34f6fe4]{-webkit-animation-name:animation-box-b34f6fe4;animation-name:animation-box-b34f6fe4;-webkit-animation-duration:16s;animation-duration:16s;-webkit-animation-delay:24.2s;animation-delay:24.2s;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}.under-layer-row .animation-7-4[data-v-b34f6fe4]{-webkit-animation-name:animation-box-b34f6fe4;animation-name:animation-box-b34f6fe4;-webkit-animation-duration:16s;animation-duration:16s;-webkit-animation-delay:24.3s;animation-delay:24.3s;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}.under-layer-row .animation-7-1 .logo-box-img[data-v-b34f6fe4],.under-layer-row .animation-7-2 .logo-box-img[data-v-b34f6fe4],.under-layer-row .animation-7-3 .logo-box-img[data-v-b34f6fe4]{display:block;object-fit:contain;width:314px;height:51px}.under-layer-row .animation-7-4 .logo-box-img[data-v-b34f6fe4]{display:block;object-fit:contain;width:314px;height:51px;aspect-ratio:314 / 51}.under-layer-row .animation-8-1[data-v-b34f6fe4]{-webkit-animation-name:animation-box-b34f6fe4;animation-name:animation-box-b34f6fe4;-webkit-animation-duration:16s;animation-duration:16s;-webkit-animation-delay:28s;animation-delay:28s;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}.under-layer-row .animation-8-2[data-v-b34f6fe4]{-webkit-animation-name:animation-box-b34f6fe4;animation-name:animation-box-b34f6fe4;-webkit-animation-duration:16s;animation-duration:16s;-webkit-animation-delay:28.1s;animation-delay:28.1s;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}.under-layer-row .animation-8-3[data-v-b34f6fe4]{-webkit-animation-name:animation-box-b34f6fe4;animation-name:animation-box-b34f6fe4;-webkit-animation-duration:16s;animation-duration:16s;-webkit-animation-delay:28.2s;animation-delay:28.2s;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}.under-layer-row .animation-8-4[data-v-b34f6fe4]{-webkit-animation-name:animation-box-b34f6fe4;animation-name:animation-box-b34f6fe4;-webkit-animation-duration:16s;animation-duration:16s;-webkit-animation-delay:28.3s;animation-delay:28.3s;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}.under-layer-row .animation-8-1 .logo-box-img[data-v-b34f6fe4],.under-layer-row .animation-8-2 .logo-box-img[data-v-b34f6fe4]{display:block;object-fit:contain;width:314px;height:51px;aspect-ratio:314 / 51}.under-layer-row .animation-8-3 .logo-box-img[data-v-b34f6fe4]{display:block;object-fit:contain;width:314px;height:51px;aspect-ratio:535 / 51}.under-layer-row .animation-8-4 .logo-box-img[data-v-b34f6fe4]{display:block;object-fit:contain;width:314px;height:51px;aspect-ratio:232 / 51}.under-layer-row .animation-9-1[data-v-b34f6fe4]{-webkit-animation-name:animation-box-b34f6fe4;animation-name:animation-box-b34f6fe4;-webkit-animation-duration:16s;animation-duration:16s;-webkit-animation-delay:32s;animation-delay:32s;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}.under-layer-row .animation-9-2[data-v-b34f6fe4]{-webkit-animation-name:animation-box-b34f6fe4;animation-name:animation-box-b34f6fe4;-webkit-animation-duration:16s;animation-duration:16s;-webkit-animation-delay:32.1s;animation-delay:32.1s;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}.under-layer-row .animation-9-3[data-v-b34f6fe4]{-webkit-animation-name:animation-box-b34f6fe4;animation-name:animation-box-b34f6fe4;-webkit-animation-duration:16s;animation-duration:16s;-webkit-animation-delay:32.2s;animation-delay:32.2s;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}.under-layer-row .animation-9-4[data-v-b34f6fe4]{-webkit-animation-name:animation-box-b34f6fe4;animation-name:animation-box-b34f6fe4;-webkit-animation-duration:16s;animation-duration:16s;-webkit-animation-delay:32.3s;animation-delay:32.3s;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}.under-layer-row .animation-9-1 .logo-box-img[data-v-b34f6fe4]{display:block;object-fit:contain;width:314px;height:51px;aspect-ratio:314 / 51}.under-layer-row .animation-9-2 .logo-box-img[data-v-b34f6fe4]{display:block;object-fit:contain;width:314px;height:51px;aspect-ratio:535 / 51}.under-layer-row .animation-9-3 .logo-box-img[data-v-b34f6fe4]{display:block;object-fit:contain;width:314px;height:51px;aspect-ratio:232 / 51}.under-layer-row .animation-9-4 .logo-box-img[data-v-b34f6fe4]{display:block;object-fit:contain;width:314px;height:51px;aspect-ratio:224 / 51}.under-layer-row .animation-10-1[data-v-b34f6fe4]{-webkit-animation-name:animation-box-b34f6fe4;animation-name:animation-box-b34f6fe4;-webkit-animation-duration:16s;animation-duration:16s;-webkit-animation-delay:36s;animation-delay:36s;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}.under-layer-row .animation-10-2[data-v-b34f6fe4]{-webkit-animation-name:animation-box-b34f6fe4;animation-name:animation-box-b34f6fe4;-webkit-animation-duration:16s;animation-duration:16s;-webkit-animation-delay:36.1s;animation-delay:36.1s;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}.under-layer-row .animation-10-3[data-v-b34f6fe4]{-webkit-animation-name:animation-box-b34f6fe4;animation-name:animation-box-b34f6fe4;-webkit-animation-duration:16s;animation-duration:16s;-webkit-animation-delay:36.2s;animation-delay:36.2s;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}.under-layer-row .animation-10-4[data-v-b34f6fe4]{-webkit-animation-name:animation-box-b34f6fe4;animation-name:animation-box-b34f6fe4;-webkit-animation-duration:16s;animation-duration:16s;-webkit-animation-delay:36.3s;animation-delay:36.3s;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}.under-layer-row .animation-10-1 .logo-box-img[data-v-b34f6fe4]{display:block;object-fit:contain;width:314px;height:51px;aspect-ratio:314 / 51}.under-layer-row .animation-10-2 .logo-box-img[data-v-b34f6fe4]{display:block;object-fit:contain;width:314px;height:51px;aspect-ratio:535 / 51}.under-layer-row .animation-10-3 .logo-box-img[data-v-b34f6fe4]{display:block;object-fit:contain;width:314px;height:51px;aspect-ratio:232 / 51}.under-layer-row .animation-10-4 .logo-box-img[data-v-b34f6fe4]{display:block;object-fit:contain;width:314px;height:51px;aspect-ratio:224 / 51}@media screen and (min-width: 320px) and (max-width: 360px){.hero .pill-text[data-v-b34f6fe4]{font-size:18px}.hero .logo-slider[data-v-b34f6fe4]{order:4}.hero[data-v-b34f6fe4]{gap:0px;height:100%;padding:0;width:100%}.hero .container[data-v-b34f6fe4]{gap:20px;height:100%;max-width:1400px;padding:0 1em 1em;width:100%;order:3}.hero .main-heading[data-v-b34f6fe4]{gap:20px;max-width:650px;padding:0;width:100%}.hero .para[data-v-b34f6fe4]{max-width:650px;padding:0;width:100%}.hero .download-button[data-v-b34f6fe4]{border-radius:.5em;text-align:center;border:1px solid #333;width:100%;padding-top:12px;padding-bottom:12px;height:fit-content}.hero .button-inner[data-v-b34f6fe4]{justify-content:center;padding-left:12px;padding-right:12px}.hero .button-main-txt .para[data-v-b34f6fe4]{font-size:20px}.hero .button-inner.normal .button-icon-wrap[data-v-b34f6fe4]{display:none}.hero .button-inner.hover[data-v-b34f6fe4]{transform:translateY(110%);padding-left:0;padding-right:0;top:0%;bottom:0%;left:0%;right:0%}.hero .button-icon-wrap.hover[data-v-b34f6fe4]{padding:9px}.hero .app-button[data-v-b34f6fe4]{padding:0 8px;gap:8px;width:100%}.hero .app-button[data-v-b34f6fe4]:before{width:100%;height:100%;border-radius:.5em}.hero .app-icon[data-v-b34f6fe4]{font-size:20px;width:14px;height:auto}.hero .app-icon.web[data-v-b34f6fe4]{font-size:20px;width:18px;height:auto}.hero .app-button .app-text[data-v-b34f6fe4]{font-size:14px}.hero .video-container[data-v-b34f6fe4]{bottom:0;gap:10px;padding:68px 0 0;right:0;top:0;width:100%;position:relative}.hero .video-wrapper[data-v-b34f6fe4]{height:100%;width:100%;min-height:179.86px}.hero .fade[data-v-b34f6fe4]{height:100px}.hero .logos img[data-v-b34f6fe4]{height:80px}}@media screen and (min-width: 361px) and (max-width: 480px){.hero .container[data-v-b34f6fe4]{gap:20px;height:100%;max-width:1400px;padding:0 1em 1em;width:100%}.hero .video-wrapper[data-v-b34f6fe4]{min-height:202.89px}}@media screen and (min-width: 361px) and (max-width: 767px){.hero .pill-text[data-v-b34f6fe4]{font-size:20px}.hero .logo-slider[data-v-b34f6fe4]{order:4}.hero .container[data-v-b34f6fe4]{order:3}.hero[data-v-b34f6fe4]{gap:0px;height:100%;padding:0;width:100%}.hero .main-heading[data-v-b34f6fe4]{gap:20px;max-width:650px;padding:0;width:100%}.hero .para[data-v-b34f6fe4]{max-width:650px;padding:0;width:100%}.hero .download-button[data-v-b34f6fe4]{border-radius:.5em;text-align:center;border:1px solid #333;max-width:320px;width:100%;padding-top:12px;padding-bottom:12px;height:fit-content}.hero .button-inner[data-v-b34f6fe4]{justify-content:center;padding-left:12px;padding-right:12px}.hero .button-main-txt .para[data-v-b34f6fe4]{font-size:22px}.hero .button-inner.normal .button-icon-wrap[data-v-b34f6fe4]{display:none}.hero .button-inner.hover[data-v-b34f6fe4]{transform:translateY(110%);padding-left:0;padding-right:0;top:0%;bottom:0%;left:0%;right:0%}.hero .button-icon-wrap.hover[data-v-b34f6fe4]{padding:9px}.hero .app-button[data-v-b34f6fe4]{padding:0 8px;gap:8px;width:100%}.hero .app-button[data-v-b34f6fe4]:before{width:100%;height:100%;border-radius:.5em}.hero .app-icon[data-v-b34f6fe4]{font-size:22px;width:16px;height:auto}.hero .app-icon.web[data-v-b34f6fe4]{font-size:22px;width:20px;height:auto}.hero .app-button .app-text[data-v-b34f6fe4]{font-size:16px}.hero .video-container[data-v-b34f6fe4]{bottom:0;gap:10px;padding:68px 0 0;min-height:180px;right:0;top:0;width:100%;position:relative}.hero .video-wrapper[data-v-b34f6fe4]{height:100%;width:100%}.hero .fade[data-v-b34f6fe4],.hero .logos img[data-v-b34f6fe4]{height:100px}}@media screen and (min-width: 481px) and (max-width: 767px){.hero .container[data-v-b34f6fe4]{gap:20px;height:100%;max-width:1400px;padding:0 40px 1em;width:100%}.hero .video-wrapper[data-v-b34f6fe4]{min-height:270.34px}}@media screen and (min-width: 768px) and (max-width: 1024px){body[data-v-b34f6fe4]{font-size:16px}.hero .logo-slider[data-v-b34f6fe4]{margin-top:0}.hero[data-v-b34f6fe4]{gap:0px;height:100%;padding:0 40px;width:100%;font-size:16px}.hero .container[data-v-b34f6fe4]{gap:20px;height:100%;max-width:1400px;padding:120px 0 60px;width:100%}.hero .pill-text[data-v-b34f6fe4]{font-size:20px;line-height:1.5}.hero .main-heading[data-v-b34f6fe4]{gap:20px;max-width:650px;padding:0;width:100%}.hero .para[data-v-b34f6fe4]{max-width:480px;padding:0;width:100%}.hero .download-button[data-v-b34f6fe4]{min-height:54px;border-radius:.5em;text-align:center;border:1px solid #333;width:359px;padding-top:8px;padding-bottom:8px;height:fit-content}.hero .button-inner[data-v-b34f6fe4]{padding-left:30px;padding-right:15px}.hero .button-main-txt .para[data-v-b34f6fe4]{font-size:18px}.hero .button-icon[data-v-b34f6fe4]{width:36px;height:36px}.hero .playstore-icon[data-v-b34f6fe4]{width:14px;height:16px}.hero .apple-icon[data-v-b34f6fe4]{width:15px;height:20px}.hero .web-icon[data-v-b34f6fe4]{width:18px;height:18px}.hero .button-divider[data-v-b34f6fe4]{width:1px;height:18px}.hero .button-inner.hover[data-v-b34f6fe4]{transform:translateY(110%);border-radius:.4em;padding-left:0;padding-right:0;top:0%;bottom:0%;left:0%;right:0%}.hero .button-icon-wrap.hover[data-v-b34f6fe4]{padding:9px}.hero .app-button[data-v-b34f6fe4]{padding:18px;gap:12px;width:100%}.hero .app-button[data-v-b34f6fe4]:before{width:100%;height:100%;border-radius:.5em}.hero .app-icon[data-v-b34f6fe4]{font-size:18px;width:14px;height:auto}.hero .app-icon.web[data-v-b34f6fe4]{font-size:22px;width:20px;height:auto}.hero .app-button .app-text[data-v-b34f6fe4]{font-size:16px}.hero .video-container[data-v-b34f6fe4]{bottom:0;gap:10px;padding:0;right:0;top:0;width:70%}.hero .video-wrapper[data-v-b34f6fe4]{height:100%;width:100%}.hero .fade[data-v-b34f6fe4]{height:300px}}@media screen and (min-width: 1025px) and (max-width: 1200px){.hero[data-v-b34f6fe4]{gap:0px;height:100%;padding:0 40px;width:100%;font-size:16px}.hero .container[data-v-b34f6fe4]{gap:20px;height:100%;max-width:1400px;padding:120px 0 60px;width:100%}.hero .pill-text[data-v-b34f6fe4]{font-size:18px;line-height:1.5}.hero .main-heading[data-v-b34f6fe4]{gap:20px;max-width:480px;padding:0;width:100%}.hero .para[data-v-b34f6fe4]{max-width:480px;padding:0;width:100%}.hero .download-button[data-v-b34f6fe4]{min-height:54px;border-radius:.5em;text-align:center;border:1px solid #333;width:338px;padding-top:8px;padding-bottom:8px;height:fit-content}.hero .button-inner[data-v-b34f6fe4]{padding-left:30px;padding-right:15px}.hero .button-main-txt .para[data-v-b34f6fe4]{font-size:16px}.hero .button-icon[data-v-b34f6fe4]{width:32px;height:32px}.hero .playstore-icon[data-v-b34f6fe4]{width:12px;height:14px}.hero .apple-icon[data-v-b34f6fe4]{width:13px;height:18px}.hero .web-icon[data-v-b34f6fe4]{width:16px;height:16px}.hero .button-divider[data-v-b34f6fe4]{width:1px;height:16px}.hero .button-inner.hover[data-v-b34f6fe4]{transform:translateY(110%);border-radius:.4em;padding-left:0;padding-right:0;top:0%;bottom:0%;left:0%;right:0%}.hero .button-icon-wrap.hover[data-v-b34f6fe4]{padding:9px}.hero .app-button[data-v-b34f6fe4]{padding:18px;gap:12px;width:100%}.hero .app-button[data-v-b34f6fe4]:before{width:100%;height:100%;border-radius:.5em}.hero .app-icon[data-v-b34f6fe4]{font-size:16px;width:14px;height:auto}.hero .app-icon.web[data-v-b34f6fe4]{font-size:20px;width:18px;height:auto}.hero .app-button .app-text[data-v-b34f6fe4]{font-size:14px}.hero .video-wrapper[data-v-b34f6fe4]{height:100%;width:100%}.hero .video-container[data-v-b34f6fe4]{bottom:0;gap:10px;padding:0;right:0;top:0;width:70%}.hero .fade[data-v-b34f6fe4]{height:300px}.hero .wrap[data-v-b34f6fe4]{bottom:40px;gap:40px;left:0;padding:0 40px;right:0}.hero .wrap .wrap-container[data-v-b34f6fe4]{flex:1 0 0px;max-width:1400px;width:1px}.hero .dual-buttons .simple-button[data-v-b34f6fe4]{padding:.625em;min-height:1.875em;border-radius:.5em;gap:.313em;font-size:1.125em;line-height:1.125em;text-align:left}.main-row .logos-row[data-v-b34f6fe4],.under-layer-row .logos-row[data-v-b34f6fe4]{gap:0px}.main-row .animation-1-1 .logo-box-img[data-v-b34f6fe4]{display:block;object-fit:contain;width:300px;height:36px;aspect-ratio:420 / 40}.main-row .animation-1-2 .logo-box-img[data-v-b34f6fe4]{display:block;object-fit:contain;width:300px;height:40px;aspect-ratio:182 / 40}.main-row .animation-1-3 .logo-box-img[data-v-b34f6fe4]{display:block;object-fit:contain;width:300px;height:40px;aspect-ratio:176 / 40}.main-row .animation-1-4 .logo-box-img[data-v-b34f6fe4]{display:block;object-fit:contain;width:300px;height:40px;aspect-ratio:138 / 40}.under-layer-row .animation-2-1 .logo-box-img[data-v-b34f6fe4]{display:block;object-fit:contain;width:300px;height:40px;aspect-ratio:244 / 40}.under-layer-row .animation-2-2 .logo-box-img[data-v-b34f6fe4]{display:block;object-fit:contain;width:300px;height:40px;aspect-ratio:126 / 40}.under-layer-row .animation-2-3 .logo-box-img[data-v-b34f6fe4]{display:block;object-fit:contain;width:300px;height:40px;aspect-ratio:138 / 40}.under-layer-row .animation-2-4 .logo-box-img[data-v-b34f6fe4]{display:block;object-fit:contain;width:300px;height:40px;aspect-ratio:126 / 40}.under-layer-row .animation-3-1 .logo-box-img[data-v-b34f6fe4]{display:block;object-fit:contain;width:300px;height:40px;aspect-ratio:420 / 40}.under-layer-row .animation-3-2 .logo-box-img[data-v-b34f6fe4]{display:block;object-fit:contain;width:300px;height:40px;aspect-ratio:182 / 40}.under-layer-row .animation-3-3 .logo-box-img[data-v-b34f6fe4]{display:block;object-fit:contain;width:300px;height:40px;aspect-ratio:176 / 40}.under-layer-row .animation-3-4 .logo-box-img[data-v-b34f6fe4]{display:block;object-fit:contain;width:300px;height:40px;aspect-ratio:138 / 40}.under-layer-row .animation-4-1 .logo-box-img[data-v-b34f6fe4]{display:block;object-fit:contain;width:300px;height:40px;aspect-ratio:244 / 40}.under-layer-row .animation-4-2 .logo-box-img[data-v-b34f6fe4]{display:block;object-fit:contain;width:300px;height:40px;aspect-ratio:126 / 40}.under-layer-row .animation-4-3 .logo-box-img[data-v-b34f6fe4]{display:block;object-fit:contain;width:300px;height:40px;aspect-ratio:138 / 40}.under-layer-row .animation-4-4 .logo-box-img[data-v-b34f6fe4]{display:block;object-fit:contain;width:300px;height:40px;aspect-ratio:126 / 40}.hero .logo-slider[data-v-b34f6fe4]{margin-top:0}}@media screen and (min-width: 1201px) and (max-width: 1600px){.hero[data-v-b34f6fe4]{gap:0px;height:100%;padding:0 40px;width:100%;font-size:16px}.hero .container[data-v-b34f6fe4]{gap:20px;height:100%;max-width:1400px;padding:120px 0 160px;width:100%}.hero .pill-text[data-v-b34f6fe4]{font-size:20px;line-height:1.5}.hero .main-heading[data-v-b34f6fe4]{gap:20px;max-width:650px;padding:0;width:100%}.hero .para[data-v-b34f6fe4]{max-width:480px;padding:0;width:100%}.hero .download-button[data-v-b34f6fe4]{min-height:54px;border-radius:.5em;text-align:center;border:1px solid #333;width:359px;padding-top:8px;padding-bottom:8px;height:fit-content}.hero .button-inner[data-v-b34f6fe4]{padding-left:30px;padding-right:15px}.hero .button-main-txt .para[data-v-b34f6fe4]{font-size:18px}.hero .button-icon[data-v-b34f6fe4]{width:36px;height:36px}.hero .playstore-icon[data-v-b34f6fe4]{width:14px;height:16px}.hero .apple-icon[data-v-b34f6fe4]{width:15px;height:20px}.hero .web-icon[data-v-b34f6fe4]{width:18px;height:18px}.hero .button-divider[data-v-b34f6fe4]{width:1px;height:18px}.hero .button-inner.hover[data-v-b34f6fe4]{transform:translateY(110%);border-radius:.4em;padding-left:0;padding-right:0;top:0%;bottom:0%;left:0%;right:0%}.hero .button-icon-wrap.hover[data-v-b34f6fe4]{padding:9px}.hero .app-button[data-v-b34f6fe4]{padding:18px;gap:12px;width:100%}.hero .app-button[data-v-b34f6fe4]:before{width:100%;height:100%;border-radius:.5em}.hero .app-icon[data-v-b34f6fe4]{font-size:18px;width:14px;height:auto}.hero .app-icon.web[data-v-b34f6fe4]{font-size:22px;width:20px;height:auto}.hero .app-button .app-text[data-v-b34f6fe4]{font-size:16px}.hero .video-wrapper[data-v-b34f6fe4]{height:100%;width:100%}.hero .video-container[data-v-b34f6fe4]{bottom:0;gap:10px;padding:0;right:0;top:0;width:70%}.hero .fade[data-v-b34f6fe4]{height:300px}.hero .wrap[data-v-b34f6fe4]{bottom:40px;gap:40px;left:0;padding:0 40px;right:0}.hero .wrap .wrap-container[data-v-b34f6fe4]{flex:1 0 0px;max-width:1400px;width:1px}.hero .dual-buttons .simple-button[data-v-b34f6fe4]{padding:.625em;min-height:1.875em;border-radius:.5em;gap:.313em;font-size:1.125em;line-height:1.125em;text-align:left}.main-row .logos-row[data-v-b34f6fe4],.under-layer-row .logos-row[data-v-b34f6fe4]{gap:0px}.main-row .animation-1-1 .logo-box-img[data-v-b34f6fe4]{display:block;object-fit:contain;width:300px;height:36px;aspect-ratio:420 / 40}.main-row .animation-1-2 .logo-box-img[data-v-b34f6fe4]{display:block;object-fit:contain;width:300px;height:40px;aspect-ratio:182 / 40}.main-row .animation-1-3 .logo-box-img[data-v-b34f6fe4]{display:block;object-fit:contain;width:300px;height:40px;aspect-ratio:176 / 40}.main-row .animation-1-4 .logo-box-img[data-v-b34f6fe4]{display:block;object-fit:contain;width:300px;height:40px;aspect-ratio:138 / 40}.under-layer-row .animation-2-1 .logo-box-img[data-v-b34f6fe4]{display:block;object-fit:contain;width:300px;height:40px;aspect-ratio:244 / 40}.under-layer-row .animation-2-2 .logo-box-img[data-v-b34f6fe4]{display:block;object-fit:contain;width:300px;height:40px;aspect-ratio:126 / 40}.under-layer-row .animation-2-3 .logo-box-img[data-v-b34f6fe4]{display:block;object-fit:contain;width:300px;height:40px;aspect-ratio:138 / 40}.under-layer-row .animation-2-4 .logo-box-img[data-v-b34f6fe4]{display:block;object-fit:contain;width:300px;height:40px;aspect-ratio:126 / 40}.under-layer-row .animation-3-1 .logo-box-img[data-v-b34f6fe4]{display:block;object-fit:contain;width:300px;height:40px;aspect-ratio:420 / 40}.under-layer-row .animation-3-2 .logo-box-img[data-v-b34f6fe4]{display:block;object-fit:contain;width:300px;height:40px;aspect-ratio:182 / 40}.under-layer-row .animation-3-3 .logo-box-img[data-v-b34f6fe4]{display:block;object-fit:contain;width:300px;height:40px;aspect-ratio:176 / 40}.under-layer-row .animation-3-4 .logo-box-img[data-v-b34f6fe4]{display:block;object-fit:contain;width:300px;height:40px;aspect-ratio:138 / 40}.under-layer-row .animation-4-1 .logo-box-img[data-v-b34f6fe4]{display:block;object-fit:contain;width:300px;height:40px;aspect-ratio:244 / 40}.under-layer-row .animation-4-2 .logo-box-img[data-v-b34f6fe4]{display:block;object-fit:contain;width:300px;height:40px;aspect-ratio:126 / 40}.under-layer-row .animation-4-3 .logo-box-img[data-v-b34f6fe4]{display:block;object-fit:contain;width:300px;height:40px;aspect-ratio:138 / 40}.under-layer-row .animation-4-4 .logo-box-img[data-v-b34f6fe4]{display:block;object-fit:contain;width:300px;height:40px;aspect-ratio:126 / 40}}@media screen and (min-width: 1601px){.hero .dual-buttons .simple-button[data-v-b34f6fe4]{padding:.625em;min-height:1.875em;border-radius:.5em;gap:.313em;font-size:1.125em;line-height:1.125em;text-align:left}.hero[data-v-b34f6fe4]{gap:0px;height:100vh;padding:0 20px;width:100%;font-size:16px}.hero .container[data-v-b34f6fe4]{gap:20px;height:100%;max-width:1400px;padding:120px 0;width:100%}.hero .pill-text[data-v-b34f6fe4]{font-size:22px;line-height:1.5}.hero .main-heading[data-v-b34f6fe4]{gap:20px;max-width:650px;padding:0;width:100%}.hero .para[data-v-b34f6fe4]{max-width:654px;padding:0;width:100%}.hero .download-button[data-v-b34f6fe4]{min-height:54px;border-radius:.5em;text-align:center;border:1px solid #333;width:440px;padding-top:12px;padding-bottom:12px;height:fit-content}.hero .button-inner[data-v-b34f6fe4]{padding-left:36px;padding-right:18px}.hero .button-main-txt .para[data-v-b34f6fe4]{font-size:24px}.hero .button-icon[data-v-b34f6fe4]{width:48px;height:48px}.hero .playstore-icon[data-v-b34f6fe4]{width:18px;height:20px}.hero .apple-icon[data-v-b34f6fe4]{width:19px;height:24px}.hero .web-icon[data-v-b34f6fe4]{width:22px;height:22px}.hero .button-divider[data-v-b34f6fe4]{width:1px;height:22px}.hero .button-inner.hover[data-v-b34f6fe4]{transform:translateY(110%);border-radius:.4em;padding-left:0;padding-right:0;top:0%;bottom:0%;left:0%;right:0%}.hero .button-icon-wrap.hover[data-v-b34f6fe4]{padding:9px}.hero .app-button[data-v-b34f6fe4]{padding:18px;gap:12px;width:100%}.hero .app-button[data-v-b34f6fe4]:before{width:100%;height:100%;border-radius:.5em}.hero .app-icon[data-v-b34f6fe4]{font-size:24px;width:18px;height:auto}.hero .app-icon.web[data-v-b34f6fe4]{font-size:24px;width:22px;height:auto}.hero .app-button .app-text[data-v-b34f6fe4]{font-size:18px}.hero .video-wrapper[data-v-b34f6fe4]{height:100%;width:100%}.hero .video-container[data-v-b34f6fe4]{bottom:0;gap:10px;padding:0;right:0;top:0;width:70%}.hero .fade[data-v-b34f6fe4]{height:300px}.hero .wrap[data-v-b34f6fe4]{bottom:40px;gap:40px;left:0;padding:0;right:0}.hero .wrap .wrap-container[data-v-b34f6fe4]{flex:1 0 0px;max-width:1400px;width:1px}.main-row .logos-row[data-v-b34f6fe4],.under-layer-row .logos-row[data-v-b34f6fe4]{gap:48px}}@media screen and (min-width: 1601px) and (min-height: 720px) and (max-height: 800px){.hero[data-v-b34f6fe4]{gap:0px;height:100%;padding:0 20px;width:100%;font-size:16px}.hero .container[data-v-b34f6fe4]{gap:20px;height:100%;max-width:1400px;padding:120px 0 160px;width:100%}}.watchlist-card[data-v-c101bd60]{display:flex;flex-direction:row;gap:12px;align-items:center;justify-content:flex-start;background:linear-gradient(0deg,#25203c,#25203c),linear-gradient(102.28deg,#25203c33 51.56%,#34257e33);box-shadow:0 0 10px #00000080;border-radius:16px;position:relative}@media screen and (min-width: 1025px) and (max-width: 1200px){.watchlist-card[data-v-c101bd60]{width:289px;height:156px}}@media screen and (min-width: 1201px) and (max-width: 1600px){.watchlist-card[data-v-c101bd60]{width:289px;height:156px}}@media screen and (min-width: 1601px){.watchlist-card[data-v-c101bd60]{width:289px;height:156px}}.hlogo-slider[data-v-ce55cb13]{overflow:hidden;padding:0;white-space:nowrap;position:relative;width:100%;z-index:7;display:flex;height:100%;justify-content:center;flex-direction:column;gap:20px}.hlogo-slider[data-v-ce55cb13]:after,.hlogo-slider[data-v-ce55cb13]:before{content:"";position:absolute;top:50%;transform:translateY(-50%);width:40px;height:100%;z-index:1}.hlogo-slider[data-v-ce55cb13]:before{left:-1px;background:linear-gradient(to left,transparent,#0c0a14)}.hlogo-slider[data-v-ce55cb13]:after{right:-1px;background:linear-gradient(to right,transparent,#0c0a14)}.hlogo-slider .items[data-v-ce55cb13]:not(.reverse){animation:35s slideLeft-ce55cb13 infinite linear;display:inline-flex;align-self:flex-start}.hlogo-slider .items.reverse[data-v-ce55cb13]{animation:35s slideRight-ce55cb13 infinite linear;display:inline-flex;align-self:flex-end}.hlogo-slider .item[data-v-ce55cb13]{display:inline-flex}@keyframes slideLeft-ce55cb13{0%{transform:translate(0)}to{transform:translate(-50%)}}@keyframes slideRight-ce55cb13{0%{transform:translate(0)}to{transform:translate(50%)}}@media screen and (min-width: 320px) and (max-width: 480px){.bento-grid-one .row-four .col-one .item[data-v-ce55cb13]{margin:0 12px}}@media screen and (min-width: 1025px) and (max-width: 1200px){.bento-grid-one .row-four .col-one .item[data-v-ce55cb13]{margin:0 12px}}@media screen and (min-width: 1201px) and (max-width: 1600px){.bento-grid-one .row-four .col-one .item[data-v-ce55cb13]{margin:0 12px}}@media screen and (min-width: 1601px){.bento-grid-one .row-four .col-one .item[data-v-ce55cb13]{margin:0 12px}}.profile-card[data-v-c520a8ed]{display:flex;flex-direction:row;gap:12px;align-items:center;justify-content:flex-start;background:linear-gradient(0deg,#25203c,#25203c),linear-gradient(102.28deg,#25203c33 51.56%,#34257e33);box-shadow:0 0 10px #00000080;border-radius:16px;position:relative}@media screen and (min-width: 1025px) and (max-width: 1200px){.profile-card[data-v-c520a8ed]{width:196px;height:295px}}@media screen and (min-width: 1201px) and (max-width: 1600px){.profile-card[data-v-c520a8ed]{width:196px;height:295px}}@media screen and (min-width: 1601px){.profile-card[data-v-c520a8ed]{width:196px;height:295px}}.vlogo-slider[data-v-57972e59]{overflow:hidden;padding:0;white-space:nowrap;position:relative;width:100%;z-index:7;display:flex;height:100%;flex-direction:column;justify-content:flex-start;align-items:center}.vlogo-slider[data-v-57972e59]:after,.vlogo-slider[data-v-57972e59]:before{content:"";position:absolute;top:0;width:100%;height:40px;z-index:1}.vlogo-slider[data-v-57972e59]:before{top:-1px;background:linear-gradient(to top,transparent,#0c0a14)}.vlogo-slider[data-v-57972e59]:after{bottom:-1px;top:unset;background:linear-gradient(to bottom,transparent,#0c0a14)}.vlogo-slider .two-column[data-v-57972e59]{display:flex;gap:32px}.vlogo-slider .items[data-v-57972e59]{animation:35s slideDown-57972e59 infinite linear;display:flex;flex-direction:column}.vlogo-slider .item[data-v-57972e59]{display:flex;column-gap:32px;margin:16px 0}@keyframes slideDown-57972e59{0%{transform:translateY(0)}to{transform:translateY(-50%)}}.stock-item[data-v-aba38873]{margin:0 10px;display:flex;flex-direction:row;gap:12px;align-items:center;justify-content:flex-start;background:linear-gradient(0deg,#25203c,#25203c),linear-gradient(102.28deg,#25203c33 51.56%,#34257e33);box-shadow:0 0 10px #00000080;border-radius:10px;position:relative}@media screen and (min-width: 320px) and (max-width: 360px){.bento-grid-one .row-five .col-two .stock-item[data-v-aba38873]{width:180px;height:60px}}@media screen and (min-width: 361px) and (max-width: 767px){.bento-grid-one .row-five .col-two .stock-item[data-v-aba38873]{width:200px;height:67px}}@media screen and (min-width: 768px){.bento-grid-one .row-five .col-two .stock-item[data-v-aba38873]{width:200px;height:67px}}.hlogo-slider[data-v-29ca0f24]{overflow:hidden;padding:0;white-space:nowrap;position:relative;width:100%;z-index:7;display:flex;height:100%;justify-content:center;flex-direction:column;gap:20px}.hlogo-slider[data-v-29ca0f24]:after,.hlogo-slider[data-v-29ca0f24]:before{content:"";position:absolute;top:50%;transform:translateY(-50%);width:40px;height:100%;z-index:1}.hlogo-slider[data-v-29ca0f24]:before{left:-1px;background:linear-gradient(to left,transparent,#0c0a14)}.hlogo-slider[data-v-29ca0f24]:after{right:-1px;background:linear-gradient(to right,transparent,#0c0a14)}.hlogo-slider .items[data-v-29ca0f24]:not(.reverse){animation:35s slideLeft-29ca0f24 infinite linear;display:inline-flex;align-self:flex-start}.hlogo-slider .items.reverse[data-v-29ca0f24]{animation:35s slideRight-29ca0f24 infinite linear;display:inline-flex;align-self:flex-end}.hlogo-slider .item[data-v-29ca0f24]{display:inline-flex}@keyframes slideLeft-29ca0f24{0%{transform:translate(0)}to{transform:translate(-50%)}}@keyframes slideRight-29ca0f24{0%{transform:translate(0)}to{transform:translate(50%)}}@media screen and (min-width: 768px) and (max-width: 1024px){.bento-grid-one .row-five .col-two .hlogo-slider .items[data-v-29ca0f24]:last-child{display:none!important}}.svgDot[data-v-32282190]{fill:none;stroke:#736d9d;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round}.st0[data-v-32282190]{fill:none;stroke:url(#gradient-path-10);stroke-width:2;stroke-miterlimit:10}.st1[data-v-32282190]{fill:none;stroke:url(#gradient-path-9);stroke-width:2;stroke-miterlimit:10}.st2[data-v-32282190]{fill:none;stroke:url(#gradient-path-8);stroke-width:2;stroke-miterlimit:10}.st3[data-v-32282190]{fill:none;stroke:url(#gradient-path-7);stroke-width:2;stroke-miterlimit:10}.st4[data-v-32282190]{fill:none;stroke:url(#gradient-path-6);stroke-width:2;stroke-miterlimit:10}.st5[data-v-32282190]{fill:none;stroke:url(#gradient-path-5);stroke-width:2;stroke-miterlimit:10}.st6[data-v-32282190]{fill:none;stroke:url(#gradient-path-4);stroke-width:2;stroke-miterlimit:10}.st7[data-v-32282190]{fill:none;stroke:url(#gradient-path-3);stroke-width:2;stroke-miterlimit:10}.st8[data-v-32282190]{fill:none;stroke:url(#gradient-path-2);stroke-width:2;stroke-miterlimit:10}.st9[data-v-32282190]{fill:none;stroke:url(#gradient-path-1);stroke-width:2;stroke-miterlimit:10}.hero[data-v-32282190]{align-content:center;align-items:center;display:flex;flex:none;flex-direction:column;flex-wrap:nowrap;justify-content:center;overflow:visible;position:relative}.hero .container[data-v-32282190]{align-content:flex-start;align-items:flex-start;display:flex;flex:none;flex-direction:column;flex-wrap:nowrap;justify-content:center;overflow:visible;position:relative;z-index:2}.hero h1[data-v-32282190]{font-weight:700;text-align:left;color:#fff}.hero .main-heading[data-v-32282190]{align-content:flex-start;align-items:flex-start;display:flex;flex-direction:column;flex-wrap:nowrap;justify-content:center;overflow:visible;height:min-content;position:relative;z-index:2}.hero .para[data-v-32282190]{align-content:flex-start;align-items:flex-start;display:flex;flex-direction:column;flex-wrap:nowrap;height:min-content;justify-content:center;overflow:visible;position:relative;z-index:2}.hero .para p[data-v-32282190]{font-style:normal;font-weight:400;color:#fff9;text-decoration:none;text-transform:none}.hero .download-button[data-v-32282190]{border-radius:.5em;min-height:fit-content;will-change:transform;position:relative;overflow:hidden;display:flex;align-items:center;justify-content:space-between;background-color:#000;text-decoration:none}.hero .grad-border[data-v-32282190]:after{border-radius:.5em;content:"";position:absolute;background:linear-gradient(45deg,#ff9c00,#ff4094,#a629f2,#00b7ff) border-box;-webkit-mask-composite:destination-out;-webkit-mask-composite:source-out;mask-composite:exclude;background-size:300% 300%;-webkit-animation:animatedgradient 4s ease alternate infinite;animation:animatedgradient 4s ease alternate infinite;top:0;left:0;right:0;bottom:0;border:2px solid transparent}.hero .button-inner[data-v-32282190]{width:100%;color:#fff;justify-content:space-between;align-items:center;display:flex}.hero .button-main-txt[data-v-32282190]{overflow:hidden}.hero .button-main-txt .para[data-v-32282190]{text-transform:capitalize;white-space:nowrap;font-weight:500}.hero .button-icon-wrap[data-v-32282190]{z-index:1;display:flex;justify-content:center;align-items:center}.hero .button-icon[data-v-32282190]{justify-content:center;align-items:center;display:flex;overflow:hidden}.hero .button-divider[data-v-32282190]{background-color:#fff3;align-self:center}.hero .button-inner.hover[data-v-32282190]{z-index:10;background-color:#000;position:absolute;-webkit-transition:all .4s ease-in-out;-moz-transition:all .4s ease-in-out;-o-transition:all .4s ease-in-out;transition:all .4s ease-in-out}.hero .download-button[data-v-32282190]:before{content:"";border:1px solid rgba(255,255,255,.13);width:100%;height:100%;position:absolute;box-sizing:border-box;left:0;top:0;border-radius:inherit;pointer-events:none}.hero .button-icon-wrap.hover[data-v-32282190]{align-items:stretch;width:100%;height:100%}.hero .app-button[data-v-32282190]{cursor:pointer;position:relative;color:#fff;display:flex;align-items:center;justify-content:center;-webkit-transition:all .4s ease-in;-moz-transition:all .4s ease-in;-o-transition:all .4s ease-in;transition:all .4s ease-in}.hero .app-button[data-v-32282190]:before{content:"";background-color:#fff0;position:absolute}.hero .app-icon[data-v-32282190]{z-index:9;display:flex}.hero .app-button .app-text[data-v-32282190]{color:#fff;z-index:9;font-weight:500}.hero .video-container[data-v-32282190]{-webkit-mask:linear-gradient(270deg,#000000 0%,rgba(0,0,0,.76) 60%,rgba(0,0,0,0) 100%) add;align-content:center;align-items:center;display:flex;flex:none;flex-direction:row;flex-wrap:nowrap;justify-content:center;mask:linear-gradient(270deg,#000000 0%,rgba(0,0,0,.76) 60%,rgba(0,0,0,0) 100%) add;overflow:visible;position:absolute;z-index:1}.hero .video-wrapper[data-v-32282190]{flex:none;position:relative;z-index:2}.hero .fade[data-v-32282190]{background:linear-gradient(0deg,#000,#0000),linear-gradient(0deg,#000,#0000);bottom:0;flex:none;left:0;overflow:hidden;pointer-events:none;position:absolute;right:0;z-index:1}.hero .wrap[data-v-32282190]{align-content:center;align-items:center;display:flex;flex:none;flex-direction:row;flex-wrap:nowrap;height:min-content;justify-content:center;overflow:hidden;position:absolute;z-index:2}.hero .wrap .wrap-container[data-v-32282190]{position:relative;z-index:1}.hero .logo-box[data-v-32282190]{text-align:left}.hero .pill-text[data-v-32282190]{color:#fff;font-style:normal;font-weight:700;text-decoration:none;text-transform:none}.hero .logos-row[data-v-32282190]{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;overflow:hidden;-webkit-box-pack:start;-ms-flex-pack:start;-webkit-justify-content:flex-start;justify-content:flex-start;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.fourToneGrad[data-v-32282190]{background-image:linear-gradient(90deg,#ff9c00,#ff4094 35%,#a629f2 67%,#00b7ff);-webkit-background-clip:text;background-clip:text;color:transparent;-webkit-text-fill-color:transparent}.gradtext[data-v-32282190]{background-image:linear-gradient(90deg,#ff9c00,#ff4094 35%,#a629f2 67%,#00b7ff);-webkit-background-clip:text;background-clip:text;color:transparent;-webkit-text-fill-color:transparent;background-size:300% 300%;animation:animatedgradient 4s ease alternate infinite;transition:transform .2s cubic-bezier(.6,.6,0,1),margin-top .2s cubic-bezier(.6,.6,0,1)}.twoToneGrad[data-v-32282190]{background:#ffa423;background:linear-gradient(90deg,#ff9c00,#ff4094);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}.hero .download-button:hover .button-inner.hover[data-v-32282190]{transform:translate(0);-webkit-transition:all .4s ease-out;-moz-transition:all .4s ease-out;-o-transition:all .4s ease-out;transition:all .4s ease-out}.hero .app-button[data-v-32282190]:hover:before{content:"";background-size:300% 300%;animation:animatedgradient 4s ease alternate infinite;background-image:linear-gradient(135deg,#00b7ff,#a629f2 35%,#ff4094 67%,#ff9c00);transition:transform .2s cubic-bezier(.6,.6,0,1),margin-top .2s cubic-bezier(.6,.6,0,1)}@keyframes slideLeft-32282190{0%{transform:translate(0)}to{transform:translate(-50%)}}@keyframes slideRight-32282190{0%{transform:translate(0)}to{transform:translate(50%)}}@keyframes slideDown-32282190{0%{transform:translateY(0)}to{transform:translateY(-50%)}}@keyframes slideUp-32282190{0%{transform:translateY(0)}to{transform:translateY(50%)}}.hero .logo-slider[data-v-32282190]{margin-top:40px;overflow:hidden;padding:0;background-color:#000;white-space:nowrap;position:relative;width:100%;z-index:7}.hero .logo-slider[data-v-32282190]:after,.hero .logo-slider[data-v-32282190]:before{content:"";position:absolute;top:0;width:40px;height:100%;z-index:1}.hero .logo-slider[data-v-32282190]:before{left:0;background:linear-gradient(to left,transparent,black)}.hero .logo-slider[data-v-32282190]:after{right:0;background:linear-gradient(to right,transparent,black)}.hero .logos[data-v-32282190]{animation:35s slideLeft-32282190 infinite linear;display:inline-block}.hero .logos img[data-v-32282190]{margin:0 40px;height:80px;object-fit:contain;aspect-ratio:16/9}.under-layer-row[data-v-32282190]{position:absolute;left:0;top:0;right:0}.main-row .logo-box[data-v-32282190],.under-layer-row .logo-box[data-v-32282190]{-webkit-transform:translateY(51px);-moz-transform:translateY(51px);-ms-transform:translateY(51px);transform:translateY(51px)}.main-row .animation-1-1[data-v-32282190]{-webkit-animation-name:animation-box-32282190;animation-name:animation-box-32282190;-webkit-animation-duration:16s;animation-duration:16s;-webkit-animation-delay:0ms;animation-delay:0ms;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}.main-row .animation-1-2[data-v-32282190]{-webkit-animation-name:animation-box-32282190;animation-name:animation-box-32282190;-webkit-animation-duration:16s;animation-duration:16s;-webkit-animation-delay:.1s;animation-delay:.1s;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}.main-row .animation-1-3[data-v-32282190]{-webkit-animation-name:animation-box-32282190;animation-name:animation-box-32282190;-webkit-animation-duration:16s;animation-duration:16s;-webkit-animation-delay:.2s;animation-delay:.2s;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}.main-row .animation-1-4[data-v-32282190]{-webkit-animation-name:animation-box-32282190;animation-name:animation-box-32282190;-webkit-animation-duration:16s;animation-duration:16s;-webkit-animation-delay:.3s;animation-delay:.3s;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}.main-row .animation-1-1 .logo-box-img[data-v-32282190]{display:block;object-fit:contain;width:314px;height:51px;aspect-ratio:535 / 51}.main-row .animation-1-2 .logo-box-img[data-v-32282190]{display:block;object-fit:contain;width:314px;height:51px;aspect-ratio:232 / 51}.main-row .animation-1-3 .logo-box-img[data-v-32282190]{display:block;object-fit:contain;width:314px;height:51px;aspect-ratio:224 / 51}.main-row .animation-1-4 .logo-box-img[data-v-32282190]{display:block;object-fit:contain;width:314px;height:51px;aspect-ratio:176 / 51}.under-layer-row .animation-2-1[data-v-32282190]{-webkit-animation-name:animation-box-32282190;animation-name:animation-box-32282190;-webkit-animation-duration:16s;animation-duration:16s;-webkit-animation-delay:4s;animation-delay:4s;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}.under-layer-row .animation-2-2[data-v-32282190]{-webkit-animation-name:animation-box-32282190;animation-name:animation-box-32282190;-webkit-animation-duration:16s;animation-duration:16s;-webkit-animation-delay:4.1s;animation-delay:4.1s;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}.under-layer-row .animation-2-3[data-v-32282190]{-webkit-animation-name:animation-box-32282190;animation-name:animation-box-32282190;-webkit-animation-duration:16s;animation-duration:16s;-webkit-animation-delay:4.2s;animation-delay:4.2s;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}.under-layer-row .animation-2-4[data-v-32282190]{-webkit-animation-name:animation-box-32282190;animation-name:animation-box-32282190;-webkit-animation-duration:16s;animation-duration:16s;-webkit-animation-delay:4.3s;animation-delay:4.3s;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}.under-layer-row .animation-2-1 .logo-box-img[data-v-32282190]{display:block;object-fit:contain;width:314px;height:51px;aspect-ratio:311 / 51}.under-layer-row .animation-2-2 .logo-box-img[data-v-32282190]{display:block;object-fit:contain;width:314px;height:51px;aspect-ratio:160 / 51}.under-layer-row .animation-2-3 .logo-box-img[data-v-32282190]{display:block;object-fit:contain;width:314px;height:51px;aspect-ratio:176 / 51}.under-layer-row .animation-2-4 .logo-box-img[data-v-32282190]{display:block;object-fit:contain;width:314px;height:51px;aspect-ratio:161 / 51}@keyframes animation-box-32282190{0%{visibility:visible;-webkit-transform:translateY(44px);-moz-transform:translateY(44px);-ms-transform:translateY(44px);transform:translateY(44px)}2%{-webkit-transform:translateY(0);-moz-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}23%{-webkit-transform:translateY(0);-moz-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}25%{visibility:hidden;-webkit-transform:translateY(-44px);-moz-transform:translateY(-44px);-ms-transform:translateY(-44px);transform:translateY(-44px)}to{visibility:hidden;-webkit-transform:translateY(-44px);-moz-transform:translateY(-44px);-ms-transform:translateY(-44px);transform:translateY(-44px)}}.under-layer-row .animation-3-1[data-v-32282190]{-webkit-animation-name:animation-box-32282190;animation-name:animation-box-32282190;-webkit-animation-duration:16s;animation-duration:16s;-webkit-animation-delay:8s;animation-delay:8s;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}.under-layer-row .animation-3-2[data-v-32282190]{-webkit-animation-name:animation-box-32282190;animation-name:animation-box-32282190;-webkit-animation-duration:16s;animation-duration:16s;-webkit-animation-delay:8.1s;animation-delay:8.1s;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}.under-layer-row .animation-3-3[data-v-32282190]{-webkit-animation-name:animation-box-32282190;animation-name:animation-box-32282190;-webkit-animation-duration:16s;animation-duration:16s;-webkit-animation-delay:8.2s;animation-delay:8.2s;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}.under-layer-row .animation-3-4[data-v-32282190]{-webkit-animation-name:animation-box-32282190;animation-name:animation-box-32282190;-webkit-animation-duration:16s;animation-duration:16s;-webkit-animation-delay:8.3s;animation-delay:8.3s;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}.under-layer-row .animation-3-1 .logo-box-img[data-v-32282190]{display:block;object-fit:contain;width:314px;height:51px;aspect-ratio:535 / 51}.under-layer-row .animation-3-2 .logo-box-img[data-v-32282190]{display:block;object-fit:contain;width:314px;height:51px;aspect-ratio:232 / 51}.under-layer-row .animation-3-3 .logo-box-img[data-v-32282190]{display:block;object-fit:contain;width:314px;height:51px;aspect-ratio:224 / 51}.under-layer-row .animation-3-4 .logo-box-img[data-v-32282190]{display:block;object-fit:contain;width:314px;height:51px;aspect-ratio:176 / 51}.under-layer-row .animation-4-1[data-v-32282190]{-webkit-animation-name:animation-box-32282190;animation-name:animation-box-32282190;-webkit-animation-duration:16s;animation-duration:16s;-webkit-animation-delay:12s;animation-delay:12s;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}.under-layer-row .animation-4-2[data-v-32282190]{-webkit-animation-name:animation-box-32282190;animation-name:animation-box-32282190;-webkit-animation-duration:16s;animation-duration:16s;-webkit-animation-delay:12.1s;animation-delay:12.1s;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}.under-layer-row .animation-4-3[data-v-32282190]{-webkit-animation-name:animation-box-32282190;animation-name:animation-box-32282190;-webkit-animation-duration:16s;animation-duration:16s;-webkit-animation-delay:12.2s;animation-delay:12.2s;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}.under-layer-row .animation-4-4[data-v-32282190]{-webkit-animation-name:animation-box-32282190;animation-name:animation-box-32282190;-webkit-animation-duration:16s;animation-duration:16s;-webkit-animation-delay:12.3s;animation-delay:12.3s;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}.under-layer-row .animation-4-1 .logo-box-img[data-v-32282190]{display:block;object-fit:contain;width:314px;height:51px;aspect-ratio:311 / 51}.under-layer-row .animation-4-2 .logo-box-img[data-v-32282190]{display:block;object-fit:contain;width:314px;height:51px;aspect-ratio:160 / 51}.under-layer-row .animation-4-3 .logo-box-img[data-v-32282190]{display:block;object-fit:contain;width:314px;height:51px;aspect-ratio:176 / 51}.under-layer-row .animation-4-4 .logo-box-img[data-v-32282190]{display:block;object-fit:contain;width:314px;height:51px;aspect-ratio:161 / 51}.about[data-v-32282190],.about .container[data-v-32282190]{align-content:center;align-items:center;display:flex;flex:none;flex-direction:column;flex-wrap:nowrap;height:min-content;justify-content:center;overflow:hidden;position:relative}.about .main-title[data-v-32282190],.about .secondary-title[data-v-32282190]{font-style:normal;font-weight:700;color:#fff;text-decoration:none;flex:none;height:auto;position:relative;text-transform:capitalize}.about .row.center[data-v-32282190]{align-content:flex-start;align-items:flex-start;display:flex;flex:none;flex-direction:row;flex-wrap:nowrap;justify-content:center;overflow:visible;position:relative}.about .row.bottom[data-v-32282190]{align-content:center;align-items:center;display:flex;flex:none;flex-direction:row;flex-wrap:nowrap;height:min-content;justify-content:center;overflow:hidden;position:relative}.about .tab:hover .top[data-v-32282190]{background-color:#000;filter:invert(1)}.about .tab:hover .bottom span[data-v-32282190]{color:#fff;-webkit-transition:all .4s ease-out;-moz-transition:all .4s ease-out;-o-transition:all .4s ease-out;transition:all .4s ease-out}.about .about-mob-img[data-v-32282190]{width:100%;height:auto}.about .row.bottom .wrapper[data-v-32282190]{align-content:flex-start;align-items:flex-start;display:flex;flex:1 0 0px;flex-direction:row;flex-wrap:nowrap;height:min-content;justify-content:center;overflow:hidden;position:relative}.about .about-tabs-content[data-v-32282190]{position:relative}.about .about-tab-content[data-v-32282190]{position:absolute;-webkit-transition:all .4s ease-in;-moz-transition:all .4s ease-in;-o-transition:all .4s ease-in;transition:all .4s ease-in}.about .row.bottom .column[data-v-32282190]{outline:none;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:20px;flex-shrink:0;transform:none;flex:1 0 0px;height:auto;position:relative;width:1px}.about .row.bottom .column p[data-v-32282190]{max-width:900px;margin:0 auto;line-height:1.5;font-style:normal;font-weight:400;color:#fff9;text-decoration:none}.about .ui[data-v-32282190]{flex:none;overflow:visible;position:relative}.about .ui .shadow[data-v-32282190]{background:linear-gradient(180deg,#0000,#000000b3,#000);flex:none;overflow:hidden;position:absolute}.about .about-tabs[data-v-32282190]{display:flex;justify-content:center;align-items:center;overflow-x:hidden}.about .about-tab[data-v-32282190]{cursor:pointer;display:flex;flex-direction:column;align-items:center}.about .about-tab .top[data-v-32282190]{display:flex;justify-content:center;align-items:center;position:relative;-webkit-transition:all .4s ease-in;-moz-transition:all .4s ease-in;-o-transition:all .4s ease-in;transition:all .4s ease-in;background-color:#ffffff0d;filter:invert(0)}.about .about-tab .bottom span[data-v-32282190]{color:#fff9;font-weight:400;text-align:center;-webkit-transition:all .4s ease-in;-moz-transition:all .4s ease-in;-o-transition:all .4s ease-in;transition:all .4s ease-in}.about .about-tab.active .bottom span[data-v-32282190]{color:#fff;font-weight:400;text-align:center;-webkit-transition:all .4s ease-out;-moz-transition:all .4s ease-out;-o-transition:all .4s ease-out;transition:all .4s ease-out}.about .about-tab.active .top[data-v-32282190]{display:flex;justify-content:center;align-items:center;position:relative;-webkit-transition:all .4s ease-out;-moz-transition:all .4s ease-out;-o-transition:all .4s ease-out;transition:all .4s ease-out;background-color:#000;filter:invert(1)}.about .ui .window[data-v-32282190]{border:1px solid rgba(255,255,255,.08);mask:linear-gradient(0deg,rgba(0,0,0,0) 0%,rgba(0,0,0,1) 36%) add;-webkit-mask:linear-gradient(0deg,rgba(0,0,0,0) 0%,rgba(0,0,0,1) 36%) add;align-content:flex-start;align-items:flex-start;display:flex;flex:none;flex-direction:column;flex-wrap:nowrap;height:100%;justify-content:flex-start;max-width:100%;overflow:hidden;position:absolute}.about .ui .window[data-v-32282190]:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;z-index:1;background-image:linear-gradient(90deg,#0000 70%,#000)}.about .window .inner-glow[data-v-32282190]{background:radial-gradient(30% 18% at 51.5% -1.4000000000000001%,#bde4ff 31.047649211711715%,#fff0);flex:none;height:100%;mix-blend-mode:overlay;overflow:hidden;position:absolute;will-change:transform}.about .window .topbar[data-v-32282190]{display:flex;flex:none;flex-direction:row;flex-wrap:nowrap;justify-content:space-between;overflow:visible;position:relative;-webkit-user-select:none;user-select:none}.about .right-image-container .shadow[data-v-32282190]{background:linear-gradient(180deg,#0000,#000000b3,#000);flex:none;opacity:.4;overflow:hidden;position:absolute}.right-image-container[data-v-32282190]{-webkit-mask:linear-gradient(0deg,rgba(0,0,0,0) 0%,rgba(0,0,0,1) 16%) add;-webkit-user-select:none;align-content:center;align-items:center;background-color:#000;display:flex;flex:none;flex-direction:column;flex-wrap:nowrap;justify-content:flex-start;mask:linear-gradient(0deg,rgba(0,0,0,0) 0%,rgba(0,0,0,1) 16%) add;overflow:visible;pointer-events:auto;position:absolute;user-select:none}.left-image-container[data-v-32282190]{mask:linear-gradient(0deg,rgba(0,0,0,0) 5.215371621621621%,rgba(0,0,0,1) 13%) add;-webkit-mask:linear-gradient(0deg,rgba(0,0,0,0) 5.215371621621621%,rgba(0,0,0,1) 13%) add;-webkit-user-select:none;align-content:center;align-items:center;background-color:#000;display:flex;flex:none;flex-direction:column;flex-wrap:nowrap;justify-content:flex-start;overflow:visible;pointer-events:auto;position:absolute;user-select:none}.about .about-tab:hover .top[data-v-32282190]{background-color:#000;filter:invert(1)}.about .about-tab:hover .bottom span[data-v-32282190]{color:#fff;-webkit-transition:all .4s ease-out;-moz-transition:all .4s ease-out;-o-transition:all .4s ease-out;transition:all .4s ease-out}.cards-carousel[data-v-32282190]{z-index:3000;position:relative;text-align:center;contain:layout}.cards-carousel .row[data-v-32282190]{display:flex;flex-direction:row;flex-wrap:wrap;align-items:center}.cards-carousel .swiper[data-v-32282190]{width:100%}.cards-carousel .row.top[data-v-32282190]{display:flex;flex-direction:row;justify-content:space-between;gap:40px}.cards-carousel .mainheading[data-v-32282190]{font-style:normal;font-weight:700;line-height:1.2;color:#fff;text-decoration:none;text-transform:none}.cards-carousel .btn-container[data-v-32282190]{display:flex;position:relative;align-items:center;justify-content:center;gap:8px;justify-self:flex-end;border-radius:100px;background-size:300% 300%;animation:animatedgradient 4s ease alternate infinite;background-image:linear-gradient(135deg,#00b7ff,#a629f2 35%,#ff4094 67%,#ff9c00);transition:transform .2s cubic-bezier(.6,.6,0,1),margin-top .2s cubic-bezier(.6,.6,0,1)}.cards-carousel .btn[data-v-32282190]{top:unset;left:unset;right:unset;margin:unset;cursor:pointer;position:relative;align-items:center;justify-content:center;display:flex;background-color:#0009;border-radius:50%;transition:background-color .2s ease-in}.cards-carousel .btn[data-v-32282190]:hover{background-color:#000;transition:background-color .2s ease-out}.cards-carousel .btn-next[data-v-32282190]{transform:rotate(-90deg)}.cards-carousel .btn-prev[data-v-32282190]{transform:rotate(90deg)}.cards-carousel .icon[data-v-32282190]{flex:none;overflow:hidden;position:relative;-webkit-transition:all .4s ease-in;-moz-transition:all .4s ease-in;-o-transition:all .4s ease-in;transition:all .4s ease-in}.cards-carousel .icon .left-part[data-v-32282190]{background-color:#fff;border-radius:.063em;transform:rotate(45deg);opacity:1;will-change:transform;flex:none;overflow:hidden;position:absolute}.cards-carousel .icon .right-part[data-v-32282190]{background-color:#fff;border-radius:.063em;transform:rotate(135deg);opacity:1;will-change:transform;flex:none;overflow:hidden;position:absolute}.cards-carousel .card[data-v-32282190]{position:relative;width:100%;height:100%}.cards-carousel:not(absolute) .card[data-v-32282190]{will-change:transform;border-radius:24px;left:0;transform:translate(0)}.cards-carousel .card .outer-wrapper[data-v-32282190]{position:relative;border-radius:24px;overflow:hidden}.cards-carousel .card .inner-wrapper[data-v-32282190]{position:relative;color:#fff;background-color:#291439;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;aspect-ratio:.747;-webkit-transform:translateZ(0);-moz-transform:translateZ(0);-ms-transform:translateZ(0);transform:translateZ(0);overflow:hidden;border-radius:24px}.cards-carousel .card .inner-wrapper .card-title[data-v-32282190]{white-space:pre-wrap;line-height:1.2;font-weight:600;position:absolute;z-index:1}.cards-carousel .card .video-container[data-v-32282190],.cards-carousel .card .video-wrapper[data-v-32282190]{display:block;height:100%;width:100%}.cards-carousel .card .video-wrapper[data-v-32282190]{position:relative;top:0;right:0;bottom:0;left:0}.cards-carousel .card .video-wrapper img[data-v-32282190]{position:relative;display:block;height:100%;width:100%;object-fit:cover;pointer-events:none}.cards-carousel .card .video-wrapper video[data-v-32282190]{position:relative;display:block;height:100%;width:100%;object-fit:cover;pointer-events:none}.swiper-slide[data-v-32282190]{height:auto}.swiper-button-next[data-v-32282190]:after,.swiper-button-prev[data-v-32282190]:after{display:none}.cards-carousel .cards:not(.absolute) .swiper-slide[data-v-32282190]{position:relative;display:block;left:0;transform:translate(0);will-change:transform}.cards-carousel .cards.absolute[data-v-32282190]{left:50%;transform:translate(-50%);width:100vw}.features[data-v-32282190]{align-items:center;display:flex;flex-direction:column;flex-wrap:nowrap;gap:0px;height:min-content;justify-content:center;overflow:hidden;position:relative;width:100%;z-index:0}.features .container[data-v-32282190]{align-items:center;display:flex;flex-direction:column;flex-wrap:nowrap;gap:20px;height:min-content;justify-content:flex-start;max-width:1200px;overflow:visible;position:relative;width:100%}.features .wrapper[data-v-32282190]{align-items:center;display:flex;flex-direction:column;flex-wrap:nowrap;gap:20px;height:min-content;justify-content:center;max-width:860px;overflow:hidden;padding:0;position:relative;width:100%}.features .subheading[data-v-32282190]{height:auto;position:relative;width:auto;font-style:normal;font-weight:600;line-height:1.2;display:inline-block;-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;text-align:left;color:#fff;text-decoration:none;text-transform:none}.features .mainheading[data-v-32282190]{font-style:normal;font-weight:700;line-height:1.2;text-align:center;color:#fff;text-decoration:none;text-transform:none}.features .para[data-v-32282190]{height:auto;max-width:800px;position:relative;width:100%;font-style:normal;font-weight:400;line-height:1.5;text-align:center;color:#fff9;text-decoration:none;text-transform:none}.bento-grid-one[data-v-32282190]{font-family:Poppins;align-items:center;border-radius:8px;display:flex;flex-direction:column;flex-wrap:nowrap;gap:20px;height:min-content;justify-content:center;max-width:1200px;overflow:visible;padding:0;position:relative;width:100%}.bento-grid-one .row[data-v-32282190]{align-items:center;display:flex;flex-direction:row;flex-wrap:nowrap;gap:20px;height:560px;justify-content:center;overflow:hidden;padding:0;position:relative;width:100%}.bento-grid-one .row .col[data-v-32282190]:after{z-index:9999;content:"";width:100%;height:100%;position:absolute;box-sizing:border-box;left:0;top:0;border-radius:inherit;pointer-events:none}.bento-grid-one .row .col[data-v-32282190]{background:#0c0a14;border:1px solid transparent;align-items:flex-start;border-radius:16px;display:flex;flex-direction:column;flex-wrap:nowrap;gap:40px;height:100%;justify-content:flex-start;overflow:hidden;padding:40px;position:relative;width:1px;will-change:transform}.bento-grid-one .row .col .content-box[data-v-32282190]{align-items:flex-start;display:flex;flex:none;flex-direction:column;flex-wrap:nowrap;gap:10px;height:min-content;justify-content:center;overflow:hidden;padding:0;position:relative;width:100%;z-index:1}.bento-grid-one .row .col .main-heading[data-v-32282190]{font-style:normal;font-weight:700;line-height:1.2;text-align:start;color:#fff;text-decoration:none;text-transform:none}.bento-grid-one .row .col .content[data-v-32282190]{font-style:normal;font-weight:400;line-height:1.5;text-align:left;color:#fff9;text-decoration:none;text-transform:none}.bento-grid-one .learn-more[data-v-32282190]{align-items:center;cursor:pointer;display:flex;flex-direction:row;flex-wrap:nowrap;gap:3px;height:min-content;justify-content:flex-start;overflow:visible;padding:0;position:relative;text-decoration:none;width:fit-content}.bento-grid-one .learn-more .text[data-v-32282190]{font-weight:500;line-height:1;text-align:left;color:#fff}.bento-grid-one .learn-more .right-arrow[data-v-32282190]{display:flex;position:relative}.bento-grid-one .learn-more .right-arrow img[data-v-32282190]{width:100%;height:100%}.bento-grid-one .row .col .img-container[data-v-32282190]{display:flex;align-self:center;position:relative;height:100%;width:100%;border-radius:16px;z-index:1}.bento-grid-one .row-three .col-two .img-container[data-v-32282190]{width:100%;height:auto}.bento-grid-one .bento-img-container[data-v-32282190]{position:relative;width:100%;height:100%;display:flex}.bento-grid-one .bento-img-container img[data-v-32282190]{position:relative!important;width:100%!important;height:auto!important;object-fit:contain!important}.bento-grid-one .row-one .col-one[data-v-32282190]{flex:1.8 0 0px}.bento-grid-one .row-one .people-container img[data-v-32282190],.bento-grid-one .row-one .watchlist-container img[data-v-32282190]{position:relative!important;width:100%!important;height:auto!important}.bento-grid-one .row-one .col-one .inner-glow-one[data-v-32282190]{background:radial-gradient(100% 70% at 51.5% 90%,#bde4ffb3 31.047649211711715%,#fff0);border-radius:10px;flex:none;height:100%;left:1px;mix-blend-mode:overlay;overflow:hidden;position:absolute;top:calc(50.00000000000002% - 100% / 2);width:100%;will-change:transform;z-index:0}.bento-grid-one .row-one .col-one .search-container[data-v-32282190]{display:flex;align-self:center;position:relative;width:100%;border-radius:16px;z-index:1}.bento-grid-one .row-one .col-one .search-wrapper[data-v-32282190]{overflow:hidden;box-shadow:0 0 20px #000c;position:absolute;width:100%;z-index:1;border-radius:16px;border:4px solid #25203c;background-color:#0c0a14}.bento-grid-one .row-one .col-one .search-head[data-v-32282190]{display:flex;align-items:center;border-width:0 0 4px;border-style:solid;border-color:#25203c}.bento-grid-one .row-one .col-one .magnifier[data-v-32282190]{fill:#736d9d}.bento-grid-one .row-one .col-one .magnifier img[data-v-32282190]{width:100%;height:auto;position:relative}.bento-grid-one .row-one .col-one #typewriter-container[data-v-32282190]{display:inline-flex;align-items:baseline;font-weight:500;line-height:22px;color:#736d9d;flex-grow:1;width:100%;white-space:nowrap;position:relative}.bento-grid-one .row-one .col-one .typewriter[data-v-32282190]{display:inline-flex;align-items:baseline;font-weight:500;line-height:1.5;color:#736d9d;margin-right:auto;white-space:nowrap;position:relative}.bento-grid-one .row-one .col-one .cursor[data-v-32282190]{display:inline-block;width:0;background:#736d9d;animation:blink-32282190 .5s step-end infinite!important;margin-left:0;position:absolute;right:0}@keyframes blink-32282190{0%{opacity:1}to{opacity:0}}.bento-grid-one .stock-items[data-v-32282190] *{font-family:Poppins,sans-serif!important}.bento-grid-one .row-one .col-one .profile-icon[data-v-32282190]{fill:#736d9d}.bento-grid-one .row-one .col-one .profile-icon img[data-v-32282190]{position:relative;width:100%;height:auto}.bento-grid-one .row-one .col-one .ticker-icon[data-v-32282190]{fill:#736d9d}.bento-grid-one .row-one .col-one .ticker-icon img[data-v-32282190]{position:relative;width:100%;height:auto}.bento-grid-one .row-one .col-one .search-body[data-v-32282190]{display:flex;flex-direction:column}.bento-grid-one .row-one .col-one .search-body p[data-v-32282190]{color:#736d9d;line-height:1.5}.bento-grid-one .row-one .col-one .search-body .filter-list[data-v-32282190]{padding:0;display:flex;gap:20px;border-bottom:2px solid #25203c}.bento-grid-one .row-one .col-one .search-body .filter-list li[data-v-32282190]{display:flex;align-items:center;gap:6px;background:#191527;border-radius:7px;cursor:pointer;border:2px solid rgba(0,0,0,0)}.bento-grid-one .row-one .col-one .search-body .filter-list .filter-icon[data-v-32282190]{display:flex;align-items:center}.bento-grid-one .row-one .col-one .search-body .filter-list .filter-icon img[data-v-32282190]{width:100%;position:relative;height:auto}.bento-grid-one .row-one .col-one .search-body .title[data-v-32282190]{line-height:1.5;color:#ffb21d;margin:0 0 12px;display:flex;justify-content:space-between}.bento-grid-one .row-one .col-one .search-body .view[data-v-32282190]{line-height:1.5;color:#736d9d;display:flex}.bento-grid-one .row-one .col-one .search-body .people[data-v-32282190]{cursor:pointer;display:flex;align-items:stretch;justify-content:space-between;gap:8px}.bento-grid-one .row-one .col-one .search-body .profile-container[data-v-32282190]{position:relative;display:flex}.bento-grid-one .row-one .col-one .search-body .polytar[data-v-32282190]{display:inline-block;position:relative;width:60px;height:60px;background:conic-gradient(from -30deg at 50% 50%,#ffd029,#ff1878,#a825ff,#00fffd);box-sizing:border-box;-webkit-clip-path:polygon(92.32051% 40%,93.79385% 43.1596%,94.69616% 46.52704%,95% 50%,94.69616% 53.47296%,93.79385% 56.8404%,92.32051% 60%,79.82051% 81.65064%,77.82089% 84.50639%,75.35575% 86.97152%,72.5% 88.97114%,69.3404% 90.44449%,65.97296% 91.34679%,62.5% 91.65064%,37.5% 91.65064%,34.02704% 91.34679%,30.6596% 90.44449%,27.5% 88.97114%,24.64425% 86.97152%,22.17911% 84.50639%,20.17949% 81.65064%,7.67949% 60%,6.20615% 56.8404%,5.30384% 53.47296%,5% 50%,5.30384% 46.52704%,6.20615% 43.1596%,7.67949% 40%,20.17949% 18.34936%,22.17911% 15.49361%,24.64425% 13.02848%,27.5% 11.02886%,30.6596% 9.55551%,34.02704% 8.65321%,37.5% 8.34936%,62.5% 8.34936%,65.97296% 8.65321%,69.3404% 9.55551%,72.5% 11.02886%,75.35575% 13.02848%,77.82089% 15.49361%,79.82051% 18.34936%);clip-path:polygon(92.32051% 40%,93.79385% 43.1596%,94.69616% 46.52704%,95% 50%,94.69616% 53.47296%,93.79385% 56.8404%,92.32051% 60%,79.82051% 81.65064%,77.82089% 84.50639%,75.35575% 86.97152%,72.5% 88.97114%,69.3404% 90.44449%,65.97296% 91.34679%,62.5% 91.65064%,37.5% 91.65064%,34.02704% 91.34679%,30.6596% 90.44449%,27.5% 88.97114%,24.64425% 86.97152%,22.17911% 84.50639%,20.17949% 81.65064%,7.67949% 60%,6.20615% 56.8404%,5.30384% 53.47296%,5% 50%,5.30384% 46.52704%,6.20615% 43.1596%,7.67949% 40%,20.17949% 18.34936%,22.17911% 15.49361%,24.64425% 13.02848%,27.5% 11.02886%,30.6596% 9.55551%,34.02704% 8.65321%,37.5% 8.34936%,62.5% 8.34936%,65.97296% 8.65321%,69.3404% 9.55551%,72.5% 11.02886%,75.35575% 13.02848%,77.82089% 15.49361%,79.82051% 18.34936%);transform:rotate(30deg)}.bento-grid-one .row-one .col-one .search-body .polytar>.spacing[data-v-32282190]{position:absolute;background:#191529;box-sizing:border-box;-webkit-clip-path:polygon(92.32051% 40%,93.79385% 43.1596%,94.69616% 46.52704%,95% 50%,94.69616% 53.47296%,93.79385% 56.8404%,92.32051% 60%,79.82051% 81.65064%,77.82089% 84.50639%,75.35575% 86.97152%,72.5% 88.97114%,69.3404% 90.44449%,65.97296% 91.34679%,62.5% 91.65064%,37.5% 91.65064%,34.02704% 91.34679%,30.6596% 90.44449%,27.5% 88.97114%,24.64425% 86.97152%,22.17911% 84.50639%,20.17949% 81.65064%,7.67949% 60%,6.20615% 56.8404%,5.30384% 53.47296%,5% 50%,5.30384% 46.52704%,6.20615% 43.1596%,7.67949% 40%,20.17949% 18.34936%,22.17911% 15.49361%,24.64425% 13.02848%,27.5% 11.02886%,30.6596% 9.55551%,34.02704% 8.65321%,37.5% 8.34936%,62.5% 8.34936%,65.97296% 8.65321%,69.3404% 9.55551%,72.5% 11.02886%,75.35575% 13.02848%,77.82089% 15.49361%,79.82051% 18.34936%);clip-path:polygon(92.32051% 40%,93.79385% 43.1596%,94.69616% 46.52704%,95% 50%,94.69616% 53.47296%,93.79385% 56.8404%,92.32051% 60%,79.82051% 81.65064%,77.82089% 84.50639%,75.35575% 86.97152%,72.5% 88.97114%,69.3404% 90.44449%,65.97296% 91.34679%,62.5% 91.65064%,37.5% 91.65064%,34.02704% 91.34679%,30.6596% 90.44449%,27.5% 88.97114%,24.64425% 86.97152%,22.17911% 84.50639%,20.17949% 81.65064%,7.67949% 60%,6.20615% 56.8404%,5.30384% 53.47296%,5% 50%,5.30384% 46.52704%,6.20615% 43.1596%,7.67949% 40%,20.17949% 18.34936%,22.17911% 15.49361%,24.64425% 13.02848%,27.5% 11.02886%,30.6596% 9.55551%,34.02704% 8.65321%,37.5% 8.34936%,62.5% 8.34936%,65.97296% 8.65321%,69.3404% 9.55551%,72.5% 11.02886%,75.35575% 13.02848%,77.82089% 15.49361%,79.82051% 18.34936%)}.bento-grid-one .row-one .col-one .search-body .polytar>.spacing>div[data-v-32282190]{aspect-ratio:revert;-o-object-fit:cover;object-fit:cover;position:absolute;-webkit-clip-path:polygon(92.32051% 40%,93.79385% 43.1596%,94.69616% 46.52704%,95% 50%,94.69616% 53.47296%,93.79385% 56.8404%,92.32051% 60%,79.82051% 81.65064%,77.82089% 84.50639%,75.35575% 86.97152%,72.5% 88.97114%,69.3404% 90.44449%,65.97296% 91.34679%,62.5% 91.65064%,37.5% 91.65064%,34.02704% 91.34679%,30.6596% 90.44449%,27.5% 88.97114%,24.64425% 86.97152%,22.17911% 84.50639%,20.17949% 81.65064%,7.67949% 60%,6.20615% 56.8404%,5.30384% 53.47296%,5% 50%,5.30384% 46.52704%,6.20615% 43.1596%,7.67949% 40%,20.17949% 18.34936%,22.17911% 15.49361%,24.64425% 13.02848%,27.5% 11.02886%,30.6596% 9.55551%,34.02704% 8.65321%,37.5% 8.34936%,62.5% 8.34936%,65.97296% 8.65321%,69.3404% 9.55551%,72.5% 11.02886%,75.35575% 13.02848%,77.82089% 15.49361%,79.82051% 18.34936%);clip-path:polygon(92.32051% 40%,93.79385% 43.1596%,94.69616% 46.52704%,95% 50%,94.69616% 53.47296%,93.79385% 56.8404%,92.32051% 60%,79.82051% 81.65064%,77.82089% 84.50639%,75.35575% 86.97152%,72.5% 88.97114%,69.3404% 90.44449%,65.97296% 91.34679%,62.5% 91.65064%,37.5% 91.65064%,34.02704% 91.34679%,30.6596% 90.44449%,27.5% 88.97114%,24.64425% 86.97152%,22.17911% 84.50639%,20.17949% 81.65064%,7.67949% 60%,6.20615% 56.8404%,5.30384% 53.47296%,5% 50%,5.30384% 46.52704%,6.20615% 43.1596%,7.67949% 40%,20.17949% 18.34936%,22.17911% 15.49361%,24.64425% 13.02848%,27.5% 11.02886%,30.6596% 9.55551%,34.02704% 8.65321%,37.5% 8.34936%,62.5% 8.34936%,65.97296% 8.65321%,69.3404% 9.55551%,72.5% 11.02886%,75.35575% 13.02848%,77.82089% 15.49361%,79.82051% 18.34936%)}.bento-grid-one .row-one .col-one .search-body .polytar>.spacing>div img[data-v-32282190]{width:100%;height:100%;transform:rotate(-30deg);aspect-ratio:revert;-o-object-fit:cover;object-fit:cover;position:absolute;top:0;left:0;right:0;bottom:0;align-self:center}.bento-grid-one .row-one .col-one .search-body .filter-list li.active[data-v-32282190]{border-color:#ffb21d}.bento-grid-one .row-one .col-one .search-body h6[data-v-32282190]{display:flex;align-items:center;gap:8px;font-weight:500;color:#fff;flex:1 1 auto}.bento-grid-one .row-one .col-one .search-body .info-profile[data-v-32282190]{max-width:200px;text-overflow:ellipsis;display:block;overflow:hidden;white-space:nowrap}.bento-grid-one .row-one .col-one .search-body h6 .tag[data-v-32282190]{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:block;color:#959595;font-weight:400}.bento-grid-one .row-one .col-one .search-body .profile-right[data-v-32282190]{display:flex;align-items:center;gap:8px}.bento-grid-one .row-one .col-one .search-body .followers[data-v-32282190]{color:#ffffff4d;display:flex;align-items:center;gap:8px}.bento-grid-one .row-one .col-one .search-body .filter-icon[data-v-32282190]{display:flex}.bento-grid-one .row-one .col-one .search-body .redirect-icon[data-v-32282190]{color:#fff}.bento-grid-one .row-one .col-one .search-body .watchlist-item[data-v-32282190]{cursor:pointer;display:flex;align-items:stretch;justify-content:space-between;gap:12px}.bento-grid-one .row-one .col-one .search-item.watchlist-item.matched[data-v-32282190]{max-height:1000px;transition:max-height 4s;overflow:hidden}.bento-grid-one .row-one .col-one .search-item.people.matched[data-v-32282190]{-webkit-transition:max-height 4s,padding .5s;-moz-transition:max-height 4s,padding .5s;-ms-transition:max-height 4s,padding .5s;-o-transition:max-height 4s,padding .5s;transition:max-height 4s,padding .5s;overflow:hidden;max-height:1000px;padding-bottom:8px}.bento-grid-one .row-one .col-one .search-item.people[data-v-32282190]:not(.matched){-webkit-transition:max-height 4s,padding .5s;-moz-transition:max-height 4s,padding .5s;-ms-transition:max-height 4s,padding .5s;-o-transition:max-height 4s,padding .5s;transition:max-height 4s,padding .5s;overflow:hidden;max-height:0;padding-bottom:0}.bento-grid-one .row-one .col-one .search-item.watchlist-item.matched[data-v-32282190]{-webkit-transition:max-height 4s;-moz-transition:max-height 4s;-ms-transition:max-height 4s;-o-transition:max-height 4s;transition:max-height 4s;overflow:hidden;max-height:1000px}.bento-grid-one .row-one .col-one .search-item.watchlist-item[data-v-32282190]:not(.matched){-webkit-transition:max-height 4s;-moz-transition:max-height 4s;-ms-transition:max-height 4s;-o-transition:max-height 4s;transition:max-height 4s;overflow:hidden;max-height:0}.bento-grid-one .row-one .col-one .search-body .stock[data-v-32282190]{cursor:pointer;display:flex;align-items:center;justify-content:center;position:relative;overflow:visible;border-radius:10px;border-style:solid;border-color:#0000;border-image:initial;background:#fff}.bento-grid-one .row-one .col-one .search-body .crypto[data-v-32282190]{cursor:pointer;display:flex;align-items:center;justify-content:center;position:relative;overflow:visible;border-radius:10px;border-style:solid;border-image:initial;background:#fff;border-color:#ff851b}.bento-grid-one .row-one .col-one .search-body .stock .image[data-v-32282190]{cursor:pointer;display:flex;align-items:center;justify-content:center;position:relative;overflow:visible;border-radius:10px;border-style:solid;border-color:#934bff;border-image:initial;background:#fff}.bento-grid-one .row-one .col-one .search-body .crypto .image[data-v-32282190]{cursor:pointer;display:flex;align-items:center;justify-content:center;position:relative;overflow:visible;border-radius:10px;border-style:solid;border-color:#ff851b;border-image:initial;background:#fff}.bento-grid-one .row-one .col-one .search-body img[data-v-32282190]{align-self:center;height:100%;width:100%}.bento-grid-one .row-one .col-one img[data-v-32282190]{display:flex;position:absolute;top:0;left:0;width:100%;height:100%;border-radius:0;object-position:center top;object-fit:cover}.bento-grid-one .row-one .col-one .search-body .price[data-v-32282190]{color:#fff;font-weight:700;width:100%;text-align:right;align-self:center}.bento-grid-one .row-one .col-one .search-body .dollar-sign[data-v-32282190]{vertical-align:super;font-weight:400}.bento-grid-one .row-one .col-one .search-body .price-tag.negative[data-v-32282190]{color:#ff3b3b}.bento-grid-one .row-one .col-one .search-body .price-tag.positive[data-v-32282190]{color:#70e10e}.bento-grid-one .row-one .col-one .profile-right path[data-v-32282190]{stroke:#ffffff4d}.bento-grid-one .row-one .col-one .search-body .price-tag[data-v-32282190]{font-weight:700;display:flex;align-items:center;text-align:right;justify-content:flex-end;flex:0 0 auto}.bento-grid-one .row-one .col-one .search-body .stock-right[data-v-32282190],.bento-grid-one .row-one .col-one .search-body .crypto-right[data-v-32282190]{display:flex;justify-content:flex-end;gap:8px}.bento-grid-one .row-one .col-one .crypto-right .redirect-icon[data-v-32282190]{align-self:center;color:#fff}.bento-grid-one .row-one .col-one .stock-right .filter-icon[data-v-32282190],.bento-grid-one .row-one .col-one .crypto-right .filter-icon[data-v-32282190]{display:flex;align-self:center}.bento-grid-one .row-one .col-one .search-filler-one img[data-v-32282190]{width:100%;height:auto}.bento-grid-one .row-one .col-one .search-filler-one[data-v-32282190]{opacity:.2;position:absolute;top:200px;left:20px;right:auto;width:40px;height:auto}.bento-grid-one .row-one .col-one .search-filler-two[data-v-32282190]{opacity:.4;transform:scaleX(-1);-webkit-transform:scaleX(-1);position:absolute;top:312px;left:60px;right:auto;width:60px;height:auto}.bento-grid-one .row-one .col-one .search-filler-three[data-v-32282190]{opacity:.2;position:absolute;top:440px;left:20px;right:auto;width:40px;height:auto}.bento-grid-one .row-one .col-one .search-filler-four[data-v-32282190]{opacity:.2;position:absolute;transform:scaleX(-1);-webkit-transform:scaleX(-1);top:200px;right:20px;left:auto;width:40px;height:auto}.bento-grid-one .row-one .col-one .search-filler-five[data-v-32282190]{opacity:.4;position:absolute;top:312px;right:60px;left:auto;width:60px;height:auto}.bento-grid-one .row-one .col-one .search-filler-six[data-v-32282190]{opacity:.2;position:absolute;top:440px;right:20px;left:auto;width:40px;height:auto;-webkit-transform:scaleX(-1);transform:scaleX(-1)}.bento-grid-one .row-one .col-one .search-filler svg[data-v-32282190]{width:100%;height:100%}.bento-grid-one .row-one .col-two[data-v-32282190]{flex:1 0 0px}.bento-grid-one .row-one .col-two .inner-glow-one[data-v-32282190]{background:radial-gradient(100% 70% at 51.5% 90%,#bde4ffb3 31.047649211711715%,#fff0);border-radius:10px;flex:none;height:100%;left:1px;mix-blend-mode:overlay;overflow:hidden;position:absolute;top:calc(50.00000000000002% - 100% / 2);width:100%;will-change:transform;z-index:0}.bento-grid-one .row-one .col-two .img-container img[data-v-32282190]{position:absolute;top:0;left:0;height:auto;width:100%;border-radius:16px}.bento-grid-one .row-one .col-two .img-container img.first[data-v-32282190]{z-index:3}.bento-grid-one .row-one .col-two .img-container img.second[data-v-32282190]{z-index:2}.bento-grid-one .row-one .col-two .img-container img.third[data-v-32282190]{z-index:1}.bento-grid-one .row-one .col-two .img-container[data-v-32282190]{box-shadow:0 0 20px #000c}.bento-grid-one .row-two .col-one .inner-glow-one[data-v-32282190]{background:radial-gradient(100% 70% at 51.5% 90%,#bde4ffb3 31.047649211711715%,#fff0);border-radius:10px;flex:none;height:100%;left:1px;mix-blend-mode:overlay;overflow:hidden;position:absolute;top:calc(50.00000000000002% - 100% / 2);width:100%;will-change:transform;z-index:0}.bento-grid-one .row-two .col-one[data-v-32282190]{flex:1.8 0 0px}.bento-grid-one .row-two .col-one .bento-card.first[data-v-32282190]{position:absolute;z-index:1;display:flex;flex-flow:column;overflow:hidden;border-radius:16px;background:#181427;width:auto;height:auto;box-shadow:0 0 20px #000c}.bento-grid-one .row-two .col-one .bento-card.first img[data-v-32282190]{width:100%;height:auto;max-width:400px}.bento-grid-one .row-two .col-one .bento-card.first .title-container[data-v-32282190]{justify-content:space-between;flex-direction:column;margin:0 0 15px!important;width:100%;display:flex;align-items:flex-start}.bento-grid-one .row-two .col-one .bento-card.first .title[data-v-32282190]{display:flex;align-items:center;text-transform:capitalize;color:#736d9d;font-weight:500}.bento-grid-one .row-two .col-one .bento-card.first .title .icon[data-v-32282190]{display:block;background:#1e1a30;border-radius:6px;color:#8b77cf;fill:#5f4c9c}.bento-grid-one .row-two .col-one .bento-card.first .title .icon svg[data-v-32282190]{width:100%;height:100%}.bento-grid-one .row-two .col-one .bento-card.first .sub-title[data-v-32282190]{display:block;color:#ff895a;font-weight:400;text-transform:capitalize}.bento-grid-one .row-two .col-one .bento-card.first .summary-container[data-v-32282190]{display:flex;flex:1;align-items:stretch!important;gap:15px;background:#100c1d;border-radius:10px;flex-wrap:wrap}.bento-grid-one .row-two .col-one .bento-card.first .box-one[data-v-32282190]{background:linear-gradient(135deg,#ffb406,#f11ed6 51.8%,#04cadd)}.bento-grid-one .row-two .col-one .bento-card.first .box.expanded[data-v-32282190]{flex:0 0 100%;max-width:100%}.bento-grid-one .row-two .col-one .bento-card.first .box[data-v-32282190]{border-radius:10px;overflow:hidden;display:flex;flex-flow:column}.bento-grid-one .row-two .col-one .bento-card.first .box-row[data-v-32282190]{display:flex;width:100%;align-items:center;flex-wrap:wrap}.bento-grid-one .row-two .col-one .bento-card.first .box-row[data-v-32282190]:last-child{margin:0}.bento-grid-one .row-two .col-one .bento-card.first .box-row .colored[data-v-32282190]{color:#1d009e;font-weight:700;flex:1}.bento-grid-one .row-two .col-one .bento-card.first .box-row .percent[data-v-32282190]{flex:1;text-align:right;font-weight:700;color:#00dc0f}.bento-grid-one .row-two .col-one .bento-card.first .box-row .white-italic[data-v-32282190]{flex:1;line-height:1;padding:0;margin:0;color:#fff;font-weight:400;font-style:italic}.bento-grid-one .row-two .col-one .bento-card.first .box-row .white-italic[data-v-32282190]:last-child{text-align:right}.bento-grid-one .row-two .col-one .bento-card.first .box-row .account-value[data-v-32282190]{font-style:normal;line-height:1;font-weight:600;color:#fff;display:block;flex:1}.bento-grid-one .row-two .col-one .bento-card.first .box-row .balance-value[data-v-32282190]{text-align:right;flex:1;font-style:normal;line-height:1;font-weight:600;color:#fff;display:block}.bento-grid-one .row-two .col-one .bento-card.first .box-row .dollar-sign[data-v-32282190]{vertical-align:super!important;font-weight:400!important}.bento-grid-one .row-two .col-one .bento-card.first .box-two[data-v-32282190]{background:linear-gradient(133.23deg,#00bfd5 2.91%,#004785)}.bento-grid-one .row-two .col-one .bento-card.first .box-three[data-v-32282190]{background:linear-gradient(134.47deg,#ebac00 7.74%,#f60)}.bento-grid-one .row-two .col-one .bento-card.first .box-four[data-v-32282190]{background:linear-gradient(316.43deg,#004c68 -10.2%,#00bc4b 94.16%)}.bento-grid-one .row-two .col-one .bento-card.first .box-five[data-v-32282190]{background:linear-gradient(316.43deg,#ebac00 -10.2%,#f11ed6 94.16%)}.bento-grid-one .row-two .col-one .bento-card.first .box-row .title[data-v-32282190]{width:100%;line-height:1;color:#fff;font-weight:400}.bento-grid-one .row-two .col-one .bento-card.first .box-row .value[data-v-32282190]{width:100%;line-height:1;font-weight:600;color:#fff;display:block}.bento-grid-one .row-two .col-one .bento-card.first .box-row .remaining[data-v-32282190]{color:#f7ff00;font-weight:400;line-height:1}.bento-grid-one .row-two .col-one .display-box[data-v-32282190]{flex:1 0 0px;height:1px;overflow:visible;position:relative;width:100%;z-index:0}.bento-grid-one .row-two .col-one .bento-card.second[data-v-32282190]{position:absolute;width:auto;height:auto;z-index:1;flex-flow:column;overflow:hidden;border-radius:16px;background:#181427;box-shadow:0 0 20px #000c}.bento-grid-one .row-two .col-one .bento-card.second .row.first[data-v-32282190]{display:flex;position:relative;align-items:flex-start;justify-content:space-between;height:auto;gap:10px}.bento-grid-one .row-two .col-one .bento-card.second .profile-container[data-v-32282190]{position:relative}.bento-grid-one .row-two .col-one .bento-card.second .polytar[data-v-32282190]{display:inline-block;position:relative;background:conic-gradient(from -30deg at 50% 50%,#ffd029,#ff1878,#a825ff,#00fffd);box-sizing:border-box;-webkit-clip-path:polygon(92.32051% 40%,93.79385% 43.1596%,94.69616% 46.52704%,95% 50%,94.69616% 53.47296%,93.79385% 56.8404%,92.32051% 60%,79.82051% 81.65064%,77.82089% 84.50639%,75.35575% 86.97152%,72.5% 88.97114%,69.3404% 90.44449%,65.97296% 91.34679%,62.5% 91.65064%,37.5% 91.65064%,34.02704% 91.34679%,30.6596% 90.44449%,27.5% 88.97114%,24.64425% 86.97152%,22.17911% 84.50639%,20.17949% 81.65064%,7.67949% 60%,6.20615% 56.8404%,5.30384% 53.47296%,5% 50%,5.30384% 46.52704%,6.20615% 43.1596%,7.67949% 40%,20.17949% 18.34936%,22.17911% 15.49361%,24.64425% 13.02848%,27.5% 11.02886%,30.6596% 9.55551%,34.02704% 8.65321%,37.5% 8.34936%,62.5% 8.34936%,65.97296% 8.65321%,69.3404% 9.55551%,72.5% 11.02886%,75.35575% 13.02848%,77.82089% 15.49361%,79.82051% 18.34936%);clip-path:polygon(92.32051% 40%,93.79385% 43.1596%,94.69616% 46.52704%,95% 50%,94.69616% 53.47296%,93.79385% 56.8404%,92.32051% 60%,79.82051% 81.65064%,77.82089% 84.50639%,75.35575% 86.97152%,72.5% 88.97114%,69.3404% 90.44449%,65.97296% 91.34679%,62.5% 91.65064%,37.5% 91.65064%,34.02704% 91.34679%,30.6596% 90.44449%,27.5% 88.97114%,24.64425% 86.97152%,22.17911% 84.50639%,20.17949% 81.65064%,7.67949% 60%,6.20615% 56.8404%,5.30384% 53.47296%,5% 50%,5.30384% 46.52704%,6.20615% 43.1596%,7.67949% 40%,20.17949% 18.34936%,22.17911% 15.49361%,24.64425% 13.02848%,27.5% 11.02886%,30.6596% 9.55551%,34.02704% 8.65321%,37.5% 8.34936%,62.5% 8.34936%,65.97296% 8.65321%,69.3404% 9.55551%,72.5% 11.02886%,75.35575% 13.02848%,77.82089% 15.49361%,79.82051% 18.34936%);transform:rotate(30deg)}.bento-grid-one .row-two .col-one .bento-card.second .polytar .spacing[data-v-32282190]{position:relative;top:3px;left:3px;background-color:#191529;box-sizing:border-box;-webkit-clip-path:polygon(92.32051% 40%,93.79385% 43.1596%,94.69616% 46.52704%,95% 50%,94.69616% 53.47296%,93.79385% 56.8404%,92.32051% 60%,79.82051% 81.65064%,77.82089% 84.50639%,75.35575% 86.97152%,72.5% 88.97114%,69.3404% 90.44449%,65.97296% 91.34679%,62.5% 91.65064%,37.5% 91.65064%,34.02704% 91.34679%,30.6596% 90.44449%,27.5% 88.97114%,24.64425% 86.97152%,22.17911% 84.50639%,20.17949% 81.65064%,7.67949% 60%,6.20615% 56.8404%,5.30384% 53.47296%,5% 50%,5.30384% 46.52704%,6.20615% 43.1596%,7.67949% 40%,20.17949% 18.34936%,22.17911% 15.49361%,24.64425% 13.02848%,27.5% 11.02886%,30.6596% 9.55551%,34.02704% 8.65321%,37.5% 8.34936%,62.5% 8.34936%,65.97296% 8.65321%,69.3404% 9.55551%,72.5% 11.02886%,75.35575% 13.02848%,77.82089% 15.49361%,79.82051% 18.34936%);clip-path:polygon(92.32051% 40%,93.79385% 43.1596%,94.69616% 46.52704%,95% 50%,94.69616% 53.47296%,93.79385% 56.8404%,92.32051% 60%,79.82051% 81.65064%,77.82089% 84.50639%,75.35575% 86.97152%,72.5% 88.97114%,69.3404% 90.44449%,65.97296% 91.34679%,62.5% 91.65064%,37.5% 91.65064%,34.02704% 91.34679%,30.6596% 90.44449%,27.5% 88.97114%,24.64425% 86.97152%,22.17911% 84.50639%,20.17949% 81.65064%,7.67949% 60%,6.20615% 56.8404%,5.30384% 53.47296%,5% 50%,5.30384% 46.52704%,6.20615% 43.1596%,7.67949% 40%,20.17949% 18.34936%,22.17911% 15.49361%,24.64425% 13.02848%,27.5% 11.02886%,30.6596% 9.55551%,34.02704% 8.65321%,37.5% 8.34936%,62.5% 8.34936%,65.97296% 8.65321%,69.3404% 9.55551%,72.5% 11.02886%,75.35575% 13.02848%,77.82089% 15.49361%,79.82051% 18.34936%)}.bento-grid-one .row-two .col-one .bento-card.second .polytar .spacing>div[data-v-32282190]{top:3px;left:3px;aspect-ratio:revert;-o-object-fit:cover;object-fit:cover;position:absolute;-webkit-clip-path:polygon(92.32051% 40%,93.79385% 43.1596%,94.69616% 46.52704%,95% 50%,94.69616% 53.47296%,93.79385% 56.8404%,92.32051% 60%,79.82051% 81.65064%,77.82089% 84.50639%,75.35575% 86.97152%,72.5% 88.97114%,69.3404% 90.44449%,65.97296% 91.34679%,62.5% 91.65064%,37.5% 91.65064%,34.02704% 91.34679%,30.6596% 90.44449%,27.5% 88.97114%,24.64425% 86.97152%,22.17911% 84.50639%,20.17949% 81.65064%,7.67949% 60%,6.20615% 56.8404%,5.30384% 53.47296%,5% 50%,5.30384% 46.52704%,6.20615% 43.1596%,7.67949% 40%,20.17949% 18.34936%,22.17911% 15.49361%,24.64425% 13.02848%,27.5% 11.02886%,30.6596% 9.55551%,34.02704% 8.65321%,37.5% 8.34936%,62.5% 8.34936%,65.97296% 8.65321%,69.3404% 9.55551%,72.5% 11.02886%,75.35575% 13.02848%,77.82089% 15.49361%,79.82051% 18.34936%);clip-path:polygon(92.32051% 40%,93.79385% 43.1596%,94.69616% 46.52704%,95% 50%,94.69616% 53.47296%,93.79385% 56.8404%,92.32051% 60%,79.82051% 81.65064%,77.82089% 84.50639%,75.35575% 86.97152%,72.5% 88.97114%,69.3404% 90.44449%,65.97296% 91.34679%,62.5% 91.65064%,37.5% 91.65064%,34.02704% 91.34679%,30.6596% 90.44449%,27.5% 88.97114%,24.64425% 86.97152%,22.17911% 84.50639%,20.17949% 81.65064%,7.67949% 60%,6.20615% 56.8404%,5.30384% 53.47296%,5% 50%,5.30384% 46.52704%,6.20615% 43.1596%,7.67949% 40%,20.17949% 18.34936%,22.17911% 15.49361%,24.64425% 13.02848%,27.5% 11.02886%,30.6596% 9.55551%,34.02704% 8.65321%,37.5% 8.34936%,62.5% 8.34936%,65.97296% 8.65321%,69.3404% 9.55551%,72.5% 11.02886%,75.35575% 13.02848%,77.82089% 15.49361%,79.82051% 18.34936%)}.bento-grid-one .row-two .col-one .polytar .spacing .light-sweep[data-v-32282190]{width:100%;height:100%;transform:rotate(-30deg);aspect-ratio:revert;-o-object-fit:cover;object-fit:cover;position:absolute;top:0;left:0;right:0;bottom:0}.bento-grid-one .row-two .col-one .bento-card.second .trader-name[data-v-32282190]{display:block;color:#ff71cd;font-weight:500;cursor:pointer}.bento-grid-one .row-two .col-one .bento-card.second .trader-type[data-v-32282190]{margin:0;text-transform:none;display:block;font-size:14px;font-weight:400;color:#fff01b}.bento-grid-one .row-two .col-one .bento-card.second .trader-details[data-v-32282190]{flex:1}.bento-grid-one .row-two .col-one .bento-card.second .trader-badges[data-v-32282190]{margin-left:auto;gap:10px;justify-content:flex-end;display:flex;align-items:center;flex-wrap:wrap}.bento-grid-one .row-two .col-one .bento-card.second .badge-img[data-v-32282190]{position:relative;display:flex}.bento-grid-one .row-two .col-one .bento-card.second img[data-v-32282190]{width:100%;height:100%}.bento-grid-one .row-two .col-one .bento-card.second .second .simple-text[data-v-32282190]{color:#fff;display:flex;align-items:center;line-height:2}.bento-grid-one .row-two .col-one .bento-card.second .second .xp-text[data-v-32282190]{margin-left:auto;font-weight:500;color:#34e36f;line-height:1}.bento-grid-one .row-two .col-one .bento-card.second .row.second[data-v-32282190]{height:auto}.bento-grid-one .row-two .col-one .bento-card.second .row.third[data-v-32282190]{display:flex;height:auto;align-items:center}.bento-grid-one .row-two .col-one .bento-card.second .row.four[data-v-32282190]{display:flex;height:auto;align-items:center;flex-wrap:wrap;gap:10px}.bento-grid-one .row-two .col-one .bento-card.second[data-v-32282190]{display:flex;flex-wrap:wrap;margin:0;gap:12px}.bento-grid-one .row-two .col-one .bento-card.second .item[data-v-32282190]{cursor:default;box-sizing:border-box;background:#25203c;border-radius:10px;display:flex;align-items:center;gap:10px;justify-content:space-between;position:relative}.bento-grid-one .row-two .col-one .bento-card.second .stats[data-v-32282190]{flex-grow:1;overflow:hidden}.bento-grid-one .row-two .col-one .bento-card.second .stats .title[data-v-32282190]{font-weight:500;color:#fff;margin:0;opacity:.7;text-transform:uppercase;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.bento-grid-one .row-two .col-one .bento-card.second .stats .count[data-v-32282190]{font-weight:600;color:#fff;height:auto}.bento-grid-one .row-two .col-one .bento-card.second .stats-icon[data-v-32282190]{display:flex;align-items:center;justify-content:center;border-radius:50%;background:#598aff33}.bento-grid-one .row-two .col-one .bento-card.second .stats-icon span[data-v-32282190]{width:100%;height:100%;stroke:#598aff}.bento-grid-one .row-two .col-one .bento-card.second .stats-icon img[data-v-32282190]{width:100%;height:auto}.bento-grid-one .row-two .col-one .bento-card.second .stats-icon span svg[data-v-32282190]{display:block;width:100%;height:100%}.bento-grid-one .row-two .col-one .bento-card.second .progress[data-v-32282190]{display:flex;overflow:hidden;background-color:#110e1d;border-radius:50px;flex-grow:1;align-self:center}.bento-grid-one .row-two .col-one .bento-card.second .progress-bar[data-v-32282190]{display:flex;flex-direction:column;justify-content:center;overflow:hidden;color:#fff;text-align:center;white-space:nowrap;background:linear-gradient(90deg,#833ab4,#fd1d1d 41.8%,#fcb045);border-radius:50px}.bento-grid-one .row-two .col-one .bento-card.second .orange-border[data-v-32282190]{border-left:2px solid rgb(255,133,27)}.bento-grid-one .row-two .col-one .bento-card.second .light-blue-border[data-v-32282190]{border-left:2px solid rgb(33,193,253)}.bento-grid-one .row-two .col-one .bento-card.second .mustard-border[data-v-32282190]{border-left:2px solid rgb(203,255,24)}.bento-grid-one .row-two .col-one .bento-card.second .green-border[data-v-32282190]{border-left:2px solid rgb(0,158,58)}.bento-grid-one .row-two .col-one .bento-card.second .sea-green-border[data-v-32282190]{border-left:2px solid rgb(0,188,212)}.bento-grid-one .row-two .col-one .bento-card.second .pink-border[data-v-32282190]{border-left:2px solid rgb(255,110,163)}.bento-grid-one .row-two .col-one .bento-card .item .dollar-sign[data-v-32282190]{vertical-align:super!important;font-weight:400!important}.bento-grid-one .row-two .col-two[data-v-32282190]{flex:1.8 0 0px}.bento-grid-one .row-two .col-two .video-container[data-v-32282190]{position:absolute;top:0;left:0;height:100%;width:auto;z-index:0}.bento-grid-one .row-two .col-two .video-container video[data-v-32282190]{width:100%;height:auto}.bento-grid-one .row-three .col-one .inner-glow-one[data-v-32282190]{background:radial-gradient(100% 70% at 51.5% 90%,#bde4ff 31.047649211711715%,#fff0);border-radius:10px;flex:none;height:100%;left:1px;mix-blend-mode:overlay;overflow:hidden;position:absolute;top:calc(50.00000000000002% - 100% / 2);width:100%;will-change:transform;z-index:0}.bento-grid-one .row-three .col-one[data-v-32282190]{flex:1 0 0px}.bento-grid-one .row-three .col-one .profiles-globe-bg[data-v-32282190],.bento-grid-one .row-three .col-one .profiles-globe-web[data-v-32282190]{position:absolute;width:100%;height:auto;bottom:0;left:0}.bento-grid-one .row-three .col-one .profile-01[data-v-32282190],.bento-grid-one .row-three .col-one .profile-02[data-v-32282190],.bento-grid-one .row-three .col-one .profile-03[data-v-32282190],.bento-grid-one .row-three .col-one .profile-04[data-v-32282190],.bento-grid-one .row-three .col-one .profile-05[data-v-32282190],.bento-grid-one .row-three .col-one .profile-06[data-v-32282190],.bento-grid-one .row-three .col-one .profile-07[data-v-32282190],.bento-grid-one .row-three .col-one .profile-08[data-v-32282190]{position:absolute;transform:translate(-50%,-50%)}.bento-grid-one .row-three .col-one .img-container .globe[data-v-32282190]{position:absolute;height:auto;width:160%}.bento-grid-one .row-three .col-one .circles.first[data-v-32282190],.bento-grid-one .row-three .col-one .circles.second[data-v-32282190],.bento-grid-one .row-three .col-one .circles.third[data-v-32282190],.bento-grid-one .row-three .col-one .circles.four[data-v-32282190],.bento-grid-one .row-three .col-one .circles.five[data-v-32282190],.bento-grid-one .row-three .col-one .circles.six[data-v-32282190]{position:absolute;transform:translate(-50%,-50%)}.bento-grid-one .row-three .col-one .circles-wrapper[data-v-32282190]{position:relative}.bento-grid-one .row-three .col-one .circles-wrapper[data-v-32282190]:after{position:absolute;content:"";top:50%;left:50%;transform:translate(-50%,-50%);background-color:#075387;border:1px solid #516787;border-radius:50px}.bento-grid-one .row-three .col-one .circles-wrapper>div[data-v-32282190]{animation:growAndFade-32282190 3s infinite ease-out;background-color:#fff;border-radius:50%;height:100%;opacity:0;position:absolute;width:100%}.bento-grid-one .row-three .col-one .circles .circle1[data-v-32282190]{animation-delay:1s}.bento-grid-one .row-three .col-one .circles .circle2[data-v-32282190]{animation-delay:2s}.bento-grid-one .row-three .col-one .circles .circle3[data-v-32282190]{animation-delay:3s}@keyframes growAndFade-32282190{0%{opacity:.25;transform:scale(0)}to{opacity:0;transform:scale(1)}}.bento-grid-one .row-three .col-one #grey-path[data-v-32282190],.bento-grid-one .row-three .col-one #gradient-path[data-v-32282190]{z-index:1;position:absolute;height:auto}.bento-grid-one .row-three .col-one #gradient-path-10[data-v-32282190]{animation-delay:0s;animation-duration:40s;stroke-dasharray:310;stroke-dashoffset:310;animation-name:gradient-path-10-32282190;animation-iteration-count:infinite}@keyframes gradient-path-10-32282190{0%{stroke-dashoffset:-310}20%{stroke-dashoffset:310}to{stroke-dashoffset:310}}.bento-grid-one .row-three .col-one #gradient-path-9[data-v-32282190]{animation-delay:4s;animation-duration:40s;stroke-dasharray:320;stroke-dashoffset:320;animation-name:gradient-path-9-32282190;animation-iteration-count:infinite}@keyframes gradient-path-9-32282190{0%{stroke-dashoffset:320}20%{stroke-dashoffset:-320}to{stroke-dashoffset:-320}}.bento-grid-one .row-three .col-one #gradient-path-8[data-v-32282190]{animation-delay:8s;animation-duration:40s;stroke-dasharray:348;stroke-dashoffset:348;animation-name:gradient-path-8-32282190;animation-iteration-count:infinite}@keyframes gradient-path-8-32282190{0%{stroke-dashoffset:-348}20%{stroke-dashoffset:348}to{stroke-dashoffset:348}}.bento-grid-one .row-three .col-one #gradient-path-7[data-v-32282190]{animation-delay:12s;animation-duration:40s;stroke-dasharray:300;stroke-dashoffset:300;animation-name:gradient-path-7-32282190;animation-iteration-count:infinite}@keyframes gradient-path-7-32282190{0%{stroke-dashoffset:300}20%{stroke-dashoffset:-300}to{stroke-dashoffset:-300}}.bento-grid-one .row-three .col-one #gradient-path-6[data-v-32282190]{animation-delay:16s;animation-duration:40s;stroke-dasharray:168;stroke-dashoffset:168;animation-name:gradient-path-6-32282190;animation-iteration-count:infinite}@keyframes gradient-path-6-32282190{0%{stroke-dashoffset:168}20%{stroke-dashoffset:-168}to{stroke-dashoffset:-168}}.bento-grid-one .row-three .col-one #gradient-path-5[data-v-32282190]{animation-delay:20s;animation-duration:40s;stroke-dasharray:284;stroke-dashoffset:284;animation-name:gradient-path-5-32282190;animation-iteration-count:infinite}@keyframes gradient-path-5-32282190{0%{stroke-dashoffset:284}20%{stroke-dashoffset:-284}to{stroke-dashoffset:-284}}.bento-grid-one .row-three .col-one #gradient-path-4[data-v-32282190]{animation-delay:24s;animation-duration:40s;stroke-dasharray:260;stroke-dashoffset:260;animation-name:gradient-path-4-32282190;animation-iteration-count:infinite}@keyframes gradient-path-4-32282190{0%{stroke-dashoffset:260}20%{stroke-dashoffset:-260}to{stroke-dashoffset:-260}}.bento-grid-one .row-three .col-one #gradient-path-3[data-v-32282190]{animation-delay:28s;animation-duration:40s;stroke-dasharray:340;stroke-dashoffset:340;animation-name:gradient-path-3-32282190;animation-iteration-count:infinite}@keyframes gradient-path-3-32282190{0%{stroke-dashoffset:-340}20%{stroke-dashoffset:340}to{stroke-dashoffset:340}}.bento-grid-one .row-three .col-one #gradient-path-2[data-v-32282190]{animation-delay:32s;animation-duration:40s;stroke-dasharray:306;stroke-dashoffset:306;animation-name:gradient-path-2-32282190;animation-iteration-count:infinite}@keyframes gradient-path-2-32282190{0%{stroke-dashoffset:-306}20%{stroke-dashoffset:306}to{stroke-dashoffset:306}}.bento-grid-one .row-three .col-one #gradient-path-1[data-v-32282190]{animation-delay:36s;animation-duration:40s;stroke-dasharray:306;stroke-dashoffset:306;animation-name:gradient-path-1-32282190;animation-iteration-count:infinite}@keyframes gradient-path-1-32282190{0%{stroke-dashoffset:-306}20%{stroke-dashoffset:306}to{stroke-dashoffset:306}}.bento-grid-one .row-three .col-one .img-container .gp[data-v-32282190]{animation:float-32282190 6s ease-in-out infinite;position:absolute;z-index:2}.bento-grid-one .row-three .col-one .img-container .gp-01[data-v-32282190]{top:75%;left:-5.8%}.bento-grid-one .row-three .col-one .img-container .gp-02[data-v-32282190]{top:9%;left:14%}.bento-grid-one .row-three .col-one .img-container .gp-03[data-v-32282190]{top:32%;left:95.8%}.bento-grid-one .row-three .col-one .img-container .gp-04[data-v-32282190]{top:50%;left:41.8%}.bento-grid-one .row-three .col-one .img-container .gp-05[data-v-32282190]{top:-7%;left:75.5%}.bento-grid-one .row-three .col-one .img-container .gp-06[data-v-32282190]{top:86.2%;left:49.8%}@keyframes float-32282190{0%{transform:translatey(0)}50%{transform:translatey(4px)}to{transform:translatey(0)}}.bento-grid-one .row-three .col-two[data-v-32282190]{flex:1.8 0 0px}.bento-grid-one .row-three .col-two .img-container img[data-v-32282190]{width:100%;height:auto}.bento-grid-one .row-three .col-two .post-wrapper[data-v-32282190]{display:flex;position:relative;width:100%}.bento-grid-one .row-three .col-two .create-post[data-v-32282190]{display:flex;flex:1 0 0px;height:1px;overflow:visible;position:relative;width:100%;z-index:0}.bento-grid-one .row-three .col-two .inner-glow-one[data-v-32282190]{background:radial-gradient(100% 70% at 51.5% 90%,#bde4ffb3 31.047649211711715%,#fff0);border-radius:10px;flex:none;height:100%;left:1px;mix-blend-mode:overlay;overflow:hidden;position:absolute;top:calc(50.00000000000002% - 100% / 2);width:100%;will-change:transform;z-index:0}.bento-grid-one .row-three .col-two .posts-container[data-v-32282190]{display:flex;flex:1}.bento-grid-one .row-three .col-two .post[data-v-32282190]{transform:scale(.7) translate(-50%);transform-origin:top left;display:flex;flex-direction:column;position:absolute;top:0;left:50%;background-color:#60f;border-radius:16px}.bento-grid-one .row-three .col-two .post .header[data-v-32282190]{border:none;justify-content:space-between;display:flex}.bento-grid-one .row-three .col-two .post .head[data-v-32282190]{list-style:none;display:flex;align-items:center;-webkit-user-select:none;-moz-user-select:none;user-select:none;flex-wrap:wrap}.bento-grid-one .row-three .col-two .post.active .svg_icon[data-v-32282190]{fill:#ffb21d}.bento-grid-one .row-three .col-two .post .tab.active[data-v-32282190]{color:#ffb21d}.bento-grid-one .row-three .col-two .post .svg_icon svg[data-v-32282190]{width:100%;height:100%}.bento-grid-one .row-three .col-two .post .tab[data-v-32282190]{min-height:auto;display:inline-flex;align-items:center;justify-content:flex-start;color:#fff;flex-grow:1;font-weight:500;border-right:.5px solid rgba(255,255,255,.03);text-align:left}.bento-grid-one .row-three .col-two .post .post-body.active[data-v-32282190]{display:flex}.bento-grid-one .row-three .col-two .post .post-body[data-v-32282190]{display:flex;bottom:0;left:0;right:0;position:absolute;flex:1;background:#110e1d;overflow:visible;border-radius:16px;flex-flow:column;height:auto}.bento-grid-one .row-three .col-two .post .post-body .profile[data-v-32282190]{display:inline-flex;align-items:center}.bento-grid-one .row-three .col-two .post .post-body .profile-container[data-v-32282190]{position:relative}.bento-grid-one .row-three .col-two .post .post-body .post-profile[data-v-32282190]{display:flex;align-items:center;justify-content:space-between;text-align:left}.bento-grid-one .row-three .col-two .post .profile-container .polytar[data-v-32282190]{display:inline-block;position:relative;background:conic-gradient(from -30deg at 50% 50%,#ffd029,#ff1878,#a825ff,#00fffd);box-sizing:border-box;-webkit-clip-path:polygon(92.32051% 40%,93.79385% 43.1596%,94.69616% 46.52704%,95% 50%,94.69616% 53.47296%,93.79385% 56.8404%,92.32051% 60%,79.82051% 81.65064%,77.82089% 84.50639%,75.35575% 86.97152%,72.5% 88.97114%,69.3404% 90.44449%,65.97296% 91.34679%,62.5% 91.65064%,37.5% 91.65064%,34.02704% 91.34679%,30.6596% 90.44449%,27.5% 88.97114%,24.64425% 86.97152%,22.17911% 84.50639%,20.17949% 81.65064%,7.67949% 60%,6.20615% 56.8404%,5.30384% 53.47296%,5% 50%,5.30384% 46.52704%,6.20615% 43.1596%,7.67949% 40%,20.17949% 18.34936%,22.17911% 15.49361%,24.64425% 13.02848%,27.5% 11.02886%,30.6596% 9.55551%,34.02704% 8.65321%,37.5% 8.34936%,62.5% 8.34936%,65.97296% 8.65321%,69.3404% 9.55551%,72.5% 11.02886%,75.35575% 13.02848%,77.82089% 15.49361%,79.82051% 18.34936%);clip-path:polygon(92.32051% 40%,93.79385% 43.1596%,94.69616% 46.52704%,95% 50%,94.69616% 53.47296%,93.79385% 56.8404%,92.32051% 60%,79.82051% 81.65064%,77.82089% 84.50639%,75.35575% 86.97152%,72.5% 88.97114%,69.3404% 90.44449%,65.97296% 91.34679%,62.5% 91.65064%,37.5% 91.65064%,34.02704% 91.34679%,30.6596% 90.44449%,27.5% 88.97114%,24.64425% 86.97152%,22.17911% 84.50639%,20.17949% 81.65064%,7.67949% 60%,6.20615% 56.8404%,5.30384% 53.47296%,5% 50%,5.30384% 46.52704%,6.20615% 43.1596%,7.67949% 40%,20.17949% 18.34936%,22.17911% 15.49361%,24.64425% 13.02848%,27.5% 11.02886%,30.6596% 9.55551%,34.02704% 8.65321%,37.5% 8.34936%,62.5% 8.34936%,65.97296% 8.65321%,69.3404% 9.55551%,72.5% 11.02886%,75.35575% 13.02848%,77.82089% 15.49361%,79.82051% 18.34936%);transform:rotate(30deg)}.bento-grid-one .row-three .col-two .post .polytar>.spacing[data-v-32282190]{position:absolute;background:#191529;box-sizing:border-box;-webkit-clip-path:polygon(92.32051% 40%,93.79385% 43.1596%,94.69616% 46.52704%,95% 50%,94.69616% 53.47296%,93.79385% 56.8404%,92.32051% 60%,79.82051% 81.65064%,77.82089% 84.50639%,75.35575% 86.97152%,72.5% 88.97114%,69.3404% 90.44449%,65.97296% 91.34679%,62.5% 91.65064%,37.5% 91.65064%,34.02704% 91.34679%,30.6596% 90.44449%,27.5% 88.97114%,24.64425% 86.97152%,22.17911% 84.50639%,20.17949% 81.65064%,7.67949% 60%,6.20615% 56.8404%,5.30384% 53.47296%,5% 50%,5.30384% 46.52704%,6.20615% 43.1596%,7.67949% 40%,20.17949% 18.34936%,22.17911% 15.49361%,24.64425% 13.02848%,27.5% 11.02886%,30.6596% 9.55551%,34.02704% 8.65321%,37.5% 8.34936%,62.5% 8.34936%,65.97296% 8.65321%,69.3404% 9.55551%,72.5% 11.02886%,75.35575% 13.02848%,77.82089% 15.49361%,79.82051% 18.34936%);clip-path:polygon(92.32051% 40%,93.79385% 43.1596%,94.69616% 46.52704%,95% 50%,94.69616% 53.47296%,93.79385% 56.8404%,92.32051% 60%,79.82051% 81.65064%,77.82089% 84.50639%,75.35575% 86.97152%,72.5% 88.97114%,69.3404% 90.44449%,65.97296% 91.34679%,62.5% 91.65064%,37.5% 91.65064%,34.02704% 91.34679%,30.6596% 90.44449%,27.5% 88.97114%,24.64425% 86.97152%,22.17911% 84.50639%,20.17949% 81.65064%,7.67949% 60%,6.20615% 56.8404%,5.30384% 53.47296%,5% 50%,5.30384% 46.52704%,6.20615% 43.1596%,7.67949% 40%,20.17949% 18.34936%,22.17911% 15.49361%,24.64425% 13.02848%,27.5% 11.02886%,30.6596% 9.55551%,34.02704% 8.65321%,37.5% 8.34936%,62.5% 8.34936%,65.97296% 8.65321%,69.3404% 9.55551%,72.5% 11.02886%,75.35575% 13.02848%,77.82089% 15.49361%,79.82051% 18.34936%)}.bento-grid-one .row-three .col-two .post .polytar>.spacing>div[data-v-32282190]{aspect-ratio:revert;-o-object-fit:cover;object-fit:cover;position:absolute;-webkit-clip-path:polygon(92.32051% 40%,93.79385% 43.1596%,94.69616% 46.52704%,95% 50%,94.69616% 53.47296%,93.79385% 56.8404%,92.32051% 60%,79.82051% 81.65064%,77.82089% 84.50639%,75.35575% 86.97152%,72.5% 88.97114%,69.3404% 90.44449%,65.97296% 91.34679%,62.5% 91.65064%,37.5% 91.65064%,34.02704% 91.34679%,30.6596% 90.44449%,27.5% 88.97114%,24.64425% 86.97152%,22.17911% 84.50639%,20.17949% 81.65064%,7.67949% 60%,6.20615% 56.8404%,5.30384% 53.47296%,5% 50%,5.30384% 46.52704%,6.20615% 43.1596%,7.67949% 40%,20.17949% 18.34936%,22.17911% 15.49361%,24.64425% 13.02848%,27.5% 11.02886%,30.6596% 9.55551%,34.02704% 8.65321%,37.5% 8.34936%,62.5% 8.34936%,65.97296% 8.65321%,69.3404% 9.55551%,72.5% 11.02886%,75.35575% 13.02848%,77.82089% 15.49361%,79.82051% 18.34936%);clip-path:polygon(92.32051% 40%,93.79385% 43.1596%,94.69616% 46.52704%,95% 50%,94.69616% 53.47296%,93.79385% 56.8404%,92.32051% 60%,79.82051% 81.65064%,77.82089% 84.50639%,75.35575% 86.97152%,72.5% 88.97114%,69.3404% 90.44449%,65.97296% 91.34679%,62.5% 91.65064%,37.5% 91.65064%,34.02704% 91.34679%,30.6596% 90.44449%,27.5% 88.97114%,24.64425% 86.97152%,22.17911% 84.50639%,20.17949% 81.65064%,7.67949% 60%,6.20615% 56.8404%,5.30384% 53.47296%,5% 50%,5.30384% 46.52704%,6.20615% 43.1596%,7.67949% 40%,20.17949% 18.34936%,22.17911% 15.49361%,24.64425% 13.02848%,27.5% 11.02886%,30.6596% 9.55551%,34.02704% 8.65321%,37.5% 8.34936%,62.5% 8.34936%,65.97296% 8.65321%,69.3404% 9.55551%,72.5% 11.02886%,75.35575% 13.02848%,77.82089% 15.49361%,79.82051% 18.34936%)}.bento-grid-one .row-three .col-two .post .polytar>.spacing>div img[data-v-32282190]{width:100%;height:100%;transform:rotate(-30deg);aspect-ratio:revert;-o-object-fit:cover;object-fit:cover;position:absolute;top:0;left:0;right:0;bottom:0}.bento-grid-one .row-three .col-two .post .profile h6[data-v-32282190]{display:flex;flex-direction:column;gap:4px;font-weight:400;color:#fff;line-height:1.2}.bento-grid-one .row-three .col-two .post .profile h6 .tag[data-v-32282190]{display:block;opacity:.6;line-height:1.2;max-width:130px;text-overflow:ellipsis;overflow:hidden}.bento-grid-one .row-three .col-two .post .profile-notes[data-v-32282190]{display:flex;align-items:center;border-radius:8px;background:#60f!important}.bento-grid-one .row-three .col-two .post .note svg[data-v-32282190]{fill:#fff}.bento-grid-one .row-three .col-two .post .note.active svg[data-v-32282190]{fill:#ffb21d}.bento-grid-one .row-three .col-two .post .note[data-v-32282190]{display:flex;flex-direction:column;text-align:center;min-width:45px;cursor:pointer;gap:4px}.bento-grid-one .row-three .col-two .post .note p[data-v-32282190]{line-height:1.2;color:#fff}.bento-grid-one .row-three .col-two .post .note .icon[data-v-32282190]{display:flex;justify-content:center}.bento-grid-one .row-three .col-two .post .note.active p[data-v-32282190]{line-height:1.2;color:#ffb21d}.bento-grid-one .row-three .col-two .post .text-area[data-v-32282190]{display:inline-block;position:relative;color:#736d9d;font-weight:500;line-height:1.5}.bento-grid-one .row-three .col-two .post .foot[data-v-32282190]{border-top:2px solid #25203c;display:flex}.bento-grid-one .row-three .col-two .post .foot-box[data-v-32282190]{flex:0 0 25%}.bento-grid-one .row-three .col-two .post .foot-box h2[data-v-32282190]{line-height:1;font-weight:500}.bento-grid-one .row-three .col-two .post .foot-box .icon-list[data-v-32282190]{display:flex;align-items:center;justify-content:flex-start;gap:8px}.bento-grid-one .row-three .col-two .post .foot-box .icon-list .icon[data-v-32282190],.bento-grid-one .row-three .col-two .post .foot-box .icon-list .icon.vdots[data-v-32282190]{border-radius:20px}.bento-grid-one .row-three .col-two .post .foot-box .icon-list svg[data-v-32282190]{width:100%;height:100%}.bento-grid-one .row-three .col-two .post .foot-box .note-post[data-v-32282190]{margin-left:auto;padding:0;display:flex;align-items:center;gap:8px;color:#736d9d;font-weight:400}.bento-grid-one .row-three .col-two .post .foot-box .note-post .icon[data-v-32282190]{font-weight:400;fill:#736d9d;display:flex}.bento-grid-one .row-three .col-two .post .foot-box .note-post .icon svg[data-v-32282190]{width:100%;height:100%;display:block}.bento-grid-one .row-three .col-two .post .foot-box .icon-list .circle-icon.traderverse[data-v-32282190]{border-radius:50%;display:flex;align-items:center;justify-content:center;background-color:#000}.bento-grid-one .row-three .col-two .post .foot-box .icon-list .circle-icon.linkedin[data-v-32282190],.bento-grid-one .row-three .col-two .post .foot-box .icon-list .circle-icon.x[data-v-32282190]{border-radius:50%;display:flex;align-items:center;justify-content:center}.bento-grid-one .row-three .col-two .post .foot-box .foot-button[data-v-32282190]{background:linear-gradient(100.4deg,#9340c3 14.61%,#e4813a 85.57%);border-radius:4px!important;text-align:center;line-height:1.5;position:relative;z-index:1;border:none;color:#fff}.bento-grid-one .row-three .col-two .post .foot-box.fourth[data-v-32282190]{align-items:flex-end;display:flex;justify-content:flex-end}.bento-grid-one .row-three .col-two .post .gradient-bg[data-v-32282190]{display:flex;justify-content:center;align-items:center;border-radius:12px;text-align:center;flex-grow:1!important}.bento-grid-one .row-three .col-two .post .gradient-bg .text[data-v-32282190]{font-weight:700;color:#fff}.bento-grid-one .row-three .col-two .post .gradient-palette[data-v-32282190]{flex-grow:1!important;display:flex;align-items:center;gap:12px;justify-content:flex-start}.bento-grid-one .row-three .col-two .post .gradient-palette .palette[data-v-32282190]{border-radius:50%;overflow:hidden;cursor:pointer}.bento-grid-one .row-three .col-two .post .gradient-palette .palette img[data-v-32282190]{object-fit:cover;width:100%;height:100%;border-radius:50px}.bento-grid-one .row-three .col-two #simple-post-body[data-v-32282190]{z-index:3}.bento-grid-one .row-three .col-two #quoted-post-body[data-v-32282190]{z-index:2}.bento-grid-one .row-three .col-two #paged-post-body[data-v-32282190]{z-index:1}.bento-grid-one .row-three .col-two #post-text[data-v-32282190]{z-index:4}.bento-grid-one .row-three .col-two #post-analysis[data-v-32282190]{z-index:3}.bento-grid-one .row-three .col-two #post-portfolio[data-v-32282190]{z-index:2}.bento-grid-one .row-three .col-two #post-profile[data-v-32282190]{z-index:1}.bento-grid-one .row-three .col-two #simple-typewriter-container[data-v-32282190]{display:inline-flex;align-items:baseline;font-weight:500;color:#736d9d;flex-grow:1;width:100%;overflow:hidden;white-space:nowrap;position:relative}.bento-grid-one .row-three .col-two .post .uploads[data-v-32282190]{flex:1;display:flex;gap:16px}.bento-grid-one .row-three .col-two .upload-docs[data-v-32282190],.bento-grid-one .row-three .col-two .upload-images[data-v-32282190]{flex:1;background:#181427;border:2px dashed #302b4e;display:flex;align-items:center;justify-content:center;flex-direction:column;border-radius:16px;gap:15px}.bento-grid-one .row-three .col-two .upload-docs .icon[data-v-32282190],.bento-grid-one .row-three .col-two .upload-images .icon[data-v-32282190]{background:#110e1d;display:flex;align-items:center;justify-content:center;border-radius:50px}.bento-grid-one .row-three .col-two .upload-docs .icon svg[data-v-32282190],.bento-grid-one .row-three .col-two .upload-images .icon svg[data-v-32282190]{height:100%;width:100%;display:block}.bento-grid-one .row-three .col-two .upload-docs .title[data-v-32282190],.bento-grid-one .row-three .col-two .upload-images .title[data-v-32282190]{text-align:center;color:#fff;font-weight:600;line-height:1}.bento-grid-one .row-three .col-two .upload-docs .para[data-v-32282190],.bento-grid-one .row-three .col-two .upload-images .para[data-v-32282190]{text-align:center;color:#8e8c97;font-weight:400;line-height:1}.bento-grid-one .row-three .col-two .cpost-filler-one[data-v-32282190]{opacity:.2;position:absolute;top:200px;left:20px;width:40px;-webkit-transform:rotate(12deg) scaleX(1);transform:rotate(12deg) scaleX(1)}.bento-grid-one .row-three .col-two .cpost-filler-two[data-v-32282190]{opacity:.4;-webkit-transform:rotate(-12deg) scaleX(1);transform:rotate(-12deg) scaleX(1);position:absolute;top:312px;left:44px;width:60px}.bento-grid-one .row-three .col-two .cpost-filler-three[data-v-32282190]{opacity:.2;position:absolute;top:440px;left:20px;width:40px;-webkit-transform:rotate(12deg) scaleX(1);transform:rotate(12deg) scaleX(1)}.bento-grid-one .row-three .col-two .cpost-filler-four[data-v-32282190]{opacity:.2;position:absolute;top:200px;right:20px;width:40px;-webkit-transform:rotate(-12deg) scaleX(1);transform:rotate(-12deg) scaleX(1)}.bento-grid-one .row-three .col-two .cpost-filler-five[data-v-32282190]{opacity:.4;position:absolute;top:312px;right:44px;width:60px;-webkit-transform:rotate(12deg) scaleX(1);transform:rotate(12deg) scaleX(1)}.bento-grid-one .row-three .col-two .cpost-filler-six[data-v-32282190]{opacity:.2;position:absolute;top:440px;right:20px;width:40px;-webkit-transform:rotate(-12deg) scaleX(1);transform:rotate(-12deg) scaleX(1)}.bento-grid-one .row-three .col-two .cpost-filler svg[data-v-32282190]{width:100%;height:100%}.bento-grid-one .row-four .col-one .hlogo-slider[data-v-32282190]{margin:auto 0}.bento-grid-one .row-four .col-one .inner-glow-one[data-v-32282190]{background:radial-gradient(100% 70% at 51.5% 90%,#bde4ffb3 31.047649211711715%,#fff0);border-radius:10px;flex:none;height:100%;left:1px;mix-blend-mode:overlay;overflow:hidden;position:absolute;top:calc(60.00000000000002% - 100% / 2);width:100%;will-change:transform;z-index:0}.bento-grid-one .row-four .col-one[data-v-32282190]{flex:1 0 0px}.bento-grid-one .row-four .col-two .inner-glow-one[data-v-32282190]{background:radial-gradient(100% 70% at 51.5% 90%,#bde4ffb3 31.047649211711715%,#fff0);border-radius:10px;flex:none;height:100%;left:1px;mix-blend-mode:overlay;overflow:hidden;position:absolute;top:calc(50.00000000000002% - 100% / 2);width:100%;will-change:transform;z-index:-1}.bento-grid-one .row-four .col-two[data-v-32282190]{flex:1 0 0px}.bento-grid-one .row-five .col-one[data-v-32282190]{flex:1.8 0 0px}.bento-grid-one .row-five .col-one .dashboard[data-v-32282190]{height:auto;position:relative;width:100%;z-index:0;flex:1 0 0px;overflow:visible}.bento-grid-one .row-five .col-one img[data-v-32282190]{width:100%;height:auto;aspect-ratio:660 / 396;object-fit:contain;object-position:bottom center}.bento-grid-one .row-five .col-one .first-screen[data-v-32282190]{background-color:#110e1d;align-items:flex-start;box-shadow:#000c2499 -10px 0 30px,#ffffff40 -.5px -.5px 0 .4px;display:flex;filter:blur(0px);flex-direction:column;flex-wrap:nowrap;height:fit-content;justify-content:flex-start;left:0;position:absolute;top:30px;width:255px;z-index:0;border-radius:12px;flex:0 0 auto;gap:20px;overflow:hidden}.bento-grid-one .row-five .col-one .second-screen[data-v-32282190]{background-color:#110e1d;box-shadow:-20px 0 30px #0009,-.5px -.5px 0 .4px #ffffff40;filter:blur(0px);height:fit-content;left:calc(50% - 117px);position:absolute;top:70px;width:234px;border-radius:13px;flex:0 0 auto;overflow:visible}.bento-grid-one .row-five .col-one .third-screen[data-v-32282190]{background-color:#110e1d;box-shadow:#0009 -20px 0 30px,#ffffff40 -.5px -.5px 0 .4px;height:fit-content;position:absolute;right:0;top:110px;width:234px;border-radius:13px;flex:0 0 auto;overflow:visible}.bento-grid-one .row-five .col-two[data-v-32282190]{flex:1 0 0px}.cta-two[data-v-32282190]{align-content:center;align-items:center;display:flex;flex:none;flex-direction:column;flex-wrap:nowrap;gap:0px;height:min-content;justify-content:center;overflow:hidden;position:relative;width:100%}.cta-two .container video[data-v-32282190]{width:100%;height:auto;display:block;position:absolute;top:0;left:0;bottom:0;right:0}.cta-two .container[data-v-32282190]:before{content:"";position:absolute;background-color:#0009;top:0;left:0;width:100%;height:100%;z-index:1}.cta-two .container[data-v-32282190]{align-content:center;align-items:center;display:flex;flex:none;flex-direction:column;flex-wrap:nowrap;gap:0px;height:min-content;justify-content:center;max-width:1400px;overflow:hidden;position:relative;width:100%;border-radius:16px}.cta-two .row.top[data-v-32282190]{padding:64px 40px 600px;z-index:10}.cta-two .row.bottom[data-v-32282190]{position:absolute;width:100%;z-index:10;display:flex;flex-direction:row;justify-content:center;gap:0}.cta-two .title[data-v-32282190]{font-weight:700;font-style:normal;font-family:Montserrat,sans-serif;text-transform:capitalize;max-width:1024px;line-height:1.2;font-size:64px;color:#fff;text-align:center}.cta-two .title span b[data-v-32282190]{font-weight:inherit;font-style:normal;background-image:linear-gradient(90deg,#ff9c00,#ff4094 35%,#a629f2 67%,#00b7ff);-webkit-background-clip:text;background-clip:text;color:transparent;-webkit-text-fill-color:transparent}.cta-two .download-container[data-v-32282190]{position:relative;display:flex;flex-direction:row;justify-content:center;z-index:100;gap:12px}.cta-two .a[data-v-32282190]{display:flex}@media screen and (min-width: 320px) and (max-width: 360px){.hero .pill-text[data-v-32282190]{font-size:18px}.hero[data-v-32282190]{gap:0px;height:100%;padding:0;width:100%}.hero .container[data-v-32282190]{gap:20px;height:100%;max-width:1400px;padding:6.875em 1em 1em;width:100%}.hero h1[data-v-32282190]{font-size:35px;line-height:1.2}.hero .main-heading[data-v-32282190]{gap:20px;max-width:650px;padding:0;width:100%}.hero .para[data-v-32282190]{max-width:650px;padding:0;width:100%}.hero .para p[data-v-32282190]{font-size:16px;line-height:1.5;text-align:left}.hero .download-button[data-v-32282190]{border-radius:.5em;text-align:center;border:1px solid #333;width:100%;padding-top:12px;padding-bottom:12px;height:fit-content}.hero .button-inner[data-v-32282190]{justify-content:center;padding-left:12px;padding-right:12px}.hero .button-main-txt .para[data-v-32282190]{font-size:20px}.hero .button-inner.normal .button-icon-wrap[data-v-32282190]{display:none}.hero .button-inner.hover[data-v-32282190]{transform:translateY(110%);padding-left:0;padding-right:0;top:0%;bottom:0%;left:0%;right:0%}.hero .button-icon-wrap.hover[data-v-32282190]{padding:9px}.hero .app-button[data-v-32282190]{padding:0 8px;gap:8px;width:100%}.hero .app-button[data-v-32282190]:before{width:100%;height:100%;border-radius:.5em}.hero .app-icon[data-v-32282190]{font-size:20px;width:14px;height:auto}.hero .app-icon.web[data-v-32282190]{font-size:20px;width:18px;height:auto}.hero .app-button .app-text[data-v-32282190]{font-size:14px}.hero .video-container[data-v-32282190]{bottom:0;gap:10px;padding:0;right:0;top:0;width:100%;position:relative}.hero .video-wrapper[data-v-32282190]{height:100%;width:100%}.hero .fade[data-v-32282190]{height:100px}.hero .logos img[data-v-32282190]{height:80px}.about[data-v-32282190]{gap:0px;padding:0 16px 64px;width:100%}.about .ui .window img[data-v-32282190]{width:100%;object-position:left top;object-fit:cover}.about .container[data-v-32282190]{gap:0px;max-width:1400px;width:100%}.about .main-title[data-v-32282190]{font-size:28px;line-height:1.2;text-align:center;max-width:700px;width:100%}.about .row.top[data-v-32282190]{padding:64px 0 40px}.about .row.center[data-v-32282190]{gap:10px;height:fit-content;padding:0;width:100%}.about .row.bottom[data-v-32282190]{gap:0px;padding:0;width:100%;z-index:5}.about .row.bottom .wrapper[data-v-32282190]{gap:30px;padding:40px 0 0;width:1px;z-index:6}.about .about-tabs-content[data-v-32282190]{width:100%}.about .about-tab-content[data-v-32282190]{top:0;left:0;width:100%;height:100%}.about .secondary-title[data-v-32282190]{font-size:20px;line-height:1.2;text-align:center;width:100%}.about .row.bottom .column p[data-v-32282190]{font-size:16px;text-align:center}.about .ui[data-v-32282190]{height:100%;width:100%}.about .ui .shadow[data-v-32282190]{bottom:-3px;height:220px;left:0;opacity:.4;right:0;z-index:1}.about .about-tabs[data-v-32282190]{margin-top:40px}.about .about-tab[data-v-32282190]{grid-gap:8px;gap:12px;width:72px}.about .about-tab .top[data-v-32282190]{border-radius:12px;inline-size:48px;block-size:48px;padding:12px}.about .about-tab .top img[data-v-32282190]{width:48px;height:100%}.about .about-tab .bottom span[data-v-32282190],.about .about-tab.active .bottom span[data-v-32282190]{font-size:12px}.about .about-tab.active .top[data-v-32282190]{border-radius:12px;width:48px;height:48px;padding:12px}.about .about-tab.active .top img[data-v-32282190]{width:48px;height:100%}.about .ui .window[data-v-32282190]{border-radius:20px;gap:0px;left:calc(50.00000000000002% - min(100%,100%) / 2);mask:linear-gradient(0deg,rgba(0,0,0,0) 0%,rgba(0,0,0,1) 36%) add;padding:0;top:0;width:100%;z-index:1}.about .window .inner-glow[data-v-32282190]{display:none;border-radius:10px;left:1px;top:calc(50.00000000000002% - 100% / 2);width:100%;z-index:1}.about .window .topbar[data-v-32282190]{height:60px;width:100%}.about .right-image-container .shadow[data-v-32282190]{bottom:-3px;height:220px;left:0;opacity:.4;right:0;z-index:9}.about .right-image-container[data-v-32282190]{border-radius:16px;bottom:-150px;gap:0px;height:606px;right:0;width:280px;z-index:2}.about .right-image-container img[data-v-32282190],.about .left-image-container img[data-v-32282190]{width:100%;height:100%}.about .left-image-container[data-v-32282190]{border-radius:8px;bottom:-150px;box-shadow:0 10px 30px #0006;gap:0px;height:780px;left:-100px;mask:linear-gradient(0deg,rgba(0,0,0,0) 5.215371621621621%,rgba(0,0,0,1) 13%) add;width:260px;z-index:2}.cards-carousel .cards.absolute .swiper-slide[data-v-32282190]{position:absolute;left:50%;transform:translate(-50%);will-change:transform}.cards-carousel .cards.absolute .swiper-slide[data-v-32282190]:first-child{transform:translate(-50%);z-index:5}.cards-carousel .cards.absolute .swiper-slide[data-v-32282190]:nth-child(2){transform:translate(-50%);z-index:4}.cards-carousel .cards.absolute .swiper-slide[data-v-32282190]:nth-child(3){transform:translate(-50%);z-index:3}.cards-carousel .cards.absolute .swiper-slide[data-v-32282190]:nth-child(4){transform:translate(-50%);z-index:2}.cards-carousel .cards.absolute .swiper-slide[data-v-32282190]:nth-child(5){transform:translate(-50%);z-index:1}.cards-carousel[data-v-32282190]{padding:0 0 64px;width:100%}.cards-carousel .container[data-v-32282190]{width:100%;padding:0 16px;margin:0 auto}.cards-carousel .card[data-v-32282190]{padding:1px}.cards-carousel .row.top[data-v-32282190]{margin:0 auto 40px;max-width:1400px;justify-content:center;align-items:flex-end;gap:40px}.cards-carousel .swiper[data-v-32282190]{padding:0 calc((100vw - 1400px)/2)}.cards-carousel .mainheading[data-v-32282190]{font-size:28px;text-align:center;max-width:520px}.cards-carousel .btn-container[data-v-32282190]{padding:8px}.cards-carousel .btn[data-v-32282190]{width:32px;height:32px}.cards-carousel .icon[data-v-32282190]{height:1em;width:.938em}.cards-carousel .icon .left-part[data-v-32282190]{height:.563em;right:.25em;top:calc(50.00000000000002% - .563em / 2);width:.125em}.cards-carousel .icon .right-part[data-v-32282190]{height:.563em;left:.25em;top:calc(50.00000000000002% - .563em / 2);width:.125em}.card .inner-wrapper .card-title[data-v-32282190]{font-size:24px;text-align:left;position:absolute;top:28px;left:20px;right:20px}.features[data-v-32282190]{padding:0 16px 64px}.features .wrapper[data-v-32282190]{padding:0 0 20px}.features .subheading[data-v-32282190]{font-size:16px}.features .mainheading[data-v-32282190]{font-size:28px}.features .para[data-v-32282190]{font-size:16px}.bento-grid-one .row .col .main-heading[data-v-32282190]{font-size:16px;text-align:center}.bento-grid-one .row .col .content[data-v-32282190]{font-size:12px;text-align:center}.bento-grid-one .row .col .content-box[data-v-32282190]{align-items:center!important}.bento-grid-one .row .col .learn-more .text[data-v-32282190]{font-size:12px}.bento-grid-one .row .col .learn-more .right-arrow[data-v-32282190]{height:12px;width:12px}.bento-grid-one .row-one .col-one[data-v-32282190]{padding:28px 28px 0!important}.bento-grid-one .row-one .col-two[data-v-32282190],.bento-grid-one .row-two .col-one[data-v-32282190]{padding:28px!important}.bento-grid-one .row-two .col-two[data-v-32282190]{padding:28px 28px 0!important}.bento-grid-one .row-three .col-one[data-v-32282190]{padding:28px 0 0!important}.bento-grid-one .row-three .col-one .content-box[data-v-32282190]{padding:0 28px!important}.bento-grid-one .row-three .col-two[data-v-32282190]{padding:28px!important}.bento-grid-one .row-four .col-one[data-v-32282190]{padding:28px 0!important}.bento-grid-one .row-four .col-one .content-box[data-v-32282190]{padding:0 28px!important}.bento-grid-one .row-four .col-two[data-v-32282190]{padding:28px!important}.bento-grid-one .row-five .col-one[data-v-32282190]{padding:28px 28px 0!important}.bento-grid-one .row-five .col-one img[data-v-32282190]{border-radius:0!important}.bento-grid-one .row-five .col-two[data-v-32282190]{padding:28px!important}.bento-grid-one .row[data-v-32282190]{flex-direction:column;height:unset}.bento-grid-one .row .col[data-v-32282190]{flex:unset;width:100%}.cta-two[data-v-32282190]{padding:0 16px 64px}.cta-two .row.bottom[data-v-32282190]{top:36px}.cta-two .row.top[data-v-32282190]{padding:40px 20px 240px;z-index:10}.cta-two .row.bottom img[data-v-32282190]:first-child,.cta-two .row.bottom img[data-v-32282190]:last-child{transform:scale(.9)}.cta-two .row.bottom img[data-v-32282190]{width:280px;height:auto}.cta-two .title[data-v-32282190]{max-width:1024px;font-size:24px}.cta-two .download-container[data-v-32282190]{margin:36px 0}.cta-two .download-button[data-v-32282190]{height:36px}}@media screen and (min-width: 361px) and (max-width: 480px){.hero .container[data-v-32282190]{gap:20px;height:100%;max-width:1400px;padding:6.875em 1em 1em;width:100%}.about[data-v-32282190]{gap:0px;padding:0 16px 64px;width:100%}.cards-carousel .container[data-v-32282190]{width:100%;padding:0 16px;margin:0 auto}.features[data-v-32282190]{padding:0 16px 64px}.features .wrapper[data-v-32282190]{padding:0 0 20px}.features .subheading[data-v-32282190]{font-size:18px}.features .mainheading[data-v-32282190]{font-size:32px}.features .para[data-v-32282190]{font-size:18px}.bento-grid-one .row .col .main-heading[data-v-32282190]{font-size:18px;text-align:center}.bento-grid-one .row .col .content[data-v-32282190]{font-size:14px;text-align:center}.bento-grid-one .row .col .content-box[data-v-32282190]{align-items:center!important}.bento-grid-one .row .col .learn-more .text[data-v-32282190]{font-size:14px}.bento-grid-one .row .col .learn-more .right-arrow[data-v-32282190]{height:14px;width:14px}.bento-grid-one .row-one .col-one[data-v-32282190]{padding:28px 28px 0!important}.bento-grid-one .row-one .col-two[data-v-32282190],.bento-grid-one .row-two .col-one[data-v-32282190]{padding:28px!important}.bento-grid-one .row-two .col-two[data-v-32282190]{padding:28px 28px 0!important}.bento-grid-one .row-three .col-one[data-v-32282190]{padding:28px 0 0!important}.bento-grid-one .row-three .col-one .content-box[data-v-32282190]{padding:0 28px!important}.bento-grid-one .row-three .col-two[data-v-32282190]{padding:28px!important}.bento-grid-one .row-four .col-one[data-v-32282190]{padding:28px 0!important}.bento-grid-one .row-four .col-one .content-box[data-v-32282190]{padding:0 28px!important}.bento-grid-one .row-four .col-two[data-v-32282190]{padding:28px!important}.bento-grid-one .row-five .col-one[data-v-32282190]{padding:28px 28px 0!important}.bento-grid-one .row-five .col-one img[data-v-32282190]{border-radius:0!important}.bento-grid-one .row-five .col-two[data-v-32282190]{padding:28px!important}.cta-two[data-v-32282190]{padding:0 16px 64px}.cta-two .row.bottom[data-v-32282190]{top:20px}.cta-two .row.top[data-v-32282190]{padding:40px 20px 290px;z-index:10}.cta-two .row.bottom img[data-v-32282190]:first-child,.cta-two .row.bottom img[data-v-32282190]:last-child{transform:scale(.9)}.cta-two .row.bottom img[data-v-32282190]{width:320px;height:auto}.cta-two .title[data-v-32282190]{max-width:1024px;font-size:28px;max-width:320px}.cta-two .download-container[data-v-32282190]{margin:36px 0}.cta-two .download-button[data-v-32282190]{height:40px}}@media screen and (min-width: 481px) and (max-width: 767px){.hero .container[data-v-32282190]{gap:20px;height:100%;max-width:1400px;padding:6.875em 40px 1em;width:100%}.about[data-v-32282190]{gap:0px;padding:0 40px 64px;width:100%}.cards-carousel .container[data-v-32282190]{width:100%;padding:0 40px;margin:0 auto}.features[data-v-32282190]{padding:0 40px 64px}.features .wrapper[data-v-32282190]{padding:0 0 20px}.features .subheading[data-v-32282190]{font-size:18px}.features .mainheading[data-v-32282190]{font-size:32px}.features .para[data-v-32282190]{font-size:18px;max-width:560px!important}.bento-grid-one[data-v-32282190]{max-width:480px!important}.bento-grid-one .row .col .main-heading[data-v-32282190]{font-size:18px;text-align:center}.bento-grid-one .row .col .content[data-v-32282190]{font-size:14px;text-align:center}.bento-grid-one .row .col .content-box[data-v-32282190]{align-items:center!important}.bento-grid-one .row .col .learn-more .text[data-v-32282190]{font-size:14px}.bento-grid-one .row .col .learn-more .right-arrow[data-v-32282190]{height:14px;width:14px}.bento-grid-one .row-one .col-one[data-v-32282190]{padding:40px 40px 0!important}.bento-grid-one .row-one .col-two[data-v-32282190],.bento-grid-one .row-two .col-one[data-v-32282190]{padding:40px!important}.bento-grid-one .row-two .col-two[data-v-32282190]{padding:40px 40px 0!important}.bento-grid-one .row-three .col-one[data-v-32282190]{padding:40px 0 0!important}.bento-grid-one .row-three .col-one .content-box[data-v-32282190]{padding:0 40px!important}.bento-grid-one .row-three .col-two[data-v-32282190]{padding:40px!important}.bento-grid-one .row-four .col-one[data-v-32282190]{padding:40px 0!important}.bento-grid-one .row-four .col-one .content-box[data-v-32282190]{padding:0 40px!important}.bento-grid-one .row-four .col-two[data-v-32282190]{padding:40px!important}.bento-grid-one .row-five .col-one[data-v-32282190]{padding:40px 40px 0!important}.bento-grid-one .row-five .col-one img[data-v-32282190]{border-radius:0!important}.bento-grid-one .row-five .col-two[data-v-32282190]{padding:40px!important}.cta-two[data-v-32282190]{padding:0 40px 64px}.cta-two .row.bottom[data-v-32282190]{top:-36px}.cta-two .row.top[data-v-32282190]{padding:40px 20px 290px;z-index:10}.cta-two .row.bottom img[data-v-32282190]:first-child,.cta-two .row.bottom img[data-v-32282190]:last-child{transform:scale(.9)}.cta-two .row.bottom img[data-v-32282190]{width:420px;height:auto}.cta-two .title[data-v-32282190]{max-width:1024px;font-size:32px;max-width:436px}.cta-two .download-container[data-v-32282190]{margin:36px 0}.cta-two .download-button[data-v-32282190]{height:44px}}@media screen and (min-width: 361px) and (max-width: 767px){.hero .pill-text[data-v-32282190]{font-size:20px}.hero[data-v-32282190]{gap:0px;height:100%;padding:0;width:100%}.hero h1[data-v-32282190]{font-size:40px;line-height:1.2}.hero .main-heading[data-v-32282190]{gap:20px;max-width:650px;padding:0;width:100%}.hero .para[data-v-32282190]{max-width:650px;padding:0;width:100%}.hero .para p[data-v-32282190]{font-size:18px;line-height:1.5;text-align:left}.hero .download-button[data-v-32282190]{border-radius:.5em;text-align:center;border:1px solid #333;max-width:320px;width:100%;padding-top:12px;padding-bottom:12px;height:fit-content}.hero .button-inner[data-v-32282190]{justify-content:center;padding-left:12px;padding-right:12px}.hero .button-main-txt .para[data-v-32282190]{font-size:22px}.hero .button-inner.normal .button-icon-wrap[data-v-32282190]{display:none}.hero .button-inner.hover[data-v-32282190]{transform:translateY(110%);padding-left:0;padding-right:0;top:0%;bottom:0%;left:0%;right:0%}.hero .button-icon-wrap.hover[data-v-32282190]{padding:9px}.hero .app-button[data-v-32282190]{padding:0 8px;gap:8px;width:100%}.hero .app-button[data-v-32282190]:before{width:100%;height:100%;border-radius:.5em}.hero .app-icon[data-v-32282190]{font-size:22px;width:16px;height:auto}.hero .app-icon.web[data-v-32282190]{font-size:22px;width:20px;height:auto}.hero .app-button .app-text[data-v-32282190]{font-size:16px}.hero .video-container[data-v-32282190]{bottom:0;gap:10px;padding:0;right:0;top:0;width:100%;position:relative}.hero .video-wrapper[data-v-32282190]{height:100%;width:100%}.hero .fade[data-v-32282190],.hero .logos img[data-v-32282190]{height:100px}.about .ui .window img[data-v-32282190]{width:100%;object-position:left top;object-fit:cover}.about .container[data-v-32282190]{gap:0px;max-width:1400px;width:100%}.about .main-title[data-v-32282190]{font-size:32px;line-height:1.2;text-align:center;max-width:700px;width:100%}.about .row.top[data-v-32282190]{padding:64px 0 40px}.about .row.center[data-v-32282190]{gap:10px;height:fit-content;padding:0;width:100%}.about .row.bottom[data-v-32282190]{gap:0px;padding:0;width:100%;z-index:5}.about .row.bottom .wrapper[data-v-32282190]{gap:30px;padding:40px 0 0;width:1px;z-index:6}.about .hidden[data-v-32282190]{display:none}.about .about-tabs-content[data-v-32282190]{width:100%}.about .about-tab-content[data-v-32282190]{top:0;left:0;width:100%;height:100%;position:relative}.about .secondary-title[data-v-32282190]{font-size:24px;line-height:1.2;text-align:center;width:100%}.about .row.bottom .column p[data-v-32282190]{font-size:18px;text-align:center}.about .ui[data-v-32282190]{height:100%;width:100%}.about .ui .shadow[data-v-32282190]{bottom:-3px;height:220px;left:0;opacity:.4;right:0;z-index:1}.about .about-tabs[data-v-32282190]{margin-top:40px}.about .about-tab[data-v-32282190]{grid-gap:8px;gap:12px;width:82px}.about .about-tab .top[data-v-32282190]{border-radius:12px;inline-size:56px;block-size:56px;padding:12px}.about .about-tab .top img[data-v-32282190]{width:56px;height:100%}.about .about-tab .bottom span[data-v-32282190],.about .about-tab.active .bottom span[data-v-32282190]{font-size:14px}.about .about-tab.active .top[data-v-32282190]{border-radius:12px;width:56px;height:56px;padding:12px}.about .about-tab.active .top img[data-v-32282190]{width:56px;height:100%}.about .ui .window[data-v-32282190]{border-radius:20px;gap:0px;left:calc(50.00000000000002% - min(100%,100%) / 2);mask:linear-gradient(0deg,rgba(0,0,0,0) 0%,rgba(0,0,0,1) 36%) add;padding:0;top:0;width:100%;z-index:1}.about .window .inner-glow[data-v-32282190]{display:none;border-radius:10px;left:1px;top:calc(50.00000000000002% - 100% / 2);width:100%;z-index:1}.about .window .topbar[data-v-32282190]{height:60px;width:100%}.about .right-image-container .shadow[data-v-32282190]{bottom:-3px;height:220px;left:0;opacity:.4;right:0;z-index:9}.about .right-image-container[data-v-32282190]{border-radius:16px;bottom:-150px;gap:0px;height:606px;right:0;width:280px;z-index:2}.about .right-image-container img[data-v-32282190],.about .left-image-container img[data-v-32282190]{width:100%;height:100%}.about .left-image-container[data-v-32282190]{border-radius:8px;bottom:-150px;box-shadow:0 10px 30px #0006;gap:0px;height:780px;left:-100px;mask:linear-gradient(0deg,rgba(0,0,0,0) 5.215371621621621%,rgba(0,0,0,1) 13%) add;width:260px;z-index:2}.cards-carousel .cards.absolute .swiper-slide[data-v-32282190]{position:absolute;left:50%;transform:translate(-50%);will-change:transform}.cards-carousel .cards.absolute .swiper-slide[data-v-32282190]:first-child{transform:translate(-50%);z-index:5}.cards-carousel .cards.absolute .swiper-slide[data-v-32282190]:nth-child(2){transform:translate(-50%);z-index:4}.cards-carousel .cards.absolute .swiper-slide[data-v-32282190]:nth-child(3){transform:translate(-50%);z-index:3}.cards-carousel .cards.absolute .swiper-slide[data-v-32282190]:nth-child(4){transform:translate(-50%);z-index:2}.cards-carousel .cards.absolute .swiper-slide[data-v-32282190]:nth-child(5){transform:translate(-50%);z-index:1}.cards-carousel[data-v-32282190]{padding:0 0 64px;width:100%}.cards-carousel .card[data-v-32282190]{padding:1px}.cards-carousel .row.top[data-v-32282190]{margin:0 auto 40px;max-width:1400px;justify-content:center;align-items:flex-end;gap:40px}.cards-carousel .swiper[data-v-32282190]{padding:0 calc((100vw - 1400px)/2)}.cards-carousel .mainheading[data-v-32282190]{font-size:32px;text-align:center;max-width:520px}.cards-carousel .btn-container[data-v-32282190]{padding:8px}.cards-carousel .btn[data-v-32282190]{width:36px;height:36px}.cards-carousel .icon[data-v-32282190]{height:1em;width:.938em}.cards-carousel .icon .left-part[data-v-32282190]{height:.563em;right:.25em;top:calc(50.00000000000002% - .563em / 2);width:.125em}.cards-carousel .icon .right-part[data-v-32282190]{height:.563em;left:.25em;top:calc(50.00000000000002% - .563em / 2);width:.125em}.card .inner-wrapper .card-title[data-v-32282190]{font-size:28px;text-align:left;position:absolute;top:28px;left:20px;right:20px}.bento-grid-one .row[data-v-32282190]{flex-direction:column;height:unset}.bento-grid-one .row .col[data-v-32282190]{flex:unset;width:100%}}@media screen and (min-width: 768px) and (max-width: 1024px){body[data-v-32282190]{font-size:16px}.md-hide[data-v-32282190]{display:none!important}.hero .logo-slider[data-v-32282190]{margin-top:0}.hero[data-v-32282190]{gap:0px;height:100%;padding:0 40px;width:100%;font-size:16px}.hero .container[data-v-32282190]{gap:20px;height:100%;max-width:1400px;padding:120px 0 60px;width:100%}.hero h1[data-v-32282190]{font-size:56px;line-height:1}.hero .pill-text[data-v-32282190]{font-size:20px;line-height:1.5}.hero .main-heading[data-v-32282190]{gap:20px;max-width:650px;padding:0;width:100%}.hero .para[data-v-32282190]{max-width:480px;padding:0;width:100%}.hero .para p[data-v-32282190]{font-size:18px;line-height:1.5;text-align:left}.hero .download-button[data-v-32282190]{min-height:54px;border-radius:.5em;text-align:center;border:1px solid #333;width:359px;padding-top:8px;padding-bottom:8px;height:fit-content}.hero .button-inner[data-v-32282190]{padding-left:30px;padding-right:15px}.hero .button-main-txt .para[data-v-32282190]{font-size:18px}.hero .button-icon[data-v-32282190]{width:36px;height:36px}.hero .playstore-icon[data-v-32282190]{width:14px;height:16px}.hero .apple-icon[data-v-32282190]{width:15px;height:20px}.hero .web-icon[data-v-32282190]{width:18px;height:18px}.hero .button-divider[data-v-32282190]{width:1px;height:18px}.hero .button-inner.hover[data-v-32282190]{transform:translateY(110%);border-radius:.4em;padding-left:0;padding-right:0;top:0%;bottom:0%;left:0%;right:0%}.hero .button-icon-wrap.hover[data-v-32282190]{padding:9px}.hero .app-button[data-v-32282190]{padding:18px;gap:12px;width:100%}.hero .app-button[data-v-32282190]:before{width:100%;height:100%;border-radius:.5em}.hero .app-icon[data-v-32282190]{font-size:18px;width:14px;height:auto}.hero .app-icon.web[data-v-32282190]{font-size:22px;width:20px;height:auto}.hero .app-button .app-text[data-v-32282190]{font-size:16px}.hero .video-container[data-v-32282190]{bottom:0;gap:10px;padding:0;right:0;top:0;width:70%}.hero .video-wrapper[data-v-32282190]{height:100%;width:100%}.hero .fade[data-v-32282190]{height:300px}.about[data-v-32282190]{gap:0px;padding:0 40px 120px;width:100%}.about .ui .window img[data-v-32282190]{width:100%;object-position:left top;object-fit:cover}.about .container[data-v-32282190]{gap:0px;max-width:1400px;width:100%}.about .main-title[data-v-32282190]{font-size:40px;line-height:1.2;text-align:center;max-width:700px;width:100%}.about .row.top[data-v-32282190]{padding:120px 40px 60px}.about .row.center[data-v-32282190]{gap:10px;height:510px;padding:0;width:100%}.about .row.bottom[data-v-32282190]{gap:0px;padding:0;width:100%;z-index:5}.about .row.bottom .wrapper[data-v-32282190]{gap:30px;padding:40px 0 0;width:1px;z-index:6}.about .about-tabs-content[data-v-32282190]{width:100%;height:663px}.about .about-tab-content[data-v-32282190]{top:0;left:0;width:100%;height:100%}.about .row.bottom .column p[data-v-32282190]{padding-left:60px;padding-right:60px;font-size:22px;line-height:1.5;text-align:left}.about .ui[data-v-32282190]{height:100%;width:100%}.about .ui .shadow[data-v-32282190]{bottom:-3px;height:220px;left:0;opacity:.4;right:0;z-index:1}.about .about-tabs[data-v-32282190]{margin-top:60px}.about .about-tab[data-v-32282190]{grid-gap:8px;gap:12px;width:102px}.about .about-tab .top[data-v-32282190]{border-radius:12px;inline-size:56px;block-size:56px;padding:12px}.about .about-tab .top img[data-v-32282190]{width:44px;height:100%}.about .about-tab .bottom span[data-v-32282190],.about .about-tab.active .bottom span[data-v-32282190]{font-size:14px}.about .about-tab.active .top[data-v-32282190]{border-radius:12px;width:56px;height:56px;padding:12px}.about .about-tab.active .top img[data-v-32282190]{width:44px;height:100%}.about .ui .window[data-v-32282190]{border-radius:20px;gap:0px;left:calc(50.00000000000002% - min(100%,100%) / 2);mask:linear-gradient(0deg,rgba(0,0,0,0) 0%,rgba(0,0,0,1) 36%) add;padding:0;top:0;width:100%;z-index:1}.about .window .inner-glow[data-v-32282190]{display:none;border-radius:10px;left:1px;top:calc(50.00000000000002% - 100% / 2);width:100%;z-index:1}.about .window .topbar[data-v-32282190]{height:60px;width:100%}.about .right-image-container .shadow[data-v-32282190]{bottom:-3px;height:220px;left:0;opacity:.4;right:0;z-index:9}.about .right-image-container[data-v-32282190]{border-radius:16px;bottom:-150px;gap:0px;height:606px;right:0;width:280px;z-index:2}.about .right-image-container img[data-v-32282190],.about .left-image-container img[data-v-32282190]{width:100%;height:100%}.about .left-image-container[data-v-32282190]{border-radius:8px;bottom:-150px;box-shadow:0 10px 30px #0006;gap:0px;height:780px;left:-100px;mask:linear-gradient(0deg,rgba(0,0,0,0) 5.215371621621621%,rgba(0,0,0,1) 13%) add;width:260px;z-index:2}.about .secondary-title[data-v-32282190]{font-size:24px;line-height:1.2;text-align:center;width:100%}.about .row.bottom .column p[data-v-32282190]{font-size:18px;text-align:center}.cards-carousel .cards.absolute .swiper-slide[data-v-32282190]{position:absolute;left:calc(50% - 48px);transform:translate(-50%);will-change:transform}.cards-carousel .cards.absolute .swiper-slide[data-v-32282190]:first-child{transform:translate(calc(-50% - 24px));z-index:5}.cards-carousel .cards.absolute .swiper-slide[data-v-32282190]:nth-child(2){transform:translate(-50%);z-index:4}.cards-carousel .cards.absolute .swiper-slide[data-v-32282190]:nth-child(3){transform:translate(calc(-50% + 24px));z-index:3}.cards-carousel .cards.absolute .swiper-slide[data-v-32282190]:nth-child(4){transform:translate(calc(-50% + 48px));z-index:2}.cards-carousel .cards.absolute .swiper-slide[data-v-32282190]:nth-child(5){transform:translate(calc(-50% + 72px));z-index:1}.cards-carousel[data-v-32282190]{padding:0 0 120px;width:100%}.cards-carousel .container[data-v-32282190]{width:100%;padding:0 40px;margin:0 auto}.cards-carousel .card[data-v-32282190]{padding:1px}.cards-carousel .row.top[data-v-32282190]{margin:0 auto 60px;max-width:1400px;align-items:flex-end}.cards-carousel .swiper[data-v-32282190]{padding:0 calc((100vw - 1400px)/2)}.cards-carousel .mainheading[data-v-32282190]{font-size:40px;text-align:left;max-width:420px}.cards-carousel .btn-container[data-v-32282190]{padding:8px}.cards-carousel .btn[data-v-32282190]{width:40px;height:40px}.cards-carousel .icon[data-v-32282190]{height:1em;width:.938em}.cards-carousel .icon .left-part[data-v-32282190]{height:.563em;right:.25em;top:calc(50.00000000000002% - .563em / 2);width:.125em}.cards-carousel .icon .right-part[data-v-32282190]{height:.563em;left:.25em;top:calc(50.00000000000002% - .563em / 2);width:.125em}.card .inner-wrapper .card-title[data-v-32282190]{font-size:28px;text-align:left;position:absolute;top:28px;left:28px;right:28px}.features[data-v-32282190]{padding:0 40px 120px}.features .wrapper[data-v-32282190]{padding:0 0 40px}.features .subheading[data-v-32282190]{font-size:16px}.features .mainheading[data-v-32282190]{font-size:36px}.features .para[data-v-32282190]{font-size:16px;max-width:720px}.bento-grid-one .row .col .main-heading[data-v-32282190]{font-size:18px}.bento-grid-one .row .col .content[data-v-32282190],.bento-grid-one .row .col .learn-more .text[data-v-32282190]{font-size:14px}.bento-grid-one .row .col .learn-more .right-arrow[data-v-32282190]{height:14px;width:14px}.bento-grid-one .row-one .col-one[data-v-32282190]{padding:28px 28px 0!important}.bento-grid-one .row-one .col-one img[data-v-32282190]{object-position:bottom center}.bento-grid-one .row-one .col-two[data-v-32282190],.bento-grid-one .row-two .col-one[data-v-32282190]{padding:28px!important}.bento-grid-one .row-two .col-two[data-v-32282190]{padding:28px 28px 0!important}.bento-grid-one .row-two .col-two img[data-v-32282190]{object-position:bottom center}.bento-grid-one .row-three .col-one[data-v-32282190]{padding:28px 0 0!important}.bento-grid-one .row-three .col-one img[data-v-32282190]{object-position:bottom center}.bento-grid-one .row-three .col-one .content-box[data-v-32282190]{padding:0 28px!important}.bento-grid-one .row-three .col-two[data-v-32282190]{padding:28px!important}.bento-grid-one .row-four .col-one[data-v-32282190]{padding:28px 0!important}.bento-grid-one .row-four .col-one .content-box[data-v-32282190]{padding:0 28px!important}.bento-grid-one .row-four .col-two[data-v-32282190]{padding:28px!important}.bento-grid-one .row-five .col-one[data-v-32282190]{padding:28px 28px 0!important}.bento-grid-one .row-five .col-one img[data-v-32282190]{border-radius:0!important;object-position:bottom center}.bento-grid-one .row-five .col-two[data-v-32282190]{padding:28px!important}.bento-grid-one .row[data-v-32282190]{height:428px}.bento-grid-one .row .col[data-v-32282190]{flex:1}.cta-two[data-v-32282190]{padding:0 40px 120px}.cta-two .row.bottom[data-v-32282190]{top:268px}.cta-two .row.top[data-v-32282190]{padding:60px 40px 200px;z-index:10}.cta-two .row.bottom img[data-v-32282190]:first-child,.cta-two .row.bottom img[data-v-32282190]:last-child{transform:scale(.9)}.cta-two .row.bottom img[data-v-32282190]{width:calc(33.33% - 80px);height:auto}.cta-two .title[data-v-32282190]{max-width:1024px;font-size:36px}.cta-two .download-container[data-v-32282190]{margin:36px 0}.cta-two .download-button[data-v-32282190]{height:36px}}@media screen and (min-width: 1025px) and (max-width: 1200px){.hero[data-v-32282190]{gap:0px;height:100%;padding:0 40px;width:100%;font-size:16px}.hero .container[data-v-32282190]{gap:20px;height:100%;max-width:1400px;padding:120px 0 60px;width:100%}.hero h1[data-v-32282190]{font-size:52px;line-height:1}.hero .pill-text[data-v-32282190]{font-size:18px;line-height:1.5}.hero .main-heading[data-v-32282190]{gap:20px;max-width:480px;padding:0;width:100%}.hero .para[data-v-32282190]{max-width:480px;padding:0;width:100%}.hero .para p[data-v-32282190]{font-size:16px;line-height:1.5;text-align:left}.hero .download-button[data-v-32282190]{min-height:54px;border-radius:.5em;text-align:center;border:1px solid #333;width:338px;padding-top:8px;padding-bottom:8px;height:fit-content}.hero .button-inner[data-v-32282190]{padding-left:30px;padding-right:15px}.hero .button-main-txt .para[data-v-32282190]{font-size:16px}.hero .button-icon[data-v-32282190]{width:32px;height:32px}.hero .playstore-icon[data-v-32282190]{width:12px;height:14px}.hero .apple-icon[data-v-32282190]{width:13px;height:18px}.hero .web-icon[data-v-32282190]{width:16px;height:16px}.hero .button-divider[data-v-32282190]{width:1px;height:16px}.hero .button-inner.hover[data-v-32282190]{transform:translateY(110%);border-radius:.4em;padding-left:0;padding-right:0;top:0%;bottom:0%;left:0%;right:0%}.hero .button-icon-wrap.hover[data-v-32282190]{padding:9px}.hero .app-button[data-v-32282190]{padding:18px;gap:12px;width:100%}.hero .app-button[data-v-32282190]:before{width:100%;height:100%;border-radius:.5em}.hero .app-icon[data-v-32282190]{font-size:16px;width:14px;height:auto}.hero .app-icon.web[data-v-32282190]{font-size:20px;width:18px;height:auto}.hero .app-button .app-text[data-v-32282190]{font-size:14px}.hero .video-wrapper[data-v-32282190]{height:100%;width:100%}.hero .video-container[data-v-32282190]{bottom:0;gap:10px;padding:0;right:0;top:0;width:70%}.hero .fade[data-v-32282190]{height:300px}.hero .wrap[data-v-32282190]{bottom:40px;gap:40px;left:0;padding:0 40px;right:0}.hero .wrap .wrap-container[data-v-32282190]{flex:1 0 0px;max-width:1400px;width:1px}.hero .dual-buttons .simple-button[data-v-32282190]{padding:.625em;min-height:1.875em;border-radius:.5em;gap:.313em;font-size:1.125em;line-height:1.125em;text-align:left}.main-row .logos-row[data-v-32282190],.under-layer-row .logos-row[data-v-32282190]{gap:0px}.main-row .animation-1-1 .logo-box-img[data-v-32282190]{display:block;object-fit:contain;width:300px;height:36px;aspect-ratio:420 / 40}.main-row .animation-1-2 .logo-box-img[data-v-32282190]{display:block;object-fit:contain;width:300px;height:40px;aspect-ratio:182 / 40}.main-row .animation-1-3 .logo-box-img[data-v-32282190]{display:block;object-fit:contain;width:300px;height:40px;aspect-ratio:176 / 40}.main-row .animation-1-4 .logo-box-img[data-v-32282190]{display:block;object-fit:contain;width:300px;height:40px;aspect-ratio:138 / 40}.under-layer-row .animation-2-1 .logo-box-img[data-v-32282190]{display:block;object-fit:contain;width:300px;height:40px;aspect-ratio:244 / 40}.under-layer-row .animation-2-2 .logo-box-img[data-v-32282190]{display:block;object-fit:contain;width:300px;height:40px;aspect-ratio:126 / 40}.under-layer-row .animation-2-3 .logo-box-img[data-v-32282190]{display:block;object-fit:contain;width:300px;height:40px;aspect-ratio:138 / 40}.under-layer-row .animation-2-4 .logo-box-img[data-v-32282190]{display:block;object-fit:contain;width:300px;height:40px;aspect-ratio:126 / 40}.under-layer-row .animation-3-1 .logo-box-img[data-v-32282190]{display:block;object-fit:contain;width:300px;height:40px;aspect-ratio:420 / 40}.under-layer-row .animation-3-2 .logo-box-img[data-v-32282190]{display:block;object-fit:contain;width:300px;height:40px;aspect-ratio:182 / 40}.under-layer-row .animation-3-3 .logo-box-img[data-v-32282190]{display:block;object-fit:contain;width:300px;height:40px;aspect-ratio:176 / 40}.under-layer-row .animation-3-4 .logo-box-img[data-v-32282190]{display:block;object-fit:contain;width:300px;height:40px;aspect-ratio:138 / 40}.under-layer-row .animation-4-1 .logo-box-img[data-v-32282190]{display:block;object-fit:contain;width:300px;height:40px;aspect-ratio:244 / 40}.under-layer-row .animation-4-2 .logo-box-img[data-v-32282190]{display:block;object-fit:contain;width:300px;height:40px;aspect-ratio:126 / 40}.under-layer-row .animation-4-3 .logo-box-img[data-v-32282190]{display:block;object-fit:contain;width:300px;height:40px;aspect-ratio:138 / 40}.under-layer-row .animation-4-4 .logo-box-img[data-v-32282190]{display:block;object-fit:contain;width:300px;height:40px;aspect-ratio:126 / 40}.hero .logo-slider[data-v-32282190]{margin-top:0}.about[data-v-32282190]{gap:0px;padding:0 40px;width:100%}.about .ui .window img[data-v-32282190]{width:100%;object-position:left top;object-fit:cover}.about .container[data-v-32282190]{gap:0px;max-width:1400px;width:100%}.about .main-title[data-v-32282190]{font-size:36px;line-height:1.2;text-align:center;max-width:680px;width:100%}.about .row.top[data-v-32282190]{padding:120px 40px 60px}.about .row.center[data-v-32282190]{gap:10px;height:720px;padding:0;width:100%}.about .row.bottom[data-v-32282190]{gap:0px;padding:0;width:100%;z-index:5}.about .row.bottom .wrapper[data-v-32282190]{gap:30px;padding:40px 0 0;width:1px;z-index:6}.about .about-tabs-content[data-v-32282190]{width:100%;height:883px}.about .about-tab-content[data-v-32282190]{top:0;left:0;width:100%;height:100%}.about .row.bottom .column p[data-v-32282190]{font-size:16px;text-align:center;max-width:680px}.about .secondary-title[data-v-32282190]{font-size:22px;line-height:1.2;text-align:center;width:100%}.about .ui[data-v-32282190]{height:100%;width:100%}.about .ui .shadow[data-v-32282190]{bottom:-3px;height:220px;left:0;opacity:.4;right:0;z-index:1}.about .about-tabs[data-v-32282190]{margin-top:60px}.about .about-tab[data-v-32282190]{grid-gap:8px;gap:12px;width:94px}.about .about-tab .top[data-v-32282190]{border-radius:12px;inline-size:48px;block-size:48px;padding:12px}.about .about-tab .top img[data-v-32282190]{width:36px;height:100%}.about .about-tab .bottom span[data-v-32282190],.about .about-tab.active .bottom span[data-v-32282190]{font-size:12px}.about .about-tab.active .top[data-v-32282190]{border-radius:12px;width:48px;height:48px;padding:12px}.about .about-tab.active .top img[data-v-32282190]{width:36px;height:100%}.about .ui .window[data-v-32282190]{border-radius:20px;gap:0px;left:calc(50.00000000000002% - min(100%,100%) / 2);mask:linear-gradient(0deg,rgba(0,0,0,0) 0%,rgba(0,0,0,1) 36%) add;padding:0;top:0;width:100%;z-index:1}.about .window .inner-glow[data-v-32282190]{border-radius:10px;left:1px;top:calc(50.00000000000002% - 100% / 2);width:100%;display:none;z-index:1}.about .window .topbar[data-v-32282190]{height:60px;width:100%}.about .right-image-container .shadow[data-v-32282190]{bottom:-3px;height:220px;left:0;opacity:.4;right:0;z-index:9}.about .right-image-container[data-v-32282190]{border-radius:16px;bottom:-150px;gap:0px;height:780px;right:0;width:360px;z-index:2}.about .right-image-container img[data-v-32282190],.about .left-image-container img[data-v-32282190]{width:100%;height:100%}.about .left-image-container[data-v-32282190]{border-radius:8px;bottom:-150px;box-shadow:0 10px 30px #0006;gap:0px;height:780px;left:-100px;mask:linear-gradient(0deg,rgba(0,0,0,0) 5.215371621621621%,rgba(0,0,0,1) 13%) add;width:260px;z-index:2}.cards-carousel[data-v-32282190]{padding:120px 0;width:100%}.cards-carousel .container[data-v-32282190]{width:100%;padding:0 40px;margin:0 auto}.cards-carousel .card[data-v-32282190]{padding:1px}.cards-carousel .row.top[data-v-32282190]{margin:0 auto 60px;max-width:1400px}.cards-carousel .swiper[data-v-32282190]{padding:0 calc((100vw - 1400px)/2)}.cards-carousel .mainheading[data-v-32282190]{font-size:36px;text-align:center}.cards-carousel .btn-container[data-v-32282190]{padding:8px}.cards-carousel .btn[data-v-32282190]{width:36px;height:36px}.cards-carousel .icon[data-v-32282190]{height:1em;width:.938em}.cards-carousel .icon .left-part[data-v-32282190]{height:.563em;right:.25em;top:calc(50.00000000000002% - .563em / 2);width:.125em}.cards-carousel .icon .right-part[data-v-32282190]{height:.563em;left:.25em;top:calc(50.00000000000002% - .563em / 2);width:.125em}.card .inner-wrapper .card-title[data-v-32282190]{font-size:24px;text-align:left;position:absolute;top:28px;left:28px;right:28px}.cards-carousel .cards.absolute .swiper-slide[data-v-32282190]{position:absolute;left:calc(50% - 48px);transform:translate(-50%);will-change:transform}.cards-carousel .cards.absolute .swiper-slide[data-v-32282190]:first-child{transform:translate(calc(-50% - 24px));z-index:5}.cards-carousel .cards.absolute .swiper-slide[data-v-32282190]:nth-child(2){transform:translate(-50%);z-index:4}.cards-carousel .cards.absolute .swiper-slide[data-v-32282190]:nth-child(3){transform:translate(calc(-50% + 24px));z-index:3}.cards-carousel .cards.absolute .swiper-slide[data-v-32282190]:nth-child(4){transform:translate(calc(-50% + 48px));z-index:2}.cards-carousel .cards.absolute .swiper-slide[data-v-32282190]:nth-child(5){transform:translate(calc(-50% + 72px));z-index:1}.features[data-v-32282190]{padding:0 40px 120px}.features .wrapper[data-v-32282190]{padding:0 0 40px}.features .subheading[data-v-32282190]{font-size:16px}.features .mainheading[data-v-32282190]{font-size:36px}.features .para[data-v-32282190]{font-size:16px;max-width:720px}.bento-grid-one .row .col .main-heading[data-v-32282190]{font-size:18px}.bento-grid-one .row .col .content[data-v-32282190],.bento-grid-one .row .col .learn-more .text[data-v-32282190]{font-size:14px}.bento-grid-one .row .col .learn-more .right-arrow[data-v-32282190]{height:14px;width:14px}.bento-grid-one .row-one .col-one[data-v-32282190]{padding:40px 40px 0!important}.bento-grid-one .row-one .col-one img[data-v-32282190]{object-position:bottom center}.bento-grid-one .row-one .col-two[data-v-32282190],.bento-grid-one .row-two .col-one[data-v-32282190]{padding:40px!important}.bento-grid-one .row-two .col-two[data-v-32282190]{padding:40px 40px 0!important}.bento-grid-one .row-three .col-one[data-v-32282190]{padding:40px 0 0!important}.bento-grid-one .row-three .col-one img[data-v-32282190]{object-position:bottom center}.bento-grid-one .row-three .col-one .content-box[data-v-32282190]{padding:0 40px!important}.bento-grid-one .row-three .col-two[data-v-32282190]{padding:40px!important}.bento-grid-one .row-four .col-one[data-v-32282190]{padding:40px 0!important}.bento-grid-one .row-four .col-one .content-box[data-v-32282190]{padding:0 40px!important}.bento-grid-one .row-four .col-two[data-v-32282190]{padding:40px!important}.bento-grid-one .row-five .col-one[data-v-32282190]{padding:40px 40px 0!important}.bento-grid-one .row-five .col-one img[data-v-32282190]{object-position:bottom center}.bento-grid-one .row-five .col-two[data-v-32282190]{padding:40px!important}.bento-grid-one .row[data-v-32282190]{height:498px}.bento-grid-one .row .col[data-v-32282190]{flex:1}.cta-two[data-v-32282190]{padding:0 40px 120px}.cta-two .row.bottom[data-v-32282190]{top:300px}.cta-two .row.top[data-v-32282190]{padding:60px 40px 400px;z-index:10}.cta-two .row.bottom img[data-v-32282190]:first-child,.cta-two .row.bottom img[data-v-32282190]:last-child{transform:scale(.9)}.cta-two .row.bottom img[data-v-32282190]{width:calc(33.33% - 80px);height:auto}.cta-two .title[data-v-32282190]{max-width:1024px;font-size:48px}.cta-two .download-container[data-v-32282190]{margin:36px 0}.cta-two .download-button[data-v-32282190]{height:40px}}@media screen and (min-width: 1201px) and (max-width: 1600px){.lg-hide[data-v-32282190]{display:none!important}.hero[data-v-32282190]{gap:0px;height:100%;padding:0 40px;width:100%;font-size:16px}.hero .container[data-v-32282190]{gap:20px;height:100%;max-width:1400px;padding:120px 0 160px;width:100%}.hero h1[data-v-32282190]{font-size:56px;line-height:1}.hero .pill-text[data-v-32282190]{font-size:20px;line-height:1.5}.hero .main-heading[data-v-32282190]{gap:20px;max-width:650px;padding:0;width:100%}.hero .para[data-v-32282190]{max-width:480px;padding:0;width:100%}.hero .para p[data-v-32282190]{font-size:18px;line-height:1.5;text-align:left}.hero .download-button[data-v-32282190]{min-height:54px;border-radius:.5em;text-align:center;border:1px solid #333;width:359px;padding-top:8px;padding-bottom:8px;height:fit-content}.hero .button-inner[data-v-32282190]{padding-left:30px;padding-right:15px}.hero .button-main-txt .para[data-v-32282190]{font-size:18px}.hero .button-icon[data-v-32282190]{width:36px;height:36px}.hero .playstore-icon[data-v-32282190]{width:14px;height:16px}.hero .apple-icon[data-v-32282190]{width:15px;height:20px}.hero .web-icon[data-v-32282190]{width:18px;height:18px}.hero .button-divider[data-v-32282190]{width:1px;height:18px}.hero .button-inner.hover[data-v-32282190]{transform:translateY(110%);border-radius:.4em;padding-left:0;padding-right:0;top:0%;bottom:0%;left:0%;right:0%}.hero .button-icon-wrap.hover[data-v-32282190]{padding:9px}.hero .app-button[data-v-32282190]{padding:18px;gap:12px;width:100%}.hero .app-button[data-v-32282190]:before{width:100%;height:100%;border-radius:.5em}.hero .app-icon[data-v-32282190]{font-size:18px;width:14px;height:auto}.hero .app-icon.web[data-v-32282190]{font-size:22px;width:20px;height:auto}.hero .app-button .app-text[data-v-32282190]{font-size:16px}.hero .video-wrapper[data-v-32282190]{height:100%;width:100%}.hero .video-container[data-v-32282190]{bottom:0;gap:10px;padding:0;right:0;top:0;width:70%}.hero .fade[data-v-32282190]{height:300px}.hero .wrap[data-v-32282190]{bottom:40px;gap:40px;left:0;padding:0 40px;right:0}.hero .wrap .wrap-container[data-v-32282190]{flex:1 0 0px;max-width:1400px;width:1px}.hero .dual-buttons .simple-button[data-v-32282190]{padding:.625em;min-height:1.875em;border-radius:.5em;gap:.313em;font-size:1.125em;line-height:1.125em;text-align:left}.main-row .logos-row[data-v-32282190],.under-layer-row .logos-row[data-v-32282190]{gap:0px}.main-row .animation-1-1 .logo-box-img[data-v-32282190]{display:block;object-fit:contain;width:300px;height:36px;aspect-ratio:420 / 40}.main-row .animation-1-2 .logo-box-img[data-v-32282190]{display:block;object-fit:contain;width:300px;height:40px;aspect-ratio:182 / 40}.main-row .animation-1-3 .logo-box-img[data-v-32282190]{display:block;object-fit:contain;width:300px;height:40px;aspect-ratio:176 / 40}.main-row .animation-1-4 .logo-box-img[data-v-32282190]{display:block;object-fit:contain;width:300px;height:40px;aspect-ratio:138 / 40}.under-layer-row .animation-2-1 .logo-box-img[data-v-32282190]{display:block;object-fit:contain;width:300px;height:40px;aspect-ratio:244 / 40}.under-layer-row .animation-2-2 .logo-box-img[data-v-32282190]{display:block;object-fit:contain;width:300px;height:40px;aspect-ratio:126 / 40}.under-layer-row .animation-2-3 .logo-box-img[data-v-32282190]{display:block;object-fit:contain;width:300px;height:40px;aspect-ratio:138 / 40}.under-layer-row .animation-2-4 .logo-box-img[data-v-32282190]{display:block;object-fit:contain;width:300px;height:40px;aspect-ratio:126 / 40}.under-layer-row .animation-3-1 .logo-box-img[data-v-32282190]{display:block;object-fit:contain;width:300px;height:40px;aspect-ratio:420 / 40}.under-layer-row .animation-3-2 .logo-box-img[data-v-32282190]{display:block;object-fit:contain;width:300px;height:40px;aspect-ratio:182 / 40}.under-layer-row .animation-3-3 .logo-box-img[data-v-32282190]{display:block;object-fit:contain;width:300px;height:40px;aspect-ratio:176 / 40}.under-layer-row .animation-3-4 .logo-box-img[data-v-32282190]{display:block;object-fit:contain;width:300px;height:40px;aspect-ratio:138 / 40}.under-layer-row .animation-4-1 .logo-box-img[data-v-32282190]{display:block;object-fit:contain;width:300px;height:40px;aspect-ratio:244 / 40}.under-layer-row .animation-4-2 .logo-box-img[data-v-32282190]{display:block;object-fit:contain;width:300px;height:40px;aspect-ratio:126 / 40}.under-layer-row .animation-4-3 .logo-box-img[data-v-32282190]{display:block;object-fit:contain;width:300px;height:40px;aspect-ratio:138 / 40}.under-layer-row .animation-4-4 .logo-box-img[data-v-32282190]{display:block;object-fit:contain;width:300px;height:40px;aspect-ratio:126 / 40}.about[data-v-32282190]{gap:0px;padding:0 40px;width:100%}.about .ui .window img[data-v-32282190]{width:100%;object-position:left top;object-fit:cover}.about .container[data-v-32282190]{gap:0px;max-width:1400px;width:100%}.about .main-title[data-v-32282190]{font-size:40px;line-height:1.2;text-align:center;max-width:700px;width:100%}.about .row.top[data-v-32282190]{padding:120px 40px 60px}.about .row.center[data-v-32282190]{gap:10px;height:720px;padding:0;width:100%}.about .row.bottom[data-v-32282190]{gap:0px;padding:0;width:100%;z-index:5}.about .row.bottom .wrapper[data-v-32282190]{gap:30px;padding:40px 0 0;width:1px;z-index:6}.about .about-tabs-content[data-v-32282190]{width:100%;height:883px}.about .about-tab-content[data-v-32282190]{top:0;left:0;width:100%;height:100%}.about .ui[data-v-32282190]{height:129.629%;width:100%}.about .ui .shadow[data-v-32282190]{bottom:-3px;height:220px;left:0;opacity:.4;right:0;z-index:1}.about .about-tabs[data-v-32282190]{margin-top:60px}.about .about-tab[data-v-32282190]{grid-gap:8px;gap:12px;width:102px}.about .about-tab .top[data-v-32282190]{border-radius:12px;inline-size:56px;block-size:56px;padding:12px}.about .about-tab .top img[data-v-32282190]{width:44px;height:100%}.about .about-tab .bottom span[data-v-32282190],.about .about-tab.active .bottom span[data-v-32282190]{font-size:14px}.about .about-tab.active .top[data-v-32282190]{border-radius:12px;width:56px;height:56px;padding:12px}.about .about-tab.active .top img[data-v-32282190]{width:44px;height:100%}.about .ui .window[data-v-32282190]{border-radius:20px;gap:0px;left:calc(50.00000000000002% - min(100%,100%) / 2);mask:linear-gradient(0deg,rgba(0,0,0,0) 0%,rgba(0,0,0,1) 36%) add;padding:0;top:0;width:100%;z-index:1}.about .window .inner-glow[data-v-32282190]{display:none;border-radius:10px;left:1px;top:calc(50.00000000000002% - 100% / 2);width:100%;z-index:1}.about .window .topbar[data-v-32282190]{height:60px;width:100%}.about .right-image-container .shadow[data-v-32282190]{bottom:-3px;height:220px;left:0;opacity:.4;right:0;z-index:9}.about .right-image-container[data-v-32282190]{border-radius:16px;bottom:-150px;gap:0px;height:780px;right:0;width:360px;z-index:2}.about .right-image-container img[data-v-32282190],.about .left-image-container img[data-v-32282190]{width:100%;height:100%}.about .left-image-container[data-v-32282190]{border-radius:8px;bottom:-150px;box-shadow:0 10px 30px #0006;gap:0px;height:780px;left:-100px;mask:linear-gradient(0deg,rgba(0,0,0,0) 5.215371621621621%,rgba(0,0,0,1) 13%) add;width:260px;z-index:2}.about .secondary-title[data-v-32282190]{font-size:24px;line-height:1.2;text-align:center;width:100%}.about .row.bottom .column p[data-v-32282190]{font-size:18px;text-align:center}.cards-carousel .cards.absolute .swiper-slide[data-v-32282190]{position:absolute;left:calc(50% - 48px);transform:translate(-50%);will-change:transform}.cards-carousel .cards.absolute .swiper-slide[data-v-32282190]:first-child{transform:translate(calc(-50% - 24px));z-index:5}.cards-carousel .cards.absolute .swiper-slide[data-v-32282190]:nth-child(2){transform:translate(-50%);z-index:4}.cards-carousel .cards.absolute .swiper-slide[data-v-32282190]:nth-child(3){transform:translate(calc(-50% + 24px));z-index:3}.cards-carousel .cards.absolute .swiper-slide[data-v-32282190]:nth-child(4){transform:translate(calc(-50% + 48px));z-index:2}.cards-carousel .cards.absolute .swiper-slide[data-v-32282190]:nth-child(5){transform:translate(calc(-50% + 72px));z-index:1}.cards-carousel[data-v-32282190]{padding:120px 0;width:100%}.cards-carousel .container[data-v-32282190]{width:100%;padding:0 40px;margin:0 auto}.cards-carousel .card[data-v-32282190]{padding:1px}.cards-carousel .row.top[data-v-32282190]{margin:0 auto 60px;max-width:1400px}.cards-carousel .swiper[data-v-32282190]{padding:0 calc((100vw - 1400px)/2)}.cards-carousel .mainheading[data-v-32282190]{font-size:40px;text-align:center}.cards-carousel .btn-container[data-v-32282190]{padding:8px}.cards-carousel .btn[data-v-32282190]{width:40px;height:40px}.cards-carousel .icon[data-v-32282190]{height:1em;width:.938em}.cards-carousel .icon .left-part[data-v-32282190]{height:.563em;right:.25em;top:calc(50.00000000000002% - .563em / 2);width:.125em}.cards-carousel .icon .right-part[data-v-32282190]{height:.563em;left:.25em;top:calc(50.00000000000002% - .563em / 2);width:.125em}.card .inner-wrapper .card-title[data-v-32282190]{font-size:28px;text-align:left;position:absolute;top:28px;left:28px;right:28px}.features[data-v-32282190]{padding:0 40px 120px}.features .wrapper[data-v-32282190]{padding:0 0 40px}.features .subheading[data-v-32282190]{font-size:18px}.features .mainheading[data-v-32282190]{font-size:40px}.features .para[data-v-32282190]{font-size:18px}.bento-grid-one .row .col .main-heading[data-v-32282190]{font-size:20px}.bento-grid-one .row .col .content[data-v-32282190],.bento-grid-one .row .col .learn-more .text[data-v-32282190]{font-size:16px}.bento-grid-one .row .col .learn-more .right-arrow[data-v-32282190]{height:16px;width:16px}.bento-grid-one .row-one .col-one .search-container[data-v-32282190]{transform:scale(.71);transform-origin:top center;height:141%}.bento-grid-one .row-one .col-one .search-wrapper[data-v-32282190]{height:141%}.bento-grid-one .row-one .col-one .search-head[data-v-32282190]{padding:12px 16px}.bento-grid-one .row-one .col-one .magnifier[data-v-32282190]{margin-right:12px;width:22px;height:22px;flex:0 0 22px}#typewriter-container[data-v-32282190],.typewriter[data-v-32282190]{font-size:16px}.bento-grid-one .row-one .col-one .profile-icon[data-v-32282190]{margin-right:12px;width:18px;height:18px;flex:0 0 18px}.bento-grid-one .row-one .col-one .ticker-icon[data-v-32282190]{margin-right:0;width:18px;height:18px;flex:0 0 18px}.bento-grid-one .row-one .col-one .search-body[data-v-32282190]{padding:12px 16px}.bento-grid-one .row-one .col-one .search-body p[data-v-32282190]{font-size:16px}.bento-grid-one .row-one .col-one .search-body .filter-list[data-v-32282190]{margin:12px 0;padding-bottom:16px}.bento-grid-one .row-one .col-one .search-body .filter-list li[data-v-32282190]{padding:8px 14px;font-size:14px}.bento-grid-one .row-one .col-one .search-body .filter-list .filter-icon[data-v-32282190]{width:22px;height:22px}.bento-grid-one .row-one .col-one #typewriter-container[data-v-32282190],.bento-grid-one .row-one .col-one #typewriter[data-v-32282190]{height:18px}.bento-grid-one .row-one .col-one .search-body .title[data-v-32282190],.bento-grid-one .row-one .col-one .search-body .view[data-v-32282190]{font-size:16px}.bento-grid-one .row-one .col-one .search-body .polytar>.spacing[data-v-32282190]{top:4px;left:4px;width:52px;height:52px}.bento-grid-one .row-one .col-one .search-body .polytar>.spacing>div[data-v-32282190]{top:4px;left:4px;width:44px;height:44px}.bento-grid-one .row-one .col-one .search-body h6[data-v-32282190]{font-size:16px}.bento-grid-one .row-one .col-one .search-body h6 .tag[data-v-32282190]{font-size:15px}.bento-grid-one .row-one .col-one .search-body .followers[data-v-32282190]{font-size:16px}.bento-grid-one .row-one .col-one .search-body .filter-icon[data-v-32282190]{width:20px}.bento-grid-one .row-one .col-one .search-body .stock[data-v-32282190],.bento-grid-one .row-one .col-one .search-body .crypto[data-v-32282190],.bento-grid-one .row-one .col-one .search-body .stock .image[data-v-32282190],.bento-grid-one .row-one .col-one .search-body .crypto .image[data-v-32282190]{width:35px;height:35px;padding:4px;border-width:4px;flex:0 0 35px}.bento-grid-one .row-one .col-one .search-body .price[data-v-32282190]{margin-top:2px;font-size:16px}.bento-grid-one .row-one .col-one .search-body .dollar-sign[data-v-32282190]{font-size:12px}.bento-grid-one .row-one .col-one .search-body .price-tag[data-v-32282190]{margin-top:2px;font-size:16px}.bento-grid-one .row-one .col-one .search-body .redirect-icon[data-v-32282190]{font-size:24px}.bento-grid-one .row-one .col-one .stock-right .filter-icon[data-v-32282190],.bento-grid-one .row-one .col-one .crypto-right .filter-icon[data-v-32282190]{width:20px}.bento-grid-one .row-two .col-one .bento-card.first[data-v-32282190]{top:-28%;left:-19%;right:23%;transform:scale(.6)}.bento-grid-one .row-two .col-one .bento-card.first .title[data-v-32282190]{font-size:15px}.bento-grid-one .row-two .col-one .bento-card.first .title .icon[data-v-32282190]{width:30px;height:30px;padding:5px;margin:0 5px 0 0;font-size:16px}.bento-grid-one .row-two .col-one .bento-card.first .sub-title[data-v-32282190]{margin:5px 0 0;font-size:12px}.bento-grid-one .row-two .col-one .bento-card.first .summary-container[data-v-32282190]{padding:15px}.bento-grid-one .row-two .col-one .bento-card.first .box[data-v-32282190]{flex:0 0 calc(50% - 7.5px);max-width:calc(50% - 7.5px);padding:15px}.bento-grid-one .row-two .col-one .bento-card.first .box-row[data-v-32282190]{margin:0 0 7px}.bento-grid-one .row-two .col-one .bento-card.first .box-row .colored[data-v-32282190],.bento-grid-one .row-two .col-one .bento-card.first .box-row .percent[data-v-32282190],.bento-grid-one .row-two .col-one .bento-card.first .box-row .white-italic[data-v-32282190]{font-size:15px}.bento-grid-one .row-two .col-one .bento-card.first .box-row .account-value[data-v-32282190],.bento-grid-one .row-two .col-one .bento-card.first .box-row .balance-value[data-v-32282190]{padding:0;font-size:22px}.bento-grid-one .row-two .col-one .bento-card.first .box-row .dollar-sign[data-v-32282190]{font-size:8px!important;margin-right:2px}.bento-grid-one .row-two .col-one .bento-card.first .box-row .title[data-v-32282190]{font-size:15px;padding:0;margin:0}.bento-grid-one .row-two .col-one .bento-card.first .box-row .value[data-v-32282190]{margin:7px 0 0;padding:0;font-size:22px}.bento-grid-one .row-two .col-one .bento-card.first .box-row .remaining[data-v-32282190]{margin:7px 0 0;font-size:10px;padding:0}.bento-grid-one .row-two .col-one .bento-card.second[data-v-32282190]{top:-15%;left:19%;right:-10%;transform:scale(.765);padding:20px}.bento-grid-one .row-two .col-one .bento-card.second .profile-container[data-v-32282190]{margin-right:10px}.bento-grid-one .row-two .col-one .bento-card.second .polytar[data-v-32282190]{width:60px;height:60px}.bento-grid-one .row-two .col-one .bento-card.second .polytar .spacing[data-v-32282190]{width:54px;height:54px}.bento-grid-one .row-two .col-one .bento-card.second .polytar .spacing>div[data-v-32282190]{width:48px;height:48px}.bento-grid-one .row-two .col-one .bento-card.second .trader-name[data-v-32282190]{font-size:18px;margin:5px 0 0}.bento-grid-one .row-two .col-one .bento-card.second .trader-type[data-v-32282190]{margin:0;font-size:14px}.bento-grid-one .row-two .col-one .bento-card.second .trader-badges[data-v-32282190]{min-width:121px;margin:5px 0 0}.bento-grid-one .row-two .col-one .bento-card.second .badge-img[data-v-32282190]{max-width:35px;flex:0 0 42px}.bento-grid-one .row-two .col-one .bento-card.second img[data-v-32282190]{width:100%;height:100%}.bento-grid-one .row-two .col-one .bento-card.second .second .simple-text[data-v-32282190]{font-size:14px}.bento-grid-one .row-two .col-one .bento-card.second .second .xp-text[data-v-32282190]{font-size:13px}.bento-grid-one .row-two .col-one .bento-card.second .row.second[data-v-32282190]{margin:0 0 10px}.bento-grid-one .row-two .col-one .bento-card.second .item[data-v-32282190]{flex:0 0 calc(50% - 6px);max-width:calc(50% - 6px);padding:10px 15px}.bento-grid-one .row-two .col-one .bento-card.second .stats .title[data-v-32282190]{font-size:12px;line-height:18px}.bento-grid-one .row-two .col-one .bento-card.second .stats .count[data-v-32282190]{font-size:18px;line-height:24px;margin:5px 0 0}.bento-grid-one .row-two .col-one .bento-card.second .stats-icon[data-v-32282190]{padding:3px;max-width:36px}.bento-grid-one .row-two .col-one .bento-card.second .progress[data-v-32282190]{font-size:.75rem;height:25px}.bento-grid-one .row-two .col-one .bento-card.second .progress-bar[data-v-32282190]{width:0%}.bento-grid-one .row-two .col-one .bento-card .item .dollar-sign[data-v-32282190]{font-size:12px!important;margin-right:2px}.bento-grid-one .row-three .profile-01[data-v-32282190]{width:56px;height:56px;bottom:15%;left:54%}.bento-grid-one .row-three .profile-02[data-v-32282190]{width:46px;height:46px;bottom:18.5%;left:9.5%}.bento-grid-one .row-three .profile-03[data-v-32282190]{width:38px;height:38px;bottom:27%;left:36%}.bento-grid-one .row-three .profile-04[data-v-32282190]{width:24px;height:24px;bottom:35%;left:17%}.bento-grid-one .row-three .profile-05[data-v-32282190]{width:32px;height:32px;bottom:34%;left:47%}.bento-grid-one .row-three .profile-06[data-v-32282190]{width:28px;height:28px;bottom:19%;left:73%}.bento-grid-one .row-three .profile-07[data-v-32282190]{width:32px;height:32px;bottom:30%;left:76%}.bento-grid-one .row-three .profile-08[data-v-32282190]{width:40px;height:40px;bottom:25%;left:90%}.bento-grid-one .row-three .col-one .img-container .globe[data-v-32282190]{top:-16%;left:-44%}.bento-grid-one .row-three .col-one .circles.first[data-v-32282190]{height:50px;top:25%;left:21%;width:50px}.bento-grid-one .row-three .col-one .circles.second[data-v-32282190]{height:50px;top:9%;right:4%;width:50px}.bento-grid-one .row-three .col-one .circles.third[data-v-32282190]{height:50px;top:48%;right:-16%;width:50px}.bento-grid-one .row-three .col-one .circles.four[data-v-32282190]{height:50px;bottom:-17%;right:30%;width:50px}.bento-grid-one .row-three .col-one .circles.five[data-v-32282190]{height:50px;bottom:19%;right:38%;width:50px}.bento-grid-one .row-three .col-one .circles.six[data-v-32282190]{height:50px;bottom:-6%;left:1%;width:50px}.bento-grid-one .row-three .col-one .circles-wrapper[data-v-32282190]{height:50px;width:50px}.bento-grid-one .row-three .col-one .circles-wrapper[data-v-32282190]:after{width:15px;height:15px}.bento-grid-one .row-three .col-one #grey-path[data-v-32282190],.bento-grid-one .row-three .col-one #gradient-path[data-v-32282190]{top:-50px;left:-165px;width:160%}.bento-grid-one .row-three .col-one .img-container .gp[data-v-32282190]{width:50px;height:52px}.bento-grid-one .row-three .col-two .post[data-v-32282190]{width:calc(133% - 167.14px);height:143%}.bento-grid-one .row-three .col-two .post .header[data-v-32282190]{margin:0;padding:15px 24px 0}.bento-grid-one .row-three .col-two .post .head[data-v-32282190]{padding:0;margin-left:-10px}.bento-grid-one .row-three .col-two .post .svg_icon.text[data-v-32282190]{width:20px;height:20px;margin-right:8px;margin-top:-2px}.bento-grid-one .row-three .col-two .post .svg_icon.analysis[data-v-32282190]{width:24px;height:24px;margin-right:8px;margin-top:-2px}.bento-grid-one .row-three .col-two .post .svg_icon.profile[data-v-32282190]{width:19px;height:19px;margin-right:8px;margin-top:-2px}.bento-grid-one .row-three .col-two .post .svg_icon.portfolio[data-v-32282190]{width:18px;height:18px;margin-right:8px;margin-top:-2px}.bento-grid-one .row-three .col-two .post .tab[data-v-32282190]{padding:10px;font-size:14px}.bento-grid-one .row-three .col-two .post .post-body[data-v-32282190]{top:58px;padding:16px;margin:8px 24px 24px}.bento-grid-one .row-three .col-two .post .post-body .profile-container[data-v-32282190]{margin-top:8px}.bento-grid-one .row-three .col-two .post .profile-container .polytar[data-v-32282190]{width:60px;height:60px}.bento-grid-one .row-three .col-two .post .polytar>.spacing[data-v-32282190]{top:4px;left:4px;width:52px;height:52px}.bento-grid-one .row-three .col-two .post .polytar>.spacing>div[data-v-32282190]{top:4px;left:4px;width:44px;height:44px}.bento-grid-one .row-three .col-two .post .profile h6[data-v-32282190]{font-size:15px;margin:0 0 0 12px}.bento-grid-one .row-three .col-two .post .profile h6 .tag[data-v-32282190]{font-size:12px}.bento-grid-one .row-three .col-two .post .profile-notes[data-v-32282190]{padding:10px}.bento-grid-one .row-three .col-two .post .note svg[data-v-32282190]{width:20px;height:20px}.bento-grid-one .row-three .col-two .post .note[data-v-32282190]{padding:0 6px}.bento-grid-one .row-three .col-two .post .note p[data-v-32282190],.bento-grid-one .row-three .col-two .post .note.active p[data-v-32282190]{font-size:12px}.bento-grid-one .row-three .col-two .post .text-area[data-v-32282190]{margin-top:12px;font-size:16px}.bento-grid-one .row-three .col-two .post .foot[data-v-32282190]{padding:12px 0 0!important}.bento-grid-one .row-three .col-two .post .foot-box h2[data-v-32282190]{padding:0;margin:0 0 12px;font-size:14px}.bento-grid-one .row-three .col-two .post .foot-box .icon-list .icon[data-v-32282190]{width:20px;height:20px}.bento-grid-one .row-three .col-two .post .foot-box .icon-list .icon.vdots[data-v-32282190]{width:8px;height:16px}.bento-grid-one .row-three .col-two .post .foot-box .note-post .icon[data-v-32282190]{font-size:14px;width:20px;height:20px}.bento-grid-one .row-three .col-two .post .foot-box .icon-list .circle-icon.traderverse[data-v-32282190]{width:20px;height:20px;padding:4px}.bento-grid-one .row-three .col-two .post .foot-box .icon-list .circle-icon.linkedin[data-v-32282190],.bento-grid-one .row-three .col-two .post .foot-box .icon-list .circle-icon.x[data-v-32282190]{width:20px;height:20px}.bento-grid-one .row-three .col-two .post .foot-box .foot-button[data-v-32282190]{height:28px;min-height:28px;width:75px;margin:0}.bento-grid-one .row-three .col-two .post .gradient-bg[data-v-32282190]{min-height:135.17px;margin-top:12px;background:url(src/assets/images/png/gradient-main-bg.png) center center / cover no-repeat}.bento-grid-one .row-three .col-two .post .gradient-bg .text[data-v-32282190]{font-size:24px}.bento-grid-one .row-three .col-two .post .gradient-palette[data-v-32282190]{margin:12px 0}.bento-grid-one .row-three .col-two .post .gradient-palette .palette[data-v-32282190]{flex:0 0 30px;width:30px;height:30px;padding:0}.bento-grid-one .row-three .col-two #simple-typewriter-container[data-v-32282190]{font-size:16px;line-height:22px}.bento-grid-one .row-three .col-two .post .uploads[data-v-32282190]{margin:12px 0}.bento-grid-one .row-three .col-two .upload-docs[data-v-32282190],.bento-grid-one .row-three .col-two .upload-images[data-v-32282190]{margin:0;padding:15px}.bento-grid-one .row-three .col-two .upload-docs .icon[data-v-32282190],.bento-grid-one .row-three .col-two .upload-images .icon[data-v-32282190]{height:54px;width:54px}.bento-grid-one .row-three .col-two .upload-docs .icon-wrapper[data-v-32282190],.bento-grid-one .row-three .col-two .upload-images .icon-wrapper[data-v-32282190]{width:25px;height:25px}.bento-grid-one .row-three .col-two .upload-docs .title[data-v-32282190],.bento-grid-one .row-three .col-two .upload-images .title[data-v-32282190]{font-size:22px;margin:0;padding:0}.bento-grid-one .row-three .col-two .upload-docs .para[data-v-32282190],.bento-grid-one .row-three .col-two .upload-images .para[data-v-32282190]{font-size:14px;margin:0;padding:0}.bento-grid-one .row-five .col-one[data-v-32282190]{padding:40px 40px 0!important}.cta-two[data-v-32282190]{padding:0 40px 120px}.cta-two .row.bottom[data-v-32282190]{top:328px}.cta-two .row.top[data-v-32282190]{padding:60px 40px 480px;z-index:10}.cta-two .row.bottom img[data-v-32282190]:first-child,.cta-two .row.bottom img[data-v-32282190]:last-child{transform:scale(.9)}.cta-two .row.bottom img[data-v-32282190]{width:calc(33.33% - 80px);height:auto}.cta-two .title[data-v-32282190]{max-width:1024px;font-size:56px}.cta-two .download-container[data-v-32282190]{margin:36px 0}.cta-two .download-button[data-v-32282190]{height:44px}}@media screen and (min-width: 1601px){.lg-hide[data-v-32282190]{display:none!important}.hero .dual-buttons .simple-button[data-v-32282190]{padding:.625em;min-height:1.875em;border-radius:.5em;gap:.313em;font-size:1.125em;line-height:1.125em;text-align:left}.hero[data-v-32282190]{gap:0px;height:100vh;padding:0 20px;width:100%;font-size:16px}.hero .container[data-v-32282190]{gap:20px;height:100%;max-width:1400px;padding:72px 0 120px;width:100%}.hero h1[data-v-32282190]{font-size:80px;line-height:1}.hero .pill-text[data-v-32282190]{font-size:26px;line-height:1.5}.hero .main-heading[data-v-32282190]{gap:20px;max-width:650px;padding:0;width:100%}.hero .para[data-v-32282190]{max-width:650px;padding:0;width:100%}.hero .para p[data-v-32282190]{font-size:1.5em;line-height:1.5;text-align:left}.hero .download-button[data-v-32282190]{min-height:54px;border-radius:.5em;text-align:center;border:1px solid #333;width:468px;padding-top:12px;padding-bottom:12px;height:fit-content}.hero .button-inner[data-v-32282190]{padding-left:36px;padding-right:18px}.hero .button-main-txt .para[data-v-32282190]{font-size:24px}.hero .button-icon[data-v-32282190]{width:48px;height:48px}.hero .playstore-icon[data-v-32282190]{width:18px;height:20px}.hero .apple-icon[data-v-32282190]{width:19px;height:24px}.hero .web-icon[data-v-32282190]{width:22px;height:22px}.hero .button-divider[data-v-32282190]{width:1px;height:22px}.hero .button-inner.hover[data-v-32282190]{transform:translateY(110%);border-radius:.4em;padding-left:0;padding-right:0;top:0%;bottom:0%;left:0%;right:0%}.hero .button-icon-wrap.hover[data-v-32282190]{padding:9px}.hero .app-button[data-v-32282190]{padding:18px;gap:12px;width:100%}.hero .app-button[data-v-32282190]:before{width:100%;height:100%;border-radius:.5em}.hero .app-icon[data-v-32282190]{font-size:24px;width:18px;height:auto}.hero .app-icon.web[data-v-32282190]{font-size:24px;width:22px;height:auto}.hero .app-button .app-text[data-v-32282190]{font-size:18px}.hero .video-wrapper[data-v-32282190]{height:100%;width:100%}.hero .video-container[data-v-32282190]{bottom:0;gap:10px;padding:0;right:0;top:0;width:70%}.hero .fade[data-v-32282190]{height:300px}.hero .wrap[data-v-32282190]{bottom:40px;gap:40px;left:0;padding:0;right:0}.hero .wrap .wrap-container[data-v-32282190]{flex:1 0 0px;max-width:1400px;width:1px}.main-row .logos-row[data-v-32282190],.under-layer-row .logos-row[data-v-32282190]{gap:48px}.about[data-v-32282190]{gap:0px;padding:0 20px;width:100%}.about .ui .window img[data-v-32282190]{width:100%;object-position:left top;object-fit:cover}.about .container[data-v-32282190]{gap:0px;max-width:1400px;width:100%}.about .main-title[data-v-32282190]{font-size:48px;line-height:1.2;text-align:center;max-width:700px;width:100%}.about .secondary-title[data-v-32282190]{font-size:28px;line-height:1.2;text-align:center;width:100%}.about .row.top[data-v-32282190]{padding:120px 20px 60px}.about .row.center[data-v-32282190]{gap:10px;height:720px;max-width:1400px;padding:0;width:100%}.about .row.bottom[data-v-32282190]{gap:0px;padding:0;width:100%;z-index:5}.about .row.bottom .wrapper[data-v-32282190]{gap:30px;max-width:1400px;width:1px;z-index:6}.about .about-tabs-content[data-v-32282190]{width:100%;height:883px}.about .about-tab-content[data-v-32282190]{top:0;left:0;width:100%;height:100%}.about .row.bottom .column p[data-v-32282190]{font-size:20px;text-align:center}.about .ui[data-v-32282190]{height:129.629%;width:100%}.about .ui .shadow[data-v-32282190]{bottom:-3px;height:220px;left:0;opacity:.4;right:0;z-index:1}.about .about-tabs[data-v-32282190]{margin-top:60px}.about .about-tab[data-v-32282190]{grid-gap:8px;gap:12px;width:106px}.about .about-tab .top[data-v-32282190]{border-radius:12px;inline-size:68.5px;block-size:68.5px;padding:12px}.about .about-tab .top img[data-v-32282190]{width:48px;height:100%}.about .about-tab .bottom span[data-v-32282190],.about .about-tab.active .bottom span[data-v-32282190]{font-size:16px}.about .about-tab.active .top[data-v-32282190]{border-radius:12px;width:68.5px;height:68.5px;padding:12px}.about .about-tab.active .top img[data-v-32282190]{width:48px;height:100%}.about .ui .window[data-v-32282190]{border-radius:20px;gap:0px;left:calc(50.00000000000002% - min(100%,100%) / 2);mask:linear-gradient(0deg,rgba(0,0,0,0) 0%,rgba(0,0,0,1) 36%) add;padding:0;top:0;width:100%;z-index:1}.about .window .inner-glow[data-v-32282190]{display:none;border-radius:10px;left:1px;top:calc(50.00000000000002% - 100% / 2);width:100%;z-index:1}.about .window .topbar[data-v-32282190]{height:60px;width:100%}.about .right-image-container .shadow[data-v-32282190]{bottom:-3px;height:220px;left:0;opacity:.4;right:0;z-index:9}.about .right-image-container[data-v-32282190]{border-radius:16px;bottom:-150px;gap:0px;height:780px;right:0;width:360px;z-index:2}.about .right-image-container img[data-v-32282190],.about .left-image-container img[data-v-32282190]{width:100%;height:100%}.about .left-image-container[data-v-32282190]{border-radius:8px;bottom:-150px;box-shadow:0 10px 30px #0006;gap:0px;height:780px;left:-100px;mask:linear-gradient(0deg,rgba(0,0,0,0) 5.215371621621621%,rgba(0,0,0,1) 13%) add;width:260px;z-index:2}.cards-carousel[data-v-32282190]{padding:120px 0;width:100%}.cards-carousel .container[data-v-32282190]{width:100%;margin:0 auto}.cards-carousel .card[data-v-32282190]{padding:1px}.cards-carousel .row.top[data-v-32282190]{margin:0 auto 60px;padding:0 20px;max-width:1440px}.cards-carousel .swiper[data-v-32282190]{padding:0 calc((100vw - 1400px)/2)}.cards-carousel .mainheading[data-v-32282190]{font-size:48px;text-align:center}.cards-carousel .btn-container[data-v-32282190]{padding:8px}.cards-carousel .btn[data-v-32282190]{width:48px;height:48px}.cards-carousel .icon[data-v-32282190]{height:1em;width:.938em}.cards-carousel .icon .left-part[data-v-32282190]{height:.563em;right:.25em;top:calc(50.00000000000002% - .563em / 2);width:.125em}.cards-carousel .icon .right-part[data-v-32282190]{height:.563em;left:.25em;top:calc(50.00000000000002% - .563em / 2);width:.125em}.card .inner-wrapper .card-title[data-v-32282190]{font-size:32px;text-align:left;position:absolute;top:48px;left:48px;right:48px}.cards-carousel .cards.absolute .swiper-slide[data-v-32282190]{position:absolute;left:calc(50% - 48px);transform:translate(-50%);will-change:transform}.cards-carousel .cards.absolute .swiper-slide[data-v-32282190]:first-child{transform:translate(calc(-50% - 24px));z-index:5}.cards-carousel .cards.absolute .swiper-slide[data-v-32282190]:nth-child(2){transform:translate(-50%);z-index:4}.cards-carousel .cards.absolute .swiper-slide[data-v-32282190]:nth-child(3){transform:translate(calc(-50% + 24px));z-index:3}.cards-carousel .cards.absolute .swiper-slide[data-v-32282190]:nth-child(4){transform:translate(calc(-50% + 48px));z-index:2}.cards-carousel .cards.absolute .swiper-slide[data-v-32282190]:nth-child(5){transform:translate(calc(-50% + 72px));z-index:1}.features[data-v-32282190]{padding:0 20px 180px}.features .wrapper[data-v-32282190]{padding:0 0 40px}.features .subheading[data-v-32282190]{font-size:20px}.features .mainheading[data-v-32282190]{font-size:48px}.features .para[data-v-32282190]{font-size:20px}.bento-grid-one .row .col .main-heading[data-v-32282190]{font-size:22px}.bento-grid-one .row .col .content[data-v-32282190],.bento-grid-one .row .col .learn-more .text[data-v-32282190]{font-size:18px}.bento-grid-one .row .col .learn-more .right-arrow[data-v-32282190]{height:18px;width:18px}.bento-grid-one .row[data-v-32282190]{height:596px}.bento-grid-one .row-one .col-one .search-container[data-v-32282190]{transform:scale(.71);transform-origin:top center;height:141%}.bento-grid-one .row-one .col-one .search-wrapper[data-v-32282190]{height:141%}.bento-grid-one .row-one .col-one .search-head[data-v-32282190]{padding:12px 16px}.bento-grid-one .row-one .col-one .magnifier[data-v-32282190]{margin-right:12px;width:22px;height:22px;flex:0 0 22px}#typewriter-container[data-v-32282190],.typewriter[data-v-32282190]{font-size:16px}.bento-grid-one .row-one .col-one .profile-icon[data-v-32282190]{margin-right:12px;width:18px;height:18px;flex:0 0 18px}.bento-grid-one .row-one .col-one .ticker-icon[data-v-32282190]{margin-right:0;width:18px;height:18px;flex:0 0 18px}.bento-grid-one .row-one .col-one .search-body[data-v-32282190]{padding:12px 16px}.bento-grid-one .row-one .col-one .search-body p[data-v-32282190]{font-size:16px}.bento-grid-one .row-one .col-one .search-body .filter-list[data-v-32282190]{margin:12px 0;padding-bottom:16px}.bento-grid-one .row-one .col-one .search-body .filter-list li[data-v-32282190]{padding:8px 14px;font-size:14px}.bento-grid-one .row-one .col-one .search-body .filter-list .filter-icon[data-v-32282190]{width:22px;height:22px}.bento-grid-one .row-one .col-one #typewriter-container[data-v-32282190],.bento-grid-one .row-one .col-one #typewriter[data-v-32282190]{height:18px}.bento-grid-one .row-one .col-one .search-body .title[data-v-32282190],.bento-grid-one .row-one .col-one .search-body .view[data-v-32282190]{font-size:16px}.bento-grid-one .row-one .col-one .search-body .polytar>.spacing[data-v-32282190]{top:4px;left:4px;width:52px;height:52px}.bento-grid-one .row-one .col-one .search-body .polytar>.spacing>div[data-v-32282190]{top:4px;left:4px;width:44px;height:44px}.bento-grid-one .row-one .col-one .search-body h6[data-v-32282190]{font-size:16px}.bento-grid-one .row-one .col-one .search-body h6 .tag[data-v-32282190]{font-size:15px}.bento-grid-one .row-one .col-one .search-body .followers[data-v-32282190]{font-size:16px}.bento-grid-one .row-one .col-one .search-body .filter-icon[data-v-32282190]{width:20px}.bento-grid-one .row-one .col-one .search-body .stock[data-v-32282190],.bento-grid-one .row-one .col-one .search-body .crypto[data-v-32282190],.bento-grid-one .row-one .col-one .search-body .stock .image[data-v-32282190],.bento-grid-one .row-one .col-one .search-body .crypto .image[data-v-32282190]{width:35px;height:35px;padding:4px;border-width:4px;flex:0 0 35px}.bento-grid-one .row-one .col-one .search-body .price[data-v-32282190]{margin-top:2px;font-size:16px}.bento-grid-one .row-one .col-one .search-body .dollar-sign[data-v-32282190]{font-size:12px}.bento-grid-one .row-one .col-one .search-body .price-tag[data-v-32282190]{margin-top:2px;font-size:16px}.bento-grid-one .row-one .col-one .search-body .redirect-icon[data-v-32282190]{font-size:24px}.bento-grid-one .row-one .col-one .stock-right .filter-icon[data-v-32282190],.bento-grid-one .row-one .col-one .crypto-right .filter-icon[data-v-32282190]{width:20px}.bento-grid-one .row-two .col-one .bento-card.first[data-v-32282190]{top:-28%;left:-19%;right:23%;transform:scale(.6)}.bento-grid-one .row-two .col-one .bento-card.first .title[data-v-32282190]{font-size:15px}.bento-grid-one .row-two .col-one .bento-card.first .title .icon[data-v-32282190]{width:30px;height:30px;padding:5px;margin:0 5px 0 0;font-size:16px}.bento-grid-one .row-two .col-one .bento-card.first .sub-title[data-v-32282190]{margin:5px 0 0;font-size:12px}.bento-grid-one .row-two .col-one .bento-card.first .summary-container[data-v-32282190]{padding:15px}.bento-grid-one .row-two .col-one .bento-card.first .box[data-v-32282190]{flex:0 0 calc(50% - 7.5px);max-width:calc(50% - 7.5px);padding:15px}.bento-grid-one .row-two .col-one .bento-card.first .box-row[data-v-32282190]{margin:0 0 7px}.bento-grid-one .row-two .col-one .bento-card.first .box-row .colored[data-v-32282190],.bento-grid-one .row-two .col-one .bento-card.first .box-row .percent[data-v-32282190],.bento-grid-one .row-two .col-one .bento-card.first .box-row .white-italic[data-v-32282190]{font-size:15px}.bento-grid-one .row-two .col-one .bento-card.first .box-row .account-value[data-v-32282190],.bento-grid-one .row-two .col-one .bento-card.first .box-row .balance-value[data-v-32282190]{padding:0;font-size:22px}.bento-grid-one .row-two .col-one .bento-card.first .box-row .dollar-sign[data-v-32282190]{font-size:8px!important;margin-right:2px}.bento-grid-one .row-two .col-one .bento-card.first .box-row .title[data-v-32282190]{font-size:15px;padding:0;margin:0}.bento-grid-one .row-two .col-one .bento-card.first .box-row .value[data-v-32282190]{margin:7px 0 0;padding:0;font-size:22px}.bento-grid-one .row-two .col-one .bento-card.first .box-row .remaining[data-v-32282190]{margin:7px 0 0;font-size:10px;padding:0}.bento-grid-one .row-two .col-one .bento-card.second[data-v-32282190]{top:-15%;left:19%;right:-10%;transform:scale(.765);padding:20px}.bento-grid-one .row-two .col-one .bento-card.second .profile-container[data-v-32282190]{margin-right:10px}.bento-grid-one .row-two .col-one .bento-card.second .polytar[data-v-32282190]{width:60px;height:60px}.bento-grid-one .row-two .col-one .bento-card.second .polytar .spacing[data-v-32282190]{width:54px;height:54px}.bento-grid-one .row-two .col-one .bento-card.second .polytar .spacing>div[data-v-32282190]{width:48px;height:48px}.bento-grid-one .row-two .col-one .bento-card.second .trader-name[data-v-32282190]{font-size:18px;margin:5px 0 0}.bento-grid-one .row-two .col-one .bento-card.second .trader-type[data-v-32282190]{margin:0;font-size:14px}.bento-grid-one .row-two .col-one .bento-card.second .trader-badges[data-v-32282190]{min-width:121px;margin:5px 0 0}.bento-grid-one .row-two .col-one .bento-card.second .badge-img[data-v-32282190]{max-width:35px;flex:0 0 42px}.bento-grid-one .row-two .col-one .bento-card.second img[data-v-32282190]{width:100%;height:100%}.bento-grid-one .row-two .col-one .bento-card.second .second .simple-text[data-v-32282190]{font-size:14px}.bento-grid-one .row-two .col-one .bento-card.second .second .xp-text[data-v-32282190]{font-size:13px}.bento-grid-one .row-two .col-one .bento-card.second .row.second[data-v-32282190]{margin:0 0 10px}.bento-grid-one .row-two .col-one .bento-card.second .item[data-v-32282190]{flex:0 0 calc(50% - 6px);max-width:calc(50% - 6px);padding:10px 15px}.bento-grid-one .row-two .col-one .bento-card.second .stats .title[data-v-32282190]{font-size:12px;line-height:18px}.bento-grid-one .row-two .col-one .bento-card.second .stats .count[data-v-32282190]{font-size:18px;line-height:24px;margin:5px 0 0}.bento-grid-one .row-two .col-one .bento-card.second .stats-icon[data-v-32282190]{padding:3px;max-width:36px}.bento-grid-one .row-two .col-one .bento-card.second .progress[data-v-32282190]{font-size:.75rem;height:25px}.bento-grid-one .row-two .col-one .bento-card.second .progress-bar[data-v-32282190]{width:0%}.bento-grid-one .row-two .col-one .bento-card .item .dollar-sign[data-v-32282190]{font-size:12px!important;margin-right:2px}.bento-grid-one .row-three .profile-01[data-v-32282190]{width:56px;height:56px;bottom:15%;left:54%}.bento-grid-one .row-three .profile-02[data-v-32282190]{width:46px;height:46px;bottom:18.5%;left:9.5%}.bento-grid-one .row-three .profile-03[data-v-32282190]{width:38px;height:38px;bottom:27%;left:36%}.bento-grid-one .row-three .profile-04[data-v-32282190]{width:24px;height:24px;bottom:35%;left:17%}.bento-grid-one .row-three .profile-05[data-v-32282190]{width:32px;height:32px;bottom:34%;left:47%}.bento-grid-one .row-three .profile-06[data-v-32282190]{width:28px;height:28px;bottom:19%;left:73%}.bento-grid-one .row-three .profile-07[data-v-32282190]{width:32px;height:32px;bottom:30%;left:76%}.bento-grid-one .row-three .profile-08[data-v-32282190]{width:40px;height:40px;bottom:25%;left:90%}.bento-grid-one .row-three .col-one .img-container .globe[data-v-32282190]{top:-16%;left:-44%}.bento-grid-one .row-three .col-one .circles.first[data-v-32282190]{height:50px;top:25%;left:21%;width:50px}.bento-grid-one .row-three .col-one .circles.second[data-v-32282190]{height:50px;top:9%;right:4%;width:50px}.bento-grid-one .row-three .col-one .circles.third[data-v-32282190]{height:50px;top:48%;right:-16%;width:50px}.bento-grid-one .row-three .col-one .circles.four[data-v-32282190]{height:50px;bottom:-17%;right:30%;width:50px}.bento-grid-one .row-three .col-one .circles.five[data-v-32282190]{height:50px;bottom:19%;right:38%;width:50px}.bento-grid-one .row-three .col-one .circles.six[data-v-32282190]{height:50px;bottom:-6%;left:1%;width:50px}.bento-grid-one .row-three .col-one .circles-wrapper[data-v-32282190]{height:50px;width:50px}.bento-grid-one .row-three .col-one .circles-wrapper[data-v-32282190]:after{width:15px;height:15px}.bento-grid-one .row-three .col-one #grey-path[data-v-32282190],.bento-grid-one .row-three .col-one #gradient-path[data-v-32282190]{top:-50px;left:-165px;width:160%}.bento-grid-one .row-three .col-one .img-container .gp[data-v-32282190]{width:50px;height:52px}.bento-grid-one .row-three .col-two .post[data-v-32282190]{width:calc(133% - 167.14px);height:143%}.bento-grid-one .row-three .col-two .post .header[data-v-32282190]{margin:0;padding:15px 24px 0}.bento-grid-one .row-three .col-two .post .head[data-v-32282190]{padding:0;margin-left:-10px}.bento-grid-one .row-three .col-two .post .svg_icon.text[data-v-32282190]{width:20px;height:20px;margin-right:8px;margin-top:-2px}.bento-grid-one .row-three .col-two .post .svg_icon.analysis[data-v-32282190]{width:24px;height:24px;margin-right:8px;margin-top:-2px}.bento-grid-one .row-three .col-two .post .svg_icon.profile[data-v-32282190]{width:19px;height:19px;margin-right:8px;margin-top:-2px}.bento-grid-one .row-three .col-two .post .svg_icon.portfolio[data-v-32282190]{width:18px;height:18px;margin-right:8px;margin-top:-2px}.bento-grid-one .row-three .col-two .post .tab[data-v-32282190]{padding:10px;font-size:14px}.bento-grid-one .row-three .col-two .post .post-body[data-v-32282190]{top:58px;padding:16px;margin:8px 24px 24px}.bento-grid-one .row-three .col-two .post .post-body .profile-container[data-v-32282190]{margin-top:8px}.bento-grid-one .row-three .col-two .post .profile-container .polytar[data-v-32282190]{width:60px;height:60px}.bento-grid-one .row-three .col-two .post .polytar>.spacing[data-v-32282190]{top:4px;left:4px;width:52px;height:52px}.bento-grid-one .row-three .col-two .post .polytar>.spacing>div[data-v-32282190]{top:4px;left:4px;width:44px;height:44px}.bento-grid-one .row-three .col-two .post .profile h6[data-v-32282190]{font-size:15px;margin:0 0 0 12px}.bento-grid-one .row-three .col-two .post .profile h6 .tag[data-v-32282190]{font-size:12px}.bento-grid-one .row-three .col-two .post .profile-notes[data-v-32282190]{padding:10px}.bento-grid-one .row-three .col-two .post .note svg[data-v-32282190]{width:20px;height:20px}.bento-grid-one .row-three .col-two .post .note[data-v-32282190]{padding:0 6px}.bento-grid-one .row-three .col-two .post .note p[data-v-32282190],.bento-grid-one .row-three .col-two .post .note.active p[data-v-32282190]{font-size:12px}.bento-grid-one .row-three .col-two .post .text-area[data-v-32282190]{margin-top:12px;font-size:16px}.bento-grid-one .row-three .col-two .post .foot[data-v-32282190]{padding:12px 0 0!important}.bento-grid-one .row-three .col-two .post .foot-box h2[data-v-32282190]{padding:0;margin:0 0 12px;font-size:14px}.bento-grid-one .row-three .col-two .post .foot-box .icon-list .icon[data-v-32282190]{width:20px;height:20px}.bento-grid-one .row-three .col-two .post .foot-box .icon-list .icon.vdots[data-v-32282190]{width:8px;height:16px}.bento-grid-one .row-three .col-two .post .foot-box .note-post .icon[data-v-32282190]{font-size:14px;width:20px;height:20px}.bento-grid-one .row-three .col-two .post .foot-box .icon-list .circle-icon.traderverse[data-v-32282190]{width:20px;height:20px;padding:4px}.bento-grid-one .row-three .col-two .post .foot-box .icon-list .circle-icon.linkedin[data-v-32282190],.bento-grid-one .row-three .col-two .post .foot-box .icon-list .circle-icon.x[data-v-32282190]{width:20px;height:20px}.bento-grid-one .row-three .col-two .post .foot-box .foot-button[data-v-32282190]{height:28px;min-height:28px;width:75px;margin:0}.bento-grid-one .row-three .col-two .post .gradient-bg[data-v-32282190]{min-height:135.17px;margin-top:12px;background:url(src/assets/images/png/gradient-main-bg.png) center center / cover no-repeat}.bento-grid-one .row-three .col-two .post .gradient-bg .text[data-v-32282190]{font-size:24px}.bento-grid-one .row-three .col-two .post .gradient-palette[data-v-32282190]{margin:12px 0}.bento-grid-one .row-three .col-two .post .gradient-palette .palette[data-v-32282190]{flex:0 0 30px;width:30px;height:30px;padding:0}.bento-grid-one .row-three .col-two #simple-typewriter-container[data-v-32282190]{font-size:16px;line-height:22px}.bento-grid-one .row-three .col-two .post .uploads[data-v-32282190]{margin:12px 0}.bento-grid-one .row-three .col-two .upload-docs[data-v-32282190],.bento-grid-one .row-three .col-two .upload-images[data-v-32282190]{margin:0;padding:15px}.bento-grid-one .row-three .col-two .upload-docs .icon[data-v-32282190],.bento-grid-one .row-three .col-two .upload-images .icon[data-v-32282190]{height:54px;width:54px}.bento-grid-one .row-three .col-two .upload-docs .icon-wrapper[data-v-32282190],.bento-grid-one .row-three .col-two .upload-images .icon-wrapper[data-v-32282190]{width:25px;height:25px}.bento-grid-one .row-three .col-two .upload-docs .title[data-v-32282190],.bento-grid-one .row-three .col-two .upload-images .title[data-v-32282190]{font-size:22px;margin:0;padding:0}.bento-grid-one .row-three .col-two .upload-docs .para[data-v-32282190],.bento-grid-one .row-three .col-two .upload-images .para[data-v-32282190]{font-size:14px;margin:0;padding:0}.bento-grid-one .row-five .col-one[data-v-32282190]{padding:40px 40px 0!important}.cta-two[data-v-32282190]{padding:0 20px 120px}.cta-two .row.bottom[data-v-32282190]{top:350px}.cta-two .row.top[data-v-32282190]{padding:60px 40px 600px;z-index:10}.cta-two .row.bottom img[data-v-32282190]:first-child,.cta-two .row.bottom img[data-v-32282190]:last-child{transform:scale(.9)}.cta-two .row.bottom img[data-v-32282190]{width:calc(33.33% - 80px);height:auto}.cta-two .title[data-v-32282190]{max-width:1024px;font-size:64px}.cta-two .download-container[data-v-32282190]{margin:36px 0}.cta-two .download-button[data-v-32282190]{height:48px}}.about[data-v-03117d23],.about .container[data-v-03117d23]{align-content:center;align-items:center;display:flex;flex:none;flex-direction:column;flex-wrap:nowrap;height:min-content;justify-content:center;overflow:hidden;position:relative}.about .main-title[data-v-03117d23],.about .secondary-title[data-v-03117d23]{font-style:normal;font-weight:700;color:#fff;text-decoration:none;flex:none;height:auto;position:relative;text-transform:capitalize}.about .row.center[data-v-03117d23]{align-content:flex-start;align-items:flex-start;display:flex;flex:none;flex-direction:row;flex-wrap:nowrap;justify-content:center;overflow:visible;position:relative}.about .row.bottom[data-v-03117d23]{align-content:center;align-items:center;display:flex;flex:none;flex-direction:row;flex-wrap:nowrap;height:min-content;justify-content:center;overflow:hidden;position:relative}.about .tab:hover .top[data-v-03117d23]{background-color:#000;filter:invert(1)}.about .tab:hover .bottom span[data-v-03117d23]{color:#fff;-webkit-transition:all .4s ease-out;-moz-transition:all .4s ease-out;-o-transition:all .4s ease-out;transition:all .4s ease-out}.about .about-mob-img[data-v-03117d23]{width:100%;height:auto}.about .row.bottom .wrapper[data-v-03117d23]{align-content:flex-start;align-items:flex-start;display:flex;flex:1 0 0px;flex-direction:row;flex-wrap:nowrap;height:min-content;justify-content:center;overflow:hidden;position:relative}.about .about-tabs-content[data-v-03117d23]{position:relative}.about .about-tab-content[data-v-03117d23]{position:absolute;-webkit-transition:all .4s ease-in;-moz-transition:all .4s ease-in;-o-transition:all .4s ease-in;transition:all .4s ease-in}.about .row.bottom .column[data-v-03117d23]{outline:none;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:20px;flex-shrink:0;transform:none;flex:1 0 0px;height:auto;position:relative;width:1px}.about .row.bottom .column p[data-v-03117d23]{max-width:900px;margin:0 auto;line-height:1.5;font-style:normal;font-weight:400;color:#fff9;text-decoration:none}.about .ui[data-v-03117d23]{flex:none;overflow:visible;position:relative}.about .ui .shadow[data-v-03117d23]{background:linear-gradient(180deg,#0000,#000000b3,#000);flex:none;overflow:hidden;position:absolute}.about .about-tabs[data-v-03117d23]{display:flex;justify-content:center;align-items:center;overflow-x:hidden}.about .about-tab[data-v-03117d23]{cursor:pointer;display:flex;flex-direction:column;align-items:center}.about .about-tab .top[data-v-03117d23]{display:flex;justify-content:center;align-items:center;position:relative;-webkit-transition:all .4s ease-in;-moz-transition:all .4s ease-in;-o-transition:all .4s ease-in;transition:all .4s ease-in;background-color:#ffffff0d;filter:invert(0)}.about .about-tab .bottom span[data-v-03117d23]{color:#fff9;font-weight:400;text-align:center;-webkit-transition:all .4s ease-in;-moz-transition:all .4s ease-in;-o-transition:all .4s ease-in;transition:all .4s ease-in}.about .about-tab.active .bottom span[data-v-03117d23]{color:#fff;font-weight:400;text-align:center;-webkit-transition:all .4s ease-out;-moz-transition:all .4s ease-out;-o-transition:all .4s ease-out;transition:all .4s ease-out}.about .about-tab.active .top[data-v-03117d23]{display:flex;justify-content:center;align-items:center;position:relative;-webkit-transition:all .4s ease-out;-moz-transition:all .4s ease-out;-o-transition:all .4s ease-out;transition:all .4s ease-out;background-color:#000;filter:invert(1)}.about .ui .window[data-v-03117d23]{border:1px solid rgba(255,255,255,.08);mask:linear-gradient(0deg,rgba(0,0,0,0) 0%,rgba(0,0,0,1) 36%) add;-webkit-mask:linear-gradient(0deg,rgba(0,0,0,0) 0%,rgba(0,0,0,1) 36%) add;align-content:flex-start;align-items:flex-start;display:flex;flex:none;flex-direction:column;flex-wrap:nowrap;height:100%;justify-content:flex-start;max-width:100%;overflow:hidden;position:absolute}.about .ui .window[data-v-03117d23]:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;z-index:1;background-image:linear-gradient(90deg,#0000 70%,#000)}.about .window .inner-glow[data-v-03117d23]{background:radial-gradient(30% 18% at 51.5% -1.4000000000000001%,#bde4ff 31.047649211711715%,#fff0);flex:none;height:100%;mix-blend-mode:overlay;overflow:hidden;position:absolute;will-change:transform}.about .window .topbar[data-v-03117d23]{display:flex;flex:none;flex-direction:row;flex-wrap:nowrap;justify-content:space-between;overflow:visible;position:relative;-webkit-user-select:none;user-select:none}.about .right-image-container .shadow[data-v-03117d23]{background:linear-gradient(180deg,#0000,#000000b3,#000);flex:none;opacity:.4;overflow:hidden;position:absolute}.right-image-container[data-v-03117d23]{-webkit-mask:linear-gradient(0deg,rgba(0,0,0,0) 0%,rgba(0,0,0,1) 16%) add;-webkit-user-select:none;align-content:center;align-items:center;background-color:#000;display:flex;flex:none;flex-direction:column;flex-wrap:nowrap;justify-content:flex-start;mask:linear-gradient(0deg,rgba(0,0,0,0) 0%,rgba(0,0,0,1) 16%) add;overflow:visible;pointer-events:auto;position:absolute;user-select:none}.left-image-container[data-v-03117d23]{mask:linear-gradient(0deg,rgba(0,0,0,0) 5.215371621621621%,rgba(0,0,0,1) 13%) add;-webkit-mask:linear-gradient(0deg,rgba(0,0,0,0) 5.215371621621621%,rgba(0,0,0,1) 13%) add;-webkit-user-select:none;align-content:center;align-items:center;background-color:#000;display:flex;flex:none;flex-direction:column;flex-wrap:nowrap;justify-content:flex-start;overflow:visible;pointer-events:auto;position:absolute;user-select:none}.about .about-tab:hover .top[data-v-03117d23]{background-color:#000;filter:invert(1)}.about .about-tab:hover .bottom span[data-v-03117d23]{color:#fff;-webkit-transition:all .4s ease-out;-moz-transition:all .4s ease-out;-o-transition:all .4s ease-out;transition:all .4s ease-out}@media screen and (min-width: 320px) and (max-width: 360px){.about[data-v-03117d23]{gap:0px;padding:0 16px 64px;width:100%}.about .ui .window img[data-v-03117d23]{width:100%;height:auto;object-position:left top;object-fit:cover}.about .container[data-v-03117d23]{gap:0px;max-width:1400px;width:100%}.about .main-title[data-v-03117d23]{font-size:28px;line-height:1.2;text-align:center;max-width:700px;width:100%}.about .row.top[data-v-03117d23]{padding:64px 0 40px}.about .row.center[data-v-03117d23]{gap:10px;height:fit-content;padding:0;width:100%}.about .row.bottom[data-v-03117d23]{gap:0px;padding:0;width:100%;z-index:5}.about .row.bottom .wrapper[data-v-03117d23]{gap:30px;padding:40px 0 0;width:1px;z-index:6}.about .about-tabs-content[data-v-03117d23]{width:100%}.about .about-tab-content[data-v-03117d23]{top:0;left:0;width:100%;height:100%}.about .secondary-title[data-v-03117d23]{font-size:20px;line-height:1.2;text-align:center;width:100%}.about .row.bottom .column p[data-v-03117d23]{font-size:16px;text-align:center}.about .ui[data-v-03117d23]{height:100%;width:100%}.about .ui .shadow[data-v-03117d23]{bottom:-3px;height:220px;left:0;opacity:1;right:0;z-index:2}.about .about-tabs[data-v-03117d23]{margin-top:40px}.about .about-tab[data-v-03117d23]{grid-gap:8px;gap:12px;width:72px}.about .about-tab .top[data-v-03117d23]{border-radius:12px;inline-size:48px;block-size:48px;padding:12px}.about .about-tab .top img[data-v-03117d23]{width:48px;height:100%}.about .about-tab .bottom span[data-v-03117d23],.about .about-tab.active .bottom span[data-v-03117d23]{font-size:12px}.about .about-tab.active .top[data-v-03117d23]{border-radius:12px;width:48px;height:48px;padding:12px}.about .about-tab.active .top img[data-v-03117d23]{width:48px;height:100%}.about .ui .window[data-v-03117d23]{border-radius:20px;gap:0px;left:calc(50.00000000000002% - min(100%,100%) / 2);mask:linear-gradient(0deg,rgba(0,0,0,0) 0%,rgba(0,0,0,1) 36%) add;padding:0;top:0;width:100%;z-index:1}.about .window .inner-glow[data-v-03117d23]{display:none;border-radius:10px;left:1px;top:calc(50.00000000000002% - 100% / 2);width:100%;z-index:1}.about .window .topbar[data-v-03117d23]{height:60px;width:100%}.about .right-image-container .shadow[data-v-03117d23]{bottom:-3px;height:220px;left:0;opacity:.4;right:0;z-index:9}.about .right-image-container[data-v-03117d23]{border-radius:16px;bottom:-150px;gap:0px;height:606px;right:0;width:280px;z-index:2}.about .right-image-container img[data-v-03117d23],.about .left-image-container img[data-v-03117d23]{width:100%;height:100%}.about .left-image-container[data-v-03117d23]{border-radius:8px;bottom:-150px;box-shadow:0 10px 30px #0006;gap:0px;height:780px;left:-100px;mask:linear-gradient(0deg,rgba(0,0,0,0) 5.215371621621621%,rgba(0,0,0,1) 13%) add;width:260px;z-index:2}}@media screen and (min-width: 361px) and (max-width: 480px){.about[data-v-03117d23]{gap:0px;padding:0 16px 64px;width:100%}}@media screen and (min-width: 481px) and (max-width: 767px){.about[data-v-03117d23]{gap:0px;padding:0 40px 64px;width:100%}}@media screen and (min-width: 361px) and (max-width: 767px){.about .ui .window img[data-v-03117d23]{width:100%;height:auto;object-position:left top;object-fit:cover}.about .container[data-v-03117d23]{gap:0px;max-width:1400px;width:100%}.about .main-title[data-v-03117d23]{font-size:32px;line-height:1.2;text-align:center;max-width:700px;width:100%}.about .row.top[data-v-03117d23]{padding:64px 0 40px}.about .row.center[data-v-03117d23]{gap:10px;height:fit-content;padding:0;width:100%}.about .row.bottom[data-v-03117d23]{gap:0px;padding:0;width:100%;z-index:5}.about .row.bottom .wrapper[data-v-03117d23]{gap:30px;padding:40px 0 0;width:1px;z-index:6}.about .hidden[data-v-03117d23]{display:none}.about .about-tabs-content[data-v-03117d23]{width:100%}.about .about-tab-content[data-v-03117d23]{top:0;left:0;width:100%;height:100%;position:relative}.about .secondary-title[data-v-03117d23]{font-size:24px;line-height:1.2;text-align:center;width:100%}.about .row.bottom .column p[data-v-03117d23]{font-size:18px;text-align:center}.about .ui[data-v-03117d23]{height:100%;width:100%}.about .ui .shadow[data-v-03117d23]{bottom:-3px;height:220px;left:0;opacity:1;right:0;z-index:2}.about .about-tabs[data-v-03117d23]{margin-top:40px}.about .about-tab[data-v-03117d23]{grid-gap:8px;gap:12px;width:82px}.about .about-tab .top[data-v-03117d23]{border-radius:12px;inline-size:56px;block-size:56px;padding:12px}.about .about-tab .top img[data-v-03117d23]{width:56px;height:100%}.about .about-tab .bottom span[data-v-03117d23],.about .about-tab.active .bottom span[data-v-03117d23]{font-size:14px}.about .about-tab.active .top[data-v-03117d23]{border-radius:12px;width:56px;height:56px;padding:12px}.about .about-tab.active .top img[data-v-03117d23]{width:56px;height:100%}.about .ui .window[data-v-03117d23]{border-radius:20px;gap:0px;left:calc(50.00000000000002% - min(100%,100%) / 2);mask:linear-gradient(0deg,rgba(0,0,0,0) 0%,rgba(0,0,0,1) 36%) add;padding:0;top:0;width:100%;z-index:1}.about .window .inner-glow[data-v-03117d23]{display:none;border-radius:10px;left:1px;top:calc(50.00000000000002% - 100% / 2);width:100%;z-index:1}.about .window .topbar[data-v-03117d23]{height:60px;width:100%}.about .right-image-container .shadow[data-v-03117d23]{bottom:-3px;height:220px;left:0;opacity:.4;right:0;z-index:9}.about .right-image-container[data-v-03117d23]{border-radius:16px;bottom:-150px;gap:0px;height:606px;right:0;width:280px;z-index:2}.about .right-image-container img[data-v-03117d23],.about .left-image-container img[data-v-03117d23]{width:100%;height:100%}.about .left-image-container[data-v-03117d23]{border-radius:8px;bottom:-150px;box-shadow:0 10px 30px #0006;gap:0px;height:780px;left:-100px;mask:linear-gradient(0deg,rgba(0,0,0,0) 5.215371621621621%,rgba(0,0,0,1) 13%) add;width:260px;z-index:2}}@media screen and (min-width: 768px) and (max-width: 1024px){body[data-v-03117d23]{font-size:16px}.md-hide[data-v-03117d23]{display:none!important}.about[data-v-03117d23]{gap:0px;padding:0 40px 120px;width:100%}.about .ui .window img[data-v-03117d23]{width:100%;height:auto;object-position:left top;object-fit:cover}.about .container[data-v-03117d23]{gap:0px;max-width:1400px;width:100%}.about .main-title[data-v-03117d23]{font-size:40px;line-height:1.2;text-align:center;max-width:700px;width:100%}.about .row.top[data-v-03117d23]{padding:120px 40px 60px}.about .row.center[data-v-03117d23]{gap:10px;height:510px;padding:0;width:100%}.about .row.bottom[data-v-03117d23]{gap:0px;padding:0;width:100%;z-index:5}.about .row.bottom .wrapper[data-v-03117d23]{gap:30px;padding:40px 0 0;width:1px;z-index:6}.about .about-tabs-content[data-v-03117d23]{width:100%;height:663px}.about .about-tab-content[data-v-03117d23]{top:0;left:0;width:100%;height:100%}.about .row.bottom .column p[data-v-03117d23]{padding-left:60px;padding-right:60px;font-size:22px;line-height:1.5;text-align:left}.about .ui[data-v-03117d23]{height:100%;width:100%}.about .ui .shadow[data-v-03117d23]{bottom:-3px;height:220px;left:0;opacity:1;right:0;z-index:2}.about .about-tabs[data-v-03117d23]{margin-top:60px}.about .about-tab[data-v-03117d23]{grid-gap:8px;gap:12px;width:102px}.about .about-tab .top[data-v-03117d23]{border-radius:12px;inline-size:56px;block-size:56px;padding:12px}.about .about-tab .top img[data-v-03117d23]{width:44px;height:100%}.about .about-tab .bottom span[data-v-03117d23],.about .about-tab.active .bottom span[data-v-03117d23]{font-size:14px}.about .about-tab.active .top[data-v-03117d23]{border-radius:12px;width:56px;height:56px;padding:12px}.about .about-tab.active .top img[data-v-03117d23]{width:44px;height:100%}.about .ui .window[data-v-03117d23]{border-radius:20px;gap:0px;left:calc(50.00000000000002% - min(100%,100%) / 2);mask:linear-gradient(0deg,rgba(0,0,0,0) 0%,rgba(0,0,0,1) 36%) add;padding:0;top:0;width:100%;z-index:1}.about .window .inner-glow[data-v-03117d23]{display:none;border-radius:10px;left:1px;top:calc(50.00000000000002% - 100% / 2);width:100%;z-index:1}.about .window .topbar[data-v-03117d23]{height:60px;width:100%}.about .right-image-container .shadow[data-v-03117d23]{bottom:-3px;height:220px;left:0;opacity:.4;right:0;z-index:9}.about .right-image-container[data-v-03117d23]{border-radius:16px;bottom:-150px;gap:0px;height:606px;right:0;width:280px;z-index:2}.about .right-image-container img[data-v-03117d23],.about .left-image-container img[data-v-03117d23]{width:100%;height:100%}.about .left-image-container[data-v-03117d23]{border-radius:8px;bottom:-150px;box-shadow:0 10px 30px #0006;gap:0px;height:780px;left:-100px;mask:linear-gradient(0deg,rgba(0,0,0,0) 5.215371621621621%,rgba(0,0,0,1) 13%) add;width:260px;z-index:2}.about .secondary-title[data-v-03117d23]{font-size:24px;line-height:1.2;text-align:center;width:100%}.about .row.bottom .column p[data-v-03117d23]{font-size:18px;text-align:center}}@media screen and (min-width: 1025px) and (max-width: 1200px){.about[data-v-03117d23]{gap:0px;padding:0 40px;width:100%}.about .ui .window img[data-v-03117d23]{width:100%;height:auto;object-position:left top;object-fit:cover}.about .container[data-v-03117d23]{gap:0px;max-width:1400px;width:100%}.about .main-title[data-v-03117d23]{font-size:36px;line-height:1.2;text-align:center;max-width:680px;width:100%}.about .row.top[data-v-03117d23]{padding:120px 40px 60px}.about .row.center[data-v-03117d23]{gap:10px;height:720px;padding:0;width:100%}.about .row.bottom[data-v-03117d23]{gap:0px;padding:0;width:100%;z-index:5}.about .row.bottom .wrapper[data-v-03117d23]{gap:30px;padding:40px 0 0;width:1px;z-index:6}.about .about-tabs-content[data-v-03117d23]{width:100%;height:883px}.about .about-tab-content[data-v-03117d23]{top:0;left:0;width:100%;height:100%}.about .row.bottom .column p[data-v-03117d23]{font-size:16px;text-align:center;max-width:680px}.about .secondary-title[data-v-03117d23]{font-size:22px;line-height:1.2;text-align:center;width:100%}.about .ui[data-v-03117d23]{height:100%;width:100%}.about .ui .shadow[data-v-03117d23]{bottom:-3px;height:220px;left:0;opacity:1;right:0;z-index:2}.about .about-tabs[data-v-03117d23]{margin-top:60px}.about .about-tab[data-v-03117d23]{grid-gap:8px;gap:12px;width:94px}.about .about-tab .top[data-v-03117d23]{border-radius:12px;inline-size:48px;block-size:48px;padding:12px}.about .about-tab .top img[data-v-03117d23]{width:36px;height:100%}.about .about-tab .bottom span[data-v-03117d23],.about .about-tab.active .bottom span[data-v-03117d23]{font-size:12px}.about .about-tab.active .top[data-v-03117d23]{border-radius:12px;width:48px;height:48px;padding:12px}.about .about-tab.active .top img[data-v-03117d23]{width:36px;height:100%}.about .ui .window[data-v-03117d23]{border-radius:20px;gap:0px;left:calc(50.00000000000002% - min(100%,100%) / 2);mask:linear-gradient(0deg,rgba(0,0,0,0) 0%,rgba(0,0,0,1) 36%) add;padding:0;top:0;width:100%;z-index:1}.about .window .inner-glow[data-v-03117d23]{border-radius:10px;left:1px;top:calc(50.00000000000002% - 100% / 2);width:100%;display:none;z-index:1}.about .window .topbar[data-v-03117d23]{height:60px;width:100%}.about .right-image-container .shadow[data-v-03117d23]{bottom:-3px;height:220px;left:0;opacity:.4;right:0;z-index:9}.about .right-image-container[data-v-03117d23]{border-radius:16px;bottom:-150px;gap:0px;height:780px;right:0;width:360px;z-index:2}.about .right-image-container img[data-v-03117d23],.about .left-image-container img[data-v-03117d23]{width:100%;height:100%}.about .left-image-container[data-v-03117d23]{border-radius:8px;bottom:-150px;box-shadow:0 10px 30px #0006;gap:0px;height:780px;left:-100px;mask:linear-gradient(0deg,rgba(0,0,0,0) 5.215371621621621%,rgba(0,0,0,1) 13%) add;width:260px;z-index:2}}@media screen and (min-width: 1201px) and (max-width: 1600px){.lg-hide[data-v-03117d23]{display:none!important}.about[data-v-03117d23]{gap:0px;padding:0 40px;width:100%}.about .ui .window img[data-v-03117d23]{width:100%;height:auto;object-position:left top;object-fit:cover}.about .container[data-v-03117d23]{gap:0px;max-width:1400px;width:100%}.about .main-title[data-v-03117d23]{font-size:40px;line-height:1.2;text-align:center;max-width:700px;width:100%}.about .row.top[data-v-03117d23]{padding:120px 40px 60px}.about .row.center[data-v-03117d23]{gap:10px;height:720px;padding:0;width:100%}.about .row.bottom[data-v-03117d23]{gap:0px;padding:0;width:100%;z-index:5}.about .row.bottom .wrapper[data-v-03117d23]{gap:30px;padding:40px 0 0;width:1px;z-index:6}.about .about-tabs-content[data-v-03117d23]{width:100%;height:883px}.about .about-tab-content[data-v-03117d23]{top:0;left:0;width:100%;height:100%}.about .ui[data-v-03117d23]{height:129.629%;width:100%}.about .ui .shadow[data-v-03117d23]{bottom:-3px;height:220px;left:0;opacity:1;right:0;z-index:2}.about .about-tabs[data-v-03117d23]{margin-top:60px}.about .about-tab[data-v-03117d23]{grid-gap:8px;gap:12px;width:102px}.about .about-tab .top[data-v-03117d23]{border-radius:12px;inline-size:56px;block-size:56px;padding:12px}.about .about-tab .top img[data-v-03117d23]{width:44px;height:100%}.about .about-tab .bottom span[data-v-03117d23],.about .about-tab.active .bottom span[data-v-03117d23]{font-size:14px}.about .about-tab.active .top[data-v-03117d23]{border-radius:12px;width:56px;height:56px;padding:12px}.about .about-tab.active .top img[data-v-03117d23]{width:44px;height:100%}.about .ui .window[data-v-03117d23]{border-radius:20px;gap:0px;left:calc(50.00000000000002% - min(100%,100%) / 2);mask:linear-gradient(0deg,rgba(0,0,0,0) 0%,rgba(0,0,0,1) 36%) add;padding:0;top:0;width:100%;z-index:1}.about .window .inner-glow[data-v-03117d23]{display:none;border-radius:10px;left:1px;top:calc(50.00000000000002% - 100% / 2);width:100%;z-index:1}.about .window .topbar[data-v-03117d23]{height:60px;width:100%}.about .right-image-container .shadow[data-v-03117d23]{bottom:-3px;height:220px;left:0;opacity:.4;right:0;z-index:9}.about .right-image-container[data-v-03117d23]{border-radius:16px;bottom:-150px;gap:0px;height:780px;right:0;width:360px;z-index:2}.about .right-image-container img[data-v-03117d23],.about .left-image-container img[data-v-03117d23]{width:100%;height:100%}.about .left-image-container[data-v-03117d23]{border-radius:8px;bottom:-150px;box-shadow:0 10px 30px #0006;gap:0px;height:780px;left:-100px;mask:linear-gradient(0deg,rgba(0,0,0,0) 5.215371621621621%,rgba(0,0,0,1) 13%) add;width:260px;z-index:2}.about .secondary-title[data-v-03117d23]{font-size:24px;line-height:1.2;text-align:center;width:100%}.about .row.bottom .column p[data-v-03117d23]{font-size:18px;text-align:center}}@media screen and (min-width: 1601px){.lg-hide[data-v-03117d23]{display:none!important}.about[data-v-03117d23]{gap:0px;padding:0 20px;width:100%}.about .ui .window img[data-v-03117d23]{width:100%;height:auto;object-position:left top;object-fit:cover;aspect-ratio:16 / 9}.about .container[data-v-03117d23]{gap:0px;max-width:1400px;width:100%}.about .main-title[data-v-03117d23]{font-size:48px;line-height:1.2;text-align:center;max-width:700px;width:100%}.about .secondary-title[data-v-03117d23]{font-size:28px;line-height:1.2;text-align:center;width:100%}.about .row.top[data-v-03117d23]{padding:180px 20px 60px}.about .row.center[data-v-03117d23]{gap:10px;height:720px;max-width:1400px;padding:0;width:100%}.about .row.bottom[data-v-03117d23]{gap:0px;padding:0;width:100%;z-index:5}.about .row.bottom .wrapper[data-v-03117d23]{gap:30px;max-width:1400px;width:1px;z-index:6}.about .about-tabs-content[data-v-03117d23]{width:100%;height:883px}.about .about-tab-content[data-v-03117d23]{top:0;left:0;width:100%;height:100%}.about .row.bottom .column p[data-v-03117d23]{font-size:20px;text-align:center}.about .ui[data-v-03117d23]{height:129.629%;width:100%}.about .ui .shadow[data-v-03117d23]{bottom:-3px;height:220px;left:0;opacity:1;right:0;z-index:2}.about .about-tabs[data-v-03117d23]{margin-top:60px}.about .about-tab[data-v-03117d23]{grid-gap:8px;gap:12px;width:106px}.about .about-tab .top[data-v-03117d23]{border-radius:12px;inline-size:68.5px;block-size:68.5px;padding:12px}.about .about-tab .top img[data-v-03117d23]{width:48px;height:100%}.about .about-tab .bottom span[data-v-03117d23],.about .about-tab.active .bottom span[data-v-03117d23]{font-size:16px}.about .about-tab.active .top[data-v-03117d23]{border-radius:12px;width:68.5px;height:68.5px;padding:12px}.about .about-tab.active .top img[data-v-03117d23]{width:48px;height:100%}.about .ui .window[data-v-03117d23]{border-radius:20px;gap:0px;left:calc(50.00000000000002% - min(100%,100%) / 2);mask:linear-gradient(0deg,rgba(0,0,0,0) 0%,rgba(0,0,0,1) 36%) add;padding:0;top:0;width:100%;z-index:1}.about .window .inner-glow[data-v-03117d23]{display:none;border-radius:10px;left:1px;top:calc(50.00000000000002% - 100% / 2);width:100%;z-index:1}.about .window .topbar[data-v-03117d23]{height:60px;width:100%}.about .right-image-container .shadow[data-v-03117d23]{bottom:-3px;height:220px;left:0;opacity:.4;right:0;z-index:9}.about .right-image-container[data-v-03117d23]{border-radius:16px;bottom:-150px;gap:0px;height:780px;right:0;width:360px;z-index:2}.about .right-image-container img[data-v-03117d23],.about .left-image-container img[data-v-03117d23]{width:100%;height:100%}.about .left-image-container[data-v-03117d23]{border-radius:8px;bottom:-150px;box-shadow:0 10px 30px #0006;gap:0px;height:780px;left:-100px;mask:linear-gradient(0deg,rgba(0,0,0,0) 5.215371621621621%,rgba(0,0,0,1) 13%) add;width:260px;z-index:2}}@font-face{font-family:swiper-icons;src:url(data:application/font-woff;charset=utf-8;base64,\ d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA);font-weight:400;font-style:normal}:root{--swiper-theme-color: #007aff}:host{position:relative;display:block;margin-left:auto;margin-right:auto;z-index:1}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1;display:block}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function, initial);box-sizing:content-box}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translateZ(0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform;display:block}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-slide,.swiper-3d .swiper-cube-shadow{transform-style:preserve-3d}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-css-mode.swiper-horizontal>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-css-mode.swiper-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-css-mode.swiper-centered>.swiper-wrapper:before{content:"";flex-shrink:0;order:9999}.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper:before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper:before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-slide-shadow-bottom{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:#00000026}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,#00000080,#0000)}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color, var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color: #fff}.swiper-lazy-preloader-black{--swiper-preloader-color: #000}@keyframes swiper-preloader-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}:root{--swiper-navigation-size: 44px}.swiper-button-prev,.swiper-button-next{position:absolute;top:var(--swiper-navigation-top-offset, 50%);width:calc(var(--swiper-navigation-size) / 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - (var(--swiper-navigation-size) / 2));z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color, var(--swiper-theme-color))}.swiper-button-prev.swiper-button-disabled,.swiper-button-next.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-prev.swiper-button-hidden,.swiper-button-next.swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled .swiper-button-prev,.swiper-navigation-disabled .swiper-button-next{display:none!important}.swiper-button-prev svg,.swiper-button-next svg{width:100%;height:100%;object-fit:contain;transform-origin:center}.swiper-rtl .swiper-button-prev svg,.swiper-rtl .swiper-button-next svg{transform:rotate(180deg)}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:var(--swiper-navigation-sides-offset, 10px);right:auto}.swiper-button-lock{display:none}.swiper-button-prev:after,.swiper-button-next:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;font-variant:initial;line-height:1}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:"prev"}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:var(--swiper-navigation-sides-offset, 10px);left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:"next"}.fallback-img[data-v-806c3a24]{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;z-index:0}.cards-carousel[data-v-806c3a24]{z-index:3000;position:relative;text-align:center;contain:layout}.cards-carousel .row[data-v-806c3a24]{display:flex;flex-direction:row;flex-wrap:wrap;align-items:center}.cards-carousel .swiper[data-v-806c3a24]{width:100%}.cards-carousel .row.top[data-v-806c3a24]{display:flex;flex-direction:row;justify-content:space-between;gap:40px}.cards-carousel .mainheading[data-v-806c3a24]{font-style:normal;font-weight:700;line-height:1.2;color:#fff;text-decoration:none;text-transform:none}.cards-carousel .btn-container[data-v-806c3a24]{display:flex;position:relative;align-items:center;justify-content:center;gap:8px;justify-self:flex-end;border-radius:100px;background-size:300% 300%;animation:animatedgradient 4s ease alternate infinite;background-image:linear-gradient(135deg,#00b7ff,#a629f2 35%,#ff4094 67%,#ff9c00);transition:transform .2s cubic-bezier(.6,.6,0,1),margin-top .2s cubic-bezier(.6,.6,0,1)}.cards-carousel .btn[data-v-806c3a24]{top:unset;left:unset;right:unset;margin:unset;cursor:pointer;position:relative;align-items:center;justify-content:center;display:flex;background-color:#0009;border-radius:50%;transition:background-color .2s ease-in}.cards-carousel .btn[data-v-806c3a24]:hover{background-color:#000;transition:background-color .2s ease-out}.cards-carousel .btn-next[data-v-806c3a24]{transform:rotate(-90deg)}.cards-carousel .btn-prev[data-v-806c3a24]{transform:rotate(90deg)}.cards-carousel .icon[data-v-806c3a24]{flex:none;overflow:hidden;position:relative;-webkit-transition:all .4s ease-in;-moz-transition:all .4s ease-in;-o-transition:all .4s ease-in;transition:all .4s ease-in}.cards-carousel .icon .left-part[data-v-806c3a24]{background-color:#fff;border-radius:.063em;transform:rotate(45deg);opacity:1;will-change:transform;flex:none;overflow:hidden;position:absolute}.cards-carousel .icon .right-part[data-v-806c3a24]{background-color:#fff;border-radius:.063em;transform:rotate(135deg);opacity:1;will-change:transform;flex:none;overflow:hidden;position:absolute}.cards-carousel .card[data-v-806c3a24]{position:relative;width:100%;height:100%;cursor:grab}.cards-carousel:not(absolute) .card[data-v-806c3a24]{will-change:transform;border-radius:24px;left:0;transform:translate(0)}.cards-carousel .card .outer-wrapper[data-v-806c3a24]{position:relative;border-radius:24px;overflow:hidden}.cards-carousel .card .inner-wrapper[data-v-806c3a24]{position:relative;color:#fff;background-color:#291439;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;aspect-ratio:.747;-webkit-transform:translateZ(0);-moz-transform:translateZ(0);-ms-transform:translateZ(0);transform:translateZ(0);overflow:hidden;border-radius:24px}.cards-carousel .card .inner-wrapper .card-title[data-v-806c3a24]{white-space:pre-wrap;line-height:1.2;font-weight:600;position:absolute;z-index:1}.cards-carousel .card .video-container[data-v-806c3a24],.cards-carousel .card .video-wrapper[data-v-806c3a24]{display:block;height:100%;width:100%}.cards-carousel .card .video-wrapper[data-v-806c3a24]{position:relative;top:0;right:0;bottom:0;left:0}.cards-carousel .card .video-wrapper img[data-v-806c3a24]{position:relative;display:block;height:100%;width:100%;object-fit:cover;pointer-events:none}.cards-carousel .card .video-wrapper video[data-v-806c3a24]{position:relative;display:block;height:100%;width:100%;object-fit:cover;pointer-events:none}.swiper-slide[data-v-806c3a24]{height:auto}.swiper-button-next[data-v-806c3a24]:after,.swiper-button-prev[data-v-806c3a24]:after{display:none}.cards-carousel .cards:not(.absolute) .swiper-slide[data-v-806c3a24]{position:relative;display:block;left:0;transform:translate(0);will-change:transform}.cards-carousel .cards.absolute[data-v-806c3a24]{left:50%;transform:translate(-50%);width:100vw}@media screen and (min-width: 320px) and (max-width: 360px){.cards-carousel[data-v-806c3a24]{padding:0 0 64px;width:100%}.cards-carousel .container[data-v-806c3a24]{width:100%;padding:0 16px;margin:0 auto}.cards-carousel .card[data-v-806c3a24]{padding:1px}.cards-carousel .row.top[data-v-806c3a24]{margin:0 auto 40px;max-width:1400px;justify-content:center;align-items:flex-end;gap:40px}.cards-carousel .swiper[data-v-806c3a24]{padding:0 calc((100vw - 1400px)/2)}.cards-carousel .mainheading[data-v-806c3a24]{font-size:28px;text-align:center;max-width:520px}.cards-carousel .btn-container[data-v-806c3a24]{padding:8px}.cards-carousel .btn[data-v-806c3a24]{width:32px;height:32px}.cards-carousel .icon[data-v-806c3a24]{height:1em;width:.938em}.cards-carousel .icon .left-part[data-v-806c3a24]{height:.563em;right:.25em;top:calc(50.00000000000002% - .563em / 2);width:.125em}.cards-carousel .icon .right-part[data-v-806c3a24]{height:.563em;left:.25em;top:calc(50.00000000000002% - .563em / 2);width:.125em}.card .inner-wrapper .card-title[data-v-806c3a24]{font-size:24px;text-align:left;position:absolute;top:28px;left:20px;right:20px}}@media screen and (min-width: 361px) and (max-width: 480px){.cards-carousel .container[data-v-806c3a24]{width:100%;padding:0 16px;margin:0 auto}}@media screen and (min-width: 481px) and (max-width: 767px){.cards-carousel .container[data-v-806c3a24]{width:100%;padding:0 40px;margin:0 auto}}@media screen and (min-width: 361px) and (max-width: 767px){.cards-carousel[data-v-806c3a24]{padding:0 0 64px;width:100%}.cards-carousel .card[data-v-806c3a24]{padding:1px}.cards-carousel .row.top[data-v-806c3a24]{margin:0 auto 40px;max-width:1400px;justify-content:center;align-items:flex-end;gap:40px}.cards-carousel .swiper[data-v-806c3a24]{padding:0 calc((100vw - 1400px)/2)}.cards-carousel .mainheading[data-v-806c3a24]{font-size:32px;text-align:center;max-width:520px}.cards-carousel .btn-container[data-v-806c3a24]{padding:8px}.cards-carousel .btn[data-v-806c3a24]{width:36px;height:36px}.cards-carousel .icon[data-v-806c3a24]{height:1em;width:.938em}.cards-carousel .icon .left-part[data-v-806c3a24]{height:.563em;right:.25em;top:calc(50.00000000000002% - .563em / 2);width:.125em}.cards-carousel .icon .right-part[data-v-806c3a24]{height:.563em;left:.25em;top:calc(50.00000000000002% - .563em / 2);width:.125em}.card .inner-wrapper .card-title[data-v-806c3a24]{font-size:28px;text-align:left;position:absolute;top:28px;left:20px;right:20px}}@media screen and (min-width: 768px) and (max-width: 1024px){.md-hide[data-v-806c3a24]{display:none!important}.cards-carousel[data-v-806c3a24]{padding:0 0 120px;width:100%}.cards-carousel .container[data-v-806c3a24]{width:100%;padding:0 40px;margin:0 auto}.cards-carousel .card[data-v-806c3a24]{padding:1px}.cards-carousel .row.top[data-v-806c3a24]{margin:0 auto 60px;max-width:1400px;align-items:flex-end}.cards-carousel .swiper[data-v-806c3a24]{padding:0 calc((100vw - 1400px)/2)}.cards-carousel .mainheading[data-v-806c3a24]{font-size:40px;text-align:left;max-width:420px}.cards-carousel .btn-container[data-v-806c3a24]{padding:8px}.cards-carousel .btn[data-v-806c3a24]{width:40px;height:40px}.cards-carousel .icon[data-v-806c3a24]{height:1em;width:.938em}.cards-carousel .icon .left-part[data-v-806c3a24]{height:.563em;right:.25em;top:calc(50.00000000000002% - .563em / 2);width:.125em}.cards-carousel .icon .right-part[data-v-806c3a24]{height:.563em;left:.25em;top:calc(50.00000000000002% - .563em / 2);width:.125em}.card .inner-wrapper .card-title[data-v-806c3a24]{font-size:28px;text-align:left;position:absolute;top:28px;left:28px;right:28px}}@media screen and (min-width: 1025px) and (max-width: 1200px){.cards-carousel[data-v-806c3a24]{padding:120px 0;width:100%}.cards-carousel .container[data-v-806c3a24]{width:100%;padding:0 40px;margin:0 auto}.cards-carousel .card[data-v-806c3a24]{padding:1px}.cards-carousel .row.top[data-v-806c3a24]{margin:0 auto 60px;max-width:1400px}.cards-carousel .swiper[data-v-806c3a24]{padding:0 calc((100vw - 1400px)/2)}.cards-carousel .mainheading[data-v-806c3a24]{font-size:36px;text-align:center}.cards-carousel .btn-container[data-v-806c3a24]{padding:8px}.cards-carousel .btn[data-v-806c3a24]{width:36px;height:36px}.cards-carousel .icon[data-v-806c3a24]{height:1em;width:.938em}.cards-carousel .icon .left-part[data-v-806c3a24]{height:.563em;right:.25em;top:calc(50.00000000000002% - .563em / 2);width:.125em}.cards-carousel .icon .right-part[data-v-806c3a24]{height:.563em;left:.25em;top:calc(50.00000000000002% - .563em / 2);width:.125em}.card .inner-wrapper .card-title[data-v-806c3a24]{font-size:24px;text-align:left;position:absolute;top:28px;left:28px;right:28px}.cards-carousel .cards.absolute .swiper-slide[data-v-806c3a24]{position:absolute;left:calc(50% - 48px);transform:translate(-50%);will-change:transform}.cards-carousel .cards.absolute .swiper-slide[data-v-806c3a24]:first-child{transform:translate(calc(-50% - 24px));z-index:5}.cards-carousel .cards.absolute .swiper-slide[data-v-806c3a24]:nth-child(2){transform:translate(-50%);z-index:4}.cards-carousel .cards.absolute .swiper-slide[data-v-806c3a24]:nth-child(3){transform:translate(calc(-50% + 24px));z-index:3}.cards-carousel .cards.absolute .swiper-slide[data-v-806c3a24]:nth-child(4){transform:translate(calc(-50% + 48px));z-index:2}.cards-carousel .cards.absolute .swiper-slide[data-v-806c3a24]:nth-child(5){transform:translate(calc(-50% + 72px));z-index:1}}@media screen and (min-width: 1201px) and (max-width: 1600px){.lg-hide[data-v-806c3a24]{display:none!important}.cards-carousel .cards.absolute .swiper-slide[data-v-806c3a24]{position:absolute;left:calc(50% - 48px);transform:translate(-50%);will-change:transform}.cards-carousel .cards.absolute .swiper-slide[data-v-806c3a24]:first-child{transform:translate(calc(-50% - 24px));z-index:5}.cards-carousel .cards.absolute .swiper-slide[data-v-806c3a24]:nth-child(2){transform:translate(-50%);z-index:4}.cards-carousel .cards.absolute .swiper-slide[data-v-806c3a24]:nth-child(3){transform:translate(calc(-50% + 24px));z-index:3}.cards-carousel .cards.absolute .swiper-slide[data-v-806c3a24]:nth-child(4){transform:translate(calc(-50% + 48px));z-index:2}.cards-carousel .cards.absolute .swiper-slide[data-v-806c3a24]:nth-child(5){transform:translate(calc(-50% + 72px));z-index:1}.cards-carousel[data-v-806c3a24]{padding:120px 0;width:100%}.cards-carousel .container[data-v-806c3a24]{width:100%;padding:0 40px;margin:0 auto}.cards-carousel .card[data-v-806c3a24]{padding:1px}.cards-carousel .row.top[data-v-806c3a24]{margin:0 auto 60px;max-width:1400px}.cards-carousel .swiper[data-v-806c3a24]{padding:0 calc((100vw - 1400px)/2)}.cards-carousel .mainheading[data-v-806c3a24]{font-size:40px;text-align:center}.cards-carousel .btn-container[data-v-806c3a24]{padding:8px}.cards-carousel .btn[data-v-806c3a24]{width:40px;height:40px}.cards-carousel .icon[data-v-806c3a24]{height:1em;width:.938em}.cards-carousel .icon .left-part[data-v-806c3a24]{height:.563em;right:.25em;top:calc(50.00000000000002% - .563em / 2);width:.125em}.cards-carousel .icon .right-part[data-v-806c3a24]{height:.563em;left:.25em;top:calc(50.00000000000002% - .563em / 2);width:.125em}.card .inner-wrapper .card-title[data-v-806c3a24]{font-size:28px;text-align:left;position:absolute;top:28px;left:28px;right:28px}}@media screen and (min-width: 1601px){.lg-hide[data-v-806c3a24]{display:none!important}.cards-carousel[data-v-806c3a24]{padding:180px 0;width:100%}.cards-carousel .container[data-v-806c3a24]{width:100%;margin:0 auto}.cards-carousel .card[data-v-806c3a24]{padding:1px}.cards-carousel .row.top[data-v-806c3a24]{margin:0 auto 60px;padding:0 20px;max-width:1440px}.cards-carousel .swiper[data-v-806c3a24]{padding:0 calc((100vw - 1400px)/2)}.cards-carousel .mainheading[data-v-806c3a24]{font-size:48px;text-align:center}.cards-carousel .btn-container[data-v-806c3a24]{padding:8px}.cards-carousel .btn[data-v-806c3a24]{width:48px;height:48px}.cards-carousel .icon[data-v-806c3a24]{height:1em;width:.938em}.cards-carousel .icon .left-part[data-v-806c3a24]{height:.563em;right:.25em;top:calc(50.00000000000002% - .563em / 2);width:.125em}.cards-carousel .icon .right-part[data-v-806c3a24]{height:.563em;left:.25em;top:calc(50.00000000000002% - .563em / 2);width:.125em}.card .inner-wrapper .card-title[data-v-806c3a24]{font-size:32px;text-align:left;position:absolute;top:48px;left:48px;right:48px}.cards-carousel .cards.absolute .swiper-slide[data-v-806c3a24]{position:absolute;left:calc(50% - 48px);transform:translate(-50%);will-change:transform}.cards-carousel .cards.absolute .swiper-slide[data-v-806c3a24]:first-child{transform:translate(calc(-50% - 24px));z-index:5}.cards-carousel .cards.absolute .swiper-slide[data-v-806c3a24]:nth-child(2){transform:translate(-50%);z-index:4}.cards-carousel .cards.absolute .swiper-slide[data-v-806c3a24]:nth-child(3){transform:translate(calc(-50% + 24px));z-index:3}.cards-carousel .cards.absolute .swiper-slide[data-v-806c3a24]:nth-child(4){transform:translate(calc(-50% + 48px));z-index:2}.cards-carousel .cards.absolute .swiper-slide[data-v-806c3a24]:nth-child(5){transform:translate(calc(-50% + 72px));z-index:1}}.cta-one[data-v-f912a71e]{align-content:center;align-items:center;display:flex;flex:none;flex-direction:column;flex-wrap:nowrap;gap:0px;height:min-content;justify-content:center;overflow:hidden;position:relative;width:100%}.cta-one .container video[data-v-f912a71e]{width:100%;height:auto;display:block;position:absolute;top:0;left:0;bottom:0;right:0}.cta-one .container[data-v-f912a71e]:before{content:"";position:absolute;background-color:#0009;top:0;left:0;width:100%;height:100%;z-index:1}.cta-one .container[data-v-f912a71e]{align-content:center;align-items:center;display:flex;flex:none;flex-direction:column;flex-wrap:nowrap;gap:0px;height:min-content;justify-content:center;max-width:1400px;overflow:hidden;position:relative;width:100%;border-radius:16px}.cta-one .row.top[data-v-f912a71e]{padding:64px 40px 600px;z-index:10}.cta-one .row.bottom[data-v-f912a71e]{position:relative;width:100%;z-index:10;display:flex;flex-direction:row;justify-content:center;gap:0}.cta-one .row.bottom img[data-v-f912a71e]{width:100%;height:auto}.cta-one .title[data-v-f912a71e]{font-weight:700;font-style:normal;font-family:Montserrat,sans-serif;text-transform:capitalize;max-width:1024px;line-height:1.2;font-size:64px;color:#fff;text-align:center}.cta-one .title span b[data-v-f912a71e]{font-weight:inherit;font-style:normal;background-image:linear-gradient(90deg,#ff9c00,#ff4094 35%,#a629f2 67%,#00b7ff);-webkit-background-clip:text;background-clip:text;color:transparent;-webkit-text-fill-color:transparent}.cta-one .download-container[data-v-f912a71e]{position:relative;display:flex;flex-direction:row;justify-content:center;z-index:100;gap:12px}.cta-one .a[data-v-f912a71e]{display:flex}@media screen and (min-width: 320px) and (max-width: 360px){.cta-one[data-v-f912a71e]{padding:0 16px 64px}.cta-one .container[data-v-f912a71e]{background-color:#000;background-image:url(/assets/cta-one-background-BQJ8WXdP.png);background-image:url(/assets/cta-one-background-GlsjoMG6.webp);background-size:cover;background-position:center;background-repeat:no-repeat}.cta-one .row.top[data-v-f912a71e]{padding:40px 20px;z-index:10}.cta-one .title[data-v-f912a71e]{max-width:1024px;font-size:26px;max-width:436px}.cta-one .download-container[data-v-f912a71e]{margin:40px 0 0}.cta-one .download-button[data-v-f912a71e]{height:44px}}@media screen and (min-width: 361px) and (max-width: 480px){.cta-one[data-v-f912a71e]{padding:0 16px 64px}.cta-one .container[data-v-f912a71e]{background-color:#000;background-image:url(/assets/cta-one-background-GlsjoMG6.webp);background-image:url(/assets/cta-one-background-BQJ8WXdP.png);background-size:cover;background-position:center;background-repeat:no-repeat}.cta-one .row.bottom img[data-v-f912a71e]{max-width:560px}.cta-one .row.top[data-v-f912a71e]{padding:40px 20px;z-index:10}.cta-one .title[data-v-f912a71e]{max-width:1024px;font-size:28px;max-width:320px}.cta-one .download-container[data-v-f912a71e]{margin:40px 0 0}.cta-one .download-button[data-v-f912a71e]{height:40px}.cta-one .grad-button[data-v-f912a71e]{font-size:16px;line-height:1.2;padding:10px;min-height:30px;border-radius:8px}}@media screen and (min-width: 481px) and (max-width: 767px){.cta-one[data-v-f912a71e]{padding:0 40px 64px}.cta-one .container[data-v-f912a71e]{background-color:#000;background-image:url(/assets/cta-one-background-GlsjoMG6.webp);background-image:url(/assets/cta-one-background-BQJ8WXdP.png);background-size:cover;background-position:center;background-repeat:no-repeat}.cta-one .row.bottom img[data-v-f912a71e]{max-width:560px}.cta-one .row.top[data-v-f912a71e]{padding:40px 20px;z-index:10}.cta-one .title[data-v-f912a71e]{max-width:1024px;font-size:28px;max-width:320px}.cta-one .download-container[data-v-f912a71e]{margin:40px 0 0}.cta-one .download-button[data-v-f912a71e]{height:40px}.cta-one .grad-button[data-v-f912a71e]{font-size:16px;line-height:1.2;padding:10px;min-height:30px;border-radius:8px}}@media screen and (min-width: 768px) and (max-width: 1024px){.md-hide[data-v-f912a71e]{display:none!important}.cta-one[data-v-f912a71e]{padding:0 40px 120px}.cta-one .container[data-v-f912a71e]{background-color:#000;background-image:url(/assets/cta-one-background-GlsjoMG6.webp);background-image:url(/assets/cta-one-background-BQJ8WXdP.png);background-size:cover;background-position:center;background-repeat:no-repeat}.cta-one .row.top[data-v-f912a71e]{padding:60px 0;z-index:10}.cta-one .title[data-v-f912a71e]{max-width:1024px;font-size:40px}.cta-one .download-container[data-v-f912a71e]{margin:60px 0 0}.cta-one .download-button[data-v-f912a71e]{height:36px}.cta-one .grad-button[data-v-f912a71e]{font-size:18px;line-height:1.2;padding:10px 20px}}@media screen and (min-width: 1025px) and (max-width: 1200px){.cta-one[data-v-f912a71e]{padding:0 40px 120px}.cta-one .row.top[data-v-f912a71e]{padding:60px 40px;z-index:10}.cta-one .title[data-v-f912a71e]{max-width:1024px;font-size:48px}.cta-one .download-container[data-v-f912a71e]{margin:60px 0 0}.cta-one .download-button[data-v-f912a71e]{height:40px}.cta-one .grad-button[data-v-f912a71e]{font-size:16px;line-height:1.2;padding:10px 20px}}@media screen and (min-width: 1201px) and (max-width: 1600px){.lg-hide[data-v-f912a71e]{display:none!important}.cta-one[data-v-f912a71e]{padding:0 40px 120px}.cta-one .row.top[data-v-f912a71e]{padding:60px 40px;z-index:10}.cta-one .title[data-v-f912a71e]{max-width:1024px;font-size:56px}.cta-one .download-container[data-v-f912a71e]{margin:60px 0 0}.cta-one .download-button[data-v-f912a71e]{height:44px}.cta-one .grad-button[data-v-f912a71e]{font-size:18px;line-height:1.2;padding:10px 20px}}@media screen and (min-width: 1601px){.lg-hide[data-v-f912a71e]{display:none!important}.cta-one[data-v-f912a71e]{padding:0 20px 180px}.cta-one .row.top[data-v-f912a71e]{padding:60px 40px;z-index:10}.cta-one .title[data-v-f912a71e]{max-width:1024px;font-size:64px}.cta-one .download-container[data-v-f912a71e]{margin:60px 0 0}.cta-one .download-button[data-v-f912a71e]{height:48px}.cta-one .grad-button[data-v-f912a71e]{font-size:20px;line-height:1.2;padding:10px 20px}}.team-content[data-v-2865ef7f]{display:flex;flex-direction:column;justify-content:center}.team-content-wrapper[data-v-2865ef7f]{display:flex;flex-direction:row;width:100%}.team-content .icon[data-v-2865ef7f]{cursor:pointer;fill:#fff}.icon svg[data-v-2865ef7f]{fill:#fff}.team-profile[data-v-2865ef7f]{display:flex;border-radius:12px;overflow:hidden;position:relative}.team-profile-content[data-v-2865ef7f]{position:absolute;display:flex;background:linear-gradient(109.63deg,#ffa32333 17.03%,#d951ae33 44.96%,#844cff33,#00c5ff33 86.85%),linear-gradient(0deg,#0006,#0006);border:0 solid #ffffff0d;-webkit-backdrop-filter:blur(21px);backdrop-filter:blur(21px)}.grad-line[data-v-2865ef7f]{top:0;left:0;position:absolute;width:100%;display:flex;height:3px;border:none;background-image:linear-gradient(90deg,#ff9c00 -.01%,#ff4094 39.99%,#a629f2,#00b7ff)}.team-content[data-v-2865ef7f]{display:flex;flex-direction:column}.team-content .title[data-v-2865ef7f]{font-weight:700;color:#fff;line-height:1.2;text-transform:capitalize}.team-content .designation[data-v-2865ef7f]{z-index:1;color:#ff9c00;font-weight:500}.team-profile .polytar[data-v-2865ef7f]{display:inline-block;position:relative;background:conic-gradient(from -30deg at 50% 50%,#ffd029,#ff1878,#a825ff,#00fffd);box-sizing:border-box;-webkit-clip-path:polygon(92.32051% 40%,93.79385% 43.1596%,94.69616% 46.52704%,95% 50%,94.69616% 53.47296%,93.79385% 56.8404%,92.32051% 60%,79.82051% 81.65064%,77.82089% 84.50639%,75.35575% 86.97152%,72.5% 88.97114%,69.3404% 90.44449%,65.97296% 91.34679%,62.5% 91.65064%,37.5% 91.65064%,34.02704% 91.34679%,30.6596% 90.44449%,27.5% 88.97114%,24.64425% 86.97152%,22.17911% 84.50639%,20.17949% 81.65064%,7.67949% 60%,6.20615% 56.8404%,5.30384% 53.47296%,5% 50%,5.30384% 46.52704%,6.20615% 43.1596%,7.67949% 40%,20.17949% 18.34936%,22.17911% 15.49361%,24.64425% 13.02848%,27.5% 11.02886%,30.6596% 9.55551%,34.02704% 8.65321%,37.5% 8.34936%,62.5% 8.34936%,65.97296% 8.65321%,69.3404% 9.55551%,72.5% 11.02886%,75.35575% 13.02848%,77.82089% 15.49361%,79.82051% 18.34936%);clip-path:polygon(92.32051% 40%,93.79385% 43.1596%,94.69616% 46.52704%,95% 50%,94.69616% 53.47296%,93.79385% 56.8404%,92.32051% 60%,79.82051% 81.65064%,77.82089% 84.50639%,75.35575% 86.97152%,72.5% 88.97114%,69.3404% 90.44449%,65.97296% 91.34679%,62.5% 91.65064%,37.5% 91.65064%,34.02704% 91.34679%,30.6596% 90.44449%,27.5% 88.97114%,24.64425% 86.97152%,22.17911% 84.50639%,20.17949% 81.65064%,7.67949% 60%,6.20615% 56.8404%,5.30384% 53.47296%,5% 50%,5.30384% 46.52704%,6.20615% 43.1596%,7.67949% 40%,20.17949% 18.34936%,22.17911% 15.49361%,24.64425% 13.02848%,27.5% 11.02886%,30.6596% 9.55551%,34.02704% 8.65321%,37.5% 8.34936%,62.5% 8.34936%,65.97296% 8.65321%,69.3404% 9.55551%,72.5% 11.02886%,75.35575% 13.02848%,77.82089% 15.49361%,79.82051% 18.34936%);transform:rotate(30deg)}.team-profile .polytar>.spacing[data-v-2865ef7f]{position:absolute;background:#191529;box-sizing:border-box;-webkit-clip-path:polygon(92.32051% 40%,93.79385% 43.1596%,94.69616% 46.52704%,95% 50%,94.69616% 53.47296%,93.79385% 56.8404%,92.32051% 60%,79.82051% 81.65064%,77.82089% 84.50639%,75.35575% 86.97152%,72.5% 88.97114%,69.3404% 90.44449%,65.97296% 91.34679%,62.5% 91.65064%,37.5% 91.65064%,34.02704% 91.34679%,30.6596% 90.44449%,27.5% 88.97114%,24.64425% 86.97152%,22.17911% 84.50639%,20.17949% 81.65064%,7.67949% 60%,6.20615% 56.8404%,5.30384% 53.47296%,5% 50%,5.30384% 46.52704%,6.20615% 43.1596%,7.67949% 40%,20.17949% 18.34936%,22.17911% 15.49361%,24.64425% 13.02848%,27.5% 11.02886%,30.6596% 9.55551%,34.02704% 8.65321%,37.5% 8.34936%,62.5% 8.34936%,65.97296% 8.65321%,69.3404% 9.55551%,72.5% 11.02886%,75.35575% 13.02848%,77.82089% 15.49361%,79.82051% 18.34936%);clip-path:polygon(92.32051% 40%,93.79385% 43.1596%,94.69616% 46.52704%,95% 50%,94.69616% 53.47296%,93.79385% 56.8404%,92.32051% 60%,79.82051% 81.65064%,77.82089% 84.50639%,75.35575% 86.97152%,72.5% 88.97114%,69.3404% 90.44449%,65.97296% 91.34679%,62.5% 91.65064%,37.5% 91.65064%,34.02704% 91.34679%,30.6596% 90.44449%,27.5% 88.97114%,24.64425% 86.97152%,22.17911% 84.50639%,20.17949% 81.65064%,7.67949% 60%,6.20615% 56.8404%,5.30384% 53.47296%,5% 50%,5.30384% 46.52704%,6.20615% 43.1596%,7.67949% 40%,20.17949% 18.34936%,22.17911% 15.49361%,24.64425% 13.02848%,27.5% 11.02886%,30.6596% 9.55551%,34.02704% 8.65321%,37.5% 8.34936%,62.5% 8.34936%,65.97296% 8.65321%,69.3404% 9.55551%,72.5% 11.02886%,75.35575% 13.02848%,77.82089% 15.49361%,79.82051% 18.34936%)}.team-profile .polytar>.spacing>div[data-v-2865ef7f]{aspect-ratio:revert;-o-object-fit:cover;object-fit:cover;position:absolute;-webkit-clip-path:polygon(92.32051% 40%,93.79385% 43.1596%,94.69616% 46.52704%,95% 50%,94.69616% 53.47296%,93.79385% 56.8404%,92.32051% 60%,79.82051% 81.65064%,77.82089% 84.50639%,75.35575% 86.97152%,72.5% 88.97114%,69.3404% 90.44449%,65.97296% 91.34679%,62.5% 91.65064%,37.5% 91.65064%,34.02704% 91.34679%,30.6596% 90.44449%,27.5% 88.97114%,24.64425% 86.97152%,22.17911% 84.50639%,20.17949% 81.65064%,7.67949% 60%,6.20615% 56.8404%,5.30384% 53.47296%,5% 50%,5.30384% 46.52704%,6.20615% 43.1596%,7.67949% 40%,20.17949% 18.34936%,22.17911% 15.49361%,24.64425% 13.02848%,27.5% 11.02886%,30.6596% 9.55551%,34.02704% 8.65321%,37.5% 8.34936%,62.5% 8.34936%,65.97296% 8.65321%,69.3404% 9.55551%,72.5% 11.02886%,75.35575% 13.02848%,77.82089% 15.49361%,79.82051% 18.34936%);clip-path:polygon(92.32051% 40%,93.79385% 43.1596%,94.69616% 46.52704%,95% 50%,94.69616% 53.47296%,93.79385% 56.8404%,92.32051% 60%,79.82051% 81.65064%,77.82089% 84.50639%,75.35575% 86.97152%,72.5% 88.97114%,69.3404% 90.44449%,65.97296% 91.34679%,62.5% 91.65064%,37.5% 91.65064%,34.02704% 91.34679%,30.6596% 90.44449%,27.5% 88.97114%,24.64425% 86.97152%,22.17911% 84.50639%,20.17949% 81.65064%,7.67949% 60%,6.20615% 56.8404%,5.30384% 53.47296%,5% 50%,5.30384% 46.52704%,6.20615% 43.1596%,7.67949% 40%,20.17949% 18.34936%,22.17911% 15.49361%,24.64425% 13.02848%,27.5% 11.02886%,30.6596% 9.55551%,34.02704% 8.65321%,37.5% 8.34936%,62.5% 8.34936%,65.97296% 8.65321%,69.3404% 9.55551%,72.5% 11.02886%,75.35575% 13.02848%,77.82089% 15.49361%,79.82051% 18.34936%)}.team-profile .polytar>.spacing>div img[data-v-2865ef7f]{width:100%;height:100%;transform:rotate(-30deg);aspect-ratio:revert;-o-object-fit:cover;object-fit:cover;position:absolute;top:0;left:0;right:0;bottom:0;align-self:center}.team-profile svg[data-v-2865ef7f]{transform:rotate(-30deg)}.team-content.first[data-v-2865ef7f]{gap:4px;flex:1}.second[data-v-2865ef7f]{flex:0 0 auto;display:flex;justify-content:flex-end}.col-grid .team-profile[data-v-2865ef7f]{width:100%;height:100%}.team-profile img[data-v-2865ef7f]{width:100%;height:100%;object-fit:cover}.team-profile-content[data-v-2865ef7f]{width:100%;bottom:-1px;padding:16px}.team-content[data-v-2865ef7f]{gap:4px;flex:1}@media screen and (min-width: 320px) and (max-width: 360px){.our-team .four-grid-column .team-profile[data-v-2865ef7f]{min-height:418.39px}.our-team .five-grid-column .team-profile[data-v-2865ef7f]{min-height:200.47px}.our-team .five-grid-column .team-content .title[data-v-2865ef7f]{font-size:12px;text-align:left}.our-team .five-grid-column .team-content .designation[data-v-2865ef7f]{font-size:10px}.team-content .icon[data-v-2865ef7f]{flex:0 0 20px;width:20px;height:20px}.team-content .title[data-v-2865ef7f]{font-size:14px;text-align:left}.team-content .designation[data-v-2865ef7f]{font-size:12px}.team-profile .polytar[data-v-2865ef7f]{width:44px;height:44px;margin-right:-3px}.team-profile .polytar .spacing[data-v-2865ef7f]{width:38px;height:38px;top:3px;left:3px}.team-profile .polytar .spacing>div[data-v-2865ef7f]{top:3px;left:3px;width:32px;height:32px}}@media screen and (min-width: 361px) and (max-width: 480px){.our-team .five-grid-column .team-content .title[data-v-2865ef7f]{font-size:14px;text-align:left}.our-team .five-grid-column .team-content .designation[data-v-2865ef7f]{font-size:12px}.our-team .four-grid-column .team-profile[data-v-2865ef7f]{min-height:477.95px}.our-team .five-grid-column .team-profile[data-v-2865ef7f]{min-height:230.27px}.team-content .icon[data-v-2865ef7f]{flex:0 0 24px;width:24px;height:24px}.team-content .title[data-v-2865ef7f]{font-size:16px;text-align:left}.team-content .designation[data-v-2865ef7f]{font-size:14px}.team-profile .polytar[data-v-2865ef7f]{width:48px;height:48px;margin-right:-3px}.team-profile .polytar .spacing[data-v-2865ef7f]{width:42px;height:42px;top:3px;left:3px}.team-profile .polytar .spacing>div[data-v-2865ef7f]{top:3px;left:3px;width:36px;height:36px}}@media screen and (min-width: 481px) and (max-width: 767px){.our-team .four-grid-column .team-profile[data-v-2865ef7f]{min-height:317.42px}.our-team .five-grid-column .team-profile[data-v-2865ef7f]{min-height:205.78px}.our-team .five-grid-column .team-content .title[data-v-2865ef7f]{font-size:12px;text-align:left}.our-team .five-grid-column .team-content .designation[data-v-2865ef7f]{font-size:10px}.team-content .icon[data-v-2865ef7f]{flex:0 0 18px;width:18px;height:18px}.team-content .title[data-v-2865ef7f]{font-size:12px;text-align:left}.team-content .designation[data-v-2865ef7f]{font-size:10px}.team-profile .polytar[data-v-2865ef7f]{width:40px;height:40px;margin-right:-3px}.team-profile .polytar .spacing[data-v-2865ef7f]{width:34px;height:34px;top:3px;left:3px}.team-profile .polytar .spacing>div[data-v-2865ef7f]{top:3px;left:3px;width:28px;height:28px}}@media screen and (min-width: 768px) and (max-width: 1024px){.our-team .four-grid-column .col[data-v-2865ef7f]{width:calc((100% / 3) - (16px * 2 / 3))}.our-team .five-grid-column .col[data-v-2865ef7f]{width:calc(25% - 12px)}.team-content .icon[data-v-2865ef7f]{flex:0 0 18px;width:18px;height:18px}.team-content .title[data-v-2865ef7f]{font-size:12px;text-align:left}.team-content .designation[data-v-2865ef7f]{font-size:10px}.team-profile .polytar[data-v-2865ef7f]{width:36px;height:36px;margin-right:-3px}.team-profile .polytar .spacing[data-v-2865ef7f]{width:30px;height:30px;top:3px;left:3px}.team-profile .polytar .spacing>div[data-v-2865ef7f]{top:3px;left:3px;width:24px;height:24px}}@media screen and (min-width: 1025px) and (max-width: 1200px){.our-team .four-grid-column .team-profile[data-v-2865ef7f]{min-height:321.42px}.our-team .five-grid-column .team-profile[data-v-2865ef7f]{min-height:251.33px}.team-content .icon[data-v-2865ef7f]{flex:0 0 18px;width:18px;height:18px}.team-content .title[data-v-2865ef7f]{font-size:12px;text-align:left}.team-content .designation[data-v-2865ef7f]{font-size:10px}.team-profile .polytar[data-v-2865ef7f]{width:36px;height:36px;margin-right:-3px}.team-profile .polytar .spacing[data-v-2865ef7f]{width:30px;height:30px;top:3px;left:3px}.team-profile .polytar .spacing>div[data-v-2865ef7f]{top:3px;left:3px;width:24px;height:24px}}@media screen and (min-width: 1201px) and (max-width: 1600px){.our-team .four-grid-column .team-profile[data-v-2865ef7f]{min-height:372.27px}.our-team .five-grid-column .team-profile[data-v-2865ef7f]{min-height:288.5px}.team-content .icon[data-v-2865ef7f]{flex:0 0 20px;width:20px;height:20px}.team-content .title[data-v-2865ef7f]{font-size:14px;text-align:left}.team-content .designation[data-v-2865ef7f]{font-size:12px}.team-profile .polytar[data-v-2865ef7f]{width:44px;height:44px;margin-right:-3px}.team-profile .polytar .spacing[data-v-2865ef7f]{width:38px;height:38px;top:3px;left:3px}.team-profile .polytar .spacing>div[data-v-2865ef7f]{top:3px;left:3px;width:32px;height:32px}}@media screen and (min-width: 1601px){.team-content .icon[data-v-2865ef7f]{flex:0 0 24px;width:24px;height:24px}.team-content .title[data-v-2865ef7f]{font-size:16px;text-align:left}.our-team .four-grid-column .team-profile[data-v-2865ef7f]{min-height:473.59px}.our-team .five-grid-column .team-profile[data-v-2865ef7f]{min-height:369.56px}.team-content .designation[data-v-2865ef7f]{font-size:14px}.team-profile .polytar[data-v-2865ef7f]{width:48px;height:48px;margin-right:-3px}.team-profile .polytar .spacing[data-v-2865ef7f]{width:42px;height:42px;top:3px;left:3px}.team-profile .polytar .spacing>div[data-v-2865ef7f]{top:3px;left:3px;width:36px;height:36px}}.our-team[data-v-2480a77a]{position:relative;z-index:1}.our-team .top-content[data-v-2480a77a]{position:relative;align-items:center;display:flex;flex-direction:column}.our-team .subheading[data-v-2480a77a]{height:auto;position:relative;width:auto;font-style:normal;font-weight:600;line-height:1.2;display:inline-block;-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;text-align:left;color:#fff;text-decoration:none;text-transform:capitalize}.our-team .main-heading[data-v-2480a77a]{font-style:normal;font-weight:700;line-height:1.2;color:#fff;text-decoration:none;text-transform:capitalize}.our-team .four-grid-column[data-v-2480a77a]:first-child{padding-top:0}.our-team .four-grid-column[data-v-2480a77a],.our-team .five-grid-column[data-v-2480a77a]{display:flex;flex-wrap:wrap}.our-team .four-grid-column .col[data-v-2480a77a],.our-team .five-grid-column .col[data-v-2480a77a]{display:flex}.our-ambassadors[data-v-2480a77a]{position:relative;z-index:1}.our-ambassadors img[data-v-2480a77a]{width:100%;display:block}.our-ambassadors .top-content[data-v-2480a77a]{width:100%;position:relative;align-items:center;display:flex;height:100%}.our-ambassadors .main-heading[data-v-2480a77a]{font-style:normal;font-weight:700;line-height:1.2;text-align:center;color:#fff;text-decoration:none;text-transform:capitalize}.our-ambassadors .members[data-v-2480a77a]{position:relative;display:flex;flex-wrap:wrap}.our-ambassadors .member[data-v-2480a77a]{display:flex;flex-direction:column}.our-ambassadors .member-image-link[data-v-2480a77a]{position:relative;display:block;margin:0 auto;border-radius:50%;background:linear-gradient(90deg,#ff9c00,#ff4094)}.our-ambassador picture[data-v-2480a77a],.our-ambassador source[data-v-2480a77a]{display:flex;height:100%}.our-ambassadors .member-image[data-v-2480a77a]{width:100%;border-radius:50%}.our-ambassadors .member-name-link[data-v-2480a77a]{line-height:1.5;font-weight:500;text-align:center;text-transform:lowercase;text-decoration:none;font-size:13px;color:#fff9;-webkit-transition:all .4s ease-in;-moz-transition:all .4s ease-in;-o-transition:all .4s ease-in;transition:all .4s ease-in}.our-ambassadors .member-name-link[data-v-2480a77a]:hover{color:#fff;-webkit-transition:all .4s ease-in-out;-moz-transition:all .4s ease-in-out;-o-transition:all .4s ease-in-out;transition:all .4s ease-in-out}.four-col-grid[data-v-2480a77a]{position:relative;z-index:1}.four-col-grid .top-content[data-v-2480a77a]{position:relative;align-items:center;display:flex}.four-col-grid .main-heading[data-v-2480a77a]{font-style:normal;font-weight:700;line-height:1.2;text-align:center;color:#fff;text-decoration:none;text-transform:capitalize}.four-col-grid .four-col-grid-wrapper[data-v-2480a77a]{display:flex;flex-wrap:wrap;justify-content:center}.four-col-grid .four-col-grid-wrapper .col[data-v-2480a77a]{display:flex;justify-content:center;align-items:center}.four-col-grid .four-col-grid-wrapper .grid-content[data-v-2480a77a]{display:flex;align-items:center;background-color:#0009;position:relative;border-radius:16px;border-width:1px;border-style:solid;border-color:#ffffff1a;border-image:initial}.four-col-grid .four-col-grid-wrapper .img[data-v-2480a77a]{display:flex}.four-col-grid .four-col-grid-wrapper .img img[data-v-2480a77a]{border-radius:24px;filter:brightness(100%) contrast(100%) saturate(0%) blur(0px) hue-rotate(0deg);-webkit-transition:all .2s ease-out;-moz-transition:all .2s ease-out;-o-transition:all .2s ease-out;transition:all .2s ease-out}@media screen and (min-width: 320px) and (max-width: 360px){.our-team[data-v-2480a77a]{padding:0 16px}.our-team .container[data-v-2480a77a]{width:100%;margin:0 auto;max-width:1400px}.our-team .top-content[data-v-2480a77a]{width:100%;height:100%;gap:20px;align-items:flex-start}.our-team .subheading[data-v-2480a77a]{font-size:16px}.our-team .main-heading[data-v-2480a77a]{font-size:28px;text-align:left;margin-bottom:28px}.our-team .four-grid-column .team-profile[data-v-2480a77a]{min-height:418.39px}.our-team .five-grid-column .team-profile[data-v-2480a77a]{min-height:200.47px}.our-team .four-grid-column[data-v-2480a77a],.our-team .five-grid-column[data-v-2480a77a]{width:100%;gap:12px;padding-top:12px;justify-content:center}.our-team .four-grid-column .col[data-v-2480a77a]{width:100%}.our-team .five-grid-column .col[data-v-2480a77a]{width:calc(50% - 6px)}.our-ambassadors[data-v-2480a77a]{padding:64px 16px}.our-ambassadors .container[data-v-2480a77a]{width:100%;margin:0 auto;max-width:1400px}.our-ambassadors .top-content[data-v-2480a77a]{justify-content:center;gap:20px}.our-ambassadors .main-heading[data-v-2480a77a]{font-size:28px;margin-bottom:60px}.our-ambassadors .members[data-v-2480a77a]{gap:32px 16px;width:100%;justify-content:center}.our-ambassadors .member[data-v-2480a77a]{gap:12px;width:calc((100% / 3) - (16px * 2 / 3))}.our-ambassadors .member-image-link[data-v-2480a77a]{width:80px;height:80px;padding:3px}.our-ambassadors .member-name-link[data-v-2480a77a]{display:none}.four-col-grid[data-v-2480a77a]{padding:64px 16px}.four-col-grid .container[data-v-2480a77a]{width:100%;margin:0 auto;max-width:1400px}.four-col-grid .top-content[data-v-2480a77a]{width:100%;height:100%;justify-content:center;gap:20px}.four-col-grid .main-heading[data-v-2480a77a]{font-size:28px;margin-bottom:60px}.four-col-grid .four-col-grid-wrapper[data-v-2480a77a]{justify-content:center;max-width:1400px;gap:32px}.four-col-grid .four-col-grid-wrapper .col[data-v-2480a77a]{width:calc(50% - 16px);min-height:80px}.four-col-grid .four-col-grid-wrapper .grid-content[data-v-2480a77a]{height:100%;flex:1 1 0%;padding:16px}.four-col-grid .four-col-grid-wrapper .img img[data-v-2480a77a]{width:100%;height:auto}.four-col-grid.featured-in[data-v-2480a77a]{padding:0 16px 64px}}@media screen and (min-width: 361px) and (max-width: 480px){.our-team[data-v-2480a77a]{padding:0 16px}.our-team .container[data-v-2480a77a]{width:100%;margin:0 auto;max-width:1400px}.our-team .top-content[data-v-2480a77a]{width:100%;height:100%;gap:20px;align-items:flex-start}.our-team .subheading[data-v-2480a77a]{font-size:18px}.our-team .main-heading[data-v-2480a77a]{font-size:32px;text-align:left;margin-bottom:28px}.our-team .four-grid-column .team-profile[data-v-2480a77a]{min-height:477.95px}.our-team .five-grid-column .team-profile[data-v-2480a77a]{min-height:230.27px}.our-team .four-grid-column[data-v-2480a77a],.our-team .five-grid-column[data-v-2480a77a]{width:100%;gap:12px;padding-top:12px;justify-content:center}.our-team .four-grid-column .col[data-v-2480a77a]{width:100%}.our-team .five-grid-column .col[data-v-2480a77a]{width:calc(50% - 6px)}}@media screen and (min-width: 481px) and (max-width: 767px){.our-team .four-grid-column .team-profile[data-v-2480a77a]{min-height:317.42px}.our-team .five-grid-column .team-profile[data-v-2480a77a]{min-height:205.78px}}@media screen and (min-width: 361px) and (max-width: 560px){.our-ambassadors[data-v-2480a77a]{padding:64px 16px}.our-ambassadors .container[data-v-2480a77a]{width:100%;margin:0 auto;max-width:1400px}.our-ambassadors .top-content[data-v-2480a77a]{justify-content:center;gap:20px}.our-ambassadors .main-heading[data-v-2480a77a]{font-size:32px;margin-bottom:60px}.our-ambassadors .members[data-v-2480a77a]{gap:32px 16px;width:100%;justify-content:center}.our-ambassadors .member[data-v-2480a77a]{gap:12px;width:calc((100% / 3) - (16px * 2 / 3))}.our-ambassadors .member-image-link[data-v-2480a77a]{width:100px;height:100px;padding:3px}.our-ambassadors .member-name-link[data-v-2480a77a]{display:none}.four-col-grid[data-v-2480a77a]{padding:64px 16px}.four-col-grid .container[data-v-2480a77a]{width:100%;margin:0 auto;max-width:1400px}.four-col-grid .top-content[data-v-2480a77a]{width:100%;height:100%;justify-content:center;gap:20px}.four-col-grid .main-heading[data-v-2480a77a]{font-size:32px;margin-bottom:60px}.four-col-grid .four-col-grid-wrapper[data-v-2480a77a]{justify-content:center;max-width:1400px;gap:32px}.four-col-grid .four-col-grid-wrapper .col[data-v-2480a77a]{width:calc(50% - 16px);min-height:100px}.four-col-grid .four-col-grid-wrapper .grid-content[data-v-2480a77a]{height:100%;flex:1 1 0%;padding:16px}.four-col-grid .four-col-grid-wrapper .img img[data-v-2480a77a]{width:100%;height:auto}.four-col-grid.featured-in[data-v-2480a77a]{padding:0 16px 64px}}@media screen and (min-width: 561px) and (max-width: 767px){.our-ambassadors[data-v-2480a77a]{padding:64px 16px}.our-ambassadors .container[data-v-2480a77a]{width:100%;margin:0 auto;max-width:1400px}.our-ambassadors .top-content[data-v-2480a77a]{justify-content:center;gap:20px}.our-ambassadors .main-heading[data-v-2480a77a]{font-size:32px;margin-bottom:60px}.our-ambassadors .members[data-v-2480a77a]{gap:32px 16px;width:100%;justify-content:center}.our-ambassadors .member[data-v-2480a77a]{gap:12px;width:calc(20% - 12.8px)}.our-ambassadors .member-image-link[data-v-2480a77a]{width:100px;height:100px;padding:3px}.our-ambassadors .member-name-link[data-v-2480a77a]{display:none}.four-col-grid[data-v-2480a77a]{padding:64px 16px}.four-col-grid .container[data-v-2480a77a]{width:100%;margin:0 auto;max-width:1400px}.four-col-grid .top-content[data-v-2480a77a]{width:100%;height:100%;justify-content:center;gap:20px}.four-col-grid .main-heading[data-v-2480a77a]{font-size:32px;margin-bottom:60px}.four-col-grid .four-col-grid-wrapper[data-v-2480a77a]{justify-content:center;max-width:1400px;gap:32px}.four-col-grid .four-col-grid-wrapper .col[data-v-2480a77a]{width:calc((100% / 3) - (32px * 2 / 3));min-height:100px}.four-col-grid .four-col-grid-wrapper .grid-content[data-v-2480a77a]{height:100%;flex:1 1 0%;padding:16px}.four-col-grid .four-col-grid-wrapper .img img[data-v-2480a77a]{width:100%;height:auto}.four-col-grid.featured-in[data-v-2480a77a]{padding:0 16px 64px}}@media screen and (min-width: 481px) and (max-width: 767px){.our-team[data-v-2480a77a]{padding:0 16px}.our-team .container[data-v-2480a77a]{width:100%;margin:0 auto;max-width:1400px}.our-team .top-content[data-v-2480a77a]{width:100%;height:100%;gap:20px}.our-team .subheading[data-v-2480a77a]{font-size:18px}.our-team .main-heading[data-v-2480a77a]{font-size:48px;text-align:center;margin-bottom:28px}.our-team .four-grid-column[data-v-2480a77a],.our-team .five-grid-column[data-v-2480a77a]{width:100%;gap:12px;padding-top:12px;justify-content:center}.our-team .four-grid-column .col[data-v-2480a77a]{width:calc(50% - 6px)}.our-team .five-grid-column .col[data-v-2480a77a]{width:calc((100% / 3) - (12px * 2 / 3))}}@media screen and (min-width: 768px) and (max-width: 1024px){.our-team[data-v-2480a77a]{padding:0 40px}.our-team .container[data-v-2480a77a]{width:100%;margin:0 auto;max-width:1400px}.our-team .top-content[data-v-2480a77a]{width:100%;height:100%;gap:20px}.our-team .subheading[data-v-2480a77a]{font-size:16px}.our-team .main-heading[data-v-2480a77a]{font-size:40px;text-align:center;margin-bottom:28px}.our-team .four-grid-column .team-profile[data-v-2480a77a]{min-height:317.66px}.our-team .five-grid-column .team-profile[data-v-2480a77a]{min-height:232.44px}.our-team .four-grid-column[data-v-2480a77a],.our-team .five-grid-column[data-v-2480a77a]{width:100%;gap:16px;padding-top:32px;justify-content:center}.our-team .four-grid-column .col[data-v-2480a77a]{width:calc((100% / 3) - (16px * 2 / 3))}.our-team .five-grid-column .col[data-v-2480a77a]{width:calc(25% - 12px)}.our-ambassadors[data-v-2480a77a]{padding:120px 40px}.our-ambassadors .container[data-v-2480a77a]{width:100%;margin:0 auto;max-width:1400px}.our-ambassadors .top-content[data-v-2480a77a]{justify-content:center;gap:20px}.our-ambassadors .main-heading[data-v-2480a77a]{font-size:40px;margin-bottom:60px}.our-ambassadors .members[data-v-2480a77a]{gap:32px 16px;width:100%;justify-content:center}.our-ambassadors .member[data-v-2480a77a]{gap:12px;width:calc((100% / 6) - (16px * 5 / 6))}.our-ambassadors .member-image-link[data-v-2480a77a]{width:100px;height:100px;padding:3px}.our-ambassadors .member-name-link[data-v-2480a77a]{display:none}.four-col-grid[data-v-2480a77a]{padding:120px 40px}.four-col-grid .container[data-v-2480a77a]{width:100%;margin:0 auto;max-width:1400px}.four-col-grid .top-content[data-v-2480a77a]{width:100%;height:100%;justify-content:center;gap:20px}.four-col-grid .main-heading[data-v-2480a77a]{font-size:40px;margin-bottom:60px}.four-col-grid .four-col-grid-wrapper[data-v-2480a77a]{justify-content:center;max-width:1400px;gap:32px}.four-col-grid .four-col-grid-wrapper .col[data-v-2480a77a]{width:calc((100% / 3) - (32px * 2 / 3))}.four-col-grid .four-col-grid-wrapper .grid-content[data-v-2480a77a]{height:100%;flex:1 1 0%;padding:40px 28px}.four-col-grid .four-col-grid-wrapper .img img[data-v-2480a77a]{width:100%;height:auto}.four-col-grid.featured-in[data-v-2480a77a]{padding:0 40px 120px}}@media screen and (min-width: 1025px) and (max-width: 1200px){.our-team[data-v-2480a77a]{padding:0 40px}.our-team .container[data-v-2480a77a]{width:100%;margin:0 auto;max-width:1400px}.our-team .top-content[data-v-2480a77a]{width:100%;height:100%;gap:20px}.our-team .subheading[data-v-2480a77a]{font-size:16px}.our-team .main-heading[data-v-2480a77a]{font-size:36px;text-align:center;margin-bottom:28px}.our-team .four-grid-column .team-profile[data-v-2480a77a]{min-height:321.42px}.our-team .five-grid-column .team-profile[data-v-2480a77a]{min-height:251.33px}.our-team .four-grid-column[data-v-2480a77a],.our-team .five-grid-column[data-v-2480a77a]{width:100%;gap:20px;padding-top:32px;justify-content:center}.our-team .four-grid-column .col[data-v-2480a77a]{width:calc(25% - 15px)}.our-team .five-grid-column .col[data-v-2480a77a]{width:calc(20% - 16px)}.our-ambassadors[data-v-2480a77a]{padding:120px 40px}.our-ambassadors .container[data-v-2480a77a]{width:100%;margin:0 auto;max-width:1400px}.our-ambassadors .top-content[data-v-2480a77a]{justify-content:center;gap:20px}.our-ambassadors .main-heading[data-v-2480a77a]{font-size:36px;margin-bottom:60px}.our-ambassadors .members[data-v-2480a77a]{gap:32px 16px;width:100%;justify-content:center}.our-ambassadors .member[data-v-2480a77a]{gap:12px;width:calc((100% / 6) - (16px * 5 / 6))}.our-ambassadors .member-image-link[data-v-2480a77a]{width:120px;height:120px;padding:3px}.our-ambassadors .member-name-link[data-v-2480a77a]{font-size:11px}.four-col-grid[data-v-2480a77a]{padding:120px 40px}.four-col-grid .container[data-v-2480a77a]{width:100%;margin:0 auto;max-width:1400px}.four-col-grid .top-content[data-v-2480a77a]{width:100%;height:100%;justify-content:center;gap:20px}.four-col-grid .main-heading[data-v-2480a77a]{font-size:36px;margin-bottom:60px}.four-col-grid .four-col-grid-wrapper[data-v-2480a77a]{justify-content:center;max-width:1400px;gap:32px}.four-col-grid .four-col-grid-wrapper .col[data-v-2480a77a]{width:calc(25% - 24px)}.four-col-grid .four-col-grid-wrapper .grid-content[data-v-2480a77a]{height:100%;flex:1 1 0%;padding:40px 28px}.four-col-grid .four-col-grid-wrapper .img img[data-v-2480a77a]{width:100%;height:auto}.four-col-grid.featured-in[data-v-2480a77a]{padding:0 40px 120px}}@media screen and (min-width: 1201px) and (max-width: 1600px){.our-team[data-v-2480a77a]{padding:0 40px}.our-team .container[data-v-2480a77a]{width:100%;margin:0 auto;max-width:1400px}.our-team .top-content[data-v-2480a77a]{width:100%;height:100%;gap:20px}.our-team .subheading[data-v-2480a77a]{font-size:16px}.our-team .main-heading[data-v-2480a77a]{font-size:40px;text-align:center;margin-bottom:28px}.our-team .four-grid-column .team-profile[data-v-2480a77a]{min-height:372.27px}.our-team .five-grid-column .team-profile[data-v-2480a77a]{min-height:288.5px}.our-team .four-grid-column[data-v-2480a77a],.our-team .five-grid-column[data-v-2480a77a]{width:100%;gap:32px;padding-top:32px;justify-content:center}.our-team .four-grid-column .col[data-v-2480a77a]{width:calc(25% - 24px)}.our-team .five-grid-column .col[data-v-2480a77a]{width:calc(20% - 25.6px)}.our-ambassadors[data-v-2480a77a]{padding:120px 40px}.our-ambassadors .container[data-v-2480a77a]{width:100%;margin:0 auto;max-width:1400px}.our-ambassadors .top-content[data-v-2480a77a]{justify-content:center;gap:20px}.our-ambassadors .main-heading[data-v-2480a77a]{font-size:40px;margin-bottom:60px}.our-ambassadors .members[data-v-2480a77a]{gap:32px 16px;width:100%;justify-content:center}.our-ambassadors .member[data-v-2480a77a]{gap:12px;width:calc((100% / 6) - (16px * 5 / 6))}.our-ambassadors .member-image-link[data-v-2480a77a]{width:140px;height:140px;padding:3px}.our-ambassadors .member-name-link[data-v-2480a77a]{font-size:13px}.four-col-grid[data-v-2480a77a]{padding:120px 40px}.four-col-grid .container[data-v-2480a77a]{width:100%;margin:0 auto;max-width:1400px}.four-col-grid .top-content[data-v-2480a77a]{width:100%;height:100%;justify-content:center;gap:20px}.four-col-grid .main-heading[data-v-2480a77a]{font-size:48px;margin-bottom:60px}.four-col-grid .four-col-grid-wrapper[data-v-2480a77a]{justify-content:center;max-width:1400px;gap:32px}.four-col-grid .four-col-grid-wrapper .col[data-v-2480a77a]{width:calc(25% - 24px)}.four-col-grid .four-col-grid-wrapper .grid-content[data-v-2480a77a]{height:100%;flex:1 1 0%;padding:40px 28px}.four-col-grid .four-col-grid-wrapper .img img[data-v-2480a77a]{width:100%;height:auto}.four-col-grid.featured-in[data-v-2480a77a]{padding:0 40px 120px}}@media screen and (min-width: 1601px){.our-team[data-v-2480a77a]{padding:0 20px}.our-team .container[data-v-2480a77a]{width:100%;margin:0 auto;max-width:1400px}.our-team .top-content[data-v-2480a77a]{width:100%;height:100%;gap:20px}.our-team .subheading[data-v-2480a77a]{font-size:18px}.our-team .main-heading[data-v-2480a77a]{font-size:48px;text-align:center;margin-bottom:28px}.our-team .four-grid-column .team-profile[data-v-2480a77a]{min-height:473.59px}.our-team .five-grid-column .team-profile[data-v-2480a77a]{min-height:369.56px}.our-team .four-grid-column[data-v-2480a77a],.our-team .five-grid-column[data-v-2480a77a]{width:100%;gap:32px;padding-top:32px;justify-content:center}.our-team .four-grid-column .col[data-v-2480a77a]{width:calc(25% - 24px)}.our-team .five-grid-column .col[data-v-2480a77a]{width:calc(20% - 25.6px)}.our-ambassadors[data-v-2480a77a]{padding:120px 20px}.our-ambassadors .container[data-v-2480a77a]{width:100%;margin:0 auto;max-width:1400px}.our-ambassadors .top-content[data-v-2480a77a]{justify-content:center;gap:20px}.our-ambassadors .main-heading[data-v-2480a77a]{font-size:48px;margin-bottom:60px}.our-ambassadors .members[data-v-2480a77a]{gap:32px 16px;width:100%;justify-content:center}.our-ambassadors .member[data-v-2480a77a]{gap:12px;width:calc((100% / 6) - (16px * 5 / 6))}.our-ambassadors .member-image-link[data-v-2480a77a]{width:148px;height:148px;padding:3px}.our-ambassadors .member-name-link[data-v-2480a77a]{font-size:15px}.four-col-grid[data-v-2480a77a]{padding:120px 20px}.four-col-grid .container[data-v-2480a77a]{width:100%;margin:0 auto;max-width:1400px}.four-col-grid .top-content[data-v-2480a77a]{width:100%;height:100%;justify-content:center;gap:20px}.four-col-grid .main-heading[data-v-2480a77a]{font-size:48px;margin-bottom:60px}.four-col-grid .four-col-grid-wrapper[data-v-2480a77a]{justify-content:center;max-width:1400px;gap:32px}.four-col-grid .four-col-grid-wrapper .col[data-v-2480a77a]{width:calc(25% - 24px)}.four-col-grid .four-col-grid-wrapper .grid-content[data-v-2480a77a]{height:100%;flex:1 1 0%;padding:40px 28px}.four-col-grid .four-col-grid-wrapper .img img[data-v-2480a77a]{width:100%;height:auto}.four-col-grid.featured-in[data-v-2480a77a]{padding:0 20px 120px}}.our-team[data-v-2c4f4848]{position:relative;z-index:1}.our-team .top-content[data-v-2c4f4848]{position:relative;align-items:center;display:flex;flex-direction:column}.our-team .subheading[data-v-2c4f4848]{height:auto;position:relative;width:auto;font-style:normal;font-weight:600;line-height:1.2;display:inline-block;-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;text-align:left;color:#fff;text-decoration:none;text-transform:capitalize}.our-team .main-heading[data-v-2c4f4848]{font-style:normal;font-weight:700;line-height:1.2;color:#fff;text-decoration:none;text-transform:capitalize}.our-team .four-grid-column[data-v-2c4f4848]:first-child{padding-top:0}.our-team .four-grid-column[data-v-2c4f4848],.our-team .five-grid-column[data-v-2c4f4848]{display:flex;flex-wrap:wrap}.our-team .four-grid-column .col[data-v-2c4f4848],.our-team .five-grid-column .col[data-v-2c4f4848]{display:flex}.our-ambassadors[data-v-2c4f4848]{position:relative;z-index:1}.our-ambassadors img[data-v-2c4f4848]{width:100%;display:block}.our-ambassadors .top-content[data-v-2c4f4848]{width:100%;position:relative;align-items:center;display:flex;height:100%}.our-ambassadors .main-heading[data-v-2c4f4848]{font-style:normal;font-weight:700;line-height:1.2;text-align:center;color:#fff;text-decoration:none;text-transform:capitalize}.our-ambassadors .members[data-v-2c4f4848]{position:relative;display:flex;flex-wrap:wrap}.our-ambassadors .member[data-v-2c4f4848]{display:flex;flex-direction:column}.our-ambassadors .member-image-link[data-v-2c4f4848]{position:relative;display:block;margin:0 auto;border-radius:50%;background:linear-gradient(90deg,#ff9c00,#ff4094)}.our-ambassador picture[data-v-2c4f4848],.our-ambassador source[data-v-2c4f4848]{display:flex;height:100%}.our-ambassadors .member-image[data-v-2c4f4848]{width:100%;border-radius:50%}.our-ambassadors .member-name-link[data-v-2c4f4848]{line-height:1.5;font-weight:500;text-align:center;text-transform:lowercase;text-decoration:none;font-size:13px;color:#fff9;-webkit-transition:all .4s ease-in;-moz-transition:all .4s ease-in;-o-transition:all .4s ease-in;transition:all .4s ease-in}.our-ambassadors .member-name-link[data-v-2c4f4848]:hover{color:#fff;-webkit-transition:all .4s ease-in-out;-moz-transition:all .4s ease-in-out;-o-transition:all .4s ease-in-out;transition:all .4s ease-in-out}.four-col-grid[data-v-2c4f4848]{position:relative;z-index:1}.four-col-grid .top-content[data-v-2c4f4848]{position:relative;align-items:center;display:flex}.four-col-grid .main-heading[data-v-2c4f4848]{font-style:normal;font-weight:700;line-height:1.2;text-align:center;color:#fff;text-decoration:none;text-transform:capitalize}.four-col-grid .four-col-grid-wrapper[data-v-2c4f4848]{display:flex;flex-wrap:wrap;justify-content:center}.four-col-grid .four-col-grid-wrapper .col[data-v-2c4f4848]{display:flex;justify-content:center;align-items:center}.four-col-grid .four-col-grid-wrapper .grid-content[data-v-2c4f4848]{display:flex;align-items:center;background-color:#0009;position:relative;border-radius:16px;border-width:1px;border-style:solid;border-color:#ffffff1a;border-image:initial}.four-col-grid .four-col-grid-wrapper .img[data-v-2c4f4848]{display:flex}.four-col-grid .four-col-grid-wrapper .img img[data-v-2c4f4848]{border-radius:24px;filter:brightness(100%) contrast(100%) saturate(0%) blur(0px) hue-rotate(0deg);-webkit-transition:all .2s ease-out;-moz-transition:all .2s ease-out;-o-transition:all .2s ease-out;transition:all .2s ease-out}@media screen and (min-width: 320px) and (max-width: 360px){.our-team[data-v-2c4f4848]{padding:0 16px}.our-team .container[data-v-2c4f4848]{width:100%;margin:0 auto;max-width:1400px}.our-team .top-content[data-v-2c4f4848]{width:100%;height:100%;gap:20px;align-items:flex-start}.our-team .subheading[data-v-2c4f4848]{font-size:16px}.our-team .main-heading[data-v-2c4f4848]{font-size:28px;text-align:left;margin-bottom:28px}.our-team .four-grid-column[data-v-2c4f4848],.our-team .five-grid-column[data-v-2c4f4848]{width:100%;gap:12px;padding-top:12px;justify-content:center}.our-team .four-grid-column .col[data-v-2c4f4848]{width:100%}.our-team .five-grid-column .col[data-v-2c4f4848]{width:calc(50% - 6px)}.our-ambassadors[data-v-2c4f4848]{padding:64px 16px}.our-ambassadors .container[data-v-2c4f4848]{width:100%;margin:0 auto;max-width:1400px}.our-ambassadors .top-content[data-v-2c4f4848]{justify-content:center;gap:20px}.our-ambassadors .main-heading[data-v-2c4f4848]{font-size:28px;margin-bottom:60px}.our-ambassadors .members[data-v-2c4f4848]{gap:32px 16px;width:100%;justify-content:center}.our-ambassadors .member[data-v-2c4f4848]{gap:12px;width:calc((100% / 3) - (16px * 2 / 3))}.our-ambassadors .member-image-link[data-v-2c4f4848]{width:80px;height:80px;padding:3px}.our-ambassadors .member-name-link[data-v-2c4f4848]{display:none}.four-col-grid[data-v-2c4f4848]{padding:64px 16px}.four-col-grid .container[data-v-2c4f4848]{width:100%;margin:0 auto;max-width:1400px}.four-col-grid .top-content[data-v-2c4f4848]{width:100%;height:100%;justify-content:center;gap:20px}.four-col-grid .main-heading[data-v-2c4f4848]{font-size:28px;margin-bottom:60px}.four-col-grid .four-col-grid-wrapper[data-v-2c4f4848]{justify-content:center;max-width:1400px;gap:32px}.four-col-grid .four-col-grid-wrapper .col[data-v-2c4f4848]{width:calc(50% - 16px);min-height:80px}.four-col-grid .four-col-grid-wrapper .grid-content[data-v-2c4f4848]{height:100%;flex:1 1 0%;padding:16px}.four-col-grid .four-col-grid-wrapper .img img[data-v-2c4f4848]{width:100%;height:auto}.four-col-grid.featured-in[data-v-2c4f4848]{padding:0 16px 64px}}@media screen and (min-width: 361px) and (max-width: 480px){.our-team[data-v-2c4f4848]{padding:0 16px}.our-team .container[data-v-2c4f4848]{width:100%;margin:0 auto;max-width:1400px}.our-team .top-content[data-v-2c4f4848]{width:100%;height:100%;gap:20px;align-items:flex-start}.our-team .subheading[data-v-2c4f4848]{font-size:18px}.our-team .main-heading[data-v-2c4f4848]{font-size:32px;text-align:left;margin-bottom:28px}.our-team .four-grid-column[data-v-2c4f4848],.our-team .five-grid-column[data-v-2c4f4848]{width:100%;gap:12px;padding-top:12px;justify-content:center}.our-team .four-grid-column .col[data-v-2c4f4848]{width:100%}.our-team .five-grid-column .col[data-v-2c4f4848]{width:calc(50% - 6px)}}@media screen and (min-width: 361px) and (max-width: 560px){.our-ambassadors[data-v-2c4f4848]{padding:64px 16px}.our-ambassadors .container[data-v-2c4f4848]{width:100%;margin:0 auto;max-width:1400px}.our-ambassadors .top-content[data-v-2c4f4848]{justify-content:center;gap:20px}.our-ambassadors .main-heading[data-v-2c4f4848]{font-size:32px;margin-bottom:60px}.our-ambassadors .members[data-v-2c4f4848]{gap:32px 16px;width:100%;justify-content:center}.our-ambassadors .member[data-v-2c4f4848]{gap:12px;width:calc((100% / 3) - (16px * 2 / 3))}.our-ambassadors .member-image-link[data-v-2c4f4848]{width:100px;height:100px;padding:3px}.our-ambassadors .member-name-link[data-v-2c4f4848]{display:none}.four-col-grid[data-v-2c4f4848]{padding:64px 16px}.four-col-grid .container[data-v-2c4f4848]{width:100%;margin:0 auto;max-width:1400px}.four-col-grid .top-content[data-v-2c4f4848]{width:100%;height:100%;justify-content:center;gap:20px}.four-col-grid .main-heading[data-v-2c4f4848]{font-size:32px;margin-bottom:60px}.four-col-grid .four-col-grid-wrapper[data-v-2c4f4848]{justify-content:center;max-width:1400px;gap:32px}.four-col-grid .four-col-grid-wrapper .col[data-v-2c4f4848]{width:calc(50% - 16px);min-height:100px}.four-col-grid .four-col-grid-wrapper .grid-content[data-v-2c4f4848]{height:100%;flex:1 1 0%;padding:16px}.four-col-grid .four-col-grid-wrapper .img img[data-v-2c4f4848]{width:100%;height:auto}.four-col-grid.featured-in[data-v-2c4f4848]{padding:0 16px 64px}}@media screen and (min-width: 561px) and (max-width: 767px){.our-ambassadors[data-v-2c4f4848]{padding:64px 16px}.our-ambassadors .container[data-v-2c4f4848]{width:100%;margin:0 auto;max-width:1400px}.our-ambassadors .top-content[data-v-2c4f4848]{justify-content:center;gap:20px}.our-ambassadors .main-heading[data-v-2c4f4848]{font-size:32px;margin-bottom:60px}.our-ambassadors .members[data-v-2c4f4848]{gap:32px 16px;width:100%;justify-content:center}.our-ambassadors .member[data-v-2c4f4848]{gap:12px;width:calc(20% - 12.8px)}.our-ambassadors .member-image-link[data-v-2c4f4848]{width:100px;height:100px;padding:3px}.our-ambassadors .member-name-link[data-v-2c4f4848]{display:none}.four-col-grid[data-v-2c4f4848]{padding:64px 16px}.four-col-grid .container[data-v-2c4f4848]{width:100%;margin:0 auto;max-width:1400px}.four-col-grid .top-content[data-v-2c4f4848]{width:100%;height:100%;justify-content:center;gap:20px}.four-col-grid .main-heading[data-v-2c4f4848]{font-size:32px;margin-bottom:60px}.four-col-grid .four-col-grid-wrapper[data-v-2c4f4848]{justify-content:center;max-width:1400px;gap:32px}.four-col-grid .four-col-grid-wrapper .col[data-v-2c4f4848]{width:calc((100% / 3) - (32px * 2 / 3));min-height:100px}.four-col-grid .four-col-grid-wrapper .grid-content[data-v-2c4f4848]{height:100%;flex:1 1 0%;padding:16px}.four-col-grid .four-col-grid-wrapper .img img[data-v-2c4f4848]{width:100%;height:auto}.four-col-grid.featured-in[data-v-2c4f4848]{padding:0 16px 64px}}@media screen and (min-width: 481px) and (max-width: 767px){.our-team[data-v-2c4f4848]{padding:0 16px}.our-team .container[data-v-2c4f4848]{width:100%;margin:0 auto;max-width:1400px}.our-team .top-content[data-v-2c4f4848]{width:100%;height:100%;gap:20px}.our-team .subheading[data-v-2c4f4848]{font-size:18px}.our-team .main-heading[data-v-2c4f4848]{font-size:48px;text-align:center;margin-bottom:28px}.our-team .four-grid-column[data-v-2c4f4848],.our-team .five-grid-column[data-v-2c4f4848]{width:100%;gap:12px;padding-top:12px;justify-content:center}.our-team .four-grid-column .col[data-v-2c4f4848]{width:calc(50% - 6px)}.our-team .five-grid-column .col[data-v-2c4f4848]{width:calc((100% / 3) - (12px * 2 / 3))}}@media screen and (min-width: 768px) and (max-width: 1024px){.our-team[data-v-2c4f4848]{padding:0 40px}.our-team .container[data-v-2c4f4848]{width:100%;margin:0 auto;max-width:1400px}.our-team .top-content[data-v-2c4f4848]{width:100%;height:100%;gap:20px}.our-team .subheading[data-v-2c4f4848]{font-size:16px}.our-team .main-heading[data-v-2c4f4848]{font-size:40px;text-align:center;margin-bottom:28px}.our-team .four-grid-column .team-profile[data-v-2c4f4848]{min-height:317.66px}.our-team .five-grid-column .team-profile[data-v-2c4f4848]{min-height:232.44px}.our-team .four-grid-column[data-v-2c4f4848],.our-team .five-grid-column[data-v-2c4f4848]{width:100%;gap:16px;padding-top:32px;justify-content:center}.our-ambassadors[data-v-2c4f4848]{padding:120px 40px}.our-ambassadors .container[data-v-2c4f4848]{width:100%;margin:0 auto;max-width:1400px}.our-ambassadors .top-content[data-v-2c4f4848]{justify-content:center;gap:20px}.our-ambassadors .main-heading[data-v-2c4f4848]{font-size:40px;margin-bottom:60px}.our-ambassadors .members[data-v-2c4f4848]{gap:32px 16px;width:100%;justify-content:center}.our-ambassadors .member[data-v-2c4f4848]{gap:12px;width:calc((100% / 6) - (16px * 5 / 6))}.our-ambassadors .member-image-link[data-v-2c4f4848]{width:100px;height:100px;padding:3px}.our-ambassadors .member-name-link[data-v-2c4f4848]{display:none}.four-col-grid[data-v-2c4f4848]{padding:120px 40px}.four-col-grid .container[data-v-2c4f4848]{width:100%;margin:0 auto;max-width:1400px}.four-col-grid .top-content[data-v-2c4f4848]{width:100%;height:100%;justify-content:center;gap:20px}.four-col-grid .main-heading[data-v-2c4f4848]{font-size:40px;margin-bottom:60px}.four-col-grid .four-col-grid-wrapper[data-v-2c4f4848]{justify-content:center;max-width:1400px;gap:32px}.four-col-grid .four-col-grid-wrapper .col[data-v-2c4f4848]{width:calc((100% / 3) - (32px * 2 / 3))}.four-col-grid .four-col-grid-wrapper .grid-content[data-v-2c4f4848]{height:100%;flex:1 1 0%;padding:40px 28px}.four-col-grid .four-col-grid-wrapper .img img[data-v-2c4f4848]{width:100%;height:auto}.four-col-grid.featured-in[data-v-2c4f4848]{padding:0 40px 120px}}@media screen and (min-width: 1025px) and (max-width: 1200px){.our-team[data-v-2c4f4848]{padding:0 40px}.our-team .container[data-v-2c4f4848]{width:100%;margin:0 auto;max-width:1400px}.our-team .top-content[data-v-2c4f4848]{width:100%;height:100%;gap:20px}.our-team .subheading[data-v-2c4f4848]{font-size:16px}.our-team .main-heading[data-v-2c4f4848]{font-size:36px;text-align:center;margin-bottom:28px}.our-team .four-grid-column[data-v-2c4f4848],.our-team .five-grid-column[data-v-2c4f4848]{width:100%;gap:20px;padding-top:32px;justify-content:center}.our-team .four-grid-column .col[data-v-2c4f4848]{width:calc(25% - 15px)}.our-team .five-grid-column .col[data-v-2c4f4848]{width:calc(20% - 16px)}.our-ambassadors[data-v-2c4f4848]{padding:120px 40px}.our-ambassadors .container[data-v-2c4f4848]{width:100%;margin:0 auto;max-width:1400px}.our-ambassadors .top-content[data-v-2c4f4848]{justify-content:center;gap:20px}.our-ambassadors .main-heading[data-v-2c4f4848]{font-size:36px;margin-bottom:60px}.our-ambassadors .members[data-v-2c4f4848]{gap:32px 16px;width:100%;justify-content:center}.our-ambassadors .member[data-v-2c4f4848]{gap:12px;width:calc((100% / 6) - (16px * 5 / 6))}.our-ambassadors .member-image-link[data-v-2c4f4848]{width:120px;height:120px;padding:3px}.our-ambassadors .member-name-link[data-v-2c4f4848]{font-size:11px}.four-col-grid[data-v-2c4f4848]{padding:120px 40px}.four-col-grid .container[data-v-2c4f4848]{width:100%;margin:0 auto;max-width:1400px}.four-col-grid .top-content[data-v-2c4f4848]{width:100%;height:100%;justify-content:center;gap:20px}.four-col-grid .main-heading[data-v-2c4f4848]{font-size:36px;margin-bottom:60px}.four-col-grid .four-col-grid-wrapper[data-v-2c4f4848]{justify-content:center;max-width:1400px;gap:32px}.four-col-grid .four-col-grid-wrapper .col[data-v-2c4f4848]{width:calc(25% - 24px)}.four-col-grid .four-col-grid-wrapper .grid-content[data-v-2c4f4848]{height:100%;flex:1 1 0%;padding:40px 28px}.four-col-grid .four-col-grid-wrapper .img img[data-v-2c4f4848]{width:100%;height:auto}.four-col-grid.featured-in[data-v-2c4f4848]{padding:0 40px 120px}}@media screen and (min-width: 1201px) and (max-width: 1600px){.our-team[data-v-2c4f4848]{padding:0 40px}.our-team .container[data-v-2c4f4848]{width:100%;margin:0 auto;max-width:1400px}.our-team .top-content[data-v-2c4f4848]{width:100%;height:100%;gap:20px}.our-team .subheading[data-v-2c4f4848]{font-size:16px}.our-team .main-heading[data-v-2c4f4848]{font-size:40px;text-align:center;margin-bottom:28px}.our-team .four-grid-column[data-v-2c4f4848],.our-team .five-grid-column[data-v-2c4f4848]{width:100%;gap:32px;padding-top:32px;justify-content:center}.our-team .four-grid-column .col[data-v-2c4f4848]{width:calc(25% - 24px)}.our-team .five-grid-column .col[data-v-2c4f4848]{width:calc(20% - 25.6px)}.our-ambassadors[data-v-2c4f4848]{padding:120px 40px}.our-ambassadors .container[data-v-2c4f4848]{width:100%;margin:0 auto;max-width:1400px}.our-ambassadors .top-content[data-v-2c4f4848]{justify-content:center;gap:20px}.our-ambassadors .main-heading[data-v-2c4f4848]{font-size:40px;margin-bottom:60px}.our-ambassadors .members[data-v-2c4f4848]{gap:32px 16px;width:100%;justify-content:center}.our-ambassadors .member[data-v-2c4f4848]{gap:12px;width:calc((100% / 6) - (16px * 5 / 6))}.our-ambassadors .member-image-link[data-v-2c4f4848]{width:140px;height:140px;padding:3px}.our-ambassadors .member-name-link[data-v-2c4f4848]{font-size:13px}.four-col-grid[data-v-2c4f4848]{padding:120px 40px}.four-col-grid .container[data-v-2c4f4848]{width:100%;margin:0 auto;max-width:1400px}.four-col-grid .top-content[data-v-2c4f4848]{width:100%;height:100%;justify-content:center;gap:20px}.four-col-grid .main-heading[data-v-2c4f4848]{font-size:48px;margin-bottom:60px}.four-col-grid .four-col-grid-wrapper[data-v-2c4f4848]{justify-content:center;max-width:1400px;gap:32px}.four-col-grid .four-col-grid-wrapper .col[data-v-2c4f4848]{width:calc(25% - 24px)}.four-col-grid .four-col-grid-wrapper .grid-content[data-v-2c4f4848]{height:100%;flex:1 1 0%;padding:40px 28px}.four-col-grid .four-col-grid-wrapper .img img[data-v-2c4f4848]{width:100%;height:auto}.four-col-grid.featured-in[data-v-2c4f4848]{padding:0 40px 120px}}@media screen and (min-width: 1601px){.our-team[data-v-2c4f4848]{padding:0 20px}.our-team .container[data-v-2c4f4848]{width:100%;margin:0 auto;max-width:1400px}.our-team .top-content[data-v-2c4f4848]{width:100%;height:100%;gap:20px}.our-team .subheading[data-v-2c4f4848]{font-size:18px}.our-team .main-heading[data-v-2c4f4848]{font-size:48px;text-align:center;margin-bottom:28px}.our-team .four-grid-column[data-v-2c4f4848],.our-team .five-grid-column[data-v-2c4f4848]{width:100%;gap:32px;padding-top:32px;justify-content:center}.our-team .four-grid-column .col[data-v-2c4f4848]{width:calc(25% - 24px)}.our-team .five-grid-column .col[data-v-2c4f4848]{width:calc(20% - 25.6px)}.our-ambassadors[data-v-2c4f4848]{padding:120px 20px}.our-ambassadors .container[data-v-2c4f4848]{width:100%;margin:0 auto;max-width:1400px}.our-ambassadors .top-content[data-v-2c4f4848]{justify-content:center;gap:20px}.our-ambassadors .main-heading[data-v-2c4f4848]{font-size:48px;margin-bottom:60px}.our-ambassadors .members[data-v-2c4f4848]{gap:32px 16px;width:100%;justify-content:center}.our-ambassadors .member[data-v-2c4f4848]{gap:12px;width:calc((100% / 6) - (16px * 5 / 6))}.our-ambassadors .member-image-link[data-v-2c4f4848]{width:148px;height:148px;padding:3px}.our-ambassadors .member-name-link[data-v-2c4f4848]{font-size:15px}.four-col-grid[data-v-2c4f4848]{padding:120px 20px}.four-col-grid .container[data-v-2c4f4848]{width:100%;margin:0 auto;max-width:1400px}.four-col-grid .top-content[data-v-2c4f4848]{width:100%;height:100%;justify-content:center;gap:20px}.four-col-grid .main-heading[data-v-2c4f4848]{font-size:48px;margin-bottom:60px}.four-col-grid .four-col-grid-wrapper[data-v-2c4f4848]{justify-content:center;max-width:1400px;gap:32px}.four-col-grid .four-col-grid-wrapper .col[data-v-2c4f4848]{width:calc(25% - 24px)}.four-col-grid .four-col-grid-wrapper .grid-content[data-v-2c4f4848]{height:100%;flex:1 1 0%;padding:40px 28px}.four-col-grid .four-col-grid-wrapper .img img[data-v-2c4f4848]{width:100%;height:auto}.four-col-grid.featured-in[data-v-2c4f4848]{padding:0 20px 120px}}.circle-status .status-circle[data-v-35590a17]{display:block;border-radius:50%;-moz-animation-duration:.7s;-moz-animation-name:blink-35590a17;-moz-animation-iteration-count:infinite;-moz-animation-direction:alternate;-webkit-animation-duration:.7s;-webkit-animation-name:blink-35590a17;-webkit-animation-iteration-count:infinite;-webkit-animation-direction:alternate;animation-duration:.7s;animation-name:blink-35590a17;animation-iteration-count:infinite;animation-direction:alternate}.alpha-live .status-circle[data-v-35590a17]{background-color:#ff8c00}.live .status-circle[data-v-35590a17]{background-color:#6c0}.under-development .status-circle[data-v-35590a17]{background-color:silver;animation:none}@-moz-keyframes blink-35590a17{0%{opacity:1}to{opacity:0}}@-webkit-keyframes blink-35590a17{0%{opacity:1}to{opacity:0}}@keyframes blink-35590a17{0%{opacity:1}to{opacity:0}}.st0[data-v-35590a17]{fill:url(#SVGID_1_)}.release-notes[data-v-35590a17]{align-items:center;display:flex;flex-direction:column;flex-wrap:nowrap;gap:0px;height:min-content;justify-content:center;overflow:hidden;position:relative;width:100%;z-index:0}.release-notes .container[data-v-35590a17]{align-items:center;display:flex;flex-direction:column;flex-wrap:nowrap;gap:20px;height:min-content;justify-content:flex-start;max-width:1400px;overflow:visible;position:relative;width:100%}.release-notes .img-container[data-v-35590a17]{display:block}.release-notes img[data-v-35590a17]{width:100%;height:auto;border-radius:16px}.release-notes .note-items[data-v-35590a17]{width:100%;display:flex;flex-direction:column;gap:60px}.release-notes .note-item[data-v-35590a17]{display:flex;flex-direction:column}.release-notes .note-item-head[data-v-35590a17]{width:100%;padding:0 40px;display:flex;align-items:flex-end;gap:60px;justify-content:space-between}.release-notes .note-item-head .left[data-v-35590a17]{display:flex;align-items:baseline;gap:12px;flex:1}.release-notes .note-item-head .right[data-v-35590a17]{display:flex}.release-notes .active[data-v-35590a17]{border-color:#238636;color:#3fb950}.release-notes .status[data-v-35590a17]{text-decoration:none;z-index:1;height:fit-content;border:none;border:1px solid;background-color:transparent;position:relative;font-weight:500;border-radius:100px;line-height:1.5;text-align:center}.release-notes .main-heading[data-v-35590a17]{line-height:1.2;font-weight:700}.release-notes .pub-date[data-v-35590a17]{font-weight:600;line-height:1.2}.release-notes .note-item-body[data-v-35590a17]{margin-top:20px;display:flex;position:relative;width:100%;flex-direction:column;border-radius:24px;background:#0c0a14;padding:40px 40px 20px}.release-notes .main-content[data-v-35590a17]{font-style:normal;font-weight:400;text-align:left;line-height:1.5;color:#fff9}.release-notes .note-item-body[data-v-35590a17]:before{content:"";top:0;left:0;right:0;bottom:0;border:1px solid #ffffff1a;width:100%;height:100%;position:absolute;border-radius:24px}.release-notes .note-title[data-v-35590a17],.release-notes .note-list-title[data-v-35590a17]{font-style:normal;font-weight:600;line-height:1.2;text-align:start;color:#fff;text-decoration:none;text-transform:none}.release-notes .note-item-body .head[data-v-35590a17]{display:flex;justify-content:space-between;align-items:center;margin:20px 0}.release-notes .note-item-body .head .left[data-v-35590a17]{height:100%;display:flex}.release-notes .note-item-body .head .right[data-v-35590a17]{gap:20px;height:100%;display:flex;align-items:center}.divider[data-v-35590a17]{display:flex;width:100%;border:1px solid #ffffff1a}.release-notes .note-item-body .body[data-v-35590a17]{display:flex}.release-notes .note-item-body .body .lists[data-v-35590a17]{list-style:none;display:flex;flex-direction:column;justify-content:flex-start;gap:12px;width:100%}.release-notes .note-item-body .body .list-item[data-v-35590a17]{height:auto;position:relative;width:100%;display:flex;flex-direction:column;align-items:flex-start;gap:20px;font-style:normal;font-weight:400;text-align:left;line-height:1.5;color:#fff9;text-decoration:none;text-transform:none;padding:20px 0;border-bottom:1px solid #ffffff1a}.release-notes .note-item-body .body .list-item .row.bottom[data-v-35590a17]{display:flex;gap:12px}.release-notes .note-item-body .icon[data-v-35590a17]{display:block}.release-notes .note-item-body .icon svg[data-v-35590a17]{width:100%}.release-notes .note-item-body .body .list-item[data-v-35590a17]:last-child{border:none}@media screen and (min-width: 320px) and (max-width: 360px){.release-notes .circle-status .status-circle[data-v-35590a17]{width:8px;height:8px}.release-notes[data-v-35590a17]{padding:0 16px 64px}.release-notes .main-heading[data-v-35590a17]{font-size:28px}.release-notes .pub-date[data-v-35590a17]{font-size:15px;display:flex;align-items:center;gap:12px}.release-notes .note-title[data-v-35590a17]{font-size:24px}.release-notes .note-item-body .body .list-item[data-v-35590a17]{font-size:14px}.release-notes .note-item-body .icon[data-v-35590a17]{padding-top:4px;width:16px;min-width:16px;height:16px}.release-notes .note-list-title[data-v-35590a17]{font-size:18px}.release-notes .note-item-head .left[data-v-35590a17]{flex-direction:column}.release-notes .status[data-v-35590a17]{font-size:14px;padding:2px 10px}.release-notes .main-content[data-v-35590a17]{font-size:16px}.release-notes .circle-status .status-circle[data-v-35590a17]{width:10px;height:10px}.release-notes .right.lg-hide[data-v-35590a17]{display:flex;margin-bottom:20px}}@media screen and (min-width: 361px) and (max-width: 480px){.release-notes .circle-status .status-circle[data-v-35590a17]{width:10px;height:10px}.release-notes[data-v-35590a17]{padding:0 16px 64px}.release-notes .main-heading[data-v-35590a17]{font-size:28px}.release-notes .pub-date[data-v-35590a17]{font-size:15px;display:flex;align-items:center;gap:12px}.release-notes .note-title[data-v-35590a17]{font-size:24px}.release-notes .note-item-body .body .list-item[data-v-35590a17]{font-size:14px}.release-notes .note-item-body .icon[data-v-35590a17]{padding-top:4px;width:16px;min-width:16px;height:16px}.release-notes .note-list-title[data-v-35590a17]{font-size:18px}.release-notes .note-item-head .left[data-v-35590a17]{flex-direction:column}.release-notes .status[data-v-35590a17]{font-size:14px;padding:2px 10px}.release-notes .main-content[data-v-35590a17]{font-size:16px}}@media screen and (min-width: 361px) and (max-width: 767px){.release-notes[data-v-35590a17]{padding:0 16px 64px}.release-notes .main-heading[data-v-35590a17]{font-size:28px}.release-notes .pub-date[data-v-35590a17]{font-size:15px;display:flex;align-items:center;gap:12px}.release-notes .note-title[data-v-35590a17]{font-size:24px}.release-notes .note-item-body .body .list-item[data-v-35590a17]{font-size:14px}.release-notes .note-item-body .icon[data-v-35590a17]{padding-top:4px;width:16px;min-width:16px;height:16px}.release-notes .note-list-title[data-v-35590a17]{font-size:18px}.release-notes .note-item-head .left[data-v-35590a17]{flex-direction:column}.release-notes .status[data-v-35590a17]{font-size:14px;padding:2px 10px}.release-notes .main-content[data-v-35590a17]{font-size:16px}.release-notes .circle-status .status-circle[data-v-35590a17]{width:10px;height:10px}.release-notes .right.lg-hide[data-v-35590a17]{display:flex;margin-bottom:20px}}@media screen and (min-width: 481px) and (max-width: 767px){.release-notes[data-v-35590a17]{padding:0 40px 120px}.release-notes .main-heading[data-v-35590a17]{font-size:28px}.release-notes .pub-date[data-v-35590a17]{font-size:15px;display:flex;align-items:center;gap:12px}.release-notes .note-title[data-v-35590a17]{font-size:24px}.release-notes .note-item-body .body .list-item[data-v-35590a17]{font-size:14px}.release-notes .note-item-body .icon[data-v-35590a17]{padding-top:4px;width:16px;min-width:16px;height:16px}.release-notes .note-list-title[data-v-35590a17]{font-size:18px}.release-notes .note-item-head .left[data-v-35590a17]{flex-direction:column}.release-notes .status[data-v-35590a17]{font-size:14px;padding:2px 10px}.release-notes .main-content[data-v-35590a17]{font-size:16px}.release-notes .circle-status .status-circle[data-v-35590a17]{width:10px;height:10px}}@media screen and (min-width: 768px) and (max-width: 1024px){.release-notes[data-v-35590a17]{padding:0 40px 120px}.release-notes .main-heading[data-v-35590a17]{font-size:28px}.release-notes .pub-date[data-v-35590a17]{font-size:15px}.release-notes .note-title[data-v-35590a17]{font-size:24px}.release-notes .note-item-body .body .list-item[data-v-35590a17]{font-size:14px}.release-notes .note-item-body .icon[data-v-35590a17]{padding-top:4px;width:16px;min-width:16px;height:16px}.release-notes .note-list-title[data-v-35590a17]{font-size:18px}.release-notes .status[data-v-35590a17]{font-size:14px;padding:2px 10px}.release-notes .main-content[data-v-35590a17]{font-size:16px}.release-notes .circle-status .status-circle[data-v-35590a17]{width:8px;height:8px}}@media screen and (min-width: 1025px) and (max-width: 1200px){.release-notes[data-v-35590a17]{padding:0 40px 120px}.release-notes .main-heading[data-v-35590a17]{font-size:24px}.release-notes .pub-date[data-v-35590a17]{font-size:14px}.release-notes .note-title[data-v-35590a17]{font-size:22px}.release-notes .note-item-body .body .list-item[data-v-35590a17]{font-size:14px}.release-notes .note-item-body .icon[data-v-35590a17]{padding-top:4px;width:14px;min-width:14px;height:14px}.release-notes .note-list-title[data-v-35590a17]{font-size:16px}.release-notes .status[data-v-35590a17]{font-size:12px;padding:2px 10px}.release-notes .main-content[data-v-35590a17]{font-size:14px}.release-notes .circle-status .status-circle[data-v-35590a17]{width:12px;height:12px}}@media screen and (min-width: 1201px) and (max-width: 1600px){.release-notes[data-v-35590a17]{padding:0 40px 120px}.release-notes .main-heading[data-v-35590a17]{font-size:28px}.release-notes .pub-date[data-v-35590a17]{font-size:15px}.release-notes .note-title[data-v-35590a17]{font-size:24px}.release-notes .note-item-body .body .list-item[data-v-35590a17]{font-size:14px}.release-notes .note-item-body .icon[data-v-35590a17]{padding-top:4px;width:16px;min-width:16px;height:16px}.release-notes .note-list-title[data-v-35590a17]{font-size:18px}.release-notes .status[data-v-35590a17]{font-size:14px;padding:2px 10px}.release-notes .main-content[data-v-35590a17]{font-size:16px}.release-notes .circle-status .status-circle[data-v-35590a17]{width:10px;height:10px}}@media screen and (min-width: 1601px){.release-notes[data-v-35590a17]{padding:0 20px 120px}.release-notes .main-heading[data-v-35590a17]{font-size:32px}.release-notes .pub-date[data-v-35590a17]{font-size:16px}.release-notes .note-title[data-v-35590a17]{font-size:26px}.release-notes .note-item-body .body .list-item[data-v-35590a17]{font-size:16px}.release-notes .note-item-body .icon[data-v-35590a17]{padding-top:4px;width:18px;min-width:18px;height:18px}.release-notes .note-list-title[data-v-35590a17]{font-size:20px}.release-notes .status[data-v-35590a17]{font-size:16px;padding:4px 12px}.release-notes .main-content[data-v-35590a17]{font-size:18px}.release-notes .circle-status .status-circle[data-v-35590a17]{width:12px;height:12px}}.page-not-found[data-v-1f32fc38]{min-height:100vh;height:100%;position:relative;display:flex;overflow:hidden;-webkit-mask-image:-webkit-gradient(linear,center 90%,center bottom,from(rgba(0,0,0,1)),to(rgba(0,0,0,0)));mask-image:linear-gradient(to bottom,#000 90%,#0000)}.page-not-found[data-v-1f32fc38]:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-image:linear-gradient(180deg,#0000 40%,#000000b3)}.page-not-found .container[data-v-1f32fc38]{display:flex;justify-content:center;align-items:center;flex:1;flex-direction:column;max-width:1400px;margin:0 auto}.page-not-found .fade[data-v-1f32fc38]{background:linear-gradient(0deg,#000,#0000);bottom:0;flex:none;left:0;overflow:hidden;pointer-events:none;position:absolute;right:0;z-index:1}.page-not-found .page-not-found-bg[data-v-1f32fc38]{position:absolute;top:50%;left:50%;width:100%;object-fit:cover;height:100%;transform:translate(-50%,-50%)}.page-not-found .content[data-v-1f32fc38]{gap:20px;z-index:1;display:flex;flex-direction:column;align-items:center}.page-not-found .subheading[data-v-1f32fc38]{line-height:1.2;font-weight:700;color:#fff;text-transform:uppercase}.page-not-found .main-title[data-v-1f32fc38]{text-transform:uppercase;position:relative;line-height:1.2;font-weight:700;color:#ff9c00}.page-not-found .para[data-v-1f32fc38]{position:relative;line-height:1.5em;font-weight:400;font-style:normal}@media screen and (min-width: 320px) and (max-width: 360px){.page-not-found .container[data-v-1f32fc38]{padding:120px 16px 64px}.page-not-found .subheading[data-v-1f32fc38]{font-size:120px;text-align:center}.page-not-found .main-title[data-v-1f32fc38]{font-size:28px;text-align:center}.page-not-found .para[data-v-1f32fc38]{text-align:center;font-size:16px;margin-bottom:40px;max-width:280px}.page-not-found .page-not-found-logo[data-v-1f32fc38]{width:48px}}@media screen and (min-width: 361px) and (max-width: 767px){.page-not-found .container[data-v-1f32fc38]{padding:142px 16px 64px}.page-not-found .subheading[data-v-1f32fc38]{font-size:140px;text-align:center}.page-not-found .main-title[data-v-1f32fc38]{font-size:32px;text-align:center}.page-not-found .para[data-v-1f32fc38]{text-align:center;font-size:18px;margin-bottom:40px;max-width:280px}.page-not-found .page-not-found-logo[data-v-1f32fc38]{width:64px}}@media screen and (min-width: 768px) and (max-width: 1024px){.page-not-found .container[data-v-1f32fc38]{padding:120px 20px}.page-not-found .subheading[data-v-1f32fc38]{font-size:140px;text-align:center}.page-not-found .main-title[data-v-1f32fc38]{font-size:36px;text-align:center}.page-not-found .para[data-v-1f32fc38]{text-align:center;font-size:18px;margin-bottom:40px}.page-not-found .page-not-found-logo[data-v-1f32fc38]{width:64px}}@media screen and (min-width: 1025px) and (max-width: 1200px){.page-not-found .container[data-v-1f32fc38]{padding:120px 20px}.page-not-found .subheading[data-v-1f32fc38]{font-size:140px;text-align:center}.page-not-found .main-title[data-v-1f32fc38]{font-size:36px;text-align:center}.page-not-found .para[data-v-1f32fc38]{text-align:center;font-size:18px;margin-bottom:40px}.page-not-found .page-not-found-logo[data-v-1f32fc38]{width:64px}}@media screen and (min-width: 1201px) and (max-width: 1600px){.page-not-found .container[data-v-1f32fc38]{padding:120px 20px}.page-not-found .subheading[data-v-1f32fc38]{font-size:140px;text-align:center}.page-not-found .main-title[data-v-1f32fc38]{font-size:36px;text-align:center}.page-not-found .para[data-v-1f32fc38]{text-align:center;font-size:18px;margin-bottom:40px}.page-not-found .page-not-found-logo[data-v-1f32fc38]{width:64px}}@media screen and (min-width: 1601px){.page-not-found .container[data-v-1f32fc38]{padding:120px 20px}.page-not-found .subheading[data-v-1f32fc38]{font-size:160px;text-align:center}.page-not-found .main-title[data-v-1f32fc38]{font-size:40px;text-align:center}.page-not-found .para[data-v-1f32fc38]{text-align:center;font-size:20px;margin-bottom:40px}.page-not-found .page-not-found-logo[data-v-1f32fc38]{width:80px}}.archive[data-v-54348995]{padding:0 20px 120px;position:relative;z-index:2}.archive .container[data-v-54348995]{margin:0 auto;display:flex;max-width:1400px;position:relative;flex-direction:column}.archive .pagination[data-v-54348995]{margin-top:60px;display:flex;justify-content:center;list-style:none;padding:0;gap:8px}.archive .pagination li[data-v-54348995]{padding:8px 12px;border:1px solid rgba(255,255,255,.13);cursor:pointer;-webkit-user-select:none;user-select:none;font-weight:500;border-radius:8px;transition:all .3s ease}.archive .pagination li[data-v-54348995]:hover:not(.disabled,.active,.ellipsis){background:#ffffff1a}.archive .pagination li.active[data-v-54348995]{background:#fff;color:#000}.archive .pagination li.disabled[data-v-54348995]{cursor:not-allowed;color:#fff6;pointer-events:none}.archive .pagination li.ellipsis[data-v-54348995]{border:none;pointer-events:none}.archive .archive-wrapper[data-v-54348995]{display:flex;width:100%;gap:32px;flex-wrap:wrap;justify-content:center}.archive .archive-card[data-v-54348995]{display:flex;flex-direction:column;padding:20px;align-items:center;border-radius:16px;position:relative;background-color:#0c0a14;flex:0 0 calc((100% - 96px)/4)}.archive .archive-card .top[data-v-54348995]{display:flex;flex-direction:column}.archive .archive-card[data-v-54348995]:after{z-index:1;content:"";border:1px solid rgba(255,255,255,.13);width:100%;height:100%;position:absolute;box-sizing:border-box;left:0;top:0;border-radius:inherit;pointer-events:none}.archive .archive-card .img-container[data-v-54348995]{width:100%;display:block;border-radius:16px;position:relative;margin-bottom:20px;min-height:152px;max-height:152px;overflow:hidden}.archive .archive-card .img-container[data-v-54348995]:after{z-index:1;content:"";border:1px solid rgba(255,255,255,.13);width:100%;height:100%;position:absolute;box-sizing:border-box;left:0;top:0;border-radius:inherit;pointer-events:none}.archive .archive-card img[data-v-54348995]{width:100%;height:100%;display:block;border-radius:16px;overflow:hidden;object-fit:cover}.archive .archive-card-title[data-v-54348995]{font-style:normal;font-weight:700;letter-spacing:-.8px;line-height:1.2em;color:#fff;text-decoration:none;text-transform:none;font-size:16px;text-align:center;margin-bottom:8px;max-width:100%;line-clamp:2;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;display:-webkit-box}.archive .archive-pub-date[data-v-54348995]{text-align:center;font-size:14px;font-weight:400;text-transform:capitalize;font-style:normal;text-decoration:none;color:#fff9;margin-bottom:16px}.archive .grad-button[data-v-54348995]{font-size:14px}.archive .categories-group[data-v-54348995]{display:flex;justify-content:center;gap:4px;margin-bottom:8px}.archive .categories-group a[data-v-54348995]{font-size:14px;font-weight:600;text-transform:capitalize;font-style:normal;text-decoration:none;line-height:1.2}.title[data-v-4896b013]{font-size:26px;font-weight:700;line-height:1.2em;letter-spacing:0px;color:#ff9c00}.divider[data-v-4896b013]{display:block;margin:20px 0;height:1px;width:100%;background:#ffffff21}.pill[data-v-a1bb2503]{font-size:13px;font-weight:700;text-transform:capitalize;font-style:normal;text-decoration:none;line-height:1.2em;border-radius:16px;flex:1;color:#fff;position:relative;min-width:182px;max-width:200px;overflow:hidden}.pill[data-v-a1bb2503]:after{z-index:1;content:"";border:2px solid rgba(255,255,255,.13);width:100%;height:100%;position:absolute;box-sizing:border-box;left:0;top:0;border-radius:inherit;pointer-events:none}.hover-sweep[data-v-a1bb2503]{border:2px solid rgba(255,255,255,.13);position:relative;display:flex;justify-content:center;align-items:center;border-radius:4px;padding:12px;width:100%;height:100%}.hover-sweep[data-v-a1bb2503]:hover:after{height:300%;transition:all .4s linear;background-color:transparent}.hover-sweep[data-v-a1bb2503]:after{content:"";position:absolute;width:500%;height:0%;left:50%;top:50%;background-color:#fff3;transform:translate(-50%,-50%) rotate(-45deg);z-index:1}.extra-categories[data-v-21a589e5]{position:absolute;top:100%;left:0;background:#fff;border:1px solid #ccc;border-radius:4px;box-shadow:0 2px 4px #0000001a;padding:8px;z-index:10;display:flex;flex-direction:column}.extra-category[data-v-21a589e5]{text-decoration:none;color:#007bff;padding:4px 8px}.extra-category[data-v-21a589e5]:hover{background:#f0f0f0}.categories-group[data-v-21a589e5]{font-weight:700;display:flex;align-items:center;color:#ff4094}span[data-v-21a589e5]{margin-right:4px}a[data-v-21a589e5]{font-size:16px;font-weight:600;text-transform:capitalize;font-style:normal;text-decoration:none;line-height:1.2;color:#ff4094}a[data-v-21a589e5]:hover{color:#ff4094}.divider[data-v-be04012a]{display:block;width:6px;height:6px;border-radius:50%;background-color:#ffffffd9}.post[data-v-be04012a]{display:flex;flex-direction:row;gap:12px;width:100%;align-items:center;justify-content:flex-start}.col-left[data-v-be04012a]{flex:0 0 136px}.img-container[data-v-be04012a]{width:100%;display:flex;border-radius:16px;position:relative;min-height:80px;max-height:80px;overflow:hidden}.img-container[data-v-be04012a]:after{z-index:1;content:"";border:1px solid rgba(255,255,255,.13);width:100%;height:100%;position:absolute;box-sizing:border-box;left:0;top:0;border-radius:inherit;pointer-events:none}.img-container img[data-v-be04012a]{width:100%;height:100%;border-radius:16px;object-fit:cover;overflow:hidden}.col-right[data-v-be04012a]{display:flex;flex-direction:column;gap:4px}.post-title a[data-v-be04012a]{font-size:16px;font-weight:500;text-transform:capitalize;line-height:1.2;color:#fff;margin-bottom:unset;max-width:100%;line-clamp:2;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;display:-webkit-box}.post-title a[data-v-be04012a]:hover{color:#fff}.post-info[data-v-be04012a]{display:flex;flex-direction:row;gap:8px;font-size:14px;align-items:center;width:100%}.author-name[data-v-be04012a]{text-transform:uppercase}.posts-lists[data-v-6bcf3445]{width:100%;display:flex;flex-direction:column;gap:20px}.divider[data-v-6bcf3445]{margin-top:20px;height:1px;width:100%;display:block;background:#ffffff21}.related-posts .archive-card[data-v-e1fb0840]{flex:0 0 calc((100% - 64px) / 3)}.related-posts[data-v-e1fb0840]{display:flex;flex-direction:column;margin-top:60px;border-top:2px solid rgba(255,255,255,.13);padding:60px 0 0}.related-posts .wrapper[data-v-e1fb0840]{display:flex;width:100%;gap:32px;flex-wrap:wrap;justify-content:center}.related-posts .main-title[data-v-e1fb0840]{display:flex;margin-bottom:60px;align-self:center;justify-content:center;font-size:48px;letter-spacing:0em;line-height:1.2em;text-align:center;width:100%;font-style:normal;font-weight:700;color:#fff;text-decoration:none;height:auto;position:relative}.single-post .sidebar-widget[data-v-e1fb0840]{display:flex;gap:60px;flex-direction:column}.single-post .pills[data-v-e1fb0840]{display:flex;gap:8px;flex-wrap:wrap}.single-post .pill[data-v-e1fb0840]{background-color:#111111f2;cursor:pointer;font-size:13px;font-weight:700;text-transform:capitalize;font-style:normal;text-decoration:none;line-height:1.2em;border-radius:4px;flex:1;color:#fff;position:relative;min-width:calc((100% - 16px) / 3);max-width:calc((100% - 16px) / 3);overflow:hidden}.single-post .pill[data-v-e1fb0840]:after{z-index:1;content:"";border:2px solid rgba(255,255,255,.13);width:100%;height:100%;position:absolute;box-sizing:border-box;left:0;top:0;border-radius:inherit;pointer-events:none}.single-post .hover-sweep[data-v-e1fb0840]{border:2px solid rgba(255,255,255,.13);position:relative;display:flex;justify-content:center;align-items:center;border-radius:8px;padding:12px;width:100%;height:100%}.single-post .hover-sweep[data-v-e1fb0840]:hover:after{height:300%;transition:all .4s linear;background-color:transparent}.single-post .hover-sweep[data-v-e1fb0840]:after{content:"";position:absolute;width:500%;height:0%;left:50%;top:50%;background-color:#fff3;transform:translate(-50%,-50%) rotate(-45deg);z-index:1}.single-post[data-v-e1fb0840]{padding:0 20px}.single-post .container[data-v-e1fb0840]{padding:0 0 100px;gap:60px;margin:0 auto;display:flex;max-width:1400px;position:relative}.single-post .col[data-v-e1fb0840]{display:flex;flex-direction:column;flex:1}.single-post .col.sidebar[data-v-e1fb0840]{display:flex;flex-direction:column;flex:0 0 420px;gap:60px;margin-left:0!important}.single-post .toc[data-v-e1fb0840]{position:relative;overflow:hidden;border-radius:16px;background-color:#111111f2;-webkit-backdrop-filter:blur(.625em);backdrop-filter:blur(.625em);box-shadow:#00000040 0 1.563em 3.125em,#00000080 0 .313em 1.563em}.single-post .toc[data-v-e1fb0840]:after{z-index:20;content:"";border:2px solid rgba(255,255,255,.13);width:100%;height:100%;border-radius:16px;position:absolute;box-sizing:border-box;left:0;top:0;border-radius:inherit;pointer-events:none}.single-post .toc-top[data-v-e1fb0840]{padding:20px;border-bottom:2px solid rgba(255,255,255,.13)}.single-post .toc-bottom[data-v-e1fb0840]{padding:20px;height:400px;overflow-y:auto;margin-right:0}.single-post .toc-bottom[data-v-e1fb0840]::-webkit-scrollbar-track{background-color:#fff0;position:relative;display:block;z-index:9999}.single-post .toc-top h2[data-v-e1fb0840]{font-size:26px;color:#fff;line-height:1.2}.single-post .toc ul[data-v-e1fb0840]{margin-left:20px}.single-post .toc li[data-v-e1fb0840]{margin-bottom:8px}.single-post .toc li a[data-v-e1fb0840]{font-size:15px;color:#fff9;-webkit-transition:all .4s ease-in;-moz-transition:all .4s ease-in;-o-transition:all .4s ease-in;transition:all .4s ease-in}.single-post .toc li a[data-v-e1fb0840]:hover{color:#fff;-webkit-transition:all .4s ease-out;-moz-transition:all .4s ease-out;-o-transition:all .4s ease-out;transition:all .4s ease-out}.single-post .shadow[data-v-e1fb0840]{bottom:-3px;height:40px;left:6px;right:6px;z-index:9;background:linear-gradient(180deg,#0000,#101010b3,#101010);pointer-events:none!important;overflow:hidden;position:absolute}.single-post .content[data-v-e1fb0840]{width:100%}.single-post .img-container[data-v-e1fb0840]{width:100%;display:flex;background-color:#111111f2;position:relative;border-radius:16px;margin-bottom:20px;overflow:hidden;min-height:552px}.single-post .img-container img[data-v-e1fb0840]{width:100%;height:auto;display:block}.single-post .img-container[data-v-e1fb0840]:after{z-index:1;content:"";border:2px solid rgba(255,255,255,.13);width:100%;height:100%;position:absolute;box-sizing:border-box;left:0;top:0;border-radius:inherit;pointer-events:none;border-radius:16px}.single-post .post-main-title[data-v-e1fb0840]{font-size:28px;line-height:1.2;color:#fff;margin-bottom:20px}.single-post .info-box[data-v-e1fb0840]{margin-bottom:20px;display:flex;flex-direction:row;justify-content:space-between;gap:8px;width:100%;align-items:center;padding:12px 0;border-top:2px solid rgba(255,255,255,.13);border-bottom:2px solid rgba(255,255,255,.13)}.single-post .info-box .post-info[data-v-e1fb0840]{display:flex;flex-direction:row;gap:8px;font-size:16px;align-items:center;flex:1}.single-post .info-box .divider[data-v-e1fb0840]{display:block;width:6px;height:6px;border-radius:50%;background-color:#ffffffd9}.single-post .share-box[data-v-e1fb0840]{display:flex;align-items:center;justify-content:flex-end;flex:0 0 400px;gap:12px}.single-post .share-box .share-title[data-v-e1fb0840]{font-size:16px}.single-post .share-box .share-btns[data-v-e1fb0840]{display:flex;gap:12px;flex-direction:row}.single-post .share-box .share-btn[data-v-e1fb0840]{position:relative;width:46px;height:46px;display:flex;justify-content:center;align-items:center}.single-post .share-box .share-btn svg[data-v-e1fb0840]{width:20px;height:20px}.single-post .share-box .share-btn[data-v-e1fb0840]:after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;border-radius:50%;border:3px solid transparent;background:linear-gradient(90deg,#ff9c00,#ff4094) border-box;mask:-webkit-gradient(linear,left top,left bottom,color-stop(0,#fff)) padding-box,-webkit-gradient(linear,left top,left bottom,color-stop(0,#fff));mask:linear-gradient(#fff 0 0) padding-box,linear-gradient(#fff 0 0);-webkit-mask:-webkit-gradient(linear,left top,left bottom,color-stop(0,#fff)) padding-box,-webkit-gradient(linear,left top,left bottom,color-stop(0,#fff));-webkit-mask:linear-gradient(#fff 0 0) padding-box,linear-gradient(#fff 0 0);-webkit-mask-composite:destination-out;-webkit-mask-composite:source-out;mask-composite:exclude;background-size:300% 300%;-webkit-animation:animatedgradient 4s ease alternate infinite;animation:animatedgradient 4s ease alternate infinite}.latest-release-notes a[data-v-b7e22b30]{font-size:16px;font-weight:500;text-transform:capitalize;line-height:1.2;margin-bottom:unset;max-width:100%;line-clamp:2;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;color:#fff9;-webkit-transition:all .4s ease-in;-moz-transition:all .4s ease-in;-o-transition:all .4s ease-in;transition:all .4s ease-in}.latest-release-notes a[data-v-b7e22b30]:hover{color:#fff;-webkit-transition:all .4s ease-out;-moz-transition:all .4s ease-out;-o-transition:all .4s ease-out;transition:all .4s ease-out}.latest-release-notes .divider[data-v-b7e22b30]{height:1px;width:100%;display:block;background:#ffffff21}.latest-release-notes[data-v-253bc0fa]{display:flex;gap:20px;flex-direction:column}.single-post .sidebar-widget[data-v-253bc0fa]{display:flex;gap:60px;flex-direction:column}.single-post .pills[data-v-253bc0fa]{display:flex;gap:8px;flex-wrap:wrap}.single-post .pill[data-v-253bc0fa]{background-color:#111111f2;cursor:pointer;font-weight:700;text-transform:capitalize;font-style:normal;text-decoration:none;line-height:1.2em;border-radius:4px;flex:1;color:#fff;position:relative;overflow:hidden}.single-post .pill[data-v-253bc0fa]:after{z-index:1;content:"";border:2px solid rgba(255,255,255,.13);width:100%;height:100%;position:absolute;box-sizing:border-box;left:0;top:0;border-radius:inherit;pointer-events:none}.single-post .hover-sweep[data-v-253bc0fa]{border:2px solid rgba(255,255,255,.13);position:relative;display:flex;justify-content:center;align-items:center;border-radius:8px;padding:12px;width:100%;height:100%}.single-post .hover-sweep[data-v-253bc0fa]:hover:after{height:300%;transition:all .4s linear;background-color:transparent}.single-post .hover-sweep[data-v-253bc0fa]:after{content:"";position:absolute;width:500%;height:0%;left:50%;top:50%;background-color:#fff3;transform:translate(-50%,-50%) rotate(-45deg);z-index:1}.single-post[data-v-253bc0fa]{padding:0 20px}.single-post .container[data-v-253bc0fa]{padding:0 0 100px;gap:60px;width:100%;margin:0 auto;display:flex;max-width:1400px;position:relative}.single-post .col[data-v-253bc0fa]{display:flex;flex-direction:column;flex:1}.single-post .col.sidebar[data-v-253bc0fa]{display:flex;flex-direction:column;margin-left:0;gap:60px}.single-post .toc[data-v-253bc0fa]{position:relative;overflow:hidden;border-radius:16px;background-color:#111111f2;-webkit-backdrop-filter:blur(.625em);backdrop-filter:blur(.625em);box-shadow:#00000040 0 1.563em 3.125em,#00000080 0 .313em 1.563em}.single-post .toc[data-v-253bc0fa]:after{z-index:20;content:"";border:2px solid rgba(255,255,255,.13);width:100%;height:100%;border-radius:16px;position:absolute;box-sizing:border-box;left:0;top:0;border-radius:inherit;pointer-events:none}.single-post .toc-top[data-v-253bc0fa]{padding:20px;border-bottom:2px solid rgba(255,255,255,.13)}.single-post .toc-bottom[data-v-253bc0fa]{padding:20px;overflow-y:auto;margin-right:0}.single-post .toc-bottom[data-v-253bc0fa]::-webkit-scrollbar-track{background-color:#fff0;position:relative;display:block;z-index:9999}.single-post .toc-top h2[data-v-253bc0fa]{color:#fff;line-height:1.2}.single-post .toc ul[data-v-253bc0fa]{margin-left:20px}.single-post .toc li[data-v-253bc0fa]{margin-bottom:8px}.single-post .toc li a[data-v-253bc0fa]{color:#fff9;-webkit-transition:all .4s ease-in;-moz-transition:all .4s ease-in;-o-transition:all .4s ease-in;transition:all .4s ease-in}.single-post .toc li a[data-v-253bc0fa]:hover{color:#fff;-webkit-transition:all .4s ease-out;-moz-transition:all .4s ease-out;-o-transition:all .4s ease-out;transition:all .4s ease-out}.single-post .shadow[data-v-253bc0fa]{bottom:-3px;height:40px;left:6px;right:6px;z-index:9;background:linear-gradient(180deg,#0000,#101010b3,#101010);pointer-events:none!important;overflow:hidden;position:absolute}.single-post .content[data-v-253bc0fa]{width:100%}.single-post .img-container[data-v-253bc0fa]{width:100%;display:flex;position:relative;border-radius:16px;margin-bottom:20px;overflow:hidden}.single-post .img-container img[data-v-253bc0fa]{width:100%;height:auto;display:block}.single-post .img-container[data-v-253bc0fa]:after{z-index:1;content:"";border:2px solid rgba(255,255,255,.13);width:100%;height:100%;position:absolute;box-sizing:border-box;left:0;top:0;border-radius:inherit;pointer-events:none;border-radius:16px}.single-post .post-main-title[data-v-253bc0fa]{line-height:1.2;color:#fff;margin-bottom:20px}.single-post .info-box[data-v-253bc0fa]{margin-bottom:20px;display:flex;flex-direction:row;justify-content:space-between;gap:8px;width:100%;align-items:center;padding:12px 0;border-top:2px solid rgba(255,255,255,.13);border-bottom:2px solid rgba(255,255,255,.13)}.single-post .info-box .post-info[data-v-253bc0fa]{display:flex;flex-direction:row;gap:8px;align-items:center;flex:1}.single-post .info-box .divider[data-v-253bc0fa]{display:block;border-radius:50%;background-color:#ffffffd9}.single-post .share-box[data-v-253bc0fa]{display:flex;align-items:center;justify-content:flex-end;gap:12px}.single-post .share-box .share-btns[data-v-253bc0fa]{display:flex;gap:12px;flex-direction:row}.single-post .share-box .share-btn[data-v-253bc0fa]{position:relative;display:flex;justify-content:center;align-items:center}.single-post .share-box .share-btn[data-v-253bc0fa]:after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;border-radius:50%;border:3px solid transparent;background:linear-gradient(90deg,#ff9c00,#ff4094) border-box;mask:-webkit-gradient(linear,left top,left bottom,color-stop(0,#fff)) padding-box,-webkit-gradient(linear,left top,left bottom,color-stop(0,#fff));mask:linear-gradient(#fff 0 0) padding-box,linear-gradient(#fff 0 0);-webkit-mask:-webkit-gradient(linear,left top,left bottom,color-stop(0,#fff)) padding-box,-webkit-gradient(linear,left top,left bottom,color-stop(0,#fff));-webkit-mask:linear-gradient(#fff 0 0) padding-box,linear-gradient(#fff 0 0);-webkit-mask-composite:destination-out;-webkit-mask-composite:source-out;mask-composite:exclude;background-size:300% 300%;-webkit-animation:animatedgradient 4s ease alternate infinite;animation:animatedgradient 4s ease alternate infinite}@media screen and (min-width: 1601px){.single-post .pill[data-v-253bc0fa]{font-size:15px;min-width:calc((100% - 16px) / 3);max-width:calc((100% - 16px) / 3)}.single-post .col.sidebar[data-v-253bc0fa]{flex:0 0 420px}.single-post .toc-bottom[data-v-253bc0fa]{height:400px}.single-post .toc-top h2[data-v-253bc0fa]{font-size:26px}.single-post .toc li a[data-v-253bc0fa]{font-size:15px}.single-post .img-container[data-v-253bc0fa]{min-height:552px}.single-post .post-main-title[data-v-253bc0fa]{font-size:28px}.single-post .info-box .post-info[data-v-253bc0fa]{font-size:16px}.single-post .info-box .divider[data-v-253bc0fa]{width:6px;height:6px}.single-post .share-box[data-v-253bc0fa]{flex:0 0 400px}.single-post .share-box .share-title[data-v-253bc0fa]{font-size:16px}.single-post .share-box .share-btn svg[data-v-253bc0fa]{width:20px;height:20px}.single-post .share-box .share-btn[data-v-253bc0fa]{width:46px;height:46px}}.features .divider[data-v-f688db3d]{display:block;margin:20px 0;height:1px;width:100%;background:#ffffff21}.features .img-container[data-v-f688db3d]{width:100%;display:flex;margin-bottom:20px;overflow:hidden;position:relative}.features .img-container img[data-v-f688db3d]{width:100%;height:auto;border-radius:24px;display:block;aspect-ratio:unset;-webkit-mask-image:linear-gradient(0deg,rgba(0,0,0,0) 0%,rgba(0,0,0,1) 36%);mask-image:linear-gradient(0deg,#0000,#000 36%)}.features .img-container[data-v-f688db3d]:after{height:100px;content:"";position:absolute;bottom:0;left:0;width:100%;background-image:linear-gradient(to top,#000,#0000);z-index:1;pointer-events:none}.features .main-title[data-v-f688db3d]{display:flex;align-self:center;line-height:1.2;text-align:center;width:100%;font-style:normal;font-weight:700;color:#fff;text-decoration:none;height:auto;position:relative}.features[data-v-f688db3d]{align-content:center;align-items:center;display:flex;flex-direction:column;flex-wrap:nowrap;height:min-content;justify-content:center;overflow:hidden;position:relative;z-index:9999}.features .container[data-v-f688db3d]{align-content:center;align-items:center;display:flex;flex-direction:column;flex-wrap:nowrap;height:min-content;justify-content:center;overflow:hidden;position:relative}.features .row[data-v-f688db3d]{width:100%;position:relative}.features .row.bottom[data-v-f688db3d]{display:flex;justify-content:center;gap:60px;z-index:10}.features .col[data-v-f688db3d]{flex:1}.features .col.right-sidebar[data-v-f688db3d]{flex:0 0 420px;position:relative}.features .col .content[data-v-f688db3d]{width:100%;position:relative}.features .features-tabs-content[data-v-f688db3d]{position:relative}.features .features-tab-content[data-v-f688db3d]{position:absolute;-webkit-transition:all .4s ease-in;-moz-transition:all .4s ease-in;-o-transition:all .4s ease-in;transition:all .4s ease-in}.features .features-tabs[data-v-f688db3d]{display:flex;position:relative;justify-content:center;align-items:center;flex-wrap:nowrap}.features .features-tab[data-v-f688db3d]{cursor:pointer;display:flex;flex-direction:column;align-items:center;flex:0 0 auto}.features .features-tab .top[data-v-f688db3d]{display:flex;justify-content:center;align-items:center;position:relative;-webkit-transition:all .4s ease-in;-moz-transition:all .4s ease-in;-o-transition:all .4s ease-in;transition:all .4s ease-in;background-color:#ffffff0d;filter:invert(0)}.features .features-tab .bottom span[data-v-f688db3d]{color:#fff9;font-weight:400;text-align:center;-webkit-transition:all .4s ease-in;-moz-transition:all .4s ease-in;-o-transition:all .4s ease-in;transition:all .4s ease-in}.features .features-tab.active .bottom span[data-v-f688db3d]{color:#fff;font-weight:400;text-align:center;-webkit-transition:all .4s ease-out;-moz-transition:all .4s ease-out;-o-transition:all .4s ease-out;transition:all .4s ease-out}.features .features-tab.active .top[data-v-f688db3d]{display:flex;justify-content:center;align-items:center;position:relative;-webkit-transition:all .4s ease-out;-moz-transition:all .4s ease-out;-o-transition:all .4s ease-out;transition:all .4s ease-out;background-color:#000;filter:invert(1)}.features .features-tab:hover .top[data-v-f688db3d]{background-color:#000;filter:invert(1)}.features .features-tab:hover .bottom span[data-v-f688db3d]{color:#fff;-webkit-transition:all .4s ease-out;-moz-transition:all .4s ease-out;-o-transition:all .4s ease-out;transition:all .4s ease-out}.features .col.content[data-v-f688db3d]{display:flex;flex-direction:column;gap:20px}.guideShake[data-v-f688db3d]{animation:shake-animation-f688db3d 4s ease infinite;transform-origin:50% 50%}@keyframes shake-animation-f688db3d{0%{transform:translate(0)}25%{transform:translate(50px)}50%{transform:translate(0)}75%{transform:translate(-50px)}to{transform:translate(0)}}.features .toc[data-v-f688db3d]{top:0;position:sticky;overflow:hidden;border-radius:16px;background-color:#111111f2;-webkit-backdrop-filter:blur(.625em);backdrop-filter:blur(.625em);box-shadow:#00000040 0 1.563em 3.125em,#00000080 0 .313em 1.563em}.features .toc[data-v-f688db3d]:after{z-index:20;content:"";border:2px solid rgba(255,255,255,.13);width:100%;height:100%;border-radius:16px;position:absolute;box-sizing:border-box;left:0;top:0;border-radius:inherit;pointer-events:none}.features .toc-top[data-v-f688db3d]{padding:20px;border-bottom:2px solid rgba(255,255,255,.13)}.features .toc-bottom[data-v-f688db3d]{padding:20px;overflow-y:auto;margin-right:0}.features .toc-bottom[data-v-f688db3d]::-webkit-scrollbar-track{background-color:#fff0;position:relative;display:block;z-index:9999}.features .toc-top h2[data-v-f688db3d]{color:#fff;line-height:1.2}.features .toc ul[data-v-f688db3d]{margin-left:20px}.features .toc li[data-v-f688db3d]{margin-bottom:8px}.features .toc li a[data-v-f688db3d]{color:#fff9;-webkit-transition:all .4s ease-in;-moz-transition:all .4s ease-in;-o-transition:all .4s ease-in;transition:all .4s ease-in}.features .toc li a[data-v-f688db3d]:hover{color:#fff;-webkit-transition:all .4s ease-out;-moz-transition:all .4s ease-out;-o-transition:all .4s ease-out;transition:all .4s ease-out}.features .shadow[data-v-f688db3d]{bottom:-3px;height:40px;left:6px;right:6px;z-index:9;background:linear-gradient(180deg,#0000,#101010b3,#101010);pointer-events:none!important;overflow:hidden;position:absolute}@media screen and (min-width: 320px) and (max-width: 360px){.features[data-v-f688db3d]{gap:0px;padding:0 16px 44px;width:100%}.features .container[data-v-f688db3d]{gap:0px;width:100%}.features .col[data-v-f688db3d]{width:100%;justify-content:center}.features .row.top[data-v-f688db3d]{padding:0 0 40px}.features .features-tabs-content[data-v-f688db3d]{width:100%}.features .features-tab-content[data-v-f688db3d]{top:0;left:0;width:100%;height:100%}.features .features-tab[data-v-f688db3d]{grid-gap:8px;gap:12px;width:88px}.features .features-tab .top[data-v-f688db3d]{border-radius:12px;inline-size:44px;block-size:44px;padding:12px}.features .features-tab .top img[data-v-f688db3d]{width:32px;height:100%}.features .features-tab .bottom span[data-v-f688db3d],.features .features-tab.active .bottom span[data-v-f688db3d]{font-size:10px}.features .features-tab.active .top[data-v-f688db3d]{border-radius:12px;width:44px;height:44px;padding:12px}.features .features-tab.active .top img[data-v-f688db3d]{width:32px;height:100%}.features .toc[data-v-f688db3d]{margin-bottom:20px}.features .toc-bottom[data-v-f688db3d]{height:280px}.features .toc-top h2[data-v-f688db3d]{font-size:18px}.features .toc li a[data-v-f688db3d]{font-size:13px}.features .main-title[data-v-f688db3d]{font-size:34px}}@media screen and (min-width: 361px) and (max-width: 480px){.features[data-v-f688db3d]{gap:0px;padding:0 16px 44px;width:100%}.features .container[data-v-f688db3d]{gap:0px;max-width:1400px;width:100%}.features .col[data-v-f688db3d]{width:100%;justify-content:center}.features .row.top[data-v-f688db3d]{padding:0 0 40px}.features .features-tabs-content[data-v-f688db3d]{width:100%}.features .features-tab-content[data-v-f688db3d]{top:0;left:0;width:100%;height:100%}.features .features-tabs[data-v-f688db3d]{justify-content:flex-start;flex-wrap:nowrap;overflow-x:auto}.features .features-tabs[data-v-f688db3d]::-webkit-scrollbar{height:0px}.features .features-tab[data-v-f688db3d]{grid-gap:8px;gap:12px;width:100px;flex:0 0 auto}.features .features-tab .top[data-v-f688db3d]{border-radius:12px;inline-size:48px;block-size:48px;padding:12px}.features .features-tab .top img[data-v-f688db3d]{width:36px;height:100%}.features .features-tab .bottom span[data-v-f688db3d],.features .features-tab.active .bottom span[data-v-f688db3d]{font-size:12px}.features .features-tab.active .top[data-v-f688db3d]{border-radius:12px;width:48px;height:48px;padding:12px}.features .features-tab.active .top img[data-v-f688db3d]{width:36px;height:100%}.features .toc[data-v-f688db3d]{margin-bottom:20px}.features .toc-bottom[data-v-f688db3d]{height:260px}.features .toc-top h2[data-v-f688db3d]{font-size:24px}.features .toc li a[data-v-f688db3d]{font-size:13px}.features .main-title[data-v-f688db3d]{font-size:40px}}@media screen and (min-width: 320px) and (max-width: 767px){.features .features-tabs[data-v-f688db3d]{justify-content:flex-start;flex-wrap:nowrap;overflow:auto}.features .row.top[data-v-f688db3d]:after,.features .row.top[data-v-f688db3d]:before{content:"";position:absolute;top:50%;transform:translateY(-50%);width:40px;height:100%;z-index:1}.features .img-container img[data-v-f688db3d]{width:100%;height:auto;border-radius:8px;display:block;aspect-ratio:unset;-webkit-mask-image:linear-gradient(0deg,rgba(0,0,0,0) 0%,rgba(0,0,0,1) 36%);mask-image:linear-gradient(0deg,#0000,#000 36%)}.features .row.top[data-v-f688db3d]:before{left:-1px;background:linear-gradient(to left,transparent,#000000)}.features .row.top[data-v-f688db3d]:after{right:-1px;background:linear-gradient(to right,transparent,#000000)}.features .features-tabs[data-v-f688db3d]::-webkit-scrollbar{height:0px}}@media screen and (min-width: 481px) and (max-width: 767px){.features[data-v-f688db3d]{gap:0px;padding:0 40px 44px;width:100%}.features .container[data-v-f688db3d]{gap:0px;max-width:1400px;width:100%}.features .col[data-v-f688db3d]{width:100%;justify-content:center}.features .row.top[data-v-f688db3d]{padding:0 0 40px}.features .features-tabs-content[data-v-f688db3d]{width:100%}.features .features-tab-content[data-v-f688db3d]{top:0;left:0;width:100%;height:100%}.features .features-tabs[data-v-f688db3d]{justify-content:flex-start;flex-wrap:nowrap;overflow-x:auto}.features .features-tabs[data-v-f688db3d]::-webkit-scrollbar{height:0px}.features .features-tab[data-v-f688db3d]{grid-gap:8px;gap:12px;width:100px;flex:0 0 auto}.features .features-tab .top[data-v-f688db3d]{border-radius:12px;inline-size:48px;block-size:48px;padding:12px}.features .features-tab .top img[data-v-f688db3d]{width:36px;height:100%}.features .features-tab .bottom span[data-v-f688db3d],.features .features-tab.active .bottom span[data-v-f688db3d]{font-size:12px}.features .features-tab.active .top[data-v-f688db3d]{border-radius:12px;width:48px;height:48px;padding:12px}.features .features-tab.active .top img[data-v-f688db3d]{width:36px;height:100%}.features .toc[data-v-f688db3d]{margin-bottom:20px}.features .toc-bottom[data-v-f688db3d]{height:260px}.features .toc-top h2[data-v-f688db3d]{font-size:20px}.features .toc li a[data-v-f688db3d]{font-size:13px}.features .main-title[data-v-f688db3d]{font-size:36px}}@media screen and (min-width: 768px) and (max-width: 1024px){.features[data-v-f688db3d]{gap:0px;padding:0 40px 100px;width:100%}.features .container[data-v-f688db3d]{gap:0px;max-width:1400px;width:100%}.features .row.top[data-v-f688db3d]{padding:0 40px 60px}.features .features-tabs-content[data-v-f688db3d]{width:100%}.features .features-tab-content[data-v-f688db3d]{top:0;left:0;width:100%;height:100%}.features .features-tab[data-v-f688db3d]{grid-gap:8px;gap:12px;width:100px}.features .features-tab .top[data-v-f688db3d]{border-radius:12px;inline-size:48px;block-size:48px;padding:12px}.features .features-tab .top img[data-v-f688db3d]{width:36px;height:100%}.features .features-tab .bottom span[data-v-f688db3d],.features .features-tab.active .bottom span[data-v-f688db3d]{font-size:12px}.features .features-tab.active .top[data-v-f688db3d]{border-radius:12px;width:48px;height:48px;padding:12px}.features .features-tab.active .top img[data-v-f688db3d]{width:36px;height:100%}.features .toc[data-v-f688db3d]{margin-bottom:20px}.features .toc-bottom[data-v-f688db3d]{height:240px}.features .toc-top h2[data-v-f688db3d]{font-size:20px}.features .toc li a[data-v-f688db3d]{font-size:13px}.features .main-title[data-v-f688db3d]{font-size:36px}}@media screen and (min-width: 1025px) and (max-width: 1200px){.features[data-v-f688db3d]{gap:0px;padding:0 40px 100px;width:100%}.features .container[data-v-f688db3d]{gap:0px;max-width:1400px;width:100%}.features .row.top[data-v-f688db3d]{padding:0 40px 60px}.features .features-tabs-content[data-v-f688db3d]{width:100%}.features .features-tab-content[data-v-f688db3d]{top:0;left:0;width:100%;height:100%}.features .features-tab[data-v-f688db3d]{grid-gap:8px;gap:12px;width:88px}.features .features-tab .top[data-v-f688db3d]{border-radius:12px;inline-size:44px;block-size:44px;padding:12px}.features .features-tab .top img[data-v-f688db3d]{width:32px;height:100%}.features .features-tab .bottom span[data-v-f688db3d],.features .features-tab.active .bottom span[data-v-f688db3d]{font-size:10px}.features .features-tab.active .top[data-v-f688db3d]{border-radius:12px;width:44px;height:44px;padding:12px}.features .features-tab.active .top img[data-v-f688db3d]{width:32px;height:100%}.features .toc[data-v-f688db3d]{margin-bottom:20px}.features .toc-bottom[data-v-f688db3d]{height:240px}.features .toc-top h2[data-v-f688db3d]{font-size:22px}.features .toc li a[data-v-f688db3d]{font-size:13px}.features .main-title[data-v-f688db3d]{font-size:38px}}@media screen and (min-width: 1201px) and (max-width: 1600px){.features[data-v-f688db3d]{gap:0px;padding:0 40px 100px;width:100%}.features .container[data-v-f688db3d]{gap:0px;max-width:1400px;width:100%}.features .row.top[data-v-f688db3d]{padding:0 40px 60px}.features .features-tabs-content[data-v-f688db3d]{width:100%}.features .features-tab-content[data-v-f688db3d]{top:0;left:0;width:100%;height:100%}.features .features-tab[data-v-f688db3d]{grid-gap:8px;gap:12px;width:100px}.features .features-tab .top[data-v-f688db3d]{border-radius:12px;inline-size:48px;block-size:48px;padding:12px}.features .features-tab .top img[data-v-f688db3d]{width:36px;height:100%}.features .features-tab .bottom span[data-v-f688db3d],.features .features-tab.active .bottom span[data-v-f688db3d]{font-size:12px}.features .features-tab.active .top[data-v-f688db3d]{border-radius:12px;width:48px;height:48px;padding:12px}.features .features-tab.active .top img[data-v-f688db3d]{width:36px;height:100%}.features .toc-bottom[data-v-f688db3d]{height:400px}.features .toc-top h2[data-v-f688db3d]{font-size:24px}.features .toc li a[data-v-f688db3d]{font-size:13px}.features .main-title[data-v-f688db3d]{font-size:40px}}@media screen and (min-width: 1601px){.features[data-v-f688db3d]{gap:0px;padding:0 20px 100px;width:100%}.features .container[data-v-f688db3d]{gap:0px;max-width:1400px;width:100%}.features .row.top[data-v-f688db3d]{padding:0 20px 60px}.features .features-tabs-content[data-v-f688db3d]{width:100%}.features .features-tab-content[data-v-f688db3d]{top:0;left:0;width:100%;height:100%}.features .features-tab[data-v-f688db3d]{grid-gap:8px;gap:12px;width:112px}.features .features-tab .top[data-v-f688db3d]{border-radius:12px;inline-size:56px;block-size:56px;padding:12px}.features .features-tab .top img[data-v-f688db3d]{width:44px;height:100%}.features .features-tab .bottom span[data-v-f688db3d],.features .features-tab.active .bottom span[data-v-f688db3d]{font-size:14px}.features .features-tab.active .top[data-v-f688db3d]{border-radius:12px;width:56px;height:56px;padding:12px}.features .features-tab.active .top img[data-v-f688db3d]{width:44px;height:100%}.features .toc-bottom[data-v-f688db3d]{height:400px}.features .toc-top h2[data-v-f688db3d]{font-size:26px}.features .toc li a[data-v-f688db3d]{font-size:15px}.features .main-title[data-v-f688db3d]{font-size:48px}}.divider[data-v-e1d1445f]{display:block;margin:20px 0;height:1px;width:100%;background:#ffffff21}.heading-level-one[data-v-e1d1445f],.heading-level-two[data-v-e1d1445f]{display:inline-flex;margin-bottom:20px;line-height:1.2;color:#fff}.img-container[data-v-e1d1445f]{width:100%;display:flex;margin-bottom:20px;overflow:hidden;position:relative}.img-container img[data-v-e1d1445f]{width:100%;height:auto;border-radius:24px;display:block;aspect-ratio:unset;-webkit-mask-image:linear-gradient(0deg,rgba(0,0,0,0) 0%,rgba(0,0,0,1) 36%);mask-image:linear-gradient(0deg,#0000,#000 36%)}.img-container[data-v-e1d1445f]:after{height:100px;content:"";position:absolute;bottom:0;left:0;width:100%;background-image:linear-gradient(to top,#000,#0000);z-index:1;pointer-events:none}[data-v-e1d1445f]::marker{font-weight:700;color:#fff;display:block;text-align:left}p[data-v-e1d1445f],li[data-v-e1d1445f]{margin-bottom:20px;line-height:1.5}ol[data-v-e1d1445f],ul[data-v-e1d1445f]{list-style-position:outside}ol li[data-v-e1d1445f],ul li[data-v-e1d1445f]{margin-left:28px}ol li[data-v-e1d1445f]:nth-child(n+10),ul li[data-v-e1d1445f]:nth-child(n+10){margin-left:40px}.accordion[data-v-e1d1445f]{max-width:100%;margin:0 0 20px}.accordion-item[data-v-e1d1445f]{border-bottom:1px solid rgba(255,255,255,.13)}.accordion-question[data-v-e1d1445f]{background:none;border:none;width:100%;text-align:left;padding:20px 0;font-weight:700;color:#fff;cursor:pointer;outline:none;display:flex;justify-content:space-between;align-items:center;position:relative}.question-text[data-v-e1d1445f]{flex:1;word-break:break-word;line-height:1.5}.accordion-answer[data-v-e1d1445f]{max-height:0;overflow:hidden;padding:0;-webkit-transition:max-height .4s cubic-bezier(.4,0,.2,1),padding .4s cubic-bezier(.4,0,.2,1);-moz-transition:max-height .4s cubic-bezier(.4,0,.2,1),padding .4s cubic-bezier(.4,0,.2,1);-o-transition:max-height .4s cubic-bezier(.4,0,.2,1),padding .4s cubic-bezier(.4,0,.2,1);transition:max-height .4s cubic-bezier(.4,0,.2,1),padding .4s cubic-bezier(.4,0,.2,1)}.accordion-answer p[data-v-e1d1445f]{margin:0;color:#fff;line-height:1.5}.accordion-item.active .accordion-answer[data-v-e1d1445f]{max-height:800px;padding:0 0 20px;-webkit-transition:max-height .4s cubic-bezier(.4,0,.2,1),padding .4s cubic-bezier(.4,0,.2,1);-moz-transition:max-height .4s cubic-bezier(.4,0,.2,1),padding .4s cubic-bezier(.4,0,.2,1);-o-transition:max-height .4s cubic-bezier(.4,0,.2,1),padding .4s cubic-bezier(.4,0,.2,1);transition:max-height .4s cubic-bezier(.4,0,.2,1),padding .4s cubic-bezier(.4,0,.2,1)}.accordion-question[data-v-e1d1445f]:after{content:"+";color:#fff;margin-left:20px}.accordion-item.active .accordion-question[data-v-e1d1445f]:after{content:"−"}@media screen and (min-width: 320px) and (max-width: 360px){.heading-level-one[data-v-e1d1445f]{font-size:24px}.heading-level-two[data-v-e1d1445f]{font-size:18px}[data-v-e1d1445f]::marker{font-size:18px}p[data-v-e1d1445f],li[data-v-e1d1445f]{font-size:16px}.accordion-question[data-v-e1d1445f],.accordion-answer p[data-v-e1d1445f]{font-size:14px}.accordion-question[data-v-e1d1445f]:after{font-size:24px}}@media screen and (min-width: 361px) and (max-width: 480px){.heading-level-one[data-v-e1d1445f]{font-size:24px}.heading-level-two[data-v-e1d1445f]{font-size:18px}[data-v-e1d1445f]::marker{font-size:18px}p[data-v-e1d1445f],li[data-v-e1d1445f],.accordion-question[data-v-e1d1445f],.accordion-answer p[data-v-e1d1445f]{font-size:16px}.accordion-question[data-v-e1d1445f]:after{font-size:26px}}@media screen and (min-width: 481px) and (max-width: 767px){.heading-level-one[data-v-e1d1445f]{font-size:24px}.heading-level-two[data-v-e1d1445f]{font-size:18px}[data-v-e1d1445f]::marker{font-size:18px}p[data-v-e1d1445f],li[data-v-e1d1445f],.accordion-question[data-v-e1d1445f]{font-size:16px}.question-text[data-v-e1d1445f]{max-width:80%}.accordion-question[data-v-e1d1445f]:after{margin-left:15px;font-size:18px}.accordion-answer p[data-v-e1d1445f]{font-size:16px}}@media screen and (min-width: 768px) and (max-width: 1024px){.heading-level-one[data-v-e1d1445f]{font-size:24px}.heading-level-two[data-v-e1d1445f]{font-size:18px}[data-v-e1d1445f]::marker{font-size:18px}p[data-v-e1d1445f],li[data-v-e1d1445f],.accordion-question[data-v-e1d1445f],.accordion-answer p[data-v-e1d1445f]{font-size:16px}.accordion-question[data-v-e1d1445f]:after{font-size:26px}}@media screen and (min-width: 1025px) and (max-width: 1200px){.heading-level-one[data-v-e1d1445f]{font-size:22px}.heading-level-two[data-v-e1d1445f]{font-size:16px}[data-v-e1d1445f]::marker{font-size:16px}p[data-v-e1d1445f],li[data-v-e1d1445f],.accordion-question[data-v-e1d1445f],.accordion-answer p[data-v-e1d1445f]{font-size:14px}.accordion-question[data-v-e1d1445f]:after{font-size:24px}}@media screen and (min-width: 1201px) and (max-width: 1600px){.heading-level-one[data-v-e1d1445f]{font-size:24px}.heading-level-two[data-v-e1d1445f]{font-size:18px}[data-v-e1d1445f]::marker{font-size:18px}p[data-v-e1d1445f],li[data-v-e1d1445f],.accordion-question[data-v-e1d1445f],.accordion-answer p[data-v-e1d1445f]{font-size:16px}.accordion-question[data-v-e1d1445f]:after{font-size:26px}}@media screen and (min-width: 1601px){.heading-level-one[data-v-e1d1445f]{font-size:26px}.heading-level-two[data-v-e1d1445f]{font-size:20px}[data-v-e1d1445f]::marker{font-size:20px}p[data-v-e1d1445f],li[data-v-e1d1445f],.accordion-question[data-v-e1d1445f],.accordion-answer p[data-v-e1d1445f]{font-size:18px}.accordion-question[data-v-e1d1445f]:after{font-size:28px}}.divider[data-v-d63324cd]{display:block;margin:20px 0;height:1px;width:100%;background:#ffffff21}.heading-level-one[data-v-d63324cd],.heading-level-two[data-v-d63324cd]{display:inline-flex;margin-bottom:20px;line-height:1.2;color:#fff}.img-container[data-v-d63324cd]{width:100%;display:flex;margin-bottom:20px;overflow:hidden;position:relative}.img-container img[data-v-d63324cd]{width:100%;height:auto;border-radius:24px;display:block;aspect-ratio:unset;-webkit-mask-image:linear-gradient(0deg,rgba(0,0,0,0) 0%,rgba(0,0,0,1) 36%);mask-image:linear-gradient(0deg,#0000,#000 36%)}.img-container[data-v-d63324cd]:after{height:100px;content:"";position:absolute;bottom:0;left:0;width:100%;background-image:linear-gradient(to top,#000,#0000);z-index:1;pointer-events:none}[data-v-d63324cd]::marker{font-weight:700;color:#fff;display:block;text-align:left}p[data-v-d63324cd],li[data-v-d63324cd]{margin-bottom:20px;line-height:1.5}ol[data-v-d63324cd],ul[data-v-d63324cd]{list-style-position:outside}ol li[data-v-d63324cd],ul li[data-v-d63324cd]{margin-left:28px}ol li[data-v-d63324cd]:nth-child(n+10),ul li[data-v-d63324cd]:nth-child(n+10){margin-left:40px}.accordion[data-v-d63324cd]{max-width:100%;margin:0 0 20px}.accordion-item[data-v-d63324cd]{border-bottom:1px solid rgba(255,255,255,.13)}.accordion-question[data-v-d63324cd]{background:none;border:none;width:100%;text-align:left;padding:20px 0;font-weight:700;color:#fff;cursor:pointer;outline:none;display:flex;justify-content:space-between;align-items:center;position:relative}.question-text[data-v-d63324cd]{flex:1;word-break:break-word;line-height:1.5}.accordion-answer[data-v-d63324cd]{max-height:0;overflow:hidden;padding:0;-webkit-transition:max-height .4s cubic-bezier(.4,0,.2,1),padding .4s cubic-bezier(.4,0,.2,1);-moz-transition:max-height .4s cubic-bezier(.4,0,.2,1),padding .4s cubic-bezier(.4,0,.2,1);-o-transition:max-height .4s cubic-bezier(.4,0,.2,1),padding .4s cubic-bezier(.4,0,.2,1);transition:max-height .4s cubic-bezier(.4,0,.2,1),padding .4s cubic-bezier(.4,0,.2,1)}.accordion-answer p[data-v-d63324cd]{margin:0;color:#fff;line-height:1.5}.accordion-item.active .accordion-answer[data-v-d63324cd]{max-height:800px;padding:0 0 20px;-webkit-transition:max-height .4s cubic-bezier(.4,0,.2,1),padding .4s cubic-bezier(.4,0,.2,1);-moz-transition:max-height .4s cubic-bezier(.4,0,.2,1),padding .4s cubic-bezier(.4,0,.2,1);-o-transition:max-height .4s cubic-bezier(.4,0,.2,1),padding .4s cubic-bezier(.4,0,.2,1);transition:max-height .4s cubic-bezier(.4,0,.2,1),padding .4s cubic-bezier(.4,0,.2,1)}.accordion-question[data-v-d63324cd]:after{content:"+";color:#fff;margin-left:20px}.accordion-item.active .accordion-question[data-v-d63324cd]:after{content:"−"}@media screen and (min-width: 320px) and (max-width: 360px){.heading-level-one[data-v-d63324cd]{font-size:24px}.heading-level-two[data-v-d63324cd]{font-size:18px}[data-v-d63324cd]::marker{font-size:18px}p[data-v-d63324cd],li[data-v-d63324cd]{font-size:16px}.accordion-question[data-v-d63324cd],.accordion-answer p[data-v-d63324cd]{font-size:14px}.accordion-question[data-v-d63324cd]:after{font-size:24px}}@media screen and (min-width: 361px) and (max-width: 480px){.heading-level-one[data-v-d63324cd]{font-size:24px}.heading-level-two[data-v-d63324cd]{font-size:18px}[data-v-d63324cd]::marker{font-size:18px}p[data-v-d63324cd],li[data-v-d63324cd],.accordion-question[data-v-d63324cd],.accordion-answer p[data-v-d63324cd]{font-size:16px}.accordion-question[data-v-d63324cd]:after{font-size:26px}}@media screen and (min-width: 481px) and (max-width: 767px){.heading-level-one[data-v-d63324cd]{font-size:24px}.heading-level-two[data-v-d63324cd]{font-size:18px}[data-v-d63324cd]::marker{font-size:18px}p[data-v-d63324cd],li[data-v-d63324cd],.accordion-question[data-v-d63324cd]{font-size:16px}.question-text[data-v-d63324cd]{max-width:80%}.accordion-question[data-v-d63324cd]:after{margin-left:15px;font-size:18px}.accordion-answer p[data-v-d63324cd]{font-size:16px}}@media screen and (min-width: 768px) and (max-width: 1024px){.heading-level-one[data-v-d63324cd]{font-size:24px}.heading-level-two[data-v-d63324cd]{font-size:18px}[data-v-d63324cd]::marker{font-size:18px}p[data-v-d63324cd],li[data-v-d63324cd],.accordion-question[data-v-d63324cd],.accordion-answer p[data-v-d63324cd]{font-size:16px}.accordion-question[data-v-d63324cd]:after{font-size:26px}}@media screen and (min-width: 1025px) and (max-width: 1200px){.heading-level-one[data-v-d63324cd]{font-size:22px}.heading-level-two[data-v-d63324cd]{font-size:16px}[data-v-d63324cd]::marker{font-size:16px}p[data-v-d63324cd],li[data-v-d63324cd],.accordion-question[data-v-d63324cd],.accordion-answer p[data-v-d63324cd]{font-size:14px}.accordion-question[data-v-d63324cd]:after{font-size:24px}}@media screen and (min-width: 1201px) and (max-width: 1600px){.heading-level-one[data-v-d63324cd]{font-size:24px}.heading-level-two[data-v-d63324cd]{font-size:18px}[data-v-d63324cd]::marker{font-size:18px}p[data-v-d63324cd],li[data-v-d63324cd],.accordion-question[data-v-d63324cd],.accordion-answer p[data-v-d63324cd]{font-size:16px}.accordion-question[data-v-d63324cd]:after{font-size:26px}}@media screen and (min-width: 1601px){.heading-level-one[data-v-d63324cd]{font-size:26px}.heading-level-two[data-v-d63324cd]{font-size:20px}[data-v-d63324cd]::marker{font-size:20px}p[data-v-d63324cd],li[data-v-d63324cd],.accordion-question[data-v-d63324cd],.accordion-answer p[data-v-d63324cd]{font-size:18px}.accordion-question[data-v-d63324cd]:after{font-size:28px}}.divider[data-v-47342675]{display:block;margin:20px 0;height:1px;width:100%;background:#ffffff21}.heading-level-one[data-v-47342675],.heading-level-two[data-v-47342675]{display:inline-flex;margin-bottom:20px;line-height:1.2;color:#fff}.img-container[data-v-47342675]{width:100%;display:flex;margin-bottom:20px;overflow:hidden;position:relative}.img-container img[data-v-47342675]{width:100%;height:auto;border-radius:24px;display:block;aspect-ratio:unset;-webkit-mask-image:linear-gradient(0deg,rgba(0,0,0,0) 0%,rgba(0,0,0,1) 36%);mask-image:linear-gradient(0deg,#0000,#000 36%)}.img-container[data-v-47342675]:after{height:100px;content:"";position:absolute;bottom:0;left:0;width:100%;background-image:linear-gradient(to top,#000,#0000);z-index:1;pointer-events:none}[data-v-47342675]::marker{font-weight:700;color:#fff;display:block;text-align:left}p[data-v-47342675],li[data-v-47342675]{margin-bottom:20px;line-height:1.5}ol[data-v-47342675],ul[data-v-47342675]{list-style-position:outside}ol li[data-v-47342675],ul li[data-v-47342675]{margin-left:28px}ol li[data-v-47342675]:nth-child(n+10),ul li[data-v-47342675]:nth-child(n+10){margin-left:40px}.accordion[data-v-47342675]{max-width:100%;margin:0 0 20px}.accordion-item[data-v-47342675]{border-bottom:1px solid rgba(255,255,255,.13)}.accordion-question[data-v-47342675]{background:none;border:none;width:100%;text-align:left;padding:20px 0;font-weight:700;color:#fff;cursor:pointer;outline:none;display:flex;justify-content:space-between;align-items:center;position:relative}.question-text[data-v-47342675]{flex:1;word-break:break-word;line-height:1.5}.accordion-answer[data-v-47342675]{max-height:0;overflow:hidden;padding:0;-webkit-transition:max-height .4s cubic-bezier(.4,0,.2,1),padding .4s cubic-bezier(.4,0,.2,1);-moz-transition:max-height .4s cubic-bezier(.4,0,.2,1),padding .4s cubic-bezier(.4,0,.2,1);-o-transition:max-height .4s cubic-bezier(.4,0,.2,1),padding .4s cubic-bezier(.4,0,.2,1);transition:max-height .4s cubic-bezier(.4,0,.2,1),padding .4s cubic-bezier(.4,0,.2,1)}.accordion-answer p[data-v-47342675]{margin:0;color:#fff;line-height:1.5}.accordion-item.active .accordion-answer[data-v-47342675]{max-height:800px;padding:0 0 20px;-webkit-transition:max-height .4s cubic-bezier(.4,0,.2,1),padding .4s cubic-bezier(.4,0,.2,1);-moz-transition:max-height .4s cubic-bezier(.4,0,.2,1),padding .4s cubic-bezier(.4,0,.2,1);-o-transition:max-height .4s cubic-bezier(.4,0,.2,1),padding .4s cubic-bezier(.4,0,.2,1);transition:max-height .4s cubic-bezier(.4,0,.2,1),padding .4s cubic-bezier(.4,0,.2,1)}.accordion-question[data-v-47342675]:after{content:"+";color:#fff;margin-left:20px}.accordion-item.active .accordion-question[data-v-47342675]:after{content:"−"}@media screen and (min-width: 320px) and (max-width: 360px){.heading-level-one[data-v-47342675]{font-size:24px}.heading-level-two[data-v-47342675]{font-size:18px}[data-v-47342675]::marker{font-size:18px}p[data-v-47342675],li[data-v-47342675]{font-size:16px}.accordion-question[data-v-47342675],.accordion-answer p[data-v-47342675]{font-size:14px}.accordion-question[data-v-47342675]:after{font-size:24px}}@media screen and (min-width: 361px) and (max-width: 480px){.heading-level-one[data-v-47342675]{font-size:24px}.heading-level-two[data-v-47342675]{font-size:18px}[data-v-47342675]::marker{font-size:18px}p[data-v-47342675],li[data-v-47342675],.accordion-question[data-v-47342675],.accordion-answer p[data-v-47342675]{font-size:16px}.accordion-question[data-v-47342675]:after{font-size:26px}}@media screen and (min-width: 481px) and (max-width: 767px){.heading-level-one[data-v-47342675]{font-size:24px}.heading-level-two[data-v-47342675]{font-size:18px}[data-v-47342675]::marker{font-size:18px}p[data-v-47342675],li[data-v-47342675],.accordion-question[data-v-47342675]{font-size:16px}.question-text[data-v-47342675]{max-width:80%}.accordion-question[data-v-47342675]:after{margin-left:15px;font-size:18px}.accordion-answer p[data-v-47342675]{font-size:16px}}@media screen and (min-width: 768px) and (max-width: 1024px){.heading-level-one[data-v-47342675]{font-size:24px}.heading-level-two[data-v-47342675]{font-size:18px}[data-v-47342675]::marker{font-size:18px}p[data-v-47342675],li[data-v-47342675],.accordion-question[data-v-47342675],.accordion-answer p[data-v-47342675]{font-size:16px}.accordion-question[data-v-47342675]:after{font-size:26px}}@media screen and (min-width: 1025px) and (max-width: 1200px){.heading-level-one[data-v-47342675]{font-size:22px}.heading-level-two[data-v-47342675]{font-size:16px}[data-v-47342675]::marker{font-size:16px}p[data-v-47342675],li[data-v-47342675],.accordion-question[data-v-47342675],.accordion-answer p[data-v-47342675]{font-size:14px}.accordion-question[data-v-47342675]:after{font-size:24px}}@media screen and (min-width: 1201px) and (max-width: 1600px){.heading-level-one[data-v-47342675]{font-size:24px}.heading-level-two[data-v-47342675]{font-size:18px}[data-v-47342675]::marker{font-size:18px}p[data-v-47342675],li[data-v-47342675],.accordion-question[data-v-47342675],.accordion-answer p[data-v-47342675]{font-size:16px}.accordion-question[data-v-47342675]:after{font-size:26px}}@media screen and (min-width: 1601px){.heading-level-one[data-v-47342675]{font-size:26px}.heading-level-two[data-v-47342675]{font-size:20px}[data-v-47342675]::marker{font-size:20px}p[data-v-47342675],li[data-v-47342675],.accordion-question[data-v-47342675],.accordion-answer p[data-v-47342675]{font-size:18px}.accordion-question[data-v-47342675]:after{font-size:28px}}.divider[data-v-26605119]{display:block;margin:20px 0;height:1px;width:100%;background:#ffffff21}.heading-level-one[data-v-26605119],.heading-level-two[data-v-26605119]{display:inline-flex;margin-bottom:20px;line-height:1.2;color:#fff}.img-container[data-v-26605119]{width:100%;display:flex;margin-bottom:20px;overflow:hidden;position:relative}.img-container img[data-v-26605119]{width:100%;height:auto;border-radius:24px;display:block;aspect-ratio:unset;-webkit-mask-image:linear-gradient(0deg,rgba(0,0,0,0) 0%,rgba(0,0,0,1) 36%);mask-image:linear-gradient(0deg,#0000,#000 36%)}.img-container[data-v-26605119]:after{height:100px;content:"";position:absolute;bottom:0;left:0;width:100%;background-image:linear-gradient(to top,#000,#0000);z-index:1;pointer-events:none}[data-v-26605119]::marker{font-weight:700;color:#fff;display:block;text-align:left}p[data-v-26605119],li[data-v-26605119]{margin-bottom:20px;line-height:1.5}ol[data-v-26605119],ul[data-v-26605119]{list-style-position:outside}ol li[data-v-26605119],ul li[data-v-26605119]{margin-left:28px}ol li[data-v-26605119]:nth-child(n+10),ul li[data-v-26605119]:nth-child(n+10){margin-left:40px}.accordion[data-v-26605119]{max-width:100%;margin:0 0 20px}.accordion-item[data-v-26605119]{border-bottom:1px solid rgba(255,255,255,.13)}.accordion-question[data-v-26605119]{background:none;border:none;width:100%;text-align:left;padding:20px 0;font-weight:700;color:#fff;cursor:pointer;outline:none;display:flex;justify-content:space-between;align-items:center;position:relative}.question-text[data-v-26605119]{flex:1;word-break:break-word;line-height:1.5}.accordion-answer[data-v-26605119]{max-height:0;overflow:hidden;padding:0;-webkit-transition:max-height .4s cubic-bezier(.4,0,.2,1),padding .4s cubic-bezier(.4,0,.2,1);-moz-transition:max-height .4s cubic-bezier(.4,0,.2,1),padding .4s cubic-bezier(.4,0,.2,1);-o-transition:max-height .4s cubic-bezier(.4,0,.2,1),padding .4s cubic-bezier(.4,0,.2,1);transition:max-height .4s cubic-bezier(.4,0,.2,1),padding .4s cubic-bezier(.4,0,.2,1)}.accordion-answer p[data-v-26605119]{margin:0;color:#fff;line-height:1.5}.accordion-item.active .accordion-answer[data-v-26605119]{max-height:800px;padding:0 0 20px;-webkit-transition:max-height .4s cubic-bezier(.4,0,.2,1),padding .4s cubic-bezier(.4,0,.2,1);-moz-transition:max-height .4s cubic-bezier(.4,0,.2,1),padding .4s cubic-bezier(.4,0,.2,1);-o-transition:max-height .4s cubic-bezier(.4,0,.2,1),padding .4s cubic-bezier(.4,0,.2,1);transition:max-height .4s cubic-bezier(.4,0,.2,1),padding .4s cubic-bezier(.4,0,.2,1)}.accordion-question[data-v-26605119]:after{content:"+";color:#fff;margin-left:20px}.accordion-item.active .accordion-question[data-v-26605119]:after{content:"−"}@media screen and (min-width: 320px) and (max-width: 360px){.heading-level-one[data-v-26605119]{font-size:24px}.heading-level-two[data-v-26605119]{font-size:18px}[data-v-26605119]::marker{font-size:18px}p[data-v-26605119],li[data-v-26605119]{font-size:16px}.accordion-question[data-v-26605119],.accordion-answer p[data-v-26605119]{font-size:14px}.accordion-question[data-v-26605119]:after{font-size:24px}}@media screen and (min-width: 361px) and (max-width: 480px){.heading-level-one[data-v-26605119]{font-size:24px}.heading-level-two[data-v-26605119]{font-size:18px}[data-v-26605119]::marker{font-size:18px}p[data-v-26605119],li[data-v-26605119],.accordion-question[data-v-26605119],.accordion-answer p[data-v-26605119]{font-size:16px}.accordion-question[data-v-26605119]:after{font-size:26px}}@media screen and (min-width: 481px) and (max-width: 767px){.heading-level-one[data-v-26605119]{font-size:24px}.heading-level-two[data-v-26605119]{font-size:18px}[data-v-26605119]::marker{font-size:18px}p[data-v-26605119],li[data-v-26605119],.accordion-question[data-v-26605119]{font-size:16px}.question-text[data-v-26605119]{max-width:80%}.accordion-question[data-v-26605119]:after{margin-left:15px;font-size:18px}.accordion-answer p[data-v-26605119]{font-size:16px}}@media screen and (min-width: 768px) and (max-width: 1024px){.heading-level-one[data-v-26605119]{font-size:24px}.heading-level-two[data-v-26605119]{font-size:18px}[data-v-26605119]::marker{font-size:18px}p[data-v-26605119],li[data-v-26605119],.accordion-question[data-v-26605119],.accordion-answer p[data-v-26605119]{font-size:16px}.accordion-question[data-v-26605119]:after{font-size:26px}}@media screen and (min-width: 1025px) and (max-width: 1200px){.heading-level-one[data-v-26605119]{font-size:22px}.heading-level-two[data-v-26605119]{font-size:16px}[data-v-26605119]::marker{font-size:16px}p[data-v-26605119],li[data-v-26605119],.accordion-question[data-v-26605119],.accordion-answer p[data-v-26605119]{font-size:14px}.accordion-question[data-v-26605119]:after{font-size:24px}}@media screen and (min-width: 1201px) and (max-width: 1600px){.heading-level-one[data-v-26605119]{font-size:24px}.heading-level-two[data-v-26605119]{font-size:18px}[data-v-26605119]::marker{font-size:18px}p[data-v-26605119],li[data-v-26605119],.accordion-question[data-v-26605119],.accordion-answer p[data-v-26605119]{font-size:16px}.accordion-question[data-v-26605119]:after{font-size:26px}}@media screen and (min-width: 1601px){.heading-level-one[data-v-26605119]{font-size:26px}.heading-level-two[data-v-26605119]{font-size:20px}[data-v-26605119]::marker{font-size:20px}p[data-v-26605119],li[data-v-26605119],.accordion-question[data-v-26605119],.accordion-answer p[data-v-26605119]{font-size:18px}.accordion-question[data-v-26605119]:after{font-size:28px}}.divider[data-v-429cf24b]{display:block;margin:20px 0;height:1px;width:100%;background:#ffffff21}.heading-level-one[data-v-429cf24b],.heading-level-two[data-v-429cf24b]{display:inline-flex;margin-bottom:20px;line-height:1.2;color:#fff}.img-container[data-v-429cf24b]{width:100%;display:flex;margin-bottom:20px;overflow:hidden;position:relative}.img-container img[data-v-429cf24b]{width:100%;height:auto;border-radius:24px;display:block;aspect-ratio:unset;-webkit-mask-image:linear-gradient(0deg,rgba(0,0,0,0) 0%,rgba(0,0,0,1) 36%);mask-image:linear-gradient(0deg,#0000,#000 36%)}.img-container[data-v-429cf24b]:after{height:100px;content:"";position:absolute;bottom:0;left:0;width:100%;background-image:linear-gradient(to top,#000,#0000);z-index:1;pointer-events:none}[data-v-429cf24b]::marker{font-weight:700;color:#fff;display:block;text-align:left}p[data-v-429cf24b],li[data-v-429cf24b]{margin-bottom:20px;line-height:1.5}ol[data-v-429cf24b],ul[data-v-429cf24b]{list-style-position:outside}ol li[data-v-429cf24b],ul li[data-v-429cf24b]{margin-left:28px}ol li[data-v-429cf24b]:nth-child(n+10),ul li[data-v-429cf24b]:nth-child(n+10){margin-left:40px}.accordion[data-v-429cf24b]{max-width:100%;margin:0 0 20px}.accordion-item[data-v-429cf24b]{border-bottom:1px solid rgba(255,255,255,.13)}.accordion-question[data-v-429cf24b]{background:none;border:none;width:100%;text-align:left;padding:20px 0;font-weight:700;color:#fff;cursor:pointer;outline:none;display:flex;justify-content:space-between;align-items:center;position:relative}.question-text[data-v-429cf24b]{flex:1;word-break:break-word;line-height:1.5}.accordion-answer[data-v-429cf24b]{max-height:0;overflow:hidden;padding:0;-webkit-transition:max-height .4s cubic-bezier(.4,0,.2,1),padding .4s cubic-bezier(.4,0,.2,1);-moz-transition:max-height .4s cubic-bezier(.4,0,.2,1),padding .4s cubic-bezier(.4,0,.2,1);-o-transition:max-height .4s cubic-bezier(.4,0,.2,1),padding .4s cubic-bezier(.4,0,.2,1);transition:max-height .4s cubic-bezier(.4,0,.2,1),padding .4s cubic-bezier(.4,0,.2,1)}.accordion-answer p[data-v-429cf24b]{margin:0;color:#fff;line-height:1.5}.accordion-item.active .accordion-answer[data-v-429cf24b]{max-height:800px;padding:0 0 20px;-webkit-transition:max-height .4s cubic-bezier(.4,0,.2,1),padding .4s cubic-bezier(.4,0,.2,1);-moz-transition:max-height .4s cubic-bezier(.4,0,.2,1),padding .4s cubic-bezier(.4,0,.2,1);-o-transition:max-height .4s cubic-bezier(.4,0,.2,1),padding .4s cubic-bezier(.4,0,.2,1);transition:max-height .4s cubic-bezier(.4,0,.2,1),padding .4s cubic-bezier(.4,0,.2,1)}.accordion-question[data-v-429cf24b]:after{content:"+";color:#fff;margin-left:20px}.accordion-item.active .accordion-question[data-v-429cf24b]:after{content:"−"}@media screen and (min-width: 320px) and (max-width: 360px){.heading-level-one[data-v-429cf24b]{font-size:24px}.heading-level-two[data-v-429cf24b]{font-size:18px}[data-v-429cf24b]::marker{font-size:18px}p[data-v-429cf24b],li[data-v-429cf24b]{font-size:16px}.accordion-question[data-v-429cf24b],.accordion-answer p[data-v-429cf24b]{font-size:14px}.accordion-question[data-v-429cf24b]:after{font-size:24px}}@media screen and (min-width: 361px) and (max-width: 480px){.heading-level-one[data-v-429cf24b]{font-size:24px}.heading-level-two[data-v-429cf24b]{font-size:18px}[data-v-429cf24b]::marker{font-size:18px}p[data-v-429cf24b],li[data-v-429cf24b],.accordion-question[data-v-429cf24b],.accordion-answer p[data-v-429cf24b]{font-size:16px}.accordion-question[data-v-429cf24b]:after{font-size:26px}}@media screen and (min-width: 481px) and (max-width: 767px){.heading-level-one[data-v-429cf24b]{font-size:24px}.heading-level-two[data-v-429cf24b]{font-size:18px}[data-v-429cf24b]::marker{font-size:18px}p[data-v-429cf24b],li[data-v-429cf24b],.accordion-question[data-v-429cf24b]{font-size:16px}.question-text[data-v-429cf24b]{max-width:80%}.accordion-question[data-v-429cf24b]:after{margin-left:15px;font-size:18px}.accordion-answer p[data-v-429cf24b]{font-size:16px}}@media screen and (min-width: 768px) and (max-width: 1024px){.heading-level-one[data-v-429cf24b]{font-size:24px}.heading-level-two[data-v-429cf24b]{font-size:18px}[data-v-429cf24b]::marker{font-size:18px}p[data-v-429cf24b],li[data-v-429cf24b],.accordion-question[data-v-429cf24b],.accordion-answer p[data-v-429cf24b]{font-size:16px}.accordion-question[data-v-429cf24b]:after{font-size:26px}}@media screen and (min-width: 1025px) and (max-width: 1200px){.heading-level-one[data-v-429cf24b]{font-size:22px}.heading-level-two[data-v-429cf24b]{font-size:16px}[data-v-429cf24b]::marker{font-size:16px}p[data-v-429cf24b],li[data-v-429cf24b],.accordion-question[data-v-429cf24b],.accordion-answer p[data-v-429cf24b]{font-size:14px}.accordion-question[data-v-429cf24b]:after{font-size:24px}}@media screen and (min-width: 1201px) and (max-width: 1600px){.heading-level-one[data-v-429cf24b]{font-size:24px}.heading-level-two[data-v-429cf24b]{font-size:18px}[data-v-429cf24b]::marker{font-size:18px}p[data-v-429cf24b],li[data-v-429cf24b],.accordion-question[data-v-429cf24b],.accordion-answer p[data-v-429cf24b]{font-size:16px}.accordion-question[data-v-429cf24b]:after{font-size:26px}}@media screen and (min-width: 1601px){.heading-level-one[data-v-429cf24b]{font-size:26px}.heading-level-two[data-v-429cf24b]{font-size:20px}[data-v-429cf24b]::marker{font-size:20px}p[data-v-429cf24b],li[data-v-429cf24b],.accordion-question[data-v-429cf24b],.accordion-answer p[data-v-429cf24b]{font-size:18px}.accordion-question[data-v-429cf24b]:after{font-size:28px}}.divider[data-v-0cf8eb4c]{display:block;margin:20px 0;height:1px;width:100%;background:#ffffff21}.heading-level-one[data-v-0cf8eb4c],.heading-level-two[data-v-0cf8eb4c]{display:inline-flex;margin-bottom:20px;line-height:1.2;color:#fff}.img-container[data-v-0cf8eb4c]{width:100%;display:flex;margin-bottom:20px;overflow:hidden;position:relative}.img-container img[data-v-0cf8eb4c]{width:100%;height:auto;border-radius:24px;display:block;aspect-ratio:unset;-webkit-mask-image:linear-gradient(0deg,rgba(0,0,0,0) 0%,rgba(0,0,0,1) 36%);mask-image:linear-gradient(0deg,#0000,#000 36%)}.img-container[data-v-0cf8eb4c]:after{height:100px;content:"";position:absolute;bottom:0;left:0;width:100%;background-image:linear-gradient(to top,#000,#0000);z-index:1;pointer-events:none}[data-v-0cf8eb4c]::marker{font-weight:700;color:#fff;display:block;text-align:left}p[data-v-0cf8eb4c],li[data-v-0cf8eb4c]{margin-bottom:20px;line-height:1.5}ol[data-v-0cf8eb4c],ul[data-v-0cf8eb4c]{list-style-position:outside}ol li[data-v-0cf8eb4c],ul li[data-v-0cf8eb4c]{margin-left:28px}ol li[data-v-0cf8eb4c]:nth-child(n+10),ul li[data-v-0cf8eb4c]:nth-child(n+10){margin-left:40px}.accordion[data-v-0cf8eb4c]{max-width:100%;margin:0 0 20px}.accordion-item[data-v-0cf8eb4c]{border-bottom:1px solid rgba(255,255,255,.13)}.accordion-question[data-v-0cf8eb4c]{background:none;border:none;width:100%;text-align:left;padding:20px 0;font-weight:700;color:#fff;cursor:pointer;outline:none;display:flex;justify-content:space-between;align-items:center;position:relative}.question-text[data-v-0cf8eb4c]{flex:1;word-break:break-word;line-height:1.5}.accordion-answer[data-v-0cf8eb4c]{max-height:0;overflow:hidden;padding:0;-webkit-transition:max-height .4s cubic-bezier(.4,0,.2,1),padding .4s cubic-bezier(.4,0,.2,1);-moz-transition:max-height .4s cubic-bezier(.4,0,.2,1),padding .4s cubic-bezier(.4,0,.2,1);-o-transition:max-height .4s cubic-bezier(.4,0,.2,1),padding .4s cubic-bezier(.4,0,.2,1);transition:max-height .4s cubic-bezier(.4,0,.2,1),padding .4s cubic-bezier(.4,0,.2,1)}.accordion-answer p[data-v-0cf8eb4c]{margin:0;color:#fff;line-height:1.5}.accordion-item.active .accordion-answer[data-v-0cf8eb4c]{max-height:800px;padding:0 0 20px;-webkit-transition:max-height .4s cubic-bezier(.4,0,.2,1),padding .4s cubic-bezier(.4,0,.2,1);-moz-transition:max-height .4s cubic-bezier(.4,0,.2,1),padding .4s cubic-bezier(.4,0,.2,1);-o-transition:max-height .4s cubic-bezier(.4,0,.2,1),padding .4s cubic-bezier(.4,0,.2,1);transition:max-height .4s cubic-bezier(.4,0,.2,1),padding .4s cubic-bezier(.4,0,.2,1)}.accordion-question[data-v-0cf8eb4c]:after{content:"+";color:#fff;margin-left:20px}.accordion-item.active .accordion-question[data-v-0cf8eb4c]:after{content:"−"}@media screen and (min-width: 320px) and (max-width: 360px){.heading-level-one[data-v-0cf8eb4c]{font-size:24px}.heading-level-two[data-v-0cf8eb4c]{font-size:18px}[data-v-0cf8eb4c]::marker{font-size:18px}p[data-v-0cf8eb4c],li[data-v-0cf8eb4c]{font-size:16px}.accordion-question[data-v-0cf8eb4c],.accordion-answer p[data-v-0cf8eb4c]{font-size:14px}.accordion-question[data-v-0cf8eb4c]:after{font-size:24px}}@media screen and (min-width: 361px) and (max-width: 480px){.heading-level-one[data-v-0cf8eb4c]{font-size:24px}.heading-level-two[data-v-0cf8eb4c]{font-size:18px}[data-v-0cf8eb4c]::marker{font-size:18px}p[data-v-0cf8eb4c],li[data-v-0cf8eb4c],.accordion-question[data-v-0cf8eb4c],.accordion-answer p[data-v-0cf8eb4c]{font-size:16px}.accordion-question[data-v-0cf8eb4c]:after{font-size:26px}}@media screen and (min-width: 481px) and (max-width: 767px){.heading-level-one[data-v-0cf8eb4c]{font-size:24px}.heading-level-two[data-v-0cf8eb4c]{font-size:18px}[data-v-0cf8eb4c]::marker{font-size:18px}p[data-v-0cf8eb4c],li[data-v-0cf8eb4c],.accordion-question[data-v-0cf8eb4c]{font-size:16px}.question-text[data-v-0cf8eb4c]{max-width:80%}.accordion-question[data-v-0cf8eb4c]:after{margin-left:15px;font-size:18px}.accordion-answer p[data-v-0cf8eb4c]{font-size:16px}}@media screen and (min-width: 768px) and (max-width: 1024px){.heading-level-one[data-v-0cf8eb4c]{font-size:24px}.heading-level-two[data-v-0cf8eb4c]{font-size:18px}[data-v-0cf8eb4c]::marker{font-size:18px}p[data-v-0cf8eb4c],li[data-v-0cf8eb4c],.accordion-question[data-v-0cf8eb4c],.accordion-answer p[data-v-0cf8eb4c]{font-size:16px}.accordion-question[data-v-0cf8eb4c]:after{font-size:26px}}@media screen and (min-width: 1025px) and (max-width: 1200px){.heading-level-one[data-v-0cf8eb4c]{font-size:22px}.heading-level-two[data-v-0cf8eb4c]{font-size:16px}[data-v-0cf8eb4c]::marker{font-size:16px}p[data-v-0cf8eb4c],li[data-v-0cf8eb4c],.accordion-question[data-v-0cf8eb4c],.accordion-answer p[data-v-0cf8eb4c]{font-size:14px}.accordion-question[data-v-0cf8eb4c]:after{font-size:24px}}@media screen and (min-width: 1201px) and (max-width: 1600px){.heading-level-one[data-v-0cf8eb4c]{font-size:24px}.heading-level-two[data-v-0cf8eb4c]{font-size:18px}[data-v-0cf8eb4c]::marker{font-size:18px}p[data-v-0cf8eb4c],li[data-v-0cf8eb4c],.accordion-question[data-v-0cf8eb4c],.accordion-answer p[data-v-0cf8eb4c]{font-size:16px}.accordion-question[data-v-0cf8eb4c]:after{font-size:26px}}@media screen and (min-width: 1601px){.heading-level-one[data-v-0cf8eb4c]{font-size:26px}.heading-level-two[data-v-0cf8eb4c]{font-size:20px}[data-v-0cf8eb4c]::marker{font-size:20px}p[data-v-0cf8eb4c],li[data-v-0cf8eb4c],.accordion-question[data-v-0cf8eb4c],.accordion-answer p[data-v-0cf8eb4c]{font-size:18px}.accordion-question[data-v-0cf8eb4c]:after{font-size:28px}}.archive[data-v-7366083e]{padding:0 20px 120px;position:relative;z-index:2}.archive .container[data-v-7366083e]{margin:0 auto;display:flex;max-width:1400px;position:relative;flex-direction:column}.archive .pagination[data-v-7366083e]{margin-top:60px;display:flex;justify-content:center;list-style:none;padding:0;gap:8px}.archive .pagination li[data-v-7366083e]{padding:8px 12px;border:1px solid rgba(255,255,255,.13);cursor:pointer;-webkit-user-select:none;user-select:none;font-weight:500;border-radius:8px;transition:all .3s ease}.archive .pagination li[data-v-7366083e]:hover:not(.disabled,.active,.ellipsis){background:#ffffff1a}.archive .pagination li.active[data-v-7366083e]{background:#fff;color:#000}.archive .pagination li.disabled[data-v-7366083e]{cursor:not-allowed;color:#fff6;pointer-events:none}.archive .pagination li.ellipsis[data-v-7366083e]{border:none;pointer-events:none}.archive .archive-wrapper[data-v-7366083e]{display:flex;width:100%;gap:32px;flex-wrap:wrap;justify-content:center}.archive .archive-card[data-v-7366083e]{display:flex;flex-direction:column;padding:20px;align-items:center;border-radius:16px;position:relative;background-color:#0c0a14;flex:0 0 calc((100% - 96px)/4)}.archive .archive-card .top[data-v-7366083e]{display:flex;flex-direction:column}.archive .archive-card[data-v-7366083e]:after{z-index:1;content:"";border:1px solid rgba(255,255,255,.13);width:100%;height:100%;position:absolute;box-sizing:border-box;left:0;top:0;border-radius:inherit;pointer-events:none}.archive .archive-card .img-container[data-v-7366083e]{width:100%;display:block;border-radius:16px;position:relative;margin-bottom:20px;min-height:152px;max-height:152px;overflow:hidden}.archive .archive-card .img-container[data-v-7366083e]:after{z-index:1;content:"";border:1px solid rgba(255,255,255,.13);width:100%;height:100%;position:absolute;box-sizing:border-box;left:0;top:0;border-radius:inherit;pointer-events:none}.archive .archive-card img[data-v-7366083e]{width:100%;height:100%;display:block;border-radius:16px;overflow:hidden;object-fit:cover}.archive .archive-card-title[data-v-7366083e]{font-style:normal;font-weight:700;letter-spacing:-.8px;line-height:1.2em;color:#fff;text-decoration:none;text-transform:none;font-size:16px;text-align:center;margin-bottom:8px;max-width:100%;line-clamp:2;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;display:-webkit-box}.archive .archive-pub-date[data-v-7366083e]{text-align:center;font-size:14px;font-weight:400;text-transform:capitalize;font-style:normal;text-decoration:none;color:#fff9;margin-bottom:16px}.archive .grad-button[data-v-7366083e]{font-size:14px}.archive .categories-group[data-v-7366083e]{display:flex;justify-content:center;gap:4px;margin-bottom:8px}.archive .categories-group a[data-v-7366083e]{font-size:14px;font-weight:600;text-transform:capitalize;font-style:normal;text-decoration:none;line-height:1.2}.comp-apps[data-v-d36d8bd4]{position:relative;z-index:1}.comp-apps .container[data-v-d36d8bd4]{max-width:1400px;margin:0 auto;width:100%}.comp-apps .row[data-v-d36d8bd4]{position:relative;display:flex;justify-content:center;align-items:center;width:100%;gap:60px}.comp-apps .content[data-v-d36d8bd4]{display:flex;flex-direction:column;gap:20px;max-width:600px}.comp-apps .subheading[data-v-d36d8bd4]{height:auto;position:relative;width:auto;font-style:normal;font-weight:600;letter-spacing:0px;line-height:1.4em;display:inline-block;-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;text-align:left;color:#fff;text-decoration:none;text-transform:capitalize;font-size:20px}.comp-apps .main-heading[data-v-d36d8bd4]{font-style:normal;font-weight:700;letter-spacing:-.8px;line-height:1.2em;color:#fff;text-decoration:none;text-transform:capitalize}.comp-apps .para[data-v-d36d8bd4]{line-height:1.5}.comp-apps-image[data-v-d36d8bd4]{display:block}.eco-apps[data-v-d36d8bd4]{position:relative;z-index:1}.eco-apps .container[data-v-d36d8bd4]{max-width:1400px;margin:0 auto;width:100%}.eco-apps .row[data-v-d36d8bd4]{display:flex;position:relative;align-items:center;justify-content:center}.eco-apps .image-box[data-v-d36d8bd4]{background-color:#00000059;border-radius:12px}.eco-apps .content[data-v-d36d8bd4]{position:relative;display:flex;flex-direction:column;justify-content:center;gap:20px}.eco-apps .subheading[data-v-d36d8bd4]{height:auto;position:relative;width:auto;font-style:normal;font-weight:600;letter-spacing:0px;line-height:1.4em;display:inline-block;-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;text-align:left;color:#fff;text-decoration:none;text-transform:capitalize;font-size:20px}.eco-apps .main-heading[data-v-d36d8bd4]{font-style:normal;font-weight:700;letter-spacing:-.8px;line-height:1.2em;color:#fff;text-decoration:none;text-transform:capitalize}.eco-apps .para[data-v-d36d8bd4]{line-height:1.5}.eco-apps .light-sweep img[data-v-d36d8bd4]{display:inline-block;width:100%}@media screen and (min-width: 320px) and (max-width: 360px){.comp-apps[data-v-d36d8bd4]{padding:0 16px 64px}.comp-apps .row[data-v-d36d8bd4]{flex-direction:column;gap:20px}.comp-apps .col[data-v-d36d8bd4]{flex-basis:50%}.comp-apps .content[data-v-d36d8bd4]{align-items:flex-start}.comp-apps .main-heading[data-v-d36d8bd4]{font-size:28px;text-align:left;max-width:600px}.comp-apps .para[data-v-d36d8bd4]{text-align:left;font-size:16px;max-width:935px}.comp-apps-image[data-v-d36d8bd4]{width:100%;height:auto;max-width:640px}.eco-apps[data-v-d36d8bd4]{padding:0 16px 64px}.eco-apps .content[data-v-d36d8bd4]{align-items:flex-start}.eco-apps .main-heading[data-v-d36d8bd4]{font-size:28px;text-align:left}.eco-apps .para[data-v-d36d8bd4]{font-size:16px;text-align:left;max-width:820px}}@media screen and (min-width: 361px) and (max-width: 767px){.comp-apps[data-v-d36d8bd4]{padding:0 16px 64px}.comp-apps .row[data-v-d36d8bd4]{flex-direction:column;gap:20px}.comp-apps .col[data-v-d36d8bd4]{flex-basis:50%}.comp-apps .content[data-v-d36d8bd4]{align-items:flex-start}.comp-apps .main-heading[data-v-d36d8bd4]{font-size:32px;text-align:left;max-width:600px}.comp-apps .para[data-v-d36d8bd4]{text-align:left;font-size:18px;max-width:935px}.comp-apps-image[data-v-d36d8bd4]{width:100%;height:auto;max-width:640px}.eco-apps[data-v-d36d8bd4]{padding:0 16px 64px}.eco-apps .content[data-v-d36d8bd4]{align-items:center}.eco-apps .main-heading[data-v-d36d8bd4]{font-size:32px;text-align:left}.eco-apps .para[data-v-d36d8bd4]{font-size:18px;text-align:left;max-width:820px}}@media screen and (min-width: 481px) and (max-width: 767px){.comp-apps .content[data-v-d36d8bd4]{align-items:center}.comp-apps .main-heading[data-v-d36d8bd4]{font-size:32px;text-align:center;max-width:600px}.comp-apps .para[data-v-d36d8bd4]{text-align:center;font-size:18px;max-width:935px}.eco-apps .para[data-v-d36d8bd4]{font-size:18px;text-align:center;max-width:820px}}@media screen and (min-width: 768px) and (max-width: 1024px){.comp-apps[data-v-d36d8bd4]{padding:0 20px 120px}.comp-apps .row[data-v-d36d8bd4]{flex-direction:column;gap:20px}.comp-apps .col[data-v-d36d8bd4]{flex-basis:50%}.comp-apps .content[data-v-d36d8bd4]{align-items:center}.comp-apps .main-heading[data-v-d36d8bd4]{font-size:46px;text-align:center;max-width:600px}.comp-apps .para[data-v-d36d8bd4]{text-align:center;font-size:18px;max-width:935px}.comp-apps-image[data-v-d36d8bd4]{width:100%;height:auto;max-width:640px}.eco-apps[data-v-d36d8bd4]{padding:0 20px 120px}.eco-apps .content[data-v-d36d8bd4]{align-items:center}.eco-apps .main-heading[data-v-d36d8bd4]{font-size:46px;text-align:center}.eco-apps .para[data-v-d36d8bd4]{font-size:18px;text-align:center;max-width:820px}}@media screen and (min-width: 1025px) and (max-width: 1200px){.comp-apps[data-v-d36d8bd4]{padding:0 20px 120px}.comp-apps .row[data-v-d36d8bd4]{flex-direction:column;gap:20px}.comp-apps .col[data-v-d36d8bd4]{flex-basis:50%}.comp-apps .content[data-v-d36d8bd4]{align-items:center}.comp-apps .main-heading[data-v-d36d8bd4]{font-size:46px;text-align:center;max-width:600px}.comp-apps .para[data-v-d36d8bd4]{text-align:center;font-size:18px;max-width:935px}.comp-apps-image[data-v-d36d8bd4]{width:100%;height:auto;max-width:660px}.eco-apps[data-v-d36d8bd4]{padding:0 20px 120px}.eco-apps .content[data-v-d36d8bd4]{align-items:center}.eco-apps .main-heading[data-v-d36d8bd4]{font-size:46px;text-align:center}.eco-apps .para[data-v-d36d8bd4]{font-size:18px;text-align:center;max-width:820px}}@media screen and (min-width: 1201px) and (max-width: 1600px){.comp-apps[data-v-d36d8bd4]{padding:0 20px 120px}.comp-apps .col[data-v-d36d8bd4]{flex-basis:50%}.comp-apps .main-heading[data-v-d36d8bd4]{font-size:46px}.comp-apps .para[data-v-d36d8bd4]{text-align:left;font-size:18px}.comp-apps-image[data-v-d36d8bd4]{width:100%;height:auto}.eco-apps[data-v-d36d8bd4]{padding:0 20px 120px}.eco-apps .content[data-v-d36d8bd4]{align-items:center}.eco-apps .main-heading[data-v-d36d8bd4]{font-size:46px;text-align:center}.eco-apps .para[data-v-d36d8bd4]{font-size:18px;text-align:center;max-width:820px}}@media screen and (min-width: 1601px){.comp-apps[data-v-d36d8bd4]{padding:0 20px 120px}.comp-apps .col[data-v-d36d8bd4]{flex-basis:50%}.comp-apps .main-heading[data-v-d36d8bd4]{font-size:48px}.comp-apps .para[data-v-d36d8bd4]{text-align:left;font-size:18px}.comp-apps-image[data-v-d36d8bd4]{width:100%;height:auto}.eco-apps[data-v-d36d8bd4]{padding:0 20px 120px}.eco-apps .content[data-v-d36d8bd4]{align-items:center}.eco-apps .main-heading[data-v-d36d8bd4]{font-size:48px;text-align:center}.eco-apps .para[data-v-d36d8bd4]{font-size:18px;text-align:center;max-width:820px}}.privacy-policy[data-v-5c86d5f2]{position:relative;z-index:1}.privacy-policy .container[data-v-5c86d5f2]{width:100%;margin:0 auto;max-width:1400px}.privacy-policy .top-content[data-v-5c86d5f2]{position:relative;display:flex;flex-direction:column;width:100%;height:100%;gap:20px;margin:0 0 32px}.privacy-policy .subheading[data-v-5c86d5f2]{height:auto;position:relative;width:auto;font-style:normal;font-weight:600;letter-spacing:0px;line-height:1.4em;display:inline-block;-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;color:#fff;text-decoration:none;text-transform:capitalize}.privacy-policy .para[data-v-5c86d5f2]{position:relative;line-height:1.5em;font-weight:500;font-style:normal}.privacy-policy .privacy-documentation[data-v-5c86d5f2]{display:flex;gap:20px;flex-direction:column}.privacy-policy .privacy-documentation .heading-level-one[data-v-5c86d5f2]{color:#fff;font-weight:700;font-style:normal;text-transform:capitalize;line-height:1.2em;letter-spacing:0px}.privacy-policy .privacy-documentation .heading-level-one[data-v-5c86d5f2]:before{content:none}.privacy-policy .privacy-documentation .heading-level-two[data-v-5c86d5f2]{color:#fff;font-weight:700;font-style:normal;text-transform:capitalize;line-height:1.2em;letter-spacing:0px;font-size:18px}.privacy-policy .privacy-documentation ul[data-v-5c86d5f2]{padding-left:20px}.privacy-policy .privacy-documentation li[data-v-5c86d5f2]{font-size:18px;margin-bottom:8px}.privacy-policy .privacy-documentation strong[data-v-5c86d5f2]{color:#fff}.privacy-policy .privacy-documentation li[data-v-5c86d5f2]::marker{color:#fff}@media screen and (min-width: 320px) and (max-width: 360px){.privacy-policy[data-v-5c86d5f2]{padding:0 16px 64px}.privacy-policy .subheading[data-v-5c86d5f2]{text-align:left;font-size:20px}.privacy-policy .para[data-v-5c86d5f2]{font-size:16px}.privacy-policy .privacy-documentation .heading-level-one[data-v-5c86d5f2]{font-size:24px}}@media screen and (min-width: 361px) and (max-width: 767px){.privacy-policy[data-v-5c86d5f2]{padding:0 16px 64px}.privacy-policy .subheading[data-v-5c86d5f2]{text-align:left;font-size:20px}.privacy-policy .para[data-v-5c86d5f2]{font-size:18px}.privacy-policy .privacy-documentation .heading-level-one[data-v-5c86d5f2]{font-size:24px}}@media screen and (min-width: 768px) and (max-width: 1024px){.privacy-policy[data-v-5c86d5f2]{padding:0 20px 120px}.privacy-policy .subheading[data-v-5c86d5f2]{text-align:left;font-size:20px}.privacy-policy .para[data-v-5c86d5f2]{font-size:18px}.privacy-policy .privacy-documentation .heading-level-one[data-v-5c86d5f2]{font-size:32px}}@media screen and (min-width: 1025px) and (max-width: 1200px){.privacy-policy[data-v-5c86d5f2]{padding:0 20px 120px}.privacy-policy .subheading[data-v-5c86d5f2]{text-align:left;font-size:20px}.privacy-policy .para[data-v-5c86d5f2]{font-size:18px}.privacy-policy .privacy-documentation .heading-level-one[data-v-5c86d5f2]{font-size:32px}}@media screen and (min-width: 1201px) and (max-width: 1600px){.privacy-policy[data-v-5c86d5f2]{padding:0 20px 120px}.privacy-policy .subheading[data-v-5c86d5f2]{text-align:left;font-size:20px}.privacy-policy .para[data-v-5c86d5f2]{font-size:18px}.privacy-policy .privacy-documentation .heading-level-one[data-v-5c86d5f2]{font-size:32px}}@media screen and (min-width: 1601px){.privacy-policy[data-v-5c86d5f2]{padding:0 20px 120px}.privacy-policy .subheading[data-v-5c86d5f2]{text-align:left;font-size:20px}.privacy-policy .para[data-v-5c86d5f2]{font-size:18px}.privacy-policy .privacy-documentation .heading-level-one[data-v-5c86d5f2]{font-size:32px}}.terms-and-conditions[data-v-fb6a3fb1]{z-index:1;position:relative}.terms-and-conditions .container[data-v-fb6a3fb1]{width:100%;margin:0 auto;max-width:1400px}.terms-and-conditions .top-content[data-v-fb6a3fb1]{position:relative;display:flex;flex-direction:column;width:100%;height:100%}.terms-and-conditions .subheading[data-v-fb6a3fb1]{height:auto;position:relative;width:auto;font-style:normal;font-weight:600;letter-spacing:0px;line-height:1.4em;display:inline-block;-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;text-align:left;color:#fff;text-decoration:none;text-transform:capitalize;font-size:20px;margin-bottom:20px}.terms-and-conditions .documentation[data-v-fb6a3fb1]{display:flex;gap:20px;flex-direction:column}.terms-and-conditions .documentation .heading-level-one[data-v-fb6a3fb1]{color:#fff;font-weight:700;font-style:normal;text-transform:capitalize;line-height:1.2em;letter-spacing:0px}.terms-and-conditions .documentation .heading-level-two[data-v-fb6a3fb1]{color:#fff;font-weight:700;font-style:normal;text-transform:capitalize;line-height:1.2em;letter-spacing:0px;font-size:18px}.terms-and-conditions .para[data-v-fb6a3fb1]{position:relative;line-height:1.5em;font-weight:500;font-style:normal}.terms-and-conditions .documentation ul[data-v-fb6a3fb1]{padding-left:20px}.terms-and-conditions .documentation li[data-v-fb6a3fb1]{line-height:1.5;font-weight:400;font-style:normal;text-decoration:none;margin-bottom:8px}@media screen and (min-width: 320px) and (max-width: 360px){.terms-and-conditions[data-v-fb6a3fb1]{padding:0 16px 64px}.terms-and-conditions .documentation .heading-level-one[data-v-fb6a3fb1]{font-size:24px}.terms-and-conditions .para[data-v-fb6a3fb1],.terms-and-conditions .documentation li[data-v-fb6a3fb1]{font-size:16px}}@media screen and (min-width: 361px) and (max-width: 767px){.terms-and-conditions[data-v-fb6a3fb1]{padding:0 16px 64px}.terms-and-conditions .documentation .heading-level-one[data-v-fb6a3fb1]{font-size:24px}.terms-and-conditions .para[data-v-fb6a3fb1],.terms-and-conditions .documentation li[data-v-fb6a3fb1]{font-size:18px}}@media screen and (min-width: 768px) and (max-width: 1024px){.terms-and-conditions[data-v-fb6a3fb1]{padding:0 20px 120px}.terms-and-conditions .documentation .heading-level-one[data-v-fb6a3fb1]{font-size:32px}.terms-and-conditions .para[data-v-fb6a3fb1],.terms-and-conditions .documentation li[data-v-fb6a3fb1]{font-size:18px}}@media screen and (min-width: 1025px) and (max-width: 1200px){.terms-and-conditions[data-v-fb6a3fb1]{padding:0 20px 120px}.terms-and-conditions .documentation .heading-level-one[data-v-fb6a3fb1]{font-size:32px}.terms-and-conditions .para[data-v-fb6a3fb1],.terms-and-conditions .documentation li[data-v-fb6a3fb1]{font-size:18px}}@media screen and (min-width: 1201px) and (max-width: 1600px){.terms-and-conditions[data-v-fb6a3fb1]{padding:0 20px 120px}.terms-and-conditions .documentation .heading-level-one[data-v-fb6a3fb1]{font-size:32px}.terms-and-conditions .para[data-v-fb6a3fb1],.terms-and-conditions .documentation li[data-v-fb6a3fb1]{font-size:18px}}@media screen and (min-width: 1601px){.terms-and-conditions[data-v-fb6a3fb1]{padding:0 20px 120px}.terms-and-conditions .documentation .heading-level-one[data-v-fb6a3fb1]{font-size:32px}.terms-and-conditions .para[data-v-fb6a3fb1],.terms-and-conditions .documentation li[data-v-fb6a3fb1]{font-size:18px}}.legal-disclaimer[data-v-bacb817f]{position:relative;z-index:1}.legal-disclaimer .container[data-v-bacb817f]{width:100%;margin:0 auto;max-width:1400px}.legal-disclaimer .content[data-v-bacb817f]{position:relative;display:flex;flex-direction:column;width:100%;height:100%;gap:20px}.legal-disclaimer .main-heading[data-v-bacb817f]{color:#fff;font-weight:700;font-style:normal;text-transform:capitalize;line-height:1.2em;letter-spacing:0px}.legal-disclaimer .para[data-v-bacb817f]{position:relative;line-height:1.5em;font-weight:500;font-style:normal}.legal-disclaimer .content ul[data-v-bacb817f]{padding-left:20px}.legal-disclaimer .content li[data-v-bacb817f]{line-height:1.5;font-weight:400;font-style:normal;text-decoration:none;margin-bottom:8px}@media screen and (min-width: 320px) and (max-width: 360px){.legal-disclaimer[data-v-bacb817f]{padding:0 16px 64px}.legal-disclaimer .main-heading[data-v-bacb817f]{font-size:24px}.legal-disclaimer .para[data-v-bacb817f],.legal-disclaimer .content li[data-v-bacb817f]{font-size:16px}}@media screen and (min-width: 361px) and (max-width: 767px){.legal-disclaimer[data-v-bacb817f]{padding:0 16px 64px}.legal-disclaimer .main-heading[data-v-bacb817f]{font-size:px}.legal-disclaimer .para[data-v-bacb817f]{font-size:18px}.legal-disclaimer .content li[data-v-bacb817f]{font-size:16px}}@media screen and (min-width: 481px) and (max-width: 767px){.legal-disclaimer .content[data-v-bacb817f]{align-items:center}}@media screen and (min-width: 768px) and (max-width: 1024px){.legal-disclaimer[data-v-bacb817f]{padding:0 20px 120px}.legal-disclaimer .main-heading[data-v-bacb817f]{font-size:32px}.legal-disclaimer .para[data-v-bacb817f],.legal-disclaimer .content li[data-v-bacb817f]{font-size:18px}}@media screen and (min-width: 1025px) and (max-width: 1200px){.legal-disclaimer[data-v-bacb817f]{padding:0 20px 120px}.legal-disclaimer .main-heading[data-v-bacb817f]{font-size:32px}.legal-disclaimer .para[data-v-bacb817f],.legal-disclaimer .content li[data-v-bacb817f]{font-size:18px}}@media screen and (min-width: 1201px) and (max-width: 1600px){.legal-disclaimer[data-v-bacb817f]{padding:0 20px 120px}.legal-disclaimer .main-heading[data-v-bacb817f]{font-size:32px}.legal-disclaimer .para[data-v-bacb817f],.legal-disclaimer .content li[data-v-bacb817f]{font-size:18px}}@media screen and (min-width: 1601px){.legal-disclaimer[data-v-bacb817f]{padding:0 20px 120px}.legal-disclaimer .main-heading[data-v-bacb817f]{font-size:32px}.legal-disclaimer .para[data-v-bacb817f],.legal-disclaimer .content li[data-v-bacb817f]{font-size:18px}}.not-interested[data-v-17022c2b]{position:relative;z-index:1}.not-interested .container[data-v-17022c2b]{max-width:1400px;margin:0 auto;width:100%}.not-interested .content[data-v-17022c2b]{display:flex;justify-content:center;width:100%;flex-direction:column;gap:20px}.not-interested .subheading[data-v-17022c2b]{height:auto;position:relative;width:auto;font-style:normal;font-weight:600;letter-spacing:0px;line-height:1.4em;display:inline-block;-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;color:#fff;text-decoration:none;text-transform:uppercase;font-size:20px}.not-interested .main-heading[data-v-17022c2b]{font-style:normal;font-weight:700;letter-spacing:-.8px;line-height:1.2em;color:#fff;text-decoration:none;text-transform:capitalize;max-width:785px}.not-interested .para[data-v-17022c2b]{position:relative;line-height:1.5em;font-weight:500;font-style:normal;margin-bottom:40px}.not-interested .astronaut-image[data-v-17022c2b]{animation:float-17022c2b 6s ease-in-out infinite}@keyframes float-17022c2b{0%{transform:translatey(0)}50%{transform:translatey(-12px)}to{transform:translatey(0)}}@media screen and (min-width: 320px) and (max-width: 360px){.not-interested[data-v-17022c2b]{padding:0 16px 64px}.not-interested .content[data-v-17022c2b]{align-items:flex-start}.not-interested .main-heading[data-v-17022c2b]{font-size:28px;text-align:left}.not-interested .para[data-v-17022c2b]{font-size:16px;max-width:865px;text-align:left}.not-interested .astronaut-image[data-v-17022c2b],.not-interested picture[data-v-17022c2b]{width:100%;height:auto}}@media screen and (min-width: 361px) and (max-width: 767px){.not-interested[data-v-17022c2b]{padding:0 16px 64px}.not-interested .content[data-v-17022c2b]{align-items:flex-start}.not-interested .main-heading[data-v-17022c2b]{font-size:32px;text-align:left}.not-interested .para[data-v-17022c2b]{font-size:18px;max-width:865px;text-align:left}.not-interested .astronaut-image[data-v-17022c2b],.not-interested picture[data-v-17022c2b]{width:100%;height:auto}}@media screen and (min-width: 481px) and (max-width: 767px){.not-interested .content[data-v-17022c2b]{align-items:center}.not-interested .main-heading[data-v-17022c2b],.not-interested .para[data-v-17022c2b]{text-align:center}}@media screen and (min-width: 768px) and (max-width: 1024px){.not-interested[data-v-17022c2b]{padding:0 20px 120px}.not-interested .content[data-v-17022c2b]{align-items:center}.not-interested .main-heading[data-v-17022c2b]{font-size:46px;text-align:left}.not-interested .para[data-v-17022c2b]{font-size:18px;max-width:865px;text-align:center}.not-interested .astronaut-image[data-v-17022c2b],.not-interested picture[data-v-17022c2b]{width:480px;height:auto}}@media screen and (min-width: 1025px) and (max-width: 1200px){.not-interested[data-v-17022c2b]{padding:0 20px 120px}.not-interested .content[data-v-17022c2b]{align-items:center}.not-interested .main-heading[data-v-17022c2b]{font-size:46px;text-align:left}.not-interested .para[data-v-17022c2b]{font-size:18px;max-width:865px;text-align:center}.not-interested .astronaut-image[data-v-17022c2b],.not-interested picture[data-v-17022c2b]{width:480px;height:auto}}@media screen and (min-width: 1201px) and (max-width: 1600px){.not-interested[data-v-17022c2b]{padding:0 20px 120px}.not-interested .content[data-v-17022c2b]{align-items:center}.not-interested .main-heading[data-v-17022c2b]{font-size:46px;text-align:left}.not-interested .para[data-v-17022c2b]{font-size:18px;max-width:865px;text-align:center}.not-interested .astronaut-image[data-v-17022c2b],.not-interested picture[data-v-17022c2b]{width:480px;height:auto}}@media screen and (min-width: 1601px){.not-interested[data-v-17022c2b]{padding:0 20px 120px}.not-interested .content[data-v-17022c2b]{align-items:center}.not-interested .main-heading[data-v-17022c2b]{font-size:48px;text-align:left}.not-interested .para[data-v-17022c2b]{font-size:18px;max-width:865px;text-align:center}.not-interested .astronaut-image[data-v-17022c2b],.not-interested picture[data-v-17022c2b]{width:480px;height:auto}}.thank-you[data-v-683a27fa]{position:relative;z-index:1}.thank-you .container[data-v-683a27fa]{max-width:1400px;margin:0 auto;width:100%}.thank-you .top-content[data-v-683a27fa]{position:relative;display:flex;gap:20px;width:100%;height:100%;flex-direction:column}.thank-you .subheading[data-v-683a27fa]{height:auto;position:relative;width:auto;font-style:normal;font-weight:600;letter-spacing:0px;line-height:1.4em;display:inline-block;-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;text-align:left;color:#fff;text-decoration:none;text-transform:capitalize;font-size:20px}.thank-you .main-heading[data-v-683a27fa]{font-style:normal;font-weight:700;letter-spacing:-.8px;line-height:1.2em;color:#fff;text-decoration:none;text-transform:capitalize}.thank-you .para[data-v-683a27fa]{line-height:1.5;font-weight:500;font-style:normal}.thank-you .thankyou-image[data-v-683a27fa]{border-radius:12px;margin-top:40px}.what-happens-next[data-v-683a27fa]{position:relative;z-index:1}.what-happens-next .container[data-v-683a27fa]{max-width:1400px;margin:0 auto;width:100%}.what-happens-next .content[data-v-683a27fa]{display:flex;flex-direction:column;gap:2rem}.what-happens-next .subheading[data-v-683a27fa]{height:auto;position:relative;width:auto;font-style:normal;font-weight:600;letter-spacing:0px;line-height:1.4em;display:inline-block;-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;text-align:left;color:#fff;text-decoration:none;text-transform:capitalize;font-size:20px}.what-happens-next .content .list[data-v-683a27fa]{padding-left:2rem;justify-content:center;align-items:center;display:flex;flex-direction:column;gap:8px}.join-the-community[data-v-683a27fa]{position:relative;z-index:1}.join-the-community .container[data-v-683a27fa]{width:100%;max-width:1400px;margin:0 auto}.join-the-community .content[data-v-683a27fa]{position:relative;display:flex;gap:20px;width:100%;height:100%;flex-direction:column}.join-the-community .subheading[data-v-683a27fa]{height:auto;position:relative;width:auto;font-style:normal;font-weight:600;letter-spacing:0px;line-height:1.4em;display:inline-block;-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;text-align:left;color:#fff;text-decoration:none;text-transform:capitalize;font-size:20px}.join-the-community .btns[data-v-683a27fa]{display:flex;width:100%;justify-content:center}.join-the-community .btn-container[data-v-683a27fa]{display:flex}.join-the-community .bold-para[data-v-683a27fa],.join-the-community .para[data-v-683a27fa]{line-height:1.5}@media screen and (min-width: 320px) and (max-width: 360px){.thank-you[data-v-683a27fa]{padding:0 16px 64px}.thank-you .top-content[data-v-683a27fa]{align-items:center}.thank-you .main-heading[data-v-683a27fa]{font-size:28px;text-align:left}.thank-you .para[data-v-683a27fa]{font-size:16px;max-width:930px;text-align:left}.thank-you .thankyou-image[data-v-683a27fa]{height:auto;width:100%}.what-happens-next[data-v-683a27fa]{padding:0 16px 64px}.what-happens-next .content[data-v-683a27fa]{align-items:flex-start}.what-happens-next .content .list[data-v-683a27fa]{max-width:930px}.what-happens-next .list li[data-v-683a27fa]{font-size:16px}.join-the-community[data-v-683a27fa]{padding:0 16px 64px}.join-the-community .content[data-v-683a27fa]{align-items:flex-start}.join-the-community .bold-para[data-v-683a27fa],.join-the-community .para[data-v-683a27fa]{text-align:left;font-size:16px}}@media screen and (min-width: 361px) and (max-width: 767px){.thank-you[data-v-683a27fa]{padding:0 16px 64px}.thank-you .top-content[data-v-683a27fa]{align-items:center}.thank-you .main-heading[data-v-683a27fa]{font-size:32px;text-align:left}.thank-you .para[data-v-683a27fa]{font-size:18px;max-width:930px;text-align:left}.thank-you .thankyou-image[data-v-683a27fa]{height:auto;width:100%}.what-happens-next[data-v-683a27fa]{padding:0 16px 64px}.what-happens-next .content[data-v-683a27fa]{align-items:flex-start}.what-happens-next .content .list[data-v-683a27fa]{max-width:930px}.what-happens-next .list li[data-v-683a27fa]{font-size:18px}.join-the-community[data-v-683a27fa]{padding:0 16px 64px}.join-the-community .content[data-v-683a27fa]{align-items:flex-start}.join-the-community .bold-para[data-v-683a27fa],.join-the-community .para[data-v-683a27fa]{text-align:left;font-size:18px}}@media screen and (min-width: 481px) and (max-width: 767px){.thank-you .main-heading[data-v-683a27fa],.thank-you .para[data-v-683a27fa]{text-align:center}.what-happens-next .content[data-v-683a27fa],.join-the-community .content[data-v-683a27fa]{align-items:center}.join-the-community .para[data-v-683a27fa],.join-the-community .bold-para[data-v-683a27fa]{text-align:center}}@media screen and (min-width: 768px) and (max-width: 1024px){.thank-you[data-v-683a27fa]{padding:0 20px}.thank-you .top-content[data-v-683a27fa]{align-items:center}.thank-you .main-heading[data-v-683a27fa]{font-size:46px;text-align:center}.thank-you .para[data-v-683a27fa]{font-size:18px;max-width:930px;text-align:center}.thank-you .thankyou-image[data-v-683a27fa]{height:auto;width:100%}.what-happens-next[data-v-683a27fa]{padding:120px 20px 0}.what-happens-next .content[data-v-683a27fa]{align-items:center}.what-happens-next .content .list[data-v-683a27fa]{max-width:930px}.what-happens-next .list li[data-v-683a27fa]{font-size:18px}.join-the-community[data-v-683a27fa]{padding:0 20px 120px}.join-the-community .content[data-v-683a27fa]{align-items:center}.join-the-community .bold-para[data-v-683a27fa],.join-the-community .para[data-v-683a27fa]{text-align:center;font-size:18px}}@media screen and (min-width: 1025px) and (max-width: 1200px){.thank-you[data-v-683a27fa]{padding:0 20px}.thank-you .top-content[data-v-683a27fa]{align-items:center}.thank-you .main-heading[data-v-683a27fa]{font-size:46px;text-align:center}.thank-you .para[data-v-683a27fa]{font-size:18px;max-width:930px;text-align:center}.thank-you .thankyou-image[data-v-683a27fa]{height:auto;width:100%}.what-happens-next[data-v-683a27fa]{padding:120px 20px}.what-happens-next .content[data-v-683a27fa]{align-items:center}.what-happens-next .content .list[data-v-683a27fa]{max-width:930px}.what-happens-next .list li[data-v-683a27fa]{font-size:18px}.join-the-community[data-v-683a27fa]{padding:0 20px 120px}.join-the-community .content[data-v-683a27fa]{align-items:center}.join-the-community .bold-para[data-v-683a27fa],.join-the-community .para[data-v-683a27fa]{text-align:center;font-size:18px}}@media screen and (min-width: 1201px) and (max-width: 1600px){.thank-you[data-v-683a27fa]{padding:0 20px}.thank-you .top-content[data-v-683a27fa]{align-items:center}.thank-you .main-heading[data-v-683a27fa]{font-size:46px;text-align:center}.thank-you .para[data-v-683a27fa]{font-size:18px;max-width:930px;text-align:center}.thank-you .thankyou-image[data-v-683a27fa]{height:100%;width:auto}.what-happens-next[data-v-683a27fa]{padding:120px 20px}.what-happens-next .content[data-v-683a27fa]{align-items:center}.what-happens-next .content .list[data-v-683a27fa]{max-width:930px}.what-happens-next .list li[data-v-683a27fa]{font-size:18px}.join-the-community[data-v-683a27fa]{padding:0 20px 120px}.join-the-community .content[data-v-683a27fa]{align-items:center}.join-the-community .btns[data-v-683a27fa]{gap:20px}.join-the-community .bold-para[data-v-683a27fa],.join-the-community .para[data-v-683a27fa]{text-align:center;font-size:18px}}@media screen and (min-width: 1601px){.thank-you[data-v-683a27fa]{padding:0 20px}.thank-you .top-content[data-v-683a27fa]{align-items:center}.thank-you .main-heading[data-v-683a27fa]{font-size:48px;text-align:center}.thank-you .para[data-v-683a27fa]{font-size:18px;max-width:930px;text-align:center}.thank-you .thankyou-image[data-v-683a27fa]{height:100%;width:auto}.what-happens-next[data-v-683a27fa]{padding:120px 20px}.what-happens-next .content[data-v-683a27fa]{align-items:center}.what-happens-next .content .list[data-v-683a27fa]{max-width:930px}.what-happens-next .list li[data-v-683a27fa]{font-size:18px}.join-the-community[data-v-683a27fa]{padding:0 20px 120px}.join-the-community .content[data-v-683a27fa]{align-items:center}.join-the-community .btns[data-v-683a27fa]{gap:20px}.join-the-community .bold-para[data-v-683a27fa],.join-the-community .para[data-v-683a27fa]{text-align:center;font-size:18px}}.unsubscribe[data-v-43fe41a9]{position:relative;z-index:1}.unsubscribe .container[data-v-43fe41a9]{max-width:1400px;margin:0 auto;width:100%}.unsubscribe .content[data-v-43fe41a9]{display:flex;flex-direction:column;gap:20px;justify-content:center;width:100%;position:relative}.unsubscribe .subheading[data-v-43fe41a9]{height:auto;width:auto;font-style:normal;font-weight:600;letter-spacing:0px;line-height:1.4em;display:inline-block;-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;text-align:left;color:#fff;text-decoration:none;text-transform:uppercase;font-size:20px}.unsubscribe .main-heading[data-v-43fe41a9]{font-style:normal;font-weight:700;letter-spacing:-.8px;line-height:1.2em;color:#fff;text-decoration:none;text-transform:capitalize}.unsubscribe .para[data-v-43fe41a9]{line-height:1.5}.unsubscribe picture[data-v-43fe41a9]{width:360px;height:auto}.unsubscribe .astronaut-hand[data-v-43fe41a9]{transform-origin:20% 40%;z-index:1;animation-name:wave-animation-43fe41a9;animation-duration:4s;animation-iteration-count:infinite}@keyframes wave-animation-43fe41a9{0%{transform:rotate(0)}15%{transform:rotate(12deg)}30%{transform:rotate(0)}40%{transform:rotate(10deg)}50%{transform:rotate(0)}60%{transform:rotate(8deg)}70%{transform:rotate(0)}to{transform:rotate(0)}}.unsubscribe .astronaut-hand[data-v-43fe41a9],.astronaut-body[data-v-43fe41a9]{position:absolute;width:360px;height:auto;bottom:0}@media screen and (min-width: 320px) and (max-width: 360px){.unsubscribe[data-v-43fe41a9]{padding:0 16px 64px}.unsubscribe .container[data-v-43fe41a9]{padding:0}.unsubscribe .content[data-v-43fe41a9]{align-items:flex-start;padding-bottom:350px}.unsubscribe .main-heading[data-v-43fe41a9]{font-size:28px;text-align:left}.unsubscribe .para[data-v-43fe41a9]{font-size:16px;text-align:left;max-width:730px}.unsubscribe .astronaut-hand[data-v-43fe41a9],.astronaut-body[data-v-43fe41a9]{width:280px}}@media screen and (min-width: 361px) and (max-width: 767px){.unsubscribe[data-v-43fe41a9]{padding:0 16px 64px}.unsubscribe .container[data-v-43fe41a9]{padding:0}.unsubscribe .content[data-v-43fe41a9]{align-items:flex-start;padding-bottom:350px}.unsubscribe .main-heading[data-v-43fe41a9]{font-size:32px;text-align:left}.unsubscribe .para[data-v-43fe41a9]{font-size:18px;text-align:left;max-width:730px}.unsubscribe .astronaut-hand[data-v-43fe41a9],.astronaut-body[data-v-43fe41a9]{width:280px}}@media screen and (min-width: 481px) and (max-width: 767px){.unsubscribe .content[data-v-43fe41a9]{align-items:center}.unsubscribe .main-heading[data-v-43fe41a9],.unsubscribe .para[data-v-43fe41a9]{text-align:center}}@media screen and (min-width: 768px) and (max-width: 1024px){.unsubscribe[data-v-43fe41a9]{padding:0 20px 120px}.unsubscribe .content[data-v-43fe41a9]{align-items:center;padding-bottom:448px}.unsubscribe .main-heading[data-v-43fe41a9]{font-size:46px;text-align:center}.unsubscribe .para[data-v-43fe41a9]{font-size:18px;text-align:center;max-width:730px}}@media screen and (min-width: 1025px) and (max-width: 1200px){.unsubscribe[data-v-43fe41a9]{padding:0 20px 120px}.unsubscribe .content[data-v-43fe41a9]{align-items:center;padding-bottom:448px}.unsubscribe .main-heading[data-v-43fe41a9]{font-size:46px;text-align:center}.unsubscribe .para[data-v-43fe41a9]{font-size:18px;text-align:center;max-width:730px}}@media screen and (min-width: 1201px) and (max-width: 1600px){.unsubscribe[data-v-43fe41a9]{padding:0 20px 120px}.unsubscribe .content[data-v-43fe41a9]{align-items:center;padding-bottom:448px}.unsubscribe .main-heading[data-v-43fe41a9]{font-size:46px;text-align:center}.unsubscribe .para[data-v-43fe41a9]{font-size:18px;text-align:center;max-width:730px}}@media screen and (min-width: 1601px){.unsubscribe[data-v-43fe41a9]{padding:0 20px 120px}.unsubscribe .content[data-v-43fe41a9]{align-items:center;padding-bottom:448px}.unsubscribe .main-heading[data-v-43fe41a9]{font-size:48px;text-align:center}.unsubscribe .para[data-v-43fe41a9]{font-size:18px;text-align:center;max-width:730px}}.coming-soon[data-v-c980d91a]{min-height:100vh;height:100%;position:relative;display:flex;overflow:hidden;-webkit-mask-image:-webkit-gradient(linear,center 90%,center bottom,from(rgba(0,0,0,1)),to(rgba(0,0,0,0)));mask-image:linear-gradient(to bottom,#000 90%,#0000)}.coming-soon[data-v-c980d91a]:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-image:linear-gradient(180deg,#0000 40%,#000000b3)}.coming-soon .container[data-v-c980d91a]{display:flex;justify-content:center;align-items:center;flex:1;flex-direction:column;max-width:1400px;margin:0 auto}.coming-soon .fade[data-v-c980d91a]{background:linear-gradient(0deg,#000,#0000);bottom:0;flex:none;left:0;overflow:hidden;pointer-events:none;position:absolute;right:0;z-index:1}.coming-soon .coming-soon-bg[data-v-c980d91a]{position:absolute;top:50%;left:50%;width:100%;object-fit:cover;height:100%;transform:translate(-50%,-50%)}.coming-soon .content[data-v-c980d91a]{gap:20px;z-index:1;display:flex;flex-direction:column;align-items:center}.coming-soon .subheading[data-v-c980d91a]{line-height:1.2;font-weight:700;color:#fff;text-transform:uppercase}.coming-soon .main-title[data-v-c980d91a]{text-transform:uppercase;position:relative;line-height:1.2;font-weight:700;color:#ff9c00}.coming-soon .para[data-v-c980d91a]{position:relative;line-height:1.5em;font-weight:400;font-style:normal;max-width:600px}@media screen and (min-width: 320px) and (max-width: 360px){.coming-soon .container[data-v-c980d91a]{padding:120px 16px 64px}.coming-soon .subheading[data-v-c980d91a]{font-size:70px;text-align:center}.coming-soon .main-title[data-v-c980d91a]{font-size:28px;text-align:center;max-width:400px}.coming-soon .para[data-v-c980d91a]{text-align:center;font-size:16px;margin-bottom:40px;max-width:300px}.coming-soon .coming-soon-logo[data-v-c980d91a]{width:48px}}@media screen and (min-width: 361px) and (max-width: 767px){.coming-soon .container[data-v-c980d91a]{padding:142px 16px 64px}.coming-soon .subheading[data-v-c980d91a]{font-size:80px;text-align:center}.coming-soon .main-title[data-v-c980d91a]{font-size:32px;text-align:center}.coming-soon .para[data-v-c980d91a]{text-align:center;font-size:18px;margin-bottom:40px;max-width:500px}.coming-soon .coming-soon-logo[data-v-c980d91a]{width:64px}}@media screen and (min-width: 768px) and (max-width: 1024px){.coming-soon .container[data-v-c980d91a]{padding:120px 20px}.coming-soon .subheading[data-v-c980d91a]{font-size:90px;text-align:center}.coming-soon .main-title[data-v-c980d91a]{font-size:34px;text-align:center;max-width:600px}.coming-soon .para[data-v-c980d91a]{text-align:center;font-size:18px;margin-bottom:40px;max-width:500px}.coming-soon .coming-soon-logo[data-v-c980d91a]{width:64px}}@media screen and (min-width: 1025px) and (max-width: 1200px){.coming-soon .container[data-v-c980d91a]{padding:120px 20px}.coming-soon .subheading[data-v-c980d91a]{font-size:140px;text-align:center}.coming-soon .main-title[data-v-c980d91a]{font-size:36px;text-align:center}.coming-soon .para[data-v-c980d91a]{text-align:center;font-size:18px;margin-bottom:40px}.coming-soon .coming-soon-logo[data-v-c980d91a]{width:64px}}@media screen and (min-width: 1201px) and (max-width: 1600px){.coming-soon .container[data-v-c980d91a]{padding:120px 20px}.coming-soon .subheading[data-v-c980d91a]{font-size:140px;text-align:center}.coming-soon .main-title[data-v-c980d91a]{font-size:36px;text-align:center}.coming-soon .para[data-v-c980d91a]{text-align:center;font-size:18px;margin-bottom:40px}.coming-soon .coming-soon-logo[data-v-c980d91a]{width:64px}}@media screen and (min-width: 1601px){.coming-soon .container[data-v-c980d91a]{padding:120px 20px}.coming-soon .subheading[data-v-c980d91a]{font-size:160px;text-align:center}.coming-soon .main-title[data-v-c980d91a]{font-size:40px;text-align:center}.coming-soon .para[data-v-c980d91a]{text-align:center;font-size:20px;margin-bottom:40px}.coming-soon .coming-soon-logo[data-v-c980d91a]{width:80px}}.promotional-video[data-v-1cdebcb7]{position:relative;z-index:1}.promotional-video .container[data-v-1cdebcb7]{max-width:1400px;margin:0 auto;width:100%}.promotional-video .content[data-v-1cdebcb7]{display:flex;justify-content:center;gap:20px;width:100%;flex-direction:column}.promotional-video .subheading[data-v-1cdebcb7]{height:auto;position:relative;width:auto;font-style:normal;font-weight:600;letter-spacing:0px;line-height:1.4em;display:inline-block;-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;color:#fff;text-decoration:none;text-transform:uppercase;font-size:20px}.promotional-video .main-heading[data-v-1cdebcb7]{font-style:normal;font-weight:700;letter-spacing:-.8px;line-height:1.2em;color:#fff;text-decoration:none;text-transform:capitalize}.promotional-video .para[data-v-1cdebcb7]{position:relative;line-height:1.5em;font-weight:500;font-style:normal}.promotional-video .video-container[data-v-1cdebcb7]{position:relative;width:100%;padding-bottom:56.25%;height:0;overflow:hidden;border-radius:12px;margin-top:32px}.promotional-video iframe[data-v-1cdebcb7]{position:absolute;top:0;left:0;width:100%;height:100%}@media screen and (min-width: 320px) and (max-width: 360px){.promotional-video[data-v-1cdebcb7]{padding:0 16px 64px}.promotional-video .content[data-v-1cdebcb7]{align-items:flex-start}.promotional-video .main-heading[data-v-1cdebcb7]{font-size:28px;max-width:785px;text-align:left}.promotional-video .para[data-v-1cdebcb7]{font-size:16px;text-align:left}}@media screen and (min-width: 361px) and (max-width: 767px){.promotional-video[data-v-1cdebcb7]{padding:0 16px 64px}.promotional-video .content[data-v-1cdebcb7]{align-items:left}.promotional-video .main-heading[data-v-1cdebcb7]{font-size:32px;max-width:785px;text-align:left}.promotional-video .para[data-v-1cdebcb7]{font-size:18px;text-align:left}}@media screen and (min-width: 481px) and (max-width: 767px){.promotional-video .content[data-v-1cdebcb7]{align-items:center}.promotional-video .main-heading[data-v-1cdebcb7]{font-size:32px;max-width:785px;text-align:center}.promotional-video .para[data-v-1cdebcb7]{font-size:18px;text-align:center}}@media screen and (min-width: 768px) and (max-width: 1024px){.promotional-video[data-v-1cdebcb7]{padding:0 20px 120px}.promotional-video .content[data-v-1cdebcb7]{align-items:center}.promotional-video .main-heading[data-v-1cdebcb7]{font-size:46px;max-width:785px;text-align:left}.promotional-video .para[data-v-1cdebcb7]{font-size:18px}}@media screen and (min-width: 1025px) and (max-width: 1200px){.promotional-video[data-v-1cdebcb7]{padding:0 20px 120px}.promotional-video .content[data-v-1cdebcb7]{align-items:center}.promotional-video .main-heading[data-v-1cdebcb7]{font-size:46px;max-width:785px;text-align:left}.promotional-video .para[data-v-1cdebcb7]{font-size:18px}}@media screen and (min-width: 1201px) and (max-width: 1600px){.promotional-video[data-v-1cdebcb7]{padding:0 20px 120px}.promotional-video .content[data-v-1cdebcb7]{align-items:center}.promotional-video .main-heading[data-v-1cdebcb7]{font-size:46px;max-width:785px;text-align:left}.promotional-video .para[data-v-1cdebcb7]{font-size:18px}}@media screen and (min-width: 1601px){.promotional-video[data-v-1cdebcb7]{padding:0 20px 120px}.promotional-video .content[data-v-1cdebcb7]{align-items:center}.promotional-video .main-heading[data-v-1cdebcb7]{font-size:48px;max-width:785px;text-align:left}.promotional-video .para[data-v-1cdebcb7]{font-size:18px}}.pitch-deck[data-v-601e240f]{position:relative;z-index:1}.pitch-deck .container[data-v-601e240f]{max-width:1400px;width:100%;margin:0 auto}.pitch-deck .content[data-v-601e240f]{display:flex;flex-direction:column;justify-content:center;gap:20px;width:100%}.pitch-deck .subheading[data-v-601e240f]{height:auto;position:relative;width:auto;font-style:normal;font-weight:600;letter-spacing:0px;line-height:1.4em;display:inline-block;-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;color:#fff;text-decoration:none;text-transform:uppercase}.pitch-deck .main-heading[data-v-601e240f]{font-style:normal;font-weight:700;letter-spacing:-.8px;line-height:1.2em;color:#fff;text-decoration:none;text-transform:capitalize}.pitch-deck .para[data-v-601e240f]{position:relative;line-height:1.5em;font-weight:500;font-style:normal}.pitch-deck picture[data-v-601e240f]{margin-top:40px}.pitch-deck .pdf-bg[data-v-601e240f],.pitch-deck picture[data-v-601e240f]{width:100%;height:auto}.pitch-deck .pdf-bg[data-v-601e240f]{border-radius:12px}@media screen and (min-width: 320px) and (max-width: 360px){.pitch-deck[data-v-601e240f]{padding:0 16px 64px}.pitch-deck .subheading[data-v-601e240f]{font-size:20px}.pitch-deck .content[data-v-601e240f]{align-items:flex-start}.pitch-deck .main-heading[data-v-601e240f]{font-size:28px;max-width:785px;text-align:left}.pitch-deck .para[data-v-601e240f]{font-size:16px;max-width:930px;text-align:left}.pitch-deck picture[data-v-601e240f]{max-width:1100px}}@media screen and (min-width: 361px) and (max-width: 767px){.pitch-deck[data-v-601e240f]{padding:0 16px 64px}.pitch-deck .subheading[data-v-601e240f]{font-size:20px}.pitch-deck .content[data-v-601e240f]{align-items:flex-start}.pitch-deck .main-heading[data-v-601e240f]{font-size:32px;max-width:785px;text-align:left}.pitch-deck .para[data-v-601e240f]{font-size:18px;max-width:930px;text-align:left}.pitch-deck picture[data-v-601e240f]{max-width:1100px}}@media screen and (min-width: 481px) and (max-width: 767px){.pitch-deck .content[data-v-601e240f]{align-items:center}.pitch-deck .main-heading[data-v-601e240f]{font-size:32px;max-width:785px;text-align:center}.pitch-deck .para[data-v-601e240f]{text-align:center}}@media screen and (min-width: 768px) and (max-width: 1024px){.pitch-deck[data-v-601e240f]{padding:0 20px 120px}.pitch-deck .subheading[data-v-601e240f]{font-size:20px}.pitch-deck .content[data-v-601e240f]{align-items:center}.pitch-deck .main-heading[data-v-601e240f]{font-size:46px;max-width:785px;text-align:center}.pitch-deck .para[data-v-601e240f]{font-size:18px;max-width:930px;text-align:center}.pitch-deck picture[data-v-601e240f]{max-width:1100px}}@media screen and (min-width: 1025px) and (max-width: 1200px){.pitch-deck[data-v-601e240f]{padding:0 20px 120px}.pitch-deck .subheading[data-v-601e240f]{font-size:20px}.pitch-deck .content[data-v-601e240f]{align-items:center}.pitch-deck .main-heading[data-v-601e240f]{font-size:46px;max-width:785px;text-align:center}.pitch-deck .para[data-v-601e240f]{font-size:18px;max-width:930px;text-align:center}.pitch-deck picture[data-v-601e240f]{max-width:1100px}}@media screen and (min-width: 1201px) and (max-width: 1600px){.pitch-deck[data-v-601e240f]{padding:0 20px 120px}.pitch-deck .subheading[data-v-601e240f]{font-size:20px}.pitch-deck .content[data-v-601e240f]{align-items:center}.pitch-deck .main-heading[data-v-601e240f]{font-size:46px;max-width:785px;text-align:center}.pitch-deck .para[data-v-601e240f]{font-size:18px;max-width:930px;text-align:center}.pitch-deck picture[data-v-601e240f]{max-width:1100px}}@media screen and (min-width: 1601px){.pitch-deck[data-v-601e240f]{padding:0 20px 120px}.pitch-deck .subheading[data-v-601e240f]{font-size:20px}.pitch-deck .content[data-v-601e240f]{align-items:center}.pitch-deck .main-heading[data-v-601e240f]{font-size:48px;max-width:785px;text-align:center}.pitch-deck .para[data-v-601e240f]{font-size:18px;max-width:930px;text-align:center}.pitch-deck picture[data-v-601e240f]{max-width:1200px}}.pitch-deck[data-v-936703bc]{position:relative;z-index:1}.pitch-deck .container[data-v-936703bc]{max-width:1400px;width:100%;margin:0 auto}.pitch-deck .content[data-v-936703bc]{display:flex;flex-direction:column;justify-content:center;gap:20px;width:100%}.pitch-deck .subheading[data-v-936703bc]{height:auto;position:relative;width:auto;font-style:normal;font-weight:600;letter-spacing:0px;line-height:1.4em;display:inline-block;-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;color:#fff;text-decoration:none;text-transform:uppercase}.pitch-deck .main-heading[data-v-936703bc]{font-style:normal;font-weight:700;letter-spacing:-.8px;line-height:1.2em;color:#fff;text-decoration:none;text-transform:capitalize}.pitch-deck .para[data-v-936703bc]{position:relative;line-height:1.5em;font-weight:500;font-style:normal}.pitch-deck picture[data-v-936703bc]{margin-top:40px}.pitch-deck .pdf-bg[data-v-936703bc],.pitch-deck picture[data-v-936703bc]{width:100%;height:auto}.pitch-deck .pdf-bg[data-v-936703bc]{border-radius:12px}@media screen and (min-width: 320px) and (max-width: 360px){.pitch-deck[data-v-936703bc]{padding:0 16px 64px}.pitch-deck .subheading[data-v-936703bc]{font-size:20px}.pitch-deck .content[data-v-936703bc]{align-items:flex-start}.pitch-deck .main-heading[data-v-936703bc]{font-size:28px;max-width:785px;text-align:left}.pitch-deck .para[data-v-936703bc]{font-size:16px;max-width:930px;text-align:left}.pitch-deck picture[data-v-936703bc]{max-width:1100px}}@media screen and (min-width: 361px) and (max-width: 767px){.pitch-deck[data-v-936703bc]{padding:0 16px 64px}.pitch-deck .subheading[data-v-936703bc]{font-size:20px}.pitch-deck .content[data-v-936703bc]{align-items:flex-start}.pitch-deck .main-heading[data-v-936703bc]{font-size:32px;max-width:785px;text-align:left}.pitch-deck .para[data-v-936703bc]{font-size:18px;max-width:930px;text-align:left}.pitch-deck picture[data-v-936703bc]{max-width:1100px}}@media screen and (min-width: 481px) and (max-width: 767px){.pitch-deck .content[data-v-936703bc]{align-items:center}.pitch-deck .main-heading[data-v-936703bc]{font-size:32px;max-width:785px;text-align:center}.pitch-deck .para[data-v-936703bc]{text-align:center}}@media screen and (min-width: 768px) and (max-width: 1024px){.pitch-deck[data-v-936703bc]{padding:0 20px 120px}.pitch-deck .subheading[data-v-936703bc]{font-size:20px}.pitch-deck .content[data-v-936703bc]{align-items:center}.pitch-deck .main-heading[data-v-936703bc]{font-size:46px;max-width:785px;text-align:center}.pitch-deck .para[data-v-936703bc]{font-size:18px;max-width:930px;text-align:center}.pitch-deck picture[data-v-936703bc]{max-width:1100px}}@media screen and (min-width: 1025px) and (max-width: 1200px){.pitch-deck[data-v-936703bc]{padding:0 20px 120px}.pitch-deck .subheading[data-v-936703bc]{font-size:20px}.pitch-deck .content[data-v-936703bc]{align-items:center}.pitch-deck .main-heading[data-v-936703bc]{font-size:46px;max-width:785px;text-align:center}.pitch-deck .para[data-v-936703bc]{font-size:18px;max-width:930px;text-align:center}.pitch-deck picture[data-v-936703bc]{max-width:1100px}}@media screen and (min-width: 1201px) and (max-width: 1600px){.pitch-deck[data-v-936703bc]{padding:0 20px 120px}.pitch-deck .subheading[data-v-936703bc]{font-size:20px}.pitch-deck .content[data-v-936703bc]{align-items:center}.pitch-deck .main-heading[data-v-936703bc]{font-size:46px;max-width:785px;text-align:center}.pitch-deck .para[data-v-936703bc]{font-size:18px;max-width:930px;text-align:center}.pitch-deck picture[data-v-936703bc]{max-width:1100px}}@media screen and (min-width: 1601px){.pitch-deck[data-v-936703bc]{padding:0 20px 120px}.pitch-deck .subheading[data-v-936703bc]{font-size:20px}.pitch-deck .content[data-v-936703bc]{align-items:center}.pitch-deck .main-heading[data-v-936703bc]{font-size:48px;max-width:785px;text-align:center}.pitch-deck .para[data-v-936703bc]{font-size:18px;max-width:930px;text-align:center}.pitch-deck picture[data-v-936703bc]{max-width:1200px}}.pitch-deck[data-v-8652793d]{position:relative;z-index:1}.pitch-deck .container[data-v-8652793d]{max-width:1400px;width:100%;margin:0 auto}.pitch-deck .content[data-v-8652793d]{display:flex;flex-direction:column;justify-content:center;gap:20px;width:100%}.pitch-deck .subheading[data-v-8652793d]{height:auto;position:relative;width:auto;font-style:normal;font-weight:600;letter-spacing:0px;line-height:1.4em;display:inline-block;-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;color:#fff;text-decoration:none;text-transform:uppercase}.pitch-deck .main-heading[data-v-8652793d]{font-style:normal;font-weight:700;letter-spacing:-.8px;line-height:1.2em;color:#fff;text-decoration:none;text-transform:capitalize}.pitch-deck .para[data-v-8652793d]{position:relative;line-height:1.5em;font-weight:500;font-style:normal}.pitch-deck picture[data-v-8652793d]{margin-top:40px}.pitch-deck .pdf-bg[data-v-8652793d],.pitch-deck picture[data-v-8652793d]{width:100%;height:auto}.pitch-deck .pdf-bg[data-v-8652793d]{border-radius:12px}@media screen and (min-width: 320px) and (max-width: 360px){.pitch-deck[data-v-8652793d]{padding:0 16px 64px}.pitch-deck .subheading[data-v-8652793d]{font-size:20px}.pitch-deck .content[data-v-8652793d]{align-items:flex-start}.pitch-deck .main-heading[data-v-8652793d]{font-size:28px;max-width:785px;text-align:left}.pitch-deck .para[data-v-8652793d]{font-size:16px;max-width:930px;text-align:left}.pitch-deck picture[data-v-8652793d]{max-width:1100px}}@media screen and (min-width: 361px) and (max-width: 767px){.pitch-deck[data-v-8652793d]{padding:0 16px 64px}.pitch-deck .subheading[data-v-8652793d]{font-size:20px}.pitch-deck .content[data-v-8652793d]{align-items:flex-start}.pitch-deck .main-heading[data-v-8652793d]{font-size:32px;max-width:785px;text-align:left}.pitch-deck .para[data-v-8652793d]{font-size:18px;max-width:930px;text-align:left}.pitch-deck picture[data-v-8652793d]{max-width:1100px}}@media screen and (min-width: 481px) and (max-width: 767px){.pitch-deck .content[data-v-8652793d]{align-items:center}.pitch-deck .main-heading[data-v-8652793d]{font-size:32px;max-width:785px;text-align:center}.pitch-deck .para[data-v-8652793d]{text-align:center}}@media screen and (min-width: 768px) and (max-width: 1024px){.pitch-deck[data-v-8652793d]{padding:0 20px 120px}.pitch-deck .subheading[data-v-8652793d]{font-size:20px}.pitch-deck .content[data-v-8652793d]{align-items:center}.pitch-deck .main-heading[data-v-8652793d]{font-size:46px;max-width:785px;text-align:center}.pitch-deck .para[data-v-8652793d]{font-size:18px;max-width:930px;text-align:center}.pitch-deck picture[data-v-8652793d]{max-width:1100px}}@media screen and (min-width: 1025px) and (max-width: 1200px){.pitch-deck[data-v-8652793d]{padding:0 20px 120px}.pitch-deck .subheading[data-v-8652793d]{font-size:20px}.pitch-deck .content[data-v-8652793d]{align-items:center}.pitch-deck .main-heading[data-v-8652793d]{font-size:46px;max-width:785px;text-align:center}.pitch-deck .para[data-v-8652793d]{font-size:18px;max-width:930px;text-align:center}.pitch-deck picture[data-v-8652793d]{max-width:1100px}}@media screen and (min-width: 1201px) and (max-width: 1600px){.pitch-deck[data-v-8652793d]{padding:0 20px 120px}.pitch-deck .subheading[data-v-8652793d]{font-size:20px}.pitch-deck .content[data-v-8652793d]{align-items:center}.pitch-deck .main-heading[data-v-8652793d]{font-size:46px;max-width:785px;text-align:center}.pitch-deck .para[data-v-8652793d]{font-size:18px;max-width:930px;text-align:center}.pitch-deck picture[data-v-8652793d]{max-width:1100px}}@media screen and (min-width: 1601px){.pitch-deck[data-v-8652793d]{padding:0 20px 120px}.pitch-deck .subheading[data-v-8652793d]{font-size:20px}.pitch-deck .content[data-v-8652793d]{align-items:center}.pitch-deck .main-heading[data-v-8652793d]{font-size:48px;max-width:785px;text-align:center}.pitch-deck .para[data-v-8652793d]{font-size:18px;max-width:930px;text-align:center}.pitch-deck picture[data-v-8652793d]{max-width:1200px}}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translateZ(0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-pagination-fraction,.swiper-pagination-custom,.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal{bottom:var(--swiper-pagination-bottom, 8px);top:var(--swiper-pagination-top, auto);left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));height:var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));display:inline-block;border-radius:var(--swiper-pagination-bullet-border-radius, 50%);background:var(--swiper-pagination-bullet-inactive-color, #000);opacity:var(--swiper-pagination-bullet-inactive-opacity, .2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity, 1);background:var(--swiper-pagination-color, var(--swiper-theme-color))}.swiper-vertical>.swiper-pagination-bullets,.swiper-pagination-vertical.swiper-pagination-bullets{right:var(--swiper-pagination-right, 8px);left:var(--swiper-pagination-left, auto);top:50%;transform:translate3d(0,-50%,0)}.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap, 6px) 0;display:block}.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap, 4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translate(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-fraction{color:var(--swiper-pagination-fraction-color, inherit)}.swiper-pagination-progressbar{background:var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, .25));position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color, var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite{width:100%;height:var(--swiper-pagination-progressbar-size, 4px);left:0;top:0}.swiper-vertical>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite{width:var(--swiper-pagination-progressbar-size, 4px);height:100%;left:0;top:0}.swiper-pagination-lock{display:none}.e-books[data-v-63c461bc]{position:relative;z-index:1}.e-books .container[data-v-63c461bc]{max-width:1400px;margin:0 auto;width:100%}.e-books .content[data-v-63c461bc]{display:flex;justify-content:center;width:100%;flex-direction:column;margin:0 0 80px}.e-books .main-heading[data-v-63c461bc]{font-style:normal;font-weight:700;letter-spacing:-.8px;line-height:1.2em;color:#fff;text-decoration:none;text-transform:capitalize;margin:0 auto 20px;max-width:819px}.e-books .para[data-v-63c461bc]{position:relative;line-height:1.5em;font-weight:500;font-style:normal;max-width:875px}.e-books .form[data-v-63c461bc]{margin-top:32px;position:relative}.e-books .form-container[data-v-63c461bc]{display:flex;align-items:center;justify-content:center;gap:20px;transition:transform .45s cubic-bezier(.6,.6,0,1),opacity .45s cubic-bezier(.6,.6,0,1)}.e-books .field-wrapper[data-v-63c461bc]{border-radius:8px;position:relative;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);width:278px}.e-books .field-wrapper[data-v-63c461bc]:before{background:linear-gradient(180deg,#e2e8ff00,#e2e8ff0f),#e2e8ff05}.e-books .field-wrapper[data-v-63c461bc]:before,.e-books .field-wrapper[data-v-63c461bc]:after{content:"";position:absolute;width:100%;height:100%;top:0;border-radius:inherit;left:0;pointer-events:none;transition:opacity .2s cubic-bezier(.6,.6,0,1)}.e-books .field-wrapper input[data-v-63c461bc]{display:flex;width:100%;background-color:transparent;color:#e2e8ff;border-radius:inherit;transition:border-color .2s cubic-bezier(.6,.6,0,1),box-shadow .2s cubic-bezier(.6,.6,0,1);border:1px solid rgba(226,232,255,.1);min-height:44px;font-size:16px;line-height:24px;padding:9px 14px}.e-books .field-wrapper[data-v-63c461bc]:after{background:linear-gradient(180deg,#e2e8ff00,#e2e8ff0f),#e2e8ff14;opacity:0}.e-books .form-button[data-v-63c461bc]{cursor:pointer;border:none;font-family:Montserrat,sans-serif;font-weight:500;font-style:normal;color:#fff;position:relative;border-radius:8px;background-size:300% 300%;animation:animatedgradient-63c461bc 4s ease alternate infinite;background-image:linear-gradient(135deg,#00b7ff,#a629f2 35%,#ff4094 67%,#ff9c00);transition:transform .2s cubic-bezier(.6,.6,0,1),margin-top .2s cubic-bezier(.6,.6,0,1);font-size:16px;line-height:24px;padding:10px 20px}.e-books .form-button[data-v-63c461bc]:before{background:linear-gradient(to bottom,rgba(255,255,255,.32),transparent);border-radius:inherit;content:"";top:0;right:0;bottom:0;left:0;mask:-webkit-gradient(linear,left top,right bottom,color-stop(0,#ffffff)) content-box,-webkit-gradient(linear,left top,right bottom,color-stop(0,#ffffff));-webkit-mask-composite:exclude;mask-composite:exclude;padding:1px;pointer-events:none;position:absolute}.e-books .form-button[data-v-63c461bc]:after{background-color:#ffffff1a;box-shadow:0 -3px #49023933 inset;content:"";position:absolute;top:0;left:0;width:100%;height:100%;border-radius:inherit;z-index:1;transition:box-shadow .2s cubic-bezier(.6,.6,0,1),background-color .2s cubic-bezier(.6,.6,0,1)}@keyframes animatedgradient-63c461bc{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}.e-books .form-response[data-v-63c461bc]{position:absolute;font-weight:600;padding-top:8px;text-align:left;font-size:14px}.e-books .row[data-v-63c461bc]{position:relative;display:flex;justify-content:center;align-items:center}.e-books .img-frame[data-v-63c461bc]{width:100%;display:block}.e-books .img-frame img[data-v-63c461bc]{width:100%;display:block;border-radius:12px}.reviews-section[data-v-63c461bc]{position:relative;z-index:1}.reviews-section .container[data-v-63c461bc]{max-width:1400px;margin:0 auto;width:100%}.reviews-section .content[data-v-63c461bc]{display:flex;position:relative;flex-direction:column;justify-content:center;width:100%;gap:20px}.reviews-section .subheading[data-v-63c461bc]{height:auto;position:relative;width:auto;font-style:normal;font-weight:600;letter-spacing:0px;line-height:1.4em;display:inline-block;-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;color:#fff;text-decoration:none;text-transform:uppercase;font-size:20px}.reviews-section .main-heading[data-v-63c461bc]{font-style:normal;font-weight:700;letter-spacing:-.8px;line-height:1.2em;color:#fff;text-decoration:none;text-transform:capitalize}.reviews-section .review[data-v-63c461bc]{display:flex;flex-direction:column;text-align:center;background-color:#0f0e1e;border-radius:12px;position:relative;z-index:1;height:auto}.reviews-section .review .rating picture[data-v-63c461bc]{width:120px;height:20px;margin:auto}.reviews-section[data-v-63c461bc] .swiper{margin:12px 0 0;padding-bottom:70px;width:100%}.reviews-section[data-v-63c461bc] .swiper-slide{width:auto;padding:40px;display:flex;flex-direction:column;text-align:center;background-color:#0f0e1e;border-radius:12px;position:relative;z-index:1;height:auto}.reviews-section[data-v-63c461bc] .swiper-pagination{margin-bottom:12px}.reviews-section[data-v-63c461bc] .swiper-pagination-bullet{background:linear-gradient(135deg,#00b7ff,#a629f2);border-radius:10px;display:inline-block;height:10px;opacity:1;width:10px}.reviews-section[data-v-63c461bc] .swiper-pagination-bullet-active{background:linear-gradient(135deg,#ff4094,#ff9c00);border-radius:10px;display:inline-block;opacity:1;height:10px;width:28px}.reviews-section .review p[data-v-63c461bc]{color:#fff;margin:0 auto;line-height:1.5em}.reviews-section .review .quote[data-v-63c461bc]{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:-1}.reviews-section .review .author[data-v-63c461bc]{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;margin-top:45px;padding:0}.reviews-section .review .rating[data-v-63c461bc]{margin-bottom:40px}.reviews-section .review .author-avatar[data-v-63c461bc]{border:1px solid #ffffff4d;border-radius:50%;overflow:hidden;margin-right:12px}.reviews-section .review .author-content[data-v-63c461bc]{transform:translateY(3px);text-align:left}.reviews-section .review .author-content h4[data-v-63c461bc]{line-height:1;color:#fff}.reviews-section .review .author-content span[data-v-63c461bc]{color:#fff}.chart-patterns[data-v-63c461bc]{position:relative;z-index:1}.chart-patterns .container[data-v-63c461bc]{max-width:1400px;margin:0 auto;width:100%}.chart-patterns .content[data-v-63c461bc]{display:flex;justify-content:center;flex-direction:column;width:100%;gap:20px}.chart-patterns .subheading[data-v-63c461bc]{height:auto;position:relative;width:auto;font-style:normal;font-weight:600;letter-spacing:0px;line-height:1.4em;display:inline-block;-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;color:#fff;text-decoration:none;text-transform:uppercase;font-size:20px}.chart-patterns .main-heading[data-v-63c461bc]{font-style:normal;font-weight:700;letter-spacing:-.8px;line-height:1.2em;color:#fff;text-decoration:none;text-transform:capitalize}.chart-patterns .para[data-v-63c461bc]{position:relative;line-height:1.5em;font-weight:500;font-style:normal}.chart-patterns li[data-v-63c461bc]{margin-bottom:8px}@media screen and (min-width: 320px) and (max-width: 360px){.e-books[data-v-63c461bc]{padding:0 16px 64px}.e-books .content[data-v-63c461bc]{align-items:unset}.e-books .main-heading[data-v-63c461bc]{font-size:28px;text-align:left}.e-books .para[data-v-63c461bc]{font-size:16px;text-align:left}.e-books .form-container[data-v-63c461bc]{flex-direction:column}.e-books .form-button[data-v-63c461bc],.e-books .field-wrapper[data-v-63c461bc]{width:100%}.reviews-section[data-v-63c461bc]{padding:0 16px 64px}.reviews-section .content[data-v-63c461bc]{align-items:flex-start}.reviews-section .main-heading[data-v-63c461bc]{font-size:28px;max-width:785px;text-align:left}.reviews-section .review[data-v-63c461bc]{padding:24px;display:flex;align-items:flex-start}.reviews-section .review p[data-v-63c461bc]{font-size:16px;max-width:640px;text-align:left}.reviews-section .review .author-avatar[data-v-63c461bc]{width:48px;height:48px}.reviews-section .review .author-content h4[data-v-63c461bc]{font-size:16px}.reviews-section .review .author-content span[data-v-63c461bc]{font-size:12px}.chart-patterns[data-v-63c461bc]{padding:0 16px 64px}.chart-patterns .content[data-v-63c461bc]{align-items:left}.chart-patterns .main-heading[data-v-63c461bc]{font-size:28px;max-width:785px;text-align:left}.chart-patterns .para[data-v-63c461bc]{font-size:16px;max-width:875px;text-align:left}.chart-patterns .list[data-v-63c461bc]{padding-left:20px;max-width:830px}.chart-patterns li[data-v-63c461bc]{font-size:16px}}@media screen and (min-width: 361px) and (max-width: 767px){.e-books[data-v-63c461bc]{padding:0 16px 64px}.e-books .content[data-v-63c461bc]{align-items:unset}.e-books .main-heading[data-v-63c461bc]{font-size:32px;text-align:left}.e-books .para[data-v-63c461bc]{font-size:18px;text-align:left}.e-books .form-container[data-v-63c461bc]{flex-direction:column}.e-books .form-button[data-v-63c461bc],.e-books .field-wrapper[data-v-63c461bc]{width:100%}.reviews-section[data-v-63c461bc]{padding:0 16px 64px}.reviews-section .content[data-v-63c461bc]{align-items:left}.reviews-section .main-heading[data-v-63c461bc]{font-size:32px;max-width:785px;text-align:left}.reviews-section .review[data-v-63c461bc]{padding:24px}.reviews-section .review p[data-v-63c461bc]{font-size:18px;max-width:640px}.reviews-section .review .author-avatar[data-v-63c461bc]{width:48px;height:48px}.reviews-section .review .author-content h4[data-v-63c461bc]{font-size:16px}.reviews-section .review .author-content span[data-v-63c461bc]{font-size:12px}.chart-patterns[data-v-63c461bc]{padding:0 16px 64px}.chart-patterns .content[data-v-63c461bc]{align-items:left}.chart-patterns .main-heading[data-v-63c461bc]{font-size:32px;max-width:785px;text-align:left}.chart-patterns .para[data-v-63c461bc]{font-size:18px;max-width:875px;text-align:left}.chart-patterns .list[data-v-63c461bc]{padding-left:20px;max-width:830px}.chart-patterns li[data-v-63c461bc]{font-size:18px}}@media screen and (min-width: 481px) and (max-width: 767px){.e-books .main-heading[data-v-63c461bc]{font-size:32px;text-align:center}.e-books .para[data-v-63c461bc]{font-size:18px;text-align:center}.reviews-section .content[data-v-63c461bc]{align-items:center}.reviews-section .main-heading[data-v-63c461bc]{font-size:32px;max-width:785px;text-align:center}.chart-patterns .content[data-v-63c461bc]{align-items:center}.chart-patterns .main-heading[data-v-63c461bc]{font-size:32px;max-width:785px;text-align:center}.chart-patterns .para[data-v-63c461bc]{font-size:16px;max-width:875px;text-align:center}}@media screen and (min-width: 768px) and (max-width: 1024px){.e-books[data-v-63c461bc]{padding:0 20px}.e-books .content[data-v-63c461bc]{align-items:center}.e-books .main-heading[data-v-63c461bc]{font-size:46px;text-align:center}.e-books .para[data-v-63c461bc]{font-size:18px;text-align:center}.reviews-section[data-v-63c461bc]{padding:120px 20px}.reviews-section .content[data-v-63c461bc]{align-items:center}.reviews-section .main-heading[data-v-63c461bc]{font-size:46px;max-width:785px;text-align:center}.reviews-section .review[data-v-63c461bc]{padding:33px}.reviews-section .review p[data-v-63c461bc]{font-size:18px;max-width:640px}.reviews-section .review .author-avatar[data-v-63c461bc]{width:48px;height:48px}.reviews-section .review .author-content h4[data-v-63c461bc]{font-size:16px}.reviews-section .review .author-content span[data-v-63c461bc]{font-size:12px}.chart-patterns[data-v-63c461bc]{padding:0 20px 120px}.chart-patterns .content[data-v-63c461bc]{align-items:center}.chart-patterns .main-heading[data-v-63c461bc]{font-size:46px;max-width:785px;text-align:center}.chart-patterns .para[data-v-63c461bc]{font-size:18px;max-width:875px;text-align:center}.chart-patterns .list[data-v-63c461bc]{padding-left:20px;max-width:830px}.chart-patterns li[data-v-63c461bc]{font-size:18px}}@media screen and (min-width: 1025px) and (max-width: 1200px){.e-books[data-v-63c461bc]{padding:0 20px}.e-books .content[data-v-63c461bc]{align-items:center}.e-books .main-heading[data-v-63c461bc]{font-size:46px;text-align:center}.e-books .para[data-v-63c461bc]{font-size:18px;text-align:center}.reviews-section[data-v-63c461bc]{padding:120px 20px}.reviews-section .content[data-v-63c461bc]{align-items:center}.reviews-section .main-heading[data-v-63c461bc]{font-size:46px;max-width:785px;text-align:center}.reviews-section .review[data-v-63c461bc]{padding:33px}.reviews-section .review p[data-v-63c461bc]{font-size:18px;max-width:640px}.reviews-section .review .author-avatar[data-v-63c461bc]{width:48px;height:48px}.reviews-section .review .author-content h4[data-v-63c461bc]{font-size:16px}.reviews-section .review .author-content span[data-v-63c461bc]{font-size:12px}.chart-patterns[data-v-63c461bc]{padding:0 20px 120px}.chart-patterns .content[data-v-63c461bc]{align-items:center}.chart-patterns .main-heading[data-v-63c461bc]{font-size:46px;max-width:785px;text-align:center}.chart-patterns .para[data-v-63c461bc]{font-size:18px;max-width:875px;text-align:center}.chart-patterns .list[data-v-63c461bc]{padding-left:20px;max-width:830px}.chart-patterns li[data-v-63c461bc]{font-size:18px}}@media screen and (min-width: 1201px) and (max-width: 1600px){.e-books[data-v-63c461bc]{padding:0 20px}.e-books .content[data-v-63c461bc]{align-items:center}.e-books .main-heading[data-v-63c461bc]{font-size:46px;text-align:center}.e-books .para[data-v-63c461bc]{font-size:18px;text-align:center}.reviews-section[data-v-63c461bc]{padding:120px 20px}.reviews-section .content[data-v-63c461bc]{align-items:center}.reviews-section .main-heading[data-v-63c461bc]{font-size:46px;max-width:785px;text-align:center}.reviews-section .review p[data-v-63c461bc]{font-size:18px;max-width:640px}.reviews-section .review .author-avatar[data-v-63c461bc]{width:48px;height:48px}.reviews-section .review .author-content h4[data-v-63c461bc]{font-size:16px}.reviews-section .review .author-content span[data-v-63c461bc]{font-size:12px}.chart-patterns[data-v-63c461bc]{padding:0 20px 120px}.chart-patterns .content[data-v-63c461bc]{align-items:center}.chart-patterns .main-heading[data-v-63c461bc]{font-size:46px;max-width:785px;text-align:center}.chart-patterns .para[data-v-63c461bc]{font-size:18px;max-width:875px;text-align:center}.chart-patterns .list[data-v-63c461bc]{padding-left:20px;max-width:830px}.chart-patterns li[data-v-63c461bc]{font-size:18px}}@media screen and (min-width: 1601px){.e-books[data-v-63c461bc]{padding:0 20px}.e-books .content[data-v-63c461bc]{align-items:center}.e-books .main-heading[data-v-63c461bc]{font-size:48px;text-align:center}.e-books .para[data-v-63c461bc]{font-size:18px;text-align:center}.reviews-section[data-v-63c461bc]{padding:120px 20px}.reviews-section .content[data-v-63c461bc]{align-items:center}.reviews-section .main-heading[data-v-63c461bc]{font-size:48px;max-width:785px;text-align:center}.reviews-section .review p[data-v-63c461bc]{font-size:18px;max-width:640px}.reviews-section .review .author-avatar[data-v-63c461bc]{width:48px;height:48px}.reviews-section .review .author-content h4[data-v-63c461bc]{font-size:16px}.reviews-section .review .author-content span[data-v-63c461bc]{font-size:12px}.chart-patterns[data-v-63c461bc]{padding:0 20px 120px}.chart-patterns .content[data-v-63c461bc]{align-items:center}.chart-patterns .main-heading[data-v-63c461bc]{font-size:48px;max-width:785px;text-align:center}.chart-patterns .para[data-v-63c461bc]{font-size:18px;max-width:875px;text-align:center}.chart-patterns .list[data-v-63c461bc]{padding-left:20px;max-width:830px}.chart-patterns li[data-v-63c461bc]{font-size:18px}}.support[data-v-b20f9683]{position:relative;z-index:1}.support .container[data-v-b20f9683]{width:100%;margin:0 auto;max-width:1400px}.support .top-content[data-v-b20f9683]{position:relative;display:flex;flex-direction:column;width:100%;height:100%;gap:20px}.support .main-heading[data-v-b20f9683]{font-style:normal;font-weight:700;letter-spacing:-.8px;line-height:1.2em;color:#fff;text-decoration:none;text-transform:capitalize}.support .para[data-v-b20f9683]{position:relative;line-height:1.5em;font-weight:500;font-style:normal}.support .row[data-v-b20f9683]{position:relative;display:flex;justify-content:center;align-items:center}.support .img-frame[data-v-b20f9683]{width:100%;display:block;margin-top:40px}.support .img-frame img[data-v-b20f9683]{display:block;border-radius:12px}.faqs[data-v-b20f9683]{position:relative;z-index:1}.faqs .container[data-v-b20f9683]{width:100%;margin:0 auto;max-width:1400px}.faqs .row[data-v-b20f9683]{display:flex;align-items:center;justify-content:center;position:relative;flex-direction:column}.faqs .top-content[data-v-b20f9683]{position:relative;display:flex;flex-direction:column;width:100%;height:100%;gap:20px}.faqs .subheading[data-v-b20f9683]{height:auto;position:relative;width:auto;font-style:normal;font-weight:600;letter-spacing:0px;line-height:1.4em;display:inline-block;-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;color:#fff;text-decoration:none;text-transform:uppercase}.faqs .main-heading[data-v-b20f9683]{font-style:normal;font-weight:700;letter-spacing:-.8px;line-height:1.2em;color:#fff;text-decoration:none;text-transform:capitalize}.faqs .para[data-v-b20f9683]{position:relative;line-height:1.5em;font-weight:500;font-style:normal}.faqs a[data-v-b20f9683]{color:#fff9!important;font-weight:700}.faqs a[data-v-b20f9683]:hover{color:#fff!important;-webkit-transition:all .4s ease-in;-moz-transition:all .4s ease-in;-o-transition:all .4s ease-in;transition:all .4s ease-in}.faqs .accordion[data-v-b20f9683]{display:block;width:100%;margin:20px 0}.faqs .accordion-item[data-v-b20f9683]{display:flex;flex-direction:column;margin-bottom:12px}.faqs .accordion .item-title[data-v-b20f9683]{background-color:#000000b8;border-style:none;display:flex;list-style:none;border-radius:12px;color:#fff;align-items:center;cursor:pointer}.faqs .accordion .item-title-header[data-v-b20f9683]{display:flex}.faqs .accordion .item-title-text[data-v-b20f9683]{background:#ffa423;background:linear-gradient(90deg,#ffa423,#da51af 35%,#854cff 67%,#00c6ff);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;font-family:"Montserrat",Sans-serif;font-weight:700;text-transform:capitalize;font-style:normal;text-decoration:none;line-height:1.5em}.faqs .accordion .item-title-icon[data-v-b20f9683]{display:flex;align-items:center;order:-1;position:relative;width:-moz-fit-content;width:fit-content;cursor:pointer}.faqs .accordion .e-opened[data-v-b20f9683]{display:none}.faqs .accordion .accordion-item[open] .e-opened[data-v-b20f9683]{display:flex}.faqs .accordion svg[data-v-b20f9683]{fill:#ff9c00}.faqs .accordion .e-closed[data-v-b20f9683]{display:flex}.faqs .accordion .accordion-item[open] .e-closed[data-v-b20f9683]{display:none}.faqs .accordion .accordion-panel[data-v-b20f9683]{max-height:80rem;display:flex;flex-direction:column;background-color:#000000b8;border-style:none;border-radius:12px}.faqs .accordion .panel-container[data-v-b20f9683]{font-size:18px}.feedback[data-v-b20f9683]{position:relative;z-index:1}.feedback .container[data-v-b20f9683]{width:100%;margin:0 auto;max-width:1400px}.feedback .row[data-v-b20f9683]{display:flex;align-items:center;justify-content:center;position:relative;flex-direction:column}.feedback .top-content[data-v-b20f9683]{position:relative;display:flex;flex-direction:column;width:100%;height:100%;gap:20px}.feedback .subheading[data-v-b20f9683]{height:auto;position:relative;width:auto;font-style:normal;font-weight:600;letter-spacing:0px;line-height:1.4em;display:inline-block;-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;color:#fff;text-decoration:none;text-transform:uppercase}.feedback .main-heading[data-v-b20f9683]{font-style:normal;font-weight:700;letter-spacing:-.8px;line-height:1.2em;color:#fff;text-decoration:none;text-transform:capitalize}.feedback .para[data-v-b20f9683]{position:relative;line-height:1.5em;font-weight:500;font-style:normal;font-size:18px;max-width:940px;text-align:center}.feedback .form-box[data-v-b20f9683]{display:flex;border-radius:12px;width:100%;flex-direction:column;margin-top:40px}.feedback .form-container[data-v-b20f9683]{display:flex;flex-wrap:wrap;gap:20px}.feedback .field-wrapper[data-v-b20f9683]{width:100%;border-radius:8px;position:relative;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.feedback .col-50[data-v-b20f9683]{flex:1 0 calc(50% - 20px)}.feedback .field-wrapper input[data-v-b20f9683]{font-family:"Montserrat",Sans-serif;display:flex;width:100%;background-color:transparent;color:#e2e8ff;border-radius:inherit;transition:border-color .2s cubic-bezier(.6,.6,0,1),box-shadow .2s cubic-bezier(.6,.6,0,1);border:1px solid rgba(226,232,255,.1);min-height:44px}.feedback .field-wrapper[data-v-b20f9683]:not(.select):before,.feedback .field-wrapper[data-v-b20f9683]:not(.select):after{content:"";position:absolute;width:100%;height:100%;top:0;border-radius:inherit;left:0;pointer-events:none;transition:opacity .2s cubic-bezier(.6,.6,0,1);background:linear-gradient(180deg,#e2e8ff00,#e2e8ff0f),#e2e8ff05}.feedback .field-wrapper[data-v-b20f9683]:not(.select):before,.feedback .field-wrapper[data-v-b20f9683]:not(.select):after{content:"";position:absolute;width:100%;height:100%;top:0;border-radius:inherit;left:0;pointer-events:none;transition:opacity .2s cubic-bezier(.6,.6,0,1);background:linear-gradient(180deg,#e2e8ff00,#e2e8ff0f),#e2e8ff14;opacity:0}.feedback .select-menu[data-v-b20f9683]{position:relative;display:block;width:100%;border-radius:8px}.feedback .select-btn[data-v-b20f9683]{display:flex;width:100%;background-color:transparent;color:#e2e8ff59;border-radius:inherit;transition:border-color .2s cubic-bezier(.6,.6,0,1),box-shadow .2s cubic-bezier(.6,.6,0,1);border:1px solid rgba(226,232,255,.1);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);min-height:44px}.feedback .select-menu .options[data-v-b20f9683]{display:none;width:100%;border-radius:8px;background:#00000059;position:absolute;animation:fadeInDown-b20f9683 .35s both;-webkit-animation:fadeInDown-b20f9683 .35s both;-moz-animation:fadeInDown-b20f9683 .35s both;-o-animation:fadeInDown-b20f9683 .35s both;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transition:border-color .2s cubic-bezier(.6,.6,0,1),box-shadow .2s cubic-bezier(.6,.6,0,1);border:1px solid rgba(226,232,255,.1)}.feedback .select-menu.active .options[data-v-b20f9683]{display:block;opacity:0;z-index:10;animation-name:fadeInUp-b20f9683;-webkit-animation-name:fadeInUp-b20f9683;animation-duration:.4s;animation-fill-mode:both;-webkit-animation-duration:.4s;-webkit-animation-fill-mode:both}.feedback .select-menu .select-option[data-v-b20f9683]{display:flex;align-items:center;list-style:none;border-radius:8px;transition:all .45s cubic-bezier(.6,.6,0,1);gap:8px}.feedback .select-menu .select-option[data-v-b20f9683]:hover{background-color:#dfdff50d}.feedback .file-input[data-v-b20f9683]{width:100%;height:100%;position:absolute;left:0;top:0;opacity:0}.feedback label[data-v-b20f9683]{display:inline-block;color:#fff;cursor:pointer}.feedback .fileList[data-v-b20f9683]{width:100%;background-color:transparent;color:#e2e8ff;border-radius:8px;transition:border-color .2s cubic-bezier(.6,.6,0,1),box-shadow .2s cubic-bezier(.6,.6,0,1);border:1px solid rgba(226,232,255,.1);padding:9px 14px}.feedback .placeholder[data-v-b20f9683]{display:flex;width:100%;background-color:transparent;color:#e2e8ff59;line-height:2.4rem}.feedback .field-wrapper textarea[data-v-b20f9683]{font-family:"Montserrat",Sans-serif;resize:none;display:flex;width:100%;background-color:transparent;color:#e2e8ff;border-radius:inherit;transition:border-color .2s cubic-bezier(.6,.6,0,1),box-shadow .2s cubic-bezier(.6,.6,0,1);border:1px solid rgba(226,232,255,.1);min-height:200px}.feedback .form-button[data-v-b20f9683]{width:100%;border:none;font-family:"Montserrat",Sans-serif;font-weight:500;color:#fff;position:relative;border-radius:8px;background-size:300% 300%;animation:animatedgradient 4s ease alternate infinite;background-image:linear-gradient(135deg,#00b7ff,#a629f2 35%,#ff4094 67%,#ff9c00);transition:transform .2s cubic-bezier(.6,.6,0,1),margin-top .2s cubic-bezier(.6,.6,0,1)}.feedback .field-wrapper.select[data-v-b20f9683]{-webkit-backdrop-filter:none;backdrop-filter:none}.feedback .select-btn[data-v-b20f9683]:hover:before{opacity:0}.feedback .select-btn[data-v-b20f9683]:hover:after{opacity:1}.feedback .select-btn[data-v-b20f9683]:after{opacity:0}.feedback .select-btn[data-v-b20f9683]:before,.feedback .select-btn[data-v-b20f9683]:after{content:"";position:absolute;width:100%;height:100%;top:0;border-radius:inherit;left:0;pointer-events:none;transition:opacity .2s cubic-bezier(.6,.6,0,1)}.feedback .custom-file-input[data-v-b20f9683]{position:relative;overflow:hidden;display:flex;flex-direction:row}@keyframes fadeInUp-b20f9683{0%{transform:translate3d(0,30px,0)}to{transform:translateZ(0);opacity:1}}@keyframes fadeInDown-b20f9683{0%{transform:translateZ(0);opacity:1}to{transform:translate3d(0,20px,0);opacity:0}}.feedback .select-option .option-text[data-v-b20f9683]{font-size:16px}.contact-support[data-v-b20f9683]{position:relative;z-index:1}.contact-support .container[data-v-b20f9683]{width:100%;margin:0 auto;max-width:1400px}.contact-support .row[data-v-b20f9683]{display:flex;justify-content:center;position:relative;flex-direction:column}.contact-support .top-content[data-v-b20f9683]{position:relative;display:flex;flex-direction:column;width:100%;height:100%;gap:20px}.contact-support .subheading[data-v-b20f9683]{height:auto;position:relative;width:auto;font-style:normal;font-weight:600;letter-spacing:0px;line-height:1.4em;display:inline-block;-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;text-align:left;color:#fff;text-decoration:none;text-transform:uppercase}.contact-support .main-heading[data-v-b20f9683]{font-style:normal;font-weight:700;letter-spacing:-.8px;line-height:1.2em;color:#fff;text-decoration:none;text-transform:capitalize}.contact-support .para[data-v-b20f9683]{position:relative;line-height:1.5em;font-weight:500;font-style:normal}.contact-support .items[data-v-b20f9683]{position:relative;border-radius:12px;display:flex;flex-wrap:wrap;justify-content:center}.contact-support .item[data-v-b20f9683]{position:relative;background-color:#000000b8;display:flex;flex-direction:row;border-radius:12px;gap:0 16px}.contact-support .icon[data-v-b20f9683]{display:flex}.contact-support .blue svg[data-v-b20f9683]{fill:#00b7ff}.contact-support .item-content[data-v-b20f9683]{position:relative;display:flex;flex-direction:column;justify-content:center;gap:0}.contact-support .item .heading[data-v-b20f9683]{font-weight:700;color:#fff;line-height:1.2;text-transform:uppercase}.contact-support .item .para[data-v-b20f9683]{font-weight:400;line-height:1.5;color:silver}.contact-support .pink svg[data-v-b20f9683]{fill:#ff4094}.contact-support .description[data-v-b20f9683]{display:flex;gap:20px;flex-direction:column}.contact-support .grad-border[data-v-b20f9683]:after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;border-radius:12px;border:3px solid transparent;background:linear-gradient(45deg,#ff9c00,#ff4094,#a629f2,#00b7ff) border-box;-webkit-mask:-webkit-gradient(linear,left top,left bottom,color-stop(0,#fff)) padding-box,-webkit-gradient(linear,left top,left bottom,color-stop(0,#fff));-webkit-mask:linear-gradient(#fff 0 0) padding-box,linear-gradient(#fff 0 0);mask:linear-gradient(#fff 0 0) padding-box,linear-gradient(#fff 0 0);-webkit-mask-composite:destination-out;-webkit-mask-composite:source-out;mask-composite:exclude;background-size:300% 300%;-webkit-animation:animatedgradient 4s ease alternate infinite;animation:animatedgradient 4s ease alternate infinite}@media screen and (min-width: 320px) and (max-width: 360px){.support[data-v-b20f9683]{padding:0 16px}.support .top-content[data-v-b20f9683]{align-items:flex-start}.support .main-heading[data-v-b20f9683]{font-size:28px;text-align:left}.support .para[data-v-b20f9683]{font-size:16px;max-width:705px;text-align:left}.support .img-frame img[data-v-b20f9683]{width:100%}.support .grad-button[data-v-b20f9683]{font-size:13px}.faqs[data-v-b20f9683]{padding:64px 0}.faqs .top-content[data-v-b20f9683]{align-items:center}.faqs .subheading[data-v-b20f9683]{padding:0 16px;text-align:left;font-size:20px}.faqs .main-heading[data-v-b20f9683]{font-size:28px;max-width:785px;text-align:left;padding:0 16px}.faqs .para[data-v-b20f9683]{font-size:16px;max-width:725px;text-align:left;padding:0 16px}.faqs .accordion[data-v-b20f9683]{max-width:740px}.faqs .accordion .item-title[data-v-b20f9683]{padding:12px;gap:0 8px}.faqs .accordion .item-title-text[data-v-b20f9683]{font-size:14px}.faqs .accordion svg[data-v-b20f9683]{height:13px}.faqs .accordion .accordion-panel[data-v-b20f9683]{padding:12px}.faqs .accordion .panel-container[data-v-b20f9683]{font-size:14px}.feedback[data-v-b20f9683]{padding:0 16px 64px}.feedback .subheading[data-v-b20f9683]{font-size:20px}.feedback .main-heading[data-v-b20f9683]{font-size:28px;max-width:785px;text-align:left}.feedback .para[data-v-b20f9683]{font-size:16px;max-width:940px;text-align:left}.feedback .form-box[data-v-b20f9683]{max-width:930px}.feedback .col-50[data-v-b20f9683]{flex:1 0 calc(100% - 20px)}.feedback .field-wrapper input[data-v-b20f9683],.feedback .select-btn[data-v-b20f9683]{font-size:16px;line-height:24px;padding:9px 14px}.feedback .select-menu .options[data-v-b20f9683]{top:56px;padding:9px 14px}.feedback .select-menu .select-option[data-v-b20f9683]{padding:9px 14px}.feedback .select-option .icon[data-v-b20f9683]{width:28px;height:28px}.feedback .select-option .icon svg[data-v-b20f9683]{width:28px;height:28px}.feedback .placeholder[data-v-b20f9683]{font-size:16px;padding:9px 14px}.feedback .field-wrapper textarea[data-v-b20f9683]{font-size:16px;line-height:24px;padding:9px 14px}.feedback .form-button[data-v-b20f9683]{font-size:16px;line-height:24px;padding:10px 20px}.contact-support[data-v-b20f9683]{padding:0 16px 64px}.contact-support .row[data-v-b20f9683]{align-items:center}.contact-support .subheading[data-v-b20f9683]{font-size:20px;text-align:left}.contact-support .main-heading[data-v-b20f9683]{font-size:28px;max-width:785px;text-align:left}.contact-support .para[data-v-b20f9683]{font-size:16px;max-width:950px;text-align:left}.contact-support .items[data-v-b20f9683]{width:100%;gap:32px;margin:32px 0}.contact-support .item[data-v-b20f9683]{padding:12px 16px;flex:1 0 calc(50% - 32px)}.contact-support .icon svg[data-v-b20f9683]{width:48px;height:48px}.contact-support .item .heading[data-v-b20f9683]{font-size:18px}.contact-support .item .para[data-v-b20f9683]{font-size:14px}}@media screen and (min-width: 361px) and (max-width: 767px){.support[data-v-b20f9683]{padding:0 16px}.support .top-content[data-v-b20f9683]{align-items:flex-start}.support .main-heading[data-v-b20f9683]{font-size:32px;text-align:left}.support .img-frame img[data-v-b20f9683]{width:100%}.support .grad-button[data-v-b20f9683]{font-size:15px}.faqs[data-v-b20f9683]{padding:64px 0}.faqs .top-content[data-v-b20f9683]{align-items:center}.faqs .subheading[data-v-b20f9683]{padding:0 16px;text-align:left;font-size:20px}.faqs .main-heading[data-v-b20f9683]{font-size:32px;max-width:785px;text-align:left;padding:0 16px}.faqs .para[data-v-b20f9683]{font-size:18px;max-width:725px;text-align:left;padding:0 16px}.faqs .accordion[data-v-b20f9683]{max-width:740px}.faqs .accordion .item-title[data-v-b20f9683]{padding:12px;gap:0 8px}.faqs .accordion .item-title-text[data-v-b20f9683]{font-size:14px}.faqs .accordion svg[data-v-b20f9683]{height:13px}.faqs .accordion .accordion-panel[data-v-b20f9683]{padding:12px}.faqs .accordion .panel-container[data-v-b20f9683]{font-size:14px}.feedback[data-v-b20f9683]{padding:0 16px 64px}.feedback .subheading[data-v-b20f9683]{font-size:20px}.feedback .main-heading[data-v-b20f9683]{font-size:32px;max-width:785px;text-align:left}.feedback .para[data-v-b20f9683]{font-size:18px;max-width:940px;text-align:left}.feedback .form-box[data-v-b20f9683]{max-width:930px}.feedback .col-50[data-v-b20f9683]{flex:1 0 calc(100% - 20px)}.feedback .field-wrapper input[data-v-b20f9683],.feedback .select-btn[data-v-b20f9683]{font-size:16px;line-height:24px;padding:9px 14px}.feedback .select-menu .options[data-v-b20f9683]{top:56px;padding:9px 14px}.feedback .select-menu .select-option[data-v-b20f9683]{padding:9px 14px}.feedback .select-option .icon[data-v-b20f9683]{width:28px;height:28px}.feedback .select-option .icon svg[data-v-b20f9683]{width:28px;height:28px}.feedback .placeholder[data-v-b20f9683]{font-size:16px;padding:9px 14px}.feedback .field-wrapper textarea[data-v-b20f9683]{font-size:16px;line-height:24px;padding:9px 14px}.feedback .form-button[data-v-b20f9683]{font-size:16px;line-height:24px;padding:10px 20px}.contact-support[data-v-b20f9683]{padding:0 16px 64px}.contact-support .row[data-v-b20f9683]{align-items:center}.contact-support .subheading[data-v-b20f9683]{font-size:20px;text-align:left}.contact-support .main-heading[data-v-b20f9683]{font-size:32px;max-width:785px;text-align:left}.contact-support .para[data-v-b20f9683]{font-size:18px;max-width:950px;text-align:left}.contact-support .items[data-v-b20f9683]{width:100%;gap:32px;margin:32px 0}.contact-support .item[data-v-b20f9683]{padding:24px;flex:1 0 calc(50% - 32px)}.contact-support .icon svg[data-v-b20f9683]{width:60px;height:60px}.contact-support .item .heading[data-v-b20f9683]{font-size:20px}.contact-support .item .para[data-v-b20f9683]{font-size:16px}}@media screen and (min-width: 481px) and (max-width: 767px){.support .top-content[data-v-b20f9683]{align-items:center}.support .main-heading[data-v-b20f9683],.support .para[data-v-b20f9683]{text-align:center}.faqs .main-heading[data-v-b20f9683]{font-size:32px;max-width:785px;text-align:center;padding:0 16px}.faqs .para[data-v-b20f9683]{text-align:center}.feedback .top-content[data-v-b20f9683]{align-items:center}.feedback .main-heading[data-v-b20f9683],.feedback .para[data-v-b20f9683]{text-align:center}.faqs .accordion .panel-container[data-v-b20f9683],.faqs .accordion .item-title-text[data-v-b20f9683]{font-size:15px}.contact-support .top-content[data-v-b20f9683]{align-items:center}.contact-support .main-heading[data-v-b20f9683],.contact-support .para[data-v-b20f9683]{text-align:center}}@media screen and (min-width: 768px) and (max-width: 1024px){.support[data-v-b20f9683]{padding:0 20px}.support .top-content[data-v-b20f9683]{align-items:center}.support .main-heading[data-v-b20f9683]{font-size:46px;text-align:center}.support .para[data-v-b20f9683]{font-size:18px;max-width:785px;text-align:center}.support .img-frame img[data-v-b20f9683]{width:100%}.faqs[data-v-b20f9683]{padding:120px 0}.faqs .top-content[data-v-b20f9683]{align-items:center;padding:0 20px}.faqs .subheading[data-v-b20f9683]{text-align:left;font-size:20px}.faqs .main-heading[data-v-b20f9683]{font-size:46px;max-width:785px;text-align:center}.faqs .para[data-v-b20f9683]{font-size:18px;max-width:815px;text-align:center}.faqs .accordion[data-v-b20f9683]{max-width:740px;padding:0 20px}.faqs .accordion .item-title[data-v-b20f9683]{padding:12px;gap:0 8px}.faqs .accordion .item-title-text[data-v-b20f9683]{font-size:14px}.faqs .accordion svg[data-v-b20f9683]{height:14px}.faqs .accordion .accordion-panel[data-v-b20f9683]{padding:12px}.faqs .accordion .panel-container[data-v-b20f9683]{font-size:14px}.feedback[data-v-b20f9683]{padding:0 20px 120px}.feedback .top-content[data-v-b20f9683]{align-items:center}.feedback .subheading[data-v-b20f9683]{font-size:20px}.feedback .main-heading[data-v-b20f9683]{font-size:46px;max-width:685px;text-align:center}.feedback .para[data-v-b20f9683]{font-size:18px;max-width:705px;text-align:center}.feedback .form-box[data-v-b20f9683]{max-width:930px}.feedback .field-wrapper input[data-v-b20f9683],.feedback .select-btn[data-v-b20f9683]{font-size:16px;line-height:24px;padding:9px 14px}.feedback .select-menu .options[data-v-b20f9683]{top:56px;padding:9px 14px}.feedback .select-menu .select-option[data-v-b20f9683]{padding:9px 14px}.feedback .select-option .icon[data-v-b20f9683]{width:28px;height:28px}.feedback .select-option .icon svg[data-v-b20f9683]{width:28px;height:28px}.feedback .placeholder[data-v-b20f9683]{font-size:16px;padding:9px 14px}.feedback .field-wrapper textarea[data-v-b20f9683]{font-size:16px;line-height:24px;padding:9px 14px}.feedback .form-button[data-v-b20f9683]{font-size:16px;line-height:24px;padding:10px 20px}.contact-support[data-v-b20f9683]{padding:0 20px 120px}.contact-support .row[data-v-b20f9683],.contact-support .top-content[data-v-b20f9683]{align-items:center}.contact-support .subheading[data-v-b20f9683]{font-size:20px}.contact-support .main-heading[data-v-b20f9683]{font-size:46px;max-width:785px;text-align:center}.contact-support .para[data-v-b20f9683]{font-size:18px;max-width:950px;text-align:center}.contact-support .items[data-v-b20f9683]{width:785px;gap:32px;margin:32px 0;padding:0 20px}.contact-support .item[data-v-b20f9683]{padding:24px;flex:1 0 calc(50% - 32px)}.contact-support .icon svg[data-v-b20f9683]{width:60px;height:60px}.contact-support .item .heading[data-v-b20f9683]{font-size:20px}.contact-support .item .para[data-v-b20f9683]{font-size:16px}}@media screen and (min-width: 1025px) and (max-width: 1200px){.support[data-v-b20f9683]{padding:0 20px}.support .top-content[data-v-b20f9683]{align-items:center}.support .main-heading[data-v-b20f9683]{font-size:46px;text-align:center}.support .para[data-v-b20f9683]{font-size:18px;max-width:785px;text-align:center}.support .img-frame img[data-v-b20f9683]{width:100%}.faqs[data-v-b20f9683]{padding:120px 20px}.faqs .top-content[data-v-b20f9683]{align-items:center}.faqs .subheading[data-v-b20f9683]{text-align:left;font-size:20px}.faqs .main-heading[data-v-b20f9683]{font-size:46px;max-width:785px;text-align:center}.faqs .para[data-v-b20f9683]{font-size:18px;max-width:815px;text-align:center}.faqs .accordion[data-v-b20f9683]{max-width:1080px}.faqs .accordion .item-title[data-v-b20f9683]{padding:16px 20px;gap:0 8px}.faqs .accordion .item-title-text[data-v-b20f9683]{font-size:18px}.faqs .accordion svg[data-v-b20f9683]{height:15px}.faqs .accordion .accordion-panel[data-v-b20f9683]{padding:16px 20px}.faqs .accordion .panel-container[data-v-b20f9683]{font-size:18px}.feedback[data-v-b20f9683]{padding:0 20px 120px}.feedback .top-content[data-v-b20f9683]{align-items:center}.feedback .subheading[data-v-b20f9683]{font-size:20px}.feedback .main-heading[data-v-b20f9683]{font-size:46px;max-width:685px;text-align:center}.feedback .para[data-v-b20f9683]{font-size:18px;max-width:940px;text-align:center}.feedback .form-box[data-v-b20f9683]{max-width:930px}.feedback .field-wrapper input[data-v-b20f9683],.feedback .select-btn[data-v-b20f9683]{font-size:16px;line-height:24px;padding:9px 14px}.feedback .select-menu .options[data-v-b20f9683]{top:56px;padding:9px 14px}.feedback .select-menu .select-option[data-v-b20f9683]{padding:9px 14px}.feedback .select-option .icon[data-v-b20f9683]{width:28px;height:28px}.feedback .select-option .icon svg[data-v-b20f9683]{width:28px;height:28px}.feedback .placeholder[data-v-b20f9683]{font-size:16px;padding:9px 14px}.feedback .field-wrapper textarea[data-v-b20f9683]{font-size:16px;line-height:24px;padding:9px 14px}.feedback .form-button[data-v-b20f9683]{font-size:16px;line-height:24px;padding:10px 20px}.contact-support[data-v-b20f9683]{padding:0 20px 120px}.contact-support .row[data-v-b20f9683],.contact-support .top-content[data-v-b20f9683]{align-items:center}.contact-support .subheading[data-v-b20f9683]{font-size:20px}.contact-support .main-heading[data-v-b20f9683]{font-size:46px;max-width:785px;text-align:center}.contact-support .para[data-v-b20f9683]{font-size:18px;max-width:950px;text-align:center}.contact-support .items[data-v-b20f9683]{width:785px;gap:32px;margin:32px 0}.contact-support .item[data-v-b20f9683]{padding:24px;flex:1 0 calc(50% - 32px)}.contact-support .icon svg[data-v-b20f9683]{width:60px;height:60px}.contact-support .item .heading[data-v-b20f9683]{font-size:20px}.contact-support .item .para[data-v-b20f9683]{font-size:16px}}@media screen and (min-width: 1201px) and (max-width: 1600px){.support[data-v-b20f9683]{padding:0 20px}.support .top-content[data-v-b20f9683]{align-items:center}.support .main-heading[data-v-b20f9683]{font-size:46px;text-align:center}.support .para[data-v-b20f9683]{font-size:18px;max-width:785px;text-align:center}.support .img-frame img[data-v-b20f9683]{width:100%}.faqs[data-v-b20f9683]{padding:120px 20px}.faqs .top-content[data-v-b20f9683]{align-items:center}.faqs .subheading[data-v-b20f9683]{text-align:left;font-size:20px}.faqs .main-heading[data-v-b20f9683]{font-size:46px;max-width:785px;text-align:center}.faqs .para[data-v-b20f9683]{font-size:18px;max-width:815px;text-align:center}.faqs .accordion[data-v-b20f9683]{max-width:1080px}.faqs .accordion .item-title[data-v-b20f9683]{padding:16px 20px;gap:0 8px}.faqs .accordion .item-title-text[data-v-b20f9683]{font-size:18px}.faqs .accordion svg[data-v-b20f9683]{height:15px}.faqs .accordion .accordion-panel[data-v-b20f9683]{padding:16px 20px}.faqs .accordion .panel-container[data-v-b20f9683]{font-size:18px}.feedback[data-v-b20f9683]{padding:0 20px 120px}.feedback .top-content[data-v-b20f9683]{align-items:center}.feedback .subheading[data-v-b20f9683]{font-size:20px}.feedback .main-heading[data-v-b20f9683]{font-size:46px;max-width:685px;text-align:center}.feedback .para[data-v-b20f9683]{font-size:18px;max-width:940px;text-align:center}.feedback .form-box[data-v-b20f9683]{max-width:930px}.feedback .field-wrapper input[data-v-b20f9683],.feedback .select-btn[data-v-b20f9683]{font-size:16px;line-height:24px;padding:9px 14px}.feedback .select-menu .options[data-v-b20f9683]{top:56px;padding:9px 14px}.feedback .select-menu .select-option[data-v-b20f9683]{padding:9px 14px}.feedback .select-option .icon[data-v-b20f9683]{width:28px;height:28px}.feedback .select-option .icon svg[data-v-b20f9683]{width:28px;height:28px}.feedback .placeholder[data-v-b20f9683]{font-size:16px;padding:9px 14px}.feedback .field-wrapper textarea[data-v-b20f9683]{font-size:16px;line-height:24px;padding:9px 14px}.feedback .form-button[data-v-b20f9683]{font-size:16px;line-height:24px;padding:10px 20px}.contact-support[data-v-b20f9683]{padding:0 20px 120px}.contact-support .row[data-v-b20f9683],.contact-support .top-content[data-v-b20f9683]{align-items:center}.contact-support .subheading[data-v-b20f9683]{font-size:20px}.contact-support .main-heading[data-v-b20f9683]{font-size:46px;max-width:785px;text-align:center}.contact-support .para[data-v-b20f9683]{font-size:18px;max-width:950px;text-align:center}.contact-support .items[data-v-b20f9683]{width:785px;gap:32px;margin:32px 0}.contact-support .item[data-v-b20f9683]{padding:24px;flex:1 0 calc(50% - 32px)}.contact-support .icon svg[data-v-b20f9683]{width:60px;height:60px}.contact-support .item .heading[data-v-b20f9683]{font-size:20px}.contact-support .item .para[data-v-b20f9683]{font-size:16px}}@media screen and (min-width: 1601px){.support[data-v-b20f9683]{padding:0 20px}.support .top-content[data-v-b20f9683]{align-items:center}.support .main-heading[data-v-b20f9683]{font-size:48px;text-align:center}.support .para[data-v-b20f9683]{font-size:18px;max-width:785px;text-align:center}.support .img-frame img[data-v-b20f9683]{width:100%}.faqs[data-v-b20f9683]{padding:120px 20px}.faqs .top-content[data-v-b20f9683]{align-items:center}.faqs .subheading[data-v-b20f9683]{text-align:left;font-size:20px}.faqs .main-heading[data-v-b20f9683]{font-size:48px;max-width:785px;text-align:center}.faqs .para[data-v-b20f9683]{font-size:18px;max-width:815px;text-align:center}.faqs .accordion[data-v-b20f9683]{max-width:1200px}.faqs .accordion .item-title[data-v-b20f9683]{padding:16px 20px;gap:0 8px}.faqs .accordion .item-title-text[data-v-b20f9683]{font-size:18px}.faqs .accordion svg[data-v-b20f9683]{height:15px}.faqs .accordion .accordion-panel[data-v-b20f9683]{padding:16px 20px}.faqs .accordion .panel-container[data-v-b20f9683]{font-size:18px}.feedback[data-v-b20f9683]{padding:0 20px 120px}.feedback .top-content[data-v-b20f9683]{align-items:center}.feedback .subheading[data-v-b20f9683]{font-size:20px}.feedback .main-heading[data-v-b20f9683]{font-size:48px;max-width:715px;text-align:center}.feedback .para[data-v-b20f9683]{font-size:18px;max-width:940px;text-align:center}.feedback .form-box[data-v-b20f9683]{max-width:930px}.feedback .field-wrapper input[data-v-b20f9683],.feedback .select-btn[data-v-b20f9683]{font-size:16px;line-height:24px;padding:9px 14px}.feedback .select-menu .options[data-v-b20f9683]{top:56px;padding:9px 14px}.feedback .select-menu .select-option[data-v-b20f9683]{padding:9px 14px}.feedback .select-option .icon[data-v-b20f9683]{width:28px;height:28px}.feedback .select-option .icon svg[data-v-b20f9683]{width:28px;height:28px}.feedback .placeholder[data-v-b20f9683]{font-size:16px;padding:9px 14px}.feedback .field-wrapper textarea[data-v-b20f9683]{font-size:16px;line-height:24px;padding:9px 14px}.feedback .form-button[data-v-b20f9683]{font-size:16px;line-height:24px;padding:10px 20px}.contact-support[data-v-b20f9683]{padding:0 20px 120px}.contact-support .row[data-v-b20f9683],.contact-support .top-content[data-v-b20f9683]{align-items:center}.contact-support .subheading[data-v-b20f9683]{font-size:20px}.contact-support .main-heading[data-v-b20f9683]{font-size:48px;max-width:785px;text-align:center}.contact-support .para[data-v-b20f9683]{font-size:18px;max-width:950px;text-align:center}.contact-support .items[data-v-b20f9683]{width:785px;gap:32px;margin:32px 0}.contact-support .item[data-v-b20f9683]{padding:24px;flex:1 0 calc(50% - 32px)}.contact-support .icon svg[data-v-b20f9683]{width:60px;height:60px}.contact-support .item .heading[data-v-b20f9683]{font-size:20px}.contact-support .item .para[data-v-b20f9683]{font-size:16px}}.newsletter-sign-up[data-v-beaa98f7]{position:relative;z-index:1}.newsletter-sign-up .container[data-v-beaa98f7]{max-width:1400px;margin:0 auto;width:100%}.newsletter-sign-up .row[data-v-beaa98f7]{position:relative;display:flex;align-items:center;gap:32px}.newsletter-sign-up .col[data-v-beaa98f7]{position:relative}.newsletter-sign-up .content[data-v-beaa98f7]{display:flex;flex-direction:column;gap:20px}.newsletter-sign-up .subheading[data-v-beaa98f7]{height:auto;position:relative;width:auto;font-style:normal;font-weight:600;letter-spacing:0px;line-height:1.4em;display:inline-block;-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;color:#fff;text-decoration:none;text-transform:uppercase}.newsletter-sign-up .main-heading[data-v-beaa98f7]{font-style:normal;font-weight:700;letter-spacing:-.8px;line-height:1.2em;color:#fff;text-decoration:none;text-transform:capitalize}.newsletter-sign-up .para[data-v-beaa98f7]{position:relative;line-height:1.5em;font-weight:500;font-style:normal}.newsletter-sign-up .field-wrapper[data-v-beaa98f7]{width:100%;border-radius:8px;position:relative;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);margin-bottom:20px}.newsletter-sign-up .field-wrapper[data-v-beaa98f7]:before,.newsletter-sign-up .field-wrapper[data-v-beaa98f7]:after{content:"";position:absolute;width:100%;height:100%;top:0;border-radius:inherit;left:0;pointer-events:none;transition:opacity .2s cubic-bezier(.6,.6,0,1)}.newsletter-sign-up .field-wrapper[data-v-beaa98f7]:before{background:linear-gradient(180deg,#e2e8ff00,#e2e8ff0f),#e2e8ff05}.newsletter-sign-up .field-wrapper[data-v-beaa98f7]:after{background:linear-gradient(180deg,#e2e8ff00,#e2e8ff0f),#e2e8ff14;opacity:0}.newsletter-sign-up .field-wrapper input[data-v-beaa98f7]{display:flex;width:100%;background-color:transparent;color:#e2e8ff;border-radius:inherit;transition:border-color .2s cubic-bezier(.6,.6,0,1),box-shadow .2s cubic-bezier(.6,.6,0,1);border:1px solid rgba(226,232,255,.1)}.newsletter-sign-up .inline-btn-container[data-v-beaa98f7]{display:flex;flex-direction:row;flex-wrap:wrap;gap:12px;width:100%;align-items:center}.newsletter-sign-up .form-button[data-v-beaa98f7]{cursor:pointer;border:none;font-family:"Montserrat",Sans-serif;font-weight:500;font-style:normal;color:#fff;position:relative;border-radius:8px;background-size:300% 300%;animation:animatedgradient 4s ease alternate infinite;background-image:linear-gradient(135deg,#00b7ff,#a629f2 35%,#ff4094 67%,#ff9c00);transition:transform .2s cubic-bezier(.6,.6,0,1),margin-top .2s cubic-bezier(.6,.6,0,1)}.newsletter-sign-up .form-button[data-v-beaa98f7]:before{background:linear-gradient(to bottom,rgba(255,255,255,.32),transparent);border-radius:inherit;content:"";top:0;right:0;bottom:0;left:0;mask:-webkit-gradient(linear,left top,right bottom,color-stop(0,#ffffff)) content-box,-webkit-gradient(linear,left top,right bottom,color-stop(0,#ffffff));-webkit-mask-composite:exclude;mask-composite:exclude;padding:1px;pointer-events:none;position:absolute}.newsletter-sign-up .form-response[data-v-beaa98f7]{font-weight:800;padding-top:8px;font-size:14px}.newsletter-sign-up .signup-image[data-v-beaa98f7]{width:100%;border-radius:12px}@media screen and (min-width: 320px) and (max-width: 360px){.newsletter-sign-up[data-v-beaa98f7]{padding:0 16px 64px}.newsletter-sign-up .row[data-v-beaa98f7]{flex-direction:column}.newsletter-sign-up .col[data-v-beaa98f7]{width:100%}.newsletter-sign-up .subheading[data-v-beaa98f7]{text-align:left;font-size:20px}.newsletter-sign-up .main-heading[data-v-beaa98f7]{font-size:28px;max-width:983px;text-align:left}.newsletter-sign-up .para[data-v-beaa98f7]{font-size:16px;max-width:930px;text-align:left}.newsletter-sign-up .field-wrapper input[data-v-beaa98f7]{min-height:44px;font-size:16px;line-height:24px;padding:9px 14px}.newsletter-sign-up .form-button[data-v-beaa98f7]{font-size:14px;line-height:22px;padding:10px 20px}.newsletter-sign-up .signup-image[data-v-beaa98f7]{margin-top:20px}}@media screen and (min-width: 361px) and (max-width: 767px){.newsletter-sign-up[data-v-beaa98f7]{padding:0 16px 64px}.newsletter-sign-up .row[data-v-beaa98f7]{flex-direction:column}.newsletter-sign-up .col[data-v-beaa98f7]{width:100%}.newsletter-sign-up .content[data-v-beaa98f7]{align-items:unset}.newsletter-sign-up .subheading[data-v-beaa98f7]{text-align:left;font-size:20px}.newsletter-sign-up .main-heading[data-v-beaa98f7]{font-size:32px;max-width:983px;text-align:left}.newsletter-sign-up .para[data-v-beaa98f7]{font-size:18px;max-width:930px;text-align:left}.newsletter-sign-up .field-wrapper input[data-v-beaa98f7]{min-height:44px;font-size:16px;line-height:24px;padding:9px 14px}.newsletter-sign-up .form-button[data-v-beaa98f7]{font-size:14px;line-height:22px;padding:10px 20px}.newsletter-sign-up .signup-image[data-v-beaa98f7]{margin-top:20px}}@media screen and (min-width: 481px) and (max-width: 767px){.newsletter-sign-up .subheading[data-v-beaa98f7]{text-align:center;font-size:20px}.newsletter-sign-up .main-heading[data-v-beaa98f7]{font-size:32px;max-width:983px;text-align:center}.newsletter-sign-up .para[data-v-beaa98f7]{font-size:18px;max-width:930px;text-align:center}.newsletter-sign-up .inline-btn-container[data-v-beaa98f7]{justify-content:center}}@media screen and (min-width: 768px) and (max-width: 1024px){.newsletter-sign-up[data-v-beaa98f7]{padding:0 20px 120px}.newsletter-sign-up .row[data-v-beaa98f7]{flex-direction:column}.newsletter-sign-up .col[data-v-beaa98f7]{width:100%}.newsletter-sign-up .subheading[data-v-beaa98f7]{text-align:center;font-size:20px}.newsletter-sign-up .main-heading[data-v-beaa98f7]{font-size:46px;max-width:983px;text-align:center}.newsletter-sign-up .para[data-v-beaa98f7]{font-size:18px;max-width:930px;text-align:center}.newsletter-sign-up .field-wrapper input[data-v-beaa98f7]{min-height:44px;font-size:16px;line-height:24px;padding:9px 14px}.newsletter-sign-up .form-button[data-v-beaa98f7]{font-size:16px;line-height:24px;padding:10px 20px}.newsletter-sign-up .signup-image[data-v-beaa98f7]{margin-top:20px}}@media screen and (min-width: 1025px) and (max-width: 1200px){.newsletter-sign-up[data-v-beaa98f7]{padding:0 20px 120px}.newsletter-sign-up .col[data-v-beaa98f7]{width:50%}.newsletter-sign-up .subheading[data-v-beaa98f7]{font-size:20px}.newsletter-sign-up .main-heading[data-v-beaa98f7]{font-size:46px;max-width:785px;text-align:left}.newsletter-sign-up .para[data-v-beaa98f7]{font-size:18px;max-width:930px;text-align:left}.newsletter-sign-up .field-wrapper input[data-v-beaa98f7]{min-height:44px;font-size:16px;line-height:24px;padding:9px 14px}.newsletter-sign-up .form-button[data-v-beaa98f7]{font-size:16px;line-height:24px;padding:10px 20px}}@media screen and (min-width: 1201px) and (max-width: 1600px){.newsletter-sign-up[data-v-beaa98f7]{padding:0 20px 120px}.newsletter-sign-up .col[data-v-beaa98f7]{width:50%}.newsletter-sign-up .subheading[data-v-beaa98f7]{font-size:20px}.newsletter-sign-up .main-heading[data-v-beaa98f7]{font-size:46px;max-width:785px;text-align:left}.newsletter-sign-up .para[data-v-beaa98f7]{font-size:18px;max-width:930px;text-align:left}.newsletter-sign-up .field-wrapper input[data-v-beaa98f7]{min-height:44px;font-size:16px;line-height:24px;padding:9px 14px}.newsletter-sign-up .form-button[data-v-beaa98f7]{font-size:16px;line-height:24px;padding:10px 20px}}@media screen and (min-width: 1601px){.newsletter-sign-up[data-v-beaa98f7]{padding:0 20px 120px}.newsletter-sign-up .col[data-v-beaa98f7]{width:50%}.newsletter-sign-up .subheading[data-v-beaa98f7]{font-size:20px}.newsletter-sign-up .main-heading[data-v-beaa98f7]{font-size:48px;max-width:785px;text-align:left}.newsletter-sign-up .para[data-v-beaa98f7]{font-size:18px;max-width:930px;text-align:left}.newsletter-sign-up .field-wrapper input[data-v-beaa98f7]{min-height:44px;font-size:16px;line-height:24px;padding:9px 14px}.newsletter-sign-up .form-button[data-v-beaa98f7]{font-size:16px;line-height:24px;padding:10px 20px}}
