:root{--toastify-color-light:#fff;--toastify-color-dark:#121212;--toastify-color-info:#3498db;--toastify-color-success:#07bc0c;--toastify-color-warning:#f1c40f;--toastify-color-error:#e74c3c;--toastify-color-transparent:hsla(0,0%,100%,.7);--toastify-icon-color-info:var(--toastify-color-info);--toastify-icon-color-success:var(--toastify-color-success);--toastify-icon-color-warning:var(--toastify-color-warning);--toastify-icon-color-error:var(--toastify-color-error);--toastify-toast-width:320px;--toastify-toast-background:#fff;--toastify-toast-min-height:64px;--toastify-toast-max-height:800px;--toastify-font-family:sans-serif;--toastify-z-index:9999;--toastify-text-color-light:#757575;--toastify-text-color-dark:#fff;--toastify-text-color-info:#fff;--toastify-text-color-success:#fff;--toastify-text-color-warning:#fff;--toastify-text-color-error:#fff;--toastify-spinner-color:#616161;--toastify-spinner-color-empty-area:#e0e0e0;--toastify-color-progress-light:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);--toastify-color-progress-dark:#bb86fc;--toastify-color-progress-info:var(--toastify-color-info);--toastify-color-progress-success:var(--toastify-color-success);--toastify-color-progress-warning:var(--toastify-color-warning);--toastify-color-progress-error:var(--toastify-color-error)}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translateZ(var(--toastify-z-index));position:fixed;padding:4px;width:var(--toastify-toast-width);box-sizing:border-box;color:#fff}.Toastify__toast-container--top-left{top:1em;left:1em}.Toastify__toast-container--top-center{top:1em;left:50%;transform:translateX(-50%)}.Toastify__toast-container--top-right{top:1em;right:1em}.Toastify__toast-container--bottom-left{bottom:1em;left:1em}.Toastify__toast-container--bottom-center{bottom:1em;left:50%;transform:translateX(-50%)}.Toastify__toast-container--bottom-right{bottom:1em;right:1em}@media only screen and (max-width:480px){.Toastify__toast-container{width:100vw;padding:0;left:0;margin:0}.Toastify__toast-container--top-center,.Toastify__toast-container--top-left,.Toastify__toast-container--top-right{top:0;transform:translateX(0)}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:0;transform:translateX(0)}.Toastify__toast-container--rtl{right:0;left:auto}}.Toastify__toast{position:relative;min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:8px;border-radius:4px;box-shadow:0 1px 10px 0 rgba(0,0,0,.1),0 2px 15px 0 rgba(0,0,0,.05);display:flex;justify-content:space-between;max-height:var(--toastify-toast-max-height);overflow:hidden;font-family:var(--toastify-font-family);cursor:default;direction:ltr;z-index:0}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-body{margin:auto 0;flex:1 1 auto;padding:6px;display:flex;align-items:center}.Toastify__toast-body>div:last-child{word-break:break-word;flex:1 1}.Toastify__toast-icon{-webkit-margin-end:10px;margin-inline-end:10px;width:20px;flex-shrink:0;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.7s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}@media only screen and (max-width:480px){.Toastify__toast{margin-bottom:0;border-radius:0}}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--colored.Toastify__toast--default,.Toastify__toast-theme--light{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;align-self:flex-start}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:focus,.Toastify__close-button:hover{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:5px;z-index:var(--toastify-z-index);opacity:.7;transform-origin:left}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:auto;transform-origin:right}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border:2px solid;border-radius:100%;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0)}to{opacity:0;transform:translate3d(2000px,0,0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0)}to{opacity:0;transform:translate3d(-2000px,0,0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,-10px,0)}40%,45%{opacity:1;transform:translate3d(0,20px,0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,10px,0)}40%,45%{opacity:1;transform:translate3d(0,-20px,0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--bottom-left,.Toastify__bounce-enter--top-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--bottom-right,.Toastify__bounce-enter--top-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--bottom-left,.Toastify__bounce-exit--top-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--bottom-right,.Toastify__bounce-exit--top-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateX(-20deg);opacity:1}to{transform:perspective(400px) rotateX(90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideOutRight{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(110%,0,0)}}@keyframes Toastify__slideOutLeft{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(-110%,0,0)}}@keyframes Toastify__slideOutDown{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--bottom-left,.Toastify__slide-enter--top-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--bottom-right,.Toastify__slide-enter--top-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--bottom-left,.Toastify__slide-exit--top-left{animation-name:Toastify__slideOutLeft}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right{animation-name:Toastify__slideOutRight}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown}@keyframes Toastify__spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.modern-hero{position:relative;min-height:100dvh;display:flex;align-items:center;justify-content:center;padding-top:64px;overflow:hidden;background:var(--theme-background)}@media(max-width:768px){.modern-hero{box-shadow:0 4px 9px 0 rgba(0,0,0,.25)}}.modern-hero .tw-container{max-width:1440px!important;margin-left:auto!important;margin-right:auto!important;padding-left:20px!important;padding-right:20px!important}@media(min-width:1440px){.modern-hero .tw-container{padding-left:120px!important;padding-right:120px!important}}@media(max-width:768px){.modern-hero .tw-container{padding-left:16px!important;padding-right:16px!important}}.modern-hero__container{position:relative;z-index:2;text-align:center;margin:10px auto 40px;padding:25px 0 100px}@media(max-width:768px){.modern-hero__container{margin:0;padding:24px 0 65px}}.modern-hero__badge{position:relative;overflow:hidden;display:inline-flex;align-items:center;gap:8px;padding:5px 16px;margin-bottom:24px;border-radius:35px;border:1px solid rgba(239,117,239,.35);background:linear-gradient(135deg,rgba(255,236,245,.95),rgba(255,245,251,.95));color:#7f33cb;font-family:var(--font-open-sans);font-size:12px;font-weight:600;line-height:12px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 0 0 rgba(127,51,203,0),0 4px 20px rgba(127,51,203,.08)}.modern-hero__badge svg{position:relative;z-index:2}.modern-hero__title{margin-bottom:24px;text-align:center;font-style:normal;font-family:var(--font-gilroy-bold);font-size:46px;font-weight:700;line-height:1;color:var(--theme-foreground)}@media(max-width:768px){.modern-hero__title{margin-bottom:16px;font-family:var(--font-gilroy-font-ExtraBold);font-weight:800;line-height:48px}}@media(min-width:768px){.modern-hero__title{font-size:60px}}@media(min-width:1024px){.modern-hero__title{font-size:72px}}.modern-hero__title .right-curve,.modern-hero__title .text-gradient{font-family:inherit;font-size:inherit;font-weight:inherit;line-height:inherit}.modern-hero__title .right-curve{display:inline-block;text-decoration-thickness:4px;-webkit-text-decoration-line:underline;text-decoration-line:underline;line-height:.9}.modern-hero__title .text-gradient{display:inline-block;background-image:linear-gradient(135deg,#ef75ef,#7f33cb);background-repeat:no-repeat;-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;color:transparent;will-change:background-position}@media(min-width:768px){.modern-hero__title .text-gradient{line-height:1.2}}@media(max-width:768px){.modern-hero__title .text-gradient{background-image:linear-gradient(135deg,#ef75ef,#7f33cb)}}.modern-hero__subtext{max-width:672px;margin:0 auto 32px;color:#737373;font-family:var(--font-open-sans);font-size:18px;font-weight:600;line-height:124%}@media(min-width:768px){.modern-hero__subtext{font-size:18px}}.modern-hero__search{position:relative;width:100%;max-width:517px;height:52px;margin:0 auto 32px;border-radius:16px;display:flex;align-items:center;box-sizing:border-box;overflow:hidden;isolation:isolate;background:transparent;filter:drop-shadow(0 0 4px rgba(221,107,224,.16)) drop-shadow(0 0 12px rgba(180,83,224,.11)) drop-shadow(0 0 24px rgba(221,107,224,.06));border:1.6px solid transparent;box-shadow:inset 0 0 0 1px rgba(127,51,203,.07),inset 0 0 0 2px rgba(127,51,203,.07),inset 0 0 18px 4px rgba(127,51,203,.07),inset 0 0 36px 8px rgba(127,51,203,.07)}.modern-hero__search:after{inset:2.5px;border-radius:13px;background:#fff}.modern-hero__search:after,.modern-hero__search:before{content:"";position:absolute;z-index:0;pointer-events:none}.modern-hero__search:before{inset:-280%;background:conic-gradient(from 0deg,transparent 0deg,transparent 210deg,rgba(180,83,224,.18) 230deg,rgba(221,107,224,.95) 255deg,#b453e0 275deg,rgba(221,107,224,.9) 295deg,rgba(180,83,224,.35) 315deg,transparent 340deg,transparent 1turn);animation:rotate-border 5s linear infinite;opacity:1;will-change:transform}.modern-hero__search.is-focused,.modern-hero__search.is-loading,.modern-hero__search:focus-within{border:1.6px solid transparent;box-shadow:none;filter:none;background-image:linear-gradient(#fff,#fff),linear-gradient(180deg,#b453e0,#dd6be0);background-origin:border-box;background-clip:padding-box,border-box}.modern-hero__search.is-focused:before,.modern-hero__search.is-loading:before,.modern-hero__search:focus-within:before{opacity:0;animation-play-state:paused}.modern-hero__search.is-focused:after,.modern-hero__search.is-loading:after,.modern-hero__search:focus-within:after{display:none}.modern-hero__search.is-focused .search-shimmer:before,.modern-hero__search.is-loading .search-shimmer:before,.modern-hero__search:focus-within .search-shimmer:before{animation-play-state:paused;opacity:0}.modern-hero__search .search-shimmer{position:absolute;inset:0;z-index:1;pointer-events:none;opacity:1;overflow:hidden}.modern-hero__search .search-shimmer:before{content:"";position:absolute;top:-35%;left:-25%;width:34%;height:170%;transform:rotate(18deg);background:linear-gradient(90deg,transparent,hsla(0,0%,100%,.85),transparent);filter:blur(7px);animation:shimmerSweep 3.2s linear infinite}.modern-hero__search input{position:relative;z-index:2;width:100%;height:100%;padding:0 56px 0 24px;border:none;background:transparent;color:#3e3e3e;font-size:16px;font-family:var(--font-open-sans);font-weight:500;outline:none!important;box-shadow:none!important;-webkit-appearance:none}@media(max-width:768px){.modern-hero__search input{padding:0 50px 0 16px}}.modern-hero__search input::placeholder{color:#908d8d;font-weight:400}.modern-hero__search .hero-search-btn{position:absolute;z-index:3;right:6px;top:50%;transform:translateY(-50%);width:40px;height:40px;border-radius:12px;background:linear-gradient(135deg,#ef75ef,#46078a);color:#fff;border:none;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:transform .2s ease,filter .2s ease}.modern-hero__search .hero-search-btn:hover:not(:disabled){transform:translateY(-50%) scale(1.04);filter:brightness(1.08)}.modern-hero__search .hero-search-btn:disabled{cursor:not-allowed;background:linear-gradient(135deg,#e788e7,#b08eda);color:hsla(0,0%,100%,.9);box-shadow:none}@media(max-width:768px){.modern-hero__search .hero-search-btn{width:36px;height:36px}}.modern-hero__search.cta-highlight:before{animation:rotate-border-fast 1.2s linear 2,ctaGlowPulse 1.2s ease-in-out 2;opacity:1!important;will-change:transform,filter,opacity}@keyframes ctaGlowPulse{0%{filter:blur(6px);opacity:.45}50%{filter:blur(12px);opacity:.9}to{filter:blur(6px);opacity:.45}}@keyframes rotate-border{to{transform:rotate(1turn)}}@keyframes shimmerSweep{0%{transform:translateX(-150%) rotate(18deg);opacity:0}10%{opacity:1}to{transform:translateX(190%) rotate(18deg);opacity:0}}@keyframes rotate-border-fast{0%{transform:rotate(0deg) scale(1)}to{transform:rotate(1turn) scale(1)}}@keyframes ctaSearchPulse{0%{box-shadow:0 6px 18px rgba(127,51,203,.08),0 0 0 1px rgba(239,117,239,.08)}50%{box-shadow:0 0 0 1px rgba(221,107,224,.18),0 0 10px rgba(221,107,224,.12),0 0 24px rgba(180,83,224,.1),0 8px 22px rgba(127,51,203,.12)}to{box-shadow:0 6px 18px rgba(127,51,203,.08),0 0 0 1px rgba(239,117,239,.08)}}.modern-hero__suggestions{display:flex;flex-wrap:wrap;justify-content:center;gap:16px;max-width:672px;margin:0 auto}.modern-hero__suggestions button{position:relative;overflow:hidden;padding:8px 16px;border-radius:35px;border:1px solid #e6e6e6;background:#f5f2f8;color:#000;font-family:var(--font-open-sans);font-size:.875rem;line-height:1.25rem;font-weight:600}.modern-hero__suggestions button:hover{background:var(--theme-accent)}.modern-hero__suggestions button:before{content:"";position:absolute;inset:0;background:linear-gradient(120deg,transparent,hsla(0,0%,100%,.7) 18%,transparent 36%);transform:translateX(-140%) skewX(-18deg)}.modern-hero__suggestions button:hover:before{transition:transform .7s ease;transform:translateX(140%) skewX(-18deg)}.modern-hero__trust{margin-top:56px;display:flex;flex-wrap:wrap;justify-content:center;gap:12px 30px;font-size:14px;color:var(--theme-muted-foreground)}.modern-hero__trust span{display:flex;align-items:center;gap:6px;color:#737373;font-family:var(--font-open-sans);font-size:12px;font-weight:600;line-height:15px}.modern-hero__trust .dot{width:8px;height:8px;border-radius:9999px;background:#7f33cc}@media(max-width:768px){.modern-hero__trust{margin-top:24px}}@keyframes borderMove{to{stroke-dashoffset:-1000}}@keyframes breathingGlow{0%{box-shadow:0 0 0 rgba(239,117,239,0),0 0 0 rgba(127,51,203,0)}50%{box-shadow:0 0 30px rgba(239,117,239,.24),0 0 60px rgba(127,51,203,.2),0 0 90px rgba(239,117,239,.08)}to{box-shadow:0 0 0 rgba(239,117,239,0),0 0 0 rgba(127,51,203,0)}}.modern-header{position:fixed;top:0;left:0;right:0;z-index:50;box-shadow:0 2px 6px rgba(127,51,203,.18);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fff}.modern-header .tw-container{max-width:1440px!important;margin-left:auto!important;margin-right:auto!important;padding-left:20px!important;padding-right:20px!important}@media(min-width:1440px){.modern-header .tw-container{padding-left:120px!important;padding-right:120px!important}}.modern-header__inner{height:56px;display:flex;align-items:center;justify-content:space-between}.modern-header__logo img{height:32px;width:auto}.modern-header__menu{align-items:center;gap:48px}.modern-header__menu a{font-size:14px;color:#000;text-decoration:none;transition:color .2s}.modern-header__menu a:hover{color:#46078a}.modern-header__btn{position:relative;overflow:hidden;z-index:1;background:#46078a!important;color:#fff!important;border-radius:25px;min-width:max-content;height:32px!important;width:max-content;padding:0 24px!important;font-family:var(--font-gilroy-medium);font-size:14px!important;font-weight:400!important;line-height:152%;text-align:center!important;font-style:normal!important;text-decoration:none!important;transition:transform .2s,box-shadow .2s,color .2s,background .3s ease;display:inline-flex!important;align-items:center!important;justify-content:center!important;box-shadow:0 4px 14px rgba(70,7,138,.25)}.modern-header__btn:before{inset:0;z-index:-2;background:linear-gradient(101deg,#ef75ef 4.94%,#46078a 71.87%);transform:scaleX(.15);transform-origin:left center;will-change:transform,opacity}.modern-header__btn:after,.modern-header__btn:before{content:"";position:absolute;border-radius:inherit;opacity:0}.modern-header__btn:after{top:-120%;left:-40%;width:24%;height:320%;z-index:-1;background:linear-gradient(90deg,transparent,hsla(0,0%,100%,.65),transparent);transform:rotate(25deg);pointer-events:none}.modern-header__btn:hover{color:#fff!important;box-shadow:0 10px 24px rgba(239,117,239,.35),0 0 18px rgba(192,132,252,.22)}.modern-header__btn:hover:before{animation:modernHeaderGradientFill .55s ease forwards}.modern-header__btn:hover:after{animation:modernHeaderShimmer .6s ease-out forwards}.modern-header__btn:active{transform:scale(.96)}@media(max-width:767px){.modern-header__btn{max-width:-moz-fit-content;max-width:fit-content}}.modern-header__toggle{background:none;border:none;color:#000;display:flex;align-items:center;justify-content:center;width:40px;height:40px}.modern-header__toggle svg{font-size:24px}.modern-header__mobile{position:absolute;top:55px;left:0;right:0;display:none;flex-direction:column;gap:16px;align-items:center;padding:0 16px 16px;background:#fff;border-bottom:1px solid var(--theme-border);z-index:40}.modern-header__mobile a{font-size:14px;color:#000;text-decoration:none;transition:color .2s}.modern-header__mobile a:hover{color:#ef75ef}.modern-header__mobile.show{display:flex}.modern-header .navbar-mobile-btn{padding:0 25px!important;font-size:14px!important;font-family:var(--font-open-sans)}@keyframes modernHeaderGradientFill{0%{opacity:0;transform:scaleX(.15)}45%{opacity:.55;transform:scaleX(.9)}70%{opacity:.9;transform:scaleX(1.02)}to{opacity:1;transform:scaleX(1)}}@keyframes modernHeaderShimmer{0%{opacity:0;left:-40%}15%{opacity:1}to{opacity:0;left:140%}}